(0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (207.3ms) DROP DATABASE IF EXISTS "kithe_test" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1172.2ms) CREATE DATABASE "kithe_test" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" ↳ db/schema.rb:16  (0.3ms) DROP TABLE IF EXISTS "kithe_models" CASCADE ↳ db/schema.rb:18  (13.2ms) CREATE TABLE "kithe_models" ("id" bigserial primary key, "title" character varying NOT NULL, "type" character varying NOT NULL, "position" integer, "json_attributes" jsonb, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "parent_id" bigint) ↳ db/schema.rb:18  (4.0ms) CREATE INDEX "index_kithe_models_on_parent_id" ON "kithe_models" ("parent_id") ↳ db/schema.rb:18  (2.9ms) ALTER TABLE "kithe_models" ADD CONSTRAINT "fk_rails_90130a9780" FOREIGN KEY ("parent_id") REFERENCES "kithe_models" ("id")  ↳ db/schema.rb:29  (9.0ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY) ↳ db/schema.rb:13  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20181003195235) ↳ db/schema.rb:13  (8.0ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.2ms) BEGIN ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Create (0.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2018-10-04 20:51:48.416042"], ["updated_at", "2018-10-04 20:51:48.416042"]] ↳ db/schema.rb:13  (7.2ms) COMMIT ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Update (0.5ms) UPDATE "ar_internal_metadata" SET "value" = $1, "updated_at" = $2 WHERE "ar_internal_metadata"."key" = $3 [["value", "test"], ["updated_at", "2018-10-04 20:51:48.430715"], ["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (5.8ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (13.2ms) ALTER TABLE "kite_models" ALTER COLUMN "id" TYPE bigint ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:3  (0.2ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (32.4ms) ALTER TABLE "kithe_models" ALTER COLUMN "id" TYPE bigint ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:3 ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181008145349"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (1.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ bin/rails:14  (0.2ms) ROLLBACK ↳ bin/rails:14  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (208.7ms) DROP DATABASE IF EXISTS "kithe_development" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (205.0ms) DROP DATABASE IF EXISTS "kithe_test" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1180.3ms) CREATE DATABASE "kithe_development" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1085.6ms) CREATE DATABASE "kithe_test" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (19.3ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (16.8ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to CreateKitheModels (20181003195235)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (26.6ms) CREATE TABLE "kithe_models" ("id" bigserial primary key, "title" character varying NOT NULL, "type" character varying NOT NULL, "position" integer, "json_attributes" jsonb, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:3  (0.4ms) ALTER TABLE "kithe_models" ADD "parent_id" bigint ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:18  (5.4ms) CREATE INDEX "index_kithe_models_on_parent_id" ON "kithe_models" ("parent_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:18  (2.7ms) ALTER TABLE "kithe_models" ADD CONSTRAINT "fk_rails_90130a9780" FOREIGN KEY ("parent_id") REFERENCES "kithe_models" ("id")  ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:18 ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181003195235"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (3.4ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::SchemaMigration Create (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181008145349"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Create (1.0ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2018-10-08 15:29:01.112337"], ["updated_at", "2018-10-08 15:29:01.112337"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::SchemaMigration Destroy (0.7ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181008145349"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.5ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (5.5ms) ALTER TABLE "kithe_models" ALTER COLUMN "id" TYPE bigint ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:3 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181008145349"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (6.3ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.7ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (209.6ms) DROP DATABASE IF EXISTS "kithe_development" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (210.3ms) DROP DATABASE IF EXISTS "kithe_test" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1155.1ms) CREATE DATABASE "kithe_development" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1151.2ms) CREATE DATABASE "kithe_test" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (11.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (39.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to CreateKitheModels (20181003195235)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (27.4ms) CREATE TABLE "kithe_models" ("id" bigserial primary key, "title" character varying NOT NULL, "type" character varying NOT NULL, "position" integer, "json_attributes" jsonb, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:3  (0.4ms) ALTER TABLE "kithe_models" ADD "parent_id" bigint ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:18  (6.4ms) CREATE INDEX "index_kithe_models_on_parent_id" ON "kithe_models" ("parent_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:18  (5.4ms) ALTER TABLE "kithe_models" ADD CONSTRAINT "fk_rails_90130a9780" FOREIGN KEY ("parent_id") REFERENCES "kithe_models" ("id")  ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:18 ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181003195235"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (11.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.3ms) ALTER TABLE "kithe_models" ALTER COLUMN "id" SET DEFAULT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:3 ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181008145349"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (6.0ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.7ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Create (0.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2018-10-08 15:36:10.759470"], ["updated_at", "2018-10-08 15:36:10.759470"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (6.2ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (211.7ms) DROP DATABASE IF EXISTS "kithe_development" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (222.7ms) DROP DATABASE IF EXISTS "kithe_test" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1102.7ms) CREATE DATABASE "kithe_development" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1061.1ms) CREATE DATABASE "kithe_test" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (13.4ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (10.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to CreateKitheModels (20181003195235)  (0.3ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (24.3ms) CREATE TABLE "kithe_models" ("id" bigserial primary key, "title" character varying NOT NULL, "type" character varying NOT NULL, "position" integer, "json_attributes" jsonb, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:3  (0.7ms) ALTER TABLE "kithe_models" ADD "parent_id" bigint ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:18  (3.9ms) CREATE INDEX "index_kithe_models_on_parent_id" ON "kithe_models" ("parent_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:18  (2.2ms) ALTER TABLE "kithe_models" ADD CONSTRAINT "fk_rails_90130a9780" FOREIGN KEY ("parent_id") REFERENCES "kithe_models" ("id")  ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:18 ActiveRecord::SchemaMigration Create (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181003195235"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (4.0ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181008145349"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Create (0.9ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2018-10-08 15:37:49.281772"], ["updated_at", "2018-10-08 15:37:49.281772"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.0ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.7ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (221.8ms) DROP DATABASE IF EXISTS "kithe_development" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (212.7ms) DROP DATABASE IF EXISTS "kithe_test" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1067.2ms) CREATE DATABASE "kithe_development" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1048.7ms) CREATE DATABASE "kithe_test" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (11.3ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (11.6ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to CreateKitheModels (20181003195235)  (0.3ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (10.7ms) CREATE TABLE "kithe_models" ("id" bigserial primary key, "title" character varying NOT NULL, "type" character varying NOT NULL, "position" integer, "json_attributes" jsonb, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:3  (0.4ms) ALTER TABLE "kithe_models" ADD "parent_id" bigint ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:18  (5.6ms) CREATE INDEX "index_kithe_models_on_parent_id" ON "kithe_models" ("parent_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:18  (2.2ms) ALTER TABLE "kithe_models" ADD CONSTRAINT "fk_rails_90130a9780" FOREIGN KEY ("parent_id") REFERENCES "kithe_models" ("id")  ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:18 ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181003195235"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (5.1ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:4  (0.2ms) BEGIN ↳ bin/rails:4 ActiveRecord::InternalMetadata Create (0.7ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2018-10-08 15:41:40.520896"], ["updated_at", "2018-10-08 15:41:40.520896"]] ↳ bin/rails:4  (1.5ms) COMMIT ↳ bin/rails:4  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (214.4ms) DROP DATABASE IF EXISTS "kithe_development" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (222.6ms) DROP DATABASE IF EXISTS "kithe_test" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1044.2ms) CREATE DATABASE "kithe_development" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1049.7ms) CREATE DATABASE "kithe_test" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (19.1ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (13.7ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to CreateKitheModels (20181003195235)  (0.3ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (16.4ms) CREATE TABLE "kithe_models" ("id" bigserial primary key, "title" character varying NOT NULL, "type" character varying NOT NULL, "position" integer, "json_attributes" jsonb, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:3  (0.7ms) ALTER TABLE "kithe_models" ADD "parent_id" bigint ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:18  (6.2ms) CREATE INDEX "index_kithe_models_on_parent_id" ON "kithe_models" ("parent_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:18  (3.7ms) ALTER TABLE "kithe_models" ADD CONSTRAINT "fk_rails_90130a9780" FOREIGN KEY ("parent_id") REFERENCES "kithe_models" ("id")  ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:18 ActiveRecord::SchemaMigration Create (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181003195235"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (6.5ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (5.9ms) ALTER TABLE "kithe_models" ALTER COLUMN "id" TYPE bigint, ALTER COLUMN "id" SET DEFAULT digest((gen_random_uuid())::text, 'sha256'::text), ALTER "id" SET NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:3  (0.2ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.2ms) ALTER TABLE "kithe_models" ALTER COLUMN "id" SET DEFAULT 32 ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:4 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181008145349"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (6.4ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.8ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2018-10-08 15:43:40.850012"], ["updated_at", "2018-10-08 15:43:40.850012"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (5.6ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ bin/rails:14  (1.2ms) ALTER TABLE "kithe_models" ALTER COLUMN "id" SET DEFAULT 0 ↳ bin/rails:14 ActiveRecord::SchemaMigration Destroy (0.7ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181008145349"]] ↳ bin/rails:14  (6.3ms) COMMIT ↳ bin/rails:14  (0.5ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (6.4ms) ALTER TABLE "kithe_models" ALTER COLUMN "id" TYPE bigserial primary key ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:5  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (10.5ms) ALTER TABLE "kithe_models" ALTER COLUMN "id" TYPE bigint ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:5 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181008145349"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (11.3ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN Kithe::Asset Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Asset"], ["created_at", "2018-10-08 15:54:50.484508"], ["updated_at", "2018-10-08 15:54:50.484508"]]  (6.6ms) COMMIT  (0.2ms) BEGIN Kithe::Asset Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Asset"], ["created_at", "2018-10-08 15:54:57.790350"], ["updated_at", "2018-10-08 15:54:57.790350"]]  (0.3ms) ROLLBACK  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ bin/rails:14  (3.9ms) ALTER TABLE "kithe_models" ALTER COLUMN "id" TYPE bigint ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:9 ActiveRecord::SchemaMigration Destroy (0.7ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181008145349"]] ↳ bin/rails:14  (6.3ms) COMMIT ↳ bin/rails:14  (0.5ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (10.2ms) ALTER TABLE "kithe_models" ALTER COLUMN "id" TYPE bigint, ALTER "id" SET NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:5 ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181008145349"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (6.0ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Kithe::Asset Destroy (2.2ms) DELETE FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset')  (0.3ms) BEGIN Kithe::Asset Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Asset"], ["created_at", "2018-10-08 15:55:48.814629"], ["updated_at", "2018-10-08 15:55:48.814629"]]  (6.3ms) COMMIT  (0.2ms) BEGIN Kithe::Asset Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Asset"], ["created_at", "2018-10-08 15:55:49.748198"], ["updated_at", "2018-10-08 15:55:49.748198"]]  (0.2ms) ROLLBACK  (1.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.3ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to KitheModelsCustomPk (20181008145349)  (0.3ms) BEGIN ↳ bin/rails:14  (5.0ms) ALTER TABLE "kithe_models" ALTER COLUMN "id" TYPE bigint ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:9 ActiveRecord::SchemaMigration Destroy (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181008145349"]] ↳ bin/rails:14  (6.3ms) COMMIT ↳ bin/rails:14  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (11.6ms) ALTER TABLE "kithe_models" ALTER COLUMN "id" TYPE bigint, ALTER "id" SET NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:8 ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181008145349"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (11.5ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.1ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ bin/rails:14  (4.0ms) ALTER TABLE "kithe_models" ALTER COLUMN "id" TYPE bigint, ALTER "id" SET NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:12 ActiveRecord::SchemaMigration Destroy (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181008145349"]] ↳ bin/rails:14  (6.4ms) COMMIT ↳ bin/rails:14  (0.5ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.4ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (7.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) select 1;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:8 ActiveRecord::SchemaMigration Create (6.9ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181008145349"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (12.3ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (6.8ms) CREATE SEQUENCE kithe_models_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE MAXVALUE select max(id) from kithe_models CACHE 1 OWNED BY kithe_models.id; ALTER TABLE ONLY kithe_models ALTER COLUMN id SET DEFAULT nextval('kithe_models_id_seq'::regclass) DROP CONSTRAINT IF EXISTS kithe_models_pk_gen; DROP FUNCTION IF EXISTS kithe_models_pk_gen;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:12  (0.2ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) CREATE SEQUENCE kithe_models_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE MAXVALUE (select max(id) from kithe_models) CACHE 1 OWNED BY kithe_models.id; ALTER TABLE ONLY kithe_models ALTER COLUMN id SET DEFAULT nextval('kithe_models_id_seq'::regclass) DROP CONSTRAINT IF EXISTS kithe_models_pk_gen; DROP FUNCTION IF EXISTS kithe_models_pk_gen;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:12  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) CREATE SEQUENCE kithe_models_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 OWNED BY kithe_models.id; ALTER TABLE ONLY kithe_models ALTER COLUMN id SET DEFAULT nextval('kithe_models_id_seq'::regclass) DROP CONSTRAINT IF EXISTS kithe_models_pk_gen; PERFORM setval('kithe_models_id_seq', (SELECT MAX(id) FROM kithe_models)); DROP FUNCTION IF EXISTS kithe_models_pk_gen;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:12  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (2.0ms) CREATE SEQUENCE kithe_models_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 OWNED BY kithe_models.id; ALTER TABLE ONLY kithe_models DROP CONSTRAINT IF EXISTS kithe_models_pk_gen; ALTER COLUMN id SET DEFAULT nextval('kithe_models_id_seq'::regclass); PERFORM setval('kithe_models_id_seq', (SELECT MAX(id) FROM kithe_models)); DROP FUNCTION IF EXISTS kithe_models_pk_gen;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:12  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) CREATE SEQUENCE kithe_models_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 OWNED BY kithe_models.id; ALTER TABLE ONLY kithe_models ALTER COLUMN id SET DEFAULT nextval('kithe_models_id_seq'::regclass); ALTER TABLE only kithe_models DROP CONSTRAINT IF EXISTS kithe_models_pk_gen; PERFORM setval('kithe_models_id_seq', (SELECT MAX(id) FROM kithe_models)); DROP FUNCTION IF EXISTS kithe_models_pk_gen;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:12  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) CREATE SEQUENCE kithe_models_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 OWNED BY kithe_models.id; ALTER TABLE ONLY kithe_models ALTER COLUMN id SET DEFAULT nextval('kithe_models_id_seq'::regclass); ALTER TABLE only kithe_models DROP CONSTRAINT IF EXISTS kithe_models_pk_gen; SELECT setval('kithe_models_id_seq', (SELECT MAX(id) FROM kithe_models)); DROP FUNCTION IF EXISTS kithe_models_pk_gen;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:12  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.7ms) CREATE SEQUENCE kithe_models_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 OWNED BY kithe_models.id; ALTER TABLE ONLY kithe_models ALTER COLUMN id SET DEFAULT nextval('kithe_models_id_seq'::regclass); ALTER TABLE only kithe_models DROP CONSTRAINT IF EXISTS kithe_models_pk_gen; SELECT setval('kithe_models_id_seq', (SELECT MAX(id) FROM kithe_models)); DROP FUNCTION IF EXISTS kithe_models_pk_gen();  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:12  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) CREATE SEQUENCE UNLESS EXISTS kithe_models_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 OWNED BY kithe_models.id; ALTER TABLE ONLY kithe_models ALTER COLUMN id SET DEFAULT nextval('kithe_models_id_seq'::regclass); ALTER TABLE only kithe_models DROP CONSTRAINT IF EXISTS kithe_models_pk_gen; SELECT setval('kithe_models_id_seq', (SELECT MAX(id) FROM kithe_models)); DROP FUNCTION IF EXISTS kithe_models_pk_gen();  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:12  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.3ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (5.2ms) CREATE SEQUENCE IF NOT EXISTS kithe_models_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 OWNED BY kithe_models.id; ALTER TABLE ONLY kithe_models ALTER COLUMN id SET DEFAULT nextval('kithe_models_id_seq'::regclass); ALTER TABLE only kithe_models DROP CONSTRAINT IF EXISTS kithe_models_pk_gen; SELECT setval('kithe_models_id_seq', (SELECT MAX(id) FROM kithe_models)); DROP FUNCTION IF EXISTS kithe_models_pk_gen();  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:12  (0.4ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.7ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (2.9ms) CREATE SEQUENCE IF NOT EXISTS kithe_models_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 OWNED BY kithe_models.id; ALTER TABLE ONLY kithe_models ALTER COLUMN id SET DEFAULT nextval('kithe_models_id_seq'::regclass); ALTER TABLE only kithe_models DROP CONSTRAINT IF EXISTS kithe_models_pk_gen; SELECT setval('kithe_models_id_seq', (SELECT MAX(id) + 1 FROM kithe_models)); DROP FUNCTION IF EXISTS kithe_models_pk_gen();  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:12 ActiveRecord::SchemaMigration Destroy (0.7ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181008145349"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (6.3ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) select 1;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:8 ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181008145349"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.4ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.7ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (2.5ms) CREATE SEQUENCE IF NOT EXISTS kithe_models_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 OWNED BY kithe_models.id; ALTER TABLE ONLY kithe_models ALTER COLUMN id SET DEFAULT nextval('kithe_models_id_seq'::regclass); ALTER TABLE only kithe_models DROP CONSTRAINT IF EXISTS kithe_models_pk_gen; SELECT setval('kithe_models_id_seq', (SELECT MAX(id) + 1 FROM kithe_models)); DROP FUNCTION IF EXISTS kithe_models_pk_gen();  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:12 ActiveRecord::SchemaMigration Destroy (0.7ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181008145349"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.4ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) CREATE OR REPLACE FUNCTION kithe_models_pk_gen(max_value bigint) RETURNS bigint AS $$ DECLARE new_id bigint; done bool; tries integer; BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 10) THEN RAISE 'Could not find non-conflicting id in 10 tries'; END IF; new_id = trunc(random() * (max_value) + 1); done := NOT exists(SELECT 1 FROM kithe_models WHERE id=new_id); END LOOP; RETURN new_id; END; $$ LANGUAGE plpgsql; ALTER TABLE ONLY kithe_models ALTER COLUMN id SET DEFAULT kithe_models_pk_gen(1000000) ADD CONSTRAINT non_zero_id (id != 0); DROP_SEQUENCE kithe_models_id_seq;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:5  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) CREATE OR REPLACE FUNCTION kithe_models_pk_gen(max_value bigint) RETURNS bigint AS $$ DECLARE new_id bigint; done bool; tries integer; BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 10) THEN RAISE 'Could not find non-conflicting id in 10 tries'; END IF; new_id = trunc(random() * (max_value) + 1); done := NOT exists(SELECT 1 FROM kithe_models WHERE id=new_id); END LOOP; RETURN new_id; END; $$ LANGUAGE plpgsql; ALTER TABLE ONLY kithe_models ALTER COLUMN id SET DEFAULT kithe_models_pk_gen(1000000) ALTER TABLE ONLY kithe_models ADD CONSTRAINT non_zero_id (id != 0); DROP_SEQUENCE kithe_models_id_seq;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:5  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) CREATE OR REPLACE FUNCTION kithe_models_pk_gen(max_value bigint) RETURNS bigint AS $$ DECLARE new_id bigint; done bool; tries integer; BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 10) THEN RAISE 'Could not find non-conflicting id in 10 tries'; END IF; new_id = trunc(random() * (max_value) + 1); done := NOT exists(SELECT 1 FROM kithe_models WHERE id=new_id); END LOOP; RETURN new_id; END; $$ LANGUAGE plpgsql; ALTER TABLE ONLY kithe_models ALTER COLUMN id SET DEFAULT kithe_models_pk_gen(1000000); ALTER TABLE ONLY kithe_models ADD CONSTRAINT non_zero_id (id != 0); DROP_SEQUENCE kithe_models_id_seq;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:5  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (6.6ms) CREATE OR REPLACE FUNCTION kithe_models_pk_gen(max_value bigint) RETURNS bigint AS $$ DECLARE new_id bigint; done bool; tries integer; BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 10) THEN RAISE 'Could not find non-conflicting id in 10 tries'; END IF; new_id = trunc(random() * (max_value) + 1); done := NOT exists(SELECT 1 FROM kithe_models WHERE id=new_id); END LOOP; RETURN new_id; END; $$ LANGUAGE plpgsql; ALTER TABLE ONLY kithe_models ALTER COLUMN id SET DEFAULT kithe_models_pk_gen(1000000); ALTER TABLE ONLY kithe_models ADD CONSTRAINT non_zero_id CHECK (id != 0); DROP_SEQUENCE kithe_models_id_seq;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:5  (0.2ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (62.2ms) CREATE OR REPLACE FUNCTION kithe_models_pk_gen(max_value bigint) RETURNS bigint AS $$ DECLARE new_id bigint; done bool; tries integer; BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 10) THEN RAISE 'Could not find non-conflicting id in 10 tries'; END IF; new_id = trunc(random() * (max_value) + 1); done := NOT exists(SELECT 1 FROM kithe_models WHERE id=new_id); END LOOP; RETURN new_id; END; $$ LANGUAGE plpgsql; ALTER TABLE ONLY kithe_models ALTER COLUMN id SET DEFAULT kithe_models_pk_gen(1000000); ALTER TABLE ONLY kithe_models ADD CONSTRAINT non_zero_id CHECK (id != 0); DROP SEQUENCE IF EXISTS kithe_models_id_seq;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:5  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Kithe::Asset Destroy (9.9ms) DELETE FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset')  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (31.4ms) CREATE OR REPLACE FUNCTION kithe_models_pk_gen(max_value bigint) RETURNS bigint AS $$ DECLARE new_id bigint; done bool; tries integer; BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 10) THEN RAISE 'Could not find non-conflicting id in 10 tries'; END IF; new_id = trunc(random() * (max_value) + 1); done := NOT exists(SELECT 1 FROM kithe_models WHERE id=new_id); END LOOP; RETURN new_id; END; $$ LANGUAGE plpgsql; ALTER TABLE ONLY kithe_models ALTER COLUMN id SET DEFAULT kithe_models_pk_gen(1000000); ALTER TABLE ONLY kithe_models ADD CONSTRAINT non_zero_id CHECK (id != 0); DROP SEQUENCE IF EXISTS kithe_models_id_seq;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:5 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181008145349"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (3.3ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) BEGIN Kithe::Asset Create (5.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Asset"], ["created_at", "2018-10-08 18:29:58.957067"], ["updated_at", "2018-10-08 18:29:58.957067"]]  (0.4ms) COMMIT Kithe::Asset Load (0.6ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND "kithe_models"."id" = $1 LIMIT $2 [["id", 0], ["LIMIT", 1]] Kithe::Asset Load (1.4ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) BEGIN Kithe::Asset Create (3.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Asset"], ["created_at", "2018-10-08 18:31:04.036748"], ["updated_at", "2018-10-08 18:31:04.036748"]]  (6.5ms) COMMIT  (0.3ms) BEGIN Kithe::Asset Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Asset"], ["created_at", "2018-10-08 18:31:10.117864"], ["updated_at", "2018-10-08 18:31:10.117864"]]  (1.4ms) COMMIT Kithe::Asset Load (0.5ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND "kithe_models"."id" = $1 LIMIT $2 [["id", 347723], ["LIMIT", 1]]  (2.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (8.1ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (40.7ms) CREATE SEQUENCE IF NOT EXISTS kithe_models_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 OWNED BY kithe_models.id; ALTER TABLE ONLY kithe_models ALTER COLUMN id SET DEFAULT nextval('kithe_models_id_seq'::regclass); ALTER TABLE only kithe_models DROP CONSTRAINT IF EXISTS kithe_models_pk_gen; SELECT setval('kithe_models_id_seq', (SELECT MAX(id) + 1 FROM kithe_models)); DROP FUNCTION IF EXISTS kithe_models_pk_gen();  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:36 ActiveRecord::SchemaMigration Destroy (0.8ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181008145349"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (3.1ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (41.9ms) CREATE OR REPLACE FUNCTION kithe_models_pk_gen(max_value bigint) RETURNS bigint AS $$ DECLARE new_id bigint; done bool; tries integer; BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 10) THEN RAISE 'Could not find non-conflicting id in 10 tries'; END IF; new_id = trunc(random() * (max_value) + 1); done := NOT exists(SELECT 1 FROM kithe_models WHERE id=new_id); END LOOP; RETURN new_id; END; $$ LANGUAGE plpgsql; -- 78,364,164,096 is keyspace of 7 [0-9a-z] characters ALTER TABLE ONLY kithe_models ALTER COLUMN id SET DEFAULT kithe_models_pk_gen(78364164096); ALTER TABLE ONLY kithe_models ADD CONSTRAINT non_zero_id CHECK (id != 0); DROP SEQUENCE IF EXISTS kithe_models_id_seq;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:5  (0.2ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) CREATE OR REPLACE FUNCTION kithe_models_pk_gen(max_value bigint) RETURNS bigint AS $$ DECLARE new_id bigint; done bool; tries integer; BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 10) THEN RAISE 'Could not find non-conflicting id in 10 tries'; END IF; new_id = trunc(random() * (max_value) + 1); done := NOT exists(SELECT 1 FROM kithe_models WHERE id=new_id); END LOOP; RETURN new_id; END; $$ LANGUAGE plpgsql; -- 78,364,164,096 is keyspace of 7 [0-9a-z] characters ALTER TABLE ONLY kithe_models ALTER COLUMN id SET DEFAULT kithe_models_pk_gen(78364164096); ALTER TABLE ONLY kithe_models ADD CONSTRAINT IF NOT EXISTS non_zero_id CHECK (id != 0); DROP SEQUENCE IF EXISTS kithe_models_id_seq;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:5  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to CreateKitheModels (20181003195235)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (12.8ms) ALTER TABLE "kithe_models" DROP CONSTRAINT "fk_rails_90130a9780" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.3ms) ALTER TABLE "kithe_models" DROP COLUMN "parent_id" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (2.5ms) DROP TABLE "kithe_models" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::SchemaMigration Destroy (0.7ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181003195235"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.7ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to CreateKitheModels (20181003195235)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (12.7ms) CREATE TABLE "kithe_models" ("id" bigserial primary key, "title" character varying NOT NULL, "type" character varying NOT NULL, "position" integer, "json_attributes" jsonb, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:3  (0.4ms) ALTER TABLE "kithe_models" ADD "parent_id" bigint ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:18  (3.9ms) CREATE INDEX "index_kithe_models_on_parent_id" ON "kithe_models" ("parent_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:18  (6.5ms) ALTER TABLE "kithe_models" ADD CONSTRAINT "fk_rails_90130a9780" FOREIGN KEY ("parent_id") REFERENCES "kithe_models" ("id")  ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:18 ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181003195235"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (5.6ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.6ms) CREATE OR REPLACE FUNCTION kithe_models_pk_gen(max_value bigint) RETURNS bigint AS $$ DECLARE new_id bigint; done bool; tries integer; BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 10) THEN RAISE 'Could not find non-conflicting id in 10 tries'; END IF; new_id = trunc(random() * (max_value) + 1); done := NOT exists(SELECT 1 FROM kithe_models WHERE id=new_id); END LOOP; RETURN new_id; END; $$ LANGUAGE plpgsql; -- 78,364,164,096 is keyspace of 7 [0-9a-z] characters ALTER TABLE ONLY kithe_models ALTER COLUMN id SET DEFAULT kithe_models_pk_gen(78364164096); ALTER TABLE ONLY kithe_models ADD CONSTRAINT IF NOT EXISTS non_zero_id CHECK (id != 0); DROP SEQUENCE IF EXISTS kithe_models_id_seq;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:5  (0.4ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (4.2ms) CREATE OR REPLACE FUNCTION kithe_models_pk_gen(max_value bigint) RETURNS bigint AS $$ DECLARE new_id bigint; done bool; tries integer; BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 10) THEN RAISE 'Could not find non-conflicting id in 10 tries'; END IF; new_id = trunc(random() * (max_value) + 1); done := NOT exists(SELECT 1 FROM kithe_models WHERE id=new_id); END LOOP; RETURN new_id; END; $$ LANGUAGE plpgsql; -- 78,364,164,096 is keyspace of 7 [0-9a-z] characters ALTER TABLE ONLY kithe_models ALTER COLUMN id SET DEFAULT kithe_models_pk_gen(78364164096); ALTER TABLE ONLY kithe_models DROP CONSTRAINT IF EXISTS non_zero_id; ALTER TABLE ONLY kithe_models ADD CONSTRAINT non_zero_id CHECK (id != 0); DROP SEQUENCE IF EXISTS kithe_models_id_seq;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:5 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181008145349"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (2.0ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (1.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (3.9ms) CREATE SEQUENCE IF NOT EXISTS kithe_models_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 OWNED BY kithe_models.id; ALTER TABLE ONLY kithe_models ALTER COLUMN id SET DEFAULT nextval('kithe_models_id_seq'::regclass); ALTER TABLE only kithe_models DROP CONSTRAINT IF EXISTS kithe_models_pk_gen; ALTER TABLE only kithe_models DROP CONSTRAINT IF EXISTS non_zero_id; SELECT setval('kithe_models_id_seq', (SELECT MAX(id) + 1 FROM kithe_models)); DROP FUNCTION IF EXISTS kithe_models_pk_gen();  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:37 ActiveRecord::SchemaMigration Destroy (0.7ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181008145349"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.5ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (3.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (4.4ms) CREATE OR REPLACE FUNCTION kithe_models_pk_gen(max_value bigint) RETURNS bigint AS $$ DECLARE new_id bigint; done bool; tries integer; BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 10) THEN RAISE 'Could not find non-conflicting id in 10 tries'; END IF; new_id = trunc(random() * (max_value) + 1); done := NOT exists(SELECT 1 FROM kithe_models WHERE id=new_id); END LOOP; RETURN new_id; END; $$ LANGUAGE plpgsql; -- 78,364,164,096 is keyspace of 7 [0-9a-z] characters ALTER TABLE ONLY kithe_models ALTER COLUMN id SET DEFAULT kithe_models_pk_gen(78364164096); ALTER TABLE ONLY kithe_models DROP CONSTRAINT IF EXISTS non_zero_id, ADD CONSTRAINT non_zero_id CHECK (id != 0); DROP SEQUENCE IF EXISTS kithe_models_id_seq;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:5 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181008145349"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (2.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.1ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN Kithe::Asset Create (12.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Asset"], ["created_at", "2018-10-11 03:34:48.769054"], ["updated_at", "2018-10-11 03:34:48.769054"]]  (0.5ms) COMMIT Kithe::Asset Load (1.3ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Asset Load (0.7ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Asset Load (1.0ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND "kithe_models"."id" = $1 LIMIT $2 [["id", 28928007301], ["LIMIT", 1]] Kithe::Asset Load (0.5ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND "kithe_models"."id" = $1 LIMIT $2 [["id", 1041408262741], ["LIMIT", 1]] Kithe::Asset Load (0.6ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND "kithe_models"."id" = $1 LIMIT $2 [["id", 28928007301], ["LIMIT", 1]]  (0.2ms) BEGIN Kithe::Asset Create (3.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Asset"], ["created_at", "2018-10-11 03:47:25.916608"], ["updated_at", "2018-10-11 03:47:25.916608"]]  (1.5ms) COMMIT Kithe::Asset Load (2.8ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Asset Load (0.6ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Asset Load (0.9ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Asset Load (2.5ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Work Load (0.8ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.2ms) BEGIN Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "work"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:36:18.526216"], ["updated_at", "2018-10-11 16:36:18.526216"]] Kithe::Asset Update (0.9ms) UPDATE "kithe_models" SET "updated_at" = $1, "parent_id" = $2 WHERE "kithe_models"."id" = $3 [["updated_at", "2018-10-11 16:36:18.535624"], ["parent_id", 39895952907], ["id", 28928007301]]  (5.6ms) COMMIT Kithe::Model Load (0.4ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."parent_id" = $1 LIMIT $2 [["parent_id", 39895952907], ["LIMIT", 11]] Kithe::Model Load (0.4ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."parent_id" = $1 LIMIT $2 [["parent_id", 39895952907], ["LIMIT", 10000]]  (0.4ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.188348"], ["updated_at", "2018-10-11 16:38:18.188348"], ["parent_id", 39895952907]]  (1.5ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.193695"], ["updated_at", "2018-10-11 16:38:18.193695"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.197306"], ["updated_at", "2018-10-11 16:38:18.197306"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.201666"], ["updated_at", "2018-10-11 16:38:18.201666"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.204634"], ["updated_at", "2018-10-11 16:38:18.204634"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.207846"], ["updated_at", "2018-10-11 16:38:18.207846"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.210482"], ["updated_at", "2018-10-11 16:38:18.210482"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.6ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.217476"], ["updated_at", "2018-10-11 16:38:18.217476"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.222145"], ["updated_at", "2018-10-11 16:38:18.222145"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.224848"], ["updated_at", "2018-10-11 16:38:18.224848"], ["parent_id", 39895952907]]  (1.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.229154"], ["updated_at", "2018-10-11 16:38:18.229154"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.231983"], ["updated_at", "2018-10-11 16:38:18.231983"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.234696"], ["updated_at", "2018-10-11 16:38:18.234696"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.237881"], ["updated_at", "2018-10-11 16:38:18.237881"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.240992"], ["updated_at", "2018-10-11 16:38:18.240992"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.243802"], ["updated_at", "2018-10-11 16:38:18.243802"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.247327"], ["updated_at", "2018-10-11 16:38:18.247327"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.252958"], ["updated_at", "2018-10-11 16:38:18.252958"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.255601"], ["updated_at", "2018-10-11 16:38:18.255601"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.259040"], ["updated_at", "2018-10-11 16:38:18.259040"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.263046"], ["updated_at", "2018-10-11 16:38:18.263046"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.267288"], ["updated_at", "2018-10-11 16:38:18.267288"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.271385"], ["updated_at", "2018-10-11 16:38:18.271385"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.275889"], ["updated_at", "2018-10-11 16:38:18.275889"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.279679"], ["updated_at", "2018-10-11 16:38:18.279679"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.282926"], ["updated_at", "2018-10-11 16:38:18.282926"], ["parent_id", 39895952907]]  (1.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.286917"], ["updated_at", "2018-10-11 16:38:18.286917"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.289786"], ["updated_at", "2018-10-11 16:38:18.289786"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.292643"], ["updated_at", "2018-10-11 16:38:18.292643"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.295384"], ["updated_at", "2018-10-11 16:38:18.295384"], ["parent_id", 39895952907]]  (0.8ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.301566"], ["updated_at", "2018-10-11 16:38:18.301566"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.305002"], ["updated_at", "2018-10-11 16:38:18.305002"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.307938"], ["updated_at", "2018-10-11 16:38:18.307938"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.310813"], ["updated_at", "2018-10-11 16:38:18.310813"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.313975"], ["updated_at", "2018-10-11 16:38:18.313975"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.316980"], ["updated_at", "2018-10-11 16:38:18.316980"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.319785"], ["updated_at", "2018-10-11 16:38:18.319785"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.322603"], ["updated_at", "2018-10-11 16:38:18.322603"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.325475"], ["updated_at", "2018-10-11 16:38:18.325475"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.328213"], ["updated_at", "2018-10-11 16:38:18.328213"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.331081"], ["updated_at", "2018-10-11 16:38:18.331081"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.333885"], ["updated_at", "2018-10-11 16:38:18.333885"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.336927"], ["updated_at", "2018-10-11 16:38:18.336927"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.339958"], ["updated_at", "2018-10-11 16:38:18.339958"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.344108"], ["updated_at", "2018-10-11 16:38:18.344108"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.346910"], ["updated_at", "2018-10-11 16:38:18.346910"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.350511"], ["updated_at", "2018-10-11 16:38:18.350511"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.354740"], ["updated_at", "2018-10-11 16:38:18.354740"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.357715"], ["updated_at", "2018-10-11 16:38:18.357715"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.360623"], ["updated_at", "2018-10-11 16:38:18.360623"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.5ms) BEGIN Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.366026"], ["updated_at", "2018-10-11 16:38:18.366026"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.371063"], ["updated_at", "2018-10-11 16:38:18.371063"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.374267"], ["updated_at", "2018-10-11 16:38:18.374267"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.377549"], ["updated_at", "2018-10-11 16:38:18.377549"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.380848"], ["updated_at", "2018-10-11 16:38:18.380848"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.384969"], ["updated_at", "2018-10-11 16:38:18.384969"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.388739"], ["updated_at", "2018-10-11 16:38:18.388739"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.392926"], ["updated_at", "2018-10-11 16:38:18.392926"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.397198"], ["updated_at", "2018-10-11 16:38:18.397198"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.401341"], ["updated_at", "2018-10-11 16:38:18.401341"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.404291"], ["updated_at", "2018-10-11 16:38:18.404291"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.407187"], ["updated_at", "2018-10-11 16:38:18.407187"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.411519"], ["updated_at", "2018-10-11 16:38:18.411519"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.414473"], ["updated_at", "2018-10-11 16:38:18.414473"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.418072"], ["updated_at", "2018-10-11 16:38:18.418072"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.422426"], ["updated_at", "2018-10-11 16:38:18.422426"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.425499"], ["updated_at", "2018-10-11 16:38:18.425499"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.428587"], ["updated_at", "2018-10-11 16:38:18.428587"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.5ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.434906"], ["updated_at", "2018-10-11 16:38:18.434906"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.438575"], ["updated_at", "2018-10-11 16:38:18.438575"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.441726"], ["updated_at", "2018-10-11 16:38:18.441726"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.445315"], ["updated_at", "2018-10-11 16:38:18.445315"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.448466"], ["updated_at", "2018-10-11 16:38:18.448466"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.452486"], ["updated_at", "2018-10-11 16:38:18.452486"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.456748"], ["updated_at", "2018-10-11 16:38:18.456748"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.479326"], ["updated_at", "2018-10-11 16:38:18.479326"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.482105"], ["updated_at", "2018-10-11 16:38:18.482105"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.484897"], ["updated_at", "2018-10-11 16:38:18.484897"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.488894"], ["updated_at", "2018-10-11 16:38:18.488894"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.491538"], ["updated_at", "2018-10-11 16:38:18.491538"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.494308"], ["updated_at", "2018-10-11 16:38:18.494308"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.499447"], ["updated_at", "2018-10-11 16:38:18.499447"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.503578"], ["updated_at", "2018-10-11 16:38:18.503578"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.506814"], ["updated_at", "2018-10-11 16:38:18.506814"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.510927"], ["updated_at", "2018-10-11 16:38:18.510927"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.514670"], ["updated_at", "2018-10-11 16:38:18.514670"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.518805"], ["updated_at", "2018-10-11 16:38:18.518805"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.522571"], ["updated_at", "2018-10-11 16:38:18.522571"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.526466"], ["updated_at", "2018-10-11 16:38:18.526466"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.529199"], ["updated_at", "2018-10-11 16:38:18.529199"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.531696"], ["updated_at", "2018-10-11 16:38:18.531696"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.534355"], ["updated_at", "2018-10-11 16:38:18.534355"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.537036"], ["updated_at", "2018-10-11 16:38:18.537036"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.539668"], ["updated_at", "2018-10-11 16:38:18.539668"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.4ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.543791"], ["updated_at", "2018-10-11 16:38:18.543791"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.546436"], ["updated_at", "2018-10-11 16:38:18.546436"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.548988"], ["updated_at", "2018-10-11 16:38:18.548988"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.553304"], ["updated_at", "2018-10-11 16:38:18.553304"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.555924"], ["updated_at", "2018-10-11 16:38:18.555924"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.558833"], ["updated_at", "2018-10-11 16:38:18.558833"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.561617"], ["updated_at", "2018-10-11 16:38:18.561617"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.4ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.567668"], ["updated_at", "2018-10-11 16:38:18.567668"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.571412"], ["updated_at", "2018-10-11 16:38:18.571412"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.574213"], ["updated_at", "2018-10-11 16:38:18.574213"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.578626"], ["updated_at", "2018-10-11 16:38:18.578626"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.581365"], ["updated_at", "2018-10-11 16:38:18.581365"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.584073"], ["updated_at", "2018-10-11 16:38:18.584073"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.586911"], ["updated_at", "2018-10-11 16:38:18.586911"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.589535"], ["updated_at", "2018-10-11 16:38:18.589535"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.592191"], ["updated_at", "2018-10-11 16:38:18.592191"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.595057"], ["updated_at", "2018-10-11 16:38:18.595057"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.597631"], ["updated_at", "2018-10-11 16:38:18.597631"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.600279"], ["updated_at", "2018-10-11 16:38:18.600279"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.602867"], ["updated_at", "2018-10-11 16:38:18.602867"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.605618"], ["updated_at", "2018-10-11 16:38:18.605618"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.609319"], ["updated_at", "2018-10-11 16:38:18.609319"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.612619"], ["updated_at", "2018-10-11 16:38:18.612619"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.615299"], ["updated_at", "2018-10-11 16:38:18.615299"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.4ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.619594"], ["updated_at", "2018-10-11 16:38:18.619594"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.622419"], ["updated_at", "2018-10-11 16:38:18.622419"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.625165"], ["updated_at", "2018-10-11 16:38:18.625165"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.628283"], ["updated_at", "2018-10-11 16:38:18.628283"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.4ms) BEGIN Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.633838"], ["updated_at", "2018-10-11 16:38:18.633838"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.638884"], ["updated_at", "2018-10-11 16:38:18.638884"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.642887"], ["updated_at", "2018-10-11 16:38:18.642887"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.646664"], ["updated_at", "2018-10-11 16:38:18.646664"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.650646"], ["updated_at", "2018-10-11 16:38:18.650646"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.654215"], ["updated_at", "2018-10-11 16:38:18.654215"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.656820"], ["updated_at", "2018-10-11 16:38:18.656820"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.659624"], ["updated_at", "2018-10-11 16:38:18.659624"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.662248"], ["updated_at", "2018-10-11 16:38:18.662248"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.665051"], ["updated_at", "2018-10-11 16:38:18.665051"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.668105"], ["updated_at", "2018-10-11 16:38:18.668105"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.670842"], ["updated_at", "2018-10-11 16:38:18.670842"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.673733"], ["updated_at", "2018-10-11 16:38:18.673733"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.677790"], ["updated_at", "2018-10-11 16:38:18.677790"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.680930"], ["updated_at", "2018-10-11 16:38:18.680930"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.683661"], ["updated_at", "2018-10-11 16:38:18.683661"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.688461"], ["updated_at", "2018-10-11 16:38:18.688461"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.691188"], ["updated_at", "2018-10-11 16:38:18.691188"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.694012"], ["updated_at", "2018-10-11 16:38:18.694012"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.698061"], ["updated_at", "2018-10-11 16:38:18.698061"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.703241"], ["updated_at", "2018-10-11 16:38:18.703241"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.705831"], ["updated_at", "2018-10-11 16:38:18.705831"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.708674"], ["updated_at", "2018-10-11 16:38:18.708674"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.711474"], ["updated_at", "2018-10-11 16:38:18.711474"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.713937"], ["updated_at", "2018-10-11 16:38:18.713937"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.716607"], ["updated_at", "2018-10-11 16:38:18.716607"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.719284"], ["updated_at", "2018-10-11 16:38:18.719284"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.721898"], ["updated_at", "2018-10-11 16:38:18.721898"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.724823"], ["updated_at", "2018-10-11 16:38:18.724823"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.727545"], ["updated_at", "2018-10-11 16:38:18.727545"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.730197"], ["updated_at", "2018-10-11 16:38:18.730197"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.732702"], ["updated_at", "2018-10-11 16:38:18.732702"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.735339"], ["updated_at", "2018-10-11 16:38:18.735339"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.737916"], ["updated_at", "2018-10-11 16:38:18.737916"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.740867"], ["updated_at", "2018-10-11 16:38:18.740867"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.745052"], ["updated_at", "2018-10-11 16:38:18.745052"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.747594"], ["updated_at", "2018-10-11 16:38:18.747594"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.750017"], ["updated_at", "2018-10-11 16:38:18.750017"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.754697"], ["updated_at", "2018-10-11 16:38:18.754697"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.757588"], ["updated_at", "2018-10-11 16:38:18.757588"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.761523"], ["updated_at", "2018-10-11 16:38:18.761523"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.767309"], ["updated_at", "2018-10-11 16:38:18.767309"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.772059"], ["updated_at", "2018-10-11 16:38:18.772059"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (3.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.776016"], ["updated_at", "2018-10-11 16:38:18.776016"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.781598"], ["updated_at", "2018-10-11 16:38:18.781598"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.784193"], ["updated_at", "2018-10-11 16:38:18.784193"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.786898"], ["updated_at", "2018-10-11 16:38:18.786898"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.789623"], ["updated_at", "2018-10-11 16:38:18.789623"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.792298"], ["updated_at", "2018-10-11 16:38:18.792298"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.794872"], ["updated_at", "2018-10-11 16:38:18.794872"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.797561"], ["updated_at", "2018-10-11 16:38:18.797561"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.800119"], ["updated_at", "2018-10-11 16:38:18.800119"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.802970"], ["updated_at", "2018-10-11 16:38:18.802970"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.805742"], ["updated_at", "2018-10-11 16:38:18.805742"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.809692"], ["updated_at", "2018-10-11 16:38:18.809692"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.812584"], ["updated_at", "2018-10-11 16:38:18.812584"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.815543"], ["updated_at", "2018-10-11 16:38:18.815543"], ["parent_id", 39895952907]]  (2.0ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.820214"], ["updated_at", "2018-10-11 16:38:18.820214"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.822760"], ["updated_at", "2018-10-11 16:38:18.822760"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.825398"], ["updated_at", "2018-10-11 16:38:18.825398"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.828135"], ["updated_at", "2018-10-11 16:38:18.828135"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.832256"], ["updated_at", "2018-10-11 16:38:18.832256"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.837136"], ["updated_at", "2018-10-11 16:38:18.837136"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.839885"], ["updated_at", "2018-10-11 16:38:18.839885"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.842839"], ["updated_at", "2018-10-11 16:38:18.842839"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.845544"], ["updated_at", "2018-10-11 16:38:18.845544"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.848067"], ["updated_at", "2018-10-11 16:38:18.848067"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.850739"], ["updated_at", "2018-10-11 16:38:18.850739"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.853500"], ["updated_at", "2018-10-11 16:38:18.853500"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.856125"], ["updated_at", "2018-10-11 16:38:18.856125"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.858780"], ["updated_at", "2018-10-11 16:38:18.858780"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.861565"], ["updated_at", "2018-10-11 16:38:18.861565"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.864232"], ["updated_at", "2018-10-11 16:38:18.864232"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.867516"], ["updated_at", "2018-10-11 16:38:18.867516"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.870459"], ["updated_at", "2018-10-11 16:38:18.870459"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.873105"], ["updated_at", "2018-10-11 16:38:18.873105"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.877313"], ["updated_at", "2018-10-11 16:38:18.877313"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.880060"], ["updated_at", "2018-10-11 16:38:18.880060"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.883533"], ["updated_at", "2018-10-11 16:38:18.883533"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.886925"], ["updated_at", "2018-10-11 16:38:18.886925"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.892009"], ["updated_at", "2018-10-11 16:38:18.892009"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.895876"], ["updated_at", "2018-10-11 16:38:18.895876"], ["parent_id", 39895952907]]  (1.0ms) COMMIT  (0.5ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.903226"], ["updated_at", "2018-10-11 16:38:18.903226"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.906534"], ["updated_at", "2018-10-11 16:38:18.906534"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.910156"], ["updated_at", "2018-10-11 16:38:18.910156"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.913378"], ["updated_at", "2018-10-11 16:38:18.913378"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.916488"], ["updated_at", "2018-10-11 16:38:18.916488"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.920241"], ["updated_at", "2018-10-11 16:38:18.920241"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.922865"], ["updated_at", "2018-10-11 16:38:18.922865"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.925708"], ["updated_at", "2018-10-11 16:38:18.925708"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.928402"], ["updated_at", "2018-10-11 16:38:18.928402"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.930997"], ["updated_at", "2018-10-11 16:38:18.930997"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.933590"], ["updated_at", "2018-10-11 16:38:18.933590"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.936359"], ["updated_at", "2018-10-11 16:38:18.936359"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.939652"], ["updated_at", "2018-10-11 16:38:18.939652"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.943937"], ["updated_at", "2018-10-11 16:38:18.943937"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.946568"], ["updated_at", "2018-10-11 16:38:18.946568"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.948916"], ["updated_at", "2018-10-11 16:38:18.948916"], ["parent_id", 39895952907]]  (1.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.953230"], ["updated_at", "2018-10-11 16:38:18.953230"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.955909"], ["updated_at", "2018-10-11 16:38:18.955909"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.958567"], ["updated_at", "2018-10-11 16:38:18.958567"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.961349"], ["updated_at", "2018-10-11 16:38:18.961349"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.964942"], ["updated_at", "2018-10-11 16:38:18.964942"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.970148"], ["updated_at", "2018-10-11 16:38:18.970148"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.972748"], ["updated_at", "2018-10-11 16:38:18.972748"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.5ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.975886"], ["updated_at", "2018-10-11 16:38:18.975886"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.978626"], ["updated_at", "2018-10-11 16:38:18.978626"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.981258"], ["updated_at", "2018-10-11 16:38:18.981258"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.983966"], ["updated_at", "2018-10-11 16:38:18.983966"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.986730"], ["updated_at", "2018-10-11 16:38:18.986730"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.989419"], ["updated_at", "2018-10-11 16:38:18.989419"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.992048"], ["updated_at", "2018-10-11 16:38:18.992048"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.994778"], ["updated_at", "2018-10-11 16:38:18.994778"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:18.997392"], ["updated_at", "2018-10-11 16:38:18.997392"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.000025"], ["updated_at", "2018-10-11 16:38:19.000025"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.002790"], ["updated_at", "2018-10-11 16:38:19.002790"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.005533"], ["updated_at", "2018-10-11 16:38:19.005533"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.4ms) BEGIN Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.009822"], ["updated_at", "2018-10-11 16:38:19.009822"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.013251"], ["updated_at", "2018-10-11 16:38:19.013251"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.016769"], ["updated_at", "2018-10-11 16:38:19.016769"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.019995"], ["updated_at", "2018-10-11 16:38:19.019995"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.025120"], ["updated_at", "2018-10-11 16:38:19.025120"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.027820"], ["updated_at", "2018-10-11 16:38:19.027820"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.031580"], ["updated_at", "2018-10-11 16:38:19.031580"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.036540"], ["updated_at", "2018-10-11 16:38:19.036540"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.039093"], ["updated_at", "2018-10-11 16:38:19.039093"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.041670"], ["updated_at", "2018-10-11 16:38:19.041670"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.044409"], ["updated_at", "2018-10-11 16:38:19.044409"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.047064"], ["updated_at", "2018-10-11 16:38:19.047064"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.049748"], ["updated_at", "2018-10-11 16:38:19.049748"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.052601"], ["updated_at", "2018-10-11 16:38:19.052601"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.055253"], ["updated_at", "2018-10-11 16:38:19.055253"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.057882"], ["updated_at", "2018-10-11 16:38:19.057882"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.060695"], ["updated_at", "2018-10-11 16:38:19.060695"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.063418"], ["updated_at", "2018-10-11 16:38:19.063418"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.066058"], ["updated_at", "2018-10-11 16:38:19.066058"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.068893"], ["updated_at", "2018-10-11 16:38:19.068893"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.071651"], ["updated_at", "2018-10-11 16:38:19.071651"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.074883"], ["updated_at", "2018-10-11 16:38:19.074883"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.078543"], ["updated_at", "2018-10-11 16:38:19.078543"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.081122"], ["updated_at", "2018-10-11 16:38:19.081122"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.083621"], ["updated_at", "2018-10-11 16:38:19.083621"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.088043"], ["updated_at", "2018-10-11 16:38:19.088043"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.090675"], ["updated_at", "2018-10-11 16:38:19.090675"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.093612"], ["updated_at", "2018-10-11 16:38:19.093612"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.097706"], ["updated_at", "2018-10-11 16:38:19.097706"], ["parent_id", 39895952907]]  (0.8ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.103170"], ["updated_at", "2018-10-11 16:38:19.103170"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.4ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.106929"], ["updated_at", "2018-10-11 16:38:19.106929"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.110428"], ["updated_at", "2018-10-11 16:38:19.110428"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.113143"], ["updated_at", "2018-10-11 16:38:19.113143"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.118844"], ["updated_at", "2018-10-11 16:38:19.118844"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.121481"], ["updated_at", "2018-10-11 16:38:19.121481"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.124142"], ["updated_at", "2018-10-11 16:38:19.124142"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.126975"], ["updated_at", "2018-10-11 16:38:19.126975"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.130092"], ["updated_at", "2018-10-11 16:38:19.130092"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.135237"], ["updated_at", "2018-10-11 16:38:19.135237"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.140094"], ["updated_at", "2018-10-11 16:38:19.140094"], ["parent_id", 39895952907]]  (0.9ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.145028"], ["updated_at", "2018-10-11 16:38:19.145028"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.148627"], ["updated_at", "2018-10-11 16:38:19.148627"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.151182"], ["updated_at", "2018-10-11 16:38:19.151182"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.155374"], ["updated_at", "2018-10-11 16:38:19.155374"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.158164"], ["updated_at", "2018-10-11 16:38:19.158164"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.160925"], ["updated_at", "2018-10-11 16:38:19.160925"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.4ms) BEGIN Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.164654"], ["updated_at", "2018-10-11 16:38:19.164654"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.169704"], ["updated_at", "2018-10-11 16:38:19.169704"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.172243"], ["updated_at", "2018-10-11 16:38:19.172243"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.174796"], ["updated_at", "2018-10-11 16:38:19.174796"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.177744"], ["updated_at", "2018-10-11 16:38:19.177744"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.180459"], ["updated_at", "2018-10-11 16:38:19.180459"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.183048"], ["updated_at", "2018-10-11 16:38:19.183048"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.186060"], ["updated_at", "2018-10-11 16:38:19.186060"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.188678"], ["updated_at", "2018-10-11 16:38:19.188678"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.191175"], ["updated_at", "2018-10-11 16:38:19.191175"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.193979"], ["updated_at", "2018-10-11 16:38:19.193979"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.196611"], ["updated_at", "2018-10-11 16:38:19.196611"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.199360"], ["updated_at", "2018-10-11 16:38:19.199360"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.201999"], ["updated_at", "2018-10-11 16:38:19.201999"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.204693"], ["updated_at", "2018-10-11 16:38:19.204693"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.207520"], ["updated_at", "2018-10-11 16:38:19.207520"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.211115"], ["updated_at", "2018-10-11 16:38:19.211115"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.213516"], ["updated_at", "2018-10-11 16:38:19.213516"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.215880"], ["updated_at", "2018-10-11 16:38:19.215880"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.220631"], ["updated_at", "2018-10-11 16:38:19.220631"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.223274"], ["updated_at", "2018-10-11 16:38:19.223274"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.225889"], ["updated_at", "2018-10-11 16:38:19.225889"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.228668"], ["updated_at", "2018-10-11 16:38:19.228668"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.233707"], ["updated_at", "2018-10-11 16:38:19.233707"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.237368"], ["updated_at", "2018-10-11 16:38:19.237368"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.239883"], ["updated_at", "2018-10-11 16:38:19.239883"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.242526"], ["updated_at", "2018-10-11 16:38:19.242526"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.245207"], ["updated_at", "2018-10-11 16:38:19.245207"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.248037"], ["updated_at", "2018-10-11 16:38:19.248037"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.251334"], ["updated_at", "2018-10-11 16:38:19.251334"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.256378"], ["updated_at", "2018-10-11 16:38:19.256378"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.261348"], ["updated_at", "2018-10-11 16:38:19.261348"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.265915"], ["updated_at", "2018-10-11 16:38:19.265915"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.270351"], ["updated_at", "2018-10-11 16:38:19.270351"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.273410"], ["updated_at", "2018-10-11 16:38:19.273410"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.277442"], ["updated_at", "2018-10-11 16:38:19.277442"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.280313"], ["updated_at", "2018-10-11 16:38:19.280313"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.283090"], ["updated_at", "2018-10-11 16:38:19.283090"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (1.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.287212"], ["updated_at", "2018-10-11 16:38:19.287212"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.290024"], ["updated_at", "2018-10-11 16:38:19.290024"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.292750"], ["updated_at", "2018-10-11 16:38:19.292750"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.295477"], ["updated_at", "2018-10-11 16:38:19.295477"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.4ms) BEGIN Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.300264"], ["updated_at", "2018-10-11 16:38:19.300264"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.304494"], ["updated_at", "2018-10-11 16:38:19.304494"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.306981"], ["updated_at", "2018-10-11 16:38:19.306981"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.309645"], ["updated_at", "2018-10-11 16:38:19.309645"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.312296"], ["updated_at", "2018-10-11 16:38:19.312296"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.315028"], ["updated_at", "2018-10-11 16:38:19.315028"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.317860"], ["updated_at", "2018-10-11 16:38:19.317860"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.320633"], ["updated_at", "2018-10-11 16:38:19.320633"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.323280"], ["updated_at", "2018-10-11 16:38:19.323280"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.325931"], ["updated_at", "2018-10-11 16:38:19.325931"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.328779"], ["updated_at", "2018-10-11 16:38:19.328779"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.331417"], ["updated_at", "2018-10-11 16:38:19.331417"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.334035"], ["updated_at", "2018-10-11 16:38:19.334035"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.336811"], ["updated_at", "2018-10-11 16:38:19.336811"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.339625"], ["updated_at", "2018-10-11 16:38:19.339625"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.343833"], ["updated_at", "2018-10-11 16:38:19.343833"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.346421"], ["updated_at", "2018-10-11 16:38:19.346421"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.349063"], ["updated_at", "2018-10-11 16:38:19.349063"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.353256"], ["updated_at", "2018-10-11 16:38:19.353256"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.355992"], ["updated_at", "2018-10-11 16:38:19.355992"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.358745"], ["updated_at", "2018-10-11 16:38:19.358745"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.361550"], ["updated_at", "2018-10-11 16:38:19.361550"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.365622"], ["updated_at", "2018-10-11 16:38:19.365622"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.370656"], ["updated_at", "2018-10-11 16:38:19.370656"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.374160"], ["updated_at", "2018-10-11 16:38:19.374160"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.379127"], ["updated_at", "2018-10-11 16:38:19.379127"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.384192"], ["updated_at", "2018-10-11 16:38:19.384192"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.389196"], ["updated_at", "2018-10-11 16:38:19.389196"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.392836"], ["updated_at", "2018-10-11 16:38:19.392836"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.395634"], ["updated_at", "2018-10-11 16:38:19.395634"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.398219"], ["updated_at", "2018-10-11 16:38:19.398219"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.400853"], ["updated_at", "2018-10-11 16:38:19.400853"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.403541"], ["updated_at", "2018-10-11 16:38:19.403541"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.406504"], ["updated_at", "2018-10-11 16:38:19.406504"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.410421"], ["updated_at", "2018-10-11 16:38:19.410421"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.412979"], ["updated_at", "2018-10-11 16:38:19.412979"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.415392"], ["updated_at", "2018-10-11 16:38:19.415392"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (1.3ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.419571"], ["updated_at", "2018-10-11 16:38:19.419571"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.422210"], ["updated_at", "2018-10-11 16:38:19.422210"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.424778"], ["updated_at", "2018-10-11 16:38:19.424778"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.427489"], ["updated_at", "2018-10-11 16:38:19.427489"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.5ms) BEGIN Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.431130"], ["updated_at", "2018-10-11 16:38:19.431130"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.436401"], ["updated_at", "2018-10-11 16:38:19.436401"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.438916"], ["updated_at", "2018-10-11 16:38:19.438916"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.441365"], ["updated_at", "2018-10-11 16:38:19.441365"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.444100"], ["updated_at", "2018-10-11 16:38:19.444100"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.446683"], ["updated_at", "2018-10-11 16:38:19.446683"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.449222"], ["updated_at", "2018-10-11 16:38:19.449222"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.452029"], ["updated_at", "2018-10-11 16:38:19.452029"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.454656"], ["updated_at", "2018-10-11 16:38:19.454656"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.457203"], ["updated_at", "2018-10-11 16:38:19.457203"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.459871"], ["updated_at", "2018-10-11 16:38:19.459871"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.462534"], ["updated_at", "2018-10-11 16:38:19.462534"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.465040"], ["updated_at", "2018-10-11 16:38:19.465040"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.467636"], ["updated_at", "2018-10-11 16:38:19.467636"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.470392"], ["updated_at", "2018-10-11 16:38:19.470392"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.473038"], ["updated_at", "2018-10-11 16:38:19.473038"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.6ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.477293"], ["updated_at", "2018-10-11 16:38:19.477293"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.479803"], ["updated_at", "2018-10-11 16:38:19.479803"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.482254"], ["updated_at", "2018-10-11 16:38:19.482254"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.486795"], ["updated_at", "2018-10-11 16:38:19.486795"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.489606"], ["updated_at", "2018-10-11 16:38:19.489606"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.492132"], ["updated_at", "2018-10-11 16:38:19.492132"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.494849"], ["updated_at", "2018-10-11 16:38:19.494849"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.500050"], ["updated_at", "2018-10-11 16:38:19.500050"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.505227"], ["updated_at", "2018-10-11 16:38:19.505227"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.509302"], ["updated_at", "2018-10-11 16:38:19.509302"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.513131"], ["updated_at", "2018-10-11 16:38:19.513131"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.517012"], ["updated_at", "2018-10-11 16:38:19.517012"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.520422"], ["updated_at", "2018-10-11 16:38:19.520422"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.523058"], ["updated_at", "2018-10-11 16:38:19.523058"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.525629"], ["updated_at", "2018-10-11 16:38:19.525629"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.528346"], ["updated_at", "2018-10-11 16:38:19.528346"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.530933"], ["updated_at", "2018-10-11 16:38:19.530933"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.533472"], ["updated_at", "2018-10-11 16:38:19.533472"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.536181"], ["updated_at", "2018-10-11 16:38:19.536181"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.538836"], ["updated_at", "2018-10-11 16:38:19.538836"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.543174"], ["updated_at", "2018-10-11 16:38:19.543174"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.546062"], ["updated_at", "2018-10-11 16:38:19.546062"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.548463"], ["updated_at", "2018-10-11 16:38:19.548463"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.552862"], ["updated_at", "2018-10-11 16:38:19.552862"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.555422"], ["updated_at", "2018-10-11 16:38:19.555422"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.557936"], ["updated_at", "2018-10-11 16:38:19.557936"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.560613"], ["updated_at", "2018-10-11 16:38:19.560613"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.563874"], ["updated_at", "2018-10-11 16:38:19.563874"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.569645"], ["updated_at", "2018-10-11 16:38:19.569645"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.572235"], ["updated_at", "2018-10-11 16:38:19.572235"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.574809"], ["updated_at", "2018-10-11 16:38:19.574809"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.577526"], ["updated_at", "2018-10-11 16:38:19.577526"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.580023"], ["updated_at", "2018-10-11 16:38:19.580023"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.582576"], ["updated_at", "2018-10-11 16:38:19.582576"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.585243"], ["updated_at", "2018-10-11 16:38:19.585243"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.587967"], ["updated_at", "2018-10-11 16:38:19.587967"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.590568"], ["updated_at", "2018-10-11 16:38:19.590568"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.593694"], ["updated_at", "2018-10-11 16:38:19.593694"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.596329"], ["updated_at", "2018-10-11 16:38:19.596329"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.598919"], ["updated_at", "2018-10-11 16:38:19.598919"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.601597"], ["updated_at", "2018-10-11 16:38:19.601597"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.604234"], ["updated_at", "2018-10-11 16:38:19.604234"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.607077"], ["updated_at", "2018-10-11 16:38:19.607077"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.610767"], ["updated_at", "2018-10-11 16:38:19.610767"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.613266"], ["updated_at", "2018-10-11 16:38:19.613266"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (4.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.615801"], ["updated_at", "2018-10-11 16:38:19.615801"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.622788"], ["updated_at", "2018-10-11 16:38:19.622788"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.626754"], ["updated_at", "2018-10-11 16:38:19.626754"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.631190"], ["updated_at", "2018-10-11 16:38:19.631190"], ["parent_id", 39895952907]]  (0.8ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.637752"], ["updated_at", "2018-10-11 16:38:19.637752"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.641822"], ["updated_at", "2018-10-11 16:38:19.641822"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.645102"], ["updated_at", "2018-10-11 16:38:19.645102"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.647734"], ["updated_at", "2018-10-11 16:38:19.647734"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.650440"], ["updated_at", "2018-10-11 16:38:19.650440"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.653374"], ["updated_at", "2018-10-11 16:38:19.653374"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.655935"], ["updated_at", "2018-10-11 16:38:19.655935"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.658482"], ["updated_at", "2018-10-11 16:38:19.658482"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.661208"], ["updated_at", "2018-10-11 16:38:19.661208"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.663770"], ["updated_at", "2018-10-11 16:38:19.663770"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.666331"], ["updated_at", "2018-10-11 16:38:19.666331"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.669206"], ["updated_at", "2018-10-11 16:38:19.669206"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.672568"], ["updated_at", "2018-10-11 16:38:19.672568"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.676589"], ["updated_at", "2018-10-11 16:38:19.676589"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.679575"], ["updated_at", "2018-10-11 16:38:19.679575"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.682230"], ["updated_at", "2018-10-11 16:38:19.682230"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (1.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.686498"], ["updated_at", "2018-10-11 16:38:19.686498"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.689169"], ["updated_at", "2018-10-11 16:38:19.689169"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.691873"], ["updated_at", "2018-10-11 16:38:19.691873"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.694618"], ["updated_at", "2018-10-11 16:38:19.694618"], ["parent_id", 39895952907]]  (1.6ms) COMMIT  (0.4ms) BEGIN Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.700003"], ["updated_at", "2018-10-11 16:38:19.700003"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.704555"], ["updated_at", "2018-10-11 16:38:19.704555"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.707184"], ["updated_at", "2018-10-11 16:38:19.707184"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.710113"], ["updated_at", "2018-10-11 16:38:19.710113"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.712772"], ["updated_at", "2018-10-11 16:38:19.712772"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.715985"], ["updated_at", "2018-10-11 16:38:19.715985"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.719385"], ["updated_at", "2018-10-11 16:38:19.719385"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.722036"], ["updated_at", "2018-10-11 16:38:19.722036"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.724641"], ["updated_at", "2018-10-11 16:38:19.724641"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.727334"], ["updated_at", "2018-10-11 16:38:19.727334"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.730064"], ["updated_at", "2018-10-11 16:38:19.730064"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.732677"], ["updated_at", "2018-10-11 16:38:19.732677"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.735445"], ["updated_at", "2018-10-11 16:38:19.735445"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.738190"], ["updated_at", "2018-10-11 16:38:19.738190"], ["parent_id", 39895952907]]  (0.9ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.742108"], ["updated_at", "2018-10-11 16:38:19.742108"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.746011"], ["updated_at", "2018-10-11 16:38:19.746011"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.749525"], ["updated_at", "2018-10-11 16:38:19.749525"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.756124"], ["updated_at", "2018-10-11 16:38:19.756124"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.760328"], ["updated_at", "2018-10-11 16:38:19.760328"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.765687"], ["updated_at", "2018-10-11 16:38:19.765687"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.770532"], ["updated_at", "2018-10-11 16:38:19.770532"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.773523"], ["updated_at", "2018-10-11 16:38:19.773523"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.776221"], ["updated_at", "2018-10-11 16:38:19.776221"], ["parent_id", 39895952907]]  (1.0ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.780042"], ["updated_at", "2018-10-11 16:38:19.780042"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.783170"], ["updated_at", "2018-10-11 16:38:19.783170"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.786076"], ["updated_at", "2018-10-11 16:38:19.786076"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.788818"], ["updated_at", "2018-10-11 16:38:19.788818"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.791354"], ["updated_at", "2018-10-11 16:38:19.791354"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.794151"], ["updated_at", "2018-10-11 16:38:19.794151"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.796827"], ["updated_at", "2018-10-11 16:38:19.796827"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.799724"], ["updated_at", "2018-10-11 16:38:19.799724"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.802467"], ["updated_at", "2018-10-11 16:38:19.802467"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.805147"], ["updated_at", "2018-10-11 16:38:19.805147"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.808464"], ["updated_at", "2018-10-11 16:38:19.808464"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.812196"], ["updated_at", "2018-10-11 16:38:19.812196"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.814739"], ["updated_at", "2018-10-11 16:38:19.814739"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.818074"], ["updated_at", "2018-10-11 16:38:19.818074"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.822228"], ["updated_at", "2018-10-11 16:38:19.822228"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.824948"], ["updated_at", "2018-10-11 16:38:19.824948"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.827934"], ["updated_at", "2018-10-11 16:38:19.827934"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.831082"], ["updated_at", "2018-10-11 16:38:19.831082"], ["parent_id", 39895952907]]  (0.9ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.836924"], ["updated_at", "2018-10-11 16:38:19.836924"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.839583"], ["updated_at", "2018-10-11 16:38:19.839583"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.842178"], ["updated_at", "2018-10-11 16:38:19.842178"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.844952"], ["updated_at", "2018-10-11 16:38:19.844952"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.847578"], ["updated_at", "2018-10-11 16:38:19.847578"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.850140"], ["updated_at", "2018-10-11 16:38:19.850140"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.853076"], ["updated_at", "2018-10-11 16:38:19.853076"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.855751"], ["updated_at", "2018-10-11 16:38:19.855751"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.858396"], ["updated_at", "2018-10-11 16:38:19.858396"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.861213"], ["updated_at", "2018-10-11 16:38:19.861213"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.863994"], ["updated_at", "2018-10-11 16:38:19.863994"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.866682"], ["updated_at", "2018-10-11 16:38:19.866682"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.869757"], ["updated_at", "2018-10-11 16:38:19.869757"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.872616"], ["updated_at", "2018-10-11 16:38:19.872616"], ["parent_id", 39895952907]]  (1.6ms) COMMIT  (1.2ms) BEGIN Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.879067"], ["updated_at", "2018-10-11 16:38:19.879067"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.883772"], ["updated_at", "2018-10-11 16:38:19.883772"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (4.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.887646"], ["updated_at", "2018-10-11 16:38:19.887646"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.894978"], ["updated_at", "2018-10-11 16:38:19.894978"], ["parent_id", 39895952907]]  (0.9ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.899900"], ["updated_at", "2018-10-11 16:38:19.899900"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.904898"], ["updated_at", "2018-10-11 16:38:19.904898"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.907470"], ["updated_at", "2018-10-11 16:38:19.907470"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.910168"], ["updated_at", "2018-10-11 16:38:19.910168"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.912748"], ["updated_at", "2018-10-11 16:38:19.912748"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.915271"], ["updated_at", "2018-10-11 16:38:19.915271"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.918213"], ["updated_at", "2018-10-11 16:38:19.918213"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.920975"], ["updated_at", "2018-10-11 16:38:19.920975"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.923536"], ["updated_at", "2018-10-11 16:38:19.923536"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.926228"], ["updated_at", "2018-10-11 16:38:19.926228"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.928925"], ["updated_at", "2018-10-11 16:38:19.928925"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.931432"], ["updated_at", "2018-10-11 16:38:19.931432"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.934249"], ["updated_at", "2018-10-11 16:38:19.934249"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.936963"], ["updated_at", "2018-10-11 16:38:19.936963"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.939617"], ["updated_at", "2018-10-11 16:38:19.939617"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.943611"], ["updated_at", "2018-10-11 16:38:19.943611"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.946251"], ["updated_at", "2018-10-11 16:38:19.946251"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.948711"], ["updated_at", "2018-10-11 16:38:19.948711"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.952997"], ["updated_at", "2018-10-11 16:38:19.952997"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.955651"], ["updated_at", "2018-10-11 16:38:19.955651"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.958226"], ["updated_at", "2018-10-11 16:38:19.958226"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.960978"], ["updated_at", "2018-10-11 16:38:19.960978"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.964299"], ["updated_at", "2018-10-11 16:38:19.964299"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.969640"], ["updated_at", "2018-10-11 16:38:19.969640"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.972293"], ["updated_at", "2018-10-11 16:38:19.972293"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.974806"], ["updated_at", "2018-10-11 16:38:19.974806"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.977569"], ["updated_at", "2018-10-11 16:38:19.977569"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.980739"], ["updated_at", "2018-10-11 16:38:19.980739"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.983502"], ["updated_at", "2018-10-11 16:38:19.983502"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.986346"], ["updated_at", "2018-10-11 16:38:19.986346"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.988954"], ["updated_at", "2018-10-11 16:38:19.988954"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.991520"], ["updated_at", "2018-10-11 16:38:19.991520"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.994168"], ["updated_at", "2018-10-11 16:38:19.994168"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:19.997299"], ["updated_at", "2018-10-11 16:38:19.997299"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.001175"], ["updated_at", "2018-10-11 16:38:20.001175"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.005071"], ["updated_at", "2018-10-11 16:38:20.005071"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.009864"], ["updated_at", "2018-10-11 16:38:20.009864"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.013422"], ["updated_at", "2018-10-11 16:38:20.013422"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.016521"], ["updated_at", "2018-10-11 16:38:20.016521"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.019398"], ["updated_at", "2018-10-11 16:38:20.019398"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.023386"], ["updated_at", "2018-10-11 16:38:20.023386"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.025967"], ["updated_at", "2018-10-11 16:38:20.025967"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.028628"], ["updated_at", "2018-10-11 16:38:20.028628"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.033658"], ["updated_at", "2018-10-11 16:38:20.033658"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.037390"], ["updated_at", "2018-10-11 16:38:20.037390"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.039837"], ["updated_at", "2018-10-11 16:38:20.039837"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.042437"], ["updated_at", "2018-10-11 16:38:20.042437"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.045087"], ["updated_at", "2018-10-11 16:38:20.045087"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.047679"], ["updated_at", "2018-10-11 16:38:20.047679"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.050213"], ["updated_at", "2018-10-11 16:38:20.050213"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.053005"], ["updated_at", "2018-10-11 16:38:20.053005"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.055564"], ["updated_at", "2018-10-11 16:38:20.055564"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.058077"], ["updated_at", "2018-10-11 16:38:20.058077"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.060843"], ["updated_at", "2018-10-11 16:38:20.060843"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.063415"], ["updated_at", "2018-10-11 16:38:20.063415"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.065926"], ["updated_at", "2018-10-11 16:38:20.065926"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.068613"], ["updated_at", "2018-10-11 16:38:20.068613"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.071274"], ["updated_at", "2018-10-11 16:38:20.071274"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.074273"], ["updated_at", "2018-10-11 16:38:20.074273"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.078154"], ["updated_at", "2018-10-11 16:38:20.078154"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.080640"], ["updated_at", "2018-10-11 16:38:20.080640"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.083325"], ["updated_at", "2018-10-11 16:38:20.083325"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.087763"], ["updated_at", "2018-10-11 16:38:20.087763"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.090287"], ["updated_at", "2018-10-11 16:38:20.090287"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.093059"], ["updated_at", "2018-10-11 16:38:20.093059"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.095808"], ["updated_at", "2018-10-11 16:38:20.095808"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.101279"], ["updated_at", "2018-10-11 16:38:20.101279"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.104748"], ["updated_at", "2018-10-11 16:38:20.104748"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.107286"], ["updated_at", "2018-10-11 16:38:20.107286"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.110227"], ["updated_at", "2018-10-11 16:38:20.110227"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.112813"], ["updated_at", "2018-10-11 16:38:20.112813"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.115353"], ["updated_at", "2018-10-11 16:38:20.115353"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.118037"], ["updated_at", "2018-10-11 16:38:20.118037"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.121634"], ["updated_at", "2018-10-11 16:38:20.121634"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.125529"], ["updated_at", "2018-10-11 16:38:20.125529"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.129571"], ["updated_at", "2018-10-11 16:38:20.129571"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.133427"], ["updated_at", "2018-10-11 16:38:20.133427"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.137326"], ["updated_at", "2018-10-11 16:38:20.137326"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.141562"], ["updated_at", "2018-10-11 16:38:20.141562"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.145101"], ["updated_at", "2018-10-11 16:38:20.145101"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.147530"], ["updated_at", "2018-10-11 16:38:20.147530"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.150285"], ["updated_at", "2018-10-11 16:38:20.150285"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.154437"], ["updated_at", "2018-10-11 16:38:20.154437"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.157001"], ["updated_at", "2018-10-11 16:38:20.157001"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.159709"], ["updated_at", "2018-10-11 16:38:20.159709"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.162420"], ["updated_at", "2018-10-11 16:38:20.162420"], ["parent_id", 39895952907]]  (0.8ms) COMMIT  (0.4ms) BEGIN Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.166838"], ["updated_at", "2018-10-11 16:38:20.166838"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.171513"], ["updated_at", "2018-10-11 16:38:20.171513"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.174042"], ["updated_at", "2018-10-11 16:38:20.174042"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.176774"], ["updated_at", "2018-10-11 16:38:20.176774"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.179607"], ["updated_at", "2018-10-11 16:38:20.179607"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.182096"], ["updated_at", "2018-10-11 16:38:20.182096"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.184949"], ["updated_at", "2018-10-11 16:38:20.184949"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.187512"], ["updated_at", "2018-10-11 16:38:20.187512"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.190160"], ["updated_at", "2018-10-11 16:38:20.190160"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.192647"], ["updated_at", "2018-10-11 16:38:20.192647"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.195312"], ["updated_at", "2018-10-11 16:38:20.195312"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.197910"], ["updated_at", "2018-10-11 16:38:20.197910"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.200427"], ["updated_at", "2018-10-11 16:38:20.200427"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.203339"], ["updated_at", "2018-10-11 16:38:20.203339"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.205997"], ["updated_at", "2018-10-11 16:38:20.205997"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.209934"], ["updated_at", "2018-10-11 16:38:20.209934"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.212767"], ["updated_at", "2018-10-11 16:38:20.212767"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.215446"], ["updated_at", "2018-10-11 16:38:20.215446"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.219678"], ["updated_at", "2018-10-11 16:38:20.219678"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.222491"], ["updated_at", "2018-10-11 16:38:20.222491"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.225143"], ["updated_at", "2018-10-11 16:38:20.225143"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.227825"], ["updated_at", "2018-10-11 16:38:20.227825"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.231292"], ["updated_at", "2018-10-11 16:38:20.231292"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.236839"], ["updated_at", "2018-10-11 16:38:20.236839"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.239316"], ["updated_at", "2018-10-11 16:38:20.239316"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.242361"], ["updated_at", "2018-10-11 16:38:20.242361"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.246404"], ["updated_at", "2018-10-11 16:38:20.246404"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.250249"], ["updated_at", "2018-10-11 16:38:20.250249"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.254237"], ["updated_at", "2018-10-11 16:38:20.254237"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.258143"], ["updated_at", "2018-10-11 16:38:20.258143"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.261941"], ["updated_at", "2018-10-11 16:38:20.261941"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.264495"], ["updated_at", "2018-10-11 16:38:20.264495"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.267073"], ["updated_at", "2018-10-11 16:38:20.267073"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.269879"], ["updated_at", "2018-10-11 16:38:20.269879"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.272384"], ["updated_at", "2018-10-11 16:38:20.272384"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.275746"], ["updated_at", "2018-10-11 16:38:20.275746"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.279357"], ["updated_at", "2018-10-11 16:38:20.279357"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.282082"], ["updated_at", "2018-10-11 16:38:20.282082"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.284973"], ["updated_at", "2018-10-11 16:38:20.284973"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.289085"], ["updated_at", "2018-10-11 16:38:20.289085"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.291646"], ["updated_at", "2018-10-11 16:38:20.291646"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.294535"], ["updated_at", "2018-10-11 16:38:20.294535"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.297704"], ["updated_at", "2018-10-11 16:38:20.297704"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.303636"], ["updated_at", "2018-10-11 16:38:20.303636"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.306305"], ["updated_at", "2018-10-11 16:38:20.306305"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.308932"], ["updated_at", "2018-10-11 16:38:20.308932"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.311690"], ["updated_at", "2018-10-11 16:38:20.311690"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.314273"], ["updated_at", "2018-10-11 16:38:20.314273"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.317091"], ["updated_at", "2018-10-11 16:38:20.317091"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.320508"], ["updated_at", "2018-10-11 16:38:20.320508"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.323069"], ["updated_at", "2018-10-11 16:38:20.323069"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.325651"], ["updated_at", "2018-10-11 16:38:20.325651"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.328457"], ["updated_at", "2018-10-11 16:38:20.328457"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.331019"], ["updated_at", "2018-10-11 16:38:20.331019"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.333597"], ["updated_at", "2018-10-11 16:38:20.333597"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.336392"], ["updated_at", "2018-10-11 16:38:20.336392"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.339068"], ["updated_at", "2018-10-11 16:38:20.339068"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.343075"], ["updated_at", "2018-10-11 16:38:20.343075"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.345877"], ["updated_at", "2018-10-11 16:38:20.345877"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.348408"], ["updated_at", "2018-10-11 16:38:20.348408"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (1.3ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.352612"], ["updated_at", "2018-10-11 16:38:20.352612"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.355616"], ["updated_at", "2018-10-11 16:38:20.355616"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.358170"], ["updated_at", "2018-10-11 16:38:20.358170"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.360929"], ["updated_at", "2018-10-11 16:38:20.360929"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.364380"], ["updated_at", "2018-10-11 16:38:20.364380"], ["parent_id", 39895952907]]  (0.9ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.370700"], ["updated_at", "2018-10-11 16:38:20.370700"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.374556"], ["updated_at", "2018-10-11 16:38:20.374556"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.378668"], ["updated_at", "2018-10-11 16:38:20.378668"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.382959"], ["updated_at", "2018-10-11 16:38:20.382959"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.387968"], ["updated_at", "2018-10-11 16:38:20.387968"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.390659"], ["updated_at", "2018-10-11 16:38:20.390659"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.393405"], ["updated_at", "2018-10-11 16:38:20.393405"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.396091"], ["updated_at", "2018-10-11 16:38:20.396091"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.398645"], ["updated_at", "2018-10-11 16:38:20.398645"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.401217"], ["updated_at", "2018-10-11 16:38:20.401217"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.403911"], ["updated_at", "2018-10-11 16:38:20.403911"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.406689"], ["updated_at", "2018-10-11 16:38:20.406689"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.410583"], ["updated_at", "2018-10-11 16:38:20.410583"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.413691"], ["updated_at", "2018-10-11 16:38:20.413691"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.416140"], ["updated_at", "2018-10-11 16:38:20.416140"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.420361"], ["updated_at", "2018-10-11 16:38:20.420361"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.423071"], ["updated_at", "2018-10-11 16:38:20.423071"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.425962"], ["updated_at", "2018-10-11 16:38:20.425962"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.428595"], ["updated_at", "2018-10-11 16:38:20.428595"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.432306"], ["updated_at", "2018-10-11 16:38:20.432306"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.437420"], ["updated_at", "2018-10-11 16:38:20.437420"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.439993"], ["updated_at", "2018-10-11 16:38:20.439993"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.442438"], ["updated_at", "2018-10-11 16:38:20.442438"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.445169"], ["updated_at", "2018-10-11 16:38:20.445169"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.447710"], ["updated_at", "2018-10-11 16:38:20.447710"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.450248"], ["updated_at", "2018-10-11 16:38:20.450248"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.453132"], ["updated_at", "2018-10-11 16:38:20.453132"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.455698"], ["updated_at", "2018-10-11 16:38:20.455698"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.458238"], ["updated_at", "2018-10-11 16:38:20.458238"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.461112"], ["updated_at", "2018-10-11 16:38:20.461112"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.463741"], ["updated_at", "2018-10-11 16:38:20.463741"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.466288"], ["updated_at", "2018-10-11 16:38:20.466288"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.469076"], ["updated_at", "2018-10-11 16:38:20.469076"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.471695"], ["updated_at", "2018-10-11 16:38:20.471695"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.475179"], ["updated_at", "2018-10-11 16:38:20.475179"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.478722"], ["updated_at", "2018-10-11 16:38:20.478722"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.481163"], ["updated_at", "2018-10-11 16:38:20.481163"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.484160"], ["updated_at", "2018-10-11 16:38:20.484160"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.488728"], ["updated_at", "2018-10-11 16:38:20.488728"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.492710"], ["updated_at", "2018-10-11 16:38:20.492710"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.496732"], ["updated_at", "2018-10-11 16:38:20.496732"], ["parent_id", 39895952907]]  (1.0ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.503744"], ["updated_at", "2018-10-11 16:38:20.503744"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.507698"], ["updated_at", "2018-10-11 16:38:20.507698"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.511720"], ["updated_at", "2018-10-11 16:38:20.511720"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.514237"], ["updated_at", "2018-10-11 16:38:20.514237"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.516922"], ["updated_at", "2018-10-11 16:38:20.516922"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.519815"], ["updated_at", "2018-10-11 16:38:20.519815"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.522407"], ["updated_at", "2018-10-11 16:38:20.522407"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.524970"], ["updated_at", "2018-10-11 16:38:20.524970"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.528089"], ["updated_at", "2018-10-11 16:38:20.528089"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.530807"], ["updated_at", "2018-10-11 16:38:20.530807"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.533384"], ["updated_at", "2018-10-11 16:38:20.533384"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.536032"], ["updated_at", "2018-10-11 16:38:20.536032"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.538718"], ["updated_at", "2018-10-11 16:38:20.538718"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.542238"], ["updated_at", "2018-10-11 16:38:20.542238"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.545634"], ["updated_at", "2018-10-11 16:38:20.545634"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.548095"], ["updated_at", "2018-10-11 16:38:20.548095"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.552113"], ["updated_at", "2018-10-11 16:38:20.552113"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.554994"], ["updated_at", "2018-10-11 16:38:20.554994"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.557611"], ["updated_at", "2018-10-11 16:38:20.557611"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.560245"], ["updated_at", "2018-10-11 16:38:20.560245"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.562844"], ["updated_at", "2018-10-11 16:38:20.562844"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.568034"], ["updated_at", "2018-10-11 16:38:20.568034"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.572067"], ["updated_at", "2018-10-11 16:38:20.572067"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.574605"], ["updated_at", "2018-10-11 16:38:20.574605"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.577317"], ["updated_at", "2018-10-11 16:38:20.577317"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.580024"], ["updated_at", "2018-10-11 16:38:20.580024"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.582679"], ["updated_at", "2018-10-11 16:38:20.582679"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.585331"], ["updated_at", "2018-10-11 16:38:20.585331"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.587905"], ["updated_at", "2018-10-11 16:38:20.587905"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.590518"], ["updated_at", "2018-10-11 16:38:20.590518"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.593097"], ["updated_at", "2018-10-11 16:38:20.593097"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.595661"], ["updated_at", "2018-10-11 16:38:20.595661"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.598210"], ["updated_at", "2018-10-11 16:38:20.598210"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.600880"], ["updated_at", "2018-10-11 16:38:20.600880"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.603543"], ["updated_at", "2018-10-11 16:38:20.603543"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.606442"], ["updated_at", "2018-10-11 16:38:20.606442"], ["parent_id", 39895952907]]  (1.0ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.611590"], ["updated_at", "2018-10-11 16:38:20.611590"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.614381"], ["updated_at", "2018-10-11 16:38:20.614381"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.617774"], ["updated_at", "2018-10-11 16:38:20.617774"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.621577"], ["updated_at", "2018-10-11 16:38:20.621577"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.627054"], ["updated_at", "2018-10-11 16:38:20.627054"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.4ms) BEGIN Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.632571"], ["updated_at", "2018-10-11 16:38:20.632571"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.638213"], ["updated_at", "2018-10-11 16:38:20.638213"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.640690"], ["updated_at", "2018-10-11 16:38:20.640690"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.644267"], ["updated_at", "2018-10-11 16:38:20.644267"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.646980"], ["updated_at", "2018-10-11 16:38:20.646980"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.649645"], ["updated_at", "2018-10-11 16:38:20.649645"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.652313"], ["updated_at", "2018-10-11 16:38:20.652313"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.655122"], ["updated_at", "2018-10-11 16:38:20.655122"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.657685"], ["updated_at", "2018-10-11 16:38:20.657685"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.660672"], ["updated_at", "2018-10-11 16:38:20.660672"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.663378"], ["updated_at", "2018-10-11 16:38:20.663378"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.665962"], ["updated_at", "2018-10-11 16:38:20.665962"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.668586"], ["updated_at", "2018-10-11 16:38:20.668586"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.671203"], ["updated_at", "2018-10-11 16:38:20.671203"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.673949"], ["updated_at", "2018-10-11 16:38:20.673949"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.677961"], ["updated_at", "2018-10-11 16:38:20.677961"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.680499"], ["updated_at", "2018-10-11 16:38:20.680499"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.683112"], ["updated_at", "2018-10-11 16:38:20.683112"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.688683"], ["updated_at", "2018-10-11 16:38:20.688683"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.691310"], ["updated_at", "2018-10-11 16:38:20.691310"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.693986"], ["updated_at", "2018-10-11 16:38:20.693986"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.697077"], ["updated_at", "2018-10-11 16:38:20.697077"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.702975"], ["updated_at", "2018-10-11 16:38:20.702975"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.705540"], ["updated_at", "2018-10-11 16:38:20.705540"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.708108"], ["updated_at", "2018-10-11 16:38:20.708108"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.711041"], ["updated_at", "2018-10-11 16:38:20.711041"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.713702"], ["updated_at", "2018-10-11 16:38:20.713702"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.716344"], ["updated_at", "2018-10-11 16:38:20.716344"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.719584"], ["updated_at", "2018-10-11 16:38:20.719584"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.722270"], ["updated_at", "2018-10-11 16:38:20.722270"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.724883"], ["updated_at", "2018-10-11 16:38:20.724883"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.727617"], ["updated_at", "2018-10-11 16:38:20.727617"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.730612"], ["updated_at", "2018-10-11 16:38:20.730612"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.733177"], ["updated_at", "2018-10-11 16:38:20.733177"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.735972"], ["updated_at", "2018-10-11 16:38:20.735972"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.738570"], ["updated_at", "2018-10-11 16:38:20.738570"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.741445"], ["updated_at", "2018-10-11 16:38:20.741445"], ["parent_id", 39895952907]]  (0.8ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.745816"], ["updated_at", "2018-10-11 16:38:20.745816"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.748868"], ["updated_at", "2018-10-11 16:38:20.748868"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.9ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.754261"], ["updated_at", "2018-10-11 16:38:20.754261"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.760068"], ["updated_at", "2018-10-11 16:38:20.760068"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.763169"], ["updated_at", "2018-10-11 16:38:20.763169"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.768117"], ["updated_at", "2018-10-11 16:38:20.768117"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.772616"], ["updated_at", "2018-10-11 16:38:20.772616"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.775535"], ["updated_at", "2018-10-11 16:38:20.775535"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.778720"], ["updated_at", "2018-10-11 16:38:20.778720"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.781589"], ["updated_at", "2018-10-11 16:38:20.781589"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.784285"], ["updated_at", "2018-10-11 16:38:20.784285"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.786947"], ["updated_at", "2018-10-11 16:38:20.786947"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.789639"], ["updated_at", "2018-10-11 16:38:20.789639"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.792241"], ["updated_at", "2018-10-11 16:38:20.792241"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.795015"], ["updated_at", "2018-10-11 16:38:20.795015"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.797686"], ["updated_at", "2018-10-11 16:38:20.797686"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.800187"], ["updated_at", "2018-10-11 16:38:20.800187"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.803067"], ["updated_at", "2018-10-11 16:38:20.803067"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.805917"], ["updated_at", "2018-10-11 16:38:20.805917"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.810125"], ["updated_at", "2018-10-11 16:38:20.810125"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.812939"], ["updated_at", "2018-10-11 16:38:20.812939"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.815538"], ["updated_at", "2018-10-11 16:38:20.815538"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.820035"], ["updated_at", "2018-10-11 16:38:20.820035"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.822746"], ["updated_at", "2018-10-11 16:38:20.822746"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.825812"], ["updated_at", "2018-10-11 16:38:20.825812"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.828497"], ["updated_at", "2018-10-11 16:38:20.828497"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.832747"], ["updated_at", "2018-10-11 16:38:20.832747"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.837614"], ["updated_at", "2018-10-11 16:38:20.837614"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.840568"], ["updated_at", "2018-10-11 16:38:20.840568"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.843174"], ["updated_at", "2018-10-11 16:38:20.843174"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.846044"], ["updated_at", "2018-10-11 16:38:20.846044"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.848607"], ["updated_at", "2018-10-11 16:38:20.848607"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.851327"], ["updated_at", "2018-10-11 16:38:20.851327"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.854239"], ["updated_at", "2018-10-11 16:38:20.854239"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.856878"], ["updated_at", "2018-10-11 16:38:20.856878"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.859609"], ["updated_at", "2018-10-11 16:38:20.859609"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.863167"], ["updated_at", "2018-10-11 16:38:20.863167"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.866676"], ["updated_at", "2018-10-11 16:38:20.866676"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.870861"], ["updated_at", "2018-10-11 16:38:20.870861"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.874366"], ["updated_at", "2018-10-11 16:38:20.874366"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.878722"], ["updated_at", "2018-10-11 16:38:20.878722"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.882333"], ["updated_at", "2018-10-11 16:38:20.882333"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (1.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.886300"], ["updated_at", "2018-10-11 16:38:20.886300"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.890910"], ["updated_at", "2018-10-11 16:38:20.890910"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.893604"], ["updated_at", "2018-10-11 16:38:20.893604"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.896405"], ["updated_at", "2018-10-11 16:38:20.896405"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.902526"], ["updated_at", "2018-10-11 16:38:20.902526"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.905444"], ["updated_at", "2018-10-11 16:38:20.905444"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.907968"], ["updated_at", "2018-10-11 16:38:20.907968"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.910983"], ["updated_at", "2018-10-11 16:38:20.910983"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.913634"], ["updated_at", "2018-10-11 16:38:20.913634"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.916273"], ["updated_at", "2018-10-11 16:38:20.916273"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.918990"], ["updated_at", "2018-10-11 16:38:20.918990"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.921670"], ["updated_at", "2018-10-11 16:38:20.921670"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.924198"], ["updated_at", "2018-10-11 16:38:20.924198"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.927088"], ["updated_at", "2018-10-11 16:38:20.927088"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.929832"], ["updated_at", "2018-10-11 16:38:20.929832"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.932666"], ["updated_at", "2018-10-11 16:38:20.932666"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.935627"], ["updated_at", "2018-10-11 16:38:20.935627"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.938258"], ["updated_at", "2018-10-11 16:38:20.938258"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.941895"], ["updated_at", "2018-10-11 16:38:20.941895"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.945823"], ["updated_at", "2018-10-11 16:38:20.945823"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.948267"], ["updated_at", "2018-10-11 16:38:20.948267"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.950752"], ["updated_at", "2018-10-11 16:38:20.950752"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.955046"], ["updated_at", "2018-10-11 16:38:20.955046"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.957645"], ["updated_at", "2018-10-11 16:38:20.957645"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.960325"], ["updated_at", "2018-10-11 16:38:20.960325"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.962978"], ["updated_at", "2018-10-11 16:38:20.962978"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.4ms) BEGIN Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.967899"], ["updated_at", "2018-10-11 16:38:20.967899"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.972132"], ["updated_at", "2018-10-11 16:38:20.972132"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.974807"], ["updated_at", "2018-10-11 16:38:20.974807"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.978275"], ["updated_at", "2018-10-11 16:38:20.978275"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.980866"], ["updated_at", "2018-10-11 16:38:20.980866"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.983515"], ["updated_at", "2018-10-11 16:38:20.983515"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.986319"], ["updated_at", "2018-10-11 16:38:20.986319"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.989034"], ["updated_at", "2018-10-11 16:38:20.989034"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.992876"], ["updated_at", "2018-10-11 16:38:20.992876"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:20.996843"], ["updated_at", "2018-10-11 16:38:20.996843"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.000732"], ["updated_at", "2018-10-11 16:38:21.000732"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.005167"], ["updated_at", "2018-10-11 16:38:21.005167"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.008981"], ["updated_at", "2018-10-11 16:38:21.008981"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.012335"], ["updated_at", "2018-10-11 16:38:21.012335"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.016605"], ["updated_at", "2018-10-11 16:38:21.016605"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.020744"], ["updated_at", "2018-10-11 16:38:21.020744"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.023375"], ["updated_at", "2018-10-11 16:38:21.023375"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.026181"], ["updated_at", "2018-10-11 16:38:21.026181"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.028856"], ["updated_at", "2018-10-11 16:38:21.028856"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.4ms) BEGIN Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.033536"], ["updated_at", "2018-10-11 16:38:21.033536"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.037910"], ["updated_at", "2018-10-11 16:38:21.037910"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.040742"], ["updated_at", "2018-10-11 16:38:21.040742"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.043490"], ["updated_at", "2018-10-11 16:38:21.043490"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.046158"], ["updated_at", "2018-10-11 16:38:21.046158"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.048758"], ["updated_at", "2018-10-11 16:38:21.048758"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.051481"], ["updated_at", "2018-10-11 16:38:21.051481"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.054234"], ["updated_at", "2018-10-11 16:38:21.054234"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.056830"], ["updated_at", "2018-10-11 16:38:21.056830"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.059365"], ["updated_at", "2018-10-11 16:38:21.059365"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.062121"], ["updated_at", "2018-10-11 16:38:21.062121"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.064705"], ["updated_at", "2018-10-11 16:38:21.064705"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.067430"], ["updated_at", "2018-10-11 16:38:21.067430"], ["parent_id", 39895952907]]  (0.8ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.070626"], ["updated_at", "2018-10-11 16:38:21.070626"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.073510"], ["updated_at", "2018-10-11 16:38:21.073510"], ["parent_id", 39895952907]]  (0.8ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.077984"], ["updated_at", "2018-10-11 16:38:21.077984"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.080605"], ["updated_at", "2018-10-11 16:38:21.080605"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.083023"], ["updated_at", "2018-10-11 16:38:21.083023"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.088323"], ["updated_at", "2018-10-11 16:38:21.088323"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.090835"], ["updated_at", "2018-10-11 16:38:21.090835"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.093540"], ["updated_at", "2018-10-11 16:38:21.093540"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.097221"], ["updated_at", "2018-10-11 16:38:21.097221"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.102828"], ["updated_at", "2018-10-11 16:38:21.102828"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.106031"], ["updated_at", "2018-10-11 16:38:21.106031"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.108582"], ["updated_at", "2018-10-11 16:38:21.108582"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.111348"], ["updated_at", "2018-10-11 16:38:21.111348"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.114863"], ["updated_at", "2018-10-11 16:38:21.114863"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.118753"], ["updated_at", "2018-10-11 16:38:21.118753"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.5ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.123261"], ["updated_at", "2018-10-11 16:38:21.123261"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.127104"], ["updated_at", "2018-10-11 16:38:21.127104"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.131141"], ["updated_at", "2018-10-11 16:38:21.131141"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.134307"], ["updated_at", "2018-10-11 16:38:21.134307"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.137216"], ["updated_at", "2018-10-11 16:38:21.137216"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.140448"], ["updated_at", "2018-10-11 16:38:21.140448"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.144284"], ["updated_at", "2018-10-11 16:38:21.144284"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.147066"], ["updated_at", "2018-10-11 16:38:21.147066"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.149505"], ["updated_at", "2018-10-11 16:38:21.149505"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.154518"], ["updated_at", "2018-10-11 16:38:21.154518"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.157151"], ["updated_at", "2018-10-11 16:38:21.157151"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.159895"], ["updated_at", "2018-10-11 16:38:21.159895"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.162583"], ["updated_at", "2018-10-11 16:38:21.162583"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.4ms) BEGIN Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.167099"], ["updated_at", "2018-10-11 16:38:21.167099"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.171620"], ["updated_at", "2018-10-11 16:38:21.171620"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.174087"], ["updated_at", "2018-10-11 16:38:21.174087"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.176685"], ["updated_at", "2018-10-11 16:38:21.176685"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.179653"], ["updated_at", "2018-10-11 16:38:21.179653"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.182326"], ["updated_at", "2018-10-11 16:38:21.182326"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.185164"], ["updated_at", "2018-10-11 16:38:21.185164"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.187866"], ["updated_at", "2018-10-11 16:38:21.187866"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.190435"], ["updated_at", "2018-10-11 16:38:21.190435"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.192920"], ["updated_at", "2018-10-11 16:38:21.192920"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.195705"], ["updated_at", "2018-10-11 16:38:21.195705"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.198269"], ["updated_at", "2018-10-11 16:38:21.198269"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.200910"], ["updated_at", "2018-10-11 16:38:21.200910"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.203596"], ["updated_at", "2018-10-11 16:38:21.203596"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.206475"], ["updated_at", "2018-10-11 16:38:21.206475"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.210231"], ["updated_at", "2018-10-11 16:38:21.210231"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.212853"], ["updated_at", "2018-10-11 16:38:21.212853"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.215206"], ["updated_at", "2018-10-11 16:38:21.215206"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.219371"], ["updated_at", "2018-10-11 16:38:21.219371"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.222147"], ["updated_at", "2018-10-11 16:38:21.222147"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.224727"], ["updated_at", "2018-10-11 16:38:21.224727"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.227876"], ["updated_at", "2018-10-11 16:38:21.227876"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.231277"], ["updated_at", "2018-10-11 16:38:21.231277"], ["parent_id", 39895952907]]  (0.8ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.236980"], ["updated_at", "2018-10-11 16:38:21.236980"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.240992"], ["updated_at", "2018-10-11 16:38:21.240992"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.244986"], ["updated_at", "2018-10-11 16:38:21.244986"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.248667"], ["updated_at", "2018-10-11 16:38:21.248667"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.252617"], ["updated_at", "2018-10-11 16:38:21.252617"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.256464"], ["updated_at", "2018-10-11 16:38:21.256464"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.259085"], ["updated_at", "2018-10-11 16:38:21.259085"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.261859"], ["updated_at", "2018-10-11 16:38:21.261859"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.264498"], ["updated_at", "2018-10-11 16:38:21.264498"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.267000"], ["updated_at", "2018-10-11 16:38:21.267000"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.269759"], ["updated_at", "2018-10-11 16:38:21.269759"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.272389"], ["updated_at", "2018-10-11 16:38:21.272389"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.276175"], ["updated_at", "2018-10-11 16:38:21.276175"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.279072"], ["updated_at", "2018-10-11 16:38:21.279072"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.281643"], ["updated_at", "2018-10-11 16:38:21.281643"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (1.3ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.285888"], ["updated_at", "2018-10-11 16:38:21.285888"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.288728"], ["updated_at", "2018-10-11 16:38:21.288728"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.291215"], ["updated_at", "2018-10-11 16:38:21.291215"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.293858"], ["updated_at", "2018-10-11 16:38:21.293858"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.296669"], ["updated_at", "2018-10-11 16:38:21.296669"], ["parent_id", 39895952907]]  (0.8ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.302760"], ["updated_at", "2018-10-11 16:38:21.302760"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.305924"], ["updated_at", "2018-10-11 16:38:21.305924"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.308441"], ["updated_at", "2018-10-11 16:38:21.308441"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.311256"], ["updated_at", "2018-10-11 16:38:21.311256"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.314043"], ["updated_at", "2018-10-11 16:38:21.314043"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.316629"], ["updated_at", "2018-10-11 16:38:21.316629"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.319387"], ["updated_at", "2018-10-11 16:38:21.319387"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.322186"], ["updated_at", "2018-10-11 16:38:21.322186"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.324772"], ["updated_at", "2018-10-11 16:38:21.324772"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.327493"], ["updated_at", "2018-10-11 16:38:21.327493"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.330198"], ["updated_at", "2018-10-11 16:38:21.330198"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.332801"], ["updated_at", "2018-10-11 16:38:21.332801"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.335365"], ["updated_at", "2018-10-11 16:38:21.335365"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.337965"], ["updated_at", "2018-10-11 16:38:21.337965"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.7ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.341906"], ["updated_at", "2018-10-11 16:38:21.341906"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.346605"], ["updated_at", "2018-10-11 16:38:21.346605"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.349767"], ["updated_at", "2018-10-11 16:38:21.349767"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.353934"], ["updated_at", "2018-10-11 16:38:21.353934"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.358441"], ["updated_at", "2018-10-11 16:38:21.358441"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.361989"], ["updated_at", "2018-10-11 16:38:21.361989"], ["parent_id", 39895952907]]  (0.7ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.367379"], ["updated_at", "2018-10-11 16:38:21.367379"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.372224"], ["updated_at", "2018-10-11 16:38:21.372224"], ["parent_id", 39895952907]]  (1.0ms) COMMIT  (0.4ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.376970"], ["updated_at", "2018-10-11 16:38:21.376970"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.380960"], ["updated_at", "2018-10-11 16:38:21.380960"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.384163"], ["updated_at", "2018-10-11 16:38:21.384163"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.387240"], ["updated_at", "2018-10-11 16:38:21.387240"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.390429"], ["updated_at", "2018-10-11 16:38:21.390429"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.393063"], ["updated_at", "2018-10-11 16:38:21.393063"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.395701"], ["updated_at", "2018-10-11 16:38:21.395701"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.398336"], ["updated_at", "2018-10-11 16:38:21.398336"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.401240"], ["updated_at", "2018-10-11 16:38:21.401240"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.404027"], ["updated_at", "2018-10-11 16:38:21.404027"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.406935"], ["updated_at", "2018-10-11 16:38:21.406935"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.410963"], ["updated_at", "2018-10-11 16:38:21.410963"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.413632"], ["updated_at", "2018-10-11 16:38:21.413632"], ["parent_id", 39895952907]]  (0.3ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.416291"], ["updated_at", "2018-10-11 16:38:21.416291"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.421105"], ["updated_at", "2018-10-11 16:38:21.421105"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.423700"], ["updated_at", "2018-10-11 16:38:21.423700"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.426279"], ["updated_at", "2018-10-11 16:38:21.426279"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.428984"], ["updated_at", "2018-10-11 16:38:21.428984"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.431550"], ["updated_at", "2018-10-11 16:38:21.431550"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.434125"], ["updated_at", "2018-10-11 16:38:21.434125"], ["parent_id", 39895952907]]  (0.6ms) COMMIT  (0.3ms) BEGIN Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.438727"], ["updated_at", "2018-10-11 16:38:21.438727"], ["parent_id", 39895952907]]  (0.5ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.442985"], ["updated_at", "2018-10-11 16:38:21.442985"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.445792"], ["updated_at", "2018-10-11 16:38:21.445792"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.1ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.448641"], ["updated_at", "2018-10-11 16:38:21.448641"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:38:21.451372"], ["updated_at", "2018-10-11 16:38:21.451372"], ["parent_id", 39895952907]]  (0.4ms) COMMIT  (13.4ms) BEGIN Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.066660"], ["updated_at", "2018-10-11 16:40:12.066660"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.069086"], ["updated_at", "2018-10-11 16:40:12.069086"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.070826"], ["updated_at", "2018-10-11 16:40:12.070826"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.073603"], ["updated_at", "2018-10-11 16:40:12.073603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.075526"], ["updated_at", "2018-10-11 16:40:12.075526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.077321"], ["updated_at", "2018-10-11 16:40:12.077321"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.079191"], ["updated_at", "2018-10-11 16:40:12.079191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.081989"], ["updated_at", "2018-10-11 16:40:12.081989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.083573"], ["updated_at", "2018-10-11 16:40:12.083573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.085233"], ["updated_at", "2018-10-11 16:40:12.085233"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.087009"], ["updated_at", "2018-10-11 16:40:12.087009"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.089552"], ["updated_at", "2018-10-11 16:40:12.089552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.095843"], ["updated_at", "2018-10-11 16:40:12.095843"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.098640"], ["updated_at", "2018-10-11 16:40:12.098640"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.100929"], ["updated_at", "2018-10-11 16:40:12.100929"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.103220"], ["updated_at", "2018-10-11 16:40:12.103220"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.105446"], ["updated_at", "2018-10-11 16:40:12.105446"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.107526"], ["updated_at", "2018-10-11 16:40:12.107526"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.112936"], ["updated_at", "2018-10-11 16:40:12.112936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.114934"], ["updated_at", "2018-10-11 16:40:12.114934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.116540"], ["updated_at", "2018-10-11 16:40:12.116540"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.118137"], ["updated_at", "2018-10-11 16:40:12.118137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.119846"], ["updated_at", "2018-10-11 16:40:12.119846"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.121506"], ["updated_at", "2018-10-11 16:40:12.121506"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.123771"], ["updated_at", "2018-10-11 16:40:12.123771"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.128609"], ["updated_at", "2018-10-11 16:40:12.128609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.130883"], ["updated_at", "2018-10-11 16:40:12.130883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.132487"], ["updated_at", "2018-10-11 16:40:12.132487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.134185"], ["updated_at", "2018-10-11 16:40:12.134185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.135857"], ["updated_at", "2018-10-11 16:40:12.135857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.137690"], ["updated_at", "2018-10-11 16:40:12.137690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.139344"], ["updated_at", "2018-10-11 16:40:12.139344"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.140912"], ["updated_at", "2018-10-11 16:40:12.140912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.142610"], ["updated_at", "2018-10-11 16:40:12.142610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.144228"], ["updated_at", "2018-10-11 16:40:12.144228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.145785"], ["updated_at", "2018-10-11 16:40:12.145785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.147465"], ["updated_at", "2018-10-11 16:40:12.147465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.149109"], ["updated_at", "2018-10-11 16:40:12.149109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.150788"], ["updated_at", "2018-10-11 16:40:12.150788"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.152424"], ["updated_at", "2018-10-11 16:40:12.152424"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.154197"], ["updated_at", "2018-10-11 16:40:12.154197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.156589"], ["updated_at", "2018-10-11 16:40:12.156589"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.158899"], ["updated_at", "2018-10-11 16:40:12.158899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.160789"], ["updated_at", "2018-10-11 16:40:12.160789"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.162430"], ["updated_at", "2018-10-11 16:40:12.162430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.164050"], ["updated_at", "2018-10-11 16:40:12.164050"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.166109"], ["updated_at", "2018-10-11 16:40:12.166109"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.169261"], ["updated_at", "2018-10-11 16:40:12.169261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.171036"], ["updated_at", "2018-10-11 16:40:12.171036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.172670"], ["updated_at", "2018-10-11 16:40:12.172670"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.174226"], ["updated_at", "2018-10-11 16:40:12.174226"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.176129"], ["updated_at", "2018-10-11 16:40:12.176129"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.180022"], ["updated_at", "2018-10-11 16:40:12.180022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.183292"], ["updated_at", "2018-10-11 16:40:12.183292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.185038"], ["updated_at", "2018-10-11 16:40:12.185038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.186636"], ["updated_at", "2018-10-11 16:40:12.186636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.188288"], ["updated_at", "2018-10-11 16:40:12.188288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.190005"], ["updated_at", "2018-10-11 16:40:12.190005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.191743"], ["updated_at", "2018-10-11 16:40:12.191743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.193431"], ["updated_at", "2018-10-11 16:40:12.193431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.195069"], ["updated_at", "2018-10-11 16:40:12.195069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.196655"], ["updated_at", "2018-10-11 16:40:12.196655"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.198391"], ["updated_at", "2018-10-11 16:40:12.198391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.200143"], ["updated_at", "2018-10-11 16:40:12.200143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.201786"], ["updated_at", "2018-10-11 16:40:12.201786"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.203439"], ["updated_at", "2018-10-11 16:40:12.203439"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.205208"], ["updated_at", "2018-10-11 16:40:12.205208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.207110"], ["updated_at", "2018-10-11 16:40:12.207110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.210030"], ["updated_at", "2018-10-11 16:40:12.210030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.211663"], ["updated_at", "2018-10-11 16:40:12.211663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.213269"], ["updated_at", "2018-10-11 16:40:12.213269"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.214900"], ["updated_at", "2018-10-11 16:40:12.214900"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.217171"], ["updated_at", "2018-10-11 16:40:12.217171"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.219884"], ["updated_at", "2018-10-11 16:40:12.219884"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.222431"], ["updated_at", "2018-10-11 16:40:12.222431"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.225130"], ["updated_at", "2018-10-11 16:40:12.225130"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.227150"], ["updated_at", "2018-10-11 16:40:12.227150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.229236"], ["updated_at", "2018-10-11 16:40:12.229236"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.231218"], ["updated_at", "2018-10-11 16:40:12.231218"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.233292"], ["updated_at", "2018-10-11 16:40:12.233292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.235564"], ["updated_at", "2018-10-11 16:40:12.235564"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.241493"], ["updated_at", "2018-10-11 16:40:12.241493"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.244269"], ["updated_at", "2018-10-11 16:40:12.244269"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.247487"], ["updated_at", "2018-10-11 16:40:12.247487"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.250468"], ["updated_at", "2018-10-11 16:40:12.250468"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.252224"], ["updated_at", "2018-10-11 16:40:12.252224"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.253967"], ["updated_at", "2018-10-11 16:40:12.253967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.255673"], ["updated_at", "2018-10-11 16:40:12.255673"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.257289"], ["updated_at", "2018-10-11 16:40:12.257289"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.259020"], ["updated_at", "2018-10-11 16:40:12.259020"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.260845"], ["updated_at", "2018-10-11 16:40:12.260845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.262611"], ["updated_at", "2018-10-11 16:40:12.262611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.264226"], ["updated_at", "2018-10-11 16:40:12.264226"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.265817"], ["updated_at", "2018-10-11 16:40:12.265817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.267498"], ["updated_at", "2018-10-11 16:40:12.267498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.269176"], ["updated_at", "2018-10-11 16:40:12.269176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.270832"], ["updated_at", "2018-10-11 16:40:12.270832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.272368"], ["updated_at", "2018-10-11 16:40:12.272368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.273976"], ["updated_at", "2018-10-11 16:40:12.273976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.275542"], ["updated_at", "2018-10-11 16:40:12.275542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.277237"], ["updated_at", "2018-10-11 16:40:12.277237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.278943"], ["updated_at", "2018-10-11 16:40:12.278943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.280568"], ["updated_at", "2018-10-11 16:40:12.280568"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.282205"], ["updated_at", "2018-10-11 16:40:12.282205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.283975"], ["updated_at", "2018-10-11 16:40:12.283975"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.285792"], ["updated_at", "2018-10-11 16:40:12.285792"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.287883"], ["updated_at", "2018-10-11 16:40:12.287883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.290688"], ["updated_at", "2018-10-11 16:40:12.290688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.292738"], ["updated_at", "2018-10-11 16:40:12.292738"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.294679"], ["updated_at", "2018-10-11 16:40:12.294679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.296316"], ["updated_at", "2018-10-11 16:40:12.296316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.297969"], ["updated_at", "2018-10-11 16:40:12.297969"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.299716"], ["updated_at", "2018-10-11 16:40:12.299716"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.303548"], ["updated_at", "2018-10-11 16:40:12.303548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.305372"], ["updated_at", "2018-10-11 16:40:12.305372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.306925"], ["updated_at", "2018-10-11 16:40:12.306925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.308585"], ["updated_at", "2018-10-11 16:40:12.308585"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.310832"], ["updated_at", "2018-10-11 16:40:12.310832"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.314525"], ["updated_at", "2018-10-11 16:40:12.314525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.316904"], ["updated_at", "2018-10-11 16:40:12.316904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.318650"], ["updated_at", "2018-10-11 16:40:12.318650"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.320496"], ["updated_at", "2018-10-11 16:40:12.320496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.322248"], ["updated_at", "2018-10-11 16:40:12.322248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.323879"], ["updated_at", "2018-10-11 16:40:12.323879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.325513"], ["updated_at", "2018-10-11 16:40:12.325513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.327075"], ["updated_at", "2018-10-11 16:40:12.327075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.328774"], ["updated_at", "2018-10-11 16:40:12.328774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.330500"], ["updated_at", "2018-10-11 16:40:12.330500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.332117"], ["updated_at", "2018-10-11 16:40:12.332117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.333721"], ["updated_at", "2018-10-11 16:40:12.333721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.335389"], ["updated_at", "2018-10-11 16:40:12.335389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.336995"], ["updated_at", "2018-10-11 16:40:12.336995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.338624"], ["updated_at", "2018-10-11 16:40:12.338624"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.340508"], ["updated_at", "2018-10-11 16:40:12.340508"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.343110"], ["updated_at", "2018-10-11 16:40:12.343110"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.345760"], ["updated_at", "2018-10-11 16:40:12.345760"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.348381"], ["updated_at", "2018-10-11 16:40:12.348381"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.350960"], ["updated_at", "2018-10-11 16:40:12.350960"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.353595"], ["updated_at", "2018-10-11 16:40:12.353595"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.355895"], ["updated_at", "2018-10-11 16:40:12.355895"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.358676"], ["updated_at", "2018-10-11 16:40:12.358676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.360670"], ["updated_at", "2018-10-11 16:40:12.360670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.362445"], ["updated_at", "2018-10-11 16:40:12.362445"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.364140"], ["updated_at", "2018-10-11 16:40:12.364140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.365675"], ["updated_at", "2018-10-11 16:40:12.365675"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.367248"], ["updated_at", "2018-10-11 16:40:12.367248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.371424"], ["updated_at", "2018-10-11 16:40:12.371424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.373076"], ["updated_at", "2018-10-11 16:40:12.373076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.374790"], ["updated_at", "2018-10-11 16:40:12.374790"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.376368"], ["updated_at", "2018-10-11 16:40:12.376368"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.379582"], ["updated_at", "2018-10-11 16:40:12.379582"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.383135"], ["updated_at", "2018-10-11 16:40:12.383135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.384999"], ["updated_at", "2018-10-11 16:40:12.384999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.386665"], ["updated_at", "2018-10-11 16:40:12.386665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.388342"], ["updated_at", "2018-10-11 16:40:12.388342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.389903"], ["updated_at", "2018-10-11 16:40:12.389903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.391546"], ["updated_at", "2018-10-11 16:40:12.391546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.393094"], ["updated_at", "2018-10-11 16:40:12.393094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.394768"], ["updated_at", "2018-10-11 16:40:12.394768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.396439"], ["updated_at", "2018-10-11 16:40:12.396439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.398070"], ["updated_at", "2018-10-11 16:40:12.398070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.399693"], ["updated_at", "2018-10-11 16:40:12.399693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.401354"], ["updated_at", "2018-10-11 16:40:12.401354"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.403024"], ["updated_at", "2018-10-11 16:40:12.403024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.404739"], ["updated_at", "2018-10-11 16:40:12.404739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.406282"], ["updated_at", "2018-10-11 16:40:12.406282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.407974"], ["updated_at", "2018-10-11 16:40:12.407974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.409637"], ["updated_at", "2018-10-11 16:40:12.409637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.411276"], ["updated_at", "2018-10-11 16:40:12.411276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.413040"], ["updated_at", "2018-10-11 16:40:12.413040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.414698"], ["updated_at", "2018-10-11 16:40:12.414698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.416254"], ["updated_at", "2018-10-11 16:40:12.416254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.417895"], ["updated_at", "2018-10-11 16:40:12.417895"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.419643"], ["updated_at", "2018-10-11 16:40:12.419643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.421731"], ["updated_at", "2018-10-11 16:40:12.421731"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.423992"], ["updated_at", "2018-10-11 16:40:12.423992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.426416"], ["updated_at", "2018-10-11 16:40:12.426416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.428183"], ["updated_at", "2018-10-11 16:40:12.428183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.429940"], ["updated_at", "2018-10-11 16:40:12.429940"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.431586"], ["updated_at", "2018-10-11 16:40:12.431586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.433210"], ["updated_at", "2018-10-11 16:40:12.433210"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.435132"], ["updated_at", "2018-10-11 16:40:12.435132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.438345"], ["updated_at", "2018-10-11 16:40:12.438345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.440025"], ["updated_at", "2018-10-11 16:40:12.440025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.441606"], ["updated_at", "2018-10-11 16:40:12.441606"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.443255"], ["updated_at", "2018-10-11 16:40:12.443255"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.446956"], ["updated_at", "2018-10-11 16:40:12.446956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.450210"], ["updated_at", "2018-10-11 16:40:12.450210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.451875"], ["updated_at", "2018-10-11 16:40:12.451875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.453659"], ["updated_at", "2018-10-11 16:40:12.453659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.455477"], ["updated_at", "2018-10-11 16:40:12.455477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.457039"], ["updated_at", "2018-10-11 16:40:12.457039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.458661"], ["updated_at", "2018-10-11 16:40:12.458661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.460253"], ["updated_at", "2018-10-11 16:40:12.460253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.461956"], ["updated_at", "2018-10-11 16:40:12.461956"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.463638"], ["updated_at", "2018-10-11 16:40:12.463638"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.465633"], ["updated_at", "2018-10-11 16:40:12.465633"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.468446"], ["updated_at", "2018-10-11 16:40:12.468446"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.471154"], ["updated_at", "2018-10-11 16:40:12.471154"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.473815"], ["updated_at", "2018-10-11 16:40:12.473815"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.476425"], ["updated_at", "2018-10-11 16:40:12.476425"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.479124"], ["updated_at", "2018-10-11 16:40:12.479124"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.481733"], ["updated_at", "2018-10-11 16:40:12.481733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.484388"], ["updated_at", "2018-10-11 16:40:12.484388"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.486060"], ["updated_at", "2018-10-11 16:40:12.486060"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.487900"], ["updated_at", "2018-10-11 16:40:12.487900"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.489932"], ["updated_at", "2018-10-11 16:40:12.489932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.492536"], ["updated_at", "2018-10-11 16:40:12.492536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.494346"], ["updated_at", "2018-10-11 16:40:12.494346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.496434"], ["updated_at", "2018-10-11 16:40:12.496434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.498132"], ["updated_at", "2018-10-11 16:40:12.498132"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.499686"], ["updated_at", "2018-10-11 16:40:12.499686"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.501397"], ["updated_at", "2018-10-11 16:40:12.501397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.504813"], ["updated_at", "2018-10-11 16:40:12.504813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.506473"], ["updated_at", "2018-10-11 16:40:12.506473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.508023"], ["updated_at", "2018-10-11 16:40:12.508023"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.509711"], ["updated_at", "2018-10-11 16:40:12.509711"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.513622"], ["updated_at", "2018-10-11 16:40:12.513622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.516744"], ["updated_at", "2018-10-11 16:40:12.516744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.518492"], ["updated_at", "2018-10-11 16:40:12.518492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.520223"], ["updated_at", "2018-10-11 16:40:12.520223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.521912"], ["updated_at", "2018-10-11 16:40:12.521912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.523511"], ["updated_at", "2018-10-11 16:40:12.523511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.525129"], ["updated_at", "2018-10-11 16:40:12.525129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.526691"], ["updated_at", "2018-10-11 16:40:12.526691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.528346"], ["updated_at", "2018-10-11 16:40:12.528346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.530005"], ["updated_at", "2018-10-11 16:40:12.530005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.531601"], ["updated_at", "2018-10-11 16:40:12.531601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.533220"], ["updated_at", "2018-10-11 16:40:12.533220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.534862"], ["updated_at", "2018-10-11 16:40:12.534862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.536523"], ["updated_at", "2018-10-11 16:40:12.536523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.538185"], ["updated_at", "2018-10-11 16:40:12.538185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.539697"], ["updated_at", "2018-10-11 16:40:12.539697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.541219"], ["updated_at", "2018-10-11 16:40:12.541219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.542850"], ["updated_at", "2018-10-11 16:40:12.542850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.544454"], ["updated_at", "2018-10-11 16:40:12.544454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.546121"], ["updated_at", "2018-10-11 16:40:12.546121"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.547769"], ["updated_at", "2018-10-11 16:40:12.547769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.549421"], ["updated_at", "2018-10-11 16:40:12.549421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.550963"], ["updated_at", "2018-10-11 16:40:12.550963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.552636"], ["updated_at", "2018-10-11 16:40:12.552636"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.554357"], ["updated_at", "2018-10-11 16:40:12.554357"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.556715"], ["updated_at", "2018-10-11 16:40:12.556715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.558954"], ["updated_at", "2018-10-11 16:40:12.558954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.560623"], ["updated_at", "2018-10-11 16:40:12.560623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.562357"], ["updated_at", "2018-10-11 16:40:12.562357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.564051"], ["updated_at", "2018-10-11 16:40:12.564051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.565623"], ["updated_at", "2018-10-11 16:40:12.565623"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.568710"], ["updated_at", "2018-10-11 16:40:12.568710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.570721"], ["updated_at", "2018-10-11 16:40:12.570721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.572416"], ["updated_at", "2018-10-11 16:40:12.572416"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.573980"], ["updated_at", "2018-10-11 16:40:12.573980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.575665"], ["updated_at", "2018-10-11 16:40:12.575665"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.578396"], ["updated_at", "2018-10-11 16:40:12.578396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.582297"], ["updated_at", "2018-10-11 16:40:12.582297"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.584320"], ["updated_at", "2018-10-11 16:40:12.584320"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.587028"], ["updated_at", "2018-10-11 16:40:12.587028"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.589760"], ["updated_at", "2018-10-11 16:40:12.589760"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.592388"], ["updated_at", "2018-10-11 16:40:12.592388"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.595121"], ["updated_at", "2018-10-11 16:40:12.595121"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.597873"], ["updated_at", "2018-10-11 16:40:12.597873"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.600520"], ["updated_at", "2018-10-11 16:40:12.600520"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.603300"], ["updated_at", "2018-10-11 16:40:12.603300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.605767"], ["updated_at", "2018-10-11 16:40:12.605767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.607387"], ["updated_at", "2018-10-11 16:40:12.607387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.608942"], ["updated_at", "2018-10-11 16:40:12.608942"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.610642"], ["updated_at", "2018-10-11 16:40:12.610642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.612431"], ["updated_at", "2018-10-11 16:40:12.612431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.614058"], ["updated_at", "2018-10-11 16:40:12.614058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.615666"], ["updated_at", "2018-10-11 16:40:12.615666"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.617242"], ["updated_at", "2018-10-11 16:40:12.617242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.618925"], ["updated_at", "2018-10-11 16:40:12.618925"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.620704"], ["updated_at", "2018-10-11 16:40:12.620704"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.623137"], ["updated_at", "2018-10-11 16:40:12.623137"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.625450"], ["updated_at", "2018-10-11 16:40:12.625450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.628996"], ["updated_at", "2018-10-11 16:40:12.628996"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.630919"], ["updated_at", "2018-10-11 16:40:12.630919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.632737"], ["updated_at", "2018-10-11 16:40:12.632737"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.634253"], ["updated_at", "2018-10-11 16:40:12.634253"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.636393"], ["updated_at", "2018-10-11 16:40:12.636393"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.639400"], ["updated_at", "2018-10-11 16:40:12.639400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.641119"], ["updated_at", "2018-10-11 16:40:12.641119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.642764"], ["updated_at", "2018-10-11 16:40:12.642764"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.645002"], ["updated_at", "2018-10-11 16:40:12.645002"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.649281"], ["updated_at", "2018-10-11 16:40:12.649281"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.651691"], ["updated_at", "2018-10-11 16:40:12.651691"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.653643"], ["updated_at", "2018-10-11 16:40:12.653643"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.655422"], ["updated_at", "2018-10-11 16:40:12.655422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.657421"], ["updated_at", "2018-10-11 16:40:12.657421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.659071"], ["updated_at", "2018-10-11 16:40:12.659071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.660713"], ["updated_at", "2018-10-11 16:40:12.660713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.662491"], ["updated_at", "2018-10-11 16:40:12.662491"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.664236"], ["updated_at", "2018-10-11 16:40:12.664236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.666093"], ["updated_at", "2018-10-11 16:40:12.666093"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.667711"], ["updated_at", "2018-10-11 16:40:12.667711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.669440"], ["updated_at", "2018-10-11 16:40:12.669440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.671147"], ["updated_at", "2018-10-11 16:40:12.671147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.672761"], ["updated_at", "2018-10-11 16:40:12.672761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.674345"], ["updated_at", "2018-10-11 16:40:12.674345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.676106"], ["updated_at", "2018-10-11 16:40:12.676106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.677816"], ["updated_at", "2018-10-11 16:40:12.677816"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.679593"], ["updated_at", "2018-10-11 16:40:12.679593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.682691"], ["updated_at", "2018-10-11 16:40:12.682691"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.684387"], ["updated_at", "2018-10-11 16:40:12.684387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.686228"], ["updated_at", "2018-10-11 16:40:12.686228"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.688178"], ["updated_at", "2018-10-11 16:40:12.688178"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.690547"], ["updated_at", "2018-10-11 16:40:12.690547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.693127"], ["updated_at", "2018-10-11 16:40:12.693127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.694814"], ["updated_at", "2018-10-11 16:40:12.694814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.696576"], ["updated_at", "2018-10-11 16:40:12.696576"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.698208"], ["updated_at", "2018-10-11 16:40:12.698208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.699806"], ["updated_at", "2018-10-11 16:40:12.699806"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.703087"], ["updated_at", "2018-10-11 16:40:12.703087"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.705708"], ["updated_at", "2018-10-11 16:40:12.705708"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.707847"], ["updated_at", "2018-10-11 16:40:12.707847"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.710949"], ["updated_at", "2018-10-11 16:40:12.710949"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.716095"], ["updated_at", "2018-10-11 16:40:12.716095"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.719080"], ["updated_at", "2018-10-11 16:40:12.719080"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.721889"], ["updated_at", "2018-10-11 16:40:12.721889"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.724613"], ["updated_at", "2018-10-11 16:40:12.724613"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.727366"], ["updated_at", "2018-10-11 16:40:12.727366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.730053"], ["updated_at", "2018-10-11 16:40:12.730053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.731610"], ["updated_at", "2018-10-11 16:40:12.731610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.733221"], ["updated_at", "2018-10-11 16:40:12.733221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.734841"], ["updated_at", "2018-10-11 16:40:12.734841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.736512"], ["updated_at", "2018-10-11 16:40:12.736512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.738108"], ["updated_at", "2018-10-11 16:40:12.738108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.739728"], ["updated_at", "2018-10-11 16:40:12.739728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.741289"], ["updated_at", "2018-10-11 16:40:12.741289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.742921"], ["updated_at", "2018-10-11 16:40:12.742921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.744526"], ["updated_at", "2018-10-11 16:40:12.744526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.746261"], ["updated_at", "2018-10-11 16:40:12.746261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.748032"], ["updated_at", "2018-10-11 16:40:12.748032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.749902"], ["updated_at", "2018-10-11 16:40:12.749902"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.751588"], ["updated_at", "2018-10-11 16:40:12.751588"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.753313"], ["updated_at", "2018-10-11 16:40:12.753313"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.755418"], ["updated_at", "2018-10-11 16:40:12.755418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.758008"], ["updated_at", "2018-10-11 16:40:12.758008"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.759847"], ["updated_at", "2018-10-11 16:40:12.759847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.761688"], ["updated_at", "2018-10-11 16:40:12.761688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.763419"], ["updated_at", "2018-10-11 16:40:12.763419"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.765151"], ["updated_at", "2018-10-11 16:40:12.765151"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.766764"], ["updated_at", "2018-10-11 16:40:12.766764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.770324"], ["updated_at", "2018-10-11 16:40:12.770324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.771961"], ["updated_at", "2018-10-11 16:40:12.771961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.773567"], ["updated_at", "2018-10-11 16:40:12.773567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.775170"], ["updated_at", "2018-10-11 16:40:12.775170"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.776742"], ["updated_at", "2018-10-11 16:40:12.776742"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.780139"], ["updated_at", "2018-10-11 16:40:12.780139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.783841"], ["updated_at", "2018-10-11 16:40:12.783841"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.785605"], ["updated_at", "2018-10-11 16:40:12.785605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.788055"], ["updated_at", "2018-10-11 16:40:12.788055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.789851"], ["updated_at", "2018-10-11 16:40:12.789851"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.791631"], ["updated_at", "2018-10-11 16:40:12.791631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.793330"], ["updated_at", "2018-10-11 16:40:12.793330"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.795006"], ["updated_at", "2018-10-11 16:40:12.795006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.796795"], ["updated_at", "2018-10-11 16:40:12.796795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.798424"], ["updated_at", "2018-10-11 16:40:12.798424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.800048"], ["updated_at", "2018-10-11 16:40:12.800048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.801682"], ["updated_at", "2018-10-11 16:40:12.801682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.803448"], ["updated_at", "2018-10-11 16:40:12.803448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.805248"], ["updated_at", "2018-10-11 16:40:12.805248"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.806893"], ["updated_at", "2018-10-11 16:40:12.806893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.808665"], ["updated_at", "2018-10-11 16:40:12.808665"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.810432"], ["updated_at", "2018-10-11 16:40:12.810432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.812242"], ["updated_at", "2018-10-11 16:40:12.812242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.813997"], ["updated_at", "2018-10-11 16:40:12.813997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.815760"], ["updated_at", "2018-10-11 16:40:12.815760"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.817338"], ["updated_at", "2018-10-11 16:40:12.817338"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.819186"], ["updated_at", "2018-10-11 16:40:12.819186"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.821445"], ["updated_at", "2018-10-11 16:40:12.821445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.824116"], ["updated_at", "2018-10-11 16:40:12.824116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.826077"], ["updated_at", "2018-10-11 16:40:12.826077"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.827727"], ["updated_at", "2018-10-11 16:40:12.827727"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.830308"], ["updated_at", "2018-10-11 16:40:12.830308"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.832945"], ["updated_at", "2018-10-11 16:40:12.832945"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.834883"], ["updated_at", "2018-10-11 16:40:12.834883"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.840221"], ["updated_at", "2018-10-11 16:40:12.840221"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.843005"], ["updated_at", "2018-10-11 16:40:12.843005"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.847674"], ["updated_at", "2018-10-11 16:40:12.847674"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.851477"], ["updated_at", "2018-10-11 16:40:12.851477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.854057"], ["updated_at", "2018-10-11 16:40:12.854057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.855869"], ["updated_at", "2018-10-11 16:40:12.855869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.857506"], ["updated_at", "2018-10-11 16:40:12.857506"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.859178"], ["updated_at", "2018-10-11 16:40:12.859178"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.860963"], ["updated_at", "2018-10-11 16:40:12.860963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.862844"], ["updated_at", "2018-10-11 16:40:12.862844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.864513"], ["updated_at", "2018-10-11 16:40:12.864513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.866223"], ["updated_at", "2018-10-11 16:40:12.866223"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.868001"], ["updated_at", "2018-10-11 16:40:12.868001"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.869801"], ["updated_at", "2018-10-11 16:40:12.869801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.871662"], ["updated_at", "2018-10-11 16:40:12.871662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.873278"], ["updated_at", "2018-10-11 16:40:12.873278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.874936"], ["updated_at", "2018-10-11 16:40:12.874936"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.876519"], ["updated_at", "2018-10-11 16:40:12.876519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.879309"], ["updated_at", "2018-10-11 16:40:12.879309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.881084"], ["updated_at", "2018-10-11 16:40:12.881084"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.882769"], ["updated_at", "2018-10-11 16:40:12.882769"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.884459"], ["updated_at", "2018-10-11 16:40:12.884459"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.886231"], ["updated_at", "2018-10-11 16:40:12.886231"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.888119"], ["updated_at", "2018-10-11 16:40:12.888119"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.890029"], ["updated_at", "2018-10-11 16:40:12.890029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.892490"], ["updated_at", "2018-10-11 16:40:12.892490"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.894437"], ["updated_at", "2018-10-11 16:40:12.894437"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.896693"], ["updated_at", "2018-10-11 16:40:12.896693"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.898635"], ["updated_at", "2018-10-11 16:40:12.898635"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.900569"], ["updated_at", "2018-10-11 16:40:12.900569"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.903124"], ["updated_at", "2018-10-11 16:40:12.903124"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.907511"], ["updated_at", "2018-10-11 16:40:12.907511"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.909743"], ["updated_at", "2018-10-11 16:40:12.909743"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.914711"], ["updated_at", "2018-10-11 16:40:12.914711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.918045"], ["updated_at", "2018-10-11 16:40:12.918045"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.919791"], ["updated_at", "2018-10-11 16:40:12.919791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.921504"], ["updated_at", "2018-10-11 16:40:12.921504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.923087"], ["updated_at", "2018-10-11 16:40:12.923087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.924717"], ["updated_at", "2018-10-11 16:40:12.924717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.926285"], ["updated_at", "2018-10-11 16:40:12.926285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.927953"], ["updated_at", "2018-10-11 16:40:12.927953"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.929635"], ["updated_at", "2018-10-11 16:40:12.929635"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.931305"], ["updated_at", "2018-10-11 16:40:12.931305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.933268"], ["updated_at", "2018-10-11 16:40:12.933268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.934917"], ["updated_at", "2018-10-11 16:40:12.934917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.936551"], ["updated_at", "2018-10-11 16:40:12.936551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.938465"], ["updated_at", "2018-10-11 16:40:12.938465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.940138"], ["updated_at", "2018-10-11 16:40:12.940138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.941758"], ["updated_at", "2018-10-11 16:40:12.941758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.943361"], ["updated_at", "2018-10-11 16:40:12.943361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.944996"], ["updated_at", "2018-10-11 16:40:12.944996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.946674"], ["updated_at", "2018-10-11 16:40:12.946674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.948389"], ["updated_at", "2018-10-11 16:40:12.948389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.950080"], ["updated_at", "2018-10-11 16:40:12.950080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.951767"], ["updated_at", "2018-10-11 16:40:12.951767"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.953467"], ["updated_at", "2018-10-11 16:40:12.953467"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.955512"], ["updated_at", "2018-10-11 16:40:12.955512"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.958059"], ["updated_at", "2018-10-11 16:40:12.958059"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.960421"], ["updated_at", "2018-10-11 16:40:12.960421"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.962372"], ["updated_at", "2018-10-11 16:40:12.962372"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.964402"], ["updated_at", "2018-10-11 16:40:12.964402"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.966450"], ["updated_at", "2018-10-11 16:40:12.966450"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.968468"], ["updated_at", "2018-10-11 16:40:12.968468"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.975061"], ["updated_at", "2018-10-11 16:40:12.975061"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.977696"], ["updated_at", "2018-10-11 16:40:12.977696"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.981635"], ["updated_at", "2018-10-11 16:40:12.981635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.984575"], ["updated_at", "2018-10-11 16:40:12.984575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.986330"], ["updated_at", "2018-10-11 16:40:12.986330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.987988"], ["updated_at", "2018-10-11 16:40:12.987988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.989582"], ["updated_at", "2018-10-11 16:40:12.989582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.991200"], ["updated_at", "2018-10-11 16:40:12.991200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.992798"], ["updated_at", "2018-10-11 16:40:12.992798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.994406"], ["updated_at", "2018-10-11 16:40:12.994406"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.996200"], ["updated_at", "2018-10-11 16:40:12.996200"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.997938"], ["updated_at", "2018-10-11 16:40:12.997938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:12.999884"], ["updated_at", "2018-10-11 16:40:12.999884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.001580"], ["updated_at", "2018-10-11 16:40:13.001580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.003355"], ["updated_at", "2018-10-11 16:40:13.003355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.005037"], ["updated_at", "2018-10-11 16:40:13.005037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.006739"], ["updated_at", "2018-10-11 16:40:13.006739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.008341"], ["updated_at", "2018-10-11 16:40:13.008341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.009970"], ["updated_at", "2018-10-11 16:40:13.009970"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.011649"], ["updated_at", "2018-10-11 16:40:13.011649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.013483"], ["updated_at", "2018-10-11 16:40:13.013483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.015187"], ["updated_at", "2018-10-11 16:40:13.015187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.016806"], ["updated_at", "2018-10-11 16:40:13.016806"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.018418"], ["updated_at", "2018-10-11 16:40:13.018418"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.020391"], ["updated_at", "2018-10-11 16:40:13.020391"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.022750"], ["updated_at", "2018-10-11 16:40:13.022750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.025380"], ["updated_at", "2018-10-11 16:40:13.025380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.027200"], ["updated_at", "2018-10-11 16:40:13.027200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.028894"], ["updated_at", "2018-10-11 16:40:13.028894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.030706"], ["updated_at", "2018-10-11 16:40:13.030706"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.032257"], ["updated_at", "2018-10-11 16:40:13.032257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.033811"], ["updated_at", "2018-10-11 16:40:13.033811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.038163"], ["updated_at", "2018-10-11 16:40:13.038163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.039788"], ["updated_at", "2018-10-11 16:40:13.039788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.041473"], ["updated_at", "2018-10-11 16:40:13.041473"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.043175"], ["updated_at", "2018-10-11 16:40:13.043175"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.047068"], ["updated_at", "2018-10-11 16:40:13.047068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.050047"], ["updated_at", "2018-10-11 16:40:13.050047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.051757"], ["updated_at", "2018-10-11 16:40:13.051757"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.053687"], ["updated_at", "2018-10-11 16:40:13.053687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.055477"], ["updated_at", "2018-10-11 16:40:13.055477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.057063"], ["updated_at", "2018-10-11 16:40:13.057063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.058691"], ["updated_at", "2018-10-11 16:40:13.058691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.060284"], ["updated_at", "2018-10-11 16:40:13.060284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.061974"], ["updated_at", "2018-10-11 16:40:13.061974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.063733"], ["updated_at", "2018-10-11 16:40:13.063733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.065427"], ["updated_at", "2018-10-11 16:40:13.065427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.067015"], ["updated_at", "2018-10-11 16:40:13.067015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.068720"], ["updated_at", "2018-10-11 16:40:13.068720"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.070453"], ["updated_at", "2018-10-11 16:40:13.070453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.072196"], ["updated_at", "2018-10-11 16:40:13.072196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.073793"], ["updated_at", "2018-10-11 16:40:13.073793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.075487"], ["updated_at", "2018-10-11 16:40:13.075487"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.077067"], ["updated_at", "2018-10-11 16:40:13.077067"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.078751"], ["updated_at", "2018-10-11 16:40:13.078751"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.080865"], ["updated_at", "2018-10-11 16:40:13.080865"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.083536"], ["updated_at", "2018-10-11 16:40:13.083536"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.086259"], ["updated_at", "2018-10-11 16:40:13.086259"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.088842"], ["updated_at", "2018-10-11 16:40:13.088842"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.092033"], ["updated_at", "2018-10-11 16:40:13.092033"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.093988"], ["updated_at", "2018-10-11 16:40:13.093988"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.096208"], ["updated_at", "2018-10-11 16:40:13.096208"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.098413"], ["updated_at", "2018-10-11 16:40:13.098413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.100290"], ["updated_at", "2018-10-11 16:40:13.100290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.101927"], ["updated_at", "2018-10-11 16:40:13.101927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.106719"], ["updated_at", "2018-10-11 16:40:13.106719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.108378"], ["updated_at", "2018-10-11 16:40:13.108378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.110054"], ["updated_at", "2018-10-11 16:40:13.110054"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.112852"], ["updated_at", "2018-10-11 16:40:13.112852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.116422"], ["updated_at", "2018-10-11 16:40:13.116422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.118566"], ["updated_at", "2018-10-11 16:40:13.118566"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.120278"], ["updated_at", "2018-10-11 16:40:13.120278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.122293"], ["updated_at", "2018-10-11 16:40:13.122293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.123976"], ["updated_at", "2018-10-11 16:40:13.123976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.125591"], ["updated_at", "2018-10-11 16:40:13.125591"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.127141"], ["updated_at", "2018-10-11 16:40:13.127141"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.129103"], ["updated_at", "2018-10-11 16:40:13.129103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.130978"], ["updated_at", "2018-10-11 16:40:13.130978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.132516"], ["updated_at", "2018-10-11 16:40:13.132516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.134147"], ["updated_at", "2018-10-11 16:40:13.134147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.135839"], ["updated_at", "2018-10-11 16:40:13.135839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.137589"], ["updated_at", "2018-10-11 16:40:13.137589"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.139205"], ["updated_at", "2018-10-11 16:40:13.139205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.140873"], ["updated_at", "2018-10-11 16:40:13.140873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.142434"], ["updated_at", "2018-10-11 16:40:13.142434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.144095"], ["updated_at", "2018-10-11 16:40:13.144095"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.145703"], ["updated_at", "2018-10-11 16:40:13.145703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.147394"], ["updated_at", "2018-10-11 16:40:13.147394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.149040"], ["updated_at", "2018-10-11 16:40:13.149040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.150616"], ["updated_at", "2018-10-11 16:40:13.150616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.152287"], ["updated_at", "2018-10-11 16:40:13.152287"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.154546"], ["updated_at", "2018-10-11 16:40:13.154546"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.157153"], ["updated_at", "2018-10-11 16:40:13.157153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.159358"], ["updated_at", "2018-10-11 16:40:13.159358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.161088"], ["updated_at", "2018-10-11 16:40:13.161088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.162892"], ["updated_at", "2018-10-11 16:40:13.162892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.165816"], ["updated_at", "2018-10-11 16:40:13.165816"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.168910"], ["updated_at", "2018-10-11 16:40:13.168910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.170771"], ["updated_at", "2018-10-11 16:40:13.170771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.172350"], ["updated_at", "2018-10-11 16:40:13.172350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.174020"], ["updated_at", "2018-10-11 16:40:13.174020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.175612"], ["updated_at", "2018-10-11 16:40:13.175612"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.177855"], ["updated_at", "2018-10-11 16:40:13.177855"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.182392"], ["updated_at", "2018-10-11 16:40:13.182392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.184526"], ["updated_at", "2018-10-11 16:40:13.184526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.186208"], ["updated_at", "2018-10-11 16:40:13.186208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.187904"], ["updated_at", "2018-10-11 16:40:13.187904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.189700"], ["updated_at", "2018-10-11 16:40:13.189700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.191401"], ["updated_at", "2018-10-11 16:40:13.191401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.192952"], ["updated_at", "2018-10-11 16:40:13.192952"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.194556"], ["updated_at", "2018-10-11 16:40:13.194556"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.196344"], ["updated_at", "2018-10-11 16:40:13.196344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.198081"], ["updated_at", "2018-10-11 16:40:13.198081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.199707"], ["updated_at", "2018-10-11 16:40:13.199707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.201267"], ["updated_at", "2018-10-11 16:40:13.201267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.202966"], ["updated_at", "2018-10-11 16:40:13.202966"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.204984"], ["updated_at", "2018-10-11 16:40:13.204984"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.207674"], ["updated_at", "2018-10-11 16:40:13.207674"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.210474"], ["updated_at", "2018-10-11 16:40:13.210474"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.213196"], ["updated_at", "2018-10-11 16:40:13.213196"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.215806"], ["updated_at", "2018-10-11 16:40:13.215806"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.218383"], ["updated_at", "2018-10-11 16:40:13.218383"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.221083"], ["updated_at", "2018-10-11 16:40:13.221083"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.223433"], ["updated_at", "2018-10-11 16:40:13.223433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.225710"], ["updated_at", "2018-10-11 16:40:13.225710"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.227472"], ["updated_at", "2018-10-11 16:40:13.227472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.229365"], ["updated_at", "2018-10-11 16:40:13.229365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.231073"], ["updated_at", "2018-10-11 16:40:13.231073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.232681"], ["updated_at", "2018-10-11 16:40:13.232681"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.234448"], ["updated_at", "2018-10-11 16:40:13.234448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.237954"], ["updated_at", "2018-10-11 16:40:13.237954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.239700"], ["updated_at", "2018-10-11 16:40:13.239700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.241306"], ["updated_at", "2018-10-11 16:40:13.241306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.242924"], ["updated_at", "2018-10-11 16:40:13.242924"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.245488"], ["updated_at", "2018-10-11 16:40:13.245488"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.249501"], ["updated_at", "2018-10-11 16:40:13.249501"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.252056"], ["updated_at", "2018-10-11 16:40:13.252056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.253732"], ["updated_at", "2018-10-11 16:40:13.253732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.255446"], ["updated_at", "2018-10-11 16:40:13.255446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.257057"], ["updated_at", "2018-10-11 16:40:13.257057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.258635"], ["updated_at", "2018-10-11 16:40:13.258635"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.260342"], ["updated_at", "2018-10-11 16:40:13.260342"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.262663"], ["updated_at", "2018-10-11 16:40:13.262663"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.265206"], ["updated_at", "2018-10-11 16:40:13.265206"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.267300"], ["updated_at", "2018-10-11 16:40:13.267300"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.269479"], ["updated_at", "2018-10-11 16:40:13.269479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.271428"], ["updated_at", "2018-10-11 16:40:13.271428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.273099"], ["updated_at", "2018-10-11 16:40:13.273099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.274780"], ["updated_at", "2018-10-11 16:40:13.274780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.276455"], ["updated_at", "2018-10-11 16:40:13.276455"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.278028"], ["updated_at", "2018-10-11 16:40:13.278028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.279748"], ["updated_at", "2018-10-11 16:40:13.279748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.281437"], ["updated_at", "2018-10-11 16:40:13.281437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.283086"], ["updated_at", "2018-10-11 16:40:13.283086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.284737"], ["updated_at", "2018-10-11 16:40:13.284737"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.286433"], ["updated_at", "2018-10-11 16:40:13.286433"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.288525"], ["updated_at", "2018-10-11 16:40:13.288525"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.291035"], ["updated_at", "2018-10-11 16:40:13.291035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.293095"], ["updated_at", "2018-10-11 16:40:13.293095"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.294755"], ["updated_at", "2018-10-11 16:40:13.294755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.296580"], ["updated_at", "2018-10-11 16:40:13.296580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.298282"], ["updated_at", "2018-10-11 16:40:13.298282"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.300092"], ["updated_at", "2018-10-11 16:40:13.300092"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.304093"], ["updated_at", "2018-10-11 16:40:13.304093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.305760"], ["updated_at", "2018-10-11 16:40:13.305760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.307349"], ["updated_at", "2018-10-11 16:40:13.307349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.308965"], ["updated_at", "2018-10-11 16:40:13.308965"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.311476"], ["updated_at", "2018-10-11 16:40:13.311476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.315102"], ["updated_at", "2018-10-11 16:40:13.315102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.317331"], ["updated_at", "2018-10-11 16:40:13.317331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.319012"], ["updated_at", "2018-10-11 16:40:13.319012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.320752"], ["updated_at", "2018-10-11 16:40:13.320752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.322445"], ["updated_at", "2018-10-11 16:40:13.322445"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.324012"], ["updated_at", "2018-10-11 16:40:13.324012"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.325675"], ["updated_at", "2018-10-11 16:40:13.325675"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.327899"], ["updated_at", "2018-10-11 16:40:13.327899"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.330749"], ["updated_at", "2018-10-11 16:40:13.330749"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.333389"], ["updated_at", "2018-10-11 16:40:13.333389"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.336070"], ["updated_at", "2018-10-11 16:40:13.336070"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.338812"], ["updated_at", "2018-10-11 16:40:13.338812"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.341359"], ["updated_at", "2018-10-11 16:40:13.341359"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.344025"], ["updated_at", "2018-10-11 16:40:13.344025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.346452"], ["updated_at", "2018-10-11 16:40:13.346452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.348154"], ["updated_at", "2018-10-11 16:40:13.348154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.349787"], ["updated_at", "2018-10-11 16:40:13.349787"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.351429"], ["updated_at", "2018-10-11 16:40:13.351429"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.353116"], ["updated_at", "2018-10-11 16:40:13.353116"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.355272"], ["updated_at", "2018-10-11 16:40:13.355272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.357840"], ["updated_at", "2018-10-11 16:40:13.357840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.359648"], ["updated_at", "2018-10-11 16:40:13.359648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.361325"], ["updated_at", "2018-10-11 16:40:13.361325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.362990"], ["updated_at", "2018-10-11 16:40:13.362990"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.364550"], ["updated_at", "2018-10-11 16:40:13.364550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.366159"], ["updated_at", "2018-10-11 16:40:13.366159"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.369837"], ["updated_at", "2018-10-11 16:40:13.369837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.371551"], ["updated_at", "2018-10-11 16:40:13.371551"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.373188"], ["updated_at", "2018-10-11 16:40:13.373188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.374818"], ["updated_at", "2018-10-11 16:40:13.374818"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.376372"], ["updated_at", "2018-10-11 16:40:13.376372"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.378722"], ["updated_at", "2018-10-11 16:40:13.378722"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.382652"], ["updated_at", "2018-10-11 16:40:13.382652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.385052"], ["updated_at", "2018-10-11 16:40:13.385052"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.386810"], ["updated_at", "2018-10-11 16:40:13.386810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.388555"], ["updated_at", "2018-10-11 16:40:13.388555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.390178"], ["updated_at", "2018-10-11 16:40:13.390178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.391747"], ["updated_at", "2018-10-11 16:40:13.391747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.393316"], ["updated_at", "2018-10-11 16:40:13.393316"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.394958"], ["updated_at", "2018-10-11 16:40:13.394958"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.396765"], ["updated_at", "2018-10-11 16:40:13.396765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.398576"], ["updated_at", "2018-10-11 16:40:13.398576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.400206"], ["updated_at", "2018-10-11 16:40:13.400206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.401869"], ["updated_at", "2018-10-11 16:40:13.401869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.403542"], ["updated_at", "2018-10-11 16:40:13.403542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.405280"], ["updated_at", "2018-10-11 16:40:13.405280"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.406859"], ["updated_at", "2018-10-11 16:40:13.406859"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.408470"], ["updated_at", "2018-10-11 16:40:13.408470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.410117"], ["updated_at", "2018-10-11 16:40:13.410117"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.411720"], ["updated_at", "2018-10-11 16:40:13.411720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.413538"], ["updated_at", "2018-10-11 16:40:13.413538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.415086"], ["updated_at", "2018-10-11 16:40:13.415086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.416718"], ["updated_at", "2018-10-11 16:40:13.416718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.418299"], ["updated_at", "2018-10-11 16:40:13.418299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.419987"], ["updated_at", "2018-10-11 16:40:13.419987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.422005"], ["updated_at", "2018-10-11 16:40:13.422005"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.424444"], ["updated_at", "2018-10-11 16:40:13.424444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.426604"], ["updated_at", "2018-10-11 16:40:13.426604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.428255"], ["updated_at", "2018-10-11 16:40:13.428255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.430017"], ["updated_at", "2018-10-11 16:40:13.430017"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.431661"], ["updated_at", "2018-10-11 16:40:13.431661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.433187"], ["updated_at", "2018-10-11 16:40:13.433187"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.437007"], ["updated_at", "2018-10-11 16:40:13.437007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.438768"], ["updated_at", "2018-10-11 16:40:13.438768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.440327"], ["updated_at", "2018-10-11 16:40:13.440327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.441906"], ["updated_at", "2018-10-11 16:40:13.441906"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.443520"], ["updated_at", "2018-10-11 16:40:13.443520"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.447617"], ["updated_at", "2018-10-11 16:40:13.447617"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.451424"], ["updated_at", "2018-10-11 16:40:13.451424"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.454226"], ["updated_at", "2018-10-11 16:40:13.454226"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.456869"], ["updated_at", "2018-10-11 16:40:13.456869"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.459536"], ["updated_at", "2018-10-11 16:40:13.459536"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.462354"], ["updated_at", "2018-10-11 16:40:13.462354"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.465061"], ["updated_at", "2018-10-11 16:40:13.465061"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.467687"], ["updated_at", "2018-10-11 16:40:13.467687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.469891"], ["updated_at", "2018-10-11 16:40:13.469891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.471686"], ["updated_at", "2018-10-11 16:40:13.471686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.473291"], ["updated_at", "2018-10-11 16:40:13.473291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.474919"], ["updated_at", "2018-10-11 16:40:13.474919"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.476509"], ["updated_at", "2018-10-11 16:40:13.476509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.478197"], ["updated_at", "2018-10-11 16:40:13.478197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.479875"], ["updated_at", "2018-10-11 16:40:13.479875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.481523"], ["updated_at", "2018-10-11 16:40:13.481523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.483180"], ["updated_at", "2018-10-11 16:40:13.483180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.484807"], ["updated_at", "2018-10-11 16:40:13.484807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.486544"], ["updated_at", "2018-10-11 16:40:13.486544"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.488452"], ["updated_at", "2018-10-11 16:40:13.488452"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.490673"], ["updated_at", "2018-10-11 16:40:13.490673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.493045"], ["updated_at", "2018-10-11 16:40:13.493045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.494875"], ["updated_at", "2018-10-11 16:40:13.494875"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.496637"], ["updated_at", "2018-10-11 16:40:13.496637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.498436"], ["updated_at", "2018-10-11 16:40:13.498436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.500012"], ["updated_at", "2018-10-11 16:40:13.500012"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.501854"], ["updated_at", "2018-10-11 16:40:13.501854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.505174"], ["updated_at", "2018-10-11 16:40:13.505174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.506842"], ["updated_at", "2018-10-11 16:40:13.506842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.508385"], ["updated_at", "2018-10-11 16:40:13.508385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.510027"], ["updated_at", "2018-10-11 16:40:13.510027"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.512911"], ["updated_at", "2018-10-11 16:40:13.512911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.516973"], ["updated_at", "2018-10-11 16:40:13.516973"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.518822"], ["updated_at", "2018-10-11 16:40:13.518822"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.520605"], ["updated_at", "2018-10-11 16:40:13.520605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.522258"], ["updated_at", "2018-10-11 16:40:13.522258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.523907"], ["updated_at", "2018-10-11 16:40:13.523907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.525462"], ["updated_at", "2018-10-11 16:40:13.525462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.527087"], ["updated_at", "2018-10-11 16:40:13.527087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.528719"], ["updated_at", "2018-10-11 16:40:13.528719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.530407"], ["updated_at", "2018-10-11 16:40:13.530407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.531988"], ["updated_at", "2018-10-11 16:40:13.531988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.533627"], ["updated_at", "2018-10-11 16:40:13.533627"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.535214"], ["updated_at", "2018-10-11 16:40:13.535214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.536909"], ["updated_at", "2018-10-11 16:40:13.536909"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.538546"], ["updated_at", "2018-10-11 16:40:13.538546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.540273"], ["updated_at", "2018-10-11 16:40:13.540273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.542043"], ["updated_at", "2018-10-11 16:40:13.542043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.543685"], ["updated_at", "2018-10-11 16:40:13.543685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.545324"], ["updated_at", "2018-10-11 16:40:13.545324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.547080"], ["updated_at", "2018-10-11 16:40:13.547080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.548939"], ["updated_at", "2018-10-11 16:40:13.548939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.550532"], ["updated_at", "2018-10-11 16:40:13.550532"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.552178"], ["updated_at", "2018-10-11 16:40:13.552178"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.554310"], ["updated_at", "2018-10-11 16:40:13.554310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.556963"], ["updated_at", "2018-10-11 16:40:13.556963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.559038"], ["updated_at", "2018-10-11 16:40:13.559038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.560707"], ["updated_at", "2018-10-11 16:40:13.560707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.562405"], ["updated_at", "2018-10-11 16:40:13.562405"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.564100"], ["updated_at", "2018-10-11 16:40:13.564100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.565898"], ["updated_at", "2018-10-11 16:40:13.565898"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.568997"], ["updated_at", "2018-10-11 16:40:13.568997"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.571256"], ["updated_at", "2018-10-11 16:40:13.571256"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.573352"], ["updated_at", "2018-10-11 16:40:13.573352"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.575622"], ["updated_at", "2018-10-11 16:40:13.575622"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.578951"], ["updated_at", "2018-10-11 16:40:13.578951"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.583787"], ["updated_at", "2018-10-11 16:40:13.583787"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.586533"], ["updated_at", "2018-10-11 16:40:13.586533"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.589251"], ["updated_at", "2018-10-11 16:40:13.589251"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.591932"], ["updated_at", "2018-10-11 16:40:13.591932"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.594564"], ["updated_at", "2018-10-11 16:40:13.594564"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.597230"], ["updated_at", "2018-10-11 16:40:13.597230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.599100"], ["updated_at", "2018-10-11 16:40:13.599100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.600758"], ["updated_at", "2018-10-11 16:40:13.600758"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.602405"], ["updated_at", "2018-10-11 16:40:13.602405"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.604134"], ["updated_at", "2018-10-11 16:40:13.604134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.605838"], ["updated_at", "2018-10-11 16:40:13.605838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.607469"], ["updated_at", "2018-10-11 16:40:13.607469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.609047"], ["updated_at", "2018-10-11 16:40:13.609047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.610665"], ["updated_at", "2018-10-11 16:40:13.610665"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.612434"], ["updated_at", "2018-10-11 16:40:13.612434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.614224"], ["updated_at", "2018-10-11 16:40:13.614224"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.615837"], ["updated_at", "2018-10-11 16:40:13.615837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.617619"], ["updated_at", "2018-10-11 16:40:13.617619"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.619305"], ["updated_at", "2018-10-11 16:40:13.619305"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.621133"], ["updated_at", "2018-10-11 16:40:13.621133"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.623659"], ["updated_at", "2018-10-11 16:40:13.623659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.625727"], ["updated_at", "2018-10-11 16:40:13.625727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.627474"], ["updated_at", "2018-10-11 16:40:13.627474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.629227"], ["updated_at", "2018-10-11 16:40:13.629227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.630933"], ["updated_at", "2018-10-11 16:40:13.630933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.632830"], ["updated_at", "2018-10-11 16:40:13.632830"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.637347"], ["updated_at", "2018-10-11 16:40:13.637347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.639170"], ["updated_at", "2018-10-11 16:40:13.639170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.641997"], ["updated_at", "2018-10-11 16:40:13.641997"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.644358"], ["updated_at", "2018-10-11 16:40:13.644358"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.648724"], ["updated_at", "2018-10-11 16:40:13.648724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.650943"], ["updated_at", "2018-10-11 16:40:13.650943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.652690"], ["updated_at", "2018-10-11 16:40:13.652690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.654385"], ["updated_at", "2018-10-11 16:40:13.654385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.656125"], ["updated_at", "2018-10-11 16:40:13.656125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.657747"], ["updated_at", "2018-10-11 16:40:13.657747"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.659308"], ["updated_at", "2018-10-11 16:40:13.659308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.660940"], ["updated_at", "2018-10-11 16:40:13.660940"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.662680"], ["updated_at", "2018-10-11 16:40:13.662680"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.664419"], ["updated_at", "2018-10-11 16:40:13.664419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.666099"], ["updated_at", "2018-10-11 16:40:13.666099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.667684"], ["updated_at", "2018-10-11 16:40:13.667684"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.669546"], ["updated_at", "2018-10-11 16:40:13.669546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.671325"], ["updated_at", "2018-10-11 16:40:13.671325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.672928"], ["updated_at", "2018-10-11 16:40:13.672928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.674630"], ["updated_at", "2018-10-11 16:40:13.674630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.676242"], ["updated_at", "2018-10-11 16:40:13.676242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.677863"], ["updated_at", "2018-10-11 16:40:13.677863"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.679648"], ["updated_at", "2018-10-11 16:40:13.679648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.681391"], ["updated_at", "2018-10-11 16:40:13.681391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.683058"], ["updated_at", "2018-10-11 16:40:13.683058"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.684653"], ["updated_at", "2018-10-11 16:40:13.684653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.686453"], ["updated_at", "2018-10-11 16:40:13.686453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.688403"], ["updated_at", "2018-10-11 16:40:13.688403"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.690695"], ["updated_at", "2018-10-11 16:40:13.690695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.692962"], ["updated_at", "2018-10-11 16:40:13.692962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.694595"], ["updated_at", "2018-10-11 16:40:13.694595"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.696552"], ["updated_at", "2018-10-11 16:40:13.696552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.699063"], ["updated_at", "2018-10-11 16:40:13.699063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.700646"], ["updated_at", "2018-10-11 16:40:13.700646"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.702839"], ["updated_at", "2018-10-11 16:40:13.702839"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.706993"], ["updated_at", "2018-10-11 16:40:13.706993"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.709813"], ["updated_at", "2018-10-11 16:40:13.709813"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.714250"], ["updated_at", "2018-10-11 16:40:13.714250"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.718562"], ["updated_at", "2018-10-11 16:40:13.718562"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.721370"], ["updated_at", "2018-10-11 16:40:13.721370"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.723992"], ["updated_at", "2018-10-11 16:40:13.723992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.726338"], ["updated_at", "2018-10-11 16:40:13.726338"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.727953"], ["updated_at", "2018-10-11 16:40:13.727953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.729737"], ["updated_at", "2018-10-11 16:40:13.729737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.731437"], ["updated_at", "2018-10-11 16:40:13.731437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.733558"], ["updated_at", "2018-10-11 16:40:13.733558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.735297"], ["updated_at", "2018-10-11 16:40:13.735297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.736973"], ["updated_at", "2018-10-11 16:40:13.736973"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.738610"], ["updated_at", "2018-10-11 16:40:13.738610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.740369"], ["updated_at", "2018-10-11 16:40:13.740369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.741963"], ["updated_at", "2018-10-11 16:40:13.741963"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.743563"], ["updated_at", "2018-10-11 16:40:13.743563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.745242"], ["updated_at", "2018-10-11 16:40:13.745242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.746899"], ["updated_at", "2018-10-11 16:40:13.746899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.748533"], ["updated_at", "2018-10-11 16:40:13.748533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.750211"], ["updated_at", "2018-10-11 16:40:13.750211"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.751775"], ["updated_at", "2018-10-11 16:40:13.751775"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.753452"], ["updated_at", "2018-10-11 16:40:13.753452"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.756771"], ["updated_at", "2018-10-11 16:40:13.756771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.759259"], ["updated_at", "2018-10-11 16:40:13.759259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.760967"], ["updated_at", "2018-10-11 16:40:13.760967"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.762700"], ["updated_at", "2018-10-11 16:40:13.762700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.764586"], ["updated_at", "2018-10-11 16:40:13.764586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.766199"], ["updated_at", "2018-10-11 16:40:13.766199"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.769205"], ["updated_at", "2018-10-11 16:40:13.769205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.771136"], ["updated_at", "2018-10-11 16:40:13.771136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.772798"], ["updated_at", "2018-10-11 16:40:13.772798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.774367"], ["updated_at", "2018-10-11 16:40:13.774367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.776017"], ["updated_at", "2018-10-11 16:40:13.776017"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.778869"], ["updated_at", "2018-10-11 16:40:13.778869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.783171"], ["updated_at", "2018-10-11 16:40:13.783171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.785070"], ["updated_at", "2018-10-11 16:40:13.785070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.786763"], ["updated_at", "2018-10-11 16:40:13.786763"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.788445"], ["updated_at", "2018-10-11 16:40:13.788445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.790815"], ["updated_at", "2018-10-11 16:40:13.790815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.792813"], ["updated_at", "2018-10-11 16:40:13.792813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.794523"], ["updated_at", "2018-10-11 16:40:13.794523"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.796329"], ["updated_at", "2018-10-11 16:40:13.796329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.798199"], ["updated_at", "2018-10-11 16:40:13.798199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.799941"], ["updated_at", "2018-10-11 16:40:13.799941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.801570"], ["updated_at", "2018-10-11 16:40:13.801570"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.803355"], ["updated_at", "2018-10-11 16:40:13.803355"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.805176"], ["updated_at", "2018-10-11 16:40:13.805176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.806889"], ["updated_at", "2018-10-11 16:40:13.806889"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.808648"], ["updated_at", "2018-10-11 16:40:13.808648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.810476"], ["updated_at", "2018-10-11 16:40:13.810476"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.812205"], ["updated_at", "2018-10-11 16:40:13.812205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.813961"], ["updated_at", "2018-10-11 16:40:13.813961"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.815511"], ["updated_at", "2018-10-11 16:40:13.815511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.817151"], ["updated_at", "2018-10-11 16:40:13.817151"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.818771"], ["updated_at", "2018-10-11 16:40:13.818771"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.820725"], ["updated_at", "2018-10-11 16:40:13.820725"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.823232"], ["updated_at", "2018-10-11 16:40:13.823232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.826066"], ["updated_at", "2018-10-11 16:40:13.826066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.827746"], ["updated_at", "2018-10-11 16:40:13.827746"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.829593"], ["updated_at", "2018-10-11 16:40:13.829593"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.831542"], ["updated_at", "2018-10-11 16:40:13.831542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.833389"], ["updated_at", "2018-10-11 16:40:13.833389"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.835393"], ["updated_at", "2018-10-11 16:40:13.835393"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.839914"], ["updated_at", "2018-10-11 16:40:13.839914"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.842897"], ["updated_at", "2018-10-11 16:40:13.842897"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.846383"], ["updated_at", "2018-10-11 16:40:13.846383"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.851263"], ["updated_at", "2018-10-11 16:40:13.851263"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.854202"], ["updated_at", "2018-10-11 16:40:13.854202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.856039"], ["updated_at", "2018-10-11 16:40:13.856039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.857616"], ["updated_at", "2018-10-11 16:40:13.857616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.859271"], ["updated_at", "2018-10-11 16:40:13.859271"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.860988"], ["updated_at", "2018-10-11 16:40:13.860988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.862925"], ["updated_at", "2018-10-11 16:40:13.862925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.864739"], ["updated_at", "2018-10-11 16:40:13.864739"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.866436"], ["updated_at", "2018-10-11 16:40:13.866436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.868192"], ["updated_at", "2018-10-11 16:40:13.868192"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.870027"], ["updated_at", "2018-10-11 16:40:13.870027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.871836"], ["updated_at", "2018-10-11 16:40:13.871836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.873376"], ["updated_at", "2018-10-11 16:40:13.873376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.875053"], ["updated_at", "2018-10-11 16:40:13.875053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.876679"], ["updated_at", "2018-10-11 16:40:13.876679"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.878379"], ["updated_at", "2018-10-11 16:40:13.878379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.880255"], ["updated_at", "2018-10-11 16:40:13.880255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.881962"], ["updated_at", "2018-10-11 16:40:13.881962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.883674"], ["updated_at", "2018-10-11 16:40:13.883674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.885394"], ["updated_at", "2018-10-11 16:40:13.885394"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.887149"], ["updated_at", "2018-10-11 16:40:13.887149"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.889826"], ["updated_at", "2018-10-11 16:40:13.889826"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.893782"], ["updated_at", "2018-10-11 16:40:13.893782"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.896235"], ["updated_at", "2018-10-11 16:40:13.896235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.899180"], ["updated_at", "2018-10-11 16:40:13.899180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.900840"], ["updated_at", "2018-10-11 16:40:13.900840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.902509"], ["updated_at", "2018-10-11 16:40:13.902509"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.904284"], ["updated_at", "2018-10-11 16:40:13.904284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.907496"], ["updated_at", "2018-10-11 16:40:13.907496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.909090"], ["updated_at", "2018-10-11 16:40:13.909090"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.910692"], ["updated_at", "2018-10-11 16:40:13.910692"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.913737"], ["updated_at", "2018-10-11 16:40:13.913737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.917347"], ["updated_at", "2018-10-11 16:40:13.917347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.919131"], ["updated_at", "2018-10-11 16:40:13.919131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.920858"], ["updated_at", "2018-10-11 16:40:13.920858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.922513"], ["updated_at", "2018-10-11 16:40:13.922513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.924102"], ["updated_at", "2018-10-11 16:40:13.924102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.925738"], ["updated_at", "2018-10-11 16:40:13.925738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.927291"], ["updated_at", "2018-10-11 16:40:13.927291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.929005"], ["updated_at", "2018-10-11 16:40:13.929005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.930757"], ["updated_at", "2018-10-11 16:40:13.930757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.932443"], ["updated_at", "2018-10-11 16:40:13.932443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.934023"], ["updated_at", "2018-10-11 16:40:13.934023"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.935652"], ["updated_at", "2018-10-11 16:40:13.935652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.937480"], ["updated_at", "2018-10-11 16:40:13.937480"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.939102"], ["updated_at", "2018-10-11 16:40:13.939102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.940743"], ["updated_at", "2018-10-11 16:40:13.940743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.942289"], ["updated_at", "2018-10-11 16:40:13.942289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.943909"], ["updated_at", "2018-10-11 16:40:13.943909"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.945466"], ["updated_at", "2018-10-11 16:40:13.945466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.947166"], ["updated_at", "2018-10-11 16:40:13.947166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.948765"], ["updated_at", "2018-10-11 16:40:13.948765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.950386"], ["updated_at", "2018-10-11 16:40:13.950386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.951984"], ["updated_at", "2018-10-11 16:40:13.951984"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.953767"], ["updated_at", "2018-10-11 16:40:13.953767"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.956005"], ["updated_at", "2018-10-11 16:40:13.956005"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.958578"], ["updated_at", "2018-10-11 16:40:13.958578"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.960716"], ["updated_at", "2018-10-11 16:40:13.960716"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.962693"], ["updated_at", "2018-10-11 16:40:13.962693"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.964733"], ["updated_at", "2018-10-11 16:40:13.964733"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.966765"], ["updated_at", "2018-10-11 16:40:13.966765"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.968815"], ["updated_at", "2018-10-11 16:40:13.968815"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.975115"], ["updated_at", "2018-10-11 16:40:13.975115"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.977948"], ["updated_at", "2018-10-11 16:40:13.977948"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.981695"], ["updated_at", "2018-10-11 16:40:13.981695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.984434"], ["updated_at", "2018-10-11 16:40:13.984434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.986122"], ["updated_at", "2018-10-11 16:40:13.986122"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.987737"], ["updated_at", "2018-10-11 16:40:13.987737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.989728"], ["updated_at", "2018-10-11 16:40:13.989728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.991428"], ["updated_at", "2018-10-11 16:40:13.991428"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.993001"], ["updated_at", "2018-10-11 16:40:13.993001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.994724"], ["updated_at", "2018-10-11 16:40:13.994724"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.996423"], ["updated_at", "2018-10-11 16:40:13.996423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.998175"], ["updated_at", "2018-10-11 16:40:13.998175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:13.999739"], ["updated_at", "2018-10-11 16:40:13.999739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.001292"], ["updated_at", "2018-10-11 16:40:14.001292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.003014"], ["updated_at", "2018-10-11 16:40:14.003014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.004753"], ["updated_at", "2018-10-11 16:40:14.004753"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.006598"], ["updated_at", "2018-10-11 16:40:14.006598"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.008747"], ["updated_at", "2018-10-11 16:40:14.008747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.010914"], ["updated_at", "2018-10-11 16:40:14.010914"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.012785"], ["updated_at", "2018-10-11 16:40:14.012785"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.015070"], ["updated_at", "2018-10-11 16:40:14.015070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.016917"], ["updated_at", "2018-10-11 16:40:14.016917"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.018912"], ["updated_at", "2018-10-11 16:40:14.018912"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.022746"], ["updated_at", "2018-10-11 16:40:14.022746"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.027140"], ["updated_at", "2018-10-11 16:40:14.027140"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.029400"], ["updated_at", "2018-10-11 16:40:14.029400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.031396"], ["updated_at", "2018-10-11 16:40:14.031396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.033089"], ["updated_at", "2018-10-11 16:40:14.033089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.034703"], ["updated_at", "2018-10-11 16:40:14.034703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.036747"], ["updated_at", "2018-10-11 16:40:14.036747"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.039990"], ["updated_at", "2018-10-11 16:40:14.039990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.041708"], ["updated_at", "2018-10-11 16:40:14.041708"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.043336"], ["updated_at", "2018-10-11 16:40:14.043336"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.046556"], ["updated_at", "2018-10-11 16:40:14.046556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.050872"], ["updated_at", "2018-10-11 16:40:14.050872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.052726"], ["updated_at", "2018-10-11 16:40:14.052726"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.054434"], ["updated_at", "2018-10-11 16:40:14.054434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.056156"], ["updated_at", "2018-10-11 16:40:14.056156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.057783"], ["updated_at", "2018-10-11 16:40:14.057783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.059402"], ["updated_at", "2018-10-11 16:40:14.059402"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.060974"], ["updated_at", "2018-10-11 16:40:14.060974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.062772"], ["updated_at", "2018-10-11 16:40:14.062772"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.064491"], ["updated_at", "2018-10-11 16:40:14.064491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.066187"], ["updated_at", "2018-10-11 16:40:14.066187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.067775"], ["updated_at", "2018-10-11 16:40:14.067775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.069448"], ["updated_at", "2018-10-11 16:40:14.069448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.071154"], ["updated_at", "2018-10-11 16:40:14.071154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.072940"], ["updated_at", "2018-10-11 16:40:14.072940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.074629"], ["updated_at", "2018-10-11 16:40:14.074629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.076224"], ["updated_at", "2018-10-11 16:40:14.076224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.077808"], ["updated_at", "2018-10-11 16:40:14.077808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.079457"], ["updated_at", "2018-10-11 16:40:14.079457"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.081427"], ["updated_at", "2018-10-11 16:40:14.081427"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.084137"], ["updated_at", "2018-10-11 16:40:14.084137"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.086801"], ["updated_at", "2018-10-11 16:40:14.086801"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.089292"], ["updated_at", "2018-10-11 16:40:14.089292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.092280"], ["updated_at", "2018-10-11 16:40:14.092280"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.094328"], ["updated_at", "2018-10-11 16:40:14.094328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.096513"], ["updated_at", "2018-10-11 16:40:14.096513"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.098699"], ["updated_at", "2018-10-11 16:40:14.098699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.100781"], ["updated_at", "2018-10-11 16:40:14.100781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.102440"], ["updated_at", "2018-10-11 16:40:14.102440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.107488"], ["updated_at", "2018-10-11 16:40:14.107488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.109161"], ["updated_at", "2018-10-11 16:40:14.109161"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.110883"], ["updated_at", "2018-10-11 16:40:14.110883"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.113959"], ["updated_at", "2018-10-11 16:40:14.113959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.117817"], ["updated_at", "2018-10-11 16:40:14.117817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.119489"], ["updated_at", "2018-10-11 16:40:14.119489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.121122"], ["updated_at", "2018-10-11 16:40:14.121122"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.122866"], ["updated_at", "2018-10-11 16:40:14.122866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.124635"], ["updated_at", "2018-10-11 16:40:14.124635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.126266"], ["updated_at", "2018-10-11 16:40:14.126266"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.129194"], ["updated_at", "2018-10-11 16:40:14.129194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.130929"], ["updated_at", "2018-10-11 16:40:14.130929"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.132609"], ["updated_at", "2018-10-11 16:40:14.132609"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.134278"], ["updated_at", "2018-10-11 16:40:14.134278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.136214"], ["updated_at", "2018-10-11 16:40:14.136214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.137866"], ["updated_at", "2018-10-11 16:40:14.137866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.139516"], ["updated_at", "2018-10-11 16:40:14.139516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.141181"], ["updated_at", "2018-10-11 16:40:14.141181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.142784"], ["updated_at", "2018-10-11 16:40:14.142784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.144521"], ["updated_at", "2018-10-11 16:40:14.144521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.146194"], ["updated_at", "2018-10-11 16:40:14.146194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.147893"], ["updated_at", "2018-10-11 16:40:14.147893"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.149523"], ["updated_at", "2018-10-11 16:40:14.149523"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.151982"], ["updated_at", "2018-10-11 16:40:14.151982"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.153905"], ["updated_at", "2018-10-11 16:40:14.153905"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.156158"], ["updated_at", "2018-10-11 16:40:14.156158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.159099"], ["updated_at", "2018-10-11 16:40:14.159099"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.160987"], ["updated_at", "2018-10-11 16:40:14.160987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.162747"], ["updated_at", "2018-10-11 16:40:14.162747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.164412"], ["updated_at", "2018-10-11 16:40:14.164412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.166032"], ["updated_at", "2018-10-11 16:40:14.166032"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.167729"], ["updated_at", "2018-10-11 16:40:14.167729"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.170748"], ["updated_at", "2018-10-11 16:40:14.170748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.172511"], ["updated_at", "2018-10-11 16:40:14.172511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.174252"], ["updated_at", "2018-10-11 16:40:14.174252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.175877"], ["updated_at", "2018-10-11 16:40:14.175877"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.177430"], ["updated_at", "2018-10-11 16:40:14.177430"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.181268"], ["updated_at", "2018-10-11 16:40:14.181268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.184822"], ["updated_at", "2018-10-11 16:40:14.184822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.186432"], ["updated_at", "2018-10-11 16:40:14.186432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.188059"], ["updated_at", "2018-10-11 16:40:14.188059"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.189719"], ["updated_at", "2018-10-11 16:40:14.189719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.191635"], ["updated_at", "2018-10-11 16:40:14.191635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.193293"], ["updated_at", "2018-10-11 16:40:14.193293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.194930"], ["updated_at", "2018-10-11 16:40:14.194930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.196612"], ["updated_at", "2018-10-11 16:40:14.196612"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.198283"], ["updated_at", "2018-10-11 16:40:14.198283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.199970"], ["updated_at", "2018-10-11 16:40:14.199970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.201542"], ["updated_at", "2018-10-11 16:40:14.201542"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.203361"], ["updated_at", "2018-10-11 16:40:14.203361"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.206157"], ["updated_at", "2018-10-11 16:40:14.206157"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.208904"], ["updated_at", "2018-10-11 16:40:14.208904"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.211597"], ["updated_at", "2018-10-11 16:40:14.211597"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.214231"], ["updated_at", "2018-10-11 16:40:14.214231"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.216936"], ["updated_at", "2018-10-11 16:40:14.216936"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.219637"], ["updated_at", "2018-10-11 16:40:14.219637"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.222273"], ["updated_at", "2018-10-11 16:40:14.222273"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.225374"], ["updated_at", "2018-10-11 16:40:14.225374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.227221"], ["updated_at", "2018-10-11 16:40:14.227221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.229112"], ["updated_at", "2018-10-11 16:40:14.229112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.230774"], ["updated_at", "2018-10-11 16:40:14.230774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.232502"], ["updated_at", "2018-10-11 16:40:14.232502"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.234214"], ["updated_at", "2018-10-11 16:40:14.234214"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.237224"], ["updated_at", "2018-10-11 16:40:14.237224"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.239015"], ["updated_at", "2018-10-11 16:40:14.239015"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.240803"], ["updated_at", "2018-10-11 16:40:14.240803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.242554"], ["updated_at", "2018-10-11 16:40:14.242554"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.245139"], ["updated_at", "2018-10-11 16:40:14.245139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.249437"], ["updated_at", "2018-10-11 16:40:14.249437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.251389"], ["updated_at", "2018-10-11 16:40:14.251389"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.252954"], ["updated_at", "2018-10-11 16:40:14.252954"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.254631"], ["updated_at", "2018-10-11 16:40:14.254631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.256360"], ["updated_at", "2018-10-11 16:40:14.256360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.258002"], ["updated_at", "2018-10-11 16:40:14.258002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.259708"], ["updated_at", "2018-10-11 16:40:14.259708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.261359"], ["updated_at", "2018-10-11 16:40:14.261359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.262933"], ["updated_at", "2018-10-11 16:40:14.262933"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.264707"], ["updated_at", "2018-10-11 16:40:14.264707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.266597"], ["updated_at", "2018-10-11 16:40:14.266597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.268233"], ["updated_at", "2018-10-11 16:40:14.268233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.269810"], ["updated_at", "2018-10-11 16:40:14.269810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.271428"], ["updated_at", "2018-10-11 16:40:14.271428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.273187"], ["updated_at", "2018-10-11 16:40:14.273187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.274885"], ["updated_at", "2018-10-11 16:40:14.274885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.276527"], ["updated_at", "2018-10-11 16:40:14.276527"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.278092"], ["updated_at", "2018-10-11 16:40:14.278092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.279741"], ["updated_at", "2018-10-11 16:40:14.279741"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.281429"], ["updated_at", "2018-10-11 16:40:14.281429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.283242"], ["updated_at", "2018-10-11 16:40:14.283242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.284885"], ["updated_at", "2018-10-11 16:40:14.284885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.286473"], ["updated_at", "2018-10-11 16:40:14.286473"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.288201"], ["updated_at", "2018-10-11 16:40:14.288201"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.290813"], ["updated_at", "2018-10-11 16:40:14.290813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.293094"], ["updated_at", "2018-10-11 16:40:14.293094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.294785"], ["updated_at", "2018-10-11 16:40:14.294785"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.296470"], ["updated_at", "2018-10-11 16:40:14.296470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.298069"], ["updated_at", "2018-10-11 16:40:14.298069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.299900"], ["updated_at", "2018-10-11 16:40:14.299900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.302915"], ["updated_at", "2018-10-11 16:40:14.302915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.304767"], ["updated_at", "2018-10-11 16:40:14.304767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.306558"], ["updated_at", "2018-10-11 16:40:14.306558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.308273"], ["updated_at", "2018-10-11 16:40:14.308273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.309890"], ["updated_at", "2018-10-11 16:40:14.309890"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.311835"], ["updated_at", "2018-10-11 16:40:14.311835"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.315325"], ["updated_at", "2018-10-11 16:40:14.315325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.318258"], ["updated_at", "2018-10-11 16:40:14.318258"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.319859"], ["updated_at", "2018-10-11 16:40:14.319859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.321720"], ["updated_at", "2018-10-11 16:40:14.321720"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.323496"], ["updated_at", "2018-10-11 16:40:14.323496"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.325689"], ["updated_at", "2018-10-11 16:40:14.325689"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.328383"], ["updated_at", "2018-10-11 16:40:14.328383"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.331008"], ["updated_at", "2018-10-11 16:40:14.331008"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.333764"], ["updated_at", "2018-10-11 16:40:14.333764"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.336346"], ["updated_at", "2018-10-11 16:40:14.336346"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.339065"], ["updated_at", "2018-10-11 16:40:14.339065"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.341795"], ["updated_at", "2018-10-11 16:40:14.341795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.344403"], ["updated_at", "2018-10-11 16:40:14.344403"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.346015"], ["updated_at", "2018-10-11 16:40:14.346015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.347653"], ["updated_at", "2018-10-11 16:40:14.347653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.349247"], ["updated_at", "2018-10-11 16:40:14.349247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.350865"], ["updated_at", "2018-10-11 16:40:14.350865"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.352501"], ["updated_at", "2018-10-11 16:40:14.352501"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.354112"], ["updated_at", "2018-10-11 16:40:14.354112"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.356668"], ["updated_at", "2018-10-11 16:40:14.356668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.359082"], ["updated_at", "2018-10-11 16:40:14.359082"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.360839"], ["updated_at", "2018-10-11 16:40:14.360839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.362439"], ["updated_at", "2018-10-11 16:40:14.362439"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.364119"], ["updated_at", "2018-10-11 16:40:14.364119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.366126"], ["updated_at", "2018-10-11 16:40:14.366126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.369083"], ["updated_at", "2018-10-11 16:40:14.369083"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.370840"], ["updated_at", "2018-10-11 16:40:14.370840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.372585"], ["updated_at", "2018-10-11 16:40:14.372585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.374212"], ["updated_at", "2018-10-11 16:40:14.374212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.375885"], ["updated_at", "2018-10-11 16:40:14.375885"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.377469"], ["updated_at", "2018-10-11 16:40:14.377469"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.380995"], ["updated_at", "2018-10-11 16:40:14.380995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.384522"], ["updated_at", "2018-10-11 16:40:14.384522"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.386178"], ["updated_at", "2018-10-11 16:40:14.386178"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.387801"], ["updated_at", "2018-10-11 16:40:14.387801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.389548"], ["updated_at", "2018-10-11 16:40:14.389548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.391153"], ["updated_at", "2018-10-11 16:40:14.391153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.392757"], ["updated_at", "2018-10-11 16:40:14.392757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.394323"], ["updated_at", "2018-10-11 16:40:14.394323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.395938"], ["updated_at", "2018-10-11 16:40:14.395938"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.397558"], ["updated_at", "2018-10-11 16:40:14.397558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.399399"], ["updated_at", "2018-10-11 16:40:14.399399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.401052"], ["updated_at", "2018-10-11 16:40:14.401052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.402592"], ["updated_at", "2018-10-11 16:40:14.402592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.404210"], ["updated_at", "2018-10-11 16:40:14.404210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.405996"], ["updated_at", "2018-10-11 16:40:14.405996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.407783"], ["updated_at", "2018-10-11 16:40:14.407783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.409476"], ["updated_at", "2018-10-11 16:40:14.409476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.411048"], ["updated_at", "2018-10-11 16:40:14.411048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.412675"], ["updated_at", "2018-10-11 16:40:14.412675"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.414231"], ["updated_at", "2018-10-11 16:40:14.414231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.416017"], ["updated_at", "2018-10-11 16:40:14.416017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.417616"], ["updated_at", "2018-10-11 16:40:14.417616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.419254"], ["updated_at", "2018-10-11 16:40:14.419254"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.420912"], ["updated_at", "2018-10-11 16:40:14.420912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.423524"], ["updated_at", "2018-10-11 16:40:14.423524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.425953"], ["updated_at", "2018-10-11 16:40:14.425953"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.427640"], ["updated_at", "2018-10-11 16:40:14.427640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.429320"], ["updated_at", "2018-10-11 16:40:14.429320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.430931"], ["updated_at", "2018-10-11 16:40:14.430931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.432541"], ["updated_at", "2018-10-11 16:40:14.432541"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.435561"], ["updated_at", "2018-10-11 16:40:14.435561"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.437431"], ["updated_at", "2018-10-11 16:40:14.437431"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.439200"], ["updated_at", "2018-10-11 16:40:14.439200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.440928"], ["updated_at", "2018-10-11 16:40:14.440928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.442484"], ["updated_at", "2018-10-11 16:40:14.442484"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.444556"], ["updated_at", "2018-10-11 16:40:14.444556"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.448049"], ["updated_at", "2018-10-11 16:40:14.448049"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.451743"], ["updated_at", "2018-10-11 16:40:14.451743"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.454428"], ["updated_at", "2018-10-11 16:40:14.454428"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.457164"], ["updated_at", "2018-10-11 16:40:14.457164"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.459813"], ["updated_at", "2018-10-11 16:40:14.459813"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.462440"], ["updated_at", "2018-10-11 16:40:14.462440"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.465213"], ["updated_at", "2018-10-11 16:40:14.465213"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.467929"], ["updated_at", "2018-10-11 16:40:14.467929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.470250"], ["updated_at", "2018-10-11 16:40:14.470250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.471880"], ["updated_at", "2018-10-11 16:40:14.471880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.473589"], ["updated_at", "2018-10-11 16:40:14.473589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.475259"], ["updated_at", "2018-10-11 16:40:14.475259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.476874"], ["updated_at", "2018-10-11 16:40:14.476874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.478432"], ["updated_at", "2018-10-11 16:40:14.478432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.480065"], ["updated_at", "2018-10-11 16:40:14.480065"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.481809"], ["updated_at", "2018-10-11 16:40:14.481809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.483557"], ["updated_at", "2018-10-11 16:40:14.483557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.485148"], ["updated_at", "2018-10-11 16:40:14.485148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.486794"], ["updated_at", "2018-10-11 16:40:14.486794"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.488990"], ["updated_at", "2018-10-11 16:40:14.488990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.491837"], ["updated_at", "2018-10-11 16:40:14.491837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.493677"], ["updated_at", "2018-10-11 16:40:14.493677"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.495319"], ["updated_at", "2018-10-11 16:40:14.495319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.496913"], ["updated_at", "2018-10-11 16:40:14.496913"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.498526"], ["updated_at", "2018-10-11 16:40:14.498526"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.500528"], ["updated_at", "2018-10-11 16:40:14.500528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.503481"], ["updated_at", "2018-10-11 16:40:14.503481"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.505157"], ["updated_at", "2018-10-11 16:40:14.505157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.506876"], ["updated_at", "2018-10-11 16:40:14.506876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.508541"], ["updated_at", "2018-10-11 16:40:14.508541"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.510157"], ["updated_at", "2018-10-11 16:40:14.510157"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.512936"], ["updated_at", "2018-10-11 16:40:14.512936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.517095"], ["updated_at", "2018-10-11 16:40:14.517095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.518796"], ["updated_at", "2018-10-11 16:40:14.518796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.520406"], ["updated_at", "2018-10-11 16:40:14.520406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.522118"], ["updated_at", "2018-10-11 16:40:14.522118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.523801"], ["updated_at", "2018-10-11 16:40:14.523801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.525488"], ["updated_at", "2018-10-11 16:40:14.525488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.527087"], ["updated_at", "2018-10-11 16:40:14.527087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.528739"], ["updated_at", "2018-10-11 16:40:14.528739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.530290"], ["updated_at", "2018-10-11 16:40:14.530290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.531993"], ["updated_at", "2018-10-11 16:40:14.531993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.533661"], ["updated_at", "2018-10-11 16:40:14.533661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.535281"], ["updated_at", "2018-10-11 16:40:14.535281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.536905"], ["updated_at", "2018-10-11 16:40:14.536905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.538516"], ["updated_at", "2018-10-11 16:40:14.538516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.540234"], ["updated_at", "2018-10-11 16:40:14.540234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.541876"], ["updated_at", "2018-10-11 16:40:14.541876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.543514"], ["updated_at", "2018-10-11 16:40:14.543514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.545129"], ["updated_at", "2018-10-11 16:40:14.545129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.546773"], ["updated_at", "2018-10-11 16:40:14.546773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.548338"], ["updated_at", "2018-10-11 16:40:14.548338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.550084"], ["updated_at", "2018-10-11 16:40:14.550084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.551693"], ["updated_at", "2018-10-11 16:40:14.551693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.553304"], ["updated_at", "2018-10-11 16:40:14.553304"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.554968"], ["updated_at", "2018-10-11 16:40:14.554968"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.557537"], ["updated_at", "2018-10-11 16:40:14.557537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.559822"], ["updated_at", "2018-10-11 16:40:14.559822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.561554"], ["updated_at", "2018-10-11 16:40:14.561554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.563364"], ["updated_at", "2018-10-11 16:40:14.563364"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.564991"], ["updated_at", "2018-10-11 16:40:14.564991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.566800"], ["updated_at", "2018-10-11 16:40:14.566800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.568797"], ["updated_at", "2018-10-11 16:40:14.568797"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.571477"], ["updated_at", "2018-10-11 16:40:14.571477"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.573396"], ["updated_at", "2018-10-11 16:40:14.573396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.575719"], ["updated_at", "2018-10-11 16:40:14.575719"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.578482"], ["updated_at", "2018-10-11 16:40:14.578482"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.583800"], ["updated_at", "2018-10-11 16:40:14.583800"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.586503"], ["updated_at", "2018-10-11 16:40:14.586503"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.589194"], ["updated_at", "2018-10-11 16:40:14.589194"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.591948"], ["updated_at", "2018-10-11 16:40:14.591948"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.594544"], ["updated_at", "2018-10-11 16:40:14.594544"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.598201"], ["updated_at", "2018-10-11 16:40:14.598201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.600143"], ["updated_at", "2018-10-11 16:40:14.600143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.601742"], ["updated_at", "2018-10-11 16:40:14.601742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.603356"], ["updated_at", "2018-10-11 16:40:14.603356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.604950"], ["updated_at", "2018-10-11 16:40:14.604950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.606682"], ["updated_at", "2018-10-11 16:40:14.606682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.608329"], ["updated_at", "2018-10-11 16:40:14.608329"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.609941"], ["updated_at", "2018-10-11 16:40:14.609941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.611613"], ["updated_at", "2018-10-11 16:40:14.611613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.613705"], ["updated_at", "2018-10-11 16:40:14.613705"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.615952"], ["updated_at", "2018-10-11 16:40:14.615952"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.618929"], ["updated_at", "2018-10-11 16:40:14.618929"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.621071"], ["updated_at", "2018-10-11 16:40:14.621071"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.624250"], ["updated_at", "2018-10-11 16:40:14.624250"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.627788"], ["updated_at", "2018-10-11 16:40:14.627788"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.630362"], ["updated_at", "2018-10-11 16:40:14.630362"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.633152"], ["updated_at", "2018-10-11 16:40:14.633152"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.635794"], ["updated_at", "2018-10-11 16:40:14.635794"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.640644"], ["updated_at", "2018-10-11 16:40:14.640644"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.643607"], ["updated_at", "2018-10-11 16:40:14.643607"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.647489"], ["updated_at", "2018-10-11 16:40:14.647489"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.651660"], ["updated_at", "2018-10-11 16:40:14.651660"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.653997"], ["updated_at", "2018-10-11 16:40:14.653997"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.656224"], ["updated_at", "2018-10-11 16:40:14.656224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.658114"], ["updated_at", "2018-10-11 16:40:14.658114"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.659764"], ["updated_at", "2018-10-11 16:40:14.659764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.661532"], ["updated_at", "2018-10-11 16:40:14.661532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.663100"], ["updated_at", "2018-10-11 16:40:14.663100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.664703"], ["updated_at", "2018-10-11 16:40:14.664703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.666544"], ["updated_at", "2018-10-11 16:40:14.666544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.668428"], ["updated_at", "2018-10-11 16:40:14.668428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.670142"], ["updated_at", "2018-10-11 16:40:14.670142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.671887"], ["updated_at", "2018-10-11 16:40:14.671887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.673712"], ["updated_at", "2018-10-11 16:40:14.673712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.675374"], ["updated_at", "2018-10-11 16:40:14.675374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.676949"], ["updated_at", "2018-10-11 16:40:14.676949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.678678"], ["updated_at", "2018-10-11 16:40:14.678678"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.680433"], ["updated_at", "2018-10-11 16:40:14.680433"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.682816"], ["updated_at", "2018-10-11 16:40:14.682816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.684676"], ["updated_at", "2018-10-11 16:40:14.684676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.686397"], ["updated_at", "2018-10-11 16:40:14.686397"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.688879"], ["updated_at", "2018-10-11 16:40:14.688879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.692425"], ["updated_at", "2018-10-11 16:40:14.692425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.694602"], ["updated_at", "2018-10-11 16:40:14.694602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.696267"], ["updated_at", "2018-10-11 16:40:14.696267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.697954"], ["updated_at", "2018-10-11 16:40:14.697954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.699664"], ["updated_at", "2018-10-11 16:40:14.699664"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.701428"], ["updated_at", "2018-10-11 16:40:14.701428"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.705193"], ["updated_at", "2018-10-11 16:40:14.705193"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.707953"], ["updated_at", "2018-10-11 16:40:14.707953"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.710517"], ["updated_at", "2018-10-11 16:40:14.710517"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.714774"], ["updated_at", "2018-10-11 16:40:14.714774"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.719111"], ["updated_at", "2018-10-11 16:40:14.719111"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.721861"], ["updated_at", "2018-10-11 16:40:14.721861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.724685"], ["updated_at", "2018-10-11 16:40:14.724685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.726671"], ["updated_at", "2018-10-11 16:40:14.726671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.728253"], ["updated_at", "2018-10-11 16:40:14.728253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.729840"], ["updated_at", "2018-10-11 16:40:14.729840"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.731411"], ["updated_at", "2018-10-11 16:40:14.731411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.733862"], ["updated_at", "2018-10-11 16:40:14.733862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.735671"], ["updated_at", "2018-10-11 16:40:14.735671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.737271"], ["updated_at", "2018-10-11 16:40:14.737271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.738947"], ["updated_at", "2018-10-11 16:40:14.738947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.740657"], ["updated_at", "2018-10-11 16:40:14.740657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.742354"], ["updated_at", "2018-10-11 16:40:14.742354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.743916"], ["updated_at", "2018-10-11 16:40:14.743916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.745492"], ["updated_at", "2018-10-11 16:40:14.745492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.747055"], ["updated_at", "2018-10-11 16:40:14.747055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.748696"], ["updated_at", "2018-10-11 16:40:14.748696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.750371"], ["updated_at", "2018-10-11 16:40:14.750371"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.751972"], ["updated_at", "2018-10-11 16:40:14.751972"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.755108"], ["updated_at", "2018-10-11 16:40:14.755108"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.758999"], ["updated_at", "2018-10-11 16:40:14.758999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.760965"], ["updated_at", "2018-10-11 16:40:14.760965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.762773"], ["updated_at", "2018-10-11 16:40:14.762773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.764455"], ["updated_at", "2018-10-11 16:40:14.764455"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.766315"], ["updated_at", "2018-10-11 16:40:14.766315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.768114"], ["updated_at", "2018-10-11 16:40:14.768114"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.771246"], ["updated_at", "2018-10-11 16:40:14.771246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.773305"], ["updated_at", "2018-10-11 16:40:14.773305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.775095"], ["updated_at", "2018-10-11 16:40:14.775095"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.776777"], ["updated_at", "2018-10-11 16:40:14.776777"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.779796"], ["updated_at", "2018-10-11 16:40:14.779796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.784209"], ["updated_at", "2018-10-11 16:40:14.784209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.785966"], ["updated_at", "2018-10-11 16:40:14.785966"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.787550"], ["updated_at", "2018-10-11 16:40:14.787550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.789458"], ["updated_at", "2018-10-11 16:40:14.789458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.791134"], ["updated_at", "2018-10-11 16:40:14.791134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.793299"], ["updated_at", "2018-10-11 16:40:14.793299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.795109"], ["updated_at", "2018-10-11 16:40:14.795109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.796730"], ["updated_at", "2018-10-11 16:40:14.796730"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.798362"], ["updated_at", "2018-10-11 16:40:14.798362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.800439"], ["updated_at", "2018-10-11 16:40:14.800439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.802092"], ["updated_at", "2018-10-11 16:40:14.802092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.803752"], ["updated_at", "2018-10-11 16:40:14.803752"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.805376"], ["updated_at", "2018-10-11 16:40:14.805376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.807270"], ["updated_at", "2018-10-11 16:40:14.807270"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.808970"], ["updated_at", "2018-10-11 16:40:14.808970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.810773"], ["updated_at", "2018-10-11 16:40:14.810773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.812505"], ["updated_at", "2018-10-11 16:40:14.812505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.814139"], ["updated_at", "2018-10-11 16:40:14.814139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.815767"], ["updated_at", "2018-10-11 16:40:14.815767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.817537"], ["updated_at", "2018-10-11 16:40:14.817537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.819222"], ["updated_at", "2018-10-11 16:40:14.819222"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.821292"], ["updated_at", "2018-10-11 16:40:14.821292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.824352"], ["updated_at", "2018-10-11 16:40:14.824352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.826618"], ["updated_at", "2018-10-11 16:40:14.826618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.828378"], ["updated_at", "2018-10-11 16:40:14.828378"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.830114"], ["updated_at", "2018-10-11 16:40:14.830114"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.831950"], ["updated_at", "2018-10-11 16:40:14.831950"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.834065"], ["updated_at", "2018-10-11 16:40:14.834065"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.839470"], ["updated_at", "2018-10-11 16:40:14.839470"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.842292"], ["updated_at", "2018-10-11 16:40:14.842292"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.844687"], ["updated_at", "2018-10-11 16:40:14.844687"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.849356"], ["updated_at", "2018-10-11 16:40:14.849356"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.853088"], ["updated_at", "2018-10-11 16:40:14.853088"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.855347"], ["updated_at", "2018-10-11 16:40:14.855347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.857574"], ["updated_at", "2018-10-11 16:40:14.857574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.859824"], ["updated_at", "2018-10-11 16:40:14.859824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.861430"], ["updated_at", "2018-10-11 16:40:14.861430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.863067"], ["updated_at", "2018-10-11 16:40:14.863067"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.864661"], ["updated_at", "2018-10-11 16:40:14.864661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.866469"], ["updated_at", "2018-10-11 16:40:14.866469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.868169"], ["updated_at", "2018-10-11 16:40:14.868169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.869742"], ["updated_at", "2018-10-11 16:40:14.869742"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.871303"], ["updated_at", "2018-10-11 16:40:14.871303"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.872987"], ["updated_at", "2018-10-11 16:40:14.872987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.874787"], ["updated_at", "2018-10-11 16:40:14.874787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.876519"], ["updated_at", "2018-10-11 16:40:14.876519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.878227"], ["updated_at", "2018-10-11 16:40:14.878227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.879852"], ["updated_at", "2018-10-11 16:40:14.879852"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.881442"], ["updated_at", "2018-10-11 16:40:14.881442"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.883503"], ["updated_at", "2018-10-11 16:40:14.883503"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.885363"], ["updated_at", "2018-10-11 16:40:14.885363"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.887147"], ["updated_at", "2018-10-11 16:40:14.887147"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.889134"], ["updated_at", "2018-10-11 16:40:14.889134"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.892868"], ["updated_at", "2018-10-11 16:40:14.892868"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.895059"], ["updated_at", "2018-10-11 16:40:14.895059"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.897222"], ["updated_at", "2018-10-11 16:40:14.897222"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.899717"], ["updated_at", "2018-10-11 16:40:14.899717"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.902158"], ["updated_at", "2018-10-11 16:40:14.902158"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.905910"], ["updated_at", "2018-10-11 16:40:14.905910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.907916"], ["updated_at", "2018-10-11 16:40:14.907916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.909569"], ["updated_at", "2018-10-11 16:40:14.909569"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.911705"], ["updated_at", "2018-10-11 16:40:14.911705"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.915189"], ["updated_at", "2018-10-11 16:40:14.915189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.918088"], ["updated_at", "2018-10-11 16:40:14.918088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.919665"], ["updated_at", "2018-10-11 16:40:14.919665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.921213"], ["updated_at", "2018-10-11 16:40:14.921213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.922944"], ["updated_at", "2018-10-11 16:40:14.922944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.924680"], ["updated_at", "2018-10-11 16:40:14.924680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.926343"], ["updated_at", "2018-10-11 16:40:14.926343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.927908"], ["updated_at", "2018-10-11 16:40:14.927908"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.929552"], ["updated_at", "2018-10-11 16:40:14.929552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.931578"], ["updated_at", "2018-10-11 16:40:14.931578"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.933404"], ["updated_at", "2018-10-11 16:40:14.933404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.935133"], ["updated_at", "2018-10-11 16:40:14.935133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.936718"], ["updated_at", "2018-10-11 16:40:14.936718"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.938516"], ["updated_at", "2018-10-11 16:40:14.938516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.940299"], ["updated_at", "2018-10-11 16:40:14.940299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.941965"], ["updated_at", "2018-10-11 16:40:14.941965"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.943499"], ["updated_at", "2018-10-11 16:40:14.943499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.945148"], ["updated_at", "2018-10-11 16:40:14.945148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.946756"], ["updated_at", "2018-10-11 16:40:14.946756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.948381"], ["updated_at", "2018-10-11 16:40:14.948381"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.949999"], ["updated_at", "2018-10-11 16:40:14.949999"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.951658"], ["updated_at", "2018-10-11 16:40:14.951658"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.953797"], ["updated_at", "2018-10-11 16:40:14.953797"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.956194"], ["updated_at", "2018-10-11 16:40:14.956194"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.959305"], ["updated_at", "2018-10-11 16:40:14.959305"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.961407"], ["updated_at", "2018-10-11 16:40:14.961407"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.963480"], ["updated_at", "2018-10-11 16:40:14.963480"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.965493"], ["updated_at", "2018-10-11 16:40:14.965493"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.967464"], ["updated_at", "2018-10-11 16:40:14.967464"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.969676"], ["updated_at", "2018-10-11 16:40:14.969676"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.975709"], ["updated_at", "2018-10-11 16:40:14.975709"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.978639"], ["updated_at", "2018-10-11 16:40:14.978639"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.982291"], ["updated_at", "2018-10-11 16:40:14.982291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.985145"], ["updated_at", "2018-10-11 16:40:14.985145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.986743"], ["updated_at", "2018-10-11 16:40:14.986743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.988312"], ["updated_at", "2018-10-11 16:40:14.988312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.990044"], ["updated_at", "2018-10-11 16:40:14.990044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.991812"], ["updated_at", "2018-10-11 16:40:14.991812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.993721"], ["updated_at", "2018-10-11 16:40:14.993721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.995309"], ["updated_at", "2018-10-11 16:40:14.995309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.996912"], ["updated_at", "2018-10-11 16:40:14.996912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:14.998500"], ["updated_at", "2018-10-11 16:40:14.998500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.000610"], ["updated_at", "2018-10-11 16:40:15.000610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.002210"], ["updated_at", "2018-10-11 16:40:15.002210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.003833"], ["updated_at", "2018-10-11 16:40:15.003833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.005528"], ["updated_at", "2018-10-11 16:40:15.005528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.007322"], ["updated_at", "2018-10-11 16:40:15.007322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.009019"], ["updated_at", "2018-10-11 16:40:15.009019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.010588"], ["updated_at", "2018-10-11 16:40:15.010588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.012188"], ["updated_at", "2018-10-11 16:40:15.012188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.013771"], ["updated_at", "2018-10-11 16:40:15.013771"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.015395"], ["updated_at", "2018-10-11 16:40:15.015395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.017201"], ["updated_at", "2018-10-11 16:40:15.017201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.018842"], ["updated_at", "2018-10-11 16:40:15.018842"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.020435"], ["updated_at", "2018-10-11 16:40:15.020435"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.022433"], ["updated_at", "2018-10-11 16:40:15.022433"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.025258"], ["updated_at", "2018-10-11 16:40:15.025258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.027370"], ["updated_at", "2018-10-11 16:40:15.027370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.029010"], ["updated_at", "2018-10-11 16:40:15.029010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.030654"], ["updated_at", "2018-10-11 16:40:15.030654"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.032328"], ["updated_at", "2018-10-11 16:40:15.032328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.033997"], ["updated_at", "2018-10-11 16:40:15.033997"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.037648"], ["updated_at", "2018-10-11 16:40:15.037648"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.039351"], ["updated_at", "2018-10-11 16:40:15.039351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.041087"], ["updated_at", "2018-10-11 16:40:15.041087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.042775"], ["updated_at", "2018-10-11 16:40:15.042775"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.044422"], ["updated_at", "2018-10-11 16:40:15.044422"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.048326"], ["updated_at", "2018-10-11 16:40:15.048326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.051738"], ["updated_at", "2018-10-11 16:40:15.051738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.053410"], ["updated_at", "2018-10-11 16:40:15.053410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.055000"], ["updated_at", "2018-10-11 16:40:15.055000"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.056669"], ["updated_at", "2018-10-11 16:40:15.056669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.058409"], ["updated_at", "2018-10-11 16:40:15.058409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.060038"], ["updated_at", "2018-10-11 16:40:15.060038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.061683"], ["updated_at", "2018-10-11 16:40:15.061683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.063234"], ["updated_at", "2018-10-11 16:40:15.063234"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.064890"], ["updated_at", "2018-10-11 16:40:15.064890"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.066752"], ["updated_at", "2018-10-11 16:40:15.066752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.068495"], ["updated_at", "2018-10-11 16:40:15.068495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.070084"], ["updated_at", "2018-10-11 16:40:15.070084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.071774"], ["updated_at", "2018-10-11 16:40:15.071774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.073571"], ["updated_at", "2018-10-11 16:40:15.073571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.075431"], ["updated_at", "2018-10-11 16:40:15.075431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.077112"], ["updated_at", "2018-10-11 16:40:15.077112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.078716"], ["updated_at", "2018-10-11 16:40:15.078716"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.080337"], ["updated_at", "2018-10-11 16:40:15.080337"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.082812"], ["updated_at", "2018-10-11 16:40:15.082812"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.085620"], ["updated_at", "2018-10-11 16:40:15.085620"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.088276"], ["updated_at", "2018-10-11 16:40:15.088276"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.092804"], ["updated_at", "2018-10-11 16:40:15.092804"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.094799"], ["updated_at", "2018-10-11 16:40:15.094799"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.096817"], ["updated_at", "2018-10-11 16:40:15.096817"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.098824"], ["updated_at", "2018-10-11 16:40:15.098824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.100953"], ["updated_at", "2018-10-11 16:40:15.100953"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.102719"], ["updated_at", "2018-10-11 16:40:15.102719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.107939"], ["updated_at", "2018-10-11 16:40:15.107939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.109557"], ["updated_at", "2018-10-11 16:40:15.109557"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.112196"], ["updated_at", "2018-10-11 16:40:15.112196"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.116352"], ["updated_at", "2018-10-11 16:40:15.116352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.118499"], ["updated_at", "2018-10-11 16:40:15.118499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.120173"], ["updated_at", "2018-10-11 16:40:15.120173"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.121941"], ["updated_at", "2018-10-11 16:40:15.121941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.123744"], ["updated_at", "2018-10-11 16:40:15.123744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.125475"], ["updated_at", "2018-10-11 16:40:15.125475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.127059"], ["updated_at", "2018-10-11 16:40:15.127059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.128656"], ["updated_at", "2018-10-11 16:40:15.128656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.130318"], ["updated_at", "2018-10-11 16:40:15.130318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.131925"], ["updated_at", "2018-10-11 16:40:15.131925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.133650"], ["updated_at", "2018-10-11 16:40:15.133650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.135237"], ["updated_at", "2018-10-11 16:40:15.135237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.136883"], ["updated_at", "2018-10-11 16:40:15.136883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.138460"], ["updated_at", "2018-10-11 16:40:15.138460"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.140150"], ["updated_at", "2018-10-11 16:40:15.140150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.142140"], ["updated_at", "2018-10-11 16:40:15.142140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.143841"], ["updated_at", "2018-10-11 16:40:15.143841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.145380"], ["updated_at", "2018-10-11 16:40:15.145380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.147012"], ["updated_at", "2018-10-11 16:40:15.147012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.148670"], ["updated_at", "2018-10-11 16:40:15.148670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.150411"], ["updated_at", "2018-10-11 16:40:15.150411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.152079"], ["updated_at", "2018-10-11 16:40:15.152079"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.153787"], ["updated_at", "2018-10-11 16:40:15.153787"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.156095"], ["updated_at", "2018-10-11 16:40:15.156095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.158963"], ["updated_at", "2018-10-11 16:40:15.158963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.160759"], ["updated_at", "2018-10-11 16:40:15.160759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.162408"], ["updated_at", "2018-10-11 16:40:15.162408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.164072"], ["updated_at", "2018-10-11 16:40:15.164072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.165663"], ["updated_at", "2018-10-11 16:40:15.165663"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.167237"], ["updated_at", "2018-10-11 16:40:15.167237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.170329"], ["updated_at", "2018-10-11 16:40:15.170329"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.172017"], ["updated_at", "2018-10-11 16:40:15.172017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.173762"], ["updated_at", "2018-10-11 16:40:15.173762"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.175383"], ["updated_at", "2018-10-11 16:40:15.175383"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.177088"], ["updated_at", "2018-10-11 16:40:15.177088"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.179694"], ["updated_at", "2018-10-11 16:40:15.179694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.183844"], ["updated_at", "2018-10-11 16:40:15.183844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.185717"], ["updated_at", "2018-10-11 16:40:15.185717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.187385"], ["updated_at", "2018-10-11 16:40:15.187385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.189061"], ["updated_at", "2018-10-11 16:40:15.189061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.190723"], ["updated_at", "2018-10-11 16:40:15.190723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.192312"], ["updated_at", "2018-10-11 16:40:15.192312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.193938"], ["updated_at", "2018-10-11 16:40:15.193938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.195528"], ["updated_at", "2018-10-11 16:40:15.195528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.197122"], ["updated_at", "2018-10-11 16:40:15.197122"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.198786"], ["updated_at", "2018-10-11 16:40:15.198786"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.200614"], ["updated_at", "2018-10-11 16:40:15.200614"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.202949"], ["updated_at", "2018-10-11 16:40:15.202949"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.205564"], ["updated_at", "2018-10-11 16:40:15.205564"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.208318"], ["updated_at", "2018-10-11 16:40:15.208318"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.210944"], ["updated_at", "2018-10-11 16:40:15.210944"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.213512"], ["updated_at", "2018-10-11 16:40:15.213512"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.216087"], ["updated_at", "2018-10-11 16:40:15.216087"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.218812"], ["updated_at", "2018-10-11 16:40:15.218812"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.221395"], ["updated_at", "2018-10-11 16:40:15.221395"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.224070"], ["updated_at", "2018-10-11 16:40:15.224070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.226575"], ["updated_at", "2018-10-11 16:40:15.226575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.228223"], ["updated_at", "2018-10-11 16:40:15.228223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.229947"], ["updated_at", "2018-10-11 16:40:15.229947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.231574"], ["updated_at", "2018-10-11 16:40:15.231574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.233264"], ["updated_at", "2018-10-11 16:40:15.233264"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.236960"], ["updated_at", "2018-10-11 16:40:15.236960"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.238709"], ["updated_at", "2018-10-11 16:40:15.238709"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.240481"], ["updated_at", "2018-10-11 16:40:15.240481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.242186"], ["updated_at", "2018-10-11 16:40:15.242186"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.243759"], ["updated_at", "2018-10-11 16:40:15.243759"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.246520"], ["updated_at", "2018-10-11 16:40:15.246520"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.250846"], ["updated_at", "2018-10-11 16:40:15.250846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.252631"], ["updated_at", "2018-10-11 16:40:15.252631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.254246"], ["updated_at", "2018-10-11 16:40:15.254246"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.255929"], ["updated_at", "2018-10-11 16:40:15.255929"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.257724"], ["updated_at", "2018-10-11 16:40:15.257724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.259436"], ["updated_at", "2018-10-11 16:40:15.259436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.261063"], ["updated_at", "2018-10-11 16:40:15.261063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.262651"], ["updated_at", "2018-10-11 16:40:15.262651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.264242"], ["updated_at", "2018-10-11 16:40:15.264242"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.266058"], ["updated_at", "2018-10-11 16:40:15.266058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.267936"], ["updated_at", "2018-10-11 16:40:15.267936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.269544"], ["updated_at", "2018-10-11 16:40:15.269544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.271220"], ["updated_at", "2018-10-11 16:40:15.271220"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.272858"], ["updated_at", "2018-10-11 16:40:15.272858"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.274589"], ["updated_at", "2018-10-11 16:40:15.274589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.276494"], ["updated_at", "2018-10-11 16:40:15.276494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.278079"], ["updated_at", "2018-10-11 16:40:15.278079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.279655"], ["updated_at", "2018-10-11 16:40:15.279655"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.281267"], ["updated_at", "2018-10-11 16:40:15.281267"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.283239"], ["updated_at", "2018-10-11 16:40:15.283239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.284955"], ["updated_at", "2018-10-11 16:40:15.284955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.286561"], ["updated_at", "2018-10-11 16:40:15.286561"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.288691"], ["updated_at", "2018-10-11 16:40:15.288691"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.291657"], ["updated_at", "2018-10-11 16:40:15.291657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.294202"], ["updated_at", "2018-10-11 16:40:15.294202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.295857"], ["updated_at", "2018-10-11 16:40:15.295857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.297557"], ["updated_at", "2018-10-11 16:40:15.297557"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.299274"], ["updated_at", "2018-10-11 16:40:15.299274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.301337"], ["updated_at", "2018-10-11 16:40:15.301337"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.303226"], ["updated_at", "2018-10-11 16:40:15.303226"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.306374"], ["updated_at", "2018-10-11 16:40:15.306374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.308303"], ["updated_at", "2018-10-11 16:40:15.308303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.309872"], ["updated_at", "2018-10-11 16:40:15.309872"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.311572"], ["updated_at", "2018-10-11 16:40:15.311572"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.314621"], ["updated_at", "2018-10-11 16:40:15.314621"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.318358"], ["updated_at", "2018-10-11 16:40:15.318358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.320071"], ["updated_at", "2018-10-11 16:40:15.320071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.321686"], ["updated_at", "2018-10-11 16:40:15.321686"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.323594"], ["updated_at", "2018-10-11 16:40:15.323594"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.326315"], ["updated_at", "2018-10-11 16:40:15.326315"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.328896"], ["updated_at", "2018-10-11 16:40:15.328896"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.331529"], ["updated_at", "2018-10-11 16:40:15.331529"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.334330"], ["updated_at", "2018-10-11 16:40:15.334330"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.336914"], ["updated_at", "2018-10-11 16:40:15.336914"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.339562"], ["updated_at", "2018-10-11 16:40:15.339562"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.342352"], ["updated_at", "2018-10-11 16:40:15.342352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.344494"], ["updated_at", "2018-10-11 16:40:15.344494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.346085"], ["updated_at", "2018-10-11 16:40:15.346085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.347764"], ["updated_at", "2018-10-11 16:40:15.347764"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.349405"], ["updated_at", "2018-10-11 16:40:15.349405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.351130"], ["updated_at", "2018-10-11 16:40:15.351130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.352747"], ["updated_at", "2018-10-11 16:40:15.352747"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.354547"], ["updated_at", "2018-10-11 16:40:15.354547"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.357235"], ["updated_at", "2018-10-11 16:40:15.357235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.359603"], ["updated_at", "2018-10-11 16:40:15.359603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.361388"], ["updated_at", "2018-10-11 16:40:15.361388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.363023"], ["updated_at", "2018-10-11 16:40:15.363023"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.364645"], ["updated_at", "2018-10-11 16:40:15.364645"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.366743"], ["updated_at", "2018-10-11 16:40:15.366743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.369883"], ["updated_at", "2018-10-11 16:40:15.369883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.371574"], ["updated_at", "2018-10-11 16:40:15.371574"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.373319"], ["updated_at", "2018-10-11 16:40:15.373319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.375013"], ["updated_at", "2018-10-11 16:40:15.375013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.376565"], ["updated_at", "2018-10-11 16:40:15.376565"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.379126"], ["updated_at", "2018-10-11 16:40:15.379126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.383021"], ["updated_at", "2018-10-11 16:40:15.383021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.385236"], ["updated_at", "2018-10-11 16:40:15.385236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.386845"], ["updated_at", "2018-10-11 16:40:15.386845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.388398"], ["updated_at", "2018-10-11 16:40:15.388398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.390064"], ["updated_at", "2018-10-11 16:40:15.390064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.391750"], ["updated_at", "2018-10-11 16:40:15.391750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.393495"], ["updated_at", "2018-10-11 16:40:15.393495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.395272"], ["updated_at", "2018-10-11 16:40:15.395272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.396857"], ["updated_at", "2018-10-11 16:40:15.396857"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.398467"], ["updated_at", "2018-10-11 16:40:15.398467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.400265"], ["updated_at", "2018-10-11 16:40:15.400265"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.401882"], ["updated_at", "2018-10-11 16:40:15.401882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.403549"], ["updated_at", "2018-10-11 16:40:15.403549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.405189"], ["updated_at", "2018-10-11 16:40:15.405189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.406908"], ["updated_at", "2018-10-11 16:40:15.406908"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.408605"], ["updated_at", "2018-10-11 16:40:15.408605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.410227"], ["updated_at", "2018-10-11 16:40:15.410227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.411847"], ["updated_at", "2018-10-11 16:40:15.411847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.413504"], ["updated_at", "2018-10-11 16:40:15.413504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.415073"], ["updated_at", "2018-10-11 16:40:15.415073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.416731"], ["updated_at", "2018-10-11 16:40:15.416731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.418304"], ["updated_at", "2018-10-11 16:40:15.418304"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.419917"], ["updated_at", "2018-10-11 16:40:15.419917"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.422346"], ["updated_at", "2018-10-11 16:40:15.422346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.425287"], ["updated_at", "2018-10-11 16:40:15.425287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.427090"], ["updated_at", "2018-10-11 16:40:15.427090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.428803"], ["updated_at", "2018-10-11 16:40:15.428803"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.430417"], ["updated_at", "2018-10-11 16:40:15.430417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.432014"], ["updated_at", "2018-10-11 16:40:15.432014"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.433841"], ["updated_at", "2018-10-11 16:40:15.433841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.436706"], ["updated_at", "2018-10-11 16:40:15.436706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.438447"], ["updated_at", "2018-10-11 16:40:15.438447"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.440235"], ["updated_at", "2018-10-11 16:40:15.440235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.441930"], ["updated_at", "2018-10-11 16:40:15.441930"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.443555"], ["updated_at", "2018-10-11 16:40:15.443555"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.445940"], ["updated_at", "2018-10-11 16:40:15.445940"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.450178"], ["updated_at", "2018-10-11 16:40:15.450178"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.453403"], ["updated_at", "2018-10-11 16:40:15.453403"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.456151"], ["updated_at", "2018-10-11 16:40:15.456151"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.458927"], ["updated_at", "2018-10-11 16:40:15.458927"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.461538"], ["updated_at", "2018-10-11 16:40:15.461538"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.464112"], ["updated_at", "2018-10-11 16:40:15.464112"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.466904"], ["updated_at", "2018-10-11 16:40:15.466904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.469699"], ["updated_at", "2018-10-11 16:40:15.469699"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.471285"], ["updated_at", "2018-10-11 16:40:15.471285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.472970"], ["updated_at", "2018-10-11 16:40:15.472970"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.474664"], ["updated_at", "2018-10-11 16:40:15.474664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.476365"], ["updated_at", "2018-10-11 16:40:15.476365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.477973"], ["updated_at", "2018-10-11 16:40:15.477973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.479575"], ["updated_at", "2018-10-11 16:40:15.479575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.481181"], ["updated_at", "2018-10-11 16:40:15.481181"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.482889"], ["updated_at", "2018-10-11 16:40:15.482889"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.484858"], ["updated_at", "2018-10-11 16:40:15.484858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.486579"], ["updated_at", "2018-10-11 16:40:15.486579"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.488186"], ["updated_at", "2018-10-11 16:40:15.488186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.491048"], ["updated_at", "2018-10-11 16:40:15.491048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.493245"], ["updated_at", "2018-10-11 16:40:15.493245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.494929"], ["updated_at", "2018-10-11 16:40:15.494929"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.496624"], ["updated_at", "2018-10-11 16:40:15.496624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.498270"], ["updated_at", "2018-10-11 16:40:15.498270"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.499904"], ["updated_at", "2018-10-11 16:40:15.499904"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.502866"], ["updated_at", "2018-10-11 16:40:15.502866"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.504752"], ["updated_at", "2018-10-11 16:40:15.504752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.506611"], ["updated_at", "2018-10-11 16:40:15.506611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.508344"], ["updated_at", "2018-10-11 16:40:15.508344"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.510029"], ["updated_at", "2018-10-11 16:40:15.510029"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.512838"], ["updated_at", "2018-10-11 16:40:15.512838"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.517025"], ["updated_at", "2018-10-11 16:40:15.517025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.519035"], ["updated_at", "2018-10-11 16:40:15.519035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.520673"], ["updated_at", "2018-10-11 16:40:15.520673"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.522302"], ["updated_at", "2018-10-11 16:40:15.522302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.524065"], ["updated_at", "2018-10-11 16:40:15.524065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.525765"], ["updated_at", "2018-10-11 16:40:15.525765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.527324"], ["updated_at", "2018-10-11 16:40:15.527324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.528985"], ["updated_at", "2018-10-11 16:40:15.528985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.530546"], ["updated_at", "2018-10-11 16:40:15.530546"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.532261"], ["updated_at", "2018-10-11 16:40:15.532261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.534009"], ["updated_at", "2018-10-11 16:40:15.534009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.535655"], ["updated_at", "2018-10-11 16:40:15.535655"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.537218"], ["updated_at", "2018-10-11 16:40:15.537218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.538978"], ["updated_at", "2018-10-11 16:40:15.538978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.540629"], ["updated_at", "2018-10-11 16:40:15.540629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.542378"], ["updated_at", "2018-10-11 16:40:15.542378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.544064"], ["updated_at", "2018-10-11 16:40:15.544064"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.545668"], ["updated_at", "2018-10-11 16:40:15.545668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.547337"], ["updated_at", "2018-10-11 16:40:15.547337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.548971"], ["updated_at", "2018-10-11 16:40:15.548971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.550648"], ["updated_at", "2018-10-11 16:40:15.550648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.552306"], ["updated_at", "2018-10-11 16:40:15.552306"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.553920"], ["updated_at", "2018-10-11 16:40:15.553920"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.555896"], ["updated_at", "2018-10-11 16:40:15.555896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.558838"], ["updated_at", "2018-10-11 16:40:15.558838"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.561884"], ["updated_at", "2018-10-11 16:40:15.561884"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.563607"], ["updated_at", "2018-10-11 16:40:15.563607"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.565483"], ["updated_at", "2018-10-11 16:40:15.565483"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.567279"], ["updated_at", "2018-10-11 16:40:15.567279"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.570235"], ["updated_at", "2018-10-11 16:40:15.570235"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.572563"], ["updated_at", "2018-10-11 16:40:15.572563"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.575345"], ["updated_at", "2018-10-11 16:40:15.575345"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.577999"], ["updated_at", "2018-10-11 16:40:15.577999"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.581902"], ["updated_at", "2018-10-11 16:40:15.581902"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.586172"], ["updated_at", "2018-10-11 16:40:15.586172"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.588862"], ["updated_at", "2018-10-11 16:40:15.588862"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.591511"], ["updated_at", "2018-10-11 16:40:15.591511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.593844"], ["updated_at", "2018-10-11 16:40:15.593844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.595527"], ["updated_at", "2018-10-11 16:40:15.595527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.597598"], ["updated_at", "2018-10-11 16:40:15.597598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.599824"], ["updated_at", "2018-10-11 16:40:15.599824"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.601851"], ["updated_at", "2018-10-11 16:40:15.601851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.603637"], ["updated_at", "2018-10-11 16:40:15.603637"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.605370"], ["updated_at", "2018-10-11 16:40:15.605370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.607219"], ["updated_at", "2018-10-11 16:40:15.607219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.608991"], ["updated_at", "2018-10-11 16:40:15.608991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.610545"], ["updated_at", "2018-10-11 16:40:15.610545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.612182"], ["updated_at", "2018-10-11 16:40:15.612182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.613825"], ["updated_at", "2018-10-11 16:40:15.613825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.615458"], ["updated_at", "2018-10-11 16:40:15.615458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.617267"], ["updated_at", "2018-10-11 16:40:15.617267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.618928"], ["updated_at", "2018-10-11 16:40:15.618928"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.620491"], ["updated_at", "2018-10-11 16:40:15.620491"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.622627"], ["updated_at", "2018-10-11 16:40:15.622627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.625804"], ["updated_at", "2018-10-11 16:40:15.625804"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.627668"], ["updated_at", "2018-10-11 16:40:15.627668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.629318"], ["updated_at", "2018-10-11 16:40:15.629318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.630929"], ["updated_at", "2018-10-11 16:40:15.630929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.632523"], ["updated_at", "2018-10-11 16:40:15.632523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.634228"], ["updated_at", "2018-10-11 16:40:15.634228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.637133"], ["updated_at", "2018-10-11 16:40:15.637133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.638906"], ["updated_at", "2018-10-11 16:40:15.638906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.640717"], ["updated_at", "2018-10-11 16:40:15.640717"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.642370"], ["updated_at", "2018-10-11 16:40:15.642370"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.644053"], ["updated_at", "2018-10-11 16:40:15.644053"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.646933"], ["updated_at", "2018-10-11 16:40:15.646933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.651294"], ["updated_at", "2018-10-11 16:40:15.651294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.653339"], ["updated_at", "2018-10-11 16:40:15.653339"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.654972"], ["updated_at", "2018-10-11 16:40:15.654972"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.656776"], ["updated_at", "2018-10-11 16:40:15.656776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.658529"], ["updated_at", "2018-10-11 16:40:15.658529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.660183"], ["updated_at", "2018-10-11 16:40:15.660183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.661811"], ["updated_at", "2018-10-11 16:40:15.661811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.663409"], ["updated_at", "2018-10-11 16:40:15.663409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.665086"], ["updated_at", "2018-10-11 16:40:15.665086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.666799"], ["updated_at", "2018-10-11 16:40:15.666799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.668427"], ["updated_at", "2018-10-11 16:40:15.668427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.670117"], ["updated_at", "2018-10-11 16:40:15.670117"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.671667"], ["updated_at", "2018-10-11 16:40:15.671667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.673336"], ["updated_at", "2018-10-11 16:40:15.673336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.675033"], ["updated_at", "2018-10-11 16:40:15.675033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.676636"], ["updated_at", "2018-10-11 16:40:15.676636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.678265"], ["updated_at", "2018-10-11 16:40:15.678265"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.679814"], ["updated_at", "2018-10-11 16:40:15.679814"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.681497"], ["updated_at", "2018-10-11 16:40:15.681497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.683279"], ["updated_at", "2018-10-11 16:40:15.683279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.684961"], ["updated_at", "2018-10-11 16:40:15.684961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.686543"], ["updated_at", "2018-10-11 16:40:15.686543"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.688516"], ["updated_at", "2018-10-11 16:40:15.688516"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.693740"], ["updated_at", "2018-10-11 16:40:15.693740"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.697093"], ["updated_at", "2018-10-11 16:40:15.697093"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.699240"], ["updated_at", "2018-10-11 16:40:15.699240"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.701348"], ["updated_at", "2018-10-11 16:40:15.701348"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.703282"], ["updated_at", "2018-10-11 16:40:15.703282"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.705113"], ["updated_at", "2018-10-11 16:40:15.705113"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.708884"], ["updated_at", "2018-10-11 16:40:15.708884"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.711460"], ["updated_at", "2018-10-11 16:40:15.711460"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.716293"], ["updated_at", "2018-10-11 16:40:15.716293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.719067"], ["updated_at", "2018-10-11 16:40:15.719067"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.720631"], ["updated_at", "2018-10-11 16:40:15.720631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.722312"], ["updated_at", "2018-10-11 16:40:15.722312"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.724089"], ["updated_at", "2018-10-11 16:40:15.724089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.725702"], ["updated_at", "2018-10-11 16:40:15.725702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.727268"], ["updated_at", "2018-10-11 16:40:15.727268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.728855"], ["updated_at", "2018-10-11 16:40:15.728855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.730466"], ["updated_at", "2018-10-11 16:40:15.730466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.732106"], ["updated_at", "2018-10-11 16:40:15.732106"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.733781"], ["updated_at", "2018-10-11 16:40:15.733781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.735444"], ["updated_at", "2018-10-11 16:40:15.735444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.737008"], ["updated_at", "2018-10-11 16:40:15.737008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.738651"], ["updated_at", "2018-10-11 16:40:15.738651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.740272"], ["updated_at", "2018-10-11 16:40:15.740272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.741942"], ["updated_at", "2018-10-11 16:40:15.741942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.743504"], ["updated_at", "2018-10-11 16:40:15.743504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.745175"], ["updated_at", "2018-10-11 16:40:15.745175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.746714"], ["updated_at", "2018-10-11 16:40:15.746714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.748337"], ["updated_at", "2018-10-11 16:40:15.748337"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.749913"], ["updated_at", "2018-10-11 16:40:15.749913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.751629"], ["updated_at", "2018-10-11 16:40:15.751629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.753251"], ["updated_at", "2018-10-11 16:40:15.753251"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.755271"], ["updated_at", "2018-10-11 16:40:15.755271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.758195"], ["updated_at", "2018-10-11 16:40:15.758195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.760070"], ["updated_at", "2018-10-11 16:40:15.760070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.761696"], ["updated_at", "2018-10-11 16:40:15.761696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.763377"], ["updated_at", "2018-10-11 16:40:15.763377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.764981"], ["updated_at", "2018-10-11 16:40:15.764981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.766628"], ["updated_at", "2018-10-11 16:40:15.766628"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.769614"], ["updated_at", "2018-10-11 16:40:15.769614"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.771264"], ["updated_at", "2018-10-11 16:40:15.771264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.772955"], ["updated_at", "2018-10-11 16:40:15.772955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.774596"], ["updated_at", "2018-10-11 16:40:15.774596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.776245"], ["updated_at", "2018-10-11 16:40:15.776245"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.777865"], ["updated_at", "2018-10-11 16:40:15.777865"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.780810"], ["updated_at", "2018-10-11 16:40:15.780810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.785062"], ["updated_at", "2018-10-11 16:40:15.785062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.786765"], ["updated_at", "2018-10-11 16:40:15.786765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.788431"], ["updated_at", "2018-10-11 16:40:15.788431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.790134"], ["updated_at", "2018-10-11 16:40:15.790134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.791832"], ["updated_at", "2018-10-11 16:40:15.791832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.793418"], ["updated_at", "2018-10-11 16:40:15.793418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.795075"], ["updated_at", "2018-10-11 16:40:15.795075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.796609"], ["updated_at", "2018-10-11 16:40:15.796609"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.798220"], ["updated_at", "2018-10-11 16:40:15.798220"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.800036"], ["updated_at", "2018-10-11 16:40:15.800036"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.801985"], ["updated_at", "2018-10-11 16:40:15.801985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.803904"], ["updated_at", "2018-10-11 16:40:15.803904"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.805622"], ["updated_at", "2018-10-11 16:40:15.805622"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.807670"], ["updated_at", "2018-10-11 16:40:15.807670"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.809450"], ["updated_at", "2018-10-11 16:40:15.809450"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.811356"], ["updated_at", "2018-10-11 16:40:15.811356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.813047"], ["updated_at", "2018-10-11 16:40:15.813047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.814680"], ["updated_at", "2018-10-11 16:40:15.814680"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.816312"], ["updated_at", "2018-10-11 16:40:15.816312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.818089"], ["updated_at", "2018-10-11 16:40:15.818089"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.819931"], ["updated_at", "2018-10-11 16:40:15.819931"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.822331"], ["updated_at", "2018-10-11 16:40:15.822331"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.825902"], ["updated_at", "2018-10-11 16:40:15.825902"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.827967"], ["updated_at", "2018-10-11 16:40:15.827967"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.829889"], ["updated_at", "2018-10-11 16:40:15.829889"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.832211"], ["updated_at", "2018-10-11 16:40:15.832211"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.834926"], ["updated_at", "2018-10-11 16:40:15.834926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.837162"], ["updated_at", "2018-10-11 16:40:15.837162"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.841455"], ["updated_at", "2018-10-11 16:40:15.841455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.843385"], ["updated_at", "2018-10-11 16:40:15.843385"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.845009"], ["updated_at", "2018-10-11 16:40:15.845009"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.850287"], ["updated_at", "2018-10-11 16:40:15.850287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.853029"], ["updated_at", "2018-10-11 16:40:15.853029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.854602"], ["updated_at", "2018-10-11 16:40:15.854602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.856335"], ["updated_at", "2018-10-11 16:40:15.856335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.858127"], ["updated_at", "2018-10-11 16:40:15.858127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.859722"], ["updated_at", "2018-10-11 16:40:15.859722"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.861400"], ["updated_at", "2018-10-11 16:40:15.861400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.863447"], ["updated_at", "2018-10-11 16:40:15.863447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.865064"], ["updated_at", "2018-10-11 16:40:15.865064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.866863"], ["updated_at", "2018-10-11 16:40:15.866863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.868497"], ["updated_at", "2018-10-11 16:40:15.868497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.870154"], ["updated_at", "2018-10-11 16:40:15.870154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.871833"], ["updated_at", "2018-10-11 16:40:15.871833"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.873559"], ["updated_at", "2018-10-11 16:40:15.873559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.875486"], ["updated_at", "2018-10-11 16:40:15.875486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.877116"], ["updated_at", "2018-10-11 16:40:15.877116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.878976"], ["updated_at", "2018-10-11 16:40:15.878976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.880721"], ["updated_at", "2018-10-11 16:40:15.880721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.882318"], ["updated_at", "2018-10-11 16:40:15.882318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.884374"], ["updated_at", "2018-10-11 16:40:15.884374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.886125"], ["updated_at", "2018-10-11 16:40:15.886125"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.887772"], ["updated_at", "2018-10-11 16:40:15.887772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.891697"], ["updated_at", "2018-10-11 16:40:15.891697"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.894019"], ["updated_at", "2018-10-11 16:40:15.894019"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.896395"], ["updated_at", "2018-10-11 16:40:15.896395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.898323"], ["updated_at", "2018-10-11 16:40:15.898323"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.900263"], ["updated_at", "2018-10-11 16:40:15.900263"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.902598"], ["updated_at", "2018-10-11 16:40:15.902598"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.905010"], ["updated_at", "2018-10-11 16:40:15.905010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.908563"], ["updated_at", "2018-10-11 16:40:15.908563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.910400"], ["updated_at", "2018-10-11 16:40:15.910400"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.912190"], ["updated_at", "2018-10-11 16:40:15.912190"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.916877"], ["updated_at", "2018-10-11 16:40:15.916877"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.920050"], ["updated_at", "2018-10-11 16:40:15.920050"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.921886"], ["updated_at", "2018-10-11 16:40:15.921886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.923823"], ["updated_at", "2018-10-11 16:40:15.923823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.925682"], ["updated_at", "2018-10-11 16:40:15.925682"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.927652"], ["updated_at", "2018-10-11 16:40:15.927652"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.929882"], ["updated_at", "2018-10-11 16:40:15.929882"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.932091"], ["updated_at", "2018-10-11 16:40:15.932091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.934238"], ["updated_at", "2018-10-11 16:40:15.934238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.936090"], ["updated_at", "2018-10-11 16:40:15.936090"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.937888"], ["updated_at", "2018-10-11 16:40:15.937888"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.940185"], ["updated_at", "2018-10-11 16:40:15.940185"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.942342"], ["updated_at", "2018-10-11 16:40:15.942342"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.944719"], ["updated_at", "2018-10-11 16:40:15.944719"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.946984"], ["updated_at", "2018-10-11 16:40:15.946984"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.949380"], ["updated_at", "2018-10-11 16:40:15.949380"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.951780"], ["updated_at", "2018-10-11 16:40:15.951780"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.954515"], ["updated_at", "2018-10-11 16:40:15.954515"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.958907"], ["updated_at", "2018-10-11 16:40:15.958907"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.961370"], ["updated_at", "2018-10-11 16:40:15.961370"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.963596"], ["updated_at", "2018-10-11 16:40:15.963596"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.965887"], ["updated_at", "2018-10-11 16:40:15.965887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.967917"], ["updated_at", "2018-10-11 16:40:15.967917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.969418"], ["updated_at", "2018-10-11 16:40:15.969418"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.971044"], ["updated_at", "2018-10-11 16:40:15.971044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.975060"], ["updated_at", "2018-10-11 16:40:15.975060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.976788"], ["updated_at", "2018-10-11 16:40:15.976788"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.978405"], ["updated_at", "2018-10-11 16:40:15.978405"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.981945"], ["updated_at", "2018-10-11 16:40:15.981945"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.985581"], ["updated_at", "2018-10-11 16:40:15.985581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.988198"], ["updated_at", "2018-10-11 16:40:15.988198"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.990072"], ["updated_at", "2018-10-11 16:40:15.990072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.992036"], ["updated_at", "2018-10-11 16:40:15.992036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.993660"], ["updated_at", "2018-10-11 16:40:15.993660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.995322"], ["updated_at", "2018-10-11 16:40:15.995322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.996904"], ["updated_at", "2018-10-11 16:40:15.996904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:15.998508"], ["updated_at", "2018-10-11 16:40:15.998508"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.000277"], ["updated_at", "2018-10-11 16:40:16.000277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.001996"], ["updated_at", "2018-10-11 16:40:16.001996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.003554"], ["updated_at", "2018-10-11 16:40:16.003554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.005189"], ["updated_at", "2018-10-11 16:40:16.005189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.006975"], ["updated_at", "2018-10-11 16:40:16.006975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.008668"], ["updated_at", "2018-10-11 16:40:16.008668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.010308"], ["updated_at", "2018-10-11 16:40:16.010308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.011875"], ["updated_at", "2018-10-11 16:40:16.011875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.013505"], ["updated_at", "2018-10-11 16:40:16.013505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.015075"], ["updated_at", "2018-10-11 16:40:16.015075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.016802"], ["updated_at", "2018-10-11 16:40:16.016802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.018505"], ["updated_at", "2018-10-11 16:40:16.018505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.020188"], ["updated_at", "2018-10-11 16:40:16.020188"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.022038"], ["updated_at", "2018-10-11 16:40:16.022038"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.024809"], ["updated_at", "2018-10-11 16:40:16.024809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.026895"], ["updated_at", "2018-10-11 16:40:16.026895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.028579"], ["updated_at", "2018-10-11 16:40:16.028579"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.030199"], ["updated_at", "2018-10-11 16:40:16.030199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.032098"], ["updated_at", "2018-10-11 16:40:16.032098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.033869"], ["updated_at", "2018-10-11 16:40:16.033869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.036766"], ["updated_at", "2018-10-11 16:40:16.036766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.038410"], ["updated_at", "2018-10-11 16:40:16.038410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.040170"], ["updated_at", "2018-10-11 16:40:16.040170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.042030"], ["updated_at", "2018-10-11 16:40:16.042030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.044877"], ["updated_at", "2018-10-11 16:40:16.044877"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.047480"], ["updated_at", "2018-10-11 16:40:16.047480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.052056"], ["updated_at", "2018-10-11 16:40:16.052056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.053699"], ["updated_at", "2018-10-11 16:40:16.053699"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.055265"], ["updated_at", "2018-10-11 16:40:16.055265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.057002"], ["updated_at", "2018-10-11 16:40:16.057002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.058800"], ["updated_at", "2018-10-11 16:40:16.058800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.060504"], ["updated_at", "2018-10-11 16:40:16.060504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.062133"], ["updated_at", "2018-10-11 16:40:16.062133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.063749"], ["updated_at", "2018-10-11 16:40:16.063749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.065404"], ["updated_at", "2018-10-11 16:40:16.065404"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.067176"], ["updated_at", "2018-10-11 16:40:16.067176"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.069421"], ["updated_at", "2018-10-11 16:40:16.069421"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.072127"], ["updated_at", "2018-10-11 16:40:16.072127"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.074909"], ["updated_at", "2018-10-11 16:40:16.074909"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.077587"], ["updated_at", "2018-10-11 16:40:16.077587"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.080215"], ["updated_at", "2018-10-11 16:40:16.080215"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.082900"], ["updated_at", "2018-10-11 16:40:16.082900"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.085564"], ["updated_at", "2018-10-11 16:40:16.085564"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.088533"], ["updated_at", "2018-10-11 16:40:16.088533"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.091394"], ["updated_at", "2018-10-11 16:40:16.091394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.093481"], ["updated_at", "2018-10-11 16:40:16.093481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.095168"], ["updated_at", "2018-10-11 16:40:16.095168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.096941"], ["updated_at", "2018-10-11 16:40:16.096941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.098644"], ["updated_at", "2018-10-11 16:40:16.098644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.100449"], ["updated_at", "2018-10-11 16:40:16.100449"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.103407"], ["updated_at", "2018-10-11 16:40:16.103407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.105052"], ["updated_at", "2018-10-11 16:40:16.105052"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.106806"], ["updated_at", "2018-10-11 16:40:16.106806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.108625"], ["updated_at", "2018-10-11 16:40:16.108625"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.110191"], ["updated_at", "2018-10-11 16:40:16.110191"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.112718"], ["updated_at", "2018-10-11 16:40:16.112718"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.116590"], ["updated_at", "2018-10-11 16:40:16.116590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.119053"], ["updated_at", "2018-10-11 16:40:16.119053"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.120613"], ["updated_at", "2018-10-11 16:40:16.120613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.122281"], ["updated_at", "2018-10-11 16:40:16.122281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.124078"], ["updated_at", "2018-10-11 16:40:16.124078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.125792"], ["updated_at", "2018-10-11 16:40:16.125792"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.127398"], ["updated_at", "2018-10-11 16:40:16.127398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.129411"], ["updated_at", "2018-10-11 16:40:16.129411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.131155"], ["updated_at", "2018-10-11 16:40:16.131155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.132798"], ["updated_at", "2018-10-11 16:40:16.132798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.134436"], ["updated_at", "2018-10-11 16:40:16.134436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.136037"], ["updated_at", "2018-10-11 16:40:16.136037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.137755"], ["updated_at", "2018-10-11 16:40:16.137755"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.139343"], ["updated_at", "2018-10-11 16:40:16.139343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.141097"], ["updated_at", "2018-10-11 16:40:16.141097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.142731"], ["updated_at", "2018-10-11 16:40:16.142731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.144302"], ["updated_at", "2018-10-11 16:40:16.144302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.145953"], ["updated_at", "2018-10-11 16:40:16.145953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.147578"], ["updated_at", "2018-10-11 16:40:16.147578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.149298"], ["updated_at", "2018-10-11 16:40:16.149298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.150963"], ["updated_at", "2018-10-11 16:40:16.150963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.152565"], ["updated_at", "2018-10-11 16:40:16.152565"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.154282"], ["updated_at", "2018-10-11 16:40:16.154282"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.156994"], ["updated_at", "2018-10-11 16:40:16.156994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.159212"], ["updated_at", "2018-10-11 16:40:16.159212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.160924"], ["updated_at", "2018-10-11 16:40:16.160924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.162455"], ["updated_at", "2018-10-11 16:40:16.162455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.164121"], ["updated_at", "2018-10-11 16:40:16.164121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.165698"], ["updated_at", "2018-10-11 16:40:16.165698"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.168770"], ["updated_at", "2018-10-11 16:40:16.168770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.170579"], ["updated_at", "2018-10-11 16:40:16.170579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.172181"], ["updated_at", "2018-10-11 16:40:16.172181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.173888"], ["updated_at", "2018-10-11 16:40:16.173888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.175569"], ["updated_at", "2018-10-11 16:40:16.175569"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.177188"], ["updated_at", "2018-10-11 16:40:16.177188"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.179892"], ["updated_at", "2018-10-11 16:40:16.179892"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.184370"], ["updated_at", "2018-10-11 16:40:16.184370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.186160"], ["updated_at", "2018-10-11 16:40:16.186160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.187723"], ["updated_at", "2018-10-11 16:40:16.187723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.189372"], ["updated_at", "2018-10-11 16:40:16.189372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.191053"], ["updated_at", "2018-10-11 16:40:16.191053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.192678"], ["updated_at", "2018-10-11 16:40:16.192678"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.194566"], ["updated_at", "2018-10-11 16:40:16.194566"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.197228"], ["updated_at", "2018-10-11 16:40:16.197228"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.199886"], ["updated_at", "2018-10-11 16:40:16.199886"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.202516"], ["updated_at", "2018-10-11 16:40:16.202516"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.205244"], ["updated_at", "2018-10-11 16:40:16.205244"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.208010"], ["updated_at", "2018-10-11 16:40:16.208010"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.210635"], ["updated_at", "2018-10-11 16:40:16.210635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.213192"], ["updated_at", "2018-10-11 16:40:16.213192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.214739"], ["updated_at", "2018-10-11 16:40:16.214739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.216382"], ["updated_at", "2018-10-11 16:40:16.216382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.218056"], ["updated_at", "2018-10-11 16:40:16.218056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.219599"], ["updated_at", "2018-10-11 16:40:16.219599"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.221310"], ["updated_at", "2018-10-11 16:40:16.221310"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.224121"], ["updated_at", "2018-10-11 16:40:16.224121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.226386"], ["updated_at", "2018-10-11 16:40:16.226386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.228061"], ["updated_at", "2018-10-11 16:40:16.228061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.229624"], ["updated_at", "2018-10-11 16:40:16.229624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.231306"], ["updated_at", "2018-10-11 16:40:16.231306"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.233000"], ["updated_at", "2018-10-11 16:40:16.233000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.235979"], ["updated_at", "2018-10-11 16:40:16.235979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.237706"], ["updated_at", "2018-10-11 16:40:16.237706"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.239422"], ["updated_at", "2018-10-11 16:40:16.239422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.241216"], ["updated_at", "2018-10-11 16:40:16.241216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.242819"], ["updated_at", "2018-10-11 16:40:16.242819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.244437"], ["updated_at", "2018-10-11 16:40:16.244437"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.247316"], ["updated_at", "2018-10-11 16:40:16.247316"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.251736"], ["updated_at", "2018-10-11 16:40:16.251736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.253427"], ["updated_at", "2018-10-11 16:40:16.253427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.254982"], ["updated_at", "2018-10-11 16:40:16.254982"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.256638"], ["updated_at", "2018-10-11 16:40:16.256638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.258320"], ["updated_at", "2018-10-11 16:40:16.258320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.259926"], ["updated_at", "2018-10-11 16:40:16.259926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.261489"], ["updated_at", "2018-10-11 16:40:16.261489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.263285"], ["updated_at", "2018-10-11 16:40:16.263285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.264938"], ["updated_at", "2018-10-11 16:40:16.264938"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.266714"], ["updated_at", "2018-10-11 16:40:16.266714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.268460"], ["updated_at", "2018-10-11 16:40:16.268460"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.270010"], ["updated_at", "2018-10-11 16:40:16.270010"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.271686"], ["updated_at", "2018-10-11 16:40:16.271686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.273410"], ["updated_at", "2018-10-11 16:40:16.273410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.275216"], ["updated_at", "2018-10-11 16:40:16.275216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.276888"], ["updated_at", "2018-10-11 16:40:16.276888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.278505"], ["updated_at", "2018-10-11 16:40:16.278505"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.280126"], ["updated_at", "2018-10-11 16:40:16.280126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.281851"], ["updated_at", "2018-10-11 16:40:16.281851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.283522"], ["updated_at", "2018-10-11 16:40:16.283522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.285248"], ["updated_at", "2018-10-11 16:40:16.285248"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.286947"], ["updated_at", "2018-10-11 16:40:16.286947"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.289196"], ["updated_at", "2018-10-11 16:40:16.289196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.292236"], ["updated_at", "2018-10-11 16:40:16.292236"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.293998"], ["updated_at", "2018-10-11 16:40:16.293998"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.295619"], ["updated_at", "2018-10-11 16:40:16.295619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.297222"], ["updated_at", "2018-10-11 16:40:16.297222"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.298831"], ["updated_at", "2018-10-11 16:40:16.298831"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.300762"], ["updated_at", "2018-10-11 16:40:16.300762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.303678"], ["updated_at", "2018-10-11 16:40:16.303678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.305283"], ["updated_at", "2018-10-11 16:40:16.305283"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.306980"], ["updated_at", "2018-10-11 16:40:16.306980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.308688"], ["updated_at", "2018-10-11 16:40:16.308688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.310359"], ["updated_at", "2018-10-11 16:40:16.310359"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.311977"], ["updated_at", "2018-10-11 16:40:16.311977"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.314920"], ["updated_at", "2018-10-11 16:40:16.314920"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.319808"], ["updated_at", "2018-10-11 16:40:16.319808"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.322579"], ["updated_at", "2018-10-11 16:40:16.322579"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.325374"], ["updated_at", "2018-10-11 16:40:16.325374"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.327995"], ["updated_at", "2018-10-11 16:40:16.327995"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.330773"], ["updated_at", "2018-10-11 16:40:16.330773"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.333716"], ["updated_at", "2018-10-11 16:40:16.333716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.336344"], ["updated_at", "2018-10-11 16:40:16.336344"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.338058"], ["updated_at", "2018-10-11 16:40:16.338058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.339751"], ["updated_at", "2018-10-11 16:40:16.339751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.341400"], ["updated_at", "2018-10-11 16:40:16.341400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.343045"], ["updated_at", "2018-10-11 16:40:16.343045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.344660"], ["updated_at", "2018-10-11 16:40:16.344660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.346272"], ["updated_at", "2018-10-11 16:40:16.346272"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.347833"], ["updated_at", "2018-10-11 16:40:16.347833"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.349429"], ["updated_at", "2018-10-11 16:40:16.349429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.351094"], ["updated_at", "2018-10-11 16:40:16.351094"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.352623"], ["updated_at", "2018-10-11 16:40:16.352623"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.354524"], ["updated_at", "2018-10-11 16:40:16.354524"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.357295"], ["updated_at", "2018-10-11 16:40:16.357295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.359543"], ["updated_at", "2018-10-11 16:40:16.359543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.361205"], ["updated_at", "2018-10-11 16:40:16.361205"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.362857"], ["updated_at", "2018-10-11 16:40:16.362857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.364425"], ["updated_at", "2018-10-11 16:40:16.364425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.366066"], ["updated_at", "2018-10-11 16:40:16.366066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.369003"], ["updated_at", "2018-10-11 16:40:16.369003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.370548"], ["updated_at", "2018-10-11 16:40:16.370548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.372256"], ["updated_at", "2018-10-11 16:40:16.372256"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.374030"], ["updated_at", "2018-10-11 16:40:16.374030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.375768"], ["updated_at", "2018-10-11 16:40:16.375768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.377466"], ["updated_at", "2018-10-11 16:40:16.377466"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.379822"], ["updated_at", "2018-10-11 16:40:16.379822"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.383499"], ["updated_at", "2018-10-11 16:40:16.383499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.385983"], ["updated_at", "2018-10-11 16:40:16.385983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.387556"], ["updated_at", "2018-10-11 16:40:16.387556"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.389153"], ["updated_at", "2018-10-11 16:40:16.389153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.390853"], ["updated_at", "2018-10-11 16:40:16.390853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.392622"], ["updated_at", "2018-10-11 16:40:16.392622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.394175"], ["updated_at", "2018-10-11 16:40:16.394175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.395834"], ["updated_at", "2018-10-11 16:40:16.395834"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.397419"], ["updated_at", "2018-10-11 16:40:16.397419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.399339"], ["updated_at", "2018-10-11 16:40:16.399339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.401196"], ["updated_at", "2018-10-11 16:40:16.401196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.402919"], ["updated_at", "2018-10-11 16:40:16.402919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.404507"], ["updated_at", "2018-10-11 16:40:16.404507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.406179"], ["updated_at", "2018-10-11 16:40:16.406179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.407972"], ["updated_at", "2018-10-11 16:40:16.407972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.409607"], ["updated_at", "2018-10-11 16:40:16.409607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.411193"], ["updated_at", "2018-10-11 16:40:16.411193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.412787"], ["updated_at", "2018-10-11 16:40:16.412787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.414403"], ["updated_at", "2018-10-11 16:40:16.414403"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.416044"], ["updated_at", "2018-10-11 16:40:16.416044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.417786"], ["updated_at", "2018-10-11 16:40:16.417786"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.419363"], ["updated_at", "2018-10-11 16:40:16.419363"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.421023"], ["updated_at", "2018-10-11 16:40:16.421023"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.423231"], ["updated_at", "2018-10-11 16:40:16.423231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.426232"], ["updated_at", "2018-10-11 16:40:16.426232"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.427972"], ["updated_at", "2018-10-11 16:40:16.427972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.429604"], ["updated_at", "2018-10-11 16:40:16.429604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.431209"], ["updated_at", "2018-10-11 16:40:16.431209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.432939"], ["updated_at", "2018-10-11 16:40:16.432939"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.434559"], ["updated_at", "2018-10-11 16:40:16.434559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.437416"], ["updated_at", "2018-10-11 16:40:16.437416"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.439088"], ["updated_at", "2018-10-11 16:40:16.439088"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.440872"], ["updated_at", "2018-10-11 16:40:16.440872"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.443091"], ["updated_at", "2018-10-11 16:40:16.443091"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.445604"], ["updated_at", "2018-10-11 16:40:16.445604"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.449969"], ["updated_at", "2018-10-11 16:40:16.449969"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.453875"], ["updated_at", "2018-10-11 16:40:16.453875"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.456616"], ["updated_at", "2018-10-11 16:40:16.456616"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.459498"], ["updated_at", "2018-10-11 16:40:16.459498"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.462183"], ["updated_at", "2018-10-11 16:40:16.462183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.464583"], ["updated_at", "2018-10-11 16:40:16.464583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.466346"], ["updated_at", "2018-10-11 16:40:16.466346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.468156"], ["updated_at", "2018-10-11 16:40:16.468156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.469840"], ["updated_at", "2018-10-11 16:40:16.469840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.471509"], ["updated_at", "2018-10-11 16:40:16.471509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.473211"], ["updated_at", "2018-10-11 16:40:16.473211"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.474898"], ["updated_at", "2018-10-11 16:40:16.474898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.476595"], ["updated_at", "2018-10-11 16:40:16.476595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.478185"], ["updated_at", "2018-10-11 16:40:16.478185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.479794"], ["updated_at", "2018-10-11 16:40:16.479794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.481357"], ["updated_at", "2018-10-11 16:40:16.481357"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.483044"], ["updated_at", "2018-10-11 16:40:16.483044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.484956"], ["updated_at", "2018-10-11 16:40:16.484956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.486540"], ["updated_at", "2018-10-11 16:40:16.486540"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.488281"], ["updated_at", "2018-10-11 16:40:16.488281"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.490886"], ["updated_at", "2018-10-11 16:40:16.490886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.493398"], ["updated_at", "2018-10-11 16:40:16.493398"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.495111"], ["updated_at", "2018-10-11 16:40:16.495111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.496764"], ["updated_at", "2018-10-11 16:40:16.496764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.498369"], ["updated_at", "2018-10-11 16:40:16.498369"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.500060"], ["updated_at", "2018-10-11 16:40:16.500060"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.503345"], ["updated_at", "2018-10-11 16:40:16.503345"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.505159"], ["updated_at", "2018-10-11 16:40:16.505159"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.506978"], ["updated_at", "2018-10-11 16:40:16.506978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.508763"], ["updated_at", "2018-10-11 16:40:16.508763"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.511451"], ["updated_at", "2018-10-11 16:40:16.511451"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.513928"], ["updated_at", "2018-10-11 16:40:16.513928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.517604"], ["updated_at", "2018-10-11 16:40:16.517604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.520053"], ["updated_at", "2018-10-11 16:40:16.520053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.521628"], ["updated_at", "2018-10-11 16:40:16.521628"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.523303"], ["updated_at", "2018-10-11 16:40:16.523303"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.525069"], ["updated_at", "2018-10-11 16:40:16.525069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.526707"], ["updated_at", "2018-10-11 16:40:16.526707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.528258"], ["updated_at", "2018-10-11 16:40:16.528258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.529810"], ["updated_at", "2018-10-11 16:40:16.529810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.531404"], ["updated_at", "2018-10-11 16:40:16.531404"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.533044"], ["updated_at", "2018-10-11 16:40:16.533044"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.534856"], ["updated_at", "2018-10-11 16:40:16.534856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.536569"], ["updated_at", "2018-10-11 16:40:16.536569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.538099"], ["updated_at", "2018-10-11 16:40:16.538099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.539732"], ["updated_at", "2018-10-11 16:40:16.539732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.541465"], ["updated_at", "2018-10-11 16:40:16.541465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.543077"], ["updated_at", "2018-10-11 16:40:16.543077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.544652"], ["updated_at", "2018-10-11 16:40:16.544652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.546362"], ["updated_at", "2018-10-11 16:40:16.546362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.548027"], ["updated_at", "2018-10-11 16:40:16.548027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.549620"], ["updated_at", "2018-10-11 16:40:16.549620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.551263"], ["updated_at", "2018-10-11 16:40:16.551263"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.552854"], ["updated_at", "2018-10-11 16:40:16.552854"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.554478"], ["updated_at", "2018-10-11 16:40:16.554478"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.556925"], ["updated_at", "2018-10-11 16:40:16.556925"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.559055"], ["updated_at", "2018-10-11 16:40:16.559055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.560622"], ["updated_at", "2018-10-11 16:40:16.560622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.562155"], ["updated_at", "2018-10-11 16:40:16.562155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.563704"], ["updated_at", "2018-10-11 16:40:16.563704"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.565284"], ["updated_at", "2018-10-11 16:40:16.565284"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.569550"], ["updated_at", "2018-10-11 16:40:16.569550"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.572828"], ["updated_at", "2018-10-11 16:40:16.572828"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.576414"], ["updated_at", "2018-10-11 16:40:16.576414"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.579412"], ["updated_at", "2018-10-11 16:40:16.579412"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.585213"], ["updated_at", "2018-10-11 16:40:16.585213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.588632"], ["updated_at", "2018-10-11 16:40:16.588632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.591031"], ["updated_at", "2018-10-11 16:40:16.591031"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.592769"], ["updated_at", "2018-10-11 16:40:16.592769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.594440"], ["updated_at", "2018-10-11 16:40:16.594440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.596029"], ["updated_at", "2018-10-11 16:40:16.596029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.597644"], ["updated_at", "2018-10-11 16:40:16.597644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.599244"], ["updated_at", "2018-10-11 16:40:16.599244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.601024"], ["updated_at", "2018-10-11 16:40:16.601024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.602611"], ["updated_at", "2018-10-11 16:40:16.602611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.604215"], ["updated_at", "2018-10-11 16:40:16.604215"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.605860"], ["updated_at", "2018-10-11 16:40:16.605860"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.607717"], ["updated_at", "2018-10-11 16:40:16.607717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.609416"], ["updated_at", "2018-10-11 16:40:16.609416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.611021"], ["updated_at", "2018-10-11 16:40:16.611021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.612642"], ["updated_at", "2018-10-11 16:40:16.612642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.614210"], ["updated_at", "2018-10-11 16:40:16.614210"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.615866"], ["updated_at", "2018-10-11 16:40:16.615866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.617528"], ["updated_at", "2018-10-11 16:40:16.617528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.619108"], ["updated_at", "2018-10-11 16:40:16.619108"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.620844"], ["updated_at", "2018-10-11 16:40:16.620844"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.624055"], ["updated_at", "2018-10-11 16:40:16.624055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.626122"], ["updated_at", "2018-10-11 16:40:16.626122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.627803"], ["updated_at", "2018-10-11 16:40:16.627803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.629415"], ["updated_at", "2018-10-11 16:40:16.629415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.630935"], ["updated_at", "2018-10-11 16:40:16.630935"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.632490"], ["updated_at", "2018-10-11 16:40:16.632490"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.634493"], ["updated_at", "2018-10-11 16:40:16.634493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.637432"], ["updated_at", "2018-10-11 16:40:16.637432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.639075"], ["updated_at", "2018-10-11 16:40:16.639075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.640748"], ["updated_at", "2018-10-11 16:40:16.640748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.642402"], ["updated_at", "2018-10-11 16:40:16.642402"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.643978"], ["updated_at", "2018-10-11 16:40:16.643978"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.646618"], ["updated_at", "2018-10-11 16:40:16.646618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.651180"], ["updated_at", "2018-10-11 16:40:16.651180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.652991"], ["updated_at", "2018-10-11 16:40:16.652991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.654499"], ["updated_at", "2018-10-11 16:40:16.654499"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.656733"], ["updated_at", "2018-10-11 16:40:16.656733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.658482"], ["updated_at", "2018-10-11 16:40:16.658482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.660118"], ["updated_at", "2018-10-11 16:40:16.660118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.661749"], ["updated_at", "2018-10-11 16:40:16.661749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.663293"], ["updated_at", "2018-10-11 16:40:16.663293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.664881"], ["updated_at", "2018-10-11 16:40:16.664881"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.666495"], ["updated_at", "2018-10-11 16:40:16.666495"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.668240"], ["updated_at", "2018-10-11 16:40:16.668240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.669947"], ["updated_at", "2018-10-11 16:40:16.669947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.671507"], ["updated_at", "2018-10-11 16:40:16.671507"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.673130"], ["updated_at", "2018-10-11 16:40:16.673130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.675137"], ["updated_at", "2018-10-11 16:40:16.675137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.676770"], ["updated_at", "2018-10-11 16:40:16.676770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.678394"], ["updated_at", "2018-10-11 16:40:16.678394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.679951"], ["updated_at", "2018-10-11 16:40:16.679951"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.681694"], ["updated_at", "2018-10-11 16:40:16.681694"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.683447"], ["updated_at", "2018-10-11 16:40:16.683447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.685155"], ["updated_at", "2018-10-11 16:40:16.685155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.686734"], ["updated_at", "2018-10-11 16:40:16.686734"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.690429"], ["updated_at", "2018-10-11 16:40:16.690429"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.693181"], ["updated_at", "2018-10-11 16:40:16.693181"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.695515"], ["updated_at", "2018-10-11 16:40:16.695515"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.697712"], ["updated_at", "2018-10-11 16:40:16.697712"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.699901"], ["updated_at", "2018-10-11 16:40:16.699901"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.702149"], ["updated_at", "2018-10-11 16:40:16.702149"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.704207"], ["updated_at", "2018-10-11 16:40:16.704207"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.708120"], ["updated_at", "2018-10-11 16:40:16.708120"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.711700"], ["updated_at", "2018-10-11 16:40:16.711700"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.715615"], ["updated_at", "2018-10-11 16:40:16.715615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.718890"], ["updated_at", "2018-10-11 16:40:16.718890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.720549"], ["updated_at", "2018-10-11 16:40:16.720549"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.722140"], ["updated_at", "2018-10-11 16:40:16.722140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.723823"], ["updated_at", "2018-10-11 16:40:16.723823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.725487"], ["updated_at", "2018-10-11 16:40:16.725487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.727163"], ["updated_at", "2018-10-11 16:40:16.727163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.728760"], ["updated_at", "2018-10-11 16:40:16.728760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.730325"], ["updated_at", "2018-10-11 16:40:16.730325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.731920"], ["updated_at", "2018-10-11 16:40:16.731920"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.733590"], ["updated_at", "2018-10-11 16:40:16.733590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.735200"], ["updated_at", "2018-10-11 16:40:16.735200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.736816"], ["updated_at", "2018-10-11 16:40:16.736816"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.738390"], ["updated_at", "2018-10-11 16:40:16.738390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.740293"], ["updated_at", "2018-10-11 16:40:16.740293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.741957"], ["updated_at", "2018-10-11 16:40:16.741957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.743586"], ["updated_at", "2018-10-11 16:40:16.743586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.745196"], ["updated_at", "2018-10-11 16:40:16.745196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.746732"], ["updated_at", "2018-10-11 16:40:16.746732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.748327"], ["updated_at", "2018-10-11 16:40:16.748327"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.749953"], ["updated_at", "2018-10-11 16:40:16.749953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.751671"], ["updated_at", "2018-10-11 16:40:16.751671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.753264"], ["updated_at", "2018-10-11 16:40:16.753264"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.754992"], ["updated_at", "2018-10-11 16:40:16.754992"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.757408"], ["updated_at", "2018-10-11 16:40:16.757408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.759440"], ["updated_at", "2018-10-11 16:40:16.759440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.761058"], ["updated_at", "2018-10-11 16:40:16.761058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.762602"], ["updated_at", "2018-10-11 16:40:16.762602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.764206"], ["updated_at", "2018-10-11 16:40:16.764206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.765776"], ["updated_at", "2018-10-11 16:40:16.765776"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.767375"], ["updated_at", "2018-10-11 16:40:16.767375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.770244"], ["updated_at", "2018-10-11 16:40:16.770244"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.771836"], ["updated_at", "2018-10-11 16:40:16.771836"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.773619"], ["updated_at", "2018-10-11 16:40:16.773619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.775434"], ["updated_at", "2018-10-11 16:40:16.775434"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.777117"], ["updated_at", "2018-10-11 16:40:16.777117"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.779748"], ["updated_at", "2018-10-11 16:40:16.779748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.785284"], ["updated_at", "2018-10-11 16:40:16.785284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.787001"], ["updated_at", "2018-10-11 16:40:16.787001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.788563"], ["updated_at", "2018-10-11 16:40:16.788563"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.790235"], ["updated_at", "2018-10-11 16:40:16.790235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.792400"], ["updated_at", "2018-10-11 16:40:16.792400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.793988"], ["updated_at", "2018-10-11 16:40:16.793988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.795675"], ["updated_at", "2018-10-11 16:40:16.795675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.797336"], ["updated_at", "2018-10-11 16:40:16.797336"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.799056"], ["updated_at", "2018-10-11 16:40:16.799056"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.801312"], ["updated_at", "2018-10-11 16:40:16.801312"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.803061"], ["updated_at", "2018-10-11 16:40:16.803061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.804829"], ["updated_at", "2018-10-11 16:40:16.804829"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.806702"], ["updated_at", "2018-10-11 16:40:16.806702"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.808525"], ["updated_at", "2018-10-11 16:40:16.808525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.810455"], ["updated_at", "2018-10-11 16:40:16.810455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.812113"], ["updated_at", "2018-10-11 16:40:16.812113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.813667"], ["updated_at", "2018-10-11 16:40:16.813667"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.815645"], ["updated_at", "2018-10-11 16:40:16.815645"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.819581"], ["updated_at", "2018-10-11 16:40:16.819581"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.825384"], ["updated_at", "2018-10-11 16:40:16.825384"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.827508"], ["updated_at", "2018-10-11 16:40:16.827508"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.830047"], ["updated_at", "2018-10-11 16:40:16.830047"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.832292"], ["updated_at", "2018-10-11 16:40:16.832292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.834525"], ["updated_at", "2018-10-11 16:40:16.834525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.835973"], ["updated_at", "2018-10-11 16:40:16.835973"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.838788"], ["updated_at", "2018-10-11 16:40:16.838788"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.840886"], ["updated_at", "2018-10-11 16:40:16.840886"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.842771"], ["updated_at", "2018-10-11 16:40:16.842771"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.844495"], ["updated_at", "2018-10-11 16:40:16.844495"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.847086"], ["updated_at", "2018-10-11 16:40:16.847086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.850999"], ["updated_at", "2018-10-11 16:40:16.850999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.853125"], ["updated_at", "2018-10-11 16:40:16.853125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.854722"], ["updated_at", "2018-10-11 16:40:16.854722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.856374"], ["updated_at", "2018-10-11 16:40:16.856374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.858258"], ["updated_at", "2018-10-11 16:40:16.858258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.859947"], ["updated_at", "2018-10-11 16:40:16.859947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.861611"], ["updated_at", "2018-10-11 16:40:16.861611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.863238"], ["updated_at", "2018-10-11 16:40:16.863238"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.864964"], ["updated_at", "2018-10-11 16:40:16.864964"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.866689"], ["updated_at", "2018-10-11 16:40:16.866689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.868545"], ["updated_at", "2018-10-11 16:40:16.868545"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.870227"], ["updated_at", "2018-10-11 16:40:16.870227"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.871971"], ["updated_at", "2018-10-11 16:40:16.871971"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.873723"], ["updated_at", "2018-10-11 16:40:16.873723"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.875551"], ["updated_at", "2018-10-11 16:40:16.875551"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.877208"], ["updated_at", "2018-10-11 16:40:16.877208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.879056"], ["updated_at", "2018-10-11 16:40:16.879056"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.880926"], ["updated_at", "2018-10-11 16:40:16.880926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.882818"], ["updated_at", "2018-10-11 16:40:16.882818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.884540"], ["updated_at", "2018-10-11 16:40:16.884540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.886164"], ["updated_at", "2018-10-11 16:40:16.886164"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.887928"], ["updated_at", "2018-10-11 16:40:16.887928"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.890894"], ["updated_at", "2018-10-11 16:40:16.890894"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.893052"], ["updated_at", "2018-10-11 16:40:16.893052"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.894780"], ["updated_at", "2018-10-11 16:40:16.894780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.896421"], ["updated_at", "2018-10-11 16:40:16.896421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.897998"], ["updated_at", "2018-10-11 16:40:16.897998"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.899680"], ["updated_at", "2018-10-11 16:40:16.899680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.903775"], ["updated_at", "2018-10-11 16:40:16.903775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.905483"], ["updated_at", "2018-10-11 16:40:16.905483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.907190"], ["updated_at", "2018-10-11 16:40:16.907190"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.908919"], ["updated_at", "2018-10-11 16:40:16.908919"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.910520"], ["updated_at", "2018-10-11 16:40:16.910520"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.915035"], ["updated_at", "2018-10-11 16:40:16.915035"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.919098"], ["updated_at", "2018-10-11 16:40:16.919098"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.921016"], ["updated_at", "2018-10-11 16:40:16.921016"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.923639"], ["updated_at", "2018-10-11 16:40:16.923639"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.925542"], ["updated_at", "2018-10-11 16:40:16.925542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.927466"], ["updated_at", "2018-10-11 16:40:16.927466"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.929223"], ["updated_at", "2018-10-11 16:40:16.929223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.930870"], ["updated_at", "2018-10-11 16:40:16.930870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.932506"], ["updated_at", "2018-10-11 16:40:16.932506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.934262"], ["updated_at", "2018-10-11 16:40:16.934262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.935956"], ["updated_at", "2018-10-11 16:40:16.935956"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.938192"], ["updated_at", "2018-10-11 16:40:16.938192"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.941869"], ["updated_at", "2018-10-11 16:40:16.941869"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.945203"], ["updated_at", "2018-10-11 16:40:16.945203"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.948730"], ["updated_at", "2018-10-11 16:40:16.948730"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.952591"], ["updated_at", "2018-10-11 16:40:16.952591"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.956006"], ["updated_at", "2018-10-11 16:40:16.956006"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.958606"], ["updated_at", "2018-10-11 16:40:16.958606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.960375"], ["updated_at", "2018-10-11 16:40:16.960375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.961959"], ["updated_at", "2018-10-11 16:40:16.961959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.963509"], ["updated_at", "2018-10-11 16:40:16.963509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.965150"], ["updated_at", "2018-10-11 16:40:16.965150"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.966928"], ["updated_at", "2018-10-11 16:40:16.966928"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.969958"], ["updated_at", "2018-10-11 16:40:16.969958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.971625"], ["updated_at", "2018-10-11 16:40:16.971625"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.973307"], ["updated_at", "2018-10-11 16:40:16.973307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.975083"], ["updated_at", "2018-10-11 16:40:16.975083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.976736"], ["updated_at", "2018-10-11 16:40:16.976736"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.978538"], ["updated_at", "2018-10-11 16:40:16.978538"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.982617"], ["updated_at", "2018-10-11 16:40:16.982617"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.985627"], ["updated_at", "2018-10-11 16:40:16.985627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.987272"], ["updated_at", "2018-10-11 16:40:16.987272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.988976"], ["updated_at", "2018-10-11 16:40:16.988976"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.991839"], ["updated_at", "2018-10-11 16:40:16.991839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.993762"], ["updated_at", "2018-10-11 16:40:16.993762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.995449"], ["updated_at", "2018-10-11 16:40:16.995449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.997014"], ["updated_at", "2018-10-11 16:40:16.997014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:16.998639"], ["updated_at", "2018-10-11 16:40:16.998639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.000312"], ["updated_at", "2018-10-11 16:40:17.000312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.001941"], ["updated_at", "2018-10-11 16:40:17.001941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.003865"], ["updated_at", "2018-10-11 16:40:17.003865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.005735"], ["updated_at", "2018-10-11 16:40:17.005735"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.007444"], ["updated_at", "2018-10-11 16:40:17.007444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.009116"], ["updated_at", "2018-10-11 16:40:17.009116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.010709"], ["updated_at", "2018-10-11 16:40:17.010709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.012286"], ["updated_at", "2018-10-11 16:40:17.012286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.013884"], ["updated_at", "2018-10-11 16:40:17.013884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.015566"], ["updated_at", "2018-10-11 16:40:17.015566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.017254"], ["updated_at", "2018-10-11 16:40:17.017254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.018884"], ["updated_at", "2018-10-11 16:40:17.018884"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.020433"], ["updated_at", "2018-10-11 16:40:17.020433"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.022204"], ["updated_at", "2018-10-11 16:40:17.022204"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.024876"], ["updated_at", "2018-10-11 16:40:17.024876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.026833"], ["updated_at", "2018-10-11 16:40:17.026833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.028427"], ["updated_at", "2018-10-11 16:40:17.028427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.029961"], ["updated_at", "2018-10-11 16:40:17.029961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.031625"], ["updated_at", "2018-10-11 16:40:17.031625"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.033233"], ["updated_at", "2018-10-11 16:40:17.033233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.037029"], ["updated_at", "2018-10-11 16:40:17.037029"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.038631"], ["updated_at", "2018-10-11 16:40:17.038631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.040332"], ["updated_at", "2018-10-11 16:40:17.040332"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.042016"], ["updated_at", "2018-10-11 16:40:17.042016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.043643"], ["updated_at", "2018-10-11 16:40:17.043643"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.045195"], ["updated_at", "2018-10-11 16:40:17.045195"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.048354"], ["updated_at", "2018-10-11 16:40:17.048354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.052735"], ["updated_at", "2018-10-11 16:40:17.052735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.054467"], ["updated_at", "2018-10-11 16:40:17.054467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.056019"], ["updated_at", "2018-10-11 16:40:17.056019"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.057648"], ["updated_at", "2018-10-11 16:40:17.057648"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.059854"], ["updated_at", "2018-10-11 16:40:17.059854"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.063172"], ["updated_at", "2018-10-11 16:40:17.063172"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.066652"], ["updated_at", "2018-10-11 16:40:17.066652"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.070137"], ["updated_at", "2018-10-11 16:40:17.070137"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.073793"], ["updated_at", "2018-10-11 16:40:17.073793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.077385"], ["updated_at", "2018-10-11 16:40:17.077385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.079168"], ["updated_at", "2018-10-11 16:40:17.079168"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.080748"], ["updated_at", "2018-10-11 16:40:17.080748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.082512"], ["updated_at", "2018-10-11 16:40:17.082512"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.084221"], ["updated_at", "2018-10-11 16:40:17.084221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.085950"], ["updated_at", "2018-10-11 16:40:17.085950"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.088063"], ["updated_at", "2018-10-11 16:40:17.088063"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.090621"], ["updated_at", "2018-10-11 16:40:17.090621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.092657"], ["updated_at", "2018-10-11 16:40:17.092657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.094232"], ["updated_at", "2018-10-11 16:40:17.094232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.095790"], ["updated_at", "2018-10-11 16:40:17.095790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.097375"], ["updated_at", "2018-10-11 16:40:17.097375"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.098975"], ["updated_at", "2018-10-11 16:40:17.098975"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.102143"], ["updated_at", "2018-10-11 16:40:17.102143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.103932"], ["updated_at", "2018-10-11 16:40:17.103932"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.105499"], ["updated_at", "2018-10-11 16:40:17.105499"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.107130"], ["updated_at", "2018-10-11 16:40:17.107130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.108937"], ["updated_at", "2018-10-11 16:40:17.108937"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.110525"], ["updated_at", "2018-10-11 16:40:17.110525"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.112200"], ["updated_at", "2018-10-11 16:40:17.112200"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.114975"], ["updated_at", "2018-10-11 16:40:17.114975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.119200"], ["updated_at", "2018-10-11 16:40:17.119200"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.120955"], ["updated_at", "2018-10-11 16:40:17.120955"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.122833"], ["updated_at", "2018-10-11 16:40:17.122833"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.124487"], ["updated_at", "2018-10-11 16:40:17.124487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.126211"], ["updated_at", "2018-10-11 16:40:17.126211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.127782"], ["updated_at", "2018-10-11 16:40:17.127782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.129473"], ["updated_at", "2018-10-11 16:40:17.129473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.131006"], ["updated_at", "2018-10-11 16:40:17.131006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.132633"], ["updated_at", "2018-10-11 16:40:17.132633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.134439"], ["updated_at", "2018-10-11 16:40:17.134439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.136094"], ["updated_at", "2018-10-11 16:40:17.136094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.137652"], ["updated_at", "2018-10-11 16:40:17.137652"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.139248"], ["updated_at", "2018-10-11 16:40:17.139248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.141071"], ["updated_at", "2018-10-11 16:40:17.141071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.142775"], ["updated_at", "2018-10-11 16:40:17.142775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.144377"], ["updated_at", "2018-10-11 16:40:17.144377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.146021"], ["updated_at", "2018-10-11 16:40:17.146021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.147570"], ["updated_at", "2018-10-11 16:40:17.147570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.149219"], ["updated_at", "2018-10-11 16:40:17.149219"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.150863"], ["updated_at", "2018-10-11 16:40:17.150863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.152571"], ["updated_at", "2018-10-11 16:40:17.152571"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.154267"], ["updated_at", "2018-10-11 16:40:17.154267"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.156736"], ["updated_at", "2018-10-11 16:40:17.156736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.159146"], ["updated_at", "2018-10-11 16:40:17.159146"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.160884"], ["updated_at", "2018-10-11 16:40:17.160884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.162485"], ["updated_at", "2018-10-11 16:40:17.162485"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.164126"], ["updated_at", "2018-10-11 16:40:17.164126"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.165674"], ["updated_at", "2018-10-11 16:40:17.165674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.168670"], ["updated_at", "2018-10-11 16:40:17.168670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.170246"], ["updated_at", "2018-10-11 16:40:17.170246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.171878"], ["updated_at", "2018-10-11 16:40:17.171878"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.173592"], ["updated_at", "2018-10-11 16:40:17.173592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.175342"], ["updated_at", "2018-10-11 16:40:17.175342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.176954"], ["updated_at", "2018-10-11 16:40:17.176954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.178547"], ["updated_at", "2018-10-11 16:40:17.178547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.180130"], ["updated_at", "2018-10-11 16:40:17.180130"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.182089"], ["updated_at", "2018-10-11 16:40:17.182089"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.184671"], ["updated_at", "2018-10-11 16:40:17.184671"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.188995"], ["updated_at", "2018-10-11 16:40:17.188995"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.192966"], ["updated_at", "2018-10-11 16:40:17.192966"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.195577"], ["updated_at", "2018-10-11 16:40:17.195577"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.198184"], ["updated_at", "2018-10-11 16:40:17.198184"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.201028"], ["updated_at", "2018-10-11 16:40:17.201028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.203684"], ["updated_at", "2018-10-11 16:40:17.203684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.205495"], ["updated_at", "2018-10-11 16:40:17.205495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.207243"], ["updated_at", "2018-10-11 16:40:17.207243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.209023"], ["updated_at", "2018-10-11 16:40:17.209023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.210695"], ["updated_at", "2018-10-11 16:40:17.210695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.212287"], ["updated_at", "2018-10-11 16:40:17.212287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.213914"], ["updated_at", "2018-10-11 16:40:17.213914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.215531"], ["updated_at", "2018-10-11 16:40:17.215531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.217171"], ["updated_at", "2018-10-11 16:40:17.217171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.218845"], ["updated_at", "2018-10-11 16:40:17.218845"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.220390"], ["updated_at", "2018-10-11 16:40:17.220390"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.222284"], ["updated_at", "2018-10-11 16:40:17.222284"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.225240"], ["updated_at", "2018-10-11 16:40:17.225240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.227273"], ["updated_at", "2018-10-11 16:40:17.227273"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.228895"], ["updated_at", "2018-10-11 16:40:17.228895"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.230477"], ["updated_at", "2018-10-11 16:40:17.230477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.232073"], ["updated_at", "2018-10-11 16:40:17.232073"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.233823"], ["updated_at", "2018-10-11 16:40:17.233823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.236885"], ["updated_at", "2018-10-11 16:40:17.236885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.238579"], ["updated_at", "2018-10-11 16:40:17.238579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.240259"], ["updated_at", "2018-10-11 16:40:17.240259"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.242049"], ["updated_at", "2018-10-11 16:40:17.242049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.243850"], ["updated_at", "2018-10-11 16:40:17.243850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.245430"], ["updated_at", "2018-10-11 16:40:17.245430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.247656"], ["updated_at", "2018-10-11 16:40:17.247656"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.249270"], ["updated_at", "2018-10-11 16:40:17.249270"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.251104"], ["updated_at", "2018-10-11 16:40:17.251104"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.254536"], ["updated_at", "2018-10-11 16:40:17.254536"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.258126"], ["updated_at", "2018-10-11 16:40:17.258126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.259940"], ["updated_at", "2018-10-11 16:40:17.259940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.261587"], ["updated_at", "2018-10-11 16:40:17.261587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.263202"], ["updated_at", "2018-10-11 16:40:17.263202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.264795"], ["updated_at", "2018-10-11 16:40:17.264795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.266374"], ["updated_at", "2018-10-11 16:40:17.266374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.268075"], ["updated_at", "2018-10-11 16:40:17.268075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.269814"], ["updated_at", "2018-10-11 16:40:17.269814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.271340"], ["updated_at", "2018-10-11 16:40:17.271340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.272943"], ["updated_at", "2018-10-11 16:40:17.272943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.274662"], ["updated_at", "2018-10-11 16:40:17.274662"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.276427"], ["updated_at", "2018-10-11 16:40:17.276427"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.278130"], ["updated_at", "2018-10-11 16:40:17.278130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.279981"], ["updated_at", "2018-10-11 16:40:17.279981"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.281613"], ["updated_at", "2018-10-11 16:40:17.281613"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.283872"], ["updated_at", "2018-10-11 16:40:17.283872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.285658"], ["updated_at", "2018-10-11 16:40:17.285658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.287373"], ["updated_at", "2018-10-11 16:40:17.287373"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.289295"], ["updated_at", "2018-10-11 16:40:17.289295"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.292343"], ["updated_at", "2018-10-11 16:40:17.292343"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.294280"], ["updated_at", "2018-10-11 16:40:17.294280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.295871"], ["updated_at", "2018-10-11 16:40:17.295871"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.297569"], ["updated_at", "2018-10-11 16:40:17.297569"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.299098"], ["updated_at", "2018-10-11 16:40:17.299098"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.301116"], ["updated_at", "2018-10-11 16:40:17.301116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.304276"], ["updated_at", "2018-10-11 16:40:17.304276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.305865"], ["updated_at", "2018-10-11 16:40:17.305865"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.307467"], ["updated_at", "2018-10-11 16:40:17.307467"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.309782"], ["updated_at", "2018-10-11 16:40:17.309782"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.312483"], ["updated_at", "2018-10-11 16:40:17.312483"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.315012"], ["updated_at", "2018-10-11 16:40:17.315012"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.317700"], ["updated_at", "2018-10-11 16:40:17.317700"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.322310"], ["updated_at", "2018-10-11 16:40:17.322310"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.326268"], ["updated_at", "2018-10-11 16:40:17.326268"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.329118"], ["updated_at", "2018-10-11 16:40:17.329118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.331420"], ["updated_at", "2018-10-11 16:40:17.331420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.332948"], ["updated_at", "2018-10-11 16:40:17.332948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.334565"], ["updated_at", "2018-10-11 16:40:17.334565"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.336216"], ["updated_at", "2018-10-11 16:40:17.336216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.337987"], ["updated_at", "2018-10-11 16:40:17.337987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.339631"], ["updated_at", "2018-10-11 16:40:17.339631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.341439"], ["updated_at", "2018-10-11 16:40:17.341439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.343085"], ["updated_at", "2018-10-11 16:40:17.343085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.344814"], ["updated_at", "2018-10-11 16:40:17.344814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.346415"], ["updated_at", "2018-10-11 16:40:17.346415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.348002"], ["updated_at", "2018-10-11 16:40:17.348002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.349597"], ["updated_at", "2018-10-11 16:40:17.349597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.351233"], ["updated_at", "2018-10-11 16:40:17.351233"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.352808"], ["updated_at", "2018-10-11 16:40:17.352808"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.354649"], ["updated_at", "2018-10-11 16:40:17.354649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.357267"], ["updated_at", "2018-10-11 16:40:17.357267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.359310"], ["updated_at", "2018-10-11 16:40:17.359310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.361104"], ["updated_at", "2018-10-11 16:40:17.361104"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.362836"], ["updated_at", "2018-10-11 16:40:17.362836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.364916"], ["updated_at", "2018-10-11 16:40:17.364916"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.366616"], ["updated_at", "2018-10-11 16:40:17.366616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.369447"], ["updated_at", "2018-10-11 16:40:17.369447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.371112"], ["updated_at", "2018-10-11 16:40:17.371112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.372733"], ["updated_at", "2018-10-11 16:40:17.372733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.374362"], ["updated_at", "2018-10-11 16:40:17.374362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.375951"], ["updated_at", "2018-10-11 16:40:17.375951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.377637"], ["updated_at", "2018-10-11 16:40:17.377637"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.379306"], ["updated_at", "2018-10-11 16:40:17.379306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.380987"], ["updated_at", "2018-10-11 16:40:17.380987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.382628"], ["updated_at", "2018-10-11 16:40:17.382628"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.384705"], ["updated_at", "2018-10-11 16:40:17.384705"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.388967"], ["updated_at", "2018-10-11 16:40:17.388967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.391492"], ["updated_at", "2018-10-11 16:40:17.391492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.393195"], ["updated_at", "2018-10-11 16:40:17.393195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.394978"], ["updated_at", "2018-10-11 16:40:17.394978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.396655"], ["updated_at", "2018-10-11 16:40:17.396655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.398364"], ["updated_at", "2018-10-11 16:40:17.398364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.399969"], ["updated_at", "2018-10-11 16:40:17.399969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.401605"], ["updated_at", "2018-10-11 16:40:17.401605"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.403208"], ["updated_at", "2018-10-11 16:40:17.403208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.405449"], ["updated_at", "2018-10-11 16:40:17.405449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.407152"], ["updated_at", "2018-10-11 16:40:17.407152"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.408743"], ["updated_at", "2018-10-11 16:40:17.408743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.410390"], ["updated_at", "2018-10-11 16:40:17.410390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.412148"], ["updated_at", "2018-10-11 16:40:17.412148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.413821"], ["updated_at", "2018-10-11 16:40:17.413821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.415434"], ["updated_at", "2018-10-11 16:40:17.415434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.417028"], ["updated_at", "2018-10-11 16:40:17.417028"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.418640"], ["updated_at", "2018-10-11 16:40:17.418640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.420366"], ["updated_at", "2018-10-11 16:40:17.420366"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.422366"], ["updated_at", "2018-10-11 16:40:17.422366"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.425521"], ["updated_at", "2018-10-11 16:40:17.425521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.427500"], ["updated_at", "2018-10-11 16:40:17.427500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.429157"], ["updated_at", "2018-10-11 16:40:17.429157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.430713"], ["updated_at", "2018-10-11 16:40:17.430713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.432157"], ["updated_at", "2018-10-11 16:40:17.432157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.433571"], ["updated_at", "2018-10-11 16:40:17.433571"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.437097"], ["updated_at", "2018-10-11 16:40:17.437097"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.439768"], ["updated_at", "2018-10-11 16:40:17.439768"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.442265"], ["updated_at", "2018-10-11 16:40:17.442265"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.445001"], ["updated_at", "2018-10-11 16:40:17.445001"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.447986"], ["updated_at", "2018-10-11 16:40:17.447986"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.450699"], ["updated_at", "2018-10-11 16:40:17.450699"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.454478"], ["updated_at", "2018-10-11 16:40:17.454478"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.458739"], ["updated_at", "2018-10-11 16:40:17.458739"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.461747"], ["updated_at", "2018-10-11 16:40:17.461747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.463502"], ["updated_at", "2018-10-11 16:40:17.463502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.465158"], ["updated_at", "2018-10-11 16:40:17.465158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.466705"], ["updated_at", "2018-10-11 16:40:17.466705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.468285"], ["updated_at", "2018-10-11 16:40:17.468285"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.469875"], ["updated_at", "2018-10-11 16:40:17.469875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.471681"], ["updated_at", "2018-10-11 16:40:17.471681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.473266"], ["updated_at", "2018-10-11 16:40:17.473266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.474865"], ["updated_at", "2018-10-11 16:40:17.474865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.476439"], ["updated_at", "2018-10-11 16:40:17.476439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.478204"], ["updated_at", "2018-10-11 16:40:17.478204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.479965"], ["updated_at", "2018-10-11 16:40:17.479965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.481533"], ["updated_at", "2018-10-11 16:40:17.481533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.483279"], ["updated_at", "2018-10-11 16:40:17.483279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.484921"], ["updated_at", "2018-10-11 16:40:17.484921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.486563"], ["updated_at", "2018-10-11 16:40:17.486563"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.488694"], ["updated_at", "2018-10-11 16:40:17.488694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.491310"], ["updated_at", "2018-10-11 16:40:17.491310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.493129"], ["updated_at", "2018-10-11 16:40:17.493129"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.494912"], ["updated_at", "2018-10-11 16:40:17.494912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.496922"], ["updated_at", "2018-10-11 16:40:17.496922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.498487"], ["updated_at", "2018-10-11 16:40:17.498487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.500246"], ["updated_at", "2018-10-11 16:40:17.500246"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.503054"], ["updated_at", "2018-10-11 16:40:17.503054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.504800"], ["updated_at", "2018-10-11 16:40:17.504800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.506536"], ["updated_at", "2018-10-11 16:40:17.506536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.508087"], ["updated_at", "2018-10-11 16:40:17.508087"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.509672"], ["updated_at", "2018-10-11 16:40:17.509672"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.511411"], ["updated_at", "2018-10-11 16:40:17.511411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.513206"], ["updated_at", "2018-10-11 16:40:17.513206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.514817"], ["updated_at", "2018-10-11 16:40:17.514817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.516467"], ["updated_at", "2018-10-11 16:40:17.516467"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.518039"], ["updated_at", "2018-10-11 16:40:17.518039"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.521646"], ["updated_at", "2018-10-11 16:40:17.521646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.525183"], ["updated_at", "2018-10-11 16:40:17.525183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.526924"], ["updated_at", "2018-10-11 16:40:17.526924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.528657"], ["updated_at", "2018-10-11 16:40:17.528657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.530294"], ["updated_at", "2018-10-11 16:40:17.530294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.531908"], ["updated_at", "2018-10-11 16:40:17.531908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.533464"], ["updated_at", "2018-10-11 16:40:17.533464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.535149"], ["updated_at", "2018-10-11 16:40:17.535149"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.536921"], ["updated_at", "2018-10-11 16:40:17.536921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.538688"], ["updated_at", "2018-10-11 16:40:17.538688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.540291"], ["updated_at", "2018-10-11 16:40:17.540291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.541875"], ["updated_at", "2018-10-11 16:40:17.541875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.543460"], ["updated_at", "2018-10-11 16:40:17.543460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.545161"], ["updated_at", "2018-10-11 16:40:17.545161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.546766"], ["updated_at", "2018-10-11 16:40:17.546766"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.548353"], ["updated_at", "2018-10-11 16:40:17.548353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.550212"], ["updated_at", "2018-10-11 16:40:17.550212"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.551785"], ["updated_at", "2018-10-11 16:40:17.551785"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.553411"], ["updated_at", "2018-10-11 16:40:17.553411"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.555584"], ["updated_at", "2018-10-11 16:40:17.555584"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.558160"], ["updated_at", "2018-10-11 16:40:17.558160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.560051"], ["updated_at", "2018-10-11 16:40:17.560051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.561658"], ["updated_at", "2018-10-11 16:40:17.561658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.563235"], ["updated_at", "2018-10-11 16:40:17.563235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.564896"], ["updated_at", "2018-10-11 16:40:17.564896"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.566626"], ["updated_at", "2018-10-11 16:40:17.566626"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.570708"], ["updated_at", "2018-10-11 16:40:17.570708"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.573283"], ["updated_at", "2018-10-11 16:40:17.573283"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.575840"], ["updated_at", "2018-10-11 16:40:17.575840"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.578360"], ["updated_at", "2018-10-11 16:40:17.578360"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.580783"], ["updated_at", "2018-10-11 16:40:17.580783"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.583014"], ["updated_at", "2018-10-11 16:40:17.583014"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.585854"], ["updated_at", "2018-10-11 16:40:17.585854"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.589424"], ["updated_at", "2018-10-11 16:40:17.589424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.592365"], ["updated_at", "2018-10-11 16:40:17.592365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.594083"], ["updated_at", "2018-10-11 16:40:17.594083"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.595690"], ["updated_at", "2018-10-11 16:40:17.595690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.597412"], ["updated_at", "2018-10-11 16:40:17.597412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.598990"], ["updated_at", "2018-10-11 16:40:17.598990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.600615"], ["updated_at", "2018-10-11 16:40:17.600615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.602296"], ["updated_at", "2018-10-11 16:40:17.602296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.603996"], ["updated_at", "2018-10-11 16:40:17.603996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.605722"], ["updated_at", "2018-10-11 16:40:17.605722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.607226"], ["updated_at", "2018-10-11 16:40:17.607226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.608883"], ["updated_at", "2018-10-11 16:40:17.608883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.610529"], ["updated_at", "2018-10-11 16:40:17.610529"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.612268"], ["updated_at", "2018-10-11 16:40:17.612268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.614143"], ["updated_at", "2018-10-11 16:40:17.614143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.615722"], ["updated_at", "2018-10-11 16:40:17.615722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.617376"], ["updated_at", "2018-10-11 16:40:17.617376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.618924"], ["updated_at", "2018-10-11 16:40:17.618924"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.620601"], ["updated_at", "2018-10-11 16:40:17.620601"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.622803"], ["updated_at", "2018-10-11 16:40:17.622803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.625489"], ["updated_at", "2018-10-11 16:40:17.625489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.627410"], ["updated_at", "2018-10-11 16:40:17.627410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.629312"], ["updated_at", "2018-10-11 16:40:17.629312"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.631085"], ["updated_at", "2018-10-11 16:40:17.631085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.632657"], ["updated_at", "2018-10-11 16:40:17.632657"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.634276"], ["updated_at", "2018-10-11 16:40:17.634276"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.637063"], ["updated_at", "2018-10-11 16:40:17.637063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.638801"], ["updated_at", "2018-10-11 16:40:17.638801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.640384"], ["updated_at", "2018-10-11 16:40:17.640384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.641988"], ["updated_at", "2018-10-11 16:40:17.641988"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.643597"], ["updated_at", "2018-10-11 16:40:17.643597"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.645333"], ["updated_at", "2018-10-11 16:40:17.645333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.647211"], ["updated_at", "2018-10-11 16:40:17.647211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.648856"], ["updated_at", "2018-10-11 16:40:17.648856"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.650422"], ["updated_at", "2018-10-11 16:40:17.650422"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.652898"], ["updated_at", "2018-10-11 16:40:17.652898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.657276"], ["updated_at", "2018-10-11 16:40:17.657276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.659404"], ["updated_at", "2018-10-11 16:40:17.659404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.661164"], ["updated_at", "2018-10-11 16:40:17.661164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.662896"], ["updated_at", "2018-10-11 16:40:17.662896"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.664467"], ["updated_at", "2018-10-11 16:40:17.664467"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.666395"], ["updated_at", "2018-10-11 16:40:17.666395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.668083"], ["updated_at", "2018-10-11 16:40:17.668083"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.669710"], ["updated_at", "2018-10-11 16:40:17.669710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.671525"], ["updated_at", "2018-10-11 16:40:17.671525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.673156"], ["updated_at", "2018-10-11 16:40:17.673156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.674784"], ["updated_at", "2018-10-11 16:40:17.674784"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.676365"], ["updated_at", "2018-10-11 16:40:17.676365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.678083"], ["updated_at", "2018-10-11 16:40:17.678083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.679796"], ["updated_at", "2018-10-11 16:40:17.679796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.681378"], ["updated_at", "2018-10-11 16:40:17.681378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.683050"], ["updated_at", "2018-10-11 16:40:17.683050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.684669"], ["updated_at", "2018-10-11 16:40:17.684669"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.686229"], ["updated_at", "2018-10-11 16:40:17.686229"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.688194"], ["updated_at", "2018-10-11 16:40:17.688194"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.690381"], ["updated_at", "2018-10-11 16:40:17.690381"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.692601"], ["updated_at", "2018-10-11 16:40:17.692601"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.694790"], ["updated_at", "2018-10-11 16:40:17.694790"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.697116"], ["updated_at", "2018-10-11 16:40:17.697116"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.699030"], ["updated_at", "2018-10-11 16:40:17.699030"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.701001"], ["updated_at", "2018-10-11 16:40:17.701001"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.707175"], ["updated_at", "2018-10-11 16:40:17.707175"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.709802"], ["updated_at", "2018-10-11 16:40:17.709802"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.712193"], ["updated_at", "2018-10-11 16:40:17.712193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.713919"], ["updated_at", "2018-10-11 16:40:17.713919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.715586"], ["updated_at", "2018-10-11 16:40:17.715586"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.717185"], ["updated_at", "2018-10-11 16:40:17.717185"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.719896"], ["updated_at", "2018-10-11 16:40:17.719896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.724404"], ["updated_at", "2018-10-11 16:40:17.724404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.726588"], ["updated_at", "2018-10-11 16:40:17.726588"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.728497"], ["updated_at", "2018-10-11 16:40:17.728497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.730391"], ["updated_at", "2018-10-11 16:40:17.730391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.732047"], ["updated_at", "2018-10-11 16:40:17.732047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.733676"], ["updated_at", "2018-10-11 16:40:17.733676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.735249"], ["updated_at", "2018-10-11 16:40:17.735249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.736959"], ["updated_at", "2018-10-11 16:40:17.736959"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.738629"], ["updated_at", "2018-10-11 16:40:17.738629"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.740743"], ["updated_at", "2018-10-11 16:40:17.740743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.742497"], ["updated_at", "2018-10-11 16:40:17.742497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.744093"], ["updated_at", "2018-10-11 16:40:17.744093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.745763"], ["updated_at", "2018-10-11 16:40:17.745763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.747488"], ["updated_at", "2018-10-11 16:40:17.747488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.749086"], ["updated_at", "2018-10-11 16:40:17.749086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.750654"], ["updated_at", "2018-10-11 16:40:17.750654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.752293"], ["updated_at", "2018-10-11 16:40:17.752293"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.753878"], ["updated_at", "2018-10-11 16:40:17.753878"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.756076"], ["updated_at", "2018-10-11 16:40:17.756076"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.759969"], ["updated_at", "2018-10-11 16:40:17.759969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.761966"], ["updated_at", "2018-10-11 16:40:17.761966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.763609"], ["updated_at", "2018-10-11 16:40:17.763609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.765119"], ["updated_at", "2018-10-11 16:40:17.765119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.766622"], ["updated_at", "2018-10-11 16:40:17.766622"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.768058"], ["updated_at", "2018-10-11 16:40:17.768058"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.771047"], ["updated_at", "2018-10-11 16:40:17.771047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.772828"], ["updated_at", "2018-10-11 16:40:17.772828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.774398"], ["updated_at", "2018-10-11 16:40:17.774398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.776079"], ["updated_at", "2018-10-11 16:40:17.776079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.777700"], ["updated_at", "2018-10-11 16:40:17.777700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.779445"], ["updated_at", "2018-10-11 16:40:17.779445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.781073"], ["updated_at", "2018-10-11 16:40:17.781073"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.783499"], ["updated_at", "2018-10-11 16:40:17.783499"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.786431"], ["updated_at", "2018-10-11 16:40:17.786431"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.790630"], ["updated_at", "2018-10-11 16:40:17.790630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.792557"], ["updated_at", "2018-10-11 16:40:17.792557"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.794267"], ["updated_at", "2018-10-11 16:40:17.794267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.796168"], ["updated_at", "2018-10-11 16:40:17.796168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.797790"], ["updated_at", "2018-10-11 16:40:17.797790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.799538"], ["updated_at", "2018-10-11 16:40:17.799538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.801231"], ["updated_at", "2018-10-11 16:40:17.801231"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.802821"], ["updated_at", "2018-10-11 16:40:17.802821"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.804568"], ["updated_at", "2018-10-11 16:40:17.804568"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.806413"], ["updated_at", "2018-10-11 16:40:17.806413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.808410"], ["updated_at", "2018-10-11 16:40:17.808410"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.810256"], ["updated_at", "2018-10-11 16:40:17.810256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.812226"], ["updated_at", "2018-10-11 16:40:17.812226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.813929"], ["updated_at", "2018-10-11 16:40:17.813929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.815566"], ["updated_at", "2018-10-11 16:40:17.815566"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.817677"], ["updated_at", "2018-10-11 16:40:17.817677"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.820802"], ["updated_at", "2018-10-11 16:40:17.820802"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.824975"], ["updated_at", "2018-10-11 16:40:17.824975"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.827422"], ["updated_at", "2018-10-11 16:40:17.827422"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.830246"], ["updated_at", "2018-10-11 16:40:17.830246"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.832514"], ["updated_at", "2018-10-11 16:40:17.832514"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.834837"], ["updated_at", "2018-10-11 16:40:17.834837"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.837296"], ["updated_at", "2018-10-11 16:40:17.837296"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.839735"], ["updated_at", "2018-10-11 16:40:17.839735"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.843910"], ["updated_at", "2018-10-11 16:40:17.843910"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.846388"], ["updated_at", "2018-10-11 16:40:17.846388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.848908"], ["updated_at", "2018-10-11 16:40:17.848908"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.850466"], ["updated_at", "2018-10-11 16:40:17.850466"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.852886"], ["updated_at", "2018-10-11 16:40:17.852886"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.856622"], ["updated_at", "2018-10-11 16:40:17.856622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.859205"], ["updated_at", "2018-10-11 16:40:17.859205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.860892"], ["updated_at", "2018-10-11 16:40:17.860892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.862884"], ["updated_at", "2018-10-11 16:40:17.862884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.864656"], ["updated_at", "2018-10-11 16:40:17.864656"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.866344"], ["updated_at", "2018-10-11 16:40:17.866344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.868265"], ["updated_at", "2018-10-11 16:40:17.868265"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.870111"], ["updated_at", "2018-10-11 16:40:17.870111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.872070"], ["updated_at", "2018-10-11 16:40:17.872070"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.873682"], ["updated_at", "2018-10-11 16:40:17.873682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.875509"], ["updated_at", "2018-10-11 16:40:17.875509"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.877384"], ["updated_at", "2018-10-11 16:40:17.877384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.879749"], ["updated_at", "2018-10-11 16:40:17.879749"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.881578"], ["updated_at", "2018-10-11 16:40:17.881578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.883388"], ["updated_at", "2018-10-11 16:40:17.883388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.884990"], ["updated_at", "2018-10-11 16:40:17.884990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.886694"], ["updated_at", "2018-10-11 16:40:17.886694"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.889255"], ["updated_at", "2018-10-11 16:40:17.889255"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.891660"], ["updated_at", "2018-10-11 16:40:17.891660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.893581"], ["updated_at", "2018-10-11 16:40:17.893581"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.895696"], ["updated_at", "2018-10-11 16:40:17.895696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.897481"], ["updated_at", "2018-10-11 16:40:17.897481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.899063"], ["updated_at", "2018-10-11 16:40:17.899063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.900708"], ["updated_at", "2018-10-11 16:40:17.900708"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.903641"], ["updated_at", "2018-10-11 16:40:17.903641"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.905721"], ["updated_at", "2018-10-11 16:40:17.905721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.907633"], ["updated_at", "2018-10-11 16:40:17.907633"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.909343"], ["updated_at", "2018-10-11 16:40:17.909343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.911222"], ["updated_at", "2018-10-11 16:40:17.911222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.913053"], ["updated_at", "2018-10-11 16:40:17.913053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.914691"], ["updated_at", "2018-10-11 16:40:17.914691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.916324"], ["updated_at", "2018-10-11 16:40:17.916324"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.918115"], ["updated_at", "2018-10-11 16:40:17.918115"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.921990"], ["updated_at", "2018-10-11 16:40:17.921990"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.925236"], ["updated_at", "2018-10-11 16:40:17.925236"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.928499"], ["updated_at", "2018-10-11 16:40:17.928499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.930341"], ["updated_at", "2018-10-11 16:40:17.930341"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.931889"], ["updated_at", "2018-10-11 16:40:17.931889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.933473"], ["updated_at", "2018-10-11 16:40:17.933473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.935097"], ["updated_at", "2018-10-11 16:40:17.935097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.936683"], ["updated_at", "2018-10-11 16:40:17.936683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.938363"], ["updated_at", "2018-10-11 16:40:17.938363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.939987"], ["updated_at", "2018-10-11 16:40:17.939987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.941685"], ["updated_at", "2018-10-11 16:40:17.941685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.943313"], ["updated_at", "2018-10-11 16:40:17.943313"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.944960"], ["updated_at", "2018-10-11 16:40:17.944960"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.946870"], ["updated_at", "2018-10-11 16:40:17.946870"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.950316"], ["updated_at", "2018-10-11 16:40:17.950316"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.954069"], ["updated_at", "2018-10-11 16:40:17.954069"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.957385"], ["updated_at", "2018-10-11 16:40:17.957385"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.960460"], ["updated_at", "2018-10-11 16:40:17.960460"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.963531"], ["updated_at", "2018-10-11 16:40:17.963531"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.965643"], ["updated_at", "2018-10-11 16:40:17.965643"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.967673"], ["updated_at", "2018-10-11 16:40:17.967673"], ["parent_id", 39895952907]] Kithe::Work Create (2.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.969815"], ["updated_at", "2018-10-11 16:40:17.969815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.973822"], ["updated_at", "2018-10-11 16:40:17.973822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.975310"], ["updated_at", "2018-10-11 16:40:17.975310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.976874"], ["updated_at", "2018-10-11 16:40:17.976874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.978516"], ["updated_at", "2018-10-11 16:40:17.978516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.980164"], ["updated_at", "2018-10-11 16:40:17.980164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.981844"], ["updated_at", "2018-10-11 16:40:17.981844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.983389"], ["updated_at", "2018-10-11 16:40:17.983389"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.985565"], ["updated_at", "2018-10-11 16:40:17.985565"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.989257"], ["updated_at", "2018-10-11 16:40:17.989257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.991894"], ["updated_at", "2018-10-11 16:40:17.991894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.993436"], ["updated_at", "2018-10-11 16:40:17.993436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.995045"], ["updated_at", "2018-10-11 16:40:17.995045"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.996739"], ["updated_at", "2018-10-11 16:40:17.996739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:17.998639"], ["updated_at", "2018-10-11 16:40:17.998639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.000188"], ["updated_at", "2018-10-11 16:40:18.000188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.001738"], ["updated_at", "2018-10-11 16:40:18.001738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.003353"], ["updated_at", "2018-10-11 16:40:18.003353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.005183"], ["updated_at", "2018-10-11 16:40:18.005183"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.006895"], ["updated_at", "2018-10-11 16:40:18.006895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.008577"], ["updated_at", "2018-10-11 16:40:18.008577"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.010279"], ["updated_at", "2018-10-11 16:40:18.010279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.011997"], ["updated_at", "2018-10-11 16:40:18.011997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.013676"], ["updated_at", "2018-10-11 16:40:18.013676"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.015240"], ["updated_at", "2018-10-11 16:40:18.015240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.016872"], ["updated_at", "2018-10-11 16:40:18.016872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.018423"], ["updated_at", "2018-10-11 16:40:18.018423"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.020030"], ["updated_at", "2018-10-11 16:40:18.020030"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.022003"], ["updated_at", "2018-10-11 16:40:18.022003"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.024282"], ["updated_at", "2018-10-11 16:40:18.024282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.026202"], ["updated_at", "2018-10-11 16:40:18.026202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.027935"], ["updated_at", "2018-10-11 16:40:18.027935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.029601"], ["updated_at", "2018-10-11 16:40:18.029601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.031180"], ["updated_at", "2018-10-11 16:40:18.031180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.032793"], ["updated_at", "2018-10-11 16:40:18.032793"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.036156"], ["updated_at", "2018-10-11 16:40:18.036156"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.037858"], ["updated_at", "2018-10-11 16:40:18.037858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.039821"], ["updated_at", "2018-10-11 16:40:18.039821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.041453"], ["updated_at", "2018-10-11 16:40:18.041453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.043082"], ["updated_at", "2018-10-11 16:40:18.043082"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.044777"], ["updated_at", "2018-10-11 16:40:18.044777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.046491"], ["updated_at", "2018-10-11 16:40:18.046491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.048057"], ["updated_at", "2018-10-11 16:40:18.048057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.049614"], ["updated_at", "2018-10-11 16:40:18.049614"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.051869"], ["updated_at", "2018-10-11 16:40:18.051869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.056399"], ["updated_at", "2018-10-11 16:40:18.056399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.058692"], ["updated_at", "2018-10-11 16:40:18.058692"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.060336"], ["updated_at", "2018-10-11 16:40:18.060336"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.062125"], ["updated_at", "2018-10-11 16:40:18.062125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.063806"], ["updated_at", "2018-10-11 16:40:18.063806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.065379"], ["updated_at", "2018-10-11 16:40:18.065379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.066977"], ["updated_at", "2018-10-11 16:40:18.066977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.068574"], ["updated_at", "2018-10-11 16:40:18.068574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.070133"], ["updated_at", "2018-10-11 16:40:18.070133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.071811"], ["updated_at", "2018-10-11 16:40:18.071811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.073393"], ["updated_at", "2018-10-11 16:40:18.073393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.075028"], ["updated_at", "2018-10-11 16:40:18.075028"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.076624"], ["updated_at", "2018-10-11 16:40:18.076624"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.078796"], ["updated_at", "2018-10-11 16:40:18.078796"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.082181"], ["updated_at", "2018-10-11 16:40:18.082181"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.085709"], ["updated_at", "2018-10-11 16:40:18.085709"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.089592"], ["updated_at", "2018-10-11 16:40:18.089592"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.092611"], ["updated_at", "2018-10-11 16:40:18.092611"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.094764"], ["updated_at", "2018-10-11 16:40:18.094764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.097270"], ["updated_at", "2018-10-11 16:40:18.097270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.098927"], ["updated_at", "2018-10-11 16:40:18.098927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.100516"], ["updated_at", "2018-10-11 16:40:18.100516"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.102260"], ["updated_at", "2018-10-11 16:40:18.102260"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.105368"], ["updated_at", "2018-10-11 16:40:18.105368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.107034"], ["updated_at", "2018-10-11 16:40:18.107034"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.108636"], ["updated_at", "2018-10-11 16:40:18.108636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.110834"], ["updated_at", "2018-10-11 16:40:18.110834"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.112508"], ["updated_at", "2018-10-11 16:40:18.112508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.114176"], ["updated_at", "2018-10-11 16:40:18.114176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.115717"], ["updated_at", "2018-10-11 16:40:18.115717"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.117268"], ["updated_at", "2018-10-11 16:40:18.117268"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.119481"], ["updated_at", "2018-10-11 16:40:18.119481"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.123192"], ["updated_at", "2018-10-11 16:40:18.123192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.125872"], ["updated_at", "2018-10-11 16:40:18.125872"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.127726"], ["updated_at", "2018-10-11 16:40:18.127726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.129497"], ["updated_at", "2018-10-11 16:40:18.129497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.131093"], ["updated_at", "2018-10-11 16:40:18.131093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.132700"], ["updated_at", "2018-10-11 16:40:18.132700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.134306"], ["updated_at", "2018-10-11 16:40:18.134306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.136040"], ["updated_at", "2018-10-11 16:40:18.136040"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.137813"], ["updated_at", "2018-10-11 16:40:18.137813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.139550"], ["updated_at", "2018-10-11 16:40:18.139550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.141084"], ["updated_at", "2018-10-11 16:40:18.141084"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.142707"], ["updated_at", "2018-10-11 16:40:18.142707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.144393"], ["updated_at", "2018-10-11 16:40:18.144393"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.146122"], ["updated_at", "2018-10-11 16:40:18.146122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.147820"], ["updated_at", "2018-10-11 16:40:18.147820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.149405"], ["updated_at", "2018-10-11 16:40:18.149405"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.151004"], ["updated_at", "2018-10-11 16:40:18.151004"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.152598"], ["updated_at", "2018-10-11 16:40:18.152598"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.154542"], ["updated_at", "2018-10-11 16:40:18.154542"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.156890"], ["updated_at", "2018-10-11 16:40:18.156890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.159488"], ["updated_at", "2018-10-11 16:40:18.159488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.161241"], ["updated_at", "2018-10-11 16:40:18.161241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.163105"], ["updated_at", "2018-10-11 16:40:18.163105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.164659"], ["updated_at", "2018-10-11 16:40:18.164659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.166208"], ["updated_at", "2018-10-11 16:40:18.166208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.168666"], ["updated_at", "2018-10-11 16:40:18.168666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.170447"], ["updated_at", "2018-10-11 16:40:18.170447"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.172082"], ["updated_at", "2018-10-11 16:40:18.172082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.173792"], ["updated_at", "2018-10-11 16:40:18.173792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.175321"], ["updated_at", "2018-10-11 16:40:18.175321"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.176917"], ["updated_at", "2018-10-11 16:40:18.176917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.178618"], ["updated_at", "2018-10-11 16:40:18.178618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.180278"], ["updated_at", "2018-10-11 16:40:18.180278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.182250"], ["updated_at", "2018-10-11 16:40:18.182250"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.183877"], ["updated_at", "2018-10-11 16:40:18.183877"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.186756"], ["updated_at", "2018-10-11 16:40:18.186756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.190736"], ["updated_at", "2018-10-11 16:40:18.190736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.192691"], ["updated_at", "2018-10-11 16:40:18.192691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.194282"], ["updated_at", "2018-10-11 16:40:18.194282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.195910"], ["updated_at", "2018-10-11 16:40:18.195910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.197540"], ["updated_at", "2018-10-11 16:40:18.197540"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.199133"], ["updated_at", "2018-10-11 16:40:18.199133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.200756"], ["updated_at", "2018-10-11 16:40:18.200756"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.203193"], ["updated_at", "2018-10-11 16:40:18.203193"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.207110"], ["updated_at", "2018-10-11 16:40:18.207110"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.210458"], ["updated_at", "2018-10-11 16:40:18.210458"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.214146"], ["updated_at", "2018-10-11 16:40:18.214146"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.217598"], ["updated_at", "2018-10-11 16:40:18.217598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.220425"], ["updated_at", "2018-10-11 16:40:18.220425"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.222467"], ["updated_at", "2018-10-11 16:40:18.222467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.224658"], ["updated_at", "2018-10-11 16:40:18.224658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.226426"], ["updated_at", "2018-10-11 16:40:18.226426"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.228079"], ["updated_at", "2018-10-11 16:40:18.228079"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.229815"], ["updated_at", "2018-10-11 16:40:18.229815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.231611"], ["updated_at", "2018-10-11 16:40:18.231611"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.233209"], ["updated_at", "2018-10-11 16:40:18.233209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.236105"], ["updated_at", "2018-10-11 16:40:18.236105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.237839"], ["updated_at", "2018-10-11 16:40:18.237839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.239477"], ["updated_at", "2018-10-11 16:40:18.239477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.241163"], ["updated_at", "2018-10-11 16:40:18.241163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.242800"], ["updated_at", "2018-10-11 16:40:18.242800"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.244499"], ["updated_at", "2018-10-11 16:40:18.244499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.246329"], ["updated_at", "2018-10-11 16:40:18.246329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.248027"], ["updated_at", "2018-10-11 16:40:18.248027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.249594"], ["updated_at", "2018-10-11 16:40:18.249594"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.251194"], ["updated_at", "2018-10-11 16:40:18.251194"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.254232"], ["updated_at", "2018-10-11 16:40:18.254232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.258420"], ["updated_at", "2018-10-11 16:40:18.258420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.260213"], ["updated_at", "2018-10-11 16:40:18.260213"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.261851"], ["updated_at", "2018-10-11 16:40:18.261851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.263727"], ["updated_at", "2018-10-11 16:40:18.263727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.265440"], ["updated_at", "2018-10-11 16:40:18.265440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.267024"], ["updated_at", "2018-10-11 16:40:18.267024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.268620"], ["updated_at", "2018-10-11 16:40:18.268620"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.270326"], ["updated_at", "2018-10-11 16:40:18.270326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.272180"], ["updated_at", "2018-10-11 16:40:18.272180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.273734"], ["updated_at", "2018-10-11 16:40:18.273734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.275415"], ["updated_at", "2018-10-11 16:40:18.275415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.277214"], ["updated_at", "2018-10-11 16:40:18.277214"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.278906"], ["updated_at", "2018-10-11 16:40:18.278906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.280681"], ["updated_at", "2018-10-11 16:40:18.280681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.282252"], ["updated_at", "2018-10-11 16:40:18.282252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.283995"], ["updated_at", "2018-10-11 16:40:18.283995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.285626"], ["updated_at", "2018-10-11 16:40:18.285626"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.287264"], ["updated_at", "2018-10-11 16:40:18.287264"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.289158"], ["updated_at", "2018-10-11 16:40:18.289158"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.291306"], ["updated_at", "2018-10-11 16:40:18.291306"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.293240"], ["updated_at", "2018-10-11 16:40:18.293240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.295157"], ["updated_at", "2018-10-11 16:40:18.295157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.296842"], ["updated_at", "2018-10-11 16:40:18.296842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.298428"], ["updated_at", "2018-10-11 16:40:18.298428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.300493"], ["updated_at", "2018-10-11 16:40:18.300493"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.303882"], ["updated_at", "2018-10-11 16:40:18.303882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.305796"], ["updated_at", "2018-10-11 16:40:18.305796"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.307396"], ["updated_at", "2018-10-11 16:40:18.307396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.309029"], ["updated_at", "2018-10-11 16:40:18.309029"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.310776"], ["updated_at", "2018-10-11 16:40:18.310776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.312488"], ["updated_at", "2018-10-11 16:40:18.312488"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.314123"], ["updated_at", "2018-10-11 16:40:18.314123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.315947"], ["updated_at", "2018-10-11 16:40:18.315947"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.317558"], ["updated_at", "2018-10-11 16:40:18.317558"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.320388"], ["updated_at", "2018-10-11 16:40:18.320388"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.325411"], ["updated_at", "2018-10-11 16:40:18.325411"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.329290"], ["updated_at", "2018-10-11 16:40:18.329290"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.332890"], ["updated_at", "2018-10-11 16:40:18.332890"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.336300"], ["updated_at", "2018-10-11 16:40:18.336300"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.339806"], ["updated_at", "2018-10-11 16:40:18.339806"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.342874"], ["updated_at", "2018-10-11 16:40:18.342874"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.344698"], ["updated_at", "2018-10-11 16:40:18.344698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.346428"], ["updated_at", "2018-10-11 16:40:18.346428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.348134"], ["updated_at", "2018-10-11 16:40:18.348134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.349729"], ["updated_at", "2018-10-11 16:40:18.349729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.351430"], ["updated_at", "2018-10-11 16:40:18.351430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.353158"], ["updated_at", "2018-10-11 16:40:18.353158"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.355035"], ["updated_at", "2018-10-11 16:40:18.355035"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.357305"], ["updated_at", "2018-10-11 16:40:18.357305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.359229"], ["updated_at", "2018-10-11 16:40:18.359229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.360846"], ["updated_at", "2018-10-11 16:40:18.360846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.362493"], ["updated_at", "2018-10-11 16:40:18.362493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.364123"], ["updated_at", "2018-10-11 16:40:18.364123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.365687"], ["updated_at", "2018-10-11 16:40:18.365687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.367339"], ["updated_at", "2018-10-11 16:40:18.367339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.370352"], ["updated_at", "2018-10-11 16:40:18.370352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.372086"], ["updated_at", "2018-10-11 16:40:18.372086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.373687"], ["updated_at", "2018-10-11 16:40:18.373687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.375305"], ["updated_at", "2018-10-11 16:40:18.375305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.377003"], ["updated_at", "2018-10-11 16:40:18.377003"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.378688"], ["updated_at", "2018-10-11 16:40:18.378688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.380510"], ["updated_at", "2018-10-11 16:40:18.380510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.382096"], ["updated_at", "2018-10-11 16:40:18.382096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.383709"], ["updated_at", "2018-10-11 16:40:18.383709"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.386067"], ["updated_at", "2018-10-11 16:40:18.386067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.390395"], ["updated_at", "2018-10-11 16:40:18.390395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.392603"], ["updated_at", "2018-10-11 16:40:18.392603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.394207"], ["updated_at", "2018-10-11 16:40:18.394207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.395926"], ["updated_at", "2018-10-11 16:40:18.395926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.397628"], ["updated_at", "2018-10-11 16:40:18.397628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.400363"], ["updated_at", "2018-10-11 16:40:18.400363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.401978"], ["updated_at", "2018-10-11 16:40:18.401978"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.403535"], ["updated_at", "2018-10-11 16:40:18.403535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.405331"], ["updated_at", "2018-10-11 16:40:18.405331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.406977"], ["updated_at", "2018-10-11 16:40:18.406977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.408590"], ["updated_at", "2018-10-11 16:40:18.408590"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.410212"], ["updated_at", "2018-10-11 16:40:18.410212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.412032"], ["updated_at", "2018-10-11 16:40:18.412032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.413785"], ["updated_at", "2018-10-11 16:40:18.413785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.415369"], ["updated_at", "2018-10-11 16:40:18.415369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.417019"], ["updated_at", "2018-10-11 16:40:18.417019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.418619"], ["updated_at", "2018-10-11 16:40:18.418619"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.420244"], ["updated_at", "2018-10-11 16:40:18.420244"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.422619"], ["updated_at", "2018-10-11 16:40:18.422619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.425265"], ["updated_at", "2018-10-11 16:40:18.425265"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.427084"], ["updated_at", "2018-10-11 16:40:18.427084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.429139"], ["updated_at", "2018-10-11 16:40:18.429139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.430906"], ["updated_at", "2018-10-11 16:40:18.430906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.432484"], ["updated_at", "2018-10-11 16:40:18.432484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.435161"], ["updated_at", "2018-10-11 16:40:18.435161"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.436937"], ["updated_at", "2018-10-11 16:40:18.436937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.438704"], ["updated_at", "2018-10-11 16:40:18.438704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.440455"], ["updated_at", "2018-10-11 16:40:18.440455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.442029"], ["updated_at", "2018-10-11 16:40:18.442029"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.443715"], ["updated_at", "2018-10-11 16:40:18.443715"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.445971"], ["updated_at", "2018-10-11 16:40:18.445971"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.448636"], ["updated_at", "2018-10-11 16:40:18.448636"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.451205"], ["updated_at", "2018-10-11 16:40:18.451205"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.454944"], ["updated_at", "2018-10-11 16:40:18.454944"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.459376"], ["updated_at", "2018-10-11 16:40:18.459376"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.462156"], ["updated_at", "2018-10-11 16:40:18.462156"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.464875"], ["updated_at", "2018-10-11 16:40:18.464875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.467290"], ["updated_at", "2018-10-11 16:40:18.467290"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.468872"], ["updated_at", "2018-10-11 16:40:18.468872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.470546"], ["updated_at", "2018-10-11 16:40:18.470546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.472396"], ["updated_at", "2018-10-11 16:40:18.472396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.474028"], ["updated_at", "2018-10-11 16:40:18.474028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.475596"], ["updated_at", "2018-10-11 16:40:18.475596"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.477155"], ["updated_at", "2018-10-11 16:40:18.477155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.478904"], ["updated_at", "2018-10-11 16:40:18.478904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.480741"], ["updated_at", "2018-10-11 16:40:18.480741"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.482318"], ["updated_at", "2018-10-11 16:40:18.482318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.484002"], ["updated_at", "2018-10-11 16:40:18.484002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.485616"], ["updated_at", "2018-10-11 16:40:18.485616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.487174"], ["updated_at", "2018-10-11 16:40:18.487174"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.488909"], ["updated_at", "2018-10-11 16:40:18.488909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.491454"], ["updated_at", "2018-10-11 16:40:18.491454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.493608"], ["updated_at", "2018-10-11 16:40:18.493608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.495367"], ["updated_at", "2018-10-11 16:40:18.495367"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.497168"], ["updated_at", "2018-10-11 16:40:18.497168"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.498725"], ["updated_at", "2018-10-11 16:40:18.498725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.500288"], ["updated_at", "2018-10-11 16:40:18.500288"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.503255"], ["updated_at", "2018-10-11 16:40:18.503255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.504985"], ["updated_at", "2018-10-11 16:40:18.504985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.506704"], ["updated_at", "2018-10-11 16:40:18.506704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.508341"], ["updated_at", "2018-10-11 16:40:18.508341"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.509984"], ["updated_at", "2018-10-11 16:40:18.509984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.511753"], ["updated_at", "2018-10-11 16:40:18.511753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.513513"], ["updated_at", "2018-10-11 16:40:18.513513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.515136"], ["updated_at", "2018-10-11 16:40:18.515136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.516669"], ["updated_at", "2018-10-11 16:40:18.516669"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.518351"], ["updated_at", "2018-10-11 16:40:18.518351"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.522889"], ["updated_at", "2018-10-11 16:40:18.522889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.525508"], ["updated_at", "2018-10-11 16:40:18.525508"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.527195"], ["updated_at", "2018-10-11 16:40:18.527195"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.528919"], ["updated_at", "2018-10-11 16:40:18.528919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.530591"], ["updated_at", "2018-10-11 16:40:18.530591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.532199"], ["updated_at", "2018-10-11 16:40:18.532199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.533817"], ["updated_at", "2018-10-11 16:40:18.533817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.535435"], ["updated_at", "2018-10-11 16:40:18.535435"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.537094"], ["updated_at", "2018-10-11 16:40:18.537094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.538865"], ["updated_at", "2018-10-11 16:40:18.538865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.540466"], ["updated_at", "2018-10-11 16:40:18.540466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.542023"], ["updated_at", "2018-10-11 16:40:18.542023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.543662"], ["updated_at", "2018-10-11 16:40:18.543662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.545399"], ["updated_at", "2018-10-11 16:40:18.545399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.547072"], ["updated_at", "2018-10-11 16:40:18.547072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.548723"], ["updated_at", "2018-10-11 16:40:18.548723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.550387"], ["updated_at", "2018-10-11 16:40:18.550387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.551938"], ["updated_at", "2018-10-11 16:40:18.551938"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.553547"], ["updated_at", "2018-10-11 16:40:18.553547"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.555622"], ["updated_at", "2018-10-11 16:40:18.555622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.558207"], ["updated_at", "2018-10-11 16:40:18.558207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.559981"], ["updated_at", "2018-10-11 16:40:18.559981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.561701"], ["updated_at", "2018-10-11 16:40:18.561701"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.563442"], ["updated_at", "2018-10-11 16:40:18.563442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.564985"], ["updated_at", "2018-10-11 16:40:18.564985"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.566695"], ["updated_at", "2018-10-11 16:40:18.566695"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.570130"], ["updated_at", "2018-10-11 16:40:18.570130"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.572718"], ["updated_at", "2018-10-11 16:40:18.572718"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.575315"], ["updated_at", "2018-10-11 16:40:18.575315"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.577988"], ["updated_at", "2018-10-11 16:40:18.577988"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.580907"], ["updated_at", "2018-10-11 16:40:18.580907"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.583644"], ["updated_at", "2018-10-11 16:40:18.583644"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.586841"], ["updated_at", "2018-10-11 16:40:18.586841"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.591165"], ["updated_at", "2018-10-11 16:40:18.591165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.592886"], ["updated_at", "2018-10-11 16:40:18.592886"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.594495"], ["updated_at", "2018-10-11 16:40:18.594495"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.596305"], ["updated_at", "2018-10-11 16:40:18.596305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.598027"], ["updated_at", "2018-10-11 16:40:18.598027"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.599592"], ["updated_at", "2018-10-11 16:40:18.599592"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.601233"], ["updated_at", "2018-10-11 16:40:18.601233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.603026"], ["updated_at", "2018-10-11 16:40:18.603026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.604678"], ["updated_at", "2018-10-11 16:40:18.604678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.606347"], ["updated_at", "2018-10-11 16:40:18.606347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.607986"], ["updated_at", "2018-10-11 16:40:18.607986"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.609528"], ["updated_at", "2018-10-11 16:40:18.609528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.611200"], ["updated_at", "2018-10-11 16:40:18.611200"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.612964"], ["updated_at", "2018-10-11 16:40:18.612964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.614688"], ["updated_at", "2018-10-11 16:40:18.614688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.616225"], ["updated_at", "2018-10-11 16:40:18.616225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.617840"], ["updated_at", "2018-10-11 16:40:18.617840"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.619400"], ["updated_at", "2018-10-11 16:40:18.619400"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.621087"], ["updated_at", "2018-10-11 16:40:18.621087"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.624886"], ["updated_at", "2018-10-11 16:40:18.624886"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.627957"], ["updated_at", "2018-10-11 16:40:18.627957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.630051"], ["updated_at", "2018-10-11 16:40:18.630051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.631774"], ["updated_at", "2018-10-11 16:40:18.631774"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.633357"], ["updated_at", "2018-10-11 16:40:18.633357"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.634873"], ["updated_at", "2018-10-11 16:40:18.634873"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.637893"], ["updated_at", "2018-10-11 16:40:18.637893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.639800"], ["updated_at", "2018-10-11 16:40:18.639800"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.641342"], ["updated_at", "2018-10-11 16:40:18.641342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.643033"], ["updated_at", "2018-10-11 16:40:18.643033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.644737"], ["updated_at", "2018-10-11 16:40:18.644737"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.646421"], ["updated_at", "2018-10-11 16:40:18.646421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.648040"], ["updated_at", "2018-10-11 16:40:18.648040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.649629"], ["updated_at", "2018-10-11 16:40:18.649629"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.651254"], ["updated_at", "2018-10-11 16:40:18.651254"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.653968"], ["updated_at", "2018-10-11 16:40:18.653968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.658492"], ["updated_at", "2018-10-11 16:40:18.658492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.660447"], ["updated_at", "2018-10-11 16:40:18.660447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.662150"], ["updated_at", "2018-10-11 16:40:18.662150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.663863"], ["updated_at", "2018-10-11 16:40:18.663863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.665521"], ["updated_at", "2018-10-11 16:40:18.665521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.667075"], ["updated_at", "2018-10-11 16:40:18.667075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.668689"], ["updated_at", "2018-10-11 16:40:18.668689"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.670241"], ["updated_at", "2018-10-11 16:40:18.670241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.672161"], ["updated_at", "2018-10-11 16:40:18.672161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.673826"], ["updated_at", "2018-10-11 16:40:18.673826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.675477"], ["updated_at", "2018-10-11 16:40:18.675477"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.677053"], ["updated_at", "2018-10-11 16:40:18.677053"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.678748"], ["updated_at", "2018-10-11 16:40:18.678748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.680405"], ["updated_at", "2018-10-11 16:40:18.680405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.681973"], ["updated_at", "2018-10-11 16:40:18.681973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.683702"], ["updated_at", "2018-10-11 16:40:18.683702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.685486"], ["updated_at", "2018-10-11 16:40:18.685486"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.687125"], ["updated_at", "2018-10-11 16:40:18.687125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.689388"], ["updated_at", "2018-10-11 16:40:18.689388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.691967"], ["updated_at", "2018-10-11 16:40:18.691967"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.693860"], ["updated_at", "2018-10-11 16:40:18.693860"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.696414"], ["updated_at", "2018-10-11 16:40:18.696414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.699999"], ["updated_at", "2018-10-11 16:40:18.699999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.701926"], ["updated_at", "2018-10-11 16:40:18.701926"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.703905"], ["updated_at", "2018-10-11 16:40:18.703905"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.707861"], ["updated_at", "2018-10-11 16:40:18.707861"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.710277"], ["updated_at", "2018-10-11 16:40:18.710277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.712881"], ["updated_at", "2018-10-11 16:40:18.712881"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.714704"], ["updated_at", "2018-10-11 16:40:18.714704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.716191"], ["updated_at", "2018-10-11 16:40:18.716191"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.717833"], ["updated_at", "2018-10-11 16:40:18.717833"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.721710"], ["updated_at", "2018-10-11 16:40:18.721710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.725130"], ["updated_at", "2018-10-11 16:40:18.725130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.726767"], ["updated_at", "2018-10-11 16:40:18.726767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.728428"], ["updated_at", "2018-10-11 16:40:18.728428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.730095"], ["updated_at", "2018-10-11 16:40:18.730095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.731703"], ["updated_at", "2018-10-11 16:40:18.731703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.733227"], ["updated_at", "2018-10-11 16:40:18.733227"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.734955"], ["updated_at", "2018-10-11 16:40:18.734955"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.736570"], ["updated_at", "2018-10-11 16:40:18.736570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.738213"], ["updated_at", "2018-10-11 16:40:18.738213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.739846"], ["updated_at", "2018-10-11 16:40:18.739846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.741385"], ["updated_at", "2018-10-11 16:40:18.741385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.743060"], ["updated_at", "2018-10-11 16:40:18.743060"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.744698"], ["updated_at", "2018-10-11 16:40:18.744698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.746369"], ["updated_at", "2018-10-11 16:40:18.746369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.747990"], ["updated_at", "2018-10-11 16:40:18.747990"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.749620"], ["updated_at", "2018-10-11 16:40:18.749620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.751286"], ["updated_at", "2018-10-11 16:40:18.751286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.752893"], ["updated_at", "2018-10-11 16:40:18.752893"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.755037"], ["updated_at", "2018-10-11 16:40:18.755037"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.758221"], ["updated_at", "2018-10-11 16:40:18.758221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.760139"], ["updated_at", "2018-10-11 16:40:18.760139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.761882"], ["updated_at", "2018-10-11 16:40:18.761882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.763628"], ["updated_at", "2018-10-11 16:40:18.763628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.765263"], ["updated_at", "2018-10-11 16:40:18.765263"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.766879"], ["updated_at", "2018-10-11 16:40:18.766879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.769949"], ["updated_at", "2018-10-11 16:40:18.769949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.771700"], ["updated_at", "2018-10-11 16:40:18.771700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.773306"], ["updated_at", "2018-10-11 16:40:18.773306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.774944"], ["updated_at", "2018-10-11 16:40:18.774944"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.776525"], ["updated_at", "2018-10-11 16:40:18.776525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.778387"], ["updated_at", "2018-10-11 16:40:18.778387"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.780347"], ["updated_at", "2018-10-11 16:40:18.780347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.782681"], ["updated_at", "2018-10-11 16:40:18.782681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.784333"], ["updated_at", "2018-10-11 16:40:18.784333"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.786580"], ["updated_at", "2018-10-11 16:40:18.786580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.790738"], ["updated_at", "2018-10-11 16:40:18.790738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.793201"], ["updated_at", "2018-10-11 16:40:18.793201"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.794865"], ["updated_at", "2018-10-11 16:40:18.794865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.796579"], ["updated_at", "2018-10-11 16:40:18.796579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.798193"], ["updated_at", "2018-10-11 16:40:18.798193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.799897"], ["updated_at", "2018-10-11 16:40:18.799897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.801495"], ["updated_at", "2018-10-11 16:40:18.801495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.803109"], ["updated_at", "2018-10-11 16:40:18.803109"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.804924"], ["updated_at", "2018-10-11 16:40:18.804924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.806699"], ["updated_at", "2018-10-11 16:40:18.806699"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.808324"], ["updated_at", "2018-10-11 16:40:18.808324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.810062"], ["updated_at", "2018-10-11 16:40:18.810062"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.812038"], ["updated_at", "2018-10-11 16:40:18.812038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.813867"], ["updated_at", "2018-10-11 16:40:18.813867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.815459"], ["updated_at", "2018-10-11 16:40:18.815459"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.817464"], ["updated_at", "2018-10-11 16:40:18.817464"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.820134"], ["updated_at", "2018-10-11 16:40:18.820134"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.823142"], ["updated_at", "2018-10-11 16:40:18.823142"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.825881"], ["updated_at", "2018-10-11 16:40:18.825881"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.827959"], ["updated_at", "2018-10-11 16:40:18.827959"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.830149"], ["updated_at", "2018-10-11 16:40:18.830149"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.832684"], ["updated_at", "2018-10-11 16:40:18.832684"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.834587"], ["updated_at", "2018-10-11 16:40:18.834587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.836486"], ["updated_at", "2018-10-11 16:40:18.836486"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.841074"], ["updated_at", "2018-10-11 16:40:18.841074"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.842869"], ["updated_at", "2018-10-11 16:40:18.842869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.844832"], ["updated_at", "2018-10-11 16:40:18.844832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.846769"], ["updated_at", "2018-10-11 16:40:18.846769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.848491"], ["updated_at", "2018-10-11 16:40:18.848491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.850075"], ["updated_at", "2018-10-11 16:40:18.850075"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.851813"], ["updated_at", "2018-10-11 16:40:18.851813"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.856254"], ["updated_at", "2018-10-11 16:40:18.856254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.859002"], ["updated_at", "2018-10-11 16:40:18.859002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.860694"], ["updated_at", "2018-10-11 16:40:18.860694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.862529"], ["updated_at", "2018-10-11 16:40:18.862529"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.865581"], ["updated_at", "2018-10-11 16:40:18.865581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.867584"], ["updated_at", "2018-10-11 16:40:18.867584"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.869266"], ["updated_at", "2018-10-11 16:40:18.869266"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.871051"], ["updated_at", "2018-10-11 16:40:18.871051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.872844"], ["updated_at", "2018-10-11 16:40:18.872844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.874489"], ["updated_at", "2018-10-11 16:40:18.874489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.876208"], ["updated_at", "2018-10-11 16:40:18.876208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.877875"], ["updated_at", "2018-10-11 16:40:18.877875"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.879676"], ["updated_at", "2018-10-11 16:40:18.879676"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.881556"], ["updated_at", "2018-10-11 16:40:18.881556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.883242"], ["updated_at", "2018-10-11 16:40:18.883242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.884895"], ["updated_at", "2018-10-11 16:40:18.884895"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.886510"], ["updated_at", "2018-10-11 16:40:18.886510"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.888730"], ["updated_at", "2018-10-11 16:40:18.888730"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.891951"], ["updated_at", "2018-10-11 16:40:18.891951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.894033"], ["updated_at", "2018-10-11 16:40:18.894033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.895816"], ["updated_at", "2018-10-11 16:40:18.895816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.897600"], ["updated_at", "2018-10-11 16:40:18.897600"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.899178"], ["updated_at", "2018-10-11 16:40:18.899178"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.900787"], ["updated_at", "2018-10-11 16:40:18.900787"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.903730"], ["updated_at", "2018-10-11 16:40:18.903730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.905534"], ["updated_at", "2018-10-11 16:40:18.905534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.907144"], ["updated_at", "2018-10-11 16:40:18.907144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.908783"], ["updated_at", "2018-10-11 16:40:18.908783"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.910348"], ["updated_at", "2018-10-11 16:40:18.910348"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.912342"], ["updated_at", "2018-10-11 16:40:18.912342"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.914136"], ["updated_at", "2018-10-11 16:40:18.914136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.915762"], ["updated_at", "2018-10-11 16:40:18.915762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.917403"], ["updated_at", "2018-10-11 16:40:18.917403"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.919095"], ["updated_at", "2018-10-11 16:40:18.919095"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.922727"], ["updated_at", "2018-10-11 16:40:18.922727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.925998"], ["updated_at", "2018-10-11 16:40:18.925998"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.927724"], ["updated_at", "2018-10-11 16:40:18.927724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.929927"], ["updated_at", "2018-10-11 16:40:18.929927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.931729"], ["updated_at", "2018-10-11 16:40:18.931729"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.933322"], ["updated_at", "2018-10-11 16:40:18.933322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.935020"], ["updated_at", "2018-10-11 16:40:18.935020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.936574"], ["updated_at", "2018-10-11 16:40:18.936574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.938247"], ["updated_at", "2018-10-11 16:40:18.938247"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.940147"], ["updated_at", "2018-10-11 16:40:18.940147"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.942787"], ["updated_at", "2018-10-11 16:40:18.942787"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.945491"], ["updated_at", "2018-10-11 16:40:18.945491"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.948188"], ["updated_at", "2018-10-11 16:40:18.948188"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.950824"], ["updated_at", "2018-10-11 16:40:18.950824"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.953328"], ["updated_at", "2018-10-11 16:40:18.953328"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.956138"], ["updated_at", "2018-10-11 16:40:18.956138"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.959046"], ["updated_at", "2018-10-11 16:40:18.959046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.961182"], ["updated_at", "2018-10-11 16:40:18.961182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.962986"], ["updated_at", "2018-10-11 16:40:18.962986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.964634"], ["updated_at", "2018-10-11 16:40:18.964634"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.966198"], ["updated_at", "2018-10-11 16:40:18.966198"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.967871"], ["updated_at", "2018-10-11 16:40:18.967871"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.970691"], ["updated_at", "2018-10-11 16:40:18.970691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.972495"], ["updated_at", "2018-10-11 16:40:18.972495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.974201"], ["updated_at", "2018-10-11 16:40:18.974201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.975760"], ["updated_at", "2018-10-11 16:40:18.975760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.977401"], ["updated_at", "2018-10-11 16:40:18.977401"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.979016"], ["updated_at", "2018-10-11 16:40:18.979016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.980736"], ["updated_at", "2018-10-11 16:40:18.980736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.982331"], ["updated_at", "2018-10-11 16:40:18.982331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.983964"], ["updated_at", "2018-10-11 16:40:18.983964"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.986405"], ["updated_at", "2018-10-11 16:40:18.986405"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.990260"], ["updated_at", "2018-10-11 16:40:18.990260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.992600"], ["updated_at", "2018-10-11 16:40:18.992600"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.994242"], ["updated_at", "2018-10-11 16:40:18.994242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.996247"], ["updated_at", "2018-10-11 16:40:18.996247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.997883"], ["updated_at", "2018-10-11 16:40:18.997883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:18.999460"], ["updated_at", "2018-10-11 16:40:18.999460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.001028"], ["updated_at", "2018-10-11 16:40:19.001028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.002644"], ["updated_at", "2018-10-11 16:40:19.002644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.004273"], ["updated_at", "2018-10-11 16:40:19.004273"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.005987"], ["updated_at", "2018-10-11 16:40:19.005987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.007739"], ["updated_at", "2018-10-11 16:40:19.007739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.009319"], ["updated_at", "2018-10-11 16:40:19.009319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.010994"], ["updated_at", "2018-10-11 16:40:19.010994"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.012668"], ["updated_at", "2018-10-11 16:40:19.012668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.014385"], ["updated_at", "2018-10-11 16:40:19.014385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.015940"], ["updated_at", "2018-10-11 16:40:19.015940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.017540"], ["updated_at", "2018-10-11 16:40:19.017540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.019099"], ["updated_at", "2018-10-11 16:40:19.019099"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.020716"], ["updated_at", "2018-10-11 16:40:19.020716"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.023158"], ["updated_at", "2018-10-11 16:40:19.023158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.025804"], ["updated_at", "2018-10-11 16:40:19.025804"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.027544"], ["updated_at", "2018-10-11 16:40:19.027544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.029546"], ["updated_at", "2018-10-11 16:40:19.029546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.031308"], ["updated_at", "2018-10-11 16:40:19.031308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.032895"], ["updated_at", "2018-10-11 16:40:19.032895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.035658"], ["updated_at", "2018-10-11 16:40:19.035658"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.037453"], ["updated_at", "2018-10-11 16:40:19.037453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.039174"], ["updated_at", "2018-10-11 16:40:19.039174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.040794"], ["updated_at", "2018-10-11 16:40:19.040794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.042338"], ["updated_at", "2018-10-11 16:40:19.042338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.044007"], ["updated_at", "2018-10-11 16:40:19.044007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.045685"], ["updated_at", "2018-10-11 16:40:19.045685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.047420"], ["updated_at", "2018-10-11 16:40:19.047420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.049062"], ["updated_at", "2018-10-11 16:40:19.049062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.050626"], ["updated_at", "2018-10-11 16:40:19.050626"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.052895"], ["updated_at", "2018-10-11 16:40:19.052895"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.056798"], ["updated_at", "2018-10-11 16:40:19.056798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.059486"], ["updated_at", "2018-10-11 16:40:19.059486"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.061462"], ["updated_at", "2018-10-11 16:40:19.061462"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.064314"], ["updated_at", "2018-10-11 16:40:19.064314"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.066877"], ["updated_at", "2018-10-11 16:40:19.066877"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.069461"], ["updated_at", "2018-10-11 16:40:19.069461"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.072257"], ["updated_at", "2018-10-11 16:40:19.072257"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.074862"], ["updated_at", "2018-10-11 16:40:19.074862"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.077612"], ["updated_at", "2018-10-11 16:40:19.077612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.080375"], ["updated_at", "2018-10-11 16:40:19.080375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.082269"], ["updated_at", "2018-10-11 16:40:19.082269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.083832"], ["updated_at", "2018-10-11 16:40:19.083832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.085378"], ["updated_at", "2018-10-11 16:40:19.085378"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.086906"], ["updated_at", "2018-10-11 16:40:19.086906"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.088725"], ["updated_at", "2018-10-11 16:40:19.088725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.091266"], ["updated_at", "2018-10-11 16:40:19.091266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.093248"], ["updated_at", "2018-10-11 16:40:19.093248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.095156"], ["updated_at", "2018-10-11 16:40:19.095156"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.096917"], ["updated_at", "2018-10-11 16:40:19.096917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.098514"], ["updated_at", "2018-10-11 16:40:19.098514"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.100259"], ["updated_at", "2018-10-11 16:40:19.100259"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.103117"], ["updated_at", "2018-10-11 16:40:19.103117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.104936"], ["updated_at", "2018-10-11 16:40:19.104936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.106651"], ["updated_at", "2018-10-11 16:40:19.106651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.108323"], ["updated_at", "2018-10-11 16:40:19.108323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.109862"], ["updated_at", "2018-10-11 16:40:19.109862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.111602"], ["updated_at", "2018-10-11 16:40:19.111602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.113400"], ["updated_at", "2018-10-11 16:40:19.113400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.115001"], ["updated_at", "2018-10-11 16:40:19.115001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.116688"], ["updated_at", "2018-10-11 16:40:19.116688"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.118272"], ["updated_at", "2018-10-11 16:40:19.118272"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.120933"], ["updated_at", "2018-10-11 16:40:19.120933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.124852"], ["updated_at", "2018-10-11 16:40:19.124852"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.127149"], ["updated_at", "2018-10-11 16:40:19.127149"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.128982"], ["updated_at", "2018-10-11 16:40:19.128982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.130703"], ["updated_at", "2018-10-11 16:40:19.130703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.132227"], ["updated_at", "2018-10-11 16:40:19.132227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.133827"], ["updated_at", "2018-10-11 16:40:19.133827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.135366"], ["updated_at", "2018-10-11 16:40:19.135366"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.137005"], ["updated_at", "2018-10-11 16:40:19.137005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.138738"], ["updated_at", "2018-10-11 16:40:19.138738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.140420"], ["updated_at", "2018-10-11 16:40:19.140420"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.142005"], ["updated_at", "2018-10-11 16:40:19.142005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.143677"], ["updated_at", "2018-10-11 16:40:19.143677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.145368"], ["updated_at", "2018-10-11 16:40:19.145368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.147023"], ["updated_at", "2018-10-11 16:40:19.147023"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.148595"], ["updated_at", "2018-10-11 16:40:19.148595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.150213"], ["updated_at", "2018-10-11 16:40:19.150213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.151809"], ["updated_at", "2018-10-11 16:40:19.151809"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.153339"], ["updated_at", "2018-10-11 16:40:19.153339"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.155852"], ["updated_at", "2018-10-11 16:40:19.155852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.158384"], ["updated_at", "2018-10-11 16:40:19.158384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.160079"], ["updated_at", "2018-10-11 16:40:19.160079"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.161777"], ["updated_at", "2018-10-11 16:40:19.161777"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.163653"], ["updated_at", "2018-10-11 16:40:19.163653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.165449"], ["updated_at", "2018-10-11 16:40:19.165449"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.167128"], ["updated_at", "2018-10-11 16:40:19.167128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.169990"], ["updated_at", "2018-10-11 16:40:19.169990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.171657"], ["updated_at", "2018-10-11 16:40:19.171657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.173275"], ["updated_at", "2018-10-11 16:40:19.173275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.174857"], ["updated_at", "2018-10-11 16:40:19.174857"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.176453"], ["updated_at", "2018-10-11 16:40:19.176453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.178189"], ["updated_at", "2018-10-11 16:40:19.178189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.179808"], ["updated_at", "2018-10-11 16:40:19.179808"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.181455"], ["updated_at", "2018-10-11 16:40:19.181455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.183569"], ["updated_at", "2018-10-11 16:40:19.183569"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.185328"], ["updated_at", "2018-10-11 16:40:19.185328"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.190738"], ["updated_at", "2018-10-11 16:40:19.190738"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.193742"], ["updated_at", "2018-10-11 16:40:19.193742"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.196541"], ["updated_at", "2018-10-11 16:40:19.196541"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.199228"], ["updated_at", "2018-10-11 16:40:19.199228"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.201892"], ["updated_at", "2018-10-11 16:40:19.201892"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.204579"], ["updated_at", "2018-10-11 16:40:19.204579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.207328"], ["updated_at", "2018-10-11 16:40:19.207328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.208981"], ["updated_at", "2018-10-11 16:40:19.208981"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.210553"], ["updated_at", "2018-10-11 16:40:19.210553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.212294"], ["updated_at", "2018-10-11 16:40:19.212294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.214092"], ["updated_at", "2018-10-11 16:40:19.214092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.215647"], ["updated_at", "2018-10-11 16:40:19.215647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.217286"], ["updated_at", "2018-10-11 16:40:19.217286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.218877"], ["updated_at", "2018-10-11 16:40:19.218877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.220506"], ["updated_at", "2018-10-11 16:40:19.220506"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.222315"], ["updated_at", "2018-10-11 16:40:19.222315"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.224739"], ["updated_at", "2018-10-11 16:40:19.224739"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.226679"], ["updated_at", "2018-10-11 16:40:19.226679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.228518"], ["updated_at", "2018-10-11 16:40:19.228518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.230357"], ["updated_at", "2018-10-11 16:40:19.230357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.232003"], ["updated_at", "2018-10-11 16:40:19.232003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.233622"], ["updated_at", "2018-10-11 16:40:19.233622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.236652"], ["updated_at", "2018-10-11 16:40:19.236652"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.238307"], ["updated_at", "2018-10-11 16:40:19.238307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.240028"], ["updated_at", "2018-10-11 16:40:19.240028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.241623"], ["updated_at", "2018-10-11 16:40:19.241623"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.243294"], ["updated_at", "2018-10-11 16:40:19.243294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.245186"], ["updated_at", "2018-10-11 16:40:19.245186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.246927"], ["updated_at", "2018-10-11 16:40:19.246927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.248553"], ["updated_at", "2018-10-11 16:40:19.248553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.250156"], ["updated_at", "2018-10-11 16:40:19.250156"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.251729"], ["updated_at", "2018-10-11 16:40:19.251729"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.254869"], ["updated_at", "2018-10-11 16:40:19.254869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.258847"], ["updated_at", "2018-10-11 16:40:19.258847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.260531"], ["updated_at", "2018-10-11 16:40:19.260531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.262249"], ["updated_at", "2018-10-11 16:40:19.262249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.263982"], ["updated_at", "2018-10-11 16:40:19.263982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.265618"], ["updated_at", "2018-10-11 16:40:19.265618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.267183"], ["updated_at", "2018-10-11 16:40:19.267183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.268781"], ["updated_at", "2018-10-11 16:40:19.268781"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.270350"], ["updated_at", "2018-10-11 16:40:19.270350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.272129"], ["updated_at", "2018-10-11 16:40:19.272129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.273767"], ["updated_at", "2018-10-11 16:40:19.273767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.275429"], ["updated_at", "2018-10-11 16:40:19.275429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.277033"], ["updated_at", "2018-10-11 16:40:19.277033"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.278725"], ["updated_at", "2018-10-11 16:40:19.278725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.280742"], ["updated_at", "2018-10-11 16:40:19.280742"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.282376"], ["updated_at", "2018-10-11 16:40:19.282376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.284000"], ["updated_at", "2018-10-11 16:40:19.284000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.285578"], ["updated_at", "2018-10-11 16:40:19.285578"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.287276"], ["updated_at", "2018-10-11 16:40:19.287276"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.289725"], ["updated_at", "2018-10-11 16:40:19.289725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.292387"], ["updated_at", "2018-10-11 16:40:19.292387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.294283"], ["updated_at", "2018-10-11 16:40:19.294283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.296084"], ["updated_at", "2018-10-11 16:40:19.296084"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.297881"], ["updated_at", "2018-10-11 16:40:19.297881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.299464"], ["updated_at", "2018-10-11 16:40:19.299464"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.301175"], ["updated_at", "2018-10-11 16:40:19.301175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.304056"], ["updated_at", "2018-10-11 16:40:19.304056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.305848"], ["updated_at", "2018-10-11 16:40:19.305848"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.307462"], ["updated_at", "2018-10-11 16:40:19.307462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.309153"], ["updated_at", "2018-10-11 16:40:19.309153"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.310808"], ["updated_at", "2018-10-11 16:40:19.310808"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.313235"], ["updated_at", "2018-10-11 16:40:19.313235"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.315940"], ["updated_at", "2018-10-11 16:40:19.315940"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.318613"], ["updated_at", "2018-10-11 16:40:19.318613"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.322681"], ["updated_at", "2018-10-11 16:40:19.322681"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.328539"], ["updated_at", "2018-10-11 16:40:19.328539"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.331289"], ["updated_at", "2018-10-11 16:40:19.331289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.334042"], ["updated_at", "2018-10-11 16:40:19.334042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.335769"], ["updated_at", "2018-10-11 16:40:19.335769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.337345"], ["updated_at", "2018-10-11 16:40:19.337345"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.339007"], ["updated_at", "2018-10-11 16:40:19.339007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.340694"], ["updated_at", "2018-10-11 16:40:19.340694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.342316"], ["updated_at", "2018-10-11 16:40:19.342316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.343867"], ["updated_at", "2018-10-11 16:40:19.343867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.345723"], ["updated_at", "2018-10-11 16:40:19.345723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.347445"], ["updated_at", "2018-10-11 16:40:19.347445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.349047"], ["updated_at", "2018-10-11 16:40:19.349047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.350653"], ["updated_at", "2018-10-11 16:40:19.350653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.352328"], ["updated_at", "2018-10-11 16:40:19.352328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.353910"], ["updated_at", "2018-10-11 16:40:19.353910"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.356127"], ["updated_at", "2018-10-11 16:40:19.356127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.358720"], ["updated_at", "2018-10-11 16:40:19.358720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.360503"], ["updated_at", "2018-10-11 16:40:19.360503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.362186"], ["updated_at", "2018-10-11 16:40:19.362186"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.363937"], ["updated_at", "2018-10-11 16:40:19.363937"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.365478"], ["updated_at", "2018-10-11 16:40:19.365478"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.367173"], ["updated_at", "2018-10-11 16:40:19.367173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.370014"], ["updated_at", "2018-10-11 16:40:19.370014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.371696"], ["updated_at", "2018-10-11 16:40:19.371696"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.373349"], ["updated_at", "2018-10-11 16:40:19.373349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.375038"], ["updated_at", "2018-10-11 16:40:19.375038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.376636"], ["updated_at", "2018-10-11 16:40:19.376636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.378262"], ["updated_at", "2018-10-11 16:40:19.378262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.379985"], ["updated_at", "2018-10-11 16:40:19.379985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.381675"], ["updated_at", "2018-10-11 16:40:19.381675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.383410"], ["updated_at", "2018-10-11 16:40:19.383410"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.385111"], ["updated_at", "2018-10-11 16:40:19.385111"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.388563"], ["updated_at", "2018-10-11 16:40:19.388563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.391991"], ["updated_at", "2018-10-11 16:40:19.391991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.393636"], ["updated_at", "2018-10-11 16:40:19.393636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.395521"], ["updated_at", "2018-10-11 16:40:19.395521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.397298"], ["updated_at", "2018-10-11 16:40:19.397298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.398904"], ["updated_at", "2018-10-11 16:40:19.398904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.400531"], ["updated_at", "2018-10-11 16:40:19.400531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.402197"], ["updated_at", "2018-10-11 16:40:19.402197"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.403828"], ["updated_at", "2018-10-11 16:40:19.403828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.405591"], ["updated_at", "2018-10-11 16:40:19.405591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.407279"], ["updated_at", "2018-10-11 16:40:19.407279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.408972"], ["updated_at", "2018-10-11 16:40:19.408972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.410527"], ["updated_at", "2018-10-11 16:40:19.410527"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.412258"], ["updated_at", "2018-10-11 16:40:19.412258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.414250"], ["updated_at", "2018-10-11 16:40:19.414250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.415860"], ["updated_at", "2018-10-11 16:40:19.415860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.417442"], ["updated_at", "2018-10-11 16:40:19.417442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.419058"], ["updated_at", "2018-10-11 16:40:19.419058"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.420628"], ["updated_at", "2018-10-11 16:40:19.420628"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.423083"], ["updated_at", "2018-10-11 16:40:19.423083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.425657"], ["updated_at", "2018-10-11 16:40:19.425657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.427520"], ["updated_at", "2018-10-11 16:40:19.427520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.429366"], ["updated_at", "2018-10-11 16:40:19.429366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.431157"], ["updated_at", "2018-10-11 16:40:19.431157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.432731"], ["updated_at", "2018-10-11 16:40:19.432731"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.434320"], ["updated_at", "2018-10-11 16:40:19.434320"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.437932"], ["updated_at", "2018-10-11 16:40:19.437932"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.440686"], ["updated_at", "2018-10-11 16:40:19.440686"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.443447"], ["updated_at", "2018-10-11 16:40:19.443447"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.446389"], ["updated_at", "2018-10-11 16:40:19.446389"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.449147"], ["updated_at", "2018-10-11 16:40:19.449147"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.451870"], ["updated_at", "2018-10-11 16:40:19.451870"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.456775"], ["updated_at", "2018-10-11 16:40:19.456775"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.460157"], ["updated_at", "2018-10-11 16:40:19.460157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.461902"], ["updated_at", "2018-10-11 16:40:19.461902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.463583"], ["updated_at", "2018-10-11 16:40:19.463583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.465266"], ["updated_at", "2018-10-11 16:40:19.465266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.466860"], ["updated_at", "2018-10-11 16:40:19.466860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.468425"], ["updated_at", "2018-10-11 16:40:19.468425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.470058"], ["updated_at", "2018-10-11 16:40:19.470058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.471793"], ["updated_at", "2018-10-11 16:40:19.471793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.473651"], ["updated_at", "2018-10-11 16:40:19.473651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.475248"], ["updated_at", "2018-10-11 16:40:19.475248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.476831"], ["updated_at", "2018-10-11 16:40:19.476831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.478550"], ["updated_at", "2018-10-11 16:40:19.478550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.480274"], ["updated_at", "2018-10-11 16:40:19.480274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.481963"], ["updated_at", "2018-10-11 16:40:19.481963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.483581"], ["updated_at", "2018-10-11 16:40:19.483581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.485162"], ["updated_at", "2018-10-11 16:40:19.485162"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.486696"], ["updated_at", "2018-10-11 16:40:19.486696"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.488826"], ["updated_at", "2018-10-11 16:40:19.488826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.491523"], ["updated_at", "2018-10-11 16:40:19.491523"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.493371"], ["updated_at", "2018-10-11 16:40:19.493371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.495226"], ["updated_at", "2018-10-11 16:40:19.495226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.497048"], ["updated_at", "2018-10-11 16:40:19.497048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.498768"], ["updated_at", "2018-10-11 16:40:19.498768"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.500546"], ["updated_at", "2018-10-11 16:40:19.500546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.503408"], ["updated_at", "2018-10-11 16:40:19.503408"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.505064"], ["updated_at", "2018-10-11 16:40:19.505064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.506758"], ["updated_at", "2018-10-11 16:40:19.506758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.508305"], ["updated_at", "2018-10-11 16:40:19.508305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.509911"], ["updated_at", "2018-10-11 16:40:19.509911"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.511586"], ["updated_at", "2018-10-11 16:40:19.511586"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.513319"], ["updated_at", "2018-10-11 16:40:19.513319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.514998"], ["updated_at", "2018-10-11 16:40:19.514998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.516580"], ["updated_at", "2018-10-11 16:40:19.516580"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.518227"], ["updated_at", "2018-10-11 16:40:19.518227"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.521982"], ["updated_at", "2018-10-11 16:40:19.521982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.525384"], ["updated_at", "2018-10-11 16:40:19.525384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.526949"], ["updated_at", "2018-10-11 16:40:19.526949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.528584"], ["updated_at", "2018-10-11 16:40:19.528584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.530380"], ["updated_at", "2018-10-11 16:40:19.530380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.532024"], ["updated_at", "2018-10-11 16:40:19.532024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.533622"], ["updated_at", "2018-10-11 16:40:19.533622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.535207"], ["updated_at", "2018-10-11 16:40:19.535207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.536842"], ["updated_at", "2018-10-11 16:40:19.536842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.538528"], ["updated_at", "2018-10-11 16:40:19.538528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.540174"], ["updated_at", "2018-10-11 16:40:19.540174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.541782"], ["updated_at", "2018-10-11 16:40:19.541782"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.543463"], ["updated_at", "2018-10-11 16:40:19.543463"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.545213"], ["updated_at", "2018-10-11 16:40:19.545213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.547058"], ["updated_at", "2018-10-11 16:40:19.547058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.548748"], ["updated_at", "2018-10-11 16:40:19.548748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.550416"], ["updated_at", "2018-10-11 16:40:19.550416"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.551943"], ["updated_at", "2018-10-11 16:40:19.551943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.553667"], ["updated_at", "2018-10-11 16:40:19.553667"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.555923"], ["updated_at", "2018-10-11 16:40:19.555923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.558493"], ["updated_at", "2018-10-11 16:40:19.558493"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.560290"], ["updated_at", "2018-10-11 16:40:19.560290"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.562284"], ["updated_at", "2018-10-11 16:40:19.562284"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.564394"], ["updated_at", "2018-10-11 16:40:19.564394"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.566515"], ["updated_at", "2018-10-11 16:40:19.566515"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.568371"], ["updated_at", "2018-10-11 16:40:19.568371"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.572662"], ["updated_at", "2018-10-11 16:40:19.572662"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.575400"], ["updated_at", "2018-10-11 16:40:19.575400"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.578155"], ["updated_at", "2018-10-11 16:40:19.578155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.580938"], ["updated_at", "2018-10-11 16:40:19.580938"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.582807"], ["updated_at", "2018-10-11 16:40:19.582807"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.584917"], ["updated_at", "2018-10-11 16:40:19.584917"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.587283"], ["updated_at", "2018-10-11 16:40:19.587283"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.590950"], ["updated_at", "2018-10-11 16:40:19.590950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.593438"], ["updated_at", "2018-10-11 16:40:19.593438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.595103"], ["updated_at", "2018-10-11 16:40:19.595103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.596781"], ["updated_at", "2018-10-11 16:40:19.596781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.598433"], ["updated_at", "2018-10-11 16:40:19.598433"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.600096"], ["updated_at", "2018-10-11 16:40:19.600096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.601793"], ["updated_at", "2018-10-11 16:40:19.601793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.603385"], ["updated_at", "2018-10-11 16:40:19.603385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.605117"], ["updated_at", "2018-10-11 16:40:19.605117"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.606839"], ["updated_at", "2018-10-11 16:40:19.606839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.608520"], ["updated_at", "2018-10-11 16:40:19.608520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.610129"], ["updated_at", "2018-10-11 16:40:19.610129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.611779"], ["updated_at", "2018-10-11 16:40:19.611779"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.613571"], ["updated_at", "2018-10-11 16:40:19.613571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.615276"], ["updated_at", "2018-10-11 16:40:19.615276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.616896"], ["updated_at", "2018-10-11 16:40:19.616896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.618437"], ["updated_at", "2018-10-11 16:40:19.618437"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.620056"], ["updated_at", "2018-10-11 16:40:19.620056"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.622440"], ["updated_at", "2018-10-11 16:40:19.622440"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.626387"], ["updated_at", "2018-10-11 16:40:19.626387"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.629247"], ["updated_at", "2018-10-11 16:40:19.629247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.631533"], ["updated_at", "2018-10-11 16:40:19.631533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.633201"], ["updated_at", "2018-10-11 16:40:19.633201"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.634938"], ["updated_at", "2018-10-11 16:40:19.634938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.637706"], ["updated_at", "2018-10-11 16:40:19.637706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.639379"], ["updated_at", "2018-10-11 16:40:19.639379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.641011"], ["updated_at", "2018-10-11 16:40:19.641011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.642690"], ["updated_at", "2018-10-11 16:40:19.642690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.644296"], ["updated_at", "2018-10-11 16:40:19.644296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.646000"], ["updated_at", "2018-10-11 16:40:19.646000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.647696"], ["updated_at", "2018-10-11 16:40:19.647696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.649271"], ["updated_at", "2018-10-11 16:40:19.649271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.650890"], ["updated_at", "2018-10-11 16:40:19.650890"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.652563"], ["updated_at", "2018-10-11 16:40:19.652563"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.655796"], ["updated_at", "2018-10-11 16:40:19.655796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.659605"], ["updated_at", "2018-10-11 16:40:19.659605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.661366"], ["updated_at", "2018-10-11 16:40:19.661366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.663135"], ["updated_at", "2018-10-11 16:40:19.663135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.665112"], ["updated_at", "2018-10-11 16:40:19.665112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.666888"], ["updated_at", "2018-10-11 16:40:19.666888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.668484"], ["updated_at", "2018-10-11 16:40:19.668484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.670100"], ["updated_at", "2018-10-11 16:40:19.670100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.671803"], ["updated_at", "2018-10-11 16:40:19.671803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.673646"], ["updated_at", "2018-10-11 16:40:19.673646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.675231"], ["updated_at", "2018-10-11 16:40:19.675231"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.676835"], ["updated_at", "2018-10-11 16:40:19.676835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.678537"], ["updated_at", "2018-10-11 16:40:19.678537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.680291"], ["updated_at", "2018-10-11 16:40:19.680291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.682237"], ["updated_at", "2018-10-11 16:40:19.682237"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.684185"], ["updated_at", "2018-10-11 16:40:19.684185"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.686201"], ["updated_at", "2018-10-11 16:40:19.686201"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.688685"], ["updated_at", "2018-10-11 16:40:19.688685"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.691758"], ["updated_at", "2018-10-11 16:40:19.691758"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.693790"], ["updated_at", "2018-10-11 16:40:19.693790"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.695977"], ["updated_at", "2018-10-11 16:40:19.695977"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.698952"], ["updated_at", "2018-10-11 16:40:19.698952"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.700982"], ["updated_at", "2018-10-11 16:40:19.700982"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.702888"], ["updated_at", "2018-10-11 16:40:19.702888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.707957"], ["updated_at", "2018-10-11 16:40:19.707957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.709722"], ["updated_at", "2018-10-11 16:40:19.709722"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.711517"], ["updated_at", "2018-10-11 16:40:19.711517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.713479"], ["updated_at", "2018-10-11 16:40:19.713479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.715219"], ["updated_at", "2018-10-11 16:40:19.715219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.716838"], ["updated_at", "2018-10-11 16:40:19.716838"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.718435"], ["updated_at", "2018-10-11 16:40:19.718435"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.720907"], ["updated_at", "2018-10-11 16:40:19.720907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.725019"], ["updated_at", "2018-10-11 16:40:19.725019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.727299"], ["updated_at", "2018-10-11 16:40:19.727299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.729004"], ["updated_at", "2018-10-11 16:40:19.729004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.730791"], ["updated_at", "2018-10-11 16:40:19.730791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.732380"], ["updated_at", "2018-10-11 16:40:19.732380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.734046"], ["updated_at", "2018-10-11 16:40:19.734046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.735641"], ["updated_at", "2018-10-11 16:40:19.735641"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.737227"], ["updated_at", "2018-10-11 16:40:19.737227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.739128"], ["updated_at", "2018-10-11 16:40:19.739128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.740855"], ["updated_at", "2018-10-11 16:40:19.740855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.742438"], ["updated_at", "2018-10-11 16:40:19.742438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.744092"], ["updated_at", "2018-10-11 16:40:19.744092"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.745734"], ["updated_at", "2018-10-11 16:40:19.745734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.747452"], ["updated_at", "2018-10-11 16:40:19.747452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.749080"], ["updated_at", "2018-10-11 16:40:19.749080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.750677"], ["updated_at", "2018-10-11 16:40:19.750677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.752339"], ["updated_at", "2018-10-11 16:40:19.752339"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.753932"], ["updated_at", "2018-10-11 16:40:19.753932"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.756475"], ["updated_at", "2018-10-11 16:40:19.756475"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.759237"], ["updated_at", "2018-10-11 16:40:19.759237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.761145"], ["updated_at", "2018-10-11 16:40:19.761145"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.762900"], ["updated_at", "2018-10-11 16:40:19.762900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.764807"], ["updated_at", "2018-10-11 16:40:19.764807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.766435"], ["updated_at", "2018-10-11 16:40:19.766435"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.768352"], ["updated_at", "2018-10-11 16:40:19.768352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.771282"], ["updated_at", "2018-10-11 16:40:19.771282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.772989"], ["updated_at", "2018-10-11 16:40:19.772989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.774641"], ["updated_at", "2018-10-11 16:40:19.774641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.776230"], ["updated_at", "2018-10-11 16:40:19.776230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.777891"], ["updated_at", "2018-10-11 16:40:19.777891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.779546"], ["updated_at", "2018-10-11 16:40:19.779546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.781308"], ["updated_at", "2018-10-11 16:40:19.781308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.782984"], ["updated_at", "2018-10-11 16:40:19.782984"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.785136"], ["updated_at", "2018-10-11 16:40:19.785136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.792139"], ["updated_at", "2018-10-11 16:40:19.792139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.793900"], ["updated_at", "2018-10-11 16:40:19.793900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.795568"], ["updated_at", "2018-10-11 16:40:19.795568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.797178"], ["updated_at", "2018-10-11 16:40:19.797178"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.798908"], ["updated_at", "2018-10-11 16:40:19.798908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.800685"], ["updated_at", "2018-10-11 16:40:19.800685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.802286"], ["updated_at", "2018-10-11 16:40:19.802286"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.803940"], ["updated_at", "2018-10-11 16:40:19.803940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.805955"], ["updated_at", "2018-10-11 16:40:19.805955"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.807861"], ["updated_at", "2018-10-11 16:40:19.807861"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.810659"], ["updated_at", "2018-10-11 16:40:19.810659"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.813748"], ["updated_at", "2018-10-11 16:40:19.813748"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.816413"], ["updated_at", "2018-10-11 16:40:19.816413"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.819055"], ["updated_at", "2018-10-11 16:40:19.819055"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.821779"], ["updated_at", "2018-10-11 16:40:19.821779"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.824742"], ["updated_at", "2018-10-11 16:40:19.824742"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.826713"], ["updated_at", "2018-10-11 16:40:19.826713"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.829102"], ["updated_at", "2018-10-11 16:40:19.829102"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.831369"], ["updated_at", "2018-10-11 16:40:19.831369"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.832980"], ["updated_at", "2018-10-11 16:40:19.832980"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.834534"], ["updated_at", "2018-10-11 16:40:19.834534"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.838221"], ["updated_at", "2018-10-11 16:40:19.838221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.840041"], ["updated_at", "2018-10-11 16:40:19.840041"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.841579"], ["updated_at", "2018-10-11 16:40:19.841579"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.843432"], ["updated_at", "2018-10-11 16:40:19.843432"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.845192"], ["updated_at", "2018-10-11 16:40:19.845192"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.847048"], ["updated_at", "2018-10-11 16:40:19.847048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.848853"], ["updated_at", "2018-10-11 16:40:19.848853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.850451"], ["updated_at", "2018-10-11 16:40:19.850451"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.852126"], ["updated_at", "2018-10-11 16:40:19.852126"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.856820"], ["updated_at", "2018-10-11 16:40:19.856820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.859371"], ["updated_at", "2018-10-11 16:40:19.859371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.860971"], ["updated_at", "2018-10-11 16:40:19.860971"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.862858"], ["updated_at", "2018-10-11 16:40:19.862858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.864590"], ["updated_at", "2018-10-11 16:40:19.864590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.866199"], ["updated_at", "2018-10-11 16:40:19.866199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.867928"], ["updated_at", "2018-10-11 16:40:19.867928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.869513"], ["updated_at", "2018-10-11 16:40:19.869513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.871214"], ["updated_at", "2018-10-11 16:40:19.871214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.873000"], ["updated_at", "2018-10-11 16:40:19.873000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.874662"], ["updated_at", "2018-10-11 16:40:19.874662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.876186"], ["updated_at", "2018-10-11 16:40:19.876186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.877919"], ["updated_at", "2018-10-11 16:40:19.877919"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.879708"], ["updated_at", "2018-10-11 16:40:19.879708"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.882215"], ["updated_at", "2018-10-11 16:40:19.882215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.883938"], ["updated_at", "2018-10-11 16:40:19.883938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.885495"], ["updated_at", "2018-10-11 16:40:19.885495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.887145"], ["updated_at", "2018-10-11 16:40:19.887145"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.889082"], ["updated_at", "2018-10-11 16:40:19.889082"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.891765"], ["updated_at", "2018-10-11 16:40:19.891765"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.895373"], ["updated_at", "2018-10-11 16:40:19.895373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.898123"], ["updated_at", "2018-10-11 16:40:19.898123"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.900575"], ["updated_at", "2018-10-11 16:40:19.900575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.902251"], ["updated_at", "2018-10-11 16:40:19.902251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.903828"], ["updated_at", "2018-10-11 16:40:19.903828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.907907"], ["updated_at", "2018-10-11 16:40:19.907907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.909904"], ["updated_at", "2018-10-11 16:40:19.909904"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.911552"], ["updated_at", "2018-10-11 16:40:19.911552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.913295"], ["updated_at", "2018-10-11 16:40:19.913295"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.914940"], ["updated_at", "2018-10-11 16:40:19.914940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.916747"], ["updated_at", "2018-10-11 16:40:19.916747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.918433"], ["updated_at", "2018-10-11 16:40:19.918433"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.920709"], ["updated_at", "2018-10-11 16:40:19.920709"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.924887"], ["updated_at", "2018-10-11 16:40:19.924887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.927408"], ["updated_at", "2018-10-11 16:40:19.927408"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.929179"], ["updated_at", "2018-10-11 16:40:19.929179"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.931777"], ["updated_at", "2018-10-11 16:40:19.931777"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.934364"], ["updated_at", "2018-10-11 16:40:19.934364"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.937038"], ["updated_at", "2018-10-11 16:40:19.937038"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.939723"], ["updated_at", "2018-10-11 16:40:19.939723"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.942329"], ["updated_at", "2018-10-11 16:40:19.942329"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.944924"], ["updated_at", "2018-10-11 16:40:19.944924"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.947641"], ["updated_at", "2018-10-11 16:40:19.947641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.950199"], ["updated_at", "2018-10-11 16:40:19.950199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.951784"], ["updated_at", "2018-10-11 16:40:19.951784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.953411"], ["updated_at", "2018-10-11 16:40:19.953411"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.955206"], ["updated_at", "2018-10-11 16:40:19.955206"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.957882"], ["updated_at", "2018-10-11 16:40:19.957882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.960242"], ["updated_at", "2018-10-11 16:40:19.960242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.962103"], ["updated_at", "2018-10-11 16:40:19.962103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.963896"], ["updated_at", "2018-10-11 16:40:19.963896"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.965546"], ["updated_at", "2018-10-11 16:40:19.965546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.967355"], ["updated_at", "2018-10-11 16:40:19.967355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.970310"], ["updated_at", "2018-10-11 16:40:19.970310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.971934"], ["updated_at", "2018-10-11 16:40:19.971934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.973568"], ["updated_at", "2018-10-11 16:40:19.973568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.975112"], ["updated_at", "2018-10-11 16:40:19.975112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.976776"], ["updated_at", "2018-10-11 16:40:19.976776"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.978378"], ["updated_at", "2018-10-11 16:40:19.978378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.980072"], ["updated_at", "2018-10-11 16:40:19.980072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.981836"], ["updated_at", "2018-10-11 16:40:19.981836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.983498"], ["updated_at", "2018-10-11 16:40:19.983498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.985094"], ["updated_at", "2018-10-11 16:40:19.985094"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.987417"], ["updated_at", "2018-10-11 16:40:19.987417"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.991387"], ["updated_at", "2018-10-11 16:40:19.991387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.993577"], ["updated_at", "2018-10-11 16:40:19.993577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.995186"], ["updated_at", "2018-10-11 16:40:19.995186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.996834"], ["updated_at", "2018-10-11 16:40:19.996834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:19.998551"], ["updated_at", "2018-10-11 16:40:19.998551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.000119"], ["updated_at", "2018-10-11 16:40:20.000119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.001753"], ["updated_at", "2018-10-11 16:40:20.001753"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.003303"], ["updated_at", "2018-10-11 16:40:20.003303"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.004971"], ["updated_at", "2018-10-11 16:40:20.004971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.006742"], ["updated_at", "2018-10-11 16:40:20.006742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.008362"], ["updated_at", "2018-10-11 16:40:20.008362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.009965"], ["updated_at", "2018-10-11 16:40:20.009965"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.011577"], ["updated_at", "2018-10-11 16:40:20.011577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.013398"], ["updated_at", "2018-10-11 16:40:20.013398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.015136"], ["updated_at", "2018-10-11 16:40:20.015136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.016691"], ["updated_at", "2018-10-11 16:40:20.016691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.018299"], ["updated_at", "2018-10-11 16:40:20.018299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.019928"], ["updated_at", "2018-10-11 16:40:20.019928"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.021682"], ["updated_at", "2018-10-11 16:40:20.021682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.024557"], ["updated_at", "2018-10-11 16:40:20.024557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.026579"], ["updated_at", "2018-10-11 16:40:20.026579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.028279"], ["updated_at", "2018-10-11 16:40:20.028279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.029984"], ["updated_at", "2018-10-11 16:40:20.029984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.031698"], ["updated_at", "2018-10-11 16:40:20.031698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.033233"], ["updated_at", "2018-10-11 16:40:20.033233"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.036530"], ["updated_at", "2018-10-11 16:40:20.036530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.038250"], ["updated_at", "2018-10-11 16:40:20.038250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.039968"], ["updated_at", "2018-10-11 16:40:20.039968"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.041548"], ["updated_at", "2018-10-11 16:40:20.041548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.043297"], ["updated_at", "2018-10-11 16:40:20.043297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.045106"], ["updated_at", "2018-10-11 16:40:20.045106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.046911"], ["updated_at", "2018-10-11 16:40:20.046911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.048577"], ["updated_at", "2018-10-11 16:40:20.048577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.050203"], ["updated_at", "2018-10-11 16:40:20.050203"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.051752"], ["updated_at", "2018-10-11 16:40:20.051752"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.054366"], ["updated_at", "2018-10-11 16:40:20.054366"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.059839"], ["updated_at", "2018-10-11 16:40:20.059839"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.062590"], ["updated_at", "2018-10-11 16:40:20.062590"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.065354"], ["updated_at", "2018-10-11 16:40:20.065354"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.068064"], ["updated_at", "2018-10-11 16:40:20.068064"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.070659"], ["updated_at", "2018-10-11 16:40:20.070659"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.073391"], ["updated_at", "2018-10-11 16:40:20.073391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.075725"], ["updated_at", "2018-10-11 16:40:20.075725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.077354"], ["updated_at", "2018-10-11 16:40:20.077354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.079044"], ["updated_at", "2018-10-11 16:40:20.079044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.080756"], ["updated_at", "2018-10-11 16:40:20.080756"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.082391"], ["updated_at", "2018-10-11 16:40:20.082391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.084233"], ["updated_at", "2018-10-11 16:40:20.084233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.085820"], ["updated_at", "2018-10-11 16:40:20.085820"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.087466"], ["updated_at", "2018-10-11 16:40:20.087466"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.089888"], ["updated_at", "2018-10-11 16:40:20.089888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.092560"], ["updated_at", "2018-10-11 16:40:20.092560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.094296"], ["updated_at", "2018-10-11 16:40:20.094296"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.096036"], ["updated_at", "2018-10-11 16:40:20.096036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.098024"], ["updated_at", "2018-10-11 16:40:20.098024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.099599"], ["updated_at", "2018-10-11 16:40:20.099599"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.101105"], ["updated_at", "2018-10-11 16:40:20.101105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.103990"], ["updated_at", "2018-10-11 16:40:20.103990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.105708"], ["updated_at", "2018-10-11 16:40:20.105708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.107373"], ["updated_at", "2018-10-11 16:40:20.107373"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.108948"], ["updated_at", "2018-10-11 16:40:20.108948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.110621"], ["updated_at", "2018-10-11 16:40:20.110621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.112304"], ["updated_at", "2018-10-11 16:40:20.112304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.114017"], ["updated_at", "2018-10-11 16:40:20.114017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.115690"], ["updated_at", "2018-10-11 16:40:20.115690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.117325"], ["updated_at", "2018-10-11 16:40:20.117325"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.118897"], ["updated_at", "2018-10-11 16:40:20.118897"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.122173"], ["updated_at", "2018-10-11 16:40:20.122173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.126024"], ["updated_at", "2018-10-11 16:40:20.126024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.128022"], ["updated_at", "2018-10-11 16:40:20.128022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.129697"], ["updated_at", "2018-10-11 16:40:20.129697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.131381"], ["updated_at", "2018-10-11 16:40:20.131381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.133079"], ["updated_at", "2018-10-11 16:40:20.133079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.134734"], ["updated_at", "2018-10-11 16:40:20.134734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.136415"], ["updated_at", "2018-10-11 16:40:20.136415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.137974"], ["updated_at", "2018-10-11 16:40:20.137974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.139721"], ["updated_at", "2018-10-11 16:40:20.139721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.141322"], ["updated_at", "2018-10-11 16:40:20.141322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.142937"], ["updated_at", "2018-10-11 16:40:20.142937"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.144521"], ["updated_at", "2018-10-11 16:40:20.144521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.146225"], ["updated_at", "2018-10-11 16:40:20.146225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.147976"], ["updated_at", "2018-10-11 16:40:20.147976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.149540"], ["updated_at", "2018-10-11 16:40:20.149540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.151182"], ["updated_at", "2018-10-11 16:40:20.151182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.152800"], ["updated_at", "2018-10-11 16:40:20.152800"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.154637"], ["updated_at", "2018-10-11 16:40:20.154637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.157620"], ["updated_at", "2018-10-11 16:40:20.157620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.159647"], ["updated_at", "2018-10-11 16:40:20.159647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.161359"], ["updated_at", "2018-10-11 16:40:20.161359"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.163096"], ["updated_at", "2018-10-11 16:40:20.163096"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.164896"], ["updated_at", "2018-10-11 16:40:20.164896"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.166501"], ["updated_at", "2018-10-11 16:40:20.166501"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.169675"], ["updated_at", "2018-10-11 16:40:20.169675"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.171385"], ["updated_at", "2018-10-11 16:40:20.171385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.173135"], ["updated_at", "2018-10-11 16:40:20.173135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.174888"], ["updated_at", "2018-10-11 16:40:20.174888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.176549"], ["updated_at", "2018-10-11 16:40:20.176549"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.178156"], ["updated_at", "2018-10-11 16:40:20.178156"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.180359"], ["updated_at", "2018-10-11 16:40:20.180359"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.183242"], ["updated_at", "2018-10-11 16:40:20.183242"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.185767"], ["updated_at", "2018-10-11 16:40:20.185767"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.190108"], ["updated_at", "2018-10-11 16:40:20.190108"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.193681"], ["updated_at", "2018-10-11 16:40:20.193681"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.196472"], ["updated_at", "2018-10-11 16:40:20.196472"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.199140"], ["updated_at", "2018-10-11 16:40:20.199140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.201725"], ["updated_at", "2018-10-11 16:40:20.201725"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.203563"], ["updated_at", "2018-10-11 16:40:20.203563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.205370"], ["updated_at", "2018-10-11 16:40:20.205370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.207081"], ["updated_at", "2018-10-11 16:40:20.207081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.208731"], ["updated_at", "2018-10-11 16:40:20.208731"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.210321"], ["updated_at", "2018-10-11 16:40:20.210321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.212030"], ["updated_at", "2018-10-11 16:40:20.212030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.213782"], ["updated_at", "2018-10-11 16:40:20.213782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.215452"], ["updated_at", "2018-10-11 16:40:20.215452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.217069"], ["updated_at", "2018-10-11 16:40:20.217069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.218633"], ["updated_at", "2018-10-11 16:40:20.218633"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.220300"], ["updated_at", "2018-10-11 16:40:20.220300"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.222453"], ["updated_at", "2018-10-11 16:40:20.222453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.225352"], ["updated_at", "2018-10-11 16:40:20.225352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.227125"], ["updated_at", "2018-10-11 16:40:20.227125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.229031"], ["updated_at", "2018-10-11 16:40:20.229031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.230851"], ["updated_at", "2018-10-11 16:40:20.230851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.232546"], ["updated_at", "2018-10-11 16:40:20.232546"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.234233"], ["updated_at", "2018-10-11 16:40:20.234233"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.237061"], ["updated_at", "2018-10-11 16:40:20.237061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.238802"], ["updated_at", "2018-10-11 16:40:20.238802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.240563"], ["updated_at", "2018-10-11 16:40:20.240563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.242148"], ["updated_at", "2018-10-11 16:40:20.242148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.243785"], ["updated_at", "2018-10-11 16:40:20.243785"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.245473"], ["updated_at", "2018-10-11 16:40:20.245473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.247185"], ["updated_at", "2018-10-11 16:40:20.247185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.248799"], ["updated_at", "2018-10-11 16:40:20.248799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.250441"], ["updated_at", "2018-10-11 16:40:20.250441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.252139"], ["updated_at", "2018-10-11 16:40:20.252139"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.254500"], ["updated_at", "2018-10-11 16:40:20.254500"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.259054"], ["updated_at", "2018-10-11 16:40:20.259054"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.260982"], ["updated_at", "2018-10-11 16:40:20.260982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.264231"], ["updated_at", "2018-10-11 16:40:20.264231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.265968"], ["updated_at", "2018-10-11 16:40:20.265968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.267535"], ["updated_at", "2018-10-11 16:40:20.267535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.269374"], ["updated_at", "2018-10-11 16:40:20.269374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.271321"], ["updated_at", "2018-10-11 16:40:20.271321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.273116"], ["updated_at", "2018-10-11 16:40:20.273116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.274737"], ["updated_at", "2018-10-11 16:40:20.274737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.276359"], ["updated_at", "2018-10-11 16:40:20.276359"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.278000"], ["updated_at", "2018-10-11 16:40:20.278000"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.279702"], ["updated_at", "2018-10-11 16:40:20.279702"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.281597"], ["updated_at", "2018-10-11 16:40:20.281597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.283391"], ["updated_at", "2018-10-11 16:40:20.283391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.284965"], ["updated_at", "2018-10-11 16:40:20.284965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.286592"], ["updated_at", "2018-10-11 16:40:20.286592"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.288563"], ["updated_at", "2018-10-11 16:40:20.288563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.291591"], ["updated_at", "2018-10-11 16:40:20.291591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.293410"], ["updated_at", "2018-10-11 16:40:20.293410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.295159"], ["updated_at", "2018-10-11 16:40:20.295159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.296893"], ["updated_at", "2018-10-11 16:40:20.296893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.298669"], ["updated_at", "2018-10-11 16:40:20.298669"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.300216"], ["updated_at", "2018-10-11 16:40:20.300216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.303121"], ["updated_at", "2018-10-11 16:40:20.303121"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.305099"], ["updated_at", "2018-10-11 16:40:20.305099"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.307929"], ["updated_at", "2018-10-11 16:40:20.307929"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.310409"], ["updated_at", "2018-10-11 16:40:20.310409"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.313075"], ["updated_at", "2018-10-11 16:40:20.313075"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.315744"], ["updated_at", "2018-10-11 16:40:20.315744"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.318349"], ["updated_at", "2018-10-11 16:40:20.318349"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.321531"], ["updated_at", "2018-10-11 16:40:20.321531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.326892"], ["updated_at", "2018-10-11 16:40:20.326892"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.328792"], ["updated_at", "2018-10-11 16:40:20.328792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.330586"], ["updated_at", "2018-10-11 16:40:20.330586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.332279"], ["updated_at", "2018-10-11 16:40:20.332279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.333900"], ["updated_at", "2018-10-11 16:40:20.333900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.335432"], ["updated_at", "2018-10-11 16:40:20.335432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.337049"], ["updated_at", "2018-10-11 16:40:20.337049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.338810"], ["updated_at", "2018-10-11 16:40:20.338810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.340494"], ["updated_at", "2018-10-11 16:40:20.340494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.342044"], ["updated_at", "2018-10-11 16:40:20.342044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.343723"], ["updated_at", "2018-10-11 16:40:20.343723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.345382"], ["updated_at", "2018-10-11 16:40:20.345382"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.347030"], ["updated_at", "2018-10-11 16:40:20.347030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.348761"], ["updated_at", "2018-10-11 16:40:20.348761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.350329"], ["updated_at", "2018-10-11 16:40:20.350329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.351955"], ["updated_at", "2018-10-11 16:40:20.351955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.353565"], ["updated_at", "2018-10-11 16:40:20.353565"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.355307"], ["updated_at", "2018-10-11 16:40:20.355307"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.357793"], ["updated_at", "2018-10-11 16:40:20.357793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.360031"], ["updated_at", "2018-10-11 16:40:20.360031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.361714"], ["updated_at", "2018-10-11 16:40:20.361714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.363425"], ["updated_at", "2018-10-11 16:40:20.363425"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.365148"], ["updated_at", "2018-10-11 16:40:20.365148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.366680"], ["updated_at", "2018-10-11 16:40:20.366680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.369427"], ["updated_at", "2018-10-11 16:40:20.369427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.371143"], ["updated_at", "2018-10-11 16:40:20.371143"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.372762"], ["updated_at", "2018-10-11 16:40:20.372762"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.374456"], ["updated_at", "2018-10-11 16:40:20.374456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.376068"], ["updated_at", "2018-10-11 16:40:20.376068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.377707"], ["updated_at", "2018-10-11 16:40:20.377707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.379397"], ["updated_at", "2018-10-11 16:40:20.379397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.381069"], ["updated_at", "2018-10-11 16:40:20.381069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.382823"], ["updated_at", "2018-10-11 16:40:20.382823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.384539"], ["updated_at", "2018-10-11 16:40:20.384539"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.386216"], ["updated_at", "2018-10-11 16:40:20.386216"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.389545"], ["updated_at", "2018-10-11 16:40:20.389545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.393139"], ["updated_at", "2018-10-11 16:40:20.393139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.394795"], ["updated_at", "2018-10-11 16:40:20.394795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.396482"], ["updated_at", "2018-10-11 16:40:20.396482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.398200"], ["updated_at", "2018-10-11 16:40:20.398200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.399749"], ["updated_at", "2018-10-11 16:40:20.399749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.401355"], ["updated_at", "2018-10-11 16:40:20.401355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.402923"], ["updated_at", "2018-10-11 16:40:20.402923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.404563"], ["updated_at", "2018-10-11 16:40:20.404563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.406341"], ["updated_at", "2018-10-11 16:40:20.406341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.408046"], ["updated_at", "2018-10-11 16:40:20.408046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.409601"], ["updated_at", "2018-10-11 16:40:20.409601"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.411317"], ["updated_at", "2018-10-11 16:40:20.411317"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.413430"], ["updated_at", "2018-10-11 16:40:20.413430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.415457"], ["updated_at", "2018-10-11 16:40:20.415457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.417108"], ["updated_at", "2018-10-11 16:40:20.417108"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.418661"], ["updated_at", "2018-10-11 16:40:20.418661"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.420313"], ["updated_at", "2018-10-11 16:40:20.420313"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.422127"], ["updated_at", "2018-10-11 16:40:20.422127"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.424982"], ["updated_at", "2018-10-11 16:40:20.424982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.426903"], ["updated_at", "2018-10-11 16:40:20.426903"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.428611"], ["updated_at", "2018-10-11 16:40:20.428611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.430985"], ["updated_at", "2018-10-11 16:40:20.430985"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.433014"], ["updated_at", "2018-10-11 16:40:20.433014"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.434982"], ["updated_at", "2018-10-11 16:40:20.434982"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.439477"], ["updated_at", "2018-10-11 16:40:20.439477"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.442201"], ["updated_at", "2018-10-11 16:40:20.442201"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.444802"], ["updated_at", "2018-10-11 16:40:20.444802"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.447617"], ["updated_at", "2018-10-11 16:40:20.447617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.449712"], ["updated_at", "2018-10-11 16:40:20.449712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.451321"], ["updated_at", "2018-10-11 16:40:20.451321"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.453760"], ["updated_at", "2018-10-11 16:40:20.453760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.457966"], ["updated_at", "2018-10-11 16:40:20.457966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.460167"], ["updated_at", "2018-10-11 16:40:20.460167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.461780"], ["updated_at", "2018-10-11 16:40:20.461780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.463556"], ["updated_at", "2018-10-11 16:40:20.463556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.465240"], ["updated_at", "2018-10-11 16:40:20.465240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.466921"], ["updated_at", "2018-10-11 16:40:20.466921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.468466"], ["updated_at", "2018-10-11 16:40:20.468466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.470110"], ["updated_at", "2018-10-11 16:40:20.470110"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.471836"], ["updated_at", "2018-10-11 16:40:20.471836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.473600"], ["updated_at", "2018-10-11 16:40:20.473600"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.475203"], ["updated_at", "2018-10-11 16:40:20.475203"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.476930"], ["updated_at", "2018-10-11 16:40:20.476930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.478772"], ["updated_at", "2018-10-11 16:40:20.478772"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.480650"], ["updated_at", "2018-10-11 16:40:20.480650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.482362"], ["updated_at", "2018-10-11 16:40:20.482362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.484052"], ["updated_at", "2018-10-11 16:40:20.484052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.485718"], ["updated_at", "2018-10-11 16:40:20.485718"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.487380"], ["updated_at", "2018-10-11 16:40:20.487380"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.489619"], ["updated_at", "2018-10-11 16:40:20.489619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.492350"], ["updated_at", "2018-10-11 16:40:20.492350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.494197"], ["updated_at", "2018-10-11 16:40:20.494197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.496005"], ["updated_at", "2018-10-11 16:40:20.496005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.497724"], ["updated_at", "2018-10-11 16:40:20.497724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.499306"], ["updated_at", "2018-10-11 16:40:20.499306"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.500920"], ["updated_at", "2018-10-11 16:40:20.500920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.503749"], ["updated_at", "2018-10-11 16:40:20.503749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.505421"], ["updated_at", "2018-10-11 16:40:20.505421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.507096"], ["updated_at", "2018-10-11 16:40:20.507096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.508722"], ["updated_at", "2018-10-11 16:40:20.508722"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.510324"], ["updated_at", "2018-10-11 16:40:20.510324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.511960"], ["updated_at", "2018-10-11 16:40:20.511960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.513804"], ["updated_at", "2018-10-11 16:40:20.513804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.515505"], ["updated_at", "2018-10-11 16:40:20.515505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.517190"], ["updated_at", "2018-10-11 16:40:20.517190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.518825"], ["updated_at", "2018-10-11 16:40:20.518825"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.521210"], ["updated_at", "2018-10-11 16:40:20.521210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.525252"], ["updated_at", "2018-10-11 16:40:20.525252"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.527386"], ["updated_at", "2018-10-11 16:40:20.527386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.529164"], ["updated_at", "2018-10-11 16:40:20.529164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.530894"], ["updated_at", "2018-10-11 16:40:20.530894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.532550"], ["updated_at", "2018-10-11 16:40:20.532550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.534215"], ["updated_at", "2018-10-11 16:40:20.534215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.535966"], ["updated_at", "2018-10-11 16:40:20.535966"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.537564"], ["updated_at", "2018-10-11 16:40:20.537564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.539372"], ["updated_at", "2018-10-11 16:40:20.539372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.541007"], ["updated_at", "2018-10-11 16:40:20.541007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.542626"], ["updated_at", "2018-10-11 16:40:20.542626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.544211"], ["updated_at", "2018-10-11 16:40:20.544211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.545822"], ["updated_at", "2018-10-11 16:40:20.545822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.547454"], ["updated_at", "2018-10-11 16:40:20.547454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.549052"], ["updated_at", "2018-10-11 16:40:20.549052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.550748"], ["updated_at", "2018-10-11 16:40:20.550748"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.552331"], ["updated_at", "2018-10-11 16:40:20.552331"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.554370"], ["updated_at", "2018-10-11 16:40:20.554370"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.556940"], ["updated_at", "2018-10-11 16:40:20.556940"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.559271"], ["updated_at", "2018-10-11 16:40:20.559271"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.561340"], ["updated_at", "2018-10-11 16:40:20.561340"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.563443"], ["updated_at", "2018-10-11 16:40:20.563443"], ["parent_id", 39895952907]] Kithe::Work Create (9.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.565542"], ["updated_at", "2018-10-11 16:40:20.565542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.576219"], ["updated_at", "2018-10-11 16:40:20.576219"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.578217"], ["updated_at", "2018-10-11 16:40:20.578217"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.580330"], ["updated_at", "2018-10-11 16:40:20.580330"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.582441"], ["updated_at", "2018-10-11 16:40:20.582441"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.584483"], ["updated_at", "2018-10-11 16:40:20.584483"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.586629"], ["updated_at", "2018-10-11 16:40:20.586629"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.591420"], ["updated_at", "2018-10-11 16:40:20.591420"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.594613"], ["updated_at", "2018-10-11 16:40:20.594613"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.596861"], ["updated_at", "2018-10-11 16:40:20.596861"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.598993"], ["updated_at", "2018-10-11 16:40:20.598993"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.600997"], ["updated_at", "2018-10-11 16:40:20.600997"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.603053"], ["updated_at", "2018-10-11 16:40:20.603053"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.605152"], ["updated_at", "2018-10-11 16:40:20.605152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.607016"], ["updated_at", "2018-10-11 16:40:20.607016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.608721"], ["updated_at", "2018-10-11 16:40:20.608721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.610299"], ["updated_at", "2018-10-11 16:40:20.610299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.611990"], ["updated_at", "2018-10-11 16:40:20.611990"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.613780"], ["updated_at", "2018-10-11 16:40:20.613780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.615573"], ["updated_at", "2018-10-11 16:40:20.615573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.617192"], ["updated_at", "2018-10-11 16:40:20.617192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.618825"], ["updated_at", "2018-10-11 16:40:20.618825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.620487"], ["updated_at", "2018-10-11 16:40:20.620487"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.623037"], ["updated_at", "2018-10-11 16:40:20.623037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.626502"], ["updated_at", "2018-10-11 16:40:20.626502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.628206"], ["updated_at", "2018-10-11 16:40:20.628206"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.630029"], ["updated_at", "2018-10-11 16:40:20.630029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.631876"], ["updated_at", "2018-10-11 16:40:20.631876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.633500"], ["updated_at", "2018-10-11 16:40:20.633500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.636237"], ["updated_at", "2018-10-11 16:40:20.636237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.638218"], ["updated_at", "2018-10-11 16:40:20.638218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.640082"], ["updated_at", "2018-10-11 16:40:20.640082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.641746"], ["updated_at", "2018-10-11 16:40:20.641746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.643374"], ["updated_at", "2018-10-11 16:40:20.643374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.645040"], ["updated_at", "2018-10-11 16:40:20.645040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.646747"], ["updated_at", "2018-10-11 16:40:20.646747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.648415"], ["updated_at", "2018-10-11 16:40:20.648415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.650034"], ["updated_at", "2018-10-11 16:40:20.650034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.651629"], ["updated_at", "2018-10-11 16:40:20.651629"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.654090"], ["updated_at", "2018-10-11 16:40:20.654090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.658680"], ["updated_at", "2018-10-11 16:40:20.658680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.660933"], ["updated_at", "2018-10-11 16:40:20.660933"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.662689"], ["updated_at", "2018-10-11 16:40:20.662689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.664770"], ["updated_at", "2018-10-11 16:40:20.664770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.666447"], ["updated_at", "2018-10-11 16:40:20.666447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.668060"], ["updated_at", "2018-10-11 16:40:20.668060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.669733"], ["updated_at", "2018-10-11 16:40:20.669733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.671395"], ["updated_at", "2018-10-11 16:40:20.671395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.673214"], ["updated_at", "2018-10-11 16:40:20.673214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.674906"], ["updated_at", "2018-10-11 16:40:20.674906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.676554"], ["updated_at", "2018-10-11 16:40:20.676554"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.678149"], ["updated_at", "2018-10-11 16:40:20.678149"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.680161"], ["updated_at", "2018-10-11 16:40:20.680161"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.682941"], ["updated_at", "2018-10-11 16:40:20.682941"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.685583"], ["updated_at", "2018-10-11 16:40:20.685583"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.688527"], ["updated_at", "2018-10-11 16:40:20.688527"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.691771"], ["updated_at", "2018-10-11 16:40:20.691771"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.693819"], ["updated_at", "2018-10-11 16:40:20.693819"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.695969"], ["updated_at", "2018-10-11 16:40:20.695969"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.698169"], ["updated_at", "2018-10-11 16:40:20.698169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.700108"], ["updated_at", "2018-10-11 16:40:20.700108"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.701707"], ["updated_at", "2018-10-11 16:40:20.701707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.705943"], ["updated_at", "2018-10-11 16:40:20.705943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.707672"], ["updated_at", "2018-10-11 16:40:20.707672"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.709353"], ["updated_at", "2018-10-11 16:40:20.709353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.711098"], ["updated_at", "2018-10-11 16:40:20.711098"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.712902"], ["updated_at", "2018-10-11 16:40:20.712902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.714764"], ["updated_at", "2018-10-11 16:40:20.714764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.716453"], ["updated_at", "2018-10-11 16:40:20.716453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.718075"], ["updated_at", "2018-10-11 16:40:20.718075"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.719776"], ["updated_at", "2018-10-11 16:40:20.719776"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.723740"], ["updated_at", "2018-10-11 16:40:20.723740"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.727159"], ["updated_at", "2018-10-11 16:40:20.727159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.728979"], ["updated_at", "2018-10-11 16:40:20.728979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.730740"], ["updated_at", "2018-10-11 16:40:20.730740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.732432"], ["updated_at", "2018-10-11 16:40:20.732432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.734099"], ["updated_at", "2018-10-11 16:40:20.734099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.735790"], ["updated_at", "2018-10-11 16:40:20.735790"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.738682"], ["updated_at", "2018-10-11 16:40:20.738682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.740316"], ["updated_at", "2018-10-11 16:40:20.740316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.741982"], ["updated_at", "2018-10-11 16:40:20.741982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.743536"], ["updated_at", "2018-10-11 16:40:20.743536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.745147"], ["updated_at", "2018-10-11 16:40:20.745147"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.746795"], ["updated_at", "2018-10-11 16:40:20.746795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.748563"], ["updated_at", "2018-10-11 16:40:20.748563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.750217"], ["updated_at", "2018-10-11 16:40:20.750217"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.751772"], ["updated_at", "2018-10-11 16:40:20.751772"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.753491"], ["updated_at", "2018-10-11 16:40:20.753491"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.755458"], ["updated_at", "2018-10-11 16:40:20.755458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.758197"], ["updated_at", "2018-10-11 16:40:20.758197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.760133"], ["updated_at", "2018-10-11 16:40:20.760133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.761873"], ["updated_at", "2018-10-11 16:40:20.761873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.763734"], ["updated_at", "2018-10-11 16:40:20.763734"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.765395"], ["updated_at", "2018-10-11 16:40:20.765395"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.766974"], ["updated_at", "2018-10-11 16:40:20.766974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.769862"], ["updated_at", "2018-10-11 16:40:20.769862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.771593"], ["updated_at", "2018-10-11 16:40:20.771593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.773404"], ["updated_at", "2018-10-11 16:40:20.773404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.775016"], ["updated_at", "2018-10-11 16:40:20.775016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.776779"], ["updated_at", "2018-10-11 16:40:20.776779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.778459"], ["updated_at", "2018-10-11 16:40:20.778459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.780158"], ["updated_at", "2018-10-11 16:40:20.780158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.781810"], ["updated_at", "2018-10-11 16:40:20.781810"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.783538"], ["updated_at", "2018-10-11 16:40:20.783538"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.786857"], ["updated_at", "2018-10-11 16:40:20.786857"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.790861"], ["updated_at", "2018-10-11 16:40:20.790861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.793480"], ["updated_at", "2018-10-11 16:40:20.793480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.795097"], ["updated_at", "2018-10-11 16:40:20.795097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.796727"], ["updated_at", "2018-10-11 16:40:20.796727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.798512"], ["updated_at", "2018-10-11 16:40:20.798512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.800200"], ["updated_at", "2018-10-11 16:40:20.800200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.801789"], ["updated_at", "2018-10-11 16:40:20.801789"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.803793"], ["updated_at", "2018-10-11 16:40:20.803793"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.806691"], ["updated_at", "2018-10-11 16:40:20.806691"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.809364"], ["updated_at", "2018-10-11 16:40:20.809364"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.812286"], ["updated_at", "2018-10-11 16:40:20.812286"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.815149"], ["updated_at", "2018-10-11 16:40:20.815149"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.817832"], ["updated_at", "2018-10-11 16:40:20.817832"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.820646"], ["updated_at", "2018-10-11 16:40:20.820646"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.823681"], ["updated_at", "2018-10-11 16:40:20.823681"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.826934"], ["updated_at", "2018-10-11 16:40:20.826934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.829459"], ["updated_at", "2018-10-11 16:40:20.829459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.831291"], ["updated_at", "2018-10-11 16:40:20.831291"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.832996"], ["updated_at", "2018-10-11 16:40:20.832996"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.834587"], ["updated_at", "2018-10-11 16:40:20.834587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.837412"], ["updated_at", "2018-10-11 16:40:20.837412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.839161"], ["updated_at", "2018-10-11 16:40:20.839161"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.841006"], ["updated_at", "2018-10-11 16:40:20.841006"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.842726"], ["updated_at", "2018-10-11 16:40:20.842726"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.844391"], ["updated_at", "2018-10-11 16:40:20.844391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.846187"], ["updated_at", "2018-10-11 16:40:20.846187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.847967"], ["updated_at", "2018-10-11 16:40:20.847967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.849706"], ["updated_at", "2018-10-11 16:40:20.849706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.851367"], ["updated_at", "2018-10-11 16:40:20.851367"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.853316"], ["updated_at", "2018-10-11 16:40:20.853316"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.857298"], ["updated_at", "2018-10-11 16:40:20.857298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.860022"], ["updated_at", "2018-10-11 16:40:20.860022"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.861735"], ["updated_at", "2018-10-11 16:40:20.861735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.863574"], ["updated_at", "2018-10-11 16:40:20.863574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.865284"], ["updated_at", "2018-10-11 16:40:20.865284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.866937"], ["updated_at", "2018-10-11 16:40:20.866937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.868462"], ["updated_at", "2018-10-11 16:40:20.868462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.870129"], ["updated_at", "2018-10-11 16:40:20.870129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.871926"], ["updated_at", "2018-10-11 16:40:20.871926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.873697"], ["updated_at", "2018-10-11 16:40:20.873697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.875411"], ["updated_at", "2018-10-11 16:40:20.875411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.877089"], ["updated_at", "2018-10-11 16:40:20.877089"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.878757"], ["updated_at", "2018-10-11 16:40:20.878757"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.880519"], ["updated_at", "2018-10-11 16:40:20.880519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.882807"], ["updated_at", "2018-10-11 16:40:20.882807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.884652"], ["updated_at", "2018-10-11 16:40:20.884652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.886255"], ["updated_at", "2018-10-11 16:40:20.886255"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.888045"], ["updated_at", "2018-10-11 16:40:20.888045"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.890952"], ["updated_at", "2018-10-11 16:40:20.890952"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.893822"], ["updated_at", "2018-10-11 16:40:20.893822"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.896469"], ["updated_at", "2018-10-11 16:40:20.896469"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.898976"], ["updated_at", "2018-10-11 16:40:20.898976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.901715"], ["updated_at", "2018-10-11 16:40:20.901715"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.903278"], ["updated_at", "2018-10-11 16:40:20.903278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.906177"], ["updated_at", "2018-10-11 16:40:20.906177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.907831"], ["updated_at", "2018-10-11 16:40:20.907831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.909426"], ["updated_at", "2018-10-11 16:40:20.909426"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.911007"], ["updated_at", "2018-10-11 16:40:20.911007"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.912737"], ["updated_at", "2018-10-11 16:40:20.912737"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.914412"], ["updated_at", "2018-10-11 16:40:20.914412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.916113"], ["updated_at", "2018-10-11 16:40:20.916113"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.917740"], ["updated_at", "2018-10-11 16:40:20.917740"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.920068"], ["updated_at", "2018-10-11 16:40:20.920068"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.924345"], ["updated_at", "2018-10-11 16:40:20.924345"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.927585"], ["updated_at", "2018-10-11 16:40:20.927585"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.931241"], ["updated_at", "2018-10-11 16:40:20.931241"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.934511"], ["updated_at", "2018-10-11 16:40:20.934511"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.937795"], ["updated_at", "2018-10-11 16:40:20.937795"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.941427"], ["updated_at", "2018-10-11 16:40:20.941427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.944697"], ["updated_at", "2018-10-11 16:40:20.944697"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.946387"], ["updated_at", "2018-10-11 16:40:20.946387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.948096"], ["updated_at", "2018-10-11 16:40:20.948096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.949654"], ["updated_at", "2018-10-11 16:40:20.949654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.951399"], ["updated_at", "2018-10-11 16:40:20.951399"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.952996"], ["updated_at", "2018-10-11 16:40:20.952996"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.955112"], ["updated_at", "2018-10-11 16:40:20.955112"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.958072"], ["updated_at", "2018-10-11 16:40:20.958072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.959877"], ["updated_at", "2018-10-11 16:40:20.959877"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.961511"], ["updated_at", "2018-10-11 16:40:20.961511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.963207"], ["updated_at", "2018-10-11 16:40:20.963207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.964820"], ["updated_at", "2018-10-11 16:40:20.964820"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.966298"], ["updated_at", "2018-10-11 16:40:20.966298"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.969157"], ["updated_at", "2018-10-11 16:40:20.969157"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.971817"], ["updated_at", "2018-10-11 16:40:20.971817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.975602"], ["updated_at", "2018-10-11 16:40:20.975602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.977591"], ["updated_at", "2018-10-11 16:40:20.977591"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.979191"], ["updated_at", "2018-10-11 16:40:20.979191"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.981156"], ["updated_at", "2018-10-11 16:40:20.981156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.982876"], ["updated_at", "2018-10-11 16:40:20.982876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.984437"], ["updated_at", "2018-10-11 16:40:20.984437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.986094"], ["updated_at", "2018-10-11 16:40:20.986094"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.987667"], ["updated_at", "2018-10-11 16:40:20.987667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.989427"], ["updated_at", "2018-10-11 16:40:20.989427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.991220"], ["updated_at", "2018-10-11 16:40:20.991220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.992846"], ["updated_at", "2018-10-11 16:40:20.992846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.994434"], ["updated_at", "2018-10-11 16:40:20.994434"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.996087"], ["updated_at", "2018-10-11 16:40:20.996087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.997825"], ["updated_at", "2018-10-11 16:40:20.997825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:20.999522"], ["updated_at", "2018-10-11 16:40:20.999522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.001052"], ["updated_at", "2018-10-11 16:40:21.001052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.002691"], ["updated_at", "2018-10-11 16:40:21.002691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.004234"], ["updated_at", "2018-10-11 16:40:21.004234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.005943"], ["updated_at", "2018-10-11 16:40:21.005943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.007573"], ["updated_at", "2018-10-11 16:40:21.007573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.009436"], ["updated_at", "2018-10-11 16:40:21.009436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.011088"], ["updated_at", "2018-10-11 16:40:21.011088"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.012775"], ["updated_at", "2018-10-11 16:40:21.012775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.014503"], ["updated_at", "2018-10-11 16:40:21.014503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.016129"], ["updated_at", "2018-10-11 16:40:21.016129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.017799"], ["updated_at", "2018-10-11 16:40:21.017799"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.019385"], ["updated_at", "2018-10-11 16:40:21.019385"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.021032"], ["updated_at", "2018-10-11 16:40:21.021032"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.023456"], ["updated_at", "2018-10-11 16:40:21.023456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.025505"], ["updated_at", "2018-10-11 16:40:21.025505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.027163"], ["updated_at", "2018-10-11 16:40:21.027163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.028792"], ["updated_at", "2018-10-11 16:40:21.028792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.030455"], ["updated_at", "2018-10-11 16:40:21.030455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.032076"], ["updated_at", "2018-10-11 16:40:21.032076"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.033690"], ["updated_at", "2018-10-11 16:40:21.033690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.036707"], ["updated_at", "2018-10-11 16:40:21.036707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.038412"], ["updated_at", "2018-10-11 16:40:21.038412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.040186"], ["updated_at", "2018-10-11 16:40:21.040186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.041800"], ["updated_at", "2018-10-11 16:40:21.041800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.043372"], ["updated_at", "2018-10-11 16:40:21.043372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.044958"], ["updated_at", "2018-10-11 16:40:21.044958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.046800"], ["updated_at", "2018-10-11 16:40:21.046800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.048434"], ["updated_at", "2018-10-11 16:40:21.048434"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.050355"], ["updated_at", "2018-10-11 16:40:21.050355"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.053642"], ["updated_at", "2018-10-11 16:40:21.053642"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.059622"], ["updated_at", "2018-10-11 16:40:21.059622"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.063154"], ["updated_at", "2018-10-11 16:40:21.063154"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.066848"], ["updated_at", "2018-10-11 16:40:21.066848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.070169"], ["updated_at", "2018-10-11 16:40:21.070169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.071864"], ["updated_at", "2018-10-11 16:40:21.071864"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.073567"], ["updated_at", "2018-10-11 16:40:21.073567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.075384"], ["updated_at", "2018-10-11 16:40:21.075384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.076953"], ["updated_at", "2018-10-11 16:40:21.076953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.078601"], ["updated_at", "2018-10-11 16:40:21.078601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.080295"], ["updated_at", "2018-10-11 16:40:21.080295"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.081947"], ["updated_at", "2018-10-11 16:40:21.081947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.083748"], ["updated_at", "2018-10-11 16:40:21.083748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.085297"], ["updated_at", "2018-10-11 16:40:21.085297"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.086892"], ["updated_at", "2018-10-11 16:40:21.086892"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.088846"], ["updated_at", "2018-10-11 16:40:21.088846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.091347"], ["updated_at", "2018-10-11 16:40:21.091347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.093303"], ["updated_at", "2018-10-11 16:40:21.093303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.094884"], ["updated_at", "2018-10-11 16:40:21.094884"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.096477"], ["updated_at", "2018-10-11 16:40:21.096477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.098258"], ["updated_at", "2018-10-11 16:40:21.098258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.099949"], ["updated_at", "2018-10-11 16:40:21.099949"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.103306"], ["updated_at", "2018-10-11 16:40:21.103306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.105008"], ["updated_at", "2018-10-11 16:40:21.105008"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.106608"], ["updated_at", "2018-10-11 16:40:21.106608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.108338"], ["updated_at", "2018-10-11 16:40:21.108338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.110036"], ["updated_at", "2018-10-11 16:40:21.110036"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.111658"], ["updated_at", "2018-10-11 16:40:21.111658"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.113341"], ["updated_at", "2018-10-11 16:40:21.113341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.115164"], ["updated_at", "2018-10-11 16:40:21.115164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.116872"], ["updated_at", "2018-10-11 16:40:21.116872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.118470"], ["updated_at", "2018-10-11 16:40:21.118470"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.120798"], ["updated_at", "2018-10-11 16:40:21.120798"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.124687"], ["updated_at", "2018-10-11 16:40:21.124687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.127287"], ["updated_at", "2018-10-11 16:40:21.127287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.128840"], ["updated_at", "2018-10-11 16:40:21.128840"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.130840"], ["updated_at", "2018-10-11 16:40:21.130840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.132630"], ["updated_at", "2018-10-11 16:40:21.132630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.134253"], ["updated_at", "2018-10-11 16:40:21.134253"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.135865"], ["updated_at", "2018-10-11 16:40:21.135865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.137512"], ["updated_at", "2018-10-11 16:40:21.137512"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.139328"], ["updated_at", "2018-10-11 16:40:21.139328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.141057"], ["updated_at", "2018-10-11 16:40:21.141057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.142865"], ["updated_at", "2018-10-11 16:40:21.142865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.144495"], ["updated_at", "2018-10-11 16:40:21.144495"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.146114"], ["updated_at", "2018-10-11 16:40:21.146114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.147840"], ["updated_at", "2018-10-11 16:40:21.147840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.149545"], ["updated_at", "2018-10-11 16:40:21.149545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.151126"], ["updated_at", "2018-10-11 16:40:21.151126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.152731"], ["updated_at", "2018-10-11 16:40:21.152731"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.154460"], ["updated_at", "2018-10-11 16:40:21.154460"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.157137"], ["updated_at", "2018-10-11 16:40:21.157137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.159195"], ["updated_at", "2018-10-11 16:40:21.159195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.160777"], ["updated_at", "2018-10-11 16:40:21.160777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.162353"], ["updated_at", "2018-10-11 16:40:21.162353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.164070"], ["updated_at", "2018-10-11 16:40:21.164070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.165886"], ["updated_at", "2018-10-11 16:40:21.165886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.168412"], ["updated_at", "2018-10-11 16:40:21.168412"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.170611"], ["updated_at", "2018-10-11 16:40:21.170611"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.176511"], ["updated_at", "2018-10-11 16:40:21.176511"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.180114"], ["updated_at", "2018-10-11 16:40:21.180114"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.184225"], ["updated_at", "2018-10-11 16:40:21.184225"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.187655"], ["updated_at", "2018-10-11 16:40:21.187655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.191175"], ["updated_at", "2018-10-11 16:40:21.191175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.193308"], ["updated_at", "2018-10-11 16:40:21.193308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.195054"], ["updated_at", "2018-10-11 16:40:21.195054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.196711"], ["updated_at", "2018-10-11 16:40:21.196711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.198417"], ["updated_at", "2018-10-11 16:40:21.198417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.200188"], ["updated_at", "2018-10-11 16:40:21.200188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.201778"], ["updated_at", "2018-10-11 16:40:21.201778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.203402"], ["updated_at", "2018-10-11 16:40:21.203402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.205000"], ["updated_at", "2018-10-11 16:40:21.205000"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.206664"], ["updated_at", "2018-10-11 16:40:21.206664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.208467"], ["updated_at", "2018-10-11 16:40:21.208467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.210109"], ["updated_at", "2018-10-11 16:40:21.210109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.211714"], ["updated_at", "2018-10-11 16:40:21.211714"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.214555"], ["updated_at", "2018-10-11 16:40:21.214555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.216405"], ["updated_at", "2018-10-11 16:40:21.216405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.218050"], ["updated_at", "2018-10-11 16:40:21.218050"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.219663"], ["updated_at", "2018-10-11 16:40:21.219663"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.221525"], ["updated_at", "2018-10-11 16:40:21.221525"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.224118"], ["updated_at", "2018-10-11 16:40:21.224118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.226051"], ["updated_at", "2018-10-11 16:40:21.226051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.227596"], ["updated_at", "2018-10-11 16:40:21.227596"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.229125"], ["updated_at", "2018-10-11 16:40:21.229125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.230775"], ["updated_at", "2018-10-11 16:40:21.230775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.232659"], ["updated_at", "2018-10-11 16:40:21.232659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.236219"], ["updated_at", "2018-10-11 16:40:21.236219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.237814"], ["updated_at", "2018-10-11 16:40:21.237814"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.239443"], ["updated_at", "2018-10-11 16:40:21.239443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.241128"], ["updated_at", "2018-10-11 16:40:21.241128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.242736"], ["updated_at", "2018-10-11 16:40:21.242736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.244305"], ["updated_at", "2018-10-11 16:40:21.244305"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.245902"], ["updated_at", "2018-10-11 16:40:21.245902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.247607"], ["updated_at", "2018-10-11 16:40:21.247607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.249348"], ["updated_at", "2018-10-11 16:40:21.249348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.250937"], ["updated_at", "2018-10-11 16:40:21.250937"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.252556"], ["updated_at", "2018-10-11 16:40:21.252556"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.255073"], ["updated_at", "2018-10-11 16:40:21.255073"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.258673"], ["updated_at", "2018-10-11 16:40:21.258673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.261071"], ["updated_at", "2018-10-11 16:40:21.261071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.262584"], ["updated_at", "2018-10-11 16:40:21.262584"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.264208"], ["updated_at", "2018-10-11 16:40:21.264208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.265906"], ["updated_at", "2018-10-11 16:40:21.265906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.267608"], ["updated_at", "2018-10-11 16:40:21.267608"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.269156"], ["updated_at", "2018-10-11 16:40:21.269156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.270872"], ["updated_at", "2018-10-11 16:40:21.270872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.272425"], ["updated_at", "2018-10-11 16:40:21.272425"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.274063"], ["updated_at", "2018-10-11 16:40:21.274063"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.275749"], ["updated_at", "2018-10-11 16:40:21.275749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.277382"], ["updated_at", "2018-10-11 16:40:21.277382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.279067"], ["updated_at", "2018-10-11 16:40:21.279067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.280715"], ["updated_at", "2018-10-11 16:40:21.280715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.282520"], ["updated_at", "2018-10-11 16:40:21.282520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.284229"], ["updated_at", "2018-10-11 16:40:21.284229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.285873"], ["updated_at", "2018-10-11 16:40:21.285873"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.287446"], ["updated_at", "2018-10-11 16:40:21.287446"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.289845"], ["updated_at", "2018-10-11 16:40:21.289845"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.292194"], ["updated_at", "2018-10-11 16:40:21.292194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.294031"], ["updated_at", "2018-10-11 16:40:21.294031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.295642"], ["updated_at", "2018-10-11 16:40:21.295642"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.297383"], ["updated_at", "2018-10-11 16:40:21.297383"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.299606"], ["updated_at", "2018-10-11 16:40:21.299606"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.301839"], ["updated_at", "2018-10-11 16:40:21.301839"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.305652"], ["updated_at", "2018-10-11 16:40:21.305652"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.309226"], ["updated_at", "2018-10-11 16:40:21.309226"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.312586"], ["updated_at", "2018-10-11 16:40:21.312586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.316169"], ["updated_at", "2018-10-11 16:40:21.316169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.318098"], ["updated_at", "2018-10-11 16:40:21.318098"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.320318"], ["updated_at", "2018-10-11 16:40:21.320318"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.324518"], ["updated_at", "2018-10-11 16:40:21.324518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.326993"], ["updated_at", "2018-10-11 16:40:21.326993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.328626"], ["updated_at", "2018-10-11 16:40:21.328626"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.330231"], ["updated_at", "2018-10-11 16:40:21.330231"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.331923"], ["updated_at", "2018-10-11 16:40:21.331923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.333599"], ["updated_at", "2018-10-11 16:40:21.333599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.335228"], ["updated_at", "2018-10-11 16:40:21.335228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.336799"], ["updated_at", "2018-10-11 16:40:21.336799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.338374"], ["updated_at", "2018-10-11 16:40:21.338374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.339978"], ["updated_at", "2018-10-11 16:40:21.339978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.341726"], ["updated_at", "2018-10-11 16:40:21.341726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.343393"], ["updated_at", "2018-10-11 16:40:21.343393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.344980"], ["updated_at", "2018-10-11 16:40:21.344980"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.346546"], ["updated_at", "2018-10-11 16:40:21.346546"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.348216"], ["updated_at", "2018-10-11 16:40:21.348216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.349854"], ["updated_at", "2018-10-11 16:40:21.349854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.351487"], ["updated_at", "2018-10-11 16:40:21.351487"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.353020"], ["updated_at", "2018-10-11 16:40:21.353020"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.354743"], ["updated_at", "2018-10-11 16:40:21.354743"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.357117"], ["updated_at", "2018-10-11 16:40:21.357117"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.359045"], ["updated_at", "2018-10-11 16:40:21.359045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.360667"], ["updated_at", "2018-10-11 16:40:21.360667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.362165"], ["updated_at", "2018-10-11 16:40:21.362165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.363703"], ["updated_at", "2018-10-11 16:40:21.363703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.365337"], ["updated_at", "2018-10-11 16:40:21.365337"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.369102"], ["updated_at", "2018-10-11 16:40:21.369102"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.372319"], ["updated_at", "2018-10-11 16:40:21.372319"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.376384"], ["updated_at", "2018-10-11 16:40:21.376384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.378133"], ["updated_at", "2018-10-11 16:40:21.378133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.379709"], ["updated_at", "2018-10-11 16:40:21.379709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.381397"], ["updated_at", "2018-10-11 16:40:21.381397"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.383096"], ["updated_at", "2018-10-11 16:40:21.383096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.384760"], ["updated_at", "2018-10-11 16:40:21.384760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.386366"], ["updated_at", "2018-10-11 16:40:21.386366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.387938"], ["updated_at", "2018-10-11 16:40:21.387938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.389523"], ["updated_at", "2018-10-11 16:40:21.389523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.391149"], ["updated_at", "2018-10-11 16:40:21.391149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.392954"], ["updated_at", "2018-10-11 16:40:21.392954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.394612"], ["updated_at", "2018-10-11 16:40:21.394612"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.396168"], ["updated_at", "2018-10-11 16:40:21.396168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.397831"], ["updated_at", "2018-10-11 16:40:21.397831"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.399609"], ["updated_at", "2018-10-11 16:40:21.399609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.401328"], ["updated_at", "2018-10-11 16:40:21.401328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.402905"], ["updated_at", "2018-10-11 16:40:21.402905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.404582"], ["updated_at", "2018-10-11 16:40:21.404582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.406199"], ["updated_at", "2018-10-11 16:40:21.406199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.407775"], ["updated_at", "2018-10-11 16:40:21.407775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.409554"], ["updated_at", "2018-10-11 16:40:21.409554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.411256"], ["updated_at", "2018-10-11 16:40:21.411256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.412865"], ["updated_at", "2018-10-11 16:40:21.412865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.414474"], ["updated_at", "2018-10-11 16:40:21.414474"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.416207"], ["updated_at", "2018-10-11 16:40:21.416207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.417904"], ["updated_at", "2018-10-11 16:40:21.417904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.419477"], ["updated_at", "2018-10-11 16:40:21.419477"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.421122"], ["updated_at", "2018-10-11 16:40:21.421122"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.424915"], ["updated_at", "2018-10-11 16:40:21.424915"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.427413"], ["updated_at", "2018-10-11 16:40:21.427413"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.430014"], ["updated_at", "2018-10-11 16:40:21.430014"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.432272"], ["updated_at", "2018-10-11 16:40:21.432272"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.434717"], ["updated_at", "2018-10-11 16:40:21.434717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.436693"], ["updated_at", "2018-10-11 16:40:21.436693"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.438485"], ["updated_at", "2018-10-11 16:40:21.438485"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.441474"], ["updated_at", "2018-10-11 16:40:21.441474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.443173"], ["updated_at", "2018-10-11 16:40:21.443173"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.444809"], ["updated_at", "2018-10-11 16:40:21.444809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.446430"], ["updated_at", "2018-10-11 16:40:21.446430"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.448085"], ["updated_at", "2018-10-11 16:40:21.448085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.449797"], ["updated_at", "2018-10-11 16:40:21.449797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.451451"], ["updated_at", "2018-10-11 16:40:21.451451"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.453813"], ["updated_at", "2018-10-11 16:40:21.453813"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.457494"], ["updated_at", "2018-10-11 16:40:21.457494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.460062"], ["updated_at", "2018-10-11 16:40:21.460062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.461737"], ["updated_at", "2018-10-11 16:40:21.461737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.463475"], ["updated_at", "2018-10-11 16:40:21.463475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.465149"], ["updated_at", "2018-10-11 16:40:21.465149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.466806"], ["updated_at", "2018-10-11 16:40:21.466806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.468484"], ["updated_at", "2018-10-11 16:40:21.468484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.470089"], ["updated_at", "2018-10-11 16:40:21.470089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.471669"], ["updated_at", "2018-10-11 16:40:21.471669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.473350"], ["updated_at", "2018-10-11 16:40:21.473350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.475043"], ["updated_at", "2018-10-11 16:40:21.475043"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.476763"], ["updated_at", "2018-10-11 16:40:21.476763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.478495"], ["updated_at", "2018-10-11 16:40:21.478495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.480085"], ["updated_at", "2018-10-11 16:40:21.480085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.481785"], ["updated_at", "2018-10-11 16:40:21.481785"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.483447"], ["updated_at", "2018-10-11 16:40:21.483447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.485123"], ["updated_at", "2018-10-11 16:40:21.485123"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.486831"], ["updated_at", "2018-10-11 16:40:21.486831"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.489722"], ["updated_at", "2018-10-11 16:40:21.489722"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.492427"], ["updated_at", "2018-10-11 16:40:21.492427"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.495002"], ["updated_at", "2018-10-11 16:40:21.495002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.497063"], ["updated_at", "2018-10-11 16:40:21.497063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.499592"], ["updated_at", "2018-10-11 16:40:21.499592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.501689"], ["updated_at", "2018-10-11 16:40:21.501689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.504495"], ["updated_at", "2018-10-11 16:40:21.504495"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.506230"], ["updated_at", "2018-10-11 16:40:21.506230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.507973"], ["updated_at", "2018-10-11 16:40:21.507973"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.509583"], ["updated_at", "2018-10-11 16:40:21.509583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.511618"], ["updated_at", "2018-10-11 16:40:21.511618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.513250"], ["updated_at", "2018-10-11 16:40:21.513250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.514927"], ["updated_at", "2018-10-11 16:40:21.514927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.516581"], ["updated_at", "2018-10-11 16:40:21.516581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.518294"], ["updated_at", "2018-10-11 16:40:21.518294"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.520603"], ["updated_at", "2018-10-11 16:40:21.520603"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.524310"], ["updated_at", "2018-10-11 16:40:21.524310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.526924"], ["updated_at", "2018-10-11 16:40:21.526924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.528574"], ["updated_at", "2018-10-11 16:40:21.528574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.530153"], ["updated_at", "2018-10-11 16:40:21.530153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.531766"], ["updated_at", "2018-10-11 16:40:21.531766"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.533399"], ["updated_at", "2018-10-11 16:40:21.533399"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.535093"], ["updated_at", "2018-10-11 16:40:21.535093"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.536852"], ["updated_at", "2018-10-11 16:40:21.536852"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.538988"], ["updated_at", "2018-10-11 16:40:21.538988"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.541044"], ["updated_at", "2018-10-11 16:40:21.541044"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.543221"], ["updated_at", "2018-10-11 16:40:21.543221"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.545794"], ["updated_at", "2018-10-11 16:40:21.545794"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.548093"], ["updated_at", "2018-10-11 16:40:21.548093"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.550357"], ["updated_at", "2018-10-11 16:40:21.550357"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.552687"], ["updated_at", "2018-10-11 16:40:21.552687"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.556672"], ["updated_at", "2018-10-11 16:40:21.556672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.559897"], ["updated_at", "2018-10-11 16:40:21.559897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.561799"], ["updated_at", "2018-10-11 16:40:21.561799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.563306"], ["updated_at", "2018-10-11 16:40:21.563306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.564773"], ["updated_at", "2018-10-11 16:40:21.564773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.566283"], ["updated_at", "2018-10-11 16:40:21.566283"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.567963"], ["updated_at", "2018-10-11 16:40:21.567963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.571964"], ["updated_at", "2018-10-11 16:40:21.571964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.573752"], ["updated_at", "2018-10-11 16:40:21.573752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.575391"], ["updated_at", "2018-10-11 16:40:21.575391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.577099"], ["updated_at", "2018-10-11 16:40:21.577099"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.578752"], ["updated_at", "2018-10-11 16:40:21.578752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.580536"], ["updated_at", "2018-10-11 16:40:21.580536"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.582387"], ["updated_at", "2018-10-11 16:40:21.582387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.584200"], ["updated_at", "2018-10-11 16:40:21.584200"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.585876"], ["updated_at", "2018-10-11 16:40:21.585876"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.587860"], ["updated_at", "2018-10-11 16:40:21.587860"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.591369"], ["updated_at", "2018-10-11 16:40:21.591369"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.593965"], ["updated_at", "2018-10-11 16:40:21.593965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.596280"], ["updated_at", "2018-10-11 16:40:21.596280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.597933"], ["updated_at", "2018-10-11 16:40:21.597933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.599525"], ["updated_at", "2018-10-11 16:40:21.599525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.601173"], ["updated_at", "2018-10-11 16:40:21.601173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.602883"], ["updated_at", "2018-10-11 16:40:21.602883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.604571"], ["updated_at", "2018-10-11 16:40:21.604571"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.606154"], ["updated_at", "2018-10-11 16:40:21.606154"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.607810"], ["updated_at", "2018-10-11 16:40:21.607810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.609485"], ["updated_at", "2018-10-11 16:40:21.609485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.611132"], ["updated_at", "2018-10-11 16:40:21.611132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.612791"], ["updated_at", "2018-10-11 16:40:21.612791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.614432"], ["updated_at", "2018-10-11 16:40:21.614432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.615990"], ["updated_at", "2018-10-11 16:40:21.615990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.617696"], ["updated_at", "2018-10-11 16:40:21.617696"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.619453"], ["updated_at", "2018-10-11 16:40:21.619453"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.621277"], ["updated_at", "2018-10-11 16:40:21.621277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.624320"], ["updated_at", "2018-10-11 16:40:21.624320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.626200"], ["updated_at", "2018-10-11 16:40:21.626200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.627963"], ["updated_at", "2018-10-11 16:40:21.627963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.629800"], ["updated_at", "2018-10-11 16:40:21.629800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.631434"], ["updated_at", "2018-10-11 16:40:21.631434"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.633148"], ["updated_at", "2018-10-11 16:40:21.633148"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.636296"], ["updated_at", "2018-10-11 16:40:21.636296"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.638997"], ["updated_at", "2018-10-11 16:40:21.638997"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.643524"], ["updated_at", "2018-10-11 16:40:21.643524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.645625"], ["updated_at", "2018-10-11 16:40:21.645625"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.649555"], ["updated_at", "2018-10-11 16:40:21.649555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.656021"], ["updated_at", "2018-10-11 16:40:21.656021"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.784168"], ["updated_at", "2018-10-11 16:40:21.784168"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.788292"], ["updated_at", "2018-10-11 16:40:21.788292"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.790900"], ["updated_at", "2018-10-11 16:40:21.790900"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.804279"], ["updated_at", "2018-10-11 16:40:21.804279"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.807514"], ["updated_at", "2018-10-11 16:40:21.807514"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.809398"], ["updated_at", "2018-10-11 16:40:21.809398"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.818903"], ["updated_at", "2018-10-11 16:40:21.818903"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.821620"], ["updated_at", "2018-10-11 16:40:21.821620"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.826318"], ["updated_at", "2018-10-11 16:40:21.826318"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.830049"], ["updated_at", "2018-10-11 16:40:21.830049"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.832727"], ["updated_at", "2018-10-11 16:40:21.832727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.843674"], ["updated_at", "2018-10-11 16:40:21.843674"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.845448"], ["updated_at", "2018-10-11 16:40:21.845448"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.847330"], ["updated_at", "2018-10-11 16:40:21.847330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.849450"], ["updated_at", "2018-10-11 16:40:21.849450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.851206"], ["updated_at", "2018-10-11 16:40:21.851206"], ["parent_id", 39895952907]] Kithe::Work Create (4.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.853192"], ["updated_at", "2018-10-11 16:40:21.853192"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.861492"], ["updated_at", "2018-10-11 16:40:21.861492"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.864006"], ["updated_at", "2018-10-11 16:40:21.864006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.865711"], ["updated_at", "2018-10-11 16:40:21.865711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.867522"], ["updated_at", "2018-10-11 16:40:21.867522"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.869522"], ["updated_at", "2018-10-11 16:40:21.869522"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.872970"], ["updated_at", "2018-10-11 16:40:21.872970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.875198"], ["updated_at", "2018-10-11 16:40:21.875198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.876980"], ["updated_at", "2018-10-11 16:40:21.876980"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.878732"], ["updated_at", "2018-10-11 16:40:21.878732"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.880826"], ["updated_at", "2018-10-11 16:40:21.880826"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.883064"], ["updated_at", "2018-10-11 16:40:21.883064"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.885946"], ["updated_at", "2018-10-11 16:40:21.885946"], ["parent_id", 39895952907]] Kithe::Work Create (3.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.888674"], ["updated_at", "2018-10-11 16:40:21.888674"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.894348"], ["updated_at", "2018-10-11 16:40:21.894348"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.896214"], ["updated_at", "2018-10-11 16:40:21.896214"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.898102"], ["updated_at", "2018-10-11 16:40:21.898102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.899997"], ["updated_at", "2018-10-11 16:40:21.899997"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.901657"], ["updated_at", "2018-10-11 16:40:21.901657"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.904598"], ["updated_at", "2018-10-11 16:40:21.904598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.907246"], ["updated_at", "2018-10-11 16:40:21.907246"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.911583"], ["updated_at", "2018-10-11 16:40:21.911583"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.913523"], ["updated_at", "2018-10-11 16:40:21.913523"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.916039"], ["updated_at", "2018-10-11 16:40:21.916039"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.918890"], ["updated_at", "2018-10-11 16:40:21.918890"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.922506"], ["updated_at", "2018-10-11 16:40:21.922506"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.927375"], ["updated_at", "2018-10-11 16:40:21.927375"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.930127"], ["updated_at", "2018-10-11 16:40:21.930127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.932094"], ["updated_at", "2018-10-11 16:40:21.932094"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.933713"], ["updated_at", "2018-10-11 16:40:21.933713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.935546"], ["updated_at", "2018-10-11 16:40:21.935546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.937168"], ["updated_at", "2018-10-11 16:40:21.937168"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.938742"], ["updated_at", "2018-10-11 16:40:21.938742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.940453"], ["updated_at", "2018-10-11 16:40:21.940453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.942338"], ["updated_at", "2018-10-11 16:40:21.942338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.944054"], ["updated_at", "2018-10-11 16:40:21.944054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.945754"], ["updated_at", "2018-10-11 16:40:21.945754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.947455"], ["updated_at", "2018-10-11 16:40:21.947455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.949080"], ["updated_at", "2018-10-11 16:40:21.949080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.950700"], ["updated_at", "2018-10-11 16:40:21.950700"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.952350"], ["updated_at", "2018-10-11 16:40:21.952350"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.954030"], ["updated_at", "2018-10-11 16:40:21.954030"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.956452"], ["updated_at", "2018-10-11 16:40:21.956452"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.958815"], ["updated_at", "2018-10-11 16:40:21.958815"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.961163"], ["updated_at", "2018-10-11 16:40:21.961163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.962967"], ["updated_at", "2018-10-11 16:40:21.962967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.964673"], ["updated_at", "2018-10-11 16:40:21.964673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.966311"], ["updated_at", "2018-10-11 16:40:21.966311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.967902"], ["updated_at", "2018-10-11 16:40:21.967902"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.970795"], ["updated_at", "2018-10-11 16:40:21.970795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.972557"], ["updated_at", "2018-10-11 16:40:21.972557"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.974466"], ["updated_at", "2018-10-11 16:40:21.974466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.976112"], ["updated_at", "2018-10-11 16:40:21.976112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.977731"], ["updated_at", "2018-10-11 16:40:21.977731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.979300"], ["updated_at", "2018-10-11 16:40:21.979300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.980952"], ["updated_at", "2018-10-11 16:40:21.980952"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.982583"], ["updated_at", "2018-10-11 16:40:21.982583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.984690"], ["updated_at", "2018-10-11 16:40:21.984690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.986285"], ["updated_at", "2018-10-11 16:40:21.986285"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.988637"], ["updated_at", "2018-10-11 16:40:21.988637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.992794"], ["updated_at", "2018-10-11 16:40:21.992794"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.994934"], ["updated_at", "2018-10-11 16:40:21.994934"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.996745"], ["updated_at", "2018-10-11 16:40:21.996745"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:21.998418"], ["updated_at", "2018-10-11 16:40:21.998418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.000133"], ["updated_at", "2018-10-11 16:40:22.000133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.001688"], ["updated_at", "2018-10-11 16:40:22.001688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.003266"], ["updated_at", "2018-10-11 16:40:22.003266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.004826"], ["updated_at", "2018-10-11 16:40:22.004826"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.006472"], ["updated_at", "2018-10-11 16:40:22.006472"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.008341"], ["updated_at", "2018-10-11 16:40:22.008341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.010027"], ["updated_at", "2018-10-11 16:40:22.010027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.011619"], ["updated_at", "2018-10-11 16:40:22.011619"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.013298"], ["updated_at", "2018-10-11 16:40:22.013298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.015139"], ["updated_at", "2018-10-11 16:40:22.015139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.016793"], ["updated_at", "2018-10-11 16:40:22.016793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.018381"], ["updated_at", "2018-10-11 16:40:22.018381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.019972"], ["updated_at", "2018-10-11 16:40:22.019972"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.021810"], ["updated_at", "2018-10-11 16:40:22.021810"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.024201"], ["updated_at", "2018-10-11 16:40:22.024201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.026277"], ["updated_at", "2018-10-11 16:40:22.026277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.027853"], ["updated_at", "2018-10-11 16:40:22.027853"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.029478"], ["updated_at", "2018-10-11 16:40:22.029478"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.031182"], ["updated_at", "2018-10-11 16:40:22.031182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.032899"], ["updated_at", "2018-10-11 16:40:22.032899"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.034543"], ["updated_at", "2018-10-11 16:40:22.034543"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.038035"], ["updated_at", "2018-10-11 16:40:22.038035"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.041708"], ["updated_at", "2018-10-11 16:40:22.041708"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.045323"], ["updated_at", "2018-10-11 16:40:22.045323"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.049213"], ["updated_at", "2018-10-11 16:40:22.049213"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.052614"], ["updated_at", "2018-10-11 16:40:22.052614"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.056069"], ["updated_at", "2018-10-11 16:40:22.056069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.060342"], ["updated_at", "2018-10-11 16:40:22.060342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.062107"], ["updated_at", "2018-10-11 16:40:22.062107"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.063755"], ["updated_at", "2018-10-11 16:40:22.063755"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.065607"], ["updated_at", "2018-10-11 16:40:22.065607"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.067298"], ["updated_at", "2018-10-11 16:40:22.067298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.068947"], ["updated_at", "2018-10-11 16:40:22.068947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.070559"], ["updated_at", "2018-10-11 16:40:22.070559"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.072104"], ["updated_at", "2018-10-11 16:40:22.072104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.073846"], ["updated_at", "2018-10-11 16:40:22.073846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.075480"], ["updated_at", "2018-10-11 16:40:22.075480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.077151"], ["updated_at", "2018-10-11 16:40:22.077151"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.078690"], ["updated_at", "2018-10-11 16:40:22.078690"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.080379"], ["updated_at", "2018-10-11 16:40:22.080379"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.082078"], ["updated_at", "2018-10-11 16:40:22.082078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.084002"], ["updated_at", "2018-10-11 16:40:22.084002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.085635"], ["updated_at", "2018-10-11 16:40:22.085635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.087190"], ["updated_at", "2018-10-11 16:40:22.087190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.088804"], ["updated_at", "2018-10-11 16:40:22.088804"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.091105"], ["updated_at", "2018-10-11 16:40:22.091105"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.093221"], ["updated_at", "2018-10-11 16:40:22.093221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.094825"], ["updated_at", "2018-10-11 16:40:22.094825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.096439"], ["updated_at", "2018-10-11 16:40:22.096439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.098134"], ["updated_at", "2018-10-11 16:40:22.098134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.100050"], ["updated_at", "2018-10-11 16:40:22.100050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.103550"], ["updated_at", "2018-10-11 16:40:22.103550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.105302"], ["updated_at", "2018-10-11 16:40:22.105302"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.106993"], ["updated_at", "2018-10-11 16:40:22.106993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.108863"], ["updated_at", "2018-10-11 16:40:22.108863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.110466"], ["updated_at", "2018-10-11 16:40:22.110466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.112120"], ["updated_at", "2018-10-11 16:40:22.112120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.113767"], ["updated_at", "2018-10-11 16:40:22.113767"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.115489"], ["updated_at", "2018-10-11 16:40:22.115489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.117128"], ["updated_at", "2018-10-11 16:40:22.117128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.118753"], ["updated_at", "2018-10-11 16:40:22.118753"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.121089"], ["updated_at", "2018-10-11 16:40:22.121089"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.125170"], ["updated_at", "2018-10-11 16:40:22.125170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.127666"], ["updated_at", "2018-10-11 16:40:22.127666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.129244"], ["updated_at", "2018-10-11 16:40:22.129244"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.131337"], ["updated_at", "2018-10-11 16:40:22.131337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.133170"], ["updated_at", "2018-10-11 16:40:22.133170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.134795"], ["updated_at", "2018-10-11 16:40:22.134795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.136310"], ["updated_at", "2018-10-11 16:40:22.136310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.137902"], ["updated_at", "2018-10-11 16:40:22.137902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.139493"], ["updated_at", "2018-10-11 16:40:22.139493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.141150"], ["updated_at", "2018-10-11 16:40:22.141150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.142726"], ["updated_at", "2018-10-11 16:40:22.142726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.144317"], ["updated_at", "2018-10-11 16:40:22.144317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.145885"], ["updated_at", "2018-10-11 16:40:22.145885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.147516"], ["updated_at", "2018-10-11 16:40:22.147516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.149190"], ["updated_at", "2018-10-11 16:40:22.149190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.150775"], ["updated_at", "2018-10-11 16:40:22.150775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.152391"], ["updated_at", "2018-10-11 16:40:22.152391"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.153926"], ["updated_at", "2018-10-11 16:40:22.153926"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.155890"], ["updated_at", "2018-10-11 16:40:22.155890"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.158798"], ["updated_at", "2018-10-11 16:40:22.158798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.161150"], ["updated_at", "2018-10-11 16:40:22.161150"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.163530"], ["updated_at", "2018-10-11 16:40:22.163530"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.165751"], ["updated_at", "2018-10-11 16:40:22.165751"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.167951"], ["updated_at", "2018-10-11 16:40:22.167951"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.170102"], ["updated_at", "2018-10-11 16:40:22.170102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.175602"], ["updated_at", "2018-10-11 16:40:22.175602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.177551"], ["updated_at", "2018-10-11 16:40:22.177551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.179132"], ["updated_at", "2018-10-11 16:40:22.179132"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.180741"], ["updated_at", "2018-10-11 16:40:22.180741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.182873"], ["updated_at", "2018-10-11 16:40:22.182873"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.184529"], ["updated_at", "2018-10-11 16:40:22.184529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.186224"], ["updated_at", "2018-10-11 16:40:22.186224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.187960"], ["updated_at", "2018-10-11 16:40:22.187960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.189635"], ["updated_at", "2018-10-11 16:40:22.189635"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.191259"], ["updated_at", "2018-10-11 16:40:22.191259"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.194730"], ["updated_at", "2018-10-11 16:40:22.194730"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.198266"], ["updated_at", "2018-10-11 16:40:22.198266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.199933"], ["updated_at", "2018-10-11 16:40:22.199933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.201564"], ["updated_at", "2018-10-11 16:40:22.201564"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.203123"], ["updated_at", "2018-10-11 16:40:22.203123"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.204851"], ["updated_at", "2018-10-11 16:40:22.204851"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.206805"], ["updated_at", "2018-10-11 16:40:22.206805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.208503"], ["updated_at", "2018-10-11 16:40:22.208503"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.210075"], ["updated_at", "2018-10-11 16:40:22.210075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.211680"], ["updated_at", "2018-10-11 16:40:22.211680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.213339"], ["updated_at", "2018-10-11 16:40:22.213339"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.215013"], ["updated_at", "2018-10-11 16:40:22.215013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.216761"], ["updated_at", "2018-10-11 16:40:22.216761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.218322"], ["updated_at", "2018-10-11 16:40:22.218322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.219937"], ["updated_at", "2018-10-11 16:40:22.219937"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.221692"], ["updated_at", "2018-10-11 16:40:22.221692"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.224214"], ["updated_at", "2018-10-11 16:40:22.224214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.226231"], ["updated_at", "2018-10-11 16:40:22.226231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.227793"], ["updated_at", "2018-10-11 16:40:22.227793"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.229453"], ["updated_at", "2018-10-11 16:40:22.229453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.231845"], ["updated_at", "2018-10-11 16:40:22.231845"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.234066"], ["updated_at", "2018-10-11 16:40:22.234066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.236911"], ["updated_at", "2018-10-11 16:40:22.236911"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.238536"], ["updated_at", "2018-10-11 16:40:22.238536"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.240218"], ["updated_at", "2018-10-11 16:40:22.240218"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.242892"], ["updated_at", "2018-10-11 16:40:22.242892"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.246699"], ["updated_at", "2018-10-11 16:40:22.246699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.249178"], ["updated_at", "2018-10-11 16:40:22.249178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.250754"], ["updated_at", "2018-10-11 16:40:22.250754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.252361"], ["updated_at", "2018-10-11 16:40:22.252361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.254014"], ["updated_at", "2018-10-11 16:40:22.254014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.255578"], ["updated_at", "2018-10-11 16:40:22.255578"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.257286"], ["updated_at", "2018-10-11 16:40:22.257286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.259061"], ["updated_at", "2018-10-11 16:40:22.259061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.260682"], ["updated_at", "2018-10-11 16:40:22.260682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.262262"], ["updated_at", "2018-10-11 16:40:22.262262"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.263904"], ["updated_at", "2018-10-11 16:40:22.263904"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.265605"], ["updated_at", "2018-10-11 16:40:22.265605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.267273"], ["updated_at", "2018-10-11 16:40:22.267273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.269014"], ["updated_at", "2018-10-11 16:40:22.269014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.270623"], ["updated_at", "2018-10-11 16:40:22.270623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.272240"], ["updated_at", "2018-10-11 16:40:22.272240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.274121"], ["updated_at", "2018-10-11 16:40:22.274121"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.275789"], ["updated_at", "2018-10-11 16:40:22.275789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.277430"], ["updated_at", "2018-10-11 16:40:22.277430"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.278956"], ["updated_at", "2018-10-11 16:40:22.278956"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.281012"], ["updated_at", "2018-10-11 16:40:22.281012"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.284545"], ["updated_at", "2018-10-11 16:40:22.284545"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.288217"], ["updated_at", "2018-10-11 16:40:22.288217"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.291806"], ["updated_at", "2018-10-11 16:40:22.291806"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.294247"], ["updated_at", "2018-10-11 16:40:22.294247"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.296516"], ["updated_at", "2018-10-11 16:40:22.296516"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.298914"], ["updated_at", "2018-10-11 16:40:22.298914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.301057"], ["updated_at", "2018-10-11 16:40:22.301057"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.302735"], ["updated_at", "2018-10-11 16:40:22.302735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.305606"], ["updated_at", "2018-10-11 16:40:22.305606"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.307263"], ["updated_at", "2018-10-11 16:40:22.307263"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.310142"], ["updated_at", "2018-10-11 16:40:22.310142"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.314444"], ["updated_at", "2018-10-11 16:40:22.314444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.316344"], ["updated_at", "2018-10-11 16:40:22.316344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.317913"], ["updated_at", "2018-10-11 16:40:22.317913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.319605"], ["updated_at", "2018-10-11 16:40:22.319605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.321195"], ["updated_at", "2018-10-11 16:40:22.321195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.322844"], ["updated_at", "2018-10-11 16:40:22.322844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.324439"], ["updated_at", "2018-10-11 16:40:22.324439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.326241"], ["updated_at", "2018-10-11 16:40:22.326241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.329092"], ["updated_at", "2018-10-11 16:40:22.329092"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.330598"], ["updated_at", "2018-10-11 16:40:22.330598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.332263"], ["updated_at", "2018-10-11 16:40:22.332263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.333897"], ["updated_at", "2018-10-11 16:40:22.333897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.335467"], ["updated_at", "2018-10-11 16:40:22.335467"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.337033"], ["updated_at", "2018-10-11 16:40:22.337033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.338666"], ["updated_at", "2018-10-11 16:40:22.338666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.340223"], ["updated_at", "2018-10-11 16:40:22.340223"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.341802"], ["updated_at", "2018-10-11 16:40:22.341802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.343425"], ["updated_at", "2018-10-11 16:40:22.343425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.344992"], ["updated_at", "2018-10-11 16:40:22.344992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.346533"], ["updated_at", "2018-10-11 16:40:22.346533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.348158"], ["updated_at", "2018-10-11 16:40:22.348158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.349887"], ["updated_at", "2018-10-11 16:40:22.349887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.351609"], ["updated_at", "2018-10-11 16:40:22.351609"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.353135"], ["updated_at", "2018-10-11 16:40:22.353135"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.354839"], ["updated_at", "2018-10-11 16:40:22.354839"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.357085"], ["updated_at", "2018-10-11 16:40:22.357085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.359060"], ["updated_at", "2018-10-11 16:40:22.359060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.360665"], ["updated_at", "2018-10-11 16:40:22.360665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.362241"], ["updated_at", "2018-10-11 16:40:22.362241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.363859"], ["updated_at", "2018-10-11 16:40:22.363859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.365496"], ["updated_at", "2018-10-11 16:40:22.365496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.369101"], ["updated_at", "2018-10-11 16:40:22.369101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.370835"], ["updated_at", "2018-10-11 16:40:22.370835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.372502"], ["updated_at", "2018-10-11 16:40:22.372502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.374174"], ["updated_at", "2018-10-11 16:40:22.374174"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.376698"], ["updated_at", "2018-10-11 16:40:22.376698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.380873"], ["updated_at", "2018-10-11 16:40:22.380873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.382931"], ["updated_at", "2018-10-11 16:40:22.382931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.384571"], ["updated_at", "2018-10-11 16:40:22.384571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.386246"], ["updated_at", "2018-10-11 16:40:22.386246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.387855"], ["updated_at", "2018-10-11 16:40:22.387855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.389408"], ["updated_at", "2018-10-11 16:40:22.389408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.390988"], ["updated_at", "2018-10-11 16:40:22.390988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.392606"], ["updated_at", "2018-10-11 16:40:22.392606"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.394457"], ["updated_at", "2018-10-11 16:40:22.394457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.396269"], ["updated_at", "2018-10-11 16:40:22.396269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.397893"], ["updated_at", "2018-10-11 16:40:22.397893"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.399428"], ["updated_at", "2018-10-11 16:40:22.399428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.401158"], ["updated_at", "2018-10-11 16:40:22.401158"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.403129"], ["updated_at", "2018-10-11 16:40:22.403129"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.405895"], ["updated_at", "2018-10-11 16:40:22.405895"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.408588"], ["updated_at", "2018-10-11 16:40:22.408588"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.411422"], ["updated_at", "2018-10-11 16:40:22.411422"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.414045"], ["updated_at", "2018-10-11 16:40:22.414045"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.416762"], ["updated_at", "2018-10-11 16:40:22.416762"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.419533"], ["updated_at", "2018-10-11 16:40:22.419533"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.422352"], ["updated_at", "2018-10-11 16:40:22.422352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.425074"], ["updated_at", "2018-10-11 16:40:22.425074"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.426906"], ["updated_at", "2018-10-11 16:40:22.426906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.429169"], ["updated_at", "2018-10-11 16:40:22.429169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.430808"], ["updated_at", "2018-10-11 16:40:22.430808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.432487"], ["updated_at", "2018-10-11 16:40:22.432487"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.435526"], ["updated_at", "2018-10-11 16:40:22.435526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.437546"], ["updated_at", "2018-10-11 16:40:22.437546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.439137"], ["updated_at", "2018-10-11 16:40:22.439137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.440779"], ["updated_at", "2018-10-11 16:40:22.440779"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.443148"], ["updated_at", "2018-10-11 16:40:22.443148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.447367"], ["updated_at", "2018-10-11 16:40:22.447367"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.449494"], ["updated_at", "2018-10-11 16:40:22.449494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.451180"], ["updated_at", "2018-10-11 16:40:22.451180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.452877"], ["updated_at", "2018-10-11 16:40:22.452877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.454548"], ["updated_at", "2018-10-11 16:40:22.454548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.456118"], ["updated_at", "2018-10-11 16:40:22.456118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.457751"], ["updated_at", "2018-10-11 16:40:22.457751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.459328"], ["updated_at", "2018-10-11 16:40:22.459328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.461033"], ["updated_at", "2018-10-11 16:40:22.461033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.462830"], ["updated_at", "2018-10-11 16:40:22.462830"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.464430"], ["updated_at", "2018-10-11 16:40:22.464430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.466119"], ["updated_at", "2018-10-11 16:40:22.466119"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.467929"], ["updated_at", "2018-10-11 16:40:22.467929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.469681"], ["updated_at", "2018-10-11 16:40:22.469681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.471311"], ["updated_at", "2018-10-11 16:40:22.471311"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.472907"], ["updated_at", "2018-10-11 16:40:22.472907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.474563"], ["updated_at", "2018-10-11 16:40:22.474563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.476150"], ["updated_at", "2018-10-11 16:40:22.476150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.477886"], ["updated_at", "2018-10-11 16:40:22.477886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.479564"], ["updated_at", "2018-10-11 16:40:22.479564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.481149"], ["updated_at", "2018-10-11 16:40:22.481149"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.482748"], ["updated_at", "2018-10-11 16:40:22.482748"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.484439"], ["updated_at", "2018-10-11 16:40:22.484439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.486208"], ["updated_at", "2018-10-11 16:40:22.486208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.487979"], ["updated_at", "2018-10-11 16:40:22.487979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.490529"], ["updated_at", "2018-10-11 16:40:22.490529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.492623"], ["updated_at", "2018-10-11 16:40:22.492623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.494405"], ["updated_at", "2018-10-11 16:40:22.494405"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.496203"], ["updated_at", "2018-10-11 16:40:22.496203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.497865"], ["updated_at", "2018-10-11 16:40:22.497865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.499438"], ["updated_at", "2018-10-11 16:40:22.499438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.502683"], ["updated_at", "2018-10-11 16:40:22.502683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.504330"], ["updated_at", "2018-10-11 16:40:22.504330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.505984"], ["updated_at", "2018-10-11 16:40:22.505984"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.507551"], ["updated_at", "2018-10-11 16:40:22.507551"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.510248"], ["updated_at", "2018-10-11 16:40:22.510248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.514337"], ["updated_at", "2018-10-11 16:40:22.514337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.516453"], ["updated_at", "2018-10-11 16:40:22.516453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.518150"], ["updated_at", "2018-10-11 16:40:22.518150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.519877"], ["updated_at", "2018-10-11 16:40:22.519877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.521445"], ["updated_at", "2018-10-11 16:40:22.521445"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.523153"], ["updated_at", "2018-10-11 16:40:22.523153"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.525768"], ["updated_at", "2018-10-11 16:40:22.525768"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.528585"], ["updated_at", "2018-10-11 16:40:22.528585"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.531257"], ["updated_at", "2018-10-11 16:40:22.531257"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.533902"], ["updated_at", "2018-10-11 16:40:22.533902"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.536609"], ["updated_at", "2018-10-11 16:40:22.536609"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.539219"], ["updated_at", "2018-10-11 16:40:22.539219"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.541828"], ["updated_at", "2018-10-11 16:40:22.541828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.544016"], ["updated_at", "2018-10-11 16:40:22.544016"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.545725"], ["updated_at", "2018-10-11 16:40:22.545725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.547451"], ["updated_at", "2018-10-11 16:40:22.547451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.549089"], ["updated_at", "2018-10-11 16:40:22.549089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.550673"], ["updated_at", "2018-10-11 16:40:22.550673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.552357"], ["updated_at", "2018-10-11 16:40:22.552357"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.553964"], ["updated_at", "2018-10-11 16:40:22.553964"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.555582"], ["updated_at", "2018-10-11 16:40:22.555582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.557989"], ["updated_at", "2018-10-11 16:40:22.557989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.560115"], ["updated_at", "2018-10-11 16:40:22.560115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.561852"], ["updated_at", "2018-10-11 16:40:22.561852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.563469"], ["updated_at", "2018-10-11 16:40:22.563469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.565074"], ["updated_at", "2018-10-11 16:40:22.565074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.566666"], ["updated_at", "2018-10-11 16:40:22.566666"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.569923"], ["updated_at", "2018-10-11 16:40:22.569923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.571619"], ["updated_at", "2018-10-11 16:40:22.571619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.573202"], ["updated_at", "2018-10-11 16:40:22.573202"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.574819"], ["updated_at", "2018-10-11 16:40:22.574819"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.578637"], ["updated_at", "2018-10-11 16:40:22.578637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.581795"], ["updated_at", "2018-10-11 16:40:22.581795"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.583616"], ["updated_at", "2018-10-11 16:40:22.583616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.585948"], ["updated_at", "2018-10-11 16:40:22.585948"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.587985"], ["updated_at", "2018-10-11 16:40:22.587985"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.590191"], ["updated_at", "2018-10-11 16:40:22.590191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.592432"], ["updated_at", "2018-10-11 16:40:22.592432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.594381"], ["updated_at", "2018-10-11 16:40:22.594381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.596129"], ["updated_at", "2018-10-11 16:40:22.596129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.597684"], ["updated_at", "2018-10-11 16:40:22.597684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.599254"], ["updated_at", "2018-10-11 16:40:22.599254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.600964"], ["updated_at", "2018-10-11 16:40:22.600964"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.602649"], ["updated_at", "2018-10-11 16:40:22.602649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.604420"], ["updated_at", "2018-10-11 16:40:22.604420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.606115"], ["updated_at", "2018-10-11 16:40:22.606115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.607760"], ["updated_at", "2018-10-11 16:40:22.607760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.609406"], ["updated_at", "2018-10-11 16:40:22.609406"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.611055"], ["updated_at", "2018-10-11 16:40:22.611055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.612835"], ["updated_at", "2018-10-11 16:40:22.612835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.614427"], ["updated_at", "2018-10-11 16:40:22.614427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.616049"], ["updated_at", "2018-10-11 16:40:22.616049"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.617691"], ["updated_at", "2018-10-11 16:40:22.617691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.619460"], ["updated_at", "2018-10-11 16:40:22.619460"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.621254"], ["updated_at", "2018-10-11 16:40:22.621254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.625826"], ["updated_at", "2018-10-11 16:40:22.625826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.628130"], ["updated_at", "2018-10-11 16:40:22.628130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.629904"], ["updated_at", "2018-10-11 16:40:22.629904"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.631533"], ["updated_at", "2018-10-11 16:40:22.631533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.633109"], ["updated_at", "2018-10-11 16:40:22.633109"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.636081"], ["updated_at", "2018-10-11 16:40:22.636081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.638340"], ["updated_at", "2018-10-11 16:40:22.638340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.639946"], ["updated_at", "2018-10-11 16:40:22.639946"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.642272"], ["updated_at", "2018-10-11 16:40:22.642272"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.646802"], ["updated_at", "2018-10-11 16:40:22.646802"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.650838"], ["updated_at", "2018-10-11 16:40:22.650838"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.653803"], ["updated_at", "2018-10-11 16:40:22.653803"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.656375"], ["updated_at", "2018-10-11 16:40:22.656375"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.658972"], ["updated_at", "2018-10-11 16:40:22.658972"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.661704"], ["updated_at", "2018-10-11 16:40:22.661704"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.664352"], ["updated_at", "2018-10-11 16:40:22.664352"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.666896"], ["updated_at", "2018-10-11 16:40:22.666896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.668765"], ["updated_at", "2018-10-11 16:40:22.668765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.670520"], ["updated_at", "2018-10-11 16:40:22.670520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.672102"], ["updated_at", "2018-10-11 16:40:22.672102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.673693"], ["updated_at", "2018-10-11 16:40:22.673693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.675266"], ["updated_at", "2018-10-11 16:40:22.675266"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.676937"], ["updated_at", "2018-10-11 16:40:22.676937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.678825"], ["updated_at", "2018-10-11 16:40:22.678825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.680576"], ["updated_at", "2018-10-11 16:40:22.680576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.682204"], ["updated_at", "2018-10-11 16:40:22.682204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.683786"], ["updated_at", "2018-10-11 16:40:22.683786"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.685535"], ["updated_at", "2018-10-11 16:40:22.685535"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.687306"], ["updated_at", "2018-10-11 16:40:22.687306"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.689919"], ["updated_at", "2018-10-11 16:40:22.689919"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.693454"], ["updated_at", "2018-10-11 16:40:22.693454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.695496"], ["updated_at", "2018-10-11 16:40:22.695496"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.697203"], ["updated_at", "2018-10-11 16:40:22.697203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.699015"], ["updated_at", "2018-10-11 16:40:22.699015"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.700766"], ["updated_at", "2018-10-11 16:40:22.700766"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.702642"], ["updated_at", "2018-10-11 16:40:22.702642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.705671"], ["updated_at", "2018-10-11 16:40:22.705671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.707357"], ["updated_at", "2018-10-11 16:40:22.707357"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.710125"], ["updated_at", "2018-10-11 16:40:22.710125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.714944"], ["updated_at", "2018-10-11 16:40:22.714944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.716700"], ["updated_at", "2018-10-11 16:40:22.716700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.718457"], ["updated_at", "2018-10-11 16:40:22.718457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.720193"], ["updated_at", "2018-10-11 16:40:22.720193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.721762"], ["updated_at", "2018-10-11 16:40:22.721762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.723429"], ["updated_at", "2018-10-11 16:40:22.723429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.725083"], ["updated_at", "2018-10-11 16:40:22.725083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.726643"], ["updated_at", "2018-10-11 16:40:22.726643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.728306"], ["updated_at", "2018-10-11 16:40:22.728306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.729977"], ["updated_at", "2018-10-11 16:40:22.729977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.731531"], ["updated_at", "2018-10-11 16:40:22.731531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.733176"], ["updated_at", "2018-10-11 16:40:22.733176"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.734994"], ["updated_at", "2018-10-11 16:40:22.734994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.736823"], ["updated_at", "2018-10-11 16:40:22.736823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.738473"], ["updated_at", "2018-10-11 16:40:22.738473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.740058"], ["updated_at", "2018-10-11 16:40:22.740058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.741724"], ["updated_at", "2018-10-11 16:40:22.741724"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.743290"], ["updated_at", "2018-10-11 16:40:22.743290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.745595"], ["updated_at", "2018-10-11 16:40:22.745595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.747320"], ["updated_at", "2018-10-11 16:40:22.747320"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.748917"], ["updated_at", "2018-10-11 16:40:22.748917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.750614"], ["updated_at", "2018-10-11 16:40:22.750614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.752334"], ["updated_at", "2018-10-11 16:40:22.752334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.753970"], ["updated_at", "2018-10-11 16:40:22.753970"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.755608"], ["updated_at", "2018-10-11 16:40:22.755608"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.757963"], ["updated_at", "2018-10-11 16:40:22.757963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.760146"], ["updated_at", "2018-10-11 16:40:22.760146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.761907"], ["updated_at", "2018-10-11 16:40:22.761907"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.763571"], ["updated_at", "2018-10-11 16:40:22.763571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.765180"], ["updated_at", "2018-10-11 16:40:22.765180"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.766757"], ["updated_at", "2018-10-11 16:40:22.766757"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.770718"], ["updated_at", "2018-10-11 16:40:22.770718"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.773205"], ["updated_at", "2018-10-11 16:40:22.773205"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.776330"], ["updated_at", "2018-10-11 16:40:22.776330"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.781485"], ["updated_at", "2018-10-11 16:40:22.781485"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.784403"], ["updated_at", "2018-10-11 16:40:22.784403"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.787672"], ["updated_at", "2018-10-11 16:40:22.787672"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.790361"], ["updated_at", "2018-10-11 16:40:22.790361"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.793087"], ["updated_at", "2018-10-11 16:40:22.793087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.795820"], ["updated_at", "2018-10-11 16:40:22.795820"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.797584"], ["updated_at", "2018-10-11 16:40:22.797584"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.800628"], ["updated_at", "2018-10-11 16:40:22.800628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.802539"], ["updated_at", "2018-10-11 16:40:22.802539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.804230"], ["updated_at", "2018-10-11 16:40:22.804230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.805776"], ["updated_at", "2018-10-11 16:40:22.805776"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.807670"], ["updated_at", "2018-10-11 16:40:22.807670"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.809368"], ["updated_at", "2018-10-11 16:40:22.809368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.811231"], ["updated_at", "2018-10-11 16:40:22.811231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.813068"], ["updated_at", "2018-10-11 16:40:22.813068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.814753"], ["updated_at", "2018-10-11 16:40:22.814753"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.816299"], ["updated_at", "2018-10-11 16:40:22.816299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.818020"], ["updated_at", "2018-10-11 16:40:22.818020"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.819811"], ["updated_at", "2018-10-11 16:40:22.819811"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.821865"], ["updated_at", "2018-10-11 16:40:22.821865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.825301"], ["updated_at", "2018-10-11 16:40:22.825301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.827052"], ["updated_at", "2018-10-11 16:40:22.827052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.828993"], ["updated_at", "2018-10-11 16:40:22.828993"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.830785"], ["updated_at", "2018-10-11 16:40:22.830785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.832567"], ["updated_at", "2018-10-11 16:40:22.832567"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.835897"], ["updated_at", "2018-10-11 16:40:22.835897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.837945"], ["updated_at", "2018-10-11 16:40:22.837945"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.839745"], ["updated_at", "2018-10-11 16:40:22.839745"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.841568"], ["updated_at", "2018-10-11 16:40:22.841568"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.846788"], ["updated_at", "2018-10-11 16:40:22.846788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.849484"], ["updated_at", "2018-10-11 16:40:22.849484"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.851198"], ["updated_at", "2018-10-11 16:40:22.851198"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.853029"], ["updated_at", "2018-10-11 16:40:22.853029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.854953"], ["updated_at", "2018-10-11 16:40:22.854953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.856567"], ["updated_at", "2018-10-11 16:40:22.856567"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.858767"], ["updated_at", "2018-10-11 16:40:22.858767"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.861072"], ["updated_at", "2018-10-11 16:40:22.861072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.863047"], ["updated_at", "2018-10-11 16:40:22.863047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.864601"], ["updated_at", "2018-10-11 16:40:22.864601"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.866202"], ["updated_at", "2018-10-11 16:40:22.866202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.868029"], ["updated_at", "2018-10-11 16:40:22.868029"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.869803"], ["updated_at", "2018-10-11 16:40:22.869803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.871680"], ["updated_at", "2018-10-11 16:40:22.871680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.873314"], ["updated_at", "2018-10-11 16:40:22.873314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.875052"], ["updated_at", "2018-10-11 16:40:22.875052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.876626"], ["updated_at", "2018-10-11 16:40:22.876626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.878346"], ["updated_at", "2018-10-11 16:40:22.878346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.879962"], ["updated_at", "2018-10-11 16:40:22.879962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.881530"], ["updated_at", "2018-10-11 16:40:22.881530"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.883448"], ["updated_at", "2018-10-11 16:40:22.883448"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.885277"], ["updated_at", "2018-10-11 16:40:22.885277"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.887079"], ["updated_at", "2018-10-11 16:40:22.887079"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.889412"], ["updated_at", "2018-10-11 16:40:22.889412"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.891896"], ["updated_at", "2018-10-11 16:40:22.891896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.893788"], ["updated_at", "2018-10-11 16:40:22.893788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.895629"], ["updated_at", "2018-10-11 16:40:22.895629"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.897323"], ["updated_at", "2018-10-11 16:40:22.897323"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.899246"], ["updated_at", "2018-10-11 16:40:22.899246"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.901171"], ["updated_at", "2018-10-11 16:40:22.901171"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.904899"], ["updated_at", "2018-10-11 16:40:22.904899"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.907663"], ["updated_at", "2018-10-11 16:40:22.907663"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.911182"], ["updated_at", "2018-10-11 16:40:22.911182"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.915572"], ["updated_at", "2018-10-11 16:40:22.915572"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.918343"], ["updated_at", "2018-10-11 16:40:22.918343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.921208"], ["updated_at", "2018-10-11 16:40:22.921208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.923014"], ["updated_at", "2018-10-11 16:40:22.923014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.924608"], ["updated_at", "2018-10-11 16:40:22.924608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.926238"], ["updated_at", "2018-10-11 16:40:22.926238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.927951"], ["updated_at", "2018-10-11 16:40:22.927951"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.930091"], ["updated_at", "2018-10-11 16:40:22.930091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.931859"], ["updated_at", "2018-10-11 16:40:22.931859"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.933462"], ["updated_at", "2018-10-11 16:40:22.933462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.935109"], ["updated_at", "2018-10-11 16:40:22.935109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.936786"], ["updated_at", "2018-10-11 16:40:22.936786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.938439"], ["updated_at", "2018-10-11 16:40:22.938439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.939982"], ["updated_at", "2018-10-11 16:40:22.939982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.941607"], ["updated_at", "2018-10-11 16:40:22.941607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.943218"], ["updated_at", "2018-10-11 16:40:22.943218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.944886"], ["updated_at", "2018-10-11 16:40:22.944886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.946522"], ["updated_at", "2018-10-11 16:40:22.946522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.948122"], ["updated_at", "2018-10-11 16:40:22.948122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.949758"], ["updated_at", "2018-10-11 16:40:22.949758"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.951415"], ["updated_at", "2018-10-11 16:40:22.951415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.953124"], ["updated_at", "2018-10-11 16:40:22.953124"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.954886"], ["updated_at", "2018-10-11 16:40:22.954886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.957747"], ["updated_at", "2018-10-11 16:40:22.957747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.959615"], ["updated_at", "2018-10-11 16:40:22.959615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.961382"], ["updated_at", "2018-10-11 16:40:22.961382"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.963066"], ["updated_at", "2018-10-11 16:40:22.963066"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.964599"], ["updated_at", "2018-10-11 16:40:22.964599"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.966189"], ["updated_at", "2018-10-11 16:40:22.966189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.969398"], ["updated_at", "2018-10-11 16:40:22.969398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.971150"], ["updated_at", "2018-10-11 16:40:22.971150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.972733"], ["updated_at", "2018-10-11 16:40:22.972733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.974297"], ["updated_at", "2018-10-11 16:40:22.974297"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.977066"], ["updated_at", "2018-10-11 16:40:22.977066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.981512"], ["updated_at", "2018-10-11 16:40:22.981512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.983239"], ["updated_at", "2018-10-11 16:40:22.983239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.985126"], ["updated_at", "2018-10-11 16:40:22.985126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.986852"], ["updated_at", "2018-10-11 16:40:22.986852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.988494"], ["updated_at", "2018-10-11 16:40:22.988494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.990096"], ["updated_at", "2018-10-11 16:40:22.990096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.991653"], ["updated_at", "2018-10-11 16:40:22.991653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.993326"], ["updated_at", "2018-10-11 16:40:22.993326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.995077"], ["updated_at", "2018-10-11 16:40:22.995077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.996773"], ["updated_at", "2018-10-11 16:40:22.996773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.998348"], ["updated_at", "2018-10-11 16:40:22.998348"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:22.999893"], ["updated_at", "2018-10-11 16:40:22.999893"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.001599"], ["updated_at", "2018-10-11 16:40:23.001599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.003455"], ["updated_at", "2018-10-11 16:40:23.003455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.005091"], ["updated_at", "2018-10-11 16:40:23.005091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.006677"], ["updated_at", "2018-10-11 16:40:23.006677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.008347"], ["updated_at", "2018-10-11 16:40:23.008347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.009985"], ["updated_at", "2018-10-11 16:40:23.009985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.011695"], ["updated_at", "2018-10-11 16:40:23.011695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.013433"], ["updated_at", "2018-10-11 16:40:23.013433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.014990"], ["updated_at", "2018-10-11 16:40:23.014990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.016664"], ["updated_at", "2018-10-11 16:40:23.016664"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.018328"], ["updated_at", "2018-10-11 16:40:23.018328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.020029"], ["updated_at", "2018-10-11 16:40:23.020029"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.021833"], ["updated_at", "2018-10-11 16:40:23.021833"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.024389"], ["updated_at", "2018-10-11 16:40:23.024389"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.027149"], ["updated_at", "2018-10-11 16:40:23.027149"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.029299"], ["updated_at", "2018-10-11 16:40:23.029299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.031375"], ["updated_at", "2018-10-11 16:40:23.031375"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.033304"], ["updated_at", "2018-10-11 16:40:23.033304"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.035288"], ["updated_at", "2018-10-11 16:40:23.035288"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.037377"], ["updated_at", "2018-10-11 16:40:23.037377"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.042068"], ["updated_at", "2018-10-11 16:40:23.042068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.044699"], ["updated_at", "2018-10-11 16:40:23.044699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.046441"], ["updated_at", "2018-10-11 16:40:23.046441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.048068"], ["updated_at", "2018-10-11 16:40:23.048068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.049678"], ["updated_at", "2018-10-11 16:40:23.049678"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.051336"], ["updated_at", "2018-10-11 16:40:23.051336"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.053072"], ["updated_at", "2018-10-11 16:40:23.053072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.054876"], ["updated_at", "2018-10-11 16:40:23.054876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.056670"], ["updated_at", "2018-10-11 16:40:23.056670"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.058398"], ["updated_at", "2018-10-11 16:40:23.058398"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.061342"], ["updated_at", "2018-10-11 16:40:23.061342"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.065282"], ["updated_at", "2018-10-11 16:40:23.065282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.067041"], ["updated_at", "2018-10-11 16:40:23.067041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.068704"], ["updated_at", "2018-10-11 16:40:23.068704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.070414"], ["updated_at", "2018-10-11 16:40:23.070414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.072099"], ["updated_at", "2018-10-11 16:40:23.072099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.073697"], ["updated_at", "2018-10-11 16:40:23.073697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.075289"], ["updated_at", "2018-10-11 16:40:23.075289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.076961"], ["updated_at", "2018-10-11 16:40:23.076961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.078541"], ["updated_at", "2018-10-11 16:40:23.078541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.080236"], ["updated_at", "2018-10-11 16:40:23.080236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.081864"], ["updated_at", "2018-10-11 16:40:23.081864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.083519"], ["updated_at", "2018-10-11 16:40:23.083519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.085157"], ["updated_at", "2018-10-11 16:40:23.085157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.086856"], ["updated_at", "2018-10-11 16:40:23.086856"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.088863"], ["updated_at", "2018-10-11 16:40:23.088863"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.091378"], ["updated_at", "2018-10-11 16:40:23.091378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.093430"], ["updated_at", "2018-10-11 16:40:23.093430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.095097"], ["updated_at", "2018-10-11 16:40:23.095097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.096954"], ["updated_at", "2018-10-11 16:40:23.096954"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.098619"], ["updated_at", "2018-10-11 16:40:23.098619"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.100234"], ["updated_at", "2018-10-11 16:40:23.100234"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.103292"], ["updated_at", "2018-10-11 16:40:23.103292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.105021"], ["updated_at", "2018-10-11 16:40:23.105021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.106589"], ["updated_at", "2018-10-11 16:40:23.106589"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.108858"], ["updated_at", "2018-10-11 16:40:23.108858"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.112565"], ["updated_at", "2018-10-11 16:40:23.112565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.115381"], ["updated_at", "2018-10-11 16:40:23.115381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.116950"], ["updated_at", "2018-10-11 16:40:23.116950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.118561"], ["updated_at", "2018-10-11 16:40:23.118561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.120342"], ["updated_at", "2018-10-11 16:40:23.120342"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.122098"], ["updated_at", "2018-10-11 16:40:23.122098"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.123841"], ["updated_at", "2018-10-11 16:40:23.123841"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.125518"], ["updated_at", "2018-10-11 16:40:23.125518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.127633"], ["updated_at", "2018-10-11 16:40:23.127633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.129425"], ["updated_at", "2018-10-11 16:40:23.129425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.131111"], ["updated_at", "2018-10-11 16:40:23.131111"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.132706"], ["updated_at", "2018-10-11 16:40:23.132706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.134228"], ["updated_at", "2018-10-11 16:40:23.134228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.135887"], ["updated_at", "2018-10-11 16:40:23.135887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.137522"], ["updated_at", "2018-10-11 16:40:23.137522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.139191"], ["updated_at", "2018-10-11 16:40:23.139191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.140820"], ["updated_at", "2018-10-11 16:40:23.140820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.142409"], ["updated_at", "2018-10-11 16:40:23.142409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.144065"], ["updated_at", "2018-10-11 16:40:23.144065"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.145677"], ["updated_at", "2018-10-11 16:40:23.145677"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.147446"], ["updated_at", "2018-10-11 16:40:23.147446"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.150103"], ["updated_at", "2018-10-11 16:40:23.150103"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.152909"], ["updated_at", "2018-10-11 16:40:23.152909"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.155585"], ["updated_at", "2018-10-11 16:40:23.155585"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.158053"], ["updated_at", "2018-10-11 16:40:23.158053"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.160161"], ["updated_at", "2018-10-11 16:40:23.160161"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.162039"], ["updated_at", "2018-10-11 16:40:23.162039"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.164517"], ["updated_at", "2018-10-11 16:40:23.164517"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.166560"], ["updated_at", "2018-10-11 16:40:23.166560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.168577"], ["updated_at", "2018-10-11 16:40:23.168577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.172776"], ["updated_at", "2018-10-11 16:40:23.172776"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.174455"], ["updated_at", "2018-10-11 16:40:23.174455"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.177241"], ["updated_at", "2018-10-11 16:40:23.177241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.180819"], ["updated_at", "2018-10-11 16:40:23.180819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.183132"], ["updated_at", "2018-10-11 16:40:23.183132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.184766"], ["updated_at", "2018-10-11 16:40:23.184766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.186541"], ["updated_at", "2018-10-11 16:40:23.186541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.188279"], ["updated_at", "2018-10-11 16:40:23.188279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.189878"], ["updated_at", "2018-10-11 16:40:23.189878"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.191478"], ["updated_at", "2018-10-11 16:40:23.191478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.193000"], ["updated_at", "2018-10-11 16:40:23.193000"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.194678"], ["updated_at", "2018-10-11 16:40:23.194678"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.196465"], ["updated_at", "2018-10-11 16:40:23.196465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.198203"], ["updated_at", "2018-10-11 16:40:23.198203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.199767"], ["updated_at", "2018-10-11 16:40:23.199767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.201403"], ["updated_at", "2018-10-11 16:40:23.201403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.203157"], ["updated_at", "2018-10-11 16:40:23.203157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.204858"], ["updated_at", "2018-10-11 16:40:23.204858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.206528"], ["updated_at", "2018-10-11 16:40:23.206528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.208173"], ["updated_at", "2018-10-11 16:40:23.208173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.209735"], ["updated_at", "2018-10-11 16:40:23.209735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.211339"], ["updated_at", "2018-10-11 16:40:23.211339"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.213013"], ["updated_at", "2018-10-11 16:40:23.213013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.214735"], ["updated_at", "2018-10-11 16:40:23.214735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.216366"], ["updated_at", "2018-10-11 16:40:23.216366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.218004"], ["updated_at", "2018-10-11 16:40:23.218004"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.219653"], ["updated_at", "2018-10-11 16:40:23.219653"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.221439"], ["updated_at", "2018-10-11 16:40:23.221439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.224029"], ["updated_at", "2018-10-11 16:40:23.224029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.225971"], ["updated_at", "2018-10-11 16:40:23.225971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.227645"], ["updated_at", "2018-10-11 16:40:23.227645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.229362"], ["updated_at", "2018-10-11 16:40:23.229362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.231151"], ["updated_at", "2018-10-11 16:40:23.231151"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.232754"], ["updated_at", "2018-10-11 16:40:23.232754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.235792"], ["updated_at", "2018-10-11 16:40:23.235792"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.237656"], ["updated_at", "2018-10-11 16:40:23.237656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.239417"], ["updated_at", "2018-10-11 16:40:23.239417"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.241021"], ["updated_at", "2018-10-11 16:40:23.241021"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.243347"], ["updated_at", "2018-10-11 16:40:23.243347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.247688"], ["updated_at", "2018-10-11 16:40:23.247688"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.250363"], ["updated_at", "2018-10-11 16:40:23.250363"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.252314"], ["updated_at", "2018-10-11 16:40:23.252314"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.254149"], ["updated_at", "2018-10-11 16:40:23.254149"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.255965"], ["updated_at", "2018-10-11 16:40:23.255965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.259237"], ["updated_at", "2018-10-11 16:40:23.259237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.260969"], ["updated_at", "2018-10-11 16:40:23.260969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.262802"], ["updated_at", "2018-10-11 16:40:23.262802"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.264543"], ["updated_at", "2018-10-11 16:40:23.264543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.266181"], ["updated_at", "2018-10-11 16:40:23.266181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.267797"], ["updated_at", "2018-10-11 16:40:23.267797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.269613"], ["updated_at", "2018-10-11 16:40:23.269613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.271319"], ["updated_at", "2018-10-11 16:40:23.271319"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.273300"], ["updated_at", "2018-10-11 16:40:23.273300"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.275908"], ["updated_at", "2018-10-11 16:40:23.275908"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.278554"], ["updated_at", "2018-10-11 16:40:23.278554"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.281316"], ["updated_at", "2018-10-11 16:40:23.281316"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.283882"], ["updated_at", "2018-10-11 16:40:23.283882"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.286691"], ["updated_at", "2018-10-11 16:40:23.286691"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.289844"], ["updated_at", "2018-10-11 16:40:23.289844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.292333"], ["updated_at", "2018-10-11 16:40:23.292333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.294476"], ["updated_at", "2018-10-11 16:40:23.294476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.296213"], ["updated_at", "2018-10-11 16:40:23.296213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.297923"], ["updated_at", "2018-10-11 16:40:23.297923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.299474"], ["updated_at", "2018-10-11 16:40:23.299474"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.301105"], ["updated_at", "2018-10-11 16:40:23.301105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.304407"], ["updated_at", "2018-10-11 16:40:23.304407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.306061"], ["updated_at", "2018-10-11 16:40:23.306061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.307688"], ["updated_at", "2018-10-11 16:40:23.307688"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.310256"], ["updated_at", "2018-10-11 16:40:23.310256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.314623"], ["updated_at", "2018-10-11 16:40:23.314623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.316268"], ["updated_at", "2018-10-11 16:40:23.316268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.317797"], ["updated_at", "2018-10-11 16:40:23.317797"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.319548"], ["updated_at", "2018-10-11 16:40:23.319548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.321378"], ["updated_at", "2018-10-11 16:40:23.321378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.323065"], ["updated_at", "2018-10-11 16:40:23.323065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.324619"], ["updated_at", "2018-10-11 16:40:23.324619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.326227"], ["updated_at", "2018-10-11 16:40:23.326227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.327800"], ["updated_at", "2018-10-11 16:40:23.327800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.329472"], ["updated_at", "2018-10-11 16:40:23.329472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.331088"], ["updated_at", "2018-10-11 16:40:23.331088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.332742"], ["updated_at", "2018-10-11 16:40:23.332742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.334290"], ["updated_at", "2018-10-11 16:40:23.334290"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.335918"], ["updated_at", "2018-10-11 16:40:23.335918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.337629"], ["updated_at", "2018-10-11 16:40:23.337629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.339218"], ["updated_at", "2018-10-11 16:40:23.339218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.340857"], ["updated_at", "2018-10-11 16:40:23.340857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.342442"], ["updated_at", "2018-10-11 16:40:23.342442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.344062"], ["updated_at", "2018-10-11 16:40:23.344062"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.345738"], ["updated_at", "2018-10-11 16:40:23.345738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.347453"], ["updated_at", "2018-10-11 16:40:23.347453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.349222"], ["updated_at", "2018-10-11 16:40:23.349222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.350845"], ["updated_at", "2018-10-11 16:40:23.350845"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.352437"], ["updated_at", "2018-10-11 16:40:23.352437"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.354196"], ["updated_at", "2018-10-11 16:40:23.354196"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.356566"], ["updated_at", "2018-10-11 16:40:23.356566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.359275"], ["updated_at", "2018-10-11 16:40:23.359275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.361041"], ["updated_at", "2018-10-11 16:40:23.361041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.362721"], ["updated_at", "2018-10-11 16:40:23.362721"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.364415"], ["updated_at", "2018-10-11 16:40:23.364415"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.366000"], ["updated_at", "2018-10-11 16:40:23.366000"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.367659"], ["updated_at", "2018-10-11 16:40:23.367659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.370669"], ["updated_at", "2018-10-11 16:40:23.370669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.372335"], ["updated_at", "2018-10-11 16:40:23.372335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.374048"], ["updated_at", "2018-10-11 16:40:23.374048"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.376286"], ["updated_at", "2018-10-11 16:40:23.376286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.380368"], ["updated_at", "2018-10-11 16:40:23.380368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.382516"], ["updated_at", "2018-10-11 16:40:23.382516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.384327"], ["updated_at", "2018-10-11 16:40:23.384327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.386018"], ["updated_at", "2018-10-11 16:40:23.386018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.387651"], ["updated_at", "2018-10-11 16:40:23.387651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.389292"], ["updated_at", "2018-10-11 16:40:23.389292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.390936"], ["updated_at", "2018-10-11 16:40:23.390936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.392492"], ["updated_at", "2018-10-11 16:40:23.392492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.394135"], ["updated_at", "2018-10-11 16:40:23.394135"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.395890"], ["updated_at", "2018-10-11 16:40:23.395890"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.398745"], ["updated_at", "2018-10-11 16:40:23.398745"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.401389"], ["updated_at", "2018-10-11 16:40:23.401389"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.404148"], ["updated_at", "2018-10-11 16:40:23.404148"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.406857"], ["updated_at", "2018-10-11 16:40:23.406857"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.409478"], ["updated_at", "2018-10-11 16:40:23.409478"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.412076"], ["updated_at", "2018-10-11 16:40:23.412076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.414798"], ["updated_at", "2018-10-11 16:40:23.414798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.416612"], ["updated_at", "2018-10-11 16:40:23.416612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.418252"], ["updated_at", "2018-10-11 16:40:23.418252"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.420009"], ["updated_at", "2018-10-11 16:40:23.420009"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.421992"], ["updated_at", "2018-10-11 16:40:23.421992"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.424506"], ["updated_at", "2018-10-11 16:40:23.424506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.426574"], ["updated_at", "2018-10-11 16:40:23.426574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.428220"], ["updated_at", "2018-10-11 16:40:23.428220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.429964"], ["updated_at", "2018-10-11 16:40:23.429964"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.431625"], ["updated_at", "2018-10-11 16:40:23.431625"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.433722"], ["updated_at", "2018-10-11 16:40:23.433722"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.436948"], ["updated_at", "2018-10-11 16:40:23.436948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.438855"], ["updated_at", "2018-10-11 16:40:23.438855"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.440448"], ["updated_at", "2018-10-11 16:40:23.440448"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.442351"], ["updated_at", "2018-10-11 16:40:23.442351"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.445679"], ["updated_at", "2018-10-11 16:40:23.445679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.448729"], ["updated_at", "2018-10-11 16:40:23.448729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.450470"], ["updated_at", "2018-10-11 16:40:23.450470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.452147"], ["updated_at", "2018-10-11 16:40:23.452147"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.453956"], ["updated_at", "2018-10-11 16:40:23.453956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.455638"], ["updated_at", "2018-10-11 16:40:23.455638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.457237"], ["updated_at", "2018-10-11 16:40:23.457237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.458781"], ["updated_at", "2018-10-11 16:40:23.458781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.460370"], ["updated_at", "2018-10-11 16:40:23.460370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.461969"], ["updated_at", "2018-10-11 16:40:23.461969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.463801"], ["updated_at", "2018-10-11 16:40:23.463801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.465482"], ["updated_at", "2018-10-11 16:40:23.465482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.467034"], ["updated_at", "2018-10-11 16:40:23.467034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.468657"], ["updated_at", "2018-10-11 16:40:23.468657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.470332"], ["updated_at", "2018-10-11 16:40:23.470332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.472142"], ["updated_at", "2018-10-11 16:40:23.472142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.473728"], ["updated_at", "2018-10-11 16:40:23.473728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.475255"], ["updated_at", "2018-10-11 16:40:23.475255"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.476879"], ["updated_at", "2018-10-11 16:40:23.476879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.478537"], ["updated_at", "2018-10-11 16:40:23.478537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.480218"], ["updated_at", "2018-10-11 16:40:23.480218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.481935"], ["updated_at", "2018-10-11 16:40:23.481935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.483570"], ["updated_at", "2018-10-11 16:40:23.483570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.485186"], ["updated_at", "2018-10-11 16:40:23.485186"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.486902"], ["updated_at", "2018-10-11 16:40:23.486902"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.488728"], ["updated_at", "2018-10-11 16:40:23.488728"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.490932"], ["updated_at", "2018-10-11 16:40:23.490932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.492676"], ["updated_at", "2018-10-11 16:40:23.492676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.494320"], ["updated_at", "2018-10-11 16:40:23.494320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.496010"], ["updated_at", "2018-10-11 16:40:23.496010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.497819"], ["updated_at", "2018-10-11 16:40:23.497819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.499287"], ["updated_at", "2018-10-11 16:40:23.499287"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.502417"], ["updated_at", "2018-10-11 16:40:23.502417"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.504206"], ["updated_at", "2018-10-11 16:40:23.504206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.505957"], ["updated_at", "2018-10-11 16:40:23.505957"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.507520"], ["updated_at", "2018-10-11 16:40:23.507520"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.510453"], ["updated_at", "2018-10-11 16:40:23.510453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.514748"], ["updated_at", "2018-10-11 16:40:23.514748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.516766"], ["updated_at", "2018-10-11 16:40:23.516766"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.518379"], ["updated_at", "2018-10-11 16:40:23.518379"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.520780"], ["updated_at", "2018-10-11 16:40:23.520780"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.523485"], ["updated_at", "2018-10-11 16:40:23.523485"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.526035"], ["updated_at", "2018-10-11 16:40:23.526035"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.528764"], ["updated_at", "2018-10-11 16:40:23.528764"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.531499"], ["updated_at", "2018-10-11 16:40:23.531499"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.534094"], ["updated_at", "2018-10-11 16:40:23.534094"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.536699"], ["updated_at", "2018-10-11 16:40:23.536699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.539213"], ["updated_at", "2018-10-11 16:40:23.539213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.540830"], ["updated_at", "2018-10-11 16:40:23.540830"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.542621"], ["updated_at", "2018-10-11 16:40:23.542621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.544462"], ["updated_at", "2018-10-11 16:40:23.544462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.546215"], ["updated_at", "2018-10-11 16:40:23.546215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.547913"], ["updated_at", "2018-10-11 16:40:23.547913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.549477"], ["updated_at", "2018-10-11 16:40:23.549477"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.551025"], ["updated_at", "2018-10-11 16:40:23.551025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.552803"], ["updated_at", "2018-10-11 16:40:23.552803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.554548"], ["updated_at", "2018-10-11 16:40:23.554548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.557018"], ["updated_at", "2018-10-11 16:40:23.557018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.559238"], ["updated_at", "2018-10-11 16:40:23.559238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.560896"], ["updated_at", "2018-10-11 16:40:23.560896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.562543"], ["updated_at", "2018-10-11 16:40:23.562543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.564265"], ["updated_at", "2018-10-11 16:40:23.564265"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.566007"], ["updated_at", "2018-10-11 16:40:23.566007"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.569086"], ["updated_at", "2018-10-11 16:40:23.569086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.570916"], ["updated_at", "2018-10-11 16:40:23.570916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.572547"], ["updated_at", "2018-10-11 16:40:23.572547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.574186"], ["updated_at", "2018-10-11 16:40:23.574186"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.575902"], ["updated_at", "2018-10-11 16:40:23.575902"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.579189"], ["updated_at", "2018-10-11 16:40:23.579189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.582421"], ["updated_at", "2018-10-11 16:40:23.582421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.584055"], ["updated_at", "2018-10-11 16:40:23.584055"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.585930"], ["updated_at", "2018-10-11 16:40:23.585930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.587922"], ["updated_at", "2018-10-11 16:40:23.587922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.589636"], ["updated_at", "2018-10-11 16:40:23.589636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.591287"], ["updated_at", "2018-10-11 16:40:23.591287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.592916"], ["updated_at", "2018-10-11 16:40:23.592916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.594513"], ["updated_at", "2018-10-11 16:40:23.594513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.596243"], ["updated_at", "2018-10-11 16:40:23.596243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.597972"], ["updated_at", "2018-10-11 16:40:23.597972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.599526"], ["updated_at", "2018-10-11 16:40:23.599526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.601158"], ["updated_at", "2018-10-11 16:40:23.601158"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.602789"], ["updated_at", "2018-10-11 16:40:23.602789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.604564"], ["updated_at", "2018-10-11 16:40:23.604564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.606193"], ["updated_at", "2018-10-11 16:40:23.606193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.607795"], ["updated_at", "2018-10-11 16:40:23.607795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.609385"], ["updated_at", "2018-10-11 16:40:23.609385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.611023"], ["updated_at", "2018-10-11 16:40:23.611023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.612721"], ["updated_at", "2018-10-11 16:40:23.612721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.614352"], ["updated_at", "2018-10-11 16:40:23.614352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.615974"], ["updated_at", "2018-10-11 16:40:23.615974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.617539"], ["updated_at", "2018-10-11 16:40:23.617539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.619220"], ["updated_at", "2018-10-11 16:40:23.619220"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.620902"], ["updated_at", "2018-10-11 16:40:23.620902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.625392"], ["updated_at", "2018-10-11 16:40:23.625392"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.627726"], ["updated_at", "2018-10-11 16:40:23.627726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.629630"], ["updated_at", "2018-10-11 16:40:23.629630"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.631426"], ["updated_at", "2018-10-11 16:40:23.631426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.633282"], ["updated_at", "2018-10-11 16:40:23.633282"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.635077"], ["updated_at", "2018-10-11 16:40:23.635077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.638159"], ["updated_at", "2018-10-11 16:40:23.638159"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.639883"], ["updated_at", "2018-10-11 16:40:23.639883"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.641679"], ["updated_at", "2018-10-11 16:40:23.641679"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.644842"], ["updated_at", "2018-10-11 16:40:23.644842"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.649665"], ["updated_at", "2018-10-11 16:40:23.649665"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.652453"], ["updated_at", "2018-10-11 16:40:23.652453"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.655335"], ["updated_at", "2018-10-11 16:40:23.655335"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.657941"], ["updated_at", "2018-10-11 16:40:23.657941"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.660543"], ["updated_at", "2018-10-11 16:40:23.660543"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.663260"], ["updated_at", "2018-10-11 16:40:23.663260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.665837"], ["updated_at", "2018-10-11 16:40:23.665837"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.667481"], ["updated_at", "2018-10-11 16:40:23.667481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.669192"], ["updated_at", "2018-10-11 16:40:23.669192"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.670890"], ["updated_at", "2018-10-11 16:40:23.670890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.672621"], ["updated_at", "2018-10-11 16:40:23.672621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.674285"], ["updated_at", "2018-10-11 16:40:23.674285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.675949"], ["updated_at", "2018-10-11 16:40:23.675949"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.677516"], ["updated_at", "2018-10-11 16:40:23.677516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.679210"], ["updated_at", "2018-10-11 16:40:23.679210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.680979"], ["updated_at", "2018-10-11 16:40:23.680979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.682604"], ["updated_at", "2018-10-11 16:40:23.682604"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.684267"], ["updated_at", "2018-10-11 16:40:23.684267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.686017"], ["updated_at", "2018-10-11 16:40:23.686017"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.688016"], ["updated_at", "2018-10-11 16:40:23.688016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.690518"], ["updated_at", "2018-10-11 16:40:23.690518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.692632"], ["updated_at", "2018-10-11 16:40:23.692632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.694293"], ["updated_at", "2018-10-11 16:40:23.694293"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.696052"], ["updated_at", "2018-10-11 16:40:23.696052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.698767"], ["updated_at", "2018-10-11 16:40:23.698767"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.700412"], ["updated_at", "2018-10-11 16:40:23.700412"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.703411"], ["updated_at", "2018-10-11 16:40:23.703411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.705275"], ["updated_at", "2018-10-11 16:40:23.705275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.706861"], ["updated_at", "2018-10-11 16:40:23.706861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.708509"], ["updated_at", "2018-10-11 16:40:23.708509"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.711331"], ["updated_at", "2018-10-11 16:40:23.711331"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.715510"], ["updated_at", "2018-10-11 16:40:23.715510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.717376"], ["updated_at", "2018-10-11 16:40:23.717376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.718979"], ["updated_at", "2018-10-11 16:40:23.718979"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.720696"], ["updated_at", "2018-10-11 16:40:23.720696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.722942"], ["updated_at", "2018-10-11 16:40:23.722942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.725677"], ["updated_at", "2018-10-11 16:40:23.725677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.727299"], ["updated_at", "2018-10-11 16:40:23.727299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.728913"], ["updated_at", "2018-10-11 16:40:23.728913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.730631"], ["updated_at", "2018-10-11 16:40:23.730631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.732286"], ["updated_at", "2018-10-11 16:40:23.732286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.733974"], ["updated_at", "2018-10-11 16:40:23.733974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.735550"], ["updated_at", "2018-10-11 16:40:23.735550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.737371"], ["updated_at", "2018-10-11 16:40:23.737371"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.739040"], ["updated_at", "2018-10-11 16:40:23.739040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.740681"], ["updated_at", "2018-10-11 16:40:23.740681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.742196"], ["updated_at", "2018-10-11 16:40:23.742196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.743814"], ["updated_at", "2018-10-11 16:40:23.743814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.745384"], ["updated_at", "2018-10-11 16:40:23.745384"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.747044"], ["updated_at", "2018-10-11 16:40:23.747044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.748710"], ["updated_at", "2018-10-11 16:40:23.748710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.750294"], ["updated_at", "2018-10-11 16:40:23.750294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.751959"], ["updated_at", "2018-10-11 16:40:23.751959"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.753666"], ["updated_at", "2018-10-11 16:40:23.753666"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.756053"], ["updated_at", "2018-10-11 16:40:23.756053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.758718"], ["updated_at", "2018-10-11 16:40:23.758718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.760550"], ["updated_at", "2018-10-11 16:40:23.760550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.762169"], ["updated_at", "2018-10-11 16:40:23.762169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.763903"], ["updated_at", "2018-10-11 16:40:23.763903"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.765464"], ["updated_at", "2018-10-11 16:40:23.765464"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.767129"], ["updated_at", "2018-10-11 16:40:23.767129"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.770726"], ["updated_at", "2018-10-11 16:40:23.770726"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.773415"], ["updated_at", "2018-10-11 16:40:23.773415"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.776345"], ["updated_at", "2018-10-11 16:40:23.776345"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.781429"], ["updated_at", "2018-10-11 16:40:23.781429"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.784256"], ["updated_at", "2018-10-11 16:40:23.784256"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.787927"], ["updated_at", "2018-10-11 16:40:23.787927"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.790227"], ["updated_at", "2018-10-11 16:40:23.790227"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.792466"], ["updated_at", "2018-10-11 16:40:23.792466"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.794430"], ["updated_at", "2018-10-11 16:40:23.794430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.796283"], ["updated_at", "2018-10-11 16:40:23.796283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.797990"], ["updated_at", "2018-10-11 16:40:23.797990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.799839"], ["updated_at", "2018-10-11 16:40:23.799839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.801493"], ["updated_at", "2018-10-11 16:40:23.801493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.803193"], ["updated_at", "2018-10-11 16:40:23.803193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.804959"], ["updated_at", "2018-10-11 16:40:23.804959"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.806693"], ["updated_at", "2018-10-11 16:40:23.806693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.808358"], ["updated_at", "2018-10-11 16:40:23.808358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.810074"], ["updated_at", "2018-10-11 16:40:23.810074"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.811725"], ["updated_at", "2018-10-11 16:40:23.811725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.813471"], ["updated_at", "2018-10-11 16:40:23.813471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.815167"], ["updated_at", "2018-10-11 16:40:23.815167"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.816690"], ["updated_at", "2018-10-11 16:40:23.816690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.818403"], ["updated_at", "2018-10-11 16:40:23.818403"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.820066"], ["updated_at", "2018-10-11 16:40:23.820066"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.822954"], ["updated_at", "2018-10-11 16:40:23.822954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.825530"], ["updated_at", "2018-10-11 16:40:23.825530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.827389"], ["updated_at", "2018-10-11 16:40:23.827389"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.829070"], ["updated_at", "2018-10-11 16:40:23.829070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.831253"], ["updated_at", "2018-10-11 16:40:23.831253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.832976"], ["updated_at", "2018-10-11 16:40:23.832976"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.835958"], ["updated_at", "2018-10-11 16:40:23.835958"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.837943"], ["updated_at", "2018-10-11 16:40:23.837943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.839648"], ["updated_at", "2018-10-11 16:40:23.839648"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.841327"], ["updated_at", "2018-10-11 16:40:23.841327"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.844605"], ["updated_at", "2018-10-11 16:40:23.844605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.848511"], ["updated_at", "2018-10-11 16:40:23.848511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.850237"], ["updated_at", "2018-10-11 16:40:23.850237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.851846"], ["updated_at", "2018-10-11 16:40:23.851846"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.853592"], ["updated_at", "2018-10-11 16:40:23.853592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.855284"], ["updated_at", "2018-10-11 16:40:23.855284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.856970"], ["updated_at", "2018-10-11 16:40:23.856970"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.858575"], ["updated_at", "2018-10-11 16:40:23.858575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.860275"], ["updated_at", "2018-10-11 16:40:23.860275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.862011"], ["updated_at", "2018-10-11 16:40:23.862011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.863826"], ["updated_at", "2018-10-11 16:40:23.863826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.865523"], ["updated_at", "2018-10-11 16:40:23.865523"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.867576"], ["updated_at", "2018-10-11 16:40:23.867576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.869403"], ["updated_at", "2018-10-11 16:40:23.869403"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.871277"], ["updated_at", "2018-10-11 16:40:23.871277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.872993"], ["updated_at", "2018-10-11 16:40:23.872993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.874722"], ["updated_at", "2018-10-11 16:40:23.874722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.876296"], ["updated_at", "2018-10-11 16:40:23.876296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.877905"], ["updated_at", "2018-10-11 16:40:23.877905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.879527"], ["updated_at", "2018-10-11 16:40:23.879527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.881211"], ["updated_at", "2018-10-11 16:40:23.881211"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.882764"], ["updated_at", "2018-10-11 16:40:23.882764"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.885312"], ["updated_at", "2018-10-11 16:40:23.885312"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.887173"], ["updated_at", "2018-10-11 16:40:23.887173"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.889739"], ["updated_at", "2018-10-11 16:40:23.889739"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.892298"], ["updated_at", "2018-10-11 16:40:23.892298"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.894479"], ["updated_at", "2018-10-11 16:40:23.894479"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.896648"], ["updated_at", "2018-10-11 16:40:23.896648"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.898755"], ["updated_at", "2018-10-11 16:40:23.898755"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.900743"], ["updated_at", "2018-10-11 16:40:23.900743"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.902694"], ["updated_at", "2018-10-11 16:40:23.902694"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.907941"], ["updated_at", "2018-10-11 16:40:23.907941"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.911405"], ["updated_at", "2018-10-11 16:40:23.911405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.915740"], ["updated_at", "2018-10-11 16:40:23.915740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.917412"], ["updated_at", "2018-10-11 16:40:23.917412"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.919127"], ["updated_at", "2018-10-11 16:40:23.919127"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.921121"], ["updated_at", "2018-10-11 16:40:23.921121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.922996"], ["updated_at", "2018-10-11 16:40:23.922996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.924780"], ["updated_at", "2018-10-11 16:40:23.924780"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.926602"], ["updated_at", "2018-10-11 16:40:23.926602"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.929307"], ["updated_at", "2018-10-11 16:40:23.929307"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.931243"], ["updated_at", "2018-10-11 16:40:23.931243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.932935"], ["updated_at", "2018-10-11 16:40:23.932935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.934592"], ["updated_at", "2018-10-11 16:40:23.934592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.936314"], ["updated_at", "2018-10-11 16:40:23.936314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.937974"], ["updated_at", "2018-10-11 16:40:23.937974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.939625"], ["updated_at", "2018-10-11 16:40:23.939625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.941187"], ["updated_at", "2018-10-11 16:40:23.941187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.942837"], ["updated_at", "2018-10-11 16:40:23.942837"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.944395"], ["updated_at", "2018-10-11 16:40:23.944395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.946066"], ["updated_at", "2018-10-11 16:40:23.946066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.947725"], ["updated_at", "2018-10-11 16:40:23.947725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.949436"], ["updated_at", "2018-10-11 16:40:23.949436"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.951090"], ["updated_at", "2018-10-11 16:40:23.951090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.952866"], ["updated_at", "2018-10-11 16:40:23.952866"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.954655"], ["updated_at", "2018-10-11 16:40:23.954655"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.957101"], ["updated_at", "2018-10-11 16:40:23.957101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.959319"], ["updated_at", "2018-10-11 16:40:23.959319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.961026"], ["updated_at", "2018-10-11 16:40:23.961026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.962695"], ["updated_at", "2018-10-11 16:40:23.962695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.964426"], ["updated_at", "2018-10-11 16:40:23.964426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.966006"], ["updated_at", "2018-10-11 16:40:23.966006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.968734"], ["updated_at", "2018-10-11 16:40:23.968734"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.970437"], ["updated_at", "2018-10-11 16:40:23.970437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.972166"], ["updated_at", "2018-10-11 16:40:23.972166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.973758"], ["updated_at", "2018-10-11 16:40:23.973758"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.975337"], ["updated_at", "2018-10-11 16:40:23.975337"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.978056"], ["updated_at", "2018-10-11 16:40:23.978056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.982311"], ["updated_at", "2018-10-11 16:40:23.982311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.984131"], ["updated_at", "2018-10-11 16:40:23.984131"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.985961"], ["updated_at", "2018-10-11 16:40:23.985961"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.987655"], ["updated_at", "2018-10-11 16:40:23.987655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.989853"], ["updated_at", "2018-10-11 16:40:23.989853"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.991475"], ["updated_at", "2018-10-11 16:40:23.991475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.993209"], ["updated_at", "2018-10-11 16:40:23.993209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.994849"], ["updated_at", "2018-10-11 16:40:23.994849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.996490"], ["updated_at", "2018-10-11 16:40:23.996490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.998116"], ["updated_at", "2018-10-11 16:40:23.998116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:23.999733"], ["updated_at", "2018-10-11 16:40:23.999733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.001294"], ["updated_at", "2018-10-11 16:40:24.001294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.003024"], ["updated_at", "2018-10-11 16:40:24.003024"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.004691"], ["updated_at", "2018-10-11 16:40:24.004691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.006334"], ["updated_at", "2018-10-11 16:40:24.006334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.007878"], ["updated_at", "2018-10-11 16:40:24.007878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.009506"], ["updated_at", "2018-10-11 16:40:24.009506"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.011069"], ["updated_at", "2018-10-11 16:40:24.011069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.012814"], ["updated_at", "2018-10-11 16:40:24.012814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.014476"], ["updated_at", "2018-10-11 16:40:24.014476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.016098"], ["updated_at", "2018-10-11 16:40:24.016098"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.017971"], ["updated_at", "2018-10-11 16:40:24.017971"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.020829"], ["updated_at", "2018-10-11 16:40:24.020829"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.024021"], ["updated_at", "2018-10-11 16:40:24.024021"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.026468"], ["updated_at", "2018-10-11 16:40:24.026468"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.028575"], ["updated_at", "2018-10-11 16:40:24.028575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.030758"], ["updated_at", "2018-10-11 16:40:24.030758"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.032773"], ["updated_at", "2018-10-11 16:40:24.032773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.034764"], ["updated_at", "2018-10-11 16:40:24.034764"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.036571"], ["updated_at", "2018-10-11 16:40:24.036571"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.041269"], ["updated_at", "2018-10-11 16:40:24.041269"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.044656"], ["updated_at", "2018-10-11 16:40:24.044656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.048616"], ["updated_at", "2018-10-11 16:40:24.048616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.050165"], ["updated_at", "2018-10-11 16:40:24.050165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.051768"], ["updated_at", "2018-10-11 16:40:24.051768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.053526"], ["updated_at", "2018-10-11 16:40:24.053526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.055316"], ["updated_at", "2018-10-11 16:40:24.055316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.056905"], ["updated_at", "2018-10-11 16:40:24.056905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.058536"], ["updated_at", "2018-10-11 16:40:24.058536"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.060095"], ["updated_at", "2018-10-11 16:40:24.060095"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.061822"], ["updated_at", "2018-10-11 16:40:24.061822"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.063644"], ["updated_at", "2018-10-11 16:40:24.063644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.065330"], ["updated_at", "2018-10-11 16:40:24.065330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.066941"], ["updated_at", "2018-10-11 16:40:24.066941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.068482"], ["updated_at", "2018-10-11 16:40:24.068482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.070182"], ["updated_at", "2018-10-11 16:40:24.070182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.071852"], ["updated_at", "2018-10-11 16:40:24.071852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.073482"], ["updated_at", "2018-10-11 16:40:24.073482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.075051"], ["updated_at", "2018-10-11 16:40:24.075051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.076669"], ["updated_at", "2018-10-11 16:40:24.076669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.078255"], ["updated_at", "2018-10-11 16:40:24.078255"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.079949"], ["updated_at", "2018-10-11 16:40:24.079949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.081644"], ["updated_at", "2018-10-11 16:40:24.081644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.083295"], ["updated_at", "2018-10-11 16:40:24.083295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.084957"], ["updated_at", "2018-10-11 16:40:24.084957"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.086629"], ["updated_at", "2018-10-11 16:40:24.086629"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.089602"], ["updated_at", "2018-10-11 16:40:24.089602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.092246"], ["updated_at", "2018-10-11 16:40:24.092246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.094115"], ["updated_at", "2018-10-11 16:40:24.094115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.095783"], ["updated_at", "2018-10-11 16:40:24.095783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.097731"], ["updated_at", "2018-10-11 16:40:24.097731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.099381"], ["updated_at", "2018-10-11 16:40:24.099381"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.102167"], ["updated_at", "2018-10-11 16:40:24.102167"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.104033"], ["updated_at", "2018-10-11 16:40:24.104033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.105790"], ["updated_at", "2018-10-11 16:40:24.105790"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.107399"], ["updated_at", "2018-10-11 16:40:24.107399"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.109085"], ["updated_at", "2018-10-11 16:40:24.109085"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.113222"], ["updated_at", "2018-10-11 16:40:24.113222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.116248"], ["updated_at", "2018-10-11 16:40:24.116248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.117853"], ["updated_at", "2018-10-11 16:40:24.117853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.119545"], ["updated_at", "2018-10-11 16:40:24.119545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.121209"], ["updated_at", "2018-10-11 16:40:24.121209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.122923"], ["updated_at", "2018-10-11 16:40:24.122923"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.124473"], ["updated_at", "2018-10-11 16:40:24.124473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.126158"], ["updated_at", "2018-10-11 16:40:24.126158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.127746"], ["updated_at", "2018-10-11 16:40:24.127746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.129448"], ["updated_at", "2018-10-11 16:40:24.129448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.131210"], ["updated_at", "2018-10-11 16:40:24.131210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.132795"], ["updated_at", "2018-10-11 16:40:24.132795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.134438"], ["updated_at", "2018-10-11 16:40:24.134438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.136020"], ["updated_at", "2018-10-11 16:40:24.136020"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.137861"], ["updated_at", "2018-10-11 16:40:24.137861"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.140553"], ["updated_at", "2018-10-11 16:40:24.140553"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.143181"], ["updated_at", "2018-10-11 16:40:24.143181"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.145723"], ["updated_at", "2018-10-11 16:40:24.145723"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.148455"], ["updated_at", "2018-10-11 16:40:24.148455"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.151199"], ["updated_at", "2018-10-11 16:40:24.151199"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.154000"], ["updated_at", "2018-10-11 16:40:24.154000"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.156770"], ["updated_at", "2018-10-11 16:40:24.156770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.159227"], ["updated_at", "2018-10-11 16:40:24.159227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.160900"], ["updated_at", "2018-10-11 16:40:24.160900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.162584"], ["updated_at", "2018-10-11 16:40:24.162584"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.164247"], ["updated_at", "2018-10-11 16:40:24.164247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.165871"], ["updated_at", "2018-10-11 16:40:24.165871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.167423"], ["updated_at", "2018-10-11 16:40:24.167423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.170219"], ["updated_at", "2018-10-11 16:40:24.170219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.171937"], ["updated_at", "2018-10-11 16:40:24.171937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.173542"], ["updated_at", "2018-10-11 16:40:24.173542"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.175302"], ["updated_at", "2018-10-11 16:40:24.175302"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.179314"], ["updated_at", "2018-10-11 16:40:24.179314"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.182338"], ["updated_at", "2018-10-11 16:40:24.182338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.184006"], ["updated_at", "2018-10-11 16:40:24.184006"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.185629"], ["updated_at", "2018-10-11 16:40:24.185629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.188994"], ["updated_at", "2018-10-11 16:40:24.188994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.190700"], ["updated_at", "2018-10-11 16:40:24.190700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.192312"], ["updated_at", "2018-10-11 16:40:24.192312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.193895"], ["updated_at", "2018-10-11 16:40:24.193895"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.195491"], ["updated_at", "2018-10-11 16:40:24.195491"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.197229"], ["updated_at", "2018-10-11 16:40:24.197229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.199062"], ["updated_at", "2018-10-11 16:40:24.199062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.200658"], ["updated_at", "2018-10-11 16:40:24.200658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.202333"], ["updated_at", "2018-10-11 16:40:24.202333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.204075"], ["updated_at", "2018-10-11 16:40:24.204075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.205755"], ["updated_at", "2018-10-11 16:40:24.205755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.207376"], ["updated_at", "2018-10-11 16:40:24.207376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.208927"], ["updated_at", "2018-10-11 16:40:24.208927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.210584"], ["updated_at", "2018-10-11 16:40:24.210584"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.212125"], ["updated_at", "2018-10-11 16:40:24.212125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.213840"], ["updated_at", "2018-10-11 16:40:24.213840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.215482"], ["updated_at", "2018-10-11 16:40:24.215482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.217063"], ["updated_at", "2018-10-11 16:40:24.217063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.218693"], ["updated_at", "2018-10-11 16:40:24.218693"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.220375"], ["updated_at", "2018-10-11 16:40:24.220375"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.222503"], ["updated_at", "2018-10-11 16:40:24.222503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.225058"], ["updated_at", "2018-10-11 16:40:24.225058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.226927"], ["updated_at", "2018-10-11 16:40:24.226927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.228581"], ["updated_at", "2018-10-11 16:40:24.228581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.230265"], ["updated_at", "2018-10-11 16:40:24.230265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.231963"], ["updated_at", "2018-10-11 16:40:24.231963"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.233590"], ["updated_at", "2018-10-11 16:40:24.233590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.236355"], ["updated_at", "2018-10-11 16:40:24.236355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.238055"], ["updated_at", "2018-10-11 16:40:24.238055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.239781"], ["updated_at", "2018-10-11 16:40:24.239781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.241361"], ["updated_at", "2018-10-11 16:40:24.241361"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.243803"], ["updated_at", "2018-10-11 16:40:24.243803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.247750"], ["updated_at", "2018-10-11 16:40:24.247750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.250153"], ["updated_at", "2018-10-11 16:40:24.250153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.251805"], ["updated_at", "2018-10-11 16:40:24.251805"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.253472"], ["updated_at", "2018-10-11 16:40:24.253472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.255190"], ["updated_at", "2018-10-11 16:40:24.255190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.256805"], ["updated_at", "2018-10-11 16:40:24.256805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.258397"], ["updated_at", "2018-10-11 16:40:24.258397"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.260470"], ["updated_at", "2018-10-11 16:40:24.260470"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.263130"], ["updated_at", "2018-10-11 16:40:24.263130"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.265907"], ["updated_at", "2018-10-11 16:40:24.265907"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.268498"], ["updated_at", "2018-10-11 16:40:24.268498"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.271227"], ["updated_at", "2018-10-11 16:40:24.271227"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.274067"], ["updated_at", "2018-10-11 16:40:24.274067"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.276616"], ["updated_at", "2018-10-11 16:40:24.276616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.279108"], ["updated_at", "2018-10-11 16:40:24.279108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.280894"], ["updated_at", "2018-10-11 16:40:24.280894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.282531"], ["updated_at", "2018-10-11 16:40:24.282531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.284244"], ["updated_at", "2018-10-11 16:40:24.284244"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.285905"], ["updated_at", "2018-10-11 16:40:24.285905"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.287819"], ["updated_at", "2018-10-11 16:40:24.287819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.290430"], ["updated_at", "2018-10-11 16:40:24.290430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.292603"], ["updated_at", "2018-10-11 16:40:24.292603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.294266"], ["updated_at", "2018-10-11 16:40:24.294266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.295948"], ["updated_at", "2018-10-11 16:40:24.295948"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.297981"], ["updated_at", "2018-10-11 16:40:24.297981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.299531"], ["updated_at", "2018-10-11 16:40:24.299531"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.302289"], ["updated_at", "2018-10-11 16:40:24.302289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.304069"], ["updated_at", "2018-10-11 16:40:24.304069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.305742"], ["updated_at", "2018-10-11 16:40:24.305742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.307373"], ["updated_at", "2018-10-11 16:40:24.307373"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.309017"], ["updated_at", "2018-10-11 16:40:24.309017"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.312251"], ["updated_at", "2018-10-11 16:40:24.312251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.315631"], ["updated_at", "2018-10-11 16:40:24.315631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.317325"], ["updated_at", "2018-10-11 16:40:24.317325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.318905"], ["updated_at", "2018-10-11 16:40:24.318905"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.320665"], ["updated_at", "2018-10-11 16:40:24.320665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.322703"], ["updated_at", "2018-10-11 16:40:24.322703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.324328"], ["updated_at", "2018-10-11 16:40:24.324328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.326000"], ["updated_at", "2018-10-11 16:40:24.326000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.327552"], ["updated_at", "2018-10-11 16:40:24.327552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.329251"], ["updated_at", "2018-10-11 16:40:24.329251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.330997"], ["updated_at", "2018-10-11 16:40:24.330997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.332692"], ["updated_at", "2018-10-11 16:40:24.332692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.334268"], ["updated_at", "2018-10-11 16:40:24.334268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.335875"], ["updated_at", "2018-10-11 16:40:24.335875"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.337511"], ["updated_at", "2018-10-11 16:40:24.337511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.339351"], ["updated_at", "2018-10-11 16:40:24.339351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.340898"], ["updated_at", "2018-10-11 16:40:24.340898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.342501"], ["updated_at", "2018-10-11 16:40:24.342501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.344050"], ["updated_at", "2018-10-11 16:40:24.344050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.345683"], ["updated_at", "2018-10-11 16:40:24.345683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.347311"], ["updated_at", "2018-10-11 16:40:24.347311"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.349165"], ["updated_at", "2018-10-11 16:40:24.349165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.350862"], ["updated_at", "2018-10-11 16:40:24.350862"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.352405"], ["updated_at", "2018-10-11 16:40:24.352405"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.354126"], ["updated_at", "2018-10-11 16:40:24.354126"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.356227"], ["updated_at", "2018-10-11 16:40:24.356227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.358894"], ["updated_at", "2018-10-11 16:40:24.358894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.360750"], ["updated_at", "2018-10-11 16:40:24.360750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.362400"], ["updated_at", "2018-10-11 16:40:24.362400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.364104"], ["updated_at", "2018-10-11 16:40:24.364104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.365734"], ["updated_at", "2018-10-11 16:40:24.365734"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.367416"], ["updated_at", "2018-10-11 16:40:24.367416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.370301"], ["updated_at", "2018-10-11 16:40:24.370301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.372070"], ["updated_at", "2018-10-11 16:40:24.372070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.373759"], ["updated_at", "2018-10-11 16:40:24.373759"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.375351"], ["updated_at", "2018-10-11 16:40:24.375351"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.379003"], ["updated_at", "2018-10-11 16:40:24.379003"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.382735"], ["updated_at", "2018-10-11 16:40:24.382735"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.384989"], ["updated_at", "2018-10-11 16:40:24.384989"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.387735"], ["updated_at", "2018-10-11 16:40:24.387735"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.390260"], ["updated_at", "2018-10-11 16:40:24.390260"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.392717"], ["updated_at", "2018-10-11 16:40:24.392717"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.395275"], ["updated_at", "2018-10-11 16:40:24.395275"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.398017"], ["updated_at", "2018-10-11 16:40:24.398017"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.400796"], ["updated_at", "2018-10-11 16:40:24.400796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.403353"], ["updated_at", "2018-10-11 16:40:24.403353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.405328"], ["updated_at", "2018-10-11 16:40:24.405328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.406950"], ["updated_at", "2018-10-11 16:40:24.406950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.408485"], ["updated_at", "2018-10-11 16:40:24.408485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.410019"], ["updated_at", "2018-10-11 16:40:24.410019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.411670"], ["updated_at", "2018-10-11 16:40:24.411670"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.413301"], ["updated_at", "2018-10-11 16:40:24.413301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.415043"], ["updated_at", "2018-10-11 16:40:24.415043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.416668"], ["updated_at", "2018-10-11 16:40:24.416668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.418301"], ["updated_at", "2018-10-11 16:40:24.418301"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.419928"], ["updated_at", "2018-10-11 16:40:24.419928"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.421918"], ["updated_at", "2018-10-11 16:40:24.421918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.424588"], ["updated_at", "2018-10-11 16:40:24.424588"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.426414"], ["updated_at", "2018-10-11 16:40:24.426414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.428077"], ["updated_at", "2018-10-11 16:40:24.428077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.429724"], ["updated_at", "2018-10-11 16:40:24.429724"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.431459"], ["updated_at", "2018-10-11 16:40:24.431459"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.433010"], ["updated_at", "2018-10-11 16:40:24.433010"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.435892"], ["updated_at", "2018-10-11 16:40:24.435892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.437635"], ["updated_at", "2018-10-11 16:40:24.437635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.439590"], ["updated_at", "2018-10-11 16:40:24.439590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.441172"], ["updated_at", "2018-10-11 16:40:24.441172"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.442811"], ["updated_at", "2018-10-11 16:40:24.442811"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.446286"], ["updated_at", "2018-10-11 16:40:24.446286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.449736"], ["updated_at", "2018-10-11 16:40:24.449736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.451595"], ["updated_at", "2018-10-11 16:40:24.451595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.453384"], ["updated_at", "2018-10-11 16:40:24.453384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.455215"], ["updated_at", "2018-10-11 16:40:24.455215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.456873"], ["updated_at", "2018-10-11 16:40:24.456873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.458503"], ["updated_at", "2018-10-11 16:40:24.458503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.460115"], ["updated_at", "2018-10-11 16:40:24.460115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.461680"], ["updated_at", "2018-10-11 16:40:24.461680"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.463390"], ["updated_at", "2018-10-11 16:40:24.463390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.465183"], ["updated_at", "2018-10-11 16:40:24.465183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.466756"], ["updated_at", "2018-10-11 16:40:24.466756"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.468336"], ["updated_at", "2018-10-11 16:40:24.468336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.470029"], ["updated_at", "2018-10-11 16:40:24.470029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.471664"], ["updated_at", "2018-10-11 16:40:24.471664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.473285"], ["updated_at", "2018-10-11 16:40:24.473285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.474862"], ["updated_at", "2018-10-11 16:40:24.474862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.476488"], ["updated_at", "2018-10-11 16:40:24.476488"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.478035"], ["updated_at", "2018-10-11 16:40:24.478035"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.479705"], ["updated_at", "2018-10-11 16:40:24.479705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.481629"], ["updated_at", "2018-10-11 16:40:24.481629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.483249"], ["updated_at", "2018-10-11 16:40:24.483249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.484846"], ["updated_at", "2018-10-11 16:40:24.484846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.486548"], ["updated_at", "2018-10-11 16:40:24.486548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.488495"], ["updated_at", "2018-10-11 16:40:24.488495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.491019"], ["updated_at", "2018-10-11 16:40:24.491019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.493068"], ["updated_at", "2018-10-11 16:40:24.493068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.494741"], ["updated_at", "2018-10-11 16:40:24.494741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.496419"], ["updated_at", "2018-10-11 16:40:24.496419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.498183"], ["updated_at", "2018-10-11 16:40:24.498183"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.499779"], ["updated_at", "2018-10-11 16:40:24.499779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.502424"], ["updated_at", "2018-10-11 16:40:24.502424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.504199"], ["updated_at", "2018-10-11 16:40:24.504199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.505909"], ["updated_at", "2018-10-11 16:40:24.505909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.507550"], ["updated_at", "2018-10-11 16:40:24.507550"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.509906"], ["updated_at", "2018-10-11 16:40:24.509906"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.515228"], ["updated_at", "2018-10-11 16:40:24.515228"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.517939"], ["updated_at", "2018-10-11 16:40:24.517939"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.520718"], ["updated_at", "2018-10-11 16:40:24.520718"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.523441"], ["updated_at", "2018-10-11 16:40:24.523441"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.526040"], ["updated_at", "2018-10-11 16:40:24.526040"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.528726"], ["updated_at", "2018-10-11 16:40:24.528726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.531226"], ["updated_at", "2018-10-11 16:40:24.531226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.532906"], ["updated_at", "2018-10-11 16:40:24.532906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.534557"], ["updated_at", "2018-10-11 16:40:24.534557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.536165"], ["updated_at", "2018-10-11 16:40:24.536165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.537858"], ["updated_at", "2018-10-11 16:40:24.537858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.539495"], ["updated_at", "2018-10-11 16:40:24.539495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.541148"], ["updated_at", "2018-10-11 16:40:24.541148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.542752"], ["updated_at", "2018-10-11 16:40:24.542752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.544316"], ["updated_at", "2018-10-11 16:40:24.544316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.545987"], ["updated_at", "2018-10-11 16:40:24.545987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.547716"], ["updated_at", "2018-10-11 16:40:24.547716"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.549326"], ["updated_at", "2018-10-11 16:40:24.549326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.551089"], ["updated_at", "2018-10-11 16:40:24.551089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.552736"], ["updated_at", "2018-10-11 16:40:24.552736"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.554586"], ["updated_at", "2018-10-11 16:40:24.554586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.557400"], ["updated_at", "2018-10-11 16:40:24.557400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.559367"], ["updated_at", "2018-10-11 16:40:24.559367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.561141"], ["updated_at", "2018-10-11 16:40:24.561141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.562811"], ["updated_at", "2018-10-11 16:40:24.562811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.564549"], ["updated_at", "2018-10-11 16:40:24.564549"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.566146"], ["updated_at", "2018-10-11 16:40:24.566146"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.569270"], ["updated_at", "2018-10-11 16:40:24.569270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.571075"], ["updated_at", "2018-10-11 16:40:24.571075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.572761"], ["updated_at", "2018-10-11 16:40:24.572761"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.574366"], ["updated_at", "2018-10-11 16:40:24.574366"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.576822"], ["updated_at", "2018-10-11 16:40:24.576822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.580500"], ["updated_at", "2018-10-11 16:40:24.580500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.582820"], ["updated_at", "2018-10-11 16:40:24.582820"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.584618"], ["updated_at", "2018-10-11 16:40:24.584618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.586923"], ["updated_at", "2018-10-11 16:40:24.586923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.588855"], ["updated_at", "2018-10-11 16:40:24.588855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.590512"], ["updated_at", "2018-10-11 16:40:24.590512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.592128"], ["updated_at", "2018-10-11 16:40:24.592128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.593755"], ["updated_at", "2018-10-11 16:40:24.593755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.595403"], ["updated_at", "2018-10-11 16:40:24.595403"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.597138"], ["updated_at", "2018-10-11 16:40:24.597138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.598833"], ["updated_at", "2018-10-11 16:40:24.598833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.600375"], ["updated_at", "2018-10-11 16:40:24.600375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.601980"], ["updated_at", "2018-10-11 16:40:24.601980"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.603715"], ["updated_at", "2018-10-11 16:40:24.603715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.605484"], ["updated_at", "2018-10-11 16:40:24.605484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.607124"], ["updated_at", "2018-10-11 16:40:24.607124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.608685"], ["updated_at", "2018-10-11 16:40:24.608685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.610343"], ["updated_at", "2018-10-11 16:40:24.610343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.611997"], ["updated_at", "2018-10-11 16:40:24.611997"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.613633"], ["updated_at", "2018-10-11 16:40:24.613633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.615374"], ["updated_at", "2018-10-11 16:40:24.615374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.616944"], ["updated_at", "2018-10-11 16:40:24.616944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.618564"], ["updated_at", "2018-10-11 16:40:24.618564"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.620301"], ["updated_at", "2018-10-11 16:40:24.620301"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.623081"], ["updated_at", "2018-10-11 16:40:24.623081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.625917"], ["updated_at", "2018-10-11 16:40:24.625917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.627823"], ["updated_at", "2018-10-11 16:40:24.627823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.629537"], ["updated_at", "2018-10-11 16:40:24.629537"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.631358"], ["updated_at", "2018-10-11 16:40:24.631358"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.632963"], ["updated_at", "2018-10-11 16:40:24.632963"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.637581"], ["updated_at", "2018-10-11 16:40:24.637581"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.640456"], ["updated_at", "2018-10-11 16:40:24.640456"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.646326"], ["updated_at", "2018-10-11 16:40:24.646326"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.651075"], ["updated_at", "2018-10-11 16:40:24.651075"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.655414"], ["updated_at", "2018-10-11 16:40:24.655414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.658226"], ["updated_at", "2018-10-11 16:40:24.658226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.659806"], ["updated_at", "2018-10-11 16:40:24.659806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.661550"], ["updated_at", "2018-10-11 16:40:24.661550"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.663381"], ["updated_at", "2018-10-11 16:40:24.663381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.665084"], ["updated_at", "2018-10-11 16:40:24.665084"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.666674"], ["updated_at", "2018-10-11 16:40:24.666674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.668365"], ["updated_at", "2018-10-11 16:40:24.668365"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.670019"], ["updated_at", "2018-10-11 16:40:24.670019"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.671777"], ["updated_at", "2018-10-11 16:40:24.671777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.673423"], ["updated_at", "2018-10-11 16:40:24.673423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.675021"], ["updated_at", "2018-10-11 16:40:24.675021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.676592"], ["updated_at", "2018-10-11 16:40:24.676592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.678319"], ["updated_at", "2018-10-11 16:40:24.678319"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.680042"], ["updated_at", "2018-10-11 16:40:24.680042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.681804"], ["updated_at", "2018-10-11 16:40:24.681804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.683362"], ["updated_at", "2018-10-11 16:40:24.683362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.684873"], ["updated_at", "2018-10-11 16:40:24.684873"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.686538"], ["updated_at", "2018-10-11 16:40:24.686538"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.689358"], ["updated_at", "2018-10-11 16:40:24.689358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.691852"], ["updated_at", "2018-10-11 16:40:24.691852"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.693581"], ["updated_at", "2018-10-11 16:40:24.693581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.695322"], ["updated_at", "2018-10-11 16:40:24.695322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.696957"], ["updated_at", "2018-10-11 16:40:24.696957"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.698688"], ["updated_at", "2018-10-11 16:40:24.698688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.700356"], ["updated_at", "2018-10-11 16:40:24.700356"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.703595"], ["updated_at", "2018-10-11 16:40:24.703595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.705274"], ["updated_at", "2018-10-11 16:40:24.705274"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.706897"], ["updated_at", "2018-10-11 16:40:24.706897"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.708615"], ["updated_at", "2018-10-11 16:40:24.708615"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.711211"], ["updated_at", "2018-10-11 16:40:24.711211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.715484"], ["updated_at", "2018-10-11 16:40:24.715484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.717312"], ["updated_at", "2018-10-11 16:40:24.717312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.718913"], ["updated_at", "2018-10-11 16:40:24.718913"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.720572"], ["updated_at", "2018-10-11 16:40:24.720572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.722299"], ["updated_at", "2018-10-11 16:40:24.722299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.723886"], ["updated_at", "2018-10-11 16:40:24.723886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.725842"], ["updated_at", "2018-10-11 16:40:24.725842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.727531"], ["updated_at", "2018-10-11 16:40:24.727531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.729251"], ["updated_at", "2018-10-11 16:40:24.729251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.731043"], ["updated_at", "2018-10-11 16:40:24.731043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.732659"], ["updated_at", "2018-10-11 16:40:24.732659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.734249"], ["updated_at", "2018-10-11 16:40:24.734249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.735936"], ["updated_at", "2018-10-11 16:40:24.735936"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.737649"], ["updated_at", "2018-10-11 16:40:24.737649"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.739314"], ["updated_at", "2018-10-11 16:40:24.739314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.740998"], ["updated_at", "2018-10-11 16:40:24.740998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.742602"], ["updated_at", "2018-10-11 16:40:24.742602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.744228"], ["updated_at", "2018-10-11 16:40:24.744228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.745788"], ["updated_at", "2018-10-11 16:40:24.745788"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.747438"], ["updated_at", "2018-10-11 16:40:24.747438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.749070"], ["updated_at", "2018-10-11 16:40:24.749070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.750647"], ["updated_at", "2018-10-11 16:40:24.750647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.752494"], ["updated_at", "2018-10-11 16:40:24.752494"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.754184"], ["updated_at", "2018-10-11 16:40:24.754184"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.756312"], ["updated_at", "2018-10-11 16:40:24.756312"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.758730"], ["updated_at", "2018-10-11 16:40:24.758730"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.761349"], ["updated_at", "2018-10-11 16:40:24.761349"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.763554"], ["updated_at", "2018-10-11 16:40:24.763554"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.765766"], ["updated_at", "2018-10-11 16:40:24.765766"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.767828"], ["updated_at", "2018-10-11 16:40:24.767828"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.770408"], ["updated_at", "2018-10-11 16:40:24.770408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.776300"], ["updated_at", "2018-10-11 16:40:24.776300"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.778252"], ["updated_at", "2018-10-11 16:40:24.778252"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.779915"], ["updated_at", "2018-10-11 16:40:24.779915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.781590"], ["updated_at", "2018-10-11 16:40:24.781590"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.783194"], ["updated_at", "2018-10-11 16:40:24.783194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.784972"], ["updated_at", "2018-10-11 16:40:24.784972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.786607"], ["updated_at", "2018-10-11 16:40:24.786607"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.788302"], ["updated_at", "2018-10-11 16:40:24.788302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.790149"], ["updated_at", "2018-10-11 16:40:24.790149"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.793042"], ["updated_at", "2018-10-11 16:40:24.793042"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.796774"], ["updated_at", "2018-10-11 16:40:24.796774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.800117"], ["updated_at", "2018-10-11 16:40:24.800117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.801922"], ["updated_at", "2018-10-11 16:40:24.801922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.803480"], ["updated_at", "2018-10-11 16:40:24.803480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.805344"], ["updated_at", "2018-10-11 16:40:24.805344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.807023"], ["updated_at", "2018-10-11 16:40:24.807023"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.808649"], ["updated_at", "2018-10-11 16:40:24.808649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.810412"], ["updated_at", "2018-10-11 16:40:24.810412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.812048"], ["updated_at", "2018-10-11 16:40:24.812048"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.813737"], ["updated_at", "2018-10-11 16:40:24.813737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.815514"], ["updated_at", "2018-10-11 16:40:24.815514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.817096"], ["updated_at", "2018-10-11 16:40:24.817096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.818662"], ["updated_at", "2018-10-11 16:40:24.818662"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.820576"], ["updated_at", "2018-10-11 16:40:24.820576"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.823438"], ["updated_at", "2018-10-11 16:40:24.823438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.825521"], ["updated_at", "2018-10-11 16:40:24.825521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.827084"], ["updated_at", "2018-10-11 16:40:24.827084"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.828675"], ["updated_at", "2018-10-11 16:40:24.828675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.830420"], ["updated_at", "2018-10-11 16:40:24.830420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.832100"], ["updated_at", "2018-10-11 16:40:24.832100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.833802"], ["updated_at", "2018-10-11 16:40:24.833802"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.836830"], ["updated_at", "2018-10-11 16:40:24.836830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.838664"], ["updated_at", "2018-10-11 16:40:24.838664"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.840983"], ["updated_at", "2018-10-11 16:40:24.840983"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.842797"], ["updated_at", "2018-10-11 16:40:24.842797"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.846352"], ["updated_at", "2018-10-11 16:40:24.846352"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.849935"], ["updated_at", "2018-10-11 16:40:24.849935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.851608"], ["updated_at", "2018-10-11 16:40:24.851608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.853164"], ["updated_at", "2018-10-11 16:40:24.853164"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.854807"], ["updated_at", "2018-10-11 16:40:24.854807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.856610"], ["updated_at", "2018-10-11 16:40:24.856610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.858400"], ["updated_at", "2018-10-11 16:40:24.858400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.860041"], ["updated_at", "2018-10-11 16:40:24.860041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.861586"], ["updated_at", "2018-10-11 16:40:24.861586"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.863199"], ["updated_at", "2018-10-11 16:40:24.863199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.865463"], ["updated_at", "2018-10-11 16:40:24.865463"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.867340"], ["updated_at", "2018-10-11 16:40:24.867340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.868888"], ["updated_at", "2018-10-11 16:40:24.868888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.870463"], ["updated_at", "2018-10-11 16:40:24.870463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.872156"], ["updated_at", "2018-10-11 16:40:24.872156"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.873966"], ["updated_at", "2018-10-11 16:40:24.873966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.875853"], ["updated_at", "2018-10-11 16:40:24.875853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.877582"], ["updated_at", "2018-10-11 16:40:24.877582"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.880532"], ["updated_at", "2018-10-11 16:40:24.880532"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.883700"], ["updated_at", "2018-10-11 16:40:24.883700"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.888325"], ["updated_at", "2018-10-11 16:40:24.888325"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.892062"], ["updated_at", "2018-10-11 16:40:24.892062"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.894228"], ["updated_at", "2018-10-11 16:40:24.894228"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.896517"], ["updated_at", "2018-10-11 16:40:24.896517"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.898860"], ["updated_at", "2018-10-11 16:40:24.898860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.900897"], ["updated_at", "2018-10-11 16:40:24.900897"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.902540"], ["updated_at", "2018-10-11 16:40:24.902540"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.905686"], ["updated_at", "2018-10-11 16:40:24.905686"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.907429"], ["updated_at", "2018-10-11 16:40:24.907429"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.909266"], ["updated_at", "2018-10-11 16:40:24.909266"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.912432"], ["updated_at", "2018-10-11 16:40:24.912432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.916358"], ["updated_at", "2018-10-11 16:40:24.916358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.917959"], ["updated_at", "2018-10-11 16:40:24.917959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.919471"], ["updated_at", "2018-10-11 16:40:24.919471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.921097"], ["updated_at", "2018-10-11 16:40:24.921097"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.922891"], ["updated_at", "2018-10-11 16:40:24.922891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.924554"], ["updated_at", "2018-10-11 16:40:24.924554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.926259"], ["updated_at", "2018-10-11 16:40:24.926259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.927809"], ["updated_at", "2018-10-11 16:40:24.927809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.929428"], ["updated_at", "2018-10-11 16:40:24.929428"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.931376"], ["updated_at", "2018-10-11 16:40:24.931376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.933114"], ["updated_at", "2018-10-11 16:40:24.933114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.934707"], ["updated_at", "2018-10-11 16:40:24.934707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.936285"], ["updated_at", "2018-10-11 16:40:24.936285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.937994"], ["updated_at", "2018-10-11 16:40:24.937994"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.939603"], ["updated_at", "2018-10-11 16:40:24.939603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.941559"], ["updated_at", "2018-10-11 16:40:24.941559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.943090"], ["updated_at", "2018-10-11 16:40:24.943090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.944747"], ["updated_at", "2018-10-11 16:40:24.944747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.946335"], ["updated_at", "2018-10-11 16:40:24.946335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.947898"], ["updated_at", "2018-10-11 16:40:24.947898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.949511"], ["updated_at", "2018-10-11 16:40:24.949511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.951080"], ["updated_at", "2018-10-11 16:40:24.951080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.952603"], ["updated_at", "2018-10-11 16:40:24.952603"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.954163"], ["updated_at", "2018-10-11 16:40:24.954163"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.956442"], ["updated_at", "2018-10-11 16:40:24.956442"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.958766"], ["updated_at", "2018-10-11 16:40:24.958766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.960507"], ["updated_at", "2018-10-11 16:40:24.960507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.962078"], ["updated_at", "2018-10-11 16:40:24.962078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.963706"], ["updated_at", "2018-10-11 16:40:24.963706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.965335"], ["updated_at", "2018-10-11 16:40:24.965335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.966956"], ["updated_at", "2018-10-11 16:40:24.966956"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.970473"], ["updated_at", "2018-10-11 16:40:24.970473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.972279"], ["updated_at", "2018-10-11 16:40:24.972279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.973946"], ["updated_at", "2018-10-11 16:40:24.973946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.975615"], ["updated_at", "2018-10-11 16:40:24.975615"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.978045"], ["updated_at", "2018-10-11 16:40:24.978045"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.981961"], ["updated_at", "2018-10-11 16:40:24.981961"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.984172"], ["updated_at", "2018-10-11 16:40:24.984172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.986071"], ["updated_at", "2018-10-11 16:40:24.986071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.987641"], ["updated_at", "2018-10-11 16:40:24.987641"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.989326"], ["updated_at", "2018-10-11 16:40:24.989326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.991053"], ["updated_at", "2018-10-11 16:40:24.991053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.992629"], ["updated_at", "2018-10-11 16:40:24.992629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.994221"], ["updated_at", "2018-10-11 16:40:24.994221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.995847"], ["updated_at", "2018-10-11 16:40:24.995847"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.997422"], ["updated_at", "2018-10-11 16:40:24.997422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:24.999180"], ["updated_at", "2018-10-11 16:40:24.999180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.000775"], ["updated_at", "2018-10-11 16:40:25.000775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.002355"], ["updated_at", "2018-10-11 16:40:25.002355"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.004328"], ["updated_at", "2018-10-11 16:40:25.004328"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.008123"], ["updated_at", "2018-10-11 16:40:25.008123"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.011639"], ["updated_at", "2018-10-11 16:40:25.011639"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.015062"], ["updated_at", "2018-10-11 16:40:25.015062"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.018510"], ["updated_at", "2018-10-11 16:40:25.018510"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.022922"], ["updated_at", "2018-10-11 16:40:25.022922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.025495"], ["updated_at", "2018-10-11 16:40:25.025495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.027165"], ["updated_at", "2018-10-11 16:40:25.027165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.028764"], ["updated_at", "2018-10-11 16:40:25.028764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.030342"], ["updated_at", "2018-10-11 16:40:25.030342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.032009"], ["updated_at", "2018-10-11 16:40:25.032009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.033832"], ["updated_at", "2018-10-11 16:40:25.033832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.036218"], ["updated_at", "2018-10-11 16:40:25.036218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.038122"], ["updated_at", "2018-10-11 16:40:25.038122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.039866"], ["updated_at", "2018-10-11 16:40:25.039866"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.041503"], ["updated_at", "2018-10-11 16:40:25.041503"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.044033"], ["updated_at", "2018-10-11 16:40:25.044033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.047708"], ["updated_at", "2018-10-11 16:40:25.047708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.050439"], ["updated_at", "2018-10-11 16:40:25.050439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.052094"], ["updated_at", "2018-10-11 16:40:25.052094"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.053699"], ["updated_at", "2018-10-11 16:40:25.053699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.055404"], ["updated_at", "2018-10-11 16:40:25.055404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.057107"], ["updated_at", "2018-10-11 16:40:25.057107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.058711"], ["updated_at", "2018-10-11 16:40:25.058711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.060305"], ["updated_at", "2018-10-11 16:40:25.060305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.061896"], ["updated_at", "2018-10-11 16:40:25.061896"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.063487"], ["updated_at", "2018-10-11 16:40:25.063487"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.065522"], ["updated_at", "2018-10-11 16:40:25.065522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.067184"], ["updated_at", "2018-10-11 16:40:25.067184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.068817"], ["updated_at", "2018-10-11 16:40:25.068817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.070371"], ["updated_at", "2018-10-11 16:40:25.070371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.072123"], ["updated_at", "2018-10-11 16:40:25.072123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.073855"], ["updated_at", "2018-10-11 16:40:25.073855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.075452"], ["updated_at", "2018-10-11 16:40:25.075452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.077041"], ["updated_at", "2018-10-11 16:40:25.077041"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.078620"], ["updated_at", "2018-10-11 16:40:25.078620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.080237"], ["updated_at", "2018-10-11 16:40:25.080237"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.081907"], ["updated_at", "2018-10-11 16:40:25.081907"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.084022"], ["updated_at", "2018-10-11 16:40:25.084022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.085837"], ["updated_at", "2018-10-11 16:40:25.085837"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.087380"], ["updated_at", "2018-10-11 16:40:25.087380"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.089618"], ["updated_at", "2018-10-11 16:40:25.089618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.092055"], ["updated_at", "2018-10-11 16:40:25.092055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.093841"], ["updated_at", "2018-10-11 16:40:25.093841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.095417"], ["updated_at", "2018-10-11 16:40:25.095417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.097228"], ["updated_at", "2018-10-11 16:40:25.097228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.098977"], ["updated_at", "2018-10-11 16:40:25.098977"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.100645"], ["updated_at", "2018-10-11 16:40:25.100645"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.103824"], ["updated_at", "2018-10-11 16:40:25.103824"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.105548"], ["updated_at", "2018-10-11 16:40:25.105548"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.107299"], ["updated_at", "2018-10-11 16:40:25.107299"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.111642"], ["updated_at", "2018-10-11 16:40:25.111642"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.115302"], ["updated_at", "2018-10-11 16:40:25.115302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.117056"], ["updated_at", "2018-10-11 16:40:25.117056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.118599"], ["updated_at", "2018-10-11 16:40:25.118599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.120211"], ["updated_at", "2018-10-11 16:40:25.120211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.121906"], ["updated_at", "2018-10-11 16:40:25.121906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.124014"], ["updated_at", "2018-10-11 16:40:25.124014"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.125596"], ["updated_at", "2018-10-11 16:40:25.125596"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.127771"], ["updated_at", "2018-10-11 16:40:25.127771"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.131425"], ["updated_at", "2018-10-11 16:40:25.131425"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.135124"], ["updated_at", "2018-10-11 16:40:25.135124"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.138658"], ["updated_at", "2018-10-11 16:40:25.138658"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.142005"], ["updated_at", "2018-10-11 16:40:25.142005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.145211"], ["updated_at", "2018-10-11 16:40:25.145211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.146872"], ["updated_at", "2018-10-11 16:40:25.146872"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.148499"], ["updated_at", "2018-10-11 16:40:25.148499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.150202"], ["updated_at", "2018-10-11 16:40:25.150202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.151765"], ["updated_at", "2018-10-11 16:40:25.151765"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.153461"], ["updated_at", "2018-10-11 16:40:25.153461"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.155258"], ["updated_at", "2018-10-11 16:40:25.155258"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.157693"], ["updated_at", "2018-10-11 16:40:25.157693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.159531"], ["updated_at", "2018-10-11 16:40:25.159531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.161130"], ["updated_at", "2018-10-11 16:40:25.161130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.162638"], ["updated_at", "2018-10-11 16:40:25.162638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.164201"], ["updated_at", "2018-10-11 16:40:25.164201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.165909"], ["updated_at", "2018-10-11 16:40:25.165909"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.169386"], ["updated_at", "2018-10-11 16:40:25.169386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.171107"], ["updated_at", "2018-10-11 16:40:25.171107"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.172802"], ["updated_at", "2018-10-11 16:40:25.172802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.174449"], ["updated_at", "2018-10-11 16:40:25.174449"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.176438"], ["updated_at", "2018-10-11 16:40:25.176438"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.180046"], ["updated_at", "2018-10-11 16:40:25.180046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.183347"], ["updated_at", "2018-10-11 16:40:25.183347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.185064"], ["updated_at", "2018-10-11 16:40:25.185064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.186603"], ["updated_at", "2018-10-11 16:40:25.186603"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.188250"], ["updated_at", "2018-10-11 16:40:25.188250"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.189928"], ["updated_at", "2018-10-11 16:40:25.189928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.191839"], ["updated_at", "2018-10-11 16:40:25.191839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.193541"], ["updated_at", "2018-10-11 16:40:25.193541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.195118"], ["updated_at", "2018-10-11 16:40:25.195118"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.196706"], ["updated_at", "2018-10-11 16:40:25.196706"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.198437"], ["updated_at", "2018-10-11 16:40:25.198437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.200161"], ["updated_at", "2018-10-11 16:40:25.200161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.201734"], ["updated_at", "2018-10-11 16:40:25.201734"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.203342"], ["updated_at", "2018-10-11 16:40:25.203342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.205154"], ["updated_at", "2018-10-11 16:40:25.205154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.206877"], ["updated_at", "2018-10-11 16:40:25.206877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.208488"], ["updated_at", "2018-10-11 16:40:25.208488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.210057"], ["updated_at", "2018-10-11 16:40:25.210057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.211631"], ["updated_at", "2018-10-11 16:40:25.211631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.213358"], ["updated_at", "2018-10-11 16:40:25.213358"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.215004"], ["updated_at", "2018-10-11 16:40:25.215004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.216767"], ["updated_at", "2018-10-11 16:40:25.216767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.218372"], ["updated_at", "2018-10-11 16:40:25.218372"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.219957"], ["updated_at", "2018-10-11 16:40:25.219957"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.221968"], ["updated_at", "2018-10-11 16:40:25.221968"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.224643"], ["updated_at", "2018-10-11 16:40:25.224643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.226455"], ["updated_at", "2018-10-11 16:40:25.226455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.227986"], ["updated_at", "2018-10-11 16:40:25.227986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.229509"], ["updated_at", "2018-10-11 16:40:25.229509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.231223"], ["updated_at", "2018-10-11 16:40:25.231223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.232933"], ["updated_at", "2018-10-11 16:40:25.232933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.235709"], ["updated_at", "2018-10-11 16:40:25.235709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.237411"], ["updated_at", "2018-10-11 16:40:25.237411"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.239104"], ["updated_at", "2018-10-11 16:40:25.239104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.240844"], ["updated_at", "2018-10-11 16:40:25.240844"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.243132"], ["updated_at", "2018-10-11 16:40:25.243132"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.248150"], ["updated_at", "2018-10-11 16:40:25.248150"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.251952"], ["updated_at", "2018-10-11 16:40:25.251952"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.255360"], ["updated_at", "2018-10-11 16:40:25.255360"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.258816"], ["updated_at", "2018-10-11 16:40:25.258816"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.262221"], ["updated_at", "2018-10-11 16:40:25.262221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.265716"], ["updated_at", "2018-10-11 16:40:25.265716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.267600"], ["updated_at", "2018-10-11 16:40:25.267600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.269204"], ["updated_at", "2018-10-11 16:40:25.269204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.270840"], ["updated_at", "2018-10-11 16:40:25.270840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.272547"], ["updated_at", "2018-10-11 16:40:25.272547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.274271"], ["updated_at", "2018-10-11 16:40:25.274271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.275869"], ["updated_at", "2018-10-11 16:40:25.275869"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.277472"], ["updated_at", "2018-10-11 16:40:25.277472"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.279194"], ["updated_at", "2018-10-11 16:40:25.279194"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.280865"], ["updated_at", "2018-10-11 16:40:25.280865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.282670"], ["updated_at", "2018-10-11 16:40:25.282670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.284522"], ["updated_at", "2018-10-11 16:40:25.284522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.286138"], ["updated_at", "2018-10-11 16:40:25.286138"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.288056"], ["updated_at", "2018-10-11 16:40:25.288056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.291148"], ["updated_at", "2018-10-11 16:40:25.291148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.293180"], ["updated_at", "2018-10-11 16:40:25.293180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.294843"], ["updated_at", "2018-10-11 16:40:25.294843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.296425"], ["updated_at", "2018-10-11 16:40:25.296425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.298064"], ["updated_at", "2018-10-11 16:40:25.298064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.299938"], ["updated_at", "2018-10-11 16:40:25.299938"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.302867"], ["updated_at", "2018-10-11 16:40:25.302867"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.304679"], ["updated_at", "2018-10-11 16:40:25.304679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.306435"], ["updated_at", "2018-10-11 16:40:25.306435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.308153"], ["updated_at", "2018-10-11 16:40:25.308153"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.310380"], ["updated_at", "2018-10-11 16:40:25.310380"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.314045"], ["updated_at", "2018-10-11 16:40:25.314045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.316579"], ["updated_at", "2018-10-11 16:40:25.316579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.318303"], ["updated_at", "2018-10-11 16:40:25.318303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.319927"], ["updated_at", "2018-10-11 16:40:25.319927"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.321547"], ["updated_at", "2018-10-11 16:40:25.321547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.323313"], ["updated_at", "2018-10-11 16:40:25.323313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.325034"], ["updated_at", "2018-10-11 16:40:25.325034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.326575"], ["updated_at", "2018-10-11 16:40:25.326575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.328140"], ["updated_at", "2018-10-11 16:40:25.328140"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.329696"], ["updated_at", "2018-10-11 16:40:25.329696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.331559"], ["updated_at", "2018-10-11 16:40:25.331559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.333246"], ["updated_at", "2018-10-11 16:40:25.333246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.334879"], ["updated_at", "2018-10-11 16:40:25.334879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.336447"], ["updated_at", "2018-10-11 16:40:25.336447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.338123"], ["updated_at", "2018-10-11 16:40:25.338123"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.339718"], ["updated_at", "2018-10-11 16:40:25.339718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.341369"], ["updated_at", "2018-10-11 16:40:25.341369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.342945"], ["updated_at", "2018-10-11 16:40:25.342945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.344550"], ["updated_at", "2018-10-11 16:40:25.344550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.346092"], ["updated_at", "2018-10-11 16:40:25.346092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.347734"], ["updated_at", "2018-10-11 16:40:25.347734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.349386"], ["updated_at", "2018-10-11 16:40:25.349386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.350988"], ["updated_at", "2018-10-11 16:40:25.350988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.352644"], ["updated_at", "2018-10-11 16:40:25.352644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.354332"], ["updated_at", "2018-10-11 16:40:25.354332"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.356343"], ["updated_at", "2018-10-11 16:40:25.356343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.359107"], ["updated_at", "2018-10-11 16:40:25.359107"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.360865"], ["updated_at", "2018-10-11 16:40:25.360865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.362500"], ["updated_at", "2018-10-11 16:40:25.362500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.364124"], ["updated_at", "2018-10-11 16:40:25.364124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.365764"], ["updated_at", "2018-10-11 16:40:25.365764"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.367389"], ["updated_at", "2018-10-11 16:40:25.367389"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.370383"], ["updated_at", "2018-10-11 16:40:25.370383"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.373182"], ["updated_at", "2018-10-11 16:40:25.373182"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.375832"], ["updated_at", "2018-10-11 16:40:25.375832"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.378839"], ["updated_at", "2018-10-11 16:40:25.378839"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.383886"], ["updated_at", "2018-10-11 16:40:25.383886"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.386547"], ["updated_at", "2018-10-11 16:40:25.386547"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.389244"], ["updated_at", "2018-10-11 16:40:25.389244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.391925"], ["updated_at", "2018-10-11 16:40:25.391925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.393605"], ["updated_at", "2018-10-11 16:40:25.393605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.395163"], ["updated_at", "2018-10-11 16:40:25.395163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.396811"], ["updated_at", "2018-10-11 16:40:25.396811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.398481"], ["updated_at", "2018-10-11 16:40:25.398481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.400195"], ["updated_at", "2018-10-11 16:40:25.400195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.401760"], ["updated_at", "2018-10-11 16:40:25.401760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.403395"], ["updated_at", "2018-10-11 16:40:25.403395"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.405222"], ["updated_at", "2018-10-11 16:40:25.405222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.407238"], ["updated_at", "2018-10-11 16:40:25.407238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.408839"], ["updated_at", "2018-10-11 16:40:25.408839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.410455"], ["updated_at", "2018-10-11 16:40:25.410455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.412005"], ["updated_at", "2018-10-11 16:40:25.412005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.413628"], ["updated_at", "2018-10-11 16:40:25.413628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.415373"], ["updated_at", "2018-10-11 16:40:25.415373"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.417051"], ["updated_at", "2018-10-11 16:40:25.417051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.418773"], ["updated_at", "2018-10-11 16:40:25.418773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.420327"], ["updated_at", "2018-10-11 16:40:25.420327"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.422316"], ["updated_at", "2018-10-11 16:40:25.422316"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.425162"], ["updated_at", "2018-10-11 16:40:25.425162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.427418"], ["updated_at", "2018-10-11 16:40:25.427418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.429114"], ["updated_at", "2018-10-11 16:40:25.429114"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.430770"], ["updated_at", "2018-10-11 16:40:25.430770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.432574"], ["updated_at", "2018-10-11 16:40:25.432574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.434225"], ["updated_at", "2018-10-11 16:40:25.434225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.436926"], ["updated_at", "2018-10-11 16:40:25.436926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.438575"], ["updated_at", "2018-10-11 16:40:25.438575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.440306"], ["updated_at", "2018-10-11 16:40:25.440306"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.441882"], ["updated_at", "2018-10-11 16:40:25.441882"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.444378"], ["updated_at", "2018-10-11 16:40:25.444378"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.448264"], ["updated_at", "2018-10-11 16:40:25.448264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.451010"], ["updated_at", "2018-10-11 16:40:25.451010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.452580"], ["updated_at", "2018-10-11 16:40:25.452580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.454104"], ["updated_at", "2018-10-11 16:40:25.454104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.455910"], ["updated_at", "2018-10-11 16:40:25.455910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.457753"], ["updated_at", "2018-10-11 16:40:25.457753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.459420"], ["updated_at", "2018-10-11 16:40:25.459420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.461005"], ["updated_at", "2018-10-11 16:40:25.461005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.462615"], ["updated_at", "2018-10-11 16:40:25.462615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.464303"], ["updated_at", "2018-10-11 16:40:25.464303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.466024"], ["updated_at", "2018-10-11 16:40:25.466024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.467700"], ["updated_at", "2018-10-11 16:40:25.467700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.469260"], ["updated_at", "2018-10-11 16:40:25.469260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.470904"], ["updated_at", "2018-10-11 16:40:25.470904"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.472613"], ["updated_at", "2018-10-11 16:40:25.472613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.474338"], ["updated_at", "2018-10-11 16:40:25.474338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.475920"], ["updated_at", "2018-10-11 16:40:25.475920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.477535"], ["updated_at", "2018-10-11 16:40:25.477535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.479117"], ["updated_at", "2018-10-11 16:40:25.479117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.480747"], ["updated_at", "2018-10-11 16:40:25.480747"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.482489"], ["updated_at", "2018-10-11 16:40:25.482489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.484228"], ["updated_at", "2018-10-11 16:40:25.484228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.485828"], ["updated_at", "2018-10-11 16:40:25.485828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.487392"], ["updated_at", "2018-10-11 16:40:25.487392"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.489283"], ["updated_at", "2018-10-11 16:40:25.489283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.492099"], ["updated_at", "2018-10-11 16:40:25.492099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.494088"], ["updated_at", "2018-10-11 16:40:25.494088"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.495710"], ["updated_at", "2018-10-11 16:40:25.495710"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.497529"], ["updated_at", "2018-10-11 16:40:25.497529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.499572"], ["updated_at", "2018-10-11 16:40:25.499572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.501435"], ["updated_at", "2018-10-11 16:40:25.501435"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.506588"], ["updated_at", "2018-10-11 16:40:25.506588"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.509469"], ["updated_at", "2018-10-11 16:40:25.509469"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.513216"], ["updated_at", "2018-10-11 16:40:25.513216"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.517496"], ["updated_at", "2018-10-11 16:40:25.517496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.520068"], ["updated_at", "2018-10-11 16:40:25.520068"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.521802"], ["updated_at", "2018-10-11 16:40:25.521802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.523581"], ["updated_at", "2018-10-11 16:40:25.523581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.525297"], ["updated_at", "2018-10-11 16:40:25.525297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.526844"], ["updated_at", "2018-10-11 16:40:25.526844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.528510"], ["updated_at", "2018-10-11 16:40:25.528510"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.530092"], ["updated_at", "2018-10-11 16:40:25.530092"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.531942"], ["updated_at", "2018-10-11 16:40:25.531942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.533720"], ["updated_at", "2018-10-11 16:40:25.533720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.535322"], ["updated_at", "2018-10-11 16:40:25.535322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.536972"], ["updated_at", "2018-10-11 16:40:25.536972"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.538603"], ["updated_at", "2018-10-11 16:40:25.538603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.540311"], ["updated_at", "2018-10-11 16:40:25.540311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.541905"], ["updated_at", "2018-10-11 16:40:25.541905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.543520"], ["updated_at", "2018-10-11 16:40:25.543520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.545088"], ["updated_at", "2018-10-11 16:40:25.545088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.546651"], ["updated_at", "2018-10-11 16:40:25.546651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.548329"], ["updated_at", "2018-10-11 16:40:25.548329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.549991"], ["updated_at", "2018-10-11 16:40:25.549991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.551649"], ["updated_at", "2018-10-11 16:40:25.551649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.553295"], ["updated_at", "2018-10-11 16:40:25.553295"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.555103"], ["updated_at", "2018-10-11 16:40:25.555103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.557996"], ["updated_at", "2018-10-11 16:40:25.557996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.560007"], ["updated_at", "2018-10-11 16:40:25.560007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.561710"], ["updated_at", "2018-10-11 16:40:25.561710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.563370"], ["updated_at", "2018-10-11 16:40:25.563370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.565086"], ["updated_at", "2018-10-11 16:40:25.565086"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.566786"], ["updated_at", "2018-10-11 16:40:25.566786"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.569643"], ["updated_at", "2018-10-11 16:40:25.569643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.572615"], ["updated_at", "2018-10-11 16:40:25.572615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.574382"], ["updated_at", "2018-10-11 16:40:25.574382"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.576523"], ["updated_at", "2018-10-11 16:40:25.576523"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.580414"], ["updated_at", "2018-10-11 16:40:25.580414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.583013"], ["updated_at", "2018-10-11 16:40:25.583013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.584673"], ["updated_at", "2018-10-11 16:40:25.584673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.586298"], ["updated_at", "2018-10-11 16:40:25.586298"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.587877"], ["updated_at", "2018-10-11 16:40:25.587877"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.589659"], ["updated_at", "2018-10-11 16:40:25.589659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.591459"], ["updated_at", "2018-10-11 16:40:25.591459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.593070"], ["updated_at", "2018-10-11 16:40:25.593070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.594771"], ["updated_at", "2018-10-11 16:40:25.594771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.596413"], ["updated_at", "2018-10-11 16:40:25.596413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.598128"], ["updated_at", "2018-10-11 16:40:25.598128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.599844"], ["updated_at", "2018-10-11 16:40:25.599844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.601415"], ["updated_at", "2018-10-11 16:40:25.601415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.603075"], ["updated_at", "2018-10-11 16:40:25.603075"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.604670"], ["updated_at", "2018-10-11 16:40:25.604670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.606434"], ["updated_at", "2018-10-11 16:40:25.606434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.608053"], ["updated_at", "2018-10-11 16:40:25.608053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.609745"], ["updated_at", "2018-10-11 16:40:25.609745"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.611280"], ["updated_at", "2018-10-11 16:40:25.611280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.612987"], ["updated_at", "2018-10-11 16:40:25.612987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.614642"], ["updated_at", "2018-10-11 16:40:25.614642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.616449"], ["updated_at", "2018-10-11 16:40:25.616449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.618016"], ["updated_at", "2018-10-11 16:40:25.618016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.619646"], ["updated_at", "2018-10-11 16:40:25.619646"], ["parent_id", 39895952907]] Kithe::Work Create (7.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.621796"], ["updated_at", "2018-10-11 16:40:25.621796"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.631582"], ["updated_at", "2018-10-11 16:40:25.631582"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.635469"], ["updated_at", "2018-10-11 16:40:25.635469"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.638783"], ["updated_at", "2018-10-11 16:40:25.638783"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.642539"], ["updated_at", "2018-10-11 16:40:25.642539"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.644522"], ["updated_at", "2018-10-11 16:40:25.644522"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.646820"], ["updated_at", "2018-10-11 16:40:25.646820"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.649090"], ["updated_at", "2018-10-11 16:40:25.649090"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.651231"], ["updated_at", "2018-10-11 16:40:25.651231"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.653262"], ["updated_at", "2018-10-11 16:40:25.653262"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.655528"], ["updated_at", "2018-10-11 16:40:25.655528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.657934"], ["updated_at", "2018-10-11 16:40:25.657934"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.659627"], ["updated_at", "2018-10-11 16:40:25.659627"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.662954"], ["updated_at", "2018-10-11 16:40:25.662954"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.666201"], ["updated_at", "2018-10-11 16:40:25.666201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.667966"], ["updated_at", "2018-10-11 16:40:25.667966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.669498"], ["updated_at", "2018-10-11 16:40:25.669498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.671146"], ["updated_at", "2018-10-11 16:40:25.671146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.672745"], ["updated_at", "2018-10-11 16:40:25.672745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.674465"], ["updated_at", "2018-10-11 16:40:25.674465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.676244"], ["updated_at", "2018-10-11 16:40:25.676244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.677782"], ["updated_at", "2018-10-11 16:40:25.677782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.679434"], ["updated_at", "2018-10-11 16:40:25.679434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.681041"], ["updated_at", "2018-10-11 16:40:25.681041"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.682698"], ["updated_at", "2018-10-11 16:40:25.682698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.684503"], ["updated_at", "2018-10-11 16:40:25.684503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.686139"], ["updated_at", "2018-10-11 16:40:25.686139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.687822"], ["updated_at", "2018-10-11 16:40:25.687822"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.690501"], ["updated_at", "2018-10-11 16:40:25.690501"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.692870"], ["updated_at", "2018-10-11 16:40:25.692870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.696089"], ["updated_at", "2018-10-11 16:40:25.696089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.697743"], ["updated_at", "2018-10-11 16:40:25.697743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.699415"], ["updated_at", "2018-10-11 16:40:25.699415"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.701245"], ["updated_at", "2018-10-11 16:40:25.701245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.704351"], ["updated_at", "2018-10-11 16:40:25.704351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.706012"], ["updated_at", "2018-10-11 16:40:25.706012"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.707761"], ["updated_at", "2018-10-11 16:40:25.707761"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.709550"], ["updated_at", "2018-10-11 16:40:25.709550"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.712814"], ["updated_at", "2018-10-11 16:40:25.712814"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.716670"], ["updated_at", "2018-10-11 16:40:25.716670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.718493"], ["updated_at", "2018-10-11 16:40:25.718493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.720163"], ["updated_at", "2018-10-11 16:40:25.720163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.721711"], ["updated_at", "2018-10-11 16:40:25.721711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.723419"], ["updated_at", "2018-10-11 16:40:25.723419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.725188"], ["updated_at", "2018-10-11 16:40:25.725188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.726806"], ["updated_at", "2018-10-11 16:40:25.726806"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.728680"], ["updated_at", "2018-10-11 16:40:25.728680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.730447"], ["updated_at", "2018-10-11 16:40:25.730447"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.732034"], ["updated_at", "2018-10-11 16:40:25.732034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.733820"], ["updated_at", "2018-10-11 16:40:25.733820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.735581"], ["updated_at", "2018-10-11 16:40:25.735581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.737200"], ["updated_at", "2018-10-11 16:40:25.737200"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.738739"], ["updated_at", "2018-10-11 16:40:25.738739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.740609"], ["updated_at", "2018-10-11 16:40:25.740609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.742235"], ["updated_at", "2018-10-11 16:40:25.742235"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.743833"], ["updated_at", "2018-10-11 16:40:25.743833"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.745958"], ["updated_at", "2018-10-11 16:40:25.745958"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.748677"], ["updated_at", "2018-10-11 16:40:25.748677"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.751320"], ["updated_at", "2018-10-11 16:40:25.751320"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.754068"], ["updated_at", "2018-10-11 16:40:25.754068"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.757217"], ["updated_at", "2018-10-11 16:40:25.757217"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.760039"], ["updated_at", "2018-10-11 16:40:25.760039"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.762042"], ["updated_at", "2018-10-11 16:40:25.762042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.764056"], ["updated_at", "2018-10-11 16:40:25.764056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.765730"], ["updated_at", "2018-10-11 16:40:25.765730"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.767353"], ["updated_at", "2018-10-11 16:40:25.767353"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.769234"], ["updated_at", "2018-10-11 16:40:25.769234"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.772142"], ["updated_at", "2018-10-11 16:40:25.772142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.773812"], ["updated_at", "2018-10-11 16:40:25.773812"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.775479"], ["updated_at", "2018-10-11 16:40:25.775479"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.778155"], ["updated_at", "2018-10-11 16:40:25.778155"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.782221"], ["updated_at", "2018-10-11 16:40:25.782221"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.783978"], ["updated_at", "2018-10-11 16:40:25.783978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.786442"], ["updated_at", "2018-10-11 16:40:25.786442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.788137"], ["updated_at", "2018-10-11 16:40:25.788137"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.789948"], ["updated_at", "2018-10-11 16:40:25.789948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.792310"], ["updated_at", "2018-10-11 16:40:25.792310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.794180"], ["updated_at", "2018-10-11 16:40:25.794180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.795783"], ["updated_at", "2018-10-11 16:40:25.795783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.797403"], ["updated_at", "2018-10-11 16:40:25.797403"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.799095"], ["updated_at", "2018-10-11 16:40:25.799095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.800934"], ["updated_at", "2018-10-11 16:40:25.800934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.802709"], ["updated_at", "2018-10-11 16:40:25.802709"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.804333"], ["updated_at", "2018-10-11 16:40:25.804333"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.806347"], ["updated_at", "2018-10-11 16:40:25.806347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.808223"], ["updated_at", "2018-10-11 16:40:25.808223"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.810025"], ["updated_at", "2018-10-11 16:40:25.810025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.811894"], ["updated_at", "2018-10-11 16:40:25.811894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.813549"], ["updated_at", "2018-10-11 16:40:25.813549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.815187"], ["updated_at", "2018-10-11 16:40:25.815187"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.816867"], ["updated_at", "2018-10-11 16:40:25.816867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.818575"], ["updated_at", "2018-10-11 16:40:25.818575"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.820273"], ["updated_at", "2018-10-11 16:40:25.820273"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.822761"], ["updated_at", "2018-10-11 16:40:25.822761"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.825813"], ["updated_at", "2018-10-11 16:40:25.825813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.827639"], ["updated_at", "2018-10-11 16:40:25.827639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.829482"], ["updated_at", "2018-10-11 16:40:25.829482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.831168"], ["updated_at", "2018-10-11 16:40:25.831168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.832792"], ["updated_at", "2018-10-11 16:40:25.832792"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.834650"], ["updated_at", "2018-10-11 16:40:25.834650"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.837480"], ["updated_at", "2018-10-11 16:40:25.837480"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.839167"], ["updated_at", "2018-10-11 16:40:25.839167"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.841042"], ["updated_at", "2018-10-11 16:40:25.841042"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.842850"], ["updated_at", "2018-10-11 16:40:25.842850"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.846288"], ["updated_at", "2018-10-11 16:40:25.846288"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.850088"], ["updated_at", "2018-10-11 16:40:25.850088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.851884"], ["updated_at", "2018-10-11 16:40:25.851884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.853546"], ["updated_at", "2018-10-11 16:40:25.853546"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.855298"], ["updated_at", "2018-10-11 16:40:25.855298"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.857004"], ["updated_at", "2018-10-11 16:40:25.857004"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.858843"], ["updated_at", "2018-10-11 16:40:25.858843"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.860597"], ["updated_at", "2018-10-11 16:40:25.860597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.862526"], ["updated_at", "2018-10-11 16:40:25.862526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.864180"], ["updated_at", "2018-10-11 16:40:25.864180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.865810"], ["updated_at", "2018-10-11 16:40:25.865810"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.867766"], ["updated_at", "2018-10-11 16:40:25.867766"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.870670"], ["updated_at", "2018-10-11 16:40:25.870670"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.873379"], ["updated_at", "2018-10-11 16:40:25.873379"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.876485"], ["updated_at", "2018-10-11 16:40:25.876485"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.879088"], ["updated_at", "2018-10-11 16:40:25.879088"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.881724"], ["updated_at", "2018-10-11 16:40:25.881724"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.884201"], ["updated_at", "2018-10-11 16:40:25.884201"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.886826"], ["updated_at", "2018-10-11 16:40:25.886826"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.888852"], ["updated_at", "2018-10-11 16:40:25.888852"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.891754"], ["updated_at", "2018-10-11 16:40:25.891754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.895213"], ["updated_at", "2018-10-11 16:40:25.895213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.897065"], ["updated_at", "2018-10-11 16:40:25.897065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.898877"], ["updated_at", "2018-10-11 16:40:25.898877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.900474"], ["updated_at", "2018-10-11 16:40:25.900474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.903517"], ["updated_at", "2018-10-11 16:40:25.903517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.905185"], ["updated_at", "2018-10-11 16:40:25.905185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.906757"], ["updated_at", "2018-10-11 16:40:25.906757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.908502"], ["updated_at", "2018-10-11 16:40:25.908502"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.910433"], ["updated_at", "2018-10-11 16:40:25.910433"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.914657"], ["updated_at", "2018-10-11 16:40:25.914657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.917190"], ["updated_at", "2018-10-11 16:40:25.917190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.918863"], ["updated_at", "2018-10-11 16:40:25.918863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.920422"], ["updated_at", "2018-10-11 16:40:25.920422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.922022"], ["updated_at", "2018-10-11 16:40:25.922022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.923658"], ["updated_at", "2018-10-11 16:40:25.923658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.925320"], ["updated_at", "2018-10-11 16:40:25.925320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.927003"], ["updated_at", "2018-10-11 16:40:25.927003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.928552"], ["updated_at", "2018-10-11 16:40:25.928552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.930171"], ["updated_at", "2018-10-11 16:40:25.930171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.931736"], ["updated_at", "2018-10-11 16:40:25.931736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.933398"], ["updated_at", "2018-10-11 16:40:25.933398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.935027"], ["updated_at", "2018-10-11 16:40:25.935027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.936681"], ["updated_at", "2018-10-11 16:40:25.936681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.938239"], ["updated_at", "2018-10-11 16:40:25.938239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.939890"], ["updated_at", "2018-10-11 16:40:25.939890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.941519"], ["updated_at", "2018-10-11 16:40:25.941519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.943266"], ["updated_at", "2018-10-11 16:40:25.943266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.945006"], ["updated_at", "2018-10-11 16:40:25.945006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.946583"], ["updated_at", "2018-10-11 16:40:25.946583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.948176"], ["updated_at", "2018-10-11 16:40:25.948176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.949813"], ["updated_at", "2018-10-11 16:40:25.949813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.951420"], ["updated_at", "2018-10-11 16:40:25.951420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.953080"], ["updated_at", "2018-10-11 16:40:25.953080"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.954870"], ["updated_at", "2018-10-11 16:40:25.954870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.957487"], ["updated_at", "2018-10-11 16:40:25.957487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.959725"], ["updated_at", "2018-10-11 16:40:25.959725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.961460"], ["updated_at", "2018-10-11 16:40:25.961460"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.963122"], ["updated_at", "2018-10-11 16:40:25.963122"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.964726"], ["updated_at", "2018-10-11 16:40:25.964726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.966375"], ["updated_at", "2018-10-11 16:40:25.966375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.969403"], ["updated_at", "2018-10-11 16:40:25.969403"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.970981"], ["updated_at", "2018-10-11 16:40:25.970981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.972649"], ["updated_at", "2018-10-11 16:40:25.972649"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.974340"], ["updated_at", "2018-10-11 16:40:25.974340"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.976137"], ["updated_at", "2018-10-11 16:40:25.976137"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.979896"], ["updated_at", "2018-10-11 16:40:25.979896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.983056"], ["updated_at", "2018-10-11 16:40:25.983056"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.984872"], ["updated_at", "2018-10-11 16:40:25.984872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.986685"], ["updated_at", "2018-10-11 16:40:25.986685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.988348"], ["updated_at", "2018-10-11 16:40:25.988348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.990002"], ["updated_at", "2018-10-11 16:40:25.990002"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.991936"], ["updated_at", "2018-10-11 16:40:25.991936"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.994976"], ["updated_at", "2018-10-11 16:40:25.994976"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:25.997674"], ["updated_at", "2018-10-11 16:40:25.997674"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.000381"], ["updated_at", "2018-10-11 16:40:26.000381"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.003106"], ["updated_at", "2018-10-11 16:40:26.003106"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.005844"], ["updated_at", "2018-10-11 16:40:26.005844"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.008453"], ["updated_at", "2018-10-11 16:40:26.008453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.011284"], ["updated_at", "2018-10-11 16:40:26.011284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.012966"], ["updated_at", "2018-10-11 16:40:26.012966"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.014587"], ["updated_at", "2018-10-11 16:40:26.014587"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.016305"], ["updated_at", "2018-10-11 16:40:26.016305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.017938"], ["updated_at", "2018-10-11 16:40:26.017938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.019592"], ["updated_at", "2018-10-11 16:40:26.019592"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.021297"], ["updated_at", "2018-10-11 16:40:26.021297"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.023440"], ["updated_at", "2018-10-11 16:40:26.023440"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.026225"], ["updated_at", "2018-10-11 16:40:26.026225"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.028229"], ["updated_at", "2018-10-11 16:40:26.028229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.029911"], ["updated_at", "2018-10-11 16:40:26.029911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.031523"], ["updated_at", "2018-10-11 16:40:26.031523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.033205"], ["updated_at", "2018-10-11 16:40:26.033205"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.035045"], ["updated_at", "2018-10-11 16:40:26.035045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.037937"], ["updated_at", "2018-10-11 16:40:26.037937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.039540"], ["updated_at", "2018-10-11 16:40:26.039540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.041195"], ["updated_at", "2018-10-11 16:40:26.041195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.042794"], ["updated_at", "2018-10-11 16:40:26.042794"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.045178"], ["updated_at", "2018-10-11 16:40:26.045178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.049163"], ["updated_at", "2018-10-11 16:40:26.049163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.052524"], ["updated_at", "2018-10-11 16:40:26.052524"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.054348"], ["updated_at", "2018-10-11 16:40:26.054348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.056058"], ["updated_at", "2018-10-11 16:40:26.056058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.057783"], ["updated_at", "2018-10-11 16:40:26.057783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.059449"], ["updated_at", "2018-10-11 16:40:26.059449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.061070"], ["updated_at", "2018-10-11 16:40:26.061070"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.062699"], ["updated_at", "2018-10-11 16:40:26.062699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.064532"], ["updated_at", "2018-10-11 16:40:26.064532"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.066089"], ["updated_at", "2018-10-11 16:40:26.066089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.067741"], ["updated_at", "2018-10-11 16:40:26.067741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.069459"], ["updated_at", "2018-10-11 16:40:26.069459"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.071205"], ["updated_at", "2018-10-11 16:40:26.071205"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.072945"], ["updated_at", "2018-10-11 16:40:26.072945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.074625"], ["updated_at", "2018-10-11 16:40:26.074625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.076285"], ["updated_at", "2018-10-11 16:40:26.076285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.077927"], ["updated_at", "2018-10-11 16:40:26.077927"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.079615"], ["updated_at", "2018-10-11 16:40:26.079615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.081441"], ["updated_at", "2018-10-11 16:40:26.081441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.083076"], ["updated_at", "2018-10-11 16:40:26.083076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.084681"], ["updated_at", "2018-10-11 16:40:26.084681"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.086433"], ["updated_at", "2018-10-11 16:40:26.086433"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.088274"], ["updated_at", "2018-10-11 16:40:26.088274"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.090863"], ["updated_at", "2018-10-11 16:40:26.090863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.093135"], ["updated_at", "2018-10-11 16:40:26.093135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.094777"], ["updated_at", "2018-10-11 16:40:26.094777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.096474"], ["updated_at", "2018-10-11 16:40:26.096474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.098154"], ["updated_at", "2018-10-11 16:40:26.098154"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.099715"], ["updated_at", "2018-10-11 16:40:26.099715"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.102726"], ["updated_at", "2018-10-11 16:40:26.102726"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.104533"], ["updated_at", "2018-10-11 16:40:26.104533"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.106265"], ["updated_at", "2018-10-11 16:40:26.106265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.107964"], ["updated_at", "2018-10-11 16:40:26.107964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.109613"], ["updated_at", "2018-10-11 16:40:26.109613"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.112280"], ["updated_at", "2018-10-11 16:40:26.112280"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.117017"], ["updated_at", "2018-10-11 16:40:26.117017"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.119865"], ["updated_at", "2018-10-11 16:40:26.119865"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.122668"], ["updated_at", "2018-10-11 16:40:26.122668"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.125362"], ["updated_at", "2018-10-11 16:40:26.125362"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.128103"], ["updated_at", "2018-10-11 16:40:26.128103"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.130873"], ["updated_at", "2018-10-11 16:40:26.130873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.133575"], ["updated_at", "2018-10-11 16:40:26.133575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.135552"], ["updated_at", "2018-10-11 16:40:26.135552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.137239"], ["updated_at", "2018-10-11 16:40:26.137239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.138922"], ["updated_at", "2018-10-11 16:40:26.138922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.140578"], ["updated_at", "2018-10-11 16:40:26.140578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.142147"], ["updated_at", "2018-10-11 16:40:26.142147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.143725"], ["updated_at", "2018-10-11 16:40:26.143725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.145374"], ["updated_at", "2018-10-11 16:40:26.145374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.146991"], ["updated_at", "2018-10-11 16:40:26.146991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.148648"], ["updated_at", "2018-10-11 16:40:26.148648"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.150209"], ["updated_at", "2018-10-11 16:40:26.150209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.151959"], ["updated_at", "2018-10-11 16:40:26.151959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.153604"], ["updated_at", "2018-10-11 16:40:26.153604"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.155745"], ["updated_at", "2018-10-11 16:40:26.155745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.158336"], ["updated_at", "2018-10-11 16:40:26.158336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.160352"], ["updated_at", "2018-10-11 16:40:26.160352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.161963"], ["updated_at", "2018-10-11 16:40:26.161963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.163708"], ["updated_at", "2018-10-11 16:40:26.163708"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.165303"], ["updated_at", "2018-10-11 16:40:26.165303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.166885"], ["updated_at", "2018-10-11 16:40:26.166885"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.169943"], ["updated_at", "2018-10-11 16:40:26.169943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.171839"], ["updated_at", "2018-10-11 16:40:26.171839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.173466"], ["updated_at", "2018-10-11 16:40:26.173466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.175092"], ["updated_at", "2018-10-11 16:40:26.175092"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.177587"], ["updated_at", "2018-10-11 16:40:26.177587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.181631"], ["updated_at", "2018-10-11 16:40:26.181631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.184063"], ["updated_at", "2018-10-11 16:40:26.184063"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.185664"], ["updated_at", "2018-10-11 16:40:26.185664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.187443"], ["updated_at", "2018-10-11 16:40:26.187443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.189068"], ["updated_at", "2018-10-11 16:40:26.189068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.190656"], ["updated_at", "2018-10-11 16:40:26.190656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.192239"], ["updated_at", "2018-10-11 16:40:26.192239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.193884"], ["updated_at", "2018-10-11 16:40:26.193884"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.195669"], ["updated_at", "2018-10-11 16:40:26.195669"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.197469"], ["updated_at", "2018-10-11 16:40:26.197469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.199057"], ["updated_at", "2018-10-11 16:40:26.199057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.200689"], ["updated_at", "2018-10-11 16:40:26.200689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.202272"], ["updated_at", "2018-10-11 16:40:26.202272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.204038"], ["updated_at", "2018-10-11 16:40:26.204038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.205724"], ["updated_at", "2018-10-11 16:40:26.205724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.207335"], ["updated_at", "2018-10-11 16:40:26.207335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.208852"], ["updated_at", "2018-10-11 16:40:26.208852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.210500"], ["updated_at", "2018-10-11 16:40:26.210500"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.212067"], ["updated_at", "2018-10-11 16:40:26.212067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.213796"], ["updated_at", "2018-10-11 16:40:26.213796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.215416"], ["updated_at", "2018-10-11 16:40:26.215416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.217013"], ["updated_at", "2018-10-11 16:40:26.217013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.218573"], ["updated_at", "2018-10-11 16:40:26.218573"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.220263"], ["updated_at", "2018-10-11 16:40:26.220263"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.222288"], ["updated_at", "2018-10-11 16:40:26.222288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.224988"], ["updated_at", "2018-10-11 16:40:26.224988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.226779"], ["updated_at", "2018-10-11 16:40:26.226779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.228446"], ["updated_at", "2018-10-11 16:40:26.228446"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.230189"], ["updated_at", "2018-10-11 16:40:26.230189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.232080"], ["updated_at", "2018-10-11 16:40:26.232080"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.234833"], ["updated_at", "2018-10-11 16:40:26.234833"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.237628"], ["updated_at", "2018-10-11 16:40:26.237628"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.240322"], ["updated_at", "2018-10-11 16:40:26.240322"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.242990"], ["updated_at", "2018-10-11 16:40:26.242990"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.246960"], ["updated_at", "2018-10-11 16:40:26.246960"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.251148"], ["updated_at", "2018-10-11 16:40:26.251148"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.253884"], ["updated_at", "2018-10-11 16:40:26.253884"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.256640"], ["updated_at", "2018-10-11 16:40:26.256640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.258766"], ["updated_at", "2018-10-11 16:40:26.258766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.260470"], ["updated_at", "2018-10-11 16:40:26.260470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.262080"], ["updated_at", "2018-10-11 16:40:26.262080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.263885"], ["updated_at", "2018-10-11 16:40:26.263885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.265552"], ["updated_at", "2018-10-11 16:40:26.265552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.267125"], ["updated_at", "2018-10-11 16:40:26.267125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.268754"], ["updated_at", "2018-10-11 16:40:26.268754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.270608"], ["updated_at", "2018-10-11 16:40:26.270608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.272332"], ["updated_at", "2018-10-11 16:40:26.272332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.274024"], ["updated_at", "2018-10-11 16:40:26.274024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.275693"], ["updated_at", "2018-10-11 16:40:26.275693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.277325"], ["updated_at", "2018-10-11 16:40:26.277325"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.278878"], ["updated_at", "2018-10-11 16:40:26.278878"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.280672"], ["updated_at", "2018-10-11 16:40:26.280672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.282526"], ["updated_at", "2018-10-11 16:40:26.282526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.284149"], ["updated_at", "2018-10-11 16:40:26.284149"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.285771"], ["updated_at", "2018-10-11 16:40:26.285771"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.287640"], ["updated_at", "2018-10-11 16:40:26.287640"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.289853"], ["updated_at", "2018-10-11 16:40:26.289853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.292388"], ["updated_at", "2018-10-11 16:40:26.292388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.294287"], ["updated_at", "2018-10-11 16:40:26.294287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.295982"], ["updated_at", "2018-10-11 16:40:26.295982"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.297747"], ["updated_at", "2018-10-11 16:40:26.297747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.299415"], ["updated_at", "2018-10-11 16:40:26.299415"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.301095"], ["updated_at", "2018-10-11 16:40:26.301095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.304400"], ["updated_at", "2018-10-11 16:40:26.304400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.306125"], ["updated_at", "2018-10-11 16:40:26.306125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.307743"], ["updated_at", "2018-10-11 16:40:26.307743"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.309447"], ["updated_at", "2018-10-11 16:40:26.309447"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.312737"], ["updated_at", "2018-10-11 16:40:26.312737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.316624"], ["updated_at", "2018-10-11 16:40:26.316624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.318306"], ["updated_at", "2018-10-11 16:40:26.318306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.319969"], ["updated_at", "2018-10-11 16:40:26.319969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.321772"], ["updated_at", "2018-10-11 16:40:26.321772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.323404"], ["updated_at", "2018-10-11 16:40:26.323404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.325010"], ["updated_at", "2018-10-11 16:40:26.325010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.326626"], ["updated_at", "2018-10-11 16:40:26.326626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.328267"], ["updated_at", "2018-10-11 16:40:26.328267"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.330031"], ["updated_at", "2018-10-11 16:40:26.330031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.331783"], ["updated_at", "2018-10-11 16:40:26.331783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.333389"], ["updated_at", "2018-10-11 16:40:26.333389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.335036"], ["updated_at", "2018-10-11 16:40:26.335036"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.336676"], ["updated_at", "2018-10-11 16:40:26.336676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.338389"], ["updated_at", "2018-10-11 16:40:26.338389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.339990"], ["updated_at", "2018-10-11 16:40:26.339990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.341612"], ["updated_at", "2018-10-11 16:40:26.341612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.343221"], ["updated_at", "2018-10-11 16:40:26.343221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.344839"], ["updated_at", "2018-10-11 16:40:26.344839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.346575"], ["updated_at", "2018-10-11 16:40:26.346575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.348278"], ["updated_at", "2018-10-11 16:40:26.348278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.349844"], ["updated_at", "2018-10-11 16:40:26.349844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.351462"], ["updated_at", "2018-10-11 16:40:26.351462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.353090"], ["updated_at", "2018-10-11 16:40:26.353090"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.354841"], ["updated_at", "2018-10-11 16:40:26.354841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.357495"], ["updated_at", "2018-10-11 16:40:26.357495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.359427"], ["updated_at", "2018-10-11 16:40:26.359427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.361089"], ["updated_at", "2018-10-11 16:40:26.361089"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.362685"], ["updated_at", "2018-10-11 16:40:26.362685"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.364953"], ["updated_at", "2018-10-11 16:40:26.364953"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.366836"], ["updated_at", "2018-10-11 16:40:26.366836"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.371382"], ["updated_at", "2018-10-11 16:40:26.371382"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.374126"], ["updated_at", "2018-10-11 16:40:26.374126"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.376777"], ["updated_at", "2018-10-11 16:40:26.376777"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.382133"], ["updated_at", "2018-10-11 16:40:26.382133"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.385443"], ["updated_at", "2018-10-11 16:40:26.385443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.387600"], ["updated_at", "2018-10-11 16:40:26.387600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.389201"], ["updated_at", "2018-10-11 16:40:26.389201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.390822"], ["updated_at", "2018-10-11 16:40:26.390822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.392422"], ["updated_at", "2018-10-11 16:40:26.392422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.394015"], ["updated_at", "2018-10-11 16:40:26.394015"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.395594"], ["updated_at", "2018-10-11 16:40:26.395594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.397504"], ["updated_at", "2018-10-11 16:40:26.397504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.399192"], ["updated_at", "2018-10-11 16:40:26.399192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.400759"], ["updated_at", "2018-10-11 16:40:26.400759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.402438"], ["updated_at", "2018-10-11 16:40:26.402438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.404226"], ["updated_at", "2018-10-11 16:40:26.404226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.405958"], ["updated_at", "2018-10-11 16:40:26.405958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.407614"], ["updated_at", "2018-10-11 16:40:26.407614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.409248"], ["updated_at", "2018-10-11 16:40:26.409248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.410835"], ["updated_at", "2018-10-11 16:40:26.410835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.412459"], ["updated_at", "2018-10-11 16:40:26.412459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.414106"], ["updated_at", "2018-10-11 16:40:26.414106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.415756"], ["updated_at", "2018-10-11 16:40:26.415756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.417322"], ["updated_at", "2018-10-11 16:40:26.417322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.419013"], ["updated_at", "2018-10-11 16:40:26.419013"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.420834"], ["updated_at", "2018-10-11 16:40:26.420834"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.423188"], ["updated_at", "2018-10-11 16:40:26.423188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.425851"], ["updated_at", "2018-10-11 16:40:26.425851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.427713"], ["updated_at", "2018-10-11 16:40:26.427713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.429380"], ["updated_at", "2018-10-11 16:40:26.429380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.431182"], ["updated_at", "2018-10-11 16:40:26.431182"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.432810"], ["updated_at", "2018-10-11 16:40:26.432810"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.434415"], ["updated_at", "2018-10-11 16:40:26.434415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.437494"], ["updated_at", "2018-10-11 16:40:26.437494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.439249"], ["updated_at", "2018-10-11 16:40:26.439249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.440869"], ["updated_at", "2018-10-11 16:40:26.440869"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.442490"], ["updated_at", "2018-10-11 16:40:26.442490"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.445009"], ["updated_at", "2018-10-11 16:40:26.445009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.449565"], ["updated_at", "2018-10-11 16:40:26.449565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.451380"], ["updated_at", "2018-10-11 16:40:26.451380"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.453086"], ["updated_at", "2018-10-11 16:40:26.453086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.455243"], ["updated_at", "2018-10-11 16:40:26.455243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.456899"], ["updated_at", "2018-10-11 16:40:26.456899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.458537"], ["updated_at", "2018-10-11 16:40:26.458537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.460121"], ["updated_at", "2018-10-11 16:40:26.460121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.461766"], ["updated_at", "2018-10-11 16:40:26.461766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.463489"], ["updated_at", "2018-10-11 16:40:26.463489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.465209"], ["updated_at", "2018-10-11 16:40:26.465209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.466792"], ["updated_at", "2018-10-11 16:40:26.466792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.468433"], ["updated_at", "2018-10-11 16:40:26.468433"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.470080"], ["updated_at", "2018-10-11 16:40:26.470080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.471845"], ["updated_at", "2018-10-11 16:40:26.471845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.473552"], ["updated_at", "2018-10-11 16:40:26.473552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.475110"], ["updated_at", "2018-10-11 16:40:26.475110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.476730"], ["updated_at", "2018-10-11 16:40:26.476730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.478309"], ["updated_at", "2018-10-11 16:40:26.478309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.480021"], ["updated_at", "2018-10-11 16:40:26.480021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.481755"], ["updated_at", "2018-10-11 16:40:26.481755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.483373"], ["updated_at", "2018-10-11 16:40:26.483373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.485023"], ["updated_at", "2018-10-11 16:40:26.485023"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.486719"], ["updated_at", "2018-10-11 16:40:26.486719"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.488621"], ["updated_at", "2018-10-11 16:40:26.488621"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.490785"], ["updated_at", "2018-10-11 16:40:26.490785"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.493328"], ["updated_at", "2018-10-11 16:40:26.493328"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.495468"], ["updated_at", "2018-10-11 16:40:26.495468"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.497590"], ["updated_at", "2018-10-11 16:40:26.497590"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.499573"], ["updated_at", "2018-10-11 16:40:26.499573"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.502948"], ["updated_at", "2018-10-11 16:40:26.502948"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.505050"], ["updated_at", "2018-10-11 16:40:26.505050"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.509366"], ["updated_at", "2018-10-11 16:40:26.509366"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.512164"], ["updated_at", "2018-10-11 16:40:26.512164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.516149"], ["updated_at", "2018-10-11 16:40:26.516149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.517989"], ["updated_at", "2018-10-11 16:40:26.517989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.519758"], ["updated_at", "2018-10-11 16:40:26.519758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.521527"], ["updated_at", "2018-10-11 16:40:26.521527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.523165"], ["updated_at", "2018-10-11 16:40:26.523165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.524760"], ["updated_at", "2018-10-11 16:40:26.524760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.526345"], ["updated_at", "2018-10-11 16:40:26.526345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.527972"], ["updated_at", "2018-10-11 16:40:26.527972"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.529655"], ["updated_at", "2018-10-11 16:40:26.529655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.531342"], ["updated_at", "2018-10-11 16:40:26.531342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.532908"], ["updated_at", "2018-10-11 16:40:26.532908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.534524"], ["updated_at", "2018-10-11 16:40:26.534524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.536145"], ["updated_at", "2018-10-11 16:40:26.536145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.537829"], ["updated_at", "2018-10-11 16:40:26.537829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.539419"], ["updated_at", "2018-10-11 16:40:26.539419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.541080"], ["updated_at", "2018-10-11 16:40:26.541080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.542712"], ["updated_at", "2018-10-11 16:40:26.542712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.544301"], ["updated_at", "2018-10-11 16:40:26.544301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.545912"], ["updated_at", "2018-10-11 16:40:26.545912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.547541"], ["updated_at", "2018-10-11 16:40:26.547541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.549223"], ["updated_at", "2018-10-11 16:40:26.549223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.550813"], ["updated_at", "2018-10-11 16:40:26.550813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.552431"], ["updated_at", "2018-10-11 16:40:26.552431"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.554165"], ["updated_at", "2018-10-11 16:40:26.554165"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.556241"], ["updated_at", "2018-10-11 16:40:26.556241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.558851"], ["updated_at", "2018-10-11 16:40:26.558851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.560601"], ["updated_at", "2018-10-11 16:40:26.560601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.562259"], ["updated_at", "2018-10-11 16:40:26.562259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.563903"], ["updated_at", "2018-10-11 16:40:26.563903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.565534"], ["updated_at", "2018-10-11 16:40:26.565534"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.567202"], ["updated_at", "2018-10-11 16:40:26.567202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.570299"], ["updated_at", "2018-10-11 16:40:26.570299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.572057"], ["updated_at", "2018-10-11 16:40:26.572057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.573779"], ["updated_at", "2018-10-11 16:40:26.573779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.575401"], ["updated_at", "2018-10-11 16:40:26.575401"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.577861"], ["updated_at", "2018-10-11 16:40:26.577861"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.581802"], ["updated_at", "2018-10-11 16:40:26.581802"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.584019"], ["updated_at", "2018-10-11 16:40:26.584019"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.586284"], ["updated_at", "2018-10-11 16:40:26.586284"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.588614"], ["updated_at", "2018-10-11 16:40:26.588614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.590545"], ["updated_at", "2018-10-11 16:40:26.590545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.592158"], ["updated_at", "2018-10-11 16:40:26.592158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.593815"], ["updated_at", "2018-10-11 16:40:26.593815"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.595392"], ["updated_at", "2018-10-11 16:40:26.595392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.597129"], ["updated_at", "2018-10-11 16:40:26.597129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.598775"], ["updated_at", "2018-10-11 16:40:26.598775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.600411"], ["updated_at", "2018-10-11 16:40:26.600411"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.602019"], ["updated_at", "2018-10-11 16:40:26.602019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.603879"], ["updated_at", "2018-10-11 16:40:26.603879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.605549"], ["updated_at", "2018-10-11 16:40:26.605549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.607173"], ["updated_at", "2018-10-11 16:40:26.607173"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.608709"], ["updated_at", "2018-10-11 16:40:26.608709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.610369"], ["updated_at", "2018-10-11 16:40:26.610369"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.611910"], ["updated_at", "2018-10-11 16:40:26.611910"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.614275"], ["updated_at", "2018-10-11 16:40:26.614275"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.616937"], ["updated_at", "2018-10-11 16:40:26.616937"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.619652"], ["updated_at", "2018-10-11 16:40:26.619652"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.622921"], ["updated_at", "2018-10-11 16:40:26.622921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.627650"], ["updated_at", "2018-10-11 16:40:26.627650"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.629881"], ["updated_at", "2018-10-11 16:40:26.629881"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.632126"], ["updated_at", "2018-10-11 16:40:26.632126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.634104"], ["updated_at", "2018-10-11 16:40:26.634104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.635692"], ["updated_at", "2018-10-11 16:40:26.635692"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.637357"], ["updated_at", "2018-10-11 16:40:26.637357"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.640525"], ["updated_at", "2018-10-11 16:40:26.640525"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.642330"], ["updated_at", "2018-10-11 16:40:26.642330"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.645173"], ["updated_at", "2018-10-11 16:40:26.645173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.649463"], ["updated_at", "2018-10-11 16:40:26.649463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.651322"], ["updated_at", "2018-10-11 16:40:26.651322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.653087"], ["updated_at", "2018-10-11 16:40:26.653087"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.654814"], ["updated_at", "2018-10-11 16:40:26.654814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.656525"], ["updated_at", "2018-10-11 16:40:26.656525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.658091"], ["updated_at", "2018-10-11 16:40:26.658091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.659733"], ["updated_at", "2018-10-11 16:40:26.659733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.661283"], ["updated_at", "2018-10-11 16:40:26.661283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.662975"], ["updated_at", "2018-10-11 16:40:26.662975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.664805"], ["updated_at", "2018-10-11 16:40:26.664805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.666454"], ["updated_at", "2018-10-11 16:40:26.666454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.668159"], ["updated_at", "2018-10-11 16:40:26.668159"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.669804"], ["updated_at", "2018-10-11 16:40:26.669804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.671513"], ["updated_at", "2018-10-11 16:40:26.671513"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.673130"], ["updated_at", "2018-10-11 16:40:26.673130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.674813"], ["updated_at", "2018-10-11 16:40:26.674813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.676551"], ["updated_at", "2018-10-11 16:40:26.676551"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.678189"], ["updated_at", "2018-10-11 16:40:26.678189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.679975"], ["updated_at", "2018-10-11 16:40:26.679975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.681761"], ["updated_at", "2018-10-11 16:40:26.681761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.683410"], ["updated_at", "2018-10-11 16:40:26.683410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.685017"], ["updated_at", "2018-10-11 16:40:26.685017"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.686760"], ["updated_at", "2018-10-11 16:40:26.686760"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.688890"], ["updated_at", "2018-10-11 16:40:26.688890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.691585"], ["updated_at", "2018-10-11 16:40:26.691585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.693457"], ["updated_at", "2018-10-11 16:40:26.693457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.695122"], ["updated_at", "2018-10-11 16:40:26.695122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.696856"], ["updated_at", "2018-10-11 16:40:26.696856"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.698787"], ["updated_at", "2018-10-11 16:40:26.698787"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.702438"], ["updated_at", "2018-10-11 16:40:26.702438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.705825"], ["updated_at", "2018-10-11 16:40:26.705825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.707436"], ["updated_at", "2018-10-11 16:40:26.707436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.709074"], ["updated_at", "2018-10-11 16:40:26.709074"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.711742"], ["updated_at", "2018-10-11 16:40:26.711742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.715646"], ["updated_at", "2018-10-11 16:40:26.715646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.717717"], ["updated_at", "2018-10-11 16:40:26.717717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.719358"], ["updated_at", "2018-10-11 16:40:26.719358"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.721142"], ["updated_at", "2018-10-11 16:40:26.721142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.722906"], ["updated_at", "2018-10-11 16:40:26.722906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.724482"], ["updated_at", "2018-10-11 16:40:26.724482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.726109"], ["updated_at", "2018-10-11 16:40:26.726109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.727738"], ["updated_at", "2018-10-11 16:40:26.727738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.729444"], ["updated_at", "2018-10-11 16:40:26.729444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.731169"], ["updated_at", "2018-10-11 16:40:26.731169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.732841"], ["updated_at", "2018-10-11 16:40:26.732841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.734419"], ["updated_at", "2018-10-11 16:40:26.734419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.736071"], ["updated_at", "2018-10-11 16:40:26.736071"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.738047"], ["updated_at", "2018-10-11 16:40:26.738047"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.740753"], ["updated_at", "2018-10-11 16:40:26.740753"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.743301"], ["updated_at", "2018-10-11 16:40:26.743301"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.746002"], ["updated_at", "2018-10-11 16:40:26.746002"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.748676"], ["updated_at", "2018-10-11 16:40:26.748676"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.751358"], ["updated_at", "2018-10-11 16:40:26.751358"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.754114"], ["updated_at", "2018-10-11 16:40:26.754114"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.756694"], ["updated_at", "2018-10-11 16:40:26.756694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.759034"], ["updated_at", "2018-10-11 16:40:26.759034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.760842"], ["updated_at", "2018-10-11 16:40:26.760842"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.762470"], ["updated_at", "2018-10-11 16:40:26.762470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.764241"], ["updated_at", "2018-10-11 16:40:26.764241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.765834"], ["updated_at", "2018-10-11 16:40:26.765834"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.767566"], ["updated_at", "2018-10-11 16:40:26.767566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.770647"], ["updated_at", "2018-10-11 16:40:26.770647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.772325"], ["updated_at", "2018-10-11 16:40:26.772325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.773985"], ["updated_at", "2018-10-11 16:40:26.773985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.775610"], ["updated_at", "2018-10-11 16:40:26.775610"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.777636"], ["updated_at", "2018-10-11 16:40:26.777636"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.781694"], ["updated_at", "2018-10-11 16:40:26.781694"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.784162"], ["updated_at", "2018-10-11 16:40:26.784162"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.786649"], ["updated_at", "2018-10-11 16:40:26.786649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.788384"], ["updated_at", "2018-10-11 16:40:26.788384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.790027"], ["updated_at", "2018-10-11 16:40:26.790027"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.791742"], ["updated_at", "2018-10-11 16:40:26.791742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.793541"], ["updated_at", "2018-10-11 16:40:26.793541"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.795280"], ["updated_at", "2018-10-11 16:40:26.795280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.797074"], ["updated_at", "2018-10-11 16:40:26.797074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.798761"], ["updated_at", "2018-10-11 16:40:26.798761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.800462"], ["updated_at", "2018-10-11 16:40:26.800462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.802003"], ["updated_at", "2018-10-11 16:40:26.802003"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.803739"], ["updated_at", "2018-10-11 16:40:26.803739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.805857"], ["updated_at", "2018-10-11 16:40:26.805857"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.807443"], ["updated_at", "2018-10-11 16:40:26.807443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.809248"], ["updated_at", "2018-10-11 16:40:26.809248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.810964"], ["updated_at", "2018-10-11 16:40:26.810964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.812743"], ["updated_at", "2018-10-11 16:40:26.812743"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.814541"], ["updated_at", "2018-10-11 16:40:26.814541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.816279"], ["updated_at", "2018-10-11 16:40:26.816279"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.817851"], ["updated_at", "2018-10-11 16:40:26.817851"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.819636"], ["updated_at", "2018-10-11 16:40:26.819636"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.821759"], ["updated_at", "2018-10-11 16:40:26.821759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.824602"], ["updated_at", "2018-10-11 16:40:26.824602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.826447"], ["updated_at", "2018-10-11 16:40:26.826447"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.828082"], ["updated_at", "2018-10-11 16:40:26.828082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.830717"], ["updated_at", "2018-10-11 16:40:26.830717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.832438"], ["updated_at", "2018-10-11 16:40:26.832438"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.834002"], ["updated_at", "2018-10-11 16:40:26.834002"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.837062"], ["updated_at", "2018-10-11 16:40:26.837062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.838811"], ["updated_at", "2018-10-11 16:40:26.838811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.840561"], ["updated_at", "2018-10-11 16:40:26.840561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.842233"], ["updated_at", "2018-10-11 16:40:26.842233"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.844118"], ["updated_at", "2018-10-11 16:40:26.844118"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.848640"], ["updated_at", "2018-10-11 16:40:26.848640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.851403"], ["updated_at", "2018-10-11 16:40:26.851403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.853056"], ["updated_at", "2018-10-11 16:40:26.853056"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.854800"], ["updated_at", "2018-10-11 16:40:26.854800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.856572"], ["updated_at", "2018-10-11 16:40:26.856572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.858201"], ["updated_at", "2018-10-11 16:40:26.858201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.859944"], ["updated_at", "2018-10-11 16:40:26.859944"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.861509"], ["updated_at", "2018-10-11 16:40:26.861509"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.863893"], ["updated_at", "2018-10-11 16:40:26.863893"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.866630"], ["updated_at", "2018-10-11 16:40:26.866630"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.869493"], ["updated_at", "2018-10-11 16:40:26.869493"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.872405"], ["updated_at", "2018-10-11 16:40:26.872405"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.874798"], ["updated_at", "2018-10-11 16:40:26.874798"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.876947"], ["updated_at", "2018-10-11 16:40:26.876947"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.879332"], ["updated_at", "2018-10-11 16:40:26.879332"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.881917"], ["updated_at", "2018-10-11 16:40:26.881917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.885113"], ["updated_at", "2018-10-11 16:40:26.885113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.886971"], ["updated_at", "2018-10-11 16:40:26.886971"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.888786"], ["updated_at", "2018-10-11 16:40:26.888786"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.891258"], ["updated_at", "2018-10-11 16:40:26.891258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.893402"], ["updated_at", "2018-10-11 16:40:26.893402"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.895174"], ["updated_at", "2018-10-11 16:40:26.895174"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.899537"], ["updated_at", "2018-10-11 16:40:26.899537"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.901585"], ["updated_at", "2018-10-11 16:40:26.901585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.905135"], ["updated_at", "2018-10-11 16:40:26.905135"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.907051"], ["updated_at", "2018-10-11 16:40:26.907051"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.909045"], ["updated_at", "2018-10-11 16:40:26.909045"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.911625"], ["updated_at", "2018-10-11 16:40:26.911625"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.915138"], ["updated_at", "2018-10-11 16:40:26.915138"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.918590"], ["updated_at", "2018-10-11 16:40:26.918590"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.921071"], ["updated_at", "2018-10-11 16:40:26.921071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.923436"], ["updated_at", "2018-10-11 16:40:26.923436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.925516"], ["updated_at", "2018-10-11 16:40:26.925516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.927631"], ["updated_at", "2018-10-11 16:40:26.927631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.929941"], ["updated_at", "2018-10-11 16:40:26.929941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.932097"], ["updated_at", "2018-10-11 16:40:26.932097"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.934343"], ["updated_at", "2018-10-11 16:40:26.934343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.936419"], ["updated_at", "2018-10-11 16:40:26.936419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.938492"], ["updated_at", "2018-10-11 16:40:26.938492"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.940281"], ["updated_at", "2018-10-11 16:40:26.940281"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.941953"], ["updated_at", "2018-10-11 16:40:26.941953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.943840"], ["updated_at", "2018-10-11 16:40:26.943840"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.945477"], ["updated_at", "2018-10-11 16:40:26.945477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.947695"], ["updated_at", "2018-10-11 16:40:26.947695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.949564"], ["updated_at", "2018-10-11 16:40:26.949564"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.951232"], ["updated_at", "2018-10-11 16:40:26.951232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.952999"], ["updated_at", "2018-10-11 16:40:26.952999"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.954848"], ["updated_at", "2018-10-11 16:40:26.954848"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.957367"], ["updated_at", "2018-10-11 16:40:26.957367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.959499"], ["updated_at", "2018-10-11 16:40:26.959499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.961180"], ["updated_at", "2018-10-11 16:40:26.961180"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.962837"], ["updated_at", "2018-10-11 16:40:26.962837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.964818"], ["updated_at", "2018-10-11 16:40:26.964818"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.966434"], ["updated_at", "2018-10-11 16:40:26.966434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.969314"], ["updated_at", "2018-10-11 16:40:26.969314"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.970991"], ["updated_at", "2018-10-11 16:40:26.970991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.972762"], ["updated_at", "2018-10-11 16:40:26.972762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.974346"], ["updated_at", "2018-10-11 16:40:26.974346"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.977238"], ["updated_at", "2018-10-11 16:40:26.977238"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.981070"], ["updated_at", "2018-10-11 16:40:26.981070"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.984471"], ["updated_at", "2018-10-11 16:40:26.984471"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.986612"], ["updated_at", "2018-10-11 16:40:26.986612"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.989285"], ["updated_at", "2018-10-11 16:40:26.989285"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.991917"], ["updated_at", "2018-10-11 16:40:26.991917"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.994421"], ["updated_at", "2018-10-11 16:40:26.994421"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.997032"], ["updated_at", "2018-10-11 16:40:26.997032"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:26.999747"], ["updated_at", "2018-10-11 16:40:26.999747"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.002422"], ["updated_at", "2018-10-11 16:40:27.002422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.005032"], ["updated_at", "2018-10-11 16:40:27.005032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.006709"], ["updated_at", "2018-10-11 16:40:27.006709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.008249"], ["updated_at", "2018-10-11 16:40:27.008249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.009873"], ["updated_at", "2018-10-11 16:40:27.009873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.011419"], ["updated_at", "2018-10-11 16:40:27.011419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.013049"], ["updated_at", "2018-10-11 16:40:27.013049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.014697"], ["updated_at", "2018-10-11 16:40:27.014697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.016357"], ["updated_at", "2018-10-11 16:40:27.016357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.017900"], ["updated_at", "2018-10-11 16:40:27.017900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.019614"], ["updated_at", "2018-10-11 16:40:27.019614"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.021614"], ["updated_at", "2018-10-11 16:40:27.021614"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.024510"], ["updated_at", "2018-10-11 16:40:27.024510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.026563"], ["updated_at", "2018-10-11 16:40:27.026563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.028288"], ["updated_at", "2018-10-11 16:40:27.028288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.030015"], ["updated_at", "2018-10-11 16:40:27.030015"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.031805"], ["updated_at", "2018-10-11 16:40:27.031805"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.033354"], ["updated_at", "2018-10-11 16:40:27.033354"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.036341"], ["updated_at", "2018-10-11 16:40:27.036341"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.038183"], ["updated_at", "2018-10-11 16:40:27.038183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.040031"], ["updated_at", "2018-10-11 16:40:27.040031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.041616"], ["updated_at", "2018-10-11 16:40:27.041616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.043213"], ["updated_at", "2018-10-11 16:40:27.043213"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.045734"], ["updated_at", "2018-10-11 16:40:27.045734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.050099"], ["updated_at", "2018-10-11 16:40:27.050099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.052094"], ["updated_at", "2018-10-11 16:40:27.052094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.053837"], ["updated_at", "2018-10-11 16:40:27.053837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.055730"], ["updated_at", "2018-10-11 16:40:27.055730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.057376"], ["updated_at", "2018-10-11 16:40:27.057376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.058976"], ["updated_at", "2018-10-11 16:40:27.058976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.060533"], ["updated_at", "2018-10-11 16:40:27.060533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.062213"], ["updated_at", "2018-10-11 16:40:27.062213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.063894"], ["updated_at", "2018-10-11 16:40:27.063894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.065532"], ["updated_at", "2018-10-11 16:40:27.065532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.067114"], ["updated_at", "2018-10-11 16:40:27.067114"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.068739"], ["updated_at", "2018-10-11 16:40:27.068739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.070509"], ["updated_at", "2018-10-11 16:40:27.070509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.072242"], ["updated_at", "2018-10-11 16:40:27.072242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.073851"], ["updated_at", "2018-10-11 16:40:27.073851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.075475"], ["updated_at", "2018-10-11 16:40:27.075475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.077109"], ["updated_at", "2018-10-11 16:40:27.077109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.078665"], ["updated_at", "2018-10-11 16:40:27.078665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.080328"], ["updated_at", "2018-10-11 16:40:27.080328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.082125"], ["updated_at", "2018-10-11 16:40:27.082125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.083791"], ["updated_at", "2018-10-11 16:40:27.083791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.085392"], ["updated_at", "2018-10-11 16:40:27.085392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.087101"], ["updated_at", "2018-10-11 16:40:27.087101"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.089089"], ["updated_at", "2018-10-11 16:40:27.089089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.091396"], ["updated_at", "2018-10-11 16:40:27.091396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.093666"], ["updated_at", "2018-10-11 16:40:27.093666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.095546"], ["updated_at", "2018-10-11 16:40:27.095546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.097329"], ["updated_at", "2018-10-11 16:40:27.097329"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.098952"], ["updated_at", "2018-10-11 16:40:27.098952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.100378"], ["updated_at", "2018-10-11 16:40:27.100378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.102975"], ["updated_at", "2018-10-11 16:40:27.102975"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.104766"], ["updated_at", "2018-10-11 16:40:27.104766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.106452"], ["updated_at", "2018-10-11 16:40:27.106452"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.107998"], ["updated_at", "2018-10-11 16:40:27.107998"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.109749"], ["updated_at", "2018-10-11 16:40:27.109749"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.113298"], ["updated_at", "2018-10-11 16:40:27.113298"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.117896"], ["updated_at", "2018-10-11 16:40:27.117896"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.120703"], ["updated_at", "2018-10-11 16:40:27.120703"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.123416"], ["updated_at", "2018-10-11 16:40:27.123416"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.126068"], ["updated_at", "2018-10-11 16:40:27.126068"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.128638"], ["updated_at", "2018-10-11 16:40:27.128638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.131300"], ["updated_at", "2018-10-11 16:40:27.131300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.133145"], ["updated_at", "2018-10-11 16:40:27.133145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.134716"], ["updated_at", "2018-10-11 16:40:27.134716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.136329"], ["updated_at", "2018-10-11 16:40:27.136329"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.138066"], ["updated_at", "2018-10-11 16:40:27.138066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.139799"], ["updated_at", "2018-10-11 16:40:27.139799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.141395"], ["updated_at", "2018-10-11 16:40:27.141395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.142987"], ["updated_at", "2018-10-11 16:40:27.142987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.144544"], ["updated_at", "2018-10-11 16:40:27.144544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.146167"], ["updated_at", "2018-10-11 16:40:27.146167"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.147835"], ["updated_at", "2018-10-11 16:40:27.147835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.149458"], ["updated_at", "2018-10-11 16:40:27.149458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.151038"], ["updated_at", "2018-10-11 16:40:27.151038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.152697"], ["updated_at", "2018-10-11 16:40:27.152697"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.154395"], ["updated_at", "2018-10-11 16:40:27.154395"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.156474"], ["updated_at", "2018-10-11 16:40:27.156474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.159191"], ["updated_at", "2018-10-11 16:40:27.159191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.161030"], ["updated_at", "2018-10-11 16:40:27.161030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.162685"], ["updated_at", "2018-10-11 16:40:27.162685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.164505"], ["updated_at", "2018-10-11 16:40:27.164505"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.166078"], ["updated_at", "2018-10-11 16:40:27.166078"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.167693"], ["updated_at", "2018-10-11 16:40:27.167693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.170575"], ["updated_at", "2018-10-11 16:40:27.170575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.172248"], ["updated_at", "2018-10-11 16:40:27.172248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.173839"], ["updated_at", "2018-10-11 16:40:27.173839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.175514"], ["updated_at", "2018-10-11 16:40:27.175514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.177072"], ["updated_at", "2018-10-11 16:40:27.177072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.178682"], ["updated_at", "2018-10-11 16:40:27.178682"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.180541"], ["updated_at", "2018-10-11 16:40:27.180541"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.184642"], ["updated_at", "2018-10-11 16:40:27.184642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.187905"], ["updated_at", "2018-10-11 16:40:27.187905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.189601"], ["updated_at", "2018-10-11 16:40:27.189601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.191219"], ["updated_at", "2018-10-11 16:40:27.191219"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.192787"], ["updated_at", "2018-10-11 16:40:27.192787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.194422"], ["updated_at", "2018-10-11 16:40:27.194422"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.195999"], ["updated_at", "2018-10-11 16:40:27.195999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.197815"], ["updated_at", "2018-10-11 16:40:27.197815"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.199433"], ["updated_at", "2018-10-11 16:40:27.199433"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.201187"], ["updated_at", "2018-10-11 16:40:27.201187"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.203125"], ["updated_at", "2018-10-11 16:40:27.203125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.204859"], ["updated_at", "2018-10-11 16:40:27.204859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.206630"], ["updated_at", "2018-10-11 16:40:27.206630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.208261"], ["updated_at", "2018-10-11 16:40:27.208261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.209811"], ["updated_at", "2018-10-11 16:40:27.209811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.211499"], ["updated_at", "2018-10-11 16:40:27.211499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.213128"], ["updated_at", "2018-10-11 16:40:27.213128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.214881"], ["updated_at", "2018-10-11 16:40:27.214881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.216531"], ["updated_at", "2018-10-11 16:40:27.216531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.218078"], ["updated_at", "2018-10-11 16:40:27.218078"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.219735"], ["updated_at", "2018-10-11 16:40:27.219735"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.221775"], ["updated_at", "2018-10-11 16:40:27.221775"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.224400"], ["updated_at", "2018-10-11 16:40:27.224400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.226542"], ["updated_at", "2018-10-11 16:40:27.226542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.228261"], ["updated_at", "2018-10-11 16:40:27.228261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.229921"], ["updated_at", "2018-10-11 16:40:27.229921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.231783"], ["updated_at", "2018-10-11 16:40:27.231783"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.233498"], ["updated_at", "2018-10-11 16:40:27.233498"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.236233"], ["updated_at", "2018-10-11 16:40:27.236233"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.238376"], ["updated_at", "2018-10-11 16:40:27.238376"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.241185"], ["updated_at", "2018-10-11 16:40:27.241185"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.243856"], ["updated_at", "2018-10-11 16:40:27.243856"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.246446"], ["updated_at", "2018-10-11 16:40:27.246446"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.250262"], ["updated_at", "2018-10-11 16:40:27.250262"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.255178"], ["updated_at", "2018-10-11 16:40:27.255178"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.257887"], ["updated_at", "2018-10-11 16:40:27.257887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.260193"], ["updated_at", "2018-10-11 16:40:27.260193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.261879"], ["updated_at", "2018-10-11 16:40:27.261879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.263568"], ["updated_at", "2018-10-11 16:40:27.263568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.265252"], ["updated_at", "2018-10-11 16:40:27.265252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.266917"], ["updated_at", "2018-10-11 16:40:27.266917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.268522"], ["updated_at", "2018-10-11 16:40:27.268522"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.270083"], ["updated_at", "2018-10-11 16:40:27.270083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.271891"], ["updated_at", "2018-10-11 16:40:27.271891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.273688"], ["updated_at", "2018-10-11 16:40:27.273688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.275285"], ["updated_at", "2018-10-11 16:40:27.275285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.276894"], ["updated_at", "2018-10-11 16:40:27.276894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.278592"], ["updated_at", "2018-10-11 16:40:27.278592"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.280149"], ["updated_at", "2018-10-11 16:40:27.280149"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.281872"], ["updated_at", "2018-10-11 16:40:27.281872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.283683"], ["updated_at", "2018-10-11 16:40:27.283683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.285389"], ["updated_at", "2018-10-11 16:40:27.285389"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.287034"], ["updated_at", "2018-10-11 16:40:27.287034"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.289092"], ["updated_at", "2018-10-11 16:40:27.289092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.291951"], ["updated_at", "2018-10-11 16:40:27.291951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.293786"], ["updated_at", "2018-10-11 16:40:27.293786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.295466"], ["updated_at", "2018-10-11 16:40:27.295466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.297114"], ["updated_at", "2018-10-11 16:40:27.297114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.298838"], ["updated_at", "2018-10-11 16:40:27.298838"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.300495"], ["updated_at", "2018-10-11 16:40:27.300495"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.303536"], ["updated_at", "2018-10-11 16:40:27.303536"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.305360"], ["updated_at", "2018-10-11 16:40:27.305360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.307283"], ["updated_at", "2018-10-11 16:40:27.307283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.308838"], ["updated_at", "2018-10-11 16:40:27.308838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.310470"], ["updated_at", "2018-10-11 16:40:27.310470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.312015"], ["updated_at", "2018-10-11 16:40:27.312015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.313687"], ["updated_at", "2018-10-11 16:40:27.313687"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.315911"], ["updated_at", "2018-10-11 16:40:27.315911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.320472"], ["updated_at", "2018-10-11 16:40:27.320472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.322560"], ["updated_at", "2018-10-11 16:40:27.322560"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.324310"], ["updated_at", "2018-10-11 16:40:27.324310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.326045"], ["updated_at", "2018-10-11 16:40:27.326045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.327627"], ["updated_at", "2018-10-11 16:40:27.327627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.329264"], ["updated_at", "2018-10-11 16:40:27.329264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.330830"], ["updated_at", "2018-10-11 16:40:27.330830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.332460"], ["updated_at", "2018-10-11 16:40:27.332460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.334181"], ["updated_at", "2018-10-11 16:40:27.334181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.335860"], ["updated_at", "2018-10-11 16:40:27.335860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.337574"], ["updated_at", "2018-10-11 16:40:27.337574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.339242"], ["updated_at", "2018-10-11 16:40:27.339242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.340854"], ["updated_at", "2018-10-11 16:40:27.340854"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.342567"], ["updated_at", "2018-10-11 16:40:27.342567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.344324"], ["updated_at", "2018-10-11 16:40:27.344324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.345916"], ["updated_at", "2018-10-11 16:40:27.345916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.347521"], ["updated_at", "2018-10-11 16:40:27.347521"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.349076"], ["updated_at", "2018-10-11 16:40:27.349076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.350785"], ["updated_at", "2018-10-11 16:40:27.350785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.352492"], ["updated_at", "2018-10-11 16:40:27.352492"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.354060"], ["updated_at", "2018-10-11 16:40:27.354060"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.356274"], ["updated_at", "2018-10-11 16:40:27.356274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.359197"], ["updated_at", "2018-10-11 16:40:27.359197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.360956"], ["updated_at", "2018-10-11 16:40:27.360956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.362630"], ["updated_at", "2018-10-11 16:40:27.362630"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.364359"], ["updated_at", "2018-10-11 16:40:27.364359"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.366765"], ["updated_at", "2018-10-11 16:40:27.366765"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.368774"], ["updated_at", "2018-10-11 16:40:27.368774"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.372308"], ["updated_at", "2018-10-11 16:40:27.372308"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.375155"], ["updated_at", "2018-10-11 16:40:27.375155"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.377918"], ["updated_at", "2018-10-11 16:40:27.377918"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.380406"], ["updated_at", "2018-10-11 16:40:27.380406"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.384019"], ["updated_at", "2018-10-11 16:40:27.384019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.388272"], ["updated_at", "2018-10-11 16:40:27.388272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.390074"], ["updated_at", "2018-10-11 16:40:27.390074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.391762"], ["updated_at", "2018-10-11 16:40:27.391762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.393485"], ["updated_at", "2018-10-11 16:40:27.393485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.395041"], ["updated_at", "2018-10-11 16:40:27.395041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.396730"], ["updated_at", "2018-10-11 16:40:27.396730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.398283"], ["updated_at", "2018-10-11 16:40:27.398283"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.399929"], ["updated_at", "2018-10-11 16:40:27.399929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.401857"], ["updated_at", "2018-10-11 16:40:27.401857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.403558"], ["updated_at", "2018-10-11 16:40:27.403558"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.405137"], ["updated_at", "2018-10-11 16:40:27.405137"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.406838"], ["updated_at", "2018-10-11 16:40:27.406838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.408606"], ["updated_at", "2018-10-11 16:40:27.408606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.410349"], ["updated_at", "2018-10-11 16:40:27.410349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.411903"], ["updated_at", "2018-10-11 16:40:27.411903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.413563"], ["updated_at", "2018-10-11 16:40:27.413563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.415162"], ["updated_at", "2018-10-11 16:40:27.415162"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.416839"], ["updated_at", "2018-10-11 16:40:27.416839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.418742"], ["updated_at", "2018-10-11 16:40:27.418742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.420396"], ["updated_at", "2018-10-11 16:40:27.420396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.422105"], ["updated_at", "2018-10-11 16:40:27.422105"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.424773"], ["updated_at", "2018-10-11 16:40:27.424773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.427147"], ["updated_at", "2018-10-11 16:40:27.427147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.428983"], ["updated_at", "2018-10-11 16:40:27.428983"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.430624"], ["updated_at", "2018-10-11 16:40:27.430624"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.432278"], ["updated_at", "2018-10-11 16:40:27.432278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.436777"], ["updated_at", "2018-10-11 16:40:27.436777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.438426"], ["updated_at", "2018-10-11 16:40:27.438426"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.440035"], ["updated_at", "2018-10-11 16:40:27.440035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.441834"], ["updated_at", "2018-10-11 16:40:27.441834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.443554"], ["updated_at", "2018-10-11 16:40:27.443554"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.445096"], ["updated_at", "2018-10-11 16:40:27.445096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.446824"], ["updated_at", "2018-10-11 16:40:27.446824"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.449205"], ["updated_at", "2018-10-11 16:40:27.449205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.453344"], ["updated_at", "2018-10-11 16:40:27.453344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.455501"], ["updated_at", "2018-10-11 16:40:27.455501"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.457213"], ["updated_at", "2018-10-11 16:40:27.457213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.458945"], ["updated_at", "2018-10-11 16:40:27.458945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.460557"], ["updated_at", "2018-10-11 16:40:27.460557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.462159"], ["updated_at", "2018-10-11 16:40:27.462159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.463748"], ["updated_at", "2018-10-11 16:40:27.463748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.465341"], ["updated_at", "2018-10-11 16:40:27.465341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.467125"], ["updated_at", "2018-10-11 16:40:27.467125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.468842"], ["updated_at", "2018-10-11 16:40:27.468842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.470492"], ["updated_at", "2018-10-11 16:40:27.470492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.472100"], ["updated_at", "2018-10-11 16:40:27.472100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.473718"], ["updated_at", "2018-10-11 16:40:27.473718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.475478"], ["updated_at", "2018-10-11 16:40:27.475478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.477208"], ["updated_at", "2018-10-11 16:40:27.477208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.478837"], ["updated_at", "2018-10-11 16:40:27.478837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.480486"], ["updated_at", "2018-10-11 16:40:27.480486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.482085"], ["updated_at", "2018-10-11 16:40:27.482085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.483891"], ["updated_at", "2018-10-11 16:40:27.483891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.485579"], ["updated_at", "2018-10-11 16:40:27.485579"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.487145"], ["updated_at", "2018-10-11 16:40:27.487145"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.489024"], ["updated_at", "2018-10-11 16:40:27.489024"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.492424"], ["updated_at", "2018-10-11 16:40:27.492424"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.496839"], ["updated_at", "2018-10-11 16:40:27.496839"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.499231"], ["updated_at", "2018-10-11 16:40:27.499231"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.501661"], ["updated_at", "2018-10-11 16:40:27.501661"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.504166"], ["updated_at", "2018-10-11 16:40:27.504166"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.506490"], ["updated_at", "2018-10-11 16:40:27.506490"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.511169"], ["updated_at", "2018-10-11 16:40:27.511169"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.514370"], ["updated_at", "2018-10-11 16:40:27.514370"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.519378"], ["updated_at", "2018-10-11 16:40:27.519378"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.522640"], ["updated_at", "2018-10-11 16:40:27.522640"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.525105"], ["updated_at", "2018-10-11 16:40:27.525105"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.527541"], ["updated_at", "2018-10-11 16:40:27.527541"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.529951"], ["updated_at", "2018-10-11 16:40:27.529951"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.532507"], ["updated_at", "2018-10-11 16:40:27.532507"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.535482"], ["updated_at", "2018-10-11 16:40:27.535482"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.544265"], ["updated_at", "2018-10-11 16:40:27.544265"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.546866"], ["updated_at", "2018-10-11 16:40:27.546866"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.549028"], ["updated_at", "2018-10-11 16:40:27.549028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.551663"], ["updated_at", "2018-10-11 16:40:27.551663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.553999"], ["updated_at", "2018-10-11 16:40:27.553999"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.555865"], ["updated_at", "2018-10-11 16:40:27.555865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.558672"], ["updated_at", "2018-10-11 16:40:27.558672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.560912"], ["updated_at", "2018-10-11 16:40:27.560912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.562598"], ["updated_at", "2018-10-11 16:40:27.562598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.564250"], ["updated_at", "2018-10-11 16:40:27.564250"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.566086"], ["updated_at", "2018-10-11 16:40:27.566086"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.571567"], ["updated_at", "2018-10-11 16:40:27.571567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.573570"], ["updated_at", "2018-10-11 16:40:27.573570"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.575218"], ["updated_at", "2018-10-11 16:40:27.575218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.576998"], ["updated_at", "2018-10-11 16:40:27.576998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.578598"], ["updated_at", "2018-10-11 16:40:27.578598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.580199"], ["updated_at", "2018-10-11 16:40:27.580199"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.581965"], ["updated_at", "2018-10-11 16:40:27.581965"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.585811"], ["updated_at", "2018-10-11 16:40:27.585811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.588691"], ["updated_at", "2018-10-11 16:40:27.588691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.590308"], ["updated_at", "2018-10-11 16:40:27.590308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.592003"], ["updated_at", "2018-10-11 16:40:27.592003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.593707"], ["updated_at", "2018-10-11 16:40:27.593707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.595320"], ["updated_at", "2018-10-11 16:40:27.595320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.596919"], ["updated_at", "2018-10-11 16:40:27.596919"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.598554"], ["updated_at", "2018-10-11 16:40:27.598554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.600286"], ["updated_at", "2018-10-11 16:40:27.600286"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.602033"], ["updated_at", "2018-10-11 16:40:27.602033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.603832"], ["updated_at", "2018-10-11 16:40:27.603832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.605409"], ["updated_at", "2018-10-11 16:40:27.605409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.607073"], ["updated_at", "2018-10-11 16:40:27.607073"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.608751"], ["updated_at", "2018-10-11 16:40:27.608751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.610560"], ["updated_at", "2018-10-11 16:40:27.610560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.612179"], ["updated_at", "2018-10-11 16:40:27.612179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.613795"], ["updated_at", "2018-10-11 16:40:27.613795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.615366"], ["updated_at", "2018-10-11 16:40:27.615366"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.617051"], ["updated_at", "2018-10-11 16:40:27.617051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.618844"], ["updated_at", "2018-10-11 16:40:27.618844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.620449"], ["updated_at", "2018-10-11 16:40:27.620449"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.622433"], ["updated_at", "2018-10-11 16:40:27.622433"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.625330"], ["updated_at", "2018-10-11 16:40:27.625330"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.628077"], ["updated_at", "2018-10-11 16:40:27.628077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.630172"], ["updated_at", "2018-10-11 16:40:27.630172"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.632077"], ["updated_at", "2018-10-11 16:40:27.632077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.634105"], ["updated_at", "2018-10-11 16:40:27.634105"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.636153"], ["updated_at", "2018-10-11 16:40:27.636153"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.638176"], ["updated_at", "2018-10-11 16:40:27.638176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.643174"], ["updated_at", "2018-10-11 16:40:27.643174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.644832"], ["updated_at", "2018-10-11 16:40:27.644832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.646437"], ["updated_at", "2018-10-11 16:40:27.646437"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.648084"], ["updated_at", "2018-10-11 16:40:27.648084"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.651871"], ["updated_at", "2018-10-11 16:40:27.651871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.655190"], ["updated_at", "2018-10-11 16:40:27.655190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.656890"], ["updated_at", "2018-10-11 16:40:27.656890"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.658669"], ["updated_at", "2018-10-11 16:40:27.658669"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.660423"], ["updated_at", "2018-10-11 16:40:27.660423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.662134"], ["updated_at", "2018-10-11 16:40:27.662134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.663771"], ["updated_at", "2018-10-11 16:40:27.663771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.665392"], ["updated_at", "2018-10-11 16:40:27.665392"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.667004"], ["updated_at", "2018-10-11 16:40:27.667004"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.668791"], ["updated_at", "2018-10-11 16:40:27.668791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.670549"], ["updated_at", "2018-10-11 16:40:27.670549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.672207"], ["updated_at", "2018-10-11 16:40:27.672207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.673839"], ["updated_at", "2018-10-11 16:40:27.673839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.675643"], ["updated_at", "2018-10-11 16:40:27.675643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.677374"], ["updated_at", "2018-10-11 16:40:27.677374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.679082"], ["updated_at", "2018-10-11 16:40:27.679082"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.680716"], ["updated_at", "2018-10-11 16:40:27.680716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.682385"], ["updated_at", "2018-10-11 16:40:27.682385"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.683982"], ["updated_at", "2018-10-11 16:40:27.683982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.685711"], ["updated_at", "2018-10-11 16:40:27.685711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.687295"], ["updated_at", "2018-10-11 16:40:27.687295"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.689029"], ["updated_at", "2018-10-11 16:40:27.689029"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.691950"], ["updated_at", "2018-10-11 16:40:27.691950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.694107"], ["updated_at", "2018-10-11 16:40:27.694107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.695925"], ["updated_at", "2018-10-11 16:40:27.695925"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.697543"], ["updated_at", "2018-10-11 16:40:27.697543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.699118"], ["updated_at", "2018-10-11 16:40:27.699118"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.700804"], ["updated_at", "2018-10-11 16:40:27.700804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.704734"], ["updated_at", "2018-10-11 16:40:27.704734"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.706324"], ["updated_at", "2018-10-11 16:40:27.706324"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.708064"], ["updated_at", "2018-10-11 16:40:27.708064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.710349"], ["updated_at", "2018-10-11 16:40:27.710349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.712004"], ["updated_at", "2018-10-11 16:40:27.712004"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.713645"], ["updated_at", "2018-10-11 16:40:27.713645"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.716103"], ["updated_at", "2018-10-11 16:40:27.716103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.720110"], ["updated_at", "2018-10-11 16:40:27.720110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.722052"], ["updated_at", "2018-10-11 16:40:27.722052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.723749"], ["updated_at", "2018-10-11 16:40:27.723749"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.725513"], ["updated_at", "2018-10-11 16:40:27.725513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.727257"], ["updated_at", "2018-10-11 16:40:27.727257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.728811"], ["updated_at", "2018-10-11 16:40:27.728811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.730446"], ["updated_at", "2018-10-11 16:40:27.730446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.732051"], ["updated_at", "2018-10-11 16:40:27.732051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.733728"], ["updated_at", "2018-10-11 16:40:27.733728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.735346"], ["updated_at", "2018-10-11 16:40:27.735346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.736998"], ["updated_at", "2018-10-11 16:40:27.736998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.738592"], ["updated_at", "2018-10-11 16:40:27.738592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.740233"], ["updated_at", "2018-10-11 16:40:27.740233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.741856"], ["updated_at", "2018-10-11 16:40:27.741856"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.743683"], ["updated_at", "2018-10-11 16:40:27.743683"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.746291"], ["updated_at", "2018-10-11 16:40:27.746291"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.748878"], ["updated_at", "2018-10-11 16:40:27.748878"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.751538"], ["updated_at", "2018-10-11 16:40:27.751538"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.754281"], ["updated_at", "2018-10-11 16:40:27.754281"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.756740"], ["updated_at", "2018-10-11 16:40:27.756740"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.759465"], ["updated_at", "2018-10-11 16:40:27.759465"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.761431"], ["updated_at", "2018-10-11 16:40:27.761431"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.763242"], ["updated_at", "2018-10-11 16:40:27.763242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.765113"], ["updated_at", "2018-10-11 16:40:27.765113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.766709"], ["updated_at", "2018-10-11 16:40:27.766709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.768432"], ["updated_at", "2018-10-11 16:40:27.768432"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.772539"], ["updated_at", "2018-10-11 16:40:27.772539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.774421"], ["updated_at", "2018-10-11 16:40:27.774421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.776099"], ["updated_at", "2018-10-11 16:40:27.776099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.777796"], ["updated_at", "2018-10-11 16:40:27.777796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.779366"], ["updated_at", "2018-10-11 16:40:27.779366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.780973"], ["updated_at", "2018-10-11 16:40:27.780973"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.783845"], ["updated_at", "2018-10-11 16:40:27.783845"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.788033"], ["updated_at", "2018-10-11 16:40:27.788033"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.790142"], ["updated_at", "2018-10-11 16:40:27.790142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.792339"], ["updated_at", "2018-10-11 16:40:27.792339"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.794094"], ["updated_at", "2018-10-11 16:40:27.794094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.795734"], ["updated_at", "2018-10-11 16:40:27.795734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.797297"], ["updated_at", "2018-10-11 16:40:27.797297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.798977"], ["updated_at", "2018-10-11 16:40:27.798977"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.800857"], ["updated_at", "2018-10-11 16:40:27.800857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.802639"], ["updated_at", "2018-10-11 16:40:27.802639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.804237"], ["updated_at", "2018-10-11 16:40:27.804237"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.805906"], ["updated_at", "2018-10-11 16:40:27.805906"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.807683"], ["updated_at", "2018-10-11 16:40:27.807683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.809765"], ["updated_at", "2018-10-11 16:40:27.809765"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.811542"], ["updated_at", "2018-10-11 16:40:27.811542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.813185"], ["updated_at", "2018-10-11 16:40:27.813185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.814776"], ["updated_at", "2018-10-11 16:40:27.814776"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.816415"], ["updated_at", "2018-10-11 16:40:27.816415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.818196"], ["updated_at", "2018-10-11 16:40:27.818196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.820013"], ["updated_at", "2018-10-11 16:40:27.820013"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.822165"], ["updated_at", "2018-10-11 16:40:27.822165"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.825981"], ["updated_at", "2018-10-11 16:40:27.825981"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.828178"], ["updated_at", "2018-10-11 16:40:27.828178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.830304"], ["updated_at", "2018-10-11 16:40:27.830304"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.831975"], ["updated_at", "2018-10-11 16:40:27.831975"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.833764"], ["updated_at", "2018-10-11 16:40:27.833764"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.835963"], ["updated_at", "2018-10-11 16:40:27.835963"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.840748"], ["updated_at", "2018-10-11 16:40:27.840748"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.842825"], ["updated_at", "2018-10-11 16:40:27.842825"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.844823"], ["updated_at", "2018-10-11 16:40:27.844823"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.847115"], ["updated_at", "2018-10-11 16:40:27.847115"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.850088"], ["updated_at", "2018-10-11 16:40:27.850088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.854119"], ["updated_at", "2018-10-11 16:40:27.854119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.856130"], ["updated_at", "2018-10-11 16:40:27.856130"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.857988"], ["updated_at", "2018-10-11 16:40:27.857988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.859887"], ["updated_at", "2018-10-11 16:40:27.859887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.861555"], ["updated_at", "2018-10-11 16:40:27.861555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.863334"], ["updated_at", "2018-10-11 16:40:27.863334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.864980"], ["updated_at", "2018-10-11 16:40:27.864980"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.867082"], ["updated_at", "2018-10-11 16:40:27.867082"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.869982"], ["updated_at", "2018-10-11 16:40:27.869982"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.872845"], ["updated_at", "2018-10-11 16:40:27.872845"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.875633"], ["updated_at", "2018-10-11 16:40:27.875633"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.878402"], ["updated_at", "2018-10-11 16:40:27.878402"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.881034"], ["updated_at", "2018-10-11 16:40:27.881034"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.883670"], ["updated_at", "2018-10-11 16:40:27.883670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.886412"], ["updated_at", "2018-10-11 16:40:27.886412"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.888414"], ["updated_at", "2018-10-11 16:40:27.888414"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.891365"], ["updated_at", "2018-10-11 16:40:27.891365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.893818"], ["updated_at", "2018-10-11 16:40:27.893818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.895573"], ["updated_at", "2018-10-11 16:40:27.895573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.897237"], ["updated_at", "2018-10-11 16:40:27.897237"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.898855"], ["updated_at", "2018-10-11 16:40:27.898855"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.900632"], ["updated_at", "2018-10-11 16:40:27.900632"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.903602"], ["updated_at", "2018-10-11 16:40:27.903602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.905297"], ["updated_at", "2018-10-11 16:40:27.905297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.907050"], ["updated_at", "2018-10-11 16:40:27.907050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.908846"], ["updated_at", "2018-10-11 16:40:27.908846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.910765"], ["updated_at", "2018-10-11 16:40:27.910765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.912490"], ["updated_at", "2018-10-11 16:40:27.912490"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.914243"], ["updated_at", "2018-10-11 16:40:27.914243"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.917805"], ["updated_at", "2018-10-11 16:40:27.917805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.921182"], ["updated_at", "2018-10-11 16:40:27.921182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.922859"], ["updated_at", "2018-10-11 16:40:27.922859"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.924557"], ["updated_at", "2018-10-11 16:40:27.924557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.926346"], ["updated_at", "2018-10-11 16:40:27.926346"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.929032"], ["updated_at", "2018-10-11 16:40:27.929032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.930816"], ["updated_at", "2018-10-11 16:40:27.930816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.932374"], ["updated_at", "2018-10-11 16:40:27.932374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.934062"], ["updated_at", "2018-10-11 16:40:27.934062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.935943"], ["updated_at", "2018-10-11 16:40:27.935943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.937499"], ["updated_at", "2018-10-11 16:40:27.937499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.939128"], ["updated_at", "2018-10-11 16:40:27.939128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.940725"], ["updated_at", "2018-10-11 16:40:27.940725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.942414"], ["updated_at", "2018-10-11 16:40:27.942414"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.944025"], ["updated_at", "2018-10-11 16:40:27.944025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.945657"], ["updated_at", "2018-10-11 16:40:27.945657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.947245"], ["updated_at", "2018-10-11 16:40:27.947245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.948853"], ["updated_at", "2018-10-11 16:40:27.948853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.950475"], ["updated_at", "2018-10-11 16:40:27.950475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.952158"], ["updated_at", "2018-10-11 16:40:27.952158"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.953933"], ["updated_at", "2018-10-11 16:40:27.953933"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.955735"], ["updated_at", "2018-10-11 16:40:27.955735"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.958084"], ["updated_at", "2018-10-11 16:40:27.958084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.959999"], ["updated_at", "2018-10-11 16:40:27.959999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.961641"], ["updated_at", "2018-10-11 16:40:27.961641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.963242"], ["updated_at", "2018-10-11 16:40:27.963242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.964886"], ["updated_at", "2018-10-11 16:40:27.964886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.966461"], ["updated_at", "2018-10-11 16:40:27.966461"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.969785"], ["updated_at", "2018-10-11 16:40:27.969785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.971489"], ["updated_at", "2018-10-11 16:40:27.971489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.973044"], ["updated_at", "2018-10-11 16:40:27.973044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.974768"], ["updated_at", "2018-10-11 16:40:27.974768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.976440"], ["updated_at", "2018-10-11 16:40:27.976440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.978085"], ["updated_at", "2018-10-11 16:40:27.978085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.979734"], ["updated_at", "2018-10-11 16:40:27.979734"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.981450"], ["updated_at", "2018-10-11 16:40:27.981450"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.986007"], ["updated_at", "2018-10-11 16:40:27.986007"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.989265"], ["updated_at", "2018-10-11 16:40:27.989265"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.991966"], ["updated_at", "2018-10-11 16:40:27.991966"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.994502"], ["updated_at", "2018-10-11 16:40:27.994502"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.997029"], ["updated_at", "2018-10-11 16:40:27.997029"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:27.999629"], ["updated_at", "2018-10-11 16:40:27.999629"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.002301"], ["updated_at", "2018-10-11 16:40:28.002301"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.004872"], ["updated_at", "2018-10-11 16:40:28.004872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.007517"], ["updated_at", "2018-10-11 16:40:28.007517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.009329"], ["updated_at", "2018-10-11 16:40:28.009329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.010904"], ["updated_at", "2018-10-11 16:40:28.010904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.012510"], ["updated_at", "2018-10-11 16:40:28.012510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.014141"], ["updated_at", "2018-10-11 16:40:28.014141"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.015683"], ["updated_at", "2018-10-11 16:40:28.015683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.017501"], ["updated_at", "2018-10-11 16:40:28.017501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.019199"], ["updated_at", "2018-10-11 16:40:28.019199"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.020872"], ["updated_at", "2018-10-11 16:40:28.020872"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.022824"], ["updated_at", "2018-10-11 16:40:28.022824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.025937"], ["updated_at", "2018-10-11 16:40:28.025937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.027783"], ["updated_at", "2018-10-11 16:40:28.027783"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.029510"], ["updated_at", "2018-10-11 16:40:28.029510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.031112"], ["updated_at", "2018-10-11 16:40:28.031112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.032699"], ["updated_at", "2018-10-11 16:40:28.032699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.035854"], ["updated_at", "2018-10-11 16:40:28.035854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.037646"], ["updated_at", "2018-10-11 16:40:28.037646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.039248"], ["updated_at", "2018-10-11 16:40:28.039248"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.040929"], ["updated_at", "2018-10-11 16:40:28.040929"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.042723"], ["updated_at", "2018-10-11 16:40:28.042723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.044408"], ["updated_at", "2018-10-11 16:40:28.044408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.046072"], ["updated_at", "2018-10-11 16:40:28.046072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.047661"], ["updated_at", "2018-10-11 16:40:28.047661"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.050084"], ["updated_at", "2018-10-11 16:40:28.050084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.054072"], ["updated_at", "2018-10-11 16:40:28.054072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.056243"], ["updated_at", "2018-10-11 16:40:28.056243"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.057929"], ["updated_at", "2018-10-11 16:40:28.057929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.059813"], ["updated_at", "2018-10-11 16:40:28.059813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.061469"], ["updated_at", "2018-10-11 16:40:28.061469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.063161"], ["updated_at", "2018-10-11 16:40:28.063161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.064700"], ["updated_at", "2018-10-11 16:40:28.064700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.066318"], ["updated_at", "2018-10-11 16:40:28.066318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.067995"], ["updated_at", "2018-10-11 16:40:28.067995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.069638"], ["updated_at", "2018-10-11 16:40:28.069638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.071288"], ["updated_at", "2018-10-11 16:40:28.071288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.072862"], ["updated_at", "2018-10-11 16:40:28.072862"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.074503"], ["updated_at", "2018-10-11 16:40:28.074503"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.076329"], ["updated_at", "2018-10-11 16:40:28.076329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.078008"], ["updated_at", "2018-10-11 16:40:28.078008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.079639"], ["updated_at", "2018-10-11 16:40:28.079639"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.081222"], ["updated_at", "2018-10-11 16:40:28.081222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.082834"], ["updated_at", "2018-10-11 16:40:28.082834"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.084566"], ["updated_at", "2018-10-11 16:40:28.084566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.086324"], ["updated_at", "2018-10-11 16:40:28.086324"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.088634"], ["updated_at", "2018-10-11 16:40:28.088634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.093072"], ["updated_at", "2018-10-11 16:40:28.093072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.094897"], ["updated_at", "2018-10-11 16:40:28.094897"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.096532"], ["updated_at", "2018-10-11 16:40:28.096532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.098135"], ["updated_at", "2018-10-11 16:40:28.098135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.099728"], ["updated_at", "2018-10-11 16:40:28.099728"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.101422"], ["updated_at", "2018-10-11 16:40:28.101422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.104344"], ["updated_at", "2018-10-11 16:40:28.104344"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.105938"], ["updated_at", "2018-10-11 16:40:28.105938"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.107650"], ["updated_at", "2018-10-11 16:40:28.107650"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.109422"], ["updated_at", "2018-10-11 16:40:28.109422"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.111651"], ["updated_at", "2018-10-11 16:40:28.111651"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.114344"], ["updated_at", "2018-10-11 16:40:28.114344"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.118472"], ["updated_at", "2018-10-11 16:40:28.118472"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.122455"], ["updated_at", "2018-10-11 16:40:28.122455"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.125299"], ["updated_at", "2018-10-11 16:40:28.125299"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.127958"], ["updated_at", "2018-10-11 16:40:28.127958"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.130560"], ["updated_at", "2018-10-11 16:40:28.130560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.132813"], ["updated_at", "2018-10-11 16:40:28.132813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.134493"], ["updated_at", "2018-10-11 16:40:28.134493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.136149"], ["updated_at", "2018-10-11 16:40:28.136149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.137764"], ["updated_at", "2018-10-11 16:40:28.137764"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.139404"], ["updated_at", "2018-10-11 16:40:28.139404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.141126"], ["updated_at", "2018-10-11 16:40:28.141126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.142809"], ["updated_at", "2018-10-11 16:40:28.142809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.144418"], ["updated_at", "2018-10-11 16:40:28.144418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.146040"], ["updated_at", "2018-10-11 16:40:28.146040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.147603"], ["updated_at", "2018-10-11 16:40:28.147603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.149220"], ["updated_at", "2018-10-11 16:40:28.149220"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.150844"], ["updated_at", "2018-10-11 16:40:28.150844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.152595"], ["updated_at", "2018-10-11 16:40:28.152595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.154181"], ["updated_at", "2018-10-11 16:40:28.154181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.155797"], ["updated_at", "2018-10-11 16:40:28.155797"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.158332"], ["updated_at", "2018-10-11 16:40:28.158332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.160688"], ["updated_at", "2018-10-11 16:40:28.160688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.162335"], ["updated_at", "2018-10-11 16:40:28.162335"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.163948"], ["updated_at", "2018-10-11 16:40:28.163948"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.165569"], ["updated_at", "2018-10-11 16:40:28.165569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.167127"], ["updated_at", "2018-10-11 16:40:28.167127"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.170610"], ["updated_at", "2018-10-11 16:40:28.170610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.172343"], ["updated_at", "2018-10-11 16:40:28.172343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.174154"], ["updated_at", "2018-10-11 16:40:28.174154"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.175812"], ["updated_at", "2018-10-11 16:40:28.175812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.177429"], ["updated_at", "2018-10-11 16:40:28.177429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.179063"], ["updated_at", "2018-10-11 16:40:28.179063"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.180609"], ["updated_at", "2018-10-11 16:40:28.180609"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.183327"], ["updated_at", "2018-10-11 16:40:28.183327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.187291"], ["updated_at", "2018-10-11 16:40:28.187291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.189201"], ["updated_at", "2018-10-11 16:40:28.189201"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.190788"], ["updated_at", "2018-10-11 16:40:28.190788"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.192560"], ["updated_at", "2018-10-11 16:40:28.192560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.194467"], ["updated_at", "2018-10-11 16:40:28.194467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.196099"], ["updated_at", "2018-10-11 16:40:28.196099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.197782"], ["updated_at", "2018-10-11 16:40:28.197782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.199348"], ["updated_at", "2018-10-11 16:40:28.199348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.201010"], ["updated_at", "2018-10-11 16:40:28.201010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.202733"], ["updated_at", "2018-10-11 16:40:28.202733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.204333"], ["updated_at", "2018-10-11 16:40:28.204333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.206179"], ["updated_at", "2018-10-11 16:40:28.206179"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.207916"], ["updated_at", "2018-10-11 16:40:28.207916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.209727"], ["updated_at", "2018-10-11 16:40:28.209727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.211353"], ["updated_at", "2018-10-11 16:40:28.211353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.212969"], ["updated_at", "2018-10-11 16:40:28.212969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.214541"], ["updated_at", "2018-10-11 16:40:28.214541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.216167"], ["updated_at", "2018-10-11 16:40:28.216167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.217880"], ["updated_at", "2018-10-11 16:40:28.217880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.219579"], ["updated_at", "2018-10-11 16:40:28.219579"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.221903"], ["updated_at", "2018-10-11 16:40:28.221903"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.224744"], ["updated_at", "2018-10-11 16:40:28.224744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.226885"], ["updated_at", "2018-10-11 16:40:28.226885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.228508"], ["updated_at", "2018-10-11 16:40:28.228508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.230132"], ["updated_at", "2018-10-11 16:40:28.230132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.231844"], ["updated_at", "2018-10-11 16:40:28.231844"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.233462"], ["updated_at", "2018-10-11 16:40:28.233462"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.236723"], ["updated_at", "2018-10-11 16:40:28.236723"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.238977"], ["updated_at", "2018-10-11 16:40:28.238977"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.241737"], ["updated_at", "2018-10-11 16:40:28.241737"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.244493"], ["updated_at", "2018-10-11 16:40:28.244493"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.247342"], ["updated_at", "2018-10-11 16:40:28.247342"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.251143"], ["updated_at", "2018-10-11 16:40:28.251143"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.255440"], ["updated_at", "2018-10-11 16:40:28.255440"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.258160"], ["updated_at", "2018-10-11 16:40:28.258160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.260690"], ["updated_at", "2018-10-11 16:40:28.260690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.262312"], ["updated_at", "2018-10-11 16:40:28.262312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.263889"], ["updated_at", "2018-10-11 16:40:28.263889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.265546"], ["updated_at", "2018-10-11 16:40:28.265546"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.267120"], ["updated_at", "2018-10-11 16:40:28.267120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.268913"], ["updated_at", "2018-10-11 16:40:28.268913"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.270538"], ["updated_at", "2018-10-11 16:40:28.270538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.272332"], ["updated_at", "2018-10-11 16:40:28.272332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.274007"], ["updated_at", "2018-10-11 16:40:28.274007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.275761"], ["updated_at", "2018-10-11 16:40:28.275761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.277529"], ["updated_at", "2018-10-11 16:40:28.277529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.279152"], ["updated_at", "2018-10-11 16:40:28.279152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.280795"], ["updated_at", "2018-10-11 16:40:28.280795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.282377"], ["updated_at", "2018-10-11 16:40:28.282377"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.284134"], ["updated_at", "2018-10-11 16:40:28.284134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.285959"], ["updated_at", "2018-10-11 16:40:28.285959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.287571"], ["updated_at", "2018-10-11 16:40:28.287571"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.289350"], ["updated_at", "2018-10-11 16:40:28.289350"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.292206"], ["updated_at", "2018-10-11 16:40:28.292206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.294652"], ["updated_at", "2018-10-11 16:40:28.294652"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.296358"], ["updated_at", "2018-10-11 16:40:28.296358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.297987"], ["updated_at", "2018-10-11 16:40:28.297987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.299666"], ["updated_at", "2018-10-11 16:40:28.299666"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.301458"], ["updated_at", "2018-10-11 16:40:28.301458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.304519"], ["updated_at", "2018-10-11 16:40:28.304519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.306272"], ["updated_at", "2018-10-11 16:40:28.306272"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.307978"], ["updated_at", "2018-10-11 16:40:28.307978"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.309795"], ["updated_at", "2018-10-11 16:40:28.309795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.311499"], ["updated_at", "2018-10-11 16:40:28.311499"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.313161"], ["updated_at", "2018-10-11 16:40:28.313161"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.315100"], ["updated_at", "2018-10-11 16:40:28.315100"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.318835"], ["updated_at", "2018-10-11 16:40:28.318835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.322087"], ["updated_at", "2018-10-11 16:40:28.322087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.323707"], ["updated_at", "2018-10-11 16:40:28.323707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.325478"], ["updated_at", "2018-10-11 16:40:28.325478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.327190"], ["updated_at", "2018-10-11 16:40:28.327190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.328744"], ["updated_at", "2018-10-11 16:40:28.328744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.330409"], ["updated_at", "2018-10-11 16:40:28.330409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.331989"], ["updated_at", "2018-10-11 16:40:28.331989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.333634"], ["updated_at", "2018-10-11 16:40:28.333634"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.335315"], ["updated_at", "2018-10-11 16:40:28.335315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.337050"], ["updated_at", "2018-10-11 16:40:28.337050"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.338619"], ["updated_at", "2018-10-11 16:40:28.338619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.340435"], ["updated_at", "2018-10-11 16:40:28.340435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.342153"], ["updated_at", "2018-10-11 16:40:28.342153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.343794"], ["updated_at", "2018-10-11 16:40:28.343794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.345410"], ["updated_at", "2018-10-11 16:40:28.345410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.347146"], ["updated_at", "2018-10-11 16:40:28.347146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.348751"], ["updated_at", "2018-10-11 16:40:28.348751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.350352"], ["updated_at", "2018-10-11 16:40:28.350352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.352035"], ["updated_at", "2018-10-11 16:40:28.352035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.353644"], ["updated_at", "2018-10-11 16:40:28.353644"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.355876"], ["updated_at", "2018-10-11 16:40:28.355876"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.358842"], ["updated_at", "2018-10-11 16:40:28.358842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.360848"], ["updated_at", "2018-10-11 16:40:28.360848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.362499"], ["updated_at", "2018-10-11 16:40:28.362499"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.364165"], ["updated_at", "2018-10-11 16:40:28.364165"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.366001"], ["updated_at", "2018-10-11 16:40:28.366001"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.368171"], ["updated_at", "2018-10-11 16:40:28.368171"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.371092"], ["updated_at", "2018-10-11 16:40:28.371092"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.373843"], ["updated_at", "2018-10-11 16:40:28.373843"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.376623"], ["updated_at", "2018-10-11 16:40:28.376623"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.379202"], ["updated_at", "2018-10-11 16:40:28.379202"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.381867"], ["updated_at", "2018-10-11 16:40:28.381867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.388802"], ["updated_at", "2018-10-11 16:40:28.388802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.390646"], ["updated_at", "2018-10-11 16:40:28.390646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.392338"], ["updated_at", "2018-10-11 16:40:28.392338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.394010"], ["updated_at", "2018-10-11 16:40:28.394010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.395603"], ["updated_at", "2018-10-11 16:40:28.395603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.397137"], ["updated_at", "2018-10-11 16:40:28.397137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.398763"], ["updated_at", "2018-10-11 16:40:28.398763"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.400332"], ["updated_at", "2018-10-11 16:40:28.400332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.402082"], ["updated_at", "2018-10-11 16:40:28.402082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.403692"], ["updated_at", "2018-10-11 16:40:28.403692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.405311"], ["updated_at", "2018-10-11 16:40:28.405311"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.406862"], ["updated_at", "2018-10-11 16:40:28.406862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.408606"], ["updated_at", "2018-10-11 16:40:28.408606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.410391"], ["updated_at", "2018-10-11 16:40:28.410391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.411938"], ["updated_at", "2018-10-11 16:40:28.411938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.413545"], ["updated_at", "2018-10-11 16:40:28.413545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.415154"], ["updated_at", "2018-10-11 16:40:28.415154"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.416706"], ["updated_at", "2018-10-11 16:40:28.416706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.418476"], ["updated_at", "2018-10-11 16:40:28.418476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.420100"], ["updated_at", "2018-10-11 16:40:28.420100"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.421778"], ["updated_at", "2018-10-11 16:40:28.421778"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.424493"], ["updated_at", "2018-10-11 16:40:28.424493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.426836"], ["updated_at", "2018-10-11 16:40:28.426836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.428565"], ["updated_at", "2018-10-11 16:40:28.428565"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.430172"], ["updated_at", "2018-10-11 16:40:28.430172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.431773"], ["updated_at", "2018-10-11 16:40:28.431773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.433433"], ["updated_at", "2018-10-11 16:40:28.433433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.436417"], ["updated_at", "2018-10-11 16:40:28.436417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.438016"], ["updated_at", "2018-10-11 16:40:28.438016"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.439684"], ["updated_at", "2018-10-11 16:40:28.439684"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.441450"], ["updated_at", "2018-10-11 16:40:28.441450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.443124"], ["updated_at", "2018-10-11 16:40:28.443124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.444740"], ["updated_at", "2018-10-11 16:40:28.444740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.446333"], ["updated_at", "2018-10-11 16:40:28.446333"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.447905"], ["updated_at", "2018-10-11 16:40:28.447905"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.450412"], ["updated_at", "2018-10-11 16:40:28.450412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.454319"], ["updated_at", "2018-10-11 16:40:28.454319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.456607"], ["updated_at", "2018-10-11 16:40:28.456607"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.458341"], ["updated_at", "2018-10-11 16:40:28.458341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.460045"], ["updated_at", "2018-10-11 16:40:28.460045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.461600"], ["updated_at", "2018-10-11 16:40:28.461600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.463274"], ["updated_at", "2018-10-11 16:40:28.463274"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.464807"], ["updated_at", "2018-10-11 16:40:28.464807"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.466482"], ["updated_at", "2018-10-11 16:40:28.466482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.468243"], ["updated_at", "2018-10-11 16:40:28.468243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.470049"], ["updated_at", "2018-10-11 16:40:28.470049"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.471682"], ["updated_at", "2018-10-11 16:40:28.471682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.473353"], ["updated_at", "2018-10-11 16:40:28.473353"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.475030"], ["updated_at", "2018-10-11 16:40:28.475030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.476743"], ["updated_at", "2018-10-11 16:40:28.476743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.478299"], ["updated_at", "2018-10-11 16:40:28.478299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.479908"], ["updated_at", "2018-10-11 16:40:28.479908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.481567"], ["updated_at", "2018-10-11 16:40:28.481567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.483188"], ["updated_at", "2018-10-11 16:40:28.483188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.484931"], ["updated_at", "2018-10-11 16:40:28.484931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.486666"], ["updated_at", "2018-10-11 16:40:28.486666"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.488373"], ["updated_at", "2018-10-11 16:40:28.488373"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.491339"], ["updated_at", "2018-10-11 16:40:28.491339"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.493794"], ["updated_at", "2018-10-11 16:40:28.493794"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.495826"], ["updated_at", "2018-10-11 16:40:28.495826"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.497831"], ["updated_at", "2018-10-11 16:40:28.497831"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.499829"], ["updated_at", "2018-10-11 16:40:28.499829"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.501757"], ["updated_at", "2018-10-11 16:40:28.501757"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.503787"], ["updated_at", "2018-10-11 16:40:28.503787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.508997"], ["updated_at", "2018-10-11 16:40:28.508997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.510819"], ["updated_at", "2018-10-11 16:40:28.510819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.512455"], ["updated_at", "2018-10-11 16:40:28.512455"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.513985"], ["updated_at", "2018-10-11 16:40:28.513985"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.516630"], ["updated_at", "2018-10-11 16:40:28.516630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.520965"], ["updated_at", "2018-10-11 16:40:28.520965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.523105"], ["updated_at", "2018-10-11 16:40:28.523105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.524791"], ["updated_at", "2018-10-11 16:40:28.524791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.526507"], ["updated_at", "2018-10-11 16:40:28.526507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.528154"], ["updated_at", "2018-10-11 16:40:28.528154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.529726"], ["updated_at", "2018-10-11 16:40:28.529726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.531291"], ["updated_at", "2018-10-11 16:40:28.531291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.532874"], ["updated_at", "2018-10-11 16:40:28.532874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.534516"], ["updated_at", "2018-10-11 16:40:28.534516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.536152"], ["updated_at", "2018-10-11 16:40:28.536152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.537809"], ["updated_at", "2018-10-11 16:40:28.537809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.539369"], ["updated_at", "2018-10-11 16:40:28.539369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.541049"], ["updated_at", "2018-10-11 16:40:28.541049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.542820"], ["updated_at", "2018-10-11 16:40:28.542820"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.544419"], ["updated_at", "2018-10-11 16:40:28.544419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.546070"], ["updated_at", "2018-10-11 16:40:28.546070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.547690"], ["updated_at", "2018-10-11 16:40:28.547690"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.549251"], ["updated_at", "2018-10-11 16:40:28.549251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.550926"], ["updated_at", "2018-10-11 16:40:28.550926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.552549"], ["updated_at", "2018-10-11 16:40:28.552549"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.554193"], ["updated_at", "2018-10-11 16:40:28.554193"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.556164"], ["updated_at", "2018-10-11 16:40:28.556164"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.558985"], ["updated_at", "2018-10-11 16:40:28.558985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.560992"], ["updated_at", "2018-10-11 16:40:28.560992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.562668"], ["updated_at", "2018-10-11 16:40:28.562668"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.564260"], ["updated_at", "2018-10-11 16:40:28.564260"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.565850"], ["updated_at", "2018-10-11 16:40:28.565850"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.567709"], ["updated_at", "2018-10-11 16:40:28.567709"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.570821"], ["updated_at", "2018-10-11 16:40:28.570821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.572473"], ["updated_at", "2018-10-11 16:40:28.572473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.574081"], ["updated_at", "2018-10-11 16:40:28.574081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.575795"], ["updated_at", "2018-10-11 16:40:28.575795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.577483"], ["updated_at", "2018-10-11 16:40:28.577483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.579055"], ["updated_at", "2018-10-11 16:40:28.579055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.580685"], ["updated_at", "2018-10-11 16:40:28.580685"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.582965"], ["updated_at", "2018-10-11 16:40:28.582965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.587083"], ["updated_at", "2018-10-11 16:40:28.587083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.589273"], ["updated_at", "2018-10-11 16:40:28.589273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.590908"], ["updated_at", "2018-10-11 16:40:28.590908"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.592879"], ["updated_at", "2018-10-11 16:40:28.592879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.595620"], ["updated_at", "2018-10-11 16:40:28.595620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.597301"], ["updated_at", "2018-10-11 16:40:28.597301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.598995"], ["updated_at", "2018-10-11 16:40:28.598995"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.600528"], ["updated_at", "2018-10-11 16:40:28.600528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.602280"], ["updated_at", "2018-10-11 16:40:28.602280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.603855"], ["updated_at", "2018-10-11 16:40:28.603855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.605455"], ["updated_at", "2018-10-11 16:40:28.605455"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.607069"], ["updated_at", "2018-10-11 16:40:28.607069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.608851"], ["updated_at", "2018-10-11 16:40:28.608851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.610784"], ["updated_at", "2018-10-11 16:40:28.610784"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.612647"], ["updated_at", "2018-10-11 16:40:28.612647"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.615343"], ["updated_at", "2018-10-11 16:40:28.615343"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.618012"], ["updated_at", "2018-10-11 16:40:28.618012"], ["parent_id", 39895952907]] Kithe::Work Create (3.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.620737"], ["updated_at", "2018-10-11 16:40:28.620737"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.626008"], ["updated_at", "2018-10-11 16:40:28.626008"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.628872"], ["updated_at", "2018-10-11 16:40:28.628872"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.631811"], ["updated_at", "2018-10-11 16:40:28.631811"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.633728"], ["updated_at", "2018-10-11 16:40:28.633728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.635627"], ["updated_at", "2018-10-11 16:40:28.635627"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.637377"], ["updated_at", "2018-10-11 16:40:28.637377"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.640240"], ["updated_at", "2018-10-11 16:40:28.640240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.642037"], ["updated_at", "2018-10-11 16:40:28.642037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.643745"], ["updated_at", "2018-10-11 16:40:28.643745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.645443"], ["updated_at", "2018-10-11 16:40:28.645443"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.647003"], ["updated_at", "2018-10-11 16:40:28.647003"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.649529"], ["updated_at", "2018-10-11 16:40:28.649529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.653578"], ["updated_at", "2018-10-11 16:40:28.653578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.655842"], ["updated_at", "2018-10-11 16:40:28.655842"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.657545"], ["updated_at", "2018-10-11 16:40:28.657545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.659394"], ["updated_at", "2018-10-11 16:40:28.659394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.661051"], ["updated_at", "2018-10-11 16:40:28.661051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.662697"], ["updated_at", "2018-10-11 16:40:28.662697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.664407"], ["updated_at", "2018-10-11 16:40:28.664407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.666044"], ["updated_at", "2018-10-11 16:40:28.666044"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.667738"], ["updated_at", "2018-10-11 16:40:28.667738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.669546"], ["updated_at", "2018-10-11 16:40:28.669546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.671110"], ["updated_at", "2018-10-11 16:40:28.671110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.672746"], ["updated_at", "2018-10-11 16:40:28.672746"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.674419"], ["updated_at", "2018-10-11 16:40:28.674419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.676112"], ["updated_at", "2018-10-11 16:40:28.676112"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.677795"], ["updated_at", "2018-10-11 16:40:28.677795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.679489"], ["updated_at", "2018-10-11 16:40:28.679489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.681109"], ["updated_at", "2018-10-11 16:40:28.681109"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.682670"], ["updated_at", "2018-10-11 16:40:28.682670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.684346"], ["updated_at", "2018-10-11 16:40:28.684346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.686103"], ["updated_at", "2018-10-11 16:40:28.686103"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.687689"], ["updated_at", "2018-10-11 16:40:28.687689"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.690020"], ["updated_at", "2018-10-11 16:40:28.690020"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.693292"], ["updated_at", "2018-10-11 16:40:28.693292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.695216"], ["updated_at", "2018-10-11 16:40:28.695216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.696962"], ["updated_at", "2018-10-11 16:40:28.696962"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.698802"], ["updated_at", "2018-10-11 16:40:28.698802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.700708"], ["updated_at", "2018-10-11 16:40:28.700708"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.702607"], ["updated_at", "2018-10-11 16:40:28.702607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.705512"], ["updated_at", "2018-10-11 16:40:28.705512"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.707444"], ["updated_at", "2018-10-11 16:40:28.707444"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.709434"], ["updated_at", "2018-10-11 16:40:28.709434"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.711152"], ["updated_at", "2018-10-11 16:40:28.711152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.712798"], ["updated_at", "2018-10-11 16:40:28.712798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.714505"], ["updated_at", "2018-10-11 16:40:28.714505"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.717100"], ["updated_at", "2018-10-11 16:40:28.717100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.721703"], ["updated_at", "2018-10-11 16:40:28.721703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.723606"], ["updated_at", "2018-10-11 16:40:28.723606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.725277"], ["updated_at", "2018-10-11 16:40:28.725277"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.726982"], ["updated_at", "2018-10-11 16:40:28.726982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.728796"], ["updated_at", "2018-10-11 16:40:28.728796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.730372"], ["updated_at", "2018-10-11 16:40:28.730372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.732037"], ["updated_at", "2018-10-11 16:40:28.732037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.733676"], ["updated_at", "2018-10-11 16:40:28.733676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.735365"], ["updated_at", "2018-10-11 16:40:28.735365"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.737202"], ["updated_at", "2018-10-11 16:40:28.737202"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.740110"], ["updated_at", "2018-10-11 16:40:28.740110"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.742896"], ["updated_at", "2018-10-11 16:40:28.742896"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.745705"], ["updated_at", "2018-10-11 16:40:28.745705"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.748430"], ["updated_at", "2018-10-11 16:40:28.748430"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.751127"], ["updated_at", "2018-10-11 16:40:28.751127"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.753824"], ["updated_at", "2018-10-11 16:40:28.753824"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.756766"], ["updated_at", "2018-10-11 16:40:28.756766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.759356"], ["updated_at", "2018-10-11 16:40:28.759356"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.761168"], ["updated_at", "2018-10-11 16:40:28.761168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.762796"], ["updated_at", "2018-10-11 16:40:28.762796"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.764470"], ["updated_at", "2018-10-11 16:40:28.764470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.766063"], ["updated_at", "2018-10-11 16:40:28.766063"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.769091"], ["updated_at", "2018-10-11 16:40:28.769091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.770978"], ["updated_at", "2018-10-11 16:40:28.770978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.772595"], ["updated_at", "2018-10-11 16:40:28.772595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.774280"], ["updated_at", "2018-10-11 16:40:28.774280"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.776045"], ["updated_at", "2018-10-11 16:40:28.776045"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.778393"], ["updated_at", "2018-10-11 16:40:28.778393"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.781096"], ["updated_at", "2018-10-11 16:40:28.781096"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.784656"], ["updated_at", "2018-10-11 16:40:28.784656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.788451"], ["updated_at", "2018-10-11 16:40:28.788451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.790158"], ["updated_at", "2018-10-11 16:40:28.790158"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.791813"], ["updated_at", "2018-10-11 16:40:28.791813"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.793982"], ["updated_at", "2018-10-11 16:40:28.793982"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.795780"], ["updated_at", "2018-10-11 16:40:28.795780"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.797547"], ["updated_at", "2018-10-11 16:40:28.797547"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.800332"], ["updated_at", "2018-10-11 16:40:28.800332"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.802361"], ["updated_at", "2018-10-11 16:40:28.802361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.804136"], ["updated_at", "2018-10-11 16:40:28.804136"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.805787"], ["updated_at", "2018-10-11 16:40:28.805787"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.807668"], ["updated_at", "2018-10-11 16:40:28.807668"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.809506"], ["updated_at", "2018-10-11 16:40:28.809506"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.811471"], ["updated_at", "2018-10-11 16:40:28.811471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.813238"], ["updated_at", "2018-10-11 16:40:28.813238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.814864"], ["updated_at", "2018-10-11 16:40:28.814864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.816510"], ["updated_at", "2018-10-11 16:40:28.816510"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.818196"], ["updated_at", "2018-10-11 16:40:28.818196"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.820058"], ["updated_at", "2018-10-11 16:40:28.820058"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.822688"], ["updated_at", "2018-10-11 16:40:28.822688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.825830"], ["updated_at", "2018-10-11 16:40:28.825830"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.827747"], ["updated_at", "2018-10-11 16:40:28.827747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.829537"], ["updated_at", "2018-10-11 16:40:28.829537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.831275"], ["updated_at", "2018-10-11 16:40:28.831275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.833219"], ["updated_at", "2018-10-11 16:40:28.833219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.836365"], ["updated_at", "2018-10-11 16:40:28.836365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.838279"], ["updated_at", "2018-10-11 16:40:28.838279"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.840008"], ["updated_at", "2018-10-11 16:40:28.840008"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.842323"], ["updated_at", "2018-10-11 16:40:28.842323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.844286"], ["updated_at", "2018-10-11 16:40:28.844286"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.845984"], ["updated_at", "2018-10-11 16:40:28.845984"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.849467"], ["updated_at", "2018-10-11 16:40:28.849467"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.853885"], ["updated_at", "2018-10-11 16:40:28.853885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.856474"], ["updated_at", "2018-10-11 16:40:28.856474"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.858349"], ["updated_at", "2018-10-11 16:40:28.858349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.860178"], ["updated_at", "2018-10-11 16:40:28.860178"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.862191"], ["updated_at", "2018-10-11 16:40:28.862191"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.864856"], ["updated_at", "2018-10-11 16:40:28.864856"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.867330"], ["updated_at", "2018-10-11 16:40:28.867330"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.870296"], ["updated_at", "2018-10-11 16:40:28.870296"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.873108"], ["updated_at", "2018-10-11 16:40:28.873108"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.875858"], ["updated_at", "2018-10-11 16:40:28.875858"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.878621"], ["updated_at", "2018-10-11 16:40:28.878621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.881313"], ["updated_at", "2018-10-11 16:40:28.881313"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.883348"], ["updated_at", "2018-10-11 16:40:28.883348"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.885431"], ["updated_at", "2018-10-11 16:40:28.885431"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.887113"], ["updated_at", "2018-10-11 16:40:28.887113"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.888962"], ["updated_at", "2018-10-11 16:40:28.888962"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.891627"], ["updated_at", "2018-10-11 16:40:28.891627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.894262"], ["updated_at", "2018-10-11 16:40:28.894262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.895960"], ["updated_at", "2018-10-11 16:40:28.895960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.897609"], ["updated_at", "2018-10-11 16:40:28.897609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.899192"], ["updated_at", "2018-10-11 16:40:28.899192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.900822"], ["updated_at", "2018-10-11 16:40:28.900822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.904243"], ["updated_at", "2018-10-11 16:40:28.904243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.905981"], ["updated_at", "2018-10-11 16:40:28.905981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.907701"], ["updated_at", "2018-10-11 16:40:28.907701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.909483"], ["updated_at", "2018-10-11 16:40:28.909483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.911303"], ["updated_at", "2018-10-11 16:40:28.911303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.912897"], ["updated_at", "2018-10-11 16:40:28.912897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.914570"], ["updated_at", "2018-10-11 16:40:28.914570"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.916893"], ["updated_at", "2018-10-11 16:40:28.916893"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.920703"], ["updated_at", "2018-10-11 16:40:28.920703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.923202"], ["updated_at", "2018-10-11 16:40:28.923202"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.924884"], ["updated_at", "2018-10-11 16:40:28.924884"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.927117"], ["updated_at", "2018-10-11 16:40:28.927117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.928773"], ["updated_at", "2018-10-11 16:40:28.928773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.930375"], ["updated_at", "2018-10-11 16:40:28.930375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.932023"], ["updated_at", "2018-10-11 16:40:28.932023"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.933592"], ["updated_at", "2018-10-11 16:40:28.933592"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.935543"], ["updated_at", "2018-10-11 16:40:28.935543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.938159"], ["updated_at", "2018-10-11 16:40:28.938159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.939794"], ["updated_at", "2018-10-11 16:40:28.939794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.941442"], ["updated_at", "2018-10-11 16:40:28.941442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.943083"], ["updated_at", "2018-10-11 16:40:28.943083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.944729"], ["updated_at", "2018-10-11 16:40:28.944729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.946299"], ["updated_at", "2018-10-11 16:40:28.946299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.947896"], ["updated_at", "2018-10-11 16:40:28.947896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.949503"], ["updated_at", "2018-10-11 16:40:28.949503"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.951118"], ["updated_at", "2018-10-11 16:40:28.951118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.952761"], ["updated_at", "2018-10-11 16:40:28.952761"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.954357"], ["updated_at", "2018-10-11 16:40:28.954357"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.956299"], ["updated_at", "2018-10-11 16:40:28.956299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.959158"], ["updated_at", "2018-10-11 16:40:28.959158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.961238"], ["updated_at", "2018-10-11 16:40:28.961238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.962904"], ["updated_at", "2018-10-11 16:40:28.962904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.964553"], ["updated_at", "2018-10-11 16:40:28.964553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.966253"], ["updated_at", "2018-10-11 16:40:28.966253"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.967892"], ["updated_at", "2018-10-11 16:40:28.967892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.970778"], ["updated_at", "2018-10-11 16:40:28.970778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.972437"], ["updated_at", "2018-10-11 16:40:28.972437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.974061"], ["updated_at", "2018-10-11 16:40:28.974061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.975827"], ["updated_at", "2018-10-11 16:40:28.975827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.977572"], ["updated_at", "2018-10-11 16:40:28.977572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.979173"], ["updated_at", "2018-10-11 16:40:28.979173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.980774"], ["updated_at", "2018-10-11 16:40:28.980774"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.983205"], ["updated_at", "2018-10-11 16:40:28.983205"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.987790"], ["updated_at", "2018-10-11 16:40:28.987790"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.990632"], ["updated_at", "2018-10-11 16:40:28.990632"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.993495"], ["updated_at", "2018-10-11 16:40:28.993495"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.996076"], ["updated_at", "2018-10-11 16:40:28.996076"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:28.998774"], ["updated_at", "2018-10-11 16:40:28.998774"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.001524"], ["updated_at", "2018-10-11 16:40:29.001524"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.004390"], ["updated_at", "2018-10-11 16:40:29.004390"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.006883"], ["updated_at", "2018-10-11 16:40:29.006883"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.008725"], ["updated_at", "2018-10-11 16:40:29.008725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.010594"], ["updated_at", "2018-10-11 16:40:29.010594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.012204"], ["updated_at", "2018-10-11 16:40:29.012204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.013788"], ["updated_at", "2018-10-11 16:40:29.013788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.015421"], ["updated_at", "2018-10-11 16:40:29.015421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.016978"], ["updated_at", "2018-10-11 16:40:29.016978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.018693"], ["updated_at", "2018-10-11 16:40:29.018693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.020295"], ["updated_at", "2018-10-11 16:40:29.020295"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.021993"], ["updated_at", "2018-10-11 16:40:29.021993"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.024536"], ["updated_at", "2018-10-11 16:40:29.024536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.026811"], ["updated_at", "2018-10-11 16:40:29.026811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.028595"], ["updated_at", "2018-10-11 16:40:29.028595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.030320"], ["updated_at", "2018-10-11 16:40:29.030320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.031947"], ["updated_at", "2018-10-11 16:40:29.031947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.033512"], ["updated_at", "2018-10-11 16:40:29.033512"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.037043"], ["updated_at", "2018-10-11 16:40:29.037043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.038873"], ["updated_at", "2018-10-11 16:40:29.038873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.040657"], ["updated_at", "2018-10-11 16:40:29.040657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.042390"], ["updated_at", "2018-10-11 16:40:29.042390"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.044062"], ["updated_at", "2018-10-11 16:40:29.044062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.045743"], ["updated_at", "2018-10-11 16:40:29.045743"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.047312"], ["updated_at", "2018-10-11 16:40:29.047312"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.049813"], ["updated_at", "2018-10-11 16:40:29.049813"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.054041"], ["updated_at", "2018-10-11 16:40:29.054041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.056247"], ["updated_at", "2018-10-11 16:40:29.056247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.057864"], ["updated_at", "2018-10-11 16:40:29.057864"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.059656"], ["updated_at", "2018-10-11 16:40:29.059656"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.061404"], ["updated_at", "2018-10-11 16:40:29.061404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.063107"], ["updated_at", "2018-10-11 16:40:29.063107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.064698"], ["updated_at", "2018-10-11 16:40:29.064698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.066363"], ["updated_at", "2018-10-11 16:40:29.066363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.068144"], ["updated_at", "2018-10-11 16:40:29.068144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.069854"], ["updated_at", "2018-10-11 16:40:29.069854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.071427"], ["updated_at", "2018-10-11 16:40:29.071427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.073071"], ["updated_at", "2018-10-11 16:40:29.073071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.074714"], ["updated_at", "2018-10-11 16:40:29.074714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.076387"], ["updated_at", "2018-10-11 16:40:29.076387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.078049"], ["updated_at", "2018-10-11 16:40:29.078049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.079656"], ["updated_at", "2018-10-11 16:40:29.079656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.081238"], ["updated_at", "2018-10-11 16:40:29.081238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.082804"], ["updated_at", "2018-10-11 16:40:29.082804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.084583"], ["updated_at", "2018-10-11 16:40:29.084583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.086317"], ["updated_at", "2018-10-11 16:40:29.086317"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.088079"], ["updated_at", "2018-10-11 16:40:29.088079"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.090721"], ["updated_at", "2018-10-11 16:40:29.090721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.093102"], ["updated_at", "2018-10-11 16:40:29.093102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.094864"], ["updated_at", "2018-10-11 16:40:29.094864"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.096534"], ["updated_at", "2018-10-11 16:40:29.096534"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.098148"], ["updated_at", "2018-10-11 16:40:29.098148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.099652"], ["updated_at", "2018-10-11 16:40:29.099652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.102871"], ["updated_at", "2018-10-11 16:40:29.102871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.104705"], ["updated_at", "2018-10-11 16:40:29.104705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.106384"], ["updated_at", "2018-10-11 16:40:29.106384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.108100"], ["updated_at", "2018-10-11 16:40:29.108100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.109752"], ["updated_at", "2018-10-11 16:40:29.109752"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.111395"], ["updated_at", "2018-10-11 16:40:29.111395"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.113703"], ["updated_at", "2018-10-11 16:40:29.113703"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.116808"], ["updated_at", "2018-10-11 16:40:29.116808"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.122020"], ["updated_at", "2018-10-11 16:40:29.122020"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.125326"], ["updated_at", "2018-10-11 16:40:29.125326"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.128277"], ["updated_at", "2018-10-11 16:40:29.128277"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.130869"], ["updated_at", "2018-10-11 16:40:29.130869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.133516"], ["updated_at", "2018-10-11 16:40:29.133516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.135461"], ["updated_at", "2018-10-11 16:40:29.135461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.137127"], ["updated_at", "2018-10-11 16:40:29.137127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.138730"], ["updated_at", "2018-10-11 16:40:29.138730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.140293"], ["updated_at", "2018-10-11 16:40:29.140293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.142013"], ["updated_at", "2018-10-11 16:40:29.142013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.143697"], ["updated_at", "2018-10-11 16:40:29.143697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.145353"], ["updated_at", "2018-10-11 16:40:29.145353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.146914"], ["updated_at", "2018-10-11 16:40:29.146914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.148537"], ["updated_at", "2018-10-11 16:40:29.148537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.150099"], ["updated_at", "2018-10-11 16:40:29.150099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.151875"], ["updated_at", "2018-10-11 16:40:29.151875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.153624"], ["updated_at", "2018-10-11 16:40:29.153624"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.155429"], ["updated_at", "2018-10-11 16:40:29.155429"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.158021"], ["updated_at", "2018-10-11 16:40:29.158021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.160141"], ["updated_at", "2018-10-11 16:40:29.160141"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.161822"], ["updated_at", "2018-10-11 16:40:29.161822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.163415"], ["updated_at", "2018-10-11 16:40:29.163415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.165039"], ["updated_at", "2018-10-11 16:40:29.165039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.166699"], ["updated_at", "2018-10-11 16:40:29.166699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.169662"], ["updated_at", "2018-10-11 16:40:29.169662"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.171273"], ["updated_at", "2018-10-11 16:40:29.171273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.172882"], ["updated_at", "2018-10-11 16:40:29.172882"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.174457"], ["updated_at", "2018-10-11 16:40:29.174457"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.176212"], ["updated_at", "2018-10-11 16:40:29.176212"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.177982"], ["updated_at", "2018-10-11 16:40:29.177982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.179679"], ["updated_at", "2018-10-11 16:40:29.179679"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.181324"], ["updated_at", "2018-10-11 16:40:29.181324"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.184156"], ["updated_at", "2018-10-11 16:40:29.184156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.188371"], ["updated_at", "2018-10-11 16:40:29.188371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.190146"], ["updated_at", "2018-10-11 16:40:29.190146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.191933"], ["updated_at", "2018-10-11 16:40:29.191933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.193652"], ["updated_at", "2018-10-11 16:40:29.193652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.195285"], ["updated_at", "2018-10-11 16:40:29.195285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.196868"], ["updated_at", "2018-10-11 16:40:29.196868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.198473"], ["updated_at", "2018-10-11 16:40:29.198473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.200199"], ["updated_at", "2018-10-11 16:40:29.200199"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.201995"], ["updated_at", "2018-10-11 16:40:29.201995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.203714"], ["updated_at", "2018-10-11 16:40:29.203714"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.205303"], ["updated_at", "2018-10-11 16:40:29.205303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.206991"], ["updated_at", "2018-10-11 16:40:29.206991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.208750"], ["updated_at", "2018-10-11 16:40:29.208750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.210626"], ["updated_at", "2018-10-11 16:40:29.210626"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.212219"], ["updated_at", "2018-10-11 16:40:29.212219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.213974"], ["updated_at", "2018-10-11 16:40:29.213974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.215596"], ["updated_at", "2018-10-11 16:40:29.215596"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.217304"], ["updated_at", "2018-10-11 16:40:29.217304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.219171"], ["updated_at", "2018-10-11 16:40:29.219171"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.220850"], ["updated_at", "2018-10-11 16:40:29.220850"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.222690"], ["updated_at", "2018-10-11 16:40:29.222690"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.225533"], ["updated_at", "2018-10-11 16:40:29.225533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.227630"], ["updated_at", "2018-10-11 16:40:29.227630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.229266"], ["updated_at", "2018-10-11 16:40:29.229266"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.230948"], ["updated_at", "2018-10-11 16:40:29.230948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.232586"], ["updated_at", "2018-10-11 16:40:29.232586"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.234212"], ["updated_at", "2018-10-11 16:40:29.234212"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.237387"], ["updated_at", "2018-10-11 16:40:29.237387"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.239490"], ["updated_at", "2018-10-11 16:40:29.239490"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.242359"], ["updated_at", "2018-10-11 16:40:29.242359"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.245054"], ["updated_at", "2018-10-11 16:40:29.245054"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.247668"], ["updated_at", "2018-10-11 16:40:29.247668"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.250893"], ["updated_at", "2018-10-11 16:40:29.250893"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.255930"], ["updated_at", "2018-10-11 16:40:29.255930"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.258829"], ["updated_at", "2018-10-11 16:40:29.258829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.261289"], ["updated_at", "2018-10-11 16:40:29.261289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.262834"], ["updated_at", "2018-10-11 16:40:29.262834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.264460"], ["updated_at", "2018-10-11 16:40:29.264460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.266119"], ["updated_at", "2018-10-11 16:40:29.266119"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.267712"], ["updated_at", "2018-10-11 16:40:29.267712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.269578"], ["updated_at", "2018-10-11 16:40:29.269578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.271222"], ["updated_at", "2018-10-11 16:40:29.271222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.272752"], ["updated_at", "2018-10-11 16:40:29.272752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.274492"], ["updated_at", "2018-10-11 16:40:29.274492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.276284"], ["updated_at", "2018-10-11 16:40:29.276284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.277973"], ["updated_at", "2018-10-11 16:40:29.277973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.279653"], ["updated_at", "2018-10-11 16:40:29.279653"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.281223"], ["updated_at", "2018-10-11 16:40:29.281223"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.282886"], ["updated_at", "2018-10-11 16:40:29.282886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.284554"], ["updated_at", "2018-10-11 16:40:29.284554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.286333"], ["updated_at", "2018-10-11 16:40:29.286333"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.288325"], ["updated_at", "2018-10-11 16:40:29.288325"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.291130"], ["updated_at", "2018-10-11 16:40:29.291130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.293377"], ["updated_at", "2018-10-11 16:40:29.293377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.295135"], ["updated_at", "2018-10-11 16:40:29.295135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.296770"], ["updated_at", "2018-10-11 16:40:29.296770"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.298418"], ["updated_at", "2018-10-11 16:40:29.298418"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.300130"], ["updated_at", "2018-10-11 16:40:29.300130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.303357"], ["updated_at", "2018-10-11 16:40:29.303357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.304998"], ["updated_at", "2018-10-11 16:40:29.304998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.306661"], ["updated_at", "2018-10-11 16:40:29.306661"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.308345"], ["updated_at", "2018-10-11 16:40:29.308345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.310163"], ["updated_at", "2018-10-11 16:40:29.310163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.311844"], ["updated_at", "2018-10-11 16:40:29.311844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.314707"], ["updated_at", "2018-10-11 16:40:29.314707"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.316862"], ["updated_at", "2018-10-11 16:40:29.316862"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.321054"], ["updated_at", "2018-10-11 16:40:29.321054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.323342"], ["updated_at", "2018-10-11 16:40:29.323342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.325051"], ["updated_at", "2018-10-11 16:40:29.325051"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.326783"], ["updated_at", "2018-10-11 16:40:29.326783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.328444"], ["updated_at", "2018-10-11 16:40:29.328444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.330130"], ["updated_at", "2018-10-11 16:40:29.330130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.331825"], ["updated_at", "2018-10-11 16:40:29.331825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.333443"], ["updated_at", "2018-10-11 16:40:29.333443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.335108"], ["updated_at", "2018-10-11 16:40:29.335108"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.336726"], ["updated_at", "2018-10-11 16:40:29.336726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.338474"], ["updated_at", "2018-10-11 16:40:29.338474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.340081"], ["updated_at", "2018-10-11 16:40:29.340081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.341741"], ["updated_at", "2018-10-11 16:40:29.341741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.343445"], ["updated_at", "2018-10-11 16:40:29.343445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.345007"], ["updated_at", "2018-10-11 16:40:29.345007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.346586"], ["updated_at", "2018-10-11 16:40:29.346586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.348157"], ["updated_at", "2018-10-11 16:40:29.348157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.349727"], ["updated_at", "2018-10-11 16:40:29.349727"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.351359"], ["updated_at", "2018-10-11 16:40:29.351359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.353150"], ["updated_at", "2018-10-11 16:40:29.353150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.354740"], ["updated_at", "2018-10-11 16:40:29.354740"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.356998"], ["updated_at", "2018-10-11 16:40:29.356998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.359708"], ["updated_at", "2018-10-11 16:40:29.359708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.361552"], ["updated_at", "2018-10-11 16:40:29.361552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.363199"], ["updated_at", "2018-10-11 16:40:29.363199"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.364784"], ["updated_at", "2018-10-11 16:40:29.364784"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.366744"], ["updated_at", "2018-10-11 16:40:29.366744"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.368892"], ["updated_at", "2018-10-11 16:40:29.368892"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.372452"], ["updated_at", "2018-10-11 16:40:29.372452"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.375177"], ["updated_at", "2018-10-11 16:40:29.375177"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.377823"], ["updated_at", "2018-10-11 16:40:29.377823"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.380533"], ["updated_at", "2018-10-11 16:40:29.380533"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.383965"], ["updated_at", "2018-10-11 16:40:29.383965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.388655"], ["updated_at", "2018-10-11 16:40:29.388655"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.390301"], ["updated_at", "2018-10-11 16:40:29.390301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.392039"], ["updated_at", "2018-10-11 16:40:29.392039"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.393733"], ["updated_at", "2018-10-11 16:40:29.393733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.395414"], ["updated_at", "2018-10-11 16:40:29.395414"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.397064"], ["updated_at", "2018-10-11 16:40:29.397064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.398677"], ["updated_at", "2018-10-11 16:40:29.398677"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.400288"], ["updated_at", "2018-10-11 16:40:29.400288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.402042"], ["updated_at", "2018-10-11 16:40:29.402042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.403712"], ["updated_at", "2018-10-11 16:40:29.403712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.405322"], ["updated_at", "2018-10-11 16:40:29.405322"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.406878"], ["updated_at", "2018-10-11 16:40:29.406878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.408601"], ["updated_at", "2018-10-11 16:40:29.408601"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.410357"], ["updated_at", "2018-10-11 16:40:29.410357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.412089"], ["updated_at", "2018-10-11 16:40:29.412089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.413714"], ["updated_at", "2018-10-11 16:40:29.413714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.415396"], ["updated_at", "2018-10-11 16:40:29.415396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.416940"], ["updated_at", "2018-10-11 16:40:29.416940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.418654"], ["updated_at", "2018-10-11 16:40:29.418654"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.420329"], ["updated_at", "2018-10-11 16:40:29.420329"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.421982"], ["updated_at", "2018-10-11 16:40:29.421982"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.424574"], ["updated_at", "2018-10-11 16:40:29.424574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.426845"], ["updated_at", "2018-10-11 16:40:29.426845"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.428713"], ["updated_at", "2018-10-11 16:40:29.428713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.430296"], ["updated_at", "2018-10-11 16:40:29.430296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.431875"], ["updated_at", "2018-10-11 16:40:29.431875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.433460"], ["updated_at", "2018-10-11 16:40:29.433460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.436675"], ["updated_at", "2018-10-11 16:40:29.436675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.438337"], ["updated_at", "2018-10-11 16:40:29.438337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.439986"], ["updated_at", "2018-10-11 16:40:29.439986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.441674"], ["updated_at", "2018-10-11 16:40:29.441674"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.443547"], ["updated_at", "2018-10-11 16:40:29.443547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.445296"], ["updated_at", "2018-10-11 16:40:29.445296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.446939"], ["updated_at", "2018-10-11 16:40:29.446939"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.449005"], ["updated_at", "2018-10-11 16:40:29.449005"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.453311"], ["updated_at", "2018-10-11 16:40:29.453311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.455803"], ["updated_at", "2018-10-11 16:40:29.455803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.457536"], ["updated_at", "2018-10-11 16:40:29.457536"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.459171"], ["updated_at", "2018-10-11 16:40:29.459171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.461076"], ["updated_at", "2018-10-11 16:40:29.461076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.462761"], ["updated_at", "2018-10-11 16:40:29.462761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.464314"], ["updated_at", "2018-10-11 16:40:29.464314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.465937"], ["updated_at", "2018-10-11 16:40:29.465937"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.467499"], ["updated_at", "2018-10-11 16:40:29.467499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.469273"], ["updated_at", "2018-10-11 16:40:29.469273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.470979"], ["updated_at", "2018-10-11 16:40:29.470979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.472526"], ["updated_at", "2018-10-11 16:40:29.472526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.474196"], ["updated_at", "2018-10-11 16:40:29.474196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.475932"], ["updated_at", "2018-10-11 16:40:29.475932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.477710"], ["updated_at", "2018-10-11 16:40:29.477710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.479348"], ["updated_at", "2018-10-11 16:40:29.479348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.480941"], ["updated_at", "2018-10-11 16:40:29.480941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.482563"], ["updated_at", "2018-10-11 16:40:29.482563"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.484169"], ["updated_at", "2018-10-11 16:40:29.484169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.485854"], ["updated_at", "2018-10-11 16:40:29.485854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.487568"], ["updated_at", "2018-10-11 16:40:29.487568"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.489529"], ["updated_at", "2018-10-11 16:40:29.489529"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.492761"], ["updated_at", "2018-10-11 16:40:29.492761"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.495031"], ["updated_at", "2018-10-11 16:40:29.495031"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.497095"], ["updated_at", "2018-10-11 16:40:29.497095"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.499025"], ["updated_at", "2018-10-11 16:40:29.499025"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.500852"], ["updated_at", "2018-10-11 16:40:29.500852"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.502823"], ["updated_at", "2018-10-11 16:40:29.502823"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.508546"], ["updated_at", "2018-10-11 16:40:29.508546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.511291"], ["updated_at", "2018-10-11 16:40:29.511291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.513161"], ["updated_at", "2018-10-11 16:40:29.513161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.514773"], ["updated_at", "2018-10-11 16:40:29.514773"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.517255"], ["updated_at", "2018-10-11 16:40:29.517255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.521562"], ["updated_at", "2018-10-11 16:40:29.521562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.523665"], ["updated_at", "2018-10-11 16:40:29.523665"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.525369"], ["updated_at", "2018-10-11 16:40:29.525369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.527217"], ["updated_at", "2018-10-11 16:40:29.527217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.528849"], ["updated_at", "2018-10-11 16:40:29.528849"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.530487"], ["updated_at", "2018-10-11 16:40:29.530487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.532171"], ["updated_at", "2018-10-11 16:40:29.532171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.533713"], ["updated_at", "2018-10-11 16:40:29.533713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.535377"], ["updated_at", "2018-10-11 16:40:29.535377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.537076"], ["updated_at", "2018-10-11 16:40:29.537076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.538610"], ["updated_at", "2018-10-11 16:40:29.538610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.540210"], ["updated_at", "2018-10-11 16:40:29.540210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.541971"], ["updated_at", "2018-10-11 16:40:29.541971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.543684"], ["updated_at", "2018-10-11 16:40:29.543684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.545270"], ["updated_at", "2018-10-11 16:40:29.545270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.546881"], ["updated_at", "2018-10-11 16:40:29.546881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.548514"], ["updated_at", "2018-10-11 16:40:29.548514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.550162"], ["updated_at", "2018-10-11 16:40:29.550162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.551783"], ["updated_at", "2018-10-11 16:40:29.551783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.553446"], ["updated_at", "2018-10-11 16:40:29.553446"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.555427"], ["updated_at", "2018-10-11 16:40:29.555427"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.559750"], ["updated_at", "2018-10-11 16:40:29.559750"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.562463"], ["updated_at", "2018-10-11 16:40:29.562463"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.564806"], ["updated_at", "2018-10-11 16:40:29.564806"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.567110"], ["updated_at", "2018-10-11 16:40:29.567110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.569803"], ["updated_at", "2018-10-11 16:40:29.569803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.571284"], ["updated_at", "2018-10-11 16:40:29.571284"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.572772"], ["updated_at", "2018-10-11 16:40:29.572772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.575710"], ["updated_at", "2018-10-11 16:40:29.575710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.577486"], ["updated_at", "2018-10-11 16:40:29.577486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.579070"], ["updated_at", "2018-10-11 16:40:29.579070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.580706"], ["updated_at", "2018-10-11 16:40:29.580706"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.582274"], ["updated_at", "2018-10-11 16:40:29.582274"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.586243"], ["updated_at", "2018-10-11 16:40:29.586243"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.590502"], ["updated_at", "2018-10-11 16:40:29.590502"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.593038"], ["updated_at", "2018-10-11 16:40:29.593038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.595275"], ["updated_at", "2018-10-11 16:40:29.595275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.597044"], ["updated_at", "2018-10-11 16:40:29.597044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.598698"], ["updated_at", "2018-10-11 16:40:29.598698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.600360"], ["updated_at", "2018-10-11 16:40:29.600360"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.602053"], ["updated_at", "2018-10-11 16:40:29.602053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.603885"], ["updated_at", "2018-10-11 16:40:29.603885"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.605505"], ["updated_at", "2018-10-11 16:40:29.605505"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.607187"], ["updated_at", "2018-10-11 16:40:29.607187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.609005"], ["updated_at", "2018-10-11 16:40:29.609005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.610737"], ["updated_at", "2018-10-11 16:40:29.610737"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.612339"], ["updated_at", "2018-10-11 16:40:29.612339"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.614463"], ["updated_at", "2018-10-11 16:40:29.614463"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.617102"], ["updated_at", "2018-10-11 16:40:29.617102"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.619811"], ["updated_at", "2018-10-11 16:40:29.619811"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.622268"], ["updated_at", "2018-10-11 16:40:29.622268"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.626028"], ["updated_at", "2018-10-11 16:40:29.626028"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.628149"], ["updated_at", "2018-10-11 16:40:29.628149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.630099"], ["updated_at", "2018-10-11 16:40:29.630099"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.631894"], ["updated_at", "2018-10-11 16:40:29.631894"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.633957"], ["updated_at", "2018-10-11 16:40:29.633957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.635977"], ["updated_at", "2018-10-11 16:40:29.635977"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.640142"], ["updated_at", "2018-10-11 16:40:29.640142"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.641911"], ["updated_at", "2018-10-11 16:40:29.641911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.643772"], ["updated_at", "2018-10-11 16:40:29.643772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.645540"], ["updated_at", "2018-10-11 16:40:29.645540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.647111"], ["updated_at", "2018-10-11 16:40:29.647111"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.648824"], ["updated_at", "2018-10-11 16:40:29.648824"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.653178"], ["updated_at", "2018-10-11 16:40:29.653178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.655896"], ["updated_at", "2018-10-11 16:40:29.655896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.657546"], ["updated_at", "2018-10-11 16:40:29.657546"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.659245"], ["updated_at", "2018-10-11 16:40:29.659245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.661011"], ["updated_at", "2018-10-11 16:40:29.661011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.662565"], ["updated_at", "2018-10-11 16:40:29.662565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.664177"], ["updated_at", "2018-10-11 16:40:29.664177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.665749"], ["updated_at", "2018-10-11 16:40:29.665749"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.667368"], ["updated_at", "2018-10-11 16:40:29.667368"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.669189"], ["updated_at", "2018-10-11 16:40:29.669189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.671431"], ["updated_at", "2018-10-11 16:40:29.671431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.673101"], ["updated_at", "2018-10-11 16:40:29.673101"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.674728"], ["updated_at", "2018-10-11 16:40:29.674728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.676545"], ["updated_at", "2018-10-11 16:40:29.676545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.678216"], ["updated_at", "2018-10-11 16:40:29.678216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.679848"], ["updated_at", "2018-10-11 16:40:29.679848"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.681432"], ["updated_at", "2018-10-11 16:40:29.681432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.683221"], ["updated_at", "2018-10-11 16:40:29.683221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.684942"], ["updated_at", "2018-10-11 16:40:29.684942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.686739"], ["updated_at", "2018-10-11 16:40:29.686739"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.688700"], ["updated_at", "2018-10-11 16:40:29.688700"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.692998"], ["updated_at", "2018-10-11 16:40:29.692998"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.695011"], ["updated_at", "2018-10-11 16:40:29.695011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.696858"], ["updated_at", "2018-10-11 16:40:29.696858"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.698565"], ["updated_at", "2018-10-11 16:40:29.698565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.700368"], ["updated_at", "2018-10-11 16:40:29.700368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.702193"], ["updated_at", "2018-10-11 16:40:29.702193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.705221"], ["updated_at", "2018-10-11 16:40:29.705221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.706873"], ["updated_at", "2018-10-11 16:40:29.706873"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.708679"], ["updated_at", "2018-10-11 16:40:29.708679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.710508"], ["updated_at", "2018-10-11 16:40:29.710508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.712281"], ["updated_at", "2018-10-11 16:40:29.712281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.713861"], ["updated_at", "2018-10-11 16:40:29.713861"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.716124"], ["updated_at", "2018-10-11 16:40:29.716124"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.720520"], ["updated_at", "2018-10-11 16:40:29.720520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.722860"], ["updated_at", "2018-10-11 16:40:29.722860"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.724570"], ["updated_at", "2018-10-11 16:40:29.724570"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.726523"], ["updated_at", "2018-10-11 16:40:29.726523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.728329"], ["updated_at", "2018-10-11 16:40:29.728329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.729944"], ["updated_at", "2018-10-11 16:40:29.729944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.731551"], ["updated_at", "2018-10-11 16:40:29.731551"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.733169"], ["updated_at", "2018-10-11 16:40:29.733169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.734940"], ["updated_at", "2018-10-11 16:40:29.734940"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.737136"], ["updated_at", "2018-10-11 16:40:29.737136"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.739806"], ["updated_at", "2018-10-11 16:40:29.739806"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.742529"], ["updated_at", "2018-10-11 16:40:29.742529"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.745200"], ["updated_at", "2018-10-11 16:40:29.745200"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.747892"], ["updated_at", "2018-10-11 16:40:29.747892"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.750490"], ["updated_at", "2018-10-11 16:40:29.750490"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.753294"], ["updated_at", "2018-10-11 16:40:29.753294"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.756576"], ["updated_at", "2018-10-11 16:40:29.756576"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.759155"], ["updated_at", "2018-10-11 16:40:29.759155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.760989"], ["updated_at", "2018-10-11 16:40:29.760989"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.762674"], ["updated_at", "2018-10-11 16:40:29.762674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.764321"], ["updated_at", "2018-10-11 16:40:29.764321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.765884"], ["updated_at", "2018-10-11 16:40:29.765884"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.767478"], ["updated_at", "2018-10-11 16:40:29.767478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.770511"], ["updated_at", "2018-10-11 16:40:29.770511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.772117"], ["updated_at", "2018-10-11 16:40:29.772117"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.773716"], ["updated_at", "2018-10-11 16:40:29.773716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.775493"], ["updated_at", "2018-10-11 16:40:29.775493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.777335"], ["updated_at", "2018-10-11 16:40:29.777335"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.779003"], ["updated_at", "2018-10-11 16:40:29.779003"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.782390"], ["updated_at", "2018-10-11 16:40:29.782390"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.785664"], ["updated_at", "2018-10-11 16:40:29.785664"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.789487"], ["updated_at", "2018-10-11 16:40:29.789487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.791225"], ["updated_at", "2018-10-11 16:40:29.791225"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.792922"], ["updated_at", "2018-10-11 16:40:29.792922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.795166"], ["updated_at", "2018-10-11 16:40:29.795166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.796785"], ["updated_at", "2018-10-11 16:40:29.796785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.798493"], ["updated_at", "2018-10-11 16:40:29.798493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.800195"], ["updated_at", "2018-10-11 16:40:29.800195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.801800"], ["updated_at", "2018-10-11 16:40:29.801800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.803458"], ["updated_at", "2018-10-11 16:40:29.803458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.805121"], ["updated_at", "2018-10-11 16:40:29.805121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.806852"], ["updated_at", "2018-10-11 16:40:29.806852"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.808647"], ["updated_at", "2018-10-11 16:40:29.808647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.810548"], ["updated_at", "2018-10-11 16:40:29.810548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.812301"], ["updated_at", "2018-10-11 16:40:29.812301"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.813962"], ["updated_at", "2018-10-11 16:40:29.813962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.815675"], ["updated_at", "2018-10-11 16:40:29.815675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.817263"], ["updated_at", "2018-10-11 16:40:29.817263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.818906"], ["updated_at", "2018-10-11 16:40:29.818906"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.820640"], ["updated_at", "2018-10-11 16:40:29.820640"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.825028"], ["updated_at", "2018-10-11 16:40:29.825028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.827894"], ["updated_at", "2018-10-11 16:40:29.827894"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.829558"], ["updated_at", "2018-10-11 16:40:29.829558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.831314"], ["updated_at", "2018-10-11 16:40:29.831314"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.832946"], ["updated_at", "2018-10-11 16:40:29.832946"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.834610"], ["updated_at", "2018-10-11 16:40:29.834610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.837868"], ["updated_at", "2018-10-11 16:40:29.837868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.839680"], ["updated_at", "2018-10-11 16:40:29.839680"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.841302"], ["updated_at", "2018-10-11 16:40:29.841302"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.843271"], ["updated_at", "2018-10-11 16:40:29.843271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.844988"], ["updated_at", "2018-10-11 16:40:29.844988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.846706"], ["updated_at", "2018-10-11 16:40:29.846706"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.848418"], ["updated_at", "2018-10-11 16:40:29.848418"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.851928"], ["updated_at", "2018-10-11 16:40:29.851928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.855943"], ["updated_at", "2018-10-11 16:40:29.855943"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.857764"], ["updated_at", "2018-10-11 16:40:29.857764"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.859575"], ["updated_at", "2018-10-11 16:40:29.859575"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.862012"], ["updated_at", "2018-10-11 16:40:29.862012"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.864651"], ["updated_at", "2018-10-11 16:40:29.864651"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.867421"], ["updated_at", "2018-10-11 16:40:29.867421"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.870208"], ["updated_at", "2018-10-11 16:40:29.870208"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.872991"], ["updated_at", "2018-10-11 16:40:29.872991"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.875793"], ["updated_at", "2018-10-11 16:40:29.875793"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.878587"], ["updated_at", "2018-10-11 16:40:29.878587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.880952"], ["updated_at", "2018-10-11 16:40:29.880952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.882604"], ["updated_at", "2018-10-11 16:40:29.882604"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.884358"], ["updated_at", "2018-10-11 16:40:29.884358"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.886491"], ["updated_at", "2018-10-11 16:40:29.886491"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.889594"], ["updated_at", "2018-10-11 16:40:29.889594"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.892525"], ["updated_at", "2018-10-11 16:40:29.892525"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.894989"], ["updated_at", "2018-10-11 16:40:29.894989"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.897272"], ["updated_at", "2018-10-11 16:40:29.897272"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.899569"], ["updated_at", "2018-10-11 16:40:29.899569"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.901730"], ["updated_at", "2018-10-11 16:40:29.901730"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.903867"], ["updated_at", "2018-10-11 16:40:29.903867"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.908433"], ["updated_at", "2018-10-11 16:40:29.908433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.910356"], ["updated_at", "2018-10-11 16:40:29.910356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.912112"], ["updated_at", "2018-10-11 16:40:29.912112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.913704"], ["updated_at", "2018-10-11 16:40:29.913704"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.915342"], ["updated_at", "2018-10-11 16:40:29.915342"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.918502"], ["updated_at", "2018-10-11 16:40:29.918502"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.923059"], ["updated_at", "2018-10-11 16:40:29.923059"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.925133"], ["updated_at", "2018-10-11 16:40:29.925133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.926924"], ["updated_at", "2018-10-11 16:40:29.926924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.928742"], ["updated_at", "2018-10-11 16:40:29.928742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.930327"], ["updated_at", "2018-10-11 16:40:29.930327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.931937"], ["updated_at", "2018-10-11 16:40:29.931937"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.933506"], ["updated_at", "2018-10-11 16:40:29.933506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.935211"], ["updated_at", "2018-10-11 16:40:29.935211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.936832"], ["updated_at", "2018-10-11 16:40:29.936832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.938493"], ["updated_at", "2018-10-11 16:40:29.938493"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.940055"], ["updated_at", "2018-10-11 16:40:29.940055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.942051"], ["updated_at", "2018-10-11 16:40:29.942051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.943820"], ["updated_at", "2018-10-11 16:40:29.943820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.945510"], ["updated_at", "2018-10-11 16:40:29.945510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.947022"], ["updated_at", "2018-10-11 16:40:29.947022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.948631"], ["updated_at", "2018-10-11 16:40:29.948631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.950300"], ["updated_at", "2018-10-11 16:40:29.950300"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.951930"], ["updated_at", "2018-10-11 16:40:29.951930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.953648"], ["updated_at", "2018-10-11 16:40:29.953648"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.955359"], ["updated_at", "2018-10-11 16:40:29.955359"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.958001"], ["updated_at", "2018-10-11 16:40:29.958001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.960040"], ["updated_at", "2018-10-11 16:40:29.960040"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.961753"], ["updated_at", "2018-10-11 16:40:29.961753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.963597"], ["updated_at", "2018-10-11 16:40:29.963597"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.965249"], ["updated_at", "2018-10-11 16:40:29.965249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.966803"], ["updated_at", "2018-10-11 16:40:29.966803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.969896"], ["updated_at", "2018-10-11 16:40:29.969896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.971575"], ["updated_at", "2018-10-11 16:40:29.971575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.973162"], ["updated_at", "2018-10-11 16:40:29.973162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.974800"], ["updated_at", "2018-10-11 16:40:29.974800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.976458"], ["updated_at", "2018-10-11 16:40:29.976458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.978120"], ["updated_at", "2018-10-11 16:40:29.978120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.979723"], ["updated_at", "2018-10-11 16:40:29.979723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.981254"], ["updated_at", "2018-10-11 16:40:29.981254"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.983658"], ["updated_at", "2018-10-11 16:40:29.983658"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.989011"], ["updated_at", "2018-10-11 16:40:29.989011"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.991849"], ["updated_at", "2018-10-11 16:40:29.991849"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.994544"], ["updated_at", "2018-10-11 16:40:29.994544"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.997215"], ["updated_at", "2018-10-11 16:40:29.997215"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:29.999732"], ["updated_at", "2018-10-11 16:40:29.999732"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.002453"], ["updated_at", "2018-10-11 16:40:30.002453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.005136"], ["updated_at", "2018-10-11 16:40:30.005136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.006876"], ["updated_at", "2018-10-11 16:40:30.006876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.008508"], ["updated_at", "2018-10-11 16:40:30.008508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.010250"], ["updated_at", "2018-10-11 16:40:30.010250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.011893"], ["updated_at", "2018-10-11 16:40:30.011893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.013474"], ["updated_at", "2018-10-11 16:40:30.013474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.015030"], ["updated_at", "2018-10-11 16:40:30.015030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.016627"], ["updated_at", "2018-10-11 16:40:30.016627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.018329"], ["updated_at", "2018-10-11 16:40:30.018329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.020083"], ["updated_at", "2018-10-11 16:40:30.020083"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.021998"], ["updated_at", "2018-10-11 16:40:30.021998"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.024980"], ["updated_at", "2018-10-11 16:40:30.024980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.027167"], ["updated_at", "2018-10-11 16:40:30.027167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.028874"], ["updated_at", "2018-10-11 16:40:30.028874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.030483"], ["updated_at", "2018-10-11 16:40:30.030483"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.032106"], ["updated_at", "2018-10-11 16:40:30.032106"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.033646"], ["updated_at", "2018-10-11 16:40:30.033646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.036896"], ["updated_at", "2018-10-11 16:40:30.036896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.038601"], ["updated_at", "2018-10-11 16:40:30.038601"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.040181"], ["updated_at", "2018-10-11 16:40:30.040181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.041907"], ["updated_at", "2018-10-11 16:40:30.041907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.043730"], ["updated_at", "2018-10-11 16:40:30.043730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.045388"], ["updated_at", "2018-10-11 16:40:30.045388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.046930"], ["updated_at", "2018-10-11 16:40:30.046930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.048566"], ["updated_at", "2018-10-11 16:40:30.048566"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.050489"], ["updated_at", "2018-10-11 16:40:30.050489"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.054404"], ["updated_at", "2018-10-11 16:40:30.054404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.057217"], ["updated_at", "2018-10-11 16:40:30.057217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.059024"], ["updated_at", "2018-10-11 16:40:30.059024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.060767"], ["updated_at", "2018-10-11 16:40:30.060767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.062377"], ["updated_at", "2018-10-11 16:40:30.062377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.063948"], ["updated_at", "2018-10-11 16:40:30.063948"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.065687"], ["updated_at", "2018-10-11 16:40:30.065687"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.067399"], ["updated_at", "2018-10-11 16:40:30.067399"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.069120"], ["updated_at", "2018-10-11 16:40:30.069120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.070868"], ["updated_at", "2018-10-11 16:40:30.070868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.072508"], ["updated_at", "2018-10-11 16:40:30.072508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.074149"], ["updated_at", "2018-10-11 16:40:30.074149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.075819"], ["updated_at", "2018-10-11 16:40:30.075819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.077538"], ["updated_at", "2018-10-11 16:40:30.077538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.079194"], ["updated_at", "2018-10-11 16:40:30.079194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.080815"], ["updated_at", "2018-10-11 16:40:30.080815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.082442"], ["updated_at", "2018-10-11 16:40:30.082442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.084109"], ["updated_at", "2018-10-11 16:40:30.084109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.085746"], ["updated_at", "2018-10-11 16:40:30.085746"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.087387"], ["updated_at", "2018-10-11 16:40:30.087387"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.089289"], ["updated_at", "2018-10-11 16:40:30.089289"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.092039"], ["updated_at", "2018-10-11 16:40:30.092039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.094121"], ["updated_at", "2018-10-11 16:40:30.094121"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.095808"], ["updated_at", "2018-10-11 16:40:30.095808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.097413"], ["updated_at", "2018-10-11 16:40:30.097413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.099088"], ["updated_at", "2018-10-11 16:40:30.099088"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.100754"], ["updated_at", "2018-10-11 16:40:30.100754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.103971"], ["updated_at", "2018-10-11 16:40:30.103971"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.105615"], ["updated_at", "2018-10-11 16:40:30.105615"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.107761"], ["updated_at", "2018-10-11 16:40:30.107761"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.110562"], ["updated_at", "2018-10-11 16:40:30.110562"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.113157"], ["updated_at", "2018-10-11 16:40:30.113157"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.115669"], ["updated_at", "2018-10-11 16:40:30.115669"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.120865"], ["updated_at", "2018-10-11 16:40:30.120865"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.124269"], ["updated_at", "2018-10-11 16:40:30.124269"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.127438"], ["updated_at", "2018-10-11 16:40:30.127438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.129760"], ["updated_at", "2018-10-11 16:40:30.129760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.131379"], ["updated_at", "2018-10-11 16:40:30.131379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.132986"], ["updated_at", "2018-10-11 16:40:30.132986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.134642"], ["updated_at", "2018-10-11 16:40:30.134642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.136444"], ["updated_at", "2018-10-11 16:40:30.136444"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.138099"], ["updated_at", "2018-10-11 16:40:30.138099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.139752"], ["updated_at", "2018-10-11 16:40:30.139752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.141324"], ["updated_at", "2018-10-11 16:40:30.141324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.142999"], ["updated_at", "2018-10-11 16:40:30.142999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.144630"], ["updated_at", "2018-10-11 16:40:30.144630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.146275"], ["updated_at", "2018-10-11 16:40:30.146275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.147883"], ["updated_at", "2018-10-11 16:40:30.147883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.149511"], ["updated_at", "2018-10-11 16:40:30.149511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.151121"], ["updated_at", "2018-10-11 16:40:30.151121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.152805"], ["updated_at", "2018-10-11 16:40:30.152805"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.154404"], ["updated_at", "2018-10-11 16:40:30.154404"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.156480"], ["updated_at", "2018-10-11 16:40:30.156480"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.159225"], ["updated_at", "2018-10-11 16:40:30.159225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.161198"], ["updated_at", "2018-10-11 16:40:30.161198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.162881"], ["updated_at", "2018-10-11 16:40:30.162881"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.164519"], ["updated_at", "2018-10-11 16:40:30.164519"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.166090"], ["updated_at", "2018-10-11 16:40:30.166090"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.167741"], ["updated_at", "2018-10-11 16:40:30.167741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.170842"], ["updated_at", "2018-10-11 16:40:30.170842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.172467"], ["updated_at", "2018-10-11 16:40:30.172467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.174111"], ["updated_at", "2018-10-11 16:40:30.174111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.175779"], ["updated_at", "2018-10-11 16:40:30.175779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.177454"], ["updated_at", "2018-10-11 16:40:30.177454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.179041"], ["updated_at", "2018-10-11 16:40:30.179041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.180715"], ["updated_at", "2018-10-11 16:40:30.180715"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.182396"], ["updated_at", "2018-10-11 16:40:30.182396"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.186490"], ["updated_at", "2018-10-11 16:40:30.186490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.189655"], ["updated_at", "2018-10-11 16:40:30.189655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.191315"], ["updated_at", "2018-10-11 16:40:30.191315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.192938"], ["updated_at", "2018-10-11 16:40:30.192938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.194802"], ["updated_at", "2018-10-11 16:40:30.194802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.196475"], ["updated_at", "2018-10-11 16:40:30.196475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.198063"], ["updated_at", "2018-10-11 16:40:30.198063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.199719"], ["updated_at", "2018-10-11 16:40:30.199719"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.201297"], ["updated_at", "2018-10-11 16:40:30.201297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.203075"], ["updated_at", "2018-10-11 16:40:30.203075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.204724"], ["updated_at", "2018-10-11 16:40:30.204724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.206297"], ["updated_at", "2018-10-11 16:40:30.206297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.207966"], ["updated_at", "2018-10-11 16:40:30.207966"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.209694"], ["updated_at", "2018-10-11 16:40:30.209694"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.211490"], ["updated_at", "2018-10-11 16:40:30.211490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.213181"], ["updated_at", "2018-10-11 16:40:30.213181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.214861"], ["updated_at", "2018-10-11 16:40:30.214861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.216520"], ["updated_at", "2018-10-11 16:40:30.216520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.218212"], ["updated_at", "2018-10-11 16:40:30.218212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.219980"], ["updated_at", "2018-10-11 16:40:30.219980"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.222271"], ["updated_at", "2018-10-11 16:40:30.222271"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.225037"], ["updated_at", "2018-10-11 16:40:30.225037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.227198"], ["updated_at", "2018-10-11 16:40:30.227198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.228991"], ["updated_at", "2018-10-11 16:40:30.228991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.230780"], ["updated_at", "2018-10-11 16:40:30.230780"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.232593"], ["updated_at", "2018-10-11 16:40:30.232593"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.235045"], ["updated_at", "2018-10-11 16:40:30.235045"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.239048"], ["updated_at", "2018-10-11 16:40:30.239048"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.241799"], ["updated_at", "2018-10-11 16:40:30.241799"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.244800"], ["updated_at", "2018-10-11 16:40:30.244800"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.247534"], ["updated_at", "2018-10-11 16:40:30.247534"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.250182"], ["updated_at", "2018-10-11 16:40:30.250182"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.257440"], ["updated_at", "2018-10-11 16:40:30.257440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.259416"], ["updated_at", "2018-10-11 16:40:30.259416"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.261437"], ["updated_at", "2018-10-11 16:40:30.261437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.263115"], ["updated_at", "2018-10-11 16:40:30.263115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.264722"], ["updated_at", "2018-10-11 16:40:30.264722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.266310"], ["updated_at", "2018-10-11 16:40:30.266310"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.268041"], ["updated_at", "2018-10-11 16:40:30.268041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.269921"], ["updated_at", "2018-10-11 16:40:30.269921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.271499"], ["updated_at", "2018-10-11 16:40:30.271499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.273240"], ["updated_at", "2018-10-11 16:40:30.273240"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.274834"], ["updated_at", "2018-10-11 16:40:30.274834"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.276596"], ["updated_at", "2018-10-11 16:40:30.276596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.278317"], ["updated_at", "2018-10-11 16:40:30.278317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.279878"], ["updated_at", "2018-10-11 16:40:30.279878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.281508"], ["updated_at", "2018-10-11 16:40:30.281508"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.283066"], ["updated_at", "2018-10-11 16:40:30.283066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.284709"], ["updated_at", "2018-10-11 16:40:30.284709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.286488"], ["updated_at", "2018-10-11 16:40:30.286488"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.288334"], ["updated_at", "2018-10-11 16:40:30.288334"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.291095"], ["updated_at", "2018-10-11 16:40:30.291095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.293282"], ["updated_at", "2018-10-11 16:40:30.293282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.295056"], ["updated_at", "2018-10-11 16:40:30.295056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.296707"], ["updated_at", "2018-10-11 16:40:30.296707"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.298378"], ["updated_at", "2018-10-11 16:40:30.298378"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.300049"], ["updated_at", "2018-10-11 16:40:30.300049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.303019"], ["updated_at", "2018-10-11 16:40:30.303019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.304695"], ["updated_at", "2018-10-11 16:40:30.304695"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.306247"], ["updated_at", "2018-10-11 16:40:30.306247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.307931"], ["updated_at", "2018-10-11 16:40:30.307931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.309734"], ["updated_at", "2018-10-11 16:40:30.309734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.311412"], ["updated_at", "2018-10-11 16:40:30.311412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.313061"], ["updated_at", "2018-10-11 16:40:30.313061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.314607"], ["updated_at", "2018-10-11 16:40:30.314607"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.317052"], ["updated_at", "2018-10-11 16:40:30.317052"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.321137"], ["updated_at", "2018-10-11 16:40:30.321137"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.323564"], ["updated_at", "2018-10-11 16:40:30.323564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.325331"], ["updated_at", "2018-10-11 16:40:30.325331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.327046"], ["updated_at", "2018-10-11 16:40:30.327046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.328699"], ["updated_at", "2018-10-11 16:40:30.328699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.330321"], ["updated_at", "2018-10-11 16:40:30.330321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.331916"], ["updated_at", "2018-10-11 16:40:30.331916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.333569"], ["updated_at", "2018-10-11 16:40:30.333569"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.335213"], ["updated_at", "2018-10-11 16:40:30.335213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.336916"], ["updated_at", "2018-10-11 16:40:30.336916"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.338455"], ["updated_at", "2018-10-11 16:40:30.338455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.340182"], ["updated_at", "2018-10-11 16:40:30.340182"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.341809"], ["updated_at", "2018-10-11 16:40:30.341809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.343563"], ["updated_at", "2018-10-11 16:40:30.343563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.345226"], ["updated_at", "2018-10-11 16:40:30.345226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.346771"], ["updated_at", "2018-10-11 16:40:30.346771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.348377"], ["updated_at", "2018-10-11 16:40:30.348377"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.349955"], ["updated_at", "2018-10-11 16:40:30.349955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.351614"], ["updated_at", "2018-10-11 16:40:30.351614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.353386"], ["updated_at", "2018-10-11 16:40:30.353386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.355204"], ["updated_at", "2018-10-11 16:40:30.355204"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.357574"], ["updated_at", "2018-10-11 16:40:30.357574"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.360239"], ["updated_at", "2018-10-11 16:40:30.360239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.362237"], ["updated_at", "2018-10-11 16:40:30.362237"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.364188"], ["updated_at", "2018-10-11 16:40:30.364188"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.366268"], ["updated_at", "2018-10-11 16:40:30.366268"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.368340"], ["updated_at", "2018-10-11 16:40:30.368340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.370312"], ["updated_at", "2018-10-11 16:40:30.370312"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.374872"], ["updated_at", "2018-10-11 16:40:30.374872"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.377753"], ["updated_at", "2018-10-11 16:40:30.377753"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.380473"], ["updated_at", "2018-10-11 16:40:30.380473"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.382724"], ["updated_at", "2018-10-11 16:40:30.382724"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.385885"], ["updated_at", "2018-10-11 16:40:30.385885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.389718"], ["updated_at", "2018-10-11 16:40:30.389718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.391432"], ["updated_at", "2018-10-11 16:40:30.391432"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.393051"], ["updated_at", "2018-10-11 16:40:30.393051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.394896"], ["updated_at", "2018-10-11 16:40:30.394896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.396508"], ["updated_at", "2018-10-11 16:40:30.396508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.398132"], ["updated_at", "2018-10-11 16:40:30.398132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.399692"], ["updated_at", "2018-10-11 16:40:30.399692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.401315"], ["updated_at", "2018-10-11 16:40:30.401315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.403092"], ["updated_at", "2018-10-11 16:40:30.403092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.404754"], ["updated_at", "2018-10-11 16:40:30.404754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.406328"], ["updated_at", "2018-10-11 16:40:30.406328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.407957"], ["updated_at", "2018-10-11 16:40:30.407957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.409658"], ["updated_at", "2018-10-11 16:40:30.409658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.411375"], ["updated_at", "2018-10-11 16:40:30.411375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.413063"], ["updated_at", "2018-10-11 16:40:30.413063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.414712"], ["updated_at", "2018-10-11 16:40:30.414712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.416314"], ["updated_at", "2018-10-11 16:40:30.416314"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.417876"], ["updated_at", "2018-10-11 16:40:30.417876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.419591"], ["updated_at", "2018-10-11 16:40:30.419591"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.421443"], ["updated_at", "2018-10-11 16:40:30.421443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.424119"], ["updated_at", "2018-10-11 16:40:30.424119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.426339"], ["updated_at", "2018-10-11 16:40:30.426339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.428204"], ["updated_at", "2018-10-11 16:40:30.428204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.429940"], ["updated_at", "2018-10-11 16:40:30.429940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.431603"], ["updated_at", "2018-10-11 16:40:30.431603"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.433221"], ["updated_at", "2018-10-11 16:40:30.433221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.436294"], ["updated_at", "2018-10-11 16:40:30.436294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.438060"], ["updated_at", "2018-10-11 16:40:30.438060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.439664"], ["updated_at", "2018-10-11 16:40:30.439664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.441296"], ["updated_at", "2018-10-11 16:40:30.441296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.443172"], ["updated_at", "2018-10-11 16:40:30.443172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.444949"], ["updated_at", "2018-10-11 16:40:30.444949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.446659"], ["updated_at", "2018-10-11 16:40:30.446659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.448257"], ["updated_at", "2018-10-11 16:40:30.448257"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.449932"], ["updated_at", "2018-10-11 16:40:30.449932"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.453865"], ["updated_at", "2018-10-11 16:40:30.453865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.457067"], ["updated_at", "2018-10-11 16:40:30.457067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.458755"], ["updated_at", "2018-10-11 16:40:30.458755"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.460459"], ["updated_at", "2018-10-11 16:40:30.460459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.462226"], ["updated_at", "2018-10-11 16:40:30.462226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.463795"], ["updated_at", "2018-10-11 16:40:30.463795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.465520"], ["updated_at", "2018-10-11 16:40:30.465520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.467168"], ["updated_at", "2018-10-11 16:40:30.467168"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.468824"], ["updated_at", "2018-10-11 16:40:30.468824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.470564"], ["updated_at", "2018-10-11 16:40:30.470564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.472216"], ["updated_at", "2018-10-11 16:40:30.472216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.473770"], ["updated_at", "2018-10-11 16:40:30.473770"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.475415"], ["updated_at", "2018-10-11 16:40:30.475415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.477108"], ["updated_at", "2018-10-11 16:40:30.477108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.478700"], ["updated_at", "2018-10-11 16:40:30.478700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.480294"], ["updated_at", "2018-10-11 16:40:30.480294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.481884"], ["updated_at", "2018-10-11 16:40:30.481884"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.483681"], ["updated_at", "2018-10-11 16:40:30.483681"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.486069"], ["updated_at", "2018-10-11 16:40:30.486069"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.488587"], ["updated_at", "2018-10-11 16:40:30.488587"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.491300"], ["updated_at", "2018-10-11 16:40:30.491300"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.493706"], ["updated_at", "2018-10-11 16:40:30.493706"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.495754"], ["updated_at", "2018-10-11 16:40:30.495754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.497776"], ["updated_at", "2018-10-11 16:40:30.497776"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.499758"], ["updated_at", "2018-10-11 16:40:30.499758"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.501786"], ["updated_at", "2018-10-11 16:40:30.501786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.507165"], ["updated_at", "2018-10-11 16:40:30.507165"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.509009"], ["updated_at", "2018-10-11 16:40:30.509009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.510900"], ["updated_at", "2018-10-11 16:40:30.510900"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.512508"], ["updated_at", "2018-10-11 16:40:30.512508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.514155"], ["updated_at", "2018-10-11 16:40:30.514155"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.516405"], ["updated_at", "2018-10-11 16:40:30.516405"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.520620"], ["updated_at", "2018-10-11 16:40:30.520620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.523183"], ["updated_at", "2018-10-11 16:40:30.523183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.524872"], ["updated_at", "2018-10-11 16:40:30.524872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.526566"], ["updated_at", "2018-10-11 16:40:30.526566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.528293"], ["updated_at", "2018-10-11 16:40:30.528293"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.529900"], ["updated_at", "2018-10-11 16:40:30.529900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.531563"], ["updated_at", "2018-10-11 16:40:30.531563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.533110"], ["updated_at", "2018-10-11 16:40:30.533110"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.534690"], ["updated_at", "2018-10-11 16:40:30.534690"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.536384"], ["updated_at", "2018-10-11 16:40:30.536384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.538044"], ["updated_at", "2018-10-11 16:40:30.538044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.539587"], ["updated_at", "2018-10-11 16:40:30.539587"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.541239"], ["updated_at", "2018-10-11 16:40:30.541239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.543039"], ["updated_at", "2018-10-11 16:40:30.543039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.544731"], ["updated_at", "2018-10-11 16:40:30.544731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.546311"], ["updated_at", "2018-10-11 16:40:30.546311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.547926"], ["updated_at", "2018-10-11 16:40:30.547926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.549476"], ["updated_at", "2018-10-11 16:40:30.549476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.551111"], ["updated_at", "2018-10-11 16:40:30.551111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.552836"], ["updated_at", "2018-10-11 16:40:30.552836"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.554445"], ["updated_at", "2018-10-11 16:40:30.554445"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.556169"], ["updated_at", "2018-10-11 16:40:30.556169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.558846"], ["updated_at", "2018-10-11 16:40:30.558846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.560982"], ["updated_at", "2018-10-11 16:40:30.560982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.562659"], ["updated_at", "2018-10-11 16:40:30.562659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.564393"], ["updated_at", "2018-10-11 16:40:30.564393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.565970"], ["updated_at", "2018-10-11 16:40:30.565970"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.567660"], ["updated_at", "2018-10-11 16:40:30.567660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.570791"], ["updated_at", "2018-10-11 16:40:30.570791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.572447"], ["updated_at", "2018-10-11 16:40:30.572447"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.573978"], ["updated_at", "2018-10-11 16:40:30.573978"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.575689"], ["updated_at", "2018-10-11 16:40:30.575689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.577477"], ["updated_at", "2018-10-11 16:40:30.577477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.579070"], ["updated_at", "2018-10-11 16:40:30.579070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.580749"], ["updated_at", "2018-10-11 16:40:30.580749"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.582594"], ["updated_at", "2018-10-11 16:40:30.582594"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.586259"], ["updated_at", "2018-10-11 16:40:30.586259"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.590518"], ["updated_at", "2018-10-11 16:40:30.590518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.592332"], ["updated_at", "2018-10-11 16:40:30.592332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.594128"], ["updated_at", "2018-10-11 16:40:30.594128"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.595775"], ["updated_at", "2018-10-11 16:40:30.595775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.597388"], ["updated_at", "2018-10-11 16:40:30.597388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.599023"], ["updated_at", "2018-10-11 16:40:30.599023"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.600595"], ["updated_at", "2018-10-11 16:40:30.600595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.602322"], ["updated_at", "2018-10-11 16:40:30.602322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.604084"], ["updated_at", "2018-10-11 16:40:30.604084"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.605898"], ["updated_at", "2018-10-11 16:40:30.605898"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.608459"], ["updated_at", "2018-10-11 16:40:30.608459"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.611353"], ["updated_at", "2018-10-11 16:40:30.611353"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.614044"], ["updated_at", "2018-10-11 16:40:30.614044"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.616736"], ["updated_at", "2018-10-11 16:40:30.616736"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.619402"], ["updated_at", "2018-10-11 16:40:30.619402"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.621956"], ["updated_at", "2018-10-11 16:40:30.621956"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.625765"], ["updated_at", "2018-10-11 16:40:30.625765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.627947"], ["updated_at", "2018-10-11 16:40:30.627947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.629668"], ["updated_at", "2018-10-11 16:40:30.629668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.631366"], ["updated_at", "2018-10-11 16:40:30.631366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.632992"], ["updated_at", "2018-10-11 16:40:30.632992"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.634694"], ["updated_at", "2018-10-11 16:40:30.634694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.638011"], ["updated_at", "2018-10-11 16:40:30.638011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.639711"], ["updated_at", "2018-10-11 16:40:30.639711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.641465"], ["updated_at", "2018-10-11 16:40:30.641465"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.643251"], ["updated_at", "2018-10-11 16:40:30.643251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.645068"], ["updated_at", "2018-10-11 16:40:30.645068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.646715"], ["updated_at", "2018-10-11 16:40:30.646715"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.648297"], ["updated_at", "2018-10-11 16:40:30.648297"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.651197"], ["updated_at", "2018-10-11 16:40:30.651197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.655812"], ["updated_at", "2018-10-11 16:40:30.655812"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.657680"], ["updated_at", "2018-10-11 16:40:30.657680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.659448"], ["updated_at", "2018-10-11 16:40:30.659448"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.661132"], ["updated_at", "2018-10-11 16:40:30.661132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.662999"], ["updated_at", "2018-10-11 16:40:30.662999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.664663"], ["updated_at", "2018-10-11 16:40:30.664663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.666313"], ["updated_at", "2018-10-11 16:40:30.666313"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.667911"], ["updated_at", "2018-10-11 16:40:30.667911"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.669648"], ["updated_at", "2018-10-11 16:40:30.669648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.671385"], ["updated_at", "2018-10-11 16:40:30.671385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.672947"], ["updated_at", "2018-10-11 16:40:30.672947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.674644"], ["updated_at", "2018-10-11 16:40:30.674644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.676444"], ["updated_at", "2018-10-11 16:40:30.676444"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.678153"], ["updated_at", "2018-10-11 16:40:30.678153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.679840"], ["updated_at", "2018-10-11 16:40:30.679840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.681460"], ["updated_at", "2018-10-11 16:40:30.681460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.683084"], ["updated_at", "2018-10-11 16:40:30.683084"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.684806"], ["updated_at", "2018-10-11 16:40:30.684806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.686577"], ["updated_at", "2018-10-11 16:40:30.686577"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.688553"], ["updated_at", "2018-10-11 16:40:30.688553"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.692965"], ["updated_at", "2018-10-11 16:40:30.692965"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.695868"], ["updated_at", "2018-10-11 16:40:30.695868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.697670"], ["updated_at", "2018-10-11 16:40:30.697670"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.699354"], ["updated_at", "2018-10-11 16:40:30.699354"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.701589"], ["updated_at", "2018-10-11 16:40:30.701589"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.704020"], ["updated_at", "2018-10-11 16:40:30.704020"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.706369"], ["updated_at", "2018-10-11 16:40:30.706369"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.710777"], ["updated_at", "2018-10-11 16:40:30.710777"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.714449"], ["updated_at", "2018-10-11 16:40:30.714449"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.716658"], ["updated_at", "2018-10-11 16:40:30.716658"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.720842"], ["updated_at", "2018-10-11 16:40:30.720842"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.724622"], ["updated_at", "2018-10-11 16:40:30.724622"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.726716"], ["updated_at", "2018-10-11 16:40:30.726716"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.729216"], ["updated_at", "2018-10-11 16:40:30.729216"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.731421"], ["updated_at", "2018-10-11 16:40:30.731421"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.734075"], ["updated_at", "2018-10-11 16:40:30.734075"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.736837"], ["updated_at", "2018-10-11 16:40:30.736837"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.739468"], ["updated_at", "2018-10-11 16:40:30.739468"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.742119"], ["updated_at", "2018-10-11 16:40:30.742119"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.744917"], ["updated_at", "2018-10-11 16:40:30.744917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.747495"], ["updated_at", "2018-10-11 16:40:30.747495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.749430"], ["updated_at", "2018-10-11 16:40:30.749430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.751100"], ["updated_at", "2018-10-11 16:40:30.751100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.752732"], ["updated_at", "2018-10-11 16:40:30.752732"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.754406"], ["updated_at", "2018-10-11 16:40:30.754406"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.756834"], ["updated_at", "2018-10-11 16:40:30.756834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.759447"], ["updated_at", "2018-10-11 16:40:30.759447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.761377"], ["updated_at", "2018-10-11 16:40:30.761377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.763107"], ["updated_at", "2018-10-11 16:40:30.763107"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.764704"], ["updated_at", "2018-10-11 16:40:30.764704"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.766262"], ["updated_at", "2018-10-11 16:40:30.766262"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.768050"], ["updated_at", "2018-10-11 16:40:30.768050"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.771061"], ["updated_at", "2018-10-11 16:40:30.771061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.772777"], ["updated_at", "2018-10-11 16:40:30.772777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.774362"], ["updated_at", "2018-10-11 16:40:30.774362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.776019"], ["updated_at", "2018-10-11 16:40:30.776019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.777654"], ["updated_at", "2018-10-11 16:40:30.777654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.779311"], ["updated_at", "2018-10-11 16:40:30.779311"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.781211"], ["updated_at", "2018-10-11 16:40:30.781211"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.783195"], ["updated_at", "2018-10-11 16:40:30.783195"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.787361"], ["updated_at", "2018-10-11 16:40:30.787361"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.790329"], ["updated_at", "2018-10-11 16:40:30.790329"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.792272"], ["updated_at", "2018-10-11 16:40:30.792272"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.794000"], ["updated_at", "2018-10-11 16:40:30.794000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.795646"], ["updated_at", "2018-10-11 16:40:30.795646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.797344"], ["updated_at", "2018-10-11 16:40:30.797344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.799018"], ["updated_at", "2018-10-11 16:40:30.799018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.800687"], ["updated_at", "2018-10-11 16:40:30.800687"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.802400"], ["updated_at", "2018-10-11 16:40:30.802400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.804403"], ["updated_at", "2018-10-11 16:40:30.804403"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.805984"], ["updated_at", "2018-10-11 16:40:30.805984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.807802"], ["updated_at", "2018-10-11 16:40:30.807802"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.809550"], ["updated_at", "2018-10-11 16:40:30.809550"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.811496"], ["updated_at", "2018-10-11 16:40:30.811496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.813219"], ["updated_at", "2018-10-11 16:40:30.813219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.814774"], ["updated_at", "2018-10-11 16:40:30.814774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.816383"], ["updated_at", "2018-10-11 16:40:30.816383"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.818169"], ["updated_at", "2018-10-11 16:40:30.818169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.819873"], ["updated_at", "2018-10-11 16:40:30.819873"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.822451"], ["updated_at", "2018-10-11 16:40:30.822451"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.826194"], ["updated_at", "2018-10-11 16:40:30.826194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.828158"], ["updated_at", "2018-10-11 16:40:30.828158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.829936"], ["updated_at", "2018-10-11 16:40:30.829936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.831700"], ["updated_at", "2018-10-11 16:40:30.831700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.833286"], ["updated_at", "2018-10-11 16:40:30.833286"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.836426"], ["updated_at", "2018-10-11 16:40:30.836426"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.838360"], ["updated_at", "2018-10-11 16:40:30.838360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.840121"], ["updated_at", "2018-10-11 16:40:30.840121"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.841815"], ["updated_at", "2018-10-11 16:40:30.841815"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.843778"], ["updated_at", "2018-10-11 16:40:30.843778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.845502"], ["updated_at", "2018-10-11 16:40:30.845502"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.847299"], ["updated_at", "2018-10-11 16:40:30.847299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.849046"], ["updated_at", "2018-10-11 16:40:30.849046"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.851427"], ["updated_at", "2018-10-11 16:40:30.851427"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.855905"], ["updated_at", "2018-10-11 16:40:30.855905"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.859364"], ["updated_at", "2018-10-11 16:40:30.859364"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.862108"], ["updated_at", "2018-10-11 16:40:30.862108"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.864763"], ["updated_at", "2018-10-11 16:40:30.864763"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.867378"], ["updated_at", "2018-10-11 16:40:30.867378"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.870138"], ["updated_at", "2018-10-11 16:40:30.870138"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.872947"], ["updated_at", "2018-10-11 16:40:30.872947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.875502"], ["updated_at", "2018-10-11 16:40:30.875502"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.877310"], ["updated_at", "2018-10-11 16:40:30.877310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.879086"], ["updated_at", "2018-10-11 16:40:30.879086"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.880647"], ["updated_at", "2018-10-11 16:40:30.880647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.882287"], ["updated_at", "2018-10-11 16:40:30.882287"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.884026"], ["updated_at", "2018-10-11 16:40:30.884026"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.886097"], ["updated_at", "2018-10-11 16:40:30.886097"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.888557"], ["updated_at", "2018-10-11 16:40:30.888557"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.892010"], ["updated_at", "2018-10-11 16:40:30.892010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.894006"], ["updated_at", "2018-10-11 16:40:30.894006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.895910"], ["updated_at", "2018-10-11 16:40:30.895910"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.897774"], ["updated_at", "2018-10-11 16:40:30.897774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.899662"], ["updated_at", "2018-10-11 16:40:30.899662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.901397"], ["updated_at", "2018-10-11 16:40:30.901397"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.908275"], ["updated_at", "2018-10-11 16:40:30.908275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.910029"], ["updated_at", "2018-10-11 16:40:30.910029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.911888"], ["updated_at", "2018-10-11 16:40:30.911888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.913622"], ["updated_at", "2018-10-11 16:40:30.913622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.915285"], ["updated_at", "2018-10-11 16:40:30.915285"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.916958"], ["updated_at", "2018-10-11 16:40:30.916958"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.920649"], ["updated_at", "2018-10-11 16:40:30.920649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.923841"], ["updated_at", "2018-10-11 16:40:30.923841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.925605"], ["updated_at", "2018-10-11 16:40:30.925605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.927312"], ["updated_at", "2018-10-11 16:40:30.927312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.928988"], ["updated_at", "2018-10-11 16:40:30.928988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.930565"], ["updated_at", "2018-10-11 16:40:30.930565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.932195"], ["updated_at", "2018-10-11 16:40:30.932195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.933795"], ["updated_at", "2018-10-11 16:40:30.933795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.935493"], ["updated_at", "2018-10-11 16:40:30.935493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.937323"], ["updated_at", "2018-10-11 16:40:30.937323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.939033"], ["updated_at", "2018-10-11 16:40:30.939033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.940627"], ["updated_at", "2018-10-11 16:40:30.940627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.942340"], ["updated_at", "2018-10-11 16:40:30.942340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.943977"], ["updated_at", "2018-10-11 16:40:30.943977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.945690"], ["updated_at", "2018-10-11 16:40:30.945690"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.947285"], ["updated_at", "2018-10-11 16:40:30.947285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.949036"], ["updated_at", "2018-10-11 16:40:30.949036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.950652"], ["updated_at", "2018-10-11 16:40:30.950652"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.952256"], ["updated_at", "2018-10-11 16:40:30.952256"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.953984"], ["updated_at", "2018-10-11 16:40:30.953984"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.955787"], ["updated_at", "2018-10-11 16:40:30.955787"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.958278"], ["updated_at", "2018-10-11 16:40:30.958278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.960346"], ["updated_at", "2018-10-11 16:40:30.960346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.962105"], ["updated_at", "2018-10-11 16:40:30.962105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.963613"], ["updated_at", "2018-10-11 16:40:30.963613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.965140"], ["updated_at", "2018-10-11 16:40:30.965140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.966780"], ["updated_at", "2018-10-11 16:40:30.966780"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.969902"], ["updated_at", "2018-10-11 16:40:30.969902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.971587"], ["updated_at", "2018-10-11 16:40:30.971587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.973236"], ["updated_at", "2018-10-11 16:40:30.973236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.974832"], ["updated_at", "2018-10-11 16:40:30.974832"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.976570"], ["updated_at", "2018-10-11 16:40:30.976570"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.979205"], ["updated_at", "2018-10-11 16:40:30.979205"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.981858"], ["updated_at", "2018-10-11 16:40:30.981858"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.985154"], ["updated_at", "2018-10-11 16:40:30.985154"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.989747"], ["updated_at", "2018-10-11 16:40:30.989747"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.992429"], ["updated_at", "2018-10-11 16:40:30.992429"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.995121"], ["updated_at", "2018-10-11 16:40:30.995121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.997771"], ["updated_at", "2018-10-11 16:40:30.997771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:30.999650"], ["updated_at", "2018-10-11 16:40:30.999650"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.001294"], ["updated_at", "2018-10-11 16:40:31.001294"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.003004"], ["updated_at", "2018-10-11 16:40:31.003004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.004726"], ["updated_at", "2018-10-11 16:40:31.004726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.006313"], ["updated_at", "2018-10-11 16:40:31.006313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.007891"], ["updated_at", "2018-10-11 16:40:31.007891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.009692"], ["updated_at", "2018-10-11 16:40:31.009692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.011464"], ["updated_at", "2018-10-11 16:40:31.011464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.013035"], ["updated_at", "2018-10-11 16:40:31.013035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.014632"], ["updated_at", "2018-10-11 16:40:31.014632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.016185"], ["updated_at", "2018-10-11 16:40:31.016185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.017830"], ["updated_at", "2018-10-11 16:40:31.017830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.019557"], ["updated_at", "2018-10-11 16:40:31.019557"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.021215"], ["updated_at", "2018-10-11 16:40:31.021215"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.023721"], ["updated_at", "2018-10-11 16:40:31.023721"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.026263"], ["updated_at", "2018-10-11 16:40:31.026263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.028214"], ["updated_at", "2018-10-11 16:40:31.028214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.029890"], ["updated_at", "2018-10-11 16:40:31.029890"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.031463"], ["updated_at", "2018-10-11 16:40:31.031463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.033073"], ["updated_at", "2018-10-11 16:40:31.033073"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.034839"], ["updated_at", "2018-10-11 16:40:31.034839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.037786"], ["updated_at", "2018-10-11 16:40:31.037786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.039373"], ["updated_at", "2018-10-11 16:40:31.039373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.041008"], ["updated_at", "2018-10-11 16:40:31.041008"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.042697"], ["updated_at", "2018-10-11 16:40:31.042697"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.044382"], ["updated_at", "2018-10-11 16:40:31.044382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.046037"], ["updated_at", "2018-10-11 16:40:31.046037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.047587"], ["updated_at", "2018-10-11 16:40:31.047587"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.049220"], ["updated_at", "2018-10-11 16:40:31.049220"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.052602"], ["updated_at", "2018-10-11 16:40:31.052602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.056299"], ["updated_at", "2018-10-11 16:40:31.056299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.057907"], ["updated_at", "2018-10-11 16:40:31.057907"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.059603"], ["updated_at", "2018-10-11 16:40:31.059603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.062067"], ["updated_at", "2018-10-11 16:40:31.062067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.064181"], ["updated_at", "2018-10-11 16:40:31.064181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.066164"], ["updated_at", "2018-10-11 16:40:31.066164"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.067757"], ["updated_at", "2018-10-11 16:40:31.067757"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.069579"], ["updated_at", "2018-10-11 16:40:31.069579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.071377"], ["updated_at", "2018-10-11 16:40:31.071377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.072932"], ["updated_at", "2018-10-11 16:40:31.072932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.074555"], ["updated_at", "2018-10-11 16:40:31.074555"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.076281"], ["updated_at", "2018-10-11 16:40:31.076281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.078030"], ["updated_at", "2018-10-11 16:40:31.078030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.079619"], ["updated_at", "2018-10-11 16:40:31.079619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.081229"], ["updated_at", "2018-10-11 16:40:31.081229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.082922"], ["updated_at", "2018-10-11 16:40:31.082922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.084481"], ["updated_at", "2018-10-11 16:40:31.084481"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.086260"], ["updated_at", "2018-10-11 16:40:31.086260"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.088228"], ["updated_at", "2018-10-11 16:40:31.088228"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.090766"], ["updated_at", "2018-10-11 16:40:31.090766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.093218"], ["updated_at", "2018-10-11 16:40:31.093218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.095056"], ["updated_at", "2018-10-11 16:40:31.095056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.096687"], ["updated_at", "2018-10-11 16:40:31.096687"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.098305"], ["updated_at", "2018-10-11 16:40:31.098305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.099913"], ["updated_at", "2018-10-11 16:40:31.099913"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.103074"], ["updated_at", "2018-10-11 16:40:31.103074"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.105807"], ["updated_at", "2018-10-11 16:40:31.105807"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.108620"], ["updated_at", "2018-10-11 16:40:31.108620"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.111472"], ["updated_at", "2018-10-11 16:40:31.111472"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.114096"], ["updated_at", "2018-10-11 16:40:31.114096"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.116581"], ["updated_at", "2018-10-11 16:40:31.116581"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.121217"], ["updated_at", "2018-10-11 16:40:31.121217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.124728"], ["updated_at", "2018-10-11 16:40:31.124728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.126473"], ["updated_at", "2018-10-11 16:40:31.126473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.128213"], ["updated_at", "2018-10-11 16:40:31.128213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.129819"], ["updated_at", "2018-10-11 16:40:31.129819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.131471"], ["updated_at", "2018-10-11 16:40:31.131471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.133065"], ["updated_at", "2018-10-11 16:40:31.133065"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.134711"], ["updated_at", "2018-10-11 16:40:31.134711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.136502"], ["updated_at", "2018-10-11 16:40:31.136502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.138209"], ["updated_at", "2018-10-11 16:40:31.138209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.139870"], ["updated_at", "2018-10-11 16:40:31.139870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.141537"], ["updated_at", "2018-10-11 16:40:31.141537"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.143199"], ["updated_at", "2018-10-11 16:40:31.143199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.144932"], ["updated_at", "2018-10-11 16:40:31.144932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.146538"], ["updated_at", "2018-10-11 16:40:31.146538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.148140"], ["updated_at", "2018-10-11 16:40:31.148140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.149774"], ["updated_at", "2018-10-11 16:40:31.149774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.151448"], ["updated_at", "2018-10-11 16:40:31.151448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.153059"], ["updated_at", "2018-10-11 16:40:31.153059"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.154705"], ["updated_at", "2018-10-11 16:40:31.154705"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.156881"], ["updated_at", "2018-10-11 16:40:31.156881"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.159585"], ["updated_at", "2018-10-11 16:40:31.159585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.161424"], ["updated_at", "2018-10-11 16:40:31.161424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.163131"], ["updated_at", "2018-10-11 16:40:31.163131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.164844"], ["updated_at", "2018-10-11 16:40:31.164844"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.166438"], ["updated_at", "2018-10-11 16:40:31.166438"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.168142"], ["updated_at", "2018-10-11 16:40:31.168142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.171151"], ["updated_at", "2018-10-11 16:40:31.171151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.172778"], ["updated_at", "2018-10-11 16:40:31.172778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.174354"], ["updated_at", "2018-10-11 16:40:31.174354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.176046"], ["updated_at", "2018-10-11 16:40:31.176046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.177749"], ["updated_at", "2018-10-11 16:40:31.177749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.179617"], ["updated_at", "2018-10-11 16:40:31.179617"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.181312"], ["updated_at", "2018-10-11 16:40:31.181312"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.183086"], ["updated_at", "2018-10-11 16:40:31.183086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.190098"], ["updated_at", "2018-10-11 16:40:31.190098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.191811"], ["updated_at", "2018-10-11 16:40:31.191811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.193480"], ["updated_at", "2018-10-11 16:40:31.193480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.195116"], ["updated_at", "2018-10-11 16:40:31.195116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.196766"], ["updated_at", "2018-10-11 16:40:31.196766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.198330"], ["updated_at", "2018-10-11 16:40:31.198330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.199966"], ["updated_at", "2018-10-11 16:40:31.199966"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.201573"], ["updated_at", "2018-10-11 16:40:31.201573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.203392"], ["updated_at", "2018-10-11 16:40:31.203392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.205182"], ["updated_at", "2018-10-11 16:40:31.205182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.206771"], ["updated_at", "2018-10-11 16:40:31.206771"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.208368"], ["updated_at", "2018-10-11 16:40:31.208368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.210119"], ["updated_at", "2018-10-11 16:40:31.210119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.211791"], ["updated_at", "2018-10-11 16:40:31.211791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.213409"], ["updated_at", "2018-10-11 16:40:31.213409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.215050"], ["updated_at", "2018-10-11 16:40:31.215050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.216618"], ["updated_at", "2018-10-11 16:40:31.216618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.218257"], ["updated_at", "2018-10-11 16:40:31.218257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.220080"], ["updated_at", "2018-10-11 16:40:31.220080"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.221753"], ["updated_at", "2018-10-11 16:40:31.221753"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.224228"], ["updated_at", "2018-10-11 16:40:31.224228"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.226394"], ["updated_at", "2018-10-11 16:40:31.226394"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.228876"], ["updated_at", "2018-10-11 16:40:31.228876"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.230863"], ["updated_at", "2018-10-11 16:40:31.230863"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.232770"], ["updated_at", "2018-10-11 16:40:31.232770"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.234706"], ["updated_at", "2018-10-11 16:40:31.234706"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.239926"], ["updated_at", "2018-10-11 16:40:31.239926"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.242844"], ["updated_at", "2018-10-11 16:40:31.242844"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.245715"], ["updated_at", "2018-10-11 16:40:31.245715"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.247934"], ["updated_at", "2018-10-11 16:40:31.247934"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.249646"], ["updated_at", "2018-10-11 16:40:31.249646"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.253652"], ["updated_at", "2018-10-11 16:40:31.253652"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.256815"], ["updated_at", "2018-10-11 16:40:31.256815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.258602"], ["updated_at", "2018-10-11 16:40:31.258602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.260334"], ["updated_at", "2018-10-11 16:40:31.260334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.262199"], ["updated_at", "2018-10-11 16:40:31.262199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.263823"], ["updated_at", "2018-10-11 16:40:31.263823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.265466"], ["updated_at", "2018-10-11 16:40:31.265466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.267074"], ["updated_at", "2018-10-11 16:40:31.267074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.268806"], ["updated_at", "2018-10-11 16:40:31.268806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.270543"], ["updated_at", "2018-10-11 16:40:31.270543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.272189"], ["updated_at", "2018-10-11 16:40:31.272189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.273768"], ["updated_at", "2018-10-11 16:40:31.273768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.275439"], ["updated_at", "2018-10-11 16:40:31.275439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.277108"], ["updated_at", "2018-10-11 16:40:31.277108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.278845"], ["updated_at", "2018-10-11 16:40:31.278845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.280468"], ["updated_at", "2018-10-11 16:40:31.280468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.282116"], ["updated_at", "2018-10-11 16:40:31.282116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.283685"], ["updated_at", "2018-10-11 16:40:31.283685"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.285384"], ["updated_at", "2018-10-11 16:40:31.285384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.287122"], ["updated_at", "2018-10-11 16:40:31.287122"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.289433"], ["updated_at", "2018-10-11 16:40:31.289433"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.292331"], ["updated_at", "2018-10-11 16:40:31.292331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.294347"], ["updated_at", "2018-10-11 16:40:31.294347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.296112"], ["updated_at", "2018-10-11 16:40:31.296112"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.297767"], ["updated_at", "2018-10-11 16:40:31.297767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.299344"], ["updated_at", "2018-10-11 16:40:31.299344"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.301020"], ["updated_at", "2018-10-11 16:40:31.301020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.304246"], ["updated_at", "2018-10-11 16:40:31.304246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.305874"], ["updated_at", "2018-10-11 16:40:31.305874"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.307495"], ["updated_at", "2018-10-11 16:40:31.307495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.309286"], ["updated_at", "2018-10-11 16:40:31.309286"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.310972"], ["updated_at", "2018-10-11 16:40:31.310972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.312671"], ["updated_at", "2018-10-11 16:40:31.312671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.314198"], ["updated_at", "2018-10-11 16:40:31.314198"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.315787"], ["updated_at", "2018-10-11 16:40:31.315787"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.318387"], ["updated_at", "2018-10-11 16:40:31.318387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.322662"], ["updated_at", "2018-10-11 16:40:31.322662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.324558"], ["updated_at", "2018-10-11 16:40:31.324558"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.326254"], ["updated_at", "2018-10-11 16:40:31.326254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.328048"], ["updated_at", "2018-10-11 16:40:31.328048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.329679"], ["updated_at", "2018-10-11 16:40:31.329679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.331247"], ["updated_at", "2018-10-11 16:40:31.331247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.332874"], ["updated_at", "2018-10-11 16:40:31.332874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.334407"], ["updated_at", "2018-10-11 16:40:31.334407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.336091"], ["updated_at", "2018-10-11 16:40:31.336091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.337811"], ["updated_at", "2018-10-11 16:40:31.337811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.339369"], ["updated_at", "2018-10-11 16:40:31.339369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.341015"], ["updated_at", "2018-10-11 16:40:31.341015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.342685"], ["updated_at", "2018-10-11 16:40:31.342685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.344347"], ["updated_at", "2018-10-11 16:40:31.344347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.345956"], ["updated_at", "2018-10-11 16:40:31.345956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.347579"], ["updated_at", "2018-10-11 16:40:31.347579"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.349139"], ["updated_at", "2018-10-11 16:40:31.349139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.350755"], ["updated_at", "2018-10-11 16:40:31.350755"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.352918"], ["updated_at", "2018-10-11 16:40:31.352918"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.355433"], ["updated_at", "2018-10-11 16:40:31.355433"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.357866"], ["updated_at", "2018-10-11 16:40:31.357866"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.360399"], ["updated_at", "2018-10-11 16:40:31.360399"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.362532"], ["updated_at", "2018-10-11 16:40:31.362532"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.364616"], ["updated_at", "2018-10-11 16:40:31.364616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.366605"], ["updated_at", "2018-10-11 16:40:31.366605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.368586"], ["updated_at", "2018-10-11 16:40:31.368586"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.373809"], ["updated_at", "2018-10-11 16:40:31.373809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.375614"], ["updated_at", "2018-10-11 16:40:31.375614"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.377254"], ["updated_at", "2018-10-11 16:40:31.377254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.378946"], ["updated_at", "2018-10-11 16:40:31.378946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.380500"], ["updated_at", "2018-10-11 16:40:31.380500"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.382155"], ["updated_at", "2018-10-11 16:40:31.382155"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.385039"], ["updated_at", "2018-10-11 16:40:31.385039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.389201"], ["updated_at", "2018-10-11 16:40:31.389201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.390841"], ["updated_at", "2018-10-11 16:40:31.390841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.392627"], ["updated_at", "2018-10-11 16:40:31.392627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.394396"], ["updated_at", "2018-10-11 16:40:31.394396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.396015"], ["updated_at", "2018-10-11 16:40:31.396015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.397648"], ["updated_at", "2018-10-11 16:40:31.397648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.399202"], ["updated_at", "2018-10-11 16:40:31.399202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.400811"], ["updated_at", "2018-10-11 16:40:31.400811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.402532"], ["updated_at", "2018-10-11 16:40:31.402532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.404244"], ["updated_at", "2018-10-11 16:40:31.404244"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.405919"], ["updated_at", "2018-10-11 16:40:31.405919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.407595"], ["updated_at", "2018-10-11 16:40:31.407595"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.409245"], ["updated_at", "2018-10-11 16:40:31.409245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.411083"], ["updated_at", "2018-10-11 16:40:31.411083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.412792"], ["updated_at", "2018-10-11 16:40:31.412792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.414419"], ["updated_at", "2018-10-11 16:40:31.414419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.415937"], ["updated_at", "2018-10-11 16:40:31.415937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.417606"], ["updated_at", "2018-10-11 16:40:31.417606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.419301"], ["updated_at", "2018-10-11 16:40:31.419301"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.420965"], ["updated_at", "2018-10-11 16:40:31.420965"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.422855"], ["updated_at", "2018-10-11 16:40:31.422855"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.425459"], ["updated_at", "2018-10-11 16:40:31.425459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.427764"], ["updated_at", "2018-10-11 16:40:31.427764"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.429500"], ["updated_at", "2018-10-11 16:40:31.429500"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.431096"], ["updated_at", "2018-10-11 16:40:31.431096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.432665"], ["updated_at", "2018-10-11 16:40:31.432665"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.434321"], ["updated_at", "2018-10-11 16:40:31.434321"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.437749"], ["updated_at", "2018-10-11 16:40:31.437749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.439412"], ["updated_at", "2018-10-11 16:40:31.439412"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.440982"], ["updated_at", "2018-10-11 16:40:31.440982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.442691"], ["updated_at", "2018-10-11 16:40:31.442691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.444431"], ["updated_at", "2018-10-11 16:40:31.444431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.446059"], ["updated_at", "2018-10-11 16:40:31.446059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.447660"], ["updated_at", "2018-10-11 16:40:31.447660"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.449199"], ["updated_at", "2018-10-11 16:40:31.449199"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.451577"], ["updated_at", "2018-10-11 16:40:31.451577"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.455344"], ["updated_at", "2018-10-11 16:40:31.455344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.457859"], ["updated_at", "2018-10-11 16:40:31.457859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.459576"], ["updated_at", "2018-10-11 16:40:31.459576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.461308"], ["updated_at", "2018-10-11 16:40:31.461308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.462906"], ["updated_at", "2018-10-11 16:40:31.462906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.464540"], ["updated_at", "2018-10-11 16:40:31.464540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.466082"], ["updated_at", "2018-10-11 16:40:31.466082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.467674"], ["updated_at", "2018-10-11 16:40:31.467674"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.469371"], ["updated_at", "2018-10-11 16:40:31.469371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.471216"], ["updated_at", "2018-10-11 16:40:31.471216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.472843"], ["updated_at", "2018-10-11 16:40:31.472843"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.474567"], ["updated_at", "2018-10-11 16:40:31.474567"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.477308"], ["updated_at", "2018-10-11 16:40:31.477308"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.480025"], ["updated_at", "2018-10-11 16:40:31.480025"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.482634"], ["updated_at", "2018-10-11 16:40:31.482634"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.485309"], ["updated_at", "2018-10-11 16:40:31.485309"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.487979"], ["updated_at", "2018-10-11 16:40:31.487979"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.490610"], ["updated_at", "2018-10-11 16:40:31.490610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.493232"], ["updated_at", "2018-10-11 16:40:31.493232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.495155"], ["updated_at", "2018-10-11 16:40:31.495155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.496778"], ["updated_at", "2018-10-11 16:40:31.496778"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.498368"], ["updated_at", "2018-10-11 16:40:31.498368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.499959"], ["updated_at", "2018-10-11 16:40:31.499959"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.501626"], ["updated_at", "2018-10-11 16:40:31.501626"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.504755"], ["updated_at", "2018-10-11 16:40:31.504755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.506404"], ["updated_at", "2018-10-11 16:40:31.506404"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.507992"], ["updated_at", "2018-10-11 16:40:31.507992"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.509730"], ["updated_at", "2018-10-11 16:40:31.509730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.511563"], ["updated_at", "2018-10-11 16:40:31.511563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.513165"], ["updated_at", "2018-10-11 16:40:31.513165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.514756"], ["updated_at", "2018-10-11 16:40:31.514756"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.516346"], ["updated_at", "2018-10-11 16:40:31.516346"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.519428"], ["updated_at", "2018-10-11 16:40:31.519428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.523408"], ["updated_at", "2018-10-11 16:40:31.523408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.525181"], ["updated_at", "2018-10-11 16:40:31.525181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.526943"], ["updated_at", "2018-10-11 16:40:31.526943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.528714"], ["updated_at", "2018-10-11 16:40:31.528714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.530397"], ["updated_at", "2018-10-11 16:40:31.530397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.532023"], ["updated_at", "2018-10-11 16:40:31.532023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.533606"], ["updated_at", "2018-10-11 16:40:31.533606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.535277"], ["updated_at", "2018-10-11 16:40:31.535277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.536938"], ["updated_at", "2018-10-11 16:40:31.536938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.538587"], ["updated_at", "2018-10-11 16:40:31.538587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.540198"], ["updated_at", "2018-10-11 16:40:31.540198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.541763"], ["updated_at", "2018-10-11 16:40:31.541763"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.543412"], ["updated_at", "2018-10-11 16:40:31.543412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.545146"], ["updated_at", "2018-10-11 16:40:31.545146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.546743"], ["updated_at", "2018-10-11 16:40:31.546743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.548368"], ["updated_at", "2018-10-11 16:40:31.548368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.549919"], ["updated_at", "2018-10-11 16:40:31.549919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.551569"], ["updated_at", "2018-10-11 16:40:31.551569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.553343"], ["updated_at", "2018-10-11 16:40:31.553343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.555096"], ["updated_at", "2018-10-11 16:40:31.555096"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.557467"], ["updated_at", "2018-10-11 16:40:31.557467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.559690"], ["updated_at", "2018-10-11 16:40:31.559690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.561433"], ["updated_at", "2018-10-11 16:40:31.561433"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.563126"], ["updated_at", "2018-10-11 16:40:31.563126"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.564767"], ["updated_at", "2018-10-11 16:40:31.564767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.566326"], ["updated_at", "2018-10-11 16:40:31.566326"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.569333"], ["updated_at", "2018-10-11 16:40:31.569333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.571456"], ["updated_at", "2018-10-11 16:40:31.571456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.573210"], ["updated_at", "2018-10-11 16:40:31.573210"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.574806"], ["updated_at", "2018-10-11 16:40:31.574806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.576578"], ["updated_at", "2018-10-11 16:40:31.576578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.578236"], ["updated_at", "2018-10-11 16:40:31.578236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.579867"], ["updated_at", "2018-10-11 16:40:31.579867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.581444"], ["updated_at", "2018-10-11 16:40:31.581444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.583098"], ["updated_at", "2018-10-11 16:40:31.583098"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.585783"], ["updated_at", "2018-10-11 16:40:31.585783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.589900"], ["updated_at", "2018-10-11 16:40:31.589900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.591824"], ["updated_at", "2018-10-11 16:40:31.591824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.593469"], ["updated_at", "2018-10-11 16:40:31.593469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.595110"], ["updated_at", "2018-10-11 16:40:31.595110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.596769"], ["updated_at", "2018-10-11 16:40:31.596769"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.598520"], ["updated_at", "2018-10-11 16:40:31.598520"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.601059"], ["updated_at", "2018-10-11 16:40:31.601059"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.603784"], ["updated_at", "2018-10-11 16:40:31.603784"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.606572"], ["updated_at", "2018-10-11 16:40:31.606572"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.609197"], ["updated_at", "2018-10-11 16:40:31.609197"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.612019"], ["updated_at", "2018-10-11 16:40:31.612019"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.614369"], ["updated_at", "2018-10-11 16:40:31.614369"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.617022"], ["updated_at", "2018-10-11 16:40:31.617022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.619219"], ["updated_at", "2018-10-11 16:40:31.619219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.620950"], ["updated_at", "2018-10-11 16:40:31.620950"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.623479"], ["updated_at", "2018-10-11 16:40:31.623479"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.626661"], ["updated_at", "2018-10-11 16:40:31.626661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.628821"], ["updated_at", "2018-10-11 16:40:31.628821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.630466"], ["updated_at", "2018-10-11 16:40:31.630466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.632124"], ["updated_at", "2018-10-11 16:40:31.632124"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.633746"], ["updated_at", "2018-10-11 16:40:31.633746"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.635360"], ["updated_at", "2018-10-11 16:40:31.635360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.638646"], ["updated_at", "2018-10-11 16:40:31.638646"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.640307"], ["updated_at", "2018-10-11 16:40:31.640307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.643283"], ["updated_at", "2018-10-11 16:40:31.643283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.645039"], ["updated_at", "2018-10-11 16:40:31.645039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.646657"], ["updated_at", "2018-10-11 16:40:31.646657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.648220"], ["updated_at", "2018-10-11 16:40:31.648220"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.649910"], ["updated_at", "2018-10-11 16:40:31.649910"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.653959"], ["updated_at", "2018-10-11 16:40:31.653959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.656857"], ["updated_at", "2018-10-11 16:40:31.656857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.658429"], ["updated_at", "2018-10-11 16:40:31.658429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.660118"], ["updated_at", "2018-10-11 16:40:31.660118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.661859"], ["updated_at", "2018-10-11 16:40:31.661859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.663454"], ["updated_at", "2018-10-11 16:40:31.663454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.665063"], ["updated_at", "2018-10-11 16:40:31.665063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.666696"], ["updated_at", "2018-10-11 16:40:31.666696"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.668234"], ["updated_at", "2018-10-11 16:40:31.668234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.669905"], ["updated_at", "2018-10-11 16:40:31.669905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.671616"], ["updated_at", "2018-10-11 16:40:31.671616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.673300"], ["updated_at", "2018-10-11 16:40:31.673300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.674988"], ["updated_at", "2018-10-11 16:40:31.674988"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.676661"], ["updated_at", "2018-10-11 16:40:31.676661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.678396"], ["updated_at", "2018-10-11 16:40:31.678396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.679964"], ["updated_at", "2018-10-11 16:40:31.679964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.681584"], ["updated_at", "2018-10-11 16:40:31.681584"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.683222"], ["updated_at", "2018-10-11 16:40:31.683222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.684887"], ["updated_at", "2018-10-11 16:40:31.684887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.686565"], ["updated_at", "2018-10-11 16:40:31.686565"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.688289"], ["updated_at", "2018-10-11 16:40:31.688289"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.690646"], ["updated_at", "2018-10-11 16:40:31.690646"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.693420"], ["updated_at", "2018-10-11 16:40:31.693420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.696416"], ["updated_at", "2018-10-11 16:40:31.696416"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.698114"], ["updated_at", "2018-10-11 16:40:31.698114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.699782"], ["updated_at", "2018-10-11 16:40:31.699782"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.701348"], ["updated_at", "2018-10-11 16:40:31.701348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.704621"], ["updated_at", "2018-10-11 16:40:31.704621"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.706338"], ["updated_at", "2018-10-11 16:40:31.706338"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.708060"], ["updated_at", "2018-10-11 16:40:31.708060"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.709832"], ["updated_at", "2018-10-11 16:40:31.709832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.711648"], ["updated_at", "2018-10-11 16:40:31.711648"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.713244"], ["updated_at", "2018-10-11 16:40:31.713244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.715063"], ["updated_at", "2018-10-11 16:40:31.715063"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.717409"], ["updated_at", "2018-10-11 16:40:31.717409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.722235"], ["updated_at", "2018-10-11 16:40:31.722235"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.724647"], ["updated_at", "2018-10-11 16:40:31.724647"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.727457"], ["updated_at", "2018-10-11 16:40:31.727457"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.730312"], ["updated_at", "2018-10-11 16:40:31.730312"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.732978"], ["updated_at", "2018-10-11 16:40:31.732978"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.735683"], ["updated_at", "2018-10-11 16:40:31.735683"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.738362"], ["updated_at", "2018-10-11 16:40:31.738362"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.740937"], ["updated_at", "2018-10-11 16:40:31.740937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.743528"], ["updated_at", "2018-10-11 16:40:31.743528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.745202"], ["updated_at", "2018-10-11 16:40:31.745202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.746754"], ["updated_at", "2018-10-11 16:40:31.746754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.748346"], ["updated_at", "2018-10-11 16:40:31.748346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.749945"], ["updated_at", "2018-10-11 16:40:31.749945"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.751489"], ["updated_at", "2018-10-11 16:40:31.751489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.753193"], ["updated_at", "2018-10-11 16:40:31.753193"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.755124"], ["updated_at", "2018-10-11 16:40:31.755124"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.758497"], ["updated_at", "2018-10-11 16:40:31.758497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.760384"], ["updated_at", "2018-10-11 16:40:31.760384"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.762182"], ["updated_at", "2018-10-11 16:40:31.762182"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.763767"], ["updated_at", "2018-10-11 16:40:31.763767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.765347"], ["updated_at", "2018-10-11 16:40:31.765347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.766956"], ["updated_at", "2018-10-11 16:40:31.766956"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.769822"], ["updated_at", "2018-10-11 16:40:31.769822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.771544"], ["updated_at", "2018-10-11 16:40:31.771544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.773125"], ["updated_at", "2018-10-11 16:40:31.773125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.774723"], ["updated_at", "2018-10-11 16:40:31.774723"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.776347"], ["updated_at", "2018-10-11 16:40:31.776347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.778115"], ["updated_at", "2018-10-11 16:40:31.778115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.779745"], ["updated_at", "2018-10-11 16:40:31.779745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.781335"], ["updated_at", "2018-10-11 16:40:31.781335"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.782958"], ["updated_at", "2018-10-11 16:40:31.782958"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.788029"], ["updated_at", "2018-10-11 16:40:31.788029"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.790972"], ["updated_at", "2018-10-11 16:40:31.790972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.792925"], ["updated_at", "2018-10-11 16:40:31.792925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.794623"], ["updated_at", "2018-10-11 16:40:31.794623"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.796302"], ["updated_at", "2018-10-11 16:40:31.796302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.797945"], ["updated_at", "2018-10-11 16:40:31.797945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.799704"], ["updated_at", "2018-10-11 16:40:31.799704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.801439"], ["updated_at", "2018-10-11 16:40:31.801439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.803227"], ["updated_at", "2018-10-11 16:40:31.803227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.804917"], ["updated_at", "2018-10-11 16:40:31.804917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.806701"], ["updated_at", "2018-10-11 16:40:31.806701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.808404"], ["updated_at", "2018-10-11 16:40:31.808404"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.810224"], ["updated_at", "2018-10-11 16:40:31.810224"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.812033"], ["updated_at", "2018-10-11 16:40:31.812033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.813700"], ["updated_at", "2018-10-11 16:40:31.813700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.815304"], ["updated_at", "2018-10-11 16:40:31.815304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.816851"], ["updated_at", "2018-10-11 16:40:31.816851"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.818495"], ["updated_at", "2018-10-11 16:40:31.818495"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.820205"], ["updated_at", "2018-10-11 16:40:31.820205"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.822659"], ["updated_at", "2018-10-11 16:40:31.822659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.826302"], ["updated_at", "2018-10-11 16:40:31.826302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.828319"], ["updated_at", "2018-10-11 16:40:31.828319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.830226"], ["updated_at", "2018-10-11 16:40:31.830226"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.831893"], ["updated_at", "2018-10-11 16:40:31.831893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.833522"], ["updated_at", "2018-10-11 16:40:31.833522"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.836600"], ["updated_at", "2018-10-11 16:40:31.836600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.838615"], ["updated_at", "2018-10-11 16:40:31.838615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.840316"], ["updated_at", "2018-10-11 16:40:31.840316"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.842004"], ["updated_at", "2018-10-11 16:40:31.842004"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.844218"], ["updated_at", "2018-10-11 16:40:31.844218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.845981"], ["updated_at", "2018-10-11 16:40:31.845981"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.847982"], ["updated_at", "2018-10-11 16:40:31.847982"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.851051"], ["updated_at", "2018-10-11 16:40:31.851051"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.856515"], ["updated_at", "2018-10-11 16:40:31.856515"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.859401"], ["updated_at", "2018-10-11 16:40:31.859401"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.862321"], ["updated_at", "2018-10-11 16:40:31.862321"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.864991"], ["updated_at", "2018-10-11 16:40:31.864991"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.867503"], ["updated_at", "2018-10-11 16:40:31.867503"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.870021"], ["updated_at", "2018-10-11 16:40:31.870021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.871869"], ["updated_at", "2018-10-11 16:40:31.871869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.873505"], ["updated_at", "2018-10-11 16:40:31.873505"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.875143"], ["updated_at", "2018-10-11 16:40:31.875143"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.876881"], ["updated_at", "2018-10-11 16:40:31.876881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.878632"], ["updated_at", "2018-10-11 16:40:31.878632"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.880161"], ["updated_at", "2018-10-11 16:40:31.880161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.881793"], ["updated_at", "2018-10-11 16:40:31.881793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.883609"], ["updated_at", "2018-10-11 16:40:31.883609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.885185"], ["updated_at", "2018-10-11 16:40:31.885185"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.886924"], ["updated_at", "2018-10-11 16:40:31.886924"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.889426"], ["updated_at", "2018-10-11 16:40:31.889426"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.892067"], ["updated_at", "2018-10-11 16:40:31.892067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.894107"], ["updated_at", "2018-10-11 16:40:31.894107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.895893"], ["updated_at", "2018-10-11 16:40:31.895893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.897512"], ["updated_at", "2018-10-11 16:40:31.897512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.899182"], ["updated_at", "2018-10-11 16:40:31.899182"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.900750"], ["updated_at", "2018-10-11 16:40:31.900750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.903694"], ["updated_at", "2018-10-11 16:40:31.903694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.905380"], ["updated_at", "2018-10-11 16:40:31.905380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.907006"], ["updated_at", "2018-10-11 16:40:31.907006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.908620"], ["updated_at", "2018-10-11 16:40:31.908620"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.910349"], ["updated_at", "2018-10-11 16:40:31.910349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.912047"], ["updated_at", "2018-10-11 16:40:31.912047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.913653"], ["updated_at", "2018-10-11 16:40:31.913653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.915266"], ["updated_at", "2018-10-11 16:40:31.915266"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.916869"], ["updated_at", "2018-10-11 16:40:31.916869"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.920636"], ["updated_at", "2018-10-11 16:40:31.920636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.924015"], ["updated_at", "2018-10-11 16:40:31.924015"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.925663"], ["updated_at", "2018-10-11 16:40:31.925663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.927361"], ["updated_at", "2018-10-11 16:40:31.927361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.929083"], ["updated_at", "2018-10-11 16:40:31.929083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.930665"], ["updated_at", "2018-10-11 16:40:31.930665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.932293"], ["updated_at", "2018-10-11 16:40:31.932293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.933931"], ["updated_at", "2018-10-11 16:40:31.933931"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.935503"], ["updated_at", "2018-10-11 16:40:31.935503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.937348"], ["updated_at", "2018-10-11 16:40:31.937348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.939013"], ["updated_at", "2018-10-11 16:40:31.939013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.940628"], ["updated_at", "2018-10-11 16:40:31.940628"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.942201"], ["updated_at", "2018-10-11 16:40:31.942201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.943930"], ["updated_at", "2018-10-11 16:40:31.943930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.945555"], ["updated_at", "2018-10-11 16:40:31.945555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.947201"], ["updated_at", "2018-10-11 16:40:31.947201"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.948798"], ["updated_at", "2018-10-11 16:40:31.948798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.950467"], ["updated_at", "2018-10-11 16:40:31.950467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.952073"], ["updated_at", "2018-10-11 16:40:31.952073"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.953693"], ["updated_at", "2018-10-11 16:40:31.953693"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.955702"], ["updated_at", "2018-10-11 16:40:31.955702"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.958272"], ["updated_at", "2018-10-11 16:40:31.958272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.960264"], ["updated_at", "2018-10-11 16:40:31.960264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.962002"], ["updated_at", "2018-10-11 16:40:31.962002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.963595"], ["updated_at", "2018-10-11 16:40:31.963595"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.965170"], ["updated_at", "2018-10-11 16:40:31.965170"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.966726"], ["updated_at", "2018-10-11 16:40:31.966726"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.969731"], ["updated_at", "2018-10-11 16:40:31.969731"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.972162"], ["updated_at", "2018-10-11 16:40:31.972162"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.974588"], ["updated_at", "2018-10-11 16:40:31.974588"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.977431"], ["updated_at", "2018-10-11 16:40:31.977431"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.980204"], ["updated_at", "2018-10-11 16:40:31.980204"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.983019"], ["updated_at", "2018-10-11 16:40:31.983019"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.987678"], ["updated_at", "2018-10-11 16:40:31.987678"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.991193"], ["updated_at", "2018-10-11 16:40:31.991193"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.993816"], ["updated_at", "2018-10-11 16:40:31.993816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.995600"], ["updated_at", "2018-10-11 16:40:31.995600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.997288"], ["updated_at", "2018-10-11 16:40:31.997288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:31.998937"], ["updated_at", "2018-10-11 16:40:31.998937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.000535"], ["updated_at", "2018-10-11 16:40:32.000535"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.002257"], ["updated_at", "2018-10-11 16:40:32.002257"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.004112"], ["updated_at", "2018-10-11 16:40:32.004112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.005856"], ["updated_at", "2018-10-11 16:40:32.005856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.007490"], ["updated_at", "2018-10-11 16:40:32.007490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.009211"], ["updated_at", "2018-10-11 16:40:32.009211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.010883"], ["updated_at", "2018-10-11 16:40:32.010883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.012586"], ["updated_at", "2018-10-11 16:40:32.012586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.014137"], ["updated_at", "2018-10-11 16:40:32.014137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.015735"], ["updated_at", "2018-10-11 16:40:32.015735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.017340"], ["updated_at", "2018-10-11 16:40:32.017340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.018964"], ["updated_at", "2018-10-11 16:40:32.018964"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.020751"], ["updated_at", "2018-10-11 16:40:32.020751"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.023300"], ["updated_at", "2018-10-11 16:40:32.023300"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.025867"], ["updated_at", "2018-10-11 16:40:32.025867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.027786"], ["updated_at", "2018-10-11 16:40:32.027786"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.029530"], ["updated_at", "2018-10-11 16:40:32.029530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.031110"], ["updated_at", "2018-10-11 16:40:32.031110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.032714"], ["updated_at", "2018-10-11 16:40:32.032714"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.035510"], ["updated_at", "2018-10-11 16:40:32.035510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.037601"], ["updated_at", "2018-10-11 16:40:32.037601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.039323"], ["updated_at", "2018-10-11 16:40:32.039323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.040925"], ["updated_at", "2018-10-11 16:40:32.040925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.042619"], ["updated_at", "2018-10-11 16:40:32.042619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.044373"], ["updated_at", "2018-10-11 16:40:32.044373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.046065"], ["updated_at", "2018-10-11 16:40:32.046065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.047713"], ["updated_at", "2018-10-11 16:40:32.047713"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.049305"], ["updated_at", "2018-10-11 16:40:32.049305"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.051970"], ["updated_at", "2018-10-11 16:40:32.051970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.056553"], ["updated_at", "2018-10-11 16:40:32.056553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.058405"], ["updated_at", "2018-10-11 16:40:32.058405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.060116"], ["updated_at", "2018-10-11 16:40:32.060116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.061841"], ["updated_at", "2018-10-11 16:40:32.061841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.063408"], ["updated_at", "2018-10-11 16:40:32.063408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.065042"], ["updated_at", "2018-10-11 16:40:32.065042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.066587"], ["updated_at", "2018-10-11 16:40:32.066587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.068217"], ["updated_at", "2018-10-11 16:40:32.068217"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.070003"], ["updated_at", "2018-10-11 16:40:32.070003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.071863"], ["updated_at", "2018-10-11 16:40:32.071863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.073534"], ["updated_at", "2018-10-11 16:40:32.073534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.075101"], ["updated_at", "2018-10-11 16:40:32.075101"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.076845"], ["updated_at", "2018-10-11 16:40:32.076845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.078669"], ["updated_at", "2018-10-11 16:40:32.078669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.080326"], ["updated_at", "2018-10-11 16:40:32.080326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.081917"], ["updated_at", "2018-10-11 16:40:32.081917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.083580"], ["updated_at", "2018-10-11 16:40:32.083580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.085245"], ["updated_at", "2018-10-11 16:40:32.085245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.086914"], ["updated_at", "2018-10-11 16:40:32.086914"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.089002"], ["updated_at", "2018-10-11 16:40:32.089002"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.092498"], ["updated_at", "2018-10-11 16:40:32.092498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.094889"], ["updated_at", "2018-10-11 16:40:32.094889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.096652"], ["updated_at", "2018-10-11 16:40:32.096652"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.098528"], ["updated_at", "2018-10-11 16:40:32.098528"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.102455"], ["updated_at", "2018-10-11 16:40:32.102455"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.106012"], ["updated_at", "2018-10-11 16:40:32.106012"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.108684"], ["updated_at", "2018-10-11 16:40:32.108684"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.111470"], ["updated_at", "2018-10-11 16:40:32.111470"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.114106"], ["updated_at", "2018-10-11 16:40:32.114106"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.116692"], ["updated_at", "2018-10-11 16:40:32.116692"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.121233"], ["updated_at", "2018-10-11 16:40:32.121233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.123783"], ["updated_at", "2018-10-11 16:40:32.123783"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.125455"], ["updated_at", "2018-10-11 16:40:32.125455"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.128169"], ["updated_at", "2018-10-11 16:40:32.128169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.130236"], ["updated_at", "2018-10-11 16:40:32.130236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.131964"], ["updated_at", "2018-10-11 16:40:32.131964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.133573"], ["updated_at", "2018-10-11 16:40:32.133573"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.135159"], ["updated_at", "2018-10-11 16:40:32.135159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.136975"], ["updated_at", "2018-10-11 16:40:32.136975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.138637"], ["updated_at", "2018-10-11 16:40:32.138637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.140339"], ["updated_at", "2018-10-11 16:40:32.140339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.142042"], ["updated_at", "2018-10-11 16:40:32.142042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.143762"], ["updated_at", "2018-10-11 16:40:32.143762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.145441"], ["updated_at", "2018-10-11 16:40:32.145441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.147038"], ["updated_at", "2018-10-11 16:40:32.147038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.148573"], ["updated_at", "2018-10-11 16:40:32.148573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.150127"], ["updated_at", "2018-10-11 16:40:32.150127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.151762"], ["updated_at", "2018-10-11 16:40:32.151762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.153419"], ["updated_at", "2018-10-11 16:40:32.153419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.155195"], ["updated_at", "2018-10-11 16:40:32.155195"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.157485"], ["updated_at", "2018-10-11 16:40:32.157485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.159801"], ["updated_at", "2018-10-11 16:40:32.159801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.161614"], ["updated_at", "2018-10-11 16:40:32.161614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.163337"], ["updated_at", "2018-10-11 16:40:32.163337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.165029"], ["updated_at", "2018-10-11 16:40:32.165029"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.166598"], ["updated_at", "2018-10-11 16:40:32.166598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.169722"], ["updated_at", "2018-10-11 16:40:32.169722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.171442"], ["updated_at", "2018-10-11 16:40:32.171442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.173042"], ["updated_at", "2018-10-11 16:40:32.173042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.174677"], ["updated_at", "2018-10-11 16:40:32.174677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.176426"], ["updated_at", "2018-10-11 16:40:32.176426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.178046"], ["updated_at", "2018-10-11 16:40:32.178046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.179655"], ["updated_at", "2018-10-11 16:40:32.179655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.181195"], ["updated_at", "2018-10-11 16:40:32.181195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.182896"], ["updated_at", "2018-10-11 16:40:32.182896"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.185152"], ["updated_at", "2018-10-11 16:40:32.185152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.189241"], ["updated_at", "2018-10-11 16:40:32.189241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.191573"], ["updated_at", "2018-10-11 16:40:32.191573"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.193392"], ["updated_at", "2018-10-11 16:40:32.193392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.195158"], ["updated_at", "2018-10-11 16:40:32.195158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.196813"], ["updated_at", "2018-10-11 16:40:32.196813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.198404"], ["updated_at", "2018-10-11 16:40:32.198404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.200000"], ["updated_at", "2018-10-11 16:40:32.200000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.201665"], ["updated_at", "2018-10-11 16:40:32.201665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.203338"], ["updated_at", "2018-10-11 16:40:32.203338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.205017"], ["updated_at", "2018-10-11 16:40:32.205017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.206598"], ["updated_at", "2018-10-11 16:40:32.206598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.208218"], ["updated_at", "2018-10-11 16:40:32.208218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.210006"], ["updated_at", "2018-10-11 16:40:32.210006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.211806"], ["updated_at", "2018-10-11 16:40:32.211806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.213550"], ["updated_at", "2018-10-11 16:40:32.213550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.215171"], ["updated_at", "2018-10-11 16:40:32.215171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.216714"], ["updated_at", "2018-10-11 16:40:32.216714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.218328"], ["updated_at", "2018-10-11 16:40:32.218328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.219968"], ["updated_at", "2018-10-11 16:40:32.219968"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.221756"], ["updated_at", "2018-10-11 16:40:32.221756"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.224441"], ["updated_at", "2018-10-11 16:40:32.224441"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.226947"], ["updated_at", "2018-10-11 16:40:32.226947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.229197"], ["updated_at", "2018-10-11 16:40:32.229197"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.231276"], ["updated_at", "2018-10-11 16:40:32.231276"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.233189"], ["updated_at", "2018-10-11 16:40:32.233189"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.235162"], ["updated_at", "2018-10-11 16:40:32.235162"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.237414"], ["updated_at", "2018-10-11 16:40:32.237414"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.241893"], ["updated_at", "2018-10-11 16:40:32.241893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.244665"], ["updated_at", "2018-10-11 16:40:32.244665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.246371"], ["updated_at", "2018-10-11 16:40:32.246371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.248029"], ["updated_at", "2018-10-11 16:40:32.248029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.249702"], ["updated_at", "2018-10-11 16:40:32.249702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.251258"], ["updated_at", "2018-10-11 16:40:32.251258"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.252903"], ["updated_at", "2018-10-11 16:40:32.252903"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.255492"], ["updated_at", "2018-10-11 16:40:32.255492"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.259319"], ["updated_at", "2018-10-11 16:40:32.259319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.261854"], ["updated_at", "2018-10-11 16:40:32.261854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.263543"], ["updated_at", "2018-10-11 16:40:32.263543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.265188"], ["updated_at", "2018-10-11 16:40:32.265188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.266774"], ["updated_at", "2018-10-11 16:40:32.266774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.268365"], ["updated_at", "2018-10-11 16:40:32.268365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.270037"], ["updated_at", "2018-10-11 16:40:32.270037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.271749"], ["updated_at", "2018-10-11 16:40:32.271749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.273431"], ["updated_at", "2018-10-11 16:40:32.273431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.275027"], ["updated_at", "2018-10-11 16:40:32.275027"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.276604"], ["updated_at", "2018-10-11 16:40:32.276604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.278417"], ["updated_at", "2018-10-11 16:40:32.278417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.280089"], ["updated_at", "2018-10-11 16:40:32.280089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.281790"], ["updated_at", "2018-10-11 16:40:32.281790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.283465"], ["updated_at", "2018-10-11 16:40:32.283465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.285103"], ["updated_at", "2018-10-11 16:40:32.285103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.286747"], ["updated_at", "2018-10-11 16:40:32.286747"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.288836"], ["updated_at", "2018-10-11 16:40:32.288836"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.291452"], ["updated_at", "2018-10-11 16:40:32.291452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.293453"], ["updated_at", "2018-10-11 16:40:32.293453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.295350"], ["updated_at", "2018-10-11 16:40:32.295350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.297147"], ["updated_at", "2018-10-11 16:40:32.297147"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.298821"], ["updated_at", "2018-10-11 16:40:32.298821"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.300482"], ["updated_at", "2018-10-11 16:40:32.300482"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.303587"], ["updated_at", "2018-10-11 16:40:32.303587"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.307501"], ["updated_at", "2018-10-11 16:40:32.307501"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.310898"], ["updated_at", "2018-10-11 16:40:32.310898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.312904"], ["updated_at", "2018-10-11 16:40:32.312904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.314574"], ["updated_at", "2018-10-11 16:40:32.314574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.316126"], ["updated_at", "2018-10-11 16:40:32.316126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.317713"], ["updated_at", "2018-10-11 16:40:32.317713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.319327"], ["updated_at", "2018-10-11 16:40:32.319327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.321038"], ["updated_at", "2018-10-11 16:40:32.321038"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.322666"], ["updated_at", "2018-10-11 16:40:32.322666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.324505"], ["updated_at", "2018-10-11 16:40:32.324505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.326203"], ["updated_at", "2018-10-11 16:40:32.326203"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.328004"], ["updated_at", "2018-10-11 16:40:32.328004"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.330058"], ["updated_at", "2018-10-11 16:40:32.330058"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.332323"], ["updated_at", "2018-10-11 16:40:32.332323"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.334359"], ["updated_at", "2018-10-11 16:40:32.334359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.336250"], ["updated_at", "2018-10-11 16:40:32.336250"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.337798"], ["updated_at", "2018-10-11 16:40:32.337798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.340127"], ["updated_at", "2018-10-11 16:40:32.340127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.341798"], ["updated_at", "2018-10-11 16:40:32.341798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.343367"], ["updated_at", "2018-10-11 16:40:32.343367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.345132"], ["updated_at", "2018-10-11 16:40:32.345132"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.347127"], ["updated_at", "2018-10-11 16:40:32.347127"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.349881"], ["updated_at", "2018-10-11 16:40:32.349881"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.352572"], ["updated_at", "2018-10-11 16:40:32.352572"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.354966"], ["updated_at", "2018-10-11 16:40:32.354966"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.357944"], ["updated_at", "2018-10-11 16:40:32.357944"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.360358"], ["updated_at", "2018-10-11 16:40:32.360358"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.362391"], ["updated_at", "2018-10-11 16:40:32.362391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.364338"], ["updated_at", "2018-10-11 16:40:32.364338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.366135"], ["updated_at", "2018-10-11 16:40:32.366135"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.367777"], ["updated_at", "2018-10-11 16:40:32.367777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.369314"], ["updated_at", "2018-10-11 16:40:32.369314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.372908"], ["updated_at", "2018-10-11 16:40:32.372908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.374542"], ["updated_at", "2018-10-11 16:40:32.374542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.376185"], ["updated_at", "2018-10-11 16:40:32.376185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.378174"], ["updated_at", "2018-10-11 16:40:32.378174"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.380245"], ["updated_at", "2018-10-11 16:40:32.380245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.382474"], ["updated_at", "2018-10-11 16:40:32.382474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.384509"], ["updated_at", "2018-10-11 16:40:32.384509"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.386565"], ["updated_at", "2018-10-11 16:40:32.386565"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.390235"], ["updated_at", "2018-10-11 16:40:32.390235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.394874"], ["updated_at", "2018-10-11 16:40:32.394874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.396581"], ["updated_at", "2018-10-11 16:40:32.396581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.398228"], ["updated_at", "2018-10-11 16:40:32.398228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.399871"], ["updated_at", "2018-10-11 16:40:32.399871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.401454"], ["updated_at", "2018-10-11 16:40:32.401454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.403437"], ["updated_at", "2018-10-11 16:40:32.403437"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.405255"], ["updated_at", "2018-10-11 16:40:32.405255"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.406934"], ["updated_at", "2018-10-11 16:40:32.406934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.408670"], ["updated_at", "2018-10-11 16:40:32.408670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.410318"], ["updated_at", "2018-10-11 16:40:32.410318"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.411866"], ["updated_at", "2018-10-11 16:40:32.411866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.413566"], ["updated_at", "2018-10-11 16:40:32.413566"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.415450"], ["updated_at", "2018-10-11 16:40:32.415450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.417162"], ["updated_at", "2018-10-11 16:40:32.417162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.418725"], ["updated_at", "2018-10-11 16:40:32.418725"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.420338"], ["updated_at", "2018-10-11 16:40:32.420338"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.422508"], ["updated_at", "2018-10-11 16:40:32.422508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.425693"], ["updated_at", "2018-10-11 16:40:32.425693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.427544"], ["updated_at", "2018-10-11 16:40:32.427544"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.429311"], ["updated_at", "2018-10-11 16:40:32.429311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.431144"], ["updated_at", "2018-10-11 16:40:32.431144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.432885"], ["updated_at", "2018-10-11 16:40:32.432885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.434482"], ["updated_at", "2018-10-11 16:40:32.434482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.437754"], ["updated_at", "2018-10-11 16:40:32.437754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.439389"], ["updated_at", "2018-10-11 16:40:32.439389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.441115"], ["updated_at", "2018-10-11 16:40:32.441115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.442807"], ["updated_at", "2018-10-11 16:40:32.442807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.444494"], ["updated_at", "2018-10-11 16:40:32.444494"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.446086"], ["updated_at", "2018-10-11 16:40:32.446086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.447821"], ["updated_at", "2018-10-11 16:40:32.447821"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.449511"], ["updated_at", "2018-10-11 16:40:32.449511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.451183"], ["updated_at", "2018-10-11 16:40:32.451183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.452764"], ["updated_at", "2018-10-11 16:40:32.452764"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.454517"], ["updated_at", "2018-10-11 16:40:32.454517"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.458725"], ["updated_at", "2018-10-11 16:40:32.458725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.461520"], ["updated_at", "2018-10-11 16:40:32.461520"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.463106"], ["updated_at", "2018-10-11 16:40:32.463106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.464834"], ["updated_at", "2018-10-11 16:40:32.464834"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.466644"], ["updated_at", "2018-10-11 16:40:32.466644"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.469382"], ["updated_at", "2018-10-11 16:40:32.469382"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.472096"], ["updated_at", "2018-10-11 16:40:32.472096"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.474951"], ["updated_at", "2018-10-11 16:40:32.474951"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.477567"], ["updated_at", "2018-10-11 16:40:32.477567"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.480422"], ["updated_at", "2018-10-11 16:40:32.480422"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.483333"], ["updated_at", "2018-10-11 16:40:32.483333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.485922"], ["updated_at", "2018-10-11 16:40:32.485922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.487694"], ["updated_at", "2018-10-11 16:40:32.487694"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.489521"], ["updated_at", "2018-10-11 16:40:32.489521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.492360"], ["updated_at", "2018-10-11 16:40:32.492360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.494172"], ["updated_at", "2018-10-11 16:40:32.494172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.495767"], ["updated_at", "2018-10-11 16:40:32.495767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.497567"], ["updated_at", "2018-10-11 16:40:32.497567"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.499316"], ["updated_at", "2018-10-11 16:40:32.499316"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.500935"], ["updated_at", "2018-10-11 16:40:32.500935"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.503748"], ["updated_at", "2018-10-11 16:40:32.503748"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.506765"], ["updated_at", "2018-10-11 16:40:32.506765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.510690"], ["updated_at", "2018-10-11 16:40:32.510690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.512348"], ["updated_at", "2018-10-11 16:40:32.512348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.514041"], ["updated_at", "2018-10-11 16:40:32.514041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.515812"], ["updated_at", "2018-10-11 16:40:32.515812"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.517475"], ["updated_at", "2018-10-11 16:40:32.517475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.519151"], ["updated_at", "2018-10-11 16:40:32.519151"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.520747"], ["updated_at", "2018-10-11 16:40:32.520747"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.522512"], ["updated_at", "2018-10-11 16:40:32.522512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.524393"], ["updated_at", "2018-10-11 16:40:32.524393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) [32mINSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.526102"], ["updated_at", "2018-10-11 16:40:32.526102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.527732"], ["updated_at", "2018-10-11 16:40:32.527732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.529307"], ["updated_at", "2018-10-11 16:40:32.529307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.530921"], ["updated_at", "2018-10-11 16:40:32.530921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.532618"], ["updated_at", "2018-10-11 16:40:32.532618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.534211"], ["updated_at", "2018-10-11 16:40:32.534211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.535835"], ["updated_at", "2018-10-11 16:40:32.535835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.537420"], ["updated_at", "2018-10-11 16:40:32.537420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.539039"], ["updated_at", "2018-10-11 16:40:32.539039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.540655"], ["updated_at", "2018-10-11 16:40:32.540655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.542360"], ["updated_at", "2018-10-11 16:40:32.542360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.544033"], ["updated_at", "2018-10-11 16:40:32.544033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.545611"], ["updated_at", "2018-10-11 16:40:32.545611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.547291"], ["updated_at", "2018-10-11 16:40:32.547291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.548960"], ["updated_at", "2018-10-11 16:40:32.548960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.550629"], ["updated_at", "2018-10-11 16:40:32.550629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.552188"], ["updated_at", "2018-10-11 16:40:32.552188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.553834"], ["updated_at", "2018-10-11 16:40:32.553834"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.555597"], ["updated_at", "2018-10-11 16:40:32.555597"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.558341"], ["updated_at", "2018-10-11 16:40:32.558341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.561515"], ["updated_at", "2018-10-11 16:40:32.561515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.563186"], ["updated_at", "2018-10-11 16:40:32.563186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.564922"], ["updated_at", "2018-10-11 16:40:32.564922"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.566579"], ["updated_at", "2018-10-11 16:40:32.566579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.569330"], ["updated_at", "2018-10-11 16:40:32.569330"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.570900"], ["updated_at", "2018-10-11 16:40:32.570900"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.574827"], ["updated_at", "2018-10-11 16:40:32.574827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.578333"], ["updated_at", "2018-10-11 16:40:32.578333"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.580000"], ["updated_at", "2018-10-11 16:40:32.580000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.581815"], ["updated_at", "2018-10-11 16:40:32.581815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.583526"], ["updated_at", "2018-10-11 16:40:32.583526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.585197"], ["updated_at", "2018-10-11 16:40:32.585197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.586738"], ["updated_at", "2018-10-11 16:40:32.586738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.588394"], ["updated_at", "2018-10-11 16:40:32.588394"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.590128"], ["updated_at", "2018-10-11 16:40:32.590128"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.592452"], ["updated_at", "2018-10-11 16:40:32.592452"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.595106"], ["updated_at", "2018-10-11 16:40:32.595106"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.597842"], ["updated_at", "2018-10-11 16:40:32.597842"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.600710"], ["updated_at", "2018-10-11 16:40:32.600710"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.603375"], ["updated_at", "2018-10-11 16:40:32.603375"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.605998"], ["updated_at", "2018-10-11 16:40:32.605998"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.608804"], ["updated_at", "2018-10-11 16:40:32.608804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.611237"], ["updated_at", "2018-10-11 16:40:32.611237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.612902"], ["updated_at", "2018-10-11 16:40:32.612902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.614631"], ["updated_at", "2018-10-11 16:40:32.614631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.616348"], ["updated_at", "2018-10-11 16:40:32.616348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.617975"], ["updated_at", "2018-10-11 16:40:32.617975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.619563"], ["updated_at", "2018-10-11 16:40:32.619563"], ["parent_id", 39895952907]] Kithe::Work Create (5.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.621140"], ["updated_at", "2018-10-11 16:40:32.621140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.629038"], ["updated_at", "2018-10-11 16:40:32.629038"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.630897"], ["updated_at", "2018-10-11 16:40:32.630897"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.633029"], ["updated_at", "2018-10-11 16:40:32.633029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.634850"], ["updated_at", "2018-10-11 16:40:32.634850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.636450"], ["updated_at", "2018-10-11 16:40:32.636450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.639283"], ["updated_at", "2018-10-11 16:40:32.639283"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.641069"], ["updated_at", "2018-10-11 16:40:32.641069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.642850"], ["updated_at", "2018-10-11 16:40:32.642850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.644442"], ["updated_at", "2018-10-11 16:40:32.644442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.646051"], ["updated_at", "2018-10-11 16:40:32.646051"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.647749"], ["updated_at", "2018-10-11 16:40:32.647749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.649769"], ["updated_at", "2018-10-11 16:40:32.649769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.651590"], ["updated_at", "2018-10-11 16:40:32.651590"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.653335"], ["updated_at", "2018-10-11 16:40:32.653335"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.655741"], ["updated_at", "2018-10-11 16:40:32.655741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.659468"], ["updated_at", "2018-10-11 16:40:32.659468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.662089"], ["updated_at", "2018-10-11 16:40:32.662089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.663848"], ["updated_at", "2018-10-11 16:40:32.663848"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.665755"], ["updated_at", "2018-10-11 16:40:32.665755"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.667930"], ["updated_at", "2018-10-11 16:40:32.667930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.670055"], ["updated_at", "2018-10-11 16:40:32.670055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.671932"], ["updated_at", "2018-10-11 16:40:32.671932"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.673739"], ["updated_at", "2018-10-11 16:40:32.673739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.675805"], ["updated_at", "2018-10-11 16:40:32.675805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.678071"], ["updated_at", "2018-10-11 16:40:32.678071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.679774"], ["updated_at", "2018-10-11 16:40:32.679774"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.681502"], ["updated_at", "2018-10-11 16:40:32.681502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.683696"], ["updated_at", "2018-10-11 16:40:32.683696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.685378"], ["updated_at", "2018-10-11 16:40:32.685378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.687007"], ["updated_at", "2018-10-11 16:40:32.687007"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.689178"], ["updated_at", "2018-10-11 16:40:32.689178"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.692486"], ["updated_at", "2018-10-11 16:40:32.692486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.694497"], ["updated_at", "2018-10-11 16:40:32.694497"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.696164"], ["updated_at", "2018-10-11 16:40:32.696164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.697786"], ["updated_at", "2018-10-11 16:40:32.697786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.699538"], ["updated_at", "2018-10-11 16:40:32.699538"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.701162"], ["updated_at", "2018-10-11 16:40:32.701162"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.703997"], ["updated_at", "2018-10-11 16:40:32.703997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.705774"], ["updated_at", "2018-10-11 16:40:32.705774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.707375"], ["updated_at", "2018-10-11 16:40:32.707375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.709049"], ["updated_at", "2018-10-11 16:40:32.709049"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.710729"], ["updated_at", "2018-10-11 16:40:32.710729"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.712813"], ["updated_at", "2018-10-11 16:40:32.712813"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.715725"], ["updated_at", "2018-10-11 16:40:32.715725"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.718542"], ["updated_at", "2018-10-11 16:40:32.718542"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.721167"], ["updated_at", "2018-10-11 16:40:32.721167"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.726916"], ["updated_at", "2018-10-11 16:40:32.726916"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.730624"], ["updated_at", "2018-10-11 16:40:32.730624"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.733392"], ["updated_at", "2018-10-11 16:40:32.733392"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.735607"], ["updated_at", "2018-10-11 16:40:32.735607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.737285"], ["updated_at", "2018-10-11 16:40:32.737285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.738877"], ["updated_at", "2018-10-11 16:40:32.738877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.740468"], ["updated_at", "2018-10-11 16:40:32.740468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.742135"], ["updated_at", "2018-10-11 16:40:32.742135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.743816"], ["updated_at", "2018-10-11 16:40:32.743816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.745388"], ["updated_at", "2018-10-11 16:40:32.745388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.746992"], ["updated_at", "2018-10-11 16:40:32.746992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.748604"], ["updated_at", "2018-10-11 16:40:32.748604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.750253"], ["updated_at", "2018-10-11 16:40:32.750253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.751828"], ["updated_at", "2018-10-11 16:40:32.751828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.753546"], ["updated_at", "2018-10-11 16:40:32.753546"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.755370"], ["updated_at", "2018-10-11 16:40:32.755370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.757879"], ["updated_at", "2018-10-11 16:40:32.757879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.760130"], ["updated_at", "2018-10-11 16:40:32.760130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.761775"], ["updated_at", "2018-10-11 16:40:32.761775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.763576"], ["updated_at", "2018-10-11 16:40:32.763576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.765302"], ["updated_at", "2018-10-11 16:40:32.765302"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.767015"], ["updated_at", "2018-10-11 16:40:32.767015"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.769769"], ["updated_at", "2018-10-11 16:40:32.769769"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.772343"], ["updated_at", "2018-10-11 16:40:32.772343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.775766"], ["updated_at", "2018-10-11 16:40:32.775766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.777966"], ["updated_at", "2018-10-11 16:40:32.777966"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.779698"], ["updated_at", "2018-10-11 16:40:32.779698"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.783071"], ["updated_at", "2018-10-11 16:40:32.783071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.784822"], ["updated_at", "2018-10-11 16:40:32.784822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.786393"], ["updated_at", "2018-10-11 16:40:32.786393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.788023"], ["updated_at", "2018-10-11 16:40:32.788023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.789603"], ["updated_at", "2018-10-11 16:40:32.789603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.791274"], ["updated_at", "2018-10-11 16:40:32.791274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.793292"], ["updated_at", "2018-10-11 16:40:32.793292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.795004"], ["updated_at", "2018-10-11 16:40:32.795004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.796646"], ["updated_at", "2018-10-11 16:40:32.796646"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.798252"], ["updated_at", "2018-10-11 16:40:32.798252"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.800196"], ["updated_at", "2018-10-11 16:40:32.800196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.801920"], ["updated_at", "2018-10-11 16:40:32.801920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.803528"], ["updated_at", "2018-10-11 16:40:32.803528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.805085"], ["updated_at", "2018-10-11 16:40:32.805085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.806732"], ["updated_at", "2018-10-11 16:40:32.806732"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.808376"], ["updated_at", "2018-10-11 16:40:32.808376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.810237"], ["updated_at", "2018-10-11 16:40:32.810237"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.812012"], ["updated_at", "2018-10-11 16:40:32.812012"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.813804"], ["updated_at", "2018-10-11 16:40:32.813804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.815750"], ["updated_at", "2018-10-11 16:40:32.815750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.817565"], ["updated_at", "2018-10-11 16:40:32.817565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.819240"], ["updated_at", "2018-10-11 16:40:32.819240"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.820967"], ["updated_at", "2018-10-11 16:40:32.820967"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.823538"], ["updated_at", "2018-10-11 16:40:32.823538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.826189"], ["updated_at", "2018-10-11 16:40:32.826189"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.827930"], ["updated_at", "2018-10-11 16:40:32.827930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.830344"], ["updated_at", "2018-10-11 16:40:32.830344"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.832074"], ["updated_at", "2018-10-11 16:40:32.832074"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.834056"], ["updated_at", "2018-10-11 16:40:32.834056"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.837054"], ["updated_at", "2018-10-11 16:40:32.837054"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.840396"], ["updated_at", "2018-10-11 16:40:32.840396"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.845197"], ["updated_at", "2018-10-11 16:40:32.845197"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.847850"], ["updated_at", "2018-10-11 16:40:32.847850"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.850687"], ["updated_at", "2018-10-11 16:40:32.850687"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.853297"], ["updated_at", "2018-10-11 16:40:32.853297"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.855922"], ["updated_at", "2018-10-11 16:40:32.855922"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.858774"], ["updated_at", "2018-10-11 16:40:32.858774"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.861110"], ["updated_at", "2018-10-11 16:40:32.861110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.863151"], ["updated_at", "2018-10-11 16:40:32.863151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.864832"], ["updated_at", "2018-10-11 16:40:32.864832"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.866592"], ["updated_at", "2018-10-11 16:40:32.866592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.868496"], ["updated_at", "2018-10-11 16:40:32.868496"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.870071"], ["updated_at", "2018-10-11 16:40:32.870071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.871753"], ["updated_at", "2018-10-11 16:40:32.871753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.873409"], ["updated_at", "2018-10-11 16:40:32.873409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.875170"], ["updated_at", "2018-10-11 16:40:32.875170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.876947"], ["updated_at", "2018-10-11 16:40:32.876947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.878563"], ["updated_at", "2018-10-11 16:40:32.878563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.880174"], ["updated_at", "2018-10-11 16:40:32.880174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.881852"], ["updated_at", "2018-10-11 16:40:32.881852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.883609"], ["updated_at", "2018-10-11 16:40:32.883609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.885387"], ["updated_at", "2018-10-11 16:40:32.885387"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.887442"], ["updated_at", "2018-10-11 16:40:32.887442"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.893077"], ["updated_at", "2018-10-11 16:40:32.893077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.895436"], ["updated_at", "2018-10-11 16:40:32.895436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.897555"], ["updated_at", "2018-10-11 16:40:32.897555"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.900483"], ["updated_at", "2018-10-11 16:40:32.900483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.903042"], ["updated_at", "2018-10-11 16:40:32.903042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.904773"], ["updated_at", "2018-10-11 16:40:32.904773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.906363"], ["updated_at", "2018-10-11 16:40:32.906363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.911247"], ["updated_at", "2018-10-11 16:40:32.911247"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.913016"], ["updated_at", "2018-10-11 16:40:32.913016"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.914811"], ["updated_at", "2018-10-11 16:40:32.914811"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.916737"], ["updated_at", "2018-10-11 16:40:32.916737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.918635"], ["updated_at", "2018-10-11 16:40:32.918635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.920258"], ["updated_at", "2018-10-11 16:40:32.920258"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.922921"], ["updated_at", "2018-10-11 16:40:32.922921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.927071"], ["updated_at", "2018-10-11 16:40:32.927071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.929071"], ["updated_at", "2018-10-11 16:40:32.929071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.930754"], ["updated_at", "2018-10-11 16:40:32.930754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.932476"], ["updated_at", "2018-10-11 16:40:32.932476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.934363"], ["updated_at", "2018-10-11 16:40:32.934363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.936105"], ["updated_at", "2018-10-11 16:40:32.936105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.937684"], ["updated_at", "2018-10-11 16:40:32.937684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.939361"], ["updated_at", "2018-10-11 16:40:32.939361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.940984"], ["updated_at", "2018-10-11 16:40:32.940984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.942647"], ["updated_at", "2018-10-11 16:40:32.942647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.944324"], ["updated_at", "2018-10-11 16:40:32.944324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.946030"], ["updated_at", "2018-10-11 16:40:32.946030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.947666"], ["updated_at", "2018-10-11 16:40:32.947666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.949262"], ["updated_at", "2018-10-11 16:40:32.949262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.950974"], ["updated_at", "2018-10-11 16:40:32.950974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.952620"], ["updated_at", "2018-10-11 16:40:32.952620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.954253"], ["updated_at", "2018-10-11 16:40:32.954253"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.956129"], ["updated_at", "2018-10-11 16:40:32.956129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.958581"], ["updated_at", "2018-10-11 16:40:32.958581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.960826"], ["updated_at", "2018-10-11 16:40:32.960826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.962539"], ["updated_at", "2018-10-11 16:40:32.962539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.964151"], ["updated_at", "2018-10-11 16:40:32.964151"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.965895"], ["updated_at", "2018-10-11 16:40:32.965895"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.968062"], ["updated_at", "2018-10-11 16:40:32.968062"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.972370"], ["updated_at", "2018-10-11 16:40:32.972370"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.974994"], ["updated_at", "2018-10-11 16:40:32.974994"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.977506"], ["updated_at", "2018-10-11 16:40:32.977506"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.980156"], ["updated_at", "2018-10-11 16:40:32.980156"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.982920"], ["updated_at", "2018-10-11 16:40:32.982920"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.985606"], ["updated_at", "2018-10-11 16:40:32.985606"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.987369"], ["updated_at", "2018-10-11 16:40:32.987369"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.990210"], ["updated_at", "2018-10-11 16:40:32.990210"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.994044"], ["updated_at", "2018-10-11 16:40:32.994044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.995824"], ["updated_at", "2018-10-11 16:40:32.995824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.997464"], ["updated_at", "2018-10-11 16:40:32.997464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:32.999124"], ["updated_at", "2018-10-11 16:40:32.999124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.000805"], ["updated_at", "2018-10-11 16:40:33.000805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.002444"], ["updated_at", "2018-10-11 16:40:33.002444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.004082"], ["updated_at", "2018-10-11 16:40:33.004082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.005653"], ["updated_at", "2018-10-11 16:40:33.005653"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.007278"], ["updated_at", "2018-10-11 16:40:33.007278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.009142"], ["updated_at", "2018-10-11 16:40:33.009142"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.010889"], ["updated_at", "2018-10-11 16:40:33.010889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.012604"], ["updated_at", "2018-10-11 16:40:33.012604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.014215"], ["updated_at", "2018-10-11 16:40:33.014215"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.016015"], ["updated_at", "2018-10-11 16:40:33.016015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.017866"], ["updated_at", "2018-10-11 16:40:33.017866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.019588"], ["updated_at", "2018-10-11 16:40:33.019588"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.021188"], ["updated_at", "2018-10-11 16:40:33.021188"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.022897"], ["updated_at", "2018-10-11 16:40:33.022897"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.025481"], ["updated_at", "2018-10-11 16:40:33.025481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.027704"], ["updated_at", "2018-10-11 16:40:33.027704"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.029406"], ["updated_at", "2018-10-11 16:40:33.029406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.031173"], ["updated_at", "2018-10-11 16:40:33.031173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.032965"], ["updated_at", "2018-10-11 16:40:33.032965"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.034783"], ["updated_at", "2018-10-11 16:40:33.034783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.037774"], ["updated_at", "2018-10-11 16:40:33.037774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.039424"], ["updated_at", "2018-10-11 16:40:33.039424"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.041136"], ["updated_at", "2018-10-11 16:40:33.041136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.044185"], ["updated_at", "2018-10-11 16:40:33.044185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.045836"], ["updated_at", "2018-10-11 16:40:33.045836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.047442"], ["updated_at", "2018-10-11 16:40:33.047442"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.049120"], ["updated_at", "2018-10-11 16:40:33.049120"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.050891"], ["updated_at", "2018-10-11 16:40:33.050891"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.052624"], ["updated_at", "2018-10-11 16:40:33.052624"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.054274"], ["updated_at", "2018-10-11 16:40:33.054274"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.057062"], ["updated_at", "2018-10-11 16:40:33.057062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.060843"], ["updated_at", "2018-10-11 16:40:33.060843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.062638"], ["updated_at", "2018-10-11 16:40:33.062638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.064378"], ["updated_at", "2018-10-11 16:40:33.064378"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.066180"], ["updated_at", "2018-10-11 16:40:33.066180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.067945"], ["updated_at", "2018-10-11 16:40:33.067945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.069584"], ["updated_at", "2018-10-11 16:40:33.069584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.071213"], ["updated_at", "2018-10-11 16:40:33.071213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.072809"], ["updated_at", "2018-10-11 16:40:33.072809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.074419"], ["updated_at", "2018-10-11 16:40:33.074419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.076194"], ["updated_at", "2018-10-11 16:40:33.076194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.078031"], ["updated_at", "2018-10-11 16:40:33.078031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.079662"], ["updated_at", "2018-10-11 16:40:33.079662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.081282"], ["updated_at", "2018-10-11 16:40:33.081282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.082920"], ["updated_at", "2018-10-11 16:40:33.082920"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.084798"], ["updated_at", "2018-10-11 16:40:33.084798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.086479"], ["updated_at", "2018-10-11 16:40:33.086479"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.088374"], ["updated_at", "2018-10-11 16:40:33.088374"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.091872"], ["updated_at", "2018-10-11 16:40:33.091872"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.094563"], ["updated_at", "2018-10-11 16:40:33.094563"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.096812"], ["updated_at", "2018-10-11 16:40:33.096812"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.098987"], ["updated_at", "2018-10-11 16:40:33.098987"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.101221"], ["updated_at", "2018-10-11 16:40:33.101221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.103352"], ["updated_at", "2018-10-11 16:40:33.103352"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.105324"], ["updated_at", "2018-10-11 16:40:33.105324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.108448"], ["updated_at", "2018-10-11 16:40:33.108448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.110159"], ["updated_at", "2018-10-11 16:40:33.110159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.111944"], ["updated_at", "2018-10-11 16:40:33.111944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.113500"], ["updated_at", "2018-10-11 16:40:33.113500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.115164"], ["updated_at", "2018-10-11 16:40:33.115164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.116889"], ["updated_at", "2018-10-11 16:40:33.116889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.118659"], ["updated_at", "2018-10-11 16:40:33.118659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.120220"], ["updated_at", "2018-10-11 16:40:33.120220"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.122586"], ["updated_at", "2018-10-11 16:40:33.122586"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.126552"], ["updated_at", "2018-10-11 16:40:33.126552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.128953"], ["updated_at", "2018-10-11 16:40:33.128953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.130906"], ["updated_at", "2018-10-11 16:40:33.130906"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.132622"], ["updated_at", "2018-10-11 16:40:33.132622"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.134495"], ["updated_at", "2018-10-11 16:40:33.134495"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.136301"], ["updated_at", "2018-10-11 16:40:33.136301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.137935"], ["updated_at", "2018-10-11 16:40:33.137935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.139549"], ["updated_at", "2018-10-11 16:40:33.139549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.141144"], ["updated_at", "2018-10-11 16:40:33.141144"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.142747"], ["updated_at", "2018-10-11 16:40:33.142747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.144486"], ["updated_at", "2018-10-11 16:40:33.144486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.146072"], ["updated_at", "2018-10-11 16:40:33.146072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.147586"], ["updated_at", "2018-10-11 16:40:33.147586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.149316"], ["updated_at", "2018-10-11 16:40:33.149316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.151036"], ["updated_at", "2018-10-11 16:40:33.151036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.152785"], ["updated_at", "2018-10-11 16:40:33.152785"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.154372"], ["updated_at", "2018-10-11 16:40:33.154372"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.156103"], ["updated_at", "2018-10-11 16:40:33.156103"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.158884"], ["updated_at", "2018-10-11 16:40:33.158884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.161215"], ["updated_at", "2018-10-11 16:40:33.161215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.162904"], ["updated_at", "2018-10-11 16:40:33.162904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.164490"], ["updated_at", "2018-10-11 16:40:33.164490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.165973"], ["updated_at", "2018-10-11 16:40:33.165973"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.167613"], ["updated_at", "2018-10-11 16:40:33.167613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.170997"], ["updated_at", "2018-10-11 16:40:33.170997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.172604"], ["updated_at", "2018-10-11 16:40:33.172604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.174170"], ["updated_at", "2018-10-11 16:40:33.174170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.175802"], ["updated_at", "2018-10-11 16:40:33.175802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.177456"], ["updated_at", "2018-10-11 16:40:33.177456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.179074"], ["updated_at", "2018-10-11 16:40:33.179074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.180625"], ["updated_at", "2018-10-11 16:40:33.180625"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.182193"], ["updated_at", "2018-10-11 16:40:33.182193"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.184203"], ["updated_at", "2018-10-11 16:40:33.184203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.186285"], ["updated_at", "2018-10-11 16:40:33.186285"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.187922"], ["updated_at", "2018-10-11 16:40:33.187922"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.190607"], ["updated_at", "2018-10-11 16:40:33.190607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.194650"], ["updated_at", "2018-10-11 16:40:33.194650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.196441"], ["updated_at", "2018-10-11 16:40:33.196441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.198024"], ["updated_at", "2018-10-11 16:40:33.198024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.199727"], ["updated_at", "2018-10-11 16:40:33.199727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.201471"], ["updated_at", "2018-10-11 16:40:33.201471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.203096"], ["updated_at", "2018-10-11 16:40:33.203096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.204675"], ["updated_at", "2018-10-11 16:40:33.204675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.206214"], ["updated_at", "2018-10-11 16:40:33.206214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.207825"], ["updated_at", "2018-10-11 16:40:33.207825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.209478"], ["updated_at", "2018-10-11 16:40:33.209478"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.211377"], ["updated_at", "2018-10-11 16:40:33.211377"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.213925"], ["updated_at", "2018-10-11 16:40:33.213925"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.216778"], ["updated_at", "2018-10-11 16:40:33.216778"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.219589"], ["updated_at", "2018-10-11 16:40:33.219589"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.222048"], ["updated_at", "2018-10-11 16:40:33.222048"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.224426"], ["updated_at", "2018-10-11 16:40:33.224426"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.226728"], ["updated_at", "2018-10-11 16:40:33.226728"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.228987"], ["updated_at", "2018-10-11 16:40:33.228987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.230937"], ["updated_at", "2018-10-11 16:40:33.230937"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.232786"], ["updated_at", "2018-10-11 16:40:33.232786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.234739"], ["updated_at", "2018-10-11 16:40:33.234739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.239527"], ["updated_at", "2018-10-11 16:40:33.239527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.241280"], ["updated_at", "2018-10-11 16:40:33.241280"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.242963"], ["updated_at", "2018-10-11 16:40:33.242963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.244704"], ["updated_at", "2018-10-11 16:40:33.244704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.246408"], ["updated_at", "2018-10-11 16:40:33.246408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.248048"], ["updated_at", "2018-10-11 16:40:33.248048"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.249681"], ["updated_at", "2018-10-11 16:40:33.249681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.251403"], ["updated_at", "2018-10-11 16:40:33.251403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.253159"], ["updated_at", "2018-10-11 16:40:33.253159"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.255426"], ["updated_at", "2018-10-11 16:40:33.255426"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.259231"], ["updated_at", "2018-10-11 16:40:33.259231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.261641"], ["updated_at", "2018-10-11 16:40:33.261641"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.263238"], ["updated_at", "2018-10-11 16:40:33.263238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.264987"], ["updated_at", "2018-10-11 16:40:33.264987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.266690"], ["updated_at", "2018-10-11 16:40:33.266690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.268449"], ["updated_at", "2018-10-11 16:40:33.268449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.270148"], ["updated_at", "2018-10-11 16:40:33.270148"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.271754"], ["updated_at", "2018-10-11 16:40:33.271754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.273442"], ["updated_at", "2018-10-11 16:40:33.273442"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.275000"], ["updated_at", "2018-10-11 16:40:33.275000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.276753"], ["updated_at", "2018-10-11 16:40:33.276753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.278473"], ["updated_at", "2018-10-11 16:40:33.278473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.280030"], ["updated_at", "2018-10-11 16:40:33.280030"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.281707"], ["updated_at", "2018-10-11 16:40:33.281707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.283388"], ["updated_at", "2018-10-11 16:40:33.283388"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.285139"], ["updated_at", "2018-10-11 16:40:33.285139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.286840"], ["updated_at", "2018-10-11 16:40:33.286840"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.288570"], ["updated_at", "2018-10-11 16:40:33.288570"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.291175"], ["updated_at", "2018-10-11 16:40:33.291175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.293195"], ["updated_at", "2018-10-11 16:40:33.293195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.294960"], ["updated_at", "2018-10-11 16:40:33.294960"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.296569"], ["updated_at", "2018-10-11 16:40:33.296569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.298123"], ["updated_at", "2018-10-11 16:40:33.298123"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.299891"], ["updated_at", "2018-10-11 16:40:33.299891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.303287"], ["updated_at", "2018-10-11 16:40:33.303287"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.305737"], ["updated_at", "2018-10-11 16:40:33.305737"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.309331"], ["updated_at", "2018-10-11 16:40:33.309331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.312381"], ["updated_at", "2018-10-11 16:40:33.312381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.314075"], ["updated_at", "2018-10-11 16:40:33.314075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.315830"], ["updated_at", "2018-10-11 16:40:33.315830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.317500"], ["updated_at", "2018-10-11 16:40:33.317500"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.319219"], ["updated_at", "2018-10-11 16:40:33.319219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.320768"], ["updated_at", "2018-10-11 16:40:33.320768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.322447"], ["updated_at", "2018-10-11 16:40:33.322447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.324048"], ["updated_at", "2018-10-11 16:40:33.324048"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.325620"], ["updated_at", "2018-10-11 16:40:33.325620"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.327422"], ["updated_at", "2018-10-11 16:40:33.327422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.329189"], ["updated_at", "2018-10-11 16:40:33.329189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.330759"], ["updated_at", "2018-10-11 16:40:33.330759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.332493"], ["updated_at", "2018-10-11 16:40:33.332493"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.334127"], ["updated_at", "2018-10-11 16:40:33.334127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.335878"], ["updated_at", "2018-10-11 16:40:33.335878"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.337613"], ["updated_at", "2018-10-11 16:40:33.337613"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.340291"], ["updated_at", "2018-10-11 16:40:33.340291"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.342871"], ["updated_at", "2018-10-11 16:40:33.342871"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.345603"], ["updated_at", "2018-10-11 16:40:33.345603"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.348249"], ["updated_at", "2018-10-11 16:40:33.348249"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.351012"], ["updated_at", "2018-10-11 16:40:33.351012"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.353676"], ["updated_at", "2018-10-11 16:40:33.353676"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.356164"], ["updated_at", "2018-10-11 16:40:33.356164"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.358926"], ["updated_at", "2018-10-11 16:40:33.358926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.360876"], ["updated_at", "2018-10-11 16:40:33.360876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.362645"], ["updated_at", "2018-10-11 16:40:33.362645"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.364245"], ["updated_at", "2018-10-11 16:40:33.364245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.365770"], ["updated_at", "2018-10-11 16:40:33.365770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.367566"], ["updated_at", "2018-10-11 16:40:33.367566"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.370592"], ["updated_at", "2018-10-11 16:40:33.370592"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.372769"], ["updated_at", "2018-10-11 16:40:33.372769"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.376592"], ["updated_at", "2018-10-11 16:40:33.376592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.379052"], ["updated_at", "2018-10-11 16:40:33.379052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.380799"], ["updated_at", "2018-10-11 16:40:33.380799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.382367"], ["updated_at", "2018-10-11 16:40:33.382367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.384080"], ["updated_at", "2018-10-11 16:40:33.384080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.385837"], ["updated_at", "2018-10-11 16:40:33.385837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.387407"], ["updated_at", "2018-10-11 16:40:33.387407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.389069"], ["updated_at", "2018-10-11 16:40:33.389069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.390634"], ["updated_at", "2018-10-11 16:40:33.390634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.392316"], ["updated_at", "2018-10-11 16:40:33.392316"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.394032"], ["updated_at", "2018-10-11 16:40:33.394032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.395703"], ["updated_at", "2018-10-11 16:40:33.395703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.397375"], ["updated_at", "2018-10-11 16:40:33.397375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.398949"], ["updated_at", "2018-10-11 16:40:33.398949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.400689"], ["updated_at", "2018-10-11 16:40:33.400689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.402438"], ["updated_at", "2018-10-11 16:40:33.402438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.404078"], ["updated_at", "2018-10-11 16:40:33.404078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.405628"], ["updated_at", "2018-10-11 16:40:33.405628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.407289"], ["updated_at", "2018-10-11 16:40:33.407289"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.408861"], ["updated_at", "2018-10-11 16:40:33.408861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.410586"], ["updated_at", "2018-10-11 16:40:33.410586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.412307"], ["updated_at", "2018-10-11 16:40:33.412307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.413934"], ["updated_at", "2018-10-11 16:40:33.413934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.415499"], ["updated_at", "2018-10-11 16:40:33.415499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.417213"], ["updated_at", "2018-10-11 16:40:33.417213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.418889"], ["updated_at", "2018-10-11 16:40:33.418889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.420505"], ["updated_at", "2018-10-11 16:40:33.420505"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.422376"], ["updated_at", "2018-10-11 16:40:33.422376"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.424889"], ["updated_at", "2018-10-11 16:40:33.424889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.427096"], ["updated_at", "2018-10-11 16:40:33.427096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.428873"], ["updated_at", "2018-10-11 16:40:33.428873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.430520"], ["updated_at", "2018-10-11 16:40:33.430520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.432150"], ["updated_at", "2018-10-11 16:40:33.432150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.433861"], ["updated_at", "2018-10-11 16:40:33.433861"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.436896"], ["updated_at", "2018-10-11 16:40:33.436896"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.439138"], ["updated_at", "2018-10-11 16:40:33.439138"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.442125"], ["updated_at", "2018-10-11 16:40:33.442125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.445048"], ["updated_at", "2018-10-11 16:40:33.445048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.446734"], ["updated_at", "2018-10-11 16:40:33.446734"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.448299"], ["updated_at", "2018-10-11 16:40:33.448299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.450051"], ["updated_at", "2018-10-11 16:40:33.450051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.451899"], ["updated_at", "2018-10-11 16:40:33.451899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.453570"], ["updated_at", "2018-10-11 16:40:33.453570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.455191"], ["updated_at", "2018-10-11 16:40:33.455191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.456780"], ["updated_at", "2018-10-11 16:40:33.456780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.458398"], ["updated_at", "2018-10-11 16:40:33.458398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.460154"], ["updated_at", "2018-10-11 16:40:33.460154"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.461957"], ["updated_at", "2018-10-11 16:40:33.461957"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.464586"], ["updated_at", "2018-10-11 16:40:33.464586"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.467296"], ["updated_at", "2018-10-11 16:40:33.467296"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.470083"], ["updated_at", "2018-10-11 16:40:33.470083"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.472714"], ["updated_at", "2018-10-11 16:40:33.472714"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.475495"], ["updated_at", "2018-10-11 16:40:33.475495"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.477966"], ["updated_at", "2018-10-11 16:40:33.477966"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.480366"], ["updated_at", "2018-10-11 16:40:33.480366"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.482830"], ["updated_at", "2018-10-11 16:40:33.482830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.484678"], ["updated_at", "2018-10-11 16:40:33.484678"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.486412"], ["updated_at", "2018-10-11 16:40:33.486412"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.488180"], ["updated_at", "2018-10-11 16:40:33.488180"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.490568"], ["updated_at", "2018-10-11 16:40:33.490568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.492621"], ["updated_at", "2018-10-11 16:40:33.492621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.494516"], ["updated_at", "2018-10-11 16:40:33.494516"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.497505"], ["updated_at", "2018-10-11 16:40:33.497505"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.499127"], ["updated_at", "2018-10-11 16:40:33.499127"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.502266"], ["updated_at", "2018-10-11 16:40:33.502266"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.504024"], ["updated_at", "2018-10-11 16:40:33.504024"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.506663"], ["updated_at", "2018-10-11 16:40:33.506663"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.510564"], ["updated_at", "2018-10-11 16:40:33.510564"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.512646"], ["updated_at", "2018-10-11 16:40:33.512646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.514388"], ["updated_at", "2018-10-11 16:40:33.514388"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.516043"], ["updated_at", "2018-10-11 16:40:33.516043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.517773"], ["updated_at", "2018-10-11 16:40:33.517773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.519509"], ["updated_at", "2018-10-11 16:40:33.519509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.521094"], ["updated_at", "2018-10-11 16:40:33.521094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.522653"], ["updated_at", "2018-10-11 16:40:33.522653"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.524281"], ["updated_at", "2018-10-11 16:40:33.524281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.525847"], ["updated_at", "2018-10-11 16:40:33.525847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.527443"], ["updated_at", "2018-10-11 16:40:33.527443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.529138"], ["updated_at", "2018-10-11 16:40:33.529138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.530722"], ["updated_at", "2018-10-11 16:40:33.530722"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.532349"], ["updated_at", "2018-10-11 16:40:33.532349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.534047"], ["updated_at", "2018-10-11 16:40:33.534047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.535758"], ["updated_at", "2018-10-11 16:40:33.535758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.537385"], ["updated_at", "2018-10-11 16:40:33.537385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.538968"], ["updated_at", "2018-10-11 16:40:33.538968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.540528"], ["updated_at", "2018-10-11 16:40:33.540528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.542119"], ["updated_at", "2018-10-11 16:40:33.542119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.543767"], ["updated_at", "2018-10-11 16:40:33.543767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.545358"], ["updated_at", "2018-10-11 16:40:33.545358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.546991"], ["updated_at", "2018-10-11 16:40:33.546991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.548566"], ["updated_at", "2018-10-11 16:40:33.548566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.550180"], ["updated_at", "2018-10-11 16:40:33.550180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.551804"], ["updated_at", "2018-10-11 16:40:33.551804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.553395"], ["updated_at", "2018-10-11 16:40:33.553395"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.555220"], ["updated_at", "2018-10-11 16:40:33.555220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.557915"], ["updated_at", "2018-10-11 16:40:33.557915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.559823"], ["updated_at", "2018-10-11 16:40:33.559823"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.561576"], ["updated_at", "2018-10-11 16:40:33.561576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.563170"], ["updated_at", "2018-10-11 16:40:33.563170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.564744"], ["updated_at", "2018-10-11 16:40:33.564744"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.566461"], ["updated_at", "2018-10-11 16:40:33.566461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.569586"], ["updated_at", "2018-10-11 16:40:33.569586"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.571345"], ["updated_at", "2018-10-11 16:40:33.571345"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.574946"], ["updated_at", "2018-10-11 16:40:33.574946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.578373"], ["updated_at", "2018-10-11 16:40:33.578373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.579966"], ["updated_at", "2018-10-11 16:40:33.579966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.581536"], ["updated_at", "2018-10-11 16:40:33.581536"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.583265"], ["updated_at", "2018-10-11 16:40:33.583265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.584982"], ["updated_at", "2018-10-11 16:40:33.584982"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.587035"], ["updated_at", "2018-10-11 16:40:33.587035"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.589689"], ["updated_at", "2018-10-11 16:40:33.589689"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.592347"], ["updated_at", "2018-10-11 16:40:33.592347"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.596267"], ["updated_at", "2018-10-11 16:40:33.596267"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.598904"], ["updated_at", "2018-10-11 16:40:33.598904"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.601742"], ["updated_at", "2018-10-11 16:40:33.601742"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.604467"], ["updated_at", "2018-10-11 16:40:33.604467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.606853"], ["updated_at", "2018-10-11 16:40:33.606853"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.608448"], ["updated_at", "2018-10-11 16:40:33.608448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.610205"], ["updated_at", "2018-10-11 16:40:33.610205"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.611893"], ["updated_at", "2018-10-11 16:40:33.611893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.613614"], ["updated_at", "2018-10-11 16:40:33.613614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.615160"], ["updated_at", "2018-10-11 16:40:33.615160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.616851"], ["updated_at", "2018-10-11 16:40:33.616851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.618597"], ["updated_at", "2018-10-11 16:40:33.618597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.620212"], ["updated_at", "2018-10-11 16:40:33.620212"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.621938"], ["updated_at", "2018-10-11 16:40:33.621938"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.624463"], ["updated_at", "2018-10-11 16:40:33.624463"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.626607"], ["updated_at", "2018-10-11 16:40:33.626607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.629071"], ["updated_at", "2018-10-11 16:40:33.629071"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.630792"], ["updated_at", "2018-10-11 16:40:33.630792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.632391"], ["updated_at", "2018-10-11 16:40:33.632391"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.634254"], ["updated_at", "2018-10-11 16:40:33.634254"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.637473"], ["updated_at", "2018-10-11 16:40:33.637473"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.640386"], ["updated_at", "2018-10-11 16:40:33.640386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.644278"], ["updated_at", "2018-10-11 16:40:33.644278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.646084"], ["updated_at", "2018-10-11 16:40:33.646084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.647655"], ["updated_at", "2018-10-11 16:40:33.647655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.649297"], ["updated_at", "2018-10-11 16:40:33.649297"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.651009"], ["updated_at", "2018-10-11 16:40:33.651009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.652809"], ["updated_at", "2018-10-11 16:40:33.652809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.654380"], ["updated_at", "2018-10-11 16:40:33.654380"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.655945"], ["updated_at", "2018-10-11 16:40:33.655945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.657837"], ["updated_at", "2018-10-11 16:40:33.657837"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.659451"], ["updated_at", "2018-10-11 16:40:33.659451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.661211"], ["updated_at", "2018-10-11 16:40:33.661211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.662850"], ["updated_at", "2018-10-11 16:40:33.662850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.664396"], ["updated_at", "2018-10-11 16:40:33.664396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.666027"], ["updated_at", "2018-10-11 16:40:33.666027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.667739"], ["updated_at", "2018-10-11 16:40:33.667739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.669464"], ["updated_at", "2018-10-11 16:40:33.669464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.671090"], ["updated_at", "2018-10-11 16:40:33.671090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.672687"], ["updated_at", "2018-10-11 16:40:33.672687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.674355"], ["updated_at", "2018-10-11 16:40:33.674355"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.676112"], ["updated_at", "2018-10-11 16:40:33.676112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.677917"], ["updated_at", "2018-10-11 16:40:33.677917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.679578"], ["updated_at", "2018-10-11 16:40:33.679578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.681193"], ["updated_at", "2018-10-11 16:40:33.681193"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.682779"], ["updated_at", "2018-10-11 16:40:33.682779"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.684525"], ["updated_at", "2018-10-11 16:40:33.684525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.686280"], ["updated_at", "2018-10-11 16:40:33.686280"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.687947"], ["updated_at", "2018-10-11 16:40:33.687947"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.690228"], ["updated_at", "2018-10-11 16:40:33.690228"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.692847"], ["updated_at", "2018-10-11 16:40:33.692847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.694859"], ["updated_at", "2018-10-11 16:40:33.694859"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.696492"], ["updated_at", "2018-10-11 16:40:33.696492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.699388"], ["updated_at", "2018-10-11 16:40:33.699388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.701196"], ["updated_at", "2018-10-11 16:40:33.701196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.703088"], ["updated_at", "2018-10-11 16:40:33.703088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.706023"], ["updated_at", "2018-10-11 16:40:33.706023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.707648"], ["updated_at", "2018-10-11 16:40:33.707648"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.709517"], ["updated_at", "2018-10-11 16:40:33.709517"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.712316"], ["updated_at", "2018-10-11 16:40:33.712316"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.714886"], ["updated_at", "2018-10-11 16:40:33.714886"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.717652"], ["updated_at", "2018-10-11 16:40:33.717652"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.720355"], ["updated_at", "2018-10-11 16:40:33.720355"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.723714"], ["updated_at", "2018-10-11 16:40:33.723714"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.728440"], ["updated_at", "2018-10-11 16:40:33.728440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.731677"], ["updated_at", "2018-10-11 16:40:33.731677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.733290"], ["updated_at", "2018-10-11 16:40:33.733290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.734946"], ["updated_at", "2018-10-11 16:40:33.734946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.736661"], ["updated_at", "2018-10-11 16:40:33.736661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.738316"], ["updated_at", "2018-10-11 16:40:33.738316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.739924"], ["updated_at", "2018-10-11 16:40:33.739924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.741472"], ["updated_at", "2018-10-11 16:40:33.741472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.743074"], ["updated_at", "2018-10-11 16:40:33.743074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.744715"], ["updated_at", "2018-10-11 16:40:33.744715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.746442"], ["updated_at", "2018-10-11 16:40:33.746442"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.747972"], ["updated_at", "2018-10-11 16:40:33.747972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.749681"], ["updated_at", "2018-10-11 16:40:33.749681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.751348"], ["updated_at", "2018-10-11 16:40:33.751348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.752975"], ["updated_at", "2018-10-11 16:40:33.752975"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.754718"], ["updated_at", "2018-10-11 16:40:33.754718"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.758655"], ["updated_at", "2018-10-11 16:40:33.758655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.760811"], ["updated_at", "2018-10-11 16:40:33.760811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.762585"], ["updated_at", "2018-10-11 16:40:33.762585"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.764265"], ["updated_at", "2018-10-11 16:40:33.764265"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.765864"], ["updated_at", "2018-10-11 16:40:33.765864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.767474"], ["updated_at", "2018-10-11 16:40:33.767474"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.770457"], ["updated_at", "2018-10-11 16:40:33.770457"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.773249"], ["updated_at", "2018-10-11 16:40:33.773249"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.776739"], ["updated_at", "2018-10-11 16:40:33.776739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.779062"], ["updated_at", "2018-10-11 16:40:33.779062"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.780941"], ["updated_at", "2018-10-11 16:40:33.780941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.782902"], ["updated_at", "2018-10-11 16:40:33.782902"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.784705"], ["updated_at", "2018-10-11 16:40:33.784705"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.786513"], ["updated_at", "2018-10-11 16:40:33.786513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.788158"], ["updated_at", "2018-10-11 16:40:33.788158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.789778"], ["updated_at", "2018-10-11 16:40:33.789778"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.791367"], ["updated_at", "2018-10-11 16:40:33.791367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.793154"], ["updated_at", "2018-10-11 16:40:33.793154"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.794936"], ["updated_at", "2018-10-11 16:40:33.794936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.797196"], ["updated_at", "2018-10-11 16:40:33.797196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.798998"], ["updated_at", "2018-10-11 16:40:33.798998"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.800701"], ["updated_at", "2018-10-11 16:40:33.800701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.802784"], ["updated_at", "2018-10-11 16:40:33.802784"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.804699"], ["updated_at", "2018-10-11 16:40:33.804699"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.806666"], ["updated_at", "2018-10-11 16:40:33.806666"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.808952"], ["updated_at", "2018-10-11 16:40:33.808952"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.811135"], ["updated_at", "2018-10-11 16:40:33.811135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.813331"], ["updated_at", "2018-10-11 16:40:33.813331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.815042"], ["updated_at", "2018-10-11 16:40:33.815042"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.816645"], ["updated_at", "2018-10-11 16:40:33.816645"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.818541"], ["updated_at", "2018-10-11 16:40:33.818541"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.820397"], ["updated_at", "2018-10-11 16:40:33.820397"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.822746"], ["updated_at", "2018-10-11 16:40:33.822746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.825322"], ["updated_at", "2018-10-11 16:40:33.825322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.827120"], ["updated_at", "2018-10-11 16:40:33.827120"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.829179"], ["updated_at", "2018-10-11 16:40:33.829179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.831086"], ["updated_at", "2018-10-11 16:40:33.831086"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.832806"], ["updated_at", "2018-10-11 16:40:33.832806"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.834940"], ["updated_at", "2018-10-11 16:40:33.834940"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.839195"], ["updated_at", "2018-10-11 16:40:33.839195"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.842145"], ["updated_at", "2018-10-11 16:40:33.842145"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.845037"], ["updated_at", "2018-10-11 16:40:33.845037"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.847782"], ["updated_at", "2018-10-11 16:40:33.847782"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.850551"], ["updated_at", "2018-10-11 16:40:33.850551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.853186"], ["updated_at", "2018-10-11 16:40:33.853186"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.855153"], ["updated_at", "2018-10-11 16:40:33.855153"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.859324"], ["updated_at", "2018-10-11 16:40:33.859324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.862155"], ["updated_at", "2018-10-11 16:40:33.862155"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.863953"], ["updated_at", "2018-10-11 16:40:33.863953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.865743"], ["updated_at", "2018-10-11 16:40:33.865743"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.867598"], ["updated_at", "2018-10-11 16:40:33.867598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.869602"], ["updated_at", "2018-10-11 16:40:33.869602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.871328"], ["updated_at", "2018-10-11 16:40:33.871328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.873088"], ["updated_at", "2018-10-11 16:40:33.873088"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.875052"], ["updated_at", "2018-10-11 16:40:33.875052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.877124"], ["updated_at", "2018-10-11 16:40:33.877124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.878876"], ["updated_at", "2018-10-11 16:40:33.878876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.880671"], ["updated_at", "2018-10-11 16:40:33.880671"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.882379"], ["updated_at", "2018-10-11 16:40:33.882379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.884305"], ["updated_at", "2018-10-11 16:40:33.884305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.886586"], ["updated_at", "2018-10-11 16:40:33.886586"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.888385"], ["updated_at", "2018-10-11 16:40:33.888385"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.891159"], ["updated_at", "2018-10-11 16:40:33.891159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.894436"], ["updated_at", "2018-10-11 16:40:33.894436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.896159"], ["updated_at", "2018-10-11 16:40:33.896159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.897958"], ["updated_at", "2018-10-11 16:40:33.897958"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.899748"], ["updated_at", "2018-10-11 16:40:33.899748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.901346"], ["updated_at", "2018-10-11 16:40:33.901346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.903044"], ["updated_at", "2018-10-11 16:40:33.903044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.905932"], ["updated_at", "2018-10-11 16:40:33.905932"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.907784"], ["updated_at", "2018-10-11 16:40:33.907784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.909612"], ["updated_at", "2018-10-11 16:40:33.909612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.911321"], ["updated_at", "2018-10-11 16:40:33.911321"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.912935"], ["updated_at", "2018-10-11 16:40:33.912935"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.914836"], ["updated_at", "2018-10-11 16:40:33.914836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.916529"], ["updated_at", "2018-10-11 16:40:33.916529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.918244"], ["updated_at", "2018-10-11 16:40:33.918244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.919911"], ["updated_at", "2018-10-11 16:40:33.919911"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.921540"], ["updated_at", "2018-10-11 16:40:33.921540"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.925198"], ["updated_at", "2018-10-11 16:40:33.925198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.928882"], ["updated_at", "2018-10-11 16:40:33.928882"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.930636"], ["updated_at", "2018-10-11 16:40:33.930636"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.932705"], ["updated_at", "2018-10-11 16:40:33.932705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.934417"], ["updated_at", "2018-10-11 16:40:33.934417"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.936068"], ["updated_at", "2018-10-11 16:40:33.936068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.937692"], ["updated_at", "2018-10-11 16:40:33.937692"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.939278"], ["updated_at", "2018-10-11 16:40:33.939278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.940955"], ["updated_at", "2018-10-11 16:40:33.940955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.942679"], ["updated_at", "2018-10-11 16:40:33.942679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.944326"], ["updated_at", "2018-10-11 16:40:33.944326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.945895"], ["updated_at", "2018-10-11 16:40:33.945895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.947649"], ["updated_at", "2018-10-11 16:40:33.947649"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.949305"], ["updated_at", "2018-10-11 16:40:33.949305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.950953"], ["updated_at", "2018-10-11 16:40:33.950953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.952514"], ["updated_at", "2018-10-11 16:40:33.952514"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.954196"], ["updated_at", "2018-10-11 16:40:33.954196"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.956632"], ["updated_at", "2018-10-11 16:40:33.956632"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.961077"], ["updated_at", "2018-10-11 16:40:33.961077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.963334"], ["updated_at", "2018-10-11 16:40:33.963334"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.965324"], ["updated_at", "2018-10-11 16:40:33.965324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.967337"], ["updated_at", "2018-10-11 16:40:33.967337"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.969391"], ["updated_at", "2018-10-11 16:40:33.969391"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.971275"], ["updated_at", "2018-10-11 16:40:33.971275"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.975214"], ["updated_at", "2018-10-11 16:40:33.975214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.977903"], ["updated_at", "2018-10-11 16:40:33.977903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.979797"], ["updated_at", "2018-10-11 16:40:33.979797"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.981927"], ["updated_at", "2018-10-11 16:40:33.981927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.983918"], ["updated_at", "2018-10-11 16:40:33.983918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.985544"], ["updated_at", "2018-10-11 16:40:33.985544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.987112"], ["updated_at", "2018-10-11 16:40:33.987112"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.988999"], ["updated_at", "2018-10-11 16:40:33.988999"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.993183"], ["updated_at", "2018-10-11 16:40:33.993183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.995866"], ["updated_at", "2018-10-11 16:40:33.995866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.997573"], ["updated_at", "2018-10-11 16:40:33.997573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:33.999203"], ["updated_at", "2018-10-11 16:40:33.999203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.000804"], ["updated_at", "2018-10-11 16:40:34.000804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.002414"], ["updated_at", "2018-10-11 16:40:34.002414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.003973"], ["updated_at", "2018-10-11 16:40:34.003973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.005607"], ["updated_at", "2018-10-11 16:40:34.005607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.007322"], ["updated_at", "2018-10-11 16:40:34.007322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.009006"], ["updated_at", "2018-10-11 16:40:34.009006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.010658"], ["updated_at", "2018-10-11 16:40:34.010658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.012312"], ["updated_at", "2018-10-11 16:40:34.012312"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.013980"], ["updated_at", "2018-10-11 16:40:34.013980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.015743"], ["updated_at", "2018-10-11 16:40:34.015743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.017406"], ["updated_at", "2018-10-11 16:40:34.017406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.018965"], ["updated_at", "2018-10-11 16:40:34.018965"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.020557"], ["updated_at", "2018-10-11 16:40:34.020557"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.022586"], ["updated_at", "2018-10-11 16:40:34.022586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.025445"], ["updated_at", "2018-10-11 16:40:34.025445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.027284"], ["updated_at", "2018-10-11 16:40:34.027284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.028919"], ["updated_at", "2018-10-11 16:40:34.028919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.030674"], ["updated_at", "2018-10-11 16:40:34.030674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.032377"], ["updated_at", "2018-10-11 16:40:34.032377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.034146"], ["updated_at", "2018-10-11 16:40:34.034146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.037007"], ["updated_at", "2018-10-11 16:40:34.037007"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.039742"], ["updated_at", "2018-10-11 16:40:34.039742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.043839"], ["updated_at", "2018-10-11 16:40:34.043839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.045962"], ["updated_at", "2018-10-11 16:40:34.045962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.047673"], ["updated_at", "2018-10-11 16:40:34.047673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.049464"], ["updated_at", "2018-10-11 16:40:34.049464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.051285"], ["updated_at", "2018-10-11 16:40:34.051285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.052926"], ["updated_at", "2018-10-11 16:40:34.052926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.054483"], ["updated_at", "2018-10-11 16:40:34.054483"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.056175"], ["updated_at", "2018-10-11 16:40:34.056175"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.057943"], ["updated_at", "2018-10-11 16:40:34.057943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.059603"], ["updated_at", "2018-10-11 16:40:34.059603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.061165"], ["updated_at", "2018-10-11 16:40:34.061165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.062775"], ["updated_at", "2018-10-11 16:40:34.062775"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.064436"], ["updated_at", "2018-10-11 16:40:34.064436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.066144"], ["updated_at", "2018-10-11 16:40:34.066144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.067694"], ["updated_at", "2018-10-11 16:40:34.067694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.069286"], ["updated_at", "2018-10-11 16:40:34.069286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.070938"], ["updated_at", "2018-10-11 16:40:34.070938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.072555"], ["updated_at", "2018-10-11 16:40:34.072555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.074204"], ["updated_at", "2018-10-11 16:40:34.074204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.075857"], ["updated_at", "2018-10-11 16:40:34.075857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.077489"], ["updated_at", "2018-10-11 16:40:34.077489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.079169"], ["updated_at", "2018-10-11 16:40:34.079169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.080902"], ["updated_at", "2018-10-11 16:40:34.080902"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.083069"], ["updated_at", "2018-10-11 16:40:34.083069"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.085684"], ["updated_at", "2018-10-11 16:40:34.085684"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.088279"], ["updated_at", "2018-10-11 16:40:34.088279"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.090804"], ["updated_at", "2018-10-11 16:40:34.090804"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.093449"], ["updated_at", "2018-10-11 16:40:34.093449"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.095431"], ["updated_at", "2018-10-11 16:40:34.095431"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.097325"], ["updated_at", "2018-10-11 16:40:34.097325"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.099621"], ["updated_at", "2018-10-11 16:40:34.099621"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.101653"], ["updated_at", "2018-10-11 16:40:34.101653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.103627"], ["updated_at", "2018-10-11 16:40:34.103627"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.108071"], ["updated_at", "2018-10-11 16:40:34.108071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.109831"], ["updated_at", "2018-10-11 16:40:34.109831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.111385"], ["updated_at", "2018-10-11 16:40:34.111385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.113015"], ["updated_at", "2018-10-11 16:40:34.113015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.114768"], ["updated_at", "2018-10-11 16:40:34.114768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.116500"], ["updated_at", "2018-10-11 16:40:34.116500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.118108"], ["updated_at", "2018-10-11 16:40:34.118108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.119724"], ["updated_at", "2018-10-11 16:40:34.119724"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.121636"], ["updated_at", "2018-10-11 16:40:34.121636"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.125505"], ["updated_at", "2018-10-11 16:40:34.125505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.128419"], ["updated_at", "2018-10-11 16:40:34.128419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.130145"], ["updated_at", "2018-10-11 16:40:34.130145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.131893"], ["updated_at", "2018-10-11 16:40:34.131893"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.133649"], ["updated_at", "2018-10-11 16:40:34.133649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.135360"], ["updated_at", "2018-10-11 16:40:34.135360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.136919"], ["updated_at", "2018-10-11 16:40:34.136919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.138580"], ["updated_at", "2018-10-11 16:40:34.138580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.140194"], ["updated_at", "2018-10-11 16:40:34.140194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.141850"], ["updated_at", "2018-10-11 16:40:34.141850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.143572"], ["updated_at", "2018-10-11 16:40:34.143572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.145239"], ["updated_at", "2018-10-11 16:40:34.145239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.146794"], ["updated_at", "2018-10-11 16:40:34.146794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.148496"], ["updated_at", "2018-10-11 16:40:34.148496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.150167"], ["updated_at", "2018-10-11 16:40:34.150167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.151825"], ["updated_at", "2018-10-11 16:40:34.151825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.153402"], ["updated_at", "2018-10-11 16:40:34.153402"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.155172"], ["updated_at", "2018-10-11 16:40:34.155172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.157969"], ["updated_at", "2018-10-11 16:40:34.157969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.160069"], ["updated_at", "2018-10-11 16:40:34.160069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.161744"], ["updated_at", "2018-10-11 16:40:34.161744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.163420"], ["updated_at", "2018-10-11 16:40:34.163420"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.165139"], ["updated_at", "2018-10-11 16:40:34.165139"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.166969"], ["updated_at", "2018-10-11 16:40:34.166969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.170053"], ["updated_at", "2018-10-11 16:40:34.170053"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.171800"], ["updated_at", "2018-10-11 16:40:34.171800"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.176283"], ["updated_at", "2018-10-11 16:40:34.176283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.178828"], ["updated_at", "2018-10-11 16:40:34.178828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.180386"], ["updated_at", "2018-10-11 16:40:34.180386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.182174"], ["updated_at", "2018-10-11 16:40:34.182174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.183929"], ["updated_at", "2018-10-11 16:40:34.183929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.185572"], ["updated_at", "2018-10-11 16:40:34.185572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.187203"], ["updated_at", "2018-10-11 16:40:34.187203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.188848"], ["updated_at", "2018-10-11 16:40:34.188848"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.190403"], ["updated_at", "2018-10-11 16:40:34.190403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.192178"], ["updated_at", "2018-10-11 16:40:34.192178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.193913"], ["updated_at", "2018-10-11 16:40:34.193913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.195548"], ["updated_at", "2018-10-11 16:40:34.195548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.197127"], ["updated_at", "2018-10-11 16:40:34.197127"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.198772"], ["updated_at", "2018-10-11 16:40:34.198772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.200502"], ["updated_at", "2018-10-11 16:40:34.200502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.202127"], ["updated_at", "2018-10-11 16:40:34.202127"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.203761"], ["updated_at", "2018-10-11 16:40:34.203761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.205617"], ["updated_at", "2018-10-11 16:40:34.205617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.207268"], ["updated_at", "2018-10-11 16:40:34.207268"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.209301"], ["updated_at", "2018-10-11 16:40:34.209301"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.211995"], ["updated_at", "2018-10-11 16:40:34.211995"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.214762"], ["updated_at", "2018-10-11 16:40:34.214762"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.217545"], ["updated_at", "2018-10-11 16:40:34.217545"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.220137"], ["updated_at", "2018-10-11 16:40:34.220137"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.223413"], ["updated_at", "2018-10-11 16:40:34.223413"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.226297"], ["updated_at", "2018-10-11 16:40:34.226297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.228337"], ["updated_at", "2018-10-11 16:40:34.228337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.230001"], ["updated_at", "2018-10-11 16:40:34.230001"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.231904"], ["updated_at", "2018-10-11 16:40:34.231904"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.234010"], ["updated_at", "2018-10-11 16:40:34.234010"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.235788"], ["updated_at", "2018-10-11 16:40:34.235788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.238682"], ["updated_at", "2018-10-11 16:40:34.238682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.240381"], ["updated_at", "2018-10-11 16:40:34.240381"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.242002"], ["updated_at", "2018-10-11 16:40:34.242002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.244003"], ["updated_at", "2018-10-11 16:40:34.244003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.245553"], ["updated_at", "2018-10-11 16:40:34.245553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.247170"], ["updated_at", "2018-10-11 16:40:34.247170"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.248847"], ["updated_at", "2018-10-11 16:40:34.248847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.250599"], ["updated_at", "2018-10-11 16:40:34.250599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.252338"], ["updated_at", "2018-10-11 16:40:34.252338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.253948"], ["updated_at", "2018-10-11 16:40:34.253948"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.256419"], ["updated_at", "2018-10-11 16:40:34.256419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.260476"], ["updated_at", "2018-10-11 16:40:34.260476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.262858"], ["updated_at", "2018-10-11 16:40:34.262858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.264569"], ["updated_at", "2018-10-11 16:40:34.264569"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.266194"], ["updated_at", "2018-10-11 16:40:34.266194"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.267948"], ["updated_at", "2018-10-11 16:40:34.267948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.269658"], ["updated_at", "2018-10-11 16:40:34.269658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.271228"], ["updated_at", "2018-10-11 16:40:34.271228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.272865"], ["updated_at", "2018-10-11 16:40:34.272865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.274468"], ["updated_at", "2018-10-11 16:40:34.274468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.276093"], ["updated_at", "2018-10-11 16:40:34.276093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.277886"], ["updated_at", "2018-10-11 16:40:34.277886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.279648"], ["updated_at", "2018-10-11 16:40:34.279648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.281252"], ["updated_at", "2018-10-11 16:40:34.281252"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.282814"], ["updated_at", "2018-10-11 16:40:34.282814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.284702"], ["updated_at", "2018-10-11 16:40:34.284702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.286425"], ["updated_at", "2018-10-11 16:40:34.286425"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.288239"], ["updated_at", "2018-10-11 16:40:34.288239"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.290884"], ["updated_at", "2018-10-11 16:40:34.290884"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.292873"], ["updated_at", "2018-10-11 16:40:34.292873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.294765"], ["updated_at", "2018-10-11 16:40:34.294765"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.296500"], ["updated_at", "2018-10-11 16:40:34.296500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.298245"], ["updated_at", "2018-10-11 16:40:34.298245"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.299948"], ["updated_at", "2018-10-11 16:40:34.299948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.303313"], ["updated_at", "2018-10-11 16:40:34.303313"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.305617"], ["updated_at", "2018-10-11 16:40:34.305617"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.309719"], ["updated_at", "2018-10-11 16:40:34.309719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.312255"], ["updated_at", "2018-10-11 16:40:34.312255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.313903"], ["updated_at", "2018-10-11 16:40:34.313903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.315498"], ["updated_at", "2018-10-11 16:40:34.315498"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.317188"], ["updated_at", "2018-10-11 16:40:34.317188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.318921"], ["updated_at", "2018-10-11 16:40:34.318921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.320545"], ["updated_at", "2018-10-11 16:40:34.320545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.322183"], ["updated_at", "2018-10-11 16:40:34.322183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.323754"], ["updated_at", "2018-10-11 16:40:34.323754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.325342"], ["updated_at", "2018-10-11 16:40:34.325342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.327155"], ["updated_at", "2018-10-11 16:40:34.327155"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.328803"], ["updated_at", "2018-10-11 16:40:34.328803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.330525"], ["updated_at", "2018-10-11 16:40:34.330525"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.332473"], ["updated_at", "2018-10-11 16:40:34.332473"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.335194"], ["updated_at", "2018-10-11 16:40:34.335194"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.337812"], ["updated_at", "2018-10-11 16:40:34.337812"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.340583"], ["updated_at", "2018-10-11 16:40:34.340583"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.343285"], ["updated_at", "2018-10-11 16:40:34.343285"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.345960"], ["updated_at", "2018-10-11 16:40:34.345960"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.348562"], ["updated_at", "2018-10-11 16:40:34.348562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.351248"], ["updated_at", "2018-10-11 16:40:34.351248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.353104"], ["updated_at", "2018-10-11 16:40:34.353104"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.354859"], ["updated_at", "2018-10-11 16:40:34.354859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.357558"], ["updated_at", "2018-10-11 16:40:34.357558"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.359547"], ["updated_at", "2018-10-11 16:40:34.359547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.361559"], ["updated_at", "2018-10-11 16:40:34.361559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.363205"], ["updated_at", "2018-10-11 16:40:34.363205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.364917"], ["updated_at", "2018-10-11 16:40:34.364917"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.366621"], ["updated_at", "2018-10-11 16:40:34.366621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.369728"], ["updated_at", "2018-10-11 16:40:34.369728"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.371403"], ["updated_at", "2018-10-11 16:40:34.371403"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.374819"], ["updated_at", "2018-10-11 16:40:34.374819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.378126"], ["updated_at", "2018-10-11 16:40:34.378126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.379810"], ["updated_at", "2018-10-11 16:40:34.379810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.381365"], ["updated_at", "2018-10-11 16:40:34.381365"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.382987"], ["updated_at", "2018-10-11 16:40:34.382987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.384960"], ["updated_at", "2018-10-11 16:40:34.384960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.386688"], ["updated_at", "2018-10-11 16:40:34.386688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.388316"], ["updated_at", "2018-10-11 16:40:34.388316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.389993"], ["updated_at", "2018-10-11 16:40:34.389993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.391591"], ["updated_at", "2018-10-11 16:40:34.391591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.393306"], ["updated_at", "2018-10-11 16:40:34.393306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.395011"], ["updated_at", "2018-10-11 16:40:34.395011"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.396621"], ["updated_at", "2018-10-11 16:40:34.396621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.398405"], ["updated_at", "2018-10-11 16:40:34.398405"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.400141"], ["updated_at", "2018-10-11 16:40:34.400141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.402028"], ["updated_at", "2018-10-11 16:40:34.402028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.403709"], ["updated_at", "2018-10-11 16:40:34.403709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.405344"], ["updated_at", "2018-10-11 16:40:34.405344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.407009"], ["updated_at", "2018-10-11 16:40:34.407009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.408597"], ["updated_at", "2018-10-11 16:40:34.408597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.410313"], ["updated_at", "2018-10-11 16:40:34.410313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.412086"], ["updated_at", "2018-10-11 16:40:34.412086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.414945"], ["updated_at", "2018-10-11 16:40:34.414945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.416609"], ["updated_at", "2018-10-11 16:40:34.416609"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.418285"], ["updated_at", "2018-10-11 16:40:34.418285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.419953"], ["updated_at", "2018-10-11 16:40:34.419953"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.421756"], ["updated_at", "2018-10-11 16:40:34.421756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.424403"], ["updated_at", "2018-10-11 16:40:34.424403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.426486"], ["updated_at", "2018-10-11 16:40:34.426486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.428266"], ["updated_at", "2018-10-11 16:40:34.428266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.430044"], ["updated_at", "2018-10-11 16:40:34.430044"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.431871"], ["updated_at", "2018-10-11 16:40:34.431871"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.433810"], ["updated_at", "2018-10-11 16:40:34.433810"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.436865"], ["updated_at", "2018-10-11 16:40:34.436865"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.438625"], ["updated_at", "2018-10-11 16:40:34.438625"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.441770"], ["updated_at", "2018-10-11 16:40:34.441770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.445652"], ["updated_at", "2018-10-11 16:40:34.445652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.447329"], ["updated_at", "2018-10-11 16:40:34.447329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.448914"], ["updated_at", "2018-10-11 16:40:34.448914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.450706"], ["updated_at", "2018-10-11 16:40:34.450706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.452399"], ["updated_at", "2018-10-11 16:40:34.452399"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.454043"], ["updated_at", "2018-10-11 16:40:34.454043"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.456387"], ["updated_at", "2018-10-11 16:40:34.456387"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.459094"], ["updated_at", "2018-10-11 16:40:34.459094"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.461924"], ["updated_at", "2018-10-11 16:40:34.461924"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.464414"], ["updated_at", "2018-10-11 16:40:34.464414"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.467148"], ["updated_at", "2018-10-11 16:40:34.467148"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.469931"], ["updated_at", "2018-10-11 16:40:34.469931"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.472661"], ["updated_at", "2018-10-11 16:40:34.472661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.475054"], ["updated_at", "2018-10-11 16:40:34.475054"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.476715"], ["updated_at", "2018-10-11 16:40:34.476715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.478459"], ["updated_at", "2018-10-11 16:40:34.478459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.479996"], ["updated_at", "2018-10-11 16:40:34.479996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.481639"], ["updated_at", "2018-10-11 16:40:34.481639"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.483271"], ["updated_at", "2018-10-11 16:40:34.483271"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.485094"], ["updated_at", "2018-10-11 16:40:34.485094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.486791"], ["updated_at", "2018-10-11 16:40:34.486791"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.488360"], ["updated_at", "2018-10-11 16:40:34.488360"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.490757"], ["updated_at", "2018-10-11 16:40:34.490757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.492988"], ["updated_at", "2018-10-11 16:40:34.492988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.494916"], ["updated_at", "2018-10-11 16:40:34.494916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.496748"], ["updated_at", "2018-10-11 16:40:34.496748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.498406"], ["updated_at", "2018-10-11 16:40:34.498406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.500034"], ["updated_at", "2018-10-11 16:40:34.500034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.503063"], ["updated_at", "2018-10-11 16:40:34.503063"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.504996"], ["updated_at", "2018-10-11 16:40:34.504996"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.507635"], ["updated_at", "2018-10-11 16:40:34.507635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.511743"], ["updated_at", "2018-10-11 16:40:34.511743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.513548"], ["updated_at", "2018-10-11 16:40:34.513548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.515117"], ["updated_at", "2018-10-11 16:40:34.515117"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.516864"], ["updated_at", "2018-10-11 16:40:34.516864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.518657"], ["updated_at", "2018-10-11 16:40:34.518657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.520310"], ["updated_at", "2018-10-11 16:40:34.520310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.521986"], ["updated_at", "2018-10-11 16:40:34.521986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.523573"], ["updated_at", "2018-10-11 16:40:34.523573"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.525115"], ["updated_at", "2018-10-11 16:40:34.525115"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.526840"], ["updated_at", "2018-10-11 16:40:34.526840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.528605"], ["updated_at", "2018-10-11 16:40:34.528605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.530173"], ["updated_at", "2018-10-11 16:40:34.530173"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.531893"], ["updated_at", "2018-10-11 16:40:34.531893"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.533599"], ["updated_at", "2018-10-11 16:40:34.533599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.535353"], ["updated_at", "2018-10-11 16:40:34.535353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.536979"], ["updated_at", "2018-10-11 16:40:34.536979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.538586"], ["updated_at", "2018-10-11 16:40:34.538586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.540234"], ["updated_at", "2018-10-11 16:40:34.540234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.541801"], ["updated_at", "2018-10-11 16:40:34.541801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.543428"], ["updated_at", "2018-10-11 16:40:34.543428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.545025"], ["updated_at", "2018-10-11 16:40:34.545025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.546645"], ["updated_at", "2018-10-11 16:40:34.546645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.548173"], ["updated_at", "2018-10-11 16:40:34.548173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.549797"], ["updated_at", "2018-10-11 16:40:34.549797"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.551446"], ["updated_at", "2018-10-11 16:40:34.551446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.553233"], ["updated_at", "2018-10-11 16:40:34.553233"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.555038"], ["updated_at", "2018-10-11 16:40:34.555038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.557619"], ["updated_at", "2018-10-11 16:40:34.557619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.559633"], ["updated_at", "2018-10-11 16:40:34.559633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.561438"], ["updated_at", "2018-10-11 16:40:34.561438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.563100"], ["updated_at", "2018-10-11 16:40:34.563100"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.564741"], ["updated_at", "2018-10-11 16:40:34.564741"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.566307"], ["updated_at", "2018-10-11 16:40:34.566307"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.569787"], ["updated_at", "2018-10-11 16:40:34.569787"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.571651"], ["updated_at", "2018-10-11 16:40:34.571651"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.575645"], ["updated_at", "2018-10-11 16:40:34.575645"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.579464"], ["updated_at", "2018-10-11 16:40:34.579464"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.582131"], ["updated_at", "2018-10-11 16:40:34.582131"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.585029"], ["updated_at", "2018-10-11 16:40:34.585029"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.587720"], ["updated_at", "2018-10-11 16:40:34.587720"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.590355"], ["updated_at", "2018-10-11 16:40:34.590355"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.593023"], ["updated_at", "2018-10-11 16:40:34.593023"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.595762"], ["updated_at", "2018-10-11 16:40:34.595762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.597843"], ["updated_at", "2018-10-11 16:40:34.597843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.599502"], ["updated_at", "2018-10-11 16:40:34.599502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.601259"], ["updated_at", "2018-10-11 16:40:34.601259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.603009"], ["updated_at", "2018-10-11 16:40:34.603009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.604590"], ["updated_at", "2018-10-11 16:40:34.604590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.606202"], ["updated_at", "2018-10-11 16:40:34.606202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.607803"], ["updated_at", "2018-10-11 16:40:34.607803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.609467"], ["updated_at", "2018-10-11 16:40:34.609467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.611294"], ["updated_at", "2018-10-11 16:40:34.611294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.612924"], ["updated_at", "2018-10-11 16:40:34.612924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.614539"], ["updated_at", "2018-10-11 16:40:34.614539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.616205"], ["updated_at", "2018-10-11 16:40:34.616205"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.617988"], ["updated_at", "2018-10-11 16:40:34.617988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.619904"], ["updated_at", "2018-10-11 16:40:34.619904"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.621564"], ["updated_at", "2018-10-11 16:40:34.621564"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.623884"], ["updated_at", "2018-10-11 16:40:34.623884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.626105"], ["updated_at", "2018-10-11 16:40:34.626105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.627916"], ["updated_at", "2018-10-11 16:40:34.627916"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.629584"], ["updated_at", "2018-10-11 16:40:34.629584"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.631243"], ["updated_at", "2018-10-11 16:40:34.631243"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.632819"], ["updated_at", "2018-10-11 16:40:34.632819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.636006"], ["updated_at", "2018-10-11 16:40:34.636006"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.637825"], ["updated_at", "2018-10-11 16:40:34.637825"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.640172"], ["updated_at", "2018-10-11 16:40:34.640172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.644111"], ["updated_at", "2018-10-11 16:40:34.644111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.646180"], ["updated_at", "2018-10-11 16:40:34.646180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.647703"], ["updated_at", "2018-10-11 16:40:34.647703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.649389"], ["updated_at", "2018-10-11 16:40:34.649389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.651157"], ["updated_at", "2018-10-11 16:40:34.651157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.652880"], ["updated_at", "2018-10-11 16:40:34.652880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.654427"], ["updated_at", "2018-10-11 16:40:34.654427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.656063"], ["updated_at", "2018-10-11 16:40:34.656063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.657638"], ["updated_at", "2018-10-11 16:40:34.657638"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.659281"], ["updated_at", "2018-10-11 16:40:34.659281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.661185"], ["updated_at", "2018-10-11 16:40:34.661185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.662798"], ["updated_at", "2018-10-11 16:40:34.662798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.664418"], ["updated_at", "2018-10-11 16:40:34.664418"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.666010"], ["updated_at", "2018-10-11 16:40:34.666010"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.667703"], ["updated_at", "2018-10-11 16:40:34.667703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.669487"], ["updated_at", "2018-10-11 16:40:34.669487"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.671029"], ["updated_at", "2018-10-11 16:40:34.671029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.672736"], ["updated_at", "2018-10-11 16:40:34.672736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.674350"], ["updated_at", "2018-10-11 16:40:34.674350"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.675959"], ["updated_at", "2018-10-11 16:40:34.675959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.677684"], ["updated_at", "2018-10-11 16:40:34.677684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.679357"], ["updated_at", "2018-10-11 16:40:34.679357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.680963"], ["updated_at", "2018-10-11 16:40:34.680963"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.682566"], ["updated_at", "2018-10-11 16:40:34.682566"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.684394"], ["updated_at", "2018-10-11 16:40:34.684394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.686264"], ["updated_at", "2018-10-11 16:40:34.686264"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.687837"], ["updated_at", "2018-10-11 16:40:34.687837"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.690355"], ["updated_at", "2018-10-11 16:40:34.690355"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.693007"], ["updated_at", "2018-10-11 16:40:34.693007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.695025"], ["updated_at", "2018-10-11 16:40:34.695025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.696726"], ["updated_at", "2018-10-11 16:40:34.696726"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.698379"], ["updated_at", "2018-10-11 16:40:34.698379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.700003"], ["updated_at", "2018-10-11 16:40:34.700003"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.701856"], ["updated_at", "2018-10-11 16:40:34.701856"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.705562"], ["updated_at", "2018-10-11 16:40:34.705562"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.711087"], ["updated_at", "2018-10-11 16:40:34.711087"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.714177"], ["updated_at", "2018-10-11 16:40:34.714177"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.716871"], ["updated_at", "2018-10-11 16:40:34.716871"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.719720"], ["updated_at", "2018-10-11 16:40:34.719720"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.722311"], ["updated_at", "2018-10-11 16:40:34.722311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.724900"], ["updated_at", "2018-10-11 16:40:34.724900"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.726680"], ["updated_at", "2018-10-11 16:40:34.726680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.728388"], ["updated_at", "2018-10-11 16:40:34.728388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.729917"], ["updated_at", "2018-10-11 16:40:34.729917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.731574"], ["updated_at", "2018-10-11 16:40:34.731574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.733177"], ["updated_at", "2018-10-11 16:40:34.733177"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.734826"], ["updated_at", "2018-10-11 16:40:34.734826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.736751"], ["updated_at", "2018-10-11 16:40:34.736751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.738421"], ["updated_at", "2018-10-11 16:40:34.738421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.739984"], ["updated_at", "2018-10-11 16:40:34.739984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.741620"], ["updated_at", "2018-10-11 16:40:34.741620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.743182"], ["updated_at", "2018-10-11 16:40:34.743182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.744919"], ["updated_at", "2018-10-11 16:40:34.744919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.746479"], ["updated_at", "2018-10-11 16:40:34.746479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.748113"], ["updated_at", "2018-10-11 16:40:34.748113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.749680"], ["updated_at", "2018-10-11 16:40:34.749680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.751320"], ["updated_at", "2018-10-11 16:40:34.751320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.752930"], ["updated_at", "2018-10-11 16:40:34.752930"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.754564"], ["updated_at", "2018-10-11 16:40:34.754564"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.756577"], ["updated_at", "2018-10-11 16:40:34.756577"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.759208"], ["updated_at", "2018-10-11 16:40:34.759208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.761282"], ["updated_at", "2018-10-11 16:40:34.761282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.763079"], ["updated_at", "2018-10-11 16:40:34.763079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.764854"], ["updated_at", "2018-10-11 16:40:34.764854"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.766524"], ["updated_at", "2018-10-11 16:40:34.766524"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.768600"], ["updated_at", "2018-10-11 16:40:34.768600"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.771767"], ["updated_at", "2018-10-11 16:40:34.771767"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.775713"], ["updated_at", "2018-10-11 16:40:34.775713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.778868"], ["updated_at", "2018-10-11 16:40:34.778868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.780598"], ["updated_at", "2018-10-11 16:40:34.780598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.782210"], ["updated_at", "2018-10-11 16:40:34.782210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.783986"], ["updated_at", "2018-10-11 16:40:34.783986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.785747"], ["updated_at", "2018-10-11 16:40:34.785747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.787349"], ["updated_at", "2018-10-11 16:40:34.787349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.789046"], ["updated_at", "2018-10-11 16:40:34.789046"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.791014"], ["updated_at", "2018-10-11 16:40:34.791014"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.793013"], ["updated_at", "2018-10-11 16:40:34.793013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.794920"], ["updated_at", "2018-10-11 16:40:34.794920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.796620"], ["updated_at", "2018-10-11 16:40:34.796620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.798201"], ["updated_at", "2018-10-11 16:40:34.798201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.799995"], ["updated_at", "2018-10-11 16:40:34.799995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.801771"], ["updated_at", "2018-10-11 16:40:34.801771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.803472"], ["updated_at", "2018-10-11 16:40:34.803472"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.805075"], ["updated_at", "2018-10-11 16:40:34.805075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.806845"], ["updated_at", "2018-10-11 16:40:34.806845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.808560"], ["updated_at", "2018-10-11 16:40:34.808560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.810313"], ["updated_at", "2018-10-11 16:40:34.810313"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.812077"], ["updated_at", "2018-10-11 16:40:34.812077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.813827"], ["updated_at", "2018-10-11 16:40:34.813827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.815412"], ["updated_at", "2018-10-11 16:40:34.815412"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.817077"], ["updated_at", "2018-10-11 16:40:34.817077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.819236"], ["updated_at", "2018-10-11 16:40:34.819236"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.821253"], ["updated_at", "2018-10-11 16:40:34.821253"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.823595"], ["updated_at", "2018-10-11 16:40:34.823595"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.826504"], ["updated_at", "2018-10-11 16:40:34.826504"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.828792"], ["updated_at", "2018-10-11 16:40:34.828792"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.831050"], ["updated_at", "2018-10-11 16:40:34.831050"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.833176"], ["updated_at", "2018-10-11 16:40:34.833176"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.835368"], ["updated_at", "2018-10-11 16:40:34.835368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.837380"], ["updated_at", "2018-10-11 16:40:34.837380"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.842429"], ["updated_at", "2018-10-11 16:40:34.842429"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.845419"], ["updated_at", "2018-10-11 16:40:34.845419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.848090"], ["updated_at", "2018-10-11 16:40:34.848090"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.849940"], ["updated_at", "2018-10-11 16:40:34.849940"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.851647"], ["updated_at", "2018-10-11 16:40:34.851647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.853369"], ["updated_at", "2018-10-11 16:40:34.853369"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.855057"], ["updated_at", "2018-10-11 16:40:34.855057"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.858960"], ["updated_at", "2018-10-11 16:40:34.858960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.861824"], ["updated_at", "2018-10-11 16:40:34.861824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.863519"], ["updated_at", "2018-10-11 16:40:34.863519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.865129"], ["updated_at", "2018-10-11 16:40:34.865129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.866913"], ["updated_at", "2018-10-11 16:40:34.866913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.868756"], ["updated_at", "2018-10-11 16:40:34.868756"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.870577"], ["updated_at", "2018-10-11 16:40:34.870577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.872377"], ["updated_at", "2018-10-11 16:40:34.872377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.875342"], ["updated_at", "2018-10-11 16:40:34.875342"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.877177"], ["updated_at", "2018-10-11 16:40:34.877177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.878930"], ["updated_at", "2018-10-11 16:40:34.878930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.880586"], ["updated_at", "2018-10-11 16:40:34.880586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.882113"], ["updated_at", "2018-10-11 16:40:34.882113"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.883710"], ["updated_at", "2018-10-11 16:40:34.883710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.885380"], ["updated_at", "2018-10-11 16:40:34.885380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.887153"], ["updated_at", "2018-10-11 16:40:34.887153"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.888864"], ["updated_at", "2018-10-11 16:40:34.888864"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.893367"], ["updated_at", "2018-10-11 16:40:34.893367"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.895801"], ["updated_at", "2018-10-11 16:40:34.895801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.897977"], ["updated_at", "2018-10-11 16:40:34.897977"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.899996"], ["updated_at", "2018-10-11 16:40:34.899996"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.902181"], ["updated_at", "2018-10-11 16:40:34.902181"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.906415"], ["updated_at", "2018-10-11 16:40:34.906415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.909502"], ["updated_at", "2018-10-11 16:40:34.909502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.911946"], ["updated_at", "2018-10-11 16:40:34.911946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.913671"], ["updated_at", "2018-10-11 16:40:34.913671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.915280"], ["updated_at", "2018-10-11 16:40:34.915280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.916888"], ["updated_at", "2018-10-11 16:40:34.916888"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.918634"], ["updated_at", "2018-10-11 16:40:34.918634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.920367"], ["updated_at", "2018-10-11 16:40:34.920367"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.922870"], ["updated_at", "2018-10-11 16:40:34.922870"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.926385"], ["updated_at", "2018-10-11 16:40:34.926385"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.928849"], ["updated_at", "2018-10-11 16:40:34.928849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.930504"], ["updated_at", "2018-10-11 16:40:34.930504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.932095"], ["updated_at", "2018-10-11 16:40:34.932095"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.933648"], ["updated_at", "2018-10-11 16:40:34.933648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.935375"], ["updated_at", "2018-10-11 16:40:34.935375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.936985"], ["updated_at", "2018-10-11 16:40:34.936985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.938601"], ["updated_at", "2018-10-11 16:40:34.938601"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.940135"], ["updated_at", "2018-10-11 16:40:34.940135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.941968"], ["updated_at", "2018-10-11 16:40:34.941968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.943563"], ["updated_at", "2018-10-11 16:40:34.943563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.945170"], ["updated_at", "2018-10-11 16:40:34.945170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.946866"], ["updated_at", "2018-10-11 16:40:34.946866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.948430"], ["updated_at", "2018-10-11 16:40:34.948430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.950038"], ["updated_at", "2018-10-11 16:40:34.950038"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.951952"], ["updated_at", "2018-10-11 16:40:34.951952"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.954653"], ["updated_at", "2018-10-11 16:40:34.954653"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.957346"], ["updated_at", "2018-10-11 16:40:34.957346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.959783"], ["updated_at", "2018-10-11 16:40:34.959783"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.961684"], ["updated_at", "2018-10-11 16:40:34.961684"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.963752"], ["updated_at", "2018-10-11 16:40:34.963752"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.965722"], ["updated_at", "2018-10-11 16:40:34.965722"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.967707"], ["updated_at", "2018-10-11 16:40:34.967707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.969837"], ["updated_at", "2018-10-11 16:40:34.969837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.974610"], ["updated_at", "2018-10-11 16:40:34.974610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.976346"], ["updated_at", "2018-10-11 16:40:34.976346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.977991"], ["updated_at", "2018-10-11 16:40:34.977991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.979772"], ["updated_at", "2018-10-11 16:40:34.979772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.981530"], ["updated_at", "2018-10-11 16:40:34.981530"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.983203"], ["updated_at", "2018-10-11 16:40:34.983203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.984943"], ["updated_at", "2018-10-11 16:40:34.984943"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.986626"], ["updated_at", "2018-10-11 16:40:34.986626"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.989042"], ["updated_at", "2018-10-11 16:40:34.989042"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.993460"], ["updated_at", "2018-10-11 16:40:34.993460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.996490"], ["updated_at", "2018-10-11 16:40:34.996490"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:34.998328"], ["updated_at", "2018-10-11 16:40:34.998328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.000612"], ["updated_at", "2018-10-11 16:40:35.000612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.002545"], ["updated_at", "2018-10-11 16:40:35.002545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.004490"], ["updated_at", "2018-10-11 16:40:35.004490"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.006393"], ["updated_at", "2018-10-11 16:40:35.006393"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.008464"], ["updated_at", "2018-10-11 16:40:35.008464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.010350"], ["updated_at", "2018-10-11 16:40:35.010350"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.011977"], ["updated_at", "2018-10-11 16:40:35.011977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.013730"], ["updated_at", "2018-10-11 16:40:35.013730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.015505"], ["updated_at", "2018-10-11 16:40:35.015505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.017178"], ["updated_at", "2018-10-11 16:40:35.017178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.018829"], ["updated_at", "2018-10-11 16:40:35.018829"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.020532"], ["updated_at", "2018-10-11 16:40:35.020532"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.022525"], ["updated_at", "2018-10-11 16:40:35.022525"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.024886"], ["updated_at", "2018-10-11 16:40:35.024886"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.027177"], ["updated_at", "2018-10-11 16:40:35.027177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.028942"], ["updated_at", "2018-10-11 16:40:35.028942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.030695"], ["updated_at", "2018-10-11 16:40:35.030695"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.032351"], ["updated_at", "2018-10-11 16:40:35.032351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.033993"], ["updated_at", "2018-10-11 16:40:35.033993"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.037024"], ["updated_at", "2018-10-11 16:40:35.037024"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.038838"], ["updated_at", "2018-10-11 16:40:35.038838"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.041750"], ["updated_at", "2018-10-11 16:40:35.041750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.045622"], ["updated_at", "2018-10-11 16:40:35.045622"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.047449"], ["updated_at", "2018-10-11 16:40:35.047449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.049325"], ["updated_at", "2018-10-11 16:40:35.049325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.050985"], ["updated_at", "2018-10-11 16:40:35.050985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.052658"], ["updated_at", "2018-10-11 16:40:35.052658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.054339"], ["updated_at", "2018-10-11 16:40:35.054339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.056008"], ["updated_at", "2018-10-11 16:40:35.056008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.057577"], ["updated_at", "2018-10-11 16:40:35.057577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.059125"], ["updated_at", "2018-10-11 16:40:35.059125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.060679"], ["updated_at", "2018-10-11 16:40:35.060679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.062350"], ["updated_at", "2018-10-11 16:40:35.062350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.064254"], ["updated_at", "2018-10-11 16:40:35.064254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.065911"], ["updated_at", "2018-10-11 16:40:35.065911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.067525"], ["updated_at", "2018-10-11 16:40:35.067525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.069136"], ["updated_at", "2018-10-11 16:40:35.069136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.070900"], ["updated_at", "2018-10-11 16:40:35.070900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.072586"], ["updated_at", "2018-10-11 16:40:35.072586"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.074392"], ["updated_at", "2018-10-11 16:40:35.074392"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.077014"], ["updated_at", "2018-10-11 16:40:35.077014"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.079724"], ["updated_at", "2018-10-11 16:40:35.079724"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.082477"], ["updated_at", "2018-10-11 16:40:35.082477"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.085279"], ["updated_at", "2018-10-11 16:40:35.085279"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.088031"], ["updated_at", "2018-10-11 16:40:35.088031"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.090762"], ["updated_at", "2018-10-11 16:40:35.090762"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.093125"], ["updated_at", "2018-10-11 16:40:35.093125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.095076"], ["updated_at", "2018-10-11 16:40:35.095076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.096864"], ["updated_at", "2018-10-11 16:40:35.096864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.098600"], ["updated_at", "2018-10-11 16:40:35.098600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.100165"], ["updated_at", "2018-10-11 16:40:35.100165"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.101832"], ["updated_at", "2018-10-11 16:40:35.101832"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.105228"], ["updated_at", "2018-10-11 16:40:35.105228"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.109128"], ["updated_at", "2018-10-11 16:40:35.109128"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.111976"], ["updated_at", "2018-10-11 16:40:35.111976"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.113594"], ["updated_at", "2018-10-11 16:40:35.113594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.115277"], ["updated_at", "2018-10-11 16:40:35.115277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.116915"], ["updated_at", "2018-10-11 16:40:35.116915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.118481"], ["updated_at", "2018-10-11 16:40:35.118481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.120110"], ["updated_at", "2018-10-11 16:40:35.120110"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.121761"], ["updated_at", "2018-10-11 16:40:35.121761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.123468"], ["updated_at", "2018-10-11 16:40:35.123468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.125240"], ["updated_at", "2018-10-11 16:40:35.125240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.126961"], ["updated_at", "2018-10-11 16:40:35.126961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.128577"], ["updated_at", "2018-10-11 16:40:35.128577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.130231"], ["updated_at", "2018-10-11 16:40:35.130231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.131940"], ["updated_at", "2018-10-11 16:40:35.131940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.133671"], ["updated_at", "2018-10-11 16:40:35.133671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.135216"], ["updated_at", "2018-10-11 16:40:35.135216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.136904"], ["updated_at", "2018-10-11 16:40:35.136904"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.138577"], ["updated_at", "2018-10-11 16:40:35.138577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.140273"], ["updated_at", "2018-10-11 16:40:35.140273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.141877"], ["updated_at", "2018-10-11 16:40:35.141877"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.143433"], ["updated_at", "2018-10-11 16:40:35.143433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.145190"], ["updated_at", "2018-10-11 16:40:35.145190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.146817"], ["updated_at", "2018-10-11 16:40:35.146817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.148525"], ["updated_at", "2018-10-11 16:40:35.148525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.150190"], ["updated_at", "2018-10-11 16:40:35.150190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.151752"], ["updated_at", "2018-10-11 16:40:35.151752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.153349"], ["updated_at", "2018-10-11 16:40:35.153349"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.155168"], ["updated_at", "2018-10-11 16:40:35.155168"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.157457"], ["updated_at", "2018-10-11 16:40:35.157457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.159946"], ["updated_at", "2018-10-11 16:40:35.159946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.161663"], ["updated_at", "2018-10-11 16:40:35.161663"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.163250"], ["updated_at", "2018-10-11 16:40:35.163250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.164840"], ["updated_at", "2018-10-11 16:40:35.164840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.166423"], ["updated_at", "2018-10-11 16:40:35.166423"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.168186"], ["updated_at", "2018-10-11 16:40:35.168186"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.171120"], ["updated_at", "2018-10-11 16:40:35.171120"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.173602"], ["updated_at", "2018-10-11 16:40:35.173602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.177192"], ["updated_at", "2018-10-11 16:40:35.177192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.179447"], ["updated_at", "2018-10-11 16:40:35.179447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.181111"], ["updated_at", "2018-10-11 16:40:35.181111"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.183044"], ["updated_at", "2018-10-11 16:40:35.183044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.184872"], ["updated_at", "2018-10-11 16:40:35.184872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.186501"], ["updated_at", "2018-10-11 16:40:35.186501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.188042"], ["updated_at", "2018-10-11 16:40:35.188042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.189724"], ["updated_at", "2018-10-11 16:40:35.189724"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.191430"], ["updated_at", "2018-10-11 16:40:35.191430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.193114"], ["updated_at", "2018-10-11 16:40:35.193114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.194659"], ["updated_at", "2018-10-11 16:40:35.194659"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.196252"], ["updated_at", "2018-10-11 16:40:35.196252"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.198771"], ["updated_at", "2018-10-11 16:40:35.198771"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.201543"], ["updated_at", "2018-10-11 16:40:35.201543"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.204128"], ["updated_at", "2018-10-11 16:40:35.204128"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.206868"], ["updated_at", "2018-10-11 16:40:35.206868"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.209635"], ["updated_at", "2018-10-11 16:40:35.209635"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.212209"], ["updated_at", "2018-10-11 16:40:35.212209"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.214848"], ["updated_at", "2018-10-11 16:40:35.214848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.217289"], ["updated_at", "2018-10-11 16:40:35.217289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.218856"], ["updated_at", "2018-10-11 16:40:35.218856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.220419"], ["updated_at", "2018-10-11 16:40:35.220419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.222110"], ["updated_at", "2018-10-11 16:40:35.222110"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.224602"], ["updated_at", "2018-10-11 16:40:35.224602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.227104"], ["updated_at", "2018-10-11 16:40:35.227104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.228773"], ["updated_at", "2018-10-11 16:40:35.228773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.230451"], ["updated_at", "2018-10-11 16:40:35.230451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.232221"], ["updated_at", "2018-10-11 16:40:35.232221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.233900"], ["updated_at", "2018-10-11 16:40:35.233900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.236752"], ["updated_at", "2018-10-11 16:40:35.236752"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.238408"], ["updated_at", "2018-10-11 16:40:35.238408"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.240435"], ["updated_at", "2018-10-11 16:40:35.240435"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.244632"], ["updated_at", "2018-10-11 16:40:35.244632"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.247423"], ["updated_at", "2018-10-11 16:40:35.247423"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.249270"], ["updated_at", "2018-10-11 16:40:35.249270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.251029"], ["updated_at", "2018-10-11 16:40:35.251029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.252658"], ["updated_at", "2018-10-11 16:40:35.252658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.254226"], ["updated_at", "2018-10-11 16:40:35.254226"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.255870"], ["updated_at", "2018-10-11 16:40:35.255870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.257678"], ["updated_at", "2018-10-11 16:40:35.257678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.259441"], ["updated_at", "2018-10-11 16:40:35.259441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.261015"], ["updated_at", "2018-10-11 16:40:35.261015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.262637"], ["updated_at", "2018-10-11 16:40:35.262637"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.264277"], ["updated_at", "2018-10-11 16:40:35.264277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.266077"], ["updated_at", "2018-10-11 16:40:35.266077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.267821"], ["updated_at", "2018-10-11 16:40:35.267821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.269467"], ["updated_at", "2018-10-11 16:40:35.269467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.271051"], ["updated_at", "2018-10-11 16:40:35.271051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.272616"], ["updated_at", "2018-10-11 16:40:35.272616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.274295"], ["updated_at", "2018-10-11 16:40:35.274295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.276013"], ["updated_at", "2018-10-11 16:40:35.276013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.277676"], ["updated_at", "2018-10-11 16:40:35.277676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.279243"], ["updated_at", "2018-10-11 16:40:35.279243"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.280889"], ["updated_at", "2018-10-11 16:40:35.280889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.282754"], ["updated_at", "2018-10-11 16:40:35.282754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.284391"], ["updated_at", "2018-10-11 16:40:35.284391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.286009"], ["updated_at", "2018-10-11 16:40:35.286009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.287623"], ["updated_at", "2018-10-11 16:40:35.287623"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.289354"], ["updated_at", "2018-10-11 16:40:35.289354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.291856"], ["updated_at", "2018-10-11 16:40:35.291856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.294303"], ["updated_at", "2018-10-11 16:40:35.294303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.296006"], ["updated_at", "2018-10-11 16:40:35.296006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.297726"], ["updated_at", "2018-10-11 16:40:35.297726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.299469"], ["updated_at", "2018-10-11 16:40:35.299469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.301126"], ["updated_at", "2018-10-11 16:40:35.301126"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.304273"], ["updated_at", "2018-10-11 16:40:35.304273"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.306109"], ["updated_at", "2018-10-11 16:40:35.306109"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.309701"], ["updated_at", "2018-10-11 16:40:35.309701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.313140"], ["updated_at", "2018-10-11 16:40:35.313140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.314947"], ["updated_at", "2018-10-11 16:40:35.314947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.316724"], ["updated_at", "2018-10-11 16:40:35.316724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.318408"], ["updated_at", "2018-10-11 16:40:35.318408"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.320294"], ["updated_at", "2018-10-11 16:40:35.320294"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.323007"], ["updated_at", "2018-10-11 16:40:35.323007"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.325735"], ["updated_at", "2018-10-11 16:40:35.325735"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.328451"], ["updated_at", "2018-10-11 16:40:35.328451"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.331163"], ["updated_at", "2018-10-11 16:40:35.331163"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.333965"], ["updated_at", "2018-10-11 16:40:35.333965"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.336763"], ["updated_at", "2018-10-11 16:40:35.336763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.340408"], ["updated_at", "2018-10-11 16:40:35.340408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.342088"], ["updated_at", "2018-10-11 16:40:35.342088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.343701"], ["updated_at", "2018-10-11 16:40:35.343701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.345320"], ["updated_at", "2018-10-11 16:40:35.345320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.346980"], ["updated_at", "2018-10-11 16:40:35.346980"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.348817"], ["updated_at", "2018-10-11 16:40:35.348817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.350876"], ["updated_at", "2018-10-11 16:40:35.350876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.352484"], ["updated_at", "2018-10-11 16:40:35.352484"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.354075"], ["updated_at", "2018-10-11 16:40:35.354075"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.355693"], ["updated_at", "2018-10-11 16:40:35.355693"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.358403"], ["updated_at", "2018-10-11 16:40:35.358403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.360425"], ["updated_at", "2018-10-11 16:40:35.360425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.362035"], ["updated_at", "2018-10-11 16:40:35.362035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.363646"], ["updated_at", "2018-10-11 16:40:35.363646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.365319"], ["updated_at", "2018-10-11 16:40:35.365319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.366937"], ["updated_at", "2018-10-11 16:40:35.366937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.370209"], ["updated_at", "2018-10-11 16:40:35.370209"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.371920"], ["updated_at", "2018-10-11 16:40:35.371920"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.375502"], ["updated_at", "2018-10-11 16:40:35.375502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.378807"], ["updated_at", "2018-10-11 16:40:35.378807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.380483"], ["updated_at", "2018-10-11 16:40:35.380483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.382136"], ["updated_at", "2018-10-11 16:40:35.382136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.383874"], ["updated_at", "2018-10-11 16:40:35.383874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.385517"], ["updated_at", "2018-10-11 16:40:35.385517"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.387093"], ["updated_at", "2018-10-11 16:40:35.387093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.388719"], ["updated_at", "2018-10-11 16:40:35.388719"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.390312"], ["updated_at", "2018-10-11 16:40:35.390312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.392119"], ["updated_at", "2018-10-11 16:40:35.392119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.393820"], ["updated_at", "2018-10-11 16:40:35.393820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.395411"], ["updated_at", "2018-10-11 16:40:35.395411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.397083"], ["updated_at", "2018-10-11 16:40:35.397083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.398802"], ["updated_at", "2018-10-11 16:40:35.398802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.400540"], ["updated_at", "2018-10-11 16:40:35.400540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.402125"], ["updated_at", "2018-10-11 16:40:35.402125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.403666"], ["updated_at", "2018-10-11 16:40:35.403666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.405273"], ["updated_at", "2018-10-11 16:40:35.405273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.406947"], ["updated_at", "2018-10-11 16:40:35.406947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.408618"], ["updated_at", "2018-10-11 16:40:35.408618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.410298"], ["updated_at", "2018-10-11 16:40:35.410298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.411859"], ["updated_at", "2018-10-11 16:40:35.411859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.413466"], ["updated_at", "2018-10-11 16:40:35.413466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.415206"], ["updated_at", "2018-10-11 16:40:35.415206"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.416917"], ["updated_at", "2018-10-11 16:40:35.416917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.418596"], ["updated_at", "2018-10-11 16:40:35.418596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.420181"], ["updated_at", "2018-10-11 16:40:35.420181"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.421890"], ["updated_at", "2018-10-11 16:40:35.421890"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.424769"], ["updated_at", "2018-10-11 16:40:35.424769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.426907"], ["updated_at", "2018-10-11 16:40:35.426907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.428532"], ["updated_at", "2018-10-11 16:40:35.428532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.430171"], ["updated_at", "2018-10-11 16:40:35.430171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.431936"], ["updated_at", "2018-10-11 16:40:35.431936"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.433678"], ["updated_at", "2018-10-11 16:40:35.433678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.436627"], ["updated_at", "2018-10-11 16:40:35.436627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.438358"], ["updated_at", "2018-10-11 16:40:35.438358"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.441872"], ["updated_at", "2018-10-11 16:40:35.441872"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.446542"], ["updated_at", "2018-10-11 16:40:35.446542"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.449688"], ["updated_at", "2018-10-11 16:40:35.449688"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.452637"], ["updated_at", "2018-10-11 16:40:35.452637"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.455210"], ["updated_at", "2018-10-11 16:40:35.455210"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.457903"], ["updated_at", "2018-10-11 16:40:35.457903"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.460682"], ["updated_at", "2018-10-11 16:40:35.460682"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.463140"], ["updated_at", "2018-10-11 16:40:35.463140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.464890"], ["updated_at", "2018-10-11 16:40:35.464890"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.466561"], ["updated_at", "2018-10-11 16:40:35.466561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.468273"], ["updated_at", "2018-10-11 16:40:35.468273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.469902"], ["updated_at", "2018-10-11 16:40:35.469902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.471448"], ["updated_at", "2018-10-11 16:40:35.471448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.473089"], ["updated_at", "2018-10-11 16:40:35.473089"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.474668"], ["updated_at", "2018-10-11 16:40:35.474668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.476496"], ["updated_at", "2018-10-11 16:40:35.476496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.478117"], ["updated_at", "2018-10-11 16:40:35.478117"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.479792"], ["updated_at", "2018-10-11 16:40:35.479792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.481644"], ["updated_at", "2018-10-11 16:40:35.481644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.483318"], ["updated_at", "2018-10-11 16:40:35.483318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.484949"], ["updated_at", "2018-10-11 16:40:35.484949"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.486535"], ["updated_at", "2018-10-11 16:40:35.486535"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.488343"], ["updated_at", "2018-10-11 16:40:35.488343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.490969"], ["updated_at", "2018-10-11 16:40:35.490969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.493275"], ["updated_at", "2018-10-11 16:40:35.493275"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.494924"], ["updated_at", "2018-10-11 16:40:35.494924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.496562"], ["updated_at", "2018-10-11 16:40:35.496562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.498268"], ["updated_at", "2018-10-11 16:40:35.498268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.500069"], ["updated_at", "2018-10-11 16:40:35.500069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.502839"], ["updated_at", "2018-10-11 16:40:35.502839"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.504437"], ["updated_at", "2018-10-11 16:40:35.504437"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.507144"], ["updated_at", "2018-10-11 16:40:35.507144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.511116"], ["updated_at", "2018-10-11 16:40:35.511116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.513052"], ["updated_at", "2018-10-11 16:40:35.513052"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.514774"], ["updated_at", "2018-10-11 16:40:35.514774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.516588"], ["updated_at", "2018-10-11 16:40:35.516588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.518172"], ["updated_at", "2018-10-11 16:40:35.518172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.519803"], ["updated_at", "2018-10-11 16:40:35.519803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.521442"], ["updated_at", "2018-10-11 16:40:35.521442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.522992"], ["updated_at", "2018-10-11 16:40:35.522992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.524740"], ["updated_at", "2018-10-11 16:40:35.524740"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.526396"], ["updated_at", "2018-10-11 16:40:35.526396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.528015"], ["updated_at", "2018-10-11 16:40:35.528015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.529678"], ["updated_at", "2018-10-11 16:40:35.529678"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.531279"], ["updated_at", "2018-10-11 16:40:35.531279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.533002"], ["updated_at", "2018-10-11 16:40:35.533002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.534620"], ["updated_at", "2018-10-11 16:40:35.534620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.536210"], ["updated_at", "2018-10-11 16:40:35.536210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.537774"], ["updated_at", "2018-10-11 16:40:35.537774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.539394"], ["updated_at", "2018-10-11 16:40:35.539394"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.541055"], ["updated_at", "2018-10-11 16:40:35.541055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.542864"], ["updated_at", "2018-10-11 16:40:35.542864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.544574"], ["updated_at", "2018-10-11 16:40:35.544574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.546160"], ["updated_at", "2018-10-11 16:40:35.546160"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.547774"], ["updated_at", "2018-10-11 16:40:35.547774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.549428"], ["updated_at", "2018-10-11 16:40:35.549428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.551052"], ["updated_at", "2018-10-11 16:40:35.551052"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.552671"], ["updated_at", "2018-10-11 16:40:35.552671"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.554325"], ["updated_at", "2018-10-11 16:40:35.554325"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.556157"], ["updated_at", "2018-10-11 16:40:35.556157"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.558473"], ["updated_at", "2018-10-11 16:40:35.558473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.560587"], ["updated_at", "2018-10-11 16:40:35.560587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.562173"], ["updated_at", "2018-10-11 16:40:35.562173"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.563904"], ["updated_at", "2018-10-11 16:40:35.563904"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.565938"], ["updated_at", "2018-10-11 16:40:35.565938"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.568177"], ["updated_at", "2018-10-11 16:40:35.568177"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.572724"], ["updated_at", "2018-10-11 16:40:35.572724"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.576104"], ["updated_at", "2018-10-11 16:40:35.576104"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.579417"], ["updated_at", "2018-10-11 16:40:35.579417"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.583401"], ["updated_at", "2018-10-11 16:40:35.583401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.586079"], ["updated_at", "2018-10-11 16:40:35.586079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.587815"], ["updated_at", "2018-10-11 16:40:35.587815"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.590494"], ["updated_at", "2018-10-11 16:40:35.590494"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.594128"], ["updated_at", "2018-10-11 16:40:35.594128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.596458"], ["updated_at", "2018-10-11 16:40:35.596458"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.598072"], ["updated_at", "2018-10-11 16:40:35.598072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.599729"], ["updated_at", "2018-10-11 16:40:35.599729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.601512"], ["updated_at", "2018-10-11 16:40:35.601512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.603225"], ["updated_at", "2018-10-11 16:40:35.603225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.604798"], ["updated_at", "2018-10-11 16:40:35.604798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.606445"], ["updated_at", "2018-10-11 16:40:35.606445"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.608025"], ["updated_at", "2018-10-11 16:40:35.608025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.609748"], ["updated_at", "2018-10-11 16:40:35.609748"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.611382"], ["updated_at", "2018-10-11 16:40:35.611382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.613083"], ["updated_at", "2018-10-11 16:40:35.613083"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.614657"], ["updated_at", "2018-10-11 16:40:35.614657"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.616346"], ["updated_at", "2018-10-11 16:40:35.616346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.618120"], ["updated_at", "2018-10-11 16:40:35.618120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.619740"], ["updated_at", "2018-10-11 16:40:35.619740"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.621323"], ["updated_at", "2018-10-11 16:40:35.621323"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.623475"], ["updated_at", "2018-10-11 16:40:35.623475"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.625893"], ["updated_at", "2018-10-11 16:40:35.625893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.627746"], ["updated_at", "2018-10-11 16:40:35.627746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.629447"], ["updated_at", "2018-10-11 16:40:35.629447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.630985"], ["updated_at", "2018-10-11 16:40:35.630985"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.632632"], ["updated_at", "2018-10-11 16:40:35.632632"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.634490"], ["updated_at", "2018-10-11 16:40:35.634490"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.637402"], ["updated_at", "2018-10-11 16:40:35.637402"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.640677"], ["updated_at", "2018-10-11 16:40:35.640677"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.644663"], ["updated_at", "2018-10-11 16:40:35.644663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.647015"], ["updated_at", "2018-10-11 16:40:35.647015"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.648666"], ["updated_at", "2018-10-11 16:40:35.648666"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.650398"], ["updated_at", "2018-10-11 16:40:35.650398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.652075"], ["updated_at", "2018-10-11 16:40:35.652075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.653769"], ["updated_at", "2018-10-11 16:40:35.653769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.655462"], ["updated_at", "2018-10-11 16:40:35.655462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.657013"], ["updated_at", "2018-10-11 16:40:35.657013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.658662"], ["updated_at", "2018-10-11 16:40:35.658662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.660389"], ["updated_at", "2018-10-11 16:40:35.660389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.662065"], ["updated_at", "2018-10-11 16:40:35.662065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.663612"], ["updated_at", "2018-10-11 16:40:35.663612"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.665171"], ["updated_at", "2018-10-11 16:40:35.665171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.666869"], ["updated_at", "2018-10-11 16:40:35.666869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.668581"], ["updated_at", "2018-10-11 16:40:35.668581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.670101"], ["updated_at", "2018-10-11 16:40:35.670101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.671719"], ["updated_at", "2018-10-11 16:40:35.671719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.673315"], ["updated_at", "2018-10-11 16:40:35.673315"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.674869"], ["updated_at", "2018-10-11 16:40:35.674869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.676617"], ["updated_at", "2018-10-11 16:40:35.676617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.678322"], ["updated_at", "2018-10-11 16:40:35.678322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.679902"], ["updated_at", "2018-10-11 16:40:35.679902"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.681577"], ["updated_at", "2018-10-11 16:40:35.681577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.683446"], ["updated_at", "2018-10-11 16:40:35.683446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.685117"], ["updated_at", "2018-10-11 16:40:35.685117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.686716"], ["updated_at", "2018-10-11 16:40:35.686716"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.689390"], ["updated_at", "2018-10-11 16:40:35.689390"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.692082"], ["updated_at", "2018-10-11 16:40:35.692082"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.694577"], ["updated_at", "2018-10-11 16:40:35.694577"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.696721"], ["updated_at", "2018-10-11 16:40:35.696721"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.699039"], ["updated_at", "2018-10-11 16:40:35.699039"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.701423"], ["updated_at", "2018-10-11 16:40:35.701423"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.703418"], ["updated_at", "2018-10-11 16:40:35.703418"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.707161"], ["updated_at", "2018-10-11 16:40:35.707161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.709830"], ["updated_at", "2018-10-11 16:40:35.709830"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.711483"], ["updated_at", "2018-10-11 16:40:35.711483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.713159"], ["updated_at", "2018-10-11 16:40:35.713159"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.714783"], ["updated_at", "2018-10-11 16:40:35.714783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.716488"], ["updated_at", "2018-10-11 16:40:35.716488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.718209"], ["updated_at", "2018-10-11 16:40:35.718209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.720014"], ["updated_at", "2018-10-11 16:40:35.720014"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.721618"], ["updated_at", "2018-10-11 16:40:35.721618"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.724143"], ["updated_at", "2018-10-11 16:40:35.724143"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.728014"], ["updated_at", "2018-10-11 16:40:35.728014"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.730044"], ["updated_at", "2018-10-11 16:40:35.730044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.731750"], ["updated_at", "2018-10-11 16:40:35.731750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.733363"], ["updated_at", "2018-10-11 16:40:35.733363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.735170"], ["updated_at", "2018-10-11 16:40:35.735170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.736909"], ["updated_at", "2018-10-11 16:40:35.736909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.738515"], ["updated_at", "2018-10-11 16:40:35.738515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.740100"], ["updated_at", "2018-10-11 16:40:35.740100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.741732"], ["updated_at", "2018-10-11 16:40:35.741732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.743516"], ["updated_at", "2018-10-11 16:40:35.743516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.745214"], ["updated_at", "2018-10-11 16:40:35.745214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.746894"], ["updated_at", "2018-10-11 16:40:35.746894"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.748558"], ["updated_at", "2018-10-11 16:40:35.748558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.750197"], ["updated_at", "2018-10-11 16:40:35.750197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.751921"], ["updated_at", "2018-10-11 16:40:35.751921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.753696"], ["updated_at", "2018-10-11 16:40:35.753696"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.757832"], ["updated_at", "2018-10-11 16:40:35.757832"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.760301"], ["updated_at", "2018-10-11 16:40:35.760301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.761973"], ["updated_at", "2018-10-11 16:40:35.761973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.763558"], ["updated_at", "2018-10-11 16:40:35.763558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.765235"], ["updated_at", "2018-10-11 16:40:35.765235"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.766822"], ["updated_at", "2018-10-11 16:40:35.766822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.769390"], ["updated_at", "2018-10-11 16:40:35.769390"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.771456"], ["updated_at", "2018-10-11 16:40:35.771456"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.773926"], ["updated_at", "2018-10-11 16:40:35.773926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.777698"], ["updated_at", "2018-10-11 16:40:35.777698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.779840"], ["updated_at", "2018-10-11 16:40:35.779840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.781400"], ["updated_at", "2018-10-11 16:40:35.781400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.782961"], ["updated_at", "2018-10-11 16:40:35.782961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.786168"], ["updated_at", "2018-10-11 16:40:35.786168"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.787812"], ["updated_at", "2018-10-11 16:40:35.787812"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.790848"], ["updated_at", "2018-10-11 16:40:35.790848"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.792725"], ["updated_at", "2018-10-11 16:40:35.792725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.794511"], ["updated_at", "2018-10-11 16:40:35.794511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.796167"], ["updated_at", "2018-10-11 16:40:35.796167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.797720"], ["updated_at", "2018-10-11 16:40:35.797720"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.799352"], ["updated_at", "2018-10-11 16:40:35.799352"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.801285"], ["updated_at", "2018-10-11 16:40:35.801285"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.803065"], ["updated_at", "2018-10-11 16:40:35.803065"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.805010"], ["updated_at", "2018-10-11 16:40:35.805010"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.806939"], ["updated_at", "2018-10-11 16:40:35.806939"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.808556"], ["updated_at", "2018-10-11 16:40:35.808556"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.810376"], ["updated_at", "2018-10-11 16:40:35.810376"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.813286"], ["updated_at", "2018-10-11 16:40:35.813286"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.816690"], ["updated_at", "2018-10-11 16:40:35.816690"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.820541"], ["updated_at", "2018-10-11 16:40:35.820541"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.827085"], ["updated_at", "2018-10-11 16:40:35.827085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.831255"], ["updated_at", "2018-10-11 16:40:35.831255"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.833151"], ["updated_at", "2018-10-11 16:40:35.833151"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.835253"], ["updated_at", "2018-10-11 16:40:35.835253"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.837577"], ["updated_at", "2018-10-11 16:40:35.837577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.841115"], ["updated_at", "2018-10-11 16:40:35.841115"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.843148"], ["updated_at", "2018-10-11 16:40:35.843148"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.846035"], ["updated_at", "2018-10-11 16:40:35.846035"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.847781"], ["updated_at", "2018-10-11 16:40:35.847781"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.849432"], ["updated_at", "2018-10-11 16:40:35.849432"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.851139"], ["updated_at", "2018-10-11 16:40:35.851139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.852878"], ["updated_at", "2018-10-11 16:40:35.852878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.854463"], ["updated_at", "2018-10-11 16:40:35.854463"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.857021"], ["updated_at", "2018-10-11 16:40:35.857021"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.860813"], ["updated_at", "2018-10-11 16:40:35.860813"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.863269"], ["updated_at", "2018-10-11 16:40:35.863269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.864931"], ["updated_at", "2018-10-11 16:40:35.864931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.866438"], ["updated_at", "2018-10-11 16:40:35.866438"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.868223"], ["updated_at", "2018-10-11 16:40:35.868223"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.870022"], ["updated_at", "2018-10-11 16:40:35.870022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.871828"], ["updated_at", "2018-10-11 16:40:35.871828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.873454"], ["updated_at", "2018-10-11 16:40:35.873454"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.875081"], ["updated_at", "2018-10-11 16:40:35.875081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.876668"], ["updated_at", "2018-10-11 16:40:35.876668"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.878318"], ["updated_at", "2018-10-11 16:40:35.878318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.880030"], ["updated_at", "2018-10-11 16:40:35.880030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.881627"], ["updated_at", "2018-10-11 16:40:35.881627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.883238"], ["updated_at", "2018-10-11 16:40:35.883238"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.884952"], ["updated_at", "2018-10-11 16:40:35.884952"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.886688"], ["updated_at", "2018-10-11 16:40:35.886688"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.888471"], ["updated_at", "2018-10-11 16:40:35.888471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.891988"], ["updated_at", "2018-10-11 16:40:35.891988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.893776"], ["updated_at", "2018-10-11 16:40:35.893776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.895372"], ["updated_at", "2018-10-11 16:40:35.895372"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.897044"], ["updated_at", "2018-10-11 16:40:35.897044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.898732"], ["updated_at", "2018-10-11 16:40:35.898732"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.900330"], ["updated_at", "2018-10-11 16:40:35.900330"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.903687"], ["updated_at", "2018-10-11 16:40:35.903687"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.905477"], ["updated_at", "2018-10-11 16:40:35.905477"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.908579"], ["updated_at", "2018-10-11 16:40:35.908579"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.912836"], ["updated_at", "2018-10-11 16:40:35.912836"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.915067"], ["updated_at", "2018-10-11 16:40:35.915067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.916754"], ["updated_at", "2018-10-11 16:40:35.916754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.918413"], ["updated_at", "2018-10-11 16:40:35.918413"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.920127"], ["updated_at", "2018-10-11 16:40:35.920127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.921910"], ["updated_at", "2018-10-11 16:40:35.921910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.923485"], ["updated_at", "2018-10-11 16:40:35.923485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.924985"], ["updated_at", "2018-10-11 16:40:35.924985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.926554"], ["updated_at", "2018-10-11 16:40:35.926554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.928335"], ["updated_at", "2018-10-11 16:40:35.928335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.929991"], ["updated_at", "2018-10-11 16:40:35.929991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.931659"], ["updated_at", "2018-10-11 16:40:35.931659"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.933696"], ["updated_at", "2018-10-11 16:40:35.933696"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.937132"], ["updated_at", "2018-10-11 16:40:35.937132"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.940594"], ["updated_at", "2018-10-11 16:40:35.940594"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.944012"], ["updated_at", "2018-10-11 16:40:35.944012"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.947514"], ["updated_at", "2018-10-11 16:40:35.947514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.950942"], ["updated_at", "2018-10-11 16:40:35.950942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.952705"], ["updated_at", "2018-10-11 16:40:35.952705"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.954351"], ["updated_at", "2018-10-11 16:40:35.954351"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.956249"], ["updated_at", "2018-10-11 16:40:35.956249"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.958528"], ["updated_at", "2018-10-11 16:40:35.958528"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.960274"], ["updated_at", "2018-10-11 16:40:35.960274"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.961899"], ["updated_at", "2018-10-11 16:40:35.961899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.963526"], ["updated_at", "2018-10-11 16:40:35.963526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.965071"], ["updated_at", "2018-10-11 16:40:35.965071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.966600"], ["updated_at", "2018-10-11 16:40:35.966600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.970651"], ["updated_at", "2018-10-11 16:40:35.970651"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.972350"], ["updated_at", "2018-10-11 16:40:35.972350"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.975469"], ["updated_at", "2018-10-11 16:40:35.975469"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.978897"], ["updated_at", "2018-10-11 16:40:35.978897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.980708"], ["updated_at", "2018-10-11 16:40:35.980708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.982310"], ["updated_at", "2018-10-11 16:40:35.982310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.984049"], ["updated_at", "2018-10-11 16:40:35.984049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.985762"], ["updated_at", "2018-10-11 16:40:35.985762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.987411"], ["updated_at", "2018-10-11 16:40:35.987411"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.989030"], ["updated_at", "2018-10-11 16:40:35.989030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.990647"], ["updated_at", "2018-10-11 16:40:35.990647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.992286"], ["updated_at", "2018-10-11 16:40:35.992286"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.994121"], ["updated_at", "2018-10-11 16:40:35.994121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.995903"], ["updated_at", "2018-10-11 16:40:35.995903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.997590"], ["updated_at", "2018-10-11 16:40:35.997590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:35.999199"], ["updated_at", "2018-10-11 16:40:35.999199"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.000779"], ["updated_at", "2018-10-11 16:40:36.000779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.002603"], ["updated_at", "2018-10-11 16:40:36.002603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.004341"], ["updated_at", "2018-10-11 16:40:36.004341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.005933"], ["updated_at", "2018-10-11 16:40:36.005933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.007516"], ["updated_at", "2018-10-11 16:40:36.007516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.009065"], ["updated_at", "2018-10-11 16:40:36.009065"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.010696"], ["updated_at", "2018-10-11 16:40:36.010696"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.012415"], ["updated_at", "2018-10-11 16:40:36.012415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.014125"], ["updated_at", "2018-10-11 16:40:36.014125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.015679"], ["updated_at", "2018-10-11 16:40:36.015679"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.017187"], ["updated_at", "2018-10-11 16:40:36.017187"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.018954"], ["updated_at", "2018-10-11 16:40:36.018954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.020775"], ["updated_at", "2018-10-11 16:40:36.020775"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.022688"], ["updated_at", "2018-10-11 16:40:36.022688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.025297"], ["updated_at", "2018-10-11 16:40:36.025297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.027195"], ["updated_at", "2018-10-11 16:40:36.027195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.028851"], ["updated_at", "2018-10-11 16:40:36.028851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.030560"], ["updated_at", "2018-10-11 16:40:36.030560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.032113"], ["updated_at", "2018-10-11 16:40:36.032113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.033711"], ["updated_at", "2018-10-11 16:40:36.033711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.036252"], ["updated_at", "2018-10-11 16:40:36.036252"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.038611"], ["updated_at", "2018-10-11 16:40:36.038611"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.041793"], ["updated_at", "2018-10-11 16:40:36.041793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.045566"], ["updated_at", "2018-10-11 16:40:36.045566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.047313"], ["updated_at", "2018-10-11 16:40:36.047313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.048984"], ["updated_at", "2018-10-11 16:40:36.048984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.050596"], ["updated_at", "2018-10-11 16:40:36.050596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.052187"], ["updated_at", "2018-10-11 16:40:36.052187"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.053973"], ["updated_at", "2018-10-11 16:40:36.053973"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.056563"], ["updated_at", "2018-10-11 16:40:36.056563"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.059930"], ["updated_at", "2018-10-11 16:40:36.059930"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.063340"], ["updated_at", "2018-10-11 16:40:36.063340"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.066752"], ["updated_at", "2018-10-11 16:40:36.066752"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.070300"], ["updated_at", "2018-10-11 16:40:36.070300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.073656"], ["updated_at", "2018-10-11 16:40:36.073656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.075244"], ["updated_at", "2018-10-11 16:40:36.075244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.076900"], ["updated_at", "2018-10-11 16:40:36.076900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.078545"], ["updated_at", "2018-10-11 16:40:36.078545"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.080173"], ["updated_at", "2018-10-11 16:40:36.080173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.081997"], ["updated_at", "2018-10-11 16:40:36.081997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.083708"], ["updated_at", "2018-10-11 16:40:36.083708"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.085438"], ["updated_at", "2018-10-11 16:40:36.085438"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.087275"], ["updated_at", "2018-10-11 16:40:36.087275"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.090011"], ["updated_at", "2018-10-11 16:40:36.090011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.092485"], ["updated_at", "2018-10-11 16:40:36.092485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.094161"], ["updated_at", "2018-10-11 16:40:36.094161"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.095734"], ["updated_at", "2018-10-11 16:40:36.095734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.097410"], ["updated_at", "2018-10-11 16:40:36.097410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.099090"], ["updated_at", "2018-10-11 16:40:36.099090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.100683"], ["updated_at", "2018-10-11 16:40:36.100683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.103839"], ["updated_at", "2018-10-11 16:40:36.103839"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.106312"], ["updated_at", "2018-10-11 16:40:36.106312"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.110371"], ["updated_at", "2018-10-11 16:40:36.110371"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.112747"], ["updated_at", "2018-10-11 16:40:36.112747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.114490"], ["updated_at", "2018-10-11 16:40:36.114490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.116070"], ["updated_at", "2018-10-11 16:40:36.116070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.117620"], ["updated_at", "2018-10-11 16:40:36.117620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.119184"], ["updated_at", "2018-10-11 16:40:36.119184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.120781"], ["updated_at", "2018-10-11 16:40:36.120781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.122483"], ["updated_at", "2018-10-11 16:40:36.122483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.124153"], ["updated_at", "2018-10-11 16:40:36.124153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.125821"], ["updated_at", "2018-10-11 16:40:36.125821"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.127387"], ["updated_at", "2018-10-11 16:40:36.127387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.129026"], ["updated_at", "2018-10-11 16:40:36.129026"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.130647"], ["updated_at", "2018-10-11 16:40:36.130647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.132282"], ["updated_at", "2018-10-11 16:40:36.132282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.133870"], ["updated_at", "2018-10-11 16:40:36.133870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.135449"], ["updated_at", "2018-10-11 16:40:36.135449"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.137080"], ["updated_at", "2018-10-11 16:40:36.137080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.138722"], ["updated_at", "2018-10-11 16:40:36.138722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.140433"], ["updated_at", "2018-10-11 16:40:36.140433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.142011"], ["updated_at", "2018-10-11 16:40:36.142011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.143620"], ["updated_at", "2018-10-11 16:40:36.143620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.145180"], ["updated_at", "2018-10-11 16:40:36.145180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.146902"], ["updated_at", "2018-10-11 16:40:36.146902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.148666"], ["updated_at", "2018-10-11 16:40:36.148666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.150247"], ["updated_at", "2018-10-11 16:40:36.150247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.151929"], ["updated_at", "2018-10-11 16:40:36.151929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.153569"], ["updated_at", "2018-10-11 16:40:36.153569"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.155431"], ["updated_at", "2018-10-11 16:40:36.155431"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.157891"], ["updated_at", "2018-10-11 16:40:36.157891"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.159657"], ["updated_at", "2018-10-11 16:40:36.159657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.161262"], ["updated_at", "2018-10-11 16:40:36.161262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.162919"], ["updated_at", "2018-10-11 16:40:36.162919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.164535"], ["updated_at", "2018-10-11 16:40:36.164535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.166210"], ["updated_at", "2018-10-11 16:40:36.166210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.169675"], ["updated_at", "2018-10-11 16:40:36.169675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.171365"], ["updated_at", "2018-10-11 16:40:36.171365"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.174048"], ["updated_at", "2018-10-11 16:40:36.174048"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.178745"], ["updated_at", "2018-10-11 16:40:36.178745"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.181500"], ["updated_at", "2018-10-11 16:40:36.181500"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.184418"], ["updated_at", "2018-10-11 16:40:36.184418"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.187011"], ["updated_at", "2018-10-11 16:40:36.187011"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.189855"], ["updated_at", "2018-10-11 16:40:36.189855"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.192495"], ["updated_at", "2018-10-11 16:40:36.192495"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.195080"], ["updated_at", "2018-10-11 16:40:36.195080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.197451"], ["updated_at", "2018-10-11 16:40:36.197451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.199227"], ["updated_at", "2018-10-11 16:40:36.199227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.200904"], ["updated_at", "2018-10-11 16:40:36.200904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.202485"], ["updated_at", "2018-10-11 16:40:36.202485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.204153"], ["updated_at", "2018-10-11 16:40:36.204153"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.205831"], ["updated_at", "2018-10-11 16:40:36.205831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.207595"], ["updated_at", "2018-10-11 16:40:36.207595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.209164"], ["updated_at", "2018-10-11 16:40:36.209164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.210803"], ["updated_at", "2018-10-11 16:40:36.210803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.212354"], ["updated_at", "2018-10-11 16:40:36.212354"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.214067"], ["updated_at", "2018-10-11 16:40:36.214067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.215787"], ["updated_at", "2018-10-11 16:40:36.215787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.217366"], ["updated_at", "2018-10-11 16:40:36.217366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.219000"], ["updated_at", "2018-10-11 16:40:36.219000"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.220682"], ["updated_at", "2018-10-11 16:40:36.220682"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.222709"], ["updated_at", "2018-10-11 16:40:36.222709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.225571"], ["updated_at", "2018-10-11 16:40:36.225571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.227503"], ["updated_at", "2018-10-11 16:40:36.227503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.229192"], ["updated_at", "2018-10-11 16:40:36.229192"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.230862"], ["updated_at", "2018-10-11 16:40:36.230862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.232416"], ["updated_at", "2018-10-11 16:40:36.232416"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.234098"], ["updated_at", "2018-10-11 16:40:36.234098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.237123"], ["updated_at", "2018-10-11 16:40:36.237123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.238736"], ["updated_at", "2018-10-11 16:40:36.238736"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.241108"], ["updated_at", "2018-10-11 16:40:36.241108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.245655"], ["updated_at", "2018-10-11 16:40:36.245655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.247653"], ["updated_at", "2018-10-11 16:40:36.247653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.249445"], ["updated_at", "2018-10-11 16:40:36.249445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.251242"], ["updated_at", "2018-10-11 16:40:36.251242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.252866"], ["updated_at", "2018-10-11 16:40:36.252866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.254522"], ["updated_at", "2018-10-11 16:40:36.254522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.256073"], ["updated_at", "2018-10-11 16:40:36.256073"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.257726"], ["updated_at", "2018-10-11 16:40:36.257726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.260929"], ["updated_at", "2018-10-11 16:40:36.260929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.262599"], ["updated_at", "2018-10-11 16:40:36.262599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.264254"], ["updated_at", "2018-10-11 16:40:36.264254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.266062"], ["updated_at", "2018-10-11 16:40:36.266062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.267855"], ["updated_at", "2018-10-11 16:40:36.267855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.269409"], ["updated_at", "2018-10-11 16:40:36.269409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.271047"], ["updated_at", "2018-10-11 16:40:36.271047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.272603"], ["updated_at", "2018-10-11 16:40:36.272603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.274302"], ["updated_at", "2018-10-11 16:40:36.274302"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.275931"], ["updated_at", "2018-10-11 16:40:36.275931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.277597"], ["updated_at", "2018-10-11 16:40:36.277597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.279151"], ["updated_at", "2018-10-11 16:40:36.279151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.280849"], ["updated_at", "2018-10-11 16:40:36.280849"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.282617"], ["updated_at", "2018-10-11 16:40:36.282617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.284378"], ["updated_at", "2018-10-11 16:40:36.284378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.285992"], ["updated_at", "2018-10-11 16:40:36.285992"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.287619"], ["updated_at", "2018-10-11 16:40:36.287619"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.289935"], ["updated_at", "2018-10-11 16:40:36.289935"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.292811"], ["updated_at", "2018-10-11 16:40:36.292811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.294750"], ["updated_at", "2018-10-11 16:40:36.294750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.296412"], ["updated_at", "2018-10-11 16:40:36.296412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.298207"], ["updated_at", "2018-10-11 16:40:36.298207"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.299982"], ["updated_at", "2018-10-11 16:40:36.299982"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.302106"], ["updated_at", "2018-10-11 16:40:36.302106"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.305746"], ["updated_at", "2018-10-11 16:40:36.305746"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.310211"], ["updated_at", "2018-10-11 16:40:36.310211"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.313993"], ["updated_at", "2018-10-11 16:40:36.313993"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.316875"], ["updated_at", "2018-10-11 16:40:36.316875"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.319535"], ["updated_at", "2018-10-11 16:40:36.319535"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.322215"], ["updated_at", "2018-10-11 16:40:36.322215"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.324346"], ["updated_at", "2018-10-11 16:40:36.324346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.326081"], ["updated_at", "2018-10-11 16:40:36.326081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.327782"], ["updated_at", "2018-10-11 16:40:36.327782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.329461"], ["updated_at", "2018-10-11 16:40:36.329461"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.330989"], ["updated_at", "2018-10-11 16:40:36.330989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.332716"], ["updated_at", "2018-10-11 16:40:36.332716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.334496"], ["updated_at", "2018-10-11 16:40:36.334496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.336080"], ["updated_at", "2018-10-11 16:40:36.336080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.337678"], ["updated_at", "2018-10-11 16:40:36.337678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.339284"], ["updated_at", "2018-10-11 16:40:36.339284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.340987"], ["updated_at", "2018-10-11 16:40:36.340987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.342650"], ["updated_at", "2018-10-11 16:40:36.342650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.344340"], ["updated_at", "2018-10-11 16:40:36.344340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.345875"], ["updated_at", "2018-10-11 16:40:36.345875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.347506"], ["updated_at", "2018-10-11 16:40:36.347506"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.349125"], ["updated_at", "2018-10-11 16:40:36.349125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.350791"], ["updated_at", "2018-10-11 16:40:36.350791"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.352390"], ["updated_at", "2018-10-11 16:40:36.352390"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.354129"], ["updated_at", "2018-10-11 16:40:36.354129"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.355921"], ["updated_at", "2018-10-11 16:40:36.355921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.358483"], ["updated_at", "2018-10-11 16:40:36.358483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.360483"], ["updated_at", "2018-10-11 16:40:36.360483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.362156"], ["updated_at", "2018-10-11 16:40:36.362156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.363758"], ["updated_at", "2018-10-11 16:40:36.363758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.365435"], ["updated_at", "2018-10-11 16:40:36.365435"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.367213"], ["updated_at", "2018-10-11 16:40:36.367213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.370135"], ["updated_at", "2018-10-11 16:40:36.370135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.371737"], ["updated_at", "2018-10-11 16:40:36.371737"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.374176"], ["updated_at", "2018-10-11 16:40:36.374176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.378120"], ["updated_at", "2018-10-11 16:40:36.378120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.380245"], ["updated_at", "2018-10-11 16:40:36.380245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.381957"], ["updated_at", "2018-10-11 16:40:36.381957"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.383631"], ["updated_at", "2018-10-11 16:40:36.383631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.385306"], ["updated_at", "2018-10-11 16:40:36.385306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.387004"], ["updated_at", "2018-10-11 16:40:36.387004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.388627"], ["updated_at", "2018-10-11 16:40:36.388627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.390227"], ["updated_at", "2018-10-11 16:40:36.390227"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.391924"], ["updated_at", "2018-10-11 16:40:36.391924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.393669"], ["updated_at", "2018-10-11 16:40:36.393669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.395348"], ["updated_at", "2018-10-11 16:40:36.395348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.396943"], ["updated_at", "2018-10-11 16:40:36.396943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.398646"], ["updated_at", "2018-10-11 16:40:36.398646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.400363"], ["updated_at", "2018-10-11 16:40:36.400363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.402016"], ["updated_at", "2018-10-11 16:40:36.402016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.403637"], ["updated_at", "2018-10-11 16:40:36.403637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.405281"], ["updated_at", "2018-10-11 16:40:36.405281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.406896"], ["updated_at", "2018-10-11 16:40:36.406896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.408506"], ["updated_at", "2018-10-11 16:40:36.408506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.410241"], ["updated_at", "2018-10-11 16:40:36.410241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.411789"], ["updated_at", "2018-10-11 16:40:36.411789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.413409"], ["updated_at", "2018-10-11 16:40:36.413409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.415106"], ["updated_at", "2018-10-11 16:40:36.415106"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.416762"], ["updated_at", "2018-10-11 16:40:36.416762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.418406"], ["updated_at", "2018-10-11 16:40:36.418406"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.419974"], ["updated_at", "2018-10-11 16:40:36.419974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.421838"], ["updated_at", "2018-10-11 16:40:36.421838"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.424366"], ["updated_at", "2018-10-11 16:40:36.424366"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.427196"], ["updated_at", "2018-10-11 16:40:36.427196"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.429246"], ["updated_at", "2018-10-11 16:40:36.429246"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.431211"], ["updated_at", "2018-10-11 16:40:36.431211"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.433374"], ["updated_at", "2018-10-11 16:40:36.433374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.435322"], ["updated_at", "2018-10-11 16:40:36.435322"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.437113"], ["updated_at", "2018-10-11 16:40:36.437113"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.441844"], ["updated_at", "2018-10-11 16:40:36.441844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.444612"], ["updated_at", "2018-10-11 16:40:36.444612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.446456"], ["updated_at", "2018-10-11 16:40:36.446456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.448031"], ["updated_at", "2018-10-11 16:40:36.448031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.449776"], ["updated_at", "2018-10-11 16:40:36.449776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.451425"], ["updated_at", "2018-10-11 16:40:36.451425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.453043"], ["updated_at", "2018-10-11 16:40:36.453043"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.454595"], ["updated_at", "2018-10-11 16:40:36.454595"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.457114"], ["updated_at", "2018-10-11 16:40:36.457114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.461258"], ["updated_at", "2018-10-11 16:40:36.461258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.463590"], ["updated_at", "2018-10-11 16:40:36.463590"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.465178"], ["updated_at", "2018-10-11 16:40:36.465178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.466943"], ["updated_at", "2018-10-11 16:40:36.466943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.468804"], ["updated_at", "2018-10-11 16:40:36.468804"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.470364"], ["updated_at", "2018-10-11 16:40:36.470364"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.472221"], ["updated_at", "2018-10-11 16:40:36.472221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.473877"], ["updated_at", "2018-10-11 16:40:36.473877"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.475433"], ["updated_at", "2018-10-11 16:40:36.475433"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.477223"], ["updated_at", "2018-10-11 16:40:36.477223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.478846"], ["updated_at", "2018-10-11 16:40:36.478846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.480497"], ["updated_at", "2018-10-11 16:40:36.480497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.482155"], ["updated_at", "2018-10-11 16:40:36.482155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.483904"], ["updated_at", "2018-10-11 16:40:36.483904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.485602"], ["updated_at", "2018-10-11 16:40:36.485602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.487226"], ["updated_at", "2018-10-11 16:40:36.487226"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.488871"], ["updated_at", "2018-10-11 16:40:36.488871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.491540"], ["updated_at", "2018-10-11 16:40:36.491540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.493859"], ["updated_at", "2018-10-11 16:40:36.493859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.495657"], ["updated_at", "2018-10-11 16:40:36.495657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.497631"], ["updated_at", "2018-10-11 16:40:36.497631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.499291"], ["updated_at", "2018-10-11 16:40:36.499291"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.501191"], ["updated_at", "2018-10-11 16:40:36.501191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.504306"], ["updated_at", "2018-10-11 16:40:36.504306"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.506589"], ["updated_at", "2018-10-11 16:40:36.506589"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.510817"], ["updated_at", "2018-10-11 16:40:36.510817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.513428"], ["updated_at", "2018-10-11 16:40:36.513428"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.514996"], ["updated_at", "2018-10-11 16:40:36.514996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.516690"], ["updated_at", "2018-10-11 16:40:36.516690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.518366"], ["updated_at", "2018-10-11 16:40:36.518366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.520028"], ["updated_at", "2018-10-11 16:40:36.520028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.521617"], ["updated_at", "2018-10-11 16:40:36.521617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.523237"], ["updated_at", "2018-10-11 16:40:36.523237"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.524805"], ["updated_at", "2018-10-11 16:40:36.524805"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.526636"], ["updated_at", "2018-10-11 16:40:36.526636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.528326"], ["updated_at", "2018-10-11 16:40:36.528326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.529915"], ["updated_at", "2018-10-11 16:40:36.529915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.531521"], ["updated_at", "2018-10-11 16:40:36.531521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.533148"], ["updated_at", "2018-10-11 16:40:36.533148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.534847"], ["updated_at", "2018-10-11 16:40:36.534847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.536446"], ["updated_at", "2018-10-11 16:40:36.536446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.538059"], ["updated_at", "2018-10-11 16:40:36.538059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.539640"], ["updated_at", "2018-10-11 16:40:36.539640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.541264"], ["updated_at", "2018-10-11 16:40:36.541264"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.542872"], ["updated_at", "2018-10-11 16:40:36.542872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.544557"], ["updated_at", "2018-10-11 16:40:36.544557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.546123"], ["updated_at", "2018-10-11 16:40:36.546123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.547725"], ["updated_at", "2018-10-11 16:40:36.547725"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.549700"], ["updated_at", "2018-10-11 16:40:36.549700"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.552422"], ["updated_at", "2018-10-11 16:40:36.552422"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.554979"], ["updated_at", "2018-10-11 16:40:36.554979"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.557859"], ["updated_at", "2018-10-11 16:40:36.557859"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.560125"], ["updated_at", "2018-10-11 16:40:36.560125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.562367"], ["updated_at", "2018-10-11 16:40:36.562367"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.564514"], ["updated_at", "2018-10-11 16:40:36.564514"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.566585"], ["updated_at", "2018-10-11 16:40:36.566585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.568536"], ["updated_at", "2018-10-11 16:40:36.568536"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.570277"], ["updated_at", "2018-10-11 16:40:36.570277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.574205"], ["updated_at", "2018-10-11 16:40:36.574205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.575850"], ["updated_at", "2018-10-11 16:40:36.575850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.577554"], ["updated_at", "2018-10-11 16:40:36.577554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.579188"], ["updated_at", "2018-10-11 16:40:36.579188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.580793"], ["updated_at", "2018-10-11 16:40:36.580793"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.582466"], ["updated_at", "2018-10-11 16:40:36.582466"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.584544"], ["updated_at", "2018-10-11 16:40:36.584544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.586283"], ["updated_at", "2018-10-11 16:40:36.586283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.587952"], ["updated_at", "2018-10-11 16:40:36.587952"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.589701"], ["updated_at", "2018-10-11 16:40:36.589701"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.593633"], ["updated_at", "2018-10-11 16:40:36.593633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.596761"], ["updated_at", "2018-10-11 16:40:36.596761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.598481"], ["updated_at", "2018-10-11 16:40:36.598481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.600070"], ["updated_at", "2018-10-11 16:40:36.600070"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.601846"], ["updated_at", "2018-10-11 16:40:36.601846"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.603579"], ["updated_at", "2018-10-11 16:40:36.603579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.605304"], ["updated_at", "2018-10-11 16:40:36.605304"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.606909"], ["updated_at", "2018-10-11 16:40:36.606909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.608861"], ["updated_at", "2018-10-11 16:40:36.608861"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.610420"], ["updated_at", "2018-10-11 16:40:36.610420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.612163"], ["updated_at", "2018-10-11 16:40:36.612163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.613760"], ["updated_at", "2018-10-11 16:40:36.613760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.615367"], ["updated_at", "2018-10-11 16:40:36.615367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.616991"], ["updated_at", "2018-10-11 16:40:36.616991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.618797"], ["updated_at", "2018-10-11 16:40:36.618797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.620570"], ["updated_at", "2018-10-11 16:40:36.620570"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.622242"], ["updated_at", "2018-10-11 16:40:36.622242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.625553"], ["updated_at", "2018-10-11 16:40:36.625553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.627447"], ["updated_at", "2018-10-11 16:40:36.627447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.629286"], ["updated_at", "2018-10-11 16:40:36.629286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.631052"], ["updated_at", "2018-10-11 16:40:36.631052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.632669"], ["updated_at", "2018-10-11 16:40:36.632669"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.634512"], ["updated_at", "2018-10-11 16:40:36.634512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.637861"], ["updated_at", "2018-10-11 16:40:36.637861"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.639513"], ["updated_at", "2018-10-11 16:40:36.639513"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.642308"], ["updated_at", "2018-10-11 16:40:36.642308"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.646280"], ["updated_at", "2018-10-11 16:40:36.646280"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.648160"], ["updated_at", "2018-10-11 16:40:36.648160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.649766"], ["updated_at", "2018-10-11 16:40:36.649766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.651511"], ["updated_at", "2018-10-11 16:40:36.651511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.653294"], ["updated_at", "2018-10-11 16:40:36.653294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.654983"], ["updated_at", "2018-10-11 16:40:36.654983"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.656562"], ["updated_at", "2018-10-11 16:40:36.656562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.658213"], ["updated_at", "2018-10-11 16:40:36.658213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.659849"], ["updated_at", "2018-10-11 16:40:36.659849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.661605"], ["updated_at", "2018-10-11 16:40:36.661605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.663264"], ["updated_at", "2018-10-11 16:40:36.663264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.664916"], ["updated_at", "2018-10-11 16:40:36.664916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.666540"], ["updated_at", "2018-10-11 16:40:36.666540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.668254"], ["updated_at", "2018-10-11 16:40:36.668254"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.670218"], ["updated_at", "2018-10-11 16:40:36.670218"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.672982"], ["updated_at", "2018-10-11 16:40:36.672982"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.675659"], ["updated_at", "2018-10-11 16:40:36.675659"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.678336"], ["updated_at", "2018-10-11 16:40:36.678336"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.681013"], ["updated_at", "2018-10-11 16:40:36.681013"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.683572"], ["updated_at", "2018-10-11 16:40:36.683572"], ["parent_id", 39895952907]] Kithe::Work Create (4.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.686416"], ["updated_at", "2018-10-11 16:40:36.686416"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.693295"], ["updated_at", "2018-10-11 16:40:36.693295"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.696196"], ["updated_at", "2018-10-11 16:40:36.696196"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.698373"], ["updated_at", "2018-10-11 16:40:36.698373"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.700867"], ["updated_at", "2018-10-11 16:40:36.700867"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.703999"], ["updated_at", "2018-10-11 16:40:36.703999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.707868"], ["updated_at", "2018-10-11 16:40:36.707868"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.709870"], ["updated_at", "2018-10-11 16:40:36.709870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.712125"], ["updated_at", "2018-10-11 16:40:36.712125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.714300"], ["updated_at", "2018-10-11 16:40:36.714300"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.716400"], ["updated_at", "2018-10-11 16:40:36.716400"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.720379"], ["updated_at", "2018-10-11 16:40:36.720379"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.722501"], ["updated_at", "2018-10-11 16:40:36.722501"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.726688"], ["updated_at", "2018-10-11 16:40:36.726688"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.730250"], ["updated_at", "2018-10-11 16:40:36.730250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.732024"], ["updated_at", "2018-10-11 16:40:36.732024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.733577"], ["updated_at", "2018-10-11 16:40:36.733577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.735215"], ["updated_at", "2018-10-11 16:40:36.735215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.736950"], ["updated_at", "2018-10-11 16:40:36.736950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.738717"], ["updated_at", "2018-10-11 16:40:36.738717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.740245"], ["updated_at", "2018-10-11 16:40:36.740245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.741869"], ["updated_at", "2018-10-11 16:40:36.741869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.743377"], ["updated_at", "2018-10-11 16:40:36.743377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.745028"], ["updated_at", "2018-10-11 16:40:36.745028"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.746635"], ["updated_at", "2018-10-11 16:40:36.746635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.748369"], ["updated_at", "2018-10-11 16:40:36.748369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.749938"], ["updated_at", "2018-10-11 16:40:36.749938"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.751495"], ["updated_at", "2018-10-11 16:40:36.751495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.753196"], ["updated_at", "2018-10-11 16:40:36.753196"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.755326"], ["updated_at", "2018-10-11 16:40:36.755326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.758346"], ["updated_at", "2018-10-11 16:40:36.758346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.760235"], ["updated_at", "2018-10-11 16:40:36.760235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.761908"], ["updated_at", "2018-10-11 16:40:36.761908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.763638"], ["updated_at", "2018-10-11 16:40:36.763638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.765366"], ["updated_at", "2018-10-11 16:40:36.765366"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.766960"], ["updated_at", "2018-10-11 16:40:36.766960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.770167"], ["updated_at", "2018-10-11 16:40:36.770167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.771949"], ["updated_at", "2018-10-11 16:40:36.771949"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.774335"], ["updated_at", "2018-10-11 16:40:36.774335"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.778033"], ["updated_at", "2018-10-11 16:40:36.778033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.780213"], ["updated_at", "2018-10-11 16:40:36.780213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.781855"], ["updated_at", "2018-10-11 16:40:36.781855"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.783380"], ["updated_at", "2018-10-11 16:40:36.783380"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.785630"], ["updated_at", "2018-10-11 16:40:36.785630"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.787617"], ["updated_at", "2018-10-11 16:40:36.787617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.789261"], ["updated_at", "2018-10-11 16:40:36.789261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.791404"], ["updated_at", "2018-10-11 16:40:36.791404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.793279"], ["updated_at", "2018-10-11 16:40:36.793279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.794884"], ["updated_at", "2018-10-11 16:40:36.794884"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.796964"], ["updated_at", "2018-10-11 16:40:36.796964"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.799827"], ["updated_at", "2018-10-11 16:40:36.799827"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.802632"], ["updated_at", "2018-10-11 16:40:36.802632"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.805617"], ["updated_at", "2018-10-11 16:40:36.805617"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.808312"], ["updated_at", "2018-10-11 16:40:36.808312"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.811076"], ["updated_at", "2018-10-11 16:40:36.811076"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.813981"], ["updated_at", "2018-10-11 16:40:36.813981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.816545"], ["updated_at", "2018-10-11 16:40:36.816545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.818090"], ["updated_at", "2018-10-11 16:40:36.818090"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.819919"], ["updated_at", "2018-10-11 16:40:36.819919"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.822433"], ["updated_at", "2018-10-11 16:40:36.822433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.825124"], ["updated_at", "2018-10-11 16:40:36.825124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.827068"], ["updated_at", "2018-10-11 16:40:36.827068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.828756"], ["updated_at", "2018-10-11 16:40:36.828756"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.830499"], ["updated_at", "2018-10-11 16:40:36.830499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.832357"], ["updated_at", "2018-10-11 16:40:36.832357"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.833956"], ["updated_at", "2018-10-11 16:40:36.833956"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.837333"], ["updated_at", "2018-10-11 16:40:36.837333"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.839034"], ["updated_at", "2018-10-11 16:40:36.839034"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.841839"], ["updated_at", "2018-10-11 16:40:36.841839"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.846089"], ["updated_at", "2018-10-11 16:40:36.846089"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.848013"], ["updated_at", "2018-10-11 16:40:36.848013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.849866"], ["updated_at", "2018-10-11 16:40:36.849866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.851514"], ["updated_at", "2018-10-11 16:40:36.851514"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.853085"], ["updated_at", "2018-10-11 16:40:36.853085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.854823"], ["updated_at", "2018-10-11 16:40:36.854823"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.856514"], ["updated_at", "2018-10-11 16:40:36.856514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.858195"], ["updated_at", "2018-10-11 16:40:36.858195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.859788"], ["updated_at", "2018-10-11 16:40:36.859788"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.861422"], ["updated_at", "2018-10-11 16:40:36.861422"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.863140"], ["updated_at", "2018-10-11 16:40:36.863140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.864913"], ["updated_at", "2018-10-11 16:40:36.864913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.866544"], ["updated_at", "2018-10-11 16:40:36.866544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.868143"], ["updated_at", "2018-10-11 16:40:36.868143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.869799"], ["updated_at", "2018-10-11 16:40:36.869799"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.871536"], ["updated_at", "2018-10-11 16:40:36.871536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.873282"], ["updated_at", "2018-10-11 16:40:36.873282"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.874911"], ["updated_at", "2018-10-11 16:40:36.874911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.876563"], ["updated_at", "2018-10-11 16:40:36.876563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.878147"], ["updated_at", "2018-10-11 16:40:36.878147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.879814"], ["updated_at", "2018-10-11 16:40:36.879814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.881624"], ["updated_at", "2018-10-11 16:40:36.881624"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.883278"], ["updated_at", "2018-10-11 16:40:36.883278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.885099"], ["updated_at", "2018-10-11 16:40:36.885099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.886772"], ["updated_at", "2018-10-11 16:40:36.886772"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.888488"], ["updated_at", "2018-10-11 16:40:36.888488"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.891431"], ["updated_at", "2018-10-11 16:40:36.891431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.894618"], ["updated_at", "2018-10-11 16:40:36.894618"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.896292"], ["updated_at", "2018-10-11 16:40:36.896292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.898411"], ["updated_at", "2018-10-11 16:40:36.898411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.900078"], ["updated_at", "2018-10-11 16:40:36.900078"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.901568"], ["updated_at", "2018-10-11 16:40:36.901568"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.904690"], ["updated_at", "2018-10-11 16:40:36.904690"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.906920"], ["updated_at", "2018-10-11 16:40:36.906920"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.910679"], ["updated_at", "2018-10-11 16:40:36.910679"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.913142"], ["updated_at", "2018-10-11 16:40:36.913142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.914908"], ["updated_at", "2018-10-11 16:40:36.914908"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.916535"], ["updated_at", "2018-10-11 16:40:36.916535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.918283"], ["updated_at", "2018-10-11 16:40:36.918283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.919899"], ["updated_at", "2018-10-11 16:40:36.919899"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.921912"], ["updated_at", "2018-10-11 16:40:36.921912"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.924564"], ["updated_at", "2018-10-11 16:40:36.924564"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.927092"], ["updated_at", "2018-10-11 16:40:36.927092"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.929696"], ["updated_at", "2018-10-11 16:40:36.929696"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.932378"], ["updated_at", "2018-10-11 16:40:36.932378"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.935061"], ["updated_at", "2018-10-11 16:40:36.935061"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.937831"], ["updated_at", "2018-10-11 16:40:36.937831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.940548"], ["updated_at", "2018-10-11 16:40:36.940548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.942401"], ["updated_at", "2018-10-11 16:40:36.942401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.943953"], ["updated_at", "2018-10-11 16:40:36.943953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.945591"], ["updated_at", "2018-10-11 16:40:36.945591"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.947169"], ["updated_at", "2018-10-11 16:40:36.947169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.948904"], ["updated_at", "2018-10-11 16:40:36.948904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.950631"], ["updated_at", "2018-10-11 16:40:36.950631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.952221"], ["updated_at", "2018-10-11 16:40:36.952221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.953942"], ["updated_at", "2018-10-11 16:40:36.953942"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.956042"], ["updated_at", "2018-10-11 16:40:36.956042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.958480"], ["updated_at", "2018-10-11 16:40:36.958480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.960618"], ["updated_at", "2018-10-11 16:40:36.960618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.962322"], ["updated_at", "2018-10-11 16:40:36.962322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.963935"], ["updated_at", "2018-10-11 16:40:36.963935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.965713"], ["updated_at", "2018-10-11 16:40:36.965713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.967389"], ["updated_at", "2018-10-11 16:40:36.967389"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.970118"], ["updated_at", "2018-10-11 16:40:36.970118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.971831"], ["updated_at", "2018-10-11 16:40:36.971831"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.973536"], ["updated_at", "2018-10-11 16:40:36.973536"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.977065"], ["updated_at", "2018-10-11 16:40:36.977065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.980238"], ["updated_at", "2018-10-11 16:40:36.980238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.982071"], ["updated_at", "2018-10-11 16:40:36.982071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.983784"], ["updated_at", "2018-10-11 16:40:36.983784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.985410"], ["updated_at", "2018-10-11 16:40:36.985410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.987010"], ["updated_at", "2018-10-11 16:40:36.987010"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.988699"], ["updated_at", "2018-10-11 16:40:36.988699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.990524"], ["updated_at", "2018-10-11 16:40:36.990524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.992229"], ["updated_at", "2018-10-11 16:40:36.992229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.993846"], ["updated_at", "2018-10-11 16:40:36.993846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.995412"], ["updated_at", "2018-10-11 16:40:36.995412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.997096"], ["updated_at", "2018-10-11 16:40:36.997096"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:36.999020"], ["updated_at", "2018-10-11 16:40:36.999020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.000756"], ["updated_at", "2018-10-11 16:40:37.000756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.002375"], ["updated_at", "2018-10-11 16:40:37.002375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.003982"], ["updated_at", "2018-10-11 16:40:37.003982"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.005654"], ["updated_at", "2018-10-11 16:40:37.005654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.007412"], ["updated_at", "2018-10-11 16:40:37.007412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.008973"], ["updated_at", "2018-10-11 16:40:37.008973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.010604"], ["updated_at", "2018-10-11 16:40:37.010604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.012162"], ["updated_at", "2018-10-11 16:40:37.012162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.013836"], ["updated_at", "2018-10-11 16:40:37.013836"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.015465"], ["updated_at", "2018-10-11 16:40:37.015465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.017187"], ["updated_at", "2018-10-11 16:40:37.017187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.018802"], ["updated_at", "2018-10-11 16:40:37.018802"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.020446"], ["updated_at", "2018-10-11 16:40:37.020446"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.022374"], ["updated_at", "2018-10-11 16:40:37.022374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.025127"], ["updated_at", "2018-10-11 16:40:37.025127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.027155"], ["updated_at", "2018-10-11 16:40:37.027155"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.028765"], ["updated_at", "2018-10-11 16:40:37.028765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.030374"], ["updated_at", "2018-10-11 16:40:37.030374"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.031957"], ["updated_at", "2018-10-11 16:40:37.031957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.033465"], ["updated_at", "2018-10-11 16:40:37.033465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.036692"], ["updated_at", "2018-10-11 16:40:37.036692"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.038344"], ["updated_at", "2018-10-11 16:40:37.038344"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.040742"], ["updated_at", "2018-10-11 16:40:37.040742"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.045044"], ["updated_at", "2018-10-11 16:40:37.045044"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.048060"], ["updated_at", "2018-10-11 16:40:37.048060"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.050871"], ["updated_at", "2018-10-11 16:40:37.050871"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.053526"], ["updated_at", "2018-10-11 16:40:37.053526"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.056105"], ["updated_at", "2018-10-11 16:40:37.056105"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.058773"], ["updated_at", "2018-10-11 16:40:37.058773"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.061439"], ["updated_at", "2018-10-11 16:40:37.061439"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.064034"], ["updated_at", "2018-10-11 16:40:37.064034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.066223"], ["updated_at", "2018-10-11 16:40:37.066223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.067946"], ["updated_at", "2018-10-11 16:40:37.067946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.069512"], ["updated_at", "2018-10-11 16:40:37.069512"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.071068"], ["updated_at", "2018-10-11 16:40:37.071068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.072726"], ["updated_at", "2018-10-11 16:40:37.072726"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.074391"], ["updated_at", "2018-10-11 16:40:37.074391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.076194"], ["updated_at", "2018-10-11 16:40:37.076194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.077935"], ["updated_at", "2018-10-11 16:40:37.077935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.079508"], ["updated_at", "2018-10-11 16:40:37.079508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.081157"], ["updated_at", "2018-10-11 16:40:37.081157"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.082966"], ["updated_at", "2018-10-11 16:40:37.082966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.084739"], ["updated_at", "2018-10-11 16:40:37.084739"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.086316"], ["updated_at", "2018-10-11 16:40:37.086316"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.088283"], ["updated_at", "2018-10-11 16:40:37.088283"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.090880"], ["updated_at", "2018-10-11 16:40:37.090880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.093099"], ["updated_at", "2018-10-11 16:40:37.093099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.094804"], ["updated_at", "2018-10-11 16:40:37.094804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.096465"], ["updated_at", "2018-10-11 16:40:37.096465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.098190"], ["updated_at", "2018-10-11 16:40:37.098190"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.099947"], ["updated_at", "2018-10-11 16:40:37.099947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.102824"], ["updated_at", "2018-10-11 16:40:37.102824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.104488"], ["updated_at", "2018-10-11 16:40:37.104488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.106123"], ["updated_at", "2018-10-11 16:40:37.106123"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.109518"], ["updated_at", "2018-10-11 16:40:37.109518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.113272"], ["updated_at", "2018-10-11 16:40:37.113272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.114998"], ["updated_at", "2018-10-11 16:40:37.114998"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.116675"], ["updated_at", "2018-10-11 16:40:37.116675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.118555"], ["updated_at", "2018-10-11 16:40:37.118555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.120168"], ["updated_at", "2018-10-11 16:40:37.120168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.121727"], ["updated_at", "2018-10-11 16:40:37.121727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.123328"], ["updated_at", "2018-10-11 16:40:37.123328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.125181"], ["updated_at", "2018-10-11 16:40:37.125181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.127020"], ["updated_at", "2018-10-11 16:40:37.127020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.128589"], ["updated_at", "2018-10-11 16:40:37.128589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.130241"], ["updated_at", "2018-10-11 16:40:37.130241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.131917"], ["updated_at", "2018-10-11 16:40:37.131917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.133620"], ["updated_at", "2018-10-11 16:40:37.133620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.135280"], ["updated_at", "2018-10-11 16:40:37.135280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.136882"], ["updated_at", "2018-10-11 16:40:37.136882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.138491"], ["updated_at", "2018-10-11 16:40:37.138491"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.140085"], ["updated_at", "2018-10-11 16:40:37.140085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.141757"], ["updated_at", "2018-10-11 16:40:37.141757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.143476"], ["updated_at", "2018-10-11 16:40:37.143476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.145141"], ["updated_at", "2018-10-11 16:40:37.145141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.146791"], ["updated_at", "2018-10-11 16:40:37.146791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.148415"], ["updated_at", "2018-10-11 16:40:37.148415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.150140"], ["updated_at", "2018-10-11 16:40:37.150140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.151858"], ["updated_at", "2018-10-11 16:40:37.151858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.153448"], ["updated_at", "2018-10-11 16:40:37.153448"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.155077"], ["updated_at", "2018-10-11 16:40:37.155077"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.157371"], ["updated_at", "2018-10-11 16:40:37.157371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.160015"], ["updated_at", "2018-10-11 16:40:37.160015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.161825"], ["updated_at", "2018-10-11 16:40:37.161825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.163547"], ["updated_at", "2018-10-11 16:40:37.163547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.165283"], ["updated_at", "2018-10-11 16:40:37.165283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.166968"], ["updated_at", "2018-10-11 16:40:37.166968"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.168698"], ["updated_at", "2018-10-11 16:40:37.168698"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.172793"], ["updated_at", "2018-10-11 16:40:37.172793"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.179496"], ["updated_at", "2018-10-11 16:40:37.179496"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.182969"], ["updated_at", "2018-10-11 16:40:37.182969"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.185748"], ["updated_at", "2018-10-11 16:40:37.185748"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.188529"], ["updated_at", "2018-10-11 16:40:37.188529"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.191177"], ["updated_at", "2018-10-11 16:40:37.191177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.193814"], ["updated_at", "2018-10-11 16:40:37.193814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.195444"], ["updated_at", "2018-10-11 16:40:37.195444"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.197061"], ["updated_at", "2018-10-11 16:40:37.197061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.198788"], ["updated_at", "2018-10-11 16:40:37.198788"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.200451"], ["updated_at", "2018-10-11 16:40:37.200451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.202252"], ["updated_at", "2018-10-11 16:40:37.202252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.203834"], ["updated_at", "2018-10-11 16:40:37.203834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.205469"], ["updated_at", "2018-10-11 16:40:37.205469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.206995"], ["updated_at", "2018-10-11 16:40:37.206995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.208681"], ["updated_at", "2018-10-11 16:40:37.208681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.210395"], ["updated_at", "2018-10-11 16:40:37.210395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.211986"], ["updated_at", "2018-10-11 16:40:37.211986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.213607"], ["updated_at", "2018-10-11 16:40:37.213607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.215311"], ["updated_at", "2018-10-11 16:40:37.215311"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.216987"], ["updated_at", "2018-10-11 16:40:37.216987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.218702"], ["updated_at", "2018-10-11 16:40:37.218702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.220210"], ["updated_at", "2018-10-11 16:40:37.220210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.221826"], ["updated_at", "2018-10-11 16:40:37.221826"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.223733"], ["updated_at", "2018-10-11 16:40:37.223733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.226672"], ["updated_at", "2018-10-11 16:40:37.226672"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.228523"], ["updated_at", "2018-10-11 16:40:37.228523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.230167"], ["updated_at", "2018-10-11 16:40:37.230167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.231854"], ["updated_at", "2018-10-11 16:40:37.231854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.233556"], ["updated_at", "2018-10-11 16:40:37.233556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.235289"], ["updated_at", "2018-10-11 16:40:37.235289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.238129"], ["updated_at", "2018-10-11 16:40:37.238129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.239753"], ["updated_at", "2018-10-11 16:40:37.239753"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.241357"], ["updated_at", "2018-10-11 16:40:37.241357"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.243845"], ["updated_at", "2018-10-11 16:40:37.243845"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.247717"], ["updated_at", "2018-10-11 16:40:37.247717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.250472"], ["updated_at", "2018-10-11 16:40:37.250472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.252179"], ["updated_at", "2018-10-11 16:40:37.252179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.253768"], ["updated_at", "2018-10-11 16:40:37.253768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.255541"], ["updated_at", "2018-10-11 16:40:37.255541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.257137"], ["updated_at", "2018-10-11 16:40:37.257137"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.258852"], ["updated_at", "2018-10-11 16:40:37.258852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.260559"], ["updated_at", "2018-10-11 16:40:37.260559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.262241"], ["updated_at", "2018-10-11 16:40:37.262241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.263838"], ["updated_at", "2018-10-11 16:40:37.263838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.265449"], ["updated_at", "2018-10-11 16:40:37.265449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.267098"], ["updated_at", "2018-10-11 16:40:37.267098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.268763"], ["updated_at", "2018-10-11 16:40:37.268763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.270470"], ["updated_at", "2018-10-11 16:40:37.270470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.272066"], ["updated_at", "2018-10-11 16:40:37.272066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.273632"], ["updated_at", "2018-10-11 16:40:37.273632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.275370"], ["updated_at", "2018-10-11 16:40:37.275370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.277046"], ["updated_at", "2018-10-11 16:40:37.277046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.278751"], ["updated_at", "2018-10-11 16:40:37.278751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.280350"], ["updated_at", "2018-10-11 16:40:37.280350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.281979"], ["updated_at", "2018-10-11 16:40:37.281979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.283684"], ["updated_at", "2018-10-11 16:40:37.283684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.285340"], ["updated_at", "2018-10-11 16:40:37.285340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.286954"], ["updated_at", "2018-10-11 16:40:37.286954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.288559"], ["updated_at", "2018-10-11 16:40:37.288559"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.290714"], ["updated_at", "2018-10-11 16:40:37.290714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.293537"], ["updated_at", "2018-10-11 16:40:37.293537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.295377"], ["updated_at", "2018-10-11 16:40:37.295377"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.297037"], ["updated_at", "2018-10-11 16:40:37.297037"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.299085"], ["updated_at", "2018-10-11 16:40:37.299085"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.301203"], ["updated_at", "2018-10-11 16:40:37.301203"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.303283"], ["updated_at", "2018-10-11 16:40:37.303283"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.307245"], ["updated_at", "2018-10-11 16:40:37.307245"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.309874"], ["updated_at", "2018-10-11 16:40:37.309874"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.314728"], ["updated_at", "2018-10-11 16:40:37.314728"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.318265"], ["updated_at", "2018-10-11 16:40:37.318265"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.320715"], ["updated_at", "2018-10-11 16:40:37.320715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.322507"], ["updated_at", "2018-10-11 16:40:37.322507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.324150"], ["updated_at", "2018-10-11 16:40:37.324150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.325731"], ["updated_at", "2018-10-11 16:40:37.325731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.327348"], ["updated_at", "2018-10-11 16:40:37.327348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.329066"], ["updated_at", "2018-10-11 16:40:37.329066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.330686"], ["updated_at", "2018-10-11 16:40:37.330686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.332340"], ["updated_at", "2018-10-11 16:40:37.332340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.333869"], ["updated_at", "2018-10-11 16:40:37.333869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.335517"], ["updated_at", "2018-10-11 16:40:37.335517"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.337137"], ["updated_at", "2018-10-11 16:40:37.337137"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.338831"], ["updated_at", "2018-10-11 16:40:37.338831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.340457"], ["updated_at", "2018-10-11 16:40:37.340457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.342068"], ["updated_at", "2018-10-11 16:40:37.342068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.343642"], ["updated_at", "2018-10-11 16:40:37.343642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.345304"], ["updated_at", "2018-10-11 16:40:37.345304"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.346918"], ["updated_at", "2018-10-11 16:40:37.346918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.348605"], ["updated_at", "2018-10-11 16:40:37.348605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.350235"], ["updated_at", "2018-10-11 16:40:37.350235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.351853"], ["updated_at", "2018-10-11 16:40:37.351853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.353535"], ["updated_at", "2018-10-11 16:40:37.353535"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.355435"], ["updated_at", "2018-10-11 16:40:37.355435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.358127"], ["updated_at", "2018-10-11 16:40:37.358127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.360018"], ["updated_at", "2018-10-11 16:40:37.360018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.361684"], ["updated_at", "2018-10-11 16:40:37.361684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.363376"], ["updated_at", "2018-10-11 16:40:37.363376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.364942"], ["updated_at", "2018-10-11 16:40:37.364942"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.366577"], ["updated_at", "2018-10-11 16:40:37.366577"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.369626"], ["updated_at", "2018-10-11 16:40:37.369626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.371526"], ["updated_at", "2018-10-11 16:40:37.371526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.373143"], ["updated_at", "2018-10-11 16:40:37.373143"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.374767"], ["updated_at", "2018-10-11 16:40:37.374767"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.376991"], ["updated_at", "2018-10-11 16:40:37.376991"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.380777"], ["updated_at", "2018-10-11 16:40:37.380777"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.383604"], ["updated_at", "2018-10-11 16:40:37.383604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.385575"], ["updated_at", "2018-10-11 16:40:37.385575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.387199"], ["updated_at", "2018-10-11 16:40:37.387199"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.388903"], ["updated_at", "2018-10-11 16:40:37.388903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.390547"], ["updated_at", "2018-10-11 16:40:37.390547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.392118"], ["updated_at", "2018-10-11 16:40:37.392118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.393738"], ["updated_at", "2018-10-11 16:40:37.393738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.395483"], ["updated_at", "2018-10-11 16:40:37.395483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.397262"], ["updated_at", "2018-10-11 16:40:37.397262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.398828"], ["updated_at", "2018-10-11 16:40:37.398828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.400447"], ["updated_at", "2018-10-11 16:40:37.400447"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.402042"], ["updated_at", "2018-10-11 16:40:37.402042"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.403816"], ["updated_at", "2018-10-11 16:40:37.403816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.405589"], ["updated_at", "2018-10-11 16:40:37.405589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.407148"], ["updated_at", "2018-10-11 16:40:37.407148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.408784"], ["updated_at", "2018-10-11 16:40:37.408784"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.410330"], ["updated_at", "2018-10-11 16:40:37.410330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.411982"], ["updated_at", "2018-10-11 16:40:37.411982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.413620"], ["updated_at", "2018-10-11 16:40:37.413620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.415283"], ["updated_at", "2018-10-11 16:40:37.415283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.416844"], ["updated_at", "2018-10-11 16:40:37.416844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.418518"], ["updated_at", "2018-10-11 16:40:37.418518"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.420364"], ["updated_at", "2018-10-11 16:40:37.420364"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.422231"], ["updated_at", "2018-10-11 16:40:37.422231"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.425177"], ["updated_at", "2018-10-11 16:40:37.425177"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.427256"], ["updated_at", "2018-10-11 16:40:37.427256"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.429330"], ["updated_at", "2018-10-11 16:40:37.429330"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.431344"], ["updated_at", "2018-10-11 16:40:37.431344"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.433357"], ["updated_at", "2018-10-11 16:40:37.433357"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.435415"], ["updated_at", "2018-10-11 16:40:37.435415"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.441546"], ["updated_at", "2018-10-11 16:40:37.441546"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.444501"], ["updated_at", "2018-10-11 16:40:37.444501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.448796"], ["updated_at", "2018-10-11 16:40:37.448796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.450799"], ["updated_at", "2018-10-11 16:40:37.450799"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.452572"], ["updated_at", "2018-10-11 16:40:37.452572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.454521"], ["updated_at", "2018-10-11 16:40:37.454521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.456138"], ["updated_at", "2018-10-11 16:40:37.456138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.457744"], ["updated_at", "2018-10-11 16:40:37.457744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.459316"], ["updated_at", "2018-10-11 16:40:37.459316"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.460945"], ["updated_at", "2018-10-11 16:40:37.460945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.462731"], ["updated_at", "2018-10-11 16:40:37.462731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.464390"], ["updated_at", "2018-10-11 16:40:37.464390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.466014"], ["updated_at", "2018-10-11 16:40:37.466014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.467551"], ["updated_at", "2018-10-11 16:40:37.467551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.469215"], ["updated_at", "2018-10-11 16:40:37.469215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.470904"], ["updated_at", "2018-10-11 16:40:37.470904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.472518"], ["updated_at", "2018-10-11 16:40:37.472518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.474125"], ["updated_at", "2018-10-11 16:40:37.474125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.475740"], ["updated_at", "2018-10-11 16:40:37.475740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.477351"], ["updated_at", "2018-10-11 16:40:37.477351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.478958"], ["updated_at", "2018-10-11 16:40:37.478958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.480655"], ["updated_at", "2018-10-11 16:40:37.480655"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.482238"], ["updated_at", "2018-10-11 16:40:37.482238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.483974"], ["updated_at", "2018-10-11 16:40:37.483974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.485676"], ["updated_at", "2018-10-11 16:40:37.485676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.487423"], ["updated_at", "2018-10-11 16:40:37.487423"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.489056"], ["updated_at", "2018-10-11 16:40:37.489056"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.491499"], ["updated_at", "2018-10-11 16:40:37.491499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.493622"], ["updated_at", "2018-10-11 16:40:37.493622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.495326"], ["updated_at", "2018-10-11 16:40:37.495326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.497136"], ["updated_at", "2018-10-11 16:40:37.497136"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.498853"], ["updated_at", "2018-10-11 16:40:37.498853"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.500455"], ["updated_at", "2018-10-11 16:40:37.500455"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.503583"], ["updated_at", "2018-10-11 16:40:37.503583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.505328"], ["updated_at", "2018-10-11 16:40:37.505328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.506925"], ["updated_at", "2018-10-11 16:40:37.506925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.508485"], ["updated_at", "2018-10-11 16:40:37.508485"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.510101"], ["updated_at", "2018-10-11 16:40:37.510101"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.513679"], ["updated_at", "2018-10-11 16:40:37.513679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.516895"], ["updated_at", "2018-10-11 16:40:37.516895"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.518627"], ["updated_at", "2018-10-11 16:40:37.518627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.520535"], ["updated_at", "2018-10-11 16:40:37.520535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.522232"], ["updated_at", "2018-10-11 16:40:37.522232"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.523818"], ["updated_at", "2018-10-11 16:40:37.523818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.525493"], ["updated_at", "2018-10-11 16:40:37.525493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.527157"], ["updated_at", "2018-10-11 16:40:37.527157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.528813"], ["updated_at", "2018-10-11 16:40:37.528813"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.530459"], ["updated_at", "2018-10-11 16:40:37.530459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.532139"], ["updated_at", "2018-10-11 16:40:37.532139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.533714"], ["updated_at", "2018-10-11 16:40:37.533714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.535345"], ["updated_at", "2018-10-11 16:40:37.535345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.537026"], ["updated_at", "2018-10-11 16:40:37.537026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.538639"], ["updated_at", "2018-10-11 16:40:37.538639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.540345"], ["updated_at", "2018-10-11 16:40:37.540345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.541912"], ["updated_at", "2018-10-11 16:40:37.541912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.543533"], ["updated_at", "2018-10-11 16:40:37.543533"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.545251"], ["updated_at", "2018-10-11 16:40:37.545251"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.548035"], ["updated_at", "2018-10-11 16:40:37.548035"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.550650"], ["updated_at", "2018-10-11 16:40:37.550650"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.553569"], ["updated_at", "2018-10-11 16:40:37.553569"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.556049"], ["updated_at", "2018-10-11 16:40:37.556049"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.559007"], ["updated_at", "2018-10-11 16:40:37.559007"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.561085"], ["updated_at", "2018-10-11 16:40:37.561085"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.563081"], ["updated_at", "2018-10-11 16:40:37.563081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.565057"], ["updated_at", "2018-10-11 16:40:37.565057"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.566622"], ["updated_at", "2018-10-11 16:40:37.566622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.568229"], ["updated_at", "2018-10-11 16:40:37.568229"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.572702"], ["updated_at", "2018-10-11 16:40:37.572702"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.574760"], ["updated_at", "2018-10-11 16:40:37.574760"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.576524"], ["updated_at", "2018-10-11 16:40:37.576524"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.579426"], ["updated_at", "2018-10-11 16:40:37.579426"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.583383"], ["updated_at", "2018-10-11 16:40:37.583383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.585188"], ["updated_at", "2018-10-11 16:40:37.585188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.587050"], ["updated_at", "2018-10-11 16:40:37.587050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.588842"], ["updated_at", "2018-10-11 16:40:37.588842"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.590461"], ["updated_at", "2018-10-11 16:40:37.590461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.592156"], ["updated_at", "2018-10-11 16:40:37.592156"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.593746"], ["updated_at", "2018-10-11 16:40:37.593746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.595464"], ["updated_at", "2018-10-11 16:40:37.595464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.597189"], ["updated_at", "2018-10-11 16:40:37.597189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.598777"], ["updated_at", "2018-10-11 16:40:37.598777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.600438"], ["updated_at", "2018-10-11 16:40:37.600438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.602129"], ["updated_at", "2018-10-11 16:40:37.602129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.603925"], ["updated_at", "2018-10-11 16:40:37.603925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.605557"], ["updated_at", "2018-10-11 16:40:37.605557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.607227"], ["updated_at", "2018-10-11 16:40:37.607227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.608794"], ["updated_at", "2018-10-11 16:40:37.608794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.610457"], ["updated_at", "2018-10-11 16:40:37.610457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.612204"], ["updated_at", "2018-10-11 16:40:37.612204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.613980"], ["updated_at", "2018-10-11 16:40:37.613980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.615678"], ["updated_at", "2018-10-11 16:40:37.615678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.617401"], ["updated_at", "2018-10-11 16:40:37.617401"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.619034"], ["updated_at", "2018-10-11 16:40:37.619034"], ["parent_id", 39895952907]] Kithe::Work Create (3.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.622101"], ["updated_at", "2018-10-11 16:40:37.622101"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.627750"], ["updated_at", "2018-10-11 16:40:37.627750"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.629955"], ["updated_at", "2018-10-11 16:40:37.629955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.632179"], ["updated_at", "2018-10-11 16:40:37.632179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.633997"], ["updated_at", "2018-10-11 16:40:37.633997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.635755"], ["updated_at", "2018-10-11 16:40:37.635755"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.637552"], ["updated_at", "2018-10-11 16:40:37.637552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.640479"], ["updated_at", "2018-10-11 16:40:37.640479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.642084"], ["updated_at", "2018-10-11 16:40:37.642084"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.644704"], ["updated_at", "2018-10-11 16:40:37.644704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.648952"], ["updated_at", "2018-10-11 16:40:37.648952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.651045"], ["updated_at", "2018-10-11 16:40:37.651045"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.652756"], ["updated_at", "2018-10-11 16:40:37.652756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.654431"], ["updated_at", "2018-10-11 16:40:37.654431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.656004"], ["updated_at", "2018-10-11 16:40:37.656004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.657666"], ["updated_at", "2018-10-11 16:40:37.657666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.659239"], ["updated_at", "2018-10-11 16:40:37.659239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.660879"], ["updated_at", "2018-10-11 16:40:37.660879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.662725"], ["updated_at", "2018-10-11 16:40:37.662725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.664509"], ["updated_at", "2018-10-11 16:40:37.664509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.666137"], ["updated_at", "2018-10-11 16:40:37.666137"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.667946"], ["updated_at", "2018-10-11 16:40:37.667946"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.670763"], ["updated_at", "2018-10-11 16:40:37.670763"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.673482"], ["updated_at", "2018-10-11 16:40:37.673482"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.676168"], ["updated_at", "2018-10-11 16:40:37.676168"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.678836"], ["updated_at", "2018-10-11 16:40:37.678836"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.681452"], ["updated_at", "2018-10-11 16:40:37.681452"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.684071"], ["updated_at", "2018-10-11 16:40:37.684071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.686839"], ["updated_at", "2018-10-11 16:40:37.686839"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.689186"], ["updated_at", "2018-10-11 16:40:37.689186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.692188"], ["updated_at", "2018-10-11 16:40:37.692188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.694363"], ["updated_at", "2018-10-11 16:40:37.694363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.696110"], ["updated_at", "2018-10-11 16:40:37.696110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.697844"], ["updated_at", "2018-10-11 16:40:37.697844"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.699462"], ["updated_at", "2018-10-11 16:40:37.699462"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.701028"], ["updated_at", "2018-10-11 16:40:37.701028"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.704390"], ["updated_at", "2018-10-11 16:40:37.704390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.706154"], ["updated_at", "2018-10-11 16:40:37.706154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.707765"], ["updated_at", "2018-10-11 16:40:37.707765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.709410"], ["updated_at", "2018-10-11 16:40:37.709410"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.712236"], ["updated_at", "2018-10-11 16:40:37.712236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.716643"], ["updated_at", "2018-10-11 16:40:37.716643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.718476"], ["updated_at", "2018-10-11 16:40:37.718476"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.720220"], ["updated_at", "2018-10-11 16:40:37.720220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.722056"], ["updated_at", "2018-10-11 16:40:37.722056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.723670"], ["updated_at", "2018-10-11 16:40:37.723670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.725244"], ["updated_at", "2018-10-11 16:40:37.725244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.726794"], ["updated_at", "2018-10-11 16:40:37.726794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.728406"], ["updated_at", "2018-10-11 16:40:37.728406"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.730099"], ["updated_at", "2018-10-11 16:40:37.730099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.731719"], ["updated_at", "2018-10-11 16:40:37.731719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.733292"], ["updated_at", "2018-10-11 16:40:37.733292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.734896"], ["updated_at", "2018-10-11 16:40:37.734896"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.736508"], ["updated_at", "2018-10-11 16:40:37.736508"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.738170"], ["updated_at", "2018-10-11 16:40:37.738170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.739928"], ["updated_at", "2018-10-11 16:40:37.739928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.741610"], ["updated_at", "2018-10-11 16:40:37.741610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.743184"], ["updated_at", "2018-10-11 16:40:37.743184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.744883"], ["updated_at", "2018-10-11 16:40:37.744883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.746443"], ["updated_at", "2018-10-11 16:40:37.746443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.748083"], ["updated_at", "2018-10-11 16:40:37.748083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.749725"], ["updated_at", "2018-10-11 16:40:37.749725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.751312"], ["updated_at", "2018-10-11 16:40:37.751312"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.753081"], ["updated_at", "2018-10-11 16:40:37.753081"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.755622"], ["updated_at", "2018-10-11 16:40:37.755622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.759593"], ["updated_at", "2018-10-11 16:40:37.759593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.761625"], ["updated_at", "2018-10-11 16:40:37.761625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.763371"], ["updated_at", "2018-10-11 16:40:37.763371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.765033"], ["updated_at", "2018-10-11 16:40:37.765033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.766767"], ["updated_at", "2018-10-11 16:40:37.766767"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.768507"], ["updated_at", "2018-10-11 16:40:37.768507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.771565"], ["updated_at", "2018-10-11 16:40:37.771565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.773178"], ["updated_at", "2018-10-11 16:40:37.773178"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.774769"], ["updated_at", "2018-10-11 16:40:37.774769"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.777286"], ["updated_at", "2018-10-11 16:40:37.777286"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.781142"], ["updated_at", "2018-10-11 16:40:37.781142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.783489"], ["updated_at", "2018-10-11 16:40:37.783489"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.785484"], ["updated_at", "2018-10-11 16:40:37.785484"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.788063"], ["updated_at", "2018-10-11 16:40:37.788063"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.790301"], ["updated_at", "2018-10-11 16:40:37.790301"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.792585"], ["updated_at", "2018-10-11 16:40:37.792585"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.794949"], ["updated_at", "2018-10-11 16:40:37.794949"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.798288"], ["updated_at", "2018-10-11 16:40:37.798288"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.801749"], ["updated_at", "2018-10-11 16:40:37.801749"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.805151"], ["updated_at", "2018-10-11 16:40:37.805151"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.809166"], ["updated_at", "2018-10-11 16:40:37.809166"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.811811"], ["updated_at", "2018-10-11 16:40:37.811811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.813666"], ["updated_at", "2018-10-11 16:40:37.813666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.815318"], ["updated_at", "2018-10-11 16:40:37.815318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.816900"], ["updated_at", "2018-10-11 16:40:37.816900"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.818549"], ["updated_at", "2018-10-11 16:40:37.818549"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.820653"], ["updated_at", "2018-10-11 16:40:37.820653"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.823837"], ["updated_at", "2018-10-11 16:40:37.823837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.826795"], ["updated_at", "2018-10-11 16:40:37.826795"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.829065"], ["updated_at", "2018-10-11 16:40:37.829065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.831728"], ["updated_at", "2018-10-11 16:40:37.831728"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.834093"], ["updated_at", "2018-10-11 16:40:37.834093"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.836888"], ["updated_at", "2018-10-11 16:40:37.836888"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.839493"], ["updated_at", "2018-10-11 16:40:37.839493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.842280"], ["updated_at", "2018-10-11 16:40:37.842280"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.844945"], ["updated_at", "2018-10-11 16:40:37.844945"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.849654"], ["updated_at", "2018-10-11 16:40:37.849654"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.851893"], ["updated_at", "2018-10-11 16:40:37.851893"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.853836"], ["updated_at", "2018-10-11 16:40:37.853836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.855851"], ["updated_at", "2018-10-11 16:40:37.855851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.857464"], ["updated_at", "2018-10-11 16:40:37.857464"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.859291"], ["updated_at", "2018-10-11 16:40:37.859291"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.861549"], ["updated_at", "2018-10-11 16:40:37.861549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.863673"], ["updated_at", "2018-10-11 16:40:37.863673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.865295"], ["updated_at", "2018-10-11 16:40:37.865295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.866860"], ["updated_at", "2018-10-11 16:40:37.866860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.868469"], ["updated_at", "2018-10-11 16:40:37.868469"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.870224"], ["updated_at", "2018-10-11 16:40:37.870224"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.872088"], ["updated_at", "2018-10-11 16:40:37.872088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.873743"], ["updated_at", "2018-10-11 16:40:37.873743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.875458"], ["updated_at", "2018-10-11 16:40:37.875458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.877067"], ["updated_at", "2018-10-11 16:40:37.877067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.878676"], ["updated_at", "2018-10-11 16:40:37.878676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.880399"], ["updated_at", "2018-10-11 16:40:37.880399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.882032"], ["updated_at", "2018-10-11 16:40:37.882032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.883731"], ["updated_at", "2018-10-11 16:40:37.883731"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.885424"], ["updated_at", "2018-10-11 16:40:37.885424"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.887114"], ["updated_at", "2018-10-11 16:40:37.887114"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.888958"], ["updated_at", "2018-10-11 16:40:37.888958"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.893962"], ["updated_at", "2018-10-11 16:40:37.893962"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.896367"], ["updated_at", "2018-10-11 16:40:37.896367"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.898359"], ["updated_at", "2018-10-11 16:40:37.898359"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.900410"], ["updated_at", "2018-10-11 16:40:37.900410"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.902447"], ["updated_at", "2018-10-11 16:40:37.902447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.905954"], ["updated_at", "2018-10-11 16:40:37.905954"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.907935"], ["updated_at", "2018-10-11 16:40:37.907935"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.911622"], ["updated_at", "2018-10-11 16:40:37.911622"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.916349"], ["updated_at", "2018-10-11 16:40:37.916349"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.920043"], ["updated_at", "2018-10-11 16:40:37.920043"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.923471"], ["updated_at", "2018-10-11 16:40:37.923471"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.926889"], ["updated_at", "2018-10-11 16:40:37.926889"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.930441"], ["updated_at", "2018-10-11 16:40:37.930441"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.934037"], ["updated_at", "2018-10-11 16:40:37.934037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.936358"], ["updated_at", "2018-10-11 16:40:37.936358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.937982"], ["updated_at", "2018-10-11 16:40:37.937982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.939718"], ["updated_at", "2018-10-11 16:40:37.939718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.941315"], ["updated_at", "2018-10-11 16:40:37.941315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.942902"], ["updated_at", "2018-10-11 16:40:37.942902"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.944470"], ["updated_at", "2018-10-11 16:40:37.944470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.946104"], ["updated_at", "2018-10-11 16:40:37.946104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.947763"], ["updated_at", "2018-10-11 16:40:37.947763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.949310"], ["updated_at", "2018-10-11 16:40:37.949310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.950956"], ["updated_at", "2018-10-11 16:40:37.950956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.952584"], ["updated_at", "2018-10-11 16:40:37.952584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.954250"], ["updated_at", "2018-10-11 16:40:37.954250"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.956146"], ["updated_at", "2018-10-11 16:40:37.956146"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.958476"], ["updated_at", "2018-10-11 16:40:37.958476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.960323"], ["updated_at", "2018-10-11 16:40:37.960323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.961922"], ["updated_at", "2018-10-11 16:40:37.961922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.963554"], ["updated_at", "2018-10-11 16:40:37.963554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.965122"], ["updated_at", "2018-10-11 16:40:37.965122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.966668"], ["updated_at", "2018-10-11 16:40:37.966668"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.968316"], ["updated_at", "2018-10-11 16:40:37.968316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.971396"], ["updated_at", "2018-10-11 16:40:37.971396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.972975"], ["updated_at", "2018-10-11 16:40:37.972975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.974675"], ["updated_at", "2018-10-11 16:40:37.974675"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.976272"], ["updated_at", "2018-10-11 16:40:37.976272"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.979144"], ["updated_at", "2018-10-11 16:40:37.979144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.983007"], ["updated_at", "2018-10-11 16:40:37.983007"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.984662"], ["updated_at", "2018-10-11 16:40:37.984662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.986785"], ["updated_at", "2018-10-11 16:40:37.986785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.988423"], ["updated_at", "2018-10-11 16:40:37.988423"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.990008"], ["updated_at", "2018-10-11 16:40:37.990008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.991627"], ["updated_at", "2018-10-11 16:40:37.991627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.993245"], ["updated_at", "2018-10-11 16:40:37.993245"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.994847"], ["updated_at", "2018-10-11 16:40:37.994847"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.996567"], ["updated_at", "2018-10-11 16:40:37.996567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.998228"], ["updated_at", "2018-10-11 16:40:37.998228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:37.999917"], ["updated_at", "2018-10-11 16:40:37.999917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.001492"], ["updated_at", "2018-10-11 16:40:38.001492"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.003228"], ["updated_at", "2018-10-11 16:40:38.003228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.005043"], ["updated_at", "2018-10-11 16:40:38.005043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.006673"], ["updated_at", "2018-10-11 16:40:38.006673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.008301"], ["updated_at", "2018-10-11 16:40:38.008301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.010004"], ["updated_at", "2018-10-11 16:40:38.010004"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.011637"], ["updated_at", "2018-10-11 16:40:38.011637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.013373"], ["updated_at", "2018-10-11 16:40:38.013373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.014992"], ["updated_at", "2018-10-11 16:40:38.014992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.016598"], ["updated_at", "2018-10-11 16:40:38.016598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.018211"], ["updated_at", "2018-10-11 16:40:38.018211"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.019894"], ["updated_at", "2018-10-11 16:40:38.019894"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.022006"], ["updated_at", "2018-10-11 16:40:38.022006"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.024423"], ["updated_at", "2018-10-11 16:40:38.024423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.026315"], ["updated_at", "2018-10-11 16:40:38.026315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.027898"], ["updated_at", "2018-10-11 16:40:38.027898"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.029584"], ["updated_at", "2018-10-11 16:40:38.029584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.031226"], ["updated_at", "2018-10-11 16:40:38.031226"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.032794"], ["updated_at", "2018-10-11 16:40:38.032794"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.036109"], ["updated_at", "2018-10-11 16:40:38.036109"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.038102"], ["updated_at", "2018-10-11 16:40:38.038102"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.041313"], ["updated_at", "2018-10-11 16:40:38.041313"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.045709"], ["updated_at", "2018-10-11 16:40:38.045709"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.051057"], ["updated_at", "2018-10-11 16:40:38.051057"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.054771"], ["updated_at", "2018-10-11 16:40:38.054771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.058388"], ["updated_at", "2018-10-11 16:40:38.058388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.060483"], ["updated_at", "2018-10-11 16:40:38.060483"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.062135"], ["updated_at", "2018-10-11 16:40:38.062135"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.063831"], ["updated_at", "2018-10-11 16:40:38.063831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.065457"], ["updated_at", "2018-10-11 16:40:38.065457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.067176"], ["updated_at", "2018-10-11 16:40:38.067176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.068812"], ["updated_at", "2018-10-11 16:40:38.068812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.070775"], ["updated_at", "2018-10-11 16:40:38.070775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.072418"], ["updated_at", "2018-10-11 16:40:38.072418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.074006"], ["updated_at", "2018-10-11 16:40:38.074006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.075576"], ["updated_at", "2018-10-11 16:40:38.075576"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.077188"], ["updated_at", "2018-10-11 16:40:38.077188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.079083"], ["updated_at", "2018-10-11 16:40:38.079083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.080924"], ["updated_at", "2018-10-11 16:40:38.080924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.082506"], ["updated_at", "2018-10-11 16:40:38.082506"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.084042"], ["updated_at", "2018-10-11 16:40:38.084042"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.085742"], ["updated_at", "2018-10-11 16:40:38.085742"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.087478"], ["updated_at", "2018-10-11 16:40:38.087478"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.090020"], ["updated_at", "2018-10-11 16:40:38.090020"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.093332"], ["updated_at", "2018-10-11 16:40:38.093332"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.096780"], ["updated_at", "2018-10-11 16:40:38.096780"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.099419"], ["updated_at", "2018-10-11 16:40:38.099419"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.102076"], ["updated_at", "2018-10-11 16:40:38.102076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.104770"], ["updated_at", "2018-10-11 16:40:38.104770"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.106795"], ["updated_at", "2018-10-11 16:40:38.106795"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.109430"], ["updated_at", "2018-10-11 16:40:38.109430"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.113796"], ["updated_at", "2018-10-11 16:40:38.113796"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.119189"], ["updated_at", "2018-10-11 16:40:38.119189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.121581"], ["updated_at", "2018-10-11 16:40:38.121581"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.123882"], ["updated_at", "2018-10-11 16:40:38.123882"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.126179"], ["updated_at", "2018-10-11 16:40:38.126179"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.128797"], ["updated_at", "2018-10-11 16:40:38.128797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.131142"], ["updated_at", "2018-10-11 16:40:38.131142"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.132938"], ["updated_at", "2018-10-11 16:40:38.132938"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.135049"], ["updated_at", "2018-10-11 16:40:38.135049"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.137377"], ["updated_at", "2018-10-11 16:40:38.137377"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.139795"], ["updated_at", "2018-10-11 16:40:38.139795"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.142220"], ["updated_at", "2018-10-11 16:40:38.142220"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.144372"], ["updated_at", "2018-10-11 16:40:38.144372"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.146397"], ["updated_at", "2018-10-11 16:40:38.146397"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.148393"], ["updated_at", "2018-10-11 16:40:38.148393"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.150428"], ["updated_at", "2018-10-11 16:40:38.150428"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.152768"], ["updated_at", "2018-10-11 16:40:38.152768"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.155293"], ["updated_at", "2018-10-11 16:40:38.155293"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.158452"], ["updated_at", "2018-10-11 16:40:38.158452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.160573"], ["updated_at", "2018-10-11 16:40:38.160573"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.162155"], ["updated_at", "2018-10-11 16:40:38.162155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.163817"], ["updated_at", "2018-10-11 16:40:38.163817"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.165670"], ["updated_at", "2018-10-11 16:40:38.165670"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.167838"], ["updated_at", "2018-10-11 16:40:38.167838"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.171148"], ["updated_at", "2018-10-11 16:40:38.171148"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.174972"], ["updated_at", "2018-10-11 16:40:38.174972"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.179526"], ["updated_at", "2018-10-11 16:40:38.179526"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.184831"], ["updated_at", "2018-10-11 16:40:38.184831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.187401"], ["updated_at", "2018-10-11 16:40:38.187401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.189098"], ["updated_at", "2018-10-11 16:40:38.189098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.190671"], ["updated_at", "2018-10-11 16:40:38.190671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.192275"], ["updated_at", "2018-10-11 16:40:38.192275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.193838"], ["updated_at", "2018-10-11 16:40:38.193838"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.195593"], ["updated_at", "2018-10-11 16:40:38.195593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.197378"], ["updated_at", "2018-10-11 16:40:38.197378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.198943"], ["updated_at", "2018-10-11 16:40:38.198943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.200507"], ["updated_at", "2018-10-11 16:40:38.200507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.202158"], ["updated_at", "2018-10-11 16:40:38.202158"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.203909"], ["updated_at", "2018-10-11 16:40:38.203909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.205587"], ["updated_at", "2018-10-11 16:40:38.205587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.207159"], ["updated_at", "2018-10-11 16:40:38.207159"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.208688"], ["updated_at", "2018-10-11 16:40:38.208688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.210383"], ["updated_at", "2018-10-11 16:40:38.210383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.212078"], ["updated_at", "2018-10-11 16:40:38.212078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.213761"], ["updated_at", "2018-10-11 16:40:38.213761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.215484"], ["updated_at", "2018-10-11 16:40:38.215484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.217013"], ["updated_at", "2018-10-11 16:40:38.217013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.218647"], ["updated_at", "2018-10-11 16:40:38.218647"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.220295"], ["updated_at", "2018-10-11 16:40:38.220295"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.222186"], ["updated_at", "2018-10-11 16:40:38.222186"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.224565"], ["updated_at", "2018-10-11 16:40:38.224565"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.226406"], ["updated_at", "2018-10-11 16:40:38.226406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.228095"], ["updated_at", "2018-10-11 16:40:38.228095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.230069"], ["updated_at", "2018-10-11 16:40:38.230069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.231694"], ["updated_at", "2018-10-11 16:40:38.231694"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.233253"], ["updated_at", "2018-10-11 16:40:38.233253"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.235418"], ["updated_at", "2018-10-11 16:40:38.235418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.237927"], ["updated_at", "2018-10-11 16:40:38.237927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.239681"], ["updated_at", "2018-10-11 16:40:38.239681"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.241322"], ["updated_at", "2018-10-11 16:40:38.241322"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.243008"], ["updated_at", "2018-10-11 16:40:38.243008"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.245922"], ["updated_at", "2018-10-11 16:40:38.245922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.250284"], ["updated_at", "2018-10-11 16:40:38.250284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.251955"], ["updated_at", "2018-10-11 16:40:38.251955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.253727"], ["updated_at", "2018-10-11 16:40:38.253727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.255499"], ["updated_at", "2018-10-11 16:40:38.255499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.257084"], ["updated_at", "2018-10-11 16:40:38.257084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.258691"], ["updated_at", "2018-10-11 16:40:38.258691"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.260298"], ["updated_at", "2018-10-11 16:40:38.260298"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.262101"], ["updated_at", "2018-10-11 16:40:38.262101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.263897"], ["updated_at", "2018-10-11 16:40:38.263897"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.265516"], ["updated_at", "2018-10-11 16:40:38.265516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.267161"], ["updated_at", "2018-10-11 16:40:38.267161"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.268757"], ["updated_at", "2018-10-11 16:40:38.268757"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.270580"], ["updated_at", "2018-10-11 16:40:38.270580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.272393"], ["updated_at", "2018-10-11 16:40:38.272393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.273939"], ["updated_at", "2018-10-11 16:40:38.273939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.275513"], ["updated_at", "2018-10-11 16:40:38.275513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.277187"], ["updated_at", "2018-10-11 16:40:38.277187"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.278798"], ["updated_at", "2018-10-11 16:40:38.278798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.280680"], ["updated_at", "2018-10-11 16:40:38.280680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.282368"], ["updated_at", "2018-10-11 16:40:38.282368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.283970"], ["updated_at", "2018-10-11 16:40:38.283970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.285635"], ["updated_at", "2018-10-11 16:40:38.285635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.287350"], ["updated_at", "2018-10-11 16:40:38.287350"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.289148"], ["updated_at", "2018-10-11 16:40:38.289148"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.291874"], ["updated_at", "2018-10-11 16:40:38.291874"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.294562"], ["updated_at", "2018-10-11 16:40:38.294562"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.296889"], ["updated_at", "2018-10-11 16:40:38.296889"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.299201"], ["updated_at", "2018-10-11 16:40:38.299201"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.301393"], ["updated_at", "2018-10-11 16:40:38.301393"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.303571"], ["updated_at", "2018-10-11 16:40:38.303571"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.305774"], ["updated_at", "2018-10-11 16:40:38.305774"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.309290"], ["updated_at", "2018-10-11 16:40:38.309290"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.312228"], ["updated_at", "2018-10-11 16:40:38.312228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.316302"], ["updated_at", "2018-10-11 16:40:38.316302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.318005"], ["updated_at", "2018-10-11 16:40:38.318005"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.319677"], ["updated_at", "2018-10-11 16:40:38.319677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.321570"], ["updated_at", "2018-10-11 16:40:38.321570"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.323187"], ["updated_at", "2018-10-11 16:40:38.323187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.324813"], ["updated_at", "2018-10-11 16:40:38.324813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.326364"], ["updated_at", "2018-10-11 16:40:38.326364"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.328004"], ["updated_at", "2018-10-11 16:40:38.328004"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.329737"], ["updated_at", "2018-10-11 16:40:38.329737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.331390"], ["updated_at", "2018-10-11 16:40:38.331390"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.333133"], ["updated_at", "2018-10-11 16:40:38.333133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.334784"], ["updated_at", "2018-10-11 16:40:38.334784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.336534"], ["updated_at", "2018-10-11 16:40:38.336534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.338172"], ["updated_at", "2018-10-11 16:40:38.338172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.339764"], ["updated_at", "2018-10-11 16:40:38.339764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.341515"], ["updated_at", "2018-10-11 16:40:38.341515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.343195"], ["updated_at", "2018-10-11 16:40:38.343195"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.344752"], ["updated_at", "2018-10-11 16:40:38.344752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.346439"], ["updated_at", "2018-10-11 16:40:38.346439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.348088"], ["updated_at", "2018-10-11 16:40:38.348088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.349708"], ["updated_at", "2018-10-11 16:40:38.349708"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.351260"], ["updated_at", "2018-10-11 16:40:38.351260"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.352929"], ["updated_at", "2018-10-11 16:40:38.352929"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.354585"], ["updated_at", "2018-10-11 16:40:38.354585"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.356226"], ["updated_at", "2018-10-11 16:40:38.356226"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.358340"], ["updated_at", "2018-10-11 16:40:38.358340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.360296"], ["updated_at", "2018-10-11 16:40:38.360296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.361849"], ["updated_at", "2018-10-11 16:40:38.361849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.363461"], ["updated_at", "2018-10-11 16:40:38.363461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.365072"], ["updated_at", "2018-10-11 16:40:38.365072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.366775"], ["updated_at", "2018-10-11 16:40:38.366775"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.370681"], ["updated_at", "2018-10-11 16:40:38.370681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.372398"], ["updated_at", "2018-10-11 16:40:38.372398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.373920"], ["updated_at", "2018-10-11 16:40:38.373920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.375644"], ["updated_at", "2018-10-11 16:40:38.375644"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.378097"], ["updated_at", "2018-10-11 16:40:38.378097"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.381977"], ["updated_at", "2018-10-11 16:40:38.381977"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.384395"], ["updated_at", "2018-10-11 16:40:38.384395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.386225"], ["updated_at", "2018-10-11 16:40:38.386225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.387857"], ["updated_at", "2018-10-11 16:40:38.387857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.389509"], ["updated_at", "2018-10-11 16:40:38.389509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.391088"], ["updated_at", "2018-10-11 16:40:38.391088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.392678"], ["updated_at", "2018-10-11 16:40:38.392678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.394291"], ["updated_at", "2018-10-11 16:40:38.394291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.396036"], ["updated_at", "2018-10-11 16:40:38.396036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.397712"], ["updated_at", "2018-10-11 16:40:38.397712"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.399313"], ["updated_at", "2018-10-11 16:40:38.399313"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.400939"], ["updated_at", "2018-10-11 16:40:38.400939"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.402588"], ["updated_at", "2018-10-11 16:40:38.402588"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.404304"], ["updated_at", "2018-10-11 16:40:38.404304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.405983"], ["updated_at", "2018-10-11 16:40:38.405983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.407550"], ["updated_at", "2018-10-11 16:40:38.407550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.409122"], ["updated_at", "2018-10-11 16:40:38.409122"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.410771"], ["updated_at", "2018-10-11 16:40:38.410771"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.413338"], ["updated_at", "2018-10-11 16:40:38.413338"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.416705"], ["updated_at", "2018-10-11 16:40:38.416705"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.420177"], ["updated_at", "2018-10-11 16:40:38.420177"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.423258"], ["updated_at", "2018-10-11 16:40:38.423258"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.426147"], ["updated_at", "2018-10-11 16:40:38.426147"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.428232"], ["updated_at", "2018-10-11 16:40:38.428232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.430099"], ["updated_at", "2018-10-11 16:40:38.430099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.431651"], ["updated_at", "2018-10-11 16:40:38.431651"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.433150"], ["updated_at", "2018-10-11 16:40:38.433150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.434729"], ["updated_at", "2018-10-11 16:40:38.434729"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.438752"], ["updated_at", "2018-10-11 16:40:38.438752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.440432"], ["updated_at", "2018-10-11 16:40:38.440432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.442031"], ["updated_at", "2018-10-11 16:40:38.442031"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.443719"], ["updated_at", "2018-10-11 16:40:38.443719"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.447780"], ["updated_at", "2018-10-11 16:40:38.447780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.451068"], ["updated_at", "2018-10-11 16:40:38.451068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.452850"], ["updated_at", "2018-10-11 16:40:38.452850"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.454486"], ["updated_at", "2018-10-11 16:40:38.454486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.456122"], ["updated_at", "2018-10-11 16:40:38.456122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.457721"], ["updated_at", "2018-10-11 16:40:38.457721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.459283"], ["updated_at", "2018-10-11 16:40:38.459283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.460823"], ["updated_at", "2018-10-11 16:40:38.460823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.462608"], ["updated_at", "2018-10-11 16:40:38.462608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.464338"], ["updated_at", "2018-10-11 16:40:38.464338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.465927"], ["updated_at", "2018-10-11 16:40:38.465927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.467586"], ["updated_at", "2018-10-11 16:40:38.467586"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.469176"], ["updated_at", "2018-10-11 16:40:38.469176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.470952"], ["updated_at", "2018-10-11 16:40:38.470952"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.472558"], ["updated_at", "2018-10-11 16:40:38.472558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.474242"], ["updated_at", "2018-10-11 16:40:38.474242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.475886"], ["updated_at", "2018-10-11 16:40:38.475886"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.477422"], ["updated_at", "2018-10-11 16:40:38.477422"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.479102"], ["updated_at", "2018-10-11 16:40:38.479102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.480957"], ["updated_at", "2018-10-11 16:40:38.480957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.482639"], ["updated_at", "2018-10-11 16:40:38.482639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.484180"], ["updated_at", "2018-10-11 16:40:38.484180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.485913"], ["updated_at", "2018-10-11 16:40:38.485913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.487725"], ["updated_at", "2018-10-11 16:40:38.487725"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.489491"], ["updated_at", "2018-10-11 16:40:38.489491"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.491587"], ["updated_at", "2018-10-11 16:40:38.491587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.493633"], ["updated_at", "2018-10-11 16:40:38.493633"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.495284"], ["updated_at", "2018-10-11 16:40:38.495284"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.496980"], ["updated_at", "2018-10-11 16:40:38.496980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.498510"], ["updated_at", "2018-10-11 16:40:38.498510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.500044"], ["updated_at", "2018-10-11 16:40:38.500044"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.504243"], ["updated_at", "2018-10-11 16:40:38.504243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.506024"], ["updated_at", "2018-10-11 16:40:38.506024"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.507957"], ["updated_at", "2018-10-11 16:40:38.507957"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.509630"], ["updated_at", "2018-10-11 16:40:38.509630"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.513240"], ["updated_at", "2018-10-11 16:40:38.513240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.516749"], ["updated_at", "2018-10-11 16:40:38.516749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.518323"], ["updated_at", "2018-10-11 16:40:38.518323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.519941"], ["updated_at", "2018-10-11 16:40:38.519941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.521745"], ["updated_at", "2018-10-11 16:40:38.521745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.523372"], ["updated_at", "2018-10-11 16:40:38.523372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.524966"], ["updated_at", "2018-10-11 16:40:38.524966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.526671"], ["updated_at", "2018-10-11 16:40:38.526671"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.528307"], ["updated_at", "2018-10-11 16:40:38.528307"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.530067"], ["updated_at", "2018-10-11 16:40:38.530067"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.531939"], ["updated_at", "2018-10-11 16:40:38.531939"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.535415"], ["updated_at", "2018-10-11 16:40:38.535415"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.538831"], ["updated_at", "2018-10-11 16:40:38.538831"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.542164"], ["updated_at", "2018-10-11 16:40:38.542164"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.545476"], ["updated_at", "2018-10-11 16:40:38.545476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.548930"], ["updated_at", "2018-10-11 16:40:38.548930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.550929"], ["updated_at", "2018-10-11 16:40:38.550929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.552527"], ["updated_at", "2018-10-11 16:40:38.552527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.554151"], ["updated_at", "2018-10-11 16:40:38.554151"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.556030"], ["updated_at", "2018-10-11 16:40:38.556030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.558519"], ["updated_at", "2018-10-11 16:40:38.558519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.560465"], ["updated_at", "2018-10-11 16:40:38.560465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.562047"], ["updated_at", "2018-10-11 16:40:38.562047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.563827"], ["updated_at", "2018-10-11 16:40:38.563827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.565403"], ["updated_at", "2018-10-11 16:40:38.565403"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.567126"], ["updated_at", "2018-10-11 16:40:38.567126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.570265"], ["updated_at", "2018-10-11 16:40:38.570265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.572000"], ["updated_at", "2018-10-11 16:40:38.572000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.573610"], ["updated_at", "2018-10-11 16:40:38.573610"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.575265"], ["updated_at", "2018-10-11 16:40:38.575265"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.579122"], ["updated_at", "2018-10-11 16:40:38.579122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.583147"], ["updated_at", "2018-10-11 16:40:38.583147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.585118"], ["updated_at", "2018-10-11 16:40:38.585118"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.586815"], ["updated_at", "2018-10-11 16:40:38.586815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.588430"], ["updated_at", "2018-10-11 16:40:38.588430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.590006"], ["updated_at", "2018-10-11 16:40:38.590006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.591741"], ["updated_at", "2018-10-11 16:40:38.591741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.593263"], ["updated_at", "2018-10-11 16:40:38.593263"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.594810"], ["updated_at", "2018-10-11 16:40:38.594810"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.596562"], ["updated_at", "2018-10-11 16:40:38.596562"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.598517"], ["updated_at", "2018-10-11 16:40:38.598517"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.600555"], ["updated_at", "2018-10-11 16:40:38.600555"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.602331"], ["updated_at", "2018-10-11 16:40:38.602331"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.604139"], ["updated_at", "2018-10-11 16:40:38.604139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.605775"], ["updated_at", "2018-10-11 16:40:38.605775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.607526"], ["updated_at", "2018-10-11 16:40:38.607526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.609055"], ["updated_at", "2018-10-11 16:40:38.609055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.610679"], ["updated_at", "2018-10-11 16:40:38.610679"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.612260"], ["updated_at", "2018-10-11 16:40:38.612260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.613978"], ["updated_at", "2018-10-11 16:40:38.613978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.615576"], ["updated_at", "2018-10-11 16:40:38.615576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.617111"], ["updated_at", "2018-10-11 16:40:38.617111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.618818"], ["updated_at", "2018-10-11 16:40:38.618818"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.620536"], ["updated_at", "2018-10-11 16:40:38.620536"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.622321"], ["updated_at", "2018-10-11 16:40:38.622321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.626080"], ["updated_at", "2018-10-11 16:40:38.626080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.627675"], ["updated_at", "2018-10-11 16:40:38.627675"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.629274"], ["updated_at", "2018-10-11 16:40:38.629274"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.630948"], ["updated_at", "2018-10-11 16:40:38.630948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.632742"], ["updated_at", "2018-10-11 16:40:38.632742"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.634475"], ["updated_at", "2018-10-11 16:40:38.634475"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.637718"], ["updated_at", "2018-10-11 16:40:38.637718"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.639387"], ["updated_at", "2018-10-11 16:40:38.639387"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.641297"], ["updated_at", "2018-10-11 16:40:38.641297"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.643722"], ["updated_at", "2018-10-11 16:40:38.643722"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.648340"], ["updated_at", "2018-10-11 16:40:38.648340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.650929"], ["updated_at", "2018-10-11 16:40:38.650929"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.652564"], ["updated_at", "2018-10-11 16:40:38.652564"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.655268"], ["updated_at", "2018-10-11 16:40:38.655268"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.658601"], ["updated_at", "2018-10-11 16:40:38.658601"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.662012"], ["updated_at", "2018-10-11 16:40:38.662012"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.665467"], ["updated_at", "2018-10-11 16:40:38.665467"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.668845"], ["updated_at", "2018-10-11 16:40:38.668845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.672356"], ["updated_at", "2018-10-11 16:40:38.672356"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.673951"], ["updated_at", "2018-10-11 16:40:38.673951"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.675522"], ["updated_at", "2018-10-11 16:40:38.675522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.677144"], ["updated_at", "2018-10-11 16:40:38.677144"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.678731"], ["updated_at", "2018-10-11 16:40:38.678731"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.680434"], ["updated_at", "2018-10-11 16:40:38.680434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.682184"], ["updated_at", "2018-10-11 16:40:38.682184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.683795"], ["updated_at", "2018-10-11 16:40:38.683795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.685463"], ["updated_at", "2018-10-11 16:40:38.685463"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.687154"], ["updated_at", "2018-10-11 16:40:38.687154"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.689645"], ["updated_at", "2018-10-11 16:40:38.689645"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.692112"], ["updated_at", "2018-10-11 16:40:38.692112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.693828"], ["updated_at", "2018-10-11 16:40:38.693828"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.695589"], ["updated_at", "2018-10-11 16:40:38.695589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.697502"], ["updated_at", "2018-10-11 16:40:38.697502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.699226"], ["updated_at", "2018-10-11 16:40:38.699226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.700876"], ["updated_at", "2018-10-11 16:40:38.700876"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.704254"], ["updated_at", "2018-10-11 16:40:38.704254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.706140"], ["updated_at", "2018-10-11 16:40:38.706140"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.707704"], ["updated_at", "2018-10-11 16:40:38.707704"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.709341"], ["updated_at", "2018-10-11 16:40:38.709341"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.711962"], ["updated_at", "2018-10-11 16:40:38.711962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.716088"], ["updated_at", "2018-10-11 16:40:38.716088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.718030"], ["updated_at", "2018-10-11 16:40:38.718030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.719740"], ["updated_at", "2018-10-11 16:40:38.719740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.721366"], ["updated_at", "2018-10-11 16:40:38.721366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.723119"], ["updated_at", "2018-10-11 16:40:38.723119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.724757"], ["updated_at", "2018-10-11 16:40:38.724757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.726375"], ["updated_at", "2018-10-11 16:40:38.726375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.727956"], ["updated_at", "2018-10-11 16:40:38.727956"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.729993"], ["updated_at", "2018-10-11 16:40:38.729993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.731932"], ["updated_at", "2018-10-11 16:40:38.731932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.733473"], ["updated_at", "2018-10-11 16:40:38.733473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.735101"], ["updated_at", "2018-10-11 16:40:38.735101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.736858"], ["updated_at", "2018-10-11 16:40:38.736858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.738455"], ["updated_at", "2018-10-11 16:40:38.738455"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.740045"], ["updated_at", "2018-10-11 16:40:38.740045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.741986"], ["updated_at", "2018-10-11 16:40:38.741986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.743595"], ["updated_at", "2018-10-11 16:40:38.743595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.745165"], ["updated_at", "2018-10-11 16:40:38.745165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.746804"], ["updated_at", "2018-10-11 16:40:38.746804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.748545"], ["updated_at", "2018-10-11 16:40:38.748545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.750112"], ["updated_at", "2018-10-11 16:40:38.750112"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.751678"], ["updated_at", "2018-10-11 16:40:38.751678"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.753495"], ["updated_at", "2018-10-11 16:40:38.753495"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.755367"], ["updated_at", "2018-10-11 16:40:38.755367"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.757548"], ["updated_at", "2018-10-11 16:40:38.757548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.760184"], ["updated_at", "2018-10-11 16:40:38.760184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.761772"], ["updated_at", "2018-10-11 16:40:38.761772"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.763359"], ["updated_at", "2018-10-11 16:40:38.763359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.765045"], ["updated_at", "2018-10-11 16:40:38.765045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.766651"], ["updated_at", "2018-10-11 16:40:38.766651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.769750"], ["updated_at", "2018-10-11 16:40:38.769750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.771366"], ["updated_at", "2018-10-11 16:40:38.771366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.772989"], ["updated_at", "2018-10-11 16:40:38.772989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.774561"], ["updated_at", "2018-10-11 16:40:38.774561"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.776240"], ["updated_at", "2018-10-11 16:40:38.776240"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.780426"], ["updated_at", "2018-10-11 16:40:38.780426"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.785227"], ["updated_at", "2018-10-11 16:40:38.785227"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.788522"], ["updated_at", "2018-10-11 16:40:38.788522"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.792994"], ["updated_at", "2018-10-11 16:40:38.792994"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.796315"], ["updated_at", "2018-10-11 16:40:38.796315"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.799581"], ["updated_at", "2018-10-11 16:40:38.799581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.801370"], ["updated_at", "2018-10-11 16:40:38.801370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.803031"], ["updated_at", "2018-10-11 16:40:38.803031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.804863"], ["updated_at", "2018-10-11 16:40:38.804863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.806550"], ["updated_at", "2018-10-11 16:40:38.806550"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.808160"], ["updated_at", "2018-10-11 16:40:38.808160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.810182"], ["updated_at", "2018-10-11 16:40:38.810182"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.811918"], ["updated_at", "2018-10-11 16:40:38.811918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.813744"], ["updated_at", "2018-10-11 16:40:38.813744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.815333"], ["updated_at", "2018-10-11 16:40:38.815333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.816991"], ["updated_at", "2018-10-11 16:40:38.816991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.818656"], ["updated_at", "2018-10-11 16:40:38.818656"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.820627"], ["updated_at", "2018-10-11 16:40:38.820627"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.823172"], ["updated_at", "2018-10-11 16:40:38.823172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.825636"], ["updated_at", "2018-10-11 16:40:38.825636"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.827446"], ["updated_at", "2018-10-11 16:40:38.827446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.829236"], ["updated_at", "2018-10-11 16:40:38.829236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.831077"], ["updated_at", "2018-10-11 16:40:38.831077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.832657"], ["updated_at", "2018-10-11 16:40:38.832657"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.834369"], ["updated_at", "2018-10-11 16:40:38.834369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.837555"], ["updated_at", "2018-10-11 16:40:38.837555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.839265"], ["updated_at", "2018-10-11 16:40:38.839265"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.840934"], ["updated_at", "2018-10-11 16:40:38.840934"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.842994"], ["updated_at", "2018-10-11 16:40:38.842994"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.847094"], ["updated_at", "2018-10-11 16:40:38.847094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.851203"], ["updated_at", "2018-10-11 16:40:38.851203"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.852910"], ["updated_at", "2018-10-11 16:40:38.852910"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.854712"], ["updated_at", "2018-10-11 16:40:38.854712"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.856392"], ["updated_at", "2018-10-11 16:40:38.856392"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.858091"], ["updated_at", "2018-10-11 16:40:38.858091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.859789"], ["updated_at", "2018-10-11 16:40:38.859789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.861345"], ["updated_at", "2018-10-11 16:40:38.861345"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.863219"], ["updated_at", "2018-10-11 16:40:38.863219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.864976"], ["updated_at", "2018-10-11 16:40:38.864976"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.866590"], ["updated_at", "2018-10-11 16:40:38.866590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.868300"], ["updated_at", "2018-10-11 16:40:38.868300"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.871037"], ["updated_at", "2018-10-11 16:40:38.871037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.873046"], ["updated_at", "2018-10-11 16:40:38.873046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.874670"], ["updated_at", "2018-10-11 16:40:38.874670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.876302"], ["updated_at", "2018-10-11 16:40:38.876302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.877972"], ["updated_at", "2018-10-11 16:40:38.877972"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.879708"], ["updated_at", "2018-10-11 16:40:38.879708"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.881682"], ["updated_at", "2018-10-11 16:40:38.881682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.883749"], ["updated_at", "2018-10-11 16:40:38.883749"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.885446"], ["updated_at", "2018-10-11 16:40:38.885446"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.888217"], ["updated_at", "2018-10-11 16:40:38.888217"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.890373"], ["updated_at", "2018-10-11 16:40:38.890373"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.893381"], ["updated_at", "2018-10-11 16:40:38.893381"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.895288"], ["updated_at", "2018-10-11 16:40:38.895288"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.896941"], ["updated_at", "2018-10-11 16:40:38.896941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.898606"], ["updated_at", "2018-10-11 16:40:38.898606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.900166"], ["updated_at", "2018-10-11 16:40:38.900166"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.901826"], ["updated_at", "2018-10-11 16:40:38.901826"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.906772"], ["updated_at", "2018-10-11 16:40:38.906772"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.910123"], ["updated_at", "2018-10-11 16:40:38.910123"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.915482"], ["updated_at", "2018-10-11 16:40:38.915482"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.919900"], ["updated_at", "2018-10-11 16:40:38.919900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.924018"], ["updated_at", "2018-10-11 16:40:38.924018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.925926"], ["updated_at", "2018-10-11 16:40:38.925926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.927515"], ["updated_at", "2018-10-11 16:40:38.927515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.929194"], ["updated_at", "2018-10-11 16:40:38.929194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.930872"], ["updated_at", "2018-10-11 16:40:38.930872"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.932570"], ["updated_at", "2018-10-11 16:40:38.932570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.934221"], ["updated_at", "2018-10-11 16:40:38.934221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.935824"], ["updated_at", "2018-10-11 16:40:38.935824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.937534"], ["updated_at", "2018-10-11 16:40:38.937534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.939153"], ["updated_at", "2018-10-11 16:40:38.939153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.940842"], ["updated_at", "2018-10-11 16:40:38.940842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.942446"], ["updated_at", "2018-10-11 16:40:38.942446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.944140"], ["updated_at", "2018-10-11 16:40:38.944140"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.945717"], ["updated_at", "2018-10-11 16:40:38.945717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.947463"], ["updated_at", "2018-10-11 16:40:38.947463"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.949070"], ["updated_at", "2018-10-11 16:40:38.949070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.950689"], ["updated_at", "2018-10-11 16:40:38.950689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.952300"], ["updated_at", "2018-10-11 16:40:38.952300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.953927"], ["updated_at", "2018-10-11 16:40:38.953927"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.956271"], ["updated_at", "2018-10-11 16:40:38.956271"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.958457"], ["updated_at", "2018-10-11 16:40:38.958457"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.960332"], ["updated_at", "2018-10-11 16:40:38.960332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.962047"], ["updated_at", "2018-10-11 16:40:38.962047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.963821"], ["updated_at", "2018-10-11 16:40:38.963821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.965427"], ["updated_at", "2018-10-11 16:40:38.965427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.967076"], ["updated_at", "2018-10-11 16:40:38.967076"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.970021"], ["updated_at", "2018-10-11 16:40:38.970021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.971784"], ["updated_at", "2018-10-11 16:40:38.971784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.973450"], ["updated_at", "2018-10-11 16:40:38.973450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.975151"], ["updated_at", "2018-10-11 16:40:38.975151"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.976741"], ["updated_at", "2018-10-11 16:40:38.976741"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.979552"], ["updated_at", "2018-10-11 16:40:38.979552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.983932"], ["updated_at", "2018-10-11 16:40:38.983932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.985699"], ["updated_at", "2018-10-11 16:40:38.985699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.987455"], ["updated_at", "2018-10-11 16:40:38.987455"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.989507"], ["updated_at", "2018-10-11 16:40:38.989507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.991260"], ["updated_at", "2018-10-11 16:40:38.991260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.992882"], ["updated_at", "2018-10-11 16:40:38.992882"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.994459"], ["updated_at", "2018-10-11 16:40:38.994459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.996187"], ["updated_at", "2018-10-11 16:40:38.996187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.997952"], ["updated_at", "2018-10-11 16:40:38.997952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:38.999574"], ["updated_at", "2018-10-11 16:40:38.999574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.001128"], ["updated_at", "2018-10-11 16:40:39.001128"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.002854"], ["updated_at", "2018-10-11 16:40:39.002854"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.004644"], ["updated_at", "2018-10-11 16:40:39.004644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.006327"], ["updated_at", "2018-10-11 16:40:39.006327"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.007886"], ["updated_at", "2018-10-11 16:40:39.007886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.010190"], ["updated_at", "2018-10-11 16:40:39.010190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.012106"], ["updated_at", "2018-10-11 16:40:39.012106"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.013943"], ["updated_at", "2018-10-11 16:40:39.013943"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.015615"], ["updated_at", "2018-10-11 16:40:39.015615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.017214"], ["updated_at", "2018-10-11 16:40:39.017214"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.018832"], ["updated_at", "2018-10-11 16:40:39.018832"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.020601"], ["updated_at", "2018-10-11 16:40:39.020601"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.022620"], ["updated_at", "2018-10-11 16:40:39.022620"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.024867"], ["updated_at", "2018-10-11 16:40:39.024867"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.026654"], ["updated_at", "2018-10-11 16:40:39.026654"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.028688"], ["updated_at", "2018-10-11 16:40:39.028688"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.030867"], ["updated_at", "2018-10-11 16:40:39.030867"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.032958"], ["updated_at", "2018-10-11 16:40:39.032958"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.034982"], ["updated_at", "2018-10-11 16:40:39.034982"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.041057"], ["updated_at", "2018-10-11 16:40:39.041057"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.044109"], ["updated_at", "2018-10-11 16:40:39.044109"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.047765"], ["updated_at", "2018-10-11 16:40:39.047765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.052232"], ["updated_at", "2018-10-11 16:40:39.052232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.053887"], ["updated_at", "2018-10-11 16:40:39.053887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.055600"], ["updated_at", "2018-10-11 16:40:39.055600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.057269"], ["updated_at", "2018-10-11 16:40:39.057269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.058815"], ["updated_at", "2018-10-11 16:40:39.058815"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.060444"], ["updated_at", "2018-10-11 16:40:39.060444"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.062281"], ["updated_at", "2018-10-11 16:40:39.062281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.064080"], ["updated_at", "2018-10-11 16:40:39.064080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.065787"], ["updated_at", "2018-10-11 16:40:39.065787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.067427"], ["updated_at", "2018-10-11 16:40:39.067427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.069025"], ["updated_at", "2018-10-11 16:40:39.069025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.070696"], ["updated_at", "2018-10-11 16:40:39.070696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.072359"], ["updated_at", "2018-10-11 16:40:39.072359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.074040"], ["updated_at", "2018-10-11 16:40:39.074040"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.075636"], ["updated_at", "2018-10-11 16:40:39.075636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.077420"], ["updated_at", "2018-10-11 16:40:39.077420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.079033"], ["updated_at", "2018-10-11 16:40:39.079033"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.080716"], ["updated_at", "2018-10-11 16:40:39.080716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.082492"], ["updated_at", "2018-10-11 16:40:39.082492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.084175"], ["updated_at", "2018-10-11 16:40:39.084175"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.085788"], ["updated_at", "2018-10-11 16:40:39.085788"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.087493"], ["updated_at", "2018-10-11 16:40:39.087493"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.089396"], ["updated_at", "2018-10-11 16:40:39.089396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.091536"], ["updated_at", "2018-10-11 16:40:39.091536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.093491"], ["updated_at", "2018-10-11 16:40:39.093491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.095092"], ["updated_at", "2018-10-11 16:40:39.095092"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.096733"], ["updated_at", "2018-10-11 16:40:39.096733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.098377"], ["updated_at", "2018-10-11 16:40:39.098377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.099911"], ["updated_at", "2018-10-11 16:40:39.099911"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.101723"], ["updated_at", "2018-10-11 16:40:39.101723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.104839"], ["updated_at", "2018-10-11 16:40:39.104839"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.106467"], ["updated_at", "2018-10-11 16:40:39.106467"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.108091"], ["updated_at", "2018-10-11 16:40:39.108091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.109707"], ["updated_at", "2018-10-11 16:40:39.109707"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.112089"], ["updated_at", "2018-10-11 16:40:39.112089"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.116162"], ["updated_at", "2018-10-11 16:40:39.116162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.118469"], ["updated_at", "2018-10-11 16:40:39.118469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.120151"], ["updated_at", "2018-10-11 16:40:39.120151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.121807"], ["updated_at", "2018-10-11 16:40:39.121807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.123388"], ["updated_at", "2018-10-11 16:40:39.123388"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.125003"], ["updated_at", "2018-10-11 16:40:39.125003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.126968"], ["updated_at", "2018-10-11 16:40:39.126968"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.128562"], ["updated_at", "2018-10-11 16:40:39.128562"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.130325"], ["updated_at", "2018-10-11 16:40:39.130325"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.131977"], ["updated_at", "2018-10-11 16:40:39.131977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.133539"], ["updated_at", "2018-10-11 16:40:39.133539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.135198"], ["updated_at", "2018-10-11 16:40:39.135198"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.136819"], ["updated_at", "2018-10-11 16:40:39.136819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.138530"], ["updated_at", "2018-10-11 16:40:39.138530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.140209"], ["updated_at", "2018-10-11 16:40:39.140209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.141769"], ["updated_at", "2018-10-11 16:40:39.141769"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.143318"], ["updated_at", "2018-10-11 16:40:39.143318"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.145262"], ["updated_at", "2018-10-11 16:40:39.145262"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.148778"], ["updated_at", "2018-10-11 16:40:39.148778"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.152147"], ["updated_at", "2018-10-11 16:40:39.152147"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.155188"], ["updated_at", "2018-10-11 16:40:39.155188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.157938"], ["updated_at", "2018-10-11 16:40:39.157938"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.160144"], ["updated_at", "2018-10-11 16:40:39.160144"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.162977"], ["updated_at", "2018-10-11 16:40:39.162977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.165225"], ["updated_at", "2018-10-11 16:40:39.165225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.166803"], ["updated_at", "2018-10-11 16:40:39.166803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.168359"], ["updated_at", "2018-10-11 16:40:39.168359"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.171336"], ["updated_at", "2018-10-11 16:40:39.171336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.173320"], ["updated_at", "2018-10-11 16:40:39.173320"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.174918"], ["updated_at", "2018-10-11 16:40:39.174918"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.176705"], ["updated_at", "2018-10-11 16:40:39.176705"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.179841"], ["updated_at", "2018-10-11 16:40:39.179841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.183779"], ["updated_at", "2018-10-11 16:40:39.183779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.185416"], ["updated_at", "2018-10-11 16:40:39.185416"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.187000"], ["updated_at", "2018-10-11 16:40:39.187000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.188659"], ["updated_at", "2018-10-11 16:40:39.188659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.190306"], ["updated_at", "2018-10-11 16:40:39.190306"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.191879"], ["updated_at", "2018-10-11 16:40:39.191879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.193580"], ["updated_at", "2018-10-11 16:40:39.193580"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.195153"], ["updated_at", "2018-10-11 16:40:39.195153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.197613"], ["updated_at", "2018-10-11 16:40:39.197613"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.199303"], ["updated_at", "2018-10-11 16:40:39.199303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.200941"], ["updated_at", "2018-10-11 16:40:39.200941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.202535"], ["updated_at", "2018-10-11 16:40:39.202535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.204201"], ["updated_at", "2018-10-11 16:40:39.204201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.205866"], ["updated_at", "2018-10-11 16:40:39.205866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.207530"], ["updated_at", "2018-10-11 16:40:39.207530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.209126"], ["updated_at", "2018-10-11 16:40:39.209126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.210929"], ["updated_at", "2018-10-11 16:40:39.210929"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.212752"], ["updated_at", "2018-10-11 16:40:39.212752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.214529"], ["updated_at", "2018-10-11 16:40:39.214529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.216101"], ["updated_at", "2018-10-11 16:40:39.216101"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.217685"], ["updated_at", "2018-10-11 16:40:39.217685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.219411"], ["updated_at", "2018-10-11 16:40:39.219411"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.221060"], ["updated_at", "2018-10-11 16:40:39.221060"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.223132"], ["updated_at", "2018-10-11 16:40:39.223132"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.225481"], ["updated_at", "2018-10-11 16:40:39.225481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.227316"], ["updated_at", "2018-10-11 16:40:39.227316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.228944"], ["updated_at", "2018-10-11 16:40:39.228944"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.230589"], ["updated_at", "2018-10-11 16:40:39.230589"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.232259"], ["updated_at", "2018-10-11 16:40:39.232259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.233825"], ["updated_at", "2018-10-11 16:40:39.233825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.237527"], ["updated_at", "2018-10-11 16:40:39.237527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.239212"], ["updated_at", "2018-10-11 16:40:39.239212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.240857"], ["updated_at", "2018-10-11 16:40:39.240857"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.242525"], ["updated_at", "2018-10-11 16:40:39.242525"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.244980"], ["updated_at", "2018-10-11 16:40:39.244980"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.249204"], ["updated_at", "2018-10-11 16:40:39.249204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.251727"], ["updated_at", "2018-10-11 16:40:39.251727"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.253625"], ["updated_at", "2018-10-11 16:40:39.253625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.255381"], ["updated_at", "2018-10-11 16:40:39.255381"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.257155"], ["updated_at", "2018-10-11 16:40:39.257155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.258932"], ["updated_at", "2018-10-11 16:40:39.258932"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.260822"], ["updated_at", "2018-10-11 16:40:39.260822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.262536"], ["updated_at", "2018-10-11 16:40:39.262536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.264277"], ["updated_at", "2018-10-11 16:40:39.264277"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.266602"], ["updated_at", "2018-10-11 16:40:39.266602"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.270345"], ["updated_at", "2018-10-11 16:40:39.270345"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.273973"], ["updated_at", "2018-10-11 16:40:39.273973"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.277497"], ["updated_at", "2018-10-11 16:40:39.277497"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.281208"], ["updated_at", "2018-10-11 16:40:39.281208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.284158"], ["updated_at", "2018-10-11 16:40:39.284158"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.285822"], ["updated_at", "2018-10-11 16:40:39.285822"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.287563"], ["updated_at", "2018-10-11 16:40:39.287563"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.289745"], ["updated_at", "2018-10-11 16:40:39.289745"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.292007"], ["updated_at", "2018-10-11 16:40:39.292007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.293708"], ["updated_at", "2018-10-11 16:40:39.293708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.295273"], ["updated_at", "2018-10-11 16:40:39.295273"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.296917"], ["updated_at", "2018-10-11 16:40:39.296917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.298560"], ["updated_at", "2018-10-11 16:40:39.298560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.300244"], ["updated_at", "2018-10-11 16:40:39.300244"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.303899"], ["updated_at", "2018-10-11 16:40:39.303899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.305690"], ["updated_at", "2018-10-11 16:40:39.305690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.307240"], ["updated_at", "2018-10-11 16:40:39.307240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.308807"], ["updated_at", "2018-10-11 16:40:39.308807"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.310406"], ["updated_at", "2018-10-11 16:40:39.310406"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.313237"], ["updated_at", "2018-10-11 16:40:39.313237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.316985"], ["updated_at", "2018-10-11 16:40:39.316985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.319045"], ["updated_at", "2018-10-11 16:40:39.319045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.320683"], ["updated_at", "2018-10-11 16:40:39.320683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.322330"], ["updated_at", "2018-10-11 16:40:39.322330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.323917"], ["updated_at", "2018-10-11 16:40:39.323917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.325466"], ["updated_at", "2018-10-11 16:40:39.325466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.327051"], ["updated_at", "2018-10-11 16:40:39.327051"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.328686"], ["updated_at", "2018-10-11 16:40:39.328686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.330390"], ["updated_at", "2018-10-11 16:40:39.330390"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.331997"], ["updated_at", "2018-10-11 16:40:39.331997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.333966"], ["updated_at", "2018-10-11 16:40:39.333966"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.335764"], ["updated_at", "2018-10-11 16:40:39.335764"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.337568"], ["updated_at", "2018-10-11 16:40:39.337568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.339217"], ["updated_at", "2018-10-11 16:40:39.339217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.340798"], ["updated_at", "2018-10-11 16:40:39.340798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.342372"], ["updated_at", "2018-10-11 16:40:39.342372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.344121"], ["updated_at", "2018-10-11 16:40:39.344121"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.345694"], ["updated_at", "2018-10-11 16:40:39.345694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.347502"], ["updated_at", "2018-10-11 16:40:39.347502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.349073"], ["updated_at", "2018-10-11 16:40:39.349073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.350658"], ["updated_at", "2018-10-11 16:40:39.350658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.352303"], ["updated_at", "2018-10-11 16:40:39.352303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.354031"], ["updated_at", "2018-10-11 16:40:39.354031"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.355818"], ["updated_at", "2018-10-11 16:40:39.355818"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.358133"], ["updated_at", "2018-10-11 16:40:39.358133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.359998"], ["updated_at", "2018-10-11 16:40:39.359998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.361617"], ["updated_at", "2018-10-11 16:40:39.361617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.363207"], ["updated_at", "2018-10-11 16:40:39.363207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.364907"], ["updated_at", "2018-10-11 16:40:39.364907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.366459"], ["updated_at", "2018-10-11 16:40:39.366459"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.369083"], ["updated_at", "2018-10-11 16:40:39.369083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.371340"], ["updated_at", "2018-10-11 16:40:39.371340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.372948"], ["updated_at", "2018-10-11 16:40:39.372948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.374600"], ["updated_at", "2018-10-11 16:40:39.374600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.376177"], ["updated_at", "2018-10-11 16:40:39.376177"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.378280"], ["updated_at", "2018-10-11 16:40:39.378280"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.382169"], ["updated_at", "2018-10-11 16:40:39.382169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.384792"], ["updated_at", "2018-10-11 16:40:39.384792"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.386387"], ["updated_at", "2018-10-11 16:40:39.386387"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.389148"], ["updated_at", "2018-10-11 16:40:39.389148"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.392735"], ["updated_at", "2018-10-11 16:40:39.392735"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.396286"], ["updated_at", "2018-10-11 16:40:39.396286"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.399956"], ["updated_at", "2018-10-11 16:40:39.399956"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.403440"], ["updated_at", "2018-10-11 16:40:39.403440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.406303"], ["updated_at", "2018-10-11 16:40:39.406303"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.407954"], ["updated_at", "2018-10-11 16:40:39.407954"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.409671"], ["updated_at", "2018-10-11 16:40:39.409671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.411322"], ["updated_at", "2018-10-11 16:40:39.411322"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.412947"], ["updated_at", "2018-10-11 16:40:39.412947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.414750"], ["updated_at", "2018-10-11 16:40:39.414750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.416418"], ["updated_at", "2018-10-11 16:40:39.416418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.417975"], ["updated_at", "2018-10-11 16:40:39.417975"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.419744"], ["updated_at", "2018-10-11 16:40:39.419744"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.422351"], ["updated_at", "2018-10-11 16:40:39.422351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.424750"], ["updated_at", "2018-10-11 16:40:39.424750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.426617"], ["updated_at", "2018-10-11 16:40:39.426617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.428228"], ["updated_at", "2018-10-11 16:40:39.428228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.429835"], ["updated_at", "2018-10-11 16:40:39.429835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.431643"], ["updated_at", "2018-10-11 16:40:39.431643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.433244"], ["updated_at", "2018-10-11 16:40:39.433244"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.436088"], ["updated_at", "2018-10-11 16:40:39.436088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.438049"], ["updated_at", "2018-10-11 16:40:39.438049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.439762"], ["updated_at", "2018-10-11 16:40:39.439762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.441322"], ["updated_at", "2018-10-11 16:40:39.441322"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.443008"], ["updated_at", "2018-10-11 16:40:39.443008"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.445842"], ["updated_at", "2018-10-11 16:40:39.445842"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.450341"], ["updated_at", "2018-10-11 16:40:39.450341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.452103"], ["updated_at", "2018-10-11 16:40:39.452103"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.453749"], ["updated_at", "2018-10-11 16:40:39.453749"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.455443"], ["updated_at", "2018-10-11 16:40:39.455443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.457318"], ["updated_at", "2018-10-11 16:40:39.457318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.458892"], ["updated_at", "2018-10-11 16:40:39.458892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.460572"], ["updated_at", "2018-10-11 16:40:39.460572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.462188"], ["updated_at", "2018-10-11 16:40:39.462188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.463946"], ["updated_at", "2018-10-11 16:40:39.463946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.465616"], ["updated_at", "2018-10-11 16:40:39.465616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.467195"], ["updated_at", "2018-10-11 16:40:39.467195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.468851"], ["updated_at", "2018-10-11 16:40:39.468851"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.470548"], ["updated_at", "2018-10-11 16:40:39.470548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.472255"], ["updated_at", "2018-10-11 16:40:39.472255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.473879"], ["updated_at", "2018-10-11 16:40:39.473879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.475482"], ["updated_at", "2018-10-11 16:40:39.475482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.477072"], ["updated_at", "2018-10-11 16:40:39.477072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.478695"], ["updated_at", "2018-10-11 16:40:39.478695"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.480459"], ["updated_at", "2018-10-11 16:40:39.480459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.482284"], ["updated_at", "2018-10-11 16:40:39.482284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.483987"], ["updated_at", "2018-10-11 16:40:39.483987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.485704"], ["updated_at", "2018-10-11 16:40:39.485704"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.487489"], ["updated_at", "2018-10-11 16:40:39.487489"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.489276"], ["updated_at", "2018-10-11 16:40:39.489276"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.491440"], ["updated_at", "2018-10-11 16:40:39.491440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.493288"], ["updated_at", "2018-10-11 16:40:39.493288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.495028"], ["updated_at", "2018-10-11 16:40:39.495028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.497922"], ["updated_at", "2018-10-11 16:40:39.497922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.499635"], ["updated_at", "2018-10-11 16:40:39.499635"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.501303"], ["updated_at", "2018-10-11 16:40:39.501303"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.504528"], ["updated_at", "2018-10-11 16:40:39.504528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.506201"], ["updated_at", "2018-10-11 16:40:39.506201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.507728"], ["updated_at", "2018-10-11 16:40:39.507728"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.509539"], ["updated_at", "2018-10-11 16:40:39.509539"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.514430"], ["updated_at", "2018-10-11 16:40:39.514430"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.518896"], ["updated_at", "2018-10-11 16:40:39.518896"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.522564"], ["updated_at", "2018-10-11 16:40:39.522564"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.525906"], ["updated_at", "2018-10-11 16:40:39.525906"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.529198"], ["updated_at", "2018-10-11 16:40:39.529198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.531433"], ["updated_at", "2018-10-11 16:40:39.531433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.533109"], ["updated_at", "2018-10-11 16:40:39.533109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.534707"], ["updated_at", "2018-10-11 16:40:39.534707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.536469"], ["updated_at", "2018-10-11 16:40:39.536469"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.538138"], ["updated_at", "2018-10-11 16:40:39.538138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.539779"], ["updated_at", "2018-10-11 16:40:39.539779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.541336"], ["updated_at", "2018-10-11 16:40:39.541336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.542930"], ["updated_at", "2018-10-11 16:40:39.542930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.544654"], ["updated_at", "2018-10-11 16:40:39.544654"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.546262"], ["updated_at", "2018-10-11 16:40:39.546262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.547902"], ["updated_at", "2018-10-11 16:40:39.547902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.549580"], ["updated_at", "2018-10-11 16:40:39.549580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.551194"], ["updated_at", "2018-10-11 16:40:39.551194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.552893"], ["updated_at", "2018-10-11 16:40:39.552893"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.554495"], ["updated_at", "2018-10-11 16:40:39.554495"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.556279"], ["updated_at", "2018-10-11 16:40:39.556279"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.558381"], ["updated_at", "2018-10-11 16:40:39.558381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.560372"], ["updated_at", "2018-10-11 16:40:39.560372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.561915"], ["updated_at", "2018-10-11 16:40:39.561915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.563472"], ["updated_at", "2018-10-11 16:40:39.563472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.565168"], ["updated_at", "2018-10-11 16:40:39.565168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.566696"], ["updated_at", "2018-10-11 16:40:39.566696"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.570827"], ["updated_at", "2018-10-11 16:40:39.570827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.572551"], ["updated_at", "2018-10-11 16:40:39.572551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.574143"], ["updated_at", "2018-10-11 16:40:39.574143"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.575847"], ["updated_at", "2018-10-11 16:40:39.575847"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.577553"], ["updated_at", "2018-10-11 16:40:39.577553"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.580880"], ["updated_at", "2018-10-11 16:40:39.580880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.584231"], ["updated_at", "2018-10-11 16:40:39.584231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.585931"], ["updated_at", "2018-10-11 16:40:39.585931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.587536"], ["updated_at", "2018-10-11 16:40:39.587536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.589140"], ["updated_at", "2018-10-11 16:40:39.589140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.590819"], ["updated_at", "2018-10-11 16:40:39.590819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.592316"], ["updated_at", "2018-10-11 16:40:39.592316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.593989"], ["updated_at", "2018-10-11 16:40:39.593989"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.595645"], ["updated_at", "2018-10-11 16:40:39.595645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.597475"], ["updated_at", "2018-10-11 16:40:39.597475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.599124"], ["updated_at", "2018-10-11 16:40:39.599124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.600810"], ["updated_at", "2018-10-11 16:40:39.600810"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.602406"], ["updated_at", "2018-10-11 16:40:39.602406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.604144"], ["updated_at", "2018-10-11 16:40:39.604144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.605805"], ["updated_at", "2018-10-11 16:40:39.605805"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.607474"], ["updated_at", "2018-10-11 16:40:39.607474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.609098"], ["updated_at", "2018-10-11 16:40:39.609098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.610659"], ["updated_at", "2018-10-11 16:40:39.610659"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.612274"], ["updated_at", "2018-10-11 16:40:39.612274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.614033"], ["updated_at", "2018-10-11 16:40:39.614033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.615693"], ["updated_at", "2018-10-11 16:40:39.615693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.617324"], ["updated_at", "2018-10-11 16:40:39.617324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.618922"], ["updated_at", "2018-10-11 16:40:39.618922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.620587"], ["updated_at", "2018-10-11 16:40:39.620587"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.622366"], ["updated_at", "2018-10-11 16:40:39.622366"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.624610"], ["updated_at", "2018-10-11 16:40:39.624610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.628461"], ["updated_at", "2018-10-11 16:40:39.628461"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.630533"], ["updated_at", "2018-10-11 16:40:39.630533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.632161"], ["updated_at", "2018-10-11 16:40:39.632161"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.633719"], ["updated_at", "2018-10-11 16:40:39.633719"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.635414"], ["updated_at", "2018-10-11 16:40:39.635414"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.639942"], ["updated_at", "2018-10-11 16:40:39.639942"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.643462"], ["updated_at", "2018-10-11 16:40:39.643462"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.648265"], ["updated_at", "2018-10-11 16:40:39.648265"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.652741"], ["updated_at", "2018-10-11 16:40:39.652741"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.656242"], ["updated_at", "2018-10-11 16:40:39.656242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.658341"], ["updated_at", "2018-10-11 16:40:39.658341"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.659996"], ["updated_at", "2018-10-11 16:40:39.659996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.661648"], ["updated_at", "2018-10-11 16:40:39.661648"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.663302"], ["updated_at", "2018-10-11 16:40:39.663302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.664960"], ["updated_at", "2018-10-11 16:40:39.664960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.666539"], ["updated_at", "2018-10-11 16:40:39.666539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.668100"], ["updated_at", "2018-10-11 16:40:39.668100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.669722"], ["updated_at", "2018-10-11 16:40:39.669722"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.671549"], ["updated_at", "2018-10-11 16:40:39.671549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.673210"], ["updated_at", "2018-10-11 16:40:39.673210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.674803"], ["updated_at", "2018-10-11 16:40:39.674803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.676513"], ["updated_at", "2018-10-11 16:40:39.676513"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.678553"], ["updated_at", "2018-10-11 16:40:39.678553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.680206"], ["updated_at", "2018-10-11 16:40:39.680206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.681937"], ["updated_at", "2018-10-11 16:40:39.681937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.683579"], ["updated_at", "2018-10-11 16:40:39.683579"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.685195"], ["updated_at", "2018-10-11 16:40:39.685195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.686915"], ["updated_at", "2018-10-11 16:40:39.686915"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.688760"], ["updated_at", "2018-10-11 16:40:39.688760"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.691165"], ["updated_at", "2018-10-11 16:40:39.691165"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.693067"], ["updated_at", "2018-10-11 16:40:39.693067"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.695890"], ["updated_at", "2018-10-11 16:40:39.695890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.698105"], ["updated_at", "2018-10-11 16:40:39.698105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.700040"], ["updated_at", "2018-10-11 16:40:39.700040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.701646"], ["updated_at", "2018-10-11 16:40:39.701646"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.704667"], ["updated_at", "2018-10-11 16:40:39.704667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.706556"], ["updated_at", "2018-10-11 16:40:39.706556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.708222"], ["updated_at", "2018-10-11 16:40:39.708222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.709799"], ["updated_at", "2018-10-11 16:40:39.709799"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.712485"], ["updated_at", "2018-10-11 16:40:39.712485"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.717562"], ["updated_at", "2018-10-11 16:40:39.717562"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.719344"], ["updated_at", "2018-10-11 16:40:39.719344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.721937"], ["updated_at", "2018-10-11 16:40:39.721937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.723647"], ["updated_at", "2018-10-11 16:40:39.723647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.725295"], ["updated_at", "2018-10-11 16:40:39.725295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.726855"], ["updated_at", "2018-10-11 16:40:39.726855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.728508"], ["updated_at", "2018-10-11 16:40:39.728508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.730271"], ["updated_at", "2018-10-11 16:40:39.730271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.732383"], ["updated_at", "2018-10-11 16:40:39.732383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.734162"], ["updated_at", "2018-10-11 16:40:39.734162"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.735845"], ["updated_at", "2018-10-11 16:40:39.735845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.737569"], ["updated_at", "2018-10-11 16:40:39.737569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.739161"], ["updated_at", "2018-10-11 16:40:39.739161"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.740777"], ["updated_at", "2018-10-11 16:40:39.740777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.742505"], ["updated_at", "2018-10-11 16:40:39.742505"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.744069"], ["updated_at", "2018-10-11 16:40:39.744069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.745686"], ["updated_at", "2018-10-11 16:40:39.745686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.747442"], ["updated_at", "2018-10-11 16:40:39.747442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.749021"], ["updated_at", "2018-10-11 16:40:39.749021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.750636"], ["updated_at", "2018-10-11 16:40:39.750636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.752177"], ["updated_at", "2018-10-11 16:40:39.752177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.753795"], ["updated_at", "2018-10-11 16:40:39.753795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.755607"], ["updated_at", "2018-10-11 16:40:39.755607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.758441"], ["updated_at", "2018-10-11 16:40:39.758441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.760303"], ["updated_at", "2018-10-11 16:40:39.760303"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.761876"], ["updated_at", "2018-10-11 16:40:39.761876"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.764762"], ["updated_at", "2018-10-11 16:40:39.764762"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.766944"], ["updated_at", "2018-10-11 16:40:39.766944"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.769062"], ["updated_at", "2018-10-11 16:40:39.769062"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.771230"], ["updated_at", "2018-10-11 16:40:39.771230"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.775902"], ["updated_at", "2018-10-11 16:40:39.775902"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.780550"], ["updated_at", "2018-10-11 16:40:39.780550"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.784106"], ["updated_at", "2018-10-11 16:40:39.784106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.787043"], ["updated_at", "2018-10-11 16:40:39.787043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.788918"], ["updated_at", "2018-10-11 16:40:39.788918"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.790516"], ["updated_at", "2018-10-11 16:40:39.790516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.792183"], ["updated_at", "2018-10-11 16:40:39.792183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.793822"], ["updated_at", "2018-10-11 16:40:39.793822"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.795484"], ["updated_at", "2018-10-11 16:40:39.795484"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.797264"], ["updated_at", "2018-10-11 16:40:39.797264"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.798988"], ["updated_at", "2018-10-11 16:40:39.798988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.801132"], ["updated_at", "2018-10-11 16:40:39.801132"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.802827"], ["updated_at", "2018-10-11 16:40:39.802827"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.804524"], ["updated_at", "2018-10-11 16:40:39.804524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.806413"], ["updated_at", "2018-10-11 16:40:39.806413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.807994"], ["updated_at", "2018-10-11 16:40:39.807994"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.809644"], ["updated_at", "2018-10-11 16:40:39.809644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.811473"], ["updated_at", "2018-10-11 16:40:39.811473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.813121"], ["updated_at", "2018-10-11 16:40:39.813121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.814825"], ["updated_at", "2018-10-11 16:40:39.814825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.816408"], ["updated_at", "2018-10-11 16:40:39.816408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.818034"], ["updated_at", "2018-10-11 16:40:39.818034"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.819653"], ["updated_at", "2018-10-11 16:40:39.819653"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.821830"], ["updated_at", "2018-10-11 16:40:39.821830"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.825304"], ["updated_at", "2018-10-11 16:40:39.825304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.827010"], ["updated_at", "2018-10-11 16:40:39.827010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.828579"], ["updated_at", "2018-10-11 16:40:39.828579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.830211"], ["updated_at", "2018-10-11 16:40:39.830211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.832015"], ["updated_at", "2018-10-11 16:40:39.832015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.833547"], ["updated_at", "2018-10-11 16:40:39.833547"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.836722"], ["updated_at", "2018-10-11 16:40:39.836722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.838702"], ["updated_at", "2018-10-11 16:40:39.838702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.840473"], ["updated_at", "2018-10-11 16:40:39.840473"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.842009"], ["updated_at", "2018-10-11 16:40:39.842009"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.844344"], ["updated_at", "2018-10-11 16:40:39.844344"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.848783"], ["updated_at", "2018-10-11 16:40:39.848783"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.851861"], ["updated_at", "2018-10-11 16:40:39.851861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.853660"], ["updated_at", "2018-10-11 16:40:39.853660"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.855466"], ["updated_at", "2018-10-11 16:40:39.855466"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.857358"], ["updated_at", "2018-10-11 16:40:39.857358"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.858979"], ["updated_at", "2018-10-11 16:40:39.858979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.860714"], ["updated_at", "2018-10-11 16:40:39.860714"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.862358"], ["updated_at", "2018-10-11 16:40:39.862358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.864156"], ["updated_at", "2018-10-11 16:40:39.864156"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.865808"], ["updated_at", "2018-10-11 16:40:39.865808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.867593"], ["updated_at", "2018-10-11 16:40:39.867593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.869284"], ["updated_at", "2018-10-11 16:40:39.869284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.871161"], ["updated_at", "2018-10-11 16:40:39.871161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.873013"], ["updated_at", "2018-10-11 16:40:39.873013"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.874640"], ["updated_at", "2018-10-11 16:40:39.874640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.876328"], ["updated_at", "2018-10-11 16:40:39.876328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.878025"], ["updated_at", "2018-10-11 16:40:39.878025"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.879635"], ["updated_at", "2018-10-11 16:40:39.879635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.881524"], ["updated_at", "2018-10-11 16:40:39.881524"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.883685"], ["updated_at", "2018-10-11 16:40:39.883685"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.885971"], ["updated_at", "2018-10-11 16:40:39.885971"], ["parent_id", 39895952907]] Kithe::Work Create (3.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.888942"], ["updated_at", "2018-10-11 16:40:39.888942"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.896604"], ["updated_at", "2018-10-11 16:40:39.896604"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.900998"], ["updated_at", "2018-10-11 16:40:39.900998"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.906630"], ["updated_at", "2018-10-11 16:40:39.906630"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.910149"], ["updated_at", "2018-10-11 16:40:39.910149"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.914010"], ["updated_at", "2018-10-11 16:40:39.914010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.917418"], ["updated_at", "2018-10-11 16:40:39.917418"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.919087"], ["updated_at", "2018-10-11 16:40:39.919087"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.920906"], ["updated_at", "2018-10-11 16:40:39.920906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.922613"], ["updated_at", "2018-10-11 16:40:39.922613"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.924199"], ["updated_at", "2018-10-11 16:40:39.924199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.925970"], ["updated_at", "2018-10-11 16:40:39.925970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.927701"], ["updated_at", "2018-10-11 16:40:39.927701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.929303"], ["updated_at", "2018-10-11 16:40:39.929303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.931034"], ["updated_at", "2018-10-11 16:40:39.931034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.932606"], ["updated_at", "2018-10-11 16:40:39.932606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.934233"], ["updated_at", "2018-10-11 16:40:39.934233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.935841"], ["updated_at", "2018-10-11 16:40:39.935841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.937503"], ["updated_at", "2018-10-11 16:40:39.937503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.939152"], ["updated_at", "2018-10-11 16:40:39.939152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.940753"], ["updated_at", "2018-10-11 16:40:39.940753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.942436"], ["updated_at", "2018-10-11 16:40:39.942436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.944194"], ["updated_at", "2018-10-11 16:40:39.944194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.945818"], ["updated_at", "2018-10-11 16:40:39.945818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.947431"], ["updated_at", "2018-10-11 16:40:39.947431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.949047"], ["updated_at", "2018-10-11 16:40:39.949047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.950602"], ["updated_at", "2018-10-11 16:40:39.950602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.952164"], ["updated_at", "2018-10-11 16:40:39.952164"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.953924"], ["updated_at", "2018-10-11 16:40:39.953924"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.955828"], ["updated_at", "2018-10-11 16:40:39.955828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.958098"], ["updated_at", "2018-10-11 16:40:39.958098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.959896"], ["updated_at", "2018-10-11 16:40:39.959896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.961467"], ["updated_at", "2018-10-11 16:40:39.961467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.963052"], ["updated_at", "2018-10-11 16:40:39.963052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.964746"], ["updated_at", "2018-10-11 16:40:39.964746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.968690"], ["updated_at", "2018-10-11 16:40:39.968690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.970665"], ["updated_at", "2018-10-11 16:40:39.970665"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.972371"], ["updated_at", "2018-10-11 16:40:39.972371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.974029"], ["updated_at", "2018-10-11 16:40:39.974029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.975620"], ["updated_at", "2018-10-11 16:40:39.975620"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.977250"], ["updated_at", "2018-10-11 16:40:39.977250"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.980079"], ["updated_at", "2018-10-11 16:40:39.980079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.983757"], ["updated_at", "2018-10-11 16:40:39.983757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.985857"], ["updated_at", "2018-10-11 16:40:39.985857"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.987491"], ["updated_at", "2018-10-11 16:40:39.987491"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.989139"], ["updated_at", "2018-10-11 16:40:39.989139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.991168"], ["updated_at", "2018-10-11 16:40:39.991168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.992891"], ["updated_at", "2018-10-11 16:40:39.992891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.994537"], ["updated_at", "2018-10-11 16:40:39.994537"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.996046"], ["updated_at", "2018-10-11 16:40:39.996046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.997902"], ["updated_at", "2018-10-11 16:40:39.997902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:39.999482"], ["updated_at", "2018-10-11 16:40:39.999482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.001106"], ["updated_at", "2018-10-11 16:40:40.001106"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.002805"], ["updated_at", "2018-10-11 16:40:40.002805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.004549"], ["updated_at", "2018-10-11 16:40:40.004549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.006273"], ["updated_at", "2018-10-11 16:40:40.006273"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.008278"], ["updated_at", "2018-10-11 16:40:40.008278"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.011556"], ["updated_at", "2018-10-11 16:40:40.011556"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.015176"], ["updated_at", "2018-10-11 16:40:40.015176"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.018601"], ["updated_at", "2018-10-11 16:40:40.018601"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.021977"], ["updated_at", "2018-10-11 16:40:40.021977"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.025386"], ["updated_at", "2018-10-11 16:40:40.025386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.027615"], ["updated_at", "2018-10-11 16:40:40.027615"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.029189"], ["updated_at", "2018-10-11 16:40:40.029189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.031025"], ["updated_at", "2018-10-11 16:40:40.031025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.032612"], ["updated_at", "2018-10-11 16:40:40.032612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.034187"], ["updated_at", "2018-10-11 16:40:40.034187"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.037208"], ["updated_at", "2018-10-11 16:40:40.037208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.039074"], ["updated_at", "2018-10-11 16:40:40.039074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.040801"], ["updated_at", "2018-10-11 16:40:40.040801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.042418"], ["updated_at", "2018-10-11 16:40:40.042418"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.044083"], ["updated_at", "2018-10-11 16:40:40.044083"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.046525"], ["updated_at", "2018-10-11 16:40:40.046525"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.050463"], ["updated_at", "2018-10-11 16:40:40.050463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.052699"], ["updated_at", "2018-10-11 16:40:40.052699"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.054508"], ["updated_at", "2018-10-11 16:40:40.054508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.056203"], ["updated_at", "2018-10-11 16:40:40.056203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.057834"], ["updated_at", "2018-10-11 16:40:40.057834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.059449"], ["updated_at", "2018-10-11 16:40:40.059449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.061167"], ["updated_at", "2018-10-11 16:40:40.061167"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.062833"], ["updated_at", "2018-10-11 16:40:40.062833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.064616"], ["updated_at", "2018-10-11 16:40:40.064616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.066289"], ["updated_at", "2018-10-11 16:40:40.066289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.067864"], ["updated_at", "2018-10-11 16:40:40.067864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.069486"], ["updated_at", "2018-10-11 16:40:40.069486"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.071102"], ["updated_at", "2018-10-11 16:40:40.071102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.072833"], ["updated_at", "2018-10-11 16:40:40.072833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.074394"], ["updated_at", "2018-10-11 16:40:40.074394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.075970"], ["updated_at", "2018-10-11 16:40:40.075970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.077560"], ["updated_at", "2018-10-11 16:40:40.077560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.079124"], ["updated_at", "2018-10-11 16:40:40.079124"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.080734"], ["updated_at", "2018-10-11 16:40:40.080734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.082457"], ["updated_at", "2018-10-11 16:40:40.082457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.084105"], ["updated_at", "2018-10-11 16:40:40.084105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.085685"], ["updated_at", "2018-10-11 16:40:40.085685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.087467"], ["updated_at", "2018-10-11 16:40:40.087467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.089368"], ["updated_at", "2018-10-11 16:40:40.089368"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.091461"], ["updated_at", "2018-10-11 16:40:40.091461"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.093424"], ["updated_at", "2018-10-11 16:40:40.093424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.096169"], ["updated_at", "2018-10-11 16:40:40.096169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.098033"], ["updated_at", "2018-10-11 16:40:40.098033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.099665"], ["updated_at", "2018-10-11 16:40:40.099665"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.101203"], ["updated_at", "2018-10-11 16:40:40.101203"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.104370"], ["updated_at", "2018-10-11 16:40:40.104370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.106335"], ["updated_at", "2018-10-11 16:40:40.106335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.108013"], ["updated_at", "2018-10-11 16:40:40.108013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.109639"], ["updated_at", "2018-10-11 16:40:40.109639"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.111688"], ["updated_at", "2018-10-11 16:40:40.111688"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.115552"], ["updated_at", "2018-10-11 16:40:40.115552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.118246"], ["updated_at", "2018-10-11 16:40:40.118246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.119889"], ["updated_at", "2018-10-11 16:40:40.119889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.121647"], ["updated_at", "2018-10-11 16:40:40.121647"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.123286"], ["updated_at", "2018-10-11 16:40:40.123286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.125034"], ["updated_at", "2018-10-11 16:40:40.125034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.126573"], ["updated_at", "2018-10-11 16:40:40.126573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.128255"], ["updated_at", "2018-10-11 16:40:40.128255"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.130230"], ["updated_at", "2018-10-11 16:40:40.130230"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.133604"], ["updated_at", "2018-10-11 16:40:40.133604"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.137030"], ["updated_at", "2018-10-11 16:40:40.137030"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.140390"], ["updated_at", "2018-10-11 16:40:40.140390"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.143849"], ["updated_at", "2018-10-11 16:40:40.143849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.147454"], ["updated_at", "2018-10-11 16:40:40.147454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.149460"], ["updated_at", "2018-10-11 16:40:40.149460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.151155"], ["updated_at", "2018-10-11 16:40:40.151155"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.152756"], ["updated_at", "2018-10-11 16:40:40.152756"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.154404"], ["updated_at", "2018-10-11 16:40:40.154404"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.156334"], ["updated_at", "2018-10-11 16:40:40.156334"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.158497"], ["updated_at", "2018-10-11 16:40:40.158497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.160285"], ["updated_at", "2018-10-11 16:40:40.160285"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.161887"], ["updated_at", "2018-10-11 16:40:40.161887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.163494"], ["updated_at", "2018-10-11 16:40:40.163494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.165160"], ["updated_at", "2018-10-11 16:40:40.165160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.166750"], ["updated_at", "2018-10-11 16:40:40.166750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.170485"], ["updated_at", "2018-10-11 16:40:40.170485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.172148"], ["updated_at", "2018-10-11 16:40:40.172148"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.173798"], ["updated_at", "2018-10-11 16:40:40.173798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.175404"], ["updated_at", "2018-10-11 16:40:40.175404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.176998"], ["updated_at", "2018-10-11 16:40:40.176998"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.179540"], ["updated_at", "2018-10-11 16:40:40.179540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.183293"], ["updated_at", "2018-10-11 16:40:40.183293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.185509"], ["updated_at", "2018-10-11 16:40:40.185509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.187251"], ["updated_at", "2018-10-11 16:40:40.187251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.188948"], ["updated_at", "2018-10-11 16:40:40.188948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.190558"], ["updated_at", "2018-10-11 16:40:40.190558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.192087"], ["updated_at", "2018-10-11 16:40:40.192087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.193697"], ["updated_at", "2018-10-11 16:40:40.193697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.195277"], ["updated_at", "2018-10-11 16:40:40.195277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.197032"], ["updated_at", "2018-10-11 16:40:40.197032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.198775"], ["updated_at", "2018-10-11 16:40:40.198775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.200373"], ["updated_at", "2018-10-11 16:40:40.200373"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.201967"], ["updated_at", "2018-10-11 16:40:40.201967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.203687"], ["updated_at", "2018-10-11 16:40:40.203687"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.205391"], ["updated_at", "2018-10-11 16:40:40.205391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.207125"], ["updated_at", "2018-10-11 16:40:40.207125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.208731"], ["updated_at", "2018-10-11 16:40:40.208731"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.210278"], ["updated_at", "2018-10-11 16:40:40.210278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.211976"], ["updated_at", "2018-10-11 16:40:40.211976"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.213571"], ["updated_at", "2018-10-11 16:40:40.213571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.215313"], ["updated_at", "2018-10-11 16:40:40.215313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.216917"], ["updated_at", "2018-10-11 16:40:40.216917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.218559"], ["updated_at", "2018-10-11 16:40:40.218559"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.220143"], ["updated_at", "2018-10-11 16:40:40.220143"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.222144"], ["updated_at", "2018-10-11 16:40:40.222144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.224988"], ["updated_at", "2018-10-11 16:40:40.224988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.226878"], ["updated_at", "2018-10-11 16:40:40.226878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.228512"], ["updated_at", "2018-10-11 16:40:40.228512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.230242"], ["updated_at", "2018-10-11 16:40:40.230242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.231982"], ["updated_at", "2018-10-11 16:40:40.231982"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.233636"], ["updated_at", "2018-10-11 16:40:40.233636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.236490"], ["updated_at", "2018-10-11 16:40:40.236490"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.238344"], ["updated_at", "2018-10-11 16:40:40.238344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.240125"], ["updated_at", "2018-10-11 16:40:40.240125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.241857"], ["updated_at", "2018-10-11 16:40:40.241857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.243406"], ["updated_at", "2018-10-11 16:40:40.243406"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.245893"], ["updated_at", "2018-10-11 16:40:40.245893"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.250015"], ["updated_at", "2018-10-11 16:40:40.250015"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.252672"], ["updated_at", "2018-10-11 16:40:40.252672"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.255622"], ["updated_at", "2018-10-11 16:40:40.255622"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.258171"], ["updated_at", "2018-10-11 16:40:40.258171"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.260670"], ["updated_at", "2018-10-11 16:40:40.260670"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.263377"], ["updated_at", "2018-10-11 16:40:40.263377"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.266101"], ["updated_at", "2018-10-11 16:40:40.266101"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.268717"], ["updated_at", "2018-10-11 16:40:40.268717"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.271299"], ["updated_at", "2018-10-11 16:40:40.271299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.273106"], ["updated_at", "2018-10-11 16:40:40.273106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.274685"], ["updated_at", "2018-10-11 16:40:40.274685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.276228"], ["updated_at", "2018-10-11 16:40:40.276228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.277851"], ["updated_at", "2018-10-11 16:40:40.277851"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.279464"], ["updated_at", "2018-10-11 16:40:40.279464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.281258"], ["updated_at", "2018-10-11 16:40:40.281258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.282993"], ["updated_at", "2018-10-11 16:40:40.282993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.284545"], ["updated_at", "2018-10-11 16:40:40.284545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.286188"], ["updated_at", "2018-10-11 16:40:40.286188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.287937"], ["updated_at", "2018-10-11 16:40:40.287937"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.289834"], ["updated_at", "2018-10-11 16:40:40.289834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.292608"], ["updated_at", "2018-10-11 16:40:40.292608"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.294450"], ["updated_at", "2018-10-11 16:40:40.294450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.296065"], ["updated_at", "2018-10-11 16:40:40.296065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.297808"], ["updated_at", "2018-10-11 16:40:40.297808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.299507"], ["updated_at", "2018-10-11 16:40:40.299507"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.301130"], ["updated_at", "2018-10-11 16:40:40.301130"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.304443"], ["updated_at", "2018-10-11 16:40:40.304443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.306253"], ["updated_at", "2018-10-11 16:40:40.306253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.307915"], ["updated_at", "2018-10-11 16:40:40.307915"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.309491"], ["updated_at", "2018-10-11 16:40:40.309491"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.311968"], ["updated_at", "2018-10-11 16:40:40.311968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.316462"], ["updated_at", "2018-10-11 16:40:40.316462"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.318435"], ["updated_at", "2018-10-11 16:40:40.318435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.320236"], ["updated_at", "2018-10-11 16:40:40.320236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.321958"], ["updated_at", "2018-10-11 16:40:40.321958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.323654"], ["updated_at", "2018-10-11 16:40:40.323654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.325370"], ["updated_at", "2018-10-11 16:40:40.325370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.326928"], ["updated_at", "2018-10-11 16:40:40.326928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.328602"], ["updated_at", "2018-10-11 16:40:40.328602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.330258"], ["updated_at", "2018-10-11 16:40:40.330258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.331972"], ["updated_at", "2018-10-11 16:40:40.331972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.333646"], ["updated_at", "2018-10-11 16:40:40.333646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.335273"], ["updated_at", "2018-10-11 16:40:40.335273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.336875"], ["updated_at", "2018-10-11 16:40:40.336875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.338555"], ["updated_at", "2018-10-11 16:40:40.338555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.340265"], ["updated_at", "2018-10-11 16:40:40.340265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.341846"], ["updated_at", "2018-10-11 16:40:40.341846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.343526"], ["updated_at", "2018-10-11 16:40:40.343526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.345121"], ["updated_at", "2018-10-11 16:40:40.345121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.346856"], ["updated_at", "2018-10-11 16:40:40.346856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.348572"], ["updated_at", "2018-10-11 16:40:40.348572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.350163"], ["updated_at", "2018-10-11 16:40:40.350163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.351762"], ["updated_at", "2018-10-11 16:40:40.351762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.353374"], ["updated_at", "2018-10-11 16:40:40.353374"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.355377"], ["updated_at", "2018-10-11 16:40:40.355377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.357994"], ["updated_at", "2018-10-11 16:40:40.357994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.360045"], ["updated_at", "2018-10-11 16:40:40.360045"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.361841"], ["updated_at", "2018-10-11 16:40:40.361841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.363638"], ["updated_at", "2018-10-11 16:40:40.363638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.365372"], ["updated_at", "2018-10-11 16:40:40.365372"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.367099"], ["updated_at", "2018-10-11 16:40:40.367099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.369942"], ["updated_at", "2018-10-11 16:40:40.369942"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.371595"], ["updated_at", "2018-10-11 16:40:40.371595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.373287"], ["updated_at", "2018-10-11 16:40:40.373287"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.375160"], ["updated_at", "2018-10-11 16:40:40.375160"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.377835"], ["updated_at", "2018-10-11 16:40:40.377835"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.383170"], ["updated_at", "2018-10-11 16:40:40.383170"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.386772"], ["updated_at", "2018-10-11 16:40:40.386772"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.389611"], ["updated_at", "2018-10-11 16:40:40.389611"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.392304"], ["updated_at", "2018-10-11 16:40:40.392304"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.394835"], ["updated_at", "2018-10-11 16:40:40.394835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.397411"], ["updated_at", "2018-10-11 16:40:40.397411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.399150"], ["updated_at", "2018-10-11 16:40:40.399150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.400806"], ["updated_at", "2018-10-11 16:40:40.400806"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.402441"], ["updated_at", "2018-10-11 16:40:40.402441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.404293"], ["updated_at", "2018-10-11 16:40:40.404293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.406007"], ["updated_at", "2018-10-11 16:40:40.406007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.407662"], ["updated_at", "2018-10-11 16:40:40.407662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.409250"], ["updated_at", "2018-10-11 16:40:40.409250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.410864"], ["updated_at", "2018-10-11 16:40:40.410864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.412421"], ["updated_at", "2018-10-11 16:40:40.412421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.414338"], ["updated_at", "2018-10-11 16:40:40.414338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.416230"], ["updated_at", "2018-10-11 16:40:40.416230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.417851"], ["updated_at", "2018-10-11 16:40:40.417851"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.419446"], ["updated_at", "2018-10-11 16:40:40.419446"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.421200"], ["updated_at", "2018-10-11 16:40:40.421200"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.424618"], ["updated_at", "2018-10-11 16:40:40.424618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.426959"], ["updated_at", "2018-10-11 16:40:40.426959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.428652"], ["updated_at", "2018-10-11 16:40:40.428652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.430406"], ["updated_at", "2018-10-11 16:40:40.430406"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.432244"], ["updated_at", "2018-10-11 16:40:40.432244"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.433792"], ["updated_at", "2018-10-11 16:40:40.433792"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.435437"], ["updated_at", "2018-10-11 16:40:40.435437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.438720"], ["updated_at", "2018-10-11 16:40:40.438720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.440412"], ["updated_at", "2018-10-11 16:40:40.440412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.441964"], ["updated_at", "2018-10-11 16:40:40.441964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.443608"], ["updated_at", "2018-10-11 16:40:40.443608"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.446207"], ["updated_at", "2018-10-11 16:40:40.446207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.450508"], ["updated_at", "2018-10-11 16:40:40.450508"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.452544"], ["updated_at", "2018-10-11 16:40:40.452544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.454380"], ["updated_at", "2018-10-11 16:40:40.454380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.456103"], ["updated_at", "2018-10-11 16:40:40.456103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.457709"], ["updated_at", "2018-10-11 16:40:40.457709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.459244"], ["updated_at", "2018-10-11 16:40:40.459244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.460871"], ["updated_at", "2018-10-11 16:40:40.460871"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.462470"], ["updated_at", "2018-10-11 16:40:40.462470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.464261"], ["updated_at", "2018-10-11 16:40:40.464261"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.465980"], ["updated_at", "2018-10-11 16:40:40.465980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.467835"], ["updated_at", "2018-10-11 16:40:40.467835"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.469424"], ["updated_at", "2018-10-11 16:40:40.469424"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.471203"], ["updated_at", "2018-10-11 16:40:40.471203"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.473050"], ["updated_at", "2018-10-11 16:40:40.473050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.474794"], ["updated_at", "2018-10-11 16:40:40.474794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.476429"], ["updated_at", "2018-10-11 16:40:40.476429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.478017"], ["updated_at", "2018-10-11 16:40:40.478017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.479672"], ["updated_at", "2018-10-11 16:40:40.479672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.481422"], ["updated_at", "2018-10-11 16:40:40.481422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.483113"], ["updated_at", "2018-10-11 16:40:40.483113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.484800"], ["updated_at", "2018-10-11 16:40:40.484800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.486447"], ["updated_at", "2018-10-11 16:40:40.486447"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.488112"], ["updated_at", "2018-10-11 16:40:40.488112"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.490130"], ["updated_at", "2018-10-11 16:40:40.490130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.492677"], ["updated_at", "2018-10-11 16:40:40.492677"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.494549"], ["updated_at", "2018-10-11 16:40:40.494549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.496437"], ["updated_at", "2018-10-11 16:40:40.496437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.498210"], ["updated_at", "2018-10-11 16:40:40.498210"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.499801"], ["updated_at", "2018-10-11 16:40:40.499801"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.501415"], ["updated_at", "2018-10-11 16:40:40.501415"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.505178"], ["updated_at", "2018-10-11 16:40:40.505178"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.507881"], ["updated_at", "2018-10-11 16:40:40.507881"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.510534"], ["updated_at", "2018-10-11 16:40:40.510534"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.515013"], ["updated_at", "2018-10-11 16:40:40.515013"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.518687"], ["updated_at", "2018-10-11 16:40:40.518687"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.521519"], ["updated_at", "2018-10-11 16:40:40.521519"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.524174"], ["updated_at", "2018-10-11 16:40:40.524174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.526498"], ["updated_at", "2018-10-11 16:40:40.526498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.528140"], ["updated_at", "2018-10-11 16:40:40.528140"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.529712"], ["updated_at", "2018-10-11 16:40:40.529712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.531427"], ["updated_at", "2018-10-11 16:40:40.531427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.533092"], ["updated_at", "2018-10-11 16:40:40.533092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.534781"], ["updated_at", "2018-10-11 16:40:40.534781"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.536371"], ["updated_at", "2018-10-11 16:40:40.536371"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.538074"], ["updated_at", "2018-10-11 16:40:40.538074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.539853"], ["updated_at", "2018-10-11 16:40:40.539853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.541456"], ["updated_at", "2018-10-11 16:40:40.541456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.543024"], ["updated_at", "2018-10-11 16:40:40.543024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.544636"], ["updated_at", "2018-10-11 16:40:40.544636"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.546202"], ["updated_at", "2018-10-11 16:40:40.546202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.547965"], ["updated_at", "2018-10-11 16:40:40.547965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.549562"], ["updated_at", "2018-10-11 16:40:40.549562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.551171"], ["updated_at", "2018-10-11 16:40:40.551171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.552719"], ["updated_at", "2018-10-11 16:40:40.552719"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.554381"], ["updated_at", "2018-10-11 16:40:40.554381"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.556350"], ["updated_at", "2018-10-11 16:40:40.556350"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.558919"], ["updated_at", "2018-10-11 16:40:40.558919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.560811"], ["updated_at", "2018-10-11 16:40:40.560811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.562454"], ["updated_at", "2018-10-11 16:40:40.562454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.564156"], ["updated_at", "2018-10-11 16:40:40.564156"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.565811"], ["updated_at", "2018-10-11 16:40:40.565811"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.567379"], ["updated_at", "2018-10-11 16:40:40.567379"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.570387"], ["updated_at", "2018-10-11 16:40:40.570387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.572410"], ["updated_at", "2018-10-11 16:40:40.572410"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.574027"], ["updated_at", "2018-10-11 16:40:40.574027"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.575688"], ["updated_at", "2018-10-11 16:40:40.575688"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.577506"], ["updated_at", "2018-10-11 16:40:40.577506"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.581334"], ["updated_at", "2018-10-11 16:40:40.581334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.584813"], ["updated_at", "2018-10-11 16:40:40.584813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.586523"], ["updated_at", "2018-10-11 16:40:40.586523"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.588415"], ["updated_at", "2018-10-11 16:40:40.588415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.590170"], ["updated_at", "2018-10-11 16:40:40.590170"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.591739"], ["updated_at", "2018-10-11 16:40:40.591739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.593393"], ["updated_at", "2018-10-11 16:40:40.593393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.594999"], ["updated_at", "2018-10-11 16:40:40.594999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.596657"], ["updated_at", "2018-10-11 16:40:40.596657"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.598505"], ["updated_at", "2018-10-11 16:40:40.598505"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.600234"], ["updated_at", "2018-10-11 16:40:40.600234"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.602269"], ["updated_at", "2018-10-11 16:40:40.602269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.604045"], ["updated_at", "2018-10-11 16:40:40.604045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.605786"], ["updated_at", "2018-10-11 16:40:40.605786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.607511"], ["updated_at", "2018-10-11 16:40:40.607511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.609136"], ["updated_at", "2018-10-11 16:40:40.609136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.610703"], ["updated_at", "2018-10-11 16:40:40.610703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.612324"], ["updated_at", "2018-10-11 16:40:40.612324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.613987"], ["updated_at", "2018-10-11 16:40:40.613987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.615787"], ["updated_at", "2018-10-11 16:40:40.615787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.617374"], ["updated_at", "2018-10-11 16:40:40.617374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.619012"], ["updated_at", "2018-10-11 16:40:40.619012"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.620717"], ["updated_at", "2018-10-11 16:40:40.620717"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.623086"], ["updated_at", "2018-10-11 16:40:40.623086"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.627050"], ["updated_at", "2018-10-11 16:40:40.627050"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.630097"], ["updated_at", "2018-10-11 16:40:40.630097"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.632352"], ["updated_at", "2018-10-11 16:40:40.632352"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.634446"], ["updated_at", "2018-10-11 16:40:40.634446"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.636443"], ["updated_at", "2018-10-11 16:40:40.636443"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.638534"], ["updated_at", "2018-10-11 16:40:40.638534"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.643199"], ["updated_at", "2018-10-11 16:40:40.643199"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.646480"], ["updated_at", "2018-10-11 16:40:40.646480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.650791"], ["updated_at", "2018-10-11 16:40:40.650791"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.652635"], ["updated_at", "2018-10-11 16:40:40.652635"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.654847"], ["updated_at", "2018-10-11 16:40:40.654847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.656665"], ["updated_at", "2018-10-11 16:40:40.656665"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.658292"], ["updated_at", "2018-10-11 16:40:40.658292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.660337"], ["updated_at", "2018-10-11 16:40:40.660337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.661963"], ["updated_at", "2018-10-11 16:40:40.661963"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.663611"], ["updated_at", "2018-10-11 16:40:40.663611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.665523"], ["updated_at", "2018-10-11 16:40:40.665523"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.667114"], ["updated_at", "2018-10-11 16:40:40.667114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.668851"], ["updated_at", "2018-10-11 16:40:40.668851"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.670527"], ["updated_at", "2018-10-11 16:40:40.670527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.672249"], ["updated_at", "2018-10-11 16:40:40.672249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.673979"], ["updated_at", "2018-10-11 16:40:40.673979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.675546"], ["updated_at", "2018-10-11 16:40:40.675546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.677358"], ["updated_at", "2018-10-11 16:40:40.677358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.678930"], ["updated_at", "2018-10-11 16:40:40.678930"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.680564"], ["updated_at", "2018-10-11 16:40:40.680564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.682793"], ["updated_at", "2018-10-11 16:40:40.682793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.684421"], ["updated_at", "2018-10-11 16:40:40.684421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.685966"], ["updated_at", "2018-10-11 16:40:40.685966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.687679"], ["updated_at", "2018-10-11 16:40:40.687679"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.689459"], ["updated_at", "2018-10-11 16:40:40.689459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.691787"], ["updated_at", "2018-10-11 16:40:40.691787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.694109"], ["updated_at", "2018-10-11 16:40:40.694109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.695799"], ["updated_at", "2018-10-11 16:40:40.695799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.697640"], ["updated_at", "2018-10-11 16:40:40.697640"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.699386"], ["updated_at", "2018-10-11 16:40:40.699386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.700999"], ["updated_at", "2018-10-11 16:40:40.700999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.704319"], ["updated_at", "2018-10-11 16:40:40.704319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.706195"], ["updated_at", "2018-10-11 16:40:40.706195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.707988"], ["updated_at", "2018-10-11 16:40:40.707988"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.709642"], ["updated_at", "2018-10-11 16:40:40.709642"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.711373"], ["updated_at", "2018-10-11 16:40:40.711373"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.714967"], ["updated_at", "2018-10-11 16:40:40.714967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.718405"], ["updated_at", "2018-10-11 16:40:40.718405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.720084"], ["updated_at", "2018-10-11 16:40:40.720084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.721820"], ["updated_at", "2018-10-11 16:40:40.721820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.723526"], ["updated_at", "2018-10-11 16:40:40.723526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.725079"], ["updated_at", "2018-10-11 16:40:40.725079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.726732"], ["updated_at", "2018-10-11 16:40:40.726732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.728364"], ["updated_at", "2018-10-11 16:40:40.728364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.729960"], ["updated_at", "2018-10-11 16:40:40.729960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.731729"], ["updated_at", "2018-10-11 16:40:40.731729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.733377"], ["updated_at", "2018-10-11 16:40:40.733377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.734925"], ["updated_at", "2018-10-11 16:40:40.734925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.736555"], ["updated_at", "2018-10-11 16:40:40.736555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.738151"], ["updated_at", "2018-10-11 16:40:40.738151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.739813"], ["updated_at", "2018-10-11 16:40:40.739813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.741366"], ["updated_at", "2018-10-11 16:40:40.741366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.743023"], ["updated_at", "2018-10-11 16:40:40.743023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.744574"], ["updated_at", "2018-10-11 16:40:40.744574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.746267"], ["updated_at", "2018-10-11 16:40:40.746267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.747882"], ["updated_at", "2018-10-11 16:40:40.747882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.749526"], ["updated_at", "2018-10-11 16:40:40.749526"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.751063"], ["updated_at", "2018-10-11 16:40:40.751063"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.753243"], ["updated_at", "2018-10-11 16:40:40.753243"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.756524"], ["updated_at", "2018-10-11 16:40:40.756524"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.759388"], ["updated_at", "2018-10-11 16:40:40.759388"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.761441"], ["updated_at", "2018-10-11 16:40:40.761441"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.763524"], ["updated_at", "2018-10-11 16:40:40.763524"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.765740"], ["updated_at", "2018-10-11 16:40:40.765740"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.769002"], ["updated_at", "2018-10-11 16:40:40.769002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.771205"], ["updated_at", "2018-10-11 16:40:40.771205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.775131"], ["updated_at", "2018-10-11 16:40:40.775131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.776799"], ["updated_at", "2018-10-11 16:40:40.776799"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.779046"], ["updated_at", "2018-10-11 16:40:40.779046"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.783190"], ["updated_at", "2018-10-11 16:40:40.783190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.785565"], ["updated_at", "2018-10-11 16:40:40.785565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.787236"], ["updated_at", "2018-10-11 16:40:40.787236"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.789188"], ["updated_at", "2018-10-11 16:40:40.789188"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.791252"], ["updated_at", "2018-10-11 16:40:40.791252"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.793658"], ["updated_at", "2018-10-11 16:40:40.793658"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.795509"], ["updated_at", "2018-10-11 16:40:40.795509"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.797389"], ["updated_at", "2018-10-11 16:40:40.797389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.799186"], ["updated_at", "2018-10-11 16:40:40.799186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.800928"], ["updated_at", "2018-10-11 16:40:40.800928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.802528"], ["updated_at", "2018-10-11 16:40:40.802528"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.804483"], ["updated_at", "2018-10-11 16:40:40.804483"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.806272"], ["updated_at", "2018-10-11 16:40:40.806272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.808021"], ["updated_at", "2018-10-11 16:40:40.808021"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.809726"], ["updated_at", "2018-10-11 16:40:40.809726"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.811572"], ["updated_at", "2018-10-11 16:40:40.811572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.813236"], ["updated_at", "2018-10-11 16:40:40.813236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.815012"], ["updated_at", "2018-10-11 16:40:40.815012"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.816669"], ["updated_at", "2018-10-11 16:40:40.816669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.818345"], ["updated_at", "2018-10-11 16:40:40.818345"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.820096"], ["updated_at", "2018-10-11 16:40:40.820096"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.822136"], ["updated_at", "2018-10-11 16:40:40.822136"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.824472"], ["updated_at", "2018-10-11 16:40:40.824472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.826381"], ["updated_at", "2018-10-11 16:40:40.826381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.827961"], ["updated_at", "2018-10-11 16:40:40.827961"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.829532"], ["updated_at", "2018-10-11 16:40:40.829532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.831822"], ["updated_at", "2018-10-11 16:40:40.831822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.833600"], ["updated_at", "2018-10-11 16:40:40.833600"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.836837"], ["updated_at", "2018-10-11 16:40:40.836837"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.838788"], ["updated_at", "2018-10-11 16:40:40.838788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.840664"], ["updated_at", "2018-10-11 16:40:40.840664"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.842330"], ["updated_at", "2018-10-11 16:40:40.842330"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.844131"], ["updated_at", "2018-10-11 16:40:40.844131"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.847352"], ["updated_at", "2018-10-11 16:40:40.847352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.851592"], ["updated_at", "2018-10-11 16:40:40.851592"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.853267"], ["updated_at", "2018-10-11 16:40:40.853267"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.855030"], ["updated_at", "2018-10-11 16:40:40.855030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.857182"], ["updated_at", "2018-10-11 16:40:40.857182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.858774"], ["updated_at", "2018-10-11 16:40:40.858774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.860652"], ["updated_at", "2018-10-11 16:40:40.860652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.862527"], ["updated_at", "2018-10-11 16:40:40.862527"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.864327"], ["updated_at", "2018-10-11 16:40:40.864327"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.866258"], ["updated_at", "2018-10-11 16:40:40.866258"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.868184"], ["updated_at", "2018-10-11 16:40:40.868184"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.869853"], ["updated_at", "2018-10-11 16:40:40.869853"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.871821"], ["updated_at", "2018-10-11 16:40:40.871821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.873607"], ["updated_at", "2018-10-11 16:40:40.873607"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.876622"], ["updated_at", "2018-10-11 16:40:40.876622"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.879952"], ["updated_at", "2018-10-11 16:40:40.879952"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.883298"], ["updated_at", "2018-10-11 16:40:40.883298"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.886494"], ["updated_at", "2018-10-11 16:40:40.886494"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.889402"], ["updated_at", "2018-10-11 16:40:40.889402"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.892450"], ["updated_at", "2018-10-11 16:40:40.892450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.895917"], ["updated_at", "2018-10-11 16:40:40.895917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.897618"], ["updated_at", "2018-10-11 16:40:40.897618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.899269"], ["updated_at", "2018-10-11 16:40:40.899269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.900930"], ["updated_at", "2018-10-11 16:40:40.900930"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.902554"], ["updated_at", "2018-10-11 16:40:40.902554"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.905739"], ["updated_at", "2018-10-11 16:40:40.905739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.907415"], ["updated_at", "2018-10-11 16:40:40.907415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.908972"], ["updated_at", "2018-10-11 16:40:40.908972"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.910556"], ["updated_at", "2018-10-11 16:40:40.910556"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.912949"], ["updated_at", "2018-10-11 16:40:40.912949"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.917056"], ["updated_at", "2018-10-11 16:40:40.917056"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.919423"], ["updated_at", "2018-10-11 16:40:40.919423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.921078"], ["updated_at", "2018-10-11 16:40:40.921078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.922760"], ["updated_at", "2018-10-11 16:40:40.922760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.924346"], ["updated_at", "2018-10-11 16:40:40.924346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.926048"], ["updated_at", "2018-10-11 16:40:40.926048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.927638"], ["updated_at", "2018-10-11 16:40:40.927638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.929319"], ["updated_at", "2018-10-11 16:40:40.929319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.931141"], ["updated_at", "2018-10-11 16:40:40.931141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.932758"], ["updated_at", "2018-10-11 16:40:40.932758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.934372"], ["updated_at", "2018-10-11 16:40:40.934372"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.935993"], ["updated_at", "2018-10-11 16:40:40.935993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.937669"], ["updated_at", "2018-10-11 16:40:40.937669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.939311"], ["updated_at", "2018-10-11 16:40:40.939311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.940849"], ["updated_at", "2018-10-11 16:40:40.940849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.942457"], ["updated_at", "2018-10-11 16:40:40.942457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.944002"], ["updated_at", "2018-10-11 16:40:40.944002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.945660"], ["updated_at", "2018-10-11 16:40:40.945660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.947237"], ["updated_at", "2018-10-11 16:40:40.947237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.948853"], ["updated_at", "2018-10-11 16:40:40.948853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.950450"], ["updated_at", "2018-10-11 16:40:40.950450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.952085"], ["updated_at", "2018-10-11 16:40:40.952085"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.953695"], ["updated_at", "2018-10-11 16:40:40.953695"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.955754"], ["updated_at", "2018-10-11 16:40:40.955754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.958240"], ["updated_at", "2018-10-11 16:40:40.958240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.960029"], ["updated_at", "2018-10-11 16:40:40.960029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.961578"], ["updated_at", "2018-10-11 16:40:40.961578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.963155"], ["updated_at", "2018-10-11 16:40:40.963155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.964788"], ["updated_at", "2018-10-11 16:40:40.964788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.966533"], ["updated_at", "2018-10-11 16:40:40.966533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.969272"], ["updated_at", "2018-10-11 16:40:40.969272"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.971106"], ["updated_at", "2018-10-11 16:40:40.971106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.972812"], ["updated_at", "2018-10-11 16:40:40.972812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.974370"], ["updated_at", "2018-10-11 16:40:40.974370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.975956"], ["updated_at", "2018-10-11 16:40:40.975956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.977667"], ["updated_at", "2018-10-11 16:40:40.977667"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.980427"], ["updated_at", "2018-10-11 16:40:40.980427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.984537"], ["updated_at", "2018-10-11 16:40:40.984537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.986518"], ["updated_at", "2018-10-11 16:40:40.986518"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.988175"], ["updated_at", "2018-10-11 16:40:40.988175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.990092"], ["updated_at", "2018-10-11 16:40:40.990092"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.991722"], ["updated_at", "2018-10-11 16:40:40.991722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.993327"], ["updated_at", "2018-10-11 16:40:40.993327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.994915"], ["updated_at", "2018-10-11 16:40:40.994915"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:40.997020"], ["updated_at", "2018-10-11 16:40:40.997020"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.000445"], ["updated_at", "2018-10-11 16:40:41.000445"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.003738"], ["updated_at", "2018-10-11 16:40:41.003738"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.007245"], ["updated_at", "2018-10-11 16:40:41.007245"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.010748"], ["updated_at", "2018-10-11 16:40:41.010748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.014321"], ["updated_at", "2018-10-11 16:40:41.014321"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.016360"], ["updated_at", "2018-10-11 16:40:41.016360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.018262"], ["updated_at", "2018-10-11 16:40:41.018262"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.019872"], ["updated_at", "2018-10-11 16:40:41.019872"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.021863"], ["updated_at", "2018-10-11 16:40:41.021863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.024526"], ["updated_at", "2018-10-11 16:40:41.024526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.026499"], ["updated_at", "2018-10-11 16:40:41.026499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.028075"], ["updated_at", "2018-10-11 16:40:41.028075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.029643"], ["updated_at", "2018-10-11 16:40:41.029643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.031222"], ["updated_at", "2018-10-11 16:40:41.031222"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.032861"], ["updated_at", "2018-10-11 16:40:41.032861"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.035871"], ["updated_at", "2018-10-11 16:40:41.035871"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.037790"], ["updated_at", "2018-10-11 16:40:41.037790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.039584"], ["updated_at", "2018-10-11 16:40:41.039584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.041285"], ["updated_at", "2018-10-11 16:40:41.041285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.042893"], ["updated_at", "2018-10-11 16:40:41.042893"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.044962"], ["updated_at", "2018-10-11 16:40:41.044962"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.048865"], ["updated_at", "2018-10-11 16:40:41.048865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.051533"], ["updated_at", "2018-10-11 16:40:41.051533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.053107"], ["updated_at", "2018-10-11 16:40:41.053107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.054967"], ["updated_at", "2018-10-11 16:40:41.054967"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.056798"], ["updated_at", "2018-10-11 16:40:41.056798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.058500"], ["updated_at", "2018-10-11 16:40:41.058500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.060149"], ["updated_at", "2018-10-11 16:40:41.060149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.061737"], ["updated_at", "2018-10-11 16:40:41.061737"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.063345"], ["updated_at", "2018-10-11 16:40:41.063345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.065141"], ["updated_at", "2018-10-11 16:40:41.065141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.066728"], ["updated_at", "2018-10-11 16:40:41.066728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.068276"], ["updated_at", "2018-10-11 16:40:41.068276"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.069913"], ["updated_at", "2018-10-11 16:40:41.069913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.071642"], ["updated_at", "2018-10-11 16:40:41.071642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.073285"], ["updated_at", "2018-10-11 16:40:41.073285"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.074881"], ["updated_at", "2018-10-11 16:40:41.074881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.076513"], ["updated_at", "2018-10-11 16:40:41.076513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.078068"], ["updated_at", "2018-10-11 16:40:41.078068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.079740"], ["updated_at", "2018-10-11 16:40:41.079740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.081385"], ["updated_at", "2018-10-11 16:40:41.081385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.083269"], ["updated_at", "2018-10-11 16:40:41.083269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.084840"], ["updated_at", "2018-10-11 16:40:41.084840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.086517"], ["updated_at", "2018-10-11 16:40:41.086517"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.088608"], ["updated_at", "2018-10-11 16:40:41.088608"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.091160"], ["updated_at", "2018-10-11 16:40:41.091160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.093043"], ["updated_at", "2018-10-11 16:40:41.093043"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.094561"], ["updated_at", "2018-10-11 16:40:41.094561"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.096127"], ["updated_at", "2018-10-11 16:40:41.096127"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.097859"], ["updated_at", "2018-10-11 16:40:41.097859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.099669"], ["updated_at", "2018-10-11 16:40:41.099669"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.102475"], ["updated_at", "2018-10-11 16:40:41.102475"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.104271"], ["updated_at", "2018-10-11 16:40:41.104271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.106088"], ["updated_at", "2018-10-11 16:40:41.106088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.107774"], ["updated_at", "2018-10-11 16:40:41.107774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.109374"], ["updated_at", "2018-10-11 16:40:41.109374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.110981"], ["updated_at", "2018-10-11 16:40:41.110981"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.113754"], ["updated_at", "2018-10-11 16:40:41.113754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.117688"], ["updated_at", "2018-10-11 16:40:41.117688"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.119705"], ["updated_at", "2018-10-11 16:40:41.119705"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.122535"], ["updated_at", "2018-10-11 16:40:41.122535"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.126570"], ["updated_at", "2018-10-11 16:40:41.126570"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.130118"], ["updated_at", "2018-10-11 16:40:41.130118"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.133618"], ["updated_at", "2018-10-11 16:40:41.133618"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.136975"], ["updated_at", "2018-10-11 16:40:41.136975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.139668"], ["updated_at", "2018-10-11 16:40:41.139668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.141295"], ["updated_at", "2018-10-11 16:40:41.141295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.142871"], ["updated_at", "2018-10-11 16:40:41.142871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.144499"], ["updated_at", "2018-10-11 16:40:41.144499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.146130"], ["updated_at", "2018-10-11 16:40:41.146130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.147732"], ["updated_at", "2018-10-11 16:40:41.147732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.149322"], ["updated_at", "2018-10-11 16:40:41.149322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.150855"], ["updated_at", "2018-10-11 16:40:41.150855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.152431"], ["updated_at", "2018-10-11 16:40:41.152431"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.154085"], ["updated_at", "2018-10-11 16:40:41.154085"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.156309"], ["updated_at", "2018-10-11 16:40:41.156309"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.158685"], ["updated_at", "2018-10-11 16:40:41.158685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.160344"], ["updated_at", "2018-10-11 16:40:41.160344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.161916"], ["updated_at", "2018-10-11 16:40:41.161916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.163482"], ["updated_at", "2018-10-11 16:40:41.163482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.165141"], ["updated_at", "2018-10-11 16:40:41.165141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.166727"], ["updated_at", "2018-10-11 16:40:41.166727"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.170193"], ["updated_at", "2018-10-11 16:40:41.170193"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.171863"], ["updated_at", "2018-10-11 16:40:41.171863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.173529"], ["updated_at", "2018-10-11 16:40:41.173529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.175201"], ["updated_at", "2018-10-11 16:40:41.175201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.176779"], ["updated_at", "2018-10-11 16:40:41.176779"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.178664"], ["updated_at", "2018-10-11 16:40:41.178664"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.182838"], ["updated_at", "2018-10-11 16:40:41.182838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.185437"], ["updated_at", "2018-10-11 16:40:41.185437"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.187088"], ["updated_at", "2018-10-11 16:40:41.187088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.188754"], ["updated_at", "2018-10-11 16:40:41.188754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.190449"], ["updated_at", "2018-10-11 16:40:41.190449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.192108"], ["updated_at", "2018-10-11 16:40:41.192108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.193695"], ["updated_at", "2018-10-11 16:40:41.193695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.195269"], ["updated_at", "2018-10-11 16:40:41.195269"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.197012"], ["updated_at", "2018-10-11 16:40:41.197012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.198871"], ["updated_at", "2018-10-11 16:40:41.198871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.200441"], ["updated_at", "2018-10-11 16:40:41.200441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.202019"], ["updated_at", "2018-10-11 16:40:41.202019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.203837"], ["updated_at", "2018-10-11 16:40:41.203837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.205521"], ["updated_at", "2018-10-11 16:40:41.205521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.207149"], ["updated_at", "2018-10-11 16:40:41.207149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.208819"], ["updated_at", "2018-10-11 16:40:41.208819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.210628"], ["updated_at", "2018-10-11 16:40:41.210628"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.212269"], ["updated_at", "2018-10-11 16:40:41.212269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.213907"], ["updated_at", "2018-10-11 16:40:41.213907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.215628"], ["updated_at", "2018-10-11 16:40:41.215628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.217247"], ["updated_at", "2018-10-11 16:40:41.217247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.218794"], ["updated_at", "2018-10-11 16:40:41.218794"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.220459"], ["updated_at", "2018-10-11 16:40:41.220459"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.222312"], ["updated_at", "2018-10-11 16:40:41.222312"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.224691"], ["updated_at", "2018-10-11 16:40:41.224691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.226510"], ["updated_at", "2018-10-11 16:40:41.226510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.228095"], ["updated_at", "2018-10-11 16:40:41.228095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.229623"], ["updated_at", "2018-10-11 16:40:41.229623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.231333"], ["updated_at", "2018-10-11 16:40:41.231333"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.233086"], ["updated_at", "2018-10-11 16:40:41.233086"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.236500"], ["updated_at", "2018-10-11 16:40:41.236500"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.238242"], ["updated_at", "2018-10-11 16:40:41.238242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.239984"], ["updated_at", "2018-10-11 16:40:41.239984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.241550"], ["updated_at", "2018-10-11 16:40:41.241550"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.243589"], ["updated_at", "2018-10-11 16:40:41.243589"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.248339"], ["updated_at", "2018-10-11 16:40:41.248339"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.253383"], ["updated_at", "2018-10-11 16:40:41.253383"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.257179"], ["updated_at", "2018-10-11 16:40:41.257179"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.260774"], ["updated_at", "2018-10-11 16:40:41.260774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.264297"], ["updated_at", "2018-10-11 16:40:41.264297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.266051"], ["updated_at", "2018-10-11 16:40:41.266051"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.267614"], ["updated_at", "2018-10-11 16:40:41.267614"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.269544"], ["updated_at", "2018-10-11 16:40:41.269544"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.271295"], ["updated_at", "2018-10-11 16:40:41.271295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.273067"], ["updated_at", "2018-10-11 16:40:41.273067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.274663"], ["updated_at", "2018-10-11 16:40:41.274663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.276183"], ["updated_at", "2018-10-11 16:40:41.276183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.277777"], ["updated_at", "2018-10-11 16:40:41.277777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.279456"], ["updated_at", "2018-10-11 16:40:41.279456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.281107"], ["updated_at", "2018-10-11 16:40:41.281107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.282922"], ["updated_at", "2018-10-11 16:40:41.282922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.284549"], ["updated_at", "2018-10-11 16:40:41.284549"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.286164"], ["updated_at", "2018-10-11 16:40:41.286164"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.287839"], ["updated_at", "2018-10-11 16:40:41.287839"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.289621"], ["updated_at", "2018-10-11 16:40:41.289621"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.291961"], ["updated_at", "2018-10-11 16:40:41.291961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.293741"], ["updated_at", "2018-10-11 16:40:41.293741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.295374"], ["updated_at", "2018-10-11 16:40:41.295374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.297034"], ["updated_at", "2018-10-11 16:40:41.297034"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.298759"], ["updated_at", "2018-10-11 16:40:41.298759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.300561"], ["updated_at", "2018-10-11 16:40:41.300561"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.303974"], ["updated_at", "2018-10-11 16:40:41.303974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.305693"], ["updated_at", "2018-10-11 16:40:41.305693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.307356"], ["updated_at", "2018-10-11 16:40:41.307356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.308995"], ["updated_at", "2018-10-11 16:40:41.308995"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.310589"], ["updated_at", "2018-10-11 16:40:41.310589"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.313060"], ["updated_at", "2018-10-11 16:40:41.313060"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.316801"], ["updated_at", "2018-10-11 16:40:41.316801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.319275"], ["updated_at", "2018-10-11 16:40:41.319275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.320924"], ["updated_at", "2018-10-11 16:40:41.320924"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.322597"], ["updated_at", "2018-10-11 16:40:41.322597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.324331"], ["updated_at", "2018-10-11 16:40:41.324331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.326048"], ["updated_at", "2018-10-11 16:40:41.326048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.327679"], ["updated_at", "2018-10-11 16:40:41.327679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.329245"], ["updated_at", "2018-10-11 16:40:41.329245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.330982"], ["updated_at", "2018-10-11 16:40:41.330982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.332668"], ["updated_at", "2018-10-11 16:40:41.332668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.335375"], ["updated_at", "2018-10-11 16:40:41.335375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.337051"], ["updated_at", "2018-10-11 16:40:41.337051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.338864"], ["updated_at", "2018-10-11 16:40:41.338864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.340514"], ["updated_at", "2018-10-11 16:40:41.340514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.342100"], ["updated_at", "2018-10-11 16:40:41.342100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.343753"], ["updated_at", "2018-10-11 16:40:41.343753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.345346"], ["updated_at", "2018-10-11 16:40:41.345346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.346959"], ["updated_at", "2018-10-11 16:40:41.346959"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.348626"], ["updated_at", "2018-10-11 16:40:41.348626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.350365"], ["updated_at", "2018-10-11 16:40:41.350365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.351896"], ["updated_at", "2018-10-11 16:40:41.351896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.353519"], ["updated_at", "2018-10-11 16:40:41.353519"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.356253"], ["updated_at", "2018-10-11 16:40:41.356253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.358941"], ["updated_at", "2018-10-11 16:40:41.358941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.360689"], ["updated_at", "2018-10-11 16:40:41.360689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.362262"], ["updated_at", "2018-10-11 16:40:41.362262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.363831"], ["updated_at", "2018-10-11 16:40:41.363831"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.365449"], ["updated_at", "2018-10-11 16:40:41.365449"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.367403"], ["updated_at", "2018-10-11 16:40:41.367403"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.370913"], ["updated_at", "2018-10-11 16:40:41.370913"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.374771"], ["updated_at", "2018-10-11 16:40:41.374771"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.378424"], ["updated_at", "2018-10-11 16:40:41.378424"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.383969"], ["updated_at", "2018-10-11 16:40:41.383969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.388148"], ["updated_at", "2018-10-11 16:40:41.388148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.389907"], ["updated_at", "2018-10-11 16:40:41.389907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.391541"], ["updated_at", "2018-10-11 16:40:41.391541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.393166"], ["updated_at", "2018-10-11 16:40:41.393166"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.394711"], ["updated_at", "2018-10-11 16:40:41.394711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.396326"], ["updated_at", "2018-10-11 16:40:41.396326"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.398021"], ["updated_at", "2018-10-11 16:40:41.398021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.399803"], ["updated_at", "2018-10-11 16:40:41.399803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.401492"], ["updated_at", "2018-10-11 16:40:41.401492"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.403060"], ["updated_at", "2018-10-11 16:40:41.403060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.404854"], ["updated_at", "2018-10-11 16:40:41.404854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.406640"], ["updated_at", "2018-10-11 16:40:41.406640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.408259"], ["updated_at", "2018-10-11 16:40:41.408259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.409856"], ["updated_at", "2018-10-11 16:40:41.409856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.411415"], ["updated_at", "2018-10-11 16:40:41.411415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.413007"], ["updated_at", "2018-10-11 16:40:41.413007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.414647"], ["updated_at", "2018-10-11 16:40:41.414647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.416349"], ["updated_at", "2018-10-11 16:40:41.416349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.417947"], ["updated_at", "2018-10-11 16:40:41.417947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.419541"], ["updated_at", "2018-10-11 16:40:41.419541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.421235"], ["updated_at", "2018-10-11 16:40:41.421235"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.423571"], ["updated_at", "2018-10-11 16:40:41.423571"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.426065"], ["updated_at", "2018-10-11 16:40:41.426065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.427711"], ["updated_at", "2018-10-11 16:40:41.427711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.429397"], ["updated_at", "2018-10-11 16:40:41.429397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.431258"], ["updated_at", "2018-10-11 16:40:41.431258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.432947"], ["updated_at", "2018-10-11 16:40:41.432947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.434531"], ["updated_at", "2018-10-11 16:40:41.434531"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.437521"], ["updated_at", "2018-10-11 16:40:41.437521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.439384"], ["updated_at", "2018-10-11 16:40:41.439384"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.441020"], ["updated_at", "2018-10-11 16:40:41.441020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.442655"], ["updated_at", "2018-10-11 16:40:41.442655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.444252"], ["updated_at", "2018-10-11 16:40:41.444252"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.446972"], ["updated_at", "2018-10-11 16:40:41.446972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.451785"], ["updated_at", "2018-10-11 16:40:41.451785"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.453631"], ["updated_at", "2018-10-11 16:40:41.453631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.455472"], ["updated_at", "2018-10-11 16:40:41.455472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.457228"], ["updated_at", "2018-10-11 16:40:41.457228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.458817"], ["updated_at", "2018-10-11 16:40:41.458817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.460416"], ["updated_at", "2018-10-11 16:40:41.460416"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.461949"], ["updated_at", "2018-10-11 16:40:41.461949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.463607"], ["updated_at", "2018-10-11 16:40:41.463607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.465442"], ["updated_at", "2018-10-11 16:40:41.465442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.467087"], ["updated_at", "2018-10-11 16:40:41.467087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.468640"], ["updated_at", "2018-10-11 16:40:41.468640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.470297"], ["updated_at", "2018-10-11 16:40:41.470297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.472081"], ["updated_at", "2018-10-11 16:40:41.472081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.473774"], ["updated_at", "2018-10-11 16:40:41.473774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.475415"], ["updated_at", "2018-10-11 16:40:41.475415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.476983"], ["updated_at", "2018-10-11 16:40:41.476983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.478561"], ["updated_at", "2018-10-11 16:40:41.478561"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.480174"], ["updated_at", "2018-10-11 16:40:41.480174"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.482060"], ["updated_at", "2018-10-11 16:40:41.482060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.483817"], ["updated_at", "2018-10-11 16:40:41.483817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.485360"], ["updated_at", "2018-10-11 16:40:41.485360"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.487022"], ["updated_at", "2018-10-11 16:40:41.487022"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.488766"], ["updated_at", "2018-10-11 16:40:41.488766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.492041"], ["updated_at", "2018-10-11 16:40:41.492041"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.494067"], ["updated_at", "2018-10-11 16:40:41.494067"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.496296"], ["updated_at", "2018-10-11 16:40:41.496296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.498521"], ["updated_at", "2018-10-11 16:40:41.498521"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.500564"], ["updated_at", "2018-10-11 16:40:41.500564"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.502545"], ["updated_at", "2018-10-11 16:40:41.502545"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.507926"], ["updated_at", "2018-10-11 16:40:41.507926"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.510574"], ["updated_at", "2018-10-11 16:40:41.510574"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.513626"], ["updated_at", "2018-10-11 16:40:41.513626"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.518180"], ["updated_at", "2018-10-11 16:40:41.518180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.520471"], ["updated_at", "2018-10-11 16:40:41.520471"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.522186"], ["updated_at", "2018-10-11 16:40:41.522186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.524032"], ["updated_at", "2018-10-11 16:40:41.524032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.525651"], ["updated_at", "2018-10-11 16:40:41.525651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.527227"], ["updated_at", "2018-10-11 16:40:41.527227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.528865"], ["updated_at", "2018-10-11 16:40:41.528865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.530440"], ["updated_at", "2018-10-11 16:40:41.530440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.532156"], ["updated_at", "2018-10-11 16:40:41.532156"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.533819"], ["updated_at", "2018-10-11 16:40:41.533819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.535442"], ["updated_at", "2018-10-11 16:40:41.535442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.536998"], ["updated_at", "2018-10-11 16:40:41.536998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.538736"], ["updated_at", "2018-10-11 16:40:41.538736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.540418"], ["updated_at", "2018-10-11 16:40:41.540418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.542000"], ["updated_at", "2018-10-11 16:40:41.542000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.543580"], ["updated_at", "2018-10-11 16:40:41.543580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.545286"], ["updated_at", "2018-10-11 16:40:41.545286"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.546865"], ["updated_at", "2018-10-11 16:40:41.546865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.548554"], ["updated_at", "2018-10-11 16:40:41.548554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.550295"], ["updated_at", "2018-10-11 16:40:41.550295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.551876"], ["updated_at", "2018-10-11 16:40:41.551876"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.553440"], ["updated_at", "2018-10-11 16:40:41.553440"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.555129"], ["updated_at", "2018-10-11 16:40:41.555129"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.557331"], ["updated_at", "2018-10-11 16:40:41.557331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.560052"], ["updated_at", "2018-10-11 16:40:41.560052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.561858"], ["updated_at", "2018-10-11 16:40:41.561858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.563526"], ["updated_at", "2018-10-11 16:40:41.563526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.565240"], ["updated_at", "2018-10-11 16:40:41.565240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.566875"], ["updated_at", "2018-10-11 16:40:41.566875"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.568617"], ["updated_at", "2018-10-11 16:40:41.568617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.571561"], ["updated_at", "2018-10-11 16:40:41.571561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.573278"], ["updated_at", "2018-10-11 16:40:41.573278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.574999"], ["updated_at", "2018-10-11 16:40:41.574999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.576702"], ["updated_at", "2018-10-11 16:40:41.576702"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.579033"], ["updated_at", "2018-10-11 16:40:41.579033"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.582752"], ["updated_at", "2018-10-11 16:40:41.582752"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.585805"], ["updated_at", "2018-10-11 16:40:41.585805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.587780"], ["updated_at", "2018-10-11 16:40:41.587780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.589496"], ["updated_at", "2018-10-11 16:40:41.589496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.591084"], ["updated_at", "2018-10-11 16:40:41.591084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.592717"], ["updated_at", "2018-10-11 16:40:41.592717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.594355"], ["updated_at", "2018-10-11 16:40:41.594355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.595879"], ["updated_at", "2018-10-11 16:40:41.595879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.597539"], ["updated_at", "2018-10-11 16:40:41.597539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.599390"], ["updated_at", "2018-10-11 16:40:41.599390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.601049"], ["updated_at", "2018-10-11 16:40:41.601049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.602660"], ["updated_at", "2018-10-11 16:40:41.602660"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.604298"], ["updated_at", "2018-10-11 16:40:41.604298"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.606093"], ["updated_at", "2018-10-11 16:40:41.606093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.607885"], ["updated_at", "2018-10-11 16:40:41.607885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.609444"], ["updated_at", "2018-10-11 16:40:41.609444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.611074"], ["updated_at", "2018-10-11 16:40:41.611074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.612630"], ["updated_at", "2018-10-11 16:40:41.612630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.614437"], ["updated_at", "2018-10-11 16:40:41.614437"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.616280"], ["updated_at", "2018-10-11 16:40:41.616280"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.618853"], ["updated_at", "2018-10-11 16:40:41.618853"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.621616"], ["updated_at", "2018-10-11 16:40:41.621616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.625363"], ["updated_at", "2018-10-11 16:40:41.625363"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.627518"], ["updated_at", "2018-10-11 16:40:41.627518"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.629418"], ["updated_at", "2018-10-11 16:40:41.629418"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.631486"], ["updated_at", "2018-10-11 16:40:41.631486"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.633559"], ["updated_at", "2018-10-11 16:40:41.633559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.635547"], ["updated_at", "2018-10-11 16:40:41.635547"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.637257"], ["updated_at", "2018-10-11 16:40:41.637257"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.641415"], ["updated_at", "2018-10-11 16:40:41.641415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.643101"], ["updated_at", "2018-10-11 16:40:41.643101"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.644800"], ["updated_at", "2018-10-11 16:40:41.644800"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.649371"], ["updated_at", "2018-10-11 16:40:41.649371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.652400"], ["updated_at", "2018-10-11 16:40:41.652400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.654168"], ["updated_at", "2018-10-11 16:40:41.654168"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.656079"], ["updated_at", "2018-10-11 16:40:41.656079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.657811"], ["updated_at", "2018-10-11 16:40:41.657811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.659346"], ["updated_at", "2018-10-11 16:40:41.659346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.660982"], ["updated_at", "2018-10-11 16:40:41.660982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.662605"], ["updated_at", "2018-10-11 16:40:41.662605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.664241"], ["updated_at", "2018-10-11 16:40:41.664241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.666023"], ["updated_at", "2018-10-11 16:40:41.666023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.667569"], ["updated_at", "2018-10-11 16:40:41.667569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.669169"], ["updated_at", "2018-10-11 16:40:41.669169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.670804"], ["updated_at", "2018-10-11 16:40:41.670804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.672636"], ["updated_at", "2018-10-11 16:40:41.672636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.674320"], ["updated_at", "2018-10-11 16:40:41.674320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.675865"], ["updated_at", "2018-10-11 16:40:41.675865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.677486"], ["updated_at", "2018-10-11 16:40:41.677486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.679144"], ["updated_at", "2018-10-11 16:40:41.679144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.680746"], ["updated_at", "2018-10-11 16:40:41.680746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.682460"], ["updated_at", "2018-10-11 16:40:41.682460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.684132"], ["updated_at", "2018-10-11 16:40:41.684132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.685819"], ["updated_at", "2018-10-11 16:40:41.685819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.687509"], ["updated_at", "2018-10-11 16:40:41.687509"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.689479"], ["updated_at", "2018-10-11 16:40:41.689479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.691964"], ["updated_at", "2018-10-11 16:40:41.691964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.694040"], ["updated_at", "2018-10-11 16:40:41.694040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.695847"], ["updated_at", "2018-10-11 16:40:41.695847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.697587"], ["updated_at", "2018-10-11 16:40:41.697587"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.699387"], ["updated_at", "2018-10-11 16:40:41.699387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.700976"], ["updated_at", "2018-10-11 16:40:41.700976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.704116"], ["updated_at", "2018-10-11 16:40:41.704116"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.705838"], ["updated_at", "2018-10-11 16:40:41.705838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.707576"], ["updated_at", "2018-10-11 16:40:41.707576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.709250"], ["updated_at", "2018-10-11 16:40:41.709250"], ["parent_id", 39895952907]] Kithe::Work Create (3.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.710834"], ["updated_at", "2018-10-11 16:40:41.710834"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.716234"], ["updated_at", "2018-10-11 16:40:41.716234"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.719458"], ["updated_at", "2018-10-11 16:40:41.719458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.721304"], ["updated_at", "2018-10-11 16:40:41.721304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.722992"], ["updated_at", "2018-10-11 16:40:41.722992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.724650"], ["updated_at", "2018-10-11 16:40:41.724650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.726241"], ["updated_at", "2018-10-11 16:40:41.726241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.727837"], ["updated_at", "2018-10-11 16:40:41.727837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.729466"], ["updated_at", "2018-10-11 16:40:41.729466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.731114"], ["updated_at", "2018-10-11 16:40:41.731114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.732807"], ["updated_at", "2018-10-11 16:40:41.732807"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.734400"], ["updated_at", "2018-10-11 16:40:41.734400"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.736269"], ["updated_at", "2018-10-11 16:40:41.736269"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.739013"], ["updated_at", "2018-10-11 16:40:41.739013"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.741619"], ["updated_at", "2018-10-11 16:40:41.741619"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.744297"], ["updated_at", "2018-10-11 16:40:41.744297"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.746965"], ["updated_at", "2018-10-11 16:40:41.746965"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.749729"], ["updated_at", "2018-10-11 16:40:41.749729"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.752339"], ["updated_at", "2018-10-11 16:40:41.752339"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.754949"], ["updated_at", "2018-10-11 16:40:41.754949"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.757534"], ["updated_at", "2018-10-11 16:40:41.757534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.759816"], ["updated_at", "2018-10-11 16:40:41.759816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.761492"], ["updated_at", "2018-10-11 16:40:41.761492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.763157"], ["updated_at", "2018-10-11 16:40:41.763157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.764851"], ["updated_at", "2018-10-11 16:40:41.764851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.766480"], ["updated_at", "2018-10-11 16:40:41.766480"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.769230"], ["updated_at", "2018-10-11 16:40:41.769230"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.771856"], ["updated_at", "2018-10-11 16:40:41.771856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.773837"], ["updated_at", "2018-10-11 16:40:41.773837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.775520"], ["updated_at", "2018-10-11 16:40:41.775520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.777169"], ["updated_at", "2018-10-11 16:40:41.777169"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.779413"], ["updated_at", "2018-10-11 16:40:41.779413"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.783442"], ["updated_at", "2018-10-11 16:40:41.783442"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.785987"], ["updated_at", "2018-10-11 16:40:41.785987"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.787881"], ["updated_at", "2018-10-11 16:40:41.787881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.790881"], ["updated_at", "2018-10-11 16:40:41.790881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.792767"], ["updated_at", "2018-10-11 16:40:41.792767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.794549"], ["updated_at", "2018-10-11 16:40:41.794549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.796184"], ["updated_at", "2018-10-11 16:40:41.796184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.797847"], ["updated_at", "2018-10-11 16:40:41.797847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.799563"], ["updated_at", "2018-10-11 16:40:41.799563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.801206"], ["updated_at", "2018-10-11 16:40:41.801206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.802858"], ["updated_at", "2018-10-11 16:40:41.802858"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.804524"], ["updated_at", "2018-10-11 16:40:41.804524"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.806342"], ["updated_at", "2018-10-11 16:40:41.806342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.808136"], ["updated_at", "2018-10-11 16:40:41.808136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.809840"], ["updated_at", "2018-10-11 16:40:41.809840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.811543"], ["updated_at", "2018-10-11 16:40:41.811543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.813195"], ["updated_at", "2018-10-11 16:40:41.813195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.814859"], ["updated_at", "2018-10-11 16:40:41.814859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.816536"], ["updated_at", "2018-10-11 16:40:41.816536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.818100"], ["updated_at", "2018-10-11 16:40:41.818100"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.819818"], ["updated_at", "2018-10-11 16:40:41.819818"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.821785"], ["updated_at", "2018-10-11 16:40:41.821785"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.824540"], ["updated_at", "2018-10-11 16:40:41.824540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.826789"], ["updated_at", "2018-10-11 16:40:41.826789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.828520"], ["updated_at", "2018-10-11 16:40:41.828520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.830218"], ["updated_at", "2018-10-11 16:40:41.830218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.831940"], ["updated_at", "2018-10-11 16:40:41.831940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.833540"], ["updated_at", "2018-10-11 16:40:41.833540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.836320"], ["updated_at", "2018-10-11 16:40:41.836320"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.838110"], ["updated_at", "2018-10-11 16:40:41.838110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.839849"], ["updated_at", "2018-10-11 16:40:41.839849"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.841505"], ["updated_at", "2018-10-11 16:40:41.841505"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.843208"], ["updated_at", "2018-10-11 16:40:41.843208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.845006"], ["updated_at", "2018-10-11 16:40:41.845006"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.847848"], ["updated_at", "2018-10-11 16:40:41.847848"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.852563"], ["updated_at", "2018-10-11 16:40:41.852563"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.854457"], ["updated_at", "2018-10-11 16:40:41.854457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.856345"], ["updated_at", "2018-10-11 16:40:41.856345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.858139"], ["updated_at", "2018-10-11 16:40:41.858139"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.860110"], ["updated_at", "2018-10-11 16:40:41.860110"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.862803"], ["updated_at", "2018-10-11 16:40:41.862803"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.865595"], ["updated_at", "2018-10-11 16:40:41.865595"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.868355"], ["updated_at", "2018-10-11 16:40:41.868355"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.871050"], ["updated_at", "2018-10-11 16:40:41.871050"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.874267"], ["updated_at", "2018-10-11 16:40:41.874267"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.876966"], ["updated_at", "2018-10-11 16:40:41.876966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.879569"], ["updated_at", "2018-10-11 16:40:41.879569"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.881323"], ["updated_at", "2018-10-11 16:40:41.881323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.883242"], ["updated_at", "2018-10-11 16:40:41.883242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.884965"], ["updated_at", "2018-10-11 16:40:41.884965"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.886556"], ["updated_at", "2018-10-11 16:40:41.886556"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.888270"], ["updated_at", "2018-10-11 16:40:41.888270"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.891065"], ["updated_at", "2018-10-11 16:40:41.891065"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.893344"], ["updated_at", "2018-10-11 16:40:41.893344"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.896390"], ["updated_at", "2018-10-11 16:40:41.896390"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.898698"], ["updated_at", "2018-10-11 16:40:41.898698"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.900784"], ["updated_at", "2018-10-11 16:40:41.900784"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.902840"], ["updated_at", "2018-10-11 16:40:41.902840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.906445"], ["updated_at", "2018-10-11 16:40:41.906445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.908416"], ["updated_at", "2018-10-11 16:40:41.908416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.910186"], ["updated_at", "2018-10-11 16:40:41.910186"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.913105"], ["updated_at", "2018-10-11 16:40:41.913105"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.917825"], ["updated_at", "2018-10-11 16:40:41.917825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.920707"], ["updated_at", "2018-10-11 16:40:41.920707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.922510"], ["updated_at", "2018-10-11 16:40:41.922510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.924254"], ["updated_at", "2018-10-11 16:40:41.924254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.925816"], ["updated_at", "2018-10-11 16:40:41.925816"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.927511"], ["updated_at", "2018-10-11 16:40:41.927511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.929246"], ["updated_at", "2018-10-11 16:40:41.929246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.931006"], ["updated_at", "2018-10-11 16:40:41.931006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.932671"], ["updated_at", "2018-10-11 16:40:41.932671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.934236"], ["updated_at", "2018-10-11 16:40:41.934236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.935868"], ["updated_at", "2018-10-11 16:40:41.935868"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.937461"], ["updated_at", "2018-10-11 16:40:41.937461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.939162"], ["updated_at", "2018-10-11 16:40:41.939162"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.940775"], ["updated_at", "2018-10-11 16:40:41.940775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.942447"], ["updated_at", "2018-10-11 16:40:41.942447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.944037"], ["updated_at", "2018-10-11 16:40:41.944037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.945589"], ["updated_at", "2018-10-11 16:40:41.945589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.947260"], ["updated_at", "2018-10-11 16:40:41.947260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.948937"], ["updated_at", "2018-10-11 16:40:41.948937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.950489"], ["updated_at", "2018-10-11 16:40:41.950489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.952131"], ["updated_at", "2018-10-11 16:40:41.952131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.953697"], ["updated_at", "2018-10-11 16:40:41.953697"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.955374"], ["updated_at", "2018-10-11 16:40:41.955374"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.957662"], ["updated_at", "2018-10-11 16:40:41.957662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.960136"], ["updated_at", "2018-10-11 16:40:41.960136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.961854"], ["updated_at", "2018-10-11 16:40:41.961854"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.963484"], ["updated_at", "2018-10-11 16:40:41.963484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.965261"], ["updated_at", "2018-10-11 16:40:41.965261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.966942"], ["updated_at", "2018-10-11 16:40:41.966942"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.968625"], ["updated_at", "2018-10-11 16:40:41.968625"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.971612"], ["updated_at", "2018-10-11 16:40:41.971612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.973458"], ["updated_at", "2018-10-11 16:40:41.973458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.975088"], ["updated_at", "2018-10-11 16:40:41.975088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.976673"], ["updated_at", "2018-10-11 16:40:41.976673"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.978293"], ["updated_at", "2018-10-11 16:40:41.978293"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.981144"], ["updated_at", "2018-10-11 16:40:41.981144"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.985552"], ["updated_at", "2018-10-11 16:40:41.985552"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.988281"], ["updated_at", "2018-10-11 16:40:41.988281"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.990959"], ["updated_at", "2018-10-11 16:40:41.990959"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.993525"], ["updated_at", "2018-10-11 16:40:41.993525"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.996092"], ["updated_at", "2018-10-11 16:40:41.996092"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:41.998760"], ["updated_at", "2018-10-11 16:40:41.998760"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.001315"], ["updated_at", "2018-10-11 16:40:42.001315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.003516"], ["updated_at", "2018-10-11 16:40:42.003516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.005223"], ["updated_at", "2018-10-11 16:40:42.005223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.006960"], ["updated_at", "2018-10-11 16:40:42.006960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.008519"], ["updated_at", "2018-10-11 16:40:42.008519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.010063"], ["updated_at", "2018-10-11 16:40:42.010063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.011730"], ["updated_at", "2018-10-11 16:40:42.011730"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.013338"], ["updated_at", "2018-10-11 16:40:42.013338"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.015102"], ["updated_at", "2018-10-11 16:40:42.015102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.016858"], ["updated_at", "2018-10-11 16:40:42.016858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.018411"], ["updated_at", "2018-10-11 16:40:42.018411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.020036"], ["updated_at", "2018-10-11 16:40:42.020036"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.022080"], ["updated_at", "2018-10-11 16:40:42.022080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.024937"], ["updated_at", "2018-10-11 16:40:42.024937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.026878"], ["updated_at", "2018-10-11 16:40:42.026878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.028600"], ["updated_at", "2018-10-11 16:40:42.028600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.030214"], ["updated_at", "2018-10-11 16:40:42.030214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.032029"], ["updated_at", "2018-10-11 16:40:42.032029"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.033646"], ["updated_at", "2018-10-11 16:40:42.033646"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.036290"], ["updated_at", "2018-10-11 16:40:42.036290"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.037976"], ["updated_at", "2018-10-11 16:40:42.037976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.039917"], ["updated_at", "2018-10-11 16:40:42.039917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.041649"], ["updated_at", "2018-10-11 16:40:42.041649"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.043194"], ["updated_at", "2018-10-11 16:40:42.043194"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.044870"], ["updated_at", "2018-10-11 16:40:42.044870"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.047602"], ["updated_at", "2018-10-11 16:40:42.047602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.051883"], ["updated_at", "2018-10-11 16:40:42.051883"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.053667"], ["updated_at", "2018-10-11 16:40:42.053667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.055428"], ["updated_at", "2018-10-11 16:40:42.055428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.057252"], ["updated_at", "2018-10-11 16:40:42.057252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.058947"], ["updated_at", "2018-10-11 16:40:42.058947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.060526"], ["updated_at", "2018-10-11 16:40:42.060526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.062171"], ["updated_at", "2018-10-11 16:40:42.062171"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.063780"], ["updated_at", "2018-10-11 16:40:42.063780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.065585"], ["updated_at", "2018-10-11 16:40:42.065585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.067256"], ["updated_at", "2018-10-11 16:40:42.067256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.068890"], ["updated_at", "2018-10-11 16:40:42.068890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.070500"], ["updated_at", "2018-10-11 16:40:42.070500"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.072227"], ["updated_at", "2018-10-11 16:40:42.072227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.073964"], ["updated_at", "2018-10-11 16:40:42.073964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.075526"], ["updated_at", "2018-10-11 16:40:42.075526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.077136"], ["updated_at", "2018-10-11 16:40:42.077136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.078688"], ["updated_at", "2018-10-11 16:40:42.078688"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.080345"], ["updated_at", "2018-10-11 16:40:42.080345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.082093"], ["updated_at", "2018-10-11 16:40:42.082093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.083828"], ["updated_at", "2018-10-11 16:40:42.083828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.085401"], ["updated_at", "2018-10-11 16:40:42.085401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.087035"], ["updated_at", "2018-10-11 16:40:42.087035"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.088753"], ["updated_at", "2018-10-11 16:40:42.088753"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.091333"], ["updated_at", "2018-10-11 16:40:42.091333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.093684"], ["updated_at", "2018-10-11 16:40:42.093684"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.095356"], ["updated_at", "2018-10-11 16:40:42.095356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.097118"], ["updated_at", "2018-10-11 16:40:42.097118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.098899"], ["updated_at", "2018-10-11 16:40:42.098899"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.100500"], ["updated_at", "2018-10-11 16:40:42.100500"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.103423"], ["updated_at", "2018-10-11 16:40:42.103423"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.106118"], ["updated_at", "2018-10-11 16:40:42.106118"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.108896"], ["updated_at", "2018-10-11 16:40:42.108896"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.111422"], ["updated_at", "2018-10-11 16:40:42.111422"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.116210"], ["updated_at", "2018-10-11 16:40:42.116210"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.120005"], ["updated_at", "2018-10-11 16:40:42.120005"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.123114"], ["updated_at", "2018-10-11 16:40:42.123114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.126350"], ["updated_at", "2018-10-11 16:40:42.126350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.128089"], ["updated_at", "2018-10-11 16:40:42.128089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.129649"], ["updated_at", "2018-10-11 16:40:42.129649"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.131391"], ["updated_at", "2018-10-11 16:40:42.131391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.133112"], ["updated_at", "2018-10-11 16:40:42.133112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.134645"], ["updated_at", "2018-10-11 16:40:42.134645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.136314"], ["updated_at", "2018-10-11 16:40:42.136314"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.138017"], ["updated_at", "2018-10-11 16:40:42.138017"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.139852"], ["updated_at", "2018-10-11 16:40:42.139852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.141907"], ["updated_at", "2018-10-11 16:40:42.141907"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.143541"], ["updated_at", "2018-10-11 16:40:42.143541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.145200"], ["updated_at", "2018-10-11 16:40:42.145200"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.146795"], ["updated_at", "2018-10-11 16:40:42.146795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.148609"], ["updated_at", "2018-10-11 16:40:42.148609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.150335"], ["updated_at", "2018-10-11 16:40:42.150335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.151879"], ["updated_at", "2018-10-11 16:40:42.151879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.153483"], ["updated_at", "2018-10-11 16:40:42.153483"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.155614"], ["updated_at", "2018-10-11 16:40:42.155614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.158429"], ["updated_at", "2018-10-11 16:40:42.158429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.160448"], ["updated_at", "2018-10-11 16:40:42.160448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.162211"], ["updated_at", "2018-10-11 16:40:42.162211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.163929"], ["updated_at", "2018-10-11 16:40:42.163929"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.165649"], ["updated_at", "2018-10-11 16:40:42.165649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.167428"], ["updated_at", "2018-10-11 16:40:42.167428"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.170179"], ["updated_at", "2018-10-11 16:40:42.170179"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.172173"], ["updated_at", "2018-10-11 16:40:42.172173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.173900"], ["updated_at", "2018-10-11 16:40:42.173900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.175477"], ["updated_at", "2018-10-11 16:40:42.175477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.177088"], ["updated_at", "2018-10-11 16:40:42.177088"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.178781"], ["updated_at", "2018-10-11 16:40:42.178781"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.183292"], ["updated_at", "2018-10-11 16:40:42.183292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.186188"], ["updated_at", "2018-10-11 16:40:42.186188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.188027"], ["updated_at", "2018-10-11 16:40:42.188027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.189762"], ["updated_at", "2018-10-11 16:40:42.189762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.191374"], ["updated_at", "2018-10-11 16:40:42.191374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.192986"], ["updated_at", "2018-10-11 16:40:42.192986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.194639"], ["updated_at", "2018-10-11 16:40:42.194639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.196287"], ["updated_at", "2018-10-11 16:40:42.196287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.197952"], ["updated_at", "2018-10-11 16:40:42.197952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.199603"], ["updated_at", "2018-10-11 16:40:42.199603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.201266"], ["updated_at", "2018-10-11 16:40:42.201266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.202828"], ["updated_at", "2018-10-11 16:40:42.202828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.204509"], ["updated_at", "2018-10-11 16:40:42.204509"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.206298"], ["updated_at", "2018-10-11 16:40:42.206298"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.208056"], ["updated_at", "2018-10-11 16:40:42.208056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.209852"], ["updated_at", "2018-10-11 16:40:42.209852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.211511"], ["updated_at", "2018-10-11 16:40:42.211511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.213089"], ["updated_at", "2018-10-11 16:40:42.213089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.214820"], ["updated_at", "2018-10-11 16:40:42.214820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.216550"], ["updated_at", "2018-10-11 16:40:42.216550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.218105"], ["updated_at", "2018-10-11 16:40:42.218105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.219689"], ["updated_at", "2018-10-11 16:40:42.219689"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.221449"], ["updated_at", "2018-10-11 16:40:42.221449"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.223802"], ["updated_at", "2018-10-11 16:40:42.223802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.226457"], ["updated_at", "2018-10-11 16:40:42.226457"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.228214"], ["updated_at", "2018-10-11 16:40:42.228214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.230068"], ["updated_at", "2018-10-11 16:40:42.230068"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.231840"], ["updated_at", "2018-10-11 16:40:42.231840"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.234091"], ["updated_at", "2018-10-11 16:40:42.234091"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.236214"], ["updated_at", "2018-10-11 16:40:42.236214"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.240564"], ["updated_at", "2018-10-11 16:40:42.240564"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.243235"], ["updated_at", "2018-10-11 16:40:42.243235"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.247559"], ["updated_at", "2018-10-11 16:40:42.247559"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.251586"], ["updated_at", "2018-10-11 16:40:42.251586"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.255923"], ["updated_at", "2018-10-11 16:40:42.255923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.257751"], ["updated_at", "2018-10-11 16:40:42.257751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.259281"], ["updated_at", "2018-10-11 16:40:42.259281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.260900"], ["updated_at", "2018-10-11 16:40:42.260900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.262452"], ["updated_at", "2018-10-11 16:40:42.262452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.264114"], ["updated_at", "2018-10-11 16:40:42.264114"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.265720"], ["updated_at", "2018-10-11 16:40:42.265720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.267510"], ["updated_at", "2018-10-11 16:40:42.267510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.269031"], ["updated_at", "2018-10-11 16:40:42.269031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.270681"], ["updated_at", "2018-10-11 16:40:42.270681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.272504"], ["updated_at", "2018-10-11 16:40:42.272504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.274270"], ["updated_at", "2018-10-11 16:40:42.274270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.275924"], ["updated_at", "2018-10-11 16:40:42.275924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.277518"], ["updated_at", "2018-10-11 16:40:42.277518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.279110"], ["updated_at", "2018-10-11 16:40:42.279110"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.280655"], ["updated_at", "2018-10-11 16:40:42.280655"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.282336"], ["updated_at", "2018-10-11 16:40:42.282336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.284240"], ["updated_at", "2018-10-11 16:40:42.284240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.285825"], ["updated_at", "2018-10-11 16:40:42.285825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.287469"], ["updated_at", "2018-10-11 16:40:42.287469"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.289674"], ["updated_at", "2018-10-11 16:40:42.289674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.292590"], ["updated_at", "2018-10-11 16:40:42.292590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.294349"], ["updated_at", "2018-10-11 16:40:42.294349"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.295996"], ["updated_at", "2018-10-11 16:40:42.295996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.297583"], ["updated_at", "2018-10-11 16:40:42.297583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.299247"], ["updated_at", "2018-10-11 16:40:42.299247"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.301075"], ["updated_at", "2018-10-11 16:40:42.301075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.303964"], ["updated_at", "2018-10-11 16:40:42.303964"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.305698"], ["updated_at", "2018-10-11 16:40:42.305698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.307462"], ["updated_at", "2018-10-11 16:40:42.307462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.309140"], ["updated_at", "2018-10-11 16:40:42.309140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.310743"], ["updated_at", "2018-10-11 16:40:42.310743"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.312318"], ["updated_at", "2018-10-11 16:40:42.312318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.314238"], ["updated_at", "2018-10-11 16:40:42.314238"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.315916"], ["updated_at", "2018-10-11 16:40:42.315916"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.319398"], ["updated_at", "2018-10-11 16:40:42.319398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.322589"], ["updated_at", "2018-10-11 16:40:42.322589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.324307"], ["updated_at", "2018-10-11 16:40:42.324307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.326006"], ["updated_at", "2018-10-11 16:40:42.326006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.327755"], ["updated_at", "2018-10-11 16:40:42.327755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.329363"], ["updated_at", "2018-10-11 16:40:42.329363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.331108"], ["updated_at", "2018-10-11 16:40:42.331108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.332673"], ["updated_at", "2018-10-11 16:40:42.332673"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.334357"], ["updated_at", "2018-10-11 16:40:42.334357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.336144"], ["updated_at", "2018-10-11 16:40:42.336144"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.337736"], ["updated_at", "2018-10-11 16:40:42.337736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.339427"], ["updated_at", "2018-10-11 16:40:42.339427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.341155"], ["updated_at", "2018-10-11 16:40:42.341155"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.342803"], ["updated_at", "2018-10-11 16:40:42.342803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.344463"], ["updated_at", "2018-10-11 16:40:42.344463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.346177"], ["updated_at", "2018-10-11 16:40:42.346177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.347740"], ["updated_at", "2018-10-11 16:40:42.347740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.349346"], ["updated_at", "2018-10-11 16:40:42.349346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.351030"], ["updated_at", "2018-10-11 16:40:42.351030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.352933"], ["updated_at", "2018-10-11 16:40:42.352933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.354547"], ["updated_at", "2018-10-11 16:40:42.354547"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.356385"], ["updated_at", "2018-10-11 16:40:42.356385"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.359315"], ["updated_at", "2018-10-11 16:40:42.359315"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.361438"], ["updated_at", "2018-10-11 16:40:42.361438"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.363271"], ["updated_at", "2018-10-11 16:40:42.363271"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.365266"], ["updated_at", "2018-10-11 16:40:42.365266"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.367253"], ["updated_at", "2018-10-11 16:40:42.367253"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.369266"], ["updated_at", "2018-10-11 16:40:42.369266"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.374975"], ["updated_at", "2018-10-11 16:40:42.374975"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.377768"], ["updated_at", "2018-10-11 16:40:42.377768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.380291"], ["updated_at", "2018-10-11 16:40:42.380291"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.381896"], ["updated_at", "2018-10-11 16:40:42.381896"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.384980"], ["updated_at", "2018-10-11 16:40:42.384980"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.389128"], ["updated_at", "2018-10-11 16:40:42.389128"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.390945"], ["updated_at", "2018-10-11 16:40:42.390945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.392622"], ["updated_at", "2018-10-11 16:40:42.392622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.394225"], ["updated_at", "2018-10-11 16:40:42.394225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.395863"], ["updated_at", "2018-10-11 16:40:42.395863"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.397417"], ["updated_at", "2018-10-11 16:40:42.397417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.399139"], ["updated_at", "2018-10-11 16:40:42.399139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.400719"], ["updated_at", "2018-10-11 16:40:42.400719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.402416"], ["updated_at", "2018-10-11 16:40:42.402416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.404069"], ["updated_at", "2018-10-11 16:40:42.404069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.405645"], ["updated_at", "2018-10-11 16:40:42.405645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.407265"], ["updated_at", "2018-10-11 16:40:42.407265"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.408999"], ["updated_at", "2018-10-11 16:40:42.408999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.410754"], ["updated_at", "2018-10-11 16:40:42.410754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.412298"], ["updated_at", "2018-10-11 16:40:42.412298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.413924"], ["updated_at", "2018-10-11 16:40:42.413924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.415456"], ["updated_at", "2018-10-11 16:40:42.415456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.417079"], ["updated_at", "2018-10-11 16:40:42.417079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.418703"], ["updated_at", "2018-10-11 16:40:42.418703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.420360"], ["updated_at", "2018-10-11 16:40:42.420360"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.422152"], ["updated_at", "2018-10-11 16:40:42.422152"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.424924"], ["updated_at", "2018-10-11 16:40:42.424924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.427108"], ["updated_at", "2018-10-11 16:40:42.427108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.428796"], ["updated_at", "2018-10-11 16:40:42.428796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.430445"], ["updated_at", "2018-10-11 16:40:42.430445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.432022"], ["updated_at", "2018-10-11 16:40:42.432022"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.433745"], ["updated_at", "2018-10-11 16:40:42.433745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.437002"], ["updated_at", "2018-10-11 16:40:42.437002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.438676"], ["updated_at", "2018-10-11 16:40:42.438676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.440288"], ["updated_at", "2018-10-11 16:40:42.440288"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.442052"], ["updated_at", "2018-10-11 16:40:42.442052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.443839"], ["updated_at", "2018-10-11 16:40:42.443839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.445442"], ["updated_at", "2018-10-11 16:40:42.445442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.447154"], ["updated_at", "2018-10-11 16:40:42.447154"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.449292"], ["updated_at", "2018-10-11 16:40:42.449292"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.453316"], ["updated_at", "2018-10-11 16:40:42.453316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.455838"], ["updated_at", "2018-10-11 16:40:42.455838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.457465"], ["updated_at", "2018-10-11 16:40:42.457465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.459151"], ["updated_at", "2018-10-11 16:40:42.459151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.460823"], ["updated_at", "2018-10-11 16:40:42.460823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.462445"], ["updated_at", "2018-10-11 16:40:42.462445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.464067"], ["updated_at", "2018-10-11 16:40:42.464067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.465607"], ["updated_at", "2018-10-11 16:40:42.465607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.467296"], ["updated_at", "2018-10-11 16:40:42.467296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.468988"], ["updated_at", "2018-10-11 16:40:42.468988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.470681"], ["updated_at", "2018-10-11 16:40:42.470681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.472246"], ["updated_at", "2018-10-11 16:40:42.472246"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.473850"], ["updated_at", "2018-10-11 16:40:42.473850"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.475670"], ["updated_at", "2018-10-11 16:40:42.475670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.477554"], ["updated_at", "2018-10-11 16:40:42.477554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.479219"], ["updated_at", "2018-10-11 16:40:42.479219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.480830"], ["updated_at", "2018-10-11 16:40:42.480830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.482418"], ["updated_at", "2018-10-11 16:40:42.482418"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.484082"], ["updated_at", "2018-10-11 16:40:42.484082"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.486651"], ["updated_at", "2018-10-11 16:40:42.486651"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.489254"], ["updated_at", "2018-10-11 16:40:42.489254"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.492466"], ["updated_at", "2018-10-11 16:40:42.492466"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.494689"], ["updated_at", "2018-10-11 16:40:42.494689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.496751"], ["updated_at", "2018-10-11 16:40:42.496751"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.498784"], ["updated_at", "2018-10-11 16:40:42.498784"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.500807"], ["updated_at", "2018-10-11 16:40:42.500807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.502853"], ["updated_at", "2018-10-11 16:40:42.502853"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.508306"], ["updated_at", "2018-10-11 16:40:42.508306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.510101"], ["updated_at", "2018-10-11 16:40:42.510101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.511853"], ["updated_at", "2018-10-11 16:40:42.511853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.513406"], ["updated_at", "2018-10-11 16:40:42.513406"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.515017"], ["updated_at", "2018-10-11 16:40:42.515017"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.518239"], ["updated_at", "2018-10-11 16:40:42.518239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.522179"], ["updated_at", "2018-10-11 16:40:42.522179"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.523990"], ["updated_at", "2018-10-11 16:40:42.523990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.525820"], ["updated_at", "2018-10-11 16:40:42.525820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.527585"], ["updated_at", "2018-10-11 16:40:42.527585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.529152"], ["updated_at", "2018-10-11 16:40:42.529152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.530754"], ["updated_at", "2018-10-11 16:40:42.530754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.532329"], ["updated_at", "2018-10-11 16:40:42.532329"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.533945"], ["updated_at", "2018-10-11 16:40:42.533945"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.535659"], ["updated_at", "2018-10-11 16:40:42.535659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.537447"], ["updated_at", "2018-10-11 16:40:42.537447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.539009"], ["updated_at", "2018-10-11 16:40:42.539009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.540644"], ["updated_at", "2018-10-11 16:40:42.540644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.542281"], ["updated_at", "2018-10-11 16:40:42.542281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.543980"], ["updated_at", "2018-10-11 16:40:42.543980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.545564"], ["updated_at", "2018-10-11 16:40:42.545564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.547118"], ["updated_at", "2018-10-11 16:40:42.547118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.548756"], ["updated_at", "2018-10-11 16:40:42.548756"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.550298"], ["updated_at", "2018-10-11 16:40:42.550298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.551984"], ["updated_at", "2018-10-11 16:40:42.551984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.553744"], ["updated_at", "2018-10-11 16:40:42.553744"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.555448"], ["updated_at", "2018-10-11 16:40:42.555448"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.558180"], ["updated_at", "2018-10-11 16:40:42.558180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.560383"], ["updated_at", "2018-10-11 16:40:42.560383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.562170"], ["updated_at", "2018-10-11 16:40:42.562170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.563835"], ["updated_at", "2018-10-11 16:40:42.563835"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.565679"], ["updated_at", "2018-10-11 16:40:42.565679"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.567518"], ["updated_at", "2018-10-11 16:40:42.567518"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.570805"], ["updated_at", "2018-10-11 16:40:42.570805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.572774"], ["updated_at", "2018-10-11 16:40:42.572774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.574470"], ["updated_at", "2018-10-11 16:40:42.574470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.576156"], ["updated_at", "2018-10-11 16:40:42.576156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.577883"], ["updated_at", "2018-10-11 16:40:42.577883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.579514"], ["updated_at", "2018-10-11 16:40:42.579514"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.581197"], ["updated_at", "2018-10-11 16:40:42.581197"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.583948"], ["updated_at", "2018-10-11 16:40:42.583948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.588206"], ["updated_at", "2018-10-11 16:40:42.588206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.590122"], ["updated_at", "2018-10-11 16:40:42.590122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.591856"], ["updated_at", "2018-10-11 16:40:42.591856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.593537"], ["updated_at", "2018-10-11 16:40:42.593537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.595190"], ["updated_at", "2018-10-11 16:40:42.595190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.596772"], ["updated_at", "2018-10-11 16:40:42.596772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.598375"], ["updated_at", "2018-10-11 16:40:42.598375"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.599926"], ["updated_at", "2018-10-11 16:40:42.599926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.601623"], ["updated_at", "2018-10-11 16:40:42.601623"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.603476"], ["updated_at", "2018-10-11 16:40:42.603476"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.605838"], ["updated_at", "2018-10-11 16:40:42.605838"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.608617"], ["updated_at", "2018-10-11 16:40:42.608617"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.611427"], ["updated_at", "2018-10-11 16:40:42.611427"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.614026"], ["updated_at", "2018-10-11 16:40:42.614026"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.616649"], ["updated_at", "2018-10-11 16:40:42.616649"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.619403"], ["updated_at", "2018-10-11 16:40:42.619403"], ["parent_id", 39895952907]] Kithe::Work Create (4.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.622074"], ["updated_at", "2018-10-11 16:40:42.622074"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.628422"], ["updated_at", "2018-10-11 16:40:42.628422"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.630388"], ["updated_at", "2018-10-11 16:40:42.630388"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.632786"], ["updated_at", "2018-10-11 16:40:42.632786"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.635560"], ["updated_at", "2018-10-11 16:40:42.635560"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.638280"], ["updated_at", "2018-10-11 16:40:42.638280"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.642476"], ["updated_at", "2018-10-11 16:40:42.642476"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.644778"], ["updated_at", "2018-10-11 16:40:42.644778"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.646891"], ["updated_at", "2018-10-11 16:40:42.646891"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.649020"], ["updated_at", "2018-10-11 16:40:42.649020"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.654052"], ["updated_at", "2018-10-11 16:40:42.654052"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.657890"], ["updated_at", "2018-10-11 16:40:42.657890"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.660316"], ["updated_at", "2018-10-11 16:40:42.660316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.662099"], ["updated_at", "2018-10-11 16:40:42.662099"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.663689"], ["updated_at", "2018-10-11 16:40:42.663689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.665334"], ["updated_at", "2018-10-11 16:40:42.665334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.666923"], ["updated_at", "2018-10-11 16:40:42.666923"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.668591"], ["updated_at", "2018-10-11 16:40:42.668591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.670319"], ["updated_at", "2018-10-11 16:40:42.670319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.671960"], ["updated_at", "2018-10-11 16:40:42.671960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.673548"], ["updated_at", "2018-10-11 16:40:42.673548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.675238"], ["updated_at", "2018-10-11 16:40:42.675238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.676962"], ["updated_at", "2018-10-11 16:40:42.676962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.678599"], ["updated_at", "2018-10-11 16:40:42.678599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.680222"], ["updated_at", "2018-10-11 16:40:42.680222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.681858"], ["updated_at", "2018-10-11 16:40:42.681858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.683439"], ["updated_at", "2018-10-11 16:40:42.683439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.685234"], ["updated_at", "2018-10-11 16:40:42.685234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.687018"], ["updated_at", "2018-10-11 16:40:42.687018"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.689157"], ["updated_at", "2018-10-11 16:40:42.689157"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.693072"], ["updated_at", "2018-10-11 16:40:42.693072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.695069"], ["updated_at", "2018-10-11 16:40:42.695069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.696921"], ["updated_at", "2018-10-11 16:40:42.696921"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.698575"], ["updated_at", "2018-10-11 16:40:42.698575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.700341"], ["updated_at", "2018-10-11 16:40:42.700341"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.702136"], ["updated_at", "2018-10-11 16:40:42.702136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.706380"], ["updated_at", "2018-10-11 16:40:42.706380"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.708015"], ["updated_at", "2018-10-11 16:40:42.708015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.709834"], ["updated_at", "2018-10-11 16:40:42.709834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.711527"], ["updated_at", "2018-10-11 16:40:42.711527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.713119"], ["updated_at", "2018-10-11 16:40:42.713119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.714692"], ["updated_at", "2018-10-11 16:40:42.714692"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.717169"], ["updated_at", "2018-10-11 16:40:42.717169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.721327"], ["updated_at", "2018-10-11 16:40:42.721327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.723641"], ["updated_at", "2018-10-11 16:40:42.723641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.725341"], ["updated_at", "2018-10-11 16:40:42.725341"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.727186"], ["updated_at", "2018-10-11 16:40:42.727186"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.729911"], ["updated_at", "2018-10-11 16:40:42.729911"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.732484"], ["updated_at", "2018-10-11 16:40:42.732484"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.735184"], ["updated_at", "2018-10-11 16:40:42.735184"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.737824"], ["updated_at", "2018-10-11 16:40:42.737824"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.740429"], ["updated_at", "2018-10-11 16:40:42.740429"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.743109"], ["updated_at", "2018-10-11 16:40:42.743109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.745702"], ["updated_at", "2018-10-11 16:40:42.745702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.747524"], ["updated_at", "2018-10-11 16:40:42.747524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.749184"], ["updated_at", "2018-10-11 16:40:42.749184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.750763"], ["updated_at", "2018-10-11 16:40:42.750763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.752371"], ["updated_at", "2018-10-11 16:40:42.752371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.754014"], ["updated_at", "2018-10-11 16:40:42.754014"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.755581"], ["updated_at", "2018-10-11 16:40:42.755581"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.758081"], ["updated_at", "2018-10-11 16:40:42.758081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.760286"], ["updated_at", "2018-10-11 16:40:42.760286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.761972"], ["updated_at", "2018-10-11 16:40:42.761972"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.763671"], ["updated_at", "2018-10-11 16:40:42.763671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.765571"], ["updated_at", "2018-10-11 16:40:42.765571"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.767231"], ["updated_at", "2018-10-11 16:40:42.767231"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.770370"], ["updated_at", "2018-10-11 16:40:42.770370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.772195"], ["updated_at", "2018-10-11 16:40:42.772195"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.773765"], ["updated_at", "2018-10-11 16:40:42.773765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.775562"], ["updated_at", "2018-10-11 16:40:42.775562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.777273"], ["updated_at", "2018-10-11 16:40:42.777273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.778824"], ["updated_at", "2018-10-11 16:40:42.778824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.780456"], ["updated_at", "2018-10-11 16:40:42.780456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.782096"], ["updated_at", "2018-10-11 16:40:42.782096"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.785021"], ["updated_at", "2018-10-11 16:40:42.785021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.789410"], ["updated_at", "2018-10-11 16:40:42.789410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.791482"], ["updated_at", "2018-10-11 16:40:42.791482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.793166"], ["updated_at", "2018-10-11 16:40:42.793166"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.794783"], ["updated_at", "2018-10-11 16:40:42.794783"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.796692"], ["updated_at", "2018-10-11 16:40:42.796692"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.798531"], ["updated_at", "2018-10-11 16:40:42.798531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.800254"], ["updated_at", "2018-10-11 16:40:42.800254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.802067"], ["updated_at", "2018-10-11 16:40:42.802067"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.803745"], ["updated_at", "2018-10-11 16:40:42.803745"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.805516"], ["updated_at", "2018-10-11 16:40:42.805516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.807269"], ["updated_at", "2018-10-11 16:40:42.807269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.809081"], ["updated_at", "2018-10-11 16:40:42.809081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.810952"], ["updated_at", "2018-10-11 16:40:42.810952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.812680"], ["updated_at", "2018-10-11 16:40:42.812680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.814326"], ["updated_at", "2018-10-11 16:40:42.814326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.815981"], ["updated_at", "2018-10-11 16:40:42.815981"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.817564"], ["updated_at", "2018-10-11 16:40:42.817564"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.819274"], ["updated_at", "2018-10-11 16:40:42.819274"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.821136"], ["updated_at", "2018-10-11 16:40:42.821136"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.825344"], ["updated_at", "2018-10-11 16:40:42.825344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.827452"], ["updated_at", "2018-10-11 16:40:42.827452"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.829106"], ["updated_at", "2018-10-11 16:40:42.829106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.831015"], ["updated_at", "2018-10-11 16:40:42.831015"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.832672"], ["updated_at", "2018-10-11 16:40:42.832672"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.834230"], ["updated_at", "2018-10-11 16:40:42.834230"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.837409"], ["updated_at", "2018-10-11 16:40:42.837409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.839286"], ["updated_at", "2018-10-11 16:40:42.839286"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.841105"], ["updated_at", "2018-10-11 16:40:42.841105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.842921"], ["updated_at", "2018-10-11 16:40:42.842921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.844689"], ["updated_at", "2018-10-11 16:40:42.844689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.846323"], ["updated_at", "2018-10-11 16:40:42.846323"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.848010"], ["updated_at", "2018-10-11 16:40:42.848010"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.851039"], ["updated_at", "2018-10-11 16:40:42.851039"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.856058"], ["updated_at", "2018-10-11 16:40:42.856058"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.858843"], ["updated_at", "2018-10-11 16:40:42.858843"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.861640"], ["updated_at", "2018-10-11 16:40:42.861640"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.864295"], ["updated_at", "2018-10-11 16:40:42.864295"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.866869"], ["updated_at", "2018-10-11 16:40:42.866869"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.869602"], ["updated_at", "2018-10-11 16:40:42.869602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.872281"], ["updated_at", "2018-10-11 16:40:42.872281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.873959"], ["updated_at", "2018-10-11 16:40:42.873959"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.875794"], ["updated_at", "2018-10-11 16:40:42.875794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.877693"], ["updated_at", "2018-10-11 16:40:42.877693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.879396"], ["updated_at", "2018-10-11 16:40:42.879396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.881006"], ["updated_at", "2018-10-11 16:40:42.881006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.882627"], ["updated_at", "2018-10-11 16:40:42.882627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.884263"], ["updated_at", "2018-10-11 16:40:42.884263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.885945"], ["updated_at", "2018-10-11 16:40:42.885945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.887622"], ["updated_at", "2018-10-11 16:40:42.887622"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.889411"], ["updated_at", "2018-10-11 16:40:42.889411"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.892237"], ["updated_at", "2018-10-11 16:40:42.892237"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.894472"], ["updated_at", "2018-10-11 16:40:42.894472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.896602"], ["updated_at", "2018-10-11 16:40:42.896602"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.898345"], ["updated_at", "2018-10-11 16:40:42.898345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.900849"], ["updated_at", "2018-10-11 16:40:42.900849"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.902692"], ["updated_at", "2018-10-11 16:40:42.902692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.905896"], ["updated_at", "2018-10-11 16:40:42.905896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.907552"], ["updated_at", "2018-10-11 16:40:42.907552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.909241"], ["updated_at", "2018-10-11 16:40:42.909241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.910962"], ["updated_at", "2018-10-11 16:40:42.910962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.912539"], ["updated_at", "2018-10-11 16:40:42.912539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.914239"], ["updated_at", "2018-10-11 16:40:42.914239"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.915831"], ["updated_at", "2018-10-11 16:40:42.915831"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.919201"], ["updated_at", "2018-10-11 16:40:42.919201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.922854"], ["updated_at", "2018-10-11 16:40:42.922854"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.924480"], ["updated_at", "2018-10-11 16:40:42.924480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.926166"], ["updated_at", "2018-10-11 16:40:42.926166"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.927995"], ["updated_at", "2018-10-11 16:40:42.927995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.929699"], ["updated_at", "2018-10-11 16:40:42.929699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.931255"], ["updated_at", "2018-10-11 16:40:42.931255"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.932901"], ["updated_at", "2018-10-11 16:40:42.932901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.934956"], ["updated_at", "2018-10-11 16:40:42.934956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.936670"], ["updated_at", "2018-10-11 16:40:42.936670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.938355"], ["updated_at", "2018-10-11 16:40:42.938355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.939917"], ["updated_at", "2018-10-11 16:40:42.939917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.941545"], ["updated_at", "2018-10-11 16:40:42.941545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.943258"], ["updated_at", "2018-10-11 16:40:42.943258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.944863"], ["updated_at", "2018-10-11 16:40:42.944863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.946457"], ["updated_at", "2018-10-11 16:40:42.946457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.948013"], ["updated_at", "2018-10-11 16:40:42.948013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.949680"], ["updated_at", "2018-10-11 16:40:42.949680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.951288"], ["updated_at", "2018-10-11 16:40:42.951288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.952974"], ["updated_at", "2018-10-11 16:40:42.952974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.954649"], ["updated_at", "2018-10-11 16:40:42.954649"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.956444"], ["updated_at", "2018-10-11 16:40:42.956444"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.959015"], ["updated_at", "2018-10-11 16:40:42.959015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.961415"], ["updated_at", "2018-10-11 16:40:42.961415"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.963086"], ["updated_at", "2018-10-11 16:40:42.963086"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.964699"], ["updated_at", "2018-10-11 16:40:42.964699"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.966222"], ["updated_at", "2018-10-11 16:40:42.966222"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.967777"], ["updated_at", "2018-10-11 16:40:42.967777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.971373"], ["updated_at", "2018-10-11 16:40:42.971373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.972962"], ["updated_at", "2018-10-11 16:40:42.972962"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.974941"], ["updated_at", "2018-10-11 16:40:42.974941"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.977781"], ["updated_at", "2018-10-11 16:40:42.977781"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.980409"], ["updated_at", "2018-10-11 16:40:42.980409"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.982948"], ["updated_at", "2018-10-11 16:40:42.982948"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.988363"], ["updated_at", "2018-10-11 16:40:42.988363"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.991562"], ["updated_at", "2018-10-11 16:40:42.991562"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.994457"], ["updated_at", "2018-10-11 16:40:42.994457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.996757"], ["updated_at", "2018-10-11 16:40:42.996757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.998394"], ["updated_at", "2018-10-11 16:40:42.998394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:42.999960"], ["updated_at", "2018-10-11 16:40:42.999960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.001666"], ["updated_at", "2018-10-11 16:40:43.001666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.003514"], ["updated_at", "2018-10-11 16:40:43.003514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.005080"], ["updated_at", "2018-10-11 16:40:43.005080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.006632"], ["updated_at", "2018-10-11 16:40:43.006632"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.008322"], ["updated_at", "2018-10-11 16:40:43.008322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.010123"], ["updated_at", "2018-10-11 16:40:43.010123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.011735"], ["updated_at", "2018-10-11 16:40:43.011735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.013367"], ["updated_at", "2018-10-11 16:40:43.013367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.014971"], ["updated_at", "2018-10-11 16:40:43.014971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.016569"], ["updated_at", "2018-10-11 16:40:43.016569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.018190"], ["updated_at", "2018-10-11 16:40:43.018190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.019908"], ["updated_at", "2018-10-11 16:40:43.019908"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.021484"], ["updated_at", "2018-10-11 16:40:43.021484"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.023439"], ["updated_at", "2018-10-11 16:40:43.023439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.026519"], ["updated_at", "2018-10-11 16:40:43.026519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.028578"], ["updated_at", "2018-10-11 16:40:43.028578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.030214"], ["updated_at", "2018-10-11 16:40:43.030214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.031851"], ["updated_at", "2018-10-11 16:40:43.031851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.033549"], ["updated_at", "2018-10-11 16:40:43.033549"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.035182"], ["updated_at", "2018-10-11 16:40:43.035182"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.038194"], ["updated_at", "2018-10-11 16:40:43.038194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.039897"], ["updated_at", "2018-10-11 16:40:43.039897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.041619"], ["updated_at", "2018-10-11 16:40:43.041619"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.043360"], ["updated_at", "2018-10-11 16:40:43.043360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.045042"], ["updated_at", "2018-10-11 16:40:43.045042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.046574"], ["updated_at", "2018-10-11 16:40:43.046574"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.048204"], ["updated_at", "2018-10-11 16:40:43.048204"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.050817"], ["updated_at", "2018-10-11 16:40:43.050817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.055131"], ["updated_at", "2018-10-11 16:40:43.055131"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.056820"], ["updated_at", "2018-10-11 16:40:43.056820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.058574"], ["updated_at", "2018-10-11 16:40:43.058574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.060267"], ["updated_at", "2018-10-11 16:40:43.060267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.062097"], ["updated_at", "2018-10-11 16:40:43.062097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.063707"], ["updated_at", "2018-10-11 16:40:43.063707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.065338"], ["updated_at", "2018-10-11 16:40:43.065338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.066913"], ["updated_at", "2018-10-11 16:40:43.066913"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.068622"], ["updated_at", "2018-10-11 16:40:43.068622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.070498"], ["updated_at", "2018-10-11 16:40:43.070498"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.072084"], ["updated_at", "2018-10-11 16:40:43.072084"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.073799"], ["updated_at", "2018-10-11 16:40:43.073799"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.075550"], ["updated_at", "2018-10-11 16:40:43.075550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.077410"], ["updated_at", "2018-10-11 16:40:43.077410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.079071"], ["updated_at", "2018-10-11 16:40:43.079071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.080700"], ["updated_at", "2018-10-11 16:40:43.080700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.082404"], ["updated_at", "2018-10-11 16:40:43.082404"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.084045"], ["updated_at", "2018-10-11 16:40:43.084045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.085802"], ["updated_at", "2018-10-11 16:40:43.085802"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.087435"], ["updated_at", "2018-10-11 16:40:43.087435"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.089768"], ["updated_at", "2018-10-11 16:40:43.089768"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.092638"], ["updated_at", "2018-10-11 16:40:43.092638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.094614"], ["updated_at", "2018-10-11 16:40:43.094614"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.096296"], ["updated_at", "2018-10-11 16:40:43.096296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.098269"], ["updated_at", "2018-10-11 16:40:43.098269"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.100178"], ["updated_at", "2018-10-11 16:40:43.100178"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.102204"], ["updated_at", "2018-10-11 16:40:43.102204"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.106547"], ["updated_at", "2018-10-11 16:40:43.106547"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.109476"], ["updated_at", "2018-10-11 16:40:43.109476"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.112296"], ["updated_at", "2018-10-11 16:40:43.112296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.114959"], ["updated_at", "2018-10-11 16:40:43.114959"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.118519"], ["updated_at", "2018-10-11 16:40:43.118519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.122616"], ["updated_at", "2018-10-11 16:40:43.122616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.124262"], ["updated_at", "2018-10-11 16:40:43.124262"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.126059"], ["updated_at", "2018-10-11 16:40:43.126059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.128292"], ["updated_at", "2018-10-11 16:40:43.128292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.129956"], ["updated_at", "2018-10-11 16:40:43.129956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.131632"], ["updated_at", "2018-10-11 16:40:43.131632"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.133208"], ["updated_at", "2018-10-11 16:40:43.133208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.134954"], ["updated_at", "2018-10-11 16:40:43.134954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.136662"], ["updated_at", "2018-10-11 16:40:43.136662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.138308"], ["updated_at", "2018-10-11 16:40:43.138308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.139850"], ["updated_at", "2018-10-11 16:40:43.139850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.141527"], ["updated_at", "2018-10-11 16:40:43.141527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.143249"], ["updated_at", "2018-10-11 16:40:43.143249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.144971"], ["updated_at", "2018-10-11 16:40:43.144971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.146538"], ["updated_at", "2018-10-11 16:40:43.146538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.148171"], ["updated_at", "2018-10-11 16:40:43.148171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.149866"], ["updated_at", "2018-10-11 16:40:43.149866"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.151480"], ["updated_at", "2018-10-11 16:40:43.151480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.153208"], ["updated_at", "2018-10-11 16:40:43.153208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.154837"], ["updated_at", "2018-10-11 16:40:43.154837"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.156657"], ["updated_at", "2018-10-11 16:40:43.156657"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.159538"], ["updated_at", "2018-10-11 16:40:43.159538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.161600"], ["updated_at", "2018-10-11 16:40:43.161600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.164516"], ["updated_at", "2018-10-11 16:40:43.164516"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.166186"], ["updated_at", "2018-10-11 16:40:43.166186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.167746"], ["updated_at", "2018-10-11 16:40:43.167746"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.170678"], ["updated_at", "2018-10-11 16:40:43.170678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.172378"], ["updated_at", "2018-10-11 16:40:43.172378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.173946"], ["updated_at", "2018-10-11 16:40:43.173946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.175580"], ["updated_at", "2018-10-11 16:40:43.175580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.177226"], ["updated_at", "2018-10-11 16:40:43.177226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.178846"], ["updated_at", "2018-10-11 16:40:43.178846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.180496"], ["updated_at", "2018-10-11 16:40:43.180496"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.182148"], ["updated_at", "2018-10-11 16:40:43.182148"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.185180"], ["updated_at", "2018-10-11 16:40:43.185180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.189263"], ["updated_at", "2018-10-11 16:40:43.189263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.191049"], ["updated_at", "2018-10-11 16:40:43.191049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.192741"], ["updated_at", "2018-10-11 16:40:43.192741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.194445"], ["updated_at", "2018-10-11 16:40:43.194445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.196055"], ["updated_at", "2018-10-11 16:40:43.196055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.197651"], ["updated_at", "2018-10-11 16:40:43.197651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.199247"], ["updated_at", "2018-10-11 16:40:43.199247"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.200883"], ["updated_at", "2018-10-11 16:40:43.200883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.202648"], ["updated_at", "2018-10-11 16:40:43.202648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.204251"], ["updated_at", "2018-10-11 16:40:43.204251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.205896"], ["updated_at", "2018-10-11 16:40:43.205896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.207417"], ["updated_at", "2018-10-11 16:40:43.207417"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.209140"], ["updated_at", "2018-10-11 16:40:43.209140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.210877"], ["updated_at", "2018-10-11 16:40:43.210877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.212424"], ["updated_at", "2018-10-11 16:40:43.212424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.214096"], ["updated_at", "2018-10-11 16:40:43.214096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.215673"], ["updated_at", "2018-10-11 16:40:43.215673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.217281"], ["updated_at", "2018-10-11 16:40:43.217281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.219004"], ["updated_at", "2018-10-11 16:40:43.219004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.220615"], ["updated_at", "2018-10-11 16:40:43.220615"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.222285"], ["updated_at", "2018-10-11 16:40:43.222285"], ["parent_id", 39895952907]] Kithe::Work Create (3.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.225037"], ["updated_at", "2018-10-11 16:40:43.225037"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.230583"], ["updated_at", "2018-10-11 16:40:43.230583"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.232681"], ["updated_at", "2018-10-11 16:40:43.232681"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.235046"], ["updated_at", "2018-10-11 16:40:43.235046"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.238989"], ["updated_at", "2018-10-11 16:40:43.238989"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.244402"], ["updated_at", "2018-10-11 16:40:43.244402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.247246"], ["updated_at", "2018-10-11 16:40:43.247246"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.248755"], ["updated_at", "2018-10-11 16:40:43.248755"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.251513"], ["updated_at", "2018-10-11 16:40:43.251513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.255378"], ["updated_at", "2018-10-11 16:40:43.255378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.257525"], ["updated_at", "2018-10-11 16:40:43.257525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.259342"], ["updated_at", "2018-10-11 16:40:43.259342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.261172"], ["updated_at", "2018-10-11 16:40:43.261172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.262707"], ["updated_at", "2018-10-11 16:40:43.262707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.264587"], ["updated_at", "2018-10-11 16:40:43.264587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.266590"], ["updated_at", "2018-10-11 16:40:43.266590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.268351"], ["updated_at", "2018-10-11 16:40:43.268351"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.270024"], ["updated_at", "2018-10-11 16:40:43.270024"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.271910"], ["updated_at", "2018-10-11 16:40:43.271910"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.273735"], ["updated_at", "2018-10-11 16:40:43.273735"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.275459"], ["updated_at", "2018-10-11 16:40:43.275459"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.277421"], ["updated_at", "2018-10-11 16:40:43.277421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.279202"], ["updated_at", "2018-10-11 16:40:43.279202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.280865"], ["updated_at", "2018-10-11 16:40:43.280865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.282604"], ["updated_at", "2018-10-11 16:40:43.282604"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.284192"], ["updated_at", "2018-10-11 16:40:43.284192"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.285946"], ["updated_at", "2018-10-11 16:40:43.285946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.287638"], ["updated_at", "2018-10-11 16:40:43.287638"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.289461"], ["updated_at", "2018-10-11 16:40:43.289461"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.292096"], ["updated_at", "2018-10-11 16:40:43.292096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.294567"], ["updated_at", "2018-10-11 16:40:43.294567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.296227"], ["updated_at", "2018-10-11 16:40:43.296227"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.297906"], ["updated_at", "2018-10-11 16:40:43.297906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.299533"], ["updated_at", "2018-10-11 16:40:43.299533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.301161"], ["updated_at", "2018-10-11 16:40:43.301161"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.304342"], ["updated_at", "2018-10-11 16:40:43.304342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.306122"], ["updated_at", "2018-10-11 16:40:43.306122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.307733"], ["updated_at", "2018-10-11 16:40:43.307733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.309489"], ["updated_at", "2018-10-11 16:40:43.309489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.311275"], ["updated_at", "2018-10-11 16:40:43.311275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.312880"], ["updated_at", "2018-10-11 16:40:43.312880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.314506"], ["updated_at", "2018-10-11 16:40:43.314506"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.316132"], ["updated_at", "2018-10-11 16:40:43.316132"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.320340"], ["updated_at", "2018-10-11 16:40:43.320340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.323361"], ["updated_at", "2018-10-11 16:40:43.323361"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.325100"], ["updated_at", "2018-10-11 16:40:43.325100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.326992"], ["updated_at", "2018-10-11 16:40:43.326992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.328747"], ["updated_at", "2018-10-11 16:40:43.328747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.330387"], ["updated_at", "2018-10-11 16:40:43.330387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.331935"], ["updated_at", "2018-10-11 16:40:43.331935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.333579"], ["updated_at", "2018-10-11 16:40:43.333579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.335184"], ["updated_at", "2018-10-11 16:40:43.335184"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.336807"], ["updated_at", "2018-10-11 16:40:43.336807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.338548"], ["updated_at", "2018-10-11 16:40:43.338548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.340389"], ["updated_at", "2018-10-11 16:40:43.340389"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.342473"], ["updated_at", "2018-10-11 16:40:43.342473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.344796"], ["updated_at", "2018-10-11 16:40:43.344796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.346775"], ["updated_at", "2018-10-11 16:40:43.346775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.348475"], ["updated_at", "2018-10-11 16:40:43.348475"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.350038"], ["updated_at", "2018-10-11 16:40:43.350038"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.352149"], ["updated_at", "2018-10-11 16:40:43.352149"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.354830"], ["updated_at", "2018-10-11 16:40:43.354830"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.357246"], ["updated_at", "2018-10-11 16:40:43.357246"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.360177"], ["updated_at", "2018-10-11 16:40:43.360177"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.362561"], ["updated_at", "2018-10-11 16:40:43.362561"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.365190"], ["updated_at", "2018-10-11 16:40:43.365190"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.367672"], ["updated_at", "2018-10-11 16:40:43.367672"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.370220"], ["updated_at", "2018-10-11 16:40:43.370220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.372601"], ["updated_at", "2018-10-11 16:40:43.372601"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.376022"], ["updated_at", "2018-10-11 16:40:43.376022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.377957"], ["updated_at", "2018-10-11 16:40:43.377957"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.379686"], ["updated_at", "2018-10-11 16:40:43.379686"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.381803"], ["updated_at", "2018-10-11 16:40:43.381803"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.385269"], ["updated_at", "2018-10-11 16:40:43.385269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.389479"], ["updated_at", "2018-10-11 16:40:43.389479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.391419"], ["updated_at", "2018-10-11 16:40:43.391419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.393044"], ["updated_at", "2018-10-11 16:40:43.393044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.394701"], ["updated_at", "2018-10-11 16:40:43.394701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.396292"], ["updated_at", "2018-10-11 16:40:43.396292"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.397899"], ["updated_at", "2018-10-11 16:40:43.397899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.400023"], ["updated_at", "2018-10-11 16:40:43.400023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.401712"], ["updated_at", "2018-10-11 16:40:43.401712"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.403389"], ["updated_at", "2018-10-11 16:40:43.403389"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.405004"], ["updated_at", "2018-10-11 16:40:43.405004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.406605"], ["updated_at", "2018-10-11 16:40:43.406605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.408236"], ["updated_at", "2018-10-11 16:40:43.408236"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.410203"], ["updated_at", "2018-10-11 16:40:43.410203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.411930"], ["updated_at", "2018-10-11 16:40:43.411930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.413541"], ["updated_at", "2018-10-11 16:40:43.413541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.415157"], ["updated_at", "2018-10-11 16:40:43.415157"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.416722"], ["updated_at", "2018-10-11 16:40:43.416722"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.418485"], ["updated_at", "2018-10-11 16:40:43.418485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.420258"], ["updated_at", "2018-10-11 16:40:43.420258"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.422219"], ["updated_at", "2018-10-11 16:40:43.422219"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.424975"], ["updated_at", "2018-10-11 16:40:43.424975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.427493"], ["updated_at", "2018-10-11 16:40:43.427493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.429160"], ["updated_at", "2018-10-11 16:40:43.429160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.430811"], ["updated_at", "2018-10-11 16:40:43.430811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.432508"], ["updated_at", "2018-10-11 16:40:43.432508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.434139"], ["updated_at", "2018-10-11 16:40:43.434139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.437331"], ["updated_at", "2018-10-11 16:40:43.437331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.439055"], ["updated_at", "2018-10-11 16:40:43.439055"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.440599"], ["updated_at", "2018-10-11 16:40:43.440599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.442349"], ["updated_at", "2018-10-11 16:40:43.442349"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.444145"], ["updated_at", "2018-10-11 16:40:43.444145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.445817"], ["updated_at", "2018-10-11 16:40:43.445817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.447435"], ["updated_at", "2018-10-11 16:40:43.447435"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.449079"], ["updated_at", "2018-10-11 16:40:43.449079"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.452661"], ["updated_at", "2018-10-11 16:40:43.452661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.456204"], ["updated_at", "2018-10-11 16:40:43.456204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.457859"], ["updated_at", "2018-10-11 16:40:43.457859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.459559"], ["updated_at", "2018-10-11 16:40:43.459559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.461299"], ["updated_at", "2018-10-11 16:40:43.461299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.462957"], ["updated_at", "2018-10-11 16:40:43.462957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.464552"], ["updated_at", "2018-10-11 16:40:43.464552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.466356"], ["updated_at", "2018-10-11 16:40:43.466356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.467970"], ["updated_at", "2018-10-11 16:40:43.467970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.469678"], ["updated_at", "2018-10-11 16:40:43.469678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.471318"], ["updated_at", "2018-10-11 16:40:43.471318"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.472894"], ["updated_at", "2018-10-11 16:40:43.472894"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.475087"], ["updated_at", "2018-10-11 16:40:43.475087"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.477929"], ["updated_at", "2018-10-11 16:40:43.477929"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.480573"], ["updated_at", "2018-10-11 16:40:43.480573"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.483239"], ["updated_at", "2018-10-11 16:40:43.483239"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.485991"], ["updated_at", "2018-10-11 16:40:43.485991"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.488511"], ["updated_at", "2018-10-11 16:40:43.488511"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.491165"], ["updated_at", "2018-10-11 16:40:43.491165"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.493940"], ["updated_at", "2018-10-11 16:40:43.493940"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.495924"], ["updated_at", "2018-10-11 16:40:43.495924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.498147"], ["updated_at", "2018-10-11 16:40:43.498147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.499896"], ["updated_at", "2018-10-11 16:40:43.499896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.501601"], ["updated_at", "2018-10-11 16:40:43.501601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.504574"], ["updated_at", "2018-10-11 16:40:43.504574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.506268"], ["updated_at", "2018-10-11 16:40:43.506268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.507906"], ["updated_at", "2018-10-11 16:40:43.507906"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.509619"], ["updated_at", "2018-10-11 16:40:43.509619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.511339"], ["updated_at", "2018-10-11 16:40:43.511339"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.512917"], ["updated_at", "2018-10-11 16:40:43.512917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.514591"], ["updated_at", "2018-10-11 16:40:43.514591"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.516165"], ["updated_at", "2018-10-11 16:40:43.516165"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.519783"], ["updated_at", "2018-10-11 16:40:43.519783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.523407"], ["updated_at", "2018-10-11 16:40:43.523407"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.525069"], ["updated_at", "2018-10-11 16:40:43.525069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.526800"], ["updated_at", "2018-10-11 16:40:43.526800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.528497"], ["updated_at", "2018-10-11 16:40:43.528497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.530231"], ["updated_at", "2018-10-11 16:40:43.530231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.531941"], ["updated_at", "2018-10-11 16:40:43.531941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.533512"], ["updated_at", "2018-10-11 16:40:43.533512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.535286"], ["updated_at", "2018-10-11 16:40:43.535286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.537109"], ["updated_at", "2018-10-11 16:40:43.537109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.538679"], ["updated_at", "2018-10-11 16:40:43.538679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.540279"], ["updated_at", "2018-10-11 16:40:43.540279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.541899"], ["updated_at", "2018-10-11 16:40:43.541899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.543633"], ["updated_at", "2018-10-11 16:40:43.543633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.545288"], ["updated_at", "2018-10-11 16:40:43.545288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.546923"], ["updated_at", "2018-10-11 16:40:43.546923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.548531"], ["updated_at", "2018-10-11 16:40:43.548531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.550272"], ["updated_at", "2018-10-11 16:40:43.550272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.551961"], ["updated_at", "2018-10-11 16:40:43.551961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.553671"], ["updated_at", "2018-10-11 16:40:43.553671"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.555343"], ["updated_at", "2018-10-11 16:40:43.555343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.557778"], ["updated_at", "2018-10-11 16:40:43.557778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.560061"], ["updated_at", "2018-10-11 16:40:43.560061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.561917"], ["updated_at", "2018-10-11 16:40:43.561917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.563523"], ["updated_at", "2018-10-11 16:40:43.563523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.565172"], ["updated_at", "2018-10-11 16:40:43.565172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.566761"], ["updated_at", "2018-10-11 16:40:43.566761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.569797"], ["updated_at", "2018-10-11 16:40:43.569797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.571566"], ["updated_at", "2018-10-11 16:40:43.571566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.573364"], ["updated_at", "2018-10-11 16:40:43.573364"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.574966"], ["updated_at", "2018-10-11 16:40:43.574966"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.576818"], ["updated_at", "2018-10-11 16:40:43.576818"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.578591"], ["updated_at", "2018-10-11 16:40:43.578591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.580233"], ["updated_at", "2018-10-11 16:40:43.580233"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.581861"], ["updated_at", "2018-10-11 16:40:43.581861"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.584279"], ["updated_at", "2018-10-11 16:40:43.584279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.588402"], ["updated_at", "2018-10-11 16:40:43.588402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.590465"], ["updated_at", "2018-10-11 16:40:43.590465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.592092"], ["updated_at", "2018-10-11 16:40:43.592092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.593773"], ["updated_at", "2018-10-11 16:40:43.593773"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.595630"], ["updated_at", "2018-10-11 16:40:43.595630"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.598346"], ["updated_at", "2018-10-11 16:40:43.598346"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.600903"], ["updated_at", "2018-10-11 16:40:43.600903"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.603888"], ["updated_at", "2018-10-11 16:40:43.603888"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.606779"], ["updated_at", "2018-10-11 16:40:43.606779"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.609884"], ["updated_at", "2018-10-11 16:40:43.609884"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.612690"], ["updated_at", "2018-10-11 16:40:43.612690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.615207"], ["updated_at", "2018-10-11 16:40:43.615207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.616950"], ["updated_at", "2018-10-11 16:40:43.616950"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.618596"], ["updated_at", "2018-10-11 16:40:43.618596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.620335"], ["updated_at", "2018-10-11 16:40:43.620335"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.624727"], ["updated_at", "2018-10-11 16:40:43.624727"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.627537"], ["updated_at", "2018-10-11 16:40:43.627537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.629482"], ["updated_at", "2018-10-11 16:40:43.629482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.631159"], ["updated_at", "2018-10-11 16:40:43.631159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.632870"], ["updated_at", "2018-10-11 16:40:43.632870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.634504"], ["updated_at", "2018-10-11 16:40:43.634504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.637514"], ["updated_at", "2018-10-11 16:40:43.637514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.639089"], ["updated_at", "2018-10-11 16:40:43.639089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.640781"], ["updated_at", "2018-10-11 16:40:43.640781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.642500"], ["updated_at", "2018-10-11 16:40:43.642500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.644245"], ["updated_at", "2018-10-11 16:40:43.644245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.645860"], ["updated_at", "2018-10-11 16:40:43.645860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.647541"], ["updated_at", "2018-10-11 16:40:43.647541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.649186"], ["updated_at", "2018-10-11 16:40:43.649186"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.652090"], ["updated_at", "2018-10-11 16:40:43.652090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.656326"], ["updated_at", "2018-10-11 16:40:43.656326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.658311"], ["updated_at", "2018-10-11 16:40:43.658311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.660034"], ["updated_at", "2018-10-11 16:40:43.660034"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.661746"], ["updated_at", "2018-10-11 16:40:43.661746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.664121"], ["updated_at", "2018-10-11 16:40:43.664121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.665946"], ["updated_at", "2018-10-11 16:40:43.665946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.667561"], ["updated_at", "2018-10-11 16:40:43.667561"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.669345"], ["updated_at", "2018-10-11 16:40:43.669345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.671072"], ["updated_at", "2018-10-11 16:40:43.671072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.672668"], ["updated_at", "2018-10-11 16:40:43.672668"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.674292"], ["updated_at", "2018-10-11 16:40:43.674292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.676029"], ["updated_at", "2018-10-11 16:40:43.676029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.677730"], ["updated_at", "2018-10-11 16:40:43.677730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.679378"], ["updated_at", "2018-10-11 16:40:43.679378"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.681083"], ["updated_at", "2018-10-11 16:40:43.681083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.682840"], ["updated_at", "2018-10-11 16:40:43.682840"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.684412"], ["updated_at", "2018-10-11 16:40:43.684412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.686110"], ["updated_at", "2018-10-11 16:40:43.686110"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.687839"], ["updated_at", "2018-10-11 16:40:43.687839"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.689863"], ["updated_at", "2018-10-11 16:40:43.689863"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.692486"], ["updated_at", "2018-10-11 16:40:43.692486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.694596"], ["updated_at", "2018-10-11 16:40:43.694596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.696231"], ["updated_at", "2018-10-11 16:40:43.696231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.698121"], ["updated_at", "2018-10-11 16:40:43.698121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.700108"], ["updated_at", "2018-10-11 16:40:43.700108"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.702276"], ["updated_at", "2018-10-11 16:40:43.702276"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.705381"], ["updated_at", "2018-10-11 16:40:43.705381"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.707199"], ["updated_at", "2018-10-11 16:40:43.707199"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.708910"], ["updated_at", "2018-10-11 16:40:43.708910"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.710742"], ["updated_at", "2018-10-11 16:40:43.710742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.712550"], ["updated_at", "2018-10-11 16:40:43.712550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.714162"], ["updated_at", "2018-10-11 16:40:43.714162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.715957"], ["updated_at", "2018-10-11 16:40:43.715957"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.719406"], ["updated_at", "2018-10-11 16:40:43.719406"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.723876"], ["updated_at", "2018-10-11 16:40:43.723876"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.726750"], ["updated_at", "2018-10-11 16:40:43.726750"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.729413"], ["updated_at", "2018-10-11 16:40:43.729413"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.732007"], ["updated_at", "2018-10-11 16:40:43.732007"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.734654"], ["updated_at", "2018-10-11 16:40:43.734654"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.737367"], ["updated_at", "2018-10-11 16:40:43.737367"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.739797"], ["updated_at", "2018-10-11 16:40:43.739797"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.741519"], ["updated_at", "2018-10-11 16:40:43.741519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.743358"], ["updated_at", "2018-10-11 16:40:43.743358"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.745037"], ["updated_at", "2018-10-11 16:40:43.745037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.746723"], ["updated_at", "2018-10-11 16:40:43.746723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.748329"], ["updated_at", "2018-10-11 16:40:43.748329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.749897"], ["updated_at", "2018-10-11 16:40:43.749897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.751544"], ["updated_at", "2018-10-11 16:40:43.751544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.753178"], ["updated_at", "2018-10-11 16:40:43.753178"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.754791"], ["updated_at", "2018-10-11 16:40:43.754791"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.757400"], ["updated_at", "2018-10-11 16:40:43.757400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.760016"], ["updated_at", "2018-10-11 16:40:43.760016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.761769"], ["updated_at", "2018-10-11 16:40:43.761769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.763432"], ["updated_at", "2018-10-11 16:40:43.763432"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.765110"], ["updated_at", "2018-10-11 16:40:43.765110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.766652"], ["updated_at", "2018-10-11 16:40:43.766652"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.768438"], ["updated_at", "2018-10-11 16:40:43.768438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.771634"], ["updated_at", "2018-10-11 16:40:43.771634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.773296"], ["updated_at", "2018-10-11 16:40:43.773296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.774885"], ["updated_at", "2018-10-11 16:40:43.774885"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.776528"], ["updated_at", "2018-10-11 16:40:43.776528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.778218"], ["updated_at", "2018-10-11 16:40:43.778218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.779778"], ["updated_at", "2018-10-11 16:40:43.779778"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.781878"], ["updated_at", "2018-10-11 16:40:43.781878"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.785261"], ["updated_at", "2018-10-11 16:40:43.785261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.789564"], ["updated_at", "2018-10-11 16:40:43.789564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.791490"], ["updated_at", "2018-10-11 16:40:43.791490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.793304"], ["updated_at", "2018-10-11 16:40:43.793304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.795058"], ["updated_at", "2018-10-11 16:40:43.795058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.796726"], ["updated_at", "2018-10-11 16:40:43.796726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.798347"], ["updated_at", "2018-10-11 16:40:43.798347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.800111"], ["updated_at", "2018-10-11 16:40:43.800111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.801841"], ["updated_at", "2018-10-11 16:40:43.801841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.803615"], ["updated_at", "2018-10-11 16:40:43.803615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.805217"], ["updated_at", "2018-10-11 16:40:43.805217"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.806743"], ["updated_at", "2018-10-11 16:40:43.806743"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.808807"], ["updated_at", "2018-10-11 16:40:43.808807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.810628"], ["updated_at", "2018-10-11 16:40:43.810628"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.812375"], ["updated_at", "2018-10-11 16:40:43.812375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.814111"], ["updated_at", "2018-10-11 16:40:43.814111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.815700"], ["updated_at", "2018-10-11 16:40:43.815700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.817266"], ["updated_at", "2018-10-11 16:40:43.817266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.818911"], ["updated_at", "2018-10-11 16:40:43.818911"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.820758"], ["updated_at", "2018-10-11 16:40:43.820758"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.823245"], ["updated_at", "2018-10-11 16:40:43.823245"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.825924"], ["updated_at", "2018-10-11 16:40:43.825924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.827894"], ["updated_at", "2018-10-11 16:40:43.827894"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.829520"], ["updated_at", "2018-10-11 16:40:43.829520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.831286"], ["updated_at", "2018-10-11 16:40:43.831286"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.832856"], ["updated_at", "2018-10-11 16:40:43.832856"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.834542"], ["updated_at", "2018-10-11 16:40:43.834542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.837650"], ["updated_at", "2018-10-11 16:40:43.837650"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.839322"], ["updated_at", "2018-10-11 16:40:43.839322"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.840973"], ["updated_at", "2018-10-11 16:40:43.840973"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.842688"], ["updated_at", "2018-10-11 16:40:43.842688"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.845293"], ["updated_at", "2018-10-11 16:40:43.845293"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.848029"], ["updated_at", "2018-10-11 16:40:43.848029"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.851607"], ["updated_at", "2018-10-11 16:40:43.851607"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.856658"], ["updated_at", "2018-10-11 16:40:43.856658"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.859759"], ["updated_at", "2018-10-11 16:40:43.859759"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.862581"], ["updated_at", "2018-10-11 16:40:43.862581"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.865180"], ["updated_at", "2018-10-11 16:40:43.865180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.867137"], ["updated_at", "2018-10-11 16:40:43.867137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.868913"], ["updated_at", "2018-10-11 16:40:43.868913"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.870695"], ["updated_at", "2018-10-11 16:40:43.870695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.872807"], ["updated_at", "2018-10-11 16:40:43.872807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.874419"], ["updated_at", "2018-10-11 16:40:43.874419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.876192"], ["updated_at", "2018-10-11 16:40:43.876192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.877939"], ["updated_at", "2018-10-11 16:40:43.877939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.879596"], ["updated_at", "2018-10-11 16:40:43.879596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.881147"], ["updated_at", "2018-10-11 16:40:43.881147"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.882758"], ["updated_at", "2018-10-11 16:40:43.882758"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.884618"], ["updated_at", "2018-10-11 16:40:43.884618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.886354"], ["updated_at", "2018-10-11 16:40:43.886354"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.888056"], ["updated_at", "2018-10-11 16:40:43.888056"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.890022"], ["updated_at", "2018-10-11 16:40:43.890022"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.892904"], ["updated_at", "2018-10-11 16:40:43.892904"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.894948"], ["updated_at", "2018-10-11 16:40:43.894948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.897468"], ["updated_at", "2018-10-11 16:40:43.897468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.899206"], ["updated_at", "2018-10-11 16:40:43.899206"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.900783"], ["updated_at", "2018-10-11 16:40:43.900783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.902416"], ["updated_at", "2018-10-11 16:40:43.902416"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.907396"], ["updated_at", "2018-10-11 16:40:43.907396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.909514"], ["updated_at", "2018-10-11 16:40:43.909514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.911678"], ["updated_at", "2018-10-11 16:40:43.911678"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.913447"], ["updated_at", "2018-10-11 16:40:43.913447"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.915756"], ["updated_at", "2018-10-11 16:40:43.915756"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.919918"], ["updated_at", "2018-10-11 16:40:43.919918"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.923138"], ["updated_at", "2018-10-11 16:40:43.923138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.924895"], ["updated_at", "2018-10-11 16:40:43.924895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.926665"], ["updated_at", "2018-10-11 16:40:43.926665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.928339"], ["updated_at", "2018-10-11 16:40:43.928339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.929955"], ["updated_at", "2018-10-11 16:40:43.929955"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.931511"], ["updated_at", "2018-10-11 16:40:43.931511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.933166"], ["updated_at", "2018-10-11 16:40:43.933166"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.934725"], ["updated_at", "2018-10-11 16:40:43.934725"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.936520"], ["updated_at", "2018-10-11 16:40:43.936520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.938282"], ["updated_at", "2018-10-11 16:40:43.938282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.939919"], ["updated_at", "2018-10-11 16:40:43.939919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.941572"], ["updated_at", "2018-10-11 16:40:43.941572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.943269"], ["updated_at", "2018-10-11 16:40:43.943269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.944910"], ["updated_at", "2018-10-11 16:40:43.944910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.946511"], ["updated_at", "2018-10-11 16:40:43.946511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.948127"], ["updated_at", "2018-10-11 16:40:43.948127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.949760"], ["updated_at", "2018-10-11 16:40:43.949760"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.951286"], ["updated_at", "2018-10-11 16:40:43.951286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.952941"], ["updated_at", "2018-10-11 16:40:43.952941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.954594"], ["updated_at", "2018-10-11 16:40:43.954594"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.956475"], ["updated_at", "2018-10-11 16:40:43.956475"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.959208"], ["updated_at", "2018-10-11 16:40:43.959208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.961204"], ["updated_at", "2018-10-11 16:40:43.961204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.963003"], ["updated_at", "2018-10-11 16:40:43.963003"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.964668"], ["updated_at", "2018-10-11 16:40:43.964668"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.966206"], ["updated_at", "2018-10-11 16:40:43.966206"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.968130"], ["updated_at", "2018-10-11 16:40:43.968130"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.971658"], ["updated_at", "2018-10-11 16:40:43.971658"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.974363"], ["updated_at", "2018-10-11 16:40:43.974363"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.977110"], ["updated_at", "2018-10-11 16:40:43.977110"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.979753"], ["updated_at", "2018-10-11 16:40:43.979753"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.983025"], ["updated_at", "2018-10-11 16:40:43.983025"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.987725"], ["updated_at", "2018-10-11 16:40:43.987725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.990695"], ["updated_at", "2018-10-11 16:40:43.990695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.992397"], ["updated_at", "2018-10-11 16:40:43.992397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.994172"], ["updated_at", "2018-10-11 16:40:43.994172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.995875"], ["updated_at", "2018-10-11 16:40:43.995875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.997499"], ["updated_at", "2018-10-11 16:40:43.997499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:43.999118"], ["updated_at", "2018-10-11 16:40:43.999118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.000721"], ["updated_at", "2018-10-11 16:40:44.000721"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.002466"], ["updated_at", "2018-10-11 16:40:44.002466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.004155"], ["updated_at", "2018-10-11 16:40:44.004155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.005857"], ["updated_at", "2018-10-11 16:40:44.005857"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.007438"], ["updated_at", "2018-10-11 16:40:44.007438"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.009208"], ["updated_at", "2018-10-11 16:40:44.009208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.011045"], ["updated_at", "2018-10-11 16:40:44.011045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.012751"], ["updated_at", "2018-10-11 16:40:44.012751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.014331"], ["updated_at", "2018-10-11 16:40:44.014331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.015951"], ["updated_at", "2018-10-11 16:40:44.015951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.017632"], ["updated_at", "2018-10-11 16:40:44.017632"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.019388"], ["updated_at", "2018-10-11 16:40:44.019388"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.021073"], ["updated_at", "2018-10-11 16:40:44.021073"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.022875"], ["updated_at", "2018-10-11 16:40:44.022875"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.025628"], ["updated_at", "2018-10-11 16:40:44.025628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.027729"], ["updated_at", "2018-10-11 16:40:44.027729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.029442"], ["updated_at", "2018-10-11 16:40:44.029442"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.031081"], ["updated_at", "2018-10-11 16:40:44.031081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.032917"], ["updated_at", "2018-10-11 16:40:44.032917"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.034601"], ["updated_at", "2018-10-11 16:40:44.034601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.037717"], ["updated_at", "2018-10-11 16:40:44.037717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.039291"], ["updated_at", "2018-10-11 16:40:44.039291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.040961"], ["updated_at", "2018-10-11 16:40:44.040961"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.042655"], ["updated_at", "2018-10-11 16:40:44.042655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.044380"], ["updated_at", "2018-10-11 16:40:44.044380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.045989"], ["updated_at", "2018-10-11 16:40:44.045989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.047639"], ["updated_at", "2018-10-11 16:40:44.047639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.049228"], ["updated_at", "2018-10-11 16:40:44.049228"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.051753"], ["updated_at", "2018-10-11 16:40:44.051753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.055862"], ["updated_at", "2018-10-11 16:40:44.055862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.058003"], ["updated_at", "2018-10-11 16:40:44.058003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.059729"], ["updated_at", "2018-10-11 16:40:44.059729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.061543"], ["updated_at", "2018-10-11 16:40:44.061543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.063078"], ["updated_at", "2018-10-11 16:40:44.063078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.064704"], ["updated_at", "2018-10-11 16:40:44.064704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.066324"], ["updated_at", "2018-10-11 16:40:44.066324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.067959"], ["updated_at", "2018-10-11 16:40:44.067959"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.069669"], ["updated_at", "2018-10-11 16:40:44.069669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.071334"], ["updated_at", "2018-10-11 16:40:44.071334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.072909"], ["updated_at", "2018-10-11 16:40:44.072909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.074516"], ["updated_at", "2018-10-11 16:40:44.074516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.076353"], ["updated_at", "2018-10-11 16:40:44.076353"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.078202"], ["updated_at", "2018-10-11 16:40:44.078202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.081111"], ["updated_at", "2018-10-11 16:40:44.081111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.082658"], ["updated_at", "2018-10-11 16:40:44.082658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.084390"], ["updated_at", "2018-10-11 16:40:44.084390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.086087"], ["updated_at", "2018-10-11 16:40:44.086087"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.087715"], ["updated_at", "2018-10-11 16:40:44.087715"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.089540"], ["updated_at", "2018-10-11 16:40:44.089540"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.092325"], ["updated_at", "2018-10-11 16:40:44.092325"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.094694"], ["updated_at", "2018-10-11 16:40:44.094694"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.096541"], ["updated_at", "2018-10-11 16:40:44.096541"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.098730"], ["updated_at", "2018-10-11 16:40:44.098730"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.100723"], ["updated_at", "2018-10-11 16:40:44.100723"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.102762"], ["updated_at", "2018-10-11 16:40:44.102762"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.108407"], ["updated_at", "2018-10-11 16:40:44.108407"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.111267"], ["updated_at", "2018-10-11 16:40:44.111267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.113560"], ["updated_at", "2018-10-11 16:40:44.113560"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.115452"], ["updated_at", "2018-10-11 16:40:44.115452"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.117860"], ["updated_at", "2018-10-11 16:40:44.117860"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.121791"], ["updated_at", "2018-10-11 16:40:44.121791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.124117"], ["updated_at", "2018-10-11 16:40:44.124117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.125836"], ["updated_at", "2018-10-11 16:40:44.125836"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.127494"], ["updated_at", "2018-10-11 16:40:44.127494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.129194"], ["updated_at", "2018-10-11 16:40:44.129194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.130794"], ["updated_at", "2018-10-11 16:40:44.130794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.132405"], ["updated_at", "2018-10-11 16:40:44.132405"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.133954"], ["updated_at", "2018-10-11 16:40:44.133954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.135653"], ["updated_at", "2018-10-11 16:40:44.135653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.137225"], ["updated_at", "2018-10-11 16:40:44.137225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.138868"], ["updated_at", "2018-10-11 16:40:44.138868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.140467"], ["updated_at", "2018-10-11 16:40:44.140467"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.142091"], ["updated_at", "2018-10-11 16:40:44.142091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.143789"], ["updated_at", "2018-10-11 16:40:44.143789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.145433"], ["updated_at", "2018-10-11 16:40:44.145433"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.146978"], ["updated_at", "2018-10-11 16:40:44.146978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.148661"], ["updated_at", "2018-10-11 16:40:44.148661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.150241"], ["updated_at", "2018-10-11 16:40:44.150241"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.151798"], ["updated_at", "2018-10-11 16:40:44.151798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.153520"], ["updated_at", "2018-10-11 16:40:44.153520"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.155352"], ["updated_at", "2018-10-11 16:40:44.155352"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.157981"], ["updated_at", "2018-10-11 16:40:44.157981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.160097"], ["updated_at", "2018-10-11 16:40:44.160097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.161892"], ["updated_at", "2018-10-11 16:40:44.161892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.163500"], ["updated_at", "2018-10-11 16:40:44.163500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.165151"], ["updated_at", "2018-10-11 16:40:44.165151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.166731"], ["updated_at", "2018-10-11 16:40:44.166731"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.169585"], ["updated_at", "2018-10-11 16:40:44.169585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.171379"], ["updated_at", "2018-10-11 16:40:44.171379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.173064"], ["updated_at", "2018-10-11 16:40:44.173064"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.174634"], ["updated_at", "2018-10-11 16:40:44.174634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.176357"], ["updated_at", "2018-10-11 16:40:44.176357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.178085"], ["updated_at", "2018-10-11 16:40:44.178085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.179672"], ["updated_at", "2018-10-11 16:40:44.179672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.181256"], ["updated_at", "2018-10-11 16:40:44.181256"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.183141"], ["updated_at", "2018-10-11 16:40:44.183141"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.185647"], ["updated_at", "2018-10-11 16:40:44.185647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.189409"], ["updated_at", "2018-10-11 16:40:44.189409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.191414"], ["updated_at", "2018-10-11 16:40:44.191414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.193021"], ["updated_at", "2018-10-11 16:40:44.193021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.194668"], ["updated_at", "2018-10-11 16:40:44.194668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.196267"], ["updated_at", "2018-10-11 16:40:44.196267"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.197865"], ["updated_at", "2018-10-11 16:40:44.197865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.199508"], ["updated_at", "2018-10-11 16:40:44.199508"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.201103"], ["updated_at", "2018-10-11 16:40:44.201103"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.202796"], ["updated_at", "2018-10-11 16:40:44.202796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.204496"], ["updated_at", "2018-10-11 16:40:44.204496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.206034"], ["updated_at", "2018-10-11 16:40:44.206034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.207637"], ["updated_at", "2018-10-11 16:40:44.207637"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.209323"], ["updated_at", "2018-10-11 16:40:44.209323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.211043"], ["updated_at", "2018-10-11 16:40:44.211043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.212616"], ["updated_at", "2018-10-11 16:40:44.212616"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.214586"], ["updated_at", "2018-10-11 16:40:44.214586"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.217809"], ["updated_at", "2018-10-11 16:40:44.217809"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.221310"], ["updated_at", "2018-10-11 16:40:44.221310"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.223939"], ["updated_at", "2018-10-11 16:40:44.223939"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.226719"], ["updated_at", "2018-10-11 16:40:44.226719"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.228991"], ["updated_at", "2018-10-11 16:40:44.228991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.231051"], ["updated_at", "2018-10-11 16:40:44.231051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.232750"], ["updated_at", "2018-10-11 16:40:44.232750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.234338"], ["updated_at", "2018-10-11 16:40:44.234338"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.235980"], ["updated_at", "2018-10-11 16:40:44.235980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.239367"], ["updated_at", "2018-10-11 16:40:44.239367"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.241021"], ["updated_at", "2018-10-11 16:40:44.241021"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.242687"], ["updated_at", "2018-10-11 16:40:44.242687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.244432"], ["updated_at", "2018-10-11 16:40:44.244432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.246083"], ["updated_at", "2018-10-11 16:40:44.246083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.247627"], ["updated_at", "2018-10-11 16:40:44.247627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.249275"], ["updated_at", "2018-10-11 16:40:44.249275"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.252034"], ["updated_at", "2018-10-11 16:40:44.252034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.256112"], ["updated_at", "2018-10-11 16:40:44.256112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.258243"], ["updated_at", "2018-10-11 16:40:44.258243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.259990"], ["updated_at", "2018-10-11 16:40:44.259990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.261688"], ["updated_at", "2018-10-11 16:40:44.261688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.263338"], ["updated_at", "2018-10-11 16:40:44.263338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.264904"], ["updated_at", "2018-10-11 16:40:44.264904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.266519"], ["updated_at", "2018-10-11 16:40:44.266519"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.268147"], ["updated_at", "2018-10-11 16:40:44.268147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.270061"], ["updated_at", "2018-10-11 16:40:44.270061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.271722"], ["updated_at", "2018-10-11 16:40:44.271722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.273284"], ["updated_at", "2018-10-11 16:40:44.273284"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.274887"], ["updated_at", "2018-10-11 16:40:44.274887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.276578"], ["updated_at", "2018-10-11 16:40:44.276578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.278279"], ["updated_at", "2018-10-11 16:40:44.278279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.279880"], ["updated_at", "2018-10-11 16:40:44.279880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.281430"], ["updated_at", "2018-10-11 16:40:44.281430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.283084"], ["updated_at", "2018-10-11 16:40:44.283084"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.284747"], ["updated_at", "2018-10-11 16:40:44.284747"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.286489"], ["updated_at", "2018-10-11 16:40:44.286489"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.288087"], ["updated_at", "2018-10-11 16:40:44.288087"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.289830"], ["updated_at", "2018-10-11 16:40:44.289830"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.292030"], ["updated_at", "2018-10-11 16:40:44.292030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.294602"], ["updated_at", "2018-10-11 16:40:44.294602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.296269"], ["updated_at", "2018-10-11 16:40:44.296269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.297918"], ["updated_at", "2018-10-11 16:40:44.297918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.299581"], ["updated_at", "2018-10-11 16:40:44.299581"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.301175"], ["updated_at", "2018-10-11 16:40:44.301175"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.304895"], ["updated_at", "2018-10-11 16:40:44.304895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.306543"], ["updated_at", "2018-10-11 16:40:44.306543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.308151"], ["updated_at", "2018-10-11 16:40:44.308151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.309982"], ["updated_at", "2018-10-11 16:40:44.309982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.311702"], ["updated_at", "2018-10-11 16:40:44.311702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.313297"], ["updated_at", "2018-10-11 16:40:44.313297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.314940"], ["updated_at", "2018-10-11 16:40:44.314940"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.316503"], ["updated_at", "2018-10-11 16:40:44.316503"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.320647"], ["updated_at", "2018-10-11 16:40:44.320647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.323983"], ["updated_at", "2018-10-11 16:40:44.323983"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.325573"], ["updated_at", "2018-10-11 16:40:44.325573"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.327285"], ["updated_at", "2018-10-11 16:40:44.327285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.328999"], ["updated_at", "2018-10-11 16:40:44.328999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.330761"], ["updated_at", "2018-10-11 16:40:44.330761"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.332683"], ["updated_at", "2018-10-11 16:40:44.332683"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.336159"], ["updated_at", "2018-10-11 16:40:44.336159"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.339690"], ["updated_at", "2018-10-11 16:40:44.339690"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.343350"], ["updated_at", "2018-10-11 16:40:44.343350"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.346792"], ["updated_at", "2018-10-11 16:40:44.346792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.350303"], ["updated_at", "2018-10-11 16:40:44.350303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.352267"], ["updated_at", "2018-10-11 16:40:44.352267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.353896"], ["updated_at", "2018-10-11 16:40:44.353896"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.355674"], ["updated_at", "2018-10-11 16:40:44.355674"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.358223"], ["updated_at", "2018-10-11 16:40:44.358223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.360299"], ["updated_at", "2018-10-11 16:40:44.360299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.361987"], ["updated_at", "2018-10-11 16:40:44.361987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.363634"], ["updated_at", "2018-10-11 16:40:44.363634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.365303"], ["updated_at", "2018-10-11 16:40:44.365303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.366869"], ["updated_at", "2018-10-11 16:40:44.366869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.370017"], ["updated_at", "2018-10-11 16:40:44.370017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.371712"], ["updated_at", "2018-10-11 16:40:44.371712"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.373310"], ["updated_at", "2018-10-11 16:40:44.373310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.374896"], ["updated_at", "2018-10-11 16:40:44.374896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.376653"], ["updated_at", "2018-10-11 16:40:44.376653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.378351"], ["updated_at", "2018-10-11 16:40:44.378351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.379916"], ["updated_at", "2018-10-11 16:40:44.379916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.381492"], ["updated_at", "2018-10-11 16:40:44.381492"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.383828"], ["updated_at", "2018-10-11 16:40:44.383828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.388222"], ["updated_at", "2018-10-11 16:40:44.388222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.390514"], ["updated_at", "2018-10-11 16:40:44.390514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.392149"], ["updated_at", "2018-10-11 16:40:44.392149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.393837"], ["updated_at", "2018-10-11 16:40:44.393837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.395451"], ["updated_at", "2018-10-11 16:40:44.395451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.397135"], ["updated_at", "2018-10-11 16:40:44.397135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.398680"], ["updated_at", "2018-10-11 16:40:44.398680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.400226"], ["updated_at", "2018-10-11 16:40:44.400226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.401824"], ["updated_at", "2018-10-11 16:40:44.401824"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.403522"], ["updated_at", "2018-10-11 16:40:44.403522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.405163"], ["updated_at", "2018-10-11 16:40:44.405163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.406722"], ["updated_at", "2018-10-11 16:40:44.406722"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.408360"], ["updated_at", "2018-10-11 16:40:44.408360"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.410107"], ["updated_at", "2018-10-11 16:40:44.410107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.411867"], ["updated_at", "2018-10-11 16:40:44.411867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.413466"], ["updated_at", "2018-10-11 16:40:44.413466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.414978"], ["updated_at", "2018-10-11 16:40:44.414978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.416557"], ["updated_at", "2018-10-11 16:40:44.416557"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.418169"], ["updated_at", "2018-10-11 16:40:44.418169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.419908"], ["updated_at", "2018-10-11 16:40:44.419908"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.421573"], ["updated_at", "2018-10-11 16:40:44.421573"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.423562"], ["updated_at", "2018-10-11 16:40:44.423562"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.426420"], ["updated_at", "2018-10-11 16:40:44.426420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.428495"], ["updated_at", "2018-10-11 16:40:44.428495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.430098"], ["updated_at", "2018-10-11 16:40:44.430098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.431679"], ["updated_at", "2018-10-11 16:40:44.431679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.433293"], ["updated_at", "2018-10-11 16:40:44.433293"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.435017"], ["updated_at", "2018-10-11 16:40:44.435017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.438261"], ["updated_at", "2018-10-11 16:40:44.438261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.439922"], ["updated_at", "2018-10-11 16:40:44.439922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.441485"], ["updated_at", "2018-10-11 16:40:44.441485"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.443293"], ["updated_at", "2018-10-11 16:40:44.443293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.445014"], ["updated_at", "2018-10-11 16:40:44.445014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.446584"], ["updated_at", "2018-10-11 16:40:44.446584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.448227"], ["updated_at", "2018-10-11 16:40:44.448227"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.450550"], ["updated_at", "2018-10-11 16:40:44.450550"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.455202"], ["updated_at", "2018-10-11 16:40:44.455202"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.459403"], ["updated_at", "2018-10-11 16:40:44.459403"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.463325"], ["updated_at", "2018-10-11 16:40:44.463325"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.466926"], ["updated_at", "2018-10-11 16:40:44.466926"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.470676"], ["updated_at", "2018-10-11 16:40:44.470676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.473790"], ["updated_at", "2018-10-11 16:40:44.473790"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.475501"], ["updated_at", "2018-10-11 16:40:44.475501"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.477304"], ["updated_at", "2018-10-11 16:40:44.477304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.479002"], ["updated_at", "2018-10-11 16:40:44.479002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.480585"], ["updated_at", "2018-10-11 16:40:44.480585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.482349"], ["updated_at", "2018-10-11 16:40:44.482349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.484058"], ["updated_at", "2018-10-11 16:40:44.484058"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.485684"], ["updated_at", "2018-10-11 16:40:44.485684"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.487433"], ["updated_at", "2018-10-11 16:40:44.487433"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.489226"], ["updated_at", "2018-10-11 16:40:44.489226"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.491441"], ["updated_at", "2018-10-11 16:40:44.491441"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.493467"], ["updated_at", "2018-10-11 16:40:44.493467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.495213"], ["updated_at", "2018-10-11 16:40:44.495213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.496756"], ["updated_at", "2018-10-11 16:40:44.496756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.498435"], ["updated_at", "2018-10-11 16:40:44.498435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.500054"], ["updated_at", "2018-10-11 16:40:44.500054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.503837"], ["updated_at", "2018-10-11 16:40:44.503837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.505492"], ["updated_at", "2018-10-11 16:40:44.505492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.507088"], ["updated_at", "2018-10-11 16:40:44.507088"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.508735"], ["updated_at", "2018-10-11 16:40:44.508735"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.510476"], ["updated_at", "2018-10-11 16:40:44.510476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.512182"], ["updated_at", "2018-10-11 16:40:44.512182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.513792"], ["updated_at", "2018-10-11 16:40:44.513792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.515365"], ["updated_at", "2018-10-11 16:40:44.515365"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.517411"], ["updated_at", "2018-10-11 16:40:44.517411"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.521212"], ["updated_at", "2018-10-11 16:40:44.521212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.524060"], ["updated_at", "2018-10-11 16:40:44.524060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.525768"], ["updated_at", "2018-10-11 16:40:44.525768"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.527483"], ["updated_at", "2018-10-11 16:40:44.527483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.529143"], ["updated_at", "2018-10-11 16:40:44.529143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.530774"], ["updated_at", "2018-10-11 16:40:44.530774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.533434"], ["updated_at", "2018-10-11 16:40:44.533434"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.535324"], ["updated_at", "2018-10-11 16:40:44.535324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.537034"], ["updated_at", "2018-10-11 16:40:44.537034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.538641"], ["updated_at", "2018-10-11 16:40:44.538641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.540309"], ["updated_at", "2018-10-11 16:40:44.540309"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.541969"], ["updated_at", "2018-10-11 16:40:44.541969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.543572"], ["updated_at", "2018-10-11 16:40:44.543572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.545202"], ["updated_at", "2018-10-11 16:40:44.545202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.546905"], ["updated_at", "2018-10-11 16:40:44.546905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.548480"], ["updated_at", "2018-10-11 16:40:44.548480"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.550080"], ["updated_at", "2018-10-11 16:40:44.550080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.551710"], ["updated_at", "2018-10-11 16:40:44.551710"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.553381"], ["updated_at", "2018-10-11 16:40:44.553381"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.554970"], ["updated_at", "2018-10-11 16:40:44.554970"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.556870"], ["updated_at", "2018-10-11 16:40:44.556870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.559488"], ["updated_at", "2018-10-11 16:40:44.559488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.561326"], ["updated_at", "2018-10-11 16:40:44.561326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.562942"], ["updated_at", "2018-10-11 16:40:44.562942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.564499"], ["updated_at", "2018-10-11 16:40:44.564499"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.566074"], ["updated_at", "2018-10-11 16:40:44.566074"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.567661"], ["updated_at", "2018-10-11 16:40:44.567661"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.571478"], ["updated_at", "2018-10-11 16:40:44.571478"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.573484"], ["updated_at", "2018-10-11 16:40:44.573484"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.575156"], ["updated_at", "2018-10-11 16:40:44.575156"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.577563"], ["updated_at", "2018-10-11 16:40:44.577563"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.581099"], ["updated_at", "2018-10-11 16:40:44.581099"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.584669"], ["updated_at", "2018-10-11 16:40:44.584669"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.591001"], ["updated_at", "2018-10-11 16:40:44.591001"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.594766"], ["updated_at", "2018-10-11 16:40:44.594766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.598082"], ["updated_at", "2018-10-11 16:40:44.598082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.599688"], ["updated_at", "2018-10-11 16:40:44.599688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.601257"], ["updated_at", "2018-10-11 16:40:44.601257"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.602915"], ["updated_at", "2018-10-11 16:40:44.602915"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.604590"], ["updated_at", "2018-10-11 16:40:44.604590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.606299"], ["updated_at", "2018-10-11 16:40:44.606299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.607895"], ["updated_at", "2018-10-11 16:40:44.607895"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.609582"], ["updated_at", "2018-10-11 16:40:44.609582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.611414"], ["updated_at", "2018-10-11 16:40:44.611414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.613048"], ["updated_at", "2018-10-11 16:40:44.613048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.614643"], ["updated_at", "2018-10-11 16:40:44.614643"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.616217"], ["updated_at", "2018-10-11 16:40:44.616217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.618035"], ["updated_at", "2018-10-11 16:40:44.618035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.619762"], ["updated_at", "2018-10-11 16:40:44.619762"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.621406"], ["updated_at", "2018-10-11 16:40:44.621406"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.624405"], ["updated_at", "2018-10-11 16:40:44.624405"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.627037"], ["updated_at", "2018-10-11 16:40:44.627037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.628868"], ["updated_at", "2018-10-11 16:40:44.628868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.630428"], ["updated_at", "2018-10-11 16:40:44.630428"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.631964"], ["updated_at", "2018-10-11 16:40:44.631964"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.633671"], ["updated_at", "2018-10-11 16:40:44.633671"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.635696"], ["updated_at", "2018-10-11 16:40:44.635696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.638737"], ["updated_at", "2018-10-11 16:40:44.638737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.640324"], ["updated_at", "2018-10-11 16:40:44.640324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.641962"], ["updated_at", "2018-10-11 16:40:44.641962"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.643758"], ["updated_at", "2018-10-11 16:40:44.643758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.645488"], ["updated_at", "2018-10-11 16:40:44.645488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.647177"], ["updated_at", "2018-10-11 16:40:44.647177"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.648808"], ["updated_at", "2018-10-11 16:40:44.648808"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.651805"], ["updated_at", "2018-10-11 16:40:44.651805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.655955"], ["updated_at", "2018-10-11 16:40:44.655955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.657605"], ["updated_at", "2018-10-11 16:40:44.657605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.659213"], ["updated_at", "2018-10-11 16:40:44.659213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.660849"], ["updated_at", "2018-10-11 16:40:44.660849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.662486"], ["updated_at", "2018-10-11 16:40:44.662486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.664064"], ["updated_at", "2018-10-11 16:40:44.664064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.665625"], ["updated_at", "2018-10-11 16:40:44.665625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.667398"], ["updated_at", "2018-10-11 16:40:44.667398"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.669129"], ["updated_at", "2018-10-11 16:40:44.669129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.670828"], ["updated_at", "2018-10-11 16:40:44.670828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.672518"], ["updated_at", "2018-10-11 16:40:44.672518"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.674269"], ["updated_at", "2018-10-11 16:40:44.674269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.676166"], ["updated_at", "2018-10-11 16:40:44.676166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.677885"], ["updated_at", "2018-10-11 16:40:44.677885"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.679485"], ["updated_at", "2018-10-11 16:40:44.679485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.681265"], ["updated_at", "2018-10-11 16:40:44.681265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.682809"], ["updated_at", "2018-10-11 16:40:44.682809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.684516"], ["updated_at", "2018-10-11 16:40:44.684516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.686265"], ["updated_at", "2018-10-11 16:40:44.686265"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.687926"], ["updated_at", "2018-10-11 16:40:44.687926"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.690282"], ["updated_at", "2018-10-11 16:40:44.690282"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.692793"], ["updated_at", "2018-10-11 16:40:44.692793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.694678"], ["updated_at", "2018-10-11 16:40:44.694678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.696284"], ["updated_at", "2018-10-11 16:40:44.696284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.697830"], ["updated_at", "2018-10-11 16:40:44.697830"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.700470"], ["updated_at", "2018-10-11 16:40:44.700470"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.702593"], ["updated_at", "2018-10-11 16:40:44.702593"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.706999"], ["updated_at", "2018-10-11 16:40:44.706999"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.710668"], ["updated_at", "2018-10-11 16:40:44.710668"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.714227"], ["updated_at", "2018-10-11 16:40:44.714227"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.717198"], ["updated_at", "2018-10-11 16:40:44.717198"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.722189"], ["updated_at", "2018-10-11 16:40:44.722189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.724486"], ["updated_at", "2018-10-11 16:40:44.724486"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.726165"], ["updated_at", "2018-10-11 16:40:44.726165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.727934"], ["updated_at", "2018-10-11 16:40:44.727934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.729529"], ["updated_at", "2018-10-11 16:40:44.729529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.731101"], ["updated_at", "2018-10-11 16:40:44.731101"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.732686"], ["updated_at", "2018-10-11 16:40:44.732686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.734286"], ["updated_at", "2018-10-11 16:40:44.734286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.736020"], ["updated_at", "2018-10-11 16:40:44.736020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.737658"], ["updated_at", "2018-10-11 16:40:44.737658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.739208"], ["updated_at", "2018-10-11 16:40:44.739208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.740779"], ["updated_at", "2018-10-11 16:40:44.740779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.742407"], ["updated_at", "2018-10-11 16:40:44.742407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.744128"], ["updated_at", "2018-10-11 16:40:44.744128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.745773"], ["updated_at", "2018-10-11 16:40:44.745773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.747342"], ["updated_at", "2018-10-11 16:40:44.747342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.749001"], ["updated_at", "2018-10-11 16:40:44.749001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.750686"], ["updated_at", "2018-10-11 16:40:44.750686"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.752211"], ["updated_at", "2018-10-11 16:40:44.752211"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.753960"], ["updated_at", "2018-10-11 16:40:44.753960"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.756814"], ["updated_at", "2018-10-11 16:40:44.756814"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.759831"], ["updated_at", "2018-10-11 16:40:44.759831"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.761560"], ["updated_at", "2018-10-11 16:40:44.761560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.763250"], ["updated_at", "2018-10-11 16:40:44.763250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.764809"], ["updated_at", "2018-10-11 16:40:44.764809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.766316"], ["updated_at", "2018-10-11 16:40:44.766316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.767979"], ["updated_at", "2018-10-11 16:40:44.767979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.771383"], ["updated_at", "2018-10-11 16:40:44.771383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.773090"], ["updated_at", "2018-10-11 16:40:44.773090"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.774736"], ["updated_at", "2018-10-11 16:40:44.774736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.776450"], ["updated_at", "2018-10-11 16:40:44.776450"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.778131"], ["updated_at", "2018-10-11 16:40:44.778131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.779852"], ["updated_at", "2018-10-11 16:40:44.779852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.781425"], ["updated_at", "2018-10-11 16:40:44.781425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.783132"], ["updated_at", "2018-10-11 16:40:44.783132"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.786418"], ["updated_at", "2018-10-11 16:40:44.786418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.790559"], ["updated_at", "2018-10-11 16:40:44.790559"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.792206"], ["updated_at", "2018-10-11 16:40:44.792206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.793944"], ["updated_at", "2018-10-11 16:40:44.793944"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.795681"], ["updated_at", "2018-10-11 16:40:44.795681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.797319"], ["updated_at", "2018-10-11 16:40:44.797319"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.798865"], ["updated_at", "2018-10-11 16:40:44.798865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.800598"], ["updated_at", "2018-10-11 16:40:44.800598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.802208"], ["updated_at", "2018-10-11 16:40:44.802208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.803930"], ["updated_at", "2018-10-11 16:40:44.803930"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.805882"], ["updated_at", "2018-10-11 16:40:44.805882"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.807718"], ["updated_at", "2018-10-11 16:40:44.807718"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.809464"], ["updated_at", "2018-10-11 16:40:44.809464"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.811402"], ["updated_at", "2018-10-11 16:40:44.811402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.813263"], ["updated_at", "2018-10-11 16:40:44.813263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.814921"], ["updated_at", "2018-10-11 16:40:44.814921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.816540"], ["updated_at", "2018-10-11 16:40:44.816540"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.818076"], ["updated_at", "2018-10-11 16:40:44.818076"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.819690"], ["updated_at", "2018-10-11 16:40:44.819690"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.821998"], ["updated_at", "2018-10-11 16:40:44.821998"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.826762"], ["updated_at", "2018-10-11 16:40:44.826762"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.829642"], ["updated_at", "2018-10-11 16:40:44.829642"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.832859"], ["updated_at", "2018-10-11 16:40:44.832859"], ["parent_id", 39895952907]] Kithe::Work Create (4.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.835409"], ["updated_at", "2018-10-11 16:40:44.835409"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.840948"], ["updated_at", "2018-10-11 16:40:44.840948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.844524"], ["updated_at", "2018-10-11 16:40:44.844524"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.846338"], ["updated_at", "2018-10-11 16:40:44.846338"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.848760"], ["updated_at", "2018-10-11 16:40:44.848760"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.850621"], ["updated_at", "2018-10-11 16:40:44.850621"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.854197"], ["updated_at", "2018-10-11 16:40:44.854197"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.857675"], ["updated_at", "2018-10-11 16:40:44.857675"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.859457"], ["updated_at", "2018-10-11 16:40:44.859457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.861138"], ["updated_at", "2018-10-11 16:40:44.861138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.862834"], ["updated_at", "2018-10-11 16:40:44.862834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.864554"], ["updated_at", "2018-10-11 16:40:44.864554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.866097"], ["updated_at", "2018-10-11 16:40:44.866097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.867656"], ["updated_at", "2018-10-11 16:40:44.867656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.869291"], ["updated_at", "2018-10-11 16:40:44.869291"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.870842"], ["updated_at", "2018-10-11 16:40:44.870842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.872545"], ["updated_at", "2018-10-11 16:40:44.872545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.874208"], ["updated_at", "2018-10-11 16:40:44.874208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.875849"], ["updated_at", "2018-10-11 16:40:44.875849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.877491"], ["updated_at", "2018-10-11 16:40:44.877491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.879154"], ["updated_at", "2018-10-11 16:40:44.879154"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.880804"], ["updated_at", "2018-10-11 16:40:44.880804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.882501"], ["updated_at", "2018-10-11 16:40:44.882501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.884128"], ["updated_at", "2018-10-11 16:40:44.884128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.885720"], ["updated_at", "2018-10-11 16:40:44.885720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.887368"], ["updated_at", "2018-10-11 16:40:44.887368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.889184"], ["updated_at", "2018-10-11 16:40:44.889184"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.891642"], ["updated_at", "2018-10-11 16:40:44.891642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.893949"], ["updated_at", "2018-10-11 16:40:44.893949"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.895769"], ["updated_at", "2018-10-11 16:40:44.895769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.898971"], ["updated_at", "2018-10-11 16:40:44.898971"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.900625"], ["updated_at", "2018-10-11 16:40:44.900625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.902211"], ["updated_at", "2018-10-11 16:40:44.902211"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.905019"], ["updated_at", "2018-10-11 16:40:44.905019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.906793"], ["updated_at", "2018-10-11 16:40:44.906793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.908375"], ["updated_at", "2018-10-11 16:40:44.908375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.910113"], ["updated_at", "2018-10-11 16:40:44.910113"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.911886"], ["updated_at", "2018-10-11 16:40:44.911886"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.913667"], ["updated_at", "2018-10-11 16:40:44.913667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.915432"], ["updated_at", "2018-10-11 16:40:44.915432"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.917675"], ["updated_at", "2018-10-11 16:40:44.917675"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.921394"], ["updated_at", "2018-10-11 16:40:44.921394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.924212"], ["updated_at", "2018-10-11 16:40:44.924212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.925818"], ["updated_at", "2018-10-11 16:40:44.925818"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.927381"], ["updated_at", "2018-10-11 16:40:44.927381"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.929178"], ["updated_at", "2018-10-11 16:40:44.929178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.931130"], ["updated_at", "2018-10-11 16:40:44.931130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.932765"], ["updated_at", "2018-10-11 16:40:44.932765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.934416"], ["updated_at", "2018-10-11 16:40:44.934416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.936075"], ["updated_at", "2018-10-11 16:40:44.936075"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.937669"], ["updated_at", "2018-10-11 16:40:44.937669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.939449"], ["updated_at", "2018-10-11 16:40:44.939449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.941133"], ["updated_at", "2018-10-11 16:40:44.941133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.942747"], ["updated_at", "2018-10-11 16:40:44.942747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.944320"], ["updated_at", "2018-10-11 16:40:44.944320"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.946310"], ["updated_at", "2018-10-11 16:40:44.946310"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.949191"], ["updated_at", "2018-10-11 16:40:44.949191"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.951810"], ["updated_at", "2018-10-11 16:40:44.951810"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.954400"], ["updated_at", "2018-10-11 16:40:44.954400"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.957574"], ["updated_at", "2018-10-11 16:40:44.957574"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.960541"], ["updated_at", "2018-10-11 16:40:44.960541"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.962646"], ["updated_at", "2018-10-11 16:40:44.962646"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.964703"], ["updated_at", "2018-10-11 16:40:44.964703"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.966614"], ["updated_at", "2018-10-11 16:40:44.966614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.968612"], ["updated_at", "2018-10-11 16:40:44.968612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.970264"], ["updated_at", "2018-10-11 16:40:44.970264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.974058"], ["updated_at", "2018-10-11 16:40:44.974058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.975693"], ["updated_at", "2018-10-11 16:40:44.975693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.977368"], ["updated_at", "2018-10-11 16:40:44.977368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.979046"], ["updated_at", "2018-10-11 16:40:44.979046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.980779"], ["updated_at", "2018-10-11 16:40:44.980779"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.982425"], ["updated_at", "2018-10-11 16:40:44.982425"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.985546"], ["updated_at", "2018-10-11 16:40:44.985546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.989270"], ["updated_at", "2018-10-11 16:40:44.989270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.991342"], ["updated_at", "2018-10-11 16:40:44.991342"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.993014"], ["updated_at", "2018-10-11 16:40:44.993014"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.994836"], ["updated_at", "2018-10-11 16:40:44.994836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.997833"], ["updated_at", "2018-10-11 16:40:44.997833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:44.999438"], ["updated_at", "2018-10-11 16:40:44.999438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.001056"], ["updated_at", "2018-10-11 16:40:45.001056"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.002625"], ["updated_at", "2018-10-11 16:40:45.002625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.004291"], ["updated_at", "2018-10-11 16:40:45.004291"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.005965"], ["updated_at", "2018-10-11 16:40:45.005965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.007659"], ["updated_at", "2018-10-11 16:40:45.007659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.009196"], ["updated_at", "2018-10-11 16:40:45.009196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.010861"], ["updated_at", "2018-10-11 16:40:45.010861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.012593"], ["updated_at", "2018-10-11 16:40:45.012593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.014289"], ["updated_at", "2018-10-11 16:40:45.014289"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.015976"], ["updated_at", "2018-10-11 16:40:45.015976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.017606"], ["updated_at", "2018-10-11 16:40:45.017606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.019210"], ["updated_at", "2018-10-11 16:40:45.019210"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.020768"], ["updated_at", "2018-10-11 16:40:45.020768"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.023134"], ["updated_at", "2018-10-11 16:40:45.023134"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.025839"], ["updated_at", "2018-10-11 16:40:45.025839"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.027635"], ["updated_at", "2018-10-11 16:40:45.027635"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.030069"], ["updated_at", "2018-10-11 16:40:45.030069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.031848"], ["updated_at", "2018-10-11 16:40:45.031848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.033532"], ["updated_at", "2018-10-11 16:40:45.033532"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.036616"], ["updated_at", "2018-10-11 16:40:45.036616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.038584"], ["updated_at", "2018-10-11 16:40:45.038584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.040407"], ["updated_at", "2018-10-11 16:40:45.040407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.041993"], ["updated_at", "2018-10-11 16:40:45.041993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.043583"], ["updated_at", "2018-10-11 16:40:45.043583"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.045277"], ["updated_at", "2018-10-11 16:40:45.045277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.047143"], ["updated_at", "2018-10-11 16:40:45.047143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.048764"], ["updated_at", "2018-10-11 16:40:45.048764"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.050921"], ["updated_at", "2018-10-11 16:40:45.050921"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.054721"], ["updated_at", "2018-10-11 16:40:45.054721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.057266"], ["updated_at", "2018-10-11 16:40:45.057266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.058879"], ["updated_at", "2018-10-11 16:40:45.058879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.060496"], ["updated_at", "2018-10-11 16:40:45.060496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.062226"], ["updated_at", "2018-10-11 16:40:45.062226"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.063979"], ["updated_at", "2018-10-11 16:40:45.063979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.065653"], ["updated_at", "2018-10-11 16:40:45.065653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.067174"], ["updated_at", "2018-10-11 16:40:45.067174"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.068807"], ["updated_at", "2018-10-11 16:40:45.068807"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.070936"], ["updated_at", "2018-10-11 16:40:45.070936"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.073804"], ["updated_at", "2018-10-11 16:40:45.073804"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.076413"], ["updated_at", "2018-10-11 16:40:45.076413"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.079142"], ["updated_at", "2018-10-11 16:40:45.079142"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.081878"], ["updated_at", "2018-10-11 16:40:45.081878"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.084626"], ["updated_at", "2018-10-11 16:40:45.084626"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.087319"], ["updated_at", "2018-10-11 16:40:45.087319"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.089906"], ["updated_at", "2018-10-11 16:40:45.089906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.092563"], ["updated_at", "2018-10-11 16:40:45.092563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.094354"], ["updated_at", "2018-10-11 16:40:45.094354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.096097"], ["updated_at", "2018-10-11 16:40:45.096097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.097910"], ["updated_at", "2018-10-11 16:40:45.097910"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.099600"], ["updated_at", "2018-10-11 16:40:45.099600"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.101207"], ["updated_at", "2018-10-11 16:40:45.101207"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.104174"], ["updated_at", "2018-10-11 16:40:45.104174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.105912"], ["updated_at", "2018-10-11 16:40:45.105912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.107644"], ["updated_at", "2018-10-11 16:40:45.107644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.109265"], ["updated_at", "2018-10-11 16:40:45.109265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.110848"], ["updated_at", "2018-10-11 16:40:45.110848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.112592"], ["updated_at", "2018-10-11 16:40:45.112592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.114370"], ["updated_at", "2018-10-11 16:40:45.114370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.115953"], ["updated_at", "2018-10-11 16:40:45.115953"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.118658"], ["updated_at", "2018-10-11 16:40:45.118658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.123103"], ["updated_at", "2018-10-11 16:40:45.123103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.124944"], ["updated_at", "2018-10-11 16:40:45.124944"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.126554"], ["updated_at", "2018-10-11 16:40:45.126554"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.128567"], ["updated_at", "2018-10-11 16:40:45.128567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.130352"], ["updated_at", "2018-10-11 16:40:45.130352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.131982"], ["updated_at", "2018-10-11 16:40:45.131982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.133664"], ["updated_at", "2018-10-11 16:40:45.133664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.135241"], ["updated_at", "2018-10-11 16:40:45.135241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.136850"], ["updated_at", "2018-10-11 16:40:45.136850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.138485"], ["updated_at", "2018-10-11 16:40:45.138485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.140115"], ["updated_at", "2018-10-11 16:40:45.140115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.141681"], ["updated_at", "2018-10-11 16:40:45.141681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.143298"], ["updated_at", "2018-10-11 16:40:45.143298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.144974"], ["updated_at", "2018-10-11 16:40:45.144974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.146658"], ["updated_at", "2018-10-11 16:40:45.146658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.148306"], ["updated_at", "2018-10-11 16:40:45.148306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.149888"], ["updated_at", "2018-10-11 16:40:45.149888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.151499"], ["updated_at", "2018-10-11 16:40:45.151499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.153084"], ["updated_at", "2018-10-11 16:40:45.153084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.154707"], ["updated_at", "2018-10-11 16:40:45.154707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.156547"], ["updated_at", "2018-10-11 16:40:45.156547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.159063"], ["updated_at", "2018-10-11 16:40:45.159063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.161053"], ["updated_at", "2018-10-11 16:40:45.161053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.162811"], ["updated_at", "2018-10-11 16:40:45.162811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.164486"], ["updated_at", "2018-10-11 16:40:45.164486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.166294"], ["updated_at", "2018-10-11 16:40:45.166294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.167927"], ["updated_at", "2018-10-11 16:40:45.167927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.170731"], ["updated_at", "2018-10-11 16:40:45.170731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.172359"], ["updated_at", "2018-10-11 16:40:45.172359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.174014"], ["updated_at", "2018-10-11 16:40:45.174014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.175607"], ["updated_at", "2018-10-11 16:40:45.175607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.177268"], ["updated_at", "2018-10-11 16:40:45.177268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.178951"], ["updated_at", "2018-10-11 16:40:45.178951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.180592"], ["updated_at", "2018-10-11 16:40:45.180592"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.182208"], ["updated_at", "2018-10-11 16:40:45.182208"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.185218"], ["updated_at", "2018-10-11 16:40:45.185218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.189256"], ["updated_at", "2018-10-11 16:40:45.189256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.191382"], ["updated_at", "2018-10-11 16:40:45.191382"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.193414"], ["updated_at", "2018-10-11 16:40:45.193414"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.196095"], ["updated_at", "2018-10-11 16:40:45.196095"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.198737"], ["updated_at", "2018-10-11 16:40:45.198737"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.201298"], ["updated_at", "2018-10-11 16:40:45.201298"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.203952"], ["updated_at", "2018-10-11 16:40:45.203952"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.206697"], ["updated_at", "2018-10-11 16:40:45.206697"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.209375"], ["updated_at", "2018-10-11 16:40:45.209375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.211887"], ["updated_at", "2018-10-11 16:40:45.211887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.213652"], ["updated_at", "2018-10-11 16:40:45.213652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.215344"], ["updated_at", "2018-10-11 16:40:45.215344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.216920"], ["updated_at", "2018-10-11 16:40:45.216920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.218507"], ["updated_at", "2018-10-11 16:40:45.218507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.220110"], ["updated_at", "2018-10-11 16:40:45.220110"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.221845"], ["updated_at", "2018-10-11 16:40:45.221845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.224649"], ["updated_at", "2018-10-11 16:40:45.224649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.226724"], ["updated_at", "2018-10-11 16:40:45.226724"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.228427"], ["updated_at", "2018-10-11 16:40:45.228427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.230325"], ["updated_at", "2018-10-11 16:40:45.230325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.232079"], ["updated_at", "2018-10-11 16:40:45.232079"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.233919"], ["updated_at", "2018-10-11 16:40:45.233919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.237157"], ["updated_at", "2018-10-11 16:40:45.237157"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.238926"], ["updated_at", "2018-10-11 16:40:45.238926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.240668"], ["updated_at", "2018-10-11 16:40:45.240668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.242239"], ["updated_at", "2018-10-11 16:40:45.242239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.243890"], ["updated_at", "2018-10-11 16:40:45.243890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.245557"], ["updated_at", "2018-10-11 16:40:45.245557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.247273"], ["updated_at", "2018-10-11 16:40:45.247273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.248921"], ["updated_at", "2018-10-11 16:40:45.248921"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.250465"], ["updated_at", "2018-10-11 16:40:45.250465"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.253455"], ["updated_at", "2018-10-11 16:40:45.253455"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.257626"], ["updated_at", "2018-10-11 16:40:45.257626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.259342"], ["updated_at", "2018-10-11 16:40:45.259342"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.260940"], ["updated_at", "2018-10-11 16:40:45.260940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.262665"], ["updated_at", "2018-10-11 16:40:45.262665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.264362"], ["updated_at", "2018-10-11 16:40:45.264362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.265958"], ["updated_at", "2018-10-11 16:40:45.265958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.267595"], ["updated_at", "2018-10-11 16:40:45.267595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.269143"], ["updated_at", "2018-10-11 16:40:45.269143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.270886"], ["updated_at", "2018-10-11 16:40:45.270886"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.272616"], ["updated_at", "2018-10-11 16:40:45.272616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.274354"], ["updated_at", "2018-10-11 16:40:45.274354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.275883"], ["updated_at", "2018-10-11 16:40:45.275883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.277473"], ["updated_at", "2018-10-11 16:40:45.277473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.279127"], ["updated_at", "2018-10-11 16:40:45.279127"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.280860"], ["updated_at", "2018-10-11 16:40:45.280860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.282653"], ["updated_at", "2018-10-11 16:40:45.282653"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.284260"], ["updated_at", "2018-10-11 16:40:45.284260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.285867"], ["updated_at", "2018-10-11 16:40:45.285867"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.287525"], ["updated_at", "2018-10-11 16:40:45.287525"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.289638"], ["updated_at", "2018-10-11 16:40:45.289638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.292427"], ["updated_at", "2018-10-11 16:40:45.292427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.294202"], ["updated_at", "2018-10-11 16:40:45.294202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.295984"], ["updated_at", "2018-10-11 16:40:45.295984"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.297767"], ["updated_at", "2018-10-11 16:40:45.297767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.299347"], ["updated_at", "2018-10-11 16:40:45.299347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.301012"], ["updated_at", "2018-10-11 16:40:45.301012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.303941"], ["updated_at", "2018-10-11 16:40:45.303941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.305619"], ["updated_at", "2018-10-11 16:40:45.305619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.307422"], ["updated_at", "2018-10-11 16:40:45.307422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.309051"], ["updated_at", "2018-10-11 16:40:45.309051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.310661"], ["updated_at", "2018-10-11 16:40:45.310661"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.312350"], ["updated_at", "2018-10-11 16:40:45.312350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.314140"], ["updated_at", "2018-10-11 16:40:45.314140"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.315837"], ["updated_at", "2018-10-11 16:40:45.315837"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.318840"], ["updated_at", "2018-10-11 16:40:45.318840"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.323773"], ["updated_at", "2018-10-11 16:40:45.323773"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.326476"], ["updated_at", "2018-10-11 16:40:45.326476"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.329316"], ["updated_at", "2018-10-11 16:40:45.329316"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.332121"], ["updated_at", "2018-10-11 16:40:45.332121"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.334713"], ["updated_at", "2018-10-11 16:40:45.334713"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.337294"], ["updated_at", "2018-10-11 16:40:45.337294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.339758"], ["updated_at", "2018-10-11 16:40:45.339758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.341443"], ["updated_at", "2018-10-11 16:40:45.341443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.343099"], ["updated_at", "2018-10-11 16:40:45.343099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.344691"], ["updated_at", "2018-10-11 16:40:45.344691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.346398"], ["updated_at", "2018-10-11 16:40:45.346398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.348107"], ["updated_at", "2018-10-11 16:40:45.348107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.349696"], ["updated_at", "2018-10-11 16:40:45.349696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.351302"], ["updated_at", "2018-10-11 16:40:45.351302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.352960"], ["updated_at", "2018-10-11 16:40:45.352960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.354601"], ["updated_at", "2018-10-11 16:40:45.354601"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.356443"], ["updated_at", "2018-10-11 16:40:45.356443"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.358781"], ["updated_at", "2018-10-11 16:40:45.358781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.360943"], ["updated_at", "2018-10-11 16:40:45.360943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.362722"], ["updated_at", "2018-10-11 16:40:45.362722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.364489"], ["updated_at", "2018-10-11 16:40:45.364489"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.366151"], ["updated_at", "2018-10-11 16:40:45.366151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.367707"], ["updated_at", "2018-10-11 16:40:45.367707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.370471"], ["updated_at", "2018-10-11 16:40:45.370471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.372267"], ["updated_at", "2018-10-11 16:40:45.372267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.373955"], ["updated_at", "2018-10-11 16:40:45.373955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.375549"], ["updated_at", "2018-10-11 16:40:45.375549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.377189"], ["updated_at", "2018-10-11 16:40:45.377189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.378825"], ["updated_at", "2018-10-11 16:40:45.378825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.380478"], ["updated_at", "2018-10-11 16:40:45.380478"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.382124"], ["updated_at", "2018-10-11 16:40:45.382124"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.384496"], ["updated_at", "2018-10-11 16:40:45.384496"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.388485"], ["updated_at", "2018-10-11 16:40:45.388485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.391036"], ["updated_at", "2018-10-11 16:40:45.391036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.392721"], ["updated_at", "2018-10-11 16:40:45.392721"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.394299"], ["updated_at", "2018-10-11 16:40:45.394299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.396015"], ["updated_at", "2018-10-11 16:40:45.396015"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.397637"], ["updated_at", "2018-10-11 16:40:45.397637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.399352"], ["updated_at", "2018-10-11 16:40:45.399352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.400979"], ["updated_at", "2018-10-11 16:40:45.400979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.402582"], ["updated_at", "2018-10-11 16:40:45.402582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.404268"], ["updated_at", "2018-10-11 16:40:45.404268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.406016"], ["updated_at", "2018-10-11 16:40:45.406016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.407740"], ["updated_at", "2018-10-11 16:40:45.407740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.409297"], ["updated_at", "2018-10-11 16:40:45.409297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.410901"], ["updated_at", "2018-10-11 16:40:45.410901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.412628"], ["updated_at", "2018-10-11 16:40:45.412628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.414303"], ["updated_at", "2018-10-11 16:40:45.414303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.415939"], ["updated_at", "2018-10-11 16:40:45.415939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.417495"], ["updated_at", "2018-10-11 16:40:45.417495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.419167"], ["updated_at", "2018-10-11 16:40:45.419167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.420745"], ["updated_at", "2018-10-11 16:40:45.420745"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.422659"], ["updated_at", "2018-10-11 16:40:45.422659"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.425153"], ["updated_at", "2018-10-11 16:40:45.425153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.427437"], ["updated_at", "2018-10-11 16:40:45.427437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.429304"], ["updated_at", "2018-10-11 16:40:45.429304"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.431096"], ["updated_at", "2018-10-11 16:40:45.431096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.432765"], ["updated_at", "2018-10-11 16:40:45.432765"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.434350"], ["updated_at", "2018-10-11 16:40:45.434350"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.438551"], ["updated_at", "2018-10-11 16:40:45.438551"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.440344"], ["updated_at", "2018-10-11 16:40:45.440344"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.442481"], ["updated_at", "2018-10-11 16:40:45.442481"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.445252"], ["updated_at", "2018-10-11 16:40:45.445252"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.448216"], ["updated_at", "2018-10-11 16:40:45.448216"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.451282"], ["updated_at", "2018-10-11 16:40:45.451282"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.456516"], ["updated_at", "2018-10-11 16:40:45.456516"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.459230"], ["updated_at", "2018-10-11 16:40:45.459230"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.461845"], ["updated_at", "2018-10-11 16:40:45.461845"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.464207"], ["updated_at", "2018-10-11 16:40:45.464207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.465874"], ["updated_at", "2018-10-11 16:40:45.465874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.467443"], ["updated_at", "2018-10-11 16:40:45.467443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.469085"], ["updated_at", "2018-10-11 16:40:45.469085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.470634"], ["updated_at", "2018-10-11 16:40:45.470634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.472359"], ["updated_at", "2018-10-11 16:40:45.472359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.474178"], ["updated_at", "2018-10-11 16:40:45.474178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.475911"], ["updated_at", "2018-10-11 16:40:45.475911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.477510"], ["updated_at", "2018-10-11 16:40:45.477510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.479238"], ["updated_at", "2018-10-11 16:40:45.479238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.481043"], ["updated_at", "2018-10-11 16:40:45.481043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.482711"], ["updated_at", "2018-10-11 16:40:45.482711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.484326"], ["updated_at", "2018-10-11 16:40:45.484326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.485907"], ["updated_at", "2018-10-11 16:40:45.485907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.487538"], ["updated_at", "2018-10-11 16:40:45.487538"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.489359"], ["updated_at", "2018-10-11 16:40:45.489359"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.492199"], ["updated_at", "2018-10-11 16:40:45.492199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.494204"], ["updated_at", "2018-10-11 16:40:45.494204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.495993"], ["updated_at", "2018-10-11 16:40:45.495993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.497718"], ["updated_at", "2018-10-11 16:40:45.497718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.499408"], ["updated_at", "2018-10-11 16:40:45.499408"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.501002"], ["updated_at", "2018-10-11 16:40:45.501002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.503962"], ["updated_at", "2018-10-11 16:40:45.503962"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.505745"], ["updated_at", "2018-10-11 16:40:45.505745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.507516"], ["updated_at", "2018-10-11 16:40:45.507516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.509078"], ["updated_at", "2018-10-11 16:40:45.509078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.510739"], ["updated_at", "2018-10-11 16:40:45.510739"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.512412"], ["updated_at", "2018-10-11 16:40:45.512412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.514174"], ["updated_at", "2018-10-11 16:40:45.514174"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.515810"], ["updated_at", "2018-10-11 16:40:45.515810"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.518402"], ["updated_at", "2018-10-11 16:40:45.518402"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.522433"], ["updated_at", "2018-10-11 16:40:45.522433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.524613"], ["updated_at", "2018-10-11 16:40:45.524613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.526207"], ["updated_at", "2018-10-11 16:40:45.526207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.527864"], ["updated_at", "2018-10-11 16:40:45.527864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.529593"], ["updated_at", "2018-10-11 16:40:45.529593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.531286"], ["updated_at", "2018-10-11 16:40:45.531286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.532870"], ["updated_at", "2018-10-11 16:40:45.532870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.534490"], ["updated_at", "2018-10-11 16:40:45.534490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.536140"], ["updated_at", "2018-10-11 16:40:45.536140"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.538004"], ["updated_at", "2018-10-11 16:40:45.538004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.539794"], ["updated_at", "2018-10-11 16:40:45.539794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.541496"], ["updated_at", "2018-10-11 16:40:45.541496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.543036"], ["updated_at", "2018-10-11 16:40:45.543036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.544660"], ["updated_at", "2018-10-11 16:40:45.544660"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.546346"], ["updated_at", "2018-10-11 16:40:45.546346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.548050"], ["updated_at", "2018-10-11 16:40:45.548050"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.549622"], ["updated_at", "2018-10-11 16:40:45.549622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.551228"], ["updated_at", "2018-10-11 16:40:45.551228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.552808"], ["updated_at", "2018-10-11 16:40:45.552808"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.554392"], ["updated_at", "2018-10-11 16:40:45.554392"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.556246"], ["updated_at", "2018-10-11 16:40:45.556246"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.558587"], ["updated_at", "2018-10-11 16:40:45.558587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.560367"], ["updated_at", "2018-10-11 16:40:45.560367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.562148"], ["updated_at", "2018-10-11 16:40:45.562148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.563889"], ["updated_at", "2018-10-11 16:40:45.563889"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.565489"], ["updated_at", "2018-10-11 16:40:45.565489"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.567168"], ["updated_at", "2018-10-11 16:40:45.567168"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.570889"], ["updated_at", "2018-10-11 16:40:45.570889"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.573690"], ["updated_at", "2018-10-11 16:40:45.573690"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.576302"], ["updated_at", "2018-10-11 16:40:45.576302"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.579041"], ["updated_at", "2018-10-11 16:40:45.579041"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.581776"], ["updated_at", "2018-10-11 16:40:45.581776"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.584672"], ["updated_at", "2018-10-11 16:40:45.584672"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.589220"], ["updated_at", "2018-10-11 16:40:45.589220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.592478"], ["updated_at", "2018-10-11 16:40:45.592478"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.594102"], ["updated_at", "2018-10-11 16:40:45.594102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.595807"], ["updated_at", "2018-10-11 16:40:45.595807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.597466"], ["updated_at", "2018-10-11 16:40:45.597466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.599085"], ["updated_at", "2018-10-11 16:40:45.599085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.600703"], ["updated_at", "2018-10-11 16:40:45.600703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.602270"], ["updated_at", "2018-10-11 16:40:45.602270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.603959"], ["updated_at", "2018-10-11 16:40:45.603959"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.605569"], ["updated_at", "2018-10-11 16:40:45.605569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.607410"], ["updated_at", "2018-10-11 16:40:45.607410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.609073"], ["updated_at", "2018-10-11 16:40:45.609073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.610641"], ["updated_at", "2018-10-11 16:40:45.610641"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.612352"], ["updated_at", "2018-10-11 16:40:45.612352"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.614171"], ["updated_at", "2018-10-11 16:40:45.614171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.615964"], ["updated_at", "2018-10-11 16:40:45.615964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.617578"], ["updated_at", "2018-10-11 16:40:45.617578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.619208"], ["updated_at", "2018-10-11 16:40:45.619208"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.620763"], ["updated_at", "2018-10-11 16:40:45.620763"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.623206"], ["updated_at", "2018-10-11 16:40:45.623206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.626542"], ["updated_at", "2018-10-11 16:40:45.626542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.628339"], ["updated_at", "2018-10-11 16:40:45.628339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.630211"], ["updated_at", "2018-10-11 16:40:45.630211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.631960"], ["updated_at", "2018-10-11 16:40:45.631960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.633538"], ["updated_at", "2018-10-11 16:40:45.633538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.635270"], ["updated_at", "2018-10-11 16:40:45.635270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.638087"], ["updated_at", "2018-10-11 16:40:45.638087"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.639831"], ["updated_at", "2018-10-11 16:40:45.639831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.641487"], ["updated_at", "2018-10-11 16:40:45.641487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.643067"], ["updated_at", "2018-10-11 16:40:45.643067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.644703"], ["updated_at", "2018-10-11 16:40:45.644703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.646471"], ["updated_at", "2018-10-11 16:40:45.646471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.648228"], ["updated_at", "2018-10-11 16:40:45.648228"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.649803"], ["updated_at", "2018-10-11 16:40:45.649803"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.652487"], ["updated_at", "2018-10-11 16:40:45.652487"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.656294"], ["updated_at", "2018-10-11 16:40:45.656294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.658657"], ["updated_at", "2018-10-11 16:40:45.658657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.660236"], ["updated_at", "2018-10-11 16:40:45.660236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.661902"], ["updated_at", "2018-10-11 16:40:45.661902"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.663612"], ["updated_at", "2018-10-11 16:40:45.663612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.665313"], ["updated_at", "2018-10-11 16:40:45.665313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.666889"], ["updated_at", "2018-10-11 16:40:45.666889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.668458"], ["updated_at", "2018-10-11 16:40:45.668458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.669994"], ["updated_at", "2018-10-11 16:40:45.669994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.671594"], ["updated_at", "2018-10-11 16:40:45.671594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.673539"], ["updated_at", "2018-10-11 16:40:45.673539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.675221"], ["updated_at", "2018-10-11 16:40:45.675221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.676801"], ["updated_at", "2018-10-11 16:40:45.676801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.678497"], ["updated_at", "2018-10-11 16:40:45.678497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.680150"], ["updated_at", "2018-10-11 16:40:45.680150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.681871"], ["updated_at", "2018-10-11 16:40:45.681871"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.683809"], ["updated_at", "2018-10-11 16:40:45.683809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.685522"], ["updated_at", "2018-10-11 16:40:45.685522"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.687150"], ["updated_at", "2018-10-11 16:40:45.687150"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.689081"], ["updated_at", "2018-10-11 16:40:45.689081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.691849"], ["updated_at", "2018-10-11 16:40:45.691849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.693852"], ["updated_at", "2018-10-11 16:40:45.693852"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.695642"], ["updated_at", "2018-10-11 16:40:45.695642"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.697779"], ["updated_at", "2018-10-11 16:40:45.697779"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.699794"], ["updated_at", "2018-10-11 16:40:45.699794"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.701660"], ["updated_at", "2018-10-11 16:40:45.701660"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.703630"], ["updated_at", "2018-10-11 16:40:45.703630"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.707912"], ["updated_at", "2018-10-11 16:40:45.707912"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.710513"], ["updated_at", "2018-10-11 16:40:45.710513"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.713382"], ["updated_at", "2018-10-11 16:40:45.713382"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.716049"], ["updated_at", "2018-10-11 16:40:45.716049"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.718412"], ["updated_at", "2018-10-11 16:40:45.718412"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.722061"], ["updated_at", "2018-10-11 16:40:45.722061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.725075"], ["updated_at", "2018-10-11 16:40:45.725075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.726669"], ["updated_at", "2018-10-11 16:40:45.726669"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.728205"], ["updated_at", "2018-10-11 16:40:45.728205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.729940"], ["updated_at", "2018-10-11 16:40:45.729940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.731630"], ["updated_at", "2018-10-11 16:40:45.731630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.733287"], ["updated_at", "2018-10-11 16:40:45.733287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.734899"], ["updated_at", "2018-10-11 16:40:45.734899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.736494"], ["updated_at", "2018-10-11 16:40:45.736494"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.738085"], ["updated_at", "2018-10-11 16:40:45.738085"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.739733"], ["updated_at", "2018-10-11 16:40:45.739733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.741385"], ["updated_at", "2018-10-11 16:40:45.741385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.742932"], ["updated_at", "2018-10-11 16:40:45.742932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.744586"], ["updated_at", "2018-10-11 16:40:45.744586"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.746168"], ["updated_at", "2018-10-11 16:40:45.746168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.747869"], ["updated_at", "2018-10-11 16:40:45.747869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.749449"], ["updated_at", "2018-10-11 16:40:45.749449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.751048"], ["updated_at", "2018-10-11 16:40:45.751048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.752589"], ["updated_at", "2018-10-11 16:40:45.752589"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.754232"], ["updated_at", "2018-10-11 16:40:45.754232"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.757574"], ["updated_at", "2018-10-11 16:40:45.757574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.760088"], ["updated_at", "2018-10-11 16:40:45.760088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.761861"], ["updated_at", "2018-10-11 16:40:45.761861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.763583"], ["updated_at", "2018-10-11 16:40:45.763583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.765320"], ["updated_at", "2018-10-11 16:40:45.765320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.766955"], ["updated_at", "2018-10-11 16:40:45.766955"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.769667"], ["updated_at", "2018-10-11 16:40:45.769667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.771618"], ["updated_at", "2018-10-11 16:40:45.771618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.773371"], ["updated_at", "2018-10-11 16:40:45.773371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.775052"], ["updated_at", "2018-10-11 16:40:45.775052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.776621"], ["updated_at", "2018-10-11 16:40:45.776621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.778297"], ["updated_at", "2018-10-11 16:40:45.778297"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.779929"], ["updated_at", "2018-10-11 16:40:45.779929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.781836"], ["updated_at", "2018-10-11 16:40:45.781836"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.783408"], ["updated_at", "2018-10-11 16:40:45.783408"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.786172"], ["updated_at", "2018-10-11 16:40:45.786172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.790552"], ["updated_at", "2018-10-11 16:40:45.790552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.792632"], ["updated_at", "2018-10-11 16:40:45.792632"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.794588"], ["updated_at", "2018-10-11 16:40:45.794588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.796359"], ["updated_at", "2018-10-11 16:40:45.796359"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.798068"], ["updated_at", "2018-10-11 16:40:45.798068"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.799858"], ["updated_at", "2018-10-11 16:40:45.799858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.801582"], ["updated_at", "2018-10-11 16:40:45.801582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.803208"], ["updated_at", "2018-10-11 16:40:45.803208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.804912"], ["updated_at", "2018-10-11 16:40:45.804912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.806745"], ["updated_at", "2018-10-11 16:40:45.806745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.808687"], ["updated_at", "2018-10-11 16:40:45.808687"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.810431"], ["updated_at", "2018-10-11 16:40:45.810431"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.812218"], ["updated_at", "2018-10-11 16:40:45.812218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.814141"], ["updated_at", "2018-10-11 16:40:45.814141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.815840"], ["updated_at", "2018-10-11 16:40:45.815840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.817457"], ["updated_at", "2018-10-11 16:40:45.817457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.819131"], ["updated_at", "2018-10-11 16:40:45.819131"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.820861"], ["updated_at", "2018-10-11 16:40:45.820861"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.824842"], ["updated_at", "2018-10-11 16:40:45.824842"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.827116"], ["updated_at", "2018-10-11 16:40:45.827116"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.829239"], ["updated_at", "2018-10-11 16:40:45.829239"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.832113"], ["updated_at", "2018-10-11 16:40:45.832113"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.834143"], ["updated_at", "2018-10-11 16:40:45.834143"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.836085"], ["updated_at", "2018-10-11 16:40:45.836085"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.838075"], ["updated_at", "2018-10-11 16:40:45.838075"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.843292"], ["updated_at", "2018-10-11 16:40:45.843292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.845462"], ["updated_at", "2018-10-11 16:40:45.845462"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.847176"], ["updated_at", "2018-10-11 16:40:45.847176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.849123"], ["updated_at", "2018-10-11 16:40:45.849123"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.850929"], ["updated_at", "2018-10-11 16:40:45.850929"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.855042"], ["updated_at", "2018-10-11 16:40:45.855042"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.858067"], ["updated_at", "2018-10-11 16:40:45.858067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.859818"], ["updated_at", "2018-10-11 16:40:45.859818"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.861423"], ["updated_at", "2018-10-11 16:40:45.861423"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.863198"], ["updated_at", "2018-10-11 16:40:45.863198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.864952"], ["updated_at", "2018-10-11 16:40:45.864952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.866592"], ["updated_at", "2018-10-11 16:40:45.866592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.868246"], ["updated_at", "2018-10-11 16:40:45.868246"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.869923"], ["updated_at", "2018-10-11 16:40:45.869923"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.871713"], ["updated_at", "2018-10-11 16:40:45.871713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.873636"], ["updated_at", "2018-10-11 16:40:45.873636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.875508"], ["updated_at", "2018-10-11 16:40:45.875508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.877145"], ["updated_at", "2018-10-11 16:40:45.877145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.878833"], ["updated_at", "2018-10-11 16:40:45.878833"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.880549"], ["updated_at", "2018-10-11 16:40:45.880549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.882326"], ["updated_at", "2018-10-11 16:40:45.882326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.884024"], ["updated_at", "2018-10-11 16:40:45.884024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.885602"], ["updated_at", "2018-10-11 16:40:45.885602"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.888461"], ["updated_at", "2018-10-11 16:40:45.888461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.891215"], ["updated_at", "2018-10-11 16:40:45.891215"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.893355"], ["updated_at", "2018-10-11 16:40:45.893355"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.895485"], ["updated_at", "2018-10-11 16:40:45.895485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.898077"], ["updated_at", "2018-10-11 16:40:45.898077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.899818"], ["updated_at", "2018-10-11 16:40:45.899818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.901386"], ["updated_at", "2018-10-11 16:40:45.901386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.904065"], ["updated_at", "2018-10-11 16:40:45.904065"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.905718"], ["updated_at", "2018-10-11 16:40:45.905718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.907471"], ["updated_at", "2018-10-11 16:40:45.907471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.909063"], ["updated_at", "2018-10-11 16:40:45.909063"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.910829"], ["updated_at", "2018-10-11 16:40:45.910829"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.912784"], ["updated_at", "2018-10-11 16:40:45.912784"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.914707"], ["updated_at", "2018-10-11 16:40:45.914707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.916574"], ["updated_at", "2018-10-11 16:40:45.916574"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.918859"], ["updated_at", "2018-10-11 16:40:45.918859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.923172"], ["updated_at", "2018-10-11 16:40:45.923172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.925266"], ["updated_at", "2018-10-11 16:40:45.925266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.926891"], ["updated_at", "2018-10-11 16:40:45.926891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.928556"], ["updated_at", "2018-10-11 16:40:45.928556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.930323"], ["updated_at", "2018-10-11 16:40:45.930323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.931997"], ["updated_at", "2018-10-11 16:40:45.931997"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.933622"], ["updated_at", "2018-10-11 16:40:45.933622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.935337"], ["updated_at", "2018-10-11 16:40:45.935337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.936984"], ["updated_at", "2018-10-11 16:40:45.936984"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.938720"], ["updated_at", "2018-10-11 16:40:45.938720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.940464"], ["updated_at", "2018-10-11 16:40:45.940464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.942089"], ["updated_at", "2018-10-11 16:40:45.942089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.943705"], ["updated_at", "2018-10-11 16:40:45.943705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.945324"], ["updated_at", "2018-10-11 16:40:45.945324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.947010"], ["updated_at", "2018-10-11 16:40:45.947010"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.948667"], ["updated_at", "2018-10-11 16:40:45.948667"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.950737"], ["updated_at", "2018-10-11 16:40:45.950737"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.953353"], ["updated_at", "2018-10-11 16:40:45.953353"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.957183"], ["updated_at", "2018-10-11 16:40:45.957183"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.959759"], ["updated_at", "2018-10-11 16:40:45.959759"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.961839"], ["updated_at", "2018-10-11 16:40:45.961839"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.963975"], ["updated_at", "2018-10-11 16:40:45.963975"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.966026"], ["updated_at", "2018-10-11 16:40:45.966026"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.968095"], ["updated_at", "2018-10-11 16:40:45.968095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.969902"], ["updated_at", "2018-10-11 16:40:45.969902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.975101"], ["updated_at", "2018-10-11 16:40:45.975101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.976668"], ["updated_at", "2018-10-11 16:40:45.976668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.978324"], ["updated_at", "2018-10-11 16:40:45.978324"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.979998"], ["updated_at", "2018-10-11 16:40:45.979998"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.982553"], ["updated_at", "2018-10-11 16:40:45.982553"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.984404"], ["updated_at", "2018-10-11 16:40:45.984404"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.988589"], ["updated_at", "2018-10-11 16:40:45.988589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.991346"], ["updated_at", "2018-10-11 16:40:45.991346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.992974"], ["updated_at", "2018-10-11 16:40:45.992974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.994660"], ["updated_at", "2018-10-11 16:40:45.994660"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.996441"], ["updated_at", "2018-10-11 16:40:45.996441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.998129"], ["updated_at", "2018-10-11 16:40:45.998129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:45.999767"], ["updated_at", "2018-10-11 16:40:45.999767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.001314"], ["updated_at", "2018-10-11 16:40:46.001314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.002990"], ["updated_at", "2018-10-11 16:40:46.002990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.004580"], ["updated_at", "2018-10-11 16:40:46.004580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.006345"], ["updated_at", "2018-10-11 16:40:46.006345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.008026"], ["updated_at", "2018-10-11 16:40:46.008026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.009631"], ["updated_at", "2018-10-11 16:40:46.009631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.011183"], ["updated_at", "2018-10-11 16:40:46.011183"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.012921"], ["updated_at", "2018-10-11 16:40:46.012921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.014698"], ["updated_at", "2018-10-11 16:40:46.014698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.016353"], ["updated_at", "2018-10-11 16:40:46.016353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.017961"], ["updated_at", "2018-10-11 16:40:46.017961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.019495"], ["updated_at", "2018-10-11 16:40:46.019495"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.021089"], ["updated_at", "2018-10-11 16:40:46.021089"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.023433"], ["updated_at", "2018-10-11 16:40:46.023433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.026202"], ["updated_at", "2018-10-11 16:40:46.026202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.027951"], ["updated_at", "2018-10-11 16:40:46.027951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.029712"], ["updated_at", "2018-10-11 16:40:46.029712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.031514"], ["updated_at", "2018-10-11 16:40:46.031514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.033119"], ["updated_at", "2018-10-11 16:40:46.033119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.034932"], ["updated_at", "2018-10-11 16:40:46.034932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.037676"], ["updated_at", "2018-10-11 16:40:46.037676"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.039318"], ["updated_at", "2018-10-11 16:40:46.039318"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.041487"], ["updated_at", "2018-10-11 16:40:46.041487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.043177"], ["updated_at", "2018-10-11 16:40:46.043177"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.044752"], ["updated_at", "2018-10-11 16:40:46.044752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.046499"], ["updated_at", "2018-10-11 16:40:46.046499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.048190"], ["updated_at", "2018-10-11 16:40:46.048190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.049925"], ["updated_at", "2018-10-11 16:40:46.049925"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.051606"], ["updated_at", "2018-10-11 16:40:46.051606"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.055468"], ["updated_at", "2018-10-11 16:40:46.055468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.058610"], ["updated_at", "2018-10-11 16:40:46.058610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.060298"], ["updated_at", "2018-10-11 16:40:46.060298"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.061932"], ["updated_at", "2018-10-11 16:40:46.061932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.063635"], ["updated_at", "2018-10-11 16:40:46.063635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.065290"], ["updated_at", "2018-10-11 16:40:46.065290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.066952"], ["updated_at", "2018-10-11 16:40:46.066952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.068542"], ["updated_at", "2018-10-11 16:40:46.068542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.070153"], ["updated_at", "2018-10-11 16:40:46.070153"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.071735"], ["updated_at", "2018-10-11 16:40:46.071735"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.073678"], ["updated_at", "2018-10-11 16:40:46.073678"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.076325"], ["updated_at", "2018-10-11 16:40:46.076325"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.078961"], ["updated_at", "2018-10-11 16:40:46.078961"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.081724"], ["updated_at", "2018-10-11 16:40:46.081724"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.084342"], ["updated_at", "2018-10-11 16:40:46.084342"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.086938"], ["updated_at", "2018-10-11 16:40:46.086938"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.091238"], ["updated_at", "2018-10-11 16:40:46.091238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.093775"], ["updated_at", "2018-10-11 16:40:46.093775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.095654"], ["updated_at", "2018-10-11 16:40:46.095654"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.097420"], ["updated_at", "2018-10-11 16:40:46.097420"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.099191"], ["updated_at", "2018-10-11 16:40:46.099191"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.100771"], ["updated_at", "2018-10-11 16:40:46.100771"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.102389"], ["updated_at", "2018-10-11 16:40:46.102389"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.105329"], ["updated_at", "2018-10-11 16:40:46.105329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.107230"], ["updated_at", "2018-10-11 16:40:46.107230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.108921"], ["updated_at", "2018-10-11 16:40:46.108921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.110570"], ["updated_at", "2018-10-11 16:40:46.110570"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.112188"], ["updated_at", "2018-10-11 16:40:46.112188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.114006"], ["updated_at", "2018-10-11 16:40:46.114006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.115643"], ["updated_at", "2018-10-11 16:40:46.115643"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.117358"], ["updated_at", "2018-10-11 16:40:46.117358"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.120841"], ["updated_at", "2018-10-11 16:40:46.120841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.124056"], ["updated_at", "2018-10-11 16:40:46.124056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.125790"], ["updated_at", "2018-10-11 16:40:46.125790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.127371"], ["updated_at", "2018-10-11 16:40:46.127371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.129063"], ["updated_at", "2018-10-11 16:40:46.129063"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.130741"], ["updated_at", "2018-10-11 16:40:46.130741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.132453"], ["updated_at", "2018-10-11 16:40:46.132453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.134108"], ["updated_at", "2018-10-11 16:40:46.134108"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.135667"], ["updated_at", "2018-10-11 16:40:46.135667"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.137381"], ["updated_at", "2018-10-11 16:40:46.137381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.139128"], ["updated_at", "2018-10-11 16:40:46.139128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.140754"], ["updated_at", "2018-10-11 16:40:46.140754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.142425"], ["updated_at", "2018-10-11 16:40:46.142425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.143983"], ["updated_at", "2018-10-11 16:40:46.143983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.145610"], ["updated_at", "2018-10-11 16:40:46.145610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.147229"], ["updated_at", "2018-10-11 16:40:46.147229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.148937"], ["updated_at", "2018-10-11 16:40:46.148937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.150538"], ["updated_at", "2018-10-11 16:40:46.150538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.152117"], ["updated_at", "2018-10-11 16:40:46.152117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.153684"], ["updated_at", "2018-10-11 16:40:46.153684"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.155429"], ["updated_at", "2018-10-11 16:40:46.155429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.158019"], ["updated_at", "2018-10-11 16:40:46.158019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.160135"], ["updated_at", "2018-10-11 16:40:46.160135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.161799"], ["updated_at", "2018-10-11 16:40:46.161799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.163466"], ["updated_at", "2018-10-11 16:40:46.163466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.165261"], ["updated_at", "2018-10-11 16:40:46.165261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.166888"], ["updated_at", "2018-10-11 16:40:46.166888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.169629"], ["updated_at", "2018-10-11 16:40:46.169629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.171338"], ["updated_at", "2018-10-11 16:40:46.171338"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.173026"], ["updated_at", "2018-10-11 16:40:46.173026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.174719"], ["updated_at", "2018-10-11 16:40:46.174719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.176287"], ["updated_at", "2018-10-11 16:40:46.176287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.178142"], ["updated_at", "2018-10-11 16:40:46.178142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.179874"], ["updated_at", "2018-10-11 16:40:46.179874"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.181640"], ["updated_at", "2018-10-11 16:40:46.181640"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.183571"], ["updated_at", "2018-10-11 16:40:46.183571"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.186070"], ["updated_at", "2018-10-11 16:40:46.186070"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.190089"], ["updated_at", "2018-10-11 16:40:46.190089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.191981"], ["updated_at", "2018-10-11 16:40:46.191981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.193562"], ["updated_at", "2018-10-11 16:40:46.193562"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.195421"], ["updated_at", "2018-10-11 16:40:46.195421"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.198314"], ["updated_at", "2018-10-11 16:40:46.198314"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.200881"], ["updated_at", "2018-10-11 16:40:46.200881"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.203463"], ["updated_at", "2018-10-11 16:40:46.203463"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.206479"], ["updated_at", "2018-10-11 16:40:46.206479"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.209217"], ["updated_at", "2018-10-11 16:40:46.209217"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.211739"], ["updated_at", "2018-10-11 16:40:46.211739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.214522"], ["updated_at", "2018-10-11 16:40:46.214522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.216338"], ["updated_at", "2018-10-11 16:40:46.216338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.217941"], ["updated_at", "2018-10-11 16:40:46.217941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.219621"], ["updated_at", "2018-10-11 16:40:46.219621"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.221160"], ["updated_at", "2018-10-11 16:40:46.221160"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.223224"], ["updated_at", "2018-10-11 16:40:46.223224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.225939"], ["updated_at", "2018-10-11 16:40:46.225939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.227823"], ["updated_at", "2018-10-11 16:40:46.227823"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.229697"], ["updated_at", "2018-10-11 16:40:46.229697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.231961"], ["updated_at", "2018-10-11 16:40:46.231961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.233608"], ["updated_at", "2018-10-11 16:40:46.233608"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.235372"], ["updated_at", "2018-10-11 16:40:46.235372"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.238195"], ["updated_at", "2018-10-11 16:40:46.238195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.239967"], ["updated_at", "2018-10-11 16:40:46.239967"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.241663"], ["updated_at", "2018-10-11 16:40:46.241663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.243492"], ["updated_at", "2018-10-11 16:40:46.243492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.245213"], ["updated_at", "2018-10-11 16:40:46.245213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.246957"], ["updated_at", "2018-10-11 16:40:46.246957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.248721"], ["updated_at", "2018-10-11 16:40:46.248721"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.250328"], ["updated_at", "2018-10-11 16:40:46.250328"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.253141"], ["updated_at", "2018-10-11 16:40:46.253141"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.257795"], ["updated_at", "2018-10-11 16:40:46.257795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.259498"], ["updated_at", "2018-10-11 16:40:46.259498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.261046"], ["updated_at", "2018-10-11 16:40:46.261046"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.262742"], ["updated_at", "2018-10-11 16:40:46.262742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.264534"], ["updated_at", "2018-10-11 16:40:46.264534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.266193"], ["updated_at", "2018-10-11 16:40:46.266193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.267814"], ["updated_at", "2018-10-11 16:40:46.267814"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.269388"], ["updated_at", "2018-10-11 16:40:46.269388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.271055"], ["updated_at", "2018-10-11 16:40:46.271055"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.272744"], ["updated_at", "2018-10-11 16:40:46.272744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.274516"], ["updated_at", "2018-10-11 16:40:46.274516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.276075"], ["updated_at", "2018-10-11 16:40:46.276075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.277719"], ["updated_at", "2018-10-11 16:40:46.277719"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.279478"], ["updated_at", "2018-10-11 16:40:46.279478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.281243"], ["updated_at", "2018-10-11 16:40:46.281243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.282954"], ["updated_at", "2018-10-11 16:40:46.282954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.284587"], ["updated_at", "2018-10-11 16:40:46.284587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.286164"], ["updated_at", "2018-10-11 16:40:46.286164"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.287748"], ["updated_at", "2018-10-11 16:40:46.287748"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.289761"], ["updated_at", "2018-10-11 16:40:46.289761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.292864"], ["updated_at", "2018-10-11 16:40:46.292864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.294610"], ["updated_at", "2018-10-11 16:40:46.294610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.296388"], ["updated_at", "2018-10-11 16:40:46.296388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.298267"], ["updated_at", "2018-10-11 16:40:46.298267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.300195"], ["updated_at", "2018-10-11 16:40:46.300195"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.303030"], ["updated_at", "2018-10-11 16:40:46.303030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.304825"], ["updated_at", "2018-10-11 16:40:46.304825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.306511"], ["updated_at", "2018-10-11 16:40:46.306511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.308191"], ["updated_at", "2018-10-11 16:40:46.308191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.309754"], ["updated_at", "2018-10-11 16:40:46.309754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.311360"], ["updated_at", "2018-10-11 16:40:46.311360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.313155"], ["updated_at", "2018-10-11 16:40:46.313155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.314922"], ["updated_at", "2018-10-11 16:40:46.314922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.316568"], ["updated_at", "2018-10-11 16:40:46.316568"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.319731"], ["updated_at", "2018-10-11 16:40:46.319731"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.324575"], ["updated_at", "2018-10-11 16:40:46.324575"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.327223"], ["updated_at", "2018-10-11 16:40:46.327223"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.330071"], ["updated_at", "2018-10-11 16:40:46.330071"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.332961"], ["updated_at", "2018-10-11 16:40:46.332961"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.335680"], ["updated_at", "2018-10-11 16:40:46.335680"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.338468"], ["updated_at", "2018-10-11 16:40:46.338468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.341049"], ["updated_at", "2018-10-11 16:40:46.341049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.343965"], ["updated_at", "2018-10-11 16:40:46.343965"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.345560"], ["updated_at", "2018-10-11 16:40:46.345560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.347277"], ["updated_at", "2018-10-11 16:40:46.347277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.348923"], ["updated_at", "2018-10-11 16:40:46.348923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.350573"], ["updated_at", "2018-10-11 16:40:46.350573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.352152"], ["updated_at", "2018-10-11 16:40:46.352152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.353772"], ["updated_at", "2018-10-11 16:40:46.353772"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.355449"], ["updated_at", "2018-10-11 16:40:46.355449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.358415"], ["updated_at", "2018-10-11 16:40:46.358415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.360322"], ["updated_at", "2018-10-11 16:40:46.360322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.361985"], ["updated_at", "2018-10-11 16:40:46.361985"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.363762"], ["updated_at", "2018-10-11 16:40:46.363762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.365744"], ["updated_at", "2018-10-11 16:40:46.365744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.367332"], ["updated_at", "2018-10-11 16:40:46.367332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.370108"], ["updated_at", "2018-10-11 16:40:46.370108"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.371677"], ["updated_at", "2018-10-11 16:40:46.371677"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.373414"], ["updated_at", "2018-10-11 16:40:46.373414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.375125"], ["updated_at", "2018-10-11 16:40:46.375125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.376746"], ["updated_at", "2018-10-11 16:40:46.376746"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.378355"], ["updated_at", "2018-10-11 16:40:46.378355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.380072"], ["updated_at", "2018-10-11 16:40:46.380072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.381773"], ["updated_at", "2018-10-11 16:40:46.381773"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.383411"], ["updated_at", "2018-10-11 16:40:46.383411"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.386598"], ["updated_at", "2018-10-11 16:40:46.386598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.390481"], ["updated_at", "2018-10-11 16:40:46.390481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.392207"], ["updated_at", "2018-10-11 16:40:46.392207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.393790"], ["updated_at", "2018-10-11 16:40:46.393790"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.395358"], ["updated_at", "2018-10-11 16:40:46.395358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.397056"], ["updated_at", "2018-10-11 16:40:46.397056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.398753"], ["updated_at", "2018-10-11 16:40:46.398753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.400306"], ["updated_at", "2018-10-11 16:40:46.400306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.401829"], ["updated_at", "2018-10-11 16:40:46.401829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.403489"], ["updated_at", "2018-10-11 16:40:46.403489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.405065"], ["updated_at", "2018-10-11 16:40:46.405065"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.406790"], ["updated_at", "2018-10-11 16:40:46.406790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.408467"], ["updated_at", "2018-10-11 16:40:46.408467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.410032"], ["updated_at", "2018-10-11 16:40:46.410032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.411653"], ["updated_at", "2018-10-11 16:40:46.411653"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.413346"], ["updated_at", "2018-10-11 16:40:46.413346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.415129"], ["updated_at", "2018-10-11 16:40:46.415129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.416707"], ["updated_at", "2018-10-11 16:40:46.416707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.418368"], ["updated_at", "2018-10-11 16:40:46.418368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.419969"], ["updated_at", "2018-10-11 16:40:46.419969"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.421589"], ["updated_at", "2018-10-11 16:40:46.421589"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.424613"], ["updated_at", "2018-10-11 16:40:46.424613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.426901"], ["updated_at", "2018-10-11 16:40:46.426901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.428619"], ["updated_at", "2018-10-11 16:40:46.428619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.430514"], ["updated_at", "2018-10-11 16:40:46.430514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.432312"], ["updated_at", "2018-10-11 16:40:46.432312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.433948"], ["updated_at", "2018-10-11 16:40:46.433948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.436836"], ["updated_at", "2018-10-11 16:40:46.436836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.438520"], ["updated_at", "2018-10-11 16:40:46.438520"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.440214"], ["updated_at", "2018-10-11 16:40:46.440214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.441916"], ["updated_at", "2018-10-11 16:40:46.441916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.443543"], ["updated_at", "2018-10-11 16:40:46.443543"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.445224"], ["updated_at", "2018-10-11 16:40:46.445224"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.448111"], ["updated_at", "2018-10-11 16:40:46.448111"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.450864"], ["updated_at", "2018-10-11 16:40:46.450864"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.454901"], ["updated_at", "2018-10-11 16:40:46.454901"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.459006"], ["updated_at", "2018-10-11 16:40:46.459006"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.461689"], ["updated_at", "2018-10-11 16:40:46.461689"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.464464"], ["updated_at", "2018-10-11 16:40:46.464464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.467124"], ["updated_at", "2018-10-11 16:40:46.467124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.468856"], ["updated_at", "2018-10-11 16:40:46.468856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.470432"], ["updated_at", "2018-10-11 16:40:46.470432"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.471981"], ["updated_at", "2018-10-11 16:40:46.471981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.473799"], ["updated_at", "2018-10-11 16:40:46.473799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.475530"], ["updated_at", "2018-10-11 16:40:46.475530"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.477138"], ["updated_at", "2018-10-11 16:40:46.477138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.478825"], ["updated_at", "2018-10-11 16:40:46.478825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.480608"], ["updated_at", "2018-10-11 16:40:46.480608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.482448"], ["updated_at", "2018-10-11 16:40:46.482448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.484061"], ["updated_at", "2018-10-11 16:40:46.484061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.485673"], ["updated_at", "2018-10-11 16:40:46.485673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.487273"], ["updated_at", "2018-10-11 16:40:46.487273"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.488855"], ["updated_at", "2018-10-11 16:40:46.488855"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.491151"], ["updated_at", "2018-10-11 16:40:46.491151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.493710"], ["updated_at", "2018-10-11 16:40:46.493710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.495554"], ["updated_at", "2018-10-11 16:40:46.495554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.497306"], ["updated_at", "2018-10-11 16:40:46.497306"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.499061"], ["updated_at", "2018-10-11 16:40:46.499061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.500633"], ["updated_at", "2018-10-11 16:40:46.500633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.503206"], ["updated_at", "2018-10-11 16:40:46.503206"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.505079"], ["updated_at", "2018-10-11 16:40:46.505079"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.506819"], ["updated_at", "2018-10-11 16:40:46.506819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.508497"], ["updated_at", "2018-10-11 16:40:46.508497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.510095"], ["updated_at", "2018-10-11 16:40:46.510095"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.511747"], ["updated_at", "2018-10-11 16:40:46.511747"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.513639"], ["updated_at", "2018-10-11 16:40:46.513639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.515466"], ["updated_at", "2018-10-11 16:40:46.515466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.517052"], ["updated_at", "2018-10-11 16:40:46.517052"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.519460"], ["updated_at", "2018-10-11 16:40:46.519460"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.522945"], ["updated_at", "2018-10-11 16:40:46.522945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.525549"], ["updated_at", "2018-10-11 16:40:46.525549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.527163"], ["updated_at", "2018-10-11 16:40:46.527163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.528744"], ["updated_at", "2018-10-11 16:40:46.528744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.530494"], ["updated_at", "2018-10-11 16:40:46.530494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.532255"], ["updated_at", "2018-10-11 16:40:46.532255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.533825"], ["updated_at", "2018-10-11 16:40:46.533825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.535499"], ["updated_at", "2018-10-11 16:40:46.535499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.537045"], ["updated_at", "2018-10-11 16:40:46.537045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.538632"], ["updated_at", "2018-10-11 16:40:46.538632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.540286"], ["updated_at", "2018-10-11 16:40:46.540286"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.541910"], ["updated_at", "2018-10-11 16:40:46.541910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.543976"], ["updated_at", "2018-10-11 16:40:46.543976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.545602"], ["updated_at", "2018-10-11 16:40:46.545602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.547303"], ["updated_at", "2018-10-11 16:40:46.547303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.549049"], ["updated_at", "2018-10-11 16:40:46.549049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.550637"], ["updated_at", "2018-10-11 16:40:46.550637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.552247"], ["updated_at", "2018-10-11 16:40:46.552247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.553835"], ["updated_at", "2018-10-11 16:40:46.553835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.555480"], ["updated_at", "2018-10-11 16:40:46.555480"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.557521"], ["updated_at", "2018-10-11 16:40:46.557521"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.560119"], ["updated_at", "2018-10-11 16:40:46.560119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.562114"], ["updated_at", "2018-10-11 16:40:46.562114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.563934"], ["updated_at", "2018-10-11 16:40:46.563934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.565698"], ["updated_at", "2018-10-11 16:40:46.565698"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.567322"], ["updated_at", "2018-10-11 16:40:46.567322"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.569201"], ["updated_at", "2018-10-11 16:40:46.569201"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.573295"], ["updated_at", "2018-10-11 16:40:46.573295"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.576053"], ["updated_at", "2018-10-11 16:40:46.576053"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.578725"], ["updated_at", "2018-10-11 16:40:46.578725"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.581490"], ["updated_at", "2018-10-11 16:40:46.581490"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.584028"], ["updated_at", "2018-10-11 16:40:46.584028"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.588485"], ["updated_at", "2018-10-11 16:40:46.588485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.591896"], ["updated_at", "2018-10-11 16:40:46.591896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.593632"], ["updated_at", "2018-10-11 16:40:46.593632"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.595186"], ["updated_at", "2018-10-11 16:40:46.595186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.596874"], ["updated_at", "2018-10-11 16:40:46.596874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.598570"], ["updated_at", "2018-10-11 16:40:46.598570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.600305"], ["updated_at", "2018-10-11 16:40:46.600305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.602031"], ["updated_at", "2018-10-11 16:40:46.602031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.603610"], ["updated_at", "2018-10-11 16:40:46.603610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.605250"], ["updated_at", "2018-10-11 16:40:46.605250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.607005"], ["updated_at", "2018-10-11 16:40:46.607005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.608708"], ["updated_at", "2018-10-11 16:40:46.608708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.610244"], ["updated_at", "2018-10-11 16:40:46.610244"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.611906"], ["updated_at", "2018-10-11 16:40:46.611906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.613669"], ["updated_at", "2018-10-11 16:40:46.613669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.615370"], ["updated_at", "2018-10-11 16:40:46.615370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.616985"], ["updated_at", "2018-10-11 16:40:46.616985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.618528"], ["updated_at", "2018-10-11 16:40:46.618528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.620179"], ["updated_at", "2018-10-11 16:40:46.620179"], ["parent_id", 39895952907]] Kithe::Work Create (6.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.621708"], ["updated_at", "2018-10-11 16:40:46.621708"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.629945"], ["updated_at", "2018-10-11 16:40:46.629945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.632307"], ["updated_at", "2018-10-11 16:40:46.632307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.633926"], ["updated_at", "2018-10-11 16:40:46.633926"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.635581"], ["updated_at", "2018-10-11 16:40:46.635581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.637209"], ["updated_at", "2018-10-11 16:40:46.637209"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.640182"], ["updated_at", "2018-10-11 16:40:46.640182"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.641907"], ["updated_at", "2018-10-11 16:40:46.641907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.643565"], ["updated_at", "2018-10-11 16:40:46.643565"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.645180"], ["updated_at", "2018-10-11 16:40:46.645180"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.646980"], ["updated_at", "2018-10-11 16:40:46.646980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.648700"], ["updated_at", "2018-10-11 16:40:46.648700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.650246"], ["updated_at", "2018-10-11 16:40:46.650246"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.652360"], ["updated_at", "2018-10-11 16:40:46.652360"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.656102"], ["updated_at", "2018-10-11 16:40:46.656102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.658837"], ["updated_at", "2018-10-11 16:40:46.658837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.660384"], ["updated_at", "2018-10-11 16:40:46.660384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.661925"], ["updated_at", "2018-10-11 16:40:46.661925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.663660"], ["updated_at", "2018-10-11 16:40:46.663660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.665470"], ["updated_at", "2018-10-11 16:40:46.665470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.667096"], ["updated_at", "2018-10-11 16:40:46.667096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.668707"], ["updated_at", "2018-10-11 16:40:46.668707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.670320"], ["updated_at", "2018-10-11 16:40:46.670320"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.671970"], ["updated_at", "2018-10-11 16:40:46.671970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.673699"], ["updated_at", "2018-10-11 16:40:46.673699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.675336"], ["updated_at", "2018-10-11 16:40:46.675336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.676949"], ["updated_at", "2018-10-11 16:40:46.676949"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.678528"], ["updated_at", "2018-10-11 16:40:46.678528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.680387"], ["updated_at", "2018-10-11 16:40:46.680387"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.682303"], ["updated_at", "2018-10-11 16:40:46.682303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.683998"], ["updated_at", "2018-10-11 16:40:46.683998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.685563"], ["updated_at", "2018-10-11 16:40:46.685563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.687206"], ["updated_at", "2018-10-11 16:40:46.687206"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.689140"], ["updated_at", "2018-10-11 16:40:46.689140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.692339"], ["updated_at", "2018-10-11 16:40:46.692339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.694203"], ["updated_at", "2018-10-11 16:40:46.694203"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.696092"], ["updated_at", "2018-10-11 16:40:46.696092"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.698158"], ["updated_at", "2018-10-11 16:40:46.698158"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.700199"], ["updated_at", "2018-10-11 16:40:46.700199"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.702196"], ["updated_at", "2018-10-11 16:40:46.702196"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.704190"], ["updated_at", "2018-10-11 16:40:46.704190"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.708740"], ["updated_at", "2018-10-11 16:40:46.708740"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.711454"], ["updated_at", "2018-10-11 16:40:46.711454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.714271"], ["updated_at", "2018-10-11 16:40:46.714271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.716091"], ["updated_at", "2018-10-11 16:40:46.716091"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.717726"], ["updated_at", "2018-10-11 16:40:46.717726"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.720612"], ["updated_at", "2018-10-11 16:40:46.720612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.724576"], ["updated_at", "2018-10-11 16:40:46.724576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.726272"], ["updated_at", "2018-10-11 16:40:46.726272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.727838"], ["updated_at", "2018-10-11 16:40:46.727838"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.729720"], ["updated_at", "2018-10-11 16:40:46.729720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.731576"], ["updated_at", "2018-10-11 16:40:46.731576"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.733250"], ["updated_at", "2018-10-11 16:40:46.733250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.734977"], ["updated_at", "2018-10-11 16:40:46.734977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.736563"], ["updated_at", "2018-10-11 16:40:46.736563"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.738199"], ["updated_at", "2018-10-11 16:40:46.738199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.740002"], ["updated_at", "2018-10-11 16:40:46.740002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.741657"], ["updated_at", "2018-10-11 16:40:46.741657"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.743288"], ["updated_at", "2018-10-11 16:40:46.743288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.745105"], ["updated_at", "2018-10-11 16:40:46.745105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.746815"], ["updated_at", "2018-10-11 16:40:46.746815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.748480"], ["updated_at", "2018-10-11 16:40:46.748480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.750121"], ["updated_at", "2018-10-11 16:40:46.750121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.751690"], ["updated_at", "2018-10-11 16:40:46.751690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.753322"], ["updated_at", "2018-10-11 16:40:46.753322"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.754879"], ["updated_at", "2018-10-11 16:40:46.754879"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.757496"], ["updated_at", "2018-10-11 16:40:46.757496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.760040"], ["updated_at", "2018-10-11 16:40:46.760040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.761899"], ["updated_at", "2018-10-11 16:40:46.761899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.763665"], ["updated_at", "2018-10-11 16:40:46.763665"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.765393"], ["updated_at", "2018-10-11 16:40:46.765393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.766982"], ["updated_at", "2018-10-11 16:40:46.766982"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.768638"], ["updated_at", "2018-10-11 16:40:46.768638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.771472"], ["updated_at", "2018-10-11 16:40:46.771472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.773171"], ["updated_at", "2018-10-11 16:40:46.773171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.774961"], ["updated_at", "2018-10-11 16:40:46.774961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.776602"], ["updated_at", "2018-10-11 16:40:46.776602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.778252"], ["updated_at", "2018-10-11 16:40:46.778252"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.779917"], ["updated_at", "2018-10-11 16:40:46.779917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.782079"], ["updated_at", "2018-10-11 16:40:46.782079"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.785454"], ["updated_at", "2018-10-11 16:40:46.785454"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.789015"], ["updated_at", "2018-10-11 16:40:46.789015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.791953"], ["updated_at", "2018-10-11 16:40:46.791953"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.793547"], ["updated_at", "2018-10-11 16:40:46.793547"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.796600"], ["updated_at", "2018-10-11 16:40:46.796600"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.798660"], ["updated_at", "2018-10-11 16:40:46.798660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.800651"], ["updated_at", "2018-10-11 16:40:46.800651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.802420"], ["updated_at", "2018-10-11 16:40:46.802420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.804137"], ["updated_at", "2018-10-11 16:40:46.804137"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.805836"], ["updated_at", "2018-10-11 16:40:46.805836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.808022"], ["updated_at", "2018-10-11 16:40:46.808022"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.809747"], ["updated_at", "2018-10-11 16:40:46.809747"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.811505"], ["updated_at", "2018-10-11 16:40:46.811505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.813272"], ["updated_at", "2018-10-11 16:40:46.813272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.814987"], ["updated_at", "2018-10-11 16:40:46.814987"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.816713"], ["updated_at", "2018-10-11 16:40:46.816713"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.819404"], ["updated_at", "2018-10-11 16:40:46.819404"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.822010"], ["updated_at", "2018-10-11 16:40:46.822010"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.825307"], ["updated_at", "2018-10-11 16:40:46.825307"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.827547"], ["updated_at", "2018-10-11 16:40:46.827547"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.829581"], ["updated_at", "2018-10-11 16:40:46.829581"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.831969"], ["updated_at", "2018-10-11 16:40:46.831969"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.834091"], ["updated_at", "2018-10-11 16:40:46.834091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.836305"], ["updated_at", "2018-10-11 16:40:46.836305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.838007"], ["updated_at", "2018-10-11 16:40:46.838007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.842548"], ["updated_at", "2018-10-11 16:40:46.842548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.844369"], ["updated_at", "2018-10-11 16:40:46.844369"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.846012"], ["updated_at", "2018-10-11 16:40:46.846012"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.847906"], ["updated_at", "2018-10-11 16:40:46.847906"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.849692"], ["updated_at", "2018-10-11 16:40:46.849692"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.851405"], ["updated_at", "2018-10-11 16:40:46.851405"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.855286"], ["updated_at", "2018-10-11 16:40:46.855286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.858607"], ["updated_at", "2018-10-11 16:40:46.858607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.860269"], ["updated_at", "2018-10-11 16:40:46.860269"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.861839"], ["updated_at", "2018-10-11 16:40:46.861839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.863837"], ["updated_at", "2018-10-11 16:40:46.863837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.865555"], ["updated_at", "2018-10-11 16:40:46.865555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.867199"], ["updated_at", "2018-10-11 16:40:46.867199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.868836"], ["updated_at", "2018-10-11 16:40:46.868836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.870405"], ["updated_at", "2018-10-11 16:40:46.870405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.872197"], ["updated_at", "2018-10-11 16:40:46.872197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.873998"], ["updated_at", "2018-10-11 16:40:46.873998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.875705"], ["updated_at", "2018-10-11 16:40:46.875705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.877301"], ["updated_at", "2018-10-11 16:40:46.877301"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.878875"], ["updated_at", "2018-10-11 16:40:46.878875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.880642"], ["updated_at", "2018-10-11 16:40:46.880642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.882373"], ["updated_at", "2018-10-11 16:40:46.882373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.884078"], ["updated_at", "2018-10-11 16:40:46.884078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.885614"], ["updated_at", "2018-10-11 16:40:46.885614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.887194"], ["updated_at", "2018-10-11 16:40:46.887194"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.889048"], ["updated_at", "2018-10-11 16:40:46.889048"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.892829"], ["updated_at", "2018-10-11 16:40:46.892829"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.895040"], ["updated_at", "2018-10-11 16:40:46.895040"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.897391"], ["updated_at", "2018-10-11 16:40:46.897391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.900539"], ["updated_at", "2018-10-11 16:40:46.900539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.902392"], ["updated_at", "2018-10-11 16:40:46.902392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.904067"], ["updated_at", "2018-10-11 16:40:46.904067"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.905768"], ["updated_at", "2018-10-11 16:40:46.905768"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.910076"], ["updated_at", "2018-10-11 16:40:46.910076"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.912088"], ["updated_at", "2018-10-11 16:40:46.912088"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.913860"], ["updated_at", "2018-10-11 16:40:46.913860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.915873"], ["updated_at", "2018-10-11 16:40:46.915873"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.917509"], ["updated_at", "2018-10-11 16:40:46.917509"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.919972"], ["updated_at", "2018-10-11 16:40:46.919972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.924241"], ["updated_at", "2018-10-11 16:40:46.924241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.926200"], ["updated_at", "2018-10-11 16:40:46.926200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.927819"], ["updated_at", "2018-10-11 16:40:46.927819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.929554"], ["updated_at", "2018-10-11 16:40:46.929554"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.931241"], ["updated_at", "2018-10-11 16:40:46.931241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.932958"], ["updated_at", "2018-10-11 16:40:46.932958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.934516"], ["updated_at", "2018-10-11 16:40:46.934516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.936301"], ["updated_at", "2018-10-11 16:40:46.936301"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.937907"], ["updated_at", "2018-10-11 16:40:46.937907"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.940085"], ["updated_at", "2018-10-11 16:40:46.940085"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.942555"], ["updated_at", "2018-10-11 16:40:46.942555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.945257"], ["updated_at", "2018-10-11 16:40:46.945257"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.947549"], ["updated_at", "2018-10-11 16:40:46.947549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.950211"], ["updated_at", "2018-10-11 16:40:46.950211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.951944"], ["updated_at", "2018-10-11 16:40:46.951944"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.954372"], ["updated_at", "2018-10-11 16:40:46.954372"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.957043"], ["updated_at", "2018-10-11 16:40:46.957043"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.960013"], ["updated_at", "2018-10-11 16:40:46.960013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.961694"], ["updated_at", "2018-10-11 16:40:46.961694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.963261"], ["updated_at", "2018-10-11 16:40:46.963261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.964818"], ["updated_at", "2018-10-11 16:40:46.964818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.966458"], ["updated_at", "2018-10-11 16:40:46.966458"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.967981"], ["updated_at", "2018-10-11 16:40:46.967981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.970906"], ["updated_at", "2018-10-11 16:40:46.970906"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.972569"], ["updated_at", "2018-10-11 16:40:46.972569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.974343"], ["updated_at", "2018-10-11 16:40:46.974343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.975920"], ["updated_at", "2018-10-11 16:40:46.975920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.977526"], ["updated_at", "2018-10-11 16:40:46.977526"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.979234"], ["updated_at", "2018-10-11 16:40:46.979234"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.980882"], ["updated_at", "2018-10-11 16:40:46.980882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.982531"], ["updated_at", "2018-10-11 16:40:46.982531"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.984232"], ["updated_at", "2018-10-11 16:40:46.984232"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.987560"], ["updated_at", "2018-10-11 16:40:46.987560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.990856"], ["updated_at", "2018-10-11 16:40:46.990856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.992455"], ["updated_at", "2018-10-11 16:40:46.992455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.993950"], ["updated_at", "2018-10-11 16:40:46.993950"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.995482"], ["updated_at", "2018-10-11 16:40:46.995482"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.997535"], ["updated_at", "2018-10-11 16:40:46.997535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:46.999244"], ["updated_at", "2018-10-11 16:40:46.999244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.000783"], ["updated_at", "2018-10-11 16:40:47.000783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.002451"], ["updated_at", "2018-10-11 16:40:47.002451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.004073"], ["updated_at", "2018-10-11 16:40:47.004073"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.005642"], ["updated_at", "2018-10-11 16:40:47.005642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.007630"], ["updated_at", "2018-10-11 16:40:47.007630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.009256"], ["updated_at", "2018-10-11 16:40:47.009256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.010815"], ["updated_at", "2018-10-11 16:40:47.010815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.012412"], ["updated_at", "2018-10-11 16:40:47.012412"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.014131"], ["updated_at", "2018-10-11 16:40:47.014131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.015789"], ["updated_at", "2018-10-11 16:40:47.015789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.017432"], ["updated_at", "2018-10-11 16:40:47.017432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.019041"], ["updated_at", "2018-10-11 16:40:47.019041"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.020632"], ["updated_at", "2018-10-11 16:40:47.020632"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.022369"], ["updated_at", "2018-10-11 16:40:47.022369"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.025099"], ["updated_at", "2018-10-11 16:40:47.025099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.026822"], ["updated_at", "2018-10-11 16:40:47.026822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.028382"], ["updated_at", "2018-10-11 16:40:47.028382"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.030003"], ["updated_at", "2018-10-11 16:40:47.030003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.031959"], ["updated_at", "2018-10-11 16:40:47.031959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.033550"], ["updated_at", "2018-10-11 16:40:47.033550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.037605"], ["updated_at", "2018-10-11 16:40:47.037605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.039240"], ["updated_at", "2018-10-11 16:40:47.039240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.040899"], ["updated_at", "2018-10-11 16:40:47.040899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.042580"], ["updated_at", "2018-10-11 16:40:47.042580"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.044075"], ["updated_at", "2018-10-11 16:40:47.044075"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.046185"], ["updated_at", "2018-10-11 16:40:47.046185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.048029"], ["updated_at", "2018-10-11 16:40:47.048029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.049710"], ["updated_at", "2018-10-11 16:40:47.049710"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.051370"], ["updated_at", "2018-10-11 16:40:47.051370"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.055468"], ["updated_at", "2018-10-11 16:40:47.055468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.058241"], ["updated_at", "2018-10-11 16:40:47.058241"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.060107"], ["updated_at", "2018-10-11 16:40:47.060107"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.063422"], ["updated_at", "2018-10-11 16:40:47.063422"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.066700"], ["updated_at", "2018-10-11 16:40:47.066700"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.069919"], ["updated_at", "2018-10-11 16:40:47.069919"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.073581"], ["updated_at", "2018-10-11 16:40:47.073581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.076967"], ["updated_at", "2018-10-11 16:40:47.076967"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.079107"], ["updated_at", "2018-10-11 16:40:47.079107"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.080839"], ["updated_at", "2018-10-11 16:40:47.080839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.082503"], ["updated_at", "2018-10-11 16:40:47.082503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.084125"], ["updated_at", "2018-10-11 16:40:47.084125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.085698"], ["updated_at", "2018-10-11 16:40:47.085698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.087399"], ["updated_at", "2018-10-11 16:40:47.087399"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.089592"], ["updated_at", "2018-10-11 16:40:47.089592"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.092100"], ["updated_at", "2018-10-11 16:40:47.092100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.093876"], ["updated_at", "2018-10-11 16:40:47.093876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.095409"], ["updated_at", "2018-10-11 16:40:47.095409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.097141"], ["updated_at", "2018-10-11 16:40:47.097141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.098809"], ["updated_at", "2018-10-11 16:40:47.098809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.100463"], ["updated_at", "2018-10-11 16:40:47.100463"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.102097"], ["updated_at", "2018-10-11 16:40:47.102097"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.104888"], ["updated_at", "2018-10-11 16:40:47.104888"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.106536"], ["updated_at", "2018-10-11 16:40:47.106536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.108415"], ["updated_at", "2018-10-11 16:40:47.108415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.110063"], ["updated_at", "2018-10-11 16:40:47.110063"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.111677"], ["updated_at", "2018-10-11 16:40:47.111677"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.113390"], ["updated_at", "2018-10-11 16:40:47.113390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.115077"], ["updated_at", "2018-10-11 16:40:47.115077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.116711"], ["updated_at", "2018-10-11 16:40:47.116711"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.119180"], ["updated_at", "2018-10-11 16:40:47.119180"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.122766"], ["updated_at", "2018-10-11 16:40:47.122766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.125355"], ["updated_at", "2018-10-11 16:40:47.125355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.127125"], ["updated_at", "2018-10-11 16:40:47.127125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.129211"], ["updated_at", "2018-10-11 16:40:47.129211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.130918"], ["updated_at", "2018-10-11 16:40:47.130918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.132501"], ["updated_at", "2018-10-11 16:40:47.132501"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.134107"], ["updated_at", "2018-10-11 16:40:47.134107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.135750"], ["updated_at", "2018-10-11 16:40:47.135750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.137297"], ["updated_at", "2018-10-11 16:40:47.137297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.138953"], ["updated_at", "2018-10-11 16:40:47.138953"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.140587"], ["updated_at", "2018-10-11 16:40:47.140587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.142197"], ["updated_at", "2018-10-11 16:40:47.142197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.143795"], ["updated_at", "2018-10-11 16:40:47.143795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.145372"], ["updated_at", "2018-10-11 16:40:47.145372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.147145"], ["updated_at", "2018-10-11 16:40:47.147145"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.148811"], ["updated_at", "2018-10-11 16:40:47.148811"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.150532"], ["updated_at", "2018-10-11 16:40:47.150532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.152194"], ["updated_at", "2018-10-11 16:40:47.152194"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.153833"], ["updated_at", "2018-10-11 16:40:47.153833"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.155707"], ["updated_at", "2018-10-11 16:40:47.155707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.158190"], ["updated_at", "2018-10-11 16:40:47.158190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.160080"], ["updated_at", "2018-10-11 16:40:47.160080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.161656"], ["updated_at", "2018-10-11 16:40:47.161656"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.163295"], ["updated_at", "2018-10-11 16:40:47.163295"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.165276"], ["updated_at", "2018-10-11 16:40:47.165276"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.167230"], ["updated_at", "2018-10-11 16:40:47.167230"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.170123"], ["updated_at", "2018-10-11 16:40:47.170123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.171829"], ["updated_at", "2018-10-11 16:40:47.171829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.173446"], ["updated_at", "2018-10-11 16:40:47.173446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.175183"], ["updated_at", "2018-10-11 16:40:47.175183"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.176838"], ["updated_at", "2018-10-11 16:40:47.176838"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.178551"], ["updated_at", "2018-10-11 16:40:47.178551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.180287"], ["updated_at", "2018-10-11 16:40:47.180287"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.181987"], ["updated_at", "2018-10-11 16:40:47.181987"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.184858"], ["updated_at", "2018-10-11 16:40:47.184858"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.190939"], ["updated_at", "2018-10-11 16:40:47.190939"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.194470"], ["updated_at", "2018-10-11 16:40:47.194470"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.198065"], ["updated_at", "2018-10-11 16:40:47.198065"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.201390"], ["updated_at", "2018-10-11 16:40:47.201390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.204214"], ["updated_at", "2018-10-11 16:40:47.204214"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.205892"], ["updated_at", "2018-10-11 16:40:47.205892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.207652"], ["updated_at", "2018-10-11 16:40:47.207652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.209288"], ["updated_at", "2018-10-11 16:40:47.209288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.210894"], ["updated_at", "2018-10-11 16:40:47.210894"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.212468"], ["updated_at", "2018-10-11 16:40:47.212468"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.214188"], ["updated_at", "2018-10-11 16:40:47.214188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.215980"], ["updated_at", "2018-10-11 16:40:47.215980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.217732"], ["updated_at", "2018-10-11 16:40:47.217732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.219339"], ["updated_at", "2018-10-11 16:40:47.219339"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.220939"], ["updated_at", "2018-10-11 16:40:47.220939"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.222685"], ["updated_at", "2018-10-11 16:40:47.222685"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.225200"], ["updated_at", "2018-10-11 16:40:47.225200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.227128"], ["updated_at", "2018-10-11 16:40:47.227128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.228726"], ["updated_at", "2018-10-11 16:40:47.228726"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.230386"], ["updated_at", "2018-10-11 16:40:47.230386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.232117"], ["updated_at", "2018-10-11 16:40:47.232117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.233797"], ["updated_at", "2018-10-11 16:40:47.233797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.237173"], ["updated_at", "2018-10-11 16:40:47.237173"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.238847"], ["updated_at", "2018-10-11 16:40:47.238847"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.240721"], ["updated_at", "2018-10-11 16:40:47.240721"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.243549"], ["updated_at", "2018-10-11 16:40:47.243549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.248865"], ["updated_at", "2018-10-11 16:40:47.248865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.250481"], ["updated_at", "2018-10-11 16:40:47.250481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.252197"], ["updated_at", "2018-10-11 16:40:47.252197"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.253884"], ["updated_at", "2018-10-11 16:40:47.253884"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.255571"], ["updated_at", "2018-10-11 16:40:47.255571"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.257316"], ["updated_at", "2018-10-11 16:40:47.257316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.258945"], ["updated_at", "2018-10-11 16:40:47.258945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.260509"], ["updated_at", "2018-10-11 16:40:47.260509"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.262193"], ["updated_at", "2018-10-11 16:40:47.262193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.264026"], ["updated_at", "2018-10-11 16:40:47.264026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.265706"], ["updated_at", "2018-10-11 16:40:47.265706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.267265"], ["updated_at", "2018-10-11 16:40:47.267265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.268979"], ["updated_at", "2018-10-11 16:40:47.268979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.270560"], ["updated_at", "2018-10-11 16:40:47.270560"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.272147"], ["updated_at", "2018-10-11 16:40:47.272147"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.273848"], ["updated_at", "2018-10-11 16:40:47.273848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.275488"], ["updated_at", "2018-10-11 16:40:47.275488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.277052"], ["updated_at", "2018-10-11 16:40:47.277052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.278739"], ["updated_at", "2018-10-11 16:40:47.278739"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.280568"], ["updated_at", "2018-10-11 16:40:47.280568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.282603"], ["updated_at", "2018-10-11 16:40:47.282603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.284146"], ["updated_at", "2018-10-11 16:40:47.284146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.285762"], ["updated_at", "2018-10-11 16:40:47.285762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.287400"], ["updated_at", "2018-10-11 16:40:47.287400"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.289098"], ["updated_at", "2018-10-11 16:40:47.289098"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.291495"], ["updated_at", "2018-10-11 16:40:47.291495"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.293372"], ["updated_at", "2018-10-11 16:40:47.293372"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.295424"], ["updated_at", "2018-10-11 16:40:47.295424"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.297367"], ["updated_at", "2018-10-11 16:40:47.297367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.298975"], ["updated_at", "2018-10-11 16:40:47.298975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.300518"], ["updated_at", "2018-10-11 16:40:47.300518"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.304597"], ["updated_at", "2018-10-11 16:40:47.304597"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.306389"], ["updated_at", "2018-10-11 16:40:47.306389"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.310453"], ["updated_at", "2018-10-11 16:40:47.310453"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.315535"], ["updated_at", "2018-10-11 16:40:47.315535"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.319424"], ["updated_at", "2018-10-11 16:40:47.319424"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.322967"], ["updated_at", "2018-10-11 16:40:47.322967"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.326192"], ["updated_at", "2018-10-11 16:40:47.326192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.328997"], ["updated_at", "2018-10-11 16:40:47.328997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.330675"], ["updated_at", "2018-10-11 16:40:47.330675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.332389"], ["updated_at", "2018-10-11 16:40:47.332389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.334016"], ["updated_at", "2018-10-11 16:40:47.334016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.335606"], ["updated_at", "2018-10-11 16:40:47.335606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.337286"], ["updated_at", "2018-10-11 16:40:47.337286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.338948"], ["updated_at", "2018-10-11 16:40:47.338948"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.340555"], ["updated_at", "2018-10-11 16:40:47.340555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.342239"], ["updated_at", "2018-10-11 16:40:47.342239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.343878"], ["updated_at", "2018-10-11 16:40:47.343878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.345505"], ["updated_at", "2018-10-11 16:40:47.345505"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.347147"], ["updated_at", "2018-10-11 16:40:47.347147"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.348840"], ["updated_at", "2018-10-11 16:40:47.348840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.350531"], ["updated_at", "2018-10-11 16:40:47.350531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.352096"], ["updated_at", "2018-10-11 16:40:47.352096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.353711"], ["updated_at", "2018-10-11 16:40:47.353711"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.355314"], ["updated_at", "2018-10-11 16:40:47.355314"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.358073"], ["updated_at", "2018-10-11 16:40:47.358073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.360269"], ["updated_at", "2018-10-11 16:40:47.360269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.361925"], ["updated_at", "2018-10-11 16:40:47.361925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.363488"], ["updated_at", "2018-10-11 16:40:47.363488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.365209"], ["updated_at", "2018-10-11 16:40:47.365209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.366823"], ["updated_at", "2018-10-11 16:40:47.366823"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.369658"], ["updated_at", "2018-10-11 16:40:47.369658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.371496"], ["updated_at", "2018-10-11 16:40:47.371496"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.373082"], ["updated_at", "2018-10-11 16:40:47.373082"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.375473"], ["updated_at", "2018-10-11 16:40:47.375473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.379557"], ["updated_at", "2018-10-11 16:40:47.379557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.381777"], ["updated_at", "2018-10-11 16:40:47.381777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.383385"], ["updated_at", "2018-10-11 16:40:47.383385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.385163"], ["updated_at", "2018-10-11 16:40:47.385163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.386855"], ["updated_at", "2018-10-11 16:40:47.386855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.388484"], ["updated_at", "2018-10-11 16:40:47.388484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.390115"], ["updated_at", "2018-10-11 16:40:47.390115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.391719"], ["updated_at", "2018-10-11 16:40:47.391719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.393424"], ["updated_at", "2018-10-11 16:40:47.393424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.395179"], ["updated_at", "2018-10-11 16:40:47.395179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.396743"], ["updated_at", "2018-10-11 16:40:47.396743"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.398326"], ["updated_at", "2018-10-11 16:40:47.398326"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.399990"], ["updated_at", "2018-10-11 16:40:47.399990"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.401693"], ["updated_at", "2018-10-11 16:40:47.401693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.403347"], ["updated_at", "2018-10-11 16:40:47.403347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.404891"], ["updated_at", "2018-10-11 16:40:47.404891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.406476"], ["updated_at", "2018-10-11 16:40:47.406476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.408141"], ["updated_at", "2018-10-11 16:40:47.408141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.409712"], ["updated_at", "2018-10-11 16:40:47.409712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.411372"], ["updated_at", "2018-10-11 16:40:47.411372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.412973"], ["updated_at", "2018-10-11 16:40:47.412973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.414520"], ["updated_at", "2018-10-11 16:40:47.414520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.416119"], ["updated_at", "2018-10-11 16:40:47.416119"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.417862"], ["updated_at", "2018-10-11 16:40:47.417862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.419547"], ["updated_at", "2018-10-11 16:40:47.419547"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.421171"], ["updated_at", "2018-10-11 16:40:47.421171"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.423379"], ["updated_at", "2018-10-11 16:40:47.423379"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.425801"], ["updated_at", "2018-10-11 16:40:47.425801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.427650"], ["updated_at", "2018-10-11 16:40:47.427650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.429252"], ["updated_at", "2018-10-11 16:40:47.429252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.430824"], ["updated_at", "2018-10-11 16:40:47.430824"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.432341"], ["updated_at", "2018-10-11 16:40:47.432341"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.434340"], ["updated_at", "2018-10-11 16:40:47.434340"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.438630"], ["updated_at", "2018-10-11 16:40:47.438630"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.442793"], ["updated_at", "2018-10-11 16:40:47.442793"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.448180"], ["updated_at", "2018-10-11 16:40:47.448180"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.451816"], ["updated_at", "2018-10-11 16:40:47.451816"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.454986"], ["updated_at", "2018-10-11 16:40:47.454986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.456709"], ["updated_at", "2018-10-11 16:40:47.456709"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.458352"], ["updated_at", "2018-10-11 16:40:47.458352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.460171"], ["updated_at", "2018-10-11 16:40:47.460171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.461912"], ["updated_at", "2018-10-11 16:40:47.461912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.463506"], ["updated_at", "2018-10-11 16:40:47.463506"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.465277"], ["updated_at", "2018-10-11 16:40:47.465277"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.466949"], ["updated_at", "2018-10-11 16:40:47.466949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.468691"], ["updated_at", "2018-10-11 16:40:47.468691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.470300"], ["updated_at", "2018-10-11 16:40:47.470300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.471912"], ["updated_at", "2018-10-11 16:40:47.471912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.473496"], ["updated_at", "2018-10-11 16:40:47.473496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.475244"], ["updated_at", "2018-10-11 16:40:47.475244"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.476952"], ["updated_at", "2018-10-11 16:40:47.476952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.478769"], ["updated_at", "2018-10-11 16:40:47.478769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.480339"], ["updated_at", "2018-10-11 16:40:47.480339"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.482021"], ["updated_at", "2018-10-11 16:40:47.482021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.483769"], ["updated_at", "2018-10-11 16:40:47.483769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.485549"], ["updated_at", "2018-10-11 16:40:47.485549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.487233"], ["updated_at", "2018-10-11 16:40:47.487233"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.488912"], ["updated_at", "2018-10-11 16:40:47.488912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.491277"], ["updated_at", "2018-10-11 16:40:47.491277"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.493157"], ["updated_at", "2018-10-11 16:40:47.493157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.494901"], ["updated_at", "2018-10-11 16:40:47.494901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.496471"], ["updated_at", "2018-10-11 16:40:47.496471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.498031"], ["updated_at", "2018-10-11 16:40:47.498031"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.499658"], ["updated_at", "2018-10-11 16:40:47.499658"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.502816"], ["updated_at", "2018-10-11 16:40:47.502816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.504703"], ["updated_at", "2018-10-11 16:40:47.504703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.506331"], ["updated_at", "2018-10-11 16:40:47.506331"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.508920"], ["updated_at", "2018-10-11 16:40:47.508920"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.512908"], ["updated_at", "2018-10-11 16:40:47.512908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.515095"], ["updated_at", "2018-10-11 16:40:47.515095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.516728"], ["updated_at", "2018-10-11 16:40:47.516728"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.518370"], ["updated_at", "2018-10-11 16:40:47.518370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.520075"], ["updated_at", "2018-10-11 16:40:47.520075"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.521631"], ["updated_at", "2018-10-11 16:40:47.521631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.523234"], ["updated_at", "2018-10-11 16:40:47.523234"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.524926"], ["updated_at", "2018-10-11 16:40:47.524926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.526635"], ["updated_at", "2018-10-11 16:40:47.526635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.528568"], ["updated_at", "2018-10-11 16:40:47.528568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.530152"], ["updated_at", "2018-10-11 16:40:47.530152"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.531744"], ["updated_at", "2018-10-11 16:40:47.531744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.533368"], ["updated_at", "2018-10-11 16:40:47.533368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.535018"], ["updated_at", "2018-10-11 16:40:47.535018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.536748"], ["updated_at", "2018-10-11 16:40:47.536748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.538361"], ["updated_at", "2018-10-11 16:40:47.538361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.539965"], ["updated_at", "2018-10-11 16:40:47.539965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.541500"], ["updated_at", "2018-10-11 16:40:47.541500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.543118"], ["updated_at", "2018-10-11 16:40:47.543118"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.544709"], ["updated_at", "2018-10-11 16:40:47.544709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.546356"], ["updated_at", "2018-10-11 16:40:47.546356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.548093"], ["updated_at", "2018-10-11 16:40:47.548093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.549708"], ["updated_at", "2018-10-11 16:40:47.549708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.551352"], ["updated_at", "2018-10-11 16:40:47.551352"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.552952"], ["updated_at", "2018-10-11 16:40:47.552952"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.554569"], ["updated_at", "2018-10-11 16:40:47.554569"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.556408"], ["updated_at", "2018-10-11 16:40:47.556408"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.558633"], ["updated_at", "2018-10-11 16:40:47.558633"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.561069"], ["updated_at", "2018-10-11 16:40:47.561069"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.563330"], ["updated_at", "2018-10-11 16:40:47.563330"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.565264"], ["updated_at", "2018-10-11 16:40:47.565264"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.567202"], ["updated_at", "2018-10-11 16:40:47.567202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.569364"], ["updated_at", "2018-10-11 16:40:47.569364"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.574698"], ["updated_at", "2018-10-11 16:40:47.574698"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.577399"], ["updated_at", "2018-10-11 16:40:47.577399"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.579986"], ["updated_at", "2018-10-11 16:40:47.579986"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.582554"], ["updated_at", "2018-10-11 16:40:47.582554"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.584578"], ["updated_at", "2018-10-11 16:40:47.584578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.586284"], ["updated_at", "2018-10-11 16:40:47.586284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.587896"], ["updated_at", "2018-10-11 16:40:47.587896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.589539"], ["updated_at", "2018-10-11 16:40:47.589539"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.591134"], ["updated_at", "2018-10-11 16:40:47.591134"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.594214"], ["updated_at", "2018-10-11 16:40:47.594214"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.598002"], ["updated_at", "2018-10-11 16:40:47.598002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.599749"], ["updated_at", "2018-10-11 16:40:47.599749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.601407"], ["updated_at", "2018-10-11 16:40:47.601407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.603092"], ["updated_at", "2018-10-11 16:40:47.603092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.604736"], ["updated_at", "2018-10-11 16:40:47.604736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.606303"], ["updated_at", "2018-10-11 16:40:47.606303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.607947"], ["updated_at", "2018-10-11 16:40:47.607947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.609485"], ["updated_at", "2018-10-11 16:40:47.609485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.611211"], ["updated_at", "2018-10-11 16:40:47.611211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.612927"], ["updated_at", "2018-10-11 16:40:47.612927"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.614628"], ["updated_at", "2018-10-11 16:40:47.614628"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.616351"], ["updated_at", "2018-10-11 16:40:47.616351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.618134"], ["updated_at", "2018-10-11 16:40:47.618134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.619899"], ["updated_at", "2018-10-11 16:40:47.619899"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.621516"], ["updated_at", "2018-10-11 16:40:47.621516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.623523"], ["updated_at", "2018-10-11 16:40:47.623523"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.626118"], ["updated_at", "2018-10-11 16:40:47.626118"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.628213"], ["updated_at", "2018-10-11 16:40:47.628213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.630369"], ["updated_at", "2018-10-11 16:40:47.630369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.632008"], ["updated_at", "2018-10-11 16:40:47.632008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.633634"], ["updated_at", "2018-10-11 16:40:47.633634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.635207"], ["updated_at", "2018-10-11 16:40:47.635207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.638543"], ["updated_at", "2018-10-11 16:40:47.638543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.640199"], ["updated_at", "2018-10-11 16:40:47.640199"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.642831"], ["updated_at", "2018-10-11 16:40:47.642831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.647088"], ["updated_at", "2018-10-11 16:40:47.647088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.649215"], ["updated_at", "2018-10-11 16:40:47.649215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.650847"], ["updated_at", "2018-10-11 16:40:47.650847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.652653"], ["updated_at", "2018-10-11 16:40:47.652653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.654409"], ["updated_at", "2018-10-11 16:40:47.654409"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.655963"], ["updated_at", "2018-10-11 16:40:47.655963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.657904"], ["updated_at", "2018-10-11 16:40:47.657904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.659506"], ["updated_at", "2018-10-11 16:40:47.659506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.661208"], ["updated_at", "2018-10-11 16:40:47.661208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.662923"], ["updated_at", "2018-10-11 16:40:47.662923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.664592"], ["updated_at", "2018-10-11 16:40:47.664592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.666158"], ["updated_at", "2018-10-11 16:40:47.666158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.667872"], ["updated_at", "2018-10-11 16:40:47.667872"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.669583"], ["updated_at", "2018-10-11 16:40:47.669583"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.671306"], ["updated_at", "2018-10-11 16:40:47.671306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.672840"], ["updated_at", "2018-10-11 16:40:47.672840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.674498"], ["updated_at", "2018-10-11 16:40:47.674498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.676083"], ["updated_at", "2018-10-11 16:40:47.676083"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.677747"], ["updated_at", "2018-10-11 16:40:47.677747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.679641"], ["updated_at", "2018-10-11 16:40:47.679641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.681286"], ["updated_at", "2018-10-11 16:40:47.681286"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.683200"], ["updated_at", "2018-10-11 16:40:47.683200"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.687892"], ["updated_at", "2018-10-11 16:40:47.687892"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.692579"], ["updated_at", "2018-10-11 16:40:47.692579"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.695061"], ["updated_at", "2018-10-11 16:40:47.695061"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.697250"], ["updated_at", "2018-10-11 16:40:47.697250"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.699299"], ["updated_at", "2018-10-11 16:40:47.699299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.701634"], ["updated_at", "2018-10-11 16:40:47.701634"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.703402"], ["updated_at", "2018-10-11 16:40:47.703402"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.705208"], ["updated_at", "2018-10-11 16:40:47.705208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.708104"], ["updated_at", "2018-10-11 16:40:47.708104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.709710"], ["updated_at", "2018-10-11 16:40:47.709710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.711434"], ["updated_at", "2018-10-11 16:40:47.711434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.713092"], ["updated_at", "2018-10-11 16:40:47.713092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.714710"], ["updated_at", "2018-10-11 16:40:47.714710"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.716284"], ["updated_at", "2018-10-11 16:40:47.716284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.718000"], ["updated_at", "2018-10-11 16:40:47.718000"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.719769"], ["updated_at", "2018-10-11 16:40:47.719769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.721403"], ["updated_at", "2018-10-11 16:40:47.721403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.723156"], ["updated_at", "2018-10-11 16:40:47.723156"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.725764"], ["updated_at", "2018-10-11 16:40:47.725764"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.730338"], ["updated_at", "2018-10-11 16:40:47.730338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.732034"], ["updated_at", "2018-10-11 16:40:47.732034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.733582"], ["updated_at", "2018-10-11 16:40:47.733582"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.735195"], ["updated_at", "2018-10-11 16:40:47.735195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.736987"], ["updated_at", "2018-10-11 16:40:47.736987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.738622"], ["updated_at", "2018-10-11 16:40:47.738622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.740240"], ["updated_at", "2018-10-11 16:40:47.740240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.741842"], ["updated_at", "2018-10-11 16:40:47.741842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.743517"], ["updated_at", "2018-10-11 16:40:47.743517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.745203"], ["updated_at", "2018-10-11 16:40:47.745203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.746905"], ["updated_at", "2018-10-11 16:40:47.746905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.748495"], ["updated_at", "2018-10-11 16:40:47.748495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.750108"], ["updated_at", "2018-10-11 16:40:47.750108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.751777"], ["updated_at", "2018-10-11 16:40:47.751777"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.753433"], ["updated_at", "2018-10-11 16:40:47.753433"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.755292"], ["updated_at", "2018-10-11 16:40:47.755292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.757830"], ["updated_at", "2018-10-11 16:40:47.757830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.759791"], ["updated_at", "2018-10-11 16:40:47.759791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.761378"], ["updated_at", "2018-10-11 16:40:47.761378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.762935"], ["updated_at", "2018-10-11 16:40:47.762935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.764478"], ["updated_at", "2018-10-11 16:40:47.764478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.766053"], ["updated_at", "2018-10-11 16:40:47.766053"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.767632"], ["updated_at", "2018-10-11 16:40:47.767632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.770418"], ["updated_at", "2018-10-11 16:40:47.770418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.772150"], ["updated_at", "2018-10-11 16:40:47.772150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.773752"], ["updated_at", "2018-10-11 16:40:47.773752"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.776074"], ["updated_at", "2018-10-11 16:40:47.776074"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.779565"], ["updated_at", "2018-10-11 16:40:47.779565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.782148"], ["updated_at", "2018-10-11 16:40:47.782148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.783728"], ["updated_at", "2018-10-11 16:40:47.783728"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.785897"], ["updated_at", "2018-10-11 16:40:47.785897"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.787869"], ["updated_at", "2018-10-11 16:40:47.787869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.789459"], ["updated_at", "2018-10-11 16:40:47.789459"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.791051"], ["updated_at", "2018-10-11 16:40:47.791051"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.792807"], ["updated_at", "2018-10-11 16:40:47.792807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.794507"], ["updated_at", "2018-10-11 16:40:47.794507"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.796255"], ["updated_at", "2018-10-11 16:40:47.796255"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.797979"], ["updated_at", "2018-10-11 16:40:47.797979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.799866"], ["updated_at", "2018-10-11 16:40:47.799866"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.801574"], ["updated_at", "2018-10-11 16:40:47.801574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.803396"], ["updated_at", "2018-10-11 16:40:47.803396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.805121"], ["updated_at", "2018-10-11 16:40:47.805121"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.807408"], ["updated_at", "2018-10-11 16:40:47.807408"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.810978"], ["updated_at", "2018-10-11 16:40:47.810978"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.814522"], ["updated_at", "2018-10-11 16:40:47.814522"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.818074"], ["updated_at", "2018-10-11 16:40:47.818074"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.821859"], ["updated_at", "2018-10-11 16:40:47.821859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.825399"], ["updated_at", "2018-10-11 16:40:47.825399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.827298"], ["updated_at", "2018-10-11 16:40:47.827298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.828870"], ["updated_at", "2018-10-11 16:40:47.828870"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.830534"], ["updated_at", "2018-10-11 16:40:47.830534"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.835130"], ["updated_at", "2018-10-11 16:40:47.835130"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.836976"], ["updated_at", "2018-10-11 16:40:47.836976"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.839170"], ["updated_at", "2018-10-11 16:40:47.839170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.841765"], ["updated_at", "2018-10-11 16:40:47.841765"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.843757"], ["updated_at", "2018-10-11 16:40:47.843757"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.846166"], ["updated_at", "2018-10-11 16:40:47.846166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.848468"], ["updated_at", "2018-10-11 16:40:47.848468"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.850363"], ["updated_at", "2018-10-11 16:40:47.850363"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.852581"], ["updated_at", "2018-10-11 16:40:47.852581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.854283"], ["updated_at", "2018-10-11 16:40:47.854283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.855991"], ["updated_at", "2018-10-11 16:40:47.855991"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.857606"], ["updated_at", "2018-10-11 16:40:47.857606"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.860906"], ["updated_at", "2018-10-11 16:40:47.860906"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.864672"], ["updated_at", "2018-10-11 16:40:47.864672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.866429"], ["updated_at", "2018-10-11 16:40:47.866429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.868130"], ["updated_at", "2018-10-11 16:40:47.868130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.869751"], ["updated_at", "2018-10-11 16:40:47.869751"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.871617"], ["updated_at", "2018-10-11 16:40:47.871617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.873577"], ["updated_at", "2018-10-11 16:40:47.873577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.875271"], ["updated_at", "2018-10-11 16:40:47.875271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.876974"], ["updated_at", "2018-10-11 16:40:47.876974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.878602"], ["updated_at", "2018-10-11 16:40:47.878602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.880296"], ["updated_at", "2018-10-11 16:40:47.880296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.882033"], ["updated_at", "2018-10-11 16:40:47.882033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.883639"], ["updated_at", "2018-10-11 16:40:47.883639"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.885549"], ["updated_at", "2018-10-11 16:40:47.885549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.887319"], ["updated_at", "2018-10-11 16:40:47.887319"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.889189"], ["updated_at", "2018-10-11 16:40:47.889189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.891764"], ["updated_at", "2018-10-11 16:40:47.891764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.893844"], ["updated_at", "2018-10-11 16:40:47.893844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.895434"], ["updated_at", "2018-10-11 16:40:47.895434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.897007"], ["updated_at", "2018-10-11 16:40:47.897007"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.899428"], ["updated_at", "2018-10-11 16:40:47.899428"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.901388"], ["updated_at", "2018-10-11 16:40:47.901388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.904213"], ["updated_at", "2018-10-11 16:40:47.904213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.905957"], ["updated_at", "2018-10-11 16:40:47.905957"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.907758"], ["updated_at", "2018-10-11 16:40:47.907758"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.910297"], ["updated_at", "2018-10-11 16:40:47.910297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.914336"], ["updated_at", "2018-10-11 16:40:47.914336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.916225"], ["updated_at", "2018-10-11 16:40:47.916225"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.917823"], ["updated_at", "2018-10-11 16:40:47.917823"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.919772"], ["updated_at", "2018-10-11 16:40:47.919772"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.921544"], ["updated_at", "2018-10-11 16:40:47.921544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.923284"], ["updated_at", "2018-10-11 16:40:47.923284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.924943"], ["updated_at", "2018-10-11 16:40:47.924943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.926530"], ["updated_at", "2018-10-11 16:40:47.926530"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.928135"], ["updated_at", "2018-10-11 16:40:47.928135"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.930547"], ["updated_at", "2018-10-11 16:40:47.930547"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.934056"], ["updated_at", "2018-10-11 16:40:47.934056"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.937658"], ["updated_at", "2018-10-11 16:40:47.937658"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.941359"], ["updated_at", "2018-10-11 16:40:47.941359"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.944660"], ["updated_at", "2018-10-11 16:40:47.944660"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.947743"], ["updated_at", "2018-10-11 16:40:47.947743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.949488"], ["updated_at", "2018-10-11 16:40:47.949488"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.951075"], ["updated_at", "2018-10-11 16:40:47.951075"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.952697"], ["updated_at", "2018-10-11 16:40:47.952697"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.954322"], ["updated_at", "2018-10-11 16:40:47.954322"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.956533"], ["updated_at", "2018-10-11 16:40:47.956533"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.958837"], ["updated_at", "2018-10-11 16:40:47.958837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.960473"], ["updated_at", "2018-10-11 16:40:47.960473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.962041"], ["updated_at", "2018-10-11 16:40:47.962041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.963705"], ["updated_at", "2018-10-11 16:40:47.963705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.965375"], ["updated_at", "2018-10-11 16:40:47.965375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.967053"], ["updated_at", "2018-10-11 16:40:47.967053"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.970052"], ["updated_at", "2018-10-11 16:40:47.970052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.971873"], ["updated_at", "2018-10-11 16:40:47.971873"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.973481"], ["updated_at", "2018-10-11 16:40:47.973481"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.976097"], ["updated_at", "2018-10-11 16:40:47.976097"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.980174"], ["updated_at", "2018-10-11 16:40:47.980174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.982011"], ["updated_at", "2018-10-11 16:40:47.982011"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.983656"], ["updated_at", "2018-10-11 16:40:47.983656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.985353"], ["updated_at", "2018-10-11 16:40:47.985353"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.987300"], ["updated_at", "2018-10-11 16:40:47.987300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.989127"], ["updated_at", "2018-10-11 16:40:47.989127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.990747"], ["updated_at", "2018-10-11 16:40:47.990747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.992405"], ["updated_at", "2018-10-11 16:40:47.992405"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.993969"], ["updated_at", "2018-10-11 16:40:47.993969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.995601"], ["updated_at", "2018-10-11 16:40:47.995601"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.997190"], ["updated_at", "2018-10-11 16:40:47.997190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:47.998885"], ["updated_at", "2018-10-11 16:40:47.998885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.000559"], ["updated_at", "2018-10-11 16:40:48.000559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.002268"], ["updated_at", "2018-10-11 16:40:48.002268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.003922"], ["updated_at", "2018-10-11 16:40:48.003922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.005604"], ["updated_at", "2018-10-11 16:40:48.005604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.007291"], ["updated_at", "2018-10-11 16:40:48.007291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.008836"], ["updated_at", "2018-10-11 16:40:48.008836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.010427"], ["updated_at", "2018-10-11 16:40:48.010427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.012015"], ["updated_at", "2018-10-11 16:40:48.012015"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.013576"], ["updated_at", "2018-10-11 16:40:48.013576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.015269"], ["updated_at", "2018-10-11 16:40:48.015269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.016878"], ["updated_at", "2018-10-11 16:40:48.016878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.018554"], ["updated_at", "2018-10-11 16:40:48.018554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.020160"], ["updated_at", "2018-10-11 16:40:48.020160"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.022044"], ["updated_at", "2018-10-11 16:40:48.022044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.024672"], ["updated_at", "2018-10-11 16:40:48.024672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.026672"], ["updated_at", "2018-10-11 16:40:48.026672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.028288"], ["updated_at", "2018-10-11 16:40:48.028288"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.029866"], ["updated_at", "2018-10-11 16:40:48.029866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.031602"], ["updated_at", "2018-10-11 16:40:48.031602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.033235"], ["updated_at", "2018-10-11 16:40:48.033235"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.035323"], ["updated_at", "2018-10-11 16:40:48.035323"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.037595"], ["updated_at", "2018-10-11 16:40:48.037595"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.039300"], ["updated_at", "2018-10-11 16:40:48.039300"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.041495"], ["updated_at", "2018-10-11 16:40:48.041495"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.045301"], ["updated_at", "2018-10-11 16:40:48.045301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.047985"], ["updated_at", "2018-10-11 16:40:48.047985"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.049676"], ["updated_at", "2018-10-11 16:40:48.049676"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.052871"], ["updated_at", "2018-10-11 16:40:48.052871"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.056486"], ["updated_at", "2018-10-11 16:40:48.056486"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.059954"], ["updated_at", "2018-10-11 16:40:48.059954"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.063527"], ["updated_at", "2018-10-11 16:40:48.063527"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.067467"], ["updated_at", "2018-10-11 16:40:48.067467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.069903"], ["updated_at", "2018-10-11 16:40:48.069903"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.071546"], ["updated_at", "2018-10-11 16:40:48.071546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.073284"], ["updated_at", "2018-10-11 16:40:48.073284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.074966"], ["updated_at", "2018-10-11 16:40:48.074966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.076549"], ["updated_at", "2018-10-11 16:40:48.076549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.078129"], ["updated_at", "2018-10-11 16:40:48.078129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.079832"], ["updated_at", "2018-10-11 16:40:48.079832"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.081646"], ["updated_at", "2018-10-11 16:40:48.081646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.083521"], ["updated_at", "2018-10-11 16:40:48.083521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.085091"], ["updated_at", "2018-10-11 16:40:48.085091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.086710"], ["updated_at", "2018-10-11 16:40:48.086710"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.088464"], ["updated_at", "2018-10-11 16:40:48.088464"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.090712"], ["updated_at", "2018-10-11 16:40:48.090712"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.093155"], ["updated_at", "2018-10-11 16:40:48.093155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.094832"], ["updated_at", "2018-10-11 16:40:48.094832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.096415"], ["updated_at", "2018-10-11 16:40:48.096415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.097990"], ["updated_at", "2018-10-11 16:40:48.097990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.099718"], ["updated_at", "2018-10-11 16:40:48.099718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.101286"], ["updated_at", "2018-10-11 16:40:48.101286"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.104485"], ["updated_at", "2018-10-11 16:40:48.104485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.106125"], ["updated_at", "2018-10-11 16:40:48.106125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.107723"], ["updated_at", "2018-10-11 16:40:48.107723"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.110231"], ["updated_at", "2018-10-11 16:40:48.110231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.114339"], ["updated_at", "2018-10-11 16:40:48.114339"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.116468"], ["updated_at", "2018-10-11 16:40:48.116468"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.118910"], ["updated_at", "2018-10-11 16:40:48.118910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.120750"], ["updated_at", "2018-10-11 16:40:48.120750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.122364"], ["updated_at", "2018-10-11 16:40:48.122364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.123971"], ["updated_at", "2018-10-11 16:40:48.123971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.125531"], ["updated_at", "2018-10-11 16:40:48.125531"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.127215"], ["updated_at", "2018-10-11 16:40:48.127215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.128948"], ["updated_at", "2018-10-11 16:40:48.128948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.130503"], ["updated_at", "2018-10-11 16:40:48.130503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.132353"], ["updated_at", "2018-10-11 16:40:48.132353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.134133"], ["updated_at", "2018-10-11 16:40:48.134133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.135843"], ["updated_at", "2018-10-11 16:40:48.135843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.137593"], ["updated_at", "2018-10-11 16:40:48.137593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.139264"], ["updated_at", "2018-10-11 16:40:48.139264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.140833"], ["updated_at", "2018-10-11 16:40:48.140833"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.142419"], ["updated_at", "2018-10-11 16:40:48.142419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.144082"], ["updated_at", "2018-10-11 16:40:48.144082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.147079"], ["updated_at", "2018-10-11 16:40:48.147079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.148789"], ["updated_at", "2018-10-11 16:40:48.148789"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.150340"], ["updated_at", "2018-10-11 16:40:48.150340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.151977"], ["updated_at", "2018-10-11 16:40:48.151977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.153670"], ["updated_at", "2018-10-11 16:40:48.153670"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.155541"], ["updated_at", "2018-10-11 16:40:48.155541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.157986"], ["updated_at", "2018-10-11 16:40:48.157986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.159907"], ["updated_at", "2018-10-11 16:40:48.159907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.161590"], ["updated_at", "2018-10-11 16:40:48.161590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.163225"], ["updated_at", "2018-10-11 16:40:48.163225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.164755"], ["updated_at", "2018-10-11 16:40:48.164755"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.166292"], ["updated_at", "2018-10-11 16:40:48.166292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.169420"], ["updated_at", "2018-10-11 16:40:48.169420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.171230"], ["updated_at", "2018-10-11 16:40:48.171230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.172917"], ["updated_at", "2018-10-11 16:40:48.172917"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.175913"], ["updated_at", "2018-10-11 16:40:48.175913"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.181534"], ["updated_at", "2018-10-11 16:40:48.181534"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.185604"], ["updated_at", "2018-10-11 16:40:48.185604"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.189045"], ["updated_at", "2018-10-11 16:40:48.189045"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.192282"], ["updated_at", "2018-10-11 16:40:48.192282"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.195535"], ["updated_at", "2018-10-11 16:40:48.195535"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.197208"], ["updated_at", "2018-10-11 16:40:48.197208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.198871"], ["updated_at", "2018-10-11 16:40:48.198871"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.200529"], ["updated_at", "2018-10-11 16:40:48.200529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.202207"], ["updated_at", "2018-10-11 16:40:48.202207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.204011"], ["updated_at", "2018-10-11 16:40:48.204011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.205567"], ["updated_at", "2018-10-11 16:40:48.205567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.207225"], ["updated_at", "2018-10-11 16:40:48.207225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.208832"], ["updated_at", "2018-10-11 16:40:48.208832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.210492"], ["updated_at", "2018-10-11 16:40:48.210492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.212156"], ["updated_at", "2018-10-11 16:40:48.212156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.213793"], ["updated_at", "2018-10-11 16:40:48.213793"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.215369"], ["updated_at", "2018-10-11 16:40:48.215369"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.217066"], ["updated_at", "2018-10-11 16:40:48.217066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.218751"], ["updated_at", "2018-10-11 16:40:48.218751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.220432"], ["updated_at", "2018-10-11 16:40:48.220432"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.222264"], ["updated_at", "2018-10-11 16:40:48.222264"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.224629"], ["updated_at", "2018-10-11 16:40:48.224629"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.226439"], ["updated_at", "2018-10-11 16:40:48.226439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.228169"], ["updated_at", "2018-10-11 16:40:48.228169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.229778"], ["updated_at", "2018-10-11 16:40:48.229778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.231320"], ["updated_at", "2018-10-11 16:40:48.231320"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.232987"], ["updated_at", "2018-10-11 16:40:48.232987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.236170"], ["updated_at", "2018-10-11 16:40:48.236170"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.238072"], ["updated_at", "2018-10-11 16:40:48.238072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.239732"], ["updated_at", "2018-10-11 16:40:48.239732"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.241683"], ["updated_at", "2018-10-11 16:40:48.241683"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.246015"], ["updated_at", "2018-10-11 16:40:48.246015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.248564"], ["updated_at", "2018-10-11 16:40:48.248564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.250163"], ["updated_at", "2018-10-11 16:40:48.250163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.251846"], ["updated_at", "2018-10-11 16:40:48.251846"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.253492"], ["updated_at", "2018-10-11 16:40:48.253492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.255161"], ["updated_at", "2018-10-11 16:40:48.255161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.256796"], ["updated_at", "2018-10-11 16:40:48.256796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.258370"], ["updated_at", "2018-10-11 16:40:48.258370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.260012"], ["updated_at", "2018-10-11 16:40:48.260012"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.261795"], ["updated_at", "2018-10-11 16:40:48.261795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.263447"], ["updated_at", "2018-10-11 16:40:48.263447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.265011"], ["updated_at", "2018-10-11 16:40:48.265011"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.266625"], ["updated_at", "2018-10-11 16:40:48.266625"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.268413"], ["updated_at", "2018-10-11 16:40:48.268413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.270202"], ["updated_at", "2018-10-11 16:40:48.270202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.271847"], ["updated_at", "2018-10-11 16:40:48.271847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.273392"], ["updated_at", "2018-10-11 16:40:48.273392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.274996"], ["updated_at", "2018-10-11 16:40:48.274996"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.276590"], ["updated_at", "2018-10-11 16:40:48.276590"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.278314"], ["updated_at", "2018-10-11 16:40:48.278314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.279992"], ["updated_at", "2018-10-11 16:40:48.279992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.281557"], ["updated_at", "2018-10-11 16:40:48.281557"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.283149"], ["updated_at", "2018-10-11 16:40:48.283149"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.285042"], ["updated_at", "2018-10-11 16:40:48.285042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.286774"], ["updated_at", "2018-10-11 16:40:48.286774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.288369"], ["updated_at", "2018-10-11 16:40:48.288369"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.290116"], ["updated_at", "2018-10-11 16:40:48.290116"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.292197"], ["updated_at", "2018-10-11 16:40:48.292197"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.294072"], ["updated_at", "2018-10-11 16:40:48.294072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.295872"], ["updated_at", "2018-10-11 16:40:48.295872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.297443"], ["updated_at", "2018-10-11 16:40:48.297443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.299047"], ["updated_at", "2018-10-11 16:40:48.299047"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.301196"], ["updated_at", "2018-10-11 16:40:48.301196"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.306002"], ["updated_at", "2018-10-11 16:40:48.306002"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.310065"], ["updated_at", "2018-10-11 16:40:48.310065"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.315186"], ["updated_at", "2018-10-11 16:40:48.315186"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.317977"], ["updated_at", "2018-10-11 16:40:48.317977"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.320735"], ["updated_at", "2018-10-11 16:40:48.320735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.323332"], ["updated_at", "2018-10-11 16:40:48.323332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.325104"], ["updated_at", "2018-10-11 16:40:48.325104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.326732"], ["updated_at", "2018-10-11 16:40:48.326732"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.328350"], ["updated_at", "2018-10-11 16:40:48.328350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.330023"], ["updated_at", "2018-10-11 16:40:48.330023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.331705"], ["updated_at", "2018-10-11 16:40:48.331705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.333264"], ["updated_at", "2018-10-11 16:40:48.333264"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.334959"], ["updated_at", "2018-10-11 16:40:48.334959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.336643"], ["updated_at", "2018-10-11 16:40:48.336643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.338300"], ["updated_at", "2018-10-11 16:40:48.338300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.339871"], ["updated_at", "2018-10-11 16:40:48.339871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.341502"], ["updated_at", "2018-10-11 16:40:48.341502"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.343058"], ["updated_at", "2018-10-11 16:40:48.343058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.344812"], ["updated_at", "2018-10-11 16:40:48.344812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.346458"], ["updated_at", "2018-10-11 16:40:48.346458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.348005"], ["updated_at", "2018-10-11 16:40:48.348005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.349622"], ["updated_at", "2018-10-11 16:40:48.349622"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.351229"], ["updated_at", "2018-10-11 16:40:48.351229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.352940"], ["updated_at", "2018-10-11 16:40:48.352940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.354682"], ["updated_at", "2018-10-11 16:40:48.354682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.356439"], ["updated_at", "2018-10-11 16:40:48.356439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.358823"], ["updated_at", "2018-10-11 16:40:48.358823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.361045"], ["updated_at", "2018-10-11 16:40:48.361045"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.362776"], ["updated_at", "2018-10-11 16:40:48.362776"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.364359"], ["updated_at", "2018-10-11 16:40:48.364359"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.365938"], ["updated_at", "2018-10-11 16:40:48.365938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.367801"], ["updated_at", "2018-10-11 16:40:48.367801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.370946"], ["updated_at", "2018-10-11 16:40:48.370946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.372572"], ["updated_at", "2018-10-11 16:40:48.372572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.374195"], ["updated_at", "2018-10-11 16:40:48.374195"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.376850"], ["updated_at", "2018-10-11 16:40:48.376850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.380824"], ["updated_at", "2018-10-11 16:40:48.380824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.382954"], ["updated_at", "2018-10-11 16:40:48.382954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.384601"], ["updated_at", "2018-10-11 16:40:48.384601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.386345"], ["updated_at", "2018-10-11 16:40:48.386345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.387964"], ["updated_at", "2018-10-11 16:40:48.387964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.389574"], ["updated_at", "2018-10-11 16:40:48.389574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.391142"], ["updated_at", "2018-10-11 16:40:48.391142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.392777"], ["updated_at", "2018-10-11 16:40:48.392777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.394521"], ["updated_at", "2018-10-11 16:40:48.394521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.396334"], ["updated_at", "2018-10-11 16:40:48.396334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.397974"], ["updated_at", "2018-10-11 16:40:48.397974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.399601"], ["updated_at", "2018-10-11 16:40:48.399601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.401352"], ["updated_at", "2018-10-11 16:40:48.401352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.403121"], ["updated_at", "2018-10-11 16:40:48.403121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.404703"], ["updated_at", "2018-10-11 16:40:48.404703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.406363"], ["updated_at", "2018-10-11 16:40:48.406363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.407916"], ["updated_at", "2018-10-11 16:40:48.407916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.409511"], ["updated_at", "2018-10-11 16:40:48.409511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.411177"], ["updated_at", "2018-10-11 16:40:48.411177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.412946"], ["updated_at", "2018-10-11 16:40:48.412946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.414495"], ["updated_at", "2018-10-11 16:40:48.414495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.416109"], ["updated_at", "2018-10-11 16:40:48.416109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.417860"], ["updated_at", "2018-10-11 16:40:48.417860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.419604"], ["updated_at", "2018-10-11 16:40:48.419604"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.421179"], ["updated_at", "2018-10-11 16:40:48.421179"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.423033"], ["updated_at", "2018-10-11 16:40:48.423033"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.425615"], ["updated_at", "2018-10-11 16:40:48.425615"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.427815"], ["updated_at", "2018-10-11 16:40:48.427815"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.429963"], ["updated_at", "2018-10-11 16:40:48.429963"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.432030"], ["updated_at", "2018-10-11 16:40:48.432030"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.434003"], ["updated_at", "2018-10-11 16:40:48.434003"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.436004"], ["updated_at", "2018-10-11 16:40:48.436004"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.441481"], ["updated_at", "2018-10-11 16:40:48.441481"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.444161"], ["updated_at", "2018-10-11 16:40:48.444161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.446589"], ["updated_at", "2018-10-11 16:40:48.446589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.448254"], ["updated_at", "2018-10-11 16:40:48.448254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.449870"], ["updated_at", "2018-10-11 16:40:48.449870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.451577"], ["updated_at", "2018-10-11 16:40:48.451577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.453243"], ["updated_at", "2018-10-11 16:40:48.453243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.454915"], ["updated_at", "2018-10-11 16:40:48.454915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.456464"], ["updated_at", "2018-10-11 16:40:48.456464"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.458933"], ["updated_at", "2018-10-11 16:40:48.458933"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.462579"], ["updated_at", "2018-10-11 16:40:48.462579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.465219"], ["updated_at", "2018-10-11 16:40:48.465219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.466767"], ["updated_at", "2018-10-11 16:40:48.466767"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.468364"], ["updated_at", "2018-10-11 16:40:48.468364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.470203"], ["updated_at", "2018-10-11 16:40:48.470203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.471872"], ["updated_at", "2018-10-11 16:40:48.471872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.473473"], ["updated_at", "2018-10-11 16:40:48.473473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.475023"], ["updated_at", "2018-10-11 16:40:48.475023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.476645"], ["updated_at", "2018-10-11 16:40:48.476645"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.478236"], ["updated_at", "2018-10-11 16:40:48.478236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.479989"], ["updated_at", "2018-10-11 16:40:48.479989"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.481621"], ["updated_at", "2018-10-11 16:40:48.481621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.483507"], ["updated_at", "2018-10-11 16:40:48.483507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.485151"], ["updated_at", "2018-10-11 16:40:48.485151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.486875"], ["updated_at", "2018-10-11 16:40:48.486875"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.488631"], ["updated_at", "2018-10-11 16:40:48.488631"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.490564"], ["updated_at", "2018-10-11 16:40:48.490564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.493213"], ["updated_at", "2018-10-11 16:40:48.493213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.495075"], ["updated_at", "2018-10-11 16:40:48.495075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.496877"], ["updated_at", "2018-10-11 16:40:48.496877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.498561"], ["updated_at", "2018-10-11 16:40:48.498561"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.500179"], ["updated_at", "2018-10-11 16:40:48.500179"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.501877"], ["updated_at", "2018-10-11 16:40:48.501877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.505089"], ["updated_at", "2018-10-11 16:40:48.505089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.506738"], ["updated_at", "2018-10-11 16:40:48.506738"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.508366"], ["updated_at", "2018-10-11 16:40:48.508366"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.511757"], ["updated_at", "2018-10-11 16:40:48.511757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.515685"], ["updated_at", "2018-10-11 16:40:48.515685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.517353"], ["updated_at", "2018-10-11 16:40:48.517353"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.519114"], ["updated_at", "2018-10-11 16:40:48.519114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.521728"], ["updated_at", "2018-10-11 16:40:48.521728"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.523729"], ["updated_at", "2018-10-11 16:40:48.523729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.525495"], ["updated_at", "2018-10-11 16:40:48.525495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.527170"], ["updated_at", "2018-10-11 16:40:48.527170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.528872"], ["updated_at", "2018-10-11 16:40:48.528872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.530545"], ["updated_at", "2018-10-11 16:40:48.530545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.532171"], ["updated_at", "2018-10-11 16:40:48.532171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.533744"], ["updated_at", "2018-10-11 16:40:48.533744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.535452"], ["updated_at", "2018-10-11 16:40:48.535452"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.537114"], ["updated_at", "2018-10-11 16:40:48.537114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.538797"], ["updated_at", "2018-10-11 16:40:48.538797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.540473"], ["updated_at", "2018-10-11 16:40:48.540473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.542070"], ["updated_at", "2018-10-11 16:40:48.542070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.543713"], ["updated_at", "2018-10-11 16:40:48.543713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.545318"], ["updated_at", "2018-10-11 16:40:48.545318"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.547043"], ["updated_at", "2018-10-11 16:40:48.547043"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.549282"], ["updated_at", "2018-10-11 16:40:48.549282"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.551874"], ["updated_at", "2018-10-11 16:40:48.551874"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.554596"], ["updated_at", "2018-10-11 16:40:48.554596"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.556782"], ["updated_at", "2018-10-11 16:40:48.556782"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.559502"], ["updated_at", "2018-10-11 16:40:48.559502"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.561543"], ["updated_at", "2018-10-11 16:40:48.561543"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.563610"], ["updated_at", "2018-10-11 16:40:48.563610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.565629"], ["updated_at", "2018-10-11 16:40:48.565629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.567491"], ["updated_at", "2018-10-11 16:40:48.567491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.569232"], ["updated_at", "2018-10-11 16:40:48.569232"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.574005"], ["updated_at", "2018-10-11 16:40:48.574005"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.577104"], ["updated_at", "2018-10-11 16:40:48.577104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.581121"], ["updated_at", "2018-10-11 16:40:48.581121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.582834"], ["updated_at", "2018-10-11 16:40:48.582834"], ["parent_id", 39895952907]] Kithe::Work Create (3.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.584439"], ["updated_at", "2018-10-11 16:40:48.584439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.589988"], ["updated_at", "2018-10-11 16:40:48.589988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.592247"], ["updated_at", "2018-10-11 16:40:48.592247"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.594079"], ["updated_at", "2018-10-11 16:40:48.594079"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.596200"], ["updated_at", "2018-10-11 16:40:48.596200"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.599879"], ["updated_at", "2018-10-11 16:40:48.599879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.602154"], ["updated_at", "2018-10-11 16:40:48.602154"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.604416"], ["updated_at", "2018-10-11 16:40:48.604416"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.606495"], ["updated_at", "2018-10-11 16:40:48.606495"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.608528"], ["updated_at", "2018-10-11 16:40:48.608528"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.610725"], ["updated_at", "2018-10-11 16:40:48.610725"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.613054"], ["updated_at", "2018-10-11 16:40:48.613054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.615141"], ["updated_at", "2018-10-11 16:40:48.615141"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.616990"], ["updated_at", "2018-10-11 16:40:48.616990"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.618890"], ["updated_at", "2018-10-11 16:40:48.618890"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.620817"], ["updated_at", "2018-10-11 16:40:48.620817"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.622585"], ["updated_at", "2018-10-11 16:40:48.622585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.625427"], ["updated_at", "2018-10-11 16:40:48.625427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.627313"], ["updated_at", "2018-10-11 16:40:48.627313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.629047"], ["updated_at", "2018-10-11 16:40:48.629047"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.630750"], ["updated_at", "2018-10-11 16:40:48.630750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.632363"], ["updated_at", "2018-10-11 16:40:48.632363"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.633939"], ["updated_at", "2018-10-11 16:40:48.633939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.637227"], ["updated_at", "2018-10-11 16:40:48.637227"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.638892"], ["updated_at", "2018-10-11 16:40:48.638892"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.640597"], ["updated_at", "2018-10-11 16:40:48.640597"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.643365"], ["updated_at", "2018-10-11 16:40:48.643365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.647561"], ["updated_at", "2018-10-11 16:40:48.647561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.649216"], ["updated_at", "2018-10-11 16:40:48.649216"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.650775"], ["updated_at", "2018-10-11 16:40:48.650775"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.652469"], ["updated_at", "2018-10-11 16:40:48.652469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.654375"], ["updated_at", "2018-10-11 16:40:48.654375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.655991"], ["updated_at", "2018-10-11 16:40:48.655991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.657636"], ["updated_at", "2018-10-11 16:40:48.657636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.659205"], ["updated_at", "2018-10-11 16:40:48.659205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.660860"], ["updated_at", "2018-10-11 16:40:48.660860"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.662562"], ["updated_at", "2018-10-11 16:40:48.662562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.664354"], ["updated_at", "2018-10-11 16:40:48.664354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.666041"], ["updated_at", "2018-10-11 16:40:48.666041"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.667627"], ["updated_at", "2018-10-11 16:40:48.667627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.669404"], ["updated_at", "2018-10-11 16:40:48.669404"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.671495"], ["updated_at", "2018-10-11 16:40:48.671495"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.674167"], ["updated_at", "2018-10-11 16:40:48.674167"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.676767"], ["updated_at", "2018-10-11 16:40:48.676767"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.679419"], ["updated_at", "2018-10-11 16:40:48.679419"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.682055"], ["updated_at", "2018-10-11 16:40:48.682055"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.684747"], ["updated_at", "2018-10-11 16:40:48.684747"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.687444"], ["updated_at", "2018-10-11 16:40:48.687444"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.690656"], ["updated_at", "2018-10-11 16:40:48.690656"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.693526"], ["updated_at", "2018-10-11 16:40:48.693526"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.695400"], ["updated_at", "2018-10-11 16:40:48.695400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.698026"], ["updated_at", "2018-10-11 16:40:48.698026"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.699865"], ["updated_at", "2018-10-11 16:40:48.699865"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.701850"], ["updated_at", "2018-10-11 16:40:48.701850"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.704457"], ["updated_at", "2018-10-11 16:40:48.704457"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.708009"], ["updated_at", "2018-10-11 16:40:48.708009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.709718"], ["updated_at", "2018-10-11 16:40:48.709718"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.711302"], ["updated_at", "2018-10-11 16:40:48.711302"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.713063"], ["updated_at", "2018-10-11 16:40:48.713063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.715115"], ["updated_at", "2018-10-11 16:40:48.715115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.716698"], ["updated_at", "2018-10-11 16:40:48.716698"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.718324"], ["updated_at", "2018-10-11 16:40:48.718324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.720062"], ["updated_at", "2018-10-11 16:40:48.720062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.721783"], ["updated_at", "2018-10-11 16:40:48.721783"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.723311"], ["updated_at", "2018-10-11 16:40:48.723311"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.726258"], ["updated_at", "2018-10-11 16:40:48.726258"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.730228"], ["updated_at", "2018-10-11 16:40:48.730228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.732500"], ["updated_at", "2018-10-11 16:40:48.732500"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.734275"], ["updated_at", "2018-10-11 16:40:48.734275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.736390"], ["updated_at", "2018-10-11 16:40:48.736390"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.738750"], ["updated_at", "2018-10-11 16:40:48.738750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.740779"], ["updated_at", "2018-10-11 16:40:48.740779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.742934"], ["updated_at", "2018-10-11 16:40:48.742934"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.744878"], ["updated_at", "2018-10-11 16:40:48.744878"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.747523"], ["updated_at", "2018-10-11 16:40:48.747523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.749349"], ["updated_at", "2018-10-11 16:40:48.749349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.750968"], ["updated_at", "2018-10-11 16:40:48.750968"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.752698"], ["updated_at", "2018-10-11 16:40:48.752698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.754613"], ["updated_at", "2018-10-11 16:40:48.754613"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.756335"], ["updated_at", "2018-10-11 16:40:48.756335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.759918"], ["updated_at", "2018-10-11 16:40:48.759918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.761563"], ["updated_at", "2018-10-11 16:40:48.761563"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.763185"], ["updated_at", "2018-10-11 16:40:48.763185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.764860"], ["updated_at", "2018-10-11 16:40:48.764860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.766478"], ["updated_at", "2018-10-11 16:40:48.766478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.768142"], ["updated_at", "2018-10-11 16:40:48.768142"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.772307"], ["updated_at", "2018-10-11 16:40:48.772307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.774016"], ["updated_at", "2018-10-11 16:40:48.774016"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.776706"], ["updated_at", "2018-10-11 16:40:48.776706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.780957"], ["updated_at", "2018-10-11 16:40:48.780957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.782986"], ["updated_at", "2018-10-11 16:40:48.782986"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.784561"], ["updated_at", "2018-10-11 16:40:48.784561"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.787230"], ["updated_at", "2018-10-11 16:40:48.787230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.789042"], ["updated_at", "2018-10-11 16:40:48.789042"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.790634"], ["updated_at", "2018-10-11 16:40:48.790634"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.792494"], ["updated_at", "2018-10-11 16:40:48.792494"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.794200"], ["updated_at", "2018-10-11 16:40:48.794200"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.796403"], ["updated_at", "2018-10-11 16:40:48.796403"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.799985"], ["updated_at", "2018-10-11 16:40:48.799985"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.802850"], ["updated_at", "2018-10-11 16:40:48.802850"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.806439"], ["updated_at", "2018-10-11 16:40:48.806439"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.809890"], ["updated_at", "2018-10-11 16:40:48.809890"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.813394"], ["updated_at", "2018-10-11 16:40:48.813394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.816037"], ["updated_at", "2018-10-11 16:40:48.816037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.817722"], ["updated_at", "2018-10-11 16:40:48.817722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.819495"], ["updated_at", "2018-10-11 16:40:48.819495"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.821341"], ["updated_at", "2018-10-11 16:40:48.821341"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.823608"], ["updated_at", "2018-10-11 16:40:48.823608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.826161"], ["updated_at", "2018-10-11 16:40:48.826161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.827791"], ["updated_at", "2018-10-11 16:40:48.827791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.829393"], ["updated_at", "2018-10-11 16:40:48.829393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.831330"], ["updated_at", "2018-10-11 16:40:48.831330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.832938"], ["updated_at", "2018-10-11 16:40:48.832938"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.834516"], ["updated_at", "2018-10-11 16:40:48.834516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.837352"], ["updated_at", "2018-10-11 16:40:48.837352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.839021"], ["updated_at", "2018-10-11 16:40:48.839021"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.840645"], ["updated_at", "2018-10-11 16:40:48.840645"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.843851"], ["updated_at", "2018-10-11 16:40:48.843851"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.847998"], ["updated_at", "2018-10-11 16:40:48.847998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.849937"], ["updated_at", "2018-10-11 16:40:48.849937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.851486"], ["updated_at", "2018-10-11 16:40:48.851486"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.853093"], ["updated_at", "2018-10-11 16:40:48.853093"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.854876"], ["updated_at", "2018-10-11 16:40:48.854876"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.856541"], ["updated_at", "2018-10-11 16:40:48.856541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.858262"], ["updated_at", "2018-10-11 16:40:48.858262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.859969"], ["updated_at", "2018-10-11 16:40:48.859969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.861608"], ["updated_at", "2018-10-11 16:40:48.861608"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.863517"], ["updated_at", "2018-10-11 16:40:48.863517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.865324"], ["updated_at", "2018-10-11 16:40:48.865324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.866935"], ["updated_at", "2018-10-11 16:40:48.866935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.868670"], ["updated_at", "2018-10-11 16:40:48.868670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.870866"], ["updated_at", "2018-10-11 16:40:48.870866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.873039"], ["updated_at", "2018-10-11 16:40:48.873039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.874706"], ["updated_at", "2018-10-11 16:40:48.874706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.876625"], ["updated_at", "2018-10-11 16:40:48.876625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.878225"], ["updated_at", "2018-10-11 16:40:48.878225"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.879817"], ["updated_at", "2018-10-11 16:40:48.879817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.881725"], ["updated_at", "2018-10-11 16:40:48.881725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.883323"], ["updated_at", "2018-10-11 16:40:48.883323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.885028"], ["updated_at", "2018-10-11 16:40:48.885028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.886856"], ["updated_at", "2018-10-11 16:40:48.886856"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.888548"], ["updated_at", "2018-10-11 16:40:48.888548"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.890810"], ["updated_at", "2018-10-11 16:40:48.890810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.893175"], ["updated_at", "2018-10-11 16:40:48.893175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.894967"], ["updated_at", "2018-10-11 16:40:48.894967"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.896532"], ["updated_at", "2018-10-11 16:40:48.896532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.898231"], ["updated_at", "2018-10-11 16:40:48.898231"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.900695"], ["updated_at", "2018-10-11 16:40:48.900695"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.903336"], ["updated_at", "2018-10-11 16:40:48.903336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.906768"], ["updated_at", "2018-10-11 16:40:48.906768"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.908411"], ["updated_at", "2018-10-11 16:40:48.908411"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.911770"], ["updated_at", "2018-10-11 16:40:48.911770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.916095"], ["updated_at", "2018-10-11 16:40:48.916095"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.918122"], ["updated_at", "2018-10-11 16:40:48.918122"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.920307"], ["updated_at", "2018-10-11 16:40:48.920307"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.924295"], ["updated_at", "2018-10-11 16:40:48.924295"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.927819"], ["updated_at", "2018-10-11 16:40:48.927819"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.931916"], ["updated_at", "2018-10-11 16:40:48.931916"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.935522"], ["updated_at", "2018-10-11 16:40:48.935522"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.938400"], ["updated_at", "2018-10-11 16:40:48.938400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.940107"], ["updated_at", "2018-10-11 16:40:48.940107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.941688"], ["updated_at", "2018-10-11 16:40:48.941688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.943275"], ["updated_at", "2018-10-11 16:40:48.943275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.944901"], ["updated_at", "2018-10-11 16:40:48.944901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.946563"], ["updated_at", "2018-10-11 16:40:48.946563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.948215"], ["updated_at", "2018-10-11 16:40:48.948215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.950116"], ["updated_at", "2018-10-11 16:40:48.950116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.951744"], ["updated_at", "2018-10-11 16:40:48.951744"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.953396"], ["updated_at", "2018-10-11 16:40:48.953396"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.955059"], ["updated_at", "2018-10-11 16:40:48.955059"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.956884"], ["updated_at", "2018-10-11 16:40:48.956884"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.959556"], ["updated_at", "2018-10-11 16:40:48.959556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.961376"], ["updated_at", "2018-10-11 16:40:48.961376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.962981"], ["updated_at", "2018-10-11 16:40:48.962981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.964733"], ["updated_at", "2018-10-11 16:40:48.964733"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.966344"], ["updated_at", "2018-10-11 16:40:48.966344"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.967832"], ["updated_at", "2018-10-11 16:40:48.967832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.970991"], ["updated_at", "2018-10-11 16:40:48.970991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.972612"], ["updated_at", "2018-10-11 16:40:48.972612"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.974270"], ["updated_at", "2018-10-11 16:40:48.974270"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.976974"], ["updated_at", "2018-10-11 16:40:48.976974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.980478"], ["updated_at", "2018-10-11 16:40:48.980478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.982680"], ["updated_at", "2018-10-11 16:40:48.982680"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.984212"], ["updated_at", "2018-10-11 16:40:48.984212"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.986162"], ["updated_at", "2018-10-11 16:40:48.986162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.987925"], ["updated_at", "2018-10-11 16:40:48.987925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.989550"], ["updated_at", "2018-10-11 16:40:48.989550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.991134"], ["updated_at", "2018-10-11 16:40:48.991134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.992757"], ["updated_at", "2018-10-11 16:40:48.992757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.994336"], ["updated_at", "2018-10-11 16:40:48.994336"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.996023"], ["updated_at", "2018-10-11 16:40:48.996023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.997756"], ["updated_at", "2018-10-11 16:40:48.997756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:48.999402"], ["updated_at", "2018-10-11 16:40:48.999402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.000950"], ["updated_at", "2018-10-11 16:40:49.000950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.002650"], ["updated_at", "2018-10-11 16:40:49.002650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.004481"], ["updated_at", "2018-10-11 16:40:49.004481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.006234"], ["updated_at", "2018-10-11 16:40:49.006234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.007825"], ["updated_at", "2018-10-11 16:40:49.007825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.009424"], ["updated_at", "2018-10-11 16:40:49.009424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.011415"], ["updated_at", "2018-10-11 16:40:49.011415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.013285"], ["updated_at", "2018-10-11 16:40:49.013285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.015052"], ["updated_at", "2018-10-11 16:40:49.015052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.016710"], ["updated_at", "2018-10-11 16:40:49.016710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.018292"], ["updated_at", "2018-10-11 16:40:49.018292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.019940"], ["updated_at", "2018-10-11 16:40:49.019940"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.021710"], ["updated_at", "2018-10-11 16:40:49.021710"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.023641"], ["updated_at", "2018-10-11 16:40:49.023641"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.025942"], ["updated_at", "2018-10-11 16:40:49.025942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.027745"], ["updated_at", "2018-10-11 16:40:49.027745"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.029322"], ["updated_at", "2018-10-11 16:40:49.029322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.031030"], ["updated_at", "2018-10-11 16:40:49.031030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.032677"], ["updated_at", "2018-10-11 16:40:49.032677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.034408"], ["updated_at", "2018-10-11 16:40:49.034408"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.038099"], ["updated_at", "2018-10-11 16:40:49.038099"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.040244"], ["updated_at", "2018-10-11 16:40:49.040244"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.044947"], ["updated_at", "2018-10-11 16:40:49.044947"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.050056"], ["updated_at", "2018-10-11 16:40:49.050056"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.053358"], ["updated_at", "2018-10-11 16:40:49.053358"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.056968"], ["updated_at", "2018-10-11 16:40:49.056968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.060291"], ["updated_at", "2018-10-11 16:40:49.060291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.061970"], ["updated_at", "2018-10-11 16:40:49.061970"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.063627"], ["updated_at", "2018-10-11 16:40:49.063627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.065508"], ["updated_at", "2018-10-11 16:40:49.065508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.067131"], ["updated_at", "2018-10-11 16:40:49.067131"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.068721"], ["updated_at", "2018-10-11 16:40:49.068721"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.070489"], ["updated_at", "2018-10-11 16:40:49.070489"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.072283"], ["updated_at", "2018-10-11 16:40:49.072283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.074096"], ["updated_at", "2018-10-11 16:40:49.074096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.076778"], ["updated_at", "2018-10-11 16:40:49.076778"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.078448"], ["updated_at", "2018-10-11 16:40:49.078448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.080083"], ["updated_at", "2018-10-11 16:40:49.080083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.081809"], ["updated_at", "2018-10-11 16:40:49.081809"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.083356"], ["updated_at", "2018-10-11 16:40:49.083356"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.085112"], ["updated_at", "2018-10-11 16:40:49.085112"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.087041"], ["updated_at", "2018-10-11 16:40:49.087041"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.089060"], ["updated_at", "2018-10-11 16:40:49.089060"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.091255"], ["updated_at", "2018-10-11 16:40:49.091255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.093262"], ["updated_at", "2018-10-11 16:40:49.093262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.094847"], ["updated_at", "2018-10-11 16:40:49.094847"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.096463"], ["updated_at", "2018-10-11 16:40:49.096463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.098267"], ["updated_at", "2018-10-11 16:40:49.098267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.099849"], ["updated_at", "2018-10-11 16:40:49.099849"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.101600"], ["updated_at", "2018-10-11 16:40:49.101600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.104730"], ["updated_at", "2018-10-11 16:40:49.104730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.106355"], ["updated_at", "2018-10-11 16:40:49.106355"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.107976"], ["updated_at", "2018-10-11 16:40:49.107976"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.110688"], ["updated_at", "2018-10-11 16:40:49.110688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.114936"], ["updated_at", "2018-10-11 16:40:49.114936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.116702"], ["updated_at", "2018-10-11 16:40:49.116702"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.118255"], ["updated_at", "2018-10-11 16:40:49.118255"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.120003"], ["updated_at", "2018-10-11 16:40:49.120003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.121857"], ["updated_at", "2018-10-11 16:40:49.121857"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.123495"], ["updated_at", "2018-10-11 16:40:49.123495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.125167"], ["updated_at", "2018-10-11 16:40:49.125167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.126831"], ["updated_at", "2018-10-11 16:40:49.126831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.128376"], ["updated_at", "2018-10-11 16:40:49.128376"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.130411"], ["updated_at", "2018-10-11 16:40:49.130411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.132167"], ["updated_at", "2018-10-11 16:40:49.132167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.133759"], ["updated_at", "2018-10-11 16:40:49.133759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.135354"], ["updated_at", "2018-10-11 16:40:49.135354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.137026"], ["updated_at", "2018-10-11 16:40:49.137026"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.138714"], ["updated_at", "2018-10-11 16:40:49.138714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.140404"], ["updated_at", "2018-10-11 16:40:49.140404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.142138"], ["updated_at", "2018-10-11 16:40:49.142138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.143729"], ["updated_at", "2018-10-11 16:40:49.143729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.145343"], ["updated_at", "2018-10-11 16:40:49.145343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.146973"], ["updated_at", "2018-10-11 16:40:49.146973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.148600"], ["updated_at", "2018-10-11 16:40:49.148600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.150197"], ["updated_at", "2018-10-11 16:40:49.150197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.151802"], ["updated_at", "2018-10-11 16:40:49.151802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.153510"], ["updated_at", "2018-10-11 16:40:49.153510"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.155424"], ["updated_at", "2018-10-11 16:40:49.155424"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.157701"], ["updated_at", "2018-10-11 16:40:49.157701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.159634"], ["updated_at", "2018-10-11 16:40:49.159634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.161262"], ["updated_at", "2018-10-11 16:40:49.161262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.162844"], ["updated_at", "2018-10-11 16:40:49.162844"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.164434"], ["updated_at", "2018-10-11 16:40:49.164434"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.166448"], ["updated_at", "2018-10-11 16:40:49.166448"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.168511"], ["updated_at", "2018-10-11 16:40:49.168511"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.172808"], ["updated_at", "2018-10-11 16:40:49.172808"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.176842"], ["updated_at", "2018-10-11 16:40:49.176842"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.182867"], ["updated_at", "2018-10-11 16:40:49.182867"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.186446"], ["updated_at", "2018-10-11 16:40:49.186446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.189071"], ["updated_at", "2018-10-11 16:40:49.189071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.190722"], ["updated_at", "2018-10-11 16:40:49.190722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.192406"], ["updated_at", "2018-10-11 16:40:49.192406"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.193955"], ["updated_at", "2018-10-11 16:40:49.193955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.195619"], ["updated_at", "2018-10-11 16:40:49.195619"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.197408"], ["updated_at", "2018-10-11 16:40:49.197408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.199135"], ["updated_at", "2018-10-11 16:40:49.199135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.200780"], ["updated_at", "2018-10-11 16:40:49.200780"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.202366"], ["updated_at", "2018-10-11 16:40:49.202366"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.204130"], ["updated_at", "2018-10-11 16:40:49.204130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.205913"], ["updated_at", "2018-10-11 16:40:49.205913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.207658"], ["updated_at", "2018-10-11 16:40:49.207658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.209219"], ["updated_at", "2018-10-11 16:40:49.209219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.210757"], ["updated_at", "2018-10-11 16:40:49.210757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.212331"], ["updated_at", "2018-10-11 16:40:49.212331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.214073"], ["updated_at", "2018-10-11 16:40:49.214073"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.215743"], ["updated_at", "2018-10-11 16:40:49.215743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.217474"], ["updated_at", "2018-10-11 16:40:49.217474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.219006"], ["updated_at", "2018-10-11 16:40:49.219006"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.220647"], ["updated_at", "2018-10-11 16:40:49.220647"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.222590"], ["updated_at", "2018-10-11 16:40:49.222590"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.225253"], ["updated_at", "2018-10-11 16:40:49.225253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.227054"], ["updated_at", "2018-10-11 16:40:49.227054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.228714"], ["updated_at", "2018-10-11 16:40:49.228714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.230299"], ["updated_at", "2018-10-11 16:40:49.230299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.232081"], ["updated_at", "2018-10-11 16:40:49.232081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.233654"], ["updated_at", "2018-10-11 16:40:49.233654"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.236749"], ["updated_at", "2018-10-11 16:40:49.236749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.238517"], ["updated_at", "2018-10-11 16:40:49.238517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.240268"], ["updated_at", "2018-10-11 16:40:49.240268"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.241993"], ["updated_at", "2018-10-11 16:40:49.241993"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.245590"], ["updated_at", "2018-10-11 16:40:49.245590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.249132"], ["updated_at", "2018-10-11 16:40:49.249132"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.250747"], ["updated_at", "2018-10-11 16:40:49.250747"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.252414"], ["updated_at", "2018-10-11 16:40:49.252414"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.254122"], ["updated_at", "2018-10-11 16:40:49.254122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.255846"], ["updated_at", "2018-10-11 16:40:49.255846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.257538"], ["updated_at", "2018-10-11 16:40:49.257538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.259098"], ["updated_at", "2018-10-11 16:40:49.259098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.260740"], ["updated_at", "2018-10-11 16:40:49.260740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.262326"], ["updated_at", "2018-10-11 16:40:49.262326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.264046"], ["updated_at", "2018-10-11 16:40:49.264046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.265788"], ["updated_at", "2018-10-11 16:40:49.265788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.267345"], ["updated_at", "2018-10-11 16:40:49.267345"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.268916"], ["updated_at", "2018-10-11 16:40:49.268916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.270604"], ["updated_at", "2018-10-11 16:40:49.270604"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.272289"], ["updated_at", "2018-10-11 16:40:49.272289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.273943"], ["updated_at", "2018-10-11 16:40:49.273943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.275535"], ["updated_at", "2018-10-11 16:40:49.275535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.277203"], ["updated_at", "2018-10-11 16:40:49.277203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.278750"], ["updated_at", "2018-10-11 16:40:49.278750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.280349"], ["updated_at", "2018-10-11 16:40:49.280349"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.282077"], ["updated_at", "2018-10-11 16:40:49.282077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.283715"], ["updated_at", "2018-10-11 16:40:49.283715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.285294"], ["updated_at", "2018-10-11 16:40:49.285294"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.287053"], ["updated_at", "2018-10-11 16:40:49.287053"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.288988"], ["updated_at", "2018-10-11 16:40:49.288988"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.291978"], ["updated_at", "2018-10-11 16:40:49.291978"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.294461"], ["updated_at", "2018-10-11 16:40:49.294461"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.296752"], ["updated_at", "2018-10-11 16:40:49.296752"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.298988"], ["updated_at", "2018-10-11 16:40:49.298988"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.301296"], ["updated_at", "2018-10-11 16:40:49.301296"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.303284"], ["updated_at", "2018-10-11 16:40:49.303284"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.306003"], ["updated_at", "2018-10-11 16:40:49.306003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.309228"], ["updated_at", "2018-10-11 16:40:49.309228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.310896"], ["updated_at", "2018-10-11 16:40:49.310896"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.312494"], ["updated_at", "2018-10-11 16:40:49.312494"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.314305"], ["updated_at", "2018-10-11 16:40:49.314305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.316050"], ["updated_at", "2018-10-11 16:40:49.316050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.317622"], ["updated_at", "2018-10-11 16:40:49.317622"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.319305"], ["updated_at", "2018-10-11 16:40:49.319305"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.321024"], ["updated_at", "2018-10-11 16:40:49.321024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.322781"], ["updated_at", "2018-10-11 16:40:49.322781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.324428"], ["updated_at", "2018-10-11 16:40:49.324428"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.326730"], ["updated_at", "2018-10-11 16:40:49.326730"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.330775"], ["updated_at", "2018-10-11 16:40:49.330775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.333169"], ["updated_at", "2018-10-11 16:40:49.333169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.334784"], ["updated_at", "2018-10-11 16:40:49.334784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.336349"], ["updated_at", "2018-10-11 16:40:49.336349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.337989"], ["updated_at", "2018-10-11 16:40:49.337989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.339713"], ["updated_at", "2018-10-11 16:40:49.339713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.341460"], ["updated_at", "2018-10-11 16:40:49.341460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.343022"], ["updated_at", "2018-10-11 16:40:49.343022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.344656"], ["updated_at", "2018-10-11 16:40:49.344656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.346257"], ["updated_at", "2018-10-11 16:40:49.346257"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.347873"], ["updated_at", "2018-10-11 16:40:49.347873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.349750"], ["updated_at", "2018-10-11 16:40:49.349750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.351425"], ["updated_at", "2018-10-11 16:40:49.351425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.353028"], ["updated_at", "2018-10-11 16:40:49.353028"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.354649"], ["updated_at", "2018-10-11 16:40:49.354649"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.356347"], ["updated_at", "2018-10-11 16:40:49.356347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.359292"], ["updated_at", "2018-10-11 16:40:49.359292"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.361224"], ["updated_at", "2018-10-11 16:40:49.361224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.362926"], ["updated_at", "2018-10-11 16:40:49.362926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.364561"], ["updated_at", "2018-10-11 16:40:49.364561"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.366252"], ["updated_at", "2018-10-11 16:40:49.366252"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.367828"], ["updated_at", "2018-10-11 16:40:49.367828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.370758"], ["updated_at", "2018-10-11 16:40:49.370758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.372468"], ["updated_at", "2018-10-11 16:40:49.372468"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.374182"], ["updated_at", "2018-10-11 16:40:49.374182"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.376927"], ["updated_at", "2018-10-11 16:40:49.376927"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.380815"], ["updated_at", "2018-10-11 16:40:49.380815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.382654"], ["updated_at", "2018-10-11 16:40:49.382654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.384257"], ["updated_at", "2018-10-11 16:40:49.384257"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.385843"], ["updated_at", "2018-10-11 16:40:49.385843"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.387529"], ["updated_at", "2018-10-11 16:40:49.387529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.389283"], ["updated_at", "2018-10-11 16:40:49.389283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.391010"], ["updated_at", "2018-10-11 16:40:49.391010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.392572"], ["updated_at", "2018-10-11 16:40:49.392572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.394210"], ["updated_at", "2018-10-11 16:40:49.394210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.395750"], ["updated_at", "2018-10-11 16:40:49.395750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.397383"], ["updated_at", "2018-10-11 16:40:49.397383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.399098"], ["updated_at", "2018-10-11 16:40:49.399098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.400711"], ["updated_at", "2018-10-11 16:40:49.400711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.402254"], ["updated_at", "2018-10-11 16:40:49.402254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.403908"], ["updated_at", "2018-10-11 16:40:49.403908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.405637"], ["updated_at", "2018-10-11 16:40:49.405637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.407458"], ["updated_at", "2018-10-11 16:40:49.407458"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.409482"], ["updated_at", "2018-10-11 16:40:49.409482"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.412231"], ["updated_at", "2018-10-11 16:40:49.412231"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.414917"], ["updated_at", "2018-10-11 16:40:49.414917"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.417677"], ["updated_at", "2018-10-11 16:40:49.417677"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.420186"], ["updated_at", "2018-10-11 16:40:49.420186"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.422959"], ["updated_at", "2018-10-11 16:40:49.422959"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.426078"], ["updated_at", "2018-10-11 16:40:49.426078"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.428114"], ["updated_at", "2018-10-11 16:40:49.428114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.430054"], ["updated_at", "2018-10-11 16:40:49.430054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.431797"], ["updated_at", "2018-10-11 16:40:49.431797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.433584"], ["updated_at", "2018-10-11 16:40:49.433584"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.435064"], ["updated_at", "2018-10-11 16:40:49.435064"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.438460"], ["updated_at", "2018-10-11 16:40:49.438460"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.440286"], ["updated_at", "2018-10-11 16:40:49.440286"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.441990"], ["updated_at", "2018-10-11 16:40:49.441990"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.445437"], ["updated_at", "2018-10-11 16:40:49.445437"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.448835"], ["updated_at", "2018-10-11 16:40:49.448835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.450722"], ["updated_at", "2018-10-11 16:40:49.450722"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.452405"], ["updated_at", "2018-10-11 16:40:49.452405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.453990"], ["updated_at", "2018-10-11 16:40:49.453990"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.455557"], ["updated_at", "2018-10-11 16:40:49.455557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.457342"], ["updated_at", "2018-10-11 16:40:49.457342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.459033"], ["updated_at", "2018-10-11 16:40:49.459033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.460677"], ["updated_at", "2018-10-11 16:40:49.460677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.462242"], ["updated_at", "2018-10-11 16:40:49.462242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.463857"], ["updated_at", "2018-10-11 16:40:49.463857"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.465412"], ["updated_at", "2018-10-11 16:40:49.465412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.467144"], ["updated_at", "2018-10-11 16:40:49.467144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.468808"], ["updated_at", "2018-10-11 16:40:49.468808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.470394"], ["updated_at", "2018-10-11 16:40:49.470394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.472025"], ["updated_at", "2018-10-11 16:40:49.472025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.473722"], ["updated_at", "2018-10-11 16:40:49.473722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.475445"], ["updated_at", "2018-10-11 16:40:49.475445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.477076"], ["updated_at", "2018-10-11 16:40:49.477076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.478736"], ["updated_at", "2018-10-11 16:40:49.478736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.480382"], ["updated_at", "2018-10-11 16:40:49.480382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.482086"], ["updated_at", "2018-10-11 16:40:49.482086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.483830"], ["updated_at", "2018-10-11 16:40:49.483830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.485518"], ["updated_at", "2018-10-11 16:40:49.485518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.487102"], ["updated_at", "2018-10-11 16:40:49.487102"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.488722"], ["updated_at", "2018-10-11 16:40:49.488722"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.491098"], ["updated_at", "2018-10-11 16:40:49.491098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.493895"], ["updated_at", "2018-10-11 16:40:49.493895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.495648"], ["updated_at", "2018-10-11 16:40:49.495648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.497320"], ["updated_at", "2018-10-11 16:40:49.497320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.499054"], ["updated_at", "2018-10-11 16:40:49.499054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.500810"], ["updated_at", "2018-10-11 16:40:49.500810"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.502557"], ["updated_at", "2018-10-11 16:40:49.502557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.505462"], ["updated_at", "2018-10-11 16:40:49.505462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.507209"], ["updated_at", "2018-10-11 16:40:49.507209"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.512321"], ["updated_at", "2018-10-11 16:40:49.512321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.515473"], ["updated_at", "2018-10-11 16:40:49.515473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.517189"], ["updated_at", "2018-10-11 16:40:49.517189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.518800"], ["updated_at", "2018-10-11 16:40:49.518800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.520429"], ["updated_at", "2018-10-11 16:40:49.520429"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.522050"], ["updated_at", "2018-10-11 16:40:49.522050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.523729"], ["updated_at", "2018-10-11 16:40:49.523729"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.525340"], ["updated_at", "2018-10-11 16:40:49.525340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.526976"], ["updated_at", "2018-10-11 16:40:49.526976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.528528"], ["updated_at", "2018-10-11 16:40:49.528528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.530148"], ["updated_at", "2018-10-11 16:40:49.530148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.531722"], ["updated_at", "2018-10-11 16:40:49.531722"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.533629"], ["updated_at", "2018-10-11 16:40:49.533629"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.536346"], ["updated_at", "2018-10-11 16:40:49.536346"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.538936"], ["updated_at", "2018-10-11 16:40:49.538936"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.541590"], ["updated_at", "2018-10-11 16:40:49.541590"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.544244"], ["updated_at", "2018-10-11 16:40:49.544244"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.546894"], ["updated_at", "2018-10-11 16:40:49.546894"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.549433"], ["updated_at", "2018-10-11 16:40:49.549433"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.552313"], ["updated_at", "2018-10-11 16:40:49.552313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.554263"], ["updated_at", "2018-10-11 16:40:49.554263"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.556119"], ["updated_at", "2018-10-11 16:40:49.556119"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.558865"], ["updated_at", "2018-10-11 16:40:49.558865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.561234"], ["updated_at", "2018-10-11 16:40:49.561234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.562957"], ["updated_at", "2018-10-11 16:40:49.562957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.564663"], ["updated_at", "2018-10-11 16:40:49.564663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.566345"], ["updated_at", "2018-10-11 16:40:49.566345"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.568061"], ["updated_at", "2018-10-11 16:40:49.568061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.570850"], ["updated_at", "2018-10-11 16:40:49.570850"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.572602"], ["updated_at", "2018-10-11 16:40:49.572602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.574694"], ["updated_at", "2018-10-11 16:40:49.574694"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.577748"], ["updated_at", "2018-10-11 16:40:49.577748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.581612"], ["updated_at", "2018-10-11 16:40:49.581612"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.583682"], ["updated_at", "2018-10-11 16:40:49.583682"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.585606"], ["updated_at", "2018-10-11 16:40:49.585606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.587281"], ["updated_at", "2018-10-11 16:40:49.587281"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.588877"], ["updated_at", "2018-10-11 16:40:49.588877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.590502"], ["updated_at", "2018-10-11 16:40:49.590502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.592336"], ["updated_at", "2018-10-11 16:40:49.592336"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.594027"], ["updated_at", "2018-10-11 16:40:49.594027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.595663"], ["updated_at", "2018-10-11 16:40:49.595663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.597292"], ["updated_at", "2018-10-11 16:40:49.597292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.598850"], ["updated_at", "2018-10-11 16:40:49.598850"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.600530"], ["updated_at", "2018-10-11 16:40:49.600530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.602342"], ["updated_at", "2018-10-11 16:40:49.602342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.603961"], ["updated_at", "2018-10-11 16:40:49.603961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.605542"], ["updated_at", "2018-10-11 16:40:49.605542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.607115"], ["updated_at", "2018-10-11 16:40:49.607115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.608935"], ["updated_at", "2018-10-11 16:40:49.608935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.610689"], ["updated_at", "2018-10-11 16:40:49.610689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.612298"], ["updated_at", "2018-10-11 16:40:49.612298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.613953"], ["updated_at", "2018-10-11 16:40:49.613953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.615570"], ["updated_at", "2018-10-11 16:40:49.615570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.617182"], ["updated_at", "2018-10-11 16:40:49.617182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.618839"], ["updated_at", "2018-10-11 16:40:49.618839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.620565"], ["updated_at", "2018-10-11 16:40:49.620565"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.622667"], ["updated_at", "2018-10-11 16:40:49.622667"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.625985"], ["updated_at", "2018-10-11 16:40:49.625985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.627872"], ["updated_at", "2018-10-11 16:40:49.627872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.629533"], ["updated_at", "2018-10-11 16:40:49.629533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.631167"], ["updated_at", "2018-10-11 16:40:49.631167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.633101"], ["updated_at", "2018-10-11 16:40:49.633101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.634717"], ["updated_at", "2018-10-11 16:40:49.634717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.637548"], ["updated_at", "2018-10-11 16:40:49.637548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.639322"], ["updated_at", "2018-10-11 16:40:49.639322"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.640968"], ["updated_at", "2018-10-11 16:40:49.640968"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.644181"], ["updated_at", "2018-10-11 16:40:49.644181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.648216"], ["updated_at", "2018-10-11 16:40:49.648216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.649901"], ["updated_at", "2018-10-11 16:40:49.649901"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.651584"], ["updated_at", "2018-10-11 16:40:49.651584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.653308"], ["updated_at", "2018-10-11 16:40:49.653308"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.654867"], ["updated_at", "2018-10-11 16:40:49.654867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.656527"], ["updated_at", "2018-10-11 16:40:49.656527"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.658460"], ["updated_at", "2018-10-11 16:40:49.658460"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.661254"], ["updated_at", "2018-10-11 16:40:49.661254"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.664006"], ["updated_at", "2018-10-11 16:40:49.664006"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.666624"], ["updated_at", "2018-10-11 16:40:49.666624"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.669480"], ["updated_at", "2018-10-11 16:40:49.669480"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.672116"], ["updated_at", "2018-10-11 16:40:49.672116"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.674704"], ["updated_at", "2018-10-11 16:40:49.674704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.677361"], ["updated_at", "2018-10-11 16:40:49.677361"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.679072"], ["updated_at", "2018-10-11 16:40:49.679072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.680854"], ["updated_at", "2018-10-11 16:40:49.680854"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.682433"], ["updated_at", "2018-10-11 16:40:49.682433"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.684350"], ["updated_at", "2018-10-11 16:40:49.684350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.686181"], ["updated_at", "2018-10-11 16:40:49.686181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.687774"], ["updated_at", "2018-10-11 16:40:49.687774"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.689621"], ["updated_at", "2018-10-11 16:40:49.689621"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.693641"], ["updated_at", "2018-10-11 16:40:49.693641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.695650"], ["updated_at", "2018-10-11 16:40:49.695650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.697307"], ["updated_at", "2018-10-11 16:40:49.697307"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.698795"], ["updated_at", "2018-10-11 16:40:49.698795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.700516"], ["updated_at", "2018-10-11 16:40:49.700516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.702261"], ["updated_at", "2018-10-11 16:40:49.702261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.705293"], ["updated_at", "2018-10-11 16:40:49.705293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.707087"], ["updated_at", "2018-10-11 16:40:49.707087"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.709030"], ["updated_at", "2018-10-11 16:40:49.709030"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.713641"], ["updated_at", "2018-10-11 16:40:49.713641"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.716232"], ["updated_at", "2018-10-11 16:40:49.716232"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.717972"], ["updated_at", "2018-10-11 16:40:49.717972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.719816"], ["updated_at", "2018-10-11 16:40:49.719816"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.721497"], ["updated_at", "2018-10-11 16:40:49.721497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.723107"], ["updated_at", "2018-10-11 16:40:49.723107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.724695"], ["updated_at", "2018-10-11 16:40:49.724695"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.726294"], ["updated_at", "2018-10-11 16:40:49.726294"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.727990"], ["updated_at", "2018-10-11 16:40:49.727990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.729583"], ["updated_at", "2018-10-11 16:40:49.729583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.731259"], ["updated_at", "2018-10-11 16:40:49.731259"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.732862"], ["updated_at", "2018-10-11 16:40:49.732862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.734619"], ["updated_at", "2018-10-11 16:40:49.734619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.736304"], ["updated_at", "2018-10-11 16:40:49.736304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.737857"], ["updated_at", "2018-10-11 16:40:49.737857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.739646"], ["updated_at", "2018-10-11 16:40:49.739646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.741304"], ["updated_at", "2018-10-11 16:40:49.741304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.742813"], ["updated_at", "2018-10-11 16:40:49.742813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.744431"], ["updated_at", "2018-10-11 16:40:49.744431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.746125"], ["updated_at", "2018-10-11 16:40:49.746125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.747714"], ["updated_at", "2018-10-11 16:40:49.747714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.749243"], ["updated_at", "2018-10-11 16:40:49.749243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.750906"], ["updated_at", "2018-10-11 16:40:49.750906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.752594"], ["updated_at", "2018-10-11 16:40:49.752594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.754222"], ["updated_at", "2018-10-11 16:40:49.754222"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.756122"], ["updated_at", "2018-10-11 16:40:49.756122"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.758721"], ["updated_at", "2018-10-11 16:40:49.758721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.760675"], ["updated_at", "2018-10-11 16:40:49.760675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.762360"], ["updated_at", "2018-10-11 16:40:49.762360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.763855"], ["updated_at", "2018-10-11 16:40:49.763855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.765432"], ["updated_at", "2018-10-11 16:40:49.765432"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.766903"], ["updated_at", "2018-10-11 16:40:49.766903"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.769547"], ["updated_at", "2018-10-11 16:40:49.769547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.771692"], ["updated_at", "2018-10-11 16:40:49.771692"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.773286"], ["updated_at", "2018-10-11 16:40:49.773286"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.775088"], ["updated_at", "2018-10-11 16:40:49.775088"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.777763"], ["updated_at", "2018-10-11 16:40:49.777763"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.782539"], ["updated_at", "2018-10-11 16:40:49.782539"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.787333"], ["updated_at", "2018-10-11 16:40:49.787333"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.790542"], ["updated_at", "2018-10-11 16:40:49.790542"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.794059"], ["updated_at", "2018-10-11 16:40:49.794059"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.797600"], ["updated_at", "2018-10-11 16:40:49.797600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.801205"], ["updated_at", "2018-10-11 16:40:49.801205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.802982"], ["updated_at", "2018-10-11 16:40:49.802982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.804580"], ["updated_at", "2018-10-11 16:40:49.804580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.806289"], ["updated_at", "2018-10-11 16:40:49.806289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.808249"], ["updated_at", "2018-10-11 16:40:49.808249"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.810036"], ["updated_at", "2018-10-11 16:40:49.810036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.811948"], ["updated_at", "2018-10-11 16:40:49.811948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.813640"], ["updated_at", "2018-10-11 16:40:49.813640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.815377"], ["updated_at", "2018-10-11 16:40:49.815377"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.817044"], ["updated_at", "2018-10-11 16:40:49.817044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.818806"], ["updated_at", "2018-10-11 16:40:49.818806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.820618"], ["updated_at", "2018-10-11 16:40:49.820618"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.822545"], ["updated_at", "2018-10-11 16:40:49.822545"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.825032"], ["updated_at", "2018-10-11 16:40:49.825032"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.826842"], ["updated_at", "2018-10-11 16:40:49.826842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.828586"], ["updated_at", "2018-10-11 16:40:49.828586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.830211"], ["updated_at", "2018-10-11 16:40:49.830211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.831902"], ["updated_at", "2018-10-11 16:40:49.831902"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.833579"], ["updated_at", "2018-10-11 16:40:49.833579"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.837321"], ["updated_at", "2018-10-11 16:40:49.837321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.839016"], ["updated_at", "2018-10-11 16:40:49.839016"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.840576"], ["updated_at", "2018-10-11 16:40:49.840576"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.844469"], ["updated_at", "2018-10-11 16:40:49.844469"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.848977"], ["updated_at", "2018-10-11 16:40:49.848977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.850889"], ["updated_at", "2018-10-11 16:40:49.850889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.852635"], ["updated_at", "2018-10-11 16:40:49.852635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.854273"], ["updated_at", "2018-10-11 16:40:49.854273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.855815"], ["updated_at", "2018-10-11 16:40:49.855815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.857471"], ["updated_at", "2018-10-11 16:40:49.857471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.859186"], ["updated_at", "2018-10-11 16:40:49.859186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.860941"], ["updated_at", "2018-10-11 16:40:49.860941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.862603"], ["updated_at", "2018-10-11 16:40:49.862603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.864372"], ["updated_at", "2018-10-11 16:40:49.864372"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.865967"], ["updated_at", "2018-10-11 16:40:49.865967"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.867923"], ["updated_at", "2018-10-11 16:40:49.867923"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.869751"], ["updated_at", "2018-10-11 16:40:49.869751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.871497"], ["updated_at", "2018-10-11 16:40:49.871497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.873270"], ["updated_at", "2018-10-11 16:40:49.873270"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.874825"], ["updated_at", "2018-10-11 16:40:49.874825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.876613"], ["updated_at", "2018-10-11 16:40:49.876613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.878344"], ["updated_at", "2018-10-11 16:40:49.878344"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.879951"], ["updated_at", "2018-10-11 16:40:49.879951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.881566"], ["updated_at", "2018-10-11 16:40:49.881566"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.883178"], ["updated_at", "2018-10-11 16:40:49.883178"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.885252"], ["updated_at", "2018-10-11 16:40:49.885252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.887044"], ["updated_at", "2018-10-11 16:40:49.887044"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.888840"], ["updated_at", "2018-10-11 16:40:49.888840"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.891144"], ["updated_at", "2018-10-11 16:40:49.891144"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.893030"], ["updated_at", "2018-10-11 16:40:49.893030"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.894757"], ["updated_at", "2018-10-11 16:40:49.894757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.896405"], ["updated_at", "2018-10-11 16:40:49.896405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.897927"], ["updated_at", "2018-10-11 16:40:49.897927"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.899465"], ["updated_at", "2018-10-11 16:40:49.899465"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.903141"], ["updated_at", "2018-10-11 16:40:49.903141"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.905757"], ["updated_at", "2018-10-11 16:40:49.905757"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.909125"], ["updated_at", "2018-10-11 16:40:49.909125"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.915697"], ["updated_at", "2018-10-11 16:40:49.915697"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.919521"], ["updated_at", "2018-10-11 16:40:49.919521"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.923155"], ["updated_at", "2018-10-11 16:40:49.923155"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.926165"], ["updated_at", "2018-10-11 16:40:49.926165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.927927"], ["updated_at", "2018-10-11 16:40:49.927927"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.929550"], ["updated_at", "2018-10-11 16:40:49.929550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.931482"], ["updated_at", "2018-10-11 16:40:49.931482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.933090"], ["updated_at", "2018-10-11 16:40:49.933090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.934734"], ["updated_at", "2018-10-11 16:40:49.934734"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.936350"], ["updated_at", "2018-10-11 16:40:49.936350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.937982"], ["updated_at", "2018-10-11 16:40:49.937982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.939683"], ["updated_at", "2018-10-11 16:40:49.939683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.941326"], ["updated_at", "2018-10-11 16:40:49.941326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.943048"], ["updated_at", "2018-10-11 16:40:49.943048"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.944787"], ["updated_at", "2018-10-11 16:40:49.944787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.946410"], ["updated_at", "2018-10-11 16:40:49.946410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.948037"], ["updated_at", "2018-10-11 16:40:49.948037"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.949583"], ["updated_at", "2018-10-11 16:40:49.949583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.951292"], ["updated_at", "2018-10-11 16:40:49.951292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.952984"], ["updated_at", "2018-10-11 16:40:49.952984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.954667"], ["updated_at", "2018-10-11 16:40:49.954667"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.958188"], ["updated_at", "2018-10-11 16:40:49.958188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.961666"], ["updated_at", "2018-10-11 16:40:49.961666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.963362"], ["updated_at", "2018-10-11 16:40:49.963362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.964936"], ["updated_at", "2018-10-11 16:40:49.964936"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.966541"], ["updated_at", "2018-10-11 16:40:49.966541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.968189"], ["updated_at", "2018-10-11 16:40:49.968189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.970081"], ["updated_at", "2018-10-11 16:40:49.970081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.973775"], ["updated_at", "2018-10-11 16:40:49.973775"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.975490"], ["updated_at", "2018-10-11 16:40:49.975490"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.979615"], ["updated_at", "2018-10-11 16:40:49.979615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.982216"], ["updated_at", "2018-10-11 16:40:49.982216"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.983846"], ["updated_at", "2018-10-11 16:40:49.983846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.986210"], ["updated_at", "2018-10-11 16:40:49.986210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.987790"], ["updated_at", "2018-10-11 16:40:49.987790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.989399"], ["updated_at", "2018-10-11 16:40:49.989399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.990968"], ["updated_at", "2018-10-11 16:40:49.990968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.992533"], ["updated_at", "2018-10-11 16:40:49.992533"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.994221"], ["updated_at", "2018-10-11 16:40:49.994221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.995958"], ["updated_at", "2018-10-11 16:40:49.995958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.997550"], ["updated_at", "2018-10-11 16:40:49.997550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:49.999081"], ["updated_at", "2018-10-11 16:40:49.999081"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.000751"], ["updated_at", "2018-10-11 16:40:50.000751"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.002552"], ["updated_at", "2018-10-11 16:40:50.002552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.004292"], ["updated_at", "2018-10-11 16:40:50.004292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.005882"], ["updated_at", "2018-10-11 16:40:50.005882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.007596"], ["updated_at", "2018-10-11 16:40:50.007596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.009271"], ["updated_at", "2018-10-11 16:40:50.009271"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.010891"], ["updated_at", "2018-10-11 16:40:50.010891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.012604"], ["updated_at", "2018-10-11 16:40:50.012604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.014214"], ["updated_at", "2018-10-11 16:40:50.014214"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.015805"], ["updated_at", "2018-10-11 16:40:50.015805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.017467"], ["updated_at", "2018-10-11 16:40:50.017467"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.019143"], ["updated_at", "2018-10-11 16:40:50.019143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.020899"], ["updated_at", "2018-10-11 16:40:50.020899"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.022663"], ["updated_at", "2018-10-11 16:40:50.022663"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.025203"], ["updated_at", "2018-10-11 16:40:50.025203"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.027251"], ["updated_at", "2018-10-11 16:40:50.027251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.028934"], ["updated_at", "2018-10-11 16:40:50.028934"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.030905"], ["updated_at", "2018-10-11 16:40:50.030905"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.033058"], ["updated_at", "2018-10-11 16:40:50.033058"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.035262"], ["updated_at", "2018-10-11 16:40:50.035262"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.039101"], ["updated_at", "2018-10-11 16:40:50.039101"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.042209"], ["updated_at", "2018-10-11 16:40:50.042209"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.047911"], ["updated_at", "2018-10-11 16:40:50.047911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.051801"], ["updated_at", "2018-10-11 16:40:50.051801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.053593"], ["updated_at", "2018-10-11 16:40:50.053593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.055208"], ["updated_at", "2018-10-11 16:40:50.055208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.056773"], ["updated_at", "2018-10-11 16:40:50.056773"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.058393"], ["updated_at", "2018-10-11 16:40:50.058393"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.060446"], ["updated_at", "2018-10-11 16:40:50.060446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.062219"], ["updated_at", "2018-10-11 16:40:50.062219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.063809"], ["updated_at", "2018-10-11 16:40:50.063809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.065399"], ["updated_at", "2018-10-11 16:40:50.065399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.067183"], ["updated_at", "2018-10-11 16:40:50.067183"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.068888"], ["updated_at", "2018-10-11 16:40:50.068888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.070521"], ["updated_at", "2018-10-11 16:40:50.070521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.072071"], ["updated_at", "2018-10-11 16:40:50.072071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.073702"], ["updated_at", "2018-10-11 16:40:50.073702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.075264"], ["updated_at", "2018-10-11 16:40:50.075264"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.076867"], ["updated_at", "2018-10-11 16:40:50.076867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.078733"], ["updated_at", "2018-10-11 16:40:50.078733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.080296"], ["updated_at", "2018-10-11 16:40:50.080296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.081952"], ["updated_at", "2018-10-11 16:40:50.081952"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.083544"], ["updated_at", "2018-10-11 16:40:50.083544"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.085509"], ["updated_at", "2018-10-11 16:40:50.085509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.087187"], ["updated_at", "2018-10-11 16:40:50.087187"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.089287"], ["updated_at", "2018-10-11 16:40:50.089287"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.091636"], ["updated_at", "2018-10-11 16:40:50.091636"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.093366"], ["updated_at", "2018-10-11 16:40:50.093366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.095088"], ["updated_at", "2018-10-11 16:40:50.095088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.096733"], ["updated_at", "2018-10-11 16:40:50.096733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.098282"], ["updated_at", "2018-10-11 16:40:50.098282"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.099966"], ["updated_at", "2018-10-11 16:40:50.099966"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.103416"], ["updated_at", "2018-10-11 16:40:50.103416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.105282"], ["updated_at", "2018-10-11 16:40:50.105282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.106905"], ["updated_at", "2018-10-11 16:40:50.106905"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.108661"], ["updated_at", "2018-10-11 16:40:50.108661"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.112698"], ["updated_at", "2018-10-11 16:40:50.112698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.115718"], ["updated_at", "2018-10-11 16:40:50.115718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.117480"], ["updated_at", "2018-10-11 16:40:50.117480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.119273"], ["updated_at", "2018-10-11 16:40:50.119273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.120919"], ["updated_at", "2018-10-11 16:40:50.120919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.122618"], ["updated_at", "2018-10-11 16:40:50.122618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.124183"], ["updated_at", "2018-10-11 16:40:50.124183"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.125796"], ["updated_at", "2018-10-11 16:40:50.125796"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.127443"], ["updated_at", "2018-10-11 16:40:50.127443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.129217"], ["updated_at", "2018-10-11 16:40:50.129217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.130840"], ["updated_at", "2018-10-11 16:40:50.130840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.132403"], ["updated_at", "2018-10-11 16:40:50.132403"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.134017"], ["updated_at", "2018-10-11 16:40:50.134017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.135698"], ["updated_at", "2018-10-11 16:40:50.135698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.137288"], ["updated_at", "2018-10-11 16:40:50.137288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.138811"], ["updated_at", "2018-10-11 16:40:50.138811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.140489"], ["updated_at", "2018-10-11 16:40:50.140489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.142127"], ["updated_at", "2018-10-11 16:40:50.142127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.143715"], ["updated_at", "2018-10-11 16:40:50.143715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.145360"], ["updated_at", "2018-10-11 16:40:50.145360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.146922"], ["updated_at", "2018-10-11 16:40:50.146922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.148527"], ["updated_at", "2018-10-11 16:40:50.148527"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.150182"], ["updated_at", "2018-10-11 16:40:50.150182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.151830"], ["updated_at", "2018-10-11 16:40:50.151830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.153450"], ["updated_at", "2018-10-11 16:40:50.153450"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.155011"], ["updated_at", "2018-10-11 16:40:50.155011"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.156878"], ["updated_at", "2018-10-11 16:40:50.156878"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.159621"], ["updated_at", "2018-10-11 16:40:50.159621"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.162091"], ["updated_at", "2018-10-11 16:40:50.162091"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.164123"], ["updated_at", "2018-10-11 16:40:50.164123"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.166350"], ["updated_at", "2018-10-11 16:40:50.166350"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.168432"], ["updated_at", "2018-10-11 16:40:50.168432"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.170568"], ["updated_at", "2018-10-11 16:40:50.170568"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.175491"], ["updated_at", "2018-10-11 16:40:50.175491"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.179531"], ["updated_at", "2018-10-11 16:40:50.179531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.182684"], ["updated_at", "2018-10-11 16:40:50.182684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.185181"], ["updated_at", "2018-10-11 16:40:50.185181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.186919"], ["updated_at", "2018-10-11 16:40:50.186919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.188645"], ["updated_at", "2018-10-11 16:40:50.188645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.190219"], ["updated_at", "2018-10-11 16:40:50.190219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.191813"], ["updated_at", "2018-10-11 16:40:50.191813"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.193371"], ["updated_at", "2018-10-11 16:40:50.193371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.195306"], ["updated_at", "2018-10-11 16:40:50.195306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.197294"], ["updated_at", "2018-10-11 16:40:50.197294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.198849"], ["updated_at", "2018-10-11 16:40:50.198849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.200587"], ["updated_at", "2018-10-11 16:40:50.200587"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.202301"], ["updated_at", "2018-10-11 16:40:50.202301"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.203971"], ["updated_at", "2018-10-11 16:40:50.203971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.205553"], ["updated_at", "2018-10-11 16:40:50.205553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.207190"], ["updated_at", "2018-10-11 16:40:50.207190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.208765"], ["updated_at", "2018-10-11 16:40:50.208765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.210387"], ["updated_at", "2018-10-11 16:40:50.210387"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.212139"], ["updated_at", "2018-10-11 16:40:50.212139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.213863"], ["updated_at", "2018-10-11 16:40:50.213863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.215506"], ["updated_at", "2018-10-11 16:40:50.215506"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.217080"], ["updated_at", "2018-10-11 16:40:50.217080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.218938"], ["updated_at", "2018-10-11 16:40:50.218938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.220597"], ["updated_at", "2018-10-11 16:40:50.220597"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.222201"], ["updated_at", "2018-10-11 16:40:50.222201"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.224400"], ["updated_at", "2018-10-11 16:40:50.224400"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.226266"], ["updated_at", "2018-10-11 16:40:50.226266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.227937"], ["updated_at", "2018-10-11 16:40:50.227937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.229579"], ["updated_at", "2018-10-11 16:40:50.229579"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.231139"], ["updated_at", "2018-10-11 16:40:50.231139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.232683"], ["updated_at", "2018-10-11 16:40:50.232683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.237239"], ["updated_at", "2018-10-11 16:40:50.237239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.238876"], ["updated_at", "2018-10-11 16:40:50.238876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.240451"], ["updated_at", "2018-10-11 16:40:50.240451"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.242515"], ["updated_at", "2018-10-11 16:40:50.242515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.247266"], ["updated_at", "2018-10-11 16:40:50.247266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.249525"], ["updated_at", "2018-10-11 16:40:50.249525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.251156"], ["updated_at", "2018-10-11 16:40:50.251156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.252939"], ["updated_at", "2018-10-11 16:40:50.252939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.254548"], ["updated_at", "2018-10-11 16:40:50.254548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.256266"], ["updated_at", "2018-10-11 16:40:50.256266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.257931"], ["updated_at", "2018-10-11 16:40:50.257931"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.259499"], ["updated_at", "2018-10-11 16:40:50.259499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.261230"], ["updated_at", "2018-10-11 16:40:50.261230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.262925"], ["updated_at", "2018-10-11 16:40:50.262925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.264497"], ["updated_at", "2018-10-11 16:40:50.264497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.266075"], ["updated_at", "2018-10-11 16:40:50.266075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.267700"], ["updated_at", "2018-10-11 16:40:50.267700"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.269395"], ["updated_at", "2018-10-11 16:40:50.269395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.271018"], ["updated_at", "2018-10-11 16:40:50.271018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.272566"], ["updated_at", "2018-10-11 16:40:50.272566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.274236"], ["updated_at", "2018-10-11 16:40:50.274236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.275909"], ["updated_at", "2018-10-11 16:40:50.275909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.277594"], ["updated_at", "2018-10-11 16:40:50.277594"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.279836"], ["updated_at", "2018-10-11 16:40:50.279836"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.283247"], ["updated_at", "2018-10-11 16:40:50.283247"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.286769"], ["updated_at", "2018-10-11 16:40:50.286769"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.289846"], ["updated_at", "2018-10-11 16:40:50.289846"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.292859"], ["updated_at", "2018-10-11 16:40:50.292859"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.295128"], ["updated_at", "2018-10-11 16:40:50.295128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.297329"], ["updated_at", "2018-10-11 16:40:50.297329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.298953"], ["updated_at", "2018-10-11 16:40:50.298953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.300645"], ["updated_at", "2018-10-11 16:40:50.300645"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.302480"], ["updated_at", "2018-10-11 16:40:50.302480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.305577"], ["updated_at", "2018-10-11 16:40:50.305577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.307227"], ["updated_at", "2018-10-11 16:40:50.307227"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.308866"], ["updated_at", "2018-10-11 16:40:50.308866"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.312493"], ["updated_at", "2018-10-11 16:40:50.312493"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.316174"], ["updated_at", "2018-10-11 16:40:50.316174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.317932"], ["updated_at", "2018-10-11 16:40:50.317932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.319703"], ["updated_at", "2018-10-11 16:40:50.319703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.321354"], ["updated_at", "2018-10-11 16:40:50.321354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.323454"], ["updated_at", "2018-10-11 16:40:50.323454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.325212"], ["updated_at", "2018-10-11 16:40:50.325212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.326907"], ["updated_at", "2018-10-11 16:40:50.326907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.328614"], ["updated_at", "2018-10-11 16:40:50.328614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.330232"], ["updated_at", "2018-10-11 16:40:50.330232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.331815"], ["updated_at", "2018-10-11 16:40:50.331815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.333350"], ["updated_at", "2018-10-11 16:40:50.333350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.335042"], ["updated_at", "2018-10-11 16:40:50.335042"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.336686"], ["updated_at", "2018-10-11 16:40:50.336686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.338368"], ["updated_at", "2018-10-11 16:40:50.338368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.339967"], ["updated_at", "2018-10-11 16:40:50.339967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.341533"], ["updated_at", "2018-10-11 16:40:50.341533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.343180"], ["updated_at", "2018-10-11 16:40:50.343180"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.344737"], ["updated_at", "2018-10-11 16:40:50.344737"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.346429"], ["updated_at", "2018-10-11 16:40:50.346429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.348072"], ["updated_at", "2018-10-11 16:40:50.348072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.349641"], ["updated_at", "2018-10-11 16:40:50.349641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.351328"], ["updated_at", "2018-10-11 16:40:50.351328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.353008"], ["updated_at", "2018-10-11 16:40:50.353008"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.354727"], ["updated_at", "2018-10-11 16:40:50.354727"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.357553"], ["updated_at", "2018-10-11 16:40:50.357553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.360100"], ["updated_at", "2018-10-11 16:40:50.360100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.361765"], ["updated_at", "2018-10-11 16:40:50.361765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.363585"], ["updated_at", "2018-10-11 16:40:50.363585"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.365252"], ["updated_at", "2018-10-11 16:40:50.365252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.366872"], ["updated_at", "2018-10-11 16:40:50.366872"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.368647"], ["updated_at", "2018-10-11 16:40:50.368647"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.371843"], ["updated_at", "2018-10-11 16:40:50.371843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.373546"], ["updated_at", "2018-10-11 16:40:50.373546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.375189"], ["updated_at", "2018-10-11 16:40:50.375189"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.377864"], ["updated_at", "2018-10-11 16:40:50.377864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.382123"], ["updated_at", "2018-10-11 16:40:50.382123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.383848"], ["updated_at", "2018-10-11 16:40:50.383848"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.385736"], ["updated_at", "2018-10-11 16:40:50.385736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.387552"], ["updated_at", "2018-10-11 16:40:50.387552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.389279"], ["updated_at", "2018-10-11 16:40:50.389279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.390882"], ["updated_at", "2018-10-11 16:40:50.390882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.392529"], ["updated_at", "2018-10-11 16:40:50.392529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.394077"], ["updated_at", "2018-10-11 16:40:50.394077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.395656"], ["updated_at", "2018-10-11 16:40:50.395656"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.397457"], ["updated_at", "2018-10-11 16:40:50.397457"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.399364"], ["updated_at", "2018-10-11 16:40:50.399364"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.402110"], ["updated_at", "2018-10-11 16:40:50.402110"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.404995"], ["updated_at", "2018-10-11 16:40:50.404995"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.407795"], ["updated_at", "2018-10-11 16:40:50.407795"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.410434"], ["updated_at", "2018-10-11 16:40:50.410434"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.414964"], ["updated_at", "2018-10-11 16:40:50.414964"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.417559"], ["updated_at", "2018-10-11 16:40:50.417559"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.419553"], ["updated_at", "2018-10-11 16:40:50.419553"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.421314"], ["updated_at", "2018-10-11 16:40:50.421314"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.423504"], ["updated_at", "2018-10-11 16:40:50.423504"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.426139"], ["updated_at", "2018-10-11 16:40:50.426139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.428194"], ["updated_at", "2018-10-11 16:40:50.428194"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.429877"], ["updated_at", "2018-10-11 16:40:50.429877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.431918"], ["updated_at", "2018-10-11 16:40:50.431918"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.433572"], ["updated_at", "2018-10-11 16:40:50.433572"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.435214"], ["updated_at", "2018-10-11 16:40:50.435214"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.438455"], ["updated_at", "2018-10-11 16:40:50.438455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.440231"], ["updated_at", "2018-10-11 16:40:50.440231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.441820"], ["updated_at", "2018-10-11 16:40:50.441820"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.444287"], ["updated_at", "2018-10-11 16:40:50.444287"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.448557"], ["updated_at", "2018-10-11 16:40:50.448557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.450657"], ["updated_at", "2018-10-11 16:40:50.450657"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.452295"], ["updated_at", "2018-10-11 16:40:50.452295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.453986"], ["updated_at", "2018-10-11 16:40:50.453986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.455825"], ["updated_at", "2018-10-11 16:40:50.455825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.457428"], ["updated_at", "2018-10-11 16:40:50.457428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.459047"], ["updated_at", "2018-10-11 16:40:50.459047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.460627"], ["updated_at", "2018-10-11 16:40:50.460627"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.462236"], ["updated_at", "2018-10-11 16:40:50.462236"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.464121"], ["updated_at", "2018-10-11 16:40:50.464121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.465865"], ["updated_at", "2018-10-11 16:40:50.465865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.467409"], ["updated_at", "2018-10-11 16:40:50.467409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.469048"], ["updated_at", "2018-10-11 16:40:50.469048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.470826"], ["updated_at", "2018-10-11 16:40:50.470826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.472490"], ["updated_at", "2018-10-11 16:40:50.472490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.474111"], ["updated_at", "2018-10-11 16:40:50.474111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.475688"], ["updated_at", "2018-10-11 16:40:50.475688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.477279"], ["updated_at", "2018-10-11 16:40:50.477279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.478835"], ["updated_at", "2018-10-11 16:40:50.478835"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.480550"], ["updated_at", "2018-10-11 16:40:50.480550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.482281"], ["updated_at", "2018-10-11 16:40:50.482281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.483984"], ["updated_at", "2018-10-11 16:40:50.483984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.485594"], ["updated_at", "2018-10-11 16:40:50.485594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.487225"], ["updated_at", "2018-10-11 16:40:50.487225"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.488949"], ["updated_at", "2018-10-11 16:40:50.488949"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.492176"], ["updated_at", "2018-10-11 16:40:50.492176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.494347"], ["updated_at", "2018-10-11 16:40:50.494347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.496060"], ["updated_at", "2018-10-11 16:40:50.496060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.497896"], ["updated_at", "2018-10-11 16:40:50.497896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.499575"], ["updated_at", "2018-10-11 16:40:50.499575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.501147"], ["updated_at", "2018-10-11 16:40:50.501147"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.504296"], ["updated_at", "2018-10-11 16:40:50.504296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.506229"], ["updated_at", "2018-10-11 16:40:50.506229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.507844"], ["updated_at", "2018-10-11 16:40:50.507844"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.509485"], ["updated_at", "2018-10-11 16:40:50.509485"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.512655"], ["updated_at", "2018-10-11 16:40:50.512655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.516341"], ["updated_at", "2018-10-11 16:40:50.516341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.518006"], ["updated_at", "2018-10-11 16:40:50.518006"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.519623"], ["updated_at", "2018-10-11 16:40:50.519623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.521362"], ["updated_at", "2018-10-11 16:40:50.521362"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.523400"], ["updated_at", "2018-10-11 16:40:50.523400"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.526107"], ["updated_at", "2018-10-11 16:40:50.526107"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.528672"], ["updated_at", "2018-10-11 16:40:50.528672"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.531371"], ["updated_at", "2018-10-11 16:40:50.531371"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.534073"], ["updated_at", "2018-10-11 16:40:50.534073"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.536720"], ["updated_at", "2018-10-11 16:40:50.536720"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.539462"], ["updated_at", "2018-10-11 16:40:50.539462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.541965"], ["updated_at", "2018-10-11 16:40:50.541965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.543666"], ["updated_at", "2018-10-11 16:40:50.543666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.545261"], ["updated_at", "2018-10-11 16:40:50.545261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.546964"], ["updated_at", "2018-10-11 16:40:50.546964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.548638"], ["updated_at", "2018-10-11 16:40:50.548638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.550233"], ["updated_at", "2018-10-11 16:40:50.550233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.551807"], ["updated_at", "2018-10-11 16:40:50.551807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.553471"], ["updated_at", "2018-10-11 16:40:50.553471"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.555158"], ["updated_at", "2018-10-11 16:40:50.555158"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.557115"], ["updated_at", "2018-10-11 16:40:50.557115"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.559850"], ["updated_at", "2018-10-11 16:40:50.559850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.561735"], ["updated_at", "2018-10-11 16:40:50.561735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.563394"], ["updated_at", "2018-10-11 16:40:50.563394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.565150"], ["updated_at", "2018-10-11 16:40:50.565150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.566788"], ["updated_at", "2018-10-11 16:40:50.566788"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.568413"], ["updated_at", "2018-10-11 16:40:50.568413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.571425"], ["updated_at", "2018-10-11 16:40:50.571425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.573257"], ["updated_at", "2018-10-11 16:40:50.573257"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.574839"], ["updated_at", "2018-10-11 16:40:50.574839"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.578180"], ["updated_at", "2018-10-11 16:40:50.578180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.582061"], ["updated_at", "2018-10-11 16:40:50.582061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.583741"], ["updated_at", "2018-10-11 16:40:50.583741"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.585406"], ["updated_at", "2018-10-11 16:40:50.585406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.587146"], ["updated_at", "2018-10-11 16:40:50.587146"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.588805"], ["updated_at", "2018-10-11 16:40:50.588805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.590498"], ["updated_at", "2018-10-11 16:40:50.590498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.592057"], ["updated_at", "2018-10-11 16:40:50.592057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.593713"], ["updated_at", "2018-10-11 16:40:50.593713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.595300"], ["updated_at", "2018-10-11 16:40:50.595300"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.597032"], ["updated_at", "2018-10-11 16:40:50.597032"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.598783"], ["updated_at", "2018-10-11 16:40:50.598783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.600306"], ["updated_at", "2018-10-11 16:40:50.600306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.601982"], ["updated_at", "2018-10-11 16:40:50.601982"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.603899"], ["updated_at", "2018-10-11 16:40:50.603899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.606395"], ["updated_at", "2018-10-11 16:40:50.606395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.608198"], ["updated_at", "2018-10-11 16:40:50.608198"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.609747"], ["updated_at", "2018-10-11 16:40:50.609747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.611362"], ["updated_at", "2018-10-11 16:40:50.611362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.613028"], ["updated_at", "2018-10-11 16:40:50.613028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.614819"], ["updated_at", "2018-10-11 16:40:50.614819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.616435"], ["updated_at", "2018-10-11 16:40:50.616435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.617997"], ["updated_at", "2018-10-11 16:40:50.617997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.619693"], ["updated_at", "2018-10-11 16:40:50.619693"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.621379"], ["updated_at", "2018-10-11 16:40:50.621379"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.623867"], ["updated_at", "2018-10-11 16:40:50.623867"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.628546"], ["updated_at", "2018-10-11 16:40:50.628546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.630679"], ["updated_at", "2018-10-11 16:40:50.630679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.632426"], ["updated_at", "2018-10-11 16:40:50.632426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.634252"], ["updated_at", "2018-10-11 16:40:50.634252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.635919"], ["updated_at", "2018-10-11 16:40:50.635919"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.639261"], ["updated_at", "2018-10-11 16:40:50.639261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.641170"], ["updated_at", "2018-10-11 16:40:50.641170"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.642876"], ["updated_at", "2018-10-11 16:40:50.642876"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.646475"], ["updated_at", "2018-10-11 16:40:50.646475"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.650636"], ["updated_at", "2018-10-11 16:40:50.650636"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.653355"], ["updated_at", "2018-10-11 16:40:50.653355"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.656236"], ["updated_at", "2018-10-11 16:40:50.656236"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.658906"], ["updated_at", "2018-10-11 16:40:50.658906"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.661484"], ["updated_at", "2018-10-11 16:40:50.661484"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.664346"], ["updated_at", "2018-10-11 16:40:50.664346"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.667027"], ["updated_at", "2018-10-11 16:40:50.667027"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.669200"], ["updated_at", "2018-10-11 16:40:50.669200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.670963"], ["updated_at", "2018-10-11 16:40:50.670963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.672612"], ["updated_at", "2018-10-11 16:40:50.672612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.674236"], ["updated_at", "2018-10-11 16:40:50.674236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.675795"], ["updated_at", "2018-10-11 16:40:50.675795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.677424"], ["updated_at", "2018-10-11 16:40:50.677424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.678949"], ["updated_at", "2018-10-11 16:40:50.678949"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.680624"], ["updated_at", "2018-10-11 16:40:50.680624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.682397"], ["updated_at", "2018-10-11 16:40:50.682397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.684033"], ["updated_at", "2018-10-11 16:40:50.684033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.685655"], ["updated_at", "2018-10-11 16:40:50.685655"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.687333"], ["updated_at", "2018-10-11 16:40:50.687333"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.689739"], ["updated_at", "2018-10-11 16:40:50.689739"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.692418"], ["updated_at", "2018-10-11 16:40:50.692418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.694397"], ["updated_at", "2018-10-11 16:40:50.694397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.696099"], ["updated_at", "2018-10-11 16:40:50.696099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.697887"], ["updated_at", "2018-10-11 16:40:50.697887"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.699504"], ["updated_at", "2018-10-11 16:40:50.699504"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.701189"], ["updated_at", "2018-10-11 16:40:50.701189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.704700"], ["updated_at", "2018-10-11 16:40:50.704700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.706734"], ["updated_at", "2018-10-11 16:40:50.706734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.708420"], ["updated_at", "2018-10-11 16:40:50.708420"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.711093"], ["updated_at", "2018-10-11 16:40:50.711093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.715265"], ["updated_at", "2018-10-11 16:40:50.715265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.717126"], ["updated_at", "2018-10-11 16:40:50.717126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.718835"], ["updated_at", "2018-10-11 16:40:50.718835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.720511"], ["updated_at", "2018-10-11 16:40:50.720511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.722291"], ["updated_at", "2018-10-11 16:40:50.722291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.723891"], ["updated_at", "2018-10-11 16:40:50.723891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.725452"], ["updated_at", "2018-10-11 16:40:50.725452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.727073"], ["updated_at", "2018-10-11 16:40:50.727073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.728690"], ["updated_at", "2018-10-11 16:40:50.728690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.730443"], ["updated_at", "2018-10-11 16:40:50.730443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.732157"], ["updated_at", "2018-10-11 16:40:50.732157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.733710"], ["updated_at", "2018-10-11 16:40:50.733710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.735332"], ["updated_at", "2018-10-11 16:40:50.735332"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.737008"], ["updated_at", "2018-10-11 16:40:50.737008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.738739"], ["updated_at", "2018-10-11 16:40:50.738739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.740403"], ["updated_at", "2018-10-11 16:40:50.740403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.741954"], ["updated_at", "2018-10-11 16:40:50.741954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.743567"], ["updated_at", "2018-10-11 16:40:50.743567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.745138"], ["updated_at", "2018-10-11 16:40:50.745138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.746789"], ["updated_at", "2018-10-11 16:40:50.746789"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.748396"], ["updated_at", "2018-10-11 16:40:50.748396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.750118"], ["updated_at", "2018-10-11 16:40:50.750118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.751671"], ["updated_at", "2018-10-11 16:40:50.751671"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.753347"], ["updated_at", "2018-10-11 16:40:50.753347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.755165"], ["updated_at", "2018-10-11 16:40:50.755165"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.757185"], ["updated_at", "2018-10-11 16:40:50.757185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.759889"], ["updated_at", "2018-10-11 16:40:50.759889"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.761739"], ["updated_at", "2018-10-11 16:40:50.761739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.763607"], ["updated_at", "2018-10-11 16:40:50.763607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.765334"], ["updated_at", "2018-10-11 16:40:50.765334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.767008"], ["updated_at", "2018-10-11 16:40:50.767008"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.768780"], ["updated_at", "2018-10-11 16:40:50.768780"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.773077"], ["updated_at", "2018-10-11 16:40:50.773077"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.775649"], ["updated_at", "2018-10-11 16:40:50.775649"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.780497"], ["updated_at", "2018-10-11 16:40:50.780497"], ["parent_id", 39895952907]] Kithe::Work Create (4.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.784118"], ["updated_at", "2018-10-11 16:40:50.784118"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.790347"], ["updated_at", "2018-10-11 16:40:50.790347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.792903"], ["updated_at", "2018-10-11 16:40:50.792903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.794665"], ["updated_at", "2018-10-11 16:40:50.794665"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.796295"], ["updated_at", "2018-10-11 16:40:50.796295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.798139"], ["updated_at", "2018-10-11 16:40:50.798139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.799898"], ["updated_at", "2018-10-11 16:40:50.799898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.801618"], ["updated_at", "2018-10-11 16:40:50.801618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.803310"], ["updated_at", "2018-10-11 16:40:50.803310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.805058"], ["updated_at", "2018-10-11 16:40:50.805058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.806752"], ["updated_at", "2018-10-11 16:40:50.806752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.808448"], ["updated_at", "2018-10-11 16:40:50.808448"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.810077"], ["updated_at", "2018-10-11 16:40:50.810077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.811957"], ["updated_at", "2018-10-11 16:40:50.811957"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.813923"], ["updated_at", "2018-10-11 16:40:50.813923"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.815636"], ["updated_at", "2018-10-11 16:40:50.815636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.817338"], ["updated_at", "2018-10-11 16:40:50.817338"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.818947"], ["updated_at", "2018-10-11 16:40:50.818947"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.820905"], ["updated_at", "2018-10-11 16:40:50.820905"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.823267"], ["updated_at", "2018-10-11 16:40:50.823267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.826218"], ["updated_at", "2018-10-11 16:40:50.826218"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.828018"], ["updated_at", "2018-10-11 16:40:50.828018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.829667"], ["updated_at", "2018-10-11 16:40:50.829667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.831488"], ["updated_at", "2018-10-11 16:40:50.831488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.833008"], ["updated_at", "2018-10-11 16:40:50.833008"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.834483"], ["updated_at", "2018-10-11 16:40:50.834483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.837298"], ["updated_at", "2018-10-11 16:40:50.837298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.838990"], ["updated_at", "2018-10-11 16:40:50.838990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.840647"], ["updated_at", "2018-10-11 16:40:50.840647"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.842448"], ["updated_at", "2018-10-11 16:40:50.842448"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.845978"], ["updated_at", "2018-10-11 16:40:50.845978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.849487"], ["updated_at", "2018-10-11 16:40:50.849487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.851207"], ["updated_at", "2018-10-11 16:40:50.851207"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.852817"], ["updated_at", "2018-10-11 16:40:50.852817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.854725"], ["updated_at", "2018-10-11 16:40:50.854725"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.856448"], ["updated_at", "2018-10-11 16:40:50.856448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.858205"], ["updated_at", "2018-10-11 16:40:50.858205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.859975"], ["updated_at", "2018-10-11 16:40:50.859975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.861707"], ["updated_at", "2018-10-11 16:40:50.861707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.863539"], ["updated_at", "2018-10-11 16:40:50.863539"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.865391"], ["updated_at", "2018-10-11 16:40:50.865391"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.867215"], ["updated_at", "2018-10-11 16:40:50.867215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.870361"], ["updated_at", "2018-10-11 16:40:50.870361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.872181"], ["updated_at", "2018-10-11 16:40:50.872181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.874020"], ["updated_at", "2018-10-11 16:40:50.874020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.875702"], ["updated_at", "2018-10-11 16:40:50.875702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.877302"], ["updated_at", "2018-10-11 16:40:50.877302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.878922"], ["updated_at", "2018-10-11 16:40:50.878922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.880594"], ["updated_at", "2018-10-11 16:40:50.880594"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.882322"], ["updated_at", "2018-10-11 16:40:50.882322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.883990"], ["updated_at", "2018-10-11 16:40:50.883990"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.885652"], ["updated_at", "2018-10-11 16:40:50.885652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.887318"], ["updated_at", "2018-10-11 16:40:50.887318"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.889014"], ["updated_at", "2018-10-11 16:40:50.889014"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.891420"], ["updated_at", "2018-10-11 16:40:50.891420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.893666"], ["updated_at", "2018-10-11 16:40:50.893666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.895366"], ["updated_at", "2018-10-11 16:40:50.895366"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.897235"], ["updated_at", "2018-10-11 16:40:50.897235"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.899253"], ["updated_at", "2018-10-11 16:40:50.899253"], ["parent_id", 39895952907]] Kithe::Work Create (5.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.901289"], ["updated_at", "2018-10-11 16:40:50.901289"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.907978"], ["updated_at", "2018-10-11 16:40:50.907978"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.911039"], ["updated_at", "2018-10-11 16:40:50.911039"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.915541"], ["updated_at", "2018-10-11 16:40:50.915541"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.917783"], ["updated_at", "2018-10-11 16:40:50.917783"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.919895"], ["updated_at", "2018-10-11 16:40:50.919895"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.923300"], ["updated_at", "2018-10-11 16:40:50.923300"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.925835"], ["updated_at", "2018-10-11 16:40:50.925835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.927630"], ["updated_at", "2018-10-11 16:40:50.927630"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.929268"], ["updated_at", "2018-10-11 16:40:50.929268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.931183"], ["updated_at", "2018-10-11 16:40:50.931183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.932915"], ["updated_at", "2018-10-11 16:40:50.932915"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.934535"], ["updated_at", "2018-10-11 16:40:50.934535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.936151"], ["updated_at", "2018-10-11 16:40:50.936151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.937856"], ["updated_at", "2018-10-11 16:40:50.937856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.939475"], ["updated_at", "2018-10-11 16:40:50.939475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.941084"], ["updated_at", "2018-10-11 16:40:50.941084"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.942667"], ["updated_at", "2018-10-11 16:40:50.942667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.944303"], ["updated_at", "2018-10-11 16:40:50.944303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.945824"], ["updated_at", "2018-10-11 16:40:50.945824"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.947516"], ["updated_at", "2018-10-11 16:40:50.947516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.949240"], ["updated_at", "2018-10-11 16:40:50.949240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.950909"], ["updated_at", "2018-10-11 16:40:50.950909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.952562"], ["updated_at", "2018-10-11 16:40:50.952562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.954287"], ["updated_at", "2018-10-11 16:40:50.954287"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.956303"], ["updated_at", "2018-10-11 16:40:50.956303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.958946"], ["updated_at", "2018-10-11 16:40:50.958946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.960785"], ["updated_at", "2018-10-11 16:40:50.960785"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.962425"], ["updated_at", "2018-10-11 16:40:50.962425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.964065"], ["updated_at", "2018-10-11 16:40:50.964065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.965713"], ["updated_at", "2018-10-11 16:40:50.965713"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.967303"], ["updated_at", "2018-10-11 16:40:50.967303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.970120"], ["updated_at", "2018-10-11 16:40:50.970120"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.971736"], ["updated_at", "2018-10-11 16:40:50.971736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.973424"], ["updated_at", "2018-10-11 16:40:50.973424"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.975025"], ["updated_at", "2018-10-11 16:40:50.975025"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.977402"], ["updated_at", "2018-10-11 16:40:50.977402"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.981842"], ["updated_at", "2018-10-11 16:40:50.981842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.983901"], ["updated_at", "2018-10-11 16:40:50.983901"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.985717"], ["updated_at", "2018-10-11 16:40:50.985717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.987483"], ["updated_at", "2018-10-11 16:40:50.987483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.989222"], ["updated_at", "2018-10-11 16:40:50.989222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.990815"], ["updated_at", "2018-10-11 16:40:50.990815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.992399"], ["updated_at", "2018-10-11 16:40:50.992399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.993950"], ["updated_at", "2018-10-11 16:40:50.993950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.995556"], ["updated_at", "2018-10-11 16:40:50.995556"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.997615"], ["updated_at", "2018-10-11 16:40:50.997615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:50.999337"], ["updated_at", "2018-10-11 16:40:50.999337"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.000919"], ["updated_at", "2018-10-11 16:40:51.000919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.002569"], ["updated_at", "2018-10-11 16:40:51.002569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.004314"], ["updated_at", "2018-10-11 16:40:51.004314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.005959"], ["updated_at", "2018-10-11 16:40:51.005959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.007592"], ["updated_at", "2018-10-11 16:40:51.007592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.009144"], ["updated_at", "2018-10-11 16:40:51.009144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.010881"], ["updated_at", "2018-10-11 16:40:51.010881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.012487"], ["updated_at", "2018-10-11 16:40:51.012487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.014162"], ["updated_at", "2018-10-11 16:40:51.014162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.015857"], ["updated_at", "2018-10-11 16:40:51.015857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.017415"], ["updated_at", "2018-10-11 16:40:51.017415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.019051"], ["updated_at", "2018-10-11 16:40:51.019051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.020768"], ["updated_at", "2018-10-11 16:40:51.020768"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.022610"], ["updated_at", "2018-10-11 16:40:51.022610"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.025222"], ["updated_at", "2018-10-11 16:40:51.025222"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.027538"], ["updated_at", "2018-10-11 16:40:51.027538"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.029641"], ["updated_at", "2018-10-11 16:40:51.029641"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.031760"], ["updated_at", "2018-10-11 16:40:51.031760"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.033868"], ["updated_at", "2018-10-11 16:40:51.033868"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.035904"], ["updated_at", "2018-10-11 16:40:51.035904"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.038068"], ["updated_at", "2018-10-11 16:40:51.038068"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.042938"], ["updated_at", "2018-10-11 16:40:51.042938"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.045573"], ["updated_at", "2018-10-11 16:40:51.045573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.047965"], ["updated_at", "2018-10-11 16:40:51.047965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.049616"], ["updated_at", "2018-10-11 16:40:51.049616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.051205"], ["updated_at", "2018-10-11 16:40:51.051205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.052869"], ["updated_at", "2018-10-11 16:40:51.052869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.054562"], ["updated_at", "2018-10-11 16:40:51.054562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.056269"], ["updated_at", "2018-10-11 16:40:51.056269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.057824"], ["updated_at", "2018-10-11 16:40:51.057824"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.059570"], ["updated_at", "2018-10-11 16:40:51.059570"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.063241"], ["updated_at", "2018-10-11 16:40:51.063241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.066254"], ["updated_at", "2018-10-11 16:40:51.066254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.067905"], ["updated_at", "2018-10-11 16:40:51.067905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.069483"], ["updated_at", "2018-10-11 16:40:51.069483"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.071078"], ["updated_at", "2018-10-11 16:40:51.071078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.072906"], ["updated_at", "2018-10-11 16:40:51.072906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.074636"], ["updated_at", "2018-10-11 16:40:51.074636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.076242"], ["updated_at", "2018-10-11 16:40:51.076242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.077801"], ["updated_at", "2018-10-11 16:40:51.077801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.079420"], ["updated_at", "2018-10-11 16:40:51.079420"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.081144"], ["updated_at", "2018-10-11 16:40:51.081144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.083091"], ["updated_at", "2018-10-11 16:40:51.083091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.084756"], ["updated_at", "2018-10-11 16:40:51.084756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.086412"], ["updated_at", "2018-10-11 16:40:51.086412"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.088018"], ["updated_at", "2018-10-11 16:40:51.088018"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.090210"], ["updated_at", "2018-10-11 16:40:51.090210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.092937"], ["updated_at", "2018-10-11 16:40:51.092937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.094773"], ["updated_at", "2018-10-11 16:40:51.094773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.096379"], ["updated_at", "2018-10-11 16:40:51.096379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.098095"], ["updated_at", "2018-10-11 16:40:51.098095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.099762"], ["updated_at", "2018-10-11 16:40:51.099762"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.101393"], ["updated_at", "2018-10-11 16:40:51.101393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.104300"], ["updated_at", "2018-10-11 16:40:51.104300"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.106147"], ["updated_at", "2018-10-11 16:40:51.106147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.107927"], ["updated_at", "2018-10-11 16:40:51.107927"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.110382"], ["updated_at", "2018-10-11 16:40:51.110382"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.114148"], ["updated_at", "2018-10-11 16:40:51.114148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.116661"], ["updated_at", "2018-10-11 16:40:51.116661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.118334"], ["updated_at", "2018-10-11 16:40:51.118334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.119983"], ["updated_at", "2018-10-11 16:40:51.119983"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.121949"], ["updated_at", "2018-10-11 16:40:51.121949"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.124597"], ["updated_at", "2018-10-11 16:40:51.124597"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.126798"], ["updated_at", "2018-10-11 16:40:51.126798"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.128780"], ["updated_at", "2018-10-11 16:40:51.128780"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.130930"], ["updated_at", "2018-10-11 16:40:51.130930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.132780"], ["updated_at", "2018-10-11 16:40:51.132780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.134451"], ["updated_at", "2018-10-11 16:40:51.134451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.136114"], ["updated_at", "2018-10-11 16:40:51.136114"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.137712"], ["updated_at", "2018-10-11 16:40:51.137712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.139594"], ["updated_at", "2018-10-11 16:40:51.139594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.141223"], ["updated_at", "2018-10-11 16:40:51.141223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.142852"], ["updated_at", "2018-10-11 16:40:51.142852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.144633"], ["updated_at", "2018-10-11 16:40:51.144633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.146231"], ["updated_at", "2018-10-11 16:40:51.146231"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.147879"], ["updated_at", "2018-10-11 16:40:51.147879"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.149655"], ["updated_at", "2018-10-11 16:40:51.149655"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.151969"], ["updated_at", "2018-10-11 16:40:51.151969"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.154599"], ["updated_at", "2018-10-11 16:40:51.154599"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.157103"], ["updated_at", "2018-10-11 16:40:51.157103"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.159896"], ["updated_at", "2018-10-11 16:40:51.159896"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.161828"], ["updated_at", "2018-10-11 16:40:51.161828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.163935"], ["updated_at", "2018-10-11 16:40:51.163935"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.165908"], ["updated_at", "2018-10-11 16:40:51.165908"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.167860"], ["updated_at", "2018-10-11 16:40:51.167860"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.169707"], ["updated_at", "2018-10-11 16:40:51.169707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.174869"], ["updated_at", "2018-10-11 16:40:51.174869"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.177450"], ["updated_at", "2018-10-11 16:40:51.177450"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.181134"], ["updated_at", "2018-10-11 16:40:51.181134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.183381"], ["updated_at", "2018-10-11 16:40:51.183381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.185087"], ["updated_at", "2018-10-11 16:40:51.185087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.186748"], ["updated_at", "2018-10-11 16:40:51.186748"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.188369"], ["updated_at", "2018-10-11 16:40:51.188369"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.190095"], ["updated_at", "2018-10-11 16:40:51.190095"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.191954"], ["updated_at", "2018-10-11 16:40:51.191954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.193991"], ["updated_at", "2018-10-11 16:40:51.193991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.195661"], ["updated_at", "2018-10-11 16:40:51.195661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.197275"], ["updated_at", "2018-10-11 16:40:51.197275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.198983"], ["updated_at", "2018-10-11 16:40:51.198983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.200638"], ["updated_at", "2018-10-11 16:40:51.200638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.202279"], ["updated_at", "2018-10-11 16:40:51.202279"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.203849"], ["updated_at", "2018-10-11 16:40:51.203849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.205692"], ["updated_at", "2018-10-11 16:40:51.205692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.207499"], ["updated_at", "2018-10-11 16:40:51.207499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.209129"], ["updated_at", "2018-10-11 16:40:51.209129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.210742"], ["updated_at", "2018-10-11 16:40:51.210742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.212704"], ["updated_at", "2018-10-11 16:40:51.212704"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.214363"], ["updated_at", "2018-10-11 16:40:51.214363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.216112"], ["updated_at", "2018-10-11 16:40:51.216112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.217736"], ["updated_at", "2018-10-11 16:40:51.217736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.219331"], ["updated_at", "2018-10-11 16:40:51.219331"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.220913"], ["updated_at", "2018-10-11 16:40:51.220913"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.222736"], ["updated_at", "2018-10-11 16:40:51.222736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.225357"], ["updated_at", "2018-10-11 16:40:51.225357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.227617"], ["updated_at", "2018-10-11 16:40:51.227617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.229336"], ["updated_at", "2018-10-11 16:40:51.229336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.231035"], ["updated_at", "2018-10-11 16:40:51.231035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.232804"], ["updated_at", "2018-10-11 16:40:51.232804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.234470"], ["updated_at", "2018-10-11 16:40:51.234470"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.237521"], ["updated_at", "2018-10-11 16:40:51.237521"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.239862"], ["updated_at", "2018-10-11 16:40:51.239862"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.241636"], ["updated_at", "2018-10-11 16:40:51.241636"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.244233"], ["updated_at", "2018-10-11 16:40:51.244233"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.248129"], ["updated_at", "2018-10-11 16:40:51.248129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.250555"], ["updated_at", "2018-10-11 16:40:51.250555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.252144"], ["updated_at", "2018-10-11 16:40:51.252144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.253688"], ["updated_at", "2018-10-11 16:40:51.253688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.255415"], ["updated_at", "2018-10-11 16:40:51.255415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.257202"], ["updated_at", "2018-10-11 16:40:51.257202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.258884"], ["updated_at", "2018-10-11 16:40:51.258884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.260583"], ["updated_at", "2018-10-11 16:40:51.260583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.262183"], ["updated_at", "2018-10-11 16:40:51.262183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.263796"], ["updated_at", "2018-10-11 16:40:51.263796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.265505"], ["updated_at", "2018-10-11 16:40:51.265505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.267270"], ["updated_at", "2018-10-11 16:40:51.267270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.268833"], ["updated_at", "2018-10-11 16:40:51.268833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.270438"], ["updated_at", "2018-10-11 16:40:51.270438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.272156"], ["updated_at", "2018-10-11 16:40:51.272156"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.273926"], ["updated_at", "2018-10-11 16:40:51.273926"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.276545"], ["updated_at", "2018-10-11 16:40:51.276545"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.279253"], ["updated_at", "2018-10-11 16:40:51.279253"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.282054"], ["updated_at", "2018-10-11 16:40:51.282054"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.284846"], ["updated_at", "2018-10-11 16:40:51.284846"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.287430"], ["updated_at", "2018-10-11 16:40:51.287430"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.290110"], ["updated_at", "2018-10-11 16:40:51.290110"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.292797"], ["updated_at", "2018-10-11 16:40:51.292797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.294901"], ["updated_at", "2018-10-11 16:40:51.294901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.296773"], ["updated_at", "2018-10-11 16:40:51.296773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.298585"], ["updated_at", "2018-10-11 16:40:51.298585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.300291"], ["updated_at", "2018-10-11 16:40:51.300291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.301940"], ["updated_at", "2018-10-11 16:40:51.301940"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.305296"], ["updated_at", "2018-10-11 16:40:51.305296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.307131"], ["updated_at", "2018-10-11 16:40:51.307131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.308929"], ["updated_at", "2018-10-11 16:40:51.308929"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.311615"], ["updated_at", "2018-10-11 16:40:51.311615"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.315565"], ["updated_at", "2018-10-11 16:40:51.315565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.317733"], ["updated_at", "2018-10-11 16:40:51.317733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.320526"], ["updated_at", "2018-10-11 16:40:51.320526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.322243"], ["updated_at", "2018-10-11 16:40:51.322243"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.323912"], ["updated_at", "2018-10-11 16:40:51.323912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.325593"], ["updated_at", "2018-10-11 16:40:51.325593"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.327378"], ["updated_at", "2018-10-11 16:40:51.327378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.329156"], ["updated_at", "2018-10-11 16:40:51.329156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.330840"], ["updated_at", "2018-10-11 16:40:51.330840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.332695"], ["updated_at", "2018-10-11 16:40:51.332695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.334381"], ["updated_at", "2018-10-11 16:40:51.334381"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.335922"], ["updated_at", "2018-10-11 16:40:51.335922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.337552"], ["updated_at", "2018-10-11 16:40:51.337552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.339201"], ["updated_at", "2018-10-11 16:40:51.339201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.340876"], ["updated_at", "2018-10-11 16:40:51.340876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.342463"], ["updated_at", "2018-10-11 16:40:51.342463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.344145"], ["updated_at", "2018-10-11 16:40:51.344145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.345760"], ["updated_at", "2018-10-11 16:40:51.345760"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.347358"], ["updated_at", "2018-10-11 16:40:51.347358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.349144"], ["updated_at", "2018-10-11 16:40:51.349144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.350864"], ["updated_at", "2018-10-11 16:40:51.350864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.352422"], ["updated_at", "2018-10-11 16:40:51.352422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.354044"], ["updated_at", "2018-10-11 16:40:51.354044"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.355926"], ["updated_at", "2018-10-11 16:40:51.355926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.358506"], ["updated_at", "2018-10-11 16:40:51.358506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.360638"], ["updated_at", "2018-10-11 16:40:51.360638"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.362300"], ["updated_at", "2018-10-11 16:40:51.362300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.363898"], ["updated_at", "2018-10-11 16:40:51.363898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.365583"], ["updated_at", "2018-10-11 16:40:51.365583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.367217"], ["updated_at", "2018-10-11 16:40:51.367217"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.369933"], ["updated_at", "2018-10-11 16:40:51.369933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.371677"], ["updated_at", "2018-10-11 16:40:51.371677"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.373347"], ["updated_at", "2018-10-11 16:40:51.373347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.375013"], ["updated_at", "2018-10-11 16:40:51.375013"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.377030"], ["updated_at", "2018-10-11 16:40:51.377030"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.380419"], ["updated_at", "2018-10-11 16:40:51.380419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.383740"], ["updated_at", "2018-10-11 16:40:51.383740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.385688"], ["updated_at", "2018-10-11 16:40:51.385688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.387464"], ["updated_at", "2018-10-11 16:40:51.387464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.389129"], ["updated_at", "2018-10-11 16:40:51.389129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.390826"], ["updated_at", "2018-10-11 16:40:51.390826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.392457"], ["updated_at", "2018-10-11 16:40:51.392457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.394138"], ["updated_at", "2018-10-11 16:40:51.394138"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.395766"], ["updated_at", "2018-10-11 16:40:51.395766"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.397710"], ["updated_at", "2018-10-11 16:40:51.397710"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.400569"], ["updated_at", "2018-10-11 16:40:51.400569"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.403212"], ["updated_at", "2018-10-11 16:40:51.403212"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.405941"], ["updated_at", "2018-10-11 16:40:51.405941"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.408775"], ["updated_at", "2018-10-11 16:40:51.408775"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.411381"], ["updated_at", "2018-10-11 16:40:51.411381"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.414286"], ["updated_at", "2018-10-11 16:40:51.414286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.417044"], ["updated_at", "2018-10-11 16:40:51.417044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.418587"], ["updated_at", "2018-10-11 16:40:51.418587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.420224"], ["updated_at", "2018-10-11 16:40:51.420224"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.421924"], ["updated_at", "2018-10-11 16:40:51.421924"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.423931"], ["updated_at", "2018-10-11 16:40:51.423931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.426224"], ["updated_at", "2018-10-11 16:40:51.426224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.427933"], ["updated_at", "2018-10-11 16:40:51.427933"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.429629"], ["updated_at", "2018-10-11 16:40:51.429629"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.431287"], ["updated_at", "2018-10-11 16:40:51.431287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.433054"], ["updated_at", "2018-10-11 16:40:51.433054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.434643"], ["updated_at", "2018-10-11 16:40:51.434643"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.437661"], ["updated_at", "2018-10-11 16:40:51.437661"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.439489"], ["updated_at", "2018-10-11 16:40:51.439489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.441301"], ["updated_at", "2018-10-11 16:40:51.441301"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.443374"], ["updated_at", "2018-10-11 16:40:51.443374"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.446958"], ["updated_at", "2018-10-11 16:40:51.446958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.449911"], ["updated_at", "2018-10-11 16:40:51.449911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.451551"], ["updated_at", "2018-10-11 16:40:51.451551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.453191"], ["updated_at", "2018-10-11 16:40:51.453191"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.454778"], ["updated_at", "2018-10-11 16:40:51.454778"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.456578"], ["updated_at", "2018-10-11 16:40:51.456578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.458317"], ["updated_at", "2018-10-11 16:40:51.458317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.459858"], ["updated_at", "2018-10-11 16:40:51.459858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.461458"], ["updated_at", "2018-10-11 16:40:51.461458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.462986"], ["updated_at", "2018-10-11 16:40:51.462986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.464601"], ["updated_at", "2018-10-11 16:40:51.464601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.466298"], ["updated_at", "2018-10-11 16:40:51.466298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.467916"], ["updated_at", "2018-10-11 16:40:51.467916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.469521"], ["updated_at", "2018-10-11 16:40:51.469521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.471105"], ["updated_at", "2018-10-11 16:40:51.471105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.472847"], ["updated_at", "2018-10-11 16:40:51.472847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.474540"], ["updated_at", "2018-10-11 16:40:51.474540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.476169"], ["updated_at", "2018-10-11 16:40:51.476169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.477725"], ["updated_at", "2018-10-11 16:40:51.477725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.479315"], ["updated_at", "2018-10-11 16:40:51.479315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.480976"], ["updated_at", "2018-10-11 16:40:51.480976"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.482767"], ["updated_at", "2018-10-11 16:40:51.482767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.484499"], ["updated_at", "2018-10-11 16:40:51.484499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.486098"], ["updated_at", "2018-10-11 16:40:51.486098"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.487661"], ["updated_at", "2018-10-11 16:40:51.487661"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.489464"], ["updated_at", "2018-10-11 16:40:51.489464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.492246"], ["updated_at", "2018-10-11 16:40:51.492246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.494207"], ["updated_at", "2018-10-11 16:40:51.494207"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.495949"], ["updated_at", "2018-10-11 16:40:51.495949"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.497538"], ["updated_at", "2018-10-11 16:40:51.497538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.499321"], ["updated_at", "2018-10-11 16:40:51.499321"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.500941"], ["updated_at", "2018-10-11 16:40:51.500941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.503849"], ["updated_at", "2018-10-11 16:40:51.503849"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.505708"], ["updated_at", "2018-10-11 16:40:51.505708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.507516"], ["updated_at", "2018-10-11 16:40:51.507516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.509158"], ["updated_at", "2018-10-11 16:40:51.509158"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.511451"], ["updated_at", "2018-10-11 16:40:51.511451"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.515382"], ["updated_at", "2018-10-11 16:40:51.515382"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.517697"], ["updated_at", "2018-10-11 16:40:51.517697"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.519918"], ["updated_at", "2018-10-11 16:40:51.519918"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.522666"], ["updated_at", "2018-10-11 16:40:51.522666"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.525248"], ["updated_at", "2018-10-11 16:40:51.525248"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.527760"], ["updated_at", "2018-10-11 16:40:51.527760"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.530274"], ["updated_at", "2018-10-11 16:40:51.530274"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.533071"], ["updated_at", "2018-10-11 16:40:51.533071"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.535658"], ["updated_at", "2018-10-11 16:40:51.535658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.538227"], ["updated_at", "2018-10-11 16:40:51.538227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.539933"], ["updated_at", "2018-10-11 16:40:51.539933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.541565"], ["updated_at", "2018-10-11 16:40:51.541565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.543170"], ["updated_at", "2018-10-11 16:40:51.543170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.544745"], ["updated_at", "2018-10-11 16:40:51.544745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.546294"], ["updated_at", "2018-10-11 16:40:51.546294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.547905"], ["updated_at", "2018-10-11 16:40:51.547905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.549592"], ["updated_at", "2018-10-11 16:40:51.549592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.551291"], ["updated_at", "2018-10-11 16:40:51.551291"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.552870"], ["updated_at", "2018-10-11 16:40:51.552870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.554564"], ["updated_at", "2018-10-11 16:40:51.554564"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.556699"], ["updated_at", "2018-10-11 16:40:51.556699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.559304"], ["updated_at", "2018-10-11 16:40:51.559304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.561074"], ["updated_at", "2018-10-11 16:40:51.561074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.562624"], ["updated_at", "2018-10-11 16:40:51.562624"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.564248"], ["updated_at", "2018-10-11 16:40:51.564248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.566159"], ["updated_at", "2018-10-11 16:40:51.566159"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.567840"], ["updated_at", "2018-10-11 16:40:51.567840"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.571032"], ["updated_at", "2018-10-11 16:40:51.571032"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.573225"], ["updated_at", "2018-10-11 16:40:51.573225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.575037"], ["updated_at", "2018-10-11 16:40:51.575037"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.576876"], ["updated_at", "2018-10-11 16:40:51.576876"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.580473"], ["updated_at", "2018-10-11 16:40:51.580473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.583749"], ["updated_at", "2018-10-11 16:40:51.583749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.585604"], ["updated_at", "2018-10-11 16:40:51.585604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.587173"], ["updated_at", "2018-10-11 16:40:51.587173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.588764"], ["updated_at", "2018-10-11 16:40:51.588764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.590400"], ["updated_at", "2018-10-11 16:40:51.590400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.592036"], ["updated_at", "2018-10-11 16:40:51.592036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.593635"], ["updated_at", "2018-10-11 16:40:51.593635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.595191"], ["updated_at", "2018-10-11 16:40:51.595191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.596759"], ["updated_at", "2018-10-11 16:40:51.596759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.598396"], ["updated_at", "2018-10-11 16:40:51.598396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.600075"], ["updated_at", "2018-10-11 16:40:51.600075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.601699"], ["updated_at", "2018-10-11 16:40:51.601699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.603252"], ["updated_at", "2018-10-11 16:40:51.603252"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.604880"], ["updated_at", "2018-10-11 16:40:51.604880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.606741"], ["updated_at", "2018-10-11 16:40:51.606741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.608506"], ["updated_at", "2018-10-11 16:40:51.608506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.610047"], ["updated_at", "2018-10-11 16:40:51.610047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.611647"], ["updated_at", "2018-10-11 16:40:51.611647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.613182"], ["updated_at", "2018-10-11 16:40:51.613182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.614855"], ["updated_at", "2018-10-11 16:40:51.614855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.616606"], ["updated_at", "2018-10-11 16:40:51.616606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.618251"], ["updated_at", "2018-10-11 16:40:51.618251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.619924"], ["updated_at", "2018-10-11 16:40:51.619924"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.621544"], ["updated_at", "2018-10-11 16:40:51.621544"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.623973"], ["updated_at", "2018-10-11 16:40:51.623973"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.626905"], ["updated_at", "2018-10-11 16:40:51.626905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.628731"], ["updated_at", "2018-10-11 16:40:51.628731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.630395"], ["updated_at", "2018-10-11 16:40:51.630395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.632308"], ["updated_at", "2018-10-11 16:40:51.632308"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.634049"], ["updated_at", "2018-10-11 16:40:51.634049"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.635643"], ["updated_at", "2018-10-11 16:40:51.635643"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.638527"], ["updated_at", "2018-10-11 16:40:51.638527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.640306"], ["updated_at", "2018-10-11 16:40:51.640306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.641998"], ["updated_at", "2018-10-11 16:40:51.641998"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.644341"], ["updated_at", "2018-10-11 16:40:51.644341"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.649416"], ["updated_at", "2018-10-11 16:40:51.649416"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.652208"], ["updated_at", "2018-10-11 16:40:51.652208"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.654906"], ["updated_at", "2018-10-11 16:40:51.654906"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.657672"], ["updated_at", "2018-10-11 16:40:51.657672"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.660317"], ["updated_at", "2018-10-11 16:40:51.660317"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.662876"], ["updated_at", "2018-10-11 16:40:51.662876"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.665468"], ["updated_at", "2018-10-11 16:40:51.665468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.667357"], ["updated_at", "2018-10-11 16:40:51.667357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.669031"], ["updated_at", "2018-10-11 16:40:51.669031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.670619"], ["updated_at", "2018-10-11 16:40:51.670619"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.672335"], ["updated_at", "2018-10-11 16:40:51.672335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.674232"], ["updated_at", "2018-10-11 16:40:51.674232"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.675951"], ["updated_at", "2018-10-11 16:40:51.675951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.677676"], ["updated_at", "2018-10-11 16:40:51.677676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.679359"], ["updated_at", "2018-10-11 16:40:51.679359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.680930"], ["updated_at", "2018-10-11 16:40:51.680930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.682606"], ["updated_at", "2018-10-11 16:40:51.682606"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.684371"], ["updated_at", "2018-10-11 16:40:51.684371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.686218"], ["updated_at", "2018-10-11 16:40:51.686218"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.687864"], ["updated_at", "2018-10-11 16:40:51.687864"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.690058"], ["updated_at", "2018-10-11 16:40:51.690058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.692808"], ["updated_at", "2018-10-11 16:40:51.692808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.694810"], ["updated_at", "2018-10-11 16:40:51.694810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.696548"], ["updated_at", "2018-10-11 16:40:51.696548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.698268"], ["updated_at", "2018-10-11 16:40:51.698268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.700019"], ["updated_at", "2018-10-11 16:40:51.700019"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.701609"], ["updated_at", "2018-10-11 16:40:51.701609"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.704766"], ["updated_at", "2018-10-11 16:40:51.704766"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.706572"], ["updated_at", "2018-10-11 16:40:51.706572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.708300"], ["updated_at", "2018-10-11 16:40:51.708300"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.709998"], ["updated_at", "2018-10-11 16:40:51.709998"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.713135"], ["updated_at", "2018-10-11 16:40:51.713135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.716442"], ["updated_at", "2018-10-11 16:40:51.716442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.718143"], ["updated_at", "2018-10-11 16:40:51.718143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.719735"], ["updated_at", "2018-10-11 16:40:51.719735"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.721298"], ["updated_at", "2018-10-11 16:40:51.721298"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.723017"], ["updated_at", "2018-10-11 16:40:51.723017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.724796"], ["updated_at", "2018-10-11 16:40:51.724796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.726422"], ["updated_at", "2018-10-11 16:40:51.726422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.728041"], ["updated_at", "2018-10-11 16:40:51.728041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.729651"], ["updated_at", "2018-10-11 16:40:51.729651"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.731254"], ["updated_at", "2018-10-11 16:40:51.731254"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.732918"], ["updated_at", "2018-10-11 16:40:51.732918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.734576"], ["updated_at", "2018-10-11 16:40:51.734576"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.736124"], ["updated_at", "2018-10-11 16:40:51.736124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.737745"], ["updated_at", "2018-10-11 16:40:51.737745"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.739391"], ["updated_at", "2018-10-11 16:40:51.739391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.741078"], ["updated_at", "2018-10-11 16:40:51.741078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.742638"], ["updated_at", "2018-10-11 16:40:51.742638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.744255"], ["updated_at", "2018-10-11 16:40:51.744255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.745854"], ["updated_at", "2018-10-11 16:40:51.745854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.747481"], ["updated_at", "2018-10-11 16:40:51.747481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.749207"], ["updated_at", "2018-10-11 16:40:51.749207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.750928"], ["updated_at", "2018-10-11 16:40:51.750928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.753819"], ["updated_at", "2018-10-11 16:40:51.753819"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.755469"], ["updated_at", "2018-10-11 16:40:51.755469"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.758230"], ["updated_at", "2018-10-11 16:40:51.758230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.760523"], ["updated_at", "2018-10-11 16:40:51.760523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.762222"], ["updated_at", "2018-10-11 16:40:51.762222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.763861"], ["updated_at", "2018-10-11 16:40:51.763861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.765482"], ["updated_at", "2018-10-11 16:40:51.765482"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.767216"], ["updated_at", "2018-10-11 16:40:51.767216"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.770535"], ["updated_at", "2018-10-11 16:40:51.770535"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.773279"], ["updated_at", "2018-10-11 16:40:51.773279"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.775957"], ["updated_at", "2018-10-11 16:40:51.775957"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.780672"], ["updated_at", "2018-10-11 16:40:51.780672"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.784243"], ["updated_at", "2018-10-11 16:40:51.784243"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.786716"], ["updated_at", "2018-10-11 16:40:51.786716"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.789459"], ["updated_at", "2018-10-11 16:40:51.789459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.792116"], ["updated_at", "2018-10-11 16:40:51.792116"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.793810"], ["updated_at", "2018-10-11 16:40:51.793810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.795506"], ["updated_at", "2018-10-11 16:40:51.795506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.797046"], ["updated_at", "2018-10-11 16:40:51.797046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.798731"], ["updated_at", "2018-10-11 16:40:51.798731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.800606"], ["updated_at", "2018-10-11 16:40:51.800606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.802301"], ["updated_at", "2018-10-11 16:40:51.802301"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.803890"], ["updated_at", "2018-10-11 16:40:51.803890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.806206"], ["updated_at", "2018-10-11 16:40:51.806206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.808291"], ["updated_at", "2018-10-11 16:40:51.808291"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.810090"], ["updated_at", "2018-10-11 16:40:51.810090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.811848"], ["updated_at", "2018-10-11 16:40:51.811848"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.816051"], ["updated_at", "2018-10-11 16:40:51.816051"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.821299"], ["updated_at", "2018-10-11 16:40:51.821299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.825977"], ["updated_at", "2018-10-11 16:40:51.825977"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.972701"], ["updated_at", "2018-10-11 16:40:51.972701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.974492"], ["updated_at", "2018-10-11 16:40:51.974492"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.976423"], ["updated_at", "2018-10-11 16:40:51.976423"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.979109"], ["updated_at", "2018-10-11 16:40:51.979109"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.981991"], ["updated_at", "2018-10-11 16:40:51.981991"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.984016"], ["updated_at", "2018-10-11 16:40:51.984016"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.986527"], ["updated_at", "2018-10-11 16:40:51.986527"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.989356"], ["updated_at", "2018-10-11 16:40:51.989356"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.993279"], ["updated_at", "2018-10-11 16:40:51.993279"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.996113"], ["updated_at", "2018-10-11 16:40:51.996113"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:51.998551"], ["updated_at", "2018-10-11 16:40:51.998551"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.001039"], ["updated_at", "2018-10-11 16:40:52.001039"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.003209"], ["updated_at", "2018-10-11 16:40:52.003209"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.005449"], ["updated_at", "2018-10-11 16:40:52.005449"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.008778"], ["updated_at", "2018-10-11 16:40:52.008778"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.011984"], ["updated_at", "2018-10-11 16:40:52.011984"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.015859"], ["updated_at", "2018-10-11 16:40:52.015859"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.018256"], ["updated_at", "2018-10-11 16:40:52.018256"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.020478"], ["updated_at", "2018-10-11 16:40:52.020478"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.023053"], ["updated_at", "2018-10-11 16:40:52.023053"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.025218"], ["updated_at", "2018-10-11 16:40:52.025218"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.027236"], ["updated_at", "2018-10-11 16:40:52.027236"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.029611"], ["updated_at", "2018-10-11 16:40:52.029611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.031855"], ["updated_at", "2018-10-11 16:40:52.031855"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.033850"], ["updated_at", "2018-10-11 16:40:52.033850"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.035770"], ["updated_at", "2018-10-11 16:40:52.035770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.037750"], ["updated_at", "2018-10-11 16:40:52.037750"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.039513"], ["updated_at", "2018-10-11 16:40:52.039513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.041502"], ["updated_at", "2018-10-11 16:40:52.041502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.043252"], ["updated_at", "2018-10-11 16:40:52.043252"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.045069"], ["updated_at", "2018-10-11 16:40:52.045069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.046974"], ["updated_at", "2018-10-11 16:40:52.046974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.048706"], ["updated_at", "2018-10-11 16:40:52.048706"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.050564"], ["updated_at", "2018-10-11 16:40:52.050564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.053488"], ["updated_at", "2018-10-11 16:40:52.053488"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.055827"], ["updated_at", "2018-10-11 16:40:52.055827"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.059119"], ["updated_at", "2018-10-11 16:40:52.059119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.061502"], ["updated_at", "2018-10-11 16:40:52.061502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.063350"], ["updated_at", "2018-10-11 16:40:52.063350"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.064977"], ["updated_at", "2018-10-11 16:40:52.064977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.066606"], ["updated_at", "2018-10-11 16:40:52.066606"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.068406"], ["updated_at", "2018-10-11 16:40:52.068406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.071708"], ["updated_at", "2018-10-11 16:40:52.071708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.073367"], ["updated_at", "2018-10-11 16:40:52.073367"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.074933"], ["updated_at", "2018-10-11 16:40:52.074933"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.076686"], ["updated_at", "2018-10-11 16:40:52.076686"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.081536"], ["updated_at", "2018-10-11 16:40:52.081536"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.084545"], ["updated_at", "2018-10-11 16:40:52.084545"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.087024"], ["updated_at", "2018-10-11 16:40:52.087024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.089037"], ["updated_at", "2018-10-11 16:40:52.089037"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.091087"], ["updated_at", "2018-10-11 16:40:52.091087"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.093752"], ["updated_at", "2018-10-11 16:40:52.093752"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.095701"], ["updated_at", "2018-10-11 16:40:52.095701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.097530"], ["updated_at", "2018-10-11 16:40:52.097530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.099211"], ["updated_at", "2018-10-11 16:40:52.099211"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.100935"], ["updated_at", "2018-10-11 16:40:52.100935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.102840"], ["updated_at", "2018-10-11 16:40:52.102840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.104635"], ["updated_at", "2018-10-11 16:40:52.104635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.106291"], ["updated_at", "2018-10-11 16:40:52.106291"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.107977"], ["updated_at", "2018-10-11 16:40:52.107977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.109769"], ["updated_at", "2018-10-11 16:40:52.109769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.111518"], ["updated_at", "2018-10-11 16:40:52.111518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.113387"], ["updated_at", "2018-10-11 16:40:52.113387"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.115120"], ["updated_at", "2018-10-11 16:40:52.115120"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.116984"], ["updated_at", "2018-10-11 16:40:52.116984"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.118885"], ["updated_at", "2018-10-11 16:40:52.118885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.120941"], ["updated_at", "2018-10-11 16:40:52.120941"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.122858"], ["updated_at", "2018-10-11 16:40:52.122858"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.125343"], ["updated_at", "2018-10-11 16:40:52.125343"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.127354"], ["updated_at", "2018-10-11 16:40:52.127354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.130060"], ["updated_at", "2018-10-11 16:40:52.130060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.131663"], ["updated_at", "2018-10-11 16:40:52.131663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.133210"], ["updated_at", "2018-10-11 16:40:52.133210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.134821"], ["updated_at", "2018-10-11 16:40:52.134821"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.137603"], ["updated_at", "2018-10-11 16:40:52.137603"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.139697"], ["updated_at", "2018-10-11 16:40:52.139697"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.142772"], ["updated_at", "2018-10-11 16:40:52.142772"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.146823"], ["updated_at", "2018-10-11 16:40:52.146823"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.151430"], ["updated_at", "2018-10-11 16:40:52.151430"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.154661"], ["updated_at", "2018-10-11 16:40:52.154661"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.158036"], ["updated_at", "2018-10-11 16:40:52.158036"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.160869"], ["updated_at", "2018-10-11 16:40:52.160869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.162578"], ["updated_at", "2018-10-11 16:40:52.162578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.164288"], ["updated_at", "2018-10-11 16:40:52.164288"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.165862"], ["updated_at", "2018-10-11 16:40:52.165862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.167689"], ["updated_at", "2018-10-11 16:40:52.167689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.169389"], ["updated_at", "2018-10-11 16:40:52.169389"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.171145"], ["updated_at", "2018-10-11 16:40:52.171145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.172888"], ["updated_at", "2018-10-11 16:40:52.172888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.174437"], ["updated_at", "2018-10-11 16:40:52.174437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.176004"], ["updated_at", "2018-10-11 16:40:52.176004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.177665"], ["updated_at", "2018-10-11 16:40:52.177665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.179432"], ["updated_at", "2018-10-11 16:40:52.179432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.181144"], ["updated_at", "2018-10-11 16:40:52.181144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.182981"], ["updated_at", "2018-10-11 16:40:52.182981"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.184620"], ["updated_at", "2018-10-11 16:40:52.184620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.186298"], ["updated_at", "2018-10-11 16:40:52.186298"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.187950"], ["updated_at", "2018-10-11 16:40:52.187950"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.189719"], ["updated_at", "2018-10-11 16:40:52.189719"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.192057"], ["updated_at", "2018-10-11 16:40:52.192057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.193893"], ["updated_at", "2018-10-11 16:40:52.193893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.195648"], ["updated_at", "2018-10-11 16:40:52.195648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.197407"], ["updated_at", "2018-10-11 16:40:52.197407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.198986"], ["updated_at", "2018-10-11 16:40:52.198986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.200600"], ["updated_at", "2018-10-11 16:40:52.200600"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.202612"], ["updated_at", "2018-10-11 16:40:52.202612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.205225"], ["updated_at", "2018-10-11 16:40:52.205225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.206802"], ["updated_at", "2018-10-11 16:40:52.206802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.208353"], ["updated_at", "2018-10-11 16:40:52.208353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.209938"], ["updated_at", "2018-10-11 16:40:52.209938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.211501"], ["updated_at", "2018-10-11 16:40:52.211501"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.213213"], ["updated_at", "2018-10-11 16:40:52.213213"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.215869"], ["updated_at", "2018-10-11 16:40:52.215869"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.219445"], ["updated_at", "2018-10-11 16:40:52.219445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.221977"], ["updated_at", "2018-10-11 16:40:52.221977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.223741"], ["updated_at", "2018-10-11 16:40:52.223741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.225387"], ["updated_at", "2018-10-11 16:40:52.225387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.227012"], ["updated_at", "2018-10-11 16:40:52.227012"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.228563"], ["updated_at", "2018-10-11 16:40:52.228563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.230383"], ["updated_at", "2018-10-11 16:40:52.230383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.232102"], ["updated_at", "2018-10-11 16:40:52.232102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.233681"], ["updated_at", "2018-10-11 16:40:52.233681"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.235266"], ["updated_at", "2018-10-11 16:40:52.235266"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.236971"], ["updated_at", "2018-10-11 16:40:52.236971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.238869"], ["updated_at", "2018-10-11 16:40:52.238869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.240470"], ["updated_at", "2018-10-11 16:40:52.240470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.242073"], ["updated_at", "2018-10-11 16:40:52.242073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.243709"], ["updated_at", "2018-10-11 16:40:52.243709"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.245556"], ["updated_at", "2018-10-11 16:40:52.245556"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.247448"], ["updated_at", "2018-10-11 16:40:52.247448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.249211"], ["updated_at", "2018-10-11 16:40:52.249211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.250816"], ["updated_at", "2018-10-11 16:40:52.250816"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.252465"], ["updated_at", "2018-10-11 16:40:52.252465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.254150"], ["updated_at", "2018-10-11 16:40:52.254150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.256033"], ["updated_at", "2018-10-11 16:40:52.256033"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.258190"], ["updated_at", "2018-10-11 16:40:52.258190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.260147"], ["updated_at", "2018-10-11 16:40:52.260147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.261941"], ["updated_at", "2018-10-11 16:40:52.261941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.263650"], ["updated_at", "2018-10-11 16:40:52.263650"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.265288"], ["updated_at", "2018-10-11 16:40:52.265288"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.267344"], ["updated_at", "2018-10-11 16:40:52.267344"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.269530"], ["updated_at", "2018-10-11 16:40:52.269530"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.274326"], ["updated_at", "2018-10-11 16:40:52.274326"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.277840"], ["updated_at", "2018-10-11 16:40:52.277840"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.282072"], ["updated_at", "2018-10-11 16:40:52.282072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.287614"], ["updated_at", "2018-10-11 16:40:52.287614"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.289518"], ["updated_at", "2018-10-11 16:40:52.289518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.291219"], ["updated_at", "2018-10-11 16:40:52.291219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.292793"], ["updated_at", "2018-10-11 16:40:52.292793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.294393"], ["updated_at", "2018-10-11 16:40:52.294393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.296072"], ["updated_at", "2018-10-11 16:40:52.296072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.297700"], ["updated_at", "2018-10-11 16:40:52.297700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.299448"], ["updated_at", "2018-10-11 16:40:52.299448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.301132"], ["updated_at", "2018-10-11 16:40:52.301132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.302773"], ["updated_at", "2018-10-11 16:40:52.302773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.304393"], ["updated_at", "2018-10-11 16:40:52.304393"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.306121"], ["updated_at", "2018-10-11 16:40:52.306121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.307739"], ["updated_at", "2018-10-11 16:40:52.307739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.309329"], ["updated_at", "2018-10-11 16:40:52.309329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.310911"], ["updated_at", "2018-10-11 16:40:52.310911"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.312491"], ["updated_at", "2018-10-11 16:40:52.312491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.314135"], ["updated_at", "2018-10-11 16:40:52.314135"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.315759"], ["updated_at", "2018-10-11 16:40:52.315759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.317420"], ["updated_at", "2018-10-11 16:40:52.317420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.319326"], ["updated_at", "2018-10-11 16:40:52.319326"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.321035"], ["updated_at", "2018-10-11 16:40:52.321035"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.323610"], ["updated_at", "2018-10-11 16:40:52.323610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.326793"], ["updated_at", "2018-10-11 16:40:52.326793"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.328879"], ["updated_at", "2018-10-11 16:40:52.328879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.331216"], ["updated_at", "2018-10-11 16:40:52.331216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.332920"], ["updated_at", "2018-10-11 16:40:52.332920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.334675"], ["updated_at", "2018-10-11 16:40:52.334675"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.336573"], ["updated_at", "2018-10-11 16:40:52.336573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.339795"], ["updated_at", "2018-10-11 16:40:52.339795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.341552"], ["updated_at", "2018-10-11 16:40:52.341552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.343157"], ["updated_at", "2018-10-11 16:40:52.343157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.344750"], ["updated_at", "2018-10-11 16:40:52.344750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.346363"], ["updated_at", "2018-10-11 16:40:52.346363"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.348663"], ["updated_at", "2018-10-11 16:40:52.348663"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.352419"], ["updated_at", "2018-10-11 16:40:52.352419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.354912"], ["updated_at", "2018-10-11 16:40:52.354912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.356481"], ["updated_at", "2018-10-11 16:40:52.356481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.358232"], ["updated_at", "2018-10-11 16:40:52.358232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.359852"], ["updated_at", "2018-10-11 16:40:52.359852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.361441"], ["updated_at", "2018-10-11 16:40:52.361441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.363021"], ["updated_at", "2018-10-11 16:40:52.363021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.364589"], ["updated_at", "2018-10-11 16:40:52.364589"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.366265"], ["updated_at", "2018-10-11 16:40:52.366265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.367997"], ["updated_at", "2018-10-11 16:40:52.367997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.369682"], ["updated_at", "2018-10-11 16:40:52.369682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.371300"], ["updated_at", "2018-10-11 16:40:52.371300"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.372979"], ["updated_at", "2018-10-11 16:40:52.372979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.375998"], ["updated_at", "2018-10-11 16:40:52.375998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.377537"], ["updated_at", "2018-10-11 16:40:52.377537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.379345"], ["updated_at", "2018-10-11 16:40:52.379345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.380946"], ["updated_at", "2018-10-11 16:40:52.380946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.382595"], ["updated_at", "2018-10-11 16:40:52.382595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.384251"], ["updated_at", "2018-10-11 16:40:52.384251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.385914"], ["updated_at", "2018-10-11 16:40:52.385914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.387515"], ["updated_at", "2018-10-11 16:40:52.387515"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.389504"], ["updated_at", "2018-10-11 16:40:52.389504"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.392391"], ["updated_at", "2018-10-11 16:40:52.392391"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.394880"], ["updated_at", "2018-10-11 16:40:52.394880"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.397005"], ["updated_at", "2018-10-11 16:40:52.397005"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.399075"], ["updated_at", "2018-10-11 16:40:52.399075"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.401397"], ["updated_at", "2018-10-11 16:40:52.401397"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.403480"], ["updated_at", "2018-10-11 16:40:52.403480"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.405473"], ["updated_at", "2018-10-11 16:40:52.405473"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.409917"], ["updated_at", "2018-10-11 16:40:52.409917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.412421"], ["updated_at", "2018-10-11 16:40:52.412421"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.414638"], ["updated_at", "2018-10-11 16:40:52.414638"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.418775"], ["updated_at", "2018-10-11 16:40:52.418775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.421310"], ["updated_at", "2018-10-11 16:40:52.421310"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.422857"], ["updated_at", "2018-10-11 16:40:52.422857"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.424846"], ["updated_at", "2018-10-11 16:40:52.424846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.426530"], ["updated_at", "2018-10-11 16:40:52.426530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.428199"], ["updated_at", "2018-10-11 16:40:52.428199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.429870"], ["updated_at", "2018-10-11 16:40:52.429870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.431391"], ["updated_at", "2018-10-11 16:40:52.431391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.433178"], ["updated_at", "2018-10-11 16:40:52.433178"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.434880"], ["updated_at", "2018-10-11 16:40:52.434880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.436777"], ["updated_at", "2018-10-11 16:40:52.436777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.438448"], ["updated_at", "2018-10-11 16:40:52.438448"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.440321"], ["updated_at", "2018-10-11 16:40:52.440321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.442073"], ["updated_at", "2018-10-11 16:40:52.442073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.443622"], ["updated_at", "2018-10-11 16:40:52.443622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.445224"], ["updated_at", "2018-10-11 16:40:52.445224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.446883"], ["updated_at", "2018-10-11 16:40:52.446883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.448403"], ["updated_at", "2018-10-11 16:40:52.448403"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.450044"], ["updated_at", "2018-10-11 16:40:52.450044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.451768"], ["updated_at", "2018-10-11 16:40:52.451768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.453313"], ["updated_at", "2018-10-11 16:40:52.453313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.454904"], ["updated_at", "2018-10-11 16:40:52.454904"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.456796"], ["updated_at", "2018-10-11 16:40:52.456796"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.459306"], ["updated_at", "2018-10-11 16:40:52.459306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.461266"], ["updated_at", "2018-10-11 16:40:52.461266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.462831"], ["updated_at", "2018-10-11 16:40:52.462831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.464434"], ["updated_at", "2018-10-11 16:40:52.464434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.465962"], ["updated_at", "2018-10-11 16:40:52.465962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.467702"], ["updated_at", "2018-10-11 16:40:52.467702"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.469366"], ["updated_at", "2018-10-11 16:40:52.469366"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.472359"], ["updated_at", "2018-10-11 16:40:52.472359"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.474050"], ["updated_at", "2018-10-11 16:40:52.474050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.475843"], ["updated_at", "2018-10-11 16:40:52.475843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.477473"], ["updated_at", "2018-10-11 16:40:52.477473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.479041"], ["updated_at", "2018-10-11 16:40:52.479041"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.481404"], ["updated_at", "2018-10-11 16:40:52.481404"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.485609"], ["updated_at", "2018-10-11 16:40:52.485609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.487903"], ["updated_at", "2018-10-11 16:40:52.487903"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.489529"], ["updated_at", "2018-10-11 16:40:52.489529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.491521"], ["updated_at", "2018-10-11 16:40:52.491521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.493380"], ["updated_at", "2018-10-11 16:40:52.493380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.494983"], ["updated_at", "2018-10-11 16:40:52.494983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.496705"], ["updated_at", "2018-10-11 16:40:52.496705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.498341"], ["updated_at", "2018-10-11 16:40:52.498341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.499917"], ["updated_at", "2018-10-11 16:40:52.499917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.501491"], ["updated_at", "2018-10-11 16:40:52.501491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.503107"], ["updated_at", "2018-10-11 16:40:52.503107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.504780"], ["updated_at", "2018-10-11 16:40:52.504780"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.506355"], ["updated_at", "2018-10-11 16:40:52.506355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.507978"], ["updated_at", "2018-10-11 16:40:52.507978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.509587"], ["updated_at", "2018-10-11 16:40:52.509587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.511191"], ["updated_at", "2018-10-11 16:40:52.511191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.512771"], ["updated_at", "2018-10-11 16:40:52.512771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.514450"], ["updated_at", "2018-10-11 16:40:52.514450"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.516297"], ["updated_at", "2018-10-11 16:40:52.516297"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.519847"], ["updated_at", "2018-10-11 16:40:52.519847"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.522719"], ["updated_at", "2018-10-11 16:40:52.522719"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.525877"], ["updated_at", "2018-10-11 16:40:52.525877"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.528522"], ["updated_at", "2018-10-11 16:40:52.528522"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.530713"], ["updated_at", "2018-10-11 16:40:52.530713"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.532862"], ["updated_at", "2018-10-11 16:40:52.532862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.534806"], ["updated_at", "2018-10-11 16:40:52.534806"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.536366"], ["updated_at", "2018-10-11 16:40:52.536366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.538147"], ["updated_at", "2018-10-11 16:40:52.538147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.541033"], ["updated_at", "2018-10-11 16:40:52.541033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.542773"], ["updated_at", "2018-10-11 16:40:52.542773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.544382"], ["updated_at", "2018-10-11 16:40:52.544382"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.545970"], ["updated_at", "2018-10-11 16:40:52.545970"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.548284"], ["updated_at", "2018-10-11 16:40:52.548284"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.552118"], ["updated_at", "2018-10-11 16:40:52.552118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.554490"], ["updated_at", "2018-10-11 16:40:52.554490"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.556098"], ["updated_at", "2018-10-11 16:40:52.556098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.557897"], ["updated_at", "2018-10-11 16:40:52.557897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.559509"], ["updated_at", "2018-10-11 16:40:52.559509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.561197"], ["updated_at", "2018-10-11 16:40:52.561197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.562758"], ["updated_at", "2018-10-11 16:40:52.562758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.564335"], ["updated_at", "2018-10-11 16:40:52.564335"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.565967"], ["updated_at", "2018-10-11 16:40:52.565967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.567720"], ["updated_at", "2018-10-11 16:40:52.567720"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.569296"], ["updated_at", "2018-10-11 16:40:52.569296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.571098"], ["updated_at", "2018-10-11 16:40:52.571098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.572767"], ["updated_at", "2018-10-11 16:40:52.572767"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.574458"], ["updated_at", "2018-10-11 16:40:52.574458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.576237"], ["updated_at", "2018-10-11 16:40:52.576237"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.577856"], ["updated_at", "2018-10-11 16:40:52.577856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.579507"], ["updated_at", "2018-10-11 16:40:52.579507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.581088"], ["updated_at", "2018-10-11 16:40:52.581088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.582701"], ["updated_at", "2018-10-11 16:40:52.582701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.584510"], ["updated_at", "2018-10-11 16:40:52.584510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.586173"], ["updated_at", "2018-10-11 16:40:52.586173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.587800"], ["updated_at", "2018-10-11 16:40:52.587800"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.590056"], ["updated_at", "2018-10-11 16:40:52.590056"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.593627"], ["updated_at", "2018-10-11 16:40:52.593627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.595513"], ["updated_at", "2018-10-11 16:40:52.595513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.597144"], ["updated_at", "2018-10-11 16:40:52.597144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.598867"], ["updated_at", "2018-10-11 16:40:52.598867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.600519"], ["updated_at", "2018-10-11 16:40:52.600519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.602160"], ["updated_at", "2018-10-11 16:40:52.602160"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.605118"], ["updated_at", "2018-10-11 16:40:52.605118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.606909"], ["updated_at", "2018-10-11 16:40:52.606909"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.608611"], ["updated_at", "2018-10-11 16:40:52.608611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.610306"], ["updated_at", "2018-10-11 16:40:52.610306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.611948"], ["updated_at", "2018-10-11 16:40:52.611948"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.613547"], ["updated_at", "2018-10-11 16:40:52.613547"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.616379"], ["updated_at", "2018-10-11 16:40:52.616379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.620773"], ["updated_at", "2018-10-11 16:40:52.620773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.622646"], ["updated_at", "2018-10-11 16:40:52.622646"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.625124"], ["updated_at", "2018-10-11 16:40:52.625124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.626950"], ["updated_at", "2018-10-11 16:40:52.626950"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.628585"], ["updated_at", "2018-10-11 16:40:52.628585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.630322"], ["updated_at", "2018-10-11 16:40:52.630322"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.631898"], ["updated_at", "2018-10-11 16:40:52.631898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.633628"], ["updated_at", "2018-10-11 16:40:52.633628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.635282"], ["updated_at", "2018-10-11 16:40:52.635282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.636851"], ["updated_at", "2018-10-11 16:40:52.636851"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.638735"], ["updated_at", "2018-10-11 16:40:52.638735"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.641561"], ["updated_at", "2018-10-11 16:40:52.641561"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.644263"], ["updated_at", "2018-10-11 16:40:52.644263"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.646852"], ["updated_at", "2018-10-11 16:40:52.646852"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.649480"], ["updated_at", "2018-10-11 16:40:52.649480"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.652209"], ["updated_at", "2018-10-11 16:40:52.652209"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.655042"], ["updated_at", "2018-10-11 16:40:52.655042"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.657447"], ["updated_at", "2018-10-11 16:40:52.657447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.660382"], ["updated_at", "2018-10-11 16:40:52.660382"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.662158"], ["updated_at", "2018-10-11 16:40:52.662158"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.663811"], ["updated_at", "2018-10-11 16:40:52.663811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.665471"], ["updated_at", "2018-10-11 16:40:52.665471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.667276"], ["updated_at", "2018-10-11 16:40:52.667276"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.669018"], ["updated_at", "2018-10-11 16:40:52.669018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.671846"], ["updated_at", "2018-10-11 16:40:52.671846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.673546"], ["updated_at", "2018-10-11 16:40:52.673546"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.675221"], ["updated_at", "2018-10-11 16:40:52.675221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.676916"], ["updated_at", "2018-10-11 16:40:52.676916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.678463"], ["updated_at", "2018-10-11 16:40:52.678463"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.680023"], ["updated_at", "2018-10-11 16:40:52.680023"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.685179"], ["updated_at", "2018-10-11 16:40:52.685179"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.688380"], ["updated_at", "2018-10-11 16:40:52.688380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.690298"], ["updated_at", "2018-10-11 16:40:52.690298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.692174"], ["updated_at", "2018-10-11 16:40:52.692174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.693846"], ["updated_at", "2018-10-11 16:40:52.693846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.695425"], ["updated_at", "2018-10-11 16:40:52.695425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.697108"], ["updated_at", "2018-10-11 16:40:52.697108"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.698661"], ["updated_at", "2018-10-11 16:40:52.698661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.700369"], ["updated_at", "2018-10-11 16:40:52.700369"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.701950"], ["updated_at", "2018-10-11 16:40:52.701950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.703586"], ["updated_at", "2018-10-11 16:40:52.703586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.705292"], ["updated_at", "2018-10-11 16:40:52.705292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.707110"], ["updated_at", "2018-10-11 16:40:52.707110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.708741"], ["updated_at", "2018-10-11 16:40:52.708741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.710375"], ["updated_at", "2018-10-11 16:40:52.710375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.711981"], ["updated_at", "2018-10-11 16:40:52.711981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.713532"], ["updated_at", "2018-10-11 16:40:52.713532"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.715150"], ["updated_at", "2018-10-11 16:40:52.715150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.716824"], ["updated_at", "2018-10-11 16:40:52.716824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.718633"], ["updated_at", "2018-10-11 16:40:52.718633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.720289"], ["updated_at", "2018-10-11 16:40:52.720289"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.721853"], ["updated_at", "2018-10-11 16:40:52.721853"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.723703"], ["updated_at", "2018-10-11 16:40:52.723703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.726394"], ["updated_at", "2018-10-11 16:40:52.726394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.728420"], ["updated_at", "2018-10-11 16:40:52.728420"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.730049"], ["updated_at", "2018-10-11 16:40:52.730049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.731682"], ["updated_at", "2018-10-11 16:40:52.731682"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.733552"], ["updated_at", "2018-10-11 16:40:52.733552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.736068"], ["updated_at", "2018-10-11 16:40:52.736068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.739373"], ["updated_at", "2018-10-11 16:40:52.739373"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.741019"], ["updated_at", "2018-10-11 16:40:52.741019"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.742766"], ["updated_at", "2018-10-11 16:40:52.742766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.744611"], ["updated_at", "2018-10-11 16:40:52.744611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.746214"], ["updated_at", "2018-10-11 16:40:52.746214"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.748009"], ["updated_at", "2018-10-11 16:40:52.748009"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.751715"], ["updated_at", "2018-10-11 16:40:52.751715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.754792"], ["updated_at", "2018-10-11 16:40:52.754792"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.756415"], ["updated_at", "2018-10-11 16:40:52.756415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.758723"], ["updated_at", "2018-10-11 16:40:52.758723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.760506"], ["updated_at", "2018-10-11 16:40:52.760506"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.762112"], ["updated_at", "2018-10-11 16:40:52.762112"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.764213"], ["updated_at", "2018-10-11 16:40:52.764213"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.766913"], ["updated_at", "2018-10-11 16:40:52.766913"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.769736"], ["updated_at", "2018-10-11 16:40:52.769736"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.772414"], ["updated_at", "2018-10-11 16:40:52.772414"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.775218"], ["updated_at", "2018-10-11 16:40:52.775218"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.777911"], ["updated_at", "2018-10-11 16:40:52.777911"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.780528"], ["updated_at", "2018-10-11 16:40:52.780528"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.783435"], ["updated_at", "2018-10-11 16:40:52.783435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.785551"], ["updated_at", "2018-10-11 16:40:52.785551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.787236"], ["updated_at", "2018-10-11 16:40:52.787236"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.788847"], ["updated_at", "2018-10-11 16:40:52.788847"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.790779"], ["updated_at", "2018-10-11 16:40:52.790779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.793762"], ["updated_at", "2018-10-11 16:40:52.793762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.795663"], ["updated_at", "2018-10-11 16:40:52.795663"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.797310"], ["updated_at", "2018-10-11 16:40:52.797310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.799290"], ["updated_at", "2018-10-11 16:40:52.799290"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.801271"], ["updated_at", "2018-10-11 16:40:52.801271"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.803486"], ["updated_at", "2018-10-11 16:40:52.803486"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.806521"], ["updated_at", "2018-10-11 16:40:52.806521"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.808507"], ["updated_at", "2018-10-11 16:40:52.808507"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.810444"], ["updated_at", "2018-10-11 16:40:52.810444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.812317"], ["updated_at", "2018-10-11 16:40:52.812317"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.814333"], ["updated_at", "2018-10-11 16:40:52.814333"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.818960"], ["updated_at", "2018-10-11 16:40:52.818960"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.821247"], ["updated_at", "2018-10-11 16:40:52.821247"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.823039"], ["updated_at", "2018-10-11 16:40:52.823039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.826330"], ["updated_at", "2018-10-11 16:40:52.826330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.828200"], ["updated_at", "2018-10-11 16:40:52.828200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.829927"], ["updated_at", "2018-10-11 16:40:52.829927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.831589"], ["updated_at", "2018-10-11 16:40:52.831589"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.833282"], ["updated_at", "2018-10-11 16:40:52.833282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.835103"], ["updated_at", "2018-10-11 16:40:52.835103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.836734"], ["updated_at", "2018-10-11 16:40:52.836734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.838335"], ["updated_at", "2018-10-11 16:40:52.838335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.839945"], ["updated_at", "2018-10-11 16:40:52.839945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.841797"], ["updated_at", "2018-10-11 16:40:52.841797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.843498"], ["updated_at", "2018-10-11 16:40:52.843498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.845056"], ["updated_at", "2018-10-11 16:40:52.845056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.846682"], ["updated_at", "2018-10-11 16:40:52.846682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.848289"], ["updated_at", "2018-10-11 16:40:52.848289"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.849922"], ["updated_at", "2018-10-11 16:40:52.849922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.851771"], ["updated_at", "2018-10-11 16:40:52.851771"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.853440"], ["updated_at", "2018-10-11 16:40:52.853440"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.855324"], ["updated_at", "2018-10-11 16:40:52.855324"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.857477"], ["updated_at", "2018-10-11 16:40:52.857477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.860427"], ["updated_at", "2018-10-11 16:40:52.860427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.862271"], ["updated_at", "2018-10-11 16:40:52.862271"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.864248"], ["updated_at", "2018-10-11 16:40:52.864248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.866206"], ["updated_at", "2018-10-11 16:40:52.866206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.867910"], ["updated_at", "2018-10-11 16:40:52.867910"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.869786"], ["updated_at", "2018-10-11 16:40:52.869786"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.872774"], ["updated_at", "2018-10-11 16:40:52.872774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.874600"], ["updated_at", "2018-10-11 16:40:52.874600"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.876322"], ["updated_at", "2018-10-11 16:40:52.876322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.877970"], ["updated_at", "2018-10-11 16:40:52.877970"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.879635"], ["updated_at", "2018-10-11 16:40:52.879635"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.882669"], ["updated_at", "2018-10-11 16:40:52.882669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.887065"], ["updated_at", "2018-10-11 16:40:52.887065"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.889073"], ["updated_at", "2018-10-11 16:40:52.889073"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.891909"], ["updated_at", "2018-10-11 16:40:52.891909"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.894516"], ["updated_at", "2018-10-11 16:40:52.894516"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.897148"], ["updated_at", "2018-10-11 16:40:52.897148"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.899750"], ["updated_at", "2018-10-11 16:40:52.899750"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.902240"], ["updated_at", "2018-10-11 16:40:52.902240"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.904802"], ["updated_at", "2018-10-11 16:40:52.904802"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.907449"], ["updated_at", "2018-10-11 16:40:52.907449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.909754"], ["updated_at", "2018-10-11 16:40:52.909754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.911358"], ["updated_at", "2018-10-11 16:40:52.911358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.912967"], ["updated_at", "2018-10-11 16:40:52.912967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.914512"], ["updated_at", "2018-10-11 16:40:52.914512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.916178"], ["updated_at", "2018-10-11 16:40:52.916178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.917865"], ["updated_at", "2018-10-11 16:40:52.917865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.919485"], ["updated_at", "2018-10-11 16:40:52.919485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.921024"], ["updated_at", "2018-10-11 16:40:52.921024"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.923027"], ["updated_at", "2018-10-11 16:40:52.923027"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.927205"], ["updated_at", "2018-10-11 16:40:52.927205"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.929404"], ["updated_at", "2018-10-11 16:40:52.929404"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.931381"], ["updated_at", "2018-10-11 16:40:52.931381"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.933855"], ["updated_at", "2018-10-11 16:40:52.933855"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.936443"], ["updated_at", "2018-10-11 16:40:52.936443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.939548"], ["updated_at", "2018-10-11 16:40:52.939548"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.941389"], ["updated_at", "2018-10-11 16:40:52.941389"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.944023"], ["updated_at", "2018-10-11 16:40:52.944023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.945832"], ["updated_at", "2018-10-11 16:40:52.945832"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.948391"], ["updated_at", "2018-10-11 16:40:52.948391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.952619"], ["updated_at", "2018-10-11 16:40:52.952619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.954900"], ["updated_at", "2018-10-11 16:40:52.954900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.956553"], ["updated_at", "2018-10-11 16:40:52.956553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.958467"], ["updated_at", "2018-10-11 16:40:52.958467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.960123"], ["updated_at", "2018-10-11 16:40:52.960123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.961672"], ["updated_at", "2018-10-11 16:40:52.961672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.963285"], ["updated_at", "2018-10-11 16:40:52.963285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.964938"], ["updated_at", "2018-10-11 16:40:52.964938"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.966566"], ["updated_at", "2018-10-11 16:40:52.966566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.968295"], ["updated_at", "2018-10-11 16:40:52.968295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.969862"], ["updated_at", "2018-10-11 16:40:52.969862"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.971486"], ["updated_at", "2018-10-11 16:40:52.971486"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.973285"], ["updated_at", "2018-10-11 16:40:52.973285"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.975067"], ["updated_at", "2018-10-11 16:40:52.975067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.976784"], ["updated_at", "2018-10-11 16:40:52.976784"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.978337"], ["updated_at", "2018-10-11 16:40:52.978337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.980096"], ["updated_at", "2018-10-11 16:40:52.980096"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.981680"], ["updated_at", "2018-10-11 16:40:52.981680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.983393"], ["updated_at", "2018-10-11 16:40:52.983393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.985130"], ["updated_at", "2018-10-11 16:40:52.985130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.986705"], ["updated_at", "2018-10-11 16:40:52.986705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.988274"], ["updated_at", "2018-10-11 16:40:52.988274"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.990499"], ["updated_at", "2018-10-11 16:40:52.990499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.993440"], ["updated_at", "2018-10-11 16:40:52.993440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.995293"], ["updated_at", "2018-10-11 16:40:52.995293"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.997066"], ["updated_at", "2018-10-11 16:40:52.997066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:52.998776"], ["updated_at", "2018-10-11 16:40:52.998776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.000422"], ["updated_at", "2018-10-11 16:40:53.000422"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.002150"], ["updated_at", "2018-10-11 16:40:53.002150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.005002"], ["updated_at", "2018-10-11 16:40:53.005002"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.006625"], ["updated_at", "2018-10-11 16:40:53.006625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.008419"], ["updated_at", "2018-10-11 16:40:53.008419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.010170"], ["updated_at", "2018-10-11 16:40:53.010170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.011704"], ["updated_at", "2018-10-11 16:40:53.011704"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.013302"], ["updated_at", "2018-10-11 16:40:53.013302"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.016411"], ["updated_at", "2018-10-11 16:40:53.016411"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.021440"], ["updated_at", "2018-10-11 16:40:53.021440"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.024296"], ["updated_at", "2018-10-11 16:40:53.024296"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.027131"], ["updated_at", "2018-10-11 16:40:53.027131"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.029740"], ["updated_at", "2018-10-11 16:40:53.029740"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.032307"], ["updated_at", "2018-10-11 16:40:53.032307"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.035034"], ["updated_at", "2018-10-11 16:40:53.035034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.037236"], ["updated_at", "2018-10-11 16:40:53.037236"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.038911"], ["updated_at", "2018-10-11 16:40:53.038911"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.040689"], ["updated_at", "2018-10-11 16:40:53.040689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.042504"], ["updated_at", "2018-10-11 16:40:53.042504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.044083"], ["updated_at", "2018-10-11 16:40:53.044083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.045726"], ["updated_at", "2018-10-11 16:40:53.045726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.047281"], ["updated_at", "2018-10-11 16:40:53.047281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.048922"], ["updated_at", "2018-10-11 16:40:53.048922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.050630"], ["updated_at", "2018-10-11 16:40:53.050630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.052304"], ["updated_at", "2018-10-11 16:40:53.052304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.053845"], ["updated_at", "2018-10-11 16:40:53.053845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.055514"], ["updated_at", "2018-10-11 16:40:53.055514"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.057342"], ["updated_at", "2018-10-11 16:40:53.057342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.060193"], ["updated_at", "2018-10-11 16:40:53.060193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.062097"], ["updated_at", "2018-10-11 16:40:53.062097"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.063714"], ["updated_at", "2018-10-11 16:40:53.063714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.065261"], ["updated_at", "2018-10-11 16:40:53.065261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.066898"], ["updated_at", "2018-10-11 16:40:53.066898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.068640"], ["updated_at", "2018-10-11 16:40:53.068640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.071541"], ["updated_at", "2018-10-11 16:40:53.071541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.073296"], ["updated_at", "2018-10-11 16:40:53.073296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.075104"], ["updated_at", "2018-10-11 16:40:53.075104"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.076825"], ["updated_at", "2018-10-11 16:40:53.076825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.078488"], ["updated_at", "2018-10-11 16:40:53.078488"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.080090"], ["updated_at", "2018-10-11 16:40:53.080090"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.082559"], ["updated_at", "2018-10-11 16:40:53.082559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.086929"], ["updated_at", "2018-10-11 16:40:53.086929"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.089004"], ["updated_at", "2018-10-11 16:40:53.089004"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.091068"], ["updated_at", "2018-10-11 16:40:53.091068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.092831"], ["updated_at", "2018-10-11 16:40:53.092831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.094482"], ["updated_at", "2018-10-11 16:40:53.094482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.096126"], ["updated_at", "2018-10-11 16:40:53.096126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.097761"], ["updated_at", "2018-10-11 16:40:53.097761"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.099321"], ["updated_at", "2018-10-11 16:40:53.099321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.101038"], ["updated_at", "2018-10-11 16:40:53.101038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.102652"], ["updated_at", "2018-10-11 16:40:53.102652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.104208"], ["updated_at", "2018-10-11 16:40:53.104208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.105827"], ["updated_at", "2018-10-11 16:40:53.105827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.107412"], ["updated_at", "2018-10-11 16:40:53.107412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.109098"], ["updated_at", "2018-10-11 16:40:53.109098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.110679"], ["updated_at", "2018-10-11 16:40:53.110679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.112284"], ["updated_at", "2018-10-11 16:40:53.112284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.113975"], ["updated_at", "2018-10-11 16:40:53.113975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.115529"], ["updated_at", "2018-10-11 16:40:53.115529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.117183"], ["updated_at", "2018-10-11 16:40:53.117183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.118789"], ["updated_at", "2018-10-11 16:40:53.118789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.120448"], ["updated_at", "2018-10-11 16:40:53.120448"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.122016"], ["updated_at", "2018-10-11 16:40:53.122016"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.123829"], ["updated_at", "2018-10-11 16:40:53.123829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.126693"], ["updated_at", "2018-10-11 16:40:53.126693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.128535"], ["updated_at", "2018-10-11 16:40:53.128535"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.130189"], ["updated_at", "2018-10-11 16:40:53.130189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.132399"], ["updated_at", "2018-10-11 16:40:53.132399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.134086"], ["updated_at", "2018-10-11 16:40:53.134086"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.135888"], ["updated_at", "2018-10-11 16:40:53.135888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.138727"], ["updated_at", "2018-10-11 16:40:53.138727"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.140361"], ["updated_at", "2018-10-11 16:40:53.140361"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.142490"], ["updated_at", "2018-10-11 16:40:53.142490"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.145168"], ["updated_at", "2018-10-11 16:40:53.145168"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.147716"], ["updated_at", "2018-10-11 16:40:53.147716"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.152082"], ["updated_at", "2018-10-11 16:40:53.152082"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.155733"], ["updated_at", "2018-10-11 16:40:53.155733"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.158687"], ["updated_at", "2018-10-11 16:40:53.158687"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.161325"], ["updated_at", "2018-10-11 16:40:53.161325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.163892"], ["updated_at", "2018-10-11 16:40:53.163892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.165462"], ["updated_at", "2018-10-11 16:40:53.165462"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.167131"], ["updated_at", "2018-10-11 16:40:53.167131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.168859"], ["updated_at", "2018-10-11 16:40:53.168859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.170414"], ["updated_at", "2018-10-11 16:40:53.170414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.172096"], ["updated_at", "2018-10-11 16:40:53.172096"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.173727"], ["updated_at", "2018-10-11 16:40:53.173727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.175475"], ["updated_at", "2018-10-11 16:40:53.175475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.177134"], ["updated_at", "2018-10-11 16:40:53.177134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.178797"], ["updated_at", "2018-10-11 16:40:53.178797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.180335"], ["updated_at", "2018-10-11 16:40:53.180335"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.181974"], ["updated_at", "2018-10-11 16:40:53.181974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.184259"], ["updated_at", "2018-10-11 16:40:53.184259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.186027"], ["updated_at", "2018-10-11 16:40:53.186027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.187713"], ["updated_at", "2018-10-11 16:40:53.187713"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.189511"], ["updated_at", "2018-10-11 16:40:53.189511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.192446"], ["updated_at", "2018-10-11 16:40:53.192446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.194634"], ["updated_at", "2018-10-11 16:40:53.194634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.196306"], ["updated_at", "2018-10-11 16:40:53.196306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.197950"], ["updated_at", "2018-10-11 16:40:53.197950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.199472"], ["updated_at", "2018-10-11 16:40:53.199472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.201195"], ["updated_at", "2018-10-11 16:40:53.201195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.204355"], ["updated_at", "2018-10-11 16:40:53.204355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.205962"], ["updated_at", "2018-10-11 16:40:53.205962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.207701"], ["updated_at", "2018-10-11 16:40:53.207701"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.209475"], ["updated_at", "2018-10-11 16:40:53.209475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.211288"], ["updated_at", "2018-10-11 16:40:53.211288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.212899"], ["updated_at", "2018-10-11 16:40:53.212899"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.214541"], ["updated_at", "2018-10-11 16:40:53.214541"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.217723"], ["updated_at", "2018-10-11 16:40:53.217723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.221680"], ["updated_at", "2018-10-11 16:40:53.221680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.223480"], ["updated_at", "2018-10-11 16:40:53.223480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.225260"], ["updated_at", "2018-10-11 16:40:53.225260"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.226912"], ["updated_at", "2018-10-11 16:40:53.226912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.228567"], ["updated_at", "2018-10-11 16:40:53.228567"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.230123"], ["updated_at", "2018-10-11 16:40:53.230123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.231744"], ["updated_at", "2018-10-11 16:40:53.231744"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.233546"], ["updated_at", "2018-10-11 16:40:53.233546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.235338"], ["updated_at", "2018-10-11 16:40:53.235338"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.236898"], ["updated_at", "2018-10-11 16:40:53.236898"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.238584"], ["updated_at", "2018-10-11 16:40:53.238584"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.240283"], ["updated_at", "2018-10-11 16:40:53.240283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.242079"], ["updated_at", "2018-10-11 16:40:53.242079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.243761"], ["updated_at", "2018-10-11 16:40:53.243761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.245350"], ["updated_at", "2018-10-11 16:40:53.245350"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.246993"], ["updated_at", "2018-10-11 16:40:53.246993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.248671"], ["updated_at", "2018-10-11 16:40:53.248671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.250260"], ["updated_at", "2018-10-11 16:40:53.250260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.252034"], ["updated_at", "2018-10-11 16:40:53.252034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.253626"], ["updated_at", "2018-10-11 16:40:53.253626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.255262"], ["updated_at", "2018-10-11 16:40:53.255262"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.257077"], ["updated_at", "2018-10-11 16:40:53.257077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.259961"], ["updated_at", "2018-10-11 16:40:53.259961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.262002"], ["updated_at", "2018-10-11 16:40:53.262002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.263714"], ["updated_at", "2018-10-11 16:40:53.263714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.265366"], ["updated_at", "2018-10-11 16:40:53.265366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.267041"], ["updated_at", "2018-10-11 16:40:53.267041"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.271947"], ["updated_at", "2018-10-11 16:40:53.271947"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.274798"], ["updated_at", "2018-10-11 16:40:53.274798"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.277516"], ["updated_at", "2018-10-11 16:40:53.277516"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.280184"], ["updated_at", "2018-10-11 16:40:53.280184"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.284814"], ["updated_at", "2018-10-11 16:40:53.284814"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.288902"], ["updated_at", "2018-10-11 16:40:53.288902"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.292293"], ["updated_at", "2018-10-11 16:40:53.292293"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.294008"], ["updated_at", "2018-10-11 16:40:53.294008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.295657"], ["updated_at", "2018-10-11 16:40:53.295657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.297275"], ["updated_at", "2018-10-11 16:40:53.297275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.298863"], ["updated_at", "2018-10-11 16:40:53.298863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.300663"], ["updated_at", "2018-10-11 16:40:53.300663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.302379"], ["updated_at", "2018-10-11 16:40:53.302379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.304009"], ["updated_at", "2018-10-11 16:40:53.304009"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.305581"], ["updated_at", "2018-10-11 16:40:53.305581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.307249"], ["updated_at", "2018-10-11 16:40:53.307249"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.308891"], ["updated_at", "2018-10-11 16:40:53.308891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.310572"], ["updated_at", "2018-10-11 16:40:53.310572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.312259"], ["updated_at", "2018-10-11 16:40:53.312259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.313810"], ["updated_at", "2018-10-11 16:40:53.313810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.315452"], ["updated_at", "2018-10-11 16:40:53.315452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.317075"], ["updated_at", "2018-10-11 16:40:53.317075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.318713"], ["updated_at", "2018-10-11 16:40:53.318713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.320287"], ["updated_at", "2018-10-11 16:40:53.320287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.321922"], ["updated_at", "2018-10-11 16:40:53.321922"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.323612"], ["updated_at", "2018-10-11 16:40:53.323612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.326529"], ["updated_at", "2018-10-11 16:40:53.326529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.328681"], ["updated_at", "2018-10-11 16:40:53.328681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.330344"], ["updated_at", "2018-10-11 16:40:53.330344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.331971"], ["updated_at", "2018-10-11 16:40:53.331971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.333587"], ["updated_at", "2018-10-11 16:40:53.333587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.335223"], ["updated_at", "2018-10-11 16:40:53.335223"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.338290"], ["updated_at", "2018-10-11 16:40:53.338290"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.339937"], ["updated_at", "2018-10-11 16:40:53.339937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.341649"], ["updated_at", "2018-10-11 16:40:53.341649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.343364"], ["updated_at", "2018-10-11 16:40:53.343364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.344932"], ["updated_at", "2018-10-11 16:40:53.344932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.346514"], ["updated_at", "2018-10-11 16:40:53.346514"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.348320"], ["updated_at", "2018-10-11 16:40:53.348320"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.352618"], ["updated_at", "2018-10-11 16:40:53.352618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.355241"], ["updated_at", "2018-10-11 16:40:53.355241"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.357100"], ["updated_at", "2018-10-11 16:40:53.357100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.358855"], ["updated_at", "2018-10-11 16:40:53.358855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.360474"], ["updated_at", "2018-10-11 16:40:53.360474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.362192"], ["updated_at", "2018-10-11 16:40:53.362192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.363822"], ["updated_at", "2018-10-11 16:40:53.363822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.365374"], ["updated_at", "2018-10-11 16:40:53.365374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.367111"], ["updated_at", "2018-10-11 16:40:53.367111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.368836"], ["updated_at", "2018-10-11 16:40:53.368836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.370465"], ["updated_at", "2018-10-11 16:40:53.370465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.372102"], ["updated_at", "2018-10-11 16:40:53.372102"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.373725"], ["updated_at", "2018-10-11 16:40:53.373725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.375454"], ["updated_at", "2018-10-11 16:40:53.375454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.377189"], ["updated_at", "2018-10-11 16:40:53.377189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.378757"], ["updated_at", "2018-10-11 16:40:53.378757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.380395"], ["updated_at", "2018-10-11 16:40:53.380395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.382039"], ["updated_at", "2018-10-11 16:40:53.382039"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.383660"], ["updated_at", "2018-10-11 16:40:53.383660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.385419"], ["updated_at", "2018-10-11 16:40:53.385419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.386924"], ["updated_at", "2018-10-11 16:40:53.386924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.388567"], ["updated_at", "2018-10-11 16:40:53.388567"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.390413"], ["updated_at", "2018-10-11 16:40:53.390413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.393305"], ["updated_at", "2018-10-11 16:40:53.393305"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.395326"], ["updated_at", "2018-10-11 16:40:53.395326"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.397320"], ["updated_at", "2018-10-11 16:40:53.397320"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.399439"], ["updated_at", "2018-10-11 16:40:53.399439"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.401489"], ["updated_at", "2018-10-11 16:40:53.401489"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.403573"], ["updated_at", "2018-10-11 16:40:53.403573"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.405682"], ["updated_at", "2018-10-11 16:40:53.405682"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.410245"], ["updated_at", "2018-10-11 16:40:53.410245"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.412885"], ["updated_at", "2018-10-11 16:40:53.412885"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.416108"], ["updated_at", "2018-10-11 16:40:53.416108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.420772"], ["updated_at", "2018-10-11 16:40:53.420772"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.422689"], ["updated_at", "2018-10-11 16:40:53.422689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.425500"], ["updated_at", "2018-10-11 16:40:53.425500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.427347"], ["updated_at", "2018-10-11 16:40:53.427347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.428911"], ["updated_at", "2018-10-11 16:40:53.428911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.430542"], ["updated_at", "2018-10-11 16:40:53.430542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.432158"], ["updated_at", "2018-10-11 16:40:53.432158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.433894"], ["updated_at", "2018-10-11 16:40:53.433894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.435611"], ["updated_at", "2018-10-11 16:40:53.435611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.437227"], ["updated_at", "2018-10-11 16:40:53.437227"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.438847"], ["updated_at", "2018-10-11 16:40:53.438847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.440585"], ["updated_at", "2018-10-11 16:40:53.440585"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.442285"], ["updated_at", "2018-10-11 16:40:53.442285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.443977"], ["updated_at", "2018-10-11 16:40:53.443977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.445623"], ["updated_at", "2018-10-11 16:40:53.445623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.447257"], ["updated_at", "2018-10-11 16:40:53.447257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.448814"], ["updated_at", "2018-10-11 16:40:53.448814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.450471"], ["updated_at", "2018-10-11 16:40:53.450471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.452156"], ["updated_at", "2018-10-11 16:40:53.452156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.453771"], ["updated_at", "2018-10-11 16:40:53.453771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.455431"], ["updated_at", "2018-10-11 16:40:53.455431"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.457214"], ["updated_at", "2018-10-11 16:40:53.457214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.460100"], ["updated_at", "2018-10-11 16:40:53.460100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.462059"], ["updated_at", "2018-10-11 16:40:53.462059"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.463682"], ["updated_at", "2018-10-11 16:40:53.463682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.465242"], ["updated_at", "2018-10-11 16:40:53.465242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.466892"], ["updated_at", "2018-10-11 16:40:53.466892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.468529"], ["updated_at", "2018-10-11 16:40:53.468529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.471543"], ["updated_at", "2018-10-11 16:40:53.471543"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.473125"], ["updated_at", "2018-10-11 16:40:53.473125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.474829"], ["updated_at", "2018-10-11 16:40:53.474829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.476583"], ["updated_at", "2018-10-11 16:40:53.476583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.478206"], ["updated_at", "2018-10-11 16:40:53.478206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.479871"], ["updated_at", "2018-10-11 16:40:53.479871"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.481426"], ["updated_at", "2018-10-11 16:40:53.481426"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.485331"], ["updated_at", "2018-10-11 16:40:53.485331"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.489009"], ["updated_at", "2018-10-11 16:40:53.489009"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.490838"], ["updated_at", "2018-10-11 16:40:53.490838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.492694"], ["updated_at", "2018-10-11 16:40:53.492694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.494315"], ["updated_at", "2018-10-11 16:40:53.494315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.495909"], ["updated_at", "2018-10-11 16:40:53.495909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.497596"], ["updated_at", "2018-10-11 16:40:53.497596"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.499163"], ["updated_at", "2018-10-11 16:40:53.499163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.500873"], ["updated_at", "2018-10-11 16:40:53.500873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.502469"], ["updated_at", "2018-10-11 16:40:53.502469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.504097"], ["updated_at", "2018-10-11 16:40:53.504097"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.505664"], ["updated_at", "2018-10-11 16:40:53.505664"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.507396"], ["updated_at", "2018-10-11 16:40:53.507396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.509247"], ["updated_at", "2018-10-11 16:40:53.509247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.510903"], ["updated_at", "2018-10-11 16:40:53.510903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.512529"], ["updated_at", "2018-10-11 16:40:53.512529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.514083"], ["updated_at", "2018-10-11 16:40:53.514083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.515723"], ["updated_at", "2018-10-11 16:40:53.515723"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.517506"], ["updated_at", "2018-10-11 16:40:53.517506"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.520252"], ["updated_at", "2018-10-11 16:40:53.520252"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.522974"], ["updated_at", "2018-10-11 16:40:53.522974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.525977"], ["updated_at", "2018-10-11 16:40:53.525977"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.528190"], ["updated_at", "2018-10-11 16:40:53.528190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.530185"], ["updated_at", "2018-10-11 16:40:53.530185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.532228"], ["updated_at", "2018-10-11 16:40:53.532228"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.534172"], ["updated_at", "2018-10-11 16:40:53.534172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.536169"], ["updated_at", "2018-10-11 16:40:53.536169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.537990"], ["updated_at", "2018-10-11 16:40:53.537990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.542853"], ["updated_at", "2018-10-11 16:40:53.542853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.544512"], ["updated_at", "2018-10-11 16:40:53.544512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.546102"], ["updated_at", "2018-10-11 16:40:53.546102"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.547654"], ["updated_at", "2018-10-11 16:40:53.547654"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.550385"], ["updated_at", "2018-10-11 16:40:53.550385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.554456"], ["updated_at", "2018-10-11 16:40:53.554456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.556314"], ["updated_at", "2018-10-11 16:40:53.556314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.558132"], ["updated_at", "2018-10-11 16:40:53.558132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.559826"], ["updated_at", "2018-10-11 16:40:53.559826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.561463"], ["updated_at", "2018-10-11 16:40:53.561463"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.563055"], ["updated_at", "2018-10-11 16:40:53.563055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.564691"], ["updated_at", "2018-10-11 16:40:53.564691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.566334"], ["updated_at", "2018-10-11 16:40:53.566334"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.568138"], ["updated_at", "2018-10-11 16:40:53.568138"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.569855"], ["updated_at", "2018-10-11 16:40:53.569855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.571513"], ["updated_at", "2018-10-11 16:40:53.571513"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.573170"], ["updated_at", "2018-10-11 16:40:53.573170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.575127"], ["updated_at", "2018-10-11 16:40:53.575127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.576958"], ["updated_at", "2018-10-11 16:40:53.576958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.578593"], ["updated_at", "2018-10-11 16:40:53.578593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.580151"], ["updated_at", "2018-10-11 16:40:53.580151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.581755"], ["updated_at", "2018-10-11 16:40:53.581755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.583367"], ["updated_at", "2018-10-11 16:40:53.583367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.585149"], ["updated_at", "2018-10-11 16:40:53.585149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.586797"], ["updated_at", "2018-10-11 16:40:53.586797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.588370"], ["updated_at", "2018-10-11 16:40:53.588370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.590272"], ["updated_at", "2018-10-11 16:40:53.590272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.593052"], ["updated_at", "2018-10-11 16:40:53.593052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.595183"], ["updated_at", "2018-10-11 16:40:53.595183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.596842"], ["updated_at", "2018-10-11 16:40:53.596842"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.598441"], ["updated_at", "2018-10-11 16:40:53.598441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.600501"], ["updated_at", "2018-10-11 16:40:53.600501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.602284"], ["updated_at", "2018-10-11 16:40:53.602284"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.604987"], ["updated_at", "2018-10-11 16:40:53.604987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.606737"], ["updated_at", "2018-10-11 16:40:53.606737"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.608583"], ["updated_at", "2018-10-11 16:40:53.608583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.610333"], ["updated_at", "2018-10-11 16:40:53.610333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.611902"], ["updated_at", "2018-10-11 16:40:53.611902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.613550"], ["updated_at", "2018-10-11 16:40:53.613550"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.615667"], ["updated_at", "2018-10-11 16:40:53.615667"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.619191"], ["updated_at", "2018-10-11 16:40:53.619191"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.622094"], ["updated_at", "2018-10-11 16:40:53.622094"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.624733"], ["updated_at", "2018-10-11 16:40:53.624733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.628690"], ["updated_at", "2018-10-11 16:40:53.628690"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.630541"], ["updated_at", "2018-10-11 16:40:53.630541"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.632493"], ["updated_at", "2018-10-11 16:40:53.632493"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.634671"], ["updated_at", "2018-10-11 16:40:53.634671"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.636747"], ["updated_at", "2018-10-11 16:40:53.636747"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.638808"], ["updated_at", "2018-10-11 16:40:53.638808"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.641040"], ["updated_at", "2018-10-11 16:40:53.641040"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.643667"], ["updated_at", "2018-10-11 16:40:53.643667"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.646234"], ["updated_at", "2018-10-11 16:40:53.646234"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.648895"], ["updated_at", "2018-10-11 16:40:53.648895"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.651888"], ["updated_at", "2018-10-11 16:40:53.651888"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.654596"], ["updated_at", "2018-10-11 16:40:53.654596"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.659099"], ["updated_at", "2018-10-11 16:40:53.659099"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.661941"], ["updated_at", "2018-10-11 16:40:53.661941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.663948"], ["updated_at", "2018-10-11 16:40:53.663948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.665652"], ["updated_at", "2018-10-11 16:40:53.665652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.667373"], ["updated_at", "2018-10-11 16:40:53.667373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.669054"], ["updated_at", "2018-10-11 16:40:53.669054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.670732"], ["updated_at", "2018-10-11 16:40:53.670732"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.673589"], ["updated_at", "2018-10-11 16:40:53.673589"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.675319"], ["updated_at", "2018-10-11 16:40:53.675319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.677060"], ["updated_at", "2018-10-11 16:40:53.677060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.678625"], ["updated_at", "2018-10-11 16:40:53.678625"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.680242"], ["updated_at", "2018-10-11 16:40:53.680242"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.682882"], ["updated_at", "2018-10-11 16:40:53.682882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.687243"], ["updated_at", "2018-10-11 16:40:53.687243"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.688998"], ["updated_at", "2018-10-11 16:40:53.688998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.690826"], ["updated_at", "2018-10-11 16:40:53.690826"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.692574"], ["updated_at", "2018-10-11 16:40:53.692574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.694266"], ["updated_at", "2018-10-11 16:40:53.694266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.695861"], ["updated_at", "2018-10-11 16:40:53.695861"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.697482"], ["updated_at", "2018-10-11 16:40:53.697482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.699870"], ["updated_at", "2018-10-11 16:40:53.699870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.701761"], ["updated_at", "2018-10-11 16:40:53.701761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.703486"], ["updated_at", "2018-10-11 16:40:53.703486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.705285"], ["updated_at", "2018-10-11 16:40:53.705285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.707021"], ["updated_at", "2018-10-11 16:40:53.707021"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.708699"], ["updated_at", "2018-10-11 16:40:53.708699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.710590"], ["updated_at", "2018-10-11 16:40:53.710590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.712257"], ["updated_at", "2018-10-11 16:40:53.712257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.713841"], ["updated_at", "2018-10-11 16:40:53.713841"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.715681"], ["updated_at", "2018-10-11 16:40:53.715681"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.717704"], ["updated_at", "2018-10-11 16:40:53.717704"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.720960"], ["updated_at", "2018-10-11 16:40:53.720960"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.722972"], ["updated_at", "2018-10-11 16:40:53.722972"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.725838"], ["updated_at", "2018-10-11 16:40:53.725838"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.728494"], ["updated_at", "2018-10-11 16:40:53.728494"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.730491"], ["updated_at", "2018-10-11 16:40:53.730491"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.732509"], ["updated_at", "2018-10-11 16:40:53.732509"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.734796"], ["updated_at", "2018-10-11 16:40:53.734796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.737019"], ["updated_at", "2018-10-11 16:40:53.737019"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.738699"], ["updated_at", "2018-10-11 16:40:53.738699"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.742409"], ["updated_at", "2018-10-11 16:40:53.742409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.744496"], ["updated_at", "2018-10-11 16:40:53.744496"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.746550"], ["updated_at", "2018-10-11 16:40:53.746550"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.750100"], ["updated_at", "2018-10-11 16:40:53.750100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.755888"], ["updated_at", "2018-10-11 16:40:53.755888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.758115"], ["updated_at", "2018-10-11 16:40:53.758115"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.760199"], ["updated_at", "2018-10-11 16:40:53.760199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.762360"], ["updated_at", "2018-10-11 16:40:53.762360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.764339"], ["updated_at", "2018-10-11 16:40:53.764339"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.766287"], ["updated_at", "2018-10-11 16:40:53.766287"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.768637"], ["updated_at", "2018-10-11 16:40:53.768637"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.770721"], ["updated_at", "2018-10-11 16:40:53.770721"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.772816"], ["updated_at", "2018-10-11 16:40:53.772816"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.775550"], ["updated_at", "2018-10-11 16:40:53.775550"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.777958"], ["updated_at", "2018-10-11 16:40:53.777958"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.780196"], ["updated_at", "2018-10-11 16:40:53.780196"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.782432"], ["updated_at", "2018-10-11 16:40:53.782432"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.784651"], ["updated_at", "2018-10-11 16:40:53.784651"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.787082"], ["updated_at", "2018-10-11 16:40:53.787082"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.789276"], ["updated_at", "2018-10-11 16:40:53.789276"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.792635"], ["updated_at", "2018-10-11 16:40:53.792635"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.795806"], ["updated_at", "2018-10-11 16:40:53.795806"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.797879"], ["updated_at", "2018-10-11 16:40:53.797879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.800096"], ["updated_at", "2018-10-11 16:40:53.800096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.802526"], ["updated_at", "2018-10-11 16:40:53.802526"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.804201"], ["updated_at", "2018-10-11 16:40:53.804201"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.805799"], ["updated_at", "2018-10-11 16:40:53.805799"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.809000"], ["updated_at", "2018-10-11 16:40:53.809000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.810793"], ["updated_at", "2018-10-11 16:40:53.810793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.812474"], ["updated_at", "2018-10-11 16:40:53.812474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.814077"], ["updated_at", "2018-10-11 16:40:53.814077"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.816491"], ["updated_at", "2018-10-11 16:40:53.816491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.821367"], ["updated_at", "2018-10-11 16:40:53.821367"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.823726"], ["updated_at", "2018-10-11 16:40:53.823726"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.825548"], ["updated_at", "2018-10-11 16:40:53.825548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.827306"], ["updated_at", "2018-10-11 16:40:53.827306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.828966"], ["updated_at", "2018-10-11 16:40:53.828966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.830611"], ["updated_at", "2018-10-11 16:40:53.830611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.832177"], ["updated_at", "2018-10-11 16:40:53.832177"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.833954"], ["updated_at", "2018-10-11 16:40:53.833954"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.835738"], ["updated_at", "2018-10-11 16:40:53.835738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.837529"], ["updated_at", "2018-10-11 16:40:53.837529"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.839219"], ["updated_at", "2018-10-11 16:40:53.839219"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.841619"], ["updated_at", "2018-10-11 16:40:53.841619"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.843546"], ["updated_at", "2018-10-11 16:40:53.843546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.845192"], ["updated_at", "2018-10-11 16:40:53.845192"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.846821"], ["updated_at", "2018-10-11 16:40:53.846821"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.848554"], ["updated_at", "2018-10-11 16:40:53.848554"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.850291"], ["updated_at", "2018-10-11 16:40:53.850291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.852081"], ["updated_at", "2018-10-11 16:40:53.852081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.853650"], ["updated_at", "2018-10-11 16:40:53.853650"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.855334"], ["updated_at", "2018-10-11 16:40:53.855334"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.857188"], ["updated_at", "2018-10-11 16:40:53.857188"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.860114"], ["updated_at", "2018-10-11 16:40:53.860114"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.862417"], ["updated_at", "2018-10-11 16:40:53.862417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.864525"], ["updated_at", "2018-10-11 16:40:53.864525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.866209"], ["updated_at", "2018-10-11 16:40:53.866209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.867844"], ["updated_at", "2018-10-11 16:40:53.867844"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.869686"], ["updated_at", "2018-10-11 16:40:53.869686"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.875603"], ["updated_at", "2018-10-11 16:40:53.875603"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.877560"], ["updated_at", "2018-10-11 16:40:53.877560"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.879570"], ["updated_at", "2018-10-11 16:40:53.879570"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.881625"], ["updated_at", "2018-10-11 16:40:53.881625"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.885598"], ["updated_at", "2018-10-11 16:40:53.885598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.888646"], ["updated_at", "2018-10-11 16:40:53.888646"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.890470"], ["updated_at", "2018-10-11 16:40:53.890470"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.892779"], ["updated_at", "2018-10-11 16:40:53.892779"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.895531"], ["updated_at", "2018-10-11 16:40:53.895531"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.898219"], ["updated_at", "2018-10-11 16:40:53.898219"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.900937"], ["updated_at", "2018-10-11 16:40:53.900937"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.903377"], ["updated_at", "2018-10-11 16:40:53.903377"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.905895"], ["updated_at", "2018-10-11 16:40:53.905895"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.908745"], ["updated_at", "2018-10-11 16:40:53.908745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.911563"], ["updated_at", "2018-10-11 16:40:53.911563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.913458"], ["updated_at", "2018-10-11 16:40:53.913458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.915067"], ["updated_at", "2018-10-11 16:40:53.915067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.916828"], ["updated_at", "2018-10-11 16:40:53.916828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.918597"], ["updated_at", "2018-10-11 16:40:53.918597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.920222"], ["updated_at", "2018-10-11 16:40:53.920222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.921792"], ["updated_at", "2018-10-11 16:40:53.921792"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.923515"], ["updated_at", "2018-10-11 16:40:53.923515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.926274"], ["updated_at", "2018-10-11 16:40:53.926274"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.928440"], ["updated_at", "2018-10-11 16:40:53.928440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.930049"], ["updated_at", "2018-10-11 16:40:53.930049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.931690"], ["updated_at", "2018-10-11 16:40:53.931690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.933369"], ["updated_at", "2018-10-11 16:40:53.933369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.935034"], ["updated_at", "2018-10-11 16:40:53.935034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.938154"], ["updated_at", "2018-10-11 16:40:53.938154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.939905"], ["updated_at", "2018-10-11 16:40:53.939905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.941714"], ["updated_at", "2018-10-11 16:40:53.941714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.943369"], ["updated_at", "2018-10-11 16:40:53.943369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.944961"], ["updated_at", "2018-10-11 16:40:53.944961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.946544"], ["updated_at", "2018-10-11 16:40:53.946544"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.948955"], ["updated_at", "2018-10-11 16:40:53.948955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.953105"], ["updated_at", "2018-10-11 16:40:53.953105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.955297"], ["updated_at", "2018-10-11 16:40:53.955297"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.957141"], ["updated_at", "2018-10-11 16:40:53.957141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.958909"], ["updated_at", "2018-10-11 16:40:53.958909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.960542"], ["updated_at", "2018-10-11 16:40:53.960542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.962166"], ["updated_at", "2018-10-11 16:40:53.962166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.963797"], ["updated_at", "2018-10-11 16:40:53.963797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.965421"], ["updated_at", "2018-10-11 16:40:53.965421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.967066"], ["updated_at", "2018-10-11 16:40:53.967066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.968867"], ["updated_at", "2018-10-11 16:40:53.968867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.970526"], ["updated_at", "2018-10-11 16:40:53.970526"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.972104"], ["updated_at", "2018-10-11 16:40:53.972104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.973890"], ["updated_at", "2018-10-11 16:40:53.973890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.975582"], ["updated_at", "2018-10-11 16:40:53.975582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.977239"], ["updated_at", "2018-10-11 16:40:53.977239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.978816"], ["updated_at", "2018-10-11 16:40:53.978816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.980444"], ["updated_at", "2018-10-11 16:40:53.980444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.981978"], ["updated_at", "2018-10-11 16:40:53.981978"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.983612"], ["updated_at", "2018-10-11 16:40:53.983612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.985361"], ["updated_at", "2018-10-11 16:40:53.985361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.987020"], ["updated_at", "2018-10-11 16:40:53.987020"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.988559"], ["updated_at", "2018-10-11 16:40:53.988559"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.990378"], ["updated_at", "2018-10-11 16:40:53.990378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.993161"], ["updated_at", "2018-10-11 16:40:53.993161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.995339"], ["updated_at", "2018-10-11 16:40:53.995339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.997019"], ["updated_at", "2018-10-11 16:40:53.997019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:53.998587"], ["updated_at", "2018-10-11 16:40:53.998587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.000127"], ["updated_at", "2018-10-11 16:40:54.000127"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.001851"], ["updated_at", "2018-10-11 16:40:54.001851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.004888"], ["updated_at", "2018-10-11 16:40:54.004888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.006540"], ["updated_at", "2018-10-11 16:40:54.006540"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.008303"], ["updated_at", "2018-10-11 16:40:54.008303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.010090"], ["updated_at", "2018-10-11 16:40:54.010090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.011733"], ["updated_at", "2018-10-11 16:40:54.011733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.013372"], ["updated_at", "2018-10-11 16:40:54.013372"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.015893"], ["updated_at", "2018-10-11 16:40:54.015893"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.020926"], ["updated_at", "2018-10-11 16:40:54.020926"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.023701"], ["updated_at", "2018-10-11 16:40:54.023701"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.026649"], ["updated_at", "2018-10-11 16:40:54.026649"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.029292"], ["updated_at", "2018-10-11 16:40:54.029292"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.031939"], ["updated_at", "2018-10-11 16:40:54.031939"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.034643"], ["updated_at", "2018-10-11 16:40:54.034643"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.037294"], ["updated_at", "2018-10-11 16:40:54.037294"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.039469"], ["updated_at", "2018-10-11 16:40:54.039469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.041227"], ["updated_at", "2018-10-11 16:40:54.041227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.042968"], ["updated_at", "2018-10-11 16:40:54.042968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.044624"], ["updated_at", "2018-10-11 16:40:54.044624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.046199"], ["updated_at", "2018-10-11 16:40:54.046199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.047848"], ["updated_at", "2018-10-11 16:40:54.047848"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.049400"], ["updated_at", "2018-10-11 16:40:54.049400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.051119"], ["updated_at", "2018-10-11 16:40:54.051119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.052783"], ["updated_at", "2018-10-11 16:40:54.052783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.054442"], ["updated_at", "2018-10-11 16:40:54.054442"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.056113"], ["updated_at", "2018-10-11 16:40:54.056113"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.059056"], ["updated_at", "2018-10-11 16:40:54.059056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.061185"], ["updated_at", "2018-10-11 16:40:54.061185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.062868"], ["updated_at", "2018-10-11 16:40:54.062868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.064524"], ["updated_at", "2018-10-11 16:40:54.064524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.066117"], ["updated_at", "2018-10-11 16:40:54.066117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.067825"], ["updated_at", "2018-10-11 16:40:54.067825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.070617"], ["updated_at", "2018-10-11 16:40:54.070617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.072315"], ["updated_at", "2018-10-11 16:40:54.072315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.074049"], ["updated_at", "2018-10-11 16:40:54.074049"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.075745"], ["updated_at", "2018-10-11 16:40:54.075745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.077558"], ["updated_at", "2018-10-11 16:40:54.077558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.079232"], ["updated_at", "2018-10-11 16:40:54.079232"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.080939"], ["updated_at", "2018-10-11 16:40:54.080939"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.083709"], ["updated_at", "2018-10-11 16:40:54.083709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.088284"], ["updated_at", "2018-10-11 16:40:54.088284"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.089966"], ["updated_at", "2018-10-11 16:40:54.089966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.092159"], ["updated_at", "2018-10-11 16:40:54.092159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.093948"], ["updated_at", "2018-10-11 16:40:54.093948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.095567"], ["updated_at", "2018-10-11 16:40:54.095567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.097194"], ["updated_at", "2018-10-11 16:40:54.097194"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.098721"], ["updated_at", "2018-10-11 16:40:54.098721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.100450"], ["updated_at", "2018-10-11 16:40:54.100450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.102177"], ["updated_at", "2018-10-11 16:40:54.102177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.103788"], ["updated_at", "2018-10-11 16:40:54.103788"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.105512"], ["updated_at", "2018-10-11 16:40:54.105512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.107262"], ["updated_at", "2018-10-11 16:40:54.107262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.108907"], ["updated_at", "2018-10-11 16:40:54.108907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.110597"], ["updated_at", "2018-10-11 16:40:54.110597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.112260"], ["updated_at", "2018-10-11 16:40:54.112260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.113858"], ["updated_at", "2018-10-11 16:40:54.113858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.115414"], ["updated_at", "2018-10-11 16:40:54.115414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.117069"], ["updated_at", "2018-10-11 16:40:54.117069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.118788"], ["updated_at", "2018-10-11 16:40:54.118788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.120386"], ["updated_at", "2018-10-11 16:40:54.120386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.122001"], ["updated_at", "2018-10-11 16:40:54.122001"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.123749"], ["updated_at", "2018-10-11 16:40:54.123749"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.126466"], ["updated_at", "2018-10-11 16:40:54.126466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.128604"], ["updated_at", "2018-10-11 16:40:54.128604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.130438"], ["updated_at", "2018-10-11 16:40:54.130438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.132071"], ["updated_at", "2018-10-11 16:40:54.132071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.133699"], ["updated_at", "2018-10-11 16:40:54.133699"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.135625"], ["updated_at", "2018-10-11 16:40:54.135625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.138523"], ["updated_at", "2018-10-11 16:40:54.138523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.140249"], ["updated_at", "2018-10-11 16:40:54.140249"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.142366"], ["updated_at", "2018-10-11 16:40:54.142366"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.145062"], ["updated_at", "2018-10-11 16:40:54.145062"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.147672"], ["updated_at", "2018-10-11 16:40:54.147672"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.152755"], ["updated_at", "2018-10-11 16:40:54.152755"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.158045"], ["updated_at", "2018-10-11 16:40:54.158045"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.160393"], ["updated_at", "2018-10-11 16:40:54.160393"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.162504"], ["updated_at", "2018-10-11 16:40:54.162504"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.164444"], ["updated_at", "2018-10-11 16:40:54.164444"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.167062"], ["updated_at", "2018-10-11 16:40:54.167062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.168841"], ["updated_at", "2018-10-11 16:40:54.168841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.170426"], ["updated_at", "2018-10-11 16:40:54.170426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.172041"], ["updated_at", "2018-10-11 16:40:54.172041"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.173652"], ["updated_at", "2018-10-11 16:40:54.173652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.175366"], ["updated_at", "2018-10-11 16:40:54.175366"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.177602"], ["updated_at", "2018-10-11 16:40:54.177602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.179419"], ["updated_at", "2018-10-11 16:40:54.179419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.181070"], ["updated_at", "2018-10-11 16:40:54.181070"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.182660"], ["updated_at", "2018-10-11 16:40:54.182660"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.184661"], ["updated_at", "2018-10-11 16:40:54.184661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.186531"], ["updated_at", "2018-10-11 16:40:54.186531"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.188399"], ["updated_at", "2018-10-11 16:40:54.188399"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.193806"], ["updated_at", "2018-10-11 16:40:54.193806"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.196350"], ["updated_at", "2018-10-11 16:40:54.196350"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.198403"], ["updated_at", "2018-10-11 16:40:54.198403"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.200596"], ["updated_at", "2018-10-11 16:40:54.200596"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.203188"], ["updated_at", "2018-10-11 16:40:54.203188"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.205386"], ["updated_at", "2018-10-11 16:40:54.205386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.209644"], ["updated_at", "2018-10-11 16:40:54.209644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.211609"], ["updated_at", "2018-10-11 16:40:54.211609"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.213419"], ["updated_at", "2018-10-11 16:40:54.213419"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.215499"], ["updated_at", "2018-10-11 16:40:54.215499"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.219709"], ["updated_at", "2018-10-11 16:40:54.219709"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.222843"], ["updated_at", "2018-10-11 16:40:54.222843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.224842"], ["updated_at", "2018-10-11 16:40:54.224842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.226528"], ["updated_at", "2018-10-11 16:40:54.226528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.228406"], ["updated_at", "2018-10-11 16:40:54.228406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.230199"], ["updated_at", "2018-10-11 16:40:54.230199"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.232094"], ["updated_at", "2018-10-11 16:40:54.232094"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.233864"], ["updated_at", "2018-10-11 16:40:54.233864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.235671"], ["updated_at", "2018-10-11 16:40:54.235671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.237357"], ["updated_at", "2018-10-11 16:40:54.237357"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.239016"], ["updated_at", "2018-10-11 16:40:54.239016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.240736"], ["updated_at", "2018-10-11 16:40:54.240736"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.242543"], ["updated_at", "2018-10-11 16:40:54.242543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.244411"], ["updated_at", "2018-10-11 16:40:54.244411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.246038"], ["updated_at", "2018-10-11 16:40:54.246038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.247646"], ["updated_at", "2018-10-11 16:40:54.247646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.249210"], ["updated_at", "2018-10-11 16:40:54.249210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.250843"], ["updated_at", "2018-10-11 16:40:54.250843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.252518"], ["updated_at", "2018-10-11 16:40:54.252518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.254112"], ["updated_at", "2018-10-11 16:40:54.254112"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.255760"], ["updated_at", "2018-10-11 16:40:54.255760"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.258358"], ["updated_at", "2018-10-11 16:40:54.258358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.260774"], ["updated_at", "2018-10-11 16:40:54.260774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.262476"], ["updated_at", "2018-10-11 16:40:54.262476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.264348"], ["updated_at", "2018-10-11 16:40:54.264348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.266100"], ["updated_at", "2018-10-11 16:40:54.266100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.267723"], ["updated_at", "2018-10-11 16:40:54.267723"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.270398"], ["updated_at", "2018-10-11 16:40:54.270398"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.273155"], ["updated_at", "2018-10-11 16:40:54.273155"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.275955"], ["updated_at", "2018-10-11 16:40:54.275955"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.278634"], ["updated_at", "2018-10-11 16:40:54.278634"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.281206"], ["updated_at", "2018-10-11 16:40:54.281206"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.285210"], ["updated_at", "2018-10-11 16:40:54.285210"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.289748"], ["updated_at", "2018-10-11 16:40:54.289748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.292701"], ["updated_at", "2018-10-11 16:40:54.292701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.294519"], ["updated_at", "2018-10-11 16:40:54.294519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.296170"], ["updated_at", "2018-10-11 16:40:54.296170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.297763"], ["updated_at", "2018-10-11 16:40:54.297763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.299327"], ["updated_at", "2018-10-11 16:40:54.299327"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.300997"], ["updated_at", "2018-10-11 16:40:54.300997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.302719"], ["updated_at", "2018-10-11 16:40:54.302719"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.304314"], ["updated_at", "2018-10-11 16:40:54.304314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.306004"], ["updated_at", "2018-10-11 16:40:54.306004"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.307620"], ["updated_at", "2018-10-11 16:40:54.307620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.309301"], ["updated_at", "2018-10-11 16:40:54.309301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.310930"], ["updated_at", "2018-10-11 16:40:54.310930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.312530"], ["updated_at", "2018-10-11 16:40:54.312530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.314093"], ["updated_at", "2018-10-11 16:40:54.314093"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.315728"], ["updated_at", "2018-10-11 16:40:54.315728"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.318107"], ["updated_at", "2018-10-11 16:40:54.318107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.320225"], ["updated_at", "2018-10-11 16:40:54.320225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.321859"], ["updated_at", "2018-10-11 16:40:54.321859"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.323569"], ["updated_at", "2018-10-11 16:40:54.323569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.326426"], ["updated_at", "2018-10-11 16:40:54.326426"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.328384"], ["updated_at", "2018-10-11 16:40:54.328384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.330159"], ["updated_at", "2018-10-11 16:40:54.330159"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.331791"], ["updated_at", "2018-10-11 16:40:54.331791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.333802"], ["updated_at", "2018-10-11 16:40:54.333802"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.335529"], ["updated_at", "2018-10-11 16:40:54.335529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.338394"], ["updated_at", "2018-10-11 16:40:54.338394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.340141"], ["updated_at", "2018-10-11 16:40:54.340141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.341841"], ["updated_at", "2018-10-11 16:40:54.341841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.343579"], ["updated_at", "2018-10-11 16:40:54.343579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.345246"], ["updated_at", "2018-10-11 16:40:54.345246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.346884"], ["updated_at", "2018-10-11 16:40:54.346884"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.348477"], ["updated_at", "2018-10-11 16:40:54.348477"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.352424"], ["updated_at", "2018-10-11 16:40:54.352424"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.355750"], ["updated_at", "2018-10-11 16:40:54.355750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.357585"], ["updated_at", "2018-10-11 16:40:54.357585"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.359234"], ["updated_at", "2018-10-11 16:40:54.359234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.360827"], ["updated_at", "2018-10-11 16:40:54.360827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.362603"], ["updated_at", "2018-10-11 16:40:54.362603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.364267"], ["updated_at", "2018-10-11 16:40:54.364267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.365889"], ["updated_at", "2018-10-11 16:40:54.365889"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.367733"], ["updated_at", "2018-10-11 16:40:54.367733"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.369581"], ["updated_at", "2018-10-11 16:40:54.369581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.371446"], ["updated_at", "2018-10-11 16:40:54.371446"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.373088"], ["updated_at", "2018-10-11 16:40:54.373088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.374880"], ["updated_at", "2018-10-11 16:40:54.374880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.376561"], ["updated_at", "2018-10-11 16:40:54.376561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.378254"], ["updated_at", "2018-10-11 16:40:54.378254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.379891"], ["updated_at", "2018-10-11 16:40:54.379891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.381440"], ["updated_at", "2018-10-11 16:40:54.381440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.383074"], ["updated_at", "2018-10-11 16:40:54.383074"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.384808"], ["updated_at", "2018-10-11 16:40:54.384808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.386729"], ["updated_at", "2018-10-11 16:40:54.386729"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.388303"], ["updated_at", "2018-10-11 16:40:54.388303"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.390262"], ["updated_at", "2018-10-11 16:40:54.390262"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.393160"], ["updated_at", "2018-10-11 16:40:54.393160"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.395021"], ["updated_at", "2018-10-11 16:40:54.395021"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.397583"], ["updated_at", "2018-10-11 16:40:54.397583"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.399591"], ["updated_at", "2018-10-11 16:40:54.399591"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.401731"], ["updated_at", "2018-10-11 16:40:54.401731"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.403810"], ["updated_at", "2018-10-11 16:40:54.403810"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.408531"], ["updated_at", "2018-10-11 16:40:54.408531"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.411313"], ["updated_at", "2018-10-11 16:40:54.411313"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.414032"], ["updated_at", "2018-10-11 16:40:54.414032"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.418486"], ["updated_at", "2018-10-11 16:40:54.418486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.421738"], ["updated_at", "2018-10-11 16:40:54.421738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.423908"], ["updated_at", "2018-10-11 16:40:54.423908"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.425652"], ["updated_at", "2018-10-11 16:40:54.425652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.427377"], ["updated_at", "2018-10-11 16:40:54.427377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.428908"], ["updated_at", "2018-10-11 16:40:54.428908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.430560"], ["updated_at", "2018-10-11 16:40:54.430560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.432116"], ["updated_at", "2018-10-11 16:40:54.432116"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.433786"], ["updated_at", "2018-10-11 16:40:54.433786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.435656"], ["updated_at", "2018-10-11 16:40:54.435656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.437331"], ["updated_at", "2018-10-11 16:40:54.437331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.438920"], ["updated_at", "2018-10-11 16:40:54.438920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.440588"], ["updated_at", "2018-10-11 16:40:54.440588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.442364"], ["updated_at", "2018-10-11 16:40:54.442364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.444062"], ["updated_at", "2018-10-11 16:40:54.444062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.445779"], ["updated_at", "2018-10-11 16:40:54.445779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.447407"], ["updated_at", "2018-10-11 16:40:54.447407"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.449092"], ["updated_at", "2018-10-11 16:40:54.449092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.450782"], ["updated_at", "2018-10-11 16:40:54.450782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.452470"], ["updated_at", "2018-10-11 16:40:54.452470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.454094"], ["updated_at", "2018-10-11 16:40:54.454094"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.455642"], ["updated_at", "2018-10-11 16:40:54.455642"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.457673"], ["updated_at", "2018-10-11 16:40:54.457673"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.460172"], ["updated_at", "2018-10-11 16:40:54.460172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.462090"], ["updated_at", "2018-10-11 16:40:54.462090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.463741"], ["updated_at", "2018-10-11 16:40:54.463741"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.465355"], ["updated_at", "2018-10-11 16:40:54.465355"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.467119"], ["updated_at", "2018-10-11 16:40:54.467119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.468851"], ["updated_at", "2018-10-11 16:40:54.468851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.472099"], ["updated_at", "2018-10-11 16:40:54.472099"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.473746"], ["updated_at", "2018-10-11 16:40:54.473746"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.475618"], ["updated_at", "2018-10-11 16:40:54.475618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.477355"], ["updated_at", "2018-10-11 16:40:54.477355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.478928"], ["updated_at", "2018-10-11 16:40:54.478928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.480547"], ["updated_at", "2018-10-11 16:40:54.480547"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.483277"], ["updated_at", "2018-10-11 16:40:54.483277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.487225"], ["updated_at", "2018-10-11 16:40:54.487225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.489258"], ["updated_at", "2018-10-11 16:40:54.489258"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.490923"], ["updated_at", "2018-10-11 16:40:54.490923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.492630"], ["updated_at", "2018-10-11 16:40:54.492630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.494287"], ["updated_at", "2018-10-11 16:40:54.494287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.495920"], ["updated_at", "2018-10-11 16:40:54.495920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.497480"], ["updated_at", "2018-10-11 16:40:54.497480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.499177"], ["updated_at", "2018-10-11 16:40:54.499177"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.500883"], ["updated_at", "2018-10-11 16:40:54.500883"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.502632"], ["updated_at", "2018-10-11 16:40:54.502632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.504355"], ["updated_at", "2018-10-11 16:40:54.504355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.505986"], ["updated_at", "2018-10-11 16:40:54.505986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.507680"], ["updated_at", "2018-10-11 16:40:54.507680"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.509298"], ["updated_at", "2018-10-11 16:40:54.509298"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.510985"], ["updated_at", "2018-10-11 16:40:54.510985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.512732"], ["updated_at", "2018-10-11 16:40:54.512732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.514467"], ["updated_at", "2018-10-11 16:40:54.514467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.516070"], ["updated_at", "2018-10-11 16:40:54.516070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.517668"], ["updated_at", "2018-10-11 16:40:54.517668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.519358"], ["updated_at", "2018-10-11 16:40:54.519358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.520934"], ["updated_at", "2018-10-11 16:40:54.520934"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.522897"], ["updated_at", "2018-10-11 16:40:54.522897"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.525941"], ["updated_at", "2018-10-11 16:40:54.525941"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.528259"], ["updated_at", "2018-10-11 16:40:54.528259"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.530344"], ["updated_at", "2018-10-11 16:40:54.530344"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.532193"], ["updated_at", "2018-10-11 16:40:54.532193"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.534187"], ["updated_at", "2018-10-11 16:40:54.534187"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.536208"], ["updated_at", "2018-10-11 16:40:54.536208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.538166"], ["updated_at", "2018-10-11 16:40:54.538166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.542993"], ["updated_at", "2018-10-11 16:40:54.542993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.544941"], ["updated_at", "2018-10-11 16:40:54.544941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.546522"], ["updated_at", "2018-10-11 16:40:54.546522"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.548153"], ["updated_at", "2018-10-11 16:40:54.548153"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.550795"], ["updated_at", "2018-10-11 16:40:54.550795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.555051"], ["updated_at", "2018-10-11 16:40:54.555051"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.557070"], ["updated_at", "2018-10-11 16:40:54.557070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.558811"], ["updated_at", "2018-10-11 16:40:54.558811"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.560460"], ["updated_at", "2018-10-11 16:40:54.560460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.562091"], ["updated_at", "2018-10-11 16:40:54.562091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.563667"], ["updated_at", "2018-10-11 16:40:54.563667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.565318"], ["updated_at", "2018-10-11 16:40:54.565318"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.566926"], ["updated_at", "2018-10-11 16:40:54.566926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.568728"], ["updated_at", "2018-10-11 16:40:54.568728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.570417"], ["updated_at", "2018-10-11 16:40:54.570417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.572007"], ["updated_at", "2018-10-11 16:40:54.572007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.573668"], ["updated_at", "2018-10-11 16:40:54.573668"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.575372"], ["updated_at", "2018-10-11 16:40:54.575372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.577130"], ["updated_at", "2018-10-11 16:40:54.577130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.578738"], ["updated_at", "2018-10-11 16:40:54.578738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.580418"], ["updated_at", "2018-10-11 16:40:54.580418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.582025"], ["updated_at", "2018-10-11 16:40:54.582025"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.583714"], ["updated_at", "2018-10-11 16:40:54.583714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.585510"], ["updated_at", "2018-10-11 16:40:54.585510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.587158"], ["updated_at", "2018-10-11 16:40:54.587158"], ["parent_id", 39895952907]] Kithe::Work Create (3.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.588755"], ["updated_at", "2018-10-11 16:40:54.588755"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.594081"], ["updated_at", "2018-10-11 16:40:54.594081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.596634"], ["updated_at", "2018-10-11 16:40:54.596634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.598369"], ["updated_at", "2018-10-11 16:40:54.598369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.600086"], ["updated_at", "2018-10-11 16:40:54.600086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.601819"], ["updated_at", "2018-10-11 16:40:54.601819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.603464"], ["updated_at", "2018-10-11 16:40:54.603464"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.606367"], ["updated_at", "2018-10-11 16:40:54.606367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.608211"], ["updated_at", "2018-10-11 16:40:54.608211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.610030"], ["updated_at", "2018-10-11 16:40:54.610030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.611724"], ["updated_at", "2018-10-11 16:40:54.611724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.613318"], ["updated_at", "2018-10-11 16:40:54.613318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.614978"], ["updated_at", "2018-10-11 16:40:54.614978"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.617735"], ["updated_at", "2018-10-11 16:40:54.617735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.621871"], ["updated_at", "2018-10-11 16:40:54.621871"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.624024"], ["updated_at", "2018-10-11 16:40:54.624024"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.625805"], ["updated_at", "2018-10-11 16:40:54.625805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.627665"], ["updated_at", "2018-10-11 16:40:54.627665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.629231"], ["updated_at", "2018-10-11 16:40:54.629231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.630873"], ["updated_at", "2018-10-11 16:40:54.630873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.632442"], ["updated_at", "2018-10-11 16:40:54.632442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.634246"], ["updated_at", "2018-10-11 16:40:54.634246"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.635972"], ["updated_at", "2018-10-11 16:40:54.635972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.637893"], ["updated_at", "2018-10-11 16:40:54.637893"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.640738"], ["updated_at", "2018-10-11 16:40:54.640738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.642548"], ["updated_at", "2018-10-11 16:40:54.642548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.644457"], ["updated_at", "2018-10-11 16:40:54.644457"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.646812"], ["updated_at", "2018-10-11 16:40:54.646812"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.649485"], ["updated_at", "2018-10-11 16:40:54.649485"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.652357"], ["updated_at", "2018-10-11 16:40:54.652357"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.654942"], ["updated_at", "2018-10-11 16:40:54.654942"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.658775"], ["updated_at", "2018-10-11 16:40:54.658775"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.662226"], ["updated_at", "2018-10-11 16:40:54.662226"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.664201"], ["updated_at", "2018-10-11 16:40:54.664201"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.666257"], ["updated_at", "2018-10-11 16:40:54.666257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.668280"], ["updated_at", "2018-10-11 16:40:54.668280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.670277"], ["updated_at", "2018-10-11 16:40:54.670277"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.671912"], ["updated_at", "2018-10-11 16:40:54.671912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.674880"], ["updated_at", "2018-10-11 16:40:54.674880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.676652"], ["updated_at", "2018-10-11 16:40:54.676652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.678296"], ["updated_at", "2018-10-11 16:40:54.678296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.679923"], ["updated_at", "2018-10-11 16:40:54.679923"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.681809"], ["updated_at", "2018-10-11 16:40:54.681809"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.684786"], ["updated_at", "2018-10-11 16:40:54.684786"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.688916"], ["updated_at", "2018-10-11 16:40:54.688916"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.690947"], ["updated_at", "2018-10-11 16:40:54.690947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.692800"], ["updated_at", "2018-10-11 16:40:54.692800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.694525"], ["updated_at", "2018-10-11 16:40:54.694525"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.696151"], ["updated_at", "2018-10-11 16:40:54.696151"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.697963"], ["updated_at", "2018-10-11 16:40:54.697963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.699655"], ["updated_at", "2018-10-11 16:40:54.699655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.701385"], ["updated_at", "2018-10-11 16:40:54.701385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.703041"], ["updated_at", "2018-10-11 16:40:54.703041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.704663"], ["updated_at", "2018-10-11 16:40:54.704663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.706259"], ["updated_at", "2018-10-11 16:40:54.706259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.707935"], ["updated_at", "2018-10-11 16:40:54.707935"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.709643"], ["updated_at", "2018-10-11 16:40:54.709643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.711395"], ["updated_at", "2018-10-11 16:40:54.711395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.712967"], ["updated_at", "2018-10-11 16:40:54.712967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.714633"], ["updated_at", "2018-10-11 16:40:54.714633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.716246"], ["updated_at", "2018-10-11 16:40:54.716246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.717917"], ["updated_at", "2018-10-11 16:40:54.717917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.719618"], ["updated_at", "2018-10-11 16:40:54.719618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.721344"], ["updated_at", "2018-10-11 16:40:54.721344"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.723036"], ["updated_at", "2018-10-11 16:40:54.723036"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.725717"], ["updated_at", "2018-10-11 16:40:54.725717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.727967"], ["updated_at", "2018-10-11 16:40:54.727967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.729809"], ["updated_at", "2018-10-11 16:40:54.729809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.731447"], ["updated_at", "2018-10-11 16:40:54.731447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.733137"], ["updated_at", "2018-10-11 16:40:54.733137"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.734845"], ["updated_at", "2018-10-11 16:40:54.734845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.737792"], ["updated_at", "2018-10-11 16:40:54.737792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.739435"], ["updated_at", "2018-10-11 16:40:54.739435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.741064"], ["updated_at", "2018-10-11 16:40:54.741064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.742684"], ["updated_at", "2018-10-11 16:40:54.742684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.744365"], ["updated_at", "2018-10-11 16:40:54.744365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.745933"], ["updated_at", "2018-10-11 16:40:54.745933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.747535"], ["updated_at", "2018-10-11 16:40:54.747535"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.750025"], ["updated_at", "2018-10-11 16:40:54.750025"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.753828"], ["updated_at", "2018-10-11 16:40:54.753828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.755987"], ["updated_at", "2018-10-11 16:40:54.755987"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.757999"], ["updated_at", "2018-10-11 16:40:54.757999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.760129"], ["updated_at", "2018-10-11 16:40:54.760129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.761863"], ["updated_at", "2018-10-11 16:40:54.761863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.763623"], ["updated_at", "2018-10-11 16:40:54.763623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.765206"], ["updated_at", "2018-10-11 16:40:54.765206"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.766793"], ["updated_at", "2018-10-11 16:40:54.766793"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.769020"], ["updated_at", "2018-10-11 16:40:54.769020"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.771721"], ["updated_at", "2018-10-11 16:40:54.771721"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.774656"], ["updated_at", "2018-10-11 16:40:54.774656"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.777589"], ["updated_at", "2018-10-11 16:40:54.777589"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.780210"], ["updated_at", "2018-10-11 16:40:54.780210"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.782899"], ["updated_at", "2018-10-11 16:40:54.782899"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.785727"], ["updated_at", "2018-10-11 16:40:54.785727"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.788171"], ["updated_at", "2018-10-11 16:40:54.788171"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.790018"], ["updated_at", "2018-10-11 16:40:54.790018"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.793026"], ["updated_at", "2018-10-11 16:40:54.793026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.795287"], ["updated_at", "2018-10-11 16:40:54.795287"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.797131"], ["updated_at", "2018-10-11 16:40:54.797131"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.799292"], ["updated_at", "2018-10-11 16:40:54.799292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.801857"], ["updated_at", "2018-10-11 16:40:54.801857"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.803683"], ["updated_at", "2018-10-11 16:40:54.803683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.806757"], ["updated_at", "2018-10-11 16:40:54.806757"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.808752"], ["updated_at", "2018-10-11 16:40:54.808752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.810622"], ["updated_at", "2018-10-11 16:40:54.810622"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.812368"], ["updated_at", "2018-10-11 16:40:54.812368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.814058"], ["updated_at", "2018-10-11 16:40:54.814058"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.816685"], ["updated_at", "2018-10-11 16:40:54.816685"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.820846"], ["updated_at", "2018-10-11 16:40:54.820846"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.822928"], ["updated_at", "2018-10-11 16:40:54.822928"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.824952"], ["updated_at", "2018-10-11 16:40:54.824952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.826779"], ["updated_at", "2018-10-11 16:40:54.826779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.828390"], ["updated_at", "2018-10-11 16:40:54.828390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.829995"], ["updated_at", "2018-10-11 16:40:54.829995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.831962"], ["updated_at", "2018-10-11 16:40:54.831962"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.833743"], ["updated_at", "2018-10-11 16:40:54.833743"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.835627"], ["updated_at", "2018-10-11 16:40:54.835627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.837328"], ["updated_at", "2018-10-11 16:40:54.837328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.839056"], ["updated_at", "2018-10-11 16:40:54.839056"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.840716"], ["updated_at", "2018-10-11 16:40:54.840716"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.842566"], ["updated_at", "2018-10-11 16:40:54.842566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.844428"], ["updated_at", "2018-10-11 16:40:54.844428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.846089"], ["updated_at", "2018-10-11 16:40:54.846089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.847713"], ["updated_at", "2018-10-11 16:40:54.847713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.849304"], ["updated_at", "2018-10-11 16:40:54.849304"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.850995"], ["updated_at", "2018-10-11 16:40:54.850995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.852796"], ["updated_at", "2018-10-11 16:40:54.852796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.854380"], ["updated_at", "2018-10-11 16:40:54.854380"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.856196"], ["updated_at", "2018-10-11 16:40:54.856196"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.859393"], ["updated_at", "2018-10-11 16:40:54.859393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.862215"], ["updated_at", "2018-10-11 16:40:54.862215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.863878"], ["updated_at", "2018-10-11 16:40:54.863878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.865572"], ["updated_at", "2018-10-11 16:40:54.865572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.867225"], ["updated_at", "2018-10-11 16:40:54.867225"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.868759"], ["updated_at", "2018-10-11 16:40:54.868759"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.871582"], ["updated_at", "2018-10-11 16:40:54.871582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.873315"], ["updated_at", "2018-10-11 16:40:54.873315"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.875086"], ["updated_at", "2018-10-11 16:40:54.875086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.876873"], ["updated_at", "2018-10-11 16:40:54.876873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.878498"], ["updated_at", "2018-10-11 16:40:54.878498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.880115"], ["updated_at", "2018-10-11 16:40:54.880115"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.882160"], ["updated_at", "2018-10-11 16:40:54.882160"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.886683"], ["updated_at", "2018-10-11 16:40:54.886683"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.889219"], ["updated_at", "2018-10-11 16:40:54.889219"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.891610"], ["updated_at", "2018-10-11 16:40:54.891610"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.894421"], ["updated_at", "2018-10-11 16:40:54.894421"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.897056"], ["updated_at", "2018-10-11 16:40:54.897056"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.899645"], ["updated_at", "2018-10-11 16:40:54.899645"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.902406"], ["updated_at", "2018-10-11 16:40:54.902406"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.904865"], ["updated_at", "2018-10-11 16:40:54.904865"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.907676"], ["updated_at", "2018-10-11 16:40:54.907676"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.910386"], ["updated_at", "2018-10-11 16:40:54.910386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.912156"], ["updated_at", "2018-10-11 16:40:54.912156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.913864"], ["updated_at", "2018-10-11 16:40:54.913864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.915600"], ["updated_at", "2018-10-11 16:40:54.915600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.917168"], ["updated_at", "2018-10-11 16:40:54.917168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.918809"], ["updated_at", "2018-10-11 16:40:54.918809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.920413"], ["updated_at", "2018-10-11 16:40:54.920413"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.922003"], ["updated_at", "2018-10-11 16:40:54.922003"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.924501"], ["updated_at", "2018-10-11 16:40:54.924501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.927317"], ["updated_at", "2018-10-11 16:40:54.927317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.929088"], ["updated_at", "2018-10-11 16:40:54.929088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.930682"], ["updated_at", "2018-10-11 16:40:54.930682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.932282"], ["updated_at", "2018-10-11 16:40:54.932282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.933903"], ["updated_at", "2018-10-11 16:40:54.933903"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.935692"], ["updated_at", "2018-10-11 16:40:54.935692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.938815"], ["updated_at", "2018-10-11 16:40:54.938815"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.940444"], ["updated_at", "2018-10-11 16:40:54.940444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.942149"], ["updated_at", "2018-10-11 16:40:54.942149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.943798"], ["updated_at", "2018-10-11 16:40:54.943798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.945414"], ["updated_at", "2018-10-11 16:40:54.945414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.947003"], ["updated_at", "2018-10-11 16:40:54.947003"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.948805"], ["updated_at", "2018-10-11 16:40:54.948805"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.952373"], ["updated_at", "2018-10-11 16:40:54.952373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.955349"], ["updated_at", "2018-10-11 16:40:54.955349"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.956942"], ["updated_at", "2018-10-11 16:40:54.956942"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.958941"], ["updated_at", "2018-10-11 16:40:54.958941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.960759"], ["updated_at", "2018-10-11 16:40:54.960759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.962405"], ["updated_at", "2018-10-11 16:40:54.962405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.964057"], ["updated_at", "2018-10-11 16:40:54.964057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.965611"], ["updated_at", "2018-10-11 16:40:54.965611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.967276"], ["updated_at", "2018-10-11 16:40:54.967276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.968984"], ["updated_at", "2018-10-11 16:40:54.968984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.970646"], ["updated_at", "2018-10-11 16:40:54.970646"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.972246"], ["updated_at", "2018-10-11 16:40:54.972246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.974034"], ["updated_at", "2018-10-11 16:40:54.974034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.975730"], ["updated_at", "2018-10-11 16:40:54.975730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.977455"], ["updated_at", "2018-10-11 16:40:54.977455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.979053"], ["updated_at", "2018-10-11 16:40:54.979053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.980636"], ["updated_at", "2018-10-11 16:40:54.980636"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.982199"], ["updated_at", "2018-10-11 16:40:54.982199"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.983989"], ["updated_at", "2018-10-11 16:40:54.983989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.985792"], ["updated_at", "2018-10-11 16:40:54.985792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.987393"], ["updated_at", "2018-10-11 16:40:54.987393"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.989173"], ["updated_at", "2018-10-11 16:40:54.989173"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.991727"], ["updated_at", "2018-10-11 16:40:54.991727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.994281"], ["updated_at", "2018-10-11 16:40:54.994281"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.996008"], ["updated_at", "2018-10-11 16:40:54.996008"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.997620"], ["updated_at", "2018-10-11 16:40:54.997620"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:54.999263"], ["updated_at", "2018-10-11 16:40:54.999263"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.001093"], ["updated_at", "2018-10-11 16:40:55.001093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.004200"], ["updated_at", "2018-10-11 16:40:55.004200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.005875"], ["updated_at", "2018-10-11 16:40:55.005875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.007469"], ["updated_at", "2018-10-11 16:40:55.007469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.009218"], ["updated_at", "2018-10-11 16:40:55.009218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.010877"], ["updated_at", "2018-10-11 16:40:55.010877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.012527"], ["updated_at", "2018-10-11 16:40:55.012527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.014068"], ["updated_at", "2018-10-11 16:40:55.014068"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.016724"], ["updated_at", "2018-10-11 16:40:55.016724"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.022136"], ["updated_at", "2018-10-11 16:40:55.022136"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.025295"], ["updated_at", "2018-10-11 16:40:55.025295"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.028050"], ["updated_at", "2018-10-11 16:40:55.028050"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.030670"], ["updated_at", "2018-10-11 16:40:55.030670"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.033257"], ["updated_at", "2018-10-11 16:40:55.033257"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.036098"], ["updated_at", "2018-10-11 16:40:55.036098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.038317"], ["updated_at", "2018-10-11 16:40:55.038317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.039969"], ["updated_at", "2018-10-11 16:40:55.039969"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.041771"], ["updated_at", "2018-10-11 16:40:55.041771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.043605"], ["updated_at", "2018-10-11 16:40:55.043605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.045259"], ["updated_at", "2018-10-11 16:40:55.045259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.046933"], ["updated_at", "2018-10-11 16:40:55.046933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.048489"], ["updated_at", "2018-10-11 16:40:55.048489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.050129"], ["updated_at", "2018-10-11 16:40:55.050129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.051791"], ["updated_at", "2018-10-11 16:40:55.051791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.053500"], ["updated_at", "2018-10-11 16:40:55.053500"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.055073"], ["updated_at", "2018-10-11 16:40:55.055073"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.056734"], ["updated_at", "2018-10-11 16:40:55.056734"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.059668"], ["updated_at", "2018-10-11 16:40:55.059668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.061744"], ["updated_at", "2018-10-11 16:40:55.061744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.063415"], ["updated_at", "2018-10-11 16:40:55.063415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.065085"], ["updated_at", "2018-10-11 16:40:55.065085"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.066674"], ["updated_at", "2018-10-11 16:40:55.066674"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.068314"], ["updated_at", "2018-10-11 16:40:55.068314"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.071345"], ["updated_at", "2018-10-11 16:40:55.071345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.072982"], ["updated_at", "2018-10-11 16:40:55.072982"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.074704"], ["updated_at", "2018-10-11 16:40:55.074704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.076486"], ["updated_at", "2018-10-11 16:40:55.076486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.078117"], ["updated_at", "2018-10-11 16:40:55.078117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.079758"], ["updated_at", "2018-10-11 16:40:55.079758"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.081317"], ["updated_at", "2018-10-11 16:40:55.081317"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.083836"], ["updated_at", "2018-10-11 16:40:55.083836"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.088199"], ["updated_at", "2018-10-11 16:40:55.088199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.090939"], ["updated_at", "2018-10-11 16:40:55.090939"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.092847"], ["updated_at", "2018-10-11 16:40:55.092847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.094761"], ["updated_at", "2018-10-11 16:40:55.094761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.097617"], ["updated_at", "2018-10-11 16:40:55.097617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.099351"], ["updated_at", "2018-10-11 16:40:55.099351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.101012"], ["updated_at", "2018-10-11 16:40:55.101012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.102680"], ["updated_at", "2018-10-11 16:40:55.102680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.104313"], ["updated_at", "2018-10-11 16:40:55.104313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.105896"], ["updated_at", "2018-10-11 16:40:55.105896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.107480"], ["updated_at", "2018-10-11 16:40:55.107480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.109085"], ["updated_at", "2018-10-11 16:40:55.109085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.110748"], ["updated_at", "2018-10-11 16:40:55.110748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.112332"], ["updated_at", "2018-10-11 16:40:55.112332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.114166"], ["updated_at", "2018-10-11 16:40:55.114166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.115752"], ["updated_at", "2018-10-11 16:40:55.115752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.117387"], ["updated_at", "2018-10-11 16:40:55.117387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.119025"], ["updated_at", "2018-10-11 16:40:55.119025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.120653"], ["updated_at", "2018-10-11 16:40:55.120653"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.122223"], ["updated_at", "2018-10-11 16:40:55.122223"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.124179"], ["updated_at", "2018-10-11 16:40:55.124179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.127025"], ["updated_at", "2018-10-11 16:40:55.127025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.129002"], ["updated_at", "2018-10-11 16:40:55.129002"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.130669"], ["updated_at", "2018-10-11 16:40:55.130669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.132793"], ["updated_at", "2018-10-11 16:40:55.132793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.134514"], ["updated_at", "2018-10-11 16:40:55.134514"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.136277"], ["updated_at", "2018-10-11 16:40:55.136277"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.139325"], ["updated_at", "2018-10-11 16:40:55.139325"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.141721"], ["updated_at", "2018-10-11 16:40:55.141721"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.144528"], ["updated_at", "2018-10-11 16:40:55.144528"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.147229"], ["updated_at", "2018-10-11 16:40:55.147229"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.150037"], ["updated_at", "2018-10-11 16:40:55.150037"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.155114"], ["updated_at", "2018-10-11 16:40:55.155114"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.158400"], ["updated_at", "2018-10-11 16:40:55.158400"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.161183"], ["updated_at", "2018-10-11 16:40:55.161183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.163230"], ["updated_at", "2018-10-11 16:40:55.163230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.164885"], ["updated_at", "2018-10-11 16:40:55.164885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.166528"], ["updated_at", "2018-10-11 16:40:55.166528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.168277"], ["updated_at", "2018-10-11 16:40:55.168277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.169972"], ["updated_at", "2018-10-11 16:40:55.169972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.171572"], ["updated_at", "2018-10-11 16:40:55.171572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.173122"], ["updated_at", "2018-10-11 16:40:55.173122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.174938"], ["updated_at", "2018-10-11 16:40:55.174938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.176707"], ["updated_at", "2018-10-11 16:40:55.176707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.178320"], ["updated_at", "2018-10-11 16:40:55.178320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.180129"], ["updated_at", "2018-10-11 16:40:55.180129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.181729"], ["updated_at", "2018-10-11 16:40:55.181729"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.183541"], ["updated_at", "2018-10-11 16:40:55.183541"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.185298"], ["updated_at", "2018-10-11 16:40:55.185298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.186967"], ["updated_at", "2018-10-11 16:40:55.186967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.188498"], ["updated_at", "2018-10-11 16:40:55.188498"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.190128"], ["updated_at", "2018-10-11 16:40:55.190128"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.193031"], ["updated_at", "2018-10-11 16:40:55.193031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.195187"], ["updated_at", "2018-10-11 16:40:55.195187"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.196921"], ["updated_at", "2018-10-11 16:40:55.196921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.198683"], ["updated_at", "2018-10-11 16:40:55.198683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.200260"], ["updated_at", "2018-10-11 16:40:55.200260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.202013"], ["updated_at", "2018-10-11 16:40:55.202013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.204957"], ["updated_at", "2018-10-11 16:40:55.204957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.206554"], ["updated_at", "2018-10-11 16:40:55.206554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.208225"], ["updated_at", "2018-10-11 16:40:55.208225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.209981"], ["updated_at", "2018-10-11 16:40:55.209981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.211624"], ["updated_at", "2018-10-11 16:40:55.211624"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.213183"], ["updated_at", "2018-10-11 16:40:55.213183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.214830"], ["updated_at", "2018-10-11 16:40:55.214830"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.217062"], ["updated_at", "2018-10-11 16:40:55.217062"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.220971"], ["updated_at", "2018-10-11 16:40:55.220971"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.223680"], ["updated_at", "2018-10-11 16:40:55.223680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.225516"], ["updated_at", "2018-10-11 16:40:55.225516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.227294"], ["updated_at", "2018-10-11 16:40:55.227294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.228959"], ["updated_at", "2018-10-11 16:40:55.228959"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.230519"], ["updated_at", "2018-10-11 16:40:55.230519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.232283"], ["updated_at", "2018-10-11 16:40:55.232283"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.233967"], ["updated_at", "2018-10-11 16:40:55.233967"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.235693"], ["updated_at", "2018-10-11 16:40:55.235693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.237455"], ["updated_at", "2018-10-11 16:40:55.237455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.239074"], ["updated_at", "2018-10-11 16:40:55.239074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.240716"], ["updated_at", "2018-10-11 16:40:55.240716"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.242475"], ["updated_at", "2018-10-11 16:40:55.242475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.244279"], ["updated_at", "2018-10-11 16:40:55.244279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.245974"], ["updated_at", "2018-10-11 16:40:55.245974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.247680"], ["updated_at", "2018-10-11 16:40:55.247680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.249283"], ["updated_at", "2018-10-11 16:40:55.249283"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.250871"], ["updated_at", "2018-10-11 16:40:55.250871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.252616"], ["updated_at", "2018-10-11 16:40:55.252616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.254280"], ["updated_at", "2018-10-11 16:40:55.254280"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.255930"], ["updated_at", "2018-10-11 16:40:55.255930"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.258374"], ["updated_at", "2018-10-11 16:40:55.258374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.261248"], ["updated_at", "2018-10-11 16:40:55.261248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.262991"], ["updated_at", "2018-10-11 16:40:55.262991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.264617"], ["updated_at", "2018-10-11 16:40:55.264617"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.266255"], ["updated_at", "2018-10-11 16:40:55.266255"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.268402"], ["updated_at", "2018-10-11 16:40:55.268402"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.270465"], ["updated_at", "2018-10-11 16:40:55.270465"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.273837"], ["updated_at", "2018-10-11 16:40:55.273837"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.276728"], ["updated_at", "2018-10-11 16:40:55.276728"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.279522"], ["updated_at", "2018-10-11 16:40:55.279522"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.282136"], ["updated_at", "2018-10-11 16:40:55.282136"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.287533"], ["updated_at", "2018-10-11 16:40:55.287533"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.290362"], ["updated_at", "2018-10-11 16:40:55.290362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.292152"], ["updated_at", "2018-10-11 16:40:55.292152"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.293814"], ["updated_at", "2018-10-11 16:40:55.293814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.295607"], ["updated_at", "2018-10-11 16:40:55.295607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.297254"], ["updated_at", "2018-10-11 16:40:55.297254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.298924"], ["updated_at", "2018-10-11 16:40:55.298924"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.300522"], ["updated_at", "2018-10-11 16:40:55.300522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.302267"], ["updated_at", "2018-10-11 16:40:55.302267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.303872"], ["updated_at", "2018-10-11 16:40:55.303872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.305477"], ["updated_at", "2018-10-11 16:40:55.305477"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.307052"], ["updated_at", "2018-10-11 16:40:55.307052"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.308761"], ["updated_at", "2018-10-11 16:40:55.308761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.310565"], ["updated_at", "2018-10-11 16:40:55.310565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.312185"], ["updated_at", "2018-10-11 16:40:55.312185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.313741"], ["updated_at", "2018-10-11 16:40:55.313741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.315337"], ["updated_at", "2018-10-11 16:40:55.315337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.316926"], ["updated_at", "2018-10-11 16:40:55.316926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.318623"], ["updated_at", "2018-10-11 16:40:55.318623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.320243"], ["updated_at", "2018-10-11 16:40:55.320243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.321896"], ["updated_at", "2018-10-11 16:40:55.321896"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.323530"], ["updated_at", "2018-10-11 16:40:55.323530"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.326348"], ["updated_at", "2018-10-11 16:40:55.326348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.328333"], ["updated_at", "2018-10-11 16:40:55.328333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.330016"], ["updated_at", "2018-10-11 16:40:55.330016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.331644"], ["updated_at", "2018-10-11 16:40:55.331644"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.333305"], ["updated_at", "2018-10-11 16:40:55.333305"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.335749"], ["updated_at", "2018-10-11 16:40:55.335749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.338709"], ["updated_at", "2018-10-11 16:40:55.338709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.340329"], ["updated_at", "2018-10-11 16:40:55.340329"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.342028"], ["updated_at", "2018-10-11 16:40:55.342028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.343762"], ["updated_at", "2018-10-11 16:40:55.343762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.345438"], ["updated_at", "2018-10-11 16:40:55.345438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.346997"], ["updated_at", "2018-10-11 16:40:55.346997"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.348710"], ["updated_at", "2018-10-11 16:40:55.348710"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.353155"], ["updated_at", "2018-10-11 16:40:55.353155"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.355825"], ["updated_at", "2018-10-11 16:40:55.355825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.357534"], ["updated_at", "2018-10-11 16:40:55.357534"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.359204"], ["updated_at", "2018-10-11 16:40:55.359204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.360950"], ["updated_at", "2018-10-11 16:40:55.360950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.362560"], ["updated_at", "2018-10-11 16:40:55.362560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.364110"], ["updated_at", "2018-10-11 16:40:55.364110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.365731"], ["updated_at", "2018-10-11 16:40:55.365731"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.367283"], ["updated_at", "2018-10-11 16:40:55.367283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.368969"], ["updated_at", "2018-10-11 16:40:55.368969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.370576"], ["updated_at", "2018-10-11 16:40:55.370576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.372148"], ["updated_at", "2018-10-11 16:40:55.372148"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.373731"], ["updated_at", "2018-10-11 16:40:55.373731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.375509"], ["updated_at", "2018-10-11 16:40:55.375509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.377182"], ["updated_at", "2018-10-11 16:40:55.377182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.378835"], ["updated_at", "2018-10-11 16:40:55.378835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.380455"], ["updated_at", "2018-10-11 16:40:55.380455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.382079"], ["updated_at", "2018-10-11 16:40:55.382079"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.383753"], ["updated_at", "2018-10-11 16:40:55.383753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.385467"], ["updated_at", "2018-10-11 16:40:55.385467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.387129"], ["updated_at", "2018-10-11 16:40:55.387129"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.388762"], ["updated_at", "2018-10-11 16:40:55.388762"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.390794"], ["updated_at", "2018-10-11 16:40:55.390794"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.393759"], ["updated_at", "2018-10-11 16:40:55.393759"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.395986"], ["updated_at", "2018-10-11 16:40:55.395986"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.398137"], ["updated_at", "2018-10-11 16:40:55.398137"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.400140"], ["updated_at", "2018-10-11 16:40:55.400140"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.402348"], ["updated_at", "2018-10-11 16:40:55.402348"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.404720"], ["updated_at", "2018-10-11 16:40:55.404720"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.410607"], ["updated_at", "2018-10-11 16:40:55.410607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.413272"], ["updated_at", "2018-10-11 16:40:55.413272"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.414823"], ["updated_at", "2018-10-11 16:40:55.414823"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.417251"], ["updated_at", "2018-10-11 16:40:55.417251"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.420874"], ["updated_at", "2018-10-11 16:40:55.420874"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.423482"], ["updated_at", "2018-10-11 16:40:55.423482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.425486"], ["updated_at", "2018-10-11 16:40:55.425486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.427279"], ["updated_at", "2018-10-11 16:40:55.427279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.428883"], ["updated_at", "2018-10-11 16:40:55.428883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.430507"], ["updated_at", "2018-10-11 16:40:55.430507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.432085"], ["updated_at", "2018-10-11 16:40:55.432085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.433726"], ["updated_at", "2018-10-11 16:40:55.433726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.435413"], ["updated_at", "2018-10-11 16:40:55.435413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.437127"], ["updated_at", "2018-10-11 16:40:55.437127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.438718"], ["updated_at", "2018-10-11 16:40:55.438718"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.440350"], ["updated_at", "2018-10-11 16:40:55.440350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.442147"], ["updated_at", "2018-10-11 16:40:55.442147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.443899"], ["updated_at", "2018-10-11 16:40:55.443899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.445498"], ["updated_at", "2018-10-11 16:40:55.445498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.447147"], ["updated_at", "2018-10-11 16:40:55.447147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.448720"], ["updated_at", "2018-10-11 16:40:55.448720"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.450390"], ["updated_at", "2018-10-11 16:40:55.450390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.452187"], ["updated_at", "2018-10-11 16:40:55.452187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.453856"], ["updated_at", "2018-10-11 16:40:55.453856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.455465"], ["updated_at", "2018-10-11 16:40:55.455465"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.457178"], ["updated_at", "2018-10-11 16:40:55.457178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.460193"], ["updated_at", "2018-10-11 16:40:55.460193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.462288"], ["updated_at", "2018-10-11 16:40:55.462288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.463960"], ["updated_at", "2018-10-11 16:40:55.463960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.465487"], ["updated_at", "2018-10-11 16:40:55.465487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.467049"], ["updated_at", "2018-10-11 16:40:55.467049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.468721"], ["updated_at", "2018-10-11 16:40:55.468721"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.471783"], ["updated_at", "2018-10-11 16:40:55.471783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.473490"], ["updated_at", "2018-10-11 16:40:55.473490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.475243"], ["updated_at", "2018-10-11 16:40:55.475243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.477048"], ["updated_at", "2018-10-11 16:40:55.477048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.478671"], ["updated_at", "2018-10-11 16:40:55.478671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.480291"], ["updated_at", "2018-10-11 16:40:55.480291"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.481901"], ["updated_at", "2018-10-11 16:40:55.481901"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.484344"], ["updated_at", "2018-10-11 16:40:55.484344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.488502"], ["updated_at", "2018-10-11 16:40:55.488502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.490794"], ["updated_at", "2018-10-11 16:40:55.490794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.492567"], ["updated_at", "2018-10-11 16:40:55.492567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.494323"], ["updated_at", "2018-10-11 16:40:55.494323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.495954"], ["updated_at", "2018-10-11 16:40:55.495954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.497534"], ["updated_at", "2018-10-11 16:40:55.497534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.499177"], ["updated_at", "2018-10-11 16:40:55.499177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.500780"], ["updated_at", "2018-10-11 16:40:55.500780"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.502446"], ["updated_at", "2018-10-11 16:40:55.502446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.504161"], ["updated_at", "2018-10-11 16:40:55.504161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.505859"], ["updated_at", "2018-10-11 16:40:55.505859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.507442"], ["updated_at", "2018-10-11 16:40:55.507442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.509081"], ["updated_at", "2018-10-11 16:40:55.509081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.510757"], ["updated_at", "2018-10-11 16:40:55.510757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.512476"], ["updated_at", "2018-10-11 16:40:55.512476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.514075"], ["updated_at", "2018-10-11 16:40:55.514075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.515654"], ["updated_at", "2018-10-11 16:40:55.515654"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.517547"], ["updated_at", "2018-10-11 16:40:55.517547"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.520405"], ["updated_at", "2018-10-11 16:40:55.520405"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.522995"], ["updated_at", "2018-10-11 16:40:55.522995"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.526024"], ["updated_at", "2018-10-11 16:40:55.526024"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.528489"], ["updated_at", "2018-10-11 16:40:55.528489"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.532133"], ["updated_at", "2018-10-11 16:40:55.532133"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.534294"], ["updated_at", "2018-10-11 16:40:55.534294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.536638"], ["updated_at", "2018-10-11 16:40:55.536638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.538269"], ["updated_at", "2018-10-11 16:40:55.538269"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.542418"], ["updated_at", "2018-10-11 16:40:55.542418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.544416"], ["updated_at", "2018-10-11 16:40:55.544416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.546026"], ["updated_at", "2018-10-11 16:40:55.546026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.547644"], ["updated_at", "2018-10-11 16:40:55.547644"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.549804"], ["updated_at", "2018-10-11 16:40:55.549804"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.553717"], ["updated_at", "2018-10-11 16:40:55.553717"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.556320"], ["updated_at", "2018-10-11 16:40:55.556320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.558330"], ["updated_at", "2018-10-11 16:40:55.558330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.560070"], ["updated_at", "2018-10-11 16:40:55.560070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.561733"], ["updated_at", "2018-10-11 16:40:55.561733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.563328"], ["updated_at", "2018-10-11 16:40:55.563328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.564975"], ["updated_at", "2018-10-11 16:40:55.564975"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.566562"], ["updated_at", "2018-10-11 16:40:55.566562"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.568348"], ["updated_at", "2018-10-11 16:40:55.568348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.570080"], ["updated_at", "2018-10-11 16:40:55.570080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.571608"], ["updated_at", "2018-10-11 16:40:55.571608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.573275"], ["updated_at", "2018-10-11 16:40:55.573275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.574938"], ["updated_at", "2018-10-11 16:40:55.574938"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.576737"], ["updated_at", "2018-10-11 16:40:55.576737"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.578968"], ["updated_at", "2018-10-11 16:40:55.578968"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.581258"], ["updated_at", "2018-10-11 16:40:55.581258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.582943"], ["updated_at", "2018-10-11 16:40:55.582943"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.584591"], ["updated_at", "2018-10-11 16:40:55.584591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.586733"], ["updated_at", "2018-10-11 16:40:55.586733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.588516"], ["updated_at", "2018-10-11 16:40:55.588516"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.590250"], ["updated_at", "2018-10-11 16:40:55.590250"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.593263"], ["updated_at", "2018-10-11 16:40:55.593263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.595143"], ["updated_at", "2018-10-11 16:40:55.595143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.597040"], ["updated_at", "2018-10-11 16:40:55.597040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.598767"], ["updated_at", "2018-10-11 16:40:55.598767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.600327"], ["updated_at", "2018-10-11 16:40:55.600327"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.602087"], ["updated_at", "2018-10-11 16:40:55.602087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.605020"], ["updated_at", "2018-10-11 16:40:55.605020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.606624"], ["updated_at", "2018-10-11 16:40:55.606624"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.608290"], ["updated_at", "2018-10-11 16:40:55.608290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.610089"], ["updated_at", "2018-10-11 16:40:55.610089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.611685"], ["updated_at", "2018-10-11 16:40:55.611685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.613268"], ["updated_at", "2018-10-11 16:40:55.613268"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.614921"], ["updated_at", "2018-10-11 16:40:55.614921"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.618758"], ["updated_at", "2018-10-11 16:40:55.618758"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.622166"], ["updated_at", "2018-10-11 16:40:55.622166"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.624758"], ["updated_at", "2018-10-11 16:40:55.624758"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.626763"], ["updated_at", "2018-10-11 16:40:55.626763"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.628715"], ["updated_at", "2018-10-11 16:40:55.628715"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.630673"], ["updated_at", "2018-10-11 16:40:55.630673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.632377"], ["updated_at", "2018-10-11 16:40:55.632377"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.634054"], ["updated_at", "2018-10-11 16:40:55.634054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.635769"], ["updated_at", "2018-10-11 16:40:55.635769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.637436"], ["updated_at", "2018-10-11 16:40:55.637436"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.639207"], ["updated_at", "2018-10-11 16:40:55.639207"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.641947"], ["updated_at", "2018-10-11 16:40:55.641947"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.644880"], ["updated_at", "2018-10-11 16:40:55.644880"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.647482"], ["updated_at", "2018-10-11 16:40:55.647482"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.650027"], ["updated_at", "2018-10-11 16:40:55.650027"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.652767"], ["updated_at", "2018-10-11 16:40:55.652767"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.655422"], ["updated_at", "2018-10-11 16:40:55.655422"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.657907"], ["updated_at", "2018-10-11 16:40:55.657907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.660740"], ["updated_at", "2018-10-11 16:40:55.660740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.662478"], ["updated_at", "2018-10-11 16:40:55.662478"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.664147"], ["updated_at", "2018-10-11 16:40:55.664147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.665755"], ["updated_at", "2018-10-11 16:40:55.665755"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.667505"], ["updated_at", "2018-10-11 16:40:55.667505"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.669489"], ["updated_at", "2018-10-11 16:40:55.669489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.672448"], ["updated_at", "2018-10-11 16:40:55.672448"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.674116"], ["updated_at", "2018-10-11 16:40:55.674116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.675845"], ["updated_at", "2018-10-11 16:40:55.675845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.677659"], ["updated_at", "2018-10-11 16:40:55.677659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.679389"], ["updated_at", "2018-10-11 16:40:55.679389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.680928"], ["updated_at", "2018-10-11 16:40:55.680928"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.682600"], ["updated_at", "2018-10-11 16:40:55.682600"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.686371"], ["updated_at", "2018-10-11 16:40:55.686371"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.689407"], ["updated_at", "2018-10-11 16:40:55.689407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.691409"], ["updated_at", "2018-10-11 16:40:55.691409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.693168"], ["updated_at", "2018-10-11 16:40:55.693168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.694859"], ["updated_at", "2018-10-11 16:40:55.694859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.696414"], ["updated_at", "2018-10-11 16:40:55.696414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.698066"], ["updated_at", "2018-10-11 16:40:55.698066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.699604"], ["updated_at", "2018-10-11 16:40:55.699604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.701279"], ["updated_at", "2018-10-11 16:40:55.701279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.703014"], ["updated_at", "2018-10-11 16:40:55.703014"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.704755"], ["updated_at", "2018-10-11 16:40:55.704755"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.706421"], ["updated_at", "2018-10-11 16:40:55.706421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.709292"], ["updated_at", "2018-10-11 16:40:55.709292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.711102"], ["updated_at", "2018-10-11 16:40:55.711102"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.712768"], ["updated_at", "2018-10-11 16:40:55.712768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.714527"], ["updated_at", "2018-10-11 16:40:55.714527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.716069"], ["updated_at", "2018-10-11 16:40:55.716069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.717692"], ["updated_at", "2018-10-11 16:40:55.717692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.719356"], ["updated_at", "2018-10-11 16:40:55.719356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.721035"], ["updated_at", "2018-10-11 16:40:55.721035"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.722629"], ["updated_at", "2018-10-11 16:40:55.722629"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.725194"], ["updated_at", "2018-10-11 16:40:55.725194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.727485"], ["updated_at", "2018-10-11 16:40:55.727485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.729134"], ["updated_at", "2018-10-11 16:40:55.729134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.730816"], ["updated_at", "2018-10-11 16:40:55.730816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.732664"], ["updated_at", "2018-10-11 16:40:55.732664"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.734416"], ["updated_at", "2018-10-11 16:40:55.734416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.737759"], ["updated_at", "2018-10-11 16:40:55.737759"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.739414"], ["updated_at", "2018-10-11 16:40:55.739414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.741064"], ["updated_at", "2018-10-11 16:40:55.741064"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.742724"], ["updated_at", "2018-10-11 16:40:55.742724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.744436"], ["updated_at", "2018-10-11 16:40:55.744436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.746023"], ["updated_at", "2018-10-11 16:40:55.746023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.747647"], ["updated_at", "2018-10-11 16:40:55.747647"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.749208"], ["updated_at", "2018-10-11 16:40:55.749208"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.752195"], ["updated_at", "2018-10-11 16:40:55.752195"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.755962"], ["updated_at", "2018-10-11 16:40:55.755962"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.758615"], ["updated_at", "2018-10-11 16:40:55.758615"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.760363"], ["updated_at", "2018-10-11 16:40:55.760363"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.762388"], ["updated_at", "2018-10-11 16:40:55.762388"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.765040"], ["updated_at", "2018-10-11 16:40:55.765040"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.767408"], ["updated_at", "2018-10-11 16:40:55.767408"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.769996"], ["updated_at", "2018-10-11 16:40:55.769996"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.772640"], ["updated_at", "2018-10-11 16:40:55.772640"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.775452"], ["updated_at", "2018-10-11 16:40:55.775452"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.778198"], ["updated_at", "2018-10-11 16:40:55.778198"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.780925"], ["updated_at", "2018-10-11 16:40:55.780925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.782898"], ["updated_at", "2018-10-11 16:40:55.782898"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.784575"], ["updated_at", "2018-10-11 16:40:55.784575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.786464"], ["updated_at", "2018-10-11 16:40:55.786464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.788131"], ["updated_at", "2018-10-11 16:40:55.788131"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.789779"], ["updated_at", "2018-10-11 16:40:55.789779"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.792547"], ["updated_at", "2018-10-11 16:40:55.792547"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.795539"], ["updated_at", "2018-10-11 16:40:55.795539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.797501"], ["updated_at", "2018-10-11 16:40:55.797501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.799040"], ["updated_at", "2018-10-11 16:40:55.799040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.801032"], ["updated_at", "2018-10-11 16:40:55.801032"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.802871"], ["updated_at", "2018-10-11 16:40:55.802871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.805697"], ["updated_at", "2018-10-11 16:40:55.805697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.807649"], ["updated_at", "2018-10-11 16:40:55.807649"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.809486"], ["updated_at", "2018-10-11 16:40:55.809486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.811265"], ["updated_at", "2018-10-11 16:40:55.811265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.813016"], ["updated_at", "2018-10-11 16:40:55.813016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.814730"], ["updated_at", "2018-10-11 16:40:55.814730"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.817121"], ["updated_at", "2018-10-11 16:40:55.817121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.821648"], ["updated_at", "2018-10-11 16:40:55.821648"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.823880"], ["updated_at", "2018-10-11 16:40:55.823880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.825620"], ["updated_at", "2018-10-11 16:40:55.825620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.827309"], ["updated_at", "2018-10-11 16:40:55.827309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.828980"], ["updated_at", "2018-10-11 16:40:55.828980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.830621"], ["updated_at", "2018-10-11 16:40:55.830621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.832154"], ["updated_at", "2018-10-11 16:40:55.832154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.833792"], ["updated_at", "2018-10-11 16:40:55.833792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.835475"], ["updated_at", "2018-10-11 16:40:55.835475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.837411"], ["updated_at", "2018-10-11 16:40:55.837411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.839333"], ["updated_at", "2018-10-11 16:40:55.839333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.841072"], ["updated_at", "2018-10-11 16:40:55.841072"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.842851"], ["updated_at", "2018-10-11 16:40:55.842851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.844890"], ["updated_at", "2018-10-11 16:40:55.844890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.846504"], ["updated_at", "2018-10-11 16:40:55.846504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.848120"], ["updated_at", "2018-10-11 16:40:55.848120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.849828"], ["updated_at", "2018-10-11 16:40:55.849828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.851479"], ["updated_at", "2018-10-11 16:40:55.851479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.853175"], ["updated_at", "2018-10-11 16:40:55.853175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.854863"], ["updated_at", "2018-10-11 16:40:55.854863"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.856703"], ["updated_at", "2018-10-11 16:40:55.856703"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.861183"], ["updated_at", "2018-10-11 16:40:55.861183"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.863648"], ["updated_at", "2018-10-11 16:40:55.863648"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.865872"], ["updated_at", "2018-10-11 16:40:55.865872"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.868252"], ["updated_at", "2018-10-11 16:40:55.868252"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.871286"], ["updated_at", "2018-10-11 16:40:55.871286"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.873611"], ["updated_at", "2018-10-11 16:40:55.873611"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.875440"], ["updated_at", "2018-10-11 16:40:55.875440"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.880380"], ["updated_at", "2018-10-11 16:40:55.880380"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.883661"], ["updated_at", "2018-10-11 16:40:55.883661"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.888310"], ["updated_at", "2018-10-11 16:40:55.888310"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.891638"], ["updated_at", "2018-10-11 16:40:55.891638"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.894386"], ["updated_at", "2018-10-11 16:40:55.894386"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.896987"], ["updated_at", "2018-10-11 16:40:55.896987"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.899544"], ["updated_at", "2018-10-11 16:40:55.899544"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.902464"], ["updated_at", "2018-10-11 16:40:55.902464"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.905109"], ["updated_at", "2018-10-11 16:40:55.905109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.907661"], ["updated_at", "2018-10-11 16:40:55.907661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.909480"], ["updated_at", "2018-10-11 16:40:55.909480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.911147"], ["updated_at", "2018-10-11 16:40:55.911147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.912788"], ["updated_at", "2018-10-11 16:40:55.912788"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.914402"], ["updated_at", "2018-10-11 16:40:55.914402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.916172"], ["updated_at", "2018-10-11 16:40:55.916172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.917754"], ["updated_at", "2018-10-11 16:40:55.917754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.919451"], ["updated_at", "2018-10-11 16:40:55.919451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.921031"], ["updated_at", "2018-10-11 16:40:55.921031"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.922828"], ["updated_at", "2018-10-11 16:40:55.922828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.925602"], ["updated_at", "2018-10-11 16:40:55.925602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.927778"], ["updated_at", "2018-10-11 16:40:55.927778"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.929409"], ["updated_at", "2018-10-11 16:40:55.929409"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.931059"], ["updated_at", "2018-10-11 16:40:55.931059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.932600"], ["updated_at", "2018-10-11 16:40:55.932600"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.934209"], ["updated_at", "2018-10-11 16:40:55.934209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.937447"], ["updated_at", "2018-10-11 16:40:55.937447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.939122"], ["updated_at", "2018-10-11 16:40:55.939122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.940694"], ["updated_at", "2018-10-11 16:40:55.940694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.942377"], ["updated_at", "2018-10-11 16:40:55.942377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.944008"], ["updated_at", "2018-10-11 16:40:55.944008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.945678"], ["updated_at", "2018-10-11 16:40:55.945678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.947242"], ["updated_at", "2018-10-11 16:40:55.947242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.948904"], ["updated_at", "2018-10-11 16:40:55.948904"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.951456"], ["updated_at", "2018-10-11 16:40:55.951456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.955648"], ["updated_at", "2018-10-11 16:40:55.955648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.957602"], ["updated_at", "2018-10-11 16:40:55.957602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.959346"], ["updated_at", "2018-10-11 16:40:55.959346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.960972"], ["updated_at", "2018-10-11 16:40:55.960972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.962553"], ["updated_at", "2018-10-11 16:40:55.962553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.964152"], ["updated_at", "2018-10-11 16:40:55.964152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.965802"], ["updated_at", "2018-10-11 16:40:55.965802"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.967493"], ["updated_at", "2018-10-11 16:40:55.967493"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.969338"], ["updated_at", "2018-10-11 16:40:55.969338"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.971120"], ["updated_at", "2018-10-11 16:40:55.971120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.972916"], ["updated_at", "2018-10-11 16:40:55.972916"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.974532"], ["updated_at", "2018-10-11 16:40:55.974532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.976286"], ["updated_at", "2018-10-11 16:40:55.976286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.977994"], ["updated_at", "2018-10-11 16:40:55.977994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.979552"], ["updated_at", "2018-10-11 16:40:55.979552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.981311"], ["updated_at", "2018-10-11 16:40:55.981311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.983050"], ["updated_at", "2018-10-11 16:40:55.983050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.984749"], ["updated_at", "2018-10-11 16:40:55.984749"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.986531"], ["updated_at", "2018-10-11 16:40:55.986531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.988301"], ["updated_at", "2018-10-11 16:40:55.988301"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.991469"], ["updated_at", "2018-10-11 16:40:55.991469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.993976"], ["updated_at", "2018-10-11 16:40:55.993976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.995720"], ["updated_at", "2018-10-11 16:40:55.995720"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.997334"], ["updated_at", "2018-10-11 16:40:55.997334"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:55.998956"], ["updated_at", "2018-10-11 16:40:55.998956"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.000505"], ["updated_at", "2018-10-11 16:40:56.000505"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.002175"], ["updated_at", "2018-10-11 16:40:56.002175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.005245"], ["updated_at", "2018-10-11 16:40:56.005245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.006853"], ["updated_at", "2018-10-11 16:40:56.006853"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.008580"], ["updated_at", "2018-10-11 16:40:56.008580"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.010339"], ["updated_at", "2018-10-11 16:40:56.010339"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.012485"], ["updated_at", "2018-10-11 16:40:56.012485"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.015112"], ["updated_at", "2018-10-11 16:40:56.015112"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.018986"], ["updated_at", "2018-10-11 16:40:56.018986"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.023602"], ["updated_at", "2018-10-11 16:40:56.023602"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.026585"], ["updated_at", "2018-10-11 16:40:56.026585"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.029254"], ["updated_at", "2018-10-11 16:40:56.029254"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.031868"], ["updated_at", "2018-10-11 16:40:56.031868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.034365"], ["updated_at", "2018-10-11 16:40:56.034365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.036062"], ["updated_at", "2018-10-11 16:40:56.036062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.037742"], ["updated_at", "2018-10-11 16:40:56.037742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.039295"], ["updated_at", "2018-10-11 16:40:56.039295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.040959"], ["updated_at", "2018-10-11 16:40:56.040959"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.042599"], ["updated_at", "2018-10-11 16:40:56.042599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.044336"], ["updated_at", "2018-10-11 16:40:56.044336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.045990"], ["updated_at", "2018-10-11 16:40:56.045990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.047561"], ["updated_at", "2018-10-11 16:40:56.047561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.049136"], ["updated_at", "2018-10-11 16:40:56.049136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.050740"], ["updated_at", "2018-10-11 16:40:56.050740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.052441"], ["updated_at", "2018-10-11 16:40:56.052441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.054071"], ["updated_at", "2018-10-11 16:40:56.054071"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.055677"], ["updated_at", "2018-10-11 16:40:56.055677"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.057720"], ["updated_at", "2018-10-11 16:40:56.057720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.060776"], ["updated_at", "2018-10-11 16:40:56.060776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.062634"], ["updated_at", "2018-10-11 16:40:56.062634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.064295"], ["updated_at", "2018-10-11 16:40:56.064295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.065911"], ["updated_at", "2018-10-11 16:40:56.065911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.067514"], ["updated_at", "2018-10-11 16:40:56.067514"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.069245"], ["updated_at", "2018-10-11 16:40:56.069245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.071743"], ["updated_at", "2018-10-11 16:40:56.071743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.073380"], ["updated_at", "2018-10-11 16:40:56.073380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.075113"], ["updated_at", "2018-10-11 16:40:56.075113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.076822"], ["updated_at", "2018-10-11 16:40:56.076822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.078511"], ["updated_at", "2018-10-11 16:40:56.078511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.080112"], ["updated_at", "2018-10-11 16:40:56.080112"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.081825"], ["updated_at", "2018-10-11 16:40:56.081825"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.084303"], ["updated_at", "2018-10-11 16:40:56.084303"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.088726"], ["updated_at", "2018-10-11 16:40:56.088726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.091555"], ["updated_at", "2018-10-11 16:40:56.091555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.093324"], ["updated_at", "2018-10-11 16:40:56.093324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.095000"], ["updated_at", "2018-10-11 16:40:56.095000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.096608"], ["updated_at", "2018-10-11 16:40:56.096608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.098239"], ["updated_at", "2018-10-11 16:40:56.098239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.099790"], ["updated_at", "2018-10-11 16:40:56.099790"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.101455"], ["updated_at", "2018-10-11 16:40:56.101455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.103143"], ["updated_at", "2018-10-11 16:40:56.103143"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.104735"], ["updated_at", "2018-10-11 16:40:56.104735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.106399"], ["updated_at", "2018-10-11 16:40:56.106399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.108034"], ["updated_at", "2018-10-11 16:40:56.108034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.109730"], ["updated_at", "2018-10-11 16:40:56.109730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.111381"], ["updated_at", "2018-10-11 16:40:56.111381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.113011"], ["updated_at", "2018-10-11 16:40:56.113011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.114539"], ["updated_at", "2018-10-11 16:40:56.114539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.116160"], ["updated_at", "2018-10-11 16:40:56.116160"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.117725"], ["updated_at", "2018-10-11 16:40:56.117725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.119483"], ["updated_at", "2018-10-11 16:40:56.119483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.121081"], ["updated_at", "2018-10-11 16:40:56.121081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.122670"], ["updated_at", "2018-10-11 16:40:56.122670"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.124449"], ["updated_at", "2018-10-11 16:40:56.124449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.127310"], ["updated_at", "2018-10-11 16:40:56.127310"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.129153"], ["updated_at", "2018-10-11 16:40:56.129153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.130830"], ["updated_at", "2018-10-11 16:40:56.130830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.132542"], ["updated_at", "2018-10-11 16:40:56.132542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.134103"], ["updated_at", "2018-10-11 16:40:56.134103"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.135755"], ["updated_at", "2018-10-11 16:40:56.135755"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.139087"], ["updated_at", "2018-10-11 16:40:56.139087"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.141758"], ["updated_at", "2018-10-11 16:40:56.141758"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.144504"], ["updated_at", "2018-10-11 16:40:56.144504"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.147125"], ["updated_at", "2018-10-11 16:40:56.147125"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.149621"], ["updated_at", "2018-10-11 16:40:56.149621"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.154617"], ["updated_at", "2018-10-11 16:40:56.154617"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.157869"], ["updated_at", "2018-10-11 16:40:56.157869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.160392"], ["updated_at", "2018-10-11 16:40:56.160392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.162143"], ["updated_at", "2018-10-11 16:40:56.162143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.163767"], ["updated_at", "2018-10-11 16:40:56.163767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.165418"], ["updated_at", "2018-10-11 16:40:56.165418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.166996"], ["updated_at", "2018-10-11 16:40:56.166996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.168670"], ["updated_at", "2018-10-11 16:40:56.168670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.170365"], ["updated_at", "2018-10-11 16:40:56.170365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.171935"], ["updated_at", "2018-10-11 16:40:56.171935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.173579"], ["updated_at", "2018-10-11 16:40:56.173579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.175282"], ["updated_at", "2018-10-11 16:40:56.175282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.176994"], ["updated_at", "2018-10-11 16:40:56.176994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.178658"], ["updated_at", "2018-10-11 16:40:56.178658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.180305"], ["updated_at", "2018-10-11 16:40:56.180305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.181915"], ["updated_at", "2018-10-11 16:40:56.181915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.183789"], ["updated_at", "2018-10-11 16:40:56.183789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.185537"], ["updated_at", "2018-10-11 16:40:56.185537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.187189"], ["updated_at", "2018-10-11 16:40:56.187189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.188801"], ["updated_at", "2018-10-11 16:40:56.188801"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.190598"], ["updated_at", "2018-10-11 16:40:56.190598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.193518"], ["updated_at", "2018-10-11 16:40:56.193518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.195534"], ["updated_at", "2018-10-11 16:40:56.195534"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.197208"], ["updated_at", "2018-10-11 16:40:56.197208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.198824"], ["updated_at", "2018-10-11 16:40:56.198824"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.200405"], ["updated_at", "2018-10-11 16:40:56.200405"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.201935"], ["updated_at", "2018-10-11 16:40:56.201935"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.204897"], ["updated_at", "2018-10-11 16:40:56.204897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.206614"], ["updated_at", "2018-10-11 16:40:56.206614"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.208283"], ["updated_at", "2018-10-11 16:40:56.208283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.209959"], ["updated_at", "2018-10-11 16:40:56.209959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.211607"], ["updated_at", "2018-10-11 16:40:56.211607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.213261"], ["updated_at", "2018-10-11 16:40:56.213261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.214821"], ["updated_at", "2018-10-11 16:40:56.214821"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.217136"], ["updated_at", "2018-10-11 16:40:56.217136"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.221615"], ["updated_at", "2018-10-11 16:40:56.221615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.223811"], ["updated_at", "2018-10-11 16:40:56.223811"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.225554"], ["updated_at", "2018-10-11 16:40:56.225554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.227349"], ["updated_at", "2018-10-11 16:40:56.227349"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.228924"], ["updated_at", "2018-10-11 16:40:56.228924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.230619"], ["updated_at", "2018-10-11 16:40:56.230619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.232296"], ["updated_at", "2018-10-11 16:40:56.232296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.233953"], ["updated_at", "2018-10-11 16:40:56.233953"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.235748"], ["updated_at", "2018-10-11 16:40:56.235748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.237559"], ["updated_at", "2018-10-11 16:40:56.237559"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.239144"], ["updated_at", "2018-10-11 16:40:56.239144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.240743"], ["updated_at", "2018-10-11 16:40:56.240743"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.242474"], ["updated_at", "2018-10-11 16:40:56.242474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.244286"], ["updated_at", "2018-10-11 16:40:56.244286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.245919"], ["updated_at", "2018-10-11 16:40:56.245919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.247510"], ["updated_at", "2018-10-11 16:40:56.247510"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.249074"], ["updated_at", "2018-10-11 16:40:56.249074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.250780"], ["updated_at", "2018-10-11 16:40:56.250780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.252489"], ["updated_at", "2018-10-11 16:40:56.252489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.254170"], ["updated_at", "2018-10-11 16:40:56.254170"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.255999"], ["updated_at", "2018-10-11 16:40:56.255999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.258588"], ["updated_at", "2018-10-11 16:40:56.258588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.261042"], ["updated_at", "2018-10-11 16:40:56.261042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.262706"], ["updated_at", "2018-10-11 16:40:56.262706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.264440"], ["updated_at", "2018-10-11 16:40:56.264440"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.266227"], ["updated_at", "2018-10-11 16:40:56.266227"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.268328"], ["updated_at", "2018-10-11 16:40:56.268328"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.270470"], ["updated_at", "2018-10-11 16:40:56.270470"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.274262"], ["updated_at", "2018-10-11 16:40:56.274262"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.277055"], ["updated_at", "2018-10-11 16:40:56.277055"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.279818"], ["updated_at", "2018-10-11 16:40:56.279818"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.282299"], ["updated_at", "2018-10-11 16:40:56.282299"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.287286"], ["updated_at", "2018-10-11 16:40:56.287286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.289775"], ["updated_at", "2018-10-11 16:40:56.289775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.291463"], ["updated_at", "2018-10-11 16:40:56.291463"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.293274"], ["updated_at", "2018-10-11 16:40:56.293274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.295102"], ["updated_at", "2018-10-11 16:40:56.295102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.296696"], ["updated_at", "2018-10-11 16:40:56.296696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.298342"], ["updated_at", "2018-10-11 16:40:56.298342"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.299908"], ["updated_at", "2018-10-11 16:40:56.299908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.301855"], ["updated_at", "2018-10-11 16:40:56.301855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.303584"], ["updated_at", "2018-10-11 16:40:56.303584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.305241"], ["updated_at", "2018-10-11 16:40:56.305241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.306856"], ["updated_at", "2018-10-11 16:40:56.306856"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.308505"], ["updated_at", "2018-10-11 16:40:56.308505"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.310205"], ["updated_at", "2018-10-11 16:40:56.310205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.311917"], ["updated_at", "2018-10-11 16:40:56.311917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.313463"], ["updated_at", "2018-10-11 16:40:56.313463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.315054"], ["updated_at", "2018-10-11 16:40:56.315054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.316619"], ["updated_at", "2018-10-11 16:40:56.316619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.318256"], ["updated_at", "2018-10-11 16:40:56.318256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.319925"], ["updated_at", "2018-10-11 16:40:56.319925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.321492"], ["updated_at", "2018-10-11 16:40:56.321492"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.323190"], ["updated_at", "2018-10-11 16:40:56.323190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.326125"], ["updated_at", "2018-10-11 16:40:56.326125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.328186"], ["updated_at", "2018-10-11 16:40:56.328186"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.329892"], ["updated_at", "2018-10-11 16:40:56.329892"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.331492"], ["updated_at", "2018-10-11 16:40:56.331492"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.333069"], ["updated_at", "2018-10-11 16:40:56.333069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.334676"], ["updated_at", "2018-10-11 16:40:56.334676"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.337551"], ["updated_at", "2018-10-11 16:40:56.337551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.339311"], ["updated_at", "2018-10-11 16:40:56.339311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.340937"], ["updated_at", "2018-10-11 16:40:56.340937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.342679"], ["updated_at", "2018-10-11 16:40:56.342679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.344338"], ["updated_at", "2018-10-11 16:40:56.344338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.346019"], ["updated_at", "2018-10-11 16:40:56.346019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.347624"], ["updated_at", "2018-10-11 16:40:56.347624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.349250"], ["updated_at", "2018-10-11 16:40:56.349250"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.351999"], ["updated_at", "2018-10-11 16:40:56.351999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.356024"], ["updated_at", "2018-10-11 16:40:56.356024"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.357935"], ["updated_at", "2018-10-11 16:40:56.357935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.359644"], ["updated_at", "2018-10-11 16:40:56.359644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.361492"], ["updated_at", "2018-10-11 16:40:56.361492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.363055"], ["updated_at", "2018-10-11 16:40:56.363055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.364659"], ["updated_at", "2018-10-11 16:40:56.364659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.366233"], ["updated_at", "2018-10-11 16:40:56.366233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.367850"], ["updated_at", "2018-10-11 16:40:56.367850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.369629"], ["updated_at", "2018-10-11 16:40:56.369629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.371344"], ["updated_at", "2018-10-11 16:40:56.371344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.372896"], ["updated_at", "2018-10-11 16:40:56.372896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.374563"], ["updated_at", "2018-10-11 16:40:56.374563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.376324"], ["updated_at", "2018-10-11 16:40:56.376324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.378061"], ["updated_at", "2018-10-11 16:40:56.378061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.379671"], ["updated_at", "2018-10-11 16:40:56.379671"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.381263"], ["updated_at", "2018-10-11 16:40:56.381263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.382928"], ["updated_at", "2018-10-11 16:40:56.382928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.384578"], ["updated_at", "2018-10-11 16:40:56.384578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.386298"], ["updated_at", "2018-10-11 16:40:56.386298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.387920"], ["updated_at", "2018-10-11 16:40:56.387920"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.389865"], ["updated_at", "2018-10-11 16:40:56.389865"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.392562"], ["updated_at", "2018-10-11 16:40:56.392562"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.395168"], ["updated_at", "2018-10-11 16:40:56.395168"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.397167"], ["updated_at", "2018-10-11 16:40:56.397167"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.399249"], ["updated_at", "2018-10-11 16:40:56.399249"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.401297"], ["updated_at", "2018-10-11 16:40:56.401297"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.403456"], ["updated_at", "2018-10-11 16:40:56.403456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.405551"], ["updated_at", "2018-10-11 16:40:56.405551"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.410312"], ["updated_at", "2018-10-11 16:40:56.410312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.413099"], ["updated_at", "2018-10-11 16:40:56.413099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.414698"], ["updated_at", "2018-10-11 16:40:56.414698"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.417072"], ["updated_at", "2018-10-11 16:40:56.417072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.421292"], ["updated_at", "2018-10-11 16:40:56.421292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.423833"], ["updated_at", "2018-10-11 16:40:56.423833"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.425598"], ["updated_at", "2018-10-11 16:40:56.425598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.427392"], ["updated_at", "2018-10-11 16:40:56.427392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.430127"], ["updated_at", "2018-10-11 16:40:56.430127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.431803"], ["updated_at", "2018-10-11 16:40:56.431803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.433484"], ["updated_at", "2018-10-11 16:40:56.433484"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.435167"], ["updated_at", "2018-10-11 16:40:56.435167"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.436974"], ["updated_at", "2018-10-11 16:40:56.436974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.438637"], ["updated_at", "2018-10-11 16:40:56.438637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.440185"], ["updated_at", "2018-10-11 16:40:56.440185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.441916"], ["updated_at", "2018-10-11 16:40:56.441916"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.443654"], ["updated_at", "2018-10-11 16:40:56.443654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.445384"], ["updated_at", "2018-10-11 16:40:56.445384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.447062"], ["updated_at", "2018-10-11 16:40:56.447062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.448691"], ["updated_at", "2018-10-11 16:40:56.448691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.450257"], ["updated_at", "2018-10-11 16:40:56.450257"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.451914"], ["updated_at", "2018-10-11 16:40:56.451914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.453695"], ["updated_at", "2018-10-11 16:40:56.453695"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.455254"], ["updated_at", "2018-10-11 16:40:56.455254"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.457012"], ["updated_at", "2018-10-11 16:40:56.457012"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.459795"], ["updated_at", "2018-10-11 16:40:56.459795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.462035"], ["updated_at", "2018-10-11 16:40:56.462035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.463814"], ["updated_at", "2018-10-11 16:40:56.463814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.465462"], ["updated_at", "2018-10-11 16:40:56.465462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.467082"], ["updated_at", "2018-10-11 16:40:56.467082"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.468711"], ["updated_at", "2018-10-11 16:40:56.468711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.471857"], ["updated_at", "2018-10-11 16:40:56.471857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.473558"], ["updated_at", "2018-10-11 16:40:56.473558"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.475236"], ["updated_at", "2018-10-11 16:40:56.475236"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.477024"], ["updated_at", "2018-10-11 16:40:56.477024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.478856"], ["updated_at", "2018-10-11 16:40:56.478856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.480507"], ["updated_at", "2018-10-11 16:40:56.480507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.482136"], ["updated_at", "2018-10-11 16:40:56.482136"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.484533"], ["updated_at", "2018-10-11 16:40:56.484533"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.488468"], ["updated_at", "2018-10-11 16:40:56.488468"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.490898"], ["updated_at", "2018-10-11 16:40:56.490898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.492729"], ["updated_at", "2018-10-11 16:40:56.492729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.494516"], ["updated_at", "2018-10-11 16:40:56.494516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.496225"], ["updated_at", "2018-10-11 16:40:56.496225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.497815"], ["updated_at", "2018-10-11 16:40:56.497815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.499458"], ["updated_at", "2018-10-11 16:40:56.499458"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.500995"], ["updated_at", "2018-10-11 16:40:56.500995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.502752"], ["updated_at", "2018-10-11 16:40:56.502752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.504407"], ["updated_at", "2018-10-11 16:40:56.504407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.506020"], ["updated_at", "2018-10-11 16:40:56.506020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.507664"], ["updated_at", "2018-10-11 16:40:56.507664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.509314"], ["updated_at", "2018-10-11 16:40:56.509314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.511002"], ["updated_at", "2018-10-11 16:40:56.511002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.512562"], ["updated_at", "2018-10-11 16:40:56.512562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.514135"], ["updated_at", "2018-10-11 16:40:56.514135"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.516103"], ["updated_at", "2018-10-11 16:40:56.516103"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.518692"], ["updated_at", "2018-10-11 16:40:56.518692"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.521282"], ["updated_at", "2018-10-11 16:40:56.521282"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.524077"], ["updated_at", "2018-10-11 16:40:56.524077"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.526811"], ["updated_at", "2018-10-11 16:40:56.526811"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.528785"], ["updated_at", "2018-10-11 16:40:56.528785"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.530753"], ["updated_at", "2018-10-11 16:40:56.530753"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.532828"], ["updated_at", "2018-10-11 16:40:56.532828"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.534673"], ["updated_at", "2018-10-11 16:40:56.534673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.536607"], ["updated_at", "2018-10-11 16:40:56.536607"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.541362"], ["updated_at", "2018-10-11 16:40:56.541362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.543099"], ["updated_at", "2018-10-11 16:40:56.543099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.544856"], ["updated_at", "2018-10-11 16:40:56.544856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.546436"], ["updated_at", "2018-10-11 16:40:56.546436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.548047"], ["updated_at", "2018-10-11 16:40:56.548047"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.550173"], ["updated_at", "2018-10-11 16:40:56.550173"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.554181"], ["updated_at", "2018-10-11 16:40:56.554181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.556615"], ["updated_at", "2018-10-11 16:40:56.556615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.558341"], ["updated_at", "2018-10-11 16:40:56.558341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.560035"], ["updated_at", "2018-10-11 16:40:56.560035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.561656"], ["updated_at", "2018-10-11 16:40:56.561656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.563342"], ["updated_at", "2018-10-11 16:40:56.563342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.564910"], ["updated_at", "2018-10-11 16:40:56.564910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.566577"], ["updated_at", "2018-10-11 16:40:56.566577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.568327"], ["updated_at", "2018-10-11 16:40:56.568327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.570117"], ["updated_at", "2018-10-11 16:40:56.570117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.571759"], ["updated_at", "2018-10-11 16:40:56.571759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.573387"], ["updated_at", "2018-10-11 16:40:56.573387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.575080"], ["updated_at", "2018-10-11 16:40:56.575080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.576841"], ["updated_at", "2018-10-11 16:40:56.576841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.578687"], ["updated_at", "2018-10-11 16:40:56.578687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.580333"], ["updated_at", "2018-10-11 16:40:56.580333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.581921"], ["updated_at", "2018-10-11 16:40:56.581921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.583765"], ["updated_at", "2018-10-11 16:40:56.583765"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.585430"], ["updated_at", "2018-10-11 16:40:56.585430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.587165"], ["updated_at", "2018-10-11 16:40:56.587165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.588717"], ["updated_at", "2018-10-11 16:40:56.588717"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.590614"], ["updated_at", "2018-10-11 16:40:56.590614"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.593558"], ["updated_at", "2018-10-11 16:40:56.593558"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.595599"], ["updated_at", "2018-10-11 16:40:56.595599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.597969"], ["updated_at", "2018-10-11 16:40:56.597969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.599909"], ["updated_at", "2018-10-11 16:40:56.599909"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.601631"], ["updated_at", "2018-10-11 16:40:56.601631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.603645"], ["updated_at", "2018-10-11 16:40:56.603645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.606880"], ["updated_at", "2018-10-11 16:40:56.606880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.608620"], ["updated_at", "2018-10-11 16:40:56.608620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.610395"], ["updated_at", "2018-10-11 16:40:56.610395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.612075"], ["updated_at", "2018-10-11 16:40:56.612075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.613658"], ["updated_at", "2018-10-11 16:40:56.613658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.615276"], ["updated_at", "2018-10-11 16:40:56.615276"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.617466"], ["updated_at", "2018-10-11 16:40:56.617466"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.621597"], ["updated_at", "2018-10-11 16:40:56.621597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.624173"], ["updated_at", "2018-10-11 16:40:56.624173"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.626108"], ["updated_at", "2018-10-11 16:40:56.626108"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.628076"], ["updated_at", "2018-10-11 16:40:56.628076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.629785"], ["updated_at", "2018-10-11 16:40:56.629785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.631396"], ["updated_at", "2018-10-11 16:40:56.631396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.632974"], ["updated_at", "2018-10-11 16:40:56.632974"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.634572"], ["updated_at", "2018-10-11 16:40:56.634572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.636373"], ["updated_at", "2018-10-11 16:40:56.636373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.637971"], ["updated_at", "2018-10-11 16:40:56.637971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.639571"], ["updated_at", "2018-10-11 16:40:56.639571"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.641432"], ["updated_at", "2018-10-11 16:40:56.641432"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.644178"], ["updated_at", "2018-10-11 16:40:56.644178"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.646856"], ["updated_at", "2018-10-11 16:40:56.646856"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.649408"], ["updated_at", "2018-10-11 16:40:56.649408"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.652087"], ["updated_at", "2018-10-11 16:40:56.652087"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.654962"], ["updated_at", "2018-10-11 16:40:56.654962"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.657399"], ["updated_at", "2018-10-11 16:40:56.657399"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.660543"], ["updated_at", "2018-10-11 16:40:56.660543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.662594"], ["updated_at", "2018-10-11 16:40:56.662594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.664202"], ["updated_at", "2018-10-11 16:40:56.664202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.665832"], ["updated_at", "2018-10-11 16:40:56.665832"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.667462"], ["updated_at", "2018-10-11 16:40:56.667462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.669072"], ["updated_at", "2018-10-11 16:40:56.669072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.672194"], ["updated_at", "2018-10-11 16:40:56.672194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.673852"], ["updated_at", "2018-10-11 16:40:56.673852"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.675535"], ["updated_at", "2018-10-11 16:40:56.675535"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.677258"], ["updated_at", "2018-10-11 16:40:56.677258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.678994"], ["updated_at", "2018-10-11 16:40:56.678994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.680622"], ["updated_at", "2018-10-11 16:40:56.680622"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.682198"], ["updated_at", "2018-10-11 16:40:56.682198"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.685116"], ["updated_at", "2018-10-11 16:40:56.685116"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.689264"], ["updated_at", "2018-10-11 16:40:56.689264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.691475"], ["updated_at", "2018-10-11 16:40:56.691475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.693214"], ["updated_at", "2018-10-11 16:40:56.693214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.694885"], ["updated_at", "2018-10-11 16:40:56.694885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.696450"], ["updated_at", "2018-10-11 16:40:56.696450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.698161"], ["updated_at", "2018-10-11 16:40:56.698161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.699850"], ["updated_at", "2018-10-11 16:40:56.699850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.701505"], ["updated_at", "2018-10-11 16:40:56.701505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.703335"], ["updated_at", "2018-10-11 16:40:56.703335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.705073"], ["updated_at", "2018-10-11 16:40:56.705073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.706730"], ["updated_at", "2018-10-11 16:40:56.706730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.708384"], ["updated_at", "2018-10-11 16:40:56.708384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.710004"], ["updated_at", "2018-10-11 16:40:56.710004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.711625"], ["updated_at", "2018-10-11 16:40:56.711625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.713259"], ["updated_at", "2018-10-11 16:40:56.713259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.714861"], ["updated_at", "2018-10-11 16:40:56.714861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.716500"], ["updated_at", "2018-10-11 16:40:56.716500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.718147"], ["updated_at", "2018-10-11 16:40:56.718147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.719804"], ["updated_at", "2018-10-11 16:40:56.719804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.721382"], ["updated_at", "2018-10-11 16:40:56.721382"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.722984"], ["updated_at", "2018-10-11 16:40:56.722984"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.725630"], ["updated_at", "2018-10-11 16:40:56.725630"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.727767"], ["updated_at", "2018-10-11 16:40:56.727767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.729630"], ["updated_at", "2018-10-11 16:40:56.729630"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.731249"], ["updated_at", "2018-10-11 16:40:56.731249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.732810"], ["updated_at", "2018-10-11 16:40:56.732810"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.734265"], ["updated_at", "2018-10-11 16:40:56.734265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.737505"], ["updated_at", "2018-10-11 16:40:56.737505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.739065"], ["updated_at", "2018-10-11 16:40:56.739065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.740686"], ["updated_at", "2018-10-11 16:40:56.740686"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.742325"], ["updated_at", "2018-10-11 16:40:56.742325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.744011"], ["updated_at", "2018-10-11 16:40:56.744011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.745599"], ["updated_at", "2018-10-11 16:40:56.745599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.747238"], ["updated_at", "2018-10-11 16:40:56.747238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.748797"], ["updated_at", "2018-10-11 16:40:56.748797"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.750887"], ["updated_at", "2018-10-11 16:40:56.750887"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.754911"], ["updated_at", "2018-10-11 16:40:56.754911"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.757768"], ["updated_at", "2018-10-11 16:40:56.757768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.759573"], ["updated_at", "2018-10-11 16:40:56.759573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.761248"], ["updated_at", "2018-10-11 16:40:56.761248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.762833"], ["updated_at", "2018-10-11 16:40:56.762833"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.764431"], ["updated_at", "2018-10-11 16:40:56.764431"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.766655"], ["updated_at", "2018-10-11 16:40:56.766655"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.769446"], ["updated_at", "2018-10-11 16:40:56.769446"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.772091"], ["updated_at", "2018-10-11 16:40:56.772091"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.774627"], ["updated_at", "2018-10-11 16:40:56.774627"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.777390"], ["updated_at", "2018-10-11 16:40:56.777390"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.780089"], ["updated_at", "2018-10-11 16:40:56.780089"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.782797"], ["updated_at", "2018-10-11 16:40:56.782797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.785187"], ["updated_at", "2018-10-11 16:40:56.785187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.786932"], ["updated_at", "2018-10-11 16:40:56.786932"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.788636"], ["updated_at", "2018-10-11 16:40:56.788636"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.790629"], ["updated_at", "2018-10-11 16:40:56.790629"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.793891"], ["updated_at", "2018-10-11 16:40:56.793891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.795753"], ["updated_at", "2018-10-11 16:40:56.795753"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.797419"], ["updated_at", "2018-10-11 16:40:56.797419"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.799648"], ["updated_at", "2018-10-11 16:40:56.799648"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.802770"], ["updated_at", "2018-10-11 16:40:56.802770"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.805629"], ["updated_at", "2018-10-11 16:40:56.805629"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.807432"], ["updated_at", "2018-10-11 16:40:56.807432"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.809305"], ["updated_at", "2018-10-11 16:40:56.809305"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.811171"], ["updated_at", "2018-10-11 16:40:56.811171"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.812880"], ["updated_at", "2018-10-11 16:40:56.812880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.814642"], ["updated_at", "2018-10-11 16:40:56.814642"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.816925"], ["updated_at", "2018-10-11 16:40:56.816925"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.821129"], ["updated_at", "2018-10-11 16:40:56.821129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.823875"], ["updated_at", "2018-10-11 16:40:56.823875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.825620"], ["updated_at", "2018-10-11 16:40:56.825620"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.827307"], ["updated_at", "2018-10-11 16:40:56.827307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.829007"], ["updated_at", "2018-10-11 16:40:56.829007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.830662"], ["updated_at", "2018-10-11 16:40:56.830662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.832267"], ["updated_at", "2018-10-11 16:40:56.832267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.833843"], ["updated_at", "2018-10-11 16:40:56.833843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.835509"], ["updated_at", "2018-10-11 16:40:56.835509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.837198"], ["updated_at", "2018-10-11 16:40:56.837198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.838810"], ["updated_at", "2018-10-11 16:40:56.838810"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.840430"], ["updated_at", "2018-10-11 16:40:56.840430"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.843001"], ["updated_at", "2018-10-11 16:40:56.843001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.844981"], ["updated_at", "2018-10-11 16:40:56.844981"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.846560"], ["updated_at", "2018-10-11 16:40:56.846560"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.848235"], ["updated_at", "2018-10-11 16:40:56.848235"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.849951"], ["updated_at", "2018-10-11 16:40:56.849951"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.851677"], ["updated_at", "2018-10-11 16:40:56.851677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.853481"], ["updated_at", "2018-10-11 16:40:56.853481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.855098"], ["updated_at", "2018-10-11 16:40:56.855098"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.856939"], ["updated_at", "2018-10-11 16:40:56.856939"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.859786"], ["updated_at", "2018-10-11 16:40:56.859786"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.862103"], ["updated_at", "2018-10-11 16:40:56.862103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.864071"], ["updated_at", "2018-10-11 16:40:56.864071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.865869"], ["updated_at", "2018-10-11 16:40:56.865869"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.867541"], ["updated_at", "2018-10-11 16:40:56.867541"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.871982"], ["updated_at", "2018-10-11 16:40:56.871982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.873711"], ["updated_at", "2018-10-11 16:40:56.873711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.875390"], ["updated_at", "2018-10-11 16:40:56.875390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.877225"], ["updated_at", "2018-10-11 16:40:56.877225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.878996"], ["updated_at", "2018-10-11 16:40:56.878996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.880538"], ["updated_at", "2018-10-11 16:40:56.880538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.882146"], ["updated_at", "2018-10-11 16:40:56.882146"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.884667"], ["updated_at", "2018-10-11 16:40:56.884667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.888829"], ["updated_at", "2018-10-11 16:40:56.888829"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.891144"], ["updated_at", "2018-10-11 16:40:56.891144"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.893704"], ["updated_at", "2018-10-11 16:40:56.893704"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.895731"], ["updated_at", "2018-10-11 16:40:56.895731"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.897771"], ["updated_at", "2018-10-11 16:40:56.897771"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.899669"], ["updated_at", "2018-10-11 16:40:56.899669"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.901692"], ["updated_at", "2018-10-11 16:40:56.901692"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.905244"], ["updated_at", "2018-10-11 16:40:56.905244"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.907565"], ["updated_at", "2018-10-11 16:40:56.907565"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.909492"], ["updated_at", "2018-10-11 16:40:56.909492"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.912047"], ["updated_at", "2018-10-11 16:40:56.912047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.914508"], ["updated_at", "2018-10-11 16:40:56.914508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.916181"], ["updated_at", "2018-10-11 16:40:56.916181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.917824"], ["updated_at", "2018-10-11 16:40:56.917824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.919530"], ["updated_at", "2018-10-11 16:40:56.919530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.921182"], ["updated_at", "2018-10-11 16:40:56.921182"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.922814"], ["updated_at", "2018-10-11 16:40:56.922814"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.926414"], ["updated_at", "2018-10-11 16:40:56.926414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.928772"], ["updated_at", "2018-10-11 16:40:56.928772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.930425"], ["updated_at", "2018-10-11 16:40:56.930425"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.932066"], ["updated_at", "2018-10-11 16:40:56.932066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.933659"], ["updated_at", "2018-10-11 16:40:56.933659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.935246"], ["updated_at", "2018-10-11 16:40:56.935246"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.938132"], ["updated_at", "2018-10-11 16:40:56.938132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.939996"], ["updated_at", "2018-10-11 16:40:56.939996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.941670"], ["updated_at", "2018-10-11 16:40:56.941670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.943417"], ["updated_at", "2018-10-11 16:40:56.943417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.945131"], ["updated_at", "2018-10-11 16:40:56.945131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.946733"], ["updated_at", "2018-10-11 16:40:56.946733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.948285"], ["updated_at", "2018-10-11 16:40:56.948285"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.950521"], ["updated_at", "2018-10-11 16:40:56.950521"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.954519"], ["updated_at", "2018-10-11 16:40:56.954519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.956846"], ["updated_at", "2018-10-11 16:40:56.956846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.958684"], ["updated_at", "2018-10-11 16:40:56.958684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.960391"], ["updated_at", "2018-10-11 16:40:56.960391"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.962004"], ["updated_at", "2018-10-11 16:40:56.962004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.963767"], ["updated_at", "2018-10-11 16:40:56.963767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.965442"], ["updated_at", "2018-10-11 16:40:56.965442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.967020"], ["updated_at", "2018-10-11 16:40:56.967020"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.968769"], ["updated_at", "2018-10-11 16:40:56.968769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.970502"], ["updated_at", "2018-10-11 16:40:56.970502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.972321"], ["updated_at", "2018-10-11 16:40:56.972321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.974071"], ["updated_at", "2018-10-11 16:40:56.974071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.975723"], ["updated_at", "2018-10-11 16:40:56.975723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.977456"], ["updated_at", "2018-10-11 16:40:56.977456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.979163"], ["updated_at", "2018-10-11 16:40:56.979163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.980748"], ["updated_at", "2018-10-11 16:40:56.980748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.982517"], ["updated_at", "2018-10-11 16:40:56.982517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.984136"], ["updated_at", "2018-10-11 16:40:56.984136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.985863"], ["updated_at", "2018-10-11 16:40:56.985863"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.987567"], ["updated_at", "2018-10-11 16:40:56.987567"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.989337"], ["updated_at", "2018-10-11 16:40:56.989337"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.992456"], ["updated_at", "2018-10-11 16:40:56.992456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.994621"], ["updated_at", "2018-10-11 16:40:56.994621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.996277"], ["updated_at", "2018-10-11 16:40:56.996277"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.997924"], ["updated_at", "2018-10-11 16:40:56.997924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:56.999527"], ["updated_at", "2018-10-11 16:40:56.999527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.000972"], ["updated_at", "2018-10-11 16:40:57.000972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.004230"], ["updated_at", "2018-10-11 16:40:57.004230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.005974"], ["updated_at", "2018-10-11 16:40:57.005974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.007633"], ["updated_at", "2018-10-11 16:40:57.007633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.009422"], ["updated_at", "2018-10-11 16:40:57.009422"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.011121"], ["updated_at", "2018-10-11 16:40:57.011121"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.013066"], ["updated_at", "2018-10-11 16:40:57.013066"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.015716"], ["updated_at", "2018-10-11 16:40:57.015716"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.019699"], ["updated_at", "2018-10-11 16:40:57.019699"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.023832"], ["updated_at", "2018-10-11 16:40:57.023832"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.026808"], ["updated_at", "2018-10-11 16:40:57.026808"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.029496"], ["updated_at", "2018-10-11 16:40:57.029496"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.032071"], ["updated_at", "2018-10-11 16:40:57.032071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.034643"], ["updated_at", "2018-10-11 16:40:57.034643"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.036421"], ["updated_at", "2018-10-11 16:40:57.036421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.038104"], ["updated_at", "2018-10-11 16:40:57.038104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.039667"], ["updated_at", "2018-10-11 16:40:57.039667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.041351"], ["updated_at", "2018-10-11 16:40:57.041351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.043013"], ["updated_at", "2018-10-11 16:40:57.043013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.044797"], ["updated_at", "2018-10-11 16:40:57.044797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.046327"], ["updated_at", "2018-10-11 16:40:57.046327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.047955"], ["updated_at", "2018-10-11 16:40:57.047955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.049523"], ["updated_at", "2018-10-11 16:40:57.049523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.051101"], ["updated_at", "2018-10-11 16:40:57.051101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.052846"], ["updated_at", "2018-10-11 16:40:57.052846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.054486"], ["updated_at", "2018-10-11 16:40:57.054486"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.056259"], ["updated_at", "2018-10-11 16:40:57.056259"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.059156"], ["updated_at", "2018-10-11 16:40:57.059156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.061421"], ["updated_at", "2018-10-11 16:40:57.061421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.063104"], ["updated_at", "2018-10-11 16:40:57.063104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.064729"], ["updated_at", "2018-10-11 16:40:57.064729"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.066317"], ["updated_at", "2018-10-11 16:40:57.066317"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.067931"], ["updated_at", "2018-10-11 16:40:57.067931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.071168"], ["updated_at", "2018-10-11 16:40:57.071168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.072815"], ["updated_at", "2018-10-11 16:40:57.072815"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.074463"], ["updated_at", "2018-10-11 16:40:57.074463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.076356"], ["updated_at", "2018-10-11 16:40:57.076356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.078059"], ["updated_at", "2018-10-11 16:40:57.078059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.079782"], ["updated_at", "2018-10-11 16:40:57.079782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.081347"], ["updated_at", "2018-10-11 16:40:57.081347"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.083227"], ["updated_at", "2018-10-11 16:40:57.083227"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.087917"], ["updated_at", "2018-10-11 16:40:57.087917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.090544"], ["updated_at", "2018-10-11 16:40:57.090544"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.092352"], ["updated_at", "2018-10-11 16:40:57.092352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.094186"], ["updated_at", "2018-10-11 16:40:57.094186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.095843"], ["updated_at", "2018-10-11 16:40:57.095843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.097497"], ["updated_at", "2018-10-11 16:40:57.097497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.099062"], ["updated_at", "2018-10-11 16:40:57.099062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.100643"], ["updated_at", "2018-10-11 16:40:57.100643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.102376"], ["updated_at", "2018-10-11 16:40:57.102376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.104034"], ["updated_at", "2018-10-11 16:40:57.104034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.105572"], ["updated_at", "2018-10-11 16:40:57.105572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.107194"], ["updated_at", "2018-10-11 16:40:57.107194"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.108857"], ["updated_at", "2018-10-11 16:40:57.108857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.110637"], ["updated_at", "2018-10-11 16:40:57.110637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.112235"], ["updated_at", "2018-10-11 16:40:57.112235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.113895"], ["updated_at", "2018-10-11 16:40:57.113895"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.115476"], ["updated_at", "2018-10-11 16:40:57.115476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.117086"], ["updated_at", "2018-10-11 16:40:57.117086"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.118692"], ["updated_at", "2018-10-11 16:40:57.118692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.120374"], ["updated_at", "2018-10-11 16:40:57.120374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.121994"], ["updated_at", "2018-10-11 16:40:57.121994"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.123915"], ["updated_at", "2018-10-11 16:40:57.123915"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.126761"], ["updated_at", "2018-10-11 16:40:57.126761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.128843"], ["updated_at", "2018-10-11 16:40:57.128843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.130531"], ["updated_at", "2018-10-11 16:40:57.130531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.132150"], ["updated_at", "2018-10-11 16:40:57.132150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.134131"], ["updated_at", "2018-10-11 16:40:57.134131"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.135802"], ["updated_at", "2018-10-11 16:40:57.135802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.138523"], ["updated_at", "2018-10-11 16:40:57.138523"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.140480"], ["updated_at", "2018-10-11 16:40:57.140480"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.143724"], ["updated_at", "2018-10-11 16:40:57.143724"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.146380"], ["updated_at", "2018-10-11 16:40:57.146380"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.148971"], ["updated_at", "2018-10-11 16:40:57.148971"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.152591"], ["updated_at", "2018-10-11 16:40:57.152591"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.156806"], ["updated_at", "2018-10-11 16:40:57.156806"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.159542"], ["updated_at", "2018-10-11 16:40:57.159542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.162157"], ["updated_at", "2018-10-11 16:40:57.162157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.163804"], ["updated_at", "2018-10-11 16:40:57.163804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.165407"], ["updated_at", "2018-10-11 16:40:57.165407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.166955"], ["updated_at", "2018-10-11 16:40:57.166955"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.168698"], ["updated_at", "2018-10-11 16:40:57.168698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.170464"], ["updated_at", "2018-10-11 16:40:57.170464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.172113"], ["updated_at", "2018-10-11 16:40:57.172113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.173644"], ["updated_at", "2018-10-11 16:40:57.173644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.175322"], ["updated_at", "2018-10-11 16:40:57.175322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.177134"], ["updated_at", "2018-10-11 16:40:57.177134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.178815"], ["updated_at", "2018-10-11 16:40:57.178815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.180426"], ["updated_at", "2018-10-11 16:40:57.180426"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.182083"], ["updated_at", "2018-10-11 16:40:57.182083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.183860"], ["updated_at", "2018-10-11 16:40:57.183860"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.185741"], ["updated_at", "2018-10-11 16:40:57.185741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.187646"], ["updated_at", "2018-10-11 16:40:57.187646"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.189528"], ["updated_at", "2018-10-11 16:40:57.189528"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.192023"], ["updated_at", "2018-10-11 16:40:57.192023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.194464"], ["updated_at", "2018-10-11 16:40:57.194464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.196209"], ["updated_at", "2018-10-11 16:40:57.196209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.198037"], ["updated_at", "2018-10-11 16:40:57.198037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.199670"], ["updated_at", "2018-10-11 16:40:57.199670"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.201376"], ["updated_at", "2018-10-11 16:40:57.201376"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.204479"], ["updated_at", "2018-10-11 16:40:57.204479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.206172"], ["updated_at", "2018-10-11 16:40:57.206172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.207711"], ["updated_at", "2018-10-11 16:40:57.207711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.209448"], ["updated_at", "2018-10-11 16:40:57.209448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.211209"], ["updated_at", "2018-10-11 16:40:57.211209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.212802"], ["updated_at", "2018-10-11 16:40:57.212802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.214436"], ["updated_at", "2018-10-11 16:40:57.214436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.216023"], ["updated_at", "2018-10-11 16:40:57.216023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.217701"], ["updated_at", "2018-10-11 16:40:57.217701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.219392"], ["updated_at", "2018-10-11 16:40:57.219392"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.221750"], ["updated_at", "2018-10-11 16:40:57.221750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.225686"], ["updated_at", "2018-10-11 16:40:57.225686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.228142"], ["updated_at", "2018-10-11 16:40:57.228142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.229724"], ["updated_at", "2018-10-11 16:40:57.229724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.231369"], ["updated_at", "2018-10-11 16:40:57.231369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.232935"], ["updated_at", "2018-10-11 16:40:57.232935"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.234644"], ["updated_at", "2018-10-11 16:40:57.234644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.236456"], ["updated_at", "2018-10-11 16:40:57.236456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.238183"], ["updated_at", "2018-10-11 16:40:57.238183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.239780"], ["updated_at", "2018-10-11 16:40:57.239780"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.241567"], ["updated_at", "2018-10-11 16:40:57.241567"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.243440"], ["updated_at", "2018-10-11 16:40:57.243440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.245214"], ["updated_at", "2018-10-11 16:40:57.245214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.246821"], ["updated_at", "2018-10-11 16:40:57.246821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.248460"], ["updated_at", "2018-10-11 16:40:57.248460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.250179"], ["updated_at", "2018-10-11 16:40:57.250179"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.251815"], ["updated_at", "2018-10-11 16:40:57.251815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.253562"], ["updated_at", "2018-10-11 16:40:57.253562"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.255176"], ["updated_at", "2018-10-11 16:40:57.255176"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.257049"], ["updated_at", "2018-10-11 16:40:57.257049"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.259848"], ["updated_at", "2018-10-11 16:40:57.259848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.261913"], ["updated_at", "2018-10-11 16:40:57.261913"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.263566"], ["updated_at", "2018-10-11 16:40:57.263566"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.265448"], ["updated_at", "2018-10-11 16:40:57.265448"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.267422"], ["updated_at", "2018-10-11 16:40:57.267422"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.269396"], ["updated_at", "2018-10-11 16:40:57.269396"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.273805"], ["updated_at", "2018-10-11 16:40:57.273805"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.276625"], ["updated_at", "2018-10-11 16:40:57.276625"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.279335"], ["updated_at", "2018-10-11 16:40:57.279335"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.281965"], ["updated_at", "2018-10-11 16:40:57.281965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.284548"], ["updated_at", "2018-10-11 16:40:57.284548"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.286454"], ["updated_at", "2018-10-11 16:40:57.286454"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.290296"], ["updated_at", "2018-10-11 16:40:57.290296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.293535"], ["updated_at", "2018-10-11 16:40:57.293535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.295282"], ["updated_at", "2018-10-11 16:40:57.295282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.296845"], ["updated_at", "2018-10-11 16:40:57.296845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.298444"], ["updated_at", "2018-10-11 16:40:57.298444"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.300102"], ["updated_at", "2018-10-11 16:40:57.300102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.301875"], ["updated_at", "2018-10-11 16:40:57.301875"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.303849"], ["updated_at", "2018-10-11 16:40:57.303849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.305624"], ["updated_at", "2018-10-11 16:40:57.305624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.307253"], ["updated_at", "2018-10-11 16:40:57.307253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.308908"], ["updated_at", "2018-10-11 16:40:57.308908"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.310569"], ["updated_at", "2018-10-11 16:40:57.310569"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.312310"], ["updated_at", "2018-10-11 16:40:57.312310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.315215"], ["updated_at", "2018-10-11 16:40:57.315215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.316781"], ["updated_at", "2018-10-11 16:40:57.316781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.318440"], ["updated_at", "2018-10-11 16:40:57.318440"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.320003"], ["updated_at", "2018-10-11 16:40:57.320003"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.321706"], ["updated_at", "2018-10-11 16:40:57.321706"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.323813"], ["updated_at", "2018-10-11 16:40:57.323813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.326526"], ["updated_at", "2018-10-11 16:40:57.326526"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.328362"], ["updated_at", "2018-10-11 16:40:57.328362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.330185"], ["updated_at", "2018-10-11 16:40:57.330185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.331807"], ["updated_at", "2018-10-11 16:40:57.331807"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.333387"], ["updated_at", "2018-10-11 16:40:57.333387"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.335016"], ["updated_at", "2018-10-11 16:40:57.335016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.337995"], ["updated_at", "2018-10-11 16:40:57.337995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.339725"], ["updated_at", "2018-10-11 16:40:57.339725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.341327"], ["updated_at", "2018-10-11 16:40:57.341327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.343041"], ["updated_at", "2018-10-11 16:40:57.343041"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.344772"], ["updated_at", "2018-10-11 16:40:57.344772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.346549"], ["updated_at", "2018-10-11 16:40:57.346549"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.348143"], ["updated_at", "2018-10-11 16:40:57.348143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.349755"], ["updated_at", "2018-10-11 16:40:57.349755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.351372"], ["updated_at", "2018-10-11 16:40:57.351372"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.353127"], ["updated_at", "2018-10-11 16:40:57.353127"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.357210"], ["updated_at", "2018-10-11 16:40:57.357210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.359971"], ["updated_at", "2018-10-11 16:40:57.359971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.361587"], ["updated_at", "2018-10-11 16:40:57.361587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.363333"], ["updated_at", "2018-10-11 16:40:57.363333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.364938"], ["updated_at", "2018-10-11 16:40:57.364938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.366621"], ["updated_at", "2018-10-11 16:40:57.366621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.368179"], ["updated_at", "2018-10-11 16:40:57.368179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.369827"], ["updated_at", "2018-10-11 16:40:57.369827"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.371362"], ["updated_at", "2018-10-11 16:40:57.371362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.373256"], ["updated_at", "2018-10-11 16:40:57.373256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.374820"], ["updated_at", "2018-10-11 16:40:57.374820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.376462"], ["updated_at", "2018-10-11 16:40:57.376462"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.378065"], ["updated_at", "2018-10-11 16:40:57.378065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.379813"], ["updated_at", "2018-10-11 16:40:57.379813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.381606"], ["updated_at", "2018-10-11 16:40:57.381606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.383168"], ["updated_at", "2018-10-11 16:40:57.383168"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.384889"], ["updated_at", "2018-10-11 16:40:57.384889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.386661"], ["updated_at", "2018-10-11 16:40:57.386661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.388332"], ["updated_at", "2018-10-11 16:40:57.388332"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.390313"], ["updated_at", "2018-10-11 16:40:57.390313"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.393946"], ["updated_at", "2018-10-11 16:40:57.393946"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.396547"], ["updated_at", "2018-10-11 16:40:57.396547"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.398984"], ["updated_at", "2018-10-11 16:40:57.398984"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.401154"], ["updated_at", "2018-10-11 16:40:57.401154"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.403071"], ["updated_at", "2018-10-11 16:40:57.403071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.404952"], ["updated_at", "2018-10-11 16:40:57.404952"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.407056"], ["updated_at", "2018-10-11 16:40:57.407056"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.410462"], ["updated_at", "2018-10-11 16:40:57.410462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.412209"], ["updated_at", "2018-10-11 16:40:57.412209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.413944"], ["updated_at", "2018-10-11 16:40:57.413944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.415598"], ["updated_at", "2018-10-11 16:40:57.415598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.417184"], ["updated_at", "2018-10-11 16:40:57.417184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.418770"], ["updated_at", "2018-10-11 16:40:57.418770"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.420423"], ["updated_at", "2018-10-11 16:40:57.420423"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.424103"], ["updated_at", "2018-10-11 16:40:57.424103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.427244"], ["updated_at", "2018-10-11 16:40:57.427244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.428918"], ["updated_at", "2018-10-11 16:40:57.428918"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.430612"], ["updated_at", "2018-10-11 16:40:57.430612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.432415"], ["updated_at", "2018-10-11 16:40:57.432415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.434002"], ["updated_at", "2018-10-11 16:40:57.434002"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.435602"], ["updated_at", "2018-10-11 16:40:57.435602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.437253"], ["updated_at", "2018-10-11 16:40:57.437253"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.438949"], ["updated_at", "2018-10-11 16:40:57.438949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.440674"], ["updated_at", "2018-10-11 16:40:57.440674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.442222"], ["updated_at", "2018-10-11 16:40:57.442222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.443798"], ["updated_at", "2018-10-11 16:40:57.443798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.445492"], ["updated_at", "2018-10-11 16:40:57.445492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.447177"], ["updated_at", "2018-10-11 16:40:57.447177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.448825"], ["updated_at", "2018-10-11 16:40:57.448825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.450480"], ["updated_at", "2018-10-11 16:40:57.450480"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.452138"], ["updated_at", "2018-10-11 16:40:57.452138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.453801"], ["updated_at", "2018-10-11 16:40:57.453801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.455462"], ["updated_at", "2018-10-11 16:40:57.455462"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.457466"], ["updated_at", "2018-10-11 16:40:57.457466"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.460064"], ["updated_at", "2018-10-11 16:40:57.460064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.462053"], ["updated_at", "2018-10-11 16:40:57.462053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.463819"], ["updated_at", "2018-10-11 16:40:57.463819"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.465468"], ["updated_at", "2018-10-11 16:40:57.465468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.467729"], ["updated_at", "2018-10-11 16:40:57.467729"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.469354"], ["updated_at", "2018-10-11 16:40:57.469354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.472371"], ["updated_at", "2018-10-11 16:40:57.472371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.474079"], ["updated_at", "2018-10-11 16:40:57.474079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.475771"], ["updated_at", "2018-10-11 16:40:57.475771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.477319"], ["updated_at", "2018-10-11 16:40:57.477319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.479039"], ["updated_at", "2018-10-11 16:40:57.479039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.480751"], ["updated_at", "2018-10-11 16:40:57.480751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.482367"], ["updated_at", "2018-10-11 16:40:57.482367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.483980"], ["updated_at", "2018-10-11 16:40:57.483980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.485557"], ["updated_at", "2018-10-11 16:40:57.485557"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.488129"], ["updated_at", "2018-10-11 16:40:57.488129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.492679"], ["updated_at", "2018-10-11 16:40:57.492679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.494741"], ["updated_at", "2018-10-11 16:40:57.494741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.496471"], ["updated_at", "2018-10-11 16:40:57.496471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.498205"], ["updated_at", "2018-10-11 16:40:57.498205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.499854"], ["updated_at", "2018-10-11 16:40:57.499854"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.501503"], ["updated_at", "2018-10-11 16:40:57.501503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.503448"], ["updated_at", "2018-10-11 16:40:57.503448"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.505175"], ["updated_at", "2018-10-11 16:40:57.505175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.506960"], ["updated_at", "2018-10-11 16:40:57.506960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.508584"], ["updated_at", "2018-10-11 16:40:57.508584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.510188"], ["updated_at", "2018-10-11 16:40:57.510188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.511787"], ["updated_at", "2018-10-11 16:40:57.511787"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.513628"], ["updated_at", "2018-10-11 16:40:57.513628"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.516248"], ["updated_at", "2018-10-11 16:40:57.516248"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.518983"], ["updated_at", "2018-10-11 16:40:57.518983"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.521541"], ["updated_at", "2018-10-11 16:40:57.521541"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.525500"], ["updated_at", "2018-10-11 16:40:57.525500"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.529122"], ["updated_at", "2018-10-11 16:40:57.529122"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.532244"], ["updated_at", "2018-10-11 16:40:57.532244"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.535014"], ["updated_at", "2018-10-11 16:40:57.535014"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.537805"], ["updated_at", "2018-10-11 16:40:57.537805"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.541819"], ["updated_at", "2018-10-11 16:40:57.541819"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.544185"], ["updated_at", "2018-10-11 16:40:57.544185"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.546627"], ["updated_at", "2018-10-11 16:40:57.546627"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.549088"], ["updated_at", "2018-10-11 16:40:57.549088"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.551560"], ["updated_at", "2018-10-11 16:40:57.551560"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.554123"], ["updated_at", "2018-10-11 16:40:57.554123"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.560108"], ["updated_at", "2018-10-11 16:40:57.560108"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.563403"], ["updated_at", "2018-10-11 16:40:57.563403"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.566016"], ["updated_at", "2018-10-11 16:40:57.566016"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.568547"], ["updated_at", "2018-10-11 16:40:57.568547"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.570963"], ["updated_at", "2018-10-11 16:40:57.570963"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.587732"], ["updated_at", "2018-10-11 16:40:57.587732"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.590369"], ["updated_at", "2018-10-11 16:40:57.590369"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.592819"], ["updated_at", "2018-10-11 16:40:57.592819"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.596309"], ["updated_at", "2018-10-11 16:40:57.596309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.598772"], ["updated_at", "2018-10-11 16:40:57.598772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.601144"], ["updated_at", "2018-10-11 16:40:57.601144"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.602720"], ["updated_at", "2018-10-11 16:40:57.602720"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.605061"], ["updated_at", "2018-10-11 16:40:57.605061"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.608920"], ["updated_at", "2018-10-11 16:40:57.608920"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.610659"], ["updated_at", "2018-10-11 16:40:57.610659"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.612554"], ["updated_at", "2018-10-11 16:40:57.612554"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.614391"], ["updated_at", "2018-10-11 16:40:57.614391"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.618098"], ["updated_at", "2018-10-11 16:40:57.618098"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.620697"], ["updated_at", "2018-10-11 16:40:57.620697"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.624711"], ["updated_at", "2018-10-11 16:40:57.624711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.627688"], ["updated_at", "2018-10-11 16:40:57.627688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.630179"], ["updated_at", "2018-10-11 16:40:57.630179"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.632036"], ["updated_at", "2018-10-11 16:40:57.632036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.633878"], ["updated_at", "2018-10-11 16:40:57.633878"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.635516"], ["updated_at", "2018-10-11 16:40:57.635516"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.637369"], ["updated_at", "2018-10-11 16:40:57.637369"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.640185"], ["updated_at", "2018-10-11 16:40:57.640185"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.642957"], ["updated_at", "2018-10-11 16:40:57.642957"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.645812"], ["updated_at", "2018-10-11 16:40:57.645812"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.648624"], ["updated_at", "2018-10-11 16:40:57.648624"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.651213"], ["updated_at", "2018-10-11 16:40:57.651213"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.653878"], ["updated_at", "2018-10-11 16:40:57.653878"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.656517"], ["updated_at", "2018-10-11 16:40:57.656517"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.659894"], ["updated_at", "2018-10-11 16:40:57.659894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.662248"], ["updated_at", "2018-10-11 16:40:57.662248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.664097"], ["updated_at", "2018-10-11 16:40:57.664097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.665907"], ["updated_at", "2018-10-11 16:40:57.665907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.667514"], ["updated_at", "2018-10-11 16:40:57.667514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.669133"], ["updated_at", "2018-10-11 16:40:57.669133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.672365"], ["updated_at", "2018-10-11 16:40:57.672365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.674113"], ["updated_at", "2018-10-11 16:40:57.674113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.675660"], ["updated_at", "2018-10-11 16:40:57.675660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.677315"], ["updated_at", "2018-10-11 16:40:57.677315"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.678943"], ["updated_at", "2018-10-11 16:40:57.678943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.680704"], ["updated_at", "2018-10-11 16:40:57.680704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.682449"], ["updated_at", "2018-10-11 16:40:57.682449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.684069"], ["updated_at", "2018-10-11 16:40:57.684069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.685731"], ["updated_at", "2018-10-11 16:40:57.685731"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.688015"], ["updated_at", "2018-10-11 16:40:57.688015"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.692243"], ["updated_at", "2018-10-11 16:40:57.692243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.694626"], ["updated_at", "2018-10-11 16:40:57.694626"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.696386"], ["updated_at", "2018-10-11 16:40:57.696386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.698432"], ["updated_at", "2018-10-11 16:40:57.698432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.700120"], ["updated_at", "2018-10-11 16:40:57.700120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.701704"], ["updated_at", "2018-10-11 16:40:57.701704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.703317"], ["updated_at", "2018-10-11 16:40:57.703317"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.705084"], ["updated_at", "2018-10-11 16:40:57.705084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.706841"], ["updated_at", "2018-10-11 16:40:57.706841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.708512"], ["updated_at", "2018-10-11 16:40:57.708512"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.710063"], ["updated_at", "2018-10-11 16:40:57.710063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.711794"], ["updated_at", "2018-10-11 16:40:57.711794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.713568"], ["updated_at", "2018-10-11 16:40:57.713568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.715195"], ["updated_at", "2018-10-11 16:40:57.715195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.716838"], ["updated_at", "2018-10-11 16:40:57.716838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.718417"], ["updated_at", "2018-10-11 16:40:57.718417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.720048"], ["updated_at", "2018-10-11 16:40:57.720048"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.721822"], ["updated_at", "2018-10-11 16:40:57.721822"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.724738"], ["updated_at", "2018-10-11 16:40:57.724738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.727329"], ["updated_at", "2018-10-11 16:40:57.727329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.729298"], ["updated_at", "2018-10-11 16:40:57.729298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.731064"], ["updated_at", "2018-10-11 16:40:57.731064"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.732745"], ["updated_at", "2018-10-11 16:40:57.732745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.734309"], ["updated_at", "2018-10-11 16:40:57.734309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.736046"], ["updated_at", "2018-10-11 16:40:57.736046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.738897"], ["updated_at", "2018-10-11 16:40:57.738897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.740600"], ["updated_at", "2018-10-11 16:40:57.740600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.742159"], ["updated_at", "2018-10-11 16:40:57.742159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.743880"], ["updated_at", "2018-10-11 16:40:57.743880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.745610"], ["updated_at", "2018-10-11 16:40:57.745610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.747401"], ["updated_at", "2018-10-11 16:40:57.747401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.749003"], ["updated_at", "2018-10-11 16:40:57.749003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.750636"], ["updated_at", "2018-10-11 16:40:57.750636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.752253"], ["updated_at", "2018-10-11 16:40:57.752253"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.754189"], ["updated_at", "2018-10-11 16:40:57.754189"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.757959"], ["updated_at", "2018-10-11 16:40:57.757959"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.761691"], ["updated_at", "2018-10-11 16:40:57.761691"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.764460"], ["updated_at", "2018-10-11 16:40:57.764460"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.767604"], ["updated_at", "2018-10-11 16:40:57.767604"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.770280"], ["updated_at", "2018-10-11 16:40:57.770280"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.773135"], ["updated_at", "2018-10-11 16:40:57.773135"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.775909"], ["updated_at", "2018-10-11 16:40:57.775909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.778547"], ["updated_at", "2018-10-11 16:40:57.778547"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.780348"], ["updated_at", "2018-10-11 16:40:57.780348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.782375"], ["updated_at", "2018-10-11 16:40:57.782375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.783992"], ["updated_at", "2018-10-11 16:40:57.783992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.785638"], ["updated_at", "2018-10-11 16:40:57.785638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.787224"], ["updated_at", "2018-10-11 16:40:57.787224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.788916"], ["updated_at", "2018-10-11 16:40:57.788916"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.791103"], ["updated_at", "2018-10-11 16:40:57.791103"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.794461"], ["updated_at", "2018-10-11 16:40:57.794461"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.796469"], ["updated_at", "2018-10-11 16:40:57.796469"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.799655"], ["updated_at", "2018-10-11 16:40:57.799655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.801574"], ["updated_at", "2018-10-11 16:40:57.801574"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.803523"], ["updated_at", "2018-10-11 16:40:57.803523"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.806537"], ["updated_at", "2018-10-11 16:40:57.806537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.808514"], ["updated_at", "2018-10-11 16:40:57.808514"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.810272"], ["updated_at", "2018-10-11 16:40:57.810272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.812166"], ["updated_at", "2018-10-11 16:40:57.812166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.814031"], ["updated_at", "2018-10-11 16:40:57.814031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.815671"], ["updated_at", "2018-10-11 16:40:57.815671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.817239"], ["updated_at", "2018-10-11 16:40:57.817239"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.818786"], ["updated_at", "2018-10-11 16:40:57.818786"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.820574"], ["updated_at", "2018-10-11 16:40:57.820574"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.824875"], ["updated_at", "2018-10-11 16:40:57.824875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.827944"], ["updated_at", "2018-10-11 16:40:57.827944"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.829777"], ["updated_at", "2018-10-11 16:40:57.829777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.831798"], ["updated_at", "2018-10-11 16:40:57.831798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.833589"], ["updated_at", "2018-10-11 16:40:57.833589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.835142"], ["updated_at", "2018-10-11 16:40:57.835142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.836800"], ["updated_at", "2018-10-11 16:40:57.836800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.838408"], ["updated_at", "2018-10-11 16:40:57.838408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.840245"], ["updated_at", "2018-10-11 16:40:57.840245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.841901"], ["updated_at", "2018-10-11 16:40:57.841901"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.843682"], ["updated_at", "2018-10-11 16:40:57.843682"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.845734"], ["updated_at", "2018-10-11 16:40:57.845734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.848816"], ["updated_at", "2018-10-11 16:40:57.848816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.850591"], ["updated_at", "2018-10-11 16:40:57.850591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.852202"], ["updated_at", "2018-10-11 16:40:57.852202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.853801"], ["updated_at", "2018-10-11 16:40:57.853801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.855448"], ["updated_at", "2018-10-11 16:40:57.855448"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.857321"], ["updated_at", "2018-10-11 16:40:57.857321"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.860182"], ["updated_at", "2018-10-11 16:40:57.860182"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.862086"], ["updated_at", "2018-10-11 16:40:57.862086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.864652"], ["updated_at", "2018-10-11 16:40:57.864652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.866413"], ["updated_at", "2018-10-11 16:40:57.866413"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.867884"], ["updated_at", "2018-10-11 16:40:57.867884"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.869790"], ["updated_at", "2018-10-11 16:40:57.869790"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.873093"], ["updated_at", "2018-10-11 16:40:57.873093"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.874877"], ["updated_at", "2018-10-11 16:40:57.874877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.876511"], ["updated_at", "2018-10-11 16:40:57.876511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.878196"], ["updated_at", "2018-10-11 16:40:57.878196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.879958"], ["updated_at", "2018-10-11 16:40:57.879958"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.881821"], ["updated_at", "2018-10-11 16:40:57.881821"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.884563"], ["updated_at", "2018-10-11 16:40:57.884563"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.887150"], ["updated_at", "2018-10-11 16:40:57.887150"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.891708"], ["updated_at", "2018-10-11 16:40:57.891708"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.895627"], ["updated_at", "2018-10-11 16:40:57.895627"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.898443"], ["updated_at", "2018-10-11 16:40:57.898443"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.901065"], ["updated_at", "2018-10-11 16:40:57.901065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.903735"], ["updated_at", "2018-10-11 16:40:57.903735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.905513"], ["updated_at", "2018-10-11 16:40:57.905513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.907156"], ["updated_at", "2018-10-11 16:40:57.907156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.908846"], ["updated_at", "2018-10-11 16:40:57.908846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.910442"], ["updated_at", "2018-10-11 16:40:57.910442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.912122"], ["updated_at", "2018-10-11 16:40:57.912122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.913765"], ["updated_at", "2018-10-11 16:40:57.913765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.915434"], ["updated_at", "2018-10-11 16:40:57.915434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.916976"], ["updated_at", "2018-10-11 16:40:57.916976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.918659"], ["updated_at", "2018-10-11 16:40:57.918659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.920286"], ["updated_at", "2018-10-11 16:40:57.920286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.921864"], ["updated_at", "2018-10-11 16:40:57.921864"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.924024"], ["updated_at", "2018-10-11 16:40:57.924024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.926762"], ["updated_at", "2018-10-11 16:40:57.926762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.928647"], ["updated_at", "2018-10-11 16:40:57.928647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.930385"], ["updated_at", "2018-10-11 16:40:57.930385"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.932072"], ["updated_at", "2018-10-11 16:40:57.932072"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.933683"], ["updated_at", "2018-10-11 16:40:57.933683"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.935235"], ["updated_at", "2018-10-11 16:40:57.935235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.938106"], ["updated_at", "2018-10-11 16:40:57.938106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.939783"], ["updated_at", "2018-10-11 16:40:57.939783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.941414"], ["updated_at", "2018-10-11 16:40:57.941414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.942970"], ["updated_at", "2018-10-11 16:40:57.942970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.944585"], ["updated_at", "2018-10-11 16:40:57.944585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.946224"], ["updated_at", "2018-10-11 16:40:57.946224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.947887"], ["updated_at", "2018-10-11 16:40:57.947887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.949547"], ["updated_at", "2018-10-11 16:40:57.949547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.951117"], ["updated_at", "2018-10-11 16:40:57.951117"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.952721"], ["updated_at", "2018-10-11 16:40:57.952721"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.955132"], ["updated_at", "2018-10-11 16:40:57.955132"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.959401"], ["updated_at", "2018-10-11 16:40:57.959401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.961695"], ["updated_at", "2018-10-11 16:40:57.961695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.963299"], ["updated_at", "2018-10-11 16:40:57.963299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.964954"], ["updated_at", "2018-10-11 16:40:57.964954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.966637"], ["updated_at", "2018-10-11 16:40:57.966637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.968197"], ["updated_at", "2018-10-11 16:40:57.968197"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.969837"], ["updated_at", "2018-10-11 16:40:57.969837"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.972080"], ["updated_at", "2018-10-11 16:40:57.972080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.973915"], ["updated_at", "2018-10-11 16:40:57.973915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.975500"], ["updated_at", "2018-10-11 16:40:57.975500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.977103"], ["updated_at", "2018-10-11 16:40:57.977103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.978815"], ["updated_at", "2018-10-11 16:40:57.978815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.980512"], ["updated_at", "2018-10-11 16:40:57.980512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.982190"], ["updated_at", "2018-10-11 16:40:57.982190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.983736"], ["updated_at", "2018-10-11 16:40:57.983736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.985490"], ["updated_at", "2018-10-11 16:40:57.985490"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.987079"], ["updated_at", "2018-10-11 16:40:57.987079"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.988779"], ["updated_at", "2018-10-11 16:40:57.988779"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.991086"], ["updated_at", "2018-10-11 16:40:57.991086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.993632"], ["updated_at", "2018-10-11 16:40:57.993632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.995533"], ["updated_at", "2018-10-11 16:40:57.995533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.997437"], ["updated_at", "2018-10-11 16:40:57.997437"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:57.999007"], ["updated_at", "2018-10-11 16:40:57.999007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.001133"], ["updated_at", "2018-10-11 16:40:58.001133"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.003962"], ["updated_at", "2018-10-11 16:40:58.003962"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.006292"], ["updated_at", "2018-10-11 16:40:58.006292"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.008980"], ["updated_at", "2018-10-11 16:40:58.008980"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.011600"], ["updated_at", "2018-10-11 16:40:58.011600"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.014372"], ["updated_at", "2018-10-11 16:40:58.014372"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.017167"], ["updated_at", "2018-10-11 16:40:58.017167"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.019738"], ["updated_at", "2018-10-11 16:40:58.019738"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.023727"], ["updated_at", "2018-10-11 16:40:58.023727"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.027775"], ["updated_at", "2018-10-11 16:40:58.027775"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.029735"], ["updated_at", "2018-10-11 16:40:58.029735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.031556"], ["updated_at", "2018-10-11 16:40:58.031556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.033117"], ["updated_at", "2018-10-11 16:40:58.033117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.034759"], ["updated_at", "2018-10-11 16:40:58.034759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.036389"], ["updated_at", "2018-10-11 16:40:58.036389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.037978"], ["updated_at", "2018-10-11 16:40:58.037978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.039666"], ["updated_at", "2018-10-11 16:40:58.039666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.041336"], ["updated_at", "2018-10-11 16:40:58.041336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.043032"], ["updated_at", "2018-10-11 16:40:58.043032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.044589"], ["updated_at", "2018-10-11 16:40:58.044589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.046326"], ["updated_at", "2018-10-11 16:40:58.046326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.048067"], ["updated_at", "2018-10-11 16:40:58.048067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.049588"], ["updated_at", "2018-10-11 16:40:58.049588"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.051227"], ["updated_at", "2018-10-11 16:40:58.051227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.052909"], ["updated_at", "2018-10-11 16:40:58.052909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.054554"], ["updated_at", "2018-10-11 16:40:58.054554"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.056375"], ["updated_at", "2018-10-11 16:40:58.056375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.059089"], ["updated_at", "2018-10-11 16:40:58.059089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.061023"], ["updated_at", "2018-10-11 16:40:58.061023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.062827"], ["updated_at", "2018-10-11 16:40:58.062827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.064564"], ["updated_at", "2018-10-11 16:40:58.064564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.066099"], ["updated_at", "2018-10-11 16:40:58.066099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.067548"], ["updated_at", "2018-10-11 16:40:58.067548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.070283"], ["updated_at", "2018-10-11 16:40:58.070283"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.071858"], ["updated_at", "2018-10-11 16:40:58.071858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.073590"], ["updated_at", "2018-10-11 16:40:58.073590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.075208"], ["updated_at", "2018-10-11 16:40:58.075208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.076840"], ["updated_at", "2018-10-11 16:40:58.076840"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.078453"], ["updated_at", "2018-10-11 16:40:58.078453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.080257"], ["updated_at", "2018-10-11 16:40:58.080257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.082112"], ["updated_at", "2018-10-11 16:40:58.082112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.083824"], ["updated_at", "2018-10-11 16:40:58.083824"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.085446"], ["updated_at", "2018-10-11 16:40:58.085446"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.087109"], ["updated_at", "2018-10-11 16:40:58.087109"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.090806"], ["updated_at", "2018-10-11 16:40:58.090806"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.094670"], ["updated_at", "2018-10-11 16:40:58.094670"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.096451"], ["updated_at", "2018-10-11 16:40:58.096451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.098301"], ["updated_at", "2018-10-11 16:40:58.098301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.099889"], ["updated_at", "2018-10-11 16:40:58.099889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.101510"], ["updated_at", "2018-10-11 16:40:58.101510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.103102"], ["updated_at", "2018-10-11 16:40:58.103102"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.104676"], ["updated_at", "2018-10-11 16:40:58.104676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.106458"], ["updated_at", "2018-10-11 16:40:58.106458"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.108153"], ["updated_at", "2018-10-11 16:40:58.108153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.109786"], ["updated_at", "2018-10-11 16:40:58.109786"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.111355"], ["updated_at", "2018-10-11 16:40:58.111355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.113055"], ["updated_at", "2018-10-11 16:40:58.113055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.114684"], ["updated_at", "2018-10-11 16:40:58.114684"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.116349"], ["updated_at", "2018-10-11 16:40:58.116349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.117929"], ["updated_at", "2018-10-11 16:40:58.117929"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.119497"], ["updated_at", "2018-10-11 16:40:58.119497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.121355"], ["updated_at", "2018-10-11 16:40:58.121355"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.123110"], ["updated_at", "2018-10-11 16:40:58.123110"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.125579"], ["updated_at", "2018-10-11 16:40:58.125579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.128071"], ["updated_at", "2018-10-11 16:40:58.128071"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.129884"], ["updated_at", "2018-10-11 16:40:58.129884"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.131887"], ["updated_at", "2018-10-11 16:40:58.131887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.133839"], ["updated_at", "2018-10-11 16:40:58.133839"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.135818"], ["updated_at", "2018-10-11 16:40:58.135818"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.137854"], ["updated_at", "2018-10-11 16:40:58.137854"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.142294"], ["updated_at", "2018-10-11 16:40:58.142294"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.145084"], ["updated_at", "2018-10-11 16:40:58.145084"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.147965"], ["updated_at", "2018-10-11 16:40:58.147965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.150639"], ["updated_at", "2018-10-11 16:40:58.150639"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.152409"], ["updated_at", "2018-10-11 16:40:58.152409"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.155016"], ["updated_at", "2018-10-11 16:40:58.155016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.159426"], ["updated_at", "2018-10-11 16:40:58.159426"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.161316"], ["updated_at", "2018-10-11 16:40:58.161316"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.163511"], ["updated_at", "2018-10-11 16:40:58.163511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.165269"], ["updated_at", "2018-10-11 16:40:58.165269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.166824"], ["updated_at", "2018-10-11 16:40:58.166824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.168493"], ["updated_at", "2018-10-11 16:40:58.168493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.170096"], ["updated_at", "2018-10-11 16:40:58.170096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.171740"], ["updated_at", "2018-10-11 16:40:58.171740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.173493"], ["updated_at", "2018-10-11 16:40:58.173493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.175127"], ["updated_at", "2018-10-11 16:40:58.175127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.176753"], ["updated_at", "2018-10-11 16:40:58.176753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.178382"], ["updated_at", "2018-10-11 16:40:58.178382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.180188"], ["updated_at", "2018-10-11 16:40:58.180188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.181926"], ["updated_at", "2018-10-11 16:40:58.181926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.183666"], ["updated_at", "2018-10-11 16:40:58.183666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.185378"], ["updated_at", "2018-10-11 16:40:58.185378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.187045"], ["updated_at", "2018-10-11 16:40:58.187045"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.188651"], ["updated_at", "2018-10-11 16:40:58.188651"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.190535"], ["updated_at", "2018-10-11 16:40:58.190535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.193169"], ["updated_at", "2018-10-11 16:40:58.193169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.195084"], ["updated_at", "2018-10-11 16:40:58.195084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.196942"], ["updated_at", "2018-10-11 16:40:58.196942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.198709"], ["updated_at", "2018-10-11 16:40:58.198709"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.200269"], ["updated_at", "2018-10-11 16:40:58.200269"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.201863"], ["updated_at", "2018-10-11 16:40:58.201863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.204764"], ["updated_at", "2018-10-11 16:40:58.204764"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.206454"], ["updated_at", "2018-10-11 16:40:58.206454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.208106"], ["updated_at", "2018-10-11 16:40:58.208106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.209727"], ["updated_at", "2018-10-11 16:40:58.209727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.211345"], ["updated_at", "2018-10-11 16:40:58.211345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.213085"], ["updated_at", "2018-10-11 16:40:58.213085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.214776"], ["updated_at", "2018-10-11 16:40:58.214776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.216440"], ["updated_at", "2018-10-11 16:40:58.216440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.218014"], ["updated_at", "2018-10-11 16:40:58.218014"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.219603"], ["updated_at", "2018-10-11 16:40:58.219603"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.222394"], ["updated_at", "2018-10-11 16:40:58.222394"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.226551"], ["updated_at", "2018-10-11 16:40:58.226551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.228421"], ["updated_at", "2018-10-11 16:40:58.228421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.230221"], ["updated_at", "2018-10-11 16:40:58.230221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.231962"], ["updated_at", "2018-10-11 16:40:58.231962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.233551"], ["updated_at", "2018-10-11 16:40:58.233551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.235325"], ["updated_at", "2018-10-11 16:40:58.235325"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.236885"], ["updated_at", "2018-10-11 16:40:58.236885"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.239726"], ["updated_at", "2018-10-11 16:40:58.239726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.241424"], ["updated_at", "2018-10-11 16:40:58.241424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.242954"], ["updated_at", "2018-10-11 16:40:58.242954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.244582"], ["updated_at", "2018-10-11 16:40:58.244582"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.246327"], ["updated_at", "2018-10-11 16:40:58.246327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.248120"], ["updated_at", "2018-10-11 16:40:58.248120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.249697"], ["updated_at", "2018-10-11 16:40:58.249697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.251318"], ["updated_at", "2018-10-11 16:40:58.251318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.252880"], ["updated_at", "2018-10-11 16:40:58.252880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.254480"], ["updated_at", "2018-10-11 16:40:58.254480"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.256533"], ["updated_at", "2018-10-11 16:40:58.256533"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.259400"], ["updated_at", "2018-10-11 16:40:58.259400"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.261940"], ["updated_at", "2018-10-11 16:40:58.261940"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.264048"], ["updated_at", "2018-10-11 16:40:58.264048"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.266145"], ["updated_at", "2018-10-11 16:40:58.266145"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.268125"], ["updated_at", "2018-10-11 16:40:58.268125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.270079"], ["updated_at", "2018-10-11 16:40:58.270079"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.271952"], ["updated_at", "2018-10-11 16:40:58.271952"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.276916"], ["updated_at", "2018-10-11 16:40:58.276916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.278780"], ["updated_at", "2018-10-11 16:40:58.278780"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.280533"], ["updated_at", "2018-10-11 16:40:58.280533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.282291"], ["updated_at", "2018-10-11 16:40:58.282291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.283870"], ["updated_at", "2018-10-11 16:40:58.283870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.285535"], ["updated_at", "2018-10-11 16:40:58.285535"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.288025"], ["updated_at", "2018-10-11 16:40:58.288025"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.292041"], ["updated_at", "2018-10-11 16:40:58.292041"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.294360"], ["updated_at", "2018-10-11 16:40:58.294360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.296082"], ["updated_at", "2018-10-11 16:40:58.296082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.297976"], ["updated_at", "2018-10-11 16:40:58.297976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.299605"], ["updated_at", "2018-10-11 16:40:58.299605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.301380"], ["updated_at", "2018-10-11 16:40:58.301380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.302936"], ["updated_at", "2018-10-11 16:40:58.302936"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.304575"], ["updated_at", "2018-10-11 16:40:58.304575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.306232"], ["updated_at", "2018-10-11 16:40:58.306232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.307885"], ["updated_at", "2018-10-11 16:40:58.307885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.309480"], ["updated_at", "2018-10-11 16:40:58.309480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.311099"], ["updated_at", "2018-10-11 16:40:58.311099"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.312721"], ["updated_at", "2018-10-11 16:40:58.312721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.314359"], ["updated_at", "2018-10-11 16:40:58.314359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.316089"], ["updated_at", "2018-10-11 16:40:58.316089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.317699"], ["updated_at", "2018-10-11 16:40:58.317699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.319279"], ["updated_at", "2018-10-11 16:40:58.319279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.320991"], ["updated_at", "2018-10-11 16:40:58.320991"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.322917"], ["updated_at", "2018-10-11 16:40:58.322917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.325806"], ["updated_at", "2018-10-11 16:40:58.325806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.327592"], ["updated_at", "2018-10-11 16:40:58.327592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.329285"], ["updated_at", "2018-10-11 16:40:58.329285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.331089"], ["updated_at", "2018-10-11 16:40:58.331089"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.332751"], ["updated_at", "2018-10-11 16:40:58.332751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.334284"], ["updated_at", "2018-10-11 16:40:58.334284"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.337034"], ["updated_at", "2018-10-11 16:40:58.337034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.338747"], ["updated_at", "2018-10-11 16:40:58.338747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.340515"], ["updated_at", "2018-10-11 16:40:58.340515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.342251"], ["updated_at", "2018-10-11 16:40:58.342251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.343917"], ["updated_at", "2018-10-11 16:40:58.343917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.345587"], ["updated_at", "2018-10-11 16:40:58.345587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.347301"], ["updated_at", "2018-10-11 16:40:58.347301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.349148"], ["updated_at", "2018-10-11 16:40:58.349148"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.350793"], ["updated_at", "2018-10-11 16:40:58.350793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.352457"], ["updated_at", "2018-10-11 16:40:58.352457"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.354526"], ["updated_at", "2018-10-11 16:40:58.354526"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.358434"], ["updated_at", "2018-10-11 16:40:58.358434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.360903"], ["updated_at", "2018-10-11 16:40:58.360903"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.362577"], ["updated_at", "2018-10-11 16:40:58.362577"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.364403"], ["updated_at", "2018-10-11 16:40:58.364403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.366063"], ["updated_at", "2018-10-11 16:40:58.366063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.367619"], ["updated_at", "2018-10-11 16:40:58.367619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.369202"], ["updated_at", "2018-10-11 16:40:58.369202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.370764"], ["updated_at", "2018-10-11 16:40:58.370764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.372502"], ["updated_at", "2018-10-11 16:40:58.372502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.374260"], ["updated_at", "2018-10-11 16:40:58.374260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.375813"], ["updated_at", "2018-10-11 16:40:58.375813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.377469"], ["updated_at", "2018-10-11 16:40:58.377469"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.379490"], ["updated_at", "2018-10-11 16:40:58.379490"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.382379"], ["updated_at", "2018-10-11 16:40:58.382379"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.385121"], ["updated_at", "2018-10-11 16:40:58.385121"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.387751"], ["updated_at", "2018-10-11 16:40:58.387751"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.390406"], ["updated_at", "2018-10-11 16:40:58.390406"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.393318"], ["updated_at", "2018-10-11 16:40:58.393318"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.395505"], ["updated_at", "2018-10-11 16:40:58.395505"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.397569"], ["updated_at", "2018-10-11 16:40:58.397569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.399521"], ["updated_at", "2018-10-11 16:40:58.399521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.401148"], ["updated_at", "2018-10-11 16:40:58.401148"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.402741"], ["updated_at", "2018-10-11 16:40:58.402741"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.406572"], ["updated_at", "2018-10-11 16:40:58.406572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.408253"], ["updated_at", "2018-10-11 16:40:58.408253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.409813"], ["updated_at", "2018-10-11 16:40:58.409813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.411414"], ["updated_at", "2018-10-11 16:40:58.411414"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.413100"], ["updated_at", "2018-10-11 16:40:58.413100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.414916"], ["updated_at", "2018-10-11 16:40:58.414916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.416475"], ["updated_at", "2018-10-11 16:40:58.416475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.418104"], ["updated_at", "2018-10-11 16:40:58.418104"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.419644"], ["updated_at", "2018-10-11 16:40:58.419644"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.421914"], ["updated_at", "2018-10-11 16:40:58.421914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.426503"], ["updated_at", "2018-10-11 16:40:58.426503"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.429009"], ["updated_at", "2018-10-11 16:40:58.429009"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.430820"], ["updated_at", "2018-10-11 16:40:58.430820"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.432644"], ["updated_at", "2018-10-11 16:40:58.432644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.434466"], ["updated_at", "2018-10-11 16:40:58.434466"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.436086"], ["updated_at", "2018-10-11 16:40:58.436086"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.437807"], ["updated_at", "2018-10-11 16:40:58.437807"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.439579"], ["updated_at", "2018-10-11 16:40:58.439579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.441377"], ["updated_at", "2018-10-11 16:40:58.441377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.442991"], ["updated_at", "2018-10-11 16:40:58.442991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.444551"], ["updated_at", "2018-10-11 16:40:58.444551"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.446264"], ["updated_at", "2018-10-11 16:40:58.446264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.448027"], ["updated_at", "2018-10-11 16:40:58.448027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.449682"], ["updated_at", "2018-10-11 16:40:58.449682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.451295"], ["updated_at", "2018-10-11 16:40:58.451295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.452894"], ["updated_at", "2018-10-11 16:40:58.452894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.454489"], ["updated_at", "2018-10-11 16:40:58.454489"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.456424"], ["updated_at", "2018-10-11 16:40:58.456424"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.459123"], ["updated_at", "2018-10-11 16:40:58.459123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.461163"], ["updated_at", "2018-10-11 16:40:58.461163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.462989"], ["updated_at", "2018-10-11 16:40:58.462989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.464630"], ["updated_at", "2018-10-11 16:40:58.464630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.466111"], ["updated_at", "2018-10-11 16:40:58.466111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.467527"], ["updated_at", "2018-10-11 16:40:58.467527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.469260"], ["updated_at", "2018-10-11 16:40:58.469260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.471493"], ["updated_at", "2018-10-11 16:40:58.471493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.473191"], ["updated_at", "2018-10-11 16:40:58.473191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.474834"], ["updated_at", "2018-10-11 16:40:58.474834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.476486"], ["updated_at", "2018-10-11 16:40:58.476486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.478106"], ["updated_at", "2018-10-11 16:40:58.478106"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.479815"], ["updated_at", "2018-10-11 16:40:58.479815"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.481655"], ["updated_at", "2018-10-11 16:40:58.481655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.483379"], ["updated_at", "2018-10-11 16:40:58.483379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.484994"], ["updated_at", "2018-10-11 16:40:58.484994"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.486532"], ["updated_at", "2018-10-11 16:40:58.486532"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.488980"], ["updated_at", "2018-10-11 16:40:58.488980"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.493185"], ["updated_at", "2018-10-11 16:40:58.493185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.495598"], ["updated_at", "2018-10-11 16:40:58.495598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.497382"], ["updated_at", "2018-10-11 16:40:58.497382"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.499075"], ["updated_at", "2018-10-11 16:40:58.499075"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.501640"], ["updated_at", "2018-10-11 16:40:58.501640"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.504298"], ["updated_at", "2018-10-11 16:40:58.504298"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.507069"], ["updated_at", "2018-10-11 16:40:58.507069"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.509608"], ["updated_at", "2018-10-11 16:40:58.509608"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.512184"], ["updated_at", "2018-10-11 16:40:58.512184"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.514974"], ["updated_at", "2018-10-11 16:40:58.514974"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.517694"], ["updated_at", "2018-10-11 16:40:58.517694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.519943"], ["updated_at", "2018-10-11 16:40:58.519943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.521594"], ["updated_at", "2018-10-11 16:40:58.521594"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.523449"], ["updated_at", "2018-10-11 16:40:58.523449"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.526087"], ["updated_at", "2018-10-11 16:40:58.526087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.528215"], ["updated_at", "2018-10-11 16:40:58.528215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.530038"], ["updated_at", "2018-10-11 16:40:58.530038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.531793"], ["updated_at", "2018-10-11 16:40:58.531793"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.533377"], ["updated_at", "2018-10-11 16:40:58.533377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.535115"], ["updated_at", "2018-10-11 16:40:58.535115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.537713"], ["updated_at", "2018-10-11 16:40:58.537713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.539311"], ["updated_at", "2018-10-11 16:40:58.539311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.540976"], ["updated_at", "2018-10-11 16:40:58.540976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.542533"], ["updated_at", "2018-10-11 16:40:58.542533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.544172"], ["updated_at", "2018-10-11 16:40:58.544172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.545763"], ["updated_at", "2018-10-11 16:40:58.545763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.547487"], ["updated_at", "2018-10-11 16:40:58.547487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.549064"], ["updated_at", "2018-10-11 16:40:58.549064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.550715"], ["updated_at", "2018-10-11 16:40:58.550715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.552247"], ["updated_at", "2018-10-11 16:40:58.552247"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.553843"], ["updated_at", "2018-10-11 16:40:58.553843"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.556601"], ["updated_at", "2018-10-11 16:40:58.556601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.560152"], ["updated_at", "2018-10-11 16:40:58.560152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.562374"], ["updated_at", "2018-10-11 16:40:58.562374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.564122"], ["updated_at", "2018-10-11 16:40:58.564122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.565763"], ["updated_at", "2018-10-11 16:40:58.565763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.567305"], ["updated_at", "2018-10-11 16:40:58.567305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.568909"], ["updated_at", "2018-10-11 16:40:58.568909"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.570589"], ["updated_at", "2018-10-11 16:40:58.570589"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.572261"], ["updated_at", "2018-10-11 16:40:58.572261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.574172"], ["updated_at", "2018-10-11 16:40:58.574172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.575786"], ["updated_at", "2018-10-11 16:40:58.575786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.577506"], ["updated_at", "2018-10-11 16:40:58.577506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.579219"], ["updated_at", "2018-10-11 16:40:58.579219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.581003"], ["updated_at", "2018-10-11 16:40:58.581003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.582752"], ["updated_at", "2018-10-11 16:40:58.582752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.584359"], ["updated_at", "2018-10-11 16:40:58.584359"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.586087"], ["updated_at", "2018-10-11 16:40:58.586087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.587987"], ["updated_at", "2018-10-11 16:40:58.587987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.589702"], ["updated_at", "2018-10-11 16:40:58.589702"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.592101"], ["updated_at", "2018-10-11 16:40:58.592101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.594497"], ["updated_at", "2018-10-11 16:40:58.594497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.596305"], ["updated_at", "2018-10-11 16:40:58.596305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.598134"], ["updated_at", "2018-10-11 16:40:58.598134"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.599690"], ["updated_at", "2018-10-11 16:40:58.599690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.601453"], ["updated_at", "2018-10-11 16:40:58.601453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.604139"], ["updated_at", "2018-10-11 16:40:58.604139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.606382"], ["updated_at", "2018-10-11 16:40:58.606382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.608150"], ["updated_at", "2018-10-11 16:40:58.608150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.609742"], ["updated_at", "2018-10-11 16:40:58.609742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.611407"], ["updated_at", "2018-10-11 16:40:58.611407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.613125"], ["updated_at", "2018-10-11 16:40:58.613125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.614972"], ["updated_at", "2018-10-11 16:40:58.614972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.616691"], ["updated_at", "2018-10-11 16:40:58.616691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.618268"], ["updated_at", "2018-10-11 16:40:58.618268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.619918"], ["updated_at", "2018-10-11 16:40:58.619918"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.622710"], ["updated_at", "2018-10-11 16:40:58.622710"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.627680"], ["updated_at", "2018-10-11 16:40:58.627680"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.630584"], ["updated_at", "2018-10-11 16:40:58.630584"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.633190"], ["updated_at", "2018-10-11 16:40:58.633190"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.635838"], ["updated_at", "2018-10-11 16:40:58.635838"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.638562"], ["updated_at", "2018-10-11 16:40:58.638562"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.641442"], ["updated_at", "2018-10-11 16:40:58.641442"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.644057"], ["updated_at", "2018-10-11 16:40:58.644057"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.646296"], ["updated_at", "2018-10-11 16:40:58.646296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.648090"], ["updated_at", "2018-10-11 16:40:58.648090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.649735"], ["updated_at", "2018-10-11 16:40:58.649735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.651382"], ["updated_at", "2018-10-11 16:40:58.651382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.653078"], ["updated_at", "2018-10-11 16:40:58.653078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.654678"], ["updated_at", "2018-10-11 16:40:58.654678"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.656420"], ["updated_at", "2018-10-11 16:40:58.656420"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.658968"], ["updated_at", "2018-10-11 16:40:58.658968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.661266"], ["updated_at", "2018-10-11 16:40:58.661266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.663120"], ["updated_at", "2018-10-11 16:40:58.663120"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.664899"], ["updated_at", "2018-10-11 16:40:58.664899"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.666543"], ["updated_at", "2018-10-11 16:40:58.666543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.668131"], ["updated_at", "2018-10-11 16:40:58.668131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.670942"], ["updated_at", "2018-10-11 16:40:58.670942"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.672742"], ["updated_at", "2018-10-11 16:40:58.672742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.674526"], ["updated_at", "2018-10-11 16:40:58.674526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.677229"], ["updated_at", "2018-10-11 16:40:58.677229"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.678895"], ["updated_at", "2018-10-11 16:40:58.678895"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.680648"], ["updated_at", "2018-10-11 16:40:58.680648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.682789"], ["updated_at", "2018-10-11 16:40:58.682789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.684391"], ["updated_at", "2018-10-11 16:40:58.684391"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.685942"], ["updated_at", "2018-10-11 16:40:58.685942"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.688444"], ["updated_at", "2018-10-11 16:40:58.688444"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.692452"], ["updated_at", "2018-10-11 16:40:58.692452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.694683"], ["updated_at", "2018-10-11 16:40:58.694683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.696520"], ["updated_at", "2018-10-11 16:40:58.696520"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.698654"], ["updated_at", "2018-10-11 16:40:58.698654"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.700610"], ["updated_at", "2018-10-11 16:40:58.700610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.703000"], ["updated_at", "2018-10-11 16:40:58.703000"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.705156"], ["updated_at", "2018-10-11 16:40:58.705156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.707178"], ["updated_at", "2018-10-11 16:40:58.707178"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.709053"], ["updated_at", "2018-10-11 16:40:58.709053"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.711087"], ["updated_at", "2018-10-11 16:40:58.711087"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.713661"], ["updated_at", "2018-10-11 16:40:58.713661"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.716179"], ["updated_at", "2018-10-11 16:40:58.716179"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.718223"], ["updated_at", "2018-10-11 16:40:58.718223"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.720331"], ["updated_at", "2018-10-11 16:40:58.720331"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.722557"], ["updated_at", "2018-10-11 16:40:58.722557"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.726158"], ["updated_at", "2018-10-11 16:40:58.726158"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.730104"], ["updated_at", "2018-10-11 16:40:58.730104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.732881"], ["updated_at", "2018-10-11 16:40:58.732881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.734848"], ["updated_at", "2018-10-11 16:40:58.734848"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.736465"], ["updated_at", "2018-10-11 16:40:58.736465"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.739637"], ["updated_at", "2018-10-11 16:40:58.739637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.741421"], ["updated_at", "2018-10-11 16:40:58.741421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.743027"], ["updated_at", "2018-10-11 16:40:58.743027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.744657"], ["updated_at", "2018-10-11 16:40:58.744657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.746269"], ["updated_at", "2018-10-11 16:40:58.746269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.747965"], ["updated_at", "2018-10-11 16:40:58.747965"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.749529"], ["updated_at", "2018-10-11 16:40:58.749529"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.751577"], ["updated_at", "2018-10-11 16:40:58.751577"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.754328"], ["updated_at", "2018-10-11 16:40:58.754328"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.759744"], ["updated_at", "2018-10-11 16:40:58.759744"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.762624"], ["updated_at", "2018-10-11 16:40:58.762624"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.765370"], ["updated_at", "2018-10-11 16:40:58.765370"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.767966"], ["updated_at", "2018-10-11 16:40:58.767966"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.770548"], ["updated_at", "2018-10-11 16:40:58.770548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.773248"], ["updated_at", "2018-10-11 16:40:58.773248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.774906"], ["updated_at", "2018-10-11 16:40:58.774906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.776618"], ["updated_at", "2018-10-11 16:40:58.776618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.778236"], ["updated_at", "2018-10-11 16:40:58.778236"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.779971"], ["updated_at", "2018-10-11 16:40:58.779971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.781755"], ["updated_at", "2018-10-11 16:40:58.781755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.783326"], ["updated_at", "2018-10-11 16:40:58.783326"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.785077"], ["updated_at", "2018-10-11 16:40:58.785077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.787657"], ["updated_at", "2018-10-11 16:40:58.787657"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.789258"], ["updated_at", "2018-10-11 16:40:58.789258"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.791138"], ["updated_at", "2018-10-11 16:40:58.791138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.794232"], ["updated_at", "2018-10-11 16:40:58.794232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.796096"], ["updated_at", "2018-10-11 16:40:58.796096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.797991"], ["updated_at", "2018-10-11 16:40:58.797991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.799736"], ["updated_at", "2018-10-11 16:40:58.799736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.801396"], ["updated_at", "2018-10-11 16:40:58.801396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.803189"], ["updated_at", "2018-10-11 16:40:58.803189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.806091"], ["updated_at", "2018-10-11 16:40:58.806091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.807822"], ["updated_at", "2018-10-11 16:40:58.807822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.809476"], ["updated_at", "2018-10-11 16:40:58.809476"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.811215"], ["updated_at", "2018-10-11 16:40:58.811215"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.813149"], ["updated_at", "2018-10-11 16:40:58.813149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.814922"], ["updated_at", "2018-10-11 16:40:58.814922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.816543"], ["updated_at", "2018-10-11 16:40:58.816543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.818107"], ["updated_at", "2018-10-11 16:40:58.818107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.819750"], ["updated_at", "2018-10-11 16:40:58.819750"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.822324"], ["updated_at", "2018-10-11 16:40:58.822324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.826766"], ["updated_at", "2018-10-11 16:40:58.826766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.829119"], ["updated_at", "2018-10-11 16:40:58.829119"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.830788"], ["updated_at", "2018-10-11 16:40:58.830788"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.832553"], ["updated_at", "2018-10-11 16:40:58.832553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.834564"], ["updated_at", "2018-10-11 16:40:58.834564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.836262"], ["updated_at", "2018-10-11 16:40:58.836262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.837945"], ["updated_at", "2018-10-11 16:40:58.837945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.839817"], ["updated_at", "2018-10-11 16:40:58.839817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.841610"], ["updated_at", "2018-10-11 16:40:58.841610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.843301"], ["updated_at", "2018-10-11 16:40:58.843301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.844927"], ["updated_at", "2018-10-11 16:40:58.844927"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.846777"], ["updated_at", "2018-10-11 16:40:58.846777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.848637"], ["updated_at", "2018-10-11 16:40:58.848637"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.850643"], ["updated_at", "2018-10-11 16:40:58.850643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.852655"], ["updated_at", "2018-10-11 16:40:58.852655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.854264"], ["updated_at", "2018-10-11 16:40:58.854264"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.856119"], ["updated_at", "2018-10-11 16:40:58.856119"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.858948"], ["updated_at", "2018-10-11 16:40:58.858948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.861067"], ["updated_at", "2018-10-11 16:40:58.861067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.862865"], ["updated_at", "2018-10-11 16:40:58.862865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.864608"], ["updated_at", "2018-10-11 16:40:58.864608"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.866291"], ["updated_at", "2018-10-11 16:40:58.866291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.867994"], ["updated_at", "2018-10-11 16:40:58.867994"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.871099"], ["updated_at", "2018-10-11 16:40:58.871099"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.873162"], ["updated_at", "2018-10-11 16:40:58.873162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.874969"], ["updated_at", "2018-10-11 16:40:58.874969"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.876637"], ["updated_at", "2018-10-11 16:40:58.876637"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.878616"], ["updated_at", "2018-10-11 16:40:58.878616"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.881549"], ["updated_at", "2018-10-11 16:40:58.881549"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.884342"], ["updated_at", "2018-10-11 16:40:58.884342"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.886981"], ["updated_at", "2018-10-11 16:40:58.886981"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.890785"], ["updated_at", "2018-10-11 16:40:58.890785"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.895330"], ["updated_at", "2018-10-11 16:40:58.895330"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.898124"], ["updated_at", "2018-10-11 16:40:58.898124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.900781"], ["updated_at", "2018-10-11 16:40:58.900781"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.903251"], ["updated_at", "2018-10-11 16:40:58.903251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.905671"], ["updated_at", "2018-10-11 16:40:58.905671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.907520"], ["updated_at", "2018-10-11 16:40:58.907520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.909109"], ["updated_at", "2018-10-11 16:40:58.909109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.910708"], ["updated_at", "2018-10-11 16:40:58.910708"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.912615"], ["updated_at", "2018-10-11 16:40:58.912615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.914413"], ["updated_at", "2018-10-11 16:40:58.914413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.916161"], ["updated_at", "2018-10-11 16:40:58.916161"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.918036"], ["updated_at", "2018-10-11 16:40:58.918036"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.920196"], ["updated_at", "2018-10-11 16:40:58.920196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.921972"], ["updated_at", "2018-10-11 16:40:58.921972"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.924236"], ["updated_at", "2018-10-11 16:40:58.924236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.926891"], ["updated_at", "2018-10-11 16:40:58.926891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.928738"], ["updated_at", "2018-10-11 16:40:58.928738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.930542"], ["updated_at", "2018-10-11 16:40:58.930542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.932235"], ["updated_at", "2018-10-11 16:40:58.932235"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.933850"], ["updated_at", "2018-10-11 16:40:58.933850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.935359"], ["updated_at", "2018-10-11 16:40:58.935359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.938144"], ["updated_at", "2018-10-11 16:40:58.938144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.939833"], ["updated_at", "2018-10-11 16:40:58.939833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.941573"], ["updated_at", "2018-10-11 16:40:58.941573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.943206"], ["updated_at", "2018-10-11 16:40:58.943206"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.945072"], ["updated_at", "2018-10-11 16:40:58.945072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.946815"], ["updated_at", "2018-10-11 16:40:58.946815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.948430"], ["updated_at", "2018-10-11 16:40:58.948430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.950039"], ["updated_at", "2018-10-11 16:40:58.950039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.951648"], ["updated_at", "2018-10-11 16:40:58.951648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.953275"], ["updated_at", "2018-10-11 16:40:58.953275"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.955833"], ["updated_at", "2018-10-11 16:40:58.955833"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.959663"], ["updated_at", "2018-10-11 16:40:58.959663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.961943"], ["updated_at", "2018-10-11 16:40:58.961943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.963586"], ["updated_at", "2018-10-11 16:40:58.963586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.965307"], ["updated_at", "2018-10-11 16:40:58.965307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.966849"], ["updated_at", "2018-10-11 16:40:58.966849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.968453"], ["updated_at", "2018-10-11 16:40:58.968453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.970011"], ["updated_at", "2018-10-11 16:40:58.970011"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.971689"], ["updated_at", "2018-10-11 16:40:58.971689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.973391"], ["updated_at", "2018-10-11 16:40:58.973391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.975096"], ["updated_at", "2018-10-11 16:40:58.975096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.976820"], ["updated_at", "2018-10-11 16:40:58.976820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.978427"], ["updated_at", "2018-10-11 16:40:58.978427"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.980111"], ["updated_at", "2018-10-11 16:40:58.980111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.981938"], ["updated_at", "2018-10-11 16:40:58.981938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.983493"], ["updated_at", "2018-10-11 16:40:58.983493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.985146"], ["updated_at", "2018-10-11 16:40:58.985146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.986815"], ["updated_at", "2018-10-11 16:40:58.986815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.988494"], ["updated_at", "2018-10-11 16:40:58.988494"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.990919"], ["updated_at", "2018-10-11 16:40:58.990919"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.994282"], ["updated_at", "2018-10-11 16:40:58.994282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.996241"], ["updated_at", "2018-10-11 16:40:58.996241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.998110"], ["updated_at", "2018-10-11 16:40:58.998110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:58.999806"], ["updated_at", "2018-10-11 16:40:58.999806"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.001385"], ["updated_at", "2018-10-11 16:40:59.001385"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.002944"], ["updated_at", "2018-10-11 16:40:59.002944"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.006357"], ["updated_at", "2018-10-11 16:40:59.006357"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.009062"], ["updated_at", "2018-10-11 16:40:59.009062"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.011602"], ["updated_at", "2018-10-11 16:40:59.011602"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.014428"], ["updated_at", "2018-10-11 16:40:59.014428"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.017109"], ["updated_at", "2018-10-11 16:40:59.017109"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.019755"], ["updated_at", "2018-10-11 16:40:59.019755"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.023287"], ["updated_at", "2018-10-11 16:40:59.023287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.027839"], ["updated_at", "2018-10-11 16:40:59.027839"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.029524"], ["updated_at", "2018-10-11 16:40:59.029524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.031217"], ["updated_at", "2018-10-11 16:40:59.031217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.032842"], ["updated_at", "2018-10-11 16:40:59.032842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.034487"], ["updated_at", "2018-10-11 16:40:59.034487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.036085"], ["updated_at", "2018-10-11 16:40:59.036085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.037667"], ["updated_at", "2018-10-11 16:40:59.037667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.039383"], ["updated_at", "2018-10-11 16:40:59.039383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.041148"], ["updated_at", "2018-10-11 16:40:59.041148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.042806"], ["updated_at", "2018-10-11 16:40:59.042806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.044401"], ["updated_at", "2018-10-11 16:40:59.044401"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.046024"], ["updated_at", "2018-10-11 16:40:59.046024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.047930"], ["updated_at", "2018-10-11 16:40:59.047930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.049615"], ["updated_at", "2018-10-11 16:40:59.049615"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.051182"], ["updated_at", "2018-10-11 16:40:59.051182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.052871"], ["updated_at", "2018-10-11 16:40:59.052871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.054581"], ["updated_at", "2018-10-11 16:40:59.054581"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.056732"], ["updated_at", "2018-10-11 16:40:59.056732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.059431"], ["updated_at", "2018-10-11 16:40:59.059431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.061461"], ["updated_at", "2018-10-11 16:40:59.061461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.063251"], ["updated_at", "2018-10-11 16:40:59.063251"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.065126"], ["updated_at", "2018-10-11 16:40:59.065126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.066744"], ["updated_at", "2018-10-11 16:40:59.066744"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.068455"], ["updated_at", "2018-10-11 16:40:59.068455"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.071313"], ["updated_at", "2018-10-11 16:40:59.071313"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.073063"], ["updated_at", "2018-10-11 16:40:59.073063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.074807"], ["updated_at", "2018-10-11 16:40:59.074807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.076441"], ["updated_at", "2018-10-11 16:40:59.076441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.078044"], ["updated_at", "2018-10-11 16:40:59.078044"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.079793"], ["updated_at", "2018-10-11 16:40:59.079793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.081747"], ["updated_at", "2018-10-11 16:40:59.081747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.083462"], ["updated_at", "2018-10-11 16:40:59.083462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.085072"], ["updated_at", "2018-10-11 16:40:59.085072"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.086682"], ["updated_at", "2018-10-11 16:40:59.086682"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.091154"], ["updated_at", "2018-10-11 16:40:59.091154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.094242"], ["updated_at", "2018-10-11 16:40:59.094242"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.095957"], ["updated_at", "2018-10-11 16:40:59.095957"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.097764"], ["updated_at", "2018-10-11 16:40:59.097764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.099569"], ["updated_at", "2018-10-11 16:40:59.099569"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.101135"], ["updated_at", "2018-10-11 16:40:59.101135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.102859"], ["updated_at", "2018-10-11 16:40:59.102859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.104478"], ["updated_at", "2018-10-11 16:40:59.104478"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.106207"], ["updated_at", "2018-10-11 16:40:59.106207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.107986"], ["updated_at", "2018-10-11 16:40:59.107986"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.109605"], ["updated_at", "2018-10-11 16:40:59.109605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.111351"], ["updated_at", "2018-10-11 16:40:59.111351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.113018"], ["updated_at", "2018-10-11 16:40:59.113018"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.114672"], ["updated_at", "2018-10-11 16:40:59.114672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.116383"], ["updated_at", "2018-10-11 16:40:59.116383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.118032"], ["updated_at", "2018-10-11 16:40:59.118032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.119684"], ["updated_at", "2018-10-11 16:40:59.119684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.121321"], ["updated_at", "2018-10-11 16:40:59.121321"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.123358"], ["updated_at", "2018-10-11 16:40:59.123358"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.126103"], ["updated_at", "2018-10-11 16:40:59.126103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.128098"], ["updated_at", "2018-10-11 16:40:59.128098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.131331"], ["updated_at", "2018-10-11 16:40:59.131331"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.133475"], ["updated_at", "2018-10-11 16:40:59.133475"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.135554"], ["updated_at", "2018-10-11 16:40:59.135554"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.138799"], ["updated_at", "2018-10-11 16:40:59.138799"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.141631"], ["updated_at", "2018-10-11 16:40:59.141631"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.144326"], ["updated_at", "2018-10-11 16:40:59.144326"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.147132"], ["updated_at", "2018-10-11 16:40:59.147132"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.150001"], ["updated_at", "2018-10-11 16:40:59.150001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.152641"], ["updated_at", "2018-10-11 16:40:59.152641"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.154293"], ["updated_at", "2018-10-11 16:40:59.154293"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.158213"], ["updated_at", "2018-10-11 16:40:59.158213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.161524"], ["updated_at", "2018-10-11 16:40:59.161524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.163309"], ["updated_at", "2018-10-11 16:40:59.163309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.165067"], ["updated_at", "2018-10-11 16:40:59.165067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.166626"], ["updated_at", "2018-10-11 16:40:59.166626"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.168391"], ["updated_at", "2018-10-11 16:40:59.168391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.170067"], ["updated_at", "2018-10-11 16:40:59.170067"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.171650"], ["updated_at", "2018-10-11 16:40:59.171650"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.173377"], ["updated_at", "2018-10-11 16:40:59.173377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.175067"], ["updated_at", "2018-10-11 16:40:59.175067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.176623"], ["updated_at", "2018-10-11 16:40:59.176623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.178219"], ["updated_at", "2018-10-11 16:40:59.178219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.180044"], ["updated_at", "2018-10-11 16:40:59.180044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.181717"], ["updated_at", "2018-10-11 16:40:59.181717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.183571"], ["updated_at", "2018-10-11 16:40:59.183571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.185277"], ["updated_at", "2018-10-11 16:40:59.185277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.186885"], ["updated_at", "2018-10-11 16:40:59.186885"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.188521"], ["updated_at", "2018-10-11 16:40:59.188521"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.190404"], ["updated_at", "2018-10-11 16:40:59.190404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.193009"], ["updated_at", "2018-10-11 16:40:59.193009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.194800"], ["updated_at", "2018-10-11 16:40:59.194800"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.196610"], ["updated_at", "2018-10-11 16:40:59.196610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.198662"], ["updated_at", "2018-10-11 16:40:59.198662"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.200275"], ["updated_at", "2018-10-11 16:40:59.200275"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.201961"], ["updated_at", "2018-10-11 16:40:59.201961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.204713"], ["updated_at", "2018-10-11 16:40:59.204713"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.206507"], ["updated_at", "2018-10-11 16:40:59.206507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.208278"], ["updated_at", "2018-10-11 16:40:59.208278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.209913"], ["updated_at", "2018-10-11 16:40:59.209913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.211520"], ["updated_at", "2018-10-11 16:40:59.211520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.213287"], ["updated_at", "2018-10-11 16:40:59.213287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.215064"], ["updated_at", "2018-10-11 16:40:59.215064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.216609"], ["updated_at", "2018-10-11 16:40:59.216609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.218200"], ["updated_at", "2018-10-11 16:40:59.218200"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.219782"], ["updated_at", "2018-10-11 16:40:59.219782"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.222470"], ["updated_at", "2018-10-11 16:40:59.222470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.226741"], ["updated_at", "2018-10-11 16:40:59.226741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.228830"], ["updated_at", "2018-10-11 16:40:59.228830"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.230601"], ["updated_at", "2018-10-11 16:40:59.230601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.232293"], ["updated_at", "2018-10-11 16:40:59.232293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.233911"], ["updated_at", "2018-10-11 16:40:59.233911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.235519"], ["updated_at", "2018-10-11 16:40:59.235519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.237187"], ["updated_at", "2018-10-11 16:40:59.237187"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.238761"], ["updated_at", "2018-10-11 16:40:59.238761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.240537"], ["updated_at", "2018-10-11 16:40:59.240537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.242200"], ["updated_at", "2018-10-11 16:40:59.242200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.243880"], ["updated_at", "2018-10-11 16:40:59.243880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.245511"], ["updated_at", "2018-10-11 16:40:59.245511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.247197"], ["updated_at", "2018-10-11 16:40:59.247197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.248965"], ["updated_at", "2018-10-11 16:40:59.248965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.250560"], ["updated_at", "2018-10-11 16:40:59.250560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.252101"], ["updated_at", "2018-10-11 16:40:59.252101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.253729"], ["updated_at", "2018-10-11 16:40:59.253729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.255355"], ["updated_at", "2018-10-11 16:40:59.255355"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.257232"], ["updated_at", "2018-10-11 16:40:59.257232"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.259908"], ["updated_at", "2018-10-11 16:40:59.259908"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.262398"], ["updated_at", "2018-10-11 16:40:59.262398"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.264535"], ["updated_at", "2018-10-11 16:40:59.264535"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.266620"], ["updated_at", "2018-10-11 16:40:59.266620"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.268619"], ["updated_at", "2018-10-11 16:40:59.268619"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.270629"], ["updated_at", "2018-10-11 16:40:59.270629"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.272835"], ["updated_at", "2018-10-11 16:40:59.272835"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.277296"], ["updated_at", "2018-10-11 16:40:59.277296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.279077"], ["updated_at", "2018-10-11 16:40:59.279077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.280872"], ["updated_at", "2018-10-11 16:40:59.280872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.282594"], ["updated_at", "2018-10-11 16:40:59.282594"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.284192"], ["updated_at", "2018-10-11 16:40:59.284192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.285917"], ["updated_at", "2018-10-11 16:40:59.285917"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.288138"], ["updated_at", "2018-10-11 16:40:59.288138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.292819"], ["updated_at", "2018-10-11 16:40:59.292819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.295141"], ["updated_at", "2018-10-11 16:40:59.295141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.296912"], ["updated_at", "2018-10-11 16:40:59.296912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.298709"], ["updated_at", "2018-10-11 16:40:59.298709"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.300309"], ["updated_at", "2018-10-11 16:40:59.300309"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.302105"], ["updated_at", "2018-10-11 16:40:59.302105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.303782"], ["updated_at", "2018-10-11 16:40:59.303782"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.305356"], ["updated_at", "2018-10-11 16:40:59.305356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.307065"], ["updated_at", "2018-10-11 16:40:59.307065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.308692"], ["updated_at", "2018-10-11 16:40:59.308692"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.310231"], ["updated_at", "2018-10-11 16:40:59.310231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.311924"], ["updated_at", "2018-10-11 16:40:59.311924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.313686"], ["updated_at", "2018-10-11 16:40:59.313686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.315337"], ["updated_at", "2018-10-11 16:40:59.315337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.317002"], ["updated_at", "2018-10-11 16:40:59.317002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.318553"], ["updated_at", "2018-10-11 16:40:59.318553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.320158"], ["updated_at", "2018-10-11 16:40:59.320158"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.321761"], ["updated_at", "2018-10-11 16:40:59.321761"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.323823"], ["updated_at", "2018-10-11 16:40:59.323823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.326530"], ["updated_at", "2018-10-11 16:40:59.326530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.328345"], ["updated_at", "2018-10-11 16:40:59.328345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.330045"], ["updated_at", "2018-10-11 16:40:59.330045"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.331768"], ["updated_at", "2018-10-11 16:40:59.331768"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.333403"], ["updated_at", "2018-10-11 16:40:59.333403"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.335077"], ["updated_at", "2018-10-11 16:40:59.335077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.337935"], ["updated_at", "2018-10-11 16:40:59.337935"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.339623"], ["updated_at", "2018-10-11 16:40:59.339623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.341368"], ["updated_at", "2018-10-11 16:40:59.341368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.342937"], ["updated_at", "2018-10-11 16:40:59.342937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.344553"], ["updated_at", "2018-10-11 16:40:59.344553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.346221"], ["updated_at", "2018-10-11 16:40:59.346221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.347902"], ["updated_at", "2018-10-11 16:40:59.347902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.349598"], ["updated_at", "2018-10-11 16:40:59.349598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.351166"], ["updated_at", "2018-10-11 16:40:59.351166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.352844"], ["updated_at", "2018-10-11 16:40:59.352844"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.354549"], ["updated_at", "2018-10-11 16:40:59.354549"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.358744"], ["updated_at", "2018-10-11 16:40:59.358744"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.361610"], ["updated_at", "2018-10-11 16:40:59.361610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.363369"], ["updated_at", "2018-10-11 16:40:59.363369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.365088"], ["updated_at", "2018-10-11 16:40:59.365088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.366769"], ["updated_at", "2018-10-11 16:40:59.366769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.368337"], ["updated_at", "2018-10-11 16:40:59.368337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.369942"], ["updated_at", "2018-10-11 16:40:59.369942"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.371546"], ["updated_at", "2018-10-11 16:40:59.371546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.373300"], ["updated_at", "2018-10-11 16:40:59.373300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.374944"], ["updated_at", "2018-10-11 16:40:59.374944"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.376955"], ["updated_at", "2018-10-11 16:40:59.376955"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.379775"], ["updated_at", "2018-10-11 16:40:59.379775"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.382448"], ["updated_at", "2018-10-11 16:40:59.382448"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.385195"], ["updated_at", "2018-10-11 16:40:59.385195"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.387741"], ["updated_at", "2018-10-11 16:40:59.387741"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.390722"], ["updated_at", "2018-10-11 16:40:59.390722"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.393555"], ["updated_at", "2018-10-11 16:40:59.393555"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.395574"], ["updated_at", "2018-10-11 16:40:59.395574"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.397592"], ["updated_at", "2018-10-11 16:40:59.397592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.399414"], ["updated_at", "2018-10-11 16:40:59.399414"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.401033"], ["updated_at", "2018-10-11 16:40:59.401033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.402566"], ["updated_at", "2018-10-11 16:40:59.402566"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.406257"], ["updated_at", "2018-10-11 16:40:59.406257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.407990"], ["updated_at", "2018-10-11 16:40:59.407990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.409555"], ["updated_at", "2018-10-11 16:40:59.409555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.411168"], ["updated_at", "2018-10-11 16:40:59.411168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.412801"], ["updated_at", "2018-10-11 16:40:59.412801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.414514"], ["updated_at", "2018-10-11 16:40:59.414514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.416140"], ["updated_at", "2018-10-11 16:40:59.416140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.417835"], ["updated_at", "2018-10-11 16:40:59.417835"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.419389"], ["updated_at", "2018-10-11 16:40:59.419389"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.421874"], ["updated_at", "2018-10-11 16:40:59.421874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.426247"], ["updated_at", "2018-10-11 16:40:59.426247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.428404"], ["updated_at", "2018-10-11 16:40:59.428404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.430087"], ["updated_at", "2018-10-11 16:40:59.430087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.431809"], ["updated_at", "2018-10-11 16:40:59.431809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.433495"], ["updated_at", "2018-10-11 16:40:59.433495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.435148"], ["updated_at", "2018-10-11 16:40:59.435148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.436728"], ["updated_at", "2018-10-11 16:40:59.436728"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.438343"], ["updated_at", "2018-10-11 16:40:59.438343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.440146"], ["updated_at", "2018-10-11 16:40:59.440146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.441828"], ["updated_at", "2018-10-11 16:40:59.441828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.443438"], ["updated_at", "2018-10-11 16:40:59.443438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.445050"], ["updated_at", "2018-10-11 16:40:59.445050"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.446732"], ["updated_at", "2018-10-11 16:40:59.446732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.448511"], ["updated_at", "2018-10-11 16:40:59.448511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.450095"], ["updated_at", "2018-10-11 16:40:59.450095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.451738"], ["updated_at", "2018-10-11 16:40:59.451738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.453319"], ["updated_at", "2018-10-11 16:40:59.453319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.454935"], ["updated_at", "2018-10-11 16:40:59.454935"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.456792"], ["updated_at", "2018-10-11 16:40:59.456792"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.459695"], ["updated_at", "2018-10-11 16:40:59.459695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.461648"], ["updated_at", "2018-10-11 16:40:59.461648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.463502"], ["updated_at", "2018-10-11 16:40:59.463502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.465368"], ["updated_at", "2018-10-11 16:40:59.465368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.467019"], ["updated_at", "2018-10-11 16:40:59.467019"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.468712"], ["updated_at", "2018-10-11 16:40:59.468712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.471599"], ["updated_at", "2018-10-11 16:40:59.471599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.473333"], ["updated_at", "2018-10-11 16:40:59.473333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.475050"], ["updated_at", "2018-10-11 16:40:59.475050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.476742"], ["updated_at", "2018-10-11 16:40:59.476742"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.478414"], ["updated_at", "2018-10-11 16:40:59.478414"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.480175"], ["updated_at", "2018-10-11 16:40:59.480175"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.481907"], ["updated_at", "2018-10-11 16:40:59.481907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.483687"], ["updated_at", "2018-10-11 16:40:59.483687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.485351"], ["updated_at", "2018-10-11 16:40:59.485351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.486956"], ["updated_at", "2018-10-11 16:40:59.486956"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.489098"], ["updated_at", "2018-10-11 16:40:59.489098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.493590"], ["updated_at", "2018-10-11 16:40:59.493590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.496037"], ["updated_at", "2018-10-11 16:40:59.496037"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.497746"], ["updated_at", "2018-10-11 16:40:59.497746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.499500"], ["updated_at", "2018-10-11 16:40:59.499500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.501034"], ["updated_at", "2018-10-11 16:40:59.501034"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.502968"], ["updated_at", "2018-10-11 16:40:59.502968"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.505589"], ["updated_at", "2018-10-11 16:40:59.505589"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.508300"], ["updated_at", "2018-10-11 16:40:59.508300"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.510889"], ["updated_at", "2018-10-11 16:40:59.510889"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.513621"], ["updated_at", "2018-10-11 16:40:59.513621"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.516316"], ["updated_at", "2018-10-11 16:40:59.516316"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.518822"], ["updated_at", "2018-10-11 16:40:59.518822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.521430"], ["updated_at", "2018-10-11 16:40:59.521430"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.523393"], ["updated_at", "2018-10-11 16:40:59.523393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.526232"], ["updated_at", "2018-10-11 16:40:59.526232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.528179"], ["updated_at", "2018-10-11 16:40:59.528179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.529916"], ["updated_at", "2018-10-11 16:40:59.529916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.531751"], ["updated_at", "2018-10-11 16:40:59.531751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.533415"], ["updated_at", "2018-10-11 16:40:59.533415"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.534925"], ["updated_at", "2018-10-11 16:40:59.534925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.537731"], ["updated_at", "2018-10-11 16:40:59.537731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.539389"], ["updated_at", "2018-10-11 16:40:59.539389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.541140"], ["updated_at", "2018-10-11 16:40:59.541140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.542761"], ["updated_at", "2018-10-11 16:40:59.542761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.544376"], ["updated_at", "2018-10-11 16:40:59.544376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.546100"], ["updated_at", "2018-10-11 16:40:59.546100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.547762"], ["updated_at", "2018-10-11 16:40:59.547762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.549436"], ["updated_at", "2018-10-11 16:40:59.549436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.550964"], ["updated_at", "2018-10-11 16:40:59.550964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.552610"], ["updated_at", "2018-10-11 16:40:59.552610"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.554277"], ["updated_at", "2018-10-11 16:40:59.554277"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.558059"], ["updated_at", "2018-10-11 16:40:59.558059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.561289"], ["updated_at", "2018-10-11 16:40:59.561289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.563088"], ["updated_at", "2018-10-11 16:40:59.563088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.564748"], ["updated_at", "2018-10-11 16:40:59.564748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.566403"], ["updated_at", "2018-10-11 16:40:59.566403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.568012"], ["updated_at", "2018-10-11 16:40:59.568012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.570787"], ["updated_at", "2018-10-11 16:40:59.570787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.572582"], ["updated_at", "2018-10-11 16:40:59.572582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.574298"], ["updated_at", "2018-10-11 16:40:59.574298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.575895"], ["updated_at", "2018-10-11 16:40:59.575895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.577658"], ["updated_at", "2018-10-11 16:40:59.577658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.579337"], ["updated_at", "2018-10-11 16:40:59.579337"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.581129"], ["updated_at", "2018-10-11 16:40:59.581129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.582847"], ["updated_at", "2018-10-11 16:40:59.582847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.584502"], ["updated_at", "2018-10-11 16:40:59.584502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.586187"], ["updated_at", "2018-10-11 16:40:59.586187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.587741"], ["updated_at", "2018-10-11 16:40:59.587741"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.589569"], ["updated_at", "2018-10-11 16:40:59.589569"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.592301"], ["updated_at", "2018-10-11 16:40:59.592301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.594365"], ["updated_at", "2018-10-11 16:40:59.594365"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.596096"], ["updated_at", "2018-10-11 16:40:59.596096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.598021"], ["updated_at", "2018-10-11 16:40:59.598021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.599693"], ["updated_at", "2018-10-11 16:40:59.599693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.601303"], ["updated_at", "2018-10-11 16:40:59.601303"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.604099"], ["updated_at", "2018-10-11 16:40:59.604099"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.606429"], ["updated_at", "2018-10-11 16:40:59.606429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.608830"], ["updated_at", "2018-10-11 16:40:59.608830"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.611093"], ["updated_at", "2018-10-11 16:40:59.611093"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.613370"], ["updated_at", "2018-10-11 16:40:59.613370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.615634"], ["updated_at", "2018-10-11 16:40:59.615634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.617409"], ["updated_at", "2018-10-11 16:40:59.617409"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.618978"], ["updated_at", "2018-10-11 16:40:59.618978"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.622093"], ["updated_at", "2018-10-11 16:40:59.622093"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.626710"], ["updated_at", "2018-10-11 16:40:59.626710"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.630100"], ["updated_at", "2018-10-11 16:40:59.630100"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.633327"], ["updated_at", "2018-10-11 16:40:59.633327"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.635927"], ["updated_at", "2018-10-11 16:40:59.635927"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.638541"], ["updated_at", "2018-10-11 16:40:59.638541"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.641300"], ["updated_at", "2018-10-11 16:40:59.641300"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.643824"], ["updated_at", "2018-10-11 16:40:59.643824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.646497"], ["updated_at", "2018-10-11 16:40:59.646497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.648465"], ["updated_at", "2018-10-11 16:40:59.648465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.650165"], ["updated_at", "2018-10-11 16:40:59.650165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.651971"], ["updated_at", "2018-10-11 16:40:59.651971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.653591"], ["updated_at", "2018-10-11 16:40:59.653591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.655267"], ["updated_at", "2018-10-11 16:40:59.655267"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.657407"], ["updated_at", "2018-10-11 16:40:59.657407"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.660683"], ["updated_at", "2018-10-11 16:40:59.660683"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.663246"], ["updated_at", "2018-10-11 16:40:59.663246"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.665649"], ["updated_at", "2018-10-11 16:40:59.665649"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.668005"], ["updated_at", "2018-10-11 16:40:59.668005"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.670529"], ["updated_at", "2018-10-11 16:40:59.670529"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.672857"], ["updated_at", "2018-10-11 16:40:59.672857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.676444"], ["updated_at", "2018-10-11 16:40:59.676444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.678049"], ["updated_at", "2018-10-11 16:40:59.678049"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.679605"], ["updated_at", "2018-10-11 16:40:59.679605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.681341"], ["updated_at", "2018-10-11 16:40:59.681341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.682966"], ["updated_at", "2018-10-11 16:40:59.682966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.684651"], ["updated_at", "2018-10-11 16:40:59.684651"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.686588"], ["updated_at", "2018-10-11 16:40:59.686588"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.689394"], ["updated_at", "2018-10-11 16:40:59.689394"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.693334"], ["updated_at", "2018-10-11 16:40:59.693334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.695870"], ["updated_at", "2018-10-11 16:40:59.695870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.698084"], ["updated_at", "2018-10-11 16:40:59.698084"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.699924"], ["updated_at", "2018-10-11 16:40:59.699924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.701676"], ["updated_at", "2018-10-11 16:40:59.701676"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.703310"], ["updated_at", "2018-10-11 16:40:59.703310"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.705087"], ["updated_at", "2018-10-11 16:40:59.705087"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.706805"], ["updated_at", "2018-10-11 16:40:59.706805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.708525"], ["updated_at", "2018-10-11 16:40:59.708525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.710066"], ["updated_at", "2018-10-11 16:40:59.710066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.711743"], ["updated_at", "2018-10-11 16:40:59.711743"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.713774"], ["updated_at", "2018-10-11 16:40:59.713774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.715531"], ["updated_at", "2018-10-11 16:40:59.715531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.717102"], ["updated_at", "2018-10-11 16:40:59.717102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.718715"], ["updated_at", "2018-10-11 16:40:59.718715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.720261"], ["updated_at", "2018-10-11 16:40:59.720261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.721975"], ["updated_at", "2018-10-11 16:40:59.721975"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.723747"], ["updated_at", "2018-10-11 16:40:59.723747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.726298"], ["updated_at", "2018-10-11 16:40:59.726298"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.728349"], ["updated_at", "2018-10-11 16:40:59.728349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.730394"], ["updated_at", "2018-10-11 16:40:59.730394"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.732161"], ["updated_at", "2018-10-11 16:40:59.732161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.733751"], ["updated_at", "2018-10-11 16:40:59.733751"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.735378"], ["updated_at", "2018-10-11 16:40:59.735378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.738037"], ["updated_at", "2018-10-11 16:40:59.738037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.739660"], ["updated_at", "2018-10-11 16:40:59.739660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.741416"], ["updated_at", "2018-10-11 16:40:59.741416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.742978"], ["updated_at", "2018-10-11 16:40:59.742978"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.744643"], ["updated_at", "2018-10-11 16:40:59.744643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.746398"], ["updated_at", "2018-10-11 16:40:59.746398"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.748048"], ["updated_at", "2018-10-11 16:40:59.748048"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.750241"], ["updated_at", "2018-10-11 16:40:59.750241"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.752804"], ["updated_at", "2018-10-11 16:40:59.752804"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.755431"], ["updated_at", "2018-10-11 16:40:59.755431"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.761282"], ["updated_at", "2018-10-11 16:40:59.761282"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.764339"], ["updated_at", "2018-10-11 16:40:59.764339"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.767458"], ["updated_at", "2018-10-11 16:40:59.767458"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.770053"], ["updated_at", "2018-10-11 16:40:59.770053"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.772189"], ["updated_at", "2018-10-11 16:40:59.772189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.773949"], ["updated_at", "2018-10-11 16:40:59.773949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.775694"], ["updated_at", "2018-10-11 16:40:59.775694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.777256"], ["updated_at", "2018-10-11 16:40:59.777256"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.778833"], ["updated_at", "2018-10-11 16:40:59.778833"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.780570"], ["updated_at", "2018-10-11 16:40:59.780570"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.782464"], ["updated_at", "2018-10-11 16:40:59.782464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.784378"], ["updated_at", "2018-10-11 16:40:59.784378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.786010"], ["updated_at", "2018-10-11 16:40:59.786010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.787599"], ["updated_at", "2018-10-11 16:40:59.787599"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.789467"], ["updated_at", "2018-10-11 16:40:59.789467"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.792360"], ["updated_at", "2018-10-11 16:40:59.792360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.794740"], ["updated_at", "2018-10-11 16:40:59.794740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.796538"], ["updated_at", "2018-10-11 16:40:59.796538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.798352"], ["updated_at", "2018-10-11 16:40:59.798352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.800081"], ["updated_at", "2018-10-11 16:40:59.800081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.801855"], ["updated_at", "2018-10-11 16:40:59.801855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.804575"], ["updated_at", "2018-10-11 16:40:59.804575"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.806193"], ["updated_at", "2018-10-11 16:40:59.806193"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.808415"], ["updated_at", "2018-10-11 16:40:59.808415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.810205"], ["updated_at", "2018-10-11 16:40:59.810205"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.812011"], ["updated_at", "2018-10-11 16:40:59.812011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.813863"], ["updated_at", "2018-10-11 16:40:59.813863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.815674"], ["updated_at", "2018-10-11 16:40:59.815674"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.817272"], ["updated_at", "2018-10-11 16:40:59.817272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.818969"], ["updated_at", "2018-10-11 16:40:59.818969"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.820532"], ["updated_at", "2018-10-11 16:40:59.820532"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.823292"], ["updated_at", "2018-10-11 16:40:59.823292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.827442"], ["updated_at", "2018-10-11 16:40:59.827442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.829619"], ["updated_at", "2018-10-11 16:40:59.829619"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.831349"], ["updated_at", "2018-10-11 16:40:59.831349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.833210"], ["updated_at", "2018-10-11 16:40:59.833210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.834803"], ["updated_at", "2018-10-11 16:40:59.834803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.836444"], ["updated_at", "2018-10-11 16:40:59.836444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.838073"], ["updated_at", "2018-10-11 16:40:59.838073"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.839855"], ["updated_at", "2018-10-11 16:40:59.839855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.841732"], ["updated_at", "2018-10-11 16:40:59.841732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.843596"], ["updated_at", "2018-10-11 16:40:59.843596"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.845359"], ["updated_at", "2018-10-11 16:40:59.845359"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.847100"], ["updated_at", "2018-10-11 16:40:59.847100"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.849059"], ["updated_at", "2018-10-11 16:40:59.849059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.850906"], ["updated_at", "2018-10-11 16:40:59.850906"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.852477"], ["updated_at", "2018-10-11 16:40:59.852477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.854204"], ["updated_at", "2018-10-11 16:40:59.854204"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.855871"], ["updated_at", "2018-10-11 16:40:59.855871"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.858567"], ["updated_at", "2018-10-11 16:40:59.858567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.861289"], ["updated_at", "2018-10-11 16:40:59.861289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.863107"], ["updated_at", "2018-10-11 16:40:59.863107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.865146"], ["updated_at", "2018-10-11 16:40:59.865146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.866801"], ["updated_at", "2018-10-11 16:40:59.866801"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.868364"], ["updated_at", "2018-10-11 16:40:59.868364"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.871855"], ["updated_at", "2018-10-11 16:40:59.871855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.873783"], ["updated_at", "2018-10-11 16:40:59.873783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.875545"], ["updated_at", "2018-10-11 16:40:59.875545"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.877507"], ["updated_at", "2018-10-11 16:40:59.877507"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.879571"], ["updated_at", "2018-10-11 16:40:59.879571"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.881766"], ["updated_at", "2018-10-11 16:40:59.881766"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.884069"], ["updated_at", "2018-10-11 16:40:59.884069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.886290"], ["updated_at", "2018-10-11 16:40:59.886290"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.888519"], ["updated_at", "2018-10-11 16:40:59.888519"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.894257"], ["updated_at", "2018-10-11 16:40:59.894257"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.897937"], ["updated_at", "2018-10-11 16:40:59.897937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.900444"], ["updated_at", "2018-10-11 16:40:59.900444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.902055"], ["updated_at", "2018-10-11 16:40:59.902055"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.903743"], ["updated_at", "2018-10-11 16:40:59.903743"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.905312"], ["updated_at", "2018-10-11 16:40:59.905312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.906963"], ["updated_at", "2018-10-11 16:40:59.906963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.908676"], ["updated_at", "2018-10-11 16:40:59.908676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.910292"], ["updated_at", "2018-10-11 16:40:59.910292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.911950"], ["updated_at", "2018-10-11 16:40:59.911950"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.913517"], ["updated_at", "2018-10-11 16:40:59.913517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.915349"], ["updated_at", "2018-10-11 16:40:59.915349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.916981"], ["updated_at", "2018-10-11 16:40:59.916981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.918590"], ["updated_at", "2018-10-11 16:40:59.918590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.920209"], ["updated_at", "2018-10-11 16:40:59.920209"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.921806"], ["updated_at", "2018-10-11 16:40:59.921806"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.924390"], ["updated_at", "2018-10-11 16:40:59.924390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.927105"], ["updated_at", "2018-10-11 16:40:59.927105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.928857"], ["updated_at", "2018-10-11 16:40:59.928857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.930509"], ["updated_at", "2018-10-11 16:40:59.930509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.932219"], ["updated_at", "2018-10-11 16:40:59.932219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.933919"], ["updated_at", "2018-10-11 16:40:59.933919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.936486"], ["updated_at", "2018-10-11 16:40:59.936486"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.938514"], ["updated_at", "2018-10-11 16:40:59.938514"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.943143"], ["updated_at", "2018-10-11 16:40:59.943143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.945614"], ["updated_at", "2018-10-11 16:40:59.945614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.947259"], ["updated_at", "2018-10-11 16:40:59.947259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.948909"], ["updated_at", "2018-10-11 16:40:59.948909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.950663"], ["updated_at", "2018-10-11 16:40:59.950663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.952274"], ["updated_at", "2018-10-11 16:40:59.952274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.953850"], ["updated_at", "2018-10-11 16:40:59.953850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.955501"], ["updated_at", "2018-10-11 16:40:59.955501"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.957324"], ["updated_at", "2018-10-11 16:40:59.957324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.959173"], ["updated_at", "2018-10-11 16:40:59.959173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.960787"], ["updated_at", "2018-10-11 16:40:59.960787"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.962440"], ["updated_at", "2018-10-11 16:40:59.962440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.964218"], ["updated_at", "2018-10-11 16:40:59.964218"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.965919"], ["updated_at", "2018-10-11 16:40:59.965919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.967680"], ["updated_at", "2018-10-11 16:40:59.967680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.969246"], ["updated_at", "2018-10-11 16:40:59.969246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.970864"], ["updated_at", "2018-10-11 16:40:59.970864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.972405"], ["updated_at", "2018-10-11 16:40:59.972405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.974067"], ["updated_at", "2018-10-11 16:40:59.974067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.975840"], ["updated_at", "2018-10-11 16:40:59.975840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.977476"], ["updated_at", "2018-10-11 16:40:59.977476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.979028"], ["updated_at", "2018-10-11 16:40:59.979028"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.980696"], ["updated_at", "2018-10-11 16:40:59.980696"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.982650"], ["updated_at", "2018-10-11 16:40:59.982650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.984343"], ["updated_at", "2018-10-11 16:40:59.984343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.985906"], ["updated_at", "2018-10-11 16:40:59.985906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.987511"], ["updated_at", "2018-10-11 16:40:59.987511"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.989082"], ["updated_at", "2018-10-11 16:40:59.989082"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.991541"], ["updated_at", "2018-10-11 16:40:59.991541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.994290"], ["updated_at", "2018-10-11 16:40:59.994290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.996054"], ["updated_at", "2018-10-11 16:40:59.996054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.997878"], ["updated_at", "2018-10-11 16:40:59.997878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:40:59.999642"], ["updated_at", "2018-10-11 16:40:59.999642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.001271"], ["updated_at", "2018-10-11 16:41:00.001271"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.004612"], ["updated_at", "2018-10-11 16:41:00.004612"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.007623"], ["updated_at", "2018-10-11 16:41:00.007623"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.010365"], ["updated_at", "2018-10-11 16:41:00.010365"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.012980"], ["updated_at", "2018-10-11 16:41:00.012980"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.015783"], ["updated_at", "2018-10-11 16:41:00.015783"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.018637"], ["updated_at", "2018-10-11 16:41:00.018637"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.021338"], ["updated_at", "2018-10-11 16:41:00.021338"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.024776"], ["updated_at", "2018-10-11 16:41:00.024776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.030385"], ["updated_at", "2018-10-11 16:41:00.030385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.032024"], ["updated_at", "2018-10-11 16:41:00.032024"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.033735"], ["updated_at", "2018-10-11 16:41:00.033735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.035495"], ["updated_at", "2018-10-11 16:41:00.035495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.037142"], ["updated_at", "2018-10-11 16:41:00.037142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.038800"], ["updated_at", "2018-10-11 16:41:00.038800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.040389"], ["updated_at", "2018-10-11 16:41:00.040389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.042011"], ["updated_at", "2018-10-11 16:41:00.042011"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.043729"], ["updated_at", "2018-10-11 16:41:00.043729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.045506"], ["updated_at", "2018-10-11 16:41:00.045506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.047089"], ["updated_at", "2018-10-11 16:41:00.047089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.048740"], ["updated_at", "2018-10-11 16:41:00.048740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.050377"], ["updated_at", "2018-10-11 16:41:00.050377"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.052112"], ["updated_at", "2018-10-11 16:41:00.052112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.053840"], ["updated_at", "2018-10-11 16:41:00.053840"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.055401"], ["updated_at", "2018-10-11 16:41:00.055401"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.057134"], ["updated_at", "2018-10-11 16:41:00.057134"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.059760"], ["updated_at", "2018-10-11 16:41:00.059760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.061931"], ["updated_at", "2018-10-11 16:41:00.061931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.063564"], ["updated_at", "2018-10-11 16:41:00.063564"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.065183"], ["updated_at", "2018-10-11 16:41:00.065183"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.066842"], ["updated_at", "2018-10-11 16:41:00.066842"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.068801"], ["updated_at", "2018-10-11 16:41:00.068801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.071760"], ["updated_at", "2018-10-11 16:41:00.071760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.073399"], ["updated_at", "2018-10-11 16:41:00.073399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.075035"], ["updated_at", "2018-10-11 16:41:00.075035"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.076593"], ["updated_at", "2018-10-11 16:41:00.076593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.078366"], ["updated_at", "2018-10-11 16:41:00.078366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.079970"], ["updated_at", "2018-10-11 16:41:00.079970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.081597"], ["updated_at", "2018-10-11 16:41:00.081597"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.083169"], ["updated_at", "2018-10-11 16:41:00.083169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.085130"], ["updated_at", "2018-10-11 16:41:00.085130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.086874"], ["updated_at", "2018-10-11 16:41:00.086874"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.089374"], ["updated_at", "2018-10-11 16:41:00.089374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.093355"], ["updated_at", "2018-10-11 16:41:00.093355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.095807"], ["updated_at", "2018-10-11 16:41:00.095807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.097442"], ["updated_at", "2018-10-11 16:41:00.097442"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.099012"], ["updated_at", "2018-10-11 16:41:00.099012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.100757"], ["updated_at", "2018-10-11 16:41:00.100757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.102493"], ["updated_at", "2018-10-11 16:41:00.102493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.104197"], ["updated_at", "2018-10-11 16:41:00.104197"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.105752"], ["updated_at", "2018-10-11 16:41:00.105752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.107431"], ["updated_at", "2018-10-11 16:41:00.107431"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.109022"], ["updated_at", "2018-10-11 16:41:00.109022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.111046"], ["updated_at", "2018-10-11 16:41:00.111046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.112706"], ["updated_at", "2018-10-11 16:41:00.112706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.114351"], ["updated_at", "2018-10-11 16:41:00.114351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.115901"], ["updated_at", "2018-10-11 16:41:00.115901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.117597"], ["updated_at", "2018-10-11 16:41:00.117597"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.119193"], ["updated_at", "2018-10-11 16:41:00.119193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.120857"], ["updated_at", "2018-10-11 16:41:00.120857"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.122525"], ["updated_at", "2018-10-11 16:41:00.122525"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.125419"], ["updated_at", "2018-10-11 16:41:00.125419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.127805"], ["updated_at", "2018-10-11 16:41:00.127805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.129577"], ["updated_at", "2018-10-11 16:41:00.129577"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.131228"], ["updated_at", "2018-10-11 16:41:00.131228"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.133246"], ["updated_at", "2018-10-11 16:41:00.133246"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.135329"], ["updated_at", "2018-10-11 16:41:00.135329"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.137228"], ["updated_at", "2018-10-11 16:41:00.137228"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.140861"], ["updated_at", "2018-10-11 16:41:00.140861"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.143444"], ["updated_at", "2018-10-11 16:41:00.143444"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.146087"], ["updated_at", "2018-10-11 16:41:00.146087"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.148650"], ["updated_at", "2018-10-11 16:41:00.148650"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.151383"], ["updated_at", "2018-10-11 16:41:00.151383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.153526"], ["updated_at", "2018-10-11 16:41:00.153526"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.155856"], ["updated_at", "2018-10-11 16:41:00.155856"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.159718"], ["updated_at", "2018-10-11 16:41:00.159718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.162104"], ["updated_at", "2018-10-11 16:41:00.162104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.163705"], ["updated_at", "2018-10-11 16:41:00.163705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.165381"], ["updated_at", "2018-10-11 16:41:00.165381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.167002"], ["updated_at", "2018-10-11 16:41:00.167002"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.168631"], ["updated_at", "2018-10-11 16:41:00.168631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.170321"], ["updated_at", "2018-10-11 16:41:00.170321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.171934"], ["updated_at", "2018-10-11 16:41:00.171934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.173588"], ["updated_at", "2018-10-11 16:41:00.173588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.175196"], ["updated_at", "2018-10-11 16:41:00.175196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.176812"], ["updated_at", "2018-10-11 16:41:00.176812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.178552"], ["updated_at", "2018-10-11 16:41:00.178552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.180126"], ["updated_at", "2018-10-11 16:41:00.180126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.181828"], ["updated_at", "2018-10-11 16:41:00.181828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.183764"], ["updated_at", "2018-10-11 16:41:00.183764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.185595"], ["updated_at", "2018-10-11 16:41:00.185595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.187251"], ["updated_at", "2018-10-11 16:41:00.187251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.188814"], ["updated_at", "2018-10-11 16:41:00.188814"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.190597"], ["updated_at", "2018-10-11 16:41:00.190597"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.193145"], ["updated_at", "2018-10-11 16:41:00.193145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.195189"], ["updated_at", "2018-10-11 16:41:00.195189"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.196843"], ["updated_at", "2018-10-11 16:41:00.196843"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.198422"], ["updated_at", "2018-10-11 16:41:00.198422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.200041"], ["updated_at", "2018-10-11 16:41:00.200041"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.201819"], ["updated_at", "2018-10-11 16:41:00.201819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.204816"], ["updated_at", "2018-10-11 16:41:00.204816"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.206409"], ["updated_at", "2018-10-11 16:41:00.206409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.208061"], ["updated_at", "2018-10-11 16:41:00.208061"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.209631"], ["updated_at", "2018-10-11 16:41:00.209631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.211395"], ["updated_at", "2018-10-11 16:41:00.211395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.213001"], ["updated_at", "2018-10-11 16:41:00.213001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.214614"], ["updated_at", "2018-10-11 16:41:00.214614"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.216170"], ["updated_at", "2018-10-11 16:41:00.216170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.217961"], ["updated_at", "2018-10-11 16:41:00.217961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.219753"], ["updated_at", "2018-10-11 16:41:00.219753"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.221326"], ["updated_at", "2018-10-11 16:41:00.221326"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.224533"], ["updated_at", "2018-10-11 16:41:00.224533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.228400"], ["updated_at", "2018-10-11 16:41:00.228400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.230075"], ["updated_at", "2018-10-11 16:41:00.230075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.231673"], ["updated_at", "2018-10-11 16:41:00.231673"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.233245"], ["updated_at", "2018-10-11 16:41:00.233245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.235035"], ["updated_at", "2018-10-11 16:41:00.235035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.236706"], ["updated_at", "2018-10-11 16:41:00.236706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.238325"], ["updated_at", "2018-10-11 16:41:00.238325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.239961"], ["updated_at", "2018-10-11 16:41:00.239961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.241537"], ["updated_at", "2018-10-11 16:41:00.241537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.243221"], ["updated_at", "2018-10-11 16:41:00.243221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.244933"], ["updated_at", "2018-10-11 16:41:00.244933"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.246554"], ["updated_at", "2018-10-11 16:41:00.246554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.248284"], ["updated_at", "2018-10-11 16:41:00.248284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.249941"], ["updated_at", "2018-10-11 16:41:00.249941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.251591"], ["updated_at", "2018-10-11 16:41:00.251591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.253354"], ["updated_at", "2018-10-11 16:41:00.253354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.254888"], ["updated_at", "2018-10-11 16:41:00.254888"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.256486"], ["updated_at", "2018-10-11 16:41:00.256486"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.259208"], ["updated_at", "2018-10-11 16:41:00.259208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.262041"], ["updated_at", "2018-10-11 16:41:00.262041"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.264053"], ["updated_at", "2018-10-11 16:41:00.264053"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.265993"], ["updated_at", "2018-10-11 16:41:00.265993"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.268110"], ["updated_at", "2018-10-11 16:41:00.268110"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.270127"], ["updated_at", "2018-10-11 16:41:00.270127"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.272111"], ["updated_at", "2018-10-11 16:41:00.272111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.276867"], ["updated_at", "2018-10-11 16:41:00.276867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.278632"], ["updated_at", "2018-10-11 16:41:00.278632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.280204"], ["updated_at", "2018-10-11 16:41:00.280204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.281822"], ["updated_at", "2018-10-11 16:41:00.281822"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.283513"], ["updated_at", "2018-10-11 16:41:00.283513"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.285316"], ["updated_at", "2018-10-11 16:41:00.285316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.287032"], ["updated_at", "2018-10-11 16:41:00.287032"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.289376"], ["updated_at", "2018-10-11 16:41:00.289376"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.293111"], ["updated_at", "2018-10-11 16:41:00.293111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.295523"], ["updated_at", "2018-10-11 16:41:00.295523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.297067"], ["updated_at", "2018-10-11 16:41:00.297067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.298642"], ["updated_at", "2018-10-11 16:41:00.298642"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.300366"], ["updated_at", "2018-10-11 16:41:00.300366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.302612"], ["updated_at", "2018-10-11 16:41:00.302612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.304258"], ["updated_at", "2018-10-11 16:41:00.304258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.305917"], ["updated_at", "2018-10-11 16:41:00.305917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.307544"], ["updated_at", "2018-10-11 16:41:00.307544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.309100"], ["updated_at", "2018-10-11 16:41:00.309100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.310843"], ["updated_at", "2018-10-11 16:41:00.310843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.312618"], ["updated_at", "2018-10-11 16:41:00.312618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.314197"], ["updated_at", "2018-10-11 16:41:00.314197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.315839"], ["updated_at", "2018-10-11 16:41:00.315839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.317499"], ["updated_at", "2018-10-11 16:41:00.317499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.319137"], ["updated_at", "2018-10-11 16:41:00.319137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.320795"], ["updated_at", "2018-10-11 16:41:00.320795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.322443"], ["updated_at", "2018-10-11 16:41:00.322443"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.324915"], ["updated_at", "2018-10-11 16:41:00.324915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.327288"], ["updated_at", "2018-10-11 16:41:00.327288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.329094"], ["updated_at", "2018-10-11 16:41:00.329094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.330754"], ["updated_at", "2018-10-11 16:41:00.330754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.332466"], ["updated_at", "2018-10-11 16:41:00.332466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.334189"], ["updated_at", "2018-10-11 16:41:00.334189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.337109"], ["updated_at", "2018-10-11 16:41:00.337109"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.338750"], ["updated_at", "2018-10-11 16:41:00.338750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.340397"], ["updated_at", "2018-10-11 16:41:00.340397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.342067"], ["updated_at", "2018-10-11 16:41:00.342067"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.343669"], ["updated_at", "2018-10-11 16:41:00.343669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.345425"], ["updated_at", "2018-10-11 16:41:00.345425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.346987"], ["updated_at", "2018-10-11 16:41:00.346987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.348576"], ["updated_at", "2018-10-11 16:41:00.348576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.350187"], ["updated_at", "2018-10-11 16:41:00.350187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.351866"], ["updated_at", "2018-10-11 16:41:00.351866"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.353583"], ["updated_at", "2018-10-11 16:41:00.353583"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.356119"], ["updated_at", "2018-10-11 16:41:00.356119"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.360105"], ["updated_at", "2018-10-11 16:41:00.360105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.362580"], ["updated_at", "2018-10-11 16:41:00.362580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.364220"], ["updated_at", "2018-10-11 16:41:00.364220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.365919"], ["updated_at", "2018-10-11 16:41:00.365919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.367584"], ["updated_at", "2018-10-11 16:41:00.367584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.369252"], ["updated_at", "2018-10-11 16:41:00.369252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.370808"], ["updated_at", "2018-10-11 16:41:00.370808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.372431"], ["updated_at", "2018-10-11 16:41:00.372431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.374095"], ["updated_at", "2018-10-11 16:41:00.374095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.375748"], ["updated_at", "2018-10-11 16:41:00.375748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.377532"], ["updated_at", "2018-10-11 16:41:00.377532"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.379578"], ["updated_at", "2018-10-11 16:41:00.379578"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.382215"], ["updated_at", "2018-10-11 16:41:00.382215"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.384994"], ["updated_at", "2018-10-11 16:41:00.384994"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.387919"], ["updated_at", "2018-10-11 16:41:00.387919"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.390421"], ["updated_at", "2018-10-11 16:41:00.390421"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.392876"], ["updated_at", "2018-10-11 16:41:00.392876"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.395139"], ["updated_at", "2018-10-11 16:41:00.395139"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.397216"], ["updated_at", "2018-10-11 16:41:00.397216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.399356"], ["updated_at", "2018-10-11 16:41:00.399356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.401200"], ["updated_at", "2018-10-11 16:41:00.401200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.402942"], ["updated_at", "2018-10-11 16:41:00.402942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.406900"], ["updated_at", "2018-10-11 16:41:00.406900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.408486"], ["updated_at", "2018-10-11 16:41:00.408486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.410150"], ["updated_at", "2018-10-11 16:41:00.410150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.411915"], ["updated_at", "2018-10-11 16:41:00.411915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.413531"], ["updated_at", "2018-10-11 16:41:00.413531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.415127"], ["updated_at", "2018-10-11 16:41:00.415127"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.416750"], ["updated_at", "2018-10-11 16:41:00.416750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.418505"], ["updated_at", "2018-10-11 16:41:00.418505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.420251"], ["updated_at", "2018-10-11 16:41:00.420251"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.422490"], ["updated_at", "2018-10-11 16:41:00.422490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.426898"], ["updated_at", "2018-10-11 16:41:00.426898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.429195"], ["updated_at", "2018-10-11 16:41:00.429195"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.430831"], ["updated_at", "2018-10-11 16:41:00.430831"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.432738"], ["updated_at", "2018-10-11 16:41:00.432738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.434615"], ["updated_at", "2018-10-11 16:41:00.434615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.436384"], ["updated_at", "2018-10-11 16:41:00.436384"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.438031"], ["updated_at", "2018-10-11 16:41:00.438031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.439781"], ["updated_at", "2018-10-11 16:41:00.439781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.441383"], ["updated_at", "2018-10-11 16:41:00.441383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.443098"], ["updated_at", "2018-10-11 16:41:00.443098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.444848"], ["updated_at", "2018-10-11 16:41:00.444848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.446531"], ["updated_at", "2018-10-11 16:41:00.446531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.448143"], ["updated_at", "2018-10-11 16:41:00.448143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.449816"], ["updated_at", "2018-10-11 16:41:00.449816"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.451555"], ["updated_at", "2018-10-11 16:41:00.451555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.454511"], ["updated_at", "2018-10-11 16:41:00.454511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.456283"], ["updated_at", "2018-10-11 16:41:00.456283"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.458605"], ["updated_at", "2018-10-11 16:41:00.458605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.461000"], ["updated_at", "2018-10-11 16:41:00.461000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.462844"], ["updated_at", "2018-10-11 16:41:00.462844"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.464467"], ["updated_at", "2018-10-11 16:41:00.464467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.466060"], ["updated_at", "2018-10-11 16:41:00.466060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.467831"], ["updated_at", "2018-10-11 16:41:00.467831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.470864"], ["updated_at", "2018-10-11 16:41:00.470864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.472454"], ["updated_at", "2018-10-11 16:41:00.472454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.474092"], ["updated_at", "2018-10-11 16:41:00.474092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.475680"], ["updated_at", "2018-10-11 16:41:00.475680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.477317"], ["updated_at", "2018-10-11 16:41:00.477317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.479059"], ["updated_at", "2018-10-11 16:41:00.479059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.480703"], ["updated_at", "2018-10-11 16:41:00.480703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.482278"], ["updated_at", "2018-10-11 16:41:00.482278"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.483979"], ["updated_at", "2018-10-11 16:41:00.483979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.485874"], ["updated_at", "2018-10-11 16:41:00.485874"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.487447"], ["updated_at", "2018-10-11 16:41:00.487447"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.489928"], ["updated_at", "2018-10-11 16:41:00.489928"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.493777"], ["updated_at", "2018-10-11 16:41:00.493777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.496020"], ["updated_at", "2018-10-11 16:41:00.496020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.497737"], ["updated_at", "2018-10-11 16:41:00.497737"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.499364"], ["updated_at", "2018-10-11 16:41:00.499364"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.501137"], ["updated_at", "2018-10-11 16:41:00.501137"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.502877"], ["updated_at", "2018-10-11 16:41:00.502877"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.505063"], ["updated_at", "2018-10-11 16:41:00.505063"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.507645"], ["updated_at", "2018-10-11 16:41:00.507645"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.510298"], ["updated_at", "2018-10-11 16:41:00.510298"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.513020"], ["updated_at", "2018-10-11 16:41:00.513020"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.515549"], ["updated_at", "2018-10-11 16:41:00.515549"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.518237"], ["updated_at", "2018-10-11 16:41:00.518237"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.520990"], ["updated_at", "2018-10-11 16:41:00.520990"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.523678"], ["updated_at", "2018-10-11 16:41:00.523678"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.526345"], ["updated_at", "2018-10-11 16:41:00.526345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.528276"], ["updated_at", "2018-10-11 16:41:00.528276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.529923"], ["updated_at", "2018-10-11 16:41:00.529923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.531534"], ["updated_at", "2018-10-11 16:41:00.531534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.533139"], ["updated_at", "2018-10-11 16:41:00.533139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.534710"], ["updated_at", "2018-10-11 16:41:00.534710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.537659"], ["updated_at", "2018-10-11 16:41:00.537659"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.540176"], ["updated_at", "2018-10-11 16:41:00.540176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.543568"], ["updated_at", "2018-10-11 16:41:00.543568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.545929"], ["updated_at", "2018-10-11 16:41:00.545929"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.547554"], ["updated_at", "2018-10-11 16:41:00.547554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.549176"], ["updated_at", "2018-10-11 16:41:00.549176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.550826"], ["updated_at", "2018-10-11 16:41:00.550826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.552476"], ["updated_at", "2018-10-11 16:41:00.552476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.554074"], ["updated_at", "2018-10-11 16:41:00.554074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.555704"], ["updated_at", "2018-10-11 16:41:00.555704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.557393"], ["updated_at", "2018-10-11 16:41:00.557393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.559071"], ["updated_at", "2018-10-11 16:41:00.559071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.560787"], ["updated_at", "2018-10-11 16:41:00.560787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.562518"], ["updated_at", "2018-10-11 16:41:00.562518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.564083"], ["updated_at", "2018-10-11 16:41:00.564083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.565687"], ["updated_at", "2018-10-11 16:41:00.565687"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.567368"], ["updated_at", "2018-10-11 16:41:00.567368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.569076"], ["updated_at", "2018-10-11 16:41:00.569076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.570883"], ["updated_at", "2018-10-11 16:41:00.570883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.572523"], ["updated_at", "2018-10-11 16:41:00.572523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.574101"], ["updated_at", "2018-10-11 16:41:00.574101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.575719"], ["updated_at", "2018-10-11 16:41:00.575719"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.577313"], ["updated_at", "2018-10-11 16:41:00.577313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.579037"], ["updated_at", "2018-10-11 16:41:00.579037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.580601"], ["updated_at", "2018-10-11 16:41:00.580601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.582237"], ["updated_at", "2018-10-11 16:41:00.582237"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.584070"], ["updated_at", "2018-10-11 16:41:00.584070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.585975"], ["updated_at", "2018-10-11 16:41:00.585975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.587663"], ["updated_at", "2018-10-11 16:41:00.587663"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.589392"], ["updated_at", "2018-10-11 16:41:00.589392"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.591829"], ["updated_at", "2018-10-11 16:41:00.591829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.593998"], ["updated_at", "2018-10-11 16:41:00.593998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.595800"], ["updated_at", "2018-10-11 16:41:00.595800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.597434"], ["updated_at", "2018-10-11 16:41:00.597434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.599099"], ["updated_at", "2018-10-11 16:41:00.599099"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.600815"], ["updated_at", "2018-10-11 16:41:00.600815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.603770"], ["updated_at", "2018-10-11 16:41:00.603770"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.606077"], ["updated_at", "2018-10-11 16:41:00.606077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.610148"], ["updated_at", "2018-10-11 16:41:00.610148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.612410"], ["updated_at", "2018-10-11 16:41:00.612410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.614026"], ["updated_at", "2018-10-11 16:41:00.614026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.615623"], ["updated_at", "2018-10-11 16:41:00.615623"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.617263"], ["updated_at", "2018-10-11 16:41:00.617263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.619019"], ["updated_at", "2018-10-11 16:41:00.619019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.620661"], ["updated_at", "2018-10-11 16:41:00.620661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.622231"], ["updated_at", "2018-10-11 16:41:00.622231"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.624241"], ["updated_at", "2018-10-11 16:41:00.624241"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.626763"], ["updated_at", "2018-10-11 16:41:00.626763"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.629111"], ["updated_at", "2018-10-11 16:41:00.629111"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.631908"], ["updated_at", "2018-10-11 16:41:00.631908"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.634718"], ["updated_at", "2018-10-11 16:41:00.634718"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.637489"], ["updated_at", "2018-10-11 16:41:00.637489"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.640160"], ["updated_at", "2018-10-11 16:41:00.640160"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.642753"], ["updated_at", "2018-10-11 16:41:00.642753"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.645547"], ["updated_at", "2018-10-11 16:41:00.645547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.648241"], ["updated_at", "2018-10-11 16:41:00.648241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.649901"], ["updated_at", "2018-10-11 16:41:00.649901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.651657"], ["updated_at", "2018-10-11 16:41:00.651657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.653312"], ["updated_at", "2018-10-11 16:41:00.653312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.654951"], ["updated_at", "2018-10-11 16:41:00.654951"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.656999"], ["updated_at", "2018-10-11 16:41:00.656999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.659116"], ["updated_at", "2018-10-11 16:41:00.659116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.661102"], ["updated_at", "2018-10-11 16:41:00.661102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.662856"], ["updated_at", "2018-10-11 16:41:00.662856"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.664759"], ["updated_at", "2018-10-11 16:41:00.664759"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.666386"], ["updated_at", "2018-10-11 16:41:00.666386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.668138"], ["updated_at", "2018-10-11 16:41:00.668138"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.671564"], ["updated_at", "2018-10-11 16:41:00.671564"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.673251"], ["updated_at", "2018-10-11 16:41:00.673251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.674851"], ["updated_at", "2018-10-11 16:41:00.674851"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.676517"], ["updated_at", "2018-10-11 16:41:00.676517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.678268"], ["updated_at", "2018-10-11 16:41:00.678268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.679860"], ["updated_at", "2018-10-11 16:41:00.679860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.681551"], ["updated_at", "2018-10-11 16:41:00.681551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.683225"], ["updated_at", "2018-10-11 16:41:00.683225"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.684915"], ["updated_at", "2018-10-11 16:41:00.684915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.686615"], ["updated_at", "2018-10-11 16:41:00.686615"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.688173"], ["updated_at", "2018-10-11 16:41:00.688173"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.691047"], ["updated_at", "2018-10-11 16:41:00.691047"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.694977"], ["updated_at", "2018-10-11 16:41:00.694977"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.696945"], ["updated_at", "2018-10-11 16:41:00.696945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.698984"], ["updated_at", "2018-10-11 16:41:00.698984"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.700610"], ["updated_at", "2018-10-11 16:41:00.700610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.702362"], ["updated_at", "2018-10-11 16:41:00.702362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.704024"], ["updated_at", "2018-10-11 16:41:00.704024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.705750"], ["updated_at", "2018-10-11 16:41:00.705750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.707312"], ["updated_at", "2018-10-11 16:41:00.707312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.708915"], ["updated_at", "2018-10-11 16:41:00.708915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.710514"], ["updated_at", "2018-10-11 16:41:00.710514"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.712138"], ["updated_at", "2018-10-11 16:41:00.712138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.713830"], ["updated_at", "2018-10-11 16:41:00.713830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.715562"], ["updated_at", "2018-10-11 16:41:00.715562"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.717163"], ["updated_at", "2018-10-11 16:41:00.717163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.718853"], ["updated_at", "2018-10-11 16:41:00.718853"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.720515"], ["updated_at", "2018-10-11 16:41:00.720515"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.722176"], ["updated_at", "2018-10-11 16:41:00.722176"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.724317"], ["updated_at", "2018-10-11 16:41:00.724317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.726838"], ["updated_at", "2018-10-11 16:41:00.726838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.728848"], ["updated_at", "2018-10-11 16:41:00.728848"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.730639"], ["updated_at", "2018-10-11 16:41:00.730639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.732236"], ["updated_at", "2018-10-11 16:41:00.732236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.733867"], ["updated_at", "2018-10-11 16:41:00.733867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.736661"], ["updated_at", "2018-10-11 16:41:00.736661"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.738741"], ["updated_at", "2018-10-11 16:41:00.738741"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.741988"], ["updated_at", "2018-10-11 16:41:00.741988"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.745153"], ["updated_at", "2018-10-11 16:41:00.745153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.746986"], ["updated_at", "2018-10-11 16:41:00.746986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.748578"], ["updated_at", "2018-10-11 16:41:00.748578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.750237"], ["updated_at", "2018-10-11 16:41:00.750237"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.751941"], ["updated_at", "2018-10-11 16:41:00.751941"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.754361"], ["updated_at", "2018-10-11 16:41:00.754361"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.757003"], ["updated_at", "2018-10-11 16:41:00.757003"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.760055"], ["updated_at", "2018-10-11 16:41:00.760055"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.762892"], ["updated_at", "2018-10-11 16:41:00.762892"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.765603"], ["updated_at", "2018-10-11 16:41:00.765603"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.768209"], ["updated_at", "2018-10-11 16:41:00.768209"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.771007"], ["updated_at", "2018-10-11 16:41:00.771007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.773382"], ["updated_at", "2018-10-11 16:41:00.773382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.775025"], ["updated_at", "2018-10-11 16:41:00.775025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.776624"], ["updated_at", "2018-10-11 16:41:00.776624"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.778218"], ["updated_at", "2018-10-11 16:41:00.778218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.780336"], ["updated_at", "2018-10-11 16:41:00.780336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.781999"], ["updated_at", "2018-10-11 16:41:00.781999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.783554"], ["updated_at", "2018-10-11 16:41:00.783554"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.785248"], ["updated_at", "2018-10-11 16:41:00.785248"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.787756"], ["updated_at", "2018-10-11 16:41:00.787756"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.789788"], ["updated_at", "2018-10-11 16:41:00.789788"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.792602"], ["updated_at", "2018-10-11 16:41:00.792602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.795147"], ["updated_at", "2018-10-11 16:41:00.795147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.797028"], ["updated_at", "2018-10-11 16:41:00.797028"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.798637"], ["updated_at", "2018-10-11 16:41:00.798637"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.800487"], ["updated_at", "2018-10-11 16:41:00.800487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.802510"], ["updated_at", "2018-10-11 16:41:00.802510"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.805678"], ["updated_at", "2018-10-11 16:41:00.805678"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.807744"], ["updated_at", "2018-10-11 16:41:00.807744"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.809528"], ["updated_at", "2018-10-11 16:41:00.809528"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.811259"], ["updated_at", "2018-10-11 16:41:00.811259"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.812929"], ["updated_at", "2018-10-11 16:41:00.812929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.814684"], ["updated_at", "2018-10-11 16:41:00.814684"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.816277"], ["updated_at", "2018-10-11 16:41:00.816277"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.817922"], ["updated_at", "2018-10-11 16:41:00.817922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.819635"], ["updated_at", "2018-10-11 16:41:00.819635"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.821397"], ["updated_at", "2018-10-11 16:41:00.821397"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.824981"], ["updated_at", "2018-10-11 16:41:00.824981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.828771"], ["updated_at", "2018-10-11 16:41:00.828771"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.830425"], ["updated_at", "2018-10-11 16:41:00.830425"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.832560"], ["updated_at", "2018-10-11 16:41:00.832560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.834570"], ["updated_at", "2018-10-11 16:41:00.834570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.836206"], ["updated_at", "2018-10-11 16:41:00.836206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.837871"], ["updated_at", "2018-10-11 16:41:00.837871"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.839618"], ["updated_at", "2018-10-11 16:41:00.839618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.841486"], ["updated_at", "2018-10-11 16:41:00.841486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.843333"], ["updated_at", "2018-10-11 16:41:00.843333"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.845095"], ["updated_at", "2018-10-11 16:41:00.845095"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.846897"], ["updated_at", "2018-10-11 16:41:00.846897"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.848735"], ["updated_at", "2018-10-11 16:41:00.848735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.850615"], ["updated_at", "2018-10-11 16:41:00.850615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.852232"], ["updated_at", "2018-10-11 16:41:00.852232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.853860"], ["updated_at", "2018-10-11 16:41:00.853860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.855407"], ["updated_at", "2018-10-11 16:41:00.855407"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.857153"], ["updated_at", "2018-10-11 16:41:00.857153"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.859802"], ["updated_at", "2018-10-11 16:41:00.859802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.863129"], ["updated_at", "2018-10-11 16:41:00.863129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.865034"], ["updated_at", "2018-10-11 16:41:00.865034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.866750"], ["updated_at", "2018-10-11 16:41:00.866750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.868444"], ["updated_at", "2018-10-11 16:41:00.868444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.870111"], ["updated_at", "2018-10-11 16:41:00.870111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.873003"], ["updated_at", "2018-10-11 16:41:00.873003"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.874678"], ["updated_at", "2018-10-11 16:41:00.874678"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.876477"], ["updated_at", "2018-10-11 16:41:00.876477"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.878568"], ["updated_at", "2018-10-11 16:41:00.878568"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.881354"], ["updated_at", "2018-10-11 16:41:00.881354"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.884189"], ["updated_at", "2018-10-11 16:41:00.884189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.886517"], ["updated_at", "2018-10-11 16:41:00.886517"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.888494"], ["updated_at", "2018-10-11 16:41:00.888494"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.893226"], ["updated_at", "2018-10-11 16:41:00.893226"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.895855"], ["updated_at", "2018-10-11 16:41:00.895855"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.898818"], ["updated_at", "2018-10-11 16:41:00.898818"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.901960"], ["updated_at", "2018-10-11 16:41:00.901960"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.906651"], ["updated_at", "2018-10-11 16:41:00.906651"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.908962"], ["updated_at", "2018-10-11 16:41:00.908962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.910778"], ["updated_at", "2018-10-11 16:41:00.910778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.912453"], ["updated_at", "2018-10-11 16:41:00.912453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.914092"], ["updated_at", "2018-10-11 16:41:00.914092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.915858"], ["updated_at", "2018-10-11 16:41:00.915858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.917523"], ["updated_at", "2018-10-11 16:41:00.917523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.919119"], ["updated_at", "2018-10-11 16:41:00.919119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.920734"], ["updated_at", "2018-10-11 16:41:00.920734"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.922323"], ["updated_at", "2018-10-11 16:41:00.922323"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.924137"], ["updated_at", "2018-10-11 16:41:00.924137"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.926951"], ["updated_at", "2018-10-11 16:41:00.926951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.928953"], ["updated_at", "2018-10-11 16:41:00.928953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.930637"], ["updated_at", "2018-10-11 16:41:00.930637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.932327"], ["updated_at", "2018-10-11 16:41:00.932327"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.934062"], ["updated_at", "2018-10-11 16:41:00.934062"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.935612"], ["updated_at", "2018-10-11 16:41:00.935612"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.938508"], ["updated_at", "2018-10-11 16:41:00.938508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.940220"], ["updated_at", "2018-10-11 16:41:00.940220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.941853"], ["updated_at", "2018-10-11 16:41:00.941853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.943480"], ["updated_at", "2018-10-11 16:41:00.943480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.945071"], ["updated_at", "2018-10-11 16:41:00.945071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.946665"], ["updated_at", "2018-10-11 16:41:00.946665"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.948411"], ["updated_at", "2018-10-11 16:41:00.948411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.950126"], ["updated_at", "2018-10-11 16:41:00.950126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.951755"], ["updated_at", "2018-10-11 16:41:00.951755"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.953335"], ["updated_at", "2018-10-11 16:41:00.953335"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.955029"], ["updated_at", "2018-10-11 16:41:00.955029"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.958338"], ["updated_at", "2018-10-11 16:41:00.958338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.962108"], ["updated_at", "2018-10-11 16:41:00.962108"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.963694"], ["updated_at", "2018-10-11 16:41:00.963694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.965425"], ["updated_at", "2018-10-11 16:41:00.965425"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.967117"], ["updated_at", "2018-10-11 16:41:00.967117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.969096"], ["updated_at", "2018-10-11 16:41:00.969096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.970855"], ["updated_at", "2018-10-11 16:41:00.970855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.972448"], ["updated_at", "2018-10-11 16:41:00.972448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.974088"], ["updated_at", "2018-10-11 16:41:00.974088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.975908"], ["updated_at", "2018-10-11 16:41:00.975908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.977581"], ["updated_at", "2018-10-11 16:41:00.977581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.979212"], ["updated_at", "2018-10-11 16:41:00.979212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.981026"], ["updated_at", "2018-10-11 16:41:00.981026"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.982823"], ["updated_at", "2018-10-11 16:41:00.982823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.984511"], ["updated_at", "2018-10-11 16:41:00.984511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.986064"], ["updated_at", "2018-10-11 16:41:00.986064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.987674"], ["updated_at", "2018-10-11 16:41:00.987674"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.989439"], ["updated_at", "2018-10-11 16:41:00.989439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.992239"], ["updated_at", "2018-10-11 16:41:00.992239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.994528"], ["updated_at", "2018-10-11 16:41:00.994528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.996181"], ["updated_at", "2018-10-11 16:41:00.996181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.997908"], ["updated_at", "2018-10-11 16:41:00.997908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:00.999670"], ["updated_at", "2018-10-11 16:41:00.999670"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.001333"], ["updated_at", "2018-10-11 16:41:01.001333"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.004019"], ["updated_at", "2018-10-11 16:41:01.004019"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.006962"], ["updated_at", "2018-10-11 16:41:01.006962"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.012191"], ["updated_at", "2018-10-11 16:41:01.012191"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.014971"], ["updated_at", "2018-10-11 16:41:01.014971"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.017782"], ["updated_at", "2018-10-11 16:41:01.017782"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.020413"], ["updated_at", "2018-10-11 16:41:01.020413"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.023076"], ["updated_at", "2018-10-11 16:41:01.023076"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.025951"], ["updated_at", "2018-10-11 16:41:01.025951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.028360"], ["updated_at", "2018-10-11 16:41:01.028360"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.029978"], ["updated_at", "2018-10-11 16:41:01.029978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.031698"], ["updated_at", "2018-10-11 16:41:01.031698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.033459"], ["updated_at", "2018-10-11 16:41:01.033459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.035135"], ["updated_at", "2018-10-11 16:41:01.035135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.036697"], ["updated_at", "2018-10-11 16:41:01.036697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.038300"], ["updated_at", "2018-10-11 16:41:01.038300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.039840"], ["updated_at", "2018-10-11 16:41:01.039840"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.041621"], ["updated_at", "2018-10-11 16:41:01.041621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.043472"], ["updated_at", "2018-10-11 16:41:01.043472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.045021"], ["updated_at", "2018-10-11 16:41:01.045021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.046664"], ["updated_at", "2018-10-11 16:41:01.046664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.048378"], ["updated_at", "2018-10-11 16:41:01.048378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.050070"], ["updated_at", "2018-10-11 16:41:01.050070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.051734"], ["updated_at", "2018-10-11 16:41:01.051734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.053343"], ["updated_at", "2018-10-11 16:41:01.053343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.054997"], ["updated_at", "2018-10-11 16:41:01.054997"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.056651"], ["updated_at", "2018-10-11 16:41:01.056651"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.059756"], ["updated_at", "2018-10-11 16:41:01.059756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.061569"], ["updated_at", "2018-10-11 16:41:01.061569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.063171"], ["updated_at", "2018-10-11 16:41:01.063171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.064934"], ["updated_at", "2018-10-11 16:41:01.064934"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.066734"], ["updated_at", "2018-10-11 16:41:01.066734"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.068729"], ["updated_at", "2018-10-11 16:41:01.068729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.071807"], ["updated_at", "2018-10-11 16:41:01.071807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.073537"], ["updated_at", "2018-10-11 16:41:01.073537"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.075269"], ["updated_at", "2018-10-11 16:41:01.075269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.076963"], ["updated_at", "2018-10-11 16:41:01.076963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.078596"], ["updated_at", "2018-10-11 16:41:01.078596"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.080174"], ["updated_at", "2018-10-11 16:41:01.080174"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.081918"], ["updated_at", "2018-10-11 16:41:01.081918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.083859"], ["updated_at", "2018-10-11 16:41:01.083859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.085518"], ["updated_at", "2018-10-11 16:41:01.085518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.087154"], ["updated_at", "2018-10-11 16:41:01.087154"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.088812"], ["updated_at", "2018-10-11 16:41:01.088812"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.092172"], ["updated_at", "2018-10-11 16:41:01.092172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.095650"], ["updated_at", "2018-10-11 16:41:01.095650"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.097344"], ["updated_at", "2018-10-11 16:41:01.097344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.099144"], ["updated_at", "2018-10-11 16:41:01.099144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.100865"], ["updated_at", "2018-10-11 16:41:01.100865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.102515"], ["updated_at", "2018-10-11 16:41:01.102515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.104126"], ["updated_at", "2018-10-11 16:41:01.104126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.105695"], ["updated_at", "2018-10-11 16:41:01.105695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.107336"], ["updated_at", "2018-10-11 16:41:01.107336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.109037"], ["updated_at", "2018-10-11 16:41:01.109037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.110802"], ["updated_at", "2018-10-11 16:41:01.110802"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.112531"], ["updated_at", "2018-10-11 16:41:01.112531"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.114350"], ["updated_at", "2018-10-11 16:41:01.114350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.116042"], ["updated_at", "2018-10-11 16:41:01.116042"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.117794"], ["updated_at", "2018-10-11 16:41:01.117794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.119517"], ["updated_at", "2018-10-11 16:41:01.119517"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.121085"], ["updated_at", "2018-10-11 16:41:01.121085"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.122700"], ["updated_at", "2018-10-11 16:41:01.122700"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.125727"], ["updated_at", "2018-10-11 16:41:01.125727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.128339"], ["updated_at", "2018-10-11 16:41:01.128339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.130183"], ["updated_at", "2018-10-11 16:41:01.130183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.131879"], ["updated_at", "2018-10-11 16:41:01.131879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.133991"], ["updated_at", "2018-10-11 16:41:01.133991"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.135920"], ["updated_at", "2018-10-11 16:41:01.135920"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.138008"], ["updated_at", "2018-10-11 16:41:01.138008"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.141550"], ["updated_at", "2018-10-11 16:41:01.141550"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.144300"], ["updated_at", "2018-10-11 16:41:01.144300"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.146810"], ["updated_at", "2018-10-11 16:41:01.146810"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.149596"], ["updated_at", "2018-10-11 16:41:01.149596"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.152335"], ["updated_at", "2018-10-11 16:41:01.152335"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.154880"], ["updated_at", "2018-10-11 16:41:01.154880"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.158674"], ["updated_at", "2018-10-11 16:41:01.158674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.162099"], ["updated_at", "2018-10-11 16:41:01.162099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.163787"], ["updated_at", "2018-10-11 16:41:01.163787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.165398"], ["updated_at", "2018-10-11 16:41:01.165398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.167048"], ["updated_at", "2018-10-11 16:41:01.167048"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.168657"], ["updated_at", "2018-10-11 16:41:01.168657"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.170268"], ["updated_at", "2018-10-11 16:41:01.170268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.171871"], ["updated_at", "2018-10-11 16:41:01.171871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.173536"], ["updated_at", "2018-10-11 16:41:01.173536"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.175151"], ["updated_at", "2018-10-11 16:41:01.175151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.176886"], ["updated_at", "2018-10-11 16:41:01.176886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.178532"], ["updated_at", "2018-10-11 16:41:01.178532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.180145"], ["updated_at", "2018-10-11 16:41:01.180145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.181773"], ["updated_at", "2018-10-11 16:41:01.181773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.184076"], ["updated_at", "2018-10-11 16:41:01.184076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.185823"], ["updated_at", "2018-10-11 16:41:01.185823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.187442"], ["updated_at", "2018-10-11 16:41:01.187442"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.189067"], ["updated_at", "2018-10-11 16:41:01.189067"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.190850"], ["updated_at", "2018-10-11 16:41:01.190850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.193576"], ["updated_at", "2018-10-11 16:41:01.193576"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.195637"], ["updated_at", "2018-10-11 16:41:01.195637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.197321"], ["updated_at", "2018-10-11 16:41:01.197321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.198972"], ["updated_at", "2018-10-11 16:41:01.198972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.200733"], ["updated_at", "2018-10-11 16:41:01.200733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.202437"], ["updated_at", "2018-10-11 16:41:01.202437"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.205304"], ["updated_at", "2018-10-11 16:41:01.205304"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.208267"], ["updated_at", "2018-10-11 16:41:01.208267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.212196"], ["updated_at", "2018-10-11 16:41:01.212196"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.213859"], ["updated_at", "2018-10-11 16:41:01.213859"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.215535"], ["updated_at", "2018-10-11 16:41:01.215535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.217297"], ["updated_at", "2018-10-11 16:41:01.217297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.219002"], ["updated_at", "2018-10-11 16:41:01.219002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.220632"], ["updated_at", "2018-10-11 16:41:01.220632"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.222176"], ["updated_at", "2018-10-11 16:41:01.222176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.224007"], ["updated_at", "2018-10-11 16:41:01.224007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.225749"], ["updated_at", "2018-10-11 16:41:01.225749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.227520"], ["updated_at", "2018-10-11 16:41:01.227520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.229184"], ["updated_at", "2018-10-11 16:41:01.229184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.230722"], ["updated_at", "2018-10-11 16:41:01.230722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.232427"], ["updated_at", "2018-10-11 16:41:01.232427"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.234121"], ["updated_at", "2018-10-11 16:41:01.234121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.235808"], ["updated_at", "2018-10-11 16:41:01.235808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.237356"], ["updated_at", "2018-10-11 16:41:01.237356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.238962"], ["updated_at", "2018-10-11 16:41:01.238962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.240605"], ["updated_at", "2018-10-11 16:41:01.240605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.242275"], ["updated_at", "2018-10-11 16:41:01.242275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.244060"], ["updated_at", "2018-10-11 16:41:01.244060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.245829"], ["updated_at", "2018-10-11 16:41:01.245829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.247463"], ["updated_at", "2018-10-11 16:41:01.247463"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.249135"], ["updated_at", "2018-10-11 16:41:01.249135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.250940"], ["updated_at", "2018-10-11 16:41:01.250940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.252626"], ["updated_at", "2018-10-11 16:41:01.252626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.254220"], ["updated_at", "2018-10-11 16:41:01.254220"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.255809"], ["updated_at", "2018-10-11 16:41:01.255809"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.257585"], ["updated_at", "2018-10-11 16:41:01.257585"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.260393"], ["updated_at", "2018-10-11 16:41:01.260393"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.262724"], ["updated_at", "2018-10-11 16:41:01.262724"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.264640"], ["updated_at", "2018-10-11 16:41:01.264640"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.266736"], ["updated_at", "2018-10-11 16:41:01.266736"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.268997"], ["updated_at", "2018-10-11 16:41:01.268997"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.270826"], ["updated_at", "2018-10-11 16:41:01.270826"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.275995"], ["updated_at", "2018-10-11 16:41:01.275995"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.278744"], ["updated_at", "2018-10-11 16:41:01.278744"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.281365"], ["updated_at", "2018-10-11 16:41:01.281365"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.283980"], ["updated_at", "2018-10-11 16:41:01.283980"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.285769"], ["updated_at", "2018-10-11 16:41:01.285769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.287442"], ["updated_at", "2018-10-11 16:41:01.287442"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.289904"], ["updated_at", "2018-10-11 16:41:01.289904"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.293721"], ["updated_at", "2018-10-11 16:41:01.293721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.296159"], ["updated_at", "2018-10-11 16:41:01.296159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.297731"], ["updated_at", "2018-10-11 16:41:01.297731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.299306"], ["updated_at", "2018-10-11 16:41:01.299306"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.301885"], ["updated_at", "2018-10-11 16:41:01.301885"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.303974"], ["updated_at", "2018-10-11 16:41:01.303974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.305954"], ["updated_at", "2018-10-11 16:41:01.305954"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.307932"], ["updated_at", "2018-10-11 16:41:01.307932"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.310401"], ["updated_at", "2018-10-11 16:41:01.310401"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.312812"], ["updated_at", "2018-10-11 16:41:01.312812"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.315531"], ["updated_at", "2018-10-11 16:41:01.315531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.317362"], ["updated_at", "2018-10-11 16:41:01.317362"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.319052"], ["updated_at", "2018-10-11 16:41:01.319052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.320776"], ["updated_at", "2018-10-11 16:41:01.320776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.322359"], ["updated_at", "2018-10-11 16:41:01.322359"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.324086"], ["updated_at", "2018-10-11 16:41:01.324086"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.326707"], ["updated_at", "2018-10-11 16:41:01.326707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.328952"], ["updated_at", "2018-10-11 16:41:01.328952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.330640"], ["updated_at", "2018-10-11 16:41:01.330640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.332361"], ["updated_at", "2018-10-11 16:41:01.332361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.334014"], ["updated_at", "2018-10-11 16:41:01.334014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.335665"], ["updated_at", "2018-10-11 16:41:01.335665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.338658"], ["updated_at", "2018-10-11 16:41:01.338658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.340363"], ["updated_at", "2018-10-11 16:41:01.340363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.341941"], ["updated_at", "2018-10-11 16:41:01.341941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.343606"], ["updated_at", "2018-10-11 16:41:01.343606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.346472"], ["updated_at", "2018-10-11 16:41:01.346472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.348095"], ["updated_at", "2018-10-11 16:41:01.348095"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.349688"], ["updated_at", "2018-10-11 16:41:01.349688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.351430"], ["updated_at", "2018-10-11 16:41:01.351430"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.353028"], ["updated_at", "2018-10-11 16:41:01.353028"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.354736"], ["updated_at", "2018-10-11 16:41:01.354736"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.357247"], ["updated_at", "2018-10-11 16:41:01.357247"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.360449"], ["updated_at", "2018-10-11 16:41:01.360449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.363161"], ["updated_at", "2018-10-11 16:41:01.363161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.365008"], ["updated_at", "2018-10-11 16:41:01.365008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.366700"], ["updated_at", "2018-10-11 16:41:01.366700"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.368334"], ["updated_at", "2018-10-11 16:41:01.368334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.370080"], ["updated_at", "2018-10-11 16:41:01.370080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.371671"], ["updated_at", "2018-10-11 16:41:01.371671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.373273"], ["updated_at", "2018-10-11 16:41:01.373273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.374848"], ["updated_at", "2018-10-11 16:41:01.374848"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.376472"], ["updated_at", "2018-10-11 16:41:01.376472"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.378282"], ["updated_at", "2018-10-11 16:41:01.378282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.379983"], ["updated_at", "2018-10-11 16:41:01.379983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.381554"], ["updated_at", "2018-10-11 16:41:01.381554"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.383212"], ["updated_at", "2018-10-11 16:41:01.383212"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.385449"], ["updated_at", "2018-10-11 16:41:01.385449"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.388261"], ["updated_at", "2018-10-11 16:41:01.388261"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.390718"], ["updated_at", "2018-10-11 16:41:01.390718"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.393385"], ["updated_at", "2018-10-11 16:41:01.393385"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.395616"], ["updated_at", "2018-10-11 16:41:01.395616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.397690"], ["updated_at", "2018-10-11 16:41:01.397690"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.399697"], ["updated_at", "2018-10-11 16:41:01.399697"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.402001"], ["updated_at", "2018-10-11 16:41:01.402001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.404003"], ["updated_at", "2018-10-11 16:41:01.404003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.408541"], ["updated_at", "2018-10-11 16:41:01.408541"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.410160"], ["updated_at", "2018-10-11 16:41:01.410160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.411899"], ["updated_at", "2018-10-11 16:41:01.411899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.413552"], ["updated_at", "2018-10-11 16:41:01.413552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.415156"], ["updated_at", "2018-10-11 16:41:01.415156"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.416722"], ["updated_at", "2018-10-11 16:41:01.416722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.418486"], ["updated_at", "2018-10-11 16:41:01.418486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.420210"], ["updated_at", "2018-10-11 16:41:01.420210"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.421800"], ["updated_at", "2018-10-11 16:41:01.421800"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.424308"], ["updated_at", "2018-10-11 16:41:01.424308"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.427564"], ["updated_at", "2018-10-11 16:41:01.427564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.430081"], ["updated_at", "2018-10-11 16:41:01.430081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.431639"], ["updated_at", "2018-10-11 16:41:01.431639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.433214"], ["updated_at", "2018-10-11 16:41:01.433214"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.435085"], ["updated_at", "2018-10-11 16:41:01.435085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.436953"], ["updated_at", "2018-10-11 16:41:01.436953"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.438597"], ["updated_at", "2018-10-11 16:41:01.438597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.440248"], ["updated_at", "2018-10-11 16:41:01.440248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.441878"], ["updated_at", "2018-10-11 16:41:01.441878"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.443537"], ["updated_at", "2018-10-11 16:41:01.443537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.445327"], ["updated_at", "2018-10-11 16:41:01.445327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.446947"], ["updated_at", "2018-10-11 16:41:01.446947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.448604"], ["updated_at", "2018-10-11 16:41:01.448604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.450206"], ["updated_at", "2018-10-11 16:41:01.450206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.451893"], ["updated_at", "2018-10-11 16:41:01.451893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.453658"], ["updated_at", "2018-10-11 16:41:01.453658"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.455281"], ["updated_at", "2018-10-11 16:41:01.455281"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.456933"], ["updated_at", "2018-10-11 16:41:01.456933"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.459075"], ["updated_at", "2018-10-11 16:41:01.459075"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.460982"], ["updated_at", "2018-10-11 16:41:01.460982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.462694"], ["updated_at", "2018-10-11 16:41:01.462694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.464340"], ["updated_at", "2018-10-11 16:41:01.464340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.466060"], ["updated_at", "2018-10-11 16:41:01.466060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.467890"], ["updated_at", "2018-10-11 16:41:01.467890"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.471491"], ["updated_at", "2018-10-11 16:41:01.471491"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.474199"], ["updated_at", "2018-10-11 16:41:01.474199"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.477955"], ["updated_at", "2018-10-11 16:41:01.477955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.480016"], ["updated_at", "2018-10-11 16:41:01.480016"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.481571"], ["updated_at", "2018-10-11 16:41:01.481571"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.483337"], ["updated_at", "2018-10-11 16:41:01.483337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.485080"], ["updated_at", "2018-10-11 16:41:01.485080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.486825"], ["updated_at", "2018-10-11 16:41:01.486825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.488397"], ["updated_at", "2018-10-11 16:41:01.488397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.490200"], ["updated_at", "2018-10-11 16:41:01.490200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.491870"], ["updated_at", "2018-10-11 16:41:01.491870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.493598"], ["updated_at", "2018-10-11 16:41:01.493598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.495343"], ["updated_at", "2018-10-11 16:41:01.495343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.497031"], ["updated_at", "2018-10-11 16:41:01.497031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.498563"], ["updated_at", "2018-10-11 16:41:01.498563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.500222"], ["updated_at", "2018-10-11 16:41:01.500222"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.501848"], ["updated_at", "2018-10-11 16:41:01.501848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.503523"], ["updated_at", "2018-10-11 16:41:01.503523"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.505184"], ["updated_at", "2018-10-11 16:41:01.505184"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.507786"], ["updated_at", "2018-10-11 16:41:01.507786"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.510421"], ["updated_at", "2018-10-11 16:41:01.510421"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.513113"], ["updated_at", "2018-10-11 16:41:01.513113"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.515705"], ["updated_at", "2018-10-11 16:41:01.515705"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.518439"], ["updated_at", "2018-10-11 16:41:01.518439"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.521095"], ["updated_at", "2018-10-11 16:41:01.521095"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.523804"], ["updated_at", "2018-10-11 16:41:01.523804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.526748"], ["updated_at", "2018-10-11 16:41:01.526748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.528629"], ["updated_at", "2018-10-11 16:41:01.528629"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.530268"], ["updated_at", "2018-10-11 16:41:01.530268"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.531867"], ["updated_at", "2018-10-11 16:41:01.531867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.533567"], ["updated_at", "2018-10-11 16:41:01.533567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.535730"], ["updated_at", "2018-10-11 16:41:01.535730"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.539006"], ["updated_at", "2018-10-11 16:41:01.539006"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.543045"], ["updated_at", "2018-10-11 16:41:01.543045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.545886"], ["updated_at", "2018-10-11 16:41:01.545886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.547517"], ["updated_at", "2018-10-11 16:41:01.547517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.549119"], ["updated_at", "2018-10-11 16:41:01.549119"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.550701"], ["updated_at", "2018-10-11 16:41:01.550701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.552354"], ["updated_at", "2018-10-11 16:41:01.552354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.553989"], ["updated_at", "2018-10-11 16:41:01.553989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.555683"], ["updated_at", "2018-10-11 16:41:01.555683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.557332"], ["updated_at", "2018-10-11 16:41:01.557332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.558977"], ["updated_at", "2018-10-11 16:41:01.558977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.560636"], ["updated_at", "2018-10-11 16:41:01.560636"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.562276"], ["updated_at", "2018-10-11 16:41:01.562276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.563928"], ["updated_at", "2018-10-11 16:41:01.563928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.565567"], ["updated_at", "2018-10-11 16:41:01.565567"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.567171"], ["updated_at", "2018-10-11 16:41:01.567171"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.568998"], ["updated_at", "2018-10-11 16:41:01.568998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.571014"], ["updated_at", "2018-10-11 16:41:01.571014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.572784"], ["updated_at", "2018-10-11 16:41:01.572784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.574432"], ["updated_at", "2018-10-11 16:41:01.574432"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.576061"], ["updated_at", "2018-10-11 16:41:01.576061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.577893"], ["updated_at", "2018-10-11 16:41:01.577893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.579618"], ["updated_at", "2018-10-11 16:41:01.579618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.581407"], ["updated_at", "2018-10-11 16:41:01.581407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.583043"], ["updated_at", "2018-10-11 16:41:01.583043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.584755"], ["updated_at", "2018-10-11 16:41:01.584755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.586537"], ["updated_at", "2018-10-11 16:41:01.586537"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.588118"], ["updated_at", "2018-10-11 16:41:01.588118"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.589905"], ["updated_at", "2018-10-11 16:41:01.589905"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.592323"], ["updated_at", "2018-10-11 16:41:01.592323"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.594681"], ["updated_at", "2018-10-11 16:41:01.594681"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.598665"], ["updated_at", "2018-10-11 16:41:01.598665"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.601871"], ["updated_at", "2018-10-11 16:41:01.601871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.604195"], ["updated_at", "2018-10-11 16:41:01.604195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.605705"], ["updated_at", "2018-10-11 16:41:01.605705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.608440"], ["updated_at", "2018-10-11 16:41:01.608440"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.610054"], ["updated_at", "2018-10-11 16:41:01.610054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.611744"], ["updated_at", "2018-10-11 16:41:01.611744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.613415"], ["updated_at", "2018-10-11 16:41:01.613415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.615067"], ["updated_at", "2018-10-11 16:41:01.615067"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.616669"], ["updated_at", "2018-10-11 16:41:01.616669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.618447"], ["updated_at", "2018-10-11 16:41:01.618447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.620114"], ["updated_at", "2018-10-11 16:41:01.620114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.621761"], ["updated_at", "2018-10-11 16:41:01.621761"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.624227"], ["updated_at", "2018-10-11 16:41:01.624227"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.627386"], ["updated_at", "2018-10-11 16:41:01.627386"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.631145"], ["updated_at", "2018-10-11 16:41:01.631145"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.633768"], ["updated_at", "2018-10-11 16:41:01.633768"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.636658"], ["updated_at", "2018-10-11 16:41:01.636658"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.639351"], ["updated_at", "2018-10-11 16:41:01.639351"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.641917"], ["updated_at", "2018-10-11 16:41:01.641917"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.644518"], ["updated_at", "2018-10-11 16:41:01.644518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.647341"], ["updated_at", "2018-10-11 16:41:01.647341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.648959"], ["updated_at", "2018-10-11 16:41:01.648959"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.650607"], ["updated_at", "2018-10-11 16:41:01.650607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.652501"], ["updated_at", "2018-10-11 16:41:01.652501"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.654286"], ["updated_at", "2018-10-11 16:41:01.654286"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.656161"], ["updated_at", "2018-10-11 16:41:01.656161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.658614"], ["updated_at", "2018-10-11 16:41:01.658614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.660682"], ["updated_at", "2018-10-11 16:41:01.660682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.662516"], ["updated_at", "2018-10-11 16:41:01.662516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.664264"], ["updated_at", "2018-10-11 16:41:01.664264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.665837"], ["updated_at", "2018-10-11 16:41:01.665837"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.667413"], ["updated_at", "2018-10-11 16:41:01.667413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.670810"], ["updated_at", "2018-10-11 16:41:01.670810"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.672696"], ["updated_at", "2018-10-11 16:41:01.672696"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.676149"], ["updated_at", "2018-10-11 16:41:01.676149"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.679474"], ["updated_at", "2018-10-11 16:41:01.679474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.681363"], ["updated_at", "2018-10-11 16:41:01.681363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.683008"], ["updated_at", "2018-10-11 16:41:01.683008"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.684584"], ["updated_at", "2018-10-11 16:41:01.684584"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.686352"], ["updated_at", "2018-10-11 16:41:01.686352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.688084"], ["updated_at", "2018-10-11 16:41:01.688084"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.689646"], ["updated_at", "2018-10-11 16:41:01.689646"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.691797"], ["updated_at", "2018-10-11 16:41:01.691797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.693486"], ["updated_at", "2018-10-11 16:41:01.693486"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.695119"], ["updated_at", "2018-10-11 16:41:01.695119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.696907"], ["updated_at", "2018-10-11 16:41:01.696907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.698598"], ["updated_at", "2018-10-11 16:41:01.698598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.700586"], ["updated_at", "2018-10-11 16:41:01.700586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.702340"], ["updated_at", "2018-10-11 16:41:01.702340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.703982"], ["updated_at", "2018-10-11 16:41:01.703982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.705701"], ["updated_at", "2018-10-11 16:41:01.705701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.707274"], ["updated_at", "2018-10-11 16:41:01.707274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.709056"], ["updated_at", "2018-10-11 16:41:01.709056"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.710853"], ["updated_at", "2018-10-11 16:41:01.710853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.712686"], ["updated_at", "2018-10-11 16:41:01.712686"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.714383"], ["updated_at", "2018-10-11 16:41:01.714383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.716137"], ["updated_at", "2018-10-11 16:41:01.716137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.717721"], ["updated_at", "2018-10-11 16:41:01.717721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.719400"], ["updated_at", "2018-10-11 16:41:01.719400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.721128"], ["updated_at", "2018-10-11 16:41:01.721128"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.722918"], ["updated_at", "2018-10-11 16:41:01.722918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.725471"], ["updated_at", "2018-10-11 16:41:01.725471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.727476"], ["updated_at", "2018-10-11 16:41:01.727476"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.729223"], ["updated_at", "2018-10-11 16:41:01.729223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.731037"], ["updated_at", "2018-10-11 16:41:01.731037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.732657"], ["updated_at", "2018-10-11 16:41:01.732657"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.734260"], ["updated_at", "2018-10-11 16:41:01.734260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.737537"], ["updated_at", "2018-10-11 16:41:01.737537"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.739275"], ["updated_at", "2018-10-11 16:41:01.739275"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.742656"], ["updated_at", "2018-10-11 16:41:01.742656"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.745806"], ["updated_at", "2018-10-11 16:41:01.745806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.747492"], ["updated_at", "2018-10-11 16:41:01.747492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.749087"], ["updated_at", "2018-10-11 16:41:01.749087"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.750664"], ["updated_at", "2018-10-11 16:41:01.750664"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.752799"], ["updated_at", "2018-10-11 16:41:01.752799"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.755527"], ["updated_at", "2018-10-11 16:41:01.755527"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.759047"], ["updated_at", "2018-10-11 16:41:01.759047"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.761298"], ["updated_at", "2018-10-11 16:41:01.761298"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.764108"], ["updated_at", "2018-10-11 16:41:01.764108"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.766767"], ["updated_at", "2018-10-11 16:41:01.766767"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.769472"], ["updated_at", "2018-10-11 16:41:01.769472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.771994"], ["updated_at", "2018-10-11 16:41:01.771994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.773695"], ["updated_at", "2018-10-11 16:41:01.773695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.775333"], ["updated_at", "2018-10-11 16:41:01.775333"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.776914"], ["updated_at", "2018-10-11 16:41:01.776914"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.778911"], ["updated_at", "2018-10-11 16:41:01.778911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.780741"], ["updated_at", "2018-10-11 16:41:01.780741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.782350"], ["updated_at", "2018-10-11 16:41:01.782350"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.783943"], ["updated_at", "2018-10-11 16:41:01.783943"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.785889"], ["updated_at", "2018-10-11 16:41:01.785889"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.788827"], ["updated_at", "2018-10-11 16:41:01.788827"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.791584"], ["updated_at", "2018-10-11 16:41:01.791584"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.794504"], ["updated_at", "2018-10-11 16:41:01.794504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.796367"], ["updated_at", "2018-10-11 16:41:01.796367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.798088"], ["updated_at", "2018-10-11 16:41:01.798088"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.799664"], ["updated_at", "2018-10-11 16:41:01.799664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.801741"], ["updated_at", "2018-10-11 16:41:01.801741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.803610"], ["updated_at", "2018-10-11 16:41:01.803610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.806753"], ["updated_at", "2018-10-11 16:41:01.806753"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.808523"], ["updated_at", "2018-10-11 16:41:01.808523"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.810260"], ["updated_at", "2018-10-11 16:41:01.810260"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.812056"], ["updated_at", "2018-10-11 16:41:01.812056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.813885"], ["updated_at", "2018-10-11 16:41:01.813885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.815607"], ["updated_at", "2018-10-11 16:41:01.815607"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.817177"], ["updated_at", "2018-10-11 16:41:01.817177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.818917"], ["updated_at", "2018-10-11 16:41:01.818917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.820617"], ["updated_at", "2018-10-11 16:41:01.820617"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.822689"], ["updated_at", "2018-10-11 16:41:01.822689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.827037"], ["updated_at", "2018-10-11 16:41:01.827037"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.829428"], ["updated_at", "2018-10-11 16:41:01.829428"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.831096"], ["updated_at", "2018-10-11 16:41:01.831096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.833461"], ["updated_at", "2018-10-11 16:41:01.833461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.835100"], ["updated_at", "2018-10-11 16:41:01.835100"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.836796"], ["updated_at", "2018-10-11 16:41:01.836796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.838649"], ["updated_at", "2018-10-11 16:41:01.838649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.840291"], ["updated_at", "2018-10-11 16:41:01.840291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.841934"], ["updated_at", "2018-10-11 16:41:01.841934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.843733"], ["updated_at", "2018-10-11 16:41:01.843733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.845330"], ["updated_at", "2018-10-11 16:41:01.845330"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.846989"], ["updated_at", "2018-10-11 16:41:01.846989"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.848731"], ["updated_at", "2018-10-11 16:41:01.848731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.850499"], ["updated_at", "2018-10-11 16:41:01.850499"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.852097"], ["updated_at", "2018-10-11 16:41:01.852097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.853829"], ["updated_at", "2018-10-11 16:41:01.853829"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.855641"], ["updated_at", "2018-10-11 16:41:01.855641"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.857788"], ["updated_at", "2018-10-11 16:41:01.857788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.860326"], ["updated_at", "2018-10-11 16:41:01.860326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.862210"], ["updated_at", "2018-10-11 16:41:01.862210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.864063"], ["updated_at", "2018-10-11 16:41:01.864063"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.865794"], ["updated_at", "2018-10-11 16:41:01.865794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.867802"], ["updated_at", "2018-10-11 16:41:01.867802"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.869653"], ["updated_at", "2018-10-11 16:41:01.869653"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.872731"], ["updated_at", "2018-10-11 16:41:01.872731"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.876438"], ["updated_at", "2018-10-11 16:41:01.876438"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.879998"], ["updated_at", "2018-10-11 16:41:01.879998"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.882658"], ["updated_at", "2018-10-11 16:41:01.882658"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.885048"], ["updated_at", "2018-10-11 16:41:01.885048"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.887844"], ["updated_at", "2018-10-11 16:41:01.887844"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.890554"], ["updated_at", "2018-10-11 16:41:01.890554"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.893281"], ["updated_at", "2018-10-11 16:41:01.893281"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.895943"], ["updated_at", "2018-10-11 16:41:01.895943"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.898119"], ["updated_at", "2018-10-11 16:41:01.898119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.899859"], ["updated_at", "2018-10-11 16:41:01.899859"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.901425"], ["updated_at", "2018-10-11 16:41:01.901425"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.903071"], ["updated_at", "2018-10-11 16:41:01.903071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.905241"], ["updated_at", "2018-10-11 16:41:01.905241"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.907292"], ["updated_at", "2018-10-11 16:41:01.907292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.908953"], ["updated_at", "2018-10-11 16:41:01.908953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.910579"], ["updated_at", "2018-10-11 16:41:01.910579"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.912212"], ["updated_at", "2018-10-11 16:41:01.912212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.914078"], ["updated_at", "2018-10-11 16:41:01.914078"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.915720"], ["updated_at", "2018-10-11 16:41:01.915720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.917342"], ["updated_at", "2018-10-11 16:41:01.917342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.918879"], ["updated_at", "2018-10-11 16:41:01.918879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.920533"], ["updated_at", "2018-10-11 16:41:01.920533"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.922148"], ["updated_at", "2018-10-11 16:41:01.922148"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.924147"], ["updated_at", "2018-10-11 16:41:01.924147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.926468"], ["updated_at", "2018-10-11 16:41:01.926468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.928574"], ["updated_at", "2018-10-11 16:41:01.928574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.930315"], ["updated_at", "2018-10-11 16:41:01.930315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.931997"], ["updated_at", "2018-10-11 16:41:01.931997"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.933590"], ["updated_at", "2018-10-11 16:41:01.933590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.935186"], ["updated_at", "2018-10-11 16:41:01.935186"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.937882"], ["updated_at", "2018-10-11 16:41:01.937882"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.940456"], ["updated_at", "2018-10-11 16:41:01.940456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.944180"], ["updated_at", "2018-10-11 16:41:01.944180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.946472"], ["updated_at", "2018-10-11 16:41:01.946472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.948157"], ["updated_at", "2018-10-11 16:41:01.948157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.949853"], ["updated_at", "2018-10-11 16:41:01.949853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.951457"], ["updated_at", "2018-10-11 16:41:01.951457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.953048"], ["updated_at", "2018-10-11 16:41:01.953048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.954583"], ["updated_at", "2018-10-11 16:41:01.954583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.956186"], ["updated_at", "2018-10-11 16:41:01.956186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.958238"], ["updated_at", "2018-10-11 16:41:01.958238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.959946"], ["updated_at", "2018-10-11 16:41:01.959946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.961577"], ["updated_at", "2018-10-11 16:41:01.961577"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.963195"], ["updated_at", "2018-10-11 16:41:01.963195"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.964912"], ["updated_at", "2018-10-11 16:41:01.964912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.966889"], ["updated_at", "2018-10-11 16:41:01.966889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.968575"], ["updated_at", "2018-10-11 16:41:01.968575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.970208"], ["updated_at", "2018-10-11 16:41:01.970208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.971928"], ["updated_at", "2018-10-11 16:41:01.971928"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.973478"], ["updated_at", "2018-10-11 16:41:01.973478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.975235"], ["updated_at", "2018-10-11 16:41:01.975235"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.976910"], ["updated_at", "2018-10-11 16:41:01.976910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.978615"], ["updated_at", "2018-10-11 16:41:01.978615"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.980229"], ["updated_at", "2018-10-11 16:41:01.980229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.982389"], ["updated_at", "2018-10-11 16:41:01.982389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.984077"], ["updated_at", "2018-10-11 16:41:01.984077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.985688"], ["updated_at", "2018-10-11 16:41:01.985688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.987351"], ["updated_at", "2018-10-11 16:41:01.987351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.989026"], ["updated_at", "2018-10-11 16:41:01.989026"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.990787"], ["updated_at", "2018-10-11 16:41:01.990787"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.993656"], ["updated_at", "2018-10-11 16:41:01.993656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.995646"], ["updated_at", "2018-10-11 16:41:01.995646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.997299"], ["updated_at", "2018-10-11 16:41:01.997299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:01.998996"], ["updated_at", "2018-10-11 16:41:01.998996"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.000829"], ["updated_at", "2018-10-11 16:41:02.000829"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.003862"], ["updated_at", "2018-10-11 16:41:02.003862"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.007630"], ["updated_at", "2018-10-11 16:41:02.007630"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.010459"], ["updated_at", "2018-10-11 16:41:02.010459"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.013095"], ["updated_at", "2018-10-11 16:41:02.013095"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.015535"], ["updated_at", "2018-10-11 16:41:02.015535"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.018290"], ["updated_at", "2018-10-11 16:41:02.018290"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.020865"], ["updated_at", "2018-10-11 16:41:02.020865"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.023904"], ["updated_at", "2018-10-11 16:41:02.023904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.028505"], ["updated_at", "2018-10-11 16:41:02.028505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.030206"], ["updated_at", "2018-10-11 16:41:02.030206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.031856"], ["updated_at", "2018-10-11 16:41:02.031856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.033530"], ["updated_at", "2018-10-11 16:41:02.033530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.035200"], ["updated_at", "2018-10-11 16:41:02.035200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.036846"], ["updated_at", "2018-10-11 16:41:02.036846"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.038408"], ["updated_at", "2018-10-11 16:41:02.038408"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.040055"], ["updated_at", "2018-10-11 16:41:02.040055"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.041674"], ["updated_at", "2018-10-11 16:41:02.041674"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.043413"], ["updated_at", "2018-10-11 16:41:02.043413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.045076"], ["updated_at", "2018-10-11 16:41:02.045076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.046690"], ["updated_at", "2018-10-11 16:41:02.046690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.048292"], ["updated_at", "2018-10-11 16:41:02.048292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.049970"], ["updated_at", "2018-10-11 16:41:02.049970"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.051641"], ["updated_at", "2018-10-11 16:41:02.051641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.053411"], ["updated_at", "2018-10-11 16:41:02.053411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.055148"], ["updated_at", "2018-10-11 16:41:02.055148"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.056871"], ["updated_at", "2018-10-11 16:41:02.056871"], ["parent_id", 39895952907]] [1mKithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.059402"], ["updated_at", "2018-10-11 16:41:02.059402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.061747"], ["updated_at", "2018-10-11 16:41:02.061747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.063403"], ["updated_at", "2018-10-11 16:41:02.063403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.065078"], ["updated_at", "2018-10-11 16:41:02.065078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.066845"], ["updated_at", "2018-10-11 16:41:02.066845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.068653"], ["updated_at", "2018-10-11 16:41:02.068653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.071339"], ["updated_at", "2018-10-11 16:41:02.071339"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.073901"], ["updated_at", "2018-10-11 16:41:02.073901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.078042"], ["updated_at", "2018-10-11 16:41:02.078042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.080112"], ["updated_at", "2018-10-11 16:41:02.080112"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.081939"], ["updated_at", "2018-10-11 16:41:02.081939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.083708"], ["updated_at", "2018-10-11 16:41:02.083708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.085443"], ["updated_at", "2018-10-11 16:41:02.085443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.087031"], ["updated_at", "2018-10-11 16:41:02.087031"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.088692"], ["updated_at", "2018-10-11 16:41:02.088692"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.090478"], ["updated_at", "2018-10-11 16:41:02.090478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.092215"], ["updated_at", "2018-10-11 16:41:02.092215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.093909"], ["updated_at", "2018-10-11 16:41:02.093909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.095495"], ["updated_at", "2018-10-11 16:41:02.095495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.097122"], ["updated_at", "2018-10-11 16:41:02.097122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.098709"], ["updated_at", "2018-10-11 16:41:02.098709"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.100359"], ["updated_at", "2018-10-11 16:41:02.100359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.102084"], ["updated_at", "2018-10-11 16:41:02.102084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.103742"], ["updated_at", "2018-10-11 16:41:02.103742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.105371"], ["updated_at", "2018-10-11 16:41:02.105371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.106982"], ["updated_at", "2018-10-11 16:41:02.106982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.108561"], ["updated_at", "2018-10-11 16:41:02.108561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.110278"], ["updated_at", "2018-10-11 16:41:02.110278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.111918"], ["updated_at", "2018-10-11 16:41:02.111918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.113552"], ["updated_at", "2018-10-11 16:41:02.113552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.115150"], ["updated_at", "2018-10-11 16:41:02.115150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.116788"], ["updated_at", "2018-10-11 16:41:02.116788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.118644"], ["updated_at", "2018-10-11 16:41:02.118644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.120275"], ["updated_at", "2018-10-11 16:41:02.120275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.121938"], ["updated_at", "2018-10-11 16:41:02.121938"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.123622"], ["updated_at", "2018-10-11 16:41:02.123622"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.126258"], ["updated_at", "2018-10-11 16:41:02.126258"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.128602"], ["updated_at", "2018-10-11 16:41:02.128602"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.130586"], ["updated_at", "2018-10-11 16:41:02.130586"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.132574"], ["updated_at", "2018-10-11 16:41:02.132574"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.134611"], ["updated_at", "2018-10-11 16:41:02.134611"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.136473"], ["updated_at", "2018-10-11 16:41:02.136473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.138641"], ["updated_at", "2018-10-11 16:41:02.138641"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.143897"], ["updated_at", "2018-10-11 16:41:02.143897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.146158"], ["updated_at", "2018-10-11 16:41:02.146158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.147785"], ["updated_at", "2018-10-11 16:41:02.147785"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.149453"], ["updated_at", "2018-10-11 16:41:02.149453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.151179"], ["updated_at", "2018-10-11 16:41:02.151179"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.153094"], ["updated_at", "2018-10-11 16:41:02.153094"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.155226"], ["updated_at", "2018-10-11 16:41:02.155226"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.158674"], ["updated_at", "2018-10-11 16:41:02.158674"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.163321"], ["updated_at", "2018-10-11 16:41:02.163321"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.165360"], ["updated_at", "2018-10-11 16:41:02.165360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.167346"], ["updated_at", "2018-10-11 16:41:02.167346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.169061"], ["updated_at", "2018-10-11 16:41:02.169061"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.170908"], ["updated_at", "2018-10-11 16:41:02.170908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.172584"], ["updated_at", "2018-10-11 16:41:02.172584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.174256"], ["updated_at", "2018-10-11 16:41:02.174256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.175948"], ["updated_at", "2018-10-11 16:41:02.175948"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.177687"], ["updated_at", "2018-10-11 16:41:02.177687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.179419"], ["updated_at", "2018-10-11 16:41:02.179419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.181061"], ["updated_at", "2018-10-11 16:41:02.181061"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.182701"], ["updated_at", "2018-10-11 16:41:02.182701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.184903"], ["updated_at", "2018-10-11 16:41:02.184903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.186815"], ["updated_at", "2018-10-11 16:41:02.186815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.188431"], ["updated_at", "2018-10-11 16:41:02.188431"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.190248"], ["updated_at", "2018-10-11 16:41:02.190248"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.192678"], ["updated_at", "2018-10-11 16:41:02.192678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.194935"], ["updated_at", "2018-10-11 16:41:02.194935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.196668"], ["updated_at", "2018-10-11 16:41:02.196668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.198332"], ["updated_at", "2018-10-11 16:41:02.198332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.199992"], ["updated_at", "2018-10-11 16:41:02.199992"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.201733"], ["updated_at", "2018-10-11 16:41:02.201733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.204723"], ["updated_at", "2018-10-11 16:41:02.204723"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.207052"], ["updated_at", "2018-10-11 16:41:02.207052"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.211318"], ["updated_at", "2018-10-11 16:41:02.211318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.213405"], ["updated_at", "2018-10-11 16:41:02.213405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.215008"], ["updated_at", "2018-10-11 16:41:02.215008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.216594"], ["updated_at", "2018-10-11 16:41:02.216594"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.218293"], ["updated_at", "2018-10-11 16:41:02.218293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.220094"], ["updated_at", "2018-10-11 16:41:02.220094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.221911"], ["updated_at", "2018-10-11 16:41:02.221911"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.223746"], ["updated_at", "2018-10-11 16:41:02.223746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.225497"], ["updated_at", "2018-10-11 16:41:02.225497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.227212"], ["updated_at", "2018-10-11 16:41:02.227212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.230066"], ["updated_at", "2018-10-11 16:41:02.230066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.231724"], ["updated_at", "2018-10-11 16:41:02.231724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.233570"], ["updated_at", "2018-10-11 16:41:02.233570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.235275"], ["updated_at", "2018-10-11 16:41:02.235275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.236951"], ["updated_at", "2018-10-11 16:41:02.236951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.238547"], ["updated_at", "2018-10-11 16:41:02.238547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.240137"], ["updated_at", "2018-10-11 16:41:02.240137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.241734"], ["updated_at", "2018-10-11 16:41:02.241734"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.243325"], ["updated_at", "2018-10-11 16:41:02.243325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.245103"], ["updated_at", "2018-10-11 16:41:02.245103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.246806"], ["updated_at", "2018-10-11 16:41:02.246806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.248371"], ["updated_at", "2018-10-11 16:41:02.248371"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.250045"], ["updated_at", "2018-10-11 16:41:02.250045"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.252790"], ["updated_at", "2018-10-11 16:41:02.252790"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.255484"], ["updated_at", "2018-10-11 16:41:02.255484"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.258604"], ["updated_at", "2018-10-11 16:41:02.258604"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.261748"], ["updated_at", "2018-10-11 16:41:02.261748"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.264038"], ["updated_at", "2018-10-11 16:41:02.264038"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.266306"], ["updated_at", "2018-10-11 16:41:02.266306"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.268328"], ["updated_at", "2018-10-11 16:41:02.268328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.270371"], ["updated_at", "2018-10-11 16:41:02.270371"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.272026"], ["updated_at", "2018-10-11 16:41:02.272026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.274838"], ["updated_at", "2018-10-11 16:41:02.274838"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.276472"], ["updated_at", "2018-10-11 16:41:02.276472"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.278389"], ["updated_at", "2018-10-11 16:41:02.278389"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.281685"], ["updated_at", "2018-10-11 16:41:02.281685"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.285460"], ["updated_at", "2018-10-11 16:41:02.285460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.287625"], ["updated_at", "2018-10-11 16:41:02.287625"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.289320"], ["updated_at", "2018-10-11 16:41:02.289320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.291094"], ["updated_at", "2018-10-11 16:41:02.291094"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.292664"], ["updated_at", "2018-10-11 16:41:02.292664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.294448"], ["updated_at", "2018-10-11 16:41:02.294448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.296083"], ["updated_at", "2018-10-11 16:41:02.296083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.297808"], ["updated_at", "2018-10-11 16:41:02.297808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.299366"], ["updated_at", "2018-10-11 16:41:02.299366"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.301179"], ["updated_at", "2018-10-11 16:41:02.301179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.302946"], ["updated_at", "2018-10-11 16:41:02.302946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.304644"], ["updated_at", "2018-10-11 16:41:02.304644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.306212"], ["updated_at", "2018-10-11 16:41:02.306212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.307785"], ["updated_at", "2018-10-11 16:41:02.307785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.309373"], ["updated_at", "2018-10-11 16:41:02.309373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.310975"], ["updated_at", "2018-10-11 16:41:02.310975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.312626"], ["updated_at", "2018-10-11 16:41:02.312626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.314289"], ["updated_at", "2018-10-11 16:41:02.314289"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.316037"], ["updated_at", "2018-10-11 16:41:02.316037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.317900"], ["updated_at", "2018-10-11 16:41:02.317900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.319679"], ["updated_at", "2018-10-11 16:41:02.319679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.321308"], ["updated_at", "2018-10-11 16:41:02.321308"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.322919"], ["updated_at", "2018-10-11 16:41:02.322919"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.324854"], ["updated_at", "2018-10-11 16:41:02.324854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.327287"], ["updated_at", "2018-10-11 16:41:02.327287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.329184"], ["updated_at", "2018-10-11 16:41:02.329184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.330855"], ["updated_at", "2018-10-11 16:41:02.330855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.332480"], ["updated_at", "2018-10-11 16:41:02.332480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.334122"], ["updated_at", "2018-10-11 16:41:02.334122"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.335931"], ["updated_at", "2018-10-11 16:41:02.335931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.338954"], ["updated_at", "2018-10-11 16:41:02.338954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.340574"], ["updated_at", "2018-10-11 16:41:02.340574"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.342133"], ["updated_at", "2018-10-11 16:41:02.342133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.343754"], ["updated_at", "2018-10-11 16:41:02.343754"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.346225"], ["updated_at", "2018-10-11 16:41:02.346225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.350143"], ["updated_at", "2018-10-11 16:41:02.350143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.352311"], ["updated_at", "2018-10-11 16:41:02.352311"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.353961"], ["updated_at", "2018-10-11 16:41:02.353961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.355653"], ["updated_at", "2018-10-11 16:41:02.355653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.357453"], ["updated_at", "2018-10-11 16:41:02.357453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.359120"], ["updated_at", "2018-10-11 16:41:02.359120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.360716"], ["updated_at", "2018-10-11 16:41:02.360716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.362326"], ["updated_at", "2018-10-11 16:41:02.362326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.364089"], ["updated_at", "2018-10-11 16:41:02.364089"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.365770"], ["updated_at", "2018-10-11 16:41:02.365770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.367522"], ["updated_at", "2018-10-11 16:41:02.367522"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.369198"], ["updated_at", "2018-10-11 16:41:02.369198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.370983"], ["updated_at", "2018-10-11 16:41:02.370983"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.373069"], ["updated_at", "2018-10-11 16:41:02.373069"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.375752"], ["updated_at", "2018-10-11 16:41:02.375752"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.378314"], ["updated_at", "2018-10-11 16:41:02.378314"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.381008"], ["updated_at", "2018-10-11 16:41:02.381008"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.383712"], ["updated_at", "2018-10-11 16:41:02.383712"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.386356"], ["updated_at", "2018-10-11 16:41:02.386356"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.389371"], ["updated_at", "2018-10-11 16:41:02.389371"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.391906"], ["updated_at", "2018-10-11 16:41:02.391906"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.394239"], ["updated_at", "2018-10-11 16:41:02.394239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.396111"], ["updated_at", "2018-10-11 16:41:02.396111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.397920"], ["updated_at", "2018-10-11 16:41:02.397920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.399576"], ["updated_at", "2018-10-11 16:41:02.399576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.401170"], ["updated_at", "2018-10-11 16:41:02.401170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.404279"], ["updated_at", "2018-10-11 16:41:02.404279"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.406029"], ["updated_at", "2018-10-11 16:41:02.406029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.407727"], ["updated_at", "2018-10-11 16:41:02.407727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.409270"], ["updated_at", "2018-10-11 16:41:02.409270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.410917"], ["updated_at", "2018-10-11 16:41:02.410917"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.413628"], ["updated_at", "2018-10-11 16:41:02.413628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.417846"], ["updated_at", "2018-10-11 16:41:02.417846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.419728"], ["updated_at", "2018-10-11 16:41:02.419728"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.421470"], ["updated_at", "2018-10-11 16:41:02.421470"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.423239"], ["updated_at", "2018-10-11 16:41:02.423239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.425258"], ["updated_at", "2018-10-11 16:41:02.425258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.426859"], ["updated_at", "2018-10-11 16:41:02.426859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.428501"], ["updated_at", "2018-10-11 16:41:02.428501"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.430113"], ["updated_at", "2018-10-11 16:41:02.430113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.431867"], ["updated_at", "2018-10-11 16:41:02.431867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.433515"], ["updated_at", "2018-10-11 16:41:02.433515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.435081"], ["updated_at", "2018-10-11 16:41:02.435081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.436799"], ["updated_at", "2018-10-11 16:41:02.436799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.438560"], ["updated_at", "2018-10-11 16:41:02.438560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.440232"], ["updated_at", "2018-10-11 16:41:02.440232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.441847"], ["updated_at", "2018-10-11 16:41:02.441847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.443423"], ["updated_at", "2018-10-11 16:41:02.443423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.445081"], ["updated_at", "2018-10-11 16:41:02.445081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.446702"], ["updated_at", "2018-10-11 16:41:02.446702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.448373"], ["updated_at", "2018-10-11 16:41:02.448373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.449959"], ["updated_at", "2018-10-11 16:41:02.449959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.451581"], ["updated_at", "2018-10-11 16:41:02.451581"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.453167"], ["updated_at", "2018-10-11 16:41:02.453167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.455082"], ["updated_at", "2018-10-11 16:41:02.455082"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.456876"], ["updated_at", "2018-10-11 16:41:02.456876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.459472"], ["updated_at", "2018-10-11 16:41:02.459472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.461471"], ["updated_at", "2018-10-11 16:41:02.461471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.463177"], ["updated_at", "2018-10-11 16:41:02.463177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.464963"], ["updated_at", "2018-10-11 16:41:02.464963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.466666"], ["updated_at", "2018-10-11 16:41:02.466666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.468265"], ["updated_at", "2018-10-11 16:41:02.468265"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.471157"], ["updated_at", "2018-10-11 16:41:02.471157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.472915"], ["updated_at", "2018-10-11 16:41:02.472915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.474493"], ["updated_at", "2018-10-11 16:41:02.474493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.476123"], ["updated_at", "2018-10-11 16:41:02.476123"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.477726"], ["updated_at", "2018-10-11 16:41:02.477726"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.480189"], ["updated_at", "2018-10-11 16:41:02.480189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.484231"], ["updated_at", "2018-10-11 16:41:02.484231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.486419"], ["updated_at", "2018-10-11 16:41:02.486419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.488134"], ["updated_at", "2018-10-11 16:41:02.488134"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.489891"], ["updated_at", "2018-10-11 16:41:02.489891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.491895"], ["updated_at", "2018-10-11 16:41:02.491895"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.493717"], ["updated_at", "2018-10-11 16:41:02.493717"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.496323"], ["updated_at", "2018-10-11 16:41:02.496323"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.499033"], ["updated_at", "2018-10-11 16:41:02.499033"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.501669"], ["updated_at", "2018-10-11 16:41:02.501669"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.504292"], ["updated_at", "2018-10-11 16:41:02.504292"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.507017"], ["updated_at", "2018-10-11 16:41:02.507017"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.509611"], ["updated_at", "2018-10-11 16:41:02.509611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.512179"], ["updated_at", "2018-10-11 16:41:02.512179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.514274"], ["updated_at", "2018-10-11 16:41:02.514274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.515990"], ["updated_at", "2018-10-11 16:41:02.515990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.517550"], ["updated_at", "2018-10-11 16:41:02.517550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.519155"], ["updated_at", "2018-10-11 16:41:02.519155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.520833"], ["updated_at", "2018-10-11 16:41:02.520833"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.522579"], ["updated_at", "2018-10-11 16:41:02.522579"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.524983"], ["updated_at", "2018-10-11 16:41:02.524983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.527564"], ["updated_at", "2018-10-11 16:41:02.527564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.529416"], ["updated_at", "2018-10-11 16:41:02.529416"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.531077"], ["updated_at", "2018-10-11 16:41:02.531077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.532963"], ["updated_at", "2018-10-11 16:41:02.532963"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.534604"], ["updated_at", "2018-10-11 16:41:02.534604"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.536258"], ["updated_at", "2018-10-11 16:41:02.536258"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.539304"], ["updated_at", "2018-10-11 16:41:02.539304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.541008"], ["updated_at", "2018-10-11 16:41:02.541008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.542584"], ["updated_at", "2018-10-11 16:41:02.542584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.544236"], ["updated_at", "2018-10-11 16:41:02.544236"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.546658"], ["updated_at", "2018-10-11 16:41:02.546658"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.550813"], ["updated_at", "2018-10-11 16:41:02.550813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.552940"], ["updated_at", "2018-10-11 16:41:02.552940"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.554605"], ["updated_at", "2018-10-11 16:41:02.554605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.556303"], ["updated_at", "2018-10-11 16:41:02.556303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.558063"], ["updated_at", "2018-10-11 16:41:02.558063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.559697"], ["updated_at", "2018-10-11 16:41:02.559697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.561318"], ["updated_at", "2018-10-11 16:41:02.561318"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.562823"], ["updated_at", "2018-10-11 16:41:02.562823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.564643"], ["updated_at", "2018-10-11 16:41:02.564643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.566249"], ["updated_at", "2018-10-11 16:41:02.566249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.567925"], ["updated_at", "2018-10-11 16:41:02.567925"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.569579"], ["updated_at", "2018-10-11 16:41:02.569579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.571308"], ["updated_at", "2018-10-11 16:41:02.571308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.572965"], ["updated_at", "2018-10-11 16:41:02.572965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.574658"], ["updated_at", "2018-10-11 16:41:02.574658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.576246"], ["updated_at", "2018-10-11 16:41:02.576246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.577825"], ["updated_at", "2018-10-11 16:41:02.577825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.579497"], ["updated_at", "2018-10-11 16:41:02.579497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.581116"], ["updated_at", "2018-10-11 16:41:02.581116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.582789"], ["updated_at", "2018-10-11 16:41:02.582789"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.584647"], ["updated_at", "2018-10-11 16:41:02.584647"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.586990"], ["updated_at", "2018-10-11 16:41:02.586990"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.589196"], ["updated_at", "2018-10-11 16:41:02.589196"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.591328"], ["updated_at", "2018-10-11 16:41:02.591328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.594104"], ["updated_at", "2018-10-11 16:41:02.594104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.595755"], ["updated_at", "2018-10-11 16:41:02.595755"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.597411"], ["updated_at", "2018-10-11 16:41:02.597411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.599359"], ["updated_at", "2018-10-11 16:41:02.599359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.600953"], ["updated_at", "2018-10-11 16:41:02.600953"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.602642"], ["updated_at", "2018-10-11 16:41:02.602642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.605908"], ["updated_at", "2018-10-11 16:41:02.605908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.607552"], ["updated_at", "2018-10-11 16:41:02.607552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.609125"], ["updated_at", "2018-10-11 16:41:02.609125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.610731"], ["updated_at", "2018-10-11 16:41:02.610731"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.613301"], ["updated_at", "2018-10-11 16:41:02.613301"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.617626"], ["updated_at", "2018-10-11 16:41:02.617626"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.621169"], ["updated_at", "2018-10-11 16:41:02.621169"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.625022"], ["updated_at", "2018-10-11 16:41:02.625022"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.628288"], ["updated_at", "2018-10-11 16:41:02.628288"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.631035"], ["updated_at", "2018-10-11 16:41:02.631035"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.634525"], ["updated_at", "2018-10-11 16:41:02.634525"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.636893"], ["updated_at", "2018-10-11 16:41:02.636893"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.638643"], ["updated_at", "2018-10-11 16:41:02.638643"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.641375"], ["updated_at", "2018-10-11 16:41:02.641375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.643180"], ["updated_at", "2018-10-11 16:41:02.643180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.644744"], ["updated_at", "2018-10-11 16:41:02.644744"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.646371"], ["updated_at", "2018-10-11 16:41:02.646371"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.648063"], ["updated_at", "2018-10-11 16:41:02.648063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.649796"], ["updated_at", "2018-10-11 16:41:02.649796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.651402"], ["updated_at", "2018-10-11 16:41:02.651402"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.652971"], ["updated_at", "2018-10-11 16:41:02.652971"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.654899"], ["updated_at", "2018-10-11 16:41:02.654899"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.656878"], ["updated_at", "2018-10-11 16:41:02.656878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.659280"], ["updated_at", "2018-10-11 16:41:02.659280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.661345"], ["updated_at", "2018-10-11 16:41:02.661345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.662958"], ["updated_at", "2018-10-11 16:41:02.662958"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.664638"], ["updated_at", "2018-10-11 16:41:02.664638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.666299"], ["updated_at", "2018-10-11 16:41:02.666299"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.667969"], ["updated_at", "2018-10-11 16:41:02.667969"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.672512"], ["updated_at", "2018-10-11 16:41:02.672512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.674241"], ["updated_at", "2018-10-11 16:41:02.674241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.675801"], ["updated_at", "2018-10-11 16:41:02.675801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.677411"], ["updated_at", "2018-10-11 16:41:02.677411"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.680065"], ["updated_at", "2018-10-11 16:41:02.680065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.684123"], ["updated_at", "2018-10-11 16:41:02.684123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.686080"], ["updated_at", "2018-10-11 16:41:02.686080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.687705"], ["updated_at", "2018-10-11 16:41:02.687705"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.689405"], ["updated_at", "2018-10-11 16:41:02.689405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.691859"], ["updated_at", "2018-10-11 16:41:02.691859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.693548"], ["updated_at", "2018-10-11 16:41:02.693548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.695181"], ["updated_at", "2018-10-11 16:41:02.695181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.696864"], ["updated_at", "2018-10-11 16:41:02.696864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.698592"], ["updated_at", "2018-10-11 16:41:02.698592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.700135"], ["updated_at", "2018-10-11 16:41:02.700135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.701731"], ["updated_at", "2018-10-11 16:41:02.701731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.703378"], ["updated_at", "2018-10-11 16:41:02.703378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.705039"], ["updated_at", "2018-10-11 16:41:02.705039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.706933"], ["updated_at", "2018-10-11 16:41:02.706933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.708676"], ["updated_at", "2018-10-11 16:41:02.708676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.710248"], ["updated_at", "2018-10-11 16:41:02.710248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.711927"], ["updated_at", "2018-10-11 16:41:02.711927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.713542"], ["updated_at", "2018-10-11 16:41:02.713542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.715328"], ["updated_at", "2018-10-11 16:41:02.715328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.716880"], ["updated_at", "2018-10-11 16:41:02.716880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.718487"], ["updated_at", "2018-10-11 16:41:02.718487"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.720098"], ["updated_at", "2018-10-11 16:41:02.720098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.721833"], ["updated_at", "2018-10-11 16:41:02.721833"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.723566"], ["updated_at", "2018-10-11 16:41:02.723566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.726162"], ["updated_at", "2018-10-11 16:41:02.726162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.727941"], ["updated_at", "2018-10-11 16:41:02.727941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.729530"], ["updated_at", "2018-10-11 16:41:02.729530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.731193"], ["updated_at", "2018-10-11 16:41:02.731193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.732811"], ["updated_at", "2018-10-11 16:41:02.732811"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.734411"], ["updated_at", "2018-10-11 16:41:02.734411"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.739654"], ["updated_at", "2018-10-11 16:41:02.739654"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.743195"], ["updated_at", "2018-10-11 16:41:02.743195"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.746698"], ["updated_at", "2018-10-11 16:41:02.746698"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.752355"], ["updated_at", "2018-10-11 16:41:02.752355"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.755924"], ["updated_at", "2018-10-11 16:41:02.755924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.759470"], ["updated_at", "2018-10-11 16:41:02.759470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.761246"], ["updated_at", "2018-10-11 16:41:02.761246"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.762895"], ["updated_at", "2018-10-11 16:41:02.762895"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.764577"], ["updated_at", "2018-10-11 16:41:02.764577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.766293"], ["updated_at", "2018-10-11 16:41:02.766293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.767911"], ["updated_at", "2018-10-11 16:41:02.767911"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.769519"], ["updated_at", "2018-10-11 16:41:02.769519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.771216"], ["updated_at", "2018-10-11 16:41:02.771216"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.772916"], ["updated_at", "2018-10-11 16:41:02.772916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.774593"], ["updated_at", "2018-10-11 16:41:02.774593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.776277"], ["updated_at", "2018-10-11 16:41:02.776277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.777963"], ["updated_at", "2018-10-11 16:41:02.777963"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.779546"], ["updated_at", "2018-10-11 16:41:02.779546"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.781616"], ["updated_at", "2018-10-11 16:41:02.781616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.783737"], ["updated_at", "2018-10-11 16:41:02.783737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.785467"], ["updated_at", "2018-10-11 16:41:02.785467"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.787071"], ["updated_at", "2018-10-11 16:41:02.787071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.788995"], ["updated_at", "2018-10-11 16:41:02.788995"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.790679"], ["updated_at", "2018-10-11 16:41:02.790679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.793664"], ["updated_at", "2018-10-11 16:41:02.793664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.795436"], ["updated_at", "2018-10-11 16:41:02.795436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.797050"], ["updated_at", "2018-10-11 16:41:02.797050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.798724"], ["updated_at", "2018-10-11 16:41:02.798724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.800331"], ["updated_at", "2018-10-11 16:41:02.800331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.802027"], ["updated_at", "2018-10-11 16:41:02.802027"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.805565"], ["updated_at", "2018-10-11 16:41:02.805565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.807404"], ["updated_at", "2018-10-11 16:41:02.807404"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.809137"], ["updated_at", "2018-10-11 16:41:02.809137"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.811022"], ["updated_at", "2018-10-11 16:41:02.811022"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.813933"], ["updated_at", "2018-10-11 16:41:02.813933"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.817561"], ["updated_at", "2018-10-11 16:41:02.817561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.820058"], ["updated_at", "2018-10-11 16:41:02.820058"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.821698"], ["updated_at", "2018-10-11 16:41:02.821698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.824386"], ["updated_at", "2018-10-11 16:41:02.824386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.825979"], ["updated_at", "2018-10-11 16:41:02.825979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.827577"], ["updated_at", "2018-10-11 16:41:02.827577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.829145"], ["updated_at", "2018-10-11 16:41:02.829145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.831009"], ["updated_at", "2018-10-11 16:41:02.831009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.832651"], ["updated_at", "2018-10-11 16:41:02.832651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.834263"], ["updated_at", "2018-10-11 16:41:02.834263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.835895"], ["updated_at", "2018-10-11 16:41:02.835895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.837541"], ["updated_at", "2018-10-11 16:41:02.837541"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.839449"], ["updated_at", "2018-10-11 16:41:02.839449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.841387"], ["updated_at", "2018-10-11 16:41:02.841387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.843137"], ["updated_at", "2018-10-11 16:41:02.843137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.844954"], ["updated_at", "2018-10-11 16:41:02.844954"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.846636"], ["updated_at", "2018-10-11 16:41:02.846636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.848530"], ["updated_at", "2018-10-11 16:41:02.848530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.850282"], ["updated_at", "2018-10-11 16:41:02.850282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.851939"], ["updated_at", "2018-10-11 16:41:02.851939"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.853735"], ["updated_at", "2018-10-11 16:41:02.853735"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.855532"], ["updated_at", "2018-10-11 16:41:02.855532"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.857359"], ["updated_at", "2018-10-11 16:41:02.857359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.859596"], ["updated_at", "2018-10-11 16:41:02.859596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.861561"], ["updated_at", "2018-10-11 16:41:02.861561"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.863136"], ["updated_at", "2018-10-11 16:41:02.863136"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.865517"], ["updated_at", "2018-10-11 16:41:02.865517"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.867524"], ["updated_at", "2018-10-11 16:41:02.867524"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.869960"], ["updated_at", "2018-10-11 16:41:02.869960"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.876284"], ["updated_at", "2018-10-11 16:41:02.876284"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.880244"], ["updated_at", "2018-10-11 16:41:02.880244"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.885798"], ["updated_at", "2018-10-11 16:41:02.885798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.887813"], ["updated_at", "2018-10-11 16:41:02.887813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.889558"], ["updated_at", "2018-10-11 16:41:02.889558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.891625"], ["updated_at", "2018-10-11 16:41:02.891625"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.893280"], ["updated_at", "2018-10-11 16:41:02.893280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.894964"], ["updated_at", "2018-10-11 16:41:02.894964"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.896539"], ["updated_at", "2018-10-11 16:41:02.896539"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.898232"], ["updated_at", "2018-10-11 16:41:02.898232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.900047"], ["updated_at", "2018-10-11 16:41:02.900047"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.901721"], ["updated_at", "2018-10-11 16:41:02.901721"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.903480"], ["updated_at", "2018-10-11 16:41:02.903480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.905776"], ["updated_at", "2018-10-11 16:41:02.905776"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.907729"], ["updated_at", "2018-10-11 16:41:02.907729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.909301"], ["updated_at", "2018-10-11 16:41:02.909301"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.910904"], ["updated_at", "2018-10-11 16:41:02.910904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.912515"], ["updated_at", "2018-10-11 16:41:02.912515"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.914141"], ["updated_at", "2018-10-11 16:41:02.914141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.916184"], ["updated_at", "2018-10-11 16:41:02.916184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.917930"], ["updated_at", "2018-10-11 16:41:02.917930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.919594"], ["updated_at", "2018-10-11 16:41:02.919594"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.922121"], ["updated_at", "2018-10-11 16:41:02.922121"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.924514"], ["updated_at", "2018-10-11 16:41:02.924514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.927327"], ["updated_at", "2018-10-11 16:41:02.927327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.928976"], ["updated_at", "2018-10-11 16:41:02.928976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.930592"], ["updated_at", "2018-10-11 16:41:02.930592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.932200"], ["updated_at", "2018-10-11 16:41:02.932200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.933697"], ["updated_at", "2018-10-11 16:41:02.933697"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.935307"], ["updated_at", "2018-10-11 16:41:02.935307"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.938257"], ["updated_at", "2018-10-11 16:41:02.938257"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.940029"], ["updated_at", "2018-10-11 16:41:02.940029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.941724"], ["updated_at", "2018-10-11 16:41:02.941724"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.943278"], ["updated_at", "2018-10-11 16:41:02.943278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.944920"], ["updated_at", "2018-10-11 16:41:02.944920"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.947922"], ["updated_at", "2018-10-11 16:41:02.947922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.951581"], ["updated_at", "2018-10-11 16:41:02.951581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.953430"], ["updated_at", "2018-10-11 16:41:02.953430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.955114"], ["updated_at", "2018-10-11 16:41:02.955114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.956886"], ["updated_at", "2018-10-11 16:41:02.956886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.958681"], ["updated_at", "2018-10-11 16:41:02.958681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.960246"], ["updated_at", "2018-10-11 16:41:02.960246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.961877"], ["updated_at", "2018-10-11 16:41:02.961877"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.963470"], ["updated_at", "2018-10-11 16:41:02.963470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.965349"], ["updated_at", "2018-10-11 16:41:02.965349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.967029"], ["updated_at", "2018-10-11 16:41:02.967029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.968646"], ["updated_at", "2018-10-11 16:41:02.968646"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.970259"], ["updated_at", "2018-10-11 16:41:02.970259"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.971981"], ["updated_at", "2018-10-11 16:41:02.971981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.973671"], ["updated_at", "2018-10-11 16:41:02.973671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.975261"], ["updated_at", "2018-10-11 16:41:02.975261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.976844"], ["updated_at", "2018-10-11 16:41:02.976844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.978476"], ["updated_at", "2018-10-11 16:41:02.978476"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.980013"], ["updated_at", "2018-10-11 16:41:02.980013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.981837"], ["updated_at", "2018-10-11 16:41:02.981837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.983505"], ["updated_at", "2018-10-11 16:41:02.983505"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.985237"], ["updated_at", "2018-10-11 16:41:02.985237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.987047"], ["updated_at", "2018-10-11 16:41:02.987047"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.988851"], ["updated_at", "2018-10-11 16:41:02.988851"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.992388"], ["updated_at", "2018-10-11 16:41:02.992388"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.994999"], ["updated_at", "2018-10-11 16:41:02.994999"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.997388"], ["updated_at", "2018-10-11 16:41:02.997388"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:02.999764"], ["updated_at", "2018-10-11 16:41:02.999764"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.001796"], ["updated_at", "2018-10-11 16:41:03.001796"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.004009"], ["updated_at", "2018-10-11 16:41:03.004009"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.006367"], ["updated_at", "2018-10-11 16:41:03.006367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.010285"], ["updated_at", "2018-10-11 16:41:03.010285"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.012389"], ["updated_at", "2018-10-11 16:41:03.012389"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.016040"], ["updated_at", "2018-10-11 16:41:03.016040"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.019068"], ["updated_at", "2018-10-11 16:41:03.019068"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.020809"], ["updated_at", "2018-10-11 16:41:03.020809"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.022592"], ["updated_at", "2018-10-11 16:41:03.022592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.024371"], ["updated_at", "2018-10-11 16:41:03.024371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.026005"], ["updated_at", "2018-10-11 16:41:03.026005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.027591"], ["updated_at", "2018-10-11 16:41:03.027591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.029189"], ["updated_at", "2018-10-11 16:41:03.029189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.030914"], ["updated_at", "2018-10-11 16:41:03.030914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.032666"], ["updated_at", "2018-10-11 16:41:03.032666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.034368"], ["updated_at", "2018-10-11 16:41:03.034368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.035919"], ["updated_at", "2018-10-11 16:41:03.035919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.037615"], ["updated_at", "2018-10-11 16:41:03.037615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.039445"], ["updated_at", "2018-10-11 16:41:03.039445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.041156"], ["updated_at", "2018-10-11 16:41:03.041156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.042850"], ["updated_at", "2018-10-11 16:41:03.042850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.044461"], ["updated_at", "2018-10-11 16:41:03.044461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.046122"], ["updated_at", "2018-10-11 16:41:03.046122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.047803"], ["updated_at", "2018-10-11 16:41:03.047803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.049522"], ["updated_at", "2018-10-11 16:41:03.049522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.051117"], ["updated_at", "2018-10-11 16:41:03.051117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.052720"], ["updated_at", "2018-10-11 16:41:03.052720"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.054405"], ["updated_at", "2018-10-11 16:41:03.054405"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.056500"], ["updated_at", "2018-10-11 16:41:03.056500"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.058692"], ["updated_at", "2018-10-11 16:41:03.058692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.060566"], ["updated_at", "2018-10-11 16:41:03.060566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.062177"], ["updated_at", "2018-10-11 16:41:03.062177"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.063777"], ["updated_at", "2018-10-11 16:41:03.063777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.065457"], ["updated_at", "2018-10-11 16:41:03.065457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.067064"], ["updated_at", "2018-10-11 16:41:03.067064"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.068799"], ["updated_at", "2018-10-11 16:41:03.068799"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.071964"], ["updated_at", "2018-10-11 16:41:03.071964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.073634"], ["updated_at", "2018-10-11 16:41:03.073634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.075266"], ["updated_at", "2018-10-11 16:41:03.075266"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.076849"], ["updated_at", "2018-10-11 16:41:03.076849"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.078480"], ["updated_at", "2018-10-11 16:41:03.078480"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.081472"], ["updated_at", "2018-10-11 16:41:03.081472"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.085793"], ["updated_at", "2018-10-11 16:41:03.085793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.087647"], ["updated_at", "2018-10-11 16:41:03.087647"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.089297"], ["updated_at", "2018-10-11 16:41:03.089297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.091128"], ["updated_at", "2018-10-11 16:41:03.091128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.092743"], ["updated_at", "2018-10-11 16:41:03.092743"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.094317"], ["updated_at", "2018-10-11 16:41:03.094317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.095993"], ["updated_at", "2018-10-11 16:41:03.095993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.097697"], ["updated_at", "2018-10-11 16:41:03.097697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.099490"], ["updated_at", "2018-10-11 16:41:03.099490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.101168"], ["updated_at", "2018-10-11 16:41:03.101168"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.102823"], ["updated_at", "2018-10-11 16:41:03.102823"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.104502"], ["updated_at", "2018-10-11 16:41:03.104502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.106269"], ["updated_at", "2018-10-11 16:41:03.106269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.107903"], ["updated_at", "2018-10-11 16:41:03.107903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.110792"], ["updated_at", "2018-10-11 16:41:03.110792"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.112400"], ["updated_at", "2018-10-11 16:41:03.112400"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.114061"], ["updated_at", "2018-10-11 16:41:03.114061"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.116601"], ["updated_at", "2018-10-11 16:41:03.116601"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.120108"], ["updated_at", "2018-10-11 16:41:03.120108"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.123542"], ["updated_at", "2018-10-11 16:41:03.123542"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.127025"], ["updated_at", "2018-10-11 16:41:03.127025"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.129180"], ["updated_at", "2018-10-11 16:41:03.129180"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.131457"], ["updated_at", "2018-10-11 16:41:03.131457"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.133704"], ["updated_at", "2018-10-11 16:41:03.133704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.136135"], ["updated_at", "2018-10-11 16:41:03.136135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.137615"], ["updated_at", "2018-10-11 16:41:03.137615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.140937"], ["updated_at", "2018-10-11 16:41:03.140937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.142584"], ["updated_at", "2018-10-11 16:41:03.142584"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.144322"], ["updated_at", "2018-10-11 16:41:03.144322"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.147082"], ["updated_at", "2018-10-11 16:41:03.147082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.151293"], ["updated_at", "2018-10-11 16:41:03.151293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.152919"], ["updated_at", "2018-10-11 16:41:03.152919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.154538"], ["updated_at", "2018-10-11 16:41:03.154538"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.156164"], ["updated_at", "2018-10-11 16:41:03.156164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.158160"], ["updated_at", "2018-10-11 16:41:03.158160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.159793"], ["updated_at", "2018-10-11 16:41:03.159793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.161411"], ["updated_at", "2018-10-11 16:41:03.161411"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.163007"], ["updated_at", "2018-10-11 16:41:03.163007"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.164726"], ["updated_at", "2018-10-11 16:41:03.164726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.166401"], ["updated_at", "2018-10-11 16:41:03.166401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.168007"], ["updated_at", "2018-10-11 16:41:03.168007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.169573"], ["updated_at", "2018-10-11 16:41:03.169573"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.171246"], ["updated_at", "2018-10-11 16:41:03.171246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.173102"], ["updated_at", "2018-10-11 16:41:03.173102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.174719"], ["updated_at", "2018-10-11 16:41:03.174719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.176428"], ["updated_at", "2018-10-11 16:41:03.176428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.177978"], ["updated_at", "2018-10-11 16:41:03.177978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.179599"], ["updated_at", "2018-10-11 16:41:03.179599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.181277"], ["updated_at", "2018-10-11 16:41:03.181277"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.183031"], ["updated_at", "2018-10-11 16:41:03.183031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.184900"], ["updated_at", "2018-10-11 16:41:03.184900"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.186529"], ["updated_at", "2018-10-11 16:41:03.186529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.188265"], ["updated_at", "2018-10-11 16:41:03.188265"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.190160"], ["updated_at", "2018-10-11 16:41:03.190160"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.192422"], ["updated_at", "2018-10-11 16:41:03.192422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.194245"], ["updated_at", "2018-10-11 16:41:03.194245"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.195819"], ["updated_at", "2018-10-11 16:41:03.195819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.197413"], ["updated_at", "2018-10-11 16:41:03.197413"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.199079"], ["updated_at", "2018-10-11 16:41:03.199079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.200836"], ["updated_at", "2018-10-11 16:41:03.200836"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.204552"], ["updated_at", "2018-10-11 16:41:03.204552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.206425"], ["updated_at", "2018-10-11 16:41:03.206425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.208093"], ["updated_at", "2018-10-11 16:41:03.208093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.209666"], ["updated_at", "2018-10-11 16:41:03.209666"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.211248"], ["updated_at", "2018-10-11 16:41:03.211248"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.214211"], ["updated_at", "2018-10-11 16:41:03.214211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.218215"], ["updated_at", "2018-10-11 16:41:03.218215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.220124"], ["updated_at", "2018-10-11 16:41:03.220124"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.221822"], ["updated_at", "2018-10-11 16:41:03.221822"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.223727"], ["updated_at", "2018-10-11 16:41:03.223727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.225535"], ["updated_at", "2018-10-11 16:41:03.225535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.227175"], ["updated_at", "2018-10-11 16:41:03.227175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.228864"], ["updated_at", "2018-10-11 16:41:03.228864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.230583"], ["updated_at", "2018-10-11 16:41:03.230583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.232332"], ["updated_at", "2018-10-11 16:41:03.232332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.233940"], ["updated_at", "2018-10-11 16:41:03.233940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.235509"], ["updated_at", "2018-10-11 16:41:03.235509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.237154"], ["updated_at", "2018-10-11 16:41:03.237154"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.238915"], ["updated_at", "2018-10-11 16:41:03.238915"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.240933"], ["updated_at", "2018-10-11 16:41:03.240933"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.243562"], ["updated_at", "2018-10-11 16:41:03.243562"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.246152"], ["updated_at", "2018-10-11 16:41:03.246152"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.248971"], ["updated_at", "2018-10-11 16:41:03.248971"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.251626"], ["updated_at", "2018-10-11 16:41:03.251626"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.254316"], ["updated_at", "2018-10-11 16:41:03.254316"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.257551"], ["updated_at", "2018-10-11 16:41:03.257551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.260434"], ["updated_at", "2018-10-11 16:41:03.260434"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.262128"], ["updated_at", "2018-10-11 16:41:03.262128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.263810"], ["updated_at", "2018-10-11 16:41:03.263810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.265567"], ["updated_at", "2018-10-11 16:41:03.265567"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.267197"], ["updated_at", "2018-10-11 16:41:03.267197"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.268845"], ["updated_at", "2018-10-11 16:41:03.268845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.271911"], ["updated_at", "2018-10-11 16:41:03.271911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.273639"], ["updated_at", "2018-10-11 16:41:03.273639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.275296"], ["updated_at", "2018-10-11 16:41:03.275296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.276856"], ["updated_at", "2018-10-11 16:41:03.276856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.278497"], ["updated_at", "2018-10-11 16:41:03.278497"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.281933"], ["updated_at", "2018-10-11 16:41:03.281933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.285846"], ["updated_at", "2018-10-11 16:41:03.285846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.287614"], ["updated_at", "2018-10-11 16:41:03.287614"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.289346"], ["updated_at", "2018-10-11 16:41:03.289346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.291425"], ["updated_at", "2018-10-11 16:41:03.291425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.293087"], ["updated_at", "2018-10-11 16:41:03.293087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.294742"], ["updated_at", "2018-10-11 16:41:03.294742"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.296351"], ["updated_at", "2018-10-11 16:41:03.296351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.298210"], ["updated_at", "2018-10-11 16:41:03.298210"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.299888"], ["updated_at", "2018-10-11 16:41:03.299888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.301678"], ["updated_at", "2018-10-11 16:41:03.301678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.303328"], ["updated_at", "2018-10-11 16:41:03.303328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.304988"], ["updated_at", "2018-10-11 16:41:03.304988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.306768"], ["updated_at", "2018-10-11 16:41:03.306768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.308391"], ["updated_at", "2018-10-11 16:41:03.308391"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.309948"], ["updated_at", "2018-10-11 16:41:03.309948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.311607"], ["updated_at", "2018-10-11 16:41:03.311607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.313201"], ["updated_at", "2018-10-11 16:41:03.313201"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.314888"], ["updated_at", "2018-10-11 16:41:03.314888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.316612"], ["updated_at", "2018-10-11 16:41:03.316612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.318248"], ["updated_at", "2018-10-11 16:41:03.318248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.319813"], ["updated_at", "2018-10-11 16:41:03.319813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.321489"], ["updated_at", "2018-10-11 16:41:03.321489"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.323466"], ["updated_at", "2018-10-11 16:41:03.323466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.326034"], ["updated_at", "2018-10-11 16:41:03.326034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.327930"], ["updated_at", "2018-10-11 16:41:03.327930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.329686"], ["updated_at", "2018-10-11 16:41:03.329686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.331354"], ["updated_at", "2018-10-11 16:41:03.331354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.332977"], ["updated_at", "2018-10-11 16:41:03.332977"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.334628"], ["updated_at", "2018-10-11 16:41:03.334628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.337467"], ["updated_at", "2018-10-11 16:41:03.337467"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.339186"], ["updated_at", "2018-10-11 16:41:03.339186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.340973"], ["updated_at", "2018-10-11 16:41:03.340973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.342564"], ["updated_at", "2018-10-11 16:41:03.342564"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.344127"], ["updated_at", "2018-10-11 16:41:03.344127"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.346707"], ["updated_at", "2018-10-11 16:41:03.346707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.350706"], ["updated_at", "2018-10-11 16:41:03.350706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.353033"], ["updated_at", "2018-10-11 16:41:03.353033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.354742"], ["updated_at", "2018-10-11 16:41:03.354742"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.356412"], ["updated_at", "2018-10-11 16:41:03.356412"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.358201"], ["updated_at", "2018-10-11 16:41:03.358201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.359871"], ["updated_at", "2018-10-11 16:41:03.359871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.361413"], ["updated_at", "2018-10-11 16:41:03.361413"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.363045"], ["updated_at", "2018-10-11 16:41:03.363045"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.365209"], ["updated_at", "2018-10-11 16:41:03.365209"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.367939"], ["updated_at", "2018-10-11 16:41:03.367939"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.370559"], ["updated_at", "2018-10-11 16:41:03.370559"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.373358"], ["updated_at", "2018-10-11 16:41:03.373358"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.375903"], ["updated_at", "2018-10-11 16:41:03.375903"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.378557"], ["updated_at", "2018-10-11 16:41:03.378557"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.381377"], ["updated_at", "2018-10-11 16:41:03.381377"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.384083"], ["updated_at", "2018-10-11 16:41:03.384083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.385898"], ["updated_at", "2018-10-11 16:41:03.385898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.387557"], ["updated_at", "2018-10-11 16:41:03.387557"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.389308"], ["updated_at", "2018-10-11 16:41:03.389308"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.391588"], ["updated_at", "2018-10-11 16:41:03.391588"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.394130"], ["updated_at", "2018-10-11 16:41:03.394130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.395935"], ["updated_at", "2018-10-11 16:41:03.395935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.397640"], ["updated_at", "2018-10-11 16:41:03.397640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.399385"], ["updated_at", "2018-10-11 16:41:03.399385"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.400998"], ["updated_at", "2018-10-11 16:41:03.400998"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.402573"], ["updated_at", "2018-10-11 16:41:03.402573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.405691"], ["updated_at", "2018-10-11 16:41:03.405691"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.407447"], ["updated_at", "2018-10-11 16:41:03.407447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.409147"], ["updated_at", "2018-10-11 16:41:03.409147"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.410729"], ["updated_at", "2018-10-11 16:41:03.410729"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.413022"], ["updated_at", "2018-10-11 16:41:03.413022"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.417190"], ["updated_at", "2018-10-11 16:41:03.417190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.419443"], ["updated_at", "2018-10-11 16:41:03.419443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.421171"], ["updated_at", "2018-10-11 16:41:03.421171"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.422896"], ["updated_at", "2018-10-11 16:41:03.422896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.424644"], ["updated_at", "2018-10-11 16:41:03.424644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.426322"], ["updated_at", "2018-10-11 16:41:03.426322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.427920"], ["updated_at", "2018-10-11 16:41:03.427920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.429601"], ["updated_at", "2018-10-11 16:41:03.429601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.431333"], ["updated_at", "2018-10-11 16:41:03.431333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.433062"], ["updated_at", "2018-10-11 16:41:03.433062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.434692"], ["updated_at", "2018-10-11 16:41:03.434692"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.436245"], ["updated_at", "2018-10-11 16:41:03.436245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.437973"], ["updated_at", "2018-10-11 16:41:03.437973"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.439666"], ["updated_at", "2018-10-11 16:41:03.439666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.441346"], ["updated_at", "2018-10-11 16:41:03.441346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.442932"], ["updated_at", "2018-10-11 16:41:03.442932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.444515"], ["updated_at", "2018-10-11 16:41:03.444515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.446109"], ["updated_at", "2018-10-11 16:41:03.446109"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.447755"], ["updated_at", "2018-10-11 16:41:03.447755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.449562"], ["updated_at", "2018-10-11 16:41:03.449562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.451186"], ["updated_at", "2018-10-11 16:41:03.451186"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.452771"], ["updated_at", "2018-10-11 16:41:03.452771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.454484"], ["updated_at", "2018-10-11 16:41:03.454484"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.456359"], ["updated_at", "2018-10-11 16:41:03.456359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.458975"], ["updated_at", "2018-10-11 16:41:03.458975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.461018"], ["updated_at", "2018-10-11 16:41:03.461018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.462713"], ["updated_at", "2018-10-11 16:41:03.462713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.464412"], ["updated_at", "2018-10-11 16:41:03.464412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.466210"], ["updated_at", "2018-10-11 16:41:03.466210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.467810"], ["updated_at", "2018-10-11 16:41:03.467810"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.470667"], ["updated_at", "2018-10-11 16:41:03.470667"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.472580"], ["updated_at", "2018-10-11 16:41:03.472580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.474336"], ["updated_at", "2018-10-11 16:41:03.474336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.475950"], ["updated_at", "2018-10-11 16:41:03.475950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.477577"], ["updated_at", "2018-10-11 16:41:03.477577"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.479591"], ["updated_at", "2018-10-11 16:41:03.479591"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.483668"], ["updated_at", "2018-10-11 16:41:03.483668"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.486936"], ["updated_at", "2018-10-11 16:41:03.486936"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.489845"], ["updated_at", "2018-10-11 16:41:03.489845"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.492556"], ["updated_at", "2018-10-11 16:41:03.492556"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.495222"], ["updated_at", "2018-10-11 16:41:03.495222"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.497936"], ["updated_at", "2018-10-11 16:41:03.497936"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.500711"], ["updated_at", "2018-10-11 16:41:03.500711"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.503343"], ["updated_at", "2018-10-11 16:41:03.503343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.505984"], ["updated_at", "2018-10-11 16:41:03.505984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.507666"], ["updated_at", "2018-10-11 16:41:03.507666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.509258"], ["updated_at", "2018-10-11 16:41:03.509258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.510852"], ["updated_at", "2018-10-11 16:41:03.510852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.512490"], ["updated_at", "2018-10-11 16:41:03.512490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.514067"], ["updated_at", "2018-10-11 16:41:03.514067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.515788"], ["updated_at", "2018-10-11 16:41:03.515788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.517384"], ["updated_at", "2018-10-11 16:41:03.517384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.519059"], ["updated_at", "2018-10-11 16:41:03.519059"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.520645"], ["updated_at", "2018-10-11 16:41:03.520645"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.522393"], ["updated_at", "2018-10-11 16:41:03.522393"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.524608"], ["updated_at", "2018-10-11 16:41:03.524608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.527216"], ["updated_at", "2018-10-11 16:41:03.527216"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.528939"], ["updated_at", "2018-10-11 16:41:03.528939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.530603"], ["updated_at", "2018-10-11 16:41:03.530603"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.532296"], ["updated_at", "2018-10-11 16:41:03.532296"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.533880"], ["updated_at", "2018-10-11 16:41:03.533880"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.535621"], ["updated_at", "2018-10-11 16:41:03.535621"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.538595"], ["updated_at", "2018-10-11 16:41:03.538595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.540332"], ["updated_at", "2018-10-11 16:41:03.540332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.541918"], ["updated_at", "2018-10-11 16:41:03.541918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.543525"], ["updated_at", "2018-10-11 16:41:03.543525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.545201"], ["updated_at", "2018-10-11 16:41:03.545201"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.547631"], ["updated_at", "2018-10-11 16:41:03.547631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.551809"], ["updated_at", "2018-10-11 16:41:03.551809"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.555170"], ["updated_at", "2018-10-11 16:41:03.555170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.556953"], ["updated_at", "2018-10-11 16:41:03.556953"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.558574"], ["updated_at", "2018-10-11 16:41:03.558574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.560293"], ["updated_at", "2018-10-11 16:41:03.560293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.561903"], ["updated_at", "2018-10-11 16:41:03.561903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.563513"], ["updated_at", "2018-10-11 16:41:03.563513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.565285"], ["updated_at", "2018-10-11 16:41:03.565285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.566919"], ["updated_at", "2018-10-11 16:41:03.566919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.568590"], ["updated_at", "2018-10-11 16:41:03.568590"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.570142"], ["updated_at", "2018-10-11 16:41:03.570142"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.572066"], ["updated_at", "2018-10-11 16:41:03.572066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.574333"], ["updated_at", "2018-10-11 16:41:03.574333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.576130"], ["updated_at", "2018-10-11 16:41:03.576130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.577835"], ["updated_at", "2018-10-11 16:41:03.577835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.579546"], ["updated_at", "2018-10-11 16:41:03.579546"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.581280"], ["updated_at", "2018-10-11 16:41:03.581280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.583251"], ["updated_at", "2018-10-11 16:41:03.583251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.584839"], ["updated_at", "2018-10-11 16:41:03.584839"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.586506"], ["updated_at", "2018-10-11 16:41:03.586506"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.588336"], ["updated_at", "2018-10-11 16:41:03.588336"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.590289"], ["updated_at", "2018-10-11 16:41:03.590289"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.592695"], ["updated_at", "2018-10-11 16:41:03.592695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.594966"], ["updated_at", "2018-10-11 16:41:03.594966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.596689"], ["updated_at", "2018-10-11 16:41:03.596689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.598421"], ["updated_at", "2018-10-11 16:41:03.598421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.600113"], ["updated_at", "2018-10-11 16:41:03.600113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.601806"], ["updated_at", "2018-10-11 16:41:03.601806"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.604653"], ["updated_at", "2018-10-11 16:41:03.604653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.606500"], ["updated_at", "2018-10-11 16:41:03.606500"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.608323"], ["updated_at", "2018-10-11 16:41:03.608323"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.610947"], ["updated_at", "2018-10-11 16:41:03.610947"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.614208"], ["updated_at", "2018-10-11 16:41:03.614208"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.619288"], ["updated_at", "2018-10-11 16:41:03.619288"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.622203"], ["updated_at", "2018-10-11 16:41:03.622203"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.626292"], ["updated_at", "2018-10-11 16:41:03.626292"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.628904"], ["updated_at", "2018-10-11 16:41:03.628904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.631443"], ["updated_at", "2018-10-11 16:41:03.631443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.633252"], ["updated_at", "2018-10-11 16:41:03.633252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.634881"], ["updated_at", "2018-10-11 16:41:03.634881"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.636498"], ["updated_at", "2018-10-11 16:41:03.636498"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.638419"], ["updated_at", "2018-10-11 16:41:03.638419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.640118"], ["updated_at", "2018-10-11 16:41:03.640118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.641768"], ["updated_at", "2018-10-11 16:41:03.641768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.643382"], ["updated_at", "2018-10-11 16:41:03.643382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.645007"], ["updated_at", "2018-10-11 16:41:03.645007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.646662"], ["updated_at", "2018-10-11 16:41:03.646662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.648391"], ["updated_at", "2018-10-11 16:41:03.648391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.650050"], ["updated_at", "2018-10-11 16:41:03.650050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.651641"], ["updated_at", "2018-10-11 16:41:03.651641"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.653234"], ["updated_at", "2018-10-11 16:41:03.653234"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.654956"], ["updated_at", "2018-10-11 16:41:03.654956"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.656739"], ["updated_at", "2018-10-11 16:41:03.656739"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.659144"], ["updated_at", "2018-10-11 16:41:03.659144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.661016"], ["updated_at", "2018-10-11 16:41:03.661016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.662656"], ["updated_at", "2018-10-11 16:41:03.662656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.664328"], ["updated_at", "2018-10-11 16:41:03.664328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.666076"], ["updated_at", "2018-10-11 16:41:03.666076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.667651"], ["updated_at", "2018-10-11 16:41:03.667651"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.670858"], ["updated_at", "2018-10-11 16:41:03.670858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.672648"], ["updated_at", "2018-10-11 16:41:03.672648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.674349"], ["updated_at", "2018-10-11 16:41:03.674349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.675927"], ["updated_at", "2018-10-11 16:41:03.675927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.677522"], ["updated_at", "2018-10-11 16:41:03.677522"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.679456"], ["updated_at", "2018-10-11 16:41:03.679456"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.683652"], ["updated_at", "2018-10-11 16:41:03.683652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.686132"], ["updated_at", "2018-10-11 16:41:03.686132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.687801"], ["updated_at", "2018-10-11 16:41:03.687801"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.689563"], ["updated_at", "2018-10-11 16:41:03.689563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.691599"], ["updated_at", "2018-10-11 16:41:03.691599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.693273"], ["updated_at", "2018-10-11 16:41:03.693273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.694874"], ["updated_at", "2018-10-11 16:41:03.694874"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.696457"], ["updated_at", "2018-10-11 16:41:03.696457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.698439"], ["updated_at", "2018-10-11 16:41:03.698439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.700040"], ["updated_at", "2018-10-11 16:41:03.700040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.701677"], ["updated_at", "2018-10-11 16:41:03.701677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.703240"], ["updated_at", "2018-10-11 16:41:03.703240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.704925"], ["updated_at", "2018-10-11 16:41:03.704925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.706662"], ["updated_at", "2018-10-11 16:41:03.706662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.708307"], ["updated_at", "2018-10-11 16:41:03.708307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.709861"], ["updated_at", "2018-10-11 16:41:03.709861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.711499"], ["updated_at", "2018-10-11 16:41:03.711499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.713059"], ["updated_at", "2018-10-11 16:41:03.713059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.714695"], ["updated_at", "2018-10-11 16:41:03.714695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.716392"], ["updated_at", "2018-10-11 16:41:03.716392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.717963"], ["updated_at", "2018-10-11 16:41:03.717963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.719580"], ["updated_at", "2018-10-11 16:41:03.719580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.721260"], ["updated_at", "2018-10-11 16:41:03.721260"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.723179"], ["updated_at", "2018-10-11 16:41:03.723179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.725756"], ["updated_at", "2018-10-11 16:41:03.725756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.727776"], ["updated_at", "2018-10-11 16:41:03.727776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.729511"], ["updated_at", "2018-10-11 16:41:03.729511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.731303"], ["updated_at", "2018-10-11 16:41:03.731303"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.732991"], ["updated_at", "2018-10-11 16:41:03.732991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.734643"], ["updated_at", "2018-10-11 16:41:03.734643"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.737790"], ["updated_at", "2018-10-11 16:41:03.737790"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.740331"], ["updated_at", "2018-10-11 16:41:03.740331"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.742965"], ["updated_at", "2018-10-11 16:41:03.742965"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.745616"], ["updated_at", "2018-10-11 16:41:03.745616"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.749116"], ["updated_at", "2018-10-11 16:41:03.749116"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.753783"], ["updated_at", "2018-10-11 16:41:03.753783"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.756496"], ["updated_at", "2018-10-11 16:41:03.756496"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.759306"], ["updated_at", "2018-10-11 16:41:03.759306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.761055"], ["updated_at", "2018-10-11 16:41:03.761055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.762689"], ["updated_at", "2018-10-11 16:41:03.762689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.764333"], ["updated_at", "2018-10-11 16:41:03.764333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.766014"], ["updated_at", "2018-10-11 16:41:03.766014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.767637"], ["updated_at", "2018-10-11 16:41:03.767637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.769177"], ["updated_at", "2018-10-11 16:41:03.769177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.770874"], ["updated_at", "2018-10-11 16:41:03.770874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.772647"], ["updated_at", "2018-10-11 16:41:03.772647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.774268"], ["updated_at", "2018-10-11 16:41:03.774268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.775848"], ["updated_at", "2018-10-11 16:41:03.775848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.777523"], ["updated_at", "2018-10-11 16:41:03.777523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.779077"], ["updated_at", "2018-10-11 16:41:03.779077"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.780746"], ["updated_at", "2018-10-11 16:41:03.780746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.782766"], ["updated_at", "2018-10-11 16:41:03.782766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.784407"], ["updated_at", "2018-10-11 16:41:03.784407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.785959"], ["updated_at", "2018-10-11 16:41:03.785959"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.787690"], ["updated_at", "2018-10-11 16:41:03.787690"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.789475"], ["updated_at", "2018-10-11 16:41:03.789475"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.792132"], ["updated_at", "2018-10-11 16:41:03.792132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.795010"], ["updated_at", "2018-10-11 16:41:03.795010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.796858"], ["updated_at", "2018-10-11 16:41:03.796858"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.798615"], ["updated_at", "2018-10-11 16:41:03.798615"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.800502"], ["updated_at", "2018-10-11 16:41:03.800502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.802240"], ["updated_at", "2018-10-11 16:41:03.802240"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.804007"], ["updated_at", "2018-10-11 16:41:03.804007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.807294"], ["updated_at", "2018-10-11 16:41:03.807294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.809040"], ["updated_at", "2018-10-11 16:41:03.809040"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.810631"], ["updated_at", "2018-10-11 16:41:03.810631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.812422"], ["updated_at", "2018-10-11 16:41:03.812422"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.815466"], ["updated_at", "2018-10-11 16:41:03.815466"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.819360"], ["updated_at", "2018-10-11 16:41:03.819360"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.821313"], ["updated_at", "2018-10-11 16:41:03.821313"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.823123"], ["updated_at", "2018-10-11 16:41:03.823123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.825079"], ["updated_at", "2018-10-11 16:41:03.825079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.826735"], ["updated_at", "2018-10-11 16:41:03.826735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.828396"], ["updated_at", "2018-10-11 16:41:03.828396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.830036"], ["updated_at", "2018-10-11 16:41:03.830036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.831767"], ["updated_at", "2018-10-11 16:41:03.831767"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.833395"], ["updated_at", "2018-10-11 16:41:03.833395"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.835280"], ["updated_at", "2018-10-11 16:41:03.835280"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.837458"], ["updated_at", "2018-10-11 16:41:03.837458"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.839891"], ["updated_at", "2018-10-11 16:41:03.839891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.841786"], ["updated_at", "2018-10-11 16:41:03.841786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.843594"], ["updated_at", "2018-10-11 16:41:03.843594"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.845338"], ["updated_at", "2018-10-11 16:41:03.845338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.847079"], ["updated_at", "2018-10-11 16:41:03.847079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.848840"], ["updated_at", "2018-10-11 16:41:03.848840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.850522"], ["updated_at", "2018-10-11 16:41:03.850522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.852104"], ["updated_at", "2018-10-11 16:41:03.852104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.853712"], ["updated_at", "2018-10-11 16:41:03.853712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.855459"], ["updated_at", "2018-10-11 16:41:03.855459"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.857270"], ["updated_at", "2018-10-11 16:41:03.857270"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.859774"], ["updated_at", "2018-10-11 16:41:03.859774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.862047"], ["updated_at", "2018-10-11 16:41:03.862047"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.863972"], ["updated_at", "2018-10-11 16:41:03.863972"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.866189"], ["updated_at", "2018-10-11 16:41:03.866189"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.868180"], ["updated_at", "2018-10-11 16:41:03.868180"], ["parent_id", 39895952907]] Kithe::Work Create (4.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.870808"], ["updated_at", "2018-10-11 16:41:03.870808"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.876831"], ["updated_at", "2018-10-11 16:41:03.876831"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.879278"], ["updated_at", "2018-10-11 16:41:03.879278"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.883626"], ["updated_at", "2018-10-11 16:41:03.883626"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.886579"], ["updated_at", "2018-10-11 16:41:03.886579"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.888818"], ["updated_at", "2018-10-11 16:41:03.888818"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.891640"], ["updated_at", "2018-10-11 16:41:03.891640"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.893601"], ["updated_at", "2018-10-11 16:41:03.893601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.895726"], ["updated_at", "2018-10-11 16:41:03.895726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.897338"], ["updated_at", "2018-10-11 16:41:03.897338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.899141"], ["updated_at", "2018-10-11 16:41:03.899141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.900754"], ["updated_at", "2018-10-11 16:41:03.900754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.902400"], ["updated_at", "2018-10-11 16:41:03.902400"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.904083"], ["updated_at", "2018-10-11 16:41:03.904083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.906086"], ["updated_at", "2018-10-11 16:41:03.906086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.907816"], ["updated_at", "2018-10-11 16:41:03.907816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.909456"], ["updated_at", "2018-10-11 16:41:03.909456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.911213"], ["updated_at", "2018-10-11 16:41:03.911213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.912758"], ["updated_at", "2018-10-11 16:41:03.912758"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.914453"], ["updated_at", "2018-10-11 16:41:03.914453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.916337"], ["updated_at", "2018-10-11 16:41:03.916337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.917914"], ["updated_at", "2018-10-11 16:41:03.917914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.919561"], ["updated_at", "2018-10-11 16:41:03.919561"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.921179"], ["updated_at", "2018-10-11 16:41:03.921179"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.923190"], ["updated_at", "2018-10-11 16:41:03.923190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.925772"], ["updated_at", "2018-10-11 16:41:03.925772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.927904"], ["updated_at", "2018-10-11 16:41:03.927904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.929549"], ["updated_at", "2018-10-11 16:41:03.929549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.931258"], ["updated_at", "2018-10-11 16:41:03.931258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.932954"], ["updated_at", "2018-10-11 16:41:03.932954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.934553"], ["updated_at", "2018-10-11 16:41:03.934553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.937266"], ["updated_at", "2018-10-11 16:41:03.937266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.938989"], ["updated_at", "2018-10-11 16:41:03.938989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.940622"], ["updated_at", "2018-10-11 16:41:03.940622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.942268"], ["updated_at", "2018-10-11 16:41:03.942268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.943841"], ["updated_at", "2018-10-11 16:41:03.943841"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.945584"], ["updated_at", "2018-10-11 16:41:03.945584"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.949282"], ["updated_at", "2018-10-11 16:41:03.949282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.952387"], ["updated_at", "2018-10-11 16:41:03.952387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.954021"], ["updated_at", "2018-10-11 16:41:03.954021"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.955736"], ["updated_at", "2018-10-11 16:41:03.955736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.957690"], ["updated_at", "2018-10-11 16:41:03.957690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.959368"], ["updated_at", "2018-10-11 16:41:03.959368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.961078"], ["updated_at", "2018-10-11 16:41:03.961078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.962793"], ["updated_at", "2018-10-11 16:41:03.962793"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.964435"], ["updated_at", "2018-10-11 16:41:03.964435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.966255"], ["updated_at", "2018-10-11 16:41:03.966255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.967916"], ["updated_at", "2018-10-11 16:41:03.967916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.969456"], ["updated_at", "2018-10-11 16:41:03.969456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.971148"], ["updated_at", "2018-10-11 16:41:03.971148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.972895"], ["updated_at", "2018-10-11 16:41:03.972895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.974543"], ["updated_at", "2018-10-11 16:41:03.974543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.976189"], ["updated_at", "2018-10-11 16:41:03.976189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.977869"], ["updated_at", "2018-10-11 16:41:03.977869"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.979425"], ["updated_at", "2018-10-11 16:41:03.979425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.981166"], ["updated_at", "2018-10-11 16:41:03.981166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.982927"], ["updated_at", "2018-10-11 16:41:03.982927"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.984559"], ["updated_at", "2018-10-11 16:41:03.984559"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.986302"], ["updated_at", "2018-10-11 16:41:03.986302"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.989457"], ["updated_at", "2018-10-11 16:41:03.989457"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.993294"], ["updated_at", "2018-10-11 16:41:03.993294"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.995511"], ["updated_at", "2018-10-11 16:41:03.995511"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.997585"], ["updated_at", "2018-10-11 16:41:03.997585"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:03.999670"], ["updated_at", "2018-10-11 16:41:03.999670"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.001641"], ["updated_at", "2018-10-11 16:41:04.001641"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.003711"], ["updated_at", "2018-10-11 16:41:04.003711"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.005783"], ["updated_at", "2018-10-11 16:41:04.005783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.010777"], ["updated_at", "2018-10-11 16:41:04.010777"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.012596"], ["updated_at", "2018-10-11 16:41:04.012596"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.016072"], ["updated_at", "2018-10-11 16:41:04.016072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.019179"], ["updated_at", "2018-10-11 16:41:04.019179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.020829"], ["updated_at", "2018-10-11 16:41:04.020829"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.022565"], ["updated_at", "2018-10-11 16:41:04.022565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.024307"], ["updated_at", "2018-10-11 16:41:04.024307"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.025948"], ["updated_at", "2018-10-11 16:41:04.025948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.027600"], ["updated_at", "2018-10-11 16:41:04.027600"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.029176"], ["updated_at", "2018-10-11 16:41:04.029176"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.030835"], ["updated_at", "2018-10-11 16:41:04.030835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.032682"], ["updated_at", "2018-10-11 16:41:04.032682"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.034280"], ["updated_at", "2018-10-11 16:41:04.034280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.035970"], ["updated_at", "2018-10-11 16:41:04.035970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.037717"], ["updated_at", "2018-10-11 16:41:04.037717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.039422"], ["updated_at", "2018-10-11 16:41:04.039422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.041054"], ["updated_at", "2018-10-11 16:41:04.041054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.042691"], ["updated_at", "2018-10-11 16:41:04.042691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.044225"], ["updated_at", "2018-10-11 16:41:04.044225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.045863"], ["updated_at", "2018-10-11 16:41:04.045863"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.047451"], ["updated_at", "2018-10-11 16:41:04.047451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.049223"], ["updated_at", "2018-10-11 16:41:04.049223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.050904"], ["updated_at", "2018-10-11 16:41:04.050904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.052513"], ["updated_at", "2018-10-11 16:41:04.052513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.054147"], ["updated_at", "2018-10-11 16:41:04.054147"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.055882"], ["updated_at", "2018-10-11 16:41:04.055882"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.057807"], ["updated_at", "2018-10-11 16:41:04.057807"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.060366"], ["updated_at", "2018-10-11 16:41:04.060366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.062402"], ["updated_at", "2018-10-11 16:41:04.062402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.064074"], ["updated_at", "2018-10-11 16:41:04.064074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.065899"], ["updated_at", "2018-10-11 16:41:04.065899"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.067506"], ["updated_at", "2018-10-11 16:41:04.067506"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.069081"], ["updated_at", "2018-10-11 16:41:04.069081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.072178"], ["updated_at", "2018-10-11 16:41:04.072178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.073991"], ["updated_at", "2018-10-11 16:41:04.073991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.075605"], ["updated_at", "2018-10-11 16:41:04.075605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.077306"], ["updated_at", "2018-10-11 16:41:04.077306"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.079132"], ["updated_at", "2018-10-11 16:41:04.079132"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.084035"], ["updated_at", "2018-10-11 16:41:04.084035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.086401"], ["updated_at", "2018-10-11 16:41:04.086401"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.088106"], ["updated_at", "2018-10-11 16:41:04.088106"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.089968"], ["updated_at", "2018-10-11 16:41:04.089968"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.091691"], ["updated_at", "2018-10-11 16:41:04.091691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.093317"], ["updated_at", "2018-10-11 16:41:04.093317"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.094889"], ["updated_at", "2018-10-11 16:41:04.094889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.096524"], ["updated_at", "2018-10-11 16:41:04.096524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.098222"], ["updated_at", "2018-10-11 16:41:04.098222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.099888"], ["updated_at", "2018-10-11 16:41:04.099888"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.101537"], ["updated_at", "2018-10-11 16:41:04.101537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.103247"], ["updated_at", "2018-10-11 16:41:04.103247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.104885"], ["updated_at", "2018-10-11 16:41:04.104885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.106561"], ["updated_at", "2018-10-11 16:41:04.106561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.108150"], ["updated_at", "2018-10-11 16:41:04.108150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.109763"], ["updated_at", "2018-10-11 16:41:04.109763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.111346"], ["updated_at", "2018-10-11 16:41:04.111346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.112972"], ["updated_at", "2018-10-11 16:41:04.112972"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.114749"], ["updated_at", "2018-10-11 16:41:04.114749"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.117456"], ["updated_at", "2018-10-11 16:41:04.117456"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.120112"], ["updated_at", "2018-10-11 16:41:04.120112"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.122903"], ["updated_at", "2018-10-11 16:41:04.122903"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.126223"], ["updated_at", "2018-10-11 16:41:04.126223"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.128654"], ["updated_at", "2018-10-11 16:41:04.128654"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.130607"], ["updated_at", "2018-10-11 16:41:04.130607"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.132580"], ["updated_at", "2018-10-11 16:41:04.132580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.134596"], ["updated_at", "2018-10-11 16:41:04.134596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.136224"], ["updated_at", "2018-10-11 16:41:04.136224"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.137901"], ["updated_at", "2018-10-11 16:41:04.137901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.141029"], ["updated_at", "2018-10-11 16:41:04.141029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.142658"], ["updated_at", "2018-10-11 16:41:04.142658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.144278"], ["updated_at", "2018-10-11 16:41:04.144278"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.145892"], ["updated_at", "2018-10-11 16:41:04.145892"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.149986"], ["updated_at", "2018-10-11 16:41:04.149986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.152998"], ["updated_at", "2018-10-11 16:41:04.152998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.154628"], ["updated_at", "2018-10-11 16:41:04.154628"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.156238"], ["updated_at", "2018-10-11 16:41:04.156238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.158060"], ["updated_at", "2018-10-11 16:41:04.158060"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.159706"], ["updated_at", "2018-10-11 16:41:04.159706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.161434"], ["updated_at", "2018-10-11 16:41:04.161434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.163001"], ["updated_at", "2018-10-11 16:41:04.163001"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.164723"], ["updated_at", "2018-10-11 16:41:04.164723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.166583"], ["updated_at", "2018-10-11 16:41:04.166583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.168128"], ["updated_at", "2018-10-11 16:41:04.168128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.169722"], ["updated_at", "2018-10-11 16:41:04.169722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.171419"], ["updated_at", "2018-10-11 16:41:04.171419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.173202"], ["updated_at", "2018-10-11 16:41:04.173202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.174917"], ["updated_at", "2018-10-11 16:41:04.174917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.176499"], ["updated_at", "2018-10-11 16:41:04.176499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.178170"], ["updated_at", "2018-10-11 16:41:04.178170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.179756"], ["updated_at", "2018-10-11 16:41:04.179756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.181346"], ["updated_at", "2018-10-11 16:41:04.181346"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.183106"], ["updated_at", "2018-10-11 16:41:04.183106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.185242"], ["updated_at", "2018-10-11 16:41:04.185242"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.186869"], ["updated_at", "2018-10-11 16:41:04.186869"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.188612"], ["updated_at", "2018-10-11 16:41:04.188612"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.190537"], ["updated_at", "2018-10-11 16:41:04.190537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.193065"], ["updated_at", "2018-10-11 16:41:04.193065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.194884"], ["updated_at", "2018-10-11 16:41:04.194884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.196542"], ["updated_at", "2018-10-11 16:41:04.196542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.198327"], ["updated_at", "2018-10-11 16:41:04.198327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.200000"], ["updated_at", "2018-10-11 16:41:04.200000"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.201608"], ["updated_at", "2018-10-11 16:41:04.201608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.204497"], ["updated_at", "2018-10-11 16:41:04.204497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.206318"], ["updated_at", "2018-10-11 16:41:04.206318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.207979"], ["updated_at", "2018-10-11 16:41:04.207979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.209538"], ["updated_at", "2018-10-11 16:41:04.209538"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.211173"], ["updated_at", "2018-10-11 16:41:04.211173"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.214015"], ["updated_at", "2018-10-11 16:41:04.214015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.218117"], ["updated_at", "2018-10-11 16:41:04.218117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.220120"], ["updated_at", "2018-10-11 16:41:04.220120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.221840"], ["updated_at", "2018-10-11 16:41:04.221840"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.223792"], ["updated_at", "2018-10-11 16:41:04.223792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.225515"], ["updated_at", "2018-10-11 16:41:04.225515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.227064"], ["updated_at", "2018-10-11 16:41:04.227064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.228717"], ["updated_at", "2018-10-11 16:41:04.228717"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.230303"], ["updated_at", "2018-10-11 16:41:04.230303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.232051"], ["updated_at", "2018-10-11 16:41:04.232051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.233716"], ["updated_at", "2018-10-11 16:41:04.233716"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.235588"], ["updated_at", "2018-10-11 16:41:04.235588"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.238303"], ["updated_at", "2018-10-11 16:41:04.238303"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.241119"], ["updated_at", "2018-10-11 16:41:04.241119"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.243777"], ["updated_at", "2018-10-11 16:41:04.243777"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.246423"], ["updated_at", "2018-10-11 16:41:04.246423"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.249298"], ["updated_at", "2018-10-11 16:41:04.249298"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.252014"], ["updated_at", "2018-10-11 16:41:04.252014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.254649"], ["updated_at", "2018-10-11 16:41:04.254649"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.256774"], ["updated_at", "2018-10-11 16:41:04.256774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.259331"], ["updated_at", "2018-10-11 16:41:04.259331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.261342"], ["updated_at", "2018-10-11 16:41:04.261342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.262971"], ["updated_at", "2018-10-11 16:41:04.262971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.264642"], ["updated_at", "2018-10-11 16:41:04.264642"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.266347"], ["updated_at", "2018-10-11 16:41:04.266347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.267955"], ["updated_at", "2018-10-11 16:41:04.267955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.270914"], ["updated_at", "2018-10-11 16:41:04.270914"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.272578"], ["updated_at", "2018-10-11 16:41:04.272578"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.274285"], ["updated_at", "2018-10-11 16:41:04.274285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.275976"], ["updated_at", "2018-10-11 16:41:04.275976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.277548"], ["updated_at", "2018-10-11 16:41:04.277548"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.279338"], ["updated_at", "2018-10-11 16:41:04.279338"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.283531"], ["updated_at", "2018-10-11 16:41:04.283531"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.286372"], ["updated_at", "2018-10-11 16:41:04.286372"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.288329"], ["updated_at", "2018-10-11 16:41:04.288329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.290726"], ["updated_at", "2018-10-11 16:41:04.290726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.292529"], ["updated_at", "2018-10-11 16:41:04.292529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.294578"], ["updated_at", "2018-10-11 16:41:04.294578"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.296527"], ["updated_at", "2018-10-11 16:41:04.296527"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.298703"], ["updated_at", "2018-10-11 16:41:04.298703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.300445"], ["updated_at", "2018-10-11 16:41:04.300445"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.302133"], ["updated_at", "2018-10-11 16:41:04.302133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.303761"], ["updated_at", "2018-10-11 16:41:04.303761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.305598"], ["updated_at", "2018-10-11 16:41:04.305598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.307292"], ["updated_at", "2018-10-11 16:41:04.307292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.308871"], ["updated_at", "2018-10-11 16:41:04.308871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.310501"], ["updated_at", "2018-10-11 16:41:04.310501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.312065"], ["updated_at", "2018-10-11 16:41:04.312065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.313741"], ["updated_at", "2018-10-11 16:41:04.313741"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.315418"], ["updated_at", "2018-10-11 16:41:04.315418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.317053"], ["updated_at", "2018-10-11 16:41:04.317053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.318691"], ["updated_at", "2018-10-11 16:41:04.318691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.320254"], ["updated_at", "2018-10-11 16:41:04.320254"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.321930"], ["updated_at", "2018-10-11 16:41:04.321930"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.324448"], ["updated_at", "2018-10-11 16:41:04.324448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.326965"], ["updated_at", "2018-10-11 16:41:04.326965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.328688"], ["updated_at", "2018-10-11 16:41:04.328688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.330342"], ["updated_at", "2018-10-11 16:41:04.330342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.332054"], ["updated_at", "2018-10-11 16:41:04.332054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.333750"], ["updated_at", "2018-10-11 16:41:04.333750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.335452"], ["updated_at", "2018-10-11 16:41:04.335452"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.338421"], ["updated_at", "2018-10-11 16:41:04.338421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.340237"], ["updated_at", "2018-10-11 16:41:04.340237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.341828"], ["updated_at", "2018-10-11 16:41:04.341828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.343469"], ["updated_at", "2018-10-11 16:41:04.343469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.345139"], ["updated_at", "2018-10-11 16:41:04.345139"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.347809"], ["updated_at", "2018-10-11 16:41:04.347809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.351992"], ["updated_at", "2018-10-11 16:41:04.351992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.353978"], ["updated_at", "2018-10-11 16:41:04.353978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.355593"], ["updated_at", "2018-10-11 16:41:04.355593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.357364"], ["updated_at", "2018-10-11 16:41:04.357364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.359036"], ["updated_at", "2018-10-11 16:41:04.359036"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.360921"], ["updated_at", "2018-10-11 16:41:04.360921"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.363524"], ["updated_at", "2018-10-11 16:41:04.363524"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.366325"], ["updated_at", "2018-10-11 16:41:04.366325"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.368981"], ["updated_at", "2018-10-11 16:41:04.368981"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.371750"], ["updated_at", "2018-10-11 16:41:04.371750"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.374664"], ["updated_at", "2018-10-11 16:41:04.374664"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.377210"], ["updated_at", "2018-10-11 16:41:04.377210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.379939"], ["updated_at", "2018-10-11 16:41:04.379939"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.382068"], ["updated_at", "2018-10-11 16:41:04.382068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.383916"], ["updated_at", "2018-10-11 16:41:04.383916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.385553"], ["updated_at", "2018-10-11 16:41:04.385553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.387146"], ["updated_at", "2018-10-11 16:41:04.387146"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.388890"], ["updated_at", "2018-10-11 16:41:04.388890"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.391332"], ["updated_at", "2018-10-11 16:41:04.391332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.393876"], ["updated_at", "2018-10-11 16:41:04.393876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.395634"], ["updated_at", "2018-10-11 16:41:04.395634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.397299"], ["updated_at", "2018-10-11 16:41:04.397299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.399086"], ["updated_at", "2018-10-11 16:41:04.399086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.400709"], ["updated_at", "2018-10-11 16:41:04.400709"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.403473"], ["updated_at", "2018-10-11 16:41:04.403473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.405433"], ["updated_at", "2018-10-11 16:41:04.405433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.407108"], ["updated_at", "2018-10-11 16:41:04.407108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.408771"], ["updated_at", "2018-10-11 16:41:04.408771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.410351"], ["updated_at", "2018-10-11 16:41:04.410351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.412060"], ["updated_at", "2018-10-11 16:41:04.412060"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.414516"], ["updated_at", "2018-10-11 16:41:04.414516"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.418397"], ["updated_at", "2018-10-11 16:41:04.418397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.420818"], ["updated_at", "2018-10-11 16:41:04.420818"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.422513"], ["updated_at", "2018-10-11 16:41:04.422513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.424299"], ["updated_at", "2018-10-11 16:41:04.424299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.425964"], ["updated_at", "2018-10-11 16:41:04.425964"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.427549"], ["updated_at", "2018-10-11 16:41:04.427549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.430361"], ["updated_at", "2018-10-11 16:41:04.430361"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.432088"], ["updated_at", "2018-10-11 16:41:04.432088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.433746"], ["updated_at", "2018-10-11 16:41:04.433746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.435322"], ["updated_at", "2018-10-11 16:41:04.435322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.436922"], ["updated_at", "2018-10-11 16:41:04.436922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.438647"], ["updated_at", "2018-10-11 16:41:04.438647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.440426"], ["updated_at", "2018-10-11 16:41:04.440426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.442035"], ["updated_at", "2018-10-11 16:41:04.442035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.443697"], ["updated_at", "2018-10-11 16:41:04.443697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.445297"], ["updated_at", "2018-10-11 16:41:04.445297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.446912"], ["updated_at", "2018-10-11 16:41:04.446912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.448620"], ["updated_at", "2018-10-11 16:41:04.448620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.450308"], ["updated_at", "2018-10-11 16:41:04.450308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.451908"], ["updated_at", "2018-10-11 16:41:04.451908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.453488"], ["updated_at", "2018-10-11 16:41:04.453488"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.455152"], ["updated_at", "2018-10-11 16:41:04.455152"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.457138"], ["updated_at", "2018-10-11 16:41:04.457138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.459755"], ["updated_at", "2018-10-11 16:41:04.459755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.461644"], ["updated_at", "2018-10-11 16:41:04.461644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.463303"], ["updated_at", "2018-10-11 16:41:04.463303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.465012"], ["updated_at", "2018-10-11 16:41:04.465012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.466655"], ["updated_at", "2018-10-11 16:41:04.466655"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.468267"], ["updated_at", "2018-10-11 16:41:04.468267"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.471134"], ["updated_at", "2018-10-11 16:41:04.471134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.473052"], ["updated_at", "2018-10-11 16:41:04.473052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.474757"], ["updated_at", "2018-10-11 16:41:04.474757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.476375"], ["updated_at", "2018-10-11 16:41:04.476375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.478008"], ["updated_at", "2018-10-11 16:41:04.478008"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.480530"], ["updated_at", "2018-10-11 16:41:04.480530"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.485358"], ["updated_at", "2018-10-11 16:41:04.485358"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.488246"], ["updated_at", "2018-10-11 16:41:04.488246"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.491170"], ["updated_at", "2018-10-11 16:41:04.491170"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.494000"], ["updated_at", "2018-10-11 16:41:04.494000"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.496735"], ["updated_at", "2018-10-11 16:41:04.496735"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.499614"], ["updated_at", "2018-10-11 16:41:04.499614"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.502406"], ["updated_at", "2018-10-11 16:41:04.502406"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.504688"], ["updated_at", "2018-10-11 16:41:04.504688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.506405"], ["updated_at", "2018-10-11 16:41:04.506405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.508056"], ["updated_at", "2018-10-11 16:41:04.508056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.509645"], ["updated_at", "2018-10-11 16:41:04.509645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.511188"], ["updated_at", "2018-10-11 16:41:04.511188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.512806"], ["updated_at", "2018-10-11 16:41:04.512806"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.514376"], ["updated_at", "2018-10-11 16:41:04.514376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.516050"], ["updated_at", "2018-10-11 16:41:04.516050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.517706"], ["updated_at", "2018-10-11 16:41:04.517706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.519332"], ["updated_at", "2018-10-11 16:41:04.519332"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.520958"], ["updated_at", "2018-10-11 16:41:04.520958"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.522643"], ["updated_at", "2018-10-11 16:41:04.522643"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.524786"], ["updated_at", "2018-10-11 16:41:04.524786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.527290"], ["updated_at", "2018-10-11 16:41:04.527290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.529000"], ["updated_at", "2018-10-11 16:41:04.529000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.530597"], ["updated_at", "2018-10-11 16:41:04.530597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.532303"], ["updated_at", "2018-10-11 16:41:04.532303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.533889"], ["updated_at", "2018-10-11 16:41:04.533889"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.535559"], ["updated_at", "2018-10-11 16:41:04.535559"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.538400"], ["updated_at", "2018-10-11 16:41:04.538400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.540135"], ["updated_at", "2018-10-11 16:41:04.540135"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.541732"], ["updated_at", "2018-10-11 16:41:04.541732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.543395"], ["updated_at", "2018-10-11 16:41:04.543395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.544963"], ["updated_at", "2018-10-11 16:41:04.544963"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.546703"], ["updated_at", "2018-10-11 16:41:04.546703"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.551368"], ["updated_at", "2018-10-11 16:41:04.551368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.553814"], ["updated_at", "2018-10-11 16:41:04.553814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.555476"], ["updated_at", "2018-10-11 16:41:04.555476"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.557209"], ["updated_at", "2018-10-11 16:41:04.557209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.558927"], ["updated_at", "2018-10-11 16:41:04.558927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.560577"], ["updated_at", "2018-10-11 16:41:04.560577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.562178"], ["updated_at", "2018-10-11 16:41:04.562178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.563819"], ["updated_at", "2018-10-11 16:41:04.563819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.565571"], ["updated_at", "2018-10-11 16:41:04.565571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.567223"], ["updated_at", "2018-10-11 16:41:04.567223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.568782"], ["updated_at", "2018-10-11 16:41:04.568782"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.570423"], ["updated_at", "2018-10-11 16:41:04.570423"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.572156"], ["updated_at", "2018-10-11 16:41:04.572156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.573869"], ["updated_at", "2018-10-11 16:41:04.573869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.575460"], ["updated_at", "2018-10-11 16:41:04.575460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.577179"], ["updated_at", "2018-10-11 16:41:04.577179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.578798"], ["updated_at", "2018-10-11 16:41:04.578798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.580348"], ["updated_at", "2018-10-11 16:41:04.580348"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.582153"], ["updated_at", "2018-10-11 16:41:04.582153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.583808"], ["updated_at", "2018-10-11 16:41:04.583808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.585342"], ["updated_at", "2018-10-11 16:41:04.585342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.586968"], ["updated_at", "2018-10-11 16:41:04.586968"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.588621"], ["updated_at", "2018-10-11 16:41:04.588621"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.590767"], ["updated_at", "2018-10-11 16:41:04.590767"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.594445"], ["updated_at", "2018-10-11 16:41:04.594445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.596141"], ["updated_at", "2018-10-11 16:41:04.596141"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.597811"], ["updated_at", "2018-10-11 16:41:04.597811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.599612"], ["updated_at", "2018-10-11 16:41:04.599612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.601255"], ["updated_at", "2018-10-11 16:41:04.601255"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.602823"], ["updated_at", "2018-10-11 16:41:04.602823"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.606005"], ["updated_at", "2018-10-11 16:41:04.606005"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.608441"], ["updated_at", "2018-10-11 16:41:04.608441"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.611134"], ["updated_at", "2018-10-11 16:41:04.611134"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.615183"], ["updated_at", "2018-10-11 16:41:04.615183"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.619667"], ["updated_at", "2018-10-11 16:41:04.619667"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.622478"], ["updated_at", "2018-10-11 16:41:04.622478"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.625226"], ["updated_at", "2018-10-11 16:41:04.625226"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.627994"], ["updated_at", "2018-10-11 16:41:04.627994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.630152"], ["updated_at", "2018-10-11 16:41:04.630152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.631891"], ["updated_at", "2018-10-11 16:41:04.631891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.633575"], ["updated_at", "2018-10-11 16:41:04.633575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.635447"], ["updated_at", "2018-10-11 16:41:04.635447"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.637289"], ["updated_at", "2018-10-11 16:41:04.637289"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.639354"], ["updated_at", "2018-10-11 16:41:04.639354"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.641250"], ["updated_at", "2018-10-11 16:41:04.641250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.643106"], ["updated_at", "2018-10-11 16:41:04.643106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.644738"], ["updated_at", "2018-10-11 16:41:04.644738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.646296"], ["updated_at", "2018-10-11 16:41:04.646296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.647902"], ["updated_at", "2018-10-11 16:41:04.647902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.649597"], ["updated_at", "2018-10-11 16:41:04.649597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.651270"], ["updated_at", "2018-10-11 16:41:04.651270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.652885"], ["updated_at", "2018-10-11 16:41:04.652885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.654530"], ["updated_at", "2018-10-11 16:41:04.654530"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.656160"], ["updated_at", "2018-10-11 16:41:04.656160"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.658318"], ["updated_at", "2018-10-11 16:41:04.658318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.660992"], ["updated_at", "2018-10-11 16:41:04.660992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.662729"], ["updated_at", "2018-10-11 16:41:04.662729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.664411"], ["updated_at", "2018-10-11 16:41:04.664411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.666236"], ["updated_at", "2018-10-11 16:41:04.666236"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.667832"], ["updated_at", "2018-10-11 16:41:04.667832"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.669485"], ["updated_at", "2018-10-11 16:41:04.669485"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.672526"], ["updated_at", "2018-10-11 16:41:04.672526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.674332"], ["updated_at", "2018-10-11 16:41:04.674332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.675898"], ["updated_at", "2018-10-11 16:41:04.675898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.677534"], ["updated_at", "2018-10-11 16:41:04.677534"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.679083"], ["updated_at", "2018-10-11 16:41:04.679083"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.682022"], ["updated_at", "2018-10-11 16:41:04.682022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.686497"], ["updated_at", "2018-10-11 16:41:04.686497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.688310"], ["updated_at", "2018-10-11 16:41:04.688310"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.690473"], ["updated_at", "2018-10-11 16:41:04.690473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.693404"], ["updated_at", "2018-10-11 16:41:04.693404"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.695566"], ["updated_at", "2018-10-11 16:41:04.695566"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.697621"], ["updated_at", "2018-10-11 16:41:04.697621"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.699735"], ["updated_at", "2018-10-11 16:41:04.699735"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.701980"], ["updated_at", "2018-10-11 16:41:04.701980"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.703782"], ["updated_at", "2018-10-11 16:41:04.703782"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.706058"], ["updated_at", "2018-10-11 16:41:04.706058"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.708264"], ["updated_at", "2018-10-11 16:41:04.708264"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.710591"], ["updated_at", "2018-10-11 16:41:04.710591"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.712751"], ["updated_at", "2018-10-11 16:41:04.712751"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.715046"], ["updated_at", "2018-10-11 16:41:04.715046"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.717182"], ["updated_at", "2018-10-11 16:41:04.717182"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.719169"], ["updated_at", "2018-10-11 16:41:04.719169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.721234"], ["updated_at", "2018-10-11 16:41:04.721234"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.723495"], ["updated_at", "2018-10-11 16:41:04.723495"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.725945"], ["updated_at", "2018-10-11 16:41:04.725945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.728290"], ["updated_at", "2018-10-11 16:41:04.728290"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.730012"], ["updated_at", "2018-10-11 16:41:04.730012"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.731981"], ["updated_at", "2018-10-11 16:41:04.731981"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.734040"], ["updated_at", "2018-10-11 16:41:04.734040"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.736112"], ["updated_at", "2018-10-11 16:41:04.736112"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.738177"], ["updated_at", "2018-10-11 16:41:04.738177"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.742079"], ["updated_at", "2018-10-11 16:41:04.742079"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.744763"], ["updated_at", "2018-10-11 16:41:04.744763"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.747915"], ["updated_at", "2018-10-11 16:41:04.747915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.752952"], ["updated_at", "2018-10-11 16:41:04.752952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.754891"], ["updated_at", "2018-10-11 16:41:04.754891"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.756657"], ["updated_at", "2018-10-11 16:41:04.756657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.758476"], ["updated_at", "2018-10-11 16:41:04.758476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.760057"], ["updated_at", "2018-10-11 16:41:04.760057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.761662"], ["updated_at", "2018-10-11 16:41:04.761662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.763399"], ["updated_at", "2018-10-11 16:41:04.763399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.765202"], ["updated_at", "2018-10-11 16:41:04.765202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.766904"], ["updated_at", "2018-10-11 16:41:04.766904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.768466"], ["updated_at", "2018-10-11 16:41:04.768466"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.770009"], ["updated_at", "2018-10-11 16:41:04.770009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.771745"], ["updated_at", "2018-10-11 16:41:04.771745"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.773590"], ["updated_at", "2018-10-11 16:41:04.773590"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.775770"], ["updated_at", "2018-10-11 16:41:04.775770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.777557"], ["updated_at", "2018-10-11 16:41:04.777557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.779250"], ["updated_at", "2018-10-11 16:41:04.779250"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.780839"], ["updated_at", "2018-10-11 16:41:04.780839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.782570"], ["updated_at", "2018-10-11 16:41:04.782570"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.784233"], ["updated_at", "2018-10-11 16:41:04.784233"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.786549"], ["updated_at", "2018-10-11 16:41:04.786549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.788354"], ["updated_at", "2018-10-11 16:41:04.788354"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.790170"], ["updated_at", "2018-10-11 16:41:04.790170"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.792976"], ["updated_at", "2018-10-11 16:41:04.792976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.795348"], ["updated_at", "2018-10-11 16:41:04.795348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.797082"], ["updated_at", "2018-10-11 16:41:04.797082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.798886"], ["updated_at", "2018-10-11 16:41:04.798886"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.800576"], ["updated_at", "2018-10-11 16:41:04.800576"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.802538"], ["updated_at", "2018-10-11 16:41:04.802538"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.805506"], ["updated_at", "2018-10-11 16:41:04.805506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.807425"], ["updated_at", "2018-10-11 16:41:04.807425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.809223"], ["updated_at", "2018-10-11 16:41:04.809223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.810953"], ["updated_at", "2018-10-11 16:41:04.810953"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.812659"], ["updated_at", "2018-10-11 16:41:04.812659"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.816693"], ["updated_at", "2018-10-11 16:41:04.816693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.819771"], ["updated_at", "2018-10-11 16:41:04.819771"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.821594"], ["updated_at", "2018-10-11 16:41:04.821594"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.823555"], ["updated_at", "2018-10-11 16:41:04.823555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.826062"], ["updated_at", "2018-10-11 16:41:04.826062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.827749"], ["updated_at", "2018-10-11 16:41:04.827749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.829342"], ["updated_at", "2018-10-11 16:41:04.829342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.831021"], ["updated_at", "2018-10-11 16:41:04.831021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.832972"], ["updated_at", "2018-10-11 16:41:04.832972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.834607"], ["updated_at", "2018-10-11 16:41:04.834607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.836209"], ["updated_at", "2018-10-11 16:41:04.836209"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.837881"], ["updated_at", "2018-10-11 16:41:04.837881"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.839701"], ["updated_at", "2018-10-11 16:41:04.839701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.841466"], ["updated_at", "2018-10-11 16:41:04.841466"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.843039"], ["updated_at", "2018-10-11 16:41:04.843039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.844807"], ["updated_at", "2018-10-11 16:41:04.844807"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.846454"], ["updated_at", "2018-10-11 16:41:04.846454"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.848278"], ["updated_at", "2018-10-11 16:41:04.848278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.850163"], ["updated_at", "2018-10-11 16:41:04.850163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.851773"], ["updated_at", "2018-10-11 16:41:04.851773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.853385"], ["updated_at", "2018-10-11 16:41:04.853385"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.855035"], ["updated_at", "2018-10-11 16:41:04.855035"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.857112"], ["updated_at", "2018-10-11 16:41:04.857112"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.860144"], ["updated_at", "2018-10-11 16:41:04.860144"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.862416"], ["updated_at", "2018-10-11 16:41:04.862416"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.864528"], ["updated_at", "2018-10-11 16:41:04.864528"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.866780"], ["updated_at", "2018-10-11 16:41:04.866780"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.868735"], ["updated_at", "2018-10-11 16:41:04.868735"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.870704"], ["updated_at", "2018-10-11 16:41:04.870704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.876754"], ["updated_at", "2018-10-11 16:41:04.876754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.878390"], ["updated_at", "2018-10-11 16:41:04.878390"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.880945"], ["updated_at", "2018-10-11 16:41:04.880945"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.884957"], ["updated_at", "2018-10-11 16:41:04.884957"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.887189"], ["updated_at", "2018-10-11 16:41:04.887189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.889025"], ["updated_at", "2018-10-11 16:41:04.889025"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.891083"], ["updated_at", "2018-10-11 16:41:04.891083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.892895"], ["updated_at", "2018-10-11 16:41:04.892895"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.894451"], ["updated_at", "2018-10-11 16:41:04.894451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.896106"], ["updated_at", "2018-10-11 16:41:04.896106"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.897768"], ["updated_at", "2018-10-11 16:41:04.897768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.899513"], ["updated_at", "2018-10-11 16:41:04.899513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.901242"], ["updated_at", "2018-10-11 16:41:04.901242"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.902919"], ["updated_at", "2018-10-11 16:41:04.902919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.904657"], ["updated_at", "2018-10-11 16:41:04.904657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.906458"], ["updated_at", "2018-10-11 16:41:04.906458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.908177"], ["updated_at", "2018-10-11 16:41:04.908177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.909750"], ["updated_at", "2018-10-11 16:41:04.909750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.911351"], ["updated_at", "2018-10-11 16:41:04.911351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.912960"], ["updated_at", "2018-10-11 16:41:04.912960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.914645"], ["updated_at", "2018-10-11 16:41:04.914645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.916270"], ["updated_at", "2018-10-11 16:41:04.916270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.917944"], ["updated_at", "2018-10-11 16:41:04.917944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.919558"], ["updated_at", "2018-10-11 16:41:04.919558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.921131"], ["updated_at", "2018-10-11 16:41:04.921131"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.922797"], ["updated_at", "2018-10-11 16:41:04.922797"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.926280"], ["updated_at", "2018-10-11 16:41:04.926280"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.928493"], ["updated_at", "2018-10-11 16:41:04.928493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.930321"], ["updated_at", "2018-10-11 16:41:04.930321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.932103"], ["updated_at", "2018-10-11 16:41:04.932103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.933771"], ["updated_at", "2018-10-11 16:41:04.933771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.935458"], ["updated_at", "2018-10-11 16:41:04.935458"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.938283"], ["updated_at", "2018-10-11 16:41:04.938283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.940101"], ["updated_at", "2018-10-11 16:41:04.940101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.941725"], ["updated_at", "2018-10-11 16:41:04.941725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.943336"], ["updated_at", "2018-10-11 16:41:04.943336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.944913"], ["updated_at", "2018-10-11 16:41:04.944913"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.946897"], ["updated_at", "2018-10-11 16:41:04.946897"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.950391"], ["updated_at", "2018-10-11 16:41:04.950391"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.953409"], ["updated_at", "2018-10-11 16:41:04.953409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.955135"], ["updated_at", "2018-10-11 16:41:04.955135"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.956739"], ["updated_at", "2018-10-11 16:41:04.956739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.958470"], ["updated_at", "2018-10-11 16:41:04.958470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.960170"], ["updated_at", "2018-10-11 16:41:04.960170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.961720"], ["updated_at", "2018-10-11 16:41:04.961720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.963386"], ["updated_at", "2018-10-11 16:41:04.963386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.965033"], ["updated_at", "2018-10-11 16:41:04.965033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.966779"], ["updated_at", "2018-10-11 16:41:04.966779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.968405"], ["updated_at", "2018-10-11 16:41:04.968405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.970013"], ["updated_at", "2018-10-11 16:41:04.970013"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.971598"], ["updated_at", "2018-10-11 16:41:04.971598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.973361"], ["updated_at", "2018-10-11 16:41:04.973361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.975096"], ["updated_at", "2018-10-11 16:41:04.975096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.976635"], ["updated_at", "2018-10-11 16:41:04.976635"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.978255"], ["updated_at", "2018-10-11 16:41:04.978255"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.980245"], ["updated_at", "2018-10-11 16:41:04.980245"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.983214"], ["updated_at", "2018-10-11 16:41:04.983214"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.985878"], ["updated_at", "2018-10-11 16:41:04.985878"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.988593"], ["updated_at", "2018-10-11 16:41:04.988593"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.992198"], ["updated_at", "2018-10-11 16:41:04.992198"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.994680"], ["updated_at", "2018-10-11 16:41:04.994680"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.996699"], ["updated_at", "2018-10-11 16:41:04.996699"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:04.998868"], ["updated_at", "2018-10-11 16:41:04.998868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.000757"], ["updated_at", "2018-10-11 16:41:05.000757"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.002336"], ["updated_at", "2018-10-11 16:41:05.002336"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.003869"], ["updated_at", "2018-10-11 16:41:05.003869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.007363"], ["updated_at", "2018-10-11 16:41:05.007363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.008988"], ["updated_at", "2018-10-11 16:41:05.008988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.010663"], ["updated_at", "2018-10-11 16:41:05.010663"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.012656"], ["updated_at", "2018-10-11 16:41:05.012656"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.016449"], ["updated_at", "2018-10-11 16:41:05.016449"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.020231"], ["updated_at", "2018-10-11 16:41:05.020231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.022112"], ["updated_at", "2018-10-11 16:41:05.022112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.023912"], ["updated_at", "2018-10-11 16:41:05.023912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.025592"], ["updated_at", "2018-10-11 16:41:05.025592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.027158"], ["updated_at", "2018-10-11 16:41:05.027158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.028813"], ["updated_at", "2018-10-11 16:41:05.028813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.030501"], ["updated_at", "2018-10-11 16:41:05.030501"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.032262"], ["updated_at", "2018-10-11 16:41:05.032262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.034028"], ["updated_at", "2018-10-11 16:41:05.034028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.035618"], ["updated_at", "2018-10-11 16:41:05.035618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.037245"], ["updated_at", "2018-10-11 16:41:05.037245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.038958"], ["updated_at", "2018-10-11 16:41:05.038958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.040672"], ["updated_at", "2018-10-11 16:41:05.040672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.042329"], ["updated_at", "2018-10-11 16:41:05.042329"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.043873"], ["updated_at", "2018-10-11 16:41:05.043873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.045581"], ["updated_at", "2018-10-11 16:41:05.045581"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.047146"], ["updated_at", "2018-10-11 16:41:05.047146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.048879"], ["updated_at", "2018-10-11 16:41:05.048879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.050600"], ["updated_at", "2018-10-11 16:41:05.050600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.052155"], ["updated_at", "2018-10-11 16:41:05.052155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.053845"], ["updated_at", "2018-10-11 16:41:05.053845"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.055537"], ["updated_at", "2018-10-11 16:41:05.055537"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.057766"], ["updated_at", "2018-10-11 16:41:05.057766"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.060798"], ["updated_at", "2018-10-11 16:41:05.060798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.062707"], ["updated_at", "2018-10-11 16:41:05.062707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.064364"], ["updated_at", "2018-10-11 16:41:05.064364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.066223"], ["updated_at", "2018-10-11 16:41:05.066223"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.067841"], ["updated_at", "2018-10-11 16:41:05.067841"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.069443"], ["updated_at", "2018-10-11 16:41:05.069443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.072583"], ["updated_at", "2018-10-11 16:41:05.072583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.074284"], ["updated_at", "2018-10-11 16:41:05.074284"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.075860"], ["updated_at", "2018-10-11 16:41:05.075860"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.077788"], ["updated_at", "2018-10-11 16:41:05.077788"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.080654"], ["updated_at", "2018-10-11 16:41:05.080654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.085346"], ["updated_at", "2018-10-11 16:41:05.085346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.087457"], ["updated_at", "2018-10-11 16:41:05.087457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.089153"], ["updated_at", "2018-10-11 16:41:05.089153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.091060"], ["updated_at", "2018-10-11 16:41:05.091060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.092740"], ["updated_at", "2018-10-11 16:41:05.092740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.094321"], ["updated_at", "2018-10-11 16:41:05.094321"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.095903"], ["updated_at", "2018-10-11 16:41:05.095903"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.097636"], ["updated_at", "2018-10-11 16:41:05.097636"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.099297"], ["updated_at", "2018-10-11 16:41:05.099297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.100915"], ["updated_at", "2018-10-11 16:41:05.100915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.102467"], ["updated_at", "2018-10-11 16:41:05.102467"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.104690"], ["updated_at", "2018-10-11 16:41:05.104690"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.108258"], ["updated_at", "2018-10-11 16:41:05.108258"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.111249"], ["updated_at", "2018-10-11 16:41:05.111249"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.114076"], ["updated_at", "2018-10-11 16:41:05.114076"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.116923"], ["updated_at", "2018-10-11 16:41:05.116923"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.119448"], ["updated_at", "2018-10-11 16:41:05.119448"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.122106"], ["updated_at", "2018-10-11 16:41:05.122106"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.124848"], ["updated_at", "2018-10-11 16:41:05.124848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.127374"], ["updated_at", "2018-10-11 16:41:05.127374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.129295"], ["updated_at", "2018-10-11 16:41:05.129295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.131061"], ["updated_at", "2018-10-11 16:41:05.131061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.132824"], ["updated_at", "2018-10-11 16:41:05.132824"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.134725"], ["updated_at", "2018-10-11 16:41:05.134725"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.137357"], ["updated_at", "2018-10-11 16:41:05.137357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.140801"], ["updated_at", "2018-10-11 16:41:05.140801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.142841"], ["updated_at", "2018-10-11 16:41:05.142841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.144771"], ["updated_at", "2018-10-11 16:41:05.144771"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.147129"], ["updated_at", "2018-10-11 16:41:05.147129"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.151256"], ["updated_at", "2018-10-11 16:41:05.151256"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.154166"], ["updated_at", "2018-10-11 16:41:05.154166"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.156344"], ["updated_at", "2018-10-11 16:41:05.156344"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.158701"], ["updated_at", "2018-10-11 16:41:05.158701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.160955"], ["updated_at", "2018-10-11 16:41:05.160955"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.162973"], ["updated_at", "2018-10-11 16:41:05.162973"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.165749"], ["updated_at", "2018-10-11 16:41:05.165749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.167610"], ["updated_at", "2018-10-11 16:41:05.167610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.169467"], ["updated_at", "2018-10-11 16:41:05.169467"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.171048"], ["updated_at", "2018-10-11 16:41:05.171048"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.172919"], ["updated_at", "2018-10-11 16:41:05.172919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.175088"], ["updated_at", "2018-10-11 16:41:05.175088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.177010"], ["updated_at", "2018-10-11 16:41:05.177010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.178586"], ["updated_at", "2018-10-11 16:41:05.178586"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.180156"], ["updated_at", "2018-10-11 16:41:05.180156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.181856"], ["updated_at", "2018-10-11 16:41:05.181856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.183639"], ["updated_at", "2018-10-11 16:41:05.183639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.185219"], ["updated_at", "2018-10-11 16:41:05.185219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.186979"], ["updated_at", "2018-10-11 16:41:05.186979"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.188787"], ["updated_at", "2018-10-11 16:41:05.188787"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.191342"], ["updated_at", "2018-10-11 16:41:05.191342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.193864"], ["updated_at", "2018-10-11 16:41:05.193864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.195606"], ["updated_at", "2018-10-11 16:41:05.195606"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.197235"], ["updated_at", "2018-10-11 16:41:05.197235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.198907"], ["updated_at", "2018-10-11 16:41:05.198907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.200842"], ["updated_at", "2018-10-11 16:41:05.200842"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.202540"], ["updated_at", "2018-10-11 16:41:05.202540"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.205445"], ["updated_at", "2018-10-11 16:41:05.205445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.207322"], ["updated_at", "2018-10-11 16:41:05.207322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.208986"], ["updated_at", "2018-10-11 16:41:05.208986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.210533"], ["updated_at", "2018-10-11 16:41:05.210533"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.212144"], ["updated_at", "2018-10-11 16:41:05.212144"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.214769"], ["updated_at", "2018-10-11 16:41:05.214769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.218822"], ["updated_at", "2018-10-11 16:41:05.218822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.221156"], ["updated_at", "2018-10-11 16:41:05.221156"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.222971"], ["updated_at", "2018-10-11 16:41:05.222971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.224808"], ["updated_at", "2018-10-11 16:41:05.224808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.226445"], ["updated_at", "2018-10-11 16:41:05.226445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.228019"], ["updated_at", "2018-10-11 16:41:05.228019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.229666"], ["updated_at", "2018-10-11 16:41:05.229666"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.231444"], ["updated_at", "2018-10-11 16:41:05.231444"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.234334"], ["updated_at", "2018-10-11 16:41:05.234334"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.236977"], ["updated_at", "2018-10-11 16:41:05.236977"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.239794"], ["updated_at", "2018-10-11 16:41:05.239794"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.242579"], ["updated_at", "2018-10-11 16:41:05.242579"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.245185"], ["updated_at", "2018-10-11 16:41:05.245185"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.247909"], ["updated_at", "2018-10-11 16:41:05.247909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.250669"], ["updated_at", "2018-10-11 16:41:05.250669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.252340"], ["updated_at", "2018-10-11 16:41:05.252340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.253979"], ["updated_at", "2018-10-11 16:41:05.253979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.255629"], ["updated_at", "2018-10-11 16:41:05.255629"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.257383"], ["updated_at", "2018-10-11 16:41:05.257383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.259962"], ["updated_at", "2018-10-11 16:41:05.259962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.261977"], ["updated_at", "2018-10-11 16:41:05.261977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.263654"], ["updated_at", "2018-10-11 16:41:05.263654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.265326"], ["updated_at", "2018-10-11 16:41:05.265326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.267080"], ["updated_at", "2018-10-11 16:41:05.267080"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.268684"], ["updated_at", "2018-10-11 16:41:05.268684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.271457"], ["updated_at", "2018-10-11 16:41:05.271457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.273151"], ["updated_at", "2018-10-11 16:41:05.273151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.274888"], ["updated_at", "2018-10-11 16:41:05.274888"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.276465"], ["updated_at", "2018-10-11 16:41:05.276465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.278204"], ["updated_at", "2018-10-11 16:41:05.278204"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.279779"], ["updated_at", "2018-10-11 16:41:05.279779"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.282748"], ["updated_at", "2018-10-11 16:41:05.282748"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.286711"], ["updated_at", "2018-10-11 16:41:05.286711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.288624"], ["updated_at", "2018-10-11 16:41:05.288624"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.290357"], ["updated_at", "2018-10-11 16:41:05.290357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.292485"], ["updated_at", "2018-10-11 16:41:05.292485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.294148"], ["updated_at", "2018-10-11 16:41:05.294148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.295733"], ["updated_at", "2018-10-11 16:41:05.295733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.297381"], ["updated_at", "2018-10-11 16:41:05.297381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.299158"], ["updated_at", "2018-10-11 16:41:05.299158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.300942"], ["updated_at", "2018-10-11 16:41:05.300942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.302600"], ["updated_at", "2018-10-11 16:41:05.302600"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.304292"], ["updated_at", "2018-10-11 16:41:05.304292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.306012"], ["updated_at", "2018-10-11 16:41:05.306012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.307736"], ["updated_at", "2018-10-11 16:41:05.307736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.309316"], ["updated_at", "2018-10-11 16:41:05.309316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.310929"], ["updated_at", "2018-10-11 16:41:05.310929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.312479"], ["updated_at", "2018-10-11 16:41:05.312479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.314156"], ["updated_at", "2018-10-11 16:41:05.314156"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.315785"], ["updated_at", "2018-10-11 16:41:05.315785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.317458"], ["updated_at", "2018-10-11 16:41:05.317458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.320346"], ["updated_at", "2018-10-11 16:41:05.320346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.322004"], ["updated_at", "2018-10-11 16:41:05.322004"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.323931"], ["updated_at", "2018-10-11 16:41:05.323931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.326676"], ["updated_at", "2018-10-11 16:41:05.326676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.328572"], ["updated_at", "2018-10-11 16:41:05.328572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.330309"], ["updated_at", "2018-10-11 16:41:05.330309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.331998"], ["updated_at", "2018-10-11 16:41:05.331998"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.333635"], ["updated_at", "2018-10-11 16:41:05.333635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.335176"], ["updated_at", "2018-10-11 16:41:05.335176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.338108"], ["updated_at", "2018-10-11 16:41:05.338108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.339739"], ["updated_at", "2018-10-11 16:41:05.339739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.341405"], ["updated_at", "2018-10-11 16:41:05.341405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.343005"], ["updated_at", "2018-10-11 16:41:05.343005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.344656"], ["updated_at", "2018-10-11 16:41:05.344656"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.346282"], ["updated_at", "2018-10-11 16:41:05.346282"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.349869"], ["updated_at", "2018-10-11 16:41:05.349869"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.353202"], ["updated_at", "2018-10-11 16:41:05.353202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.354923"], ["updated_at", "2018-10-11 16:41:05.354923"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.357116"], ["updated_at", "2018-10-11 16:41:05.357116"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.359830"], ["updated_at", "2018-10-11 16:41:05.359830"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.362426"], ["updated_at", "2018-10-11 16:41:05.362426"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.365081"], ["updated_at", "2018-10-11 16:41:05.365081"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.367862"], ["updated_at", "2018-10-11 16:41:05.367862"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.370370"], ["updated_at", "2018-10-11 16:41:05.370370"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.373319"], ["updated_at", "2018-10-11 16:41:05.373319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.375856"], ["updated_at", "2018-10-11 16:41:05.375856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.377469"], ["updated_at", "2018-10-11 16:41:05.377469"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.379117"], ["updated_at", "2018-10-11 16:41:05.379117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.380853"], ["updated_at", "2018-10-11 16:41:05.380853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.382546"], ["updated_at", "2018-10-11 16:41:05.382546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.384315"], ["updated_at", "2018-10-11 16:41:05.384315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.385917"], ["updated_at", "2018-10-11 16:41:05.385917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.387516"], ["updated_at", "2018-10-11 16:41:05.387516"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.389318"], ["updated_at", "2018-10-11 16:41:05.389318"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.391684"], ["updated_at", "2018-10-11 16:41:05.391684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.394222"], ["updated_at", "2018-10-11 16:41:05.394222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.396097"], ["updated_at", "2018-10-11 16:41:05.396097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.397780"], ["updated_at", "2018-10-11 16:41:05.397780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.399543"], ["updated_at", "2018-10-11 16:41:05.399543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.401230"], ["updated_at", "2018-10-11 16:41:05.401230"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.402898"], ["updated_at", "2018-10-11 16:41:05.402898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.405832"], ["updated_at", "2018-10-11 16:41:05.405832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.407652"], ["updated_at", "2018-10-11 16:41:05.407652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.409282"], ["updated_at", "2018-10-11 16:41:05.409282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.410985"], ["updated_at", "2018-10-11 16:41:05.410985"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.412541"], ["updated_at", "2018-10-11 16:41:05.412541"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.414988"], ["updated_at", "2018-10-11 16:41:05.414988"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.419093"], ["updated_at", "2018-10-11 16:41:05.419093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.421401"], ["updated_at", "2018-10-11 16:41:05.421401"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.423091"], ["updated_at", "2018-10-11 16:41:05.423091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.425053"], ["updated_at", "2018-10-11 16:41:05.425053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.426706"], ["updated_at", "2018-10-11 16:41:05.426706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.428359"], ["updated_at", "2018-10-11 16:41:05.428359"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.429871"], ["updated_at", "2018-10-11 16:41:05.429871"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.431528"], ["updated_at", "2018-10-11 16:41:05.431528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.433461"], ["updated_at", "2018-10-11 16:41:05.433461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.435142"], ["updated_at", "2018-10-11 16:41:05.435142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.436723"], ["updated_at", "2018-10-11 16:41:05.436723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.438382"], ["updated_at", "2018-10-11 16:41:05.438382"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.440043"], ["updated_at", "2018-10-11 16:41:05.440043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.441727"], ["updated_at", "2018-10-11 16:41:05.441727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.443286"], ["updated_at", "2018-10-11 16:41:05.443286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.444860"], ["updated_at", "2018-10-11 16:41:05.444860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.446404"], ["updated_at", "2018-10-11 16:41:05.446404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.448109"], ["updated_at", "2018-10-11 16:41:05.448109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.449789"], ["updated_at", "2018-10-11 16:41:05.449789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.451393"], ["updated_at", "2018-10-11 16:41:05.451393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.452945"], ["updated_at", "2018-10-11 16:41:05.452945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.454600"], ["updated_at", "2018-10-11 16:41:05.454600"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.456604"], ["updated_at", "2018-10-11 16:41:05.456604"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.459286"], ["updated_at", "2018-10-11 16:41:05.459286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.461365"], ["updated_at", "2018-10-11 16:41:05.461365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.463012"], ["updated_at", "2018-10-11 16:41:05.463012"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.464713"], ["updated_at", "2018-10-11 16:41:05.464713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.466693"], ["updated_at", "2018-10-11 16:41:05.466693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.468345"], ["updated_at", "2018-10-11 16:41:05.468345"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.470989"], ["updated_at", "2018-10-11 16:41:05.470989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.472761"], ["updated_at", "2018-10-11 16:41:05.472761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.474527"], ["updated_at", "2018-10-11 16:41:05.474527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.476120"], ["updated_at", "2018-10-11 16:41:05.476120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.477748"], ["updated_at", "2018-10-11 16:41:05.477748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.479301"], ["updated_at", "2018-10-11 16:41:05.479301"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.482897"], ["updated_at", "2018-10-11 16:41:05.482897"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.487268"], ["updated_at", "2018-10-11 16:41:05.487268"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.490199"], ["updated_at", "2018-10-11 16:41:05.490199"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.492946"], ["updated_at", "2018-10-11 16:41:05.492946"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.495644"], ["updated_at", "2018-10-11 16:41:05.495644"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.498364"], ["updated_at", "2018-10-11 16:41:05.498364"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.501132"], ["updated_at", "2018-10-11 16:41:05.501132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.503374"], ["updated_at", "2018-10-11 16:41:05.503374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.505040"], ["updated_at", "2018-10-11 16:41:05.505040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.506694"], ["updated_at", "2018-10-11 16:41:05.506694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.508325"], ["updated_at", "2018-10-11 16:41:05.508325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.509933"], ["updated_at", "2018-10-11 16:41:05.509933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.511531"], ["updated_at", "2018-10-11 16:41:05.511531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.513135"], ["updated_at", "2018-10-11 16:41:05.513135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.514770"], ["updated_at", "2018-10-11 16:41:05.514770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.516381"], ["updated_at", "2018-10-11 16:41:05.516381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.517986"], ["updated_at", "2018-10-11 16:41:05.517986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.519543"], ["updated_at", "2018-10-11 16:41:05.519543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.521144"], ["updated_at", "2018-10-11 16:41:05.521144"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.522821"], ["updated_at", "2018-10-11 16:41:05.522821"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.524782"], ["updated_at", "2018-10-11 16:41:05.524782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.527262"], ["updated_at", "2018-10-11 16:41:05.527262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.529129"], ["updated_at", "2018-10-11 16:41:05.529129"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.530763"], ["updated_at", "2018-10-11 16:41:05.530763"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.532419"], ["updated_at", "2018-10-11 16:41:05.532419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.534241"], ["updated_at", "2018-10-11 16:41:05.534241"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.536064"], ["updated_at", "2018-10-11 16:41:05.536064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.538964"], ["updated_at", "2018-10-11 16:41:05.538964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.540644"], ["updated_at", "2018-10-11 16:41:05.540644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.542329"], ["updated_at", "2018-10-11 16:41:05.542329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.543871"], ["updated_at", "2018-10-11 16:41:05.543871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.545485"], ["updated_at", "2018-10-11 16:41:05.545485"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.548289"], ["updated_at", "2018-10-11 16:41:05.548289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.552716"], ["updated_at", "2018-10-11 16:41:05.552716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.554409"], ["updated_at", "2018-10-11 16:41:05.554409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.556051"], ["updated_at", "2018-10-11 16:41:05.556051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.557808"], ["updated_at", "2018-10-11 16:41:05.557808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.559440"], ["updated_at", "2018-10-11 16:41:05.559440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.561094"], ["updated_at", "2018-10-11 16:41:05.561094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.562811"], ["updated_at", "2018-10-11 16:41:05.562811"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.564433"], ["updated_at", "2018-10-11 16:41:05.564433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.566128"], ["updated_at", "2018-10-11 16:41:05.566128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.567858"], ["updated_at", "2018-10-11 16:41:05.567858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.569504"], ["updated_at", "2018-10-11 16:41:05.569504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.571124"], ["updated_at", "2018-10-11 16:41:05.571124"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.572841"], ["updated_at", "2018-10-11 16:41:05.572841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.574539"], ["updated_at", "2018-10-11 16:41:05.574539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.576085"], ["updated_at", "2018-10-11 16:41:05.576085"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.577671"], ["updated_at", "2018-10-11 16:41:05.577671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.579436"], ["updated_at", "2018-10-11 16:41:05.579436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.581053"], ["updated_at", "2018-10-11 16:41:05.581053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.582813"], ["updated_at", "2018-10-11 16:41:05.582813"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.584453"], ["updated_at", "2018-10-11 16:41:05.584453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.586510"], ["updated_at", "2018-10-11 16:41:05.586510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.588664"], ["updated_at", "2018-10-11 16:41:05.588664"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.590577"], ["updated_at", "2018-10-11 16:41:05.590577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.593516"], ["updated_at", "2018-10-11 16:41:05.593516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.595297"], ["updated_at", "2018-10-11 16:41:05.595297"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.596962"], ["updated_at", "2018-10-11 16:41:05.596962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.598760"], ["updated_at", "2018-10-11 16:41:05.598760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.600599"], ["updated_at", "2018-10-11 16:41:05.600599"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.602272"], ["updated_at", "2018-10-11 16:41:05.602272"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.605711"], ["updated_at", "2018-10-11 16:41:05.605711"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.608580"], ["updated_at", "2018-10-11 16:41:05.608580"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.611232"], ["updated_at", "2018-10-11 16:41:05.611232"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.613706"], ["updated_at", "2018-10-11 16:41:05.613706"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.618647"], ["updated_at", "2018-10-11 16:41:05.618647"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.622300"], ["updated_at", "2018-10-11 16:41:05.622300"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.625251"], ["updated_at", "2018-10-11 16:41:05.625251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.627301"], ["updated_at", "2018-10-11 16:41:05.627301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.628956"], ["updated_at", "2018-10-11 16:41:05.628956"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.630489"], ["updated_at", "2018-10-11 16:41:05.630489"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.632624"], ["updated_at", "2018-10-11 16:41:05.632624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.634409"], ["updated_at", "2018-10-11 16:41:05.634409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.635993"], ["updated_at", "2018-10-11 16:41:05.635993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.637627"], ["updated_at", "2018-10-11 16:41:05.637627"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.639331"], ["updated_at", "2018-10-11 16:41:05.639331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.641213"], ["updated_at", "2018-10-11 16:41:05.641213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.643094"], ["updated_at", "2018-10-11 16:41:05.643094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.644808"], ["updated_at", "2018-10-11 16:41:05.644808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.646365"], ["updated_at", "2018-10-11 16:41:05.646365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.647990"], ["updated_at", "2018-10-11 16:41:05.647990"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.649683"], ["updated_at", "2018-10-11 16:41:05.649683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.651496"], ["updated_at", "2018-10-11 16:41:05.651496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.653059"], ["updated_at", "2018-10-11 16:41:05.653059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.654766"], ["updated_at", "2018-10-11 16:41:05.654766"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.656827"], ["updated_at", "2018-10-11 16:41:05.656827"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.659447"], ["updated_at", "2018-10-11 16:41:05.659447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.661593"], ["updated_at", "2018-10-11 16:41:05.661593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.663276"], ["updated_at", "2018-10-11 16:41:05.663276"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.664903"], ["updated_at", "2018-10-11 16:41:05.664903"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.666899"], ["updated_at", "2018-10-11 16:41:05.666899"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.668682"], ["updated_at", "2018-10-11 16:41:05.668682"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.671620"], ["updated_at", "2018-10-11 16:41:05.671620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.673367"], ["updated_at", "2018-10-11 16:41:05.673367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.675041"], ["updated_at", "2018-10-11 16:41:05.675041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.676689"], ["updated_at", "2018-10-11 16:41:05.676689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.678275"], ["updated_at", "2018-10-11 16:41:05.678275"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.679966"], ["updated_at", "2018-10-11 16:41:05.679966"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.683980"], ["updated_at", "2018-10-11 16:41:05.683980"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.687163"], ["updated_at", "2018-10-11 16:41:05.687163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.689121"], ["updated_at", "2018-10-11 16:41:05.689121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.691111"], ["updated_at", "2018-10-11 16:41:05.691111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.692802"], ["updated_at", "2018-10-11 16:41:05.692802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.694490"], ["updated_at", "2018-10-11 16:41:05.694490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.696100"], ["updated_at", "2018-10-11 16:41:05.696100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.697670"], ["updated_at", "2018-10-11 16:41:05.697670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.699414"], ["updated_at", "2018-10-11 16:41:05.699414"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.701379"], ["updated_at", "2018-10-11 16:41:05.701379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.703166"], ["updated_at", "2018-10-11 16:41:05.703166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.704774"], ["updated_at", "2018-10-11 16:41:05.704774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.706562"], ["updated_at", "2018-10-11 16:41:05.706562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.708329"], ["updated_at", "2018-10-11 16:41:05.708329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.709901"], ["updated_at", "2018-10-11 16:41:05.709901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.711545"], ["updated_at", "2018-10-11 16:41:05.711545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.713166"], ["updated_at", "2018-10-11 16:41:05.713166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.714863"], ["updated_at", "2018-10-11 16:41:05.714863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.716518"], ["updated_at", "2018-10-11 16:41:05.716518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.718163"], ["updated_at", "2018-10-11 16:41:05.718163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.719791"], ["updated_at", "2018-10-11 16:41:05.719791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.721428"], ["updated_at", "2018-10-11 16:41:05.721428"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.723636"], ["updated_at", "2018-10-11 16:41:05.723636"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.726342"], ["updated_at", "2018-10-11 16:41:05.726342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.728376"], ["updated_at", "2018-10-11 16:41:05.728376"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.730103"], ["updated_at", "2018-10-11 16:41:05.730103"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.732083"], ["updated_at", "2018-10-11 16:41:05.732083"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.734071"], ["updated_at", "2018-10-11 16:41:05.734071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.736036"], ["updated_at", "2018-10-11 16:41:05.736036"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.737950"], ["updated_at", "2018-10-11 16:41:05.737950"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.741932"], ["updated_at", "2018-10-11 16:41:05.741932"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.744711"], ["updated_at", "2018-10-11 16:41:05.744711"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.747210"], ["updated_at", "2018-10-11 16:41:05.747210"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.752281"], ["updated_at", "2018-10-11 16:41:05.752281"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.755243"], ["updated_at", "2018-10-11 16:41:05.755243"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.756986"], ["updated_at", "2018-10-11 16:41:05.756986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.760341"], ["updated_at", "2018-10-11 16:41:05.760341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.762042"], ["updated_at", "2018-10-11 16:41:05.762042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.763598"], ["updated_at", "2018-10-11 16:41:05.763598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.765283"], ["updated_at", "2018-10-11 16:41:05.765283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.767071"], ["updated_at", "2018-10-11 16:41:05.767071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.768656"], ["updated_at", "2018-10-11 16:41:05.768656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.770226"], ["updated_at", "2018-10-11 16:41:05.770226"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.771845"], ["updated_at", "2018-10-11 16:41:05.771845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.773653"], ["updated_at", "2018-10-11 16:41:05.773653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.775319"], ["updated_at", "2018-10-11 16:41:05.775319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.776927"], ["updated_at", "2018-10-11 16:41:05.776927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.778475"], ["updated_at", "2018-10-11 16:41:05.778475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.780148"], ["updated_at", "2018-10-11 16:41:05.780148"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.781729"], ["updated_at", "2018-10-11 16:41:05.781729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.783486"], ["updated_at", "2018-10-11 16:41:05.783486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.785384"], ["updated_at", "2018-10-11 16:41:05.785384"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.787113"], ["updated_at", "2018-10-11 16:41:05.787113"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.788868"], ["updated_at", "2018-10-11 16:41:05.788868"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.791463"], ["updated_at", "2018-10-11 16:41:05.791463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.794650"], ["updated_at", "2018-10-11 16:41:05.794650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.796419"], ["updated_at", "2018-10-11 16:41:05.796419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.798192"], ["updated_at", "2018-10-11 16:41:05.798192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.799968"], ["updated_at", "2018-10-11 16:41:05.799968"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.801596"], ["updated_at", "2018-10-11 16:41:05.801596"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.803978"], ["updated_at", "2018-10-11 16:41:05.803978"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.807518"], ["updated_at", "2018-10-11 16:41:05.807518"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.809592"], ["updated_at", "2018-10-11 16:41:05.809592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.811755"], ["updated_at", "2018-10-11 16:41:05.811755"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.813961"], ["updated_at", "2018-10-11 16:41:05.813961"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.817981"], ["updated_at", "2018-10-11 16:41:05.817981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.820757"], ["updated_at", "2018-10-11 16:41:05.820757"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.822589"], ["updated_at", "2018-10-11 16:41:05.822589"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.824896"], ["updated_at", "2018-10-11 16:41:05.824896"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.826852"], ["updated_at", "2018-10-11 16:41:05.826852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.828625"], ["updated_at", "2018-10-11 16:41:05.828625"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.830302"], ["updated_at", "2018-10-11 16:41:05.830302"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.831993"], ["updated_at", "2018-10-11 16:41:05.831993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.833724"], ["updated_at", "2018-10-11 16:41:05.833724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.835280"], ["updated_at", "2018-10-11 16:41:05.835280"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.836926"], ["updated_at", "2018-10-11 16:41:05.836926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.838701"], ["updated_at", "2018-10-11 16:41:05.838701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.840582"], ["updated_at", "2018-10-11 16:41:05.840582"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.842300"], ["updated_at", "2018-10-11 16:41:05.842300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.844059"], ["updated_at", "2018-10-11 16:41:05.844059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.845875"], ["updated_at", "2018-10-11 16:41:05.845875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.847751"], ["updated_at", "2018-10-11 16:41:05.847751"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.849446"], ["updated_at", "2018-10-11 16:41:05.849446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.851295"], ["updated_at", "2018-10-11 16:41:05.851295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.852855"], ["updated_at", "2018-10-11 16:41:05.852855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.854525"], ["updated_at", "2018-10-11 16:41:05.854525"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.856364"], ["updated_at", "2018-10-11 16:41:05.856364"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.858830"], ["updated_at", "2018-10-11 16:41:05.858830"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.861589"], ["updated_at", "2018-10-11 16:41:05.861589"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.863454"], ["updated_at", "2018-10-11 16:41:05.863454"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.865621"], ["updated_at", "2018-10-11 16:41:05.865621"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.867787"], ["updated_at", "2018-10-11 16:41:05.867787"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.869848"], ["updated_at", "2018-10-11 16:41:05.869848"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.871941"], ["updated_at", "2018-10-11 16:41:05.871941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.877426"], ["updated_at", "2018-10-11 16:41:05.877426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.879125"], ["updated_at", "2018-10-11 16:41:05.879125"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.881544"], ["updated_at", "2018-10-11 16:41:05.881544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.886730"], ["updated_at", "2018-10-11 16:41:05.886730"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.888652"], ["updated_at", "2018-10-11 16:41:05.888652"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.890940"], ["updated_at", "2018-10-11 16:41:05.890940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.892648"], ["updated_at", "2018-10-11 16:41:05.892648"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.894206"], ["updated_at", "2018-10-11 16:41:05.894206"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.896521"], ["updated_at", "2018-10-11 16:41:05.896521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.898694"], ["updated_at", "2018-10-11 16:41:05.898694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.900378"], ["updated_at", "2018-10-11 16:41:05.900378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.901999"], ["updated_at", "2018-10-11 16:41:05.901999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.903583"], ["updated_at", "2018-10-11 16:41:05.903583"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.905534"], ["updated_at", "2018-10-11 16:41:05.905534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.907754"], ["updated_at", "2018-10-11 16:41:05.907754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.909478"], ["updated_at", "2018-10-11 16:41:05.909478"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.911254"], ["updated_at", "2018-10-11 16:41:05.911254"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.913850"], ["updated_at", "2018-10-11 16:41:05.913850"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.915791"], ["updated_at", "2018-10-11 16:41:05.915791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.917741"], ["updated_at", "2018-10-11 16:41:05.917741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.919339"], ["updated_at", "2018-10-11 16:41:05.919339"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.920970"], ["updated_at", "2018-10-11 16:41:05.920970"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.922668"], ["updated_at", "2018-10-11 16:41:05.922668"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.924869"], ["updated_at", "2018-10-11 16:41:05.924869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.927630"], ["updated_at", "2018-10-11 16:41:05.927630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.929359"], ["updated_at", "2018-10-11 16:41:05.929359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.931030"], ["updated_at", "2018-10-11 16:41:05.931030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.932672"], ["updated_at", "2018-10-11 16:41:05.932672"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.934366"], ["updated_at", "2018-10-11 16:41:05.934366"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.936334"], ["updated_at", "2018-10-11 16:41:05.936334"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.940330"], ["updated_at", "2018-10-11 16:41:05.940330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.942320"], ["updated_at", "2018-10-11 16:41:05.942320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.943871"], ["updated_at", "2018-10-11 16:41:05.943871"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.945466"], ["updated_at", "2018-10-11 16:41:05.945466"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.947996"], ["updated_at", "2018-10-11 16:41:05.947996"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.951955"], ["updated_at", "2018-10-11 16:41:05.951955"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.954145"], ["updated_at", "2018-10-11 16:41:05.954145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.955845"], ["updated_at", "2018-10-11 16:41:05.955845"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.957626"], ["updated_at", "2018-10-11 16:41:05.957626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.959354"], ["updated_at", "2018-10-11 16:41:05.959354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.960896"], ["updated_at", "2018-10-11 16:41:05.960896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.962561"], ["updated_at", "2018-10-11 16:41:05.962561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.964287"], ["updated_at", "2018-10-11 16:41:05.964287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.966019"], ["updated_at", "2018-10-11 16:41:05.966019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.967707"], ["updated_at", "2018-10-11 16:41:05.967707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.969597"], ["updated_at", "2018-10-11 16:41:05.969597"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.971198"], ["updated_at", "2018-10-11 16:41:05.971198"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.972948"], ["updated_at", "2018-10-11 16:41:05.972948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.974804"], ["updated_at", "2018-10-11 16:41:05.974804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.976502"], ["updated_at", "2018-10-11 16:41:05.976502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.978052"], ["updated_at", "2018-10-11 16:41:05.978052"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.979653"], ["updated_at", "2018-10-11 16:41:05.979653"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.981930"], ["updated_at", "2018-10-11 16:41:05.981930"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.984720"], ["updated_at", "2018-10-11 16:41:05.984720"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.987359"], ["updated_at", "2018-10-11 16:41:05.987359"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.990278"], ["updated_at", "2018-10-11 16:41:05.990278"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.993221"], ["updated_at", "2018-10-11 16:41:05.993221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.995514"], ["updated_at", "2018-10-11 16:41:05.995514"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.997407"], ["updated_at", "2018-10-11 16:41:05.997407"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:05.999407"], ["updated_at", "2018-10-11 16:41:05.999407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.001343"], ["updated_at", "2018-10-11 16:41:06.001343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.002920"], ["updated_at", "2018-10-11 16:41:06.002920"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.007752"], ["updated_at", "2018-10-11 16:41:06.007752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.009433"], ["updated_at", "2018-10-11 16:41:06.009433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.011081"], ["updated_at", "2018-10-11 16:41:06.011081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.012751"], ["updated_at", "2018-10-11 16:41:06.012751"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.015057"], ["updated_at", "2018-10-11 16:41:06.015057"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.018840"], ["updated_at", "2018-10-11 16:41:06.018840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.021475"], ["updated_at", "2018-10-11 16:41:06.021475"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.023305"], ["updated_at", "2018-10-11 16:41:06.023305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.025673"], ["updated_at", "2018-10-11 16:41:06.025673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.027275"], ["updated_at", "2018-10-11 16:41:06.027275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.028898"], ["updated_at", "2018-10-11 16:41:06.028898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.030507"], ["updated_at", "2018-10-11 16:41:06.030507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.032168"], ["updated_at", "2018-10-11 16:41:06.032168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.033843"], ["updated_at", "2018-10-11 16:41:06.033843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.035421"], ["updated_at", "2018-10-11 16:41:06.035421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.036975"], ["updated_at", "2018-10-11 16:41:06.036975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.038709"], ["updated_at", "2018-10-11 16:41:06.038709"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.040396"], ["updated_at", "2018-10-11 16:41:06.040396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.042094"], ["updated_at", "2018-10-11 16:41:06.042094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.043649"], ["updated_at", "2018-10-11 16:41:06.043649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.045302"], ["updated_at", "2018-10-11 16:41:06.045302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.046997"], ["updated_at", "2018-10-11 16:41:06.046997"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.048586"], ["updated_at", "2018-10-11 16:41:06.048586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.050344"], ["updated_at", "2018-10-11 16:41:06.050344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.051965"], ["updated_at", "2018-10-11 16:41:06.051965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.053505"], ["updated_at", "2018-10-11 16:41:06.053505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.055194"], ["updated_at", "2018-10-11 16:41:06.055194"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.057363"], ["updated_at", "2018-10-11 16:41:06.057363"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.060511"], ["updated_at", "2018-10-11 16:41:06.060511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.062411"], ["updated_at", "2018-10-11 16:41:06.062411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.064073"], ["updated_at", "2018-10-11 16:41:06.064073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.065746"], ["updated_at", "2018-10-11 16:41:06.065746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.067528"], ["updated_at", "2018-10-11 16:41:06.067528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.069181"], ["updated_at", "2018-10-11 16:41:06.069181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.071880"], ["updated_at", "2018-10-11 16:41:06.071880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.073626"], ["updated_at", "2018-10-11 16:41:06.073626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.075305"], ["updated_at", "2018-10-11 16:41:06.075305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.076842"], ["updated_at", "2018-10-11 16:41:06.076842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.078500"], ["updated_at", "2018-10-11 16:41:06.078500"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.080617"], ["updated_at", "2018-10-11 16:41:06.080617"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.084859"], ["updated_at", "2018-10-11 16:41:06.084859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.087527"], ["updated_at", "2018-10-11 16:41:06.087527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.089177"], ["updated_at", "2018-10-11 16:41:06.089177"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.091104"], ["updated_at", "2018-10-11 16:41:06.091104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.093260"], ["updated_at", "2018-10-11 16:41:06.093260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.095105"], ["updated_at", "2018-10-11 16:41:06.095105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.096821"], ["updated_at", "2018-10-11 16:41:06.096821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.098475"], ["updated_at", "2018-10-11 16:41:06.098475"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.100196"], ["updated_at", "2018-10-11 16:41:06.100196"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.102310"], ["updated_at", "2018-10-11 16:41:06.102310"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.105214"], ["updated_at", "2018-10-11 16:41:06.105214"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.108111"], ["updated_at", "2018-10-11 16:41:06.108111"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.110744"], ["updated_at", "2018-10-11 16:41:06.110744"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.113267"], ["updated_at", "2018-10-11 16:41:06.113267"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.115826"], ["updated_at", "2018-10-11 16:41:06.115826"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.118202"], ["updated_at", "2018-10-11 16:41:06.118202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.120746"], ["updated_at", "2018-10-11 16:41:06.120746"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.122600"], ["updated_at", "2018-10-11 16:41:06.122600"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.125044"], ["updated_at", "2018-10-11 16:41:06.125044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.127569"], ["updated_at", "2018-10-11 16:41:06.127569"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.129290"], ["updated_at", "2018-10-11 16:41:06.129290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.130845"], ["updated_at", "2018-10-11 16:41:06.130845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.132425"], ["updated_at", "2018-10-11 16:41:06.132425"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.134127"], ["updated_at", "2018-10-11 16:41:06.134127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.136286"], ["updated_at", "2018-10-11 16:41:06.136286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.139052"], ["updated_at", "2018-10-11 16:41:06.139052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.140762"], ["updated_at", "2018-10-11 16:41:06.140762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.142437"], ["updated_at", "2018-10-11 16:41:06.142437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.144036"], ["updated_at", "2018-10-11 16:41:06.144036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.145671"], ["updated_at", "2018-10-11 16:41:06.145671"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.147782"], ["updated_at", "2018-10-11 16:41:06.147782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.152094"], ["updated_at", "2018-10-11 16:41:06.152094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.154442"], ["updated_at", "2018-10-11 16:41:06.154442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.156125"], ["updated_at", "2018-10-11 16:41:06.156125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.157988"], ["updated_at", "2018-10-11 16:41:06.157988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.159765"], ["updated_at", "2018-10-11 16:41:06.159765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.161440"], ["updated_at", "2018-10-11 16:41:06.161440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.163054"], ["updated_at", "2018-10-11 16:41:06.163054"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.164622"], ["updated_at", "2018-10-11 16:41:06.164622"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.166400"], ["updated_at", "2018-10-11 16:41:06.166400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.168096"], ["updated_at", "2018-10-11 16:41:06.168096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.169711"], ["updated_at", "2018-10-11 16:41:06.169711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.171295"], ["updated_at", "2018-10-11 16:41:06.171295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.173064"], ["updated_at", "2018-10-11 16:41:06.173064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.174860"], ["updated_at", "2018-10-11 16:41:06.174860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.176442"], ["updated_at", "2018-10-11 16:41:06.176442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.178105"], ["updated_at", "2018-10-11 16:41:06.178105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.179726"], ["updated_at", "2018-10-11 16:41:06.179726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.181367"], ["updated_at", "2018-10-11 16:41:06.181367"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.183046"], ["updated_at", "2018-10-11 16:41:06.183046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.185053"], ["updated_at", "2018-10-11 16:41:06.185053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.186717"], ["updated_at", "2018-10-11 16:41:06.186717"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.188337"], ["updated_at", "2018-10-11 16:41:06.188337"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.190328"], ["updated_at", "2018-10-11 16:41:06.190328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.193199"], ["updated_at", "2018-10-11 16:41:06.193199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.195288"], ["updated_at", "2018-10-11 16:41:06.195288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.197019"], ["updated_at", "2018-10-11 16:41:06.197019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.198691"], ["updated_at", "2018-10-11 16:41:06.198691"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.201827"], ["updated_at", "2018-10-11 16:41:06.201827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.204727"], ["updated_at", "2018-10-11 16:41:06.204727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.206560"], ["updated_at", "2018-10-11 16:41:06.206560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.208307"], ["updated_at", "2018-10-11 16:41:06.208307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.209861"], ["updated_at", "2018-10-11 16:41:06.209861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.211453"], ["updated_at", "2018-10-11 16:41:06.211453"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.213192"], ["updated_at", "2018-10-11 16:41:06.213192"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.216461"], ["updated_at", "2018-10-11 16:41:06.216461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.220324"], ["updated_at", "2018-10-11 16:41:06.220324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.222034"], ["updated_at", "2018-10-11 16:41:06.222034"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.224067"], ["updated_at", "2018-10-11 16:41:06.224067"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.226712"], ["updated_at", "2018-10-11 16:41:06.226712"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.229328"], ["updated_at", "2018-10-11 16:41:06.229328"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.231899"], ["updated_at", "2018-10-11 16:41:06.231899"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.234708"], ["updated_at", "2018-10-11 16:41:06.234708"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.237308"], ["updated_at", "2018-10-11 16:41:06.237308"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.240233"], ["updated_at", "2018-10-11 16:41:06.240233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.243049"], ["updated_at", "2018-10-11 16:41:06.243049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.244988"], ["updated_at", "2018-10-11 16:41:06.244988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.246602"], ["updated_at", "2018-10-11 16:41:06.246602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.248220"], ["updated_at", "2018-10-11 16:41:06.248220"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.249879"], ["updated_at", "2018-10-11 16:41:06.249879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.251581"], ["updated_at", "2018-10-11 16:41:06.251581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.253154"], ["updated_at", "2018-10-11 16:41:06.253154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.254783"], ["updated_at", "2018-10-11 16:41:06.254783"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.256828"], ["updated_at", "2018-10-11 16:41:06.256828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.259912"], ["updated_at", "2018-10-11 16:41:06.259912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.261806"], ["updated_at", "2018-10-11 16:41:06.261806"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.263520"], ["updated_at", "2018-10-11 16:41:06.263520"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.265360"], ["updated_at", "2018-10-11 16:41:06.265360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.267224"], ["updated_at", "2018-10-11 16:41:06.267224"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.268878"], ["updated_at", "2018-10-11 16:41:06.268878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.271794"], ["updated_at", "2018-10-11 16:41:06.271794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.273572"], ["updated_at", "2018-10-11 16:41:06.273572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.275241"], ["updated_at", "2018-10-11 16:41:06.275241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.276779"], ["updated_at", "2018-10-11 16:41:06.276779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.278447"], ["updated_at", "2018-10-11 16:41:06.278447"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.280044"], ["updated_at", "2018-10-11 16:41:06.280044"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.283652"], ["updated_at", "2018-10-11 16:41:06.283652"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.287204"], ["updated_at", "2018-10-11 16:41:06.287204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.289022"], ["updated_at", "2018-10-11 16:41:06.289022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.290912"], ["updated_at", "2018-10-11 16:41:06.290912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.292668"], ["updated_at", "2018-10-11 16:41:06.292668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.294422"], ["updated_at", "2018-10-11 16:41:06.294422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.295998"], ["updated_at", "2018-10-11 16:41:06.295998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.297627"], ["updated_at", "2018-10-11 16:41:06.297627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.299341"], ["updated_at", "2018-10-11 16:41:06.299341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.301064"], ["updated_at", "2018-10-11 16:41:06.301064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.302740"], ["updated_at", "2018-10-11 16:41:06.302740"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.304426"], ["updated_at", "2018-10-11 16:41:06.304426"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.306127"], ["updated_at", "2018-10-11 16:41:06.306127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.307882"], ["updated_at", "2018-10-11 16:41:06.307882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.309515"], ["updated_at", "2018-10-11 16:41:06.309515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.311053"], ["updated_at", "2018-10-11 16:41:06.311053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.312644"], ["updated_at", "2018-10-11 16:41:06.312644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.314343"], ["updated_at", "2018-10-11 16:41:06.314343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.315979"], ["updated_at", "2018-10-11 16:41:06.315979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.317646"], ["updated_at", "2018-10-11 16:41:06.317646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.319208"], ["updated_at", "2018-10-11 16:41:06.319208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.320849"], ["updated_at", "2018-10-11 16:41:06.320849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.322536"], ["updated_at", "2018-10-11 16:41:06.322536"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.324351"], ["updated_at", "2018-10-11 16:41:06.324351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.326835"], ["updated_at", "2018-10-11 16:41:06.326835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.328868"], ["updated_at", "2018-10-11 16:41:06.328868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.330521"], ["updated_at", "2018-10-11 16:41:06.330521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.332183"], ["updated_at", "2018-10-11 16:41:06.332183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.333795"], ["updated_at", "2018-10-11 16:41:06.333795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.335364"], ["updated_at", "2018-10-11 16:41:06.335364"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.338432"], ["updated_at", "2018-10-11 16:41:06.338432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.340142"], ["updated_at", "2018-10-11 16:41:06.340142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.341893"], ["updated_at", "2018-10-11 16:41:06.341893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.343484"], ["updated_at", "2018-10-11 16:41:06.343484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.345072"], ["updated_at", "2018-10-11 16:41:06.345072"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.346673"], ["updated_at", "2018-10-11 16:41:06.346673"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.349794"], ["updated_at", "2018-10-11 16:41:06.349794"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.354573"], ["updated_at", "2018-10-11 16:41:06.354573"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.357640"], ["updated_at", "2018-10-11 16:41:06.357640"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.360317"], ["updated_at", "2018-10-11 16:41:06.360317"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.362932"], ["updated_at", "2018-10-11 16:41:06.362932"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.365553"], ["updated_at", "2018-10-11 16:41:06.365553"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.368277"], ["updated_at", "2018-10-11 16:41:06.368277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.370540"], ["updated_at", "2018-10-11 16:41:06.370540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.372221"], ["updated_at", "2018-10-11 16:41:06.372221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.374083"], ["updated_at", "2018-10-11 16:41:06.374083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.375757"], ["updated_at", "2018-10-11 16:41:06.375757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.377345"], ["updated_at", "2018-10-11 16:41:06.377345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.378959"], ["updated_at", "2018-10-11 16:41:06.378959"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.380533"], ["updated_at", "2018-10-11 16:41:06.380533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.382210"], ["updated_at", "2018-10-11 16:41:06.382210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.383979"], ["updated_at", "2018-10-11 16:41:06.383979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.385543"], ["updated_at", "2018-10-11 16:41:06.385543"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.387487"], ["updated_at", "2018-10-11 16:41:06.387487"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.390143"], ["updated_at", "2018-10-11 16:41:06.390143"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.393783"], ["updated_at", "2018-10-11 16:41:06.393783"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.396997"], ["updated_at", "2018-10-11 16:41:06.396997"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.399275"], ["updated_at", "2018-10-11 16:41:06.399275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.401858"], ["updated_at", "2018-10-11 16:41:06.401858"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.403923"], ["updated_at", "2018-10-11 16:41:06.403923"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.405968"], ["updated_at", "2018-10-11 16:41:06.405968"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.409564"], ["updated_at", "2018-10-11 16:41:06.409564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.411535"], ["updated_at", "2018-10-11 16:41:06.411535"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.413164"], ["updated_at", "2018-10-11 16:41:06.413164"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.416145"], ["updated_at", "2018-10-11 16:41:06.416145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.420398"], ["updated_at", "2018-10-11 16:41:06.420398"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.422174"], ["updated_at", "2018-10-11 16:41:06.422174"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.424090"], ["updated_at", "2018-10-11 16:41:06.424090"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.425820"], ["updated_at", "2018-10-11 16:41:06.425820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.427480"], ["updated_at", "2018-10-11 16:41:06.427480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.429077"], ["updated_at", "2018-10-11 16:41:06.429077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.430654"], ["updated_at", "2018-10-11 16:41:06.430654"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.432337"], ["updated_at", "2018-10-11 16:41:06.432337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.434071"], ["updated_at", "2018-10-11 16:41:06.434071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.435678"], ["updated_at", "2018-10-11 16:41:06.435678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.437266"], ["updated_at", "2018-10-11 16:41:06.437266"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.438871"], ["updated_at", "2018-10-11 16:41:06.438871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.440579"], ["updated_at", "2018-10-11 16:41:06.440579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.442288"], ["updated_at", "2018-10-11 16:41:06.442288"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.443850"], ["updated_at", "2018-10-11 16:41:06.443850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.445584"], ["updated_at", "2018-10-11 16:41:06.445584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.447149"], ["updated_at", "2018-10-11 16:41:06.447149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.448775"], ["updated_at", "2018-10-11 16:41:06.448775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.450491"], ["updated_at", "2018-10-11 16:41:06.450491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.452168"], ["updated_at", "2018-10-11 16:41:06.452168"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.453737"], ["updated_at", "2018-10-11 16:41:06.453737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.455524"], ["updated_at", "2018-10-11 16:41:06.455524"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.457290"], ["updated_at", "2018-10-11 16:41:06.457290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.459951"], ["updated_at", "2018-10-11 16:41:06.459951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.461983"], ["updated_at", "2018-10-11 16:41:06.461983"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.463660"], ["updated_at", "2018-10-11 16:41:06.463660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.465312"], ["updated_at", "2018-10-11 16:41:06.465312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.467030"], ["updated_at", "2018-10-11 16:41:06.467030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.468604"], ["updated_at", "2018-10-11 16:41:06.468604"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.471865"], ["updated_at", "2018-10-11 16:41:06.471865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.473744"], ["updated_at", "2018-10-11 16:41:06.473744"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.475630"], ["updated_at", "2018-10-11 16:41:06.475630"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.478357"], ["updated_at", "2018-10-11 16:41:06.478357"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.481307"], ["updated_at", "2018-10-11 16:41:06.481307"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.486856"], ["updated_at", "2018-10-11 16:41:06.486856"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.489757"], ["updated_at", "2018-10-11 16:41:06.489757"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.492493"], ["updated_at", "2018-10-11 16:41:06.492493"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.495041"], ["updated_at", "2018-10-11 16:41:06.495041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.497496"], ["updated_at", "2018-10-11 16:41:06.497496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.499219"], ["updated_at", "2018-10-11 16:41:06.499219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.500935"], ["updated_at", "2018-10-11 16:41:06.500935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.502559"], ["updated_at", "2018-10-11 16:41:06.502559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.504203"], ["updated_at", "2018-10-11 16:41:06.504203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.505831"], ["updated_at", "2018-10-11 16:41:06.505831"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.507461"], ["updated_at", "2018-10-11 16:41:06.507461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.509313"], ["updated_at", "2018-10-11 16:41:06.509313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.510967"], ["updated_at", "2018-10-11 16:41:06.510967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.512533"], ["updated_at", "2018-10-11 16:41:06.512533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.514158"], ["updated_at", "2018-10-11 16:41:06.514158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.515935"], ["updated_at", "2018-10-11 16:41:06.515935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.517633"], ["updated_at", "2018-10-11 16:41:06.517633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.519261"], ["updated_at", "2018-10-11 16:41:06.519261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.520821"], ["updated_at", "2018-10-11 16:41:06.520821"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.522553"], ["updated_at", "2018-10-11 16:41:06.522553"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.524901"], ["updated_at", "2018-10-11 16:41:06.524901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.527594"], ["updated_at", "2018-10-11 16:41:06.527594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.529295"], ["updated_at", "2018-10-11 16:41:06.529295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.530938"], ["updated_at", "2018-10-11 16:41:06.530938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.532589"], ["updated_at", "2018-10-11 16:41:06.532589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.534275"], ["updated_at", "2018-10-11 16:41:06.534275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.535991"], ["updated_at", "2018-10-11 16:41:06.535991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.538867"], ["updated_at", "2018-10-11 16:41:06.538867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.540620"], ["updated_at", "2018-10-11 16:41:06.540620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.542335"], ["updated_at", "2018-10-11 16:41:06.542335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.543902"], ["updated_at", "2018-10-11 16:41:06.543902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.545530"], ["updated_at", "2018-10-11 16:41:06.545530"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.547085"], ["updated_at", "2018-10-11 16:41:06.547085"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.550337"], ["updated_at", "2018-10-11 16:41:06.550337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.554223"], ["updated_at", "2018-10-11 16:41:06.554223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.555913"], ["updated_at", "2018-10-11 16:41:06.555913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.557736"], ["updated_at", "2018-10-11 16:41:06.557736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.559380"], ["updated_at", "2018-10-11 16:41:06.559380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.561025"], ["updated_at", "2018-10-11 16:41:06.561025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.562590"], ["updated_at", "2018-10-11 16:41:06.562590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.564198"], ["updated_at", "2018-10-11 16:41:06.564198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.565818"], ["updated_at", "2018-10-11 16:41:06.565818"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.567511"], ["updated_at", "2018-10-11 16:41:06.567511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.569329"], ["updated_at", "2018-10-11 16:41:06.569329"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.570959"], ["updated_at", "2018-10-11 16:41:06.570959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.572691"], ["updated_at", "2018-10-11 16:41:06.572691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.574714"], ["updated_at", "2018-10-11 16:41:06.574714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.576522"], ["updated_at", "2018-10-11 16:41:06.576522"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.578384"], ["updated_at", "2018-10-11 16:41:06.578384"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.579974"], ["updated_at", "2018-10-11 16:41:06.579974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.581850"], ["updated_at", "2018-10-11 16:41:06.581850"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.584088"], ["updated_at", "2018-10-11 16:41:06.584088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.586030"], ["updated_at", "2018-10-11 16:41:06.586030"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.587643"], ["updated_at", "2018-10-11 16:41:06.587643"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.590349"], ["updated_at", "2018-10-11 16:41:06.590349"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.593551"], ["updated_at", "2018-10-11 16:41:06.593551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.596000"], ["updated_at", "2018-10-11 16:41:06.596000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.597770"], ["updated_at", "2018-10-11 16:41:06.597770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.599672"], ["updated_at", "2018-10-11 16:41:06.599672"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.601507"], ["updated_at", "2018-10-11 16:41:06.601507"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.603344"], ["updated_at", "2018-10-11 16:41:06.603344"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.606964"], ["updated_at", "2018-10-11 16:41:06.606964"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.609784"], ["updated_at", "2018-10-11 16:41:06.609784"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.612407"], ["updated_at", "2018-10-11 16:41:06.612407"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.615963"], ["updated_at", "2018-10-11 16:41:06.615963"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.620873"], ["updated_at", "2018-10-11 16:41:06.620873"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.623779"], ["updated_at", "2018-10-11 16:41:06.623779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.626404"], ["updated_at", "2018-10-11 16:41:06.626404"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.628122"], ["updated_at", "2018-10-11 16:41:06.628122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.629833"], ["updated_at", "2018-10-11 16:41:06.629833"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.631423"], ["updated_at", "2018-10-11 16:41:06.631423"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.633254"], ["updated_at", "2018-10-11 16:41:06.633254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.634967"], ["updated_at", "2018-10-11 16:41:06.634967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.636585"], ["updated_at", "2018-10-11 16:41:06.636585"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.638364"], ["updated_at", "2018-10-11 16:41:06.638364"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.640418"], ["updated_at", "2018-10-11 16:41:06.640418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.642239"], ["updated_at", "2018-10-11 16:41:06.642239"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.643880"], ["updated_at", "2018-10-11 16:41:06.643880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.645522"], ["updated_at", "2018-10-11 16:41:06.645522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.647152"], ["updated_at", "2018-10-11 16:41:06.647152"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.650041"], ["updated_at", "2018-10-11 16:41:06.650041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.651823"], ["updated_at", "2018-10-11 16:41:06.651823"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.653405"], ["updated_at", "2018-10-11 16:41:06.653405"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.655116"], ["updated_at", "2018-10-11 16:41:06.655116"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.658165"], ["updated_at", "2018-10-11 16:41:06.658165"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.660878"], ["updated_at", "2018-10-11 16:41:06.660878"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.662844"], ["updated_at", "2018-10-11 16:41:06.662844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.664742"], ["updated_at", "2018-10-11 16:41:06.664742"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.666905"], ["updated_at", "2018-10-11 16:41:06.666905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.669034"], ["updated_at", "2018-10-11 16:41:06.669034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.670852"], ["updated_at", "2018-10-11 16:41:06.670852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.674679"], ["updated_at", "2018-10-11 16:41:06.674679"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.676424"], ["updated_at", "2018-10-11 16:41:06.676424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.677995"], ["updated_at", "2018-10-11 16:41:06.677995"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.679799"], ["updated_at", "2018-10-11 16:41:06.679799"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.682995"], ["updated_at", "2018-10-11 16:41:06.682995"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.686351"], ["updated_at", "2018-10-11 16:41:06.686351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.688312"], ["updated_at", "2018-10-11 16:41:06.688312"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.690302"], ["updated_at", "2018-10-11 16:41:06.690302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.693170"], ["updated_at", "2018-10-11 16:41:06.693170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.694789"], ["updated_at", "2018-10-11 16:41:06.694789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.696371"], ["updated_at", "2018-10-11 16:41:06.696371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.698078"], ["updated_at", "2018-10-11 16:41:06.698078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.699775"], ["updated_at", "2018-10-11 16:41:06.699775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.701495"], ["updated_at", "2018-10-11 16:41:06.701495"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.703162"], ["updated_at", "2018-10-11 16:41:06.703162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.704697"], ["updated_at", "2018-10-11 16:41:06.704697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.706329"], ["updated_at", "2018-10-11 16:41:06.706329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.708061"], ["updated_at", "2018-10-11 16:41:06.708061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.709763"], ["updated_at", "2018-10-11 16:41:06.709763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.711332"], ["updated_at", "2018-10-11 16:41:06.711332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.712941"], ["updated_at", "2018-10-11 16:41:06.712941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.714485"], ["updated_at", "2018-10-11 16:41:06.714485"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.716040"], ["updated_at", "2018-10-11 16:41:06.716040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.717846"], ["updated_at", "2018-10-11 16:41:06.717846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.719445"], ["updated_at", "2018-10-11 16:41:06.719445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.721011"], ["updated_at", "2018-10-11 16:41:06.721011"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.722613"], ["updated_at", "2018-10-11 16:41:06.722613"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.724705"], ["updated_at", "2018-10-11 16:41:06.724705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.727275"], ["updated_at", "2018-10-11 16:41:06.727275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.729023"], ["updated_at", "2018-10-11 16:41:06.729023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.730674"], ["updated_at", "2018-10-11 16:41:06.730674"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.732667"], ["updated_at", "2018-10-11 16:41:06.732667"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.735273"], ["updated_at", "2018-10-11 16:41:06.735273"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.737768"], ["updated_at", "2018-10-11 16:41:06.737768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.744128"], ["updated_at", "2018-10-11 16:41:06.744128"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.746194"], ["updated_at", "2018-10-11 16:41:06.746194"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.750827"], ["updated_at", "2018-10-11 16:41:06.750827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.753901"], ["updated_at", "2018-10-11 16:41:06.753901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.755578"], ["updated_at", "2018-10-11 16:41:06.755578"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.757184"], ["updated_at", "2018-10-11 16:41:06.757184"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.759584"], ["updated_at", "2018-10-11 16:41:06.759584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.761511"], ["updated_at", "2018-10-11 16:41:06.761511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.763122"], ["updated_at", "2018-10-11 16:41:06.763122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.764731"], ["updated_at", "2018-10-11 16:41:06.764731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.766376"], ["updated_at", "2018-10-11 16:41:06.766376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.767997"], ["updated_at", "2018-10-11 16:41:06.767997"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.769603"], ["updated_at", "2018-10-11 16:41:06.769603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.771147"], ["updated_at", "2018-10-11 16:41:06.771147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.772796"], ["updated_at", "2018-10-11 16:41:06.772796"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.774497"], ["updated_at", "2018-10-11 16:41:06.774497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.776981"], ["updated_at", "2018-10-11 16:41:06.776981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.778871"], ["updated_at", "2018-10-11 16:41:06.778871"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.780496"], ["updated_at", "2018-10-11 16:41:06.780496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.782072"], ["updated_at", "2018-10-11 16:41:06.782072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.783890"], ["updated_at", "2018-10-11 16:41:06.783890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.785657"], ["updated_at", "2018-10-11 16:41:06.785657"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.787343"], ["updated_at", "2018-10-11 16:41:06.787343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.788956"], ["updated_at", "2018-10-11 16:41:06.788956"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.790924"], ["updated_at", "2018-10-11 16:41:06.790924"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.794898"], ["updated_at", "2018-10-11 16:41:06.794898"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.797043"], ["updated_at", "2018-10-11 16:41:06.797043"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.799193"], ["updated_at", "2018-10-11 16:41:06.799193"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.801349"], ["updated_at", "2018-10-11 16:41:06.801349"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.803653"], ["updated_at", "2018-10-11 16:41:06.803653"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.805589"], ["updated_at", "2018-10-11 16:41:06.805589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.809464"], ["updated_at", "2018-10-11 16:41:06.809464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.811240"], ["updated_at", "2018-10-11 16:41:06.811240"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.812971"], ["updated_at", "2018-10-11 16:41:06.812971"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.815771"], ["updated_at", "2018-10-11 16:41:06.815771"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.819254"], ["updated_at", "2018-10-11 16:41:06.819254"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.821898"], ["updated_at", "2018-10-11 16:41:06.821898"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.824472"], ["updated_at", "2018-10-11 16:41:06.824472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.826480"], ["updated_at", "2018-10-11 16:41:06.826480"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.828281"], ["updated_at", "2018-10-11 16:41:06.828281"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.830864"], ["updated_at", "2018-10-11 16:41:06.830864"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.833527"], ["updated_at", "2018-10-11 16:41:06.833527"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.835766"], ["updated_at", "2018-10-11 16:41:06.835766"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.838298"], ["updated_at", "2018-10-11 16:41:06.838298"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.840472"], ["updated_at", "2018-10-11 16:41:06.840472"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.842591"], ["updated_at", "2018-10-11 16:41:06.842591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.845650"], ["updated_at", "2018-10-11 16:41:06.845650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.847342"], ["updated_at", "2018-10-11 16:41:06.847342"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.848984"], ["updated_at", "2018-10-11 16:41:06.848984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.850932"], ["updated_at", "2018-10-11 16:41:06.850932"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.852455"], ["updated_at", "2018-10-11 16:41:06.852455"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.854045"], ["updated_at", "2018-10-11 16:41:06.854045"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.856816"], ["updated_at", "2018-10-11 16:41:06.856816"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.859954"], ["updated_at", "2018-10-11 16:41:06.859954"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.863037"], ["updated_at", "2018-10-11 16:41:06.863037"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.866045"], ["updated_at", "2018-10-11 16:41:06.866045"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.870095"], ["updated_at", "2018-10-11 16:41:06.870095"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.873303"], ["updated_at", "2018-10-11 16:41:06.873303"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.877704"], ["updated_at", "2018-10-11 16:41:06.877704"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.880122"], ["updated_at", "2018-10-11 16:41:06.880122"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.884732"], ["updated_at", "2018-10-11 16:41:06.884732"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.887890"], ["updated_at", "2018-10-11 16:41:06.887890"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.890446"], ["updated_at", "2018-10-11 16:41:06.890446"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.893369"], ["updated_at", "2018-10-11 16:41:06.893369"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.897232"], ["updated_at", "2018-10-11 16:41:06.897232"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.899216"], ["updated_at", "2018-10-11 16:41:06.899216"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.901381"], ["updated_at", "2018-10-11 16:41:06.901381"], ["parent_id", 39895952907]] Kithe::Work Create (97.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:06.903379"], ["updated_at", "2018-10-11 16:41:06.903379"], ["parent_id", 39895952907]] Kithe::Work Create (20.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.004399"], ["updated_at", "2018-10-11 16:41:07.004399"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.028710"], ["updated_at", "2018-10-11 16:41:07.028710"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.033314"], ["updated_at", "2018-10-11 16:41:07.033314"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.037480"], ["updated_at", "2018-10-11 16:41:07.037480"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.040825"], ["updated_at", "2018-10-11 16:41:07.040825"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.044133"], ["updated_at", "2018-10-11 16:41:07.044133"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.047234"], ["updated_at", "2018-10-11 16:41:07.047234"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.050266"], ["updated_at", "2018-10-11 16:41:07.050266"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.052879"], ["updated_at", "2018-10-11 16:41:07.052879"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.056043"], ["updated_at", "2018-10-11 16:41:07.056043"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.059539"], ["updated_at", "2018-10-11 16:41:07.059539"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.062967"], ["updated_at", "2018-10-11 16:41:07.062967"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.066277"], ["updated_at", "2018-10-11 16:41:07.066277"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.069163"], ["updated_at", "2018-10-11 16:41:07.069163"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.072912"], ["updated_at", "2018-10-11 16:41:07.072912"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.077015"], ["updated_at", "2018-10-11 16:41:07.077015"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.081122"], ["updated_at", "2018-10-11 16:41:07.081122"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.084676"], ["updated_at", "2018-10-11 16:41:07.084676"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.088061"], ["updated_at", "2018-10-11 16:41:07.088061"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.091889"], ["updated_at", "2018-10-11 16:41:07.091889"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.095015"], ["updated_at", "2018-10-11 16:41:07.095015"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.098653"], ["updated_at", "2018-10-11 16:41:07.098653"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.104871"], ["updated_at", "2018-10-11 16:41:07.104871"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.109144"], ["updated_at", "2018-10-11 16:41:07.109144"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.113432"], ["updated_at", "2018-10-11 16:41:07.113432"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.117271"], ["updated_at", "2018-10-11 16:41:07.117271"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.121288"], ["updated_at", "2018-10-11 16:41:07.121288"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.124977"], ["updated_at", "2018-10-11 16:41:07.124977"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.128747"], ["updated_at", "2018-10-11 16:41:07.128747"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.131941"], ["updated_at", "2018-10-11 16:41:07.131941"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.136541"], ["updated_at", "2018-10-11 16:41:07.136541"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.142291"], ["updated_at", "2018-10-11 16:41:07.142291"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.148397"], ["updated_at", "2018-10-11 16:41:07.148397"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.151725"], ["updated_at", "2018-10-11 16:41:07.151725"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.155004"], ["updated_at", "2018-10-11 16:41:07.155004"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.158520"], ["updated_at", "2018-10-11 16:41:07.158520"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.161869"], ["updated_at", "2018-10-11 16:41:07.161869"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.165656"], ["updated_at", "2018-10-11 16:41:07.165656"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.170887"], ["updated_at", "2018-10-11 16:41:07.170887"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.174165"], ["updated_at", "2018-10-11 16:41:07.174165"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.178393"], ["updated_at", "2018-10-11 16:41:07.178393"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.181108"], ["updated_at", "2018-10-11 16:41:07.181108"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.183910"], ["updated_at", "2018-10-11 16:41:07.183910"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.188361"], ["updated_at", "2018-10-11 16:41:07.188361"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.190315"], ["updated_at", "2018-10-11 16:41:07.190315"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.193615"], ["updated_at", "2018-10-11 16:41:07.193615"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.196534"], ["updated_at", "2018-10-11 16:41:07.196534"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.198602"], ["updated_at", "2018-10-11 16:41:07.198602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.200713"], ["updated_at", "2018-10-11 16:41:07.200713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.202403"], ["updated_at", "2018-10-11 16:41:07.202403"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.204001"], ["updated_at", "2018-10-11 16:41:07.204001"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.205605"], ["updated_at", "2018-10-11 16:41:07.205605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.208820"], ["updated_at", "2018-10-11 16:41:07.208820"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.210825"], ["updated_at", "2018-10-11 16:41:07.210825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.212652"], ["updated_at", "2018-10-11 16:41:07.212652"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.214455"], ["updated_at", "2018-10-11 16:41:07.214455"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.218438"], ["updated_at", "2018-10-11 16:41:07.218438"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.221556"], ["updated_at", "2018-10-11 16:41:07.221556"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.223250"], ["updated_at", "2018-10-11 16:41:07.223250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.225123"], ["updated_at", "2018-10-11 16:41:07.225123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.226761"], ["updated_at", "2018-10-11 16:41:07.226761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.228390"], ["updated_at", "2018-10-11 16:41:07.228390"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.230166"], ["updated_at", "2018-10-11 16:41:07.230166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.231879"], ["updated_at", "2018-10-11 16:41:07.231879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.233565"], ["updated_at", "2018-10-11 16:41:07.233565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.235177"], ["updated_at", "2018-10-11 16:41:07.235177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.236888"], ["updated_at", "2018-10-11 16:41:07.236888"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.238439"], ["updated_at", "2018-10-11 16:41:07.238439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.240101"], ["updated_at", "2018-10-11 16:41:07.240101"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.241752"], ["updated_at", "2018-10-11 16:41:07.241752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.243517"], ["updated_at", "2018-10-11 16:41:07.243517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.245137"], ["updated_at", "2018-10-11 16:41:07.245137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.246734"], ["updated_at", "2018-10-11 16:41:07.246734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.248356"], ["updated_at", "2018-10-11 16:41:07.248356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.249879"], ["updated_at", "2018-10-11 16:41:07.249879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.251606"], ["updated_at", "2018-10-11 16:41:07.251606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.253464"], ["updated_at", "2018-10-11 16:41:07.253464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.255052"], ["updated_at", "2018-10-11 16:41:07.255052"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.256824"], ["updated_at", "2018-10-11 16:41:07.256824"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.259236"], ["updated_at", "2018-10-11 16:41:07.259236"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.261994"], ["updated_at", "2018-10-11 16:41:07.261994"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.264421"], ["updated_at", "2018-10-11 16:41:07.264421"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.267223"], ["updated_at", "2018-10-11 16:41:07.267223"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.269436"], ["updated_at", "2018-10-11 16:41:07.269436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.271597"], ["updated_at", "2018-10-11 16:41:07.271597"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.273592"], ["updated_at", "2018-10-11 16:41:07.273592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.277467"], ["updated_at", "2018-10-11 16:41:07.277467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.279145"], ["updated_at", "2018-10-11 16:41:07.279145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.280764"], ["updated_at", "2018-10-11 16:41:07.280764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.282443"], ["updated_at", "2018-10-11 16:41:07.282443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.284327"], ["updated_at", "2018-10-11 16:41:07.284327"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.286919"], ["updated_at", "2018-10-11 16:41:07.286919"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.291369"], ["updated_at", "2018-10-11 16:41:07.291369"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.294550"], ["updated_at", "2018-10-11 16:41:07.294550"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.296682"], ["updated_at", "2018-10-11 16:41:07.296682"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.299253"], ["updated_at", "2018-10-11 16:41:07.299253"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.301146"], ["updated_at", "2018-10-11 16:41:07.301146"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.303077"], ["updated_at", "2018-10-11 16:41:07.303077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.304838"], ["updated_at", "2018-10-11 16:41:07.304838"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.306541"], ["updated_at", "2018-10-11 16:41:07.306541"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.308206"], ["updated_at", "2018-10-11 16:41:07.308206"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.309944"], ["updated_at", "2018-10-11 16:41:07.309944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.311685"], ["updated_at", "2018-10-11 16:41:07.311685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.313299"], ["updated_at", "2018-10-11 16:41:07.313299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.316239"], ["updated_at", "2018-10-11 16:41:07.316239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.317956"], ["updated_at", "2018-10-11 16:41:07.317956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.319750"], ["updated_at", "2018-10-11 16:41:07.319750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.321595"], ["updated_at", "2018-10-11 16:41:07.321595"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.323312"], ["updated_at", "2018-10-11 16:41:07.323312"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.325605"], ["updated_at", "2018-10-11 16:41:07.325605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.327728"], ["updated_at", "2018-10-11 16:41:07.327728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.329554"], ["updated_at", "2018-10-11 16:41:07.329554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.331179"], ["updated_at", "2018-10-11 16:41:07.331179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.332857"], ["updated_at", "2018-10-11 16:41:07.332857"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.334460"], ["updated_at", "2018-10-11 16:41:07.334460"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.338501"], ["updated_at", "2018-10-11 16:41:07.338501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.340210"], ["updated_at", "2018-10-11 16:41:07.340210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.341801"], ["updated_at", "2018-10-11 16:41:07.341801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.343486"], ["updated_at", "2018-10-11 16:41:07.343486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.345281"], ["updated_at", "2018-10-11 16:41:07.345281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.347062"], ["updated_at", "2018-10-11 16:41:07.347062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.348635"], ["updated_at", "2018-10-11 16:41:07.348635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.350219"], ["updated_at", "2018-10-11 16:41:07.350219"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.351840"], ["updated_at", "2018-10-11 16:41:07.351840"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.354716"], ["updated_at", "2018-10-11 16:41:07.354716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.359088"], ["updated_at", "2018-10-11 16:41:07.359088"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.360704"], ["updated_at", "2018-10-11 16:41:07.360704"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.362502"], ["updated_at", "2018-10-11 16:41:07.362502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.364446"], ["updated_at", "2018-10-11 16:41:07.364446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.366012"], ["updated_at", "2018-10-11 16:41:07.366012"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.367651"], ["updated_at", "2018-10-11 16:41:07.367651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.369267"], ["updated_at", "2018-10-11 16:41:07.369267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.370871"], ["updated_at", "2018-10-11 16:41:07.370871"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.372516"], ["updated_at", "2018-10-11 16:41:07.372516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.374191"], ["updated_at", "2018-10-11 16:41:07.374191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.375813"], ["updated_at", "2018-10-11 16:41:07.375813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.377392"], ["updated_at", "2018-10-11 16:41:07.377392"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.379269"], ["updated_at", "2018-10-11 16:41:07.379269"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.382082"], ["updated_at", "2018-10-11 16:41:07.382082"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.384819"], ["updated_at", "2018-10-11 16:41:07.384819"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.387429"], ["updated_at", "2018-10-11 16:41:07.387429"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.389860"], ["updated_at", "2018-10-11 16:41:07.389860"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.392682"], ["updated_at", "2018-10-11 16:41:07.392682"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.395064"], ["updated_at", "2018-10-11 16:41:07.395064"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.397135"], ["updated_at", "2018-10-11 16:41:07.397135"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.399105"], ["updated_at", "2018-10-11 16:41:07.399105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.400999"], ["updated_at", "2018-10-11 16:41:07.400999"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.402581"], ["updated_at", "2018-10-11 16:41:07.402581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.404151"], ["updated_at", "2018-10-11 16:41:07.404151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.407447"], ["updated_at", "2018-10-11 16:41:07.407447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.409078"], ["updated_at", "2018-10-11 16:41:07.409078"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.410729"], ["updated_at", "2018-10-11 16:41:07.410729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.412426"], ["updated_at", "2018-10-11 16:41:07.412426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.414088"], ["updated_at", "2018-10-11 16:41:07.414088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.415640"], ["updated_at", "2018-10-11 16:41:07.415640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.417281"], ["updated_at", "2018-10-11 16:41:07.417281"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.418839"], ["updated_at", "2018-10-11 16:41:07.418839"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.421845"], ["updated_at", "2018-10-11 16:41:07.421845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.425978"], ["updated_at", "2018-10-11 16:41:07.425978"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.427939"], ["updated_at", "2018-10-11 16:41:07.427939"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.429705"], ["updated_at", "2018-10-11 16:41:07.429705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.431411"], ["updated_at", "2018-10-11 16:41:07.431411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.433048"], ["updated_at", "2018-10-11 16:41:07.433048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.434680"], ["updated_at", "2018-10-11 16:41:07.434680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.436239"], ["updated_at", "2018-10-11 16:41:07.436239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.437979"], ["updated_at", "2018-10-11 16:41:07.437979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.439628"], ["updated_at", "2018-10-11 16:41:07.439628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.441255"], ["updated_at", "2018-10-11 16:41:07.441255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.442882"], ["updated_at", "2018-10-11 16:41:07.442882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.444452"], ["updated_at", "2018-10-11 16:41:07.444452"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.446126"], ["updated_at", "2018-10-11 16:41:07.446126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.447816"], ["updated_at", "2018-10-11 16:41:07.447816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.449340"], ["updated_at", "2018-10-11 16:41:07.449340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.450968"], ["updated_at", "2018-10-11 16:41:07.450968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.452654"], ["updated_at", "2018-10-11 16:41:07.452654"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.454266"], ["updated_at", "2018-10-11 16:41:07.454266"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.456015"], ["updated_at", "2018-10-11 16:41:07.456015"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.457981"], ["updated_at", "2018-10-11 16:41:07.457981"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.460553"], ["updated_at", "2018-10-11 16:41:07.460553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.462624"], ["updated_at", "2018-10-11 16:41:07.462624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.464433"], ["updated_at", "2018-10-11 16:41:07.464433"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.466077"], ["updated_at", "2018-10-11 16:41:07.466077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.467785"], ["updated_at", "2018-10-11 16:41:07.467785"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.469835"], ["updated_at", "2018-10-11 16:41:07.469835"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.472828"], ["updated_at", "2018-10-11 16:41:07.472828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.474544"], ["updated_at", "2018-10-11 16:41:07.474544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.476197"], ["updated_at", "2018-10-11 16:41:07.476197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.477824"], ["updated_at", "2018-10-11 16:41:07.477824"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.480176"], ["updated_at", "2018-10-11 16:41:07.480176"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.482812"], ["updated_at", "2018-10-11 16:41:07.482812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.485555"], ["updated_at", "2018-10-11 16:41:07.485555"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.488437"], ["updated_at", "2018-10-11 16:41:07.488437"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.493820"], ["updated_at", "2018-10-11 16:41:07.493820"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.495820"], ["updated_at", "2018-10-11 16:41:07.495820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.497638"], ["updated_at", "2018-10-11 16:41:07.497638"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.499210"], ["updated_at", "2018-10-11 16:41:07.499210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.500853"], ["updated_at", "2018-10-11 16:41:07.500853"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.502424"], ["updated_at", "2018-10-11 16:41:07.502424"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.504734"], ["updated_at", "2018-10-11 16:41:07.504734"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.507445"], ["updated_at", "2018-10-11 16:41:07.507445"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.510018"], ["updated_at", "2018-10-11 16:41:07.510018"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.512720"], ["updated_at", "2018-10-11 16:41:07.512720"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.515391"], ["updated_at", "2018-10-11 16:41:07.515391"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.518070"], ["updated_at", "2018-10-11 16:41:07.518070"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.520759"], ["updated_at", "2018-10-11 16:41:07.520759"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.523276"], ["updated_at", "2018-10-11 16:41:07.523276"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.525518"], ["updated_at", "2018-10-11 16:41:07.525518"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.527972"], ["updated_at", "2018-10-11 16:41:07.527972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.529945"], ["updated_at", "2018-10-11 16:41:07.529945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.531701"], ["updated_at", "2018-10-11 16:41:07.531701"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.533437"], ["updated_at", "2018-10-11 16:41:07.533437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.534973"], ["updated_at", "2018-10-11 16:41:07.534973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.537831"], ["updated_at", "2018-10-11 16:41:07.537831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.539542"], ["updated_at", "2018-10-11 16:41:07.539542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.541180"], ["updated_at", "2018-10-11 16:41:07.541180"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.542805"], ["updated_at", "2018-10-11 16:41:07.542805"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.544849"], ["updated_at", "2018-10-11 16:41:07.544849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.547102"], ["updated_at", "2018-10-11 16:41:07.547102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.549022"], ["updated_at", "2018-10-11 16:41:07.549022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.550698"], ["updated_at", "2018-10-11 16:41:07.550698"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.552245"], ["updated_at", "2018-10-11 16:41:07.552245"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.555179"], ["updated_at", "2018-10-11 16:41:07.555179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.559377"], ["updated_at", "2018-10-11 16:41:07.559377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.561327"], ["updated_at", "2018-10-11 16:41:07.561327"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.563110"], ["updated_at", "2018-10-11 16:41:07.563110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.564964"], ["updated_at", "2018-10-11 16:41:07.564964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.566523"], ["updated_at", "2018-10-11 16:41:07.566523"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.568107"], ["updated_at", "2018-10-11 16:41:07.568107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.569916"], ["updated_at", "2018-10-11 16:41:07.569916"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.571590"], ["updated_at", "2018-10-11 16:41:07.571590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.573363"], ["updated_at", "2018-10-11 16:41:07.573363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.574969"], ["updated_at", "2018-10-11 16:41:07.574969"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.576550"], ["updated_at", "2018-10-11 16:41:07.576550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.578196"], ["updated_at", "2018-10-11 16:41:07.578196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.579892"], ["updated_at", "2018-10-11 16:41:07.579892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.581501"], ["updated_at", "2018-10-11 16:41:07.581501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.583160"], ["updated_at", "2018-10-11 16:41:07.583160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.584714"], ["updated_at", "2018-10-11 16:41:07.584714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.586326"], ["updated_at", "2018-10-11 16:41:07.586326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.587933"], ["updated_at", "2018-10-11 16:41:07.587933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.589607"], ["updated_at", "2018-10-11 16:41:07.589607"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.591989"], ["updated_at", "2018-10-11 16:41:07.591989"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.595204"], ["updated_at", "2018-10-11 16:41:07.595204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.597261"], ["updated_at", "2018-10-11 16:41:07.597261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.599012"], ["updated_at", "2018-10-11 16:41:07.599012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.600827"], ["updated_at", "2018-10-11 16:41:07.600827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.602417"], ["updated_at", "2018-10-11 16:41:07.602417"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.605221"], ["updated_at", "2018-10-11 16:41:07.605221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.607189"], ["updated_at", "2018-10-11 16:41:07.607189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.608788"], ["updated_at", "2018-10-11 16:41:07.608788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.610411"], ["updated_at", "2018-10-11 16:41:07.610411"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.612159"], ["updated_at", "2018-10-11 16:41:07.612159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.614027"], ["updated_at", "2018-10-11 16:41:07.614027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.615646"], ["updated_at", "2018-10-11 16:41:07.615646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.617204"], ["updated_at", "2018-10-11 16:41:07.617204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.618820"], ["updated_at", "2018-10-11 16:41:07.618820"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.620853"], ["updated_at", "2018-10-11 16:41:07.620853"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.624962"], ["updated_at", "2018-10-11 16:41:07.624962"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.627461"], ["updated_at", "2018-10-11 16:41:07.627461"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.630304"], ["updated_at", "2018-10-11 16:41:07.630304"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.632810"], ["updated_at", "2018-10-11 16:41:07.632810"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.635669"], ["updated_at", "2018-10-11 16:41:07.635669"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.638397"], ["updated_at", "2018-10-11 16:41:07.638397"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.641123"], ["updated_at", "2018-10-11 16:41:07.641123"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.643530"], ["updated_at", "2018-10-11 16:41:07.643530"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.646784"], ["updated_at", "2018-10-11 16:41:07.646784"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.649547"], ["updated_at", "2018-10-11 16:41:07.649547"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.651653"], ["updated_at", "2018-10-11 16:41:07.651653"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.654016"], ["updated_at", "2018-10-11 16:41:07.654016"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.656870"], ["updated_at", "2018-10-11 16:41:07.656870"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.660715"], ["updated_at", "2018-10-11 16:41:07.660715"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.663611"], ["updated_at", "2018-10-11 16:41:07.663611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.666421"], ["updated_at", "2018-10-11 16:41:07.666421"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.668396"], ["updated_at", "2018-10-11 16:41:07.668396"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.670865"], ["updated_at", "2018-10-11 16:41:07.670865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.673525"], ["updated_at", "2018-10-11 16:41:07.673525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.676470"], ["updated_at", "2018-10-11 16:41:07.676470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.678258"], ["updated_at", "2018-10-11 16:41:07.678258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.680070"], ["updated_at", "2018-10-11 16:41:07.680070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.681848"], ["updated_at", "2018-10-11 16:41:07.681848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.683549"], ["updated_at", "2018-10-11 16:41:07.683549"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.685155"], ["updated_at", "2018-10-11 16:41:07.685155"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.687700"], ["updated_at", "2018-10-11 16:41:07.687700"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.692131"], ["updated_at", "2018-10-11 16:41:07.692131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.694237"], ["updated_at", "2018-10-11 16:41:07.694237"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.696010"], ["updated_at", "2018-10-11 16:41:07.696010"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.698240"], ["updated_at", "2018-10-11 16:41:07.698240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.700282"], ["updated_at", "2018-10-11 16:41:07.700282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.701903"], ["updated_at", "2018-10-11 16:41:07.701903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.703502"], ["updated_at", "2018-10-11 16:41:07.703502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.705178"], ["updated_at", "2018-10-11 16:41:07.705178"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.706900"], ["updated_at", "2018-10-11 16:41:07.706900"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.708801"], ["updated_at", "2018-10-11 16:41:07.708801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.710623"], ["updated_at", "2018-10-11 16:41:07.710623"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.712531"], ["updated_at", "2018-10-11 16:41:07.712531"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.714379"], ["updated_at", "2018-10-11 16:41:07.714379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.716460"], ["updated_at", "2018-10-11 16:41:07.716460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.718176"], ["updated_at", "2018-10-11 16:41:07.718176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.719804"], ["updated_at", "2018-10-11 16:41:07.719804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.721456"], ["updated_at", "2018-10-11 16:41:07.721456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.723467"], ["updated_at", "2018-10-11 16:41:07.723467"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.726227"], ["updated_at", "2018-10-11 16:41:07.726227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.728300"], ["updated_at", "2018-10-11 16:41:07.728300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.730293"], ["updated_at", "2018-10-11 16:41:07.730293"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.732043"], ["updated_at", "2018-10-11 16:41:07.732043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.733765"], ["updated_at", "2018-10-11 16:41:07.733765"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.735414"], ["updated_at", "2018-10-11 16:41:07.735414"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.738640"], ["updated_at", "2018-10-11 16:41:07.738640"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.740485"], ["updated_at", "2018-10-11 16:41:07.740485"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.742352"], ["updated_at", "2018-10-11 16:41:07.742352"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.744368"], ["updated_at", "2018-10-11 16:41:07.744368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.746349"], ["updated_at", "2018-10-11 16:41:07.746349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.748074"], ["updated_at", "2018-10-11 16:41:07.748074"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.749630"], ["updated_at", "2018-10-11 16:41:07.749630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.751430"], ["updated_at", "2018-10-11 16:41:07.751430"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.753036"], ["updated_at", "2018-10-11 16:41:07.753036"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.758168"], ["updated_at", "2018-10-11 16:41:07.758168"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.761960"], ["updated_at", "2018-10-11 16:41:07.761960"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.764917"], ["updated_at", "2018-10-11 16:41:07.764917"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.767608"], ["updated_at", "2018-10-11 16:41:07.767608"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.770402"], ["updated_at", "2018-10-11 16:41:07.770402"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.774786"], ["updated_at", "2018-10-11 16:41:07.774786"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.777706"], ["updated_at", "2018-10-11 16:41:07.777706"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.779983"], ["updated_at", "2018-10-11 16:41:07.779983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.781771"], ["updated_at", "2018-10-11 16:41:07.781771"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.783382"], ["updated_at", "2018-10-11 16:41:07.783382"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.785308"], ["updated_at", "2018-10-11 16:41:07.785308"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.787342"], ["updated_at", "2018-10-11 16:41:07.787342"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.789135"], ["updated_at", "2018-10-11 16:41:07.789135"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.791577"], ["updated_at", "2018-10-11 16:41:07.791577"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.794317"], ["updated_at", "2018-10-11 16:41:07.794317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.796313"], ["updated_at", "2018-10-11 16:41:07.796313"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.798010"], ["updated_at", "2018-10-11 16:41:07.798010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.799744"], ["updated_at", "2018-10-11 16:41:07.799744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.801322"], ["updated_at", "2018-10-11 16:41:07.801322"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.803077"], ["updated_at", "2018-10-11 16:41:07.803077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.806067"], ["updated_at", "2018-10-11 16:41:07.806067"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.807770"], ["updated_at", "2018-10-11 16:41:07.807770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.809516"], ["updated_at", "2018-10-11 16:41:07.809516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.811411"], ["updated_at", "2018-10-11 16:41:07.811411"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.813213"], ["updated_at", "2018-10-11 16:41:07.813213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.814998"], ["updated_at", "2018-10-11 16:41:07.814998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.816703"], ["updated_at", "2018-10-11 16:41:07.816703"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.818278"], ["updated_at", "2018-10-11 16:41:07.818278"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.820742"], ["updated_at", "2018-10-11 16:41:07.820742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.825128"], ["updated_at", "2018-10-11 16:41:07.825128"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.827192"], ["updated_at", "2018-10-11 16:41:07.827192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.829223"], ["updated_at", "2018-10-11 16:41:07.829223"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.830828"], ["updated_at", "2018-10-11 16:41:07.830828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.832562"], ["updated_at", "2018-10-11 16:41:07.832562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.834113"], ["updated_at", "2018-10-11 16:41:07.834113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.835774"], ["updated_at", "2018-10-11 16:41:07.835774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.837308"], ["updated_at", "2018-10-11 16:41:07.837308"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.838974"], ["updated_at", "2018-10-11 16:41:07.838974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.840767"], ["updated_at", "2018-10-11 16:41:07.840767"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.842420"], ["updated_at", "2018-10-11 16:41:07.842420"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.844254"], ["updated_at", "2018-10-11 16:41:07.844254"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.846212"], ["updated_at", "2018-10-11 16:41:07.846212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.847950"], ["updated_at", "2018-10-11 16:41:07.847950"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.849692"], ["updated_at", "2018-10-11 16:41:07.849692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.851464"], ["updated_at", "2018-10-11 16:41:07.851464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.853013"], ["updated_at", "2018-10-11 16:41:07.853013"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.854653"], ["updated_at", "2018-10-11 16:41:07.854653"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.857169"], ["updated_at", "2018-10-11 16:41:07.857169"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.859656"], ["updated_at", "2018-10-11 16:41:07.859656"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.862031"], ["updated_at", "2018-10-11 16:41:07.862031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.864143"], ["updated_at", "2018-10-11 16:41:07.864143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.865843"], ["updated_at", "2018-10-11 16:41:07.865843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.867412"], ["updated_at", "2018-10-11 16:41:07.867412"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.868886"], ["updated_at", "2018-10-11 16:41:07.868886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.872794"], ["updated_at", "2018-10-11 16:41:07.872794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.874456"], ["updated_at", "2018-10-11 16:41:07.874456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.876060"], ["updated_at", "2018-10-11 16:41:07.876060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.877790"], ["updated_at", "2018-10-11 16:41:07.877790"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.879622"], ["updated_at", "2018-10-11 16:41:07.879622"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.882233"], ["updated_at", "2018-10-11 16:41:07.882233"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.884923"], ["updated_at", "2018-10-11 16:41:07.884923"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.887061"], ["updated_at", "2018-10-11 16:41:07.887061"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.893017"], ["updated_at", "2018-10-11 16:41:07.893017"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.896219"], ["updated_at", "2018-10-11 16:41:07.896219"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.899043"], ["updated_at", "2018-10-11 16:41:07.899043"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.901602"], ["updated_at", "2018-10-11 16:41:07.901602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.903705"], ["updated_at", "2018-10-11 16:41:07.903705"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.905404"], ["updated_at", "2018-10-11 16:41:07.905404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.907246"], ["updated_at", "2018-10-11 16:41:07.907246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.908966"], ["updated_at", "2018-10-11 16:41:07.908966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.910583"], ["updated_at", "2018-10-11 16:41:07.910583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.912269"], ["updated_at", "2018-10-11 16:41:07.912269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.913926"], ["updated_at", "2018-10-11 16:41:07.913926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.915616"], ["updated_at", "2018-10-11 16:41:07.915616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.917235"], ["updated_at", "2018-10-11 16:41:07.917235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.918831"], ["updated_at", "2018-10-11 16:41:07.918831"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.920513"], ["updated_at", "2018-10-11 16:41:07.920513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.922247"], ["updated_at", "2018-10-11 16:41:07.922247"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.924133"], ["updated_at", "2018-10-11 16:41:07.924133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.926618"], ["updated_at", "2018-10-11 16:41:07.926618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.928800"], ["updated_at", "2018-10-11 16:41:07.928800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.930818"], ["updated_at", "2018-10-11 16:41:07.930818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.932474"], ["updated_at", "2018-10-11 16:41:07.932474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.934116"], ["updated_at", "2018-10-11 16:41:07.934116"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.935772"], ["updated_at", "2018-10-11 16:41:07.935772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.939180"], ["updated_at", "2018-10-11 16:41:07.939180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.940860"], ["updated_at", "2018-10-11 16:41:07.940860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.942494"], ["updated_at", "2018-10-11 16:41:07.942494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.944112"], ["updated_at", "2018-10-11 16:41:07.944112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.945801"], ["updated_at", "2018-10-11 16:41:07.945801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.947515"], ["updated_at", "2018-10-11 16:41:07.947515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.949108"], ["updated_at", "2018-10-11 16:41:07.949108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.950775"], ["updated_at", "2018-10-11 16:41:07.950775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.952371"], ["updated_at", "2018-10-11 16:41:07.952371"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.954653"], ["updated_at", "2018-10-11 16:41:07.954653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.958930"], ["updated_at", "2018-10-11 16:41:07.958930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.961195"], ["updated_at", "2018-10-11 16:41:07.961195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.962867"], ["updated_at", "2018-10-11 16:41:07.962867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.964541"], ["updated_at", "2018-10-11 16:41:07.964541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.966194"], ["updated_at", "2018-10-11 16:41:07.966194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.967753"], ["updated_at", "2018-10-11 16:41:07.967753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.969352"], ["updated_at", "2018-10-11 16:41:07.969352"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.970904"], ["updated_at", "2018-10-11 16:41:07.970904"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.972580"], ["updated_at", "2018-10-11 16:41:07.972580"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.974246"], ["updated_at", "2018-10-11 16:41:07.974246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.976148"], ["updated_at", "2018-10-11 16:41:07.976148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.977810"], ["updated_at", "2018-10-11 16:41:07.977810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.979504"], ["updated_at", "2018-10-11 16:41:07.979504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.981180"], ["updated_at", "2018-10-11 16:41:07.981180"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.982809"], ["updated_at", "2018-10-11 16:41:07.982809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.984613"], ["updated_at", "2018-10-11 16:41:07.984613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.986298"], ["updated_at", "2018-10-11 16:41:07.986298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.987935"], ["updated_at", "2018-10-11 16:41:07.987935"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.989612"], ["updated_at", "2018-10-11 16:41:07.989612"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.992327"], ["updated_at", "2018-10-11 16:41:07.992327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.994700"], ["updated_at", "2018-10-11 16:41:07.994700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.996538"], ["updated_at", "2018-10-11 16:41:07.996538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.998258"], ["updated_at", "2018-10-11 16:41:07.998258"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:07.999891"], ["updated_at", "2018-10-11 16:41:07.999891"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.001649"], ["updated_at", "2018-10-11 16:41:08.001649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.004560"], ["updated_at", "2018-10-11 16:41:08.004560"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.006201"], ["updated_at", "2018-10-11 16:41:08.006201"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.007874"], ["updated_at", "2018-10-11 16:41:08.007874"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.010229"], ["updated_at", "2018-10-11 16:41:08.010229"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.013098"], ["updated_at", "2018-10-11 16:41:08.013098"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.015763"], ["updated_at", "2018-10-11 16:41:08.015763"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.018346"], ["updated_at", "2018-10-11 16:41:08.018346"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.022164"], ["updated_at", "2018-10-11 16:41:08.022164"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.026611"], ["updated_at", "2018-10-11 16:41:08.026611"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.029298"], ["updated_at", "2018-10-11 16:41:08.029298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.031599"], ["updated_at", "2018-10-11 16:41:08.031599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.033232"], ["updated_at", "2018-10-11 16:41:08.033232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.034811"], ["updated_at", "2018-10-11 16:41:08.034811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.036423"], ["updated_at", "2018-10-11 16:41:08.036423"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.038090"], ["updated_at", "2018-10-11 16:41:08.038090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.040058"], ["updated_at", "2018-10-11 16:41:08.040058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.041655"], ["updated_at", "2018-10-11 16:41:08.041655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.043267"], ["updated_at", "2018-10-11 16:41:08.043267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.044926"], ["updated_at", "2018-10-11 16:41:08.044926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.046591"], ["updated_at", "2018-10-11 16:41:08.046591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.048279"], ["updated_at", "2018-10-11 16:41:08.048279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.049856"], ["updated_at", "2018-10-11 16:41:08.049856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.051492"], ["updated_at", "2018-10-11 16:41:08.051492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.053051"], ["updated_at", "2018-10-11 16:41:08.053051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.054657"], ["updated_at", "2018-10-11 16:41:08.054657"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.056777"], ["updated_at", "2018-10-11 16:41:08.056777"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.059411"], ["updated_at", "2018-10-11 16:41:08.059411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.061418"], ["updated_at", "2018-10-11 16:41:08.061418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.063258"], ["updated_at", "2018-10-11 16:41:08.063258"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.065008"], ["updated_at", "2018-10-11 16:41:08.065008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.066790"], ["updated_at", "2018-10-11 16:41:08.066790"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.068430"], ["updated_at", "2018-10-11 16:41:08.068430"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.071284"], ["updated_at", "2018-10-11 16:41:08.071284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.073130"], ["updated_at", "2018-10-11 16:41:08.073130"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.074794"], ["updated_at", "2018-10-11 16:41:08.074794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.076459"], ["updated_at", "2018-10-11 16:41:08.076459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.078085"], ["updated_at", "2018-10-11 16:41:08.078085"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.079803"], ["updated_at", "2018-10-11 16:41:08.079803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.081539"], ["updated_at", "2018-10-11 16:41:08.081539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.083434"], ["updated_at", "2018-10-11 16:41:08.083434"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.085038"], ["updated_at", "2018-10-11 16:41:08.085038"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.087556"], ["updated_at", "2018-10-11 16:41:08.087556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.092152"], ["updated_at", "2018-10-11 16:41:08.092152"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.094087"], ["updated_at", "2018-10-11 16:41:08.094087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.095897"], ["updated_at", "2018-10-11 16:41:08.095897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.097649"], ["updated_at", "2018-10-11 16:41:08.097649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.099320"], ["updated_at", "2018-10-11 16:41:08.099320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.101020"], ["updated_at", "2018-10-11 16:41:08.101020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.102667"], ["updated_at", "2018-10-11 16:41:08.102667"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.104444"], ["updated_at", "2018-10-11 16:41:08.104444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.106210"], ["updated_at", "2018-10-11 16:41:08.106210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.107948"], ["updated_at", "2018-10-11 16:41:08.107948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.109485"], ["updated_at", "2018-10-11 16:41:08.109485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.111151"], ["updated_at", "2018-10-11 16:41:08.111151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.112970"], ["updated_at", "2018-10-11 16:41:08.112970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.114711"], ["updated_at", "2018-10-11 16:41:08.114711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.116375"], ["updated_at", "2018-10-11 16:41:08.116375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.117949"], ["updated_at", "2018-10-11 16:41:08.117949"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.119589"], ["updated_at", "2018-10-11 16:41:08.119589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.121308"], ["updated_at", "2018-10-11 16:41:08.121308"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.123083"], ["updated_at", "2018-10-11 16:41:08.123083"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.125156"], ["updated_at", "2018-10-11 16:41:08.125156"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.127925"], ["updated_at", "2018-10-11 16:41:08.127925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.130188"], ["updated_at", "2018-10-11 16:41:08.130188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.131947"], ["updated_at", "2018-10-11 16:41:08.131947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.133631"], ["updated_at", "2018-10-11 16:41:08.133631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.135586"], ["updated_at", "2018-10-11 16:41:08.135586"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.137649"], ["updated_at", "2018-10-11 16:41:08.137649"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.141213"], ["updated_at", "2018-10-11 16:41:08.141213"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.143794"], ["updated_at", "2018-10-11 16:41:08.143794"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.146649"], ["updated_at", "2018-10-11 16:41:08.146649"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.149308"], ["updated_at", "2018-10-11 16:41:08.149308"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.152039"], ["updated_at", "2018-10-11 16:41:08.152039"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.155287"], ["updated_at", "2018-10-11 16:41:08.155287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.159820"], ["updated_at", "2018-10-11 16:41:08.159820"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.161525"], ["updated_at", "2018-10-11 16:41:08.161525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.163295"], ["updated_at", "2018-10-11 16:41:08.163295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.165009"], ["updated_at", "2018-10-11 16:41:08.165009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.166632"], ["updated_at", "2018-10-11 16:41:08.166632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.168270"], ["updated_at", "2018-10-11 16:41:08.168270"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.169855"], ["updated_at", "2018-10-11 16:41:08.169855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.171763"], ["updated_at", "2018-10-11 16:41:08.171763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.173542"], ["updated_at", "2018-10-11 16:41:08.173542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.175119"], ["updated_at", "2018-10-11 16:41:08.175119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.176675"], ["updated_at", "2018-10-11 16:41:08.176675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.178329"], ["updated_at", "2018-10-11 16:41:08.178329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.180051"], ["updated_at", "2018-10-11 16:41:08.180051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.181774"], ["updated_at", "2018-10-11 16:41:08.181774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.183493"], ["updated_at", "2018-10-11 16:41:08.183493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.185148"], ["updated_at", "2018-10-11 16:41:08.185148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.186777"], ["updated_at", "2018-10-11 16:41:08.186777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.188463"], ["updated_at", "2018-10-11 16:41:08.188463"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.190354"], ["updated_at", "2018-10-11 16:41:08.190354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.193049"], ["updated_at", "2018-10-11 16:41:08.193049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.194979"], ["updated_at", "2018-10-11 16:41:08.194979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.196781"], ["updated_at", "2018-10-11 16:41:08.196781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.198465"], ["updated_at", "2018-10-11 16:41:08.198465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.200087"], ["updated_at", "2018-10-11 16:41:08.200087"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.201686"], ["updated_at", "2018-10-11 16:41:08.201686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.204608"], ["updated_at", "2018-10-11 16:41:08.204608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.206393"], ["updated_at", "2018-10-11 16:41:08.206393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.208026"], ["updated_at", "2018-10-11 16:41:08.208026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.210928"], ["updated_at", "2018-10-11 16:41:08.210928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.212654"], ["updated_at", "2018-10-11 16:41:08.212654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.214296"], ["updated_at", "2018-10-11 16:41:08.214296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.215967"], ["updated_at", "2018-10-11 16:41:08.215967"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.217638"], ["updated_at", "2018-10-11 16:41:08.217638"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.219400"], ["updated_at", "2018-10-11 16:41:08.219400"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.223982"], ["updated_at", "2018-10-11 16:41:08.223982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.226616"], ["updated_at", "2018-10-11 16:41:08.226616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.228295"], ["updated_at", "2018-10-11 16:41:08.228295"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.230034"], ["updated_at", "2018-10-11 16:41:08.230034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.231785"], ["updated_at", "2018-10-11 16:41:08.231785"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.233332"], ["updated_at", "2018-10-11 16:41:08.233332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.234966"], ["updated_at", "2018-10-11 16:41:08.234966"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.236527"], ["updated_at", "2018-10-11 16:41:08.236527"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.238203"], ["updated_at", "2018-10-11 16:41:08.238203"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.240777"], ["updated_at", "2018-10-11 16:41:08.240777"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.243513"], ["updated_at", "2018-10-11 16:41:08.243513"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.246801"], ["updated_at", "2018-10-11 16:41:08.246801"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.250169"], ["updated_at", "2018-10-11 16:41:08.250169"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.252648"], ["updated_at", "2018-10-11 16:41:08.252648"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.254733"], ["updated_at", "2018-10-11 16:41:08.254733"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.257349"], ["updated_at", "2018-10-11 16:41:08.257349"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.260009"], ["updated_at", "2018-10-11 16:41:08.260009"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.262452"], ["updated_at", "2018-10-11 16:41:08.262452"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.264529"], ["updated_at", "2018-10-11 16:41:08.264529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.266489"], ["updated_at", "2018-10-11 16:41:08.266489"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.268352"], ["updated_at", "2018-10-11 16:41:08.268352"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.270378"], ["updated_at", "2018-10-11 16:41:08.270378"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.276363"], ["updated_at", "2018-10-11 16:41:08.276363"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.279156"], ["updated_at", "2018-10-11 16:41:08.279156"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.281275"], ["updated_at", "2018-10-11 16:41:08.281275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.282926"], ["updated_at", "2018-10-11 16:41:08.282926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.284637"], ["updated_at", "2018-10-11 16:41:08.284637"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.286279"], ["updated_at", "2018-10-11 16:41:08.286279"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.289489"], ["updated_at", "2018-10-11 16:41:08.289489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.293622"], ["updated_at", "2018-10-11 16:41:08.293622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.295445"], ["updated_at", "2018-10-11 16:41:08.295445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.297178"], ["updated_at", "2018-10-11 16:41:08.297178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.298925"], ["updated_at", "2018-10-11 16:41:08.298925"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.300530"], ["updated_at", "2018-10-11 16:41:08.300530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.302397"], ["updated_at", "2018-10-11 16:41:08.302397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.304022"], ["updated_at", "2018-10-11 16:41:08.304022"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.305722"], ["updated_at", "2018-10-11 16:41:08.305722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.307425"], ["updated_at", "2018-10-11 16:41:08.307425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.308984"], ["updated_at", "2018-10-11 16:41:08.308984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.310587"], ["updated_at", "2018-10-11 16:41:08.310587"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.312287"], ["updated_at", "2018-10-11 16:41:08.312287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.314014"], ["updated_at", "2018-10-11 16:41:08.314014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.315627"], ["updated_at", "2018-10-11 16:41:08.315627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.317236"], ["updated_at", "2018-10-11 16:41:08.317236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.318780"], ["updated_at", "2018-10-11 16:41:08.318780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.320369"], ["updated_at", "2018-10-11 16:41:08.320369"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.321944"], ["updated_at", "2018-10-11 16:41:08.321944"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.323679"], ["updated_at", "2018-10-11 16:41:08.323679"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.326214"], ["updated_at", "2018-10-11 16:41:08.326214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.328359"], ["updated_at", "2018-10-11 16:41:08.328359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.330151"], ["updated_at", "2018-10-11 16:41:08.330151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.331928"], ["updated_at", "2018-10-11 16:41:08.331928"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.333509"], ["updated_at", "2018-10-11 16:41:08.333509"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.335076"], ["updated_at", "2018-10-11 16:41:08.335076"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.337849"], ["updated_at", "2018-10-11 16:41:08.337849"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.339571"], ["updated_at", "2018-10-11 16:41:08.339571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.341302"], ["updated_at", "2018-10-11 16:41:08.341302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.342886"], ["updated_at", "2018-10-11 16:41:08.342886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.344543"], ["updated_at", "2018-10-11 16:41:08.344543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.346206"], ["updated_at", "2018-10-11 16:41:08.346206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.347904"], ["updated_at", "2018-10-11 16:41:08.347904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.349448"], ["updated_at", "2018-10-11 16:41:08.349448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.351052"], ["updated_at", "2018-10-11 16:41:08.351052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.352634"], ["updated_at", "2018-10-11 16:41:08.352634"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.354857"], ["updated_at", "2018-10-11 16:41:08.354857"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.358563"], ["updated_at", "2018-10-11 16:41:08.358563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.361291"], ["updated_at", "2018-10-11 16:41:08.361291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.363080"], ["updated_at", "2018-10-11 16:41:08.363080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.364740"], ["updated_at", "2018-10-11 16:41:08.364740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.366293"], ["updated_at", "2018-10-11 16:41:08.366293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.367923"], ["updated_at", "2018-10-11 16:41:08.367923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.369467"], ["updated_at", "2018-10-11 16:41:08.369467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.371123"], ["updated_at", "2018-10-11 16:41:08.371123"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.372759"], ["updated_at", "2018-10-11 16:41:08.372759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.374473"], ["updated_at", "2018-10-11 16:41:08.374473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.376022"], ["updated_at", "2018-10-11 16:41:08.376022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.377648"], ["updated_at", "2018-10-11 16:41:08.377648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.379307"], ["updated_at", "2018-10-11 16:41:08.379307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.380963"], ["updated_at", "2018-10-11 16:41:08.380963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.382598"], ["updated_at", "2018-10-11 16:41:08.382598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.384157"], ["updated_at", "2018-10-11 16:41:08.384157"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.385964"], ["updated_at", "2018-10-11 16:41:08.385964"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.388653"], ["updated_at", "2018-10-11 16:41:08.388653"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.391069"], ["updated_at", "2018-10-11 16:41:08.391069"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.393820"], ["updated_at", "2018-10-11 16:41:08.393820"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.396618"], ["updated_at", "2018-10-11 16:41:08.396618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.398798"], ["updated_at", "2018-10-11 16:41:08.398798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.400875"], ["updated_at", "2018-10-11 16:41:08.400875"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.402868"], ["updated_at", "2018-10-11 16:41:08.402868"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.404820"], ["updated_at", "2018-10-11 16:41:08.404820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.409461"], ["updated_at", "2018-10-11 16:41:08.409461"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.411116"], ["updated_at", "2018-10-11 16:41:08.411116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.412833"], ["updated_at", "2018-10-11 16:41:08.412833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.414543"], ["updated_at", "2018-10-11 16:41:08.414543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.416107"], ["updated_at", "2018-10-11 16:41:08.416107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.417732"], ["updated_at", "2018-10-11 16:41:08.417732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.419303"], ["updated_at", "2018-10-11 16:41:08.419303"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.421877"], ["updated_at", "2018-10-11 16:41:08.421877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.426384"], ["updated_at", "2018-10-11 16:41:08.426384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.428407"], ["updated_at", "2018-10-11 16:41:08.428407"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.430173"], ["updated_at", "2018-10-11 16:41:08.430173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.431867"], ["updated_at", "2018-10-11 16:41:08.431867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.433469"], ["updated_at", "2018-10-11 16:41:08.433469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.435013"], ["updated_at", "2018-10-11 16:41:08.435013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.436657"], ["updated_at", "2018-10-11 16:41:08.436657"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.438315"], ["updated_at", "2018-10-11 16:41:08.438315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.440198"], ["updated_at", "2018-10-11 16:41:08.440198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.441855"], ["updated_at", "2018-10-11 16:41:08.441855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.443490"], ["updated_at", "2018-10-11 16:41:08.443490"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.445094"], ["updated_at", "2018-10-11 16:41:08.445094"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.446900"], ["updated_at", "2018-10-11 16:41:08.446900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.448601"], ["updated_at", "2018-10-11 16:41:08.448601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.450150"], ["updated_at", "2018-10-11 16:41:08.450150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.451822"], ["updated_at", "2018-10-11 16:41:08.451822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.453385"], ["updated_at", "2018-10-11 16:41:08.453385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.455025"], ["updated_at", "2018-10-11 16:41:08.455025"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.456783"], ["updated_at", "2018-10-11 16:41:08.456783"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.459311"], ["updated_at", "2018-10-11 16:41:08.459311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.461626"], ["updated_at", "2018-10-11 16:41:08.461626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.463507"], ["updated_at", "2018-10-11 16:41:08.463507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.465252"], ["updated_at", "2018-10-11 16:41:08.465252"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.466897"], ["updated_at", "2018-10-11 16:41:08.466897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.468464"], ["updated_at", "2018-10-11 16:41:08.468464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.471184"], ["updated_at", "2018-10-11 16:41:08.471184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.472931"], ["updated_at", "2018-10-11 16:41:08.472931"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.474555"], ["updated_at", "2018-10-11 16:41:08.474555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.476452"], ["updated_at", "2018-10-11 16:41:08.476452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.478127"], ["updated_at", "2018-10-11 16:41:08.478127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.479824"], ["updated_at", "2018-10-11 16:41:08.479824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.481568"], ["updated_at", "2018-10-11 16:41:08.481568"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.483125"], ["updated_at", "2018-10-11 16:41:08.483125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.484846"], ["updated_at", "2018-10-11 16:41:08.484846"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.487345"], ["updated_at", "2018-10-11 16:41:08.487345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.492017"], ["updated_at", "2018-10-11 16:41:08.492017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.494097"], ["updated_at", "2018-10-11 16:41:08.494097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.495860"], ["updated_at", "2018-10-11 16:41:08.495860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.497654"], ["updated_at", "2018-10-11 16:41:08.497654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.499245"], ["updated_at", "2018-10-11 16:41:08.499245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.500862"], ["updated_at", "2018-10-11 16:41:08.500862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.502464"], ["updated_at", "2018-10-11 16:41:08.502464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.504056"], ["updated_at", "2018-10-11 16:41:08.504056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.505819"], ["updated_at", "2018-10-11 16:41:08.505819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.507527"], ["updated_at", "2018-10-11 16:41:08.507527"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.509434"], ["updated_at", "2018-10-11 16:41:08.509434"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.512121"], ["updated_at", "2018-10-11 16:41:08.512121"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.515024"], ["updated_at", "2018-10-11 16:41:08.515024"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.517650"], ["updated_at", "2018-10-11 16:41:08.517650"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.520366"], ["updated_at", "2018-10-11 16:41:08.520366"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.523085"], ["updated_at", "2018-10-11 16:41:08.523085"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.525523"], ["updated_at", "2018-10-11 16:41:08.525523"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.527870"], ["updated_at", "2018-10-11 16:41:08.527870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.529992"], ["updated_at", "2018-10-11 16:41:08.529992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.531838"], ["updated_at", "2018-10-11 16:41:08.531838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.533541"], ["updated_at", "2018-10-11 16:41:08.533541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.535166"], ["updated_at", "2018-10-11 16:41:08.535166"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.537968"], ["updated_at", "2018-10-11 16:41:08.537968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.540117"], ["updated_at", "2018-10-11 16:41:08.540117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.541869"], ["updated_at", "2018-10-11 16:41:08.541869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.543467"], ["updated_at", "2018-10-11 16:41:08.543467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.545188"], ["updated_at", "2018-10-11 16:41:08.545188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.546984"], ["updated_at", "2018-10-11 16:41:08.546984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.548751"], ["updated_at", "2018-10-11 16:41:08.548751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.550346"], ["updated_at", "2018-10-11 16:41:08.550346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.551949"], ["updated_at", "2018-10-11 16:41:08.551949"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.554495"], ["updated_at", "2018-10-11 16:41:08.554495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.559125"], ["updated_at", "2018-10-11 16:41:08.559125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.561068"], ["updated_at", "2018-10-11 16:41:08.561068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.562805"], ["updated_at", "2018-10-11 16:41:08.562805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.564526"], ["updated_at", "2018-10-11 16:41:08.564526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.566101"], ["updated_at", "2018-10-11 16:41:08.566101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.567699"], ["updated_at", "2018-10-11 16:41:08.567699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.569277"], ["updated_at", "2018-10-11 16:41:08.569277"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.570970"], ["updated_at", "2018-10-11 16:41:08.570970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.572774"], ["updated_at", "2018-10-11 16:41:08.572774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.574440"], ["updated_at", "2018-10-11 16:41:08.574440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.576118"], ["updated_at", "2018-10-11 16:41:08.576118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.577780"], ["updated_at", "2018-10-11 16:41:08.577780"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.579459"], ["updated_at", "2018-10-11 16:41:08.579459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.581206"], ["updated_at", "2018-10-11 16:41:08.581206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.582912"], ["updated_at", "2018-10-11 16:41:08.582912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.584502"], ["updated_at", "2018-10-11 16:41:08.584502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.586163"], ["updated_at", "2018-10-11 16:41:08.586163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.587750"], ["updated_at", "2018-10-11 16:41:08.587750"], ["parent_id", 39895952907]] Kithe::Work Create (4.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.589443"], ["updated_at", "2018-10-11 16:41:08.589443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.595929"], ["updated_at", "2018-10-11 16:41:08.595929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.597842"], ["updated_at", "2018-10-11 16:41:08.597842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.599555"], ["updated_at", "2018-10-11 16:41:08.599555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.601247"], ["updated_at", "2018-10-11 16:41:08.601247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.602891"], ["updated_at", "2018-10-11 16:41:08.602891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.605841"], ["updated_at", "2018-10-11 16:41:08.605841"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.607621"], ["updated_at", "2018-10-11 16:41:08.607621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.609394"], ["updated_at", "2018-10-11 16:41:08.609394"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.611009"], ["updated_at", "2018-10-11 16:41:08.611009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.612714"], ["updated_at", "2018-10-11 16:41:08.612714"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.614335"], ["updated_at", "2018-10-11 16:41:08.614335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.616102"], ["updated_at", "2018-10-11 16:41:08.616102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.617738"], ["updated_at", "2018-10-11 16:41:08.617738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.619290"], ["updated_at", "2018-10-11 16:41:08.619290"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.622054"], ["updated_at", "2018-10-11 16:41:08.622054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.626371"], ["updated_at", "2018-10-11 16:41:08.626371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.628405"], ["updated_at", "2018-10-11 16:41:08.628405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.630117"], ["updated_at", "2018-10-11 16:41:08.630117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.631900"], ["updated_at", "2018-10-11 16:41:08.631900"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.633681"], ["updated_at", "2018-10-11 16:41:08.633681"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.636437"], ["updated_at", "2018-10-11 16:41:08.636437"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.639176"], ["updated_at", "2018-10-11 16:41:08.639176"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.641868"], ["updated_at", "2018-10-11 16:41:08.641868"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.644546"], ["updated_at", "2018-10-11 16:41:08.644546"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.647822"], ["updated_at", "2018-10-11 16:41:08.647822"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.650565"], ["updated_at", "2018-10-11 16:41:08.650565"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.653355"], ["updated_at", "2018-10-11 16:41:08.653355"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.656616"], ["updated_at", "2018-10-11 16:41:08.656616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.659111"], ["updated_at", "2018-10-11 16:41:08.659111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.661307"], ["updated_at", "2018-10-11 16:41:08.661307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.663120"], ["updated_at", "2018-10-11 16:41:08.663120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.664950"], ["updated_at", "2018-10-11 16:41:08.664950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.666501"], ["updated_at", "2018-10-11 16:41:08.666501"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.668149"], ["updated_at", "2018-10-11 16:41:08.668149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.671003"], ["updated_at", "2018-10-11 16:41:08.671003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.672862"], ["updated_at", "2018-10-11 16:41:08.672862"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.674496"], ["updated_at", "2018-10-11 16:41:08.674496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.676172"], ["updated_at", "2018-10-11 16:41:08.676172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.677706"], ["updated_at", "2018-10-11 16:41:08.677706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.679408"], ["updated_at", "2018-10-11 16:41:08.679408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.681123"], ["updated_at", "2018-10-11 16:41:08.681123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.682877"], ["updated_at", "2018-10-11 16:41:08.682877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.684503"], ["updated_at", "2018-10-11 16:41:08.684503"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.686128"], ["updated_at", "2018-10-11 16:41:08.686128"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.688972"], ["updated_at", "2018-10-11 16:41:08.688972"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.693444"], ["updated_at", "2018-10-11 16:41:08.693444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.695471"], ["updated_at", "2018-10-11 16:41:08.695471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.697222"], ["updated_at", "2018-10-11 16:41:08.697222"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.699167"], ["updated_at", "2018-10-11 16:41:08.699167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.700834"], ["updated_at", "2018-10-11 16:41:08.700834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.702414"], ["updated_at", "2018-10-11 16:41:08.702414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.704022"], ["updated_at", "2018-10-11 16:41:08.704022"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.705692"], ["updated_at", "2018-10-11 16:41:08.705692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.707583"], ["updated_at", "2018-10-11 16:41:08.707583"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.709260"], ["updated_at", "2018-10-11 16:41:08.709260"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.710985"], ["updated_at", "2018-10-11 16:41:08.710985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.712646"], ["updated_at", "2018-10-11 16:41:08.712646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.714428"], ["updated_at", "2018-10-11 16:41:08.714428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.716156"], ["updated_at", "2018-10-11 16:41:08.716156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.717697"], ["updated_at", "2018-10-11 16:41:08.717697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.719351"], ["updated_at", "2018-10-11 16:41:08.719351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.720930"], ["updated_at", "2018-10-11 16:41:08.720930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.722604"], ["updated_at", "2018-10-11 16:41:08.722604"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.724361"], ["updated_at", "2018-10-11 16:41:08.724361"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.727027"], ["updated_at", "2018-10-11 16:41:08.727027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.729018"], ["updated_at", "2018-10-11 16:41:08.729018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.730781"], ["updated_at", "2018-10-11 16:41:08.730781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.732500"], ["updated_at", "2018-10-11 16:41:08.732500"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.734063"], ["updated_at", "2018-10-11 16:41:08.734063"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.735597"], ["updated_at", "2018-10-11 16:41:08.735597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.738771"], ["updated_at", "2018-10-11 16:41:08.738771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.740529"], ["updated_at", "2018-10-11 16:41:08.740529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.742116"], ["updated_at", "2018-10-11 16:41:08.742116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.743765"], ["updated_at", "2018-10-11 16:41:08.743765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.745382"], ["updated_at", "2018-10-11 16:41:08.745382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.747115"], ["updated_at", "2018-10-11 16:41:08.747115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.748770"], ["updated_at", "2018-10-11 16:41:08.748770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.750325"], ["updated_at", "2018-10-11 16:41:08.750325"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.751935"], ["updated_at", "2018-10-11 16:41:08.751935"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.754656"], ["updated_at", "2018-10-11 16:41:08.754656"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.758587"], ["updated_at", "2018-10-11 16:41:08.758587"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.760898"], ["updated_at", "2018-10-11 16:41:08.760898"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.763704"], ["updated_at", "2018-10-11 16:41:08.763704"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.766754"], ["updated_at", "2018-10-11 16:41:08.766754"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.769449"], ["updated_at", "2018-10-11 16:41:08.769449"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.772108"], ["updated_at", "2018-10-11 16:41:08.772108"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.774969"], ["updated_at", "2018-10-11 16:41:08.774969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.777725"], ["updated_at", "2018-10-11 16:41:08.777725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.779597"], ["updated_at", "2018-10-11 16:41:08.779597"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.781257"], ["updated_at", "2018-10-11 16:41:08.781257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.783539"], ["updated_at", "2018-10-11 16:41:08.783539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.785341"], ["updated_at", "2018-10-11 16:41:08.785341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.786985"], ["updated_at", "2018-10-11 16:41:08.786985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.788613"], ["updated_at", "2018-10-11 16:41:08.788613"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.790434"], ["updated_at", "2018-10-11 16:41:08.790434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.792983"], ["updated_at", "2018-10-11 16:41:08.792983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.795279"], ["updated_at", "2018-10-11 16:41:08.795279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.797079"], ["updated_at", "2018-10-11 16:41:08.797079"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.798777"], ["updated_at", "2018-10-11 16:41:08.798777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.800366"], ["updated_at", "2018-10-11 16:41:08.800366"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.802077"], ["updated_at", "2018-10-11 16:41:08.802077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.804930"], ["updated_at", "2018-10-11 16:41:08.804930"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.806650"], ["updated_at", "2018-10-11 16:41:08.806650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.808617"], ["updated_at", "2018-10-11 16:41:08.808617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.810252"], ["updated_at", "2018-10-11 16:41:08.810252"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.811976"], ["updated_at", "2018-10-11 16:41:08.811976"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.813796"], ["updated_at", "2018-10-11 16:41:08.813796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.815575"], ["updated_at", "2018-10-11 16:41:08.815575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.817126"], ["updated_at", "2018-10-11 16:41:08.817126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.818753"], ["updated_at", "2018-10-11 16:41:08.818753"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.821013"], ["updated_at", "2018-10-11 16:41:08.821013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.825489"], ["updated_at", "2018-10-11 16:41:08.825489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.827598"], ["updated_at", "2018-10-11 16:41:08.827598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.829234"], ["updated_at", "2018-10-11 16:41:08.829234"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.830922"], ["updated_at", "2018-10-11 16:41:08.830922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.833259"], ["updated_at", "2018-10-11 16:41:08.833259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.834909"], ["updated_at", "2018-10-11 16:41:08.834909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.836552"], ["updated_at", "2018-10-11 16:41:08.836552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.838183"], ["updated_at", "2018-10-11 16:41:08.838183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.839901"], ["updated_at", "2018-10-11 16:41:08.839901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.841645"], ["updated_at", "2018-10-11 16:41:08.841645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.843225"], ["updated_at", "2018-10-11 16:41:08.843225"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.844969"], ["updated_at", "2018-10-11 16:41:08.844969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.846849"], ["updated_at", "2018-10-11 16:41:08.846849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.848658"], ["updated_at", "2018-10-11 16:41:08.848658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.850414"], ["updated_at", "2018-10-11 16:41:08.850414"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.852062"], ["updated_at", "2018-10-11 16:41:08.852062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.853733"], ["updated_at", "2018-10-11 16:41:08.853733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.855310"], ["updated_at", "2018-10-11 16:41:08.855310"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.857338"], ["updated_at", "2018-10-11 16:41:08.857338"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.859849"], ["updated_at", "2018-10-11 16:41:08.859849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.862242"], ["updated_at", "2018-10-11 16:41:08.862242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.864158"], ["updated_at", "2018-10-11 16:41:08.864158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.865871"], ["updated_at", "2018-10-11 16:41:08.865871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.867553"], ["updated_at", "2018-10-11 16:41:08.867553"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.869106"], ["updated_at", "2018-10-11 16:41:08.869106"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.872493"], ["updated_at", "2018-10-11 16:41:08.872493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.874567"], ["updated_at", "2018-10-11 16:41:08.874567"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.876356"], ["updated_at", "2018-10-11 16:41:08.876356"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.878148"], ["updated_at", "2018-10-11 16:41:08.878148"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.880281"], ["updated_at", "2018-10-11 16:41:08.880281"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.883036"], ["updated_at", "2018-10-11 16:41:08.883036"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.886014"], ["updated_at", "2018-10-11 16:41:08.886014"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.889583"], ["updated_at", "2018-10-11 16:41:08.889583"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.894214"], ["updated_at", "2018-10-11 16:41:08.894214"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.896961"], ["updated_at", "2018-10-11 16:41:08.896961"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.899241"], ["updated_at", "2018-10-11 16:41:08.899241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.901336"], ["updated_at", "2018-10-11 16:41:08.901336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.903026"], ["updated_at", "2018-10-11 16:41:08.903026"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.904609"], ["updated_at", "2018-10-11 16:41:08.904609"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.906332"], ["updated_at", "2018-10-11 16:41:08.906332"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.908216"], ["updated_at", "2018-10-11 16:41:08.908216"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.910179"], ["updated_at", "2018-10-11 16:41:08.910179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.911973"], ["updated_at", "2018-10-11 16:41:08.911973"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.913848"], ["updated_at", "2018-10-11 16:41:08.913848"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.916110"], ["updated_at", "2018-10-11 16:41:08.916110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.918552"], ["updated_at", "2018-10-11 16:41:08.918552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.920199"], ["updated_at", "2018-10-11 16:41:08.920199"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.921889"], ["updated_at", "2018-10-11 16:41:08.921889"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.924331"], ["updated_at", "2018-10-11 16:41:08.924331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.927021"], ["updated_at", "2018-10-11 16:41:08.927021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.928882"], ["updated_at", "2018-10-11 16:41:08.928882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.930660"], ["updated_at", "2018-10-11 16:41:08.930660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.932399"], ["updated_at", "2018-10-11 16:41:08.932399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.934139"], ["updated_at", "2018-10-11 16:41:08.934139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.935790"], ["updated_at", "2018-10-11 16:41:08.935790"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.939031"], ["updated_at", "2018-10-11 16:41:08.939031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.940872"], ["updated_at", "2018-10-11 16:41:08.940872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.942507"], ["updated_at", "2018-10-11 16:41:08.942507"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.944088"], ["updated_at", "2018-10-11 16:41:08.944088"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.945831"], ["updated_at", "2018-10-11 16:41:08.945831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.947613"], ["updated_at", "2018-10-11 16:41:08.947613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.949258"], ["updated_at", "2018-10-11 16:41:08.949258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.950829"], ["updated_at", "2018-10-11 16:41:08.950829"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.952447"], ["updated_at", "2018-10-11 16:41:08.952447"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.954555"], ["updated_at", "2018-10-11 16:41:08.954555"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.958848"], ["updated_at", "2018-10-11 16:41:08.958848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.961238"], ["updated_at", "2018-10-11 16:41:08.961238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.962946"], ["updated_at", "2018-10-11 16:41:08.962946"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.964665"], ["updated_at", "2018-10-11 16:41:08.964665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.966395"], ["updated_at", "2018-10-11 16:41:08.966395"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.967955"], ["updated_at", "2018-10-11 16:41:08.967955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.969681"], ["updated_at", "2018-10-11 16:41:08.969681"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.971436"], ["updated_at", "2018-10-11 16:41:08.971436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.973136"], ["updated_at", "2018-10-11 16:41:08.973136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.974715"], ["updated_at", "2018-10-11 16:41:08.974715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.976338"], ["updated_at", "2018-10-11 16:41:08.976338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.977996"], ["updated_at", "2018-10-11 16:41:08.977996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.979702"], ["updated_at", "2018-10-11 16:41:08.979702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.981402"], ["updated_at", "2018-10-11 16:41:08.981402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.982997"], ["updated_at", "2018-10-11 16:41:08.982997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.984827"], ["updated_at", "2018-10-11 16:41:08.984827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.986478"], ["updated_at", "2018-10-11 16:41:08.986478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.988061"], ["updated_at", "2018-10-11 16:41:08.988061"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.989904"], ["updated_at", "2018-10-11 16:41:08.989904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.992571"], ["updated_at", "2018-10-11 16:41:08.992571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.994596"], ["updated_at", "2018-10-11 16:41:08.994596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.996376"], ["updated_at", "2018-10-11 16:41:08.996376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.998178"], ["updated_at", "2018-10-11 16:41:08.998178"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:08.999848"], ["updated_at", "2018-10-11 16:41:08.999848"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.001514"], ["updated_at", "2018-10-11 16:41:09.001514"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.004697"], ["updated_at", "2018-10-11 16:41:09.004697"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.007585"], ["updated_at", "2018-10-11 16:41:09.007585"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.010127"], ["updated_at", "2018-10-11 16:41:09.010127"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.012827"], ["updated_at", "2018-10-11 16:41:09.012827"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.015604"], ["updated_at", "2018-10-11 16:41:09.015604"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.018270"], ["updated_at", "2018-10-11 16:41:09.018270"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.021366"], ["updated_at", "2018-10-11 16:41:09.021366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.026541"], ["updated_at", "2018-10-11 16:41:09.026541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.028300"], ["updated_at", "2018-10-11 16:41:09.028300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.030063"], ["updated_at", "2018-10-11 16:41:09.030063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.031727"], ["updated_at", "2018-10-11 16:41:09.031727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.033310"], ["updated_at", "2018-10-11 16:41:09.033310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.034898"], ["updated_at", "2018-10-11 16:41:09.034898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.036493"], ["updated_at", "2018-10-11 16:41:09.036493"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.038093"], ["updated_at", "2018-10-11 16:41:09.038093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.039824"], ["updated_at", "2018-10-11 16:41:09.039824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.041507"], ["updated_at", "2018-10-11 16:41:09.041507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.043108"], ["updated_at", "2018-10-11 16:41:09.043108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.044738"], ["updated_at", "2018-10-11 16:41:09.044738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.046459"], ["updated_at", "2018-10-11 16:41:09.046459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.048218"], ["updated_at", "2018-10-11 16:41:09.048218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.049956"], ["updated_at", "2018-10-11 16:41:09.049956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.051556"], ["updated_at", "2018-10-11 16:41:09.051556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.053171"], ["updated_at", "2018-10-11 16:41:09.053171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.054757"], ["updated_at", "2018-10-11 16:41:09.054757"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.056581"], ["updated_at", "2018-10-11 16:41:09.056581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.059160"], ["updated_at", "2018-10-11 16:41:09.059160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.061379"], ["updated_at", "2018-10-11 16:41:09.061379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.063250"], ["updated_at", "2018-10-11 16:41:09.063250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.065251"], ["updated_at", "2018-10-11 16:41:09.065251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.066898"], ["updated_at", "2018-10-11 16:41:09.066898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.068498"], ["updated_at", "2018-10-11 16:41:09.068498"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.071251"], ["updated_at", "2018-10-11 16:41:09.071251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.072985"], ["updated_at", "2018-10-11 16:41:09.072985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.074787"], ["updated_at", "2018-10-11 16:41:09.074787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.076410"], ["updated_at", "2018-10-11 16:41:09.076410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.078055"], ["updated_at", "2018-10-11 16:41:09.078055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.079765"], ["updated_at", "2018-10-11 16:41:09.079765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.081496"], ["updated_at", "2018-10-11 16:41:09.081496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.083180"], ["updated_at", "2018-10-11 16:41:09.083180"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.084833"], ["updated_at", "2018-10-11 16:41:09.084833"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.087164"], ["updated_at", "2018-10-11 16:41:09.087164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.093971"], ["updated_at", "2018-10-11 16:41:09.093971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.095848"], ["updated_at", "2018-10-11 16:41:09.095848"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.097665"], ["updated_at", "2018-10-11 16:41:09.097665"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.099404"], ["updated_at", "2018-10-11 16:41:09.099404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.101064"], ["updated_at", "2018-10-11 16:41:09.101064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.102622"], ["updated_at", "2018-10-11 16:41:09.102622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.104258"], ["updated_at", "2018-10-11 16:41:09.104258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.105995"], ["updated_at", "2018-10-11 16:41:09.105995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.107758"], ["updated_at", "2018-10-11 16:41:09.107758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.109326"], ["updated_at", "2018-10-11 16:41:09.109326"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.110995"], ["updated_at", "2018-10-11 16:41:09.110995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.112866"], ["updated_at", "2018-10-11 16:41:09.112866"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.114594"], ["updated_at", "2018-10-11 16:41:09.114594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.116256"], ["updated_at", "2018-10-11 16:41:09.116256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.117825"], ["updated_at", "2018-10-11 16:41:09.117825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.119417"], ["updated_at", "2018-10-11 16:41:09.119417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.121190"], ["updated_at", "2018-10-11 16:41:09.121190"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.122883"], ["updated_at", "2018-10-11 16:41:09.122883"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.125139"], ["updated_at", "2018-10-11 16:41:09.125139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.127845"], ["updated_at", "2018-10-11 16:41:09.127845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.129759"], ["updated_at", "2018-10-11 16:41:09.129759"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.131683"], ["updated_at", "2018-10-11 16:41:09.131683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.133649"], ["updated_at", "2018-10-11 16:41:09.133649"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.135497"], ["updated_at", "2018-10-11 16:41:09.135497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.137458"], ["updated_at", "2018-10-11 16:41:09.137458"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.142186"], ["updated_at", "2018-10-11 16:41:09.142186"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.144950"], ["updated_at", "2018-10-11 16:41:09.144950"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.147698"], ["updated_at", "2018-10-11 16:41:09.147698"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.149923"], ["updated_at", "2018-10-11 16:41:09.149923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.152434"], ["updated_at", "2018-10-11 16:41:09.152434"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.154802"], ["updated_at", "2018-10-11 16:41:09.154802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.159042"], ["updated_at", "2018-10-11 16:41:09.159042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.161253"], ["updated_at", "2018-10-11 16:41:09.161253"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.162902"], ["updated_at", "2018-10-11 16:41:09.162902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.164770"], ["updated_at", "2018-10-11 16:41:09.164770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.166516"], ["updated_at", "2018-10-11 16:41:09.166516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.168120"], ["updated_at", "2018-10-11 16:41:09.168120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.169771"], ["updated_at", "2018-10-11 16:41:09.169771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.171421"], ["updated_at", "2018-10-11 16:41:09.171421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.173108"], ["updated_at", "2018-10-11 16:41:09.173108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.174735"], ["updated_at", "2018-10-11 16:41:09.174735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.176317"], ["updated_at", "2018-10-11 16:41:09.176317"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.177901"], ["updated_at", "2018-10-11 16:41:09.177901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.179563"], ["updated_at", "2018-10-11 16:41:09.179563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.181310"], ["updated_at", "2018-10-11 16:41:09.181310"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.182898"], ["updated_at", "2018-10-11 16:41:09.182898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.185333"], ["updated_at", "2018-10-11 16:41:09.185333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.187054"], ["updated_at", "2018-10-11 16:41:09.187054"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.188623"], ["updated_at", "2018-10-11 16:41:09.188623"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.190673"], ["updated_at", "2018-10-11 16:41:09.190673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.193289"], ["updated_at", "2018-10-11 16:41:09.193289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.195150"], ["updated_at", "2018-10-11 16:41:09.195150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.196886"], ["updated_at", "2018-10-11 16:41:09.196886"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.198609"], ["updated_at", "2018-10-11 16:41:09.198609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.200175"], ["updated_at", "2018-10-11 16:41:09.200175"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.201807"], ["updated_at", "2018-10-11 16:41:09.201807"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.204577"], ["updated_at", "2018-10-11 16:41:09.204577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.206286"], ["updated_at", "2018-10-11 16:41:09.206286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.207931"], ["updated_at", "2018-10-11 16:41:09.207931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.209555"], ["updated_at", "2018-10-11 16:41:09.209555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.211127"], ["updated_at", "2018-10-11 16:41:09.211127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.212814"], ["updated_at", "2018-10-11 16:41:09.212814"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.214460"], ["updated_at", "2018-10-11 16:41:09.214460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.216136"], ["updated_at", "2018-10-11 16:41:09.216136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.217684"], ["updated_at", "2018-10-11 16:41:09.217684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.219304"], ["updated_at", "2018-10-11 16:41:09.219304"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.220945"], ["updated_at", "2018-10-11 16:41:09.220945"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.224689"], ["updated_at", "2018-10-11 16:41:09.224689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.227844"], ["updated_at", "2018-10-11 16:41:09.227844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.229566"], ["updated_at", "2018-10-11 16:41:09.229566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.231332"], ["updated_at", "2018-10-11 16:41:09.231332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.233018"], ["updated_at", "2018-10-11 16:41:09.233018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.234573"], ["updated_at", "2018-10-11 16:41:09.234573"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.236190"], ["updated_at", "2018-10-11 16:41:09.236190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.238027"], ["updated_at", "2018-10-11 16:41:09.238027"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.239786"], ["updated_at", "2018-10-11 16:41:09.239786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.241520"], ["updated_at", "2018-10-11 16:41:09.241520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.243188"], ["updated_at", "2018-10-11 16:41:09.243188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.245041"], ["updated_at", "2018-10-11 16:41:09.245041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.246899"], ["updated_at", "2018-10-11 16:41:09.246899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.248697"], ["updated_at", "2018-10-11 16:41:09.248697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.250333"], ["updated_at", "2018-10-11 16:41:09.250333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.251889"], ["updated_at", "2018-10-11 16:41:09.251889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.253462"], ["updated_at", "2018-10-11 16:41:09.253462"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.255026"], ["updated_at", "2018-10-11 16:41:09.255026"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.256946"], ["updated_at", "2018-10-11 16:41:09.256946"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.259396"], ["updated_at", "2018-10-11 16:41:09.259396"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.261778"], ["updated_at", "2018-10-11 16:41:09.261778"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.264031"], ["updated_at", "2018-10-11 16:41:09.264031"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.266154"], ["updated_at", "2018-10-11 16:41:09.266154"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.268210"], ["updated_at", "2018-10-11 16:41:09.268210"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.270635"], ["updated_at", "2018-10-11 16:41:09.270635"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.272619"], ["updated_at", "2018-10-11 16:41:09.272619"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.277460"], ["updated_at", "2018-10-11 16:41:09.277460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.279268"], ["updated_at", "2018-10-11 16:41:09.279268"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.281000"], ["updated_at", "2018-10-11 16:41:09.281000"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.282708"], ["updated_at", "2018-10-11 16:41:09.282708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.284423"], ["updated_at", "2018-10-11 16:41:09.284423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.286036"], ["updated_at", "2018-10-11 16:41:09.286036"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.288754"], ["updated_at", "2018-10-11 16:41:09.288754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.293002"], ["updated_at", "2018-10-11 16:41:09.293002"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.295067"], ["updated_at", "2018-10-11 16:41:09.295067"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.296860"], ["updated_at", "2018-10-11 16:41:09.296860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.298660"], ["updated_at", "2018-10-11 16:41:09.298660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.300244"], ["updated_at", "2018-10-11 16:41:09.300244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.301954"], ["updated_at", "2018-10-11 16:41:09.301954"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.303542"], ["updated_at", "2018-10-11 16:41:09.303542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.305249"], ["updated_at", "2018-10-11 16:41:09.305249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.306973"], ["updated_at", "2018-10-11 16:41:09.306973"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.308612"], ["updated_at", "2018-10-11 16:41:09.308612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.310324"], ["updated_at", "2018-10-11 16:41:09.310324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.311977"], ["updated_at", "2018-10-11 16:41:09.311977"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.313703"], ["updated_at", "2018-10-11 16:41:09.313703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.315456"], ["updated_at", "2018-10-11 16:41:09.315456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.317009"], ["updated_at", "2018-10-11 16:41:09.317009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.318587"], ["updated_at", "2018-10-11 16:41:09.318587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.320137"], ["updated_at", "2018-10-11 16:41:09.320137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.321798"], ["updated_at", "2018-10-11 16:41:09.321798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.323588"], ["updated_at", "2018-10-11 16:41:09.323588"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.326170"], ["updated_at", "2018-10-11 16:41:09.326170"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.328312"], ["updated_at", "2018-10-11 16:41:09.328312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.330178"], ["updated_at", "2018-10-11 16:41:09.330178"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.332006"], ["updated_at", "2018-10-11 16:41:09.332006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.333616"], ["updated_at", "2018-10-11 16:41:09.333616"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.335340"], ["updated_at", "2018-10-11 16:41:09.335340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.338296"], ["updated_at", "2018-10-11 16:41:09.338296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.340004"], ["updated_at", "2018-10-11 16:41:09.340004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.341700"], ["updated_at", "2018-10-11 16:41:09.341700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.343260"], ["updated_at", "2018-10-11 16:41:09.343260"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.344878"], ["updated_at", "2018-10-11 16:41:09.344878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.346735"], ["updated_at", "2018-10-11 16:41:09.346735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.348416"], ["updated_at", "2018-10-11 16:41:09.348416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.350077"], ["updated_at", "2018-10-11 16:41:09.350077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.351617"], ["updated_at", "2018-10-11 16:41:09.351617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.353220"], ["updated_at", "2018-10-11 16:41:09.353220"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.355833"], ["updated_at", "2018-10-11 16:41:09.355833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.360375"], ["updated_at", "2018-10-11 16:41:09.360375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.362172"], ["updated_at", "2018-10-11 16:41:09.362172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.363832"], ["updated_at", "2018-10-11 16:41:09.363832"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.365524"], ["updated_at", "2018-10-11 16:41:09.365524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.367216"], ["updated_at", "2018-10-11 16:41:09.367216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.368779"], ["updated_at", "2018-10-11 16:41:09.368779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.370428"], ["updated_at", "2018-10-11 16:41:09.370428"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.372203"], ["updated_at", "2018-10-11 16:41:09.372203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.373892"], ["updated_at", "2018-10-11 16:41:09.373892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.375575"], ["updated_at", "2018-10-11 16:41:09.375575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.377098"], ["updated_at", "2018-10-11 16:41:09.377098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.378771"], ["updated_at", "2018-10-11 16:41:09.378771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.380355"], ["updated_at", "2018-10-11 16:41:09.380355"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.382306"], ["updated_at", "2018-10-11 16:41:09.382306"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.385019"], ["updated_at", "2018-10-11 16:41:09.385019"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.387661"], ["updated_at", "2018-10-11 16:41:09.387661"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.390189"], ["updated_at", "2018-10-11 16:41:09.390189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.392631"], ["updated_at", "2018-10-11 16:41:09.392631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.394766"], ["updated_at", "2018-10-11 16:41:09.394766"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.396685"], ["updated_at", "2018-10-11 16:41:09.396685"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.398895"], ["updated_at", "2018-10-11 16:41:09.398895"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.401531"], ["updated_at", "2018-10-11 16:41:09.401531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.403361"], ["updated_at", "2018-10-11 16:41:09.403361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.408717"], ["updated_at", "2018-10-11 16:41:09.408717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.410346"], ["updated_at", "2018-10-11 16:41:09.410346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.411929"], ["updated_at", "2018-10-11 16:41:09.411929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.413627"], ["updated_at", "2018-10-11 16:41:09.413627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.415309"], ["updated_at", "2018-10-11 16:41:09.415309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.416901"], ["updated_at", "2018-10-11 16:41:09.416901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.418520"], ["updated_at", "2018-10-11 16:41:09.418520"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.420449"], ["updated_at", "2018-10-11 16:41:09.420449"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.425070"], ["updated_at", "2018-10-11 16:41:09.425070"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.427451"], ["updated_at", "2018-10-11 16:41:09.427451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.429122"], ["updated_at", "2018-10-11 16:41:09.429122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.430797"], ["updated_at", "2018-10-11 16:41:09.430797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.432412"], ["updated_at", "2018-10-11 16:41:09.432412"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.434039"], ["updated_at", "2018-10-11 16:41:09.434039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.435778"], ["updated_at", "2018-10-11 16:41:09.435778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.437367"], ["updated_at", "2018-10-11 16:41:09.437367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.439119"], ["updated_at", "2018-10-11 16:41:09.439119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.440987"], ["updated_at", "2018-10-11 16:41:09.440987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.442700"], ["updated_at", "2018-10-11 16:41:09.442700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.444268"], ["updated_at", "2018-10-11 16:41:09.444268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.445957"], ["updated_at", "2018-10-11 16:41:09.445957"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.447741"], ["updated_at", "2018-10-11 16:41:09.447741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.449470"], ["updated_at", "2018-10-11 16:41:09.449470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.451097"], ["updated_at", "2018-10-11 16:41:09.451097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.452648"], ["updated_at", "2018-10-11 16:41:09.452648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.454256"], ["updated_at", "2018-10-11 16:41:09.454256"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.455863"], ["updated_at", "2018-10-11 16:41:09.455863"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.457917"], ["updated_at", "2018-10-11 16:41:09.457917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.460493"], ["updated_at", "2018-10-11 16:41:09.460493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.462256"], ["updated_at", "2018-10-11 16:41:09.462256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.464095"], ["updated_at", "2018-10-11 16:41:09.464095"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.465842"], ["updated_at", "2018-10-11 16:41:09.465842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.467402"], ["updated_at", "2018-10-11 16:41:09.467402"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.469000"], ["updated_at", "2018-10-11 16:41:09.469000"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.471922"], ["updated_at", "2018-10-11 16:41:09.471922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.473802"], ["updated_at", "2018-10-11 16:41:09.473802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.475515"], ["updated_at", "2018-10-11 16:41:09.475515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.477135"], ["updated_at", "2018-10-11 16:41:09.477135"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.478745"], ["updated_at", "2018-10-11 16:41:09.478745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.480567"], ["updated_at", "2018-10-11 16:41:09.480567"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.482430"], ["updated_at", "2018-10-11 16:41:09.482430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.484188"], ["updated_at", "2018-10-11 16:41:09.484188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.485773"], ["updated_at", "2018-10-11 16:41:09.485773"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.488294"], ["updated_at", "2018-10-11 16:41:09.488294"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.492236"], ["updated_at", "2018-10-11 16:41:09.492236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.494700"], ["updated_at", "2018-10-11 16:41:09.494700"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.496384"], ["updated_at", "2018-10-11 16:41:09.496384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.498152"], ["updated_at", "2018-10-11 16:41:09.498152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.499772"], ["updated_at", "2018-10-11 16:41:09.499772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.501423"], ["updated_at", "2018-10-11 16:41:09.501423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.503074"], ["updated_at", "2018-10-11 16:41:09.503074"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.505095"], ["updated_at", "2018-10-11 16:41:09.505095"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.507806"], ["updated_at", "2018-10-11 16:41:09.507806"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.510402"], ["updated_at", "2018-10-11 16:41:09.510402"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.513111"], ["updated_at", "2018-10-11 16:41:09.513111"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.516029"], ["updated_at", "2018-10-11 16:41:09.516029"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.518617"], ["updated_at", "2018-10-11 16:41:09.518617"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.521229"], ["updated_at", "2018-10-11 16:41:09.521229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.525969"], ["updated_at", "2018-10-11 16:41:09.525969"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.528107"], ["updated_at", "2018-10-11 16:41:09.528107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.530060"], ["updated_at", "2018-10-11 16:41:09.530060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.531854"], ["updated_at", "2018-10-11 16:41:09.531854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.533553"], ["updated_at", "2018-10-11 16:41:09.533553"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.535186"], ["updated_at", "2018-10-11 16:41:09.535186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.538013"], ["updated_at", "2018-10-11 16:41:09.538013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.539794"], ["updated_at", "2018-10-11 16:41:09.539794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.541497"], ["updated_at", "2018-10-11 16:41:09.541497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.543072"], ["updated_at", "2018-10-11 16:41:09.543072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.544751"], ["updated_at", "2018-10-11 16:41:09.544751"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.546552"], ["updated_at", "2018-10-11 16:41:09.546552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.548345"], ["updated_at", "2018-10-11 16:41:09.548345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.549967"], ["updated_at", "2018-10-11 16:41:09.549967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.551564"], ["updated_at", "2018-10-11 16:41:09.551564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.553176"], ["updated_at", "2018-10-11 16:41:09.553176"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.555533"], ["updated_at", "2018-10-11 16:41:09.555533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.559946"], ["updated_at", "2018-10-11 16:41:09.559946"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.562104"], ["updated_at", "2018-10-11 16:41:09.562104"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.563908"], ["updated_at", "2018-10-11 16:41:09.563908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.565700"], ["updated_at", "2018-10-11 16:41:09.565700"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.567343"], ["updated_at", "2018-10-11 16:41:09.567343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.568968"], ["updated_at", "2018-10-11 16:41:09.568968"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.570797"], ["updated_at", "2018-10-11 16:41:09.570797"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.572604"], ["updated_at", "2018-10-11 16:41:09.572604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.574351"], ["updated_at", "2018-10-11 16:41:09.574351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.575954"], ["updated_at", "2018-10-11 16:41:09.575954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.577662"], ["updated_at", "2018-10-11 16:41:09.577662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.579325"], ["updated_at", "2018-10-11 16:41:09.579325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.581043"], ["updated_at", "2018-10-11 16:41:09.581043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.582684"], ["updated_at", "2018-10-11 16:41:09.582684"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.584515"], ["updated_at", "2018-10-11 16:41:09.584515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.586678"], ["updated_at", "2018-10-11 16:41:09.586678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.588602"], ["updated_at", "2018-10-11 16:41:09.588602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.590443"], ["updated_at", "2018-10-11 16:41:09.590443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.592916"], ["updated_at", "2018-10-11 16:41:09.592916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.595107"], ["updated_at", "2018-10-11 16:41:09.595107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.596872"], ["updated_at", "2018-10-11 16:41:09.596872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.598624"], ["updated_at", "2018-10-11 16:41:09.598624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.600327"], ["updated_at", "2018-10-11 16:41:09.600327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.601955"], ["updated_at", "2018-10-11 16:41:09.601955"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.604763"], ["updated_at", "2018-10-11 16:41:09.604763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.606471"], ["updated_at", "2018-10-11 16:41:09.606471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.608129"], ["updated_at", "2018-10-11 16:41:09.608129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.609689"], ["updated_at", "2018-10-11 16:41:09.609689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.611314"], ["updated_at", "2018-10-11 16:41:09.611314"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.612898"], ["updated_at", "2018-10-11 16:41:09.612898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.614743"], ["updated_at", "2018-10-11 16:41:09.614743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.616372"], ["updated_at", "2018-10-11 16:41:09.616372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.617927"], ["updated_at", "2018-10-11 16:41:09.617927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.619536"], ["updated_at", "2018-10-11 16:41:09.619536"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.621185"], ["updated_at", "2018-10-11 16:41:09.621185"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.625614"], ["updated_at", "2018-10-11 16:41:09.625614"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.629150"], ["updated_at", "2018-10-11 16:41:09.629150"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.631947"], ["updated_at", "2018-10-11 16:41:09.631947"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.634601"], ["updated_at", "2018-10-11 16:41:09.634601"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.637257"], ["updated_at", "2018-10-11 16:41:09.637257"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.639934"], ["updated_at", "2018-10-11 16:41:09.639934"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.642555"], ["updated_at", "2018-10-11 16:41:09.642555"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.645127"], ["updated_at", "2018-10-11 16:41:09.645127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.647198"], ["updated_at", "2018-10-11 16:41:09.647198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.648920"], ["updated_at", "2018-10-11 16:41:09.648920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.650717"], ["updated_at", "2018-10-11 16:41:09.650717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.652419"], ["updated_at", "2018-10-11 16:41:09.652419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.654018"], ["updated_at", "2018-10-11 16:41:09.654018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.655658"], ["updated_at", "2018-10-11 16:41:09.655658"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.657643"], ["updated_at", "2018-10-11 16:41:09.657643"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.660552"], ["updated_at", "2018-10-11 16:41:09.660552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.662662"], ["updated_at", "2018-10-11 16:41:09.662662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.664501"], ["updated_at", "2018-10-11 16:41:09.664501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.666211"], ["updated_at", "2018-10-11 16:41:09.666211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.667836"], ["updated_at", "2018-10-11 16:41:09.667836"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.669465"], ["updated_at", "2018-10-11 16:41:09.669465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.672239"], ["updated_at", "2018-10-11 16:41:09.672239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.674027"], ["updated_at", "2018-10-11 16:41:09.674027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.675629"], ["updated_at", "2018-10-11 16:41:09.675629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.677238"], ["updated_at", "2018-10-11 16:41:09.677238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.678862"], ["updated_at", "2018-10-11 16:41:09.678862"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.680573"], ["updated_at", "2018-10-11 16:41:09.680573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.682226"], ["updated_at", "2018-10-11 16:41:09.682226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.683864"], ["updated_at", "2018-10-11 16:41:09.683864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.685676"], ["updated_at", "2018-10-11 16:41:09.685676"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.688219"], ["updated_at", "2018-10-11 16:41:09.688219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.692498"], ["updated_at", "2018-10-11 16:41:09.692498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.694718"], ["updated_at", "2018-10-11 16:41:09.694718"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.696441"], ["updated_at", "2018-10-11 16:41:09.696441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.698744"], ["updated_at", "2018-10-11 16:41:09.698744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.700365"], ["updated_at", "2018-10-11 16:41:09.700365"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.701886"], ["updated_at", "2018-10-11 16:41:09.701886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.703595"], ["updated_at", "2018-10-11 16:41:09.703595"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.705147"], ["updated_at", "2018-10-11 16:41:09.705147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.706864"], ["updated_at", "2018-10-11 16:41:09.706864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.708602"], ["updated_at", "2018-10-11 16:41:09.708602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.710163"], ["updated_at", "2018-10-11 16:41:09.710163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.711742"], ["updated_at", "2018-10-11 16:41:09.711742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.713466"], ["updated_at", "2018-10-11 16:41:09.713466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.715210"], ["updated_at", "2018-10-11 16:41:09.715210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.716813"], ["updated_at", "2018-10-11 16:41:09.716813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.718440"], ["updated_at", "2018-10-11 16:41:09.718440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.720057"], ["updated_at", "2018-10-11 16:41:09.720057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.721724"], ["updated_at", "2018-10-11 16:41:09.721724"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.723690"], ["updated_at", "2018-10-11 16:41:09.723690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.726328"], ["updated_at", "2018-10-11 16:41:09.726328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.728287"], ["updated_at", "2018-10-11 16:41:09.728287"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.730254"], ["updated_at", "2018-10-11 16:41:09.730254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.732201"], ["updated_at", "2018-10-11 16:41:09.732201"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.733790"], ["updated_at", "2018-10-11 16:41:09.733790"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.735354"], ["updated_at", "2018-10-11 16:41:09.735354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.738383"], ["updated_at", "2018-10-11 16:41:09.738383"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.740085"], ["updated_at", "2018-10-11 16:41:09.740085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.741773"], ["updated_at", "2018-10-11 16:41:09.741773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.743360"], ["updated_at", "2018-10-11 16:41:09.743360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.744910"], ["updated_at", "2018-10-11 16:41:09.744910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.746614"], ["updated_at", "2018-10-11 16:41:09.746614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.748400"], ["updated_at", "2018-10-11 16:41:09.748400"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.750242"], ["updated_at", "2018-10-11 16:41:09.750242"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.752916"], ["updated_at", "2018-10-11 16:41:09.752916"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.756618"], ["updated_at", "2018-10-11 16:41:09.756618"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.761001"], ["updated_at", "2018-10-11 16:41:09.761001"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.763733"], ["updated_at", "2018-10-11 16:41:09.763733"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.766468"], ["updated_at", "2018-10-11 16:41:09.766468"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.769551"], ["updated_at", "2018-10-11 16:41:09.769551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.772263"], ["updated_at", "2018-10-11 16:41:09.772263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.774064"], ["updated_at", "2018-10-11 16:41:09.774064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.775877"], ["updated_at", "2018-10-11 16:41:09.775877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.777654"], ["updated_at", "2018-10-11 16:41:09.777654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.779397"], ["updated_at", "2018-10-11 16:41:09.779397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.781030"], ["updated_at", "2018-10-11 16:41:09.781030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.782668"], ["updated_at", "2018-10-11 16:41:09.782668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.784485"], ["updated_at", "2018-10-11 16:41:09.784485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.786356"], ["updated_at", "2018-10-11 16:41:09.786356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.787999"], ["updated_at", "2018-10-11 16:41:09.787999"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.789901"], ["updated_at", "2018-10-11 16:41:09.789901"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.793415"], ["updated_at", "2018-10-11 16:41:09.793415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.795534"], ["updated_at", "2018-10-11 16:41:09.795534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.797301"], ["updated_at", "2018-10-11 16:41:09.797301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.799071"], ["updated_at", "2018-10-11 16:41:09.799071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.800723"], ["updated_at", "2018-10-11 16:41:09.800723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.802330"], ["updated_at", "2018-10-11 16:41:09.802330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.804913"], ["updated_at", "2018-10-11 16:41:09.804913"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.806616"], ["updated_at", "2018-10-11 16:41:09.806616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.808376"], ["updated_at", "2018-10-11 16:41:09.808376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.810163"], ["updated_at", "2018-10-11 16:41:09.810163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.811882"], ["updated_at", "2018-10-11 16:41:09.811882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.813738"], ["updated_at", "2018-10-11 16:41:09.813738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.815503"], ["updated_at", "2018-10-11 16:41:09.815503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.817120"], ["updated_at", "2018-10-11 16:41:09.817120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.818664"], ["updated_at", "2018-10-11 16:41:09.818664"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.820268"], ["updated_at", "2018-10-11 16:41:09.820268"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.823348"], ["updated_at", "2018-10-11 16:41:09.823348"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.827278"], ["updated_at", "2018-10-11 16:41:09.827278"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.829369"], ["updated_at", "2018-10-11 16:41:09.829369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.831722"], ["updated_at", "2018-10-11 16:41:09.831722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.833417"], ["updated_at", "2018-10-11 16:41:09.833417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.834994"], ["updated_at", "2018-10-11 16:41:09.834994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.836629"], ["updated_at", "2018-10-11 16:41:09.836629"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.838194"], ["updated_at", "2018-10-11 16:41:09.838194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.839960"], ["updated_at", "2018-10-11 16:41:09.839960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.841711"], ["updated_at", "2018-10-11 16:41:09.841711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.843301"], ["updated_at", "2018-10-11 16:41:09.843301"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.844999"], ["updated_at", "2018-10-11 16:41:09.844999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.846751"], ["updated_at", "2018-10-11 16:41:09.846751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.848568"], ["updated_at", "2018-10-11 16:41:09.848568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.850321"], ["updated_at", "2018-10-11 16:41:09.850321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.851903"], ["updated_at", "2018-10-11 16:41:09.851903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.853456"], ["updated_at", "2018-10-11 16:41:09.853456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.855072"], ["updated_at", "2018-10-11 16:41:09.855072"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.857062"], ["updated_at", "2018-10-11 16:41:09.857062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.860564"], ["updated_at", "2018-10-11 16:41:09.860564"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.862433"], ["updated_at", "2018-10-11 16:41:09.862433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.864704"], ["updated_at", "2018-10-11 16:41:09.864704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.866442"], ["updated_at", "2018-10-11 16:41:09.866442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.868036"], ["updated_at", "2018-10-11 16:41:09.868036"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.869856"], ["updated_at", "2018-10-11 16:41:09.869856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.872906"], ["updated_at", "2018-10-11 16:41:09.872906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.874706"], ["updated_at", "2018-10-11 16:41:09.874706"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.876539"], ["updated_at", "2018-10-11 16:41:09.876539"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.879217"], ["updated_at", "2018-10-11 16:41:09.879217"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.882115"], ["updated_at", "2018-10-11 16:41:09.882115"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.885127"], ["updated_at", "2018-10-11 16:41:09.885127"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.887719"], ["updated_at", "2018-10-11 16:41:09.887719"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.892030"], ["updated_at", "2018-10-11 16:41:09.892030"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.895917"], ["updated_at", "2018-10-11 16:41:09.895917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.898863"], ["updated_at", "2018-10-11 16:41:09.898863"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.900679"], ["updated_at", "2018-10-11 16:41:09.900679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.902448"], ["updated_at", "2018-10-11 16:41:09.902448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.904130"], ["updated_at", "2018-10-11 16:41:09.904130"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.905748"], ["updated_at", "2018-10-11 16:41:09.905748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.907577"], ["updated_at", "2018-10-11 16:41:09.907577"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.909382"], ["updated_at", "2018-10-11 16:41:09.909382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.911135"], ["updated_at", "2018-10-11 16:41:09.911135"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.912999"], ["updated_at", "2018-10-11 16:41:09.912999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.914962"], ["updated_at", "2018-10-11 16:41:09.914962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.916660"], ["updated_at", "2018-10-11 16:41:09.916660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.918301"], ["updated_at", "2018-10-11 16:41:09.918301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.919893"], ["updated_at", "2018-10-11 16:41:09.919893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.921629"], ["updated_at", "2018-10-11 16:41:09.921629"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.923357"], ["updated_at", "2018-10-11 16:41:09.923357"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.926108"], ["updated_at", "2018-10-11 16:41:09.926108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.928606"], ["updated_at", "2018-10-11 16:41:09.928606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.930526"], ["updated_at", "2018-10-11 16:41:09.930526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.932327"], ["updated_at", "2018-10-11 16:41:09.932327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.933981"], ["updated_at", "2018-10-11 16:41:09.933981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.935705"], ["updated_at", "2018-10-11 16:41:09.935705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.938508"], ["updated_at", "2018-10-11 16:41:09.938508"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.940188"], ["updated_at", "2018-10-11 16:41:09.940188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.941885"], ["updated_at", "2018-10-11 16:41:09.941885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.943455"], ["updated_at", "2018-10-11 16:41:09.943455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.945071"], ["updated_at", "2018-10-11 16:41:09.945071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.946754"], ["updated_at", "2018-10-11 16:41:09.946754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.948458"], ["updated_at", "2018-10-11 16:41:09.948458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.950209"], ["updated_at", "2018-10-11 16:41:09.950209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.951832"], ["updated_at", "2018-10-11 16:41:09.951832"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.953461"], ["updated_at", "2018-10-11 16:41:09.953461"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.955660"], ["updated_at", "2018-10-11 16:41:09.955660"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.959817"], ["updated_at", "2018-10-11 16:41:09.959817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.963613"], ["updated_at", "2018-10-11 16:41:09.963613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.965386"], ["updated_at", "2018-10-11 16:41:09.965386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.966972"], ["updated_at", "2018-10-11 16:41:09.966972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.968611"], ["updated_at", "2018-10-11 16:41:09.968611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.970296"], ["updated_at", "2018-10-11 16:41:09.970296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.971872"], ["updated_at", "2018-10-11 16:41:09.971872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.973711"], ["updated_at", "2018-10-11 16:41:09.973711"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.975285"], ["updated_at", "2018-10-11 16:41:09.975285"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.977397"], ["updated_at", "2018-10-11 16:41:09.977397"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.979191"], ["updated_at", "2018-10-11 16:41:09.979191"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.980993"], ["updated_at", "2018-10-11 16:41:09.980993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.982732"], ["updated_at", "2018-10-11 16:41:09.982732"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.984293"], ["updated_at", "2018-10-11 16:41:09.984293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.986432"], ["updated_at", "2018-10-11 16:41:09.986432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.988167"], ["updated_at", "2018-10-11 16:41:09.988167"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.989922"], ["updated_at", "2018-10-11 16:41:09.989922"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.992879"], ["updated_at", "2018-10-11 16:41:09.992879"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.995190"], ["updated_at", "2018-10-11 16:41:09.995190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.997751"], ["updated_at", "2018-10-11 16:41:09.997751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:09.999943"], ["updated_at", "2018-10-11 16:41:09.999943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.001568"], ["updated_at", "2018-10-11 16:41:10.001568"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.003240"], ["updated_at", "2018-10-11 16:41:10.003240"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.006945"], ["updated_at", "2018-10-11 16:41:10.006945"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.009677"], ["updated_at", "2018-10-11 16:41:10.009677"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.012283"], ["updated_at", "2018-10-11 16:41:10.012283"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.015128"], ["updated_at", "2018-10-11 16:41:10.015128"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.017875"], ["updated_at", "2018-10-11 16:41:10.017875"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.020492"], ["updated_at", "2018-10-11 16:41:10.020492"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.025431"], ["updated_at", "2018-10-11 16:41:10.025431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.028401"], ["updated_at", "2018-10-11 16:41:10.028401"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.030061"], ["updated_at", "2018-10-11 16:41:10.030061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.031831"], ["updated_at", "2018-10-11 16:41:10.031831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.033462"], ["updated_at", "2018-10-11 16:41:10.033462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.035065"], ["updated_at", "2018-10-11 16:41:10.035065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.036699"], ["updated_at", "2018-10-11 16:41:10.036699"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.038264"], ["updated_at", "2018-10-11 16:41:10.038264"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.039984"], ["updated_at", "2018-10-11 16:41:10.039984"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.041698"], ["updated_at", "2018-10-11 16:41:10.041698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.043458"], ["updated_at", "2018-10-11 16:41:10.043458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.045057"], ["updated_at", "2018-10-11 16:41:10.045057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.046748"], ["updated_at", "2018-10-11 16:41:10.046748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.048439"], ["updated_at", "2018-10-11 16:41:10.048439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.050064"], ["updated_at", "2018-10-11 16:41:10.050064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.051709"], ["updated_at", "2018-10-11 16:41:10.051709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.053298"], ["updated_at", "2018-10-11 16:41:10.053298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.054968"], ["updated_at", "2018-10-11 16:41:10.054968"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.056830"], ["updated_at", "2018-10-11 16:41:10.056830"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.059336"], ["updated_at", "2018-10-11 16:41:10.059336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.061486"], ["updated_at", "2018-10-11 16:41:10.061486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.063247"], ["updated_at", "2018-10-11 16:41:10.063247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.064997"], ["updated_at", "2018-10-11 16:41:10.064997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.066688"], ["updated_at", "2018-10-11 16:41:10.066688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.068305"], ["updated_at", "2018-10-11 16:41:10.068305"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.071121"], ["updated_at", "2018-10-11 16:41:10.071121"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.072967"], ["updated_at", "2018-10-11 16:41:10.072967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.074779"], ["updated_at", "2018-10-11 16:41:10.074779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.076324"], ["updated_at", "2018-10-11 16:41:10.076324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.077986"], ["updated_at", "2018-10-11 16:41:10.077986"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.079711"], ["updated_at", "2018-10-11 16:41:10.079711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.081519"], ["updated_at", "2018-10-11 16:41:10.081519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.083125"], ["updated_at", "2018-10-11 16:41:10.083125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.084745"], ["updated_at", "2018-10-11 16:41:10.084745"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.086534"], ["updated_at", "2018-10-11 16:41:10.086534"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.088933"], ["updated_at", "2018-10-11 16:41:10.088933"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.092894"], ["updated_at", "2018-10-11 16:41:10.092894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.095260"], ["updated_at", "2018-10-11 16:41:10.095260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.096962"], ["updated_at", "2018-10-11 16:41:10.096962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.098642"], ["updated_at", "2018-10-11 16:41:10.098642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.100340"], ["updated_at", "2018-10-11 16:41:10.100340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.101940"], ["updated_at", "2018-10-11 16:41:10.101940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.103492"], ["updated_at", "2018-10-11 16:41:10.103492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.105071"], ["updated_at", "2018-10-11 16:41:10.105071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.106677"], ["updated_at", "2018-10-11 16:41:10.106677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.108345"], ["updated_at", "2018-10-11 16:41:10.108345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.110198"], ["updated_at", "2018-10-11 16:41:10.110198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.111789"], ["updated_at", "2018-10-11 16:41:10.111789"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.113485"], ["updated_at", "2018-10-11 16:41:10.113485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.115259"], ["updated_at", "2018-10-11 16:41:10.115259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.116874"], ["updated_at", "2018-10-11 16:41:10.116874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.118511"], ["updated_at", "2018-10-11 16:41:10.118511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.120074"], ["updated_at", "2018-10-11 16:41:10.120074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.121747"], ["updated_at", "2018-10-11 16:41:10.121747"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.123797"], ["updated_at", "2018-10-11 16:41:10.123797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.126525"], ["updated_at", "2018-10-11 16:41:10.126525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.128532"], ["updated_at", "2018-10-11 16:41:10.128532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.130324"], ["updated_at", "2018-10-11 16:41:10.130324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.132606"], ["updated_at", "2018-10-11 16:41:10.132606"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.134572"], ["updated_at", "2018-10-11 16:41:10.134572"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.136570"], ["updated_at", "2018-10-11 16:41:10.136570"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.138566"], ["updated_at", "2018-10-11 16:41:10.138566"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.142470"], ["updated_at", "2018-10-11 16:41:10.142470"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.145130"], ["updated_at", "2018-10-11 16:41:10.145130"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.147935"], ["updated_at", "2018-10-11 16:41:10.147935"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.150654"], ["updated_at", "2018-10-11 16:41:10.150654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.152883"], ["updated_at", "2018-10-11 16:41:10.152883"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.155392"], ["updated_at", "2018-10-11 16:41:10.155392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.159788"], ["updated_at", "2018-10-11 16:41:10.159788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.161966"], ["updated_at", "2018-10-11 16:41:10.161966"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.163652"], ["updated_at", "2018-10-11 16:41:10.163652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.165412"], ["updated_at", "2018-10-11 16:41:10.165412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.166995"], ["updated_at", "2018-10-11 16:41:10.166995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.168597"], ["updated_at", "2018-10-11 16:41:10.168597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.170267"], ["updated_at", "2018-10-11 16:41:10.170267"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.171890"], ["updated_at", "2018-10-11 16:41:10.171890"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.173666"], ["updated_at", "2018-10-11 16:41:10.173666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.175330"], ["updated_at", "2018-10-11 16:41:10.175330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.176872"], ["updated_at", "2018-10-11 16:41:10.176872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.178497"], ["updated_at", "2018-10-11 16:41:10.178497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.180186"], ["updated_at", "2018-10-11 16:41:10.180186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.181871"], ["updated_at", "2018-10-11 16:41:10.181871"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.183505"], ["updated_at", "2018-10-11 16:41:10.183505"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.185597"], ["updated_at", "2018-10-11 16:41:10.185597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.187326"], ["updated_at", "2018-10-11 16:41:10.187326"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.188902"], ["updated_at", "2018-10-11 16:41:10.188902"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.190912"], ["updated_at", "2018-10-11 16:41:10.190912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.193661"], ["updated_at", "2018-10-11 16:41:10.193661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.195445"], ["updated_at", "2018-10-11 16:41:10.195445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.197238"], ["updated_at", "2018-10-11 16:41:10.197238"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.198912"], ["updated_at", "2018-10-11 16:41:10.198912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.200491"], ["updated_at", "2018-10-11 16:41:10.200491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.203174"], ["updated_at", "2018-10-11 16:41:10.203174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.204914"], ["updated_at", "2018-10-11 16:41:10.204914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.206591"], ["updated_at", "2018-10-11 16:41:10.206591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.208222"], ["updated_at", "2018-10-11 16:41:10.208222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.209827"], ["updated_at", "2018-10-11 16:41:10.209827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.211375"], ["updated_at", "2018-10-11 16:41:10.211375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.213061"], ["updated_at", "2018-10-11 16:41:10.213061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.214770"], ["updated_at", "2018-10-11 16:41:10.214770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.216385"], ["updated_at", "2018-10-11 16:41:10.216385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.217936"], ["updated_at", "2018-10-11 16:41:10.217936"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.219537"], ["updated_at", "2018-10-11 16:41:10.219537"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.221783"], ["updated_at", "2018-10-11 16:41:10.221783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.226053"], ["updated_at", "2018-10-11 16:41:10.226053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.228183"], ["updated_at", "2018-10-11 16:41:10.228183"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.229886"], ["updated_at", "2018-10-11 16:41:10.229886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.231793"], ["updated_at", "2018-10-11 16:41:10.231793"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.233471"], ["updated_at", "2018-10-11 16:41:10.233471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.235457"], ["updated_at", "2018-10-11 16:41:10.235457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.237366"], ["updated_at", "2018-10-11 16:41:10.237366"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.238979"], ["updated_at", "2018-10-11 16:41:10.238979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.240673"], ["updated_at", "2018-10-11 16:41:10.240673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.242250"], ["updated_at", "2018-10-11 16:41:10.242250"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.243873"], ["updated_at", "2018-10-11 16:41:10.243873"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.245573"], ["updated_at", "2018-10-11 16:41:10.245573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.247308"], ["updated_at", "2018-10-11 16:41:10.247308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.249043"], ["updated_at", "2018-10-11 16:41:10.249043"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.250602"], ["updated_at", "2018-10-11 16:41:10.250602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.252363"], ["updated_at", "2018-10-11 16:41:10.252363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.254005"], ["updated_at", "2018-10-11 16:41:10.254005"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.255669"], ["updated_at", "2018-10-11 16:41:10.255669"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.258444"], ["updated_at", "2018-10-11 16:41:10.258444"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.261372"], ["updated_at", "2018-10-11 16:41:10.261372"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.263415"], ["updated_at", "2018-10-11 16:41:10.263415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.265417"], ["updated_at", "2018-10-11 16:41:10.265417"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.267405"], ["updated_at", "2018-10-11 16:41:10.267405"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.269450"], ["updated_at", "2018-10-11 16:41:10.269450"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.271323"], ["updated_at", "2018-10-11 16:41:10.271323"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.276590"], ["updated_at", "2018-10-11 16:41:10.276590"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.279155"], ["updated_at", "2018-10-11 16:41:10.279155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.281080"], ["updated_at", "2018-10-11 16:41:10.281080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.282868"], ["updated_at", "2018-10-11 16:41:10.282868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.284558"], ["updated_at", "2018-10-11 16:41:10.284558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.286154"], ["updated_at", "2018-10-11 16:41:10.286154"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.287845"], ["updated_at", "2018-10-11 16:41:10.287845"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.292068"], ["updated_at", "2018-10-11 16:41:10.292068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.295126"], ["updated_at", "2018-10-11 16:41:10.295126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.296780"], ["updated_at", "2018-10-11 16:41:10.296780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.298508"], ["updated_at", "2018-10-11 16:41:10.298508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.300135"], ["updated_at", "2018-10-11 16:41:10.300135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.301860"], ["updated_at", "2018-10-11 16:41:10.301860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.303480"], ["updated_at", "2018-10-11 16:41:10.303480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.305027"], ["updated_at", "2018-10-11 16:41:10.305027"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.306682"], ["updated_at", "2018-10-11 16:41:10.306682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.308357"], ["updated_at", "2018-10-11 16:41:10.308357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.310153"], ["updated_at", "2018-10-11 16:41:10.310153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.311848"], ["updated_at", "2018-10-11 16:41:10.311848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.313620"], ["updated_at", "2018-10-11 16:41:10.313620"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.315297"], ["updated_at", "2018-10-11 16:41:10.315297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.316971"], ["updated_at", "2018-10-11 16:41:10.316971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.318567"], ["updated_at", "2018-10-11 16:41:10.318567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.320211"], ["updated_at", "2018-10-11 16:41:10.320211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.321830"], ["updated_at", "2018-10-11 16:41:10.321830"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.323916"], ["updated_at", "2018-10-11 16:41:10.323916"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.326656"], ["updated_at", "2018-10-11 16:41:10.326656"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.328760"], ["updated_at", "2018-10-11 16:41:10.328760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.330963"], ["updated_at", "2018-10-11 16:41:10.330963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.332714"], ["updated_at", "2018-10-11 16:41:10.332714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.334429"], ["updated_at", "2018-10-11 16:41:10.334429"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.336175"], ["updated_at", "2018-10-11 16:41:10.336175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.339087"], ["updated_at", "2018-10-11 16:41:10.339087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.340965"], ["updated_at", "2018-10-11 16:41:10.340965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.342636"], ["updated_at", "2018-10-11 16:41:10.342636"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.344256"], ["updated_at", "2018-10-11 16:41:10.344256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.346045"], ["updated_at", "2018-10-11 16:41:10.346045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.347820"], ["updated_at", "2018-10-11 16:41:10.347820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.349488"], ["updated_at", "2018-10-11 16:41:10.349488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.351106"], ["updated_at", "2018-10-11 16:41:10.351106"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.352679"], ["updated_at", "2018-10-11 16:41:10.352679"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.354406"], ["updated_at", "2018-10-11 16:41:10.354406"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.358014"], ["updated_at", "2018-10-11 16:41:10.358014"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.361589"], ["updated_at", "2018-10-11 16:41:10.361589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.363399"], ["updated_at", "2018-10-11 16:41:10.363399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.365173"], ["updated_at", "2018-10-11 16:41:10.365173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.366836"], ["updated_at", "2018-10-11 16:41:10.366836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.368465"], ["updated_at", "2018-10-11 16:41:10.368465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.370043"], ["updated_at", "2018-10-11 16:41:10.370043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.371639"], ["updated_at", "2018-10-11 16:41:10.371639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.373307"], ["updated_at", "2018-10-11 16:41:10.373307"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.374942"], ["updated_at", "2018-10-11 16:41:10.374942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.376660"], ["updated_at", "2018-10-11 16:41:10.376660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.378240"], ["updated_at", "2018-10-11 16:41:10.378240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.379878"], ["updated_at", "2018-10-11 16:41:10.379878"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.381727"], ["updated_at", "2018-10-11 16:41:10.381727"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.384419"], ["updated_at", "2018-10-11 16:41:10.384419"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.387025"], ["updated_at", "2018-10-11 16:41:10.387025"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.389626"], ["updated_at", "2018-10-11 16:41:10.389626"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.394007"], ["updated_at", "2018-10-11 16:41:10.394007"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.395995"], ["updated_at", "2018-10-11 16:41:10.395995"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.397995"], ["updated_at", "2018-10-11 16:41:10.397995"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.400013"], ["updated_at", "2018-10-11 16:41:10.400013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.401910"], ["updated_at", "2018-10-11 16:41:10.401910"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.403711"], ["updated_at", "2018-10-11 16:41:10.403711"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.406007"], ["updated_at", "2018-10-11 16:41:10.406007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.408914"], ["updated_at", "2018-10-11 16:41:10.408914"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.410651"], ["updated_at", "2018-10-11 16:41:10.410651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.412305"], ["updated_at", "2018-10-11 16:41:10.412305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.413969"], ["updated_at", "2018-10-11 16:41:10.413969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.415685"], ["updated_at", "2018-10-11 16:41:10.415685"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.417269"], ["updated_at", "2018-10-11 16:41:10.417269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.418890"], ["updated_at", "2018-10-11 16:41:10.418890"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.420590"], ["updated_at", "2018-10-11 16:41:10.420590"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.424090"], ["updated_at", "2018-10-11 16:41:10.424090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.427552"], ["updated_at", "2018-10-11 16:41:10.427552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.429256"], ["updated_at", "2018-10-11 16:41:10.429256"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.430976"], ["updated_at", "2018-10-11 16:41:10.430976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.433023"], ["updated_at", "2018-10-11 16:41:10.433023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.434693"], ["updated_at", "2018-10-11 16:41:10.434693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.436396"], ["updated_at", "2018-10-11 16:41:10.436396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.438085"], ["updated_at", "2018-10-11 16:41:10.438085"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.439765"], ["updated_at", "2018-10-11 16:41:10.439765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.441677"], ["updated_at", "2018-10-11 16:41:10.441677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.443308"], ["updated_at", "2018-10-11 16:41:10.443308"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.444947"], ["updated_at", "2018-10-11 16:41:10.444947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.446785"], ["updated_at", "2018-10-11 16:41:10.446785"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.448525"], ["updated_at", "2018-10-11 16:41:10.448525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.450206"], ["updated_at", "2018-10-11 16:41:10.450206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.451802"], ["updated_at", "2018-10-11 16:41:10.451802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.453380"], ["updated_at", "2018-10-11 16:41:10.453380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.454924"], ["updated_at", "2018-10-11 16:41:10.454924"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.456682"], ["updated_at", "2018-10-11 16:41:10.456682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.459210"], ["updated_at", "2018-10-11 16:41:10.459210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.461315"], ["updated_at", "2018-10-11 16:41:10.461315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.463058"], ["updated_at", "2018-10-11 16:41:10.463058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.464903"], ["updated_at", "2018-10-11 16:41:10.464903"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.466580"], ["updated_at", "2018-10-11 16:41:10.466580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.468158"], ["updated_at", "2018-10-11 16:41:10.468158"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.470832"], ["updated_at", "2018-10-11 16:41:10.470832"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.472517"], ["updated_at", "2018-10-11 16:41:10.472517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.474285"], ["updated_at", "2018-10-11 16:41:10.474285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.475925"], ["updated_at", "2018-10-11 16:41:10.475925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.477543"], ["updated_at", "2018-10-11 16:41:10.477543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.479176"], ["updated_at", "2018-10-11 16:41:10.479176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.480914"], ["updated_at", "2018-10-11 16:41:10.480914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.482552"], ["updated_at", "2018-10-11 16:41:10.482552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.484164"], ["updated_at", "2018-10-11 16:41:10.484164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.485751"], ["updated_at", "2018-10-11 16:41:10.485751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.487338"], ["updated_at", "2018-10-11 16:41:10.487338"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.489789"], ["updated_at", "2018-10-11 16:41:10.489789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.494064"], ["updated_at", "2018-10-11 16:41:10.494064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.496135"], ["updated_at", "2018-10-11 16:41:10.496135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.497830"], ["updated_at", "2018-10-11 16:41:10.497830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.499551"], ["updated_at", "2018-10-11 16:41:10.499551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.501175"], ["updated_at", "2018-10-11 16:41:10.501175"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.502740"], ["updated_at", "2018-10-11 16:41:10.502740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.504395"], ["updated_at", "2018-10-11 16:41:10.504395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.506051"], ["updated_at", "2018-10-11 16:41:10.506051"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.508353"], ["updated_at", "2018-10-11 16:41:10.508353"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.510711"], ["updated_at", "2018-10-11 16:41:10.510711"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.513096"], ["updated_at", "2018-10-11 16:41:10.513096"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.515317"], ["updated_at", "2018-10-11 16:41:10.515317"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.518148"], ["updated_at", "2018-10-11 16:41:10.518148"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.520652"], ["updated_at", "2018-10-11 16:41:10.520652"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.522963"], ["updated_at", "2018-10-11 16:41:10.522963"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.526021"], ["updated_at", "2018-10-11 16:41:10.526021"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.529730"], ["updated_at", "2018-10-11 16:41:10.529730"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.532197"], ["updated_at", "2018-10-11 16:41:10.532197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.534304"], ["updated_at", "2018-10-11 16:41:10.534304"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.535998"], ["updated_at", "2018-10-11 16:41:10.535998"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.537926"], ["updated_at", "2018-10-11 16:41:10.537926"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.539852"], ["updated_at", "2018-10-11 16:41:10.539852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.543024"], ["updated_at", "2018-10-11 16:41:10.543024"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.544922"], ["updated_at", "2018-10-11 16:41:10.544922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.546944"], ["updated_at", "2018-10-11 16:41:10.546944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.548754"], ["updated_at", "2018-10-11 16:41:10.548754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.550354"], ["updated_at", "2018-10-11 16:41:10.550354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.551979"], ["updated_at", "2018-10-11 16:41:10.551979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.553517"], ["updated_at", "2018-10-11 16:41:10.553517"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.557471"], ["updated_at", "2018-10-11 16:41:10.557471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.561208"], ["updated_at", "2018-10-11 16:41:10.561208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.562913"], ["updated_at", "2018-10-11 16:41:10.562913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.564689"], ["updated_at", "2018-10-11 16:41:10.564689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.566413"], ["updated_at", "2018-10-11 16:41:10.566413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.567995"], ["updated_at", "2018-10-11 16:41:10.567995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.569586"], ["updated_at", "2018-10-11 16:41:10.569586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.571253"], ["updated_at", "2018-10-11 16:41:10.571253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.572914"], ["updated_at", "2018-10-11 16:41:10.572914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.574610"], ["updated_at", "2018-10-11 16:41:10.574610"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.576218"], ["updated_at", "2018-10-11 16:41:10.576218"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.578787"], ["updated_at", "2018-10-11 16:41:10.578787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.580934"], ["updated_at", "2018-10-11 16:41:10.580934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.582804"], ["updated_at", "2018-10-11 16:41:10.582804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.584585"], ["updated_at", "2018-10-11 16:41:10.584585"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.586153"], ["updated_at", "2018-10-11 16:41:10.586153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.587845"], ["updated_at", "2018-10-11 16:41:10.587845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.589472"], ["updated_at", "2018-10-11 16:41:10.589472"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.591165"], ["updated_at", "2018-10-11 16:41:10.591165"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.593892"], ["updated_at", "2018-10-11 16:41:10.593892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.595839"], ["updated_at", "2018-10-11 16:41:10.595839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.597663"], ["updated_at", "2018-10-11 16:41:10.597663"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.599432"], ["updated_at", "2018-10-11 16:41:10.599432"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.601144"], ["updated_at", "2018-10-11 16:41:10.601144"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.602709"], ["updated_at", "2018-10-11 16:41:10.602709"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.605499"], ["updated_at", "2018-10-11 16:41:10.605499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.607299"], ["updated_at", "2018-10-11 16:41:10.607299"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.608941"], ["updated_at", "2018-10-11 16:41:10.608941"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.611246"], ["updated_at", "2018-10-11 16:41:10.611246"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.613780"], ["updated_at", "2018-10-11 16:41:10.613780"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.615861"], ["updated_at", "2018-10-11 16:41:10.615861"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.617741"], ["updated_at", "2018-10-11 16:41:10.617741"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.619904"], ["updated_at", "2018-10-11 16:41:10.619904"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.625449"], ["updated_at", "2018-10-11 16:41:10.625449"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.628482"], ["updated_at", "2018-10-11 16:41:10.628482"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.631533"], ["updated_at", "2018-10-11 16:41:10.631533"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.635106"], ["updated_at", "2018-10-11 16:41:10.635106"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.637730"], ["updated_at", "2018-10-11 16:41:10.637730"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.640447"], ["updated_at", "2018-10-11 16:41:10.640447"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.643009"], ["updated_at", "2018-10-11 16:41:10.643009"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.645834"], ["updated_at", "2018-10-11 16:41:10.645834"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.648861"], ["updated_at", "2018-10-11 16:41:10.648861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.651468"], ["updated_at", "2018-10-11 16:41:10.651468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.653114"], ["updated_at", "2018-10-11 16:41:10.653114"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.654808"], ["updated_at", "2018-10-11 16:41:10.654808"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.656586"], ["updated_at", "2018-10-11 16:41:10.656586"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.659189"], ["updated_at", "2018-10-11 16:41:10.659189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.661398"], ["updated_at", "2018-10-11 16:41:10.661398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.663099"], ["updated_at", "2018-10-11 16:41:10.663099"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.664944"], ["updated_at", "2018-10-11 16:41:10.664944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.667027"], ["updated_at", "2018-10-11 16:41:10.667027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.668607"], ["updated_at", "2018-10-11 16:41:10.668607"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.671356"], ["updated_at", "2018-10-11 16:41:10.671356"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.673175"], ["updated_at", "2018-10-11 16:41:10.673175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.674922"], ["updated_at", "2018-10-11 16:41:10.674922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.676594"], ["updated_at", "2018-10-11 16:41:10.676594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.678146"], ["updated_at", "2018-10-11 16:41:10.678146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.679833"], ["updated_at", "2018-10-11 16:41:10.679833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.681505"], ["updated_at", "2018-10-11 16:41:10.681505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.683358"], ["updated_at", "2018-10-11 16:41:10.683358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.685122"], ["updated_at", "2018-10-11 16:41:10.685122"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.686705"], ["updated_at", "2018-10-11 16:41:10.686705"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.689302"], ["updated_at", "2018-10-11 16:41:10.689302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.693772"], ["updated_at", "2018-10-11 16:41:10.693772"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.695690"], ["updated_at", "2018-10-11 16:41:10.695690"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.697614"], ["updated_at", "2018-10-11 16:41:10.697614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.699416"], ["updated_at", "2018-10-11 16:41:10.699416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.701038"], ["updated_at", "2018-10-11 16:41:10.701038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.702626"], ["updated_at", "2018-10-11 16:41:10.702626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.704318"], ["updated_at", "2018-10-11 16:41:10.704318"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.705871"], ["updated_at", "2018-10-11 16:41:10.705871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.707551"], ["updated_at", "2018-10-11 16:41:10.707551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.709181"], ["updated_at", "2018-10-11 16:41:10.709181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.710732"], ["updated_at", "2018-10-11 16:41:10.710732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.712326"], ["updated_at", "2018-10-11 16:41:10.712326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.714106"], ["updated_at", "2018-10-11 16:41:10.714106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.715902"], ["updated_at", "2018-10-11 16:41:10.715902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.717719"], ["updated_at", "2018-10-11 16:41:10.717719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.719392"], ["updated_at", "2018-10-11 16:41:10.719392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.721050"], ["updated_at", "2018-10-11 16:41:10.721050"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.722631"], ["updated_at", "2018-10-11 16:41:10.722631"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.724560"], ["updated_at", "2018-10-11 16:41:10.724560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.727200"], ["updated_at", "2018-10-11 16:41:10.727200"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.729153"], ["updated_at", "2018-10-11 16:41:10.729153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.731428"], ["updated_at", "2018-10-11 16:41:10.731428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.733116"], ["updated_at", "2018-10-11 16:41:10.733116"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.734685"], ["updated_at", "2018-10-11 16:41:10.734685"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.736292"], ["updated_at", "2018-10-11 16:41:10.736292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.739204"], ["updated_at", "2018-10-11 16:41:10.739204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.740955"], ["updated_at", "2018-10-11 16:41:10.740955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.742577"], ["updated_at", "2018-10-11 16:41:10.742577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.744128"], ["updated_at", "2018-10-11 16:41:10.744128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.745776"], ["updated_at", "2018-10-11 16:41:10.745776"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.747518"], ["updated_at", "2018-10-11 16:41:10.747518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.749482"], ["updated_at", "2018-10-11 16:41:10.749482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.751083"], ["updated_at", "2018-10-11 16:41:10.751083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.752726"], ["updated_at", "2018-10-11 16:41:10.752726"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.754492"], ["updated_at", "2018-10-11 16:41:10.754492"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.760163"], ["updated_at", "2018-10-11 16:41:10.760163"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.763153"], ["updated_at", "2018-10-11 16:41:10.763153"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.766011"], ["updated_at", "2018-10-11 16:41:10.766011"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.768687"], ["updated_at", "2018-10-11 16:41:10.768687"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.771496"], ["updated_at", "2018-10-11 16:41:10.771496"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.774278"], ["updated_at", "2018-10-11 16:41:10.774278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.776993"], ["updated_at", "2018-10-11 16:41:10.776993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.778660"], ["updated_at", "2018-10-11 16:41:10.778660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.780510"], ["updated_at", "2018-10-11 16:41:10.780510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.782252"], ["updated_at", "2018-10-11 16:41:10.782252"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.784052"], ["updated_at", "2018-10-11 16:41:10.784052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.786012"], ["updated_at", "2018-10-11 16:41:10.786012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.787787"], ["updated_at", "2018-10-11 16:41:10.787787"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.789416"], ["updated_at", "2018-10-11 16:41:10.789416"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.791660"], ["updated_at", "2018-10-11 16:41:10.791660"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.794307"], ["updated_at", "2018-10-11 16:41:10.794307"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.796909"], ["updated_at", "2018-10-11 16:41:10.796909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.798686"], ["updated_at", "2018-10-11 16:41:10.798686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.800461"], ["updated_at", "2018-10-11 16:41:10.800461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.802058"], ["updated_at", "2018-10-11 16:41:10.802058"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.803778"], ["updated_at", "2018-10-11 16:41:10.803778"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.806730"], ["updated_at", "2018-10-11 16:41:10.806730"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.808485"], ["updated_at", "2018-10-11 16:41:10.808485"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.810108"], ["updated_at", "2018-10-11 16:41:10.810108"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.811874"], ["updated_at", "2018-10-11 16:41:10.811874"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.813649"], ["updated_at", "2018-10-11 16:41:10.813649"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.815489"], ["updated_at", "2018-10-11 16:41:10.815489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.817271"], ["updated_at", "2018-10-11 16:41:10.817271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.818974"], ["updated_at", "2018-10-11 16:41:10.818974"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.820652"], ["updated_at", "2018-10-11 16:41:10.820652"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.825248"], ["updated_at", "2018-10-11 16:41:10.825248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.827925"], ["updated_at", "2018-10-11 16:41:10.827925"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.829567"], ["updated_at", "2018-10-11 16:41:10.829567"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.831690"], ["updated_at", "2018-10-11 16:41:10.831690"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.833562"], ["updated_at", "2018-10-11 16:41:10.833562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.835340"], ["updated_at", "2018-10-11 16:41:10.835340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.836981"], ["updated_at", "2018-10-11 16:41:10.836981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.839900"], ["updated_at", "2018-10-11 16:41:10.839900"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.841595"], ["updated_at", "2018-10-11 16:41:10.841595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.843624"], ["updated_at", "2018-10-11 16:41:10.843624"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.845376"], ["updated_at", "2018-10-11 16:41:10.845376"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.847184"], ["updated_at", "2018-10-11 16:41:10.847184"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.849074"], ["updated_at", "2018-10-11 16:41:10.849074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.850778"], ["updated_at", "2018-10-11 16:41:10.850778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.852473"], ["updated_at", "2018-10-11 16:41:10.852473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.854008"], ["updated_at", "2018-10-11 16:41:10.854008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.855645"], ["updated_at", "2018-10-11 16:41:10.855645"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.857673"], ["updated_at", "2018-10-11 16:41:10.857673"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.859875"], ["updated_at", "2018-10-11 16:41:10.859875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.862096"], ["updated_at", "2018-10-11 16:41:10.862096"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.864109"], ["updated_at", "2018-10-11 16:41:10.864109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.866063"], ["updated_at", "2018-10-11 16:41:10.866063"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.867744"], ["updated_at", "2018-10-11 16:41:10.867744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.869303"], ["updated_at", "2018-10-11 16:41:10.869303"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.872422"], ["updated_at", "2018-10-11 16:41:10.872422"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.874331"], ["updated_at", "2018-10-11 16:41:10.874331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.876225"], ["updated_at", "2018-10-11 16:41:10.876225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.877820"], ["updated_at", "2018-10-11 16:41:10.877820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.879527"], ["updated_at", "2018-10-11 16:41:10.879527"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.881517"], ["updated_at", "2018-10-11 16:41:10.881517"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.884305"], ["updated_at", "2018-10-11 16:41:10.884305"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.886993"], ["updated_at", "2018-10-11 16:41:10.886993"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.890767"], ["updated_at", "2018-10-11 16:41:10.890767"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.895089"], ["updated_at", "2018-10-11 16:41:10.895089"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.897945"], ["updated_at", "2018-10-11 16:41:10.897945"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.900474"], ["updated_at", "2018-10-11 16:41:10.900474"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.902515"], ["updated_at", "2018-10-11 16:41:10.902515"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.904625"], ["updated_at", "2018-10-11 16:41:10.904625"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.906462"], ["updated_at", "2018-10-11 16:41:10.906462"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.908481"], ["updated_at", "2018-10-11 16:41:10.908481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.910769"], ["updated_at", "2018-10-11 16:41:10.910769"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.912455"], ["updated_at", "2018-10-11 16:41:10.912455"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.914825"], ["updated_at", "2018-10-11 16:41:10.914825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.916970"], ["updated_at", "2018-10-11 16:41:10.916970"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.918560"], ["updated_at", "2018-10-11 16:41:10.918560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.920245"], ["updated_at", "2018-10-11 16:41:10.920245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.921898"], ["updated_at", "2018-10-11 16:41:10.921898"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.923821"], ["updated_at", "2018-10-11 16:41:10.923821"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.926306"], ["updated_at", "2018-10-11 16:41:10.926306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.928678"], ["updated_at", "2018-10-11 16:41:10.928678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.930441"], ["updated_at", "2018-10-11 16:41:10.930441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.932295"], ["updated_at", "2018-10-11 16:41:10.932295"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.933958"], ["updated_at", "2018-10-11 16:41:10.933958"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.935514"], ["updated_at", "2018-10-11 16:41:10.935514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.938480"], ["updated_at", "2018-10-11 16:41:10.938480"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.940380"], ["updated_at", "2018-10-11 16:41:10.940380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.942123"], ["updated_at", "2018-10-11 16:41:10.942123"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.943709"], ["updated_at", "2018-10-11 16:41:10.943709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.945390"], ["updated_at", "2018-10-11 16:41:10.945390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.947034"], ["updated_at", "2018-10-11 16:41:10.947034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.948744"], ["updated_at", "2018-10-11 16:41:10.948744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.950414"], ["updated_at", "2018-10-11 16:41:10.950414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.952107"], ["updated_at", "2018-10-11 16:41:10.952107"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.953744"], ["updated_at", "2018-10-11 16:41:10.953744"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.956416"], ["updated_at", "2018-10-11 16:41:10.956416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.960966"], ["updated_at", "2018-10-11 16:41:10.960966"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.962805"], ["updated_at", "2018-10-11 16:41:10.962805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.964545"], ["updated_at", "2018-10-11 16:41:10.964545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.966403"], ["updated_at", "2018-10-11 16:41:10.966403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.967998"], ["updated_at", "2018-10-11 16:41:10.967998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.969616"], ["updated_at", "2018-10-11 16:41:10.969616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.971215"], ["updated_at", "2018-10-11 16:41:10.971215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.972839"], ["updated_at", "2018-10-11 16:41:10.972839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.974655"], ["updated_at", "2018-10-11 16:41:10.974655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.976271"], ["updated_at", "2018-10-11 16:41:10.976271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.977907"], ["updated_at", "2018-10-11 16:41:10.977907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.979589"], ["updated_at", "2018-10-11 16:41:10.979589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.981334"], ["updated_at", "2018-10-11 16:41:10.981334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.982970"], ["updated_at", "2018-10-11 16:41:10.982970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.984927"], ["updated_at", "2018-10-11 16:41:10.984927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.986642"], ["updated_at", "2018-10-11 16:41:10.986642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.988205"], ["updated_at", "2018-10-11 16:41:10.988205"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.989953"], ["updated_at", "2018-10-11 16:41:10.989953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.992454"], ["updated_at", "2018-10-11 16:41:10.992454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.994602"], ["updated_at", "2018-10-11 16:41:10.994602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.996525"], ["updated_at", "2018-10-11 16:41:10.996525"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:10.998313"], ["updated_at", "2018-10-11 16:41:10.998313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.000211"], ["updated_at", "2018-10-11 16:41:11.000211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.001816"], ["updated_at", "2018-10-11 16:41:11.001816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.004562"], ["updated_at", "2018-10-11 16:41:11.004562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.006268"], ["updated_at", "2018-10-11 16:41:11.006268"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.008197"], ["updated_at", "2018-10-11 16:41:11.008197"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.010928"], ["updated_at", "2018-10-11 16:41:11.010928"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.013611"], ["updated_at", "2018-10-11 16:41:11.013611"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.016238"], ["updated_at", "2018-10-11 16:41:11.016238"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.018932"], ["updated_at", "2018-10-11 16:41:11.018932"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.021462"], ["updated_at", "2018-10-11 16:41:11.021462"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.025918"], ["updated_at", "2018-10-11 16:41:11.025918"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.029467"], ["updated_at", "2018-10-11 16:41:11.029467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.031515"], ["updated_at", "2018-10-11 16:41:11.031515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.033151"], ["updated_at", "2018-10-11 16:41:11.033151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.034770"], ["updated_at", "2018-10-11 16:41:11.034770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.036386"], ["updated_at", "2018-10-11 16:41:11.036386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.038014"], ["updated_at", "2018-10-11 16:41:11.038014"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.039655"], ["updated_at", "2018-10-11 16:41:11.039655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.041479"], ["updated_at", "2018-10-11 16:41:11.041479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.043119"], ["updated_at", "2018-10-11 16:41:11.043119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.044686"], ["updated_at", "2018-10-11 16:41:11.044686"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.046363"], ["updated_at", "2018-10-11 16:41:11.046363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.048143"], ["updated_at", "2018-10-11 16:41:11.048143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.049793"], ["updated_at", "2018-10-11 16:41:11.049793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.051411"], ["updated_at", "2018-10-11 16:41:11.051411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.052985"], ["updated_at", "2018-10-11 16:41:11.052985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.054598"], ["updated_at", "2018-10-11 16:41:11.054598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.056186"], ["updated_at", "2018-10-11 16:41:11.056186"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.058042"], ["updated_at", "2018-10-11 16:41:11.058042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.060639"], ["updated_at", "2018-10-11 16:41:11.060639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.062485"], ["updated_at", "2018-10-11 16:41:11.062485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.064333"], ["updated_at", "2018-10-11 16:41:11.064333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.066120"], ["updated_at", "2018-10-11 16:41:11.066120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.067833"], ["updated_at", "2018-10-11 16:41:11.067833"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.069569"], ["updated_at", "2018-10-11 16:41:11.069569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.072425"], ["updated_at", "2018-10-11 16:41:11.072425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.074153"], ["updated_at", "2018-10-11 16:41:11.074153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.075915"], ["updated_at", "2018-10-11 16:41:11.075915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.077504"], ["updated_at", "2018-10-11 16:41:11.077504"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.079176"], ["updated_at", "2018-10-11 16:41:11.079176"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.080931"], ["updated_at", "2018-10-11 16:41:11.080931"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.082729"], ["updated_at", "2018-10-11 16:41:11.082729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.084442"], ["updated_at", "2018-10-11 16:41:11.084442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.086063"], ["updated_at", "2018-10-11 16:41:11.086063"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.087729"], ["updated_at", "2018-10-11 16:41:11.087729"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.092008"], ["updated_at", "2018-10-11 16:41:11.092008"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.094771"], ["updated_at", "2018-10-11 16:41:11.094771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.096536"], ["updated_at", "2018-10-11 16:41:11.096536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.098287"], ["updated_at", "2018-10-11 16:41:11.098287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.099963"], ["updated_at", "2018-10-11 16:41:11.099963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.101555"], ["updated_at", "2018-10-11 16:41:11.101555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.103128"], ["updated_at", "2018-10-11 16:41:11.103128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.104690"], ["updated_at", "2018-10-11 16:41:11.104690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.106323"], ["updated_at", "2018-10-11 16:41:11.106323"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.108131"], ["updated_at", "2018-10-11 16:41:11.108131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.109992"], ["updated_at", "2018-10-11 16:41:11.109992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.111602"], ["updated_at", "2018-10-11 16:41:11.111602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.113259"], ["updated_at", "2018-10-11 16:41:11.113259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.115107"], ["updated_at", "2018-10-11 16:41:11.115107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.116804"], ["updated_at", "2018-10-11 16:41:11.116804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.118486"], ["updated_at", "2018-10-11 16:41:11.118486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.120130"], ["updated_at", "2018-10-11 16:41:11.120130"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.121744"], ["updated_at", "2018-10-11 16:41:11.121744"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.123475"], ["updated_at", "2018-10-11 16:41:11.123475"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.126013"], ["updated_at", "2018-10-11 16:41:11.126013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.128338"], ["updated_at", "2018-10-11 16:41:11.128338"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.130295"], ["updated_at", "2018-10-11 16:41:11.130295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.132506"], ["updated_at", "2018-10-11 16:41:11.132506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.134149"], ["updated_at", "2018-10-11 16:41:11.134149"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.135920"], ["updated_at", "2018-10-11 16:41:11.135920"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.139521"], ["updated_at", "2018-10-11 16:41:11.139521"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.142258"], ["updated_at", "2018-10-11 16:41:11.142258"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.144824"], ["updated_at", "2018-10-11 16:41:11.144824"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.147533"], ["updated_at", "2018-10-11 16:41:11.147533"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.150279"], ["updated_at", "2018-10-11 16:41:11.150279"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.152877"], ["updated_at", "2018-10-11 16:41:11.152877"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.155578"], ["updated_at", "2018-10-11 16:41:11.155578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.160775"], ["updated_at", "2018-10-11 16:41:11.160775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.163061"], ["updated_at", "2018-10-11 16:41:11.163061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.164846"], ["updated_at", "2018-10-11 16:41:11.164846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.166551"], ["updated_at", "2018-10-11 16:41:11.166551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.168171"], ["updated_at", "2018-10-11 16:41:11.168171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.169802"], ["updated_at", "2018-10-11 16:41:11.169802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.171381"], ["updated_at", "2018-10-11 16:41:11.171381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.173168"], ["updated_at", "2018-10-11 16:41:11.173168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.174831"], ["updated_at", "2018-10-11 16:41:11.174831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.176393"], ["updated_at", "2018-10-11 16:41:11.176393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.178014"], ["updated_at", "2018-10-11 16:41:11.178014"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.179585"], ["updated_at", "2018-10-11 16:41:11.179585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.181305"], ["updated_at", "2018-10-11 16:41:11.181305"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.183052"], ["updated_at", "2018-10-11 16:41:11.183052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.185088"], ["updated_at", "2018-10-11 16:41:11.185088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.186742"], ["updated_at", "2018-10-11 16:41:11.186742"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.188367"], ["updated_at", "2018-10-11 16:41:11.188367"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.190230"], ["updated_at", "2018-10-11 16:41:11.190230"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.192728"], ["updated_at", "2018-10-11 16:41:11.192728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.195011"], ["updated_at", "2018-10-11 16:41:11.195011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.196770"], ["updated_at", "2018-10-11 16:41:11.196770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.198555"], ["updated_at", "2018-10-11 16:41:11.198555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.200210"], ["updated_at", "2018-10-11 16:41:11.200210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.201816"], ["updated_at", "2018-10-11 16:41:11.201816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.204549"], ["updated_at", "2018-10-11 16:41:11.204549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.206163"], ["updated_at", "2018-10-11 16:41:11.206163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.207862"], ["updated_at", "2018-10-11 16:41:11.207862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.209469"], ["updated_at", "2018-10-11 16:41:11.209469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.211078"], ["updated_at", "2018-10-11 16:41:11.211078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.212666"], ["updated_at", "2018-10-11 16:41:11.212666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.214338"], ["updated_at", "2018-10-11 16:41:11.214338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.216066"], ["updated_at", "2018-10-11 16:41:11.216066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.217680"], ["updated_at", "2018-10-11 16:41:11.217680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.219270"], ["updated_at", "2018-10-11 16:41:11.219270"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.221021"], ["updated_at", "2018-10-11 16:41:11.221021"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.225711"], ["updated_at", "2018-10-11 16:41:11.225711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.228203"], ["updated_at", "2018-10-11 16:41:11.228203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.229952"], ["updated_at", "2018-10-11 16:41:11.229952"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.231624"], ["updated_at", "2018-10-11 16:41:11.231624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.233322"], ["updated_at", "2018-10-11 16:41:11.233322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.234925"], ["updated_at", "2018-10-11 16:41:11.234925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.236543"], ["updated_at", "2018-10-11 16:41:11.236543"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.238108"], ["updated_at", "2018-10-11 16:41:11.238108"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.239863"], ["updated_at", "2018-10-11 16:41:11.239863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.241683"], ["updated_at", "2018-10-11 16:41:11.241683"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.243251"], ["updated_at", "2018-10-11 16:41:11.243251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.245076"], ["updated_at", "2018-10-11 16:41:11.245076"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.246717"], ["updated_at", "2018-10-11 16:41:11.246717"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.248554"], ["updated_at", "2018-10-11 16:41:11.248554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.250259"], ["updated_at", "2018-10-11 16:41:11.250259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.251791"], ["updated_at", "2018-10-11 16:41:11.251791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.253466"], ["updated_at", "2018-10-11 16:41:11.253466"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.255023"], ["updated_at", "2018-10-11 16:41:11.255023"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.256925"], ["updated_at", "2018-10-11 16:41:11.256925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.259739"], ["updated_at", "2018-10-11 16:41:11.259739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.261673"], ["updated_at", "2018-10-11 16:41:11.261673"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.263421"], ["updated_at", "2018-10-11 16:41:11.263421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.265528"], ["updated_at", "2018-10-11 16:41:11.265528"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.267574"], ["updated_at", "2018-10-11 16:41:11.267574"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.271205"], ["updated_at", "2018-10-11 16:41:11.271205"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.274854"], ["updated_at", "2018-10-11 16:41:11.274854"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.277470"], ["updated_at", "2018-10-11 16:41:11.277470"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.280211"], ["updated_at", "2018-10-11 16:41:11.280211"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.282965"], ["updated_at", "2018-10-11 16:41:11.282965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.284803"], ["updated_at", "2018-10-11 16:41:11.284803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.286398"], ["updated_at", "2018-10-11 16:41:11.286398"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.288110"], ["updated_at", "2018-10-11 16:41:11.288110"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.292018"], ["updated_at", "2018-10-11 16:41:11.292018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.295000"], ["updated_at", "2018-10-11 16:41:11.295000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.296661"], ["updated_at", "2018-10-11 16:41:11.296661"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.298370"], ["updated_at", "2018-10-11 16:41:11.298370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.300149"], ["updated_at", "2018-10-11 16:41:11.300149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.302208"], ["updated_at", "2018-10-11 16:41:11.302208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.303839"], ["updated_at", "2018-10-11 16:41:11.303839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.305505"], ["updated_at", "2018-10-11 16:41:11.305505"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.307169"], ["updated_at", "2018-10-11 16:41:11.307169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.308884"], ["updated_at", "2018-10-11 16:41:11.308884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.310568"], ["updated_at", "2018-10-11 16:41:11.310568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.312186"], ["updated_at", "2018-10-11 16:41:11.312186"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.313855"], ["updated_at", "2018-10-11 16:41:11.313855"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.315650"], ["updated_at", "2018-10-11 16:41:11.315650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.317410"], ["updated_at", "2018-10-11 16:41:11.317410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.318956"], ["updated_at", "2018-10-11 16:41:11.318956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.320555"], ["updated_at", "2018-10-11 16:41:11.320555"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.322162"], ["updated_at", "2018-10-11 16:41:11.322162"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.323905"], ["updated_at", "2018-10-11 16:41:11.323905"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.326446"], ["updated_at", "2018-10-11 16:41:11.326446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.328585"], ["updated_at", "2018-10-11 16:41:11.328585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.330372"], ["updated_at", "2018-10-11 16:41:11.330372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.332131"], ["updated_at", "2018-10-11 16:41:11.332131"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.333770"], ["updated_at", "2018-10-11 16:41:11.333770"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.335359"], ["updated_at", "2018-10-11 16:41:11.335359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.338072"], ["updated_at", "2018-10-11 16:41:11.338072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.339658"], ["updated_at", "2018-10-11 16:41:11.339658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.341377"], ["updated_at", "2018-10-11 16:41:11.341377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.343064"], ["updated_at", "2018-10-11 16:41:11.343064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.344603"], ["updated_at", "2018-10-11 16:41:11.344603"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.346319"], ["updated_at", "2018-10-11 16:41:11.346319"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.348134"], ["updated_at", "2018-10-11 16:41:11.348134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.349868"], ["updated_at", "2018-10-11 16:41:11.349868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.351495"], ["updated_at", "2018-10-11 16:41:11.351495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.353100"], ["updated_at", "2018-10-11 16:41:11.353100"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.354664"], ["updated_at", "2018-10-11 16:41:11.354664"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.358559"], ["updated_at", "2018-10-11 16:41:11.358559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.361963"], ["updated_at", "2018-10-11 16:41:11.361963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.363689"], ["updated_at", "2018-10-11 16:41:11.363689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.365306"], ["updated_at", "2018-10-11 16:41:11.365306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.366895"], ["updated_at", "2018-10-11 16:41:11.366895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.368519"], ["updated_at", "2018-10-11 16:41:11.368519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.370115"], ["updated_at", "2018-10-11 16:41:11.370115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.371696"], ["updated_at", "2018-10-11 16:41:11.371696"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.373310"], ["updated_at", "2018-10-11 16:41:11.373310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.375075"], ["updated_at", "2018-10-11 16:41:11.375075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.376853"], ["updated_at", "2018-10-11 16:41:11.376853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.378516"], ["updated_at", "2018-10-11 16:41:11.378516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.380120"], ["updated_at", "2018-10-11 16:41:11.380120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.381839"], ["updated_at", "2018-10-11 16:41:11.381839"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.383536"], ["updated_at", "2018-10-11 16:41:11.383536"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.385132"], ["updated_at", "2018-10-11 16:41:11.385132"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.387433"], ["updated_at", "2018-10-11 16:41:11.387433"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.390538"], ["updated_at", "2018-10-11 16:41:11.390538"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.394171"], ["updated_at", "2018-10-11 16:41:11.394171"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.396292"], ["updated_at", "2018-10-11 16:41:11.396292"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.398427"], ["updated_at", "2018-10-11 16:41:11.398427"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.400470"], ["updated_at", "2018-10-11 16:41:11.400470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.402505"], ["updated_at", "2018-10-11 16:41:11.402505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.404430"], ["updated_at", "2018-10-11 16:41:11.404430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.408895"], ["updated_at", "2018-10-11 16:41:11.408895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.410616"], ["updated_at", "2018-10-11 16:41:11.410616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.412213"], ["updated_at", "2018-10-11 16:41:11.412213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.413886"], ["updated_at", "2018-10-11 16:41:11.413886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.415508"], ["updated_at", "2018-10-11 16:41:11.415508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.417097"], ["updated_at", "2018-10-11 16:41:11.417097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.418803"], ["updated_at", "2018-10-11 16:41:11.418803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.420423"], ["updated_at", "2018-10-11 16:41:11.420423"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.423072"], ["updated_at", "2018-10-11 16:41:11.423072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.427047"], ["updated_at", "2018-10-11 16:41:11.427047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.429128"], ["updated_at", "2018-10-11 16:41:11.429128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.430748"], ["updated_at", "2018-10-11 16:41:11.430748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.432645"], ["updated_at", "2018-10-11 16:41:11.432645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.434300"], ["updated_at", "2018-10-11 16:41:11.434300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.435894"], ["updated_at", "2018-10-11 16:41:11.435894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.437531"], ["updated_at", "2018-10-11 16:41:11.437531"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.439129"], ["updated_at", "2018-10-11 16:41:11.439129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.440823"], ["updated_at", "2018-10-11 16:41:11.440823"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.442577"], ["updated_at", "2018-10-11 16:41:11.442577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.444241"], ["updated_at", "2018-10-11 16:41:11.444241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.445885"], ["updated_at", "2018-10-11 16:41:11.445885"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.447536"], ["updated_at", "2018-10-11 16:41:11.447536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.449401"], ["updated_at", "2018-10-11 16:41:11.449401"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.451008"], ["updated_at", "2018-10-11 16:41:11.451008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.452762"], ["updated_at", "2018-10-11 16:41:11.452762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.454333"], ["updated_at", "2018-10-11 16:41:11.454333"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.456002"], ["updated_at", "2018-10-11 16:41:11.456002"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.458438"], ["updated_at", "2018-10-11 16:41:11.458438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.461060"], ["updated_at", "2018-10-11 16:41:11.461060"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.462670"], ["updated_at", "2018-10-11 16:41:11.462670"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.464336"], ["updated_at", "2018-10-11 16:41:11.464336"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.466050"], ["updated_at", "2018-10-11 16:41:11.466050"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.467736"], ["updated_at", "2018-10-11 16:41:11.467736"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.469373"], ["updated_at", "2018-10-11 16:41:11.469373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.472184"], ["updated_at", "2018-10-11 16:41:11.472184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.473864"], ["updated_at", "2018-10-11 16:41:11.473864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.475552"], ["updated_at", "2018-10-11 16:41:11.475552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.477125"], ["updated_at", "2018-10-11 16:41:11.477125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.478818"], ["updated_at", "2018-10-11 16:41:11.478818"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.480445"], ["updated_at", "2018-10-11 16:41:11.480445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.482150"], ["updated_at", "2018-10-11 16:41:11.482150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.483728"], ["updated_at", "2018-10-11 16:41:11.483728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.485464"], ["updated_at", "2018-10-11 16:41:11.485464"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.487030"], ["updated_at", "2018-10-11 16:41:11.487030"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.489109"], ["updated_at", "2018-10-11 16:41:11.489109"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.492899"], ["updated_at", "2018-10-11 16:41:11.492899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.495631"], ["updated_at", "2018-10-11 16:41:11.495631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.497325"], ["updated_at", "2018-10-11 16:41:11.497325"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.498965"], ["updated_at", "2018-10-11 16:41:11.498965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.500684"], ["updated_at", "2018-10-11 16:41:11.500684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.502232"], ["updated_at", "2018-10-11 16:41:11.502232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.503855"], ["updated_at", "2018-10-11 16:41:11.503855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.505477"], ["updated_at", "2018-10-11 16:41:11.505477"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.507496"], ["updated_at", "2018-10-11 16:41:11.507496"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.510990"], ["updated_at", "2018-10-11 16:41:11.510990"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.514599"], ["updated_at", "2018-10-11 16:41:11.514599"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.518072"], ["updated_at", "2018-10-11 16:41:11.518072"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.521533"], ["updated_at", "2018-10-11 16:41:11.521533"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.524472"], ["updated_at", "2018-10-11 16:41:11.524472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.527389"], ["updated_at", "2018-10-11 16:41:11.527389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.529033"], ["updated_at", "2018-10-11 16:41:11.529033"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.530714"], ["updated_at", "2018-10-11 16:41:11.530714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.532420"], ["updated_at", "2018-10-11 16:41:11.532420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.533993"], ["updated_at", "2018-10-11 16:41:11.533993"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.535699"], ["updated_at", "2018-10-11 16:41:11.535699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.538455"], ["updated_at", "2018-10-11 16:41:11.538455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.540121"], ["updated_at", "2018-10-11 16:41:11.540121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.541847"], ["updated_at", "2018-10-11 16:41:11.541847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.543484"], ["updated_at", "2018-10-11 16:41:11.543484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.545079"], ["updated_at", "2018-10-11 16:41:11.545079"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.546725"], ["updated_at", "2018-10-11 16:41:11.546725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.548464"], ["updated_at", "2018-10-11 16:41:11.548464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.550171"], ["updated_at", "2018-10-11 16:41:11.550171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.551745"], ["updated_at", "2018-10-11 16:41:11.551745"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.553359"], ["updated_at", "2018-10-11 16:41:11.553359"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.555110"], ["updated_at", "2018-10-11 16:41:11.555110"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.558585"], ["updated_at", "2018-10-11 16:41:11.558585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.562133"], ["updated_at", "2018-10-11 16:41:11.562133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.563919"], ["updated_at", "2018-10-11 16:41:11.563919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.565695"], ["updated_at", "2018-10-11 16:41:11.565695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.567356"], ["updated_at", "2018-10-11 16:41:11.567356"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.569021"], ["updated_at", "2018-10-11 16:41:11.569021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.570604"], ["updated_at", "2018-10-11 16:41:11.570604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.572205"], ["updated_at", "2018-10-11 16:41:11.572205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.573877"], ["updated_at", "2018-10-11 16:41:11.573877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.575554"], ["updated_at", "2018-10-11 16:41:11.575554"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.577120"], ["updated_at", "2018-10-11 16:41:11.577120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.578724"], ["updated_at", "2018-10-11 16:41:11.578724"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.580349"], ["updated_at", "2018-10-11 16:41:11.580349"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.582078"], ["updated_at", "2018-10-11 16:41:11.582078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.583777"], ["updated_at", "2018-10-11 16:41:11.583777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.585358"], ["updated_at", "2018-10-11 16:41:11.585358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.587043"], ["updated_at", "2018-10-11 16:41:11.587043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.588695"], ["updated_at", "2018-10-11 16:41:11.588695"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.590591"], ["updated_at", "2018-10-11 16:41:11.590591"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.593208"], ["updated_at", "2018-10-11 16:41:11.593208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.595128"], ["updated_at", "2018-10-11 16:41:11.595128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.596748"], ["updated_at", "2018-10-11 16:41:11.596748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.598396"], ["updated_at", "2018-10-11 16:41:11.598396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.600048"], ["updated_at", "2018-10-11 16:41:11.600048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.601592"], ["updated_at", "2018-10-11 16:41:11.601592"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.603562"], ["updated_at", "2018-10-11 16:41:11.603562"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.605803"], ["updated_at", "2018-10-11 16:41:11.605803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.607511"], ["updated_at", "2018-10-11 16:41:11.607511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.609166"], ["updated_at", "2018-10-11 16:41:11.609166"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.610760"], ["updated_at", "2018-10-11 16:41:11.610760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.612500"], ["updated_at", "2018-10-11 16:41:11.612500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.614140"], ["updated_at", "2018-10-11 16:41:11.614140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.615905"], ["updated_at", "2018-10-11 16:41:11.615905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.617608"], ["updated_at", "2018-10-11 16:41:11.617608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.619212"], ["updated_at", "2018-10-11 16:41:11.619212"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.620877"], ["updated_at", "2018-10-11 16:41:11.620877"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.624506"], ["updated_at", "2018-10-11 16:41:11.624506"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.629660"], ["updated_at", "2018-10-11 16:41:11.629660"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.633367"], ["updated_at", "2018-10-11 16:41:11.633367"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.636968"], ["updated_at", "2018-10-11 16:41:11.636968"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.640438"], ["updated_at", "2018-10-11 16:41:11.640438"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.644050"], ["updated_at", "2018-10-11 16:41:11.644050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.647875"], ["updated_at", "2018-10-11 16:41:11.647875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.649579"], ["updated_at", "2018-10-11 16:41:11.649579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.651173"], ["updated_at", "2018-10-11 16:41:11.651173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.652843"], ["updated_at", "2018-10-11 16:41:11.652843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.654464"], ["updated_at", "2018-10-11 16:41:11.654464"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.656044"], ["updated_at", "2018-10-11 16:41:11.656044"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.658024"], ["updated_at", "2018-10-11 16:41:11.658024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.661467"], ["updated_at", "2018-10-11 16:41:11.661467"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.663246"], ["updated_at", "2018-10-11 16:41:11.663246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.665155"], ["updated_at", "2018-10-11 16:41:11.665155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.666828"], ["updated_at", "2018-10-11 16:41:11.666828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.668451"], ["updated_at", "2018-10-11 16:41:11.668451"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.670000"], ["updated_at", "2018-10-11 16:41:11.670000"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.672870"], ["updated_at", "2018-10-11 16:41:11.672870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.674666"], ["updated_at", "2018-10-11 16:41:11.674666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.676300"], ["updated_at", "2018-10-11 16:41:11.676300"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.677896"], ["updated_at", "2018-10-11 16:41:11.677896"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.679607"], ["updated_at", "2018-10-11 16:41:11.679607"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.681336"], ["updated_at", "2018-10-11 16:41:11.681336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.683110"], ["updated_at", "2018-10-11 16:41:11.683110"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.684646"], ["updated_at", "2018-10-11 16:41:11.684646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.686400"], ["updated_at", "2018-10-11 16:41:11.686400"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.688759"], ["updated_at", "2018-10-11 16:41:11.688759"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.694467"], ["updated_at", "2018-10-11 16:41:11.694467"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.697363"], ["updated_at", "2018-10-11 16:41:11.697363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.699383"], ["updated_at", "2018-10-11 16:41:11.699383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.701025"], ["updated_at", "2018-10-11 16:41:11.701025"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.702643"], ["updated_at", "2018-10-11 16:41:11.702643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.704263"], ["updated_at", "2018-10-11 16:41:11.704263"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.707134"], ["updated_at", "2018-10-11 16:41:11.707134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.709102"], ["updated_at", "2018-10-11 16:41:11.709102"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.710754"], ["updated_at", "2018-10-11 16:41:11.710754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.712497"], ["updated_at", "2018-10-11 16:41:11.712497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.714352"], ["updated_at", "2018-10-11 16:41:11.714352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.716181"], ["updated_at", "2018-10-11 16:41:11.716181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.717780"], ["updated_at", "2018-10-11 16:41:11.717780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.719362"], ["updated_at", "2018-10-11 16:41:11.719362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.721017"], ["updated_at", "2018-10-11 16:41:11.721017"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.722719"], ["updated_at", "2018-10-11 16:41:11.722719"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.724695"], ["updated_at", "2018-10-11 16:41:11.724695"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.727092"], ["updated_at", "2018-10-11 16:41:11.727092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.728839"], ["updated_at", "2018-10-11 16:41:11.728839"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.730491"], ["updated_at", "2018-10-11 16:41:11.730491"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.732167"], ["updated_at", "2018-10-11 16:41:11.732167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.733893"], ["updated_at", "2018-10-11 16:41:11.733893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.735484"], ["updated_at", "2018-10-11 16:41:11.735484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.738677"], ["updated_at", "2018-10-11 16:41:11.738677"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.740663"], ["updated_at", "2018-10-11 16:41:11.740663"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.743329"], ["updated_at", "2018-10-11 16:41:11.743329"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.745026"], ["updated_at", "2018-10-11 16:41:11.745026"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.746704"], ["updated_at", "2018-10-11 16:41:11.746704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.748426"], ["updated_at", "2018-10-11 16:41:11.748426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.750053"], ["updated_at", "2018-10-11 16:41:11.750053"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.752133"], ["updated_at", "2018-10-11 16:41:11.752133"], ["parent_id", 39895952907]] Kithe::Work Create (3.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.755610"], ["updated_at", "2018-10-11 16:41:11.755610"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.762249"], ["updated_at", "2018-10-11 16:41:11.762249"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.765977"], ["updated_at", "2018-10-11 16:41:11.765977"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.769525"], ["updated_at", "2018-10-11 16:41:11.769525"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.772533"], ["updated_at", "2018-10-11 16:41:11.772533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.774318"], ["updated_at", "2018-10-11 16:41:11.774318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.775994"], ["updated_at", "2018-10-11 16:41:11.775994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.777534"], ["updated_at", "2018-10-11 16:41:11.777534"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.779166"], ["updated_at", "2018-10-11 16:41:11.779166"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.781106"], ["updated_at", "2018-10-11 16:41:11.781106"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.782751"], ["updated_at", "2018-10-11 16:41:11.782751"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.784682"], ["updated_at", "2018-10-11 16:41:11.784682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.786319"], ["updated_at", "2018-10-11 16:41:11.786319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.787928"], ["updated_at", "2018-10-11 16:41:11.787928"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.789467"], ["updated_at", "2018-10-11 16:41:11.789467"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.792084"], ["updated_at", "2018-10-11 16:41:11.792084"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.794950"], ["updated_at", "2018-10-11 16:41:11.794950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.796628"], ["updated_at", "2018-10-11 16:41:11.796628"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.798569"], ["updated_at", "2018-10-11 16:41:11.798569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.800287"], ["updated_at", "2018-10-11 16:41:11.800287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.802191"], ["updated_at", "2018-10-11 16:41:11.802191"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.804087"], ["updated_at", "2018-10-11 16:41:11.804087"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.806599"], ["updated_at", "2018-10-11 16:41:11.806599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.808578"], ["updated_at", "2018-10-11 16:41:11.808578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.810309"], ["updated_at", "2018-10-11 16:41:11.810309"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.812088"], ["updated_at", "2018-10-11 16:41:11.812088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.813917"], ["updated_at", "2018-10-11 16:41:11.813917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.815568"], ["updated_at", "2018-10-11 16:41:11.815568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.817207"], ["updated_at", "2018-10-11 16:41:11.817207"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.818741"], ["updated_at", "2018-10-11 16:41:11.818741"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.820323"], ["updated_at", "2018-10-11 16:41:11.820323"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.823356"], ["updated_at", "2018-10-11 16:41:11.823356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.827789"], ["updated_at", "2018-10-11 16:41:11.827789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.829447"], ["updated_at", "2018-10-11 16:41:11.829447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.831058"], ["updated_at", "2018-10-11 16:41:11.831058"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.833512"], ["updated_at", "2018-10-11 16:41:11.833512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.835234"], ["updated_at", "2018-10-11 16:41:11.835234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.836874"], ["updated_at", "2018-10-11 16:41:11.836874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.838463"], ["updated_at", "2018-10-11 16:41:11.838463"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.840039"], ["updated_at", "2018-10-11 16:41:11.840039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.841890"], ["updated_at", "2018-10-11 16:41:11.841890"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.843454"], ["updated_at", "2018-10-11 16:41:11.843454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.845332"], ["updated_at", "2018-10-11 16:41:11.845332"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.846980"], ["updated_at", "2018-10-11 16:41:11.846980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.848847"], ["updated_at", "2018-10-11 16:41:11.848847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.850590"], ["updated_at", "2018-10-11 16:41:11.850590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.852254"], ["updated_at", "2018-10-11 16:41:11.852254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.853884"], ["updated_at", "2018-10-11 16:41:11.853884"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.855481"], ["updated_at", "2018-10-11 16:41:11.855481"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.857729"], ["updated_at", "2018-10-11 16:41:11.857729"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.860279"], ["updated_at", "2018-10-11 16:41:11.860279"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.863152"], ["updated_at", "2018-10-11 16:41:11.863152"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.865697"], ["updated_at", "2018-10-11 16:41:11.865697"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.867868"], ["updated_at", "2018-10-11 16:41:11.867868"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.869865"], ["updated_at", "2018-10-11 16:41:11.869865"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.872499"], ["updated_at", "2018-10-11 16:41:11.872499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.876326"], ["updated_at", "2018-10-11 16:41:11.876326"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.878326"], ["updated_at", "2018-10-11 16:41:11.878326"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.881900"], ["updated_at", "2018-10-11 16:41:11.881900"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.886034"], ["updated_at", "2018-10-11 16:41:11.886034"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.890706"], ["updated_at", "2018-10-11 16:41:11.890706"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.896139"], ["updated_at", "2018-10-11 16:41:11.896139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.899253"], ["updated_at", "2018-10-11 16:41:11.899253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.901025"], ["updated_at", "2018-10-11 16:41:11.901025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.902677"], ["updated_at", "2018-10-11 16:41:11.902677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.904298"], ["updated_at", "2018-10-11 16:41:11.904298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.905883"], ["updated_at", "2018-10-11 16:41:11.905883"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.907530"], ["updated_at", "2018-10-11 16:41:11.907530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.909222"], ["updated_at", "2018-10-11 16:41:11.909222"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.911319"], ["updated_at", "2018-10-11 16:41:11.911319"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.913093"], ["updated_at", "2018-10-11 16:41:11.913093"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.914837"], ["updated_at", "2018-10-11 16:41:11.914837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.916781"], ["updated_at", "2018-10-11 16:41:11.916781"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.918406"], ["updated_at", "2018-10-11 16:41:11.918406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.920139"], ["updated_at", "2018-10-11 16:41:11.920139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.921699"], ["updated_at", "2018-10-11 16:41:11.921699"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.923502"], ["updated_at", "2018-10-11 16:41:11.923502"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.925883"], ["updated_at", "2018-10-11 16:41:11.925883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.927812"], ["updated_at", "2018-10-11 16:41:11.927812"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.929418"], ["updated_at", "2018-10-11 16:41:11.929418"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.931487"], ["updated_at", "2018-10-11 16:41:11.931487"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.933187"], ["updated_at", "2018-10-11 16:41:11.933187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.934819"], ["updated_at", "2018-10-11 16:41:11.934819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.936533"], ["updated_at", "2018-10-11 16:41:11.936533"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.939354"], ["updated_at", "2018-10-11 16:41:11.939354"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.941173"], ["updated_at", "2018-10-11 16:41:11.941173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.943008"], ["updated_at", "2018-10-11 16:41:11.943008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.944613"], ["updated_at", "2018-10-11 16:41:11.944613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.946275"], ["updated_at", "2018-10-11 16:41:11.946275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.947970"], ["updated_at", "2018-10-11 16:41:11.947970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.949663"], ["updated_at", "2018-10-11 16:41:11.949663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.951207"], ["updated_at", "2018-10-11 16:41:11.951207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.952803"], ["updated_at", "2018-10-11 16:41:11.952803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.954528"], ["updated_at", "2018-10-11 16:41:11.954528"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.957245"], ["updated_at", "2018-10-11 16:41:11.957245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.961735"], ["updated_at", "2018-10-11 16:41:11.961735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.963414"], ["updated_at", "2018-10-11 16:41:11.963414"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.965127"], ["updated_at", "2018-10-11 16:41:11.965127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.966971"], ["updated_at", "2018-10-11 16:41:11.966971"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.968551"], ["updated_at", "2018-10-11 16:41:11.968551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.970264"], ["updated_at", "2018-10-11 16:41:11.970264"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.972008"], ["updated_at", "2018-10-11 16:41:11.972008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.973779"], ["updated_at", "2018-10-11 16:41:11.973779"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.975403"], ["updated_at", "2018-10-11 16:41:11.975403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.977438"], ["updated_at", "2018-10-11 16:41:11.977438"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.979050"], ["updated_at", "2018-10-11 16:41:11.979050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.980701"], ["updated_at", "2018-10-11 16:41:11.980701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.982351"], ["updated_at", "2018-10-11 16:41:11.982351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.984123"], ["updated_at", "2018-10-11 16:41:11.984123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.985758"], ["updated_at", "2018-10-11 16:41:11.985758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.987306"], ["updated_at", "2018-10-11 16:41:11.987306"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.988903"], ["updated_at", "2018-10-11 16:41:11.988903"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.991561"], ["updated_at", "2018-10-11 16:41:11.991561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.994094"], ["updated_at", "2018-10-11 16:41:11.994094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.995839"], ["updated_at", "2018-10-11 16:41:11.995839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.997564"], ["updated_at", "2018-10-11 16:41:11.997564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:11.999276"], ["updated_at", "2018-10-11 16:41:11.999276"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.000871"], ["updated_at", "2018-10-11 16:41:12.000871"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.002705"], ["updated_at", "2018-10-11 16:41:12.002705"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.006225"], ["updated_at", "2018-10-11 16:41:12.006225"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.009019"], ["updated_at", "2018-10-11 16:41:12.009019"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.011677"], ["updated_at", "2018-10-11 16:41:12.011677"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.014153"], ["updated_at", "2018-10-11 16:41:12.014153"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.017065"], ["updated_at", "2018-10-11 16:41:12.017065"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.019648"], ["updated_at", "2018-10-11 16:41:12.019648"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.022304"], ["updated_at", "2018-10-11 16:41:12.022304"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.026724"], ["updated_at", "2018-10-11 16:41:12.026724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.029279"], ["updated_at", "2018-10-11 16:41:12.029279"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.030897"], ["updated_at", "2018-10-11 16:41:12.030897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.032604"], ["updated_at", "2018-10-11 16:41:12.032604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.034201"], ["updated_at", "2018-10-11 16:41:12.034201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.035831"], ["updated_at", "2018-10-11 16:41:12.035831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.037393"], ["updated_at", "2018-10-11 16:41:12.037393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.039002"], ["updated_at", "2018-10-11 16:41:12.039002"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.040686"], ["updated_at", "2018-10-11 16:41:12.040686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.042439"], ["updated_at", "2018-10-11 16:41:12.042439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.044017"], ["updated_at", "2018-10-11 16:41:12.044017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.045690"], ["updated_at", "2018-10-11 16:41:12.045690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.047384"], ["updated_at", "2018-10-11 16:41:12.047384"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.049095"], ["updated_at", "2018-10-11 16:41:12.049095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.050745"], ["updated_at", "2018-10-11 16:41:12.050745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.052320"], ["updated_at", "2018-10-11 16:41:12.052320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.053949"], ["updated_at", "2018-10-11 16:41:12.053949"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.055495"], ["updated_at", "2018-10-11 16:41:12.055495"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.057251"], ["updated_at", "2018-10-11 16:41:12.057251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.059909"], ["updated_at", "2018-10-11 16:41:12.059909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.061914"], ["updated_at", "2018-10-11 16:41:12.061914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.063646"], ["updated_at", "2018-10-11 16:41:12.063646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.065482"], ["updated_at", "2018-10-11 16:41:12.065482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.067178"], ["updated_at", "2018-10-11 16:41:12.067178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.068742"], ["updated_at", "2018-10-11 16:41:12.068742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.071593"], ["updated_at", "2018-10-11 16:41:12.071593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.073255"], ["updated_at", "2018-10-11 16:41:12.073255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.075090"], ["updated_at", "2018-10-11 16:41:12.075090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.076777"], ["updated_at", "2018-10-11 16:41:12.076777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.078373"], ["updated_at", "2018-10-11 16:41:12.078373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.079999"], ["updated_at", "2018-10-11 16:41:12.079999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.081794"], ["updated_at", "2018-10-11 16:41:12.081794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.083528"], ["updated_at", "2018-10-11 16:41:12.083528"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.085140"], ["updated_at", "2018-10-11 16:41:12.085140"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.087489"], ["updated_at", "2018-10-11 16:41:12.087489"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.090886"], ["updated_at", "2018-10-11 16:41:12.090886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.094745"], ["updated_at", "2018-10-11 16:41:12.094745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.096431"], ["updated_at", "2018-10-11 16:41:12.096431"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.098143"], ["updated_at", "2018-10-11 16:41:12.098143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.100352"], ["updated_at", "2018-10-11 16:41:12.100352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.102054"], ["updated_at", "2018-10-11 16:41:12.102054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.103640"], ["updated_at", "2018-10-11 16:41:12.103640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.105250"], ["updated_at", "2018-10-11 16:41:12.105250"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.106836"], ["updated_at", "2018-10-11 16:41:12.106836"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.108656"], ["updated_at", "2018-10-11 16:41:12.108656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.110322"], ["updated_at", "2018-10-11 16:41:12.110322"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.111906"], ["updated_at", "2018-10-11 16:41:12.111906"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.113741"], ["updated_at", "2018-10-11 16:41:12.113741"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.115650"], ["updated_at", "2018-10-11 16:41:12.115650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.117792"], ["updated_at", "2018-10-11 16:41:12.117792"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.119560"], ["updated_at", "2018-10-11 16:41:12.119560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.121263"], ["updated_at", "2018-10-11 16:41:12.121263"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.122924"], ["updated_at", "2018-10-11 16:41:12.122924"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.125742"], ["updated_at", "2018-10-11 16:41:12.125742"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.128369"], ["updated_at", "2018-10-11 16:41:12.128369"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.130591"], ["updated_at", "2018-10-11 16:41:12.130591"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.132644"], ["updated_at", "2018-10-11 16:41:12.132644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.134652"], ["updated_at", "2018-10-11 16:41:12.134652"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.136618"], ["updated_at", "2018-10-11 16:41:12.136618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.138679"], ["updated_at", "2018-10-11 16:41:12.138679"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.143972"], ["updated_at", "2018-10-11 16:41:12.143972"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.146798"], ["updated_at", "2018-10-11 16:41:12.146798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.149426"], ["updated_at", "2018-10-11 16:41:12.149426"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.151155"], ["updated_at", "2018-10-11 16:41:12.151155"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.152825"], ["updated_at", "2018-10-11 16:41:12.152825"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.156853"], ["updated_at", "2018-10-11 16:41:12.156853"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.161407"], ["updated_at", "2018-10-11 16:41:12.161407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.163143"], ["updated_at", "2018-10-11 16:41:12.163143"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.164884"], ["updated_at", "2018-10-11 16:41:12.164884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.166660"], ["updated_at", "2018-10-11 16:41:12.166660"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.168405"], ["updated_at", "2018-10-11 16:41:12.168405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.170142"], ["updated_at", "2018-10-11 16:41:12.170142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.171954"], ["updated_at", "2018-10-11 16:41:12.171954"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.173767"], ["updated_at", "2018-10-11 16:41:12.173767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.175529"], ["updated_at", "2018-10-11 16:41:12.175529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.177129"], ["updated_at", "2018-10-11 16:41:12.177129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.178692"], ["updated_at", "2018-10-11 16:41:12.178692"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.180371"], ["updated_at", "2018-10-11 16:41:12.180371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.182140"], ["updated_at", "2018-10-11 16:41:12.182140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.184027"], ["updated_at", "2018-10-11 16:41:12.184027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.185800"], ["updated_at", "2018-10-11 16:41:12.185800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.187399"], ["updated_at", "2018-10-11 16:41:12.187399"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.189009"], ["updated_at", "2018-10-11 16:41:12.189009"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.191043"], ["updated_at", "2018-10-11 16:41:12.191043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.193944"], ["updated_at", "2018-10-11 16:41:12.193944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.195663"], ["updated_at", "2018-10-11 16:41:12.195663"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.197396"], ["updated_at", "2018-10-11 16:41:12.197396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.199180"], ["updated_at", "2018-10-11 16:41:12.199180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.200785"], ["updated_at", "2018-10-11 16:41:12.200785"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.202624"], ["updated_at", "2018-10-11 16:41:12.202624"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.205695"], ["updated_at", "2018-10-11 16:41:12.205695"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.209776"], ["updated_at", "2018-10-11 16:41:12.209776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.212425"], ["updated_at", "2018-10-11 16:41:12.212425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.214128"], ["updated_at", "2018-10-11 16:41:12.214128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.215865"], ["updated_at", "2018-10-11 16:41:12.215865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.217583"], ["updated_at", "2018-10-11 16:41:12.217583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.219196"], ["updated_at", "2018-10-11 16:41:12.219196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.220837"], ["updated_at", "2018-10-11 16:41:12.220837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.222378"], ["updated_at", "2018-10-11 16:41:12.222378"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.224180"], ["updated_at", "2018-10-11 16:41:12.224180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.225971"], ["updated_at", "2018-10-11 16:41:12.225971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.227550"], ["updated_at", "2018-10-11 16:41:12.227550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.229104"], ["updated_at", "2018-10-11 16:41:12.229104"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.230785"], ["updated_at", "2018-10-11 16:41:12.230785"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.232610"], ["updated_at", "2018-10-11 16:41:12.232610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.234411"], ["updated_at", "2018-10-11 16:41:12.234411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.236017"], ["updated_at", "2018-10-11 16:41:12.236017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.237648"], ["updated_at", "2018-10-11 16:41:12.237648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.239377"], ["updated_at", "2018-10-11 16:41:12.239377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.241086"], ["updated_at", "2018-10-11 16:41:12.241086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.242754"], ["updated_at", "2018-10-11 16:41:12.242754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.244389"], ["updated_at", "2018-10-11 16:41:12.244389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.246043"], ["updated_at", "2018-10-11 16:41:12.246043"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.247702"], ["updated_at", "2018-10-11 16:41:12.247702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.249421"], ["updated_at", "2018-10-11 16:41:12.249421"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.251186"], ["updated_at", "2018-10-11 16:41:12.251186"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.253769"], ["updated_at", "2018-10-11 16:41:12.253769"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.256440"], ["updated_at", "2018-10-11 16:41:12.256440"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.259410"], ["updated_at", "2018-10-11 16:41:12.259410"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.261895"], ["updated_at", "2018-10-11 16:41:12.261895"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.264809"], ["updated_at", "2018-10-11 16:41:12.264809"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.267109"], ["updated_at", "2018-10-11 16:41:12.267109"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.269292"], ["updated_at", "2018-10-11 16:41:12.269292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.271166"], ["updated_at", "2018-10-11 16:41:12.271166"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.272885"], ["updated_at", "2018-10-11 16:41:12.272885"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.276390"], ["updated_at", "2018-10-11 16:41:12.276390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.278046"], ["updated_at", "2018-10-11 16:41:12.278046"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.279587"], ["updated_at", "2018-10-11 16:41:12.279587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.281247"], ["updated_at", "2018-10-11 16:41:12.281247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.283006"], ["updated_at", "2018-10-11 16:41:12.283006"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.284607"], ["updated_at", "2018-10-11 16:41:12.284607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.286570"], ["updated_at", "2018-10-11 16:41:12.286570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.288194"], ["updated_at", "2018-10-11 16:41:12.288194"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.289866"], ["updated_at", "2018-10-11 16:41:12.289866"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.291976"], ["updated_at", "2018-10-11 16:41:12.291976"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.295891"], ["updated_at", "2018-10-11 16:41:12.295891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.299006"], ["updated_at", "2018-10-11 16:41:12.299006"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.300620"], ["updated_at", "2018-10-11 16:41:12.300620"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.302486"], ["updated_at", "2018-10-11 16:41:12.302486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.304200"], ["updated_at", "2018-10-11 16:41:12.304200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.305730"], ["updated_at", "2018-10-11 16:41:12.305730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.307421"], ["updated_at", "2018-10-11 16:41:12.307421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.308995"], ["updated_at", "2018-10-11 16:41:12.308995"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.310695"], ["updated_at", "2018-10-11 16:41:12.310695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.312557"], ["updated_at", "2018-10-11 16:41:12.312557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.314119"], ["updated_at", "2018-10-11 16:41:12.314119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.315777"], ["updated_at", "2018-10-11 16:41:12.315777"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.317334"], ["updated_at", "2018-10-11 16:41:12.317334"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.319176"], ["updated_at", "2018-10-11 16:41:12.319176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.320902"], ["updated_at", "2018-10-11 16:41:12.320902"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.322465"], ["updated_at", "2018-10-11 16:41:12.322465"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.324083"], ["updated_at", "2018-10-11 16:41:12.324083"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.326552"], ["updated_at", "2018-10-11 16:41:12.326552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.328714"], ["updated_at", "2018-10-11 16:41:12.328714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.330478"], ["updated_at", "2018-10-11 16:41:12.330478"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.332122"], ["updated_at", "2018-10-11 16:41:12.332122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.333709"], ["updated_at", "2018-10-11 16:41:12.333709"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.335374"], ["updated_at", "2018-10-11 16:41:12.335374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.338553"], ["updated_at", "2018-10-11 16:41:12.338553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.340150"], ["updated_at", "2018-10-11 16:41:12.340150"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.342204"], ["updated_at", "2018-10-11 16:41:12.342204"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.346097"], ["updated_at", "2018-10-11 16:41:12.346097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.348743"], ["updated_at", "2018-10-11 16:41:12.348743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.350323"], ["updated_at", "2018-10-11 16:41:12.350323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.351997"], ["updated_at", "2018-10-11 16:41:12.351997"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.353725"], ["updated_at", "2018-10-11 16:41:12.353725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.355472"], ["updated_at", "2018-10-11 16:41:12.355472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.357315"], ["updated_at", "2018-10-11 16:41:12.357315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.358984"], ["updated_at", "2018-10-11 16:41:12.358984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.360675"], ["updated_at", "2018-10-11 16:41:12.360675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.362475"], ["updated_at", "2018-10-11 16:41:12.362475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.364057"], ["updated_at", "2018-10-11 16:41:12.364057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.365690"], ["updated_at", "2018-10-11 16:41:12.365690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.367301"], ["updated_at", "2018-10-11 16:41:12.367301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.368939"], ["updated_at", "2018-10-11 16:41:12.368939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.370596"], ["updated_at", "2018-10-11 16:41:12.370596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.372209"], ["updated_at", "2018-10-11 16:41:12.372209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.373799"], ["updated_at", "2018-10-11 16:41:12.373799"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.375424"], ["updated_at", "2018-10-11 16:41:12.375424"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.377815"], ["updated_at", "2018-10-11 16:41:12.377815"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.380525"], ["updated_at", "2018-10-11 16:41:12.380525"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.383137"], ["updated_at", "2018-10-11 16:41:12.383137"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.385963"], ["updated_at", "2018-10-11 16:41:12.385963"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.388707"], ["updated_at", "2018-10-11 16:41:12.388707"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.391135"], ["updated_at", "2018-10-11 16:41:12.391135"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.394079"], ["updated_at", "2018-10-11 16:41:12.394079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.396241"], ["updated_at", "2018-10-11 16:41:12.396241"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.397988"], ["updated_at", "2018-10-11 16:41:12.397988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.399790"], ["updated_at", "2018-10-11 16:41:12.399790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.401443"], ["updated_at", "2018-10-11 16:41:12.401443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.403131"], ["updated_at", "2018-10-11 16:41:12.403131"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.406024"], ["updated_at", "2018-10-11 16:41:12.406024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.407746"], ["updated_at", "2018-10-11 16:41:12.407746"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.410316"], ["updated_at", "2018-10-11 16:41:12.410316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.414293"], ["updated_at", "2018-10-11 16:41:12.414293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.416523"], ["updated_at", "2018-10-11 16:41:12.416523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.418179"], ["updated_at", "2018-10-11 16:41:12.418179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.419878"], ["updated_at", "2018-10-11 16:41:12.419878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.421488"], ["updated_at", "2018-10-11 16:41:12.421488"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.423022"], ["updated_at", "2018-10-11 16:41:12.423022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.424716"], ["updated_at", "2018-10-11 16:41:12.424716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.426419"], ["updated_at", "2018-10-11 16:41:12.426419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.428254"], ["updated_at", "2018-10-11 16:41:12.428254"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.429998"], ["updated_at", "2018-10-11 16:41:12.429998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.431617"], ["updated_at", "2018-10-11 16:41:12.431617"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.433159"], ["updated_at", "2018-10-11 16:41:12.433159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.434875"], ["updated_at", "2018-10-11 16:41:12.434875"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.436609"], ["updated_at", "2018-10-11 16:41:12.436609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.438316"], ["updated_at", "2018-10-11 16:41:12.438316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.439876"], ["updated_at", "2018-10-11 16:41:12.439876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.441429"], ["updated_at", "2018-10-11 16:41:12.441429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.443188"], ["updated_at", "2018-10-11 16:41:12.443188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.444998"], ["updated_at", "2018-10-11 16:41:12.444998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.446670"], ["updated_at", "2018-10-11 16:41:12.446670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.448354"], ["updated_at", "2018-10-11 16:41:12.448354"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.449934"], ["updated_at", "2018-10-11 16:41:12.449934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.451687"], ["updated_at", "2018-10-11 16:41:12.451687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.453452"], ["updated_at", "2018-10-11 16:41:12.453452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.455145"], ["updated_at", "2018-10-11 16:41:12.455145"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.456731"], ["updated_at", "2018-10-11 16:41:12.456731"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.459051"], ["updated_at", "2018-10-11 16:41:12.459051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.461340"], ["updated_at", "2018-10-11 16:41:12.461340"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.463093"], ["updated_at", "2018-10-11 16:41:12.463093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.464783"], ["updated_at", "2018-10-11 16:41:12.464783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.466408"], ["updated_at", "2018-10-11 16:41:12.466408"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.468076"], ["updated_at", "2018-10-11 16:41:12.468076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.471188"], ["updated_at", "2018-10-11 16:41:12.471188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.472836"], ["updated_at", "2018-10-11 16:41:12.472836"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.474495"], ["updated_at", "2018-10-11 16:41:12.474495"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.476930"], ["updated_at", "2018-10-11 16:41:12.476930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.481336"], ["updated_at", "2018-10-11 16:41:12.481336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.483371"], ["updated_at", "2018-10-11 16:41:12.483371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.485053"], ["updated_at", "2018-10-11 16:41:12.485053"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.486791"], ["updated_at", "2018-10-11 16:41:12.486791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.488574"], ["updated_at", "2018-10-11 16:41:12.488574"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.490173"], ["updated_at", "2018-10-11 16:41:12.490173"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.491867"], ["updated_at", "2018-10-11 16:41:12.491867"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.493631"], ["updated_at", "2018-10-11 16:41:12.493631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.495496"], ["updated_at", "2018-10-11 16:41:12.495496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.497184"], ["updated_at", "2018-10-11 16:41:12.497184"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.498929"], ["updated_at", "2018-10-11 16:41:12.498929"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.501128"], ["updated_at", "2018-10-11 16:41:12.501128"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.503913"], ["updated_at", "2018-10-11 16:41:12.503913"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.506596"], ["updated_at", "2018-10-11 16:41:12.506596"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.509223"], ["updated_at", "2018-10-11 16:41:12.509223"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.511905"], ["updated_at", "2018-10-11 16:41:12.511905"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.514713"], ["updated_at", "2018-10-11 16:41:12.514713"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.517413"], ["updated_at", "2018-10-11 16:41:12.517413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.519995"], ["updated_at", "2018-10-11 16:41:12.519995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.521784"], ["updated_at", "2018-10-11 16:41:12.521784"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.523444"], ["updated_at", "2018-10-11 16:41:12.523444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.526171"], ["updated_at", "2018-10-11 16:41:12.526171"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.528597"], ["updated_at", "2018-10-11 16:41:12.528597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.530524"], ["updated_at", "2018-10-11 16:41:12.530524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.532167"], ["updated_at", "2018-10-11 16:41:12.532167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.533811"], ["updated_at", "2018-10-11 16:41:12.533811"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.535545"], ["updated_at", "2018-10-11 16:41:12.535545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.538877"], ["updated_at", "2018-10-11 16:41:12.538877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.540701"], ["updated_at", "2018-10-11 16:41:12.540701"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.543184"], ["updated_at", "2018-10-11 16:41:12.543184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.547776"], ["updated_at", "2018-10-11 16:41:12.547776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.549777"], ["updated_at", "2018-10-11 16:41:12.549777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.551538"], ["updated_at", "2018-10-11 16:41:12.551538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.553330"], ["updated_at", "2018-10-11 16:41:12.553330"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.554976"], ["updated_at", "2018-10-11 16:41:12.554976"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.556751"], ["updated_at", "2018-10-11 16:41:12.556751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.558530"], ["updated_at", "2018-10-11 16:41:12.558530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.560115"], ["updated_at", "2018-10-11 16:41:12.560115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.561810"], ["updated_at", "2018-10-11 16:41:12.561810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.563429"], ["updated_at", "2018-10-11 16:41:12.563429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.565077"], ["updated_at", "2018-10-11 16:41:12.565077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.566644"], ["updated_at", "2018-10-11 16:41:12.566644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.568368"], ["updated_at", "2018-10-11 16:41:12.568368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.570149"], ["updated_at", "2018-10-11 16:41:12.570149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.571829"], ["updated_at", "2018-10-11 16:41:12.571829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.573539"], ["updated_at", "2018-10-11 16:41:12.573539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.575168"], ["updated_at", "2018-10-11 16:41:12.575168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.576825"], ["updated_at", "2018-10-11 16:41:12.576825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.578540"], ["updated_at", "2018-10-11 16:41:12.578540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.580232"], ["updated_at", "2018-10-11 16:41:12.580232"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.582929"], ["updated_at", "2018-10-11 16:41:12.582929"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.584638"], ["updated_at", "2018-10-11 16:41:12.584638"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.586703"], ["updated_at", "2018-10-11 16:41:12.586703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.588775"], ["updated_at", "2018-10-11 16:41:12.588775"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.590645"], ["updated_at", "2018-10-11 16:41:12.590645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.593304"], ["updated_at", "2018-10-11 16:41:12.593304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.595232"], ["updated_at", "2018-10-11 16:41:12.595232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.596888"], ["updated_at", "2018-10-11 16:41:12.596888"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.598569"], ["updated_at", "2018-10-11 16:41:12.598569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.600159"], ["updated_at", "2018-10-11 16:41:12.600159"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.601825"], ["updated_at", "2018-10-11 16:41:12.601825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.605146"], ["updated_at", "2018-10-11 16:41:12.605146"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.606772"], ["updated_at", "2018-10-11 16:41:12.606772"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.608408"], ["updated_at", "2018-10-11 16:41:12.608408"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.610939"], ["updated_at", "2018-10-11 16:41:12.610939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.614961"], ["updated_at", "2018-10-11 16:41:12.614961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.616821"], ["updated_at", "2018-10-11 16:41:12.616821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.618452"], ["updated_at", "2018-10-11 16:41:12.618452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.620124"], ["updated_at", "2018-10-11 16:41:12.620124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.621728"], ["updated_at", "2018-10-11 16:41:12.621728"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.623324"], ["updated_at", "2018-10-11 16:41:12.623324"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.625736"], ["updated_at", "2018-10-11 16:41:12.625736"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.628475"], ["updated_at", "2018-10-11 16:41:12.628475"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.631820"], ["updated_at", "2018-10-11 16:41:12.631820"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.634508"], ["updated_at", "2018-10-11 16:41:12.634508"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.637417"], ["updated_at", "2018-10-11 16:41:12.637417"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.640009"], ["updated_at", "2018-10-11 16:41:12.640009"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.642582"], ["updated_at", "2018-10-11 16:41:12.642582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.645076"], ["updated_at", "2018-10-11 16:41:12.645076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.646810"], ["updated_at", "2018-10-11 16:41:12.646810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.648390"], ["updated_at", "2018-10-11 16:41:12.648390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.650075"], ["updated_at", "2018-10-11 16:41:12.650075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.651752"], ["updated_at", "2018-10-11 16:41:12.651752"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.653522"], ["updated_at", "2018-10-11 16:41:12.653522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.655319"], ["updated_at", "2018-10-11 16:41:12.655319"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.657035"], ["updated_at", "2018-10-11 16:41:12.657035"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.659654"], ["updated_at", "2018-10-11 16:41:12.659654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.661781"], ["updated_at", "2018-10-11 16:41:12.661781"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.663601"], ["updated_at", "2018-10-11 16:41:12.663601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.665908"], ["updated_at", "2018-10-11 16:41:12.665908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.667724"], ["updated_at", "2018-10-11 16:41:12.667724"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.669582"], ["updated_at", "2018-10-11 16:41:12.669582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.672500"], ["updated_at", "2018-10-11 16:41:12.672500"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.674188"], ["updated_at", "2018-10-11 16:41:12.674188"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.677009"], ["updated_at", "2018-10-11 16:41:12.677009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.680930"], ["updated_at", "2018-10-11 16:41:12.680930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.683047"], ["updated_at", "2018-10-11 16:41:12.683047"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.684727"], ["updated_at", "2018-10-11 16:41:12.684727"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.686651"], ["updated_at", "2018-10-11 16:41:12.686651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.688448"], ["updated_at", "2018-10-11 16:41:12.688448"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.690139"], ["updated_at", "2018-10-11 16:41:12.690139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.693577"], ["updated_at", "2018-10-11 16:41:12.693577"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.695845"], ["updated_at", "2018-10-11 16:41:12.695845"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.697676"], ["updated_at", "2018-10-11 16:41:12.697676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.699398"], ["updated_at", "2018-10-11 16:41:12.699398"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.701080"], ["updated_at", "2018-10-11 16:41:12.701080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.702941"], ["updated_at", "2018-10-11 16:41:12.702941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.704689"], ["updated_at", "2018-10-11 16:41:12.704689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.706292"], ["updated_at", "2018-10-11 16:41:12.706292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.707936"], ["updated_at", "2018-10-11 16:41:12.707936"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.709492"], ["updated_at", "2018-10-11 16:41:12.709492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.711146"], ["updated_at", "2018-10-11 16:41:12.711146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.712834"], ["updated_at", "2018-10-11 16:41:12.712834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.714507"], ["updated_at", "2018-10-11 16:41:12.714507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.716187"], ["updated_at", "2018-10-11 16:41:12.716187"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.717861"], ["updated_at", "2018-10-11 16:41:12.717861"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.719610"], ["updated_at", "2018-10-11 16:41:12.719610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.721298"], ["updated_at", "2018-10-11 16:41:12.721298"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.722943"], ["updated_at", "2018-10-11 16:41:12.722943"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.724710"], ["updated_at", "2018-10-11 16:41:12.724710"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.727352"], ["updated_at", "2018-10-11 16:41:12.727352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.729400"], ["updated_at", "2018-10-11 16:41:12.729400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.731066"], ["updated_at", "2018-10-11 16:41:12.731066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.732685"], ["updated_at", "2018-10-11 16:41:12.732685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.734315"], ["updated_at", "2018-10-11 16:41:12.734315"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.736014"], ["updated_at", "2018-10-11 16:41:12.736014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.739085"], ["updated_at", "2018-10-11 16:41:12.739085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.740715"], ["updated_at", "2018-10-11 16:41:12.740715"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.742709"], ["updated_at", "2018-10-11 16:41:12.742709"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.747015"], ["updated_at", "2018-10-11 16:41:12.747015"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.750445"], ["updated_at", "2018-10-11 16:41:12.750445"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.753216"], ["updated_at", "2018-10-11 16:41:12.753216"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.755828"], ["updated_at", "2018-10-11 16:41:12.755828"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.758342"], ["updated_at", "2018-10-11 16:41:12.758342"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.760986"], ["updated_at", "2018-10-11 16:41:12.760986"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.763817"], ["updated_at", "2018-10-11 16:41:12.763817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.766396"], ["updated_at", "2018-10-11 16:41:12.766396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.768225"], ["updated_at", "2018-10-11 16:41:12.768225"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.769903"], ["updated_at", "2018-10-11 16:41:12.769903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.771651"], ["updated_at", "2018-10-11 16:41:12.771651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.773277"], ["updated_at", "2018-10-11 16:41:12.773277"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.774869"], ["updated_at", "2018-10-11 16:41:12.774869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.776555"], ["updated_at", "2018-10-11 16:41:12.776555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.778146"], ["updated_at", "2018-10-11 16:41:12.778146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.779877"], ["updated_at", "2018-10-11 16:41:12.779877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.781444"], ["updated_at", "2018-10-11 16:41:12.781444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.783092"], ["updated_at", "2018-10-11 16:41:12.783092"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.785421"], ["updated_at", "2018-10-11 16:41:12.785421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.787752"], ["updated_at", "2018-10-11 16:41:12.787752"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.789906"], ["updated_at", "2018-10-11 16:41:12.789906"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.791912"], ["updated_at", "2018-10-11 16:41:12.791912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.794119"], ["updated_at", "2018-10-11 16:41:12.794119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.796109"], ["updated_at", "2018-10-11 16:41:12.796109"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.797843"], ["updated_at", "2018-10-11 16:41:12.797843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.799451"], ["updated_at", "2018-10-11 16:41:12.799451"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.801289"], ["updated_at", "2018-10-11 16:41:12.801289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.804496"], ["updated_at", "2018-10-11 16:41:12.804496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.806083"], ["updated_at", "2018-10-11 16:41:12.806083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.807763"], ["updated_at", "2018-10-11 16:41:12.807763"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.810341"], ["updated_at", "2018-10-11 16:41:12.810341"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.814790"], ["updated_at", "2018-10-11 16:41:12.814790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.816798"], ["updated_at", "2018-10-11 16:41:12.816798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.818485"], ["updated_at", "2018-10-11 16:41:12.818485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.820204"], ["updated_at", "2018-10-11 16:41:12.820204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.821928"], ["updated_at", "2018-10-11 16:41:12.821928"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.823712"], ["updated_at", "2018-10-11 16:41:12.823712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.825989"], ["updated_at", "2018-10-11 16:41:12.825989"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.827593"], ["updated_at", "2018-10-11 16:41:12.827593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.829393"], ["updated_at", "2018-10-11 16:41:12.829393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.831105"], ["updated_at", "2018-10-11 16:41:12.831105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.832802"], ["updated_at", "2018-10-11 16:41:12.832802"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.834442"], ["updated_at", "2018-10-11 16:41:12.834442"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.836182"], ["updated_at", "2018-10-11 16:41:12.836182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.837882"], ["updated_at", "2018-10-11 16:41:12.837882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.839441"], ["updated_at", "2018-10-11 16:41:12.839441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.841159"], ["updated_at", "2018-10-11 16:41:12.841159"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.842877"], ["updated_at", "2018-10-11 16:41:12.842877"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.844676"], ["updated_at", "2018-10-11 16:41:12.844676"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.846542"], ["updated_at", "2018-10-11 16:41:12.846542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.848203"], ["updated_at", "2018-10-11 16:41:12.848203"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.849935"], ["updated_at", "2018-10-11 16:41:12.849935"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.852163"], ["updated_at", "2018-10-11 16:41:12.852163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.854044"], ["updated_at", "2018-10-11 16:41:12.854044"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.855666"], ["updated_at", "2018-10-11 16:41:12.855666"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.857953"], ["updated_at", "2018-10-11 16:41:12.857953"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.860637"], ["updated_at", "2018-10-11 16:41:12.860637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.862509"], ["updated_at", "2018-10-11 16:41:12.862509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.864269"], ["updated_at", "2018-10-11 16:41:12.864269"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.866038"], ["updated_at", "2018-10-11 16:41:12.866038"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.867840"], ["updated_at", "2018-10-11 16:41:12.867840"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.869830"], ["updated_at", "2018-10-11 16:41:12.869830"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.873624"], ["updated_at", "2018-10-11 16:41:12.873624"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.876746"], ["updated_at", "2018-10-11 16:41:12.876746"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.882015"], ["updated_at", "2018-10-11 16:41:12.882015"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.884668"], ["updated_at", "2018-10-11 16:41:12.884668"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.887890"], ["updated_at", "2018-10-11 16:41:12.887890"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.890478"], ["updated_at", "2018-10-11 16:41:12.890478"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.892898"], ["updated_at", "2018-10-11 16:41:12.892898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.895131"], ["updated_at", "2018-10-11 16:41:12.895131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.897104"], ["updated_at", "2018-10-11 16:41:12.897104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.898754"], ["updated_at", "2018-10-11 16:41:12.898754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.900407"], ["updated_at", "2018-10-11 16:41:12.900407"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.902439"], ["updated_at", "2018-10-11 16:41:12.902439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.904444"], ["updated_at", "2018-10-11 16:41:12.904444"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.906314"], ["updated_at", "2018-10-11 16:41:12.906314"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.908677"], ["updated_at", "2018-10-11 16:41:12.908677"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.910677"], ["updated_at", "2018-10-11 16:41:12.910677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.912613"], ["updated_at", "2018-10-11 16:41:12.912613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.914336"], ["updated_at", "2018-10-11 16:41:12.914336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.916078"], ["updated_at", "2018-10-11 16:41:12.916078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.917819"], ["updated_at", "2018-10-11 16:41:12.917819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.919587"], ["updated_at", "2018-10-11 16:41:12.919587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.921322"], ["updated_at", "2018-10-11 16:41:12.921322"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.922896"], ["updated_at", "2018-10-11 16:41:12.922896"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.925184"], ["updated_at", "2018-10-11 16:41:12.925184"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.927836"], ["updated_at", "2018-10-11 16:41:12.927836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.929845"], ["updated_at", "2018-10-11 16:41:12.929845"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.931480"], ["updated_at", "2018-10-11 16:41:12.931480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.933078"], ["updated_at", "2018-10-11 16:41:12.933078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.934765"], ["updated_at", "2018-10-11 16:41:12.934765"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.936594"], ["updated_at", "2018-10-11 16:41:12.936594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.939637"], ["updated_at", "2018-10-11 16:41:12.939637"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.941276"], ["updated_at", "2018-10-11 16:41:12.941276"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.944240"], ["updated_at", "2018-10-11 16:41:12.944240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.948311"], ["updated_at", "2018-10-11 16:41:12.948311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.950174"], ["updated_at", "2018-10-11 16:41:12.950174"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.951913"], ["updated_at", "2018-10-11 16:41:12.951913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.953851"], ["updated_at", "2018-10-11 16:41:12.953851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.955508"], ["updated_at", "2018-10-11 16:41:12.955508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.957253"], ["updated_at", "2018-10-11 16:41:12.957253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.958922"], ["updated_at", "2018-10-11 16:41:12.958922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.960589"], ["updated_at", "2018-10-11 16:41:12.960589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.962379"], ["updated_at", "2018-10-11 16:41:12.962379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.964060"], ["updated_at", "2018-10-11 16:41:12.964060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.965746"], ["updated_at", "2018-10-11 16:41:12.965746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.967390"], ["updated_at", "2018-10-11 16:41:12.967390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.969065"], ["updated_at", "2018-10-11 16:41:12.969065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.970714"], ["updated_at", "2018-10-11 16:41:12.970714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.972419"], ["updated_at", "2018-10-11 16:41:12.972419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.974042"], ["updated_at", "2018-10-11 16:41:12.974042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.975600"], ["updated_at", "2018-10-11 16:41:12.975600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.977308"], ["updated_at", "2018-10-11 16:41:12.977308"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.978935"], ["updated_at", "2018-10-11 16:41:12.978935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.980631"], ["updated_at", "2018-10-11 16:41:12.980631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.982275"], ["updated_at", "2018-10-11 16:41:12.982275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.983873"], ["updated_at", "2018-10-11 16:41:12.983873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.985532"], ["updated_at", "2018-10-11 16:41:12.985532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.987177"], ["updated_at", "2018-10-11 16:41:12.987177"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.988797"], ["updated_at", "2018-10-11 16:41:12.988797"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.990594"], ["updated_at", "2018-10-11 16:41:12.990594"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.993194"], ["updated_at", "2018-10-11 16:41:12.993194"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.995747"], ["updated_at", "2018-10-11 16:41:12.995747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.997694"], ["updated_at", "2018-10-11 16:41:12.997694"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:12.999423"], ["updated_at", "2018-10-11 16:41:12.999423"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.001662"], ["updated_at", "2018-10-11 16:41:13.001662"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.003663"], ["updated_at", "2018-10-11 16:41:13.003663"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.007025"], ["updated_at", "2018-10-11 16:41:13.007025"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.010212"], ["updated_at", "2018-10-11 16:41:13.010212"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.015339"], ["updated_at", "2018-10-11 16:41:13.015339"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.018051"], ["updated_at", "2018-10-11 16:41:13.018051"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.020721"], ["updated_at", "2018-10-11 16:41:13.020721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.022856"], ["updated_at", "2018-10-11 16:41:13.022856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.024684"], ["updated_at", "2018-10-11 16:41:13.024684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.026325"], ["updated_at", "2018-10-11 16:41:13.026325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.028061"], ["updated_at", "2018-10-11 16:41:13.028061"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.030955"], ["updated_at", "2018-10-11 16:41:13.030955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.032722"], ["updated_at", "2018-10-11 16:41:13.032722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.034346"], ["updated_at", "2018-10-11 16:41:13.034346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.036086"], ["updated_at", "2018-10-11 16:41:13.036086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.037789"], ["updated_at", "2018-10-11 16:41:13.037789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.039326"], ["updated_at", "2018-10-11 16:41:13.039326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.040928"], ["updated_at", "2018-10-11 16:41:13.040928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.042560"], ["updated_at", "2018-10-11 16:41:13.042560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.044158"], ["updated_at", "2018-10-11 16:41:13.044158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.045880"], ["updated_at", "2018-10-11 16:41:13.045880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.047554"], ["updated_at", "2018-10-11 16:41:13.047554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.049113"], ["updated_at", "2018-10-11 16:41:13.049113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.050749"], ["updated_at", "2018-10-11 16:41:13.050749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.052575"], ["updated_at", "2018-10-11 16:41:13.052575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.054301"], ["updated_at", "2018-10-11 16:41:13.054301"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.055876"], ["updated_at", "2018-10-11 16:41:13.055876"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.057728"], ["updated_at", "2018-10-11 16:41:13.057728"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.060154"], ["updated_at", "2018-10-11 16:41:13.060154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.062486"], ["updated_at", "2018-10-11 16:41:13.062486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.064284"], ["updated_at", "2018-10-11 16:41:13.064284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.065887"], ["updated_at", "2018-10-11 16:41:13.065887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.067500"], ["updated_at", "2018-10-11 16:41:13.067500"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.069234"], ["updated_at", "2018-10-11 16:41:13.069234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.072429"], ["updated_at", "2018-10-11 16:41:13.072429"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.074062"], ["updated_at", "2018-10-11 16:41:13.074062"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.076347"], ["updated_at", "2018-10-11 16:41:13.076347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.080300"], ["updated_at", "2018-10-11 16:41:13.080300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.082656"], ["updated_at", "2018-10-11 16:41:13.082656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.084261"], ["updated_at", "2018-10-11 16:41:13.084261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.086112"], ["updated_at", "2018-10-11 16:41:13.086112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.087809"], ["updated_at", "2018-10-11 16:41:13.087809"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.089413"], ["updated_at", "2018-10-11 16:41:13.089413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.091339"], ["updated_at", "2018-10-11 16:41:13.091339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.092950"], ["updated_at", "2018-10-11 16:41:13.092950"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.094620"], ["updated_at", "2018-10-11 16:41:13.094620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.096434"], ["updated_at", "2018-10-11 16:41:13.096434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.098045"], ["updated_at", "2018-10-11 16:41:13.098045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.099650"], ["updated_at", "2018-10-11 16:41:13.099650"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.101258"], ["updated_at", "2018-10-11 16:41:13.101258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.102954"], ["updated_at", "2018-10-11 16:41:13.102954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.104666"], ["updated_at", "2018-10-11 16:41:13.104666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.106225"], ["updated_at", "2018-10-11 16:41:13.106225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.107899"], ["updated_at", "2018-10-11 16:41:13.107899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.109432"], ["updated_at", "2018-10-11 16:41:13.109432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.111042"], ["updated_at", "2018-10-11 16:41:13.111042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.112800"], ["updated_at", "2018-10-11 16:41:13.112800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.114468"], ["updated_at", "2018-10-11 16:41:13.114468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.116102"], ["updated_at", "2018-10-11 16:41:13.116102"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.117687"], ["updated_at", "2018-10-11 16:41:13.117687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.119378"], ["updated_at", "2018-10-11 16:41:13.119378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.121103"], ["updated_at", "2018-10-11 16:41:13.121103"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.122885"], ["updated_at", "2018-10-11 16:41:13.122885"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.125216"], ["updated_at", "2018-10-11 16:41:13.125216"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.127949"], ["updated_at", "2018-10-11 16:41:13.127949"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.130063"], ["updated_at", "2018-10-11 16:41:13.130063"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.131948"], ["updated_at", "2018-10-11 16:41:13.131948"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.133802"], ["updated_at", "2018-10-11 16:41:13.133802"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.135785"], ["updated_at", "2018-10-11 16:41:13.135785"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.138130"], ["updated_at", "2018-10-11 16:41:13.138130"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.143967"], ["updated_at", "2018-10-11 16:41:13.143967"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.146759"], ["updated_at", "2018-10-11 16:41:13.146759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.148760"], ["updated_at", "2018-10-11 16:41:13.148760"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.150331"], ["updated_at", "2018-10-11 16:41:13.150331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.152104"], ["updated_at", "2018-10-11 16:41:13.152104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.153859"], ["updated_at", "2018-10-11 16:41:13.153859"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.155473"], ["updated_at", "2018-10-11 16:41:13.155473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.157199"], ["updated_at", "2018-10-11 16:41:13.157199"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.158887"], ["updated_at", "2018-10-11 16:41:13.158887"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.161736"], ["updated_at", "2018-10-11 16:41:13.161736"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.165766"], ["updated_at", "2018-10-11 16:41:13.165766"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.167527"], ["updated_at", "2018-10-11 16:41:13.167527"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.169241"], ["updated_at", "2018-10-11 16:41:13.169241"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.171109"], ["updated_at", "2018-10-11 16:41:13.171109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.172907"], ["updated_at", "2018-10-11 16:41:13.172907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.174535"], ["updated_at", "2018-10-11 16:41:13.174535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.176083"], ["updated_at", "2018-10-11 16:41:13.176083"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.177726"], ["updated_at", "2018-10-11 16:41:13.177726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.179557"], ["updated_at", "2018-10-11 16:41:13.179557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.181284"], ["updated_at", "2018-10-11 16:41:13.181284"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.182955"], ["updated_at", "2018-10-11 16:41:13.182955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.185051"], ["updated_at", "2018-10-11 16:41:13.185051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.186778"], ["updated_at", "2018-10-11 16:41:13.186778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.188450"], ["updated_at", "2018-10-11 16:41:13.188450"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.190170"], ["updated_at", "2018-10-11 16:41:13.190170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.192857"], ["updated_at", "2018-10-11 16:41:13.192857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.194879"], ["updated_at", "2018-10-11 16:41:13.194879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.196637"], ["updated_at", "2018-10-11 16:41:13.196637"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.198289"], ["updated_at", "2018-10-11 16:41:13.198289"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.199901"], ["updated_at", "2018-10-11 16:41:13.199901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.201475"], ["updated_at", "2018-10-11 16:41:13.201475"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.204299"], ["updated_at", "2018-10-11 16:41:13.204299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.205986"], ["updated_at", "2018-10-11 16:41:13.205986"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.207636"], ["updated_at", "2018-10-11 16:41:13.207636"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.209936"], ["updated_at", "2018-10-11 16:41:13.209936"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.213326"], ["updated_at", "2018-10-11 16:41:13.213326"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.216092"], ["updated_at", "2018-10-11 16:41:13.216092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.217853"], ["updated_at", "2018-10-11 16:41:13.217853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.219493"], ["updated_at", "2018-10-11 16:41:13.219493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.221125"], ["updated_at", "2018-10-11 16:41:13.221125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.222820"], ["updated_at", "2018-10-11 16:41:13.222820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.224534"], ["updated_at", "2018-10-11 16:41:13.224534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.226242"], ["updated_at", "2018-10-11 16:41:13.226242"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.227791"], ["updated_at", "2018-10-11 16:41:13.227791"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.229550"], ["updated_at", "2018-10-11 16:41:13.229550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.231308"], ["updated_at", "2018-10-11 16:41:13.231308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.232891"], ["updated_at", "2018-10-11 16:41:13.232891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.234558"], ["updated_at", "2018-10-11 16:41:13.234558"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.236158"], ["updated_at", "2018-10-11 16:41:13.236158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.237913"], ["updated_at", "2018-10-11 16:41:13.237913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.239584"], ["updated_at", "2018-10-11 16:41:13.239584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.241218"], ["updated_at", "2018-10-11 16:41:13.241218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.242787"], ["updated_at", "2018-10-11 16:41:13.242787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.244333"], ["updated_at", "2018-10-11 16:41:13.244333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.245997"], ["updated_at", "2018-10-11 16:41:13.245997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.247801"], ["updated_at", "2018-10-11 16:41:13.247801"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.249748"], ["updated_at", "2018-10-11 16:41:13.249748"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.252579"], ["updated_at", "2018-10-11 16:41:13.252579"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.255427"], ["updated_at", "2018-10-11 16:41:13.255427"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.258170"], ["updated_at", "2018-10-11 16:41:13.258170"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.260840"], ["updated_at", "2018-10-11 16:41:13.260840"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.262946"], ["updated_at", "2018-10-11 16:41:13.262946"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.265070"], ["updated_at", "2018-10-11 16:41:13.265070"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.267145"], ["updated_at", "2018-10-11 16:41:13.267145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.269122"], ["updated_at", "2018-10-11 16:41:13.269122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.270877"], ["updated_at", "2018-10-11 16:41:13.270877"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.274971"], ["updated_at", "2018-10-11 16:41:13.274971"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.277658"], ["updated_at", "2018-10-11 16:41:13.277658"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.282189"], ["updated_at", "2018-10-11 16:41:13.282189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.283959"], ["updated_at", "2018-10-11 16:41:13.283959"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.285562"], ["updated_at", "2018-10-11 16:41:13.285562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.287501"], ["updated_at", "2018-10-11 16:41:13.287501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.289303"], ["updated_at", "2018-10-11 16:41:13.289303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.290884"], ["updated_at", "2018-10-11 16:41:13.290884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.292855"], ["updated_at", "2018-10-11 16:41:13.292855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.294447"], ["updated_at", "2018-10-11 16:41:13.294447"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.296187"], ["updated_at", "2018-10-11 16:41:13.296187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.297997"], ["updated_at", "2018-10-11 16:41:13.297997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.299623"], ["updated_at", "2018-10-11 16:41:13.299623"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.301235"], ["updated_at", "2018-10-11 16:41:13.301235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.302930"], ["updated_at", "2018-10-11 16:41:13.302930"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.304597"], ["updated_at", "2018-10-11 16:41:13.304597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.306288"], ["updated_at", "2018-10-11 16:41:13.306288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.307822"], ["updated_at", "2018-10-11 16:41:13.307822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.309424"], ["updated_at", "2018-10-11 16:41:13.309424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.310956"], ["updated_at", "2018-10-11 16:41:13.310956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.312630"], ["updated_at", "2018-10-11 16:41:13.312630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.314297"], ["updated_at", "2018-10-11 16:41:13.314297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.315934"], ["updated_at", "2018-10-11 16:41:13.315934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.317543"], ["updated_at", "2018-10-11 16:41:13.317543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.319213"], ["updated_at", "2018-10-11 16:41:13.319213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.320865"], ["updated_at", "2018-10-11 16:41:13.320865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.322593"], ["updated_at", "2018-10-11 16:41:13.322593"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.324351"], ["updated_at", "2018-10-11 16:41:13.324351"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.326899"], ["updated_at", "2018-10-11 16:41:13.326899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.329048"], ["updated_at", "2018-10-11 16:41:13.329048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.330867"], ["updated_at", "2018-10-11 16:41:13.330867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.332490"], ["updated_at", "2018-10-11 16:41:13.332490"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.334065"], ["updated_at", "2018-10-11 16:41:13.334065"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.335699"], ["updated_at", "2018-10-11 16:41:13.335699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.338896"], ["updated_at", "2018-10-11 16:41:13.338896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.340524"], ["updated_at", "2018-10-11 16:41:13.340524"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.342678"], ["updated_at", "2018-10-11 16:41:13.342678"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.346567"], ["updated_at", "2018-10-11 16:41:13.346567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.349342"], ["updated_at", "2018-10-11 16:41:13.349342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.350919"], ["updated_at", "2018-10-11 16:41:13.350919"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.352508"], ["updated_at", "2018-10-11 16:41:13.352508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.354209"], ["updated_at", "2018-10-11 16:41:13.354209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.355910"], ["updated_at", "2018-10-11 16:41:13.355910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.357618"], ["updated_at", "2018-10-11 16:41:13.357618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.359287"], ["updated_at", "2018-10-11 16:41:13.359287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.360910"], ["updated_at", "2018-10-11 16:41:13.360910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.362555"], ["updated_at", "2018-10-11 16:41:13.362555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.364359"], ["updated_at", "2018-10-11 16:41:13.364359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.366035"], ["updated_at", "2018-10-11 16:41:13.366035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.367634"], ["updated_at", "2018-10-11 16:41:13.367634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.369275"], ["updated_at", "2018-10-11 16:41:13.369275"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.371238"], ["updated_at", "2018-10-11 16:41:13.371238"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.373995"], ["updated_at", "2018-10-11 16:41:13.373995"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.376659"], ["updated_at", "2018-10-11 16:41:13.376659"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.379264"], ["updated_at", "2018-10-11 16:41:13.379264"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.382091"], ["updated_at", "2018-10-11 16:41:13.382091"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.384803"], ["updated_at", "2018-10-11 16:41:13.384803"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.387529"], ["updated_at", "2018-10-11 16:41:13.387529"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.390091"], ["updated_at", "2018-10-11 16:41:13.390091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.392831"], ["updated_at", "2018-10-11 16:41:13.392831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.394871"], ["updated_at", "2018-10-11 16:41:13.394871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.396575"], ["updated_at", "2018-10-11 16:41:13.396575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.398322"], ["updated_at", "2018-10-11 16:41:13.398322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.399913"], ["updated_at", "2018-10-11 16:41:13.399913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.401552"], ["updated_at", "2018-10-11 16:41:13.401552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.404462"], ["updated_at", "2018-10-11 16:41:13.404462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.406136"], ["updated_at", "2018-10-11 16:41:13.406136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.407728"], ["updated_at", "2018-10-11 16:41:13.407728"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.409883"], ["updated_at", "2018-10-11 16:41:13.409883"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.413778"], ["updated_at", "2018-10-11 16:41:13.413778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.416141"], ["updated_at", "2018-10-11 16:41:13.416141"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.417750"], ["updated_at", "2018-10-11 16:41:13.417750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.419665"], ["updated_at", "2018-10-11 16:41:13.419665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.421524"], ["updated_at", "2018-10-11 16:41:13.421524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.423149"], ["updated_at", "2018-10-11 16:41:13.423149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.425018"], ["updated_at", "2018-10-11 16:41:13.425018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.426738"], ["updated_at", "2018-10-11 16:41:13.426738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.428402"], ["updated_at", "2018-10-11 16:41:13.428402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.430073"], ["updated_at", "2018-10-11 16:41:13.430073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.431695"], ["updated_at", "2018-10-11 16:41:13.431695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.433339"], ["updated_at", "2018-10-11 16:41:13.433339"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.434909"], ["updated_at", "2018-10-11 16:41:13.434909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.436657"], ["updated_at", "2018-10-11 16:41:13.436657"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.438325"], ["updated_at", "2018-10-11 16:41:13.438325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.440048"], ["updated_at", "2018-10-11 16:41:13.440048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.441651"], ["updated_at", "2018-10-11 16:41:13.441651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.443245"], ["updated_at", "2018-10-11 16:41:13.443245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.444810"], ["updated_at", "2018-10-11 16:41:13.444810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.446586"], ["updated_at", "2018-10-11 16:41:13.446586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.448334"], ["updated_at", "2018-10-11 16:41:13.448334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.451015"], ["updated_at", "2018-10-11 16:41:13.451015"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.452766"], ["updated_at", "2018-10-11 16:41:13.452766"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.454494"], ["updated_at", "2018-10-11 16:41:13.454494"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.456354"], ["updated_at", "2018-10-11 16:41:13.456354"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.458340"], ["updated_at", "2018-10-11 16:41:13.458340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.460877"], ["updated_at", "2018-10-11 16:41:13.460877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.462690"], ["updated_at", "2018-10-11 16:41:13.462690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.464535"], ["updated_at", "2018-10-11 16:41:13.464535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.466240"], ["updated_at", "2018-10-11 16:41:13.466240"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.467865"], ["updated_at", "2018-10-11 16:41:13.467865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.469649"], ["updated_at", "2018-10-11 16:41:13.469649"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.472787"], ["updated_at", "2018-10-11 16:41:13.472787"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.474408"], ["updated_at", "2018-10-11 16:41:13.474408"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.477230"], ["updated_at", "2018-10-11 16:41:13.477230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.481650"], ["updated_at", "2018-10-11 16:41:13.481650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.483374"], ["updated_at", "2018-10-11 16:41:13.483374"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.484937"], ["updated_at", "2018-10-11 16:41:13.484937"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.487055"], ["updated_at", "2018-10-11 16:41:13.487055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.488890"], ["updated_at", "2018-10-11 16:41:13.488890"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.490569"], ["updated_at", "2018-10-11 16:41:13.490569"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.492272"], ["updated_at", "2018-10-11 16:41:13.492272"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.494647"], ["updated_at", "2018-10-11 16:41:13.494647"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.497434"], ["updated_at", "2018-10-11 16:41:13.497434"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.500051"], ["updated_at", "2018-10-11 16:41:13.500051"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.502622"], ["updated_at", "2018-10-11 16:41:13.502622"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.505397"], ["updated_at", "2018-10-11 16:41:13.505397"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.508030"], ["updated_at", "2018-10-11 16:41:13.508030"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.510648"], ["updated_at", "2018-10-11 16:41:13.510648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.513007"], ["updated_at", "2018-10-11 16:41:13.513007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.514864"], ["updated_at", "2018-10-11 16:41:13.514864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.516440"], ["updated_at", "2018-10-11 16:41:13.516440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.518037"], ["updated_at", "2018-10-11 16:41:13.518037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.519728"], ["updated_at", "2018-10-11 16:41:13.519728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.521398"], ["updated_at", "2018-10-11 16:41:13.521398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.523196"], ["updated_at", "2018-10-11 16:41:13.523196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.525562"], ["updated_at", "2018-10-11 16:41:13.525562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.527681"], ["updated_at", "2018-10-11 16:41:13.527681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.529336"], ["updated_at", "2018-10-11 16:41:13.529336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.531191"], ["updated_at", "2018-10-11 16:41:13.531191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.532950"], ["updated_at", "2018-10-11 16:41:13.532950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.534547"], ["updated_at", "2018-10-11 16:41:13.534547"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.537607"], ["updated_at", "2018-10-11 16:41:13.537607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.539441"], ["updated_at", "2018-10-11 16:41:13.539441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.541095"], ["updated_at", "2018-10-11 16:41:13.541095"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.543830"], ["updated_at", "2018-10-11 16:41:13.543830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.548052"], ["updated_at", "2018-10-11 16:41:13.548052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.549930"], ["updated_at", "2018-10-11 16:41:13.549930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.551541"], ["updated_at", "2018-10-11 16:41:13.551541"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.553193"], ["updated_at", "2018-10-11 16:41:13.553193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.555150"], ["updated_at", "2018-10-11 16:41:13.555150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.556837"], ["updated_at", "2018-10-11 16:41:13.556837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.558576"], ["updated_at", "2018-10-11 16:41:13.558576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.560224"], ["updated_at", "2018-10-11 16:41:13.560224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.561786"], ["updated_at", "2018-10-11 16:41:13.561786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.563459"], ["updated_at", "2018-10-11 16:41:13.563459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.565117"], ["updated_at", "2018-10-11 16:41:13.565117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.566696"], ["updated_at", "2018-10-11 16:41:13.566696"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.568314"], ["updated_at", "2018-10-11 16:41:13.568314"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.570077"], ["updated_at", "2018-10-11 16:41:13.570077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.571844"], ["updated_at", "2018-10-11 16:41:13.571844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.573488"], ["updated_at", "2018-10-11 16:41:13.573488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.575082"], ["updated_at", "2018-10-11 16:41:13.575082"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.576746"], ["updated_at", "2018-10-11 16:41:13.576746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.578441"], ["updated_at", "2018-10-11 16:41:13.578441"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.580075"], ["updated_at", "2018-10-11 16:41:13.580075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.581869"], ["updated_at", "2018-10-11 16:41:13.581869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.583492"], ["updated_at", "2018-10-11 16:41:13.583492"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.585094"], ["updated_at", "2018-10-11 16:41:13.585094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.586911"], ["updated_at", "2018-10-11 16:41:13.586911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.588633"], ["updated_at", "2018-10-11 16:41:13.588633"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.590484"], ["updated_at", "2018-10-11 16:41:13.590484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.593001"], ["updated_at", "2018-10-11 16:41:13.593001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.594914"], ["updated_at", "2018-10-11 16:41:13.594914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.596619"], ["updated_at", "2018-10-11 16:41:13.596619"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.598424"], ["updated_at", "2018-10-11 16:41:13.598424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.599988"], ["updated_at", "2018-10-11 16:41:13.599988"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.601616"], ["updated_at", "2018-10-11 16:41:13.601616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.604699"], ["updated_at", "2018-10-11 16:41:13.604699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.606417"], ["updated_at", "2018-10-11 16:41:13.606417"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.608051"], ["updated_at", "2018-10-11 16:41:13.608051"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.611152"], ["updated_at", "2018-10-11 16:41:13.611152"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.615397"], ["updated_at", "2018-10-11 16:41:13.615397"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.618074"], ["updated_at", "2018-10-11 16:41:13.618074"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.620649"], ["updated_at", "2018-10-11 16:41:13.620649"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.623112"], ["updated_at", "2018-10-11 16:41:13.623112"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.625687"], ["updated_at", "2018-10-11 16:41:13.625687"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.628301"], ["updated_at", "2018-10-11 16:41:13.628301"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.632216"], ["updated_at", "2018-10-11 16:41:13.632216"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.634307"], ["updated_at", "2018-10-11 16:41:13.634307"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.636300"], ["updated_at", "2018-10-11 16:41:13.636300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.638388"], ["updated_at", "2018-10-11 16:41:13.638388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.640138"], ["updated_at", "2018-10-11 16:41:13.640138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.641749"], ["updated_at", "2018-10-11 16:41:13.641749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.643336"], ["updated_at", "2018-10-11 16:41:13.643336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.644915"], ["updated_at", "2018-10-11 16:41:13.644915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.646593"], ["updated_at", "2018-10-11 16:41:13.646593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.648267"], ["updated_at", "2018-10-11 16:41:13.648267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.649877"], ["updated_at", "2018-10-11 16:41:13.649877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.651609"], ["updated_at", "2018-10-11 16:41:13.651609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.653293"], ["updated_at", "2018-10-11 16:41:13.653293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.655033"], ["updated_at", "2018-10-11 16:41:13.655033"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.656680"], ["updated_at", "2018-10-11 16:41:13.656680"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.659073"], ["updated_at", "2018-10-11 16:41:13.659073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.661285"], ["updated_at", "2018-10-11 16:41:13.661285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.663177"], ["updated_at", "2018-10-11 16:41:13.663177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.665012"], ["updated_at", "2018-10-11 16:41:13.665012"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.666604"], ["updated_at", "2018-10-11 16:41:13.666604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.668185"], ["updated_at", "2018-10-11 16:41:13.668185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.671592"], ["updated_at", "2018-10-11 16:41:13.671592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.673424"], ["updated_at", "2018-10-11 16:41:13.673424"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.675048"], ["updated_at", "2018-10-11 16:41:13.675048"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.678266"], ["updated_at", "2018-10-11 16:41:13.678266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.682352"], ["updated_at", "2018-10-11 16:41:13.682352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.684100"], ["updated_at", "2018-10-11 16:41:13.684100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.685721"], ["updated_at", "2018-10-11 16:41:13.685721"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.687461"], ["updated_at", "2018-10-11 16:41:13.687461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.689249"], ["updated_at", "2018-10-11 16:41:13.689249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.690949"], ["updated_at", "2018-10-11 16:41:13.690949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.692504"], ["updated_at", "2018-10-11 16:41:13.692504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.694164"], ["updated_at", "2018-10-11 16:41:13.694164"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.695759"], ["updated_at", "2018-10-11 16:41:13.695759"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.697600"], ["updated_at", "2018-10-11 16:41:13.697600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.700479"], ["updated_at", "2018-10-11 16:41:13.700479"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.702072"], ["updated_at", "2018-10-11 16:41:13.702072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.703766"], ["updated_at", "2018-10-11 16:41:13.703766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.705578"], ["updated_at", "2018-10-11 16:41:13.705578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.707221"], ["updated_at", "2018-10-11 16:41:13.707221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.708771"], ["updated_at", "2018-10-11 16:41:13.708771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.710359"], ["updated_at", "2018-10-11 16:41:13.710359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.712176"], ["updated_at", "2018-10-11 16:41:13.712176"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.714018"], ["updated_at", "2018-10-11 16:41:13.714018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.715756"], ["updated_at", "2018-10-11 16:41:13.715756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.717341"], ["updated_at", "2018-10-11 16:41:13.717341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.718933"], ["updated_at", "2018-10-11 16:41:13.718933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.720695"], ["updated_at", "2018-10-11 16:41:13.720695"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.722439"], ["updated_at", "2018-10-11 16:41:13.722439"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.724426"], ["updated_at", "2018-10-11 16:41:13.724426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.727101"], ["updated_at", "2018-10-11 16:41:13.727101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.729092"], ["updated_at", "2018-10-11 16:41:13.729092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.730909"], ["updated_at", "2018-10-11 16:41:13.730909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.732573"], ["updated_at", "2018-10-11 16:41:13.732573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.734210"], ["updated_at", "2018-10-11 16:41:13.734210"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.736299"], ["updated_at", "2018-10-11 16:41:13.736299"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.740385"], ["updated_at", "2018-10-11 16:41:13.740385"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.743293"], ["updated_at", "2018-10-11 16:41:13.743293"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.748655"], ["updated_at", "2018-10-11 16:41:13.748655"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.751479"], ["updated_at", "2018-10-11 16:41:13.751479"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.754259"], ["updated_at", "2018-10-11 16:41:13.754259"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.756967"], ["updated_at", "2018-10-11 16:41:13.756967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.758992"], ["updated_at", "2018-10-11 16:41:13.758992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.760588"], ["updated_at", "2018-10-11 16:41:13.760588"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.762187"], ["updated_at", "2018-10-11 16:41:13.762187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.763932"], ["updated_at", "2018-10-11 16:41:13.763932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.765560"], ["updated_at", "2018-10-11 16:41:13.765560"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.767390"], ["updated_at", "2018-10-11 16:41:13.767390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.769258"], ["updated_at", "2018-10-11 16:41:13.769258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.770977"], ["updated_at", "2018-10-11 16:41:13.770977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.772628"], ["updated_at", "2018-10-11 16:41:13.772628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.774170"], ["updated_at", "2018-10-11 16:41:13.774170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.775844"], ["updated_at", "2018-10-11 16:41:13.775844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.777431"], ["updated_at", "2018-10-11 16:41:13.777431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.779075"], ["updated_at", "2018-10-11 16:41:13.779075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.780745"], ["updated_at", "2018-10-11 16:41:13.780745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.782353"], ["updated_at", "2018-10-11 16:41:13.782353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.784087"], ["updated_at", "2018-10-11 16:41:13.784087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.785769"], ["updated_at", "2018-10-11 16:41:13.785769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.787439"], ["updated_at", "2018-10-11 16:41:13.787439"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.789149"], ["updated_at", "2018-10-11 16:41:13.789149"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.792867"], ["updated_at", "2018-10-11 16:41:13.792867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.795381"], ["updated_at", "2018-10-11 16:41:13.795381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.797145"], ["updated_at", "2018-10-11 16:41:13.797145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.798924"], ["updated_at", "2018-10-11 16:41:13.798924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.800532"], ["updated_at", "2018-10-11 16:41:13.800532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.802457"], ["updated_at", "2018-10-11 16:41:13.802457"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.805522"], ["updated_at", "2018-10-11 16:41:13.805522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.807352"], ["updated_at", "2018-10-11 16:41:13.807352"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.809507"], ["updated_at", "2018-10-11 16:41:13.809507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.814049"], ["updated_at", "2018-10-11 16:41:13.814049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.816378"], ["updated_at", "2018-10-11 16:41:13.816378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.817979"], ["updated_at", "2018-10-11 16:41:13.817979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.819569"], ["updated_at", "2018-10-11 16:41:13.819569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.821347"], ["updated_at", "2018-10-11 16:41:13.821347"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.823190"], ["updated_at", "2018-10-11 16:41:13.823190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.826082"], ["updated_at", "2018-10-11 16:41:13.826082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.827689"], ["updated_at", "2018-10-11 16:41:13.827689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.829320"], ["updated_at", "2018-10-11 16:41:13.829320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.831145"], ["updated_at", "2018-10-11 16:41:13.831145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.832812"], ["updated_at", "2018-10-11 16:41:13.832812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.834435"], ["updated_at", "2018-10-11 16:41:13.834435"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.836114"], ["updated_at", "2018-10-11 16:41:13.836114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.837890"], ["updated_at", "2018-10-11 16:41:13.837890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.839587"], ["updated_at", "2018-10-11 16:41:13.839587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.841308"], ["updated_at", "2018-10-11 16:41:13.841308"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.842938"], ["updated_at", "2018-10-11 16:41:13.842938"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.844816"], ["updated_at", "2018-10-11 16:41:13.844816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.846750"], ["updated_at", "2018-10-11 16:41:13.846750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.848620"], ["updated_at", "2018-10-11 16:41:13.848620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.850505"], ["updated_at", "2018-10-11 16:41:13.850505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.852200"], ["updated_at", "2018-10-11 16:41:13.852200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.853982"], ["updated_at", "2018-10-11 16:41:13.853982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.855755"], ["updated_at", "2018-10-11 16:41:13.855755"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.857645"], ["updated_at", "2018-10-11 16:41:13.857645"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.860228"], ["updated_at", "2018-10-11 16:41:13.860228"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.862266"], ["updated_at", "2018-10-11 16:41:13.862266"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.864780"], ["updated_at", "2018-10-11 16:41:13.864780"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.866818"], ["updated_at", "2018-10-11 16:41:13.866818"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.868955"], ["updated_at", "2018-10-11 16:41:13.868955"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.871663"], ["updated_at", "2018-10-11 16:41:13.871663"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.876355"], ["updated_at", "2018-10-11 16:41:13.876355"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.878511"], ["updated_at", "2018-10-11 16:41:13.878511"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.880899"], ["updated_at", "2018-10-11 16:41:13.880899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.883007"], ["updated_at", "2018-10-11 16:41:13.883007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.884822"], ["updated_at", "2018-10-11 16:41:13.884822"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.886425"], ["updated_at", "2018-10-11 16:41:13.886425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.889276"], ["updated_at", "2018-10-11 16:41:13.889276"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.892525"], ["updated_at", "2018-10-11 16:41:13.892525"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.896041"], ["updated_at", "2018-10-11 16:41:13.896041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.900167"], ["updated_at", "2018-10-11 16:41:13.900167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.901888"], ["updated_at", "2018-10-11 16:41:13.901888"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.903460"], ["updated_at", "2018-10-11 16:41:13.903460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.905161"], ["updated_at", "2018-10-11 16:41:13.905161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.906926"], ["updated_at", "2018-10-11 16:41:13.906926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.908501"], ["updated_at", "2018-10-11 16:41:13.908501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.910189"], ["updated_at", "2018-10-11 16:41:13.910189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.911850"], ["updated_at", "2018-10-11 16:41:13.911850"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.913500"], ["updated_at", "2018-10-11 16:41:13.913500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.915302"], ["updated_at", "2018-10-11 16:41:13.915302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.917012"], ["updated_at", "2018-10-11 16:41:13.917012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.918614"], ["updated_at", "2018-10-11 16:41:13.918614"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.920224"], ["updated_at", "2018-10-11 16:41:13.920224"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.922185"], ["updated_at", "2018-10-11 16:41:13.922185"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.924987"], ["updated_at", "2018-10-11 16:41:13.924987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.927454"], ["updated_at", "2018-10-11 16:41:13.927454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.929077"], ["updated_at", "2018-10-11 16:41:13.929077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.930686"], ["updated_at", "2018-10-11 16:41:13.930686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.932472"], ["updated_at", "2018-10-11 16:41:13.932472"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.934080"], ["updated_at", "2018-10-11 16:41:13.934080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.935780"], ["updated_at", "2018-10-11 16:41:13.935780"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.938847"], ["updated_at", "2018-10-11 16:41:13.938847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.940623"], ["updated_at", "2018-10-11 16:41:13.940623"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.942232"], ["updated_at", "2018-10-11 16:41:13.942232"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.944805"], ["updated_at", "2018-10-11 16:41:13.944805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.948576"], ["updated_at", "2018-10-11 16:41:13.948576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.950940"], ["updated_at", "2018-10-11 16:41:13.950940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.952508"], ["updated_at", "2018-10-11 16:41:13.952508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.954074"], ["updated_at", "2018-10-11 16:41:13.954074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.955883"], ["updated_at", "2018-10-11 16:41:13.955883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.957793"], ["updated_at", "2018-10-11 16:41:13.957793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.959522"], ["updated_at", "2018-10-11 16:41:13.959522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.961091"], ["updated_at", "2018-10-11 16:41:13.961091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.962718"], ["updated_at", "2018-10-11 16:41:13.962718"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.964292"], ["updated_at", "2018-10-11 16:41:13.964292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.966046"], ["updated_at", "2018-10-11 16:41:13.966046"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.967600"], ["updated_at", "2018-10-11 16:41:13.967600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.969222"], ["updated_at", "2018-10-11 16:41:13.969222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.970839"], ["updated_at", "2018-10-11 16:41:13.970839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.972522"], ["updated_at", "2018-10-11 16:41:13.972522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.974214"], ["updated_at", "2018-10-11 16:41:13.974214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.975793"], ["updated_at", "2018-10-11 16:41:13.975793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.977422"], ["updated_at", "2018-10-11 16:41:13.977422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.979078"], ["updated_at", "2018-10-11 16:41:13.979078"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.980654"], ["updated_at", "2018-10-11 16:41:13.980654"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.982563"], ["updated_at", "2018-10-11 16:41:13.982563"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.984575"], ["updated_at", "2018-10-11 16:41:13.984575"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.987341"], ["updated_at", "2018-10-11 16:41:13.987341"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.989942"], ["updated_at", "2018-10-11 16:41:13.989942"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.993458"], ["updated_at", "2018-10-11 16:41:13.993458"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.995933"], ["updated_at", "2018-10-11 16:41:13.995933"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:13.997981"], ["updated_at", "2018-10-11 16:41:13.997981"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.000004"], ["updated_at", "2018-10-11 16:41:14.000004"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.002182"], ["updated_at", "2018-10-11 16:41:14.002182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.004352"], ["updated_at", "2018-10-11 16:41:14.004352"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.006152"], ["updated_at", "2018-10-11 16:41:14.006152"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.010607"], ["updated_at", "2018-10-11 16:41:14.010607"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.015215"], ["updated_at", "2018-10-11 16:41:14.015215"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.017165"], ["updated_at", "2018-10-11 16:41:14.017165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.018961"], ["updated_at", "2018-10-11 16:41:14.018961"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.020760"], ["updated_at", "2018-10-11 16:41:14.020760"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.024018"], ["updated_at", "2018-10-11 16:41:14.024018"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.026435"], ["updated_at", "2018-10-11 16:41:14.026435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.028890"], ["updated_at", "2018-10-11 16:41:14.028890"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.030554"], ["updated_at", "2018-10-11 16:41:14.030554"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.032571"], ["updated_at", "2018-10-11 16:41:14.032571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.034235"], ["updated_at", "2018-10-11 16:41:14.034235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.035781"], ["updated_at", "2018-10-11 16:41:14.035781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.037444"], ["updated_at", "2018-10-11 16:41:14.037444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.039252"], ["updated_at", "2018-10-11 16:41:14.039252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.040961"], ["updated_at", "2018-10-11 16:41:14.040961"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.042634"], ["updated_at", "2018-10-11 16:41:14.042634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.044967"], ["updated_at", "2018-10-11 16:41:14.044967"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.046880"], ["updated_at", "2018-10-11 16:41:14.046880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.048703"], ["updated_at", "2018-10-11 16:41:14.048703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.050497"], ["updated_at", "2018-10-11 16:41:14.050497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.052212"], ["updated_at", "2018-10-11 16:41:14.052212"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.053780"], ["updated_at", "2018-10-11 16:41:14.053780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.055503"], ["updated_at", "2018-10-11 16:41:14.055503"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.057376"], ["updated_at", "2018-10-11 16:41:14.057376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.060106"], ["updated_at", "2018-10-11 16:41:14.060106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.062009"], ["updated_at", "2018-10-11 16:41:14.062009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.063684"], ["updated_at", "2018-10-11 16:41:14.063684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.065551"], ["updated_at", "2018-10-11 16:41:14.065551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.067258"], ["updated_at", "2018-10-11 16:41:14.067258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.068708"], ["updated_at", "2018-10-11 16:41:14.068708"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.071359"], ["updated_at", "2018-10-11 16:41:14.071359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.073223"], ["updated_at", "2018-10-11 16:41:14.073223"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.074862"], ["updated_at", "2018-10-11 16:41:14.074862"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.077524"], ["updated_at", "2018-10-11 16:41:14.077524"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.081318"], ["updated_at", "2018-10-11 16:41:14.081318"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.083784"], ["updated_at", "2018-10-11 16:41:14.083784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.085515"], ["updated_at", "2018-10-11 16:41:14.085515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.087077"], ["updated_at", "2018-10-11 16:41:14.087077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.088919"], ["updated_at", "2018-10-11 16:41:14.088919"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.090854"], ["updated_at", "2018-10-11 16:41:14.090854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.092539"], ["updated_at", "2018-10-11 16:41:14.092539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.094118"], ["updated_at", "2018-10-11 16:41:14.094118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.095708"], ["updated_at", "2018-10-11 16:41:14.095708"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.097352"], ["updated_at", "2018-10-11 16:41:14.097352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.099089"], ["updated_at", "2018-10-11 16:41:14.099089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.100708"], ["updated_at", "2018-10-11 16:41:14.100708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.102330"], ["updated_at", "2018-10-11 16:41:14.102330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.103874"], ["updated_at", "2018-10-11 16:41:14.103874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.105535"], ["updated_at", "2018-10-11 16:41:14.105535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.107134"], ["updated_at", "2018-10-11 16:41:14.107134"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.109047"], ["updated_at", "2018-10-11 16:41:14.109047"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.111723"], ["updated_at", "2018-10-11 16:41:14.111723"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.114398"], ["updated_at", "2018-10-11 16:41:14.114398"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.116999"], ["updated_at", "2018-10-11 16:41:14.116999"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.119757"], ["updated_at", "2018-10-11 16:41:14.119757"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.122505"], ["updated_at", "2018-10-11 16:41:14.122505"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.124846"], ["updated_at", "2018-10-11 16:41:14.124846"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.127537"], ["updated_at", "2018-10-11 16:41:14.127537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.129508"], ["updated_at", "2018-10-11 16:41:14.129508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.131269"], ["updated_at", "2018-10-11 16:41:14.131269"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.132959"], ["updated_at", "2018-10-11 16:41:14.132959"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.134523"], ["updated_at", "2018-10-11 16:41:14.134523"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.136097"], ["updated_at", "2018-10-11 16:41:14.136097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.139210"], ["updated_at", "2018-10-11 16:41:14.139210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.140920"], ["updated_at", "2018-10-11 16:41:14.140920"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.143483"], ["updated_at", "2018-10-11 16:41:14.143483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.147464"], ["updated_at", "2018-10-11 16:41:14.147464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.149812"], ["updated_at", "2018-10-11 16:41:14.149812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.151402"], ["updated_at", "2018-10-11 16:41:14.151402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.153075"], ["updated_at", "2018-10-11 16:41:14.153075"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.154657"], ["updated_at", "2018-10-11 16:41:14.154657"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.156386"], ["updated_at", "2018-10-11 16:41:14.156386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.158169"], ["updated_at", "2018-10-11 16:41:14.158169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.159719"], ["updated_at", "2018-10-11 16:41:14.159719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.161355"], ["updated_at", "2018-10-11 16:41:14.161355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.162960"], ["updated_at", "2018-10-11 16:41:14.162960"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.164693"], ["updated_at", "2018-10-11 16:41:14.164693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.166484"], ["updated_at", "2018-10-11 16:41:14.166484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.168058"], ["updated_at", "2018-10-11 16:41:14.168058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.169713"], ["updated_at", "2018-10-11 16:41:14.169713"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.171313"], ["updated_at", "2018-10-11 16:41:14.171313"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.173298"], ["updated_at", "2018-10-11 16:41:14.173298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.175259"], ["updated_at", "2018-10-11 16:41:14.175259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.176863"], ["updated_at", "2018-10-11 16:41:14.176863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.178478"], ["updated_at", "2018-10-11 16:41:14.178478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.180041"], ["updated_at", "2018-10-11 16:41:14.180041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.181716"], ["updated_at", "2018-10-11 16:41:14.181716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.183567"], ["updated_at", "2018-10-11 16:41:14.183567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.185237"], ["updated_at", "2018-10-11 16:41:14.185237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.186838"], ["updated_at", "2018-10-11 16:41:14.186838"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.188489"], ["updated_at", "2018-10-11 16:41:14.188489"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.190515"], ["updated_at", "2018-10-11 16:41:14.190515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.193237"], ["updated_at", "2018-10-11 16:41:14.193237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.195156"], ["updated_at", "2018-10-11 16:41:14.195156"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.196805"], ["updated_at", "2018-10-11 16:41:14.196805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.198709"], ["updated_at", "2018-10-11 16:41:14.198709"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.200428"], ["updated_at", "2018-10-11 16:41:14.200428"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.202138"], ["updated_at", "2018-10-11 16:41:14.202138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.205095"], ["updated_at", "2018-10-11 16:41:14.205095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.206844"], ["updated_at", "2018-10-11 16:41:14.206844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.208449"], ["updated_at", "2018-10-11 16:41:14.208449"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.210646"], ["updated_at", "2018-10-11 16:41:14.210646"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.214708"], ["updated_at", "2018-10-11 16:41:14.214708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.217079"], ["updated_at", "2018-10-11 16:41:14.217079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.218638"], ["updated_at", "2018-10-11 16:41:14.218638"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.220168"], ["updated_at", "2018-10-11 16:41:14.220168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.221897"], ["updated_at", "2018-10-11 16:41:14.221897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.223684"], ["updated_at", "2018-10-11 16:41:14.223684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.225500"], ["updated_at", "2018-10-11 16:41:14.225500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.227182"], ["updated_at", "2018-10-11 16:41:14.227182"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.228788"], ["updated_at", "2018-10-11 16:41:14.228788"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.230450"], ["updated_at", "2018-10-11 16:41:14.230450"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.232727"], ["updated_at", "2018-10-11 16:41:14.232727"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.235463"], ["updated_at", "2018-10-11 16:41:14.235463"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.238214"], ["updated_at", "2018-10-11 16:41:14.238214"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.241018"], ["updated_at", "2018-10-11 16:41:14.241018"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.243606"], ["updated_at", "2018-10-11 16:41:14.243606"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.246261"], ["updated_at", "2018-10-11 16:41:14.246261"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.248952"], ["updated_at", "2018-10-11 16:41:14.248952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.251471"], ["updated_at", "2018-10-11 16:41:14.251471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.253150"], ["updated_at", "2018-10-11 16:41:14.253150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.254873"], ["updated_at", "2018-10-11 16:41:14.254873"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.256689"], ["updated_at", "2018-10-11 16:41:14.256689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.259226"], ["updated_at", "2018-10-11 16:41:14.259226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.261270"], ["updated_at", "2018-10-11 16:41:14.261270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.262936"], ["updated_at", "2018-10-11 16:41:14.262936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.264596"], ["updated_at", "2018-10-11 16:41:14.264596"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.266422"], ["updated_at", "2018-10-11 16:41:14.266422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.267957"], ["updated_at", "2018-10-11 16:41:14.267957"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.270679"], ["updated_at", "2018-10-11 16:41:14.270679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.272399"], ["updated_at", "2018-10-11 16:41:14.272399"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.274084"], ["updated_at", "2018-10-11 16:41:14.274084"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.275931"], ["updated_at", "2018-10-11 16:41:14.275931"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.279625"], ["updated_at", "2018-10-11 16:41:14.279625"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.282673"], ["updated_at", "2018-10-11 16:41:14.282673"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.284410"], ["updated_at", "2018-10-11 16:41:14.284410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.286144"], ["updated_at", "2018-10-11 16:41:14.286144"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.287774"], ["updated_at", "2018-10-11 16:41:14.287774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.289599"], ["updated_at", "2018-10-11 16:41:14.289599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.291486"], ["updated_at", "2018-10-11 16:41:14.291486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.293173"], ["updated_at", "2018-10-11 16:41:14.293173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.294810"], ["updated_at", "2018-10-11 16:41:14.294810"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.296382"], ["updated_at", "2018-10-11 16:41:14.296382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.298135"], ["updated_at", "2018-10-11 16:41:14.298135"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.299807"], ["updated_at", "2018-10-11 16:41:14.299807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.301494"], ["updated_at", "2018-10-11 16:41:14.301494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.303185"], ["updated_at", "2018-10-11 16:41:14.303185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.304878"], ["updated_at", "2018-10-11 16:41:14.304878"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.306608"], ["updated_at", "2018-10-11 16:41:14.306608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.308286"], ["updated_at", "2018-10-11 16:41:14.308286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.309872"], ["updated_at", "2018-10-11 16:41:14.309872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.311457"], ["updated_at", "2018-10-11 16:41:14.311457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.313058"], ["updated_at", "2018-10-11 16:41:14.313058"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.314651"], ["updated_at", "2018-10-11 16:41:14.314651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.316348"], ["updated_at", "2018-10-11 16:41:14.316348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.318053"], ["updated_at", "2018-10-11 16:41:14.318053"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.319632"], ["updated_at", "2018-10-11 16:41:14.319632"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.322627"], ["updated_at", "2018-10-11 16:41:14.322627"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.324878"], ["updated_at", "2018-10-11 16:41:14.324878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.327418"], ["updated_at", "2018-10-11 16:41:14.327418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.329167"], ["updated_at", "2018-10-11 16:41:14.329167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.330824"], ["updated_at", "2018-10-11 16:41:14.330824"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.332539"], ["updated_at", "2018-10-11 16:41:14.332539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.334378"], ["updated_at", "2018-10-11 16:41:14.334378"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.337112"], ["updated_at", "2018-10-11 16:41:14.337112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.339024"], ["updated_at", "2018-10-11 16:41:14.339024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.340692"], ["updated_at", "2018-10-11 16:41:14.340692"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.342315"], ["updated_at", "2018-10-11 16:41:14.342315"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.344841"], ["updated_at", "2018-10-11 16:41:14.344841"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.348819"], ["updated_at", "2018-10-11 16:41:14.348819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.351426"], ["updated_at", "2018-10-11 16:41:14.351426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.353226"], ["updated_at", "2018-10-11 16:41:14.353226"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.354912"], ["updated_at", "2018-10-11 16:41:14.354912"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.357235"], ["updated_at", "2018-10-11 16:41:14.357235"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.359966"], ["updated_at", "2018-10-11 16:41:14.359966"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.362681"], ["updated_at", "2018-10-11 16:41:14.362681"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.365572"], ["updated_at", "2018-10-11 16:41:14.365572"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.368233"], ["updated_at", "2018-10-11 16:41:14.368233"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.370826"], ["updated_at", "2018-10-11 16:41:14.370826"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.373608"], ["updated_at", "2018-10-11 16:41:14.373608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.376294"], ["updated_at", "2018-10-11 16:41:14.376294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.377967"], ["updated_at", "2018-10-11 16:41:14.377967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.379562"], ["updated_at", "2018-10-11 16:41:14.379562"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.381222"], ["updated_at", "2018-10-11 16:41:14.381222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.383066"], ["updated_at", "2018-10-11 16:41:14.383066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.384658"], ["updated_at", "2018-10-11 16:41:14.384658"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.386240"], ["updated_at", "2018-10-11 16:41:14.386240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.387960"], ["updated_at", "2018-10-11 16:41:14.387960"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.389736"], ["updated_at", "2018-10-11 16:41:14.389736"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.392106"], ["updated_at", "2018-10-11 16:41:14.392106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.394718"], ["updated_at", "2018-10-11 16:41:14.394718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.396470"], ["updated_at", "2018-10-11 16:41:14.396470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.398170"], ["updated_at", "2018-10-11 16:41:14.398170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.399911"], ["updated_at", "2018-10-11 16:41:14.399911"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.401458"], ["updated_at", "2018-10-11 16:41:14.401458"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.403091"], ["updated_at", "2018-10-11 16:41:14.403091"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.405828"], ["updated_at", "2018-10-11 16:41:14.405828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.407573"], ["updated_at", "2018-10-11 16:41:14.407573"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.409269"], ["updated_at", "2018-10-11 16:41:14.409269"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.412058"], ["updated_at", "2018-10-11 16:41:14.412058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.416028"], ["updated_at", "2018-10-11 16:41:14.416028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.417787"], ["updated_at", "2018-10-11 16:41:14.417787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.419360"], ["updated_at", "2018-10-11 16:41:14.419360"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.420947"], ["updated_at", "2018-10-11 16:41:14.420947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.422702"], ["updated_at", "2018-10-11 16:41:14.422702"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.424726"], ["updated_at", "2018-10-11 16:41:14.424726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.426415"], ["updated_at", "2018-10-11 16:41:14.426415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.428036"], ["updated_at", "2018-10-11 16:41:14.428036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.429655"], ["updated_at", "2018-10-11 16:41:14.429655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.431381"], ["updated_at", "2018-10-11 16:41:14.431381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.433137"], ["updated_at", "2018-10-11 16:41:14.433137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.434738"], ["updated_at", "2018-10-11 16:41:14.434738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.436343"], ["updated_at", "2018-10-11 16:41:14.436343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.437978"], ["updated_at", "2018-10-11 16:41:14.437978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.439719"], ["updated_at", "2018-10-11 16:41:14.439719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.441417"], ["updated_at", "2018-10-11 16:41:14.441417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.442972"], ["updated_at", "2018-10-11 16:41:14.442972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.444591"], ["updated_at", "2018-10-11 16:41:14.444591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.446132"], ["updated_at", "2018-10-11 16:41:14.446132"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.447763"], ["updated_at", "2018-10-11 16:41:14.447763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.449545"], ["updated_at", "2018-10-11 16:41:14.449545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.451251"], ["updated_at", "2018-10-11 16:41:14.451251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.452805"], ["updated_at", "2018-10-11 16:41:14.452805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.454482"], ["updated_at", "2018-10-11 16:41:14.454482"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.456227"], ["updated_at", "2018-10-11 16:41:14.456227"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.458405"], ["updated_at", "2018-10-11 16:41:14.458405"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.460952"], ["updated_at", "2018-10-11 16:41:14.460952"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.462705"], ["updated_at", "2018-10-11 16:41:14.462705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.464326"], ["updated_at", "2018-10-11 16:41:14.464326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.466049"], ["updated_at", "2018-10-11 16:41:14.466049"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.467715"], ["updated_at", "2018-10-11 16:41:14.467715"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.469230"], ["updated_at", "2018-10-11 16:41:14.469230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.472099"], ["updated_at", "2018-10-11 16:41:14.472099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.473844"], ["updated_at", "2018-10-11 16:41:14.473844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.475447"], ["updated_at", "2018-10-11 16:41:14.475447"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.477884"], ["updated_at", "2018-10-11 16:41:14.477884"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.482827"], ["updated_at", "2018-10-11 16:41:14.482827"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.485613"], ["updated_at", "2018-10-11 16:41:14.485613"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.488361"], ["updated_at", "2018-10-11 16:41:14.488361"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.491312"], ["updated_at", "2018-10-11 16:41:14.491312"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.493893"], ["updated_at", "2018-10-11 16:41:14.493893"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.496541"], ["updated_at", "2018-10-11 16:41:14.496541"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.499094"], ["updated_at", "2018-10-11 16:41:14.499094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.500833"], ["updated_at", "2018-10-11 16:41:14.500833"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.502404"], ["updated_at", "2018-10-11 16:41:14.502404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.504092"], ["updated_at", "2018-10-11 16:41:14.504092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.505743"], ["updated_at", "2018-10-11 16:41:14.505743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.507436"], ["updated_at", "2018-10-11 16:41:14.507436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.509037"], ["updated_at", "2018-10-11 16:41:14.509037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.510669"], ["updated_at", "2018-10-11 16:41:14.510669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.512225"], ["updated_at", "2018-10-11 16:41:14.512225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.513870"], ["updated_at", "2018-10-11 16:41:14.513870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.515519"], ["updated_at", "2018-10-11 16:41:14.515519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.517159"], ["updated_at", "2018-10-11 16:41:14.517159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.518698"], ["updated_at", "2018-10-11 16:41:14.518698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.520307"], ["updated_at", "2018-10-11 16:41:14.520307"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.521925"], ["updated_at", "2018-10-11 16:41:14.521925"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.523693"], ["updated_at", "2018-10-11 16:41:14.523693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.526206"], ["updated_at", "2018-10-11 16:41:14.526206"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.528161"], ["updated_at", "2018-10-11 16:41:14.528161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.529811"], ["updated_at", "2018-10-11 16:41:14.529811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.531423"], ["updated_at", "2018-10-11 16:41:14.531423"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.533066"], ["updated_at", "2018-10-11 16:41:14.533066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.534592"], ["updated_at", "2018-10-11 16:41:14.534592"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.537682"], ["updated_at", "2018-10-11 16:41:14.537682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.539411"], ["updated_at", "2018-10-11 16:41:14.539411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.541164"], ["updated_at", "2018-10-11 16:41:14.541164"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.543338"], ["updated_at", "2018-10-11 16:41:14.543338"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.547271"], ["updated_at", "2018-10-11 16:41:14.547271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.549992"], ["updated_at", "2018-10-11 16:41:14.549992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.551637"], ["updated_at", "2018-10-11 16:41:14.551637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.553200"], ["updated_at", "2018-10-11 16:41:14.553200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.554862"], ["updated_at", "2018-10-11 16:41:14.554862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.556589"], ["updated_at", "2018-10-11 16:41:14.556589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.558395"], ["updated_at", "2018-10-11 16:41:14.558395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.560141"], ["updated_at", "2018-10-11 16:41:14.560141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.561804"], ["updated_at", "2018-10-11 16:41:14.561804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.563380"], ["updated_at", "2018-10-11 16:41:14.563380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.565156"], ["updated_at", "2018-10-11 16:41:14.565156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.566914"], ["updated_at", "2018-10-11 16:41:14.566914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.568514"], ["updated_at", "2018-10-11 16:41:14.568514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.570100"], ["updated_at", "2018-10-11 16:41:14.570100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.571737"], ["updated_at", "2018-10-11 16:41:14.571737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.573695"], ["updated_at", "2018-10-11 16:41:14.573695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.575330"], ["updated_at", "2018-10-11 16:41:14.575330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.576932"], ["updated_at", "2018-10-11 16:41:14.576932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.578568"], ["updated_at", "2018-10-11 16:41:14.578568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.580163"], ["updated_at", "2018-10-11 16:41:14.580163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.581816"], ["updated_at", "2018-10-11 16:41:14.581816"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.583593"], ["updated_at", "2018-10-11 16:41:14.583593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.585457"], ["updated_at", "2018-10-11 16:41:14.585457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.587110"], ["updated_at", "2018-10-11 16:41:14.587110"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.588792"], ["updated_at", "2018-10-11 16:41:14.588792"], ["parent_id", 39895952907]] Kithe::Work Create (2.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.591208"], ["updated_at", "2018-10-11 16:41:14.591208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.595575"], ["updated_at", "2018-10-11 16:41:14.595575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.597078"], ["updated_at", "2018-10-11 16:41:14.597078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.598808"], ["updated_at", "2018-10-11 16:41:14.598808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.600343"], ["updated_at", "2018-10-11 16:41:14.600343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.602132"], ["updated_at", "2018-10-11 16:41:14.602132"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.604199"], ["updated_at", "2018-10-11 16:41:14.604199"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.608514"], ["updated_at", "2018-10-11 16:41:14.608514"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.612122"], ["updated_at", "2018-10-11 16:41:14.612122"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.616579"], ["updated_at", "2018-10-11 16:41:14.616579"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.619179"], ["updated_at", "2018-10-11 16:41:14.619179"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.621841"], ["updated_at", "2018-10-11 16:41:14.621841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.624609"], ["updated_at", "2018-10-11 16:41:14.624609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.626366"], ["updated_at", "2018-10-11 16:41:14.626366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.627918"], ["updated_at", "2018-10-11 16:41:14.627918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.629515"], ["updated_at", "2018-10-11 16:41:14.629515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.631103"], ["updated_at", "2018-10-11 16:41:14.631103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.632954"], ["updated_at", "2018-10-11 16:41:14.632954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.634612"], ["updated_at", "2018-10-11 16:41:14.634612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.636215"], ["updated_at", "2018-10-11 16:41:14.636215"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.637810"], ["updated_at", "2018-10-11 16:41:14.637810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.639577"], ["updated_at", "2018-10-11 16:41:14.639577"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.641286"], ["updated_at", "2018-10-11 16:41:14.641286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.643032"], ["updated_at", "2018-10-11 16:41:14.643032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.644595"], ["updated_at", "2018-10-11 16:41:14.644595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.646183"], ["updated_at", "2018-10-11 16:41:14.646183"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.647757"], ["updated_at", "2018-10-11 16:41:14.647757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.649505"], ["updated_at", "2018-10-11 16:41:14.649505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.651170"], ["updated_at", "2018-10-11 16:41:14.651170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.652736"], ["updated_at", "2018-10-11 16:41:14.652736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.654390"], ["updated_at", "2018-10-11 16:41:14.654390"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.656080"], ["updated_at", "2018-10-11 16:41:14.656080"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.658153"], ["updated_at", "2018-10-11 16:41:14.658153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.660735"], ["updated_at", "2018-10-11 16:41:14.660735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.662640"], ["updated_at", "2018-10-11 16:41:14.662640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.664330"], ["updated_at", "2018-10-11 16:41:14.664330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.666165"], ["updated_at", "2018-10-11 16:41:14.666165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.667787"], ["updated_at", "2018-10-11 16:41:14.667787"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.669526"], ["updated_at", "2018-10-11 16:41:14.669526"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.672572"], ["updated_at", "2018-10-11 16:41:14.672572"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.674324"], ["updated_at", "2018-10-11 16:41:14.674324"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.676397"], ["updated_at", "2018-10-11 16:41:14.676397"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.680235"], ["updated_at", "2018-10-11 16:41:14.680235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.683572"], ["updated_at", "2018-10-11 16:41:14.683572"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.685233"], ["updated_at", "2018-10-11 16:41:14.685233"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.687152"], ["updated_at", "2018-10-11 16:41:14.687152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.688841"], ["updated_at", "2018-10-11 16:41:14.688841"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.690849"], ["updated_at", "2018-10-11 16:41:14.690849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.692625"], ["updated_at", "2018-10-11 16:41:14.692625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.694306"], ["updated_at", "2018-10-11 16:41:14.694306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.695888"], ["updated_at", "2018-10-11 16:41:14.695888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.697499"], ["updated_at", "2018-10-11 16:41:14.697499"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.699312"], ["updated_at", "2018-10-11 16:41:14.699312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.701046"], ["updated_at", "2018-10-11 16:41:14.701046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.702623"], ["updated_at", "2018-10-11 16:41:14.702623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.704281"], ["updated_at", "2018-10-11 16:41:14.704281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.705961"], ["updated_at", "2018-10-11 16:41:14.705961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.707647"], ["updated_at", "2018-10-11 16:41:14.707647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.709261"], ["updated_at", "2018-10-11 16:41:14.709261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.710924"], ["updated_at", "2018-10-11 16:41:14.710924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.712533"], ["updated_at", "2018-10-11 16:41:14.712533"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.714110"], ["updated_at", "2018-10-11 16:41:14.714110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.715901"], ["updated_at", "2018-10-11 16:41:14.715901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.717638"], ["updated_at", "2018-10-11 16:41:14.717638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.719341"], ["updated_at", "2018-10-11 16:41:14.719341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.720985"], ["updated_at", "2018-10-11 16:41:14.720985"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.722616"], ["updated_at", "2018-10-11 16:41:14.722616"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.725773"], ["updated_at", "2018-10-11 16:41:14.725773"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.728109"], ["updated_at", "2018-10-11 16:41:14.728109"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.730096"], ["updated_at", "2018-10-11 16:41:14.730096"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.732142"], ["updated_at", "2018-10-11 16:41:14.732142"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.734226"], ["updated_at", "2018-10-11 16:41:14.734226"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.736242"], ["updated_at", "2018-10-11 16:41:14.736242"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.738312"], ["updated_at", "2018-10-11 16:41:14.738312"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.742989"], ["updated_at", "2018-10-11 16:41:14.742989"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.745690"], ["updated_at", "2018-10-11 16:41:14.745690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.748373"], ["updated_at", "2018-10-11 16:41:14.748373"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.750344"], ["updated_at", "2018-10-11 16:41:14.750344"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.753229"], ["updated_at", "2018-10-11 16:41:14.753229"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.754982"], ["updated_at", "2018-10-11 16:41:14.754982"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.756811"], ["updated_at", "2018-10-11 16:41:14.756811"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.759314"], ["updated_at", "2018-10-11 16:41:14.759314"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.762455"], ["updated_at", "2018-10-11 16:41:14.762455"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.766083"], ["updated_at", "2018-10-11 16:41:14.766083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.768070"], ["updated_at", "2018-10-11 16:41:14.768070"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.769628"], ["updated_at", "2018-10-11 16:41:14.769628"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.771423"], ["updated_at", "2018-10-11 16:41:14.771423"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.773234"], ["updated_at", "2018-10-11 16:41:14.773234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.775046"], ["updated_at", "2018-10-11 16:41:14.775046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.776844"], ["updated_at", "2018-10-11 16:41:14.776844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.778480"], ["updated_at", "2018-10-11 16:41:14.778480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.780076"], ["updated_at", "2018-10-11 16:41:14.780076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.781753"], ["updated_at", "2018-10-11 16:41:14.781753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.783467"], ["updated_at", "2018-10-11 16:41:14.783467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.785271"], ["updated_at", "2018-10-11 16:41:14.785271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.786891"], ["updated_at", "2018-10-11 16:41:14.786891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.788555"], ["updated_at", "2018-10-11 16:41:14.788555"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.790395"], ["updated_at", "2018-10-11 16:41:14.790395"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.793168"], ["updated_at", "2018-10-11 16:41:14.793168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.795925"], ["updated_at", "2018-10-11 16:41:14.795925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.797727"], ["updated_at", "2018-10-11 16:41:14.797727"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.799418"], ["updated_at", "2018-10-11 16:41:14.799418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.801445"], ["updated_at", "2018-10-11 16:41:14.801445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.803229"], ["updated_at", "2018-10-11 16:41:14.803229"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.805961"], ["updated_at", "2018-10-11 16:41:14.805961"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.807737"], ["updated_at", "2018-10-11 16:41:14.807737"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.809505"], ["updated_at", "2018-10-11 16:41:14.809505"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.812044"], ["updated_at", "2018-10-11 16:41:14.812044"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.815968"], ["updated_at", "2018-10-11 16:41:14.815968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.818032"], ["updated_at", "2018-10-11 16:41:14.818032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.819641"], ["updated_at", "2018-10-11 16:41:14.819641"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.821277"], ["updated_at", "2018-10-11 16:41:14.821277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.823138"], ["updated_at", "2018-10-11 16:41:14.823138"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.825326"], ["updated_at", "2018-10-11 16:41:14.825326"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.827499"], ["updated_at", "2018-10-11 16:41:14.827499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.829398"], ["updated_at", "2018-10-11 16:41:14.829398"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.831082"], ["updated_at", "2018-10-11 16:41:14.831082"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.832969"], ["updated_at", "2018-10-11 16:41:14.832969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.834780"], ["updated_at", "2018-10-11 16:41:14.834780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.836413"], ["updated_at", "2018-10-11 16:41:14.836413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.837969"], ["updated_at", "2018-10-11 16:41:14.837969"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.839778"], ["updated_at", "2018-10-11 16:41:14.839778"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.841704"], ["updated_at", "2018-10-11 16:41:14.841704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.843447"], ["updated_at", "2018-10-11 16:41:14.843447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.845191"], ["updated_at", "2018-10-11 16:41:14.845191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.846763"], ["updated_at", "2018-10-11 16:41:14.846763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.848482"], ["updated_at", "2018-10-11 16:41:14.848482"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.850501"], ["updated_at", "2018-10-11 16:41:14.850501"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.853276"], ["updated_at", "2018-10-11 16:41:14.853276"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.856084"], ["updated_at", "2018-10-11 16:41:14.856084"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.859772"], ["updated_at", "2018-10-11 16:41:14.859772"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.862532"], ["updated_at", "2018-10-11 16:41:14.862532"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.864811"], ["updated_at", "2018-10-11 16:41:14.864811"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.867139"], ["updated_at", "2018-10-11 16:41:14.867139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.869670"], ["updated_at", "2018-10-11 16:41:14.869670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.871321"], ["updated_at", "2018-10-11 16:41:14.871321"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.874528"], ["updated_at", "2018-10-11 16:41:14.874528"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.876460"], ["updated_at", "2018-10-11 16:41:14.876460"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.879515"], ["updated_at", "2018-10-11 16:41:14.879515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.883327"], ["updated_at", "2018-10-11 16:41:14.883327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.885176"], ["updated_at", "2018-10-11 16:41:14.885176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.887175"], ["updated_at", "2018-10-11 16:41:14.887175"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.888891"], ["updated_at", "2018-10-11 16:41:14.888891"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.890827"], ["updated_at", "2018-10-11 16:41:14.890827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.892903"], ["updated_at", "2018-10-11 16:41:14.892903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.894538"], ["updated_at", "2018-10-11 16:41:14.894538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.896177"], ["updated_at", "2018-10-11 16:41:14.896177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.897746"], ["updated_at", "2018-10-11 16:41:14.897746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.899422"], ["updated_at", "2018-10-11 16:41:14.899422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.901168"], ["updated_at", "2018-10-11 16:41:14.901168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.902745"], ["updated_at", "2018-10-11 16:41:14.902745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.904415"], ["updated_at", "2018-10-11 16:41:14.904415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.906046"], ["updated_at", "2018-10-11 16:41:14.906046"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.907688"], ["updated_at", "2018-10-11 16:41:14.907688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.909383"], ["updated_at", "2018-10-11 16:41:14.909383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.910959"], ["updated_at", "2018-10-11 16:41:14.910959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.912907"], ["updated_at", "2018-10-11 16:41:14.912907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.914716"], ["updated_at", "2018-10-11 16:41:14.914716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.916397"], ["updated_at", "2018-10-11 16:41:14.916397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.918088"], ["updated_at", "2018-10-11 16:41:14.918088"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.919703"], ["updated_at", "2018-10-11 16:41:14.919703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.921321"], ["updated_at", "2018-10-11 16:41:14.921321"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.922914"], ["updated_at", "2018-10-11 16:41:14.922914"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.924865"], ["updated_at", "2018-10-11 16:41:14.924865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.927881"], ["updated_at", "2018-10-11 16:41:14.927881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.929697"], ["updated_at", "2018-10-11 16:41:14.929697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.931470"], ["updated_at", "2018-10-11 16:41:14.931470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.933511"], ["updated_at", "2018-10-11 16:41:14.933511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.935419"], ["updated_at", "2018-10-11 16:41:14.935419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.937127"], ["updated_at", "2018-10-11 16:41:14.937127"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.939958"], ["updated_at", "2018-10-11 16:41:14.939958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.941646"], ["updated_at", "2018-10-11 16:41:14.941646"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.943303"], ["updated_at", "2018-10-11 16:41:14.943303"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.946868"], ["updated_at", "2018-10-11 16:41:14.946868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.950176"], ["updated_at", "2018-10-11 16:41:14.950176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.951895"], ["updated_at", "2018-10-11 16:41:14.951895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.953473"], ["updated_at", "2018-10-11 16:41:14.953473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.955078"], ["updated_at", "2018-10-11 16:41:14.955078"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.956707"], ["updated_at", "2018-10-11 16:41:14.956707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.958541"], ["updated_at", "2018-10-11 16:41:14.958541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.960170"], ["updated_at", "2018-10-11 16:41:14.960170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.961856"], ["updated_at", "2018-10-11 16:41:14.961856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.963419"], ["updated_at", "2018-10-11 16:41:14.963419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.965089"], ["updated_at", "2018-10-11 16:41:14.965089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.966852"], ["updated_at", "2018-10-11 16:41:14.966852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.968586"], ["updated_at", "2018-10-11 16:41:14.968586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.970150"], ["updated_at", "2018-10-11 16:41:14.970150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.971798"], ["updated_at", "2018-10-11 16:41:14.971798"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.974047"], ["updated_at", "2018-10-11 16:41:14.974047"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.976812"], ["updated_at", "2018-10-11 16:41:14.976812"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.979488"], ["updated_at", "2018-10-11 16:41:14.979488"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.982107"], ["updated_at", "2018-10-11 16:41:14.982107"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.984813"], ["updated_at", "2018-10-11 16:41:14.984813"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.987376"], ["updated_at", "2018-10-11 16:41:14.987376"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.990150"], ["updated_at", "2018-10-11 16:41:14.990150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.993077"], ["updated_at", "2018-10-11 16:41:14.993077"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.995235"], ["updated_at", "2018-10-11 16:41:14.995235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.997321"], ["updated_at", "2018-10-11 16:41:14.997321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:14.998968"], ["updated_at", "2018-10-11 16:41:14.998968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.000740"], ["updated_at", "2018-10-11 16:41:15.000740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.002363"], ["updated_at", "2018-10-11 16:41:15.002363"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.005140"], ["updated_at", "2018-10-11 16:41:15.005140"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.006949"], ["updated_at", "2018-10-11 16:41:15.006949"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.008814"], ["updated_at", "2018-10-11 16:41:15.008814"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.011473"], ["updated_at", "2018-10-11 16:41:15.011473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.015065"], ["updated_at", "2018-10-11 16:41:15.015065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.017321"], ["updated_at", "2018-10-11 16:41:15.017321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.019028"], ["updated_at", "2018-10-11 16:41:15.019028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.020712"], ["updated_at", "2018-10-11 16:41:15.020712"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.022398"], ["updated_at", "2018-10-11 16:41:15.022398"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.024144"], ["updated_at", "2018-10-11 16:41:15.024144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.026035"], ["updated_at", "2018-10-11 16:41:15.026035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.027692"], ["updated_at", "2018-10-11 16:41:15.027692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.029265"], ["updated_at", "2018-10-11 16:41:15.029265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.030874"], ["updated_at", "2018-10-11 16:41:15.030874"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.032773"], ["updated_at", "2018-10-11 16:41:15.032773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.034568"], ["updated_at", "2018-10-11 16:41:15.034568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.036141"], ["updated_at", "2018-10-11 16:41:15.036141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.037754"], ["updated_at", "2018-10-11 16:41:15.037754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.039315"], ["updated_at", "2018-10-11 16:41:15.039315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.041055"], ["updated_at", "2018-10-11 16:41:15.041055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.042882"], ["updated_at", "2018-10-11 16:41:15.042882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.044494"], ["updated_at", "2018-10-11 16:41:15.044494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.046105"], ["updated_at", "2018-10-11 16:41:15.046105"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.047693"], ["updated_at", "2018-10-11 16:41:15.047693"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.049413"], ["updated_at", "2018-10-11 16:41:15.049413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.051138"], ["updated_at", "2018-10-11 16:41:15.051138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.052717"], ["updated_at", "2018-10-11 16:41:15.052717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.054331"], ["updated_at", "2018-10-11 16:41:15.054331"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.055964"], ["updated_at", "2018-10-11 16:41:15.055964"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.057993"], ["updated_at", "2018-10-11 16:41:15.057993"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.060656"], ["updated_at", "2018-10-11 16:41:15.060656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.062771"], ["updated_at", "2018-10-11 16:41:15.062771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.064444"], ["updated_at", "2018-10-11 16:41:15.064444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.066129"], ["updated_at", "2018-10-11 16:41:15.066129"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.067811"], ["updated_at", "2018-10-11 16:41:15.067811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.069393"], ["updated_at", "2018-10-11 16:41:15.069393"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.072416"], ["updated_at", "2018-10-11 16:41:15.072416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.074156"], ["updated_at", "2018-10-11 16:41:15.074156"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.075880"], ["updated_at", "2018-10-11 16:41:15.075880"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.080005"], ["updated_at", "2018-10-11 16:41:15.080005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.083200"], ["updated_at", "2018-10-11 16:41:15.083200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.084922"], ["updated_at", "2018-10-11 16:41:15.084922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.086643"], ["updated_at", "2018-10-11 16:41:15.086643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.088244"], ["updated_at", "2018-10-11 16:41:15.088244"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.089818"], ["updated_at", "2018-10-11 16:41:15.089818"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.091601"], ["updated_at", "2018-10-11 16:41:15.091601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.093345"], ["updated_at", "2018-10-11 16:41:15.093345"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.095179"], ["updated_at", "2018-10-11 16:41:15.095179"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.097786"], ["updated_at", "2018-10-11 16:41:15.097786"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.100434"], ["updated_at", "2018-10-11 16:41:15.100434"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.103158"], ["updated_at", "2018-10-11 16:41:15.103158"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.105837"], ["updated_at", "2018-10-11 16:41:15.105837"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.108630"], ["updated_at", "2018-10-11 16:41:15.108630"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.111352"], ["updated_at", "2018-10-11 16:41:15.111352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.114041"], ["updated_at", "2018-10-11 16:41:15.114041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.115980"], ["updated_at", "2018-10-11 16:41:15.115980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.117587"], ["updated_at", "2018-10-11 16:41:15.117587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.119251"], ["updated_at", "2018-10-11 16:41:15.119251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.120903"], ["updated_at", "2018-10-11 16:41:15.120903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.122494"], ["updated_at", "2018-10-11 16:41:15.122494"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.124461"], ["updated_at", "2018-10-11 16:41:15.124461"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.127365"], ["updated_at", "2018-10-11 16:41:15.127365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.129586"], ["updated_at", "2018-10-11 16:41:15.129586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.131234"], ["updated_at", "2018-10-11 16:41:15.131234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.132868"], ["updated_at", "2018-10-11 16:41:15.132868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.134538"], ["updated_at", "2018-10-11 16:41:15.134538"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.136157"], ["updated_at", "2018-10-11 16:41:15.136157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.139284"], ["updated_at", "2018-10-11 16:41:15.139284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.141003"], ["updated_at", "2018-10-11 16:41:15.141003"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.142577"], ["updated_at", "2018-10-11 16:41:15.142577"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.145154"], ["updated_at", "2018-10-11 16:41:15.145154"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.149123"], ["updated_at", "2018-10-11 16:41:15.149123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.151073"], ["updated_at", "2018-10-11 16:41:15.151073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.152725"], ["updated_at", "2018-10-11 16:41:15.152725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.154384"], ["updated_at", "2018-10-11 16:41:15.154384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.156020"], ["updated_at", "2018-10-11 16:41:15.156020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.157731"], ["updated_at", "2018-10-11 16:41:15.157731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.159332"], ["updated_at", "2018-10-11 16:41:15.159332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.160972"], ["updated_at", "2018-10-11 16:41:15.160972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.162689"], ["updated_at", "2018-10-11 16:41:15.162689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.164374"], ["updated_at", "2018-10-11 16:41:15.164374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.165932"], ["updated_at", "2018-10-11 16:41:15.165932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.167622"], ["updated_at", "2018-10-11 16:41:15.167622"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.169357"], ["updated_at", "2018-10-11 16:41:15.169357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.171160"], ["updated_at", "2018-10-11 16:41:15.171160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.172791"], ["updated_at", "2018-10-11 16:41:15.172791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.174359"], ["updated_at", "2018-10-11 16:41:15.174359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.175930"], ["updated_at", "2018-10-11 16:41:15.175930"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.177594"], ["updated_at", "2018-10-11 16:41:15.177594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.179575"], ["updated_at", "2018-10-11 16:41:15.179575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.181306"], ["updated_at", "2018-10-11 16:41:15.181306"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.182884"], ["updated_at", "2018-10-11 16:41:15.182884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.186145"], ["updated_at", "2018-10-11 16:41:15.186145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.187925"], ["updated_at", "2018-10-11 16:41:15.187925"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.189533"], ["updated_at", "2018-10-11 16:41:15.189533"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.191389"], ["updated_at", "2018-10-11 16:41:15.191389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.193887"], ["updated_at", "2018-10-11 16:41:15.193887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.195809"], ["updated_at", "2018-10-11 16:41:15.195809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.197570"], ["updated_at", "2018-10-11 16:41:15.197570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.199170"], ["updated_at", "2018-10-11 16:41:15.199170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.200909"], ["updated_at", "2018-10-11 16:41:15.200909"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.202683"], ["updated_at", "2018-10-11 16:41:15.202683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.205825"], ["updated_at", "2018-10-11 16:41:15.205825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.207385"], ["updated_at", "2018-10-11 16:41:15.207385"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.209073"], ["updated_at", "2018-10-11 16:41:15.209073"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.211487"], ["updated_at", "2018-10-11 16:41:15.211487"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.215822"], ["updated_at", "2018-10-11 16:41:15.215822"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.218823"], ["updated_at", "2018-10-11 16:41:15.218823"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.221695"], ["updated_at", "2018-10-11 16:41:15.221695"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.224348"], ["updated_at", "2018-10-11 16:41:15.224348"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.226936"], ["updated_at", "2018-10-11 16:41:15.226936"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.229541"], ["updated_at", "2018-10-11 16:41:15.229541"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.232162"], ["updated_at", "2018-10-11 16:41:15.232162"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.234668"], ["updated_at", "2018-10-11 16:41:15.234668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.236929"], ["updated_at", "2018-10-11 16:41:15.236929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.238582"], ["updated_at", "2018-10-11 16:41:15.238582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.240221"], ["updated_at", "2018-10-11 16:41:15.240221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.241900"], ["updated_at", "2018-10-11 16:41:15.241900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.243491"], ["updated_at", "2018-10-11 16:41:15.243491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.245109"], ["updated_at", "2018-10-11 16:41:15.245109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.246761"], ["updated_at", "2018-10-11 16:41:15.246761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.248400"], ["updated_at", "2018-10-11 16:41:15.248400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.249953"], ["updated_at", "2018-10-11 16:41:15.249953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.251627"], ["updated_at", "2018-10-11 16:41:15.251627"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.253289"], ["updated_at", "2018-10-11 16:41:15.253289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.255087"], ["updated_at", "2018-10-11 16:41:15.255087"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.256677"], ["updated_at", "2018-10-11 16:41:15.256677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.259097"], ["updated_at", "2018-10-11 16:41:15.259097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.261263"], ["updated_at", "2018-10-11 16:41:15.261263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.263069"], ["updated_at", "2018-10-11 16:41:15.263069"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.264775"], ["updated_at", "2018-10-11 16:41:15.264775"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.266357"], ["updated_at", "2018-10-11 16:41:15.266357"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.267947"], ["updated_at", "2018-10-11 16:41:15.267947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.271134"], ["updated_at", "2018-10-11 16:41:15.271134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.272842"], ["updated_at", "2018-10-11 16:41:15.272842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.274493"], ["updated_at", "2018-10-11 16:41:15.274493"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.276135"], ["updated_at", "2018-10-11 16:41:15.276135"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.278643"], ["updated_at", "2018-10-11 16:41:15.278643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.282828"], ["updated_at", "2018-10-11 16:41:15.282828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.284830"], ["updated_at", "2018-10-11 16:41:15.284830"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.286695"], ["updated_at", "2018-10-11 16:41:15.286695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.288533"], ["updated_at", "2018-10-11 16:41:15.288533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.290111"], ["updated_at", "2018-10-11 16:41:15.290111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.291780"], ["updated_at", "2018-10-11 16:41:15.291780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.293400"], ["updated_at", "2018-10-11 16:41:15.293400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.295130"], ["updated_at", "2018-10-11 16:41:15.295130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.296866"], ["updated_at", "2018-10-11 16:41:15.296866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.298511"], ["updated_at", "2018-10-11 16:41:15.298511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.300068"], ["updated_at", "2018-10-11 16:41:15.300068"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.301924"], ["updated_at", "2018-10-11 16:41:15.301924"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.303763"], ["updated_at", "2018-10-11 16:41:15.303763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.305475"], ["updated_at", "2018-10-11 16:41:15.305475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.307049"], ["updated_at", "2018-10-11 16:41:15.307049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.308708"], ["updated_at", "2018-10-11 16:41:15.308708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.310363"], ["updated_at", "2018-10-11 16:41:15.310363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.311988"], ["updated_at", "2018-10-11 16:41:15.311988"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.313615"], ["updated_at", "2018-10-11 16:41:15.313615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.315229"], ["updated_at", "2018-10-11 16:41:15.315229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.316767"], ["updated_at", "2018-10-11 16:41:15.316767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.318385"], ["updated_at", "2018-10-11 16:41:15.318385"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.320013"], ["updated_at", "2018-10-11 16:41:15.320013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.321716"], ["updated_at", "2018-10-11 16:41:15.321716"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.323314"], ["updated_at", "2018-10-11 16:41:15.323314"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.325639"], ["updated_at", "2018-10-11 16:41:15.325639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.327888"], ["updated_at", "2018-10-11 16:41:15.327888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.329591"], ["updated_at", "2018-10-11 16:41:15.329591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.331280"], ["updated_at", "2018-10-11 16:41:15.331280"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.332899"], ["updated_at", "2018-10-11 16:41:15.332899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.334434"], ["updated_at", "2018-10-11 16:41:15.334434"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.337393"], ["updated_at", "2018-10-11 16:41:15.337393"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.339373"], ["updated_at", "2018-10-11 16:41:15.339373"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.341986"], ["updated_at", "2018-10-11 16:41:15.341986"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.345172"], ["updated_at", "2018-10-11 16:41:15.345172"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.350251"], ["updated_at", "2018-10-11 16:41:15.350251"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.353121"], ["updated_at", "2018-10-11 16:41:15.353121"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.355796"], ["updated_at", "2018-10-11 16:41:15.355796"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.358390"], ["updated_at", "2018-10-11 16:41:15.358390"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.361031"], ["updated_at", "2018-10-11 16:41:15.361031"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.362983"], ["updated_at", "2018-10-11 16:41:15.362983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.364742"], ["updated_at", "2018-10-11 16:41:15.364742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.366315"], ["updated_at", "2018-10-11 16:41:15.366315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.367864"], ["updated_at", "2018-10-11 16:41:15.367864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.369559"], ["updated_at", "2018-10-11 16:41:15.369559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.371378"], ["updated_at", "2018-10-11 16:41:15.371378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.372970"], ["updated_at", "2018-10-11 16:41:15.372970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.374624"], ["updated_at", "2018-10-11 16:41:15.374624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.376278"], ["updated_at", "2018-10-11 16:41:15.376278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.377911"], ["updated_at", "2018-10-11 16:41:15.377911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.379606"], ["updated_at", "2018-10-11 16:41:15.379606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.381259"], ["updated_at", "2018-10-11 16:41:15.381259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.382961"], ["updated_at", "2018-10-11 16:41:15.382961"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.384548"], ["updated_at", "2018-10-11 16:41:15.384548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.386316"], ["updated_at", "2018-10-11 16:41:15.386316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.388095"], ["updated_at", "2018-10-11 16:41:15.388095"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.389684"], ["updated_at", "2018-10-11 16:41:15.389684"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.391888"], ["updated_at", "2018-10-11 16:41:15.391888"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.394605"], ["updated_at", "2018-10-11 16:41:15.394605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.396623"], ["updated_at", "2018-10-11 16:41:15.396623"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.398305"], ["updated_at", "2018-10-11 16:41:15.398305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.399956"], ["updated_at", "2018-10-11 16:41:15.399956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.401619"], ["updated_at", "2018-10-11 16:41:15.401619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.403418"], ["updated_at", "2018-10-11 16:41:15.403418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.406487"], ["updated_at", "2018-10-11 16:41:15.406487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.408097"], ["updated_at", "2018-10-11 16:41:15.408097"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.409783"], ["updated_at", "2018-10-11 16:41:15.409783"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.413925"], ["updated_at", "2018-10-11 16:41:15.413925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.416808"], ["updated_at", "2018-10-11 16:41:15.416808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.418528"], ["updated_at", "2018-10-11 16:41:15.418528"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.420278"], ["updated_at", "2018-10-11 16:41:15.420278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.421943"], ["updated_at", "2018-10-11 16:41:15.421943"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.423481"], ["updated_at", "2018-10-11 16:41:15.423481"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.425115"], ["updated_at", "2018-10-11 16:41:15.425115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.426737"], ["updated_at", "2018-10-11 16:41:15.426737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.428325"], ["updated_at", "2018-10-11 16:41:15.428325"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.430090"], ["updated_at", "2018-10-11 16:41:15.430090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.431915"], ["updated_at", "2018-10-11 16:41:15.431915"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.433563"], ["updated_at", "2018-10-11 16:41:15.433563"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.435320"], ["updated_at", "2018-10-11 16:41:15.435320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.437077"], ["updated_at", "2018-10-11 16:41:15.437077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.438710"], ["updated_at", "2018-10-11 16:41:15.438710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.440277"], ["updated_at", "2018-10-11 16:41:15.440277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.441872"], ["updated_at", "2018-10-11 16:41:15.441872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.443482"], ["updated_at", "2018-10-11 16:41:15.443482"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.445065"], ["updated_at", "2018-10-11 16:41:15.445065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.446798"], ["updated_at", "2018-10-11 16:41:15.446798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.448368"], ["updated_at", "2018-10-11 16:41:15.448368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.449992"], ["updated_at", "2018-10-11 16:41:15.449992"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.451687"], ["updated_at", "2018-10-11 16:41:15.451687"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.453490"], ["updated_at", "2018-10-11 16:41:15.453490"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.455246"], ["updated_at", "2018-10-11 16:41:15.455246"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.457214"], ["updated_at", "2018-10-11 16:41:15.457214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.459767"], ["updated_at", "2018-10-11 16:41:15.459767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.461690"], ["updated_at", "2018-10-11 16:41:15.461690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.463452"], ["updated_at", "2018-10-11 16:41:15.463452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.465140"], ["updated_at", "2018-10-11 16:41:15.465140"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.466820"], ["updated_at", "2018-10-11 16:41:15.466820"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.468880"], ["updated_at", "2018-10-11 16:41:15.468880"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.473030"], ["updated_at", "2018-10-11 16:41:15.473030"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.475668"], ["updated_at", "2018-10-11 16:41:15.475668"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.479224"], ["updated_at", "2018-10-11 16:41:15.479224"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.483630"], ["updated_at", "2018-10-11 16:41:15.483630"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.486310"], ["updated_at", "2018-10-11 16:41:15.486310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.489065"], ["updated_at", "2018-10-11 16:41:15.489065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.491073"], ["updated_at", "2018-10-11 16:41:15.491073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.492694"], ["updated_at", "2018-10-11 16:41:15.492694"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.494348"], ["updated_at", "2018-10-11 16:41:15.494348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.496268"], ["updated_at", "2018-10-11 16:41:15.496268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.497898"], ["updated_at", "2018-10-11 16:41:15.497898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.499494"], ["updated_at", "2018-10-11 16:41:15.499494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.501094"], ["updated_at", "2018-10-11 16:41:15.501094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.502750"], ["updated_at", "2018-10-11 16:41:15.502750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.504366"], ["updated_at", "2018-10-11 16:41:15.504366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.506076"], ["updated_at", "2018-10-11 16:41:15.506076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.507656"], ["updated_at", "2018-10-11 16:41:15.507656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.509246"], ["updated_at", "2018-10-11 16:41:15.509246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.510843"], ["updated_at", "2018-10-11 16:41:15.510843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.512507"], ["updated_at", "2018-10-11 16:41:15.512507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.514113"], ["updated_at", "2018-10-11 16:41:15.514113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.515793"], ["updated_at", "2018-10-11 16:41:15.515793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.517433"], ["updated_at", "2018-10-11 16:41:15.517433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.519067"], ["updated_at", "2018-10-11 16:41:15.519067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.520724"], ["updated_at", "2018-10-11 16:41:15.520724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.522386"], ["updated_at", "2018-10-11 16:41:15.522386"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.524080"], ["updated_at", "2018-10-11 16:41:15.524080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.526774"], ["updated_at", "2018-10-11 16:41:15.526774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.528626"], ["updated_at", "2018-10-11 16:41:15.528626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.530403"], ["updated_at", "2018-10-11 16:41:15.530403"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.532046"], ["updated_at", "2018-10-11 16:41:15.532046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.533672"], ["updated_at", "2018-10-11 16:41:15.533672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.535283"], ["updated_at", "2018-10-11 16:41:15.535283"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.538276"], ["updated_at", "2018-10-11 16:41:15.538276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.539972"], ["updated_at", "2018-10-11 16:41:15.539972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.541582"], ["updated_at", "2018-10-11 16:41:15.541582"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.543216"], ["updated_at", "2018-10-11 16:41:15.543216"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.545941"], ["updated_at", "2018-10-11 16:41:15.545941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.550155"], ["updated_at", "2018-10-11 16:41:15.550155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.551900"], ["updated_at", "2018-10-11 16:41:15.551900"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.553556"], ["updated_at", "2018-10-11 16:41:15.553556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.555269"], ["updated_at", "2018-10-11 16:41:15.555269"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.556879"], ["updated_at", "2018-10-11 16:41:15.556879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.558770"], ["updated_at", "2018-10-11 16:41:15.558770"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.561292"], ["updated_at", "2018-10-11 16:41:15.561292"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.563917"], ["updated_at", "2018-10-11 16:41:15.563917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.566498"], ["updated_at", "2018-10-11 16:41:15.566498"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.568621"], ["updated_at", "2018-10-11 16:41:15.568621"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.570721"], ["updated_at", "2018-10-11 16:41:15.570721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.572706"], ["updated_at", "2018-10-11 16:41:15.572706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.574357"], ["updated_at", "2018-10-11 16:41:15.574357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.575934"], ["updated_at", "2018-10-11 16:41:15.575934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.577588"], ["updated_at", "2018-10-11 16:41:15.577588"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.579241"], ["updated_at", "2018-10-11 16:41:15.579241"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.580985"], ["updated_at", "2018-10-11 16:41:15.580985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.582645"], ["updated_at", "2018-10-11 16:41:15.582645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.584237"], ["updated_at", "2018-10-11 16:41:15.584237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.586058"], ["updated_at", "2018-10-11 16:41:15.586058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.587844"], ["updated_at", "2018-10-11 16:41:15.587844"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.589458"], ["updated_at", "2018-10-11 16:41:15.589458"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.592050"], ["updated_at", "2018-10-11 16:41:15.592050"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.597535"], ["updated_at", "2018-10-11 16:41:15.597535"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.599485"], ["updated_at", "2018-10-11 16:41:15.599485"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.601514"], ["updated_at", "2018-10-11 16:41:15.601514"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.603722"], ["updated_at", "2018-10-11 16:41:15.603722"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.605685"], ["updated_at", "2018-10-11 16:41:15.605685"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.607520"], ["updated_at", "2018-10-11 16:41:15.607520"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.611600"], ["updated_at", "2018-10-11 16:41:15.611600"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.614402"], ["updated_at", "2018-10-11 16:41:15.614402"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.617912"], ["updated_at", "2018-10-11 16:41:15.617912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.619636"], ["updated_at", "2018-10-11 16:41:15.619636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.621329"], ["updated_at", "2018-10-11 16:41:15.621329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.622962"], ["updated_at", "2018-10-11 16:41:15.622962"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.624687"], ["updated_at", "2018-10-11 16:41:15.624687"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.626340"], ["updated_at", "2018-10-11 16:41:15.626340"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.629164"], ["updated_at", "2018-10-11 16:41:15.629164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.633394"], ["updated_at", "2018-10-11 16:41:15.633394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.635055"], ["updated_at", "2018-10-11 16:41:15.635055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.636684"], ["updated_at", "2018-10-11 16:41:15.636684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.638441"], ["updated_at", "2018-10-11 16:41:15.638441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.640130"], ["updated_at", "2018-10-11 16:41:15.640130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.641691"], ["updated_at", "2018-10-11 16:41:15.641691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.643334"], ["updated_at", "2018-10-11 16:41:15.643334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.644889"], ["updated_at", "2018-10-11 16:41:15.644889"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.646611"], ["updated_at", "2018-10-11 16:41:15.646611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.648365"], ["updated_at", "2018-10-11 16:41:15.648365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.649958"], ["updated_at", "2018-10-11 16:41:15.649958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.651560"], ["updated_at", "2018-10-11 16:41:15.651560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.653188"], ["updated_at", "2018-10-11 16:41:15.653188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.654933"], ["updated_at", "2018-10-11 16:41:15.654933"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.656652"], ["updated_at", "2018-10-11 16:41:15.656652"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.658914"], ["updated_at", "2018-10-11 16:41:15.658914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.661507"], ["updated_at", "2018-10-11 16:41:15.661507"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.663239"], ["updated_at", "2018-10-11 16:41:15.663239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.665001"], ["updated_at", "2018-10-11 16:41:15.665001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.666626"], ["updated_at", "2018-10-11 16:41:15.666626"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.668245"], ["updated_at", "2018-10-11 16:41:15.668245"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.669926"], ["updated_at", "2018-10-11 16:41:15.669926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.673207"], ["updated_at", "2018-10-11 16:41:15.673207"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.674795"], ["updated_at", "2018-10-11 16:41:15.674795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.676443"], ["updated_at", "2018-10-11 16:41:15.676443"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.679169"], ["updated_at", "2018-10-11 16:41:15.679169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.683489"], ["updated_at", "2018-10-11 16:41:15.683489"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.685288"], ["updated_at", "2018-10-11 16:41:15.685288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.687418"], ["updated_at", "2018-10-11 16:41:15.687418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.689150"], ["updated_at", "2018-10-11 16:41:15.689150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.690890"], ["updated_at", "2018-10-11 16:41:15.690890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.692627"], ["updated_at", "2018-10-11 16:41:15.692627"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.694455"], ["updated_at", "2018-10-11 16:41:15.694455"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.696474"], ["updated_at", "2018-10-11 16:41:15.696474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.698307"], ["updated_at", "2018-10-11 16:41:15.698307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.699893"], ["updated_at", "2018-10-11 16:41:15.699893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.701463"], ["updated_at", "2018-10-11 16:41:15.701463"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.703115"], ["updated_at", "2018-10-11 16:41:15.703115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.704846"], ["updated_at", "2018-10-11 16:41:15.704846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.706541"], ["updated_at", "2018-10-11 16:41:15.706541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.708131"], ["updated_at", "2018-10-11 16:41:15.708131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.709767"], ["updated_at", "2018-10-11 16:41:15.709767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.711331"], ["updated_at", "2018-10-11 16:41:15.711331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.712952"], ["updated_at", "2018-10-11 16:41:15.712952"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.714641"], ["updated_at", "2018-10-11 16:41:15.714641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.716313"], ["updated_at", "2018-10-11 16:41:15.716313"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.718061"], ["updated_at", "2018-10-11 16:41:15.718061"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.720931"], ["updated_at", "2018-10-11 16:41:15.720931"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.723639"], ["updated_at", "2018-10-11 16:41:15.723639"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.727542"], ["updated_at", "2018-10-11 16:41:15.727542"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.729711"], ["updated_at", "2018-10-11 16:41:15.729711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.731846"], ["updated_at", "2018-10-11 16:41:15.731846"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.733859"], ["updated_at", "2018-10-11 16:41:15.733859"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.735881"], ["updated_at", "2018-10-11 16:41:15.735881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.737885"], ["updated_at", "2018-10-11 16:41:15.737885"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.739691"], ["updated_at", "2018-10-11 16:41:15.739691"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.742532"], ["updated_at", "2018-10-11 16:41:15.742532"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.745441"], ["updated_at", "2018-10-11 16:41:15.745441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.749397"], ["updated_at", "2018-10-11 16:41:15.749397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.751131"], ["updated_at", "2018-10-11 16:41:15.751131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.752732"], ["updated_at", "2018-10-11 16:41:15.752732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.754418"], ["updated_at", "2018-10-11 16:41:15.754418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.756175"], ["updated_at", "2018-10-11 16:41:15.756175"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.757898"], ["updated_at", "2018-10-11 16:41:15.757898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.759645"], ["updated_at", "2018-10-11 16:41:15.759645"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.761216"], ["updated_at", "2018-10-11 16:41:15.761216"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.762870"], ["updated_at", "2018-10-11 16:41:15.762870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.764620"], ["updated_at", "2018-10-11 16:41:15.764620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.766285"], ["updated_at", "2018-10-11 16:41:15.766285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.767877"], ["updated_at", "2018-10-11 16:41:15.767877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.769433"], ["updated_at", "2018-10-11 16:41:15.769433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.771171"], ["updated_at", "2018-10-11 16:41:15.771171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.772864"], ["updated_at", "2018-10-11 16:41:15.772864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.774512"], ["updated_at", "2018-10-11 16:41:15.774512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.776080"], ["updated_at", "2018-10-11 16:41:15.776080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.777753"], ["updated_at", "2018-10-11 16:41:15.777753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.779438"], ["updated_at", "2018-10-11 16:41:15.779438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.781146"], ["updated_at", "2018-10-11 16:41:15.781146"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.782759"], ["updated_at", "2018-10-11 16:41:15.782759"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.784390"], ["updated_at", "2018-10-11 16:41:15.784390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.786250"], ["updated_at", "2018-10-11 16:41:15.786250"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.787918"], ["updated_at", "2018-10-11 16:41:15.787918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.789630"], ["updated_at", "2018-10-11 16:41:15.789630"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.791501"], ["updated_at", "2018-10-11 16:41:15.791501"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.794090"], ["updated_at", "2018-10-11 16:41:15.794090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.796011"], ["updated_at", "2018-10-11 16:41:15.796011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.797788"], ["updated_at", "2018-10-11 16:41:15.797788"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.799458"], ["updated_at", "2018-10-11 16:41:15.799458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.801998"], ["updated_at", "2018-10-11 16:41:15.801998"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.805341"], ["updated_at", "2018-10-11 16:41:15.805341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.807529"], ["updated_at", "2018-10-11 16:41:15.807529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.809162"], ["updated_at", "2018-10-11 16:41:15.809162"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.811799"], ["updated_at", "2018-10-11 16:41:15.811799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.816313"], ["updated_at", "2018-10-11 16:41:15.816313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.818300"], ["updated_at", "2018-10-11 16:41:15.818300"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.819931"], ["updated_at", "2018-10-11 16:41:15.819931"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.821715"], ["updated_at", "2018-10-11 16:41:15.821715"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.823607"], ["updated_at", "2018-10-11 16:41:15.823607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.825587"], ["updated_at", "2018-10-11 16:41:15.825587"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.827165"], ["updated_at", "2018-10-11 16:41:15.827165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.828872"], ["updated_at", "2018-10-11 16:41:15.828872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.830597"], ["updated_at", "2018-10-11 16:41:15.830597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.832655"], ["updated_at", "2018-10-11 16:41:15.832655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.834459"], ["updated_at", "2018-10-11 16:41:15.834459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.836088"], ["updated_at", "2018-10-11 16:41:15.836088"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.837988"], ["updated_at", "2018-10-11 16:41:15.837988"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.840831"], ["updated_at", "2018-10-11 16:41:15.840831"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.843518"], ["updated_at", "2018-10-11 16:41:15.843518"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.846263"], ["updated_at", "2018-10-11 16:41:15.846263"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.849169"], ["updated_at", "2018-10-11 16:41:15.849169"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.851913"], ["updated_at", "2018-10-11 16:41:15.851913"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.854610"], ["updated_at", "2018-10-11 16:41:15.854610"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.857016"], ["updated_at", "2018-10-11 16:41:15.857016"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.859445"], ["updated_at", "2018-10-11 16:41:15.859445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.861843"], ["updated_at", "2018-10-11 16:41:15.861843"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.863537"], ["updated_at", "2018-10-11 16:41:15.863537"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.865579"], ["updated_at", "2018-10-11 16:41:15.865579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.867353"], ["updated_at", "2018-10-11 16:41:15.867353"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.868965"], ["updated_at", "2018-10-11 16:41:15.868965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.872428"], ["updated_at", "2018-10-11 16:41:15.872428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.874328"], ["updated_at", "2018-10-11 16:41:15.874328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.876005"], ["updated_at", "2018-10-11 16:41:15.876005"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.878653"], ["updated_at", "2018-10-11 16:41:15.878653"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.882979"], ["updated_at", "2018-10-11 16:41:15.882979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.885126"], ["updated_at", "2018-10-11 16:41:15.885126"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.886708"], ["updated_at", "2018-10-11 16:41:15.886708"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.888444"], ["updated_at", "2018-10-11 16:41:15.888444"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.890225"], ["updated_at", "2018-10-11 16:41:15.890225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.892056"], ["updated_at", "2018-10-11 16:41:15.892056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.893688"], ["updated_at", "2018-10-11 16:41:15.893688"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.895277"], ["updated_at", "2018-10-11 16:41:15.895277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.897366"], ["updated_at", "2018-10-11 16:41:15.897366"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.899163"], ["updated_at", "2018-10-11 16:41:15.899163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.900704"], ["updated_at", "2018-10-11 16:41:15.900704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.902492"], ["updated_at", "2018-10-11 16:41:15.902492"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.904163"], ["updated_at", "2018-10-11 16:41:15.904163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.906167"], ["updated_at", "2018-10-11 16:41:15.906167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.907956"], ["updated_at", "2018-10-11 16:41:15.907956"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.909564"], ["updated_at", "2018-10-11 16:41:15.909564"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.911812"], ["updated_at", "2018-10-11 16:41:15.911812"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.914396"], ["updated_at", "2018-10-11 16:41:15.914396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.916304"], ["updated_at", "2018-10-11 16:41:15.916304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.917955"], ["updated_at", "2018-10-11 16:41:15.917955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.919521"], ["updated_at", "2018-10-11 16:41:15.919521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.921196"], ["updated_at", "2018-10-11 16:41:15.921196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.922878"], ["updated_at", "2018-10-11 16:41:15.922878"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.924553"], ["updated_at", "2018-10-11 16:41:15.924553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.927030"], ["updated_at", "2018-10-11 16:41:15.927030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.929033"], ["updated_at", "2018-10-11 16:41:15.929033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.930745"], ["updated_at", "2018-10-11 16:41:15.930745"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.932468"], ["updated_at", "2018-10-11 16:41:15.932468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.934476"], ["updated_at", "2018-10-11 16:41:15.934476"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.936143"], ["updated_at", "2018-10-11 16:41:15.936143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.939331"], ["updated_at", "2018-10-11 16:41:15.939331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.941075"], ["updated_at", "2018-10-11 16:41:15.941075"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.942651"], ["updated_at", "2018-10-11 16:41:15.942651"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.945173"], ["updated_at", "2018-10-11 16:41:15.945173"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.948938"], ["updated_at", "2018-10-11 16:41:15.948938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.951308"], ["updated_at", "2018-10-11 16:41:15.951308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.952908"], ["updated_at", "2018-10-11 16:41:15.952908"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.954725"], ["updated_at", "2018-10-11 16:41:15.954725"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.956615"], ["updated_at", "2018-10-11 16:41:15.956615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.958601"], ["updated_at", "2018-10-11 16:41:15.958601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.960319"], ["updated_at", "2018-10-11 16:41:15.960319"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.961903"], ["updated_at", "2018-10-11 16:41:15.961903"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.964122"], ["updated_at", "2018-10-11 16:41:15.964122"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.966484"], ["updated_at", "2018-10-11 16:41:15.966484"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.968932"], ["updated_at", "2018-10-11 16:41:15.968932"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.971124"], ["updated_at", "2018-10-11 16:41:15.971124"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.973924"], ["updated_at", "2018-10-11 16:41:15.973924"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.976428"], ["updated_at", "2018-10-11 16:41:15.976428"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.978668"], ["updated_at", "2018-10-11 16:41:15.978668"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.981064"], ["updated_at", "2018-10-11 16:41:15.981064"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.983236"], ["updated_at", "2018-10-11 16:41:15.983236"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.985676"], ["updated_at", "2018-10-11 16:41:15.985676"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.987887"], ["updated_at", "2018-10-11 16:41:15.987887"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.989996"], ["updated_at", "2018-10-11 16:41:15.989996"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.992634"], ["updated_at", "2018-10-11 16:41:15.992634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.995687"], ["updated_at", "2018-10-11 16:41:15.995687"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:15.997794"], ["updated_at", "2018-10-11 16:41:15.997794"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.003122"], ["updated_at", "2018-10-11 16:41:16.003122"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.005319"], ["updated_at", "2018-10-11 16:41:16.005319"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.008390"], ["updated_at", "2018-10-11 16:41:16.008390"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.010769"], ["updated_at", "2018-10-11 16:41:16.010769"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.014856"], ["updated_at", "2018-10-11 16:41:16.014856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.017830"], ["updated_at", "2018-10-11 16:41:16.017830"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.019394"], ["updated_at", "2018-10-11 16:41:16.019394"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.021177"], ["updated_at", "2018-10-11 16:41:16.021177"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.023319"], ["updated_at", "2018-10-11 16:41:16.023319"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.025216"], ["updated_at", "2018-10-11 16:41:16.025216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.026910"], ["updated_at", "2018-10-11 16:41:16.026910"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.028578"], ["updated_at", "2018-10-11 16:41:16.028578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.030720"], ["updated_at", "2018-10-11 16:41:16.030720"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.032510"], ["updated_at", "2018-10-11 16:41:16.032510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.034196"], ["updated_at", "2018-10-11 16:41:16.034196"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.035788"], ["updated_at", "2018-10-11 16:41:16.035788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.037512"], ["updated_at", "2018-10-11 16:41:16.037512"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.039348"], ["updated_at", "2018-10-11 16:41:16.039348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.041137"], ["updated_at", "2018-10-11 16:41:16.041137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.042710"], ["updated_at", "2018-10-11 16:41:16.042710"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.044335"], ["updated_at", "2018-10-11 16:41:16.044335"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.046129"], ["updated_at", "2018-10-11 16:41:16.046129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.047879"], ["updated_at", "2018-10-11 16:41:16.047879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.049528"], ["updated_at", "2018-10-11 16:41:16.049528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.051124"], ["updated_at", "2018-10-11 16:41:16.051124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.052780"], ["updated_at", "2018-10-11 16:41:16.052780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.054542"], ["updated_at", "2018-10-11 16:41:16.054542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.057716"], ["updated_at", "2018-10-11 16:41:16.057716"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.060208"], ["updated_at", "2018-10-11 16:41:16.060208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.062358"], ["updated_at", "2018-10-11 16:41:16.062358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.064196"], ["updated_at", "2018-10-11 16:41:16.064196"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.066000"], ["updated_at", "2018-10-11 16:41:16.066000"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.067576"], ["updated_at", "2018-10-11 16:41:16.067576"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.069148"], ["updated_at", "2018-10-11 16:41:16.069148"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.072191"], ["updated_at", "2018-10-11 16:41:16.072191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.073885"], ["updated_at", "2018-10-11 16:41:16.073885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.075492"], ["updated_at", "2018-10-11 16:41:16.075492"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.077186"], ["updated_at", "2018-10-11 16:41:16.077186"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.079791"], ["updated_at", "2018-10-11 16:41:16.079791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.084085"], ["updated_at", "2018-10-11 16:41:16.084085"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.085850"], ["updated_at", "2018-10-11 16:41:16.085850"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.088360"], ["updated_at", "2018-10-11 16:41:16.088360"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.091247"], ["updated_at", "2018-10-11 16:41:16.091247"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.093845"], ["updated_at", "2018-10-11 16:41:16.093845"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.096529"], ["updated_at", "2018-10-11 16:41:16.096529"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.099293"], ["updated_at", "2018-10-11 16:41:16.099293"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.101921"], ["updated_at", "2018-10-11 16:41:16.101921"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.104673"], ["updated_at", "2018-10-11 16:41:16.104673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.107065"], ["updated_at", "2018-10-11 16:41:16.107065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.108682"], ["updated_at", "2018-10-11 16:41:16.108682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.110375"], ["updated_at", "2018-10-11 16:41:16.110375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.111927"], ["updated_at", "2018-10-11 16:41:16.111927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.113563"], ["updated_at", "2018-10-11 16:41:16.113563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.115201"], ["updated_at", "2018-10-11 16:41:16.115201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.116869"], ["updated_at", "2018-10-11 16:41:16.116869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.118405"], ["updated_at", "2018-10-11 16:41:16.118405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.120079"], ["updated_at", "2018-10-11 16:41:16.120079"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.121709"], ["updated_at", "2018-10-11 16:41:16.121709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.123389"], ["updated_at", "2018-10-11 16:41:16.123389"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.125302"], ["updated_at", "2018-10-11 16:41:16.125302"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.127919"], ["updated_at", "2018-10-11 16:41:16.127919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.129784"], ["updated_at", "2018-10-11 16:41:16.129784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.131550"], ["updated_at", "2018-10-11 16:41:16.131550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.133191"], ["updated_at", "2018-10-11 16:41:16.133191"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.134805"], ["updated_at", "2018-10-11 16:41:16.134805"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.136499"], ["updated_at", "2018-10-11 16:41:16.136499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.139614"], ["updated_at", "2018-10-11 16:41:16.139614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.141178"], ["updated_at", "2018-10-11 16:41:16.141178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.142896"], ["updated_at", "2018-10-11 16:41:16.142896"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.145272"], ["updated_at", "2018-10-11 16:41:16.145272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.149654"], ["updated_at", "2018-10-11 16:41:16.149654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.151514"], ["updated_at", "2018-10-11 16:41:16.151514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.153049"], ["updated_at", "2018-10-11 16:41:16.153049"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.154653"], ["updated_at", "2018-10-11 16:41:16.154653"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.156416"], ["updated_at", "2018-10-11 16:41:16.156416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.158182"], ["updated_at", "2018-10-11 16:41:16.158182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.159767"], ["updated_at", "2018-10-11 16:41:16.159767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.161386"], ["updated_at", "2018-10-11 16:41:16.161386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.162944"], ["updated_at", "2018-10-11 16:41:16.162944"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.164685"], ["updated_at", "2018-10-11 16:41:16.164685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.166365"], ["updated_at", "2018-10-11 16:41:16.166365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.167962"], ["updated_at", "2018-10-11 16:41:16.167962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.169591"], ["updated_at", "2018-10-11 16:41:16.169591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.171326"], ["updated_at", "2018-10-11 16:41:16.171326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.173092"], ["updated_at", "2018-10-11 16:41:16.173092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.174687"], ["updated_at", "2018-10-11 16:41:16.174687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.176289"], ["updated_at", "2018-10-11 16:41:16.176289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.177871"], ["updated_at", "2018-10-11 16:41:16.177871"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.179424"], ["updated_at", "2018-10-11 16:41:16.179424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.181134"], ["updated_at", "2018-10-11 16:41:16.181134"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.182777"], ["updated_at", "2018-10-11 16:41:16.182777"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.184573"], ["updated_at", "2018-10-11 16:41:16.184573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.186728"], ["updated_at", "2018-10-11 16:41:16.186728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.188510"], ["updated_at", "2018-10-11 16:41:16.188510"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.190515"], ["updated_at", "2018-10-11 16:41:16.190515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.193466"], ["updated_at", "2018-10-11 16:41:16.193466"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.196225"], ["updated_at", "2018-10-11 16:41:16.196225"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.198490"], ["updated_at", "2018-10-11 16:41:16.198490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.200531"], ["updated_at", "2018-10-11 16:41:16.200531"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.202335"], ["updated_at", "2018-10-11 16:41:16.202335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.204287"], ["updated_at", "2018-10-11 16:41:16.204287"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.206157"], ["updated_at", "2018-10-11 16:41:16.206157"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.209817"], ["updated_at", "2018-10-11 16:41:16.209817"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.213566"], ["updated_at", "2018-10-11 16:41:16.213566"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.217997"], ["updated_at", "2018-10-11 16:41:16.217997"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.220754"], ["updated_at", "2018-10-11 16:41:16.220754"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.223507"], ["updated_at", "2018-10-11 16:41:16.223507"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.226172"], ["updated_at", "2018-10-11 16:41:16.226172"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.228852"], ["updated_at", "2018-10-11 16:41:16.228852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.231050"], ["updated_at", "2018-10-11 16:41:16.231050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.232692"], ["updated_at", "2018-10-11 16:41:16.232692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.234307"], ["updated_at", "2018-10-11 16:41:16.234307"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.235913"], ["updated_at", "2018-10-11 16:41:16.235913"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.237792"], ["updated_at", "2018-10-11 16:41:16.237792"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.239700"], ["updated_at", "2018-10-11 16:41:16.239700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.241419"], ["updated_at", "2018-10-11 16:41:16.241419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.243030"], ["updated_at", "2018-10-11 16:41:16.243030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.244678"], ["updated_at", "2018-10-11 16:41:16.244678"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.246231"], ["updated_at", "2018-10-11 16:41:16.246231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.247956"], ["updated_at", "2018-10-11 16:41:16.247956"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.249602"], ["updated_at", "2018-10-11 16:41:16.249602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.251237"], ["updated_at", "2018-10-11 16:41:16.251237"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.252769"], ["updated_at", "2018-10-11 16:41:16.252769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.254485"], ["updated_at", "2018-10-11 16:41:16.254485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.256229"], ["updated_at", "2018-10-11 16:41:16.256229"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.258163"], ["updated_at", "2018-10-11 16:41:16.258163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.260933"], ["updated_at", "2018-10-11 16:41:16.260933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.262910"], ["updated_at", "2018-10-11 16:41:16.262910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.264699"], ["updated_at", "2018-10-11 16:41:16.264699"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.266387"], ["updated_at", "2018-10-11 16:41:16.266387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.268160"], ["updated_at", "2018-10-11 16:41:16.268160"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.269805"], ["updated_at", "2018-10-11 16:41:16.269805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.272965"], ["updated_at", "2018-10-11 16:41:16.272965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.274608"], ["updated_at", "2018-10-11 16:41:16.274608"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.276184"], ["updated_at", "2018-10-11 16:41:16.276184"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.278599"], ["updated_at", "2018-10-11 16:41:16.278599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.282745"], ["updated_at", "2018-10-11 16:41:16.282745"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.285006"], ["updated_at", "2018-10-11 16:41:16.285006"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.286725"], ["updated_at", "2018-10-11 16:41:16.286725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.288472"], ["updated_at", "2018-10-11 16:41:16.288472"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.290188"], ["updated_at", "2018-10-11 16:41:16.290188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.292055"], ["updated_at", "2018-10-11 16:41:16.292055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.293692"], ["updated_at", "2018-10-11 16:41:16.293692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.295265"], ["updated_at", "2018-10-11 16:41:16.295265"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.296935"], ["updated_at", "2018-10-11 16:41:16.296935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.298785"], ["updated_at", "2018-10-11 16:41:16.298785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.300374"], ["updated_at", "2018-10-11 16:41:16.300374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.302258"], ["updated_at", "2018-10-11 16:41:16.302258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.303992"], ["updated_at", "2018-10-11 16:41:16.303992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.305617"], ["updated_at", "2018-10-11 16:41:16.305617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.307274"], ["updated_at", "2018-10-11 16:41:16.307274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.308886"], ["updated_at", "2018-10-11 16:41:16.308886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.310476"], ["updated_at", "2018-10-11 16:41:16.310476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.312030"], ["updated_at", "2018-10-11 16:41:16.312030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.313653"], ["updated_at", "2018-10-11 16:41:16.313653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.315357"], ["updated_at", "2018-10-11 16:41:16.315357"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.316934"], ["updated_at", "2018-10-11 16:41:16.316934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.318584"], ["updated_at", "2018-10-11 16:41:16.318584"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.320203"], ["updated_at", "2018-10-11 16:41:16.320203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.321881"], ["updated_at", "2018-10-11 16:41:16.321881"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.323510"], ["updated_at", "2018-10-11 16:41:16.323510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.325883"], ["updated_at", "2018-10-11 16:41:16.325883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.327990"], ["updated_at", "2018-10-11 16:41:16.327990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.329721"], ["updated_at", "2018-10-11 16:41:16.329721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.331447"], ["updated_at", "2018-10-11 16:41:16.331447"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.333198"], ["updated_at", "2018-10-11 16:41:16.333198"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.335191"], ["updated_at", "2018-10-11 16:41:16.335191"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.337225"], ["updated_at", "2018-10-11 16:41:16.337225"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.341375"], ["updated_at", "2018-10-11 16:41:16.341375"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.344018"], ["updated_at", "2018-10-11 16:41:16.344018"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.348272"], ["updated_at", "2018-10-11 16:41:16.348272"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.351948"], ["updated_at", "2018-10-11 16:41:16.351948"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.354670"], ["updated_at", "2018-10-11 16:41:16.354670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.356769"], ["updated_at", "2018-10-11 16:41:16.356769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.358548"], ["updated_at", "2018-10-11 16:41:16.358548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.360311"], ["updated_at", "2018-10-11 16:41:16.360311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.361886"], ["updated_at", "2018-10-11 16:41:16.361886"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.363512"], ["updated_at", "2018-10-11 16:41:16.363512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.365356"], ["updated_at", "2018-10-11 16:41:16.365356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.366925"], ["updated_at", "2018-10-11 16:41:16.366925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.368552"], ["updated_at", "2018-10-11 16:41:16.368552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.370162"], ["updated_at", "2018-10-11 16:41:16.370162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.371876"], ["updated_at", "2018-10-11 16:41:16.371876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.373517"], ["updated_at", "2018-10-11 16:41:16.373517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.375113"], ["updated_at", "2018-10-11 16:41:16.375113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.376715"], ["updated_at", "2018-10-11 16:41:16.376715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.378356"], ["updated_at", "2018-10-11 16:41:16.378356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.379966"], ["updated_at", "2018-10-11 16:41:16.379966"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.381616"], ["updated_at", "2018-10-11 16:41:16.381616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.383281"], ["updated_at", "2018-10-11 16:41:16.383281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.384947"], ["updated_at", "2018-10-11 16:41:16.384947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.386549"], ["updated_at", "2018-10-11 16:41:16.386549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.388269"], ["updated_at", "2018-10-11 16:41:16.388269"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.390180"], ["updated_at", "2018-10-11 16:41:16.390180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.392758"], ["updated_at", "2018-10-11 16:41:16.392758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.394754"], ["updated_at", "2018-10-11 16:41:16.394754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.396577"], ["updated_at", "2018-10-11 16:41:16.396577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.398361"], ["updated_at", "2018-10-11 16:41:16.398361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.400046"], ["updated_at", "2018-10-11 16:41:16.400046"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.401774"], ["updated_at", "2018-10-11 16:41:16.401774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.404787"], ["updated_at", "2018-10-11 16:41:16.404787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.406649"], ["updated_at", "2018-10-11 16:41:16.406649"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.408249"], ["updated_at", "2018-10-11 16:41:16.408249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.409925"], ["updated_at", "2018-10-11 16:41:16.409925"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.412656"], ["updated_at", "2018-10-11 16:41:16.412656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.417099"], ["updated_at", "2018-10-11 16:41:16.417099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.418760"], ["updated_at", "2018-10-11 16:41:16.418760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.420369"], ["updated_at", "2018-10-11 16:41:16.420369"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.422097"], ["updated_at", "2018-10-11 16:41:16.422097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.423879"], ["updated_at", "2018-10-11 16:41:16.423879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.425535"], ["updated_at", "2018-10-11 16:41:16.425535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.427202"], ["updated_at", "2018-10-11 16:41:16.427202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.428782"], ["updated_at", "2018-10-11 16:41:16.428782"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.430481"], ["updated_at", "2018-10-11 16:41:16.430481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.432229"], ["updated_at", "2018-10-11 16:41:16.432229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.433814"], ["updated_at", "2018-10-11 16:41:16.433814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.435459"], ["updated_at", "2018-10-11 16:41:16.435459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.437328"], ["updated_at", "2018-10-11 16:41:16.437328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.439133"], ["updated_at", "2018-10-11 16:41:16.439133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.440765"], ["updated_at", "2018-10-11 16:41:16.440765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.442383"], ["updated_at", "2018-10-11 16:41:16.442383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.444027"], ["updated_at", "2018-10-11 16:41:16.444027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.445667"], ["updated_at", "2018-10-11 16:41:16.445667"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.447296"], ["updated_at", "2018-10-11 16:41:16.447296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.449032"], ["updated_at", "2018-10-11 16:41:16.449032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.450580"], ["updated_at", "2018-10-11 16:41:16.450580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.452211"], ["updated_at", "2018-10-11 16:41:16.452211"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.454039"], ["updated_at", "2018-10-11 16:41:16.454039"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.455800"], ["updated_at", "2018-10-11 16:41:16.455800"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.457772"], ["updated_at", "2018-10-11 16:41:16.457772"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.460680"], ["updated_at", "2018-10-11 16:41:16.460680"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.462843"], ["updated_at", "2018-10-11 16:41:16.462843"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.464944"], ["updated_at", "2018-10-11 16:41:16.464944"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.467024"], ["updated_at", "2018-10-11 16:41:16.467024"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.469204"], ["updated_at", "2018-10-11 16:41:16.469204"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.471297"], ["updated_at", "2018-10-11 16:41:16.471297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.476893"], ["updated_at", "2018-10-11 16:41:16.476893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.478518"], ["updated_at", "2018-10-11 16:41:16.478518"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.480114"], ["updated_at", "2018-10-11 16:41:16.480114"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.481875"], ["updated_at", "2018-10-11 16:41:16.481875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.483592"], ["updated_at", "2018-10-11 16:41:16.483592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.486379"], ["updated_at", "2018-10-11 16:41:16.486379"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.488163"], ["updated_at", "2018-10-11 16:41:16.488163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.489877"], ["updated_at", "2018-10-11 16:41:16.489877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.491604"], ["updated_at", "2018-10-11 16:41:16.491604"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.493236"], ["updated_at", "2018-10-11 16:41:16.493236"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.495551"], ["updated_at", "2018-10-11 16:41:16.495551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.499493"], ["updated_at", "2018-10-11 16:41:16.499493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.501952"], ["updated_at", "2018-10-11 16:41:16.501952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.503556"], ["updated_at", "2018-10-11 16:41:16.503556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.505278"], ["updated_at", "2018-10-11 16:41:16.505278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.506979"], ["updated_at", "2018-10-11 16:41:16.506979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.508662"], ["updated_at", "2018-10-11 16:41:16.508662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.510275"], ["updated_at", "2018-10-11 16:41:16.510275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.511891"], ["updated_at", "2018-10-11 16:41:16.511891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.513537"], ["updated_at", "2018-10-11 16:41:16.513537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.515277"], ["updated_at", "2018-10-11 16:41:16.515277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.516964"], ["updated_at", "2018-10-11 16:41:16.516964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.518602"], ["updated_at", "2018-10-11 16:41:16.518602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.520266"], ["updated_at", "2018-10-11 16:41:16.520266"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.521837"], ["updated_at", "2018-10-11 16:41:16.521837"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.523662"], ["updated_at", "2018-10-11 16:41:16.523662"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.525902"], ["updated_at", "2018-10-11 16:41:16.525902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.527971"], ["updated_at", "2018-10-11 16:41:16.527971"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.529666"], ["updated_at", "2018-10-11 16:41:16.529666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.531264"], ["updated_at", "2018-10-11 16:41:16.531264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.533022"], ["updated_at", "2018-10-11 16:41:16.533022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.534674"], ["updated_at", "2018-10-11 16:41:16.534674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.537886"], ["updated_at", "2018-10-11 16:41:16.537886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.539572"], ["updated_at", "2018-10-11 16:41:16.539572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.541327"], ["updated_at", "2018-10-11 16:41:16.541327"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.542945"], ["updated_at", "2018-10-11 16:41:16.542945"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.545441"], ["updated_at", "2018-10-11 16:41:16.545441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.549237"], ["updated_at", "2018-10-11 16:41:16.549237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.551446"], ["updated_at", "2018-10-11 16:41:16.551446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.553059"], ["updated_at", "2018-10-11 16:41:16.553059"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.554605"], ["updated_at", "2018-10-11 16:41:16.554605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.556258"], ["updated_at", "2018-10-11 16:41:16.556258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.558032"], ["updated_at", "2018-10-11 16:41:16.558032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.559605"], ["updated_at", "2018-10-11 16:41:16.559605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.561261"], ["updated_at", "2018-10-11 16:41:16.561261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.562901"], ["updated_at", "2018-10-11 16:41:16.562901"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.564506"], ["updated_at", "2018-10-11 16:41:16.564506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.566279"], ["updated_at", "2018-10-11 16:41:16.566279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.567970"], ["updated_at", "2018-10-11 16:41:16.567970"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.569778"], ["updated_at", "2018-10-11 16:41:16.569778"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.572702"], ["updated_at", "2018-10-11 16:41:16.572702"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.574917"], ["updated_at", "2018-10-11 16:41:16.574917"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.576992"], ["updated_at", "2018-10-11 16:41:16.576992"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.579241"], ["updated_at", "2018-10-11 16:41:16.579241"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.582029"], ["updated_at", "2018-10-11 16:41:16.582029"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.585739"], ["updated_at", "2018-10-11 16:41:16.585739"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.588971"], ["updated_at", "2018-10-11 16:41:16.588971"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.593033"], ["updated_at", "2018-10-11 16:41:16.593033"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.596981"], ["updated_at", "2018-10-11 16:41:16.596981"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.599493"], ["updated_at", "2018-10-11 16:41:16.599493"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.601640"], ["updated_at", "2018-10-11 16:41:16.601640"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.603790"], ["updated_at", "2018-10-11 16:41:16.603790"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.606180"], ["updated_at", "2018-10-11 16:41:16.606180"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.609845"], ["updated_at", "2018-10-11 16:41:16.609845"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.612043"], ["updated_at", "2018-10-11 16:41:16.612043"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.615574"], ["updated_at", "2018-10-11 16:41:16.615574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.618117"], ["updated_at", "2018-10-11 16:41:16.618117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.619759"], ["updated_at", "2018-10-11 16:41:16.619759"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.621340"], ["updated_at", "2018-10-11 16:41:16.621340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.623043"], ["updated_at", "2018-10-11 16:41:16.623043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.625069"], ["updated_at", "2018-10-11 16:41:16.625069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.626848"], ["updated_at", "2018-10-11 16:41:16.626848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.628455"], ["updated_at", "2018-10-11 16:41:16.628455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.630062"], ["updated_at", "2018-10-11 16:41:16.630062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.631757"], ["updated_at", "2018-10-11 16:41:16.631757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.633437"], ["updated_at", "2018-10-11 16:41:16.633437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.635060"], ["updated_at", "2018-10-11 16:41:16.635060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.636662"], ["updated_at", "2018-10-11 16:41:16.636662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.638246"], ["updated_at", "2018-10-11 16:41:16.638246"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.639933"], ["updated_at", "2018-10-11 16:41:16.639933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.641704"], ["updated_at", "2018-10-11 16:41:16.641704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.643305"], ["updated_at", "2018-10-11 16:41:16.643305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.644957"], ["updated_at", "2018-10-11 16:41:16.644957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.646511"], ["updated_at", "2018-10-11 16:41:16.646511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.648192"], ["updated_at", "2018-10-11 16:41:16.648192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.650015"], ["updated_at", "2018-10-11 16:41:16.650015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.651600"], ["updated_at", "2018-10-11 16:41:16.651600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.653178"], ["updated_at", "2018-10-11 16:41:16.653178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.654768"], ["updated_at", "2018-10-11 16:41:16.654768"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.656446"], ["updated_at", "2018-10-11 16:41:16.656446"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.658454"], ["updated_at", "2018-10-11 16:41:16.658454"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.660994"], ["updated_at", "2018-10-11 16:41:16.660994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.662961"], ["updated_at", "2018-10-11 16:41:16.662961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.664672"], ["updated_at", "2018-10-11 16:41:16.664672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.666429"], ["updated_at", "2018-10-11 16:41:16.666429"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.668051"], ["updated_at", "2018-10-11 16:41:16.668051"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.669615"], ["updated_at", "2018-10-11 16:41:16.669615"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.672563"], ["updated_at", "2018-10-11 16:41:16.672563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.674321"], ["updated_at", "2018-10-11 16:41:16.674321"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.675890"], ["updated_at", "2018-10-11 16:41:16.675890"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.677686"], ["updated_at", "2018-10-11 16:41:16.677686"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.680698"], ["updated_at", "2018-10-11 16:41:16.680698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.684220"], ["updated_at", "2018-10-11 16:41:16.684220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.685958"], ["updated_at", "2018-10-11 16:41:16.685958"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.687644"], ["updated_at", "2018-10-11 16:41:16.687644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.689492"], ["updated_at", "2018-10-11 16:41:16.689492"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.691736"], ["updated_at", "2018-10-11 16:41:16.691736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.693790"], ["updated_at", "2018-10-11 16:41:16.693790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.695535"], ["updated_at", "2018-10-11 16:41:16.695535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.697155"], ["updated_at", "2018-10-11 16:41:16.697155"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.698865"], ["updated_at", "2018-10-11 16:41:16.698865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.700713"], ["updated_at", "2018-10-11 16:41:16.700713"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.702591"], ["updated_at", "2018-10-11 16:41:16.702591"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.705255"], ["updated_at", "2018-10-11 16:41:16.705255"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.707942"], ["updated_at", "2018-10-11 16:41:16.707942"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.710762"], ["updated_at", "2018-10-11 16:41:16.710762"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.713485"], ["updated_at", "2018-10-11 16:41:16.713485"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.716465"], ["updated_at", "2018-10-11 16:41:16.716465"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.719129"], ["updated_at", "2018-10-11 16:41:16.719129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.721897"], ["updated_at", "2018-10-11 16:41:16.721897"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.724163"], ["updated_at", "2018-10-11 16:41:16.724163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.726779"], ["updated_at", "2018-10-11 16:41:16.726779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.728622"], ["updated_at", "2018-10-11 16:41:16.728622"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.730234"], ["updated_at", "2018-10-11 16:41:16.730234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.732127"], ["updated_at", "2018-10-11 16:41:16.732127"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.733767"], ["updated_at", "2018-10-11 16:41:16.733767"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.735405"], ["updated_at", "2018-10-11 16:41:16.735405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.738281"], ["updated_at", "2018-10-11 16:41:16.738281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.739942"], ["updated_at", "2018-10-11 16:41:16.739942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.741644"], ["updated_at", "2018-10-11 16:41:16.741644"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.743516"], ["updated_at", "2018-10-11 16:41:16.743516"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.746998"], ["updated_at", "2018-10-11 16:41:16.746998"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.750723"], ["updated_at", "2018-10-11 16:41:16.750723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.752429"], ["updated_at", "2018-10-11 16:41:16.752429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.754043"], ["updated_at", "2018-10-11 16:41:16.754043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.755771"], ["updated_at", "2018-10-11 16:41:16.755771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.757370"], ["updated_at", "2018-10-11 16:41:16.757370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.759162"], ["updated_at", "2018-10-11 16:41:16.759162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.760899"], ["updated_at", "2018-10-11 16:41:16.760899"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.762487"], ["updated_at", "2018-10-11 16:41:16.762487"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.764174"], ["updated_at", "2018-10-11 16:41:16.764174"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.765945"], ["updated_at", "2018-10-11 16:41:16.765945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.767626"], ["updated_at", "2018-10-11 16:41:16.767626"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.769326"], ["updated_at", "2018-10-11 16:41:16.769326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.771154"], ["updated_at", "2018-10-11 16:41:16.771154"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.773100"], ["updated_at", "2018-10-11 16:41:16.773100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.774944"], ["updated_at", "2018-10-11 16:41:16.774944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.776632"], ["updated_at", "2018-10-11 16:41:16.776632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.778200"], ["updated_at", "2018-10-11 16:41:16.778200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.779850"], ["updated_at", "2018-10-11 16:41:16.779850"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.781442"], ["updated_at", "2018-10-11 16:41:16.781442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.783193"], ["updated_at", "2018-10-11 16:41:16.783193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.784968"], ["updated_at", "2018-10-11 16:41:16.784968"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.786586"], ["updated_at", "2018-10-11 16:41:16.786586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.788314"], ["updated_at", "2018-10-11 16:41:16.788314"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.790056"], ["updated_at", "2018-10-11 16:41:16.790056"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.792160"], ["updated_at", "2018-10-11 16:41:16.792160"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.794775"], ["updated_at", "2018-10-11 16:41:16.794775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.798247"], ["updated_at", "2018-10-11 16:41:16.798247"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.800329"], ["updated_at", "2018-10-11 16:41:16.800329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.802140"], ["updated_at", "2018-10-11 16:41:16.802140"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.803730"], ["updated_at", "2018-10-11 16:41:16.803730"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.807500"], ["updated_at", "2018-10-11 16:41:16.807500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.809256"], ["updated_at", "2018-10-11 16:41:16.809256"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.810926"], ["updated_at", "2018-10-11 16:41:16.810926"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.814664"], ["updated_at", "2018-10-11 16:41:16.814664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.818295"], ["updated_at", "2018-10-11 16:41:16.818295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.819920"], ["updated_at", "2018-10-11 16:41:16.819920"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.821545"], ["updated_at", "2018-10-11 16:41:16.821545"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.823314"], ["updated_at", "2018-10-11 16:41:16.823314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.825182"], ["updated_at", "2018-10-11 16:41:16.825182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.826831"], ["updated_at", "2018-10-11 16:41:16.826831"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.828897"], ["updated_at", "2018-10-11 16:41:16.828897"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.831579"], ["updated_at", "2018-10-11 16:41:16.831579"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.834643"], ["updated_at", "2018-10-11 16:41:16.834643"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.837356"], ["updated_at", "2018-10-11 16:41:16.837356"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.840151"], ["updated_at", "2018-10-11 16:41:16.840151"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.842880"], ["updated_at", "2018-10-11 16:41:16.842880"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.845578"], ["updated_at", "2018-10-11 16:41:16.845578"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.848005"], ["updated_at", "2018-10-11 16:41:16.848005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.849775"], ["updated_at", "2018-10-11 16:41:16.849775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.851403"], ["updated_at", "2018-10-11 16:41:16.851403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.853073"], ["updated_at", "2018-10-11 16:41:16.853073"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.854677"], ["updated_at", "2018-10-11 16:41:16.854677"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.856391"], ["updated_at", "2018-10-11 16:41:16.856391"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.859503"], ["updated_at", "2018-10-11 16:41:16.859503"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.862661"], ["updated_at", "2018-10-11 16:41:16.862661"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.864982"], ["updated_at", "2018-10-11 16:41:16.864982"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.867116"], ["updated_at", "2018-10-11 16:41:16.867116"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.869080"], ["updated_at", "2018-10-11 16:41:16.869080"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.871287"], ["updated_at", "2018-10-11 16:41:16.871287"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.874429"], ["updated_at", "2018-10-11 16:41:16.874429"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.877534"], ["updated_at", "2018-10-11 16:41:16.877534"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.880999"], ["updated_at", "2018-10-11 16:41:16.880999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.884814"], ["updated_at", "2018-10-11 16:41:16.884814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.886722"], ["updated_at", "2018-10-11 16:41:16.886722"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.888445"], ["updated_at", "2018-10-11 16:41:16.888445"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.890199"], ["updated_at", "2018-10-11 16:41:16.890199"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.892243"], ["updated_at", "2018-10-11 16:41:16.892243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.893946"], ["updated_at", "2018-10-11 16:41:16.893946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.895589"], ["updated_at", "2018-10-11 16:41:16.895589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.897143"], ["updated_at", "2018-10-11 16:41:16.897143"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.898848"], ["updated_at", "2018-10-11 16:41:16.898848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.900593"], ["updated_at", "2018-10-11 16:41:16.900593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.902173"], ["updated_at", "2018-10-11 16:41:16.902173"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.903824"], ["updated_at", "2018-10-11 16:41:16.903824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.905889"], ["updated_at", "2018-10-11 16:41:16.905889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.907674"], ["updated_at", "2018-10-11 16:41:16.907674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.909706"], ["updated_at", "2018-10-11 16:41:16.909706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.911471"], ["updated_at", "2018-10-11 16:41:16.911471"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.913596"], ["updated_at", "2018-10-11 16:41:16.913596"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.915940"], ["updated_at", "2018-10-11 16:41:16.915940"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.917944"], ["updated_at", "2018-10-11 16:41:16.917944"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.919939"], ["updated_at", "2018-10-11 16:41:16.919939"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.922131"], ["updated_at", "2018-10-11 16:41:16.922131"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.924815"], ["updated_at", "2018-10-11 16:41:16.924815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.927384"], ["updated_at", "2018-10-11 16:41:16.927384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.929127"], ["updated_at", "2018-10-11 16:41:16.929127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.930761"], ["updated_at", "2018-10-11 16:41:16.930761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.934510"], ["updated_at", "2018-10-11 16:41:16.934510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.935927"], ["updated_at", "2018-10-11 16:41:16.935927"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.938616"], ["updated_at", "2018-10-11 16:41:16.938616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.940386"], ["updated_at", "2018-10-11 16:41:16.940386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.942046"], ["updated_at", "2018-10-11 16:41:16.942046"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.943829"], ["updated_at", "2018-10-11 16:41:16.943829"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.946484"], ["updated_at", "2018-10-11 16:41:16.946484"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.950610"], ["updated_at", "2018-10-11 16:41:16.950610"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.953075"], ["updated_at", "2018-10-11 16:41:16.953075"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.955768"], ["updated_at", "2018-10-11 16:41:16.955768"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.958571"], ["updated_at", "2018-10-11 16:41:16.958571"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.961128"], ["updated_at", "2018-10-11 16:41:16.961128"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.963711"], ["updated_at", "2018-10-11 16:41:16.963711"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.966482"], ["updated_at", "2018-10-11 16:41:16.966482"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.969113"], ["updated_at", "2018-10-11 16:41:16.969113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.971579"], ["updated_at", "2018-10-11 16:41:16.971579"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.973310"], ["updated_at", "2018-10-11 16:41:16.973310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.975098"], ["updated_at", "2018-10-11 16:41:16.975098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.976715"], ["updated_at", "2018-10-11 16:41:16.976715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.978357"], ["updated_at", "2018-10-11 16:41:16.978357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.979916"], ["updated_at", "2018-10-11 16:41:16.979916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.981607"], ["updated_at", "2018-10-11 16:41:16.981607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.983326"], ["updated_at", "2018-10-11 16:41:16.983326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.985039"], ["updated_at", "2018-10-11 16:41:16.985039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.986743"], ["updated_at", "2018-10-11 16:41:16.986743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.988434"], ["updated_at", "2018-10-11 16:41:16.988434"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.990436"], ["updated_at", "2018-10-11 16:41:16.990436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.993018"], ["updated_at", "2018-10-11 16:41:16.993018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.995100"], ["updated_at", "2018-10-11 16:41:16.995100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.996749"], ["updated_at", "2018-10-11 16:41:16.996749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:16.998403"], ["updated_at", "2018-10-11 16:41:16.998403"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.000181"], ["updated_at", "2018-10-11 16:41:17.000181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.001720"], ["updated_at", "2018-10-11 16:41:17.001720"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.004548"], ["updated_at", "2018-10-11 16:41:17.004548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.006362"], ["updated_at", "2018-10-11 16:41:17.006362"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.008179"], ["updated_at", "2018-10-11 16:41:17.008179"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.009984"], ["updated_at", "2018-10-11 16:41:17.009984"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.012788"], ["updated_at", "2018-10-11 16:41:17.012788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.016908"], ["updated_at", "2018-10-11 16:41:17.016908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.018813"], ["updated_at", "2018-10-11 16:41:17.018813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.020444"], ["updated_at", "2018-10-11 16:41:17.020444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.022147"], ["updated_at", "2018-10-11 16:41:17.022147"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.024163"], ["updated_at", "2018-10-11 16:41:17.024163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.026026"], ["updated_at", "2018-10-11 16:41:17.026026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.027697"], ["updated_at", "2018-10-11 16:41:17.027697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.029360"], ["updated_at", "2018-10-11 16:41:17.029360"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.030892"], ["updated_at", "2018-10-11 16:41:17.030892"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.032689"], ["updated_at", "2018-10-11 16:41:17.032689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.034523"], ["updated_at", "2018-10-11 16:41:17.034523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.036070"], ["updated_at", "2018-10-11 16:41:17.036070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.037662"], ["updated_at", "2018-10-11 16:41:17.037662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.039403"], ["updated_at", "2018-10-11 16:41:17.039403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.041122"], ["updated_at", "2018-10-11 16:41:17.041122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.042742"], ["updated_at", "2018-10-11 16:41:17.042742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.044328"], ["updated_at", "2018-10-11 16:41:17.044328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.046008"], ["updated_at", "2018-10-11 16:41:17.046008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.047627"], ["updated_at", "2018-10-11 16:41:17.047627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.049357"], ["updated_at", "2018-10-11 16:41:17.049357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.051058"], ["updated_at", "2018-10-11 16:41:17.051058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.052677"], ["updated_at", "2018-10-11 16:41:17.052677"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.054254"], ["updated_at", "2018-10-11 16:41:17.054254"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.056040"], ["updated_at", "2018-10-11 16:41:17.056040"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.058082"], ["updated_at", "2018-10-11 16:41:17.058082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.060659"], ["updated_at", "2018-10-11 16:41:17.060659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.062427"], ["updated_at", "2018-10-11 16:41:17.062427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.064050"], ["updated_at", "2018-10-11 16:41:17.064050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.065744"], ["updated_at", "2018-10-11 16:41:17.065744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.067472"], ["updated_at", "2018-10-11 16:41:17.067472"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.069105"], ["updated_at", "2018-10-11 16:41:17.069105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.072089"], ["updated_at", "2018-10-11 16:41:17.072089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.073815"], ["updated_at", "2018-10-11 16:41:17.073815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.075556"], ["updated_at", "2018-10-11 16:41:17.075556"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.077495"], ["updated_at", "2018-10-11 16:41:17.077495"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.081415"], ["updated_at", "2018-10-11 16:41:17.081415"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.085585"], ["updated_at", "2018-10-11 16:41:17.085585"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.088385"], ["updated_at", "2018-10-11 16:41:17.088385"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.091286"], ["updated_at", "2018-10-11 16:41:17.091286"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.094049"], ["updated_at", "2018-10-11 16:41:17.094049"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.096764"], ["updated_at", "2018-10-11 16:41:17.096764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.099302"], ["updated_at", "2018-10-11 16:41:17.099302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.100994"], ["updated_at", "2018-10-11 16:41:17.100994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.102628"], ["updated_at", "2018-10-11 16:41:17.102628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.104183"], ["updated_at", "2018-10-11 16:41:17.104183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.105825"], ["updated_at", "2018-10-11 16:41:17.105825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.107463"], ["updated_at", "2018-10-11 16:41:17.107463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.109093"], ["updated_at", "2018-10-11 16:41:17.109093"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.110691"], ["updated_at", "2018-10-11 16:41:17.110691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.112376"], ["updated_at", "2018-10-11 16:41:17.112376"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.113921"], ["updated_at", "2018-10-11 16:41:17.113921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.115569"], ["updated_at", "2018-10-11 16:41:17.115569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.117201"], ["updated_at", "2018-10-11 16:41:17.117201"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.118861"], ["updated_at", "2018-10-11 16:41:17.118861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.120502"], ["updated_at", "2018-10-11 16:41:17.120502"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.122095"], ["updated_at", "2018-10-11 16:41:17.122095"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.124062"], ["updated_at", "2018-10-11 16:41:17.124062"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.126371"], ["updated_at", "2018-10-11 16:41:17.126371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.128258"], ["updated_at", "2018-10-11 16:41:17.128258"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.129966"], ["updated_at", "2018-10-11 16:41:17.129966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.131574"], ["updated_at", "2018-10-11 16:41:17.131574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.133259"], ["updated_at", "2018-10-11 16:41:17.133259"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.134842"], ["updated_at", "2018-10-11 16:41:17.134842"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.138181"], ["updated_at", "2018-10-11 16:41:17.138181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.139908"], ["updated_at", "2018-10-11 16:41:17.139908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.141521"], ["updated_at", "2018-10-11 16:41:17.141521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.143180"], ["updated_at", "2018-10-11 16:41:17.143180"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.145950"], ["updated_at", "2018-10-11 16:41:17.145950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.150183"], ["updated_at", "2018-10-11 16:41:17.150183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.151827"], ["updated_at", "2018-10-11 16:41:17.151827"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.153400"], ["updated_at", "2018-10-11 16:41:17.153400"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.155111"], ["updated_at", "2018-10-11 16:41:17.155111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.156780"], ["updated_at", "2018-10-11 16:41:17.156780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.158581"], ["updated_at", "2018-10-11 16:41:17.158581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.160257"], ["updated_at", "2018-10-11 16:41:17.160257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.161819"], ["updated_at", "2018-10-11 16:41:17.161819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.163430"], ["updated_at", "2018-10-11 16:41:17.163430"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.165015"], ["updated_at", "2018-10-11 16:41:17.165015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.166786"], ["updated_at", "2018-10-11 16:41:17.166786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.168397"], ["updated_at", "2018-10-11 16:41:17.168397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.170034"], ["updated_at", "2018-10-11 16:41:17.170034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.171575"], ["updated_at", "2018-10-11 16:41:17.171575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.173357"], ["updated_at", "2018-10-11 16:41:17.173357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.175111"], ["updated_at", "2018-10-11 16:41:17.175111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.176699"], ["updated_at", "2018-10-11 16:41:17.176699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.178322"], ["updated_at", "2018-10-11 16:41:17.178322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.179925"], ["updated_at", "2018-10-11 16:41:17.179925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.181533"], ["updated_at", "2018-10-11 16:41:17.181533"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.183156"], ["updated_at", "2018-10-11 16:41:17.183156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.185012"], ["updated_at", "2018-10-11 16:41:17.185012"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.186631"], ["updated_at", "2018-10-11 16:41:17.186631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.188338"], ["updated_at", "2018-10-11 16:41:17.188338"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.190122"], ["updated_at", "2018-10-11 16:41:17.190122"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.192678"], ["updated_at", "2018-10-11 16:41:17.192678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.194828"], ["updated_at", "2018-10-11 16:41:17.194828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.196525"], ["updated_at", "2018-10-11 16:41:17.196525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.198209"], ["updated_at", "2018-10-11 16:41:17.198209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.199938"], ["updated_at", "2018-10-11 16:41:17.199938"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.201544"], ["updated_at", "2018-10-11 16:41:17.201544"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.204877"], ["updated_at", "2018-10-11 16:41:17.204877"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.207857"], ["updated_at", "2018-10-11 16:41:17.207857"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.210543"], ["updated_at", "2018-10-11 16:41:17.210543"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.214144"], ["updated_at", "2018-10-11 16:41:17.214144"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.218450"], ["updated_at", "2018-10-11 16:41:17.218450"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.221033"], ["updated_at", "2018-10-11 16:41:17.221033"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.223843"], ["updated_at", "2018-10-11 16:41:17.223843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.226325"], ["updated_at", "2018-10-11 16:41:17.226325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.227912"], ["updated_at", "2018-10-11 16:41:17.227912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.229502"], ["updated_at", "2018-10-11 16:41:17.229502"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.231221"], ["updated_at", "2018-10-11 16:41:17.231221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.232991"], ["updated_at", "2018-10-11 16:41:17.232991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.234641"], ["updated_at", "2018-10-11 16:41:17.234641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.236283"], ["updated_at", "2018-10-11 16:41:17.236283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.237912"], ["updated_at", "2018-10-11 16:41:17.237912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.239631"], ["updated_at", "2018-10-11 16:41:17.239631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.241387"], ["updated_at", "2018-10-11 16:41:17.241387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.243031"], ["updated_at", "2018-10-11 16:41:17.243031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.244571"], ["updated_at", "2018-10-11 16:41:17.244571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.246248"], ["updated_at", "2018-10-11 16:41:17.246248"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.247789"], ["updated_at", "2018-10-11 16:41:17.247789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.249544"], ["updated_at", "2018-10-11 16:41:17.249544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.251256"], ["updated_at", "2018-10-11 16:41:17.251256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.252844"], ["updated_at", "2018-10-11 16:41:17.252844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.254466"], ["updated_at", "2018-10-11 16:41:17.254466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.256186"], ["updated_at", "2018-10-11 16:41:17.256186"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.258060"], ["updated_at", "2018-10-11 16:41:17.258060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.260612"], ["updated_at", "2018-10-11 16:41:17.260612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.262534"], ["updated_at", "2018-10-11 16:41:17.262534"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.264209"], ["updated_at", "2018-10-11 16:41:17.264209"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.266321"], ["updated_at", "2018-10-11 16:41:17.266321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.268079"], ["updated_at", "2018-10-11 16:41:17.268079"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.269700"], ["updated_at", "2018-10-11 16:41:17.269700"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.272767"], ["updated_at", "2018-10-11 16:41:17.272767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.274484"], ["updated_at", "2018-10-11 16:41:17.274484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.276145"], ["updated_at", "2018-10-11 16:41:17.276145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.277731"], ["updated_at", "2018-10-11 16:41:17.277731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.279394"], ["updated_at", "2018-10-11 16:41:17.279394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.281033"], ["updated_at", "2018-10-11 16:41:17.281033"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.282760"], ["updated_at", "2018-10-11 16:41:17.282760"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.286623"], ["updated_at", "2018-10-11 16:41:17.286623"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.289882"], ["updated_at", "2018-10-11 16:41:17.289882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.292134"], ["updated_at", "2018-10-11 16:41:17.292134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.293778"], ["updated_at", "2018-10-11 16:41:17.293778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.295469"], ["updated_at", "2018-10-11 16:41:17.295469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.297042"], ["updated_at", "2018-10-11 16:41:17.297042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.298713"], ["updated_at", "2018-10-11 16:41:17.298713"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.300347"], ["updated_at", "2018-10-11 16:41:17.300347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.302118"], ["updated_at", "2018-10-11 16:41:17.302118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.303738"], ["updated_at", "2018-10-11 16:41:17.303738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.305432"], ["updated_at", "2018-10-11 16:41:17.305432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.307073"], ["updated_at", "2018-10-11 16:41:17.307073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.308813"], ["updated_at", "2018-10-11 16:41:17.308813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.310427"], ["updated_at", "2018-10-11 16:41:17.310427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.312014"], ["updated_at", "2018-10-11 16:41:17.312014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.313614"], ["updated_at", "2018-10-11 16:41:17.313614"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.315185"], ["updated_at", "2018-10-11 16:41:17.315185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.316882"], ["updated_at", "2018-10-11 16:41:17.316882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.318634"], ["updated_at", "2018-10-11 16:41:17.318634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.320210"], ["updated_at", "2018-10-11 16:41:17.320210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.321845"], ["updated_at", "2018-10-11 16:41:17.321845"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.323614"], ["updated_at", "2018-10-11 16:41:17.323614"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.326670"], ["updated_at", "2018-10-11 16:41:17.326670"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.328696"], ["updated_at", "2018-10-11 16:41:17.328696"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.330636"], ["updated_at", "2018-10-11 16:41:17.330636"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.332645"], ["updated_at", "2018-10-11 16:41:17.332645"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.334773"], ["updated_at", "2018-10-11 16:41:17.334773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.336773"], ["updated_at", "2018-10-11 16:41:17.336773"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.338612"], ["updated_at", "2018-10-11 16:41:17.338612"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.343003"], ["updated_at", "2018-10-11 16:41:17.343003"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.345657"], ["updated_at", "2018-10-11 16:41:17.345657"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.348294"], ["updated_at", "2018-10-11 16:41:17.348294"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.350402"], ["updated_at", "2018-10-11 16:41:17.350402"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.353983"], ["updated_at", "2018-10-11 16:41:17.353983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.357110"], ["updated_at", "2018-10-11 16:41:17.357110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.358832"], ["updated_at", "2018-10-11 16:41:17.358832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.361765"], ["updated_at", "2018-10-11 16:41:17.361765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.363400"], ["updated_at", "2018-10-11 16:41:17.363400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.365033"], ["updated_at", "2018-10-11 16:41:17.365033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.366631"], ["updated_at", "2018-10-11 16:41:17.366631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.368272"], ["updated_at", "2018-10-11 16:41:17.368272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.370068"], ["updated_at", "2018-10-11 16:41:17.370068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.371753"], ["updated_at", "2018-10-11 16:41:17.371753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.373360"], ["updated_at", "2018-10-11 16:41:17.373360"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.374935"], ["updated_at", "2018-10-11 16:41:17.374935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.376642"], ["updated_at", "2018-10-11 16:41:17.376642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.378370"], ["updated_at", "2018-10-11 16:41:17.378370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.380001"], ["updated_at", "2018-10-11 16:41:17.380001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.381559"], ["updated_at", "2018-10-11 16:41:17.381559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.383181"], ["updated_at", "2018-10-11 16:41:17.383181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.384798"], ["updated_at", "2018-10-11 16:41:17.384798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.386512"], ["updated_at", "2018-10-11 16:41:17.386512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.388283"], ["updated_at", "2018-10-11 16:41:17.388283"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.389826"], ["updated_at", "2018-10-11 16:41:17.389826"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.391919"], ["updated_at", "2018-10-11 16:41:17.391919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.394916"], ["updated_at", "2018-10-11 16:41:17.394916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.396806"], ["updated_at", "2018-10-11 16:41:17.396806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.398505"], ["updated_at", "2018-10-11 16:41:17.398505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.400015"], ["updated_at", "2018-10-11 16:41:17.400015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.401614"], ["updated_at", "2018-10-11 16:41:17.401614"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.403343"], ["updated_at", "2018-10-11 16:41:17.403343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.406269"], ["updated_at", "2018-10-11 16:41:17.406269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.407892"], ["updated_at", "2018-10-11 16:41:17.407892"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.409556"], ["updated_at", "2018-10-11 16:41:17.409556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.411345"], ["updated_at", "2018-10-11 16:41:17.411345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.412910"], ["updated_at", "2018-10-11 16:41:17.412910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.414547"], ["updated_at", "2018-10-11 16:41:17.414547"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.416148"], ["updated_at", "2018-10-11 16:41:17.416148"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.418824"], ["updated_at", "2018-10-11 16:41:17.418824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.423325"], ["updated_at", "2018-10-11 16:41:17.423325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.425249"], ["updated_at", "2018-10-11 16:41:17.425249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.426959"], ["updated_at", "2018-10-11 16:41:17.426959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.428624"], ["updated_at", "2018-10-11 16:41:17.428624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.430216"], ["updated_at", "2018-10-11 16:41:17.430216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.431840"], ["updated_at", "2018-10-11 16:41:17.431840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.433373"], ["updated_at", "2018-10-11 16:41:17.433373"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.435047"], ["updated_at", "2018-10-11 16:41:17.435047"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.436810"], ["updated_at", "2018-10-11 16:41:17.436810"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.438585"], ["updated_at", "2018-10-11 16:41:17.438585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.440302"], ["updated_at", "2018-10-11 16:41:17.440302"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.441856"], ["updated_at", "2018-10-11 16:41:17.441856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.443784"], ["updated_at", "2018-10-11 16:41:17.443784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.445497"], ["updated_at", "2018-10-11 16:41:17.445497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.447054"], ["updated_at", "2018-10-11 16:41:17.447054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.448670"], ["updated_at", "2018-10-11 16:41:17.448670"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.450221"], ["updated_at", "2018-10-11 16:41:17.450221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.451853"], ["updated_at", "2018-10-11 16:41:17.451853"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.453581"], ["updated_at", "2018-10-11 16:41:17.453581"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.455540"], ["updated_at", "2018-10-11 16:41:17.455540"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.457808"], ["updated_at", "2018-10-11 16:41:17.457808"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.461040"], ["updated_at", "2018-10-11 16:41:17.461040"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.463180"], ["updated_at", "2018-10-11 16:41:17.463180"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.465115"], ["updated_at", "2018-10-11 16:41:17.465115"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.466985"], ["updated_at", "2018-10-11 16:41:17.466985"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.468831"], ["updated_at", "2018-10-11 16:41:17.468831"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.470964"], ["updated_at", "2018-10-11 16:41:17.470964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.476457"], ["updated_at", "2018-10-11 16:41:17.476457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.478432"], ["updated_at", "2018-10-11 16:41:17.478432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.480042"], ["updated_at", "2018-10-11 16:41:17.480042"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.481764"], ["updated_at", "2018-10-11 16:41:17.481764"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.483673"], ["updated_at", "2018-10-11 16:41:17.483673"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.487525"], ["updated_at", "2018-10-11 16:41:17.487525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.490781"], ["updated_at", "2018-10-11 16:41:17.490781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.492516"], ["updated_at", "2018-10-11 16:41:17.492516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.494219"], ["updated_at", "2018-10-11 16:41:17.494219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.495924"], ["updated_at", "2018-10-11 16:41:17.495924"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.497774"], ["updated_at", "2018-10-11 16:41:17.497774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.499365"], ["updated_at", "2018-10-11 16:41:17.499365"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.501167"], ["updated_at", "2018-10-11 16:41:17.501167"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.503064"], ["updated_at", "2018-10-11 16:41:17.503064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.505162"], ["updated_at", "2018-10-11 16:41:17.505162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.507046"], ["updated_at", "2018-10-11 16:41:17.507046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.508891"], ["updated_at", "2018-10-11 16:41:17.508891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.510839"], ["updated_at", "2018-10-11 16:41:17.510839"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.512524"], ["updated_at", "2018-10-11 16:41:17.512524"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.514799"], ["updated_at", "2018-10-11 16:41:17.514799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.517176"], ["updated_at", "2018-10-11 16:41:17.517176"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.518808"], ["updated_at", "2018-10-11 16:41:17.518808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.520518"], ["updated_at", "2018-10-11 16:41:17.520518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.522127"], ["updated_at", "2018-10-11 16:41:17.522127"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.523750"], ["updated_at", "2018-10-11 16:41:17.523750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.526519"], ["updated_at", "2018-10-11 16:41:17.526519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.528722"], ["updated_at", "2018-10-11 16:41:17.528722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.530345"], ["updated_at", "2018-10-11 16:41:17.530345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.532097"], ["updated_at", "2018-10-11 16:41:17.532097"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.533711"], ["updated_at", "2018-10-11 16:41:17.533711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.535321"], ["updated_at", "2018-10-11 16:41:17.535321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.538494"], ["updated_at", "2018-10-11 16:41:17.538494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.540173"], ["updated_at", "2018-10-11 16:41:17.540173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.541755"], ["updated_at", "2018-10-11 16:41:17.541755"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.543473"], ["updated_at", "2018-10-11 16:41:17.543473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.545328"], ["updated_at", "2018-10-11 16:41:17.545328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.546994"], ["updated_at", "2018-10-11 16:41:17.546994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.548549"], ["updated_at", "2018-10-11 16:41:17.548549"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.551022"], ["updated_at", "2018-10-11 16:41:17.551022"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.554921"], ["updated_at", "2018-10-11 16:41:17.554921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.557091"], ["updated_at", "2018-10-11 16:41:17.557091"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.558781"], ["updated_at", "2018-10-11 16:41:17.558781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.560507"], ["updated_at", "2018-10-11 16:41:17.560507"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.562225"], ["updated_at", "2018-10-11 16:41:17.562225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.563963"], ["updated_at", "2018-10-11 16:41:17.563963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.565528"], ["updated_at", "2018-10-11 16:41:17.565528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.567168"], ["updated_at", "2018-10-11 16:41:17.567168"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.568737"], ["updated_at", "2018-10-11 16:41:17.568737"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.571308"], ["updated_at", "2018-10-11 16:41:17.571308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.573529"], ["updated_at", "2018-10-11 16:41:17.573529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.575413"], ["updated_at", "2018-10-11 16:41:17.575413"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.577350"], ["updated_at", "2018-10-11 16:41:17.577350"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.579383"], ["updated_at", "2018-10-11 16:41:17.579383"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.582064"], ["updated_at", "2018-10-11 16:41:17.582064"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.584696"], ["updated_at", "2018-10-11 16:41:17.584696"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.587567"], ["updated_at", "2018-10-11 16:41:17.587567"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.590159"], ["updated_at", "2018-10-11 16:41:17.590159"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.592717"], ["updated_at", "2018-10-11 16:41:17.592717"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.595472"], ["updated_at", "2018-10-11 16:41:17.595472"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.597387"], ["updated_at", "2018-10-11 16:41:17.597387"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.599322"], ["updated_at", "2018-10-11 16:41:17.599322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.601216"], ["updated_at", "2018-10-11 16:41:17.601216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.602946"], ["updated_at", "2018-10-11 16:41:17.602946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.604594"], ["updated_at", "2018-10-11 16:41:17.604594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.607576"], ["updated_at", "2018-10-11 16:41:17.607576"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.609202"], ["updated_at", "2018-10-11 16:41:17.609202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.610937"], ["updated_at", "2018-10-11 16:41:17.610937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.612746"], ["updated_at", "2018-10-11 16:41:17.612746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.614344"], ["updated_at", "2018-10-11 16:41:17.614344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.615951"], ["updated_at", "2018-10-11 16:41:17.615951"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.619789"], ["updated_at", "2018-10-11 16:41:17.619789"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.623595"], ["updated_at", "2018-10-11 16:41:17.623595"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.627113"], ["updated_at", "2018-10-11 16:41:17.627113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.628980"], ["updated_at", "2018-10-11 16:41:17.628980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.630525"], ["updated_at", "2018-10-11 16:41:17.630525"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.632094"], ["updated_at", "2018-10-11 16:41:17.632094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.633704"], ["updated_at", "2018-10-11 16:41:17.633704"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.635337"], ["updated_at", "2018-10-11 16:41:17.635337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.637224"], ["updated_at", "2018-10-11 16:41:17.637224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.638837"], ["updated_at", "2018-10-11 16:41:17.638837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.640519"], ["updated_at", "2018-10-11 16:41:17.640519"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.642134"], ["updated_at", "2018-10-11 16:41:17.642134"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.643857"], ["updated_at", "2018-10-11 16:41:17.643857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.645569"], ["updated_at", "2018-10-11 16:41:17.645569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.647279"], ["updated_at", "2018-10-11 16:41:17.647279"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.648902"], ["updated_at", "2018-10-11 16:41:17.648902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.650578"], ["updated_at", "2018-10-11 16:41:17.650578"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.652136"], ["updated_at", "2018-10-11 16:41:17.652136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.653840"], ["updated_at", "2018-10-11 16:41:17.653840"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.655440"], ["updated_at", "2018-10-11 16:41:17.655440"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.657074"], ["updated_at", "2018-10-11 16:41:17.657074"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.659350"], ["updated_at", "2018-10-11 16:41:17.659350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.661512"], ["updated_at", "2018-10-11 16:41:17.661512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.663107"], ["updated_at", "2018-10-11 16:41:17.663107"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.664774"], ["updated_at", "2018-10-11 16:41:17.664774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.666316"], ["updated_at", "2018-10-11 16:41:17.666316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.667914"], ["updated_at", "2018-10-11 16:41:17.667914"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.671933"], ["updated_at", "2018-10-11 16:41:17.671933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.673537"], ["updated_at", "2018-10-11 16:41:17.673537"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.675142"], ["updated_at", "2018-10-11 16:41:17.675142"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.676848"], ["updated_at", "2018-10-11 16:41:17.676848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.678610"], ["updated_at", "2018-10-11 16:41:17.678610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.680185"], ["updated_at", "2018-10-11 16:41:17.680185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.681846"], ["updated_at", "2018-10-11 16:41:17.681846"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.684058"], ["updated_at", "2018-10-11 16:41:17.684058"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.688612"], ["updated_at", "2018-10-11 16:41:17.688612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.691036"], ["updated_at", "2018-10-11 16:41:17.691036"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.692768"], ["updated_at", "2018-10-11 16:41:17.692768"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.694777"], ["updated_at", "2018-10-11 16:41:17.694777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.696428"], ["updated_at", "2018-10-11 16:41:17.696428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.698027"], ["updated_at", "2018-10-11 16:41:17.698027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.699654"], ["updated_at", "2018-10-11 16:41:17.699654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.701192"], ["updated_at", "2018-10-11 16:41:17.701192"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.702869"], ["updated_at", "2018-10-11 16:41:17.702869"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.705614"], ["updated_at", "2018-10-11 16:41:17.705614"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.709028"], ["updated_at", "2018-10-11 16:41:17.709028"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.712809"], ["updated_at", "2018-10-11 16:41:17.712809"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.716207"], ["updated_at", "2018-10-11 16:41:17.716207"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.719510"], ["updated_at", "2018-10-11 16:41:17.719510"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.725757"], ["updated_at", "2018-10-11 16:41:17.725757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.728336"], ["updated_at", "2018-10-11 16:41:17.728336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.729935"], ["updated_at", "2018-10-11 16:41:17.729935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.731511"], ["updated_at", "2018-10-11 16:41:17.731511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.733062"], ["updated_at", "2018-10-11 16:41:17.733062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.734612"], ["updated_at", "2018-10-11 16:41:17.734612"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.736323"], ["updated_at", "2018-10-11 16:41:17.736323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.739006"], ["updated_at", "2018-10-11 16:41:17.739006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.740579"], ["updated_at", "2018-10-11 16:41:17.740579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.742196"], ["updated_at", "2018-10-11 16:41:17.742196"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.743847"], ["updated_at", "2018-10-11 16:41:17.743847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.745608"], ["updated_at", "2018-10-11 16:41:17.745608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.747258"], ["updated_at", "2018-10-11 16:41:17.747258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.748847"], ["updated_at", "2018-10-11 16:41:17.748847"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.751061"], ["updated_at", "2018-10-11 16:41:17.751061"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.755457"], ["updated_at", "2018-10-11 16:41:17.755457"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.758107"], ["updated_at", "2018-10-11 16:41:17.758107"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.760037"], ["updated_at", "2018-10-11 16:41:17.760037"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.762135"], ["updated_at", "2018-10-11 16:41:17.762135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.763906"], ["updated_at", "2018-10-11 16:41:17.763906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.765543"], ["updated_at", "2018-10-11 16:41:17.765543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.767205"], ["updated_at", "2018-10-11 16:41:17.767205"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.768865"], ["updated_at", "2018-10-11 16:41:17.768865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.770572"], ["updated_at", "2018-10-11 16:41:17.770572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.772241"], ["updated_at", "2018-10-11 16:41:17.772241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.773922"], ["updated_at", "2018-10-11 16:41:17.773922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.775716"], ["updated_at", "2018-10-11 16:41:17.775716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.777421"], ["updated_at", "2018-10-11 16:41:17.777421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.779077"], ["updated_at", "2018-10-11 16:41:17.779077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.780709"], ["updated_at", "2018-10-11 16:41:17.780709"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.782570"], ["updated_at", "2018-10-11 16:41:17.782570"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.784204"], ["updated_at", "2018-10-11 16:41:17.784204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.785883"], ["updated_at", "2018-10-11 16:41:17.785883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.787670"], ["updated_at", "2018-10-11 16:41:17.787670"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.789252"], ["updated_at", "2018-10-11 16:41:17.789252"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.793165"], ["updated_at", "2018-10-11 16:41:17.793165"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.795710"], ["updated_at", "2018-10-11 16:41:17.795710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.797264"], ["updated_at", "2018-10-11 16:41:17.797264"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.798892"], ["updated_at", "2018-10-11 16:41:17.798892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.800601"], ["updated_at", "2018-10-11 16:41:17.800601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.802183"], ["updated_at", "2018-10-11 16:41:17.802183"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.804049"], ["updated_at", "2018-10-11 16:41:17.804049"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.806748"], ["updated_at", "2018-10-11 16:41:17.806748"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.808522"], ["updated_at", "2018-10-11 16:41:17.808522"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.810334"], ["updated_at", "2018-10-11 16:41:17.810334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.812139"], ["updated_at", "2018-10-11 16:41:17.812139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.813717"], ["updated_at", "2018-10-11 16:41:17.813717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.815415"], ["updated_at", "2018-10-11 16:41:17.815415"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.817025"], ["updated_at", "2018-10-11 16:41:17.817025"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.820658"], ["updated_at", "2018-10-11 16:41:17.820658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.824116"], ["updated_at", "2018-10-11 16:41:17.824116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.825764"], ["updated_at", "2018-10-11 16:41:17.825764"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.827491"], ["updated_at", "2018-10-11 16:41:17.827491"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.830243"], ["updated_at", "2018-10-11 16:41:17.830243"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.832969"], ["updated_at", "2018-10-11 16:41:17.832969"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.836473"], ["updated_at", "2018-10-11 16:41:17.836473"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.839827"], ["updated_at", "2018-10-11 16:41:17.839827"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.843823"], ["updated_at", "2018-10-11 16:41:17.843823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.847587"], ["updated_at", "2018-10-11 16:41:17.847587"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.849545"], ["updated_at", "2018-10-11 16:41:17.849545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.851437"], ["updated_at", "2018-10-11 16:41:17.851437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.853235"], ["updated_at", "2018-10-11 16:41:17.853235"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.854891"], ["updated_at", "2018-10-11 16:41:17.854891"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.856511"], ["updated_at", "2018-10-11 16:41:17.856511"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.858768"], ["updated_at", "2018-10-11 16:41:17.858768"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.861489"], ["updated_at", "2018-10-11 16:41:17.861489"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.863182"], ["updated_at", "2018-10-11 16:41:17.863182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.864908"], ["updated_at", "2018-10-11 16:41:17.864908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.866422"], ["updated_at", "2018-10-11 16:41:17.866422"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.868049"], ["updated_at", "2018-10-11 16:41:17.868049"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.870111"], ["updated_at", "2018-10-11 16:41:17.870111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.873099"], ["updated_at", "2018-10-11 16:41:17.873099"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.874796"], ["updated_at", "2018-10-11 16:41:17.874796"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.876668"], ["updated_at", "2018-10-11 16:41:17.876668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.878696"], ["updated_at", "2018-10-11 16:41:17.878696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.880278"], ["updated_at", "2018-10-11 16:41:17.880278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.881926"], ["updated_at", "2018-10-11 16:41:17.881926"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.883503"], ["updated_at", "2018-10-11 16:41:17.883503"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.886471"], ["updated_at", "2018-10-11 16:41:17.886471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.890794"], ["updated_at", "2018-10-11 16:41:17.890794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.892562"], ["updated_at", "2018-10-11 16:41:17.892562"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.894253"], ["updated_at", "2018-10-11 16:41:17.894253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.896374"], ["updated_at", "2018-10-11 16:41:17.896374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.898233"], ["updated_at", "2018-10-11 16:41:17.898233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.899876"], ["updated_at", "2018-10-11 16:41:17.899876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.901600"], ["updated_at", "2018-10-11 16:41:17.901600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.903316"], ["updated_at", "2018-10-11 16:41:17.903316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.905035"], ["updated_at", "2018-10-11 16:41:17.905035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.906855"], ["updated_at", "2018-10-11 16:41:17.906855"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.908892"], ["updated_at", "2018-10-11 16:41:17.908892"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.911115"], ["updated_at", "2018-10-11 16:41:17.911115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.914905"], ["updated_at", "2018-10-11 16:41:17.914905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.916743"], ["updated_at", "2018-10-11 16:41:17.916743"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.918305"], ["updated_at", "2018-10-11 16:41:17.918305"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.920015"], ["updated_at", "2018-10-11 16:41:17.920015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.921884"], ["updated_at", "2018-10-11 16:41:17.921884"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.923593"], ["updated_at", "2018-10-11 16:41:17.923593"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.925976"], ["updated_at", "2018-10-11 16:41:17.925976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.928046"], ["updated_at", "2018-10-11 16:41:17.928046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.929635"], ["updated_at", "2018-10-11 16:41:17.929635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.931416"], ["updated_at", "2018-10-11 16:41:17.931416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.933091"], ["updated_at", "2018-10-11 16:41:17.933091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.934678"], ["updated_at", "2018-10-11 16:41:17.934678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.938383"], ["updated_at", "2018-10-11 16:41:17.938383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.939993"], ["updated_at", "2018-10-11 16:41:17.939993"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.941540"], ["updated_at", "2018-10-11 16:41:17.941540"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.943225"], ["updated_at", "2018-10-11 16:41:17.943225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.945078"], ["updated_at", "2018-10-11 16:41:17.945078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.946715"], ["updated_at", "2018-10-11 16:41:17.946715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.948386"], ["updated_at", "2018-10-11 16:41:17.948386"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.949956"], ["updated_at", "2018-10-11 16:41:17.949956"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.954935"], ["updated_at", "2018-10-11 16:41:17.954935"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.959702"], ["updated_at", "2018-10-11 16:41:17.959702"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.963218"], ["updated_at", "2018-10-11 16:41:17.963218"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.966492"], ["updated_at", "2018-10-11 16:41:17.966492"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.970058"], ["updated_at", "2018-10-11 16:41:17.970058"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.973078"], ["updated_at", "2018-10-11 16:41:17.973078"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.974812"], ["updated_at", "2018-10-11 16:41:17.974812"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.976499"], ["updated_at", "2018-10-11 16:41:17.976499"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.978186"], ["updated_at", "2018-10-11 16:41:17.978186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.979925"], ["updated_at", "2018-10-11 16:41:17.979925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.981542"], ["updated_at", "2018-10-11 16:41:17.981542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.983140"], ["updated_at", "2018-10-11 16:41:17.983140"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.984936"], ["updated_at", "2018-10-11 16:41:17.984936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.986620"], ["updated_at", "2018-10-11 16:41:17.986620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.988251"], ["updated_at", "2018-10-11 16:41:17.988251"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.989832"], ["updated_at", "2018-10-11 16:41:17.989832"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.991786"], ["updated_at", "2018-10-11 16:41:17.991786"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.994400"], ["updated_at", "2018-10-11 16:41:17.994400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.996665"], ["updated_at", "2018-10-11 16:41:17.996665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.998259"], ["updated_at", "2018-10-11 16:41:17.998259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:17.999775"], ["updated_at", "2018-10-11 16:41:17.999775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.001320"], ["updated_at", "2018-10-11 16:41:18.001320"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.002931"], ["updated_at", "2018-10-11 16:41:18.002931"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.006338"], ["updated_at", "2018-10-11 16:41:18.006338"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.008078"], ["updated_at", "2018-10-11 16:41:18.008078"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.009797"], ["updated_at", "2018-10-11 16:41:18.009797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.011553"], ["updated_at", "2018-10-11 16:41:18.011553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.013146"], ["updated_at", "2018-10-11 16:41:18.013146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.014821"], ["updated_at", "2018-10-11 16:41:18.014821"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.016398"], ["updated_at", "2018-10-11 16:41:18.016398"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.018932"], ["updated_at", "2018-10-11 16:41:18.018932"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.022932"], ["updated_at", "2018-10-11 16:41:18.022932"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.025057"], ["updated_at", "2018-10-11 16:41:18.025057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.026820"], ["updated_at", "2018-10-11 16:41:18.026820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.028514"], ["updated_at", "2018-10-11 16:41:18.028514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.030203"], ["updated_at", "2018-10-11 16:41:18.030203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.031805"], ["updated_at", "2018-10-11 16:41:18.031805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.033370"], ["updated_at", "2018-10-11 16:41:18.033370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.034946"], ["updated_at", "2018-10-11 16:41:18.034946"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.036638"], ["updated_at", "2018-10-11 16:41:18.036638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.038329"], ["updated_at", "2018-10-11 16:41:18.038329"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.039920"], ["updated_at", "2018-10-11 16:41:18.039920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.041543"], ["updated_at", "2018-10-11 16:41:18.041543"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.043211"], ["updated_at", "2018-10-11 16:41:18.043211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.044912"], ["updated_at", "2018-10-11 16:41:18.044912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.046585"], ["updated_at", "2018-10-11 16:41:18.046585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.048182"], ["updated_at", "2018-10-11 16:41:18.048182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.049863"], ["updated_at", "2018-10-11 16:41:18.049863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.051475"], ["updated_at", "2018-10-11 16:41:18.051475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.053394"], ["updated_at", "2018-10-11 16:41:18.053394"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.055153"], ["updated_at", "2018-10-11 16:41:18.055153"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.056946"], ["updated_at", "2018-10-11 16:41:18.056946"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.059696"], ["updated_at", "2018-10-11 16:41:18.059696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.061980"], ["updated_at", "2018-10-11 16:41:18.061980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.063601"], ["updated_at", "2018-10-11 16:41:18.063601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.065165"], ["updated_at", "2018-10-11 16:41:18.065165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.066740"], ["updated_at", "2018-10-11 16:41:18.066740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.068274"], ["updated_at", "2018-10-11 16:41:18.068274"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.071441"], ["updated_at", "2018-10-11 16:41:18.071441"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.073594"], ["updated_at", "2018-10-11 16:41:18.073594"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.077127"], ["updated_at", "2018-10-11 16:41:18.077127"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.080733"], ["updated_at", "2018-10-11 16:41:18.080733"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.083885"], ["updated_at", "2018-10-11 16:41:18.083885"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.089774"], ["updated_at", "2018-10-11 16:41:18.089774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.093519"], ["updated_at", "2018-10-11 16:41:18.093519"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.095424"], ["updated_at", "2018-10-11 16:41:18.095424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.097169"], ["updated_at", "2018-10-11 16:41:18.097169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.098724"], ["updated_at", "2018-10-11 16:41:18.098724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.100305"], ["updated_at", "2018-10-11 16:41:18.100305"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.101934"], ["updated_at", "2018-10-11 16:41:18.101934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.103623"], ["updated_at", "2018-10-11 16:41:18.103623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.105326"], ["updated_at", "2018-10-11 16:41:18.105326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.106978"], ["updated_at", "2018-10-11 16:41:18.106978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.108510"], ["updated_at", "2018-10-11 16:41:18.108510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.110112"], ["updated_at", "2018-10-11 16:41:18.110112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.111737"], ["updated_at", "2018-10-11 16:41:18.111737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.113321"], ["updated_at", "2018-10-11 16:41:18.113321"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.114881"], ["updated_at", "2018-10-11 16:41:18.114881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.117053"], ["updated_at", "2018-10-11 16:41:18.117053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.118677"], ["updated_at", "2018-10-11 16:41:18.118677"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.120287"], ["updated_at", "2018-10-11 16:41:18.120287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.121922"], ["updated_at", "2018-10-11 16:41:18.121922"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.123920"], ["updated_at", "2018-10-11 16:41:18.123920"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.126618"], ["updated_at", "2018-10-11 16:41:18.126618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.128623"], ["updated_at", "2018-10-11 16:41:18.128623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.130176"], ["updated_at", "2018-10-11 16:41:18.130176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.131739"], ["updated_at", "2018-10-11 16:41:18.131739"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.133297"], ["updated_at", "2018-10-11 16:41:18.133297"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.135023"], ["updated_at", "2018-10-11 16:41:18.135023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.138259"], ["updated_at", "2018-10-11 16:41:18.138259"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.139952"], ["updated_at", "2018-10-11 16:41:18.139952"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.141592"], ["updated_at", "2018-10-11 16:41:18.141592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.143269"], ["updated_at", "2018-10-11 16:41:18.143269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.144887"], ["updated_at", "2018-10-11 16:41:18.144887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.146496"], ["updated_at", "2018-10-11 16:41:18.146496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.148202"], ["updated_at", "2018-10-11 16:41:18.148202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.149802"], ["updated_at", "2018-10-11 16:41:18.149802"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.152541"], ["updated_at", "2018-10-11 16:41:18.152541"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.156954"], ["updated_at", "2018-10-11 16:41:18.156954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.158918"], ["updated_at", "2018-10-11 16:41:18.158918"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.160552"], ["updated_at", "2018-10-11 16:41:18.160552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.162196"], ["updated_at", "2018-10-11 16:41:18.162196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.163825"], ["updated_at", "2018-10-11 16:41:18.163825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.165482"], ["updated_at", "2018-10-11 16:41:18.165482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.167067"], ["updated_at", "2018-10-11 16:41:18.167067"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.168754"], ["updated_at", "2018-10-11 16:41:18.168754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.170499"], ["updated_at", "2018-10-11 16:41:18.170499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.172102"], ["updated_at", "2018-10-11 16:41:18.172102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.173695"], ["updated_at", "2018-10-11 16:41:18.173695"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.175251"], ["updated_at", "2018-10-11 16:41:18.175251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.177052"], ["updated_at", "2018-10-11 16:41:18.177052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.178823"], ["updated_at", "2018-10-11 16:41:18.178823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.180378"], ["updated_at", "2018-10-11 16:41:18.180378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.182014"], ["updated_at", "2018-10-11 16:41:18.182014"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.183615"], ["updated_at", "2018-10-11 16:41:18.183615"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.185492"], ["updated_at", "2018-10-11 16:41:18.185492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.187314"], ["updated_at", "2018-10-11 16:41:18.187314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.188997"], ["updated_at", "2018-10-11 16:41:18.188997"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.190740"], ["updated_at", "2018-10-11 16:41:18.190740"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.193306"], ["updated_at", "2018-10-11 16:41:18.193306"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.195266"], ["updated_at", "2018-10-11 16:41:18.195266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.197156"], ["updated_at", "2018-10-11 16:41:18.197156"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.198730"], ["updated_at", "2018-10-11 16:41:18.198730"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.200634"], ["updated_at", "2018-10-11 16:41:18.200634"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.202677"], ["updated_at", "2018-10-11 16:41:18.202677"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.208213"], ["updated_at", "2018-10-11 16:41:18.208213"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.212109"], ["updated_at", "2018-10-11 16:41:18.212109"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.215603"], ["updated_at", "2018-10-11 16:41:18.215603"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.219611"], ["updated_at", "2018-10-11 16:41:18.219611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.223791"], ["updated_at", "2018-10-11 16:41:18.223791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.225536"], ["updated_at", "2018-10-11 16:41:18.225536"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.227195"], ["updated_at", "2018-10-11 16:41:18.227195"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.229120"], ["updated_at", "2018-10-11 16:41:18.229120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.230826"], ["updated_at", "2018-10-11 16:41:18.230826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.232510"], ["updated_at", "2018-10-11 16:41:18.232510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.234127"], ["updated_at", "2018-10-11 16:41:18.234127"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.235759"], ["updated_at", "2018-10-11 16:41:18.235759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.238716"], ["updated_at", "2018-10-11 16:41:18.238716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.240395"], ["updated_at", "2018-10-11 16:41:18.240395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.242008"], ["updated_at", "2018-10-11 16:41:18.242008"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.243706"], ["updated_at", "2018-10-11 16:41:18.243706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.245505"], ["updated_at", "2018-10-11 16:41:18.245505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.247341"], ["updated_at", "2018-10-11 16:41:18.247341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.249035"], ["updated_at", "2018-10-11 16:41:18.249035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.250584"], ["updated_at", "2018-10-11 16:41:18.250584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.252287"], ["updated_at", "2018-10-11 16:41:18.252287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.254016"], ["updated_at", "2018-10-11 16:41:18.254016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.255661"], ["updated_at", "2018-10-11 16:41:18.255661"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.257304"], ["updated_at", "2018-10-11 16:41:18.257304"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.260101"], ["updated_at", "2018-10-11 16:41:18.260101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.262174"], ["updated_at", "2018-10-11 16:41:18.262174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.263837"], ["updated_at", "2018-10-11 16:41:18.263837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.265460"], ["updated_at", "2018-10-11 16:41:18.265460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.267111"], ["updated_at", "2018-10-11 16:41:18.267111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.268703"], ["updated_at", "2018-10-11 16:41:18.268703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.271745"], ["updated_at", "2018-10-11 16:41:18.271745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.273404"], ["updated_at", "2018-10-11 16:41:18.273404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.275058"], ["updated_at", "2018-10-11 16:41:18.275058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.276827"], ["updated_at", "2018-10-11 16:41:18.276827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.278512"], ["updated_at", "2018-10-11 16:41:18.278512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.280139"], ["updated_at", "2018-10-11 16:41:18.280139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.281725"], ["updated_at", "2018-10-11 16:41:18.281725"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.283293"], ["updated_at", "2018-10-11 16:41:18.283293"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.286820"], ["updated_at", "2018-10-11 16:41:18.286820"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.290537"], ["updated_at", "2018-10-11 16:41:18.290537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.292219"], ["updated_at", "2018-10-11 16:41:18.292219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.293944"], ["updated_at", "2018-10-11 16:41:18.293944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.295624"], ["updated_at", "2018-10-11 16:41:18.295624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.297273"], ["updated_at", "2018-10-11 16:41:18.297273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.298903"], ["updated_at", "2018-10-11 16:41:18.298903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.300546"], ["updated_at", "2018-10-11 16:41:18.300546"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.302399"], ["updated_at", "2018-10-11 16:41:18.302399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.304247"], ["updated_at", "2018-10-11 16:41:18.304247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.305919"], ["updated_at", "2018-10-11 16:41:18.305919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.307508"], ["updated_at", "2018-10-11 16:41:18.307508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.309153"], ["updated_at", "2018-10-11 16:41:18.309153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.310881"], ["updated_at", "2018-10-11 16:41:18.310881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.312487"], ["updated_at", "2018-10-11 16:41:18.312487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.314094"], ["updated_at", "2018-10-11 16:41:18.314094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.315678"], ["updated_at", "2018-10-11 16:41:18.315678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.317253"], ["updated_at", "2018-10-11 16:41:18.317253"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.319074"], ["updated_at", "2018-10-11 16:41:18.319074"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.321813"], ["updated_at", "2018-10-11 16:41:18.321813"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.324327"], ["updated_at", "2018-10-11 16:41:18.324327"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.327402"], ["updated_at", "2018-10-11 16:41:18.327402"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.329533"], ["updated_at", "2018-10-11 16:41:18.329533"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.331505"], ["updated_at", "2018-10-11 16:41:18.331505"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.333402"], ["updated_at", "2018-10-11 16:41:18.333402"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.335387"], ["updated_at", "2018-10-11 16:41:18.335387"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.337440"], ["updated_at", "2018-10-11 16:41:18.337440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.342586"], ["updated_at", "2018-10-11 16:41:18.342586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.344268"], ["updated_at", "2018-10-11 16:41:18.344268"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.345973"], ["updated_at", "2018-10-11 16:41:18.345973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.347730"], ["updated_at", "2018-10-11 16:41:18.347730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.349390"], ["updated_at", "2018-10-11 16:41:18.349390"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.351033"], ["updated_at", "2018-10-11 16:41:18.351033"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.354385"], ["updated_at", "2018-10-11 16:41:18.354385"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.357946"], ["updated_at", "2018-10-11 16:41:18.357946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.359669"], ["updated_at", "2018-10-11 16:41:18.359669"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.361444"], ["updated_at", "2018-10-11 16:41:18.361444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.363156"], ["updated_at", "2018-10-11 16:41:18.363156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.364761"], ["updated_at", "2018-10-11 16:41:18.364761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.366426"], ["updated_at", "2018-10-11 16:41:18.366426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.368090"], ["updated_at", "2018-10-11 16:41:18.368090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.369812"], ["updated_at", "2018-10-11 16:41:18.369812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.371519"], ["updated_at", "2018-10-11 16:41:18.371519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.373061"], ["updated_at", "2018-10-11 16:41:18.373061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.374688"], ["updated_at", "2018-10-11 16:41:18.374688"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.376305"], ["updated_at", "2018-10-11 16:41:18.376305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.378058"], ["updated_at", "2018-10-11 16:41:18.378058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.379705"], ["updated_at", "2018-10-11 16:41:18.379705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.381390"], ["updated_at", "2018-10-11 16:41:18.381390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.383009"], ["updated_at", "2018-10-11 16:41:18.383009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.384567"], ["updated_at", "2018-10-11 16:41:18.384567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.386224"], ["updated_at", "2018-10-11 16:41:18.386224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.387901"], ["updated_at", "2018-10-11 16:41:18.387901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.389530"], ["updated_at", "2018-10-11 16:41:18.389530"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.391316"], ["updated_at", "2018-10-11 16:41:18.391316"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.394145"], ["updated_at", "2018-10-11 16:41:18.394145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.396432"], ["updated_at", "2018-10-11 16:41:18.396432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.398091"], ["updated_at", "2018-10-11 16:41:18.398091"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.399725"], ["updated_at", "2018-10-11 16:41:18.399725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.401334"], ["updated_at", "2018-10-11 16:41:18.401334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.403028"], ["updated_at", "2018-10-11 16:41:18.403028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.406092"], ["updated_at", "2018-10-11 16:41:18.406092"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.407640"], ["updated_at", "2018-10-11 16:41:18.407640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.409481"], ["updated_at", "2018-10-11 16:41:18.409481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.411212"], ["updated_at", "2018-10-11 16:41:18.411212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.412880"], ["updated_at", "2018-10-11 16:41:18.412880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.414431"], ["updated_at", "2018-10-11 16:41:18.414431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.416035"], ["updated_at", "2018-10-11 16:41:18.416035"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.418808"], ["updated_at", "2018-10-11 16:41:18.418808"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.423177"], ["updated_at", "2018-10-11 16:41:18.423177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.424959"], ["updated_at", "2018-10-11 16:41:18.424959"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.426644"], ["updated_at", "2018-10-11 16:41:18.426644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.428401"], ["updated_at", "2018-10-11 16:41:18.428401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.430008"], ["updated_at", "2018-10-11 16:41:18.430008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.431620"], ["updated_at", "2018-10-11 16:41:18.431620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.433244"], ["updated_at", "2018-10-11 16:41:18.433244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.434836"], ["updated_at", "2018-10-11 16:41:18.434836"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.436588"], ["updated_at", "2018-10-11 16:41:18.436588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.438344"], ["updated_at", "2018-10-11 16:41:18.438344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.439865"], ["updated_at", "2018-10-11 16:41:18.439865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.441494"], ["updated_at", "2018-10-11 16:41:18.441494"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.443309"], ["updated_at", "2018-10-11 16:41:18.443309"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.446098"], ["updated_at", "2018-10-11 16:41:18.446098"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.448375"], ["updated_at", "2018-10-11 16:41:18.448375"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.450907"], ["updated_at", "2018-10-11 16:41:18.450907"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.453688"], ["updated_at", "2018-10-11 16:41:18.453688"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.456373"], ["updated_at", "2018-10-11 16:41:18.456373"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.458946"], ["updated_at", "2018-10-11 16:41:18.458946"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.461934"], ["updated_at", "2018-10-11 16:41:18.461934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.463882"], ["updated_at", "2018-10-11 16:41:18.463882"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.465513"], ["updated_at", "2018-10-11 16:41:18.465513"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.467122"], ["updated_at", "2018-10-11 16:41:18.467122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.468705"], ["updated_at", "2018-10-11 16:41:18.468705"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.470357"], ["updated_at", "2018-10-11 16:41:18.470357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.473376"], ["updated_at", "2018-10-11 16:41:18.473376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.475027"], ["updated_at", "2018-10-11 16:41:18.475027"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.476743"], ["updated_at", "2018-10-11 16:41:18.476743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.478474"], ["updated_at", "2018-10-11 16:41:18.478474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.480175"], ["updated_at", "2018-10-11 16:41:18.480175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.481786"], ["updated_at", "2018-10-11 16:41:18.481786"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.483412"], ["updated_at", "2018-10-11 16:41:18.483412"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.485814"], ["updated_at", "2018-10-11 16:41:18.485814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.489899"], ["updated_at", "2018-10-11 16:41:18.489899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.492323"], ["updated_at", "2018-10-11 16:41:18.492323"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.494075"], ["updated_at", "2018-10-11 16:41:18.494075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.495899"], ["updated_at", "2018-10-11 16:41:18.495899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.497474"], ["updated_at", "2018-10-11 16:41:18.497474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.499136"], ["updated_at", "2018-10-11 16:41:18.499136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.500699"], ["updated_at", "2018-10-11 16:41:18.500699"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.502354"], ["updated_at", "2018-10-11 16:41:18.502354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.504169"], ["updated_at", "2018-10-11 16:41:18.504169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.505833"], ["updated_at", "2018-10-11 16:41:18.505833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.507405"], ["updated_at", "2018-10-11 16:41:18.507405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.509062"], ["updated_at", "2018-10-11 16:41:18.509062"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.510692"], ["updated_at", "2018-10-11 16:41:18.510692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.512419"], ["updated_at", "2018-10-11 16:41:18.512419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.514141"], ["updated_at", "2018-10-11 16:41:18.514141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.515698"], ["updated_at", "2018-10-11 16:41:18.515698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.517308"], ["updated_at", "2018-10-11 16:41:18.517308"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.518861"], ["updated_at", "2018-10-11 16:41:18.518861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.520585"], ["updated_at", "2018-10-11 16:41:18.520585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.522191"], ["updated_at", "2018-10-11 16:41:18.522191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.523776"], ["updated_at", "2018-10-11 16:41:18.523776"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.526084"], ["updated_at", "2018-10-11 16:41:18.526084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.528710"], ["updated_at", "2018-10-11 16:41:18.528710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.530395"], ["updated_at", "2018-10-11 16:41:18.530395"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.532029"], ["updated_at", "2018-10-11 16:41:18.532029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.533588"], ["updated_at", "2018-10-11 16:41:18.533588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.535057"], ["updated_at", "2018-10-11 16:41:18.535057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.536818"], ["updated_at", "2018-10-11 16:41:18.536818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.539770"], ["updated_at", "2018-10-11 16:41:18.539770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.541373"], ["updated_at", "2018-10-11 16:41:18.541373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.542976"], ["updated_at", "2018-10-11 16:41:18.542976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.544686"], ["updated_at", "2018-10-11 16:41:18.544686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.546337"], ["updated_at", "2018-10-11 16:41:18.546337"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.547883"], ["updated_at", "2018-10-11 16:41:18.547883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.549516"], ["updated_at", "2018-10-11 16:41:18.549516"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.552076"], ["updated_at", "2018-10-11 16:41:18.552076"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.556306"], ["updated_at", "2018-10-11 16:41:18.556306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.558318"], ["updated_at", "2018-10-11 16:41:18.558318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.559967"], ["updated_at", "2018-10-11 16:41:18.559967"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.561614"], ["updated_at", "2018-10-11 16:41:18.561614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.563316"], ["updated_at", "2018-10-11 16:41:18.563316"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.565041"], ["updated_at", "2018-10-11 16:41:18.565041"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.567704"], ["updated_at", "2018-10-11 16:41:18.567704"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.570446"], ["updated_at", "2018-10-11 16:41:18.570446"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.573185"], ["updated_at", "2018-10-11 16:41:18.573185"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.575916"], ["updated_at", "2018-10-11 16:41:18.575916"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.578767"], ["updated_at", "2018-10-11 16:41:18.578767"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.581466"], ["updated_at", "2018-10-11 16:41:18.581466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.584064"], ["updated_at", "2018-10-11 16:41:18.584064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.585858"], ["updated_at", "2018-10-11 16:41:18.585858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.587668"], ["updated_at", "2018-10-11 16:41:18.587668"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.589291"], ["updated_at", "2018-10-11 16:41:18.589291"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.591368"], ["updated_at", "2018-10-11 16:41:18.591368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.594879"], ["updated_at", "2018-10-11 16:41:18.594879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.597305"], ["updated_at", "2018-10-11 16:41:18.597305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.598973"], ["updated_at", "2018-10-11 16:41:18.598973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.600657"], ["updated_at", "2018-10-11 16:41:18.600657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.602242"], ["updated_at", "2018-10-11 16:41:18.602242"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.603850"], ["updated_at", "2018-10-11 16:41:18.603850"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.607109"], ["updated_at", "2018-10-11 16:41:18.607109"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.608865"], ["updated_at", "2018-10-11 16:41:18.608865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.610611"], ["updated_at", "2018-10-11 16:41:18.610611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.612366"], ["updated_at", "2018-10-11 16:41:18.612366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.614026"], ["updated_at", "2018-10-11 16:41:18.614026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.615600"], ["updated_at", "2018-10-11 16:41:18.615600"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.617295"], ["updated_at", "2018-10-11 16:41:18.617295"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.620569"], ["updated_at", "2018-10-11 16:41:18.620569"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.624376"], ["updated_at", "2018-10-11 16:41:18.624376"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.626214"], ["updated_at", "2018-10-11 16:41:18.626214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.628123"], ["updated_at", "2018-10-11 16:41:18.628123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.629774"], ["updated_at", "2018-10-11 16:41:18.629774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.631375"], ["updated_at", "2018-10-11 16:41:18.631375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.633010"], ["updated_at", "2018-10-11 16:41:18.633010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.634600"], ["updated_at", "2018-10-11 16:41:18.634600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.636266"], ["updated_at", "2018-10-11 16:41:18.636266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.638037"], ["updated_at", "2018-10-11 16:41:18.638037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.639792"], ["updated_at", "2018-10-11 16:41:18.639792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.641422"], ["updated_at", "2018-10-11 16:41:18.641422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.643116"], ["updated_at", "2018-10-11 16:41:18.643116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.644895"], ["updated_at", "2018-10-11 16:41:18.644895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.646526"], ["updated_at", "2018-10-11 16:41:18.646526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.648156"], ["updated_at", "2018-10-11 16:41:18.648156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.649691"], ["updated_at", "2018-10-11 16:41:18.649691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.651332"], ["updated_at", "2018-10-11 16:41:18.651332"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.653037"], ["updated_at", "2018-10-11 16:41:18.653037"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.654945"], ["updated_at", "2018-10-11 16:41:18.654945"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.658419"], ["updated_at", "2018-10-11 16:41:18.658419"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.661210"], ["updated_at", "2018-10-11 16:41:18.661210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.663233"], ["updated_at", "2018-10-11 16:41:18.663233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.664905"], ["updated_at", "2018-10-11 16:41:18.664905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.666491"], ["updated_at", "2018-10-11 16:41:18.666491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.668051"], ["updated_at", "2018-10-11 16:41:18.668051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.669855"], ["updated_at", "2018-10-11 16:41:18.669855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.672903"], ["updated_at", "2018-10-11 16:41:18.672903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.674562"], ["updated_at", "2018-10-11 16:41:18.674562"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.676287"], ["updated_at", "2018-10-11 16:41:18.676287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.678068"], ["updated_at", "2018-10-11 16:41:18.678068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.679767"], ["updated_at", "2018-10-11 16:41:18.679767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.681355"], ["updated_at", "2018-10-11 16:41:18.681355"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.682923"], ["updated_at", "2018-10-11 16:41:18.682923"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.685407"], ["updated_at", "2018-10-11 16:41:18.685407"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.689674"], ["updated_at", "2018-10-11 16:41:18.689674"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.692944"], ["updated_at", "2018-10-11 16:41:18.692944"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.695802"], ["updated_at", "2018-10-11 16:41:18.695802"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.698295"], ["updated_at", "2018-10-11 16:41:18.698295"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.702022"], ["updated_at", "2018-10-11 16:41:18.702022"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.704802"], ["updated_at", "2018-10-11 16:41:18.704802"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.707408"], ["updated_at", "2018-10-11 16:41:18.707408"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.709793"], ["updated_at", "2018-10-11 16:41:18.709793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.711523"], ["updated_at", "2018-10-11 16:41:18.711523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.713161"], ["updated_at", "2018-10-11 16:41:18.713161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.714808"], ["updated_at", "2018-10-11 16:41:18.714808"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.716360"], ["updated_at", "2018-10-11 16:41:18.716360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.718034"], ["updated_at", "2018-10-11 16:41:18.718034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.719634"], ["updated_at", "2018-10-11 16:41:18.719634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.721361"], ["updated_at", "2018-10-11 16:41:18.721361"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.722996"], ["updated_at", "2018-10-11 16:41:18.722996"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.724948"], ["updated_at", "2018-10-11 16:41:18.724948"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.729141"], ["updated_at", "2018-10-11 16:41:18.729141"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.731778"], ["updated_at", "2018-10-11 16:41:18.731778"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.734907"], ["updated_at", "2018-10-11 16:41:18.734907"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.737695"], ["updated_at", "2018-10-11 16:41:18.737695"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.740093"], ["updated_at", "2018-10-11 16:41:18.740093"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.742162"], ["updated_at", "2018-10-11 16:41:18.742162"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.748314"], ["updated_at", "2018-10-11 16:41:18.748314"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.750694"], ["updated_at", "2018-10-11 16:41:18.750694"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.756262"], ["updated_at", "2018-10-11 16:41:18.756262"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.759749"], ["updated_at", "2018-10-11 16:41:18.759749"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.762640"], ["updated_at", "2018-10-11 16:41:18.762640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.764966"], ["updated_at", "2018-10-11 16:41:18.764966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.766819"], ["updated_at", "2018-10-11 16:41:18.766819"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.768944"], ["updated_at", "2018-10-11 16:41:18.768944"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.771586"], ["updated_at", "2018-10-11 16:41:18.771586"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.773693"], ["updated_at", "2018-10-11 16:41:18.773693"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.775670"], ["updated_at", "2018-10-11 16:41:18.775670"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.778071"], ["updated_at", "2018-10-11 16:41:18.778071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.780008"], ["updated_at", "2018-10-11 16:41:18.780008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.781866"], ["updated_at", "2018-10-11 16:41:18.781866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.783654"], ["updated_at", "2018-10-11 16:41:18.783654"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.785867"], ["updated_at", "2018-10-11 16:41:18.785867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.787968"], ["updated_at", "2018-10-11 16:41:18.787968"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.789927"], ["updated_at", "2018-10-11 16:41:18.789927"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.792107"], ["updated_at", "2018-10-11 16:41:18.792107"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.795792"], ["updated_at", "2018-10-11 16:41:18.795792"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.797734"], ["updated_at", "2018-10-11 16:41:18.797734"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.799854"], ["updated_at", "2018-10-11 16:41:18.799854"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.802160"], ["updated_at", "2018-10-11 16:41:18.802160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.804265"], ["updated_at", "2018-10-11 16:41:18.804265"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.806521"], ["updated_at", "2018-10-11 16:41:18.806521"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.810011"], ["updated_at", "2018-10-11 16:41:18.810011"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.812357"], ["updated_at", "2018-10-11 16:41:18.812357"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.814529"], ["updated_at", "2018-10-11 16:41:18.814529"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.816984"], ["updated_at", "2018-10-11 16:41:18.816984"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.821808"], ["updated_at", "2018-10-11 16:41:18.821808"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.825707"], ["updated_at", "2018-10-11 16:41:18.825707"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.828225"], ["updated_at", "2018-10-11 16:41:18.828225"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.830940"], ["updated_at", "2018-10-11 16:41:18.830940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.833751"], ["updated_at", "2018-10-11 16:41:18.833751"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.835357"], ["updated_at", "2018-10-11 16:41:18.835357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.837023"], ["updated_at", "2018-10-11 16:41:18.837023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.838703"], ["updated_at", "2018-10-11 16:41:18.838703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.840216"], ["updated_at", "2018-10-11 16:41:18.840216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.841890"], ["updated_at", "2018-10-11 16:41:18.841890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.843512"], ["updated_at", "2018-10-11 16:41:18.843512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.845429"], ["updated_at", "2018-10-11 16:41:18.845429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.847066"], ["updated_at", "2018-10-11 16:41:18.847066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.848683"], ["updated_at", "2018-10-11 16:41:18.848683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.850305"], ["updated_at", "2018-10-11 16:41:18.850305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.851893"], ["updated_at", "2018-10-11 16:41:18.851893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.853653"], ["updated_at", "2018-10-11 16:41:18.853653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.855334"], ["updated_at", "2018-10-11 16:41:18.855334"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.857015"], ["updated_at", "2018-10-11 16:41:18.857015"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.859606"], ["updated_at", "2018-10-11 16:41:18.859606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.862295"], ["updated_at", "2018-10-11 16:41:18.862295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.864023"], ["updated_at", "2018-10-11 16:41:18.864023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.865740"], ["updated_at", "2018-10-11 16:41:18.865740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.867373"], ["updated_at", "2018-10-11 16:41:18.867373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.868974"], ["updated_at", "2018-10-11 16:41:18.868974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.872173"], ["updated_at", "2018-10-11 16:41:18.872173"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.874156"], ["updated_at", "2018-10-11 16:41:18.874156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.876003"], ["updated_at", "2018-10-11 16:41:18.876003"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.877825"], ["updated_at", "2018-10-11 16:41:18.877825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.879776"], ["updated_at", "2018-10-11 16:41:18.879776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.881456"], ["updated_at", "2018-10-11 16:41:18.881456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.883110"], ["updated_at", "2018-10-11 16:41:18.883110"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.885395"], ["updated_at", "2018-10-11 16:41:18.885395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.889670"], ["updated_at", "2018-10-11 16:41:18.889670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.892225"], ["updated_at", "2018-10-11 16:41:18.892225"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.893915"], ["updated_at", "2018-10-11 16:41:18.893915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.895960"], ["updated_at", "2018-10-11 16:41:18.895960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.897584"], ["updated_at", "2018-10-11 16:41:18.897584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.899178"], ["updated_at", "2018-10-11 16:41:18.899178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.900735"], ["updated_at", "2018-10-11 16:41:18.900735"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.902433"], ["updated_at", "2018-10-11 16:41:18.902433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.904286"], ["updated_at", "2018-10-11 16:41:18.904286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.905915"], ["updated_at", "2018-10-11 16:41:18.905915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.907542"], ["updated_at", "2018-10-11 16:41:18.907542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.909192"], ["updated_at", "2018-10-11 16:41:18.909192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.910857"], ["updated_at", "2018-10-11 16:41:18.910857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.912462"], ["updated_at", "2018-10-11 16:41:18.912462"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.914062"], ["updated_at", "2018-10-11 16:41:18.914062"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.916029"], ["updated_at", "2018-10-11 16:41:18.916029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.917620"], ["updated_at", "2018-10-11 16:41:18.917620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.919250"], ["updated_at", "2018-10-11 16:41:18.919250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.920898"], ["updated_at", "2018-10-11 16:41:18.920898"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.922515"], ["updated_at", "2018-10-11 16:41:18.922515"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.924499"], ["updated_at", "2018-10-11 16:41:18.924499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.927399"], ["updated_at", "2018-10-11 16:41:18.927399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.929271"], ["updated_at", "2018-10-11 16:41:18.929271"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.930961"], ["updated_at", "2018-10-11 16:41:18.930961"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.932551"], ["updated_at", "2018-10-11 16:41:18.932551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.934085"], ["updated_at", "2018-10-11 16:41:18.934085"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.937134"], ["updated_at", "2018-10-11 16:41:18.937134"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.939838"], ["updated_at", "2018-10-11 16:41:18.939838"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.942422"], ["updated_at", "2018-10-11 16:41:18.942422"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.945141"], ["updated_at", "2018-10-11 16:41:18.945141"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.947738"], ["updated_at", "2018-10-11 16:41:18.947738"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.950067"], ["updated_at", "2018-10-11 16:41:18.950067"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.953692"], ["updated_at", "2018-10-11 16:41:18.953692"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.958137"], ["updated_at", "2018-10-11 16:41:18.958137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.960652"], ["updated_at", "2018-10-11 16:41:18.960652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.962356"], ["updated_at", "2018-10-11 16:41:18.962356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.963955"], ["updated_at", "2018-10-11 16:41:18.963955"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.965579"], ["updated_at", "2018-10-11 16:41:18.965579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.967323"], ["updated_at", "2018-10-11 16:41:18.967323"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.968878"], ["updated_at", "2018-10-11 16:41:18.968878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.970675"], ["updated_at", "2018-10-11 16:41:18.970675"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.972522"], ["updated_at", "2018-10-11 16:41:18.972522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.974194"], ["updated_at", "2018-10-11 16:41:18.974194"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.975788"], ["updated_at", "2018-10-11 16:41:18.975788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.977595"], ["updated_at", "2018-10-11 16:41:18.977595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.979345"], ["updated_at", "2018-10-11 16:41:18.979345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.980903"], ["updated_at", "2018-10-11 16:41:18.980903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.982485"], ["updated_at", "2018-10-11 16:41:18.982485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.984156"], ["updated_at", "2018-10-11 16:41:18.984156"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.985782"], ["updated_at", "2018-10-11 16:41:18.985782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.987516"], ["updated_at", "2018-10-11 16:41:18.987516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.989187"], ["updated_at", "2018-10-11 16:41:18.989187"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.991173"], ["updated_at", "2018-10-11 16:41:18.991173"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.994180"], ["updated_at", "2018-10-11 16:41:18.994180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.996533"], ["updated_at", "2018-10-11 16:41:18.996533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.998209"], ["updated_at", "2018-10-11 16:41:18.998209"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:18.999839"], ["updated_at", "2018-10-11 16:41:18.999839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.001462"], ["updated_at", "2018-10-11 16:41:19.001462"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.003044"], ["updated_at", "2018-10-11 16:41:19.003044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.006010"], ["updated_at", "2018-10-11 16:41:19.006010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.007634"], ["updated_at", "2018-10-11 16:41:19.007634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.009276"], ["updated_at", "2018-10-11 16:41:19.009276"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.011092"], ["updated_at", "2018-10-11 16:41:19.011092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.012978"], ["updated_at", "2018-10-11 16:41:19.012978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.014603"], ["updated_at", "2018-10-11 16:41:19.014603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.016169"], ["updated_at", "2018-10-11 16:41:19.016169"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.017856"], ["updated_at", "2018-10-11 16:41:19.017856"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.021267"], ["updated_at", "2018-10-11 16:41:19.021267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.024762"], ["updated_at", "2018-10-11 16:41:19.024762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.026455"], ["updated_at", "2018-10-11 16:41:19.026455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.028125"], ["updated_at", "2018-10-11 16:41:19.028125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.029810"], ["updated_at", "2018-10-11 16:41:19.029810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.031510"], ["updated_at", "2018-10-11 16:41:19.031510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.033069"], ["updated_at", "2018-10-11 16:41:19.033069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.034755"], ["updated_at", "2018-10-11 16:41:19.034755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.036389"], ["updated_at", "2018-10-11 16:41:19.036389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.038121"], ["updated_at", "2018-10-11 16:41:19.038121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.039724"], ["updated_at", "2018-10-11 16:41:19.039724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.041354"], ["updated_at", "2018-10-11 16:41:19.041354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.042960"], ["updated_at", "2018-10-11 16:41:19.042960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.044678"], ["updated_at", "2018-10-11 16:41:19.044678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.046450"], ["updated_at", "2018-10-11 16:41:19.046450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.048052"], ["updated_at", "2018-10-11 16:41:19.048052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.049661"], ["updated_at", "2018-10-11 16:41:19.049661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.051211"], ["updated_at", "2018-10-11 16:41:19.051211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.052827"], ["updated_at", "2018-10-11 16:41:19.052827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.054537"], ["updated_at", "2018-10-11 16:41:19.054537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.056188"], ["updated_at", "2018-10-11 16:41:19.056188"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.058220"], ["updated_at", "2018-10-11 16:41:19.058220"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.061027"], ["updated_at", "2018-10-11 16:41:19.061027"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.063284"], ["updated_at", "2018-10-11 16:41:19.063284"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.065375"], ["updated_at", "2018-10-11 16:41:19.065375"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.067400"], ["updated_at", "2018-10-11 16:41:19.067400"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.069368"], ["updated_at", "2018-10-11 16:41:19.069368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.071454"], ["updated_at", "2018-10-11 16:41:19.071454"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.076063"], ["updated_at", "2018-10-11 16:41:19.076063"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.079112"], ["updated_at", "2018-10-11 16:41:19.079112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.081810"], ["updated_at", "2018-10-11 16:41:19.081810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.083510"], ["updated_at", "2018-10-11 16:41:19.083510"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.086109"], ["updated_at", "2018-10-11 16:41:19.086109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.089993"], ["updated_at", "2018-10-11 16:41:19.089993"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.092617"], ["updated_at", "2018-10-11 16:41:19.092617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.094444"], ["updated_at", "2018-10-11 16:41:19.094444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.096245"], ["updated_at", "2018-10-11 16:41:19.096245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.097889"], ["updated_at", "2018-10-11 16:41:19.097889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.099523"], ["updated_at", "2018-10-11 16:41:19.099523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.101149"], ["updated_at", "2018-10-11 16:41:19.101149"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.102717"], ["updated_at", "2018-10-11 16:41:19.102717"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.104468"], ["updated_at", "2018-10-11 16:41:19.104468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.106276"], ["updated_at", "2018-10-11 16:41:19.106276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.107842"], ["updated_at", "2018-10-11 16:41:19.107842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.109502"], ["updated_at", "2018-10-11 16:41:19.109502"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.111161"], ["updated_at", "2018-10-11 16:41:19.111161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.114078"], ["updated_at", "2018-10-11 16:41:19.114078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.115670"], ["updated_at", "2018-10-11 16:41:19.115670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.117343"], ["updated_at", "2018-10-11 16:41:19.117343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.118989"], ["updated_at", "2018-10-11 16:41:19.118989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.120609"], ["updated_at", "2018-10-11 16:41:19.120609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.122234"], ["updated_at", "2018-10-11 16:41:19.122234"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.123855"], ["updated_at", "2018-10-11 16:41:19.123855"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.126566"], ["updated_at", "2018-10-11 16:41:19.126566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.128676"], ["updated_at", "2018-10-11 16:41:19.128676"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.130380"], ["updated_at", "2018-10-11 16:41:19.130380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.131965"], ["updated_at", "2018-10-11 16:41:19.131965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.133610"], ["updated_at", "2018-10-11 16:41:19.133610"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.135244"], ["updated_at", "2018-10-11 16:41:19.135244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.138373"], ["updated_at", "2018-10-11 16:41:19.138373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.140097"], ["updated_at", "2018-10-11 16:41:19.140097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.141734"], ["updated_at", "2018-10-11 16:41:19.141734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.143388"], ["updated_at", "2018-10-11 16:41:19.143388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.145062"], ["updated_at", "2018-10-11 16:41:19.145062"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.146702"], ["updated_at", "2018-10-11 16:41:19.146702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.148328"], ["updated_at", "2018-10-11 16:41:19.148328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.149882"], ["updated_at", "2018-10-11 16:41:19.149882"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.152101"], ["updated_at", "2018-10-11 16:41:19.152101"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.156247"], ["updated_at", "2018-10-11 16:41:19.156247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.158725"], ["updated_at", "2018-10-11 16:41:19.158725"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.160398"], ["updated_at", "2018-10-11 16:41:19.160398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.162097"], ["updated_at", "2018-10-11 16:41:19.162097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.163688"], ["updated_at", "2018-10-11 16:41:19.163688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.165298"], ["updated_at", "2018-10-11 16:41:19.165298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.166882"], ["updated_at", "2018-10-11 16:41:19.166882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.168508"], ["updated_at", "2018-10-11 16:41:19.168508"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.170202"], ["updated_at", "2018-10-11 16:41:19.170202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.171976"], ["updated_at", "2018-10-11 16:41:19.171976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.173574"], ["updated_at", "2018-10-11 16:41:19.173574"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.175395"], ["updated_at", "2018-10-11 16:41:19.175395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.177184"], ["updated_at", "2018-10-11 16:41:19.177184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.178890"], ["updated_at", "2018-10-11 16:41:19.178890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.180532"], ["updated_at", "2018-10-11 16:41:19.180532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.182187"], ["updated_at", "2018-10-11 16:41:19.182187"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.183724"], ["updated_at", "2018-10-11 16:41:19.183724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.185539"], ["updated_at", "2018-10-11 16:41:19.185539"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.187481"], ["updated_at", "2018-10-11 16:41:19.187481"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.190076"], ["updated_at", "2018-10-11 16:41:19.190076"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.192567"], ["updated_at", "2018-10-11 16:41:19.192567"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.195304"], ["updated_at", "2018-10-11 16:41:19.195304"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.197372"], ["updated_at", "2018-10-11 16:41:19.197372"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.199417"], ["updated_at", "2018-10-11 16:41:19.199417"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.201745"], ["updated_at", "2018-10-11 16:41:19.201745"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.203711"], ["updated_at", "2018-10-11 16:41:19.203711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.205679"], ["updated_at", "2018-10-11 16:41:19.205679"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.210191"], ["updated_at", "2018-10-11 16:41:19.210191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.212017"], ["updated_at", "2018-10-11 16:41:19.212017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.213643"], ["updated_at", "2018-10-11 16:41:19.213643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.215274"], ["updated_at", "2018-10-11 16:41:19.215274"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.216885"], ["updated_at", "2018-10-11 16:41:19.216885"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.219679"], ["updated_at", "2018-10-11 16:41:19.219679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.223860"], ["updated_at", "2018-10-11 16:41:19.223860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.226055"], ["updated_at", "2018-10-11 16:41:19.226055"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.227847"], ["updated_at", "2018-10-11 16:41:19.227847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.229629"], ["updated_at", "2018-10-11 16:41:19.229629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.231240"], ["updated_at", "2018-10-11 16:41:19.231240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.232901"], ["updated_at", "2018-10-11 16:41:19.232901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.234522"], ["updated_at", "2018-10-11 16:41:19.234522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.236140"], ["updated_at", "2018-10-11 16:41:19.236140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.237934"], ["updated_at", "2018-10-11 16:41:19.237934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.239549"], ["updated_at", "2018-10-11 16:41:19.239549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.241135"], ["updated_at", "2018-10-11 16:41:19.241135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.242728"], ["updated_at", "2018-10-11 16:41:19.242728"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.244452"], ["updated_at", "2018-10-11 16:41:19.244452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.246156"], ["updated_at", "2018-10-11 16:41:19.246156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.247708"], ["updated_at", "2018-10-11 16:41:19.247708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.249338"], ["updated_at", "2018-10-11 16:41:19.249338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.250907"], ["updated_at", "2018-10-11 16:41:19.250907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.252544"], ["updated_at", "2018-10-11 16:41:19.252544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.254251"], ["updated_at", "2018-10-11 16:41:19.254251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.255885"], ["updated_at", "2018-10-11 16:41:19.255885"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.257586"], ["updated_at", "2018-10-11 16:41:19.257586"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.260026"], ["updated_at", "2018-10-11 16:41:19.260026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.262581"], ["updated_at", "2018-10-11 16:41:19.262581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.264257"], ["updated_at", "2018-10-11 16:41:19.264257"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.265922"], ["updated_at", "2018-10-11 16:41:19.265922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.267509"], ["updated_at", "2018-10-11 16:41:19.267509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.269165"], ["updated_at", "2018-10-11 16:41:19.269165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.272260"], ["updated_at", "2018-10-11 16:41:19.272260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.273951"], ["updated_at", "2018-10-11 16:41:19.273951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.275511"], ["updated_at", "2018-10-11 16:41:19.275511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.277200"], ["updated_at", "2018-10-11 16:41:19.277200"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.278951"], ["updated_at", "2018-10-11 16:41:19.278951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.280630"], ["updated_at", "2018-10-11 16:41:19.280630"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.282192"], ["updated_at", "2018-10-11 16:41:19.282192"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.283897"], ["updated_at", "2018-10-11 16:41:19.283897"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.286804"], ["updated_at", "2018-10-11 16:41:19.286804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.291292"], ["updated_at", "2018-10-11 16:41:19.291292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.292939"], ["updated_at", "2018-10-11 16:41:19.292939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.294665"], ["updated_at", "2018-10-11 16:41:19.294665"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.296426"], ["updated_at", "2018-10-11 16:41:19.296426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.298021"], ["updated_at", "2018-10-11 16:41:19.298021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.299629"], ["updated_at", "2018-10-11 16:41:19.299629"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.301262"], ["updated_at", "2018-10-11 16:41:19.301262"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.303401"], ["updated_at", "2018-10-11 16:41:19.303401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.305144"], ["updated_at", "2018-10-11 16:41:19.305144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.306784"], ["updated_at", "2018-10-11 16:41:19.306784"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.308337"], ["updated_at", "2018-10-11 16:41:19.308337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.309997"], ["updated_at", "2018-10-11 16:41:19.309997"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.311594"], ["updated_at", "2018-10-11 16:41:19.311594"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.313789"], ["updated_at", "2018-10-11 16:41:19.313789"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.316409"], ["updated_at", "2018-10-11 16:41:19.316409"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.319017"], ["updated_at", "2018-10-11 16:41:19.319017"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.321704"], ["updated_at", "2018-10-11 16:41:19.321704"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.324499"], ["updated_at", "2018-10-11 16:41:19.324499"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.327943"], ["updated_at", "2018-10-11 16:41:19.327943"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.330137"], ["updated_at", "2018-10-11 16:41:19.330137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.332329"], ["updated_at", "2018-10-11 16:41:19.332329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.334332"], ["updated_at", "2018-10-11 16:41:19.334332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.336039"], ["updated_at", "2018-10-11 16:41:19.336039"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.337821"], ["updated_at", "2018-10-11 16:41:19.337821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.340670"], ["updated_at", "2018-10-11 16:41:19.340670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.342319"], ["updated_at", "2018-10-11 16:41:19.342319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.344036"], ["updated_at", "2018-10-11 16:41:19.344036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.345703"], ["updated_at", "2018-10-11 16:41:19.345703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.347351"], ["updated_at", "2018-10-11 16:41:19.347351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.348921"], ["updated_at", "2018-10-11 16:41:19.348921"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.350542"], ["updated_at", "2018-10-11 16:41:19.350542"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.353992"], ["updated_at", "2018-10-11 16:41:19.353992"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.357610"], ["updated_at", "2018-10-11 16:41:19.357610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.359660"], ["updated_at", "2018-10-11 16:41:19.359660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.361417"], ["updated_at", "2018-10-11 16:41:19.361417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.363074"], ["updated_at", "2018-10-11 16:41:19.363074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.364714"], ["updated_at", "2018-10-11 16:41:19.364714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.366364"], ["updated_at", "2018-10-11 16:41:19.366364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.367936"], ["updated_at", "2018-10-11 16:41:19.367936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.369554"], ["updated_at", "2018-10-11 16:41:19.369554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.371309"], ["updated_at", "2018-10-11 16:41:19.371309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.372931"], ["updated_at", "2018-10-11 16:41:19.372931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.374506"], ["updated_at", "2018-10-11 16:41:19.374506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.376146"], ["updated_at", "2018-10-11 16:41:19.376146"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.377872"], ["updated_at", "2018-10-11 16:41:19.377872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.379645"], ["updated_at", "2018-10-11 16:41:19.379645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.381252"], ["updated_at", "2018-10-11 16:41:19.381252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.382987"], ["updated_at", "2018-10-11 16:41:19.382987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.384597"], ["updated_at", "2018-10-11 16:41:19.384597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.386201"], ["updated_at", "2018-10-11 16:41:19.386201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.387867"], ["updated_at", "2018-10-11 16:41:19.387867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.389480"], ["updated_at", "2018-10-11 16:41:19.389480"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.391249"], ["updated_at", "2018-10-11 16:41:19.391249"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.394181"], ["updated_at", "2018-10-11 16:41:19.394181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.396276"], ["updated_at", "2018-10-11 16:41:19.396276"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.397945"], ["updated_at", "2018-10-11 16:41:19.397945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.399558"], ["updated_at", "2018-10-11 16:41:19.399558"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.401132"], ["updated_at", "2018-10-11 16:41:19.401132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.402707"], ["updated_at", "2018-10-11 16:41:19.402707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.405896"], ["updated_at", "2018-10-11 16:41:19.405896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.407630"], ["updated_at", "2018-10-11 16:41:19.407630"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.409215"], ["updated_at", "2018-10-11 16:41:19.409215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.410965"], ["updated_at", "2018-10-11 16:41:19.410965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.412652"], ["updated_at", "2018-10-11 16:41:19.412652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.414276"], ["updated_at", "2018-10-11 16:41:19.414276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.415817"], ["updated_at", "2018-10-11 16:41:19.415817"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.417457"], ["updated_at", "2018-10-11 16:41:19.417457"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.420648"], ["updated_at", "2018-10-11 16:41:19.420648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.424268"], ["updated_at", "2018-10-11 16:41:19.424268"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.426225"], ["updated_at", "2018-10-11 16:41:19.426225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.428443"], ["updated_at", "2018-10-11 16:41:19.428443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.430087"], ["updated_at", "2018-10-11 16:41:19.430087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.431699"], ["updated_at", "2018-10-11 16:41:19.431699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.433239"], ["updated_at", "2018-10-11 16:41:19.433239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.434882"], ["updated_at", "2018-10-11 16:41:19.434882"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.436915"], ["updated_at", "2018-10-11 16:41:19.436915"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.439656"], ["updated_at", "2018-10-11 16:41:19.439656"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.442273"], ["updated_at", "2018-10-11 16:41:19.442273"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.445075"], ["updated_at", "2018-10-11 16:41:19.445075"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.447982"], ["updated_at", "2018-10-11 16:41:19.447982"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.450604"], ["updated_at", "2018-10-11 16:41:19.450604"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.453279"], ["updated_at", "2018-10-11 16:41:19.453279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.456001"], ["updated_at", "2018-10-11 16:41:19.456001"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.458169"], ["updated_at", "2018-10-11 16:41:19.458169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.460832"], ["updated_at", "2018-10-11 16:41:19.460832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.462712"], ["updated_at", "2018-10-11 16:41:19.462712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.464357"], ["updated_at", "2018-10-11 16:41:19.464357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.465992"], ["updated_at", "2018-10-11 16:41:19.465992"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.467541"], ["updated_at", "2018-10-11 16:41:19.467541"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.469385"], ["updated_at", "2018-10-11 16:41:19.469385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.472510"], ["updated_at", "2018-10-11 16:41:19.472510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.474091"], ["updated_at", "2018-10-11 16:41:19.474091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.475724"], ["updated_at", "2018-10-11 16:41:19.475724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.477490"], ["updated_at", "2018-10-11 16:41:19.477490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.479239"], ["updated_at", "2018-10-11 16:41:19.479239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.480861"], ["updated_at", "2018-10-11 16:41:19.480861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.482461"], ["updated_at", "2018-10-11 16:41:19.482461"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.484309"], ["updated_at", "2018-10-11 16:41:19.484309"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.488016"], ["updated_at", "2018-10-11 16:41:19.488016"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.491359"], ["updated_at", "2018-10-11 16:41:19.491359"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.494267"], ["updated_at", "2018-10-11 16:41:19.494267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.496904"], ["updated_at", "2018-10-11 16:41:19.496904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.498551"], ["updated_at", "2018-10-11 16:41:19.498551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.500097"], ["updated_at", "2018-10-11 16:41:19.500097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.501727"], ["updated_at", "2018-10-11 16:41:19.501727"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.503452"], ["updated_at", "2018-10-11 16:41:19.503452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.505258"], ["updated_at", "2018-10-11 16:41:19.505258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.506844"], ["updated_at", "2018-10-11 16:41:19.506844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.508410"], ["updated_at", "2018-10-11 16:41:19.508410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.510102"], ["updated_at", "2018-10-11 16:41:19.510102"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.511774"], ["updated_at", "2018-10-11 16:41:19.511774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.513516"], ["updated_at", "2018-10-11 16:41:19.513516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.515093"], ["updated_at", "2018-10-11 16:41:19.515093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.516708"], ["updated_at", "2018-10-11 16:41:19.516708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.518303"], ["updated_at", "2018-10-11 16:41:19.518303"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.519931"], ["updated_at", "2018-10-11 16:41:19.519931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.521710"], ["updated_at", "2018-10-11 16:41:19.521710"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.523307"], ["updated_at", "2018-10-11 16:41:19.523307"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.525728"], ["updated_at", "2018-10-11 16:41:19.525728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.528576"], ["updated_at", "2018-10-11 16:41:19.528576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.530409"], ["updated_at", "2018-10-11 16:41:19.530409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.532037"], ["updated_at", "2018-10-11 16:41:19.532037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.534968"], ["updated_at", "2018-10-11 16:41:19.534968"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.536699"], ["updated_at", "2018-10-11 16:41:19.536699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.539927"], ["updated_at", "2018-10-11 16:41:19.539927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.541532"], ["updated_at", "2018-10-11 16:41:19.541532"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.543157"], ["updated_at", "2018-10-11 16:41:19.543157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.545056"], ["updated_at", "2018-10-11 16:41:19.545056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.546913"], ["updated_at", "2018-10-11 16:41:19.546913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.548565"], ["updated_at", "2018-10-11 16:41:19.548565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.550200"], ["updated_at", "2018-10-11 16:41:19.550200"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.552623"], ["updated_at", "2018-10-11 16:41:19.552623"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.556781"], ["updated_at", "2018-10-11 16:41:19.556781"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.559954"], ["updated_at", "2018-10-11 16:41:19.559954"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.562683"], ["updated_at", "2018-10-11 16:41:19.562683"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.565269"], ["updated_at", "2018-10-11 16:41:19.565269"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.567893"], ["updated_at", "2018-10-11 16:41:19.567893"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.570630"], ["updated_at", "2018-10-11 16:41:19.570630"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.573309"], ["updated_at", "2018-10-11 16:41:19.573309"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.575941"], ["updated_at", "2018-10-11 16:41:19.575941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.578459"], ["updated_at", "2018-10-11 16:41:19.578459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.580245"], ["updated_at", "2018-10-11 16:41:19.580245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.581855"], ["updated_at", "2018-10-11 16:41:19.581855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.583448"], ["updated_at", "2018-10-11 16:41:19.583448"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.585287"], ["updated_at", "2018-10-11 16:41:19.585287"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.587374"], ["updated_at", "2018-10-11 16:41:19.587374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.589173"], ["updated_at", "2018-10-11 16:41:19.589173"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.590860"], ["updated_at", "2018-10-11 16:41:19.590860"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.593304"], ["updated_at", "2018-10-11 16:41:19.593304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.595786"], ["updated_at", "2018-10-11 16:41:19.595786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.597569"], ["updated_at", "2018-10-11 16:41:19.597569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.599555"], ["updated_at", "2018-10-11 16:41:19.599555"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.601299"], ["updated_at", "2018-10-11 16:41:19.601299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.602944"], ["updated_at", "2018-10-11 16:41:19.602944"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.605945"], ["updated_at", "2018-10-11 16:41:19.605945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.607734"], ["updated_at", "2018-10-11 16:41:19.607734"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.609308"], ["updated_at", "2018-10-11 16:41:19.609308"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.611244"], ["updated_at", "2018-10-11 16:41:19.611244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.612973"], ["updated_at", "2018-10-11 16:41:19.612973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.614563"], ["updated_at", "2018-10-11 16:41:19.614563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.616211"], ["updated_at", "2018-10-11 16:41:19.616211"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.618066"], ["updated_at", "2018-10-11 16:41:19.618066"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.622247"], ["updated_at", "2018-10-11 16:41:19.622247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.625002"], ["updated_at", "2018-10-11 16:41:19.625002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.626634"], ["updated_at", "2018-10-11 16:41:19.626634"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.628371"], ["updated_at", "2018-10-11 16:41:19.628371"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.630271"], ["updated_at", "2018-10-11 16:41:19.630271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.632376"], ["updated_at", "2018-10-11 16:41:19.632376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.634007"], ["updated_at", "2018-10-11 16:41:19.634007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.635593"], ["updated_at", "2018-10-11 16:41:19.635593"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.637292"], ["updated_at", "2018-10-11 16:41:19.637292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.639009"], ["updated_at", "2018-10-11 16:41:19.639009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.640555"], ["updated_at", "2018-10-11 16:41:19.640555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.642126"], ["updated_at", "2018-10-11 16:41:19.642126"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.643792"], ["updated_at", "2018-10-11 16:41:19.643792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.645605"], ["updated_at", "2018-10-11 16:41:19.645605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.647257"], ["updated_at", "2018-10-11 16:41:19.647257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.648886"], ["updated_at", "2018-10-11 16:41:19.648886"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.650518"], ["updated_at", "2018-10-11 16:41:19.650518"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.653002"], ["updated_at", "2018-10-11 16:41:19.653002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.655054"], ["updated_at", "2018-10-11 16:41:19.655054"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.656710"], ["updated_at", "2018-10-11 16:41:19.656710"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.659201"], ["updated_at", "2018-10-11 16:41:19.659201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.662103"], ["updated_at", "2018-10-11 16:41:19.662103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.663930"], ["updated_at", "2018-10-11 16:41:19.663930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.665524"], ["updated_at", "2018-10-11 16:41:19.665524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.667200"], ["updated_at", "2018-10-11 16:41:19.667200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.668929"], ["updated_at", "2018-10-11 16:41:19.668929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.671962"], ["updated_at", "2018-10-11 16:41:19.671962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.673721"], ["updated_at", "2018-10-11 16:41:19.673721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.675353"], ["updated_at", "2018-10-11 16:41:19.675353"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.676942"], ["updated_at", "2018-10-11 16:41:19.676942"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.678867"], ["updated_at", "2018-10-11 16:41:19.678867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.680551"], ["updated_at", "2018-10-11 16:41:19.680551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.682191"], ["updated_at", "2018-10-11 16:41:19.682191"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.684118"], ["updated_at", "2018-10-11 16:41:19.684118"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.688518"], ["updated_at", "2018-10-11 16:41:19.688518"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.693037"], ["updated_at", "2018-10-11 16:41:19.693037"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.695859"], ["updated_at", "2018-10-11 16:41:19.695859"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.698513"], ["updated_at", "2018-10-11 16:41:19.698513"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.701514"], ["updated_at", "2018-10-11 16:41:19.701514"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.704115"], ["updated_at", "2018-10-11 16:41:19.704115"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.706980"], ["updated_at", "2018-10-11 16:41:19.706980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.708673"], ["updated_at", "2018-10-11 16:41:19.708673"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.710373"], ["updated_at", "2018-10-11 16:41:19.710373"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.712291"], ["updated_at", "2018-10-11 16:41:19.712291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.714084"], ["updated_at", "2018-10-11 16:41:19.714084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.715778"], ["updated_at", "2018-10-11 16:41:19.715778"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.717370"], ["updated_at", "2018-10-11 16:41:19.717370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.719039"], ["updated_at", "2018-10-11 16:41:19.719039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.720674"], ["updated_at", "2018-10-11 16:41:19.720674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.722321"], ["updated_at", "2018-10-11 16:41:19.722321"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.724262"], ["updated_at", "2018-10-11 16:41:19.724262"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.727041"], ["updated_at", "2018-10-11 16:41:19.727041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.729148"], ["updated_at", "2018-10-11 16:41:19.729148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.730837"], ["updated_at", "2018-10-11 16:41:19.730837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.732476"], ["updated_at", "2018-10-11 16:41:19.732476"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.734051"], ["updated_at", "2018-10-11 16:41:19.734051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.735566"], ["updated_at", "2018-10-11 16:41:19.735566"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.738559"], ["updated_at", "2018-10-11 16:41:19.738559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.740270"], ["updated_at", "2018-10-11 16:41:19.740270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.741819"], ["updated_at", "2018-10-11 16:41:19.741819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.743602"], ["updated_at", "2018-10-11 16:41:19.743602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.745280"], ["updated_at", "2018-10-11 16:41:19.745280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.746945"], ["updated_at", "2018-10-11 16:41:19.746945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.748571"], ["updated_at", "2018-10-11 16:41:19.748571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.750222"], ["updated_at", "2018-10-11 16:41:19.750222"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.752316"], ["updated_at", "2018-10-11 16:41:19.752316"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.756638"], ["updated_at", "2018-10-11 16:41:19.756638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.759165"], ["updated_at", "2018-10-11 16:41:19.759165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.760779"], ["updated_at", "2018-10-11 16:41:19.760779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.762447"], ["updated_at", "2018-10-11 16:41:19.762447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.764144"], ["updated_at", "2018-10-11 16:41:19.764144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.765916"], ["updated_at", "2018-10-11 16:41:19.765916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.767687"], ["updated_at", "2018-10-11 16:41:19.767687"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.769278"], ["updated_at", "2018-10-11 16:41:19.769278"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.771070"], ["updated_at", "2018-10-11 16:41:19.771070"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.772816"], ["updated_at", "2018-10-11 16:41:19.772816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.774529"], ["updated_at", "2018-10-11 16:41:19.774529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.776136"], ["updated_at", "2018-10-11 16:41:19.776136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.777914"], ["updated_at", "2018-10-11 16:41:19.777914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.779604"], ["updated_at", "2018-10-11 16:41:19.779604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.781224"], ["updated_at", "2018-10-11 16:41:19.781224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.782785"], ["updated_at", "2018-10-11 16:41:19.782785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.784397"], ["updated_at", "2018-10-11 16:41:19.784397"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.786315"], ["updated_at", "2018-10-11 16:41:19.786315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.788162"], ["updated_at", "2018-10-11 16:41:19.788162"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.789778"], ["updated_at", "2018-10-11 16:41:19.789778"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.792090"], ["updated_at", "2018-10-11 16:41:19.792090"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.795003"], ["updated_at", "2018-10-11 16:41:19.795003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.796807"], ["updated_at", "2018-10-11 16:41:19.796807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.798405"], ["updated_at", "2018-10-11 16:41:19.798405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.800060"], ["updated_at", "2018-10-11 16:41:19.800060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.801613"], ["updated_at", "2018-10-11 16:41:19.801613"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.803325"], ["updated_at", "2018-10-11 16:41:19.803325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.806421"], ["updated_at", "2018-10-11 16:41:19.806421"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.808320"], ["updated_at", "2018-10-11 16:41:19.808320"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.810825"], ["updated_at", "2018-10-11 16:41:19.810825"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.813817"], ["updated_at", "2018-10-11 16:41:19.813817"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.816411"], ["updated_at", "2018-10-11 16:41:19.816411"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.818980"], ["updated_at", "2018-10-11 16:41:19.818980"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.824818"], ["updated_at", "2018-10-11 16:41:19.824818"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.827899"], ["updated_at", "2018-10-11 16:41:19.827899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.830712"], ["updated_at", "2018-10-11 16:41:19.830712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.832637"], ["updated_at", "2018-10-11 16:41:19.832637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.834208"], ["updated_at", "2018-10-11 16:41:19.834208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.835887"], ["updated_at", "2018-10-11 16:41:19.835887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.837523"], ["updated_at", "2018-10-11 16:41:19.837523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.839246"], ["updated_at", "2018-10-11 16:41:19.839246"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.840809"], ["updated_at", "2018-10-11 16:41:19.840809"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.842413"], ["updated_at", "2018-10-11 16:41:19.842413"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.844413"], ["updated_at", "2018-10-11 16:41:19.844413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.846409"], ["updated_at", "2018-10-11 16:41:19.846409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.848007"], ["updated_at", "2018-10-11 16:41:19.848007"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.849721"], ["updated_at", "2018-10-11 16:41:19.849721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.851454"], ["updated_at", "2018-10-11 16:41:19.851454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.853089"], ["updated_at", "2018-10-11 16:41:19.853089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.854771"], ["updated_at", "2018-10-11 16:41:19.854771"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.856445"], ["updated_at", "2018-10-11 16:41:19.856445"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.858461"], ["updated_at", "2018-10-11 16:41:19.858461"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.861183"], ["updated_at", "2018-10-11 16:41:19.861183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.863155"], ["updated_at", "2018-10-11 16:41:19.863155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.865001"], ["updated_at", "2018-10-11 16:41:19.865001"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.866706"], ["updated_at", "2018-10-11 16:41:19.866706"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.868257"], ["updated_at", "2018-10-11 16:41:19.868257"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.870065"], ["updated_at", "2018-10-11 16:41:19.870065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.873227"], ["updated_at", "2018-10-11 16:41:19.873227"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.874961"], ["updated_at", "2018-10-11 16:41:19.874961"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.876820"], ["updated_at", "2018-10-11 16:41:19.876820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.878647"], ["updated_at", "2018-10-11 16:41:19.878647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.880317"], ["updated_at", "2018-10-11 16:41:19.880317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.881950"], ["updated_at", "2018-10-11 16:41:19.881950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.883513"], ["updated_at", "2018-10-11 16:41:19.883513"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.885543"], ["updated_at", "2018-10-11 16:41:19.885543"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.889544"], ["updated_at", "2018-10-11 16:41:19.889544"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.892662"], ["updated_at", "2018-10-11 16:41:19.892662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.894748"], ["updated_at", "2018-10-11 16:41:19.894748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.896519"], ["updated_at", "2018-10-11 16:41:19.896519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.898129"], ["updated_at", "2018-10-11 16:41:19.898129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.899791"], ["updated_at", "2018-10-11 16:41:19.899791"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.901727"], ["updated_at", "2018-10-11 16:41:19.901727"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.903575"], ["updated_at", "2018-10-11 16:41:19.903575"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.905553"], ["updated_at", "2018-10-11 16:41:19.905553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.907893"], ["updated_at", "2018-10-11 16:41:19.907893"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.909784"], ["updated_at", "2018-10-11 16:41:19.909784"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.911790"], ["updated_at", "2018-10-11 16:41:19.911790"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.913513"], ["updated_at", "2018-10-11 16:41:19.913513"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.915221"], ["updated_at", "2018-10-11 16:41:19.915221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.917164"], ["updated_at", "2018-10-11 16:41:19.917164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.918827"], ["updated_at", "2018-10-11 16:41:19.918827"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.920403"], ["updated_at", "2018-10-11 16:41:19.920403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.922127"], ["updated_at", "2018-10-11 16:41:19.922127"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.923686"], ["updated_at", "2018-10-11 16:41:19.923686"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.925850"], ["updated_at", "2018-10-11 16:41:19.925850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.928597"], ["updated_at", "2018-10-11 16:41:19.928597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.930434"], ["updated_at", "2018-10-11 16:41:19.930434"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.932084"], ["updated_at", "2018-10-11 16:41:19.932084"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.933731"], ["updated_at", "2018-10-11 16:41:19.933731"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.935877"], ["updated_at", "2018-10-11 16:41:19.935877"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.937881"], ["updated_at", "2018-10-11 16:41:19.937881"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.941515"], ["updated_at", "2018-10-11 16:41:19.941515"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.944173"], ["updated_at", "2018-10-11 16:41:19.944173"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.946906"], ["updated_at", "2018-10-11 16:41:19.946906"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.949522"], ["updated_at", "2018-10-11 16:41:19.949522"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.953006"], ["updated_at", "2018-10-11 16:41:19.953006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.958151"], ["updated_at", "2018-10-11 16:41:19.958151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.959877"], ["updated_at", "2018-10-11 16:41:19.959877"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.961586"], ["updated_at", "2018-10-11 16:41:19.961586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.963446"], ["updated_at", "2018-10-11 16:41:19.963446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.965143"], ["updated_at", "2018-10-11 16:41:19.965143"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.966702"], ["updated_at", "2018-10-11 16:41:19.966702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.968510"], ["updated_at", "2018-10-11 16:41:19.968510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.970143"], ["updated_at", "2018-10-11 16:41:19.970143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.971904"], ["updated_at", "2018-10-11 16:41:19.971904"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.973563"], ["updated_at", "2018-10-11 16:41:19.973563"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.976415"], ["updated_at", "2018-10-11 16:41:19.976415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.978212"], ["updated_at", "2018-10-11 16:41:19.978212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.979915"], ["updated_at", "2018-10-11 16:41:19.979915"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.981493"], ["updated_at", "2018-10-11 16:41:19.981493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.983324"], ["updated_at", "2018-10-11 16:41:19.983324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.984969"], ["updated_at", "2018-10-11 16:41:19.984969"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.986572"], ["updated_at", "2018-10-11 16:41:19.986572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.988327"], ["updated_at", "2018-10-11 16:41:19.988327"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.989902"], ["updated_at", "2018-10-11 16:41:19.989902"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.992060"], ["updated_at", "2018-10-11 16:41:19.992060"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.995042"], ["updated_at", "2018-10-11 16:41:19.995042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.996965"], ["updated_at", "2018-10-11 16:41:19.996965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:19.998754"], ["updated_at", "2018-10-11 16:41:19.998754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.000399"], ["updated_at", "2018-10-11 16:41:20.000399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.002145"], ["updated_at", "2018-10-11 16:41:20.002145"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.003704"], ["updated_at", "2018-10-11 16:41:20.003704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.007124"], ["updated_at", "2018-10-11 16:41:20.007124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.008773"], ["updated_at", "2018-10-11 16:41:20.008773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.010475"], ["updated_at", "2018-10-11 16:41:20.010475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.012360"], ["updated_at", "2018-10-11 16:41:20.012360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.013996"], ["updated_at", "2018-10-11 16:41:20.013996"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.015624"], ["updated_at", "2018-10-11 16:41:20.015624"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.017366"], ["updated_at", "2018-10-11 16:41:20.017366"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.020123"], ["updated_at", "2018-10-11 16:41:20.020123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.024194"], ["updated_at", "2018-10-11 16:41:20.024194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.026318"], ["updated_at", "2018-10-11 16:41:20.026318"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.028203"], ["updated_at", "2018-10-11 16:41:20.028203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.030061"], ["updated_at", "2018-10-11 16:41:20.030061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.031675"], ["updated_at", "2018-10-11 16:41:20.031675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.033260"], ["updated_at", "2018-10-11 16:41:20.033260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.034901"], ["updated_at", "2018-10-11 16:41:20.034901"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.036450"], ["updated_at", "2018-10-11 16:41:20.036450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.038165"], ["updated_at", "2018-10-11 16:41:20.038165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.039821"], ["updated_at", "2018-10-11 16:41:20.039821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.041364"], ["updated_at", "2018-10-11 16:41:20.041364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.042962"], ["updated_at", "2018-10-11 16:41:20.042962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.044698"], ["updated_at", "2018-10-11 16:41:20.044698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.046411"], ["updated_at", "2018-10-11 16:41:20.046411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.047941"], ["updated_at", "2018-10-11 16:41:20.047941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.049622"], ["updated_at", "2018-10-11 16:41:20.049622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.051243"], ["updated_at", "2018-10-11 16:41:20.051243"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.052792"], ["updated_at", "2018-10-11 16:41:20.052792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.054523"], ["updated_at", "2018-10-11 16:41:20.054523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.056213"], ["updated_at", "2018-10-11 16:41:20.056213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.057904"], ["updated_at", "2018-10-11 16:41:20.057904"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.060274"], ["updated_at", "2018-10-11 16:41:20.060274"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.062702"], ["updated_at", "2018-10-11 16:41:20.062702"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.064689"], ["updated_at", "2018-10-11 16:41:20.064689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.066664"], ["updated_at", "2018-10-11 16:41:20.066664"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.068650"], ["updated_at", "2018-10-11 16:41:20.068650"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.070679"], ["updated_at", "2018-10-11 16:41:20.070679"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.076574"], ["updated_at", "2018-10-11 16:41:20.076574"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.079382"], ["updated_at", "2018-10-11 16:41:20.079382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.082049"], ["updated_at", "2018-10-11 16:41:20.082049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.083913"], ["updated_at", "2018-10-11 16:41:20.083913"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.087146"], ["updated_at", "2018-10-11 16:41:20.087146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.091705"], ["updated_at", "2018-10-11 16:41:20.091705"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.093357"], ["updated_at", "2018-10-11 16:41:20.093357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.095012"], ["updated_at", "2018-10-11 16:41:20.095012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.096724"], ["updated_at", "2018-10-11 16:41:20.096724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.098278"], ["updated_at", "2018-10-11 16:41:20.098278"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.099899"], ["updated_at", "2018-10-11 16:41:20.099899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.101578"], ["updated_at", "2018-10-11 16:41:20.101578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.103178"], ["updated_at", "2018-10-11 16:41:20.103178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.104954"], ["updated_at", "2018-10-11 16:41:20.104954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.106551"], ["updated_at", "2018-10-11 16:41:20.106551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.108179"], ["updated_at", "2018-10-11 16:41:20.108179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.109759"], ["updated_at", "2018-10-11 16:41:20.109759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.111469"], ["updated_at", "2018-10-11 16:41:20.111469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.113122"], ["updated_at", "2018-10-11 16:41:20.113122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.114788"], ["updated_at", "2018-10-11 16:41:20.114788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.116356"], ["updated_at", "2018-10-11 16:41:20.116356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.118014"], ["updated_at", "2018-10-11 16:41:20.118014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.119603"], ["updated_at", "2018-10-11 16:41:20.119603"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.121246"], ["updated_at", "2018-10-11 16:41:20.121246"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.122998"], ["updated_at", "2018-10-11 16:41:20.122998"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.125423"], ["updated_at", "2018-10-11 16:41:20.125423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.128090"], ["updated_at", "2018-10-11 16:41:20.128090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.129903"], ["updated_at", "2018-10-11 16:41:20.129903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.131552"], ["updated_at", "2018-10-11 16:41:20.131552"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.133166"], ["updated_at", "2018-10-11 16:41:20.133166"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.134715"], ["updated_at", "2018-10-11 16:41:20.134715"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.136324"], ["updated_at", "2018-10-11 16:41:20.136324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.139342"], ["updated_at", "2018-10-11 16:41:20.139342"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.140905"], ["updated_at", "2018-10-11 16:41:20.140905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.142624"], ["updated_at", "2018-10-11 16:41:20.142624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.144315"], ["updated_at", "2018-10-11 16:41:20.144315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.145949"], ["updated_at", "2018-10-11 16:41:20.145949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.147572"], ["updated_at", "2018-10-11 16:41:20.147572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.149116"], ["updated_at", "2018-10-11 16:41:20.149116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.150913"], ["updated_at", "2018-10-11 16:41:20.150913"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.153500"], ["updated_at", "2018-10-11 16:41:20.153500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.157690"], ["updated_at", "2018-10-11 16:41:20.157690"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.159604"], ["updated_at", "2018-10-11 16:41:20.159604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.161324"], ["updated_at", "2018-10-11 16:41:20.161324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.163012"], ["updated_at", "2018-10-11 16:41:20.163012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.164672"], ["updated_at", "2018-10-11 16:41:20.164672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.166354"], ["updated_at", "2018-10-11 16:41:20.166354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.167976"], ["updated_at", "2018-10-11 16:41:20.167976"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.169557"], ["updated_at", "2018-10-11 16:41:20.169557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.171303"], ["updated_at", "2018-10-11 16:41:20.171303"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.172945"], ["updated_at", "2018-10-11 16:41:20.172945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.174619"], ["updated_at", "2018-10-11 16:41:20.174619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.176257"], ["updated_at", "2018-10-11 16:41:20.176257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.177933"], ["updated_at", "2018-10-11 16:41:20.177933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.179659"], ["updated_at", "2018-10-11 16:41:20.179659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.181257"], ["updated_at", "2018-10-11 16:41:20.181257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.182879"], ["updated_at", "2018-10-11 16:41:20.182879"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.184814"], ["updated_at", "2018-10-11 16:41:20.184814"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.188032"], ["updated_at", "2018-10-11 16:41:20.188032"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.190609"], ["updated_at", "2018-10-11 16:41:20.190609"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.194068"], ["updated_at", "2018-10-11 16:41:20.194068"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.196663"], ["updated_at", "2018-10-11 16:41:20.196663"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.198975"], ["updated_at", "2018-10-11 16:41:20.198975"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.201304"], ["updated_at", "2018-10-11 16:41:20.201304"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.203332"], ["updated_at", "2018-10-11 16:41:20.203332"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.205867"], ["updated_at", "2018-10-11 16:41:20.205867"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.209136"], ["updated_at", "2018-10-11 16:41:20.209136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.210847"], ["updated_at", "2018-10-11 16:41:20.210847"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.212530"], ["updated_at", "2018-10-11 16:41:20.212530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.214440"], ["updated_at", "2018-10-11 16:41:20.214440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.216270"], ["updated_at", "2018-10-11 16:41:20.216270"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.218560"], ["updated_at", "2018-10-11 16:41:20.218560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.223146"], ["updated_at", "2018-10-11 16:41:20.223146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.225631"], ["updated_at", "2018-10-11 16:41:20.225631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.227376"], ["updated_at", "2018-10-11 16:41:20.227376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.229328"], ["updated_at", "2018-10-11 16:41:20.229328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.231067"], ["updated_at", "2018-10-11 16:41:20.231067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.232710"], ["updated_at", "2018-10-11 16:41:20.232710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.234300"], ["updated_at", "2018-10-11 16:41:20.234300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.235990"], ["updated_at", "2018-10-11 16:41:20.235990"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.237686"], ["updated_at", "2018-10-11 16:41:20.237686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.239421"], ["updated_at", "2018-10-11 16:41:20.239421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.241095"], ["updated_at", "2018-10-11 16:41:20.241095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.242694"], ["updated_at", "2018-10-11 16:41:20.242694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.244400"], ["updated_at", "2018-10-11 16:41:20.244400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.246101"], ["updated_at", "2018-10-11 16:41:20.246101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.247813"], ["updated_at", "2018-10-11 16:41:20.247813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.249370"], ["updated_at", "2018-10-11 16:41:20.249370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.250976"], ["updated_at", "2018-10-11 16:41:20.250976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.252533"], ["updated_at", "2018-10-11 16:41:20.252533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.254244"], ["updated_at", "2018-10-11 16:41:20.254244"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.256218"], ["updated_at", "2018-10-11 16:41:20.256218"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.258630"], ["updated_at", "2018-10-11 16:41:20.258630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.261501"], ["updated_at", "2018-10-11 16:41:20.261501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.263378"], ["updated_at", "2018-10-11 16:41:20.263378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.265059"], ["updated_at", "2018-10-11 16:41:20.265059"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.266675"], ["updated_at", "2018-10-11 16:41:20.266675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.268192"], ["updated_at", "2018-10-11 16:41:20.268192"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.270993"], ["updated_at", "2018-10-11 16:41:20.270993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.273070"], ["updated_at", "2018-10-11 16:41:20.273070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.274653"], ["updated_at", "2018-10-11 16:41:20.274653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.276300"], ["updated_at", "2018-10-11 16:41:20.276300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.278105"], ["updated_at", "2018-10-11 16:41:20.278105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.279833"], ["updated_at", "2018-10-11 16:41:20.279833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.281475"], ["updated_at", "2018-10-11 16:41:20.281475"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.283098"], ["updated_at", "2018-10-11 16:41:20.283098"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.284873"], ["updated_at", "2018-10-11 16:41:20.284873"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.288648"], ["updated_at", "2018-10-11 16:41:20.288648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.291816"], ["updated_at", "2018-10-11 16:41:20.291816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.293474"], ["updated_at", "2018-10-11 16:41:20.293474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.295251"], ["updated_at", "2018-10-11 16:41:20.295251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.296894"], ["updated_at", "2018-10-11 16:41:20.296894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.298497"], ["updated_at", "2018-10-11 16:41:20.298497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.300202"], ["updated_at", "2018-10-11 16:41:20.300202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.301934"], ["updated_at", "2018-10-11 16:41:20.301934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.303772"], ["updated_at", "2018-10-11 16:41:20.303772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.305447"], ["updated_at", "2018-10-11 16:41:20.305447"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.307288"], ["updated_at", "2018-10-11 16:41:20.307288"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.310028"], ["updated_at", "2018-10-11 16:41:20.310028"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.312741"], ["updated_at", "2018-10-11 16:41:20.312741"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.315553"], ["updated_at", "2018-10-11 16:41:20.315553"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.318214"], ["updated_at", "2018-10-11 16:41:20.318214"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.320842"], ["updated_at", "2018-10-11 16:41:20.320842"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.323460"], ["updated_at", "2018-10-11 16:41:20.323460"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.326757"], ["updated_at", "2018-10-11 16:41:20.326757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.328715"], ["updated_at", "2018-10-11 16:41:20.328715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.330578"], ["updated_at", "2018-10-11 16:41:20.330578"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.332210"], ["updated_at", "2018-10-11 16:41:20.332210"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.333797"], ["updated_at", "2018-10-11 16:41:20.333797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.335647"], ["updated_at", "2018-10-11 16:41:20.335647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.338609"], ["updated_at", "2018-10-11 16:41:20.338609"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.340257"], ["updated_at", "2018-10-11 16:41:20.340257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.341894"], ["updated_at", "2018-10-11 16:41:20.341894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.343487"], ["updated_at", "2018-10-11 16:41:20.343487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.345160"], ["updated_at", "2018-10-11 16:41:20.345160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.346871"], ["updated_at", "2018-10-11 16:41:20.346871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.348499"], ["updated_at", "2018-10-11 16:41:20.348499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.350093"], ["updated_at", "2018-10-11 16:41:20.350093"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.351720"], ["updated_at", "2018-10-11 16:41:20.351720"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.354797"], ["updated_at", "2018-10-11 16:41:20.354797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.358335"], ["updated_at", "2018-10-11 16:41:20.358335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.359988"], ["updated_at", "2018-10-11 16:41:20.359988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.361697"], ["updated_at", "2018-10-11 16:41:20.361697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.363377"], ["updated_at", "2018-10-11 16:41:20.363377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.365048"], ["updated_at", "2018-10-11 16:41:20.365048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.366650"], ["updated_at", "2018-10-11 16:41:20.366650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.368263"], ["updated_at", "2018-10-11 16:41:20.368263"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.369953"], ["updated_at", "2018-10-11 16:41:20.369953"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.371822"], ["updated_at", "2018-10-11 16:41:20.371822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.373489"], ["updated_at", "2018-10-11 16:41:20.373489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.375138"], ["updated_at", "2018-10-11 16:41:20.375138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.376724"], ["updated_at", "2018-10-11 16:41:20.376724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.378438"], ["updated_at", "2018-10-11 16:41:20.378438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.380218"], ["updated_at", "2018-10-11 16:41:20.380218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.381890"], ["updated_at", "2018-10-11 16:41:20.381890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.383498"], ["updated_at", "2018-10-11 16:41:20.383498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.385116"], ["updated_at", "2018-10-11 16:41:20.385116"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.386716"], ["updated_at", "2018-10-11 16:41:20.386716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.388463"], ["updated_at", "2018-10-11 16:41:20.388463"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.390481"], ["updated_at", "2018-10-11 16:41:20.390481"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.393320"], ["updated_at", "2018-10-11 16:41:20.393320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.396856"], ["updated_at", "2018-10-11 16:41:20.396856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.398547"], ["updated_at", "2018-10-11 16:41:20.398547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.400247"], ["updated_at", "2018-10-11 16:41:20.400247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.401831"], ["updated_at", "2018-10-11 16:41:20.401831"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.404717"], ["updated_at", "2018-10-11 16:41:20.404717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.406416"], ["updated_at", "2018-10-11 16:41:20.406416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.408024"], ["updated_at", "2018-10-11 16:41:20.408024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.409610"], ["updated_at", "2018-10-11 16:41:20.409610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.411398"], ["updated_at", "2018-10-11 16:41:20.411398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.413134"], ["updated_at", "2018-10-11 16:41:20.413134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.414698"], ["updated_at", "2018-10-11 16:41:20.414698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.416299"], ["updated_at", "2018-10-11 16:41:20.416299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.417869"], ["updated_at", "2018-10-11 16:41:20.417869"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.420437"], ["updated_at", "2018-10-11 16:41:20.420437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.424607"], ["updated_at", "2018-10-11 16:41:20.424607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.426854"], ["updated_at", "2018-10-11 16:41:20.426854"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.428664"], ["updated_at", "2018-10-11 16:41:20.428664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.430435"], ["updated_at", "2018-10-11 16:41:20.430435"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.432281"], ["updated_at", "2018-10-11 16:41:20.432281"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.434992"], ["updated_at", "2018-10-11 16:41:20.434992"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.437771"], ["updated_at", "2018-10-11 16:41:20.437771"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.440494"], ["updated_at", "2018-10-11 16:41:20.440494"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.443080"], ["updated_at", "2018-10-11 16:41:20.443080"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.445967"], ["updated_at", "2018-10-11 16:41:20.445967"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.448622"], ["updated_at", "2018-10-11 16:41:20.448622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.451276"], ["updated_at", "2018-10-11 16:41:20.451276"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.452987"], ["updated_at", "2018-10-11 16:41:20.452987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.454705"], ["updated_at", "2018-10-11 16:41:20.454705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.456489"], ["updated_at", "2018-10-11 16:41:20.456489"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.458598"], ["updated_at", "2018-10-11 16:41:20.458598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.461124"], ["updated_at", "2018-10-11 16:41:20.461124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.463325"], ["updated_at", "2018-10-11 16:41:20.463325"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.465133"], ["updated_at", "2018-10-11 16:41:20.465133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.466785"], ["updated_at", "2018-10-11 16:41:20.466785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.468485"], ["updated_at", "2018-10-11 16:41:20.468485"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.470191"], ["updated_at", "2018-10-11 16:41:20.470191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.473313"], ["updated_at", "2018-10-11 16:41:20.473313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.474915"], ["updated_at", "2018-10-11 16:41:20.474915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.476547"], ["updated_at", "2018-10-11 16:41:20.476547"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.478250"], ["updated_at", "2018-10-11 16:41:20.478250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.480086"], ["updated_at", "2018-10-11 16:41:20.480086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.481655"], ["updated_at", "2018-10-11 16:41:20.481655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.483291"], ["updated_at", "2018-10-11 16:41:20.483291"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.485525"], ["updated_at", "2018-10-11 16:41:20.485525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.490063"], ["updated_at", "2018-10-11 16:41:20.490063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.492536"], ["updated_at", "2018-10-11 16:41:20.492536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.494208"], ["updated_at", "2018-10-11 16:41:20.494208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.495833"], ["updated_at", "2018-10-11 16:41:20.495833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.497491"], ["updated_at", "2018-10-11 16:41:20.497491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.499046"], ["updated_at", "2018-10-11 16:41:20.499046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.500618"], ["updated_at", "2018-10-11 16:41:20.500618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.502217"], ["updated_at", "2018-10-11 16:41:20.502217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.503972"], ["updated_at", "2018-10-11 16:41:20.503972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.505649"], ["updated_at", "2018-10-11 16:41:20.505649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.507348"], ["updated_at", "2018-10-11 16:41:20.507348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.508993"], ["updated_at", "2018-10-11 16:41:20.508993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.510604"], ["updated_at", "2018-10-11 16:41:20.510604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.512265"], ["updated_at", "2018-10-11 16:41:20.512265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.513873"], ["updated_at", "2018-10-11 16:41:20.513873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.515451"], ["updated_at", "2018-10-11 16:41:20.515451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.517067"], ["updated_at", "2018-10-11 16:41:20.517067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.518592"], ["updated_at", "2018-10-11 16:41:20.518592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.520234"], ["updated_at", "2018-10-11 16:41:20.520234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.521853"], ["updated_at", "2018-10-11 16:41:20.521853"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.523437"], ["updated_at", "2018-10-11 16:41:20.523437"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.525436"], ["updated_at", "2018-10-11 16:41:20.525436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.528143"], ["updated_at", "2018-10-11 16:41:20.528143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.529991"], ["updated_at", "2018-10-11 16:41:20.529991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.531716"], ["updated_at", "2018-10-11 16:41:20.531716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.533357"], ["updated_at", "2018-10-11 16:41:20.533357"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.534931"], ["updated_at", "2018-10-11 16:41:20.534931"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.536530"], ["updated_at", "2018-10-11 16:41:20.536530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.539521"], ["updated_at", "2018-10-11 16:41:20.539521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.541264"], ["updated_at", "2018-10-11 16:41:20.541264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.542851"], ["updated_at", "2018-10-11 16:41:20.542851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.544525"], ["updated_at", "2018-10-11 16:41:20.544525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.546173"], ["updated_at", "2018-10-11 16:41:20.546173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.547797"], ["updated_at", "2018-10-11 16:41:20.547797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.549361"], ["updated_at", "2018-10-11 16:41:20.549361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.550957"], ["updated_at", "2018-10-11 16:41:20.550957"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.553737"], ["updated_at", "2018-10-11 16:41:20.553737"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.558597"], ["updated_at", "2018-10-11 16:41:20.558597"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.561343"], ["updated_at", "2018-10-11 16:41:20.561343"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.564024"], ["updated_at", "2018-10-11 16:41:20.564024"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.566669"], ["updated_at", "2018-10-11 16:41:20.566669"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.569370"], ["updated_at", "2018-10-11 16:41:20.569370"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.572446"], ["updated_at", "2018-10-11 16:41:20.572446"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.575092"], ["updated_at", "2018-10-11 16:41:20.575092"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.577575"], ["updated_at", "2018-10-11 16:41:20.577575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.579343"], ["updated_at", "2018-10-11 16:41:20.579343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.581091"], ["updated_at", "2018-10-11 16:41:20.581091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.582627"], ["updated_at", "2018-10-11 16:41:20.582627"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.584243"], ["updated_at", "2018-10-11 16:41:20.584243"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.585937"], ["updated_at", "2018-10-11 16:41:20.585937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.587712"], ["updated_at", "2018-10-11 16:41:20.587712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.589484"], ["updated_at", "2018-10-11 16:41:20.589484"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.591479"], ["updated_at", "2018-10-11 16:41:20.591479"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.594846"], ["updated_at", "2018-10-11 16:41:20.594846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.597938"], ["updated_at", "2018-10-11 16:41:20.597938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.599649"], ["updated_at", "2018-10-11 16:41:20.599649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.601308"], ["updated_at", "2018-10-11 16:41:20.601308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.602953"], ["updated_at", "2018-10-11 16:41:20.602953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.604682"], ["updated_at", "2018-10-11 16:41:20.604682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.607645"], ["updated_at", "2018-10-11 16:41:20.607645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.609257"], ["updated_at", "2018-10-11 16:41:20.609257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.610910"], ["updated_at", "2018-10-11 16:41:20.610910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.612636"], ["updated_at", "2018-10-11 16:41:20.612636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.614321"], ["updated_at", "2018-10-11 16:41:20.614321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.615892"], ["updated_at", "2018-10-11 16:41:20.615892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.617542"], ["updated_at", "2018-10-11 16:41:20.617542"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.620025"], ["updated_at", "2018-10-11 16:41:20.620025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.624532"], ["updated_at", "2018-10-11 16:41:20.624532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.626662"], ["updated_at", "2018-10-11 16:41:20.626662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.628407"], ["updated_at", "2018-10-11 16:41:20.628407"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.630201"], ["updated_at", "2018-10-11 16:41:20.630201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.632125"], ["updated_at", "2018-10-11 16:41:20.632125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.633758"], ["updated_at", "2018-10-11 16:41:20.633758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.635390"], ["updated_at", "2018-10-11 16:41:20.635390"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.637104"], ["updated_at", "2018-10-11 16:41:20.637104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.638894"], ["updated_at", "2018-10-11 16:41:20.638894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.640437"], ["updated_at", "2018-10-11 16:41:20.640437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.642107"], ["updated_at", "2018-10-11 16:41:20.642107"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.643856"], ["updated_at", "2018-10-11 16:41:20.643856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.645554"], ["updated_at", "2018-10-11 16:41:20.645554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.647318"], ["updated_at", "2018-10-11 16:41:20.647318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.648901"], ["updated_at", "2018-10-11 16:41:20.648901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.650526"], ["updated_at", "2018-10-11 16:41:20.650526"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.652125"], ["updated_at", "2018-10-11 16:41:20.652125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.653798"], ["updated_at", "2018-10-11 16:41:20.653798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.655564"], ["updated_at", "2018-10-11 16:41:20.655564"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.657398"], ["updated_at", "2018-10-11 16:41:20.657398"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.659566"], ["updated_at", "2018-10-11 16:41:20.659566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.661654"], ["updated_at", "2018-10-11 16:41:20.661654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.663523"], ["updated_at", "2018-10-11 16:41:20.663523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.665147"], ["updated_at", "2018-10-11 16:41:20.665147"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.666728"], ["updated_at", "2018-10-11 16:41:20.666728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.668296"], ["updated_at", "2018-10-11 16:41:20.668296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.671461"], ["updated_at", "2018-10-11 16:41:20.671461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.673142"], ["updated_at", "2018-10-11 16:41:20.673142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.674697"], ["updated_at", "2018-10-11 16:41:20.674697"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.676437"], ["updated_at", "2018-10-11 16:41:20.676437"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.678406"], ["updated_at", "2018-10-11 16:41:20.678406"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.681149"], ["updated_at", "2018-10-11 16:41:20.681149"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.683827"], ["updated_at", "2018-10-11 16:41:20.683827"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.687352"], ["updated_at", "2018-10-11 16:41:20.687352"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.692225"], ["updated_at", "2018-10-11 16:41:20.692225"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.695078"], ["updated_at", "2018-10-11 16:41:20.695078"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.697962"], ["updated_at", "2018-10-11 16:41:20.697962"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.700577"], ["updated_at", "2018-10-11 16:41:20.700577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.702447"], ["updated_at", "2018-10-11 16:41:20.702447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.704140"], ["updated_at", "2018-10-11 16:41:20.704140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.705757"], ["updated_at", "2018-10-11 16:41:20.705757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.707576"], ["updated_at", "2018-10-11 16:41:20.707576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.709269"], ["updated_at", "2018-10-11 16:41:20.709269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.710889"], ["updated_at", "2018-10-11 16:41:20.710889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.712602"], ["updated_at", "2018-10-11 16:41:20.712602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.714352"], ["updated_at", "2018-10-11 16:41:20.714352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.715913"], ["updated_at", "2018-10-11 16:41:20.715913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.717502"], ["updated_at", "2018-10-11 16:41:20.717502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.719184"], ["updated_at", "2018-10-11 16:41:20.719184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.720781"], ["updated_at", "2018-10-11 16:41:20.720781"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.722439"], ["updated_at", "2018-10-11 16:41:20.722439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.724529"], ["updated_at", "2018-10-11 16:41:20.724529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.727124"], ["updated_at", "2018-10-11 16:41:20.727124"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.729401"], ["updated_at", "2018-10-11 16:41:20.729401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.732051"], ["updated_at", "2018-10-11 16:41:20.732051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.733787"], ["updated_at", "2018-10-11 16:41:20.733787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.735446"], ["updated_at", "2018-10-11 16:41:20.735446"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.737251"], ["updated_at", "2018-10-11 16:41:20.737251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.740296"], ["updated_at", "2018-10-11 16:41:20.740296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.742011"], ["updated_at", "2018-10-11 16:41:20.742011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.743611"], ["updated_at", "2018-10-11 16:41:20.743611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.745299"], ["updated_at", "2018-10-11 16:41:20.745299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.746952"], ["updated_at", "2018-10-11 16:41:20.746952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.748567"], ["updated_at", "2018-10-11 16:41:20.748567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.750162"], ["updated_at", "2018-10-11 16:41:20.750162"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.752151"], ["updated_at", "2018-10-11 16:41:20.752151"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.756409"], ["updated_at", "2018-10-11 16:41:20.756409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.759055"], ["updated_at", "2018-10-11 16:41:20.759055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.760729"], ["updated_at", "2018-10-11 16:41:20.760729"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.762393"], ["updated_at", "2018-10-11 16:41:20.762393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.764225"], ["updated_at", "2018-10-11 16:41:20.764225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.765841"], ["updated_at", "2018-10-11 16:41:20.765841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.767411"], ["updated_at", "2018-10-11 16:41:20.767411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.769074"], ["updated_at", "2018-10-11 16:41:20.769074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.770811"], ["updated_at", "2018-10-11 16:41:20.770811"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.772509"], ["updated_at", "2018-10-11 16:41:20.772509"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.774498"], ["updated_at", "2018-10-11 16:41:20.774498"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.776558"], ["updated_at", "2018-10-11 16:41:20.776558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.778362"], ["updated_at", "2018-10-11 16:41:20.778362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.780037"], ["updated_at", "2018-10-11 16:41:20.780037"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.781864"], ["updated_at", "2018-10-11 16:41:20.781864"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.783559"], ["updated_at", "2018-10-11 16:41:20.783559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.785597"], ["updated_at", "2018-10-11 16:41:20.785597"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.787350"], ["updated_at", "2018-10-11 16:41:20.787350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.789101"], ["updated_at", "2018-10-11 16:41:20.789101"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.790939"], ["updated_at", "2018-10-11 16:41:20.790939"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.793574"], ["updated_at", "2018-10-11 16:41:20.793574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.796061"], ["updated_at", "2018-10-11 16:41:20.796061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.797808"], ["updated_at", "2018-10-11 16:41:20.797808"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.799486"], ["updated_at", "2018-10-11 16:41:20.799486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.802004"], ["updated_at", "2018-10-11 16:41:20.802004"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.803679"], ["updated_at", "2018-10-11 16:41:20.803679"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.807499"], ["updated_at", "2018-10-11 16:41:20.807499"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.810225"], ["updated_at", "2018-10-11 16:41:20.810225"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.813155"], ["updated_at", "2018-10-11 16:41:20.813155"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.815906"], ["updated_at", "2018-10-11 16:41:20.815906"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.818505"], ["updated_at", "2018-10-11 16:41:20.818505"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.822968"], ["updated_at", "2018-10-11 16:41:20.822968"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.827024"], ["updated_at", "2018-10-11 16:41:20.827024"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.829230"], ["updated_at", "2018-10-11 16:41:20.829230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.831302"], ["updated_at", "2018-10-11 16:41:20.831302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.833102"], ["updated_at", "2018-10-11 16:41:20.833102"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.835959"], ["updated_at", "2018-10-11 16:41:20.835959"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.837880"], ["updated_at", "2018-10-11 16:41:20.837880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.839639"], ["updated_at", "2018-10-11 16:41:20.839639"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.841274"], ["updated_at", "2018-10-11 16:41:20.841274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.843052"], ["updated_at", "2018-10-11 16:41:20.843052"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.844940"], ["updated_at", "2018-10-11 16:41:20.844940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.846801"], ["updated_at", "2018-10-11 16:41:20.846801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.848452"], ["updated_at", "2018-10-11 16:41:20.848452"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.850197"], ["updated_at", "2018-10-11 16:41:20.850197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.851989"], ["updated_at", "2018-10-11 16:41:20.851989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.853611"], ["updated_at", "2018-10-11 16:41:20.853611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.855422"], ["updated_at", "2018-10-11 16:41:20.855422"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.857298"], ["updated_at", "2018-10-11 16:41:20.857298"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.860526"], ["updated_at", "2018-10-11 16:41:20.860526"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.862821"], ["updated_at", "2018-10-11 16:41:20.862821"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.864854"], ["updated_at", "2018-10-11 16:41:20.864854"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.866802"], ["updated_at", "2018-10-11 16:41:20.866802"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.868796"], ["updated_at", "2018-10-11 16:41:20.868796"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.871184"], ["updated_at", "2018-10-11 16:41:20.871184"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.875872"], ["updated_at", "2018-10-11 16:41:20.875872"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.877801"], ["updated_at", "2018-10-11 16:41:20.877801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.880418"], ["updated_at", "2018-10-11 16:41:20.880418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.882165"], ["updated_at", "2018-10-11 16:41:20.882165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.883834"], ["updated_at", "2018-10-11 16:41:20.883834"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.885400"], ["updated_at", "2018-10-11 16:41:20.885400"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.888653"], ["updated_at", "2018-10-11 16:41:20.888653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.892443"], ["updated_at", "2018-10-11 16:41:20.892443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.894228"], ["updated_at", "2018-10-11 16:41:20.894228"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.895948"], ["updated_at", "2018-10-11 16:41:20.895948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.897682"], ["updated_at", "2018-10-11 16:41:20.897682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.899248"], ["updated_at", "2018-10-11 16:41:20.899248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.900873"], ["updated_at", "2018-10-11 16:41:20.900873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.902410"], ["updated_at", "2018-10-11 16:41:20.902410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.904033"], ["updated_at", "2018-10-11 16:41:20.904033"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.906024"], ["updated_at", "2018-10-11 16:41:20.906024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.907729"], ["updated_at", "2018-10-11 16:41:20.907729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.909354"], ["updated_at", "2018-10-11 16:41:20.909354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.910964"], ["updated_at", "2018-10-11 16:41:20.910964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.912659"], ["updated_at", "2018-10-11 16:41:20.912659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.914319"], ["updated_at", "2018-10-11 16:41:20.914319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.915982"], ["updated_at", "2018-10-11 16:41:20.915982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.917711"], ["updated_at", "2018-10-11 16:41:20.917711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.919244"], ["updated_at", "2018-10-11 16:41:20.919244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.920912"], ["updated_at", "2018-10-11 16:41:20.920912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.922561"], ["updated_at", "2018-10-11 16:41:20.922561"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.924456"], ["updated_at", "2018-10-11 16:41:20.924456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.926963"], ["updated_at", "2018-10-11 16:41:20.926963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.929359"], ["updated_at", "2018-10-11 16:41:20.929359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.931061"], ["updated_at", "2018-10-11 16:41:20.931061"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.932708"], ["updated_at", "2018-10-11 16:41:20.932708"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.934685"], ["updated_at", "2018-10-11 16:41:20.934685"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.936688"], ["updated_at", "2018-10-11 16:41:20.936688"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.938748"], ["updated_at", "2018-10-11 16:41:20.938748"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.942178"], ["updated_at", "2018-10-11 16:41:20.942178"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.944702"], ["updated_at", "2018-10-11 16:41:20.944702"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.947413"], ["updated_at", "2018-10-11 16:41:20.947413"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.949994"], ["updated_at", "2018-10-11 16:41:20.949994"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.952790"], ["updated_at", "2018-10-11 16:41:20.952790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.957413"], ["updated_at", "2018-10-11 16:41:20.957413"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.959823"], ["updated_at", "2018-10-11 16:41:20.959823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.961673"], ["updated_at", "2018-10-11 16:41:20.961673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.963407"], ["updated_at", "2018-10-11 16:41:20.963407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.965092"], ["updated_at", "2018-10-11 16:41:20.965092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.966719"], ["updated_at", "2018-10-11 16:41:20.966719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.968275"], ["updated_at", "2018-10-11 16:41:20.968275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.969951"], ["updated_at", "2018-10-11 16:41:20.969951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.971688"], ["updated_at", "2018-10-11 16:41:20.971688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.973460"], ["updated_at", "2018-10-11 16:41:20.973460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.975023"], ["updated_at", "2018-10-11 16:41:20.975023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.976618"], ["updated_at", "2018-10-11 16:41:20.976618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.978264"], ["updated_at", "2018-10-11 16:41:20.978264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.980021"], ["updated_at", "2018-10-11 16:41:20.980021"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.981636"], ["updated_at", "2018-10-11 16:41:20.981636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.983246"], ["updated_at", "2018-10-11 16:41:20.983246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.984796"], ["updated_at", "2018-10-11 16:41:20.984796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.986441"], ["updated_at", "2018-10-11 16:41:20.986441"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.988111"], ["updated_at", "2018-10-11 16:41:20.988111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.989782"], ["updated_at", "2018-10-11 16:41:20.989782"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.991677"], ["updated_at", "2018-10-11 16:41:20.991677"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.994381"], ["updated_at", "2018-10-11 16:41:20.994381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.996562"], ["updated_at", "2018-10-11 16:41:20.996562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.998216"], ["updated_at", "2018-10-11 16:41:20.998216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:20.999802"], ["updated_at", "2018-10-11 16:41:20.999802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.001509"], ["updated_at", "2018-10-11 16:41:21.001509"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.003153"], ["updated_at", "2018-10-11 16:41:21.003153"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.006287"], ["updated_at", "2018-10-11 16:41:21.006287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.008022"], ["updated_at", "2018-10-11 16:41:21.008022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.009600"], ["updated_at", "2018-10-11 16:41:21.009600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.011290"], ["updated_at", "2018-10-11 16:41:21.011290"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.012967"], ["updated_at", "2018-10-11 16:41:21.012967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.014680"], ["updated_at", "2018-10-11 16:41:21.014680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.016269"], ["updated_at", "2018-10-11 16:41:21.016269"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.017806"], ["updated_at", "2018-10-11 16:41:21.017806"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.020438"], ["updated_at", "2018-10-11 16:41:21.020438"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.024895"], ["updated_at", "2018-10-11 16:41:21.024895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.027124"], ["updated_at", "2018-10-11 16:41:21.027124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.028893"], ["updated_at", "2018-10-11 16:41:21.028893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.030612"], ["updated_at", "2018-10-11 16:41:21.030612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.032264"], ["updated_at", "2018-10-11 16:41:21.032264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.033912"], ["updated_at", "2018-10-11 16:41:21.033912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.035460"], ["updated_at", "2018-10-11 16:41:21.035460"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.037088"], ["updated_at", "2018-10-11 16:41:21.037088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.038855"], ["updated_at", "2018-10-11 16:41:21.038855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.040430"], ["updated_at", "2018-10-11 16:41:21.040430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.042044"], ["updated_at", "2018-10-11 16:41:21.042044"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.043615"], ["updated_at", "2018-10-11 16:41:21.043615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.045392"], ["updated_at", "2018-10-11 16:41:21.045392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.047094"], ["updated_at", "2018-10-11 16:41:21.047094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.048730"], ["updated_at", "2018-10-11 16:41:21.048730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.050284"], ["updated_at", "2018-10-11 16:41:21.050284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.051924"], ["updated_at", "2018-10-11 16:41:21.051924"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.053532"], ["updated_at", "2018-10-11 16:41:21.053532"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.055232"], ["updated_at", "2018-10-11 16:41:21.055232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.056946"], ["updated_at", "2018-10-11 16:41:21.056946"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.058950"], ["updated_at", "2018-10-11 16:41:21.058950"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.062139"], ["updated_at", "2018-10-11 16:41:21.062139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.064200"], ["updated_at", "2018-10-11 16:41:21.064200"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.066109"], ["updated_at", "2018-10-11 16:41:21.066109"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.068099"], ["updated_at", "2018-10-11 16:41:21.068099"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.070031"], ["updated_at", "2018-10-11 16:41:21.070031"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.072138"], ["updated_at", "2018-10-11 16:41:21.072138"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.077444"], ["updated_at", "2018-10-11 16:41:21.077444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.079904"], ["updated_at", "2018-10-11 16:41:21.079904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.081557"], ["updated_at", "2018-10-11 16:41:21.081557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.083127"], ["updated_at", "2018-10-11 16:41:21.083127"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.084758"], ["updated_at", "2018-10-11 16:41:21.084758"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.088187"], ["updated_at", "2018-10-11 16:41:21.088187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.092038"], ["updated_at", "2018-10-11 16:41:21.092038"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.093667"], ["updated_at", "2018-10-11 16:41:21.093667"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.095470"], ["updated_at", "2018-10-11 16:41:21.095470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.097219"], ["updated_at", "2018-10-11 16:41:21.097219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.098874"], ["updated_at", "2018-10-11 16:41:21.098874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.100585"], ["updated_at", "2018-10-11 16:41:21.100585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.102268"], ["updated_at", "2018-10-11 16:41:21.102268"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.103854"], ["updated_at", "2018-10-11 16:41:21.103854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.105561"], ["updated_at", "2018-10-11 16:41:21.105561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.107325"], ["updated_at", "2018-10-11 16:41:21.107325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.108990"], ["updated_at", "2018-10-11 16:41:21.108990"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.110590"], ["updated_at", "2018-10-11 16:41:21.110590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.112307"], ["updated_at", "2018-10-11 16:41:21.112307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.113984"], ["updated_at", "2018-10-11 16:41:21.113984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.115609"], ["updated_at", "2018-10-11 16:41:21.115609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.117222"], ["updated_at", "2018-10-11 16:41:21.117222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.118862"], ["updated_at", "2018-10-11 16:41:21.118862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.120466"], ["updated_at", "2018-10-11 16:41:21.120466"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.122125"], ["updated_at", "2018-10-11 16:41:21.122125"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.123844"], ["updated_at", "2018-10-11 16:41:21.123844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.126307"], ["updated_at", "2018-10-11 16:41:21.126307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.128291"], ["updated_at", "2018-10-11 16:41:21.128291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.129918"], ["updated_at", "2018-10-11 16:41:21.129918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.131475"], ["updated_at", "2018-10-11 16:41:21.131475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.133025"], ["updated_at", "2018-10-11 16:41:21.133025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.134593"], ["updated_at", "2018-10-11 16:41:21.134593"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.138373"], ["updated_at", "2018-10-11 16:41:21.138373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.140160"], ["updated_at", "2018-10-11 16:41:21.140160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.141741"], ["updated_at", "2018-10-11 16:41:21.141741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.143391"], ["updated_at", "2018-10-11 16:41:21.143391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.145069"], ["updated_at", "2018-10-11 16:41:21.145069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.146758"], ["updated_at", "2018-10-11 16:41:21.146758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.148345"], ["updated_at", "2018-10-11 16:41:21.148345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.149921"], ["updated_at", "2018-10-11 16:41:21.149921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.151521"], ["updated_at", "2018-10-11 16:41:21.151521"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.154178"], ["updated_at", "2018-10-11 16:41:21.154178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.158644"], ["updated_at", "2018-10-11 16:41:21.158644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.160542"], ["updated_at", "2018-10-11 16:41:21.160542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.162178"], ["updated_at", "2018-10-11 16:41:21.162178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.163967"], ["updated_at", "2018-10-11 16:41:21.163967"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.165763"], ["updated_at", "2018-10-11 16:41:21.165763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.167748"], ["updated_at", "2018-10-11 16:41:21.167748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.169377"], ["updated_at", "2018-10-11 16:41:21.169377"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.171119"], ["updated_at", "2018-10-11 16:41:21.171119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.172903"], ["updated_at", "2018-10-11 16:41:21.172903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.174502"], ["updated_at", "2018-10-11 16:41:21.174502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.176081"], ["updated_at", "2018-10-11 16:41:21.176081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.177953"], ["updated_at", "2018-10-11 16:41:21.177953"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.179663"], ["updated_at", "2018-10-11 16:41:21.179663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.181428"], ["updated_at", "2018-10-11 16:41:21.181428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.183111"], ["updated_at", "2018-10-11 16:41:21.183111"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.185383"], ["updated_at", "2018-10-11 16:41:21.185383"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.188953"], ["updated_at", "2018-10-11 16:41:21.188953"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.192209"], ["updated_at", "2018-10-11 16:41:21.192209"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.195217"], ["updated_at", "2018-10-11 16:41:21.195217"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.197649"], ["updated_at", "2018-10-11 16:41:21.197649"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.200034"], ["updated_at", "2018-10-11 16:41:21.200034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.202078"], ["updated_at", "2018-10-11 16:41:21.202078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.203799"], ["updated_at", "2018-10-11 16:41:21.203799"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.205702"], ["updated_at", "2018-10-11 16:41:21.205702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.208626"], ["updated_at", "2018-10-11 16:41:21.208626"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.210567"], ["updated_at", "2018-10-11 16:41:21.210567"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.212480"], ["updated_at", "2018-10-11 16:41:21.212480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.214230"], ["updated_at", "2018-10-11 16:41:21.214230"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.215904"], ["updated_at", "2018-10-11 16:41:21.215904"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.217533"], ["updated_at", "2018-10-11 16:41:21.217533"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.219978"], ["updated_at", "2018-10-11 16:41:21.219978"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.224246"], ["updated_at", "2018-10-11 16:41:21.224246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.226407"], ["updated_at", "2018-10-11 16:41:21.226407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.228084"], ["updated_at", "2018-10-11 16:41:21.228084"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.229758"], ["updated_at", "2018-10-11 16:41:21.229758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.231402"], ["updated_at", "2018-10-11 16:41:21.231402"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.232989"], ["updated_at", "2018-10-11 16:41:21.232989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.234618"], ["updated_at", "2018-10-11 16:41:21.234618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.236209"], ["updated_at", "2018-10-11 16:41:21.236209"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.238075"], ["updated_at", "2018-10-11 16:41:21.238075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.239830"], ["updated_at", "2018-10-11 16:41:21.239830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.241482"], ["updated_at", "2018-10-11 16:41:21.241482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.243050"], ["updated_at", "2018-10-11 16:41:21.243050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.244804"], ["updated_at", "2018-10-11 16:41:21.244804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.246516"], ["updated_at", "2018-10-11 16:41:21.246516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.248121"], ["updated_at", "2018-10-11 16:41:21.248121"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.249711"], ["updated_at", "2018-10-11 16:41:21.249711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.251397"], ["updated_at", "2018-10-11 16:41:21.251397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.253067"], ["updated_at", "2018-10-11 16:41:21.253067"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.254731"], ["updated_at", "2018-10-11 16:41:21.254731"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.257848"], ["updated_at", "2018-10-11 16:41:21.257848"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.260474"], ["updated_at", "2018-10-11 16:41:21.260474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.262297"], ["updated_at", "2018-10-11 16:41:21.262297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.263982"], ["updated_at", "2018-10-11 16:41:21.263982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.265649"], ["updated_at", "2018-10-11 16:41:21.265649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.267191"], ["updated_at", "2018-10-11 16:41:21.267191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.268656"], ["updated_at", "2018-10-11 16:41:21.268656"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.271706"], ["updated_at", "2018-10-11 16:41:21.271706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.273359"], ["updated_at", "2018-10-11 16:41:21.273359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.274941"], ["updated_at", "2018-10-11 16:41:21.274941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.276541"], ["updated_at", "2018-10-11 16:41:21.276541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.278224"], ["updated_at", "2018-10-11 16:41:21.278224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.279919"], ["updated_at", "2018-10-11 16:41:21.279919"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.281494"], ["updated_at", "2018-10-11 16:41:21.281494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.283178"], ["updated_at", "2018-10-11 16:41:21.283178"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.284817"], ["updated_at", "2018-10-11 16:41:21.284817"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.287916"], ["updated_at", "2018-10-11 16:41:21.287916"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.292583"], ["updated_at", "2018-10-11 16:41:21.292583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.294375"], ["updated_at", "2018-10-11 16:41:21.294375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.296033"], ["updated_at", "2018-10-11 16:41:21.296033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.297629"], ["updated_at", "2018-10-11 16:41:21.297629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.299307"], ["updated_at", "2018-10-11 16:41:21.299307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.300869"], ["updated_at", "2018-10-11 16:41:21.300869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.302516"], ["updated_at", "2018-10-11 16:41:21.302516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.304145"], ["updated_at", "2018-10-11 16:41:21.304145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.305858"], ["updated_at", "2018-10-11 16:41:21.305858"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.307868"], ["updated_at", "2018-10-11 16:41:21.307868"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.311154"], ["updated_at", "2018-10-11 16:41:21.311154"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.314770"], ["updated_at", "2018-10-11 16:41:21.314770"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.318152"], ["updated_at", "2018-10-11 16:41:21.318152"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.321682"], ["updated_at", "2018-10-11 16:41:21.321682"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.324746"], ["updated_at", "2018-10-11 16:41:21.324746"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.327267"], ["updated_at", "2018-10-11 16:41:21.327267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.329050"], ["updated_at", "2018-10-11 16:41:21.329050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.330679"], ["updated_at", "2018-10-11 16:41:21.330679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.332208"], ["updated_at", "2018-10-11 16:41:21.332208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.333780"], ["updated_at", "2018-10-11 16:41:21.333780"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.335290"], ["updated_at", "2018-10-11 16:41:21.335290"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.338561"], ["updated_at", "2018-10-11 16:41:21.338561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.340286"], ["updated_at", "2018-10-11 16:41:21.340286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.341822"], ["updated_at", "2018-10-11 16:41:21.341822"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.343391"], ["updated_at", "2018-10-11 16:41:21.343391"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.345088"], ["updated_at", "2018-10-11 16:41:21.345088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.346795"], ["updated_at", "2018-10-11 16:41:21.346795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.348433"], ["updated_at", "2018-10-11 16:41:21.348433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.350027"], ["updated_at", "2018-10-11 16:41:21.350027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.351674"], ["updated_at", "2018-10-11 16:41:21.351674"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.354282"], ["updated_at", "2018-10-11 16:41:21.354282"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.358128"], ["updated_at", "2018-10-11 16:41:21.358128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.360420"], ["updated_at", "2018-10-11 16:41:21.360420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.362061"], ["updated_at", "2018-10-11 16:41:21.362061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.363808"], ["updated_at", "2018-10-11 16:41:21.363808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.365363"], ["updated_at", "2018-10-11 16:41:21.365363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.366999"], ["updated_at", "2018-10-11 16:41:21.366999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.368716"], ["updated_at", "2018-10-11 16:41:21.368716"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.370386"], ["updated_at", "2018-10-11 16:41:21.370386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.372172"], ["updated_at", "2018-10-11 16:41:21.372172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.373808"], ["updated_at", "2018-10-11 16:41:21.373808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.375520"], ["updated_at", "2018-10-11 16:41:21.375520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.377062"], ["updated_at", "2018-10-11 16:41:21.377062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.378880"], ["updated_at", "2018-10-11 16:41:21.378880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.380640"], ["updated_at", "2018-10-11 16:41:21.380640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.382273"], ["updated_at", "2018-10-11 16:41:21.382273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.383951"], ["updated_at", "2018-10-11 16:41:21.383951"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.385473"], ["updated_at", "2018-10-11 16:41:21.385473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.387089"], ["updated_at", "2018-10-11 16:41:21.387089"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.388803"], ["updated_at", "2018-10-11 16:41:21.388803"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.390664"], ["updated_at", "2018-10-11 16:41:21.390664"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.393030"], ["updated_at", "2018-10-11 16:41:21.393030"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.394817"], ["updated_at", "2018-10-11 16:41:21.394817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.396515"], ["updated_at", "2018-10-11 16:41:21.396515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.398235"], ["updated_at", "2018-10-11 16:41:21.398235"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.399793"], ["updated_at", "2018-10-11 16:41:21.399793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.401304"], ["updated_at", "2018-10-11 16:41:21.401304"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.405062"], ["updated_at", "2018-10-11 16:41:21.405062"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.407073"], ["updated_at", "2018-10-11 16:41:21.407073"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.408887"], ["updated_at", "2018-10-11 16:41:21.408887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.410595"], ["updated_at", "2018-10-11 16:41:21.410595"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.412256"], ["updated_at", "2018-10-11 16:41:21.412256"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.413947"], ["updated_at", "2018-10-11 16:41:21.413947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.415848"], ["updated_at", "2018-10-11 16:41:21.415848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.417382"], ["updated_at", "2018-10-11 16:41:21.417382"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.419862"], ["updated_at", "2018-10-11 16:41:21.419862"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.424078"], ["updated_at", "2018-10-11 16:41:21.424078"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.426257"], ["updated_at", "2018-10-11 16:41:21.426257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.427987"], ["updated_at", "2018-10-11 16:41:21.427987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.429653"], ["updated_at", "2018-10-11 16:41:21.429653"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.431855"], ["updated_at", "2018-10-11 16:41:21.431855"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.435287"], ["updated_at", "2018-10-11 16:41:21.435287"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.438752"], ["updated_at", "2018-10-11 16:41:21.438752"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.442341"], ["updated_at", "2018-10-11 16:41:21.442341"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.445838"], ["updated_at", "2018-10-11 16:41:21.445838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.449129"], ["updated_at", "2018-10-11 16:41:21.449129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.450684"], ["updated_at", "2018-10-11 16:41:21.450684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.452303"], ["updated_at", "2018-10-11 16:41:21.452303"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.453969"], ["updated_at", "2018-10-11 16:41:21.453969"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.455792"], ["updated_at", "2018-10-11 16:41:21.455792"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.457700"], ["updated_at", "2018-10-11 16:41:21.457700"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.460229"], ["updated_at", "2018-10-11 16:41:21.460229"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.462529"], ["updated_at", "2018-10-11 16:41:21.462529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.464203"], ["updated_at", "2018-10-11 16:41:21.464203"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.465730"], ["updated_at", "2018-10-11 16:41:21.465730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.467516"], ["updated_at", "2018-10-11 16:41:21.467516"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.469185"], ["updated_at", "2018-10-11 16:41:21.469185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.472029"], ["updated_at", "2018-10-11 16:41:21.472029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.473734"], ["updated_at", "2018-10-11 16:41:21.473734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.475297"], ["updated_at", "2018-10-11 16:41:21.475297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.476963"], ["updated_at", "2018-10-11 16:41:21.476963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.478773"], ["updated_at", "2018-10-11 16:41:21.478773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.480418"], ["updated_at", "2018-10-11 16:41:21.480418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.482001"], ["updated_at", "2018-10-11 16:41:21.482001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.483717"], ["updated_at", "2018-10-11 16:41:21.483717"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.485400"], ["updated_at", "2018-10-11 16:41:21.485400"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.488223"], ["updated_at", "2018-10-11 16:41:21.488223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.492345"], ["updated_at", "2018-10-11 16:41:21.492345"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.494177"], ["updated_at", "2018-10-11 16:41:21.494177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.495900"], ["updated_at", "2018-10-11 16:41:21.495900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.497611"], ["updated_at", "2018-10-11 16:41:21.497611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.499190"], ["updated_at", "2018-10-11 16:41:21.499190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.500853"], ["updated_at", "2018-10-11 16:41:21.500853"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.502423"], ["updated_at", "2018-10-11 16:41:21.502423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.504111"], ["updated_at", "2018-10-11 16:41:21.504111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.505843"], ["updated_at", "2018-10-11 16:41:21.505843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.507506"], ["updated_at", "2018-10-11 16:41:21.507506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.509127"], ["updated_at", "2018-10-11 16:41:21.509127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.510718"], ["updated_at", "2018-10-11 16:41:21.510718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.512357"], ["updated_at", "2018-10-11 16:41:21.512357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.514040"], ["updated_at", "2018-10-11 16:41:21.514040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.515646"], ["updated_at", "2018-10-11 16:41:21.515646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.517323"], ["updated_at", "2018-10-11 16:41:21.517323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.518872"], ["updated_at", "2018-10-11 16:41:21.518872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.520525"], ["updated_at", "2018-10-11 16:41:21.520525"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.522148"], ["updated_at", "2018-10-11 16:41:21.522148"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.524022"], ["updated_at", "2018-10-11 16:41:21.524022"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.526111"], ["updated_at", "2018-10-11 16:41:21.526111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.528084"], ["updated_at", "2018-10-11 16:41:21.528084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.529764"], ["updated_at", "2018-10-11 16:41:21.529764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.531397"], ["updated_at", "2018-10-11 16:41:21.531397"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.532949"], ["updated_at", "2018-10-11 16:41:21.532949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.534656"], ["updated_at", "2018-10-11 16:41:21.534656"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.536592"], ["updated_at", "2018-10-11 16:41:21.536592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.539645"], ["updated_at", "2018-10-11 16:41:21.539645"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.541242"], ["updated_at", "2018-10-11 16:41:21.541242"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.542888"], ["updated_at", "2018-10-11 16:41:21.542888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.544531"], ["updated_at", "2018-10-11 16:41:21.544531"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.546159"], ["updated_at", "2018-10-11 16:41:21.546159"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.547839"], ["updated_at", "2018-10-11 16:41:21.547839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.549499"], ["updated_at", "2018-10-11 16:41:21.549499"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.551074"], ["updated_at", "2018-10-11 16:41:21.551074"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.553619"], ["updated_at", "2018-10-11 16:41:21.553619"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.559063"], ["updated_at", "2018-10-11 16:41:21.559063"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.562052"], ["updated_at", "2018-10-11 16:41:21.562052"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.564389"], ["updated_at", "2018-10-11 16:41:21.564389"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.566874"], ["updated_at", "2018-10-11 16:41:21.566874"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.569102"], ["updated_at", "2018-10-11 16:41:21.569102"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.572969"], ["updated_at", "2018-10-11 16:41:21.572969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.575716"], ["updated_at", "2018-10-11 16:41:21.575716"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.577275"], ["updated_at", "2018-10-11 16:41:21.577275"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.579069"], ["updated_at", "2018-10-11 16:41:21.579069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.580872"], ["updated_at", "2018-10-11 16:41:21.580872"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.582543"], ["updated_at", "2018-10-11 16:41:21.582543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.584542"], ["updated_at", "2018-10-11 16:41:21.584542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.586118"], ["updated_at", "2018-10-11 16:41:21.586118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.587800"], ["updated_at", "2018-10-11 16:41:21.587800"], ["parent_id", 39895952907]] Kithe::Work Create (6.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.589471"], ["updated_at", "2018-10-11 16:41:21.589471"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.596868"], ["updated_at", "2018-10-11 16:41:21.596868"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.598775"], ["updated_at", "2018-10-11 16:41:21.598775"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.600538"], ["updated_at", "2018-10-11 16:41:21.600538"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.602362"], ["updated_at", "2018-10-11 16:41:21.602362"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.604344"], ["updated_at", "2018-10-11 16:41:21.604344"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.606761"], ["updated_at", "2018-10-11 16:41:21.606761"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.611218"], ["updated_at", "2018-10-11 16:41:21.611218"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.614231"], ["updated_at", "2018-10-11 16:41:21.614231"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.616761"], ["updated_at", "2018-10-11 16:41:21.616761"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.620048"], ["updated_at", "2018-10-11 16:41:21.620048"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.626665"], ["updated_at", "2018-10-11 16:41:21.626665"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.629463"], ["updated_at", "2018-10-11 16:41:21.629463"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.632008"], ["updated_at", "2018-10-11 16:41:21.632008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.634082"], ["updated_at", "2018-10-11 16:41:21.634082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.635889"], ["updated_at", "2018-10-11 16:41:21.635889"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.637484"], ["updated_at", "2018-10-11 16:41:21.637484"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.639795"], ["updated_at", "2018-10-11 16:41:21.639795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.641905"], ["updated_at", "2018-10-11 16:41:21.641905"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.643703"], ["updated_at", "2018-10-11 16:41:21.643703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.645380"], ["updated_at", "2018-10-11 16:41:21.645380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.647166"], ["updated_at", "2018-10-11 16:41:21.647166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.648793"], ["updated_at", "2018-10-11 16:41:21.648793"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.650352"], ["updated_at", "2018-10-11 16:41:21.650352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.652289"], ["updated_at", "2018-10-11 16:41:21.652289"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.653971"], ["updated_at", "2018-10-11 16:41:21.653971"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.655662"], ["updated_at", "2018-10-11 16:41:21.655662"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.657456"], ["updated_at", "2018-10-11 16:41:21.657456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.659913"], ["updated_at", "2018-10-11 16:41:21.659913"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.661729"], ["updated_at", "2018-10-11 16:41:21.661729"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.663609"], ["updated_at", "2018-10-11 16:41:21.663609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.665676"], ["updated_at", "2018-10-11 16:41:21.665676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.667272"], ["updated_at", "2018-10-11 16:41:21.667272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.668839"], ["updated_at", "2018-10-11 16:41:21.668839"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.672346"], ["updated_at", "2018-10-11 16:41:21.672346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.673969"], ["updated_at", "2018-10-11 16:41:21.673969"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.675580"], ["updated_at", "2018-10-11 16:41:21.675580"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.677945"], ["updated_at", "2018-10-11 16:41:21.677945"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.681349"], ["updated_at", "2018-10-11 16:41:21.681349"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.684602"], ["updated_at", "2018-10-11 16:41:21.684602"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.689928"], ["updated_at", "2018-10-11 16:41:21.689928"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.694278"], ["updated_at", "2018-10-11 16:41:21.694278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.697743"], ["updated_at", "2018-10-11 16:41:21.697743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.699605"], ["updated_at", "2018-10-11 16:41:21.699605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.701243"], ["updated_at", "2018-10-11 16:41:21.701243"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.702848"], ["updated_at", "2018-10-11 16:41:21.702848"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.704768"], ["updated_at", "2018-10-11 16:41:21.704768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.706604"], ["updated_at", "2018-10-11 16:41:21.706604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.709528"], ["updated_at", "2018-10-11 16:41:21.709528"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.711234"], ["updated_at", "2018-10-11 16:41:21.711234"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.713003"], ["updated_at", "2018-10-11 16:41:21.713003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.714751"], ["updated_at", "2018-10-11 16:41:21.714751"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.716350"], ["updated_at", "2018-10-11 16:41:21.716350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.718013"], ["updated_at", "2018-10-11 16:41:21.718013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.719582"], ["updated_at", "2018-10-11 16:41:21.719582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.721255"], ["updated_at", "2018-10-11 16:41:21.721255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.722989"], ["updated_at", "2018-10-11 16:41:21.722989"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.725611"], ["updated_at", "2018-10-11 16:41:21.725611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.728562"], ["updated_at", "2018-10-11 16:41:21.728562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.730383"], ["updated_at", "2018-10-11 16:41:21.730383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.731964"], ["updated_at", "2018-10-11 16:41:21.731964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.733487"], ["updated_at", "2018-10-11 16:41:21.733487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.735082"], ["updated_at", "2018-10-11 16:41:21.735082"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.736663"], ["updated_at", "2018-10-11 16:41:21.736663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.739718"], ["updated_at", "2018-10-11 16:41:21.739718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.741323"], ["updated_at", "2018-10-11 16:41:21.741323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.742896"], ["updated_at", "2018-10-11 16:41:21.742896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.744695"], ["updated_at", "2018-10-11 16:41:21.744695"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.746364"], ["updated_at", "2018-10-11 16:41:21.746364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.747995"], ["updated_at", "2018-10-11 16:41:21.747995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.749610"], ["updated_at", "2018-10-11 16:41:21.749610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.751222"], ["updated_at", "2018-10-11 16:41:21.751222"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.753600"], ["updated_at", "2018-10-11 16:41:21.753600"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.757556"], ["updated_at", "2018-10-11 16:41:21.757556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.759766"], ["updated_at", "2018-10-11 16:41:21.759766"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.761406"], ["updated_at", "2018-10-11 16:41:21.761406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.763151"], ["updated_at", "2018-10-11 16:41:21.763151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.764802"], ["updated_at", "2018-10-11 16:41:21.764802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.766366"], ["updated_at", "2018-10-11 16:41:21.766366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.768021"], ["updated_at", "2018-10-11 16:41:21.768021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.769661"], ["updated_at", "2018-10-11 16:41:21.769661"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.771778"], ["updated_at", "2018-10-11 16:41:21.771778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.773546"], ["updated_at", "2018-10-11 16:41:21.773546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.775328"], ["updated_at", "2018-10-11 16:41:21.775328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.776938"], ["updated_at", "2018-10-11 16:41:21.776938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.778655"], ["updated_at", "2018-10-11 16:41:21.778655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.780307"], ["updated_at", "2018-10-11 16:41:21.780307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.782214"], ["updated_at", "2018-10-11 16:41:21.782214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.783836"], ["updated_at", "2018-10-11 16:41:21.783836"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.785423"], ["updated_at", "2018-10-11 16:41:21.785423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.787064"], ["updated_at", "2018-10-11 16:41:21.787064"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.788736"], ["updated_at", "2018-10-11 16:41:21.788736"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.790509"], ["updated_at", "2018-10-11 16:41:21.790509"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.792691"], ["updated_at", "2018-10-11 16:41:21.792691"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.795148"], ["updated_at", "2018-10-11 16:41:21.795148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.796967"], ["updated_at", "2018-10-11 16:41:21.796967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.798988"], ["updated_at", "2018-10-11 16:41:21.798988"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.800626"], ["updated_at", "2018-10-11 16:41:21.800626"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.802642"], ["updated_at", "2018-10-11 16:41:21.802642"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.806739"], ["updated_at", "2018-10-11 16:41:21.806739"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.810559"], ["updated_at", "2018-10-11 16:41:21.810559"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.814740"], ["updated_at", "2018-10-11 16:41:21.814740"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.818274"], ["updated_at", "2018-10-11 16:41:21.818274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.823674"], ["updated_at", "2018-10-11 16:41:21.823674"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.827011"], ["updated_at", "2018-10-11 16:41:21.827011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.828737"], ["updated_at", "2018-10-11 16:41:21.828737"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.831042"], ["updated_at", "2018-10-11 16:41:21.831042"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.832807"], ["updated_at", "2018-10-11 16:41:21.832807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.834462"], ["updated_at", "2018-10-11 16:41:21.834462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.836034"], ["updated_at", "2018-10-11 16:41:21.836034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.837656"], ["updated_at", "2018-10-11 16:41:21.837656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.839475"], ["updated_at", "2018-10-11 16:41:21.839475"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.841015"], ["updated_at", "2018-10-11 16:41:21.841015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.842722"], ["updated_at", "2018-10-11 16:41:21.842722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.844617"], ["updated_at", "2018-10-11 16:41:21.844617"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.846406"], ["updated_at", "2018-10-11 16:41:21.846406"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.848230"], ["updated_at", "2018-10-11 16:41:21.848230"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.849973"], ["updated_at", "2018-10-11 16:41:21.849973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.851717"], ["updated_at", "2018-10-11 16:41:21.851717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.853305"], ["updated_at", "2018-10-11 16:41:21.853305"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.854982"], ["updated_at", "2018-10-11 16:41:21.854982"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.856832"], ["updated_at", "2018-10-11 16:41:21.856832"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.860221"], ["updated_at", "2018-10-11 16:41:21.860221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.862453"], ["updated_at", "2018-10-11 16:41:21.862453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.864464"], ["updated_at", "2018-10-11 16:41:21.864464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.866174"], ["updated_at", "2018-10-11 16:41:21.866174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.867697"], ["updated_at", "2018-10-11 16:41:21.867697"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.869312"], ["updated_at", "2018-10-11 16:41:21.869312"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.872341"], ["updated_at", "2018-10-11 16:41:21.872341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.874296"], ["updated_at", "2018-10-11 16:41:21.874296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.875917"], ["updated_at", "2018-10-11 16:41:21.875917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.877829"], ["updated_at", "2018-10-11 16:41:21.877829"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.879686"], ["updated_at", "2018-10-11 16:41:21.879686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.881349"], ["updated_at", "2018-10-11 16:41:21.881349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.882898"], ["updated_at", "2018-10-11 16:41:21.882898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.884539"], ["updated_at", "2018-10-11 16:41:21.884539"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.887243"], ["updated_at", "2018-10-11 16:41:21.887243"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.892116"], ["updated_at", "2018-10-11 16:41:21.892116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.894504"], ["updated_at", "2018-10-11 16:41:21.894504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.896494"], ["updated_at", "2018-10-11 16:41:21.896494"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.898180"], ["updated_at", "2018-10-11 16:41:21.898180"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.899722"], ["updated_at", "2018-10-11 16:41:21.899722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.901267"], ["updated_at", "2018-10-11 16:41:21.901267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.903051"], ["updated_at", "2018-10-11 16:41:21.903051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.905153"], ["updated_at", "2018-10-11 16:41:21.905153"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.907010"], ["updated_at", "2018-10-11 16:41:21.907010"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.909824"], ["updated_at", "2018-10-11 16:41:21.909824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.911703"], ["updated_at", "2018-10-11 16:41:21.911703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.913330"], ["updated_at", "2018-10-11 16:41:21.913330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.915078"], ["updated_at", "2018-10-11 16:41:21.915078"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.916972"], ["updated_at", "2018-10-11 16:41:21.916972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.918764"], ["updated_at", "2018-10-11 16:41:21.918764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.920430"], ["updated_at", "2018-10-11 16:41:21.920430"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.922124"], ["updated_at", "2018-10-11 16:41:21.922124"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.924476"], ["updated_at", "2018-10-11 16:41:21.924476"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.926781"], ["updated_at", "2018-10-11 16:41:21.926781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.928528"], ["updated_at", "2018-10-11 16:41:21.928528"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.930196"], ["updated_at", "2018-10-11 16:41:21.930196"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.932354"], ["updated_at", "2018-10-11 16:41:21.932354"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.934438"], ["updated_at", "2018-10-11 16:41:21.934438"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.936498"], ["updated_at", "2018-10-11 16:41:21.936498"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.942062"], ["updated_at", "2018-10-11 16:41:21.942062"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.945605"], ["updated_at", "2018-10-11 16:41:21.945605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.948713"], ["updated_at", "2018-10-11 16:41:21.948713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.950444"], ["updated_at", "2018-10-11 16:41:21.950444"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.952035"], ["updated_at", "2018-10-11 16:41:21.952035"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.954879"], ["updated_at", "2018-10-11 16:41:21.954879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.959249"], ["updated_at", "2018-10-11 16:41:21.959249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.960920"], ["updated_at", "2018-10-11 16:41:21.960920"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.962563"], ["updated_at", "2018-10-11 16:41:21.962563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.964668"], ["updated_at", "2018-10-11 16:41:21.964668"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.966292"], ["updated_at", "2018-10-11 16:41:21.966292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.968070"], ["updated_at", "2018-10-11 16:41:21.968070"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.969668"], ["updated_at", "2018-10-11 16:41:21.969668"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.971331"], ["updated_at", "2018-10-11 16:41:21.971331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.973217"], ["updated_at", "2018-10-11 16:41:21.973217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.974796"], ["updated_at", "2018-10-11 16:41:21.974796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.976443"], ["updated_at", "2018-10-11 16:41:21.976443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.978176"], ["updated_at", "2018-10-11 16:41:21.978176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.979922"], ["updated_at", "2018-10-11 16:41:21.979922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.981522"], ["updated_at", "2018-10-11 16:41:21.981522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.983382"], ["updated_at", "2018-10-11 16:41:21.983382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.985158"], ["updated_at", "2018-10-11 16:41:21.985158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.986751"], ["updated_at", "2018-10-11 16:41:21.986751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.988416"], ["updated_at", "2018-10-11 16:41:21.988416"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.990154"], ["updated_at", "2018-10-11 16:41:21.990154"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.993300"], ["updated_at", "2018-10-11 16:41:21.993300"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.995281"], ["updated_at", "2018-10-11 16:41:21.995281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.997287"], ["updated_at", "2018-10-11 16:41:21.997287"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:21.998917"], ["updated_at", "2018-10-11 16:41:21.998917"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.003644"], ["updated_at", "2018-10-11 16:41:22.003644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.010526"], ["updated_at", "2018-10-11 16:41:22.010526"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.012264"], ["updated_at", "2018-10-11 16:41:22.012264"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.161149"], ["updated_at", "2018-10-11 16:41:22.161149"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.163592"], ["updated_at", "2018-10-11 16:41:22.163592"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.166157"], ["updated_at", "2018-10-11 16:41:22.166157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.168404"], ["updated_at", "2018-10-11 16:41:22.168404"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.170619"], ["updated_at", "2018-10-11 16:41:22.170619"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.180885"], ["updated_at", "2018-10-11 16:41:22.180885"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.182994"], ["updated_at", "2018-10-11 16:41:22.182994"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.185657"], ["updated_at", "2018-10-11 16:41:22.185657"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.193481"], ["updated_at", "2018-10-11 16:41:22.193481"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.196537"], ["updated_at", "2018-10-11 16:41:22.196537"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.198842"], ["updated_at", "2018-10-11 16:41:22.198842"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.201149"], ["updated_at", "2018-10-11 16:41:22.201149"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.203269"], ["updated_at", "2018-10-11 16:41:22.203269"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.205381"], ["updated_at", "2018-10-11 16:41:22.205381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.208362"], ["updated_at", "2018-10-11 16:41:22.208362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.210235"], ["updated_at", "2018-10-11 16:41:22.210235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.212105"], ["updated_at", "2018-10-11 16:41:22.212105"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.213984"], ["updated_at", "2018-10-11 16:41:22.213984"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.216056"], ["updated_at", "2018-10-11 16:41:22.216056"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.218016"], ["updated_at", "2018-10-11 16:41:22.218016"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.224466"], ["updated_at", "2018-10-11 16:41:22.224466"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.227885"], ["updated_at", "2018-10-11 16:41:22.227885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.229909"], ["updated_at", "2018-10-11 16:41:22.229909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.231847"], ["updated_at", "2018-10-11 16:41:22.231847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.233589"], ["updated_at", "2018-10-11 16:41:22.233589"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.235204"], ["updated_at", "2018-10-11 16:41:22.235204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.238645"], ["updated_at", "2018-10-11 16:41:22.238645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.240510"], ["updated_at", "2018-10-11 16:41:22.240510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.242108"], ["updated_at", "2018-10-11 16:41:22.242108"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.243717"], ["updated_at", "2018-10-11 16:41:22.243717"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.245464"], ["updated_at", "2018-10-11 16:41:22.245464"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.247376"], ["updated_at", "2018-10-11 16:41:22.247376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.249250"], ["updated_at", "2018-10-11 16:41:22.249250"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.250863"], ["updated_at", "2018-10-11 16:41:22.250863"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.253085"], ["updated_at", "2018-10-11 16:41:22.253085"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.258139"], ["updated_at", "2018-10-11 16:41:22.258139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.261249"], ["updated_at", "2018-10-11 16:41:22.261249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.263384"], ["updated_at", "2018-10-11 16:41:22.263384"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.265126"], ["updated_at", "2018-10-11 16:41:22.265126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.266928"], ["updated_at", "2018-10-11 16:41:22.266928"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.268885"], ["updated_at", "2018-10-11 16:41:22.268885"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.270843"], ["updated_at", "2018-10-11 16:41:22.270843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.273967"], ["updated_at", "2018-10-11 16:41:22.273967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.275596"], ["updated_at", "2018-10-11 16:41:22.275596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.277213"], ["updated_at", "2018-10-11 16:41:22.277213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.278896"], ["updated_at", "2018-10-11 16:41:22.278896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.280684"], ["updated_at", "2018-10-11 16:41:22.280684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.282308"], ["updated_at", "2018-10-11 16:41:22.282308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.284021"], ["updated_at", "2018-10-11 16:41:22.284021"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.285681"], ["updated_at", "2018-10-11 16:41:22.285681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.287358"], ["updated_at", "2018-10-11 16:41:22.287358"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.289132"], ["updated_at", "2018-10-11 16:41:22.289132"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.292789"], ["updated_at", "2018-10-11 16:41:22.292789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.296473"], ["updated_at", "2018-10-11 16:41:22.296473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.298217"], ["updated_at", "2018-10-11 16:41:22.298217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.299779"], ["updated_at", "2018-10-11 16:41:22.299779"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.301624"], ["updated_at", "2018-10-11 16:41:22.301624"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.303468"], ["updated_at", "2018-10-11 16:41:22.303468"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.306254"], ["updated_at", "2018-10-11 16:41:22.306254"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.308883"], ["updated_at", "2018-10-11 16:41:22.308883"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.311768"], ["updated_at", "2018-10-11 16:41:22.311768"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.314527"], ["updated_at", "2018-10-11 16:41:22.314527"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.317157"], ["updated_at", "2018-10-11 16:41:22.317157"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.319854"], ["updated_at", "2018-10-11 16:41:22.319854"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.322550"], ["updated_at", "2018-10-11 16:41:22.322550"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.324867"], ["updated_at", "2018-10-11 16:41:22.324867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.327400"], ["updated_at", "2018-10-11 16:41:22.327400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.330633"], ["updated_at", "2018-10-11 16:41:22.330633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.332297"], ["updated_at", "2018-10-11 16:41:22.332297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.333917"], ["updated_at", "2018-10-11 16:41:22.333917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.335607"], ["updated_at", "2018-10-11 16:41:22.335607"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.338646"], ["updated_at", "2018-10-11 16:41:22.338646"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.341295"], ["updated_at", "2018-10-11 16:41:22.341295"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.344870"], ["updated_at", "2018-10-11 16:41:22.344870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.347270"], ["updated_at", "2018-10-11 16:41:22.347270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.348899"], ["updated_at", "2018-10-11 16:41:22.348899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.350500"], ["updated_at", "2018-10-11 16:41:22.350500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.352055"], ["updated_at", "2018-10-11 16:41:22.352055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.353652"], ["updated_at", "2018-10-11 16:41:22.353652"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.355243"], ["updated_at", "2018-10-11 16:41:22.355243"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.357124"], ["updated_at", "2018-10-11 16:41:22.357124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.358869"], ["updated_at", "2018-10-11 16:41:22.358869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.360501"], ["updated_at", "2018-10-11 16:41:22.360501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.362251"], ["updated_at", "2018-10-11 16:41:22.362251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.364020"], ["updated_at", "2018-10-11 16:41:22.364020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.365647"], ["updated_at", "2018-10-11 16:41:22.365647"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.367251"], ["updated_at", "2018-10-11 16:41:22.367251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.368868"], ["updated_at", "2018-10-11 16:41:22.368868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.370425"], ["updated_at", "2018-10-11 16:41:22.370425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.372269"], ["updated_at", "2018-10-11 16:41:22.372269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.373943"], ["updated_at", "2018-10-11 16:41:22.373943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.375603"], ["updated_at", "2018-10-11 16:41:22.375603"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.377237"], ["updated_at", "2018-10-11 16:41:22.377237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.379007"], ["updated_at", "2018-10-11 16:41:22.379007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.380733"], ["updated_at", "2018-10-11 16:41:22.380733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.382364"], ["updated_at", "2018-10-11 16:41:22.382364"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.384267"], ["updated_at", "2018-10-11 16:41:22.384267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.386001"], ["updated_at", "2018-10-11 16:41:22.386001"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.387636"], ["updated_at", "2018-10-11 16:41:22.387636"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.389335"], ["updated_at", "2018-10-11 16:41:22.389335"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.391131"], ["updated_at", "2018-10-11 16:41:22.391131"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.393774"], ["updated_at", "2018-10-11 16:41:22.393774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.395951"], ["updated_at", "2018-10-11 16:41:22.395951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.397755"], ["updated_at", "2018-10-11 16:41:22.397755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.399331"], ["updated_at", "2018-10-11 16:41:22.399331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.401016"], ["updated_at", "2018-10-11 16:41:22.401016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.402589"], ["updated_at", "2018-10-11 16:41:22.402589"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.405755"], ["updated_at", "2018-10-11 16:41:22.405755"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.408650"], ["updated_at", "2018-10-11 16:41:22.408650"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.412655"], ["updated_at", "2018-10-11 16:41:22.412655"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.414616"], ["updated_at", "2018-10-11 16:41:22.414616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.416463"], ["updated_at", "2018-10-11 16:41:22.416463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.418071"], ["updated_at", "2018-10-11 16:41:22.418071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.419676"], ["updated_at", "2018-10-11 16:41:22.419676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.421223"], ["updated_at", "2018-10-11 16:41:22.421223"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.422822"], ["updated_at", "2018-10-11 16:41:22.422822"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.424884"], ["updated_at", "2018-10-11 16:41:22.424884"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.427507"], ["updated_at", "2018-10-11 16:41:22.427507"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.430148"], ["updated_at", "2018-10-11 16:41:22.430148"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.432873"], ["updated_at", "2018-10-11 16:41:22.432873"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.435378"], ["updated_at", "2018-10-11 16:41:22.435378"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.438019"], ["updated_at", "2018-10-11 16:41:22.438019"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.440777"], ["updated_at", "2018-10-11 16:41:22.440777"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.443459"], ["updated_at", "2018-10-11 16:41:22.443459"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.445439"], ["updated_at", "2018-10-11 16:41:22.445439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.447264"], ["updated_at", "2018-10-11 16:41:22.447264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.449004"], ["updated_at", "2018-10-11 16:41:22.449004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.450650"], ["updated_at", "2018-10-11 16:41:22.450650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.452261"], ["updated_at", "2018-10-11 16:41:22.452261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.453845"], ["updated_at", "2018-10-11 16:41:22.453845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.455438"], ["updated_at", "2018-10-11 16:41:22.455438"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.457353"], ["updated_at", "2018-10-11 16:41:22.457353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.460010"], ["updated_at", "2018-10-11 16:41:22.460010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.462074"], ["updated_at", "2018-10-11 16:41:22.462074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.463891"], ["updated_at", "2018-10-11 16:41:22.463891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.465646"], ["updated_at", "2018-10-11 16:41:22.465646"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.467288"], ["updated_at", "2018-10-11 16:41:22.467288"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.469531"], ["updated_at", "2018-10-11 16:41:22.469531"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.472517"], ["updated_at", "2018-10-11 16:41:22.472517"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.476481"], ["updated_at", "2018-10-11 16:41:22.476481"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.479682"], ["updated_at", "2018-10-11 16:41:22.479682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.481395"], ["updated_at", "2018-10-11 16:41:22.481395"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.483108"], ["updated_at", "2018-10-11 16:41:22.483108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.484799"], ["updated_at", "2018-10-11 16:41:22.484799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.486331"], ["updated_at", "2018-10-11 16:41:22.486331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.487893"], ["updated_at", "2018-10-11 16:41:22.487893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.489527"], ["updated_at", "2018-10-11 16:41:22.489527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.491177"], ["updated_at", "2018-10-11 16:41:22.491177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.493020"], ["updated_at", "2018-10-11 16:41:22.493020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.494604"], ["updated_at", "2018-10-11 16:41:22.494604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.496208"], ["updated_at", "2018-10-11 16:41:22.496208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.497791"], ["updated_at", "2018-10-11 16:41:22.497791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.499475"], ["updated_at", "2018-10-11 16:41:22.499475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.501221"], ["updated_at", "2018-10-11 16:41:22.501221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.502802"], ["updated_at", "2018-10-11 16:41:22.502802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.504441"], ["updated_at", "2018-10-11 16:41:22.504441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.506064"], ["updated_at", "2018-10-11 16:41:22.506064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.507719"], ["updated_at", "2018-10-11 16:41:22.507719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.509343"], ["updated_at", "2018-10-11 16:41:22.509343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.510973"], ["updated_at", "2018-10-11 16:41:22.510973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.512573"], ["updated_at", "2018-10-11 16:41:22.512573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.514196"], ["updated_at", "2018-10-11 16:41:22.514196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.515882"], ["updated_at", "2018-10-11 16:41:22.515882"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.517604"], ["updated_at", "2018-10-11 16:41:22.517604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.519256"], ["updated_at", "2018-10-11 16:41:22.519256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.520878"], ["updated_at", "2018-10-11 16:41:22.520878"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.522477"], ["updated_at", "2018-10-11 16:41:22.522477"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.524485"], ["updated_at", "2018-10-11 16:41:22.524485"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.527239"], ["updated_at", "2018-10-11 16:41:22.527239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.529184"], ["updated_at", "2018-10-11 16:41:22.529184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.530877"], ["updated_at", "2018-10-11 16:41:22.530877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.532583"], ["updated_at", "2018-10-11 16:41:22.532583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.534250"], ["updated_at", "2018-10-11 16:41:22.534250"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.535917"], ["updated_at", "2018-10-11 16:41:22.535917"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.538659"], ["updated_at", "2018-10-11 16:41:22.538659"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.541511"], ["updated_at", "2018-10-11 16:41:22.541511"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.545290"], ["updated_at", "2018-10-11 16:41:22.545290"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.548026"], ["updated_at", "2018-10-11 16:41:22.548026"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.550603"], ["updated_at", "2018-10-11 16:41:22.550603"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.553088"], ["updated_at", "2018-10-11 16:41:22.553088"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.555633"], ["updated_at", "2018-10-11 16:41:22.555633"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.558339"], ["updated_at", "2018-10-11 16:41:22.558339"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.561038"], ["updated_at", "2018-10-11 16:41:22.561038"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.563659"], ["updated_at", "2018-10-11 16:41:22.563659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.566161"], ["updated_at", "2018-10-11 16:41:22.566161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.567958"], ["updated_at", "2018-10-11 16:41:22.567958"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.569541"], ["updated_at", "2018-10-11 16:41:22.569541"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.571243"], ["updated_at", "2018-10-11 16:41:22.571243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.572889"], ["updated_at", "2018-10-11 16:41:22.572889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.574539"], ["updated_at", "2018-10-11 16:41:22.574539"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.576253"], ["updated_at", "2018-10-11 16:41:22.576253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.577897"], ["updated_at", "2018-10-11 16:41:22.577897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.579606"], ["updated_at", "2018-10-11 16:41:22.579606"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.581280"], ["updated_at", "2018-10-11 16:41:22.581280"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.583181"], ["updated_at", "2018-10-11 16:41:22.583181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.584882"], ["updated_at", "2018-10-11 16:41:22.584882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.586461"], ["updated_at", "2018-10-11 16:41:22.586461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.588151"], ["updated_at", "2018-10-11 16:41:22.588151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.589806"], ["updated_at", "2018-10-11 16:41:22.589806"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.591726"], ["updated_at", "2018-10-11 16:41:22.591726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.594657"], ["updated_at", "2018-10-11 16:41:22.594657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.596435"], ["updated_at", "2018-10-11 16:41:22.596435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.598169"], ["updated_at", "2018-10-11 16:41:22.598169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.599924"], ["updated_at", "2018-10-11 16:41:22.599924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.601659"], ["updated_at", "2018-10-11 16:41:22.601659"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.603261"], ["updated_at", "2018-10-11 16:41:22.603261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.606121"], ["updated_at", "2018-10-11 16:41:22.606121"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.608077"], ["updated_at", "2018-10-11 16:41:22.608077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.610949"], ["updated_at", "2018-10-11 16:41:22.610949"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.613103"], ["updated_at", "2018-10-11 16:41:22.613103"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.615379"], ["updated_at", "2018-10-11 16:41:22.615379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.617512"], ["updated_at", "2018-10-11 16:41:22.617512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.619164"], ["updated_at", "2018-10-11 16:41:22.619164"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.620744"], ["updated_at", "2018-10-11 16:41:22.620744"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.622442"], ["updated_at", "2018-10-11 16:41:22.622442"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.624927"], ["updated_at", "2018-10-11 16:41:22.624927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.629066"], ["updated_at", "2018-10-11 16:41:22.629066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.630918"], ["updated_at", "2018-10-11 16:41:22.630918"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.632548"], ["updated_at", "2018-10-11 16:41:22.632548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.634285"], ["updated_at", "2018-10-11 16:41:22.634285"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.636632"], ["updated_at", "2018-10-11 16:41:22.636632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.638441"], ["updated_at", "2018-10-11 16:41:22.638441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.640103"], ["updated_at", "2018-10-11 16:41:22.640103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.641680"], ["updated_at", "2018-10-11 16:41:22.641680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.643317"], ["updated_at", "2018-10-11 16:41:22.643317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.644970"], ["updated_at", "2018-10-11 16:41:22.644970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.646577"], ["updated_at", "2018-10-11 16:41:22.646577"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.648299"], ["updated_at", "2018-10-11 16:41:22.648299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.650042"], ["updated_at", "2018-10-11 16:41:22.650042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.651807"], ["updated_at", "2018-10-11 16:41:22.651807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.653446"], ["updated_at", "2018-10-11 16:41:22.653446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.655061"], ["updated_at", "2018-10-11 16:41:22.655061"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.656622"], ["updated_at", "2018-10-11 16:41:22.656622"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.659361"], ["updated_at", "2018-10-11 16:41:22.659361"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.662247"], ["updated_at", "2018-10-11 16:41:22.662247"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.664398"], ["updated_at", "2018-10-11 16:41:22.664398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.667782"], ["updated_at", "2018-10-11 16:41:22.667782"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.669710"], ["updated_at", "2018-10-11 16:41:22.669710"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.671851"], ["updated_at", "2018-10-11 16:41:22.671851"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.673758"], ["updated_at", "2018-10-11 16:41:22.673758"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.678339"], ["updated_at", "2018-10-11 16:41:22.678339"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.681051"], ["updated_at", "2018-10-11 16:41:22.681051"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.683768"], ["updated_at", "2018-10-11 16:41:22.683768"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.686585"], ["updated_at", "2018-10-11 16:41:22.686585"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.689221"], ["updated_at", "2018-10-11 16:41:22.689221"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.694279"], ["updated_at", "2018-10-11 16:41:22.694279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.697139"], ["updated_at", "2018-10-11 16:41:22.697139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.698841"], ["updated_at", "2018-10-11 16:41:22.698841"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.700606"], ["updated_at", "2018-10-11 16:41:22.700606"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.702447"], ["updated_at", "2018-10-11 16:41:22.702447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.704257"], ["updated_at", "2018-10-11 16:41:22.704257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.705857"], ["updated_at", "2018-10-11 16:41:22.705857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.707487"], ["updated_at", "2018-10-11 16:41:22.707487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.709173"], ["updated_at", "2018-10-11 16:41:22.709173"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.710895"], ["updated_at", "2018-10-11 16:41:22.710895"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.712549"], ["updated_at", "2018-10-11 16:41:22.712549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.714330"], ["updated_at", "2018-10-11 16:41:22.714330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.715991"], ["updated_at", "2018-10-11 16:41:22.715991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.717655"], ["updated_at", "2018-10-11 16:41:22.717655"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.719523"], ["updated_at", "2018-10-11 16:41:22.719523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.721449"], ["updated_at", "2018-10-11 16:41:22.721449"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.723200"], ["updated_at", "2018-10-11 16:41:22.723200"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.725025"], ["updated_at", "2018-10-11 16:41:22.725025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.727781"], ["updated_at", "2018-10-11 16:41:22.727781"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.729634"], ["updated_at", "2018-10-11 16:41:22.729634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.731273"], ["updated_at", "2018-10-11 16:41:22.731273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.732953"], ["updated_at", "2018-10-11 16:41:22.732953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.734668"], ["updated_at", "2018-10-11 16:41:22.734668"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.736346"], ["updated_at", "2018-10-11 16:41:22.736346"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.739364"], ["updated_at", "2018-10-11 16:41:22.739364"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.743095"], ["updated_at", "2018-10-11 16:41:22.743095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.746480"], ["updated_at", "2018-10-11 16:41:22.746480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.748084"], ["updated_at", "2018-10-11 16:41:22.748084"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.749689"], ["updated_at", "2018-10-11 16:41:22.749689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.751462"], ["updated_at", "2018-10-11 16:41:22.751462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.753101"], ["updated_at", "2018-10-11 16:41:22.753101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.754678"], ["updated_at", "2018-10-11 16:41:22.754678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.756298"], ["updated_at", "2018-10-11 16:41:22.756298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.758084"], ["updated_at", "2018-10-11 16:41:22.758084"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.761213"], ["updated_at", "2018-10-11 16:41:22.761213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.762963"], ["updated_at", "2018-10-11 16:41:22.762963"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.764509"], ["updated_at", "2018-10-11 16:41:22.764509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.766256"], ["updated_at", "2018-10-11 16:41:22.766256"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.767956"], ["updated_at", "2018-10-11 16:41:22.767956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.769596"], ["updated_at", "2018-10-11 16:41:22.769596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.771135"], ["updated_at", "2018-10-11 16:41:22.771135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.772746"], ["updated_at", "2018-10-11 16:41:22.772746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.774294"], ["updated_at", "2018-10-11 16:41:22.774294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.775955"], ["updated_at", "2018-10-11 16:41:22.775955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.777628"], ["updated_at", "2018-10-11 16:41:22.777628"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.779251"], ["updated_at", "2018-10-11 16:41:22.779251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.780910"], ["updated_at", "2018-10-11 16:41:22.780910"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.782459"], ["updated_at", "2018-10-11 16:41:22.782459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.784278"], ["updated_at", "2018-10-11 16:41:22.784278"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.786245"], ["updated_at", "2018-10-11 16:41:22.786245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.788130"], ["updated_at", "2018-10-11 16:41:22.788130"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.789848"], ["updated_at", "2018-10-11 16:41:22.789848"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.792333"], ["updated_at", "2018-10-11 16:41:22.792333"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.795207"], ["updated_at", "2018-10-11 16:41:22.795207"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.798358"], ["updated_at", "2018-10-11 16:41:22.798358"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.800845"], ["updated_at", "2018-10-11 16:41:22.800845"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.803111"], ["updated_at", "2018-10-11 16:41:22.803111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.805161"], ["updated_at", "2018-10-11 16:41:22.805161"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.807163"], ["updated_at", "2018-10-11 16:41:22.807163"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.811703"], ["updated_at", "2018-10-11 16:41:22.811703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.814296"], ["updated_at", "2018-10-11 16:41:22.814296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.816048"], ["updated_at", "2018-10-11 16:41:22.816048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.817778"], ["updated_at", "2018-10-11 16:41:22.817778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.819516"], ["updated_at", "2018-10-11 16:41:22.819516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.821158"], ["updated_at", "2018-10-11 16:41:22.821158"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.822926"], ["updated_at", "2018-10-11 16:41:22.822926"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.827290"], ["updated_at", "2018-10-11 16:41:22.827290"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.830363"], ["updated_at", "2018-10-11 16:41:22.830363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.832223"], ["updated_at", "2018-10-11 16:41:22.832223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.833852"], ["updated_at", "2018-10-11 16:41:22.833852"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.835582"], ["updated_at", "2018-10-11 16:41:22.835582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.837338"], ["updated_at", "2018-10-11 16:41:22.837338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.838915"], ["updated_at", "2018-10-11 16:41:22.838915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.840516"], ["updated_at", "2018-10-11 16:41:22.840516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.842309"], ["updated_at", "2018-10-11 16:41:22.842309"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.844178"], ["updated_at", "2018-10-11 16:41:22.844178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.846960"], ["updated_at", "2018-10-11 16:41:22.846960"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.848820"], ["updated_at", "2018-10-11 16:41:22.848820"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.850626"], ["updated_at", "2018-10-11 16:41:22.850626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.852421"], ["updated_at", "2018-10-11 16:41:22.852421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.854128"], ["updated_at", "2018-10-11 16:41:22.854128"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.856010"], ["updated_at", "2018-10-11 16:41:22.856010"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.857919"], ["updated_at", "2018-10-11 16:41:22.857919"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.860842"], ["updated_at", "2018-10-11 16:41:22.860842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.862761"], ["updated_at", "2018-10-11 16:41:22.862761"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.864384"], ["updated_at", "2018-10-11 16:41:22.864384"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.867150"], ["updated_at", "2018-10-11 16:41:22.867150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.869272"], ["updated_at", "2018-10-11 16:41:22.869272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.871175"], ["updated_at", "2018-10-11 16:41:22.871175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.875261"], ["updated_at", "2018-10-11 16:41:22.875261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.876937"], ["updated_at", "2018-10-11 16:41:22.876937"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.878945"], ["updated_at", "2018-10-11 16:41:22.878945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.880766"], ["updated_at", "2018-10-11 16:41:22.880766"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.882564"], ["updated_at", "2018-10-11 16:41:22.882564"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.885137"], ["updated_at", "2018-10-11 16:41:22.885137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.887500"], ["updated_at", "2018-10-11 16:41:22.887500"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.889193"], ["updated_at", "2018-10-11 16:41:22.889193"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.892437"], ["updated_at", "2018-10-11 16:41:22.892437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.896414"], ["updated_at", "2018-10-11 16:41:22.896414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.898119"], ["updated_at", "2018-10-11 16:41:22.898119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.899769"], ["updated_at", "2018-10-11 16:41:22.899769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.901431"], ["updated_at", "2018-10-11 16:41:22.901431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.903166"], ["updated_at", "2018-10-11 16:41:22.903166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.904912"], ["updated_at", "2018-10-11 16:41:22.904912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.906546"], ["updated_at", "2018-10-11 16:41:22.906546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.908199"], ["updated_at", "2018-10-11 16:41:22.908199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.909776"], ["updated_at", "2018-10-11 16:41:22.909776"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.911607"], ["updated_at", "2018-10-11 16:41:22.911607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.913348"], ["updated_at", "2018-10-11 16:41:22.913348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.914908"], ["updated_at", "2018-10-11 16:41:22.914908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.916521"], ["updated_at", "2018-10-11 16:41:22.916521"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.918410"], ["updated_at", "2018-10-11 16:41:22.918410"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.920695"], ["updated_at", "2018-10-11 16:41:22.920695"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.923371"], ["updated_at", "2018-10-11 16:41:22.923371"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.926624"], ["updated_at", "2018-10-11 16:41:22.926624"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.929432"], ["updated_at", "2018-10-11 16:41:22.929432"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.932181"], ["updated_at", "2018-10-11 16:41:22.932181"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.934359"], ["updated_at", "2018-10-11 16:41:22.934359"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.936461"], ["updated_at", "2018-10-11 16:41:22.936461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.938237"], ["updated_at", "2018-10-11 16:41:22.938237"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.939879"], ["updated_at", "2018-10-11 16:41:22.939879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.942711"], ["updated_at", "2018-10-11 16:41:22.942711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.944363"], ["updated_at", "2018-10-11 16:41:22.944363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.946089"], ["updated_at", "2018-10-11 16:41:22.946089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.947664"], ["updated_at", "2018-10-11 16:41:22.947664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.949284"], ["updated_at", "2018-10-11 16:41:22.949284"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.950871"], ["updated_at", "2018-10-11 16:41:22.950871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.952600"], ["updated_at", "2018-10-11 16:41:22.952600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.954220"], ["updated_at", "2018-10-11 16:41:22.954220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.955820"], ["updated_at", "2018-10-11 16:41:22.955820"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.958229"], ["updated_at", "2018-10-11 16:41:22.958229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.961952"], ["updated_at", "2018-10-11 16:41:22.961952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.964210"], ["updated_at", "2018-10-11 16:41:22.964210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.965817"], ["updated_at", "2018-10-11 16:41:22.965817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.967387"], ["updated_at", "2018-10-11 16:41:22.967387"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.969084"], ["updated_at", "2018-10-11 16:41:22.969084"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.970797"], ["updated_at", "2018-10-11 16:41:22.970797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.972885"], ["updated_at", "2018-10-11 16:41:22.972885"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.974520"], ["updated_at", "2018-10-11 16:41:22.974520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.976165"], ["updated_at", "2018-10-11 16:41:22.976165"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.977878"], ["updated_at", "2018-10-11 16:41:22.977878"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.979592"], ["updated_at", "2018-10-11 16:41:22.979592"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.981269"], ["updated_at", "2018-10-11 16:41:22.981269"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.982938"], ["updated_at", "2018-10-11 16:41:22.982938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.984692"], ["updated_at", "2018-10-11 16:41:22.984692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.986471"], ["updated_at", "2018-10-11 16:41:22.986471"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.988116"], ["updated_at", "2018-10-11 16:41:22.988116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.989808"], ["updated_at", "2018-10-11 16:41:22.989808"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.991488"], ["updated_at", "2018-10-11 16:41:22.991488"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.994211"], ["updated_at", "2018-10-11 16:41:22.994211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.996376"], ["updated_at", "2018-10-11 16:41:22.996376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.998000"], ["updated_at", "2018-10-11 16:41:22.998000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:22.999641"], ["updated_at", "2018-10-11 16:41:22.999641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.001309"], ["updated_at", "2018-10-11 16:41:23.001309"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.003015"], ["updated_at", "2018-10-11 16:41:23.003015"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.006200"], ["updated_at", "2018-10-11 16:41:23.006200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.007842"], ["updated_at", "2018-10-11 16:41:23.007842"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.009421"], ["updated_at", "2018-10-11 16:41:23.009421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.011143"], ["updated_at", "2018-10-11 16:41:23.011143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.012896"], ["updated_at", "2018-10-11 16:41:23.012896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.014513"], ["updated_at", "2018-10-11 16:41:23.014513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.016073"], ["updated_at", "2018-10-11 16:41:23.016073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.017737"], ["updated_at", "2018-10-11 16:41:23.017737"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.019444"], ["updated_at", "2018-10-11 16:41:23.019444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.021163"], ["updated_at", "2018-10-11 16:41:23.021163"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.022796"], ["updated_at", "2018-10-11 16:41:23.022796"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.025934"], ["updated_at", "2018-10-11 16:41:23.025934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.029921"], ["updated_at", "2018-10-11 16:41:23.029921"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.031644"], ["updated_at", "2018-10-11 16:41:23.031644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.033710"], ["updated_at", "2018-10-11 16:41:23.033710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.035511"], ["updated_at", "2018-10-11 16:41:23.035511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.037171"], ["updated_at", "2018-10-11 16:41:23.037171"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.038768"], ["updated_at", "2018-10-11 16:41:23.038768"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.041002"], ["updated_at", "2018-10-11 16:41:23.041002"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.043622"], ["updated_at", "2018-10-11 16:41:23.043622"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.046313"], ["updated_at", "2018-10-11 16:41:23.046313"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.048972"], ["updated_at", "2018-10-11 16:41:23.048972"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.051715"], ["updated_at", "2018-10-11 16:41:23.051715"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.054445"], ["updated_at", "2018-10-11 16:41:23.054445"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.057886"], ["updated_at", "2018-10-11 16:41:23.057886"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.060602"], ["updated_at", "2018-10-11 16:41:23.060602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.062865"], ["updated_at", "2018-10-11 16:41:23.062865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.064617"], ["updated_at", "2018-10-11 16:41:23.064617"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.066289"], ["updated_at", "2018-10-11 16:41:23.066289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.067958"], ["updated_at", "2018-10-11 16:41:23.067958"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.069711"], ["updated_at", "2018-10-11 16:41:23.069711"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.072796"], ["updated_at", "2018-10-11 16:41:23.072796"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.075932"], ["updated_at", "2018-10-11 16:41:23.075932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.079887"], ["updated_at", "2018-10-11 16:41:23.079887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.081547"], ["updated_at", "2018-10-11 16:41:23.081547"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.083239"], ["updated_at", "2018-10-11 16:41:23.083239"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.085179"], ["updated_at", "2018-10-11 16:41:23.085179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.086966"], ["updated_at", "2018-10-11 16:41:23.086966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.088624"], ["updated_at", "2018-10-11 16:41:23.088624"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.090182"], ["updated_at", "2018-10-11 16:41:23.090182"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.092568"], ["updated_at", "2018-10-11 16:41:23.092568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.094442"], ["updated_at", "2018-10-11 16:41:23.094442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.096146"], ["updated_at", "2018-10-11 16:41:23.096146"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.097781"], ["updated_at", "2018-10-11 16:41:23.097781"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.099537"], ["updated_at", "2018-10-11 16:41:23.099537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.101207"], ["updated_at", "2018-10-11 16:41:23.101207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.102884"], ["updated_at", "2018-10-11 16:41:23.102884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.104549"], ["updated_at", "2018-10-11 16:41:23.104549"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.106121"], ["updated_at", "2018-10-11 16:41:23.106121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.107742"], ["updated_at", "2018-10-11 16:41:23.107742"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.109357"], ["updated_at", "2018-10-11 16:41:23.109357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.111036"], ["updated_at", "2018-10-11 16:41:23.111036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.112705"], ["updated_at", "2018-10-11 16:41:23.112705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.114389"], ["updated_at", "2018-10-11 16:41:23.114389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.115955"], ["updated_at", "2018-10-11 16:41:23.115955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.117608"], ["updated_at", "2018-10-11 16:41:23.117608"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.119319"], ["updated_at", "2018-10-11 16:41:23.119319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.121026"], ["updated_at", "2018-10-11 16:41:23.121026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.122607"], ["updated_at", "2018-10-11 16:41:23.122607"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.124353"], ["updated_at", "2018-10-11 16:41:23.124353"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.126730"], ["updated_at", "2018-10-11 16:41:23.126730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.129135"], ["updated_at", "2018-10-11 16:41:23.129135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.130921"], ["updated_at", "2018-10-11 16:41:23.130921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.132623"], ["updated_at", "2018-10-11 16:41:23.132623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.134412"], ["updated_at", "2018-10-11 16:41:23.134412"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.136088"], ["updated_at", "2018-10-11 16:41:23.136088"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.139189"], ["updated_at", "2018-10-11 16:41:23.139189"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.141876"], ["updated_at", "2018-10-11 16:41:23.141876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.145981"], ["updated_at", "2018-10-11 16:41:23.145981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.147635"], ["updated_at", "2018-10-11 16:41:23.147635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.149212"], ["updated_at", "2018-10-11 16:41:23.149212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.150838"], ["updated_at", "2018-10-11 16:41:23.150838"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.152490"], ["updated_at", "2018-10-11 16:41:23.152490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.154235"], ["updated_at", "2018-10-11 16:41:23.154235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.155950"], ["updated_at", "2018-10-11 16:41:23.155950"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.157657"], ["updated_at", "2018-10-11 16:41:23.157657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.159313"], ["updated_at", "2018-10-11 16:41:23.159313"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.160901"], ["updated_at", "2018-10-11 16:41:23.160901"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.162838"], ["updated_at", "2018-10-11 16:41:23.162838"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.165574"], ["updated_at", "2018-10-11 16:41:23.165574"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.168347"], ["updated_at", "2018-10-11 16:41:23.168347"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.171222"], ["updated_at", "2018-10-11 16:41:23.171222"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.173938"], ["updated_at", "2018-10-11 16:41:23.173938"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.176581"], ["updated_at", "2018-10-11 16:41:23.176581"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.179617"], ["updated_at", "2018-10-11 16:41:23.179617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.182388"], ["updated_at", "2018-10-11 16:41:23.182388"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.184349"], ["updated_at", "2018-10-11 16:41:23.184349"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.186281"], ["updated_at", "2018-10-11 16:41:23.186281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.188061"], ["updated_at", "2018-10-11 16:41:23.188061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.189689"], ["updated_at", "2018-10-11 16:41:23.189689"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.191348"], ["updated_at", "2018-10-11 16:41:23.191348"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.195601"], ["updated_at", "2018-10-11 16:41:23.195601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.197448"], ["updated_at", "2018-10-11 16:41:23.197448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.199115"], ["updated_at", "2018-10-11 16:41:23.199115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.200789"], ["updated_at", "2018-10-11 16:41:23.200789"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.202497"], ["updated_at", "2018-10-11 16:41:23.202497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.205383"], ["updated_at", "2018-10-11 16:41:23.205383"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.207629"], ["updated_at", "2018-10-11 16:41:23.207629"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.211145"], ["updated_at", "2018-10-11 16:41:23.211145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.213750"], ["updated_at", "2018-10-11 16:41:23.213750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.215272"], ["updated_at", "2018-10-11 16:41:23.215272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.216870"], ["updated_at", "2018-10-11 16:41:23.216870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.218500"], ["updated_at", "2018-10-11 16:41:23.218500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.220269"], ["updated_at", "2018-10-11 16:41:23.220269"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.221947"], ["updated_at", "2018-10-11 16:41:23.221947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.223716"], ["updated_at", "2018-10-11 16:41:23.223716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.225387"], ["updated_at", "2018-10-11 16:41:23.225387"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.226957"], ["updated_at", "2018-10-11 16:41:23.226957"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.228725"], ["updated_at", "2018-10-11 16:41:23.228725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.230399"], ["updated_at", "2018-10-11 16:41:23.230399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.231934"], ["updated_at", "2018-10-11 16:41:23.231934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.233567"], ["updated_at", "2018-10-11 16:41:23.233567"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.235200"], ["updated_at", "2018-10-11 16:41:23.235200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.237008"], ["updated_at", "2018-10-11 16:41:23.237008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.238655"], ["updated_at", "2018-10-11 16:41:23.238655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.240209"], ["updated_at", "2018-10-11 16:41:23.240209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.241846"], ["updated_at", "2018-10-11 16:41:23.241846"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.243446"], ["updated_at", "2018-10-11 16:41:23.243446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.245161"], ["updated_at", "2018-10-11 16:41:23.245161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.246804"], ["updated_at", "2018-10-11 16:41:23.246804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.248584"], ["updated_at", "2018-10-11 16:41:23.248584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.250245"], ["updated_at", "2018-10-11 16:41:23.250245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.252027"], ["updated_at", "2018-10-11 16:41:23.252027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.253740"], ["updated_at", "2018-10-11 16:41:23.253740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.255372"], ["updated_at", "2018-10-11 16:41:23.255372"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.257235"], ["updated_at", "2018-10-11 16:41:23.257235"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.259556"], ["updated_at", "2018-10-11 16:41:23.259556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.261786"], ["updated_at", "2018-10-11 16:41:23.261786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.263570"], ["updated_at", "2018-10-11 16:41:23.263570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.265087"], ["updated_at", "2018-10-11 16:41:23.265087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.266676"], ["updated_at", "2018-10-11 16:41:23.266676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.268366"], ["updated_at", "2018-10-11 16:41:23.268366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.271472"], ["updated_at", "2018-10-11 16:41:23.271472"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.273074"], ["updated_at", "2018-10-11 16:41:23.273074"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.276388"], ["updated_at", "2018-10-11 16:41:23.276388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.280415"], ["updated_at", "2018-10-11 16:41:23.280415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.282092"], ["updated_at", "2018-10-11 16:41:23.282092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.283660"], ["updated_at", "2018-10-11 16:41:23.283660"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.285323"], ["updated_at", "2018-10-11 16:41:23.285323"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.287968"], ["updated_at", "2018-10-11 16:41:23.287968"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.290662"], ["updated_at", "2018-10-11 16:41:23.290662"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.293350"], ["updated_at", "2018-10-11 16:41:23.293350"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.296153"], ["updated_at", "2018-10-11 16:41:23.296153"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.298702"], ["updated_at", "2018-10-11 16:41:23.298702"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.301566"], ["updated_at", "2018-10-11 16:41:23.301566"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.304291"], ["updated_at", "2018-10-11 16:41:23.304291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.306736"], ["updated_at", "2018-10-11 16:41:23.306736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.308338"], ["updated_at", "2018-10-11 16:41:23.308338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.309935"], ["updated_at", "2018-10-11 16:41:23.309935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.311533"], ["updated_at", "2018-10-11 16:41:23.311533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.313207"], ["updated_at", "2018-10-11 16:41:23.313207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.314778"], ["updated_at", "2018-10-11 16:41:23.314778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.316372"], ["updated_at", "2018-10-11 16:41:23.316372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.318028"], ["updated_at", "2018-10-11 16:41:23.318028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.319692"], ["updated_at", "2018-10-11 16:41:23.319692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.321389"], ["updated_at", "2018-10-11 16:41:23.321389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.322983"], ["updated_at", "2018-10-11 16:41:23.322983"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.324779"], ["updated_at", "2018-10-11 16:41:23.324779"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.327274"], ["updated_at", "2018-10-11 16:41:23.327274"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.329405"], ["updated_at", "2018-10-11 16:41:23.329405"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.331102"], ["updated_at", "2018-10-11 16:41:23.331102"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.332693"], ["updated_at", "2018-10-11 16:41:23.332693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.334257"], ["updated_at", "2018-10-11 16:41:23.334257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.335936"], ["updated_at", "2018-10-11 16:41:23.335936"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.339007"], ["updated_at", "2018-10-11 16:41:23.339007"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.341600"], ["updated_at", "2018-10-11 16:41:23.341600"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.345383"], ["updated_at", "2018-10-11 16:41:23.345383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.347476"], ["updated_at", "2018-10-11 16:41:23.347476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.349074"], ["updated_at", "2018-10-11 16:41:23.349074"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.350632"], ["updated_at", "2018-10-11 16:41:23.350632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.352399"], ["updated_at", "2018-10-11 16:41:23.352399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.354193"], ["updated_at", "2018-10-11 16:41:23.354193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.355922"], ["updated_at", "2018-10-11 16:41:23.355922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.357662"], ["updated_at", "2018-10-11 16:41:23.357662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.359311"], ["updated_at", "2018-10-11 16:41:23.359311"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.360991"], ["updated_at", "2018-10-11 16:41:23.360991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.362822"], ["updated_at", "2018-10-11 16:41:23.362822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.364700"], ["updated_at", "2018-10-11 16:41:23.364700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.366355"], ["updated_at", "2018-10-11 16:41:23.366355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.368054"], ["updated_at", "2018-10-11 16:41:23.368054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.369793"], ["updated_at", "2018-10-11 16:41:23.369793"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.371434"], ["updated_at", "2018-10-11 16:41:23.371434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.373137"], ["updated_at", "2018-10-11 16:41:23.373137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.374678"], ["updated_at", "2018-10-11 16:41:23.374678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.376281"], ["updated_at", "2018-10-11 16:41:23.376281"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.377882"], ["updated_at", "2018-10-11 16:41:23.377882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.379611"], ["updated_at", "2018-10-11 16:41:23.379611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.381235"], ["updated_at", "2018-10-11 16:41:23.381235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.382865"], ["updated_at", "2018-10-11 16:41:23.382865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.384587"], ["updated_at", "2018-10-11 16:41:23.384587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.386364"], ["updated_at", "2018-10-11 16:41:23.386364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.388094"], ["updated_at", "2018-10-11 16:41:23.388094"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.389675"], ["updated_at", "2018-10-11 16:41:23.389675"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.391484"], ["updated_at", "2018-10-11 16:41:23.391484"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.393717"], ["updated_at", "2018-10-11 16:41:23.393717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.395992"], ["updated_at", "2018-10-11 16:41:23.395992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.397753"], ["updated_at", "2018-10-11 16:41:23.397753"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.399491"], ["updated_at", "2018-10-11 16:41:23.399491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.401071"], ["updated_at", "2018-10-11 16:41:23.401071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.402779"], ["updated_at", "2018-10-11 16:41:23.402779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.405865"], ["updated_at", "2018-10-11 16:41:23.405865"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.408238"], ["updated_at", "2018-10-11 16:41:23.408238"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.412575"], ["updated_at", "2018-10-11 16:41:23.412575"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.415566"], ["updated_at", "2018-10-11 16:41:23.415566"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.418301"], ["updated_at", "2018-10-11 16:41:23.418301"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.421121"], ["updated_at", "2018-10-11 16:41:23.421121"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.423741"], ["updated_at", "2018-10-11 16:41:23.423741"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.426415"], ["updated_at", "2018-10-11 16:41:23.426415"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.429200"], ["updated_at", "2018-10-11 16:41:23.429200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.431614"], ["updated_at", "2018-10-11 16:41:23.431614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.433283"], ["updated_at", "2018-10-11 16:41:23.433283"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.434928"], ["updated_at", "2018-10-11 16:41:23.434928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.436684"], ["updated_at", "2018-10-11 16:41:23.436684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.438435"], ["updated_at", "2018-10-11 16:41:23.438435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.440060"], ["updated_at", "2018-10-11 16:41:23.440060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.441669"], ["updated_at", "2018-10-11 16:41:23.441669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.443257"], ["updated_at", "2018-10-11 16:41:23.443257"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.444929"], ["updated_at", "2018-10-11 16:41:23.444929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.446682"], ["updated_at", "2018-10-11 16:41:23.446682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.448282"], ["updated_at", "2018-10-11 16:41:23.448282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.449936"], ["updated_at", "2018-10-11 16:41:23.449936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.451632"], ["updated_at", "2018-10-11 16:41:23.451632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.453364"], ["updated_at", "2018-10-11 16:41:23.453364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.454955"], ["updated_at", "2018-10-11 16:41:23.454955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.456559"], ["updated_at", "2018-10-11 16:41:23.456559"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.458312"], ["updated_at", "2018-10-11 16:41:23.458312"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.460955"], ["updated_at", "2018-10-11 16:41:23.460955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.463059"], ["updated_at", "2018-10-11 16:41:23.463059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.464732"], ["updated_at", "2018-10-11 16:41:23.464732"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.466340"], ["updated_at", "2018-10-11 16:41:23.466340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.467936"], ["updated_at", "2018-10-11 16:41:23.467936"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.469763"], ["updated_at", "2018-10-11 16:41:23.469763"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.472811"], ["updated_at", "2018-10-11 16:41:23.472811"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.476296"], ["updated_at", "2018-10-11 16:41:23.476296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.479907"], ["updated_at", "2018-10-11 16:41:23.479907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.481616"], ["updated_at", "2018-10-11 16:41:23.481616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.483229"], ["updated_at", "2018-10-11 16:41:23.483229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.484975"], ["updated_at", "2018-10-11 16:41:23.484975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.486638"], ["updated_at", "2018-10-11 16:41:23.486638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.488301"], ["updated_at", "2018-10-11 16:41:23.488301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.489835"], ["updated_at", "2018-10-11 16:41:23.489835"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.491681"], ["updated_at", "2018-10-11 16:41:23.491681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.493465"], ["updated_at", "2018-10-11 16:41:23.493465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.495189"], ["updated_at", "2018-10-11 16:41:23.495189"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.496882"], ["updated_at", "2018-10-11 16:41:23.496882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.498423"], ["updated_at", "2018-10-11 16:41:23.498423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.500030"], ["updated_at", "2018-10-11 16:41:23.500030"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.501637"], ["updated_at", "2018-10-11 16:41:23.501637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.503411"], ["updated_at", "2018-10-11 16:41:23.503411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.505108"], ["updated_at", "2018-10-11 16:41:23.505108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.506754"], ["updated_at", "2018-10-11 16:41:23.506754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.508317"], ["updated_at", "2018-10-11 16:41:23.508317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.509935"], ["updated_at", "2018-10-11 16:41:23.509935"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.511593"], ["updated_at", "2018-10-11 16:41:23.511593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.513257"], ["updated_at", "2018-10-11 16:41:23.513257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.514800"], ["updated_at", "2018-10-11 16:41:23.514800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.516401"], ["updated_at", "2018-10-11 16:41:23.516401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.518035"], ["updated_at", "2018-10-11 16:41:23.518035"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.519713"], ["updated_at", "2018-10-11 16:41:23.519713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.521359"], ["updated_at", "2018-10-11 16:41:23.521359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.522946"], ["updated_at", "2018-10-11 16:41:23.522946"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.524785"], ["updated_at", "2018-10-11 16:41:23.524785"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.527305"], ["updated_at", "2018-10-11 16:41:23.527305"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.529900"], ["updated_at", "2018-10-11 16:41:23.529900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.531814"], ["updated_at", "2018-10-11 16:41:23.531814"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.533482"], ["updated_at", "2018-10-11 16:41:23.533482"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.535573"], ["updated_at", "2018-10-11 16:41:23.535573"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.537554"], ["updated_at", "2018-10-11 16:41:23.537554"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.540741"], ["updated_at", "2018-10-11 16:41:23.540741"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.543403"], ["updated_at", "2018-10-11 16:41:23.543403"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.546303"], ["updated_at", "2018-10-11 16:41:23.546303"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.548913"], ["updated_at", "2018-10-11 16:41:23.548913"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.551711"], ["updated_at", "2018-10-11 16:41:23.551711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.554400"], ["updated_at", "2018-10-11 16:41:23.554400"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.556436"], ["updated_at", "2018-10-11 16:41:23.556436"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.559659"], ["updated_at", "2018-10-11 16:41:23.559659"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.562885"], ["updated_at", "2018-10-11 16:41:23.562885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.564633"], ["updated_at", "2018-10-11 16:41:23.564633"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.566263"], ["updated_at", "2018-10-11 16:41:23.566263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.567866"], ["updated_at", "2018-10-11 16:41:23.567866"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.569564"], ["updated_at", "2018-10-11 16:41:23.569564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.571285"], ["updated_at", "2018-10-11 16:41:23.571285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.572957"], ["updated_at", "2018-10-11 16:41:23.572957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.574588"], ["updated_at", "2018-10-11 16:41:23.574588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.576182"], ["updated_at", "2018-10-11 16:41:23.576182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.577846"], ["updated_at", "2018-10-11 16:41:23.577846"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.579521"], ["updated_at", "2018-10-11 16:41:23.579521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.581279"], ["updated_at", "2018-10-11 16:41:23.581279"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.582987"], ["updated_at", "2018-10-11 16:41:23.582987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.584960"], ["updated_at", "2018-10-11 16:41:23.584960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.586807"], ["updated_at", "2018-10-11 16:41:23.586807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.588593"], ["updated_at", "2018-10-11 16:41:23.588593"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.590330"], ["updated_at", "2018-10-11 16:41:23.590330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.592712"], ["updated_at", "2018-10-11 16:41:23.592712"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.594871"], ["updated_at", "2018-10-11 16:41:23.594871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.596841"], ["updated_at", "2018-10-11 16:41:23.596841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.598667"], ["updated_at", "2018-10-11 16:41:23.598667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.600310"], ["updated_at", "2018-10-11 16:41:23.600310"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.602026"], ["updated_at", "2018-10-11 16:41:23.602026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.605708"], ["updated_at", "2018-10-11 16:41:23.605708"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.607529"], ["updated_at", "2018-10-11 16:41:23.607529"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.611377"], ["updated_at", "2018-10-11 16:41:23.611377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.614524"], ["updated_at", "2018-10-11 16:41:23.614524"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.617428"], ["updated_at", "2018-10-11 16:41:23.617428"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.619159"], ["updated_at", "2018-10-11 16:41:23.619159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.620923"], ["updated_at", "2018-10-11 16:41:23.620923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.622554"], ["updated_at", "2018-10-11 16:41:23.622554"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.624163"], ["updated_at", "2018-10-11 16:41:23.624163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.626560"], ["updated_at", "2018-10-11 16:41:23.626560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.628311"], ["updated_at", "2018-10-11 16:41:23.628311"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.630106"], ["updated_at", "2018-10-11 16:41:23.630106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.631911"], ["updated_at", "2018-10-11 16:41:23.631911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.633504"], ["updated_at", "2018-10-11 16:41:23.633504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.635078"], ["updated_at", "2018-10-11 16:41:23.635078"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.636712"], ["updated_at", "2018-10-11 16:41:23.636712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.638412"], ["updated_at", "2018-10-11 16:41:23.638412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.639959"], ["updated_at", "2018-10-11 16:41:23.639959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.641592"], ["updated_at", "2018-10-11 16:41:23.641592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.643170"], ["updated_at", "2018-10-11 16:41:23.643170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.644791"], ["updated_at", "2018-10-11 16:41:23.644791"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.646435"], ["updated_at", "2018-10-11 16:41:23.646435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.648130"], ["updated_at", "2018-10-11 16:41:23.648130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.649707"], ["updated_at", "2018-10-11 16:41:23.649707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.651344"], ["updated_at", "2018-10-11 16:41:23.651344"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.652999"], ["updated_at", "2018-10-11 16:41:23.652999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.654760"], ["updated_at", "2018-10-11 16:41:23.654760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.656398"], ["updated_at", "2018-10-11 16:41:23.656398"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.658053"], ["updated_at", "2018-10-11 16:41:23.658053"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.660375"], ["updated_at", "2018-10-11 16:41:23.660375"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.662715"], ["updated_at", "2018-10-11 16:41:23.662715"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.664894"], ["updated_at", "2018-10-11 16:41:23.664894"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.666824"], ["updated_at", "2018-10-11 16:41:23.666824"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.668866"], ["updated_at", "2018-10-11 16:41:23.668866"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.671053"], ["updated_at", "2018-10-11 16:41:23.671053"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.677023"], ["updated_at", "2018-10-11 16:41:23.677023"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.679745"], ["updated_at", "2018-10-11 16:41:23.679745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.681544"], ["updated_at", "2018-10-11 16:41:23.681544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.683120"], ["updated_at", "2018-10-11 16:41:23.683120"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.684744"], ["updated_at", "2018-10-11 16:41:23.684744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.686748"], ["updated_at", "2018-10-11 16:41:23.686748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.688520"], ["updated_at", "2018-10-11 16:41:23.688520"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.690088"], ["updated_at", "2018-10-11 16:41:23.690088"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.693209"], ["updated_at", "2018-10-11 16:41:23.693209"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.696871"], ["updated_at", "2018-10-11 16:41:23.696871"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.698763"], ["updated_at", "2018-10-11 16:41:23.698763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.701072"], ["updated_at", "2018-10-11 16:41:23.701072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.702627"], ["updated_at", "2018-10-11 16:41:23.702627"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.704443"], ["updated_at", "2018-10-11 16:41:23.704443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.706357"], ["updated_at", "2018-10-11 16:41:23.706357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.708063"], ["updated_at", "2018-10-11 16:41:23.708063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.709717"], ["updated_at", "2018-10-11 16:41:23.709717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.711370"], ["updated_at", "2018-10-11 16:41:23.711370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.712919"], ["updated_at", "2018-10-11 16:41:23.712919"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.714640"], ["updated_at", "2018-10-11 16:41:23.714640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.716588"], ["updated_at", "2018-10-11 16:41:23.716588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.718305"], ["updated_at", "2018-10-11 16:41:23.718305"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.719869"], ["updated_at", "2018-10-11 16:41:23.719869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.721558"], ["updated_at", "2018-10-11 16:41:23.721558"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.723313"], ["updated_at", "2018-10-11 16:41:23.723313"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.726299"], ["updated_at", "2018-10-11 16:41:23.726299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.728747"], ["updated_at", "2018-10-11 16:41:23.728747"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.730393"], ["updated_at", "2018-10-11 16:41:23.730393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.732346"], ["updated_at", "2018-10-11 16:41:23.732346"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.733979"], ["updated_at", "2018-10-11 16:41:23.733979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.735574"], ["updated_at", "2018-10-11 16:41:23.735574"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.737350"], ["updated_at", "2018-10-11 16:41:23.737350"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.740766"], ["updated_at", "2018-10-11 16:41:23.740766"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.744752"], ["updated_at", "2018-10-11 16:41:23.744752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.747255"], ["updated_at", "2018-10-11 16:41:23.747255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.749038"], ["updated_at", "2018-10-11 16:41:23.749038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.750592"], ["updated_at", "2018-10-11 16:41:23.750592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.752221"], ["updated_at", "2018-10-11 16:41:23.752221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.753854"], ["updated_at", "2018-10-11 16:41:23.753854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.755573"], ["updated_at", "2018-10-11 16:41:23.755573"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.757260"], ["updated_at", "2018-10-11 16:41:23.757260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.759493"], ["updated_at", "2018-10-11 16:41:23.759493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.761202"], ["updated_at", "2018-10-11 16:41:23.761202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.762778"], ["updated_at", "2018-10-11 16:41:23.762778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.764435"], ["updated_at", "2018-10-11 16:41:23.764435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.766149"], ["updated_at", "2018-10-11 16:41:23.766149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.767764"], ["updated_at", "2018-10-11 16:41:23.767764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.769526"], ["updated_at", "2018-10-11 16:41:23.769526"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.771201"], ["updated_at", "2018-10-11 16:41:23.771201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.772888"], ["updated_at", "2018-10-11 16:41:23.772888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.774460"], ["updated_at", "2018-10-11 16:41:23.774460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.776097"], ["updated_at", "2018-10-11 16:41:23.776097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.777731"], ["updated_at", "2018-10-11 16:41:23.777731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.779318"], ["updated_at", "2018-10-11 16:41:23.779318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.781076"], ["updated_at", "2018-10-11 16:41:23.781076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.782747"], ["updated_at", "2018-10-11 16:41:23.782747"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.784775"], ["updated_at", "2018-10-11 16:41:23.784775"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.787495"], ["updated_at", "2018-10-11 16:41:23.787495"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.790255"], ["updated_at", "2018-10-11 16:41:23.790255"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.795166"], ["updated_at", "2018-10-11 16:41:23.795166"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.797320"], ["updated_at", "2018-10-11 16:41:23.797320"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.799467"], ["updated_at", "2018-10-11 16:41:23.799467"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.801646"], ["updated_at", "2018-10-11 16:41:23.801646"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.803585"], ["updated_at", "2018-10-11 16:41:23.803585"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.805682"], ["updated_at", "2018-10-11 16:41:23.805682"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.808813"], ["updated_at", "2018-10-11 16:41:23.808813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.810682"], ["updated_at", "2018-10-11 16:41:23.810682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.812445"], ["updated_at", "2018-10-11 16:41:23.812445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.814216"], ["updated_at", "2018-10-11 16:41:23.814216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.815842"], ["updated_at", "2018-10-11 16:41:23.815842"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.817408"], ["updated_at", "2018-10-11 16:41:23.817408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.819164"], ["updated_at", "2018-10-11 16:41:23.819164"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.820789"], ["updated_at", "2018-10-11 16:41:23.820789"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.822567"], ["updated_at", "2018-10-11 16:41:23.822567"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.825572"], ["updated_at", "2018-10-11 16:41:23.825572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.829607"], ["updated_at", "2018-10-11 16:41:23.829607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.831337"], ["updated_at", "2018-10-11 16:41:23.831337"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.833720"], ["updated_at", "2018-10-11 16:41:23.833720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.835558"], ["updated_at", "2018-10-11 16:41:23.835558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.837297"], ["updated_at", "2018-10-11 16:41:23.837297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.839034"], ["updated_at", "2018-10-11 16:41:23.839034"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.840601"], ["updated_at", "2018-10-11 16:41:23.840601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.842590"], ["updated_at", "2018-10-11 16:41:23.842590"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.844294"], ["updated_at", "2018-10-11 16:41:23.844294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.846120"], ["updated_at", "2018-10-11 16:41:23.846120"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.847739"], ["updated_at", "2018-10-11 16:41:23.847739"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.849698"], ["updated_at", "2018-10-11 16:41:23.849698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.851614"], ["updated_at", "2018-10-11 16:41:23.851614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.853224"], ["updated_at", "2018-10-11 16:41:23.853224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.854835"], ["updated_at", "2018-10-11 16:41:23.854835"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.856500"], ["updated_at", "2018-10-11 16:41:23.856500"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.859024"], ["updated_at", "2018-10-11 16:41:23.859024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.861880"], ["updated_at", "2018-10-11 16:41:23.861880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.863473"], ["updated_at", "2018-10-11 16:41:23.863473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.865344"], ["updated_at", "2018-10-11 16:41:23.865344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.867138"], ["updated_at", "2018-10-11 16:41:23.867138"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.868882"], ["updated_at", "2018-10-11 16:41:23.868882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.870521"], ["updated_at", "2018-10-11 16:41:23.870521"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.873800"], ["updated_at", "2018-10-11 16:41:23.873800"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.878162"], ["updated_at", "2018-10-11 16:41:23.878162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.880504"], ["updated_at", "2018-10-11 16:41:23.880504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.882224"], ["updated_at", "2018-10-11 16:41:23.882224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.884004"], ["updated_at", "2018-10-11 16:41:23.884004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.885672"], ["updated_at", "2018-10-11 16:41:23.885672"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.887357"], ["updated_at", "2018-10-11 16:41:23.887357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.889073"], ["updated_at", "2018-10-11 16:41:23.889073"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.890873"], ["updated_at", "2018-10-11 16:41:23.890873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.892759"], ["updated_at", "2018-10-11 16:41:23.892759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.894749"], ["updated_at", "2018-10-11 16:41:23.894749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.896421"], ["updated_at", "2018-10-11 16:41:23.896421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.898069"], ["updated_at", "2018-10-11 16:41:23.898069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.899700"], ["updated_at", "2018-10-11 16:41:23.899700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.901425"], ["updated_at", "2018-10-11 16:41:23.901425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.902947"], ["updated_at", "2018-10-11 16:41:23.902947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.904608"], ["updated_at", "2018-10-11 16:41:23.904608"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.906373"], ["updated_at", "2018-10-11 16:41:23.906373"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.909015"], ["updated_at", "2018-10-11 16:41:23.909015"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.911653"], ["updated_at", "2018-10-11 16:41:23.911653"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.914241"], ["updated_at", "2018-10-11 16:41:23.914241"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.917027"], ["updated_at", "2018-10-11 16:41:23.917027"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.920181"], ["updated_at", "2018-10-11 16:41:23.920181"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.922856"], ["updated_at", "2018-10-11 16:41:23.922856"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.925348"], ["updated_at", "2018-10-11 16:41:23.925348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.927976"], ["updated_at", "2018-10-11 16:41:23.927976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.929902"], ["updated_at", "2018-10-11 16:41:23.929902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.931628"], ["updated_at", "2018-10-11 16:41:23.931628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.933376"], ["updated_at", "2018-10-11 16:41:23.933376"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.935035"], ["updated_at", "2018-10-11 16:41:23.935035"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.936635"], ["updated_at", "2018-10-11 16:41:23.936635"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.939512"], ["updated_at", "2018-10-11 16:41:23.939512"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.942493"], ["updated_at", "2018-10-11 16:41:23.942493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.946364"], ["updated_at", "2018-10-11 16:41:23.946364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.948015"], ["updated_at", "2018-10-11 16:41:23.948015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.949671"], ["updated_at", "2018-10-11 16:41:23.949671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.951323"], ["updated_at", "2018-10-11 16:41:23.951323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.953001"], ["updated_at", "2018-10-11 16:41:23.953001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.954589"], ["updated_at", "2018-10-11 16:41:23.954589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.956265"], ["updated_at", "2018-10-11 16:41:23.956265"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.958235"], ["updated_at", "2018-10-11 16:41:23.958235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.960064"], ["updated_at", "2018-10-11 16:41:23.960064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.961728"], ["updated_at", "2018-10-11 16:41:23.961728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.963315"], ["updated_at", "2018-10-11 16:41:23.963315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.964999"], ["updated_at", "2018-10-11 16:41:23.964999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.966803"], ["updated_at", "2018-10-11 16:41:23.966803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.968472"], ["updated_at", "2018-10-11 16:41:23.968472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.970183"], ["updated_at", "2018-10-11 16:41:23.970183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.971843"], ["updated_at", "2018-10-11 16:41:23.971843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.973477"], ["updated_at", "2018-10-11 16:41:23.973477"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.975100"], ["updated_at", "2018-10-11 16:41:23.975100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.977255"], ["updated_at", "2018-10-11 16:41:23.977255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.978930"], ["updated_at", "2018-10-11 16:41:23.978930"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.980635"], ["updated_at", "2018-10-11 16:41:23.980635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.982358"], ["updated_at", "2018-10-11 16:41:23.982358"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.984023"], ["updated_at", "2018-10-11 16:41:23.984023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.985735"], ["updated_at", "2018-10-11 16:41:23.985735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.987416"], ["updated_at", "2018-10-11 16:41:23.987416"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.988971"], ["updated_at", "2018-10-11 16:41:23.988971"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.990684"], ["updated_at", "2018-10-11 16:41:23.990684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.993312"], ["updated_at", "2018-10-11 16:41:23.993312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.995578"], ["updated_at", "2018-10-11 16:41:23.995578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.997292"], ["updated_at", "2018-10-11 16:41:23.997292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:23.999074"], ["updated_at", "2018-10-11 16:41:23.999074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.000810"], ["updated_at", "2018-10-11 16:41:24.000810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.002479"], ["updated_at", "2018-10-11 16:41:24.002479"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.005194"], ["updated_at", "2018-10-11 16:41:24.005194"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.006898"], ["updated_at", "2018-10-11 16:41:24.006898"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.010196"], ["updated_at", "2018-10-11 16:41:24.010196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.013911"], ["updated_at", "2018-10-11 16:41:24.013911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.015708"], ["updated_at", "2018-10-11 16:41:24.015708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.017482"], ["updated_at", "2018-10-11 16:41:24.017482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.019169"], ["updated_at", "2018-10-11 16:41:24.019169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.020861"], ["updated_at", "2018-10-11 16:41:24.020861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.022470"], ["updated_at", "2018-10-11 16:41:24.022470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.024155"], ["updated_at", "2018-10-11 16:41:24.024155"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.025971"], ["updated_at", "2018-10-11 16:41:24.025971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.027684"], ["updated_at", "2018-10-11 16:41:24.027684"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.029435"], ["updated_at", "2018-10-11 16:41:24.029435"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.032171"], ["updated_at", "2018-10-11 16:41:24.032171"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.035028"], ["updated_at", "2018-10-11 16:41:24.035028"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.037652"], ["updated_at", "2018-10-11 16:41:24.037652"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.042026"], ["updated_at", "2018-10-11 16:41:24.042026"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.044852"], ["updated_at", "2018-10-11 16:41:24.044852"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.047562"], ["updated_at", "2018-10-11 16:41:24.047562"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.049694"], ["updated_at", "2018-10-11 16:41:24.049694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.051489"], ["updated_at", "2018-10-11 16:41:24.051489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.053065"], ["updated_at", "2018-10-11 16:41:24.053065"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.054606"], ["updated_at", "2018-10-11 16:41:24.054606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.056242"], ["updated_at", "2018-10-11 16:41:24.056242"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.058085"], ["updated_at", "2018-10-11 16:41:24.058085"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.061107"], ["updated_at", "2018-10-11 16:41:24.061107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.062997"], ["updated_at", "2018-10-11 16:41:24.062997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.064632"], ["updated_at", "2018-10-11 16:41:24.064632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.066404"], ["updated_at", "2018-10-11 16:41:24.066404"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.068158"], ["updated_at", "2018-10-11 16:41:24.068158"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.069730"], ["updated_at", "2018-10-11 16:41:24.069730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.072586"], ["updated_at", "2018-10-11 16:41:24.072586"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.074583"], ["updated_at", "2018-10-11 16:41:24.074583"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.078766"], ["updated_at", "2018-10-11 16:41:24.078766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.081314"], ["updated_at", "2018-10-11 16:41:24.081314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.083019"], ["updated_at", "2018-10-11 16:41:24.083019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.084707"], ["updated_at", "2018-10-11 16:41:24.084707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.086446"], ["updated_at", "2018-10-11 16:41:24.086446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.088027"], ["updated_at", "2018-10-11 16:41:24.088027"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.089602"], ["updated_at", "2018-10-11 16:41:24.089602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.091373"], ["updated_at", "2018-10-11 16:41:24.091373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.093023"], ["updated_at", "2018-10-11 16:41:24.093023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.094664"], ["updated_at", "2018-10-11 16:41:24.094664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.096270"], ["updated_at", "2018-10-11 16:41:24.096270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.097903"], ["updated_at", "2018-10-11 16:41:24.097903"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.099544"], ["updated_at", "2018-10-11 16:41:24.099544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.101240"], ["updated_at", "2018-10-11 16:41:24.101240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.102884"], ["updated_at", "2018-10-11 16:41:24.102884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.104556"], ["updated_at", "2018-10-11 16:41:24.104556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.106125"], ["updated_at", "2018-10-11 16:41:24.106125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.107740"], ["updated_at", "2018-10-11 16:41:24.107740"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.109379"], ["updated_at", "2018-10-11 16:41:24.109379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.111145"], ["updated_at", "2018-10-11 16:41:24.111145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.112669"], ["updated_at", "2018-10-11 16:41:24.112669"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.114270"], ["updated_at", "2018-10-11 16:41:24.114270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.116018"], ["updated_at", "2018-10-11 16:41:24.116018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.117695"], ["updated_at", "2018-10-11 16:41:24.117695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.119407"], ["updated_at", "2018-10-11 16:41:24.119407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.120975"], ["updated_at", "2018-10-11 16:41:24.120975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.122588"], ["updated_at", "2018-10-11 16:41:24.122588"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.124767"], ["updated_at", "2018-10-11 16:41:24.124767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.127580"], ["updated_at", "2018-10-11 16:41:24.127580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.129611"], ["updated_at", "2018-10-11 16:41:24.129611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.131269"], ["updated_at", "2018-10-11 16:41:24.131269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.133135"], ["updated_at", "2018-10-11 16:41:24.133135"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.134835"], ["updated_at", "2018-10-11 16:41:24.134835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.136452"], ["updated_at", "2018-10-11 16:41:24.136452"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.139087"], ["updated_at", "2018-10-11 16:41:24.139087"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.141500"], ["updated_at", "2018-10-11 16:41:24.141500"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.145713"], ["updated_at", "2018-10-11 16:41:24.145713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.147866"], ["updated_at", "2018-10-11 16:41:24.147866"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.149597"], ["updated_at", "2018-10-11 16:41:24.149597"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.151743"], ["updated_at", "2018-10-11 16:41:24.151743"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.154343"], ["updated_at", "2018-10-11 16:41:24.154343"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.156942"], ["updated_at", "2018-10-11 16:41:24.156942"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.159687"], ["updated_at", "2018-10-11 16:41:24.159687"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.162303"], ["updated_at", "2018-10-11 16:41:24.162303"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.164871"], ["updated_at", "2018-10-11 16:41:24.164871"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.167651"], ["updated_at", "2018-10-11 16:41:24.167651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.170300"], ["updated_at", "2018-10-11 16:41:24.170300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.171904"], ["updated_at", "2018-10-11 16:41:24.171904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.173557"], ["updated_at", "2018-10-11 16:41:24.173557"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.175118"], ["updated_at", "2018-10-11 16:41:24.175118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.176843"], ["updated_at", "2018-10-11 16:41:24.176843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.178588"], ["updated_at", "2018-10-11 16:41:24.178588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.180175"], ["updated_at", "2018-10-11 16:41:24.180175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.181807"], ["updated_at", "2018-10-11 16:41:24.181807"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.183587"], ["updated_at", "2018-10-11 16:41:24.183587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.185898"], ["updated_at", "2018-10-11 16:41:24.185898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.187610"], ["updated_at", "2018-10-11 16:41:24.187610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.189212"], ["updated_at", "2018-10-11 16:41:24.189212"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.191041"], ["updated_at", "2018-10-11 16:41:24.191041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.193879"], ["updated_at", "2018-10-11 16:41:24.193879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.195795"], ["updated_at", "2018-10-11 16:41:24.195795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.197407"], ["updated_at", "2018-10-11 16:41:24.197407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.199081"], ["updated_at", "2018-10-11 16:41:24.199081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.200832"], ["updated_at", "2018-10-11 16:41:24.200832"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.202535"], ["updated_at", "2018-10-11 16:41:24.202535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.205281"], ["updated_at", "2018-10-11 16:41:24.205281"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.206931"], ["updated_at", "2018-10-11 16:41:24.206931"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.210685"], ["updated_at", "2018-10-11 16:41:24.210685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.213794"], ["updated_at", "2018-10-11 16:41:24.213794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.215442"], ["updated_at", "2018-10-11 16:41:24.215442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.217185"], ["updated_at", "2018-10-11 16:41:24.217185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.218958"], ["updated_at", "2018-10-11 16:41:24.218958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.220556"], ["updated_at", "2018-10-11 16:41:24.220556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.222172"], ["updated_at", "2018-10-11 16:41:24.222172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.223802"], ["updated_at", "2018-10-11 16:41:24.223802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.225677"], ["updated_at", "2018-10-11 16:41:24.225677"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.227571"], ["updated_at", "2018-10-11 16:41:24.227571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.229314"], ["updated_at", "2018-10-11 16:41:24.229314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.230964"], ["updated_at", "2018-10-11 16:41:24.230964"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.232634"], ["updated_at", "2018-10-11 16:41:24.232634"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.234391"], ["updated_at", "2018-10-11 16:41:24.234391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.236046"], ["updated_at", "2018-10-11 16:41:24.236046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.237673"], ["updated_at", "2018-10-11 16:41:24.237673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.239391"], ["updated_at", "2018-10-11 16:41:24.239391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.241166"], ["updated_at", "2018-10-11 16:41:24.241166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.242844"], ["updated_at", "2018-10-11 16:41:24.242844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.244487"], ["updated_at", "2018-10-11 16:41:24.244487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.246110"], ["updated_at", "2018-10-11 16:41:24.246110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.247666"], ["updated_at", "2018-10-11 16:41:24.247666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.249383"], ["updated_at", "2018-10-11 16:41:24.249383"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.251061"], ["updated_at", "2018-10-11 16:41:24.251061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.252764"], ["updated_at", "2018-10-11 16:41:24.252764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.254394"], ["updated_at", "2018-10-11 16:41:24.254394"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.256010"], ["updated_at", "2018-10-11 16:41:24.256010"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.257781"], ["updated_at", "2018-10-11 16:41:24.257781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.260607"], ["updated_at", "2018-10-11 16:41:24.260607"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.262450"], ["updated_at", "2018-10-11 16:41:24.262450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.264160"], ["updated_at", "2018-10-11 16:41:24.264160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.265869"], ["updated_at", "2018-10-11 16:41:24.265869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.267563"], ["updated_at", "2018-10-11 16:41:24.267563"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.269230"], ["updated_at", "2018-10-11 16:41:24.269230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.272110"], ["updated_at", "2018-10-11 16:41:24.272110"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.273871"], ["updated_at", "2018-10-11 16:41:24.273871"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.279526"], ["updated_at", "2018-10-11 16:41:24.279526"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.282658"], ["updated_at", "2018-10-11 16:41:24.282658"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.285457"], ["updated_at", "2018-10-11 16:41:24.285457"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.288153"], ["updated_at", "2018-10-11 16:41:24.288153"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.290743"], ["updated_at", "2018-10-11 16:41:24.290743"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.293463"], ["updated_at", "2018-10-11 16:41:24.293463"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.296151"], ["updated_at", "2018-10-11 16:41:24.296151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.298281"], ["updated_at", "2018-10-11 16:41:24.298281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.299910"], ["updated_at", "2018-10-11 16:41:24.299910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.301773"], ["updated_at", "2018-10-11 16:41:24.301773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.303375"], ["updated_at", "2018-10-11 16:41:24.303375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.305016"], ["updated_at", "2018-10-11 16:41:24.305016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.306639"], ["updated_at", "2018-10-11 16:41:24.306639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.308355"], ["updated_at", "2018-10-11 16:41:24.308355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.310063"], ["updated_at", "2018-10-11 16:41:24.310063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.311662"], ["updated_at", "2018-10-11 16:41:24.311662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.313323"], ["updated_at", "2018-10-11 16:41:24.313323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.314893"], ["updated_at", "2018-10-11 16:41:24.314893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.316568"], ["updated_at", "2018-10-11 16:41:24.316568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.318191"], ["updated_at", "2018-10-11 16:41:24.318191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.319879"], ["updated_at", "2018-10-11 16:41:24.319879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.321569"], ["updated_at", "2018-10-11 16:41:24.321569"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.323182"], ["updated_at", "2018-10-11 16:41:24.323182"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.325347"], ["updated_at", "2018-10-11 16:41:24.325347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.328089"], ["updated_at", "2018-10-11 16:41:24.328089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.329821"], ["updated_at", "2018-10-11 16:41:24.329821"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.331440"], ["updated_at", "2018-10-11 16:41:24.331440"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.333365"], ["updated_at", "2018-10-11 16:41:24.333365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.335217"], ["updated_at", "2018-10-11 16:41:24.335217"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.338126"], ["updated_at", "2018-10-11 16:41:24.338126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.339859"], ["updated_at", "2018-10-11 16:41:24.339859"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.342534"], ["updated_at", "2018-10-11 16:41:24.342534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.346725"], ["updated_at", "2018-10-11 16:41:24.346725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.348694"], ["updated_at", "2018-10-11 16:41:24.348694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.350425"], ["updated_at", "2018-10-11 16:41:24.350425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.352063"], ["updated_at", "2018-10-11 16:41:24.352063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.353670"], ["updated_at", "2018-10-11 16:41:24.353670"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.355285"], ["updated_at", "2018-10-11 16:41:24.355285"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.356993"], ["updated_at", "2018-10-11 16:41:24.356993"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.358962"], ["updated_at", "2018-10-11 16:41:24.358962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.360724"], ["updated_at", "2018-10-11 16:41:24.360724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.362359"], ["updated_at", "2018-10-11 16:41:24.362359"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.363920"], ["updated_at", "2018-10-11 16:41:24.363920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.365676"], ["updated_at", "2018-10-11 16:41:24.365676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.367418"], ["updated_at", "2018-10-11 16:41:24.367418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.369075"], ["updated_at", "2018-10-11 16:41:24.369075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.370696"], ["updated_at", "2018-10-11 16:41:24.370696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.372298"], ["updated_at", "2018-10-11 16:41:24.372298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.373969"], ["updated_at", "2018-10-11 16:41:24.373969"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.375585"], ["updated_at", "2018-10-11 16:41:24.375585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.377351"], ["updated_at", "2018-10-11 16:41:24.377351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.378995"], ["updated_at", "2018-10-11 16:41:24.378995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.380607"], ["updated_at", "2018-10-11 16:41:24.380607"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.382214"], ["updated_at", "2018-10-11 16:41:24.382214"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.383965"], ["updated_at", "2018-10-11 16:41:24.383965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.385734"], ["updated_at", "2018-10-11 16:41:24.385734"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.387342"], ["updated_at", "2018-10-11 16:41:24.387342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.389042"], ["updated_at", "2018-10-11 16:41:24.389042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.390877"], ["updated_at", "2018-10-11 16:41:24.390877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.393622"], ["updated_at", "2018-10-11 16:41:24.393622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.395817"], ["updated_at", "2018-10-11 16:41:24.395817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.397520"], ["updated_at", "2018-10-11 16:41:24.397520"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.399261"], ["updated_at", "2018-10-11 16:41:24.399261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.401380"], ["updated_at", "2018-10-11 16:41:24.401380"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.403353"], ["updated_at", "2018-10-11 16:41:24.403353"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.405337"], ["updated_at", "2018-10-11 16:41:24.405337"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.408861"], ["updated_at", "2018-10-11 16:41:24.408861"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.411460"], ["updated_at", "2018-10-11 16:41:24.411460"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.414014"], ["updated_at", "2018-10-11 16:41:24.414014"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.416810"], ["updated_at", "2018-10-11 16:41:24.416810"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.419518"], ["updated_at", "2018-10-11 16:41:24.419518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.421470"], ["updated_at", "2018-10-11 16:41:24.421470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.423083"], ["updated_at", "2018-10-11 16:41:24.423083"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.425748"], ["updated_at", "2018-10-11 16:41:24.425748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.429793"], ["updated_at", "2018-10-11 16:41:24.429793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.431904"], ["updated_at", "2018-10-11 16:41:24.431904"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.433585"], ["updated_at", "2018-10-11 16:41:24.433585"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.435327"], ["updated_at", "2018-10-11 16:41:24.435327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.437115"], ["updated_at", "2018-10-11 16:41:24.437115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.438727"], ["updated_at", "2018-10-11 16:41:24.438727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.440372"], ["updated_at", "2018-10-11 16:41:24.440372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.441963"], ["updated_at", "2018-10-11 16:41:24.441963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.443672"], ["updated_at", "2018-10-11 16:41:24.443672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.445525"], ["updated_at", "2018-10-11 16:41:24.445525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.447173"], ["updated_at", "2018-10-11 16:41:24.447173"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.448778"], ["updated_at", "2018-10-11 16:41:24.448778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.450548"], ["updated_at", "2018-10-11 16:41:24.450548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.452379"], ["updated_at", "2018-10-11 16:41:24.452379"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.453981"], ["updated_at", "2018-10-11 16:41:24.453981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.455666"], ["updated_at", "2018-10-11 16:41:24.455666"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.457572"], ["updated_at", "2018-10-11 16:41:24.457572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.460235"], ["updated_at", "2018-10-11 16:41:24.460235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.463692"], ["updated_at", "2018-10-11 16:41:24.463692"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.465342"], ["updated_at", "2018-10-11 16:41:24.465342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.467029"], ["updated_at", "2018-10-11 16:41:24.467029"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.468780"], ["updated_at", "2018-10-11 16:41:24.468780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.471748"], ["updated_at", "2018-10-11 16:41:24.471748"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.473408"], ["updated_at", "2018-10-11 16:41:24.473408"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.475595"], ["updated_at", "2018-10-11 16:41:24.475595"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.479469"], ["updated_at", "2018-10-11 16:41:24.479469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.481986"], ["updated_at", "2018-10-11 16:41:24.481986"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.483855"], ["updated_at", "2018-10-11 16:41:24.483855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.485638"], ["updated_at", "2018-10-11 16:41:24.485638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.487273"], ["updated_at", "2018-10-11 16:41:24.487273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.488862"], ["updated_at", "2018-10-11 16:41:24.488862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.490424"], ["updated_at", "2018-10-11 16:41:24.490424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.492138"], ["updated_at", "2018-10-11 16:41:24.492138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.493886"], ["updated_at", "2018-10-11 16:41:24.493886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.495563"], ["updated_at", "2018-10-11 16:41:24.495563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.497160"], ["updated_at", "2018-10-11 16:41:24.497160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.498768"], ["updated_at", "2018-10-11 16:41:24.498768"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.500364"], ["updated_at", "2018-10-11 16:41:24.500364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.502062"], ["updated_at", "2018-10-11 16:41:24.502062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.503675"], ["updated_at", "2018-10-11 16:41:24.503675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.505293"], ["updated_at", "2018-10-11 16:41:24.505293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.506924"], ["updated_at", "2018-10-11 16:41:24.506924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.508513"], ["updated_at", "2018-10-11 16:41:24.508513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.510171"], ["updated_at", "2018-10-11 16:41:24.510171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.511820"], ["updated_at", "2018-10-11 16:41:24.511820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.513484"], ["updated_at", "2018-10-11 16:41:24.513484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.515036"], ["updated_at", "2018-10-11 16:41:24.515036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.516662"], ["updated_at", "2018-10-11 16:41:24.516662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.518360"], ["updated_at", "2018-10-11 16:41:24.518360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.519984"], ["updated_at", "2018-10-11 16:41:24.519984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.521649"], ["updated_at", "2018-10-11 16:41:24.521649"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.523196"], ["updated_at", "2018-10-11 16:41:24.523196"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.525138"], ["updated_at", "2018-10-11 16:41:24.525138"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.528163"], ["updated_at", "2018-10-11 16:41:24.528163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.530494"], ["updated_at", "2018-10-11 16:41:24.530494"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.532499"], ["updated_at", "2018-10-11 16:41:24.532499"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.534508"], ["updated_at", "2018-10-11 16:41:24.534508"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.536542"], ["updated_at", "2018-10-11 16:41:24.536542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.538494"], ["updated_at", "2018-10-11 16:41:24.538494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.544080"], ["updated_at", "2018-10-11 16:41:24.544080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.545823"], ["updated_at", "2018-10-11 16:41:24.545823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.547472"], ["updated_at", "2018-10-11 16:41:24.547472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.549064"], ["updated_at", "2018-10-11 16:41:24.549064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.550746"], ["updated_at", "2018-10-11 16:41:24.550746"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.552370"], ["updated_at", "2018-10-11 16:41:24.552370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.554057"], ["updated_at", "2018-10-11 16:41:24.554057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.555707"], ["updated_at", "2018-10-11 16:41:24.555707"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.557926"], ["updated_at", "2018-10-11 16:41:24.557926"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.561603"], ["updated_at", "2018-10-11 16:41:24.561603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.564263"], ["updated_at", "2018-10-11 16:41:24.564263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.565857"], ["updated_at", "2018-10-11 16:41:24.565857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.567404"], ["updated_at", "2018-10-11 16:41:24.567404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.569119"], ["updated_at", "2018-10-11 16:41:24.569119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.570768"], ["updated_at", "2018-10-11 16:41:24.570768"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.572386"], ["updated_at", "2018-10-11 16:41:24.572386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.574173"], ["updated_at", "2018-10-11 16:41:24.574173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.575774"], ["updated_at", "2018-10-11 16:41:24.575774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.577417"], ["updated_at", "2018-10-11 16:41:24.577417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.579287"], ["updated_at", "2018-10-11 16:41:24.579287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.580917"], ["updated_at", "2018-10-11 16:41:24.580917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.582546"], ["updated_at", "2018-10-11 16:41:24.582546"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.584317"], ["updated_at", "2018-10-11 16:41:24.584317"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.586789"], ["updated_at", "2018-10-11 16:41:24.586789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.588650"], ["updated_at", "2018-10-11 16:41:24.588650"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.590389"], ["updated_at", "2018-10-11 16:41:24.590389"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.592792"], ["updated_at", "2018-10-11 16:41:24.592792"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.595003"], ["updated_at", "2018-10-11 16:41:24.595003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.596983"], ["updated_at", "2018-10-11 16:41:24.596983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.598628"], ["updated_at", "2018-10-11 16:41:24.598628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.600307"], ["updated_at", "2018-10-11 16:41:24.600307"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.602059"], ["updated_at", "2018-10-11 16:41:24.602059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.605207"], ["updated_at", "2018-10-11 16:41:24.605207"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.606943"], ["updated_at", "2018-10-11 16:41:24.606943"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.610584"], ["updated_at", "2018-10-11 16:41:24.610584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.613874"], ["updated_at", "2018-10-11 16:41:24.613874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.615456"], ["updated_at", "2018-10-11 16:41:24.615456"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.617003"], ["updated_at", "2018-10-11 16:41:24.617003"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.619219"], ["updated_at", "2018-10-11 16:41:24.619219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.621086"], ["updated_at", "2018-10-11 16:41:24.621086"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.622663"], ["updated_at", "2018-10-11 16:41:24.622663"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.624672"], ["updated_at", "2018-10-11 16:41:24.624672"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.626771"], ["updated_at", "2018-10-11 16:41:24.626771"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.628701"], ["updated_at", "2018-10-11 16:41:24.628701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.630491"], ["updated_at", "2018-10-11 16:41:24.630491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.632076"], ["updated_at", "2018-10-11 16:41:24.632076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.633712"], ["updated_at", "2018-10-11 16:41:24.633712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.635441"], ["updated_at", "2018-10-11 16:41:24.635441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.637187"], ["updated_at", "2018-10-11 16:41:24.637187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.638821"], ["updated_at", "2018-10-11 16:41:24.638821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.640465"], ["updated_at", "2018-10-11 16:41:24.640465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.642017"], ["updated_at", "2018-10-11 16:41:24.642017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.643644"], ["updated_at", "2018-10-11 16:41:24.643644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.645276"], ["updated_at", "2018-10-11 16:41:24.645276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.647078"], ["updated_at", "2018-10-11 16:41:24.647078"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.648644"], ["updated_at", "2018-10-11 16:41:24.648644"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.650836"], ["updated_at", "2018-10-11 16:41:24.650836"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.653731"], ["updated_at", "2018-10-11 16:41:24.653731"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.656367"], ["updated_at", "2018-10-11 16:41:24.656367"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.661349"], ["updated_at", "2018-10-11 16:41:24.661349"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.663939"], ["updated_at", "2018-10-11 16:41:24.663939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.666195"], ["updated_at", "2018-10-11 16:41:24.666195"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.668241"], ["updated_at", "2018-10-11 16:41:24.668241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.670329"], ["updated_at", "2018-10-11 16:41:24.670329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.671992"], ["updated_at", "2018-10-11 16:41:24.671992"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.674639"], ["updated_at", "2018-10-11 16:41:24.674639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.676296"], ["updated_at", "2018-10-11 16:41:24.676296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.677951"], ["updated_at", "2018-10-11 16:41:24.677951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.679676"], ["updated_at", "2018-10-11 16:41:24.679676"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.681373"], ["updated_at", "2018-10-11 16:41:24.681373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.683328"], ["updated_at", "2018-10-11 16:41:24.683328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.685009"], ["updated_at", "2018-10-11 16:41:24.685009"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.686756"], ["updated_at", "2018-10-11 16:41:24.686756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.688498"], ["updated_at", "2018-10-11 16:41:24.688498"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.690079"], ["updated_at", "2018-10-11 16:41:24.690079"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.692853"], ["updated_at", "2018-10-11 16:41:24.692853"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.697138"], ["updated_at", "2018-10-11 16:41:24.697138"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.699021"], ["updated_at", "2018-10-11 16:41:24.699021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.700825"], ["updated_at", "2018-10-11 16:41:24.700825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.702569"], ["updated_at", "2018-10-11 16:41:24.702569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.704346"], ["updated_at", "2018-10-11 16:41:24.704346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.706073"], ["updated_at", "2018-10-11 16:41:24.706073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.707671"], ["updated_at", "2018-10-11 16:41:24.707671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.709252"], ["updated_at", "2018-10-11 16:41:24.709252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.710822"], ["updated_at", "2018-10-11 16:41:24.710822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.712434"], ["updated_at", "2018-10-11 16:41:24.712434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.714080"], ["updated_at", "2018-10-11 16:41:24.714080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.715720"], ["updated_at", "2018-10-11 16:41:24.715720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.717277"], ["updated_at", "2018-10-11 16:41:24.717277"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.718837"], ["updated_at", "2018-10-11 16:41:24.718837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.720532"], ["updated_at", "2018-10-11 16:41:24.720532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.722243"], ["updated_at", "2018-10-11 16:41:24.722243"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.723831"], ["updated_at", "2018-10-11 16:41:24.723831"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.725656"], ["updated_at", "2018-10-11 16:41:24.725656"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.728153"], ["updated_at", "2018-10-11 16:41:24.728153"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.730511"], ["updated_at", "2018-10-11 16:41:24.730511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.732348"], ["updated_at", "2018-10-11 16:41:24.732348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.734014"], ["updated_at", "2018-10-11 16:41:24.734014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.735660"], ["updated_at", "2018-10-11 16:41:24.735660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.738661"], ["updated_at", "2018-10-11 16:41:24.738661"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.740433"], ["updated_at", "2018-10-11 16:41:24.740433"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.743575"], ["updated_at", "2018-10-11 16:41:24.743575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.746967"], ["updated_at", "2018-10-11 16:41:24.746967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.748717"], ["updated_at", "2018-10-11 16:41:24.748717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.750347"], ["updated_at", "2018-10-11 16:41:24.750347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.751929"], ["updated_at", "2018-10-11 16:41:24.751929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.753649"], ["updated_at", "2018-10-11 16:41:24.753649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.755330"], ["updated_at", "2018-10-11 16:41:24.755330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.757012"], ["updated_at", "2018-10-11 16:41:24.757012"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.758912"], ["updated_at", "2018-10-11 16:41:24.758912"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.761366"], ["updated_at", "2018-10-11 16:41:24.761366"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.763563"], ["updated_at", "2018-10-11 16:41:24.763563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.765416"], ["updated_at", "2018-10-11 16:41:24.765416"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.767046"], ["updated_at", "2018-10-11 16:41:24.767046"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.768800"], ["updated_at", "2018-10-11 16:41:24.768800"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.770674"], ["updated_at", "2018-10-11 16:41:24.770674"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.772635"], ["updated_at", "2018-10-11 16:41:24.772635"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.774810"], ["updated_at", "2018-10-11 16:41:24.774810"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.777690"], ["updated_at", "2018-10-11 16:41:24.777690"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.780430"], ["updated_at", "2018-10-11 16:41:24.780430"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.783184"], ["updated_at", "2018-10-11 16:41:24.783184"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.785920"], ["updated_at", "2018-10-11 16:41:24.785920"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.788923"], ["updated_at", "2018-10-11 16:41:24.788923"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.791191"], ["updated_at", "2018-10-11 16:41:24.791191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.794748"], ["updated_at", "2018-10-11 16:41:24.794748"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.796666"], ["updated_at", "2018-10-11 16:41:24.796666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.798556"], ["updated_at", "2018-10-11 16:41:24.798556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.800182"], ["updated_at", "2018-10-11 16:41:24.800182"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.801746"], ["updated_at", "2018-10-11 16:41:24.801746"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.804997"], ["updated_at", "2018-10-11 16:41:24.804997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.806901"], ["updated_at", "2018-10-11 16:41:24.806901"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.809728"], ["updated_at", "2018-10-11 16:41:24.809728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.814239"], ["updated_at", "2018-10-11 16:41:24.814239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.815972"], ["updated_at", "2018-10-11 16:41:24.815972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.817546"], ["updated_at", "2018-10-11 16:41:24.817546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.819150"], ["updated_at", "2018-10-11 16:41:24.819150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.820853"], ["updated_at", "2018-10-11 16:41:24.820853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.822743"], ["updated_at", "2018-10-11 16:41:24.822743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.824625"], ["updated_at", "2018-10-11 16:41:24.824625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.826324"], ["updated_at", "2018-10-11 16:41:24.826324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.827913"], ["updated_at", "2018-10-11 16:41:24.827913"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.829677"], ["updated_at", "2018-10-11 16:41:24.829677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.831437"], ["updated_at", "2018-10-11 16:41:24.831437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.833198"], ["updated_at", "2018-10-11 16:41:24.833198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.834836"], ["updated_at", "2018-10-11 16:41:24.834836"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.836455"], ["updated_at", "2018-10-11 16:41:24.836455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.838240"], ["updated_at", "2018-10-11 16:41:24.838240"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.840124"], ["updated_at", "2018-10-11 16:41:24.840124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.841877"], ["updated_at", "2018-10-11 16:41:24.841877"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.843691"], ["updated_at", "2018-10-11 16:41:24.843691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.845483"], ["updated_at", "2018-10-11 16:41:24.845483"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.847284"], ["updated_at", "2018-10-11 16:41:24.847284"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.849203"], ["updated_at", "2018-10-11 16:41:24.849203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.850976"], ["updated_at", "2018-10-11 16:41:24.850976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.852621"], ["updated_at", "2018-10-11 16:41:24.852621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.854329"], ["updated_at", "2018-10-11 16:41:24.854329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.856105"], ["updated_at", "2018-10-11 16:41:24.856105"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.857996"], ["updated_at", "2018-10-11 16:41:24.857996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.860435"], ["updated_at", "2018-10-11 16:41:24.860435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.862682"], ["updated_at", "2018-10-11 16:41:24.862682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.864556"], ["updated_at", "2018-10-11 16:41:24.864556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.866193"], ["updated_at", "2018-10-11 16:41:24.866193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.867876"], ["updated_at", "2018-10-11 16:41:24.867876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.869543"], ["updated_at", "2018-10-11 16:41:24.869543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.872536"], ["updated_at", "2018-10-11 16:41:24.872536"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.874109"], ["updated_at", "2018-10-11 16:41:24.874109"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.877137"], ["updated_at", "2018-10-11 16:41:24.877137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.881408"], ["updated_at", "2018-10-11 16:41:24.881408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.883113"], ["updated_at", "2018-10-11 16:41:24.883113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.884720"], ["updated_at", "2018-10-11 16:41:24.884720"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.887836"], ["updated_at", "2018-10-11 16:41:24.887836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.889523"], ["updated_at", "2018-10-11 16:41:24.889523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.891585"], ["updated_at", "2018-10-11 16:41:24.891585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.893433"], ["updated_at", "2018-10-11 16:41:24.893433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.895056"], ["updated_at", "2018-10-11 16:41:24.895056"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.896951"], ["updated_at", "2018-10-11 16:41:24.896951"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.899133"], ["updated_at", "2018-10-11 16:41:24.899133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.901252"], ["updated_at", "2018-10-11 16:41:24.901252"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.903416"], ["updated_at", "2018-10-11 16:41:24.903416"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.905873"], ["updated_at", "2018-10-11 16:41:24.905873"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.908062"], ["updated_at", "2018-10-11 16:41:24.908062"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.911381"], ["updated_at", "2018-10-11 16:41:24.911381"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.914413"], ["updated_at", "2018-10-11 16:41:24.914413"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.917101"], ["updated_at", "2018-10-11 16:41:24.917101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.919319"], ["updated_at", "2018-10-11 16:41:24.919319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.921010"], ["updated_at", "2018-10-11 16:41:24.921010"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.922673"], ["updated_at", "2018-10-11 16:41:24.922673"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.924730"], ["updated_at", "2018-10-11 16:41:24.924730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.927402"], ["updated_at", "2018-10-11 16:41:24.927402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.929188"], ["updated_at", "2018-10-11 16:41:24.929188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.930954"], ["updated_at", "2018-10-11 16:41:24.930954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.932601"], ["updated_at", "2018-10-11 16:41:24.932601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.934263"], ["updated_at", "2018-10-11 16:41:24.934263"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.935923"], ["updated_at", "2018-10-11 16:41:24.935923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.939306"], ["updated_at", "2018-10-11 16:41:24.939306"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.940936"], ["updated_at", "2018-10-11 16:41:24.940936"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.943876"], ["updated_at", "2018-10-11 16:41:24.943876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.947866"], ["updated_at", "2018-10-11 16:41:24.947866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.949658"], ["updated_at", "2018-10-11 16:41:24.949658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.951257"], ["updated_at", "2018-10-11 16:41:24.951257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.952844"], ["updated_at", "2018-10-11 16:41:24.952844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.954472"], ["updated_at", "2018-10-11 16:41:24.954472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.956157"], ["updated_at", "2018-10-11 16:41:24.956157"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.957898"], ["updated_at", "2018-10-11 16:41:24.957898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.959655"], ["updated_at", "2018-10-11 16:41:24.959655"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.961269"], ["updated_at", "2018-10-11 16:41:24.961269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.962989"], ["updated_at", "2018-10-11 16:41:24.962989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.964658"], ["updated_at", "2018-10-11 16:41:24.964658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.966284"], ["updated_at", "2018-10-11 16:41:24.966284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.967898"], ["updated_at", "2018-10-11 16:41:24.967898"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.969489"], ["updated_at", "2018-10-11 16:41:24.969489"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.971151"], ["updated_at", "2018-10-11 16:41:24.971151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.972897"], ["updated_at", "2018-10-11 16:41:24.972897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.974439"], ["updated_at", "2018-10-11 16:41:24.974439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.976130"], ["updated_at", "2018-10-11 16:41:24.976130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.977714"], ["updated_at", "2018-10-11 16:41:24.977714"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.979371"], ["updated_at", "2018-10-11 16:41:24.979371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.981096"], ["updated_at", "2018-10-11 16:41:24.981096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.982768"], ["updated_at", "2018-10-11 16:41:24.982768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.984363"], ["updated_at", "2018-10-11 16:41:24.984363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.986034"], ["updated_at", "2018-10-11 16:41:24.986034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.987798"], ["updated_at", "2018-10-11 16:41:24.987798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.989501"], ["updated_at", "2018-10-11 16:41:24.989501"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.991153"], ["updated_at", "2018-10-11 16:41:24.991153"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.993618"], ["updated_at", "2018-10-11 16:41:24.993618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.996035"], ["updated_at", "2018-10-11 16:41:24.996035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.997846"], ["updated_at", "2018-10-11 16:41:24.997846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:24.999467"], ["updated_at", "2018-10-11 16:41:24.999467"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.001047"], ["updated_at", "2018-10-11 16:41:25.001047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.002663"], ["updated_at", "2018-10-11 16:41:25.002663"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.005726"], ["updated_at", "2018-10-11 16:41:25.005726"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.007442"], ["updated_at", "2018-10-11 16:41:25.007442"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.010408"], ["updated_at", "2018-10-11 16:41:25.010408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.014170"], ["updated_at", "2018-10-11 16:41:25.014170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.015893"], ["updated_at", "2018-10-11 16:41:25.015893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.017481"], ["updated_at", "2018-10-11 16:41:25.017481"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.019153"], ["updated_at", "2018-10-11 16:41:25.019153"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.021627"], ["updated_at", "2018-10-11 16:41:25.021627"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.024416"], ["updated_at", "2018-10-11 16:41:25.024416"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.027054"], ["updated_at", "2018-10-11 16:41:25.027054"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.029804"], ["updated_at", "2018-10-11 16:41:25.029804"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.032644"], ["updated_at", "2018-10-11 16:41:25.032644"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.035308"], ["updated_at", "2018-10-11 16:41:25.035308"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.038092"], ["updated_at", "2018-10-11 16:41:25.038092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.040426"], ["updated_at", "2018-10-11 16:41:25.040426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.041936"], ["updated_at", "2018-10-11 16:41:25.041936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.043625"], ["updated_at", "2018-10-11 16:41:25.043625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.045188"], ["updated_at", "2018-10-11 16:41:25.045188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.046894"], ["updated_at", "2018-10-11 16:41:25.046894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.048689"], ["updated_at", "2018-10-11 16:41:25.048689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.050242"], ["updated_at", "2018-10-11 16:41:25.050242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.051867"], ["updated_at", "2018-10-11 16:41:25.051867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.053576"], ["updated_at", "2018-10-11 16:41:25.053576"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.055320"], ["updated_at", "2018-10-11 16:41:25.055320"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.057149"], ["updated_at", "2018-10-11 16:41:25.057149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.059717"], ["updated_at", "2018-10-11 16:41:25.059717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.061788"], ["updated_at", "2018-10-11 16:41:25.061788"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.063505"], ["updated_at", "2018-10-11 16:41:25.063505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.065463"], ["updated_at", "2018-10-11 16:41:25.065463"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.067152"], ["updated_at", "2018-10-11 16:41:25.067152"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.068774"], ["updated_at", "2018-10-11 16:41:25.068774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.071929"], ["updated_at", "2018-10-11 16:41:25.071929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.073592"], ["updated_at", "2018-10-11 16:41:25.073592"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.076116"], ["updated_at", "2018-10-11 16:41:25.076116"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.079778"], ["updated_at", "2018-10-11 16:41:25.079778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.082191"], ["updated_at", "2018-10-11 16:41:25.082191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.083849"], ["updated_at", "2018-10-11 16:41:25.083849"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.085441"], ["updated_at", "2018-10-11 16:41:25.085441"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.087251"], ["updated_at", "2018-10-11 16:41:25.087251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.089109"], ["updated_at", "2018-10-11 16:41:25.089109"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.091034"], ["updated_at", "2018-10-11 16:41:25.091034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.092812"], ["updated_at", "2018-10-11 16:41:25.092812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.094403"], ["updated_at", "2018-10-11 16:41:25.094403"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.096161"], ["updated_at", "2018-10-11 16:41:25.096161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.097948"], ["updated_at", "2018-10-11 16:41:25.097948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.099643"], ["updated_at", "2018-10-11 16:41:25.099643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.101252"], ["updated_at", "2018-10-11 16:41:25.101252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.102909"], ["updated_at", "2018-10-11 16:41:25.102909"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.104549"], ["updated_at", "2018-10-11 16:41:25.104549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.106237"], ["updated_at", "2018-10-11 16:41:25.106237"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.107786"], ["updated_at", "2018-10-11 16:41:25.107786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.109514"], ["updated_at", "2018-10-11 16:41:25.109514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.111146"], ["updated_at", "2018-10-11 16:41:25.111146"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.112715"], ["updated_at", "2018-10-11 16:41:25.112715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.114505"], ["updated_at", "2018-10-11 16:41:25.114505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.116156"], ["updated_at", "2018-10-11 16:41:25.116156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.117733"], ["updated_at", "2018-10-11 16:41:25.117733"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.119409"], ["updated_at", "2018-10-11 16:41:25.119409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.121428"], ["updated_at", "2018-10-11 16:41:25.121428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.123171"], ["updated_at", "2018-10-11 16:41:25.123171"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.124954"], ["updated_at", "2018-10-11 16:41:25.124954"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.127500"], ["updated_at", "2018-10-11 16:41:25.127500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.129456"], ["updated_at", "2018-10-11 16:41:25.129456"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.131274"], ["updated_at", "2018-10-11 16:41:25.131274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.132890"], ["updated_at", "2018-10-11 16:41:25.132890"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.134499"], ["updated_at", "2018-10-11 16:41:25.134499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.136066"], ["updated_at", "2018-10-11 16:41:25.136066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.139500"], ["updated_at", "2018-10-11 16:41:25.139500"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.141667"], ["updated_at", "2018-10-11 16:41:25.141667"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.145254"], ["updated_at", "2018-10-11 16:41:25.145254"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.148925"], ["updated_at", "2018-10-11 16:41:25.148925"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.151584"], ["updated_at", "2018-10-11 16:41:25.151584"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.154397"], ["updated_at", "2018-10-11 16:41:25.154397"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.157190"], ["updated_at", "2018-10-11 16:41:25.157190"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.159835"], ["updated_at", "2018-10-11 16:41:25.159835"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.162468"], ["updated_at", "2018-10-11 16:41:25.162468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.165297"], ["updated_at", "2018-10-11 16:41:25.165297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.167177"], ["updated_at", "2018-10-11 16:41:25.167177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.168803"], ["updated_at", "2018-10-11 16:41:25.168803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.170540"], ["updated_at", "2018-10-11 16:41:25.170540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.172210"], ["updated_at", "2018-10-11 16:41:25.172210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.173829"], ["updated_at", "2018-10-11 16:41:25.173829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.175407"], ["updated_at", "2018-10-11 16:41:25.175407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.177092"], ["updated_at", "2018-10-11 16:41:25.177092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.178639"], ["updated_at", "2018-10-11 16:41:25.178639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.180355"], ["updated_at", "2018-10-11 16:41:25.180355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.182050"], ["updated_at", "2018-10-11 16:41:25.182050"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.183674"], ["updated_at", "2018-10-11 16:41:25.183674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.185886"], ["updated_at", "2018-10-11 16:41:25.185886"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.187708"], ["updated_at", "2018-10-11 16:41:25.187708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.189556"], ["updated_at", "2018-10-11 16:41:25.189556"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.191280"], ["updated_at", "2018-10-11 16:41:25.191280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.193783"], ["updated_at", "2018-10-11 16:41:25.193783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.195795"], ["updated_at", "2018-10-11 16:41:25.195795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.197566"], ["updated_at", "2018-10-11 16:41:25.197566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.199324"], ["updated_at", "2018-10-11 16:41:25.199324"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.200910"], ["updated_at", "2018-10-11 16:41:25.200910"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.202461"], ["updated_at", "2018-10-11 16:41:25.202461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.205517"], ["updated_at", "2018-10-11 16:41:25.205517"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.207150"], ["updated_at", "2018-10-11 16:41:25.207150"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.210416"], ["updated_at", "2018-10-11 16:41:25.210416"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.214100"], ["updated_at", "2018-10-11 16:41:25.214100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.215808"], ["updated_at", "2018-10-11 16:41:25.215808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.217391"], ["updated_at", "2018-10-11 16:41:25.217391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.219023"], ["updated_at", "2018-10-11 16:41:25.219023"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.220722"], ["updated_at", "2018-10-11 16:41:25.220722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.222457"], ["updated_at", "2018-10-11 16:41:25.222457"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.224054"], ["updated_at", "2018-10-11 16:41:25.224054"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.225725"], ["updated_at", "2018-10-11 16:41:25.225725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.227433"], ["updated_at", "2018-10-11 16:41:25.227433"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.229049"], ["updated_at", "2018-10-11 16:41:25.229049"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.230766"], ["updated_at", "2018-10-11 16:41:25.230766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.232764"], ["updated_at", "2018-10-11 16:41:25.232764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.234393"], ["updated_at", "2018-10-11 16:41:25.234393"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.236397"], ["updated_at", "2018-10-11 16:41:25.236397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.238172"], ["updated_at", "2018-10-11 16:41:25.238172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.239834"], ["updated_at", "2018-10-11 16:41:25.239834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.241604"], ["updated_at", "2018-10-11 16:41:25.241604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.243239"], ["updated_at", "2018-10-11 16:41:25.243239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.244831"], ["updated_at", "2018-10-11 16:41:25.244831"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.246471"], ["updated_at", "2018-10-11 16:41:25.246471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.248414"], ["updated_at", "2018-10-11 16:41:25.248414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.250102"], ["updated_at", "2018-10-11 16:41:25.250102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.251717"], ["updated_at", "2018-10-11 16:41:25.251717"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.253367"], ["updated_at", "2018-10-11 16:41:25.253367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.255150"], ["updated_at", "2018-10-11 16:41:25.255150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.256841"], ["updated_at", "2018-10-11 16:41:25.256841"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.258821"], ["updated_at", "2018-10-11 16:41:25.258821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.261460"], ["updated_at", "2018-10-11 16:41:25.261460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.263437"], ["updated_at", "2018-10-11 16:41:25.263437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.265235"], ["updated_at", "2018-10-11 16:41:25.265235"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.266988"], ["updated_at", "2018-10-11 16:41:25.266988"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.268809"], ["updated_at", "2018-10-11 16:41:25.268809"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.271004"], ["updated_at", "2018-10-11 16:41:25.271004"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.274313"], ["updated_at", "2018-10-11 16:41:25.274313"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.276977"], ["updated_at", "2018-10-11 16:41:25.276977"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.279649"], ["updated_at", "2018-10-11 16:41:25.279649"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.282430"], ["updated_at", "2018-10-11 16:41:25.282430"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.285156"], ["updated_at", "2018-10-11 16:41:25.285156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.288048"], ["updated_at", "2018-10-11 16:41:25.288048"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.290001"], ["updated_at", "2018-10-11 16:41:25.290001"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.293921"], ["updated_at", "2018-10-11 16:41:25.293921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.297198"], ["updated_at", "2018-10-11 16:41:25.297198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.298985"], ["updated_at", "2018-10-11 16:41:25.298985"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.300572"], ["updated_at", "2018-10-11 16:41:25.300572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.302779"], ["updated_at", "2018-10-11 16:41:25.302779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.304531"], ["updated_at", "2018-10-11 16:41:25.304531"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.306309"], ["updated_at", "2018-10-11 16:41:25.306309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.308149"], ["updated_at", "2018-10-11 16:41:25.308149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.309809"], ["updated_at", "2018-10-11 16:41:25.309809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.311362"], ["updated_at", "2018-10-11 16:41:25.311362"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.314244"], ["updated_at", "2018-10-11 16:41:25.314244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.316101"], ["updated_at", "2018-10-11 16:41:25.316101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.317689"], ["updated_at", "2018-10-11 16:41:25.317689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.319325"], ["updated_at", "2018-10-11 16:41:25.319325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.320904"], ["updated_at", "2018-10-11 16:41:25.320904"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.322646"], ["updated_at", "2018-10-11 16:41:25.322646"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.324421"], ["updated_at", "2018-10-11 16:41:25.324421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.326901"], ["updated_at", "2018-10-11 16:41:25.326901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.328855"], ["updated_at", "2018-10-11 16:41:25.328855"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.330721"], ["updated_at", "2018-10-11 16:41:25.330721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.332801"], ["updated_at", "2018-10-11 16:41:25.332801"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.334391"], ["updated_at", "2018-10-11 16:41:25.334391"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.335984"], ["updated_at", "2018-10-11 16:41:25.335984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.338978"], ["updated_at", "2018-10-11 16:41:25.338978"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.340796"], ["updated_at", "2018-10-11 16:41:25.340796"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.344757"], ["updated_at", "2018-10-11 16:41:25.344757"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.347482"], ["updated_at", "2018-10-11 16:41:25.347482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.349276"], ["updated_at", "2018-10-11 16:41:25.349276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.350867"], ["updated_at", "2018-10-11 16:41:25.350867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.352433"], ["updated_at", "2018-10-11 16:41:25.352433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.354073"], ["updated_at", "2018-10-11 16:41:25.354073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.355930"], ["updated_at", "2018-10-11 16:41:25.355930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.357680"], ["updated_at", "2018-10-11 16:41:25.357680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.359331"], ["updated_at", "2018-10-11 16:41:25.359331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.360930"], ["updated_at", "2018-10-11 16:41:25.360930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.362625"], ["updated_at", "2018-10-11 16:41:25.362625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.364206"], ["updated_at", "2018-10-11 16:41:25.364206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.365950"], ["updated_at", "2018-10-11 16:41:25.365950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.367619"], ["updated_at", "2018-10-11 16:41:25.367619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.369186"], ["updated_at", "2018-10-11 16:41:25.369186"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.370869"], ["updated_at", "2018-10-11 16:41:25.370869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.372671"], ["updated_at", "2018-10-11 16:41:25.372671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.374460"], ["updated_at", "2018-10-11 16:41:25.374460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.376029"], ["updated_at", "2018-10-11 16:41:25.376029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.377698"], ["updated_at", "2018-10-11 16:41:25.377698"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.379259"], ["updated_at", "2018-10-11 16:41:25.379259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.381047"], ["updated_at", "2018-10-11 16:41:25.381047"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.382742"], ["updated_at", "2018-10-11 16:41:25.382742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.384389"], ["updated_at", "2018-10-11 16:41:25.384389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.386063"], ["updated_at", "2018-10-11 16:41:25.386063"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.387637"], ["updated_at", "2018-10-11 16:41:25.387637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.389339"], ["updated_at", "2018-10-11 16:41:25.389339"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.391486"], ["updated_at", "2018-10-11 16:41:25.391486"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.394914"], ["updated_at", "2018-10-11 16:41:25.394914"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.397113"], ["updated_at", "2018-10-11 16:41:25.397113"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.399173"], ["updated_at", "2018-10-11 16:41:25.399173"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.401227"], ["updated_at", "2018-10-11 16:41:25.401227"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.403276"], ["updated_at", "2018-10-11 16:41:25.403276"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.405406"], ["updated_at", "2018-10-11 16:41:25.405406"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.407418"], ["updated_at", "2018-10-11 16:41:25.407418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.411329"], ["updated_at", "2018-10-11 16:41:25.411329"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.413040"], ["updated_at", "2018-10-11 16:41:25.413040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.414753"], ["updated_at", "2018-10-11 16:41:25.414753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.416362"], ["updated_at", "2018-10-11 16:41:25.416362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.417905"], ["updated_at", "2018-10-11 16:41:25.417905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.419567"], ["updated_at", "2018-10-11 16:41:25.419567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.421119"], ["updated_at", "2018-10-11 16:41:25.421119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.422690"], ["updated_at", "2018-10-11 16:41:25.422690"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.424322"], ["updated_at", "2018-10-11 16:41:25.424322"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.428020"], ["updated_at", "2018-10-11 16:41:25.428020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.431033"], ["updated_at", "2018-10-11 16:41:25.431033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.432819"], ["updated_at", "2018-10-11 16:41:25.432819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.434552"], ["updated_at", "2018-10-11 16:41:25.434552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.436295"], ["updated_at", "2018-10-11 16:41:25.436295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.437922"], ["updated_at", "2018-10-11 16:41:25.437922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.439549"], ["updated_at", "2018-10-11 16:41:25.439549"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.441125"], ["updated_at", "2018-10-11 16:41:25.441125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.442827"], ["updated_at", "2018-10-11 16:41:25.442827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.444557"], ["updated_at", "2018-10-11 16:41:25.444557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.446171"], ["updated_at", "2018-10-11 16:41:25.446171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.447724"], ["updated_at", "2018-10-11 16:41:25.447724"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.449409"], ["updated_at", "2018-10-11 16:41:25.449409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.451225"], ["updated_at", "2018-10-11 16:41:25.451225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.452909"], ["updated_at", "2018-10-11 16:41:25.452909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.454511"], ["updated_at", "2018-10-11 16:41:25.454511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.456054"], ["updated_at", "2018-10-11 16:41:25.456054"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.457692"], ["updated_at", "2018-10-11 16:41:25.457692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.460443"], ["updated_at", "2018-10-11 16:41:25.460443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.462569"], ["updated_at", "2018-10-11 16:41:25.462569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.464193"], ["updated_at", "2018-10-11 16:41:25.464193"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.466007"], ["updated_at", "2018-10-11 16:41:25.466007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.467992"], ["updated_at", "2018-10-11 16:41:25.467992"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.469631"], ["updated_at", "2018-10-11 16:41:25.469631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.472389"], ["updated_at", "2018-10-11 16:41:25.472389"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.474169"], ["updated_at", "2018-10-11 16:41:25.474169"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.478171"], ["updated_at", "2018-10-11 16:41:25.478171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.481188"], ["updated_at", "2018-10-11 16:41:25.481188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.483118"], ["updated_at", "2018-10-11 16:41:25.483118"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.485025"], ["updated_at", "2018-10-11 16:41:25.485025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.486670"], ["updated_at", "2018-10-11 16:41:25.486670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.488351"], ["updated_at", "2018-10-11 16:41:25.488351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.489911"], ["updated_at", "2018-10-11 16:41:25.489911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.491615"], ["updated_at", "2018-10-11 16:41:25.491615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.493468"], ["updated_at", "2018-10-11 16:41:25.493468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.495190"], ["updated_at", "2018-10-11 16:41:25.495190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.496813"], ["updated_at", "2018-10-11 16:41:25.496813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.498457"], ["updated_at", "2018-10-11 16:41:25.498457"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.500072"], ["updated_at", "2018-10-11 16:41:25.500072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.501765"], ["updated_at", "2018-10-11 16:41:25.501765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.503368"], ["updated_at", "2018-10-11 16:41:25.503368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.505018"], ["updated_at", "2018-10-11 16:41:25.505018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.506580"], ["updated_at", "2018-10-11 16:41:25.506580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.508211"], ["updated_at", "2018-10-11 16:41:25.508211"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.509839"], ["updated_at", "2018-10-11 16:41:25.509839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.511521"], ["updated_at", "2018-10-11 16:41:25.511521"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.513255"], ["updated_at", "2018-10-11 16:41:25.513255"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.515867"], ["updated_at", "2018-10-11 16:41:25.515867"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.518543"], ["updated_at", "2018-10-11 16:41:25.518543"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.521168"], ["updated_at", "2018-10-11 16:41:25.521168"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.523675"], ["updated_at", "2018-10-11 16:41:25.523675"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.526470"], ["updated_at", "2018-10-11 16:41:25.526470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.529160"], ["updated_at", "2018-10-11 16:41:25.529160"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.531238"], ["updated_at", "2018-10-11 16:41:25.531238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.533289"], ["updated_at", "2018-10-11 16:41:25.533289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.535108"], ["updated_at", "2018-10-11 16:41:25.535108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.536838"], ["updated_at", "2018-10-11 16:41:25.536838"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.538511"], ["updated_at", "2018-10-11 16:41:25.538511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.541632"], ["updated_at", "2018-10-11 16:41:25.541632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.543270"], ["updated_at", "2018-10-11 16:41:25.543270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.544950"], ["updated_at", "2018-10-11 16:41:25.544950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.546534"], ["updated_at", "2018-10-11 16:41:25.546534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.548173"], ["updated_at", "2018-10-11 16:41:25.548173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.549784"], ["updated_at", "2018-10-11 16:41:25.549784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.551435"], ["updated_at", "2018-10-11 16:41:25.551435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.553027"], ["updated_at", "2018-10-11 16:41:25.553027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.554728"], ["updated_at", "2018-10-11 16:41:25.554728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.556319"], ["updated_at", "2018-10-11 16:41:25.556319"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.558122"], ["updated_at", "2018-10-11 16:41:25.558122"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.561500"], ["updated_at", "2018-10-11 16:41:25.561500"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.565011"], ["updated_at", "2018-10-11 16:41:25.565011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.566815"], ["updated_at", "2018-10-11 16:41:25.566815"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.568495"], ["updated_at", "2018-10-11 16:41:25.568495"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.570236"], ["updated_at", "2018-10-11 16:41:25.570236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.572380"], ["updated_at", "2018-10-11 16:41:25.572380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.573966"], ["updated_at", "2018-10-11 16:41:25.573966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.575594"], ["updated_at", "2018-10-11 16:41:25.575594"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.577204"], ["updated_at", "2018-10-11 16:41:25.577204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.578979"], ["updated_at", "2018-10-11 16:41:25.578979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.580590"], ["updated_at", "2018-10-11 16:41:25.580590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.582191"], ["updated_at", "2018-10-11 16:41:25.582191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.583777"], ["updated_at", "2018-10-11 16:41:25.583777"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.585485"], ["updated_at", "2018-10-11 16:41:25.585485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.587283"], ["updated_at", "2018-10-11 16:41:25.587283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.588970"], ["updated_at", "2018-10-11 16:41:25.588970"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.590718"], ["updated_at", "2018-10-11 16:41:25.590718"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.593307"], ["updated_at", "2018-10-11 16:41:25.593307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.595390"], ["updated_at", "2018-10-11 16:41:25.595390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.597066"], ["updated_at", "2018-10-11 16:41:25.597066"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.598684"], ["updated_at", "2018-10-11 16:41:25.598684"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.600920"], ["updated_at", "2018-10-11 16:41:25.600920"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.603481"], ["updated_at", "2018-10-11 16:41:25.603481"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.606693"], ["updated_at", "2018-10-11 16:41:25.606693"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.609218"], ["updated_at", "2018-10-11 16:41:25.609218"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.612992"], ["updated_at", "2018-10-11 16:41:25.612992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.615263"], ["updated_at", "2018-10-11 16:41:25.615263"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.616969"], ["updated_at", "2018-10-11 16:41:25.616969"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.618713"], ["updated_at", "2018-10-11 16:41:25.618713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.620424"], ["updated_at", "2018-10-11 16:41:25.620424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.622014"], ["updated_at", "2018-10-11 16:41:25.622014"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.623646"], ["updated_at", "2018-10-11 16:41:25.623646"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.626233"], ["updated_at", "2018-10-11 16:41:25.626233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.628132"], ["updated_at", "2018-10-11 16:41:25.628132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.629840"], ["updated_at", "2018-10-11 16:41:25.629840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.631443"], ["updated_at", "2018-10-11 16:41:25.631443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.633024"], ["updated_at", "2018-10-11 16:41:25.633024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.634752"], ["updated_at", "2018-10-11 16:41:25.634752"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.636976"], ["updated_at", "2018-10-11 16:41:25.636976"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.639655"], ["updated_at", "2018-10-11 16:41:25.639655"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.642362"], ["updated_at", "2018-10-11 16:41:25.642362"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.645166"], ["updated_at", "2018-10-11 16:41:25.645166"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.647822"], ["updated_at", "2018-10-11 16:41:25.647822"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.650509"], ["updated_at", "2018-10-11 16:41:25.650509"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.653409"], ["updated_at", "2018-10-11 16:41:25.653409"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.656089"], ["updated_at", "2018-10-11 16:41:25.656089"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.658465"], ["updated_at", "2018-10-11 16:41:25.658465"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.661162"], ["updated_at", "2018-10-11 16:41:25.661162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.663049"], ["updated_at", "2018-10-11 16:41:25.663049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.664791"], ["updated_at", "2018-10-11 16:41:25.664791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.666388"], ["updated_at", "2018-10-11 16:41:25.666388"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.668106"], ["updated_at", "2018-10-11 16:41:25.668106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.671235"], ["updated_at", "2018-10-11 16:41:25.671235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.672838"], ["updated_at", "2018-10-11 16:41:25.672838"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.674532"], ["updated_at", "2018-10-11 16:41:25.674532"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.678119"], ["updated_at", "2018-10-11 16:41:25.678119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.681516"], ["updated_at", "2018-10-11 16:41:25.681516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.683127"], ["updated_at", "2018-10-11 16:41:25.683127"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.684835"], ["updated_at", "2018-10-11 16:41:25.684835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.686745"], ["updated_at", "2018-10-11 16:41:25.686745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.688398"], ["updated_at", "2018-10-11 16:41:25.688398"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.690039"], ["updated_at", "2018-10-11 16:41:25.690039"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.691854"], ["updated_at", "2018-10-11 16:41:25.691854"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.695197"], ["updated_at", "2018-10-11 16:41:25.695197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.697059"], ["updated_at", "2018-10-11 16:41:25.697059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.698811"], ["updated_at", "2018-10-11 16:41:25.698811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.700552"], ["updated_at", "2018-10-11 16:41:25.700552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.702298"], ["updated_at", "2018-10-11 16:41:25.702298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.703970"], ["updated_at", "2018-10-11 16:41:25.703970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.705629"], ["updated_at", "2018-10-11 16:41:25.705629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.707182"], ["updated_at", "2018-10-11 16:41:25.707182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.708825"], ["updated_at", "2018-10-11 16:41:25.708825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.710445"], ["updated_at", "2018-10-11 16:41:25.710445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.712177"], ["updated_at", "2018-10-11 16:41:25.712177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.713826"], ["updated_at", "2018-10-11 16:41:25.713826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.715415"], ["updated_at", "2018-10-11 16:41:25.715415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.717072"], ["updated_at", "2018-10-11 16:41:25.717072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.718768"], ["updated_at", "2018-10-11 16:41:25.718768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.720421"], ["updated_at", "2018-10-11 16:41:25.720421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.722055"], ["updated_at", "2018-10-11 16:41:25.722055"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.723913"], ["updated_at", "2018-10-11 16:41:25.723913"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.726643"], ["updated_at", "2018-10-11 16:41:25.726643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.728860"], ["updated_at", "2018-10-11 16:41:25.728860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.731881"], ["updated_at", "2018-10-11 16:41:25.731881"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.733552"], ["updated_at", "2018-10-11 16:41:25.733552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.736292"], ["updated_at", "2018-10-11 16:41:25.736292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.739185"], ["updated_at", "2018-10-11 16:41:25.739185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.740794"], ["updated_at", "2018-10-11 16:41:25.740794"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.743357"], ["updated_at", "2018-10-11 16:41:25.743357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.747185"], ["updated_at", "2018-10-11 16:41:25.747185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.749362"], ["updated_at", "2018-10-11 16:41:25.749362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.751037"], ["updated_at", "2018-10-11 16:41:25.751037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.752684"], ["updated_at", "2018-10-11 16:41:25.752684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.754340"], ["updated_at", "2018-10-11 16:41:25.754340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.755909"], ["updated_at", "2018-10-11 16:41:25.755909"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.757640"], ["updated_at", "2018-10-11 16:41:25.757640"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.759376"], ["updated_at", "2018-10-11 16:41:25.759376"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.762364"], ["updated_at", "2018-10-11 16:41:25.762364"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.765399"], ["updated_at", "2018-10-11 16:41:25.765399"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.768834"], ["updated_at", "2018-10-11 16:41:25.768834"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.772335"], ["updated_at", "2018-10-11 16:41:25.772335"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.775749"], ["updated_at", "2018-10-11 16:41:25.775749"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.779052"], ["updated_at", "2018-10-11 16:41:25.779052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.781027"], ["updated_at", "2018-10-11 16:41:25.781027"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.782740"], ["updated_at", "2018-10-11 16:41:25.782740"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.784415"], ["updated_at", "2018-10-11 16:41:25.784415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.786131"], ["updated_at", "2018-10-11 16:41:25.786131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.787741"], ["updated_at", "2018-10-11 16:41:25.787741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.789330"], ["updated_at", "2018-10-11 16:41:25.789330"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.791079"], ["updated_at", "2018-10-11 16:41:25.791079"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.793487"], ["updated_at", "2018-10-11 16:41:25.793487"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.796061"], ["updated_at", "2018-10-11 16:41:25.796061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.799384"], ["updated_at", "2018-10-11 16:41:25.799384"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.801182"], ["updated_at", "2018-10-11 16:41:25.801182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.803010"], ["updated_at", "2018-10-11 16:41:25.803010"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.804574"], ["updated_at", "2018-10-11 16:41:25.804574"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.807386"], ["updated_at", "2018-10-11 16:41:25.807386"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.811749"], ["updated_at", "2018-10-11 16:41:25.811749"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.815050"], ["updated_at", "2018-10-11 16:41:25.815050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.816835"], ["updated_at", "2018-10-11 16:41:25.816835"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.818621"], ["updated_at", "2018-10-11 16:41:25.818621"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.820425"], ["updated_at", "2018-10-11 16:41:25.820425"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.822149"], ["updated_at", "2018-10-11 16:41:25.822149"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.823846"], ["updated_at", "2018-10-11 16:41:25.823846"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.826187"], ["updated_at", "2018-10-11 16:41:25.826187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.827979"], ["updated_at", "2018-10-11 16:41:25.827979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.829687"], ["updated_at", "2018-10-11 16:41:25.829687"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.831588"], ["updated_at", "2018-10-11 16:41:25.831588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.833263"], ["updated_at", "2018-10-11 16:41:25.833263"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.834922"], ["updated_at", "2018-10-11 16:41:25.834922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.836665"], ["updated_at", "2018-10-11 16:41:25.836665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.838264"], ["updated_at", "2018-10-11 16:41:25.838264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.839857"], ["updated_at", "2018-10-11 16:41:25.839857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.841717"], ["updated_at", "2018-10-11 16:41:25.841717"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.843353"], ["updated_at", "2018-10-11 16:41:25.843353"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.845237"], ["updated_at", "2018-10-11 16:41:25.845237"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.846921"], ["updated_at", "2018-10-11 16:41:25.846921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.848673"], ["updated_at", "2018-10-11 16:41:25.848673"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.850464"], ["updated_at", "2018-10-11 16:41:25.850464"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.852253"], ["updated_at", "2018-10-11 16:41:25.852253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.853939"], ["updated_at", "2018-10-11 16:41:25.853939"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.855605"], ["updated_at", "2018-10-11 16:41:25.855605"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.857402"], ["updated_at", "2018-10-11 16:41:25.857402"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.860895"], ["updated_at", "2018-10-11 16:41:25.860895"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.864150"], ["updated_at", "2018-10-11 16:41:25.864150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.866181"], ["updated_at", "2018-10-11 16:41:25.866181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.867742"], ["updated_at", "2018-10-11 16:41:25.867742"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.869423"], ["updated_at", "2018-10-11 16:41:25.869423"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.871550"], ["updated_at", "2018-10-11 16:41:25.871550"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.876365"], ["updated_at", "2018-10-11 16:41:25.876365"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.878533"], ["updated_at", "2018-10-11 16:41:25.878533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.880811"], ["updated_at", "2018-10-11 16:41:25.880811"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.882366"], ["updated_at", "2018-10-11 16:41:25.882366"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.885070"], ["updated_at", "2018-10-11 16:41:25.885070"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.888961"], ["updated_at", "2018-10-11 16:41:25.888961"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.894166"], ["updated_at", "2018-10-11 16:41:25.894166"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.899036"], ["updated_at", "2018-10-11 16:41:25.899036"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.903020"], ["updated_at", "2018-10-11 16:41:25.903020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.905631"], ["updated_at", "2018-10-11 16:41:25.905631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.907195"], ["updated_at", "2018-10-11 16:41:25.907195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.908851"], ["updated_at", "2018-10-11 16:41:25.908851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.910435"], ["updated_at", "2018-10-11 16:41:25.910435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.912175"], ["updated_at", "2018-10-11 16:41:25.912175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.913832"], ["updated_at", "2018-10-11 16:41:25.913832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.915476"], ["updated_at", "2018-10-11 16:41:25.915476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.917097"], ["updated_at", "2018-10-11 16:41:25.917097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.919100"], ["updated_at", "2018-10-11 16:41:25.919100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.920781"], ["updated_at", "2018-10-11 16:41:25.920781"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.922412"], ["updated_at", "2018-10-11 16:41:25.922412"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.924374"], ["updated_at", "2018-10-11 16:41:25.924374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.926897"], ["updated_at", "2018-10-11 16:41:25.926897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.928797"], ["updated_at", "2018-10-11 16:41:25.928797"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.930487"], ["updated_at", "2018-10-11 16:41:25.930487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.932131"], ["updated_at", "2018-10-11 16:41:25.932131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.933719"], ["updated_at", "2018-10-11 16:41:25.933719"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.935347"], ["updated_at", "2018-10-11 16:41:25.935347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.938537"], ["updated_at", "2018-10-11 16:41:25.938537"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.940291"], ["updated_at", "2018-10-11 16:41:25.940291"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.943076"], ["updated_at", "2018-10-11 16:41:25.943076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.947191"], ["updated_at", "2018-10-11 16:41:25.947191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.949069"], ["updated_at", "2018-10-11 16:41:25.949069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.950592"], ["updated_at", "2018-10-11 16:41:25.950592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.952183"], ["updated_at", "2018-10-11 16:41:25.952183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.953955"], ["updated_at", "2018-10-11 16:41:25.953955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.955621"], ["updated_at", "2018-10-11 16:41:25.955621"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.957203"], ["updated_at", "2018-10-11 16:41:25.957203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.958912"], ["updated_at", "2018-10-11 16:41:25.958912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.960653"], ["updated_at", "2018-10-11 16:41:25.960653"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.962373"], ["updated_at", "2018-10-11 16:41:25.962373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.964226"], ["updated_at", "2018-10-11 16:41:25.964226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.965958"], ["updated_at", "2018-10-11 16:41:25.965958"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.967568"], ["updated_at", "2018-10-11 16:41:25.967568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.969322"], ["updated_at", "2018-10-11 16:41:25.969322"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.971069"], ["updated_at", "2018-10-11 16:41:25.971069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.972708"], ["updated_at", "2018-10-11 16:41:25.972708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.974280"], ["updated_at", "2018-10-11 16:41:25.974280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.975872"], ["updated_at", "2018-10-11 16:41:25.975872"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.977485"], ["updated_at", "2018-10-11 16:41:25.977485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.979234"], ["updated_at", "2018-10-11 16:41:25.979234"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.980931"], ["updated_at", "2018-10-11 16:41:25.980931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.982631"], ["updated_at", "2018-10-11 16:41:25.982631"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.984308"], ["updated_at", "2018-10-11 16:41:25.984308"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.986435"], ["updated_at", "2018-10-11 16:41:25.986435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.988321"], ["updated_at", "2018-10-11 16:41:25.988321"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.989904"], ["updated_at", "2018-10-11 16:41:25.989904"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.991612"], ["updated_at", "2018-10-11 16:41:25.991612"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.993738"], ["updated_at", "2018-10-11 16:41:25.993738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.995746"], ["updated_at", "2018-10-11 16:41:25.995746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.997435"], ["updated_at", "2018-10-11 16:41:25.997435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:25.999141"], ["updated_at", "2018-10-11 16:41:25.999141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.000705"], ["updated_at", "2018-10-11 16:41:26.000705"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.002447"], ["updated_at", "2018-10-11 16:41:26.002447"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.006258"], ["updated_at", "2018-10-11 16:41:26.006258"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.009016"], ["updated_at", "2018-10-11 16:41:26.009016"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.014917"], ["updated_at", "2018-10-11 16:41:26.014917"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.018754"], ["updated_at", "2018-10-11 16:41:26.018754"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.022736"], ["updated_at", "2018-10-11 16:41:26.022736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.026631"], ["updated_at", "2018-10-11 16:41:26.026631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.029013"], ["updated_at", "2018-10-11 16:41:26.029013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.030855"], ["updated_at", "2018-10-11 16:41:26.030855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.032429"], ["updated_at", "2018-10-11 16:41:26.032429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.034031"], ["updated_at", "2018-10-11 16:41:26.034031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.035661"], ["updated_at", "2018-10-11 16:41:26.035661"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.037327"], ["updated_at", "2018-10-11 16:41:26.037327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.039051"], ["updated_at", "2018-10-11 16:41:26.039051"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.040661"], ["updated_at", "2018-10-11 16:41:26.040661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.042312"], ["updated_at", "2018-10-11 16:41:26.042312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.043877"], ["updated_at", "2018-10-11 16:41:26.043877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.045592"], ["updated_at", "2018-10-11 16:41:26.045592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.047322"], ["updated_at", "2018-10-11 16:41:26.047322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.048934"], ["updated_at", "2018-10-11 16:41:26.048934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.050506"], ["updated_at", "2018-10-11 16:41:26.050506"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.052158"], ["updated_at", "2018-10-11 16:41:26.052158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.053838"], ["updated_at", "2018-10-11 16:41:26.053838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.055496"], ["updated_at", "2018-10-11 16:41:26.055496"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.057285"], ["updated_at", "2018-10-11 16:41:26.057285"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.059541"], ["updated_at", "2018-10-11 16:41:26.059541"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.061462"], ["updated_at", "2018-10-11 16:41:26.061462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.063188"], ["updated_at", "2018-10-11 16:41:26.063188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.064904"], ["updated_at", "2018-10-11 16:41:26.064904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.066415"], ["updated_at", "2018-10-11 16:41:26.066415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.068088"], ["updated_at", "2018-10-11 16:41:26.068088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.071300"], ["updated_at", "2018-10-11 16:41:26.071300"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.073017"], ["updated_at", "2018-10-11 16:41:26.073017"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.074700"], ["updated_at", "2018-10-11 16:41:26.074700"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.078179"], ["updated_at", "2018-10-11 16:41:26.078179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.081789"], ["updated_at", "2018-10-11 16:41:26.081789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.083518"], ["updated_at", "2018-10-11 16:41:26.083518"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.085030"], ["updated_at", "2018-10-11 16:41:26.085030"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.086916"], ["updated_at", "2018-10-11 16:41:26.086916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.088747"], ["updated_at", "2018-10-11 16:41:26.088747"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.090380"], ["updated_at", "2018-10-11 16:41:26.090380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.092579"], ["updated_at", "2018-10-11 16:41:26.092579"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.094147"], ["updated_at", "2018-10-11 16:41:26.094147"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.095838"], ["updated_at", "2018-10-11 16:41:26.095838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.097561"], ["updated_at", "2018-10-11 16:41:26.097561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.099126"], ["updated_at", "2018-10-11 16:41:26.099126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.100698"], ["updated_at", "2018-10-11 16:41:26.100698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.102318"], ["updated_at", "2018-10-11 16:41:26.102318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.103961"], ["updated_at", "2018-10-11 16:41:26.103961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.105619"], ["updated_at", "2018-10-11 16:41:26.105619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.107191"], ["updated_at", "2018-10-11 16:41:26.107191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.108900"], ["updated_at", "2018-10-11 16:41:26.108900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.110487"], ["updated_at", "2018-10-11 16:41:26.110487"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.112250"], ["updated_at", "2018-10-11 16:41:26.112250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.113963"], ["updated_at", "2018-10-11 16:41:26.113963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.115563"], ["updated_at", "2018-10-11 16:41:26.115563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.117242"], ["updated_at", "2018-10-11 16:41:26.117242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.118834"], ["updated_at", "2018-10-11 16:41:26.118834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.120590"], ["updated_at", "2018-10-11 16:41:26.120590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.122259"], ["updated_at", "2018-10-11 16:41:26.122259"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.123851"], ["updated_at", "2018-10-11 16:41:26.123851"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.125988"], ["updated_at", "2018-10-11 16:41:26.125988"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.127998"], ["updated_at", "2018-10-11 16:41:26.127998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.129670"], ["updated_at", "2018-10-11 16:41:26.129670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.131285"], ["updated_at", "2018-10-11 16:41:26.131285"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.133458"], ["updated_at", "2018-10-11 16:41:26.133458"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.135667"], ["updated_at", "2018-10-11 16:41:26.135667"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.137829"], ["updated_at", "2018-10-11 16:41:26.137829"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.142321"], ["updated_at", "2018-10-11 16:41:26.142321"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.147970"], ["updated_at", "2018-10-11 16:41:26.147970"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.151375"], ["updated_at", "2018-10-11 16:41:26.151375"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.154018"], ["updated_at", "2018-10-11 16:41:26.154018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.155843"], ["updated_at", "2018-10-11 16:41:26.155843"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.157512"], ["updated_at", "2018-10-11 16:41:26.157512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.159218"], ["updated_at", "2018-10-11 16:41:26.159218"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.160789"], ["updated_at", "2018-10-11 16:41:26.160789"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.162476"], ["updated_at", "2018-10-11 16:41:26.162476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.164270"], ["updated_at", "2018-10-11 16:41:26.164270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.165848"], ["updated_at", "2018-10-11 16:41:26.165848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.167454"], ["updated_at", "2018-10-11 16:41:26.167454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.169218"], ["updated_at", "2018-10-11 16:41:26.169218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.170868"], ["updated_at", "2018-10-11 16:41:26.170868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.172622"], ["updated_at", "2018-10-11 16:41:26.172622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.175584"], ["updated_at", "2018-10-11 16:41:26.175584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.177172"], ["updated_at", "2018-10-11 16:41:26.177172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.178771"], ["updated_at", "2018-10-11 16:41:26.178771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.180676"], ["updated_at", "2018-10-11 16:41:26.180676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.182306"], ["updated_at", "2018-10-11 16:41:26.182306"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.183874"], ["updated_at", "2018-10-11 16:41:26.183874"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.186108"], ["updated_at", "2018-10-11 16:41:26.186108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.187834"], ["updated_at", "2018-10-11 16:41:26.187834"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.189448"], ["updated_at", "2018-10-11 16:41:26.189448"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.191134"], ["updated_at", "2018-10-11 16:41:26.191134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.193697"], ["updated_at", "2018-10-11 16:41:26.193697"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.195477"], ["updated_at", "2018-10-11 16:41:26.195477"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.197220"], ["updated_at", "2018-10-11 16:41:26.197220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.198841"], ["updated_at", "2018-10-11 16:41:26.198841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.200479"], ["updated_at", "2018-10-11 16:41:26.200479"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.202080"], ["updated_at", "2018-10-11 16:41:26.202080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.205684"], ["updated_at", "2018-10-11 16:41:26.205684"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.207328"], ["updated_at", "2018-10-11 16:41:26.207328"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.209736"], ["updated_at", "2018-10-11 16:41:26.209736"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.214098"], ["updated_at", "2018-10-11 16:41:26.214098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.216274"], ["updated_at", "2018-10-11 16:41:26.216274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.217801"], ["updated_at", "2018-10-11 16:41:26.217801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.219509"], ["updated_at", "2018-10-11 16:41:26.219509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.221330"], ["updated_at", "2018-10-11 16:41:26.221330"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.222954"], ["updated_at", "2018-10-11 16:41:26.222954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.224731"], ["updated_at", "2018-10-11 16:41:26.224731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.226396"], ["updated_at", "2018-10-11 16:41:26.226396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.227989"], ["updated_at", "2018-10-11 16:41:26.227989"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.229757"], ["updated_at", "2018-10-11 16:41:26.229757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.231545"], ["updated_at", "2018-10-11 16:41:26.231545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.233131"], ["updated_at", "2018-10-11 16:41:26.233131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.234742"], ["updated_at", "2018-10-11 16:41:26.234742"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.236477"], ["updated_at", "2018-10-11 16:41:26.236477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.238389"], ["updated_at", "2018-10-11 16:41:26.238389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.240079"], ["updated_at", "2018-10-11 16:41:26.240079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.241649"], ["updated_at", "2018-10-11 16:41:26.241649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.243241"], ["updated_at", "2018-10-11 16:41:26.243241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.244936"], ["updated_at", "2018-10-11 16:41:26.244936"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.246634"], ["updated_at", "2018-10-11 16:41:26.246634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.248274"], ["updated_at", "2018-10-11 16:41:26.248274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.249931"], ["updated_at", "2018-10-11 16:41:26.249931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.251476"], ["updated_at", "2018-10-11 16:41:26.251476"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.253120"], ["updated_at", "2018-10-11 16:41:26.253120"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.254958"], ["updated_at", "2018-10-11 16:41:26.254958"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.256632"], ["updated_at", "2018-10-11 16:41:26.256632"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.258572"], ["updated_at", "2018-10-11 16:41:26.258572"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.261611"], ["updated_at", "2018-10-11 16:41:26.261611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.263856"], ["updated_at", "2018-10-11 16:41:26.263856"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.266033"], ["updated_at", "2018-10-11 16:41:26.266033"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.268079"], ["updated_at", "2018-10-11 16:41:26.268079"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.270163"], ["updated_at", "2018-10-11 16:41:26.270163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.272406"], ["updated_at", "2018-10-11 16:41:26.272406"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.277600"], ["updated_at", "2018-10-11 16:41:26.277600"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.279550"], ["updated_at", "2018-10-11 16:41:26.279550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.281301"], ["updated_at", "2018-10-11 16:41:26.281301"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.282911"], ["updated_at", "2018-10-11 16:41:26.282911"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.284532"], ["updated_at", "2018-10-11 16:41:26.284532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.286219"], ["updated_at", "2018-10-11 16:41:26.286219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.287888"], ["updated_at", "2018-10-11 16:41:26.287888"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.289517"], ["updated_at", "2018-10-11 16:41:26.289517"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.291401"], ["updated_at", "2018-10-11 16:41:26.291401"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.294072"], ["updated_at", "2018-10-11 16:41:26.294072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.298138"], ["updated_at", "2018-10-11 16:41:26.298138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.299897"], ["updated_at", "2018-10-11 16:41:26.299897"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.301514"], ["updated_at", "2018-10-11 16:41:26.301514"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.303201"], ["updated_at", "2018-10-11 16:41:26.303201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.304907"], ["updated_at", "2018-10-11 16:41:26.304907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.306587"], ["updated_at", "2018-10-11 16:41:26.306587"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.308175"], ["updated_at", "2018-10-11 16:41:26.308175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.309836"], ["updated_at", "2018-10-11 16:41:26.309836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.311523"], ["updated_at", "2018-10-11 16:41:26.311523"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.313137"], ["updated_at", "2018-10-11 16:41:26.313137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.314883"], ["updated_at", "2018-10-11 16:41:26.314883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.316461"], ["updated_at", "2018-10-11 16:41:26.316461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.318072"], ["updated_at", "2018-10-11 16:41:26.318072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.319645"], ["updated_at", "2018-10-11 16:41:26.319645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.321324"], ["updated_at", "2018-10-11 16:41:26.321324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.322943"], ["updated_at", "2018-10-11 16:41:26.322943"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.324796"], ["updated_at", "2018-10-11 16:41:26.324796"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.327210"], ["updated_at", "2018-10-11 16:41:26.327210"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.329001"], ["updated_at", "2018-10-11 16:41:26.329001"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.330764"], ["updated_at", "2018-10-11 16:41:26.330764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.332429"], ["updated_at", "2018-10-11 16:41:26.332429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.333966"], ["updated_at", "2018-10-11 16:41:26.333966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.335580"], ["updated_at", "2018-10-11 16:41:26.335580"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.338582"], ["updated_at", "2018-10-11 16:41:26.338582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.340488"], ["updated_at", "2018-10-11 16:41:26.340488"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.343522"], ["updated_at", "2018-10-11 16:41:26.343522"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.347387"], ["updated_at", "2018-10-11 16:41:26.347387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.349255"], ["updated_at", "2018-10-11 16:41:26.349255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.350801"], ["updated_at", "2018-10-11 16:41:26.350801"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.352396"], ["updated_at", "2018-10-11 16:41:26.352396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.354165"], ["updated_at", "2018-10-11 16:41:26.354165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.355911"], ["updated_at", "2018-10-11 16:41:26.355911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.357593"], ["updated_at", "2018-10-11 16:41:26.357593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.359200"], ["updated_at", "2018-10-11 16:41:26.359200"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.360759"], ["updated_at", "2018-10-11 16:41:26.360759"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.362321"], ["updated_at", "2018-10-11 16:41:26.362321"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.364077"], ["updated_at", "2018-10-11 16:41:26.364077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.365861"], ["updated_at", "2018-10-11 16:41:26.365861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.367528"], ["updated_at", "2018-10-11 16:41:26.367528"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.369149"], ["updated_at", "2018-10-11 16:41:26.369149"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.370833"], ["updated_at", "2018-10-11 16:41:26.370833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.372690"], ["updated_at", "2018-10-11 16:41:26.372690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.374328"], ["updated_at", "2018-10-11 16:41:26.374328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.375986"], ["updated_at", "2018-10-11 16:41:26.375986"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.377687"], ["updated_at", "2018-10-11 16:41:26.377687"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.381178"], ["updated_at", "2018-10-11 16:41:26.381178"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.384608"], ["updated_at", "2018-10-11 16:41:26.384608"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.388334"], ["updated_at", "2018-10-11 16:41:26.388334"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.391862"], ["updated_at", "2018-10-11 16:41:26.391862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.394865"], ["updated_at", "2018-10-11 16:41:26.394865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.396664"], ["updated_at", "2018-10-11 16:41:26.396664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.398357"], ["updated_at", "2018-10-11 16:41:26.398357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.399947"], ["updated_at", "2018-10-11 16:41:26.399947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.401504"], ["updated_at", "2018-10-11 16:41:26.401504"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.403215"], ["updated_at", "2018-10-11 16:41:26.403215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.406423"], ["updated_at", "2018-10-11 16:41:26.406423"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.408064"], ["updated_at", "2018-10-11 16:41:26.408064"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.410971"], ["updated_at", "2018-10-11 16:41:26.410971"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.415058"], ["updated_at", "2018-10-11 16:41:26.415058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.416806"], ["updated_at", "2018-10-11 16:41:26.416806"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.418406"], ["updated_at", "2018-10-11 16:41:26.418406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.420016"], ["updated_at", "2018-10-11 16:41:26.420016"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.421683"], ["updated_at", "2018-10-11 16:41:26.421683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.423519"], ["updated_at", "2018-10-11 16:41:26.423519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.425273"], ["updated_at", "2018-10-11 16:41:26.425273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.426887"], ["updated_at", "2018-10-11 16:41:26.426887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.428491"], ["updated_at", "2018-10-11 16:41:26.428491"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.430162"], ["updated_at", "2018-10-11 16:41:26.430162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.432018"], ["updated_at", "2018-10-11 16:41:26.432018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.433611"], ["updated_at", "2018-10-11 16:41:26.433611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.435169"], ["updated_at", "2018-10-11 16:41:26.435169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.436849"], ["updated_at", "2018-10-11 16:41:26.436849"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.438590"], ["updated_at", "2018-10-11 16:41:26.438590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.440320"], ["updated_at", "2018-10-11 16:41:26.440320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.441873"], ["updated_at", "2018-10-11 16:41:26.441873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.443458"], ["updated_at", "2018-10-11 16:41:26.443458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.445115"], ["updated_at", "2018-10-11 16:41:26.445115"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.446710"], ["updated_at", "2018-10-11 16:41:26.446710"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.448439"], ["updated_at", "2018-10-11 16:41:26.448439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.450063"], ["updated_at", "2018-10-11 16:41:26.450063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.451669"], ["updated_at", "2018-10-11 16:41:26.451669"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.453313"], ["updated_at", "2018-10-11 16:41:26.453313"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.455018"], ["updated_at", "2018-10-11 16:41:26.455018"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.456772"], ["updated_at", "2018-10-11 16:41:26.456772"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.458710"], ["updated_at", "2018-10-11 16:41:26.458710"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.460943"], ["updated_at", "2018-10-11 16:41:26.460943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.462673"], ["updated_at", "2018-10-11 16:41:26.462673"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.464317"], ["updated_at", "2018-10-11 16:41:26.464317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.466085"], ["updated_at", "2018-10-11 16:41:26.466085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.467651"], ["updated_at", "2018-10-11 16:41:26.467651"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.469355"], ["updated_at", "2018-10-11 16:41:26.469355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.472913"], ["updated_at", "2018-10-11 16:41:26.472913"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.474583"], ["updated_at", "2018-10-11 16:41:26.474583"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.477877"], ["updated_at", "2018-10-11 16:41:26.477877"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.481429"], ["updated_at", "2018-10-11 16:41:26.481429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.483202"], ["updated_at", "2018-10-11 16:41:26.483202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.484785"], ["updated_at", "2018-10-11 16:41:26.484785"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.486559"], ["updated_at", "2018-10-11 16:41:26.486559"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.488347"], ["updated_at", "2018-10-11 16:41:26.488347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.490070"], ["updated_at", "2018-10-11 16:41:26.490070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.491813"], ["updated_at", "2018-10-11 16:41:26.491813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.493436"], ["updated_at", "2018-10-11 16:41:26.493436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.495041"], ["updated_at", "2018-10-11 16:41:26.495041"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.496640"], ["updated_at", "2018-10-11 16:41:26.496640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.498340"], ["updated_at", "2018-10-11 16:41:26.498340"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.500412"], ["updated_at", "2018-10-11 16:41:26.500412"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.503932"], ["updated_at", "2018-10-11 16:41:26.503932"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.507503"], ["updated_at", "2018-10-11 16:41:26.507503"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.510922"], ["updated_at", "2018-10-11 16:41:26.510922"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.514762"], ["updated_at", "2018-10-11 16:41:26.514762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.518246"], ["updated_at", "2018-10-11 16:41:26.518246"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.519838"], ["updated_at", "2018-10-11 16:41:26.519838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.521627"], ["updated_at", "2018-10-11 16:41:26.521627"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.523346"], ["updated_at", "2018-10-11 16:41:26.523346"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.525426"], ["updated_at", "2018-10-11 16:41:26.525426"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.528105"], ["updated_at", "2018-10-11 16:41:26.528105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.529954"], ["updated_at", "2018-10-11 16:41:26.529954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.531573"], ["updated_at", "2018-10-11 16:41:26.531573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.533188"], ["updated_at", "2018-10-11 16:41:26.533188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.534760"], ["updated_at", "2018-10-11 16:41:26.534760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.536389"], ["updated_at", "2018-10-11 16:41:26.536389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.539488"], ["updated_at", "2018-10-11 16:41:26.539488"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.541165"], ["updated_at", "2018-10-11 16:41:26.541165"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.544188"], ["updated_at", "2018-10-11 16:41:26.544188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.547925"], ["updated_at", "2018-10-11 16:41:26.547925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.549678"], ["updated_at", "2018-10-11 16:41:26.549678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.551261"], ["updated_at", "2018-10-11 16:41:26.551261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.552950"], ["updated_at", "2018-10-11 16:41:26.552950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.554618"], ["updated_at", "2018-10-11 16:41:26.554618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.556277"], ["updated_at", "2018-10-11 16:41:26.556277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.558003"], ["updated_at", "2018-10-11 16:41:26.558003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.559653"], ["updated_at", "2018-10-11 16:41:26.559653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.561258"], ["updated_at", "2018-10-11 16:41:26.561258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.562835"], ["updated_at", "2018-10-11 16:41:26.562835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.564566"], ["updated_at", "2018-10-11 16:41:26.564566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.566219"], ["updated_at", "2018-10-11 16:41:26.566219"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.567833"], ["updated_at", "2018-10-11 16:41:26.567833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.569691"], ["updated_at", "2018-10-11 16:41:26.569691"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.571486"], ["updated_at", "2018-10-11 16:41:26.571486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.573270"], ["updated_at", "2018-10-11 16:41:26.573270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.574889"], ["updated_at", "2018-10-11 16:41:26.574889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.576492"], ["updated_at", "2018-10-11 16:41:26.576492"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.578089"], ["updated_at", "2018-10-11 16:41:26.578089"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.579751"], ["updated_at", "2018-10-11 16:41:26.579751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.581698"], ["updated_at", "2018-10-11 16:41:26.581698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.583320"], ["updated_at", "2018-10-11 16:41:26.583320"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.585266"], ["updated_at", "2018-10-11 16:41:26.585266"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.587456"], ["updated_at", "2018-10-11 16:41:26.587456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.590789"], ["updated_at", "2018-10-11 16:41:26.590789"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.592765"], ["updated_at", "2018-10-11 16:41:26.592765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.595146"], ["updated_at", "2018-10-11 16:41:26.595146"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.596758"], ["updated_at", "2018-10-11 16:41:26.596758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.598466"], ["updated_at", "2018-10-11 16:41:26.598466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.600037"], ["updated_at", "2018-10-11 16:41:26.600037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.601571"], ["updated_at", "2018-10-11 16:41:26.601571"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.603195"], ["updated_at", "2018-10-11 16:41:26.603195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.606534"], ["updated_at", "2018-10-11 16:41:26.606534"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.608455"], ["updated_at", "2018-10-11 16:41:26.608455"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.612284"], ["updated_at", "2018-10-11 16:41:26.612284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.615113"], ["updated_at", "2018-10-11 16:41:26.615113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.616733"], ["updated_at", "2018-10-11 16:41:26.616733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.618289"], ["updated_at", "2018-10-11 16:41:26.618289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.619965"], ["updated_at", "2018-10-11 16:41:26.619965"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.622024"], ["updated_at", "2018-10-11 16:41:26.622024"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.626705"], ["updated_at", "2018-10-11 16:41:26.626705"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.630201"], ["updated_at", "2018-10-11 16:41:26.630201"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.633705"], ["updated_at", "2018-10-11 16:41:26.633705"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.637655"], ["updated_at", "2018-10-11 16:41:26.637655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.640901"], ["updated_at", "2018-10-11 16:41:26.640901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.642620"], ["updated_at", "2018-10-11 16:41:26.642620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.644274"], ["updated_at", "2018-10-11 16:41:26.644274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.645878"], ["updated_at", "2018-10-11 16:41:26.645878"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.647480"], ["updated_at", "2018-10-11 16:41:26.647480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.649216"], ["updated_at", "2018-10-11 16:41:26.649216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.650822"], ["updated_at", "2018-10-11 16:41:26.650822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.652394"], ["updated_at", "2018-10-11 16:41:26.652394"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.654094"], ["updated_at", "2018-10-11 16:41:26.654094"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.655813"], ["updated_at", "2018-10-11 16:41:26.655813"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.657672"], ["updated_at", "2018-10-11 16:41:26.657672"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.659982"], ["updated_at", "2018-10-11 16:41:26.659982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.661723"], ["updated_at", "2018-10-11 16:41:26.661723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.663369"], ["updated_at", "2018-10-11 16:41:26.663369"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.665003"], ["updated_at", "2018-10-11 16:41:26.665003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.666641"], ["updated_at", "2018-10-11 16:41:26.666641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.668229"], ["updated_at", "2018-10-11 16:41:26.668229"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.672022"], ["updated_at", "2018-10-11 16:41:26.672022"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.673848"], ["updated_at", "2018-10-11 16:41:26.673848"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.676205"], ["updated_at", "2018-10-11 16:41:26.676205"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.679936"], ["updated_at", "2018-10-11 16:41:26.679936"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.682274"], ["updated_at", "2018-10-11 16:41:26.682274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.684105"], ["updated_at", "2018-10-11 16:41:26.684105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.685857"], ["updated_at", "2018-10-11 16:41:26.685857"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.687551"], ["updated_at", "2018-10-11 16:41:26.687551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.689331"], ["updated_at", "2018-10-11 16:41:26.689331"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.691661"], ["updated_at", "2018-10-11 16:41:26.691661"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.694781"], ["updated_at", "2018-10-11 16:41:26.694781"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.696842"], ["updated_at", "2018-10-11 16:41:26.696842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.698971"], ["updated_at", "2018-10-11 16:41:26.698971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.700840"], ["updated_at", "2018-10-11 16:41:26.700840"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.702728"], ["updated_at", "2018-10-11 16:41:26.702728"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.704827"], ["updated_at", "2018-10-11 16:41:26.704827"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.707062"], ["updated_at", "2018-10-11 16:41:26.707062"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.709116"], ["updated_at", "2018-10-11 16:41:26.709116"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.711184"], ["updated_at", "2018-10-11 16:41:26.711184"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.713272"], ["updated_at", "2018-10-11 16:41:26.713272"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.715496"], ["updated_at", "2018-10-11 16:41:26.715496"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.717615"], ["updated_at", "2018-10-11 16:41:26.717615"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.719748"], ["updated_at", "2018-10-11 16:41:26.719748"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.721954"], ["updated_at", "2018-10-11 16:41:26.721954"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.724140"], ["updated_at", "2018-10-11 16:41:26.724140"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.726522"], ["updated_at", "2018-10-11 16:41:26.726522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.728374"], ["updated_at", "2018-10-11 16:41:26.728374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.729962"], ["updated_at", "2018-10-11 16:41:26.729962"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.731703"], ["updated_at", "2018-10-11 16:41:26.731703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.733252"], ["updated_at", "2018-10-11 16:41:26.733252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.734911"], ["updated_at", "2018-10-11 16:41:26.734911"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.738043"], ["updated_at", "2018-10-11 16:41:26.738043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.740038"], ["updated_at", "2018-10-11 16:41:26.740038"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.742034"], ["updated_at", "2018-10-11 16:41:26.742034"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.747654"], ["updated_at", "2018-10-11 16:41:26.747654"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.751447"], ["updated_at", "2018-10-11 16:41:26.751447"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.754942"], ["updated_at", "2018-10-11 16:41:26.754942"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.759294"], ["updated_at", "2018-10-11 16:41:26.759294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.762030"], ["updated_at", "2018-10-11 16:41:26.762030"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.763609"], ["updated_at", "2018-10-11 16:41:26.763609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.765480"], ["updated_at", "2018-10-11 16:41:26.765480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.767178"], ["updated_at", "2018-10-11 16:41:26.767178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.768819"], ["updated_at", "2018-10-11 16:41:26.768819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.770403"], ["updated_at", "2018-10-11 16:41:26.770403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.772117"], ["updated_at", "2018-10-11 16:41:26.772117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.773764"], ["updated_at", "2018-10-11 16:41:26.773764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.775323"], ["updated_at", "2018-10-11 16:41:26.775323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.776984"], ["updated_at", "2018-10-11 16:41:26.776984"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.778567"], ["updated_at", "2018-10-11 16:41:26.778567"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.780253"], ["updated_at", "2018-10-11 16:41:26.780253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.782108"], ["updated_at", "2018-10-11 16:41:26.782108"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.783745"], ["updated_at", "2018-10-11 16:41:26.783745"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.785842"], ["updated_at", "2018-10-11 16:41:26.785842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.788104"], ["updated_at", "2018-10-11 16:41:26.788104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.789838"], ["updated_at", "2018-10-11 16:41:26.789838"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.791637"], ["updated_at", "2018-10-11 16:41:26.791637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.795049"], ["updated_at", "2018-10-11 16:41:26.795049"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.796727"], ["updated_at", "2018-10-11 16:41:26.796727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.798572"], ["updated_at", "2018-10-11 16:41:26.798572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.800165"], ["updated_at", "2018-10-11 16:41:26.800165"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.801839"], ["updated_at", "2018-10-11 16:41:26.801839"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.803768"], ["updated_at", "2018-10-11 16:41:26.803768"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.807225"], ["updated_at", "2018-10-11 16:41:26.807225"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.809155"], ["updated_at", "2018-10-11 16:41:26.809155"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.813250"], ["updated_at", "2018-10-11 16:41:26.813250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.816176"], ["updated_at", "2018-10-11 16:41:26.816176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.817747"], ["updated_at", "2018-10-11 16:41:26.817747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.819284"], ["updated_at", "2018-10-11 16:41:26.819284"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.821271"], ["updated_at", "2018-10-11 16:41:26.821271"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.823279"], ["updated_at", "2018-10-11 16:41:26.823279"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.825796"], ["updated_at", "2018-10-11 16:41:26.825796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.827404"], ["updated_at", "2018-10-11 16:41:26.827404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.829107"], ["updated_at", "2018-10-11 16:41:26.829107"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.831064"], ["updated_at", "2018-10-11 16:41:26.831064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.832914"], ["updated_at", "2018-10-11 16:41:26.832914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.834563"], ["updated_at", "2018-10-11 16:41:26.834563"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.836155"], ["updated_at", "2018-10-11 16:41:26.836155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.837862"], ["updated_at", "2018-10-11 16:41:26.837862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.839545"], ["updated_at", "2018-10-11 16:41:26.839545"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.841261"], ["updated_at", "2018-10-11 16:41:26.841261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.843061"], ["updated_at", "2018-10-11 16:41:26.843061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.844774"], ["updated_at", "2018-10-11 16:41:26.844774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.846491"], ["updated_at", "2018-10-11 16:41:26.846491"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.848291"], ["updated_at", "2018-10-11 16:41:26.848291"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.849972"], ["updated_at", "2018-10-11 16:41:26.849972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.851702"], ["updated_at", "2018-10-11 16:41:26.851702"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.853270"], ["updated_at", "2018-10-11 16:41:26.853270"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.854980"], ["updated_at", "2018-10-11 16:41:26.854980"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.856671"], ["updated_at", "2018-10-11 16:41:26.856671"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.858819"], ["updated_at", "2018-10-11 16:41:26.858819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.861353"], ["updated_at", "2018-10-11 16:41:26.861353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.863022"], ["updated_at", "2018-10-11 16:41:26.863022"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.864941"], ["updated_at", "2018-10-11 16:41:26.864941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.866661"], ["updated_at", "2018-10-11 16:41:26.866661"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.868569"], ["updated_at", "2018-10-11 16:41:26.868569"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.870932"], ["updated_at", "2018-10-11 16:41:26.870932"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.875548"], ["updated_at", "2018-10-11 16:41:26.875548"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.879032"], ["updated_at", "2018-10-11 16:41:26.879032"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.882621"], ["updated_at", "2018-10-11 16:41:26.882621"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.885892"], ["updated_at", "2018-10-11 16:41:26.885892"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.888025"], ["updated_at", "2018-10-11 16:41:26.888025"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.890009"], ["updated_at", "2018-10-11 16:41:26.890009"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.892623"], ["updated_at", "2018-10-11 16:41:26.892623"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.896206"], ["updated_at", "2018-10-11 16:41:26.896206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.899024"], ["updated_at", "2018-10-11 16:41:26.899024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.900838"], ["updated_at", "2018-10-11 16:41:26.900838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.902404"], ["updated_at", "2018-10-11 16:41:26.902404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.904083"], ["updated_at", "2018-10-11 16:41:26.904083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.905755"], ["updated_at", "2018-10-11 16:41:26.905755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.907562"], ["updated_at", "2018-10-11 16:41:26.907562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.909282"], ["updated_at", "2018-10-11 16:41:26.909282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.910891"], ["updated_at", "2018-10-11 16:41:26.910891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.912460"], ["updated_at", "2018-10-11 16:41:26.912460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.914072"], ["updated_at", "2018-10-11 16:41:26.914072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.915813"], ["updated_at", "2018-10-11 16:41:26.915813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.917828"], ["updated_at", "2018-10-11 16:41:26.917828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.919552"], ["updated_at", "2018-10-11 16:41:26.919552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.921122"], ["updated_at", "2018-10-11 16:41:26.921122"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.922802"], ["updated_at", "2018-10-11 16:41:26.922802"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.925016"], ["updated_at", "2018-10-11 16:41:26.925016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.927647"], ["updated_at", "2018-10-11 16:41:26.927647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.929416"], ["updated_at", "2018-10-11 16:41:26.929416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.931038"], ["updated_at", "2018-10-11 16:41:26.931038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.932696"], ["updated_at", "2018-10-11 16:41:26.932696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.934331"], ["updated_at", "2018-10-11 16:41:26.934331"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.936125"], ["updated_at", "2018-10-11 16:41:26.936125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.939078"], ["updated_at", "2018-10-11 16:41:26.939078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.940850"], ["updated_at", "2018-10-11 16:41:26.940850"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.943232"], ["updated_at", "2018-10-11 16:41:26.943232"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.947682"], ["updated_at", "2018-10-11 16:41:26.947682"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.950692"], ["updated_at", "2018-10-11 16:41:26.950692"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.952725"], ["updated_at", "2018-10-11 16:41:26.952725"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.954608"], ["updated_at", "2018-10-11 16:41:26.954608"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.956992"], ["updated_at", "2018-10-11 16:41:26.956992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.959037"], ["updated_at", "2018-10-11 16:41:26.959037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.960712"], ["updated_at", "2018-10-11 16:41:26.960712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.962306"], ["updated_at", "2018-10-11 16:41:26.962306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.963947"], ["updated_at", "2018-10-11 16:41:26.963947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.965585"], ["updated_at", "2018-10-11 16:41:26.965585"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.967395"], ["updated_at", "2018-10-11 16:41:26.967395"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.969263"], ["updated_at", "2018-10-11 16:41:26.969263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.970951"], ["updated_at", "2018-10-11 16:41:26.970951"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.972715"], ["updated_at", "2018-10-11 16:41:26.972715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.974520"], ["updated_at", "2018-10-11 16:41:26.974520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.976167"], ["updated_at", "2018-10-11 16:41:26.976167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.977820"], ["updated_at", "2018-10-11 16:41:26.977820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.979545"], ["updated_at", "2018-10-11 16:41:26.979545"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.981214"], ["updated_at", "2018-10-11 16:41:26.981214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.983072"], ["updated_at", "2018-10-11 16:41:26.983072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.984759"], ["updated_at", "2018-10-11 16:41:26.984759"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.986530"], ["updated_at", "2018-10-11 16:41:26.986530"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.988274"], ["updated_at", "2018-10-11 16:41:26.988274"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.990032"], ["updated_at", "2018-10-11 16:41:26.990032"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.994678"], ["updated_at", "2018-10-11 16:41:26.994678"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.997223"], ["updated_at", "2018-10-11 16:41:26.997223"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:26.999785"], ["updated_at", "2018-10-11 16:41:26.999785"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.002412"], ["updated_at", "2018-10-11 16:41:27.002412"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.004814"], ["updated_at", "2018-10-11 16:41:27.004814"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.007550"], ["updated_at", "2018-10-11 16:41:27.007550"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.010022"], ["updated_at", "2018-10-11 16:41:27.010022"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.014529"], ["updated_at", "2018-10-11 16:41:27.014529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.016517"], ["updated_at", "2018-10-11 16:41:27.016517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.018170"], ["updated_at", "2018-10-11 16:41:27.018170"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.019630"], ["updated_at", "2018-10-11 16:41:27.019630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.021349"], ["updated_at", "2018-10-11 16:41:27.021349"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.023220"], ["updated_at", "2018-10-11 16:41:27.023220"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.026675"], ["updated_at", "2018-10-11 16:41:27.026675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.031172"], ["updated_at", "2018-10-11 16:41:27.031172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.033184"], ["updated_at", "2018-10-11 16:41:27.033184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.034852"], ["updated_at", "2018-10-11 16:41:27.034852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.036861"], ["updated_at", "2018-10-11 16:41:27.036861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.038549"], ["updated_at", "2018-10-11 16:41:27.038549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.040253"], ["updated_at", "2018-10-11 16:41:27.040253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.041819"], ["updated_at", "2018-10-11 16:41:27.041819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.044717"], ["updated_at", "2018-10-11 16:41:27.044717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.046443"], ["updated_at", "2018-10-11 16:41:27.046443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.047985"], ["updated_at", "2018-10-11 16:41:27.047985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.049596"], ["updated_at", "2018-10-11 16:41:27.049596"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.051403"], ["updated_at", "2018-10-11 16:41:27.051403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.053257"], ["updated_at", "2018-10-11 16:41:27.053257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.054799"], ["updated_at", "2018-10-11 16:41:27.054799"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.056376"], ["updated_at", "2018-10-11 16:41:27.056376"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.058581"], ["updated_at", "2018-10-11 16:41:27.058581"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.061169"], ["updated_at", "2018-10-11 16:41:27.061169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.063137"], ["updated_at", "2018-10-11 16:41:27.063137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.064699"], ["updated_at", "2018-10-11 16:41:27.064699"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.066268"], ["updated_at", "2018-10-11 16:41:27.066268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.067957"], ["updated_at", "2018-10-11 16:41:27.067957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.069737"], ["updated_at", "2018-10-11 16:41:27.069737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.073068"], ["updated_at", "2018-10-11 16:41:27.073068"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.074962"], ["updated_at", "2018-10-11 16:41:27.074962"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.078608"], ["updated_at", "2018-10-11 16:41:27.078608"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.081671"], ["updated_at", "2018-10-11 16:41:27.081671"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.083460"], ["updated_at", "2018-10-11 16:41:27.083460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.085207"], ["updated_at", "2018-10-11 16:41:27.085207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.086872"], ["updated_at", "2018-10-11 16:41:27.086872"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.088458"], ["updated_at", "2018-10-11 16:41:27.088458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.090120"], ["updated_at", "2018-10-11 16:41:27.090120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.091816"], ["updated_at", "2018-10-11 16:41:27.091816"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.093515"], ["updated_at", "2018-10-11 16:41:27.093515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.095327"], ["updated_at", "2018-10-11 16:41:27.095327"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.096934"], ["updated_at", "2018-10-11 16:41:27.096934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.098547"], ["updated_at", "2018-10-11 16:41:27.098547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.100321"], ["updated_at", "2018-10-11 16:41:27.100321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.102009"], ["updated_at", "2018-10-11 16:41:27.102009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.103752"], ["updated_at", "2018-10-11 16:41:27.103752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.105328"], ["updated_at", "2018-10-11 16:41:27.105328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.106949"], ["updated_at", "2018-10-11 16:41:27.106949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.108489"], ["updated_at", "2018-10-11 16:41:27.108489"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.110091"], ["updated_at", "2018-10-11 16:41:27.110091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.111770"], ["updated_at", "2018-10-11 16:41:27.111770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.113367"], ["updated_at", "2018-10-11 16:41:27.113367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.114970"], ["updated_at", "2018-10-11 16:41:27.114970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.116569"], ["updated_at", "2018-10-11 16:41:27.116569"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.118291"], ["updated_at", "2018-10-11 16:41:27.118291"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.121557"], ["updated_at", "2018-10-11 16:41:27.121557"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.124813"], ["updated_at", "2018-10-11 16:41:27.124813"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.128279"], ["updated_at", "2018-10-11 16:41:27.128279"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.130520"], ["updated_at", "2018-10-11 16:41:27.130520"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.132562"], ["updated_at", "2018-10-11 16:41:27.132562"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.134649"], ["updated_at", "2018-10-11 16:41:27.134649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.136499"], ["updated_at", "2018-10-11 16:41:27.136499"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.138104"], ["updated_at", "2018-10-11 16:41:27.138104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.141876"], ["updated_at", "2018-10-11 16:41:27.141876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.143496"], ["updated_at", "2018-10-11 16:41:27.143496"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.145301"], ["updated_at", "2018-10-11 16:41:27.145301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.146950"], ["updated_at", "2018-10-11 16:41:27.146950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.148547"], ["updated_at", "2018-10-11 16:41:27.148547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.150340"], ["updated_at", "2018-10-11 16:41:27.150340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.152010"], ["updated_at", "2018-10-11 16:41:27.152010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.153760"], ["updated_at", "2018-10-11 16:41:27.153760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.155419"], ["updated_at", "2018-10-11 16:41:27.155419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.157005"], ["updated_at", "2018-10-11 16:41:27.157005"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.159533"], ["updated_at", "2018-10-11 16:41:27.159533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.163946"], ["updated_at", "2018-10-11 16:41:27.163946"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.165948"], ["updated_at", "2018-10-11 16:41:27.165948"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.167782"], ["updated_at", "2018-10-11 16:41:27.167782"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.169482"], ["updated_at", "2018-10-11 16:41:27.169482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.171239"], ["updated_at", "2018-10-11 16:41:27.171239"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.172806"], ["updated_at", "2018-10-11 16:41:27.172806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.174435"], ["updated_at", "2018-10-11 16:41:27.174435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.176127"], ["updated_at", "2018-10-11 16:41:27.176127"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.177727"], ["updated_at", "2018-10-11 16:41:27.177727"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.179428"], ["updated_at", "2018-10-11 16:41:27.179428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.181099"], ["updated_at", "2018-10-11 16:41:27.181099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.182797"], ["updated_at", "2018-10-11 16:41:27.182797"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.184985"], ["updated_at", "2018-10-11 16:41:27.184985"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.186825"], ["updated_at", "2018-10-11 16:41:27.186825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.188498"], ["updated_at", "2018-10-11 16:41:27.188498"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.190106"], ["updated_at", "2018-10-11 16:41:27.190106"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.191901"], ["updated_at", "2018-10-11 16:41:27.191901"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.194167"], ["updated_at", "2018-10-11 16:41:27.194167"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.195901"], ["updated_at", "2018-10-11 16:41:27.195901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.197600"], ["updated_at", "2018-10-11 16:41:27.197600"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.199117"], ["updated_at", "2018-10-11 16:41:27.199117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.200849"], ["updated_at", "2018-10-11 16:41:27.200849"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.202524"], ["updated_at", "2018-10-11 16:41:27.202524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.206018"], ["updated_at", "2018-10-11 16:41:27.206018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.207656"], ["updated_at", "2018-10-11 16:41:27.207656"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.210178"], ["updated_at", "2018-10-11 16:41:27.210178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.214335"], ["updated_at", "2018-10-11 16:41:27.214335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.216412"], ["updated_at", "2018-10-11 16:41:27.216412"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.217996"], ["updated_at", "2018-10-11 16:41:27.217996"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.219719"], ["updated_at", "2018-10-11 16:41:27.219719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.221459"], ["updated_at", "2018-10-11 16:41:27.221459"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.223042"], ["updated_at", "2018-10-11 16:41:27.223042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.224787"], ["updated_at", "2018-10-11 16:41:27.224787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.226491"], ["updated_at", "2018-10-11 16:41:27.226491"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.228142"], ["updated_at", "2018-10-11 16:41:27.228142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.229966"], ["updated_at", "2018-10-11 16:41:27.229966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.231670"], ["updated_at", "2018-10-11 16:41:27.231670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.233329"], ["updated_at", "2018-10-11 16:41:27.233329"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.234991"], ["updated_at", "2018-10-11 16:41:27.234991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.236762"], ["updated_at", "2018-10-11 16:41:27.236762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.238504"], ["updated_at", "2018-10-11 16:41:27.238504"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.240554"], ["updated_at", "2018-10-11 16:41:27.240554"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.243799"], ["updated_at", "2018-10-11 16:41:27.243799"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.247477"], ["updated_at", "2018-10-11 16:41:27.247477"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.251025"], ["updated_at", "2018-10-11 16:41:27.251025"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.254723"], ["updated_at", "2018-10-11 16:41:27.254723"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.257563"], ["updated_at", "2018-10-11 16:41:27.257563"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.260282"], ["updated_at", "2018-10-11 16:41:27.260282"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.262114"], ["updated_at", "2018-10-11 16:41:27.262114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.263824"], ["updated_at", "2018-10-11 16:41:27.263824"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.265453"], ["updated_at", "2018-10-11 16:41:27.265453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.267108"], ["updated_at", "2018-10-11 16:41:27.267108"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.268703"], ["updated_at", "2018-10-11 16:41:27.268703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.272418"], ["updated_at", "2018-10-11 16:41:27.272418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.274039"], ["updated_at", "2018-10-11 16:41:27.274039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.275744"], ["updated_at", "2018-10-11 16:41:27.275744"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.277329"], ["updated_at", "2018-10-11 16:41:27.277329"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.279075"], ["updated_at", "2018-10-11 16:41:27.279075"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.281542"], ["updated_at", "2018-10-11 16:41:27.281542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.285365"], ["updated_at", "2018-10-11 16:41:27.285365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.287897"], ["updated_at", "2018-10-11 16:41:27.287897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.289547"], ["updated_at", "2018-10-11 16:41:27.289547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.291286"], ["updated_at", "2018-10-11 16:41:27.291286"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.292932"], ["updated_at", "2018-10-11 16:41:27.292932"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.294545"], ["updated_at", "2018-10-11 16:41:27.294545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.296200"], ["updated_at", "2018-10-11 16:41:27.296200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.297843"], ["updated_at", "2018-10-11 16:41:27.297843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.299470"], ["updated_at", "2018-10-11 16:41:27.299470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.301186"], ["updated_at", "2018-10-11 16:41:27.301186"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.302992"], ["updated_at", "2018-10-11 16:41:27.302992"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.304824"], ["updated_at", "2018-10-11 16:41:27.304824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.306484"], ["updated_at", "2018-10-11 16:41:27.306484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.308091"], ["updated_at", "2018-10-11 16:41:27.308091"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.309661"], ["updated_at", "2018-10-11 16:41:27.309661"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.311255"], ["updated_at", "2018-10-11 16:41:27.311255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.312945"], ["updated_at", "2018-10-11 16:41:27.312945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.314555"], ["updated_at", "2018-10-11 16:41:27.314555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.316243"], ["updated_at", "2018-10-11 16:41:27.316243"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.317825"], ["updated_at", "2018-10-11 16:41:27.317825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.319454"], ["updated_at", "2018-10-11 16:41:27.319454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.321087"], ["updated_at", "2018-10-11 16:41:27.321087"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.322684"], ["updated_at", "2018-10-11 16:41:27.322684"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.324462"], ["updated_at", "2018-10-11 16:41:27.324462"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.326625"], ["updated_at", "2018-10-11 16:41:27.326625"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.328445"], ["updated_at", "2018-10-11 16:41:27.328445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.330230"], ["updated_at", "2018-10-11 16:41:27.330230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.331794"], ["updated_at", "2018-10-11 16:41:27.331794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.333358"], ["updated_at", "2018-10-11 16:41:27.333358"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.334949"], ["updated_at", "2018-10-11 16:41:27.334949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.338870"], ["updated_at", "2018-10-11 16:41:27.338870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.340481"], ["updated_at", "2018-10-11 16:41:27.340481"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.342084"], ["updated_at", "2018-10-11 16:41:27.342084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.343656"], ["updated_at", "2018-10-11 16:41:27.343656"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.345246"], ["updated_at", "2018-10-11 16:41:27.345246"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.348175"], ["updated_at", "2018-10-11 16:41:27.348175"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.352256"], ["updated_at", "2018-10-11 16:41:27.352256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.354183"], ["updated_at", "2018-10-11 16:41:27.354183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.355746"], ["updated_at", "2018-10-11 16:41:27.355746"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.357333"], ["updated_at", "2018-10-11 16:41:27.357333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.359285"], ["updated_at", "2018-10-11 16:41:27.359285"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.360905"], ["updated_at", "2018-10-11 16:41:27.360905"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.362723"], ["updated_at", "2018-10-11 16:41:27.362723"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.366451"], ["updated_at", "2018-10-11 16:41:27.366451"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.370064"], ["updated_at", "2018-10-11 16:41:27.370064"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.373749"], ["updated_at", "2018-10-11 16:41:27.373749"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.377183"], ["updated_at", "2018-10-11 16:41:27.377183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.380894"], ["updated_at", "2018-10-11 16:41:27.380894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.382566"], ["updated_at", "2018-10-11 16:41:27.382566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.384105"], ["updated_at", "2018-10-11 16:41:27.384105"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.385691"], ["updated_at", "2018-10-11 16:41:27.385691"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.387486"], ["updated_at", "2018-10-11 16:41:27.387486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.389240"], ["updated_at", "2018-10-11 16:41:27.389240"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.390959"], ["updated_at", "2018-10-11 16:41:27.390959"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.393128"], ["updated_at", "2018-10-11 16:41:27.393128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.395107"], ["updated_at", "2018-10-11 16:41:27.395107"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.396709"], ["updated_at", "2018-10-11 16:41:27.396709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.398436"], ["updated_at", "2018-10-11 16:41:27.398436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.400051"], ["updated_at", "2018-10-11 16:41:27.400051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.401627"], ["updated_at", "2018-10-11 16:41:27.401627"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.403360"], ["updated_at", "2018-10-11 16:41:27.403360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.406620"], ["updated_at", "2018-10-11 16:41:27.406620"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.408204"], ["updated_at", "2018-10-11 16:41:27.408204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.409903"], ["updated_at", "2018-10-11 16:41:27.409903"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.411623"], ["updated_at", "2018-10-11 16:41:27.411623"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.413381"], ["updated_at", "2018-10-11 16:41:27.413381"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.416493"], ["updated_at", "2018-10-11 16:41:27.416493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.420243"], ["updated_at", "2018-10-11 16:41:27.420243"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.421930"], ["updated_at", "2018-10-11 16:41:27.421930"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.423674"], ["updated_at", "2018-10-11 16:41:27.423674"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.425934"], ["updated_at", "2018-10-11 16:41:27.425934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.427638"], ["updated_at", "2018-10-11 16:41:27.427638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.429262"], ["updated_at", "2018-10-11 16:41:27.429262"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.430812"], ["updated_at", "2018-10-11 16:41:27.430812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.432576"], ["updated_at", "2018-10-11 16:41:27.432576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.434402"], ["updated_at", "2018-10-11 16:41:27.434402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.436024"], ["updated_at", "2018-10-11 16:41:27.436024"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.437618"], ["updated_at", "2018-10-11 16:41:27.437618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.439289"], ["updated_at", "2018-10-11 16:41:27.439289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.441061"], ["updated_at", "2018-10-11 16:41:27.441061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.442678"], ["updated_at", "2018-10-11 16:41:27.442678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.444326"], ["updated_at", "2018-10-11 16:41:27.444326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.445913"], ["updated_at", "2018-10-11 16:41:27.445913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.447487"], ["updated_at", "2018-10-11 16:41:27.447487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.449098"], ["updated_at", "2018-10-11 16:41:27.449098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.450824"], ["updated_at", "2018-10-11 16:41:27.450824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.452485"], ["updated_at", "2018-10-11 16:41:27.452485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.454067"], ["updated_at", "2018-10-11 16:41:27.454067"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.455748"], ["updated_at", "2018-10-11 16:41:27.455748"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.457602"], ["updated_at", "2018-10-11 16:41:27.457602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.459936"], ["updated_at", "2018-10-11 16:41:27.459936"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.462930"], ["updated_at", "2018-10-11 16:41:27.462930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.464549"], ["updated_at", "2018-10-11 16:41:27.464549"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.466211"], ["updated_at", "2018-10-11 16:41:27.466211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.468182"], ["updated_at", "2018-10-11 16:41:27.468182"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.469739"], ["updated_at", "2018-10-11 16:41:27.469739"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.472648"], ["updated_at", "2018-10-11 16:41:27.472648"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.474355"], ["updated_at", "2018-10-11 16:41:27.474355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.475972"], ["updated_at", "2018-10-11 16:41:27.475972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.477585"], ["updated_at", "2018-10-11 16:41:27.477585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.479215"], ["updated_at", "2018-10-11 16:41:27.479215"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.481663"], ["updated_at", "2018-10-11 16:41:27.481663"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.487011"], ["updated_at", "2018-10-11 16:41:27.487011"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.490765"], ["updated_at", "2018-10-11 16:41:27.490765"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.494199"], ["updated_at", "2018-10-11 16:41:27.494199"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.497613"], ["updated_at", "2018-10-11 16:41:27.497613"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.501081"], ["updated_at", "2018-10-11 16:41:27.501081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.504191"], ["updated_at", "2018-10-11 16:41:27.504191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.505922"], ["updated_at", "2018-10-11 16:41:27.505922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.507646"], ["updated_at", "2018-10-11 16:41:27.507646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.509367"], ["updated_at", "2018-10-11 16:41:27.509367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.511062"], ["updated_at", "2018-10-11 16:41:27.511062"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.512648"], ["updated_at", "2018-10-11 16:41:27.512648"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.514250"], ["updated_at", "2018-10-11 16:41:27.514250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.515912"], ["updated_at", "2018-10-11 16:41:27.515912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.517601"], ["updated_at", "2018-10-11 16:41:27.517601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.519314"], ["updated_at", "2018-10-11 16:41:27.519314"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.520977"], ["updated_at", "2018-10-11 16:41:27.520977"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.522641"], ["updated_at", "2018-10-11 16:41:27.522641"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.524886"], ["updated_at", "2018-10-11 16:41:27.524886"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.528272"], ["updated_at", "2018-10-11 16:41:27.528272"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.530857"], ["updated_at", "2018-10-11 16:41:27.530857"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.533157"], ["updated_at", "2018-10-11 16:41:27.533157"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.535332"], ["updated_at", "2018-10-11 16:41:27.535332"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.537637"], ["updated_at", "2018-10-11 16:41:27.537637"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.539793"], ["updated_at", "2018-10-11 16:41:27.539793"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.541949"], ["updated_at", "2018-10-11 16:41:27.541949"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.545456"], ["updated_at", "2018-10-11 16:41:27.545456"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.548831"], ["updated_at", "2018-10-11 16:41:27.548831"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.553973"], ["updated_at", "2018-10-11 16:41:27.553973"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.556388"], ["updated_at", "2018-10-11 16:41:27.556388"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.559164"], ["updated_at", "2018-10-11 16:41:27.559164"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.561707"], ["updated_at", "2018-10-11 16:41:27.561707"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.564236"], ["updated_at", "2018-10-11 16:41:27.564236"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.566910"], ["updated_at", "2018-10-11 16:41:27.566910"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.569723"], ["updated_at", "2018-10-11 16:41:27.569723"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.572379"], ["updated_at", "2018-10-11 16:41:27.572379"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.581110"], ["updated_at", "2018-10-11 16:41:27.581110"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.583482"], ["updated_at", "2018-10-11 16:41:27.583482"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.586361"], ["updated_at", "2018-10-11 16:41:27.586361"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.588992"], ["updated_at", "2018-10-11 16:41:27.588992"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.592678"], ["updated_at", "2018-10-11 16:41:27.592678"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.595632"], ["updated_at", "2018-10-11 16:41:27.595632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.598287"], ["updated_at", "2018-10-11 16:41:27.598287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.600000"], ["updated_at", "2018-10-11 16:41:27.600000"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.601665"], ["updated_at", "2018-10-11 16:41:27.601665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.603910"], ["updated_at", "2018-10-11 16:41:27.603910"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.605750"], ["updated_at", "2018-10-11 16:41:27.605750"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.610299"], ["updated_at", "2018-10-11 16:41:27.610299"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.614141"], ["updated_at", "2018-10-11 16:41:27.614141"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.620109"], ["updated_at", "2018-10-11 16:41:27.620109"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.623776"], ["updated_at", "2018-10-11 16:41:27.623776"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.628300"], ["updated_at", "2018-10-11 16:41:27.628300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.630438"], ["updated_at", "2018-10-11 16:41:27.630438"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.632066"], ["updated_at", "2018-10-11 16:41:27.632066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.633851"], ["updated_at", "2018-10-11 16:41:27.633851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.635499"], ["updated_at", "2018-10-11 16:41:27.635499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.637103"], ["updated_at", "2018-10-11 16:41:27.637103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.638778"], ["updated_at", "2018-10-11 16:41:27.638778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.640527"], ["updated_at", "2018-10-11 16:41:27.640527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.642273"], ["updated_at", "2018-10-11 16:41:27.642273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.643923"], ["updated_at", "2018-10-11 16:41:27.643923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.645452"], ["updated_at", "2018-10-11 16:41:27.645452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.647111"], ["updated_at", "2018-10-11 16:41:27.647111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.648723"], ["updated_at", "2018-10-11 16:41:27.648723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.650435"], ["updated_at", "2018-10-11 16:41:27.650435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.652020"], ["updated_at", "2018-10-11 16:41:27.652020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.653631"], ["updated_at", "2018-10-11 16:41:27.653631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.655226"], ["updated_at", "2018-10-11 16:41:27.655226"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.657135"], ["updated_at", "2018-10-11 16:41:27.657135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.659732"], ["updated_at", "2018-10-11 16:41:27.659732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.661859"], ["updated_at", "2018-10-11 16:41:27.661859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.663506"], ["updated_at", "2018-10-11 16:41:27.663506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.665147"], ["updated_at", "2018-10-11 16:41:27.665147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.666899"], ["updated_at", "2018-10-11 16:41:27.666899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.668548"], ["updated_at", "2018-10-11 16:41:27.668548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.671293"], ["updated_at", "2018-10-11 16:41:27.671293"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.673205"], ["updated_at", "2018-10-11 16:41:27.673205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.675035"], ["updated_at", "2018-10-11 16:41:27.675035"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.676663"], ["updated_at", "2018-10-11 16:41:27.676663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.678321"], ["updated_at", "2018-10-11 16:41:27.678321"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.679908"], ["updated_at", "2018-10-11 16:41:27.679908"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.682387"], ["updated_at", "2018-10-11 16:41:27.682387"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.686255"], ["updated_at", "2018-10-11 16:41:27.686255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.688455"], ["updated_at", "2018-10-11 16:41:27.688455"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.690192"], ["updated_at", "2018-10-11 16:41:27.690192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.692249"], ["updated_at", "2018-10-11 16:41:27.692249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.694052"], ["updated_at", "2018-10-11 16:41:27.694052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.695743"], ["updated_at", "2018-10-11 16:41:27.695743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.697359"], ["updated_at", "2018-10-11 16:41:27.697359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.699213"], ["updated_at", "2018-10-11 16:41:27.699213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.700956"], ["updated_at", "2018-10-11 16:41:27.700956"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.702574"], ["updated_at", "2018-10-11 16:41:27.702574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.704215"], ["updated_at", "2018-10-11 16:41:27.704215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.706013"], ["updated_at", "2018-10-11 16:41:27.706013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.707837"], ["updated_at", "2018-10-11 16:41:27.707837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.709508"], ["updated_at", "2018-10-11 16:41:27.709508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.711120"], ["updated_at", "2018-10-11 16:41:27.711120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.712775"], ["updated_at", "2018-10-11 16:41:27.712775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.714334"], ["updated_at", "2018-10-11 16:41:27.714334"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.715975"], ["updated_at", "2018-10-11 16:41:27.715975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.717769"], ["updated_at", "2018-10-11 16:41:27.717769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.719357"], ["updated_at", "2018-10-11 16:41:27.719357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.720997"], ["updated_at", "2018-10-11 16:41:27.720997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.722596"], ["updated_at", "2018-10-11 16:41:27.722596"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.724462"], ["updated_at", "2018-10-11 16:41:27.724462"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.726934"], ["updated_at", "2018-10-11 16:41:27.726934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.729076"], ["updated_at", "2018-10-11 16:41:27.729076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.730747"], ["updated_at", "2018-10-11 16:41:27.730747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.732457"], ["updated_at", "2018-10-11 16:41:27.732457"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.734349"], ["updated_at", "2018-10-11 16:41:27.734349"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.736379"], ["updated_at", "2018-10-11 16:41:27.736379"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.738594"], ["updated_at", "2018-10-11 16:41:27.738594"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.742150"], ["updated_at", "2018-10-11 16:41:27.742150"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.745262"], ["updated_at", "2018-10-11 16:41:27.745262"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.748378"], ["updated_at", "2018-10-11 16:41:27.748378"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.753634"], ["updated_at", "2018-10-11 16:41:27.753634"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.756499"], ["updated_at", "2018-10-11 16:41:27.756499"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.760146"], ["updated_at", "2018-10-11 16:41:27.760146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.761821"], ["updated_at", "2018-10-11 16:41:27.761821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.763470"], ["updated_at", "2018-10-11 16:41:27.763470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.765094"], ["updated_at", "2018-10-11 16:41:27.765094"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.766808"], ["updated_at", "2018-10-11 16:41:27.766808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.768465"], ["updated_at", "2018-10-11 16:41:27.768465"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.770120"], ["updated_at", "2018-10-11 16:41:27.770120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.771893"], ["updated_at", "2018-10-11 16:41:27.771893"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.773631"], ["updated_at", "2018-10-11 16:41:27.773631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.775381"], ["updated_at", "2018-10-11 16:41:27.775381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.777045"], ["updated_at", "2018-10-11 16:41:27.777045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.778621"], ["updated_at", "2018-10-11 16:41:27.778621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.780173"], ["updated_at", "2018-10-11 16:41:27.780173"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.781777"], ["updated_at", "2018-10-11 16:41:27.781777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.784079"], ["updated_at", "2018-10-11 16:41:27.784079"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.785708"], ["updated_at", "2018-10-11 16:41:27.785708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.787401"], ["updated_at", "2018-10-11 16:41:27.787401"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.789148"], ["updated_at", "2018-10-11 16:41:27.789148"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.791419"], ["updated_at", "2018-10-11 16:41:27.791419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.795025"], ["updated_at", "2018-10-11 16:41:27.795025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.796795"], ["updated_at", "2018-10-11 16:41:27.796795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.798494"], ["updated_at", "2018-10-11 16:41:27.798494"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.800224"], ["updated_at", "2018-10-11 16:41:27.800224"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.802484"], ["updated_at", "2018-10-11 16:41:27.802484"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.804313"], ["updated_at", "2018-10-11 16:41:27.804313"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.807439"], ["updated_at", "2018-10-11 16:41:27.807439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.809248"], ["updated_at", "2018-10-11 16:41:27.809248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.810991"], ["updated_at", "2018-10-11 16:41:27.810991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.812785"], ["updated_at", "2018-10-11 16:41:27.812785"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.815337"], ["updated_at", "2018-10-11 16:41:27.815337"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.819416"], ["updated_at", "2018-10-11 16:41:27.819416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.821748"], ["updated_at", "2018-10-11 16:41:27.821748"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.823591"], ["updated_at", "2018-10-11 16:41:27.823591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.826383"], ["updated_at", "2018-10-11 16:41:27.826383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.828073"], ["updated_at", "2018-10-11 16:41:27.828073"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.829739"], ["updated_at", "2018-10-11 16:41:27.829739"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.831409"], ["updated_at", "2018-10-11 16:41:27.831409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.833218"], ["updated_at", "2018-10-11 16:41:27.833218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.834942"], ["updated_at", "2018-10-11 16:41:27.834942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.836521"], ["updated_at", "2018-10-11 16:41:27.836521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.838150"], ["updated_at", "2018-10-11 16:41:27.838150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.839923"], ["updated_at", "2018-10-11 16:41:27.839923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.841843"], ["updated_at", "2018-10-11 16:41:27.841843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.843570"], ["updated_at", "2018-10-11 16:41:27.843570"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.845370"], ["updated_at", "2018-10-11 16:41:27.845370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.847262"], ["updated_at", "2018-10-11 16:41:27.847262"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.849063"], ["updated_at", "2018-10-11 16:41:27.849063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.851081"], ["updated_at", "2018-10-11 16:41:27.851081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.852738"], ["updated_at", "2018-10-11 16:41:27.852738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.854349"], ["updated_at", "2018-10-11 16:41:27.854349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.855959"], ["updated_at", "2018-10-11 16:41:27.855959"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.857882"], ["updated_at", "2018-10-11 16:41:27.857882"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.860321"], ["updated_at", "2018-10-11 16:41:27.860321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.862714"], ["updated_at", "2018-10-11 16:41:27.862714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.864406"], ["updated_at", "2018-10-11 16:41:27.864406"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.866349"], ["updated_at", "2018-10-11 16:41:27.866349"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.868458"], ["updated_at", "2018-10-11 16:41:27.868458"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.870505"], ["updated_at", "2018-10-11 16:41:27.870505"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.872591"], ["updated_at", "2018-10-11 16:41:27.872591"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.876513"], ["updated_at", "2018-10-11 16:41:27.876513"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.879038"], ["updated_at", "2018-10-11 16:41:27.879038"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.882503"], ["updated_at", "2018-10-11 16:41:27.882503"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.887041"], ["updated_at", "2018-10-11 16:41:27.887041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.889556"], ["updated_at", "2018-10-11 16:41:27.889556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.891461"], ["updated_at", "2018-10-11 16:41:27.891461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.893535"], ["updated_at", "2018-10-11 16:41:27.893535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.895275"], ["updated_at", "2018-10-11 16:41:27.895275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.896984"], ["updated_at", "2018-10-11 16:41:27.896984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.898623"], ["updated_at", "2018-10-11 16:41:27.898623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.900290"], ["updated_at", "2018-10-11 16:41:27.900290"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.902111"], ["updated_at", "2018-10-11 16:41:27.902111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.904127"], ["updated_at", "2018-10-11 16:41:27.904127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.905970"], ["updated_at", "2018-10-11 16:41:27.905970"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.907785"], ["updated_at", "2018-10-11 16:41:27.907785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.910071"], ["updated_at", "2018-10-11 16:41:27.910071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.911788"], ["updated_at", "2018-10-11 16:41:27.911788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.913435"], ["updated_at", "2018-10-11 16:41:27.913435"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.915147"], ["updated_at", "2018-10-11 16:41:27.915147"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.916893"], ["updated_at", "2018-10-11 16:41:27.916893"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.918698"], ["updated_at", "2018-10-11 16:41:27.918698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.920481"], ["updated_at", "2018-10-11 16:41:27.920481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.922145"], ["updated_at", "2018-10-11 16:41:27.922145"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.924138"], ["updated_at", "2018-10-11 16:41:27.924138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.926843"], ["updated_at", "2018-10-11 16:41:27.926843"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.930197"], ["updated_at", "2018-10-11 16:41:27.930197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.931835"], ["updated_at", "2018-10-11 16:41:27.931835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.933665"], ["updated_at", "2018-10-11 16:41:27.933665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.935287"], ["updated_at", "2018-10-11 16:41:27.935287"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.938029"], ["updated_at", "2018-10-11 16:41:27.938029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.939743"], ["updated_at", "2018-10-11 16:41:27.939743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.941425"], ["updated_at", "2018-10-11 16:41:27.941425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.943079"], ["updated_at", "2018-10-11 16:41:27.943079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.944849"], ["updated_at", "2018-10-11 16:41:27.944849"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.946483"], ["updated_at", "2018-10-11 16:41:27.946483"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.949280"], ["updated_at", "2018-10-11 16:41:27.949280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.953759"], ["updated_at", "2018-10-11 16:41:27.953759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.955526"], ["updated_at", "2018-10-11 16:41:27.955526"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.957362"], ["updated_at", "2018-10-11 16:41:27.957362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.959621"], ["updated_at", "2018-10-11 16:41:27.959621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.961336"], ["updated_at", "2018-10-11 16:41:27.961336"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.962966"], ["updated_at", "2018-10-11 16:41:27.962966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.964630"], ["updated_at", "2018-10-11 16:41:27.964630"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.966298"], ["updated_at", "2018-10-11 16:41:27.966298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.968049"], ["updated_at", "2018-10-11 16:41:27.968049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.969615"], ["updated_at", "2018-10-11 16:41:27.969615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.971247"], ["updated_at", "2018-10-11 16:41:27.971247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.972939"], ["updated_at", "2018-10-11 16:41:27.972939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.974685"], ["updated_at", "2018-10-11 16:41:27.974685"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.976294"], ["updated_at", "2018-10-11 16:41:27.976294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.977958"], ["updated_at", "2018-10-11 16:41:27.977958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.979576"], ["updated_at", "2018-10-11 16:41:27.979576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.981131"], ["updated_at", "2018-10-11 16:41:27.981131"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.982828"], ["updated_at", "2018-10-11 16:41:27.982828"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.984570"], ["updated_at", "2018-10-11 16:41:27.984570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.986509"], ["updated_at", "2018-10-11 16:41:27.986509"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.988120"], ["updated_at", "2018-10-11 16:41:27.988120"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.989842"], ["updated_at", "2018-10-11 16:41:27.989842"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.992132"], ["updated_at", "2018-10-11 16:41:27.992132"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.995228"], ["updated_at", "2018-10-11 16:41:27.995228"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:27.998201"], ["updated_at", "2018-10-11 16:41:27.998201"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.000220"], ["updated_at", "2018-10-11 16:41:28.000220"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.002387"], ["updated_at", "2018-10-11 16:41:28.002387"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.004281"], ["updated_at", "2018-10-11 16:41:28.004281"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.006453"], ["updated_at", "2018-10-11 16:41:28.006453"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.011338"], ["updated_at", "2018-10-11 16:41:28.011338"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.013930"], ["updated_at", "2018-10-11 16:41:28.013930"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.018010"], ["updated_at", "2018-10-11 16:41:28.018010"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.020756"], ["updated_at", "2018-10-11 16:41:28.020756"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.022436"], ["updated_at", "2018-10-11 16:41:28.022436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.024441"], ["updated_at", "2018-10-11 16:41:28.024441"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.026303"], ["updated_at", "2018-10-11 16:41:28.026303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.027996"], ["updated_at", "2018-10-11 16:41:28.027996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.029583"], ["updated_at", "2018-10-11 16:41:28.029583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.031246"], ["updated_at", "2018-10-11 16:41:28.031246"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.032897"], ["updated_at", "2018-10-11 16:41:28.032897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.034653"], ["updated_at", "2018-10-11 16:41:28.034653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.036214"], ["updated_at", "2018-10-11 16:41:28.036214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.037901"], ["updated_at", "2018-10-11 16:41:28.037901"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.039629"], ["updated_at", "2018-10-11 16:41:28.039629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.041374"], ["updated_at", "2018-10-11 16:41:28.041374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.042978"], ["updated_at", "2018-10-11 16:41:28.042978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.044582"], ["updated_at", "2018-10-11 16:41:28.044582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.046150"], ["updated_at", "2018-10-11 16:41:28.046150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.047801"], ["updated_at", "2018-10-11 16:41:28.047801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.049408"], ["updated_at", "2018-10-11 16:41:28.049408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.051125"], ["updated_at", "2018-10-11 16:41:28.051125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.052696"], ["updated_at", "2018-10-11 16:41:28.052696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.054327"], ["updated_at", "2018-10-11 16:41:28.054327"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.055939"], ["updated_at", "2018-10-11 16:41:28.055939"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.057814"], ["updated_at", "2018-10-11 16:41:28.057814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.060650"], ["updated_at", "2018-10-11 16:41:28.060650"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.062599"], ["updated_at", "2018-10-11 16:41:28.062599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.064224"], ["updated_at", "2018-10-11 16:41:28.064224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.065913"], ["updated_at", "2018-10-11 16:41:28.065913"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.067658"], ["updated_at", "2018-10-11 16:41:28.067658"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.069273"], ["updated_at", "2018-10-11 16:41:28.069273"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.072158"], ["updated_at", "2018-10-11 16:41:28.072158"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.073953"], ["updated_at", "2018-10-11 16:41:28.073953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.075737"], ["updated_at", "2018-10-11 16:41:28.075737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.077323"], ["updated_at", "2018-10-11 16:41:28.077323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.078943"], ["updated_at", "2018-10-11 16:41:28.078943"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.081079"], ["updated_at", "2018-10-11 16:41:28.081079"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.085455"], ["updated_at", "2018-10-11 16:41:28.085455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.087870"], ["updated_at", "2018-10-11 16:41:28.087870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.089581"], ["updated_at", "2018-10-11 16:41:28.089581"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.091680"], ["updated_at", "2018-10-11 16:41:28.091680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.093591"], ["updated_at", "2018-10-11 16:41:28.093591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.095181"], ["updated_at", "2018-10-11 16:41:28.095181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.096810"], ["updated_at", "2018-10-11 16:41:28.096810"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.098390"], ["updated_at", "2018-10-11 16:41:28.098390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.100146"], ["updated_at", "2018-10-11 16:41:28.100146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.101866"], ["updated_at", "2018-10-11 16:41:28.101866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.103429"], ["updated_at", "2018-10-11 16:41:28.103429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.105014"], ["updated_at", "2018-10-11 16:41:28.105014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.106646"], ["updated_at", "2018-10-11 16:41:28.106646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.108340"], ["updated_at", "2018-10-11 16:41:28.108340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.109973"], ["updated_at", "2018-10-11 16:41:28.109973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.111577"], ["updated_at", "2018-10-11 16:41:28.111577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.113191"], ["updated_at", "2018-10-11 16:41:28.113191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.114782"], ["updated_at", "2018-10-11 16:41:28.114782"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.116438"], ["updated_at", "2018-10-11 16:41:28.116438"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.118624"], ["updated_at", "2018-10-11 16:41:28.118624"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.121277"], ["updated_at", "2018-10-11 16:41:28.121277"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.124078"], ["updated_at", "2018-10-11 16:41:28.124078"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.126859"], ["updated_at", "2018-10-11 16:41:28.126859"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.129307"], ["updated_at", "2018-10-11 16:41:28.129307"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.131218"], ["updated_at", "2018-10-11 16:41:28.131218"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.133230"], ["updated_at", "2018-10-11 16:41:28.133230"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.135302"], ["updated_at", "2018-10-11 16:41:28.135302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.137112"], ["updated_at", "2018-10-11 16:41:28.137112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.138720"], ["updated_at", "2018-10-11 16:41:28.138720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.142318"], ["updated_at", "2018-10-11 16:41:28.142318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.143923"], ["updated_at", "2018-10-11 16:41:28.143923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.145558"], ["updated_at", "2018-10-11 16:41:28.145558"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.147348"], ["updated_at", "2018-10-11 16:41:28.147348"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.151741"], ["updated_at", "2018-10-11 16:41:28.151741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.154478"], ["updated_at", "2018-10-11 16:41:28.154478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.156116"], ["updated_at", "2018-10-11 16:41:28.156116"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.157782"], ["updated_at", "2018-10-11 16:41:28.157782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.159443"], ["updated_at", "2018-10-11 16:41:28.159443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.161101"], ["updated_at", "2018-10-11 16:41:28.161101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.162671"], ["updated_at", "2018-10-11 16:41:28.162671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.164251"], ["updated_at", "2018-10-11 16:41:28.164251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.165974"], ["updated_at", "2018-10-11 16:41:28.165974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.167729"], ["updated_at", "2018-10-11 16:41:28.167729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.169327"], ["updated_at", "2018-10-11 16:41:28.169327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.170945"], ["updated_at", "2018-10-11 16:41:28.170945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.172595"], ["updated_at", "2018-10-11 16:41:28.172595"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.174318"], ["updated_at", "2018-10-11 16:41:28.174318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.176007"], ["updated_at", "2018-10-11 16:41:28.176007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.177564"], ["updated_at", "2018-10-11 16:41:28.177564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.179149"], ["updated_at", "2018-10-11 16:41:28.179149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.180691"], ["updated_at", "2018-10-11 16:41:28.180691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.182341"], ["updated_at", "2018-10-11 16:41:28.182341"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.184418"], ["updated_at", "2018-10-11 16:41:28.184418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.186816"], ["updated_at", "2018-10-11 16:41:28.186816"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.188700"], ["updated_at", "2018-10-11 16:41:28.188700"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.190615"], ["updated_at", "2018-10-11 16:41:28.190615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.193512"], ["updated_at", "2018-10-11 16:41:28.193512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.195567"], ["updated_at", "2018-10-11 16:41:28.195567"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.197263"], ["updated_at", "2018-10-11 16:41:28.197263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.199084"], ["updated_at", "2018-10-11 16:41:28.199084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.200903"], ["updated_at", "2018-10-11 16:41:28.200903"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.202578"], ["updated_at", "2018-10-11 16:41:28.202578"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.205350"], ["updated_at", "2018-10-11 16:41:28.205350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.207098"], ["updated_at", "2018-10-11 16:41:28.207098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.208824"], ["updated_at", "2018-10-11 16:41:28.208824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.210384"], ["updated_at", "2018-10-11 16:41:28.210384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.212077"], ["updated_at", "2018-10-11 16:41:28.212077"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.213743"], ["updated_at", "2018-10-11 16:41:28.213743"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.217536"], ["updated_at", "2018-10-11 16:41:28.217536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.220806"], ["updated_at", "2018-10-11 16:41:28.220806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.222491"], ["updated_at", "2018-10-11 16:41:28.222491"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.224127"], ["updated_at", "2018-10-11 16:41:28.224127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.225842"], ["updated_at", "2018-10-11 16:41:28.225842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.227442"], ["updated_at", "2018-10-11 16:41:28.227442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.229119"], ["updated_at", "2018-10-11 16:41:28.229119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.230667"], ["updated_at", "2018-10-11 16:41:28.230667"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.232317"], ["updated_at", "2018-10-11 16:41:28.232317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.234157"], ["updated_at", "2018-10-11 16:41:28.234157"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.235881"], ["updated_at", "2018-10-11 16:41:28.235881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.237611"], ["updated_at", "2018-10-11 16:41:28.237611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.239369"], ["updated_at", "2018-10-11 16:41:28.239369"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.241315"], ["updated_at", "2018-10-11 16:41:28.241315"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.243945"], ["updated_at", "2018-10-11 16:41:28.243945"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.246448"], ["updated_at", "2018-10-11 16:41:28.246448"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.249149"], ["updated_at", "2018-10-11 16:41:28.249149"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.251859"], ["updated_at", "2018-10-11 16:41:28.251859"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.254619"], ["updated_at", "2018-10-11 16:41:28.254619"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.257222"], ["updated_at", "2018-10-11 16:41:28.257222"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.259699"], ["updated_at", "2018-10-11 16:41:28.259699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.262094"], ["updated_at", "2018-10-11 16:41:28.262094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.263886"], ["updated_at", "2018-10-11 16:41:28.263886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.265568"], ["updated_at", "2018-10-11 16:41:28.265568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.267328"], ["updated_at", "2018-10-11 16:41:28.267328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.268974"], ["updated_at", "2018-10-11 16:41:28.268974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.271610"], ["updated_at", "2018-10-11 16:41:28.271610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.273687"], ["updated_at", "2018-10-11 16:41:28.273687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.275433"], ["updated_at", "2018-10-11 16:41:28.275433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.277083"], ["updated_at", "2018-10-11 16:41:28.277083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.278637"], ["updated_at", "2018-10-11 16:41:28.278637"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.280585"], ["updated_at", "2018-10-11 16:41:28.280585"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.284920"], ["updated_at", "2018-10-11 16:41:28.284920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.287568"], ["updated_at", "2018-10-11 16:41:28.287568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.289172"], ["updated_at", "2018-10-11 16:41:28.289172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.290888"], ["updated_at", "2018-10-11 16:41:28.290888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.292746"], ["updated_at", "2018-10-11 16:41:28.292746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.294357"], ["updated_at", "2018-10-11 16:41:28.294357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.295991"], ["updated_at", "2018-10-11 16:41:28.295991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.297576"], ["updated_at", "2018-10-11 16:41:28.297576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.299217"], ["updated_at", "2018-10-11 16:41:28.299217"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.301038"], ["updated_at", "2018-10-11 16:41:28.301038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.302890"], ["updated_at", "2018-10-11 16:41:28.302890"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.304503"], ["updated_at", "2018-10-11 16:41:28.304503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.306263"], ["updated_at", "2018-10-11 16:41:28.306263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.308002"], ["updated_at", "2018-10-11 16:41:28.308002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.309657"], ["updated_at", "2018-10-11 16:41:28.309657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.311325"], ["updated_at", "2018-10-11 16:41:28.311325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.312913"], ["updated_at", "2018-10-11 16:41:28.312913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.314543"], ["updated_at", "2018-10-11 16:41:28.314543"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.316199"], ["updated_at", "2018-10-11 16:41:28.316199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.317958"], ["updated_at", "2018-10-11 16:41:28.317958"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.319546"], ["updated_at", "2018-10-11 16:41:28.319546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.321250"], ["updated_at", "2018-10-11 16:41:28.321250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.322878"], ["updated_at", "2018-10-11 16:41:28.322878"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.324827"], ["updated_at", "2018-10-11 16:41:28.324827"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.327353"], ["updated_at", "2018-10-11 16:41:28.327353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.329490"], ["updated_at", "2018-10-11 16:41:28.329490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.331132"], ["updated_at", "2018-10-11 16:41:28.331132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.332874"], ["updated_at", "2018-10-11 16:41:28.332874"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.334605"], ["updated_at", "2018-10-11 16:41:28.334605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.336127"], ["updated_at", "2018-10-11 16:41:28.336127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.338866"], ["updated_at", "2018-10-11 16:41:28.338866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.340582"], ["updated_at", "2018-10-11 16:41:28.340582"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.343546"], ["updated_at", "2018-10-11 16:41:28.343546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.345542"], ["updated_at", "2018-10-11 16:41:28.345542"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.347261"], ["updated_at", "2018-10-11 16:41:28.347261"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.350350"], ["updated_at", "2018-10-11 16:41:28.350350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.353912"], ["updated_at", "2018-10-11 16:41:28.353912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.355551"], ["updated_at", "2018-10-11 16:41:28.355551"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.357218"], ["updated_at", "2018-10-11 16:41:28.357218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.359224"], ["updated_at", "2018-10-11 16:41:28.359224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.360897"], ["updated_at", "2018-10-11 16:41:28.360897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.362496"], ["updated_at", "2018-10-11 16:41:28.362496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.364091"], ["updated_at", "2018-10-11 16:41:28.364091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.365714"], ["updated_at", "2018-10-11 16:41:28.365714"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.367559"], ["updated_at", "2018-10-11 16:41:28.367559"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.370437"], ["updated_at", "2018-10-11 16:41:28.370437"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.373272"], ["updated_at", "2018-10-11 16:41:28.373272"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.376001"], ["updated_at", "2018-10-11 16:41:28.376001"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.378729"], ["updated_at", "2018-10-11 16:41:28.378729"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.381391"], ["updated_at", "2018-10-11 16:41:28.381391"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.384204"], ["updated_at", "2018-10-11 16:41:28.384204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.386837"], ["updated_at", "2018-10-11 16:41:28.386837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.388733"], ["updated_at", "2018-10-11 16:41:28.388733"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.390593"], ["updated_at", "2018-10-11 16:41:28.390593"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.393520"], ["updated_at", "2018-10-11 16:41:28.393520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.395476"], ["updated_at", "2018-10-11 16:41:28.395476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.397118"], ["updated_at", "2018-10-11 16:41:28.397118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.398752"], ["updated_at", "2018-10-11 16:41:28.398752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.400456"], ["updated_at", "2018-10-11 16:41:28.400456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.402114"], ["updated_at", "2018-10-11 16:41:28.402114"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.404863"], ["updated_at", "2018-10-11 16:41:28.404863"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.406629"], ["updated_at", "2018-10-11 16:41:28.406629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.408443"], ["updated_at", "2018-10-11 16:41:28.408443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.410066"], ["updated_at", "2018-10-11 16:41:28.410066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.411680"], ["updated_at", "2018-10-11 16:41:28.411680"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.413264"], ["updated_at", "2018-10-11 16:41:28.413264"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.416137"], ["updated_at", "2018-10-11 16:41:28.416137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.420630"], ["updated_at", "2018-10-11 16:41:28.420630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.422484"], ["updated_at", "2018-10-11 16:41:28.422484"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.424185"], ["updated_at", "2018-10-11 16:41:28.424185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.426242"], ["updated_at", "2018-10-11 16:41:28.426242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.427896"], ["updated_at", "2018-10-11 16:41:28.427896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.429484"], ["updated_at", "2018-10-11 16:41:28.429484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.431107"], ["updated_at", "2018-10-11 16:41:28.431107"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.432865"], ["updated_at", "2018-10-11 16:41:28.432865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.434679"], ["updated_at", "2018-10-11 16:41:28.434679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.436209"], ["updated_at", "2018-10-11 16:41:28.436209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.437839"], ["updated_at", "2018-10-11 16:41:28.437839"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.439499"], ["updated_at", "2018-10-11 16:41:28.439499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.441218"], ["updated_at", "2018-10-11 16:41:28.441218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.442848"], ["updated_at", "2018-10-11 16:41:28.442848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.444483"], ["updated_at", "2018-10-11 16:41:28.444483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.446037"], ["updated_at", "2018-10-11 16:41:28.446037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.447632"], ["updated_at", "2018-10-11 16:41:28.447632"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.449204"], ["updated_at", "2018-10-11 16:41:28.449204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.450979"], ["updated_at", "2018-10-11 16:41:28.450979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.452570"], ["updated_at", "2018-10-11 16:41:28.452570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.454168"], ["updated_at", "2018-10-11 16:41:28.454168"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.455748"], ["updated_at", "2018-10-11 16:41:28.455748"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.457499"], ["updated_at", "2018-10-11 16:41:28.457499"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.460039"], ["updated_at", "2018-10-11 16:41:28.460039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.462366"], ["updated_at", "2018-10-11 16:41:28.462366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.464036"], ["updated_at", "2018-10-11 16:41:28.464036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.465714"], ["updated_at", "2018-10-11 16:41:28.465714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.467456"], ["updated_at", "2018-10-11 16:41:28.467456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.469115"], ["updated_at", "2018-10-11 16:41:28.469115"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.471846"], ["updated_at", "2018-10-11 16:41:28.471846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.473709"], ["updated_at", "2018-10-11 16:41:28.473709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.475395"], ["updated_at", "2018-10-11 16:41:28.475395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.477041"], ["updated_at", "2018-10-11 16:41:28.477041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.478611"], ["updated_at", "2018-10-11 16:41:28.478611"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.480265"], ["updated_at", "2018-10-11 16:41:28.480265"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.483320"], ["updated_at", "2018-10-11 16:41:28.483320"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.487294"], ["updated_at", "2018-10-11 16:41:28.487294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.489022"], ["updated_at", "2018-10-11 16:41:28.489022"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.490758"], ["updated_at", "2018-10-11 16:41:28.490758"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.493521"], ["updated_at", "2018-10-11 16:41:28.493521"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.496120"], ["updated_at", "2018-10-11 16:41:28.496120"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.498423"], ["updated_at", "2018-10-11 16:41:28.498423"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.501147"], ["updated_at", "2018-10-11 16:41:28.501147"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.503711"], ["updated_at", "2018-10-11 16:41:28.503711"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.506298"], ["updated_at", "2018-10-11 16:41:28.506298"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.509079"], ["updated_at", "2018-10-11 16:41:28.509079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.511635"], ["updated_at", "2018-10-11 16:41:28.511635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.513275"], ["updated_at", "2018-10-11 16:41:28.513275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.514935"], ["updated_at", "2018-10-11 16:41:28.514935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.516561"], ["updated_at", "2018-10-11 16:41:28.516561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.518282"], ["updated_at", "2018-10-11 16:41:28.518282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.519882"], ["updated_at", "2018-10-11 16:41:28.519882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.521431"], ["updated_at", "2018-10-11 16:41:28.521431"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.523116"], ["updated_at", "2018-10-11 16:41:28.523116"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.525013"], ["updated_at", "2018-10-11 16:41:28.525013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.527555"], ["updated_at", "2018-10-11 16:41:28.527555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.529447"], ["updated_at", "2018-10-11 16:41:28.529447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.531095"], ["updated_at", "2018-10-11 16:41:28.531095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.532796"], ["updated_at", "2018-10-11 16:41:28.532796"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.534439"], ["updated_at", "2018-10-11 16:41:28.534439"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.536204"], ["updated_at", "2018-10-11 16:41:28.536204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.539023"], ["updated_at", "2018-10-11 16:41:28.539023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.540794"], ["updated_at", "2018-10-11 16:41:28.540794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.542475"], ["updated_at", "2018-10-11 16:41:28.542475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.544126"], ["updated_at", "2018-10-11 16:41:28.544126"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.545666"], ["updated_at", "2018-10-11 16:41:28.545666"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.547286"], ["updated_at", "2018-10-11 16:41:28.547286"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.552036"], ["updated_at", "2018-10-11 16:41:28.552036"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.554943"], ["updated_at", "2018-10-11 16:41:28.554943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.556595"], ["updated_at", "2018-10-11 16:41:28.556595"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.558604"], ["updated_at", "2018-10-11 16:41:28.558604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.560535"], ["updated_at", "2018-10-11 16:41:28.560535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.562145"], ["updated_at", "2018-10-11 16:41:28.562145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.563799"], ["updated_at", "2018-10-11 16:41:28.563799"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.565478"], ["updated_at", "2018-10-11 16:41:28.565478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.567426"], ["updated_at", "2018-10-11 16:41:28.567426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.569066"], ["updated_at", "2018-10-11 16:41:28.569066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.570628"], ["updated_at", "2018-10-11 16:41:28.570628"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.572538"], ["updated_at", "2018-10-11 16:41:28.572538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.574397"], ["updated_at", "2018-10-11 16:41:28.574397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.576163"], ["updated_at", "2018-10-11 16:41:28.576163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.577895"], ["updated_at", "2018-10-11 16:41:28.577895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.579465"], ["updated_at", "2018-10-11 16:41:28.579465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.581076"], ["updated_at", "2018-10-11 16:41:28.581076"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.582707"], ["updated_at", "2018-10-11 16:41:28.582707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.584539"], ["updated_at", "2018-10-11 16:41:28.584539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.586102"], ["updated_at", "2018-10-11 16:41:28.586102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.587779"], ["updated_at", "2018-10-11 16:41:28.587779"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.589388"], ["updated_at", "2018-10-11 16:41:28.589388"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.591637"], ["updated_at", "2018-10-11 16:41:28.591637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.596480"], ["updated_at", "2018-10-11 16:41:28.596480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.598244"], ["updated_at", "2018-10-11 16:41:28.598244"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.599994"], ["updated_at", "2018-10-11 16:41:28.599994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.601956"], ["updated_at", "2018-10-11 16:41:28.601956"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.603565"], ["updated_at", "2018-10-11 16:41:28.603565"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.605302"], ["updated_at", "2018-10-11 16:41:28.605302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.608532"], ["updated_at", "2018-10-11 16:41:28.608532"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.610234"], ["updated_at", "2018-10-11 16:41:28.610234"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.612121"], ["updated_at", "2018-10-11 16:41:28.612121"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.613955"], ["updated_at", "2018-10-11 16:41:28.613955"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.619105"], ["updated_at", "2018-10-11 16:41:28.619105"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.622469"], ["updated_at", "2018-10-11 16:41:28.622469"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.625337"], ["updated_at", "2018-10-11 16:41:28.625337"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.628131"], ["updated_at", "2018-10-11 16:41:28.628131"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.630752"], ["updated_at", "2018-10-11 16:41:28.630752"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.633441"], ["updated_at", "2018-10-11 16:41:28.633441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.636189"], ["updated_at", "2018-10-11 16:41:28.636189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.637843"], ["updated_at", "2018-10-11 16:41:28.637843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.639573"], ["updated_at", "2018-10-11 16:41:28.639573"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.641349"], ["updated_at", "2018-10-11 16:41:28.641349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.643098"], ["updated_at", "2018-10-11 16:41:28.643098"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.644685"], ["updated_at", "2018-10-11 16:41:28.644685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.646333"], ["updated_at", "2018-10-11 16:41:28.646333"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.647953"], ["updated_at", "2018-10-11 16:41:28.647953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.649583"], ["updated_at", "2018-10-11 16:41:28.649583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.651355"], ["updated_at", "2018-10-11 16:41:28.651355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.653001"], ["updated_at", "2018-10-11 16:41:28.653001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.654622"], ["updated_at", "2018-10-11 16:41:28.654622"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.656203"], ["updated_at", "2018-10-11 16:41:28.656203"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.658125"], ["updated_at", "2018-10-11 16:41:28.658125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.660850"], ["updated_at", "2018-10-11 16:41:28.660850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.662706"], ["updated_at", "2018-10-11 16:41:28.662706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.664373"], ["updated_at", "2018-10-11 16:41:28.664373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.666013"], ["updated_at", "2018-10-11 16:41:28.666013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.667711"], ["updated_at", "2018-10-11 16:41:28.667711"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.669469"], ["updated_at", "2018-10-11 16:41:28.669469"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.672394"], ["updated_at", "2018-10-11 16:41:28.672394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.674138"], ["updated_at", "2018-10-11 16:41:28.674138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.675876"], ["updated_at", "2018-10-11 16:41:28.675876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.677520"], ["updated_at", "2018-10-11 16:41:28.677520"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.679059"], ["updated_at", "2018-10-11 16:41:28.679059"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.681029"], ["updated_at", "2018-10-11 16:41:28.681029"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.685309"], ["updated_at", "2018-10-11 16:41:28.685309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.688195"], ["updated_at", "2018-10-11 16:41:28.688195"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.689869"], ["updated_at", "2018-10-11 16:41:28.689869"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.691638"], ["updated_at", "2018-10-11 16:41:28.691638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.693442"], ["updated_at", "2018-10-11 16:41:28.693442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.695010"], ["updated_at", "2018-10-11 16:41:28.695010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.696632"], ["updated_at", "2018-10-11 16:41:28.696632"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.698231"], ["updated_at", "2018-10-11 16:41:28.698231"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.700108"], ["updated_at", "2018-10-11 16:41:28.700108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.701857"], ["updated_at", "2018-10-11 16:41:28.701857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.703452"], ["updated_at", "2018-10-11 16:41:28.703452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.705100"], ["updated_at", "2018-10-11 16:41:28.705100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.706814"], ["updated_at", "2018-10-11 16:41:28.706814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.708750"], ["updated_at", "2018-10-11 16:41:28.708750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.710481"], ["updated_at", "2018-10-11 16:41:28.710481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.712136"], ["updated_at", "2018-10-11 16:41:28.712136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.713707"], ["updated_at", "2018-10-11 16:41:28.713707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.715359"], ["updated_at", "2018-10-11 16:41:28.715359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.717001"], ["updated_at", "2018-10-11 16:41:28.717001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.718648"], ["updated_at", "2018-10-11 16:41:28.718648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.720293"], ["updated_at", "2018-10-11 16:41:28.720293"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.722065"], ["updated_at", "2018-10-11 16:41:28.722065"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.723929"], ["updated_at", "2018-10-11 16:41:28.723929"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.726594"], ["updated_at", "2018-10-11 16:41:28.726594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.728942"], ["updated_at", "2018-10-11 16:41:28.728942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.730648"], ["updated_at", "2018-10-11 16:41:28.730648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.732326"], ["updated_at", "2018-10-11 16:41:28.732326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.733997"], ["updated_at", "2018-10-11 16:41:28.733997"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.735636"], ["updated_at", "2018-10-11 16:41:28.735636"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.737675"], ["updated_at", "2018-10-11 16:41:28.737675"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.741328"], ["updated_at", "2018-10-11 16:41:28.741328"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.743944"], ["updated_at", "2018-10-11 16:41:28.743944"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.746587"], ["updated_at", "2018-10-11 16:41:28.746587"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.749413"], ["updated_at", "2018-10-11 16:41:28.749413"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.754333"], ["updated_at", "2018-10-11 16:41:28.754333"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.757408"], ["updated_at", "2018-10-11 16:41:28.757408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.760582"], ["updated_at", "2018-10-11 16:41:28.760582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.762345"], ["updated_at", "2018-10-11 16:41:28.762345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.763987"], ["updated_at", "2018-10-11 16:41:28.763987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.765644"], ["updated_at", "2018-10-11 16:41:28.765644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.767456"], ["updated_at", "2018-10-11 16:41:28.767456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.769185"], ["updated_at", "2018-10-11 16:41:28.769185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.770809"], ["updated_at", "2018-10-11 16:41:28.770809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.773859"], ["updated_at", "2018-10-11 16:41:28.773859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.775566"], ["updated_at", "2018-10-11 16:41:28.775566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.777179"], ["updated_at", "2018-10-11 16:41:28.777179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.778847"], ["updated_at", "2018-10-11 16:41:28.778847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.780479"], ["updated_at", "2018-10-11 16:41:28.780479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.782294"], ["updated_at", "2018-10-11 16:41:28.782294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.783953"], ["updated_at", "2018-10-11 16:41:28.783953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.785597"], ["updated_at", "2018-10-11 16:41:28.785597"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.787487"], ["updated_at", "2018-10-11 16:41:28.787487"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.789428"], ["updated_at", "2018-10-11 16:41:28.789428"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.791409"], ["updated_at", "2018-10-11 16:41:28.791409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.794258"], ["updated_at", "2018-10-11 16:41:28.794258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.796811"], ["updated_at", "2018-10-11 16:41:28.796811"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.798476"], ["updated_at", "2018-10-11 16:41:28.798476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.800597"], ["updated_at", "2018-10-11 16:41:28.800597"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.802333"], ["updated_at", "2018-10-11 16:41:28.802333"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.804414"], ["updated_at", "2018-10-11 16:41:28.804414"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.807409"], ["updated_at", "2018-10-11 16:41:28.807409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.809266"], ["updated_at", "2018-10-11 16:41:28.809266"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.810985"], ["updated_at", "2018-10-11 16:41:28.810985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.812769"], ["updated_at", "2018-10-11 16:41:28.812769"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.815161"], ["updated_at", "2018-10-11 16:41:28.815161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.819451"], ["updated_at", "2018-10-11 16:41:28.819451"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.821644"], ["updated_at", "2018-10-11 16:41:28.821644"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.823772"], ["updated_at", "2018-10-11 16:41:28.823772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.826063"], ["updated_at", "2018-10-11 16:41:28.826063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.827728"], ["updated_at", "2018-10-11 16:41:28.827728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.829325"], ["updated_at", "2018-10-11 16:41:28.829325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.830921"], ["updated_at", "2018-10-11 16:41:28.830921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.832522"], ["updated_at", "2018-10-11 16:41:28.832522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.834349"], ["updated_at", "2018-10-11 16:41:28.834349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.836007"], ["updated_at", "2018-10-11 16:41:28.836007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.837583"], ["updated_at", "2018-10-11 16:41:28.837583"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.839200"], ["updated_at", "2018-10-11 16:41:28.839200"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.841020"], ["updated_at", "2018-10-11 16:41:28.841020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.842921"], ["updated_at", "2018-10-11 16:41:28.842921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.844566"], ["updated_at", "2018-10-11 16:41:28.844566"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.846323"], ["updated_at", "2018-10-11 16:41:28.846323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.848001"], ["updated_at", "2018-10-11 16:41:28.848001"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.849708"], ["updated_at", "2018-10-11 16:41:28.849708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.851671"], ["updated_at", "2018-10-11 16:41:28.851671"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.853235"], ["updated_at", "2018-10-11 16:41:28.853235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.854855"], ["updated_at", "2018-10-11 16:41:28.854855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.856514"], ["updated_at", "2018-10-11 16:41:28.856514"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.858386"], ["updated_at", "2018-10-11 16:41:28.858386"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.860760"], ["updated_at", "2018-10-11 16:41:28.860760"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.862968"], ["updated_at", "2018-10-11 16:41:28.862968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.864919"], ["updated_at", "2018-10-11 16:41:28.864919"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.866791"], ["updated_at", "2018-10-11 16:41:28.866791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.868925"], ["updated_at", "2018-10-11 16:41:28.868925"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.870828"], ["updated_at", "2018-10-11 16:41:28.870828"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.876555"], ["updated_at", "2018-10-11 16:41:28.876555"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.878848"], ["updated_at", "2018-10-11 16:41:28.878848"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.880815"], ["updated_at", "2018-10-11 16:41:28.880815"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.885257"], ["updated_at", "2018-10-11 16:41:28.885257"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.888291"], ["updated_at", "2018-10-11 16:41:28.888291"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.892174"], ["updated_at", "2018-10-11 16:41:28.892174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.894219"], ["updated_at", "2018-10-11 16:41:28.894219"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.895981"], ["updated_at", "2018-10-11 16:41:28.895981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.898480"], ["updated_at", "2018-10-11 16:41:28.898480"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.900259"], ["updated_at", "2018-10-11 16:41:28.900259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.901986"], ["updated_at", "2018-10-11 16:41:28.901986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.903560"], ["updated_at", "2018-10-11 16:41:28.903560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.905204"], ["updated_at", "2018-10-11 16:41:28.905204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.906915"], ["updated_at", "2018-10-11 16:41:28.906915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.908551"], ["updated_at", "2018-10-11 16:41:28.908551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.910158"], ["updated_at", "2018-10-11 16:41:28.910158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.911748"], ["updated_at", "2018-10-11 16:41:28.911748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.913325"], ["updated_at", "2018-10-11 16:41:28.913325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.914996"], ["updated_at", "2018-10-11 16:41:28.914996"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.916624"], ["updated_at", "2018-10-11 16:41:28.916624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.918362"], ["updated_at", "2018-10-11 16:41:28.918362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.920183"], ["updated_at", "2018-10-11 16:41:28.920183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.922008"], ["updated_at", "2018-10-11 16:41:28.922008"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.923688"], ["updated_at", "2018-10-11 16:41:28.923688"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.926412"], ["updated_at", "2018-10-11 16:41:28.926412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.928984"], ["updated_at", "2018-10-11 16:41:28.928984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.930727"], ["updated_at", "2018-10-11 16:41:28.930727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.932403"], ["updated_at", "2018-10-11 16:41:28.932403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.934063"], ["updated_at", "2018-10-11 16:41:28.934063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.935668"], ["updated_at", "2018-10-11 16:41:28.935668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.938404"], ["updated_at", "2018-10-11 16:41:28.938404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.940354"], ["updated_at", "2018-10-11 16:41:28.940354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.942060"], ["updated_at", "2018-10-11 16:41:28.942060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.943672"], ["updated_at", "2018-10-11 16:41:28.943672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.945269"], ["updated_at", "2018-10-11 16:41:28.945269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.946966"], ["updated_at", "2018-10-11 16:41:28.946966"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.949715"], ["updated_at", "2018-10-11 16:41:28.949715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.953942"], ["updated_at", "2018-10-11 16:41:28.953942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.955901"], ["updated_at", "2018-10-11 16:41:28.955901"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.957584"], ["updated_at", "2018-10-11 16:41:28.957584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.959536"], ["updated_at", "2018-10-11 16:41:28.959536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.961185"], ["updated_at", "2018-10-11 16:41:28.961185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.962819"], ["updated_at", "2018-10-11 16:41:28.962819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.964380"], ["updated_at", "2018-10-11 16:41:28.964380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.966037"], ["updated_at", "2018-10-11 16:41:28.966037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.967862"], ["updated_at", "2018-10-11 16:41:28.967862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.969507"], ["updated_at", "2018-10-11 16:41:28.969507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.971113"], ["updated_at", "2018-10-11 16:41:28.971113"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.972759"], ["updated_at", "2018-10-11 16:41:28.972759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.974545"], ["updated_at", "2018-10-11 16:41:28.974545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.976211"], ["updated_at", "2018-10-11 16:41:28.976211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.977818"], ["updated_at", "2018-10-11 16:41:28.977818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.979393"], ["updated_at", "2018-10-11 16:41:28.979393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.980993"], ["updated_at", "2018-10-11 16:41:28.980993"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.982581"], ["updated_at", "2018-10-11 16:41:28.982581"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.984398"], ["updated_at", "2018-10-11 16:41:28.984398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.986098"], ["updated_at", "2018-10-11 16:41:28.986098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.987744"], ["updated_at", "2018-10-11 16:41:28.987744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.989528"], ["updated_at", "2018-10-11 16:41:28.989528"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.991586"], ["updated_at", "2018-10-11 16:41:28.991586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.994320"], ["updated_at", "2018-10-11 16:41:28.994320"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.996521"], ["updated_at", "2018-10-11 16:41:28.996521"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:28.998490"], ["updated_at", "2018-10-11 16:41:28.998490"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.000914"], ["updated_at", "2018-10-11 16:41:29.000914"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.002892"], ["updated_at", "2018-10-11 16:41:29.002892"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.005028"], ["updated_at", "2018-10-11 16:41:29.005028"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.007066"], ["updated_at", "2018-10-11 16:41:29.007066"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.011050"], ["updated_at", "2018-10-11 16:41:29.011050"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.013735"], ["updated_at", "2018-10-11 16:41:29.013735"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.017468"], ["updated_at", "2018-10-11 16:41:29.017468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.021414"], ["updated_at", "2018-10-11 16:41:29.021414"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.023214"], ["updated_at", "2018-10-11 16:41:29.023214"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.025075"], ["updated_at", "2018-10-11 16:41:29.025075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.026780"], ["updated_at", "2018-10-11 16:41:29.026780"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.028327"], ["updated_at", "2018-10-11 16:41:29.028327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.030068"], ["updated_at", "2018-10-11 16:41:29.030068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.031692"], ["updated_at", "2018-10-11 16:41:29.031692"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.033521"], ["updated_at", "2018-10-11 16:41:29.033521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.035444"], ["updated_at", "2018-10-11 16:41:29.035444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.037164"], ["updated_at", "2018-10-11 16:41:29.037164"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.038730"], ["updated_at", "2018-10-11 16:41:29.038730"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.040438"], ["updated_at", "2018-10-11 16:41:29.040438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.042137"], ["updated_at", "2018-10-11 16:41:29.042137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.043755"], ["updated_at", "2018-10-11 16:41:29.043755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.045505"], ["updated_at", "2018-10-11 16:41:29.045505"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.047107"], ["updated_at", "2018-10-11 16:41:29.047107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.048740"], ["updated_at", "2018-10-11 16:41:29.048740"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.050392"], ["updated_at", "2018-10-11 16:41:29.050392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.052098"], ["updated_at", "2018-10-11 16:41:29.052098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.053697"], ["updated_at", "2018-10-11 16:41:29.053697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.055351"], ["updated_at", "2018-10-11 16:41:29.055351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.057209"], ["updated_at", "2018-10-11 16:41:29.057209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.059982"], ["updated_at", "2018-10-11 16:41:29.059982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.062017"], ["updated_at", "2018-10-11 16:41:29.062017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.063779"], ["updated_at", "2018-10-11 16:41:29.063779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.065426"], ["updated_at", "2018-10-11 16:41:29.065426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.067189"], ["updated_at", "2018-10-11 16:41:29.067189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.068870"], ["updated_at", "2018-10-11 16:41:29.068870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.071737"], ["updated_at", "2018-10-11 16:41:29.071737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.073561"], ["updated_at", "2018-10-11 16:41:29.073561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.075368"], ["updated_at", "2018-10-11 16:41:29.075368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.077027"], ["updated_at", "2018-10-11 16:41:29.077027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.078625"], ["updated_at", "2018-10-11 16:41:29.078625"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.080173"], ["updated_at", "2018-10-11 16:41:29.080173"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.083444"], ["updated_at", "2018-10-11 16:41:29.083444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.087309"], ["updated_at", "2018-10-11 16:41:29.087309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.089032"], ["updated_at", "2018-10-11 16:41:29.089032"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.090737"], ["updated_at", "2018-10-11 16:41:29.090737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.092777"], ["updated_at", "2018-10-11 16:41:29.092777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.094359"], ["updated_at", "2018-10-11 16:41:29.094359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.096030"], ["updated_at", "2018-10-11 16:41:29.096030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.097646"], ["updated_at", "2018-10-11 16:41:29.097646"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.099347"], ["updated_at", "2018-10-11 16:41:29.099347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.101133"], ["updated_at", "2018-10-11 16:41:29.101133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.102757"], ["updated_at", "2018-10-11 16:41:29.102757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.104312"], ["updated_at", "2018-10-11 16:41:29.104312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.105972"], ["updated_at", "2018-10-11 16:41:29.105972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.107737"], ["updated_at", "2018-10-11 16:41:29.107737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.109488"], ["updated_at", "2018-10-11 16:41:29.109488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.111079"], ["updated_at", "2018-10-11 16:41:29.111079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.112668"], ["updated_at", "2018-10-11 16:41:29.112668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.114263"], ["updated_at", "2018-10-11 16:41:29.114263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.115836"], ["updated_at", "2018-10-11 16:41:29.115836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.117515"], ["updated_at", "2018-10-11 16:41:29.117515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.119115"], ["updated_at", "2018-10-11 16:41:29.119115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.120742"], ["updated_at", "2018-10-11 16:41:29.120742"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.122713"], ["updated_at", "2018-10-11 16:41:29.122713"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.125307"], ["updated_at", "2018-10-11 16:41:29.125307"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.128536"], ["updated_at", "2018-10-11 16:41:29.128536"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.130533"], ["updated_at", "2018-10-11 16:41:29.130533"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.132576"], ["updated_at", "2018-10-11 16:41:29.132576"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.134661"], ["updated_at", "2018-10-11 16:41:29.134661"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.136568"], ["updated_at", "2018-10-11 16:41:29.136568"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.138421"], ["updated_at", "2018-10-11 16:41:29.138421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.143857"], ["updated_at", "2018-10-11 16:41:29.143857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.145461"], ["updated_at", "2018-10-11 16:41:29.145461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.147188"], ["updated_at", "2018-10-11 16:41:29.147188"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.149783"], ["updated_at", "2018-10-11 16:41:29.149783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.153842"], ["updated_at", "2018-10-11 16:41:29.153842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.155925"], ["updated_at", "2018-10-11 16:41:29.155925"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.157730"], ["updated_at", "2018-10-11 16:41:29.157730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.159496"], ["updated_at", "2018-10-11 16:41:29.159496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.161125"], ["updated_at", "2018-10-11 16:41:29.161125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.162707"], ["updated_at", "2018-10-11 16:41:29.162707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.164349"], ["updated_at", "2018-10-11 16:41:29.164349"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.165910"], ["updated_at", "2018-10-11 16:41:29.165910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.167645"], ["updated_at", "2018-10-11 16:41:29.167645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.169290"], ["updated_at", "2018-10-11 16:41:29.169290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.170875"], ["updated_at", "2018-10-11 16:41:29.170875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.172504"], ["updated_at", "2018-10-11 16:41:29.172504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.174307"], ["updated_at", "2018-10-11 16:41:29.174307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.176093"], ["updated_at", "2018-10-11 16:41:29.176093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.177738"], ["updated_at", "2018-10-11 16:41:29.177738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.179289"], ["updated_at", "2018-10-11 16:41:29.179289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.180959"], ["updated_at", "2018-10-11 16:41:29.180959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.182555"], ["updated_at", "2018-10-11 16:41:29.182555"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.184251"], ["updated_at", "2018-10-11 16:41:29.184251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.186457"], ["updated_at", "2018-10-11 16:41:29.186457"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.188104"], ["updated_at", "2018-10-11 16:41:29.188104"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.191223"], ["updated_at", "2018-10-11 16:41:29.191223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.193962"], ["updated_at", "2018-10-11 16:41:29.193962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.195874"], ["updated_at", "2018-10-11 16:41:29.195874"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.197526"], ["updated_at", "2018-10-11 16:41:29.197526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.199130"], ["updated_at", "2018-10-11 16:41:29.199130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.200857"], ["updated_at", "2018-10-11 16:41:29.200857"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.202561"], ["updated_at", "2018-10-11 16:41:29.202561"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.205245"], ["updated_at", "2018-10-11 16:41:29.205245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.206966"], ["updated_at", "2018-10-11 16:41:29.206966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.208733"], ["updated_at", "2018-10-11 16:41:29.208733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.210417"], ["updated_at", "2018-10-11 16:41:29.210417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.212053"], ["updated_at", "2018-10-11 16:41:29.212053"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.213632"], ["updated_at", "2018-10-11 16:41:29.213632"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.216292"], ["updated_at", "2018-10-11 16:41:29.216292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.220620"], ["updated_at", "2018-10-11 16:41:29.220620"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.222587"], ["updated_at", "2018-10-11 16:41:29.222587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.224342"], ["updated_at", "2018-10-11 16:41:29.224342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.226111"], ["updated_at", "2018-10-11 16:41:29.226111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.227719"], ["updated_at", "2018-10-11 16:41:29.227719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.229439"], ["updated_at", "2018-10-11 16:41:29.229439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.231045"], ["updated_at", "2018-10-11 16:41:29.231045"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.232675"], ["updated_at", "2018-10-11 16:41:29.232675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.234502"], ["updated_at", "2018-10-11 16:41:29.234502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.236107"], ["updated_at", "2018-10-11 16:41:29.236107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.237716"], ["updated_at", "2018-10-11 16:41:29.237716"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.239407"], ["updated_at", "2018-10-11 16:41:29.239407"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.241173"], ["updated_at", "2018-10-11 16:41:29.241173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.242921"], ["updated_at", "2018-10-11 16:41:29.242921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.244619"], ["updated_at", "2018-10-11 16:41:29.244619"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.246725"], ["updated_at", "2018-10-11 16:41:29.246725"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.249483"], ["updated_at", "2018-10-11 16:41:29.249483"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.252166"], ["updated_at", "2018-10-11 16:41:29.252166"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.254781"], ["updated_at", "2018-10-11 16:41:29.254781"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.257778"], ["updated_at", "2018-10-11 16:41:29.257778"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.261459"], ["updated_at", "2018-10-11 16:41:29.261459"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.263774"], ["updated_at", "2018-10-11 16:41:29.263774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.265863"], ["updated_at", "2018-10-11 16:41:29.265863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.267704"], ["updated_at", "2018-10-11 16:41:29.267704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.269386"], ["updated_at", "2018-10-11 16:41:29.269386"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.271015"], ["updated_at", "2018-10-11 16:41:29.271015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.273914"], ["updated_at", "2018-10-11 16:41:29.273914"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.275587"], ["updated_at", "2018-10-11 16:41:29.275587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.277345"], ["updated_at", "2018-10-11 16:41:29.277345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.278906"], ["updated_at", "2018-10-11 16:41:29.278906"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.280546"], ["updated_at", "2018-10-11 16:41:29.280546"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.284949"], ["updated_at", "2018-10-11 16:41:29.284949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.287784"], ["updated_at", "2018-10-11 16:41:29.287784"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.289452"], ["updated_at", "2018-10-11 16:41:29.289452"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.291305"], ["updated_at", "2018-10-11 16:41:29.291305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.293023"], ["updated_at", "2018-10-11 16:41:29.293023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.294595"], ["updated_at", "2018-10-11 16:41:29.294595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.296200"], ["updated_at", "2018-10-11 16:41:29.296200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.297762"], ["updated_at", "2018-10-11 16:41:29.297762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.299382"], ["updated_at", "2018-10-11 16:41:29.299382"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.301169"], ["updated_at", "2018-10-11 16:41:29.301169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.302968"], ["updated_at", "2018-10-11 16:41:29.302968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.304643"], ["updated_at", "2018-10-11 16:41:29.304643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.306210"], ["updated_at", "2018-10-11 16:41:29.306210"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.307939"], ["updated_at", "2018-10-11 16:41:29.307939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.309706"], ["updated_at", "2018-10-11 16:41:29.309706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.311250"], ["updated_at", "2018-10-11 16:41:29.311250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.312902"], ["updated_at", "2018-10-11 16:41:29.312902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.314444"], ["updated_at", "2018-10-11 16:41:29.314444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.316049"], ["updated_at", "2018-10-11 16:41:29.316049"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.317655"], ["updated_at", "2018-10-11 16:41:29.317655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.319295"], ["updated_at", "2018-10-11 16:41:29.319295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.320932"], ["updated_at", "2018-10-11 16:41:29.320932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.322518"], ["updated_at", "2018-10-11 16:41:29.322518"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.324244"], ["updated_at", "2018-10-11 16:41:29.324244"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.326664"], ["updated_at", "2018-10-11 16:41:29.326664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.328920"], ["updated_at", "2018-10-11 16:41:29.328920"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.330619"], ["updated_at", "2018-10-11 16:41:29.330619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.332271"], ["updated_at", "2018-10-11 16:41:29.332271"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.333933"], ["updated_at", "2018-10-11 16:41:29.333933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.335898"], ["updated_at", "2018-10-11 16:41:29.335898"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.338893"], ["updated_at", "2018-10-11 16:41:29.338893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.340691"], ["updated_at", "2018-10-11 16:41:29.340691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.342379"], ["updated_at", "2018-10-11 16:41:29.342379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.343946"], ["updated_at", "2018-10-11 16:41:29.343946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.345592"], ["updated_at", "2018-10-11 16:41:29.345592"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.347143"], ["updated_at", "2018-10-11 16:41:29.347143"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.349935"], ["updated_at", "2018-10-11 16:41:29.349935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.353739"], ["updated_at", "2018-10-11 16:41:29.353739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.355673"], ["updated_at", "2018-10-11 16:41:29.355673"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.357314"], ["updated_at", "2018-10-11 16:41:29.357314"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.359160"], ["updated_at", "2018-10-11 16:41:29.359160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.360935"], ["updated_at", "2018-10-11 16:41:29.360935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.362593"], ["updated_at", "2018-10-11 16:41:29.362593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.364183"], ["updated_at", "2018-10-11 16:41:29.364183"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.365856"], ["updated_at", "2018-10-11 16:41:29.365856"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.368045"], ["updated_at", "2018-10-11 16:41:29.368045"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.370726"], ["updated_at", "2018-10-11 16:41:29.370726"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.373388"], ["updated_at", "2018-10-11 16:41:29.373388"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.376203"], ["updated_at", "2018-10-11 16:41:29.376203"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.378749"], ["updated_at", "2018-10-11 16:41:29.378749"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.381346"], ["updated_at", "2018-10-11 16:41:29.381346"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.384031"], ["updated_at", "2018-10-11 16:41:29.384031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.386688"], ["updated_at", "2018-10-11 16:41:29.386688"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.388319"], ["updated_at", "2018-10-11 16:41:29.388319"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.390028"], ["updated_at", "2018-10-11 16:41:29.390028"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.392377"], ["updated_at", "2018-10-11 16:41:29.392377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.395039"], ["updated_at", "2018-10-11 16:41:29.395039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.396915"], ["updated_at", "2018-10-11 16:41:29.396915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.398544"], ["updated_at", "2018-10-11 16:41:29.398544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.400229"], ["updated_at", "2018-10-11 16:41:29.400229"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.401988"], ["updated_at", "2018-10-11 16:41:29.401988"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.403554"], ["updated_at", "2018-10-11 16:41:29.403554"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.406399"], ["updated_at", "2018-10-11 16:41:29.406399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.408238"], ["updated_at", "2018-10-11 16:41:29.408238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.409951"], ["updated_at", "2018-10-11 16:41:29.409951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.411513"], ["updated_at", "2018-10-11 16:41:29.411513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.413146"], ["updated_at", "2018-10-11 16:41:29.413146"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.415880"], ["updated_at", "2018-10-11 16:41:29.415880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.419987"], ["updated_at", "2018-10-11 16:41:29.419987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.422011"], ["updated_at", "2018-10-11 16:41:29.422011"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.423668"], ["updated_at", "2018-10-11 16:41:29.423668"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.425552"], ["updated_at", "2018-10-11 16:41:29.425552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.427267"], ["updated_at", "2018-10-11 16:41:29.427267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.428862"], ["updated_at", "2018-10-11 16:41:29.428862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.430506"], ["updated_at", "2018-10-11 16:41:29.430506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.432095"], ["updated_at", "2018-10-11 16:41:29.432095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.433822"], ["updated_at", "2018-10-11 16:41:29.433822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.435483"], ["updated_at", "2018-10-11 16:41:29.435483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.437079"], ["updated_at", "2018-10-11 16:41:29.437079"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.438669"], ["updated_at", "2018-10-11 16:41:29.438669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.440410"], ["updated_at", "2018-10-11 16:41:29.440410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.442085"], ["updated_at", "2018-10-11 16:41:29.442085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.443743"], ["updated_at", "2018-10-11 16:41:29.443743"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.445289"], ["updated_at", "2018-10-11 16:41:29.445289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.447081"], ["updated_at", "2018-10-11 16:41:29.447081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.448706"], ["updated_at", "2018-10-11 16:41:29.448706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.450388"], ["updated_at", "2018-10-11 16:41:29.450388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.452094"], ["updated_at", "2018-10-11 16:41:29.452094"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.453707"], ["updated_at", "2018-10-11 16:41:29.453707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.455435"], ["updated_at", "2018-10-11 16:41:29.455435"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.457090"], ["updated_at", "2018-10-11 16:41:29.457090"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.459405"], ["updated_at", "2018-10-11 16:41:29.459405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.462004"], ["updated_at", "2018-10-11 16:41:29.462004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.463737"], ["updated_at", "2018-10-11 16:41:29.463737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.465403"], ["updated_at", "2018-10-11 16:41:29.465403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.467098"], ["updated_at", "2018-10-11 16:41:29.467098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.468733"], ["updated_at", "2018-10-11 16:41:29.468733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.470376"], ["updated_at", "2018-10-11 16:41:29.470376"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.473178"], ["updated_at", "2018-10-11 16:41:29.473178"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.474966"], ["updated_at", "2018-10-11 16:41:29.474966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.476717"], ["updated_at", "2018-10-11 16:41:29.476717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.478283"], ["updated_at", "2018-10-11 16:41:29.478283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.479854"], ["updated_at", "2018-10-11 16:41:29.479854"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.481914"], ["updated_at", "2018-10-11 16:41:29.481914"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.486470"], ["updated_at", "2018-10-11 16:41:29.486470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.488834"], ["updated_at", "2018-10-11 16:41:29.488834"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.490687"], ["updated_at", "2018-10-11 16:41:29.490687"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.493034"], ["updated_at", "2018-10-11 16:41:29.493034"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.495713"], ["updated_at", "2018-10-11 16:41:29.495713"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.498265"], ["updated_at", "2018-10-11 16:41:29.498265"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.500903"], ["updated_at", "2018-10-11 16:41:29.500903"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.503684"], ["updated_at", "2018-10-11 16:41:29.503684"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.506304"], ["updated_at", "2018-10-11 16:41:29.506304"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.509060"], ["updated_at", "2018-10-11 16:41:29.509060"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.511581"], ["updated_at", "2018-10-11 16:41:29.511581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.513279"], ["updated_at", "2018-10-11 16:41:29.513279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.514865"], ["updated_at", "2018-10-11 16:41:29.514865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.516544"], ["updated_at", "2018-10-11 16:41:29.516544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.518263"], ["updated_at", "2018-10-11 16:41:29.518263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.519846"], ["updated_at", "2018-10-11 16:41:29.519846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.521471"], ["updated_at", "2018-10-11 16:41:29.521471"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.523092"], ["updated_at", "2018-10-11 16:41:29.523092"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.525119"], ["updated_at", "2018-10-11 16:41:29.525119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.527908"], ["updated_at", "2018-10-11 16:41:29.527908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.529804"], ["updated_at", "2018-10-11 16:41:29.529804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.531445"], ["updated_at", "2018-10-11 16:41:29.531445"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.533084"], ["updated_at", "2018-10-11 16:41:29.533084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.534919"], ["updated_at", "2018-10-11 16:41:29.534919"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.536586"], ["updated_at", "2018-10-11 16:41:29.536586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.539323"], ["updated_at", "2018-10-11 16:41:29.539323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.541042"], ["updated_at", "2018-10-11 16:41:29.541042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.542764"], ["updated_at", "2018-10-11 16:41:29.542764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.544429"], ["updated_at", "2018-10-11 16:41:29.544429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.546022"], ["updated_at", "2018-10-11 16:41:29.546022"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.547657"], ["updated_at", "2018-10-11 16:41:29.547657"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.550001"], ["updated_at", "2018-10-11 16:41:29.550001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.554033"], ["updated_at", "2018-10-11 16:41:29.554033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.556064"], ["updated_at", "2018-10-11 16:41:29.556064"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.557733"], ["updated_at", "2018-10-11 16:41:29.557733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.559707"], ["updated_at", "2018-10-11 16:41:29.559707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.561315"], ["updated_at", "2018-10-11 16:41:29.561315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.562975"], ["updated_at", "2018-10-11 16:41:29.562975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.564563"], ["updated_at", "2018-10-11 16:41:29.564563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.566227"], ["updated_at", "2018-10-11 16:41:29.566227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.568049"], ["updated_at", "2018-10-11 16:41:29.568049"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.569762"], ["updated_at", "2018-10-11 16:41:29.569762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.571437"], ["updated_at", "2018-10-11 16:41:29.571437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.573087"], ["updated_at", "2018-10-11 16:41:29.573087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.574807"], ["updated_at", "2018-10-11 16:41:29.574807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.576522"], ["updated_at", "2018-10-11 16:41:29.576522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.578107"], ["updated_at", "2018-10-11 16:41:29.578107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.579731"], ["updated_at", "2018-10-11 16:41:29.579731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.581273"], ["updated_at", "2018-10-11 16:41:29.581273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.582946"], ["updated_at", "2018-10-11 16:41:29.582946"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.584639"], ["updated_at", "2018-10-11 16:41:29.584639"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.586344"], ["updated_at", "2018-10-11 16:41:29.586344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.588027"], ["updated_at", "2018-10-11 16:41:29.588027"], ["parent_id", 39895952907]] Kithe::Work Create (6.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.589992"], ["updated_at", "2018-10-11 16:41:29.589992"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.598976"], ["updated_at", "2018-10-11 16:41:29.598976"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.601754"], ["updated_at", "2018-10-11 16:41:29.601754"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.604201"], ["updated_at", "2018-10-11 16:41:29.604201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.606361"], ["updated_at", "2018-10-11 16:41:29.606361"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.608029"], ["updated_at", "2018-10-11 16:41:29.608029"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.610825"], ["updated_at", "2018-10-11 16:41:29.610825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.613583"], ["updated_at", "2018-10-11 16:41:29.613583"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.616108"], ["updated_at", "2018-10-11 16:41:29.616108"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.621207"], ["updated_at", "2018-10-11 16:41:29.621207"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.624812"], ["updated_at", "2018-10-11 16:41:29.624812"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.627706"], ["updated_at", "2018-10-11 16:41:29.627706"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.630479"], ["updated_at", "2018-10-11 16:41:29.630479"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.633173"], ["updated_at", "2018-10-11 16:41:29.633173"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.635859"], ["updated_at", "2018-10-11 16:41:29.635859"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.638436"], ["updated_at", "2018-10-11 16:41:29.638436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.640700"], ["updated_at", "2018-10-11 16:41:29.640700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.642464"], ["updated_at", "2018-10-11 16:41:29.642464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.644101"], ["updated_at", "2018-10-11 16:41:29.644101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.645733"], ["updated_at", "2018-10-11 16:41:29.645733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.647356"], ["updated_at", "2018-10-11 16:41:29.647356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.648947"], ["updated_at", "2018-10-11 16:41:29.648947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.650600"], ["updated_at", "2018-10-11 16:41:29.650600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.652323"], ["updated_at", "2018-10-11 16:41:29.652323"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.653857"], ["updated_at", "2018-10-11 16:41:29.653857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.655620"], ["updated_at", "2018-10-11 16:41:29.655620"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.657548"], ["updated_at", "2018-10-11 16:41:29.657548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.660199"], ["updated_at", "2018-10-11 16:41:29.660199"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.662466"], ["updated_at", "2018-10-11 16:41:29.662466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.664156"], ["updated_at", "2018-10-11 16:41:29.664156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.665768"], ["updated_at", "2018-10-11 16:41:29.665768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.667511"], ["updated_at", "2018-10-11 16:41:29.667511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.669185"], ["updated_at", "2018-10-11 16:41:29.669185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.671922"], ["updated_at", "2018-10-11 16:41:29.671922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.673702"], ["updated_at", "2018-10-11 16:41:29.673702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.675514"], ["updated_at", "2018-10-11 16:41:29.675514"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.677119"], ["updated_at", "2018-10-11 16:41:29.677119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.678807"], ["updated_at", "2018-10-11 16:41:29.678807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.680421"], ["updated_at", "2018-10-11 16:41:29.680421"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.683244"], ["updated_at", "2018-10-11 16:41:29.683244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.687722"], ["updated_at", "2018-10-11 16:41:29.687722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.689378"], ["updated_at", "2018-10-11 16:41:29.689378"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.691095"], ["updated_at", "2018-10-11 16:41:29.691095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.692860"], ["updated_at", "2018-10-11 16:41:29.692860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.694516"], ["updated_at", "2018-10-11 16:41:29.694516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.696075"], ["updated_at", "2018-10-11 16:41:29.696075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.698000"], ["updated_at", "2018-10-11 16:41:29.698000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.700014"], ["updated_at", "2018-10-11 16:41:29.700014"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.701835"], ["updated_at", "2018-10-11 16:41:29.701835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.703631"], ["updated_at", "2018-10-11 16:41:29.703631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.705215"], ["updated_at", "2018-10-11 16:41:29.705215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.706890"], ["updated_at", "2018-10-11 16:41:29.706890"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.708599"], ["updated_at", "2018-10-11 16:41:29.708599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.710272"], ["updated_at", "2018-10-11 16:41:29.710272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.711904"], ["updated_at", "2018-10-11 16:41:29.711904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.713555"], ["updated_at", "2018-10-11 16:41:29.713555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.715207"], ["updated_at", "2018-10-11 16:41:29.715207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.716787"], ["updated_at", "2018-10-11 16:41:29.716787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.718457"], ["updated_at", "2018-10-11 16:41:29.718457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.720064"], ["updated_at", "2018-10-11 16:41:29.720064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.721690"], ["updated_at", "2018-10-11 16:41:29.721690"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.723255"], ["updated_at", "2018-10-11 16:41:29.723255"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.725039"], ["updated_at", "2018-10-11 16:41:29.725039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.727693"], ["updated_at", "2018-10-11 16:41:29.727693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.729758"], ["updated_at", "2018-10-11 16:41:29.729758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.731416"], ["updated_at", "2018-10-11 16:41:29.731416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.733137"], ["updated_at", "2018-10-11 16:41:29.733137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.735034"], ["updated_at", "2018-10-11 16:41:29.735034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.736701"], ["updated_at", "2018-10-11 16:41:29.736701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.739844"], ["updated_at", "2018-10-11 16:41:29.739844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.741587"], ["updated_at", "2018-10-11 16:41:29.741587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.743309"], ["updated_at", "2018-10-11 16:41:29.743309"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.745253"], ["updated_at", "2018-10-11 16:41:29.745253"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.747782"], ["updated_at", "2018-10-11 16:41:29.747782"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.752770"], ["updated_at", "2018-10-11 16:41:29.752770"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.756031"], ["updated_at", "2018-10-11 16:41:29.756031"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.758909"], ["updated_at", "2018-10-11 16:41:29.758909"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.761136"], ["updated_at", "2018-10-11 16:41:29.761136"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.763763"], ["updated_at", "2018-10-11 16:41:29.763763"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.766450"], ["updated_at", "2018-10-11 16:41:29.766450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.768693"], ["updated_at", "2018-10-11 16:41:29.768693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.770359"], ["updated_at", "2018-10-11 16:41:29.770359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.771990"], ["updated_at", "2018-10-11 16:41:29.771990"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.773636"], ["updated_at", "2018-10-11 16:41:29.773636"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.775420"], ["updated_at", "2018-10-11 16:41:29.775420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.777343"], ["updated_at", "2018-10-11 16:41:29.777343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.779025"], ["updated_at", "2018-10-11 16:41:29.779025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.780783"], ["updated_at", "2018-10-11 16:41:29.780783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.782372"], ["updated_at", "2018-10-11 16:41:29.782372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.784058"], ["updated_at", "2018-10-11 16:41:29.784058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.786069"], ["updated_at", "2018-10-11 16:41:29.786069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.787927"], ["updated_at", "2018-10-11 16:41:29.787927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.789698"], ["updated_at", "2018-10-11 16:41:29.789698"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.791705"], ["updated_at", "2018-10-11 16:41:29.791705"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.794643"], ["updated_at", "2018-10-11 16:41:29.794643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.796716"], ["updated_at", "2018-10-11 16:41:29.796716"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.798367"], ["updated_at", "2018-10-11 16:41:29.798367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.799986"], ["updated_at", "2018-10-11 16:41:29.799986"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.801809"], ["updated_at", "2018-10-11 16:41:29.801809"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.804145"], ["updated_at", "2018-10-11 16:41:29.804145"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.807280"], ["updated_at", "2018-10-11 16:41:29.807280"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.809264"], ["updated_at", "2018-10-11 16:41:29.809264"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.811023"], ["updated_at", "2018-10-11 16:41:29.811023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.812778"], ["updated_at", "2018-10-11 16:41:29.812778"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.814703"], ["updated_at", "2018-10-11 16:41:29.814703"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.818801"], ["updated_at", "2018-10-11 16:41:29.818801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.821704"], ["updated_at", "2018-10-11 16:41:29.821704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.823631"], ["updated_at", "2018-10-11 16:41:29.823631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.825491"], ["updated_at", "2018-10-11 16:41:29.825491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.827170"], ["updated_at", "2018-10-11 16:41:29.827170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.828721"], ["updated_at", "2018-10-11 16:41:29.828721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.830390"], ["updated_at", "2018-10-11 16:41:29.830390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.832157"], ["updated_at", "2018-10-11 16:41:29.832157"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.833953"], ["updated_at", "2018-10-11 16:41:29.833953"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.835694"], ["updated_at", "2018-10-11 16:41:29.835694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.837623"], ["updated_at", "2018-10-11 16:41:29.837623"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.839199"], ["updated_at", "2018-10-11 16:41:29.839199"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.841497"], ["updated_at", "2018-10-11 16:41:29.841497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.843401"], ["updated_at", "2018-10-11 16:41:29.843401"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.845205"], ["updated_at", "2018-10-11 16:41:29.845205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.846941"], ["updated_at", "2018-10-11 16:41:29.846941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.848640"], ["updated_at", "2018-10-11 16:41:29.848640"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.850399"], ["updated_at", "2018-10-11 16:41:29.850399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.852302"], ["updated_at", "2018-10-11 16:41:29.852302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.853892"], ["updated_at", "2018-10-11 16:41:29.853892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.855576"], ["updated_at", "2018-10-11 16:41:29.855576"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.857331"], ["updated_at", "2018-10-11 16:41:29.857331"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.860412"], ["updated_at", "2018-10-11 16:41:29.860412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.862505"], ["updated_at", "2018-10-11 16:41:29.862505"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.864252"], ["updated_at", "2018-10-11 16:41:29.864252"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.866034"], ["updated_at", "2018-10-11 16:41:29.866034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.867951"], ["updated_at", "2018-10-11 16:41:29.867951"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.869905"], ["updated_at", "2018-10-11 16:41:29.869905"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.873597"], ["updated_at", "2018-10-11 16:41:29.873597"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.876444"], ["updated_at", "2018-10-11 16:41:29.876444"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.879199"], ["updated_at", "2018-10-11 16:41:29.879199"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.881577"], ["updated_at", "2018-10-11 16:41:29.881577"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.887030"], ["updated_at", "2018-10-11 16:41:29.887030"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.890085"], ["updated_at", "2018-10-11 16:41:29.890085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.894367"], ["updated_at", "2018-10-11 16:41:29.894367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.896002"], ["updated_at", "2018-10-11 16:41:29.896002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.897654"], ["updated_at", "2018-10-11 16:41:29.897654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.899351"], ["updated_at", "2018-10-11 16:41:29.899351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.901216"], ["updated_at", "2018-10-11 16:41:29.901216"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.903146"], ["updated_at", "2018-10-11 16:41:29.903146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.905054"], ["updated_at", "2018-10-11 16:41:29.905054"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.906659"], ["updated_at", "2018-10-11 16:41:29.906659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.908747"], ["updated_at", "2018-10-11 16:41:29.908747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.910630"], ["updated_at", "2018-10-11 16:41:29.910630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.912218"], ["updated_at", "2018-10-11 16:41:29.912218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.913862"], ["updated_at", "2018-10-11 16:41:29.913862"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.915494"], ["updated_at", "2018-10-11 16:41:29.915494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.917180"], ["updated_at", "2018-10-11 16:41:29.917180"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.918922"], ["updated_at", "2018-10-11 16:41:29.918922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.920594"], ["updated_at", "2018-10-11 16:41:29.920594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.922233"], ["updated_at", "2018-10-11 16:41:29.922233"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.924183"], ["updated_at", "2018-10-11 16:41:29.924183"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.926883"], ["updated_at", "2018-10-11 16:41:29.926883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.929116"], ["updated_at", "2018-10-11 16:41:29.929116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.930876"], ["updated_at", "2018-10-11 16:41:29.930876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.932543"], ["updated_at", "2018-10-11 16:41:29.932543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.934330"], ["updated_at", "2018-10-11 16:41:29.934330"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.936268"], ["updated_at", "2018-10-11 16:41:29.936268"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.939086"], ["updated_at", "2018-10-11 16:41:29.939086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.940882"], ["updated_at", "2018-10-11 16:41:29.940882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.942692"], ["updated_at", "2018-10-11 16:41:29.942692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.944304"], ["updated_at", "2018-10-11 16:41:29.944304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.945952"], ["updated_at", "2018-10-11 16:41:29.945952"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.947571"], ["updated_at", "2018-10-11 16:41:29.947571"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.950298"], ["updated_at", "2018-10-11 16:41:29.950298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.953827"], ["updated_at", "2018-10-11 16:41:29.953827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.955733"], ["updated_at", "2018-10-11 16:41:29.955733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.957352"], ["updated_at", "2018-10-11 16:41:29.957352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.959291"], ["updated_at", "2018-10-11 16:41:29.959291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.961016"], ["updated_at", "2018-10-11 16:41:29.961016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.962686"], ["updated_at", "2018-10-11 16:41:29.962686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.964257"], ["updated_at", "2018-10-11 16:41:29.964257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.965892"], ["updated_at", "2018-10-11 16:41:29.965892"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.967662"], ["updated_at", "2018-10-11 16:41:29.967662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.969391"], ["updated_at", "2018-10-11 16:41:29.969391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.971195"], ["updated_at", "2018-10-11 16:41:29.971195"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.972844"], ["updated_at", "2018-10-11 16:41:29.972844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.974667"], ["updated_at", "2018-10-11 16:41:29.974667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.976384"], ["updated_at", "2018-10-11 16:41:29.976384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.977941"], ["updated_at", "2018-10-11 16:41:29.977941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.979574"], ["updated_at", "2018-10-11 16:41:29.979574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.981141"], ["updated_at", "2018-10-11 16:41:29.981141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.982746"], ["updated_at", "2018-10-11 16:41:29.982746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.984477"], ["updated_at", "2018-10-11 16:41:29.984477"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.986149"], ["updated_at", "2018-10-11 16:41:29.986149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.987916"], ["updated_at", "2018-10-11 16:41:29.987916"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.989542"], ["updated_at", "2018-10-11 16:41:29.989542"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.991530"], ["updated_at", "2018-10-11 16:41:29.991530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.994465"], ["updated_at", "2018-10-11 16:41:29.994465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.996317"], ["updated_at", "2018-10-11 16:41:29.996317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.997934"], ["updated_at", "2018-10-11 16:41:29.997934"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:29.999676"], ["updated_at", "2018-10-11 16:41:29.999676"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.001816"], ["updated_at", "2018-10-11 16:41:30.001816"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.004003"], ["updated_at", "2018-10-11 16:41:30.004003"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.008928"], ["updated_at", "2018-10-11 16:41:30.008928"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.011754"], ["updated_at", "2018-10-11 16:41:30.011754"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.014425"], ["updated_at", "2018-10-11 16:41:30.014425"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.018739"], ["updated_at", "2018-10-11 16:41:30.018739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.022581"], ["updated_at", "2018-10-11 16:41:30.022581"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.024269"], ["updated_at", "2018-10-11 16:41:30.024269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.026662"], ["updated_at", "2018-10-11 16:41:30.026662"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.028377"], ["updated_at", "2018-10-11 16:41:30.028377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.030074"], ["updated_at", "2018-10-11 16:41:30.030074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.031703"], ["updated_at", "2018-10-11 16:41:30.031703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.033309"], ["updated_at", "2018-10-11 16:41:30.033309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.035118"], ["updated_at", "2018-10-11 16:41:30.035118"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.036704"], ["updated_at", "2018-10-11 16:41:30.036704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.038391"], ["updated_at", "2018-10-11 16:41:30.038391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.040067"], ["updated_at", "2018-10-11 16:41:30.040067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.041835"], ["updated_at", "2018-10-11 16:41:30.041835"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.043522"], ["updated_at", "2018-10-11 16:41:30.043522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.045215"], ["updated_at", "2018-10-11 16:41:30.045215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.048111"], ["updated_at", "2018-10-11 16:41:30.048111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.049681"], ["updated_at", "2018-10-11 16:41:30.049681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.051373"], ["updated_at", "2018-10-11 16:41:30.051373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.053011"], ["updated_at", "2018-10-11 16:41:30.053011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.054640"], ["updated_at", "2018-10-11 16:41:30.054640"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.056187"], ["updated_at", "2018-10-11 16:41:30.056187"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.057993"], ["updated_at", "2018-10-11 16:41:30.057993"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.060738"], ["updated_at", "2018-10-11 16:41:30.060738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.062769"], ["updated_at", "2018-10-11 16:41:30.062769"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.064446"], ["updated_at", "2018-10-11 16:41:30.064446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.066020"], ["updated_at", "2018-10-11 16:41:30.066020"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.067714"], ["updated_at", "2018-10-11 16:41:30.067714"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.069556"], ["updated_at", "2018-10-11 16:41:30.069556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.072471"], ["updated_at", "2018-10-11 16:41:30.072471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.074231"], ["updated_at", "2018-10-11 16:41:30.074231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.075971"], ["updated_at", "2018-10-11 16:41:30.075971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.077610"], ["updated_at", "2018-10-11 16:41:30.077610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.079257"], ["updated_at", "2018-10-11 16:41:30.079257"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.080891"], ["updated_at", "2018-10-11 16:41:30.080891"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.083849"], ["updated_at", "2018-10-11 16:41:30.083849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.088033"], ["updated_at", "2018-10-11 16:41:30.088033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.089767"], ["updated_at", "2018-10-11 16:41:30.089767"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.091853"], ["updated_at", "2018-10-11 16:41:30.091853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.093765"], ["updated_at", "2018-10-11 16:41:30.093765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.095326"], ["updated_at", "2018-10-11 16:41:30.095326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.096990"], ["updated_at", "2018-10-11 16:41:30.096990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.098708"], ["updated_at", "2018-10-11 16:41:30.098708"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.100394"], ["updated_at", "2018-10-11 16:41:30.100394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.102098"], ["updated_at", "2018-10-11 16:41:30.102098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.103811"], ["updated_at", "2018-10-11 16:41:30.103811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.105448"], ["updated_at", "2018-10-11 16:41:30.105448"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.107057"], ["updated_at", "2018-10-11 16:41:30.107057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.108819"], ["updated_at", "2018-10-11 16:41:30.108819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.110465"], ["updated_at", "2018-10-11 16:41:30.110465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.112061"], ["updated_at", "2018-10-11 16:41:30.112061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.113657"], ["updated_at", "2018-10-11 16:41:30.113657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.115271"], ["updated_at", "2018-10-11 16:41:30.115271"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.116826"], ["updated_at", "2018-10-11 16:41:30.116826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.118524"], ["updated_at", "2018-10-11 16:41:30.118524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.120095"], ["updated_at", "2018-10-11 16:41:30.120095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.121686"], ["updated_at", "2018-10-11 16:41:30.121686"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.123300"], ["updated_at", "2018-10-11 16:41:30.123300"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.125456"], ["updated_at", "2018-10-11 16:41:30.125456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.128499"], ["updated_at", "2018-10-11 16:41:30.128499"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.130566"], ["updated_at", "2018-10-11 16:41:30.130566"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.132616"], ["updated_at", "2018-10-11 16:41:30.132616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.134681"], ["updated_at", "2018-10-11 16:41:30.134681"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.136704"], ["updated_at", "2018-10-11 16:41:30.136704"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.138554"], ["updated_at", "2018-10-11 16:41:30.138554"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.144625"], ["updated_at", "2018-10-11 16:41:30.144625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.146607"], ["updated_at", "2018-10-11 16:41:30.146607"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.148329"], ["updated_at", "2018-10-11 16:41:30.148329"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.151569"], ["updated_at", "2018-10-11 16:41:30.151569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.154903"], ["updated_at", "2018-10-11 16:41:30.154903"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.156563"], ["updated_at", "2018-10-11 16:41:30.156563"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.158412"], ["updated_at", "2018-10-11 16:41:30.158412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.160077"], ["updated_at", "2018-10-11 16:41:30.160077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.161644"], ["updated_at", "2018-10-11 16:41:30.161644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.163262"], ["updated_at", "2018-10-11 16:41:30.163262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.164811"], ["updated_at", "2018-10-11 16:41:30.164811"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.166428"], ["updated_at", "2018-10-11 16:41:30.166428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.168201"], ["updated_at", "2018-10-11 16:41:30.168201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.169823"], ["updated_at", "2018-10-11 16:41:30.169823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.171462"], ["updated_at", "2018-10-11 16:41:30.171462"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.173035"], ["updated_at", "2018-10-11 16:41:30.173035"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.174786"], ["updated_at", "2018-10-11 16:41:30.174786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.176693"], ["updated_at", "2018-10-11 16:41:30.176693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.178336"], ["updated_at", "2018-10-11 16:41:30.178336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.179969"], ["updated_at", "2018-10-11 16:41:30.179969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.181515"], ["updated_at", "2018-10-11 16:41:30.181515"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.183144"], ["updated_at", "2018-10-11 16:41:30.183144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.185242"], ["updated_at", "2018-10-11 16:41:30.185242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.186878"], ["updated_at", "2018-10-11 16:41:30.186878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.188407"], ["updated_at", "2018-10-11 16:41:30.188407"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.190028"], ["updated_at", "2018-10-11 16:41:30.190028"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.192137"], ["updated_at", "2018-10-11 16:41:30.192137"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.194860"], ["updated_at", "2018-10-11 16:41:30.194860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.196757"], ["updated_at", "2018-10-11 16:41:30.196757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.198432"], ["updated_at", "2018-10-11 16:41:30.198432"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.200056"], ["updated_at", "2018-10-11 16:41:30.200056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.201938"], ["updated_at", "2018-10-11 16:41:30.201938"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.203640"], ["updated_at", "2018-10-11 16:41:30.203640"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.206506"], ["updated_at", "2018-10-11 16:41:30.206506"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.208238"], ["updated_at", "2018-10-11 16:41:30.208238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.209970"], ["updated_at", "2018-10-11 16:41:30.209970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.211506"], ["updated_at", "2018-10-11 16:41:30.211506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.213148"], ["updated_at", "2018-10-11 16:41:30.213148"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.214718"], ["updated_at", "2018-10-11 16:41:30.214718"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.218282"], ["updated_at", "2018-10-11 16:41:30.218282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.221888"], ["updated_at", "2018-10-11 16:41:30.221888"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.223578"], ["updated_at", "2018-10-11 16:41:30.223578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.225488"], ["updated_at", "2018-10-11 16:41:30.225488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.227254"], ["updated_at", "2018-10-11 16:41:30.227254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.228823"], ["updated_at", "2018-10-11 16:41:30.228823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.230628"], ["updated_at", "2018-10-11 16:41:30.230628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.232291"], ["updated_at", "2018-10-11 16:41:30.232291"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.233992"], ["updated_at", "2018-10-11 16:41:30.233992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.235760"], ["updated_at", "2018-10-11 16:41:30.235760"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.237313"], ["updated_at", "2018-10-11 16:41:30.237313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.238949"], ["updated_at", "2018-10-11 16:41:30.238949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.240621"], ["updated_at", "2018-10-11 16:41:30.240621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.242476"], ["updated_at", "2018-10-11 16:41:30.242476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.244292"], ["updated_at", "2018-10-11 16:41:30.244292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.245946"], ["updated_at", "2018-10-11 16:41:30.245946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.247521"], ["updated_at", "2018-10-11 16:41:30.247521"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.249290"], ["updated_at", "2018-10-11 16:41:30.249290"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.252046"], ["updated_at", "2018-10-11 16:41:30.252046"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.254527"], ["updated_at", "2018-10-11 16:41:30.254527"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.257137"], ["updated_at", "2018-10-11 16:41:30.257137"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.260056"], ["updated_at", "2018-10-11 16:41:30.260056"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.262601"], ["updated_at", "2018-10-11 16:41:30.262601"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.264653"], ["updated_at", "2018-10-11 16:41:30.264653"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.266750"], ["updated_at", "2018-10-11 16:41:30.266750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.269006"], ["updated_at", "2018-10-11 16:41:30.269006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.270560"], ["updated_at", "2018-10-11 16:41:30.270560"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.272186"], ["updated_at", "2018-10-11 16:41:30.272186"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.275394"], ["updated_at", "2018-10-11 16:41:30.275394"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.277104"], ["updated_at", "2018-10-11 16:41:30.277104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.278857"], ["updated_at", "2018-10-11 16:41:30.278857"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.280447"], ["updated_at", "2018-10-11 16:41:30.280447"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.283189"], ["updated_at", "2018-10-11 16:41:30.283189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.287508"], ["updated_at", "2018-10-11 16:41:30.287508"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.289682"], ["updated_at", "2018-10-11 16:41:30.289682"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.291892"], ["updated_at", "2018-10-11 16:41:30.291892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.293738"], ["updated_at", "2018-10-11 16:41:30.293738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.295326"], ["updated_at", "2018-10-11 16:41:30.295326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.296997"], ["updated_at", "2018-10-11 16:41:30.296997"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.298571"], ["updated_at", "2018-10-11 16:41:30.298571"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.300377"], ["updated_at", "2018-10-11 16:41:30.300377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.302259"], ["updated_at", "2018-10-11 16:41:30.302259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.303891"], ["updated_at", "2018-10-11 16:41:30.303891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.305558"], ["updated_at", "2018-10-11 16:41:30.305558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.307271"], ["updated_at", "2018-10-11 16:41:30.307271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.308914"], ["updated_at", "2018-10-11 16:41:30.308914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.310519"], ["updated_at", "2018-10-11 16:41:30.310519"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.312114"], ["updated_at", "2018-10-11 16:41:30.312114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.314244"], ["updated_at", "2018-10-11 16:41:30.314244"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.315994"], ["updated_at", "2018-10-11 16:41:30.315994"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.318141"], ["updated_at", "2018-10-11 16:41:30.318141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.320046"], ["updated_at", "2018-10-11 16:41:30.320046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.321579"], ["updated_at", "2018-10-11 16:41:30.321579"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.323229"], ["updated_at", "2018-10-11 16:41:30.323229"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.325572"], ["updated_at", "2018-10-11 16:41:30.325572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.327823"], ["updated_at", "2018-10-11 16:41:30.327823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.329425"], ["updated_at", "2018-10-11 16:41:30.329425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.330995"], ["updated_at", "2018-10-11 16:41:30.330995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.332538"], ["updated_at", "2018-10-11 16:41:30.332538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.334194"], ["updated_at", "2018-10-11 16:41:30.334194"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.335906"], ["updated_at", "2018-10-11 16:41:30.335906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.338753"], ["updated_at", "2018-10-11 16:41:30.338753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.340403"], ["updated_at", "2018-10-11 16:41:30.340403"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.342026"], ["updated_at", "2018-10-11 16:41:30.342026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.343721"], ["updated_at", "2018-10-11 16:41:30.343721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.345248"], ["updated_at", "2018-10-11 16:41:30.345248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.346830"], ["updated_at", "2018-10-11 16:41:30.346830"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.348969"], ["updated_at", "2018-10-11 16:41:30.348969"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.352485"], ["updated_at", "2018-10-11 16:41:30.352485"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.355290"], ["updated_at", "2018-10-11 16:41:30.355290"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.357032"], ["updated_at", "2018-10-11 16:41:30.357032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.358937"], ["updated_at", "2018-10-11 16:41:30.358937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.360628"], ["updated_at", "2018-10-11 16:41:30.360628"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.362294"], ["updated_at", "2018-10-11 16:41:30.362294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.363865"], ["updated_at", "2018-10-11 16:41:30.363865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.365502"], ["updated_at", "2018-10-11 16:41:30.365502"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.367211"], ["updated_at", "2018-10-11 16:41:30.367211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.368953"], ["updated_at", "2018-10-11 16:41:30.368953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.370545"], ["updated_at", "2018-10-11 16:41:30.370545"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.372647"], ["updated_at", "2018-10-11 16:41:30.372647"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.376131"], ["updated_at", "2018-10-11 16:41:30.376131"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.379618"], ["updated_at", "2018-10-11 16:41:30.379618"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.382983"], ["updated_at", "2018-10-11 16:41:30.382983"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.386508"], ["updated_at", "2018-10-11 16:41:30.386508"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.390484"], ["updated_at", "2018-10-11 16:41:30.390484"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.393127"], ["updated_at", "2018-10-11 16:41:30.393127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.395255"], ["updated_at", "2018-10-11 16:41:30.395255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.396844"], ["updated_at", "2018-10-11 16:41:30.396844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.398368"], ["updated_at", "2018-10-11 16:41:30.398368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.399935"], ["updated_at", "2018-10-11 16:41:30.399935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.401638"], ["updated_at", "2018-10-11 16:41:30.401638"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.403329"], ["updated_at", "2018-10-11 16:41:30.403329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.406256"], ["updated_at", "2018-10-11 16:41:30.406256"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.407993"], ["updated_at", "2018-10-11 16:41:30.407993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.409765"], ["updated_at", "2018-10-11 16:41:30.409765"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.411384"], ["updated_at", "2018-10-11 16:41:30.411384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.413064"], ["updated_at", "2018-10-11 16:41:30.413064"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.414755"], ["updated_at", "2018-10-11 16:41:30.414755"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.418934"], ["updated_at", "2018-10-11 16:41:30.418934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.421766"], ["updated_at", "2018-10-11 16:41:30.421766"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.423510"], ["updated_at", "2018-10-11 16:41:30.423510"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.425418"], ["updated_at", "2018-10-11 16:41:30.425418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.427233"], ["updated_at", "2018-10-11 16:41:30.427233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.428879"], ["updated_at", "2018-10-11 16:41:30.428879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.430545"], ["updated_at", "2018-10-11 16:41:30.430545"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.432142"], ["updated_at", "2018-10-11 16:41:30.432142"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.433892"], ["updated_at", "2018-10-11 16:41:30.433892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.435697"], ["updated_at", "2018-10-11 16:41:30.435697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.437387"], ["updated_at", "2018-10-11 16:41:30.437387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.439041"], ["updated_at", "2018-10-11 16:41:30.439041"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.440775"], ["updated_at", "2018-10-11 16:41:30.440775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.442533"], ["updated_at", "2018-10-11 16:41:30.442533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.444209"], ["updated_at", "2018-10-11 16:41:30.444209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.445818"], ["updated_at", "2018-10-11 16:41:30.445818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.447443"], ["updated_at", "2018-10-11 16:41:30.447443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.449010"], ["updated_at", "2018-10-11 16:41:30.449010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.450684"], ["updated_at", "2018-10-11 16:41:30.450684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.452466"], ["updated_at", "2018-10-11 16:41:30.452466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.454054"], ["updated_at", "2018-10-11 16:41:30.454054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.455616"], ["updated_at", "2018-10-11 16:41:30.455616"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.457314"], ["updated_at", "2018-10-11 16:41:30.457314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.461777"], ["updated_at", "2018-10-11 16:41:30.461777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.463608"], ["updated_at", "2018-10-11 16:41:30.463608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.465196"], ["updated_at", "2018-10-11 16:41:30.465196"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.466755"], ["updated_at", "2018-10-11 16:41:30.466755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.468470"], ["updated_at", "2018-10-11 16:41:30.468470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.470219"], ["updated_at", "2018-10-11 16:41:30.470219"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.473033"], ["updated_at", "2018-10-11 16:41:30.473033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.474756"], ["updated_at", "2018-10-11 16:41:30.474756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.476454"], ["updated_at", "2018-10-11 16:41:30.476454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.478012"], ["updated_at", "2018-10-11 16:41:30.478012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.479582"], ["updated_at", "2018-10-11 16:41:30.479582"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.482005"], ["updated_at", "2018-10-11 16:41:30.482005"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.486359"], ["updated_at", "2018-10-11 16:41:30.486359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.488548"], ["updated_at", "2018-10-11 16:41:30.488548"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.490188"], ["updated_at", "2018-10-11 16:41:30.490188"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.491985"], ["updated_at", "2018-10-11 16:41:30.491985"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.494695"], ["updated_at", "2018-10-11 16:41:30.494695"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.498180"], ["updated_at", "2018-10-11 16:41:30.498180"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.501709"], ["updated_at", "2018-10-11 16:41:30.501709"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.505044"], ["updated_at", "2018-10-11 16:41:30.505044"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.508387"], ["updated_at", "2018-10-11 16:41:30.508387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.511681"], ["updated_at", "2018-10-11 16:41:30.511681"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.513232"], ["updated_at", "2018-10-11 16:41:30.513232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.514880"], ["updated_at", "2018-10-11 16:41:30.514880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.516455"], ["updated_at", "2018-10-11 16:41:30.516455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.518183"], ["updated_at", "2018-10-11 16:41:30.518183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.519876"], ["updated_at", "2018-10-11 16:41:30.519876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.521477"], ["updated_at", "2018-10-11 16:41:30.521477"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.523164"], ["updated_at", "2018-10-11 16:41:30.523164"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.526135"], ["updated_at", "2018-10-11 16:41:30.526135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.528565"], ["updated_at", "2018-10-11 16:41:30.528565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.530168"], ["updated_at", "2018-10-11 16:41:30.530168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.531726"], ["updated_at", "2018-10-11 16:41:30.531726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.533255"], ["updated_at", "2018-10-11 16:41:30.533255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.534922"], ["updated_at", "2018-10-11 16:41:30.534922"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.536569"], ["updated_at", "2018-10-11 16:41:30.536569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.539317"], ["updated_at", "2018-10-11 16:41:30.539317"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.541001"], ["updated_at", "2018-10-11 16:41:30.541001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.542648"], ["updated_at", "2018-10-11 16:41:30.542648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.544322"], ["updated_at", "2018-10-11 16:41:30.544322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.545945"], ["updated_at", "2018-10-11 16:41:30.545945"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.547513"], ["updated_at", "2018-10-11 16:41:30.547513"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.549808"], ["updated_at", "2018-10-11 16:41:30.549808"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.553624"], ["updated_at", "2018-10-11 16:41:30.553624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.556104"], ["updated_at", "2018-10-11 16:41:30.556104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.557824"], ["updated_at", "2018-10-11 16:41:30.557824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.559530"], ["updated_at", "2018-10-11 16:41:30.559530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.561129"], ["updated_at", "2018-10-11 16:41:30.561129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.562738"], ["updated_at", "2018-10-11 16:41:30.562738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.564429"], ["updated_at", "2018-10-11 16:41:30.564429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.566147"], ["updated_at", "2018-10-11 16:41:30.566147"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.567808"], ["updated_at", "2018-10-11 16:41:30.567808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.569816"], ["updated_at", "2018-10-11 16:41:30.569816"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.571484"], ["updated_at", "2018-10-11 16:41:30.571484"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.573108"], ["updated_at", "2018-10-11 16:41:30.573108"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.574875"], ["updated_at", "2018-10-11 16:41:30.574875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.576614"], ["updated_at", "2018-10-11 16:41:30.576614"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.578247"], ["updated_at", "2018-10-11 16:41:30.578247"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.579853"], ["updated_at", "2018-10-11 16:41:30.579853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.581621"], ["updated_at", "2018-10-11 16:41:30.581621"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.583347"], ["updated_at", "2018-10-11 16:41:30.583347"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.585090"], ["updated_at", "2018-10-11 16:41:30.585090"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.587520"], ["updated_at", "2018-10-11 16:41:30.587520"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.589791"], ["updated_at", "2018-10-11 16:41:30.589791"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.592061"], ["updated_at", "2018-10-11 16:41:30.592061"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.594864"], ["updated_at", "2018-10-11 16:41:30.594864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.596578"], ["updated_at", "2018-10-11 16:41:30.596578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.598139"], ["updated_at", "2018-10-11 16:41:30.598139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.599662"], ["updated_at", "2018-10-11 16:41:30.599662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.601428"], ["updated_at", "2018-10-11 16:41:30.601428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.603173"], ["updated_at", "2018-10-11 16:41:30.603173"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.606173"], ["updated_at", "2018-10-11 16:41:30.606173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.607870"], ["updated_at", "2018-10-11 16:41:30.607870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.609560"], ["updated_at", "2018-10-11 16:41:30.609560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.611173"], ["updated_at", "2018-10-11 16:41:30.611173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.612963"], ["updated_at", "2018-10-11 16:41:30.612963"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.614847"], ["updated_at", "2018-10-11 16:41:30.614847"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.621772"], ["updated_at", "2018-10-11 16:41:30.621772"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.625611"], ["updated_at", "2018-10-11 16:41:30.625611"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.629177"], ["updated_at", "2018-10-11 16:41:30.629177"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.632797"], ["updated_at", "2018-10-11 16:41:30.632797"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.636279"], ["updated_at", "2018-10-11 16:41:30.636279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.637956"], ["updated_at", "2018-10-11 16:41:30.637956"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.639554"], ["updated_at", "2018-10-11 16:41:30.639554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.641350"], ["updated_at", "2018-10-11 16:41:30.641350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.643086"], ["updated_at", "2018-10-11 16:41:30.643086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.644716"], ["updated_at", "2018-10-11 16:41:30.644716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.646262"], ["updated_at", "2018-10-11 16:41:30.646262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.647916"], ["updated_at", "2018-10-11 16:41:30.647916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.649522"], ["updated_at", "2018-10-11 16:41:30.649522"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.651246"], ["updated_at", "2018-10-11 16:41:30.651246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.652930"], ["updated_at", "2018-10-11 16:41:30.652930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.654976"], ["updated_at", "2018-10-11 16:41:30.654976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.656682"], ["updated_at", "2018-10-11 16:41:30.656682"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.658446"], ["updated_at", "2018-10-11 16:41:30.658446"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.660767"], ["updated_at", "2018-10-11 16:41:30.660767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.662683"], ["updated_at", "2018-10-11 16:41:30.662683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.664296"], ["updated_at", "2018-10-11 16:41:30.664296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.665846"], ["updated_at", "2018-10-11 16:41:30.665846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.667682"], ["updated_at", "2018-10-11 16:41:30.667682"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.669519"], ["updated_at", "2018-10-11 16:41:30.669519"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.673482"], ["updated_at", "2018-10-11 16:41:30.673482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.675311"], ["updated_at", "2018-10-11 16:41:30.675311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.677086"], ["updated_at", "2018-10-11 16:41:30.677086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.678633"], ["updated_at", "2018-10-11 16:41:30.678633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.680220"], ["updated_at", "2018-10-11 16:41:30.680220"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.682259"], ["updated_at", "2018-10-11 16:41:30.682259"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.686415"], ["updated_at", "2018-10-11 16:41:30.686415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.688878"], ["updated_at", "2018-10-11 16:41:30.688878"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.690553"], ["updated_at", "2018-10-11 16:41:30.690553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.693402"], ["updated_at", "2018-10-11 16:41:30.693402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.695066"], ["updated_at", "2018-10-11 16:41:30.695066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.696692"], ["updated_at", "2018-10-11 16:41:30.696692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.698203"], ["updated_at", "2018-10-11 16:41:30.698203"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.699916"], ["updated_at", "2018-10-11 16:41:30.699916"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.701814"], ["updated_at", "2018-10-11 16:41:30.701814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.703491"], ["updated_at", "2018-10-11 16:41:30.703491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.705154"], ["updated_at", "2018-10-11 16:41:30.705154"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.707130"], ["updated_at", "2018-10-11 16:41:30.707130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.708915"], ["updated_at", "2018-10-11 16:41:30.708915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.710541"], ["updated_at", "2018-10-11 16:41:30.710541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.712146"], ["updated_at", "2018-10-11 16:41:30.712146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.713950"], ["updated_at", "2018-10-11 16:41:30.713950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.715563"], ["updated_at", "2018-10-11 16:41:30.715563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.717191"], ["updated_at", "2018-10-11 16:41:30.717191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.718843"], ["updated_at", "2018-10-11 16:41:30.718843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.720510"], ["updated_at", "2018-10-11 16:41:30.720510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.722214"], ["updated_at", "2018-10-11 16:41:30.722214"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.724258"], ["updated_at", "2018-10-11 16:41:30.724258"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.726737"], ["updated_at", "2018-10-11 16:41:30.726737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.728559"], ["updated_at", "2018-10-11 16:41:30.728559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.730111"], ["updated_at", "2018-10-11 16:41:30.730111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.731680"], ["updated_at", "2018-10-11 16:41:30.731680"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.733377"], ["updated_at", "2018-10-11 16:41:30.733377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.735353"], ["updated_at", "2018-10-11 16:41:30.735353"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.737165"], ["updated_at", "2018-10-11 16:41:30.737165"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.739993"], ["updated_at", "2018-10-11 16:41:30.739993"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.742542"], ["updated_at", "2018-10-11 16:41:30.742542"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.746263"], ["updated_at", "2018-10-11 16:41:30.746263"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.749932"], ["updated_at", "2018-10-11 16:41:30.749932"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.755579"], ["updated_at", "2018-10-11 16:41:30.755579"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.759178"], ["updated_at", "2018-10-11 16:41:30.759178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.762488"], ["updated_at", "2018-10-11 16:41:30.762488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.764166"], ["updated_at", "2018-10-11 16:41:30.764166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.765786"], ["updated_at", "2018-10-11 16:41:30.765786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.767478"], ["updated_at", "2018-10-11 16:41:30.767478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.769273"], ["updated_at", "2018-10-11 16:41:30.769273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.770948"], ["updated_at", "2018-10-11 16:41:30.770948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.772694"], ["updated_at", "2018-10-11 16:41:30.772694"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.774361"], ["updated_at", "2018-10-11 16:41:30.774361"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.776107"], ["updated_at", "2018-10-11 16:41:30.776107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.777782"], ["updated_at", "2018-10-11 16:41:30.777782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.779514"], ["updated_at", "2018-10-11 16:41:30.779514"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.781101"], ["updated_at", "2018-10-11 16:41:30.781101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.782710"], ["updated_at", "2018-10-11 16:41:30.782710"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.785222"], ["updated_at", "2018-10-11 16:41:30.785222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.787229"], ["updated_at", "2018-10-11 16:41:30.787229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.788808"], ["updated_at", "2018-10-11 16:41:30.788808"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.790637"], ["updated_at", "2018-10-11 16:41:30.790637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.793428"], ["updated_at", "2018-10-11 16:41:30.793428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.795694"], ["updated_at", "2018-10-11 16:41:30.795694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.797314"], ["updated_at", "2018-10-11 16:41:30.797314"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.798842"], ["updated_at", "2018-10-11 16:41:30.798842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.800467"], ["updated_at", "2018-10-11 16:41:30.800467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.802187"], ["updated_at", "2018-10-11 16:41:30.802187"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.805312"], ["updated_at", "2018-10-11 16:41:30.805312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.807117"], ["updated_at", "2018-10-11 16:41:30.807117"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.808836"], ["updated_at", "2018-10-11 16:41:30.808836"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.810731"], ["updated_at", "2018-10-11 16:41:30.810731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.812379"], ["updated_at", "2018-10-11 16:41:30.812379"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.814086"], ["updated_at", "2018-10-11 16:41:30.814086"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.816918"], ["updated_at", "2018-10-11 16:41:30.816918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.821384"], ["updated_at", "2018-10-11 16:41:30.821384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.823326"], ["updated_at", "2018-10-11 16:41:30.823326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.826280"], ["updated_at", "2018-10-11 16:41:30.826280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.827939"], ["updated_at", "2018-10-11 16:41:30.827939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.829611"], ["updated_at", "2018-10-11 16:41:30.829611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.831216"], ["updated_at", "2018-10-11 16:41:30.831216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.832899"], ["updated_at", "2018-10-11 16:41:30.832899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.834745"], ["updated_at", "2018-10-11 16:41:30.834745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.836568"], ["updated_at", "2018-10-11 16:41:30.836568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.838189"], ["updated_at", "2018-10-11 16:41:30.838189"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.839887"], ["updated_at", "2018-10-11 16:41:30.839887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.841946"], ["updated_at", "2018-10-11 16:41:30.841946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.843920"], ["updated_at", "2018-10-11 16:41:30.843920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.845595"], ["updated_at", "2018-10-11 16:41:30.845595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.847260"], ["updated_at", "2018-10-11 16:41:30.847260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.848979"], ["updated_at", "2018-10-11 16:41:30.848979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.850810"], ["updated_at", "2018-10-11 16:41:30.850810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.852558"], ["updated_at", "2018-10-11 16:41:30.852558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.854242"], ["updated_at", "2018-10-11 16:41:30.854242"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.855822"], ["updated_at", "2018-10-11 16:41:30.855822"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.857688"], ["updated_at", "2018-10-11 16:41:30.857688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.860420"], ["updated_at", "2018-10-11 16:41:30.860420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.862311"], ["updated_at", "2018-10-11 16:41:30.862311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.863927"], ["updated_at", "2018-10-11 16:41:30.863927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.865644"], ["updated_at", "2018-10-11 16:41:30.865644"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.867488"], ["updated_at", "2018-10-11 16:41:30.867488"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.869832"], ["updated_at", "2018-10-11 16:41:30.869832"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.872186"], ["updated_at", "2018-10-11 16:41:30.872186"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.877317"], ["updated_at", "2018-10-11 16:41:30.877317"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.880818"], ["updated_at", "2018-10-11 16:41:30.880818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.887712"], ["updated_at", "2018-10-11 16:41:30.887712"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.890167"], ["updated_at", "2018-10-11 16:41:30.890167"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.892191"], ["updated_at", "2018-10-11 16:41:30.892191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.894079"], ["updated_at", "2018-10-11 16:41:30.894079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.895656"], ["updated_at", "2018-10-11 16:41:30.895656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.897296"], ["updated_at", "2018-10-11 16:41:30.897296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.898869"], ["updated_at", "2018-10-11 16:41:30.898869"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.900507"], ["updated_at", "2018-10-11 16:41:30.900507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.903562"], ["updated_at", "2018-10-11 16:41:30.903562"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.905132"], ["updated_at", "2018-10-11 16:41:30.905132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.906943"], ["updated_at", "2018-10-11 16:41:30.906943"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.908587"], ["updated_at", "2018-10-11 16:41:30.908587"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.910289"], ["updated_at", "2018-10-11 16:41:30.910289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.911966"], ["updated_at", "2018-10-11 16:41:30.911966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.913650"], ["updated_at", "2018-10-11 16:41:30.913650"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.915353"], ["updated_at", "2018-10-11 16:41:30.915353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.917087"], ["updated_at", "2018-10-11 16:41:30.917087"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.918722"], ["updated_at", "2018-10-11 16:41:30.918722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.920441"], ["updated_at", "2018-10-11 16:41:30.920441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.922050"], ["updated_at", "2018-10-11 16:41:30.922050"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.923706"], ["updated_at", "2018-10-11 16:41:30.923706"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.926973"], ["updated_at", "2018-10-11 16:41:30.926973"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.929350"], ["updated_at", "2018-10-11 16:41:30.929350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.931223"], ["updated_at", "2018-10-11 16:41:30.931223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.932957"], ["updated_at", "2018-10-11 16:41:30.932957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.934694"], ["updated_at", "2018-10-11 16:41:30.934694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.936309"], ["updated_at", "2018-10-11 16:41:30.936309"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.939094"], ["updated_at", "2018-10-11 16:41:30.939094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.940870"], ["updated_at", "2018-10-11 16:41:30.940870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.942547"], ["updated_at", "2018-10-11 16:41:30.942547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.944201"], ["updated_at", "2018-10-11 16:41:30.944201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.945748"], ["updated_at", "2018-10-11 16:41:30.945748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.947383"], ["updated_at", "2018-10-11 16:41:30.947383"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.950176"], ["updated_at", "2018-10-11 16:41:30.950176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.954295"], ["updated_at", "2018-10-11 16:41:30.954295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.956192"], ["updated_at", "2018-10-11 16:41:30.956192"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.957868"], ["updated_at", "2018-10-11 16:41:30.957868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.959699"], ["updated_at", "2018-10-11 16:41:30.959699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.961358"], ["updated_at", "2018-10-11 16:41:30.961358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.962910"], ["updated_at", "2018-10-11 16:41:30.962910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.964502"], ["updated_at", "2018-10-11 16:41:30.964502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.966111"], ["updated_at", "2018-10-11 16:41:30.966111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.967845"], ["updated_at", "2018-10-11 16:41:30.967845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.969558"], ["updated_at", "2018-10-11 16:41:30.969558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.971116"], ["updated_at", "2018-10-11 16:41:30.971116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.972757"], ["updated_at", "2018-10-11 16:41:30.972757"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.974374"], ["updated_at", "2018-10-11 16:41:30.974374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.976124"], ["updated_at", "2018-10-11 16:41:30.976124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.977798"], ["updated_at", "2018-10-11 16:41:30.977798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.979443"], ["updated_at", "2018-10-11 16:41:30.979443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.981029"], ["updated_at", "2018-10-11 16:41:30.981029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.982663"], ["updated_at", "2018-10-11 16:41:30.982663"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.984277"], ["updated_at", "2018-10-11 16:41:30.984277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.986173"], ["updated_at", "2018-10-11 16:41:30.986173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.987714"], ["updated_at", "2018-10-11 16:41:30.987714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.989297"], ["updated_at", "2018-10-11 16:41:30.989297"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.991107"], ["updated_at", "2018-10-11 16:41:30.991107"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.993770"], ["updated_at", "2018-10-11 16:41:30.993770"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.996220"], ["updated_at", "2018-10-11 16:41:30.996220"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:30.998327"], ["updated_at", "2018-10-11 16:41:30.998327"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.000281"], ["updated_at", "2018-10-11 16:41:31.000281"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.002464"], ["updated_at", "2018-10-11 16:41:31.002464"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.004500"], ["updated_at", "2018-10-11 16:41:31.004500"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.006591"], ["updated_at", "2018-10-11 16:41:31.006591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.012574"], ["updated_at", "2018-10-11 16:41:31.012574"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.014247"], ["updated_at", "2018-10-11 16:41:31.014247"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.016609"], ["updated_at", "2018-10-11 16:41:31.016609"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.020540"], ["updated_at", "2018-10-11 16:41:31.020540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.022812"], ["updated_at", "2018-10-11 16:41:31.022812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.024512"], ["updated_at", "2018-10-11 16:41:31.024512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.026273"], ["updated_at", "2018-10-11 16:41:31.026273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.027931"], ["updated_at", "2018-10-11 16:41:31.027931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.029619"], ["updated_at", "2018-10-11 16:41:31.029619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.031180"], ["updated_at", "2018-10-11 16:41:31.031180"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.032794"], ["updated_at", "2018-10-11 16:41:31.032794"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.034530"], ["updated_at", "2018-10-11 16:41:31.034530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.036274"], ["updated_at", "2018-10-11 16:41:31.036274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.037834"], ["updated_at", "2018-10-11 16:41:31.037834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.039457"], ["updated_at", "2018-10-11 16:41:31.039457"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.041083"], ["updated_at", "2018-10-11 16:41:31.041083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.042817"], ["updated_at", "2018-10-11 16:41:31.042817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.044556"], ["updated_at", "2018-10-11 16:41:31.044556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.046143"], ["updated_at", "2018-10-11 16:41:31.046143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.047790"], ["updated_at", "2018-10-11 16:41:31.047790"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.049359"], ["updated_at", "2018-10-11 16:41:31.049359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.051076"], ["updated_at", "2018-10-11 16:41:31.051076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.052758"], ["updated_at", "2018-10-11 16:41:31.052758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.054417"], ["updated_at", "2018-10-11 16:41:31.054417"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.055997"], ["updated_at", "2018-10-11 16:41:31.055997"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.057778"], ["updated_at", "2018-10-11 16:41:31.057778"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.060479"], ["updated_at", "2018-10-11 16:41:31.060479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.062726"], ["updated_at", "2018-10-11 16:41:31.062726"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.064393"], ["updated_at", "2018-10-11 16:41:31.064393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.066009"], ["updated_at", "2018-10-11 16:41:31.066009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.067711"], ["updated_at", "2018-10-11 16:41:31.067711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.069461"], ["updated_at", "2018-10-11 16:41:31.069461"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.071737"], ["updated_at", "2018-10-11 16:41:31.071737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.073701"], ["updated_at", "2018-10-11 16:41:31.073701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.075401"], ["updated_at", "2018-10-11 16:41:31.075401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.077123"], ["updated_at", "2018-10-11 16:41:31.077123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.078709"], ["updated_at", "2018-10-11 16:41:31.078709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.080315"], ["updated_at", "2018-10-11 16:41:31.080315"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.081974"], ["updated_at", "2018-10-11 16:41:31.081974"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.085270"], ["updated_at", "2018-10-11 16:41:31.085270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.089154"], ["updated_at", "2018-10-11 16:41:31.089154"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.090944"], ["updated_at", "2018-10-11 16:41:31.090944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.093486"], ["updated_at", "2018-10-11 16:41:31.093486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.095227"], ["updated_at", "2018-10-11 16:41:31.095227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.096819"], ["updated_at", "2018-10-11 16:41:31.096819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.098410"], ["updated_at", "2018-10-11 16:41:31.098410"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.100179"], ["updated_at", "2018-10-11 16:41:31.100179"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.102024"], ["updated_at", "2018-10-11 16:41:31.102024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.103708"], ["updated_at", "2018-10-11 16:41:31.103708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.105343"], ["updated_at", "2018-10-11 16:41:31.105343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.106898"], ["updated_at", "2018-10-11 16:41:31.106898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.108571"], ["updated_at", "2018-10-11 16:41:31.108571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.110204"], ["updated_at", "2018-10-11 16:41:31.110204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.111857"], ["updated_at", "2018-10-11 16:41:31.111857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.113406"], ["updated_at", "2018-10-11 16:41:31.113406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.115010"], ["updated_at", "2018-10-11 16:41:31.115010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.116583"], ["updated_at", "2018-10-11 16:41:31.116583"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.118549"], ["updated_at", "2018-10-11 16:41:31.118549"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.121146"], ["updated_at", "2018-10-11 16:41:31.121146"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.123705"], ["updated_at", "2018-10-11 16:41:31.123705"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.126546"], ["updated_at", "2018-10-11 16:41:31.126546"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.128997"], ["updated_at", "2018-10-11 16:41:31.128997"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.130920"], ["updated_at", "2018-10-11 16:41:31.130920"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.132898"], ["updated_at", "2018-10-11 16:41:31.132898"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.134971"], ["updated_at", "2018-10-11 16:41:31.134971"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.136921"], ["updated_at", "2018-10-11 16:41:31.136921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.138636"], ["updated_at", "2018-10-11 16:41:31.138636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.143432"], ["updated_at", "2018-10-11 16:41:31.143432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.145070"], ["updated_at", "2018-10-11 16:41:31.145070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.146695"], ["updated_at", "2018-10-11 16:41:31.146695"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.148323"], ["updated_at", "2018-10-11 16:41:31.148323"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.151956"], ["updated_at", "2018-10-11 16:41:31.151956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.155113"], ["updated_at", "2018-10-11 16:41:31.155113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.156827"], ["updated_at", "2018-10-11 16:41:31.156827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.158962"], ["updated_at", "2018-10-11 16:41:31.158962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.160861"], ["updated_at", "2018-10-11 16:41:31.160861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.162459"], ["updated_at", "2018-10-11 16:41:31.162459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.164085"], ["updated_at", "2018-10-11 16:41:31.164085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.165681"], ["updated_at", "2018-10-11 16:41:31.165681"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.167404"], ["updated_at", "2018-10-11 16:41:31.167404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.169174"], ["updated_at", "2018-10-11 16:41:31.169174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.170802"], ["updated_at", "2018-10-11 16:41:31.170802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.172442"], ["updated_at", "2018-10-11 16:41:31.172442"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.174098"], ["updated_at", "2018-10-11 16:41:31.174098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.175815"], ["updated_at", "2018-10-11 16:41:31.175815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.177521"], ["updated_at", "2018-10-11 16:41:31.177521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.179126"], ["updated_at", "2018-10-11 16:41:31.179126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.180775"], ["updated_at", "2018-10-11 16:41:31.180775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.182551"], ["updated_at", "2018-10-11 16:41:31.182551"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.184436"], ["updated_at", "2018-10-11 16:41:31.184436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.186494"], ["updated_at", "2018-10-11 16:41:31.186494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.188199"], ["updated_at", "2018-10-11 16:41:31.188199"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.189786"], ["updated_at", "2018-10-11 16:41:31.189786"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.191659"], ["updated_at", "2018-10-11 16:41:31.191659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.194473"], ["updated_at", "2018-10-11 16:41:31.194473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.196481"], ["updated_at", "2018-10-11 16:41:31.196481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.198105"], ["updated_at", "2018-10-11 16:41:31.198105"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.199788"], ["updated_at", "2018-10-11 16:41:31.199788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.201591"], ["updated_at", "2018-10-11 16:41:31.201591"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.203318"], ["updated_at", "2018-10-11 16:41:31.203318"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.206133"], ["updated_at", "2018-10-11 16:41:31.206133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.207867"], ["updated_at", "2018-10-11 16:41:31.207867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.209551"], ["updated_at", "2018-10-11 16:41:31.209551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.211221"], ["updated_at", "2018-10-11 16:41:31.211221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.212774"], ["updated_at", "2018-10-11 16:41:31.212774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.214404"], ["updated_at", "2018-10-11 16:41:31.214404"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.216515"], ["updated_at", "2018-10-11 16:41:31.216515"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.220619"], ["updated_at", "2018-10-11 16:41:31.220619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.223166"], ["updated_at", "2018-10-11 16:41:31.223166"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.225242"], ["updated_at", "2018-10-11 16:41:31.225242"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.227097"], ["updated_at", "2018-10-11 16:41:31.227097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.228853"], ["updated_at", "2018-10-11 16:41:31.228853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.230421"], ["updated_at", "2018-10-11 16:41:31.230421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.232040"], ["updated_at", "2018-10-11 16:41:31.232040"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.233681"], ["updated_at", "2018-10-11 16:41:31.233681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.235601"], ["updated_at", "2018-10-11 16:41:31.235601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.237244"], ["updated_at", "2018-10-11 16:41:31.237244"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.238855"], ["updated_at", "2018-10-11 16:41:31.238855"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.241052"], ["updated_at", "2018-10-11 16:41:31.241052"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.243896"], ["updated_at", "2018-10-11 16:41:31.243896"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.246661"], ["updated_at", "2018-10-11 16:41:31.246661"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.249295"], ["updated_at", "2018-10-11 16:41:31.249295"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.252048"], ["updated_at", "2018-10-11 16:41:31.252048"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.254783"], ["updated_at", "2018-10-11 16:41:31.254783"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.257465"], ["updated_at", "2018-10-11 16:41:31.257465"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.260333"], ["updated_at", "2018-10-11 16:41:31.260333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.262542"], ["updated_at", "2018-10-11 16:41:31.262542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.264221"], ["updated_at", "2018-10-11 16:41:31.264221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.265927"], ["updated_at", "2018-10-11 16:41:31.265927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.267630"], ["updated_at", "2018-10-11 16:41:31.267630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.269385"], ["updated_at", "2018-10-11 16:41:31.269385"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.272427"], ["updated_at", "2018-10-11 16:41:31.272427"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.274458"], ["updated_at", "2018-10-11 16:41:31.274458"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.276338"], ["updated_at", "2018-10-11 16:41:31.276338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.278072"], ["updated_at", "2018-10-11 16:41:31.278072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.279675"], ["updated_at", "2018-10-11 16:41:31.279675"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.281247"], ["updated_at", "2018-10-11 16:41:31.281247"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.284118"], ["updated_at", "2018-10-11 16:41:31.284118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.288780"], ["updated_at", "2018-10-11 16:41:31.288780"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.290540"], ["updated_at", "2018-10-11 16:41:31.290540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.292437"], ["updated_at", "2018-10-11 16:41:31.292437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.294089"], ["updated_at", "2018-10-11 16:41:31.294089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.295709"], ["updated_at", "2018-10-11 16:41:31.295709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.297272"], ["updated_at", "2018-10-11 16:41:31.297272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.298973"], ["updated_at", "2018-10-11 16:41:31.298973"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.300594"], ["updated_at", "2018-10-11 16:41:31.300594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.302419"], ["updated_at", "2018-10-11 16:41:31.302419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.304150"], ["updated_at", "2018-10-11 16:41:31.304150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.305813"], ["updated_at", "2018-10-11 16:41:31.305813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.307473"], ["updated_at", "2018-10-11 16:41:31.307473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.309119"], ["updated_at", "2018-10-11 16:41:31.309119"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.310862"], ["updated_at", "2018-10-11 16:41:31.310862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.312583"], ["updated_at", "2018-10-11 16:41:31.312583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.315415"], ["updated_at", "2018-10-11 16:41:31.315415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.317054"], ["updated_at", "2018-10-11 16:41:31.317054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.318765"], ["updated_at", "2018-10-11 16:41:31.318765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.320396"], ["updated_at", "2018-10-11 16:41:31.320396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.322013"], ["updated_at", "2018-10-11 16:41:31.322013"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.323562"], ["updated_at", "2018-10-11 16:41:31.323562"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.325575"], ["updated_at", "2018-10-11 16:41:31.325575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.328285"], ["updated_at", "2018-10-11 16:41:31.328285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.330188"], ["updated_at", "2018-10-11 16:41:31.330188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.331877"], ["updated_at", "2018-10-11 16:41:31.331877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.333542"], ["updated_at", "2018-10-11 16:41:31.333542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.335245"], ["updated_at", "2018-10-11 16:41:31.335245"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.336959"], ["updated_at", "2018-10-11 16:41:31.336959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.339786"], ["updated_at", "2018-10-11 16:41:31.339786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.341537"], ["updated_at", "2018-10-11 16:41:31.341537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.343213"], ["updated_at", "2018-10-11 16:41:31.343213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.344835"], ["updated_at", "2018-10-11 16:41:31.344835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.346464"], ["updated_at", "2018-10-11 16:41:31.346464"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.348030"], ["updated_at", "2018-10-11 16:41:31.348030"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.350495"], ["updated_at", "2018-10-11 16:41:31.350495"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.354250"], ["updated_at", "2018-10-11 16:41:31.354250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.356703"], ["updated_at", "2018-10-11 16:41:31.356703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.358418"], ["updated_at", "2018-10-11 16:41:31.358418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.360157"], ["updated_at", "2018-10-11 16:41:31.360157"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.361718"], ["updated_at", "2018-10-11 16:41:31.361718"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.363966"], ["updated_at", "2018-10-11 16:41:31.363966"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.366623"], ["updated_at", "2018-10-11 16:41:31.366623"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.369365"], ["updated_at", "2018-10-11 16:41:31.369365"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.372063"], ["updated_at", "2018-10-11 16:41:31.372063"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.374664"], ["updated_at", "2018-10-11 16:41:31.374664"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.377366"], ["updated_at", "2018-10-11 16:41:31.377366"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.379905"], ["updated_at", "2018-10-11 16:41:31.379905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.382416"], ["updated_at", "2018-10-11 16:41:31.382416"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.384055"], ["updated_at", "2018-10-11 16:41:31.384055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.386101"], ["updated_at", "2018-10-11 16:41:31.386101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.387732"], ["updated_at", "2018-10-11 16:41:31.387732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.389330"], ["updated_at", "2018-10-11 16:41:31.389330"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.391172"], ["updated_at", "2018-10-11 16:41:31.391172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.394203"], ["updated_at", "2018-10-11 16:41:31.394203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.396214"], ["updated_at", "2018-10-11 16:41:31.396214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.397801"], ["updated_at", "2018-10-11 16:41:31.397801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.399456"], ["updated_at", "2018-10-11 16:41:31.399456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.401092"], ["updated_at", "2018-10-11 16:41:31.401092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.402837"], ["updated_at", "2018-10-11 16:41:31.402837"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.405562"], ["updated_at", "2018-10-11 16:41:31.405562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.407275"], ["updated_at", "2018-10-11 16:41:31.407275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.409010"], ["updated_at", "2018-10-11 16:41:31.409010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.410766"], ["updated_at", "2018-10-11 16:41:31.410766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.412345"], ["updated_at", "2018-10-11 16:41:31.412345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.413964"], ["updated_at", "2018-10-11 16:41:31.413964"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.415922"], ["updated_at", "2018-10-11 16:41:31.415922"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.419851"], ["updated_at", "2018-10-11 16:41:31.419851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.422693"], ["updated_at", "2018-10-11 16:41:31.422693"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.424424"], ["updated_at", "2018-10-11 16:41:31.424424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.426608"], ["updated_at", "2018-10-11 16:41:31.426608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.428214"], ["updated_at", "2018-10-11 16:41:31.428214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.429836"], ["updated_at", "2018-10-11 16:41:31.429836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.431402"], ["updated_at", "2018-10-11 16:41:31.431402"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.432987"], ["updated_at", "2018-10-11 16:41:31.432987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.434767"], ["updated_at", "2018-10-11 16:41:31.434767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.436475"], ["updated_at", "2018-10-11 16:41:31.436475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.438034"], ["updated_at", "2018-10-11 16:41:31.438034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.439657"], ["updated_at", "2018-10-11 16:41:31.439657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.441307"], ["updated_at", "2018-10-11 16:41:31.441307"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.443184"], ["updated_at", "2018-10-11 16:41:31.443184"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.444950"], ["updated_at", "2018-10-11 16:41:31.444950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.446579"], ["updated_at", "2018-10-11 16:41:31.446579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.448201"], ["updated_at", "2018-10-11 16:41:31.448201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.449809"], ["updated_at", "2018-10-11 16:41:31.449809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.451531"], ["updated_at", "2018-10-11 16:41:31.451531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.453202"], ["updated_at", "2018-10-11 16:41:31.453202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.454860"], ["updated_at", "2018-10-11 16:41:31.454860"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.456421"], ["updated_at", "2018-10-11 16:41:31.456421"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.458204"], ["updated_at", "2018-10-11 16:41:31.458204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.460969"], ["updated_at", "2018-10-11 16:41:31.460969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.462986"], ["updated_at", "2018-10-11 16:41:31.462986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.464656"], ["updated_at", "2018-10-11 16:41:31.464656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.466285"], ["updated_at", "2018-10-11 16:41:31.466285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.467892"], ["updated_at", "2018-10-11 16:41:31.467892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.469494"], ["updated_at", "2018-10-11 16:41:31.469494"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.472553"], ["updated_at", "2018-10-11 16:41:31.472553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.474241"], ["updated_at", "2018-10-11 16:41:31.474241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.476085"], ["updated_at", "2018-10-11 16:41:31.476085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.477726"], ["updated_at", "2018-10-11 16:41:31.477726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.479312"], ["updated_at", "2018-10-11 16:41:31.479312"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.480866"], ["updated_at", "2018-10-11 16:41:31.480866"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.483076"], ["updated_at", "2018-10-11 16:41:31.483076"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.487631"], ["updated_at", "2018-10-11 16:41:31.487631"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.490949"], ["updated_at", "2018-10-11 16:41:31.490949"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.493798"], ["updated_at", "2018-10-11 16:41:31.493798"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.496413"], ["updated_at", "2018-10-11 16:41:31.496413"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.499008"], ["updated_at", "2018-10-11 16:41:31.499008"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.501711"], ["updated_at", "2018-10-11 16:41:31.501711"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.504418"], ["updated_at", "2018-10-11 16:41:31.504418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.506918"], ["updated_at", "2018-10-11 16:41:31.506918"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.508630"], ["updated_at", "2018-10-11 16:41:31.508630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.510531"], ["updated_at", "2018-10-11 16:41:31.510531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.512134"], ["updated_at", "2018-10-11 16:41:31.512134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.513703"], ["updated_at", "2018-10-11 16:41:31.513703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.515345"], ["updated_at", "2018-10-11 16:41:31.515345"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.516891"], ["updated_at", "2018-10-11 16:41:31.516891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.518577"], ["updated_at", "2018-10-11 16:41:31.518577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.520211"], ["updated_at", "2018-10-11 16:41:31.520211"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.521775"], ["updated_at", "2018-10-11 16:41:31.521775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.523409"], ["updated_at", "2018-10-11 16:41:31.523409"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.525218"], ["updated_at", "2018-10-11 16:41:31.525218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.527940"], ["updated_at", "2018-10-11 16:41:31.527940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.529885"], ["updated_at", "2018-10-11 16:41:31.529885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.531548"], ["updated_at", "2018-10-11 16:41:31.531548"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.533173"], ["updated_at", "2018-10-11 16:41:31.533173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.534797"], ["updated_at", "2018-10-11 16:41:31.534797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.536430"], ["updated_at", "2018-10-11 16:41:31.536430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.539224"], ["updated_at", "2018-10-11 16:41:31.539224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.540897"], ["updated_at", "2018-10-11 16:41:31.540897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.542587"], ["updated_at", "2018-10-11 16:41:31.542587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.544295"], ["updated_at", "2018-10-11 16:41:31.544295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.545875"], ["updated_at", "2018-10-11 16:41:31.545875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.547479"], ["updated_at", "2018-10-11 16:41:31.547479"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.550258"], ["updated_at", "2018-10-11 16:41:31.550258"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.554501"], ["updated_at", "2018-10-11 16:41:31.554501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.556395"], ["updated_at", "2018-10-11 16:41:31.556395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.558126"], ["updated_at", "2018-10-11 16:41:31.558126"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.559879"], ["updated_at", "2018-10-11 16:41:31.559879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.561532"], ["updated_at", "2018-10-11 16:41:31.561532"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.563083"], ["updated_at", "2018-10-11 16:41:31.563083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.564767"], ["updated_at", "2018-10-11 16:41:31.564767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.566382"], ["updated_at", "2018-10-11 16:41:31.566382"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.568063"], ["updated_at", "2018-10-11 16:41:31.568063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.569784"], ["updated_at", "2018-10-11 16:41:31.569784"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.571453"], ["updated_at", "2018-10-11 16:41:31.571453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.573746"], ["updated_at", "2018-10-11 16:41:31.573746"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.576012"], ["updated_at", "2018-10-11 16:41:31.576012"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.577900"], ["updated_at", "2018-10-11 16:41:31.577900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.579570"], ["updated_at", "2018-10-11 16:41:31.579570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.581178"], ["updated_at", "2018-10-11 16:41:31.581178"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.582897"], ["updated_at", "2018-10-11 16:41:31.582897"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.584611"], ["updated_at", "2018-10-11 16:41:31.584611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.586356"], ["updated_at", "2018-10-11 16:41:31.586356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.587947"], ["updated_at", "2018-10-11 16:41:31.587947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.589627"], ["updated_at", "2018-10-11 16:41:31.589627"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.591663"], ["updated_at", "2018-10-11 16:41:31.591663"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.594559"], ["updated_at", "2018-10-11 16:41:31.594559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.596814"], ["updated_at", "2018-10-11 16:41:31.596814"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.598464"], ["updated_at", "2018-10-11 16:41:31.598464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.600098"], ["updated_at", "2018-10-11 16:41:31.600098"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.601754"], ["updated_at", "2018-10-11 16:41:31.601754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.603493"], ["updated_at", "2018-10-11 16:41:31.603493"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.606537"], ["updated_at", "2018-10-11 16:41:31.606537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.608372"], ["updated_at", "2018-10-11 16:41:31.608372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.610112"], ["updated_at", "2018-10-11 16:41:31.610112"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.611981"], ["updated_at", "2018-10-11 16:41:31.611981"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.614665"], ["updated_at", "2018-10-11 16:41:31.614665"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.618300"], ["updated_at", "2018-10-11 16:41:31.618300"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.622800"], ["updated_at", "2018-10-11 16:41:31.622800"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.625900"], ["updated_at", "2018-10-11 16:41:31.625900"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.628103"], ["updated_at", "2018-10-11 16:41:31.628103"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.630095"], ["updated_at", "2018-10-11 16:41:31.630095"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.632608"], ["updated_at", "2018-10-11 16:41:31.632608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.634911"], ["updated_at", "2018-10-11 16:41:31.634911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.636666"], ["updated_at", "2018-10-11 16:41:31.636666"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.638254"], ["updated_at", "2018-10-11 16:41:31.638254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.639905"], ["updated_at", "2018-10-11 16:41:31.639905"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.641576"], ["updated_at", "2018-10-11 16:41:31.641576"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.643341"], ["updated_at", "2018-10-11 16:41:31.643341"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.645045"], ["updated_at", "2018-10-11 16:41:31.645045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.646701"], ["updated_at", "2018-10-11 16:41:31.646701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.648346"], ["updated_at", "2018-10-11 16:41:31.648346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.649999"], ["updated_at", "2018-10-11 16:41:31.649999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.651639"], ["updated_at", "2018-10-11 16:41:31.651639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.653350"], ["updated_at", "2018-10-11 16:41:31.653350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.654936"], ["updated_at", "2018-10-11 16:41:31.654936"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.656556"], ["updated_at", "2018-10-11 16:41:31.656556"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.658901"], ["updated_at", "2018-10-11 16:41:31.658901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.661740"], ["updated_at", "2018-10-11 16:41:31.661740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.663498"], ["updated_at", "2018-10-11 16:41:31.663498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.665154"], ["updated_at", "2018-10-11 16:41:31.665154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.666896"], ["updated_at", "2018-10-11 16:41:31.666896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.668643"], ["updated_at", "2018-10-11 16:41:31.668643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.670289"], ["updated_at", "2018-10-11 16:41:31.670289"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.673011"], ["updated_at", "2018-10-11 16:41:31.673011"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.674709"], ["updated_at", "2018-10-11 16:41:31.674709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.676454"], ["updated_at", "2018-10-11 16:41:31.676454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.678112"], ["updated_at", "2018-10-11 16:41:31.678112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.679734"], ["updated_at", "2018-10-11 16:41:31.679734"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.681360"], ["updated_at", "2018-10-11 16:41:31.681360"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.684308"], ["updated_at", "2018-10-11 16:41:31.684308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.688849"], ["updated_at", "2018-10-11 16:41:31.688849"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.690707"], ["updated_at", "2018-10-11 16:41:31.690707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.692834"], ["updated_at", "2018-10-11 16:41:31.692834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.694657"], ["updated_at", "2018-10-11 16:41:31.694657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.696259"], ["updated_at", "2018-10-11 16:41:31.696259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.697854"], ["updated_at", "2018-10-11 16:41:31.697854"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.699451"], ["updated_at", "2018-10-11 16:41:31.699451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.701142"], ["updated_at", "2018-10-11 16:41:31.701142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.702876"], ["updated_at", "2018-10-11 16:41:31.702876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.705318"], ["updated_at", "2018-10-11 16:41:31.705318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.707077"], ["updated_at", "2018-10-11 16:41:31.707077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.708782"], ["updated_at", "2018-10-11 16:41:31.708782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.710657"], ["updated_at", "2018-10-11 16:41:31.710657"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.712279"], ["updated_at", "2018-10-11 16:41:31.712279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.713941"], ["updated_at", "2018-10-11 16:41:31.713941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.715489"], ["updated_at", "2018-10-11 16:41:31.715489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.717122"], ["updated_at", "2018-10-11 16:41:31.717122"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.718874"], ["updated_at", "2018-10-11 16:41:31.718874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.720558"], ["updated_at", "2018-10-11 16:41:31.720558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.722237"], ["updated_at", "2018-10-11 16:41:31.722237"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.723880"], ["updated_at", "2018-10-11 16:41:31.723880"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.726532"], ["updated_at", "2018-10-11 16:41:31.726532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.729207"], ["updated_at", "2018-10-11 16:41:31.729207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.732282"], ["updated_at", "2018-10-11 16:41:31.732282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.733950"], ["updated_at", "2018-10-11 16:41:31.733950"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.735656"], ["updated_at", "2018-10-11 16:41:31.735656"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.737570"], ["updated_at", "2018-10-11 16:41:31.737570"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.741250"], ["updated_at", "2018-10-11 16:41:31.741250"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.743955"], ["updated_at", "2018-10-11 16:41:31.743955"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.746707"], ["updated_at", "2018-10-11 16:41:31.746707"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.749254"], ["updated_at", "2018-10-11 16:41:31.749254"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.753765"], ["updated_at", "2018-10-11 16:41:31.753765"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.757413"], ["updated_at", "2018-10-11 16:41:31.757413"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.760483"], ["updated_at", "2018-10-11 16:41:31.760483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.762782"], ["updated_at", "2018-10-11 16:41:31.762782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.764450"], ["updated_at", "2018-10-11 16:41:31.764450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.766031"], ["updated_at", "2018-10-11 16:41:31.766031"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.767747"], ["updated_at", "2018-10-11 16:41:31.767747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.769514"], ["updated_at", "2018-10-11 16:41:31.769514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.771236"], ["updated_at", "2018-10-11 16:41:31.771236"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.772796"], ["updated_at", "2018-10-11 16:41:31.772796"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.774530"], ["updated_at", "2018-10-11 16:41:31.774530"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.776349"], ["updated_at", "2018-10-11 16:41:31.776349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.778042"], ["updated_at", "2018-10-11 16:41:31.778042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.779695"], ["updated_at", "2018-10-11 16:41:31.779695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.781245"], ["updated_at", "2018-10-11 16:41:31.781245"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.783030"], ["updated_at", "2018-10-11 16:41:31.783030"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.784765"], ["updated_at", "2018-10-11 16:41:31.784765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.786502"], ["updated_at", "2018-10-11 16:41:31.786502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.788196"], ["updated_at", "2018-10-11 16:41:31.788196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.789827"], ["updated_at", "2018-10-11 16:41:31.789827"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.791881"], ["updated_at", "2018-10-11 16:41:31.791881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.795566"], ["updated_at", "2018-10-11 16:41:31.795566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.797462"], ["updated_at", "2018-10-11 16:41:31.797462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.799155"], ["updated_at", "2018-10-11 16:41:31.799155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.800771"], ["updated_at", "2018-10-11 16:41:31.800771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.802446"], ["updated_at", "2018-10-11 16:41:31.802446"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.804332"], ["updated_at", "2018-10-11 16:41:31.804332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.807093"], ["updated_at", "2018-10-11 16:41:31.807093"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.809041"], ["updated_at", "2018-10-11 16:41:31.809041"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.811038"], ["updated_at", "2018-10-11 16:41:31.811038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.812834"], ["updated_at", "2018-10-11 16:41:31.812834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.814626"], ["updated_at", "2018-10-11 16:41:31.814626"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.817235"], ["updated_at", "2018-10-11 16:41:31.817235"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.821591"], ["updated_at", "2018-10-11 16:41:31.821591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.823677"], ["updated_at", "2018-10-11 16:41:31.823677"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.825609"], ["updated_at", "2018-10-11 16:41:31.825609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.827369"], ["updated_at", "2018-10-11 16:41:31.827369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.829038"], ["updated_at", "2018-10-11 16:41:31.829038"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.830645"], ["updated_at", "2018-10-11 16:41:31.830645"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.832291"], ["updated_at", "2018-10-11 16:41:31.832291"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.833925"], ["updated_at", "2018-10-11 16:41:31.833925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.835688"], ["updated_at", "2018-10-11 16:41:31.835688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.837341"], ["updated_at", "2018-10-11 16:41:31.837341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.838879"], ["updated_at", "2018-10-11 16:41:31.838879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.840504"], ["updated_at", "2018-10-11 16:41:31.840504"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.842440"], ["updated_at", "2018-10-11 16:41:31.842440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.844377"], ["updated_at", "2018-10-11 16:41:31.844377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.846018"], ["updated_at", "2018-10-11 16:41:31.846018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.847554"], ["updated_at", "2018-10-11 16:41:31.847554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.849203"], ["updated_at", "2018-10-11 16:41:31.849203"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.850985"], ["updated_at", "2018-10-11 16:41:31.850985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.852737"], ["updated_at", "2018-10-11 16:41:31.852737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.854388"], ["updated_at", "2018-10-11 16:41:31.854388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.855961"], ["updated_at", "2018-10-11 16:41:31.855961"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.857639"], ["updated_at", "2018-10-11 16:41:31.857639"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.860436"], ["updated_at", "2018-10-11 16:41:31.860436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.862905"], ["updated_at", "2018-10-11 16:41:31.862905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.864589"], ["updated_at", "2018-10-11 16:41:31.864589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.866386"], ["updated_at", "2018-10-11 16:41:31.866386"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.868173"], ["updated_at", "2018-10-11 16:41:31.868173"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.870566"], ["updated_at", "2018-10-11 16:41:31.870566"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.872594"], ["updated_at", "2018-10-11 16:41:31.872594"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.877057"], ["updated_at", "2018-10-11 16:41:31.877057"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.879692"], ["updated_at", "2018-10-11 16:41:31.879692"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.882246"], ["updated_at", "2018-10-11 16:41:31.882246"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.886692"], ["updated_at", "2018-10-11 16:41:31.886692"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.890636"], ["updated_at", "2018-10-11 16:41:31.890636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.892596"], ["updated_at", "2018-10-11 16:41:31.892596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.894377"], ["updated_at", "2018-10-11 16:41:31.894377"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.896152"], ["updated_at", "2018-10-11 16:41:31.896152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.898228"], ["updated_at", "2018-10-11 16:41:31.898228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.899806"], ["updated_at", "2018-10-11 16:41:31.899806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.901486"], ["updated_at", "2018-10-11 16:41:31.901486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.903112"], ["updated_at", "2018-10-11 16:41:31.903112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.904872"], ["updated_at", "2018-10-11 16:41:31.904872"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.906577"], ["updated_at", "2018-10-11 16:41:31.906577"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.908870"], ["updated_at", "2018-10-11 16:41:31.908870"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.911029"], ["updated_at", "2018-10-11 16:41:31.911029"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.913115"], ["updated_at", "2018-10-11 16:41:31.913115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.914832"], ["updated_at", "2018-10-11 16:41:31.914832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.916542"], ["updated_at", "2018-10-11 16:41:31.916542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.918187"], ["updated_at", "2018-10-11 16:41:31.918187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.919910"], ["updated_at", "2018-10-11 16:41:31.919910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.921640"], ["updated_at", "2018-10-11 16:41:31.921640"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.923215"], ["updated_at", "2018-10-11 16:41:31.923215"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.925389"], ["updated_at", "2018-10-11 16:41:31.925389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.928180"], ["updated_at", "2018-10-11 16:41:31.928180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.930024"], ["updated_at", "2018-10-11 16:41:31.930024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.931727"], ["updated_at", "2018-10-11 16:41:31.931727"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.933346"], ["updated_at", "2018-10-11 16:41:31.933346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.934926"], ["updated_at", "2018-10-11 16:41:31.934926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.936589"], ["updated_at", "2018-10-11 16:41:31.936589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.939408"], ["updated_at", "2018-10-11 16:41:31.939408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.940959"], ["updated_at", "2018-10-11 16:41:31.940959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.942748"], ["updated_at", "2018-10-11 16:41:31.942748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.944438"], ["updated_at", "2018-10-11 16:41:31.944438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.945971"], ["updated_at", "2018-10-11 16:41:31.945971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.947610"], ["updated_at", "2018-10-11 16:41:31.947610"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.949331"], ["updated_at", "2018-10-11 16:41:31.949331"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.952360"], ["updated_at", "2018-10-11 16:41:31.952360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.956204"], ["updated_at", "2018-10-11 16:41:31.956204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.958050"], ["updated_at", "2018-10-11 16:41:31.958050"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.959748"], ["updated_at", "2018-10-11 16:41:31.959748"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.961398"], ["updated_at", "2018-10-11 16:41:31.961398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.963123"], ["updated_at", "2018-10-11 16:41:31.963123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.964796"], ["updated_at", "2018-10-11 16:41:31.964796"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.966349"], ["updated_at", "2018-10-11 16:41:31.966349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.968040"], ["updated_at", "2018-10-11 16:41:31.968040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.969803"], ["updated_at", "2018-10-11 16:41:31.969803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.971388"], ["updated_at", "2018-10-11 16:41:31.971388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.973035"], ["updated_at", "2018-10-11 16:41:31.973035"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.974673"], ["updated_at", "2018-10-11 16:41:31.974673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.976444"], ["updated_at", "2018-10-11 16:41:31.976444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.978118"], ["updated_at", "2018-10-11 16:41:31.978118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.979727"], ["updated_at", "2018-10-11 16:41:31.979727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.981325"], ["updated_at", "2018-10-11 16:41:31.981325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.982872"], ["updated_at", "2018-10-11 16:41:31.982872"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.984734"], ["updated_at", "2018-10-11 16:41:31.984734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.986589"], ["updated_at", "2018-10-11 16:41:31.986589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.988131"], ["updated_at", "2018-10-11 16:41:31.988131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.989783"], ["updated_at", "2018-10-11 16:41:31.989783"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.991710"], ["updated_at", "2018-10-11 16:41:31.991710"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.994618"], ["updated_at", "2018-10-11 16:41:31.994618"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.997126"], ["updated_at", "2018-10-11 16:41:31.997126"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:31.999242"], ["updated_at", "2018-10-11 16:41:31.999242"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.001350"], ["updated_at", "2018-10-11 16:41:32.001350"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.003623"], ["updated_at", "2018-10-11 16:41:32.003623"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.005537"], ["updated_at", "2018-10-11 16:41:32.005537"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.007382"], ["updated_at", "2018-10-11 16:41:32.007382"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.011961"], ["updated_at", "2018-10-11 16:41:32.011961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.014169"], ["updated_at", "2018-10-11 16:41:32.014169"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.015929"], ["updated_at", "2018-10-11 16:41:32.015929"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.020056"], ["updated_at", "2018-10-11 16:41:32.020056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.022940"], ["updated_at", "2018-10-11 16:41:32.022940"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.024641"], ["updated_at", "2018-10-11 16:41:32.024641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.026613"], ["updated_at", "2018-10-11 16:41:32.026613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.028238"], ["updated_at", "2018-10-11 16:41:32.028238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.029856"], ["updated_at", "2018-10-11 16:41:32.029856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.031483"], ["updated_at", "2018-10-11 16:41:32.031483"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.033052"], ["updated_at", "2018-10-11 16:41:32.033052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.034891"], ["updated_at", "2018-10-11 16:41:32.034891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.036650"], ["updated_at", "2018-10-11 16:41:32.036650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.038280"], ["updated_at", "2018-10-11 16:41:32.038280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.039825"], ["updated_at", "2018-10-11 16:41:32.039825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.041537"], ["updated_at", "2018-10-11 16:41:32.041537"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.043350"], ["updated_at", "2018-10-11 16:41:32.043350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.045058"], ["updated_at", "2018-10-11 16:41:32.045058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.046622"], ["updated_at", "2018-10-11 16:41:32.046622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.048223"], ["updated_at", "2018-10-11 16:41:32.048223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.049810"], ["updated_at", "2018-10-11 16:41:32.049810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.051471"], ["updated_at", "2018-10-11 16:41:32.051471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.053175"], ["updated_at", "2018-10-11 16:41:32.053175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.054794"], ["updated_at", "2018-10-11 16:41:32.054794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.056338"], ["updated_at", "2018-10-11 16:41:32.056338"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.058280"], ["updated_at", "2018-10-11 16:41:32.058280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.061075"], ["updated_at", "2018-10-11 16:41:32.061075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.063210"], ["updated_at", "2018-10-11 16:41:32.063210"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.064849"], ["updated_at", "2018-10-11 16:41:32.064849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.066482"], ["updated_at", "2018-10-11 16:41:32.066482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.068139"], ["updated_at", "2018-10-11 16:41:32.068139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.069915"], ["updated_at", "2018-10-11 16:41:32.069915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.072625"], ["updated_at", "2018-10-11 16:41:32.072625"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.074224"], ["updated_at", "2018-10-11 16:41:32.074224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.075983"], ["updated_at", "2018-10-11 16:41:32.075983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.077838"], ["updated_at", "2018-10-11 16:41:32.077838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.079495"], ["updated_at", "2018-10-11 16:41:32.079495"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.081054"], ["updated_at", "2018-10-11 16:41:32.081054"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.083239"], ["updated_at", "2018-10-11 16:41:32.083239"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.087585"], ["updated_at", "2018-10-11 16:41:32.087585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.090046"], ["updated_at", "2018-10-11 16:41:32.090046"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.092257"], ["updated_at", "2018-10-11 16:41:32.092257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.094093"], ["updated_at", "2018-10-11 16:41:32.094093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.095733"], ["updated_at", "2018-10-11 16:41:32.095733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.097304"], ["updated_at", "2018-10-11 16:41:32.097304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.098948"], ["updated_at", "2018-10-11 16:41:32.098948"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.100544"], ["updated_at", "2018-10-11 16:41:32.100544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.102268"], ["updated_at", "2018-10-11 16:41:32.102268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.103941"], ["updated_at", "2018-10-11 16:41:32.103941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.105532"], ["updated_at", "2018-10-11 16:41:32.105532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.107213"], ["updated_at", "2018-10-11 16:41:32.107213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.108866"], ["updated_at", "2018-10-11 16:41:32.108866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.110700"], ["updated_at", "2018-10-11 16:41:32.110700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.112387"], ["updated_at", "2018-10-11 16:41:32.112387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.113947"], ["updated_at", "2018-10-11 16:41:32.113947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.115576"], ["updated_at", "2018-10-11 16:41:32.115576"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.117319"], ["updated_at", "2018-10-11 16:41:32.117319"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.120090"], ["updated_at", "2018-10-11 16:41:32.120090"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.122695"], ["updated_at", "2018-10-11 16:41:32.122695"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.125112"], ["updated_at", "2018-10-11 16:41:32.125112"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.128301"], ["updated_at", "2018-10-11 16:41:32.128301"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.130354"], ["updated_at", "2018-10-11 16:41:32.130354"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.132354"], ["updated_at", "2018-10-11 16:41:32.132354"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.134465"], ["updated_at", "2018-10-11 16:41:32.134465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.136456"], ["updated_at", "2018-10-11 16:41:32.136456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.138115"], ["updated_at", "2018-10-11 16:41:32.138115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.142802"], ["updated_at", "2018-10-11 16:41:32.142802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.144475"], ["updated_at", "2018-10-11 16:41:32.144475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.146066"], ["updated_at", "2018-10-11 16:41:32.146066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.147697"], ["updated_at", "2018-10-11 16:41:32.147697"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.150175"], ["updated_at", "2018-10-11 16:41:32.150175"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.154416"], ["updated_at", "2018-10-11 16:41:32.154416"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.157663"], ["updated_at", "2018-10-11 16:41:32.157663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.159693"], ["updated_at", "2018-10-11 16:41:32.159693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.161409"], ["updated_at", "2018-10-11 16:41:32.161409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.163086"], ["updated_at", "2018-10-11 16:41:32.163086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.164682"], ["updated_at", "2018-10-11 16:41:32.164682"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.166298"], ["updated_at", "2018-10-11 16:41:32.166298"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.168127"], ["updated_at", "2018-10-11 16:41:32.168127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.169863"], ["updated_at", "2018-10-11 16:41:32.169863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.171994"], ["updated_at", "2018-10-11 16:41:32.171994"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.173812"], ["updated_at", "2018-10-11 16:41:32.173812"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.176504"], ["updated_at", "2018-10-11 16:41:32.176504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.178664"], ["updated_at", "2018-10-11 16:41:32.178664"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.180340"], ["updated_at", "2018-10-11 16:41:32.180340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.182321"], ["updated_at", "2018-10-11 16:41:32.182321"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.184034"], ["updated_at", "2018-10-11 16:41:32.184034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.186275"], ["updated_at", "2018-10-11 16:41:32.186275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.188154"], ["updated_at", "2018-10-11 16:41:32.188154"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.189762"], ["updated_at", "2018-10-11 16:41:32.189762"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.191695"], ["updated_at", "2018-10-11 16:41:32.191695"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.194304"], ["updated_at", "2018-10-11 16:41:32.194304"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.196296"], ["updated_at", "2018-10-11 16:41:32.196296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.198215"], ["updated_at", "2018-10-11 16:41:32.198215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.199914"], ["updated_at", "2018-10-11 16:41:32.199914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.201692"], ["updated_at", "2018-10-11 16:41:32.201692"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.203381"], ["updated_at", "2018-10-11 16:41:32.203381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.206773"], ["updated_at", "2018-10-11 16:41:32.206773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.208432"], ["updated_at", "2018-10-11 16:41:32.208432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.210164"], ["updated_at", "2018-10-11 16:41:32.210164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.211864"], ["updated_at", "2018-10-11 16:41:32.211864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.213444"], ["updated_at", "2018-10-11 16:41:32.213444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.215063"], ["updated_at", "2018-10-11 16:41:32.215063"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.217640"], ["updated_at", "2018-10-11 16:41:32.217640"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.221684"], ["updated_at", "2018-10-11 16:41:32.221684"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.223940"], ["updated_at", "2018-10-11 16:41:32.223940"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.225976"], ["updated_at", "2018-10-11 16:41:32.225976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.227696"], ["updated_at", "2018-10-11 16:41:32.227696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.229400"], ["updated_at", "2018-10-11 16:41:32.229400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.231135"], ["updated_at", "2018-10-11 16:41:32.231135"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.232758"], ["updated_at", "2018-10-11 16:41:32.232758"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.234452"], ["updated_at", "2018-10-11 16:41:32.234452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.236305"], ["updated_at", "2018-10-11 16:41:32.236305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.237977"], ["updated_at", "2018-10-11 16:41:32.237977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.239662"], ["updated_at", "2018-10-11 16:41:32.239662"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.241757"], ["updated_at", "2018-10-11 16:41:32.241757"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.245177"], ["updated_at", "2018-10-11 16:41:32.245177"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.248386"], ["updated_at", "2018-10-11 16:41:32.248386"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.251703"], ["updated_at", "2018-10-11 16:41:32.251703"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.255128"], ["updated_at", "2018-10-11 16:41:32.255128"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.258054"], ["updated_at", "2018-10-11 16:41:32.258054"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.261211"], ["updated_at", "2018-10-11 16:41:32.261211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.263361"], ["updated_at", "2018-10-11 16:41:32.263361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.265089"], ["updated_at", "2018-10-11 16:41:32.265089"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.266616"], ["updated_at", "2018-10-11 16:41:32.266616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.268362"], ["updated_at", "2018-10-11 16:41:32.268362"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.270044"], ["updated_at", "2018-10-11 16:41:32.270044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.272794"], ["updated_at", "2018-10-11 16:41:32.272794"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.274356"], ["updated_at", "2018-10-11 16:41:32.274356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.276066"], ["updated_at", "2018-10-11 16:41:32.276066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.277736"], ["updated_at", "2018-10-11 16:41:32.277736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.279354"], ["updated_at", "2018-10-11 16:41:32.279354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.280987"], ["updated_at", "2018-10-11 16:41:32.280987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.282586"], ["updated_at", "2018-10-11 16:41:32.282586"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.284548"], ["updated_at", "2018-10-11 16:41:32.284548"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.287621"], ["updated_at", "2018-10-11 16:41:32.287621"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.292764"], ["updated_at", "2018-10-11 16:41:32.292764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.294662"], ["updated_at", "2018-10-11 16:41:32.294662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.296366"], ["updated_at", "2018-10-11 16:41:32.296366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.297962"], ["updated_at", "2018-10-11 16:41:32.297962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.299583"], ["updated_at", "2018-10-11 16:41:32.299583"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.301189"], ["updated_at", "2018-10-11 16:41:32.301189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.303100"], ["updated_at", "2018-10-11 16:41:32.303100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.304717"], ["updated_at", "2018-10-11 16:41:32.304717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.306325"], ["updated_at", "2018-10-11 16:41:32.306325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.308011"], ["updated_at", "2018-10-11 16:41:32.308011"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.309720"], ["updated_at", "2018-10-11 16:41:32.309720"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.311444"], ["updated_at", "2018-10-11 16:41:32.311444"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.313126"], ["updated_at", "2018-10-11 16:41:32.313126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.314823"], ["updated_at", "2018-10-11 16:41:32.314823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.316474"], ["updated_at", "2018-10-11 16:41:32.316474"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.318082"], ["updated_at", "2018-10-11 16:41:32.318082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.319809"], ["updated_at", "2018-10-11 16:41:32.319809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.321455"], ["updated_at", "2018-10-11 16:41:32.321455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.323037"], ["updated_at", "2018-10-11 16:41:32.323037"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.325082"], ["updated_at", "2018-10-11 16:41:32.325082"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.327608"], ["updated_at", "2018-10-11 16:41:32.327608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.329408"], ["updated_at", "2018-10-11 16:41:32.329408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.330946"], ["updated_at", "2018-10-11 16:41:32.330946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.332545"], ["updated_at", "2018-10-11 16:41:32.332545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.334090"], ["updated_at", "2018-10-11 16:41:32.334090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.335716"], ["updated_at", "2018-10-11 16:41:32.335716"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.339414"], ["updated_at", "2018-10-11 16:41:32.339414"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.341111"], ["updated_at", "2018-10-11 16:41:32.341111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.342955"], ["updated_at", "2018-10-11 16:41:32.342955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.344684"], ["updated_at", "2018-10-11 16:41:32.344684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.346236"], ["updated_at", "2018-10-11 16:41:32.346236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.347874"], ["updated_at", "2018-10-11 16:41:32.347874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.349431"], ["updated_at", "2018-10-11 16:41:32.349431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.351023"], ["updated_at", "2018-10-11 16:41:32.351023"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.353758"], ["updated_at", "2018-10-11 16:41:32.353758"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.357641"], ["updated_at", "2018-10-11 16:41:32.357641"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.360212"], ["updated_at", "2018-10-11 16:41:32.360212"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.361900"], ["updated_at", "2018-10-11 16:41:32.361900"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.364288"], ["updated_at", "2018-10-11 16:41:32.364288"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.367709"], ["updated_at", "2018-10-11 16:41:32.367709"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.371361"], ["updated_at", "2018-10-11 16:41:32.371361"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.374940"], ["updated_at", "2018-10-11 16:41:32.374940"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.378571"], ["updated_at", "2018-10-11 16:41:32.378571"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.381680"], ["updated_at", "2018-10-11 16:41:32.381680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.383422"], ["updated_at", "2018-10-11 16:41:32.383422"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.385139"], ["updated_at", "2018-10-11 16:41:32.385139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.386841"], ["updated_at", "2018-10-11 16:41:32.386841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.388463"], ["updated_at", "2018-10-11 16:41:32.388463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.390096"], ["updated_at", "2018-10-11 16:41:32.390096"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.391895"], ["updated_at", "2018-10-11 16:41:32.391895"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.395687"], ["updated_at", "2018-10-11 16:41:32.395687"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.397801"], ["updated_at", "2018-10-11 16:41:32.397801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.400153"], ["updated_at", "2018-10-11 16:41:32.400153"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.401937"], ["updated_at", "2018-10-11 16:41:32.401937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.404586"], ["updated_at", "2018-10-11 16:41:32.404586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.406300"], ["updated_at", "2018-10-11 16:41:32.406300"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.410649"], ["updated_at", "2018-10-11 16:41:32.410649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.412562"], ["updated_at", "2018-10-11 16:41:32.412562"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.414285"], ["updated_at", "2018-10-11 16:41:32.414285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.416156"], ["updated_at", "2018-10-11 16:41:32.416156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.417823"], ["updated_at", "2018-10-11 16:41:32.417823"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.419397"], ["updated_at", "2018-10-11 16:41:32.419397"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.422470"], ["updated_at", "2018-10-11 16:41:32.422470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.426324"], ["updated_at", "2018-10-11 16:41:32.426324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.427991"], ["updated_at", "2018-10-11 16:41:32.427991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.429782"], ["updated_at", "2018-10-11 16:41:32.429782"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.431510"], ["updated_at", "2018-10-11 16:41:32.431510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.433100"], ["updated_at", "2018-10-11 16:41:32.433100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.434665"], ["updated_at", "2018-10-11 16:41:32.434665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.436213"], ["updated_at", "2018-10-11 16:41:32.436213"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.437876"], ["updated_at", "2018-10-11 16:41:32.437876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.440186"], ["updated_at", "2018-10-11 16:41:32.440186"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.442158"], ["updated_at", "2018-10-11 16:41:32.442158"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.444205"], ["updated_at", "2018-10-11 16:41:32.444205"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.446524"], ["updated_at", "2018-10-11 16:41:32.446524"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.448775"], ["updated_at", "2018-10-11 16:41:32.448775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.450929"], ["updated_at", "2018-10-11 16:41:32.450929"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.452840"], ["updated_at", "2018-10-11 16:41:32.452840"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.455278"], ["updated_at", "2018-10-11 16:41:32.455278"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.457001"], ["updated_at", "2018-10-11 16:41:32.457001"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.458859"], ["updated_at", "2018-10-11 16:41:32.458859"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.461471"], ["updated_at", "2018-10-11 16:41:32.461471"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.463366"], ["updated_at", "2018-10-11 16:41:32.463366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.465995"], ["updated_at", "2018-10-11 16:41:32.465995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.467581"], ["updated_at", "2018-10-11 16:41:32.467581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.469127"], ["updated_at", "2018-10-11 16:41:32.469127"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.470780"], ["updated_at", "2018-10-11 16:41:32.470780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.473931"], ["updated_at", "2018-10-11 16:41:32.473931"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.475655"], ["updated_at", "2018-10-11 16:41:32.475655"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.477588"], ["updated_at", "2018-10-11 16:41:32.477588"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.479461"], ["updated_at", "2018-10-11 16:41:32.479461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.481230"], ["updated_at", "2018-10-11 16:41:32.481230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.482837"], ["updated_at", "2018-10-11 16:41:32.482837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.484460"], ["updated_at", "2018-10-11 16:41:32.484460"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.486782"], ["updated_at", "2018-10-11 16:41:32.486782"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.492787"], ["updated_at", "2018-10-11 16:41:32.492787"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.496217"], ["updated_at", "2018-10-11 16:41:32.496217"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.499762"], ["updated_at", "2018-10-11 16:41:32.499762"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.503514"], ["updated_at", "2018-10-11 16:41:32.503514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.507026"], ["updated_at", "2018-10-11 16:41:32.507026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.508628"], ["updated_at", "2018-10-11 16:41:32.508628"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.510154"], ["updated_at", "2018-10-11 16:41:32.510154"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.511870"], ["updated_at", "2018-10-11 16:41:32.511870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.513646"], ["updated_at", "2018-10-11 16:41:32.513646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.515437"], ["updated_at", "2018-10-11 16:41:32.515437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.517116"], ["updated_at", "2018-10-11 16:41:32.517116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.518711"], ["updated_at", "2018-10-11 16:41:32.518711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.520362"], ["updated_at", "2018-10-11 16:41:32.520362"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.521961"], ["updated_at", "2018-10-11 16:41:32.521961"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.523656"], ["updated_at", "2018-10-11 16:41:32.523656"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.525672"], ["updated_at", "2018-10-11 16:41:32.525672"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.528084"], ["updated_at", "2018-10-11 16:41:32.528084"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.529963"], ["updated_at", "2018-10-11 16:41:32.529963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.531662"], ["updated_at", "2018-10-11 16:41:32.531662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.533197"], ["updated_at", "2018-10-11 16:41:32.533197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.534749"], ["updated_at", "2018-10-11 16:41:32.534749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.536340"], ["updated_at", "2018-10-11 16:41:32.536340"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.539525"], ["updated_at", "2018-10-11 16:41:32.539525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.541264"], ["updated_at", "2018-10-11 16:41:32.541264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.542879"], ["updated_at", "2018-10-11 16:41:32.542879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.544501"], ["updated_at", "2018-10-11 16:41:32.544501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.546191"], ["updated_at", "2018-10-11 16:41:32.546191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.547849"], ["updated_at", "2018-10-11 16:41:32.547849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.549465"], ["updated_at", "2018-10-11 16:41:32.549465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.551035"], ["updated_at", "2018-10-11 16:41:32.551035"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.553729"], ["updated_at", "2018-10-11 16:41:32.553729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.557993"], ["updated_at", "2018-10-11 16:41:32.557993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.560091"], ["updated_at", "2018-10-11 16:41:32.560091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.561640"], ["updated_at", "2018-10-11 16:41:32.561640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.563234"], ["updated_at", "2018-10-11 16:41:32.563234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.564867"], ["updated_at", "2018-10-11 16:41:32.564867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.566471"], ["updated_at", "2018-10-11 16:41:32.566471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.568071"], ["updated_at", "2018-10-11 16:41:32.568071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.569767"], ["updated_at", "2018-10-11 16:41:32.569767"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.571452"], ["updated_at", "2018-10-11 16:41:32.571452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.573190"], ["updated_at", "2018-10-11 16:41:32.573190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.574788"], ["updated_at", "2018-10-11 16:41:32.574788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.576358"], ["updated_at", "2018-10-11 16:41:32.576358"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.578088"], ["updated_at", "2018-10-11 16:41:32.578088"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.579887"], ["updated_at", "2018-10-11 16:41:32.579887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.581617"], ["updated_at", "2018-10-11 16:41:32.581617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.583304"], ["updated_at", "2018-10-11 16:41:32.583304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.584975"], ["updated_at", "2018-10-11 16:41:32.584975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.586600"], ["updated_at", "2018-10-11 16:41:32.586600"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.588228"], ["updated_at", "2018-10-11 16:41:32.588228"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.593763"], ["updated_at", "2018-10-11 16:41:32.593763"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.596522"], ["updated_at", "2018-10-11 16:41:32.596522"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.598300"], ["updated_at", "2018-10-11 16:41:32.598300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.599990"], ["updated_at", "2018-10-11 16:41:32.599990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.601532"], ["updated_at", "2018-10-11 16:41:32.601532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.603085"], ["updated_at", "2018-10-11 16:41:32.603085"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.604810"], ["updated_at", "2018-10-11 16:41:32.604810"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.608006"], ["updated_at", "2018-10-11 16:41:32.608006"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.610680"], ["updated_at", "2018-10-11 16:41:32.610680"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.614296"], ["updated_at", "2018-10-11 16:41:32.614296"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.618025"], ["updated_at", "2018-10-11 16:41:32.618025"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.624273"], ["updated_at", "2018-10-11 16:41:32.624273"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.628379"], ["updated_at", "2018-10-11 16:41:32.628379"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.631157"], ["updated_at", "2018-10-11 16:41:32.631157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.632878"], ["updated_at", "2018-10-11 16:41:32.632878"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.634481"], ["updated_at", "2018-10-11 16:41:32.634481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.636074"], ["updated_at", "2018-10-11 16:41:32.636074"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.637654"], ["updated_at", "2018-10-11 16:41:32.637654"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.639359"], ["updated_at", "2018-10-11 16:41:32.639359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.641218"], ["updated_at", "2018-10-11 16:41:32.641218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.642926"], ["updated_at", "2018-10-11 16:41:32.642926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.644657"], ["updated_at", "2018-10-11 16:41:32.644657"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.646503"], ["updated_at", "2018-10-11 16:41:32.646503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.648245"], ["updated_at", "2018-10-11 16:41:32.648245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.649884"], ["updated_at", "2018-10-11 16:41:32.649884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.651534"], ["updated_at", "2018-10-11 16:41:32.651534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.653156"], ["updated_at", "2018-10-11 16:41:32.653156"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.654781"], ["updated_at", "2018-10-11 16:41:32.654781"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.656493"], ["updated_at", "2018-10-11 16:41:32.656493"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.658382"], ["updated_at", "2018-10-11 16:41:32.658382"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.660630"], ["updated_at", "2018-10-11 16:41:32.660630"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.662487"], ["updated_at", "2018-10-11 16:41:32.662487"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.664198"], ["updated_at", "2018-10-11 16:41:32.664198"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.665989"], ["updated_at", "2018-10-11 16:41:32.665989"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.668017"], ["updated_at", "2018-10-11 16:41:32.668017"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.670091"], ["updated_at", "2018-10-11 16:41:32.670091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.674122"], ["updated_at", "2018-10-11 16:41:32.674122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.675890"], ["updated_at", "2018-10-11 16:41:32.675890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.677497"], ["updated_at", "2018-10-11 16:41:32.677497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.679289"], ["updated_at", "2018-10-11 16:41:32.679289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.681089"], ["updated_at", "2018-10-11 16:41:32.681089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.682834"], ["updated_at", "2018-10-11 16:41:32.682834"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.684715"], ["updated_at", "2018-10-11 16:41:32.684715"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.687114"], ["updated_at", "2018-10-11 16:41:32.687114"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.692309"], ["updated_at", "2018-10-11 16:41:32.692309"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.694764"], ["updated_at", "2018-10-11 16:41:32.694764"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.698738"], ["updated_at", "2018-10-11 16:41:32.698738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.700677"], ["updated_at", "2018-10-11 16:41:32.700677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.702724"], ["updated_at", "2018-10-11 16:41:32.702724"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.704825"], ["updated_at", "2018-10-11 16:41:32.704825"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.707464"], ["updated_at", "2018-10-11 16:41:32.707464"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.709782"], ["updated_at", "2018-10-11 16:41:32.709782"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.711926"], ["updated_at", "2018-10-11 16:41:32.711926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.713949"], ["updated_at", "2018-10-11 16:41:32.713949"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.716047"], ["updated_at", "2018-10-11 16:41:32.716047"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.717943"], ["updated_at", "2018-10-11 16:41:32.717943"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.720270"], ["updated_at", "2018-10-11 16:41:32.720270"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.722391"], ["updated_at", "2018-10-11 16:41:32.722391"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.725268"], ["updated_at", "2018-10-11 16:41:32.725268"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.728918"], ["updated_at", "2018-10-11 16:41:32.728918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.730882"], ["updated_at", "2018-10-11 16:41:32.730882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.732505"], ["updated_at", "2018-10-11 16:41:32.732505"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.734342"], ["updated_at", "2018-10-11 16:41:32.734342"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.736710"], ["updated_at", "2018-10-11 16:41:32.736710"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.738807"], ["updated_at", "2018-10-11 16:41:32.738807"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.743070"], ["updated_at", "2018-10-11 16:41:32.743070"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.746622"], ["updated_at", "2018-10-11 16:41:32.746622"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.750064"], ["updated_at", "2018-10-11 16:41:32.750064"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.753266"], ["updated_at", "2018-10-11 16:41:32.753266"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.758214"], ["updated_at", "2018-10-11 16:41:32.758214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.760751"], ["updated_at", "2018-10-11 16:41:32.760751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.762387"], ["updated_at", "2018-10-11 16:41:32.762387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.763967"], ["updated_at", "2018-10-11 16:41:32.763967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.765655"], ["updated_at", "2018-10-11 16:41:32.765655"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.767303"], ["updated_at", "2018-10-11 16:41:32.767303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.769187"], ["updated_at", "2018-10-11 16:41:32.769187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.770761"], ["updated_at", "2018-10-11 16:41:32.770761"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.772474"], ["updated_at", "2018-10-11 16:41:32.772474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.774297"], ["updated_at", "2018-10-11 16:41:32.774297"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.775864"], ["updated_at", "2018-10-11 16:41:32.775864"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.777584"], ["updated_at", "2018-10-11 16:41:32.777584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.779353"], ["updated_at", "2018-10-11 16:41:32.779353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.781125"], ["updated_at", "2018-10-11 16:41:32.781125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.782799"], ["updated_at", "2018-10-11 16:41:32.782799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.784367"], ["updated_at", "2018-10-11 16:41:32.784367"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.785997"], ["updated_at", "2018-10-11 16:41:32.785997"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.788057"], ["updated_at", "2018-10-11 16:41:32.788057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.790037"], ["updated_at", "2018-10-11 16:41:32.790037"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.792240"], ["updated_at", "2018-10-11 16:41:32.792240"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.796535"], ["updated_at", "2018-10-11 16:41:32.796535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.798490"], ["updated_at", "2018-10-11 16:41:32.798490"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.800120"], ["updated_at", "2018-10-11 16:41:32.800120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.801952"], ["updated_at", "2018-10-11 16:41:32.801952"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.803746"], ["updated_at", "2018-10-11 16:41:32.803746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.806734"], ["updated_at", "2018-10-11 16:41:32.806734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.808396"], ["updated_at", "2018-10-11 16:41:32.808396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.810138"], ["updated_at", "2018-10-11 16:41:32.810138"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.811917"], ["updated_at", "2018-10-11 16:41:32.811917"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.813818"], ["updated_at", "2018-10-11 16:41:32.813818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.815800"], ["updated_at", "2018-10-11 16:41:32.815800"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.817381"], ["updated_at", "2018-10-11 16:41:32.817381"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.819050"], ["updated_at", "2018-10-11 16:41:32.819050"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.821756"], ["updated_at", "2018-10-11 16:41:32.821756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.826332"], ["updated_at", "2018-10-11 16:41:32.826332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.828125"], ["updated_at", "2018-10-11 16:41:32.828125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.829855"], ["updated_at", "2018-10-11 16:41:32.829855"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.832072"], ["updated_at", "2018-10-11 16:41:32.832072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.834078"], ["updated_at", "2018-10-11 16:41:32.834078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.835856"], ["updated_at", "2018-10-11 16:41:32.835856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.837519"], ["updated_at", "2018-10-11 16:41:32.837519"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.839260"], ["updated_at", "2018-10-11 16:41:32.839260"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.841078"], ["updated_at", "2018-10-11 16:41:32.841078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.842971"], ["updated_at", "2018-10-11 16:41:32.842971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.844741"], ["updated_at", "2018-10-11 16:41:32.844741"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.846583"], ["updated_at", "2018-10-11 16:41:32.846583"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.848405"], ["updated_at", "2018-10-11 16:41:32.848405"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.850083"], ["updated_at", "2018-10-11 16:41:32.850083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.851772"], ["updated_at", "2018-10-11 16:41:32.851772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.853441"], ["updated_at", "2018-10-11 16:41:32.853441"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.855005"], ["updated_at", "2018-10-11 16:41:32.855005"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.856837"], ["updated_at", "2018-10-11 16:41:32.856837"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.860059"], ["updated_at", "2018-10-11 16:41:32.860059"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.863679"], ["updated_at", "2018-10-11 16:41:32.863679"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.866960"], ["updated_at", "2018-10-11 16:41:32.866960"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.869843"], ["updated_at", "2018-10-11 16:41:32.869843"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.872992"], ["updated_at", "2018-10-11 16:41:32.872992"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.875963"], ["updated_at", "2018-10-11 16:41:32.875963"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.879322"], ["updated_at", "2018-10-11 16:41:32.879322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.882314"], ["updated_at", "2018-10-11 16:41:32.882314"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.884031"], ["updated_at", "2018-10-11 16:41:32.884031"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.886321"], ["updated_at", "2018-10-11 16:41:32.886321"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.889885"], ["updated_at", "2018-10-11 16:41:32.889885"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.893191"], ["updated_at", "2018-10-11 16:41:32.893191"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.894941"], ["updated_at", "2018-10-11 16:41:32.894941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.896766"], ["updated_at", "2018-10-11 16:41:32.896766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.898474"], ["updated_at", "2018-10-11 16:41:32.898474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.900128"], ["updated_at", "2018-10-11 16:41:32.900128"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.901690"], ["updated_at", "2018-10-11 16:41:32.901690"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.903590"], ["updated_at", "2018-10-11 16:41:32.903590"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.905540"], ["updated_at", "2018-10-11 16:41:32.905540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.907259"], ["updated_at", "2018-10-11 16:41:32.907259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.908880"], ["updated_at", "2018-10-11 16:41:32.908880"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.910426"], ["updated_at", "2018-10-11 16:41:32.910426"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.912494"], ["updated_at", "2018-10-11 16:41:32.912494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.914292"], ["updated_at", "2018-10-11 16:41:32.914292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.916013"], ["updated_at", "2018-10-11 16:41:32.916013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.917590"], ["updated_at", "2018-10-11 16:41:32.917590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.919184"], ["updated_at", "2018-10-11 16:41:32.919184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.920802"], ["updated_at", "2018-10-11 16:41:32.920802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.922599"], ["updated_at", "2018-10-11 16:41:32.922599"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.924558"], ["updated_at", "2018-10-11 16:41:32.924558"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.927127"], ["updated_at", "2018-10-11 16:41:32.927127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.929235"], ["updated_at", "2018-10-11 16:41:32.929235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.930967"], ["updated_at", "2018-10-11 16:41:32.930967"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.932647"], ["updated_at", "2018-10-11 16:41:32.932647"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.934196"], ["updated_at", "2018-10-11 16:41:32.934196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.935797"], ["updated_at", "2018-10-11 16:41:32.935797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.938735"], ["updated_at", "2018-10-11 16:41:32.938735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.940439"], ["updated_at", "2018-10-11 16:41:32.940439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.942100"], ["updated_at", "2018-10-11 16:41:32.942100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.943803"], ["updated_at", "2018-10-11 16:41:32.943803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.945435"], ["updated_at", "2018-10-11 16:41:32.945435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.947140"], ["updated_at", "2018-10-11 16:41:32.947140"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.948767"], ["updated_at", "2018-10-11 16:41:32.948767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.950445"], ["updated_at", "2018-10-11 16:41:32.950445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.952083"], ["updated_at", "2018-10-11 16:41:32.952083"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.954585"], ["updated_at", "2018-10-11 16:41:32.954585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.958621"], ["updated_at", "2018-10-11 16:41:32.958621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.960617"], ["updated_at", "2018-10-11 16:41:32.960617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.962229"], ["updated_at", "2018-10-11 16:41:32.962229"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.963866"], ["updated_at", "2018-10-11 16:41:32.963866"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.965538"], ["updated_at", "2018-10-11 16:41:32.965538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.967701"], ["updated_at", "2018-10-11 16:41:32.967701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.969387"], ["updated_at", "2018-10-11 16:41:32.969387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.970990"], ["updated_at", "2018-10-11 16:41:32.970990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.972771"], ["updated_at", "2018-10-11 16:41:32.972771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.974401"], ["updated_at", "2018-10-11 16:41:32.974401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.975921"], ["updated_at", "2018-10-11 16:41:32.975921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.977601"], ["updated_at", "2018-10-11 16:41:32.977601"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.979326"], ["updated_at", "2018-10-11 16:41:32.979326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.981102"], ["updated_at", "2018-10-11 16:41:32.981102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.982695"], ["updated_at", "2018-10-11 16:41:32.982695"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.984664"], ["updated_at", "2018-10-11 16:41:32.984664"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.987457"], ["updated_at", "2018-10-11 16:41:32.987457"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.990175"], ["updated_at", "2018-10-11 16:41:32.990175"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.992903"], ["updated_at", "2018-10-11 16:41:32.992903"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.995792"], ["updated_at", "2018-10-11 16:41:32.995792"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:32.998230"], ["updated_at", "2018-10-11 16:41:32.998230"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.000205"], ["updated_at", "2018-10-11 16:41:33.000205"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.002252"], ["updated_at", "2018-10-11 16:41:33.002252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.004123"], ["updated_at", "2018-10-11 16:41:33.004123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.005798"], ["updated_at", "2018-10-11 16:41:33.005798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.009689"], ["updated_at", "2018-10-11 16:41:33.009689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.011345"], ["updated_at", "2018-10-11 16:41:33.011345"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.013179"], ["updated_at", "2018-10-11 16:41:33.013179"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.015001"], ["updated_at", "2018-10-11 16:41:33.015001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.016896"], ["updated_at", "2018-10-11 16:41:33.016896"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.018571"], ["updated_at", "2018-10-11 16:41:33.018571"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.020933"], ["updated_at", "2018-10-11 16:41:33.020933"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.025019"], ["updated_at", "2018-10-11 16:41:33.025019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.027372"], ["updated_at", "2018-10-11 16:41:33.027372"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.029045"], ["updated_at", "2018-10-11 16:41:33.029045"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.030834"], ["updated_at", "2018-10-11 16:41:33.030834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.032535"], ["updated_at", "2018-10-11 16:41:33.032535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.034157"], ["updated_at", "2018-10-11 16:41:33.034157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.035842"], ["updated_at", "2018-10-11 16:41:33.035842"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.037460"], ["updated_at", "2018-10-11 16:41:33.037460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.039191"], ["updated_at", "2018-10-11 16:41:33.039191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.042189"], ["updated_at", "2018-10-11 16:41:33.042189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.043842"], ["updated_at", "2018-10-11 16:41:33.043842"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.045536"], ["updated_at", "2018-10-11 16:41:33.045536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.047318"], ["updated_at", "2018-10-11 16:41:33.047318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.048997"], ["updated_at", "2018-10-11 16:41:33.048997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.050581"], ["updated_at", "2018-10-11 16:41:33.050581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.052185"], ["updated_at", "2018-10-11 16:41:33.052185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.053808"], ["updated_at", "2018-10-11 16:41:33.053808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.055423"], ["updated_at", "2018-10-11 16:41:33.055423"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.057317"], ["updated_at", "2018-10-11 16:41:33.057317"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.059797"], ["updated_at", "2018-10-11 16:41:33.059797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.061941"], ["updated_at", "2018-10-11 16:41:33.061941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.063767"], ["updated_at", "2018-10-11 16:41:33.063767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.065561"], ["updated_at", "2018-10-11 16:41:33.065561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.067158"], ["updated_at", "2018-10-11 16:41:33.067158"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.068824"], ["updated_at", "2018-10-11 16:41:33.068824"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.071449"], ["updated_at", "2018-10-11 16:41:33.071449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.073225"], ["updated_at", "2018-10-11 16:41:33.073225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.074877"], ["updated_at", "2018-10-11 16:41:33.074877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.076539"], ["updated_at", "2018-10-11 16:41:33.076539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.078082"], ["updated_at", "2018-10-11 16:41:33.078082"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.079838"], ["updated_at", "2018-10-11 16:41:33.079838"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.081706"], ["updated_at", "2018-10-11 16:41:33.081706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.083536"], ["updated_at", "2018-10-11 16:41:33.083536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.085174"], ["updated_at", "2018-10-11 16:41:33.085174"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.087396"], ["updated_at", "2018-10-11 16:41:33.087396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.091435"], ["updated_at", "2018-10-11 16:41:33.091435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.093934"], ["updated_at", "2018-10-11 16:41:33.093934"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.095557"], ["updated_at", "2018-10-11 16:41:33.095557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.097311"], ["updated_at", "2018-10-11 16:41:33.097311"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.099003"], ["updated_at", "2018-10-11 16:41:33.099003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.100773"], ["updated_at", "2018-10-11 16:41:33.100773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.102361"], ["updated_at", "2018-10-11 16:41:33.102361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.103998"], ["updated_at", "2018-10-11 16:41:33.103998"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.105688"], ["updated_at", "2018-10-11 16:41:33.105688"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.108437"], ["updated_at", "2018-10-11 16:41:33.108437"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.111154"], ["updated_at", "2018-10-11 16:41:33.111154"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.113796"], ["updated_at", "2018-10-11 16:41:33.113796"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.116375"], ["updated_at", "2018-10-11 16:41:33.116375"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.119114"], ["updated_at", "2018-10-11 16:41:33.119114"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.121798"], ["updated_at", "2018-10-11 16:41:33.121798"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.124478"], ["updated_at", "2018-10-11 16:41:33.124478"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.127490"], ["updated_at", "2018-10-11 16:41:33.127490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.129465"], ["updated_at", "2018-10-11 16:41:33.129465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.131219"], ["updated_at", "2018-10-11 16:41:33.131219"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.132891"], ["updated_at", "2018-10-11 16:41:33.132891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.134473"], ["updated_at", "2018-10-11 16:41:33.134473"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.136095"], ["updated_at", "2018-10-11 16:41:33.136095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.138828"], ["updated_at", "2018-10-11 16:41:33.138828"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.140545"], ["updated_at", "2018-10-11 16:41:33.140545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.142554"], ["updated_at", "2018-10-11 16:41:33.142554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.144180"], ["updated_at", "2018-10-11 16:41:33.144180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.145875"], ["updated_at", "2018-10-11 16:41:33.145875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.147588"], ["updated_at", "2018-10-11 16:41:33.147588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.149183"], ["updated_at", "2018-10-11 16:41:33.149183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.150880"], ["updated_at", "2018-10-11 16:41:33.150880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.152447"], ["updated_at", "2018-10-11 16:41:33.152447"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.155128"], ["updated_at", "2018-10-11 16:41:33.155128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.159523"], ["updated_at", "2018-10-11 16:41:33.159523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.161509"], ["updated_at", "2018-10-11 16:41:33.161509"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.163206"], ["updated_at", "2018-10-11 16:41:33.163206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.164871"], ["updated_at", "2018-10-11 16:41:33.164871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.166432"], ["updated_at", "2018-10-11 16:41:33.166432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.168046"], ["updated_at", "2018-10-11 16:41:33.168046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.169645"], ["updated_at", "2018-10-11 16:41:33.169645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.171280"], ["updated_at", "2018-10-11 16:41:33.171280"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.173004"], ["updated_at", "2018-10-11 16:41:33.173004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.174702"], ["updated_at", "2018-10-11 16:41:33.174702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.176258"], ["updated_at", "2018-10-11 16:41:33.176258"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.177932"], ["updated_at", "2018-10-11 16:41:33.177932"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.179689"], ["updated_at", "2018-10-11 16:41:33.179689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.181508"], ["updated_at", "2018-10-11 16:41:33.181508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.183085"], ["updated_at", "2018-10-11 16:41:33.183085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.184898"], ["updated_at", "2018-10-11 16:41:33.184898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.186587"], ["updated_at", "2018-10-11 16:41:33.186587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.188217"], ["updated_at", "2018-10-11 16:41:33.188217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.189885"], ["updated_at", "2018-10-11 16:41:33.189885"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.191567"], ["updated_at", "2018-10-11 16:41:33.191567"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.193953"], ["updated_at", "2018-10-11 16:41:33.193953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.196175"], ["updated_at", "2018-10-11 16:41:33.196175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.198019"], ["updated_at", "2018-10-11 16:41:33.198019"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.199633"], ["updated_at", "2018-10-11 16:41:33.199633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.201157"], ["updated_at", "2018-10-11 16:41:33.201157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.202697"], ["updated_at", "2018-10-11 16:41:33.202697"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.206251"], ["updated_at", "2018-10-11 16:41:33.206251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.207990"], ["updated_at", "2018-10-11 16:41:33.207990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.209684"], ["updated_at", "2018-10-11 16:41:33.209684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.211286"], ["updated_at", "2018-10-11 16:41:33.211286"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.212955"], ["updated_at", "2018-10-11 16:41:33.212955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.214655"], ["updated_at", "2018-10-11 16:41:33.214655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.216291"], ["updated_at", "2018-10-11 16:41:33.216291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.217900"], ["updated_at", "2018-10-11 16:41:33.217900"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.219768"], ["updated_at", "2018-10-11 16:41:33.219768"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.224387"], ["updated_at", "2018-10-11 16:41:33.224387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.226780"], ["updated_at", "2018-10-11 16:41:33.226780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.228433"], ["updated_at", "2018-10-11 16:41:33.228433"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.230140"], ["updated_at", "2018-10-11 16:41:33.230140"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.232395"], ["updated_at", "2018-10-11 16:41:33.232395"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.234950"], ["updated_at", "2018-10-11 16:41:33.234950"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.237504"], ["updated_at", "2018-10-11 16:41:33.237504"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.240306"], ["updated_at", "2018-10-11 16:41:33.240306"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.243020"], ["updated_at", "2018-10-11 16:41:33.243020"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.245814"], ["updated_at", "2018-10-11 16:41:33.245814"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.248629"], ["updated_at", "2018-10-11 16:41:33.248629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.251188"], ["updated_at", "2018-10-11 16:41:33.251188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.252785"], ["updated_at", "2018-10-11 16:41:33.252785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.254397"], ["updated_at", "2018-10-11 16:41:33.254397"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.256000"], ["updated_at", "2018-10-11 16:41:33.256000"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.257932"], ["updated_at", "2018-10-11 16:41:33.257932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.260412"], ["updated_at", "2018-10-11 16:41:33.260412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.262430"], ["updated_at", "2018-10-11 16:41:33.262430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.264291"], ["updated_at", "2018-10-11 16:41:33.264291"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.265995"], ["updated_at", "2018-10-11 16:41:33.265995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.267702"], ["updated_at", "2018-10-11 16:41:33.267702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.269271"], ["updated_at", "2018-10-11 16:41:33.269271"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.272464"], ["updated_at", "2018-10-11 16:41:33.272464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.274333"], ["updated_at", "2018-10-11 16:41:33.274333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.275908"], ["updated_at", "2018-10-11 16:41:33.275908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.277550"], ["updated_at", "2018-10-11 16:41:33.277550"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.279182"], ["updated_at", "2018-10-11 16:41:33.279182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.280899"], ["updated_at", "2018-10-11 16:41:33.280899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.282606"], ["updated_at", "2018-10-11 16:41:33.282606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.284165"], ["updated_at", "2018-10-11 16:41:33.284165"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.285981"], ["updated_at", "2018-10-11 16:41:33.285981"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.289564"], ["updated_at", "2018-10-11 16:41:33.289564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.292846"], ["updated_at", "2018-10-11 16:41:33.292846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.294423"], ["updated_at", "2018-10-11 16:41:33.294423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.296179"], ["updated_at", "2018-10-11 16:41:33.296179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.297975"], ["updated_at", "2018-10-11 16:41:33.297975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.299634"], ["updated_at", "2018-10-11 16:41:33.299634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.301170"], ["updated_at", "2018-10-11 16:41:33.301170"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.302990"], ["updated_at", "2018-10-11 16:41:33.302990"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.304686"], ["updated_at", "2018-10-11 16:41:33.304686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.306477"], ["updated_at", "2018-10-11 16:41:33.306477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.308096"], ["updated_at", "2018-10-11 16:41:33.308096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.309647"], ["updated_at", "2018-10-11 16:41:33.309647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.311332"], ["updated_at", "2018-10-11 16:41:33.311332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.312967"], ["updated_at", "2018-10-11 16:41:33.312967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.314609"], ["updated_at", "2018-10-11 16:41:33.314609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.316198"], ["updated_at", "2018-10-11 16:41:33.316198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.317793"], ["updated_at", "2018-10-11 16:41:33.317793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.319352"], ["updated_at", "2018-10-11 16:41:33.319352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.321012"], ["updated_at", "2018-10-11 16:41:33.321012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.322584"], ["updated_at", "2018-10-11 16:41:33.322584"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.324517"], ["updated_at", "2018-10-11 16:41:33.324517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.327335"], ["updated_at", "2018-10-11 16:41:33.327335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.329329"], ["updated_at", "2018-10-11 16:41:33.329329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.331105"], ["updated_at", "2018-10-11 16:41:33.331105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.332668"], ["updated_at", "2018-10-11 16:41:33.332668"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.334242"], ["updated_at", "2018-10-11 16:41:33.334242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.335936"], ["updated_at", "2018-10-11 16:41:33.335936"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.338700"], ["updated_at", "2018-10-11 16:41:33.338700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.340387"], ["updated_at", "2018-10-11 16:41:33.340387"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.341987"], ["updated_at", "2018-10-11 16:41:33.341987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.343655"], ["updated_at", "2018-10-11 16:41:33.343655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.345301"], ["updated_at", "2018-10-11 16:41:33.345301"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.346907"], ["updated_at", "2018-10-11 16:41:33.346907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.348587"], ["updated_at", "2018-10-11 16:41:33.348587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.350130"], ["updated_at", "2018-10-11 16:41:33.350130"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.351793"], ["updated_at", "2018-10-11 16:41:33.351793"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.353810"], ["updated_at", "2018-10-11 16:41:33.353810"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.358914"], ["updated_at", "2018-10-11 16:41:33.358914"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.362047"], ["updated_at", "2018-10-11 16:41:33.362047"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.364719"], ["updated_at", "2018-10-11 16:41:33.364719"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.367319"], ["updated_at", "2018-10-11 16:41:33.367319"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.369975"], ["updated_at", "2018-10-11 16:41:33.369975"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.372749"], ["updated_at", "2018-10-11 16:41:33.372749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.375190"], ["updated_at", "2018-10-11 16:41:33.375190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.376853"], ["updated_at", "2018-10-11 16:41:33.376853"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.378436"], ["updated_at", "2018-10-11 16:41:33.378436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.380189"], ["updated_at", "2018-10-11 16:41:33.380189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.381999"], ["updated_at", "2018-10-11 16:41:33.381999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.383805"], ["updated_at", "2018-10-11 16:41:33.383805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.385422"], ["updated_at", "2018-10-11 16:41:33.385422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.387057"], ["updated_at", "2018-10-11 16:41:33.387057"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.388645"], ["updated_at", "2018-10-11 16:41:33.388645"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.390363"], ["updated_at", "2018-10-11 16:41:33.390363"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.392497"], ["updated_at", "2018-10-11 16:41:33.392497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.395172"], ["updated_at", "2018-10-11 16:41:33.395172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.397248"], ["updated_at", "2018-10-11 16:41:33.397248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.399069"], ["updated_at", "2018-10-11 16:41:33.399069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.400696"], ["updated_at", "2018-10-11 16:41:33.400696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.402319"], ["updated_at", "2018-10-11 16:41:33.402319"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.403975"], ["updated_at", "2018-10-11 16:41:33.403975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.407067"], ["updated_at", "2018-10-11 16:41:33.407067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.408738"], ["updated_at", "2018-10-11 16:41:33.408738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.410381"], ["updated_at", "2018-10-11 16:41:33.410381"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.411938"], ["updated_at", "2018-10-11 16:41:33.411938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.413692"], ["updated_at", "2018-10-11 16:41:33.413692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.415409"], ["updated_at", "2018-10-11 16:41:33.415409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.417024"], ["updated_at", "2018-10-11 16:41:33.417024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.418611"], ["updated_at", "2018-10-11 16:41:33.418611"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.421092"], ["updated_at", "2018-10-11 16:41:33.421092"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.425063"], ["updated_at", "2018-10-11 16:41:33.425063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.427315"], ["updated_at", "2018-10-11 16:41:33.427315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.428985"], ["updated_at", "2018-10-11 16:41:33.428985"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.430742"], ["updated_at", "2018-10-11 16:41:33.430742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.432489"], ["updated_at", "2018-10-11 16:41:33.432489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.434242"], ["updated_at", "2018-10-11 16:41:33.434242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.435940"], ["updated_at", "2018-10-11 16:41:33.435940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.437530"], ["updated_at", "2018-10-11 16:41:33.437530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.439222"], ["updated_at", "2018-10-11 16:41:33.439222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.440953"], ["updated_at", "2018-10-11 16:41:33.440953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.442612"], ["updated_at", "2018-10-11 16:41:33.442612"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.444180"], ["updated_at", "2018-10-11 16:41:33.444180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.445907"], ["updated_at", "2018-10-11 16:41:33.445907"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.447589"], ["updated_at", "2018-10-11 16:41:33.447589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.449311"], ["updated_at", "2018-10-11 16:41:33.449311"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.450934"], ["updated_at", "2018-10-11 16:41:33.450934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.453871"], ["updated_at", "2018-10-11 16:41:33.453871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.455486"], ["updated_at", "2018-10-11 16:41:33.455486"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.457215"], ["updated_at", "2018-10-11 16:41:33.457215"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.458955"], ["updated_at", "2018-10-11 16:41:33.458955"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.461482"], ["updated_at", "2018-10-11 16:41:33.461482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.463661"], ["updated_at", "2018-10-11 16:41:33.463661"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.465508"], ["updated_at", "2018-10-11 16:41:33.465508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.467123"], ["updated_at", "2018-10-11 16:41:33.467123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.468755"], ["updated_at", "2018-10-11 16:41:33.468755"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.470373"], ["updated_at", "2018-10-11 16:41:33.470373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.473346"], ["updated_at", "2018-10-11 16:41:33.473346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.475002"], ["updated_at", "2018-10-11 16:41:33.475002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.476628"], ["updated_at", "2018-10-11 16:41:33.476628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.478202"], ["updated_at", "2018-10-11 16:41:33.478202"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.480083"], ["updated_at", "2018-10-11 16:41:33.480083"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.482788"], ["updated_at", "2018-10-11 16:41:33.482788"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.485385"], ["updated_at", "2018-10-11 16:41:33.485385"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.489150"], ["updated_at", "2018-10-11 16:41:33.489150"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.493637"], ["updated_at", "2018-10-11 16:41:33.493637"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.496441"], ["updated_at", "2018-10-11 16:41:33.496441"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.499300"], ["updated_at", "2018-10-11 16:41:33.499300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.501961"], ["updated_at", "2018-10-11 16:41:33.501961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.503720"], ["updated_at", "2018-10-11 16:41:33.503720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.505378"], ["updated_at", "2018-10-11 16:41:33.505378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.507161"], ["updated_at", "2018-10-11 16:41:33.507161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.508811"], ["updated_at", "2018-10-11 16:41:33.508811"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.510406"], ["updated_at", "2018-10-11 16:41:33.510406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.512084"], ["updated_at", "2018-10-11 16:41:33.512084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.513771"], ["updated_at", "2018-10-11 16:41:33.513771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.515451"], ["updated_at", "2018-10-11 16:41:33.515451"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.517035"], ["updated_at", "2018-10-11 16:41:33.517035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.518711"], ["updated_at", "2018-10-11 16:41:33.518711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.520257"], ["updated_at", "2018-10-11 16:41:33.520257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.521931"], ["updated_at", "2018-10-11 16:41:33.521931"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.523531"], ["updated_at", "2018-10-11 16:41:33.523531"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.525465"], ["updated_at", "2018-10-11 16:41:33.525465"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.528017"], ["updated_at", "2018-10-11 16:41:33.528017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.530130"], ["updated_at", "2018-10-11 16:41:33.530130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.531867"], ["updated_at", "2018-10-11 16:41:33.531867"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.533527"], ["updated_at", "2018-10-11 16:41:33.533527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.535400"], ["updated_at", "2018-10-11 16:41:33.535400"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.536996"], ["updated_at", "2018-10-11 16:41:33.536996"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.539896"], ["updated_at", "2018-10-11 16:41:33.539896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.541629"], ["updated_at", "2018-10-11 16:41:33.541629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.543169"], ["updated_at", "2018-10-11 16:41:33.543169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.544837"], ["updated_at", "2018-10-11 16:41:33.544837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.546432"], ["updated_at", "2018-10-11 16:41:33.546432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.548097"], ["updated_at", "2018-10-11 16:41:33.548097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.549725"], ["updated_at", "2018-10-11 16:41:33.549725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.551299"], ["updated_at", "2018-10-11 16:41:33.551299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.552942"], ["updated_at", "2018-10-11 16:41:33.552942"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.555506"], ["updated_at", "2018-10-11 16:41:33.555506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.559696"], ["updated_at", "2018-10-11 16:41:33.559696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.561553"], ["updated_at", "2018-10-11 16:41:33.561553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.563221"], ["updated_at", "2018-10-11 16:41:33.563221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.564899"], ["updated_at", "2018-10-11 16:41:33.564899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.566514"], ["updated_at", "2018-10-11 16:41:33.566514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.568176"], ["updated_at", "2018-10-11 16:41:33.568176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.569916"], ["updated_at", "2018-10-11 16:41:33.569916"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.571521"], ["updated_at", "2018-10-11 16:41:33.571521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.573303"], ["updated_at", "2018-10-11 16:41:33.573303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.575009"], ["updated_at", "2018-10-11 16:41:33.575009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.576647"], ["updated_at", "2018-10-11 16:41:33.576647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.578289"], ["updated_at", "2018-10-11 16:41:33.578289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.580027"], ["updated_at", "2018-10-11 16:41:33.580027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.581706"], ["updated_at", "2018-10-11 16:41:33.581706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.583379"], ["updated_at", "2018-10-11 16:41:33.583379"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.585176"], ["updated_at", "2018-10-11 16:41:33.585176"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.587200"], ["updated_at", "2018-10-11 16:41:33.587200"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.588900"], ["updated_at", "2018-10-11 16:41:33.588900"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.590738"], ["updated_at", "2018-10-11 16:41:33.590738"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.593441"], ["updated_at", "2018-10-11 16:41:33.593441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.595554"], ["updated_at", "2018-10-11 16:41:33.595554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.597445"], ["updated_at", "2018-10-11 16:41:33.597445"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.599207"], ["updated_at", "2018-10-11 16:41:33.599207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.600961"], ["updated_at", "2018-10-11 16:41:33.600961"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.602483"], ["updated_at", "2018-10-11 16:41:33.602483"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.605522"], ["updated_at", "2018-10-11 16:41:33.605522"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.608513"], ["updated_at", "2018-10-11 16:41:33.608513"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.611246"], ["updated_at", "2018-10-11 16:41:33.611246"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.614030"], ["updated_at", "2018-10-11 16:41:33.614030"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.616911"], ["updated_at", "2018-10-11 16:41:33.616911"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.619486"], ["updated_at", "2018-10-11 16:41:33.619486"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.623789"], ["updated_at", "2018-10-11 16:41:33.623789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.627610"], ["updated_at", "2018-10-11 16:41:33.627610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.629394"], ["updated_at", "2018-10-11 16:41:33.629394"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.631139"], ["updated_at", "2018-10-11 16:41:33.631139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.632916"], ["updated_at", "2018-10-11 16:41:33.632916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.634561"], ["updated_at", "2018-10-11 16:41:33.634561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.636125"], ["updated_at", "2018-10-11 16:41:33.636125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.637795"], ["updated_at", "2018-10-11 16:41:33.637795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.639745"], ["updated_at", "2018-10-11 16:41:33.639745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.641433"], ["updated_at", "2018-10-11 16:41:33.641433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.643051"], ["updated_at", "2018-10-11 16:41:33.643051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.644607"], ["updated_at", "2018-10-11 16:41:33.644607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.646273"], ["updated_at", "2018-10-11 16:41:33.646273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.647937"], ["updated_at", "2018-10-11 16:41:33.647937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.649605"], ["updated_at", "2018-10-11 16:41:33.649605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.651234"], ["updated_at", "2018-10-11 16:41:33.651234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.652868"], ["updated_at", "2018-10-11 16:41:33.652868"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.654443"], ["updated_at", "2018-10-11 16:41:33.654443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.656153"], ["updated_at", "2018-10-11 16:41:33.656153"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.658089"], ["updated_at", "2018-10-11 16:41:33.658089"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.660509"], ["updated_at", "2018-10-11 16:41:33.660509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.662887"], ["updated_at", "2018-10-11 16:41:33.662887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.664743"], ["updated_at", "2018-10-11 16:41:33.664743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.666509"], ["updated_at", "2018-10-11 16:41:33.666509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.668110"], ["updated_at", "2018-10-11 16:41:33.668110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.669702"], ["updated_at", "2018-10-11 16:41:33.669702"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.672635"], ["updated_at", "2018-10-11 16:41:33.672635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.674538"], ["updated_at", "2018-10-11 16:41:33.674538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.676136"], ["updated_at", "2018-10-11 16:41:33.676136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.677794"], ["updated_at", "2018-10-11 16:41:33.677794"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.679523"], ["updated_at", "2018-10-11 16:41:33.679523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.681300"], ["updated_at", "2018-10-11 16:41:33.681300"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.683080"], ["updated_at", "2018-10-11 16:41:33.683080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.684739"], ["updated_at", "2018-10-11 16:41:33.684739"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.686581"], ["updated_at", "2018-10-11 16:41:33.686581"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.690209"], ["updated_at", "2018-10-11 16:41:33.690209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.693290"], ["updated_at", "2018-10-11 16:41:33.693290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.694890"], ["updated_at", "2018-10-11 16:41:33.694890"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.696625"], ["updated_at", "2018-10-11 16:41:33.696625"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.698442"], ["updated_at", "2018-10-11 16:41:33.698442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.700347"], ["updated_at", "2018-10-11 16:41:33.700347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.701973"], ["updated_at", "2018-10-11 16:41:33.701973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.703647"], ["updated_at", "2018-10-11 16:41:33.703647"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.705244"], ["updated_at", "2018-10-11 16:41:33.705244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.706967"], ["updated_at", "2018-10-11 16:41:33.706967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.708714"], ["updated_at", "2018-10-11 16:41:33.708714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.710377"], ["updated_at", "2018-10-11 16:41:33.710377"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.712004"], ["updated_at", "2018-10-11 16:41:33.712004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.713753"], ["updated_at", "2018-10-11 16:41:33.713753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.715430"], ["updated_at", "2018-10-11 16:41:33.715430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.717061"], ["updated_at", "2018-10-11 16:41:33.717061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.718748"], ["updated_at", "2018-10-11 16:41:33.718748"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.720361"], ["updated_at", "2018-10-11 16:41:33.720361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.721983"], ["updated_at", "2018-10-11 16:41:33.721983"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.723662"], ["updated_at", "2018-10-11 16:41:33.723662"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.726348"], ["updated_at", "2018-10-11 16:41:33.726348"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.728764"], ["updated_at", "2018-10-11 16:41:33.728764"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.730837"], ["updated_at", "2018-10-11 16:41:33.730837"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.732820"], ["updated_at", "2018-10-11 16:41:33.732820"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.734709"], ["updated_at", "2018-10-11 16:41:33.734709"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.736665"], ["updated_at", "2018-10-11 16:41:33.736665"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.738696"], ["updated_at", "2018-10-11 16:41:33.738696"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.743383"], ["updated_at", "2018-10-11 16:41:33.743383"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.746066"], ["updated_at", "2018-10-11 16:41:33.746066"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.748795"], ["updated_at", "2018-10-11 16:41:33.748795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.751366"], ["updated_at", "2018-10-11 16:41:33.751366"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.753044"], ["updated_at", "2018-10-11 16:41:33.753044"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.756469"], ["updated_at", "2018-10-11 16:41:33.756469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.760438"], ["updated_at", "2018-10-11 16:41:33.760438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.762164"], ["updated_at", "2018-10-11 16:41:33.762164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.763888"], ["updated_at", "2018-10-11 16:41:33.763888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.765542"], ["updated_at", "2018-10-11 16:41:33.765542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.767157"], ["updated_at", "2018-10-11 16:41:33.767157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.768734"], ["updated_at", "2018-10-11 16:41:33.768734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.770458"], ["updated_at", "2018-10-11 16:41:33.770458"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.772137"], ["updated_at", "2018-10-11 16:41:33.772137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.773929"], ["updated_at", "2018-10-11 16:41:33.773929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.775538"], ["updated_at", "2018-10-11 16:41:33.775538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.777136"], ["updated_at", "2018-10-11 16:41:33.777136"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.778745"], ["updated_at", "2018-10-11 16:41:33.778745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.780487"], ["updated_at", "2018-10-11 16:41:33.780487"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.782209"], ["updated_at", "2018-10-11 16:41:33.782209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.784282"], ["updated_at", "2018-10-11 16:41:33.784282"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.785919"], ["updated_at", "2018-10-11 16:41:33.785919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.787603"], ["updated_at", "2018-10-11 16:41:33.787603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.789247"], ["updated_at", "2018-10-11 16:41:33.789247"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.791426"], ["updated_at", "2018-10-11 16:41:33.791426"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.794354"], ["updated_at", "2018-10-11 16:41:33.794354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.796626"], ["updated_at", "2018-10-11 16:41:33.796626"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.798467"], ["updated_at", "2018-10-11 16:41:33.798467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.800407"], ["updated_at", "2018-10-11 16:41:33.800407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.802054"], ["updated_at", "2018-10-11 16:41:33.802054"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.803662"], ["updated_at", "2018-10-11 16:41:33.803662"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.806650"], ["updated_at", "2018-10-11 16:41:33.806650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.808467"], ["updated_at", "2018-10-11 16:41:33.808467"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.810104"], ["updated_at", "2018-10-11 16:41:33.810104"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.811749"], ["updated_at", "2018-10-11 16:41:33.811749"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.813655"], ["updated_at", "2018-10-11 16:41:33.813655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.815529"], ["updated_at", "2018-10-11 16:41:33.815529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.817180"], ["updated_at", "2018-10-11 16:41:33.817180"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.818851"], ["updated_at", "2018-10-11 16:41:33.818851"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.821284"], ["updated_at", "2018-10-11 16:41:33.821284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.825884"], ["updated_at", "2018-10-11 16:41:33.825884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.827791"], ["updated_at", "2018-10-11 16:41:33.827791"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.829500"], ["updated_at", "2018-10-11 16:41:33.829500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.831632"], ["updated_at", "2018-10-11 16:41:33.831632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.833394"], ["updated_at", "2018-10-11 16:41:33.833394"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.834972"], ["updated_at", "2018-10-11 16:41:33.834972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.836645"], ["updated_at", "2018-10-11 16:41:33.836645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.838210"], ["updated_at", "2018-10-11 16:41:33.838210"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.839966"], ["updated_at", "2018-10-11 16:41:33.839966"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.841738"], ["updated_at", "2018-10-11 16:41:33.841738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.843554"], ["updated_at", "2018-10-11 16:41:33.843554"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.845456"], ["updated_at", "2018-10-11 16:41:33.845456"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.847406"], ["updated_at", "2018-10-11 16:41:33.847406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.849335"], ["updated_at", "2018-10-11 16:41:33.849335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.851110"], ["updated_at", "2018-10-11 16:41:33.851110"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.852812"], ["updated_at", "2018-10-11 16:41:33.852812"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.855023"], ["updated_at", "2018-10-11 16:41:33.855023"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.857752"], ["updated_at", "2018-10-11 16:41:33.857752"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.860283"], ["updated_at", "2018-10-11 16:41:33.860283"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.862991"], ["updated_at", "2018-10-11 16:41:33.862991"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.865375"], ["updated_at", "2018-10-11 16:41:33.865375"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.867538"], ["updated_at", "2018-10-11 16:41:33.867538"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.869580"], ["updated_at", "2018-10-11 16:41:33.869580"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.872874"], ["updated_at", "2018-10-11 16:41:33.872874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.876984"], ["updated_at", "2018-10-11 16:41:33.876984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.878628"], ["updated_at", "2018-10-11 16:41:33.878628"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.880284"], ["updated_at", "2018-10-11 16:41:33.880284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.882104"], ["updated_at", "2018-10-11 16:41:33.882104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.883668"], ["updated_at", "2018-10-11 16:41:33.883668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.885287"], ["updated_at", "2018-10-11 16:41:33.885287"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.886849"], ["updated_at", "2018-10-11 16:41:33.886849"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.890710"], ["updated_at", "2018-10-11 16:41:33.890710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.894524"], ["updated_at", "2018-10-11 16:41:33.894524"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.896666"], ["updated_at", "2018-10-11 16:41:33.896666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.898669"], ["updated_at", "2018-10-11 16:41:33.898669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.900393"], ["updated_at", "2018-10-11 16:41:33.900393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.901981"], ["updated_at", "2018-10-11 16:41:33.901981"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.903571"], ["updated_at", "2018-10-11 16:41:33.903571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.905444"], ["updated_at", "2018-10-11 16:41:33.905444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.907398"], ["updated_at", "2018-10-11 16:41:33.907398"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.909472"], ["updated_at", "2018-10-11 16:41:33.909472"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.912335"], ["updated_at", "2018-10-11 16:41:33.912335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.914665"], ["updated_at", "2018-10-11 16:41:33.914665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.916462"], ["updated_at", "2018-10-11 16:41:33.916462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.918120"], ["updated_at", "2018-10-11 16:41:33.918120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.919709"], ["updated_at", "2018-10-11 16:41:33.919709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.921369"], ["updated_at", "2018-10-11 16:41:33.921369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.923065"], ["updated_at", "2018-10-11 16:41:33.923065"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.924765"], ["updated_at", "2018-10-11 16:41:33.924765"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.927169"], ["updated_at", "2018-10-11 16:41:33.927169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.929642"], ["updated_at", "2018-10-11 16:41:33.929642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.931415"], ["updated_at", "2018-10-11 16:41:33.931415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.933146"], ["updated_at", "2018-10-11 16:41:33.933146"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.934727"], ["updated_at", "2018-10-11 16:41:33.934727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.936319"], ["updated_at", "2018-10-11 16:41:33.936319"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.939133"], ["updated_at", "2018-10-11 16:41:33.939133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.941057"], ["updated_at", "2018-10-11 16:41:33.941057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.942680"], ["updated_at", "2018-10-11 16:41:33.942680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.944329"], ["updated_at", "2018-10-11 16:41:33.944329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.946027"], ["updated_at", "2018-10-11 16:41:33.946027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.947701"], ["updated_at", "2018-10-11 16:41:33.947701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.949370"], ["updated_at", "2018-10-11 16:41:33.949370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.950965"], ["updated_at", "2018-10-11 16:41:33.950965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.952631"], ["updated_at", "2018-10-11 16:41:33.952631"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.955156"], ["updated_at", "2018-10-11 16:41:33.955156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.959463"], ["updated_at", "2018-10-11 16:41:33.959463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.961758"], ["updated_at", "2018-10-11 16:41:33.961758"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.963423"], ["updated_at", "2018-10-11 16:41:33.963423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.965139"], ["updated_at", "2018-10-11 16:41:33.965139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.966761"], ["updated_at", "2018-10-11 16:41:33.966761"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.968299"], ["updated_at", "2018-10-11 16:41:33.968299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.970123"], ["updated_at", "2018-10-11 16:41:33.970123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.971855"], ["updated_at", "2018-10-11 16:41:33.971855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.973600"], ["updated_at", "2018-10-11 16:41:33.973600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.975281"], ["updated_at", "2018-10-11 16:41:33.975281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.976970"], ["updated_at", "2018-10-11 16:41:33.976970"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.978596"], ["updated_at", "2018-10-11 16:41:33.978596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.980367"], ["updated_at", "2018-10-11 16:41:33.980367"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.982441"], ["updated_at", "2018-10-11 16:41:33.982441"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.985067"], ["updated_at", "2018-10-11 16:41:33.985067"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.987897"], ["updated_at", "2018-10-11 16:41:33.987897"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.990603"], ["updated_at", "2018-10-11 16:41:33.990603"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.994501"], ["updated_at", "2018-10-11 16:41:33.994501"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.996722"], ["updated_at", "2018-10-11 16:41:33.996722"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:33.998993"], ["updated_at", "2018-10-11 16:41:33.998993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.001029"], ["updated_at", "2018-10-11 16:41:34.001029"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.002835"], ["updated_at", "2018-10-11 16:41:34.002835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.004389"], ["updated_at", "2018-10-11 16:41:34.004389"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.006116"], ["updated_at", "2018-10-11 16:41:34.006116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.009145"], ["updated_at", "2018-10-11 16:41:34.009145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.010778"], ["updated_at", "2018-10-11 16:41:34.010778"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.012390"], ["updated_at", "2018-10-11 16:41:34.012390"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.014139"], ["updated_at", "2018-10-11 16:41:34.014139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.015927"], ["updated_at", "2018-10-11 16:41:34.015927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.017518"], ["updated_at", "2018-10-11 16:41:34.017518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.019140"], ["updated_at", "2018-10-11 16:41:34.019140"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.021296"], ["updated_at", "2018-10-11 16:41:34.021296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.025879"], ["updated_at", "2018-10-11 16:41:34.025879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.028338"], ["updated_at", "2018-10-11 16:41:34.028338"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.030065"], ["updated_at", "2018-10-11 16:41:34.030065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.031782"], ["updated_at", "2018-10-11 16:41:34.031782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.033402"], ["updated_at", "2018-10-11 16:41:34.033402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.035033"], ["updated_at", "2018-10-11 16:41:34.035033"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.036595"], ["updated_at", "2018-10-11 16:41:34.036595"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.038388"], ["updated_at", "2018-10-11 16:41:34.038388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.040929"], ["updated_at", "2018-10-11 16:41:34.040929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.042592"], ["updated_at", "2018-10-11 16:41:34.042592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.044217"], ["updated_at", "2018-10-11 16:41:34.044217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.045849"], ["updated_at", "2018-10-11 16:41:34.045849"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.047528"], ["updated_at", "2018-10-11 16:41:34.047528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.049249"], ["updated_at", "2018-10-11 16:41:34.049249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.050801"], ["updated_at", "2018-10-11 16:41:34.050801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.052425"], ["updated_at", "2018-10-11 16:41:34.052425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.053939"], ["updated_at", "2018-10-11 16:41:34.053939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.055582"], ["updated_at", "2018-10-11 16:41:34.055582"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.057508"], ["updated_at", "2018-10-11 16:41:34.057508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.059945"], ["updated_at", "2018-10-11 16:41:34.059945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.062124"], ["updated_at", "2018-10-11 16:41:34.062124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.063977"], ["updated_at", "2018-10-11 16:41:34.063977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.065728"], ["updated_at", "2018-10-11 16:41:34.065728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.067441"], ["updated_at", "2018-10-11 16:41:34.067441"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.069153"], ["updated_at", "2018-10-11 16:41:34.069153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.071872"], ["updated_at", "2018-10-11 16:41:34.071872"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.073634"], ["updated_at", "2018-10-11 16:41:34.073634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.075506"], ["updated_at", "2018-10-11 16:41:34.075506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.077122"], ["updated_at", "2018-10-11 16:41:34.077122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.078700"], ["updated_at", "2018-10-11 16:41:34.078700"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.080529"], ["updated_at", "2018-10-11 16:41:34.080529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.082617"], ["updated_at", "2018-10-11 16:41:34.082617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.084362"], ["updated_at", "2018-10-11 16:41:34.084362"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.085976"], ["updated_at", "2018-10-11 16:41:34.085976"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.088774"], ["updated_at", "2018-10-11 16:41:34.088774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.093420"], ["updated_at", "2018-10-11 16:41:34.093420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.095196"], ["updated_at", "2018-10-11 16:41:34.095196"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.096917"], ["updated_at", "2018-10-11 16:41:34.096917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.098712"], ["updated_at", "2018-10-11 16:41:34.098712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.100342"], ["updated_at", "2018-10-11 16:41:34.100342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.101960"], ["updated_at", "2018-10-11 16:41:34.101960"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.103657"], ["updated_at", "2018-10-11 16:41:34.103657"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.106329"], ["updated_at", "2018-10-11 16:41:34.106329"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.109078"], ["updated_at", "2018-10-11 16:41:34.109078"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.111678"], ["updated_at", "2018-10-11 16:41:34.111678"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.114438"], ["updated_at", "2018-10-11 16:41:34.114438"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.117213"], ["updated_at", "2018-10-11 16:41:34.117213"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.119767"], ["updated_at", "2018-10-11 16:41:34.119767"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.122387"], ["updated_at", "2018-10-11 16:41:34.122387"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.125773"], ["updated_at", "2018-10-11 16:41:34.125773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.128246"], ["updated_at", "2018-10-11 16:41:34.128246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.130052"], ["updated_at", "2018-10-11 16:41:34.130052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.131792"], ["updated_at", "2018-10-11 16:41:34.131792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.133377"], ["updated_at", "2018-10-11 16:41:34.133377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.134798"], ["updated_at", "2018-10-11 16:41:34.134798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.136298"], ["updated_at", "2018-10-11 16:41:34.136298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.138924"], ["updated_at", "2018-10-11 16:41:34.138924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.140624"], ["updated_at", "2018-10-11 16:41:34.140624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.142181"], ["updated_at", "2018-10-11 16:41:34.142181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.143801"], ["updated_at", "2018-10-11 16:41:34.143801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.145371"], ["updated_at", "2018-10-11 16:41:34.145371"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.147055"], ["updated_at", "2018-10-11 16:41:34.147055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.148790"], ["updated_at", "2018-10-11 16:41:34.148790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.150483"], ["updated_at", "2018-10-11 16:41:34.150483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.152080"], ["updated_at", "2018-10-11 16:41:34.152080"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.153825"], ["updated_at", "2018-10-11 16:41:34.153825"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.158138"], ["updated_at", "2018-10-11 16:41:34.158138"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.160818"], ["updated_at", "2018-10-11 16:41:34.160818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.162613"], ["updated_at", "2018-10-11 16:41:34.162613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.164262"], ["updated_at", "2018-10-11 16:41:34.164262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.165871"], ["updated_at", "2018-10-11 16:41:34.165871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.167525"], ["updated_at", "2018-10-11 16:41:34.167525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.169090"], ["updated_at", "2018-10-11 16:41:34.169090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.170715"], ["updated_at", "2018-10-11 16:41:34.170715"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.172342"], ["updated_at", "2018-10-11 16:41:34.172342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.174129"], ["updated_at", "2018-10-11 16:41:34.174129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.175807"], ["updated_at", "2018-10-11 16:41:34.175807"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.177397"], ["updated_at", "2018-10-11 16:41:34.177397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.179062"], ["updated_at", "2018-10-11 16:41:34.179062"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.180807"], ["updated_at", "2018-10-11 16:41:34.180807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.182616"], ["updated_at", "2018-10-11 16:41:34.182616"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.184243"], ["updated_at", "2018-10-11 16:41:34.184243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.186468"], ["updated_at", "2018-10-11 16:41:34.186468"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.188101"], ["updated_at", "2018-10-11 16:41:34.188101"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.189806"], ["updated_at", "2018-10-11 16:41:34.189806"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.191726"], ["updated_at", "2018-10-11 16:41:34.191726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.194365"], ["updated_at", "2018-10-11 16:41:34.194365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.196292"], ["updated_at", "2018-10-11 16:41:34.196292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.198116"], ["updated_at", "2018-10-11 16:41:34.198116"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.199807"], ["updated_at", "2018-10-11 16:41:34.199807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.201401"], ["updated_at", "2018-10-11 16:41:34.201401"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.203047"], ["updated_at", "2018-10-11 16:41:34.203047"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.205892"], ["updated_at", "2018-10-11 16:41:34.205892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.207650"], ["updated_at", "2018-10-11 16:41:34.207650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.209232"], ["updated_at", "2018-10-11 16:41:34.209232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.210878"], ["updated_at", "2018-10-11 16:41:34.210878"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.212494"], ["updated_at", "2018-10-11 16:41:34.212494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.214267"], ["updated_at", "2018-10-11 16:41:34.214267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.215960"], ["updated_at", "2018-10-11 16:41:34.215960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.217573"], ["updated_at", "2018-10-11 16:41:34.217573"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.219204"], ["updated_at", "2018-10-11 16:41:34.219204"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.221894"], ["updated_at", "2018-10-11 16:41:34.221894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.226223"], ["updated_at", "2018-10-11 16:41:34.226223"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.228057"], ["updated_at", "2018-10-11 16:41:34.228057"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.230347"], ["updated_at", "2018-10-11 16:41:34.230347"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.233148"], ["updated_at", "2018-10-11 16:41:34.233148"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.235983"], ["updated_at", "2018-10-11 16:41:34.235983"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.238560"], ["updated_at", "2018-10-11 16:41:34.238560"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.241469"], ["updated_at", "2018-10-11 16:41:34.241469"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.244073"], ["updated_at", "2018-10-11 16:41:34.244073"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.246866"], ["updated_at", "2018-10-11 16:41:34.246866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.249404"], ["updated_at", "2018-10-11 16:41:34.249404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.251070"], ["updated_at", "2018-10-11 16:41:34.251070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.252759"], ["updated_at", "2018-10-11 16:41:34.252759"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.254430"], ["updated_at", "2018-10-11 16:41:34.254430"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.256221"], ["updated_at", "2018-10-11 16:41:34.256221"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.258786"], ["updated_at", "2018-10-11 16:41:34.258786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.261394"], ["updated_at", "2018-10-11 16:41:34.261394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.263223"], ["updated_at", "2018-10-11 16:41:34.263223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.265063"], ["updated_at", "2018-10-11 16:41:34.265063"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.266770"], ["updated_at", "2018-10-11 16:41:34.266770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.268337"], ["updated_at", "2018-10-11 16:41:34.268337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.271080"], ["updated_at", "2018-10-11 16:41:34.271080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.273462"], ["updated_at", "2018-10-11 16:41:34.273462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.275135"], ["updated_at", "2018-10-11 16:41:34.275135"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.276750"], ["updated_at", "2018-10-11 16:41:34.276750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.278468"], ["updated_at", "2018-10-11 16:41:34.278468"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.280150"], ["updated_at", "2018-10-11 16:41:34.280150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.281926"], ["updated_at", "2018-10-11 16:41:34.281926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.283566"], ["updated_at", "2018-10-11 16:41:34.283566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.285268"], ["updated_at", "2018-10-11 16:41:34.285268"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.287493"], ["updated_at", "2018-10-11 16:41:34.287493"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.291627"], ["updated_at", "2018-10-11 16:41:34.291627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.294080"], ["updated_at", "2018-10-11 16:41:34.294080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.296943"], ["updated_at", "2018-10-11 16:41:34.296943"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.298915"], ["updated_at", "2018-10-11 16:41:34.298915"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.300648"], ["updated_at", "2018-10-11 16:41:34.300648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.302475"], ["updated_at", "2018-10-11 16:41:34.302475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.304217"], ["updated_at", "2018-10-11 16:41:34.304217"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.305848"], ["updated_at", "2018-10-11 16:41:34.305848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.307551"], ["updated_at", "2018-10-11 16:41:34.307551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.309142"], ["updated_at", "2018-10-11 16:41:34.309142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.310683"], ["updated_at", "2018-10-11 16:41:34.310683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.312298"], ["updated_at", "2018-10-11 16:41:34.312298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.313985"], ["updated_at", "2018-10-11 16:41:34.313985"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.315622"], ["updated_at", "2018-10-11 16:41:34.315622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.317361"], ["updated_at", "2018-10-11 16:41:34.317361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.319105"], ["updated_at", "2018-10-11 16:41:34.319105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.320694"], ["updated_at", "2018-10-11 16:41:34.320694"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.322409"], ["updated_at", "2018-10-11 16:41:34.322409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.324423"], ["updated_at", "2018-10-11 16:41:34.324423"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.326659"], ["updated_at", "2018-10-11 16:41:34.326659"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.328539"], ["updated_at", "2018-10-11 16:41:34.328539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.330179"], ["updated_at", "2018-10-11 16:41:34.330179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.331839"], ["updated_at", "2018-10-11 16:41:34.331839"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.333411"], ["updated_at", "2018-10-11 16:41:34.333411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.335649"], ["updated_at", "2018-10-11 16:41:34.335649"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.338411"], ["updated_at", "2018-10-11 16:41:34.338411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.340279"], ["updated_at", "2018-10-11 16:41:34.340279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.342068"], ["updated_at", "2018-10-11 16:41:34.342068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.343665"], ["updated_at", "2018-10-11 16:41:34.343665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.345349"], ["updated_at", "2018-10-11 16:41:34.345349"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.347014"], ["updated_at", "2018-10-11 16:41:34.347014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.348729"], ["updated_at", "2018-10-11 16:41:34.348729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.350369"], ["updated_at", "2018-10-11 16:41:34.350369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.351920"], ["updated_at", "2018-10-11 16:41:34.351920"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.353864"], ["updated_at", "2018-10-11 16:41:34.353864"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.359438"], ["updated_at", "2018-10-11 16:41:34.359438"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.363042"], ["updated_at", "2018-10-11 16:41:34.363042"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.366479"], ["updated_at", "2018-10-11 16:41:34.366479"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.369765"], ["updated_at", "2018-10-11 16:41:34.369765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.373183"], ["updated_at", "2018-10-11 16:41:34.373183"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.375456"], ["updated_at", "2018-10-11 16:41:34.375456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.377088"], ["updated_at", "2018-10-11 16:41:34.377088"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.378630"], ["updated_at", "2018-10-11 16:41:34.378630"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.380395"], ["updated_at", "2018-10-11 16:41:34.380395"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.382092"], ["updated_at", "2018-10-11 16:41:34.382092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.383838"], ["updated_at", "2018-10-11 16:41:34.383838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.385420"], ["updated_at", "2018-10-11 16:41:34.385420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.386993"], ["updated_at", "2018-10-11 16:41:34.386993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.388576"], ["updated_at", "2018-10-11 16:41:34.388576"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.390267"], ["updated_at", "2018-10-11 16:41:34.390267"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.392557"], ["updated_at", "2018-10-11 16:41:34.392557"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.395155"], ["updated_at", "2018-10-11 16:41:34.395155"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.397068"], ["updated_at", "2018-10-11 16:41:34.397068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.398807"], ["updated_at", "2018-10-11 16:41:34.398807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.400348"], ["updated_at", "2018-10-11 16:41:34.400348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.401905"], ["updated_at", "2018-10-11 16:41:34.401905"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.403565"], ["updated_at", "2018-10-11 16:41:34.403565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.406483"], ["updated_at", "2018-10-11 16:41:34.406483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.408318"], ["updated_at", "2018-10-11 16:41:34.408318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.409972"], ["updated_at", "2018-10-11 16:41:34.409972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.411568"], ["updated_at", "2018-10-11 16:41:34.411568"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.413207"], ["updated_at", "2018-10-11 16:41:34.413207"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.414962"], ["updated_at", "2018-10-11 16:41:34.414962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.416592"], ["updated_at", "2018-10-11 16:41:34.416592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.418170"], ["updated_at", "2018-10-11 16:41:34.418170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.419779"], ["updated_at", "2018-10-11 16:41:34.419779"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.422185"], ["updated_at", "2018-10-11 16:41:34.422185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.426396"], ["updated_at", "2018-10-11 16:41:34.426396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.428601"], ["updated_at", "2018-10-11 16:41:34.428601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.430317"], ["updated_at", "2018-10-11 16:41:34.430317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.432027"], ["updated_at", "2018-10-11 16:41:34.432027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.433650"], ["updated_at", "2018-10-11 16:41:34.433650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.435208"], ["updated_at", "2018-10-11 16:41:34.435208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.436784"], ["updated_at", "2018-10-11 16:41:34.436784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.438461"], ["updated_at", "2018-10-11 16:41:34.438461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.440308"], ["updated_at", "2018-10-11 16:41:34.440308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.441996"], ["updated_at", "2018-10-11 16:41:34.441996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.443602"], ["updated_at", "2018-10-11 16:41:34.443602"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.445173"], ["updated_at", "2018-10-11 16:41:34.445173"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.446965"], ["updated_at", "2018-10-11 16:41:34.446965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.448646"], ["updated_at", "2018-10-11 16:41:34.448646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.450358"], ["updated_at", "2018-10-11 16:41:34.450358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.451945"], ["updated_at", "2018-10-11 16:41:34.451945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.453522"], ["updated_at", "2018-10-11 16:41:34.453522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.455096"], ["updated_at", "2018-10-11 16:41:34.455096"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.456989"], ["updated_at", "2018-10-11 16:41:34.456989"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.459036"], ["updated_at", "2018-10-11 16:41:34.459036"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.461656"], ["updated_at", "2018-10-11 16:41:34.461656"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.463509"], ["updated_at", "2018-10-11 16:41:34.463509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.465236"], ["updated_at", "2018-10-11 16:41:34.465236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.466813"], ["updated_at", "2018-10-11 16:41:34.466813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.468374"], ["updated_at", "2018-10-11 16:41:34.468374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.470097"], ["updated_at", "2018-10-11 16:41:34.470097"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.473259"], ["updated_at", "2018-10-11 16:41:34.473259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.474972"], ["updated_at", "2018-10-11 16:41:34.474972"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.477049"], ["updated_at", "2018-10-11 16:41:34.477049"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.480772"], ["updated_at", "2018-10-11 16:41:34.480772"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.484624"], ["updated_at", "2018-10-11 16:41:34.484624"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.489267"], ["updated_at", "2018-10-11 16:41:34.489267"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.494595"], ["updated_at", "2018-10-11 16:41:34.494595"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.497735"], ["updated_at", "2018-10-11 16:41:34.497735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.499718"], ["updated_at", "2018-10-11 16:41:34.499718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.501328"], ["updated_at", "2018-10-11 16:41:34.501328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.502928"], ["updated_at", "2018-10-11 16:41:34.502928"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.504609"], ["updated_at", "2018-10-11 16:41:34.504609"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.506318"], ["updated_at", "2018-10-11 16:41:34.506318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.508007"], ["updated_at", "2018-10-11 16:41:34.508007"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.509600"], ["updated_at", "2018-10-11 16:41:34.509600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.511201"], ["updated_at", "2018-10-11 16:41:34.511201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.512929"], ["updated_at", "2018-10-11 16:41:34.512929"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.514597"], ["updated_at", "2018-10-11 16:41:34.514597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.516237"], ["updated_at", "2018-10-11 16:41:34.516237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.517854"], ["updated_at", "2018-10-11 16:41:34.517854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.519520"], ["updated_at", "2018-10-11 16:41:34.519520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.521182"], ["updated_at", "2018-10-11 16:41:34.521182"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.522906"], ["updated_at", "2018-10-11 16:41:34.522906"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.524887"], ["updated_at", "2018-10-11 16:41:34.524887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.527215"], ["updated_at", "2018-10-11 16:41:34.527215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.528943"], ["updated_at", "2018-10-11 16:41:34.528943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.530607"], ["updated_at", "2018-10-11 16:41:34.530607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.532239"], ["updated_at", "2018-10-11 16:41:34.532239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.533767"], ["updated_at", "2018-10-11 16:41:34.533767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.535315"], ["updated_at", "2018-10-11 16:41:34.535315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.538516"], ["updated_at", "2018-10-11 16:41:34.538516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.540145"], ["updated_at", "2018-10-11 16:41:34.540145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.541799"], ["updated_at", "2018-10-11 16:41:34.541799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.543349"], ["updated_at", "2018-10-11 16:41:34.543349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.544917"], ["updated_at", "2018-10-11 16:41:34.544917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.546537"], ["updated_at", "2018-10-11 16:41:34.546537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.548232"], ["updated_at", "2018-10-11 16:41:34.548232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.549930"], ["updated_at", "2018-10-11 16:41:34.549930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.551497"], ["updated_at", "2018-10-11 16:41:34.551497"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.553075"], ["updated_at", "2018-10-11 16:41:34.553075"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.555712"], ["updated_at", "2018-10-11 16:41:34.555712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.559743"], ["updated_at", "2018-10-11 16:41:34.559743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.561781"], ["updated_at", "2018-10-11 16:41:34.561781"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.563451"], ["updated_at", "2018-10-11 16:41:34.563451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.565162"], ["updated_at", "2018-10-11 16:41:34.565162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.566740"], ["updated_at", "2018-10-11 16:41:34.566740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.568433"], ["updated_at", "2018-10-11 16:41:34.568433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.570187"], ["updated_at", "2018-10-11 16:41:34.570187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.571852"], ["updated_at", "2018-10-11 16:41:34.571852"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.573556"], ["updated_at", "2018-10-11 16:41:34.573556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.575356"], ["updated_at", "2018-10-11 16:41:34.575356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.577013"], ["updated_at", "2018-10-11 16:41:34.577013"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.578616"], ["updated_at", "2018-10-11 16:41:34.578616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.580315"], ["updated_at", "2018-10-11 16:41:34.580315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.582004"], ["updated_at", "2018-10-11 16:41:34.582004"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.583608"], ["updated_at", "2018-10-11 16:41:34.583608"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.585434"], ["updated_at", "2018-10-11 16:41:34.585434"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.587153"], ["updated_at", "2018-10-11 16:41:34.587153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.588845"], ["updated_at", "2018-10-11 16:41:34.588845"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.590692"], ["updated_at", "2018-10-11 16:41:34.590692"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.593041"], ["updated_at", "2018-10-11 16:41:34.593041"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.594958"], ["updated_at", "2018-10-11 16:41:34.594958"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.597622"], ["updated_at", "2018-10-11 16:41:34.597622"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.600033"], ["updated_at", "2018-10-11 16:41:34.600033"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.602802"], ["updated_at", "2018-10-11 16:41:34.602802"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.604593"], ["updated_at", "2018-10-11 16:41:34.604593"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.608711"], ["updated_at", "2018-10-11 16:41:34.608711"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.612567"], ["updated_at", "2018-10-11 16:41:34.612567"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.616459"], ["updated_at", "2018-10-11 16:41:34.616459"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.619711"], ["updated_at", "2018-10-11 16:41:34.619711"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.624044"], ["updated_at", "2018-10-11 16:41:34.624044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.627107"], ["updated_at", "2018-10-11 16:41:34.627107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.628664"], ["updated_at", "2018-10-11 16:41:34.628664"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.630352"], ["updated_at", "2018-10-11 16:41:34.630352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.632781"], ["updated_at", "2018-10-11 16:41:34.632781"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.634454"], ["updated_at", "2018-10-11 16:41:34.634454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.636093"], ["updated_at", "2018-10-11 16:41:34.636093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.637705"], ["updated_at", "2018-10-11 16:41:34.637705"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.639320"], ["updated_at", "2018-10-11 16:41:34.639320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.641218"], ["updated_at", "2018-10-11 16:41:34.641218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.642860"], ["updated_at", "2018-10-11 16:41:34.642860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.644624"], ["updated_at", "2018-10-11 16:41:34.644624"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.646362"], ["updated_at", "2018-10-11 16:41:34.646362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.648129"], ["updated_at", "2018-10-11 16:41:34.648129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.649944"], ["updated_at", "2018-10-11 16:41:34.649944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.651724"], ["updated_at", "2018-10-11 16:41:34.651724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.653355"], ["updated_at", "2018-10-11 16:41:34.653355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.655039"], ["updated_at", "2018-10-11 16:41:34.655039"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.656737"], ["updated_at", "2018-10-11 16:41:34.656737"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.658760"], ["updated_at", "2018-10-11 16:41:34.658760"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.661035"], ["updated_at", "2018-10-11 16:41:34.661035"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.663174"], ["updated_at", "2018-10-11 16:41:34.663174"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.665053"], ["updated_at", "2018-10-11 16:41:34.665053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.666912"], ["updated_at", "2018-10-11 16:41:34.666912"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.668515"], ["updated_at", "2018-10-11 16:41:34.668515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.670084"], ["updated_at", "2018-10-11 16:41:34.670084"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.673341"], ["updated_at", "2018-10-11 16:41:34.673341"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.675257"], ["updated_at", "2018-10-11 16:41:34.675257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.677029"], ["updated_at", "2018-10-11 16:41:34.677029"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.678640"], ["updated_at", "2018-10-11 16:41:34.678640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.680358"], ["updated_at", "2018-10-11 16:41:34.680358"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.682033"], ["updated_at", "2018-10-11 16:41:34.682033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.683668"], ["updated_at", "2018-10-11 16:41:34.683668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.685262"], ["updated_at", "2018-10-11 16:41:34.685262"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.687308"], ["updated_at", "2018-10-11 16:41:34.687308"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.692104"], ["updated_at", "2018-10-11 16:41:34.692104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.694468"], ["updated_at", "2018-10-11 16:41:34.694468"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.696222"], ["updated_at", "2018-10-11 16:41:34.696222"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.698177"], ["updated_at", "2018-10-11 16:41:34.698177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.700071"], ["updated_at", "2018-10-11 16:41:34.700071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.701753"], ["updated_at", "2018-10-11 16:41:34.701753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.703359"], ["updated_at", "2018-10-11 16:41:34.703359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.705069"], ["updated_at", "2018-10-11 16:41:34.705069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.706803"], ["updated_at", "2018-10-11 16:41:34.706803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.709182"], ["updated_at", "2018-10-11 16:41:34.709182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.710901"], ["updated_at", "2018-10-11 16:41:34.710901"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.712614"], ["updated_at", "2018-10-11 16:41:34.712614"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.715659"], ["updated_at", "2018-10-11 16:41:34.715659"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.717472"], ["updated_at", "2018-10-11 16:41:34.717472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.719142"], ["updated_at", "2018-10-11 16:41:34.719142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.720748"], ["updated_at", "2018-10-11 16:41:34.720748"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.722364"], ["updated_at", "2018-10-11 16:41:34.722364"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.724195"], ["updated_at", "2018-10-11 16:41:34.724195"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.726523"], ["updated_at", "2018-10-11 16:41:34.726523"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.728365"], ["updated_at", "2018-10-11 16:41:34.728365"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.730835"], ["updated_at", "2018-10-11 16:41:34.730835"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.733114"], ["updated_at", "2018-10-11 16:41:34.733114"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.735459"], ["updated_at", "2018-10-11 16:41:34.735459"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.737663"], ["updated_at", "2018-10-11 16:41:34.737663"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.739721"], ["updated_at", "2018-10-11 16:41:34.739721"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.744184"], ["updated_at", "2018-10-11 16:41:34.744184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.746675"], ["updated_at", "2018-10-11 16:41:34.746675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.748463"], ["updated_at", "2018-10-11 16:41:34.748463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.750210"], ["updated_at", "2018-10-11 16:41:34.750210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.751901"], ["updated_at", "2018-10-11 16:41:34.751901"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.753473"], ["updated_at", "2018-10-11 16:41:34.753473"], ["parent_id", 39895952907]] Kithe::Work Create (3.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.756139"], ["updated_at", "2018-10-11 16:41:34.756139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.761403"], ["updated_at", "2018-10-11 16:41:34.761403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.763194"], ["updated_at", "2018-10-11 16:41:34.763194"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.765155"], ["updated_at", "2018-10-11 16:41:34.765155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.767793"], ["updated_at", "2018-10-11 16:41:34.767793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.769582"], ["updated_at", "2018-10-11 16:41:34.769582"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.771316"], ["updated_at", "2018-10-11 16:41:34.771316"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.773150"], ["updated_at", "2018-10-11 16:41:34.773150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.776097"], ["updated_at", "2018-10-11 16:41:34.776097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.777912"], ["updated_at", "2018-10-11 16:41:34.777912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.779581"], ["updated_at", "2018-10-11 16:41:34.779581"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.781295"], ["updated_at", "2018-10-11 16:41:34.781295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.782941"], ["updated_at", "2018-10-11 16:41:34.782941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.784544"], ["updated_at", "2018-10-11 16:41:34.784544"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.786150"], ["updated_at", "2018-10-11 16:41:34.786150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.788535"], ["updated_at", "2018-10-11 16:41:34.788535"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.790184"], ["updated_at", "2018-10-11 16:41:34.790184"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.792299"], ["updated_at", "2018-10-11 16:41:34.792299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.794836"], ["updated_at", "2018-10-11 16:41:34.794836"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.796591"], ["updated_at", "2018-10-11 16:41:34.796591"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.798334"], ["updated_at", "2018-10-11 16:41:34.798334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.799917"], ["updated_at", "2018-10-11 16:41:34.799917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.801484"], ["updated_at", "2018-10-11 16:41:34.801484"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.803055"], ["updated_at", "2018-10-11 16:41:34.803055"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.806403"], ["updated_at", "2018-10-11 16:41:34.806403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.808205"], ["updated_at", "2018-10-11 16:41:34.808205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.809877"], ["updated_at", "2018-10-11 16:41:34.809877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.811513"], ["updated_at", "2018-10-11 16:41:34.811513"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.813181"], ["updated_at", "2018-10-11 16:41:34.813181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.814958"], ["updated_at", "2018-10-11 16:41:34.814958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.816584"], ["updated_at", "2018-10-11 16:41:34.816584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.818242"], ["updated_at", "2018-10-11 16:41:34.818242"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.819861"], ["updated_at", "2018-10-11 16:41:34.819861"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.822293"], ["updated_at", "2018-10-11 16:41:34.822293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.826408"], ["updated_at", "2018-10-11 16:41:34.826408"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.828728"], ["updated_at", "2018-10-11 16:41:34.828728"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.830406"], ["updated_at", "2018-10-11 16:41:34.830406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.832127"], ["updated_at", "2018-10-11 16:41:34.832127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.833754"], ["updated_at", "2018-10-11 16:41:34.833754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.835907"], ["updated_at", "2018-10-11 16:41:34.835907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.837484"], ["updated_at", "2018-10-11 16:41:34.837484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.839186"], ["updated_at", "2018-10-11 16:41:34.839186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.841026"], ["updated_at", "2018-10-11 16:41:34.841026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.842737"], ["updated_at", "2018-10-11 16:41:34.842737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.844460"], ["updated_at", "2018-10-11 16:41:34.844460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.846281"], ["updated_at", "2018-10-11 16:41:34.846281"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.848055"], ["updated_at", "2018-10-11 16:41:34.848055"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.850133"], ["updated_at", "2018-10-11 16:41:34.850133"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.853476"], ["updated_at", "2018-10-11 16:41:34.853476"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.857894"], ["updated_at", "2018-10-11 16:41:34.857894"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.861581"], ["updated_at", "2018-10-11 16:41:34.861581"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.864055"], ["updated_at", "2018-10-11 16:41:34.864055"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.866802"], ["updated_at", "2018-10-11 16:41:34.866802"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.869045"], ["updated_at", "2018-10-11 16:41:34.869045"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.871203"], ["updated_at", "2018-10-11 16:41:34.871203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.875598"], ["updated_at", "2018-10-11 16:41:34.875598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.877163"], ["updated_at", "2018-10-11 16:41:34.877163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.878746"], ["updated_at", "2018-10-11 16:41:34.878746"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.880480"], ["updated_at", "2018-10-11 16:41:34.880480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.882246"], ["updated_at", "2018-10-11 16:41:34.882246"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.883987"], ["updated_at", "2018-10-11 16:41:34.883987"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.886210"], ["updated_at", "2018-10-11 16:41:34.886210"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.888876"], ["updated_at", "2018-10-11 16:41:34.888876"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.893158"], ["updated_at", "2018-10-11 16:41:34.893158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.895305"], ["updated_at", "2018-10-11 16:41:34.895305"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.896931"], ["updated_at", "2018-10-11 16:41:34.896931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.898878"], ["updated_at", "2018-10-11 16:41:34.898878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.900602"], ["updated_at", "2018-10-11 16:41:34.900602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.902164"], ["updated_at", "2018-10-11 16:41:34.902164"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.903783"], ["updated_at", "2018-10-11 16:41:34.903783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.905513"], ["updated_at", "2018-10-11 16:41:34.905513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.907104"], ["updated_at", "2018-10-11 16:41:34.907104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.908768"], ["updated_at", "2018-10-11 16:41:34.908768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.910320"], ["updated_at", "2018-10-11 16:41:34.910320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.911944"], ["updated_at", "2018-10-11 16:41:34.911944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.913563"], ["updated_at", "2018-10-11 16:41:34.913563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.915308"], ["updated_at", "2018-10-11 16:41:34.915308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.917014"], ["updated_at", "2018-10-11 16:41:34.917014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.918580"], ["updated_at", "2018-10-11 16:41:34.918580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.920195"], ["updated_at", "2018-10-11 16:41:34.920195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.921790"], ["updated_at", "2018-10-11 16:41:34.921790"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.923569"], ["updated_at", "2018-10-11 16:41:34.923569"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.926615"], ["updated_at", "2018-10-11 16:41:34.926615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.928971"], ["updated_at", "2018-10-11 16:41:34.928971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.930727"], ["updated_at", "2018-10-11 16:41:34.930727"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.932467"], ["updated_at", "2018-10-11 16:41:34.932467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.934092"], ["updated_at", "2018-10-11 16:41:34.934092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.935660"], ["updated_at", "2018-10-11 16:41:34.935660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.938379"], ["updated_at", "2018-10-11 16:41:34.938379"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.940169"], ["updated_at", "2018-10-11 16:41:34.940169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.941963"], ["updated_at", "2018-10-11 16:41:34.941963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.943631"], ["updated_at", "2018-10-11 16:41:34.943631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.945236"], ["updated_at", "2018-10-11 16:41:34.945236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.946841"], ["updated_at", "2018-10-11 16:41:34.946841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.948522"], ["updated_at", "2018-10-11 16:41:34.948522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.950141"], ["updated_at", "2018-10-11 16:41:34.950141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.951781"], ["updated_at", "2018-10-11 16:41:34.951781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.953369"], ["updated_at", "2018-10-11 16:41:34.953369"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.955750"], ["updated_at", "2018-10-11 16:41:34.955750"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.959389"], ["updated_at", "2018-10-11 16:41:34.959389"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.961809"], ["updated_at", "2018-10-11 16:41:34.961809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.963651"], ["updated_at", "2018-10-11 16:41:34.963651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.965360"], ["updated_at", "2018-10-11 16:41:34.965360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.967001"], ["updated_at", "2018-10-11 16:41:34.967001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.968655"], ["updated_at", "2018-10-11 16:41:34.968655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.970246"], ["updated_at", "2018-10-11 16:41:34.970246"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.971805"], ["updated_at", "2018-10-11 16:41:34.971805"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.973593"], ["updated_at", "2018-10-11 16:41:34.973593"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.975306"], ["updated_at", "2018-10-11 16:41:34.975306"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.977460"], ["updated_at", "2018-10-11 16:41:34.977460"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.979576"], ["updated_at", "2018-10-11 16:41:34.979576"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.982453"], ["updated_at", "2018-10-11 16:41:34.982453"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.985266"], ["updated_at", "2018-10-11 16:41:34.985266"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.987962"], ["updated_at", "2018-10-11 16:41:34.987962"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.990599"], ["updated_at", "2018-10-11 16:41:34.990599"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.993252"], ["updated_at", "2018-10-11 16:41:34.993252"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.995802"], ["updated_at", "2018-10-11 16:41:34.995802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.997934"], ["updated_at", "2018-10-11 16:41:34.997934"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:34.999713"], ["updated_at", "2018-10-11 16:41:34.999713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.001484"], ["updated_at", "2018-10-11 16:41:35.001484"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.003044"], ["updated_at", "2018-10-11 16:41:35.003044"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.004690"], ["updated_at", "2018-10-11 16:41:35.004690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.007684"], ["updated_at", "2018-10-11 16:41:35.007684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.009351"], ["updated_at", "2018-10-11 16:41:35.009351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.010972"], ["updated_at", "2018-10-11 16:41:35.010972"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.012546"], ["updated_at", "2018-10-11 16:41:35.012546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.014268"], ["updated_at", "2018-10-11 16:41:35.014268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.015946"], ["updated_at", "2018-10-11 16:41:35.015946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.017574"], ["updated_at", "2018-10-11 16:41:35.017574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.019177"], ["updated_at", "2018-10-11 16:41:35.019177"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.020821"], ["updated_at", "2018-10-11 16:41:35.020821"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.024712"], ["updated_at", "2018-10-11 16:41:35.024712"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.027891"], ["updated_at", "2018-10-11 16:41:35.027891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.029719"], ["updated_at", "2018-10-11 16:41:35.029719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.031404"], ["updated_at", "2018-10-11 16:41:35.031404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.033122"], ["updated_at", "2018-10-11 16:41:35.033122"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.034751"], ["updated_at", "2018-10-11 16:41:35.034751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.036468"], ["updated_at", "2018-10-11 16:41:35.036468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.038078"], ["updated_at", "2018-10-11 16:41:35.038078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.039796"], ["updated_at", "2018-10-11 16:41:35.039796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.041513"], ["updated_at", "2018-10-11 16:41:35.041513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.043187"], ["updated_at", "2018-10-11 16:41:35.043187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.044774"], ["updated_at", "2018-10-11 16:41:35.044774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.046435"], ["updated_at", "2018-10-11 16:41:35.046435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.048269"], ["updated_at", "2018-10-11 16:41:35.048269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.049999"], ["updated_at", "2018-10-11 16:41:35.049999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.051516"], ["updated_at", "2018-10-11 16:41:35.051516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.053155"], ["updated_at", "2018-10-11 16:41:35.053155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.054725"], ["updated_at", "2018-10-11 16:41:35.054725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.056415"], ["updated_at", "2018-10-11 16:41:35.056415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.058421"], ["updated_at", "2018-10-11 16:41:35.058421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.060956"], ["updated_at", "2018-10-11 16:41:35.060956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.063051"], ["updated_at", "2018-10-11 16:41:35.063051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.064883"], ["updated_at", "2018-10-11 16:41:35.064883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.066605"], ["updated_at", "2018-10-11 16:41:35.066605"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.068243"], ["updated_at", "2018-10-11 16:41:35.068243"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.069806"], ["updated_at", "2018-10-11 16:41:35.069806"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.072721"], ["updated_at", "2018-10-11 16:41:35.072721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.074590"], ["updated_at", "2018-10-11 16:41:35.074590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.076317"], ["updated_at", "2018-10-11 16:41:35.076317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.077992"], ["updated_at", "2018-10-11 16:41:35.077992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.079624"], ["updated_at", "2018-10-11 16:41:35.079624"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.081351"], ["updated_at", "2018-10-11 16:41:35.081351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.083148"], ["updated_at", "2018-10-11 16:41:35.083148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.084715"], ["updated_at", "2018-10-11 16:41:35.084715"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.086374"], ["updated_at", "2018-10-11 16:41:35.086374"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.088894"], ["updated_at", "2018-10-11 16:41:35.088894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.092879"], ["updated_at", "2018-10-11 16:41:35.092879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.095128"], ["updated_at", "2018-10-11 16:41:35.095128"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.096918"], ["updated_at", "2018-10-11 16:41:35.096918"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.099184"], ["updated_at", "2018-10-11 16:41:35.099184"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.101881"], ["updated_at", "2018-10-11 16:41:35.101881"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.104448"], ["updated_at", "2018-10-11 16:41:35.104448"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.107351"], ["updated_at", "2018-10-11 16:41:35.107351"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.110003"], ["updated_at", "2018-10-11 16:41:35.110003"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.112649"], ["updated_at", "2018-10-11 16:41:35.112649"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.115354"], ["updated_at", "2018-10-11 16:41:35.115354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.118077"], ["updated_at", "2018-10-11 16:41:35.118077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.119714"], ["updated_at", "2018-10-11 16:41:35.119714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.121352"], ["updated_at", "2018-10-11 16:41:35.121352"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.122923"], ["updated_at", "2018-10-11 16:41:35.122923"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.125122"], ["updated_at", "2018-10-11 16:41:35.125122"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.127623"], ["updated_at", "2018-10-11 16:41:35.127623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.129543"], ["updated_at", "2018-10-11 16:41:35.129543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.131312"], ["updated_at", "2018-10-11 16:41:35.131312"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.133057"], ["updated_at", "2018-10-11 16:41:35.133057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.134722"], ["updated_at", "2018-10-11 16:41:35.134722"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.136198"], ["updated_at", "2018-10-11 16:41:35.136198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.138829"], ["updated_at", "2018-10-11 16:41:35.138829"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.141614"], ["updated_at", "2018-10-11 16:41:35.141614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.143436"], ["updated_at", "2018-10-11 16:41:35.143436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.145013"], ["updated_at", "2018-10-11 16:41:35.145013"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.146594"], ["updated_at", "2018-10-11 16:41:35.146594"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.148309"], ["updated_at", "2018-10-11 16:41:35.148309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.150020"], ["updated_at", "2018-10-11 16:41:35.150020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.151559"], ["updated_at", "2018-10-11 16:41:35.151559"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.153175"], ["updated_at", "2018-10-11 16:41:35.153175"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.155999"], ["updated_at", "2018-10-11 16:41:35.155999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.159895"], ["updated_at", "2018-10-11 16:41:35.159895"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.161889"], ["updated_at", "2018-10-11 16:41:35.161889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.163699"], ["updated_at", "2018-10-11 16:41:35.163699"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.165415"], ["updated_at", "2018-10-11 16:41:35.165415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.167099"], ["updated_at", "2018-10-11 16:41:35.167099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.168704"], ["updated_at", "2018-10-11 16:41:35.168704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.170354"], ["updated_at", "2018-10-11 16:41:35.170354"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.171984"], ["updated_at", "2018-10-11 16:41:35.171984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.173645"], ["updated_at", "2018-10-11 16:41:35.173645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.175384"], ["updated_at", "2018-10-11 16:41:35.175384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.177024"], ["updated_at", "2018-10-11 16:41:35.177024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.178656"], ["updated_at", "2018-10-11 16:41:35.178656"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.180284"], ["updated_at", "2018-10-11 16:41:35.180284"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.181994"], ["updated_at", "2018-10-11 16:41:35.181994"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.183752"], ["updated_at", "2018-10-11 16:41:35.183752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.185677"], ["updated_at", "2018-10-11 16:41:35.185677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.187354"], ["updated_at", "2018-10-11 16:41:35.187354"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.189242"], ["updated_at", "2018-10-11 16:41:35.189242"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.191312"], ["updated_at", "2018-10-11 16:41:35.191312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.193837"], ["updated_at", "2018-10-11 16:41:35.193837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.195922"], ["updated_at", "2018-10-11 16:41:35.195922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.197712"], ["updated_at", "2018-10-11 16:41:35.197712"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.199509"], ["updated_at", "2018-10-11 16:41:35.199509"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.201153"], ["updated_at", "2018-10-11 16:41:35.201153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.202686"], ["updated_at", "2018-10-11 16:41:35.202686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.205451"], ["updated_at", "2018-10-11 16:41:35.205451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.207155"], ["updated_at", "2018-10-11 16:41:35.207155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.208841"], ["updated_at", "2018-10-11 16:41:35.208841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.210385"], ["updated_at", "2018-10-11 16:41:35.210385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.212052"], ["updated_at", "2018-10-11 16:41:35.212052"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.213695"], ["updated_at", "2018-10-11 16:41:35.213695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.215420"], ["updated_at", "2018-10-11 16:41:35.215420"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.217126"], ["updated_at", "2018-10-11 16:41:35.217126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.218783"], ["updated_at", "2018-10-11 16:41:35.218783"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.220514"], ["updated_at", "2018-10-11 16:41:35.220514"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.225649"], ["updated_at", "2018-10-11 16:41:35.225649"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.228876"], ["updated_at", "2018-10-11 16:41:35.228876"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.231911"], ["updated_at", "2018-10-11 16:41:35.231911"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.234603"], ["updated_at", "2018-10-11 16:41:35.234603"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.237218"], ["updated_at", "2018-10-11 16:41:35.237218"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.240000"], ["updated_at", "2018-10-11 16:41:35.240000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.242911"], ["updated_at", "2018-10-11 16:41:35.242911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.244670"], ["updated_at", "2018-10-11 16:41:35.244670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.246262"], ["updated_at", "2018-10-11 16:41:35.246262"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.248092"], ["updated_at", "2018-10-11 16:41:35.248092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.249873"], ["updated_at", "2018-10-11 16:41:35.249873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.251507"], ["updated_at", "2018-10-11 16:41:35.251507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.253092"], ["updated_at", "2018-10-11 16:41:35.253092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.254708"], ["updated_at", "2018-10-11 16:41:35.254708"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.256276"], ["updated_at", "2018-10-11 16:41:35.256276"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.258045"], ["updated_at", "2018-10-11 16:41:35.258045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.260553"], ["updated_at", "2018-10-11 16:41:35.260553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.262578"], ["updated_at", "2018-10-11 16:41:35.262578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.264355"], ["updated_at", "2018-10-11 16:41:35.264355"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.266181"], ["updated_at", "2018-10-11 16:41:35.266181"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.267724"], ["updated_at", "2018-10-11 16:41:35.267724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.269304"], ["updated_at", "2018-10-11 16:41:35.269304"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.272451"], ["updated_at", "2018-10-11 16:41:35.272451"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.274211"], ["updated_at", "2018-10-11 16:41:35.274211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.276169"], ["updated_at", "2018-10-11 16:41:35.276169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.277813"], ["updated_at", "2018-10-11 16:41:35.277813"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.279391"], ["updated_at", "2018-10-11 16:41:35.279391"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.281151"], ["updated_at", "2018-10-11 16:41:35.281151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.282918"], ["updated_at", "2018-10-11 16:41:35.282918"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.284467"], ["updated_at", "2018-10-11 16:41:35.284467"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.286106"], ["updated_at", "2018-10-11 16:41:35.286106"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.287812"], ["updated_at", "2018-10-11 16:41:35.287812"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.291847"], ["updated_at", "2018-10-11 16:41:35.291847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.295048"], ["updated_at", "2018-10-11 16:41:35.295048"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.296694"], ["updated_at", "2018-10-11 16:41:35.296694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.298518"], ["updated_at", "2018-10-11 16:41:35.298518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.300195"], ["updated_at", "2018-10-11 16:41:35.300195"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.301825"], ["updated_at", "2018-10-11 16:41:35.301825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.304227"], ["updated_at", "2018-10-11 16:41:35.304227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.306029"], ["updated_at", "2018-10-11 16:41:35.306029"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.307712"], ["updated_at", "2018-10-11 16:41:35.307712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.309547"], ["updated_at", "2018-10-11 16:41:35.309547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.311154"], ["updated_at", "2018-10-11 16:41:35.311154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.312771"], ["updated_at", "2018-10-11 16:41:35.312771"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.314437"], ["updated_at", "2018-10-11 16:41:35.314437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.316160"], ["updated_at", "2018-10-11 16:41:35.316160"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.317719"], ["updated_at", "2018-10-11 16:41:35.317719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.319330"], ["updated_at", "2018-10-11 16:41:35.319330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.320887"], ["updated_at", "2018-10-11 16:41:35.320887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.322524"], ["updated_at", "2018-10-11 16:41:35.322524"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.324242"], ["updated_at", "2018-10-11 16:41:35.324242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.326635"], ["updated_at", "2018-10-11 16:41:35.326635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.328851"], ["updated_at", "2018-10-11 16:41:35.328851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.330573"], ["updated_at", "2018-10-11 16:41:35.330573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.332326"], ["updated_at", "2018-10-11 16:41:35.332326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.333936"], ["updated_at", "2018-10-11 16:41:35.333936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.335581"], ["updated_at", "2018-10-11 16:41:35.335581"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.338296"], ["updated_at", "2018-10-11 16:41:35.338296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.339973"], ["updated_at", "2018-10-11 16:41:35.339973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.341599"], ["updated_at", "2018-10-11 16:41:35.341599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.343237"], ["updated_at", "2018-10-11 16:41:35.343237"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.344980"], ["updated_at", "2018-10-11 16:41:35.344980"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.347721"], ["updated_at", "2018-10-11 16:41:35.347721"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.350500"], ["updated_at", "2018-10-11 16:41:35.350500"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.353156"], ["updated_at", "2018-10-11 16:41:35.353156"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.356388"], ["updated_at", "2018-10-11 16:41:35.356388"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.361243"], ["updated_at", "2018-10-11 16:41:35.361243"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.363937"], ["updated_at", "2018-10-11 16:41:35.363937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.366679"], ["updated_at", "2018-10-11 16:41:35.366679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.368556"], ["updated_at", "2018-10-11 16:41:35.368556"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.370096"], ["updated_at", "2018-10-11 16:41:35.370096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.371796"], ["updated_at", "2018-10-11 16:41:35.371796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.373476"], ["updated_at", "2018-10-11 16:41:35.373476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.375270"], ["updated_at", "2018-10-11 16:41:35.375270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.376847"], ["updated_at", "2018-10-11 16:41:35.376847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.378582"], ["updated_at", "2018-10-11 16:41:35.378582"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.380257"], ["updated_at", "2018-10-11 16:41:35.380257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.381964"], ["updated_at", "2018-10-11 16:41:35.381964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.383678"], ["updated_at", "2018-10-11 16:41:35.383678"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.385279"], ["updated_at", "2018-10-11 16:41:35.385279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.386924"], ["updated_at", "2018-10-11 16:41:35.386924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.388569"], ["updated_at", "2018-10-11 16:41:35.388569"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.390165"], ["updated_at", "2018-10-11 16:41:35.390165"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.392398"], ["updated_at", "2018-10-11 16:41:35.392398"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.394971"], ["updated_at", "2018-10-11 16:41:35.394971"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.396946"], ["updated_at", "2018-10-11 16:41:35.396946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.398834"], ["updated_at", "2018-10-11 16:41:35.398834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.400479"], ["updated_at", "2018-10-11 16:41:35.400479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.402094"], ["updated_at", "2018-10-11 16:41:35.402094"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.403658"], ["updated_at", "2018-10-11 16:41:35.403658"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.406514"], ["updated_at", "2018-10-11 16:41:35.406514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.408325"], ["updated_at", "2018-10-11 16:41:35.408325"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.409953"], ["updated_at", "2018-10-11 16:41:35.409953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.411616"], ["updated_at", "2018-10-11 16:41:35.411616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.413364"], ["updated_at", "2018-10-11 16:41:35.413364"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.415051"], ["updated_at", "2018-10-11 16:41:35.415051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.416729"], ["updated_at", "2018-10-11 16:41:35.416729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.418356"], ["updated_at", "2018-10-11 16:41:35.418356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.419940"], ["updated_at", "2018-10-11 16:41:35.419940"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.422205"], ["updated_at", "2018-10-11 16:41:35.422205"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.425890"], ["updated_at", "2018-10-11 16:41:35.425890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.428551"], ["updated_at", "2018-10-11 16:41:35.428551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.430255"], ["updated_at", "2018-10-11 16:41:35.430255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.431969"], ["updated_at", "2018-10-11 16:41:35.431969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.433621"], ["updated_at", "2018-10-11 16:41:35.433621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.435218"], ["updated_at", "2018-10-11 16:41:35.435218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.436839"], ["updated_at", "2018-10-11 16:41:35.436839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.438448"], ["updated_at", "2018-10-11 16:41:35.438448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.440102"], ["updated_at", "2018-10-11 16:41:35.440102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.441924"], ["updated_at", "2018-10-11 16:41:35.441924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.443540"], ["updated_at", "2018-10-11 16:41:35.443540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.445133"], ["updated_at", "2018-10-11 16:41:35.445133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.446742"], ["updated_at", "2018-10-11 16:41:35.446742"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.448496"], ["updated_at", "2018-10-11 16:41:35.448496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.450242"], ["updated_at", "2018-10-11 16:41:35.450242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.451839"], ["updated_at", "2018-10-11 16:41:35.451839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.453534"], ["updated_at", "2018-10-11 16:41:35.453534"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.455097"], ["updated_at", "2018-10-11 16:41:35.455097"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.456870"], ["updated_at", "2018-10-11 16:41:35.456870"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.458722"], ["updated_at", "2018-10-11 16:41:35.458722"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.460858"], ["updated_at", "2018-10-11 16:41:35.460858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.462834"], ["updated_at", "2018-10-11 16:41:35.462834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.464579"], ["updated_at", "2018-10-11 16:41:35.464579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.466251"], ["updated_at", "2018-10-11 16:41:35.466251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.467931"], ["updated_at", "2018-10-11 16:41:35.467931"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.470075"], ["updated_at", "2018-10-11 16:41:35.470075"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.475291"], ["updated_at", "2018-10-11 16:41:35.475291"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.478687"], ["updated_at", "2018-10-11 16:41:35.478687"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.482193"], ["updated_at", "2018-10-11 16:41:35.482193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.485457"], ["updated_at", "2018-10-11 16:41:35.485457"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.488277"], ["updated_at", "2018-10-11 16:41:35.488277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.492686"], ["updated_at", "2018-10-11 16:41:35.492686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.495027"], ["updated_at", "2018-10-11 16:41:35.495027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.496728"], ["updated_at", "2018-10-11 16:41:35.496728"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.498376"], ["updated_at", "2018-10-11 16:41:35.498376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.500064"], ["updated_at", "2018-10-11 16:41:35.500064"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.501683"], ["updated_at", "2018-10-11 16:41:35.501683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.503368"], ["updated_at", "2018-10-11 16:41:35.503368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.504955"], ["updated_at", "2018-10-11 16:41:35.504955"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.506647"], ["updated_at", "2018-10-11 16:41:35.506647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.508404"], ["updated_at", "2018-10-11 16:41:35.508404"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.510160"], ["updated_at", "2018-10-11 16:41:35.510160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.511862"], ["updated_at", "2018-10-11 16:41:35.511862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.513456"], ["updated_at", "2018-10-11 16:41:35.513456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.515128"], ["updated_at", "2018-10-11 16:41:35.515128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.516751"], ["updated_at", "2018-10-11 16:41:35.516751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.518317"], ["updated_at", "2018-10-11 16:41:35.518317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.519976"], ["updated_at", "2018-10-11 16:41:35.519976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.521551"], ["updated_at", "2018-10-11 16:41:35.521551"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.523267"], ["updated_at", "2018-10-11 16:41:35.523267"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.525167"], ["updated_at", "2018-10-11 16:41:35.525167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.527638"], ["updated_at", "2018-10-11 16:41:35.527638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.529616"], ["updated_at", "2018-10-11 16:41:35.529616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.531270"], ["updated_at", "2018-10-11 16:41:35.531270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.532887"], ["updated_at", "2018-10-11 16:41:35.532887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.534477"], ["updated_at", "2018-10-11 16:41:35.534477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.536122"], ["updated_at", "2018-10-11 16:41:35.536122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.539391"], ["updated_at", "2018-10-11 16:41:35.539391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.541059"], ["updated_at", "2018-10-11 16:41:35.541059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.542648"], ["updated_at", "2018-10-11 16:41:35.542648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.544226"], ["updated_at", "2018-10-11 16:41:35.544226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.545827"], ["updated_at", "2018-10-11 16:41:35.545827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.547573"], ["updated_at", "2018-10-11 16:41:35.547573"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.549206"], ["updated_at", "2018-10-11 16:41:35.549206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.552051"], ["updated_at", "2018-10-11 16:41:35.552051"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.553620"], ["updated_at", "2018-10-11 16:41:35.553620"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.556224"], ["updated_at", "2018-10-11 16:41:35.556224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.560515"], ["updated_at", "2018-10-11 16:41:35.560515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.562371"], ["updated_at", "2018-10-11 16:41:35.562371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.564029"], ["updated_at", "2018-10-11 16:41:35.564029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.565636"], ["updated_at", "2018-10-11 16:41:35.565636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.567206"], ["updated_at", "2018-10-11 16:41:35.567206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.568774"], ["updated_at", "2018-10-11 16:41:35.568774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.570479"], ["updated_at", "2018-10-11 16:41:35.570479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.572171"], ["updated_at", "2018-10-11 16:41:35.572171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.573821"], ["updated_at", "2018-10-11 16:41:35.573821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.575499"], ["updated_at", "2018-10-11 16:41:35.575499"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.577073"], ["updated_at", "2018-10-11 16:41:35.577073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.578813"], ["updated_at", "2018-10-11 16:41:35.578813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.580468"], ["updated_at", "2018-10-11 16:41:35.580468"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.582199"], ["updated_at", "2018-10-11 16:41:35.582199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.583893"], ["updated_at", "2018-10-11 16:41:35.583893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.585426"], ["updated_at", "2018-10-11 16:41:35.585426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.587203"], ["updated_at", "2018-10-11 16:41:35.587203"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.588820"], ["updated_at", "2018-10-11 16:41:35.588820"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.595348"], ["updated_at", "2018-10-11 16:41:35.595348"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.598108"], ["updated_at", "2018-10-11 16:41:35.598108"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.600342"], ["updated_at", "2018-10-11 16:41:35.600342"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.602714"], ["updated_at", "2018-10-11 16:41:35.602714"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.604780"], ["updated_at", "2018-10-11 16:41:35.604780"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.607145"], ["updated_at", "2018-10-11 16:41:35.607145"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.610899"], ["updated_at", "2018-10-11 16:41:35.610899"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.612779"], ["updated_at", "2018-10-11 16:41:35.612779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.614487"], ["updated_at", "2018-10-11 16:41:35.614487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.616286"], ["updated_at", "2018-10-11 16:41:35.616286"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.617997"], ["updated_at", "2018-10-11 16:41:35.617997"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.619597"], ["updated_at", "2018-10-11 16:41:35.619597"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.621682"], ["updated_at", "2018-10-11 16:41:35.621682"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.625828"], ["updated_at", "2018-10-11 16:41:35.625828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.628322"], ["updated_at", "2018-10-11 16:41:35.628322"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.629939"], ["updated_at", "2018-10-11 16:41:35.629939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.631787"], ["updated_at", "2018-10-11 16:41:35.631787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.633434"], ["updated_at", "2018-10-11 16:41:35.633434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.635031"], ["updated_at", "2018-10-11 16:41:35.635031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.636669"], ["updated_at", "2018-10-11 16:41:35.636669"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.638200"], ["updated_at", "2018-10-11 16:41:35.638200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.639896"], ["updated_at", "2018-10-11 16:41:35.639896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.641759"], ["updated_at", "2018-10-11 16:41:35.641759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.643413"], ["updated_at", "2018-10-11 16:41:35.643413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.645102"], ["updated_at", "2018-10-11 16:41:35.645102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.646750"], ["updated_at", "2018-10-11 16:41:35.646750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.648431"], ["updated_at", "2018-10-11 16:41:35.648431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.650079"], ["updated_at", "2018-10-11 16:41:35.650079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.651746"], ["updated_at", "2018-10-11 16:41:35.651746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.653278"], ["updated_at", "2018-10-11 16:41:35.653278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.654880"], ["updated_at", "2018-10-11 16:41:35.654880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.656530"], ["updated_at", "2018-10-11 16:41:35.656530"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.658703"], ["updated_at", "2018-10-11 16:41:35.658703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.661142"], ["updated_at", "2018-10-11 16:41:35.661142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.663009"], ["updated_at", "2018-10-11 16:41:35.663009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.664734"], ["updated_at", "2018-10-11 16:41:35.664734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.666449"], ["updated_at", "2018-10-11 16:41:35.666449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.667976"], ["updated_at", "2018-10-11 16:41:35.667976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.669579"], ["updated_at", "2018-10-11 16:41:35.669579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.672261"], ["updated_at", "2018-10-11 16:41:35.672261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.673977"], ["updated_at", "2018-10-11 16:41:35.673977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.675715"], ["updated_at", "2018-10-11 16:41:35.675715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.677295"], ["updated_at", "2018-10-11 16:41:35.677295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.678877"], ["updated_at", "2018-10-11 16:41:35.678877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.680630"], ["updated_at", "2018-10-11 16:41:35.680630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.682456"], ["updated_at", "2018-10-11 16:41:35.682456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.684222"], ["updated_at", "2018-10-11 16:41:35.684222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.685990"], ["updated_at", "2018-10-11 16:41:35.685990"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.688009"], ["updated_at", "2018-10-11 16:41:35.688009"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.691848"], ["updated_at", "2018-10-11 16:41:35.691848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.694699"], ["updated_at", "2018-10-11 16:41:35.694699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.696275"], ["updated_at", "2018-10-11 16:41:35.696275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.697922"], ["updated_at", "2018-10-11 16:41:35.697922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.700788"], ["updated_at", "2018-10-11 16:41:35.700788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.702689"], ["updated_at", "2018-10-11 16:41:35.702689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.704347"], ["updated_at", "2018-10-11 16:41:35.704347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.706079"], ["updated_at", "2018-10-11 16:41:35.706079"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.707751"], ["updated_at", "2018-10-11 16:41:35.707751"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.709429"], ["updated_at", "2018-10-11 16:41:35.709429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.711121"], ["updated_at", "2018-10-11 16:41:35.711121"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.713310"], ["updated_at", "2018-10-11 16:41:35.713310"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.716949"], ["updated_at", "2018-10-11 16:41:35.716949"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.720355"], ["updated_at", "2018-10-11 16:41:35.720355"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.724911"], ["updated_at", "2018-10-11 16:41:35.724911"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.728099"], ["updated_at", "2018-10-11 16:41:35.728099"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.730271"], ["updated_at", "2018-10-11 16:41:35.730271"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.732173"], ["updated_at", "2018-10-11 16:41:35.732173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.733856"], ["updated_at", "2018-10-11 16:41:35.733856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.735483"], ["updated_at", "2018-10-11 16:41:35.735483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.737014"], ["updated_at", "2018-10-11 16:41:35.737014"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.739786"], ["updated_at", "2018-10-11 16:41:35.739786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.741494"], ["updated_at", "2018-10-11 16:41:35.741494"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.743080"], ["updated_at", "2018-10-11 16:41:35.743080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.744688"], ["updated_at", "2018-10-11 16:41:35.744688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.746388"], ["updated_at", "2018-10-11 16:41:35.746388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.748010"], ["updated_at", "2018-10-11 16:41:35.748010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.749645"], ["updated_at", "2018-10-11 16:41:35.749645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.751209"], ["updated_at", "2018-10-11 16:41:35.751209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.752914"], ["updated_at", "2018-10-11 16:41:35.752914"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.755407"], ["updated_at", "2018-10-11 16:41:35.755407"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.759256"], ["updated_at", "2018-10-11 16:41:35.759256"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.761457"], ["updated_at", "2018-10-11 16:41:35.761457"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.763180"], ["updated_at", "2018-10-11 16:41:35.763180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.764893"], ["updated_at", "2018-10-11 16:41:35.764893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.766523"], ["updated_at", "2018-10-11 16:41:35.766523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.768146"], ["updated_at", "2018-10-11 16:41:35.768146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.769764"], ["updated_at", "2018-10-11 16:41:35.769764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.771340"], ["updated_at", "2018-10-11 16:41:35.771340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.772987"], ["updated_at", "2018-10-11 16:41:35.772987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.774733"], ["updated_at", "2018-10-11 16:41:35.774733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.776436"], ["updated_at", "2018-10-11 16:41:35.776436"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.778066"], ["updated_at", "2018-10-11 16:41:35.778066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.780335"], ["updated_at", "2018-10-11 16:41:35.780335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.782089"], ["updated_at", "2018-10-11 16:41:35.782089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.783714"], ["updated_at", "2018-10-11 16:41:35.783714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.785319"], ["updated_at", "2018-10-11 16:41:35.785319"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.787127"], ["updated_at", "2018-10-11 16:41:35.787127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.788778"], ["updated_at", "2018-10-11 16:41:35.788778"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.790450"], ["updated_at", "2018-10-11 16:41:35.790450"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.792645"], ["updated_at", "2018-10-11 16:41:35.792645"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.795403"], ["updated_at", "2018-10-11 16:41:35.795403"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.797905"], ["updated_at", "2018-10-11 16:41:35.797905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.799629"], ["updated_at", "2018-10-11 16:41:35.799629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.801212"], ["updated_at", "2018-10-11 16:41:35.801212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.802796"], ["updated_at", "2018-10-11 16:41:35.802796"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.804455"], ["updated_at", "2018-10-11 16:41:35.804455"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.807247"], ["updated_at", "2018-10-11 16:41:35.807247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.809300"], ["updated_at", "2018-10-11 16:41:35.809300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.810888"], ["updated_at", "2018-10-11 16:41:35.810888"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.812511"], ["updated_at", "2018-10-11 16:41:35.812511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.814342"], ["updated_at", "2018-10-11 16:41:35.814342"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.816069"], ["updated_at", "2018-10-11 16:41:35.816069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.817684"], ["updated_at", "2018-10-11 16:41:35.817684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.819340"], ["updated_at", "2018-10-11 16:41:35.819340"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.821940"], ["updated_at", "2018-10-11 16:41:35.821940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.826567"], ["updated_at", "2018-10-11 16:41:35.826567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.828600"], ["updated_at", "2018-10-11 16:41:35.828600"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.830214"], ["updated_at", "2018-10-11 16:41:35.830214"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.833965"], ["updated_at", "2018-10-11 16:41:35.833965"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.837579"], ["updated_at", "2018-10-11 16:41:35.837579"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.841143"], ["updated_at", "2018-10-11 16:41:35.841143"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.844655"], ["updated_at", "2018-10-11 16:41:35.844655"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.848181"], ["updated_at", "2018-10-11 16:41:35.848181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.851231"], ["updated_at", "2018-10-11 16:41:35.851231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.852930"], ["updated_at", "2018-10-11 16:41:35.852930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.854489"], ["updated_at", "2018-10-11 16:41:35.854489"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.856150"], ["updated_at", "2018-10-11 16:41:35.856150"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.858190"], ["updated_at", "2018-10-11 16:41:35.858190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.860395"], ["updated_at", "2018-10-11 16:41:35.860395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.862251"], ["updated_at", "2018-10-11 16:41:35.862251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.863952"], ["updated_at", "2018-10-11 16:41:35.863952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.865836"], ["updated_at", "2018-10-11 16:41:35.865836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.867472"], ["updated_at", "2018-10-11 16:41:35.867472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.869133"], ["updated_at", "2018-10-11 16:41:35.869133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.871931"], ["updated_at", "2018-10-11 16:41:35.871931"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.873621"], ["updated_at", "2018-10-11 16:41:35.873621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.875359"], ["updated_at", "2018-10-11 16:41:35.875359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.876958"], ["updated_at", "2018-10-11 16:41:35.876958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.878565"], ["updated_at", "2018-10-11 16:41:35.878565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.880279"], ["updated_at", "2018-10-11 16:41:35.880279"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.881993"], ["updated_at", "2018-10-11 16:41:35.881993"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.884264"], ["updated_at", "2018-10-11 16:41:35.884264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.886052"], ["updated_at", "2018-10-11 16:41:35.886052"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.888314"], ["updated_at", "2018-10-11 16:41:35.888314"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.892804"], ["updated_at", "2018-10-11 16:41:35.892804"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.895111"], ["updated_at", "2018-10-11 16:41:35.895111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.897084"], ["updated_at", "2018-10-11 16:41:35.897084"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.898846"], ["updated_at", "2018-10-11 16:41:35.898846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.900666"], ["updated_at", "2018-10-11 16:41:35.900666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.902292"], ["updated_at", "2018-10-11 16:41:35.902292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.903979"], ["updated_at", "2018-10-11 16:41:35.903979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.905555"], ["updated_at", "2018-10-11 16:41:35.905555"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.907236"], ["updated_at", "2018-10-11 16:41:35.907236"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.909476"], ["updated_at", "2018-10-11 16:41:35.909476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.911355"], ["updated_at", "2018-10-11 16:41:35.911355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.913067"], ["updated_at", "2018-10-11 16:41:35.913067"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.914996"], ["updated_at", "2018-10-11 16:41:35.914996"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.917044"], ["updated_at", "2018-10-11 16:41:35.917044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.918911"], ["updated_at", "2018-10-11 16:41:35.918911"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.920639"], ["updated_at", "2018-10-11 16:41:35.920639"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.922434"], ["updated_at", "2018-10-11 16:41:35.922434"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.927722"], ["updated_at", "2018-10-11 16:41:35.927722"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.929724"], ["updated_at", "2018-10-11 16:41:35.929724"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.931452"], ["updated_at", "2018-10-11 16:41:35.931452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.933128"], ["updated_at", "2018-10-11 16:41:35.933128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.935267"], ["updated_at", "2018-10-11 16:41:35.935267"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.936897"], ["updated_at", "2018-10-11 16:41:35.936897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.939769"], ["updated_at", "2018-10-11 16:41:35.939769"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.941674"], ["updated_at", "2018-10-11 16:41:35.941674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.943531"], ["updated_at", "2018-10-11 16:41:35.943531"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.945228"], ["updated_at", "2018-10-11 16:41:35.945228"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.946976"], ["updated_at", "2018-10-11 16:41:35.946976"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.948771"], ["updated_at", "2018-10-11 16:41:35.948771"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.950472"], ["updated_at", "2018-10-11 16:41:35.950472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.952134"], ["updated_at", "2018-10-11 16:41:35.952134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.953715"], ["updated_at", "2018-10-11 16:41:35.953715"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.956741"], ["updated_at", "2018-10-11 16:41:35.956741"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.962599"], ["updated_at", "2018-10-11 16:41:35.962599"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.966258"], ["updated_at", "2018-10-11 16:41:35.966258"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.969727"], ["updated_at", "2018-10-11 16:41:35.969727"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.973634"], ["updated_at", "2018-10-11 16:41:35.973634"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.977020"], ["updated_at", "2018-10-11 16:41:35.977020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.978766"], ["updated_at", "2018-10-11 16:41:35.978766"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.980460"], ["updated_at", "2018-10-11 16:41:35.980460"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.982192"], ["updated_at", "2018-10-11 16:41:35.982192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.983860"], ["updated_at", "2018-10-11 16:41:35.983860"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.985455"], ["updated_at", "2018-10-11 16:41:35.985455"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.988755"], ["updated_at", "2018-10-11 16:41:35.988755"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.990923"], ["updated_at", "2018-10-11 16:41:35.990923"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.993594"], ["updated_at", "2018-10-11 16:41:35.993594"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.996970"], ["updated_at", "2018-10-11 16:41:35.996970"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:35.999545"], ["updated_at", "2018-10-11 16:41:35.999545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.001490"], ["updated_at", "2018-10-11 16:41:36.001490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.003721"], ["updated_at", "2018-10-11 16:41:36.003721"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.005660"], ["updated_at", "2018-10-11 16:41:36.005660"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.007956"], ["updated_at", "2018-10-11 16:41:36.007956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.011161"], ["updated_at", "2018-10-11 16:41:36.011161"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.012899"], ["updated_at", "2018-10-11 16:41:36.012899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.014635"], ["updated_at", "2018-10-11 16:41:36.014635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.016316"], ["updated_at", "2018-10-11 16:41:36.016316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.017971"], ["updated_at", "2018-10-11 16:41:36.017971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.019566"], ["updated_at", "2018-10-11 16:41:36.019566"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.021317"], ["updated_at", "2018-10-11 16:41:36.021317"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.024908"], ["updated_at", "2018-10-11 16:41:36.024908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.028515"], ["updated_at", "2018-10-11 16:41:36.028515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.030282"], ["updated_at", "2018-10-11 16:41:36.030282"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.032235"], ["updated_at", "2018-10-11 16:41:36.032235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.034086"], ["updated_at", "2018-10-11 16:41:36.034086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.035646"], ["updated_at", "2018-10-11 16:41:36.035646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.037281"], ["updated_at", "2018-10-11 16:41:36.037281"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.038865"], ["updated_at", "2018-10-11 16:41:36.038865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.040616"], ["updated_at", "2018-10-11 16:41:36.040616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.042375"], ["updated_at", "2018-10-11 16:41:36.042375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.043935"], ["updated_at", "2018-10-11 16:41:36.043935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.045535"], ["updated_at", "2018-10-11 16:41:36.045535"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.047174"], ["updated_at", "2018-10-11 16:41:36.047174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.048938"], ["updated_at", "2018-10-11 16:41:36.048938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.050551"], ["updated_at", "2018-10-11 16:41:36.050551"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.052170"], ["updated_at", "2018-10-11 16:41:36.052170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.053858"], ["updated_at", "2018-10-11 16:41:36.053858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.055441"], ["updated_at", "2018-10-11 16:41:36.055441"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.057080"], ["updated_at", "2018-10-11 16:41:36.057080"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.059328"], ["updated_at", "2018-10-11 16:41:36.059328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.062028"], ["updated_at", "2018-10-11 16:41:36.062028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.063850"], ["updated_at", "2018-10-11 16:41:36.063850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.065654"], ["updated_at", "2018-10-11 16:41:36.065654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.067333"], ["updated_at", "2018-10-11 16:41:36.067333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.068853"], ["updated_at", "2018-10-11 16:41:36.068853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.071608"], ["updated_at", "2018-10-11 16:41:36.071608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.073528"], ["updated_at", "2018-10-11 16:41:36.073528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.075296"], ["updated_at", "2018-10-11 16:41:36.075296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.077023"], ["updated_at", "2018-10-11 16:41:36.077023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.078714"], ["updated_at", "2018-10-11 16:41:36.078714"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.080569"], ["updated_at", "2018-10-11 16:41:36.080569"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.083468"], ["updated_at", "2018-10-11 16:41:36.083468"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.086018"], ["updated_at", "2018-10-11 16:41:36.086018"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.088494"], ["updated_at", "2018-10-11 16:41:36.088494"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.093506"], ["updated_at", "2018-10-11 16:41:36.093506"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.096924"], ["updated_at", "2018-10-11 16:41:36.096924"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.099698"], ["updated_at", "2018-10-11 16:41:36.099698"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.102328"], ["updated_at", "2018-10-11 16:41:36.102328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.104367"], ["updated_at", "2018-10-11 16:41:36.104367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.105950"], ["updated_at", "2018-10-11 16:41:36.105950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.107633"], ["updated_at", "2018-10-11 16:41:36.107633"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.109225"], ["updated_at", "2018-10-11 16:41:36.109225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.110857"], ["updated_at", "2018-10-11 16:41:36.110857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.112540"], ["updated_at", "2018-10-11 16:41:36.112540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.114240"], ["updated_at", "2018-10-11 16:41:36.114240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.115923"], ["updated_at", "2018-10-11 16:41:36.115923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.117498"], ["updated_at", "2018-10-11 16:41:36.117498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.119097"], ["updated_at", "2018-10-11 16:41:36.119097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.120649"], ["updated_at", "2018-10-11 16:41:36.120649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.122304"], ["updated_at", "2018-10-11 16:41:36.122304"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.124192"], ["updated_at", "2018-10-11 16:41:36.124192"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.126656"], ["updated_at", "2018-10-11 16:41:36.126656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.129300"], ["updated_at", "2018-10-11 16:41:36.129300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.131061"], ["updated_at", "2018-10-11 16:41:36.131061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.132807"], ["updated_at", "2018-10-11 16:41:36.132807"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.134462"], ["updated_at", "2018-10-11 16:41:36.134462"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.136152"], ["updated_at", "2018-10-11 16:41:36.136152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.138955"], ["updated_at", "2018-10-11 16:41:36.138955"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.140650"], ["updated_at", "2018-10-11 16:41:36.140650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.142418"], ["updated_at", "2018-10-11 16:41:36.142418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.143970"], ["updated_at", "2018-10-11 16:41:36.143970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.145571"], ["updated_at", "2018-10-11 16:41:36.145571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.147211"], ["updated_at", "2018-10-11 16:41:36.147211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.148871"], ["updated_at", "2018-10-11 16:41:36.148871"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.150562"], ["updated_at", "2018-10-11 16:41:36.150562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.152206"], ["updated_at", "2018-10-11 16:41:36.152206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.153831"], ["updated_at", "2018-10-11 16:41:36.153831"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.156118"], ["updated_at", "2018-10-11 16:41:36.156118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.160606"], ["updated_at", "2018-10-11 16:41:36.160606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.162533"], ["updated_at", "2018-10-11 16:41:36.162533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.164258"], ["updated_at", "2018-10-11 16:41:36.164258"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.165917"], ["updated_at", "2018-10-11 16:41:36.165917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.167564"], ["updated_at", "2018-10-11 16:41:36.167564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.169164"], ["updated_at", "2018-10-11 16:41:36.169164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.170812"], ["updated_at", "2018-10-11 16:41:36.170812"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.172357"], ["updated_at", "2018-10-11 16:41:36.172357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.174106"], ["updated_at", "2018-10-11 16:41:36.174106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.175920"], ["updated_at", "2018-10-11 16:41:36.175920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.177500"], ["updated_at", "2018-10-11 16:41:36.177500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.179159"], ["updated_at", "2018-10-11 16:41:36.179159"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.180784"], ["updated_at", "2018-10-11 16:41:36.180784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.182533"], ["updated_at", "2018-10-11 16:41:36.182533"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.184145"], ["updated_at", "2018-10-11 16:41:36.184145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.186038"], ["updated_at", "2018-10-11 16:41:36.186038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.187649"], ["updated_at", "2018-10-11 16:41:36.187649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.189250"], ["updated_at", "2018-10-11 16:41:36.189250"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.191013"], ["updated_at", "2018-10-11 16:41:36.191013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.193625"], ["updated_at", "2018-10-11 16:41:36.193625"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.195720"], ["updated_at", "2018-10-11 16:41:36.195720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.197656"], ["updated_at", "2018-10-11 16:41:36.197656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.199460"], ["updated_at", "2018-10-11 16:41:36.199460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.201126"], ["updated_at", "2018-10-11 16:41:36.201126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.202588"], ["updated_at", "2018-10-11 16:41:36.202588"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.205190"], ["updated_at", "2018-10-11 16:41:36.205190"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.208083"], ["updated_at", "2018-10-11 16:41:36.208083"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.210719"], ["updated_at", "2018-10-11 16:41:36.210719"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.213376"], ["updated_at", "2018-10-11 16:41:36.213376"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.216176"], ["updated_at", "2018-10-11 16:41:36.216176"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.218810"], ["updated_at", "2018-10-11 16:41:36.218810"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.221352"], ["updated_at", "2018-10-11 16:41:36.221352"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.226319"], ["updated_at", "2018-10-11 16:41:36.226319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.228974"], ["updated_at", "2018-10-11 16:41:36.228974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.230619"], ["updated_at", "2018-10-11 16:41:36.230619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.232588"], ["updated_at", "2018-10-11 16:41:36.232588"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.234340"], ["updated_at", "2018-10-11 16:41:36.234340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.236086"], ["updated_at", "2018-10-11 16:41:36.236086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.237775"], ["updated_at", "2018-10-11 16:41:36.237775"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.239351"], ["updated_at", "2018-10-11 16:41:36.239351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.241194"], ["updated_at", "2018-10-11 16:41:36.241194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.243036"], ["updated_at", "2018-10-11 16:41:36.243036"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.244652"], ["updated_at", "2018-10-11 16:41:36.244652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.246376"], ["updated_at", "2018-10-11 16:41:36.246376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.248084"], ["updated_at", "2018-10-11 16:41:36.248084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.249817"], ["updated_at", "2018-10-11 16:41:36.249817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.251463"], ["updated_at", "2018-10-11 16:41:36.251463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.253038"], ["updated_at", "2018-10-11 16:41:36.253038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.254692"], ["updated_at", "2018-10-11 16:41:36.254692"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.256284"], ["updated_at", "2018-10-11 16:41:36.256284"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.258190"], ["updated_at", "2018-10-11 16:41:36.258190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.260845"], ["updated_at", "2018-10-11 16:41:36.260845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.262825"], ["updated_at", "2018-10-11 16:41:36.262825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.264584"], ["updated_at", "2018-10-11 16:41:36.264584"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.266308"], ["updated_at", "2018-10-11 16:41:36.266308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.268105"], ["updated_at", "2018-10-11 16:41:36.268105"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.270038"], ["updated_at", "2018-10-11 16:41:36.270038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.272972"], ["updated_at", "2018-10-11 16:41:36.272972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.274907"], ["updated_at", "2018-10-11 16:41:36.274907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.276581"], ["updated_at", "2018-10-11 16:41:36.276581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.278220"], ["updated_at", "2018-10-11 16:41:36.278220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.279926"], ["updated_at", "2018-10-11 16:41:36.279926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.281724"], ["updated_at", "2018-10-11 16:41:36.281724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.283680"], ["updated_at", "2018-10-11 16:41:36.283680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.285392"], ["updated_at", "2018-10-11 16:41:36.285392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.287071"], ["updated_at", "2018-10-11 16:41:36.287071"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.289528"], ["updated_at", "2018-10-11 16:41:36.289528"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.294121"], ["updated_at", "2018-10-11 16:41:36.294121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.296651"], ["updated_at", "2018-10-11 16:41:36.296651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.298449"], ["updated_at", "2018-10-11 16:41:36.298449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.300193"], ["updated_at", "2018-10-11 16:41:36.300193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.301937"], ["updated_at", "2018-10-11 16:41:36.301937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.303583"], ["updated_at", "2018-10-11 16:41:36.303583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.305147"], ["updated_at", "2018-10-11 16:41:36.305147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.306803"], ["updated_at", "2018-10-11 16:41:36.306803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.308591"], ["updated_at", "2018-10-11 16:41:36.308591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.310316"], ["updated_at", "2018-10-11 16:41:36.310316"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.311858"], ["updated_at", "2018-10-11 16:41:36.311858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.313494"], ["updated_at", "2018-10-11 16:41:36.313494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.315151"], ["updated_at", "2018-10-11 16:41:36.315151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.316807"], ["updated_at", "2018-10-11 16:41:36.316807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.318426"], ["updated_at", "2018-10-11 16:41:36.318426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.319981"], ["updated_at", "2018-10-11 16:41:36.319981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.321578"], ["updated_at", "2018-10-11 16:41:36.321578"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.323132"], ["updated_at", "2018-10-11 16:41:36.323132"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.325303"], ["updated_at", "2018-10-11 16:41:36.325303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.327949"], ["updated_at", "2018-10-11 16:41:36.327949"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.329813"], ["updated_at", "2018-10-11 16:41:36.329813"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.331964"], ["updated_at", "2018-10-11 16:41:36.331964"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.334071"], ["updated_at", "2018-10-11 16:41:36.334071"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.336112"], ["updated_at", "2018-10-11 16:41:36.336112"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.338117"], ["updated_at", "2018-10-11 16:41:36.338117"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.343556"], ["updated_at", "2018-10-11 16:41:36.343556"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.346241"], ["updated_at", "2018-10-11 16:41:36.346241"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.348683"], ["updated_at", "2018-10-11 16:41:36.348683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.350436"], ["updated_at", "2018-10-11 16:41:36.350436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.352072"], ["updated_at", "2018-10-11 16:41:36.352072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.353702"], ["updated_at", "2018-10-11 16:41:36.353702"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.356364"], ["updated_at", "2018-10-11 16:41:36.356364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.361153"], ["updated_at", "2018-10-11 16:41:36.361153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.362971"], ["updated_at", "2018-10-11 16:41:36.362971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.364593"], ["updated_at", "2018-10-11 16:41:36.364593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.366316"], ["updated_at", "2018-10-11 16:41:36.366316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.367946"], ["updated_at", "2018-10-11 16:41:36.367946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.369585"], ["updated_at", "2018-10-11 16:41:36.369585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.371155"], ["updated_at", "2018-10-11 16:41:36.371155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.372801"], ["updated_at", "2018-10-11 16:41:36.372801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.374594"], ["updated_at", "2018-10-11 16:41:36.374594"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.376315"], ["updated_at", "2018-10-11 16:41:36.376315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.378098"], ["updated_at", "2018-10-11 16:41:36.378098"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.379720"], ["updated_at", "2018-10-11 16:41:36.379720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.381558"], ["updated_at", "2018-10-11 16:41:36.381558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.383278"], ["updated_at", "2018-10-11 16:41:36.383278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.384945"], ["updated_at", "2018-10-11 16:41:36.384945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.386589"], ["updated_at", "2018-10-11 16:41:36.386589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.388203"], ["updated_at", "2018-10-11 16:41:36.388203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.389835"], ["updated_at", "2018-10-11 16:41:36.389835"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.391912"], ["updated_at", "2018-10-11 16:41:36.391912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.394642"], ["updated_at", "2018-10-11 16:41:36.394642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.396637"], ["updated_at", "2018-10-11 16:41:36.396637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.398438"], ["updated_at", "2018-10-11 16:41:36.398438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.400235"], ["updated_at", "2018-10-11 16:41:36.400235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.401907"], ["updated_at", "2018-10-11 16:41:36.401907"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.406118"], ["updated_at", "2018-10-11 16:41:36.406118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.407969"], ["updated_at", "2018-10-11 16:41:36.407969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.409654"], ["updated_at", "2018-10-11 16:41:36.409654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.411297"], ["updated_at", "2018-10-11 16:41:36.411297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.412968"], ["updated_at", "2018-10-11 16:41:36.412968"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.414672"], ["updated_at", "2018-10-11 16:41:36.414672"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.416336"], ["updated_at", "2018-10-11 16:41:36.416336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.417992"], ["updated_at", "2018-10-11 16:41:36.417992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.419570"], ["updated_at", "2018-10-11 16:41:36.419570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.421170"], ["updated_at", "2018-10-11 16:41:36.421170"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.424003"], ["updated_at", "2018-10-11 16:41:36.424003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.428187"], ["updated_at", "2018-10-11 16:41:36.428187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.430045"], ["updated_at", "2018-10-11 16:41:36.430045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.431738"], ["updated_at", "2018-10-11 16:41:36.431738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.433439"], ["updated_at", "2018-10-11 16:41:36.433439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.435093"], ["updated_at", "2018-10-11 16:41:36.435093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.436851"], ["updated_at", "2018-10-11 16:41:36.436851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.438515"], ["updated_at", "2018-10-11 16:41:36.438515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.440108"], ["updated_at", "2018-10-11 16:41:36.440108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.441906"], ["updated_at", "2018-10-11 16:41:36.441906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.443658"], ["updated_at", "2018-10-11 16:41:36.443658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.445270"], ["updated_at", "2018-10-11 16:41:36.445270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.446906"], ["updated_at", "2018-10-11 16:41:36.446906"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.448634"], ["updated_at", "2018-10-11 16:41:36.448634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.450448"], ["updated_at", "2018-10-11 16:41:36.450448"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.452338"], ["updated_at", "2018-10-11 16:41:36.452338"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.455038"], ["updated_at", "2018-10-11 16:41:36.455038"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.458049"], ["updated_at", "2018-10-11 16:41:36.458049"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.460528"], ["updated_at", "2018-10-11 16:41:36.460528"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.462658"], ["updated_at", "2018-10-11 16:41:36.462658"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.464624"], ["updated_at", "2018-10-11 16:41:36.464624"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.466992"], ["updated_at", "2018-10-11 16:41:36.466992"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.469269"], ["updated_at", "2018-10-11 16:41:36.469269"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.471434"], ["updated_at", "2018-10-11 16:41:36.471434"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.476616"], ["updated_at", "2018-10-11 16:41:36.476616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.478429"], ["updated_at", "2018-10-11 16:41:36.478429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.480076"], ["updated_at", "2018-10-11 16:41:36.480076"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.481870"], ["updated_at", "2018-10-11 16:41:36.481870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.483843"], ["updated_at", "2018-10-11 16:41:36.483843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.485448"], ["updated_at", "2018-10-11 16:41:36.485448"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.487028"], ["updated_at", "2018-10-11 16:41:36.487028"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.489604"], ["updated_at", "2018-10-11 16:41:36.489604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.494331"], ["updated_at", "2018-10-11 16:41:36.494331"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.496218"], ["updated_at", "2018-10-11 16:41:36.496218"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.497957"], ["updated_at", "2018-10-11 16:41:36.497957"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.499657"], ["updated_at", "2018-10-11 16:41:36.499657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.501366"], ["updated_at", "2018-10-11 16:41:36.501366"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.502927"], ["updated_at", "2018-10-11 16:41:36.502927"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.504596"], ["updated_at", "2018-10-11 16:41:36.504596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.506385"], ["updated_at", "2018-10-11 16:41:36.506385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.508153"], ["updated_at", "2018-10-11 16:41:36.508153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.509810"], ["updated_at", "2018-10-11 16:41:36.509810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.511483"], ["updated_at", "2018-10-11 16:41:36.511483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.513100"], ["updated_at", "2018-10-11 16:41:36.513100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.514710"], ["updated_at", "2018-10-11 16:41:36.514710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.516421"], ["updated_at", "2018-10-11 16:41:36.516421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.518000"], ["updated_at", "2018-10-11 16:41:36.518000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.519618"], ["updated_at", "2018-10-11 16:41:36.519618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.521211"], ["updated_at", "2018-10-11 16:41:36.521211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.522784"], ["updated_at", "2018-10-11 16:41:36.522784"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.524468"], ["updated_at", "2018-10-11 16:41:36.524468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.527035"], ["updated_at", "2018-10-11 16:41:36.527035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.529105"], ["updated_at", "2018-10-11 16:41:36.529105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.530884"], ["updated_at", "2018-10-11 16:41:36.530884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.532511"], ["updated_at", "2018-10-11 16:41:36.532511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.534140"], ["updated_at", "2018-10-11 16:41:36.534140"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.535746"], ["updated_at", "2018-10-11 16:41:36.535746"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.538792"], ["updated_at", "2018-10-11 16:41:36.538792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.540509"], ["updated_at", "2018-10-11 16:41:36.540509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.542155"], ["updated_at", "2018-10-11 16:41:36.542155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.543787"], ["updated_at", "2018-10-11 16:41:36.543787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.545344"], ["updated_at", "2018-10-11 16:41:36.545344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.546976"], ["updated_at", "2018-10-11 16:41:36.546976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.548604"], ["updated_at", "2018-10-11 16:41:36.548604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.550329"], ["updated_at", "2018-10-11 16:41:36.550329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.551909"], ["updated_at", "2018-10-11 16:41:36.551909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.553569"], ["updated_at", "2018-10-11 16:41:36.553569"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.556025"], ["updated_at", "2018-10-11 16:41:36.556025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.560341"], ["updated_at", "2018-10-11 16:41:36.560341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.562337"], ["updated_at", "2018-10-11 16:41:36.562337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.563890"], ["updated_at", "2018-10-11 16:41:36.563890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.565546"], ["updated_at", "2018-10-11 16:41:36.565546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.567148"], ["updated_at", "2018-10-11 16:41:36.567148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.568758"], ["updated_at", "2018-10-11 16:41:36.568758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.570308"], ["updated_at", "2018-10-11 16:41:36.570308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.572055"], ["updated_at", "2018-10-11 16:41:36.572055"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.573634"], ["updated_at", "2018-10-11 16:41:36.573634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.575387"], ["updated_at", "2018-10-11 16:41:36.575387"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.577433"], ["updated_at", "2018-10-11 16:41:36.577433"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.580451"], ["updated_at", "2018-10-11 16:41:36.580451"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.583227"], ["updated_at", "2018-10-11 16:41:36.583227"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.585922"], ["updated_at", "2018-10-11 16:41:36.585922"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.588543"], ["updated_at", "2018-10-11 16:41:36.588543"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.591155"], ["updated_at", "2018-10-11 16:41:36.591155"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.593572"], ["updated_at", "2018-10-11 16:41:36.593572"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.595883"], ["updated_at", "2018-10-11 16:41:36.595883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.597950"], ["updated_at", "2018-10-11 16:41:36.597950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.599766"], ["updated_at", "2018-10-11 16:41:36.599766"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.601407"], ["updated_at", "2018-10-11 16:41:36.601407"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.602954"], ["updated_at", "2018-10-11 16:41:36.602954"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.606902"], ["updated_at", "2018-10-11 16:41:36.606902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.608623"], ["updated_at", "2018-10-11 16:41:36.608623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.610308"], ["updated_at", "2018-10-11 16:41:36.610308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.611968"], ["updated_at", "2018-10-11 16:41:36.611968"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.613540"], ["updated_at", "2018-10-11 16:41:36.613540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.615295"], ["updated_at", "2018-10-11 16:41:36.615295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.616970"], ["updated_at", "2018-10-11 16:41:36.616970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.618648"], ["updated_at", "2018-10-11 16:41:36.618648"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.620446"], ["updated_at", "2018-10-11 16:41:36.620446"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.623531"], ["updated_at", "2018-10-11 16:41:36.623531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.627991"], ["updated_at", "2018-10-11 16:41:36.627991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.629989"], ["updated_at", "2018-10-11 16:41:36.629989"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.631781"], ["updated_at", "2018-10-11 16:41:36.631781"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.633570"], ["updated_at", "2018-10-11 16:41:36.633570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.635470"], ["updated_at", "2018-10-11 16:41:36.635470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.637169"], ["updated_at", "2018-10-11 16:41:36.637169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.638777"], ["updated_at", "2018-10-11 16:41:36.638777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.640456"], ["updated_at", "2018-10-11 16:41:36.640456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.642177"], ["updated_at", "2018-10-11 16:41:36.642177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.643858"], ["updated_at", "2018-10-11 16:41:36.643858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.645443"], ["updated_at", "2018-10-11 16:41:36.645443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.647090"], ["updated_at", "2018-10-11 16:41:36.647090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.648771"], ["updated_at", "2018-10-11 16:41:36.648771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.650484"], ["updated_at", "2018-10-11 16:41:36.650484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.652048"], ["updated_at", "2018-10-11 16:41:36.652048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.653688"], ["updated_at", "2018-10-11 16:41:36.653688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.655325"], ["updated_at", "2018-10-11 16:41:36.655325"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.656920"], ["updated_at", "2018-10-11 16:41:36.656920"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.659513"], ["updated_at", "2018-10-11 16:41:36.659513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.662057"], ["updated_at", "2018-10-11 16:41:36.662057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.663990"], ["updated_at", "2018-10-11 16:41:36.663990"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.665776"], ["updated_at", "2018-10-11 16:41:36.665776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.667566"], ["updated_at", "2018-10-11 16:41:36.667566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.669116"], ["updated_at", "2018-10-11 16:41:36.669116"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.670941"], ["updated_at", "2018-10-11 16:41:36.670941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.674166"], ["updated_at", "2018-10-11 16:41:36.674166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.676007"], ["updated_at", "2018-10-11 16:41:36.676007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.677624"], ["updated_at", "2018-10-11 16:41:36.677624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.679238"], ["updated_at", "2018-10-11 16:41:36.679238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.680897"], ["updated_at", "2018-10-11 16:41:36.680897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.682607"], ["updated_at", "2018-10-11 16:41:36.682607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.684299"], ["updated_at", "2018-10-11 16:41:36.684299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.685953"], ["updated_at", "2018-10-11 16:41:36.685953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.687615"], ["updated_at", "2018-10-11 16:41:36.687615"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.690332"], ["updated_at", "2018-10-11 16:41:36.690332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.694949"], ["updated_at", "2018-10-11 16:41:36.694949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.696661"], ["updated_at", "2018-10-11 16:41:36.696661"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.698525"], ["updated_at", "2018-10-11 16:41:36.698525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.700318"], ["updated_at", "2018-10-11 16:41:36.700318"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.702037"], ["updated_at", "2018-10-11 16:41:36.702037"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.704614"], ["updated_at", "2018-10-11 16:41:36.704614"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.707270"], ["updated_at", "2018-10-11 16:41:36.707270"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.710184"], ["updated_at", "2018-10-11 16:41:36.710184"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.712825"], ["updated_at", "2018-10-11 16:41:36.712825"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.715519"], ["updated_at", "2018-10-11 16:41:36.715519"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.718238"], ["updated_at", "2018-10-11 16:41:36.718238"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.720932"], ["updated_at", "2018-10-11 16:41:36.720932"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.723014"], ["updated_at", "2018-10-11 16:41:36.723014"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.725104"], ["updated_at", "2018-10-11 16:41:36.725104"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.727923"], ["updated_at", "2018-10-11 16:41:36.727923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.729706"], ["updated_at", "2018-10-11 16:41:36.729706"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.731458"], ["updated_at", "2018-10-11 16:41:36.731458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.733342"], ["updated_at", "2018-10-11 16:41:36.733342"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.734961"], ["updated_at", "2018-10-11 16:41:36.734961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.736489"], ["updated_at", "2018-10-11 16:41:36.736489"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.739611"], ["updated_at", "2018-10-11 16:41:36.739611"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.741396"], ["updated_at", "2018-10-11 16:41:36.741396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.743275"], ["updated_at", "2018-10-11 16:41:36.743275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.744922"], ["updated_at", "2018-10-11 16:41:36.744922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.746537"], ["updated_at", "2018-10-11 16:41:36.746537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.748262"], ["updated_at", "2018-10-11 16:41:36.748262"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.750062"], ["updated_at", "2018-10-11 16:41:36.750062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.751803"], ["updated_at", "2018-10-11 16:41:36.751803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.753418"], ["updated_at", "2018-10-11 16:41:36.753418"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.755119"], ["updated_at", "2018-10-11 16:41:36.755119"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.758808"], ["updated_at", "2018-10-11 16:41:36.758808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.761960"], ["updated_at", "2018-10-11 16:41:36.761960"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.763585"], ["updated_at", "2018-10-11 16:41:36.763585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.765396"], ["updated_at", "2018-10-11 16:41:36.765396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.767161"], ["updated_at", "2018-10-11 16:41:36.767161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.768802"], ["updated_at", "2018-10-11 16:41:36.768802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.770531"], ["updated_at", "2018-10-11 16:41:36.770531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.772150"], ["updated_at", "2018-10-11 16:41:36.772150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.773925"], ["updated_at", "2018-10-11 16:41:36.773925"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.775738"], ["updated_at", "2018-10-11 16:41:36.775738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.777475"], ["updated_at", "2018-10-11 16:41:36.777475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.779099"], ["updated_at", "2018-10-11 16:41:36.779099"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.780801"], ["updated_at", "2018-10-11 16:41:36.780801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.782688"], ["updated_at", "2018-10-11 16:41:36.782688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.784423"], ["updated_at", "2018-10-11 16:41:36.784423"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.786312"], ["updated_at", "2018-10-11 16:41:36.786312"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.788389"], ["updated_at", "2018-10-11 16:41:36.788389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.790099"], ["updated_at", "2018-10-11 16:41:36.790099"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.791948"], ["updated_at", "2018-10-11 16:41:36.791948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.794751"], ["updated_at", "2018-10-11 16:41:36.794751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.796834"], ["updated_at", "2018-10-11 16:41:36.796834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.798647"], ["updated_at", "2018-10-11 16:41:36.798647"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.800433"], ["updated_at", "2018-10-11 16:41:36.800433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.802255"], ["updated_at", "2018-10-11 16:41:36.802255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.803929"], ["updated_at", "2018-10-11 16:41:36.803929"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.806957"], ["updated_at", "2018-10-11 16:41:36.806957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.808867"], ["updated_at", "2018-10-11 16:41:36.808867"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.810957"], ["updated_at", "2018-10-11 16:41:36.810957"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.812909"], ["updated_at", "2018-10-11 16:41:36.812909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.814898"], ["updated_at", "2018-10-11 16:41:36.814898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.816713"], ["updated_at", "2018-10-11 16:41:36.816713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.818306"], ["updated_at", "2018-10-11 16:41:36.818306"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.819934"], ["updated_at", "2018-10-11 16:41:36.819934"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.825697"], ["updated_at", "2018-10-11 16:41:36.825697"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.829701"], ["updated_at", "2018-10-11 16:41:36.829701"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.833256"], ["updated_at", "2018-10-11 16:41:36.833256"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.835856"], ["updated_at", "2018-10-11 16:41:36.835856"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.838483"], ["updated_at", "2018-10-11 16:41:36.838483"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.841184"], ["updated_at", "2018-10-11 16:41:36.841184"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.843986"], ["updated_at", "2018-10-11 16:41:36.843986"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.846115"], ["updated_at", "2018-10-11 16:41:36.846115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.847875"], ["updated_at", "2018-10-11 16:41:36.847875"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.849557"], ["updated_at", "2018-10-11 16:41:36.849557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.851205"], ["updated_at", "2018-10-11 16:41:36.851205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.852789"], ["updated_at", "2018-10-11 16:41:36.852789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.854422"], ["updated_at", "2018-10-11 16:41:36.854422"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.855988"], ["updated_at", "2018-10-11 16:41:36.855988"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.858363"], ["updated_at", "2018-10-11 16:41:36.858363"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.862129"], ["updated_at", "2018-10-11 16:41:36.862129"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.864506"], ["updated_at", "2018-10-11 16:41:36.864506"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.866813"], ["updated_at", "2018-10-11 16:41:36.866813"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.869046"], ["updated_at", "2018-10-11 16:41:36.869046"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.871135"], ["updated_at", "2018-10-11 16:41:36.871135"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.873255"], ["updated_at", "2018-10-11 16:41:36.873255"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.877180"], ["updated_at", "2018-10-11 16:41:36.877180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.879097"], ["updated_at", "2018-10-11 16:41:36.879097"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.880774"], ["updated_at", "2018-10-11 16:41:36.880774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.882567"], ["updated_at", "2018-10-11 16:41:36.882567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.884385"], ["updated_at", "2018-10-11 16:41:36.884385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.886040"], ["updated_at", "2018-10-11 16:41:36.886040"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.887579"], ["updated_at", "2018-10-11 16:41:36.887579"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.890379"], ["updated_at", "2018-10-11 16:41:36.890379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.894313"], ["updated_at", "2018-10-11 16:41:36.894313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.896319"], ["updated_at", "2018-10-11 16:41:36.896319"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.898020"], ["updated_at", "2018-10-11 16:41:36.898020"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.899779"], ["updated_at", "2018-10-11 16:41:36.899779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.901812"], ["updated_at", "2018-10-11 16:41:36.901812"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.903439"], ["updated_at", "2018-10-11 16:41:36.903439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.905219"], ["updated_at", "2018-10-11 16:41:36.905219"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.906811"], ["updated_at", "2018-10-11 16:41:36.906811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.908516"], ["updated_at", "2018-10-11 16:41:36.908516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.910180"], ["updated_at", "2018-10-11 16:41:36.910180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.911751"], ["updated_at", "2018-10-11 16:41:36.911751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.913365"], ["updated_at", "2018-10-11 16:41:36.913365"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.915038"], ["updated_at", "2018-10-11 16:41:36.915038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.916746"], ["updated_at", "2018-10-11 16:41:36.916746"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.918318"], ["updated_at", "2018-10-11 16:41:36.918318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.919972"], ["updated_at", "2018-10-11 16:41:36.919972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.921592"], ["updated_at", "2018-10-11 16:41:36.921592"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.923140"], ["updated_at", "2018-10-11 16:41:36.923140"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.925163"], ["updated_at", "2018-10-11 16:41:36.925163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.928315"], ["updated_at", "2018-10-11 16:41:36.928315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.930211"], ["updated_at", "2018-10-11 16:41:36.930211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.931971"], ["updated_at", "2018-10-11 16:41:36.931971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.933657"], ["updated_at", "2018-10-11 16:41:36.933657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.935310"], ["updated_at", "2018-10-11 16:41:36.935310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.936907"], ["updated_at", "2018-10-11 16:41:36.936907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.939794"], ["updated_at", "2018-10-11 16:41:36.939794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.941563"], ["updated_at", "2018-10-11 16:41:36.941563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.943240"], ["updated_at", "2018-10-11 16:41:36.943240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.944842"], ["updated_at", "2018-10-11 16:41:36.944842"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.946511"], ["updated_at", "2018-10-11 16:41:36.946511"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.949221"], ["updated_at", "2018-10-11 16:41:36.949221"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.951804"], ["updated_at", "2018-10-11 16:41:36.951804"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.954341"], ["updated_at", "2018-10-11 16:41:36.954341"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.957443"], ["updated_at", "2018-10-11 16:41:36.957443"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.962309"], ["updated_at", "2018-10-11 16:41:36.962309"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.965112"], ["updated_at", "2018-10-11 16:41:36.965112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.967914"], ["updated_at", "2018-10-11 16:41:36.967914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.969583"], ["updated_at", "2018-10-11 16:41:36.969583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.971221"], ["updated_at", "2018-10-11 16:41:36.971221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.972784"], ["updated_at", "2018-10-11 16:41:36.972784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.974498"], ["updated_at", "2018-10-11 16:41:36.974498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.976252"], ["updated_at", "2018-10-11 16:41:36.976252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.977868"], ["updated_at", "2018-10-11 16:41:36.977868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.979490"], ["updated_at", "2018-10-11 16:41:36.979490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.981159"], ["updated_at", "2018-10-11 16:41:36.981159"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.983020"], ["updated_at", "2018-10-11 16:41:36.983020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.984763"], ["updated_at", "2018-10-11 16:41:36.984763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.986346"], ["updated_at", "2018-10-11 16:41:36.986346"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.987953"], ["updated_at", "2018-10-11 16:41:36.987953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.989493"], ["updated_at", "2018-10-11 16:41:36.989493"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.991168"], ["updated_at", "2018-10-11 16:41:36.991168"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.993714"], ["updated_at", "2018-10-11 16:41:36.993714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.996033"], ["updated_at", "2018-10-11 16:41:36.996033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.997841"], ["updated_at", "2018-10-11 16:41:36.997841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:36.999663"], ["updated_at", "2018-10-11 16:41:36.999663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.001478"], ["updated_at", "2018-10-11 16:41:37.001478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.003321"], ["updated_at", "2018-10-11 16:41:37.003321"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.006188"], ["updated_at", "2018-10-11 16:41:37.006188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.008068"], ["updated_at", "2018-10-11 16:41:37.008068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.009843"], ["updated_at", "2018-10-11 16:41:37.009843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.011432"], ["updated_at", "2018-10-11 16:41:37.011432"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.013103"], ["updated_at", "2018-10-11 16:41:37.013103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.014858"], ["updated_at", "2018-10-11 16:41:37.014858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.016642"], ["updated_at", "2018-10-11 16:41:37.016642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.018289"], ["updated_at", "2018-10-11 16:41:37.018289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.019895"], ["updated_at", "2018-10-11 16:41:37.019895"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.021544"], ["updated_at", "2018-10-11 16:41:37.021544"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.025448"], ["updated_at", "2018-10-11 16:41:37.025448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.028604"], ["updated_at", "2018-10-11 16:41:37.028604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.030227"], ["updated_at", "2018-10-11 16:41:37.030227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.031895"], ["updated_at", "2018-10-11 16:41:37.031895"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.033700"], ["updated_at", "2018-10-11 16:41:37.033700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.035374"], ["updated_at", "2018-10-11 16:41:37.035374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.037072"], ["updated_at", "2018-10-11 16:41:37.037072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.038648"], ["updated_at", "2018-10-11 16:41:37.038648"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.040268"], ["updated_at", "2018-10-11 16:41:37.040268"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.041985"], ["updated_at", "2018-10-11 16:41:37.041985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.043680"], ["updated_at", "2018-10-11 16:41:37.043680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.045314"], ["updated_at", "2018-10-11 16:41:37.045314"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.046914"], ["updated_at", "2018-10-11 16:41:37.046914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.048590"], ["updated_at", "2018-10-11 16:41:37.048590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.050339"], ["updated_at", "2018-10-11 16:41:37.050339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.051966"], ["updated_at", "2018-10-11 16:41:37.051966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.053585"], ["updated_at", "2018-10-11 16:41:37.053585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.055190"], ["updated_at", "2018-10-11 16:41:37.055190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.056791"], ["updated_at", "2018-10-11 16:41:37.056791"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.058849"], ["updated_at", "2018-10-11 16:41:37.058849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.061618"], ["updated_at", "2018-10-11 16:41:37.061618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.063487"], ["updated_at", "2018-10-11 16:41:37.063487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.065302"], ["updated_at", "2018-10-11 16:41:37.065302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.067095"], ["updated_at", "2018-10-11 16:41:37.067095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.068706"], ["updated_at", "2018-10-11 16:41:37.068706"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.070296"], ["updated_at", "2018-10-11 16:41:37.070296"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.073741"], ["updated_at", "2018-10-11 16:41:37.073741"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.076682"], ["updated_at", "2018-10-11 16:41:37.076682"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.079347"], ["updated_at", "2018-10-11 16:41:37.079347"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.082140"], ["updated_at", "2018-10-11 16:41:37.082140"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.084939"], ["updated_at", "2018-10-11 16:41:37.084939"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.087551"], ["updated_at", "2018-10-11 16:41:37.087551"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.090896"], ["updated_at", "2018-10-11 16:41:37.090896"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.095490"], ["updated_at", "2018-10-11 16:41:37.095490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.097141"], ["updated_at", "2018-10-11 16:41:37.097141"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.098850"], ["updated_at", "2018-10-11 16:41:37.098850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.100586"], ["updated_at", "2018-10-11 16:41:37.100586"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.102128"], ["updated_at", "2018-10-11 16:41:37.102128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.103835"], ["updated_at", "2018-10-11 16:41:37.103835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.105527"], ["updated_at", "2018-10-11 16:41:37.105527"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.107112"], ["updated_at", "2018-10-11 16:41:37.107112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.108902"], ["updated_at", "2018-10-11 16:41:37.108902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.110596"], ["updated_at", "2018-10-11 16:41:37.110596"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.112163"], ["updated_at", "2018-10-11 16:41:37.112163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.113880"], ["updated_at", "2018-10-11 16:41:37.113880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.115534"], ["updated_at", "2018-10-11 16:41:37.115534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.117210"], ["updated_at", "2018-10-11 16:41:37.117210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.118817"], ["updated_at", "2018-10-11 16:41:37.118817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.120399"], ["updated_at", "2018-10-11 16:41:37.120399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.122004"], ["updated_at", "2018-10-11 16:41:37.122004"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.123579"], ["updated_at", "2018-10-11 16:41:37.123579"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.125691"], ["updated_at", "2018-10-11 16:41:37.125691"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.128277"], ["updated_at", "2018-10-11 16:41:37.128277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.130311"], ["updated_at", "2018-10-11 16:41:37.130311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.132062"], ["updated_at", "2018-10-11 16:41:37.132062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.133790"], ["updated_at", "2018-10-11 16:41:37.133790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.135369"], ["updated_at", "2018-10-11 16:41:37.135369"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.136913"], ["updated_at", "2018-10-11 16:41:37.136913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.139852"], ["updated_at", "2018-10-11 16:41:37.139852"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.141502"], ["updated_at", "2018-10-11 16:41:37.141502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.143331"], ["updated_at", "2018-10-11 16:41:37.143331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.144951"], ["updated_at", "2018-10-11 16:41:37.144951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.146591"], ["updated_at", "2018-10-11 16:41:37.146591"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.148337"], ["updated_at", "2018-10-11 16:41:37.148337"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.150079"], ["updated_at", "2018-10-11 16:41:37.150079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.151774"], ["updated_at", "2018-10-11 16:41:37.151774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.153320"], ["updated_at", "2018-10-11 16:41:37.153320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.154955"], ["updated_at", "2018-10-11 16:41:37.154955"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.157692"], ["updated_at", "2018-10-11 16:41:37.157692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.161983"], ["updated_at", "2018-10-11 16:41:37.161983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.163628"], ["updated_at", "2018-10-11 16:41:37.163628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.165286"], ["updated_at", "2018-10-11 16:41:37.165286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.166925"], ["updated_at", "2018-10-11 16:41:37.166925"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.168589"], ["updated_at", "2018-10-11 16:41:37.168589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.170265"], ["updated_at", "2018-10-11 16:41:37.170265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.171932"], ["updated_at", "2018-10-11 16:41:37.171932"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.173520"], ["updated_at", "2018-10-11 16:41:37.173520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.175359"], ["updated_at", "2018-10-11 16:41:37.175359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.177017"], ["updated_at", "2018-10-11 16:41:37.177017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.178644"], ["updated_at", "2018-10-11 16:41:37.178644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.180349"], ["updated_at", "2018-10-11 16:41:37.180349"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.182088"], ["updated_at", "2018-10-11 16:41:37.182088"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.183881"], ["updated_at", "2018-10-11 16:41:37.183881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.186342"], ["updated_at", "2018-10-11 16:41:37.186342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.188031"], ["updated_at", "2018-10-11 16:41:37.188031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.189714"], ["updated_at", "2018-10-11 16:41:37.189714"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.191621"], ["updated_at", "2018-10-11 16:41:37.191621"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.194310"], ["updated_at", "2018-10-11 16:41:37.194310"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.196538"], ["updated_at", "2018-10-11 16:41:37.196538"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.198696"], ["updated_at", "2018-10-11 16:41:37.198696"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.200920"], ["updated_at", "2018-10-11 16:41:37.200920"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.202953"], ["updated_at", "2018-10-11 16:41:37.202953"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.204912"], ["updated_at", "2018-10-11 16:41:37.204912"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.206903"], ["updated_at", "2018-10-11 16:41:37.206903"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.211526"], ["updated_at", "2018-10-11 16:41:37.211526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.214195"], ["updated_at", "2018-10-11 16:41:37.214195"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.216087"], ["updated_at", "2018-10-11 16:41:37.216087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.217854"], ["updated_at", "2018-10-11 16:41:37.217854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.219465"], ["updated_at", "2018-10-11 16:41:37.219465"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.221173"], ["updated_at", "2018-10-11 16:41:37.221173"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.223673"], ["updated_at", "2018-10-11 16:41:37.223673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.228238"], ["updated_at", "2018-10-11 16:41:37.228238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.230068"], ["updated_at", "2018-10-11 16:41:37.230068"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.231857"], ["updated_at", "2018-10-11 16:41:37.231857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.233750"], ["updated_at", "2018-10-11 16:41:37.233750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.235338"], ["updated_at", "2018-10-11 16:41:37.235338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.236980"], ["updated_at", "2018-10-11 16:41:37.236980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.238546"], ["updated_at", "2018-10-11 16:41:37.238546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.240174"], ["updated_at", "2018-10-11 16:41:37.240174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.241942"], ["updated_at", "2018-10-11 16:41:37.241942"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.243620"], ["updated_at", "2018-10-11 16:41:37.243620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.246514"], ["updated_at", "2018-10-11 16:41:37.246514"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.248222"], ["updated_at", "2018-10-11 16:41:37.248222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.249918"], ["updated_at", "2018-10-11 16:41:37.249918"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.251501"], ["updated_at", "2018-10-11 16:41:37.251501"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.253198"], ["updated_at", "2018-10-11 16:41:37.253198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.254887"], ["updated_at", "2018-10-11 16:41:37.254887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.256461"], ["updated_at", "2018-10-11 16:41:37.256461"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.258399"], ["updated_at", "2018-10-11 16:41:37.258399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.261361"], ["updated_at", "2018-10-11 16:41:37.261361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.263179"], ["updated_at", "2018-10-11 16:41:37.263179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.264925"], ["updated_at", "2018-10-11 16:41:37.264925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.266730"], ["updated_at", "2018-10-11 16:41:37.266730"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.268318"], ["updated_at", "2018-10-11 16:41:37.268318"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.269891"], ["updated_at", "2018-10-11 16:41:37.269891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.272823"], ["updated_at", "2018-10-11 16:41:37.272823"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.274525"], ["updated_at", "2018-10-11 16:41:37.274525"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.277556"], ["updated_at", "2018-10-11 16:41:37.277556"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.281775"], ["updated_at", "2018-10-11 16:41:37.281775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.283622"], ["updated_at", "2018-10-11 16:41:37.283622"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.285266"], ["updated_at", "2018-10-11 16:41:37.285266"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.286924"], ["updated_at", "2018-10-11 16:41:37.286924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.288712"], ["updated_at", "2018-10-11 16:41:37.288712"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.290331"], ["updated_at", "2018-10-11 16:41:37.290331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.292462"], ["updated_at", "2018-10-11 16:41:37.292462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.294120"], ["updated_at", "2018-10-11 16:41:37.294120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.295730"], ["updated_at", "2018-10-11 16:41:37.295730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.297323"], ["updated_at", "2018-10-11 16:41:37.297323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.299042"], ["updated_at", "2018-10-11 16:41:37.299042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.300673"], ["updated_at", "2018-10-11 16:41:37.300673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.302324"], ["updated_at", "2018-10-11 16:41:37.302324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.303956"], ["updated_at", "2018-10-11 16:41:37.303956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.305570"], ["updated_at", "2018-10-11 16:41:37.305570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.307171"], ["updated_at", "2018-10-11 16:41:37.307171"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.308801"], ["updated_at", "2018-10-11 16:41:37.308801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.310454"], ["updated_at", "2018-10-11 16:41:37.310454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.312020"], ["updated_at", "2018-10-11 16:41:37.312020"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.313674"], ["updated_at", "2018-10-11 16:41:37.313674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.315420"], ["updated_at", "2018-10-11 16:41:37.315420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.317066"], ["updated_at", "2018-10-11 16:41:37.317066"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.318749"], ["updated_at", "2018-10-11 16:41:37.318749"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.321548"], ["updated_at", "2018-10-11 16:41:37.321548"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.324005"], ["updated_at", "2018-10-11 16:41:37.324005"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.327684"], ["updated_at", "2018-10-11 16:41:37.327684"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.329856"], ["updated_at", "2018-10-11 16:41:37.329856"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.332196"], ["updated_at", "2018-10-11 16:41:37.332196"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.334428"], ["updated_at", "2018-10-11 16:41:37.334428"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.336418"], ["updated_at", "2018-10-11 16:41:37.336418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.338177"], ["updated_at", "2018-10-11 16:41:37.338177"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.339847"], ["updated_at", "2018-10-11 16:41:37.339847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.343318"], ["updated_at", "2018-10-11 16:41:37.343318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.344997"], ["updated_at", "2018-10-11 16:41:37.344997"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.346576"], ["updated_at", "2018-10-11 16:41:37.346576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.348308"], ["updated_at", "2018-10-11 16:41:37.348308"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.349924"], ["updated_at", "2018-10-11 16:41:37.349924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.351892"], ["updated_at", "2018-10-11 16:41:37.351892"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.353520"], ["updated_at", "2018-10-11 16:41:37.353520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.355183"], ["updated_at", "2018-10-11 16:41:37.355183"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.356750"], ["updated_at", "2018-10-11 16:41:37.356750"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.358505"], ["updated_at", "2018-10-11 16:41:37.358505"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.361215"], ["updated_at", "2018-10-11 16:41:37.361215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.365302"], ["updated_at", "2018-10-11 16:41:37.365302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.367033"], ["updated_at", "2018-10-11 16:41:37.367033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.368677"], ["updated_at", "2018-10-11 16:41:37.368677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.370310"], ["updated_at", "2018-10-11 16:41:37.370310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.371894"], ["updated_at", "2018-10-11 16:41:37.371894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.373508"], ["updated_at", "2018-10-11 16:41:37.373508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.375151"], ["updated_at", "2018-10-11 16:41:37.375151"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.376734"], ["updated_at", "2018-10-11 16:41:37.376734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.378546"], ["updated_at", "2018-10-11 16:41:37.378546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.380275"], ["updated_at", "2018-10-11 16:41:37.380275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.381851"], ["updated_at", "2018-10-11 16:41:37.381851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.383483"], ["updated_at", "2018-10-11 16:41:37.383483"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.385262"], ["updated_at", "2018-10-11 16:41:37.385262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.387026"], ["updated_at", "2018-10-11 16:41:37.387026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.388679"], ["updated_at", "2018-10-11 16:41:37.388679"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.390222"], ["updated_at", "2018-10-11 16:41:37.390222"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.391849"], ["updated_at", "2018-10-11 16:41:37.391849"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.394981"], ["updated_at", "2018-10-11 16:41:37.394981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.397027"], ["updated_at", "2018-10-11 16:41:37.397027"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.398689"], ["updated_at", "2018-10-11 16:41:37.398689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.400362"], ["updated_at", "2018-10-11 16:41:37.400362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.402170"], ["updated_at", "2018-10-11 16:41:37.402170"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.403921"], ["updated_at", "2018-10-11 16:41:37.403921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.406798"], ["updated_at", "2018-10-11 16:41:37.406798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.408384"], ["updated_at", "2018-10-11 16:41:37.408384"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.411001"], ["updated_at", "2018-10-11 16:41:37.411001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.415440"], ["updated_at", "2018-10-11 16:41:37.415440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.417386"], ["updated_at", "2018-10-11 16:41:37.417386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.419129"], ["updated_at", "2018-10-11 16:41:37.419129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.420842"], ["updated_at", "2018-10-11 16:41:37.420842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.422519"], ["updated_at", "2018-10-11 16:41:37.422519"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.424067"], ["updated_at", "2018-10-11 16:41:37.424067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.425963"], ["updated_at", "2018-10-11 16:41:37.425963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.427744"], ["updated_at", "2018-10-11 16:41:37.427744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.429485"], ["updated_at", "2018-10-11 16:41:37.429485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.431040"], ["updated_at", "2018-10-11 16:41:37.431040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.432652"], ["updated_at", "2018-10-11 16:41:37.432652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.434315"], ["updated_at", "2018-10-11 16:41:37.434315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.436054"], ["updated_at", "2018-10-11 16:41:37.436054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.437681"], ["updated_at", "2018-10-11 16:41:37.437681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.439325"], ["updated_at", "2018-10-11 16:41:37.439325"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.441107"], ["updated_at", "2018-10-11 16:41:37.441107"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.443782"], ["updated_at", "2018-10-11 16:41:37.443782"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.446602"], ["updated_at", "2018-10-11 16:41:37.446602"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.449292"], ["updated_at", "2018-10-11 16:41:37.449292"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.452008"], ["updated_at", "2018-10-11 16:41:37.452008"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.454710"], ["updated_at", "2018-10-11 16:41:37.454710"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.457190"], ["updated_at", "2018-10-11 16:41:37.457190"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.459575"], ["updated_at", "2018-10-11 16:41:37.459575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.461953"], ["updated_at", "2018-10-11 16:41:37.461953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.463649"], ["updated_at", "2018-10-11 16:41:37.463649"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.465326"], ["updated_at", "2018-10-11 16:41:37.465326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.466950"], ["updated_at", "2018-10-11 16:41:37.466950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.468653"], ["updated_at", "2018-10-11 16:41:37.468653"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.470429"], ["updated_at", "2018-10-11 16:41:37.470429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.473372"], ["updated_at", "2018-10-11 16:41:37.473372"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.475066"], ["updated_at", "2018-10-11 16:41:37.475066"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.478328"], ["updated_at", "2018-10-11 16:41:37.478328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.482347"], ["updated_at", "2018-10-11 16:41:37.482347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.484007"], ["updated_at", "2018-10-11 16:41:37.484007"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.485846"], ["updated_at", "2018-10-11 16:41:37.485846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.487665"], ["updated_at", "2018-10-11 16:41:37.487665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.489220"], ["updated_at", "2018-10-11 16:41:37.489220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.490888"], ["updated_at", "2018-10-11 16:41:37.490888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.492605"], ["updated_at", "2018-10-11 16:41:37.492605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.494310"], ["updated_at", "2018-10-11 16:41:37.494310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.496034"], ["updated_at", "2018-10-11 16:41:37.496034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.497653"], ["updated_at", "2018-10-11 16:41:37.497653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.499352"], ["updated_at", "2018-10-11 16:41:37.499352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.501030"], ["updated_at", "2018-10-11 16:41:37.501030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.502672"], ["updated_at", "2018-10-11 16:41:37.502672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.504323"], ["updated_at", "2018-10-11 16:41:37.504323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.505863"], ["updated_at", "2018-10-11 16:41:37.505863"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.507487"], ["updated_at", "2018-10-11 16:41:37.507487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.509212"], ["updated_at", "2018-10-11 16:41:37.509212"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.510828"], ["updated_at", "2018-10-11 16:41:37.510828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.512523"], ["updated_at", "2018-10-11 16:41:37.512523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.514308"], ["updated_at", "2018-10-11 16:41:37.514308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.515924"], ["updated_at", "2018-10-11 16:41:37.515924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.517613"], ["updated_at", "2018-10-11 16:41:37.517613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.519288"], ["updated_at", "2018-10-11 16:41:37.519288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.520903"], ["updated_at", "2018-10-11 16:41:37.520903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.522508"], ["updated_at", "2018-10-11 16:41:37.522508"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.524122"], ["updated_at", "2018-10-11 16:41:37.524122"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.526464"], ["updated_at", "2018-10-11 16:41:37.526464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.528755"], ["updated_at", "2018-10-11 16:41:37.528755"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.530422"], ["updated_at", "2018-10-11 16:41:37.530422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.532217"], ["updated_at", "2018-10-11 16:41:37.532217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.533869"], ["updated_at", "2018-10-11 16:41:37.533869"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.535533"], ["updated_at", "2018-10-11 16:41:37.535533"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.538545"], ["updated_at", "2018-10-11 16:41:37.538545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.540481"], ["updated_at", "2018-10-11 16:41:37.540481"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.542031"], ["updated_at", "2018-10-11 16:41:37.542031"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.544473"], ["updated_at", "2018-10-11 16:41:37.544473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.548074"], ["updated_at", "2018-10-11 16:41:37.548074"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.550311"], ["updated_at", "2018-10-11 16:41:37.550311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.552077"], ["updated_at", "2018-10-11 16:41:37.552077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.553689"], ["updated_at", "2018-10-11 16:41:37.553689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.555511"], ["updated_at", "2018-10-11 16:41:37.555511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.557122"], ["updated_at", "2018-10-11 16:41:37.557122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.558804"], ["updated_at", "2018-10-11 16:41:37.558804"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.560481"], ["updated_at", "2018-10-11 16:41:37.560481"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.562411"], ["updated_at", "2018-10-11 16:41:37.562411"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.564527"], ["updated_at", "2018-10-11 16:41:37.564527"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.567263"], ["updated_at", "2018-10-11 16:41:37.567263"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.570592"], ["updated_at", "2018-10-11 16:41:37.570592"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.573269"], ["updated_at", "2018-10-11 16:41:37.573269"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.575830"], ["updated_at", "2018-10-11 16:41:37.575830"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.578595"], ["updated_at", "2018-10-11 16:41:37.578595"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.581364"], ["updated_at", "2018-10-11 16:41:37.581364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.583882"], ["updated_at", "2018-10-11 16:41:37.583882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.585738"], ["updated_at", "2018-10-11 16:41:37.585738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.587439"], ["updated_at", "2018-10-11 16:41:37.587439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.589073"], ["updated_at", "2018-10-11 16:41:37.589073"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.590732"], ["updated_at", "2018-10-11 16:41:37.590732"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.593080"], ["updated_at", "2018-10-11 16:41:37.593080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.595897"], ["updated_at", "2018-10-11 16:41:37.595897"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.597637"], ["updated_at", "2018-10-11 16:41:37.597637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.599371"], ["updated_at", "2018-10-11 16:41:37.599371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.600902"], ["updated_at", "2018-10-11 16:41:37.600902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.602464"], ["updated_at", "2018-10-11 16:41:37.602464"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.604095"], ["updated_at", "2018-10-11 16:41:37.604095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.606888"], ["updated_at", "2018-10-11 16:41:37.606888"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.608644"], ["updated_at", "2018-10-11 16:41:37.608644"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.611475"], ["updated_at", "2018-10-11 16:41:37.611475"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.615712"], ["updated_at", "2018-10-11 16:41:37.615712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.617664"], ["updated_at", "2018-10-11 16:41:37.617664"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.619402"], ["updated_at", "2018-10-11 16:41:37.619402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.621203"], ["updated_at", "2018-10-11 16:41:37.621203"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.622809"], ["updated_at", "2018-10-11 16:41:37.622809"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.624456"], ["updated_at", "2018-10-11 16:41:37.624456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.626819"], ["updated_at", "2018-10-11 16:41:37.626819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.628544"], ["updated_at", "2018-10-11 16:41:37.628544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.630249"], ["updated_at", "2018-10-11 16:41:37.630249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.631814"], ["updated_at", "2018-10-11 16:41:37.631814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.633465"], ["updated_at", "2018-10-11 16:41:37.633465"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.635131"], ["updated_at", "2018-10-11 16:41:37.635131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.636952"], ["updated_at", "2018-10-11 16:41:37.636952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.638560"], ["updated_at", "2018-10-11 16:41:37.638560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.640183"], ["updated_at", "2018-10-11 16:41:37.640183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.641830"], ["updated_at", "2018-10-11 16:41:37.641830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.643417"], ["updated_at", "2018-10-11 16:41:37.643417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.645169"], ["updated_at", "2018-10-11 16:41:37.645169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.646889"], ["updated_at", "2018-10-11 16:41:37.646889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.648486"], ["updated_at", "2018-10-11 16:41:37.648486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.650121"], ["updated_at", "2018-10-11 16:41:37.650121"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.651845"], ["updated_at", "2018-10-11 16:41:37.651845"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.655628"], ["updated_at", "2018-10-11 16:41:37.655628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.657595"], ["updated_at", "2018-10-11 16:41:37.657595"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.659965"], ["updated_at", "2018-10-11 16:41:37.659965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.662444"], ["updated_at", "2018-10-11 16:41:37.662444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.664126"], ["updated_at", "2018-10-11 16:41:37.664126"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.665772"], ["updated_at", "2018-10-11 16:41:37.665772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.668204"], ["updated_at", "2018-10-11 16:41:37.668204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.670000"], ["updated_at", "2018-10-11 16:41:37.670000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.672794"], ["updated_at", "2018-10-11 16:41:37.672794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.674464"], ["updated_at", "2018-10-11 16:41:37.674464"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.676124"], ["updated_at", "2018-10-11 16:41:37.676124"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.680048"], ["updated_at", "2018-10-11 16:41:37.680048"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.683206"], ["updated_at", "2018-10-11 16:41:37.683206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.685197"], ["updated_at", "2018-10-11 16:41:37.685197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.686929"], ["updated_at", "2018-10-11 16:41:37.686929"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.688909"], ["updated_at", "2018-10-11 16:41:37.688909"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.691589"], ["updated_at", "2018-10-11 16:41:37.691589"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.694393"], ["updated_at", "2018-10-11 16:41:37.694393"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.697113"], ["updated_at", "2018-10-11 16:41:37.697113"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.699726"], ["updated_at", "2018-10-11 16:41:37.699726"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.702334"], ["updated_at", "2018-10-11 16:41:37.702334"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.705046"], ["updated_at", "2018-10-11 16:41:37.705046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.707655"], ["updated_at", "2018-10-11 16:41:37.707655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.709361"], ["updated_at", "2018-10-11 16:41:37.709361"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.710935"], ["updated_at", "2018-10-11 16:41:37.710935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.712932"], ["updated_at", "2018-10-11 16:41:37.712932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.714504"], ["updated_at", "2018-10-11 16:41:37.714504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.716104"], ["updated_at", "2018-10-11 16:41:37.716104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.717728"], ["updated_at", "2018-10-11 16:41:37.717728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.719401"], ["updated_at", "2018-10-11 16:41:37.719401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.721062"], ["updated_at", "2018-10-11 16:41:37.721062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.722675"], ["updated_at", "2018-10-11 16:41:37.722675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.724330"], ["updated_at", "2018-10-11 16:41:37.724330"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.726484"], ["updated_at", "2018-10-11 16:41:37.726484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.729148"], ["updated_at", "2018-10-11 16:41:37.729148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.730904"], ["updated_at", "2018-10-11 16:41:37.730904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.732539"], ["updated_at", "2018-10-11 16:41:37.732539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.734223"], ["updated_at", "2018-10-11 16:41:37.734223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.735886"], ["updated_at", "2018-10-11 16:41:37.735886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.737656"], ["updated_at", "2018-10-11 16:41:37.737656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.740435"], ["updated_at", "2018-10-11 16:41:37.740435"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.742002"], ["updated_at", "2018-10-11 16:41:37.742002"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.744668"], ["updated_at", "2018-10-11 16:41:37.744668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.748691"], ["updated_at", "2018-10-11 16:41:37.748691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.750649"], ["updated_at", "2018-10-11 16:41:37.750649"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.752314"], ["updated_at", "2018-10-11 16:41:37.752314"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.753974"], ["updated_at", "2018-10-11 16:41:37.753974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.755592"], ["updated_at", "2018-10-11 16:41:37.755592"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.757256"], ["updated_at", "2018-10-11 16:41:37.757256"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.760547"], ["updated_at", "2018-10-11 16:41:37.760547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.762460"], ["updated_at", "2018-10-11 16:41:37.762460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.764105"], ["updated_at", "2018-10-11 16:41:37.764105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.765734"], ["updated_at", "2018-10-11 16:41:37.765734"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.767373"], ["updated_at", "2018-10-11 16:41:37.767373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.769120"], ["updated_at", "2018-10-11 16:41:37.769120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.770827"], ["updated_at", "2018-10-11 16:41:37.770827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.772466"], ["updated_at", "2018-10-11 16:41:37.772466"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.774230"], ["updated_at", "2018-10-11 16:41:37.774230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.776016"], ["updated_at", "2018-10-11 16:41:37.776016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.777629"], ["updated_at", "2018-10-11 16:41:37.777629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.779297"], ["updated_at", "2018-10-11 16:41:37.779297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.780981"], ["updated_at", "2018-10-11 16:41:37.780981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.782649"], ["updated_at", "2018-10-11 16:41:37.782649"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.784366"], ["updated_at", "2018-10-11 16:41:37.784366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.786136"], ["updated_at", "2018-10-11 16:41:37.786136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.787854"], ["updated_at", "2018-10-11 16:41:37.787854"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.789468"], ["updated_at", "2018-10-11 16:41:37.789468"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.791406"], ["updated_at", "2018-10-11 16:41:37.791406"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.794022"], ["updated_at", "2018-10-11 16:41:37.794022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.796406"], ["updated_at", "2018-10-11 16:41:37.796406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.798045"], ["updated_at", "2018-10-11 16:41:37.798045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.799693"], ["updated_at", "2018-10-11 16:41:37.799693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.801499"], ["updated_at", "2018-10-11 16:41:37.801499"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.803229"], ["updated_at", "2018-10-11 16:41:37.803229"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.806007"], ["updated_at", "2018-10-11 16:41:37.806007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.807679"], ["updated_at", "2018-10-11 16:41:37.807679"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.809716"], ["updated_at", "2018-10-11 16:41:37.809716"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.814265"], ["updated_at", "2018-10-11 16:41:37.814265"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.817592"], ["updated_at", "2018-10-11 16:41:37.817592"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.820441"], ["updated_at", "2018-10-11 16:41:37.820441"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.823128"], ["updated_at", "2018-10-11 16:41:37.823128"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.825468"], ["updated_at", "2018-10-11 16:41:37.825468"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.828294"], ["updated_at", "2018-10-11 16:41:37.828294"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.830592"], ["updated_at", "2018-10-11 16:41:37.830592"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.832992"], ["updated_at", "2018-10-11 16:41:37.832992"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.835243"], ["updated_at", "2018-10-11 16:41:37.835243"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.837349"], ["updated_at", "2018-10-11 16:41:37.837349"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.839752"], ["updated_at", "2018-10-11 16:41:37.839752"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.841529"], ["updated_at", "2018-10-11 16:41:37.841529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.843268"], ["updated_at", "2018-10-11 16:41:37.843268"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.844965"], ["updated_at", "2018-10-11 16:41:37.844965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.846960"], ["updated_at", "2018-10-11 16:41:37.846960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.848578"], ["updated_at", "2018-10-11 16:41:37.848578"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.850457"], ["updated_at", "2018-10-11 16:41:37.850457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.852544"], ["updated_at", "2018-10-11 16:41:37.852544"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.854282"], ["updated_at", "2018-10-11 16:41:37.854282"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.855940"], ["updated_at", "2018-10-11 16:41:37.855940"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.858068"], ["updated_at", "2018-10-11 16:41:37.858068"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.861010"], ["updated_at", "2018-10-11 16:41:37.861010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.863237"], ["updated_at", "2018-10-11 16:41:37.863237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.865035"], ["updated_at", "2018-10-11 16:41:37.865035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.866626"], ["updated_at", "2018-10-11 16:41:37.866626"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.868277"], ["updated_at", "2018-10-11 16:41:37.868277"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.871412"], ["updated_at", "2018-10-11 16:41:37.871412"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.874168"], ["updated_at", "2018-10-11 16:41:37.874168"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.877072"], ["updated_at", "2018-10-11 16:41:37.877072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.881923"], ["updated_at", "2018-10-11 16:41:37.881923"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.884675"], ["updated_at", "2018-10-11 16:41:37.884675"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.887512"], ["updated_at", "2018-10-11 16:41:37.887512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.889290"], ["updated_at", "2018-10-11 16:41:37.889290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.890774"], ["updated_at", "2018-10-11 16:41:37.890774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.892449"], ["updated_at", "2018-10-11 16:41:37.892449"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.894236"], ["updated_at", "2018-10-11 16:41:37.894236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.896085"], ["updated_at", "2018-10-11 16:41:37.896085"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.898325"], ["updated_at", "2018-10-11 16:41:37.898325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.900242"], ["updated_at", "2018-10-11 16:41:37.900242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.901905"], ["updated_at", "2018-10-11 16:41:37.901905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.903776"], ["updated_at", "2018-10-11 16:41:37.903776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.905412"], ["updated_at", "2018-10-11 16:41:37.905412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.907026"], ["updated_at", "2018-10-11 16:41:37.907026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.909006"], ["updated_at", "2018-10-11 16:41:37.909006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.910872"], ["updated_at", "2018-10-11 16:41:37.910872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.912713"], ["updated_at", "2018-10-11 16:41:37.912713"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.915072"], ["updated_at", "2018-10-11 16:41:37.915072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.917515"], ["updated_at", "2018-10-11 16:41:37.917515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.919232"], ["updated_at", "2018-10-11 16:41:37.919232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.920935"], ["updated_at", "2018-10-11 16:41:37.920935"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.922901"], ["updated_at", "2018-10-11 16:41:37.922901"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.925238"], ["updated_at", "2018-10-11 16:41:37.925238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.928360"], ["updated_at", "2018-10-11 16:41:37.928360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.930141"], ["updated_at", "2018-10-11 16:41:37.930141"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.931747"], ["updated_at", "2018-10-11 16:41:37.931747"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.933724"], ["updated_at", "2018-10-11 16:41:37.933724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.935534"], ["updated_at", "2018-10-11 16:41:37.935534"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.938407"], ["updated_at", "2018-10-11 16:41:37.938407"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.940402"], ["updated_at", "2018-10-11 16:41:37.940402"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.943040"], ["updated_at", "2018-10-11 16:41:37.943040"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.947982"], ["updated_at", "2018-10-11 16:41:37.947982"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.951659"], ["updated_at", "2018-10-11 16:41:37.951659"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.954426"], ["updated_at", "2018-10-11 16:41:37.954426"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.957097"], ["updated_at", "2018-10-11 16:41:37.957097"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.959744"], ["updated_at", "2018-10-11 16:41:37.959744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.962479"], ["updated_at", "2018-10-11 16:41:37.962479"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.964163"], ["updated_at", "2018-10-11 16:41:37.964163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.965822"], ["updated_at", "2018-10-11 16:41:37.965822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.967542"], ["updated_at", "2018-10-11 16:41:37.967542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.969206"], ["updated_at", "2018-10-11 16:41:37.969206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.970919"], ["updated_at", "2018-10-11 16:41:37.970919"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.972458"], ["updated_at", "2018-10-11 16:41:37.972458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.974112"], ["updated_at", "2018-10-11 16:41:37.974112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.975727"], ["updated_at", "2018-10-11 16:41:37.975727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.977351"], ["updated_at", "2018-10-11 16:41:37.977351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.979129"], ["updated_at", "2018-10-11 16:41:37.979129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.980727"], ["updated_at", "2018-10-11 16:41:37.980727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.982466"], ["updated_at", "2018-10-11 16:41:37.982466"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.984062"], ["updated_at", "2018-10-11 16:41:37.984062"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.985936"], ["updated_at", "2018-10-11 16:41:37.985936"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.987639"], ["updated_at", "2018-10-11 16:41:37.987639"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.989424"], ["updated_at", "2018-10-11 16:41:37.989424"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.991371"], ["updated_at", "2018-10-11 16:41:37.991371"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.993500"], ["updated_at", "2018-10-11 16:41:37.993500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.996022"], ["updated_at", "2018-10-11 16:41:37.996022"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.997750"], ["updated_at", "2018-10-11 16:41:37.997750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:37.999517"], ["updated_at", "2018-10-11 16:41:37.999517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.001160"], ["updated_at", "2018-10-11 16:41:38.001160"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.002919"], ["updated_at", "2018-10-11 16:41:38.002919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.005986"], ["updated_at", "2018-10-11 16:41:38.005986"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.007623"], ["updated_at", "2018-10-11 16:41:38.007623"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.010021"], ["updated_at", "2018-10-11 16:41:38.010021"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.014145"], ["updated_at", "2018-10-11 16:41:38.014145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.016504"], ["updated_at", "2018-10-11 16:41:38.016504"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.018131"], ["updated_at", "2018-10-11 16:41:38.018131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.019945"], ["updated_at", "2018-10-11 16:41:38.019945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.021603"], ["updated_at", "2018-10-11 16:41:38.021603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.023205"], ["updated_at", "2018-10-11 16:41:38.023205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.024978"], ["updated_at", "2018-10-11 16:41:38.024978"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.026656"], ["updated_at", "2018-10-11 16:41:38.026656"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.028489"], ["updated_at", "2018-10-11 16:41:38.028489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.030201"], ["updated_at", "2018-10-11 16:41:38.030201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.031873"], ["updated_at", "2018-10-11 16:41:38.031873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.033434"], ["updated_at", "2018-10-11 16:41:38.033434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.035124"], ["updated_at", "2018-10-11 16:41:38.035124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.036845"], ["updated_at", "2018-10-11 16:41:38.036845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.038500"], ["updated_at", "2018-10-11 16:41:38.038500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.040120"], ["updated_at", "2018-10-11 16:41:38.040120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.041740"], ["updated_at", "2018-10-11 16:41:38.041740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.043420"], ["updated_at", "2018-10-11 16:41:38.043420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.045193"], ["updated_at", "2018-10-11 16:41:38.045193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.046925"], ["updated_at", "2018-10-11 16:41:38.046925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.048512"], ["updated_at", "2018-10-11 16:41:38.048512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.050174"], ["updated_at", "2018-10-11 16:41:38.050174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.051918"], ["updated_at", "2018-10-11 16:41:38.051918"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.053600"], ["updated_at", "2018-10-11 16:41:38.053600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.055274"], ["updated_at", "2018-10-11 16:41:38.055274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.056849"], ["updated_at", "2018-10-11 16:41:38.056849"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.058444"], ["updated_at", "2018-10-11 16:41:38.058444"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.061226"], ["updated_at", "2018-10-11 16:41:38.061226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.063273"], ["updated_at", "2018-10-11 16:41:38.063273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.064910"], ["updated_at", "2018-10-11 16:41:38.064910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.066531"], ["updated_at", "2018-10-11 16:41:38.066531"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.068440"], ["updated_at", "2018-10-11 16:41:38.068440"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.070663"], ["updated_at", "2018-10-11 16:41:38.070663"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.074838"], ["updated_at", "2018-10-11 16:41:38.074838"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.078238"], ["updated_at", "2018-10-11 16:41:38.078238"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.082994"], ["updated_at", "2018-10-11 16:41:38.082994"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.085871"], ["updated_at", "2018-10-11 16:41:38.085871"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.088931"], ["updated_at", "2018-10-11 16:41:38.088931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.092393"], ["updated_at", "2018-10-11 16:41:38.092393"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.094025"], ["updated_at", "2018-10-11 16:41:38.094025"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.095681"], ["updated_at", "2018-10-11 16:41:38.095681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.097441"], ["updated_at", "2018-10-11 16:41:38.097441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.099053"], ["updated_at", "2018-10-11 16:41:38.099053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.100707"], ["updated_at", "2018-10-11 16:41:38.100707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.102391"], ["updated_at", "2018-10-11 16:41:38.102391"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.104212"], ["updated_at", "2018-10-11 16:41:38.104212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.105876"], ["updated_at", "2018-10-11 16:41:38.105876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.107424"], ["updated_at", "2018-10-11 16:41:38.107424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.109056"], ["updated_at", "2018-10-11 16:41:38.109056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.110623"], ["updated_at", "2018-10-11 16:41:38.110623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.112281"], ["updated_at", "2018-10-11 16:41:38.112281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.113988"], ["updated_at", "2018-10-11 16:41:38.113988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.115537"], ["updated_at", "2018-10-11 16:41:38.115537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.117145"], ["updated_at", "2018-10-11 16:41:38.117145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.118782"], ["updated_at", "2018-10-11 16:41:38.118782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.120475"], ["updated_at", "2018-10-11 16:41:38.120475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.122053"], ["updated_at", "2018-10-11 16:41:38.122053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.123800"], ["updated_at", "2018-10-11 16:41:38.123800"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.126420"], ["updated_at", "2018-10-11 16:41:38.126420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.128897"], ["updated_at", "2018-10-11 16:41:38.128897"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.130640"], ["updated_at", "2018-10-11 16:41:38.130640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.132270"], ["updated_at", "2018-10-11 16:41:38.132270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.133877"], ["updated_at", "2018-10-11 16:41:38.133877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.135563"], ["updated_at", "2018-10-11 16:41:38.135563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.138502"], ["updated_at", "2018-10-11 16:41:38.138502"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.140195"], ["updated_at", "2018-10-11 16:41:38.140195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.141844"], ["updated_at", "2018-10-11 16:41:38.141844"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.143763"], ["updated_at", "2018-10-11 16:41:38.143763"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.147200"], ["updated_at", "2018-10-11 16:41:38.147200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.150078"], ["updated_at", "2018-10-11 16:41:38.150078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.151802"], ["updated_at", "2018-10-11 16:41:38.151802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.153458"], ["updated_at", "2018-10-11 16:41:38.153458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.155064"], ["updated_at", "2018-10-11 16:41:38.155064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.156692"], ["updated_at", "2018-10-11 16:41:38.156692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.158314"], ["updated_at", "2018-10-11 16:41:38.158314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.159917"], ["updated_at", "2018-10-11 16:41:38.159917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.161538"], ["updated_at", "2018-10-11 16:41:38.161538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.163217"], ["updated_at", "2018-10-11 16:41:38.163217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.164846"], ["updated_at", "2018-10-11 16:41:38.164846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.166430"], ["updated_at", "2018-10-11 16:41:38.166430"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.168165"], ["updated_at", "2018-10-11 16:41:38.168165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.169899"], ["updated_at", "2018-10-11 16:41:38.169899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.171633"], ["updated_at", "2018-10-11 16:41:38.171633"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.173438"], ["updated_at", "2018-10-11 16:41:38.173438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.175139"], ["updated_at", "2018-10-11 16:41:38.175139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.176828"], ["updated_at", "2018-10-11 16:41:38.176828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.178556"], ["updated_at", "2018-10-11 16:41:38.178556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.180228"], ["updated_at", "2018-10-11 16:41:38.180228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.181791"], ["updated_at", "2018-10-11 16:41:38.181791"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.183409"], ["updated_at", "2018-10-11 16:41:38.183409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.185382"], ["updated_at", "2018-10-11 16:41:38.185382"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.187057"], ["updated_at", "2018-10-11 16:41:38.187057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.188790"], ["updated_at", "2018-10-11 16:41:38.188790"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.190370"], ["updated_at", "2018-10-11 16:41:38.190370"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.192593"], ["updated_at", "2018-10-11 16:41:38.192593"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.196554"], ["updated_at", "2018-10-11 16:41:38.196554"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.198781"], ["updated_at", "2018-10-11 16:41:38.198781"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.201055"], ["updated_at", "2018-10-11 16:41:38.201055"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.203346"], ["updated_at", "2018-10-11 16:41:38.203346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.205273"], ["updated_at", "2018-10-11 16:41:38.205273"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.207099"], ["updated_at", "2018-10-11 16:41:38.207099"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.211570"], ["updated_at", "2018-10-11 16:41:38.211570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.213918"], ["updated_at", "2018-10-11 16:41:38.213918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.215588"], ["updated_at", "2018-10-11 16:41:38.215588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.217197"], ["updated_at", "2018-10-11 16:41:38.217197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.218928"], ["updated_at", "2018-10-11 16:41:38.218928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.220575"], ["updated_at", "2018-10-11 16:41:38.220575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.222185"], ["updated_at", "2018-10-11 16:41:38.222185"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.223763"], ["updated_at", "2018-10-11 16:41:38.223763"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.225675"], ["updated_at", "2018-10-11 16:41:38.225675"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.228964"], ["updated_at", "2018-10-11 16:41:38.228964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.232683"], ["updated_at", "2018-10-11 16:41:38.232683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.234378"], ["updated_at", "2018-10-11 16:41:38.234378"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.236228"], ["updated_at", "2018-10-11 16:41:38.236228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.238030"], ["updated_at", "2018-10-11 16:41:38.238030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.239784"], ["updated_at", "2018-10-11 16:41:38.239784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.241353"], ["updated_at", "2018-10-11 16:41:38.241353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.242981"], ["updated_at", "2018-10-11 16:41:38.242981"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.244523"], ["updated_at", "2018-10-11 16:41:38.244523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.246244"], ["updated_at", "2018-10-11 16:41:38.246244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.248055"], ["updated_at", "2018-10-11 16:41:38.248055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.249615"], ["updated_at", "2018-10-11 16:41:38.249615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.251259"], ["updated_at", "2018-10-11 16:41:38.251259"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.252939"], ["updated_at", "2018-10-11 16:41:38.252939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.254693"], ["updated_at", "2018-10-11 16:41:38.254693"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.256298"], ["updated_at", "2018-10-11 16:41:38.256298"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.257914"], ["updated_at", "2018-10-11 16:41:38.257914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.260404"], ["updated_at", "2018-10-11 16:41:38.260404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.262569"], ["updated_at", "2018-10-11 16:41:38.262569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.264407"], ["updated_at", "2018-10-11 16:41:38.264407"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.266055"], ["updated_at", "2018-10-11 16:41:38.266055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.267608"], ["updated_at", "2018-10-11 16:41:38.267608"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.269243"], ["updated_at", "2018-10-11 16:41:38.269243"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.272476"], ["updated_at", "2018-10-11 16:41:38.272476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.274188"], ["updated_at", "2018-10-11 16:41:38.274188"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.275823"], ["updated_at", "2018-10-11 16:41:38.275823"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.279635"], ["updated_at", "2018-10-11 16:41:38.279635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.282961"], ["updated_at", "2018-10-11 16:41:38.282961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.284609"], ["updated_at", "2018-10-11 16:41:38.284609"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.286305"], ["updated_at", "2018-10-11 16:41:38.286305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.288131"], ["updated_at", "2018-10-11 16:41:38.288131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.289859"], ["updated_at", "2018-10-11 16:41:38.289859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.291570"], ["updated_at", "2018-10-11 16:41:38.291570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.293333"], ["updated_at", "2018-10-11 16:41:38.293333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.295016"], ["updated_at", "2018-10-11 16:41:38.295016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.296652"], ["updated_at", "2018-10-11 16:41:38.296652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.298333"], ["updated_at", "2018-10-11 16:41:38.298333"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.300261"], ["updated_at", "2018-10-11 16:41:38.300261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.302247"], ["updated_at", "2018-10-11 16:41:38.302247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.304017"], ["updated_at", "2018-10-11 16:41:38.304017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.305680"], ["updated_at", "2018-10-11 16:41:38.305680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.307265"], ["updated_at", "2018-10-11 16:41:38.307265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.308910"], ["updated_at", "2018-10-11 16:41:38.308910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.310470"], ["updated_at", "2018-10-11 16:41:38.310470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.312100"], ["updated_at", "2018-10-11 16:41:38.312100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.313830"], ["updated_at", "2018-10-11 16:41:38.313830"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.315793"], ["updated_at", "2018-10-11 16:41:38.315793"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.318464"], ["updated_at", "2018-10-11 16:41:38.318464"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.321221"], ["updated_at", "2018-10-11 16:41:38.321221"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.323932"], ["updated_at", "2018-10-11 16:41:38.323932"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.326451"], ["updated_at", "2018-10-11 16:41:38.326451"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.328989"], ["updated_at", "2018-10-11 16:41:38.328989"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.331050"], ["updated_at", "2018-10-11 16:41:38.331050"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.333055"], ["updated_at", "2018-10-11 16:41:38.333055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.335057"], ["updated_at", "2018-10-11 16:41:38.335057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.336784"], ["updated_at", "2018-10-11 16:41:38.336784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.338397"], ["updated_at", "2018-10-11 16:41:38.338397"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.341673"], ["updated_at", "2018-10-11 16:41:38.341673"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.344714"], ["updated_at", "2018-10-11 16:41:38.344714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.349008"], ["updated_at", "2018-10-11 16:41:38.349008"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.350718"], ["updated_at", "2018-10-11 16:41:38.350718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.352491"], ["updated_at", "2018-10-11 16:41:38.352491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.354198"], ["updated_at", "2018-10-11 16:41:38.354198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.355928"], ["updated_at", "2018-10-11 16:41:38.355928"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.357525"], ["updated_at", "2018-10-11 16:41:38.357525"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.359251"], ["updated_at", "2018-10-11 16:41:38.359251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.361019"], ["updated_at", "2018-10-11 16:41:38.361019"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.362765"], ["updated_at", "2018-10-11 16:41:38.362765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.364532"], ["updated_at", "2018-10-11 16:41:38.364532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.366087"], ["updated_at", "2018-10-11 16:41:38.366087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.367705"], ["updated_at", "2018-10-11 16:41:38.367705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.369429"], ["updated_at", "2018-10-11 16:41:38.369429"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.371100"], ["updated_at", "2018-10-11 16:41:38.371100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.372879"], ["updated_at", "2018-10-11 16:41:38.372879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.374452"], ["updated_at", "2018-10-11 16:41:38.374452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.376094"], ["updated_at", "2018-10-11 16:41:38.376094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.377613"], ["updated_at", "2018-10-11 16:41:38.377613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.379273"], ["updated_at", "2018-10-11 16:41:38.379273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.380946"], ["updated_at", "2018-10-11 16:41:38.380946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.382569"], ["updated_at", "2018-10-11 16:41:38.382569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.384229"], ["updated_at", "2018-10-11 16:41:38.384229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.385965"], ["updated_at", "2018-10-11 16:41:38.385965"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.387788"], ["updated_at", "2018-10-11 16:41:38.387788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.389620"], ["updated_at", "2018-10-11 16:41:38.389620"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.391341"], ["updated_at", "2018-10-11 16:41:38.391341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.393818"], ["updated_at", "2018-10-11 16:41:38.393818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.395793"], ["updated_at", "2018-10-11 16:41:38.395793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.397626"], ["updated_at", "2018-10-11 16:41:38.397626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.399324"], ["updated_at", "2018-10-11 16:41:38.399324"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.400982"], ["updated_at", "2018-10-11 16:41:38.400982"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.402648"], ["updated_at", "2018-10-11 16:41:38.402648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.405855"], ["updated_at", "2018-10-11 16:41:38.405855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.407533"], ["updated_at", "2018-10-11 16:41:38.407533"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.409220"], ["updated_at", "2018-10-11 16:41:38.409220"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.411750"], ["updated_at", "2018-10-11 16:41:38.411750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.416094"], ["updated_at", "2018-10-11 16:41:38.416094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.417842"], ["updated_at", "2018-10-11 16:41:38.417842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.419620"], ["updated_at", "2018-10-11 16:41:38.419620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.421430"], ["updated_at", "2018-10-11 16:41:38.421430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.423207"], ["updated_at", "2018-10-11 16:41:38.423207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.424920"], ["updated_at", "2018-10-11 16:41:38.424920"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.426512"], ["updated_at", "2018-10-11 16:41:38.426512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.428244"], ["updated_at", "2018-10-11 16:41:38.428244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.430133"], ["updated_at", "2018-10-11 16:41:38.430133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.431894"], ["updated_at", "2018-10-11 16:41:38.431894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.433557"], ["updated_at", "2018-10-11 16:41:38.433557"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.435161"], ["updated_at", "2018-10-11 16:41:38.435161"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.436899"], ["updated_at", "2018-10-11 16:41:38.436899"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.439242"], ["updated_at", "2018-10-11 16:41:38.439242"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.441872"], ["updated_at", "2018-10-11 16:41:38.441872"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.444473"], ["updated_at", "2018-10-11 16:41:38.444473"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.447175"], ["updated_at", "2018-10-11 16:41:38.447175"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.449820"], ["updated_at", "2018-10-11 16:41:38.449820"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.452502"], ["updated_at", "2018-10-11 16:41:38.452502"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.455330"], ["updated_at", "2018-10-11 16:41:38.455330"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.457868"], ["updated_at", "2018-10-11 16:41:38.457868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.460532"], ["updated_at", "2018-10-11 16:41:38.460532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.462481"], ["updated_at", "2018-10-11 16:41:38.462481"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.464313"], ["updated_at", "2018-10-11 16:41:38.464313"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.465915"], ["updated_at", "2018-10-11 16:41:38.465915"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.467530"], ["updated_at", "2018-10-11 16:41:38.467530"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.469202"], ["updated_at", "2018-10-11 16:41:38.469202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.472373"], ["updated_at", "2018-10-11 16:41:38.472373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.474097"], ["updated_at", "2018-10-11 16:41:38.474097"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.475673"], ["updated_at", "2018-10-11 16:41:38.475673"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.478980"], ["updated_at", "2018-10-11 16:41:38.478980"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.482915"], ["updated_at", "2018-10-11 16:41:38.482915"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.484581"], ["updated_at", "2018-10-11 16:41:38.484581"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.486363"], ["updated_at", "2018-10-11 16:41:38.486363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.488210"], ["updated_at", "2018-10-11 16:41:38.488210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.489885"], ["updated_at", "2018-10-11 16:41:38.489885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.491516"], ["updated_at", "2018-10-11 16:41:38.491516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.493321"], ["updated_at", "2018-10-11 16:41:38.493321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.495025"], ["updated_at", "2018-10-11 16:41:38.495025"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.496748"], ["updated_at", "2018-10-11 16:41:38.496748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.499616"], ["updated_at", "2018-10-11 16:41:38.499616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.501193"], ["updated_at", "2018-10-11 16:41:38.501193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.502853"], ["updated_at", "2018-10-11 16:41:38.502853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.504482"], ["updated_at", "2018-10-11 16:41:38.504482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.506177"], ["updated_at", "2018-10-11 16:41:38.506177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.507766"], ["updated_at", "2018-10-11 16:41:38.507766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.509357"], ["updated_at", "2018-10-11 16:41:38.509357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.510930"], ["updated_at", "2018-10-11 16:41:38.510930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.512614"], ["updated_at", "2018-10-11 16:41:38.512614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.514296"], ["updated_at", "2018-10-11 16:41:38.514296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.516004"], ["updated_at", "2018-10-11 16:41:38.516004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.517615"], ["updated_at", "2018-10-11 16:41:38.517615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.519391"], ["updated_at", "2018-10-11 16:41:38.519391"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.521101"], ["updated_at", "2018-10-11 16:41:38.521101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.522817"], ["updated_at", "2018-10-11 16:41:38.522817"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.524380"], ["updated_at", "2018-10-11 16:41:38.524380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.526907"], ["updated_at", "2018-10-11 16:41:38.526907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.528796"], ["updated_at", "2018-10-11 16:41:38.528796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.530580"], ["updated_at", "2018-10-11 16:41:38.530580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.532214"], ["updated_at", "2018-10-11 16:41:38.532214"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.533792"], ["updated_at", "2018-10-11 16:41:38.533792"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.535314"], ["updated_at", "2018-10-11 16:41:38.535314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.538693"], ["updated_at", "2018-10-11 16:41:38.538693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.540397"], ["updated_at", "2018-10-11 16:41:38.540397"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.541983"], ["updated_at", "2018-10-11 16:41:38.541983"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.545550"], ["updated_at", "2018-10-11 16:41:38.545550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.549372"], ["updated_at", "2018-10-11 16:41:38.549372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.551043"], ["updated_at", "2018-10-11 16:41:38.551043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.552730"], ["updated_at", "2018-10-11 16:41:38.552730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.554448"], ["updated_at", "2018-10-11 16:41:38.554448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.556113"], ["updated_at", "2018-10-11 16:41:38.556113"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.557683"], ["updated_at", "2018-10-11 16:41:38.557683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.559475"], ["updated_at", "2018-10-11 16:41:38.559475"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.561260"], ["updated_at", "2018-10-11 16:41:38.561260"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.564081"], ["updated_at", "2018-10-11 16:41:38.564081"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.567060"], ["updated_at", "2018-10-11 16:41:38.567060"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.569670"], ["updated_at", "2018-10-11 16:41:38.569670"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.572392"], ["updated_at", "2018-10-11 16:41:38.572392"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.575002"], ["updated_at", "2018-10-11 16:41:38.575002"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.577536"], ["updated_at", "2018-10-11 16:41:38.577536"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.580113"], ["updated_at", "2018-10-11 16:41:38.580113"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.582201"], ["updated_at", "2018-10-11 16:41:38.582201"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.583822"], ["updated_at", "2018-10-11 16:41:38.583822"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.585685"], ["updated_at", "2018-10-11 16:41:38.585685"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.587484"], ["updated_at", "2018-10-11 16:41:38.587484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.589256"], ["updated_at", "2018-10-11 16:41:38.589256"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.590913"], ["updated_at", "2018-10-11 16:41:38.590913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.593553"], ["updated_at", "2018-10-11 16:41:38.593553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.595575"], ["updated_at", "2018-10-11 16:41:38.595575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.597481"], ["updated_at", "2018-10-11 16:41:38.597481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.599222"], ["updated_at", "2018-10-11 16:41:38.599222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.600939"], ["updated_at", "2018-10-11 16:41:38.600939"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.602555"], ["updated_at", "2018-10-11 16:41:38.602555"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.605558"], ["updated_at", "2018-10-11 16:41:38.605558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.607271"], ["updated_at", "2018-10-11 16:41:38.607271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.608879"], ["updated_at", "2018-10-11 16:41:38.608879"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.611751"], ["updated_at", "2018-10-11 16:41:38.611751"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.616890"], ["updated_at", "2018-10-11 16:41:38.616890"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.618978"], ["updated_at", "2018-10-11 16:41:38.618978"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.621315"], ["updated_at", "2018-10-11 16:41:38.621315"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.623731"], ["updated_at", "2018-10-11 16:41:38.623731"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.625891"], ["updated_at", "2018-10-11 16:41:38.625891"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.628053"], ["updated_at", "2018-10-11 16:41:38.628053"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.630338"], ["updated_at", "2018-10-11 16:41:38.630338"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.633102"], ["updated_at", "2018-10-11 16:41:38.633102"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.635264"], ["updated_at", "2018-10-11 16:41:38.635264"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.637619"], ["updated_at", "2018-10-11 16:41:38.637619"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.639768"], ["updated_at", "2018-10-11 16:41:38.639768"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.641770"], ["updated_at", "2018-10-11 16:41:38.641770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.643960"], ["updated_at", "2018-10-11 16:41:38.643960"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.645983"], ["updated_at", "2018-10-11 16:41:38.645983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.647979"], ["updated_at", "2018-10-11 16:41:38.647979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.649562"], ["updated_at", "2018-10-11 16:41:38.649562"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.651148"], ["updated_at", "2018-10-11 16:41:38.651148"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.653675"], ["updated_at", "2018-10-11 16:41:38.653675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.655515"], ["updated_at", "2018-10-11 16:41:38.655515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.657143"], ["updated_at", "2018-10-11 16:41:38.657143"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.659077"], ["updated_at", "2018-10-11 16:41:38.659077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.661715"], ["updated_at", "2018-10-11 16:41:38.661715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.663631"], ["updated_at", "2018-10-11 16:41:38.663631"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.665351"], ["updated_at", "2018-10-11 16:41:38.665351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.666950"], ["updated_at", "2018-10-11 16:41:38.666950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.668683"], ["updated_at", "2018-10-11 16:41:38.668683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.670622"], ["updated_at", "2018-10-11 16:41:38.670622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.673690"], ["updated_at", "2018-10-11 16:41:38.673690"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.675308"], ["updated_at", "2018-10-11 16:41:38.675308"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.678760"], ["updated_at", "2018-10-11 16:41:38.678760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.682779"], ["updated_at", "2018-10-11 16:41:38.682779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.684439"], ["updated_at", "2018-10-11 16:41:38.684439"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.686104"], ["updated_at", "2018-10-11 16:41:38.686104"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.688586"], ["updated_at", "2018-10-11 16:41:38.688586"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.691404"], ["updated_at", "2018-10-11 16:41:38.691404"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.694045"], ["updated_at", "2018-10-11 16:41:38.694045"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.696763"], ["updated_at", "2018-10-11 16:41:38.696763"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.699426"], ["updated_at", "2018-10-11 16:41:38.699426"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.702233"], ["updated_at", "2018-10-11 16:41:38.702233"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.704936"], ["updated_at", "2018-10-11 16:41:38.704936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.707429"], ["updated_at", "2018-10-11 16:41:38.707429"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.708999"], ["updated_at", "2018-10-11 16:41:38.708999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.710606"], ["updated_at", "2018-10-11 16:41:38.710606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.712276"], ["updated_at", "2018-10-11 16:41:38.712276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.713895"], ["updated_at", "2018-10-11 16:41:38.713895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.715566"], ["updated_at", "2018-10-11 16:41:38.715566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.717186"], ["updated_at", "2018-10-11 16:41:38.717186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.718777"], ["updated_at", "2018-10-11 16:41:38.718777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.720414"], ["updated_at", "2018-10-11 16:41:38.720414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.722102"], ["updated_at", "2018-10-11 16:41:38.722102"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.723730"], ["updated_at", "2018-10-11 16:41:38.723730"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.725851"], ["updated_at", "2018-10-11 16:41:38.725851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.728362"], ["updated_at", "2018-10-11 16:41:38.728362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.730217"], ["updated_at", "2018-10-11 16:41:38.730217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.731889"], ["updated_at", "2018-10-11 16:41:38.731889"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.733487"], ["updated_at", "2018-10-11 16:41:38.733487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.735035"], ["updated_at", "2018-10-11 16:41:38.735035"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.736804"], ["updated_at", "2018-10-11 16:41:38.736804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.739909"], ["updated_at", "2018-10-11 16:41:38.739909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.741521"], ["updated_at", "2018-10-11 16:41:38.741521"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.743145"], ["updated_at", "2018-10-11 16:41:38.743145"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.746823"], ["updated_at", "2018-10-11 16:41:38.746823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.750053"], ["updated_at", "2018-10-11 16:41:38.750053"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.751796"], ["updated_at", "2018-10-11 16:41:38.751796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.753558"], ["updated_at", "2018-10-11 16:41:38.753558"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.755444"], ["updated_at", "2018-10-11 16:41:38.755444"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.757280"], ["updated_at", "2018-10-11 16:41:38.757280"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.759254"], ["updated_at", "2018-10-11 16:41:38.759254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.761113"], ["updated_at", "2018-10-11 16:41:38.761113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.763022"], ["updated_at", "2018-10-11 16:41:38.763022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.764847"], ["updated_at", "2018-10-11 16:41:38.764847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.766502"], ["updated_at", "2018-10-11 16:41:38.766502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.768080"], ["updated_at", "2018-10-11 16:41:38.768080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.769856"], ["updated_at", "2018-10-11 16:41:38.769856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.771689"], ["updated_at", "2018-10-11 16:41:38.771689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.773341"], ["updated_at", "2018-10-11 16:41:38.773341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.775025"], ["updated_at", "2018-10-11 16:41:38.775025"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.776655"], ["updated_at", "2018-10-11 16:41:38.776655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.778360"], ["updated_at", "2018-10-11 16:41:38.778360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.780059"], ["updated_at", "2018-10-11 16:41:38.780059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.781773"], ["updated_at", "2018-10-11 16:41:38.781773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.783362"], ["updated_at", "2018-10-11 16:41:38.783362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.784997"], ["updated_at", "2018-10-11 16:41:38.784997"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.786611"], ["updated_at", "2018-10-11 16:41:38.786611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.788888"], ["updated_at", "2018-10-11 16:41:38.788888"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.790595"], ["updated_at", "2018-10-11 16:41:38.790595"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.792917"], ["updated_at", "2018-10-11 16:41:38.792917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.795741"], ["updated_at", "2018-10-11 16:41:38.795741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.797593"], ["updated_at", "2018-10-11 16:41:38.797593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.799265"], ["updated_at", "2018-10-11 16:41:38.799265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.800871"], ["updated_at", "2018-10-11 16:41:38.800871"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.802434"], ["updated_at", "2018-10-11 16:41:38.802434"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.805904"], ["updated_at", "2018-10-11 16:41:38.805904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.807617"], ["updated_at", "2018-10-11 16:41:38.807617"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.809387"], ["updated_at", "2018-10-11 16:41:38.809387"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.815251"], ["updated_at", "2018-10-11 16:41:38.815251"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.818185"], ["updated_at", "2018-10-11 16:41:38.818185"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.821005"], ["updated_at", "2018-10-11 16:41:38.821005"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.823807"], ["updated_at", "2018-10-11 16:41:38.823807"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.827489"], ["updated_at", "2018-10-11 16:41:38.827489"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.830230"], ["updated_at", "2018-10-11 16:41:38.830230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.832788"], ["updated_at", "2018-10-11 16:41:38.832788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.834483"], ["updated_at", "2018-10-11 16:41:38.834483"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.836073"], ["updated_at", "2018-10-11 16:41:38.836073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.837825"], ["updated_at", "2018-10-11 16:41:38.837825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.839491"], ["updated_at", "2018-10-11 16:41:38.839491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.841220"], ["updated_at", "2018-10-11 16:41:38.841220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.842929"], ["updated_at", "2018-10-11 16:41:38.842929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.844583"], ["updated_at", "2018-10-11 16:41:38.844583"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.846314"], ["updated_at", "2018-10-11 16:41:38.846314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.848081"], ["updated_at", "2018-10-11 16:41:38.848081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.849840"], ["updated_at", "2018-10-11 16:41:38.849840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.851643"], ["updated_at", "2018-10-11 16:41:38.851643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.853421"], ["updated_at", "2018-10-11 16:41:38.853421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.855345"], ["updated_at", "2018-10-11 16:41:38.855345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.857089"], ["updated_at", "2018-10-11 16:41:38.857089"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.858936"], ["updated_at", "2018-10-11 16:41:38.858936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.861705"], ["updated_at", "2018-10-11 16:41:38.861705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.863639"], ["updated_at", "2018-10-11 16:41:38.863639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.865415"], ["updated_at", "2018-10-11 16:41:38.865415"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.867046"], ["updated_at", "2018-10-11 16:41:38.867046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.868604"], ["updated_at", "2018-10-11 16:41:38.868604"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.870474"], ["updated_at", "2018-10-11 16:41:38.870474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.873549"], ["updated_at", "2018-10-11 16:41:38.873549"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.875236"], ["updated_at", "2018-10-11 16:41:38.875236"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.877573"], ["updated_at", "2018-10-11 16:41:38.877573"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.881606"], ["updated_at", "2018-10-11 16:41:38.881606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.884136"], ["updated_at", "2018-10-11 16:41:38.884136"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.885796"], ["updated_at", "2018-10-11 16:41:38.885796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.887828"], ["updated_at", "2018-10-11 16:41:38.887828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.889675"], ["updated_at", "2018-10-11 16:41:38.889675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.891613"], ["updated_at", "2018-10-11 16:41:38.891613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.893418"], ["updated_at", "2018-10-11 16:41:38.893418"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.895088"], ["updated_at", "2018-10-11 16:41:38.895088"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.897644"], ["updated_at", "2018-10-11 16:41:38.897644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.899575"], ["updated_at", "2018-10-11 16:41:38.899575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.901183"], ["updated_at", "2018-10-11 16:41:38.901183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.902881"], ["updated_at", "2018-10-11 16:41:38.902881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.904710"], ["updated_at", "2018-10-11 16:41:38.904710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.906463"], ["updated_at", "2018-10-11 16:41:38.906463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.908063"], ["updated_at", "2018-10-11 16:41:38.908063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.909865"], ["updated_at", "2018-10-11 16:41:38.909865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.911505"], ["updated_at", "2018-10-11 16:41:38.911505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.913259"], ["updated_at", "2018-10-11 16:41:38.913259"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.914918"], ["updated_at", "2018-10-11 16:41:38.914918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.916606"], ["updated_at", "2018-10-11 16:41:38.916606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.918193"], ["updated_at", "2018-10-11 16:41:38.918193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.919913"], ["updated_at", "2018-10-11 16:41:38.919913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.921565"], ["updated_at", "2018-10-11 16:41:38.921565"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.924419"], ["updated_at", "2018-10-11 16:41:38.924419"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.926972"], ["updated_at", "2018-10-11 16:41:38.926972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.930101"], ["updated_at", "2018-10-11 16:41:38.930101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.931886"], ["updated_at", "2018-10-11 16:41:38.931886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.933582"], ["updated_at", "2018-10-11 16:41:38.933582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.935191"], ["updated_at", "2018-10-11 16:41:38.935191"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.937112"], ["updated_at", "2018-10-11 16:41:38.937112"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.939252"], ["updated_at", "2018-10-11 16:41:38.939252"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.942931"], ["updated_at", "2018-10-11 16:41:38.942931"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.946414"], ["updated_at", "2018-10-11 16:41:38.946414"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.950887"], ["updated_at", "2018-10-11 16:41:38.950887"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.953662"], ["updated_at", "2018-10-11 16:41:38.953662"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.956437"], ["updated_at", "2018-10-11 16:41:38.956437"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.959294"], ["updated_at", "2018-10-11 16:41:38.959294"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.961014"], ["updated_at", "2018-10-11 16:41:38.961014"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.962878"], ["updated_at", "2018-10-11 16:41:38.962878"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.964660"], ["updated_at", "2018-10-11 16:41:38.964660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.966306"], ["updated_at", "2018-10-11 16:41:38.966306"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.967957"], ["updated_at", "2018-10-11 16:41:38.967957"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.969684"], ["updated_at", "2018-10-11 16:41:38.969684"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.971506"], ["updated_at", "2018-10-11 16:41:38.971506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.973274"], ["updated_at", "2018-10-11 16:41:38.973274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.974873"], ["updated_at", "2018-10-11 16:41:38.974873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.976426"], ["updated_at", "2018-10-11 16:41:38.976426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.978040"], ["updated_at", "2018-10-11 16:41:38.978040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.979628"], ["updated_at", "2018-10-11 16:41:38.979628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.981351"], ["updated_at", "2018-10-11 16:41:38.981351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.982966"], ["updated_at", "2018-10-11 16:41:38.982966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.984573"], ["updated_at", "2018-10-11 16:41:38.984573"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.986286"], ["updated_at", "2018-10-11 16:41:38.986286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.987993"], ["updated_at", "2018-10-11 16:41:38.987993"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.989663"], ["updated_at", "2018-10-11 16:41:38.989663"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.991614"], ["updated_at", "2018-10-11 16:41:38.991614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.994144"], ["updated_at", "2018-10-11 16:41:38.994144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.996034"], ["updated_at", "2018-10-11 16:41:38.996034"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.997914"], ["updated_at", "2018-10-11 16:41:38.997914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:38.999526"], ["updated_at", "2018-10-11 16:41:38.999526"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.001243"], ["updated_at", "2018-10-11 16:41:39.001243"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.003146"], ["updated_at", "2018-10-11 16:41:39.003146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.006434"], ["updated_at", "2018-10-11 16:41:39.006434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.008023"], ["updated_at", "2018-10-11 16:41:39.008023"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.009695"], ["updated_at", "2018-10-11 16:41:39.009695"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.012610"], ["updated_at", "2018-10-11 16:41:39.012610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.016824"], ["updated_at", "2018-10-11 16:41:39.016824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.018537"], ["updated_at", "2018-10-11 16:41:39.018537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.020311"], ["updated_at", "2018-10-11 16:41:39.020311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.022134"], ["updated_at", "2018-10-11 16:41:39.022134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.023758"], ["updated_at", "2018-10-11 16:41:39.023758"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.025462"], ["updated_at", "2018-10-11 16:41:39.025462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.027330"], ["updated_at", "2018-10-11 16:41:39.027330"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.029026"], ["updated_at", "2018-10-11 16:41:39.029026"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.030745"], ["updated_at", "2018-10-11 16:41:39.030745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.032421"], ["updated_at", "2018-10-11 16:41:39.032421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.034002"], ["updated_at", "2018-10-11 16:41:39.034002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.035634"], ["updated_at", "2018-10-11 16:41:39.035634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.037409"], ["updated_at", "2018-10-11 16:41:39.037409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.039105"], ["updated_at", "2018-10-11 16:41:39.039105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.040792"], ["updated_at", "2018-10-11 16:41:39.040792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.042360"], ["updated_at", "2018-10-11 16:41:39.042360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.043980"], ["updated_at", "2018-10-11 16:41:39.043980"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.045693"], ["updated_at", "2018-10-11 16:41:39.045693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.047446"], ["updated_at", "2018-10-11 16:41:39.047446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.049093"], ["updated_at", "2018-10-11 16:41:39.049093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.050726"], ["updated_at", "2018-10-11 16:41:39.050726"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.052262"], ["updated_at", "2018-10-11 16:41:39.052262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.053983"], ["updated_at", "2018-10-11 16:41:39.053983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.055749"], ["updated_at", "2018-10-11 16:41:39.055749"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.057380"], ["updated_at", "2018-10-11 16:41:39.057380"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.059712"], ["updated_at", "2018-10-11 16:41:39.059712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.062129"], ["updated_at", "2018-10-11 16:41:39.062129"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.063898"], ["updated_at", "2018-10-11 16:41:39.063898"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.065931"], ["updated_at", "2018-10-11 16:41:39.065931"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.067966"], ["updated_at", "2018-10-11 16:41:39.067966"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.070065"], ["updated_at", "2018-10-11 16:41:39.070065"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.072084"], ["updated_at", "2018-10-11 16:41:39.072084"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.075682"], ["updated_at", "2018-10-11 16:41:39.075682"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.078951"], ["updated_at", "2018-10-11 16:41:39.078951"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.083966"], ["updated_at", "2018-10-11 16:41:39.083966"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.086752"], ["updated_at", "2018-10-11 16:41:39.086752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.088859"], ["updated_at", "2018-10-11 16:41:39.088859"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.090476"], ["updated_at", "2018-10-11 16:41:39.090476"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.092341"], ["updated_at", "2018-10-11 16:41:39.092341"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.094282"], ["updated_at", "2018-10-11 16:41:39.094282"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.096079"], ["updated_at", "2018-10-11 16:41:39.096079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.097960"], ["updated_at", "2018-10-11 16:41:39.097960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.099545"], ["updated_at", "2018-10-11 16:41:39.099545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.101171"], ["updated_at", "2018-10-11 16:41:39.101171"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.102733"], ["updated_at", "2018-10-11 16:41:39.102733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.104412"], ["updated_at", "2018-10-11 16:41:39.104412"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.106105"], ["updated_at", "2018-10-11 16:41:39.106105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.107854"], ["updated_at", "2018-10-11 16:41:39.107854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.109439"], ["updated_at", "2018-10-11 16:41:39.109439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.111057"], ["updated_at", "2018-10-11 16:41:39.111057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.112730"], ["updated_at", "2018-10-11 16:41:39.112730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.114498"], ["updated_at", "2018-10-11 16:41:39.114498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.116072"], ["updated_at", "2018-10-11 16:41:39.116072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.117674"], ["updated_at", "2018-10-11 16:41:39.117674"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.119373"], ["updated_at", "2018-10-11 16:41:39.119373"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.122430"], ["updated_at", "2018-10-11 16:41:39.122430"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.124417"], ["updated_at", "2018-10-11 16:41:39.124417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.126931"], ["updated_at", "2018-10-11 16:41:39.126931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.129029"], ["updated_at", "2018-10-11 16:41:39.129029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.130782"], ["updated_at", "2018-10-11 16:41:39.130782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.132451"], ["updated_at", "2018-10-11 16:41:39.132451"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.134071"], ["updated_at", "2018-10-11 16:41:39.134071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.135622"], ["updated_at", "2018-10-11 16:41:39.135622"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.138591"], ["updated_at", "2018-10-11 16:41:39.138591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.140325"], ["updated_at", "2018-10-11 16:41:39.140325"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.141893"], ["updated_at", "2018-10-11 16:41:39.141893"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.144573"], ["updated_at", "2018-10-11 16:41:39.144573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.148442"], ["updated_at", "2018-10-11 16:41:39.148442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.150602"], ["updated_at", "2018-10-11 16:41:39.150602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.152187"], ["updated_at", "2018-10-11 16:41:39.152187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.153944"], ["updated_at", "2018-10-11 16:41:39.153944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.155630"], ["updated_at", "2018-10-11 16:41:39.155630"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.157214"], ["updated_at", "2018-10-11 16:41:39.157214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.158922"], ["updated_at", "2018-10-11 16:41:39.158922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.160507"], ["updated_at", "2018-10-11 16:41:39.160507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.162096"], ["updated_at", "2018-10-11 16:41:39.162096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.163837"], ["updated_at", "2018-10-11 16:41:39.163837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.165628"], ["updated_at", "2018-10-11 16:41:39.165628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.167146"], ["updated_at", "2018-10-11 16:41:39.167146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.168829"], ["updated_at", "2018-10-11 16:41:39.168829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.170648"], ["updated_at", "2018-10-11 16:41:39.170648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.172345"], ["updated_at", "2018-10-11 16:41:39.172345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.174004"], ["updated_at", "2018-10-11 16:41:39.174004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.175566"], ["updated_at", "2018-10-11 16:41:39.175566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.177204"], ["updated_at", "2018-10-11 16:41:39.177204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.178766"], ["updated_at", "2018-10-11 16:41:39.178766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.180516"], ["updated_at", "2018-10-11 16:41:39.180516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.182194"], ["updated_at", "2018-10-11 16:41:39.182194"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.183821"], ["updated_at", "2018-10-11 16:41:39.183821"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.185621"], ["updated_at", "2018-10-11 16:41:39.185621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.187541"], ["updated_at", "2018-10-11 16:41:39.187541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.189252"], ["updated_at", "2018-10-11 16:41:39.189252"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.190916"], ["updated_at", "2018-10-11 16:41:39.190916"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.193284"], ["updated_at", "2018-10-11 16:41:39.193284"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.195883"], ["updated_at", "2018-10-11 16:41:39.195883"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.198116"], ["updated_at", "2018-10-11 16:41:39.198116"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.200142"], ["updated_at", "2018-10-11 16:41:39.200142"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.202156"], ["updated_at", "2018-10-11 16:41:39.202156"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.204428"], ["updated_at", "2018-10-11 16:41:39.204428"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.206527"], ["updated_at", "2018-10-11 16:41:39.206527"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.211613"], ["updated_at", "2018-10-11 16:41:39.211613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.213280"], ["updated_at", "2018-10-11 16:41:39.213280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.214991"], ["updated_at", "2018-10-11 16:41:39.214991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.216611"], ["updated_at", "2018-10-11 16:41:39.216611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.218165"], ["updated_at", "2018-10-11 16:41:39.218165"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.219901"], ["updated_at", "2018-10-11 16:41:39.219901"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.221716"], ["updated_at", "2018-10-11 16:41:39.221716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.223401"], ["updated_at", "2018-10-11 16:41:39.223401"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.225130"], ["updated_at", "2018-10-11 16:41:39.225130"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.227911"], ["updated_at", "2018-10-11 16:41:39.227911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.231977"], ["updated_at", "2018-10-11 16:41:39.231977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.234091"], ["updated_at", "2018-10-11 16:41:39.234091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.235700"], ["updated_at", "2018-10-11 16:41:39.235700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.237267"], ["updated_at", "2018-10-11 16:41:39.237267"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.238982"], ["updated_at", "2018-10-11 16:41:39.238982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.240711"], ["updated_at", "2018-10-11 16:41:39.240711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.242255"], ["updated_at", "2018-10-11 16:41:39.242255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.243886"], ["updated_at", "2018-10-11 16:41:39.243886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.245551"], ["updated_at", "2018-10-11 16:41:39.245551"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.247277"], ["updated_at", "2018-10-11 16:41:39.247277"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.249086"], ["updated_at", "2018-10-11 16:41:39.249086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.250770"], ["updated_at", "2018-10-11 16:41:39.250770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.252307"], ["updated_at", "2018-10-11 16:41:39.252307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.253964"], ["updated_at", "2018-10-11 16:41:39.253964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.255702"], ["updated_at", "2018-10-11 16:41:39.255702"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.257654"], ["updated_at", "2018-10-11 16:41:39.257654"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.260171"], ["updated_at", "2018-10-11 16:41:39.260171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.262237"], ["updated_at", "2018-10-11 16:41:39.262237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.263988"], ["updated_at", "2018-10-11 16:41:39.263988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.265851"], ["updated_at", "2018-10-11 16:41:39.265851"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.267538"], ["updated_at", "2018-10-11 16:41:39.267538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.269193"], ["updated_at", "2018-10-11 16:41:39.269193"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.272103"], ["updated_at", "2018-10-11 16:41:39.272103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.274002"], ["updated_at", "2018-10-11 16:41:39.274002"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.275599"], ["updated_at", "2018-10-11 16:41:39.275599"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.278137"], ["updated_at", "2018-10-11 16:41:39.278137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.282386"], ["updated_at", "2018-10-11 16:41:39.282386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.284332"], ["updated_at", "2018-10-11 16:41:39.284332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.285985"], ["updated_at", "2018-10-11 16:41:39.285985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.287708"], ["updated_at", "2018-10-11 16:41:39.287708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.289518"], ["updated_at", "2018-10-11 16:41:39.289518"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.291217"], ["updated_at", "2018-10-11 16:41:39.291217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.292984"], ["updated_at", "2018-10-11 16:41:39.292984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.294629"], ["updated_at", "2018-10-11 16:41:39.294629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.296316"], ["updated_at", "2018-10-11 16:41:39.296316"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.297991"], ["updated_at", "2018-10-11 16:41:39.297991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.299692"], ["updated_at", "2018-10-11 16:41:39.299692"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.301354"], ["updated_at", "2018-10-11 16:41:39.301354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.303440"], ["updated_at", "2018-10-11 16:41:39.303440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.305115"], ["updated_at", "2018-10-11 16:41:39.305115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.306770"], ["updated_at", "2018-10-11 16:41:39.306770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.308424"], ["updated_at", "2018-10-11 16:41:39.308424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.310048"], ["updated_at", "2018-10-11 16:41:39.310048"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.311852"], ["updated_at", "2018-10-11 16:41:39.311852"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.314584"], ["updated_at", "2018-10-11 16:41:39.314584"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.317278"], ["updated_at", "2018-10-11 16:41:39.317278"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.320000"], ["updated_at", "2018-10-11 16:41:39.320000"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.322743"], ["updated_at", "2018-10-11 16:41:39.322743"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.325116"], ["updated_at", "2018-10-11 16:41:39.325116"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.328112"], ["updated_at", "2018-10-11 16:41:39.328112"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.330178"], ["updated_at", "2018-10-11 16:41:39.330178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.332239"], ["updated_at", "2018-10-11 16:41:39.332239"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.333996"], ["updated_at", "2018-10-11 16:41:39.333996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.335930"], ["updated_at", "2018-10-11 16:41:39.335930"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.340313"], ["updated_at", "2018-10-11 16:41:39.340313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.342005"], ["updated_at", "2018-10-11 16:41:39.342005"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.343693"], ["updated_at", "2018-10-11 16:41:39.343693"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.347433"], ["updated_at", "2018-10-11 16:41:39.347433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.350593"], ["updated_at", "2018-10-11 16:41:39.350593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.352199"], ["updated_at", "2018-10-11 16:41:39.352199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.353780"], ["updated_at", "2018-10-11 16:41:39.353780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.355467"], ["updated_at", "2018-10-11 16:41:39.355467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.357193"], ["updated_at", "2018-10-11 16:41:39.357193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.358814"], ["updated_at", "2018-10-11 16:41:39.358814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.360456"], ["updated_at", "2018-10-11 16:41:39.360456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.362182"], ["updated_at", "2018-10-11 16:41:39.362182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.363789"], ["updated_at", "2018-10-11 16:41:39.363789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.365544"], ["updated_at", "2018-10-11 16:41:39.365544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.367141"], ["updated_at", "2018-10-11 16:41:39.367141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.368725"], ["updated_at", "2018-10-11 16:41:39.368725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.370305"], ["updated_at", "2018-10-11 16:41:39.370305"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.372050"], ["updated_at", "2018-10-11 16:41:39.372050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.373788"], ["updated_at", "2018-10-11 16:41:39.373788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.375365"], ["updated_at", "2018-10-11 16:41:39.375365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.376965"], ["updated_at", "2018-10-11 16:41:39.376965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.378593"], ["updated_at", "2018-10-11 16:41:39.378593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.380154"], ["updated_at", "2018-10-11 16:41:39.380154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.381826"], ["updated_at", "2018-10-11 16:41:39.381826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.383531"], ["updated_at", "2018-10-11 16:41:39.383531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.385087"], ["updated_at", "2018-10-11 16:41:39.385087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.386689"], ["updated_at", "2018-10-11 16:41:39.386689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.388437"], ["updated_at", "2018-10-11 16:41:39.388437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.390130"], ["updated_at", "2018-10-11 16:41:39.390130"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.391945"], ["updated_at", "2018-10-11 16:41:39.391945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.394534"], ["updated_at", "2018-10-11 16:41:39.394534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.396389"], ["updated_at", "2018-10-11 16:41:39.396389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.398145"], ["updated_at", "2018-10-11 16:41:39.398145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.399877"], ["updated_at", "2018-10-11 16:41:39.399877"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.401469"], ["updated_at", "2018-10-11 16:41:39.401469"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.403050"], ["updated_at", "2018-10-11 16:41:39.403050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.406264"], ["updated_at", "2018-10-11 16:41:39.406264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.407976"], ["updated_at", "2018-10-11 16:41:39.407976"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.409534"], ["updated_at", "2018-10-11 16:41:39.409534"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.413062"], ["updated_at", "2018-10-11 16:41:39.413062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.416885"], ["updated_at", "2018-10-11 16:41:39.416885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.418574"], ["updated_at", "2018-10-11 16:41:39.418574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.420179"], ["updated_at", "2018-10-11 16:41:39.420179"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.421851"], ["updated_at", "2018-10-11 16:41:39.421851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.423685"], ["updated_at", "2018-10-11 16:41:39.423685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.425424"], ["updated_at", "2018-10-11 16:41:39.425424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.427096"], ["updated_at", "2018-10-11 16:41:39.427096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.428642"], ["updated_at", "2018-10-11 16:41:39.428642"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.430316"], ["updated_at", "2018-10-11 16:41:39.430316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.432184"], ["updated_at", "2018-10-11 16:41:39.432184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.433835"], ["updated_at", "2018-10-11 16:41:39.433835"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.435700"], ["updated_at", "2018-10-11 16:41:39.435700"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.438484"], ["updated_at", "2018-10-11 16:41:39.438484"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.441309"], ["updated_at", "2018-10-11 16:41:39.441309"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.443918"], ["updated_at", "2018-10-11 16:41:39.443918"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.446546"], ["updated_at", "2018-10-11 16:41:39.446546"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.449270"], ["updated_at", "2018-10-11 16:41:39.449270"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.451854"], ["updated_at", "2018-10-11 16:41:39.451854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.454541"], ["updated_at", "2018-10-11 16:41:39.454541"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.456275"], ["updated_at", "2018-10-11 16:41:39.456275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.457970"], ["updated_at", "2018-10-11 16:41:39.457970"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.460399"], ["updated_at", "2018-10-11 16:41:39.460399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.462491"], ["updated_at", "2018-10-11 16:41:39.462491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.464188"], ["updated_at", "2018-10-11 16:41:39.464188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.465952"], ["updated_at", "2018-10-11 16:41:39.465952"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.467667"], ["updated_at", "2018-10-11 16:41:39.467667"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.469253"], ["updated_at", "2018-10-11 16:41:39.469253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.472212"], ["updated_at", "2018-10-11 16:41:39.472212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.473965"], ["updated_at", "2018-10-11 16:41:39.473965"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.475615"], ["updated_at", "2018-10-11 16:41:39.475615"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.478409"], ["updated_at", "2018-10-11 16:41:39.478409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.482741"], ["updated_at", "2018-10-11 16:41:39.482741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.484657"], ["updated_at", "2018-10-11 16:41:39.484657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.486275"], ["updated_at", "2018-10-11 16:41:39.486275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.487911"], ["updated_at", "2018-10-11 16:41:39.487911"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.489643"], ["updated_at", "2018-10-11 16:41:39.489643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.492407"], ["updated_at", "2018-10-11 16:41:39.492407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.494309"], ["updated_at", "2018-10-11 16:41:39.494309"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.496353"], ["updated_at", "2018-10-11 16:41:39.496353"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.498204"], ["updated_at", "2018-10-11 16:41:39.498204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.499909"], ["updated_at", "2018-10-11 16:41:39.499909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.501548"], ["updated_at", "2018-10-11 16:41:39.501548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.503090"], ["updated_at", "2018-10-11 16:41:39.503090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.504730"], ["updated_at", "2018-10-11 16:41:39.504730"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.506374"], ["updated_at", "2018-10-11 16:41:39.506374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.508024"], ["updated_at", "2018-10-11 16:41:39.508024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.509595"], ["updated_at", "2018-10-11 16:41:39.509595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.511186"], ["updated_at", "2018-10-11 16:41:39.511186"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.512744"], ["updated_at", "2018-10-11 16:41:39.512744"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.514365"], ["updated_at", "2018-10-11 16:41:39.514365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.516197"], ["updated_at", "2018-10-11 16:41:39.516197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.517835"], ["updated_at", "2018-10-11 16:41:39.517835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.519493"], ["updated_at", "2018-10-11 16:41:39.519493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.521113"], ["updated_at", "2018-10-11 16:41:39.521113"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.522843"], ["updated_at", "2018-10-11 16:41:39.522843"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.524619"], ["updated_at", "2018-10-11 16:41:39.524619"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.527096"], ["updated_at", "2018-10-11 16:41:39.527096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.529217"], ["updated_at", "2018-10-11 16:41:39.529217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.530890"], ["updated_at", "2018-10-11 16:41:39.530890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.532590"], ["updated_at", "2018-10-11 16:41:39.532590"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.534204"], ["updated_at", "2018-10-11 16:41:39.534204"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.535743"], ["updated_at", "2018-10-11 16:41:39.535743"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.538799"], ["updated_at", "2018-10-11 16:41:39.538799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.540473"], ["updated_at", "2018-10-11 16:41:39.540473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.542095"], ["updated_at", "2018-10-11 16:41:39.542095"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.544325"], ["updated_at", "2018-10-11 16:41:39.544325"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.548225"], ["updated_at", "2018-10-11 16:41:39.548225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.550644"], ["updated_at", "2018-10-11 16:41:39.550644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.552307"], ["updated_at", "2018-10-11 16:41:39.552307"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.553920"], ["updated_at", "2018-10-11 16:41:39.553920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.555610"], ["updated_at", "2018-10-11 16:41:39.555610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.557339"], ["updated_at", "2018-10-11 16:41:39.557339"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.559024"], ["updated_at", "2018-10-11 16:41:39.559024"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.561208"], ["updated_at", "2018-10-11 16:41:39.561208"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.563831"], ["updated_at", "2018-10-11 16:41:39.563831"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.566680"], ["updated_at", "2018-10-11 16:41:39.566680"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.569385"], ["updated_at", "2018-10-11 16:41:39.569385"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.572339"], ["updated_at", "2018-10-11 16:41:39.572339"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.575078"], ["updated_at", "2018-10-11 16:41:39.575078"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.577706"], ["updated_at", "2018-10-11 16:41:39.577706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.580157"], ["updated_at", "2018-10-11 16:41:39.580157"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.581916"], ["updated_at", "2018-10-11 16:41:39.581916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.583683"], ["updated_at", "2018-10-11 16:41:39.583683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.585294"], ["updated_at", "2018-10-11 16:41:39.585294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.586984"], ["updated_at", "2018-10-11 16:41:39.586984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.588742"], ["updated_at", "2018-10-11 16:41:39.588742"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.590454"], ["updated_at", "2018-10-11 16:41:39.590454"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.592531"], ["updated_at", "2018-10-11 16:41:39.592531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.595150"], ["updated_at", "2018-10-11 16:41:39.595150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.596945"], ["updated_at", "2018-10-11 16:41:39.596945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.598739"], ["updated_at", "2018-10-11 16:41:39.598739"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.600451"], ["updated_at", "2018-10-11 16:41:39.600451"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.602002"], ["updated_at", "2018-10-11 16:41:39.602002"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.603629"], ["updated_at", "2018-10-11 16:41:39.603629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.606893"], ["updated_at", "2018-10-11 16:41:39.606893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.608646"], ["updated_at", "2018-10-11 16:41:39.608646"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.610656"], ["updated_at", "2018-10-11 16:41:39.610656"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.614768"], ["updated_at", "2018-10-11 16:41:39.614768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.617874"], ["updated_at", "2018-10-11 16:41:39.617874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.619514"], ["updated_at", "2018-10-11 16:41:39.619514"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.621136"], ["updated_at", "2018-10-11 16:41:39.621136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.622803"], ["updated_at", "2018-10-11 16:41:39.622803"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.624449"], ["updated_at", "2018-10-11 16:41:39.624449"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.627027"], ["updated_at", "2018-10-11 16:41:39.627027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.628977"], ["updated_at", "2018-10-11 16:41:39.628977"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.630635"], ["updated_at", "2018-10-11 16:41:39.630635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.632495"], ["updated_at", "2018-10-11 16:41:39.632495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.634124"], ["updated_at", "2018-10-11 16:41:39.634124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.635766"], ["updated_at", "2018-10-11 16:41:39.635766"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.637310"], ["updated_at", "2018-10-11 16:41:39.637310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.639127"], ["updated_at", "2018-10-11 16:41:39.639127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.640859"], ["updated_at", "2018-10-11 16:41:39.640859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.642457"], ["updated_at", "2018-10-11 16:41:39.642457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.644018"], ["updated_at", "2018-10-11 16:41:39.644018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.645598"], ["updated_at", "2018-10-11 16:41:39.645598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.647167"], ["updated_at", "2018-10-11 16:41:39.647167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.648898"], ["updated_at", "2018-10-11 16:41:39.648898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.650570"], ["updated_at", "2018-10-11 16:41:39.650570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.652150"], ["updated_at", "2018-10-11 16:41:39.652150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.653775"], ["updated_at", "2018-10-11 16:41:39.653775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.655543"], ["updated_at", "2018-10-11 16:41:39.655543"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.657286"], ["updated_at", "2018-10-11 16:41:39.657286"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.659195"], ["updated_at", "2018-10-11 16:41:39.659195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.661697"], ["updated_at", "2018-10-11 16:41:39.661697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.663538"], ["updated_at", "2018-10-11 16:41:39.663538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.665290"], ["updated_at", "2018-10-11 16:41:39.665290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.667005"], ["updated_at", "2018-10-11 16:41:39.667005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.668572"], ["updated_at", "2018-10-11 16:41:39.668572"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.670237"], ["updated_at", "2018-10-11 16:41:39.670237"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.673395"], ["updated_at", "2018-10-11 16:41:39.673395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.675108"], ["updated_at", "2018-10-11 16:41:39.675108"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.676698"], ["updated_at", "2018-10-11 16:41:39.676698"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.680032"], ["updated_at", "2018-10-11 16:41:39.680032"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.684482"], ["updated_at", "2018-10-11 16:41:39.684482"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.687201"], ["updated_at", "2018-10-11 16:41:39.687201"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.690099"], ["updated_at", "2018-10-11 16:41:39.690099"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.694101"], ["updated_at", "2018-10-11 16:41:39.694101"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.696724"], ["updated_at", "2018-10-11 16:41:39.696724"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.699518"], ["updated_at", "2018-10-11 16:41:39.699518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.702188"], ["updated_at", "2018-10-11 16:41:39.702188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.703935"], ["updated_at", "2018-10-11 16:41:39.703935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.705688"], ["updated_at", "2018-10-11 16:41:39.705688"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.707361"], ["updated_at", "2018-10-11 16:41:39.707361"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.709125"], ["updated_at", "2018-10-11 16:41:39.709125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.710869"], ["updated_at", "2018-10-11 16:41:39.710869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.712607"], ["updated_at", "2018-10-11 16:41:39.712607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.714242"], ["updated_at", "2018-10-11 16:41:39.714242"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.715889"], ["updated_at", "2018-10-11 16:41:39.715889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.717577"], ["updated_at", "2018-10-11 16:41:39.717577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.719288"], ["updated_at", "2018-10-11 16:41:39.719288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.720946"], ["updated_at", "2018-10-11 16:41:39.720946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.722606"], ["updated_at", "2018-10-11 16:41:39.722606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.724283"], ["updated_at", "2018-10-11 16:41:39.724283"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.726308"], ["updated_at", "2018-10-11 16:41:39.726308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.728868"], ["updated_at", "2018-10-11 16:41:39.728868"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.730574"], ["updated_at", "2018-10-11 16:41:39.730574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.732423"], ["updated_at", "2018-10-11 16:41:39.732423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.734121"], ["updated_at", "2018-10-11 16:41:39.734121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.735803"], ["updated_at", "2018-10-11 16:41:39.735803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.737604"], ["updated_at", "2018-10-11 16:41:39.737604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.740905"], ["updated_at", "2018-10-11 16:41:39.740905"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.742537"], ["updated_at", "2018-10-11 16:41:39.742537"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.745019"], ["updated_at", "2018-10-11 16:41:39.745019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.749385"], ["updated_at", "2018-10-11 16:41:39.749385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.751506"], ["updated_at", "2018-10-11 16:41:39.751506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.753124"], ["updated_at", "2018-10-11 16:41:39.753124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.754738"], ["updated_at", "2018-10-11 16:41:39.754738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.757726"], ["updated_at", "2018-10-11 16:41:39.757726"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.759345"], ["updated_at", "2018-10-11 16:41:39.759345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.760997"], ["updated_at", "2018-10-11 16:41:39.760997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.762562"], ["updated_at", "2018-10-11 16:41:39.762562"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.764263"], ["updated_at", "2018-10-11 16:41:39.764263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.766134"], ["updated_at", "2018-10-11 16:41:39.766134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.767777"], ["updated_at", "2018-10-11 16:41:39.767777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.769413"], ["updated_at", "2018-10-11 16:41:39.769413"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.770993"], ["updated_at", "2018-10-11 16:41:39.770993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.772747"], ["updated_at", "2018-10-11 16:41:39.772747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.774535"], ["updated_at", "2018-10-11 16:41:39.774535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.776207"], ["updated_at", "2018-10-11 16:41:39.776207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.777760"], ["updated_at", "2018-10-11 16:41:39.777760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.779352"], ["updated_at", "2018-10-11 16:41:39.779352"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.781108"], ["updated_at", "2018-10-11 16:41:39.781108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.782924"], ["updated_at", "2018-10-11 16:41:39.782924"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.784515"], ["updated_at", "2018-10-11 16:41:39.784515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.786267"], ["updated_at", "2018-10-11 16:41:39.786267"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.787890"], ["updated_at", "2018-10-11 16:41:39.787890"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.789615"], ["updated_at", "2018-10-11 16:41:39.789615"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.791364"], ["updated_at", "2018-10-11 16:41:39.791364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.793875"], ["updated_at", "2018-10-11 16:41:39.793875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.795834"], ["updated_at", "2018-10-11 16:41:39.795834"], ["parent_id", 39895952907]] Kithe::Work Create (3.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.797456"], ["updated_at", "2018-10-11 16:41:39.797456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.801976"], ["updated_at", "2018-10-11 16:41:39.801976"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.803748"], ["updated_at", "2018-10-11 16:41:39.803748"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.807113"], ["updated_at", "2018-10-11 16:41:39.807113"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.809938"], ["updated_at", "2018-10-11 16:41:39.809938"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.813971"], ["updated_at", "2018-10-11 16:41:39.813971"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.818261"], ["updated_at", "2018-10-11 16:41:39.818261"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.820906"], ["updated_at", "2018-10-11 16:41:39.820906"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.823910"], ["updated_at", "2018-10-11 16:41:39.823910"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.827401"], ["updated_at", "2018-10-11 16:41:39.827401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.829879"], ["updated_at", "2018-10-11 16:41:39.829879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.831677"], ["updated_at", "2018-10-11 16:41:39.831677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.833540"], ["updated_at", "2018-10-11 16:41:39.833540"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.835091"], ["updated_at", "2018-10-11 16:41:39.835091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.836784"], ["updated_at", "2018-10-11 16:41:39.836784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.838449"], ["updated_at", "2018-10-11 16:41:39.838449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.840157"], ["updated_at", "2018-10-11 16:41:39.840157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.841980"], ["updated_at", "2018-10-11 16:41:39.841980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.843688"], ["updated_at", "2018-10-11 16:41:39.843688"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.845387"], ["updated_at", "2018-10-11 16:41:39.845387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.847080"], ["updated_at", "2018-10-11 16:41:39.847080"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.848788"], ["updated_at", "2018-10-11 16:41:39.848788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.850641"], ["updated_at", "2018-10-11 16:41:39.850641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.852373"], ["updated_at", "2018-10-11 16:41:39.852373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.854000"], ["updated_at", "2018-10-11 16:41:39.854000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.855680"], ["updated_at", "2018-10-11 16:41:39.855680"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.857424"], ["updated_at", "2018-10-11 16:41:39.857424"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.859482"], ["updated_at", "2018-10-11 16:41:39.859482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.862219"], ["updated_at", "2018-10-11 16:41:39.862219"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.863930"], ["updated_at", "2018-10-11 16:41:39.863930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.865940"], ["updated_at", "2018-10-11 16:41:39.865940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.867721"], ["updated_at", "2018-10-11 16:41:39.867721"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.869310"], ["updated_at", "2018-10-11 16:41:39.869310"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.872584"], ["updated_at", "2018-10-11 16:41:39.872584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.874714"], ["updated_at", "2018-10-11 16:41:39.874714"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.876384"], ["updated_at", "2018-10-11 16:41:39.876384"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.880264"], ["updated_at", "2018-10-11 16:41:39.880264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.883490"], ["updated_at", "2018-10-11 16:41:39.883490"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.885196"], ["updated_at", "2018-10-11 16:41:39.885196"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.887497"], ["updated_at", "2018-10-11 16:41:39.887497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.889428"], ["updated_at", "2018-10-11 16:41:39.889428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.891181"], ["updated_at", "2018-10-11 16:41:39.891181"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.892815"], ["updated_at", "2018-10-11 16:41:39.892815"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.894580"], ["updated_at", "2018-10-11 16:41:39.894580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.897458"], ["updated_at", "2018-10-11 16:41:39.897458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.899375"], ["updated_at", "2018-10-11 16:41:39.899375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.901298"], ["updated_at", "2018-10-11 16:41:39.901298"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.903435"], ["updated_at", "2018-10-11 16:41:39.903435"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.905407"], ["updated_at", "2018-10-11 16:41:39.905407"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.907128"], ["updated_at", "2018-10-11 16:41:39.907128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.908840"], ["updated_at", "2018-10-11 16:41:39.908840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.910464"], ["updated_at", "2018-10-11 16:41:39.910464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.912028"], ["updated_at", "2018-10-11 16:41:39.912028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.913738"], ["updated_at", "2018-10-11 16:41:39.913738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.915414"], ["updated_at", "2018-10-11 16:41:39.915414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.917195"], ["updated_at", "2018-10-11 16:41:39.917195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.918784"], ["updated_at", "2018-10-11 16:41:39.918784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.920384"], ["updated_at", "2018-10-11 16:41:39.920384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.922010"], ["updated_at", "2018-10-11 16:41:39.922010"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.923687"], ["updated_at", "2018-10-11 16:41:39.923687"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.925590"], ["updated_at", "2018-10-11 16:41:39.925590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.928767"], ["updated_at", "2018-10-11 16:41:39.928767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.930512"], ["updated_at", "2018-10-11 16:41:39.930512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.932208"], ["updated_at", "2018-10-11 16:41:39.932208"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.933831"], ["updated_at", "2018-10-11 16:41:39.933831"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.935842"], ["updated_at", "2018-10-11 16:41:39.935842"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.937852"], ["updated_at", "2018-10-11 16:41:39.937852"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.942388"], ["updated_at", "2018-10-11 16:41:39.942388"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.945779"], ["updated_at", "2018-10-11 16:41:39.945779"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.950823"], ["updated_at", "2018-10-11 16:41:39.950823"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.953599"], ["updated_at", "2018-10-11 16:41:39.953599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.956379"], ["updated_at", "2018-10-11 16:41:39.956379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.958641"], ["updated_at", "2018-10-11 16:41:39.958641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.960360"], ["updated_at", "2018-10-11 16:41:39.960360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.961935"], ["updated_at", "2018-10-11 16:41:39.961935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.963548"], ["updated_at", "2018-10-11 16:41:39.963548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.965243"], ["updated_at", "2018-10-11 16:41:39.965243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.967002"], ["updated_at", "2018-10-11 16:41:39.967002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.968588"], ["updated_at", "2018-10-11 16:41:39.968588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.970182"], ["updated_at", "2018-10-11 16:41:39.970182"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.971825"], ["updated_at", "2018-10-11 16:41:39.971825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.973534"], ["updated_at", "2018-10-11 16:41:39.973534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.975125"], ["updated_at", "2018-10-11 16:41:39.975125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.976765"], ["updated_at", "2018-10-11 16:41:39.976765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.978437"], ["updated_at", "2018-10-11 16:41:39.978437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.980011"], ["updated_at", "2018-10-11 16:41:39.980011"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.981626"], ["updated_at", "2018-10-11 16:41:39.981626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.983345"], ["updated_at", "2018-10-11 16:41:39.983345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.984884"], ["updated_at", "2018-10-11 16:41:39.984884"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.986472"], ["updated_at", "2018-10-11 16:41:39.986472"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.988368"], ["updated_at", "2018-10-11 16:41:39.988368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.990164"], ["updated_at", "2018-10-11 16:41:39.990164"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.992167"], ["updated_at", "2018-10-11 16:41:39.992167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.995295"], ["updated_at", "2018-10-11 16:41:39.995295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.997152"], ["updated_at", "2018-10-11 16:41:39.997152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:39.998934"], ["updated_at", "2018-10-11 16:41:39.998934"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.000949"], ["updated_at", "2018-10-11 16:41:40.000949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.002817"], ["updated_at", "2018-10-11 16:41:40.002817"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.004501"], ["updated_at", "2018-10-11 16:41:40.004501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.007730"], ["updated_at", "2018-10-11 16:41:40.007730"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.009343"], ["updated_at", "2018-10-11 16:41:40.009343"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.012963"], ["updated_at", "2018-10-11 16:41:40.012963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.016746"], ["updated_at", "2018-10-11 16:41:40.016746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.018414"], ["updated_at", "2018-10-11 16:41:40.018414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.020029"], ["updated_at", "2018-10-11 16:41:40.020029"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.021683"], ["updated_at", "2018-10-11 16:41:40.021683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.023463"], ["updated_at", "2018-10-11 16:41:40.023463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.025181"], ["updated_at", "2018-10-11 16:41:40.025181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.027039"], ["updated_at", "2018-10-11 16:41:40.027039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.028645"], ["updated_at", "2018-10-11 16:41:40.028645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.030248"], ["updated_at", "2018-10-11 16:41:40.030248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.031896"], ["updated_at", "2018-10-11 16:41:40.031896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.033615"], ["updated_at", "2018-10-11 16:41:40.033615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.035178"], ["updated_at", "2018-10-11 16:41:40.035178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.036805"], ["updated_at", "2018-10-11 16:41:40.036805"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.038454"], ["updated_at", "2018-10-11 16:41:40.038454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.040229"], ["updated_at", "2018-10-11 16:41:40.040229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.041921"], ["updated_at", "2018-10-11 16:41:40.041921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.043540"], ["updated_at", "2018-10-11 16:41:40.043540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.045211"], ["updated_at", "2018-10-11 16:41:40.045211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.046835"], ["updated_at", "2018-10-11 16:41:40.046835"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.048441"], ["updated_at", "2018-10-11 16:41:40.048441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.050372"], ["updated_at", "2018-10-11 16:41:40.050372"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.051915"], ["updated_at", "2018-10-11 16:41:40.051915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.053649"], ["updated_at", "2018-10-11 16:41:40.053649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.055391"], ["updated_at", "2018-10-11 16:41:40.055391"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.057151"], ["updated_at", "2018-10-11 16:41:40.057151"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.059352"], ["updated_at", "2018-10-11 16:41:40.059352"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.062190"], ["updated_at", "2018-10-11 16:41:40.062190"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.064268"], ["updated_at", "2018-10-11 16:41:40.064268"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.066418"], ["updated_at", "2018-10-11 16:41:40.066418"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.068434"], ["updated_at", "2018-10-11 16:41:40.068434"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.070281"], ["updated_at", "2018-10-11 16:41:40.070281"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.072309"], ["updated_at", "2018-10-11 16:41:40.072309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.078094"], ["updated_at", "2018-10-11 16:41:40.078094"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.079903"], ["updated_at", "2018-10-11 16:41:40.079903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.081622"], ["updated_at", "2018-10-11 16:41:40.081622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.083419"], ["updated_at", "2018-10-11 16:41:40.083419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.085108"], ["updated_at", "2018-10-11 16:41:40.085108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.086726"], ["updated_at", "2018-10-11 16:41:40.086726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.088463"], ["updated_at", "2018-10-11 16:41:40.088463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.090226"], ["updated_at", "2018-10-11 16:41:40.090226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.092055"], ["updated_at", "2018-10-11 16:41:40.092055"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.094369"], ["updated_at", "2018-10-11 16:41:40.094369"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.098131"], ["updated_at", "2018-10-11 16:41:40.098131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.100782"], ["updated_at", "2018-10-11 16:41:40.100782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.102450"], ["updated_at", "2018-10-11 16:41:40.102450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.104108"], ["updated_at", "2018-10-11 16:41:40.104108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.105842"], ["updated_at", "2018-10-11 16:41:40.105842"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.107633"], ["updated_at", "2018-10-11 16:41:40.107633"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.109510"], ["updated_at", "2018-10-11 16:41:40.109510"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.111570"], ["updated_at", "2018-10-11 16:41:40.111570"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.113598"], ["updated_at", "2018-10-11 16:41:40.113598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.115343"], ["updated_at", "2018-10-11 16:41:40.115343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.117143"], ["updated_at", "2018-10-11 16:41:40.117143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.118889"], ["updated_at", "2018-10-11 16:41:40.118889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.120565"], ["updated_at", "2018-10-11 16:41:40.120565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.122164"], ["updated_at", "2018-10-11 16:41:40.122164"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.123800"], ["updated_at", "2018-10-11 16:41:40.123800"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.126624"], ["updated_at", "2018-10-11 16:41:40.126624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.128993"], ["updated_at", "2018-10-11 16:41:40.128993"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.130678"], ["updated_at", "2018-10-11 16:41:40.130678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.132381"], ["updated_at", "2018-10-11 16:41:40.132381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.134085"], ["updated_at", "2018-10-11 16:41:40.134085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.135716"], ["updated_at", "2018-10-11 16:41:40.135716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.138511"], ["updated_at", "2018-10-11 16:41:40.138511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.140206"], ["updated_at", "2018-10-11 16:41:40.140206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.141989"], ["updated_at", "2018-10-11 16:41:40.141989"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.144166"], ["updated_at", "2018-10-11 16:41:40.144166"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.147831"], ["updated_at", "2018-10-11 16:41:40.147831"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.150508"], ["updated_at", "2018-10-11 16:41:40.150508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.152160"], ["updated_at", "2018-10-11 16:41:40.152160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.153721"], ["updated_at", "2018-10-11 16:41:40.153721"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.155302"], ["updated_at", "2018-10-11 16:41:40.155302"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.157110"], ["updated_at", "2018-10-11 16:41:40.157110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.159118"], ["updated_at", "2018-10-11 16:41:40.159118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.160862"], ["updated_at", "2018-10-11 16:41:40.160862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.162433"], ["updated_at", "2018-10-11 16:41:40.162433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.164108"], ["updated_at", "2018-10-11 16:41:40.164108"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.165685"], ["updated_at", "2018-10-11 16:41:40.165685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.167422"], ["updated_at", "2018-10-11 16:41:40.167422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.169149"], ["updated_at", "2018-10-11 16:41:40.169149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.170715"], ["updated_at", "2018-10-11 16:41:40.170715"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.173715"], ["updated_at", "2018-10-11 16:41:40.173715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.175508"], ["updated_at", "2018-10-11 16:41:40.175508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.177077"], ["updated_at", "2018-10-11 16:41:40.177077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.178722"], ["updated_at", "2018-10-11 16:41:40.178722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.180286"], ["updated_at", "2018-10-11 16:41:40.180286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.181948"], ["updated_at", "2018-10-11 16:41:40.181948"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.183666"], ["updated_at", "2018-10-11 16:41:40.183666"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.186185"], ["updated_at", "2018-10-11 16:41:40.186185"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.188811"], ["updated_at", "2018-10-11 16:41:40.188811"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.191527"], ["updated_at", "2018-10-11 16:41:40.191527"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.194465"], ["updated_at", "2018-10-11 16:41:40.194465"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.196769"], ["updated_at", "2018-10-11 16:41:40.196769"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.198831"], ["updated_at", "2018-10-11 16:41:40.198831"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.200924"], ["updated_at", "2018-10-11 16:41:40.200924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.202942"], ["updated_at", "2018-10-11 16:41:40.202942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.204734"], ["updated_at", "2018-10-11 16:41:40.204734"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.209575"], ["updated_at", "2018-10-11 16:41:40.209575"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.212041"], ["updated_at", "2018-10-11 16:41:40.212041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.215311"], ["updated_at", "2018-10-11 16:41:40.215311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.217823"], ["updated_at", "2018-10-11 16:41:40.217823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.219652"], ["updated_at", "2018-10-11 16:41:40.219652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.221224"], ["updated_at", "2018-10-11 16:41:40.221224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.222827"], ["updated_at", "2018-10-11 16:41:40.222827"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.224449"], ["updated_at", "2018-10-11 16:41:40.224449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.226509"], ["updated_at", "2018-10-11 16:41:40.226509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.228184"], ["updated_at", "2018-10-11 16:41:40.228184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.229847"], ["updated_at", "2018-10-11 16:41:40.229847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.231507"], ["updated_at", "2018-10-11 16:41:40.231507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.233154"], ["updated_at", "2018-10-11 16:41:40.233154"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.234868"], ["updated_at", "2018-10-11 16:41:40.234868"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.236569"], ["updated_at", "2018-10-11 16:41:40.236569"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.238487"], ["updated_at", "2018-10-11 16:41:40.238487"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.240698"], ["updated_at", "2018-10-11 16:41:40.240698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.242686"], ["updated_at", "2018-10-11 16:41:40.242686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.244431"], ["updated_at", "2018-10-11 16:41:40.244431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.246040"], ["updated_at", "2018-10-11 16:41:40.246040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.247687"], ["updated_at", "2018-10-11 16:41:40.247687"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.249254"], ["updated_at", "2018-10-11 16:41:40.249254"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.251447"], ["updated_at", "2018-10-11 16:41:40.251447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.253292"], ["updated_at", "2018-10-11 16:41:40.253292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.254878"], ["updated_at", "2018-10-11 16:41:40.254878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.256559"], ["updated_at", "2018-10-11 16:41:40.256559"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.258417"], ["updated_at", "2018-10-11 16:41:40.258417"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.261349"], ["updated_at", "2018-10-11 16:41:40.261349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.263296"], ["updated_at", "2018-10-11 16:41:40.263296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.264949"], ["updated_at", "2018-10-11 16:41:40.264949"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.266566"], ["updated_at", "2018-10-11 16:41:40.266566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.268599"], ["updated_at", "2018-10-11 16:41:40.268599"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.270302"], ["updated_at", "2018-10-11 16:41:40.270302"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.273100"], ["updated_at", "2018-10-11 16:41:40.273100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.274853"], ["updated_at", "2018-10-11 16:41:40.274853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.276648"], ["updated_at", "2018-10-11 16:41:40.276648"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.279066"], ["updated_at", "2018-10-11 16:41:40.279066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.282439"], ["updated_at", "2018-10-11 16:41:40.282439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.284950"], ["updated_at", "2018-10-11 16:41:40.284950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.286560"], ["updated_at", "2018-10-11 16:41:40.286560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.288222"], ["updated_at", "2018-10-11 16:41:40.288222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.289821"], ["updated_at", "2018-10-11 16:41:40.289821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.291574"], ["updated_at", "2018-10-11 16:41:40.291574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.293294"], ["updated_at", "2018-10-11 16:41:40.293294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.294972"], ["updated_at", "2018-10-11 16:41:40.294972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.296606"], ["updated_at", "2018-10-11 16:41:40.296606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.298170"], ["updated_at", "2018-10-11 16:41:40.298170"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.299704"], ["updated_at", "2018-10-11 16:41:40.299704"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.301503"], ["updated_at", "2018-10-11 16:41:40.301503"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.303994"], ["updated_at", "2018-10-11 16:41:40.303994"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.306226"], ["updated_at", "2018-10-11 16:41:40.306226"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.308997"], ["updated_at", "2018-10-11 16:41:40.308997"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.311690"], ["updated_at", "2018-10-11 16:41:40.311690"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.314356"], ["updated_at", "2018-10-11 16:41:40.314356"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.316924"], ["updated_at", "2018-10-11 16:41:40.316924"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.319504"], ["updated_at", "2018-10-11 16:41:40.319504"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.322192"], ["updated_at", "2018-10-11 16:41:40.322192"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.325054"], ["updated_at", "2018-10-11 16:41:40.325054"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.327725"], ["updated_at", "2018-10-11 16:41:40.327725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.329669"], ["updated_at", "2018-10-11 16:41:40.329669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.331307"], ["updated_at", "2018-10-11 16:41:40.331307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.332972"], ["updated_at", "2018-10-11 16:41:40.332972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.334690"], ["updated_at", "2018-10-11 16:41:40.334690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.336307"], ["updated_at", "2018-10-11 16:41:40.336307"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.339139"], ["updated_at", "2018-10-11 16:41:40.339139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.340810"], ["updated_at", "2018-10-11 16:41:40.340810"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.342462"], ["updated_at", "2018-10-11 16:41:40.342462"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.344968"], ["updated_at", "2018-10-11 16:41:40.344968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.348944"], ["updated_at", "2018-10-11 16:41:40.348944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.350946"], ["updated_at", "2018-10-11 16:41:40.350946"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.352539"], ["updated_at", "2018-10-11 16:41:40.352539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.354253"], ["updated_at", "2018-10-11 16:41:40.354253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.355809"], ["updated_at", "2018-10-11 16:41:40.355809"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.357399"], ["updated_at", "2018-10-11 16:41:40.357399"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.359198"], ["updated_at", "2018-10-11 16:41:40.359198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.361082"], ["updated_at", "2018-10-11 16:41:40.361082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.362722"], ["updated_at", "2018-10-11 16:41:40.362722"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.364329"], ["updated_at", "2018-10-11 16:41:40.364329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.366256"], ["updated_at", "2018-10-11 16:41:40.366256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.367864"], ["updated_at", "2018-10-11 16:41:40.367864"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.369737"], ["updated_at", "2018-10-11 16:41:40.369737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.371539"], ["updated_at", "2018-10-11 16:41:40.371539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.373187"], ["updated_at", "2018-10-11 16:41:40.373187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.374730"], ["updated_at", "2018-10-11 16:41:40.374730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.376446"], ["updated_at", "2018-10-11 16:41:40.376446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.378169"], ["updated_at", "2018-10-11 16:41:40.378169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.379789"], ["updated_at", "2018-10-11 16:41:40.379789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.381378"], ["updated_at", "2018-10-11 16:41:40.381378"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.382903"], ["updated_at", "2018-10-11 16:41:40.382903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.384628"], ["updated_at", "2018-10-11 16:41:40.384628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.386292"], ["updated_at", "2018-10-11 16:41:40.386292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.387975"], ["updated_at", "2018-10-11 16:41:40.387975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.389737"], ["updated_at", "2018-10-11 16:41:40.389737"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.391420"], ["updated_at", "2018-10-11 16:41:40.391420"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.394061"], ["updated_at", "2018-10-11 16:41:40.394061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.396594"], ["updated_at", "2018-10-11 16:41:40.396594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.398235"], ["updated_at", "2018-10-11 16:41:40.398235"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.399891"], ["updated_at", "2018-10-11 16:41:40.399891"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.401552"], ["updated_at", "2018-10-11 16:41:40.401552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.403110"], ["updated_at", "2018-10-11 16:41:40.403110"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.405924"], ["updated_at", "2018-10-11 16:41:40.405924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.407693"], ["updated_at", "2018-10-11 16:41:40.407693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.409245"], ["updated_at", "2018-10-11 16:41:40.409245"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.411049"], ["updated_at", "2018-10-11 16:41:40.411049"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.415310"], ["updated_at", "2018-10-11 16:41:40.415310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.417882"], ["updated_at", "2018-10-11 16:41:40.417882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.419636"], ["updated_at", "2018-10-11 16:41:40.419636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.421417"], ["updated_at", "2018-10-11 16:41:40.421417"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.423067"], ["updated_at", "2018-10-11 16:41:40.423067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.424866"], ["updated_at", "2018-10-11 16:41:40.424866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.426527"], ["updated_at", "2018-10-11 16:41:40.426527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.428134"], ["updated_at", "2018-10-11 16:41:40.428134"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.429788"], ["updated_at", "2018-10-11 16:41:40.429788"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.432035"], ["updated_at", "2018-10-11 16:41:40.432035"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.434615"], ["updated_at", "2018-10-11 16:41:40.434615"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.437373"], ["updated_at", "2018-10-11 16:41:40.437373"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.440143"], ["updated_at", "2018-10-11 16:41:40.440143"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.442643"], ["updated_at", "2018-10-11 16:41:40.442643"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.445227"], ["updated_at", "2018-10-11 16:41:40.445227"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.447953"], ["updated_at", "2018-10-11 16:41:40.447953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.450592"], ["updated_at", "2018-10-11 16:41:40.450592"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.452157"], ["updated_at", "2018-10-11 16:41:40.452157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.453938"], ["updated_at", "2018-10-11 16:41:40.453938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.455680"], ["updated_at", "2018-10-11 16:41:40.455680"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.457215"], ["updated_at", "2018-10-11 16:41:40.457215"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.459118"], ["updated_at", "2018-10-11 16:41:40.459118"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.461650"], ["updated_at", "2018-10-11 16:41:40.461650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.463637"], ["updated_at", "2018-10-11 16:41:40.463637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.465387"], ["updated_at", "2018-10-11 16:41:40.465387"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.466976"], ["updated_at", "2018-10-11 16:41:40.466976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.468557"], ["updated_at", "2018-10-11 16:41:40.468557"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.470197"], ["updated_at", "2018-10-11 16:41:40.470197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.473462"], ["updated_at", "2018-10-11 16:41:40.473462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.475139"], ["updated_at", "2018-10-11 16:41:40.475139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.476725"], ["updated_at", "2018-10-11 16:41:40.476725"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.478957"], ["updated_at", "2018-10-11 16:41:40.478957"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.482600"], ["updated_at", "2018-10-11 16:41:40.482600"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.484997"], ["updated_at", "2018-10-11 16:41:40.484997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.486754"], ["updated_at", "2018-10-11 16:41:40.486754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.488455"], ["updated_at", "2018-10-11 16:41:40.488455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.490066"], ["updated_at", "2018-10-11 16:41:40.490066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.491718"], ["updated_at", "2018-10-11 16:41:40.491718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.493328"], ["updated_at", "2018-10-11 16:41:40.493328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.494902"], ["updated_at", "2018-10-11 16:41:40.494902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.496550"], ["updated_at", "2018-10-11 16:41:40.496550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.498297"], ["updated_at", "2018-10-11 16:41:40.498297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.499893"], ["updated_at", "2018-10-11 16:41:40.499893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.501509"], ["updated_at", "2018-10-11 16:41:40.501509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.503104"], ["updated_at", "2018-10-11 16:41:40.503104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.504783"], ["updated_at", "2018-10-11 16:41:40.504783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.506366"], ["updated_at", "2018-10-11 16:41:40.506366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.507970"], ["updated_at", "2018-10-11 16:41:40.507970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.509520"], ["updated_at", "2018-10-11 16:41:40.509520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.511150"], ["updated_at", "2018-10-11 16:41:40.511150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.512717"], ["updated_at", "2018-10-11 16:41:40.512717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.514368"], ["updated_at", "2018-10-11 16:41:40.514368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.515975"], ["updated_at", "2018-10-11 16:41:40.515975"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.517589"], ["updated_at", "2018-10-11 16:41:40.517589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.519387"], ["updated_at", "2018-10-11 16:41:40.519387"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.521059"], ["updated_at", "2018-10-11 16:41:40.521059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.522845"], ["updated_at", "2018-10-11 16:41:40.522845"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.524712"], ["updated_at", "2018-10-11 16:41:40.524712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.527388"], ["updated_at", "2018-10-11 16:41:40.527388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.529306"], ["updated_at", "2018-10-11 16:41:40.529306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.531061"], ["updated_at", "2018-10-11 16:41:40.531061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.532785"], ["updated_at", "2018-10-11 16:41:40.532785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.534382"], ["updated_at", "2018-10-11 16:41:40.534382"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.536069"], ["updated_at", "2018-10-11 16:41:40.536069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.539280"], ["updated_at", "2018-10-11 16:41:40.539280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.540965"], ["updated_at", "2018-10-11 16:41:40.540965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.542537"], ["updated_at", "2018-10-11 16:41:40.542537"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.544244"], ["updated_at", "2018-10-11 16:41:40.544244"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.548777"], ["updated_at", "2018-10-11 16:41:40.548777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.551398"], ["updated_at", "2018-10-11 16:41:40.551398"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.553495"], ["updated_at", "2018-10-11 16:41:40.553495"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.556240"], ["updated_at", "2018-10-11 16:41:40.556240"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.558824"], ["updated_at", "2018-10-11 16:41:40.558824"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.561585"], ["updated_at", "2018-10-11 16:41:40.561585"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.564382"], ["updated_at", "2018-10-11 16:41:40.564382"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.567119"], ["updated_at", "2018-10-11 16:41:40.567119"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.569890"], ["updated_at", "2018-10-11 16:41:40.569890"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.572652"], ["updated_at", "2018-10-11 16:41:40.572652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.574400"], ["updated_at", "2018-10-11 16:41:40.574400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.576066"], ["updated_at", "2018-10-11 16:41:40.576066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.577620"], ["updated_at", "2018-10-11 16:41:40.577620"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.579290"], ["updated_at", "2018-10-11 16:41:40.579290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.581085"], ["updated_at", "2018-10-11 16:41:40.581085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.582701"], ["updated_at", "2018-10-11 16:41:40.582701"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.584256"], ["updated_at", "2018-10-11 16:41:40.584256"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.586265"], ["updated_at", "2018-10-11 16:41:40.586265"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.590102"], ["updated_at", "2018-10-11 16:41:40.590102"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.592189"], ["updated_at", "2018-10-11 16:41:40.592189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.594764"], ["updated_at", "2018-10-11 16:41:40.594764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.596643"], ["updated_at", "2018-10-11 16:41:40.596643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.598394"], ["updated_at", "2018-10-11 16:41:40.598394"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.600090"], ["updated_at", "2018-10-11 16:41:40.600090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.601683"], ["updated_at", "2018-10-11 16:41:40.601683"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.603317"], ["updated_at", "2018-10-11 16:41:40.603317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.606433"], ["updated_at", "2018-10-11 16:41:40.606433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.608068"], ["updated_at", "2018-10-11 16:41:40.608068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.609708"], ["updated_at", "2018-10-11 16:41:40.609708"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.612009"], ["updated_at", "2018-10-11 16:41:40.612009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.616431"], ["updated_at", "2018-10-11 16:41:40.616431"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.618626"], ["updated_at", "2018-10-11 16:41:40.618626"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.620508"], ["updated_at", "2018-10-11 16:41:40.620508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.622363"], ["updated_at", "2018-10-11 16:41:40.622363"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.624026"], ["updated_at", "2018-10-11 16:41:40.624026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.625671"], ["updated_at", "2018-10-11 16:41:40.625671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.627229"], ["updated_at", "2018-10-11 16:41:40.627229"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.628897"], ["updated_at", "2018-10-11 16:41:40.628897"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.630664"], ["updated_at", "2018-10-11 16:41:40.630664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.632400"], ["updated_at", "2018-10-11 16:41:40.632400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.633987"], ["updated_at", "2018-10-11 16:41:40.633987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.636485"], ["updated_at", "2018-10-11 16:41:40.636485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.638833"], ["updated_at", "2018-10-11 16:41:40.638833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.640778"], ["updated_at", "2018-10-11 16:41:40.640778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.642499"], ["updated_at", "2018-10-11 16:41:40.642499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.644183"], ["updated_at", "2018-10-11 16:41:40.644183"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.645799"], ["updated_at", "2018-10-11 16:41:40.645799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.647529"], ["updated_at", "2018-10-11 16:41:40.647529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.649187"], ["updated_at", "2018-10-11 16:41:40.649187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.650819"], ["updated_at", "2018-10-11 16:41:40.650819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.652419"], ["updated_at", "2018-10-11 16:41:40.652419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.654139"], ["updated_at", "2018-10-11 16:41:40.654139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.655905"], ["updated_at", "2018-10-11 16:41:40.655905"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.657722"], ["updated_at", "2018-10-11 16:41:40.657722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.660277"], ["updated_at", "2018-10-11 16:41:40.660277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.662374"], ["updated_at", "2018-10-11 16:41:40.662374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.664205"], ["updated_at", "2018-10-11 16:41:40.664205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.666153"], ["updated_at", "2018-10-11 16:41:40.666153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.667923"], ["updated_at", "2018-10-11 16:41:40.667923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.669611"], ["updated_at", "2018-10-11 16:41:40.669611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.672862"], ["updated_at", "2018-10-11 16:41:40.672862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.674576"], ["updated_at", "2018-10-11 16:41:40.674576"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.676206"], ["updated_at", "2018-10-11 16:41:40.676206"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.679236"], ["updated_at", "2018-10-11 16:41:40.679236"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.683986"], ["updated_at", "2018-10-11 16:41:40.683986"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.686976"], ["updated_at", "2018-10-11 16:41:40.686976"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.689795"], ["updated_at", "2018-10-11 16:41:40.689795"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.692954"], ["updated_at", "2018-10-11 16:41:40.692954"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.695643"], ["updated_at", "2018-10-11 16:41:40.695643"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.698452"], ["updated_at", "2018-10-11 16:41:40.698452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.700794"], ["updated_at", "2018-10-11 16:41:40.700794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.702422"], ["updated_at", "2018-10-11 16:41:40.702422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.704262"], ["updated_at", "2018-10-11 16:41:40.704262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.705920"], ["updated_at", "2018-10-11 16:41:40.705920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.707559"], ["updated_at", "2018-10-11 16:41:40.707559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.709239"], ["updated_at", "2018-10-11 16:41:40.709239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.710784"], ["updated_at", "2018-10-11 16:41:40.710784"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.712569"], ["updated_at", "2018-10-11 16:41:40.712569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.714487"], ["updated_at", "2018-10-11 16:41:40.714487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.716199"], ["updated_at", "2018-10-11 16:41:40.716199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.717797"], ["updated_at", "2018-10-11 16:41:40.717797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.719450"], ["updated_at", "2018-10-11 16:41:40.719450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.721117"], ["updated_at", "2018-10-11 16:41:40.721117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.722792"], ["updated_at", "2018-10-11 16:41:40.722792"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.724486"], ["updated_at", "2018-10-11 16:41:40.724486"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.726908"], ["updated_at", "2018-10-11 16:41:40.726908"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.729143"], ["updated_at", "2018-10-11 16:41:40.729143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.731067"], ["updated_at", "2018-10-11 16:41:40.731067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.732875"], ["updated_at", "2018-10-11 16:41:40.732875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.734492"], ["updated_at", "2018-10-11 16:41:40.734492"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.736265"], ["updated_at", "2018-10-11 16:41:40.736265"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.739519"], ["updated_at", "2018-10-11 16:41:40.739519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.741245"], ["updated_at", "2018-10-11 16:41:40.741245"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.742821"], ["updated_at", "2018-10-11 16:41:40.742821"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.745543"], ["updated_at", "2018-10-11 16:41:40.745543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.749607"], ["updated_at", "2018-10-11 16:41:40.749607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.751623"], ["updated_at", "2018-10-11 16:41:40.751623"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.753252"], ["updated_at", "2018-10-11 16:41:40.753252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.754998"], ["updated_at", "2018-10-11 16:41:40.754998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.756620"], ["updated_at", "2018-10-11 16:41:40.756620"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.758464"], ["updated_at", "2018-10-11 16:41:40.758464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.760422"], ["updated_at", "2018-10-11 16:41:40.760422"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.762252"], ["updated_at", "2018-10-11 16:41:40.762252"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.764119"], ["updated_at", "2018-10-11 16:41:40.764119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.765890"], ["updated_at", "2018-10-11 16:41:40.765890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.767491"], ["updated_at", "2018-10-11 16:41:40.767491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.769143"], ["updated_at", "2018-10-11 16:41:40.769143"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.770946"], ["updated_at", "2018-10-11 16:41:40.770946"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.772763"], ["updated_at", "2018-10-11 16:41:40.772763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.774492"], ["updated_at", "2018-10-11 16:41:40.774492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.776128"], ["updated_at", "2018-10-11 16:41:40.776128"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.777729"], ["updated_at", "2018-10-11 16:41:40.777729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.779404"], ["updated_at", "2018-10-11 16:41:40.779404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.781172"], ["updated_at", "2018-10-11 16:41:40.781172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.782805"], ["updated_at", "2018-10-11 16:41:40.782805"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.784688"], ["updated_at", "2018-10-11 16:41:40.784688"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.786742"], ["updated_at", "2018-10-11 16:41:40.786742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.788726"], ["updated_at", "2018-10-11 16:41:40.788726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.790356"], ["updated_at", "2018-10-11 16:41:40.790356"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.792023"], ["updated_at", "2018-10-11 16:41:40.792023"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.794829"], ["updated_at", "2018-10-11 16:41:40.794829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.797141"], ["updated_at", "2018-10-11 16:41:40.797141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.798951"], ["updated_at", "2018-10-11 16:41:40.798951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.800562"], ["updated_at", "2018-10-11 16:41:40.800562"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.802439"], ["updated_at", "2018-10-11 16:41:40.802439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.805331"], ["updated_at", "2018-10-11 16:41:40.805331"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.809153"], ["updated_at", "2018-10-11 16:41:40.809153"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.812584"], ["updated_at", "2018-10-11 16:41:40.812584"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.817492"], ["updated_at", "2018-10-11 16:41:40.817492"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.820339"], ["updated_at", "2018-10-11 16:41:40.820339"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.823197"], ["updated_at", "2018-10-11 16:41:40.823197"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.826018"], ["updated_at", "2018-10-11 16:41:40.826018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.828405"], ["updated_at", "2018-10-11 16:41:40.828405"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.830205"], ["updated_at", "2018-10-11 16:41:40.830205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.832136"], ["updated_at", "2018-10-11 16:41:40.832136"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.833866"], ["updated_at", "2018-10-11 16:41:40.833866"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.835520"], ["updated_at", "2018-10-11 16:41:40.835520"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.837331"], ["updated_at", "2018-10-11 16:41:40.837331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.839154"], ["updated_at", "2018-10-11 16:41:40.839154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.840839"], ["updated_at", "2018-10-11 16:41:40.840839"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.842563"], ["updated_at", "2018-10-11 16:41:40.842563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.844243"], ["updated_at", "2018-10-11 16:41:40.844243"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.845907"], ["updated_at", "2018-10-11 16:41:40.845907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.847749"], ["updated_at", "2018-10-11 16:41:40.847749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.849447"], ["updated_at", "2018-10-11 16:41:40.849447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.851131"], ["updated_at", "2018-10-11 16:41:40.851131"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.852726"], ["updated_at", "2018-10-11 16:41:40.852726"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.854728"], ["updated_at", "2018-10-11 16:41:40.854728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.856518"], ["updated_at", "2018-10-11 16:41:40.856518"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.858293"], ["updated_at", "2018-10-11 16:41:40.858293"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.860953"], ["updated_at", "2018-10-11 16:41:40.860953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.863169"], ["updated_at", "2018-10-11 16:41:40.863169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.864963"], ["updated_at", "2018-10-11 16:41:40.864963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.866620"], ["updated_at", "2018-10-11 16:41:40.866620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.868228"], ["updated_at", "2018-10-11 16:41:40.868228"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.870010"], ["updated_at", "2018-10-11 16:41:40.870010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.873165"], ["updated_at", "2018-10-11 16:41:40.873165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.874849"], ["updated_at", "2018-10-11 16:41:40.874849"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.876418"], ["updated_at", "2018-10-11 16:41:40.876418"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.879189"], ["updated_at", "2018-10-11 16:41:40.879189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.883542"], ["updated_at", "2018-10-11 16:41:40.883542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.885338"], ["updated_at", "2018-10-11 16:41:40.885338"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.887007"], ["updated_at", "2018-10-11 16:41:40.887007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.889055"], ["updated_at", "2018-10-11 16:41:40.889055"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.890606"], ["updated_at", "2018-10-11 16:41:40.890606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.892558"], ["updated_at", "2018-10-11 16:41:40.892558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.894341"], ["updated_at", "2018-10-11 16:41:40.894341"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.896076"], ["updated_at", "2018-10-11 16:41:40.896076"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.897830"], ["updated_at", "2018-10-11 16:41:40.897830"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.899883"], ["updated_at", "2018-10-11 16:41:40.899883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.901554"], ["updated_at", "2018-10-11 16:41:40.901554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.903197"], ["updated_at", "2018-10-11 16:41:40.903197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.904921"], ["updated_at", "2018-10-11 16:41:40.904921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.906676"], ["updated_at", "2018-10-11 16:41:40.906676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.908323"], ["updated_at", "2018-10-11 16:41:40.908323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.909977"], ["updated_at", "2018-10-11 16:41:40.909977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.911612"], ["updated_at", "2018-10-11 16:41:40.911612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.913229"], ["updated_at", "2018-10-11 16:41:40.913229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.914955"], ["updated_at", "2018-10-11 16:41:40.914955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.916510"], ["updated_at", "2018-10-11 16:41:40.916510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.918104"], ["updated_at", "2018-10-11 16:41:40.918104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.919691"], ["updated_at", "2018-10-11 16:41:40.919691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.921398"], ["updated_at", "2018-10-11 16:41:40.921398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.923020"], ["updated_at", "2018-10-11 16:41:40.923020"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.924719"], ["updated_at", "2018-10-11 16:41:40.924719"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.927024"], ["updated_at", "2018-10-11 16:41:40.927024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.929742"], ["updated_at", "2018-10-11 16:41:40.929742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.931505"], ["updated_at", "2018-10-11 16:41:40.931505"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.933318"], ["updated_at", "2018-10-11 16:41:40.933318"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.935185"], ["updated_at", "2018-10-11 16:41:40.935185"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.937193"], ["updated_at", "2018-10-11 16:41:40.937193"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.939274"], ["updated_at", "2018-10-11 16:41:40.939274"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.943237"], ["updated_at", "2018-10-11 16:41:40.943237"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.947017"], ["updated_at", "2018-10-11 16:41:40.947017"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.951628"], ["updated_at", "2018-10-11 16:41:40.951628"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.954416"], ["updated_at", "2018-10-11 16:41:40.954416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.956536"], ["updated_at", "2018-10-11 16:41:40.956536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.958368"], ["updated_at", "2018-10-11 16:41:40.958368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.960055"], ["updated_at", "2018-10-11 16:41:40.960055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.961671"], ["updated_at", "2018-10-11 16:41:40.961671"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.963374"], ["updated_at", "2018-10-11 16:41:40.963374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.965164"], ["updated_at", "2018-10-11 16:41:40.965164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.966740"], ["updated_at", "2018-10-11 16:41:40.966740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.968397"], ["updated_at", "2018-10-11 16:41:40.968397"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.970036"], ["updated_at", "2018-10-11 16:41:40.970036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.971785"], ["updated_at", "2018-10-11 16:41:40.971785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.973391"], ["updated_at", "2018-10-11 16:41:40.973391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.975065"], ["updated_at", "2018-10-11 16:41:40.975065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.976639"], ["updated_at", "2018-10-11 16:41:40.976639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.978267"], ["updated_at", "2018-10-11 16:41:40.978267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.979888"], ["updated_at", "2018-10-11 16:41:40.979888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.981642"], ["updated_at", "2018-10-11 16:41:40.981642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.983215"], ["updated_at", "2018-10-11 16:41:40.983215"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.984833"], ["updated_at", "2018-10-11 16:41:40.984833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.986665"], ["updated_at", "2018-10-11 16:41:40.986665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.988429"], ["updated_at", "2018-10-11 16:41:40.988429"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.990103"], ["updated_at", "2018-10-11 16:41:40.990103"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.992883"], ["updated_at", "2018-10-11 16:41:40.992883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.995214"], ["updated_at", "2018-10-11 16:41:40.995214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.997059"], ["updated_at", "2018-10-11 16:41:40.997059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:40.998841"], ["updated_at", "2018-10-11 16:41:40.998841"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.000513"], ["updated_at", "2018-10-11 16:41:41.000513"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.002104"], ["updated_at", "2018-10-11 16:41:41.002104"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.005435"], ["updated_at", "2018-10-11 16:41:41.005435"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.008400"], ["updated_at", "2018-10-11 16:41:41.008400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.010201"], ["updated_at", "2018-10-11 16:41:41.010201"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.012753"], ["updated_at", "2018-10-11 16:41:41.012753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.017118"], ["updated_at", "2018-10-11 16:41:41.017118"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.019303"], ["updated_at", "2018-10-11 16:41:41.019303"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.021071"], ["updated_at", "2018-10-11 16:41:41.021071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.022830"], ["updated_at", "2018-10-11 16:41:41.022830"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.024413"], ["updated_at", "2018-10-11 16:41:41.024413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.026178"], ["updated_at", "2018-10-11 16:41:41.026178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.027819"], ["updated_at", "2018-10-11 16:41:41.027819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.029412"], ["updated_at", "2018-10-11 16:41:41.029412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.031266"], ["updated_at", "2018-10-11 16:41:41.031266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.032938"], ["updated_at", "2018-10-11 16:41:41.032938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.034547"], ["updated_at", "2018-10-11 16:41:41.034547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.036200"], ["updated_at", "2018-10-11 16:41:41.036200"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.037926"], ["updated_at", "2018-10-11 16:41:41.037926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.039648"], ["updated_at", "2018-10-11 16:41:41.039648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.041206"], ["updated_at", "2018-10-11 16:41:41.041206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.042816"], ["updated_at", "2018-10-11 16:41:41.042816"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.044403"], ["updated_at", "2018-10-11 16:41:41.044403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.046069"], ["updated_at", "2018-10-11 16:41:41.046069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.047796"], ["updated_at", "2018-10-11 16:41:41.047796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.049531"], ["updated_at", "2018-10-11 16:41:41.049531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.051155"], ["updated_at", "2018-10-11 16:41:41.051155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.052849"], ["updated_at", "2018-10-11 16:41:41.052849"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.054995"], ["updated_at", "2018-10-11 16:41:41.054995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.056792"], ["updated_at", "2018-10-11 16:41:41.056792"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.058597"], ["updated_at", "2018-10-11 16:41:41.058597"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.062169"], ["updated_at", "2018-10-11 16:41:41.062169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.064325"], ["updated_at", "2018-10-11 16:41:41.064325"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.066354"], ["updated_at", "2018-10-11 16:41:41.066354"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.068243"], ["updated_at", "2018-10-11 16:41:41.068243"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.070139"], ["updated_at", "2018-10-11 16:41:41.070139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.072212"], ["updated_at", "2018-10-11 16:41:41.072212"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.077712"], ["updated_at", "2018-10-11 16:41:41.077712"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.080476"], ["updated_at", "2018-10-11 16:41:41.080476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.082787"], ["updated_at", "2018-10-11 16:41:41.082787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.084468"], ["updated_at", "2018-10-11 16:41:41.084468"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.086192"], ["updated_at", "2018-10-11 16:41:41.086192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.087940"], ["updated_at", "2018-10-11 16:41:41.087940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.089689"], ["updated_at", "2018-10-11 16:41:41.089689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.091455"], ["updated_at", "2018-10-11 16:41:41.091455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.093168"], ["updated_at", "2018-10-11 16:41:41.093168"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.095803"], ["updated_at", "2018-10-11 16:41:41.095803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.100099"], ["updated_at", "2018-10-11 16:41:41.100099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.101962"], ["updated_at", "2018-10-11 16:41:41.101962"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.103576"], ["updated_at", "2018-10-11 16:41:41.103576"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.105334"], ["updated_at", "2018-10-11 16:41:41.105334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.107195"], ["updated_at", "2018-10-11 16:41:41.107195"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.108755"], ["updated_at", "2018-10-11 16:41:41.108755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.110467"], ["updated_at", "2018-10-11 16:41:41.110467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.112219"], ["updated_at", "2018-10-11 16:41:41.112219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.113902"], ["updated_at", "2018-10-11 16:41:41.113902"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.115565"], ["updated_at", "2018-10-11 16:41:41.115565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.117199"], ["updated_at", "2018-10-11 16:41:41.117199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.118848"], ["updated_at", "2018-10-11 16:41:41.118848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.120512"], ["updated_at", "2018-10-11 16:41:41.120512"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.122130"], ["updated_at", "2018-10-11 16:41:41.122130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.123835"], ["updated_at", "2018-10-11 16:41:41.123835"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.125681"], ["updated_at", "2018-10-11 16:41:41.125681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.128293"], ["updated_at", "2018-10-11 16:41:41.128293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.130176"], ["updated_at", "2018-10-11 16:41:41.130176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.131882"], ["updated_at", "2018-10-11 16:41:41.131882"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.133569"], ["updated_at", "2018-10-11 16:41:41.133569"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.135122"], ["updated_at", "2018-10-11 16:41:41.135122"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.136696"], ["updated_at", "2018-10-11 16:41:41.136696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.139546"], ["updated_at", "2018-10-11 16:41:41.139546"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.141116"], ["updated_at", "2018-10-11 16:41:41.141116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.142768"], ["updated_at", "2018-10-11 16:41:41.142768"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.145389"], ["updated_at", "2018-10-11 16:41:41.145389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.149852"], ["updated_at", "2018-10-11 16:41:41.149852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.151755"], ["updated_at", "2018-10-11 16:41:41.151755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.153344"], ["updated_at", "2018-10-11 16:41:41.153344"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.155042"], ["updated_at", "2018-10-11 16:41:41.155042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.156867"], ["updated_at", "2018-10-11 16:41:41.156867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.158550"], ["updated_at", "2018-10-11 16:41:41.158550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.160224"], ["updated_at", "2018-10-11 16:41:41.160224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.161863"], ["updated_at", "2018-10-11 16:41:41.161863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.163475"], ["updated_at", "2018-10-11 16:41:41.163475"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.165143"], ["updated_at", "2018-10-11 16:41:41.165143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.166826"], ["updated_at", "2018-10-11 16:41:41.166826"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.168380"], ["updated_at", "2018-10-11 16:41:41.168380"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.170022"], ["updated_at", "2018-10-11 16:41:41.170022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.171865"], ["updated_at", "2018-10-11 16:41:41.171865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.173573"], ["updated_at", "2018-10-11 16:41:41.173573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.175167"], ["updated_at", "2018-10-11 16:41:41.175167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.176767"], ["updated_at", "2018-10-11 16:41:41.176767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.178383"], ["updated_at", "2018-10-11 16:41:41.178383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.179915"], ["updated_at", "2018-10-11 16:41:41.179915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.181553"], ["updated_at", "2018-10-11 16:41:41.181553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.183249"], ["updated_at", "2018-10-11 16:41:41.183249"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.185179"], ["updated_at", "2018-10-11 16:41:41.185179"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.187920"], ["updated_at", "2018-10-11 16:41:41.187920"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.190634"], ["updated_at", "2018-10-11 16:41:41.190634"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.193144"], ["updated_at", "2018-10-11 16:41:41.193144"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.195676"], ["updated_at", "2018-10-11 16:41:41.195676"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.197622"], ["updated_at", "2018-10-11 16:41:41.197622"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.199767"], ["updated_at", "2018-10-11 16:41:41.199767"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.201822"], ["updated_at", "2018-10-11 16:41:41.201822"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.203673"], ["updated_at", "2018-10-11 16:41:41.203673"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.206019"], ["updated_at", "2018-10-11 16:41:41.206019"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.211649"], ["updated_at", "2018-10-11 16:41:41.211649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.213380"], ["updated_at", "2018-10-11 16:41:41.213380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.215135"], ["updated_at", "2018-10-11 16:41:41.215135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.216784"], ["updated_at", "2018-10-11 16:41:41.216784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.218431"], ["updated_at", "2018-10-11 16:41:41.218431"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.219995"], ["updated_at", "2018-10-11 16:41:41.219995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.221833"], ["updated_at", "2018-10-11 16:41:41.221833"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.223577"], ["updated_at", "2018-10-11 16:41:41.223577"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.225186"], ["updated_at", "2018-10-11 16:41:41.225186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.226903"], ["updated_at", "2018-10-11 16:41:41.226903"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.229671"], ["updated_at", "2018-10-11 16:41:41.229671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.234061"], ["updated_at", "2018-10-11 16:41:41.234061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.235743"], ["updated_at", "2018-10-11 16:41:41.235743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.237332"], ["updated_at", "2018-10-11 16:41:41.237332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.238927"], ["updated_at", "2018-10-11 16:41:41.238927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.240605"], ["updated_at", "2018-10-11 16:41:41.240605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.242314"], ["updated_at", "2018-10-11 16:41:41.242314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.243917"], ["updated_at", "2018-10-11 16:41:41.243917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.245504"], ["updated_at", "2018-10-11 16:41:41.245504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.247105"], ["updated_at", "2018-10-11 16:41:41.247105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.248775"], ["updated_at", "2018-10-11 16:41:41.248775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.250553"], ["updated_at", "2018-10-11 16:41:41.250553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.252233"], ["updated_at", "2018-10-11 16:41:41.252233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.253907"], ["updated_at", "2018-10-11 16:41:41.253907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.255510"], ["updated_at", "2018-10-11 16:41:41.255510"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.257245"], ["updated_at", "2018-10-11 16:41:41.257245"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.259371"], ["updated_at", "2018-10-11 16:41:41.259371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.261979"], ["updated_at", "2018-10-11 16:41:41.261979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.263833"], ["updated_at", "2018-10-11 16:41:41.263833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.265500"], ["updated_at", "2018-10-11 16:41:41.265500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.267295"], ["updated_at", "2018-10-11 16:41:41.267295"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.268874"], ["updated_at", "2018-10-11 16:41:41.268874"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.270752"], ["updated_at", "2018-10-11 16:41:41.270752"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.274217"], ["updated_at", "2018-10-11 16:41:41.274217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.275973"], ["updated_at", "2018-10-11 16:41:41.275973"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.278167"], ["updated_at", "2018-10-11 16:41:41.278167"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.281970"], ["updated_at", "2018-10-11 16:41:41.281970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.284846"], ["updated_at", "2018-10-11 16:41:41.284846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.286544"], ["updated_at", "2018-10-11 16:41:41.286544"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.288206"], ["updated_at", "2018-10-11 16:41:41.288206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.289947"], ["updated_at", "2018-10-11 16:41:41.289947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.291717"], ["updated_at", "2018-10-11 16:41:41.291717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.293420"], ["updated_at", "2018-10-11 16:41:41.293420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.294981"], ["updated_at", "2018-10-11 16:41:41.294981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.296610"], ["updated_at", "2018-10-11 16:41:41.296610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.298267"], ["updated_at", "2018-10-11 16:41:41.298267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.300021"], ["updated_at", "2018-10-11 16:41:41.300021"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.301629"], ["updated_at", "2018-10-11 16:41:41.301629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.303316"], ["updated_at", "2018-10-11 16:41:41.303316"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.304943"], ["updated_at", "2018-10-11 16:41:41.304943"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.307044"], ["updated_at", "2018-10-11 16:41:41.307044"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.309782"], ["updated_at", "2018-10-11 16:41:41.309782"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.312413"], ["updated_at", "2018-10-11 16:41:41.312413"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.315004"], ["updated_at", "2018-10-11 16:41:41.315004"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.317801"], ["updated_at", "2018-10-11 16:41:41.317801"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.320492"], ["updated_at", "2018-10-11 16:41:41.320492"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.323264"], ["updated_at", "2018-10-11 16:41:41.323264"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.326287"], ["updated_at", "2018-10-11 16:41:41.326287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.328756"], ["updated_at", "2018-10-11 16:41:41.328756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.330467"], ["updated_at", "2018-10-11 16:41:41.330467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.332140"], ["updated_at", "2018-10-11 16:41:41.332140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.333834"], ["updated_at", "2018-10-11 16:41:41.333834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.335402"], ["updated_at", "2018-10-11 16:41:41.335402"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.338199"], ["updated_at", "2018-10-11 16:41:41.338199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.340142"], ["updated_at", "2018-10-11 16:41:41.340142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.341884"], ["updated_at", "2018-10-11 16:41:41.341884"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.343529"], ["updated_at", "2018-10-11 16:41:41.343529"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.346574"], ["updated_at", "2018-10-11 16:41:41.346574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.350695"], ["updated_at", "2018-10-11 16:41:41.350695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.352366"], ["updated_at", "2018-10-11 16:41:41.352366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.353947"], ["updated_at", "2018-10-11 16:41:41.353947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.355553"], ["updated_at", "2018-10-11 16:41:41.355553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.357208"], ["updated_at", "2018-10-11 16:41:41.357208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.359095"], ["updated_at", "2018-10-11 16:41:41.359095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.360707"], ["updated_at", "2018-10-11 16:41:41.360707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.362357"], ["updated_at", "2018-10-11 16:41:41.362357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.363987"], ["updated_at", "2018-10-11 16:41:41.363987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.365698"], ["updated_at", "2018-10-11 16:41:41.365698"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.367390"], ["updated_at", "2018-10-11 16:41:41.367390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.369062"], ["updated_at", "2018-10-11 16:41:41.369062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.370651"], ["updated_at", "2018-10-11 16:41:41.370651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.372342"], ["updated_at", "2018-10-11 16:41:41.372342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.374099"], ["updated_at", "2018-10-11 16:41:41.374099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.375920"], ["updated_at", "2018-10-11 16:41:41.375920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.377534"], ["updated_at", "2018-10-11 16:41:41.377534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.379089"], ["updated_at", "2018-10-11 16:41:41.379089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.380734"], ["updated_at", "2018-10-11 16:41:41.380734"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.382335"], ["updated_at", "2018-10-11 16:41:41.382335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.384087"], ["updated_at", "2018-10-11 16:41:41.384087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.385709"], ["updated_at", "2018-10-11 16:41:41.385709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.387282"], ["updated_at", "2018-10-11 16:41:41.387282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.388992"], ["updated_at", "2018-10-11 16:41:41.388992"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.390684"], ["updated_at", "2018-10-11 16:41:41.390684"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.393016"], ["updated_at", "2018-10-11 16:41:41.393016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.395639"], ["updated_at", "2018-10-11 16:41:41.395639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.397446"], ["updated_at", "2018-10-11 16:41:41.397446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.399127"], ["updated_at", "2018-10-11 16:41:41.399127"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.400916"], ["updated_at", "2018-10-11 16:41:41.400916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.402718"], ["updated_at", "2018-10-11 16:41:41.402718"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.404441"], ["updated_at", "2018-10-11 16:41:41.404441"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.407448"], ["updated_at", "2018-10-11 16:41:41.407448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.409164"], ["updated_at", "2018-10-11 16:41:41.409164"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.410706"], ["updated_at", "2018-10-11 16:41:41.410706"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.413312"], ["updated_at", "2018-10-11 16:41:41.413312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.417092"], ["updated_at", "2018-10-11 16:41:41.417092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.420473"], ["updated_at", "2018-10-11 16:41:41.420473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.422121"], ["updated_at", "2018-10-11 16:41:41.422121"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.423810"], ["updated_at", "2018-10-11 16:41:41.423810"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.425666"], ["updated_at", "2018-10-11 16:41:41.425666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.427439"], ["updated_at", "2018-10-11 16:41:41.427439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.429447"], ["updated_at", "2018-10-11 16:41:41.429447"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.431159"], ["updated_at", "2018-10-11 16:41:41.431159"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.433346"], ["updated_at", "2018-10-11 16:41:41.433346"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.436280"], ["updated_at", "2018-10-11 16:41:41.436280"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.438917"], ["updated_at", "2018-10-11 16:41:41.438917"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.441717"], ["updated_at", "2018-10-11 16:41:41.441717"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.444390"], ["updated_at", "2018-10-11 16:41:41.444390"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.447036"], ["updated_at", "2018-10-11 16:41:41.447036"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.449779"], ["updated_at", "2018-10-11 16:41:41.449779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.452377"], ["updated_at", "2018-10-11 16:41:41.452377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.454063"], ["updated_at", "2018-10-11 16:41:41.454063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.455784"], ["updated_at", "2018-10-11 16:41:41.455784"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.457761"], ["updated_at", "2018-10-11 16:41:41.457761"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.460217"], ["updated_at", "2018-10-11 16:41:41.460217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.462488"], ["updated_at", "2018-10-11 16:41:41.462488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.464156"], ["updated_at", "2018-10-11 16:41:41.464156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.465849"], ["updated_at", "2018-10-11 16:41:41.465849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.467704"], ["updated_at", "2018-10-11 16:41:41.467704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.469297"], ["updated_at", "2018-10-11 16:41:41.469297"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.472017"], ["updated_at", "2018-10-11 16:41:41.472017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.473813"], ["updated_at", "2018-10-11 16:41:41.473813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.475466"], ["updated_at", "2018-10-11 16:41:41.475466"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.477105"], ["updated_at", "2018-10-11 16:41:41.477105"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.480082"], ["updated_at", "2018-10-11 16:41:41.480082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.484005"], ["updated_at", "2018-10-11 16:41:41.484005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.485813"], ["updated_at", "2018-10-11 16:41:41.485813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.487430"], ["updated_at", "2018-10-11 16:41:41.487430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.489106"], ["updated_at", "2018-10-11 16:41:41.489106"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.490768"], ["updated_at", "2018-10-11 16:41:41.490768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.492565"], ["updated_at", "2018-10-11 16:41:41.492565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.494148"], ["updated_at", "2018-10-11 16:41:41.494148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.495824"], ["updated_at", "2018-10-11 16:41:41.495824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.497381"], ["updated_at", "2018-10-11 16:41:41.497381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.499037"], ["updated_at", "2018-10-11 16:41:41.499037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.500775"], ["updated_at", "2018-10-11 16:41:41.500775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.502390"], ["updated_at", "2018-10-11 16:41:41.502390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.503994"], ["updated_at", "2018-10-11 16:41:41.503994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.505577"], ["updated_at", "2018-10-11 16:41:41.505577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.507256"], ["updated_at", "2018-10-11 16:41:41.507256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.508921"], ["updated_at", "2018-10-11 16:41:41.508921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.510514"], ["updated_at", "2018-10-11 16:41:41.510514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.512046"], ["updated_at", "2018-10-11 16:41:41.512046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.513650"], ["updated_at", "2018-10-11 16:41:41.513650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.515356"], ["updated_at", "2018-10-11 16:41:41.515356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.517013"], ["updated_at", "2018-10-11 16:41:41.517013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.518678"], ["updated_at", "2018-10-11 16:41:41.518678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.520357"], ["updated_at", "2018-10-11 16:41:41.520357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.522083"], ["updated_at", "2018-10-11 16:41:41.522083"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.523799"], ["updated_at", "2018-10-11 16:41:41.523799"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.525790"], ["updated_at", "2018-10-11 16:41:41.525790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.528362"], ["updated_at", "2018-10-11 16:41:41.528362"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.530133"], ["updated_at", "2018-10-11 16:41:41.530133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.531752"], ["updated_at", "2018-10-11 16:41:41.531752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.533473"], ["updated_at", "2018-10-11 16:41:41.533473"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.535093"], ["updated_at", "2018-10-11 16:41:41.535093"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.536673"], ["updated_at", "2018-10-11 16:41:41.536673"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.539628"], ["updated_at", "2018-10-11 16:41:41.539628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.541309"], ["updated_at", "2018-10-11 16:41:41.541309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.542908"], ["updated_at", "2018-10-11 16:41:41.542908"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.544626"], ["updated_at", "2018-10-11 16:41:41.544626"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.547623"], ["updated_at", "2018-10-11 16:41:41.547623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.551013"], ["updated_at", "2018-10-11 16:41:41.551013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.552609"], ["updated_at", "2018-10-11 16:41:41.552609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.554210"], ["updated_at", "2018-10-11 16:41:41.554210"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.555834"], ["updated_at", "2018-10-11 16:41:41.555834"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.557987"], ["updated_at", "2018-10-11 16:41:41.557987"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.560831"], ["updated_at", "2018-10-11 16:41:41.560831"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.563172"], ["updated_at", "2018-10-11 16:41:41.563172"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.565859"], ["updated_at", "2018-10-11 16:41:41.565859"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.568598"], ["updated_at", "2018-10-11 16:41:41.568598"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.571188"], ["updated_at", "2018-10-11 16:41:41.571188"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.573977"], ["updated_at", "2018-10-11 16:41:41.573977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.576666"], ["updated_at", "2018-10-11 16:41:41.576666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.578454"], ["updated_at", "2018-10-11 16:41:41.578454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.580098"], ["updated_at", "2018-10-11 16:41:41.580098"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.581758"], ["updated_at", "2018-10-11 16:41:41.581758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.583470"], ["updated_at", "2018-10-11 16:41:41.583470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.585112"], ["updated_at", "2018-10-11 16:41:41.585112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.586709"], ["updated_at", "2018-10-11 16:41:41.586709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.588261"], ["updated_at", "2018-10-11 16:41:41.588261"], ["parent_id", 39895952907]] Kithe::Work Create (4.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.589918"], ["updated_at", "2018-10-11 16:41:41.589918"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.596954"], ["updated_at", "2018-10-11 16:41:41.596954"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.600327"], ["updated_at", "2018-10-11 16:41:41.600327"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.602876"], ["updated_at", "2018-10-11 16:41:41.602876"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.605680"], ["updated_at", "2018-10-11 16:41:41.605680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.608323"], ["updated_at", "2018-10-11 16:41:41.608323"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.610435"], ["updated_at", "2018-10-11 16:41:41.610435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.613594"], ["updated_at", "2018-10-11 16:41:41.613594"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.615389"], ["updated_at", "2018-10-11 16:41:41.615389"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.617844"], ["updated_at", "2018-10-11 16:41:41.617844"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.620457"], ["updated_at", "2018-10-11 16:41:41.620457"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.624619"], ["updated_at", "2018-10-11 16:41:41.624619"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.628129"], ["updated_at", "2018-10-11 16:41:41.628129"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.632220"], ["updated_at", "2018-10-11 16:41:41.632220"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.635059"], ["updated_at", "2018-10-11 16:41:41.635059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.636804"], ["updated_at", "2018-10-11 16:41:41.636804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.638439"], ["updated_at", "2018-10-11 16:41:41.638439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.640070"], ["updated_at", "2018-10-11 16:41:41.640070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.641830"], ["updated_at", "2018-10-11 16:41:41.641830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.643607"], ["updated_at", "2018-10-11 16:41:41.643607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.645543"], ["updated_at", "2018-10-11 16:41:41.645543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.647282"], ["updated_at", "2018-10-11 16:41:41.647282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.648934"], ["updated_at", "2018-10-11 16:41:41.648934"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.650633"], ["updated_at", "2018-10-11 16:41:41.650633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.652371"], ["updated_at", "2018-10-11 16:41:41.652371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.653974"], ["updated_at", "2018-10-11 16:41:41.653974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.655616"], ["updated_at", "2018-10-11 16:41:41.655616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.657201"], ["updated_at", "2018-10-11 16:41:41.657201"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.659205"], ["updated_at", "2018-10-11 16:41:41.659205"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.661883"], ["updated_at", "2018-10-11 16:41:41.661883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.663804"], ["updated_at", "2018-10-11 16:41:41.663804"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.665430"], ["updated_at", "2018-10-11 16:41:41.665430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.667071"], ["updated_at", "2018-10-11 16:41:41.667071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.668790"], ["updated_at", "2018-10-11 16:41:41.668790"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.670386"], ["updated_at", "2018-10-11 16:41:41.670386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.673444"], ["updated_at", "2018-10-11 16:41:41.673444"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.675211"], ["updated_at", "2018-10-11 16:41:41.675211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.676962"], ["updated_at", "2018-10-11 16:41:41.676962"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.679425"], ["updated_at", "2018-10-11 16:41:41.679425"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.683881"], ["updated_at", "2018-10-11 16:41:41.683881"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.686944"], ["updated_at", "2018-10-11 16:41:41.686944"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.689666"], ["updated_at", "2018-10-11 16:41:41.689666"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.692530"], ["updated_at", "2018-10-11 16:41:41.692530"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.695209"], ["updated_at", "2018-10-11 16:41:41.695209"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.697762"], ["updated_at", "2018-10-11 16:41:41.697762"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.700562"], ["updated_at", "2018-10-11 16:41:41.700562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.702988"], ["updated_at", "2018-10-11 16:41:41.702988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.704589"], ["updated_at", "2018-10-11 16:41:41.704589"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.706446"], ["updated_at", "2018-10-11 16:41:41.706446"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.708437"], ["updated_at", "2018-10-11 16:41:41.708437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.710126"], ["updated_at", "2018-10-11 16:41:41.710126"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.711775"], ["updated_at", "2018-10-11 16:41:41.711775"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.714101"], ["updated_at", "2018-10-11 16:41:41.714101"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.716606"], ["updated_at", "2018-10-11 16:41:41.716606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.719067"], ["updated_at", "2018-10-11 16:41:41.719067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.720683"], ["updated_at", "2018-10-11 16:41:41.720683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.722291"], ["updated_at", "2018-10-11 16:41:41.722291"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.723901"], ["updated_at", "2018-10-11 16:41:41.723901"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.726129"], ["updated_at", "2018-10-11 16:41:41.726129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.728881"], ["updated_at", "2018-10-11 16:41:41.728881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.730983"], ["updated_at", "2018-10-11 16:41:41.730983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.732648"], ["updated_at", "2018-10-11 16:41:41.732648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.734315"], ["updated_at", "2018-10-11 16:41:41.734315"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.735955"], ["updated_at", "2018-10-11 16:41:41.735955"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.737621"], ["updated_at", "2018-10-11 16:41:41.737621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.740416"], ["updated_at", "2018-10-11 16:41:41.740416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.742109"], ["updated_at", "2018-10-11 16:41:41.742109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.743833"], ["updated_at", "2018-10-11 16:41:41.743833"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.746066"], ["updated_at", "2018-10-11 16:41:41.746066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.750055"], ["updated_at", "2018-10-11 16:41:41.750055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.752413"], ["updated_at", "2018-10-11 16:41:41.752413"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.754010"], ["updated_at", "2018-10-11 16:41:41.754010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.755694"], ["updated_at", "2018-10-11 16:41:41.755694"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.757306"], ["updated_at", "2018-10-11 16:41:41.757306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.759551"], ["updated_at", "2018-10-11 16:41:41.759551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.761253"], ["updated_at", "2018-10-11 16:41:41.761253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.762849"], ["updated_at", "2018-10-11 16:41:41.762849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.764441"], ["updated_at", "2018-10-11 16:41:41.764441"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.766032"], ["updated_at", "2018-10-11 16:41:41.766032"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.767694"], ["updated_at", "2018-10-11 16:41:41.767694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.769462"], ["updated_at", "2018-10-11 16:41:41.769462"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.771054"], ["updated_at", "2018-10-11 16:41:41.771054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.772792"], ["updated_at", "2018-10-11 16:41:41.772792"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.774511"], ["updated_at", "2018-10-11 16:41:41.774511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.776307"], ["updated_at", "2018-10-11 16:41:41.776307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.777924"], ["updated_at", "2018-10-11 16:41:41.777924"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.779542"], ["updated_at", "2018-10-11 16:41:41.779542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.781218"], ["updated_at", "2018-10-11 16:41:41.781218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.783002"], ["updated_at", "2018-10-11 16:41:41.783002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.784764"], ["updated_at", "2018-10-11 16:41:41.784764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.786562"], ["updated_at", "2018-10-11 16:41:41.786562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.788210"], ["updated_at", "2018-10-11 16:41:41.788210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.789790"], ["updated_at", "2018-10-11 16:41:41.789790"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.791720"], ["updated_at", "2018-10-11 16:41:41.791720"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.794460"], ["updated_at", "2018-10-11 16:41:41.794460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.797497"], ["updated_at", "2018-10-11 16:41:41.797497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.799337"], ["updated_at", "2018-10-11 16:41:41.799337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.801105"], ["updated_at", "2018-10-11 16:41:41.801105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.803079"], ["updated_at", "2018-10-11 16:41:41.803079"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.804649"], ["updated_at", "2018-10-11 16:41:41.804649"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.807434"], ["updated_at", "2018-10-11 16:41:41.807434"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.810416"], ["updated_at", "2018-10-11 16:41:41.810416"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.814400"], ["updated_at", "2018-10-11 16:41:41.814400"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.818792"], ["updated_at", "2018-10-11 16:41:41.818792"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.821446"], ["updated_at", "2018-10-11 16:41:41.821446"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.824284"], ["updated_at", "2018-10-11 16:41:41.824284"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.829196"], ["updated_at", "2018-10-11 16:41:41.829196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.831181"], ["updated_at", "2018-10-11 16:41:41.831181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.832955"], ["updated_at", "2018-10-11 16:41:41.832955"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.834777"], ["updated_at", "2018-10-11 16:41:41.834777"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.836489"], ["updated_at", "2018-10-11 16:41:41.836489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.838181"], ["updated_at", "2018-10-11 16:41:41.838181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.839800"], ["updated_at", "2018-10-11 16:41:41.839800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.841580"], ["updated_at", "2018-10-11 16:41:41.841580"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.843262"], ["updated_at", "2018-10-11 16:41:41.843262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.845067"], ["updated_at", "2018-10-11 16:41:41.845067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.846719"], ["updated_at", "2018-10-11 16:41:41.846719"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.848341"], ["updated_at", "2018-10-11 16:41:41.848341"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.850118"], ["updated_at", "2018-10-11 16:41:41.850118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.852083"], ["updated_at", "2018-10-11 16:41:41.852083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.853696"], ["updated_at", "2018-10-11 16:41:41.853696"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.856524"], ["updated_at", "2018-10-11 16:41:41.856524"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.858709"], ["updated_at", "2018-10-11 16:41:41.858709"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.861596"], ["updated_at", "2018-10-11 16:41:41.861596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.863383"], ["updated_at", "2018-10-11 16:41:41.863383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.865027"], ["updated_at", "2018-10-11 16:41:41.865027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.866831"], ["updated_at", "2018-10-11 16:41:41.866831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.868517"], ["updated_at", "2018-10-11 16:41:41.868517"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.870294"], ["updated_at", "2018-10-11 16:41:41.870294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.873144"], ["updated_at", "2018-10-11 16:41:41.873144"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.874973"], ["updated_at", "2018-10-11 16:41:41.874973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.876905"], ["updated_at", "2018-10-11 16:41:41.876905"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.879307"], ["updated_at", "2018-10-11 16:41:41.879307"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.883094"], ["updated_at", "2018-10-11 16:41:41.883094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.885770"], ["updated_at", "2018-10-11 16:41:41.885770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.887530"], ["updated_at", "2018-10-11 16:41:41.887530"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.889272"], ["updated_at", "2018-10-11 16:41:41.889272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.891013"], ["updated_at", "2018-10-11 16:41:41.891013"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.892890"], ["updated_at", "2018-10-11 16:41:41.892890"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.894843"], ["updated_at", "2018-10-11 16:41:41.894843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.896569"], ["updated_at", "2018-10-11 16:41:41.896569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.898237"], ["updated_at", "2018-10-11 16:41:41.898237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.900078"], ["updated_at", "2018-10-11 16:41:41.900078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.901757"], ["updated_at", "2018-10-11 16:41:41.901757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.903390"], ["updated_at", "2018-10-11 16:41:41.903390"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.905002"], ["updated_at", "2018-10-11 16:41:41.905002"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.907207"], ["updated_at", "2018-10-11 16:41:41.907207"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.909057"], ["updated_at", "2018-10-11 16:41:41.909057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.910996"], ["updated_at", "2018-10-11 16:41:41.910996"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.912768"], ["updated_at", "2018-10-11 16:41:41.912768"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.914560"], ["updated_at", "2018-10-11 16:41:41.914560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.917144"], ["updated_at", "2018-10-11 16:41:41.917144"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.918937"], ["updated_at", "2018-10-11 16:41:41.918937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.920740"], ["updated_at", "2018-10-11 16:41:41.920740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.922389"], ["updated_at", "2018-10-11 16:41:41.922389"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.923980"], ["updated_at", "2018-10-11 16:41:41.923980"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.925913"], ["updated_at", "2018-10-11 16:41:41.925913"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.929249"], ["updated_at", "2018-10-11 16:41:41.929249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.931380"], ["updated_at", "2018-10-11 16:41:41.931380"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.933170"], ["updated_at", "2018-10-11 16:41:41.933170"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.935264"], ["updated_at", "2018-10-11 16:41:41.935264"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.937241"], ["updated_at", "2018-10-11 16:41:41.937241"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.939082"], ["updated_at", "2018-10-11 16:41:41.939082"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.943657"], ["updated_at", "2018-10-11 16:41:41.943657"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.946748"], ["updated_at", "2018-10-11 16:41:41.946748"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.951486"], ["updated_at", "2018-10-11 16:41:41.951486"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.954251"], ["updated_at", "2018-10-11 16:41:41.954251"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.956936"], ["updated_at", "2018-10-11 16:41:41.956936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.959165"], ["updated_at", "2018-10-11 16:41:41.959165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.960943"], ["updated_at", "2018-10-11 16:41:41.960943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.962499"], ["updated_at", "2018-10-11 16:41:41.962499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.964126"], ["updated_at", "2018-10-11 16:41:41.964126"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.965726"], ["updated_at", "2018-10-11 16:41:41.965726"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.967404"], ["updated_at", "2018-10-11 16:41:41.967404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.969162"], ["updated_at", "2018-10-11 16:41:41.969162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.970718"], ["updated_at", "2018-10-11 16:41:41.970718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.972346"], ["updated_at", "2018-10-11 16:41:41.972346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.974034"], ["updated_at", "2018-10-11 16:41:41.974034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.975707"], ["updated_at", "2018-10-11 16:41:41.975707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.977395"], ["updated_at", "2018-10-11 16:41:41.977395"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.979020"], ["updated_at", "2018-10-11 16:41:41.979020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.980725"], ["updated_at", "2018-10-11 16:41:41.980725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.982334"], ["updated_at", "2018-10-11 16:41:41.982334"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.983978"], ["updated_at", "2018-10-11 16:41:41.983978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.985815"], ["updated_at", "2018-10-11 16:41:41.985815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.987430"], ["updated_at", "2018-10-11 16:41:41.987430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.989100"], ["updated_at", "2018-10-11 16:41:41.989100"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.990718"], ["updated_at", "2018-10-11 16:41:41.990718"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.993490"], ["updated_at", "2018-10-11 16:41:41.993490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.996113"], ["updated_at", "2018-10-11 16:41:41.996113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.997883"], ["updated_at", "2018-10-11 16:41:41.997883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:41.999465"], ["updated_at", "2018-10-11 16:41:41.999465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.001163"], ["updated_at", "2018-10-11 16:41:42.001163"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.002895"], ["updated_at", "2018-10-11 16:41:42.002895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.004562"], ["updated_at", "2018-10-11 16:41:42.004562"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.007452"], ["updated_at", "2018-10-11 16:41:42.007452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.009221"], ["updated_at", "2018-10-11 16:41:42.009221"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.011045"], ["updated_at", "2018-10-11 16:41:42.011045"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.015380"], ["updated_at", "2018-10-11 16:41:42.015380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.018037"], ["updated_at", "2018-10-11 16:41:42.018037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.019782"], ["updated_at", "2018-10-11 16:41:42.019782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.021384"], ["updated_at", "2018-10-11 16:41:42.021384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.023059"], ["updated_at", "2018-10-11 16:41:42.023059"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.024846"], ["updated_at", "2018-10-11 16:41:42.024846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.026684"], ["updated_at", "2018-10-11 16:41:42.026684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.028299"], ["updated_at", "2018-10-11 16:41:42.028299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.029936"], ["updated_at", "2018-10-11 16:41:42.029936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.031487"], ["updated_at", "2018-10-11 16:41:42.031487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.033119"], ["updated_at", "2018-10-11 16:41:42.033119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.034794"], ["updated_at", "2018-10-11 16:41:42.034794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.036451"], ["updated_at", "2018-10-11 16:41:42.036451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.038139"], ["updated_at", "2018-10-11 16:41:42.038139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.039717"], ["updated_at", "2018-10-11 16:41:42.039717"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.041399"], ["updated_at", "2018-10-11 16:41:42.041399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.043336"], ["updated_at", "2018-10-11 16:41:42.043336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.044999"], ["updated_at", "2018-10-11 16:41:42.044999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.046635"], ["updated_at", "2018-10-11 16:41:42.046635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.048241"], ["updated_at", "2018-10-11 16:41:42.048241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.049852"], ["updated_at", "2018-10-11 16:41:42.049852"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.051492"], ["updated_at", "2018-10-11 16:41:42.051492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.053231"], ["updated_at", "2018-10-11 16:41:42.053231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.054855"], ["updated_at", "2018-10-11 16:41:42.054855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.056479"], ["updated_at", "2018-10-11 16:41:42.056479"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.058394"], ["updated_at", "2018-10-11 16:41:42.058394"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.061910"], ["updated_at", "2018-10-11 16:41:42.061910"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.063898"], ["updated_at", "2018-10-11 16:41:42.063898"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.065832"], ["updated_at", "2018-10-11 16:41:42.065832"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.067726"], ["updated_at", "2018-10-11 16:41:42.067726"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.069791"], ["updated_at", "2018-10-11 16:41:42.069791"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.071850"], ["updated_at", "2018-10-11 16:41:42.071850"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.077727"], ["updated_at", "2018-10-11 16:41:42.077727"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.081989"], ["updated_at", "2018-10-11 16:41:42.081989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.084957"], ["updated_at", "2018-10-11 16:41:42.084957"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.086586"], ["updated_at", "2018-10-11 16:41:42.086586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.088461"], ["updated_at", "2018-10-11 16:41:42.088461"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.090071"], ["updated_at", "2018-10-11 16:41:42.090071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.091933"], ["updated_at", "2018-10-11 16:41:42.091933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.093693"], ["updated_at", "2018-10-11 16:41:42.093693"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.095402"], ["updated_at", "2018-10-11 16:41:42.095402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.097130"], ["updated_at", "2018-10-11 16:41:42.097130"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.098726"], ["updated_at", "2018-10-11 16:41:42.098726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.100431"], ["updated_at", "2018-10-11 16:41:42.100431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.102133"], ["updated_at", "2018-10-11 16:41:42.102133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.103761"], ["updated_at", "2018-10-11 16:41:42.103761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.105554"], ["updated_at", "2018-10-11 16:41:42.105554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.107131"], ["updated_at", "2018-10-11 16:41:42.107131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.108794"], ["updated_at", "2018-10-11 16:41:42.108794"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.110439"], ["updated_at", "2018-10-11 16:41:42.110439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.112171"], ["updated_at", "2018-10-11 16:41:42.112171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.113734"], ["updated_at", "2018-10-11 16:41:42.113734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.115345"], ["updated_at", "2018-10-11 16:41:42.115345"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.116901"], ["updated_at", "2018-10-11 16:41:42.116901"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.118514"], ["updated_at", "2018-10-11 16:41:42.118514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.120330"], ["updated_at", "2018-10-11 16:41:42.120330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.121960"], ["updated_at", "2018-10-11 16:41:42.121960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.123563"], ["updated_at", "2018-10-11 16:41:42.123563"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.125762"], ["updated_at", "2018-10-11 16:41:42.125762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.128722"], ["updated_at", "2018-10-11 16:41:42.128722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.130626"], ["updated_at", "2018-10-11 16:41:42.130626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.132389"], ["updated_at", "2018-10-11 16:41:42.132389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.134011"], ["updated_at", "2018-10-11 16:41:42.134011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.135645"], ["updated_at", "2018-10-11 16:41:42.135645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.137294"], ["updated_at", "2018-10-11 16:41:42.137294"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.139931"], ["updated_at", "2018-10-11 16:41:42.139931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.141618"], ["updated_at", "2018-10-11 16:41:42.141618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.143195"], ["updated_at", "2018-10-11 16:41:42.143195"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.146002"], ["updated_at", "2018-10-11 16:41:42.146002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.149646"], ["updated_at", "2018-10-11 16:41:42.149646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.151952"], ["updated_at", "2018-10-11 16:41:42.151952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.153697"], ["updated_at", "2018-10-11 16:41:42.153697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.155385"], ["updated_at", "2018-10-11 16:41:42.155385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.157026"], ["updated_at", "2018-10-11 16:41:42.157026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.158762"], ["updated_at", "2018-10-11 16:41:42.158762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.160355"], ["updated_at", "2018-10-11 16:41:42.160355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.161944"], ["updated_at", "2018-10-11 16:41:42.161944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.163642"], ["updated_at", "2018-10-11 16:41:42.163642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.165318"], ["updated_at", "2018-10-11 16:41:42.165318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.166941"], ["updated_at", "2018-10-11 16:41:42.166941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.168512"], ["updated_at", "2018-10-11 16:41:42.168512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.170145"], ["updated_at", "2018-10-11 16:41:42.170145"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.171808"], ["updated_at", "2018-10-11 16:41:42.171808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.173525"], ["updated_at", "2018-10-11 16:41:42.173525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.175121"], ["updated_at", "2018-10-11 16:41:42.175121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.176695"], ["updated_at", "2018-10-11 16:41:42.176695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.178244"], ["updated_at", "2018-10-11 16:41:42.178244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.179896"], ["updated_at", "2018-10-11 16:41:42.179896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.181619"], ["updated_at", "2018-10-11 16:41:42.181619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.183274"], ["updated_at", "2018-10-11 16:41:42.183274"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.185284"], ["updated_at", "2018-10-11 16:41:42.185284"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.188345"], ["updated_at", "2018-10-11 16:41:42.188345"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.191390"], ["updated_at", "2018-10-11 16:41:42.191390"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.194218"], ["updated_at", "2018-10-11 16:41:42.194218"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.196498"], ["updated_at", "2018-10-11 16:41:42.196498"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.198682"], ["updated_at", "2018-10-11 16:41:42.198682"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.200752"], ["updated_at", "2018-10-11 16:41:42.200752"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.202720"], ["updated_at", "2018-10-11 16:41:42.202720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.204808"], ["updated_at", "2018-10-11 16:41:42.204808"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.209761"], ["updated_at", "2018-10-11 16:41:42.209761"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.211580"], ["updated_at", "2018-10-11 16:41:42.211580"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.215740"], ["updated_at", "2018-10-11 16:41:42.215740"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.218741"], ["updated_at", "2018-10-11 16:41:42.218741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.220551"], ["updated_at", "2018-10-11 16:41:42.220551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.222283"], ["updated_at", "2018-10-11 16:41:42.222283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.223984"], ["updated_at", "2018-10-11 16:41:42.223984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.225621"], ["updated_at", "2018-10-11 16:41:42.225621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.227238"], ["updated_at", "2018-10-11 16:41:42.227238"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.228823"], ["updated_at", "2018-10-11 16:41:42.228823"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.230705"], ["updated_at", "2018-10-11 16:41:42.230705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.232463"], ["updated_at", "2018-10-11 16:41:42.232463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.234086"], ["updated_at", "2018-10-11 16:41:42.234086"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.235667"], ["updated_at", "2018-10-11 16:41:42.235667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.237403"], ["updated_at", "2018-10-11 16:41:42.237403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.239198"], ["updated_at", "2018-10-11 16:41:42.239198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.240843"], ["updated_at", "2018-10-11 16:41:42.240843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.242436"], ["updated_at", "2018-10-11 16:41:42.242436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.243976"], ["updated_at", "2018-10-11 16:41:42.243976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.245634"], ["updated_at", "2018-10-11 16:41:42.245634"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.247316"], ["updated_at", "2018-10-11 16:41:42.247316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.249034"], ["updated_at", "2018-10-11 16:41:42.249034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.250683"], ["updated_at", "2018-10-11 16:41:42.250683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.252328"], ["updated_at", "2018-10-11 16:41:42.252328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.254150"], ["updated_at", "2018-10-11 16:41:42.254150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.255855"], ["updated_at", "2018-10-11 16:41:42.255855"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.257613"], ["updated_at", "2018-10-11 16:41:42.257613"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.260401"], ["updated_at", "2018-10-11 16:41:42.260401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.262446"], ["updated_at", "2018-10-11 16:41:42.262446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.264354"], ["updated_at", "2018-10-11 16:41:42.264354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.267375"], ["updated_at", "2018-10-11 16:41:42.267375"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.269016"], ["updated_at", "2018-10-11 16:41:42.269016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.272063"], ["updated_at", "2018-10-11 16:41:42.272063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.273765"], ["updated_at", "2018-10-11 16:41:42.273765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.275393"], ["updated_at", "2018-10-11 16:41:42.275393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.276941"], ["updated_at", "2018-10-11 16:41:42.276941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.278542"], ["updated_at", "2018-10-11 16:41:42.278542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.280246"], ["updated_at", "2018-10-11 16:41:42.280246"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.282675"], ["updated_at", "2018-10-11 16:41:42.282675"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.286532"], ["updated_at", "2018-10-11 16:41:42.286532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.289128"], ["updated_at", "2018-10-11 16:41:42.289128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.290821"], ["updated_at", "2018-10-11 16:41:42.290821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.292513"], ["updated_at", "2018-10-11 16:41:42.292513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.294161"], ["updated_at", "2018-10-11 16:41:42.294161"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.295783"], ["updated_at", "2018-10-11 16:41:42.295783"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.297454"], ["updated_at", "2018-10-11 16:41:42.297454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.299092"], ["updated_at", "2018-10-11 16:41:42.299092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.300810"], ["updated_at", "2018-10-11 16:41:42.300810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.302431"], ["updated_at", "2018-10-11 16:41:42.302431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.304224"], ["updated_at", "2018-10-11 16:41:42.304224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.305908"], ["updated_at", "2018-10-11 16:41:42.305908"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.307652"], ["updated_at", "2018-10-11 16:41:42.307652"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.310263"], ["updated_at", "2018-10-11 16:41:42.310263"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.312596"], ["updated_at", "2018-10-11 16:41:42.312596"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.315480"], ["updated_at", "2018-10-11 16:41:42.315480"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.318121"], ["updated_at", "2018-10-11 16:41:42.318121"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.320956"], ["updated_at", "2018-10-11 16:41:42.320956"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.323643"], ["updated_at", "2018-10-11 16:41:42.323643"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.326526"], ["updated_at", "2018-10-11 16:41:42.326526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.328856"], ["updated_at", "2018-10-11 16:41:42.328856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.330610"], ["updated_at", "2018-10-11 16:41:42.330610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.332357"], ["updated_at", "2018-10-11 16:41:42.332357"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.333964"], ["updated_at", "2018-10-11 16:41:42.333964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.335507"], ["updated_at", "2018-10-11 16:41:42.335507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.338509"], ["updated_at", "2018-10-11 16:41:42.338509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.340248"], ["updated_at", "2018-10-11 16:41:42.340248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.341883"], ["updated_at", "2018-10-11 16:41:42.341883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.343507"], ["updated_at", "2018-10-11 16:41:42.343507"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.345121"], ["updated_at", "2018-10-11 16:41:42.345121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.346954"], ["updated_at", "2018-10-11 16:41:42.346954"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.349618"], ["updated_at", "2018-10-11 16:41:42.349618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.353601"], ["updated_at", "2018-10-11 16:41:42.353601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.355884"], ["updated_at", "2018-10-11 16:41:42.355884"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.357494"], ["updated_at", "2018-10-11 16:41:42.357494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.359416"], ["updated_at", "2018-10-11 16:41:42.359416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.361043"], ["updated_at", "2018-10-11 16:41:42.361043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.362661"], ["updated_at", "2018-10-11 16:41:42.362661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.364323"], ["updated_at", "2018-10-11 16:41:42.364323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.366010"], ["updated_at", "2018-10-11 16:41:42.366010"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.367745"], ["updated_at", "2018-10-11 16:41:42.367745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.369438"], ["updated_at", "2018-10-11 16:41:42.369438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.371089"], ["updated_at", "2018-10-11 16:41:42.371089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.372804"], ["updated_at", "2018-10-11 16:41:42.372804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.374632"], ["updated_at", "2018-10-11 16:41:42.374632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.376312"], ["updated_at", "2018-10-11 16:41:42.376312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.377877"], ["updated_at", "2018-10-11 16:41:42.377877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.379511"], ["updated_at", "2018-10-11 16:41:42.379511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.381109"], ["updated_at", "2018-10-11 16:41:42.381109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.382807"], ["updated_at", "2018-10-11 16:41:42.382807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.384349"], ["updated_at", "2018-10-11 16:41:42.384349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.386085"], ["updated_at", "2018-10-11 16:41:42.386085"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.387771"], ["updated_at", "2018-10-11 16:41:42.387771"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.389527"], ["updated_at", "2018-10-11 16:41:42.389527"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.391299"], ["updated_at", "2018-10-11 16:41:42.391299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.393929"], ["updated_at", "2018-10-11 16:41:42.393929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.395855"], ["updated_at", "2018-10-11 16:41:42.395855"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.397850"], ["updated_at", "2018-10-11 16:41:42.397850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.399629"], ["updated_at", "2018-10-11 16:41:42.399629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.401383"], ["updated_at", "2018-10-11 16:41:42.401383"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.403114"], ["updated_at", "2018-10-11 16:41:42.403114"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.406270"], ["updated_at", "2018-10-11 16:41:42.406270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.407973"], ["updated_at", "2018-10-11 16:41:42.407973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.409599"], ["updated_at", "2018-10-11 16:41:42.409599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.411215"], ["updated_at", "2018-10-11 16:41:42.411215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.412863"], ["updated_at", "2018-10-11 16:41:42.412863"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.414522"], ["updated_at", "2018-10-11 16:41:42.414522"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.417541"], ["updated_at", "2018-10-11 16:41:42.417541"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.421588"], ["updated_at", "2018-10-11 16:41:42.421588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.423292"], ["updated_at", "2018-10-11 16:41:42.423292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.425022"], ["updated_at", "2018-10-11 16:41:42.425022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.426957"], ["updated_at", "2018-10-11 16:41:42.426957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.428564"], ["updated_at", "2018-10-11 16:41:42.428564"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.430289"], ["updated_at", "2018-10-11 16:41:42.430289"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.432826"], ["updated_at", "2018-10-11 16:41:42.432826"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.435667"], ["updated_at", "2018-10-11 16:41:42.435667"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.438268"], ["updated_at", "2018-10-11 16:41:42.438268"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.440958"], ["updated_at", "2018-10-11 16:41:42.440958"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.443705"], ["updated_at", "2018-10-11 16:41:42.443705"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.446309"], ["updated_at", "2018-10-11 16:41:42.446309"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.448886"], ["updated_at", "2018-10-11 16:41:42.448886"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.451135"], ["updated_at", "2018-10-11 16:41:42.451135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.452898"], ["updated_at", "2018-10-11 16:41:42.452898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.454475"], ["updated_at", "2018-10-11 16:41:42.454475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.456184"], ["updated_at", "2018-10-11 16:41:42.456184"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.457917"], ["updated_at", "2018-10-11 16:41:42.457917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.460857"], ["updated_at", "2018-10-11 16:41:42.460857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.463033"], ["updated_at", "2018-10-11 16:41:42.463033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.464675"], ["updated_at", "2018-10-11 16:41:42.464675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.466219"], ["updated_at", "2018-10-11 16:41:42.466219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.468008"], ["updated_at", "2018-10-11 16:41:42.468008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.469644"], ["updated_at", "2018-10-11 16:41:42.469644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.472498"], ["updated_at", "2018-10-11 16:41:42.472498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.474299"], ["updated_at", "2018-10-11 16:41:42.474299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.475948"], ["updated_at", "2018-10-11 16:41:42.475948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.477627"], ["updated_at", "2018-10-11 16:41:42.477627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.479187"], ["updated_at", "2018-10-11 16:41:42.479187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.480838"], ["updated_at", "2018-10-11 16:41:42.480838"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.483092"], ["updated_at", "2018-10-11 16:41:42.483092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.487375"], ["updated_at", "2018-10-11 16:41:42.487375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.489517"], ["updated_at", "2018-10-11 16:41:42.489517"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.491221"], ["updated_at", "2018-10-11 16:41:42.491221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.493016"], ["updated_at", "2018-10-11 16:41:42.493016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.494671"], ["updated_at", "2018-10-11 16:41:42.494671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.496224"], ["updated_at", "2018-10-11 16:41:42.496224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.497834"], ["updated_at", "2018-10-11 16:41:42.497834"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.499421"], ["updated_at", "2018-10-11 16:41:42.499421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.501165"], ["updated_at", "2018-10-11 16:41:42.501165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.502766"], ["updated_at", "2018-10-11 16:41:42.502766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.504389"], ["updated_at", "2018-10-11 16:41:42.504389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.505971"], ["updated_at", "2018-10-11 16:41:42.505971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.507612"], ["updated_at", "2018-10-11 16:41:42.507612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.509301"], ["updated_at", "2018-10-11 16:41:42.509301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.510982"], ["updated_at", "2018-10-11 16:41:42.510982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.512545"], ["updated_at", "2018-10-11 16:41:42.512545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.514190"], ["updated_at", "2018-10-11 16:41:42.514190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.515778"], ["updated_at", "2018-10-11 16:41:42.515778"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.517449"], ["updated_at", "2018-10-11 16:41:42.517449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.519243"], ["updated_at", "2018-10-11 16:41:42.519243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.520822"], ["updated_at", "2018-10-11 16:41:42.520822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.522419"], ["updated_at", "2018-10-11 16:41:42.522419"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.524019"], ["updated_at", "2018-10-11 16:41:42.524019"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.526350"], ["updated_at", "2018-10-11 16:41:42.526350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.528997"], ["updated_at", "2018-10-11 16:41:42.528997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.530717"], ["updated_at", "2018-10-11 16:41:42.530717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.532388"], ["updated_at", "2018-10-11 16:41:42.532388"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.534017"], ["updated_at", "2018-10-11 16:41:42.534017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.536003"], ["updated_at", "2018-10-11 16:41:42.536003"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.537674"], ["updated_at", "2018-10-11 16:41:42.537674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.540472"], ["updated_at", "2018-10-11 16:41:42.540472"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.542213"], ["updated_at", "2018-10-11 16:41:42.542213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.543952"], ["updated_at", "2018-10-11 16:41:42.543952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.545503"], ["updated_at", "2018-10-11 16:41:42.545503"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.547178"], ["updated_at", "2018-10-11 16:41:42.547178"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.549882"], ["updated_at", "2018-10-11 16:41:42.549882"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.553830"], ["updated_at", "2018-10-11 16:41:42.553830"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.556781"], ["updated_at", "2018-10-11 16:41:42.556781"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.559654"], ["updated_at", "2018-10-11 16:41:42.559654"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.562471"], ["updated_at", "2018-10-11 16:41:42.562471"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.565177"], ["updated_at", "2018-10-11 16:41:42.565177"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.567836"], ["updated_at", "2018-10-11 16:41:42.567836"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.570578"], ["updated_at", "2018-10-11 16:41:42.570578"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.573194"], ["updated_at", "2018-10-11 16:41:42.573194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.575422"], ["updated_at", "2018-10-11 16:41:42.575422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.577096"], ["updated_at", "2018-10-11 16:41:42.577096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.578766"], ["updated_at", "2018-10-11 16:41:42.578766"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.580349"], ["updated_at", "2018-10-11 16:41:42.580349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.582068"], ["updated_at", "2018-10-11 16:41:42.582068"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.583733"], ["updated_at", "2018-10-11 16:41:42.583733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.585448"], ["updated_at", "2018-10-11 16:41:42.585448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.587044"], ["updated_at", "2018-10-11 16:41:42.587044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.588560"], ["updated_at", "2018-10-11 16:41:42.588560"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.590191"], ["updated_at", "2018-10-11 16:41:42.590191"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.593779"], ["updated_at", "2018-10-11 16:41:42.593779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.596826"], ["updated_at", "2018-10-11 16:41:42.596826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.598599"], ["updated_at", "2018-10-11 16:41:42.598599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.600361"], ["updated_at", "2018-10-11 16:41:42.600361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.602190"], ["updated_at", "2018-10-11 16:41:42.602190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.603853"], ["updated_at", "2018-10-11 16:41:42.603853"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.606824"], ["updated_at", "2018-10-11 16:41:42.606824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.608794"], ["updated_at", "2018-10-11 16:41:42.608794"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.610450"], ["updated_at", "2018-10-11 16:41:42.610450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.612162"], ["updated_at", "2018-10-11 16:41:42.612162"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.613820"], ["updated_at", "2018-10-11 16:41:42.613820"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.616150"], ["updated_at", "2018-10-11 16:41:42.616150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.620593"], ["updated_at", "2018-10-11 16:41:42.620593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.622785"], ["updated_at", "2018-10-11 16:41:42.622785"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.624540"], ["updated_at", "2018-10-11 16:41:42.624540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.626599"], ["updated_at", "2018-10-11 16:41:42.626599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.628324"], ["updated_at", "2018-10-11 16:41:42.628324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.630007"], ["updated_at", "2018-10-11 16:41:42.630007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.631664"], ["updated_at", "2018-10-11 16:41:42.631664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.633325"], ["updated_at", "2018-10-11 16:41:42.633325"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.635195"], ["updated_at", "2018-10-11 16:41:42.635195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.636885"], ["updated_at", "2018-10-11 16:41:42.636885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.638516"], ["updated_at", "2018-10-11 16:41:42.638516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.640158"], ["updated_at", "2018-10-11 16:41:42.640158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.641923"], ["updated_at", "2018-10-11 16:41:42.641923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.643668"], ["updated_at", "2018-10-11 16:41:42.643668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.645257"], ["updated_at", "2018-10-11 16:41:42.645257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.646894"], ["updated_at", "2018-10-11 16:41:42.646894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.648580"], ["updated_at", "2018-10-11 16:41:42.648580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.650140"], ["updated_at", "2018-10-11 16:41:42.650140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.651854"], ["updated_at", "2018-10-11 16:41:42.651854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.653473"], ["updated_at", "2018-10-11 16:41:42.653473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.655037"], ["updated_at", "2018-10-11 16:41:42.655037"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.656723"], ["updated_at", "2018-10-11 16:41:42.656723"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.658928"], ["updated_at", "2018-10-11 16:41:42.658928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.662721"], ["updated_at", "2018-10-11 16:41:42.662721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.664513"], ["updated_at", "2018-10-11 16:41:42.664513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.666138"], ["updated_at", "2018-10-11 16:41:42.666138"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.667786"], ["updated_at", "2018-10-11 16:41:42.667786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.669483"], ["updated_at", "2018-10-11 16:41:42.669483"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.671204"], ["updated_at", "2018-10-11 16:41:42.671204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.674142"], ["updated_at", "2018-10-11 16:41:42.674142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.675840"], ["updated_at", "2018-10-11 16:41:42.675840"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.680018"], ["updated_at", "2018-10-11 16:41:42.680018"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.684330"], ["updated_at", "2018-10-11 16:41:42.684330"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.689237"], ["updated_at", "2018-10-11 16:41:42.689237"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.693397"], ["updated_at", "2018-10-11 16:41:42.693397"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.696813"], ["updated_at", "2018-10-11 16:41:42.696813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.699169"], ["updated_at", "2018-10-11 16:41:42.699169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.700875"], ["updated_at", "2018-10-11 16:41:42.700875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.702647"], ["updated_at", "2018-10-11 16:41:42.702647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.704224"], ["updated_at", "2018-10-11 16:41:42.704224"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.705864"], ["updated_at", "2018-10-11 16:41:42.705864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.707500"], ["updated_at", "2018-10-11 16:41:42.707500"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.709191"], ["updated_at", "2018-10-11 16:41:42.709191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.710811"], ["updated_at", "2018-10-11 16:41:42.710811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.712387"], ["updated_at", "2018-10-11 16:41:42.712387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.713982"], ["updated_at", "2018-10-11 16:41:42.713982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.715719"], ["updated_at", "2018-10-11 16:41:42.715719"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.717391"], ["updated_at", "2018-10-11 16:41:42.717391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.719388"], ["updated_at", "2018-10-11 16:41:42.719388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.721000"], ["updated_at", "2018-10-11 16:41:42.721000"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.722579"], ["updated_at", "2018-10-11 16:41:42.722579"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.724414"], ["updated_at", "2018-10-11 16:41:42.724414"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.726845"], ["updated_at", "2018-10-11 16:41:42.726845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.728732"], ["updated_at", "2018-10-11 16:41:42.728732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.730279"], ["updated_at", "2018-10-11 16:41:42.730279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.731864"], ["updated_at", "2018-10-11 16:41:42.731864"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.733446"], ["updated_at", "2018-10-11 16:41:42.733446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.735304"], ["updated_at", "2018-10-11 16:41:42.735304"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.737202"], ["updated_at", "2018-10-11 16:41:42.737202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.740170"], ["updated_at", "2018-10-11 16:41:42.740170"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.741839"], ["updated_at", "2018-10-11 16:41:42.741839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.743520"], ["updated_at", "2018-10-11 16:41:42.743520"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.745076"], ["updated_at", "2018-10-11 16:41:42.745076"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.746835"], ["updated_at", "2018-10-11 16:41:42.746835"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.749208"], ["updated_at", "2018-10-11 16:41:42.749208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.753453"], ["updated_at", "2018-10-11 16:41:42.753453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.755632"], ["updated_at", "2018-10-11 16:41:42.755632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.757225"], ["updated_at", "2018-10-11 16:41:42.757225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.759368"], ["updated_at", "2018-10-11 16:41:42.759368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.761516"], ["updated_at", "2018-10-11 16:41:42.761516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.763284"], ["updated_at", "2018-10-11 16:41:42.763284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.764917"], ["updated_at", "2018-10-11 16:41:42.764917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.766496"], ["updated_at", "2018-10-11 16:41:42.766496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.768266"], ["updated_at", "2018-10-11 16:41:42.768266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.769935"], ["updated_at", "2018-10-11 16:41:42.769935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.771558"], ["updated_at", "2018-10-11 16:41:42.771558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.773157"], ["updated_at", "2018-10-11 16:41:42.773157"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.774817"], ["updated_at", "2018-10-11 16:41:42.774817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.776697"], ["updated_at", "2018-10-11 16:41:42.776697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.778445"], ["updated_at", "2018-10-11 16:41:42.778445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.779962"], ["updated_at", "2018-10-11 16:41:42.779962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.781556"], ["updated_at", "2018-10-11 16:41:42.781556"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.783141"], ["updated_at", "2018-10-11 16:41:42.783141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.784870"], ["updated_at", "2018-10-11 16:41:42.784870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.787251"], ["updated_at", "2018-10-11 16:41:42.787251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.789030"], ["updated_at", "2018-10-11 16:41:42.789030"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.790726"], ["updated_at", "2018-10-11 16:41:42.790726"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.792873"], ["updated_at", "2018-10-11 16:41:42.792873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.795665"], ["updated_at", "2018-10-11 16:41:42.795665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.797285"], ["updated_at", "2018-10-11 16:41:42.797285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.798863"], ["updated_at", "2018-10-11 16:41:42.798863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.800430"], ["updated_at", "2018-10-11 16:41:42.800430"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.803315"], ["updated_at", "2018-10-11 16:41:42.803315"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.805391"], ["updated_at", "2018-10-11 16:41:42.805391"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.809576"], ["updated_at", "2018-10-11 16:41:42.809576"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.813099"], ["updated_at", "2018-10-11 16:41:42.813099"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.818654"], ["updated_at", "2018-10-11 16:41:42.818654"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.823571"], ["updated_at", "2018-10-11 16:41:42.823571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.826512"], ["updated_at", "2018-10-11 16:41:42.826512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.828129"], ["updated_at", "2018-10-11 16:41:42.828129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.829711"], ["updated_at", "2018-10-11 16:41:42.829711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.831339"], ["updated_at", "2018-10-11 16:41:42.831339"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.833114"], ["updated_at", "2018-10-11 16:41:42.833114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.834893"], ["updated_at", "2018-10-11 16:41:42.834893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.836536"], ["updated_at", "2018-10-11 16:41:42.836536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.838084"], ["updated_at", "2018-10-11 16:41:42.838084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.839782"], ["updated_at", "2018-10-11 16:41:42.839782"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.841484"], ["updated_at", "2018-10-11 16:41:42.841484"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.844299"], ["updated_at", "2018-10-11 16:41:42.844299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.847267"], ["updated_at", "2018-10-11 16:41:42.847267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.849266"], ["updated_at", "2018-10-11 16:41:42.849266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.851067"], ["updated_at", "2018-10-11 16:41:42.851067"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.852904"], ["updated_at", "2018-10-11 16:41:42.852904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.854547"], ["updated_at", "2018-10-11 16:41:42.854547"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.856155"], ["updated_at", "2018-10-11 16:41:42.856155"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.857988"], ["updated_at", "2018-10-11 16:41:42.857988"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.862079"], ["updated_at", "2018-10-11 16:41:42.862079"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.864336"], ["updated_at", "2018-10-11 16:41:42.864336"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.866671"], ["updated_at", "2018-10-11 16:41:42.866671"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.869012"], ["updated_at", "2018-10-11 16:41:42.869012"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.871443"], ["updated_at", "2018-10-11 16:41:42.871443"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.876673"], ["updated_at", "2018-10-11 16:41:42.876673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.878759"], ["updated_at", "2018-10-11 16:41:42.878759"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.880741"], ["updated_at", "2018-10-11 16:41:42.880741"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.883573"], ["updated_at", "2018-10-11 16:41:42.883573"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.887698"], ["updated_at", "2018-10-11 16:41:42.887698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.889684"], ["updated_at", "2018-10-11 16:41:42.889684"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.891332"], ["updated_at", "2018-10-11 16:41:42.891332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.893800"], ["updated_at", "2018-10-11 16:41:42.893800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.895466"], ["updated_at", "2018-10-11 16:41:42.895466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.897028"], ["updated_at", "2018-10-11 16:41:42.897028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.898613"], ["updated_at", "2018-10-11 16:41:42.898613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.900296"], ["updated_at", "2018-10-11 16:41:42.900296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.902010"], ["updated_at", "2018-10-11 16:41:42.902010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.903680"], ["updated_at", "2018-10-11 16:41:42.903680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.905298"], ["updated_at", "2018-10-11 16:41:42.905298"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.907014"], ["updated_at", "2018-10-11 16:41:42.907014"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.908892"], ["updated_at", "2018-10-11 16:41:42.908892"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.910732"], ["updated_at", "2018-10-11 16:41:42.910732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.912378"], ["updated_at", "2018-10-11 16:41:42.912378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.914094"], ["updated_at", "2018-10-11 16:41:42.914094"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.915658"], ["updated_at", "2018-10-11 16:41:42.915658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.917438"], ["updated_at", "2018-10-11 16:41:42.917438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.919069"], ["updated_at", "2018-10-11 16:41:42.919069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.920676"], ["updated_at", "2018-10-11 16:41:42.920676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.922327"], ["updated_at", "2018-10-11 16:41:42.922327"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.924075"], ["updated_at", "2018-10-11 16:41:42.924075"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.926186"], ["updated_at", "2018-10-11 16:41:42.926186"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.928619"], ["updated_at", "2018-10-11 16:41:42.928619"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.931944"], ["updated_at", "2018-10-11 16:41:42.931944"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.934047"], ["updated_at", "2018-10-11 16:41:42.934047"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.936293"], ["updated_at", "2018-10-11 16:41:42.936293"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.938486"], ["updated_at", "2018-10-11 16:41:42.938486"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.940488"], ["updated_at", "2018-10-11 16:41:42.940488"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.945482"], ["updated_at", "2018-10-11 16:41:42.945482"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.947966"], ["updated_at", "2018-10-11 16:41:42.947966"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.950670"], ["updated_at", "2018-10-11 16:41:42.950670"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.954463"], ["updated_at", "2018-10-11 16:41:42.954463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.956161"], ["updated_at", "2018-10-11 16:41:42.956161"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.957784"], ["updated_at", "2018-10-11 16:41:42.957784"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.959746"], ["updated_at", "2018-10-11 16:41:42.959746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.961390"], ["updated_at", "2018-10-11 16:41:42.961390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.962957"], ["updated_at", "2018-10-11 16:41:42.962957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.964554"], ["updated_at", "2018-10-11 16:41:42.964554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.966203"], ["updated_at", "2018-10-11 16:41:42.966203"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.967936"], ["updated_at", "2018-10-11 16:41:42.967936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.969590"], ["updated_at", "2018-10-11 16:41:42.969590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.971111"], ["updated_at", "2018-10-11 16:41:42.971111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.972684"], ["updated_at", "2018-10-11 16:41:42.972684"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.974394"], ["updated_at", "2018-10-11 16:41:42.974394"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.976123"], ["updated_at", "2018-10-11 16:41:42.976123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.977954"], ["updated_at", "2018-10-11 16:41:42.977954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.979557"], ["updated_at", "2018-10-11 16:41:42.979557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.981134"], ["updated_at", "2018-10-11 16:41:42.981134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.982772"], ["updated_at", "2018-10-11 16:41:42.982772"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.984566"], ["updated_at", "2018-10-11 16:41:42.984566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.986329"], ["updated_at", "2018-10-11 16:41:42.986329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.987945"], ["updated_at", "2018-10-11 16:41:42.987945"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.989556"], ["updated_at", "2018-10-11 16:41:42.989556"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.991576"], ["updated_at", "2018-10-11 16:41:42.991576"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.994353"], ["updated_at", "2018-10-11 16:41:42.994353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.996089"], ["updated_at", "2018-10-11 16:41:42.996089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.997641"], ["updated_at", "2018-10-11 16:41:42.997641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:42.999330"], ["updated_at", "2018-10-11 16:41:42.999330"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.001024"], ["updated_at", "2018-10-11 16:41:43.001024"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.003441"], ["updated_at", "2018-10-11 16:41:43.003441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.006265"], ["updated_at", "2018-10-11 16:41:43.006265"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.007998"], ["updated_at", "2018-10-11 16:41:43.007998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.009673"], ["updated_at", "2018-10-11 16:41:43.009673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.011292"], ["updated_at", "2018-10-11 16:41:43.011292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.012953"], ["updated_at", "2018-10-11 16:41:43.012953"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.014570"], ["updated_at", "2018-10-11 16:41:43.014570"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.017596"], ["updated_at", "2018-10-11 16:41:43.017596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.021177"], ["updated_at", "2018-10-11 16:41:43.021177"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.023064"], ["updated_at", "2018-10-11 16:41:43.023064"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.024820"], ["updated_at", "2018-10-11 16:41:43.024820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.027177"], ["updated_at", "2018-10-11 16:41:43.027177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.028799"], ["updated_at", "2018-10-11 16:41:43.028799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.030444"], ["updated_at", "2018-10-11 16:41:43.030444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.032082"], ["updated_at", "2018-10-11 16:41:43.032082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.033670"], ["updated_at", "2018-10-11 16:41:43.033670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.035453"], ["updated_at", "2018-10-11 16:41:43.035453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.037044"], ["updated_at", "2018-10-11 16:41:43.037044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.038630"], ["updated_at", "2018-10-11 16:41:43.038630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.040280"], ["updated_at", "2018-10-11 16:41:43.040280"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.042007"], ["updated_at", "2018-10-11 16:41:43.042007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.043727"], ["updated_at", "2018-10-11 16:41:43.043727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.045359"], ["updated_at", "2018-10-11 16:41:43.045359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.046933"], ["updated_at", "2018-10-11 16:41:43.046933"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.049358"], ["updated_at", "2018-10-11 16:41:43.049358"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.052990"], ["updated_at", "2018-10-11 16:41:43.052990"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.056505"], ["updated_at", "2018-10-11 16:41:43.056505"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.059659"], ["updated_at", "2018-10-11 16:41:43.059659"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.062532"], ["updated_at", "2018-10-11 16:41:43.062532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.065712"], ["updated_at", "2018-10-11 16:41:43.065712"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.067370"], ["updated_at", "2018-10-11 16:41:43.067370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.069209"], ["updated_at", "2018-10-11 16:41:43.069209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.070785"], ["updated_at", "2018-10-11 16:41:43.070785"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.073737"], ["updated_at", "2018-10-11 16:41:43.073737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.075641"], ["updated_at", "2018-10-11 16:41:43.075641"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.077409"], ["updated_at", "2018-10-11 16:41:43.077409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.079062"], ["updated_at", "2018-10-11 16:41:43.079062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.080705"], ["updated_at", "2018-10-11 16:41:43.080705"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.083401"], ["updated_at", "2018-10-11 16:41:43.083401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.087560"], ["updated_at", "2018-10-11 16:41:43.087560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.089561"], ["updated_at", "2018-10-11 16:41:43.089561"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.091204"], ["updated_at", "2018-10-11 16:41:43.091204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.093372"], ["updated_at", "2018-10-11 16:41:43.093372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.095045"], ["updated_at", "2018-10-11 16:41:43.095045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.096606"], ["updated_at", "2018-10-11 16:41:43.096606"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.098194"], ["updated_at", "2018-10-11 16:41:43.098194"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.099939"], ["updated_at", "2018-10-11 16:41:43.099939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.101713"], ["updated_at", "2018-10-11 16:41:43.101713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.103328"], ["updated_at", "2018-10-11 16:41:43.103328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.104925"], ["updated_at", "2018-10-11 16:41:43.104925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.106540"], ["updated_at", "2018-10-11 16:41:43.106540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.108197"], ["updated_at", "2018-10-11 16:41:43.108197"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.111312"], ["updated_at", "2018-10-11 16:41:43.111312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.112994"], ["updated_at", "2018-10-11 16:41:43.112994"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.114554"], ["updated_at", "2018-10-11 16:41:43.114554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.116200"], ["updated_at", "2018-10-11 16:41:43.116200"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.117889"], ["updated_at", "2018-10-11 16:41:43.117889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.119496"], ["updated_at", "2018-10-11 16:41:43.119496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.121143"], ["updated_at", "2018-10-11 16:41:43.121143"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.122736"], ["updated_at", "2018-10-11 16:41:43.122736"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.124537"], ["updated_at", "2018-10-11 16:41:43.124537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.127333"], ["updated_at", "2018-10-11 16:41:43.127333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.129357"], ["updated_at", "2018-10-11 16:41:43.129357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.130964"], ["updated_at", "2018-10-11 16:41:43.130964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.132694"], ["updated_at", "2018-10-11 16:41:43.132694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.134499"], ["updated_at", "2018-10-11 16:41:43.134499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.136143"], ["updated_at", "2018-10-11 16:41:43.136143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.138949"], ["updated_at", "2018-10-11 16:41:43.138949"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.140638"], ["updated_at", "2018-10-11 16:41:43.140638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.142363"], ["updated_at", "2018-10-11 16:41:43.142363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.144216"], ["updated_at", "2018-10-11 16:41:43.144216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.145904"], ["updated_at", "2018-10-11 16:41:43.145904"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.147534"], ["updated_at", "2018-10-11 16:41:43.147534"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.149917"], ["updated_at", "2018-10-11 16:41:43.149917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.154290"], ["updated_at", "2018-10-11 16:41:43.154290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.156223"], ["updated_at", "2018-10-11 16:41:43.156223"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.157949"], ["updated_at", "2018-10-11 16:41:43.157949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.159749"], ["updated_at", "2018-10-11 16:41:43.159749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.161353"], ["updated_at", "2018-10-11 16:41:43.161353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.162969"], ["updated_at", "2018-10-11 16:41:43.162969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.164600"], ["updated_at", "2018-10-11 16:41:43.164600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.166162"], ["updated_at", "2018-10-11 16:41:43.166162"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.167834"], ["updated_at", "2018-10-11 16:41:43.167834"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.170033"], ["updated_at", "2018-10-11 16:41:43.170033"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.173548"], ["updated_at", "2018-10-11 16:41:43.173548"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.177196"], ["updated_at", "2018-10-11 16:41:43.177196"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.180585"], ["updated_at", "2018-10-11 16:41:43.180585"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.183955"], ["updated_at", "2018-10-11 16:41:43.183955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.188310"], ["updated_at", "2018-10-11 16:41:43.188310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.190071"], ["updated_at", "2018-10-11 16:41:43.190071"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.191887"], ["updated_at", "2018-10-11 16:41:43.191887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.194370"], ["updated_at", "2018-10-11 16:41:43.194370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.196221"], ["updated_at", "2018-10-11 16:41:43.196221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.197885"], ["updated_at", "2018-10-11 16:41:43.197885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.199575"], ["updated_at", "2018-10-11 16:41:43.199575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.201207"], ["updated_at", "2018-10-11 16:41:43.201207"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.202868"], ["updated_at", "2018-10-11 16:41:43.202868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.206106"], ["updated_at", "2018-10-11 16:41:43.206106"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.207761"], ["updated_at", "2018-10-11 16:41:43.207761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.209476"], ["updated_at", "2018-10-11 16:41:43.209476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.211235"], ["updated_at", "2018-10-11 16:41:43.211235"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.212824"], ["updated_at", "2018-10-11 16:41:43.212824"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.214674"], ["updated_at", "2018-10-11 16:41:43.214674"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.217949"], ["updated_at", "2018-10-11 16:41:43.217949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.221865"], ["updated_at", "2018-10-11 16:41:43.221865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.223580"], ["updated_at", "2018-10-11 16:41:43.223580"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.225324"], ["updated_at", "2018-10-11 16:41:43.225324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.227036"], ["updated_at", "2018-10-11 16:41:43.227036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.228592"], ["updated_at", "2018-10-11 16:41:43.228592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.230168"], ["updated_at", "2018-10-11 16:41:43.230168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.231842"], ["updated_at", "2018-10-11 16:41:43.231842"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.233472"], ["updated_at", "2018-10-11 16:41:43.233472"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.235432"], ["updated_at", "2018-10-11 16:41:43.235432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.237091"], ["updated_at", "2018-10-11 16:41:43.237091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.238687"], ["updated_at", "2018-10-11 16:41:43.238687"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.240255"], ["updated_at", "2018-10-11 16:41:43.240255"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.241957"], ["updated_at", "2018-10-11 16:41:43.241957"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.243657"], ["updated_at", "2018-10-11 16:41:43.243657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.245294"], ["updated_at", "2018-10-11 16:41:43.245294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.246866"], ["updated_at", "2018-10-11 16:41:43.246866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.248526"], ["updated_at", "2018-10-11 16:41:43.248526"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.250094"], ["updated_at", "2018-10-11 16:41:43.250094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.251934"], ["updated_at", "2018-10-11 16:41:43.251934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.253598"], ["updated_at", "2018-10-11 16:41:43.253598"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.255642"], ["updated_at", "2018-10-11 16:41:43.255642"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.257587"], ["updated_at", "2018-10-11 16:41:43.257587"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.261255"], ["updated_at", "2018-10-11 16:41:43.261255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.263759"], ["updated_at", "2018-10-11 16:41:43.263759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.265320"], ["updated_at", "2018-10-11 16:41:43.265320"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.266913"], ["updated_at", "2018-10-11 16:41:43.266913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.270001"], ["updated_at", "2018-10-11 16:41:43.270001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.272043"], ["updated_at", "2018-10-11 16:41:43.272043"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.275631"], ["updated_at", "2018-10-11 16:41:43.275631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.278542"], ["updated_at", "2018-10-11 16:41:43.278542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.280291"], ["updated_at", "2018-10-11 16:41:43.280291"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.283035"], ["updated_at", "2018-10-11 16:41:43.283035"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.287519"], ["updated_at", "2018-10-11 16:41:43.287519"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.290194"], ["updated_at", "2018-10-11 16:41:43.290194"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.293074"], ["updated_at", "2018-10-11 16:41:43.293074"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.295743"], ["updated_at", "2018-10-11 16:41:43.295743"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.298736"], ["updated_at", "2018-10-11 16:41:43.298736"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.301455"], ["updated_at", "2018-10-11 16:41:43.301455"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.304362"], ["updated_at", "2018-10-11 16:41:43.304362"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.307251"], ["updated_at", "2018-10-11 16:41:43.307251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.309622"], ["updated_at", "2018-10-11 16:41:43.309622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.311312"], ["updated_at", "2018-10-11 16:41:43.311312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.312955"], ["updated_at", "2018-10-11 16:41:43.312955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.314718"], ["updated_at", "2018-10-11 16:41:43.314718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.316453"], ["updated_at", "2018-10-11 16:41:43.316453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.318097"], ["updated_at", "2018-10-11 16:41:43.318097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.319784"], ["updated_at", "2018-10-11 16:41:43.319784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.321399"], ["updated_at", "2018-10-11 16:41:43.321399"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.323028"], ["updated_at", "2018-10-11 16:41:43.323028"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.325149"], ["updated_at", "2018-10-11 16:41:43.325149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.328039"], ["updated_at", "2018-10-11 16:41:43.328039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.329904"], ["updated_at", "2018-10-11 16:41:43.329904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.331568"], ["updated_at", "2018-10-11 16:41:43.331568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.333232"], ["updated_at", "2018-10-11 16:41:43.333232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.334936"], ["updated_at", "2018-10-11 16:41:43.334936"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.336603"], ["updated_at", "2018-10-11 16:41:43.336603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.339515"], ["updated_at", "2018-10-11 16:41:43.339515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.341293"], ["updated_at", "2018-10-11 16:41:43.341293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.343010"], ["updated_at", "2018-10-11 16:41:43.343010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.344593"], ["updated_at", "2018-10-11 16:41:43.344593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.346239"], ["updated_at", "2018-10-11 16:41:43.346239"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.347931"], ["updated_at", "2018-10-11 16:41:43.347931"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.350839"], ["updated_at", "2018-10-11 16:41:43.350839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.354806"], ["updated_at", "2018-10-11 16:41:43.354806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.356528"], ["updated_at", "2018-10-11 16:41:43.356528"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.358167"], ["updated_at", "2018-10-11 16:41:43.358167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.359970"], ["updated_at", "2018-10-11 16:41:43.359970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.361592"], ["updated_at", "2018-10-11 16:41:43.361592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.363211"], ["updated_at", "2018-10-11 16:41:43.363211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.364805"], ["updated_at", "2018-10-11 16:41:43.364805"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.366438"], ["updated_at", "2018-10-11 16:41:43.366438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.368224"], ["updated_at", "2018-10-11 16:41:43.368224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.369892"], ["updated_at", "2018-10-11 16:41:43.369892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.371464"], ["updated_at", "2018-10-11 16:41:43.371464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.373095"], ["updated_at", "2018-10-11 16:41:43.373095"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.374748"], ["updated_at", "2018-10-11 16:41:43.374748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.376483"], ["updated_at", "2018-10-11 16:41:43.376483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.378074"], ["updated_at", "2018-10-11 16:41:43.378074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.379748"], ["updated_at", "2018-10-11 16:41:43.379748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.381281"], ["updated_at", "2018-10-11 16:41:43.381281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.382910"], ["updated_at", "2018-10-11 16:41:43.382910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.384727"], ["updated_at", "2018-10-11 16:41:43.384727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.386423"], ["updated_at", "2018-10-11 16:41:43.386423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.388051"], ["updated_at", "2018-10-11 16:41:43.388051"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.389598"], ["updated_at", "2018-10-11 16:41:43.389598"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.391471"], ["updated_at", "2018-10-11 16:41:43.391471"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.394391"], ["updated_at", "2018-10-11 16:41:43.394391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.396366"], ["updated_at", "2018-10-11 16:41:43.396366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.398068"], ["updated_at", "2018-10-11 16:41:43.398068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.399689"], ["updated_at", "2018-10-11 16:41:43.399689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.401336"], ["updated_at", "2018-10-11 16:41:43.401336"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.403192"], ["updated_at", "2018-10-11 16:41:43.403192"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.406015"], ["updated_at", "2018-10-11 16:41:43.406015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.407778"], ["updated_at", "2018-10-11 16:41:43.407778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.409573"], ["updated_at", "2018-10-11 16:41:43.409573"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.411578"], ["updated_at", "2018-10-11 16:41:43.411578"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.414367"], ["updated_at", "2018-10-11 16:41:43.414367"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.417925"], ["updated_at", "2018-10-11 16:41:43.417925"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.422904"], ["updated_at", "2018-10-11 16:41:43.422904"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.426573"], ["updated_at", "2018-10-11 16:41:43.426573"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.429469"], ["updated_at", "2018-10-11 16:41:43.429469"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.432213"], ["updated_at", "2018-10-11 16:41:43.432213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.434684"], ["updated_at", "2018-10-11 16:41:43.434684"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.436534"], ["updated_at", "2018-10-11 16:41:43.436534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.438642"], ["updated_at", "2018-10-11 16:41:43.438642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.440269"], ["updated_at", "2018-10-11 16:41:43.440269"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.441975"], ["updated_at", "2018-10-11 16:41:43.441975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.443859"], ["updated_at", "2018-10-11 16:41:43.443859"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.445448"], ["updated_at", "2018-10-11 16:41:43.445448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.447105"], ["updated_at", "2018-10-11 16:41:43.447105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.448964"], ["updated_at", "2018-10-11 16:41:43.448964"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.450653"], ["updated_at", "2018-10-11 16:41:43.450653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.452369"], ["updated_at", "2018-10-11 16:41:43.452369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.454024"], ["updated_at", "2018-10-11 16:41:43.454024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.455684"], ["updated_at", "2018-10-11 16:41:43.455684"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.457285"], ["updated_at", "2018-10-11 16:41:43.457285"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.460295"], ["updated_at", "2018-10-11 16:41:43.460295"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.463592"], ["updated_at", "2018-10-11 16:41:43.463592"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.466025"], ["updated_at", "2018-10-11 16:41:43.466025"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.468192"], ["updated_at", "2018-10-11 16:41:43.468192"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.470302"], ["updated_at", "2018-10-11 16:41:43.470302"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.472560"], ["updated_at", "2018-10-11 16:41:43.472560"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.476258"], ["updated_at", "2018-10-11 16:41:43.476258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.478308"], ["updated_at", "2018-10-11 16:41:43.478308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.479899"], ["updated_at", "2018-10-11 16:41:43.479899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.481542"], ["updated_at", "2018-10-11 16:41:43.481542"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.484606"], ["updated_at", "2018-10-11 16:41:43.484606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.488490"], ["updated_at", "2018-10-11 16:41:43.488490"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.490481"], ["updated_at", "2018-10-11 16:41:43.490481"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.492308"], ["updated_at", "2018-10-11 16:41:43.492308"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.494109"], ["updated_at", "2018-10-11 16:41:43.494109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.495786"], ["updated_at", "2018-10-11 16:41:43.495786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.497434"], ["updated_at", "2018-10-11 16:41:43.497434"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.499054"], ["updated_at", "2018-10-11 16:41:43.499054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.501066"], ["updated_at", "2018-10-11 16:41:43.501066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.502792"], ["updated_at", "2018-10-11 16:41:43.502792"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.504526"], ["updated_at", "2018-10-11 16:41:43.504526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.506411"], ["updated_at", "2018-10-11 16:41:43.506411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.508118"], ["updated_at", "2018-10-11 16:41:43.508118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.509750"], ["updated_at", "2018-10-11 16:41:43.509750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.511407"], ["updated_at", "2018-10-11 16:41:43.511407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.513152"], ["updated_at", "2018-10-11 16:41:43.513152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.514712"], ["updated_at", "2018-10-11 16:41:43.514712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.516349"], ["updated_at", "2018-10-11 16:41:43.516349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.518019"], ["updated_at", "2018-10-11 16:41:43.518019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.519668"], ["updated_at", "2018-10-11 16:41:43.519668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.521325"], ["updated_at", "2018-10-11 16:41:43.521325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.522914"], ["updated_at", "2018-10-11 16:41:43.522914"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.524608"], ["updated_at", "2018-10-11 16:41:43.524608"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.527290"], ["updated_at", "2018-10-11 16:41:43.527290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.529741"], ["updated_at", "2018-10-11 16:41:43.529741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.531475"], ["updated_at", "2018-10-11 16:41:43.531475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.533125"], ["updated_at", "2018-10-11 16:41:43.533125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.536246"], ["updated_at", "2018-10-11 16:41:43.536246"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.539143"], ["updated_at", "2018-10-11 16:41:43.539143"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.541953"], ["updated_at", "2018-10-11 16:41:43.541953"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.544607"], ["updated_at", "2018-10-11 16:41:43.544607"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.547213"], ["updated_at", "2018-10-11 16:41:43.547213"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.550434"], ["updated_at", "2018-10-11 16:41:43.550434"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.555269"], ["updated_at", "2018-10-11 16:41:43.555269"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.557966"], ["updated_at", "2018-10-11 16:41:43.557966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.560784"], ["updated_at", "2018-10-11 16:41:43.560784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.562503"], ["updated_at", "2018-10-11 16:41:43.562503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.564171"], ["updated_at", "2018-10-11 16:41:43.564171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.565847"], ["updated_at", "2018-10-11 16:41:43.565847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.567532"], ["updated_at", "2018-10-11 16:41:43.567532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.569201"], ["updated_at", "2018-10-11 16:41:43.569201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.570907"], ["updated_at", "2018-10-11 16:41:43.570907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.572525"], ["updated_at", "2018-10-11 16:41:43.572525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.574224"], ["updated_at", "2018-10-11 16:41:43.574224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.575926"], ["updated_at", "2018-10-11 16:41:43.575926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.577682"], ["updated_at", "2018-10-11 16:41:43.577682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.579319"], ["updated_at", "2018-10-11 16:41:43.579319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.580929"], ["updated_at", "2018-10-11 16:41:43.580929"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.582470"], ["updated_at", "2018-10-11 16:41:43.582470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.584120"], ["updated_at", "2018-10-11 16:41:43.584120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.585906"], ["updated_at", "2018-10-11 16:41:43.585906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.587743"], ["updated_at", "2018-10-11 16:41:43.587743"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.589321"], ["updated_at", "2018-10-11 16:41:43.589321"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.591139"], ["updated_at", "2018-10-11 16:41:43.591139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.594012"], ["updated_at", "2018-10-11 16:41:43.594012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.596046"], ["updated_at", "2018-10-11 16:41:43.596046"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.597715"], ["updated_at", "2018-10-11 16:41:43.597715"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.599900"], ["updated_at", "2018-10-11 16:41:43.599900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.602237"], ["updated_at", "2018-10-11 16:41:43.602237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.603928"], ["updated_at", "2018-10-11 16:41:43.603928"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.605635"], ["updated_at", "2018-10-11 16:41:43.605635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.608775"], ["updated_at", "2018-10-11 16:41:43.608775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.610591"], ["updated_at", "2018-10-11 16:41:43.610591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.612395"], ["updated_at", "2018-10-11 16:41:43.612395"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.614076"], ["updated_at", "2018-10-11 16:41:43.614076"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.616667"], ["updated_at", "2018-10-11 16:41:43.616667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.620869"], ["updated_at", "2018-10-11 16:41:43.620869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.623020"], ["updated_at", "2018-10-11 16:41:43.623020"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.624739"], ["updated_at", "2018-10-11 16:41:43.624739"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.627171"], ["updated_at", "2018-10-11 16:41:43.627171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.629086"], ["updated_at", "2018-10-11 16:41:43.629086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.630617"], ["updated_at", "2018-10-11 16:41:43.630617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.632224"], ["updated_at", "2018-10-11 16:41:43.632224"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.633925"], ["updated_at", "2018-10-11 16:41:43.633925"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.635797"], ["updated_at", "2018-10-11 16:41:43.635797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.637476"], ["updated_at", "2018-10-11 16:41:43.637476"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.639031"], ["updated_at", "2018-10-11 16:41:43.639031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.640865"], ["updated_at", "2018-10-11 16:41:43.640865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.642548"], ["updated_at", "2018-10-11 16:41:43.642548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.644246"], ["updated_at", "2018-10-11 16:41:43.644246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.645812"], ["updated_at", "2018-10-11 16:41:43.645812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.647467"], ["updated_at", "2018-10-11 16:41:43.647467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.649007"], ["updated_at", "2018-10-11 16:41:43.649007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.650641"], ["updated_at", "2018-10-11 16:41:43.650641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.652336"], ["updated_at", "2018-10-11 16:41:43.652336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.653955"], ["updated_at", "2018-10-11 16:41:43.653955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.655551"], ["updated_at", "2018-10-11 16:41:43.655551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.657144"], ["updated_at", "2018-10-11 16:41:43.657144"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.658954"], ["updated_at", "2018-10-11 16:41:43.658954"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.661744"], ["updated_at", "2018-10-11 16:41:43.661744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.663819"], ["updated_at", "2018-10-11 16:41:43.663819"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.665461"], ["updated_at", "2018-10-11 16:41:43.665461"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.667439"], ["updated_at", "2018-10-11 16:41:43.667439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.669784"], ["updated_at", "2018-10-11 16:41:43.669784"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.671649"], ["updated_at", "2018-10-11 16:41:43.671649"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.676405"], ["updated_at", "2018-10-11 16:41:43.676405"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.679133"], ["updated_at", "2018-10-11 16:41:43.679133"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.681637"], ["updated_at", "2018-10-11 16:41:43.681637"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.687156"], ["updated_at", "2018-10-11 16:41:43.687156"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.690386"], ["updated_at", "2018-10-11 16:41:43.690386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.692654"], ["updated_at", "2018-10-11 16:41:43.692654"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.694294"], ["updated_at", "2018-10-11 16:41:43.694294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.695948"], ["updated_at", "2018-10-11 16:41:43.695948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.697511"], ["updated_at", "2018-10-11 16:41:43.697511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.699159"], ["updated_at", "2018-10-11 16:41:43.699159"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.700724"], ["updated_at", "2018-10-11 16:41:43.700724"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.702454"], ["updated_at", "2018-10-11 16:41:43.702454"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.704194"], ["updated_at", "2018-10-11 16:41:43.704194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.705810"], ["updated_at", "2018-10-11 16:41:43.705810"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.707394"], ["updated_at", "2018-10-11 16:41:43.707394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.709320"], ["updated_at", "2018-10-11 16:41:43.709320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.710980"], ["updated_at", "2018-10-11 16:41:43.710980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.712598"], ["updated_at", "2018-10-11 16:41:43.712598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.714178"], ["updated_at", "2018-10-11 16:41:43.714178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.715790"], ["updated_at", "2018-10-11 16:41:43.715790"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.717354"], ["updated_at", "2018-10-11 16:41:43.717354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.719138"], ["updated_at", "2018-10-11 16:41:43.719138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.720734"], ["updated_at", "2018-10-11 16:41:43.720734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.722361"], ["updated_at", "2018-10-11 16:41:43.722361"], ["parent_id", 39895952907]] Kithe::Work Create (3.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.723921"], ["updated_at", "2018-10-11 16:41:43.723921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.729405"], ["updated_at", "2018-10-11 16:41:43.729405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.731230"], ["updated_at", "2018-10-11 16:41:43.731230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.732921"], ["updated_at", "2018-10-11 16:41:43.732921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.734588"], ["updated_at", "2018-10-11 16:41:43.734588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.736361"], ["updated_at", "2018-10-11 16:41:43.736361"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.738044"], ["updated_at", "2018-10-11 16:41:43.738044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.740886"], ["updated_at", "2018-10-11 16:41:43.740886"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.742614"], ["updated_at", "2018-10-11 16:41:43.742614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.744461"], ["updated_at", "2018-10-11 16:41:43.744461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.746032"], ["updated_at", "2018-10-11 16:41:43.746032"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.747701"], ["updated_at", "2018-10-11 16:41:43.747701"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.750634"], ["updated_at", "2018-10-11 16:41:43.750634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.754376"], ["updated_at", "2018-10-11 16:41:43.754376"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.756106"], ["updated_at", "2018-10-11 16:41:43.756106"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.757940"], ["updated_at", "2018-10-11 16:41:43.757940"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.759812"], ["updated_at", "2018-10-11 16:41:43.759812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.761482"], ["updated_at", "2018-10-11 16:41:43.761482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.763090"], ["updated_at", "2018-10-11 16:41:43.763090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.764677"], ["updated_at", "2018-10-11 16:41:43.764677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.766255"], ["updated_at", "2018-10-11 16:41:43.766255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.767935"], ["updated_at", "2018-10-11 16:41:43.767935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.769586"], ["updated_at", "2018-10-11 16:41:43.769586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.771271"], ["updated_at", "2018-10-11 16:41:43.771271"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.772825"], ["updated_at", "2018-10-11 16:41:43.772825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.774668"], ["updated_at", "2018-10-11 16:41:43.774668"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.776421"], ["updated_at", "2018-10-11 16:41:43.776421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.778347"], ["updated_at", "2018-10-11 16:41:43.778347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.780032"], ["updated_at", "2018-10-11 16:41:43.780032"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.781576"], ["updated_at", "2018-10-11 16:41:43.781576"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.783386"], ["updated_at", "2018-10-11 16:41:43.783386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.785153"], ["updated_at", "2018-10-11 16:41:43.785153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.786853"], ["updated_at", "2018-10-11 16:41:43.786853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.788402"], ["updated_at", "2018-10-11 16:41:43.788402"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.790065"], ["updated_at", "2018-10-11 16:41:43.790065"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.793551"], ["updated_at", "2018-10-11 16:41:43.793551"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.796270"], ["updated_at", "2018-10-11 16:41:43.796270"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.798428"], ["updated_at", "2018-10-11 16:41:43.798428"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.800452"], ["updated_at", "2018-10-11 16:41:43.800452"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.802476"], ["updated_at", "2018-10-11 16:41:43.802476"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.804804"], ["updated_at", "2018-10-11 16:41:43.804804"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.806965"], ["updated_at", "2018-10-11 16:41:43.806965"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.812610"], ["updated_at", "2018-10-11 16:41:43.812610"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.814620"], ["updated_at", "2018-10-11 16:41:43.814620"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.818300"], ["updated_at", "2018-10-11 16:41:43.818300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.821759"], ["updated_at", "2018-10-11 16:41:43.821759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.823537"], ["updated_at", "2018-10-11 16:41:43.823537"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.825419"], ["updated_at", "2018-10-11 16:41:43.825419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.827337"], ["updated_at", "2018-10-11 16:41:43.827337"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.828990"], ["updated_at", "2018-10-11 16:41:43.828990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.830707"], ["updated_at", "2018-10-11 16:41:43.830707"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.832279"], ["updated_at", "2018-10-11 16:41:43.832279"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.834070"], ["updated_at", "2018-10-11 16:41:43.834070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.836150"], ["updated_at", "2018-10-11 16:41:43.836150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.838111"], ["updated_at", "2018-10-11 16:41:43.838111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.839704"], ["updated_at", "2018-10-11 16:41:43.839704"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.841654"], ["updated_at", "2018-10-11 16:41:43.841654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.843714"], ["updated_at", "2018-10-11 16:41:43.843714"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.845377"], ["updated_at", "2018-10-11 16:41:43.845377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.847256"], ["updated_at", "2018-10-11 16:41:43.847256"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.848972"], ["updated_at", "2018-10-11 16:41:43.848972"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.850643"], ["updated_at", "2018-10-11 16:41:43.850643"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.852482"], ["updated_at", "2018-10-11 16:41:43.852482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.854117"], ["updated_at", "2018-10-11 16:41:43.854117"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.855692"], ["updated_at", "2018-10-11 16:41:43.855692"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.857455"], ["updated_at", "2018-10-11 16:41:43.857455"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.859650"], ["updated_at", "2018-10-11 16:41:43.859650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.862514"], ["updated_at", "2018-10-11 16:41:43.862514"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.864275"], ["updated_at", "2018-10-11 16:41:43.864275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.866668"], ["updated_at", "2018-10-11 16:41:43.866668"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.868591"], ["updated_at", "2018-10-11 16:41:43.868591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.870833"], ["updated_at", "2018-10-11 16:41:43.870833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.872517"], ["updated_at", "2018-10-11 16:41:43.872517"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.877213"], ["updated_at", "2018-10-11 16:41:43.877213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.879022"], ["updated_at", "2018-10-11 16:41:43.879022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.880697"], ["updated_at", "2018-10-11 16:41:43.880697"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.882381"], ["updated_at", "2018-10-11 16:41:43.882381"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.886442"], ["updated_at", "2018-10-11 16:41:43.886442"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.889664"], ["updated_at", "2018-10-11 16:41:43.889664"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.891422"], ["updated_at", "2018-10-11 16:41:43.891422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.893382"], ["updated_at", "2018-10-11 16:41:43.893382"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.895134"], ["updated_at", "2018-10-11 16:41:43.895134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.897455"], ["updated_at", "2018-10-11 16:41:43.897455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.899283"], ["updated_at", "2018-10-11 16:41:43.899283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.900969"], ["updated_at", "2018-10-11 16:41:43.900969"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.902627"], ["updated_at", "2018-10-11 16:41:43.902627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.904224"], ["updated_at", "2018-10-11 16:41:43.904224"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.906060"], ["updated_at", "2018-10-11 16:41:43.906060"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.907975"], ["updated_at", "2018-10-11 16:41:43.907975"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.909816"], ["updated_at", "2018-10-11 16:41:43.909816"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.911542"], ["updated_at", "2018-10-11 16:41:43.911542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.913859"], ["updated_at", "2018-10-11 16:41:43.913859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.915510"], ["updated_at", "2018-10-11 16:41:43.915510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.917126"], ["updated_at", "2018-10-11 16:41:43.917126"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.918997"], ["updated_at", "2018-10-11 16:41:43.918997"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.921648"], ["updated_at", "2018-10-11 16:41:43.921648"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.924182"], ["updated_at", "2018-10-11 16:41:43.924182"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.926901"], ["updated_at", "2018-10-11 16:41:43.926901"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.929443"], ["updated_at", "2018-10-11 16:41:43.929443"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.932665"], ["updated_at", "2018-10-11 16:41:43.932665"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.934994"], ["updated_at", "2018-10-11 16:41:43.934994"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.937193"], ["updated_at", "2018-10-11 16:41:43.937193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.939380"], ["updated_at", "2018-10-11 16:41:43.939380"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.941314"], ["updated_at", "2018-10-11 16:41:43.941314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.944436"], ["updated_at", "2018-10-11 16:41:43.944436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.946060"], ["updated_at", "2018-10-11 16:41:43.946060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.947796"], ["updated_at", "2018-10-11 16:41:43.947796"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.950209"], ["updated_at", "2018-10-11 16:41:43.950209"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.953848"], ["updated_at", "2018-10-11 16:41:43.953848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.956127"], ["updated_at", "2018-10-11 16:41:43.956127"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.957758"], ["updated_at", "2018-10-11 16:41:43.957758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.960003"], ["updated_at", "2018-10-11 16:41:43.960003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.961722"], ["updated_at", "2018-10-11 16:41:43.961722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.964465"], ["updated_at", "2018-10-11 16:41:43.964465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.966110"], ["updated_at", "2018-10-11 16:41:43.966110"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.967718"], ["updated_at", "2018-10-11 16:41:43.967718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.969530"], ["updated_at", "2018-10-11 16:41:43.969530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.971190"], ["updated_at", "2018-10-11 16:41:43.971190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.972770"], ["updated_at", "2018-10-11 16:41:43.972770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.974383"], ["updated_at", "2018-10-11 16:41:43.974383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.976117"], ["updated_at", "2018-10-11 16:41:43.976117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.977787"], ["updated_at", "2018-10-11 16:41:43.977787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.979375"], ["updated_at", "2018-10-11 16:41:43.979375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.980938"], ["updated_at", "2018-10-11 16:41:43.980938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.982589"], ["updated_at", "2018-10-11 16:41:43.982589"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.984178"], ["updated_at", "2018-10-11 16:41:43.984178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.985982"], ["updated_at", "2018-10-11 16:41:43.985982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.987658"], ["updated_at", "2018-10-11 16:41:43.987658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.989219"], ["updated_at", "2018-10-11 16:41:43.989219"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.991114"], ["updated_at", "2018-10-11 16:41:43.991114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.993819"], ["updated_at", "2018-10-11 16:41:43.993819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.996069"], ["updated_at", "2018-10-11 16:41:43.996069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.997818"], ["updated_at", "2018-10-11 16:41:43.997818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:43.999578"], ["updated_at", "2018-10-11 16:41:43.999578"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.001336"], ["updated_at", "2018-10-11 16:41:44.001336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.003224"], ["updated_at", "2018-10-11 16:41:44.003224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.005987"], ["updated_at", "2018-10-11 16:41:44.005987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.007618"], ["updated_at", "2018-10-11 16:41:44.007618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.009369"], ["updated_at", "2018-10-11 16:41:44.009369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.011203"], ["updated_at", "2018-10-11 16:41:44.011203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.012834"], ["updated_at", "2018-10-11 16:41:44.012834"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.014410"], ["updated_at", "2018-10-11 16:41:44.014410"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.017046"], ["updated_at", "2018-10-11 16:41:44.017046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.020924"], ["updated_at", "2018-10-11 16:41:44.020924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.023149"], ["updated_at", "2018-10-11 16:41:44.023149"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.024784"], ["updated_at", "2018-10-11 16:41:44.024784"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.026782"], ["updated_at", "2018-10-11 16:41:44.026782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.028503"], ["updated_at", "2018-10-11 16:41:44.028503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.030139"], ["updated_at", "2018-10-11 16:41:44.030139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.031938"], ["updated_at", "2018-10-11 16:41:44.031938"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.033522"], ["updated_at", "2018-10-11 16:41:44.033522"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.035385"], ["updated_at", "2018-10-11 16:41:44.035385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.037067"], ["updated_at", "2018-10-11 16:41:44.037067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.038761"], ["updated_at", "2018-10-11 16:41:44.038761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.040373"], ["updated_at", "2018-10-11 16:41:44.040373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.042072"], ["updated_at", "2018-10-11 16:41:44.042072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.043775"], ["updated_at", "2018-10-11 16:41:44.043775"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.045868"], ["updated_at", "2018-10-11 16:41:44.045868"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.048489"], ["updated_at", "2018-10-11 16:41:44.048489"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.051062"], ["updated_at", "2018-10-11 16:41:44.051062"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.053838"], ["updated_at", "2018-10-11 16:41:44.053838"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.056463"], ["updated_at", "2018-10-11 16:41:44.056463"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.058850"], ["updated_at", "2018-10-11 16:41:44.058850"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.062026"], ["updated_at", "2018-10-11 16:41:44.062026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.063918"], ["updated_at", "2018-10-11 16:41:44.063918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.065551"], ["updated_at", "2018-10-11 16:41:44.065551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.067311"], ["updated_at", "2018-10-11 16:41:44.067311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.069110"], ["updated_at", "2018-10-11 16:41:44.069110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.070731"], ["updated_at", "2018-10-11 16:41:44.070731"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.074290"], ["updated_at", "2018-10-11 16:41:44.074290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.076112"], ["updated_at", "2018-10-11 16:41:44.076112"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.077756"], ["updated_at", "2018-10-11 16:41:44.077756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.079474"], ["updated_at", "2018-10-11 16:41:44.079474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.081073"], ["updated_at", "2018-10-11 16:41:44.081073"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.083634"], ["updated_at", "2018-10-11 16:41:44.083634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.087856"], ["updated_at", "2018-10-11 16:41:44.087856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.089957"], ["updated_at", "2018-10-11 16:41:44.089957"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.091856"], ["updated_at", "2018-10-11 16:41:44.091856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.093709"], ["updated_at", "2018-10-11 16:41:44.093709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.095274"], ["updated_at", "2018-10-11 16:41:44.095274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.096941"], ["updated_at", "2018-10-11 16:41:44.096941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.098524"], ["updated_at", "2018-10-11 16:41:44.098524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.100131"], ["updated_at", "2018-10-11 16:41:44.100131"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.101831"], ["updated_at", "2018-10-11 16:41:44.101831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.103582"], ["updated_at", "2018-10-11 16:41:44.103582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.105232"], ["updated_at", "2018-10-11 16:41:44.105232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.106770"], ["updated_at", "2018-10-11 16:41:44.106770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.108425"], ["updated_at", "2018-10-11 16:41:44.108425"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.110058"], ["updated_at", "2018-10-11 16:41:44.110058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.111734"], ["updated_at", "2018-10-11 16:41:44.111734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.113292"], ["updated_at", "2018-10-11 16:41:44.113292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.114905"], ["updated_at", "2018-10-11 16:41:44.114905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.116475"], ["updated_at", "2018-10-11 16:41:44.116475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.118101"], ["updated_at", "2018-10-11 16:41:44.118101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.119721"], ["updated_at", "2018-10-11 16:41:44.119721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.121338"], ["updated_at", "2018-10-11 16:41:44.121338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.122946"], ["updated_at", "2018-10-11 16:41:44.122946"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.124825"], ["updated_at", "2018-10-11 16:41:44.124825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.127640"], ["updated_at", "2018-10-11 16:41:44.127640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.129720"], ["updated_at", "2018-10-11 16:41:44.129720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.131398"], ["updated_at", "2018-10-11 16:41:44.131398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.133009"], ["updated_at", "2018-10-11 16:41:44.133009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.134749"], ["updated_at", "2018-10-11 16:41:44.134749"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.136387"], ["updated_at", "2018-10-11 16:41:44.136387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.139382"], ["updated_at", "2018-10-11 16:41:44.139382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.141060"], ["updated_at", "2018-10-11 16:41:44.141060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.142770"], ["updated_at", "2018-10-11 16:41:44.142770"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.144418"], ["updated_at", "2018-10-11 16:41:44.144418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.146095"], ["updated_at", "2018-10-11 16:41:44.146095"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.147631"], ["updated_at", "2018-10-11 16:41:44.147631"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.150438"], ["updated_at", "2018-10-11 16:41:44.150438"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.154636"], ["updated_at", "2018-10-11 16:41:44.154636"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.156467"], ["updated_at", "2018-10-11 16:41:44.156467"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.158324"], ["updated_at", "2018-10-11 16:41:44.158324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.160315"], ["updated_at", "2018-10-11 16:41:44.160315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.162010"], ["updated_at", "2018-10-11 16:41:44.162010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.163610"], ["updated_at", "2018-10-11 16:41:44.163610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.165230"], ["updated_at", "2018-10-11 16:41:44.165230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.166779"], ["updated_at", "2018-10-11 16:41:44.166779"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.168893"], ["updated_at", "2018-10-11 16:41:44.168893"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.171623"], ["updated_at", "2018-10-11 16:41:44.171623"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.174298"], ["updated_at", "2018-10-11 16:41:44.174298"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.177182"], ["updated_at", "2018-10-11 16:41:44.177182"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.179889"], ["updated_at", "2018-10-11 16:41:44.179889"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.182535"], ["updated_at", "2018-10-11 16:41:44.182535"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.185430"], ["updated_at", "2018-10-11 16:41:44.185430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.188262"], ["updated_at", "2018-10-11 16:41:44.188262"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.189975"], ["updated_at", "2018-10-11 16:41:44.189975"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.192148"], ["updated_at", "2018-10-11 16:41:44.192148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.195056"], ["updated_at", "2018-10-11 16:41:44.195056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.196785"], ["updated_at", "2018-10-11 16:41:44.196785"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.198420"], ["updated_at", "2018-10-11 16:41:44.198420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.200016"], ["updated_at", "2018-10-11 16:41:44.200016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.201706"], ["updated_at", "2018-10-11 16:41:44.201706"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.203457"], ["updated_at", "2018-10-11 16:41:44.203457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.206326"], ["updated_at", "2018-10-11 16:41:44.206326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.208024"], ["updated_at", "2018-10-11 16:41:44.208024"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.209727"], ["updated_at", "2018-10-11 16:41:44.209727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.211372"], ["updated_at", "2018-10-11 16:41:44.211372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.212980"], ["updated_at", "2018-10-11 16:41:44.212980"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.214627"], ["updated_at", "2018-10-11 16:41:44.214627"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.217337"], ["updated_at", "2018-10-11 16:41:44.217337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.221480"], ["updated_at", "2018-10-11 16:41:44.221480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.223233"], ["updated_at", "2018-10-11 16:41:44.223233"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.224984"], ["updated_at", "2018-10-11 16:41:44.224984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.226956"], ["updated_at", "2018-10-11 16:41:44.226956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.228559"], ["updated_at", "2018-10-11 16:41:44.228559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.230178"], ["updated_at", "2018-10-11 16:41:44.230178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.231769"], ["updated_at", "2018-10-11 16:41:44.231769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.233392"], ["updated_at", "2018-10-11 16:41:44.233392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.235136"], ["updated_at", "2018-10-11 16:41:44.235136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.236861"], ["updated_at", "2018-10-11 16:41:44.236861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.238403"], ["updated_at", "2018-10-11 16:41:44.238403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.239973"], ["updated_at", "2018-10-11 16:41:44.239973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.241702"], ["updated_at", "2018-10-11 16:41:44.241702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.243503"], ["updated_at", "2018-10-11 16:41:44.243503"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.245131"], ["updated_at", "2018-10-11 16:41:44.245131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.246805"], ["updated_at", "2018-10-11 16:41:44.246805"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.248442"], ["updated_at", "2018-10-11 16:41:44.248442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.250150"], ["updated_at", "2018-10-11 16:41:44.250150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.251864"], ["updated_at", "2018-10-11 16:41:44.251864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.253531"], ["updated_at", "2018-10-11 16:41:44.253531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.255170"], ["updated_at", "2018-10-11 16:41:44.255170"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.256702"], ["updated_at", "2018-10-11 16:41:44.256702"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.258443"], ["updated_at", "2018-10-11 16:41:44.258443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.261289"], ["updated_at", "2018-10-11 16:41:44.261289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.263257"], ["updated_at", "2018-10-11 16:41:44.263257"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.265027"], ["updated_at", "2018-10-11 16:41:44.265027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.266624"], ["updated_at", "2018-10-11 16:41:44.266624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.268276"], ["updated_at", "2018-10-11 16:41:44.268276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.269936"], ["updated_at", "2018-10-11 16:41:44.269936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.272766"], ["updated_at", "2018-10-11 16:41:44.272766"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.274346"], ["updated_at", "2018-10-11 16:41:44.274346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.276172"], ["updated_at", "2018-10-11 16:41:44.276172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.277847"], ["updated_at", "2018-10-11 16:41:44.277847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.279471"], ["updated_at", "2018-10-11 16:41:44.279471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.281123"], ["updated_at", "2018-10-11 16:41:44.281123"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.283495"], ["updated_at", "2018-10-11 16:41:44.283495"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.288801"], ["updated_at", "2018-10-11 16:41:44.288801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.290918"], ["updated_at", "2018-10-11 16:41:44.290918"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.292906"], ["updated_at", "2018-10-11 16:41:44.292906"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.295745"], ["updated_at", "2018-10-11 16:41:44.295745"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.299101"], ["updated_at", "2018-10-11 16:41:44.299101"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.302490"], ["updated_at", "2018-10-11 16:41:44.302490"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.305524"], ["updated_at", "2018-10-11 16:41:44.305524"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.309066"], ["updated_at", "2018-10-11 16:41:44.309066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.312499"], ["updated_at", "2018-10-11 16:41:44.312499"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.314801"], ["updated_at", "2018-10-11 16:41:44.314801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.316957"], ["updated_at", "2018-10-11 16:41:44.316957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.318921"], ["updated_at", "2018-10-11 16:41:44.318921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.320579"], ["updated_at", "2018-10-11 16:41:44.320579"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.322960"], ["updated_at", "2018-10-11 16:41:44.322960"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.325017"], ["updated_at", "2018-10-11 16:41:44.325017"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.327652"], ["updated_at", "2018-10-11 16:41:44.327652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.329708"], ["updated_at", "2018-10-11 16:41:44.329708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.332090"], ["updated_at", "2018-10-11 16:41:44.332090"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.333667"], ["updated_at", "2018-10-11 16:41:44.333667"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.335413"], ["updated_at", "2018-10-11 16:41:44.335413"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.337148"], ["updated_at", "2018-10-11 16:41:44.337148"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.340652"], ["updated_at", "2018-10-11 16:41:44.340652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.342501"], ["updated_at", "2018-10-11 16:41:44.342501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.344149"], ["updated_at", "2018-10-11 16:41:44.344149"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.345867"], ["updated_at", "2018-10-11 16:41:44.345867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.348170"], ["updated_at", "2018-10-11 16:41:44.348170"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.351080"], ["updated_at", "2018-10-11 16:41:44.351080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.355715"], ["updated_at", "2018-10-11 16:41:44.355715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.357453"], ["updated_at", "2018-10-11 16:41:44.357453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.359272"], ["updated_at", "2018-10-11 16:41:44.359272"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.361089"], ["updated_at", "2018-10-11 16:41:44.361089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.363231"], ["updated_at", "2018-10-11 16:41:44.363231"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.364816"], ["updated_at", "2018-10-11 16:41:44.364816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.366443"], ["updated_at", "2018-10-11 16:41:44.366443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.368149"], ["updated_at", "2018-10-11 16:41:44.368149"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.369953"], ["updated_at", "2018-10-11 16:41:44.369953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.372260"], ["updated_at", "2018-10-11 16:41:44.372260"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.373924"], ["updated_at", "2018-10-11 16:41:44.373924"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.375640"], ["updated_at", "2018-10-11 16:41:44.375640"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.377344"], ["updated_at", "2018-10-11 16:41:44.377344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.380687"], ["updated_at", "2018-10-11 16:41:44.380687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.382466"], ["updated_at", "2018-10-11 16:41:44.382466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.384086"], ["updated_at", "2018-10-11 16:41:44.384086"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.385865"], ["updated_at", "2018-10-11 16:41:44.385865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.388243"], ["updated_at", "2018-10-11 16:41:44.388243"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.389819"], ["updated_at", "2018-10-11 16:41:44.389819"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.392028"], ["updated_at", "2018-10-11 16:41:44.392028"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.395216"], ["updated_at", "2018-10-11 16:41:44.395216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.397098"], ["updated_at", "2018-10-11 16:41:44.397098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.398667"], ["updated_at", "2018-10-11 16:41:44.398667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.400205"], ["updated_at", "2018-10-11 16:41:44.400205"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.401959"], ["updated_at", "2018-10-11 16:41:44.401959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.404512"], ["updated_at", "2018-10-11 16:41:44.404512"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.407718"], ["updated_at", "2018-10-11 16:41:44.407718"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.409479"], ["updated_at", "2018-10-11 16:41:44.409479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.411702"], ["updated_at", "2018-10-11 16:41:44.411702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.413314"], ["updated_at", "2018-10-11 16:41:44.413314"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.414985"], ["updated_at", "2018-10-11 16:41:44.414985"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.419317"], ["updated_at", "2018-10-11 16:41:44.419317"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.424234"], ["updated_at", "2018-10-11 16:41:44.424234"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.428432"], ["updated_at", "2018-10-11 16:41:44.428432"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.432119"], ["updated_at", "2018-10-11 16:41:44.432119"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.436117"], ["updated_at", "2018-10-11 16:41:44.436117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.438626"], ["updated_at", "2018-10-11 16:41:44.438626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.440328"], ["updated_at", "2018-10-11 16:41:44.440328"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.441986"], ["updated_at", "2018-10-11 16:41:44.441986"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.444507"], ["updated_at", "2018-10-11 16:41:44.444507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.446187"], ["updated_at", "2018-10-11 16:41:44.446187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.447787"], ["updated_at", "2018-10-11 16:41:44.447787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.449349"], ["updated_at", "2018-10-11 16:41:44.449349"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.451418"], ["updated_at", "2018-10-11 16:41:44.451418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.454695"], ["updated_at", "2018-10-11 16:41:44.454695"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.456377"], ["updated_at", "2018-10-11 16:41:44.456377"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.458407"], ["updated_at", "2018-10-11 16:41:44.458407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.461916"], ["updated_at", "2018-10-11 16:41:44.461916"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.463573"], ["updated_at", "2018-10-11 16:41:44.463573"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.465163"], ["updated_at", "2018-10-11 16:41:44.465163"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.468484"], ["updated_at", "2018-10-11 16:41:44.468484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.471484"], ["updated_at", "2018-10-11 16:41:44.471484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.472926"], ["updated_at", "2018-10-11 16:41:44.472926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.477263"], ["updated_at", "2018-10-11 16:41:44.477263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.478847"], ["updated_at", "2018-10-11 16:41:44.478847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.480369"], ["updated_at", "2018-10-11 16:41:44.480369"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.481984"], ["updated_at", "2018-10-11 16:41:44.481984"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.486256"], ["updated_at", "2018-10-11 16:41:44.486256"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.489915"], ["updated_at", "2018-10-11 16:41:44.489915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.492400"], ["updated_at", "2018-10-11 16:41:44.492400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.494165"], ["updated_at", "2018-10-11 16:41:44.494165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.495686"], ["updated_at", "2018-10-11 16:41:44.495686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.497242"], ["updated_at", "2018-10-11 16:41:44.497242"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.498841"], ["updated_at", "2018-10-11 16:41:44.498841"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.501037"], ["updated_at", "2018-10-11 16:41:44.501037"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.502904"], ["updated_at", "2018-10-11 16:41:44.502904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.504805"], ["updated_at", "2018-10-11 16:41:44.504805"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.506450"], ["updated_at", "2018-10-11 16:41:44.506450"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.508914"], ["updated_at", "2018-10-11 16:41:44.508914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.510756"], ["updated_at", "2018-10-11 16:41:44.510756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.512331"], ["updated_at", "2018-10-11 16:41:44.512331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.514014"], ["updated_at", "2018-10-11 16:41:44.514014"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.516006"], ["updated_at", "2018-10-11 16:41:44.516006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.518019"], ["updated_at", "2018-10-11 16:41:44.518019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.519679"], ["updated_at", "2018-10-11 16:41:44.519679"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.521306"], ["updated_at", "2018-10-11 16:41:44.521306"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.522952"], ["updated_at", "2018-10-11 16:41:44.522952"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.525320"], ["updated_at", "2018-10-11 16:41:44.525320"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.528150"], ["updated_at", "2018-10-11 16:41:44.528150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.529805"], ["updated_at", "2018-10-11 16:41:44.529805"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.531881"], ["updated_at", "2018-10-11 16:41:44.531881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.533812"], ["updated_at", "2018-10-11 16:41:44.533812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.535684"], ["updated_at", "2018-10-11 16:41:44.535684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.537322"], ["updated_at", "2018-10-11 16:41:44.537322"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.542768"], ["updated_at", "2018-10-11 16:41:44.542768"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.546418"], ["updated_at", "2018-10-11 16:41:44.546418"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.549294"], ["updated_at", "2018-10-11 16:41:44.549294"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.554940"], ["updated_at", "2018-10-11 16:41:44.554940"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.558430"], ["updated_at", "2018-10-11 16:41:44.558430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.562073"], ["updated_at", "2018-10-11 16:41:44.562073"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.563839"], ["updated_at", "2018-10-11 16:41:44.563839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.566001"], ["updated_at", "2018-10-11 16:41:44.566001"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.567671"], ["updated_at", "2018-10-11 16:41:44.567671"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.569575"], ["updated_at", "2018-10-11 16:41:44.569575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.575279"], ["updated_at", "2018-10-11 16:41:44.575279"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.577252"], ["updated_at", "2018-10-11 16:41:44.577252"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.579430"], ["updated_at", "2018-10-11 16:41:44.579430"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.582331"], ["updated_at", "2018-10-11 16:41:44.582331"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.584663"], ["updated_at", "2018-10-11 16:41:44.584663"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.587128"], ["updated_at", "2018-10-11 16:41:44.587128"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.590251"], ["updated_at", "2018-10-11 16:41:44.590251"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.592757"], ["updated_at", "2018-10-11 16:41:44.592757"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.595879"], ["updated_at", "2018-10-11 16:41:44.595879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.599517"], ["updated_at", "2018-10-11 16:41:44.599517"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.601654"], ["updated_at", "2018-10-11 16:41:44.601654"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.604757"], ["updated_at", "2018-10-11 16:41:44.604757"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.607376"], ["updated_at", "2018-10-11 16:41:44.607376"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.609202"], ["updated_at", "2018-10-11 16:41:44.609202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.614183"], ["updated_at", "2018-10-11 16:41:44.614183"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.617147"], ["updated_at", "2018-10-11 16:41:44.617147"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.621451"], ["updated_at", "2018-10-11 16:41:44.621451"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.623653"], ["updated_at", "2018-10-11 16:41:44.623653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.626720"], ["updated_at", "2018-10-11 16:41:44.626720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.628772"], ["updated_at", "2018-10-11 16:41:44.628772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.630746"], ["updated_at", "2018-10-11 16:41:44.630746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.632320"], ["updated_at", "2018-10-11 16:41:44.632320"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.633904"], ["updated_at", "2018-10-11 16:41:44.633904"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.635595"], ["updated_at", "2018-10-11 16:41:44.635595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.638092"], ["updated_at", "2018-10-11 16:41:44.638092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.639685"], ["updated_at", "2018-10-11 16:41:44.639685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.641347"], ["updated_at", "2018-10-11 16:41:44.641347"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.642974"], ["updated_at", "2018-10-11 16:41:44.642974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.645097"], ["updated_at", "2018-10-11 16:41:44.645097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.647083"], ["updated_at", "2018-10-11 16:41:44.647083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.648709"], ["updated_at", "2018-10-11 16:41:44.648709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.650311"], ["updated_at", "2018-10-11 16:41:44.650311"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.651949"], ["updated_at", "2018-10-11 16:41:44.651949"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.654434"], ["updated_at", "2018-10-11 16:41:44.654434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.656260"], ["updated_at", "2018-10-11 16:41:44.656260"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.658122"], ["updated_at", "2018-10-11 16:41:44.658122"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.660797"], ["updated_at", "2018-10-11 16:41:44.660797"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.663266"], ["updated_at", "2018-10-11 16:41:44.663266"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.664898"], ["updated_at", "2018-10-11 16:41:44.664898"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.668063"], ["updated_at", "2018-10-11 16:41:44.668063"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.671753"], ["updated_at", "2018-10-11 16:41:44.671753"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.673832"], ["updated_at", "2018-10-11 16:41:44.673832"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.677936"], ["updated_at", "2018-10-11 16:41:44.677936"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.681253"], ["updated_at", "2018-10-11 16:41:44.681253"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.684674"], ["updated_at", "2018-10-11 16:41:44.684674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.689707"], ["updated_at", "2018-10-11 16:41:44.689707"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.691333"], ["updated_at", "2018-10-11 16:41:44.691333"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.694284"], ["updated_at", "2018-10-11 16:41:44.694284"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.696615"], ["updated_at", "2018-10-11 16:41:44.696615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.698394"], ["updated_at", "2018-10-11 16:41:44.698394"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.700159"], ["updated_at", "2018-10-11 16:41:44.700159"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.702654"], ["updated_at", "2018-10-11 16:41:44.702654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.704307"], ["updated_at", "2018-10-11 16:41:44.704307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.705872"], ["updated_at", "2018-10-11 16:41:44.705872"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.707593"], ["updated_at", "2018-10-11 16:41:44.707593"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.709814"], ["updated_at", "2018-10-11 16:41:44.709814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.711891"], ["updated_at", "2018-10-11 16:41:44.711891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.713488"], ["updated_at", "2018-10-11 16:41:44.713488"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.715056"], ["updated_at", "2018-10-11 16:41:44.715056"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.716688"], ["updated_at", "2018-10-11 16:41:44.716688"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.719177"], ["updated_at", "2018-10-11 16:41:44.719177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.720886"], ["updated_at", "2018-10-11 16:41:44.720886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.722453"], ["updated_at", "2018-10-11 16:41:44.722453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.724066"], ["updated_at", "2018-10-11 16:41:44.724066"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.726591"], ["updated_at", "2018-10-11 16:41:44.726591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.729257"], ["updated_at", "2018-10-11 16:41:44.729257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.730876"], ["updated_at", "2018-10-11 16:41:44.730876"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.732433"], ["updated_at", "2018-10-11 16:41:44.732433"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.734212"], ["updated_at", "2018-10-11 16:41:44.734212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.735935"], ["updated_at", "2018-10-11 16:41:44.735935"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.737585"], ["updated_at", "2018-10-11 16:41:44.737585"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.740567"], ["updated_at", "2018-10-11 16:41:44.740567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.742695"], ["updated_at", "2018-10-11 16:41:44.742695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.744405"], ["updated_at", "2018-10-11 16:41:44.744405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.746029"], ["updated_at", "2018-10-11 16:41:44.746029"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.747599"], ["updated_at", "2018-10-11 16:41:44.747599"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.750048"], ["updated_at", "2018-10-11 16:41:44.750048"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.754318"], ["updated_at", "2018-10-11 16:41:44.754318"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.756508"], ["updated_at", "2018-10-11 16:41:44.756508"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.758964"], ["updated_at", "2018-10-11 16:41:44.758964"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.761140"], ["updated_at", "2018-10-11 16:41:44.761140"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.762720"], ["updated_at", "2018-10-11 16:41:44.762720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.764544"], ["updated_at", "2018-10-11 16:41:44.764544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.766249"], ["updated_at", "2018-10-11 16:41:44.766249"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.767868"], ["updated_at", "2018-10-11 16:41:44.767868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.769665"], ["updated_at", "2018-10-11 16:41:44.769665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.771445"], ["updated_at", "2018-10-11 16:41:44.771445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.773183"], ["updated_at", "2018-10-11 16:41:44.773183"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.774945"], ["updated_at", "2018-10-11 16:41:44.774945"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.776734"], ["updated_at", "2018-10-11 16:41:44.776734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.778431"], ["updated_at", "2018-10-11 16:41:44.778431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.779971"], ["updated_at", "2018-10-11 16:41:44.779971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.781714"], ["updated_at", "2018-10-11 16:41:44.781714"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.783408"], ["updated_at", "2018-10-11 16:41:44.783408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.785895"], ["updated_at", "2018-10-11 16:41:44.785895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.787637"], ["updated_at", "2018-10-11 16:41:44.787637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.789188"], ["updated_at", "2018-10-11 16:41:44.789188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.790915"], ["updated_at", "2018-10-11 16:41:44.790915"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.793626"], ["updated_at", "2018-10-11 16:41:44.793626"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.797908"], ["updated_at", "2018-10-11 16:41:44.797908"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.800344"], ["updated_at", "2018-10-11 16:41:44.800344"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.803039"], ["updated_at", "2018-10-11 16:41:44.803039"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.805516"], ["updated_at", "2018-10-11 16:41:44.805516"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.807532"], ["updated_at", "2018-10-11 16:41:44.807532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.812215"], ["updated_at", "2018-10-11 16:41:44.812215"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.814415"], ["updated_at", "2018-10-11 16:41:44.814415"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.816755"], ["updated_at", "2018-10-11 16:41:44.816755"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.820485"], ["updated_at", "2018-10-11 16:41:44.820485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.823131"], ["updated_at", "2018-10-11 16:41:44.823131"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.824934"], ["updated_at", "2018-10-11 16:41:44.824934"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.826890"], ["updated_at", "2018-10-11 16:41:44.826890"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.828547"], ["updated_at", "2018-10-11 16:41:44.828547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.830233"], ["updated_at", "2018-10-11 16:41:44.830233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.831803"], ["updated_at", "2018-10-11 16:41:44.831803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.833519"], ["updated_at", "2018-10-11 16:41:44.833519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.835128"], ["updated_at", "2018-10-11 16:41:44.835128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.837058"], ["updated_at", "2018-10-11 16:41:44.837058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.838677"], ["updated_at", "2018-10-11 16:41:44.838677"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.840281"], ["updated_at", "2018-10-11 16:41:44.840281"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.842575"], ["updated_at", "2018-10-11 16:41:44.842575"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.844407"], ["updated_at", "2018-10-11 16:41:44.844407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.846177"], ["updated_at", "2018-10-11 16:41:44.846177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.848002"], ["updated_at", "2018-10-11 16:41:44.848002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.849697"], ["updated_at", "2018-10-11 16:41:44.849697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.852927"], ["updated_at", "2018-10-11 16:41:44.852927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.854573"], ["updated_at", "2018-10-11 16:41:44.854573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.856210"], ["updated_at", "2018-10-11 16:41:44.856210"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.857815"], ["updated_at", "2018-10-11 16:41:44.857815"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.861400"], ["updated_at", "2018-10-11 16:41:44.861400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.863355"], ["updated_at", "2018-10-11 16:41:44.863355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.864965"], ["updated_at", "2018-10-11 16:41:44.864965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.866505"], ["updated_at", "2018-10-11 16:41:44.866505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.868046"], ["updated_at", "2018-10-11 16:41:44.868046"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.869740"], ["updated_at", "2018-10-11 16:41:44.869740"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.871677"], ["updated_at", "2018-10-11 16:41:44.871677"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.877319"], ["updated_at", "2018-10-11 16:41:44.877319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.879744"], ["updated_at", "2018-10-11 16:41:44.879744"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.881650"], ["updated_at", "2018-10-11 16:41:44.881650"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.884525"], ["updated_at", "2018-10-11 16:41:44.884525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.888602"], ["updated_at", "2018-10-11 16:41:44.888602"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.890545"], ["updated_at", "2018-10-11 16:41:44.890545"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.892653"], ["updated_at", "2018-10-11 16:41:44.892653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.894483"], ["updated_at", "2018-10-11 16:41:44.894483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.896043"], ["updated_at", "2018-10-11 16:41:44.896043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.897672"], ["updated_at", "2018-10-11 16:41:44.897672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.899208"], ["updated_at", "2018-10-11 16:41:44.899208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.900862"], ["updated_at", "2018-10-11 16:41:44.900862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.902685"], ["updated_at", "2018-10-11 16:41:44.902685"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.904337"], ["updated_at", "2018-10-11 16:41:44.904337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.906234"], ["updated_at", "2018-10-11 16:41:44.906234"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.907860"], ["updated_at", "2018-10-11 16:41:44.907860"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.909640"], ["updated_at", "2018-10-11 16:41:44.909640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.911486"], ["updated_at", "2018-10-11 16:41:44.911486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.913117"], ["updated_at", "2018-10-11 16:41:44.913117"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.915053"], ["updated_at", "2018-10-11 16:41:44.915053"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.920330"], ["updated_at", "2018-10-11 16:41:44.920330"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.923783"], ["updated_at", "2018-10-11 16:41:44.923783"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.926998"], ["updated_at", "2018-10-11 16:41:44.926998"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.929681"], ["updated_at", "2018-10-11 16:41:44.929681"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.933174"], ["updated_at", "2018-10-11 16:41:44.933174"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.935303"], ["updated_at", "2018-10-11 16:41:44.935303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.937188"], ["updated_at", "2018-10-11 16:41:44.937188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.938695"], ["updated_at", "2018-10-11 16:41:44.938695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.941561"], ["updated_at", "2018-10-11 16:41:44.941561"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.943277"], ["updated_at", "2018-10-11 16:41:44.943277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.944955"], ["updated_at", "2018-10-11 16:41:44.944955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.946534"], ["updated_at", "2018-10-11 16:41:44.946534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.948131"], ["updated_at", "2018-10-11 16:41:44.948131"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.950967"], ["updated_at", "2018-10-11 16:41:44.950967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.955240"], ["updated_at", "2018-10-11 16:41:44.955240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.957071"], ["updated_at", "2018-10-11 16:41:44.957071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.959140"], ["updated_at", "2018-10-11 16:41:44.959140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.960905"], ["updated_at", "2018-10-11 16:41:44.960905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.962547"], ["updated_at", "2018-10-11 16:41:44.962547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.964542"], ["updated_at", "2018-10-11 16:41:44.964542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.966287"], ["updated_at", "2018-10-11 16:41:44.966287"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.967926"], ["updated_at", "2018-10-11 16:41:44.967926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.970018"], ["updated_at", "2018-10-11 16:41:44.970018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.971856"], ["updated_at", "2018-10-11 16:41:44.971856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.973446"], ["updated_at", "2018-10-11 16:41:44.973446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.975078"], ["updated_at", "2018-10-11 16:41:44.975078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.976726"], ["updated_at", "2018-10-11 16:41:44.976726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.978336"], ["updated_at", "2018-10-11 16:41:44.978336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.979920"], ["updated_at", "2018-10-11 16:41:44.979920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.981453"], ["updated_at", "2018-10-11 16:41:44.981453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.983019"], ["updated_at", "2018-10-11 16:41:44.983019"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.984584"], ["updated_at", "2018-10-11 16:41:44.984584"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.986821"], ["updated_at", "2018-10-11 16:41:44.986821"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.988493"], ["updated_at", "2018-10-11 16:41:44.988493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.990111"], ["updated_at", "2018-10-11 16:41:44.990111"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.992809"], ["updated_at", "2018-10-11 16:41:44.992809"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.995560"], ["updated_at", "2018-10-11 16:41:44.995560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.997205"], ["updated_at", "2018-10-11 16:41:44.997205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:44.998791"], ["updated_at", "2018-10-11 16:41:44.998791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.000351"], ["updated_at", "2018-10-11 16:41:45.000351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.001992"], ["updated_at", "2018-10-11 16:41:45.001992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.003690"], ["updated_at", "2018-10-11 16:41:45.003690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.006386"], ["updated_at", "2018-10-11 16:41:45.006386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.007995"], ["updated_at", "2018-10-11 16:41:45.007995"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.009618"], ["updated_at", "2018-10-11 16:41:45.009618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.011304"], ["updated_at", "2018-10-11 16:41:45.011304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.012921"], ["updated_at", "2018-10-11 16:41:45.012921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.014469"], ["updated_at", "2018-10-11 16:41:45.014469"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.017185"], ["updated_at", "2018-10-11 16:41:45.017185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.021487"], ["updated_at", "2018-10-11 16:41:45.021487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.023633"], ["updated_at", "2018-10-11 16:41:45.023633"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.025849"], ["updated_at", "2018-10-11 16:41:45.025849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.027615"], ["updated_at", "2018-10-11 16:41:45.027615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.029188"], ["updated_at", "2018-10-11 16:41:45.029188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.030771"], ["updated_at", "2018-10-11 16:41:45.030771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.032500"], ["updated_at", "2018-10-11 16:41:45.032500"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.034121"], ["updated_at", "2018-10-11 16:41:45.034121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.035902"], ["updated_at", "2018-10-11 16:41:45.035902"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.037497"], ["updated_at", "2018-10-11 16:41:45.037497"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.039988"], ["updated_at", "2018-10-11 16:41:45.039988"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.043583"], ["updated_at", "2018-10-11 16:41:45.043583"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.047091"], ["updated_at", "2018-10-11 16:41:45.047091"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.050648"], ["updated_at", "2018-10-11 16:41:45.050648"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.054166"], ["updated_at", "2018-10-11 16:41:45.054166"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.057118"], ["updated_at", "2018-10-11 16:41:45.057118"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.059180"], ["updated_at", "2018-10-11 16:41:45.059180"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.061888"], ["updated_at", "2018-10-11 16:41:45.061888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.063513"], ["updated_at", "2018-10-11 16:41:45.063513"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.065092"], ["updated_at", "2018-10-11 16:41:45.065092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.067126"], ["updated_at", "2018-10-11 16:41:45.067126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.068794"], ["updated_at", "2018-10-11 16:41:45.068794"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.070467"], ["updated_at", "2018-10-11 16:41:45.070467"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.073455"], ["updated_at", "2018-10-11 16:41:45.073455"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.076453"], ["updated_at", "2018-10-11 16:41:45.076453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.078192"], ["updated_at", "2018-10-11 16:41:45.078192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.079886"], ["updated_at", "2018-10-11 16:41:45.079886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.081493"], ["updated_at", "2018-10-11 16:41:45.081493"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.083892"], ["updated_at", "2018-10-11 16:41:45.083892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.088342"], ["updated_at", "2018-10-11 16:41:45.088342"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.090653"], ["updated_at", "2018-10-11 16:41:45.090653"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.092821"], ["updated_at", "2018-10-11 16:41:45.092821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.094637"], ["updated_at", "2018-10-11 16:41:45.094637"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.096242"], ["updated_at", "2018-10-11 16:41:45.096242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.097931"], ["updated_at", "2018-10-11 16:41:45.097931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.099549"], ["updated_at", "2018-10-11 16:41:45.099549"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.101318"], ["updated_at", "2018-10-11 16:41:45.101318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.103117"], ["updated_at", "2018-10-11 16:41:45.103117"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.104705"], ["updated_at", "2018-10-11 16:41:45.104705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.106424"], ["updated_at", "2018-10-11 16:41:45.106424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.108174"], ["updated_at", "2018-10-11 16:41:45.108174"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.109855"], ["updated_at", "2018-10-11 16:41:45.109855"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.111702"], ["updated_at", "2018-10-11 16:41:45.111702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.113520"], ["updated_at", "2018-10-11 16:41:45.113520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.115120"], ["updated_at", "2018-10-11 16:41:45.115120"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.116753"], ["updated_at", "2018-10-11 16:41:45.116753"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.118408"], ["updated_at", "2018-10-11 16:41:45.118408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.120254"], ["updated_at", "2018-10-11 16:41:45.120254"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.121845"], ["updated_at", "2018-10-11 16:41:45.121845"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.123476"], ["updated_at", "2018-10-11 16:41:45.123476"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.125707"], ["updated_at", "2018-10-11 16:41:45.125707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.128899"], ["updated_at", "2018-10-11 16:41:45.128899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.130869"], ["updated_at", "2018-10-11 16:41:45.130869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.132469"], ["updated_at", "2018-10-11 16:41:45.132469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.134019"], ["updated_at", "2018-10-11 16:41:45.134019"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.135723"], ["updated_at", "2018-10-11 16:41:45.135723"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.137882"], ["updated_at", "2018-10-11 16:41:45.137882"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.140630"], ["updated_at", "2018-10-11 16:41:45.140630"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.142309"], ["updated_at", "2018-10-11 16:41:45.142309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.144040"], ["updated_at", "2018-10-11 16:41:45.144040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.145944"], ["updated_at", "2018-10-11 16:41:45.145944"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.147590"], ["updated_at", "2018-10-11 16:41:45.147590"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.149684"], ["updated_at", "2018-10-11 16:41:45.149684"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.153824"], ["updated_at", "2018-10-11 16:41:45.153824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.156263"], ["updated_at", "2018-10-11 16:41:45.156263"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.157884"], ["updated_at", "2018-10-11 16:41:45.157884"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.160638"], ["updated_at", "2018-10-11 16:41:45.160638"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.163960"], ["updated_at", "2018-10-11 16:41:45.163960"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.166863"], ["updated_at", "2018-10-11 16:41:45.166863"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.169660"], ["updated_at", "2018-10-11 16:41:45.169660"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.172378"], ["updated_at", "2018-10-11 16:41:45.172378"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.175039"], ["updated_at", "2018-10-11 16:41:45.175039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.177879"], ["updated_at", "2018-10-11 16:41:45.177879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.179715"], ["updated_at", "2018-10-11 16:41:45.179715"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.181343"], ["updated_at", "2018-10-11 16:41:45.181343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.183030"], ["updated_at", "2018-10-11 16:41:45.183030"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.184653"], ["updated_at", "2018-10-11 16:41:45.184653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.187321"], ["updated_at", "2018-10-11 16:41:45.187321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.189034"], ["updated_at", "2018-10-11 16:41:45.189034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.190630"], ["updated_at", "2018-10-11 16:41:45.190630"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.192638"], ["updated_at", "2018-10-11 16:41:45.192638"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.195760"], ["updated_at", "2018-10-11 16:41:45.195760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.197722"], ["updated_at", "2018-10-11 16:41:45.197722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.199480"], ["updated_at", "2018-10-11 16:41:45.199480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.201185"], ["updated_at", "2018-10-11 16:41:45.201185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.203004"], ["updated_at", "2018-10-11 16:41:45.203004"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.204648"], ["updated_at", "2018-10-11 16:41:45.204648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.207546"], ["updated_at", "2018-10-11 16:41:45.207546"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.209282"], ["updated_at", "2018-10-11 16:41:45.209282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.211341"], ["updated_at", "2018-10-11 16:41:45.211341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.212973"], ["updated_at", "2018-10-11 16:41:45.212973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.214643"], ["updated_at", "2018-10-11 16:41:45.214643"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.216273"], ["updated_at", "2018-10-11 16:41:45.216273"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.220304"], ["updated_at", "2018-10-11 16:41:45.220304"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.223451"], ["updated_at", "2018-10-11 16:41:45.223451"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.225270"], ["updated_at", "2018-10-11 16:41:45.225270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.227723"], ["updated_at", "2018-10-11 16:41:45.227723"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.229386"], ["updated_at", "2018-10-11 16:41:45.229386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.231337"], ["updated_at", "2018-10-11 16:41:45.231337"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.233091"], ["updated_at", "2018-10-11 16:41:45.233091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.235235"], ["updated_at", "2018-10-11 16:41:45.235235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.236995"], ["updated_at", "2018-10-11 16:41:45.236995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.238630"], ["updated_at", "2018-10-11 16:41:45.238630"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.240262"], ["updated_at", "2018-10-11 16:41:45.240262"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.242451"], ["updated_at", "2018-10-11 16:41:45.242451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.244392"], ["updated_at", "2018-10-11 16:41:45.244392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.246103"], ["updated_at", "2018-10-11 16:41:45.246103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.247784"], ["updated_at", "2018-10-11 16:41:45.247784"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.249376"], ["updated_at", "2018-10-11 16:41:45.249376"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.251440"], ["updated_at", "2018-10-11 16:41:45.251440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.253350"], ["updated_at", "2018-10-11 16:41:45.253350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.254968"], ["updated_at", "2018-10-11 16:41:45.254968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.256618"], ["updated_at", "2018-10-11 16:41:45.256618"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.258691"], ["updated_at", "2018-10-11 16:41:45.258691"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.261686"], ["updated_at", "2018-10-11 16:41:45.261686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.263530"], ["updated_at", "2018-10-11 16:41:45.263530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.265148"], ["updated_at", "2018-10-11 16:41:45.265148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.267147"], ["updated_at", "2018-10-11 16:41:45.267147"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.269090"], ["updated_at", "2018-10-11 16:41:45.269090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.270982"], ["updated_at", "2018-10-11 16:41:45.270982"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.274422"], ["updated_at", "2018-10-11 16:41:45.274422"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.276433"], ["updated_at", "2018-10-11 16:41:45.276433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.278290"], ["updated_at", "2018-10-11 16:41:45.278290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.279956"], ["updated_at", "2018-10-11 16:41:45.279956"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.281556"], ["updated_at", "2018-10-11 16:41:45.281556"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.289313"], ["updated_at", "2018-10-11 16:41:45.289313"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.292033"], ["updated_at", "2018-10-11 16:41:45.292033"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.295043"], ["updated_at", "2018-10-11 16:41:45.295043"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.297638"], ["updated_at", "2018-10-11 16:41:45.297638"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.300298"], ["updated_at", "2018-10-11 16:41:45.300298"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.303191"], ["updated_at", "2018-10-11 16:41:45.303191"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.305732"], ["updated_at", "2018-10-11 16:41:45.305732"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.307856"], ["updated_at", "2018-10-11 16:41:45.307856"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.309735"], ["updated_at", "2018-10-11 16:41:45.309735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.311581"], ["updated_at", "2018-10-11 16:41:45.311581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.313125"], ["updated_at", "2018-10-11 16:41:45.313125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.315056"], ["updated_at", "2018-10-11 16:41:45.315056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.316783"], ["updated_at", "2018-10-11 16:41:45.316783"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.318410"], ["updated_at", "2018-10-11 16:41:45.318410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.320151"], ["updated_at", "2018-10-11 16:41:45.320151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.321771"], ["updated_at", "2018-10-11 16:41:45.321771"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.323722"], ["updated_at", "2018-10-11 16:41:45.323722"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.325528"], ["updated_at", "2018-10-11 16:41:45.325528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.328566"], ["updated_at", "2018-10-11 16:41:45.328566"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.330595"], ["updated_at", "2018-10-11 16:41:45.330595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.332714"], ["updated_at", "2018-10-11 16:41:45.332714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.334505"], ["updated_at", "2018-10-11 16:41:45.334505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.336222"], ["updated_at", "2018-10-11 16:41:45.336222"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.337883"], ["updated_at", "2018-10-11 16:41:45.337883"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.341122"], ["updated_at", "2018-10-11 16:41:45.341122"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.343043"], ["updated_at", "2018-10-11 16:41:45.343043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.344795"], ["updated_at", "2018-10-11 16:41:45.344795"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.346485"], ["updated_at", "2018-10-11 16:41:45.346485"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.348492"], ["updated_at", "2018-10-11 16:41:45.348492"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.351235"], ["updated_at", "2018-10-11 16:41:45.351235"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.355801"], ["updated_at", "2018-10-11 16:41:45.355801"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.357526"], ["updated_at", "2018-10-11 16:41:45.357526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.359383"], ["updated_at", "2018-10-11 16:41:45.359383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.361138"], ["updated_at", "2018-10-11 16:41:45.361138"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.362821"], ["updated_at", "2018-10-11 16:41:45.362821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.364782"], ["updated_at", "2018-10-11 16:41:45.364782"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.366394"], ["updated_at", "2018-10-11 16:41:45.366394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.368086"], ["updated_at", "2018-10-11 16:41:45.368086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.369810"], ["updated_at", "2018-10-11 16:41:45.369810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.371819"], ["updated_at", "2018-10-11 16:41:45.371819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.373526"], ["updated_at", "2018-10-11 16:41:45.373526"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.375176"], ["updated_at", "2018-10-11 16:41:45.375176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.376911"], ["updated_at", "2018-10-11 16:41:45.376911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.378615"], ["updated_at", "2018-10-11 16:41:45.378615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.380209"], ["updated_at", "2018-10-11 16:41:45.380209"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.381908"], ["updated_at", "2018-10-11 16:41:45.381908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.384094"], ["updated_at", "2018-10-11 16:41:45.384094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.385774"], ["updated_at", "2018-10-11 16:41:45.385774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.387652"], ["updated_at", "2018-10-11 16:41:45.387652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.389442"], ["updated_at", "2018-10-11 16:41:45.389442"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.391390"], ["updated_at", "2018-10-11 16:41:45.391390"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.394523"], ["updated_at", "2018-10-11 16:41:45.394523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.396925"], ["updated_at", "2018-10-11 16:41:45.396925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.398617"], ["updated_at", "2018-10-11 16:41:45.398617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.400230"], ["updated_at", "2018-10-11 16:41:45.400230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.401823"], ["updated_at", "2018-10-11 16:41:45.401823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.403490"], ["updated_at", "2018-10-11 16:41:45.403490"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.406212"], ["updated_at", "2018-10-11 16:41:45.406212"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.408214"], ["updated_at", "2018-10-11 16:41:45.408214"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.410262"], ["updated_at", "2018-10-11 16:41:45.410262"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.412998"], ["updated_at", "2018-10-11 16:41:45.412998"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.415758"], ["updated_at", "2018-10-11 16:41:45.415758"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.419331"], ["updated_at", "2018-10-11 16:41:45.419331"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.423735"], ["updated_at", "2018-10-11 16:41:45.423735"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.426471"], ["updated_at", "2018-10-11 16:41:45.426471"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.429165"], ["updated_at", "2018-10-11 16:41:45.429165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.431821"], ["updated_at", "2018-10-11 16:41:45.431821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.433487"], ["updated_at", "2018-10-11 16:41:45.433487"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.435154"], ["updated_at", "2018-10-11 16:41:45.435154"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.437296"], ["updated_at", "2018-10-11 16:41:45.437296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.438998"], ["updated_at", "2018-10-11 16:41:45.438998"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.440576"], ["updated_at", "2018-10-11 16:41:45.440576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.442291"], ["updated_at", "2018-10-11 16:41:45.442291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.444211"], ["updated_at", "2018-10-11 16:41:45.444211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.446011"], ["updated_at", "2018-10-11 16:41:45.446011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.447625"], ["updated_at", "2018-10-11 16:41:45.447625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.449188"], ["updated_at", "2018-10-11 16:41:45.449188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.450828"], ["updated_at", "2018-10-11 16:41:45.450828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.452692"], ["updated_at", "2018-10-11 16:41:45.452692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.454650"], ["updated_at", "2018-10-11 16:41:45.454650"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.456261"], ["updated_at", "2018-10-11 16:41:45.456261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.458033"], ["updated_at", "2018-10-11 16:41:45.458033"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.461144"], ["updated_at", "2018-10-11 16:41:45.461144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.463210"], ["updated_at", "2018-10-11 16:41:45.463210"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.464862"], ["updated_at", "2018-10-11 16:41:45.464862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.466481"], ["updated_at", "2018-10-11 16:41:45.466481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.468588"], ["updated_at", "2018-10-11 16:41:45.468588"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.470593"], ["updated_at", "2018-10-11 16:41:45.470593"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.473452"], ["updated_at", "2018-10-11 16:41:45.473452"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.475182"], ["updated_at", "2018-10-11 16:41:45.475182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.477548"], ["updated_at", "2018-10-11 16:41:45.477548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.479498"], ["updated_at", "2018-10-11 16:41:45.479498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.481170"], ["updated_at", "2018-10-11 16:41:45.481170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.482926"], ["updated_at", "2018-10-11 16:41:45.482926"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.485038"], ["updated_at", "2018-10-11 16:41:45.485038"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.487463"], ["updated_at", "2018-10-11 16:41:45.487463"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.490118"], ["updated_at", "2018-10-11 16:41:45.490118"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.494509"], ["updated_at", "2018-10-11 16:41:45.494509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.497631"], ["updated_at", "2018-10-11 16:41:45.497631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.499330"], ["updated_at", "2018-10-11 16:41:45.499330"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.501267"], ["updated_at", "2018-10-11 16:41:45.501267"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.502994"], ["updated_at", "2018-10-11 16:41:45.502994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.504756"], ["updated_at", "2018-10-11 16:41:45.504756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.506469"], ["updated_at", "2018-10-11 16:41:45.506469"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.508096"], ["updated_at", "2018-10-11 16:41:45.508096"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.510168"], ["updated_at", "2018-10-11 16:41:45.510168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.511878"], ["updated_at", "2018-10-11 16:41:45.511878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.513528"], ["updated_at", "2018-10-11 16:41:45.513528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.515230"], ["updated_at", "2018-10-11 16:41:45.515230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.516961"], ["updated_at", "2018-10-11 16:41:45.516961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.518785"], ["updated_at", "2018-10-11 16:41:45.518785"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.520531"], ["updated_at", "2018-10-11 16:41:45.520531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.522230"], ["updated_at", "2018-10-11 16:41:45.522230"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.523817"], ["updated_at", "2018-10-11 16:41:45.523817"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.526609"], ["updated_at", "2018-10-11 16:41:45.526609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.529388"], ["updated_at", "2018-10-11 16:41:45.529388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.531105"], ["updated_at", "2018-10-11 16:41:45.531105"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.533142"], ["updated_at", "2018-10-11 16:41:45.533142"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.535169"], ["updated_at", "2018-10-11 16:41:45.535169"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.536977"], ["updated_at", "2018-10-11 16:41:45.536977"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.540354"], ["updated_at", "2018-10-11 16:41:45.540354"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.543110"], ["updated_at", "2018-10-11 16:41:45.543110"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.545890"], ["updated_at", "2018-10-11 16:41:45.545890"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.548571"], ["updated_at", "2018-10-11 16:41:45.548571"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.551663"], ["updated_at", "2018-10-11 16:41:45.551663"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.556798"], ["updated_at", "2018-10-11 16:41:45.556798"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.559508"], ["updated_at", "2018-10-11 16:41:45.559508"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.562006"], ["updated_at", "2018-10-11 16:41:45.562006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.563836"], ["updated_at", "2018-10-11 16:41:45.563836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.565724"], ["updated_at", "2018-10-11 16:41:45.565724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.567560"], ["updated_at", "2018-10-11 16:41:45.567560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.569155"], ["updated_at", "2018-10-11 16:41:45.569155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.570789"], ["updated_at", "2018-10-11 16:41:45.570789"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.572682"], ["updated_at", "2018-10-11 16:41:45.572682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.574979"], ["updated_at", "2018-10-11 16:41:45.574979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.576666"], ["updated_at", "2018-10-11 16:41:45.576666"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.578306"], ["updated_at", "2018-10-11 16:41:45.578306"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.580681"], ["updated_at", "2018-10-11 16:41:45.580681"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.583037"], ["updated_at", "2018-10-11 16:41:45.583037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.585035"], ["updated_at", "2018-10-11 16:41:45.585035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.586640"], ["updated_at", "2018-10-11 16:41:45.586640"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.588320"], ["updated_at", "2018-10-11 16:41:45.588320"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.590366"], ["updated_at", "2018-10-11 16:41:45.590366"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.592427"], ["updated_at", "2018-10-11 16:41:45.592427"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.595149"], ["updated_at", "2018-10-11 16:41:45.595149"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.597112"], ["updated_at", "2018-10-11 16:41:45.597112"], ["parent_id", 39895952907]] Kithe::Work Create (20.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.601848"], ["updated_at", "2018-10-11 16:41:45.601848"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.624715"], ["updated_at", "2018-10-11 16:41:45.624715"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.628490"], ["updated_at", "2018-10-11 16:41:45.628490"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.633078"], ["updated_at", "2018-10-11 16:41:45.633078"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.676126"], ["updated_at", "2018-10-11 16:41:45.676126"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.678948"], ["updated_at", "2018-10-11 16:41:45.678948"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.681425"], ["updated_at", "2018-10-11 16:41:45.681425"], ["parent_id", 39895952907]] Kithe::Work Create (3.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.685780"], ["updated_at", "2018-10-11 16:41:45.685780"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.691582"], ["updated_at", "2018-10-11 16:41:45.691582"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.693763"], ["updated_at", "2018-10-11 16:41:45.693763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.695873"], ["updated_at", "2018-10-11 16:41:45.695873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.697387"], ["updated_at", "2018-10-11 16:41:45.697387"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.698907"], ["updated_at", "2018-10-11 16:41:45.698907"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.701690"], ["updated_at", "2018-10-11 16:41:45.701690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.703365"], ["updated_at", "2018-10-11 16:41:45.703365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.705053"], ["updated_at", "2018-10-11 16:41:45.705053"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.706727"], ["updated_at", "2018-10-11 16:41:45.706727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.708561"], ["updated_at", "2018-10-11 16:41:45.708561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.710335"], ["updated_at", "2018-10-11 16:41:45.710335"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.712064"], ["updated_at", "2018-10-11 16:41:45.712064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.713990"], ["updated_at", "2018-10-11 16:41:45.713990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.715734"], ["updated_at", "2018-10-11 16:41:45.715734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.717455"], ["updated_at", "2018-10-11 16:41:45.717455"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.719055"], ["updated_at", "2018-10-11 16:41:45.719055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.720792"], ["updated_at", "2018-10-11 16:41:45.720792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.722405"], ["updated_at", "2018-10-11 16:41:45.722405"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.724207"], ["updated_at", "2018-10-11 16:41:45.724207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.727071"], ["updated_at", "2018-10-11 16:41:45.727071"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.729236"], ["updated_at", "2018-10-11 16:41:45.729236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.731412"], ["updated_at", "2018-10-11 16:41:45.731412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.733106"], ["updated_at", "2018-10-11 16:41:45.733106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.734722"], ["updated_at", "2018-10-11 16:41:45.734722"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.736445"], ["updated_at", "2018-10-11 16:41:45.736445"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.739297"], ["updated_at", "2018-10-11 16:41:45.739297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.741067"], ["updated_at", "2018-10-11 16:41:45.741067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.742722"], ["updated_at", "2018-10-11 16:41:45.742722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.744410"], ["updated_at", "2018-10-11 16:41:45.744410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.745977"], ["updated_at", "2018-10-11 16:41:45.745977"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.747813"], ["updated_at", "2018-10-11 16:41:45.747813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.749931"], ["updated_at", "2018-10-11 16:41:45.749931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.751722"], ["updated_at", "2018-10-11 16:41:45.751722"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.753529"], ["updated_at", "2018-10-11 16:41:45.753529"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.758141"], ["updated_at", "2018-10-11 16:41:45.758141"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.765272"], ["updated_at", "2018-10-11 16:41:45.765272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.767311"], ["updated_at", "2018-10-11 16:41:45.767311"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.907281"], ["updated_at", "2018-10-11 16:41:45.907281"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.909363"], ["updated_at", "2018-10-11 16:41:45.909363"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.911158"], ["updated_at", "2018-10-11 16:41:45.911158"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.913304"], ["updated_at", "2018-10-11 16:41:45.913304"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.916867"], ["updated_at", "2018-10-11 16:41:45.916867"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.919589"], ["updated_at", "2018-10-11 16:41:45.919589"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.924503"], ["updated_at", "2018-10-11 16:41:45.924503"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.927662"], ["updated_at", "2018-10-11 16:41:45.927662"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.930319"], ["updated_at", "2018-10-11 16:41:45.930319"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.934221"], ["updated_at", "2018-10-11 16:41:45.934221"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.936722"], ["updated_at", "2018-10-11 16:41:45.936722"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.939299"], ["updated_at", "2018-10-11 16:41:45.939299"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.941835"], ["updated_at", "2018-10-11 16:41:45.941835"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.946293"], ["updated_at", "2018-10-11 16:41:45.946293"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.948608"], ["updated_at", "2018-10-11 16:41:45.948608"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.950441"], ["updated_at", "2018-10-11 16:41:45.950441"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.952304"], ["updated_at", "2018-10-11 16:41:45.952304"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.954554"], ["updated_at", "2018-10-11 16:41:45.954554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.957239"], ["updated_at", "2018-10-11 16:41:45.957239"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.959251"], ["updated_at", "2018-10-11 16:41:45.959251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.961672"], ["updated_at", "2018-10-11 16:41:45.961672"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.963818"], ["updated_at", "2018-10-11 16:41:45.963818"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.965789"], ["updated_at", "2018-10-11 16:41:45.965789"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.967539"], ["updated_at", "2018-10-11 16:41:45.967539"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.969512"], ["updated_at", "2018-10-11 16:41:45.969512"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.971374"], ["updated_at", "2018-10-11 16:41:45.971374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.973528"], ["updated_at", "2018-10-11 16:41:45.973528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.975265"], ["updated_at", "2018-10-11 16:41:45.975265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.977027"], ["updated_at", "2018-10-11 16:41:45.977027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.978758"], ["updated_at", "2018-10-11 16:41:45.978758"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.980811"], ["updated_at", "2018-10-11 16:41:45.980811"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.983145"], ["updated_at", "2018-10-11 16:41:45.983145"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.985581"], ["updated_at", "2018-10-11 16:41:45.985581"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.989602"], ["updated_at", "2018-10-11 16:41:45.989602"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.993006"], ["updated_at", "2018-10-11 16:41:45.993006"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.995839"], ["updated_at", "2018-10-11 16:41:45.995839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:45.998367"], ["updated_at", "2018-10-11 16:41:45.998367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.000084"], ["updated_at", "2018-10-11 16:41:46.000084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.001694"], ["updated_at", "2018-10-11 16:41:46.001694"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.003273"], ["updated_at", "2018-10-11 16:41:46.003273"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.007376"], ["updated_at", "2018-10-11 16:41:46.007376"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.009771"], ["updated_at", "2018-10-11 16:41:46.009771"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.012276"], ["updated_at", "2018-10-11 16:41:46.012276"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.015163"], ["updated_at", "2018-10-11 16:41:46.015163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.017044"], ["updated_at", "2018-10-11 16:41:46.017044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.018700"], ["updated_at", "2018-10-11 16:41:46.018700"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.020573"], ["updated_at", "2018-10-11 16:41:46.020573"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.022664"], ["updated_at", "2018-10-11 16:41:46.022664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.024478"], ["updated_at", "2018-10-11 16:41:46.024478"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.026228"], ["updated_at", "2018-10-11 16:41:46.026228"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.027872"], ["updated_at", "2018-10-11 16:41:46.027872"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.030016"], ["updated_at", "2018-10-11 16:41:46.030016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.032379"], ["updated_at", "2018-10-11 16:41:46.032379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.034270"], ["updated_at", "2018-10-11 16:41:46.034270"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.036541"], ["updated_at", "2018-10-11 16:41:46.036541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.038881"], ["updated_at", "2018-10-11 16:41:46.038881"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.040752"], ["updated_at", "2018-10-11 16:41:46.040752"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.042929"], ["updated_at", "2018-10-11 16:41:46.042929"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.045417"], ["updated_at", "2018-10-11 16:41:46.045417"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.048137"], ["updated_at", "2018-10-11 16:41:46.048137"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.051857"], ["updated_at", "2018-10-11 16:41:46.051857"], ["parent_id", 39895952907]] Kithe::Work Create (5.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.055390"], ["updated_at", "2018-10-11 16:41:46.055390"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.062952"], ["updated_at", "2018-10-11 16:41:46.062952"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.065290"], ["updated_at", "2018-10-11 16:41:46.065290"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.068868"], ["updated_at", "2018-10-11 16:41:46.068868"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.071774"], ["updated_at", "2018-10-11 16:41:46.071774"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.074198"], ["updated_at", "2018-10-11 16:41:46.074198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.078627"], ["updated_at", "2018-10-11 16:41:46.078627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.080160"], ["updated_at", "2018-10-11 16:41:46.080160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.081721"], ["updated_at", "2018-10-11 16:41:46.081721"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.083387"], ["updated_at", "2018-10-11 16:41:46.083387"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.085835"], ["updated_at", "2018-10-11 16:41:46.085835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.087651"], ["updated_at", "2018-10-11 16:41:46.087651"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.089502"], ["updated_at", "2018-10-11 16:41:46.089502"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.091720"], ["updated_at", "2018-10-11 16:41:46.091720"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.094551"], ["updated_at", "2018-10-11 16:41:46.094551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.096249"], ["updated_at", "2018-10-11 16:41:46.096249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.097824"], ["updated_at", "2018-10-11 16:41:46.097824"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.099451"], ["updated_at", "2018-10-11 16:41:46.099451"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.102445"], ["updated_at", "2018-10-11 16:41:46.102445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.104470"], ["updated_at", "2018-10-11 16:41:46.104470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.106142"], ["updated_at", "2018-10-11 16:41:46.106142"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.107912"], ["updated_at", "2018-10-11 16:41:46.107912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.110904"], ["updated_at", "2018-10-11 16:41:46.110904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.112563"], ["updated_at", "2018-10-11 16:41:46.112563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.114144"], ["updated_at", "2018-10-11 16:41:46.114144"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.115827"], ["updated_at", "2018-10-11 16:41:46.115827"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.118059"], ["updated_at", "2018-10-11 16:41:46.118059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.120183"], ["updated_at", "2018-10-11 16:41:46.120183"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.121768"], ["updated_at", "2018-10-11 16:41:46.121768"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.123883"], ["updated_at", "2018-10-11 16:41:46.123883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.128516"], ["updated_at", "2018-10-11 16:41:46.128516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.130218"], ["updated_at", "2018-10-11 16:41:46.130218"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.131866"], ["updated_at", "2018-10-11 16:41:46.131866"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.134136"], ["updated_at", "2018-10-11 16:41:46.134136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.136382"], ["updated_at", "2018-10-11 16:41:46.136382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.138007"], ["updated_at", "2018-10-11 16:41:46.138007"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.141015"], ["updated_at", "2018-10-11 16:41:46.141015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.143783"], ["updated_at", "2018-10-11 16:41:46.143783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.145581"], ["updated_at", "2018-10-11 16:41:46.145581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.147244"], ["updated_at", "2018-10-11 16:41:46.147244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.149032"], ["updated_at", "2018-10-11 16:41:46.149032"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.151014"], ["updated_at", "2018-10-11 16:41:46.151014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.153211"], ["updated_at", "2018-10-11 16:41:46.153211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.155058"], ["updated_at", "2018-10-11 16:41:46.155058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.156767"], ["updated_at", "2018-10-11 16:41:46.156767"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.158925"], ["updated_at", "2018-10-11 16:41:46.158925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.160755"], ["updated_at", "2018-10-11 16:41:46.160755"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.162333"], ["updated_at", "2018-10-11 16:41:46.162333"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.164074"], ["updated_at", "2018-10-11 16:41:46.164074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.166024"], ["updated_at", "2018-10-11 16:41:46.166024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.168076"], ["updated_at", "2018-10-11 16:41:46.168076"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.169718"], ["updated_at", "2018-10-11 16:41:46.169718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.171438"], ["updated_at", "2018-10-11 16:41:46.171438"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.173532"], ["updated_at", "2018-10-11 16:41:46.173532"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.176641"], ["updated_at", "2018-10-11 16:41:46.176641"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.179410"], ["updated_at", "2018-10-11 16:41:46.179410"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.182044"], ["updated_at", "2018-10-11 16:41:46.182044"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.184491"], ["updated_at", "2018-10-11 16:41:46.184491"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.187155"], ["updated_at", "2018-10-11 16:41:46.187155"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.189707"], ["updated_at", "2018-10-11 16:41:46.189707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.193094"], ["updated_at", "2018-10-11 16:41:46.193094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.195558"], ["updated_at", "2018-10-11 16:41:46.195558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.197298"], ["updated_at", "2018-10-11 16:41:46.197298"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.198990"], ["updated_at", "2018-10-11 16:41:46.198990"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.201003"], ["updated_at", "2018-10-11 16:41:46.201003"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.203039"], ["updated_at", "2018-10-11 16:41:46.203039"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.205985"], ["updated_at", "2018-10-11 16:41:46.205985"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.207958"], ["updated_at", "2018-10-11 16:41:46.207958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.210048"], ["updated_at", "2018-10-11 16:41:46.210048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.211761"], ["updated_at", "2018-10-11 16:41:46.211761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.213357"], ["updated_at", "2018-10-11 16:41:46.213357"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.214926"], ["updated_at", "2018-10-11 16:41:46.214926"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.216723"], ["updated_at", "2018-10-11 16:41:46.216723"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.218909"], ["updated_at", "2018-10-11 16:41:46.218909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.220715"], ["updated_at", "2018-10-11 16:41:46.220715"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.222366"], ["updated_at", "2018-10-11 16:41:46.222366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.224239"], ["updated_at", "2018-10-11 16:41:46.224239"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.225965"], ["updated_at", "2018-10-11 16:41:46.225965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.227842"], ["updated_at", "2018-10-11 16:41:46.227842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.229526"], ["updated_at", "2018-10-11 16:41:46.229526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.231074"], ["updated_at", "2018-10-11 16:41:46.231074"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.232693"], ["updated_at", "2018-10-11 16:41:46.232693"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.234706"], ["updated_at", "2018-10-11 16:41:46.234706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.236899"], ["updated_at", "2018-10-11 16:41:46.236899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.238562"], ["updated_at", "2018-10-11 16:41:46.238562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.240370"], ["updated_at", "2018-10-11 16:41:46.240370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.242073"], ["updated_at", "2018-10-11 16:41:46.242073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.243799"], ["updated_at", "2018-10-11 16:41:46.243799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.245552"], ["updated_at", "2018-10-11 16:41:46.245552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.247185"], ["updated_at", "2018-10-11 16:41:46.247185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.248748"], ["updated_at", "2018-10-11 16:41:46.248748"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.250571"], ["updated_at", "2018-10-11 16:41:46.250571"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.252557"], ["updated_at", "2018-10-11 16:41:46.252557"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.254309"], ["updated_at", "2018-10-11 16:41:46.254309"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.256227"], ["updated_at", "2018-10-11 16:41:46.256227"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.258235"], ["updated_at", "2018-10-11 16:41:46.258235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.261176"], ["updated_at", "2018-10-11 16:41:46.261176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.263138"], ["updated_at", "2018-10-11 16:41:46.263138"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.264756"], ["updated_at", "2018-10-11 16:41:46.264756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.266594"], ["updated_at", "2018-10-11 16:41:46.266594"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.268443"], ["updated_at", "2018-10-11 16:41:46.268443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.270267"], ["updated_at", "2018-10-11 16:41:46.270267"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.274122"], ["updated_at", "2018-10-11 16:41:46.274122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.276005"], ["updated_at", "2018-10-11 16:41:46.276005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.277677"], ["updated_at", "2018-10-11 16:41:46.277677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.279296"], ["updated_at", "2018-10-11 16:41:46.279296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.280914"], ["updated_at", "2018-10-11 16:41:46.280914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.282886"], ["updated_at", "2018-10-11 16:41:46.282886"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.284981"], ["updated_at", "2018-10-11 16:41:46.284981"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.286719"], ["updated_at", "2018-10-11 16:41:46.286719"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.288555"], ["updated_at", "2018-10-11 16:41:46.288555"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.290202"], ["updated_at", "2018-10-11 16:41:46.290202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.291898"], ["updated_at", "2018-10-11 16:41:46.291898"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.293506"], ["updated_at", "2018-10-11 16:41:46.293506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.295218"], ["updated_at", "2018-10-11 16:41:46.295218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.296872"], ["updated_at", "2018-10-11 16:41:46.296872"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.298677"], ["updated_at", "2018-10-11 16:41:46.298677"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.301071"], ["updated_at", "2018-10-11 16:41:46.301071"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.303892"], ["updated_at", "2018-10-11 16:41:46.303892"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.306455"], ["updated_at", "2018-10-11 16:41:46.306455"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.309107"], ["updated_at", "2018-10-11 16:41:46.309107"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.311904"], ["updated_at", "2018-10-11 16:41:46.311904"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.314626"], ["updated_at", "2018-10-11 16:41:46.314626"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.317161"], ["updated_at", "2018-10-11 16:41:46.317161"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.319450"], ["updated_at", "2018-10-11 16:41:46.319450"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.321143"], ["updated_at", "2018-10-11 16:41:46.321143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.323020"], ["updated_at", "2018-10-11 16:41:46.323020"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.324979"], ["updated_at", "2018-10-11 16:41:46.324979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.328003"], ["updated_at", "2018-10-11 16:41:46.328003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.330019"], ["updated_at", "2018-10-11 16:41:46.330019"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.331775"], ["updated_at", "2018-10-11 16:41:46.331775"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.333697"], ["updated_at", "2018-10-11 16:41:46.333697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.335726"], ["updated_at", "2018-10-11 16:41:46.335726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.337287"], ["updated_at", "2018-10-11 16:41:46.337287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.340417"], ["updated_at", "2018-10-11 16:41:46.340417"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.342015"], ["updated_at", "2018-10-11 16:41:46.342015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.343762"], ["updated_at", "2018-10-11 16:41:46.343762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.345381"], ["updated_at", "2018-10-11 16:41:46.345381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.347025"], ["updated_at", "2018-10-11 16:41:46.347025"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.348606"], ["updated_at", "2018-10-11 16:41:46.348606"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.350547"], ["updated_at", "2018-10-11 16:41:46.350547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.352662"], ["updated_at", "2018-10-11 16:41:46.352662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.354396"], ["updated_at", "2018-10-11 16:41:46.354396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.356005"], ["updated_at", "2018-10-11 16:41:46.356005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.357833"], ["updated_at", "2018-10-11 16:41:46.357833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.359645"], ["updated_at", "2018-10-11 16:41:46.359645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.361395"], ["updated_at", "2018-10-11 16:41:46.361395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.362974"], ["updated_at", "2018-10-11 16:41:46.362974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.364581"], ["updated_at", "2018-10-11 16:41:46.364581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.366187"], ["updated_at", "2018-10-11 16:41:46.366187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.367876"], ["updated_at", "2018-10-11 16:41:46.367876"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.369446"], ["updated_at", "2018-10-11 16:41:46.369446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.371214"], ["updated_at", "2018-10-11 16:41:46.371214"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.372834"], ["updated_at", "2018-10-11 16:41:46.372834"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.374656"], ["updated_at", "2018-10-11 16:41:46.374656"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.376431"], ["updated_at", "2018-10-11 16:41:46.376431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.378158"], ["updated_at", "2018-10-11 16:41:46.378158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.381075"], ["updated_at", "2018-10-11 16:41:46.381075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.382654"], ["updated_at", "2018-10-11 16:41:46.382654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.384285"], ["updated_at", "2018-10-11 16:41:46.384285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.385954"], ["updated_at", "2018-10-11 16:41:46.385954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.387636"], ["updated_at", "2018-10-11 16:41:46.387636"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.389234"], ["updated_at", "2018-10-11 16:41:46.389234"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.391222"], ["updated_at", "2018-10-11 16:41:46.391222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.394234"], ["updated_at", "2018-10-11 16:41:46.394234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.396123"], ["updated_at", "2018-10-11 16:41:46.396123"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.397781"], ["updated_at", "2018-10-11 16:41:46.397781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.399369"], ["updated_at", "2018-10-11 16:41:46.399369"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.400972"], ["updated_at", "2018-10-11 16:41:46.400972"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.402555"], ["updated_at", "2018-10-11 16:41:46.402555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.405567"], ["updated_at", "2018-10-11 16:41:46.405567"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.407331"], ["updated_at", "2018-10-11 16:41:46.407331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.409144"], ["updated_at", "2018-10-11 16:41:46.409144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.410888"], ["updated_at", "2018-10-11 16:41:46.410888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.412504"], ["updated_at", "2018-10-11 16:41:46.412504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.414103"], ["updated_at", "2018-10-11 16:41:46.414103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.415707"], ["updated_at", "2018-10-11 16:41:46.415707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.417410"], ["updated_at", "2018-10-11 16:41:46.417410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.419045"], ["updated_at", "2018-10-11 16:41:46.419045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.420697"], ["updated_at", "2018-10-11 16:41:46.420697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.422295"], ["updated_at", "2018-10-11 16:41:46.422295"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.424076"], ["updated_at", "2018-10-11 16:41:46.424076"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.426701"], ["updated_at", "2018-10-11 16:41:46.426701"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.429324"], ["updated_at", "2018-10-11 16:41:46.429324"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.431888"], ["updated_at", "2018-10-11 16:41:46.431888"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.434531"], ["updated_at", "2018-10-11 16:41:46.434531"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.437086"], ["updated_at", "2018-10-11 16:41:46.437086"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.439735"], ["updated_at", "2018-10-11 16:41:46.439735"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.442240"], ["updated_at", "2018-10-11 16:41:46.442240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.444205"], ["updated_at", "2018-10-11 16:41:46.444205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.445811"], ["updated_at", "2018-10-11 16:41:46.445811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.447434"], ["updated_at", "2018-10-11 16:41:46.447434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.449053"], ["updated_at", "2018-10-11 16:41:46.449053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.450802"], ["updated_at", "2018-10-11 16:41:46.450802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.452469"], ["updated_at", "2018-10-11 16:41:46.452469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.454068"], ["updated_at", "2018-10-11 16:41:46.454068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.455676"], ["updated_at", "2018-10-11 16:41:46.455676"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.457359"], ["updated_at", "2018-10-11 16:41:46.457359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.459745"], ["updated_at", "2018-10-11 16:41:46.459745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.462235"], ["updated_at", "2018-10-11 16:41:46.462235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.463871"], ["updated_at", "2018-10-11 16:41:46.463871"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.465552"], ["updated_at", "2018-10-11 16:41:46.465552"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.467222"], ["updated_at", "2018-10-11 16:41:46.467222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.468758"], ["updated_at", "2018-10-11 16:41:46.468758"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.471565"], ["updated_at", "2018-10-11 16:41:46.471565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.473328"], ["updated_at", "2018-10-11 16:41:46.473328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.474879"], ["updated_at", "2018-10-11 16:41:46.474879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.476503"], ["updated_at", "2018-10-11 16:41:46.476503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.478089"], ["updated_at", "2018-10-11 16:41:46.478089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.479720"], ["updated_at", "2018-10-11 16:41:46.479720"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.481277"], ["updated_at", "2018-10-11 16:41:46.481277"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.482897"], ["updated_at", "2018-10-11 16:41:46.482897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.484699"], ["updated_at", "2018-10-11 16:41:46.484699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.486283"], ["updated_at", "2018-10-11 16:41:46.486283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.487940"], ["updated_at", "2018-10-11 16:41:46.487940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.489502"], ["updated_at", "2018-10-11 16:41:46.489502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.491106"], ["updated_at", "2018-10-11 16:41:46.491106"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.492628"], ["updated_at", "2018-10-11 16:41:46.492628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.494287"], ["updated_at", "2018-10-11 16:41:46.494287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.495862"], ["updated_at", "2018-10-11 16:41:46.495862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.497477"], ["updated_at", "2018-10-11 16:41:46.497477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.499019"], ["updated_at", "2018-10-11 16:41:46.499019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.500646"], ["updated_at", "2018-10-11 16:41:46.500646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.502213"], ["updated_at", "2018-10-11 16:41:46.502213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.503810"], ["updated_at", "2018-10-11 16:41:46.503810"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.505354"], ["updated_at", "2018-10-11 16:41:46.505354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.507084"], ["updated_at", "2018-10-11 16:41:46.507084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.508657"], ["updated_at", "2018-10-11 16:41:46.508657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.510304"], ["updated_at", "2018-10-11 16:41:46.510304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.511895"], ["updated_at", "2018-10-11 16:41:46.511895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.513553"], ["updated_at", "2018-10-11 16:41:46.513553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.515137"], ["updated_at", "2018-10-11 16:41:46.515137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.516760"], ["updated_at", "2018-10-11 16:41:46.516760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.518339"], ["updated_at", "2018-10-11 16:41:46.518339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.519913"], ["updated_at", "2018-10-11 16:41:46.519913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.521527"], ["updated_at", "2018-10-11 16:41:46.521527"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.523087"], ["updated_at", "2018-10-11 16:41:46.523087"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.524961"], ["updated_at", "2018-10-11 16:41:46.524961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.527654"], ["updated_at", "2018-10-11 16:41:46.527654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.529590"], ["updated_at", "2018-10-11 16:41:46.529590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.531274"], ["updated_at", "2018-10-11 16:41:46.531274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.532880"], ["updated_at", "2018-10-11 16:41:46.532880"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.534457"], ["updated_at", "2018-10-11 16:41:46.534457"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.536162"], ["updated_at", "2018-10-11 16:41:46.536162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.539001"], ["updated_at", "2018-10-11 16:41:46.539001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.540665"], ["updated_at", "2018-10-11 16:41:46.540665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.542305"], ["updated_at", "2018-10-11 16:41:46.542305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.543857"], ["updated_at", "2018-10-11 16:41:46.543857"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.545662"], ["updated_at", "2018-10-11 16:41:46.545662"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.548470"], ["updated_at", "2018-10-11 16:41:46.548470"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.551170"], ["updated_at", "2018-10-11 16:41:46.551170"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.553683"], ["updated_at", "2018-10-11 16:41:46.553683"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.556240"], ["updated_at", "2018-10-11 16:41:46.556240"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.558839"], ["updated_at", "2018-10-11 16:41:46.558839"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.561432"], ["updated_at", "2018-10-11 16:41:46.561432"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.564051"], ["updated_at", "2018-10-11 16:41:46.564051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.565997"], ["updated_at", "2018-10-11 16:41:46.565997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.567629"], ["updated_at", "2018-10-11 16:41:46.567629"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.569298"], ["updated_at", "2018-10-11 16:41:46.569298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.571178"], ["updated_at", "2018-10-11 16:41:46.571178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.572790"], ["updated_at", "2018-10-11 16:41:46.572790"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.574419"], ["updated_at", "2018-10-11 16:41:46.574419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.576097"], ["updated_at", "2018-10-11 16:41:46.576097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.577781"], ["updated_at", "2018-10-11 16:41:46.577781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.579358"], ["updated_at", "2018-10-11 16:41:46.579358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.581109"], ["updated_at", "2018-10-11 16:41:46.581109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.582781"], ["updated_at", "2018-10-11 16:41:46.582781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.584315"], ["updated_at", "2018-10-11 16:41:46.584315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.585920"], ["updated_at", "2018-10-11 16:41:46.585920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.587741"], ["updated_at", "2018-10-11 16:41:46.587741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.589336"], ["updated_at", "2018-10-11 16:41:46.589336"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.591334"], ["updated_at", "2018-10-11 16:41:46.591334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.595570"], ["updated_at", "2018-10-11 16:41:46.595570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.597497"], ["updated_at", "2018-10-11 16:41:46.597497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.599163"], ["updated_at", "2018-10-11 16:41:46.599163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.600819"], ["updated_at", "2018-10-11 16:41:46.600819"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.602419"], ["updated_at", "2018-10-11 16:41:46.602419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.604018"], ["updated_at", "2018-10-11 16:41:46.604018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.606880"], ["updated_at", "2018-10-11 16:41:46.606880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.608470"], ["updated_at", "2018-10-11 16:41:46.608470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.610183"], ["updated_at", "2018-10-11 16:41:46.610183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.611929"], ["updated_at", "2018-10-11 16:41:46.611929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.613532"], ["updated_at", "2018-10-11 16:41:46.613532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.615228"], ["updated_at", "2018-10-11 16:41:46.615228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.617021"], ["updated_at", "2018-10-11 16:41:46.617021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.618696"], ["updated_at", "2018-10-11 16:41:46.618696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.620256"], ["updated_at", "2018-10-11 16:41:46.620256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.622113"], ["updated_at", "2018-10-11 16:41:46.622113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.623891"], ["updated_at", "2018-10-11 16:41:46.623891"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.625796"], ["updated_at", "2018-10-11 16:41:46.625796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.627629"], ["updated_at", "2018-10-11 16:41:46.627629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.629301"], ["updated_at", "2018-10-11 16:41:46.629301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.630898"], ["updated_at", "2018-10-11 16:41:46.630898"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.632745"], ["updated_at", "2018-10-11 16:41:46.632745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.634764"], ["updated_at", "2018-10-11 16:41:46.634764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.636351"], ["updated_at", "2018-10-11 16:41:46.636351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.637975"], ["updated_at", "2018-10-11 16:41:46.637975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.639568"], ["updated_at", "2018-10-11 16:41:46.639568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.641183"], ["updated_at", "2018-10-11 16:41:46.641183"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.642738"], ["updated_at", "2018-10-11 16:41:46.642738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.644543"], ["updated_at", "2018-10-11 16:41:46.644543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.646278"], ["updated_at", "2018-10-11 16:41:46.646278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.647872"], ["updated_at", "2018-10-11 16:41:46.647872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.649480"], ["updated_at", "2018-10-11 16:41:46.649480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.651215"], ["updated_at", "2018-10-11 16:41:46.651215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.652787"], ["updated_at", "2018-10-11 16:41:46.652787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.654414"], ["updated_at", "2018-10-11 16:41:46.654414"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.655985"], ["updated_at", "2018-10-11 16:41:46.655985"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.657809"], ["updated_at", "2018-10-11 16:41:46.657809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.660458"], ["updated_at", "2018-10-11 16:41:46.660458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.662364"], ["updated_at", "2018-10-11 16:41:46.662364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.663997"], ["updated_at", "2018-10-11 16:41:46.663997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.665615"], ["updated_at", "2018-10-11 16:41:46.665615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.667185"], ["updated_at", "2018-10-11 16:41:46.667185"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.668861"], ["updated_at", "2018-10-11 16:41:46.668861"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.672128"], ["updated_at", "2018-10-11 16:41:46.672128"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.674704"], ["updated_at", "2018-10-11 16:41:46.674704"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.677242"], ["updated_at", "2018-10-11 16:41:46.677242"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.679911"], ["updated_at", "2018-10-11 16:41:46.679911"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.682534"], ["updated_at", "2018-10-11 16:41:46.682534"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.685099"], ["updated_at", "2018-10-11 16:41:46.685099"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.687871"], ["updated_at", "2018-10-11 16:41:46.687871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.690377"], ["updated_at", "2018-10-11 16:41:46.690377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.692096"], ["updated_at", "2018-10-11 16:41:46.692096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.693721"], ["updated_at", "2018-10-11 16:41:46.693721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.695367"], ["updated_at", "2018-10-11 16:41:46.695367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.696928"], ["updated_at", "2018-10-11 16:41:46.696928"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.698716"], ["updated_at", "2018-10-11 16:41:46.698716"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.700517"], ["updated_at", "2018-10-11 16:41:46.700517"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.702531"], ["updated_at", "2018-10-11 16:41:46.702531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.704685"], ["updated_at", "2018-10-11 16:41:46.704685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.706343"], ["updated_at", "2018-10-11 16:41:46.706343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.708059"], ["updated_at", "2018-10-11 16:41:46.708059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.709787"], ["updated_at", "2018-10-11 16:41:46.709787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.711399"], ["updated_at", "2018-10-11 16:41:46.711399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.713025"], ["updated_at", "2018-10-11 16:41:46.713025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.714734"], ["updated_at", "2018-10-11 16:41:46.714734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.716312"], ["updated_at", "2018-10-11 16:41:46.716312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.717943"], ["updated_at", "2018-10-11 16:41:46.717943"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.719500"], ["updated_at", "2018-10-11 16:41:46.719500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.721149"], ["updated_at", "2018-10-11 16:41:46.721149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.722746"], ["updated_at", "2018-10-11 16:41:46.722746"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.724630"], ["updated_at", "2018-10-11 16:41:46.724630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.727166"], ["updated_at", "2018-10-11 16:41:46.727166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.729547"], ["updated_at", "2018-10-11 16:41:46.729547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.731241"], ["updated_at", "2018-10-11 16:41:46.731241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.733249"], ["updated_at", "2018-10-11 16:41:46.733249"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.735006"], ["updated_at", "2018-10-11 16:41:46.735006"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.736655"], ["updated_at", "2018-10-11 16:41:46.736655"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.739530"], ["updated_at", "2018-10-11 16:41:46.739530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.741316"], ["updated_at", "2018-10-11 16:41:46.741316"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.742928"], ["updated_at", "2018-10-11 16:41:46.742928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.744611"], ["updated_at", "2018-10-11 16:41:46.744611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.746204"], ["updated_at", "2018-10-11 16:41:46.746204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.747810"], ["updated_at", "2018-10-11 16:41:46.747810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.749533"], ["updated_at", "2018-10-11 16:41:46.749533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.751165"], ["updated_at", "2018-10-11 16:41:46.751165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.752793"], ["updated_at", "2018-10-11 16:41:46.752793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.754392"], ["updated_at", "2018-10-11 16:41:46.754392"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.756009"], ["updated_at", "2018-10-11 16:41:46.756009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.757875"], ["updated_at", "2018-10-11 16:41:46.757875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.760772"], ["updated_at", "2018-10-11 16:41:46.760772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.762462"], ["updated_at", "2018-10-11 16:41:46.762462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.764042"], ["updated_at", "2018-10-11 16:41:46.764042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.765666"], ["updated_at", "2018-10-11 16:41:46.765666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.767287"], ["updated_at", "2018-10-11 16:41:46.767287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.768897"], ["updated_at", "2018-10-11 16:41:46.768897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.770469"], ["updated_at", "2018-10-11 16:41:46.770469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.772079"], ["updated_at", "2018-10-11 16:41:46.772079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.773751"], ["updated_at", "2018-10-11 16:41:46.773751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.775342"], ["updated_at", "2018-10-11 16:41:46.775342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.776967"], ["updated_at", "2018-10-11 16:41:46.776967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.778530"], ["updated_at", "2018-10-11 16:41:46.778530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.780092"], ["updated_at", "2018-10-11 16:41:46.780092"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.781716"], ["updated_at", "2018-10-11 16:41:46.781716"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.783886"], ["updated_at", "2018-10-11 16:41:46.783886"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.785552"], ["updated_at", "2018-10-11 16:41:46.785552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.787387"], ["updated_at", "2018-10-11 16:41:46.787387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.789189"], ["updated_at", "2018-10-11 16:41:46.789189"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.790918"], ["updated_at", "2018-10-11 16:41:46.790918"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.794458"], ["updated_at", "2018-10-11 16:41:46.794458"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.796782"], ["updated_at", "2018-10-11 16:41:46.796782"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.799004"], ["updated_at", "2018-10-11 16:41:46.799004"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.801247"], ["updated_at", "2018-10-11 16:41:46.801247"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.803309"], ["updated_at", "2018-10-11 16:41:46.803309"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.805318"], ["updated_at", "2018-10-11 16:41:46.805318"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.807346"], ["updated_at", "2018-10-11 16:41:46.807346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.810909"], ["updated_at", "2018-10-11 16:41:46.810909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.812647"], ["updated_at", "2018-10-11 16:41:46.812647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.814299"], ["updated_at", "2018-10-11 16:41:46.814299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.816019"], ["updated_at", "2018-10-11 16:41:46.816019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.817695"], ["updated_at", "2018-10-11 16:41:46.817695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.819392"], ["updated_at", "2018-10-11 16:41:46.819392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.821132"], ["updated_at", "2018-10-11 16:41:46.821132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.822782"], ["updated_at", "2018-10-11 16:41:46.822782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.824557"], ["updated_at", "2018-10-11 16:41:46.824557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.826322"], ["updated_at", "2018-10-11 16:41:46.826322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.828022"], ["updated_at", "2018-10-11 16:41:46.828022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.829644"], ["updated_at", "2018-10-11 16:41:46.829644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.831260"], ["updated_at", "2018-10-11 16:41:46.831260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.832879"], ["updated_at", "2018-10-11 16:41:46.832879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.834740"], ["updated_at", "2018-10-11 16:41:46.834740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.836396"], ["updated_at", "2018-10-11 16:41:46.836396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.837962"], ["updated_at", "2018-10-11 16:41:46.837962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.839604"], ["updated_at", "2018-10-11 16:41:46.839604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.841205"], ["updated_at", "2018-10-11 16:41:46.841205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.842805"], ["updated_at", "2018-10-11 16:41:46.842805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.844404"], ["updated_at", "2018-10-11 16:41:46.844404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.846026"], ["updated_at", "2018-10-11 16:41:46.846026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.847608"], ["updated_at", "2018-10-11 16:41:46.847608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.849272"], ["updated_at", "2018-10-11 16:41:46.849272"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.850818"], ["updated_at", "2018-10-11 16:41:46.850818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.852456"], ["updated_at", "2018-10-11 16:41:46.852456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.854076"], ["updated_at", "2018-10-11 16:41:46.854076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.855697"], ["updated_at", "2018-10-11 16:41:46.855697"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.857826"], ["updated_at", "2018-10-11 16:41:46.857826"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.861513"], ["updated_at", "2018-10-11 16:41:46.861513"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.863731"], ["updated_at", "2018-10-11 16:41:46.863731"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.866165"], ["updated_at", "2018-10-11 16:41:46.866165"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.868374"], ["updated_at", "2018-10-11 16:41:46.868374"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.870536"], ["updated_at", "2018-10-11 16:41:46.870536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.873769"], ["updated_at", "2018-10-11 16:41:46.873769"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.875712"], ["updated_at", "2018-10-11 16:41:46.875712"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.878824"], ["updated_at", "2018-10-11 16:41:46.878824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.880564"], ["updated_at", "2018-10-11 16:41:46.880564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.882210"], ["updated_at", "2018-10-11 16:41:46.882210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.883851"], ["updated_at", "2018-10-11 16:41:46.883851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.885486"], ["updated_at", "2018-10-11 16:41:46.885486"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.887066"], ["updated_at", "2018-10-11 16:41:46.887066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.889315"], ["updated_at", "2018-10-11 16:41:46.889315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.890940"], ["updated_at", "2018-10-11 16:41:46.890940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.892531"], ["updated_at", "2018-10-11 16:41:46.892531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.894338"], ["updated_at", "2018-10-11 16:41:46.894338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.896072"], ["updated_at", "2018-10-11 16:41:46.896072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.897668"], ["updated_at", "2018-10-11 16:41:46.897668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.899287"], ["updated_at", "2018-10-11 16:41:46.899287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.900851"], ["updated_at", "2018-10-11 16:41:46.900851"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.902601"], ["updated_at", "2018-10-11 16:41:46.902601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.904302"], ["updated_at", "2018-10-11 16:41:46.904302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.905875"], ["updated_at", "2018-10-11 16:41:46.905875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.907476"], ["updated_at", "2018-10-11 16:41:46.907476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.909039"], ["updated_at", "2018-10-11 16:41:46.909039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.910730"], ["updated_at", "2018-10-11 16:41:46.910730"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.912424"], ["updated_at", "2018-10-11 16:41:46.912424"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.915229"], ["updated_at", "2018-10-11 16:41:46.915229"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.917871"], ["updated_at", "2018-10-11 16:41:46.917871"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.920571"], ["updated_at", "2018-10-11 16:41:46.920571"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.923235"], ["updated_at", "2018-10-11 16:41:46.923235"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.925940"], ["updated_at", "2018-10-11 16:41:46.925940"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.928488"], ["updated_at", "2018-10-11 16:41:46.928488"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.930451"], ["updated_at", "2018-10-11 16:41:46.930451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.934341"], ["updated_at", "2018-10-11 16:41:46.934341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.935975"], ["updated_at", "2018-10-11 16:41:46.935975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.937587"], ["updated_at", "2018-10-11 16:41:46.937587"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.940383"], ["updated_at", "2018-10-11 16:41:46.940383"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.942345"], ["updated_at", "2018-10-11 16:41:46.942345"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.944039"], ["updated_at", "2018-10-11 16:41:46.944039"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.945748"], ["updated_at", "2018-10-11 16:41:46.945748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.947456"], ["updated_at", "2018-10-11 16:41:46.947456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.949150"], ["updated_at", "2018-10-11 16:41:46.949150"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.950780"], ["updated_at", "2018-10-11 16:41:46.950780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.952589"], ["updated_at", "2018-10-11 16:41:46.952589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.954317"], ["updated_at", "2018-10-11 16:41:46.954317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.955880"], ["updated_at", "2018-10-11 16:41:46.955880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.957915"], ["updated_at", "2018-10-11 16:41:46.957915"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.959904"], ["updated_at", "2018-10-11 16:41:46.959904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.961641"], ["updated_at", "2018-10-11 16:41:46.961641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.963219"], ["updated_at", "2018-10-11 16:41:46.963219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.964862"], ["updated_at", "2018-10-11 16:41:46.964862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.966415"], ["updated_at", "2018-10-11 16:41:46.966415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.968018"], ["updated_at", "2018-10-11 16:41:46.968018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.969599"], ["updated_at", "2018-10-11 16:41:46.969599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.971210"], ["updated_at", "2018-10-11 16:41:46.971210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.972849"], ["updated_at", "2018-10-11 16:41:46.972849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.974421"], ["updated_at", "2018-10-11 16:41:46.974421"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.976038"], ["updated_at", "2018-10-11 16:41:46.976038"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.978149"], ["updated_at", "2018-10-11 16:41:46.978149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.980180"], ["updated_at", "2018-10-11 16:41:46.980180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.981806"], ["updated_at", "2018-10-11 16:41:46.981806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.983398"], ["updated_at", "2018-10-11 16:41:46.983398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.984955"], ["updated_at", "2018-10-11 16:41:46.984955"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.986768"], ["updated_at", "2018-10-11 16:41:46.986768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.988526"], ["updated_at", "2018-10-11 16:41:46.988526"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.990352"], ["updated_at", "2018-10-11 16:41:46.990352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.992987"], ["updated_at", "2018-10-11 16:41:46.992987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.994938"], ["updated_at", "2018-10-11 16:41:46.994938"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.996560"], ["updated_at", "2018-10-11 16:41:46.996560"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:46.998299"], ["updated_at", "2018-10-11 16:41:46.998299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.001961"], ["updated_at", "2018-10-11 16:41:47.001961"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.003648"], ["updated_at", "2018-10-11 16:41:47.003648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.006678"], ["updated_at", "2018-10-11 16:41:47.006678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.008337"], ["updated_at", "2018-10-11 16:41:47.008337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.010046"], ["updated_at", "2018-10-11 16:41:47.010046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.011701"], ["updated_at", "2018-10-11 16:41:47.011701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.013381"], ["updated_at", "2018-10-11 16:41:47.013381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.014921"], ["updated_at", "2018-10-11 16:41:47.014921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.016609"], ["updated_at", "2018-10-11 16:41:47.016609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.018355"], ["updated_at", "2018-10-11 16:41:47.018355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.019930"], ["updated_at", "2018-10-11 16:41:47.019930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.021527"], ["updated_at", "2018-10-11 16:41:47.021527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.023125"], ["updated_at", "2018-10-11 16:41:47.023125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.024756"], ["updated_at", "2018-10-11 16:41:47.024756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.026338"], ["updated_at", "2018-10-11 16:41:47.026338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.027958"], ["updated_at", "2018-10-11 16:41:47.027958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.029644"], ["updated_at", "2018-10-11 16:41:47.029644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.031213"], ["updated_at", "2018-10-11 16:41:47.031213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.032827"], ["updated_at", "2018-10-11 16:41:47.032827"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.034373"], ["updated_at", "2018-10-11 16:41:47.034373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.035993"], ["updated_at", "2018-10-11 16:41:47.035993"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.037643"], ["updated_at", "2018-10-11 16:41:47.037643"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.039393"], ["updated_at", "2018-10-11 16:41:47.039393"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.041958"], ["updated_at", "2018-10-11 16:41:47.041958"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.044554"], ["updated_at", "2018-10-11 16:41:47.044554"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.047261"], ["updated_at", "2018-10-11 16:41:47.047261"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.049914"], ["updated_at", "2018-10-11 16:41:47.049914"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.052598"], ["updated_at", "2018-10-11 16:41:47.052598"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.055185"], ["updated_at", "2018-10-11 16:41:47.055185"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.057581"], ["updated_at", "2018-10-11 16:41:47.057581"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.060488"], ["updated_at", "2018-10-11 16:41:47.060488"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.062518"], ["updated_at", "2018-10-11 16:41:47.062518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.064342"], ["updated_at", "2018-10-11 16:41:47.064342"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.065959"], ["updated_at", "2018-10-11 16:41:47.065959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.067492"], ["updated_at", "2018-10-11 16:41:47.067492"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.069096"], ["updated_at", "2018-10-11 16:41:47.069096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.071870"], ["updated_at", "2018-10-11 16:41:47.071870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.073520"], ["updated_at", "2018-10-11 16:41:47.073520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.075200"], ["updated_at", "2018-10-11 16:41:47.075200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.076839"], ["updated_at", "2018-10-11 16:41:47.076839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.078449"], ["updated_at", "2018-10-11 16:41:47.078449"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.080043"], ["updated_at", "2018-10-11 16:41:47.080043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.081729"], ["updated_at", "2018-10-11 16:41:47.081729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.083390"], ["updated_at", "2018-10-11 16:41:47.083390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.085080"], ["updated_at", "2018-10-11 16:41:47.085080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.086878"], ["updated_at", "2018-10-11 16:41:47.086878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.088713"], ["updated_at", "2018-10-11 16:41:47.088713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.090302"], ["updated_at", "2018-10-11 16:41:47.090302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.091913"], ["updated_at", "2018-10-11 16:41:47.091913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.093594"], ["updated_at", "2018-10-11 16:41:47.093594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.095256"], ["updated_at", "2018-10-11 16:41:47.095256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.096907"], ["updated_at", "2018-10-11 16:41:47.096907"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.098506"], ["updated_at", "2018-10-11 16:41:47.098506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.100132"], ["updated_at", "2018-10-11 16:41:47.100132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.101681"], ["updated_at", "2018-10-11 16:41:47.101681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.103278"], ["updated_at", "2018-10-11 16:41:47.103278"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.105248"], ["updated_at", "2018-10-11 16:41:47.105248"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.107619"], ["updated_at", "2018-10-11 16:41:47.107619"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.110337"], ["updated_at", "2018-10-11 16:41:47.110337"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.112797"], ["updated_at", "2018-10-11 16:41:47.112797"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.115039"], ["updated_at", "2018-10-11 16:41:47.115039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.117756"], ["updated_at", "2018-10-11 16:41:47.117756"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.120024"], ["updated_at", "2018-10-11 16:41:47.120024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.122386"], ["updated_at", "2018-10-11 16:41:47.122386"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.124310"], ["updated_at", "2018-10-11 16:41:47.124310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.127526"], ["updated_at", "2018-10-11 16:41:47.127526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.129388"], ["updated_at", "2018-10-11 16:41:47.129388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.131055"], ["updated_at", "2018-10-11 16:41:47.131055"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.132722"], ["updated_at", "2018-10-11 16:41:47.132722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.134789"], ["updated_at", "2018-10-11 16:41:47.134789"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.137003"], ["updated_at", "2018-10-11 16:41:47.137003"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.140416"], ["updated_at", "2018-10-11 16:41:47.140416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.142402"], ["updated_at", "2018-10-11 16:41:47.142402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.144050"], ["updated_at", "2018-10-11 16:41:47.144050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.145689"], ["updated_at", "2018-10-11 16:41:47.145689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.147252"], ["updated_at", "2018-10-11 16:41:47.147252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.148851"], ["updated_at", "2018-10-11 16:41:47.148851"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.151799"], ["updated_at", "2018-10-11 16:41:47.151799"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.153705"], ["updated_at", "2018-10-11 16:41:47.153705"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.155593"], ["updated_at", "2018-10-11 16:41:47.155593"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.157368"], ["updated_at", "2018-10-11 16:41:47.157368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.159119"], ["updated_at", "2018-10-11 16:41:47.159119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.160843"], ["updated_at", "2018-10-11 16:41:47.160843"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.162823"], ["updated_at", "2018-10-11 16:41:47.162823"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.165062"], ["updated_at", "2018-10-11 16:41:47.165062"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.167707"], ["updated_at", "2018-10-11 16:41:47.167707"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.170410"], ["updated_at", "2018-10-11 16:41:47.170410"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.173151"], ["updated_at", "2018-10-11 16:41:47.173151"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.175946"], ["updated_at", "2018-10-11 16:41:47.175946"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.178490"], ["updated_at", "2018-10-11 16:41:47.178490"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.181115"], ["updated_at", "2018-10-11 16:41:47.181115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.183692"], ["updated_at", "2018-10-11 16:41:47.183692"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.185522"], ["updated_at", "2018-10-11 16:41:47.185522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.187365"], ["updated_at", "2018-10-11 16:41:47.187365"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.189065"], ["updated_at", "2018-10-11 16:41:47.189065"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.191500"], ["updated_at", "2018-10-11 16:41:47.191500"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.194599"], ["updated_at", "2018-10-11 16:41:47.194599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.196693"], ["updated_at", "2018-10-11 16:41:47.196693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.198506"], ["updated_at", "2018-10-11 16:41:47.198506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.200127"], ["updated_at", "2018-10-11 16:41:47.200127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.201842"], ["updated_at", "2018-10-11 16:41:47.201842"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.203973"], ["updated_at", "2018-10-11 16:41:47.203973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.206787"], ["updated_at", "2018-10-11 16:41:47.206787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.208761"], ["updated_at", "2018-10-11 16:41:47.208761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.210996"], ["updated_at", "2018-10-11 16:41:47.210996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.212687"], ["updated_at", "2018-10-11 16:41:47.212687"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.214272"], ["updated_at", "2018-10-11 16:41:47.214272"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.215927"], ["updated_at", "2018-10-11 16:41:47.215927"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.218129"], ["updated_at", "2018-10-11 16:41:47.218129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.220060"], ["updated_at", "2018-10-11 16:41:47.220060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.221813"], ["updated_at", "2018-10-11 16:41:47.221813"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.223461"], ["updated_at", "2018-10-11 16:41:47.223461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.225212"], ["updated_at", "2018-10-11 16:41:47.225212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.226950"], ["updated_at", "2018-10-11 16:41:47.226950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.228563"], ["updated_at", "2018-10-11 16:41:47.228563"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.230118"], ["updated_at", "2018-10-11 16:41:47.230118"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.231779"], ["updated_at", "2018-10-11 16:41:47.231779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.233510"], ["updated_at", "2018-10-11 16:41:47.233510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.235113"], ["updated_at", "2018-10-11 16:41:47.235113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.236864"], ["updated_at", "2018-10-11 16:41:47.236864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.238497"], ["updated_at", "2018-10-11 16:41:47.238497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.240249"], ["updated_at", "2018-10-11 16:41:47.240249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.241986"], ["updated_at", "2018-10-11 16:41:47.241986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.243656"], ["updated_at", "2018-10-11 16:41:47.243656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.245342"], ["updated_at", "2018-10-11 16:41:47.245342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.246873"], ["updated_at", "2018-10-11 16:41:47.246873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.248477"], ["updated_at", "2018-10-11 16:41:47.248477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.250019"], ["updated_at", "2018-10-11 16:41:47.250019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.251615"], ["updated_at", "2018-10-11 16:41:47.251615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.253207"], ["updated_at", "2018-10-11 16:41:47.253207"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.254853"], ["updated_at", "2018-10-11 16:41:47.254853"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.256734"], ["updated_at", "2018-10-11 16:41:47.256734"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.259467"], ["updated_at", "2018-10-11 16:41:47.259467"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.261887"], ["updated_at", "2018-10-11 16:41:47.261887"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.263641"], ["updated_at", "2018-10-11 16:41:47.263641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.265670"], ["updated_at", "2018-10-11 16:41:47.265670"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.267299"], ["updated_at", "2018-10-11 16:41:47.267299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.268931"], ["updated_at", "2018-10-11 16:41:47.268931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.271753"], ["updated_at", "2018-10-11 16:41:47.271753"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.273373"], ["updated_at", "2018-10-11 16:41:47.273373"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.275136"], ["updated_at", "2018-10-11 16:41:47.275136"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.276983"], ["updated_at", "2018-10-11 16:41:47.276983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.278836"], ["updated_at", "2018-10-11 16:41:47.278836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.280478"], ["updated_at", "2018-10-11 16:41:47.280478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.282036"], ["updated_at", "2018-10-11 16:41:47.282036"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.283562"], ["updated_at", "2018-10-11 16:41:47.283562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.285259"], ["updated_at", "2018-10-11 16:41:47.285259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.286859"], ["updated_at", "2018-10-11 16:41:47.286859"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.289129"], ["updated_at", "2018-10-11 16:41:47.289129"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.291947"], ["updated_at", "2018-10-11 16:41:47.291947"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.294729"], ["updated_at", "2018-10-11 16:41:47.294729"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.297313"], ["updated_at", "2018-10-11 16:41:47.297313"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.299868"], ["updated_at", "2018-10-11 16:41:47.299868"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.302509"], ["updated_at", "2018-10-11 16:41:47.302509"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.305326"], ["updated_at", "2018-10-11 16:41:47.305326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.307972"], ["updated_at", "2018-10-11 16:41:47.307972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.309683"], ["updated_at", "2018-10-11 16:41:47.309683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.311406"], ["updated_at", "2018-10-11 16:41:47.311406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.313175"], ["updated_at", "2018-10-11 16:41:47.313175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.314733"], ["updated_at", "2018-10-11 16:41:47.314733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.316313"], ["updated_at", "2018-10-11 16:41:47.316313"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.317851"], ["updated_at", "2018-10-11 16:41:47.317851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.319527"], ["updated_at", "2018-10-11 16:41:47.319527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.321185"], ["updated_at", "2018-10-11 16:41:47.321185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.322769"], ["updated_at", "2018-10-11 16:41:47.322769"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.324396"], ["updated_at", "2018-10-11 16:41:47.324396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.326915"], ["updated_at", "2018-10-11 16:41:47.326915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.328827"], ["updated_at", "2018-10-11 16:41:47.328827"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.330538"], ["updated_at", "2018-10-11 16:41:47.330538"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.332168"], ["updated_at", "2018-10-11 16:41:47.332168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.333726"], ["updated_at", "2018-10-11 16:41:47.333726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.335287"], ["updated_at", "2018-10-11 16:41:47.335287"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.338469"], ["updated_at", "2018-10-11 16:41:47.338469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.340214"], ["updated_at", "2018-10-11 16:41:47.340214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.341827"], ["updated_at", "2018-10-11 16:41:47.341827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.343409"], ["updated_at", "2018-10-11 16:41:47.343409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.344952"], ["updated_at", "2018-10-11 16:41:47.344952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.346560"], ["updated_at", "2018-10-11 16:41:47.346560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.348118"], ["updated_at", "2018-10-11 16:41:47.348118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.349766"], ["updated_at", "2018-10-11 16:41:47.349766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.351375"], ["updated_at", "2018-10-11 16:41:47.351375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.352996"], ["updated_at", "2018-10-11 16:41:47.352996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.354561"], ["updated_at", "2018-10-11 16:41:47.354561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.356172"], ["updated_at", "2018-10-11 16:41:47.356172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.357707"], ["updated_at", "2018-10-11 16:41:47.357707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.359435"], ["updated_at", "2018-10-11 16:41:47.359435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.361017"], ["updated_at", "2018-10-11 16:41:47.361017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.362568"], ["updated_at", "2018-10-11 16:41:47.362568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.364225"], ["updated_at", "2018-10-11 16:41:47.364225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.365843"], ["updated_at", "2018-10-11 16:41:47.365843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.367406"], ["updated_at", "2018-10-11 16:41:47.367406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.369025"], ["updated_at", "2018-10-11 16:41:47.369025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.370598"], ["updated_at", "2018-10-11 16:41:47.370598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.372203"], ["updated_at", "2018-10-11 16:41:47.372203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.373781"], ["updated_at", "2018-10-11 16:41:47.373781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.375371"], ["updated_at", "2018-10-11 16:41:47.375371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.376916"], ["updated_at", "2018-10-11 16:41:47.376916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.378537"], ["updated_at", "2018-10-11 16:41:47.378537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.380116"], ["updated_at", "2018-10-11 16:41:47.380116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.381733"], ["updated_at", "2018-10-11 16:41:47.381733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.383511"], ["updated_at", "2018-10-11 16:41:47.383511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.385346"], ["updated_at", "2018-10-11 16:41:47.385346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.387024"], ["updated_at", "2018-10-11 16:41:47.387024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.388539"], ["updated_at", "2018-10-11 16:41:47.388539"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.390329"], ["updated_at", "2018-10-11 16:41:47.390329"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.392959"], ["updated_at", "2018-10-11 16:41:47.392959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.394829"], ["updated_at", "2018-10-11 16:41:47.394829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.396787"], ["updated_at", "2018-10-11 16:41:47.396787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.398485"], ["updated_at", "2018-10-11 16:41:47.398485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.400456"], ["updated_at", "2018-10-11 16:41:47.400456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.402136"], ["updated_at", "2018-10-11 16:41:47.402136"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.404887"], ["updated_at", "2018-10-11 16:41:47.404887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.406656"], ["updated_at", "2018-10-11 16:41:47.406656"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.408582"], ["updated_at", "2018-10-11 16:41:47.408582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.410351"], ["updated_at", "2018-10-11 16:41:47.410351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.411908"], ["updated_at", "2018-10-11 16:41:47.411908"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.413688"], ["updated_at", "2018-10-11 16:41:47.413688"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.416414"], ["updated_at", "2018-10-11 16:41:47.416414"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.419168"], ["updated_at", "2018-10-11 16:41:47.419168"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.421768"], ["updated_at", "2018-10-11 16:41:47.421768"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.424511"], ["updated_at", "2018-10-11 16:41:47.424511"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.427148"], ["updated_at", "2018-10-11 16:41:47.427148"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.429861"], ["updated_at", "2018-10-11 16:41:47.429861"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.432387"], ["updated_at", "2018-10-11 16:41:47.432387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.434392"], ["updated_at", "2018-10-11 16:41:47.434392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.436048"], ["updated_at", "2018-10-11 16:41:47.436048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.437694"], ["updated_at", "2018-10-11 16:41:47.437694"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.439312"], ["updated_at", "2018-10-11 16:41:47.439312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.441207"], ["updated_at", "2018-10-11 16:41:47.441207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.442884"], ["updated_at", "2018-10-11 16:41:47.442884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.444505"], ["updated_at", "2018-10-11 16:41:47.444505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.446071"], ["updated_at", "2018-10-11 16:41:47.446071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.447727"], ["updated_at", "2018-10-11 16:41:47.447727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.449346"], ["updated_at", "2018-10-11 16:41:47.449346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.450979"], ["updated_at", "2018-10-11 16:41:47.450979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.452527"], ["updated_at", "2018-10-11 16:41:47.452527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.454140"], ["updated_at", "2018-10-11 16:41:47.454140"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.455735"], ["updated_at", "2018-10-11 16:41:47.455735"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.457708"], ["updated_at", "2018-10-11 16:41:47.457708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.460423"], ["updated_at", "2018-10-11 16:41:47.460423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.462156"], ["updated_at", "2018-10-11 16:41:47.462156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.463794"], ["updated_at", "2018-10-11 16:41:47.463794"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.465708"], ["updated_at", "2018-10-11 16:41:47.465708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.467413"], ["updated_at", "2018-10-11 16:41:47.467413"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.469149"], ["updated_at", "2018-10-11 16:41:47.469149"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.471645"], ["updated_at", "2018-10-11 16:41:47.471645"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.473439"], ["updated_at", "2018-10-11 16:41:47.473439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.475212"], ["updated_at", "2018-10-11 16:41:47.475212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.476940"], ["updated_at", "2018-10-11 16:41:47.476940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.478546"], ["updated_at", "2018-10-11 16:41:47.478546"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.480175"], ["updated_at", "2018-10-11 16:41:47.480175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.482248"], ["updated_at", "2018-10-11 16:41:47.482248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.483940"], ["updated_at", "2018-10-11 16:41:47.483940"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.485523"], ["updated_at", "2018-10-11 16:41:47.485523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.487379"], ["updated_at", "2018-10-11 16:41:47.487379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.489268"], ["updated_at", "2018-10-11 16:41:47.489268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.491058"], ["updated_at", "2018-10-11 16:41:47.491058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.492701"], ["updated_at", "2018-10-11 16:41:47.492701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.494272"], ["updated_at", "2018-10-11 16:41:47.494272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.495902"], ["updated_at", "2018-10-11 16:41:47.495902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.497798"], ["updated_at", "2018-10-11 16:41:47.497798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.499464"], ["updated_at", "2018-10-11 16:41:47.499464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.501056"], ["updated_at", "2018-10-11 16:41:47.501056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.502679"], ["updated_at", "2018-10-11 16:41:47.502679"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.504241"], ["updated_at", "2018-10-11 16:41:47.504241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.506228"], ["updated_at", "2018-10-11 16:41:47.506228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.507960"], ["updated_at", "2018-10-11 16:41:47.507960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.509644"], ["updated_at", "2018-10-11 16:41:47.509644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.511239"], ["updated_at", "2018-10-11 16:41:47.511239"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.512885"], ["updated_at", "2018-10-11 16:41:47.512885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.514641"], ["updated_at", "2018-10-11 16:41:47.514641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.516252"], ["updated_at", "2018-10-11 16:41:47.516252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.517880"], ["updated_at", "2018-10-11 16:41:47.517880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.519441"], ["updated_at", "2018-10-11 16:41:47.519441"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.521045"], ["updated_at", "2018-10-11 16:41:47.521045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.522772"], ["updated_at", "2018-10-11 16:41:47.522772"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.524561"], ["updated_at", "2018-10-11 16:41:47.524561"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.527129"], ["updated_at", "2018-10-11 16:41:47.527129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.529128"], ["updated_at", "2018-10-11 16:41:47.529128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.531104"], ["updated_at", "2018-10-11 16:41:47.531104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.532799"], ["updated_at", "2018-10-11 16:41:47.532799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.535751"], ["updated_at", "2018-10-11 16:41:47.535751"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.538883"], ["updated_at", "2018-10-11 16:41:47.538883"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.541627"], ["updated_at", "2018-10-11 16:41:47.541627"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.544238"], ["updated_at", "2018-10-11 16:41:47.544238"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.546914"], ["updated_at", "2018-10-11 16:41:47.546914"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.549632"], ["updated_at", "2018-10-11 16:41:47.549632"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.552372"], ["updated_at", "2018-10-11 16:41:47.552372"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.555035"], ["updated_at", "2018-10-11 16:41:47.555035"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.557755"], ["updated_at", "2018-10-11 16:41:47.557755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.559686"], ["updated_at", "2018-10-11 16:41:47.559686"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.561288"], ["updated_at", "2018-10-11 16:41:47.561288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.563239"], ["updated_at", "2018-10-11 16:41:47.563239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.564845"], ["updated_at", "2018-10-11 16:41:47.564845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.566455"], ["updated_at", "2018-10-11 16:41:47.566455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.568039"], ["updated_at", "2018-10-11 16:41:47.568039"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.570317"], ["updated_at", "2018-10-11 16:41:47.570317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.573494"], ["updated_at", "2018-10-11 16:41:47.573494"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.575407"], ["updated_at", "2018-10-11 16:41:47.575407"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.577133"], ["updated_at", "2018-10-11 16:41:47.577133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.579229"], ["updated_at", "2018-10-11 16:41:47.579229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.580930"], ["updated_at", "2018-10-11 16:41:47.580930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.582610"], ["updated_at", "2018-10-11 16:41:47.582610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.584172"], ["updated_at", "2018-10-11 16:41:47.584172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.586203"], ["updated_at", "2018-10-11 16:41:47.586203"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.587956"], ["updated_at", "2018-10-11 16:41:47.587956"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.591075"], ["updated_at", "2018-10-11 16:41:47.591075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.594101"], ["updated_at", "2018-10-11 16:41:47.594101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.596307"], ["updated_at", "2018-10-11 16:41:47.596307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.598048"], ["updated_at", "2018-10-11 16:41:47.598048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.599779"], ["updated_at", "2018-10-11 16:41:47.599779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.601540"], ["updated_at", "2018-10-11 16:41:47.601540"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.603319"], ["updated_at", "2018-10-11 16:41:47.603319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.606526"], ["updated_at", "2018-10-11 16:41:47.606526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.608480"], ["updated_at", "2018-10-11 16:41:47.608480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.610595"], ["updated_at", "2018-10-11 16:41:47.610595"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.612623"], ["updated_at", "2018-10-11 16:41:47.612623"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.614444"], ["updated_at", "2018-10-11 16:41:47.614444"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.616126"], ["updated_at", "2018-10-11 16:41:47.616126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.617834"], ["updated_at", "2018-10-11 16:41:47.617834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.619816"], ["updated_at", "2018-10-11 16:41:47.619816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.621447"], ["updated_at", "2018-10-11 16:41:47.621447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.623047"], ["updated_at", "2018-10-11 16:41:47.623047"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.624728"], ["updated_at", "2018-10-11 16:41:47.624728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.626734"], ["updated_at", "2018-10-11 16:41:47.626734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.628414"], ["updated_at", "2018-10-11 16:41:47.628414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.630025"], ["updated_at", "2018-10-11 16:41:47.630025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.631700"], ["updated_at", "2018-10-11 16:41:47.631700"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.633435"], ["updated_at", "2018-10-11 16:41:47.633435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.635334"], ["updated_at", "2018-10-11 16:41:47.635334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.636951"], ["updated_at", "2018-10-11 16:41:47.636951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.638533"], ["updated_at", "2018-10-11 16:41:47.638533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.640129"], ["updated_at", "2018-10-11 16:41:47.640129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.641871"], ["updated_at", "2018-10-11 16:41:47.641871"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.643783"], ["updated_at", "2018-10-11 16:41:47.643783"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.645778"], ["updated_at", "2018-10-11 16:41:47.645778"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.648175"], ["updated_at", "2018-10-11 16:41:47.648175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.650570"], ["updated_at", "2018-10-11 16:41:47.650570"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.652269"], ["updated_at", "2018-10-11 16:41:47.652269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.653925"], ["updated_at", "2018-10-11 16:41:47.653925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.655498"], ["updated_at", "2018-10-11 16:41:47.655498"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.657141"], ["updated_at", "2018-10-11 16:41:47.657141"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.659905"], ["updated_at", "2018-10-11 16:41:47.659905"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.662276"], ["updated_at", "2018-10-11 16:41:47.662276"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.664447"], ["updated_at", "2018-10-11 16:41:47.664447"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.667193"], ["updated_at", "2018-10-11 16:41:47.667193"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.669281"], ["updated_at", "2018-10-11 16:41:47.669281"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.671466"], ["updated_at", "2018-10-11 16:41:47.671466"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.676674"], ["updated_at", "2018-10-11 16:41:47.676674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.680427"], ["updated_at", "2018-10-11 16:41:47.680427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.682971"], ["updated_at", "2018-10-11 16:41:47.682971"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.684572"], ["updated_at", "2018-10-11 16:41:47.684572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.686463"], ["updated_at", "2018-10-11 16:41:47.686463"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.688034"], ["updated_at", "2018-10-11 16:41:47.688034"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.689654"], ["updated_at", "2018-10-11 16:41:47.689654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.691742"], ["updated_at", "2018-10-11 16:41:47.691742"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.693316"], ["updated_at", "2018-10-11 16:41:47.693316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.695150"], ["updated_at", "2018-10-11 16:41:47.695150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.696685"], ["updated_at", "2018-10-11 16:41:47.696685"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.698392"], ["updated_at", "2018-10-11 16:41:47.698392"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.700288"], ["updated_at", "2018-10-11 16:41:47.700288"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.702435"], ["updated_at", "2018-10-11 16:41:47.702435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.704237"], ["updated_at", "2018-10-11 16:41:47.704237"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.706008"], ["updated_at", "2018-10-11 16:41:47.706008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.708047"], ["updated_at", "2018-10-11 16:41:47.708047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.709655"], ["updated_at", "2018-10-11 16:41:47.709655"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.711270"], ["updated_at", "2018-10-11 16:41:47.711270"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.713309"], ["updated_at", "2018-10-11 16:41:47.713309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.715498"], ["updated_at", "2018-10-11 16:41:47.715498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.717165"], ["updated_at", "2018-10-11 16:41:47.717165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.718780"], ["updated_at", "2018-10-11 16:41:47.718780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.720454"], ["updated_at", "2018-10-11 16:41:47.720454"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.722036"], ["updated_at", "2018-10-11 16:41:47.722036"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.724001"], ["updated_at", "2018-10-11 16:41:47.724001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.727632"], ["updated_at", "2018-10-11 16:41:47.727632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.729332"], ["updated_at", "2018-10-11 16:41:47.729332"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.731152"], ["updated_at", "2018-10-11 16:41:47.731152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.732959"], ["updated_at", "2018-10-11 16:41:47.732959"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.734568"], ["updated_at", "2018-10-11 16:41:47.734568"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.736322"], ["updated_at", "2018-10-11 16:41:47.736322"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.739616"], ["updated_at", "2018-10-11 16:41:47.739616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.741356"], ["updated_at", "2018-10-11 16:41:47.741356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.742957"], ["updated_at", "2018-10-11 16:41:47.742957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.744628"], ["updated_at", "2018-10-11 16:41:47.744628"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.746227"], ["updated_at", "2018-10-11 16:41:47.746227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.748157"], ["updated_at", "2018-10-11 16:41:47.748157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.749727"], ["updated_at", "2018-10-11 16:41:47.749727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.751297"], ["updated_at", "2018-10-11 16:41:47.751297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.752882"], ["updated_at", "2018-10-11 16:41:47.752882"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.754643"], ["updated_at", "2018-10-11 16:41:47.754643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.756609"], ["updated_at", "2018-10-11 16:41:47.756609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.758166"], ["updated_at", "2018-10-11 16:41:47.758166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.759786"], ["updated_at", "2018-10-11 16:41:47.759786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.761375"], ["updated_at", "2018-10-11 16:41:47.761375"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.762955"], ["updated_at", "2018-10-11 16:41:47.762955"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.764887"], ["updated_at", "2018-10-11 16:41:47.764887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.766507"], ["updated_at", "2018-10-11 16:41:47.766507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.768115"], ["updated_at", "2018-10-11 16:41:47.768115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.769750"], ["updated_at", "2018-10-11 16:41:47.769750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.771600"], ["updated_at", "2018-10-11 16:41:47.771600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.773419"], ["updated_at", "2018-10-11 16:41:47.773419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.775123"], ["updated_at", "2018-10-11 16:41:47.775123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.776670"], ["updated_at", "2018-10-11 16:41:47.776670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.778248"], ["updated_at", "2018-10-11 16:41:47.778248"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.779974"], ["updated_at", "2018-10-11 16:41:47.779974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.781821"], ["updated_at", "2018-10-11 16:41:47.781821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.783367"], ["updated_at", "2018-10-11 16:41:47.783367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.784960"], ["updated_at", "2018-10-11 16:41:47.784960"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.786868"], ["updated_at", "2018-10-11 16:41:47.786868"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.789356"], ["updated_at", "2018-10-11 16:41:47.789356"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.792407"], ["updated_at", "2018-10-11 16:41:47.792407"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.795401"], ["updated_at", "2018-10-11 16:41:47.795401"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.797930"], ["updated_at", "2018-10-11 16:41:47.797930"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.800063"], ["updated_at", "2018-10-11 16:41:47.800063"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.802296"], ["updated_at", "2018-10-11 16:41:47.802296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.804389"], ["updated_at", "2018-10-11 16:41:47.804389"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.806098"], ["updated_at", "2018-10-11 16:41:47.806098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.809019"], ["updated_at", "2018-10-11 16:41:47.809019"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.810743"], ["updated_at", "2018-10-11 16:41:47.810743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.812523"], ["updated_at", "2018-10-11 16:41:47.812523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.814102"], ["updated_at", "2018-10-11 16:41:47.814102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.815649"], ["updated_at", "2018-10-11 16:41:47.815649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.817288"], ["updated_at", "2018-10-11 16:41:47.817288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.818888"], ["updated_at", "2018-10-11 16:41:47.818888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.820690"], ["updated_at", "2018-10-11 16:41:47.820690"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.822262"], ["updated_at", "2018-10-11 16:41:47.822262"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.824077"], ["updated_at", "2018-10-11 16:41:47.824077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.825801"], ["updated_at", "2018-10-11 16:41:47.825801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.827665"], ["updated_at", "2018-10-11 16:41:47.827665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.829220"], ["updated_at", "2018-10-11 16:41:47.829220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.830845"], ["updated_at", "2018-10-11 16:41:47.830845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.832400"], ["updated_at", "2018-10-11 16:41:47.832400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.834058"], ["updated_at", "2018-10-11 16:41:47.834058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.835851"], ["updated_at", "2018-10-11 16:41:47.835851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.837450"], ["updated_at", "2018-10-11 16:41:47.837450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.839102"], ["updated_at", "2018-10-11 16:41:47.839102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.840941"], ["updated_at", "2018-10-11 16:41:47.840941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.842622"], ["updated_at", "2018-10-11 16:41:47.842622"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.844277"], ["updated_at", "2018-10-11 16:41:47.844277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.845881"], ["updated_at", "2018-10-11 16:41:47.845881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.847440"], ["updated_at", "2018-10-11 16:41:47.847440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.849069"], ["updated_at", "2018-10-11 16:41:47.849069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.850645"], ["updated_at", "2018-10-11 16:41:47.850645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.852604"], ["updated_at", "2018-10-11 16:41:47.852604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.854218"], ["updated_at", "2018-10-11 16:41:47.854218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.855812"], ["updated_at", "2018-10-11 16:41:47.855812"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.857669"], ["updated_at", "2018-10-11 16:41:47.857669"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.860212"], ["updated_at", "2018-10-11 16:41:47.860212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.862063"], ["updated_at", "2018-10-11 16:41:47.862063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.863644"], ["updated_at", "2018-10-11 16:41:47.863644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.865231"], ["updated_at", "2018-10-11 16:41:47.865231"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.866922"], ["updated_at", "2018-10-11 16:41:47.866922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.868602"], ["updated_at", "2018-10-11 16:41:47.868602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.871563"], ["updated_at", "2018-10-11 16:41:47.871563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.873389"], ["updated_at", "2018-10-11 16:41:47.873389"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.875099"], ["updated_at", "2018-10-11 16:41:47.875099"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.877025"], ["updated_at", "2018-10-11 16:41:47.877025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.878641"], ["updated_at", "2018-10-11 16:41:47.878641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.880249"], ["updated_at", "2018-10-11 16:41:47.880249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.881878"], ["updated_at", "2018-10-11 16:41:47.881878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.883485"], ["updated_at", "2018-10-11 16:41:47.883485"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.885148"], ["updated_at", "2018-10-11 16:41:47.885148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.886942"], ["updated_at", "2018-10-11 16:41:47.886942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.888562"], ["updated_at", "2018-10-11 16:41:47.888562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.890162"], ["updated_at", "2018-10-11 16:41:47.890162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.891818"], ["updated_at", "2018-10-11 16:41:47.891818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.893533"], ["updated_at", "2018-10-11 16:41:47.893533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.895204"], ["updated_at", "2018-10-11 16:41:47.895204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.896811"], ["updated_at", "2018-10-11 16:41:47.896811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.898506"], ["updated_at", "2018-10-11 16:41:47.898506"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.900499"], ["updated_at", "2018-10-11 16:41:47.900499"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.902274"], ["updated_at", "2018-10-11 16:41:47.902274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.903893"], ["updated_at", "2018-10-11 16:41:47.903893"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.905830"], ["updated_at", "2018-10-11 16:41:47.905830"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.909601"], ["updated_at", "2018-10-11 16:41:47.909601"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.913061"], ["updated_at", "2018-10-11 16:41:47.913061"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.916292"], ["updated_at", "2018-10-11 16:41:47.916292"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.919937"], ["updated_at", "2018-10-11 16:41:47.919937"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.923219"], ["updated_at", "2018-10-11 16:41:47.923219"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.926127"], ["updated_at", "2018-10-11 16:41:47.926127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.928217"], ["updated_at", "2018-10-11 16:41:47.928217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.929803"], ["updated_at", "2018-10-11 16:41:47.929803"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.931366"], ["updated_at", "2018-10-11 16:41:47.931366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.933811"], ["updated_at", "2018-10-11 16:41:47.933811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.935363"], ["updated_at", "2018-10-11 16:41:47.935363"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.939515"], ["updated_at", "2018-10-11 16:41:47.939515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.941628"], ["updated_at", "2018-10-11 16:41:47.941628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.943185"], ["updated_at", "2018-10-11 16:41:47.943185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.944826"], ["updated_at", "2018-10-11 16:41:47.944826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.946531"], ["updated_at", "2018-10-11 16:41:47.946531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.948195"], ["updated_at", "2018-10-11 16:41:47.948195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.949950"], ["updated_at", "2018-10-11 16:41:47.949950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.951542"], ["updated_at", "2018-10-11 16:41:47.951542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.953218"], ["updated_at", "2018-10-11 16:41:47.953218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.954765"], ["updated_at", "2018-10-11 16:41:47.954765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.956455"], ["updated_at", "2018-10-11 16:41:47.956455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.958335"], ["updated_at", "2018-10-11 16:41:47.958335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.959955"], ["updated_at", "2018-10-11 16:41:47.959955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.961545"], ["updated_at", "2018-10-11 16:41:47.961545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.963151"], ["updated_at", "2018-10-11 16:41:47.963151"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.964947"], ["updated_at", "2018-10-11 16:41:47.964947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.966551"], ["updated_at", "2018-10-11 16:41:47.966551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.968173"], ["updated_at", "2018-10-11 16:41:47.968173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.969780"], ["updated_at", "2018-10-11 16:41:47.969780"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.971317"], ["updated_at", "2018-10-11 16:41:47.971317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.973199"], ["updated_at", "2018-10-11 16:41:47.973199"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.974851"], ["updated_at", "2018-10-11 16:41:47.974851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.976461"], ["updated_at", "2018-10-11 16:41:47.976461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.978080"], ["updated_at", "2018-10-11 16:41:47.978080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.979679"], ["updated_at", "2018-10-11 16:41:47.979679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.981573"], ["updated_at", "2018-10-11 16:41:47.981573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.983147"], ["updated_at", "2018-10-11 16:41:47.983147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.984875"], ["updated_at", "2018-10-11 16:41:47.984875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.986502"], ["updated_at", "2018-10-11 16:41:47.986502"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.988209"], ["updated_at", "2018-10-11 16:41:47.988209"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.989872"], ["updated_at", "2018-10-11 16:41:47.989872"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.991537"], ["updated_at", "2018-10-11 16:41:47.991537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.994152"], ["updated_at", "2018-10-11 16:41:47.994152"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.995926"], ["updated_at", "2018-10-11 16:41:47.995926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.997790"], ["updated_at", "2018-10-11 16:41:47.997790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:47.999470"], ["updated_at", "2018-10-11 16:41:47.999470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.001064"], ["updated_at", "2018-10-11 16:41:48.001064"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.002575"], ["updated_at", "2018-10-11 16:41:48.002575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.005899"], ["updated_at", "2018-10-11 16:41:48.005899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.007689"], ["updated_at", "2018-10-11 16:41:48.007689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.009295"], ["updated_at", "2018-10-11 16:41:48.009295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.010986"], ["updated_at", "2018-10-11 16:41:48.010986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.012553"], ["updated_at", "2018-10-11 16:41:48.012553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.014285"], ["updated_at", "2018-10-11 16:41:48.014285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.015970"], ["updated_at", "2018-10-11 16:41:48.015970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.017560"], ["updated_at", "2018-10-11 16:41:48.017560"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.019138"], ["updated_at", "2018-10-11 16:41:48.019138"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.020816"], ["updated_at", "2018-10-11 16:41:48.020816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.022556"], ["updated_at", "2018-10-11 16:41:48.022556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.024143"], ["updated_at", "2018-10-11 16:41:48.024143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.025947"], ["updated_at", "2018-10-11 16:41:48.025947"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.027945"], ["updated_at", "2018-10-11 16:41:48.027945"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.031429"], ["updated_at", "2018-10-11 16:41:48.031429"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.034906"], ["updated_at", "2018-10-11 16:41:48.034906"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.038732"], ["updated_at", "2018-10-11 16:41:48.038732"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.042308"], ["updated_at", "2018-10-11 16:41:48.042308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.045468"], ["updated_at", "2018-10-11 16:41:48.045468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.047249"], ["updated_at", "2018-10-11 16:41:48.047249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.048891"], ["updated_at", "2018-10-11 16:41:48.048891"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.050470"], ["updated_at", "2018-10-11 16:41:48.050470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.052155"], ["updated_at", "2018-10-11 16:41:48.052155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.053875"], ["updated_at", "2018-10-11 16:41:48.053875"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.055485"], ["updated_at", "2018-10-11 16:41:48.055485"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.057464"], ["updated_at", "2018-10-11 16:41:48.057464"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.059839"], ["updated_at", "2018-10-11 16:41:48.059839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.061825"], ["updated_at", "2018-10-11 16:41:48.061825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.063508"], ["updated_at", "2018-10-11 16:41:48.063508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.065053"], ["updated_at", "2018-10-11 16:41:48.065053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.066742"], ["updated_at", "2018-10-11 16:41:48.066742"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.068321"], ["updated_at", "2018-10-11 16:41:48.068321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.071525"], ["updated_at", "2018-10-11 16:41:48.071525"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.073124"], ["updated_at", "2018-10-11 16:41:48.073124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.074887"], ["updated_at", "2018-10-11 16:41:48.074887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.076462"], ["updated_at", "2018-10-11 16:41:48.076462"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.078199"], ["updated_at", "2018-10-11 16:41:48.078199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.080094"], ["updated_at", "2018-10-11 16:41:48.080094"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.081745"], ["updated_at", "2018-10-11 16:41:48.081745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.083494"], ["updated_at", "2018-10-11 16:41:48.083494"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.085083"], ["updated_at", "2018-10-11 16:41:48.085083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.086797"], ["updated_at", "2018-10-11 16:41:48.086797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.088393"], ["updated_at", "2018-10-11 16:41:48.088393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.089969"], ["updated_at", "2018-10-11 16:41:48.089969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.091899"], ["updated_at", "2018-10-11 16:41:48.091899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.093689"], ["updated_at", "2018-10-11 16:41:48.093689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.095492"], ["updated_at", "2018-10-11 16:41:48.095492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.097096"], ["updated_at", "2018-10-11 16:41:48.097096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.098691"], ["updated_at", "2018-10-11 16:41:48.098691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.100280"], ["updated_at", "2018-10-11 16:41:48.100280"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.102003"], ["updated_at", "2018-10-11 16:41:48.102003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.103710"], ["updated_at", "2018-10-11 16:41:48.103710"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.105277"], ["updated_at", "2018-10-11 16:41:48.105277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.106936"], ["updated_at", "2018-10-11 16:41:48.106936"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.108574"], ["updated_at", "2018-10-11 16:41:48.108574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.110321"], ["updated_at", "2018-10-11 16:41:48.110321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.111900"], ["updated_at", "2018-10-11 16:41:48.111900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.113544"], ["updated_at", "2018-10-11 16:41:48.113544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.115186"], ["updated_at", "2018-10-11 16:41:48.115186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.116774"], ["updated_at", "2018-10-11 16:41:48.116774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.118451"], ["updated_at", "2018-10-11 16:41:48.118451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.120165"], ["updated_at", "2018-10-11 16:41:48.120165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.121754"], ["updated_at", "2018-10-11 16:41:48.121754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.123330"], ["updated_at", "2018-10-11 16:41:48.123330"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.125192"], ["updated_at", "2018-10-11 16:41:48.125192"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.127581"], ["updated_at", "2018-10-11 16:41:48.127581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.129218"], ["updated_at", "2018-10-11 16:41:48.129218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.130799"], ["updated_at", "2018-10-11 16:41:48.130799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.132511"], ["updated_at", "2018-10-11 16:41:48.132511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.134346"], ["updated_at", "2018-10-11 16:41:48.134346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.135954"], ["updated_at", "2018-10-11 16:41:48.135954"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.138798"], ["updated_at", "2018-10-11 16:41:48.138798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.140459"], ["updated_at", "2018-10-11 16:41:48.140459"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.142181"], ["updated_at", "2018-10-11 16:41:48.142181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.143962"], ["updated_at", "2018-10-11 16:41:48.143962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.145513"], ["updated_at", "2018-10-11 16:41:48.145513"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.147531"], ["updated_at", "2018-10-11 16:41:48.147531"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.151357"], ["updated_at", "2018-10-11 16:41:48.151357"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.153982"], ["updated_at", "2018-10-11 16:41:48.153982"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.157264"], ["updated_at", "2018-10-11 16:41:48.157264"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.160892"], ["updated_at", "2018-10-11 16:41:48.160892"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.164506"], ["updated_at", "2018-10-11 16:41:48.164506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.167376"], ["updated_at", "2018-10-11 16:41:48.167376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.169007"], ["updated_at", "2018-10-11 16:41:48.169007"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.170604"], ["updated_at", "2018-10-11 16:41:48.170604"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.172254"], ["updated_at", "2018-10-11 16:41:48.172254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.174233"], ["updated_at", "2018-10-11 16:41:48.174233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.175847"], ["updated_at", "2018-10-11 16:41:48.175847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.177571"], ["updated_at", "2018-10-11 16:41:48.177571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.179211"], ["updated_at", "2018-10-11 16:41:48.179211"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.180811"], ["updated_at", "2018-10-11 16:41:48.180811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.182468"], ["updated_at", "2018-10-11 16:41:48.182468"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.184002"], ["updated_at", "2018-10-11 16:41:48.184002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.185791"], ["updated_at", "2018-10-11 16:41:48.185791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.187464"], ["updated_at", "2018-10-11 16:41:48.187464"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.189087"], ["updated_at", "2018-10-11 16:41:48.189087"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.191007"], ["updated_at", "2018-10-11 16:41:48.191007"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.193293"], ["updated_at", "2018-10-11 16:41:48.193293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.195038"], ["updated_at", "2018-10-11 16:41:48.195038"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.196615"], ["updated_at", "2018-10-11 16:41:48.196615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.198332"], ["updated_at", "2018-10-11 16:41:48.198332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.199851"], ["updated_at", "2018-10-11 16:41:48.199851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.201396"], ["updated_at", "2018-10-11 16:41:48.201396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.204793"], ["updated_at", "2018-10-11 16:41:48.204793"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.206526"], ["updated_at", "2018-10-11 16:41:48.206526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.208235"], ["updated_at", "2018-10-11 16:41:48.208235"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.209801"], ["updated_at", "2018-10-11 16:41:48.209801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.211555"], ["updated_at", "2018-10-11 16:41:48.211555"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.213304"], ["updated_at", "2018-10-11 16:41:48.213304"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.215265"], ["updated_at", "2018-10-11 16:41:48.215265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.216865"], ["updated_at", "2018-10-11 16:41:48.216865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.218469"], ["updated_at", "2018-10-11 16:41:48.218469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.220077"], ["updated_at", "2018-10-11 16:41:48.220077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.221631"], ["updated_at", "2018-10-11 16:41:48.221631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.223336"], ["updated_at", "2018-10-11 16:41:48.223336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.224971"], ["updated_at", "2018-10-11 16:41:48.224971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.226548"], ["updated_at", "2018-10-11 16:41:48.226548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.228289"], ["updated_at", "2018-10-11 16:41:48.228289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.230022"], ["updated_at", "2018-10-11 16:41:48.230022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.231743"], ["updated_at", "2018-10-11 16:41:48.231743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.233349"], ["updated_at", "2018-10-11 16:41:48.233349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.235008"], ["updated_at", "2018-10-11 16:41:48.235008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.236611"], ["updated_at", "2018-10-11 16:41:48.236611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.238257"], ["updated_at", "2018-10-11 16:41:48.238257"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.239909"], ["updated_at", "2018-10-11 16:41:48.239909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.241467"], ["updated_at", "2018-10-11 16:41:48.241467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.243187"], ["updated_at", "2018-10-11 16:41:48.243187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.244798"], ["updated_at", "2018-10-11 16:41:48.244798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.246542"], ["updated_at", "2018-10-11 16:41:48.246542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.248464"], ["updated_at", "2018-10-11 16:41:48.248464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.250133"], ["updated_at", "2018-10-11 16:41:48.250133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.251904"], ["updated_at", "2018-10-11 16:41:48.251904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.253470"], ["updated_at", "2018-10-11 16:41:48.253470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.255067"], ["updated_at", "2018-10-11 16:41:48.255067"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.256638"], ["updated_at", "2018-10-11 16:41:48.256638"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.258615"], ["updated_at", "2018-10-11 16:41:48.258615"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.261189"], ["updated_at", "2018-10-11 16:41:48.261189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.263003"], ["updated_at", "2018-10-11 16:41:48.263003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.264605"], ["updated_at", "2018-10-11 16:41:48.264605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.266150"], ["updated_at", "2018-10-11 16:41:48.266150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.267722"], ["updated_at", "2018-10-11 16:41:48.267722"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.269249"], ["updated_at", "2018-10-11 16:41:48.269249"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.273532"], ["updated_at", "2018-10-11 16:41:48.273532"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.277611"], ["updated_at", "2018-10-11 16:41:48.277611"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.281075"], ["updated_at", "2018-10-11 16:41:48.281075"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.284711"], ["updated_at", "2018-10-11 16:41:48.284711"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.287994"], ["updated_at", "2018-10-11 16:41:48.287994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.290956"], ["updated_at", "2018-10-11 16:41:48.290956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.292639"], ["updated_at", "2018-10-11 16:41:48.292639"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.294620"], ["updated_at", "2018-10-11 16:41:48.294620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.296591"], ["updated_at", "2018-10-11 16:41:48.296591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.298247"], ["updated_at", "2018-10-11 16:41:48.298247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.299877"], ["updated_at", "2018-10-11 16:41:48.299877"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.301537"], ["updated_at", "2018-10-11 16:41:48.301537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.303534"], ["updated_at", "2018-10-11 16:41:48.303534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.305237"], ["updated_at", "2018-10-11 16:41:48.305237"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.306917"], ["updated_at", "2018-10-11 16:41:48.306917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.308619"], ["updated_at", "2018-10-11 16:41:48.308619"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.310264"], ["updated_at", "2018-10-11 16:41:48.310264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.311999"], ["updated_at", "2018-10-11 16:41:48.311999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.313649"], ["updated_at", "2018-10-11 16:41:48.313649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.315215"], ["updated_at", "2018-10-11 16:41:48.315215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.316869"], ["updated_at", "2018-10-11 16:41:48.316869"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.318434"], ["updated_at", "2018-10-11 16:41:48.318434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.320095"], ["updated_at", "2018-10-11 16:41:48.320095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.321739"], ["updated_at", "2018-10-11 16:41:48.321739"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.324769"], ["updated_at", "2018-10-11 16:41:48.324769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.327549"], ["updated_at", "2018-10-11 16:41:48.327549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.329341"], ["updated_at", "2018-10-11 16:41:48.329341"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.330984"], ["updated_at", "2018-10-11 16:41:48.330984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.332637"], ["updated_at", "2018-10-11 16:41:48.332637"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.334220"], ["updated_at", "2018-10-11 16:41:48.334220"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.336243"], ["updated_at", "2018-10-11 16:41:48.336243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.339068"], ["updated_at", "2018-10-11 16:41:48.339068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.340681"], ["updated_at", "2018-10-11 16:41:48.340681"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.342378"], ["updated_at", "2018-10-11 16:41:48.342378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.344298"], ["updated_at", "2018-10-11 16:41:48.344298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.345929"], ["updated_at", "2018-10-11 16:41:48.345929"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.347503"], ["updated_at", "2018-10-11 16:41:48.347503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.349168"], ["updated_at", "2018-10-11 16:41:48.349168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.350894"], ["updated_at", "2018-10-11 16:41:48.350894"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.352702"], ["updated_at", "2018-10-11 16:41:48.352702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.354429"], ["updated_at", "2018-10-11 16:41:48.354429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.356181"], ["updated_at", "2018-10-11 16:41:48.356181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.357804"], ["updated_at", "2018-10-11 16:41:48.357804"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.359549"], ["updated_at", "2018-10-11 16:41:48.359549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.361198"], ["updated_at", "2018-10-11 16:41:48.361198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.362762"], ["updated_at", "2018-10-11 16:41:48.362762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.364411"], ["updated_at", "2018-10-11 16:41:48.364411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.366056"], ["updated_at", "2018-10-11 16:41:48.366056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.367808"], ["updated_at", "2018-10-11 16:41:48.367808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.369453"], ["updated_at", "2018-10-11 16:41:48.369453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.371057"], ["updated_at", "2018-10-11 16:41:48.371057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.372636"], ["updated_at", "2018-10-11 16:41:48.372636"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.374240"], ["updated_at", "2018-10-11 16:41:48.374240"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.375992"], ["updated_at", "2018-10-11 16:41:48.375992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.377723"], ["updated_at", "2018-10-11 16:41:48.377723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.379456"], ["updated_at", "2018-10-11 16:41:48.379456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.381078"], ["updated_at", "2018-10-11 16:41:48.381078"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.382652"], ["updated_at", "2018-10-11 16:41:48.382652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.384431"], ["updated_at", "2018-10-11 16:41:48.384431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.386088"], ["updated_at", "2018-10-11 16:41:48.386088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.387777"], ["updated_at", "2018-10-11 16:41:48.387777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.389400"], ["updated_at", "2018-10-11 16:41:48.389400"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.391330"], ["updated_at", "2018-10-11 16:41:48.391330"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.393980"], ["updated_at", "2018-10-11 16:41:48.393980"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.396980"], ["updated_at", "2018-10-11 16:41:48.396980"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.399050"], ["updated_at", "2018-10-11 16:41:48.399050"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.401355"], ["updated_at", "2018-10-11 16:41:48.401355"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.403310"], ["updated_at", "2018-10-11 16:41:48.403310"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.405253"], ["updated_at", "2018-10-11 16:41:48.405253"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.407201"], ["updated_at", "2018-10-11 16:41:48.407201"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.411423"], ["updated_at", "2018-10-11 16:41:48.411423"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.413434"], ["updated_at", "2018-10-11 16:41:48.413434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.415150"], ["updated_at", "2018-10-11 16:41:48.415150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.416919"], ["updated_at", "2018-10-11 16:41:48.416919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.418604"], ["updated_at", "2018-10-11 16:41:48.418604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.420220"], ["updated_at", "2018-10-11 16:41:48.420220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.421773"], ["updated_at", "2018-10-11 16:41:48.421773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.423505"], ["updated_at", "2018-10-11 16:41:48.423505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.425297"], ["updated_at", "2018-10-11 16:41:48.425297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.426923"], ["updated_at", "2018-10-11 16:41:48.426923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.428489"], ["updated_at", "2018-10-11 16:41:48.428489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.430124"], ["updated_at", "2018-10-11 16:41:48.430124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.431807"], ["updated_at", "2018-10-11 16:41:48.431807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.433468"], ["updated_at", "2018-10-11 16:41:48.433468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.435144"], ["updated_at", "2018-10-11 16:41:48.435144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.436725"], ["updated_at", "2018-10-11 16:41:48.436725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.438413"], ["updated_at", "2018-10-11 16:41:48.438413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.440189"], ["updated_at", "2018-10-11 16:41:48.440189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.441878"], ["updated_at", "2018-10-11 16:41:48.441878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.443520"], ["updated_at", "2018-10-11 16:41:48.443520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.445096"], ["updated_at", "2018-10-11 16:41:48.445096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.446748"], ["updated_at", "2018-10-11 16:41:48.446748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.448372"], ["updated_at", "2018-10-11 16:41:48.448372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.450014"], ["updated_at", "2018-10-11 16:41:48.450014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.451610"], ["updated_at", "2018-10-11 16:41:48.451610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.453228"], ["updated_at", "2018-10-11 16:41:48.453228"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.454768"], ["updated_at", "2018-10-11 16:41:48.454768"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.456830"], ["updated_at", "2018-10-11 16:41:48.456830"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.459276"], ["updated_at", "2018-10-11 16:41:48.459276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.461483"], ["updated_at", "2018-10-11 16:41:48.461483"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.463157"], ["updated_at", "2018-10-11 16:41:48.463157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.464897"], ["updated_at", "2018-10-11 16:41:48.464897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.466548"], ["updated_at", "2018-10-11 16:41:48.466548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.468119"], ["updated_at", "2018-10-11 16:41:48.468119"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.470999"], ["updated_at", "2018-10-11 16:41:48.470999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.472798"], ["updated_at", "2018-10-11 16:41:48.472798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.474570"], ["updated_at", "2018-10-11 16:41:48.474570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.476253"], ["updated_at", "2018-10-11 16:41:48.476253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.477881"], ["updated_at", "2018-10-11 16:41:48.477881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.479582"], ["updated_at", "2018-10-11 16:41:48.479582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.481284"], ["updated_at", "2018-10-11 16:41:48.481284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.482892"], ["updated_at", "2018-10-11 16:41:48.482892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.484534"], ["updated_at", "2018-10-11 16:41:48.484534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.486213"], ["updated_at", "2018-10-11 16:41:48.486213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.487803"], ["updated_at", "2018-10-11 16:41:48.487803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.489498"], ["updated_at", "2018-10-11 16:41:48.489498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.491111"], ["updated_at", "2018-10-11 16:41:48.491111"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.492795"], ["updated_at", "2018-10-11 16:41:48.492795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.494582"], ["updated_at", "2018-10-11 16:41:48.494582"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.496388"], ["updated_at", "2018-10-11 16:41:48.496388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.498088"], ["updated_at", "2018-10-11 16:41:48.498088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.499649"], ["updated_at", "2018-10-11 16:41:48.499649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.501276"], ["updated_at", "2018-10-11 16:41:48.501276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.502873"], ["updated_at", "2018-10-11 16:41:48.502873"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.504708"], ["updated_at", "2018-10-11 16:41:48.504708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.506509"], ["updated_at", "2018-10-11 16:41:48.506509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.508134"], ["updated_at", "2018-10-11 16:41:48.508134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.509697"], ["updated_at", "2018-10-11 16:41:48.509697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.511283"], ["updated_at", "2018-10-11 16:41:48.511283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.513150"], ["updated_at", "2018-10-11 16:41:48.513150"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.514879"], ["updated_at", "2018-10-11 16:41:48.514879"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.517269"], ["updated_at", "2018-10-11 16:41:48.517269"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.519860"], ["updated_at", "2018-10-11 16:41:48.519860"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.522396"], ["updated_at", "2018-10-11 16:41:48.522396"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.524890"], ["updated_at", "2018-10-11 16:41:48.524890"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.527814"], ["updated_at", "2018-10-11 16:41:48.527814"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.530603"], ["updated_at", "2018-10-11 16:41:48.530603"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.532584"], ["updated_at", "2018-10-11 16:41:48.532584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.534548"], ["updated_at", "2018-10-11 16:41:48.534548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.536248"], ["updated_at", "2018-10-11 16:41:48.536248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.538058"], ["updated_at", "2018-10-11 16:41:48.538058"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.542289"], ["updated_at", "2018-10-11 16:41:48.542289"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.544057"], ["updated_at", "2018-10-11 16:41:48.544057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.545974"], ["updated_at", "2018-10-11 16:41:48.545974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.547563"], ["updated_at", "2018-10-11 16:41:48.547563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.549219"], ["updated_at", "2018-10-11 16:41:48.549219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.550853"], ["updated_at", "2018-10-11 16:41:48.550853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.552400"], ["updated_at", "2018-10-11 16:41:48.552400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.554074"], ["updated_at", "2018-10-11 16:41:48.554074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.555733"], ["updated_at", "2018-10-11 16:41:48.555733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.557330"], ["updated_at", "2018-10-11 16:41:48.557330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.558939"], ["updated_at", "2018-10-11 16:41:48.558939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.560557"], ["updated_at", "2018-10-11 16:41:48.560557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.562286"], ["updated_at", "2018-10-11 16:41:48.562286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.563893"], ["updated_at", "2018-10-11 16:41:48.563893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.565587"], ["updated_at", "2018-10-11 16:41:48.565587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.567224"], ["updated_at", "2018-10-11 16:41:48.567224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.568793"], ["updated_at", "2018-10-11 16:41:48.568793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.570766"], ["updated_at", "2018-10-11 16:41:48.570766"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.572399"], ["updated_at", "2018-10-11 16:41:48.572399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.574283"], ["updated_at", "2018-10-11 16:41:48.574283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.575882"], ["updated_at", "2018-10-11 16:41:48.575882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.577512"], ["updated_at", "2018-10-11 16:41:48.577512"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.579117"], ["updated_at", "2018-10-11 16:41:48.579117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.580757"], ["updated_at", "2018-10-11 16:41:48.580757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.582342"], ["updated_at", "2018-10-11 16:41:48.582342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.583928"], ["updated_at", "2018-10-11 16:41:48.583928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.585879"], ["updated_at", "2018-10-11 16:41:48.585879"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.587461"], ["updated_at", "2018-10-11 16:41:48.587461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.589245"], ["updated_at", "2018-10-11 16:41:48.589245"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.591173"], ["updated_at", "2018-10-11 16:41:48.591173"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.593987"], ["updated_at", "2018-10-11 16:41:48.593987"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.597117"], ["updated_at", "2018-10-11 16:41:48.597117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.599627"], ["updated_at", "2018-10-11 16:41:48.599627"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.601470"], ["updated_at", "2018-10-11 16:41:48.601470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.603251"], ["updated_at", "2018-10-11 16:41:48.603251"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.604857"], ["updated_at", "2018-10-11 16:41:48.604857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.609179"], ["updated_at", "2018-10-11 16:41:48.609179"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.611196"], ["updated_at", "2018-10-11 16:41:48.611196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.612938"], ["updated_at", "2018-10-11 16:41:48.612938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.614531"], ["updated_at", "2018-10-11 16:41:48.614531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.616234"], ["updated_at", "2018-10-11 16:41:48.616234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.617936"], ["updated_at", "2018-10-11 16:41:48.617936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.619563"], ["updated_at", "2018-10-11 16:41:48.619563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.621195"], ["updated_at", "2018-10-11 16:41:48.621195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.622736"], ["updated_at", "2018-10-11 16:41:48.622736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.624365"], ["updated_at", "2018-10-11 16:41:48.624365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.626351"], ["updated_at", "2018-10-11 16:41:48.626351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.628000"], ["updated_at", "2018-10-11 16:41:48.628000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.629689"], ["updated_at", "2018-10-11 16:41:48.629689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.631455"], ["updated_at", "2018-10-11 16:41:48.631455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.633180"], ["updated_at", "2018-10-11 16:41:48.633180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.635018"], ["updated_at", "2018-10-11 16:41:48.635018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.636608"], ["updated_at", "2018-10-11 16:41:48.636608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.638161"], ["updated_at", "2018-10-11 16:41:48.638161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.639737"], ["updated_at", "2018-10-11 16:41:48.639737"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.641385"], ["updated_at", "2018-10-11 16:41:48.641385"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.644093"], ["updated_at", "2018-10-11 16:41:48.644093"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.646655"], ["updated_at", "2018-10-11 16:41:48.646655"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.649094"], ["updated_at", "2018-10-11 16:41:48.649094"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.651878"], ["updated_at", "2018-10-11 16:41:48.651878"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.654498"], ["updated_at", "2018-10-11 16:41:48.654498"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.657128"], ["updated_at", "2018-10-11 16:41:48.657128"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.660280"], ["updated_at", "2018-10-11 16:41:48.660280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.662388"], ["updated_at", "2018-10-11 16:41:48.662388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.664100"], ["updated_at", "2018-10-11 16:41:48.664100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.665916"], ["updated_at", "2018-10-11 16:41:48.665916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.667554"], ["updated_at", "2018-10-11 16:41:48.667554"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.669106"], ["updated_at", "2018-10-11 16:41:48.669106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.671974"], ["updated_at", "2018-10-11 16:41:48.671974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.673624"], ["updated_at", "2018-10-11 16:41:48.673624"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.675421"], ["updated_at", "2018-10-11 16:41:48.675421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.677100"], ["updated_at", "2018-10-11 16:41:48.677100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.678703"], ["updated_at", "2018-10-11 16:41:48.678703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.680333"], ["updated_at", "2018-10-11 16:41:48.680333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.682024"], ["updated_at", "2018-10-11 16:41:48.682024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.683755"], ["updated_at", "2018-10-11 16:41:48.683755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.685345"], ["updated_at", "2018-10-11 16:41:48.685345"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.687093"], ["updated_at", "2018-10-11 16:41:48.687093"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.689192"], ["updated_at", "2018-10-11 16:41:48.689192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.691027"], ["updated_at", "2018-10-11 16:41:48.691027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.692783"], ["updated_at", "2018-10-11 16:41:48.692783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.694403"], ["updated_at", "2018-10-11 16:41:48.694403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.696065"], ["updated_at", "2018-10-11 16:41:48.696065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.697627"], ["updated_at", "2018-10-11 16:41:48.697627"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.699498"], ["updated_at", "2018-10-11 16:41:48.699498"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.701449"], ["updated_at", "2018-10-11 16:41:48.701449"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.703188"], ["updated_at", "2018-10-11 16:41:48.703188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.706161"], ["updated_at", "2018-10-11 16:41:48.706161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.707965"], ["updated_at", "2018-10-11 16:41:48.707965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.709524"], ["updated_at", "2018-10-11 16:41:48.709524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.711174"], ["updated_at", "2018-10-11 16:41:48.711174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.712728"], ["updated_at", "2018-10-11 16:41:48.712728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.714497"], ["updated_at", "2018-10-11 16:41:48.714497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.716176"], ["updated_at", "2018-10-11 16:41:48.716176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.717803"], ["updated_at", "2018-10-11 16:41:48.717803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.719419"], ["updated_at", "2018-10-11 16:41:48.719419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.720976"], ["updated_at", "2018-10-11 16:41:48.720976"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.722701"], ["updated_at", "2018-10-11 16:41:48.722701"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.724685"], ["updated_at", "2018-10-11 16:41:48.724685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.727402"], ["updated_at", "2018-10-11 16:41:48.727402"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.729219"], ["updated_at", "2018-10-11 16:41:48.729219"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.731273"], ["updated_at", "2018-10-11 16:41:48.731273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.733276"], ["updated_at", "2018-10-11 16:41:48.733276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.734979"], ["updated_at", "2018-10-11 16:41:48.734979"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.736595"], ["updated_at", "2018-10-11 16:41:48.736595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.739545"], ["updated_at", "2018-10-11 16:41:48.739545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.741241"], ["updated_at", "2018-10-11 16:41:48.741241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.742928"], ["updated_at", "2018-10-11 16:41:48.742928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.744524"], ["updated_at", "2018-10-11 16:41:48.744524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.746085"], ["updated_at", "2018-10-11 16:41:48.746085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.747832"], ["updated_at", "2018-10-11 16:41:48.747832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.749486"], ["updated_at", "2018-10-11 16:41:48.749486"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.751019"], ["updated_at", "2018-10-11 16:41:48.751019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.752671"], ["updated_at", "2018-10-11 16:41:48.752671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.754243"], ["updated_at", "2018-10-11 16:41:48.754243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.755893"], ["updated_at", "2018-10-11 16:41:48.755893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.757585"], ["updated_at", "2018-10-11 16:41:48.757585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.759184"], ["updated_at", "2018-10-11 16:41:48.759184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.760762"], ["updated_at", "2018-10-11 16:41:48.760762"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.762388"], ["updated_at", "2018-10-11 16:41:48.762388"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.764564"], ["updated_at", "2018-10-11 16:41:48.764564"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.766774"], ["updated_at", "2018-10-11 16:41:48.766774"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.769205"], ["updated_at", "2018-10-11 16:41:48.769205"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.771645"], ["updated_at", "2018-10-11 16:41:48.771645"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.774702"], ["updated_at", "2018-10-11 16:41:48.774702"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.777443"], ["updated_at", "2018-10-11 16:41:48.777443"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.779895"], ["updated_at", "2018-10-11 16:41:48.779895"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.782460"], ["updated_at", "2018-10-11 16:41:48.782460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.785029"], ["updated_at", "2018-10-11 16:41:48.785029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.787160"], ["updated_at", "2018-10-11 16:41:48.787160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.788866"], ["updated_at", "2018-10-11 16:41:48.788866"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.790487"], ["updated_at", "2018-10-11 16:41:48.790487"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.793043"], ["updated_at", "2018-10-11 16:41:48.793043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.795498"], ["updated_at", "2018-10-11 16:41:48.795498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.797305"], ["updated_at", "2018-10-11 16:41:48.797305"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.798947"], ["updated_at", "2018-10-11 16:41:48.798947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.801645"], ["updated_at", "2018-10-11 16:41:48.801645"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.803653"], ["updated_at", "2018-10-11 16:41:48.803653"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.805848"], ["updated_at", "2018-10-11 16:41:48.805848"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.808387"], ["updated_at", "2018-10-11 16:41:48.808387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.810583"], ["updated_at", "2018-10-11 16:41:48.810583"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.812695"], ["updated_at", "2018-10-11 16:41:48.812695"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.814778"], ["updated_at", "2018-10-11 16:41:48.814778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.817292"], ["updated_at", "2018-10-11 16:41:48.817292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.818989"], ["updated_at", "2018-10-11 16:41:48.818989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.820691"], ["updated_at", "2018-10-11 16:41:48.820691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.822337"], ["updated_at", "2018-10-11 16:41:48.822337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.823948"], ["updated_at", "2018-10-11 16:41:48.823948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.825568"], ["updated_at", "2018-10-11 16:41:48.825568"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.827702"], ["updated_at", "2018-10-11 16:41:48.827702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.829660"], ["updated_at", "2018-10-11 16:41:48.829660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.831501"], ["updated_at", "2018-10-11 16:41:48.831501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.833160"], ["updated_at", "2018-10-11 16:41:48.833160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.834775"], ["updated_at", "2018-10-11 16:41:48.834775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.836565"], ["updated_at", "2018-10-11 16:41:48.836565"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.838133"], ["updated_at", "2018-10-11 16:41:48.838133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.840041"], ["updated_at", "2018-10-11 16:41:48.840041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.841690"], ["updated_at", "2018-10-11 16:41:48.841690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.843552"], ["updated_at", "2018-10-11 16:41:48.843552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.845229"], ["updated_at", "2018-10-11 16:41:48.845229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.846935"], ["updated_at", "2018-10-11 16:41:48.846935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.848493"], ["updated_at", "2018-10-11 16:41:48.848493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.850155"], ["updated_at", "2018-10-11 16:41:48.850155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.851845"], ["updated_at", "2018-10-11 16:41:48.851845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.853583"], ["updated_at", "2018-10-11 16:41:48.853583"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.855199"], ["updated_at", "2018-10-11 16:41:48.855199"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.857124"], ["updated_at", "2018-10-11 16:41:48.857124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.859861"], ["updated_at", "2018-10-11 16:41:48.859861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.861872"], ["updated_at", "2018-10-11 16:41:48.861872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.863537"], ["updated_at", "2018-10-11 16:41:48.863537"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.865149"], ["updated_at", "2018-10-11 16:41:48.865149"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.866735"], ["updated_at", "2018-10-11 16:41:48.866735"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.868724"], ["updated_at", "2018-10-11 16:41:48.868724"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.871487"], ["updated_at", "2018-10-11 16:41:48.871487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.873222"], ["updated_at", "2018-10-11 16:41:48.873222"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.874886"], ["updated_at", "2018-10-11 16:41:48.874886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.876645"], ["updated_at", "2018-10-11 16:41:48.876645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.878375"], ["updated_at", "2018-10-11 16:41:48.878375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.880004"], ["updated_at", "2018-10-11 16:41:48.880004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.881630"], ["updated_at", "2018-10-11 16:41:48.881630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.883243"], ["updated_at", "2018-10-11 16:41:48.883243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.884981"], ["updated_at", "2018-10-11 16:41:48.884981"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.886599"], ["updated_at", "2018-10-11 16:41:48.886599"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.888946"], ["updated_at", "2018-10-11 16:41:48.888946"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.891478"], ["updated_at", "2018-10-11 16:41:48.891478"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.894178"], ["updated_at", "2018-10-11 16:41:48.894178"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.897009"], ["updated_at", "2018-10-11 16:41:48.897009"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.899491"], ["updated_at", "2018-10-11 16:41:48.899491"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.902219"], ["updated_at", "2018-10-11 16:41:48.902219"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.904870"], ["updated_at", "2018-10-11 16:41:48.904870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.907481"], ["updated_at", "2018-10-11 16:41:48.907481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.909251"], ["updated_at", "2018-10-11 16:41:48.909251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.910985"], ["updated_at", "2018-10-11 16:41:48.910985"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.912729"], ["updated_at", "2018-10-11 16:41:48.912729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.914723"], ["updated_at", "2018-10-11 16:41:48.914723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.916490"], ["updated_at", "2018-10-11 16:41:48.916490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.918125"], ["updated_at", "2018-10-11 16:41:48.918125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.919731"], ["updated_at", "2018-10-11 16:41:48.919731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.921352"], ["updated_at", "2018-10-11 16:41:48.921352"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.922923"], ["updated_at", "2018-10-11 16:41:48.922923"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.924938"], ["updated_at", "2018-10-11 16:41:48.924938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.927653"], ["updated_at", "2018-10-11 16:41:48.927653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.929453"], ["updated_at", "2018-10-11 16:41:48.929453"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.931105"], ["updated_at", "2018-10-11 16:41:48.931105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.933719"], ["updated_at", "2018-10-11 16:41:48.933719"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.935411"], ["updated_at", "2018-10-11 16:41:48.935411"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.936988"], ["updated_at", "2018-10-11 16:41:48.936988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.939889"], ["updated_at", "2018-10-11 16:41:48.939889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.941973"], ["updated_at", "2018-10-11 16:41:48.941973"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.943898"], ["updated_at", "2018-10-11 16:41:48.943898"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.945668"], ["updated_at", "2018-10-11 16:41:48.945668"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.947341"], ["updated_at", "2018-10-11 16:41:48.947341"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.949077"], ["updated_at", "2018-10-11 16:41:48.949077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.950810"], ["updated_at", "2018-10-11 16:41:48.950810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.952443"], ["updated_at", "2018-10-11 16:41:48.952443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.954048"], ["updated_at", "2018-10-11 16:41:48.954048"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.955625"], ["updated_at", "2018-10-11 16:41:48.955625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.957326"], ["updated_at", "2018-10-11 16:41:48.957326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.958945"], ["updated_at", "2018-10-11 16:41:48.958945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.960738"], ["updated_at", "2018-10-11 16:41:48.960738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.962492"], ["updated_at", "2018-10-11 16:41:48.962492"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.964128"], ["updated_at", "2018-10-11 16:41:48.964128"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.966111"], ["updated_at", "2018-10-11 16:41:48.966111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.967741"], ["updated_at", "2018-10-11 16:41:48.967741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.969320"], ["updated_at", "2018-10-11 16:41:48.969320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.970930"], ["updated_at", "2018-10-11 16:41:48.970930"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.972674"], ["updated_at", "2018-10-11 16:41:48.972674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.974495"], ["updated_at", "2018-10-11 16:41:48.974495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.976128"], ["updated_at", "2018-10-11 16:41:48.976128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.977745"], ["updated_at", "2018-10-11 16:41:48.977745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.979237"], ["updated_at", "2018-10-11 16:41:48.979237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.980896"], ["updated_at", "2018-10-11 16:41:48.980896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.982524"], ["updated_at", "2018-10-11 16:41:48.982524"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.984079"], ["updated_at", "2018-10-11 16:41:48.984079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.985817"], ["updated_at", "2018-10-11 16:41:48.985817"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.987433"], ["updated_at", "2018-10-11 16:41:48.987433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.989143"], ["updated_at", "2018-10-11 16:41:48.989143"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.991285"], ["updated_at", "2018-10-11 16:41:48.991285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.994098"], ["updated_at", "2018-10-11 16:41:48.994098"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.995954"], ["updated_at", "2018-10-11 16:41:48.995954"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:48.998381"], ["updated_at", "2018-10-11 16:41:48.998381"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.000432"], ["updated_at", "2018-10-11 16:41:49.000432"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.002611"], ["updated_at", "2018-10-11 16:41:49.002611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.005130"], ["updated_at", "2018-10-11 16:41:49.005130"], ["parent_id", 39895952907]] Kithe::Work Create (3.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.007465"], ["updated_at", "2018-10-11 16:41:49.007465"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.013393"], ["updated_at", "2018-10-11 16:41:49.013393"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.016060"], ["updated_at", "2018-10-11 16:41:49.016060"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.018745"], ["updated_at", "2018-10-11 16:41:49.018745"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.021409"], ["updated_at", "2018-10-11 16:41:49.021409"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.023965"], ["updated_at", "2018-10-11 16:41:49.023965"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.026515"], ["updated_at", "2018-10-11 16:41:49.026515"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.028970"], ["updated_at", "2018-10-11 16:41:49.028970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.031185"], ["updated_at", "2018-10-11 16:41:49.031185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.032771"], ["updated_at", "2018-10-11 16:41:49.032771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.034410"], ["updated_at", "2018-10-11 16:41:49.034410"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.035959"], ["updated_at", "2018-10-11 16:41:49.035959"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.037925"], ["updated_at", "2018-10-11 16:41:49.037925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.039598"], ["updated_at", "2018-10-11 16:41:49.039598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.041160"], ["updated_at", "2018-10-11 16:41:49.041160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.042903"], ["updated_at", "2018-10-11 16:41:49.042903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.044580"], ["updated_at", "2018-10-11 16:41:49.044580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.046324"], ["updated_at", "2018-10-11 16:41:49.046324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.048002"], ["updated_at", "2018-10-11 16:41:49.048002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.049581"], ["updated_at", "2018-10-11 16:41:49.049581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.051191"], ["updated_at", "2018-10-11 16:41:49.051191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.052767"], ["updated_at", "2018-10-11 16:41:49.052767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.054447"], ["updated_at", "2018-10-11 16:41:49.054447"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.056095"], ["updated_at", "2018-10-11 16:41:49.056095"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.058138"], ["updated_at", "2018-10-11 16:41:49.058138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.060851"], ["updated_at", "2018-10-11 16:41:49.060851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.062716"], ["updated_at", "2018-10-11 16:41:49.062716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.064359"], ["updated_at", "2018-10-11 16:41:49.064359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.066061"], ["updated_at", "2018-10-11 16:41:49.066061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.067741"], ["updated_at", "2018-10-11 16:41:49.067741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.069596"], ["updated_at", "2018-10-11 16:41:49.069596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.072378"], ["updated_at", "2018-10-11 16:41:49.072378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.073996"], ["updated_at", "2018-10-11 16:41:49.073996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.075664"], ["updated_at", "2018-10-11 16:41:49.075664"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.077452"], ["updated_at", "2018-10-11 16:41:49.077452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.079251"], ["updated_at", "2018-10-11 16:41:49.079251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.080906"], ["updated_at", "2018-10-11 16:41:49.080906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.082627"], ["updated_at", "2018-10-11 16:41:49.082627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.084269"], ["updated_at", "2018-10-11 16:41:49.084269"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.085954"], ["updated_at", "2018-10-11 16:41:49.085954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.087799"], ["updated_at", "2018-10-11 16:41:49.087799"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.089581"], ["updated_at", "2018-10-11 16:41:49.089581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.091343"], ["updated_at", "2018-10-11 16:41:49.091343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.093065"], ["updated_at", "2018-10-11 16:41:49.093065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.094771"], ["updated_at", "2018-10-11 16:41:49.094771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.096411"], ["updated_at", "2018-10-11 16:41:49.096411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.099402"], ["updated_at", "2018-10-11 16:41:49.099402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.100998"], ["updated_at", "2018-10-11 16:41:49.100998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.102757"], ["updated_at", "2018-10-11 16:41:49.102757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.104352"], ["updated_at", "2018-10-11 16:41:49.104352"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.105988"], ["updated_at", "2018-10-11 16:41:49.105988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.107730"], ["updated_at", "2018-10-11 16:41:49.107730"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.109622"], ["updated_at", "2018-10-11 16:41:49.109622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.111401"], ["updated_at", "2018-10-11 16:41:49.111401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.112983"], ["updated_at", "2018-10-11 16:41:49.112983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.114586"], ["updated_at", "2018-10-11 16:41:49.114586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.116231"], ["updated_at", "2018-10-11 16:41:49.116231"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.117962"], ["updated_at", "2018-10-11 16:41:49.117962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.119703"], ["updated_at", "2018-10-11 16:41:49.119703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.121350"], ["updated_at", "2018-10-11 16:41:49.121350"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.122957"], ["updated_at", "2018-10-11 16:41:49.122957"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.124639"], ["updated_at", "2018-10-11 16:41:49.124639"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.127433"], ["updated_at", "2018-10-11 16:41:49.127433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.129352"], ["updated_at", "2018-10-11 16:41:49.129352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.131034"], ["updated_at", "2018-10-11 16:41:49.131034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.132694"], ["updated_at", "2018-10-11 16:41:49.132694"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.134547"], ["updated_at", "2018-10-11 16:41:49.134547"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.137342"], ["updated_at", "2018-10-11 16:41:49.137342"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.141686"], ["updated_at", "2018-10-11 16:41:49.141686"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.144202"], ["updated_at", "2018-10-11 16:41:49.144202"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.146603"], ["updated_at", "2018-10-11 16:41:49.146603"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.148918"], ["updated_at", "2018-10-11 16:41:49.148918"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.150926"], ["updated_at", "2018-10-11 16:41:49.150926"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.153337"], ["updated_at", "2018-10-11 16:41:49.153337"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.155658"], ["updated_at", "2018-10-11 16:41:49.155658"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.157989"], ["updated_at", "2018-10-11 16:41:49.157989"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.160146"], ["updated_at", "2018-10-11 16:41:49.160146"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.162724"], ["updated_at", "2018-10-11 16:41:49.162724"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.164529"], ["updated_at", "2018-10-11 16:41:49.164529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.166859"], ["updated_at", "2018-10-11 16:41:49.166859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.169147"], ["updated_at", "2018-10-11 16:41:49.169147"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.171282"], ["updated_at", "2018-10-11 16:41:49.171282"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.173272"], ["updated_at", "2018-10-11 16:41:49.173272"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.176082"], ["updated_at", "2018-10-11 16:41:49.176082"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.181428"], ["updated_at", "2018-10-11 16:41:49.181428"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.183360"], ["updated_at", "2018-10-11 16:41:49.183360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.185168"], ["updated_at", "2018-10-11 16:41:49.185168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.186876"], ["updated_at", "2018-10-11 16:41:49.186876"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.189018"], ["updated_at", "2018-10-11 16:41:49.189018"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.191433"], ["updated_at", "2018-10-11 16:41:49.191433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.194289"], ["updated_at", "2018-10-11 16:41:49.194289"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.196027"], ["updated_at", "2018-10-11 16:41:49.196027"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.197677"], ["updated_at", "2018-10-11 16:41:49.197677"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.199353"], ["updated_at", "2018-10-11 16:41:49.199353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.201407"], ["updated_at", "2018-10-11 16:41:49.201407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.203522"], ["updated_at", "2018-10-11 16:41:49.203522"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.237556"], ["updated_at", "2018-10-11 16:41:49.237556"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.240477"], ["updated_at", "2018-10-11 16:41:49.240477"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.243761"], ["updated_at", "2018-10-11 16:41:49.243761"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.246738"], ["updated_at", "2018-10-11 16:41:49.246738"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.249745"], ["updated_at", "2018-10-11 16:41:49.249745"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.253336"], ["updated_at", "2018-10-11 16:41:49.253336"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.255634"], ["updated_at", "2018-10-11 16:41:49.255634"], ["parent_id", 39895952907]] Kithe::Work Create (18.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.260898"], ["updated_at", "2018-10-11 16:41:49.260898"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.281118"], ["updated_at", "2018-10-11 16:41:49.281118"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.285665"], ["updated_at", "2018-10-11 16:41:49.285665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.288646"], ["updated_at", "2018-10-11 16:41:49.288646"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.290538"], ["updated_at", "2018-10-11 16:41:49.290538"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.294349"], ["updated_at", "2018-10-11 16:41:49.294349"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.300664"], ["updated_at", "2018-10-11 16:41:49.300664"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.305939"], ["updated_at", "2018-10-11 16:41:49.305939"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.308708"], ["updated_at", "2018-10-11 16:41:49.308708"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.313287"], ["updated_at", "2018-10-11 16:41:49.313287"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.316086"], ["updated_at", "2018-10-11 16:41:49.316086"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.319264"], ["updated_at", "2018-10-11 16:41:49.319264"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.323101"], ["updated_at", "2018-10-11 16:41:49.323101"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.326634"], ["updated_at", "2018-10-11 16:41:49.326634"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.331740"], ["updated_at", "2018-10-11 16:41:49.331740"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.334633"], ["updated_at", "2018-10-11 16:41:49.334633"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.337408"], ["updated_at", "2018-10-11 16:41:49.337408"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.339268"], ["updated_at", "2018-10-11 16:41:49.339268"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.341681"], ["updated_at", "2018-10-11 16:41:49.341681"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.349220"], ["updated_at", "2018-10-11 16:41:49.349220"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.353278"], ["updated_at", "2018-10-11 16:41:49.353278"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.357271"], ["updated_at", "2018-10-11 16:41:49.357271"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.360295"], ["updated_at", "2018-10-11 16:41:49.360295"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.363470"], ["updated_at", "2018-10-11 16:41:49.363470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.365628"], ["updated_at", "2018-10-11 16:41:49.365628"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.368108"], ["updated_at", "2018-10-11 16:41:49.368108"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.372299"], ["updated_at", "2018-10-11 16:41:49.372299"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.375477"], ["updated_at", "2018-10-11 16:41:49.375477"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.379503"], ["updated_at", "2018-10-11 16:41:49.379503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.381301"], ["updated_at", "2018-10-11 16:41:49.381301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.382930"], ["updated_at", "2018-10-11 16:41:49.382930"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.385054"], ["updated_at", "2018-10-11 16:41:49.385054"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.387087"], ["updated_at", "2018-10-11 16:41:49.387087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.388815"], ["updated_at", "2018-10-11 16:41:49.388815"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.390640"], ["updated_at", "2018-10-11 16:41:49.390640"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.396596"], ["updated_at", "2018-10-11 16:41:49.396596"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.398916"], ["updated_at", "2018-10-11 16:41:49.398916"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.401275"], ["updated_at", "2018-10-11 16:41:49.401275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.403634"], ["updated_at", "2018-10-11 16:41:49.403634"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.406048"], ["updated_at", "2018-10-11 16:41:49.406048"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.408080"], ["updated_at", "2018-10-11 16:41:49.408080"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.409945"], ["updated_at", "2018-10-11 16:41:49.409945"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.412436"], ["updated_at", "2018-10-11 16:41:49.412436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.414126"], ["updated_at", "2018-10-11 16:41:49.414126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.416023"], ["updated_at", "2018-10-11 16:41:49.416023"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.417785"], ["updated_at", "2018-10-11 16:41:49.417785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.419619"], ["updated_at", "2018-10-11 16:41:49.419619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.421431"], ["updated_at", "2018-10-11 16:41:49.421431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.423036"], ["updated_at", "2018-10-11 16:41:49.423036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.424644"], ["updated_at", "2018-10-11 16:41:49.424644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.426278"], ["updated_at", "2018-10-11 16:41:49.426278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.428241"], ["updated_at", "2018-10-11 16:41:49.428241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.429989"], ["updated_at", "2018-10-11 16:41:49.429989"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.431775"], ["updated_at", "2018-10-11 16:41:49.431775"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.434305"], ["updated_at", "2018-10-11 16:41:49.434305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.437252"], ["updated_at", "2018-10-11 16:41:49.437252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.439026"], ["updated_at", "2018-10-11 16:41:49.439026"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.440733"], ["updated_at", "2018-10-11 16:41:49.440733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.442832"], ["updated_at", "2018-10-11 16:41:49.442832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.444714"], ["updated_at", "2018-10-11 16:41:49.444714"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.446560"], ["updated_at", "2018-10-11 16:41:49.446560"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.450045"], ["updated_at", "2018-10-11 16:41:49.450045"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.454725"], ["updated_at", "2018-10-11 16:41:49.454725"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.458688"], ["updated_at", "2018-10-11 16:41:49.458688"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.461491"], ["updated_at", "2018-10-11 16:41:49.461491"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.464203"], ["updated_at", "2018-10-11 16:41:49.464203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.466049"], ["updated_at", "2018-10-11 16:41:49.466049"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.467970"], ["updated_at", "2018-10-11 16:41:49.467970"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.470923"], ["updated_at", "2018-10-11 16:41:49.470923"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.472826"], ["updated_at", "2018-10-11 16:41:49.472826"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.475935"], ["updated_at", "2018-10-11 16:41:49.475935"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.477700"], ["updated_at", "2018-10-11 16:41:49.477700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.479434"], ["updated_at", "2018-10-11 16:41:49.479434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.481074"], ["updated_at", "2018-10-11 16:41:49.481074"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.482686"], ["updated_at", "2018-10-11 16:41:49.482686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.484493"], ["updated_at", "2018-10-11 16:41:49.484493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.486491"], ["updated_at", "2018-10-11 16:41:49.486491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.488229"], ["updated_at", "2018-10-11 16:41:49.488229"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.489869"], ["updated_at", "2018-10-11 16:41:49.489869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.491891"], ["updated_at", "2018-10-11 16:41:49.491891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.493488"], ["updated_at", "2018-10-11 16:41:49.493488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.495088"], ["updated_at", "2018-10-11 16:41:49.495088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.496652"], ["updated_at", "2018-10-11 16:41:49.496652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.498210"], ["updated_at", "2018-10-11 16:41:49.498210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.499773"], ["updated_at", "2018-10-11 16:41:49.499773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.501357"], ["updated_at", "2018-10-11 16:41:49.501357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.502996"], ["updated_at", "2018-10-11 16:41:49.502996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.504661"], ["updated_at", "2018-10-11 16:41:49.504661"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.506265"], ["updated_at", "2018-10-11 16:41:49.506265"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.507808"], ["updated_at", "2018-10-11 16:41:49.507808"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.509887"], ["updated_at", "2018-10-11 16:41:49.509887"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.511981"], ["updated_at", "2018-10-11 16:41:49.511981"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.515023"], ["updated_at", "2018-10-11 16:41:49.515023"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.517343"], ["updated_at", "2018-10-11 16:41:49.517343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.519784"], ["updated_at", "2018-10-11 16:41:49.519784"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.522133"], ["updated_at", "2018-10-11 16:41:49.522133"], ["parent_id", 39895952907]] Kithe::Work Create (3.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.529149"], ["updated_at", "2018-10-11 16:41:49.529149"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.537330"], ["updated_at", "2018-10-11 16:41:49.537330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.539271"], ["updated_at", "2018-10-11 16:41:49.539271"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.541104"], ["updated_at", "2018-10-11 16:41:49.541104"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.544320"], ["updated_at", "2018-10-11 16:41:49.544320"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.547896"], ["updated_at", "2018-10-11 16:41:49.547896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.549811"], ["updated_at", "2018-10-11 16:41:49.549811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.551425"], ["updated_at", "2018-10-11 16:41:49.551425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.553230"], ["updated_at", "2018-10-11 16:41:49.553230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.554978"], ["updated_at", "2018-10-11 16:41:49.554978"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.556712"], ["updated_at", "2018-10-11 16:41:49.556712"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.558448"], ["updated_at", "2018-10-11 16:41:49.558448"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.560155"], ["updated_at", "2018-10-11 16:41:49.560155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.561871"], ["updated_at", "2018-10-11 16:41:49.561871"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.563572"], ["updated_at", "2018-10-11 16:41:49.563572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.565399"], ["updated_at", "2018-10-11 16:41:49.565399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.567063"], ["updated_at", "2018-10-11 16:41:49.567063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.568605"], ["updated_at", "2018-10-11 16:41:49.568605"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.570244"], ["updated_at", "2018-10-11 16:41:49.570244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.572690"], ["updated_at", "2018-10-11 16:41:49.572690"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.574303"], ["updated_at", "2018-10-11 16:41:49.574303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.576153"], ["updated_at", "2018-10-11 16:41:49.576153"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.577837"], ["updated_at", "2018-10-11 16:41:49.577837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.579777"], ["updated_at", "2018-10-11 16:41:49.579777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.581601"], ["updated_at", "2018-10-11 16:41:49.581601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.583387"], ["updated_at", "2018-10-11 16:41:49.583387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.585011"], ["updated_at", "2018-10-11 16:41:49.585011"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.586564"], ["updated_at", "2018-10-11 16:41:49.586564"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.588388"], ["updated_at", "2018-10-11 16:41:49.588388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.590515"], ["updated_at", "2018-10-11 16:41:49.590515"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.592321"], ["updated_at", "2018-10-11 16:41:49.592321"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.599344"], ["updated_at", "2018-10-11 16:41:49.599344"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.601847"], ["updated_at", "2018-10-11 16:41:49.601847"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.606339"], ["updated_at", "2018-10-11 16:41:49.606339"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.609398"], ["updated_at", "2018-10-11 16:41:49.609398"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.613542"], ["updated_at", "2018-10-11 16:41:49.613542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.616141"], ["updated_at", "2018-10-11 16:41:49.616141"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.618264"], ["updated_at", "2018-10-11 16:41:49.618264"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.620843"], ["updated_at", "2018-10-11 16:41:49.620843"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.623003"], ["updated_at", "2018-10-11 16:41:49.623003"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.625426"], ["updated_at", "2018-10-11 16:41:49.625426"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.627494"], ["updated_at", "2018-10-11 16:41:49.627494"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.629854"], ["updated_at", "2018-10-11 16:41:49.629854"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.632058"], ["updated_at", "2018-10-11 16:41:49.632058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.634343"], ["updated_at", "2018-10-11 16:41:49.634343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.636246"], ["updated_at", "2018-10-11 16:41:49.636246"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.639082"], ["updated_at", "2018-10-11 16:41:49.639082"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.643535"], ["updated_at", "2018-10-11 16:41:49.643535"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.648388"], ["updated_at", "2018-10-11 16:41:49.648388"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.654021"], ["updated_at", "2018-10-11 16:41:49.654021"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.664118"], ["updated_at", "2018-10-11 16:41:49.664118"], ["parent_id", 39895952907]] Kithe::Work Create (3.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.670059"], ["updated_at", "2018-10-11 16:41:49.670059"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.676615"], ["updated_at", "2018-10-11 16:41:49.676615"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.678706"], ["updated_at", "2018-10-11 16:41:49.678706"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.682968"], ["updated_at", "2018-10-11 16:41:49.682968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.684622"], ["updated_at", "2018-10-11 16:41:49.684622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.686101"], ["updated_at", "2018-10-11 16:41:49.686101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.687963"], ["updated_at", "2018-10-11 16:41:49.687963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.689673"], ["updated_at", "2018-10-11 16:41:49.689673"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.691307"], ["updated_at", "2018-10-11 16:41:49.691307"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.693152"], ["updated_at", "2018-10-11 16:41:49.693152"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.694937"], ["updated_at", "2018-10-11 16:41:49.694937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.696713"], ["updated_at", "2018-10-11 16:41:49.696713"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.698599"], ["updated_at", "2018-10-11 16:41:49.698599"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.700396"], ["updated_at", "2018-10-11 16:41:49.700396"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.702629"], ["updated_at", "2018-10-11 16:41:49.702629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.704774"], ["updated_at", "2018-10-11 16:41:49.704774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.706497"], ["updated_at", "2018-10-11 16:41:49.706497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.708197"], ["updated_at", "2018-10-11 16:41:49.708197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.709815"], ["updated_at", "2018-10-11 16:41:49.709815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.711481"], ["updated_at", "2018-10-11 16:41:49.711481"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.713441"], ["updated_at", "2018-10-11 16:41:49.713441"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.715537"], ["updated_at", "2018-10-11 16:41:49.715537"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.717603"], ["updated_at", "2018-10-11 16:41:49.717603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.719662"], ["updated_at", "2018-10-11 16:41:49.719662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.721323"], ["updated_at", "2018-10-11 16:41:49.721323"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.722959"], ["updated_at", "2018-10-11 16:41:49.722959"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.724899"], ["updated_at", "2018-10-11 16:41:49.724899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.727498"], ["updated_at", "2018-10-11 16:41:49.727498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.729326"], ["updated_at", "2018-10-11 16:41:49.729326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.731034"], ["updated_at", "2018-10-11 16:41:49.731034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.732834"], ["updated_at", "2018-10-11 16:41:49.732834"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.734480"], ["updated_at", "2018-10-11 16:41:49.734480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.738910"], ["updated_at", "2018-10-11 16:41:49.738910"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.740876"], ["updated_at", "2018-10-11 16:41:49.740876"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.743027"], ["updated_at", "2018-10-11 16:41:49.743027"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.745858"], ["updated_at", "2018-10-11 16:41:49.745858"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.750283"], ["updated_at", "2018-10-11 16:41:49.750283"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.752126"], ["updated_at", "2018-10-11 16:41:49.752126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.753892"], ["updated_at", "2018-10-11 16:41:49.753892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.755543"], ["updated_at", "2018-10-11 16:41:49.755543"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.757153"], ["updated_at", "2018-10-11 16:41:49.757153"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.759222"], ["updated_at", "2018-10-11 16:41:49.759222"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.762759"], ["updated_at", "2018-10-11 16:41:49.762759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.764724"], ["updated_at", "2018-10-11 16:41:49.764724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.766492"], ["updated_at", "2018-10-11 16:41:49.766492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.768187"], ["updated_at", "2018-10-11 16:41:49.768187"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.769889"], ["updated_at", "2018-10-11 16:41:49.769889"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.773509"], ["updated_at", "2018-10-11 16:41:49.773509"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.776220"], ["updated_at", "2018-10-11 16:41:49.776220"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.778945"], ["updated_at", "2018-10-11 16:41:49.778945"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.781687"], ["updated_at", "2018-10-11 16:41:49.781687"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.784475"], ["updated_at", "2018-10-11 16:41:49.784475"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.787381"], ["updated_at", "2018-10-11 16:41:49.787381"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.790034"], ["updated_at", "2018-10-11 16:41:49.790034"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.792989"], ["updated_at", "2018-10-11 16:41:49.792989"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.798065"], ["updated_at", "2018-10-11 16:41:49.798065"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.801349"], ["updated_at", "2018-10-11 16:41:49.801349"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.803447"], ["updated_at", "2018-10-11 16:41:49.803447"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.805787"], ["updated_at", "2018-10-11 16:41:49.805787"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.811001"], ["updated_at", "2018-10-11 16:41:49.811001"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.815388"], ["updated_at", "2018-10-11 16:41:49.815388"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.819628"], ["updated_at", "2018-10-11 16:41:49.819628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.821328"], ["updated_at", "2018-10-11 16:41:49.821328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.823261"], ["updated_at", "2018-10-11 16:41:49.823261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.824998"], ["updated_at", "2018-10-11 16:41:49.824998"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.827253"], ["updated_at", "2018-10-11 16:41:49.827253"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.829794"], ["updated_at", "2018-10-11 16:41:49.829794"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.832102"], ["updated_at", "2018-10-11 16:41:49.832102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.834369"], ["updated_at", "2018-10-11 16:41:49.834369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.836214"], ["updated_at", "2018-10-11 16:41:49.836214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.838059"], ["updated_at", "2018-10-11 16:41:49.838059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.839973"], ["updated_at", "2018-10-11 16:41:49.839973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.841617"], ["updated_at", "2018-10-11 16:41:49.841617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.843629"], ["updated_at", "2018-10-11 16:41:49.843629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.845696"], ["updated_at", "2018-10-11 16:41:49.845696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.847450"], ["updated_at", "2018-10-11 16:41:49.847450"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.849367"], ["updated_at", "2018-10-11 16:41:49.849367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.852253"], ["updated_at", "2018-10-11 16:41:49.852253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.853837"], ["updated_at", "2018-10-11 16:41:49.853837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.855526"], ["updated_at", "2018-10-11 16:41:49.855526"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.857597"], ["updated_at", "2018-10-11 16:41:49.857597"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.859905"], ["updated_at", "2018-10-11 16:41:49.859905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.861959"], ["updated_at", "2018-10-11 16:41:49.861959"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.863587"], ["updated_at", "2018-10-11 16:41:49.863587"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.865370"], ["updated_at", "2018-10-11 16:41:49.865370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.867398"], ["updated_at", "2018-10-11 16:41:49.867398"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.870004"], ["updated_at", "2018-10-11 16:41:49.870004"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.874215"], ["updated_at", "2018-10-11 16:41:49.874215"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.876153"], ["updated_at", "2018-10-11 16:41:49.876153"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.878518"], ["updated_at", "2018-10-11 16:41:49.878518"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.884437"], ["updated_at", "2018-10-11 16:41:49.884437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.886698"], ["updated_at", "2018-10-11 16:41:49.886698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.888457"], ["updated_at", "2018-10-11 16:41:49.888457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.890148"], ["updated_at", "2018-10-11 16:41:49.890148"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.891921"], ["updated_at", "2018-10-11 16:41:49.891921"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.895784"], ["updated_at", "2018-10-11 16:41:49.895784"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.899310"], ["updated_at", "2018-10-11 16:41:49.899310"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.902934"], ["updated_at", "2018-10-11 16:41:49.902934"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.906284"], ["updated_at", "2018-10-11 16:41:49.906284"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.909549"], ["updated_at", "2018-10-11 16:41:49.909549"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.912324"], ["updated_at", "2018-10-11 16:41:49.912324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.914062"], ["updated_at", "2018-10-11 16:41:49.914062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.915701"], ["updated_at", "2018-10-11 16:41:49.915701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.917353"], ["updated_at", "2018-10-11 16:41:49.917353"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.919494"], ["updated_at", "2018-10-11 16:41:49.919494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.921243"], ["updated_at", "2018-10-11 16:41:49.921243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.922896"], ["updated_at", "2018-10-11 16:41:49.922896"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.924618"], ["updated_at", "2018-10-11 16:41:49.924618"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.927564"], ["updated_at", "2018-10-11 16:41:49.927564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.929872"], ["updated_at", "2018-10-11 16:41:49.929872"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.931879"], ["updated_at", "2018-10-11 16:41:49.931879"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.935045"], ["updated_at", "2018-10-11 16:41:49.935045"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.937357"], ["updated_at", "2018-10-11 16:41:49.937357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.939428"], ["updated_at", "2018-10-11 16:41:49.939428"], ["parent_id", 39895952907]] Kithe::Work Create (3.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.941268"], ["updated_at", "2018-10-11 16:41:49.941268"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.947927"], ["updated_at", "2018-10-11 16:41:49.947927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.951498"], ["updated_at", "2018-10-11 16:41:49.951498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.953255"], ["updated_at", "2018-10-11 16:41:49.953255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.954899"], ["updated_at", "2018-10-11 16:41:49.954899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.956526"], ["updated_at", "2018-10-11 16:41:49.956526"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.958244"], ["updated_at", "2018-10-11 16:41:49.958244"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.961411"], ["updated_at", "2018-10-11 16:41:49.961411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.963787"], ["updated_at", "2018-10-11 16:41:49.963787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.965529"], ["updated_at", "2018-10-11 16:41:49.965529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.967209"], ["updated_at", "2018-10-11 16:41:49.967209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.968810"], ["updated_at", "2018-10-11 16:41:49.968810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.970433"], ["updated_at", "2018-10-11 16:41:49.970433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.972068"], ["updated_at", "2018-10-11 16:41:49.972068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.973633"], ["updated_at", "2018-10-11 16:41:49.973633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.975205"], ["updated_at", "2018-10-11 16:41:49.975205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.976797"], ["updated_at", "2018-10-11 16:41:49.976797"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.978577"], ["updated_at", "2018-10-11 16:41:49.978577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.980333"], ["updated_at", "2018-10-11 16:41:49.980333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.982086"], ["updated_at", "2018-10-11 16:41:49.982086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.983801"], ["updated_at", "2018-10-11 16:41:49.983801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.985371"], ["updated_at", "2018-10-11 16:41:49.985371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.987138"], ["updated_at", "2018-10-11 16:41:49.987138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.988734"], ["updated_at", "2018-10-11 16:41:49.988734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.990353"], ["updated_at", "2018-10-11 16:41:49.990353"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.993180"], ["updated_at", "2018-10-11 16:41:49.993180"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.995562"], ["updated_at", "2018-10-11 16:41:49.995562"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.997361"], ["updated_at", "2018-10-11 16:41:49.997361"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:49.999561"], ["updated_at", "2018-10-11 16:41:49.999561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.001205"], ["updated_at", "2018-10-11 16:41:50.001205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.002780"], ["updated_at", "2018-10-11 16:41:50.002780"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.004413"], ["updated_at", "2018-10-11 16:41:50.004413"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.007181"], ["updated_at", "2018-10-11 16:41:50.007181"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.009835"], ["updated_at", "2018-10-11 16:41:50.009835"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.012230"], ["updated_at", "2018-10-11 16:41:50.012230"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.014685"], ["updated_at", "2018-10-11 16:41:50.014685"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.019250"], ["updated_at", "2018-10-11 16:41:50.019250"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.024104"], ["updated_at", "2018-10-11 16:41:50.024104"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.028123"], ["updated_at", "2018-10-11 16:41:50.028123"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.032609"], ["updated_at", "2018-10-11 16:41:50.032609"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.035291"], ["updated_at", "2018-10-11 16:41:50.035291"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.038807"], ["updated_at", "2018-10-11 16:41:50.038807"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.041659"], ["updated_at", "2018-10-11 16:41:50.041659"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.046506"], ["updated_at", "2018-10-11 16:41:50.046506"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.052870"], ["updated_at", "2018-10-11 16:41:50.052870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.055739"], ["updated_at", "2018-10-11 16:41:50.055739"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.057840"], ["updated_at", "2018-10-11 16:41:50.057840"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.061251"], ["updated_at", "2018-10-11 16:41:50.061251"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.065334"], ["updated_at", "2018-10-11 16:41:50.065334"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.067844"], ["updated_at", "2018-10-11 16:41:50.067844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.070145"], ["updated_at", "2018-10-11 16:41:50.070145"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.072530"], ["updated_at", "2018-10-11 16:41:50.072530"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.075061"], ["updated_at", "2018-10-11 16:41:50.075061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.078889"], ["updated_at", "2018-10-11 16:41:50.078889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.080646"], ["updated_at", "2018-10-11 16:41:50.080646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.082399"], ["updated_at", "2018-10-11 16:41:50.082399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.084020"], ["updated_at", "2018-10-11 16:41:50.084020"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.085822"], ["updated_at", "2018-10-11 16:41:50.085822"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.087609"], ["updated_at", "2018-10-11 16:41:50.087609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.089226"], ["updated_at", "2018-10-11 16:41:50.089226"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.090803"], ["updated_at", "2018-10-11 16:41:50.090803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.092492"], ["updated_at", "2018-10-11 16:41:50.092492"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.094126"], ["updated_at", "2018-10-11 16:41:50.094126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.095791"], ["updated_at", "2018-10-11 16:41:50.095791"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.097485"], ["updated_at", "2018-10-11 16:41:50.097485"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.099739"], ["updated_at", "2018-10-11 16:41:50.099739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.101660"], ["updated_at", "2018-10-11 16:41:50.101660"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.103707"], ["updated_at", "2018-10-11 16:41:50.103707"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.106212"], ["updated_at", "2018-10-11 16:41:50.106212"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.109889"], ["updated_at", "2018-10-11 16:41:50.109889"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.113963"], ["updated_at", "2018-10-11 16:41:50.113963"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.116436"], ["updated_at", "2018-10-11 16:41:50.116436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.118490"], ["updated_at", "2018-10-11 16:41:50.118490"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.120578"], ["updated_at", "2018-10-11 16:41:50.120578"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.124679"], ["updated_at", "2018-10-11 16:41:50.124679"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.132810"], ["updated_at", "2018-10-11 16:41:50.132810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.137205"], ["updated_at", "2018-10-11 16:41:50.137205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.138823"], ["updated_at", "2018-10-11 16:41:50.138823"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.140419"], ["updated_at", "2018-10-11 16:41:50.140419"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.142209"], ["updated_at", "2018-10-11 16:41:50.142209"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.146643"], ["updated_at", "2018-10-11 16:41:50.146643"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.149193"], ["updated_at", "2018-10-11 16:41:50.149193"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.152967"], ["updated_at", "2018-10-11 16:41:50.152967"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.156397"], ["updated_at", "2018-10-11 16:41:50.156397"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.159845"], ["updated_at", "2018-10-11 16:41:50.159845"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.163526"], ["updated_at", "2018-10-11 16:41:50.163526"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.166790"], ["updated_at", "2018-10-11 16:41:50.166790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.168542"], ["updated_at", "2018-10-11 16:41:50.168542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.171279"], ["updated_at", "2018-10-11 16:41:50.171279"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.173054"], ["updated_at", "2018-10-11 16:41:50.173054"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.175196"], ["updated_at", "2018-10-11 16:41:50.175196"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.176923"], ["updated_at", "2018-10-11 16:41:50.176923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.178639"], ["updated_at", "2018-10-11 16:41:50.178639"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.180318"], ["updated_at", "2018-10-11 16:41:50.180318"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.182130"], ["updated_at", "2018-10-11 16:41:50.182130"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.183890"], ["updated_at", "2018-10-11 16:41:50.183890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.185980"], ["updated_at", "2018-10-11 16:41:50.185980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.187609"], ["updated_at", "2018-10-11 16:41:50.187609"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.189535"], ["updated_at", "2018-10-11 16:41:50.189535"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.191598"], ["updated_at", "2018-10-11 16:41:50.191598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.193871"], ["updated_at", "2018-10-11 16:41:50.193871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.195552"], ["updated_at", "2018-10-11 16:41:50.195552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.197213"], ["updated_at", "2018-10-11 16:41:50.197213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.199043"], ["updated_at", "2018-10-11 16:41:50.199043"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.200903"], ["updated_at", "2018-10-11 16:41:50.200903"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.203457"], ["updated_at", "2018-10-11 16:41:50.203457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.206971"], ["updated_at", "2018-10-11 16:41:50.206971"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.209157"], ["updated_at", "2018-10-11 16:41:50.209157"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.211219"], ["updated_at", "2018-10-11 16:41:50.211219"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.215999"], ["updated_at", "2018-10-11 16:41:50.215999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.218852"], ["updated_at", "2018-10-11 16:41:50.218852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.220535"], ["updated_at", "2018-10-11 16:41:50.220535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.222166"], ["updated_at", "2018-10-11 16:41:50.222166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.223736"], ["updated_at", "2018-10-11 16:41:50.223736"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.225585"], ["updated_at", "2018-10-11 16:41:50.225585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.228383"], ["updated_at", "2018-10-11 16:41:50.228383"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.230308"], ["updated_at", "2018-10-11 16:41:50.230308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.232108"], ["updated_at", "2018-10-11 16:41:50.232108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.233779"], ["updated_at", "2018-10-11 16:41:50.233779"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.235391"], ["updated_at", "2018-10-11 16:41:50.235391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.237188"], ["updated_at", "2018-10-11 16:41:50.237188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.238776"], ["updated_at", "2018-10-11 16:41:50.238776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.240376"], ["updated_at", "2018-10-11 16:41:50.240376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.241913"], ["updated_at", "2018-10-11 16:41:50.241913"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.243623"], ["updated_at", "2018-10-11 16:41:50.243623"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.245859"], ["updated_at", "2018-10-11 16:41:50.245859"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.248236"], ["updated_at", "2018-10-11 16:41:50.248236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.250369"], ["updated_at", "2018-10-11 16:41:50.250369"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.252489"], ["updated_at", "2018-10-11 16:41:50.252489"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.254540"], ["updated_at", "2018-10-11 16:41:50.254540"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.258318"], ["updated_at", "2018-10-11 16:41:50.258318"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.262148"], ["updated_at", "2018-10-11 16:41:50.262148"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.266113"], ["updated_at", "2018-10-11 16:41:50.266113"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.268988"], ["updated_at", "2018-10-11 16:41:50.268988"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.270835"], ["updated_at", "2018-10-11 16:41:50.270835"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.273037"], ["updated_at", "2018-10-11 16:41:50.273037"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.275230"], ["updated_at", "2018-10-11 16:41:50.275230"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.280802"], ["updated_at", "2018-10-11 16:41:50.280802"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.284511"], ["updated_at", "2018-10-11 16:41:50.284511"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.288581"], ["updated_at", "2018-10-11 16:41:50.288581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.291739"], ["updated_at", "2018-10-11 16:41:50.291739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.293329"], ["updated_at", "2018-10-11 16:41:50.293329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.294963"], ["updated_at", "2018-10-11 16:41:50.294963"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.296552"], ["updated_at", "2018-10-11 16:41:50.296552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.298216"], ["updated_at", "2018-10-11 16:41:50.298216"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.299878"], ["updated_at", "2018-10-11 16:41:50.299878"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.301612"], ["updated_at", "2018-10-11 16:41:50.301612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.303421"], ["updated_at", "2018-10-11 16:41:50.303421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.305169"], ["updated_at", "2018-10-11 16:41:50.305169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.306832"], ["updated_at", "2018-10-11 16:41:50.306832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.308457"], ["updated_at", "2018-10-11 16:41:50.308457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.310363"], ["updated_at", "2018-10-11 16:41:50.310363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.312297"], ["updated_at", "2018-10-11 16:41:50.312297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.314082"], ["updated_at", "2018-10-11 16:41:50.314082"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.316253"], ["updated_at", "2018-10-11 16:41:50.316253"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.318413"], ["updated_at", "2018-10-11 16:41:50.318413"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.321296"], ["updated_at", "2018-10-11 16:41:50.321296"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.326268"], ["updated_at", "2018-10-11 16:41:50.326268"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.329651"], ["updated_at", "2018-10-11 16:41:50.329651"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.332252"], ["updated_at", "2018-10-11 16:41:50.332252"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.334587"], ["updated_at", "2018-10-11 16:41:50.334587"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.336997"], ["updated_at", "2018-10-11 16:41:50.336997"], ["parent_id", 39895952907]] Kithe::Work Create (3.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.344198"], ["updated_at", "2018-10-11 16:41:50.344198"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.350759"], ["updated_at", "2018-10-11 16:41:50.350759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.352622"], ["updated_at", "2018-10-11 16:41:50.352622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.354337"], ["updated_at", "2018-10-11 16:41:50.354337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.355905"], ["updated_at", "2018-10-11 16:41:50.355905"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.357475"], ["updated_at", "2018-10-11 16:41:50.357475"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.359408"], ["updated_at", "2018-10-11 16:41:50.359408"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.362427"], ["updated_at", "2018-10-11 16:41:50.362427"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.364157"], ["updated_at", "2018-10-11 16:41:50.364157"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.365937"], ["updated_at", "2018-10-11 16:41:50.365937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.367800"], ["updated_at", "2018-10-11 16:41:50.367800"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.369464"], ["updated_at", "2018-10-11 16:41:50.369464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.371322"], ["updated_at", "2018-10-11 16:41:50.371322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.372941"], ["updated_at", "2018-10-11 16:41:50.372941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.374522"], ["updated_at", "2018-10-11 16:41:50.374522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.376118"], ["updated_at", "2018-10-11 16:41:50.376118"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.377734"], ["updated_at", "2018-10-11 16:41:50.377734"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.379602"], ["updated_at", "2018-10-11 16:41:50.379602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.381632"], ["updated_at", "2018-10-11 16:41:50.381632"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.383392"], ["updated_at", "2018-10-11 16:41:50.383392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.385174"], ["updated_at", "2018-10-11 16:41:50.385174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.386789"], ["updated_at", "2018-10-11 16:41:50.386789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.388389"], ["updated_at", "2018-10-11 16:41:50.388389"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.390121"], ["updated_at", "2018-10-11 16:41:50.390121"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.392634"], ["updated_at", "2018-10-11 16:41:50.392634"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.395594"], ["updated_at", "2018-10-11 16:41:50.395594"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.397873"], ["updated_at", "2018-10-11 16:41:50.397873"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.400073"], ["updated_at", "2018-10-11 16:41:50.400073"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.402294"], ["updated_at", "2018-10-11 16:41:50.402294"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.404502"], ["updated_at", "2018-10-11 16:41:50.404502"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.406662"], ["updated_at", "2018-10-11 16:41:50.406662"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.411025"], ["updated_at", "2018-10-11 16:41:50.411025"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.413369"], ["updated_at", "2018-10-11 16:41:50.413369"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.415737"], ["updated_at", "2018-10-11 16:41:50.415737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.418172"], ["updated_at", "2018-10-11 16:41:50.418172"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.420241"], ["updated_at", "2018-10-11 16:41:50.420241"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.422995"], ["updated_at", "2018-10-11 16:41:50.422995"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.426213"], ["updated_at", "2018-10-11 16:41:50.426213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.430694"], ["updated_at", "2018-10-11 16:41:50.430694"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.432612"], ["updated_at", "2018-10-11 16:41:50.432612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.434356"], ["updated_at", "2018-10-11 16:41:50.434356"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.436071"], ["updated_at", "2018-10-11 16:41:50.436071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.438142"], ["updated_at", "2018-10-11 16:41:50.438142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.439984"], ["updated_at", "2018-10-11 16:41:50.439984"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.441846"], ["updated_at", "2018-10-11 16:41:50.441846"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.444904"], ["updated_at", "2018-10-11 16:41:50.444904"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.447023"], ["updated_at", "2018-10-11 16:41:50.447023"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.449291"], ["updated_at", "2018-10-11 16:41:50.449291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.451214"], ["updated_at", "2018-10-11 16:41:50.451214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.452948"], ["updated_at", "2018-10-11 16:41:50.452948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.454750"], ["updated_at", "2018-10-11 16:41:50.454750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.456389"], ["updated_at", "2018-10-11 16:41:50.456389"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.458093"], ["updated_at", "2018-10-11 16:41:50.458093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.460640"], ["updated_at", "2018-10-11 16:41:50.460640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.462688"], ["updated_at", "2018-10-11 16:41:50.462688"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.464401"], ["updated_at", "2018-10-11 16:41:50.464401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.466639"], ["updated_at", "2018-10-11 16:41:50.466639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.468444"], ["updated_at", "2018-10-11 16:41:50.468444"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.470284"], ["updated_at", "2018-10-11 16:41:50.470284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.473293"], ["updated_at", "2018-10-11 16:41:50.473293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.474919"], ["updated_at", "2018-10-11 16:41:50.474919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.476664"], ["updated_at", "2018-10-11 16:41:50.476664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.478319"], ["updated_at", "2018-10-11 16:41:50.478319"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.479984"], ["updated_at", "2018-10-11 16:41:50.479984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.481814"], ["updated_at", "2018-10-11 16:41:50.481814"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.483687"], ["updated_at", "2018-10-11 16:41:50.483687"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.485440"], ["updated_at", "2018-10-11 16:41:50.485440"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.487066"], ["updated_at", "2018-10-11 16:41:50.487066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.489157"], ["updated_at", "2018-10-11 16:41:50.489157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.490814"], ["updated_at", "2018-10-11 16:41:50.490814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.492828"], ["updated_at", "2018-10-11 16:41:50.492828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.495045"], ["updated_at", "2018-10-11 16:41:50.495045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.497005"], ["updated_at", "2018-10-11 16:41:50.497005"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.499055"], ["updated_at", "2018-10-11 16:41:50.499055"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.501564"], ["updated_at", "2018-10-11 16:41:50.501564"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.505759"], ["updated_at", "2018-10-11 16:41:50.505759"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.509233"], ["updated_at", "2018-10-11 16:41:50.509233"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.511894"], ["updated_at", "2018-10-11 16:41:50.511894"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.514751"], ["updated_at", "2018-10-11 16:41:50.514751"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.517446"], ["updated_at", "2018-10-11 16:41:50.517446"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.520192"], ["updated_at", "2018-10-11 16:41:50.520192"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.522842"], ["updated_at", "2018-10-11 16:41:50.522842"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.525245"], ["updated_at", "2018-10-11 16:41:50.525245"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.529725"], ["updated_at", "2018-10-11 16:41:50.529725"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.531573"], ["updated_at", "2018-10-11 16:41:50.531573"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.533738"], ["updated_at", "2018-10-11 16:41:50.533738"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.536038"], ["updated_at", "2018-10-11 16:41:50.536038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.538055"], ["updated_at", "2018-10-11 16:41:50.538055"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.539822"], ["updated_at", "2018-10-11 16:41:50.539822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.542728"], ["updated_at", "2018-10-11 16:41:50.542728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.544385"], ["updated_at", "2018-10-11 16:41:50.544385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.546191"], ["updated_at", "2018-10-11 16:41:50.546191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.547826"], ["updated_at", "2018-10-11 16:41:50.547826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.549887"], ["updated_at", "2018-10-11 16:41:50.549887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.551741"], ["updated_at", "2018-10-11 16:41:50.551741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.553783"], ["updated_at", "2018-10-11 16:41:50.553783"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.555516"], ["updated_at", "2018-10-11 16:41:50.555516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.557209"], ["updated_at", "2018-10-11 16:41:50.557209"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.559002"], ["updated_at", "2018-10-11 16:41:50.559002"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.561198"], ["updated_at", "2018-10-11 16:41:50.561198"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.563536"], ["updated_at", "2018-10-11 16:41:50.563536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.565951"], ["updated_at", "2018-10-11 16:41:50.565951"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.567733"], ["updated_at", "2018-10-11 16:41:50.567733"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.570320"], ["updated_at", "2018-10-11 16:41:50.570320"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.573963"], ["updated_at", "2018-10-11 16:41:50.573963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.578673"], ["updated_at", "2018-10-11 16:41:50.578673"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.580479"], ["updated_at", "2018-10-11 16:41:50.580479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.582214"], ["updated_at", "2018-10-11 16:41:50.582214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.583965"], ["updated_at", "2018-10-11 16:41:50.583965"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.585650"], ["updated_at", "2018-10-11 16:41:50.585650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.587824"], ["updated_at", "2018-10-11 16:41:50.587824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.589461"], ["updated_at", "2018-10-11 16:41:50.589461"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.591215"], ["updated_at", "2018-10-11 16:41:50.591215"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.596923"], ["updated_at", "2018-10-11 16:41:50.596923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.599250"], ["updated_at", "2018-10-11 16:41:50.599250"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.601101"], ["updated_at", "2018-10-11 16:41:50.601101"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.602933"], ["updated_at", "2018-10-11 16:41:50.602933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.605047"], ["updated_at", "2018-10-11 16:41:50.605047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.606715"], ["updated_at", "2018-10-11 16:41:50.606715"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.609500"], ["updated_at", "2018-10-11 16:41:50.609500"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.611323"], ["updated_at", "2018-10-11 16:41:50.611323"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.614117"], ["updated_at", "2018-10-11 16:41:50.614117"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.616928"], ["updated_at", "2018-10-11 16:41:50.616928"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.618886"], ["updated_at", "2018-10-11 16:41:50.618886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.620700"], ["updated_at", "2018-10-11 16:41:50.620700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.622374"], ["updated_at", "2018-10-11 16:41:50.622374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.624177"], ["updated_at", "2018-10-11 16:41:50.624177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.625979"], ["updated_at", "2018-10-11 16:41:50.625979"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.627623"], ["updated_at", "2018-10-11 16:41:50.627623"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.630868"], ["updated_at", "2018-10-11 16:41:50.630868"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.633151"], ["updated_at", "2018-10-11 16:41:50.633151"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.635666"], ["updated_at", "2018-10-11 16:41:50.635666"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.637867"], ["updated_at", "2018-10-11 16:41:50.637867"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.640283"], ["updated_at", "2018-10-11 16:41:50.640283"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.645729"], ["updated_at", "2018-10-11 16:41:50.645729"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.651847"], ["updated_at", "2018-10-11 16:41:50.651847"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.654450"], ["updated_at", "2018-10-11 16:41:50.654450"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.657097"], ["updated_at", "2018-10-11 16:41:50.657097"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.659764"], ["updated_at", "2018-10-11 16:41:50.659764"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.664283"], ["updated_at", "2018-10-11 16:41:50.664283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.667041"], ["updated_at", "2018-10-11 16:41:50.667041"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.668933"], ["updated_at", "2018-10-11 16:41:50.668933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.670796"], ["updated_at", "2018-10-11 16:41:50.670796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.673596"], ["updated_at", "2018-10-11 16:41:50.673596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.675437"], ["updated_at", "2018-10-11 16:41:50.675437"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.677092"], ["updated_at", "2018-10-11 16:41:50.677092"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.678892"], ["updated_at", "2018-10-11 16:41:50.678892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.680867"], ["updated_at", "2018-10-11 16:41:50.680867"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.682532"], ["updated_at", "2018-10-11 16:41:50.682532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.684283"], ["updated_at", "2018-10-11 16:41:50.684283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.686140"], ["updated_at", "2018-10-11 16:41:50.686140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.687753"], ["updated_at", "2018-10-11 16:41:50.687753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.689394"], ["updated_at", "2018-10-11 16:41:50.689394"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.690981"], ["updated_at", "2018-10-11 16:41:50.690981"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.693015"], ["updated_at", "2018-10-11 16:41:50.693015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.694750"], ["updated_at", "2018-10-11 16:41:50.694750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.696391"], ["updated_at", "2018-10-11 16:41:50.696391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.698018"], ["updated_at", "2018-10-11 16:41:50.698018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.699712"], ["updated_at", "2018-10-11 16:41:50.699712"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.701524"], ["updated_at", "2018-10-11 16:41:50.701524"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.703315"], ["updated_at", "2018-10-11 16:41:50.703315"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.705610"], ["updated_at", "2018-10-11 16:41:50.705610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.707706"], ["updated_at", "2018-10-11 16:41:50.707706"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.709570"], ["updated_at", "2018-10-11 16:41:50.709570"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.711531"], ["updated_at", "2018-10-11 16:41:50.711531"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.714590"], ["updated_at", "2018-10-11 16:41:50.714590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.719914"], ["updated_at", "2018-10-11 16:41:50.719914"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.722449"], ["updated_at", "2018-10-11 16:41:50.722449"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.724068"], ["updated_at", "2018-10-11 16:41:50.724068"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.726819"], ["updated_at", "2018-10-11 16:41:50.726819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.729906"], ["updated_at", "2018-10-11 16:41:50.729906"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.731948"], ["updated_at", "2018-10-11 16:41:50.731948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.734126"], ["updated_at", "2018-10-11 16:41:50.734126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.735887"], ["updated_at", "2018-10-11 16:41:50.735887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.737666"], ["updated_at", "2018-10-11 16:41:50.737666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.741178"], ["updated_at", "2018-10-11 16:41:50.741178"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.742978"], ["updated_at", "2018-10-11 16:41:50.742978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.744786"], ["updated_at", "2018-10-11 16:41:50.744786"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.746389"], ["updated_at", "2018-10-11 16:41:50.746389"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.748129"], ["updated_at", "2018-10-11 16:41:50.748129"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.749933"], ["updated_at", "2018-10-11 16:41:50.749933"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.751997"], ["updated_at", "2018-10-11 16:41:50.751997"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.753879"], ["updated_at", "2018-10-11 16:41:50.753879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.755684"], ["updated_at", "2018-10-11 16:41:50.755684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.757405"], ["updated_at", "2018-10-11 16:41:50.757405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.759024"], ["updated_at", "2018-10-11 16:41:50.759024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.760700"], ["updated_at", "2018-10-11 16:41:50.760700"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.762634"], ["updated_at", "2018-10-11 16:41:50.762634"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.765297"], ["updated_at", "2018-10-11 16:41:50.765297"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.768473"], ["updated_at", "2018-10-11 16:41:50.768473"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.771349"], ["updated_at", "2018-10-11 16:41:50.771349"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.774010"], ["updated_at", "2018-10-11 16:41:50.774010"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.776629"], ["updated_at", "2018-10-11 16:41:50.776629"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.779263"], ["updated_at", "2018-10-11 16:41:50.779263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.782065"], ["updated_at", "2018-10-11 16:41:50.782065"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.783855"], ["updated_at", "2018-10-11 16:41:50.783855"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.786065"], ["updated_at", "2018-10-11 16:41:50.786065"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.788136"], ["updated_at", "2018-10-11 16:41:50.788136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.789821"], ["updated_at", "2018-10-11 16:41:50.789821"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.791608"], ["updated_at", "2018-10-11 16:41:50.791608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.794395"], ["updated_at", "2018-10-11 16:41:50.794395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.796285"], ["updated_at", "2018-10-11 16:41:50.796285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.797952"], ["updated_at", "2018-10-11 16:41:50.797952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.799815"], ["updated_at", "2018-10-11 16:41:50.799815"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.801646"], ["updated_at", "2018-10-11 16:41:50.801646"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.803954"], ["updated_at", "2018-10-11 16:41:50.803954"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.807062"], ["updated_at", "2018-10-11 16:41:50.807062"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.808743"], ["updated_at", "2018-10-11 16:41:50.808743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.810465"], ["updated_at", "2018-10-11 16:41:50.810465"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.812358"], ["updated_at", "2018-10-11 16:41:50.812358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.814161"], ["updated_at", "2018-10-11 16:41:50.814161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.815758"], ["updated_at", "2018-10-11 16:41:50.815758"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.817475"], ["updated_at", "2018-10-11 16:41:50.817475"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.819462"], ["updated_at", "2018-10-11 16:41:50.819462"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.821299"], ["updated_at", "2018-10-11 16:41:50.821299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.823163"], ["updated_at", "2018-10-11 16:41:50.823163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.824902"], ["updated_at", "2018-10-11 16:41:50.824902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.826748"], ["updated_at", "2018-10-11 16:41:50.826748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.828473"], ["updated_at", "2018-10-11 16:41:50.828473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.830038"], ["updated_at", "2018-10-11 16:41:50.830038"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.831783"], ["updated_at", "2018-10-11 16:41:50.831783"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.833564"], ["updated_at", "2018-10-11 16:41:50.833564"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.836297"], ["updated_at", "2018-10-11 16:41:50.836297"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.838493"], ["updated_at", "2018-10-11 16:41:50.838493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.840593"], ["updated_at", "2018-10-11 16:41:50.840593"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.842459"], ["updated_at", "2018-10-11 16:41:50.842459"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.847503"], ["updated_at", "2018-10-11 16:41:50.847503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.852241"], ["updated_at", "2018-10-11 16:41:50.852241"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.854564"], ["updated_at", "2018-10-11 16:41:50.854564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.856330"], ["updated_at", "2018-10-11 16:41:50.856330"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.858122"], ["updated_at", "2018-10-11 16:41:50.858122"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.861396"], ["updated_at", "2018-10-11 16:41:50.861396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.865267"], ["updated_at", "2018-10-11 16:41:50.865267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.867166"], ["updated_at", "2018-10-11 16:41:50.867166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.868948"], ["updated_at", "2018-10-11 16:41:50.868948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.870767"], ["updated_at", "2018-10-11 16:41:50.870767"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.872452"], ["updated_at", "2018-10-11 16:41:50.872452"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.875542"], ["updated_at", "2018-10-11 16:41:50.875542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.877374"], ["updated_at", "2018-10-11 16:41:50.877374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.879153"], ["updated_at", "2018-10-11 16:41:50.879153"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.880881"], ["updated_at", "2018-10-11 16:41:50.880881"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.882649"], ["updated_at", "2018-10-11 16:41:50.882649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.884936"], ["updated_at", "2018-10-11 16:41:50.884936"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.886678"], ["updated_at", "2018-10-11 16:41:50.886678"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.889213"], ["updated_at", "2018-10-11 16:41:50.889213"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.891957"], ["updated_at", "2018-10-11 16:41:50.891957"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.895441"], ["updated_at", "2018-10-11 16:41:50.895441"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.897856"], ["updated_at", "2018-10-11 16:41:50.897856"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.900262"], ["updated_at", "2018-10-11 16:41:50.900262"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.902667"], ["updated_at", "2018-10-11 16:41:50.902667"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.904609"], ["updated_at", "2018-10-11 16:41:50.904609"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.907066"], ["updated_at", "2018-10-11 16:41:50.907066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.909057"], ["updated_at", "2018-10-11 16:41:50.909057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.910940"], ["updated_at", "2018-10-11 16:41:50.910940"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.912818"], ["updated_at", "2018-10-11 16:41:50.912818"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.915432"], ["updated_at", "2018-10-11 16:41:50.915432"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.917244"], ["updated_at", "2018-10-11 16:41:50.917244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.919016"], ["updated_at", "2018-10-11 16:41:50.919016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.920569"], ["updated_at", "2018-10-11 16:41:50.920569"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.922260"], ["updated_at", "2018-10-11 16:41:50.922260"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.924838"], ["updated_at", "2018-10-11 16:41:50.924838"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.928142"], ["updated_at", "2018-10-11 16:41:50.928142"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.930854"], ["updated_at", "2018-10-11 16:41:50.930854"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.936014"], ["updated_at", "2018-10-11 16:41:50.936014"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.938913"], ["updated_at", "2018-10-11 16:41:50.938913"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.943367"], ["updated_at", "2018-10-11 16:41:50.943367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.947845"], ["updated_at", "2018-10-11 16:41:50.947845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.950027"], ["updated_at", "2018-10-11 16:41:50.950027"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.952002"], ["updated_at", "2018-10-11 16:41:50.952002"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.954439"], ["updated_at", "2018-10-11 16:41:50.954439"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.958106"], ["updated_at", "2018-10-11 16:41:50.958106"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.961884"], ["updated_at", "2018-10-11 16:41:50.961884"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.964871"], ["updated_at", "2018-10-11 16:41:50.964871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.966945"], ["updated_at", "2018-10-11 16:41:50.966945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.968643"], ["updated_at", "2018-10-11 16:41:50.968643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.970315"], ["updated_at", "2018-10-11 16:41:50.970315"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.972085"], ["updated_at", "2018-10-11 16:41:50.972085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.974148"], ["updated_at", "2018-10-11 16:41:50.974148"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.976180"], ["updated_at", "2018-10-11 16:41:50.976180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.979071"], ["updated_at", "2018-10-11 16:41:50.979071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.980848"], ["updated_at", "2018-10-11 16:41:50.980848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.982608"], ["updated_at", "2018-10-11 16:41:50.982608"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.984226"], ["updated_at", "2018-10-11 16:41:50.984226"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.985971"], ["updated_at", "2018-10-11 16:41:50.985971"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.988219"], ["updated_at", "2018-10-11 16:41:50.988219"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.990698"], ["updated_at", "2018-10-11 16:41:50.990698"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.993396"], ["updated_at", "2018-10-11 16:41:50.993396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.995557"], ["updated_at", "2018-10-11 16:41:50.995557"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:50.997805"], ["updated_at", "2018-10-11 16:41:50.997805"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.002100"], ["updated_at", "2018-10-11 16:41:51.002100"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.006096"], ["updated_at", "2018-10-11 16:41:51.006096"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.008357"], ["updated_at", "2018-10-11 16:41:51.008357"], ["parent_id", 39895952907]] Kithe::Work Create (3.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.010844"], ["updated_at", "2018-10-11 16:41:51.010844"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.016733"], ["updated_at", "2018-10-11 16:41:51.016733"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.019672"], ["updated_at", "2018-10-11 16:41:51.019672"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.022422"], ["updated_at", "2018-10-11 16:41:51.022422"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.025135"], ["updated_at", "2018-10-11 16:41:51.025135"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.027851"], ["updated_at", "2018-10-11 16:41:51.027851"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.030543"], ["updated_at", "2018-10-11 16:41:51.030543"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.033511"], ["updated_at", "2018-10-11 16:41:51.033511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.035841"], ["updated_at", "2018-10-11 16:41:51.035841"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.037416"], ["updated_at", "2018-10-11 16:41:51.037416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.039255"], ["updated_at", "2018-10-11 16:41:51.039255"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.040848"], ["updated_at", "2018-10-11 16:41:51.040848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.042465"], ["updated_at", "2018-10-11 16:41:51.042465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.044162"], ["updated_at", "2018-10-11 16:41:51.044162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.045913"], ["updated_at", "2018-10-11 16:41:51.045913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.047549"], ["updated_at", "2018-10-11 16:41:51.047549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.049252"], ["updated_at", "2018-10-11 16:41:51.049252"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.050948"], ["updated_at", "2018-10-11 16:41:51.050948"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.053023"], ["updated_at", "2018-10-11 16:41:51.053023"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.055064"], ["updated_at", "2018-10-11 16:41:51.055064"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.056886"], ["updated_at", "2018-10-11 16:41:51.056886"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.058691"], ["updated_at", "2018-10-11 16:41:51.058691"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.061312"], ["updated_at", "2018-10-11 16:41:51.061312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.063297"], ["updated_at", "2018-10-11 16:41:51.063297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.065081"], ["updated_at", "2018-10-11 16:41:51.065081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.066895"], ["updated_at", "2018-10-11 16:41:51.066895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.068772"], ["updated_at", "2018-10-11 16:41:51.068772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.070548"], ["updated_at", "2018-10-11 16:41:51.070548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.073627"], ["updated_at", "2018-10-11 16:41:51.073627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.075258"], ["updated_at", "2018-10-11 16:41:51.075258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.076935"], ["updated_at", "2018-10-11 16:41:51.076935"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.078814"], ["updated_at", "2018-10-11 16:41:51.078814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.080943"], ["updated_at", "2018-10-11 16:41:51.080943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.082558"], ["updated_at", "2018-10-11 16:41:51.082558"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.084216"], ["updated_at", "2018-10-11 16:41:51.084216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.085921"], ["updated_at", "2018-10-11 16:41:51.085921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.087513"], ["updated_at", "2018-10-11 16:41:51.087513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.089149"], ["updated_at", "2018-10-11 16:41:51.089149"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.090764"], ["updated_at", "2018-10-11 16:41:51.090764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.092697"], ["updated_at", "2018-10-11 16:41:51.092697"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.095478"], ["updated_at", "2018-10-11 16:41:51.095478"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.097432"], ["updated_at", "2018-10-11 16:41:51.097432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.099035"], ["updated_at", "2018-10-11 16:41:51.099035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.100582"], ["updated_at", "2018-10-11 16:41:51.100582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.102282"], ["updated_at", "2018-10-11 16:41:51.102282"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.103829"], ["updated_at", "2018-10-11 16:41:51.103829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.105574"], ["updated_at", "2018-10-11 16:41:51.105574"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.107150"], ["updated_at", "2018-10-11 16:41:51.107150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.108836"], ["updated_at", "2018-10-11 16:41:51.108836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.110373"], ["updated_at", "2018-10-11 16:41:51.110373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.112009"], ["updated_at", "2018-10-11 16:41:51.112009"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.113607"], ["updated_at", "2018-10-11 16:41:51.113607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.115319"], ["updated_at", "2018-10-11 16:41:51.115319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.116880"], ["updated_at", "2018-10-11 16:41:51.116880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.118535"], ["updated_at", "2018-10-11 16:41:51.118535"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.120093"], ["updated_at", "2018-10-11 16:41:51.120093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.122169"], ["updated_at", "2018-10-11 16:41:51.122169"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.124418"], ["updated_at", "2018-10-11 16:41:51.124418"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.128349"], ["updated_at", "2018-10-11 16:41:51.128349"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.133288"], ["updated_at", "2018-10-11 16:41:51.133288"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.135309"], ["updated_at", "2018-10-11 16:41:51.135309"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.137525"], ["updated_at", "2018-10-11 16:41:51.137525"], ["parent_id", 39895952907]] Kithe::Work Create (22.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.140344"], ["updated_at", "2018-10-11 16:41:51.140344"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.165524"], ["updated_at", "2018-10-11 16:41:51.165524"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.169829"], ["updated_at", "2018-10-11 16:41:51.169829"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.174493"], ["updated_at", "2018-10-11 16:41:51.174493"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.179280"], ["updated_at", "2018-10-11 16:41:51.179280"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.182563"], ["updated_at", "2018-10-11 16:41:51.182563"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.186617"], ["updated_at", "2018-10-11 16:41:51.186617"], ["parent_id", 39895952907]] Kithe::Work Create (6.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.190975"], ["updated_at", "2018-10-11 16:41:51.190975"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.201388"], ["updated_at", "2018-10-11 16:41:51.201388"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.205526"], ["updated_at", "2018-10-11 16:41:51.205526"], ["parent_id", 39895952907]] Kithe::Work Create (2.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.210675"], ["updated_at", "2018-10-11 16:41:51.210675"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.215507"], ["updated_at", "2018-10-11 16:41:51.215507"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.218665"], ["updated_at", "2018-10-11 16:41:51.218665"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.222707"], ["updated_at", "2018-10-11 16:41:51.222707"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.226455"], ["updated_at", "2018-10-11 16:41:51.226455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.229064"], ["updated_at", "2018-10-11 16:41:51.229064"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.230834"], ["updated_at", "2018-10-11 16:41:51.230834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.232615"], ["updated_at", "2018-10-11 16:41:51.232615"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.234275"], ["updated_at", "2018-10-11 16:41:51.234275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.237174"], ["updated_at", "2018-10-11 16:41:51.237174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.239046"], ["updated_at", "2018-10-11 16:41:51.239046"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.241158"], ["updated_at", "2018-10-11 16:41:51.241158"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.244803"], ["updated_at", "2018-10-11 16:41:51.244803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.248150"], ["updated_at", "2018-10-11 16:41:51.248150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.250119"], ["updated_at", "2018-10-11 16:41:51.250119"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.251745"], ["updated_at", "2018-10-11 16:41:51.251745"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.253559"], ["updated_at", "2018-10-11 16:41:51.253559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.255501"], ["updated_at", "2018-10-11 16:41:51.255501"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.257179"], ["updated_at", "2018-10-11 16:41:51.257179"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.260089"], ["updated_at", "2018-10-11 16:41:51.260089"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.262820"], ["updated_at", "2018-10-11 16:41:51.262820"], ["parent_id", 39895952907]] Kithe::Work Create (4.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.265357"], ["updated_at", "2018-10-11 16:41:51.265357"], ["parent_id", 39895952907]] Kithe::Work Create (25.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.271844"], ["updated_at", "2018-10-11 16:41:51.271844"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.298658"], ["updated_at", "2018-10-11 16:41:51.298658"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.301370"], ["updated_at", "2018-10-11 16:41:51.301370"], ["parent_id", 39895952907]] Kithe::Work Create (35.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.306983"], ["updated_at", "2018-10-11 16:41:51.306983"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.352897"], ["updated_at", "2018-10-11 16:41:51.352897"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.358716"], ["updated_at", "2018-10-11 16:41:51.358716"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.363058"], ["updated_at", "2018-10-11 16:41:51.363058"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.367589"], ["updated_at", "2018-10-11 16:41:51.367589"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.370407"], ["updated_at", "2018-10-11 16:41:51.370407"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.373887"], ["updated_at", "2018-10-11 16:41:51.373887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.377037"], ["updated_at", "2018-10-11 16:41:51.377037"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.380814"], ["updated_at", "2018-10-11 16:41:51.380814"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.384939"], ["updated_at", "2018-10-11 16:41:51.384939"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.388728"], ["updated_at", "2018-10-11 16:41:51.388728"], ["parent_id", 39895952907]] Kithe::Work Create (11.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.392041"], ["updated_at", "2018-10-11 16:41:51.392041"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.416497"], ["updated_at", "2018-10-11 16:41:51.416497"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.419871"], ["updated_at", "2018-10-11 16:41:51.419871"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.422428"], ["updated_at", "2018-10-11 16:41:51.422428"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.424640"], ["updated_at", "2018-10-11 16:41:51.424640"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.428908"], ["updated_at", "2018-10-11 16:41:51.428908"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.432832"], ["updated_at", "2018-10-11 16:41:51.432832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.434802"], ["updated_at", "2018-10-11 16:41:51.434802"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.436863"], ["updated_at", "2018-10-11 16:41:51.436863"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.439117"], ["updated_at", "2018-10-11 16:41:51.439117"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.441595"], ["updated_at", "2018-10-11 16:41:51.441595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.444785"], ["updated_at", "2018-10-11 16:41:51.444785"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.446760"], ["updated_at", "2018-10-11 16:41:51.446760"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.448875"], ["updated_at", "2018-10-11 16:41:51.448875"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.451151"], ["updated_at", "2018-10-11 16:41:51.451151"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.453211"], ["updated_at", "2018-10-11 16:41:51.453211"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.455906"], ["updated_at", "2018-10-11 16:41:51.455906"], ["parent_id", 39895952907]] Kithe::Work Create (2.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.459906"], ["updated_at", "2018-10-11 16:41:51.459906"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.465940"], ["updated_at", "2018-10-11 16:41:51.465940"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.469545"], ["updated_at", "2018-10-11 16:41:51.469545"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.472246"], ["updated_at", "2018-10-11 16:41:51.472246"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.478072"], ["updated_at", "2018-10-11 16:41:51.478072"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.483278"], ["updated_at", "2018-10-11 16:41:51.483278"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.487617"], ["updated_at", "2018-10-11 16:41:51.487617"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.491164"], ["updated_at", "2018-10-11 16:41:51.491164"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.495664"], ["updated_at", "2018-10-11 16:41:51.495664"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.498975"], ["updated_at", "2018-10-11 16:41:51.498975"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.501825"], ["updated_at", "2018-10-11 16:41:51.501825"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.503890"], ["updated_at", "2018-10-11 16:41:51.503890"], ["parent_id", 39895952907]] Kithe::Work Create (10.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.506853"], ["updated_at", "2018-10-11 16:41:51.506853"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.519572"], ["updated_at", "2018-10-11 16:41:51.519572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.521771"], ["updated_at", "2018-10-11 16:41:51.521771"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.524190"], ["updated_at", "2018-10-11 16:41:51.524190"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.528370"], ["updated_at", "2018-10-11 16:41:51.528370"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.531530"], ["updated_at", "2018-10-11 16:41:51.531530"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.533786"], ["updated_at", "2018-10-11 16:41:51.533786"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.535982"], ["updated_at", "2018-10-11 16:41:51.535982"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.538086"], ["updated_at", "2018-10-11 16:41:51.538086"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.540163"], ["updated_at", "2018-10-11 16:41:51.540163"], ["parent_id", 39895952907]] Kithe::Work Create (3.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.542441"], ["updated_at", "2018-10-11 16:41:51.542441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.548821"], ["updated_at", "2018-10-11 16:41:51.548821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.550644"], ["updated_at", "2018-10-11 16:41:51.550644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.552321"], ["updated_at", "2018-10-11 16:41:51.552321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.553881"], ["updated_at", "2018-10-11 16:41:51.553881"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.555549"], ["updated_at", "2018-10-11 16:41:51.555549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.557319"], ["updated_at", "2018-10-11 16:41:51.557319"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.559189"], ["updated_at", "2018-10-11 16:41:51.559189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.562081"], ["updated_at", "2018-10-11 16:41:51.562081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.563877"], ["updated_at", "2018-10-11 16:41:51.563877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.565708"], ["updated_at", "2018-10-11 16:41:51.565708"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.567605"], ["updated_at", "2018-10-11 16:41:51.567605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.569819"], ["updated_at", "2018-10-11 16:41:51.569819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.571785"], ["updated_at", "2018-10-11 16:41:51.571785"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.573380"], ["updated_at", "2018-10-11 16:41:51.573380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.575469"], ["updated_at", "2018-10-11 16:41:51.575469"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.577240"], ["updated_at", "2018-10-11 16:41:51.577240"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.579716"], ["updated_at", "2018-10-11 16:41:51.579716"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.581952"], ["updated_at", "2018-10-11 16:41:51.581952"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.584599"], ["updated_at", "2018-10-11 16:41:51.584599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.586886"], ["updated_at", "2018-10-11 16:41:51.586886"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.588529"], ["updated_at", "2018-10-11 16:41:51.588529"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.590645"], ["updated_at", "2018-10-11 16:41:51.590645"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.594537"], ["updated_at", "2018-10-11 16:41:51.594537"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.596714"], ["updated_at", "2018-10-11 16:41:51.596714"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.598986"], ["updated_at", "2018-10-11 16:41:51.598986"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.600724"], ["updated_at", "2018-10-11 16:41:51.600724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.602817"], ["updated_at", "2018-10-11 16:41:51.602817"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.604568"], ["updated_at", "2018-10-11 16:41:51.604568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.608446"], ["updated_at", "2018-10-11 16:41:51.608446"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.610766"], ["updated_at", "2018-10-11 16:41:51.610766"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.612615"], ["updated_at", "2018-10-11 16:41:51.612615"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.615226"], ["updated_at", "2018-10-11 16:41:51.615226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.617265"], ["updated_at", "2018-10-11 16:41:51.617265"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.619156"], ["updated_at", "2018-10-11 16:41:51.619156"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.620849"], ["updated_at", "2018-10-11 16:41:51.620849"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.623217"], ["updated_at", "2018-10-11 16:41:51.623217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.625098"], ["updated_at", "2018-10-11 16:41:51.625098"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.627006"], ["updated_at", "2018-10-11 16:41:51.627006"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.629020"], ["updated_at", "2018-10-11 16:41:51.629020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.631404"], ["updated_at", "2018-10-11 16:41:51.631404"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.633120"], ["updated_at", "2018-10-11 16:41:51.633120"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.635495"], ["updated_at", "2018-10-11 16:41:51.635495"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.638355"], ["updated_at", "2018-10-11 16:41:51.638355"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.641734"], ["updated_at", "2018-10-11 16:41:51.641734"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.645457"], ["updated_at", "2018-10-11 16:41:51.645457"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.648920"], ["updated_at", "2018-10-11 16:41:51.648920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.651591"], ["updated_at", "2018-10-11 16:41:51.651591"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.653599"], ["updated_at", "2018-10-11 16:41:51.653599"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.657076"], ["updated_at", "2018-10-11 16:41:51.657076"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.664968"], ["updated_at", "2018-10-11 16:41:51.664968"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.669247"], ["updated_at", "2018-10-11 16:41:51.669247"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.673882"], ["updated_at", "2018-10-11 16:41:51.673882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.676249"], ["updated_at", "2018-10-11 16:41:51.676249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.682268"], ["updated_at", "2018-10-11 16:41:51.682268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.683912"], ["updated_at", "2018-10-11 16:41:51.683912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.685800"], ["updated_at", "2018-10-11 16:41:51.685800"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.688048"], ["updated_at", "2018-10-11 16:41:51.688048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.689787"], ["updated_at", "2018-10-11 16:41:51.689787"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.691532"], ["updated_at", "2018-10-11 16:41:51.691532"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.693281"], ["updated_at", "2018-10-11 16:41:51.693281"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.695957"], ["updated_at", "2018-10-11 16:41:51.695957"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.698174"], ["updated_at", "2018-10-11 16:41:51.698174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.700392"], ["updated_at", "2018-10-11 16:41:51.700392"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.702393"], ["updated_at", "2018-10-11 16:41:51.702393"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.704676"], ["updated_at", "2018-10-11 16:41:51.704676"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.706791"], ["updated_at", "2018-10-11 16:41:51.706791"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.709114"], ["updated_at", "2018-10-11 16:41:51.709114"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.712464"], ["updated_at", "2018-10-11 16:41:51.712464"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.714687"], ["updated_at", "2018-10-11 16:41:51.714687"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.716684"], ["updated_at", "2018-10-11 16:41:51.716684"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.719244"], ["updated_at", "2018-10-11 16:41:51.719244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.721511"], ["updated_at", "2018-10-11 16:41:51.721511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.723444"], ["updated_at", "2018-10-11 16:41:51.723444"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.725425"], ["updated_at", "2018-10-11 16:41:51.725425"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.731491"], ["updated_at", "2018-10-11 16:41:51.731491"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.734129"], ["updated_at", "2018-10-11 16:41:51.734129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.737627"], ["updated_at", "2018-10-11 16:41:51.737627"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.740556"], ["updated_at", "2018-10-11 16:41:51.740556"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.746471"], ["updated_at", "2018-10-11 16:41:51.746471"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.749864"], ["updated_at", "2018-10-11 16:41:51.749864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.754414"], ["updated_at", "2018-10-11 16:41:51.754414"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.757882"], ["updated_at", "2018-10-11 16:41:51.757882"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.769972"], ["updated_at", "2018-10-11 16:41:51.769972"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.772761"], ["updated_at", "2018-10-11 16:41:51.772761"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.775253"], ["updated_at", "2018-10-11 16:41:51.775253"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.780051"], ["updated_at", "2018-10-11 16:41:51.780051"], ["parent_id", 39895952907]] Kithe::Work Create (24.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.782165"], ["updated_at", "2018-10-11 16:41:51.782165"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.811377"], ["updated_at", "2018-10-11 16:41:51.811377"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.816978"], ["updated_at", "2018-10-11 16:41:51.816978"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.828838"], ["updated_at", "2018-10-11 16:41:51.828838"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.832919"], ["updated_at", "2018-10-11 16:41:51.832919"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.837853"], ["updated_at", "2018-10-11 16:41:51.837853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.840982"], ["updated_at", "2018-10-11 16:41:51.840982"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.842907"], ["updated_at", "2018-10-11 16:41:51.842907"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.845620"], ["updated_at", "2018-10-11 16:41:51.845620"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.849500"], ["updated_at", "2018-10-11 16:41:51.849500"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.852255"], ["updated_at", "2018-10-11 16:41:51.852255"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.854370"], ["updated_at", "2018-10-11 16:41:51.854370"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.857780"], ["updated_at", "2018-10-11 16:41:51.857780"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.863156"], ["updated_at", "2018-10-11 16:41:51.863156"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.866476"], ["updated_at", "2018-10-11 16:41:51.866476"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.869205"], ["updated_at", "2018-10-11 16:41:51.869205"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.871559"], ["updated_at", "2018-10-11 16:41:51.871559"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.874194"], ["updated_at", "2018-10-11 16:41:51.874194"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.877111"], ["updated_at", "2018-10-11 16:41:51.877111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.884293"], ["updated_at", "2018-10-11 16:41:51.884293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.886556"], ["updated_at", "2018-10-11 16:41:51.886556"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.888367"], ["updated_at", "2018-10-11 16:41:51.888367"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.890741"], ["updated_at", "2018-10-11 16:41:51.890741"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.892768"], ["updated_at", "2018-10-11 16:41:51.892768"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.895322"], ["updated_at", "2018-10-11 16:41:51.895322"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.897924"], ["updated_at", "2018-10-11 16:41:51.897924"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.900261"], ["updated_at", "2018-10-11 16:41:51.900261"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.902880"], ["updated_at", "2018-10-11 16:41:51.902880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.905732"], ["updated_at", "2018-10-11 16:41:51.905732"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.907658"], ["updated_at", "2018-10-11 16:41:51.907658"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.909647"], ["updated_at", "2018-10-11 16:41:51.909647"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.912840"], ["updated_at", "2018-10-11 16:41:51.912840"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.915228"], ["updated_at", "2018-10-11 16:41:51.915228"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.917871"], ["updated_at", "2018-10-11 16:41:51.917871"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.920431"], ["updated_at", "2018-10-11 16:41:51.920431"], ["parent_id", 39895952907]] Kithe::Work Create (5.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.924031"], ["updated_at", "2018-10-11 16:41:51.924031"], ["parent_id", 39895952907]] Kithe::Work Create (3.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.931635"], ["updated_at", "2018-10-11 16:41:51.931635"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.936520"], ["updated_at", "2018-10-11 16:41:51.936520"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.938601"], ["updated_at", "2018-10-11 16:41:51.938601"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.941498"], ["updated_at", "2018-10-11 16:41:51.941498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.945540"], ["updated_at", "2018-10-11 16:41:51.945540"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.949380"], ["updated_at", "2018-10-11 16:41:51.949380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.951428"], ["updated_at", "2018-10-11 16:41:51.951428"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.953306"], ["updated_at", "2018-10-11 16:41:51.953306"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.955335"], ["updated_at", "2018-10-11 16:41:51.955335"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.957523"], ["updated_at", "2018-10-11 16:41:51.957523"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.959734"], ["updated_at", "2018-10-11 16:41:51.959734"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.962878"], ["updated_at", "2018-10-11 16:41:51.962878"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.965324"], ["updated_at", "2018-10-11 16:41:51.965324"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.967474"], ["updated_at", "2018-10-11 16:41:51.967474"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.969993"], ["updated_at", "2018-10-11 16:41:51.969993"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.974973"], ["updated_at", "2018-10-11 16:41:51.974973"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.978181"], ["updated_at", "2018-10-11 16:41:51.978181"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.981144"], ["updated_at", "2018-10-11 16:41:51.981144"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.983587"], ["updated_at", "2018-10-11 16:41:51.983587"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.986131"], ["updated_at", "2018-10-11 16:41:51.986131"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.989112"], ["updated_at", "2018-10-11 16:41:51.989112"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.991497"], ["updated_at", "2018-10-11 16:41:51.991497"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.996153"], ["updated_at", "2018-10-11 16:41:51.996153"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:51.999396"], ["updated_at", "2018-10-11 16:41:51.999396"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.002449"], ["updated_at", "2018-10-11 16:41:52.002449"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.007014"], ["updated_at", "2018-10-11 16:41:52.007014"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.009680"], ["updated_at", "2018-10-11 16:41:52.009680"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.014050"], ["updated_at", "2018-10-11 16:41:52.014050"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.016456"], ["updated_at", "2018-10-11 16:41:52.016456"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.018752"], ["updated_at", "2018-10-11 16:41:52.018752"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.021067"], ["updated_at", "2018-10-11 16:41:52.021067"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.023750"], ["updated_at", "2018-10-11 16:41:52.023750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.025689"], ["updated_at", "2018-10-11 16:41:52.025689"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.028155"], ["updated_at", "2018-10-11 16:41:52.028155"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.030637"], ["updated_at", "2018-10-11 16:41:52.030637"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.033962"], ["updated_at", "2018-10-11 16:41:52.033962"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.036084"], ["updated_at", "2018-10-11 16:41:52.036084"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.038547"], ["updated_at", "2018-10-11 16:41:52.038547"], ["parent_id", 39895952907]] Kithe::Work Create (5.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.041815"], ["updated_at", "2018-10-11 16:41:52.041815"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.049470"], ["updated_at", "2018-10-11 16:41:52.049470"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.051838"], ["updated_at", "2018-10-11 16:41:52.051838"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.054740"], ["updated_at", "2018-10-11 16:41:52.054740"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.058480"], ["updated_at", "2018-10-11 16:41:52.058480"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.066708"], ["updated_at", "2018-10-11 16:41:52.066708"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.069228"], ["updated_at", "2018-10-11 16:41:52.069228"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.071170"], ["updated_at", "2018-10-11 16:41:52.071170"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.074711"], ["updated_at", "2018-10-11 16:41:52.074711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.077453"], ["updated_at", "2018-10-11 16:41:52.077453"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.080157"], ["updated_at", "2018-10-11 16:41:52.080157"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.082403"], ["updated_at", "2018-10-11 16:41:52.082403"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.085105"], ["updated_at", "2018-10-11 16:41:52.085105"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.087604"], ["updated_at", "2018-10-11 16:41:52.087604"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.090802"], ["updated_at", "2018-10-11 16:41:52.090802"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.097536"], ["updated_at", "2018-10-11 16:41:52.097536"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.102420"], ["updated_at", "2018-10-11 16:41:52.102420"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.107042"], ["updated_at", "2018-10-11 16:41:52.107042"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.111500"], ["updated_at", "2018-10-11 16:41:52.111500"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.117094"], ["updated_at", "2018-10-11 16:41:52.117094"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.121027"], ["updated_at", "2018-10-11 16:41:52.121027"], ["parent_id", 39895952907]] Kithe::Work Create (5.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.125219"], ["updated_at", "2018-10-11 16:41:52.125219"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.133490"], ["updated_at", "2018-10-11 16:41:52.133490"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.138546"], ["updated_at", "2018-10-11 16:41:52.138546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.140976"], ["updated_at", "2018-10-11 16:41:52.140976"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.142843"], ["updated_at", "2018-10-11 16:41:52.142843"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.149931"], ["updated_at", "2018-10-11 16:41:52.149931"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.153236"], ["updated_at", "2018-10-11 16:41:52.153236"], ["parent_id", 39895952907]] Kithe::Work Create (17.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.157453"], ["updated_at", "2018-10-11 16:41:52.157453"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.206742"], ["updated_at", "2018-10-11 16:41:52.206742"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.212859"], ["updated_at", "2018-10-11 16:41:52.212859"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.219684"], ["updated_at", "2018-10-11 16:41:52.219684"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.223625"], ["updated_at", "2018-10-11 16:41:52.223625"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.228758"], ["updated_at", "2018-10-11 16:41:52.228758"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.232136"], ["updated_at", "2018-10-11 16:41:52.232136"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.234400"], ["updated_at", "2018-10-11 16:41:52.234400"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.237289"], ["updated_at", "2018-10-11 16:41:52.237289"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.240673"], ["updated_at", "2018-10-11 16:41:52.240673"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.244434"], ["updated_at", "2018-10-11 16:41:52.244434"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.248363"], ["updated_at", "2018-10-11 16:41:52.248363"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.254983"], ["updated_at", "2018-10-11 16:41:52.254983"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.258623"], ["updated_at", "2018-10-11 16:41:52.258623"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.265145"], ["updated_at", "2018-10-11 16:41:52.265145"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.269447"], ["updated_at", "2018-10-11 16:41:52.269447"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.271720"], ["updated_at", "2018-10-11 16:41:52.271720"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.274525"], ["updated_at", "2018-10-11 16:41:52.274525"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.278735"], ["updated_at", "2018-10-11 16:41:52.278735"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.281386"], ["updated_at", "2018-10-11 16:41:52.281386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.284471"], ["updated_at", "2018-10-11 16:41:52.284471"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.286529"], ["updated_at", "2018-10-11 16:41:52.286529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.288491"], ["updated_at", "2018-10-11 16:41:52.288491"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.290641"], ["updated_at", "2018-10-11 16:41:52.290641"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.293668"], ["updated_at", "2018-10-11 16:41:52.293668"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.295790"], ["updated_at", "2018-10-11 16:41:52.295790"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.298240"], ["updated_at", "2018-10-11 16:41:52.298240"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.300929"], ["updated_at", "2018-10-11 16:41:52.300929"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.302986"], ["updated_at", "2018-10-11 16:41:52.302986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.304917"], ["updated_at", "2018-10-11 16:41:52.304917"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.306831"], ["updated_at", "2018-10-11 16:41:52.306831"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.309949"], ["updated_at", "2018-10-11 16:41:52.309949"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.312344"], ["updated_at", "2018-10-11 16:41:52.312344"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.315229"], ["updated_at", "2018-10-11 16:41:52.315229"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.319462"], ["updated_at", "2018-10-11 16:41:52.319462"], ["parent_id", 39895952907]] Kithe::Work Create (7.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.329702"], ["updated_at", "2018-10-11 16:41:52.329702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.341090"], ["updated_at", "2018-10-11 16:41:52.341090"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.343413"], ["updated_at", "2018-10-11 16:41:52.343413"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.347056"], ["updated_at", "2018-10-11 16:41:52.347056"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.349340"], ["updated_at", "2018-10-11 16:41:52.349340"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.351681"], ["updated_at", "2018-10-11 16:41:52.351681"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.357055"], ["updated_at", "2018-10-11 16:41:52.357055"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.360653"], ["updated_at", "2018-10-11 16:41:52.360653"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.363129"], ["updated_at", "2018-10-11 16:41:52.363129"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.367778"], ["updated_at", "2018-10-11 16:41:52.367778"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.370470"], ["updated_at", "2018-10-11 16:41:52.370470"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.374193"], ["updated_at", "2018-10-11 16:41:52.374193"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.377476"], ["updated_at", "2018-10-11 16:41:52.377476"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.380586"], ["updated_at", "2018-10-11 16:41:52.380586"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.384105"], ["updated_at", "2018-10-11 16:41:52.384105"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.386884"], ["updated_at", "2018-10-11 16:41:52.386884"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.389882"], ["updated_at", "2018-10-11 16:41:52.389882"], ["parent_id", 39895952907]] Kithe::Work Create (4.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.393191"], ["updated_at", "2018-10-11 16:41:52.393191"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.399332"], ["updated_at", "2018-10-11 16:41:52.399332"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.402682"], ["updated_at", "2018-10-11 16:41:52.402682"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.405121"], ["updated_at", "2018-10-11 16:41:52.405121"], ["parent_id", 39895952907]] Kithe::Work Create (3.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.410073"], ["updated_at", "2018-10-11 16:41:52.410073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.414887"], ["updated_at", "2018-10-11 16:41:52.414887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.416997"], ["updated_at", "2018-10-11 16:41:52.416997"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.419215"], ["updated_at", "2018-10-11 16:41:52.419215"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.421491"], ["updated_at", "2018-10-11 16:41:52.421491"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.423499"], ["updated_at", "2018-10-11 16:41:52.423499"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.426019"], ["updated_at", "2018-10-11 16:41:52.426019"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.429106"], ["updated_at", "2018-10-11 16:41:52.429106"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.431939"], ["updated_at", "2018-10-11 16:41:52.431939"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.434505"], ["updated_at", "2018-10-11 16:41:52.434505"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.437184"], ["updated_at", "2018-10-11 16:41:52.437184"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.439463"], ["updated_at", "2018-10-11 16:41:52.439463"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.441533"], ["updated_at", "2018-10-11 16:41:52.441533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.443569"], ["updated_at", "2018-10-11 16:41:52.443569"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.445886"], ["updated_at", "2018-10-11 16:41:52.445886"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.448907"], ["updated_at", "2018-10-11 16:41:52.448907"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.451982"], ["updated_at", "2018-10-11 16:41:52.451982"], ["parent_id", 39895952907]] Kithe::Work Create (10.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.456207"], ["updated_at", "2018-10-11 16:41:52.456207"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.468197"], ["updated_at", "2018-10-11 16:41:52.468197"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.470993"], ["updated_at", "2018-10-11 16:41:52.470993"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.473369"], ["updated_at", "2018-10-11 16:41:52.473369"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.476992"], ["updated_at", "2018-10-11 16:41:52.476992"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.479373"], ["updated_at", "2018-10-11 16:41:52.479373"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.481801"], ["updated_at", "2018-10-11 16:41:52.481801"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.484009"], ["updated_at", "2018-10-11 16:41:52.484009"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.487101"], ["updated_at", "2018-10-11 16:41:52.487101"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.489638"], ["updated_at", "2018-10-11 16:41:52.489638"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.492428"], ["updated_at", "2018-10-11 16:41:52.492428"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.495109"], ["updated_at", "2018-10-11 16:41:52.495109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.497112"], ["updated_at", "2018-10-11 16:41:52.497112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.498913"], ["updated_at", "2018-10-11 16:41:52.498913"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.500799"], ["updated_at", "2018-10-11 16:41:52.500799"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.503048"], ["updated_at", "2018-10-11 16:41:52.503048"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.505216"], ["updated_at", "2018-10-11 16:41:52.505216"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.507553"], ["updated_at", "2018-10-11 16:41:52.507553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.510301"], ["updated_at", "2018-10-11 16:41:52.510301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.512383"], ["updated_at", "2018-10-11 16:41:52.512383"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.514263"], ["updated_at", "2018-10-11 16:41:52.514263"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.516256"], ["updated_at", "2018-10-11 16:41:52.516256"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.518515"], ["updated_at", "2018-10-11 16:41:52.518515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.520473"], ["updated_at", "2018-10-11 16:41:52.520473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.522458"], ["updated_at", "2018-10-11 16:41:52.522458"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.524593"], ["updated_at", "2018-10-11 16:41:52.524593"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.528150"], ["updated_at", "2018-10-11 16:41:52.528150"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.530633"], ["updated_at", "2018-10-11 16:41:52.530633"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.533285"], ["updated_at", "2018-10-11 16:41:52.533285"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.535634"], ["updated_at", "2018-10-11 16:41:52.535634"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.538576"], ["updated_at", "2018-10-11 16:41:52.538576"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.541361"], ["updated_at", "2018-10-11 16:41:52.541361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.544900"], ["updated_at", "2018-10-11 16:41:52.544900"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.546810"], ["updated_at", "2018-10-11 16:41:52.546810"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.548731"], ["updated_at", "2018-10-11 16:41:52.548731"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.552188"], ["updated_at", "2018-10-11 16:41:52.552188"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.556319"], ["updated_at", "2018-10-11 16:41:52.556319"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.559035"], ["updated_at", "2018-10-11 16:41:52.559035"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.561308"], ["updated_at", "2018-10-11 16:41:52.561308"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.563587"], ["updated_at", "2018-10-11 16:41:52.563587"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.566025"], ["updated_at", "2018-10-11 16:41:52.566025"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.568354"], ["updated_at", "2018-10-11 16:41:52.568354"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.570870"], ["updated_at", "2018-10-11 16:41:52.570870"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.575343"], ["updated_at", "2018-10-11 16:41:52.575343"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.579193"], ["updated_at", "2018-10-11 16:41:52.579193"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.583819"], ["updated_at", "2018-10-11 16:41:52.583819"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.592145"], ["updated_at", "2018-10-11 16:41:52.592145"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.596618"], ["updated_at", "2018-10-11 16:41:52.596618"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.601089"], ["updated_at", "2018-10-11 16:41:52.601089"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.603290"], ["updated_at", "2018-10-11 16:41:52.603290"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.607054"], ["updated_at", "2018-10-11 16:41:52.607054"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.611838"], ["updated_at", "2018-10-11 16:41:52.611838"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.616203"], ["updated_at", "2018-10-11 16:41:52.616203"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.618905"], ["updated_at", "2018-10-11 16:41:52.618905"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.621573"], ["updated_at", "2018-10-11 16:41:52.621573"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.624357"], ["updated_at", "2018-10-11 16:41:52.624357"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.629640"], ["updated_at", "2018-10-11 16:41:52.629640"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.632318"], ["updated_at", "2018-10-11 16:41:52.632318"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.634349"], ["updated_at", "2018-10-11 16:41:52.634349"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.636661"], ["updated_at", "2018-10-11 16:41:52.636661"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.639758"], ["updated_at", "2018-10-11 16:41:52.639758"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.642080"], ["updated_at", "2018-10-11 16:41:52.642080"], ["parent_id", 39895952907]] Kithe::Work Create (15.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.644551"], ["updated_at", "2018-10-11 16:41:52.644551"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.670079"], ["updated_at", "2018-10-11 16:41:52.670079"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.673039"], ["updated_at", "2018-10-11 16:41:52.673039"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.675523"], ["updated_at", "2018-10-11 16:41:52.675523"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.678846"], ["updated_at", "2018-10-11 16:41:52.678846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.681032"], ["updated_at", "2018-10-11 16:41:52.681032"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.682835"], ["updated_at", "2018-10-11 16:41:52.682835"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.684975"], ["updated_at", "2018-10-11 16:41:52.684975"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.688663"], ["updated_at", "2018-10-11 16:41:52.688663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.690843"], ["updated_at", "2018-10-11 16:41:52.690843"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.692593"], ["updated_at", "2018-10-11 16:41:52.692593"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.694486"], ["updated_at", "2018-10-11 16:41:52.694486"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.697058"], ["updated_at", "2018-10-11 16:41:52.697058"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.700251"], ["updated_at", "2018-10-11 16:41:52.700251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.705659"], ["updated_at", "2018-10-11 16:41:52.705659"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.708873"], ["updated_at", "2018-10-11 16:41:52.708873"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.712787"], ["updated_at", "2018-10-11 16:41:52.712787"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.715391"], ["updated_at", "2018-10-11 16:41:52.715391"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.718112"], ["updated_at", "2018-10-11 16:41:52.718112"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.722212"], ["updated_at", "2018-10-11 16:41:52.722212"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.724215"], ["updated_at", "2018-10-11 16:41:52.724215"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.730098"], ["updated_at", "2018-10-11 16:41:52.730098"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.732386"], ["updated_at", "2018-10-11 16:41:52.732386"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.735424"], ["updated_at", "2018-10-11 16:41:52.735424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.737484"], ["updated_at", "2018-10-11 16:41:52.737484"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.739100"], ["updated_at", "2018-10-11 16:41:52.739100"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.741925"], ["updated_at", "2018-10-11 16:41:52.741925"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.744461"], ["updated_at", "2018-10-11 16:41:52.744461"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.747089"], ["updated_at", "2018-10-11 16:41:52.747089"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.750284"], ["updated_at", "2018-10-11 16:41:52.750284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.754326"], ["updated_at", "2018-10-11 16:41:52.754326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.756056"], ["updated_at", "2018-10-11 16:41:52.756056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.757810"], ["updated_at", "2018-10-11 16:41:52.757810"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.759849"], ["updated_at", "2018-10-11 16:41:52.759849"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.761770"], ["updated_at", "2018-10-11 16:41:52.761770"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.763648"], ["updated_at", "2018-10-11 16:41:52.763648"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.765846"], ["updated_at", "2018-10-11 16:41:52.765846"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.769000"], ["updated_at", "2018-10-11 16:41:52.769000"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.770871"], ["updated_at", "2018-10-11 16:41:52.770871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.772613"], ["updated_at", "2018-10-11 16:41:52.772613"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.774401"], ["updated_at", "2018-10-11 16:41:52.774401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.776443"], ["updated_at", "2018-10-11 16:41:52.776443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.779046"], ["updated_at", "2018-10-11 16:41:52.779046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.780885"], ["updated_at", "2018-10-11 16:41:52.780885"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.782600"], ["updated_at", "2018-10-11 16:41:52.782600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.785043"], ["updated_at", "2018-10-11 16:41:52.785043"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.787302"], ["updated_at", "2018-10-11 16:41:52.787302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.789356"], ["updated_at", "2018-10-11 16:41:52.789356"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.791474"], ["updated_at", "2018-10-11 16:41:52.791474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.794349"], ["updated_at", "2018-10-11 16:41:52.794349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.796717"], ["updated_at", "2018-10-11 16:41:52.796717"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.798561"], ["updated_at", "2018-10-11 16:41:52.798561"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.801410"], ["updated_at", "2018-10-11 16:41:52.801410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.804171"], ["updated_at", "2018-10-11 16:41:52.804171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.805952"], ["updated_at", "2018-10-11 16:41:52.805952"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.809216"], ["updated_at", "2018-10-11 16:41:52.809216"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.811123"], ["updated_at", "2018-10-11 16:41:52.811123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.813153"], ["updated_at", "2018-10-11 16:41:52.813153"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.814991"], ["updated_at", "2018-10-11 16:41:52.814991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.817392"], ["updated_at", "2018-10-11 16:41:52.817392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.819292"], ["updated_at", "2018-10-11 16:41:52.819292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.821003"], ["updated_at", "2018-10-11 16:41:52.821003"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.822754"], ["updated_at", "2018-10-11 16:41:52.822754"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.824927"], ["updated_at", "2018-10-11 16:41:52.824927"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.827212"], ["updated_at", "2018-10-11 16:41:52.827212"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.830757"], ["updated_at", "2018-10-11 16:41:52.830757"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.834494"], ["updated_at", "2018-10-11 16:41:52.834494"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.837751"], ["updated_at", "2018-10-11 16:41:52.837751"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.840716"], ["updated_at", "2018-10-11 16:41:52.840716"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.843452"], ["updated_at", "2018-10-11 16:41:52.843452"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.846496"], ["updated_at", "2018-10-11 16:41:52.846496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.848763"], ["updated_at", "2018-10-11 16:41:52.848763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.850566"], ["updated_at", "2018-10-11 16:41:52.850566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.852281"], ["updated_at", "2018-10-11 16:41:52.852281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.853903"], ["updated_at", "2018-10-11 16:41:52.853903"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.855681"], ["updated_at", "2018-10-11 16:41:52.855681"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.858304"], ["updated_at", "2018-10-11 16:41:52.858304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.861051"], ["updated_at", "2018-10-11 16:41:52.861051"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.862985"], ["updated_at", "2018-10-11 16:41:52.862985"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.865646"], ["updated_at", "2018-10-11 16:41:52.865646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.867294"], ["updated_at", "2018-10-11 16:41:52.867294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.868993"], ["updated_at", "2018-10-11 16:41:52.868993"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.870888"], ["updated_at", "2018-10-11 16:41:52.870888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.874492"], ["updated_at", "2018-10-11 16:41:52.874492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.876208"], ["updated_at", "2018-10-11 16:41:52.876208"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.877788"], ["updated_at", "2018-10-11 16:41:52.877788"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.879770"], ["updated_at", "2018-10-11 16:41:52.879770"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.881946"], ["updated_at", "2018-10-11 16:41:52.881946"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.883705"], ["updated_at", "2018-10-11 16:41:52.883705"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.885954"], ["updated_at", "2018-10-11 16:41:52.885954"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.888014"], ["updated_at", "2018-10-11 16:41:52.888014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.890342"], ["updated_at", "2018-10-11 16:41:52.890342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.892024"], ["updated_at", "2018-10-11 16:41:52.892024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.893630"], ["updated_at", "2018-10-11 16:41:52.893630"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.895592"], ["updated_at", "2018-10-11 16:41:52.895592"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.897775"], ["updated_at", "2018-10-11 16:41:52.897775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.899471"], ["updated_at", "2018-10-11 16:41:52.899471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.901089"], ["updated_at", "2018-10-11 16:41:52.901089"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.902776"], ["updated_at", "2018-10-11 16:41:52.902776"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.905112"], ["updated_at", "2018-10-11 16:41:52.905112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.907136"], ["updated_at", "2018-10-11 16:41:52.907136"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.908733"], ["updated_at", "2018-10-11 16:41:52.908733"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.910474"], ["updated_at", "2018-10-11 16:41:52.910474"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.913021"], ["updated_at", "2018-10-11 16:41:52.913021"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.915218"], ["updated_at", "2018-10-11 16:41:52.915218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.917071"], ["updated_at", "2018-10-11 16:41:52.917071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.918721"], ["updated_at", "2018-10-11 16:41:52.918721"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.920544"], ["updated_at", "2018-10-11 16:41:52.920544"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.922911"], ["updated_at", "2018-10-11 16:41:52.922911"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.925151"], ["updated_at", "2018-10-11 16:41:52.925151"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.927926"], ["updated_at", "2018-10-11 16:41:52.927926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.930806"], ["updated_at", "2018-10-11 16:41:52.930806"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.932622"], ["updated_at", "2018-10-11 16:41:52.932622"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.935309"], ["updated_at", "2018-10-11 16:41:52.935309"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.937357"], ["updated_at", "2018-10-11 16:41:52.937357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.940635"], ["updated_at", "2018-10-11 16:41:52.940635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.942437"], ["updated_at", "2018-10-11 16:41:52.942437"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.944123"], ["updated_at", "2018-10-11 16:41:52.944123"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.946684"], ["updated_at", "2018-10-11 16:41:52.946684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.948437"], ["updated_at", "2018-10-11 16:41:52.948437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.950045"], ["updated_at", "2018-10-11 16:41:52.950045"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.951771"], ["updated_at", "2018-10-11 16:41:52.951771"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.954381"], ["updated_at", "2018-10-11 16:41:52.954381"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.957130"], ["updated_at", "2018-10-11 16:41:52.957130"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.959792"], ["updated_at", "2018-10-11 16:41:52.959792"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.963116"], ["updated_at", "2018-10-11 16:41:52.963116"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.965816"], ["updated_at", "2018-10-11 16:41:52.965816"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.968516"], ["updated_at", "2018-10-11 16:41:52.968516"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.971272"], ["updated_at", "2018-10-11 16:41:52.971272"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.973730"], ["updated_at", "2018-10-11 16:41:52.973730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.975449"], ["updated_at", "2018-10-11 16:41:52.975449"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.977154"], ["updated_at", "2018-10-11 16:41:52.977154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.979112"], ["updated_at", "2018-10-11 16:41:52.979112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.980763"], ["updated_at", "2018-10-11 16:41:52.980763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.982432"], ["updated_at", "2018-10-11 16:41:52.982432"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.984221"], ["updated_at", "2018-10-11 16:41:52.984221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.986987"], ["updated_at", "2018-10-11 16:41:52.986987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.988760"], ["updated_at", "2018-10-11 16:41:52.988760"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.990519"], ["updated_at", "2018-10-11 16:41:52.990519"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.993258"], ["updated_at", "2018-10-11 16:41:52.993258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.995805"], ["updated_at", "2018-10-11 16:41:52.995805"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.997519"], ["updated_at", "2018-10-11 16:41:52.997519"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:52.999151"], ["updated_at", "2018-10-11 16:41:52.999151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.000988"], ["updated_at", "2018-10-11 16:41:53.000988"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.002891"], ["updated_at", "2018-10-11 16:41:53.002891"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.006070"], ["updated_at", "2018-10-11 16:41:53.006070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.007865"], ["updated_at", "2018-10-11 16:41:53.007865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.009588"], ["updated_at", "2018-10-11 16:41:53.009588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.011335"], ["updated_at", "2018-10-11 16:41:53.011335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.012991"], ["updated_at", "2018-10-11 16:41:53.012991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.014722"], ["updated_at", "2018-10-11 16:41:53.014722"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.016342"], ["updated_at", "2018-10-11 16:41:53.016342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.018058"], ["updated_at", "2018-10-11 16:41:53.018058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.019748"], ["updated_at", "2018-10-11 16:41:53.019748"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.021397"], ["updated_at", "2018-10-11 16:41:53.021397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.023106"], ["updated_at", "2018-10-11 16:41:53.023106"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.024724"], ["updated_at", "2018-10-11 16:41:53.024724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.026567"], ["updated_at", "2018-10-11 16:41:53.026567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.028193"], ["updated_at", "2018-10-11 16:41:53.028193"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.030184"], ["updated_at", "2018-10-11 16:41:53.030184"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.032557"], ["updated_at", "2018-10-11 16:41:53.032557"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.034507"], ["updated_at", "2018-10-11 16:41:53.034507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.036191"], ["updated_at", "2018-10-11 16:41:53.036191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.037809"], ["updated_at", "2018-10-11 16:41:53.037809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.039423"], ["updated_at", "2018-10-11 16:41:53.039423"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.041048"], ["updated_at", "2018-10-11 16:41:53.041048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.042903"], ["updated_at", "2018-10-11 16:41:53.042903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.044552"], ["updated_at", "2018-10-11 16:41:53.044552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.046138"], ["updated_at", "2018-10-11 16:41:53.046138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.047752"], ["updated_at", "2018-10-11 16:41:53.047752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.049336"], ["updated_at", "2018-10-11 16:41:53.049336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.050984"], ["updated_at", "2018-10-11 16:41:53.050984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.052624"], ["updated_at", "2018-10-11 16:41:53.052624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.054296"], ["updated_at", "2018-10-11 16:41:53.054296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.055862"], ["updated_at", "2018-10-11 16:41:53.055862"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.057910"], ["updated_at", "2018-10-11 16:41:53.057910"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.060533"], ["updated_at", "2018-10-11 16:41:53.060533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.063785"], ["updated_at", "2018-10-11 16:41:53.063785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.065615"], ["updated_at", "2018-10-11 16:41:53.065615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.067361"], ["updated_at", "2018-10-11 16:41:53.067361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.069075"], ["updated_at", "2018-10-11 16:41:53.069075"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.071760"], ["updated_at", "2018-10-11 16:41:53.071760"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.073617"], ["updated_at", "2018-10-11 16:41:53.073617"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.076069"], ["updated_at", "2018-10-11 16:41:53.076069"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.078756"], ["updated_at", "2018-10-11 16:41:53.078756"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.081360"], ["updated_at", "2018-10-11 16:41:53.081360"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.084167"], ["updated_at", "2018-10-11 16:41:53.084167"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.086806"], ["updated_at", "2018-10-11 16:41:53.086806"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.089462"], ["updated_at", "2018-10-11 16:41:53.089462"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.092506"], ["updated_at", "2018-10-11 16:41:53.092506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.094930"], ["updated_at", "2018-10-11 16:41:53.094930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.096586"], ["updated_at", "2018-10-11 16:41:53.096586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.098462"], ["updated_at", "2018-10-11 16:41:53.098462"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.100086"], ["updated_at", "2018-10-11 16:41:53.100086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.101714"], ["updated_at", "2018-10-11 16:41:53.101714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.103290"], ["updated_at", "2018-10-11 16:41:53.103290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.104924"], ["updated_at", "2018-10-11 16:41:53.104924"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.106838"], ["updated_at", "2018-10-11 16:41:53.106838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.108509"], ["updated_at", "2018-10-11 16:41:53.108509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.110143"], ["updated_at", "2018-10-11 16:41:53.110143"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.111757"], ["updated_at", "2018-10-11 16:41:53.111757"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.113444"], ["updated_at", "2018-10-11 16:41:53.113444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.115364"], ["updated_at", "2018-10-11 16:41:53.115364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.117019"], ["updated_at", "2018-10-11 16:41:53.117019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.118628"], ["updated_at", "2018-10-11 16:41:53.118628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.120241"], ["updated_at", "2018-10-11 16:41:53.120241"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.121915"], ["updated_at", "2018-10-11 16:41:53.121915"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.124453"], ["updated_at", "2018-10-11 16:41:53.124453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.127297"], ["updated_at", "2018-10-11 16:41:53.127297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.129084"], ["updated_at", "2018-10-11 16:41:53.129084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.131012"], ["updated_at", "2018-10-11 16:41:53.131012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.132687"], ["updated_at", "2018-10-11 16:41:53.132687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.134387"], ["updated_at", "2018-10-11 16:41:53.134387"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.135995"], ["updated_at", "2018-10-11 16:41:53.135995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.139019"], ["updated_at", "2018-10-11 16:41:53.139019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.140642"], ["updated_at", "2018-10-11 16:41:53.140642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.142324"], ["updated_at", "2018-10-11 16:41:53.142324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.143930"], ["updated_at", "2018-10-11 16:41:53.143930"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.145669"], ["updated_at", "2018-10-11 16:41:53.145669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.147617"], ["updated_at", "2018-10-11 16:41:53.147617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.149290"], ["updated_at", "2018-10-11 16:41:53.149290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.150910"], ["updated_at", "2018-10-11 16:41:53.150910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.152486"], ["updated_at", "2018-10-11 16:41:53.152486"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.154032"], ["updated_at", "2018-10-11 16:41:53.154032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.156100"], ["updated_at", "2018-10-11 16:41:53.156100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.157798"], ["updated_at", "2018-10-11 16:41:53.157798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.159393"], ["updated_at", "2018-10-11 16:41:53.159393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.161009"], ["updated_at", "2018-10-11 16:41:53.161009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.162893"], ["updated_at", "2018-10-11 16:41:53.162893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.164619"], ["updated_at", "2018-10-11 16:41:53.164619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.166293"], ["updated_at", "2018-10-11 16:41:53.166293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.167907"], ["updated_at", "2018-10-11 16:41:53.167907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.169463"], ["updated_at", "2018-10-11 16:41:53.169463"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.171255"], ["updated_at", "2018-10-11 16:41:53.171255"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.173474"], ["updated_at", "2018-10-11 16:41:53.173474"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.175464"], ["updated_at", "2018-10-11 16:41:53.175464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.177292"], ["updated_at", "2018-10-11 16:41:53.177292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.179345"], ["updated_at", "2018-10-11 16:41:53.179345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.181135"], ["updated_at", "2018-10-11 16:41:53.181135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.182813"], ["updated_at", "2018-10-11 16:41:53.182813"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.184436"], ["updated_at", "2018-10-11 16:41:53.184436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.186259"], ["updated_at", "2018-10-11 16:41:53.186259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.188143"], ["updated_at", "2018-10-11 16:41:53.188143"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.189744"], ["updated_at", "2018-10-11 16:41:53.189744"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.191525"], ["updated_at", "2018-10-11 16:41:53.191525"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.194068"], ["updated_at", "2018-10-11 16:41:53.194068"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.196737"], ["updated_at", "2018-10-11 16:41:53.196737"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.199070"], ["updated_at", "2018-10-11 16:41:53.199070"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.201165"], ["updated_at", "2018-10-11 16:41:53.201165"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.203356"], ["updated_at", "2018-10-11 16:41:53.203356"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.205304"], ["updated_at", "2018-10-11 16:41:53.205304"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.210471"], ["updated_at", "2018-10-11 16:41:53.210471"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.213238"], ["updated_at", "2018-10-11 16:41:53.213238"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.216040"], ["updated_at", "2018-10-11 16:41:53.216040"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.218178"], ["updated_at", "2018-10-11 16:41:53.218178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.219939"], ["updated_at", "2018-10-11 16:41:53.219939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.221564"], ["updated_at", "2018-10-11 16:41:53.221564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.223199"], ["updated_at", "2018-10-11 16:41:53.223199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.224795"], ["updated_at", "2018-10-11 16:41:53.224795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.226370"], ["updated_at", "2018-10-11 16:41:53.226370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.228283"], ["updated_at", "2018-10-11 16:41:53.228283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.229993"], ["updated_at", "2018-10-11 16:41:53.229993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.231756"], ["updated_at", "2018-10-11 16:41:53.231756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.233403"], ["updated_at", "2018-10-11 16:41:53.233403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.235113"], ["updated_at", "2018-10-11 16:41:53.235113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.236890"], ["updated_at", "2018-10-11 16:41:53.236890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.238508"], ["updated_at", "2018-10-11 16:41:53.238508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.240146"], ["updated_at", "2018-10-11 16:41:53.240146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.241690"], ["updated_at", "2018-10-11 16:41:53.241690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.243428"], ["updated_at", "2018-10-11 16:41:53.243428"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.245135"], ["updated_at", "2018-10-11 16:41:53.245135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.246842"], ["updated_at", "2018-10-11 16:41:53.246842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.248503"], ["updated_at", "2018-10-11 16:41:53.248503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.250189"], ["updated_at", "2018-10-11 16:41:53.250189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.252114"], ["updated_at", "2018-10-11 16:41:53.252114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.253709"], ["updated_at", "2018-10-11 16:41:53.253709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.255327"], ["updated_at", "2018-10-11 16:41:53.255327"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.256952"], ["updated_at", "2018-10-11 16:41:53.256952"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.259518"], ["updated_at", "2018-10-11 16:41:53.259518"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.262651"], ["updated_at", "2018-10-11 16:41:53.262651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.264530"], ["updated_at", "2018-10-11 16:41:53.264530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.266358"], ["updated_at", "2018-10-11 16:41:53.266358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.268048"], ["updated_at", "2018-10-11 16:41:53.268048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.269661"], ["updated_at", "2018-10-11 16:41:53.269661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.272470"], ["updated_at", "2018-10-11 16:41:53.272470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.274124"], ["updated_at", "2018-10-11 16:41:53.274124"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.275848"], ["updated_at", "2018-10-11 16:41:53.275848"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.277520"], ["updated_at", "2018-10-11 16:41:53.277520"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.279779"], ["updated_at", "2018-10-11 16:41:53.279779"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.281831"], ["updated_at", "2018-10-11 16:41:53.281831"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.283770"], ["updated_at", "2018-10-11 16:41:53.283770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.285561"], ["updated_at", "2018-10-11 16:41:53.285561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.287208"], ["updated_at", "2018-10-11 16:41:53.287208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.288833"], ["updated_at", "2018-10-11 16:41:53.288833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.290443"], ["updated_at", "2018-10-11 16:41:53.290443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.292147"], ["updated_at", "2018-10-11 16:41:53.292147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.293865"], ["updated_at", "2018-10-11 16:41:53.293865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.295764"], ["updated_at", "2018-10-11 16:41:53.295764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.297480"], ["updated_at", "2018-10-11 16:41:53.297480"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.299221"], ["updated_at", "2018-10-11 16:41:53.299221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.300956"], ["updated_at", "2018-10-11 16:41:53.300956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.302685"], ["updated_at", "2018-10-11 16:41:53.302685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.304394"], ["updated_at", "2018-10-11 16:41:53.304394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.306006"], ["updated_at", "2018-10-11 16:41:53.306006"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.307740"], ["updated_at", "2018-10-11 16:41:53.307740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.309943"], ["updated_at", "2018-10-11 16:41:53.309943"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.311806"], ["updated_at", "2018-10-11 16:41:53.311806"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.313591"], ["updated_at", "2018-10-11 16:41:53.313591"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.315212"], ["updated_at", "2018-10-11 16:41:53.315212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.317304"], ["updated_at", "2018-10-11 16:41:53.317304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.318928"], ["updated_at", "2018-10-11 16:41:53.318928"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.320574"], ["updated_at", "2018-10-11 16:41:53.320574"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.322698"], ["updated_at", "2018-10-11 16:41:53.322698"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.326508"], ["updated_at", "2018-10-11 16:41:53.326508"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.329406"], ["updated_at", "2018-10-11 16:41:53.329406"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.331670"], ["updated_at", "2018-10-11 16:41:53.331670"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.333915"], ["updated_at", "2018-10-11 16:41:53.333915"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.335843"], ["updated_at", "2018-10-11 16:41:53.335843"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.337696"], ["updated_at", "2018-10-11 16:41:53.337696"], ["parent_id", 39895952907]] Kithe::Work Create (3.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.339756"], ["updated_at", "2018-10-11 16:41:53.339756"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.345072"], ["updated_at", "2018-10-11 16:41:53.345072"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.347185"], ["updated_at", "2018-10-11 16:41:53.347185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.349533"], ["updated_at", "2018-10-11 16:41:53.349533"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.351567"], ["updated_at", "2018-10-11 16:41:53.351567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.353326"], ["updated_at", "2018-10-11 16:41:53.353326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.354933"], ["updated_at", "2018-10-11 16:41:53.354933"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.356801"], ["updated_at", "2018-10-11 16:41:53.356801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.358677"], ["updated_at", "2018-10-11 16:41:53.358677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.360498"], ["updated_at", "2018-10-11 16:41:53.360498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.362433"], ["updated_at", "2018-10-11 16:41:53.362433"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.364364"], ["updated_at", "2018-10-11 16:41:53.364364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.366623"], ["updated_at", "2018-10-11 16:41:53.366623"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.368314"], ["updated_at", "2018-10-11 16:41:53.368314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.369965"], ["updated_at", "2018-10-11 16:41:53.369965"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.371605"], ["updated_at", "2018-10-11 16:41:53.371605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.373648"], ["updated_at", "2018-10-11 16:41:53.373648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.375298"], ["updated_at", "2018-10-11 16:41:53.375298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.376907"], ["updated_at", "2018-10-11 16:41:53.376907"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.378769"], ["updated_at", "2018-10-11 16:41:53.378769"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.381037"], ["updated_at", "2018-10-11 16:41:53.381037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.383022"], ["updated_at", "2018-10-11 16:41:53.383022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.384896"], ["updated_at", "2018-10-11 16:41:53.384896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.386650"], ["updated_at", "2018-10-11 16:41:53.386650"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.388227"], ["updated_at", "2018-10-11 16:41:53.388227"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.390529"], ["updated_at", "2018-10-11 16:41:53.390529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.393067"], ["updated_at", "2018-10-11 16:41:53.393067"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.394903"], ["updated_at", "2018-10-11 16:41:53.394903"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.397468"], ["updated_at", "2018-10-11 16:41:53.397468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.399439"], ["updated_at", "2018-10-11 16:41:53.399439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.401416"], ["updated_at", "2018-10-11 16:41:53.401416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.403083"], ["updated_at", "2018-10-11 16:41:53.403083"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.406299"], ["updated_at", "2018-10-11 16:41:53.406299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.408132"], ["updated_at", "2018-10-11 16:41:53.408132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.409874"], ["updated_at", "2018-10-11 16:41:53.409874"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.411717"], ["updated_at", "2018-10-11 16:41:53.411717"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.414260"], ["updated_at", "2018-10-11 16:41:53.414260"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.416114"], ["updated_at", "2018-10-11 16:41:53.416114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.417844"], ["updated_at", "2018-10-11 16:41:53.417844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.419539"], ["updated_at", "2018-10-11 16:41:53.419539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.421621"], ["updated_at", "2018-10-11 16:41:53.421621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.423456"], ["updated_at", "2018-10-11 16:41:53.423456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.425078"], ["updated_at", "2018-10-11 16:41:53.425078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.426707"], ["updated_at", "2018-10-11 16:41:53.426707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.428600"], ["updated_at", "2018-10-11 16:41:53.428600"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.431005"], ["updated_at", "2018-10-11 16:41:53.431005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.432842"], ["updated_at", "2018-10-11 16:41:53.432842"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.434548"], ["updated_at", "2018-10-11 16:41:53.434548"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.436308"], ["updated_at", "2018-10-11 16:41:53.436308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.438568"], ["updated_at", "2018-10-11 16:41:53.438568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.440256"], ["updated_at", "2018-10-11 16:41:53.440256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.441845"], ["updated_at", "2018-10-11 16:41:53.441845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.443497"], ["updated_at", "2018-10-11 16:41:53.443497"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.446004"], ["updated_at", "2018-10-11 16:41:53.446004"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.448804"], ["updated_at", "2018-10-11 16:41:53.448804"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.451574"], ["updated_at", "2018-10-11 16:41:53.451574"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.454329"], ["updated_at", "2018-10-11 16:41:53.454329"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.457045"], ["updated_at", "2018-10-11 16:41:53.457045"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.459684"], ["updated_at", "2018-10-11 16:41:53.459684"], ["parent_id", 39895952907]] Kithe::Work Create (5.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.462866"], ["updated_at", "2018-10-11 16:41:53.462866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.472022"], ["updated_at", "2018-10-11 16:41:53.472022"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.473886"], ["updated_at", "2018-10-11 16:41:53.473886"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.476817"], ["updated_at", "2018-10-11 16:41:53.476817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.479349"], ["updated_at", "2018-10-11 16:41:53.479349"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.481042"], ["updated_at", "2018-10-11 16:41:53.481042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.483800"], ["updated_at", "2018-10-11 16:41:53.483800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.485877"], ["updated_at", "2018-10-11 16:41:53.485877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.487736"], ["updated_at", "2018-10-11 16:41:53.487736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.489406"], ["updated_at", "2018-10-11 16:41:53.489406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.491082"], ["updated_at", "2018-10-11 16:41:53.491082"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.492703"], ["updated_at", "2018-10-11 16:41:53.492703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.495103"], ["updated_at", "2018-10-11 16:41:53.495103"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.496992"], ["updated_at", "2018-10-11 16:41:53.496992"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.498841"], ["updated_at", "2018-10-11 16:41:53.498841"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.500552"], ["updated_at", "2018-10-11 16:41:53.500552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.503030"], ["updated_at", "2018-10-11 16:41:53.503030"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.504687"], ["updated_at", "2018-10-11 16:41:53.504687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.506507"], ["updated_at", "2018-10-11 16:41:53.506507"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.508147"], ["updated_at", "2018-10-11 16:41:53.508147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.510161"], ["updated_at", "2018-10-11 16:41:53.510161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.512242"], ["updated_at", "2018-10-11 16:41:53.512242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.514266"], ["updated_at", "2018-10-11 16:41:53.514266"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.515965"], ["updated_at", "2018-10-11 16:41:53.515965"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.518003"], ["updated_at", "2018-10-11 16:41:53.518003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.520111"], ["updated_at", "2018-10-11 16:41:53.520111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.521747"], ["updated_at", "2018-10-11 16:41:53.521747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.523390"], ["updated_at", "2018-10-11 16:41:53.523390"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.525205"], ["updated_at", "2018-10-11 16:41:53.525205"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.529099"], ["updated_at", "2018-10-11 16:41:53.529099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.531711"], ["updated_at", "2018-10-11 16:41:53.531711"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.533786"], ["updated_at", "2018-10-11 16:41:53.533786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.536509"], ["updated_at", "2018-10-11 16:41:53.536509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.538124"], ["updated_at", "2018-10-11 16:41:53.538124"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.540886"], ["updated_at", "2018-10-11 16:41:53.540886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.543267"], ["updated_at", "2018-10-11 16:41:53.543267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.545100"], ["updated_at", "2018-10-11 16:41:53.545100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.546926"], ["updated_at", "2018-10-11 16:41:53.546926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.548764"], ["updated_at", "2018-10-11 16:41:53.548764"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.550941"], ["updated_at", "2018-10-11 16:41:53.550941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.552933"], ["updated_at", "2018-10-11 16:41:53.552933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.554502"], ["updated_at", "2018-10-11 16:41:53.554502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.556154"], ["updated_at", "2018-10-11 16:41:53.556154"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.557829"], ["updated_at", "2018-10-11 16:41:53.557829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.559982"], ["updated_at", "2018-10-11 16:41:53.559982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.561909"], ["updated_at", "2018-10-11 16:41:53.561909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.564180"], ["updated_at", "2018-10-11 16:41:53.564180"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.566249"], ["updated_at", "2018-10-11 16:41:53.566249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.568632"], ["updated_at", "2018-10-11 16:41:53.568632"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.571077"], ["updated_at", "2018-10-11 16:41:53.571077"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.573789"], ["updated_at", "2018-10-11 16:41:53.573789"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.576649"], ["updated_at", "2018-10-11 16:41:53.576649"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.579801"], ["updated_at", "2018-10-11 16:41:53.579801"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.583129"], ["updated_at", "2018-10-11 16:41:53.583129"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.586000"], ["updated_at", "2018-10-11 16:41:53.586000"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.588616"], ["updated_at", "2018-10-11 16:41:53.588616"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.592181"], ["updated_at", "2018-10-11 16:41:53.592181"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.594592"], ["updated_at", "2018-10-11 16:41:53.594592"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.596748"], ["updated_at", "2018-10-11 16:41:53.596748"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.599085"], ["updated_at", "2018-10-11 16:41:53.599085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.601142"], ["updated_at", "2018-10-11 16:41:53.601142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.602854"], ["updated_at", "2018-10-11 16:41:53.602854"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.604590"], ["updated_at", "2018-10-11 16:41:53.604590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.608060"], ["updated_at", "2018-10-11 16:41:53.608060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.609746"], ["updated_at", "2018-10-11 16:41:53.609746"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.611297"], ["updated_at", "2018-10-11 16:41:53.611297"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.613657"], ["updated_at", "2018-10-11 16:41:53.613657"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.617532"], ["updated_at", "2018-10-11 16:41:53.617532"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.619579"], ["updated_at", "2018-10-11 16:41:53.619579"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.621535"], ["updated_at", "2018-10-11 16:41:53.621535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.624287"], ["updated_at", "2018-10-11 16:41:53.624287"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.626223"], ["updated_at", "2018-10-11 16:41:53.626223"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.628131"], ["updated_at", "2018-10-11 16:41:53.628131"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.631103"], ["updated_at", "2018-10-11 16:41:53.631103"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.633872"], ["updated_at", "2018-10-11 16:41:53.633872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.636093"], ["updated_at", "2018-10-11 16:41:53.636093"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.637761"], ["updated_at", "2018-10-11 16:41:53.637761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.639882"], ["updated_at", "2018-10-11 16:41:53.639882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.641472"], ["updated_at", "2018-10-11 16:41:53.641472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.643093"], ["updated_at", "2018-10-11 16:41:53.643093"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.644659"], ["updated_at", "2018-10-11 16:41:53.644659"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.647208"], ["updated_at", "2018-10-11 16:41:53.647208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.649267"], ["updated_at", "2018-10-11 16:41:53.649267"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.650997"], ["updated_at", "2018-10-11 16:41:53.650997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.652744"], ["updated_at", "2018-10-11 16:41:53.652744"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.654312"], ["updated_at", "2018-10-11 16:41:53.654312"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.656445"], ["updated_at", "2018-10-11 16:41:53.656445"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.658251"], ["updated_at", "2018-10-11 16:41:53.658251"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.660754"], ["updated_at", "2018-10-11 16:41:53.660754"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.663419"], ["updated_at", "2018-10-11 16:41:53.663419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.665503"], ["updated_at", "2018-10-11 16:41:53.665503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.667351"], ["updated_at", "2018-10-11 16:41:53.667351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.669355"], ["updated_at", "2018-10-11 16:41:53.669355"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.671497"], ["updated_at", "2018-10-11 16:41:53.671497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.674659"], ["updated_at", "2018-10-11 16:41:53.674659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.676416"], ["updated_at", "2018-10-11 16:41:53.676416"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.678028"], ["updated_at", "2018-10-11 16:41:53.678028"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.680731"], ["updated_at", "2018-10-11 16:41:53.680731"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.682612"], ["updated_at", "2018-10-11 16:41:53.682612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.684430"], ["updated_at", "2018-10-11 16:41:53.684430"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.686137"], ["updated_at", "2018-10-11 16:41:53.686137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.688124"], ["updated_at", "2018-10-11 16:41:53.688124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.689739"], ["updated_at", "2018-10-11 16:41:53.689739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.691362"], ["updated_at", "2018-10-11 16:41:53.691362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.692967"], ["updated_at", "2018-10-11 16:41:53.692967"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.695019"], ["updated_at", "2018-10-11 16:41:53.695019"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.698012"], ["updated_at", "2018-10-11 16:41:53.698012"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.700800"], ["updated_at", "2018-10-11 16:41:53.700800"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.703641"], ["updated_at", "2018-10-11 16:41:53.703641"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.706252"], ["updated_at", "2018-10-11 16:41:53.706252"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.708850"], ["updated_at", "2018-10-11 16:41:53.708850"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.711486"], ["updated_at", "2018-10-11 16:41:53.711486"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.714524"], ["updated_at", "2018-10-11 16:41:53.714524"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.716972"], ["updated_at", "2018-10-11 16:41:53.716972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.719022"], ["updated_at", "2018-10-11 16:41:53.719022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.720668"], ["updated_at", "2018-10-11 16:41:53.720668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.722331"], ["updated_at", "2018-10-11 16:41:53.722331"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.724075"], ["updated_at", "2018-10-11 16:41:53.724075"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.726803"], ["updated_at", "2018-10-11 16:41:53.726803"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.728973"], ["updated_at", "2018-10-11 16:41:53.728973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.731319"], ["updated_at", "2018-10-11 16:41:53.731319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.733218"], ["updated_at", "2018-10-11 16:41:53.733218"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.734873"], ["updated_at", "2018-10-11 16:41:53.734873"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.736411"], ["updated_at", "2018-10-11 16:41:53.736411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.739131"], ["updated_at", "2018-10-11 16:41:53.739131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.740691"], ["updated_at", "2018-10-11 16:41:53.740691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.742287"], ["updated_at", "2018-10-11 16:41:53.742287"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.744071"], ["updated_at", "2018-10-11 16:41:53.744071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.745867"], ["updated_at", "2018-10-11 16:41:53.745867"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.747572"], ["updated_at", "2018-10-11 16:41:53.747572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.749532"], ["updated_at", "2018-10-11 16:41:53.749532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.751281"], ["updated_at", "2018-10-11 16:41:53.751281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.753004"], ["updated_at", "2018-10-11 16:41:53.753004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.754583"], ["updated_at", "2018-10-11 16:41:53.754583"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.756201"], ["updated_at", "2018-10-11 16:41:53.756201"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.758070"], ["updated_at", "2018-10-11 16:41:53.758070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.760397"], ["updated_at", "2018-10-11 16:41:53.760397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.762193"], ["updated_at", "2018-10-11 16:41:53.762193"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.763821"], ["updated_at", "2018-10-11 16:41:53.763821"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.765902"], ["updated_at", "2018-10-11 16:41:53.765902"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.768259"], ["updated_at", "2018-10-11 16:41:53.768259"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.772989"], ["updated_at", "2018-10-11 16:41:53.772989"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.775644"], ["updated_at", "2018-10-11 16:41:53.775644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.777352"], ["updated_at", "2018-10-11 16:41:53.777352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.778985"], ["updated_at", "2018-10-11 16:41:53.778985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.780653"], ["updated_at", "2018-10-11 16:41:53.780653"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.782264"], ["updated_at", "2018-10-11 16:41:53.782264"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.784128"], ["updated_at", "2018-10-11 16:41:53.784128"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.785980"], ["updated_at", "2018-10-11 16:41:53.785980"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.787775"], ["updated_at", "2018-10-11 16:41:53.787775"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.789532"], ["updated_at", "2018-10-11 16:41:53.789532"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.791527"], ["updated_at", "2018-10-11 16:41:53.791527"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.794426"], ["updated_at", "2018-10-11 16:41:53.794426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.797661"], ["updated_at", "2018-10-11 16:41:53.797661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.799412"], ["updated_at", "2018-10-11 16:41:53.799412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.801130"], ["updated_at", "2018-10-11 16:41:53.801130"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.802918"], ["updated_at", "2018-10-11 16:41:53.802918"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.804727"], ["updated_at", "2018-10-11 16:41:53.804727"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.808312"], ["updated_at", "2018-10-11 16:41:53.808312"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.810326"], ["updated_at", "2018-10-11 16:41:53.810326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.812235"], ["updated_at", "2018-10-11 16:41:53.812235"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.813996"], ["updated_at", "2018-10-11 16:41:53.813996"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.815948"], ["updated_at", "2018-10-11 16:41:53.815948"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.818173"], ["updated_at", "2018-10-11 16:41:53.818173"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.820397"], ["updated_at", "2018-10-11 16:41:53.820397"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.823682"], ["updated_at", "2018-10-11 16:41:53.823682"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.826600"], ["updated_at", "2018-10-11 16:41:53.826600"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.829211"], ["updated_at", "2018-10-11 16:41:53.829211"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.831812"], ["updated_at", "2018-10-11 16:41:53.831812"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.834351"], ["updated_at", "2018-10-11 16:41:53.834351"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.836964"], ["updated_at", "2018-10-11 16:41:53.836964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.840391"], ["updated_at", "2018-10-11 16:41:53.840391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.842119"], ["updated_at", "2018-10-11 16:41:53.842119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.843748"], ["updated_at", "2018-10-11 16:41:53.843748"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.845325"], ["updated_at", "2018-10-11 16:41:53.845325"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.847009"], ["updated_at", "2018-10-11 16:41:53.847009"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.848901"], ["updated_at", "2018-10-11 16:41:53.848901"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.851162"], ["updated_at", "2018-10-11 16:41:53.851162"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.853102"], ["updated_at", "2018-10-11 16:41:53.853102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.854954"], ["updated_at", "2018-10-11 16:41:53.854954"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.856726"], ["updated_at", "2018-10-11 16:41:53.856726"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.858798"], ["updated_at", "2018-10-11 16:41:53.858798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.861422"], ["updated_at", "2018-10-11 16:41:53.861422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.863265"], ["updated_at", "2018-10-11 16:41:53.863265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.864921"], ["updated_at", "2018-10-11 16:41:53.864921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.866554"], ["updated_at", "2018-10-11 16:41:53.866554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.868151"], ["updated_at", "2018-10-11 16:41:53.868151"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.869803"], ["updated_at", "2018-10-11 16:41:53.869803"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.873306"], ["updated_at", "2018-10-11 16:41:53.873306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.875644"], ["updated_at", "2018-10-11 16:41:53.875644"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.877472"], ["updated_at", "2018-10-11 16:41:53.877472"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.879691"], ["updated_at", "2018-10-11 16:41:53.879691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.881456"], ["updated_at", "2018-10-11 16:41:53.881456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.883708"], ["updated_at", "2018-10-11 16:41:53.883708"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.885930"], ["updated_at", "2018-10-11 16:41:53.885930"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.887711"], ["updated_at", "2018-10-11 16:41:53.887711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.889528"], ["updated_at", "2018-10-11 16:41:53.889528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.891307"], ["updated_at", "2018-10-11 16:41:53.891307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.892957"], ["updated_at", "2018-10-11 16:41:53.892957"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.894617"], ["updated_at", "2018-10-11 16:41:53.894617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.897179"], ["updated_at", "2018-10-11 16:41:53.897179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.898871"], ["updated_at", "2018-10-11 16:41:53.898871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.900485"], ["updated_at", "2018-10-11 16:41:53.900485"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.903401"], ["updated_at", "2018-10-11 16:41:53.903401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.905507"], ["updated_at", "2018-10-11 16:41:53.905507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.907524"], ["updated_at", "2018-10-11 16:41:53.907524"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.909290"], ["updated_at", "2018-10-11 16:41:53.909290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.911867"], ["updated_at", "2018-10-11 16:41:53.911867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.913658"], ["updated_at", "2018-10-11 16:41:53.913658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.915358"], ["updated_at", "2018-10-11 16:41:53.915358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.917003"], ["updated_at", "2018-10-11 16:41:53.917003"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.918565"], ["updated_at", "2018-10-11 16:41:53.918565"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.920741"], ["updated_at", "2018-10-11 16:41:53.920741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.922561"], ["updated_at", "2018-10-11 16:41:53.922561"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.924379"], ["updated_at", "2018-10-11 16:41:53.924379"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.927071"], ["updated_at", "2018-10-11 16:41:53.927071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.929119"], ["updated_at", "2018-10-11 16:41:53.929119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.930794"], ["updated_at", "2018-10-11 16:41:53.930794"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.932765"], ["updated_at", "2018-10-11 16:41:53.932765"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.935661"], ["updated_at", "2018-10-11 16:41:53.935661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.937593"], ["updated_at", "2018-10-11 16:41:53.937593"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.940631"], ["updated_at", "2018-10-11 16:41:53.940631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.942616"], ["updated_at", "2018-10-11 16:41:53.942616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.944315"], ["updated_at", "2018-10-11 16:41:53.944315"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.946034"], ["updated_at", "2018-10-11 16:41:53.946034"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.948603"], ["updated_at", "2018-10-11 16:41:53.948603"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.951262"], ["updated_at", "2018-10-11 16:41:53.951262"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.953834"], ["updated_at", "2018-10-11 16:41:53.953834"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.956623"], ["updated_at", "2018-10-11 16:41:53.956623"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.959315"], ["updated_at", "2018-10-11 16:41:53.959315"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.961905"], ["updated_at", "2018-10-11 16:41:53.961905"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.964625"], ["updated_at", "2018-10-11 16:41:53.964625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.966848"], ["updated_at", "2018-10-11 16:41:53.966848"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.968544"], ["updated_at", "2018-10-11 16:41:53.968544"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.970584"], ["updated_at", "2018-10-11 16:41:53.970584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.972449"], ["updated_at", "2018-10-11 16:41:53.972449"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.974136"], ["updated_at", "2018-10-11 16:41:53.974136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.975844"], ["updated_at", "2018-10-11 16:41:53.975844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.977530"], ["updated_at", "2018-10-11 16:41:53.977530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.979187"], ["updated_at", "2018-10-11 16:41:53.979187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.980769"], ["updated_at", "2018-10-11 16:41:53.980769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.982422"], ["updated_at", "2018-10-11 16:41:53.982422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.984026"], ["updated_at", "2018-10-11 16:41:53.984026"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.985731"], ["updated_at", "2018-10-11 16:41:53.985731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.987700"], ["updated_at", "2018-10-11 16:41:53.987700"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.989435"], ["updated_at", "2018-10-11 16:41:53.989435"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.991377"], ["updated_at", "2018-10-11 16:41:53.991377"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.994497"], ["updated_at", "2018-10-11 16:41:53.994497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.996702"], ["updated_at", "2018-10-11 16:41:53.996702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.998352"], ["updated_at", "2018-10-11 16:41:53.998352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:53.999948"], ["updated_at", "2018-10-11 16:41:53.999948"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.001679"], ["updated_at", "2018-10-11 16:41:54.001679"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.003807"], ["updated_at", "2018-10-11 16:41:54.003807"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.006644"], ["updated_at", "2018-10-11 16:41:54.006644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.008323"], ["updated_at", "2018-10-11 16:41:54.008323"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.009924"], ["updated_at", "2018-10-11 16:41:54.009924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.011838"], ["updated_at", "2018-10-11 16:41:54.011838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.013489"], ["updated_at", "2018-10-11 16:41:54.013489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.015338"], ["updated_at", "2018-10-11 16:41:54.015338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.017130"], ["updated_at", "2018-10-11 16:41:54.017130"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.019148"], ["updated_at", "2018-10-11 16:41:54.019148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.021308"], ["updated_at", "2018-10-11 16:41:54.021308"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.023030"], ["updated_at", "2018-10-11 16:41:54.023030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.024648"], ["updated_at", "2018-10-11 16:41:54.024648"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.026229"], ["updated_at", "2018-10-11 16:41:54.026229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.028332"], ["updated_at", "2018-10-11 16:41:54.028332"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.029942"], ["updated_at", "2018-10-11 16:41:54.029942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.031654"], ["updated_at", "2018-10-11 16:41:54.031654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.033226"], ["updated_at", "2018-10-11 16:41:54.033226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.035119"], ["updated_at", "2018-10-11 16:41:54.035119"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.037042"], ["updated_at", "2018-10-11 16:41:54.037042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.038817"], ["updated_at", "2018-10-11 16:41:54.038817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.040466"], ["updated_at", "2018-10-11 16:41:54.040466"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.042135"], ["updated_at", "2018-10-11 16:41:54.042135"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.043959"], ["updated_at", "2018-10-11 16:41:54.043959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.045655"], ["updated_at", "2018-10-11 16:41:54.045655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.047284"], ["updated_at", "2018-10-11 16:41:54.047284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.048871"], ["updated_at", "2018-10-11 16:41:54.048871"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.050529"], ["updated_at", "2018-10-11 16:41:54.050529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.052463"], ["updated_at", "2018-10-11 16:41:54.052463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.054077"], ["updated_at", "2018-10-11 16:41:54.054077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.055633"], ["updated_at", "2018-10-11 16:41:54.055633"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.057315"], ["updated_at", "2018-10-11 16:41:54.057315"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.059957"], ["updated_at", "2018-10-11 16:41:54.059957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.061943"], ["updated_at", "2018-10-11 16:41:54.061943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.063632"], ["updated_at", "2018-10-11 16:41:54.063632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.065291"], ["updated_at", "2018-10-11 16:41:54.065291"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.066988"], ["updated_at", "2018-10-11 16:41:54.066988"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.069145"], ["updated_at", "2018-10-11 16:41:54.069145"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.071047"], ["updated_at", "2018-10-11 16:41:54.071047"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.075531"], ["updated_at", "2018-10-11 16:41:54.075531"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.078706"], ["updated_at", "2018-10-11 16:41:54.078706"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.081368"], ["updated_at", "2018-10-11 16:41:54.081368"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.083860"], ["updated_at", "2018-10-11 16:41:54.083860"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.086765"], ["updated_at", "2018-10-11 16:41:54.086765"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.089389"], ["updated_at", "2018-10-11 16:41:54.089389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.091926"], ["updated_at", "2018-10-11 16:41:54.091926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.093584"], ["updated_at", "2018-10-11 16:41:54.093584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.095148"], ["updated_at", "2018-10-11 16:41:54.095148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.096775"], ["updated_at", "2018-10-11 16:41:54.096775"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.098318"], ["updated_at", "2018-10-11 16:41:54.098318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.100077"], ["updated_at", "2018-10-11 16:41:54.100077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.101652"], ["updated_at", "2018-10-11 16:41:54.101652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.103292"], ["updated_at", "2018-10-11 16:41:54.103292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.104880"], ["updated_at", "2018-10-11 16:41:54.104880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.106515"], ["updated_at", "2018-10-11 16:41:54.106515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.108402"], ["updated_at", "2018-10-11 16:41:54.108402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.110080"], ["updated_at", "2018-10-11 16:41:54.110080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.111747"], ["updated_at", "2018-10-11 16:41:54.111747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.113326"], ["updated_at", "2018-10-11 16:41:54.113326"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.114968"], ["updated_at", "2018-10-11 16:41:54.114968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.117023"], ["updated_at", "2018-10-11 16:41:54.117023"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.118639"], ["updated_at", "2018-10-11 16:41:54.118639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.120269"], ["updated_at", "2018-10-11 16:41:54.120269"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.121921"], ["updated_at", "2018-10-11 16:41:54.121921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.124185"], ["updated_at", "2018-10-11 16:41:54.124185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.126922"], ["updated_at", "2018-10-11 16:41:54.126922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.128893"], ["updated_at", "2018-10-11 16:41:54.128893"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.130552"], ["updated_at", "2018-10-11 16:41:54.130552"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.132897"], ["updated_at", "2018-10-11 16:41:54.132897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.135623"], ["updated_at", "2018-10-11 16:41:54.135623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.137520"], ["updated_at", "2018-10-11 16:41:54.137520"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.141097"], ["updated_at", "2018-10-11 16:41:54.141097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.142901"], ["updated_at", "2018-10-11 16:41:54.142901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.144549"], ["updated_at", "2018-10-11 16:41:54.144549"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.146650"], ["updated_at", "2018-10-11 16:41:54.146650"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.149597"], ["updated_at", "2018-10-11 16:41:54.149597"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.153314"], ["updated_at", "2018-10-11 16:41:54.153314"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.155300"], ["updated_at", "2018-10-11 16:41:54.155300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.157606"], ["updated_at", "2018-10-11 16:41:54.157606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.159255"], ["updated_at", "2018-10-11 16:41:54.159255"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.160836"], ["updated_at", "2018-10-11 16:41:54.160836"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.162995"], ["updated_at", "2018-10-11 16:41:54.162995"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.165614"], ["updated_at", "2018-10-11 16:41:54.165614"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.168264"], ["updated_at", "2018-10-11 16:41:54.168264"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.171593"], ["updated_at", "2018-10-11 16:41:54.171593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.174224"], ["updated_at", "2018-10-11 16:41:54.174224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.176030"], ["updated_at", "2018-10-11 16:41:54.176030"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.177967"], ["updated_at", "2018-10-11 16:41:54.177967"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.181315"], ["updated_at", "2018-10-11 16:41:54.181315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.183393"], ["updated_at", "2018-10-11 16:41:54.183393"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.185235"], ["updated_at", "2018-10-11 16:41:54.185235"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.187379"], ["updated_at", "2018-10-11 16:41:54.187379"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.189937"], ["updated_at", "2018-10-11 16:41:54.189937"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.191706"], ["updated_at", "2018-10-11 16:41:54.191706"], ["parent_id", 39895952907]] Kithe::Work Create (8.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.194195"], ["updated_at", "2018-10-11 16:41:54.194195"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.205888"], ["updated_at", "2018-10-11 16:41:54.205888"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.208428"], ["updated_at", "2018-10-11 16:41:54.208428"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.210519"], ["updated_at", "2018-10-11 16:41:54.210519"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.215314"], ["updated_at", "2018-10-11 16:41:54.215314"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.218428"], ["updated_at", "2018-10-11 16:41:54.218428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.222147"], ["updated_at", "2018-10-11 16:41:54.222147"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.223871"], ["updated_at", "2018-10-11 16:41:54.223871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.225651"], ["updated_at", "2018-10-11 16:41:54.225651"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.227373"], ["updated_at", "2018-10-11 16:41:54.227373"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.230146"], ["updated_at", "2018-10-11 16:41:54.230146"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.232585"], ["updated_at", "2018-10-11 16:41:54.232585"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.237287"], ["updated_at", "2018-10-11 16:41:54.237287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.239917"], ["updated_at", "2018-10-11 16:41:54.239917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.241593"], ["updated_at", "2018-10-11 16:41:54.241593"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.243237"], ["updated_at", "2018-10-11 16:41:54.243237"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.245504"], ["updated_at", "2018-10-11 16:41:54.245504"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.248109"], ["updated_at", "2018-10-11 16:41:54.248109"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.250555"], ["updated_at", "2018-10-11 16:41:54.250555"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.255735"], ["updated_at", "2018-10-11 16:41:54.255735"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.257867"], ["updated_at", "2018-10-11 16:41:54.257867"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.261246"], ["updated_at", "2018-10-11 16:41:54.261246"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.264120"], ["updated_at", "2018-10-11 16:41:54.264120"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.267088"], ["updated_at", "2018-10-11 16:41:54.267088"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.269515"], ["updated_at", "2018-10-11 16:41:54.269515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.271566"], ["updated_at", "2018-10-11 16:41:54.271566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.273123"], ["updated_at", "2018-10-11 16:41:54.273123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.275835"], ["updated_at", "2018-10-11 16:41:54.275835"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.278023"], ["updated_at", "2018-10-11 16:41:54.278023"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.280841"], ["updated_at", "2018-10-11 16:41:54.280841"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.282948"], ["updated_at", "2018-10-11 16:41:54.282948"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.286554"], ["updated_at", "2018-10-11 16:41:54.286554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.289591"], ["updated_at", "2018-10-11 16:41:54.289591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.291436"], ["updated_at", "2018-10-11 16:41:54.291436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.293479"], ["updated_at", "2018-10-11 16:41:54.293479"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.295589"], ["updated_at", "2018-10-11 16:41:54.295589"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.297976"], ["updated_at", "2018-10-11 16:41:54.297976"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.299931"], ["updated_at", "2018-10-11 16:41:54.299931"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.304801"], ["updated_at", "2018-10-11 16:41:54.304801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.307072"], ["updated_at", "2018-10-11 16:41:54.307072"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.308595"], ["updated_at", "2018-10-11 16:41:54.308595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.310823"], ["updated_at", "2018-10-11 16:41:54.310823"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.312802"], ["updated_at", "2018-10-11 16:41:54.312802"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.315004"], ["updated_at", "2018-10-11 16:41:54.315004"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.317336"], ["updated_at", "2018-10-11 16:41:54.317336"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.321703"], ["updated_at", "2018-10-11 16:41:54.321703"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.323911"], ["updated_at", "2018-10-11 16:41:54.323911"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.327317"], ["updated_at", "2018-10-11 16:41:54.327317"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.329564"], ["updated_at", "2018-10-11 16:41:54.329564"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.331477"], ["updated_at", "2018-10-11 16:41:54.331477"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.333726"], ["updated_at", "2018-10-11 16:41:54.333726"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.336333"], ["updated_at", "2018-10-11 16:41:54.336333"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.338686"], ["updated_at", "2018-10-11 16:41:54.338686"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.341271"], ["updated_at", "2018-10-11 16:41:54.341271"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.345012"], ["updated_at", "2018-10-11 16:41:54.345012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.347892"], ["updated_at", "2018-10-11 16:41:54.347892"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.350141"], ["updated_at", "2018-10-11 16:41:54.350141"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.354184"], ["updated_at", "2018-10-11 16:41:54.354184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.356139"], ["updated_at", "2018-10-11 16:41:54.356139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.357810"], ["updated_at", "2018-10-11 16:41:54.357810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.360748"], ["updated_at", "2018-10-11 16:41:54.360748"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.362770"], ["updated_at", "2018-10-11 16:41:54.362770"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.365152"], ["updated_at", "2018-10-11 16:41:54.365152"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.367195"], ["updated_at", "2018-10-11 16:41:54.367195"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.371417"], ["updated_at", "2018-10-11 16:41:54.371417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.373515"], ["updated_at", "2018-10-11 16:41:54.373515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.375153"], ["updated_at", "2018-10-11 16:41:54.375153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.376747"], ["updated_at", "2018-10-11 16:41:54.376747"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.378406"], ["updated_at", "2018-10-11 16:41:54.378406"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.380329"], ["updated_at", "2018-10-11 16:41:54.380329"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.382513"], ["updated_at", "2018-10-11 16:41:54.382513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.384252"], ["updated_at", "2018-10-11 16:41:54.384252"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.386003"], ["updated_at", "2018-10-11 16:41:54.386003"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.388306"], ["updated_at", "2018-10-11 16:41:54.388306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.390014"], ["updated_at", "2018-10-11 16:41:54.390014"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.391873"], ["updated_at", "2018-10-11 16:41:54.391873"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.394498"], ["updated_at", "2018-10-11 16:41:54.394498"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.397150"], ["updated_at", "2018-10-11 16:41:54.397150"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.399287"], ["updated_at", "2018-10-11 16:41:54.399287"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.403216"], ["updated_at", "2018-10-11 16:41:54.403216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.405834"], ["updated_at", "2018-10-11 16:41:54.405834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.407362"], ["updated_at", "2018-10-11 16:41:54.407362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.410174"], ["updated_at", "2018-10-11 16:41:54.410174"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.411806"], ["updated_at", "2018-10-11 16:41:54.411806"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.413887"], ["updated_at", "2018-10-11 16:41:54.413887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.416013"], ["updated_at", "2018-10-11 16:41:54.416013"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.418082"], ["updated_at", "2018-10-11 16:41:54.418082"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.420227"], ["updated_at", "2018-10-11 16:41:54.420227"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.422745"], ["updated_at", "2018-10-11 16:41:54.422745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.424617"], ["updated_at", "2018-10-11 16:41:54.424617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.426287"], ["updated_at", "2018-10-11 16:41:54.426287"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.427948"], ["updated_at", "2018-10-11 16:41:54.427948"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.430491"], ["updated_at", "2018-10-11 16:41:54.430491"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.432649"], ["updated_at", "2018-10-11 16:41:54.432649"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.435740"], ["updated_at", "2018-10-11 16:41:54.435740"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.438838"], ["updated_at", "2018-10-11 16:41:54.438838"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.440525"], ["updated_at", "2018-10-11 16:41:54.440525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.442237"], ["updated_at", "2018-10-11 16:41:54.442237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.443860"], ["updated_at", "2018-10-11 16:41:54.443860"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.445856"], ["updated_at", "2018-10-11 16:41:54.445856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.448168"], ["updated_at", "2018-10-11 16:41:54.448168"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.450364"], ["updated_at", "2018-10-11 16:41:54.450364"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.455510"], ["updated_at", "2018-10-11 16:41:54.455510"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.457956"], ["updated_at", "2018-10-11 16:41:54.457956"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.460429"], ["updated_at", "2018-10-11 16:41:54.460429"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.463589"], ["updated_at", "2018-10-11 16:41:54.463589"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.466426"], ["updated_at", "2018-10-11 16:41:54.466426"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.469019"], ["updated_at", "2018-10-11 16:41:54.469019"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.471108"], ["updated_at", "2018-10-11 16:41:54.471108"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.473211"], ["updated_at", "2018-10-11 16:41:54.473211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.477197"], ["updated_at", "2018-10-11 16:41:54.477197"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.478927"], ["updated_at", "2018-10-11 16:41:54.478927"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.481206"], ["updated_at", "2018-10-11 16:41:54.481206"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.483146"], ["updated_at", "2018-10-11 16:41:54.483146"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.486956"], ["updated_at", "2018-10-11 16:41:54.486956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.489861"], ["updated_at", "2018-10-11 16:41:54.489861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.491536"], ["updated_at", "2018-10-11 16:41:54.491536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.493100"], ["updated_at", "2018-10-11 16:41:54.493100"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.494710"], ["updated_at", "2018-10-11 16:41:54.494710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.496834"], ["updated_at", "2018-10-11 16:41:54.496834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.498949"], ["updated_at", "2018-10-11 16:41:54.498949"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.501220"], ["updated_at", "2018-10-11 16:41:54.501220"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.505167"], ["updated_at", "2018-10-11 16:41:54.505167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.507028"], ["updated_at", "2018-10-11 16:41:54.507028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.508681"], ["updated_at", "2018-10-11 16:41:54.508681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.510272"], ["updated_at", "2018-10-11 16:41:54.510272"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.512060"], ["updated_at", "2018-10-11 16:41:54.512060"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.514299"], ["updated_at", "2018-10-11 16:41:54.514299"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.516272"], ["updated_at", "2018-10-11 16:41:54.516272"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.520716"], ["updated_at", "2018-10-11 16:41:54.520716"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.522742"], ["updated_at", "2018-10-11 16:41:54.522742"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.524596"], ["updated_at", "2018-10-11 16:41:54.524596"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.527176"], ["updated_at", "2018-10-11 16:41:54.527176"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.529326"], ["updated_at", "2018-10-11 16:41:54.529326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.531874"], ["updated_at", "2018-10-11 16:41:54.531874"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.533599"], ["updated_at", "2018-10-11 16:41:54.533599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.536031"], ["updated_at", "2018-10-11 16:41:54.536031"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.537977"], ["updated_at", "2018-10-11 16:41:54.537977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.541177"], ["updated_at", "2018-10-11 16:41:54.541177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.542833"], ["updated_at", "2018-10-11 16:41:54.542833"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.544440"], ["updated_at", "2018-10-11 16:41:54.544440"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.546353"], ["updated_at", "2018-10-11 16:41:54.546353"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.548426"], ["updated_at", "2018-10-11 16:41:54.548426"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.550434"], ["updated_at", "2018-10-11 16:41:54.550434"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.554814"], ["updated_at", "2018-10-11 16:41:54.554814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.556739"], ["updated_at", "2018-10-11 16:41:54.556739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.558390"], ["updated_at", "2018-10-11 16:41:54.558390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.560073"], ["updated_at", "2018-10-11 16:41:54.560073"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.561657"], ["updated_at", "2018-10-11 16:41:54.561657"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.563591"], ["updated_at", "2018-10-11 16:41:54.563591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.565912"], ["updated_at", "2018-10-11 16:41:54.565912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.567578"], ["updated_at", "2018-10-11 16:41:54.567578"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.569265"], ["updated_at", "2018-10-11 16:41:54.569265"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.571522"], ["updated_at", "2018-10-11 16:41:54.571522"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.573979"], ["updated_at", "2018-10-11 16:41:54.573979"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.576180"], ["updated_at", "2018-10-11 16:41:54.576180"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.578821"], ["updated_at", "2018-10-11 16:41:54.578821"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.581706"], ["updated_at", "2018-10-11 16:41:54.581706"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.584536"], ["updated_at", "2018-10-11 16:41:54.584536"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.588669"], ["updated_at", "2018-10-11 16:41:54.588669"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.591489"], ["updated_at", "2018-10-11 16:41:54.591489"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.594606"], ["updated_at", "2018-10-11 16:41:54.594606"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.598579"], ["updated_at", "2018-10-11 16:41:54.598579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.600405"], ["updated_at", "2018-10-11 16:41:54.600405"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.602390"], ["updated_at", "2018-10-11 16:41:54.602390"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.604876"], ["updated_at", "2018-10-11 16:41:54.604876"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.606780"], ["updated_at", "2018-10-11 16:41:54.606780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.609246"], ["updated_at", "2018-10-11 16:41:54.609246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.610934"], ["updated_at", "2018-10-11 16:41:54.610934"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.612731"], ["updated_at", "2018-10-11 16:41:54.612731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.615149"], ["updated_at", "2018-10-11 16:41:54.615149"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.617600"], ["updated_at", "2018-10-11 16:41:54.617600"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.621972"], ["updated_at", "2018-10-11 16:41:54.621972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.623791"], ["updated_at", "2018-10-11 16:41:54.623791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.625443"], ["updated_at", "2018-10-11 16:41:54.625443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.627049"], ["updated_at", "2018-10-11 16:41:54.627049"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.628812"], ["updated_at", "2018-10-11 16:41:54.628812"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.631127"], ["updated_at", "2018-10-11 16:41:54.631127"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.633049"], ["updated_at", "2018-10-11 16:41:54.633049"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.636175"], ["updated_at", "2018-10-11 16:41:54.636175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.639567"], ["updated_at", "2018-10-11 16:41:54.639567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.641152"], ["updated_at", "2018-10-11 16:41:54.641152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.643052"], ["updated_at", "2018-10-11 16:41:54.643052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.644744"], ["updated_at", "2018-10-11 16:41:54.644744"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.646681"], ["updated_at", "2018-10-11 16:41:54.646681"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.649083"], ["updated_at", "2018-10-11 16:41:54.649083"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.650758"], ["updated_at", "2018-10-11 16:41:54.650758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.652481"], ["updated_at", "2018-10-11 16:41:54.652481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.654497"], ["updated_at", "2018-10-11 16:41:54.654497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.656395"], ["updated_at", "2018-10-11 16:41:54.656395"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.658668"], ["updated_at", "2018-10-11 16:41:54.658668"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.661128"], ["updated_at", "2018-10-11 16:41:54.661128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.663897"], ["updated_at", "2018-10-11 16:41:54.663897"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.665983"], ["updated_at", "2018-10-11 16:41:54.665983"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.669582"], ["updated_at", "2018-10-11 16:41:54.669582"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.672443"], ["updated_at", "2018-10-11 16:41:54.672443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.675400"], ["updated_at", "2018-10-11 16:41:54.675400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.677225"], ["updated_at", "2018-10-11 16:41:54.677225"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.679065"], ["updated_at", "2018-10-11 16:41:54.679065"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.681379"], ["updated_at", "2018-10-11 16:41:54.681379"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.683313"], ["updated_at", "2018-10-11 16:41:54.683313"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.686368"], ["updated_at", "2018-10-11 16:41:54.686368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.688969"], ["updated_at", "2018-10-11 16:41:54.688969"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.690649"], ["updated_at", "2018-10-11 16:41:54.690649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.692642"], ["updated_at", "2018-10-11 16:41:54.692642"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.694315"], ["updated_at", "2018-10-11 16:41:54.694315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.696274"], ["updated_at", "2018-10-11 16:41:54.696274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.698065"], ["updated_at", "2018-10-11 16:41:54.698065"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.699617"], ["updated_at", "2018-10-11 16:41:54.699617"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.701724"], ["updated_at", "2018-10-11 16:41:54.701724"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.705115"], ["updated_at", "2018-10-11 16:41:54.705115"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.707953"], ["updated_at", "2018-10-11 16:41:54.707953"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.710724"], ["updated_at", "2018-10-11 16:41:54.710724"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.713879"], ["updated_at", "2018-10-11 16:41:54.713879"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.716688"], ["updated_at", "2018-10-11 16:41:54.716688"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.719958"], ["updated_at", "2018-10-11 16:41:54.719958"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.722910"], ["updated_at", "2018-10-11 16:41:54.722910"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.725849"], ["updated_at", "2018-10-11 16:41:54.725849"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.728179"], ["updated_at", "2018-10-11 16:41:54.728179"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.730818"], ["updated_at", "2018-10-11 16:41:54.730818"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.733422"], ["updated_at", "2018-10-11 16:41:54.733422"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.736664"], ["updated_at", "2018-10-11 16:41:54.736664"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.740007"], ["updated_at", "2018-10-11 16:41:54.740007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.742926"], ["updated_at", "2018-10-11 16:41:54.742926"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.744504"], ["updated_at", "2018-10-11 16:41:54.744504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.746418"], ["updated_at", "2018-10-11 16:41:54.746418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.748186"], ["updated_at", "2018-10-11 16:41:54.748186"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.749903"], ["updated_at", "2018-10-11 16:41:54.749903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.751633"], ["updated_at", "2018-10-11 16:41:54.751633"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.753890"], ["updated_at", "2018-10-11 16:41:54.753890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.756312"], ["updated_at", "2018-10-11 16:41:54.756312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.757966"], ["updated_at", "2018-10-11 16:41:54.757966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.759579"], ["updated_at", "2018-10-11 16:41:54.759579"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.761213"], ["updated_at", "2018-10-11 16:41:54.761213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.763437"], ["updated_at", "2018-10-11 16:41:54.763437"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.765487"], ["updated_at", "2018-10-11 16:41:54.765487"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.767981"], ["updated_at", "2018-10-11 16:41:54.767981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.770789"], ["updated_at", "2018-10-11 16:41:54.770789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.772489"], ["updated_at", "2018-10-11 16:41:54.772489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.774106"], ["updated_at", "2018-10-11 16:41:54.774106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.775732"], ["updated_at", "2018-10-11 16:41:54.775732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.777367"], ["updated_at", "2018-10-11 16:41:54.777367"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.779438"], ["updated_at", "2018-10-11 16:41:54.779438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.781391"], ["updated_at", "2018-10-11 16:41:54.781391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.783009"], ["updated_at", "2018-10-11 16:41:54.783009"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.784570"], ["updated_at", "2018-10-11 16:41:54.784570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.786296"], ["updated_at", "2018-10-11 16:41:54.786296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.788231"], ["updated_at", "2018-10-11 16:41:54.788231"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.790224"], ["updated_at", "2018-10-11 16:41:54.790224"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.792583"], ["updated_at", "2018-10-11 16:41:54.792583"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.795244"], ["updated_at", "2018-10-11 16:41:54.795244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.798749"], ["updated_at", "2018-10-11 16:41:54.798749"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.800498"], ["updated_at", "2018-10-11 16:41:54.800498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.802362"], ["updated_at", "2018-10-11 16:41:54.802362"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.804295"], ["updated_at", "2018-10-11 16:41:54.804295"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.807653"], ["updated_at", "2018-10-11 16:41:54.807653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.809451"], ["updated_at", "2018-10-11 16:41:54.809451"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.811136"], ["updated_at", "2018-10-11 16:41:54.811136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.813133"], ["updated_at", "2018-10-11 16:41:54.813133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.814973"], ["updated_at", "2018-10-11 16:41:54.814973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.816850"], ["updated_at", "2018-10-11 16:41:54.816850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.818571"], ["updated_at", "2018-10-11 16:41:54.818571"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.821564"], ["updated_at", "2018-10-11 16:41:54.821564"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.823386"], ["updated_at", "2018-10-11 16:41:54.823386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.825236"], ["updated_at", "2018-10-11 16:41:54.825236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.826993"], ["updated_at", "2018-10-11 16:41:54.826993"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.828684"], ["updated_at", "2018-10-11 16:41:54.828684"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.831272"], ["updated_at", "2018-10-11 16:41:54.831272"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.834053"], ["updated_at", "2018-10-11 16:41:54.834053"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.836764"], ["updated_at", "2018-10-11 16:41:54.836764"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.839600"], ["updated_at", "2018-10-11 16:41:54.839600"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.842534"], ["updated_at", "2018-10-11 16:41:54.842534"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.845181"], ["updated_at", "2018-10-11 16:41:54.845181"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.848044"], ["updated_at", "2018-10-11 16:41:54.848044"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.850232"], ["updated_at", "2018-10-11 16:41:54.850232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.852059"], ["updated_at", "2018-10-11 16:41:54.852059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.853716"], ["updated_at", "2018-10-11 16:41:54.853716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.855329"], ["updated_at", "2018-10-11 16:41:54.855329"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.856943"], ["updated_at", "2018-10-11 16:41:54.856943"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.859298"], ["updated_at", "2018-10-11 16:41:54.859298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.861917"], ["updated_at", "2018-10-11 16:41:54.861917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.863627"], ["updated_at", "2018-10-11 16:41:54.863627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.865739"], ["updated_at", "2018-10-11 16:41:54.865739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.868146"], ["updated_at", "2018-10-11 16:41:54.868146"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.869840"], ["updated_at", "2018-10-11 16:41:54.869840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.871664"], ["updated_at", "2018-10-11 16:41:54.871664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.875807"], ["updated_at", "2018-10-11 16:41:54.875807"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.877503"], ["updated_at", "2018-10-11 16:41:54.877503"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.879886"], ["updated_at", "2018-10-11 16:41:54.879886"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.882173"], ["updated_at", "2018-10-11 16:41:54.882173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.883908"], ["updated_at", "2018-10-11 16:41:54.883908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.885801"], ["updated_at", "2018-10-11 16:41:54.885801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.888046"], ["updated_at", "2018-10-11 16:41:54.888046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.889686"], ["updated_at", "2018-10-11 16:41:54.889686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.891328"], ["updated_at", "2018-10-11 16:41:54.891328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.892901"], ["updated_at", "2018-10-11 16:41:54.892901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.894535"], ["updated_at", "2018-10-11 16:41:54.894535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.896192"], ["updated_at", "2018-10-11 16:41:54.896192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.897849"], ["updated_at", "2018-10-11 16:41:54.897849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.899487"], ["updated_at", "2018-10-11 16:41:54.899487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.901059"], ["updated_at", "2018-10-11 16:41:54.901059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.902702"], ["updated_at", "2018-10-11 16:41:54.902702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.904246"], ["updated_at", "2018-10-11 16:41:54.904246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.905916"], ["updated_at", "2018-10-11 16:41:54.905916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.907468"], ["updated_at", "2018-10-11 16:41:54.907468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.909073"], ["updated_at", "2018-10-11 16:41:54.909073"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.910653"], ["updated_at", "2018-10-11 16:41:54.910653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.912365"], ["updated_at", "2018-10-11 16:41:54.912365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.913925"], ["updated_at", "2018-10-11 16:41:54.913925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.915515"], ["updated_at", "2018-10-11 16:41:54.915515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.917114"], ["updated_at", "2018-10-11 16:41:54.917114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.918683"], ["updated_at", "2018-10-11 16:41:54.918683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.920320"], ["updated_at", "2018-10-11 16:41:54.920320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.921922"], ["updated_at", "2018-10-11 16:41:54.921922"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.923534"], ["updated_at", "2018-10-11 16:41:54.923534"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.925605"], ["updated_at", "2018-10-11 16:41:54.925605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.928261"], ["updated_at", "2018-10-11 16:41:54.928261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.930092"], ["updated_at", "2018-10-11 16:41:54.930092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.931740"], ["updated_at", "2018-10-11 16:41:54.931740"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.933358"], ["updated_at", "2018-10-11 16:41:54.933358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.935828"], ["updated_at", "2018-10-11 16:41:54.935828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.937582"], ["updated_at", "2018-10-11 16:41:54.937582"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.940140"], ["updated_at", "2018-10-11 16:41:54.940140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.941858"], ["updated_at", "2018-10-11 16:41:54.941858"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.943428"], ["updated_at", "2018-10-11 16:41:54.943428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.945079"], ["updated_at", "2018-10-11 16:41:54.945079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.946607"], ["updated_at", "2018-10-11 16:41:54.946607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.948219"], ["updated_at", "2018-10-11 16:41:54.948219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.949923"], ["updated_at", "2018-10-11 16:41:54.949923"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.951503"], ["updated_at", "2018-10-11 16:41:54.951503"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.953560"], ["updated_at", "2018-10-11 16:41:54.953560"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.956136"], ["updated_at", "2018-10-11 16:41:54.956136"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.958779"], ["updated_at", "2018-10-11 16:41:54.958779"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.961539"], ["updated_at", "2018-10-11 16:41:54.961539"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.964286"], ["updated_at", "2018-10-11 16:41:54.964286"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.966952"], ["updated_at", "2018-10-11 16:41:54.966952"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.969632"], ["updated_at", "2018-10-11 16:41:54.969632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.972196"], ["updated_at", "2018-10-11 16:41:54.972196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.973779"], ["updated_at", "2018-10-11 16:41:54.973779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.975397"], ["updated_at", "2018-10-11 16:41:54.975397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.976938"], ["updated_at", "2018-10-11 16:41:54.976938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.978628"], ["updated_at", "2018-10-11 16:41:54.978628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.980362"], ["updated_at", "2018-10-11 16:41:54.980362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.981919"], ["updated_at", "2018-10-11 16:41:54.981919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.983494"], ["updated_at", "2018-10-11 16:41:54.983494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.985053"], ["updated_at", "2018-10-11 16:41:54.985053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.986850"], ["updated_at", "2018-10-11 16:41:54.986850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.988494"], ["updated_at", "2018-10-11 16:41:54.988494"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.990081"], ["updated_at", "2018-10-11 16:41:54.990081"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.991789"], ["updated_at", "2018-10-11 16:41:54.991789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.995337"], ["updated_at", "2018-10-11 16:41:54.995337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.997076"], ["updated_at", "2018-10-11 16:41:54.997076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:54.998726"], ["updated_at", "2018-10-11 16:41:54.998726"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.000382"], ["updated_at", "2018-10-11 16:41:55.000382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.001923"], ["updated_at", "2018-10-11 16:41:55.001923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.003662"], ["updated_at", "2018-10-11 16:41:55.003662"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.006606"], ["updated_at", "2018-10-11 16:41:55.006606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.008337"], ["updated_at", "2018-10-11 16:41:55.008337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.009927"], ["updated_at", "2018-10-11 16:41:55.009927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.011634"], ["updated_at", "2018-10-11 16:41:55.011634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.013439"], ["updated_at", "2018-10-11 16:41:55.013439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.015060"], ["updated_at", "2018-10-11 16:41:55.015060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.016781"], ["updated_at", "2018-10-11 16:41:55.016781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.018403"], ["updated_at", "2018-10-11 16:41:55.018403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.019963"], ["updated_at", "2018-10-11 16:41:55.019963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.021591"], ["updated_at", "2018-10-11 16:41:55.021591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.023370"], ["updated_at", "2018-10-11 16:41:55.023370"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.024904"], ["updated_at", "2018-10-11 16:41:55.024904"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.026729"], ["updated_at", "2018-10-11 16:41:55.026729"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.028455"], ["updated_at", "2018-10-11 16:41:55.028455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.031487"], ["updated_at", "2018-10-11 16:41:55.031487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.033021"], ["updated_at", "2018-10-11 16:41:55.033021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.034506"], ["updated_at", "2018-10-11 16:41:55.034506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.036118"], ["updated_at", "2018-10-11 16:41:55.036118"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.037705"], ["updated_at", "2018-10-11 16:41:55.037705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.039336"], ["updated_at", "2018-10-11 16:41:55.039336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.040896"], ["updated_at", "2018-10-11 16:41:55.040896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.042690"], ["updated_at", "2018-10-11 16:41:55.042690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.044320"], ["updated_at", "2018-10-11 16:41:55.044320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.045983"], ["updated_at", "2018-10-11 16:41:55.045983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.047537"], ["updated_at", "2018-10-11 16:41:55.047537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.049176"], ["updated_at", "2018-10-11 16:41:55.049176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.050840"], ["updated_at", "2018-10-11 16:41:55.050840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.052439"], ["updated_at", "2018-10-11 16:41:55.052439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.054067"], ["updated_at", "2018-10-11 16:41:55.054067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.055721"], ["updated_at", "2018-10-11 16:41:55.055721"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.057484"], ["updated_at", "2018-10-11 16:41:55.057484"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.060073"], ["updated_at", "2018-10-11 16:41:55.060073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.062017"], ["updated_at", "2018-10-11 16:41:55.062017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.063693"], ["updated_at", "2018-10-11 16:41:55.063693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.065314"], ["updated_at", "2018-10-11 16:41:55.065314"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.066992"], ["updated_at", "2018-10-11 16:41:55.066992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.068596"], ["updated_at", "2018-10-11 16:41:55.068596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.071294"], ["updated_at", "2018-10-11 16:41:55.071294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.072880"], ["updated_at", "2018-10-11 16:41:55.072880"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.074836"], ["updated_at", "2018-10-11 16:41:55.074836"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.077527"], ["updated_at", "2018-10-11 16:41:55.077527"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.080132"], ["updated_at", "2018-10-11 16:41:55.080132"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.082896"], ["updated_at", "2018-10-11 16:41:55.082896"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.085573"], ["updated_at", "2018-10-11 16:41:55.085573"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.088368"], ["updated_at", "2018-10-11 16:41:55.088368"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.090954"], ["updated_at", "2018-10-11 16:41:55.090954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.093629"], ["updated_at", "2018-10-11 16:41:55.093629"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.095348"], ["updated_at", "2018-10-11 16:41:55.095348"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.097100"], ["updated_at", "2018-10-11 16:41:55.097100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.098818"], ["updated_at", "2018-10-11 16:41:55.098818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.100516"], ["updated_at", "2018-10-11 16:41:55.100516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.102079"], ["updated_at", "2018-10-11 16:41:55.102079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.103729"], ["updated_at", "2018-10-11 16:41:55.103729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.105260"], ["updated_at", "2018-10-11 16:41:55.105260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.106844"], ["updated_at", "2018-10-11 16:41:55.106844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.108419"], ["updated_at", "2018-10-11 16:41:55.108419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.110038"], ["updated_at", "2018-10-11 16:41:55.110038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.111638"], ["updated_at", "2018-10-11 16:41:55.111638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.113248"], ["updated_at", "2018-10-11 16:41:55.113248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.114825"], ["updated_at", "2018-10-11 16:41:55.114825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.116395"], ["updated_at", "2018-10-11 16:41:55.116395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.118050"], ["updated_at", "2018-10-11 16:41:55.118050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.119605"], ["updated_at", "2018-10-11 16:41:55.119605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.121201"], ["updated_at", "2018-10-11 16:41:55.121201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.122734"], ["updated_at", "2018-10-11 16:41:55.122734"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.124615"], ["updated_at", "2018-10-11 16:41:55.124615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.127356"], ["updated_at", "2018-10-11 16:41:55.127356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.129326"], ["updated_at", "2018-10-11 16:41:55.129326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.131031"], ["updated_at", "2018-10-11 16:41:55.131031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.132697"], ["updated_at", "2018-10-11 16:41:55.132697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.134270"], ["updated_at", "2018-10-11 16:41:55.134270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.135942"], ["updated_at", "2018-10-11 16:41:55.135942"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.138615"], ["updated_at", "2018-10-11 16:41:55.138615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.140297"], ["updated_at", "2018-10-11 16:41:55.140297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.141892"], ["updated_at", "2018-10-11 16:41:55.141892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.143542"], ["updated_at", "2018-10-11 16:41:55.143542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.145111"], ["updated_at", "2018-10-11 16:41:55.145111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.146681"], ["updated_at", "2018-10-11 16:41:55.146681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.148602"], ["updated_at", "2018-10-11 16:41:55.148602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.150284"], ["updated_at", "2018-10-11 16:41:55.150284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.151898"], ["updated_at", "2018-10-11 16:41:55.151898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.153517"], ["updated_at", "2018-10-11 16:41:55.153517"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.155094"], ["updated_at", "2018-10-11 16:41:55.155094"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.156706"], ["updated_at", "2018-10-11 16:41:55.156706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.158487"], ["updated_at", "2018-10-11 16:41:55.158487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.160050"], ["updated_at", "2018-10-11 16:41:55.160050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.161705"], ["updated_at", "2018-10-11 16:41:55.161705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.163383"], ["updated_at", "2018-10-11 16:41:55.163383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.165024"], ["updated_at", "2018-10-11 16:41:55.165024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.166672"], ["updated_at", "2018-10-11 16:41:55.166672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.168296"], ["updated_at", "2018-10-11 16:41:55.168296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.169907"], ["updated_at", "2018-10-11 16:41:55.169907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.171477"], ["updated_at", "2018-10-11 16:41:55.171477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.173219"], ["updated_at", "2018-10-11 16:41:55.173219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.174845"], ["updated_at", "2018-10-11 16:41:55.174845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.176467"], ["updated_at", "2018-10-11 16:41:55.176467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.178269"], ["updated_at", "2018-10-11 16:41:55.178269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.179824"], ["updated_at", "2018-10-11 16:41:55.179824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.181392"], ["updated_at", "2018-10-11 16:41:55.181392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.182949"], ["updated_at", "2018-10-11 16:41:55.182949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.184562"], ["updated_at", "2018-10-11 16:41:55.184562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.186546"], ["updated_at", "2018-10-11 16:41:55.186546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.188224"], ["updated_at", "2018-10-11 16:41:55.188224"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.189864"], ["updated_at", "2018-10-11 16:41:55.189864"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.192267"], ["updated_at", "2018-10-11 16:41:55.192267"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.194515"], ["updated_at", "2018-10-11 16:41:55.194515"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.196581"], ["updated_at", "2018-10-11 16:41:55.196581"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.198574"], ["updated_at", "2018-10-11 16:41:55.198574"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.202166"], ["updated_at", "2018-10-11 16:41:55.202166"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.204368"], ["updated_at", "2018-10-11 16:41:55.204368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.206313"], ["updated_at", "2018-10-11 16:41:55.206313"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.209709"], ["updated_at", "2018-10-11 16:41:55.209709"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.212472"], ["updated_at", "2018-10-11 16:41:55.212472"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.215088"], ["updated_at", "2018-10-11 16:41:55.215088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.216936"], ["updated_at", "2018-10-11 16:41:55.216936"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.218539"], ["updated_at", "2018-10-11 16:41:55.218539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.220200"], ["updated_at", "2018-10-11 16:41:55.220200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.221794"], ["updated_at", "2018-10-11 16:41:55.221794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.223380"], ["updated_at", "2018-10-11 16:41:55.223380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.225185"], ["updated_at", "2018-10-11 16:41:55.225185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.226903"], ["updated_at", "2018-10-11 16:41:55.226903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.228501"], ["updated_at", "2018-10-11 16:41:55.228501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.230094"], ["updated_at", "2018-10-11 16:41:55.230094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.231696"], ["updated_at", "2018-10-11 16:41:55.231696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.233278"], ["updated_at", "2018-10-11 16:41:55.233278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.234929"], ["updated_at", "2018-10-11 16:41:55.234929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.236585"], ["updated_at", "2018-10-11 16:41:55.236585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.238188"], ["updated_at", "2018-10-11 16:41:55.238188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.239800"], ["updated_at", "2018-10-11 16:41:55.239800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.241450"], ["updated_at", "2018-10-11 16:41:55.241450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.243099"], ["updated_at", "2018-10-11 16:41:55.243099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.244739"], ["updated_at", "2018-10-11 16:41:55.244739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.246353"], ["updated_at", "2018-10-11 16:41:55.246353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.247944"], ["updated_at", "2018-10-11 16:41:55.247944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.249596"], ["updated_at", "2018-10-11 16:41:55.249596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.251155"], ["updated_at", "2018-10-11 16:41:55.251155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.252811"], ["updated_at", "2018-10-11 16:41:55.252811"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.254377"], ["updated_at", "2018-10-11 16:41:55.254377"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.256227"], ["updated_at", "2018-10-11 16:41:55.256227"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.258525"], ["updated_at", "2018-10-11 16:41:55.258525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.261057"], ["updated_at", "2018-10-11 16:41:55.261057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.262747"], ["updated_at", "2018-10-11 16:41:55.262747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.264405"], ["updated_at", "2018-10-11 16:41:55.264405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.266095"], ["updated_at", "2018-10-11 16:41:55.266095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.267749"], ["updated_at", "2018-10-11 16:41:55.267749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.270557"], ["updated_at", "2018-10-11 16:41:55.270557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.272389"], ["updated_at", "2018-10-11 16:41:55.272389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.274034"], ["updated_at", "2018-10-11 16:41:55.274034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.275653"], ["updated_at", "2018-10-11 16:41:55.275653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.277281"], ["updated_at", "2018-10-11 16:41:55.277281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.278836"], ["updated_at", "2018-10-11 16:41:55.278836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.280471"], ["updated_at", "2018-10-11 16:41:55.280471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.282120"], ["updated_at", "2018-10-11 16:41:55.282120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.283721"], ["updated_at", "2018-10-11 16:41:55.283721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.285301"], ["updated_at", "2018-10-11 16:41:55.285301"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.287341"], ["updated_at", "2018-10-11 16:41:55.287341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.289534"], ["updated_at", "2018-10-11 16:41:55.289534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.291172"], ["updated_at", "2018-10-11 16:41:55.291172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.292849"], ["updated_at", "2018-10-11 16:41:55.292849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.294524"], ["updated_at", "2018-10-11 16:41:55.294524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.296276"], ["updated_at", "2018-10-11 16:41:55.296276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.297936"], ["updated_at", "2018-10-11 16:41:55.297936"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.300073"], ["updated_at", "2018-10-11 16:41:55.300073"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.302719"], ["updated_at", "2018-10-11 16:41:55.302719"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.304864"], ["updated_at", "2018-10-11 16:41:55.304864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.306640"], ["updated_at", "2018-10-11 16:41:55.306640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.308315"], ["updated_at", "2018-10-11 16:41:55.308315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.309968"], ["updated_at", "2018-10-11 16:41:55.309968"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.311615"], ["updated_at", "2018-10-11 16:41:55.311615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.313408"], ["updated_at", "2018-10-11 16:41:55.313408"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.315018"], ["updated_at", "2018-10-11 16:41:55.315018"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.317499"], ["updated_at", "2018-10-11 16:41:55.317499"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.321821"], ["updated_at", "2018-10-11 16:41:55.321821"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.325124"], ["updated_at", "2018-10-11 16:41:55.325124"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.328349"], ["updated_at", "2018-10-11 16:41:55.328349"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.330732"], ["updated_at", "2018-10-11 16:41:55.330732"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.332921"], ["updated_at", "2018-10-11 16:41:55.332921"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.337204"], ["updated_at", "2018-10-11 16:41:55.337204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.339747"], ["updated_at", "2018-10-11 16:41:55.339747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.342600"], ["updated_at", "2018-10-11 16:41:55.342600"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.344275"], ["updated_at", "2018-10-11 16:41:55.344275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.346376"], ["updated_at", "2018-10-11 16:41:55.346376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.348100"], ["updated_at", "2018-10-11 16:41:55.348100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.349915"], ["updated_at", "2018-10-11 16:41:55.349915"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.351892"], ["updated_at", "2018-10-11 16:41:55.351892"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.354443"], ["updated_at", "2018-10-11 16:41:55.354443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.356364"], ["updated_at", "2018-10-11 16:41:55.356364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.358104"], ["updated_at", "2018-10-11 16:41:55.358104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.359736"], ["updated_at", "2018-10-11 16:41:55.359736"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.361339"], ["updated_at", "2018-10-11 16:41:55.361339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.363116"], ["updated_at", "2018-10-11 16:41:55.363116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.364871"], ["updated_at", "2018-10-11 16:41:55.364871"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.366768"], ["updated_at", "2018-10-11 16:41:55.366768"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.368709"], ["updated_at", "2018-10-11 16:41:55.368709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.371442"], ["updated_at", "2018-10-11 16:41:55.371442"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.373257"], ["updated_at", "2018-10-11 16:41:55.373257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.375001"], ["updated_at", "2018-10-11 16:41:55.375001"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.376668"], ["updated_at", "2018-10-11 16:41:55.376668"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.378636"], ["updated_at", "2018-10-11 16:41:55.378636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.380470"], ["updated_at", "2018-10-11 16:41:55.380470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.382077"], ["updated_at", "2018-10-11 16:41:55.382077"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.383960"], ["updated_at", "2018-10-11 16:41:55.383960"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.386880"], ["updated_at", "2018-10-11 16:41:55.386880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.388690"], ["updated_at", "2018-10-11 16:41:55.388690"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.390420"], ["updated_at", "2018-10-11 16:41:55.390420"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.393071"], ["updated_at", "2018-10-11 16:41:55.393071"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.395575"], ["updated_at", "2018-10-11 16:41:55.395575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.397539"], ["updated_at", "2018-10-11 16:41:55.397539"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.399513"], ["updated_at", "2018-10-11 16:41:55.399513"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.402195"], ["updated_at", "2018-10-11 16:41:55.402195"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.404907"], ["updated_at", "2018-10-11 16:41:55.404907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.408115"], ["updated_at", "2018-10-11 16:41:55.408115"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.410010"], ["updated_at", "2018-10-11 16:41:55.410010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.411890"], ["updated_at", "2018-10-11 16:41:55.411890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.413724"], ["updated_at", "2018-10-11 16:41:55.413724"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.415409"], ["updated_at", "2018-10-11 16:41:55.415409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.417588"], ["updated_at", "2018-10-11 16:41:55.417588"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.419615"], ["updated_at", "2018-10-11 16:41:55.419615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.422117"], ["updated_at", "2018-10-11 16:41:55.422117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.423813"], ["updated_at", "2018-10-11 16:41:55.423813"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.425452"], ["updated_at", "2018-10-11 16:41:55.425452"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.427458"], ["updated_at", "2018-10-11 16:41:55.427458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.429297"], ["updated_at", "2018-10-11 16:41:55.429297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.431044"], ["updated_at", "2018-10-11 16:41:55.431044"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.432769"], ["updated_at", "2018-10-11 16:41:55.432769"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.435111"], ["updated_at", "2018-10-11 16:41:55.435111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.437288"], ["updated_at", "2018-10-11 16:41:55.437288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.439012"], ["updated_at", "2018-10-11 16:41:55.439012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.440687"], ["updated_at", "2018-10-11 16:41:55.440687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.442519"], ["updated_at", "2018-10-11 16:41:55.442519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.444237"], ["updated_at", "2018-10-11 16:41:55.444237"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.446374"], ["updated_at", "2018-10-11 16:41:55.446374"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.448931"], ["updated_at", "2018-10-11 16:41:55.448931"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.451916"], ["updated_at", "2018-10-11 16:41:55.451916"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.455166"], ["updated_at", "2018-10-11 16:41:55.455166"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.457869"], ["updated_at", "2018-10-11 16:41:55.457869"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.461376"], ["updated_at", "2018-10-11 16:41:55.461376"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.463529"], ["updated_at", "2018-10-11 16:41:55.463529"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.465473"], ["updated_at", "2018-10-11 16:41:55.465473"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.469576"], ["updated_at", "2018-10-11 16:41:55.469576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.471965"], ["updated_at", "2018-10-11 16:41:55.471965"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.473555"], ["updated_at", "2018-10-11 16:41:55.473555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.476638"], ["updated_at", "2018-10-11 16:41:55.476638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.478304"], ["updated_at", "2018-10-11 16:41:55.478304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.480063"], ["updated_at", "2018-10-11 16:41:55.480063"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.481776"], ["updated_at", "2018-10-11 16:41:55.481776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.484045"], ["updated_at", "2018-10-11 16:41:55.484045"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.486109"], ["updated_at", "2018-10-11 16:41:55.486109"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.488519"], ["updated_at", "2018-10-11 16:41:55.488519"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.491188"], ["updated_at", "2018-10-11 16:41:55.491188"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.493791"], ["updated_at", "2018-10-11 16:41:55.493791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.496137"], ["updated_at", "2018-10-11 16:41:55.496137"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.497870"], ["updated_at", "2018-10-11 16:41:55.497870"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.500208"], ["updated_at", "2018-10-11 16:41:55.500208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.503135"], ["updated_at", "2018-10-11 16:41:55.503135"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.505042"], ["updated_at", "2018-10-11 16:41:55.505042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.507148"], ["updated_at", "2018-10-11 16:41:55.507148"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.509125"], ["updated_at", "2018-10-11 16:41:55.509125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.511727"], ["updated_at", "2018-10-11 16:41:55.511727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.513552"], ["updated_at", "2018-10-11 16:41:55.513552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.515288"], ["updated_at", "2018-10-11 16:41:55.515288"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.517513"], ["updated_at", "2018-10-11 16:41:55.517513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.519937"], ["updated_at", "2018-10-11 16:41:55.519937"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.521612"], ["updated_at", "2018-10-11 16:41:55.521612"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.523672"], ["updated_at", "2018-10-11 16:41:55.523672"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.526111"], ["updated_at", "2018-10-11 16:41:55.526111"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.528538"], ["updated_at", "2018-10-11 16:41:55.528538"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.530550"], ["updated_at", "2018-10-11 16:41:55.530550"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.532549"], ["updated_at", "2018-10-11 16:41:55.532549"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.534792"], ["updated_at", "2018-10-11 16:41:55.534792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.536687"], ["updated_at", "2018-10-11 16:41:55.536687"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.538287"], ["updated_at", "2018-10-11 16:41:55.538287"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.542360"], ["updated_at", "2018-10-11 16:41:55.542360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.544588"], ["updated_at", "2018-10-11 16:41:55.544588"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.546503"], ["updated_at", "2018-10-11 16:41:55.546503"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.549090"], ["updated_at", "2018-10-11 16:41:55.549090"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.551513"], ["updated_at", "2018-10-11 16:41:55.551513"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.554824"], ["updated_at", "2018-10-11 16:41:55.554824"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.557583"], ["updated_at", "2018-10-11 16:41:55.557583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.559355"], ["updated_at", "2018-10-11 16:41:55.559355"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.560983"], ["updated_at", "2018-10-11 16:41:55.560983"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.562813"], ["updated_at", "2018-10-11 16:41:55.562813"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.565686"], ["updated_at", "2018-10-11 16:41:55.565686"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.567525"], ["updated_at", "2018-10-11 16:41:55.567525"], ["parent_id", 39895952907]] Kithe::Work Create (4.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.571006"], ["updated_at", "2018-10-11 16:41:55.571006"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.577298"], ["updated_at", "2018-10-11 16:41:55.577298"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.580107"], ["updated_at", "2018-10-11 16:41:55.580107"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.583193"], ["updated_at", "2018-10-11 16:41:55.583193"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.587212"], ["updated_at", "2018-10-11 16:41:55.587212"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.590717"], ["updated_at", "2018-10-11 16:41:55.590717"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.594143"], ["updated_at", "2018-10-11 16:41:55.594143"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.597270"], ["updated_at", "2018-10-11 16:41:55.597270"], ["parent_id", 39895952907]] Kithe::Work Create (4.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.599738"], ["updated_at", "2018-10-11 16:41:55.599738"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.606453"], ["updated_at", "2018-10-11 16:41:55.606453"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.609575"], ["updated_at", "2018-10-11 16:41:55.609575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.613375"], ["updated_at", "2018-10-11 16:41:55.613375"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.615477"], ["updated_at", "2018-10-11 16:41:55.615477"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.619663"], ["updated_at", "2018-10-11 16:41:55.619663"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.624221"], ["updated_at", "2018-10-11 16:41:55.624221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.626350"], ["updated_at", "2018-10-11 16:41:55.626350"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.628573"], ["updated_at", "2018-10-11 16:41:55.628573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.631252"], ["updated_at", "2018-10-11 16:41:55.631252"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.633299"], ["updated_at", "2018-10-11 16:41:55.633299"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.635898"], ["updated_at", "2018-10-11 16:41:55.635898"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.639642"], ["updated_at", "2018-10-11 16:41:55.639642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.641428"], ["updated_at", "2018-10-11 16:41:55.641428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.643051"], ["updated_at", "2018-10-11 16:41:55.643051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.644972"], ["updated_at", "2018-10-11 16:41:55.644972"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.647023"], ["updated_at", "2018-10-11 16:41:55.647023"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.650355"], ["updated_at", "2018-10-11 16:41:55.650355"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.654084"], ["updated_at", "2018-10-11 16:41:55.654084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.656698"], ["updated_at", "2018-10-11 16:41:55.656698"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.658476"], ["updated_at", "2018-10-11 16:41:55.658476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.661551"], ["updated_at", "2018-10-11 16:41:55.661551"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.663711"], ["updated_at", "2018-10-11 16:41:55.663711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.666505"], ["updated_at", "2018-10-11 16:41:55.666505"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.668743"], ["updated_at", "2018-10-11 16:41:55.668743"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.671082"], ["updated_at", "2018-10-11 16:41:55.671082"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.673048"], ["updated_at", "2018-10-11 16:41:55.673048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.676099"], ["updated_at", "2018-10-11 16:41:55.676099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.677837"], ["updated_at", "2018-10-11 16:41:55.677837"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.680284"], ["updated_at", "2018-10-11 16:41:55.680284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.682744"], ["updated_at", "2018-10-11 16:41:55.682744"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.685042"], ["updated_at", "2018-10-11 16:41:55.685042"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.689728"], ["updated_at", "2018-10-11 16:41:55.689728"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.691485"], ["updated_at", "2018-10-11 16:41:55.691485"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.693532"], ["updated_at", "2018-10-11 16:41:55.693532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.695201"], ["updated_at", "2018-10-11 16:41:55.695201"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.697144"], ["updated_at", "2018-10-11 16:41:55.697144"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.699806"], ["updated_at", "2018-10-11 16:41:55.699806"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.703034"], ["updated_at", "2018-10-11 16:41:55.703034"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.705935"], ["updated_at", "2018-10-11 16:41:55.705935"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.708840"], ["updated_at", "2018-10-11 16:41:55.708840"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.711496"], ["updated_at", "2018-10-11 16:41:55.711496"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.714201"], ["updated_at", "2018-10-11 16:41:55.714201"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.716964"], ["updated_at", "2018-10-11 16:41:55.716964"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.720326"], ["updated_at", "2018-10-11 16:41:55.720326"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.723190"], ["updated_at", "2018-10-11 16:41:55.723190"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.725973"], ["updated_at", "2018-10-11 16:41:55.725973"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.728527"], ["updated_at", "2018-10-11 16:41:55.728527"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.730770"], ["updated_at", "2018-10-11 16:41:55.730770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.732715"], ["updated_at", "2018-10-11 16:41:55.732715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.734582"], ["updated_at", "2018-10-11 16:41:55.734582"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.736218"], ["updated_at", "2018-10-11 16:41:55.736218"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.739476"], ["updated_at", "2018-10-11 16:41:55.739476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.741396"], ["updated_at", "2018-10-11 16:41:55.741396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.743137"], ["updated_at", "2018-10-11 16:41:55.743137"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.744725"], ["updated_at", "2018-10-11 16:41:55.744725"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.746518"], ["updated_at", "2018-10-11 16:41:55.746518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.749588"], ["updated_at", "2018-10-11 16:41:55.749588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.751258"], ["updated_at", "2018-10-11 16:41:55.751258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.752975"], ["updated_at", "2018-10-11 16:41:55.752975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.754667"], ["updated_at", "2018-10-11 16:41:55.754667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.756450"], ["updated_at", "2018-10-11 16:41:55.756450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.758130"], ["updated_at", "2018-10-11 16:41:55.758130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.759688"], ["updated_at", "2018-10-11 16:41:55.759688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.761295"], ["updated_at", "2018-10-11 16:41:55.761295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.762874"], ["updated_at", "2018-10-11 16:41:55.762874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.764468"], ["updated_at", "2018-10-11 16:41:55.764468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.766080"], ["updated_at", "2018-10-11 16:41:55.766080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.767804"], ["updated_at", "2018-10-11 16:41:55.767804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.769535"], ["updated_at", "2018-10-11 16:41:55.769535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.771178"], ["updated_at", "2018-10-11 16:41:55.771178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.772868"], ["updated_at", "2018-10-11 16:41:55.772868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.774493"], ["updated_at", "2018-10-11 16:41:55.774493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.776196"], ["updated_at", "2018-10-11 16:41:55.776196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.777892"], ["updated_at", "2018-10-11 16:41:55.777892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.779529"], ["updated_at", "2018-10-11 16:41:55.779529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.781072"], ["updated_at", "2018-10-11 16:41:55.781072"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.782714"], ["updated_at", "2018-10-11 16:41:55.782714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.784628"], ["updated_at", "2018-10-11 16:41:55.784628"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.786528"], ["updated_at", "2018-10-11 16:41:55.786528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.788295"], ["updated_at", "2018-10-11 16:41:55.788295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.789933"], ["updated_at", "2018-10-11 16:41:55.789933"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.791875"], ["updated_at", "2018-10-11 16:41:55.791875"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.794383"], ["updated_at", "2018-10-11 16:41:55.794383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.796466"], ["updated_at", "2018-10-11 16:41:55.796466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.798432"], ["updated_at", "2018-10-11 16:41:55.798432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.800448"], ["updated_at", "2018-10-11 16:41:55.800448"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.802204"], ["updated_at", "2018-10-11 16:41:55.802204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.804578"], ["updated_at", "2018-10-11 16:41:55.804578"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.807646"], ["updated_at", "2018-10-11 16:41:55.807646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.809372"], ["updated_at", "2018-10-11 16:41:55.809372"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.811142"], ["updated_at", "2018-10-11 16:41:55.811142"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.813020"], ["updated_at", "2018-10-11 16:41:55.813020"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.814871"], ["updated_at", "2018-10-11 16:41:55.814871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.816807"], ["updated_at", "2018-10-11 16:41:55.816807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.818472"], ["updated_at", "2018-10-11 16:41:55.818472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.820106"], ["updated_at", "2018-10-11 16:41:55.820106"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.821911"], ["updated_at", "2018-10-11 16:41:55.821911"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.824669"], ["updated_at", "2018-10-11 16:41:55.824669"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.827268"], ["updated_at", "2018-10-11 16:41:55.827268"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.829938"], ["updated_at", "2018-10-11 16:41:55.829938"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.832812"], ["updated_at", "2018-10-11 16:41:55.832812"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.835608"], ["updated_at", "2018-10-11 16:41:55.835608"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.838225"], ["updated_at", "2018-10-11 16:41:55.838225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.841034"], ["updated_at", "2018-10-11 16:41:55.841034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.842919"], ["updated_at", "2018-10-11 16:41:55.842919"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.844453"], ["updated_at", "2018-10-11 16:41:55.844453"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.846200"], ["updated_at", "2018-10-11 16:41:55.846200"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.848526"], ["updated_at", "2018-10-11 16:41:55.848526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.850359"], ["updated_at", "2018-10-11 16:41:55.850359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.852048"], ["updated_at", "2018-10-11 16:41:55.852048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.853625"], ["updated_at", "2018-10-11 16:41:55.853625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.855246"], ["updated_at", "2018-10-11 16:41:55.855246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.856874"], ["updated_at", "2018-10-11 16:41:55.856874"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.858685"], ["updated_at", "2018-10-11 16:41:55.858685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.861263"], ["updated_at", "2018-10-11 16:41:55.861263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.863506"], ["updated_at", "2018-10-11 16:41:55.863506"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.865187"], ["updated_at", "2018-10-11 16:41:55.865187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.867173"], ["updated_at", "2018-10-11 16:41:55.867173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.868792"], ["updated_at", "2018-10-11 16:41:55.868792"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.870497"], ["updated_at", "2018-10-11 16:41:55.870497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.873473"], ["updated_at", "2018-10-11 16:41:55.873473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.875140"], ["updated_at", "2018-10-11 16:41:55.875140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.876748"], ["updated_at", "2018-10-11 16:41:55.876748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.878393"], ["updated_at", "2018-10-11 16:41:55.878393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.880042"], ["updated_at", "2018-10-11 16:41:55.880042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.881618"], ["updated_at", "2018-10-11 16:41:55.881618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.883233"], ["updated_at", "2018-10-11 16:41:55.883233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.884880"], ["updated_at", "2018-10-11 16:41:55.884880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.886511"], ["updated_at", "2018-10-11 16:41:55.886511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.888137"], ["updated_at", "2018-10-11 16:41:55.888137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.889976"], ["updated_at", "2018-10-11 16:41:55.889976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.891619"], ["updated_at", "2018-10-11 16:41:55.891619"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.893408"], ["updated_at", "2018-10-11 16:41:55.893408"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.895195"], ["updated_at", "2018-10-11 16:41:55.895195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.896896"], ["updated_at", "2018-10-11 16:41:55.896896"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.898532"], ["updated_at", "2018-10-11 16:41:55.898532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.900350"], ["updated_at", "2018-10-11 16:41:55.900350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.902015"], ["updated_at", "2018-10-11 16:41:55.902015"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.903720"], ["updated_at", "2018-10-11 16:41:55.903720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.905396"], ["updated_at", "2018-10-11 16:41:55.905396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.907069"], ["updated_at", "2018-10-11 16:41:55.907069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.908624"], ["updated_at", "2018-10-11 16:41:55.908624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.910236"], ["updated_at", "2018-10-11 16:41:55.910236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.911799"], ["updated_at", "2018-10-11 16:41:55.911799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.913391"], ["updated_at", "2018-10-11 16:41:55.913391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.915083"], ["updated_at", "2018-10-11 16:41:55.915083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.916671"], ["updated_at", "2018-10-11 16:41:55.916671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.918288"], ["updated_at", "2018-10-11 16:41:55.918288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.919846"], ["updated_at", "2018-10-11 16:41:55.919846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.921441"], ["updated_at", "2018-10-11 16:41:55.921441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.923016"], ["updated_at", "2018-10-11 16:41:55.923016"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.924697"], ["updated_at", "2018-10-11 16:41:55.924697"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.927156"], ["updated_at", "2018-10-11 16:41:55.927156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.929600"], ["updated_at", "2018-10-11 16:41:55.929600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.931290"], ["updated_at", "2018-10-11 16:41:55.931290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.932972"], ["updated_at", "2018-10-11 16:41:55.932972"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.934615"], ["updated_at", "2018-10-11 16:41:55.934615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.936858"], ["updated_at", "2018-10-11 16:41:55.936858"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.939762"], ["updated_at", "2018-10-11 16:41:55.939762"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.941411"], ["updated_at", "2018-10-11 16:41:55.941411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.943142"], ["updated_at", "2018-10-11 16:41:55.943142"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.944843"], ["updated_at", "2018-10-11 16:41:55.944843"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.947439"], ["updated_at", "2018-10-11 16:41:55.947439"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.950239"], ["updated_at", "2018-10-11 16:41:55.950239"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.952833"], ["updated_at", "2018-10-11 16:41:55.952833"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.955427"], ["updated_at", "2018-10-11 16:41:55.955427"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.958010"], ["updated_at", "2018-10-11 16:41:55.958010"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.960677"], ["updated_at", "2018-10-11 16:41:55.960677"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.963359"], ["updated_at", "2018-10-11 16:41:55.963359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.965598"], ["updated_at", "2018-10-11 16:41:55.965598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.967212"], ["updated_at", "2018-10-11 16:41:55.967212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.968767"], ["updated_at", "2018-10-11 16:41:55.968767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.970427"], ["updated_at", "2018-10-11 16:41:55.970427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.972031"], ["updated_at", "2018-10-11 16:41:55.972031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.973704"], ["updated_at", "2018-10-11 16:41:55.973704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.975282"], ["updated_at", "2018-10-11 16:41:55.975282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.976871"], ["updated_at", "2018-10-11 16:41:55.976871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.978456"], ["updated_at", "2018-10-11 16:41:55.978456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.980104"], ["updated_at", "2018-10-11 16:41:55.980104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.981745"], ["updated_at", "2018-10-11 16:41:55.981745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.983275"], ["updated_at", "2018-10-11 16:41:55.983275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.985064"], ["updated_at", "2018-10-11 16:41:55.985064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.986732"], ["updated_at", "2018-10-11 16:41:55.986732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.988364"], ["updated_at", "2018-10-11 16:41:55.988364"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.990004"], ["updated_at", "2018-10-11 16:41:55.990004"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.992147"], ["updated_at", "2018-10-11 16:41:55.992147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.994726"], ["updated_at", "2018-10-11 16:41:55.994726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.996455"], ["updated_at", "2018-10-11 16:41:55.996455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.998186"], ["updated_at", "2018-10-11 16:41:55.998186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:55.999888"], ["updated_at", "2018-10-11 16:41:55.999888"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.001506"], ["updated_at", "2018-10-11 16:41:56.001506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.004593"], ["updated_at", "2018-10-11 16:41:56.004593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.006478"], ["updated_at", "2018-10-11 16:41:56.006478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.008052"], ["updated_at", "2018-10-11 16:41:56.008052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.009681"], ["updated_at", "2018-10-11 16:41:56.009681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.011227"], ["updated_at", "2018-10-11 16:41:56.011227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.012853"], ["updated_at", "2018-10-11 16:41:56.012853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.014528"], ["updated_at", "2018-10-11 16:41:56.014528"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.016265"], ["updated_at", "2018-10-11 16:41:56.016265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.018009"], ["updated_at", "2018-10-11 16:41:56.018009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.019661"], ["updated_at", "2018-10-11 16:41:56.019661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.021269"], ["updated_at", "2018-10-11 16:41:56.021269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.022882"], ["updated_at", "2018-10-11 16:41:56.022882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.024457"], ["updated_at", "2018-10-11 16:41:56.024457"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.026047"], ["updated_at", "2018-10-11 16:41:56.026047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.027896"], ["updated_at", "2018-10-11 16:41:56.027896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.029529"], ["updated_at", "2018-10-11 16:41:56.029529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.031113"], ["updated_at", "2018-10-11 16:41:56.031113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.032780"], ["updated_at", "2018-10-11 16:41:56.032780"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.034351"], ["updated_at", "2018-10-11 16:41:56.034351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.035992"], ["updated_at", "2018-10-11 16:41:56.035992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.037532"], ["updated_at", "2018-10-11 16:41:56.037532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.039111"], ["updated_at", "2018-10-11 16:41:56.039111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.040728"], ["updated_at", "2018-10-11 16:41:56.040728"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.042320"], ["updated_at", "2018-10-11 16:41:56.042320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.043980"], ["updated_at", "2018-10-11 16:41:56.043980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.045546"], ["updated_at", "2018-10-11 16:41:56.045546"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.047159"], ["updated_at", "2018-10-11 16:41:56.047159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.050379"], ["updated_at", "2018-10-11 16:41:56.050379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.052011"], ["updated_at", "2018-10-11 16:41:56.052011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.053574"], ["updated_at", "2018-10-11 16:41:56.053574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.055174"], ["updated_at", "2018-10-11 16:41:56.055174"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.056741"], ["updated_at", "2018-10-11 16:41:56.056741"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.058616"], ["updated_at", "2018-10-11 16:41:56.058616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.061262"], ["updated_at", "2018-10-11 16:41:56.061262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.063161"], ["updated_at", "2018-10-11 16:41:56.063161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.064814"], ["updated_at", "2018-10-11 16:41:56.064814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.066382"], ["updated_at", "2018-10-11 16:41:56.066382"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.068150"], ["updated_at", "2018-10-11 16:41:56.068150"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.070087"], ["updated_at", "2018-10-11 16:41:56.070087"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.073963"], ["updated_at", "2018-10-11 16:41:56.073963"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.076719"], ["updated_at", "2018-10-11 16:41:56.076719"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.079424"], ["updated_at", "2018-10-11 16:41:56.079424"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.082077"], ["updated_at", "2018-10-11 16:41:56.082077"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.084555"], ["updated_at", "2018-10-11 16:41:56.084555"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.087172"], ["updated_at", "2018-10-11 16:41:56.087172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.089796"], ["updated_at", "2018-10-11 16:41:56.089796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.091478"], ["updated_at", "2018-10-11 16:41:56.091478"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.093057"], ["updated_at", "2018-10-11 16:41:56.093057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.094739"], ["updated_at", "2018-10-11 16:41:56.094739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.096358"], ["updated_at", "2018-10-11 16:41:56.096358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.097972"], ["updated_at", "2018-10-11 16:41:56.097972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.099535"], ["updated_at", "2018-10-11 16:41:56.099535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.101124"], ["updated_at", "2018-10-11 16:41:56.101124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.102749"], ["updated_at", "2018-10-11 16:41:56.102749"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.104275"], ["updated_at", "2018-10-11 16:41:56.104275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.105934"], ["updated_at", "2018-10-11 16:41:56.105934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.107493"], ["updated_at", "2018-10-11 16:41:56.107493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.109157"], ["updated_at", "2018-10-11 16:41:56.109157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.110738"], ["updated_at", "2018-10-11 16:41:56.110738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.112741"], ["updated_at", "2018-10-11 16:41:56.112741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.114383"], ["updated_at", "2018-10-11 16:41:56.114383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.115974"], ["updated_at", "2018-10-11 16:41:56.115974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.117626"], ["updated_at", "2018-10-11 16:41:56.117626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.119502"], ["updated_at", "2018-10-11 16:41:56.119502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.121351"], ["updated_at", "2018-10-11 16:41:56.121351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.122939"], ["updated_at", "2018-10-11 16:41:56.122939"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.124623"], ["updated_at", "2018-10-11 16:41:56.124623"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.128559"], ["updated_at", "2018-10-11 16:41:56.128559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.130490"], ["updated_at", "2018-10-11 16:41:56.130490"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.132197"], ["updated_at", "2018-10-11 16:41:56.132197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.133795"], ["updated_at", "2018-10-11 16:41:56.133795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.135811"], ["updated_at", "2018-10-11 16:41:56.135811"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.137517"], ["updated_at", "2018-10-11 16:41:56.137517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.140519"], ["updated_at", "2018-10-11 16:41:56.140519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.142139"], ["updated_at", "2018-10-11 16:41:56.142139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.143980"], ["updated_at", "2018-10-11 16:41:56.143980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.145612"], ["updated_at", "2018-10-11 16:41:56.145612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.147245"], ["updated_at", "2018-10-11 16:41:56.147245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.148833"], ["updated_at", "2018-10-11 16:41:56.148833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.150398"], ["updated_at", "2018-10-11 16:41:56.150398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.152383"], ["updated_at", "2018-10-11 16:41:56.152383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.154061"], ["updated_at", "2018-10-11 16:41:56.154061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.155618"], ["updated_at", "2018-10-11 16:41:56.155618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.157163"], ["updated_at", "2018-10-11 16:41:56.157163"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.158708"], ["updated_at", "2018-10-11 16:41:56.158708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.160569"], ["updated_at", "2018-10-11 16:41:56.160569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.162152"], ["updated_at", "2018-10-11 16:41:56.162152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.163859"], ["updated_at", "2018-10-11 16:41:56.163859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.165423"], ["updated_at", "2018-10-11 16:41:56.165423"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.167005"], ["updated_at", "2018-10-11 16:41:56.167005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.169022"], ["updated_at", "2018-10-11 16:41:56.169022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.170666"], ["updated_at", "2018-10-11 16:41:56.170666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.172245"], ["updated_at", "2018-10-11 16:41:56.172245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.173881"], ["updated_at", "2018-10-11 16:41:56.173881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.175465"], ["updated_at", "2018-10-11 16:41:56.175465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.177195"], ["updated_at", "2018-10-11 16:41:56.177195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.178801"], ["updated_at", "2018-10-11 16:41:56.178801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.180392"], ["updated_at", "2018-10-11 16:41:56.180392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.182019"], ["updated_at", "2018-10-11 16:41:56.182019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.183606"], ["updated_at", "2018-10-11 16:41:56.183606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.185457"], ["updated_at", "2018-10-11 16:41:56.185457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.187162"], ["updated_at", "2018-10-11 16:41:56.187162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.188809"], ["updated_at", "2018-10-11 16:41:56.188809"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.190569"], ["updated_at", "2018-10-11 16:41:56.190569"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.193104"], ["updated_at", "2018-10-11 16:41:56.193104"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.195224"], ["updated_at", "2018-10-11 16:41:56.195224"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.197233"], ["updated_at", "2018-10-11 16:41:56.197233"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.199442"], ["updated_at", "2018-10-11 16:41:56.199442"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.201833"], ["updated_at", "2018-10-11 16:41:56.201833"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.203833"], ["updated_at", "2018-10-11 16:41:56.203833"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.205773"], ["updated_at", "2018-10-11 16:41:56.205773"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.210057"], ["updated_at", "2018-10-11 16:41:56.210057"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.212626"], ["updated_at", "2018-10-11 16:41:56.212626"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.214825"], ["updated_at", "2018-10-11 16:41:56.214825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.216745"], ["updated_at", "2018-10-11 16:41:56.216745"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.218732"], ["updated_at", "2018-10-11 16:41:56.218732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.221019"], ["updated_at", "2018-10-11 16:41:56.221019"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.222724"], ["updated_at", "2018-10-11 16:41:56.222724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.224672"], ["updated_at", "2018-10-11 16:41:56.224672"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.226300"], ["updated_at", "2018-10-11 16:41:56.226300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.228134"], ["updated_at", "2018-10-11 16:41:56.228134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.229806"], ["updated_at", "2018-10-11 16:41:56.229806"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.231504"], ["updated_at", "2018-10-11 16:41:56.231504"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.234365"], ["updated_at", "2018-10-11 16:41:56.234365"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.237763"], ["updated_at", "2018-10-11 16:41:56.237763"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.239590"], ["updated_at", "2018-10-11 16:41:56.239590"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.241798"], ["updated_at", "2018-10-11 16:41:56.241798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.243526"], ["updated_at", "2018-10-11 16:41:56.243526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.245216"], ["updated_at", "2018-10-11 16:41:56.245216"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.246886"], ["updated_at", "2018-10-11 16:41:56.246886"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.249547"], ["updated_at", "2018-10-11 16:41:56.249547"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.253297"], ["updated_at", "2018-10-11 16:41:56.253297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.255259"], ["updated_at", "2018-10-11 16:41:56.255259"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.257463"], ["updated_at", "2018-10-11 16:41:56.257463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.260231"], ["updated_at", "2018-10-11 16:41:56.260231"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.262099"], ["updated_at", "2018-10-11 16:41:56.262099"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.264368"], ["updated_at", "2018-10-11 16:41:56.264368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.267803"], ["updated_at", "2018-10-11 16:41:56.267803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.269680"], ["updated_at", "2018-10-11 16:41:56.269680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.273110"], ["updated_at", "2018-10-11 16:41:56.273110"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.274995"], ["updated_at", "2018-10-11 16:41:56.274995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.276657"], ["updated_at", "2018-10-11 16:41:56.276657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.278287"], ["updated_at", "2018-10-11 16:41:56.278287"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.279848"], ["updated_at", "2018-10-11 16:41:56.279848"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.282868"], ["updated_at", "2018-10-11 16:41:56.282868"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.285197"], ["updated_at", "2018-10-11 16:41:56.285197"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.287020"], ["updated_at", "2018-10-11 16:41:56.287020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.289200"], ["updated_at", "2018-10-11 16:41:56.289200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.291038"], ["updated_at", "2018-10-11 16:41:56.291038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.292707"], ["updated_at", "2018-10-11 16:41:56.292707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.294289"], ["updated_at", "2018-10-11 16:41:56.294289"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.295907"], ["updated_at", "2018-10-11 16:41:56.295907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.298874"], ["updated_at", "2018-10-11 16:41:56.298874"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.301130"], ["updated_at", "2018-10-11 16:41:56.301130"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.303439"], ["updated_at", "2018-10-11 16:41:56.303439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.305673"], ["updated_at", "2018-10-11 16:41:56.305673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.307464"], ["updated_at", "2018-10-11 16:41:56.307464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.309066"], ["updated_at", "2018-10-11 16:41:56.309066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.310764"], ["updated_at", "2018-10-11 16:41:56.310764"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.312341"], ["updated_at", "2018-10-11 16:41:56.312341"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.315527"], ["updated_at", "2018-10-11 16:41:56.315527"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.318378"], ["updated_at", "2018-10-11 16:41:56.318378"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.321387"], ["updated_at", "2018-10-11 16:41:56.321387"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.324021"], ["updated_at", "2018-10-11 16:41:56.324021"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.326594"], ["updated_at", "2018-10-11 16:41:56.326594"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.330948"], ["updated_at", "2018-10-11 16:41:56.330948"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.335027"], ["updated_at", "2018-10-11 16:41:56.335027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.337942"], ["updated_at", "2018-10-11 16:41:56.337942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.339940"], ["updated_at", "2018-10-11 16:41:56.339940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.341430"], ["updated_at", "2018-10-11 16:41:56.341430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.344039"], ["updated_at", "2018-10-11 16:41:56.344039"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.346106"], ["updated_at", "2018-10-11 16:41:56.346106"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.348453"], ["updated_at", "2018-10-11 16:41:56.348453"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.350881"], ["updated_at", "2018-10-11 16:41:56.350881"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.353135"], ["updated_at", "2018-10-11 16:41:56.353135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.355787"], ["updated_at", "2018-10-11 16:41:56.355787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.357463"], ["updated_at", "2018-10-11 16:41:56.357463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.359072"], ["updated_at", "2018-10-11 16:41:56.359072"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.360641"], ["updated_at", "2018-10-11 16:41:56.360641"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.362911"], ["updated_at", "2018-10-11 16:41:56.362911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.365628"], ["updated_at", "2018-10-11 16:41:56.365628"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.367530"], ["updated_at", "2018-10-11 16:41:56.367530"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.369355"], ["updated_at", "2018-10-11 16:41:56.369355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.371527"], ["updated_at", "2018-10-11 16:41:56.371527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.373146"], ["updated_at", "2018-10-11 16:41:56.373146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.374825"], ["updated_at", "2018-10-11 16:41:56.374825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.376428"], ["updated_at", "2018-10-11 16:41:56.376428"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.378465"], ["updated_at", "2018-10-11 16:41:56.378465"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.380385"], ["updated_at", "2018-10-11 16:41:56.380385"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.383434"], ["updated_at", "2018-10-11 16:41:56.383434"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.388464"], ["updated_at", "2018-10-11 16:41:56.388464"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.391994"], ["updated_at", "2018-10-11 16:41:56.391994"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.395851"], ["updated_at", "2018-10-11 16:41:56.395851"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.399247"], ["updated_at", "2018-10-11 16:41:56.399247"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.401712"], ["updated_at", "2018-10-11 16:41:56.401712"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.404811"], ["updated_at", "2018-10-11 16:41:56.404811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.407360"], ["updated_at", "2018-10-11 16:41:56.407360"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.409100"], ["updated_at", "2018-10-11 16:41:56.409100"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.412757"], ["updated_at", "2018-10-11 16:41:56.412757"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.415273"], ["updated_at", "2018-10-11 16:41:56.415273"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.417319"], ["updated_at", "2018-10-11 16:41:56.417319"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.420791"], ["updated_at", "2018-10-11 16:41:56.420791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.422976"], ["updated_at", "2018-10-11 16:41:56.422976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.424613"], ["updated_at", "2018-10-11 16:41:56.424613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.426550"], ["updated_at", "2018-10-11 16:41:56.426550"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.428249"], ["updated_at", "2018-10-11 16:41:56.428249"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.430174"], ["updated_at", "2018-10-11 16:41:56.430174"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.432162"], ["updated_at", "2018-10-11 16:41:56.432162"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.435507"], ["updated_at", "2018-10-11 16:41:56.435507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.437682"], ["updated_at", "2018-10-11 16:41:56.437682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.439598"], ["updated_at", "2018-10-11 16:41:56.439598"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.441304"], ["updated_at", "2018-10-11 16:41:56.441304"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.444216"], ["updated_at", "2018-10-11 16:41:56.444216"], ["parent_id", 39895952907]] Kithe::Work Create (2.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.448168"], ["updated_at", "2018-10-11 16:41:56.448168"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.453847"], ["updated_at", "2018-10-11 16:41:56.453847"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.457076"], ["updated_at", "2018-10-11 16:41:56.457076"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.460346"], ["updated_at", "2018-10-11 16:41:56.460346"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.462650"], ["updated_at", "2018-10-11 16:41:56.462650"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.465149"], ["updated_at", "2018-10-11 16:41:56.465149"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.469011"], ["updated_at", "2018-10-11 16:41:56.469011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.472583"], ["updated_at", "2018-10-11 16:41:56.472583"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.474687"], ["updated_at", "2018-10-11 16:41:56.474687"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.477278"], ["updated_at", "2018-10-11 16:41:56.477278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.479035"], ["updated_at", "2018-10-11 16:41:56.479035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.481028"], ["updated_at", "2018-10-11 16:41:56.481028"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.483079"], ["updated_at", "2018-10-11 16:41:56.483079"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.485276"], ["updated_at", "2018-10-11 16:41:56.485276"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.487140"], ["updated_at", "2018-10-11 16:41:56.487140"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.490632"], ["updated_at", "2018-10-11 16:41:56.490632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.492589"], ["updated_at", "2018-10-11 16:41:56.492589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.494242"], ["updated_at", "2018-10-11 16:41:56.494242"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.495807"], ["updated_at", "2018-10-11 16:41:56.495807"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.497818"], ["updated_at", "2018-10-11 16:41:56.497818"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.500214"], ["updated_at", "2018-10-11 16:41:56.500214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.502101"], ["updated_at", "2018-10-11 16:41:56.502101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.503870"], ["updated_at", "2018-10-11 16:41:56.503870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.505549"], ["updated_at", "2018-10-11 16:41:56.505549"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.507498"], ["updated_at", "2018-10-11 16:41:56.507498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.509341"], ["updated_at", "2018-10-11 16:41:56.509341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.510946"], ["updated_at", "2018-10-11 16:41:56.510946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.512546"], ["updated_at", "2018-10-11 16:41:56.512546"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.514544"], ["updated_at", "2018-10-11 16:41:56.514544"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.516766"], ["updated_at", "2018-10-11 16:41:56.516766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.518680"], ["updated_at", "2018-10-11 16:41:56.518680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.520466"], ["updated_at", "2018-10-11 16:41:56.520466"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.522244"], ["updated_at", "2018-10-11 16:41:56.522244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.524511"], ["updated_at", "2018-10-11 16:41:56.524511"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.526847"], ["updated_at", "2018-10-11 16:41:56.526847"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.529239"], ["updated_at", "2018-10-11 16:41:56.529239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.531961"], ["updated_at", "2018-10-11 16:41:56.531961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.533814"], ["updated_at", "2018-10-11 16:41:56.533814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.535659"], ["updated_at", "2018-10-11 16:41:56.535659"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.537444"], ["updated_at", "2018-10-11 16:41:56.537444"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.540589"], ["updated_at", "2018-10-11 16:41:56.540589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.542382"], ["updated_at", "2018-10-11 16:41:56.542382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.544013"], ["updated_at", "2018-10-11 16:41:56.544013"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.545568"], ["updated_at", "2018-10-11 16:41:56.545568"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.548159"], ["updated_at", "2018-10-11 16:41:56.548159"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.550023"], ["updated_at", "2018-10-11 16:41:56.550023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.552016"], ["updated_at", "2018-10-11 16:41:56.552016"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.553850"], ["updated_at", "2018-10-11 16:41:56.553850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.556145"], ["updated_at", "2018-10-11 16:41:56.556145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.557871"], ["updated_at", "2018-10-11 16:41:56.557871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.559569"], ["updated_at", "2018-10-11 16:41:56.559569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.561231"], ["updated_at", "2018-10-11 16:41:56.561231"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.564217"], ["updated_at", "2018-10-11 16:41:56.564217"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.566265"], ["updated_at", "2018-10-11 16:41:56.566265"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.568095"], ["updated_at", "2018-10-11 16:41:56.568095"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.572055"], ["updated_at", "2018-10-11 16:41:56.572055"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.576126"], ["updated_at", "2018-10-11 16:41:56.576126"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.580226"], ["updated_at", "2018-10-11 16:41:56.580226"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.584063"], ["updated_at", "2018-10-11 16:41:56.584063"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.587707"], ["updated_at", "2018-10-11 16:41:56.587707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.590556"], ["updated_at", "2018-10-11 16:41:56.590556"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.592783"], ["updated_at", "2018-10-11 16:41:56.592783"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.594825"], ["updated_at", "2018-10-11 16:41:56.594825"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.597975"], ["updated_at", "2018-10-11 16:41:56.597975"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.606477"], ["updated_at", "2018-10-11 16:41:56.606477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.608236"], ["updated_at", "2018-10-11 16:41:56.608236"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.611076"], ["updated_at", "2018-10-11 16:41:56.611076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.613650"], ["updated_at", "2018-10-11 16:41:56.613650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.615296"], ["updated_at", "2018-10-11 16:41:56.615296"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.617016"], ["updated_at", "2018-10-11 16:41:56.617016"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.620337"], ["updated_at", "2018-10-11 16:41:56.620337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.623892"], ["updated_at", "2018-10-11 16:41:56.623892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.625572"], ["updated_at", "2018-10-11 16:41:56.625572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.627152"], ["updated_at", "2018-10-11 16:41:56.627152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.630181"], ["updated_at", "2018-10-11 16:41:56.630181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.631935"], ["updated_at", "2018-10-11 16:41:56.631935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.633594"], ["updated_at", "2018-10-11 16:41:56.633594"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.635731"], ["updated_at", "2018-10-11 16:41:56.635731"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.638069"], ["updated_at", "2018-10-11 16:41:56.638069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.639752"], ["updated_at", "2018-10-11 16:41:56.639752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.641351"], ["updated_at", "2018-10-11 16:41:56.641351"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.642891"], ["updated_at", "2018-10-11 16:41:56.642891"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.645087"], ["updated_at", "2018-10-11 16:41:56.645087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.647117"], ["updated_at", "2018-10-11 16:41:56.647117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.648745"], ["updated_at", "2018-10-11 16:41:56.648745"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.650343"], ["updated_at", "2018-10-11 16:41:56.650343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.652751"], ["updated_at", "2018-10-11 16:41:56.652751"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.654767"], ["updated_at", "2018-10-11 16:41:56.654767"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.656720"], ["updated_at", "2018-10-11 16:41:56.656720"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.658563"], ["updated_at", "2018-10-11 16:41:56.658563"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.661779"], ["updated_at", "2018-10-11 16:41:56.661779"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.664168"], ["updated_at", "2018-10-11 16:41:56.664168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.665870"], ["updated_at", "2018-10-11 16:41:56.665870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.667468"], ["updated_at", "2018-10-11 16:41:56.667468"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.669921"], ["updated_at", "2018-10-11 16:41:56.669921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.671800"], ["updated_at", "2018-10-11 16:41:56.671800"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.674762"], ["updated_at", "2018-10-11 16:41:56.674762"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.677032"], ["updated_at", "2018-10-11 16:41:56.677032"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.678821"], ["updated_at", "2018-10-11 16:41:56.678821"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.680843"], ["updated_at", "2018-10-11 16:41:56.680843"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.682624"], ["updated_at", "2018-10-11 16:41:56.682624"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.685009"], ["updated_at", "2018-10-11 16:41:56.685009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.687054"], ["updated_at", "2018-10-11 16:41:56.687054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.688812"], ["updated_at", "2018-10-11 16:41:56.688812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.690526"], ["updated_at", "2018-10-11 16:41:56.690526"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.692909"], ["updated_at", "2018-10-11 16:41:56.692909"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.696695"], ["updated_at", "2018-10-11 16:41:56.696695"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.699973"], ["updated_at", "2018-10-11 16:41:56.699973"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.704104"], ["updated_at", "2018-10-11 16:41:56.704104"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.707538"], ["updated_at", "2018-10-11 16:41:56.707538"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.711652"], ["updated_at", "2018-10-11 16:41:56.711652"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.714114"], ["updated_at", "2018-10-11 16:41:56.714114"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.716006"], ["updated_at", "2018-10-11 16:41:56.716006"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.718323"], ["updated_at", "2018-10-11 16:41:56.718323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.720058"], ["updated_at", "2018-10-11 16:41:56.720058"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.721983"], ["updated_at", "2018-10-11 16:41:56.721983"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.723768"], ["updated_at", "2018-10-11 16:41:56.723768"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.726311"], ["updated_at", "2018-10-11 16:41:56.726311"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.728782"], ["updated_at", "2018-10-11 16:41:56.728782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.730892"], ["updated_at", "2018-10-11 16:41:56.730892"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.733085"], ["updated_at", "2018-10-11 16:41:56.733085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.735004"], ["updated_at", "2018-10-11 16:41:56.735004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.736681"], ["updated_at", "2018-10-11 16:41:56.736681"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.738375"], ["updated_at", "2018-10-11 16:41:56.738375"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.741786"], ["updated_at", "2018-10-11 16:41:56.741786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.743548"], ["updated_at", "2018-10-11 16:41:56.743548"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.745273"], ["updated_at", "2018-10-11 16:41:56.745273"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.747165"], ["updated_at", "2018-10-11 16:41:56.747165"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.749505"], ["updated_at", "2018-10-11 16:41:56.749505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.751538"], ["updated_at", "2018-10-11 16:41:56.751538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.753227"], ["updated_at", "2018-10-11 16:41:56.753227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.754881"], ["updated_at", "2018-10-11 16:41:56.754881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.757106"], ["updated_at", "2018-10-11 16:41:56.757106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.758858"], ["updated_at", "2018-10-11 16:41:56.758858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.760495"], ["updated_at", "2018-10-11 16:41:56.760495"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.762221"], ["updated_at", "2018-10-11 16:41:56.762221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.764609"], ["updated_at", "2018-10-11 16:41:56.764609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.766325"], ["updated_at", "2018-10-11 16:41:56.766325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.768014"], ["updated_at", "2018-10-11 16:41:56.768014"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.769720"], ["updated_at", "2018-10-11 16:41:56.769720"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.771435"], ["updated_at", "2018-10-11 16:41:56.771435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.773208"], ["updated_at", "2018-10-11 16:41:56.773208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.774831"], ["updated_at", "2018-10-11 16:41:56.774831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.776444"], ["updated_at", "2018-10-11 16:41:56.776444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.778029"], ["updated_at", "2018-10-11 16:41:56.778029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.780080"], ["updated_at", "2018-10-11 16:41:56.780080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.782138"], ["updated_at", "2018-10-11 16:41:56.782138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.783816"], ["updated_at", "2018-10-11 16:41:56.783816"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.785549"], ["updated_at", "2018-10-11 16:41:56.785549"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.787408"], ["updated_at", "2018-10-11 16:41:56.787408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.789127"], ["updated_at", "2018-10-11 16:41:56.789127"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.790717"], ["updated_at", "2018-10-11 16:41:56.790717"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.794069"], ["updated_at", "2018-10-11 16:41:56.794069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.796782"], ["updated_at", "2018-10-11 16:41:56.796782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.798536"], ["updated_at", "2018-10-11 16:41:56.798536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.800122"], ["updated_at", "2018-10-11 16:41:56.800122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.801725"], ["updated_at", "2018-10-11 16:41:56.801725"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.803311"], ["updated_at", "2018-10-11 16:41:56.803311"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.806875"], ["updated_at", "2018-10-11 16:41:56.806875"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.808689"], ["updated_at", "2018-10-11 16:41:56.808689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.810488"], ["updated_at", "2018-10-11 16:41:56.810488"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.812202"], ["updated_at", "2018-10-11 16:41:56.812202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.814411"], ["updated_at", "2018-10-11 16:41:56.814411"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.816175"], ["updated_at", "2018-10-11 16:41:56.816175"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.819800"], ["updated_at", "2018-10-11 16:41:56.819800"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.823536"], ["updated_at", "2018-10-11 16:41:56.823536"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.827314"], ["updated_at", "2018-10-11 16:41:56.827314"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.830693"], ["updated_at", "2018-10-11 16:41:56.830693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.834847"], ["updated_at", "2018-10-11 16:41:56.834847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.836804"], ["updated_at", "2018-10-11 16:41:56.836804"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.838391"], ["updated_at", "2018-10-11 16:41:56.838391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.840156"], ["updated_at", "2018-10-11 16:41:56.840156"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.841705"], ["updated_at", "2018-10-11 16:41:56.841705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.843612"], ["updated_at", "2018-10-11 16:41:56.843612"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.845225"], ["updated_at", "2018-10-11 16:41:56.845225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.847100"], ["updated_at", "2018-10-11 16:41:56.847100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.848692"], ["updated_at", "2018-10-11 16:41:56.848692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.850509"], ["updated_at", "2018-10-11 16:41:56.850509"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.852166"], ["updated_at", "2018-10-11 16:41:56.852166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.853799"], ["updated_at", "2018-10-11 16:41:56.853799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.855393"], ["updated_at", "2018-10-11 16:41:56.855393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.856942"], ["updated_at", "2018-10-11 16:41:56.856942"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.858865"], ["updated_at", "2018-10-11 16:41:56.858865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.861175"], ["updated_at", "2018-10-11 16:41:56.861175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.863011"], ["updated_at", "2018-10-11 16:41:56.863011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.864570"], ["updated_at", "2018-10-11 16:41:56.864570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.866247"], ["updated_at", "2018-10-11 16:41:56.866247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.867843"], ["updated_at", "2018-10-11 16:41:56.867843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.869403"], ["updated_at", "2018-10-11 16:41:56.869403"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.873018"], ["updated_at", "2018-10-11 16:41:56.873018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.874885"], ["updated_at", "2018-10-11 16:41:56.874885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.876471"], ["updated_at", "2018-10-11 16:41:56.876471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.878179"], ["updated_at", "2018-10-11 16:41:56.878179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.879815"], ["updated_at", "2018-10-11 16:41:56.879815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.881423"], ["updated_at", "2018-10-11 16:41:56.881423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.883031"], ["updated_at", "2018-10-11 16:41:56.883031"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.885145"], ["updated_at", "2018-10-11 16:41:56.885145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.888063"], ["updated_at", "2018-10-11 16:41:56.888063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.890176"], ["updated_at", "2018-10-11 16:41:56.890176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.892124"], ["updated_at", "2018-10-11 16:41:56.892124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.894262"], ["updated_at", "2018-10-11 16:41:56.894262"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.896031"], ["updated_at", "2018-10-11 16:41:56.896031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.897764"], ["updated_at", "2018-10-11 16:41:56.897764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.899434"], ["updated_at", "2018-10-11 16:41:56.899434"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.901367"], ["updated_at", "2018-10-11 16:41:56.901367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.904555"], ["updated_at", "2018-10-11 16:41:56.904555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.906558"], ["updated_at", "2018-10-11 16:41:56.906558"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.908408"], ["updated_at", "2018-10-11 16:41:56.908408"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.910201"], ["updated_at", "2018-10-11 16:41:56.910201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.912697"], ["updated_at", "2018-10-11 16:41:56.912697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.914559"], ["updated_at", "2018-10-11 16:41:56.914559"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.916274"], ["updated_at", "2018-10-11 16:41:56.916274"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.918628"], ["updated_at", "2018-10-11 16:41:56.918628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.921263"], ["updated_at", "2018-10-11 16:41:56.921263"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.923072"], ["updated_at", "2018-10-11 16:41:56.923072"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.925471"], ["updated_at", "2018-10-11 16:41:56.925471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.929832"], ["updated_at", "2018-10-11 16:41:56.929832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.931467"], ["updated_at", "2018-10-11 16:41:56.931467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.933041"], ["updated_at", "2018-10-11 16:41:56.933041"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.934547"], ["updated_at", "2018-10-11 16:41:56.934547"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.936888"], ["updated_at", "2018-10-11 16:41:56.936888"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.940377"], ["updated_at", "2018-10-11 16:41:56.940377"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.943125"], ["updated_at", "2018-10-11 16:41:56.943125"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.945979"], ["updated_at", "2018-10-11 16:41:56.945979"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.948569"], ["updated_at", "2018-10-11 16:41:56.948569"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.951150"], ["updated_at", "2018-10-11 16:41:56.951150"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.954949"], ["updated_at", "2018-10-11 16:41:56.954949"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.957451"], ["updated_at", "2018-10-11 16:41:56.957451"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.960162"], ["updated_at", "2018-10-11 16:41:56.960162"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.962681"], ["updated_at", "2018-10-11 16:41:56.962681"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.965699"], ["updated_at", "2018-10-11 16:41:56.965699"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.968167"], ["updated_at", "2018-10-11 16:41:56.968167"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.970733"], ["updated_at", "2018-10-11 16:41:56.970733"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.974151"], ["updated_at", "2018-10-11 16:41:56.974151"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.977779"], ["updated_at", "2018-10-11 16:41:56.977779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.980240"], ["updated_at", "2018-10-11 16:41:56.980240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.981807"], ["updated_at", "2018-10-11 16:41:56.981807"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.983573"], ["updated_at", "2018-10-11 16:41:56.983573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.985499"], ["updated_at", "2018-10-11 16:41:56.985499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.987135"], ["updated_at", "2018-10-11 16:41:56.987135"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.988843"], ["updated_at", "2018-10-11 16:41:56.988843"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.990719"], ["updated_at", "2018-10-11 16:41:56.990719"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.993961"], ["updated_at", "2018-10-11 16:41:56.993961"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.996062"], ["updated_at", "2018-10-11 16:41:56.996062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:56.998160"], ["updated_at", "2018-10-11 16:41:56.998160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.000286"], ["updated_at", "2018-10-11 16:41:57.000286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.002095"], ["updated_at", "2018-10-11 16:41:57.002095"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.003843"], ["updated_at", "2018-10-11 16:41:57.003843"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.007064"], ["updated_at", "2018-10-11 16:41:57.007064"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.009130"], ["updated_at", "2018-10-11 16:41:57.009130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.010899"], ["updated_at", "2018-10-11 16:41:57.010899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.012561"], ["updated_at", "2018-10-11 16:41:57.012561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.014271"], ["updated_at", "2018-10-11 16:41:57.014271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.015940"], ["updated_at", "2018-10-11 16:41:57.015940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.017883"], ["updated_at", "2018-10-11 16:41:57.017883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.019510"], ["updated_at", "2018-10-11 16:41:57.019510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.021054"], ["updated_at", "2018-10-11 16:41:57.021054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.022718"], ["updated_at", "2018-10-11 16:41:57.022718"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.024879"], ["updated_at", "2018-10-11 16:41:57.024879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.026660"], ["updated_at", "2018-10-11 16:41:57.026660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.028589"], ["updated_at", "2018-10-11 16:41:57.028589"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.030202"], ["updated_at", "2018-10-11 16:41:57.030202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.031983"], ["updated_at", "2018-10-11 16:41:57.031983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.034029"], ["updated_at", "2018-10-11 16:41:57.034029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.035623"], ["updated_at", "2018-10-11 16:41:57.035623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.037199"], ["updated_at", "2018-10-11 16:41:57.037199"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.038810"], ["updated_at", "2018-10-11 16:41:57.038810"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.040914"], ["updated_at", "2018-10-11 16:41:57.040914"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.043007"], ["updated_at", "2018-10-11 16:41:57.043007"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.045328"], ["updated_at", "2018-10-11 16:41:57.045328"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.049197"], ["updated_at", "2018-10-11 16:41:57.049197"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.051333"], ["updated_at", "2018-10-11 16:41:57.051333"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.053988"], ["updated_at", "2018-10-11 16:41:57.053988"], ["parent_id", 39895952907]] Kithe::Work Create (4.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.058070"], ["updated_at", "2018-10-11 16:41:57.058070"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.089179"], ["updated_at", "2018-10-11 16:41:57.089179"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.092657"], ["updated_at", "2018-10-11 16:41:57.092657"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.095407"], ["updated_at", "2018-10-11 16:41:57.095407"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.098184"], ["updated_at", "2018-10-11 16:41:57.098184"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.101892"], ["updated_at", "2018-10-11 16:41:57.101892"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.105024"], ["updated_at", "2018-10-11 16:41:57.105024"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.107143"], ["updated_at", "2018-10-11 16:41:57.107143"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.109082"], ["updated_at", "2018-10-11 16:41:57.109082"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.111139"], ["updated_at", "2018-10-11 16:41:57.111139"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.114753"], ["updated_at", "2018-10-11 16:41:57.114753"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.118301"], ["updated_at", "2018-10-11 16:41:57.118301"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.120127"], ["updated_at", "2018-10-11 16:41:57.120127"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.124001"], ["updated_at", "2018-10-11 16:41:57.124001"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.128197"], ["updated_at", "2018-10-11 16:41:57.128197"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.132323"], ["updated_at", "2018-10-11 16:41:57.132323"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.145637"], ["updated_at", "2018-10-11 16:41:57.145637"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.149458"], ["updated_at", "2018-10-11 16:41:57.149458"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.151763"], ["updated_at", "2018-10-11 16:41:57.151763"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.158959"], ["updated_at", "2018-10-11 16:41:57.158959"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.160758"], ["updated_at", "2018-10-11 16:41:57.160758"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.162457"], ["updated_at", "2018-10-11 16:41:57.162457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.164228"], ["updated_at", "2018-10-11 16:41:57.164228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.165940"], ["updated_at", "2018-10-11 16:41:57.165940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.167552"], ["updated_at", "2018-10-11 16:41:57.167552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.169416"], ["updated_at", "2018-10-11 16:41:57.169416"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.171783"], ["updated_at", "2018-10-11 16:41:57.171783"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.174211"], ["updated_at", "2018-10-11 16:41:57.174211"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.180039"], ["updated_at", "2018-10-11 16:41:57.180039"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.182780"], ["updated_at", "2018-10-11 16:41:57.182780"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.186470"], ["updated_at", "2018-10-11 16:41:57.186470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.188217"], ["updated_at", "2018-10-11 16:41:57.188217"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.190704"], ["updated_at", "2018-10-11 16:41:57.190704"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.195505"], ["updated_at", "2018-10-11 16:41:57.195505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.198278"], ["updated_at", "2018-10-11 16:41:57.198278"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.199874"], ["updated_at", "2018-10-11 16:41:57.199874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.202111"], ["updated_at", "2018-10-11 16:41:57.202111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.203757"], ["updated_at", "2018-10-11 16:41:57.203757"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.205490"], ["updated_at", "2018-10-11 16:41:57.205490"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.211596"], ["updated_at", "2018-10-11 16:41:57.211596"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.215240"], ["updated_at", "2018-10-11 16:41:57.215240"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.219226"], ["updated_at", "2018-10-11 16:41:57.219226"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.222862"], ["updated_at", "2018-10-11 16:41:57.222862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.227007"], ["updated_at", "2018-10-11 16:41:57.227007"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.229163"], ["updated_at", "2018-10-11 16:41:57.229163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.231045"], ["updated_at", "2018-10-11 16:41:57.231045"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.233191"], ["updated_at", "2018-10-11 16:41:57.233191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.235558"], ["updated_at", "2018-10-11 16:41:57.235558"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.237803"], ["updated_at", "2018-10-11 16:41:57.237803"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.239658"], ["updated_at", "2018-10-11 16:41:57.239658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.243190"], ["updated_at", "2018-10-11 16:41:57.243190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.244974"], ["updated_at", "2018-10-11 16:41:57.244974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.246974"], ["updated_at", "2018-10-11 16:41:57.246974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.249263"], ["updated_at", "2018-10-11 16:41:57.249263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.251634"], ["updated_at", "2018-10-11 16:41:57.251634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.253344"], ["updated_at", "2018-10-11 16:41:57.253344"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.254928"], ["updated_at", "2018-10-11 16:41:57.254928"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.257641"], ["updated_at", "2018-10-11 16:41:57.257641"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.260595"], ["updated_at", "2018-10-11 16:41:57.260595"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.276557"], ["updated_at", "2018-10-11 16:41:57.276557"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.279644"], ["updated_at", "2018-10-11 16:41:57.279644"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.282899"], ["updated_at", "2018-10-11 16:41:57.282899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.286335"], ["updated_at", "2018-10-11 16:41:57.286335"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.288620"], ["updated_at", "2018-10-11 16:41:57.288620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.291008"], ["updated_at", "2018-10-11 16:41:57.291008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.292646"], ["updated_at", "2018-10-11 16:41:57.292646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.294331"], ["updated_at", "2018-10-11 16:41:57.294331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.295907"], ["updated_at", "2018-10-11 16:41:57.295907"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.298612"], ["updated_at", "2018-10-11 16:41:57.298612"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.302081"], ["updated_at", "2018-10-11 16:41:57.302081"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.304228"], ["updated_at", "2018-10-11 16:41:57.304228"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.306508"], ["updated_at", "2018-10-11 16:41:57.306508"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.309423"], ["updated_at", "2018-10-11 16:41:57.309423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.311417"], ["updated_at", "2018-10-11 16:41:57.311417"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.313199"], ["updated_at", "2018-10-11 16:41:57.313199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.315732"], ["updated_at", "2018-10-11 16:41:57.315732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.317424"], ["updated_at", "2018-10-11 16:41:57.317424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.319025"], ["updated_at", "2018-10-11 16:41:57.319025"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.320691"], ["updated_at", "2018-10-11 16:41:57.320691"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.323160"], ["updated_at", "2018-10-11 16:41:57.323160"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.325096"], ["updated_at", "2018-10-11 16:41:57.325096"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.327885"], ["updated_at", "2018-10-11 16:41:57.327885"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.332838"], ["updated_at", "2018-10-11 16:41:57.332838"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.334953"], ["updated_at", "2018-10-11 16:41:57.334953"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.337137"], ["updated_at", "2018-10-11 16:41:57.337137"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.341366"], ["updated_at", "2018-10-11 16:41:57.341366"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.345803"], ["updated_at", "2018-10-11 16:41:57.345803"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.349688"], ["updated_at", "2018-10-11 16:41:57.349688"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.352812"], ["updated_at", "2018-10-11 16:41:57.352812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.355920"], ["updated_at", "2018-10-11 16:41:57.355920"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.357651"], ["updated_at", "2018-10-11 16:41:57.357651"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.359899"], ["updated_at", "2018-10-11 16:41:57.359899"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.363684"], ["updated_at", "2018-10-11 16:41:57.363684"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.366497"], ["updated_at", "2018-10-11 16:41:57.366497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.368318"], ["updated_at", "2018-10-11 16:41:57.368318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.370455"], ["updated_at", "2018-10-11 16:41:57.370455"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.372970"], ["updated_at", "2018-10-11 16:41:57.372970"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.376038"], ["updated_at", "2018-10-11 16:41:57.376038"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.381309"], ["updated_at", "2018-10-11 16:41:57.381309"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.384686"], ["updated_at", "2018-10-11 16:41:57.384686"], ["parent_id", 39895952907]] Kithe::Work Create (4.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.388909"], ["updated_at", "2018-10-11 16:41:57.388909"], ["parent_id", 39895952907]] Kithe::Work Create (4.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.396132"], ["updated_at", "2018-10-11 16:41:57.396132"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.403638"], ["updated_at", "2018-10-11 16:41:57.403638"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.406336"], ["updated_at", "2018-10-11 16:41:57.406336"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.413013"], ["updated_at", "2018-10-11 16:41:57.413013"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.415149"], ["updated_at", "2018-10-11 16:41:57.415149"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.416916"], ["updated_at", "2018-10-11 16:41:57.416916"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.418917"], ["updated_at", "2018-10-11 16:41:57.418917"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.421484"], ["updated_at", "2018-10-11 16:41:57.421484"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.423950"], ["updated_at", "2018-10-11 16:41:57.423950"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.427976"], ["updated_at", "2018-10-11 16:41:57.427976"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.431675"], ["updated_at", "2018-10-11 16:41:57.431675"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.435014"], ["updated_at", "2018-10-11 16:41:57.435014"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.438792"], ["updated_at", "2018-10-11 16:41:57.438792"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.442061"], ["updated_at", "2018-10-11 16:41:57.442061"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.445166"], ["updated_at", "2018-10-11 16:41:57.445166"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.448143"], ["updated_at", "2018-10-11 16:41:57.448143"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.452608"], ["updated_at", "2018-10-11 16:41:57.452608"], ["parent_id", 39895952907]] Kithe::Work Create (15.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.456085"], ["updated_at", "2018-10-11 16:41:57.456085"], ["parent_id", 39895952907]] Kithe::Work Create (3.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.483078"], ["updated_at", "2018-10-11 16:41:57.483078"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.497682"], ["updated_at", "2018-10-11 16:41:57.497682"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.500911"], ["updated_at", "2018-10-11 16:41:57.500911"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.504968"], ["updated_at", "2018-10-11 16:41:57.504968"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.514194"], ["updated_at", "2018-10-11 16:41:57.514194"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.517387"], ["updated_at", "2018-10-11 16:41:57.517387"], ["parent_id", 39895952907]] Kithe::Work Create (5.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.521621"], ["updated_at", "2018-10-11 16:41:57.521621"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.534741"], ["updated_at", "2018-10-11 16:41:57.534741"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.537168"], ["updated_at", "2018-10-11 16:41:57.537168"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.539391"], ["updated_at", "2018-10-11 16:41:57.539391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.547580"], ["updated_at", "2018-10-11 16:41:57.547580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.549456"], ["updated_at", "2018-10-11 16:41:57.549456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.551358"], ["updated_at", "2018-10-11 16:41:57.551358"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.553490"], ["updated_at", "2018-10-11 16:41:57.553490"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.556175"], ["updated_at", "2018-10-11 16:41:57.556175"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.559282"], ["updated_at", "2018-10-11 16:41:57.559282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.561372"], ["updated_at", "2018-10-11 16:41:57.561372"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.563929"], ["updated_at", "2018-10-11 16:41:57.563929"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.567774"], ["updated_at", "2018-10-11 16:41:57.567774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.570819"], ["updated_at", "2018-10-11 16:41:57.570819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.574209"], ["updated_at", "2018-10-11 16:41:57.574209"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.577229"], ["updated_at", "2018-10-11 16:41:57.577229"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.579444"], ["updated_at", "2018-10-11 16:41:57.579444"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.581718"], ["updated_at", "2018-10-11 16:41:57.581718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.583999"], ["updated_at", "2018-10-11 16:41:57.583999"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.587435"], ["updated_at", "2018-10-11 16:41:57.587435"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.589933"], ["updated_at", "2018-10-11 16:41:57.589933"], ["parent_id", 39895952907]] Kithe::Work Create (3.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.598946"], ["updated_at", "2018-10-11 16:41:57.598946"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.610951"], ["updated_at", "2018-10-11 16:41:57.610951"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.617038"], ["updated_at", "2018-10-11 16:41:57.617038"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.619231"], ["updated_at", "2018-10-11 16:41:57.619231"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.621947"], ["updated_at", "2018-10-11 16:41:57.621947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.624855"], ["updated_at", "2018-10-11 16:41:57.624855"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.627117"], ["updated_at", "2018-10-11 16:41:57.627117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.629597"], ["updated_at", "2018-10-11 16:41:57.629597"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.633711"], ["updated_at", "2018-10-11 16:41:57.633711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.636368"], ["updated_at", "2018-10-11 16:41:57.636368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.638359"], ["updated_at", "2018-10-11 16:41:57.638359"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.640414"], ["updated_at", "2018-10-11 16:41:57.640414"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.643189"], ["updated_at", "2018-10-11 16:41:57.643189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.646099"], ["updated_at", "2018-10-11 16:41:57.646099"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.648708"], ["updated_at", "2018-10-11 16:41:57.648708"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.650722"], ["updated_at", "2018-10-11 16:41:57.650722"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.653734"], ["updated_at", "2018-10-11 16:41:57.653734"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.656993"], ["updated_at", "2018-10-11 16:41:57.656993"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.660294"], ["updated_at", "2018-10-11 16:41:57.660294"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.666454"], ["updated_at", "2018-10-11 16:41:57.666454"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.669597"], ["updated_at", "2018-10-11 16:41:57.669597"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.672107"], ["updated_at", "2018-10-11 16:41:57.672107"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.675836"], ["updated_at", "2018-10-11 16:41:57.675836"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.679498"], ["updated_at", "2018-10-11 16:41:57.679498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.681683"], ["updated_at", "2018-10-11 16:41:57.681683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.683771"], ["updated_at", "2018-10-11 16:41:57.683771"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.685847"], ["updated_at", "2018-10-11 16:41:57.685847"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.688136"], ["updated_at", "2018-10-11 16:41:57.688136"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.690726"], ["updated_at", "2018-10-11 16:41:57.690726"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.694070"], ["updated_at", "2018-10-11 16:41:57.694070"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.696354"], ["updated_at", "2018-10-11 16:41:57.696354"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.698611"], ["updated_at", "2018-10-11 16:41:57.698611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.700677"], ["updated_at", "2018-10-11 16:41:57.700677"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.702969"], ["updated_at", "2018-10-11 16:41:57.702969"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.705270"], ["updated_at", "2018-10-11 16:41:57.705270"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.707955"], ["updated_at", "2018-10-11 16:41:57.707955"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.710596"], ["updated_at", "2018-10-11 16:41:57.710596"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.712794"], ["updated_at", "2018-10-11 16:41:57.712794"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.716265"], ["updated_at", "2018-10-11 16:41:57.716265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.718314"], ["updated_at", "2018-10-11 16:41:57.718314"], ["parent_id", 39895952907]] Kithe::Work Create (17.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.720239"], ["updated_at", "2018-10-11 16:41:57.720239"], ["parent_id", 39895952907]] Kithe::Work Create (5.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.739046"], ["updated_at", "2018-10-11 16:41:57.739046"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.745985"], ["updated_at", "2018-10-11 16:41:57.745985"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.749419"], ["updated_at", "2018-10-11 16:41:57.749419"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.753811"], ["updated_at", "2018-10-11 16:41:57.753811"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.756905"], ["updated_at", "2018-10-11 16:41:57.756905"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.759062"], ["updated_at", "2018-10-11 16:41:57.759062"], ["parent_id", 39895952907]] Kithe::Work Create (3.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.762882"], ["updated_at", "2018-10-11 16:41:57.762882"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.768507"], ["updated_at", "2018-10-11 16:41:57.768507"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.770773"], ["updated_at", "2018-10-11 16:41:57.770773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.773329"], ["updated_at", "2018-10-11 16:41:57.773329"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.775095"], ["updated_at", "2018-10-11 16:41:57.775095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.776990"], ["updated_at", "2018-10-11 16:41:57.776990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.778678"], ["updated_at", "2018-10-11 16:41:57.778678"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.780394"], ["updated_at", "2018-10-11 16:41:57.780394"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.782802"], ["updated_at", "2018-10-11 16:41:57.782802"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.785181"], ["updated_at", "2018-10-11 16:41:57.785181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.787038"], ["updated_at", "2018-10-11 16:41:57.787038"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.788987"], ["updated_at", "2018-10-11 16:41:57.788987"], ["parent_id", 39895952907]] Kithe::Work Create (3.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.791678"], ["updated_at", "2018-10-11 16:41:57.791678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.797100"], ["updated_at", "2018-10-11 16:41:57.797100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.798661"], ["updated_at", "2018-10-11 16:41:57.798661"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.800300"], ["updated_at", "2018-10-11 16:41:57.800300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.801958"], ["updated_at", "2018-10-11 16:41:57.801958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.803675"], ["updated_at", "2018-10-11 16:41:57.803675"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.807105"], ["updated_at", "2018-10-11 16:41:57.807105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.808847"], ["updated_at", "2018-10-11 16:41:57.808847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.810624"], ["updated_at", "2018-10-11 16:41:57.810624"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.812246"], ["updated_at", "2018-10-11 16:41:57.812246"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.814522"], ["updated_at", "2018-10-11 16:41:57.814522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.816887"], ["updated_at", "2018-10-11 16:41:57.816887"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.818523"], ["updated_at", "2018-10-11 16:41:57.818523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.820264"], ["updated_at", "2018-10-11 16:41:57.820264"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.821865"], ["updated_at", "2018-10-11 16:41:57.821865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.824024"], ["updated_at", "2018-10-11 16:41:57.824024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.826253"], ["updated_at", "2018-10-11 16:41:57.826253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.827918"], ["updated_at", "2018-10-11 16:41:57.827918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.829554"], ["updated_at", "2018-10-11 16:41:57.829554"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.831237"], ["updated_at", "2018-10-11 16:41:57.831237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.833224"], ["updated_at", "2018-10-11 16:41:57.833224"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.834867"], ["updated_at", "2018-10-11 16:41:57.834867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.836478"], ["updated_at", "2018-10-11 16:41:57.836478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.838105"], ["updated_at", "2018-10-11 16:41:57.838105"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.839815"], ["updated_at", "2018-10-11 16:41:57.839815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.841792"], ["updated_at", "2018-10-11 16:41:57.841792"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.843613"], ["updated_at", "2018-10-11 16:41:57.843613"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.846319"], ["updated_at", "2018-10-11 16:41:57.846319"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.849062"], ["updated_at", "2018-10-11 16:41:57.849062"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.851735"], ["updated_at", "2018-10-11 16:41:57.851735"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.854506"], ["updated_at", "2018-10-11 16:41:57.854506"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.859277"], ["updated_at", "2018-10-11 16:41:57.859277"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.862921"], ["updated_at", "2018-10-11 16:41:57.862921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.865412"], ["updated_at", "2018-10-11 16:41:57.865412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.867379"], ["updated_at", "2018-10-11 16:41:57.867379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.869055"], ["updated_at", "2018-10-11 16:41:57.869055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.871008"], ["updated_at", "2018-10-11 16:41:57.871008"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.872733"], ["updated_at", "2018-10-11 16:41:57.872733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.876189"], ["updated_at", "2018-10-11 16:41:57.876189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.878020"], ["updated_at", "2018-10-11 16:41:57.878020"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.879569"], ["updated_at", "2018-10-11 16:41:57.879569"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.881631"], ["updated_at", "2018-10-11 16:41:57.881631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.884134"], ["updated_at", "2018-10-11 16:41:57.884134"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.885777"], ["updated_at", "2018-10-11 16:41:57.885777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.887632"], ["updated_at", "2018-10-11 16:41:57.887632"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.889254"], ["updated_at", "2018-10-11 16:41:57.889254"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.891417"], ["updated_at", "2018-10-11 16:41:57.891417"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.893488"], ["updated_at", "2018-10-11 16:41:57.893488"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.896071"], ["updated_at", "2018-10-11 16:41:57.896071"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.898057"], ["updated_at", "2018-10-11 16:41:57.898057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.900281"], ["updated_at", "2018-10-11 16:41:57.900281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.901832"], ["updated_at", "2018-10-11 16:41:57.901832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.903410"], ["updated_at", "2018-10-11 16:41:57.903410"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.905543"], ["updated_at", "2018-10-11 16:41:57.905543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.907926"], ["updated_at", "2018-10-11 16:41:57.907926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.909591"], ["updated_at", "2018-10-11 16:41:57.909591"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.911258"], ["updated_at", "2018-10-11 16:41:57.911258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.912893"], ["updated_at", "2018-10-11 16:41:57.912893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.914642"], ["updated_at", "2018-10-11 16:41:57.914642"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.916293"], ["updated_at", "2018-10-11 16:41:57.916293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.918006"], ["updated_at", "2018-10-11 16:41:57.918006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.919603"], ["updated_at", "2018-10-11 16:41:57.919603"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.921231"], ["updated_at", "2018-10-11 16:41:57.921231"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.922861"], ["updated_at", "2018-10-11 16:41:57.922861"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.925028"], ["updated_at", "2018-10-11 16:41:57.925028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.927865"], ["updated_at", "2018-10-11 16:41:57.927865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.929793"], ["updated_at", "2018-10-11 16:41:57.929793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.931708"], ["updated_at", "2018-10-11 16:41:57.931708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.933389"], ["updated_at", "2018-10-11 16:41:57.933389"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.935054"], ["updated_at", "2018-10-11 16:41:57.935054"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.938866"], ["updated_at", "2018-10-11 16:41:57.938866"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.942307"], ["updated_at", "2018-10-11 16:41:57.942307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.944175"], ["updated_at", "2018-10-11 16:41:57.944175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.945737"], ["updated_at", "2018-10-11 16:41:57.945737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.947378"], ["updated_at", "2018-10-11 16:41:57.947378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.948917"], ["updated_at", "2018-10-11 16:41:57.948917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.950541"], ["updated_at", "2018-10-11 16:41:57.950541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.952142"], ["updated_at", "2018-10-11 16:41:57.952142"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.953722"], ["updated_at", "2018-10-11 16:41:57.953722"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.955345"], ["updated_at", "2018-10-11 16:41:57.955345"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.957419"], ["updated_at", "2018-10-11 16:41:57.957419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.959486"], ["updated_at", "2018-10-11 16:41:57.959486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.961164"], ["updated_at", "2018-10-11 16:41:57.961164"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.962866"], ["updated_at", "2018-10-11 16:41:57.962866"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.964709"], ["updated_at", "2018-10-11 16:41:57.964709"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.966935"], ["updated_at", "2018-10-11 16:41:57.966935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.969090"], ["updated_at", "2018-10-11 16:41:57.969090"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.971573"], ["updated_at", "2018-10-11 16:41:57.971573"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.974733"], ["updated_at", "2018-10-11 16:41:57.974733"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.977609"], ["updated_at", "2018-10-11 16:41:57.977609"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.981409"], ["updated_at", "2018-10-11 16:41:57.981409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.984222"], ["updated_at", "2018-10-11 16:41:57.984222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.986182"], ["updated_at", "2018-10-11 16:41:57.986182"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.988008"], ["updated_at", "2018-10-11 16:41:57.988008"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.989761"], ["updated_at", "2018-10-11 16:41:57.989761"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.991572"], ["updated_at", "2018-10-11 16:41:57.991572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.994053"], ["updated_at", "2018-10-11 16:41:57.994053"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.995836"], ["updated_at", "2018-10-11 16:41:57.995836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:57.998936"], ["updated_at", "2018-10-11 16:41:57.998936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.000501"], ["updated_at", "2018-10-11 16:41:58.000501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.002060"], ["updated_at", "2018-10-11 16:41:58.002060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.003498"], ["updated_at", "2018-10-11 16:41:58.003498"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.005029"], ["updated_at", "2018-10-11 16:41:58.005029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.008507"], ["updated_at", "2018-10-11 16:41:58.008507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.010225"], ["updated_at", "2018-10-11 16:41:58.010225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.011882"], ["updated_at", "2018-10-11 16:41:58.011882"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.013477"], ["updated_at", "2018-10-11 16:41:58.013477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.015550"], ["updated_at", "2018-10-11 16:41:58.015550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.017251"], ["updated_at", "2018-10-11 16:41:58.017251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.018852"], ["updated_at", "2018-10-11 16:41:58.018852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.020490"], ["updated_at", "2018-10-11 16:41:58.020490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.022231"], ["updated_at", "2018-10-11 16:41:58.022231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.023978"], ["updated_at", "2018-10-11 16:41:58.023978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.025657"], ["updated_at", "2018-10-11 16:41:58.025657"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.028118"], ["updated_at", "2018-10-11 16:41:58.028118"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.030156"], ["updated_at", "2018-10-11 16:41:58.030156"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.032461"], ["updated_at", "2018-10-11 16:41:58.032461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.034920"], ["updated_at", "2018-10-11 16:41:58.034920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.036584"], ["updated_at", "2018-10-11 16:41:58.036584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.038226"], ["updated_at", "2018-10-11 16:41:58.038226"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.040025"], ["updated_at", "2018-10-11 16:41:58.040025"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.042375"], ["updated_at", "2018-10-11 16:41:58.042375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.044645"], ["updated_at", "2018-10-11 16:41:58.044645"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.046338"], ["updated_at", "2018-10-11 16:41:58.046338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.048236"], ["updated_at", "2018-10-11 16:41:58.048236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.049867"], ["updated_at", "2018-10-11 16:41:58.049867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.051501"], ["updated_at", "2018-10-11 16:41:58.051501"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.053268"], ["updated_at", "2018-10-11 16:41:58.053268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.055076"], ["updated_at", "2018-10-11 16:41:58.055076"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.056879"], ["updated_at", "2018-10-11 16:41:58.056879"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.060803"], ["updated_at", "2018-10-11 16:41:58.060803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.063247"], ["updated_at", "2018-10-11 16:41:58.063247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.065240"], ["updated_at", "2018-10-11 16:41:58.065240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.066793"], ["updated_at", "2018-10-11 16:41:58.066793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.068392"], ["updated_at", "2018-10-11 16:41:58.068392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.070062"], ["updated_at", "2018-10-11 16:41:58.070062"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.071787"], ["updated_at", "2018-10-11 16:41:58.071787"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.075282"], ["updated_at", "2018-10-11 16:41:58.075282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.077186"], ["updated_at", "2018-10-11 16:41:58.077186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.078861"], ["updated_at", "2018-10-11 16:41:58.078861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.081970"], ["updated_at", "2018-10-11 16:41:58.081970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.083719"], ["updated_at", "2018-10-11 16:41:58.083719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.085415"], ["updated_at", "2018-10-11 16:41:58.085415"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.087024"], ["updated_at", "2018-10-11 16:41:58.087024"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.089877"], ["updated_at", "2018-10-11 16:41:58.089877"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.093663"], ["updated_at", "2018-10-11 16:41:58.093663"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.097298"], ["updated_at", "2018-10-11 16:41:58.097298"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.100755"], ["updated_at", "2018-10-11 16:41:58.100755"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.104264"], ["updated_at", "2018-10-11 16:41:58.104264"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.107477"], ["updated_at", "2018-10-11 16:41:58.107477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.110282"], ["updated_at", "2018-10-11 16:41:58.110282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.111903"], ["updated_at", "2018-10-11 16:41:58.111903"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.113572"], ["updated_at", "2018-10-11 16:41:58.113572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.115631"], ["updated_at", "2018-10-11 16:41:58.115631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.117250"], ["updated_at", "2018-10-11 16:41:58.117250"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.119300"], ["updated_at", "2018-10-11 16:41:58.119300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.121248"], ["updated_at", "2018-10-11 16:41:58.121248"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.122981"], ["updated_at", "2018-10-11 16:41:58.122981"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.125829"], ["updated_at", "2018-10-11 16:41:58.125829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.128417"], ["updated_at", "2018-10-11 16:41:58.128417"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.130044"], ["updated_at", "2018-10-11 16:41:58.130044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.132141"], ["updated_at", "2018-10-11 16:41:58.132141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.133772"], ["updated_at", "2018-10-11 16:41:58.133772"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.135340"], ["updated_at", "2018-10-11 16:41:58.135340"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.137156"], ["updated_at", "2018-10-11 16:41:58.137156"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.140399"], ["updated_at", "2018-10-11 16:41:58.140399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.142263"], ["updated_at", "2018-10-11 16:41:58.142263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.144074"], ["updated_at", "2018-10-11 16:41:58.144074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.145676"], ["updated_at", "2018-10-11 16:41:58.145676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.147368"], ["updated_at", "2018-10-11 16:41:58.147368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.149596"], ["updated_at", "2018-10-11 16:41:58.149596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.151611"], ["updated_at", "2018-10-11 16:41:58.151611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.153201"], ["updated_at", "2018-10-11 16:41:58.153201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.154852"], ["updated_at", "2018-10-11 16:41:58.154852"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.156557"], ["updated_at", "2018-10-11 16:41:58.156557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.158725"], ["updated_at", "2018-10-11 16:41:58.158725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.160585"], ["updated_at", "2018-10-11 16:41:58.160585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.162150"], ["updated_at", "2018-10-11 16:41:58.162150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.163771"], ["updated_at", "2018-10-11 16:41:58.163771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.165404"], ["updated_at", "2018-10-11 16:41:58.165404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.166965"], ["updated_at", "2018-10-11 16:41:58.166965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.168547"], ["updated_at", "2018-10-11 16:41:58.168547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.170080"], ["updated_at", "2018-10-11 16:41:58.170080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.171694"], ["updated_at", "2018-10-11 16:41:58.171694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.173410"], ["updated_at", "2018-10-11 16:41:58.173410"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.175076"], ["updated_at", "2018-10-11 16:41:58.175076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.176762"], ["updated_at", "2018-10-11 16:41:58.176762"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.178454"], ["updated_at", "2018-10-11 16:41:58.178454"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.180972"], ["updated_at", "2018-10-11 16:41:58.180972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.182625"], ["updated_at", "2018-10-11 16:41:58.182625"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.184222"], ["updated_at", "2018-10-11 16:41:58.184222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.186553"], ["updated_at", "2018-10-11 16:41:58.186553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.188210"], ["updated_at", "2018-10-11 16:41:58.188210"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.190059"], ["updated_at", "2018-10-11 16:41:58.190059"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.192480"], ["updated_at", "2018-10-11 16:41:58.192480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.194941"], ["updated_at", "2018-10-11 16:41:58.194941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.196599"], ["updated_at", "2018-10-11 16:41:58.196599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.198488"], ["updated_at", "2018-10-11 16:41:58.198488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.200113"], ["updated_at", "2018-10-11 16:41:58.200113"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.201666"], ["updated_at", "2018-10-11 16:41:58.201666"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.203286"], ["updated_at", "2018-10-11 16:41:58.203286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.206188"], ["updated_at", "2018-10-11 16:41:58.206188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.207958"], ["updated_at", "2018-10-11 16:41:58.207958"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.210255"], ["updated_at", "2018-10-11 16:41:58.210255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.212306"], ["updated_at", "2018-10-11 16:41:58.212306"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.214058"], ["updated_at", "2018-10-11 16:41:58.214058"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.216825"], ["updated_at", "2018-10-11 16:41:58.216825"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.220288"], ["updated_at", "2018-10-11 16:41:58.220288"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.223688"], ["updated_at", "2018-10-11 16:41:58.223688"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.227030"], ["updated_at", "2018-10-11 16:41:58.227030"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.230646"], ["updated_at", "2018-10-11 16:41:58.230646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.233590"], ["updated_at", "2018-10-11 16:41:58.233590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.235305"], ["updated_at", "2018-10-11 16:41:58.235305"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.236916"], ["updated_at", "2018-10-11 16:41:58.236916"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.238616"], ["updated_at", "2018-10-11 16:41:58.238616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.241472"], ["updated_at", "2018-10-11 16:41:58.241472"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.243372"], ["updated_at", "2018-10-11 16:41:58.243372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.245009"], ["updated_at", "2018-10-11 16:41:58.245009"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.246636"], ["updated_at", "2018-10-11 16:41:58.246636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.248287"], ["updated_at", "2018-10-11 16:41:58.248287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.249961"], ["updated_at", "2018-10-11 16:41:58.249961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.251536"], ["updated_at", "2018-10-11 16:41:58.251536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.253110"], ["updated_at", "2018-10-11 16:41:58.253110"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.254729"], ["updated_at", "2018-10-11 16:41:58.254729"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.256422"], ["updated_at", "2018-10-11 16:41:58.256422"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.258957"], ["updated_at", "2018-10-11 16:41:58.258957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.262104"], ["updated_at", "2018-10-11 16:41:58.262104"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.263765"], ["updated_at", "2018-10-11 16:41:58.263765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.265535"], ["updated_at", "2018-10-11 16:41:58.265535"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.267120"], ["updated_at", "2018-10-11 16:41:58.267120"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.268862"], ["updated_at", "2018-10-11 16:41:58.268862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.271581"], ["updated_at", "2018-10-11 16:41:58.271581"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.275009"], ["updated_at", "2018-10-11 16:41:58.275009"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.277075"], ["updated_at", "2018-10-11 16:41:58.277075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.278711"], ["updated_at", "2018-10-11 16:41:58.278711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.280393"], ["updated_at", "2018-10-11 16:41:58.280393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.282083"], ["updated_at", "2018-10-11 16:41:58.282083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.283668"], ["updated_at", "2018-10-11 16:41:58.283668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.285258"], ["updated_at", "2018-10-11 16:41:58.285258"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.286805"], ["updated_at", "2018-10-11 16:41:58.286805"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.288515"], ["updated_at", "2018-10-11 16:41:58.288515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.290350"], ["updated_at", "2018-10-11 16:41:58.290350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.292132"], ["updated_at", "2018-10-11 16:41:58.292132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.293865"], ["updated_at", "2018-10-11 16:41:58.293865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.295544"], ["updated_at", "2018-10-11 16:41:58.295544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.297375"], ["updated_at", "2018-10-11 16:41:58.297375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.299088"], ["updated_at", "2018-10-11 16:41:58.299088"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.301151"], ["updated_at", "2018-10-11 16:41:58.301151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.303477"], ["updated_at", "2018-10-11 16:41:58.303477"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.305120"], ["updated_at", "2018-10-11 16:41:58.305120"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.306826"], ["updated_at", "2018-10-11 16:41:58.306826"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.309149"], ["updated_at", "2018-10-11 16:41:58.309149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.310959"], ["updated_at", "2018-10-11 16:41:58.310959"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.312602"], ["updated_at", "2018-10-11 16:41:58.312602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.314673"], ["updated_at", "2018-10-11 16:41:58.314673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.316375"], ["updated_at", "2018-10-11 16:41:58.316375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.317952"], ["updated_at", "2018-10-11 16:41:58.317952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.319560"], ["updated_at", "2018-10-11 16:41:58.319560"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.321134"], ["updated_at", "2018-10-11 16:41:58.321134"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.322862"], ["updated_at", "2018-10-11 16:41:58.322862"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.324850"], ["updated_at", "2018-10-11 16:41:58.324850"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.327605"], ["updated_at", "2018-10-11 16:41:58.327605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.329446"], ["updated_at", "2018-10-11 16:41:58.329446"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.331390"], ["updated_at", "2018-10-11 16:41:58.331390"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.335581"], ["updated_at", "2018-10-11 16:41:58.335581"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.337960"], ["updated_at", "2018-10-11 16:41:58.337960"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.340223"], ["updated_at", "2018-10-11 16:41:58.340223"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.345041"], ["updated_at", "2018-10-11 16:41:58.345041"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.349335"], ["updated_at", "2018-10-11 16:41:58.349335"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.353041"], ["updated_at", "2018-10-11 16:41:58.353041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.356441"], ["updated_at", "2018-10-11 16:41:58.356441"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.358199"], ["updated_at", "2018-10-11 16:41:58.358199"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.359847"], ["updated_at", "2018-10-11 16:41:58.359847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.361531"], ["updated_at", "2018-10-11 16:41:58.361531"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.363598"], ["updated_at", "2018-10-11 16:41:58.363598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.365611"], ["updated_at", "2018-10-11 16:41:58.365611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.367151"], ["updated_at", "2018-10-11 16:41:58.367151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.368792"], ["updated_at", "2018-10-11 16:41:58.368792"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.370413"], ["updated_at", "2018-10-11 16:41:58.370413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.372028"], ["updated_at", "2018-10-11 16:41:58.372028"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.373916"], ["updated_at", "2018-10-11 16:41:58.373916"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.376144"], ["updated_at", "2018-10-11 16:41:58.376144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.377887"], ["updated_at", "2018-10-11 16:41:58.377887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.379456"], ["updated_at", "2018-10-11 16:41:58.379456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.381258"], ["updated_at", "2018-10-11 16:41:58.381258"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.382936"], ["updated_at", "2018-10-11 16:41:58.382936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.384673"], ["updated_at", "2018-10-11 16:41:58.384673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.386259"], ["updated_at", "2018-10-11 16:41:58.386259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.388077"], ["updated_at", "2018-10-11 16:41:58.388077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.389808"], ["updated_at", "2018-10-11 16:41:58.389808"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.391590"], ["updated_at", "2018-10-11 16:41:58.391590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.394941"], ["updated_at", "2018-10-11 16:41:58.394941"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.396737"], ["updated_at", "2018-10-11 16:41:58.396737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.399390"], ["updated_at", "2018-10-11 16:41:58.399390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.401056"], ["updated_at", "2018-10-11 16:41:58.401056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.402634"], ["updated_at", "2018-10-11 16:41:58.402634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.404226"], ["updated_at", "2018-10-11 16:41:58.404226"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.407462"], ["updated_at", "2018-10-11 16:41:58.407462"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.409703"], ["updated_at", "2018-10-11 16:41:58.409703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.411406"], ["updated_at", "2018-10-11 16:41:58.411406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.413012"], ["updated_at", "2018-10-11 16:41:58.413012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.414711"], ["updated_at", "2018-10-11 16:41:58.414711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.416298"], ["updated_at", "2018-10-11 16:41:58.416298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.417888"], ["updated_at", "2018-10-11 16:41:58.417888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.419434"], ["updated_at", "2018-10-11 16:41:58.419434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.421045"], ["updated_at", "2018-10-11 16:41:58.421045"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.422750"], ["updated_at", "2018-10-11 16:41:58.422750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.425284"], ["updated_at", "2018-10-11 16:41:58.425284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.427526"], ["updated_at", "2018-10-11 16:41:58.427526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.429131"], ["updated_at", "2018-10-11 16:41:58.429131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.430809"], ["updated_at", "2018-10-11 16:41:58.430809"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.432483"], ["updated_at", "2018-10-11 16:41:58.432483"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.434087"], ["updated_at", "2018-10-11 16:41:58.434087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.435754"], ["updated_at", "2018-10-11 16:41:58.435754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.437313"], ["updated_at", "2018-10-11 16:41:58.437313"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.438997"], ["updated_at", "2018-10-11 16:41:58.438997"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.441206"], ["updated_at", "2018-10-11 16:41:58.441206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.444239"], ["updated_at", "2018-10-11 16:41:58.444239"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.446073"], ["updated_at", "2018-10-11 16:41:58.446073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.447878"], ["updated_at", "2018-10-11 16:41:58.447878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.449552"], ["updated_at", "2018-10-11 16:41:58.449552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.451317"], ["updated_at", "2018-10-11 16:41:58.451317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.453030"], ["updated_at", "2018-10-11 16:41:58.453030"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.455084"], ["updated_at", "2018-10-11 16:41:58.455084"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.458086"], ["updated_at", "2018-10-11 16:41:58.458086"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.461568"], ["updated_at", "2018-10-11 16:41:58.461568"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.463880"], ["updated_at", "2018-10-11 16:41:58.463880"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.466513"], ["updated_at", "2018-10-11 16:41:58.466513"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.468749"], ["updated_at", "2018-10-11 16:41:58.468749"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.470817"], ["updated_at", "2018-10-11 16:41:58.470817"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.472838"], ["updated_at", "2018-10-11 16:41:58.472838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.477662"], ["updated_at", "2018-10-11 16:41:58.477662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.479619"], ["updated_at", "2018-10-11 16:41:58.479619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.481250"], ["updated_at", "2018-10-11 16:41:58.481250"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.482941"], ["updated_at", "2018-10-11 16:41:58.482941"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.485033"], ["updated_at", "2018-10-11 16:41:58.485033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.487306"], ["updated_at", "2018-10-11 16:41:58.487306"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.488923"], ["updated_at", "2018-10-11 16:41:58.488923"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.491233"], ["updated_at", "2018-10-11 16:41:58.491233"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.493148"], ["updated_at", "2018-10-11 16:41:58.493148"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.494892"], ["updated_at", "2018-10-11 16:41:58.494892"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.497771"], ["updated_at", "2018-10-11 16:41:58.497771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.499438"], ["updated_at", "2018-10-11 16:41:58.499438"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.501010"], ["updated_at", "2018-10-11 16:41:58.501010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.502595"], ["updated_at", "2018-10-11 16:41:58.502595"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.504254"], ["updated_at", "2018-10-11 16:41:58.504254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.506050"], ["updated_at", "2018-10-11 16:41:58.506050"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.507902"], ["updated_at", "2018-10-11 16:41:58.507902"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.509709"], ["updated_at", "2018-10-11 16:41:58.509709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.511489"], ["updated_at", "2018-10-11 16:41:58.511489"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.513039"], ["updated_at", "2018-10-11 16:41:58.513039"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.515367"], ["updated_at", "2018-10-11 16:41:58.515367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.517545"], ["updated_at", "2018-10-11 16:41:58.517545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.519221"], ["updated_at", "2018-10-11 16:41:58.519221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.520828"], ["updated_at", "2018-10-11 16:41:58.520828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.522530"], ["updated_at", "2018-10-11 16:41:58.522530"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.525050"], ["updated_at", "2018-10-11 16:41:58.525050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.528352"], ["updated_at", "2018-10-11 16:41:58.528352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.530112"], ["updated_at", "2018-10-11 16:41:58.530112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.531855"], ["updated_at", "2018-10-11 16:41:58.531855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.533885"], ["updated_at", "2018-10-11 16:41:58.533885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.535423"], ["updated_at", "2018-10-11 16:41:58.535423"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.536999"], ["updated_at", "2018-10-11 16:41:58.536999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.539826"], ["updated_at", "2018-10-11 16:41:58.539826"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.541624"], ["updated_at", "2018-10-11 16:41:58.541624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.543320"], ["updated_at", "2018-10-11 16:41:58.543320"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.545271"], ["updated_at", "2018-10-11 16:41:58.545271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.547583"], ["updated_at", "2018-10-11 16:41:58.547583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.549163"], ["updated_at", "2018-10-11 16:41:58.549163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.550822"], ["updated_at", "2018-10-11 16:41:58.550822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.552460"], ["updated_at", "2018-10-11 16:41:58.552460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.554077"], ["updated_at", "2018-10-11 16:41:58.554077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.555719"], ["updated_at", "2018-10-11 16:41:58.555719"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.557665"], ["updated_at", "2018-10-11 16:41:58.557665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.559701"], ["updated_at", "2018-10-11 16:41:58.559701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.561327"], ["updated_at", "2018-10-11 16:41:58.561327"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.562956"], ["updated_at", "2018-10-11 16:41:58.562956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.564627"], ["updated_at", "2018-10-11 16:41:58.564627"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.566302"], ["updated_at", "2018-10-11 16:41:58.566302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.568220"], ["updated_at", "2018-10-11 16:41:58.568220"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.569945"], ["updated_at", "2018-10-11 16:41:58.569945"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.572195"], ["updated_at", "2018-10-11 16:41:58.572195"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.574033"], ["updated_at", "2018-10-11 16:41:58.574033"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.575903"], ["updated_at", "2018-10-11 16:41:58.575903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.577800"], ["updated_at", "2018-10-11 16:41:58.577800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.579456"], ["updated_at", "2018-10-11 16:41:58.579456"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.581562"], ["updated_at", "2018-10-11 16:41:58.581562"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.584669"], ["updated_at", "2018-10-11 16:41:58.584669"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.587080"], ["updated_at", "2018-10-11 16:41:58.587080"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.589878"], ["updated_at", "2018-10-11 16:41:58.589878"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.593131"], ["updated_at", "2018-10-11 16:41:58.593131"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.596935"], ["updated_at", "2018-10-11 16:41:58.596935"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.598972"], ["updated_at", "2018-10-11 16:41:58.598972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.601006"], ["updated_at", "2018-10-11 16:41:58.601006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.602818"], ["updated_at", "2018-10-11 16:41:58.602818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.604438"], ["updated_at", "2018-10-11 16:41:58.604438"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.606327"], ["updated_at", "2018-10-11 16:41:58.606327"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.610267"], ["updated_at", "2018-10-11 16:41:58.610267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.611997"], ["updated_at", "2018-10-11 16:41:58.611997"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.613633"], ["updated_at", "2018-10-11 16:41:58.613633"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.615974"], ["updated_at", "2018-10-11 16:41:58.615974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.617943"], ["updated_at", "2018-10-11 16:41:58.617943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.619864"], ["updated_at", "2018-10-11 16:41:58.619864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.621598"], ["updated_at", "2018-10-11 16:41:58.621598"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.623329"], ["updated_at", "2018-10-11 16:41:58.623329"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.625429"], ["updated_at", "2018-10-11 16:41:58.625429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.627317"], ["updated_at", "2018-10-11 16:41:58.627317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.629034"], ["updated_at", "2018-10-11 16:41:58.629034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.630763"], ["updated_at", "2018-10-11 16:41:58.630763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.632444"], ["updated_at", "2018-10-11 16:41:58.632444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.634061"], ["updated_at", "2018-10-11 16:41:58.634061"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.635667"], ["updated_at", "2018-10-11 16:41:58.635667"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.637899"], ["updated_at", "2018-10-11 16:41:58.637899"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.639972"], ["updated_at", "2018-10-11 16:41:58.639972"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.642110"], ["updated_at", "2018-10-11 16:41:58.642110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.643831"], ["updated_at", "2018-10-11 16:41:58.643831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.645550"], ["updated_at", "2018-10-11 16:41:58.645550"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.647206"], ["updated_at", "2018-10-11 16:41:58.647206"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.648927"], ["updated_at", "2018-10-11 16:41:58.648927"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.650700"], ["updated_at", "2018-10-11 16:41:58.650700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.652497"], ["updated_at", "2018-10-11 16:41:58.652497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.654141"], ["updated_at", "2018-10-11 16:41:58.654141"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.655972"], ["updated_at", "2018-10-11 16:41:58.655972"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.658005"], ["updated_at", "2018-10-11 16:41:58.658005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.661119"], ["updated_at", "2018-10-11 16:41:58.661119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.663021"], ["updated_at", "2018-10-11 16:41:58.663021"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.664796"], ["updated_at", "2018-10-11 16:41:58.664796"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.667245"], ["updated_at", "2018-10-11 16:41:58.667245"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.669329"], ["updated_at", "2018-10-11 16:41:58.669329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.671010"], ["updated_at", "2018-10-11 16:41:58.671010"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.675318"], ["updated_at", "2018-10-11 16:41:58.675318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.677152"], ["updated_at", "2018-10-11 16:41:58.677152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.678837"], ["updated_at", "2018-10-11 16:41:58.678837"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.680387"], ["updated_at", "2018-10-11 16:41:58.680387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.682059"], ["updated_at", "2018-10-11 16:41:58.682059"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.683693"], ["updated_at", "2018-10-11 16:41:58.683693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.685809"], ["updated_at", "2018-10-11 16:41:58.685809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.687447"], ["updated_at", "2018-10-11 16:41:58.687447"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.689275"], ["updated_at", "2018-10-11 16:41:58.689275"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.691242"], ["updated_at", "2018-10-11 16:41:58.691242"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.693563"], ["updated_at", "2018-10-11 16:41:58.693563"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.696148"], ["updated_at", "2018-10-11 16:41:58.696148"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.698800"], ["updated_at", "2018-10-11 16:41:58.698800"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.700581"], ["updated_at", "2018-10-11 16:41:58.700581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.702336"], ["updated_at", "2018-10-11 16:41:58.702336"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.703903"], ["updated_at", "2018-10-11 16:41:58.703903"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.705548"], ["updated_at", "2018-10-11 16:41:58.705548"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.708278"], ["updated_at", "2018-10-11 16:41:58.708278"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.711334"], ["updated_at", "2018-10-11 16:41:58.711334"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.714130"], ["updated_at", "2018-10-11 16:41:58.714130"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.716750"], ["updated_at", "2018-10-11 16:41:58.716750"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.719261"], ["updated_at", "2018-10-11 16:41:58.719261"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.721682"], ["updated_at", "2018-10-11 16:41:58.721682"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.724667"], ["updated_at", "2018-10-11 16:41:58.724667"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.728141"], ["updated_at", "2018-10-11 16:41:58.728141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.730589"], ["updated_at", "2018-10-11 16:41:58.730589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.732327"], ["updated_at", "2018-10-11 16:41:58.732327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.734031"], ["updated_at", "2018-10-11 16:41:58.734031"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.735612"], ["updated_at", "2018-10-11 16:41:58.735612"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.737251"], ["updated_at", "2018-10-11 16:41:58.737251"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.740182"], ["updated_at", "2018-10-11 16:41:58.740182"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.742369"], ["updated_at", "2018-10-11 16:41:58.742369"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.744028"], ["updated_at", "2018-10-11 16:41:58.744028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.745720"], ["updated_at", "2018-10-11 16:41:58.745720"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.747387"], ["updated_at", "2018-10-11 16:41:58.747387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.749066"], ["updated_at", "2018-10-11 16:41:58.749066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.750625"], ["updated_at", "2018-10-11 16:41:58.750625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.752330"], ["updated_at", "2018-10-11 16:41:58.752330"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.753941"], ["updated_at", "2018-10-11 16:41:58.753941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.755679"], ["updated_at", "2018-10-11 16:41:58.755679"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.757432"], ["updated_at", "2018-10-11 16:41:58.757432"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.760069"], ["updated_at", "2018-10-11 16:41:58.760069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.761907"], ["updated_at", "2018-10-11 16:41:58.761907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.763668"], ["updated_at", "2018-10-11 16:41:58.763668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.765321"], ["updated_at", "2018-10-11 16:41:58.765321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.766913"], ["updated_at", "2018-10-11 16:41:58.766913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.768612"], ["updated_at", "2018-10-11 16:41:58.768612"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.770221"], ["updated_at", "2018-10-11 16:41:58.770221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.771932"], ["updated_at", "2018-10-11 16:41:58.771932"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.773708"], ["updated_at", "2018-10-11 16:41:58.773708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.775825"], ["updated_at", "2018-10-11 16:41:58.775825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.777643"], ["updated_at", "2018-10-11 16:41:58.777643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.779307"], ["updated_at", "2018-10-11 16:41:58.779307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.780912"], ["updated_at", "2018-10-11 16:41:58.780912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.782722"], ["updated_at", "2018-10-11 16:41:58.782722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.784351"], ["updated_at", "2018-10-11 16:41:58.784351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.785995"], ["updated_at", "2018-10-11 16:41:58.785995"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.787959"], ["updated_at", "2018-10-11 16:41:58.787959"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.790943"], ["updated_at", "2018-10-11 16:41:58.790943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.795289"], ["updated_at", "2018-10-11 16:41:58.795289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.797230"], ["updated_at", "2018-10-11 16:41:58.797230"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.799069"], ["updated_at", "2018-10-11 16:41:58.799069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.800942"], ["updated_at", "2018-10-11 16:41:58.800942"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.802535"], ["updated_at", "2018-10-11 16:41:58.802535"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.804315"], ["updated_at", "2018-10-11 16:41:58.804315"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.808111"], ["updated_at", "2018-10-11 16:41:58.808111"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.810533"], ["updated_at", "2018-10-11 16:41:58.810533"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.812385"], ["updated_at", "2018-10-11 16:41:58.812385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.814429"], ["updated_at", "2018-10-11 16:41:58.814429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.816193"], ["updated_at", "2018-10-11 16:41:58.816193"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.817900"], ["updated_at", "2018-10-11 16:41:58.817900"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.820330"], ["updated_at", "2018-10-11 16:41:58.820330"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.822354"], ["updated_at", "2018-10-11 16:41:58.822354"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.825025"], ["updated_at", "2018-10-11 16:41:58.825025"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.826955"], ["updated_at", "2018-10-11 16:41:58.826955"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.829177"], ["updated_at", "2018-10-11 16:41:58.829177"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.831702"], ["updated_at", "2018-10-11 16:41:58.831702"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.834509"], ["updated_at", "2018-10-11 16:41:58.834509"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.837160"], ["updated_at", "2018-10-11 16:41:58.837160"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.839944"], ["updated_at", "2018-10-11 16:41:58.839944"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.842719"], ["updated_at", "2018-10-11 16:41:58.842719"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.845959"], ["updated_at", "2018-10-11 16:41:58.845959"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.848668"], ["updated_at", "2018-10-11 16:41:58.848668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.851495"], ["updated_at", "2018-10-11 16:41:58.851495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.853324"], ["updated_at", "2018-10-11 16:41:58.853324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.854959"], ["updated_at", "2018-10-11 16:41:58.854959"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.856707"], ["updated_at", "2018-10-11 16:41:58.856707"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.859815"], ["updated_at", "2018-10-11 16:41:58.859815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.862663"], ["updated_at", "2018-10-11 16:41:58.862663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.864542"], ["updated_at", "2018-10-11 16:41:58.864542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.866395"], ["updated_at", "2018-10-11 16:41:58.866395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.868100"], ["updated_at", "2018-10-11 16:41:58.868100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.869734"], ["updated_at", "2018-10-11 16:41:58.869734"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.871606"], ["updated_at", "2018-10-11 16:41:58.871606"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.874781"], ["updated_at", "2018-10-11 16:41:58.874781"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.876516"], ["updated_at", "2018-10-11 16:41:58.876516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.878217"], ["updated_at", "2018-10-11 16:41:58.878217"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.880014"], ["updated_at", "2018-10-11 16:41:58.880014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.882761"], ["updated_at", "2018-10-11 16:41:58.882761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.884620"], ["updated_at", "2018-10-11 16:41:58.884620"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.886288"], ["updated_at", "2018-10-11 16:41:58.886288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.888498"], ["updated_at", "2018-10-11 16:41:58.888498"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.890243"], ["updated_at", "2018-10-11 16:41:58.890243"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.892384"], ["updated_at", "2018-10-11 16:41:58.892384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.894447"], ["updated_at", "2018-10-11 16:41:58.894447"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.896250"], ["updated_at", "2018-10-11 16:41:58.896250"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.898561"], ["updated_at", "2018-10-11 16:41:58.898561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.900832"], ["updated_at", "2018-10-11 16:41:58.900832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.902502"], ["updated_at", "2018-10-11 16:41:58.902502"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.904060"], ["updated_at", "2018-10-11 16:41:58.904060"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.906065"], ["updated_at", "2018-10-11 16:41:58.906065"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.908990"], ["updated_at", "2018-10-11 16:41:58.908990"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.911063"], ["updated_at", "2018-10-11 16:41:58.911063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.913347"], ["updated_at", "2018-10-11 16:41:58.913347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.915060"], ["updated_at", "2018-10-11 16:41:58.915060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.916673"], ["updated_at", "2018-10-11 16:41:58.916673"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.918221"], ["updated_at", "2018-10-11 16:41:58.918221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.919892"], ["updated_at", "2018-10-11 16:41:58.919892"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.921528"], ["updated_at", "2018-10-11 16:41:58.921528"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.923186"], ["updated_at", "2018-10-11 16:41:58.923186"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.925651"], ["updated_at", "2018-10-11 16:41:58.925651"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.928682"], ["updated_at", "2018-10-11 16:41:58.928682"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.930806"], ["updated_at", "2018-10-11 16:41:58.930806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.932744"], ["updated_at", "2018-10-11 16:41:58.932744"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.934424"], ["updated_at", "2018-10-11 16:41:58.934424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.935993"], ["updated_at", "2018-10-11 16:41:58.935993"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.937974"], ["updated_at", "2018-10-11 16:41:58.937974"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.941679"], ["updated_at", "2018-10-11 16:41:58.941679"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.944236"], ["updated_at", "2018-10-11 16:41:58.944236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.945973"], ["updated_at", "2018-10-11 16:41:58.945973"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.948110"], ["updated_at", "2018-10-11 16:41:58.948110"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.949828"], ["updated_at", "2018-10-11 16:41:58.949828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.951467"], ["updated_at", "2018-10-11 16:41:58.951467"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.953525"], ["updated_at", "2018-10-11 16:41:58.953525"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.956897"], ["updated_at", "2018-10-11 16:41:58.956897"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.960152"], ["updated_at", "2018-10-11 16:41:58.960152"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.963612"], ["updated_at", "2018-10-11 16:41:58.963612"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.966895"], ["updated_at", "2018-10-11 16:41:58.966895"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.970058"], ["updated_at", "2018-10-11 16:41:58.970058"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.973121"], ["updated_at", "2018-10-11 16:41:58.973121"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.975572"], ["updated_at", "2018-10-11 16:41:58.975572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.977467"], ["updated_at", "2018-10-11 16:41:58.977467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.979185"], ["updated_at", "2018-10-11 16:41:58.979185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.980921"], ["updated_at", "2018-10-11 16:41:58.980921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.982523"], ["updated_at", "2018-10-11 16:41:58.982523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.984190"], ["updated_at", "2018-10-11 16:41:58.984190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.985760"], ["updated_at", "2018-10-11 16:41:58.985760"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.987422"], ["updated_at", "2018-10-11 16:41:58.987422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.989056"], ["updated_at", "2018-10-11 16:41:58.989056"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.990882"], ["updated_at", "2018-10-11 16:41:58.990882"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.993239"], ["updated_at", "2018-10-11 16:41:58.993239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.995356"], ["updated_at", "2018-10-11 16:41:58.995356"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.996917"], ["updated_at", "2018-10-11 16:41:58.996917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:58.998760"], ["updated_at", "2018-10-11 16:41:58.998760"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.000315"], ["updated_at", "2018-10-11 16:41:59.000315"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.002437"], ["updated_at", "2018-10-11 16:41:59.002437"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.004957"], ["updated_at", "2018-10-11 16:41:59.004957"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.008069"], ["updated_at", "2018-10-11 16:41:59.008069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.010074"], ["updated_at", "2018-10-11 16:41:59.010074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.011837"], ["updated_at", "2018-10-11 16:41:59.011837"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.013439"], ["updated_at", "2018-10-11 16:41:59.013439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.015271"], ["updated_at", "2018-10-11 16:41:59.015271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.016886"], ["updated_at", "2018-10-11 16:41:59.016886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.018426"], ["updated_at", "2018-10-11 16:41:59.018426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.020193"], ["updated_at", "2018-10-11 16:41:59.020193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.021863"], ["updated_at", "2018-10-11 16:41:59.021863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.023602"], ["updated_at", "2018-10-11 16:41:59.023602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.025344"], ["updated_at", "2018-10-11 16:41:59.025344"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.027112"], ["updated_at", "2018-10-11 16:41:59.027112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.028840"], ["updated_at", "2018-10-11 16:41:59.028840"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.030403"], ["updated_at", "2018-10-11 16:41:59.030403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.033065"], ["updated_at", "2018-10-11 16:41:59.033065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.034847"], ["updated_at", "2018-10-11 16:41:59.034847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.036534"], ["updated_at", "2018-10-11 16:41:59.036534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.038142"], ["updated_at", "2018-10-11 16:41:59.038142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.039768"], ["updated_at", "2018-10-11 16:41:59.039768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.041812"], ["updated_at", "2018-10-11 16:41:59.041812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.043537"], ["updated_at", "2018-10-11 16:41:59.043537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.045204"], ["updated_at", "2018-10-11 16:41:59.045204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.046747"], ["updated_at", "2018-10-11 16:41:59.046747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.048435"], ["updated_at", "2018-10-11 16:41:59.048435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.050074"], ["updated_at", "2018-10-11 16:41:59.050074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.051684"], ["updated_at", "2018-10-11 16:41:59.051684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.053238"], ["updated_at", "2018-10-11 16:41:59.053238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.054831"], ["updated_at", "2018-10-11 16:41:59.054831"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.056490"], ["updated_at", "2018-10-11 16:41:59.056490"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.058285"], ["updated_at", "2018-10-11 16:41:59.058285"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.060804"], ["updated_at", "2018-10-11 16:41:59.060804"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.063279"], ["updated_at", "2018-10-11 16:41:59.063279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.065792"], ["updated_at", "2018-10-11 16:41:59.065792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.067352"], ["updated_at", "2018-10-11 16:41:59.067352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.069149"], ["updated_at", "2018-10-11 16:41:59.069149"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.070735"], ["updated_at", "2018-10-11 16:41:59.070735"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.075063"], ["updated_at", "2018-10-11 16:41:59.075063"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.077117"], ["updated_at", "2018-10-11 16:41:59.077117"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.080879"], ["updated_at", "2018-10-11 16:41:59.080879"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.084489"], ["updated_at", "2018-10-11 16:41:59.084489"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.087863"], ["updated_at", "2018-10-11 16:41:59.087863"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.091556"], ["updated_at", "2018-10-11 16:41:59.091556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.096123"], ["updated_at", "2018-10-11 16:41:59.096123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.097877"], ["updated_at", "2018-10-11 16:41:59.097877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.099542"], ["updated_at", "2018-10-11 16:41:59.099542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.101113"], ["updated_at", "2018-10-11 16:41:59.101113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.102676"], ["updated_at", "2018-10-11 16:41:59.102676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.104271"], ["updated_at", "2018-10-11 16:41:59.104271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.105857"], ["updated_at", "2018-10-11 16:41:59.105857"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.107631"], ["updated_at", "2018-10-11 16:41:59.107631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.109583"], ["updated_at", "2018-10-11 16:41:59.109583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.111336"], ["updated_at", "2018-10-11 16:41:59.111336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.112986"], ["updated_at", "2018-10-11 16:41:59.112986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.114847"], ["updated_at", "2018-10-11 16:41:59.114847"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.116631"], ["updated_at", "2018-10-11 16:41:59.116631"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.119494"], ["updated_at", "2018-10-11 16:41:59.119494"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.121488"], ["updated_at", "2018-10-11 16:41:59.121488"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.135501"], ["updated_at", "2018-10-11 16:41:59.135501"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.182525"], ["updated_at", "2018-10-11 16:41:59.182525"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.232924"], ["updated_at", "2018-10-11 16:41:59.232924"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.238162"], ["updated_at", "2018-10-11 16:41:59.238162"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.242409"], ["updated_at", "2018-10-11 16:41:59.242409"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.248599"], ["updated_at", "2018-10-11 16:41:59.248599"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.251767"], ["updated_at", "2018-10-11 16:41:59.251767"], ["parent_id", 39895952907]] Kithe::Work Create (11.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.255519"], ["updated_at", "2018-10-11 16:41:59.255519"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.268242"], ["updated_at", "2018-10-11 16:41:59.268242"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.270565"], ["updated_at", "2018-10-11 16:41:59.270565"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.272640"], ["updated_at", "2018-10-11 16:41:59.272640"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.275366"], ["updated_at", "2018-10-11 16:41:59.275366"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.278110"], ["updated_at", "2018-10-11 16:41:59.278110"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.280333"], ["updated_at", "2018-10-11 16:41:59.280333"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.282420"], ["updated_at", "2018-10-11 16:41:59.282420"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.284759"], ["updated_at", "2018-10-11 16:41:59.284759"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.286811"], ["updated_at", "2018-10-11 16:41:59.286811"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.288892"], ["updated_at", "2018-10-11 16:41:59.288892"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.291366"], ["updated_at", "2018-10-11 16:41:59.291366"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.294511"], ["updated_at", "2018-10-11 16:41:59.294511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.296526"], ["updated_at", "2018-10-11 16:41:59.296526"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.298492"], ["updated_at", "2018-10-11 16:41:59.298492"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.301273"], ["updated_at", "2018-10-11 16:41:59.301273"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.303969"], ["updated_at", "2018-10-11 16:41:59.303969"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.306016"], ["updated_at", "2018-10-11 16:41:59.306016"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.309350"], ["updated_at", "2018-10-11 16:41:59.309350"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.312297"], ["updated_at", "2018-10-11 16:41:59.312297"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.314740"], ["updated_at", "2018-10-11 16:41:59.314740"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.317209"], ["updated_at", "2018-10-11 16:41:59.317209"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.320230"], ["updated_at", "2018-10-11 16:41:59.320230"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.324322"], ["updated_at", "2018-10-11 16:41:59.324322"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.330393"], ["updated_at", "2018-10-11 16:41:59.330393"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.333185"], ["updated_at", "2018-10-11 16:41:59.333185"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.335610"], ["updated_at", "2018-10-11 16:41:59.335610"], ["parent_id", 39895952907]] Kithe::Work Create (5.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.340285"], ["updated_at", "2018-10-11 16:41:59.340285"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.347986"], ["updated_at", "2018-10-11 16:41:59.347986"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.352746"], ["updated_at", "2018-10-11 16:41:59.352746"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.361244"], ["updated_at", "2018-10-11 16:41:59.361244"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.365372"], ["updated_at", "2018-10-11 16:41:59.365372"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.368403"], ["updated_at", "2018-10-11 16:41:59.368403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.370640"], ["updated_at", "2018-10-11 16:41:59.370640"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.372231"], ["updated_at", "2018-10-11 16:41:59.372231"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.374386"], ["updated_at", "2018-10-11 16:41:59.374386"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.377318"], ["updated_at", "2018-10-11 16:41:59.377318"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.379626"], ["updated_at", "2018-10-11 16:41:59.379626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.381310"], ["updated_at", "2018-10-11 16:41:59.381310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.382782"], ["updated_at", "2018-10-11 16:41:59.382782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.384817"], ["updated_at", "2018-10-11 16:41:59.384817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.386607"], ["updated_at", "2018-10-11 16:41:59.386607"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.388240"], ["updated_at", "2018-10-11 16:41:59.388240"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.392767"], ["updated_at", "2018-10-11 16:41:59.392767"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.396749"], ["updated_at", "2018-10-11 16:41:59.396749"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.400894"], ["updated_at", "2018-10-11 16:41:59.400894"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.403831"], ["updated_at", "2018-10-11 16:41:59.403831"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.406135"], ["updated_at", "2018-10-11 16:41:59.406135"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.411083"], ["updated_at", "2018-10-11 16:41:59.411083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.414623"], ["updated_at", "2018-10-11 16:41:59.414623"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.416514"], ["updated_at", "2018-10-11 16:41:59.416514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.418516"], ["updated_at", "2018-10-11 16:41:59.418516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.420354"], ["updated_at", "2018-10-11 16:41:59.420354"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.422234"], ["updated_at", "2018-10-11 16:41:59.422234"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.424219"], ["updated_at", "2018-10-11 16:41:59.424219"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.426578"], ["updated_at", "2018-10-11 16:41:59.426578"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.428977"], ["updated_at", "2018-10-11 16:41:59.428977"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.431674"], ["updated_at", "2018-10-11 16:41:59.431674"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.433508"], ["updated_at", "2018-10-11 16:41:59.433508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.435382"], ["updated_at", "2018-10-11 16:41:59.435382"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.437093"], ["updated_at", "2018-10-11 16:41:59.437093"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.438924"], ["updated_at", "2018-10-11 16:41:59.438924"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.443429"], ["updated_at", "2018-10-11 16:41:59.443429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.445884"], ["updated_at", "2018-10-11 16:41:59.445884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.447573"], ["updated_at", "2018-10-11 16:41:59.447573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.449117"], ["updated_at", "2018-10-11 16:41:59.449117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.450854"], ["updated_at", "2018-10-11 16:41:59.450854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.452453"], ["updated_at", "2018-10-11 16:41:59.452453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.454043"], ["updated_at", "2018-10-11 16:41:59.454043"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.455763"], ["updated_at", "2018-10-11 16:41:59.455763"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.458266"], ["updated_at", "2018-10-11 16:41:59.458266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.461949"], ["updated_at", "2018-10-11 16:41:59.461949"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.463720"], ["updated_at", "2018-10-11 16:41:59.463720"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.466472"], ["updated_at", "2018-10-11 16:41:59.466472"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.468921"], ["updated_at", "2018-10-11 16:41:59.468921"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.471186"], ["updated_at", "2018-10-11 16:41:59.471186"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.477535"], ["updated_at", "2018-10-11 16:41:59.477535"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.481404"], ["updated_at", "2018-10-11 16:41:59.481404"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.485194"], ["updated_at", "2018-10-11 16:41:59.485194"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.488267"], ["updated_at", "2018-10-11 16:41:59.488267"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.492140"], ["updated_at", "2018-10-11 16:41:59.492140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.494653"], ["updated_at", "2018-10-11 16:41:59.494653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.496311"], ["updated_at", "2018-10-11 16:41:59.496311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.497982"], ["updated_at", "2018-10-11 16:41:59.497982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.499640"], ["updated_at", "2018-10-11 16:41:59.499640"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.501271"], ["updated_at", "2018-10-11 16:41:59.501271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.503169"], ["updated_at", "2018-10-11 16:41:59.503169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.504722"], ["updated_at", "2018-10-11 16:41:59.504722"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.506633"], ["updated_at", "2018-10-11 16:41:59.506633"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.508979"], ["updated_at", "2018-10-11 16:41:59.508979"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.511274"], ["updated_at", "2018-10-11 16:41:59.511274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.515054"], ["updated_at", "2018-10-11 16:41:59.515054"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.517201"], ["updated_at", "2018-10-11 16:41:59.517201"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.519579"], ["updated_at", "2018-10-11 16:41:59.519579"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.522712"], ["updated_at", "2018-10-11 16:41:59.522712"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.525372"], ["updated_at", "2018-10-11 16:41:59.525372"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.529768"], ["updated_at", "2018-10-11 16:41:59.529768"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.532794"], ["updated_at", "2018-10-11 16:41:59.532794"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.535210"], ["updated_at", "2018-10-11 16:41:59.535210"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.537597"], ["updated_at", "2018-10-11 16:41:59.537597"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.540109"], ["updated_at", "2018-10-11 16:41:59.540109"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.542228"], ["updated_at", "2018-10-11 16:41:59.542228"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.545807"], ["updated_at", "2018-10-11 16:41:59.545807"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.547859"], ["updated_at", "2018-10-11 16:41:59.547859"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.549764"], ["updated_at", "2018-10-11 16:41:59.549764"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.552474"], ["updated_at", "2018-10-11 16:41:59.552474"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.554618"], ["updated_at", "2018-10-11 16:41:59.554618"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.557995"], ["updated_at", "2018-10-11 16:41:59.557995"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.560677"], ["updated_at", "2018-10-11 16:41:59.560677"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.562934"], ["updated_at", "2018-10-11 16:41:59.562934"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.565030"], ["updated_at", "2018-10-11 16:41:59.565030"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.566926"], ["updated_at", "2018-10-11 16:41:59.566926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.568831"], ["updated_at", "2018-10-11 16:41:59.568831"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.571108"], ["updated_at", "2018-10-11 16:41:59.571108"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.573334"], ["updated_at", "2018-10-11 16:41:59.573334"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.576240"], ["updated_at", "2018-10-11 16:41:59.576240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.578980"], ["updated_at", "2018-10-11 16:41:59.578980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.581793"], ["updated_at", "2018-10-11 16:41:59.581793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.583767"], ["updated_at", "2018-10-11 16:41:59.583767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.585415"], ["updated_at", "2018-10-11 16:41:59.585415"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.587689"], ["updated_at", "2018-10-11 16:41:59.587689"], ["parent_id", 39895952907]] Kithe::Work Create (3.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.590291"], ["updated_at", "2018-10-11 16:41:59.590291"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.595679"], ["updated_at", "2018-10-11 16:41:59.595679"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.599169"], ["updated_at", "2018-10-11 16:41:59.599169"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.602070"], ["updated_at", "2018-10-11 16:41:59.602070"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.605020"], ["updated_at", "2018-10-11 16:41:59.605020"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.608595"], ["updated_at", "2018-10-11 16:41:59.608595"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.615606"], ["updated_at", "2018-10-11 16:41:59.615606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.617683"], ["updated_at", "2018-10-11 16:41:59.617683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.619414"], ["updated_at", "2018-10-11 16:41:59.619414"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.621186"], ["updated_at", "2018-10-11 16:41:59.621186"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.623079"], ["updated_at", "2018-10-11 16:41:59.623079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.625407"], ["updated_at", "2018-10-11 16:41:59.625407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.627281"], ["updated_at", "2018-10-11 16:41:59.627281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.629086"], ["updated_at", "2018-10-11 16:41:59.629086"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.630887"], ["updated_at", "2018-10-11 16:41:59.630887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.633040"], ["updated_at", "2018-10-11 16:41:59.633040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.634892"], ["updated_at", "2018-10-11 16:41:59.634892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.636715"], ["updated_at", "2018-10-11 16:41:59.636715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.638515"], ["updated_at", "2018-10-11 16:41:59.638515"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.640406"], ["updated_at", "2018-10-11 16:41:59.640406"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.643185"], ["updated_at", "2018-10-11 16:41:59.643185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.645673"], ["updated_at", "2018-10-11 16:41:59.645673"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.647942"], ["updated_at", "2018-10-11 16:41:59.647942"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.650044"], ["updated_at", "2018-10-11 16:41:59.650044"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.652124"], ["updated_at", "2018-10-11 16:41:59.652124"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.654279"], ["updated_at", "2018-10-11 16:41:59.654279"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.656459"], ["updated_at", "2018-10-11 16:41:59.656459"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.660314"], ["updated_at", "2018-10-11 16:41:59.660314"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.663040"], ["updated_at", "2018-10-11 16:41:59.663040"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.665606"], ["updated_at", "2018-10-11 16:41:59.665606"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.668254"], ["updated_at", "2018-10-11 16:41:59.668254"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.670224"], ["updated_at", "2018-10-11 16:41:59.670224"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.672789"], ["updated_at", "2018-10-11 16:41:59.672789"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.676451"], ["updated_at", "2018-10-11 16:41:59.676451"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.681478"], ["updated_at", "2018-10-11 16:41:59.681478"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.684097"], ["updated_at", "2018-10-11 16:41:59.684097"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.687139"], ["updated_at", "2018-10-11 16:41:59.687139"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.689390"], ["updated_at", "2018-10-11 16:41:59.689390"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.691881"], ["updated_at", "2018-10-11 16:41:59.691881"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.694361"], ["updated_at", "2018-10-11 16:41:59.694361"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.696544"], ["updated_at", "2018-10-11 16:41:59.696544"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.698906"], ["updated_at", "2018-10-11 16:41:59.698906"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.700899"], ["updated_at", "2018-10-11 16:41:59.700899"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.703689"], ["updated_at", "2018-10-11 16:41:59.703689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.706154"], ["updated_at", "2018-10-11 16:41:59.706154"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.708590"], ["updated_at", "2018-10-11 16:41:59.708590"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.710914"], ["updated_at", "2018-10-11 16:41:59.710914"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.713071"], ["updated_at", "2018-10-11 16:41:59.713071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.715276"], ["updated_at", "2018-10-11 16:41:59.715276"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.717325"], ["updated_at", "2018-10-11 16:41:59.717325"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.719433"], ["updated_at", "2018-10-11 16:41:59.719433"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.721512"], ["updated_at", "2018-10-11 16:41:59.721512"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.724564"], ["updated_at", "2018-10-11 16:41:59.724564"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.729212"], ["updated_at", "2018-10-11 16:41:59.729212"], ["parent_id", 39895952907]] Kithe::Work Create (3.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.732490"], ["updated_at", "2018-10-11 16:41:59.732490"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.737665"], ["updated_at", "2018-10-11 16:41:59.737665"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.740505"], ["updated_at", "2018-10-11 16:41:59.740505"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.744274"], ["updated_at", "2018-10-11 16:41:59.744274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.748314"], ["updated_at", "2018-10-11 16:41:59.748314"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.750059"], ["updated_at", "2018-10-11 16:41:59.750059"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.752341"], ["updated_at", "2018-10-11 16:41:59.752341"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.754572"], ["updated_at", "2018-10-11 16:41:59.754572"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.756986"], ["updated_at", "2018-10-11 16:41:59.756986"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.759678"], ["updated_at", "2018-10-11 16:41:59.759678"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.762146"], ["updated_at", "2018-10-11 16:41:59.762146"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.764630"], ["updated_at", "2018-10-11 16:41:59.764630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.766775"], ["updated_at", "2018-10-11 16:41:59.766775"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.768579"], ["updated_at", "2018-10-11 16:41:59.768579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.770623"], ["updated_at", "2018-10-11 16:41:59.770623"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.772579"], ["updated_at", "2018-10-11 16:41:59.772579"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.775643"], ["updated_at", "2018-10-11 16:41:59.775643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.778347"], ["updated_at", "2018-10-11 16:41:59.778347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.780053"], ["updated_at", "2018-10-11 16:41:59.780053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.781981"], ["updated_at", "2018-10-11 16:41:59.781981"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.783907"], ["updated_at", "2018-10-11 16:41:59.783907"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.786189"], ["updated_at", "2018-10-11 16:41:59.786189"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.789537"], ["updated_at", "2018-10-11 16:41:59.789537"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.793191"], ["updated_at", "2018-10-11 16:41:59.793191"], ["parent_id", 39895952907]] Kithe::Work Create (4.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.796893"], ["updated_at", "2018-10-11 16:41:59.796893"], ["parent_id", 39895952907]] Kithe::Work Create (2.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.803692"], ["updated_at", "2018-10-11 16:41:59.803692"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.808384"], ["updated_at", "2018-10-11 16:41:59.808384"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.812405"], ["updated_at", "2018-10-11 16:41:59.812405"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.815000"], ["updated_at", "2018-10-11 16:41:59.815000"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.818081"], ["updated_at", "2018-10-11 16:41:59.818081"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.820856"], ["updated_at", "2018-10-11 16:41:59.820856"], ["parent_id", 39895952907]] Kithe::Work Create (3.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.823559"], ["updated_at", "2018-10-11 16:41:59.823559"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.828863"], ["updated_at", "2018-10-11 16:41:59.828863"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.830860"], ["updated_at", "2018-10-11 16:41:59.830860"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.834281"], ["updated_at", "2018-10-11 16:41:59.834281"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.837187"], ["updated_at", "2018-10-11 16:41:59.837187"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.839130"], ["updated_at", "2018-10-11 16:41:59.839130"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.841130"], ["updated_at", "2018-10-11 16:41:59.841130"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.844590"], ["updated_at", "2018-10-11 16:41:59.844590"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.849327"], ["updated_at", "2018-10-11 16:41:59.849327"], ["parent_id", 39895952907]] Kithe::Work Create (19.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.856188"], ["updated_at", "2018-10-11 16:41:59.856188"], ["parent_id", 39895952907]] Kithe::Work Create (5.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.885365"], ["updated_at", "2018-10-11 16:41:59.885365"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.893579"], ["updated_at", "2018-10-11 16:41:59.893579"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.895519"], ["updated_at", "2018-10-11 16:41:59.895519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.898108"], ["updated_at", "2018-10-11 16:41:59.898108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.899812"], ["updated_at", "2018-10-11 16:41:59.899812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.901497"], ["updated_at", "2018-10-11 16:41:59.901497"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.903319"], ["updated_at", "2018-10-11 16:41:59.903319"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.905764"], ["updated_at", "2018-10-11 16:41:59.905764"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.908505"], ["updated_at", "2018-10-11 16:41:59.908505"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.910965"], ["updated_at", "2018-10-11 16:41:59.910965"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.912947"], ["updated_at", "2018-10-11 16:41:59.912947"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.915189"], ["updated_at", "2018-10-11 16:41:59.915189"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.917288"], ["updated_at", "2018-10-11 16:41:59.917288"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.919346"], ["updated_at", "2018-10-11 16:41:59.919346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.921544"], ["updated_at", "2018-10-11 16:41:59.921544"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.923431"], ["updated_at", "2018-10-11 16:41:59.923431"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.927018"], ["updated_at", "2018-10-11 16:41:59.927018"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.930152"], ["updated_at", "2018-10-11 16:41:59.930152"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.933324"], ["updated_at", "2018-10-11 16:41:59.933324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.935802"], ["updated_at", "2018-10-11 16:41:59.935802"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.938278"], ["updated_at", "2018-10-11 16:41:59.938278"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.941008"], ["updated_at", "2018-10-11 16:41:59.941008"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.944954"], ["updated_at", "2018-10-11 16:41:59.944954"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.947297"], ["updated_at", "2018-10-11 16:41:59.947297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.950506"], ["updated_at", "2018-10-11 16:41:59.950506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.952432"], ["updated_at", "2018-10-11 16:41:59.952432"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.954311"], ["updated_at", "2018-10-11 16:41:59.954311"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.956644"], ["updated_at", "2018-10-11 16:41:59.956644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.959282"], ["updated_at", "2018-10-11 16:41:59.959282"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.961392"], ["updated_at", "2018-10-11 16:41:59.961392"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.963412"], ["updated_at", "2018-10-11 16:41:59.963412"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.965846"], ["updated_at", "2018-10-11 16:41:59.965846"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.967918"], ["updated_at", "2018-10-11 16:41:59.967918"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.970201"], ["updated_at", "2018-10-11 16:41:59.970201"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.972598"], ["updated_at", "2018-10-11 16:41:59.972598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.975505"], ["updated_at", "2018-10-11 16:41:59.975505"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.977764"], ["updated_at", "2018-10-11 16:41:59.977764"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.979878"], ["updated_at", "2018-10-11 16:41:59.979878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.982585"], ["updated_at", "2018-10-11 16:41:59.982585"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.984769"], ["updated_at", "2018-10-11 16:41:59.984769"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.987219"], ["updated_at", "2018-10-11 16:41:59.987219"], ["parent_id", 39895952907]] Kithe::Work Create (9.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:41:59.989610"], ["updated_at", "2018-10-11 16:41:59.989610"], ["parent_id", 39895952907]] Kithe::Work Create (4.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.001802"], ["updated_at", "2018-10-11 16:42:00.001802"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.013671"], ["updated_at", "2018-10-11 16:42:00.013671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.016854"], ["updated_at", "2018-10-11 16:42:00.016854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.018641"], ["updated_at", "2018-10-11 16:42:00.018641"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.020879"], ["updated_at", "2018-10-11 16:42:00.020879"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.025167"], ["updated_at", "2018-10-11 16:42:00.025167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.027561"], ["updated_at", "2018-10-11 16:42:00.027561"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.029234"], ["updated_at", "2018-10-11 16:42:00.029234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.031094"], ["updated_at", "2018-10-11 16:42:00.031094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.033123"], ["updated_at", "2018-10-11 16:42:00.033123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.034765"], ["updated_at", "2018-10-11 16:42:00.034765"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.036342"], ["updated_at", "2018-10-11 16:42:00.036342"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.038611"], ["updated_at", "2018-10-11 16:42:00.038611"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.041415"], ["updated_at", "2018-10-11 16:42:00.041415"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.043799"], ["updated_at", "2018-10-11 16:42:00.043799"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.045982"], ["updated_at", "2018-10-11 16:42:00.045982"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.050474"], ["updated_at", "2018-10-11 16:42:00.050474"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.053247"], ["updated_at", "2018-10-11 16:42:00.053247"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.056509"], ["updated_at", "2018-10-11 16:42:00.056509"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.060461"], ["updated_at", "2018-10-11 16:42:00.060461"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.063800"], ["updated_at", "2018-10-11 16:42:00.063800"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.068366"], ["updated_at", "2018-10-11 16:42:00.068366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.070375"], ["updated_at", "2018-10-11 16:42:00.070375"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.072397"], ["updated_at", "2018-10-11 16:42:00.072397"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.074302"], ["updated_at", "2018-10-11 16:42:00.074302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.079645"], ["updated_at", "2018-10-11 16:42:00.079645"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.081648"], ["updated_at", "2018-10-11 16:42:00.081648"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.083557"], ["updated_at", "2018-10-11 16:42:00.083557"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.086116"], ["updated_at", "2018-10-11 16:42:00.086116"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.088830"], ["updated_at", "2018-10-11 16:42:00.088830"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.091869"], ["updated_at", "2018-10-11 16:42:00.091869"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.095407"], ["updated_at", "2018-10-11 16:42:00.095407"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.097890"], ["updated_at", "2018-10-11 16:42:00.097890"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.102368"], ["updated_at", "2018-10-11 16:42:00.102368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.104106"], ["updated_at", "2018-10-11 16:42:00.104106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.105752"], ["updated_at", "2018-10-11 16:42:00.105752"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.107872"], ["updated_at", "2018-10-11 16:42:00.107872"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.110573"], ["updated_at", "2018-10-11 16:42:00.110573"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.114640"], ["updated_at", "2018-10-11 16:42:00.114640"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.118267"], ["updated_at", "2018-10-11 16:42:00.118267"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.121260"], ["updated_at", "2018-10-11 16:42:00.121260"], ["parent_id", 39895952907]] Kithe::Work Create (4.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.124577"], ["updated_at", "2018-10-11 16:42:00.124577"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.130793"], ["updated_at", "2018-10-11 16:42:00.130793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.135184"], ["updated_at", "2018-10-11 16:42:00.135184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.136803"], ["updated_at", "2018-10-11 16:42:00.136803"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.138401"], ["updated_at", "2018-10-11 16:42:00.138401"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.140866"], ["updated_at", "2018-10-11 16:42:00.140866"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.148638"], ["updated_at", "2018-10-11 16:42:00.148638"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.151407"], ["updated_at", "2018-10-11 16:42:00.151407"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.154136"], ["updated_at", "2018-10-11 16:42:00.154136"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.161853"], ["updated_at", "2018-10-11 16:42:00.161853"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.169305"], ["updated_at", "2018-10-11 16:42:00.169305"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.172493"], ["updated_at", "2018-10-11 16:42:00.172493"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.183539"], ["updated_at", "2018-10-11 16:42:00.183539"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.186702"], ["updated_at", "2018-10-11 16:42:00.186702"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.189266"], ["updated_at", "2018-10-11 16:42:00.189266"], ["parent_id", 39895952907]] Kithe::Work Create (4.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.191765"], ["updated_at", "2018-10-11 16:42:00.191765"], ["parent_id", 39895952907]] Kithe::Work Create (12.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.204253"], ["updated_at", "2018-10-11 16:42:00.204253"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.220465"], ["updated_at", "2018-10-11 16:42:00.220465"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.223475"], ["updated_at", "2018-10-11 16:42:00.223475"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.227558"], ["updated_at", "2018-10-11 16:42:00.227558"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.230409"], ["updated_at", "2018-10-11 16:42:00.230409"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.233192"], ["updated_at", "2018-10-11 16:42:00.233192"], ["parent_id", 39895952907]] Kithe::Work Create (8.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.238234"], ["updated_at", "2018-10-11 16:42:00.238234"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.249328"], ["updated_at", "2018-10-11 16:42:00.249328"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.252315"], ["updated_at", "2018-10-11 16:42:00.252315"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.255829"], ["updated_at", "2018-10-11 16:42:00.255829"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.261864"], ["updated_at", "2018-10-11 16:42:00.261864"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.267782"], ["updated_at", "2018-10-11 16:42:00.267782"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.270343"], ["updated_at", "2018-10-11 16:42:00.270343"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.272456"], ["updated_at", "2018-10-11 16:42:00.272456"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.275014"], ["updated_at", "2018-10-11 16:42:00.275014"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.277514"], ["updated_at", "2018-10-11 16:42:00.277514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.281708"], ["updated_at", "2018-10-11 16:42:00.281708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.283273"], ["updated_at", "2018-10-11 16:42:00.283273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.284807"], ["updated_at", "2018-10-11 16:42:00.284807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.286493"], ["updated_at", "2018-10-11 16:42:00.286493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.288147"], ["updated_at", "2018-10-11 16:42:00.288147"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.289716"], ["updated_at", "2018-10-11 16:42:00.289716"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.291725"], ["updated_at", "2018-10-11 16:42:00.291725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.293512"], ["updated_at", "2018-10-11 16:42:00.293512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.295244"], ["updated_at", "2018-10-11 16:42:00.295244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.296924"], ["updated_at", "2018-10-11 16:42:00.296924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.298551"], ["updated_at", "2018-10-11 16:42:00.298551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.300088"], ["updated_at", "2018-10-11 16:42:00.300088"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.301662"], ["updated_at", "2018-10-11 16:42:00.301662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.303477"], ["updated_at", "2018-10-11 16:42:00.303477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.305095"], ["updated_at", "2018-10-11 16:42:00.305095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.306679"], ["updated_at", "2018-10-11 16:42:00.306679"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.308574"], ["updated_at", "2018-10-11 16:42:00.308574"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.310815"], ["updated_at", "2018-10-11 16:42:00.310815"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.313607"], ["updated_at", "2018-10-11 16:42:00.313607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.316482"], ["updated_at", "2018-10-11 16:42:00.316482"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.318200"], ["updated_at", "2018-10-11 16:42:00.318200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.319795"], ["updated_at", "2018-10-11 16:42:00.319795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.321413"], ["updated_at", "2018-10-11 16:42:00.321413"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.323008"], ["updated_at", "2018-10-11 16:42:00.323008"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.324972"], ["updated_at", "2018-10-11 16:42:00.324972"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.327610"], ["updated_at", "2018-10-11 16:42:00.327610"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.330119"], ["updated_at", "2018-10-11 16:42:00.330119"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.332929"], ["updated_at", "2018-10-11 16:42:00.332929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.335676"], ["updated_at", "2018-10-11 16:42:00.335676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.337630"], ["updated_at", "2018-10-11 16:42:00.337630"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.339259"], ["updated_at", "2018-10-11 16:42:00.339259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.342375"], ["updated_at", "2018-10-11 16:42:00.342375"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.344030"], ["updated_at", "2018-10-11 16:42:00.344030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.345688"], ["updated_at", "2018-10-11 16:42:00.345688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.347301"], ["updated_at", "2018-10-11 16:42:00.347301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.348903"], ["updated_at", "2018-10-11 16:42:00.348903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.350603"], ["updated_at", "2018-10-11 16:42:00.350603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.352175"], ["updated_at", "2018-10-11 16:42:00.352175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.353881"], ["updated_at", "2018-10-11 16:42:00.353881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.355454"], ["updated_at", "2018-10-11 16:42:00.355454"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.357329"], ["updated_at", "2018-10-11 16:42:00.357329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.359295"], ["updated_at", "2018-10-11 16:42:00.359295"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.360967"], ["updated_at", "2018-10-11 16:42:00.360967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.362685"], ["updated_at", "2018-10-11 16:42:00.362685"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.364309"], ["updated_at", "2018-10-11 16:42:00.364309"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.366465"], ["updated_at", "2018-10-11 16:42:00.366465"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.369757"], ["updated_at", "2018-10-11 16:42:00.369757"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.373202"], ["updated_at", "2018-10-11 16:42:00.373202"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.376985"], ["updated_at", "2018-10-11 16:42:00.376985"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.380621"], ["updated_at", "2018-10-11 16:42:00.380621"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.383955"], ["updated_at", "2018-10-11 16:42:00.383955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.385649"], ["updated_at", "2018-10-11 16:42:00.385649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.387191"], ["updated_at", "2018-10-11 16:42:00.387191"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.388785"], ["updated_at", "2018-10-11 16:42:00.388785"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.390556"], ["updated_at", "2018-10-11 16:42:00.390556"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.392416"], ["updated_at", "2018-10-11 16:42:00.392416"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.394934"], ["updated_at", "2018-10-11 16:42:00.394934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.396702"], ["updated_at", "2018-10-11 16:42:00.396702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.398258"], ["updated_at", "2018-10-11 16:42:00.398258"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.399784"], ["updated_at", "2018-10-11 16:42:00.399784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.401420"], ["updated_at", "2018-10-11 16:42:00.401420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.403008"], ["updated_at", "2018-10-11 16:42:00.403008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.406248"], ["updated_at", "2018-10-11 16:42:00.406248"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.407969"], ["updated_at", "2018-10-11 16:42:00.407969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.409656"], ["updated_at", "2018-10-11 16:42:00.409656"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.411288"], ["updated_at", "2018-10-11 16:42:00.411288"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.412864"], ["updated_at", "2018-10-11 16:42:00.412864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.414532"], ["updated_at", "2018-10-11 16:42:00.414532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.416103"], ["updated_at", "2018-10-11 16:42:00.416103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.417682"], ["updated_at", "2018-10-11 16:42:00.417682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.419377"], ["updated_at", "2018-10-11 16:42:00.419377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.421000"], ["updated_at", "2018-10-11 16:42:00.421000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.422549"], ["updated_at", "2018-10-11 16:42:00.422549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.424204"], ["updated_at", "2018-10-11 16:42:00.424204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.425855"], ["updated_at", "2018-10-11 16:42:00.425855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.427494"], ["updated_at", "2018-10-11 16:42:00.427494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.429227"], ["updated_at", "2018-10-11 16:42:00.429227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.430982"], ["updated_at", "2018-10-11 16:42:00.430982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.432592"], ["updated_at", "2018-10-11 16:42:00.432592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.434177"], ["updated_at", "2018-10-11 16:42:00.434177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.435792"], ["updated_at", "2018-10-11 16:42:00.435792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.437379"], ["updated_at", "2018-10-11 16:42:00.437379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.438955"], ["updated_at", "2018-10-11 16:42:00.438955"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.440631"], ["updated_at", "2018-10-11 16:42:00.440631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.442342"], ["updated_at", "2018-10-11 16:42:00.442342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.444053"], ["updated_at", "2018-10-11 16:42:00.444053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.445988"], ["updated_at", "2018-10-11 16:42:00.445988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.447728"], ["updated_at", "2018-10-11 16:42:00.447728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.449319"], ["updated_at", "2018-10-11 16:42:00.449319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.450933"], ["updated_at", "2018-10-11 16:42:00.450933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.452477"], ["updated_at", "2018-10-11 16:42:00.452477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.454092"], ["updated_at", "2018-10-11 16:42:00.454092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.455782"], ["updated_at", "2018-10-11 16:42:00.455782"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.457708"], ["updated_at", "2018-10-11 16:42:00.457708"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.461751"], ["updated_at", "2018-10-11 16:42:00.461751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.464065"], ["updated_at", "2018-10-11 16:42:00.464065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.466296"], ["updated_at", "2018-10-11 16:42:00.466296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.467870"], ["updated_at", "2018-10-11 16:42:00.467870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.469402"], ["updated_at", "2018-10-11 16:42:00.469402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.470880"], ["updated_at", "2018-10-11 16:42:00.470880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.472479"], ["updated_at", "2018-10-11 16:42:00.472479"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.476539"], ["updated_at", "2018-10-11 16:42:00.476539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.478375"], ["updated_at", "2018-10-11 16:42:00.478375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.479972"], ["updated_at", "2018-10-11 16:42:00.479972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.481679"], ["updated_at", "2018-10-11 16:42:00.481679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.483234"], ["updated_at", "2018-10-11 16:42:00.483234"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.484847"], ["updated_at", "2018-10-11 16:42:00.484847"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.487211"], ["updated_at", "2018-10-11 16:42:00.487211"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.489568"], ["updated_at", "2018-10-11 16:42:00.489568"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.492395"], ["updated_at", "2018-10-11 16:42:00.492395"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.496781"], ["updated_at", "2018-10-11 16:42:00.496781"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.499597"], ["updated_at", "2018-10-11 16:42:00.499597"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.502318"], ["updated_at", "2018-10-11 16:42:00.502318"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.505035"], ["updated_at", "2018-10-11 16:42:00.505035"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.507788"], ["updated_at", "2018-10-11 16:42:00.507788"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.510394"], ["updated_at", "2018-10-11 16:42:00.510394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.512209"], ["updated_at", "2018-10-11 16:42:00.512209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.513842"], ["updated_at", "2018-10-11 16:42:00.513842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.515421"], ["updated_at", "2018-10-11 16:42:00.515421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.517071"], ["updated_at", "2018-10-11 16:42:00.517071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.518655"], ["updated_at", "2018-10-11 16:42:00.518655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.520206"], ["updated_at", "2018-10-11 16:42:00.520206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.521801"], ["updated_at", "2018-10-11 16:42:00.521801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.523397"], ["updated_at", "2018-10-11 16:42:00.523397"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.525526"], ["updated_at", "2018-10-11 16:42:00.525526"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.528840"], ["updated_at", "2018-10-11 16:42:00.528840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.530753"], ["updated_at", "2018-10-11 16:42:00.530753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.532405"], ["updated_at", "2018-10-11 16:42:00.532405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.534086"], ["updated_at", "2018-10-11 16:42:00.534086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.535643"], ["updated_at", "2018-10-11 16:42:00.535643"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.537256"], ["updated_at", "2018-10-11 16:42:00.537256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.540099"], ["updated_at", "2018-10-11 16:42:00.540099"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.541884"], ["updated_at", "2018-10-11 16:42:00.541884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.544588"], ["updated_at", "2018-10-11 16:42:00.544588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.546519"], ["updated_at", "2018-10-11 16:42:00.546519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.548173"], ["updated_at", "2018-10-11 16:42:00.548173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.549739"], ["updated_at", "2018-10-11 16:42:00.549739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.551378"], ["updated_at", "2018-10-11 16:42:00.551378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.552968"], ["updated_at", "2018-10-11 16:42:00.552968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.554572"], ["updated_at", "2018-10-11 16:42:00.554572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.556173"], ["updated_at", "2018-10-11 16:42:00.556173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.557956"], ["updated_at", "2018-10-11 16:42:00.557956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.559715"], ["updated_at", "2018-10-11 16:42:00.559715"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.561396"], ["updated_at", "2018-10-11 16:42:00.561396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.563096"], ["updated_at", "2018-10-11 16:42:00.563096"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.565004"], ["updated_at", "2018-10-11 16:42:00.565004"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.566729"], ["updated_at", "2018-10-11 16:42:00.566729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.568682"], ["updated_at", "2018-10-11 16:42:00.568682"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.570336"], ["updated_at", "2018-10-11 16:42:00.570336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.572468"], ["updated_at", "2018-10-11 16:42:00.572468"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.574205"], ["updated_at", "2018-10-11 16:42:00.574205"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.576347"], ["updated_at", "2018-10-11 16:42:00.576347"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.579034"], ["updated_at", "2018-10-11 16:42:00.579034"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.581984"], ["updated_at", "2018-10-11 16:42:00.581984"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.584644"], ["updated_at", "2018-10-11 16:42:00.584644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.586703"], ["updated_at", "2018-10-11 16:42:00.586703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.588926"], ["updated_at", "2018-10-11 16:42:00.588926"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.591321"], ["updated_at", "2018-10-11 16:42:00.591321"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.595846"], ["updated_at", "2018-10-11 16:42:00.595846"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.598980"], ["updated_at", "2018-10-11 16:42:00.598980"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.603009"], ["updated_at", "2018-10-11 16:42:00.603009"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.606197"], ["updated_at", "2018-10-11 16:42:00.606197"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.609753"], ["updated_at", "2018-10-11 16:42:00.609753"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.613493"], ["updated_at", "2018-10-11 16:42:00.613493"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.616155"], ["updated_at", "2018-10-11 16:42:00.616155"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.620182"], ["updated_at", "2018-10-11 16:42:00.620182"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.622924"], ["updated_at", "2018-10-11 16:42:00.622924"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.625828"], ["updated_at", "2018-10-11 16:42:00.625828"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.629716"], ["updated_at", "2018-10-11 16:42:00.629716"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.632248"], ["updated_at", "2018-10-11 16:42:00.632248"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.634788"], ["updated_at", "2018-10-11 16:42:00.634788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.637242"], ["updated_at", "2018-10-11 16:42:00.637242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.638973"], ["updated_at", "2018-10-11 16:42:00.638973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.640584"], ["updated_at", "2018-10-11 16:42:00.640584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.642367"], ["updated_at", "2018-10-11 16:42:00.642367"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.644234"], ["updated_at", "2018-10-11 16:42:00.644234"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.646530"], ["updated_at", "2018-10-11 16:42:00.646530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.648241"], ["updated_at", "2018-10-11 16:42:00.648241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.649886"], ["updated_at", "2018-10-11 16:42:00.649886"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.651463"], ["updated_at", "2018-10-11 16:42:00.651463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.653503"], ["updated_at", "2018-10-11 16:42:00.653503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.655160"], ["updated_at", "2018-10-11 16:42:00.655160"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.656826"], ["updated_at", "2018-10-11 16:42:00.656826"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.658819"], ["updated_at", "2018-10-11 16:42:00.658819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.661962"], ["updated_at", "2018-10-11 16:42:00.661962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.663741"], ["updated_at", "2018-10-11 16:42:00.663741"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.665425"], ["updated_at", "2018-10-11 16:42:00.665425"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.667026"], ["updated_at", "2018-10-11 16:42:00.667026"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.669537"], ["updated_at", "2018-10-11 16:42:00.669537"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.671640"], ["updated_at", "2018-10-11 16:42:00.671640"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.676123"], ["updated_at", "2018-10-11 16:42:00.676123"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.679081"], ["updated_at", "2018-10-11 16:42:00.679081"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.681876"], ["updated_at", "2018-10-11 16:42:00.681876"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.684838"], ["updated_at", "2018-10-11 16:42:00.684838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.687398"], ["updated_at", "2018-10-11 16:42:00.687398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.689169"], ["updated_at", "2018-10-11 16:42:00.689169"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.690925"], ["updated_at", "2018-10-11 16:42:00.690925"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.693698"], ["updated_at", "2018-10-11 16:42:00.693698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.695455"], ["updated_at", "2018-10-11 16:42:00.695455"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.697061"], ["updated_at", "2018-10-11 16:42:00.697061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.698741"], ["updated_at", "2018-10-11 16:42:00.698741"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.700363"], ["updated_at", "2018-10-11 16:42:00.700363"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.703148"], ["updated_at", "2018-10-11 16:42:00.703148"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.705746"], ["updated_at", "2018-10-11 16:42:00.705746"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.707832"], ["updated_at", "2018-10-11 16:42:00.707832"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.711826"], ["updated_at", "2018-10-11 16:42:00.711826"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.714765"], ["updated_at", "2018-10-11 16:42:00.714765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.717489"], ["updated_at", "2018-10-11 16:42:00.717489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.719350"], ["updated_at", "2018-10-11 16:42:00.719350"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.720953"], ["updated_at", "2018-10-11 16:42:00.720953"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.722694"], ["updated_at", "2018-10-11 16:42:00.722694"], ["parent_id", 39895952907]] Kithe::Work Create (7.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.725250"], ["updated_at", "2018-10-11 16:42:00.725250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.735498"], ["updated_at", "2018-10-11 16:42:00.735498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.737246"], ["updated_at", "2018-10-11 16:42:00.737246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.738709"], ["updated_at", "2018-10-11 16:42:00.738709"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.740324"], ["updated_at", "2018-10-11 16:42:00.740324"], ["parent_id", 39895952907]] Kithe::Work Create (5.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.742721"], ["updated_at", "2018-10-11 16:42:00.742721"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.750126"], ["updated_at", "2018-10-11 16:42:00.750126"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.753838"], ["updated_at", "2018-10-11 16:42:00.753838"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.756643"], ["updated_at", "2018-10-11 16:42:00.756643"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.759465"], ["updated_at", "2018-10-11 16:42:00.759465"], ["parent_id", 39895952907]] Kithe::Work Create (3.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.762978"], ["updated_at", "2018-10-11 16:42:00.762978"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.768351"], ["updated_at", "2018-10-11 16:42:00.768351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.770616"], ["updated_at", "2018-10-11 16:42:00.770616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.772202"], ["updated_at", "2018-10-11 16:42:00.772202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.774250"], ["updated_at", "2018-10-11 16:42:00.774250"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.776945"], ["updated_at", "2018-10-11 16:42:00.776945"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.780385"], ["updated_at", "2018-10-11 16:42:00.780385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.783783"], ["updated_at", "2018-10-11 16:42:00.783783"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.785681"], ["updated_at", "2018-10-11 16:42:00.785681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.787782"], ["updated_at", "2018-10-11 16:42:00.787782"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.789733"], ["updated_at", "2018-10-11 16:42:00.789733"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.794388"], ["updated_at", "2018-10-11 16:42:00.794388"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.800046"], ["updated_at", "2018-10-11 16:42:00.800046"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.802264"], ["updated_at", "2018-10-11 16:42:00.802264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.804113"], ["updated_at", "2018-10-11 16:42:00.804113"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.805811"], ["updated_at", "2018-10-11 16:42:00.805811"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.808027"], ["updated_at", "2018-10-11 16:42:00.808027"], ["parent_id", 39895952907]] Kithe::Work Create (5.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.810094"], ["updated_at", "2018-10-11 16:42:00.810094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.817301"], ["updated_at", "2018-10-11 16:42:00.817301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.819055"], ["updated_at", "2018-10-11 16:42:00.819055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.820558"], ["updated_at", "2018-10-11 16:42:00.820558"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.822488"], ["updated_at", "2018-10-11 16:42:00.822488"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.824575"], ["updated_at", "2018-10-11 16:42:00.824575"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.826577"], ["updated_at", "2018-10-11 16:42:00.826577"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.829494"], ["updated_at", "2018-10-11 16:42:00.829494"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.832549"], ["updated_at", "2018-10-11 16:42:00.832549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.834899"], ["updated_at", "2018-10-11 16:42:00.834899"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.836753"], ["updated_at", "2018-10-11 16:42:00.836753"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.839395"], ["updated_at", "2018-10-11 16:42:00.839395"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.841705"], ["updated_at", "2018-10-11 16:42:00.841705"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.846271"], ["updated_at", "2018-10-11 16:42:00.846271"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.849575"], ["updated_at", "2018-10-11 16:42:00.849575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.851285"], ["updated_at", "2018-10-11 16:42:00.851285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.853046"], ["updated_at", "2018-10-11 16:42:00.853046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.855030"], ["updated_at", "2018-10-11 16:42:00.855030"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.856707"], ["updated_at", "2018-10-11 16:42:00.856707"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.859651"], ["updated_at", "2018-10-11 16:42:00.859651"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.865462"], ["updated_at", "2018-10-11 16:42:00.865462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.868380"], ["updated_at", "2018-10-11 16:42:00.868380"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.870204"], ["updated_at", "2018-10-11 16:42:00.870204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.872678"], ["updated_at", "2018-10-11 16:42:00.872678"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.874624"], ["updated_at", "2018-10-11 16:42:00.874624"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.881792"], ["updated_at", "2018-10-11 16:42:00.881792"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.884916"], ["updated_at", "2018-10-11 16:42:00.884916"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.888099"], ["updated_at", "2018-10-11 16:42:00.888099"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.891029"], ["updated_at", "2018-10-11 16:42:00.891029"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.893936"], ["updated_at", "2018-10-11 16:42:00.893936"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.896624"], ["updated_at", "2018-10-11 16:42:00.896624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.899076"], ["updated_at", "2018-10-11 16:42:00.899076"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.901017"], ["updated_at", "2018-10-11 16:42:00.901017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.902609"], ["updated_at", "2018-10-11 16:42:00.902609"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.904881"], ["updated_at", "2018-10-11 16:42:00.904881"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.907180"], ["updated_at", "2018-10-11 16:42:00.907180"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.909296"], ["updated_at", "2018-10-11 16:42:00.909296"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.912131"], ["updated_at", "2018-10-11 16:42:00.912131"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.914544"], ["updated_at", "2018-10-11 16:42:00.914544"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.916936"], ["updated_at", "2018-10-11 16:42:00.916936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.918923"], ["updated_at", "2018-10-11 16:42:00.918923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.920449"], ["updated_at", "2018-10-11 16:42:00.920449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.922388"], ["updated_at", "2018-10-11 16:42:00.922388"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.924462"], ["updated_at", "2018-10-11 16:42:00.924462"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.927656"], ["updated_at", "2018-10-11 16:42:00.927656"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.931184"], ["updated_at", "2018-10-11 16:42:00.931184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.935007"], ["updated_at", "2018-10-11 16:42:00.935007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.936550"], ["updated_at", "2018-10-11 16:42:00.936550"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.938572"], ["updated_at", "2018-10-11 16:42:00.938572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.941054"], ["updated_at", "2018-10-11 16:42:00.941054"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.942979"], ["updated_at", "2018-10-11 16:42:00.942979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.948095"], ["updated_at", "2018-10-11 16:42:00.948095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.950074"], ["updated_at", "2018-10-11 16:42:00.950074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.951859"], ["updated_at", "2018-10-11 16:42:00.951859"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.953487"], ["updated_at", "2018-10-11 16:42:00.953487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.955412"], ["updated_at", "2018-10-11 16:42:00.955412"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.957110"], ["updated_at", "2018-10-11 16:42:00.957110"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.959366"], ["updated_at", "2018-10-11 16:42:00.959366"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.963058"], ["updated_at", "2018-10-11 16:42:00.963058"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.965217"], ["updated_at", "2018-10-11 16:42:00.965217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.967919"], ["updated_at", "2018-10-11 16:42:00.967919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.969701"], ["updated_at", "2018-10-11 16:42:00.969701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.971595"], ["updated_at", "2018-10-11 16:42:00.971595"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.973268"], ["updated_at", "2018-10-11 16:42:00.973268"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.975269"], ["updated_at", "2018-10-11 16:42:00.975269"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.978599"], ["updated_at", "2018-10-11 16:42:00.978599"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.981185"], ["updated_at", "2018-10-11 16:42:00.981185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.983530"], ["updated_at", "2018-10-11 16:42:00.983530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.985239"], ["updated_at", "2018-10-11 16:42:00.985239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.986858"], ["updated_at", "2018-10-11 16:42:00.986858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.988705"], ["updated_at", "2018-10-11 16:42:00.988705"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.990570"], ["updated_at", "2018-10-11 16:42:00.990570"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.993359"], ["updated_at", "2018-10-11 16:42:00.993359"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.996617"], ["updated_at", "2018-10-11 16:42:00.996617"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:00.999749"], ["updated_at", "2018-10-11 16:42:00.999749"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.002835"], ["updated_at", "2018-10-11 16:42:01.002835"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.005682"], ["updated_at", "2018-10-11 16:42:01.005682"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.007801"], ["updated_at", "2018-10-11 16:42:01.007801"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.011460"], ["updated_at", "2018-10-11 16:42:01.011460"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.018407"], ["updated_at", "2018-10-11 16:42:01.018407"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.020849"], ["updated_at", "2018-10-11 16:42:01.020849"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.023800"], ["updated_at", "2018-10-11 16:42:01.023800"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.026045"], ["updated_at", "2018-10-11 16:42:01.026045"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.028943"], ["updated_at", "2018-10-11 16:42:01.028943"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.031038"], ["updated_at", "2018-10-11 16:42:01.031038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.033223"], ["updated_at", "2018-10-11 16:42:01.033223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.034839"], ["updated_at", "2018-10-11 16:42:01.034839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.036400"], ["updated_at", "2018-10-11 16:42:01.036400"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.038025"], ["updated_at", "2018-10-11 16:42:01.038025"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.040086"], ["updated_at", "2018-10-11 16:42:01.040086"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.042194"], ["updated_at", "2018-10-11 16:42:01.042194"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.044925"], ["updated_at", "2018-10-11 16:42:01.044925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.047484"], ["updated_at", "2018-10-11 16:42:01.047484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.049532"], ["updated_at", "2018-10-11 16:42:01.049532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.051482"], ["updated_at", "2018-10-11 16:42:01.051482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.053152"], ["updated_at", "2018-10-11 16:42:01.053152"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.054727"], ["updated_at", "2018-10-11 16:42:01.054727"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.056726"], ["updated_at", "2018-10-11 16:42:01.056726"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.059864"], ["updated_at", "2018-10-11 16:42:01.059864"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.064375"], ["updated_at", "2018-10-11 16:42:01.064375"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.066949"], ["updated_at", "2018-10-11 16:42:01.066949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.069085"], ["updated_at", "2018-10-11 16:42:01.069085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.070800"], ["updated_at", "2018-10-11 16:42:01.070800"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.072396"], ["updated_at", "2018-10-11 16:42:01.072396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.076087"], ["updated_at", "2018-10-11 16:42:01.076087"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.079390"], ["updated_at", "2018-10-11 16:42:01.079390"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.082388"], ["updated_at", "2018-10-11 16:42:01.082388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.084487"], ["updated_at", "2018-10-11 16:42:01.084487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.085997"], ["updated_at", "2018-10-11 16:42:01.085997"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.087697"], ["updated_at", "2018-10-11 16:42:01.087697"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.089904"], ["updated_at", "2018-10-11 16:42:01.089904"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.091905"], ["updated_at", "2018-10-11 16:42:01.091905"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.094802"], ["updated_at", "2018-10-11 16:42:01.094802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.097418"], ["updated_at", "2018-10-11 16:42:01.097418"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.099399"], ["updated_at", "2018-10-11 16:42:01.099399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.101619"], ["updated_at", "2018-10-11 16:42:01.101619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.103198"], ["updated_at", "2018-10-11 16:42:01.103198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.104849"], ["updated_at", "2018-10-11 16:42:01.104849"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.106827"], ["updated_at", "2018-10-11 16:42:01.106827"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.109009"], ["updated_at", "2018-10-11 16:42:01.109009"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.112747"], ["updated_at", "2018-10-11 16:42:01.112747"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.115096"], ["updated_at", "2018-10-11 16:42:01.115096"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.118784"], ["updated_at", "2018-10-11 16:42:01.118784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.120477"], ["updated_at", "2018-10-11 16:42:01.120477"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.122365"], ["updated_at", "2018-10-11 16:42:01.122365"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.124268"], ["updated_at", "2018-10-11 16:42:01.124268"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.127269"], ["updated_at", "2018-10-11 16:42:01.127269"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.131767"], ["updated_at", "2018-10-11 16:42:01.131767"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.136328"], ["updated_at", "2018-10-11 16:42:01.136328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.139283"], ["updated_at", "2018-10-11 16:42:01.139283"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.141356"], ["updated_at", "2018-10-11 16:42:01.141356"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.147800"], ["updated_at", "2018-10-11 16:42:01.147800"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.152247"], ["updated_at", "2018-10-11 16:42:01.152247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.154263"], ["updated_at", "2018-10-11 16:42:01.154263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.156014"], ["updated_at", "2018-10-11 16:42:01.156014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.158051"], ["updated_at", "2018-10-11 16:42:01.158051"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.159989"], ["updated_at", "2018-10-11 16:42:01.159989"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.162946"], ["updated_at", "2018-10-11 16:42:01.162946"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.164983"], ["updated_at", "2018-10-11 16:42:01.164983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.167348"], ["updated_at", "2018-10-11 16:42:01.167348"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.168886"], ["updated_at", "2018-10-11 16:42:01.168886"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.171333"], ["updated_at", "2018-10-11 16:42:01.171333"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.173740"], ["updated_at", "2018-10-11 16:42:01.173740"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.175876"], ["updated_at", "2018-10-11 16:42:01.175876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.179917"], ["updated_at", "2018-10-11 16:42:01.179917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.182537"], ["updated_at", "2018-10-11 16:42:01.182537"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.185033"], ["updated_at", "2018-10-11 16:42:01.185033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.186819"], ["updated_at", "2018-10-11 16:42:01.186819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.188409"], ["updated_at", "2018-10-11 16:42:01.188409"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.190018"], ["updated_at", "2018-10-11 16:42:01.190018"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.192986"], ["updated_at", "2018-10-11 16:42:01.192986"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.196058"], ["updated_at", "2018-10-11 16:42:01.196058"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.199000"], ["updated_at", "2018-10-11 16:42:01.199000"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.202860"], ["updated_at", "2018-10-11 16:42:01.202860"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.205994"], ["updated_at", "2018-10-11 16:42:01.205994"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.208011"], ["updated_at", "2018-10-11 16:42:01.208011"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.210504"], ["updated_at", "2018-10-11 16:42:01.210504"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.216758"], ["updated_at", "2018-10-11 16:42:01.216758"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.218873"], ["updated_at", "2018-10-11 16:42:01.218873"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.220877"], ["updated_at", "2018-10-11 16:42:01.220877"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.223399"], ["updated_at", "2018-10-11 16:42:01.223399"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.225690"], ["updated_at", "2018-10-11 16:42:01.225690"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.229923"], ["updated_at", "2018-10-11 16:42:01.229923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.232599"], ["updated_at", "2018-10-11 16:42:01.232599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.234798"], ["updated_at", "2018-10-11 16:42:01.234798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.236529"], ["updated_at", "2018-10-11 16:42:01.236529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.238300"], ["updated_at", "2018-10-11 16:42:01.238300"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.240584"], ["updated_at", "2018-10-11 16:42:01.240584"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.243154"], ["updated_at", "2018-10-11 16:42:01.243154"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.248600"], ["updated_at", "2018-10-11 16:42:01.248600"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.251207"], ["updated_at", "2018-10-11 16:42:01.251207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.253334"], ["updated_at", "2018-10-11 16:42:01.253334"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.255440"], ["updated_at", "2018-10-11 16:42:01.255440"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.257869"], ["updated_at", "2018-10-11 16:42:01.257869"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.262960"], ["updated_at", "2018-10-11 16:42:01.262960"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.266524"], ["updated_at", "2018-10-11 16:42:01.266524"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.269724"], ["updated_at", "2018-10-11 16:42:01.269724"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.272179"], ["updated_at", "2018-10-11 16:42:01.272179"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.275862"], ["updated_at", "2018-10-11 16:42:01.275862"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.280460"], ["updated_at", "2018-10-11 16:42:01.280460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.285977"], ["updated_at", "2018-10-11 16:42:01.285977"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.287786"], ["updated_at", "2018-10-11 16:42:01.287786"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.290028"], ["updated_at", "2018-10-11 16:42:01.290028"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.292402"], ["updated_at", "2018-10-11 16:42:01.292402"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.295366"], ["updated_at", "2018-10-11 16:42:01.295366"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.298180"], ["updated_at", "2018-10-11 16:42:01.298180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.300670"], ["updated_at", "2018-10-11 16:42:01.300670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.302306"], ["updated_at", "2018-10-11 16:42:01.302306"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.304090"], ["updated_at", "2018-10-11 16:42:01.304090"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.306450"], ["updated_at", "2018-10-11 16:42:01.306450"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.309904"], ["updated_at", "2018-10-11 16:42:01.309904"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.313265"], ["updated_at", "2018-10-11 16:42:01.313265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.317296"], ["updated_at", "2018-10-11 16:42:01.317296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.319295"], ["updated_at", "2018-10-11 16:42:01.319295"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.321385"], ["updated_at", "2018-10-11 16:42:01.321385"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.323614"], ["updated_at", "2018-10-11 16:42:01.323614"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.326377"], ["updated_at", "2018-10-11 16:42:01.326377"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.329524"], ["updated_at", "2018-10-11 16:42:01.329524"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.336597"], ["updated_at", "2018-10-11 16:42:01.336597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.339324"], ["updated_at", "2018-10-11 16:42:01.339324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.341051"], ["updated_at", "2018-10-11 16:42:01.341051"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.343108"], ["updated_at", "2018-10-11 16:42:01.343108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.345637"], ["updated_at", "2018-10-11 16:42:01.345637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.348337"], ["updated_at", "2018-10-11 16:42:01.348337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.349951"], ["updated_at", "2018-10-11 16:42:01.349951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.351600"], ["updated_at", "2018-10-11 16:42:01.351600"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.353319"], ["updated_at", "2018-10-11 16:42:01.353319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.355170"], ["updated_at", "2018-10-11 16:42:01.355170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.356791"], ["updated_at", "2018-10-11 16:42:01.356791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.358617"], ["updated_at", "2018-10-11 16:42:01.358617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.360263"], ["updated_at", "2018-10-11 16:42:01.360263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.362082"], ["updated_at", "2018-10-11 16:42:01.362082"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.364204"], ["updated_at", "2018-10-11 16:42:01.364204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.366241"], ["updated_at", "2018-10-11 16:42:01.366241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.367849"], ["updated_at", "2018-10-11 16:42:01.367849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.369406"], ["updated_at", "2018-10-11 16:42:01.369406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.371391"], ["updated_at", "2018-10-11 16:42:01.371391"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.373339"], ["updated_at", "2018-10-11 16:42:01.373339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.375777"], ["updated_at", "2018-10-11 16:42:01.375777"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.377440"], ["updated_at", "2018-10-11 16:42:01.377440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.379721"], ["updated_at", "2018-10-11 16:42:01.379721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.381420"], ["updated_at", "2018-10-11 16:42:01.381420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.383062"], ["updated_at", "2018-10-11 16:42:01.383062"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.385076"], ["updated_at", "2018-10-11 16:42:01.385076"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.387272"], ["updated_at", "2018-10-11 16:42:01.387272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.388983"], ["updated_at", "2018-10-11 16:42:01.388983"], ["parent_id", 39895952907]] Kithe::Work Create (4.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.391062"], ["updated_at", "2018-10-11 16:42:01.391062"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.397136"], ["updated_at", "2018-10-11 16:42:01.397136"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.399442"], ["updated_at", "2018-10-11 16:42:01.399442"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.401684"], ["updated_at", "2018-10-11 16:42:01.401684"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.404288"], ["updated_at", "2018-10-11 16:42:01.404288"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.406347"], ["updated_at", "2018-10-11 16:42:01.406347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.408591"], ["updated_at", "2018-10-11 16:42:01.408591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.412495"], ["updated_at", "2018-10-11 16:42:01.412495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.414270"], ["updated_at", "2018-10-11 16:42:01.414270"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.415946"], ["updated_at", "2018-10-11 16:42:01.415946"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.417812"], ["updated_at", "2018-10-11 16:42:01.417812"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.419859"], ["updated_at", "2018-10-11 16:42:01.419859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.421636"], ["updated_at", "2018-10-11 16:42:01.421636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.423241"], ["updated_at", "2018-10-11 16:42:01.423241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.424953"], ["updated_at", "2018-10-11 16:42:01.424953"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.426726"], ["updated_at", "2018-10-11 16:42:01.426726"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.428901"], ["updated_at", "2018-10-11 16:42:01.428901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.430645"], ["updated_at", "2018-10-11 16:42:01.430645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.432250"], ["updated_at", "2018-10-11 16:42:01.432250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.433806"], ["updated_at", "2018-10-11 16:42:01.433806"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.435888"], ["updated_at", "2018-10-11 16:42:01.435888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.437608"], ["updated_at", "2018-10-11 16:42:01.437608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.439331"], ["updated_at", "2018-10-11 16:42:01.439331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.440944"], ["updated_at", "2018-10-11 16:42:01.440944"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.442645"], ["updated_at", "2018-10-11 16:42:01.442645"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.444847"], ["updated_at", "2018-10-11 16:42:01.444847"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.446570"], ["updated_at", "2018-10-11 16:42:01.446570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.448261"], ["updated_at", "2018-10-11 16:42:01.448261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.449886"], ["updated_at", "2018-10-11 16:42:01.449886"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.451954"], ["updated_at", "2018-10-11 16:42:01.451954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.453703"], ["updated_at", "2018-10-11 16:42:01.453703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.455361"], ["updated_at", "2018-10-11 16:42:01.455361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.456927"], ["updated_at", "2018-10-11 16:42:01.456927"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.458703"], ["updated_at", "2018-10-11 16:42:01.458703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.461532"], ["updated_at", "2018-10-11 16:42:01.461532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.463457"], ["updated_at", "2018-10-11 16:42:01.463457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.465027"], ["updated_at", "2018-10-11 16:42:01.465027"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.466590"], ["updated_at", "2018-10-11 16:42:01.466590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.468958"], ["updated_at", "2018-10-11 16:42:01.468958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.470621"], ["updated_at", "2018-10-11 16:42:01.470621"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.474471"], ["updated_at", "2018-10-11 16:42:01.474471"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.477111"], ["updated_at", "2018-10-11 16:42:01.477111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.479761"], ["updated_at", "2018-10-11 16:42:01.479761"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.481408"], ["updated_at", "2018-10-11 16:42:01.481408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.484030"], ["updated_at", "2018-10-11 16:42:01.484030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.485867"], ["updated_at", "2018-10-11 16:42:01.485867"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.487591"], ["updated_at", "2018-10-11 16:42:01.487591"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.489354"], ["updated_at", "2018-10-11 16:42:01.489354"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.491082"], ["updated_at", "2018-10-11 16:42:01.491082"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.493702"], ["updated_at", "2018-10-11 16:42:01.493702"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.497977"], ["updated_at", "2018-10-11 16:42:01.497977"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.501405"], ["updated_at", "2018-10-11 16:42:01.501405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.503131"], ["updated_at", "2018-10-11 16:42:01.503131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.504745"], ["updated_at", "2018-10-11 16:42:01.504745"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.506338"], ["updated_at", "2018-10-11 16:42:01.506338"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.508620"], ["updated_at", "2018-10-11 16:42:01.508620"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.512483"], ["updated_at", "2018-10-11 16:42:01.512483"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.518795"], ["updated_at", "2018-10-11 16:42:01.518795"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.522021"], ["updated_at", "2018-10-11 16:42:01.522021"], ["parent_id", 39895952907]] Kithe::Work Create (4.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.527059"], ["updated_at", "2018-10-11 16:42:01.527059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.536074"], ["updated_at", "2018-10-11 16:42:01.536074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.537644"], ["updated_at", "2018-10-11 16:42:01.537644"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.539212"], ["updated_at", "2018-10-11 16:42:01.539212"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.541613"], ["updated_at", "2018-10-11 16:42:01.541613"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.547367"], ["updated_at", "2018-10-11 16:42:01.547367"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.551357"], ["updated_at", "2018-10-11 16:42:01.551357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.552991"], ["updated_at", "2018-10-11 16:42:01.552991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.554583"], ["updated_at", "2018-10-11 16:42:01.554583"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.556765"], ["updated_at", "2018-10-11 16:42:01.556765"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.559012"], ["updated_at", "2018-10-11 16:42:01.559012"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.562133"], ["updated_at", "2018-10-11 16:42:01.562133"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.565098"], ["updated_at", "2018-10-11 16:42:01.565098"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.567759"], ["updated_at", "2018-10-11 16:42:01.567759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.569496"], ["updated_at", "2018-10-11 16:42:01.569496"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.571078"], ["updated_at", "2018-10-11 16:42:01.571078"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.573824"], ["updated_at", "2018-10-11 16:42:01.573824"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.576343"], ["updated_at", "2018-10-11 16:42:01.576343"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.579753"], ["updated_at", "2018-10-11 16:42:01.579753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.582836"], ["updated_at", "2018-10-11 16:42:01.582836"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.585040"], ["updated_at", "2018-10-11 16:42:01.585040"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.586876"], ["updated_at", "2018-10-11 16:42:01.586876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.589130"], ["updated_at", "2018-10-11 16:42:01.589130"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.591024"], ["updated_at", "2018-10-11 16:42:01.591024"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.593890"], ["updated_at", "2018-10-11 16:42:01.593890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.601248"], ["updated_at", "2018-10-11 16:42:01.601248"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.602998"], ["updated_at", "2018-10-11 16:42:01.602998"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.605606"], ["updated_at", "2018-10-11 16:42:01.605606"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.607588"], ["updated_at", "2018-10-11 16:42:01.607588"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.611417"], ["updated_at", "2018-10-11 16:42:01.611417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.618031"], ["updated_at", "2018-10-11 16:42:01.618031"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.619635"], ["updated_at", "2018-10-11 16:42:01.619635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.622066"], ["updated_at", "2018-10-11 16:42:01.622066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.623761"], ["updated_at", "2018-10-11 16:42:01.623761"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.625704"], ["updated_at", "2018-10-11 16:42:01.625704"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.629466"], ["updated_at", "2018-10-11 16:42:01.629466"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.634274"], ["updated_at", "2018-10-11 16:42:01.634274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.637632"], ["updated_at", "2018-10-11 16:42:01.637632"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.639846"], ["updated_at", "2018-10-11 16:42:01.639846"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.643165"], ["updated_at", "2018-10-11 16:42:01.643165"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.648518"], ["updated_at", "2018-10-11 16:42:01.648518"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.652516"], ["updated_at", "2018-10-11 16:42:01.652516"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.655997"], ["updated_at", "2018-10-11 16:42:01.655997"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.662414"], ["updated_at", "2018-10-11 16:42:01.662414"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.666619"], ["updated_at", "2018-10-11 16:42:01.666619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.668911"], ["updated_at", "2018-10-11 16:42:01.668911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.670512"], ["updated_at", "2018-10-11 16:42:01.670512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.672061"], ["updated_at", "2018-10-11 16:42:01.672061"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.673863"], ["updated_at", "2018-10-11 16:42:01.673863"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.677261"], ["updated_at", "2018-10-11 16:42:01.677261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.679231"], ["updated_at", "2018-10-11 16:42:01.679231"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.680804"], ["updated_at", "2018-10-11 16:42:01.680804"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.683039"], ["updated_at", "2018-10-11 16:42:01.683039"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.684925"], ["updated_at", "2018-10-11 16:42:01.684925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.686909"], ["updated_at", "2018-10-11 16:42:01.686909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.688607"], ["updated_at", "2018-10-11 16:42:01.688607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.690205"], ["updated_at", "2018-10-11 16:42:01.690205"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.692201"], ["updated_at", "2018-10-11 16:42:01.692201"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.694099"], ["updated_at", "2018-10-11 16:42:01.694099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.695918"], ["updated_at", "2018-10-11 16:42:01.695918"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.697730"], ["updated_at", "2018-10-11 16:42:01.697730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.699490"], ["updated_at", "2018-10-11 16:42:01.699490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.701078"], ["updated_at", "2018-10-11 16:42:01.701078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.702946"], ["updated_at", "2018-10-11 16:42:01.702946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.704607"], ["updated_at", "2018-10-11 16:42:01.704607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.706166"], ["updated_at", "2018-10-11 16:42:01.706166"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.707751"], ["updated_at", "2018-10-11 16:42:01.707751"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.710057"], ["updated_at", "2018-10-11 16:42:01.710057"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.712163"], ["updated_at", "2018-10-11 16:42:01.712163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.713901"], ["updated_at", "2018-10-11 16:42:01.713901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.715656"], ["updated_at", "2018-10-11 16:42:01.715656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.717510"], ["updated_at", "2018-10-11 16:42:01.717510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.719160"], ["updated_at", "2018-10-11 16:42:01.719160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.720812"], ["updated_at", "2018-10-11 16:42:01.720812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.722379"], ["updated_at", "2018-10-11 16:42:01.722379"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.724095"], ["updated_at", "2018-10-11 16:42:01.724095"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.727327"], ["updated_at", "2018-10-11 16:42:01.727327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.729499"], ["updated_at", "2018-10-11 16:42:01.729499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.731112"], ["updated_at", "2018-10-11 16:42:01.731112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.732723"], ["updated_at", "2018-10-11 16:42:01.732723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.734236"], ["updated_at", "2018-10-11 16:42:01.734236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.735795"], ["updated_at", "2018-10-11 16:42:01.735795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.737556"], ["updated_at", "2018-10-11 16:42:01.737556"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.740523"], ["updated_at", "2018-10-11 16:42:01.740523"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.742346"], ["updated_at", "2018-10-11 16:42:01.742346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.744296"], ["updated_at", "2018-10-11 16:42:01.744296"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.746088"], ["updated_at", "2018-10-11 16:42:01.746088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.748313"], ["updated_at", "2018-10-11 16:42:01.748313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.749944"], ["updated_at", "2018-10-11 16:42:01.749944"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.751542"], ["updated_at", "2018-10-11 16:42:01.751542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.753667"], ["updated_at", "2018-10-11 16:42:01.753667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.755392"], ["updated_at", "2018-10-11 16:42:01.755392"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.757000"], ["updated_at", "2018-10-11 16:42:01.757000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.759527"], ["updated_at", "2018-10-11 16:42:01.759527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.761286"], ["updated_at", "2018-10-11 16:42:01.761286"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.762967"], ["updated_at", "2018-10-11 16:42:01.762967"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.765344"], ["updated_at", "2018-10-11 16:42:01.765344"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.768646"], ["updated_at", "2018-10-11 16:42:01.768646"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.772032"], ["updated_at", "2018-10-11 16:42:01.772032"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.775474"], ["updated_at", "2018-10-11 16:42:01.775474"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.779412"], ["updated_at", "2018-10-11 16:42:01.779412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.782531"], ["updated_at", "2018-10-11 16:42:01.782531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.784183"], ["updated_at", "2018-10-11 16:42:01.784183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.785775"], ["updated_at", "2018-10-11 16:42:01.785775"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.787513"], ["updated_at", "2018-10-11 16:42:01.787513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.789401"], ["updated_at", "2018-10-11 16:42:01.789401"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.791499"], ["updated_at", "2018-10-11 16:42:01.791499"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.795406"], ["updated_at", "2018-10-11 16:42:01.795406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.797305"], ["updated_at", "2018-10-11 16:42:01.797305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.798843"], ["updated_at", "2018-10-11 16:42:01.798843"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.800408"], ["updated_at", "2018-10-11 16:42:01.800408"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.802482"], ["updated_at", "2018-10-11 16:42:01.802482"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.804455"], ["updated_at", "2018-10-11 16:42:01.804455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.807474"], ["updated_at", "2018-10-11 16:42:01.807474"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.809337"], ["updated_at", "2018-10-11 16:42:01.809337"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.811474"], ["updated_at", "2018-10-11 16:42:01.811474"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.813373"], ["updated_at", "2018-10-11 16:42:01.813373"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.815116"], ["updated_at", "2018-10-11 16:42:01.815116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.817068"], ["updated_at", "2018-10-11 16:42:01.817068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.818762"], ["updated_at", "2018-10-11 16:42:01.818762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.820384"], ["updated_at", "2018-10-11 16:42:01.820384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.822081"], ["updated_at", "2018-10-11 16:42:01.822081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.823698"], ["updated_at", "2018-10-11 16:42:01.823698"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.825616"], ["updated_at", "2018-10-11 16:42:01.825616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.827452"], ["updated_at", "2018-10-11 16:42:01.827452"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.829176"], ["updated_at", "2018-10-11 16:42:01.829176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.830945"], ["updated_at", "2018-10-11 16:42:01.830945"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.832532"], ["updated_at", "2018-10-11 16:42:01.832532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.834148"], ["updated_at", "2018-10-11 16:42:01.834148"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.835723"], ["updated_at", "2018-10-11 16:42:01.835723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.837396"], ["updated_at", "2018-10-11 16:42:01.837396"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.839185"], ["updated_at", "2018-10-11 16:42:01.839185"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.841087"], ["updated_at", "2018-10-11 16:42:01.841087"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.843403"], ["updated_at", "2018-10-11 16:42:01.843403"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.845255"], ["updated_at", "2018-10-11 16:42:01.845255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.847202"], ["updated_at", "2018-10-11 16:42:01.847202"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.848874"], ["updated_at", "2018-10-11 16:42:01.848874"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.850888"], ["updated_at", "2018-10-11 16:42:01.850888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.852655"], ["updated_at", "2018-10-11 16:42:01.852655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.854228"], ["updated_at", "2018-10-11 16:42:01.854228"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.855775"], ["updated_at", "2018-10-11 16:42:01.855775"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.857729"], ["updated_at", "2018-10-11 16:42:01.857729"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.860852"], ["updated_at", "2018-10-11 16:42:01.860852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.863002"], ["updated_at", "2018-10-11 16:42:01.863002"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.864553"], ["updated_at", "2018-10-11 16:42:01.864553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.866511"], ["updated_at", "2018-10-11 16:42:01.866511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.868105"], ["updated_at", "2018-10-11 16:42:01.868105"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.869789"], ["updated_at", "2018-10-11 16:42:01.869789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.872776"], ["updated_at", "2018-10-11 16:42:01.872776"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.874811"], ["updated_at", "2018-10-11 16:42:01.874811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.876724"], ["updated_at", "2018-10-11 16:42:01.876724"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.878576"], ["updated_at", "2018-10-11 16:42:01.878576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.880405"], ["updated_at", "2018-10-11 16:42:01.880405"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.882114"], ["updated_at", "2018-10-11 16:42:01.882114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.883821"], ["updated_at", "2018-10-11 16:42:01.883821"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.886276"], ["updated_at", "2018-10-11 16:42:01.886276"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.889069"], ["updated_at", "2018-10-11 16:42:01.889069"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.891137"], ["updated_at", "2018-10-11 16:42:01.891137"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.893940"], ["updated_at", "2018-10-11 16:42:01.893940"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.896358"], ["updated_at", "2018-10-11 16:42:01.896358"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.899737"], ["updated_at", "2018-10-11 16:42:01.899737"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.902689"], ["updated_at", "2018-10-11 16:42:01.902689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.904828"], ["updated_at", "2018-10-11 16:42:01.904828"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.906927"], ["updated_at", "2018-10-11 16:42:01.906927"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.909122"], ["updated_at", "2018-10-11 16:42:01.909122"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.911375"], ["updated_at", "2018-10-11 16:42:01.911375"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.914561"], ["updated_at", "2018-10-11 16:42:01.914561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.917983"], ["updated_at", "2018-10-11 16:42:01.917983"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.919753"], ["updated_at", "2018-10-11 16:42:01.919753"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.921412"], ["updated_at", "2018-10-11 16:42:01.921412"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.923244"], ["updated_at", "2018-10-11 16:42:01.923244"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.924974"], ["updated_at", "2018-10-11 16:42:01.924974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.927422"], ["updated_at", "2018-10-11 16:42:01.927422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.929488"], ["updated_at", "2018-10-11 16:42:01.929488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.931078"], ["updated_at", "2018-10-11 16:42:01.931078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.932952"], ["updated_at", "2018-10-11 16:42:01.932952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.934616"], ["updated_at", "2018-10-11 16:42:01.934616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.936247"], ["updated_at", "2018-10-11 16:42:01.936247"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.939913"], ["updated_at", "2018-10-11 16:42:01.939913"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.941717"], ["updated_at", "2018-10-11 16:42:01.941717"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.943796"], ["updated_at", "2018-10-11 16:42:01.943796"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.945612"], ["updated_at", "2018-10-11 16:42:01.945612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.947870"], ["updated_at", "2018-10-11 16:42:01.947870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.949521"], ["updated_at", "2018-10-11 16:42:01.949521"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.951145"], ["updated_at", "2018-10-11 16:42:01.951145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.952829"], ["updated_at", "2018-10-11 16:42:01.952829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.954385"], ["updated_at", "2018-10-11 16:42:01.954385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.956001"], ["updated_at", "2018-10-11 16:42:01.956001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.957737"], ["updated_at", "2018-10-11 16:42:01.957737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.959435"], ["updated_at", "2018-10-11 16:42:01.959435"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.961133"], ["updated_at", "2018-10-11 16:42:01.961133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.962871"], ["updated_at", "2018-10-11 16:42:01.962871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.964537"], ["updated_at", "2018-10-11 16:42:01.964537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.966114"], ["updated_at", "2018-10-11 16:42:01.966114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.967737"], ["updated_at", "2018-10-11 16:42:01.967737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.969298"], ["updated_at", "2018-10-11 16:42:01.969298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.970930"], ["updated_at", "2018-10-11 16:42:01.970930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.972450"], ["updated_at", "2018-10-11 16:42:01.972450"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.974102"], ["updated_at", "2018-10-11 16:42:01.974102"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.976358"], ["updated_at", "2018-10-11 16:42:01.976358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.978079"], ["updated_at", "2018-10-11 16:42:01.978079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.979874"], ["updated_at", "2018-10-11 16:42:01.979874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.981542"], ["updated_at", "2018-10-11 16:42:01.981542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.983582"], ["updated_at", "2018-10-11 16:42:01.983582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.985309"], ["updated_at", "2018-10-11 16:42:01.985309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.986954"], ["updated_at", "2018-10-11 16:42:01.986954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.988503"], ["updated_at", "2018-10-11 16:42:01.988503"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.990141"], ["updated_at", "2018-10-11 16:42:01.990141"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.993382"], ["updated_at", "2018-10-11 16:42:01.993382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.996144"], ["updated_at", "2018-10-11 16:42:01.996144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.997938"], ["updated_at", "2018-10-11 16:42:01.997938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:01.999952"], ["updated_at", "2018-10-11 16:42:01.999952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.001815"], ["updated_at", "2018-10-11 16:42:02.001815"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.003482"], ["updated_at", "2018-10-11 16:42:02.003482"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.006511"], ["updated_at", "2018-10-11 16:42:02.006511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.008842"], ["updated_at", "2018-10-11 16:42:02.008842"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.010928"], ["updated_at", "2018-10-11 16:42:02.010928"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.013833"], ["updated_at", "2018-10-11 16:42:02.013833"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.016428"], ["updated_at", "2018-10-11 16:42:02.016428"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.019189"], ["updated_at", "2018-10-11 16:42:02.019189"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.021777"], ["updated_at", "2018-10-11 16:42:02.021777"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.024545"], ["updated_at", "2018-10-11 16:42:02.024545"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.027394"], ["updated_at", "2018-10-11 16:42:02.027394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.030183"], ["updated_at", "2018-10-11 16:42:02.030183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.032083"], ["updated_at", "2018-10-11 16:42:02.032083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.033864"], ["updated_at", "2018-10-11 16:42:02.033864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.035449"], ["updated_at", "2018-10-11 16:42:02.035449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.037033"], ["updated_at", "2018-10-11 16:42:02.037033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.038683"], ["updated_at", "2018-10-11 16:42:02.038683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.040551"], ["updated_at", "2018-10-11 16:42:02.040551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.042375"], ["updated_at", "2018-10-11 16:42:02.042375"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.044119"], ["updated_at", "2018-10-11 16:42:02.044119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.045871"], ["updated_at", "2018-10-11 16:42:02.045871"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.047472"], ["updated_at", "2018-10-11 16:42:02.047472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.049500"], ["updated_at", "2018-10-11 16:42:02.049500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.051270"], ["updated_at", "2018-10-11 16:42:02.051270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.054023"], ["updated_at", "2018-10-11 16:42:02.054023"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.055808"], ["updated_at", "2018-10-11 16:42:02.055808"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.058225"], ["updated_at", "2018-10-11 16:42:02.058225"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.061420"], ["updated_at", "2018-10-11 16:42:02.061420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.063490"], ["updated_at", "2018-10-11 16:42:02.063490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.065294"], ["updated_at", "2018-10-11 16:42:02.065294"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.067125"], ["updated_at", "2018-10-11 16:42:02.067125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.069569"], ["updated_at", "2018-10-11 16:42:02.069569"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.071165"], ["updated_at", "2018-10-11 16:42:02.071165"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.074476"], ["updated_at", "2018-10-11 16:42:02.074476"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.076353"], ["updated_at", "2018-10-11 16:42:02.076353"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.078093"], ["updated_at", "2018-10-11 16:42:02.078093"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.079926"], ["updated_at", "2018-10-11 16:42:02.079926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.081947"], ["updated_at", "2018-10-11 16:42:02.081947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.083584"], ["updated_at", "2018-10-11 16:42:02.083584"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.085181"], ["updated_at", "2018-10-11 16:42:02.085181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.086955"], ["updated_at", "2018-10-11 16:42:02.086955"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.088879"], ["updated_at", "2018-10-11 16:42:02.088879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.090613"], ["updated_at", "2018-10-11 16:42:02.090613"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.092610"], ["updated_at", "2018-10-11 16:42:02.092610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.094510"], ["updated_at", "2018-10-11 16:42:02.094510"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.096275"], ["updated_at", "2018-10-11 16:42:02.096275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.098219"], ["updated_at", "2018-10-11 16:42:02.098219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.099868"], ["updated_at", "2018-10-11 16:42:02.099868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.101460"], ["updated_at", "2018-10-11 16:42:02.101460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.103135"], ["updated_at", "2018-10-11 16:42:02.103135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.104856"], ["updated_at", "2018-10-11 16:42:02.104856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.106795"], ["updated_at", "2018-10-11 16:42:02.106795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.108522"], ["updated_at", "2018-10-11 16:42:02.108522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.110296"], ["updated_at", "2018-10-11 16:42:02.110296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.112047"], ["updated_at", "2018-10-11 16:42:02.112047"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.114125"], ["updated_at", "2018-10-11 16:42:02.114125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.115823"], ["updated_at", "2018-10-11 16:42:02.115823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.117489"], ["updated_at", "2018-10-11 16:42:02.117489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.119080"], ["updated_at", "2018-10-11 16:42:02.119080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.120679"], ["updated_at", "2018-10-11 16:42:02.120679"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.122653"], ["updated_at", "2018-10-11 16:42:02.122653"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.124485"], ["updated_at", "2018-10-11 16:42:02.124485"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.127472"], ["updated_at", "2018-10-11 16:42:02.127472"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.130161"], ["updated_at", "2018-10-11 16:42:02.130161"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.133696"], ["updated_at", "2018-10-11 16:42:02.133696"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.135686"], ["updated_at", "2018-10-11 16:42:02.135686"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.138681"], ["updated_at", "2018-10-11 16:42:02.138681"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.140583"], ["updated_at", "2018-10-11 16:42:02.140583"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.149351"], ["updated_at", "2018-10-11 16:42:02.149351"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.152555"], ["updated_at", "2018-10-11 16:42:02.152555"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.155127"], ["updated_at", "2018-10-11 16:42:02.155127"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.157803"], ["updated_at", "2018-10-11 16:42:02.157803"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.160156"], ["updated_at", "2018-10-11 16:42:02.160156"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.164130"], ["updated_at", "2018-10-11 16:42:02.164130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.166375"], ["updated_at", "2018-10-11 16:42:02.166375"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.168215"], ["updated_at", "2018-10-11 16:42:02.168215"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.170172"], ["updated_at", "2018-10-11 16:42:02.170172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.171949"], ["updated_at", "2018-10-11 16:42:02.171949"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.173676"], ["updated_at", "2018-10-11 16:42:02.173676"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.175515"], ["updated_at", "2018-10-11 16:42:02.175515"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.178263"], ["updated_at", "2018-10-11 16:42:02.178263"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.181745"], ["updated_at", "2018-10-11 16:42:02.181745"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.184234"], ["updated_at", "2018-10-11 16:42:02.184234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.186874"], ["updated_at", "2018-10-11 16:42:02.186874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.188605"], ["updated_at", "2018-10-11 16:42:02.188605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.190287"], ["updated_at", "2018-10-11 16:42:02.190287"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.193722"], ["updated_at", "2018-10-11 16:42:02.193722"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.197363"], ["updated_at", "2018-10-11 16:42:02.197363"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.200597"], ["updated_at", "2018-10-11 16:42:02.200597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.203484"], ["updated_at", "2018-10-11 16:42:02.203484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.205217"], ["updated_at", "2018-10-11 16:42:02.205217"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.206778"], ["updated_at", "2018-10-11 16:42:02.206778"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.208717"], ["updated_at", "2018-10-11 16:42:02.208717"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.215411"], ["updated_at", "2018-10-11 16:42:02.215411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.218140"], ["updated_at", "2018-10-11 16:42:02.218140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.219970"], ["updated_at", "2018-10-11 16:42:02.219970"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.221525"], ["updated_at", "2018-10-11 16:42:02.221525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.223160"], ["updated_at", "2018-10-11 16:42:02.223160"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.225015"], ["updated_at", "2018-10-11 16:42:02.225015"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.228002"], ["updated_at", "2018-10-11 16:42:02.228002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.231768"], ["updated_at", "2018-10-11 16:42:02.231768"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.234150"], ["updated_at", "2018-10-11 16:42:02.234150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.236399"], ["updated_at", "2018-10-11 16:42:02.236399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.238086"], ["updated_at", "2018-10-11 16:42:02.238086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.239700"], ["updated_at", "2018-10-11 16:42:02.239700"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.241438"], ["updated_at", "2018-10-11 16:42:02.241438"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.244367"], ["updated_at", "2018-10-11 16:42:02.244367"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.248520"], ["updated_at", "2018-10-11 16:42:02.248520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.251740"], ["updated_at", "2018-10-11 16:42:02.251740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.253406"], ["updated_at", "2018-10-11 16:42:02.253406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.255031"], ["updated_at", "2018-10-11 16:42:02.255031"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.256676"], ["updated_at", "2018-10-11 16:42:02.256676"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.259398"], ["updated_at", "2018-10-11 16:42:02.259398"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.265070"], ["updated_at", "2018-10-11 16:42:02.265070"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.269143"], ["updated_at", "2018-10-11 16:42:02.269143"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.271515"], ["updated_at", "2018-10-11 16:42:02.271515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.273872"], ["updated_at", "2018-10-11 16:42:02.273872"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.275938"], ["updated_at", "2018-10-11 16:42:02.275938"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.279676"], ["updated_at", "2018-10-11 16:42:02.279676"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.282347"], ["updated_at", "2018-10-11 16:42:02.282347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.284558"], ["updated_at", "2018-10-11 16:42:02.284558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.286275"], ["updated_at", "2018-10-11 16:42:02.286275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.287919"], ["updated_at", "2018-10-11 16:42:02.287919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.289822"], ["updated_at", "2018-10-11 16:42:02.289822"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.291533"], ["updated_at", "2018-10-11 16:42:02.291533"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.293339"], ["updated_at", "2018-10-11 16:42:02.293339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.295118"], ["updated_at", "2018-10-11 16:42:02.295118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.296899"], ["updated_at", "2018-10-11 16:42:02.296899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.298705"], ["updated_at", "2018-10-11 16:42:02.298705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.300488"], ["updated_at", "2018-10-11 16:42:02.300488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.302111"], ["updated_at", "2018-10-11 16:42:02.302111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.303738"], ["updated_at", "2018-10-11 16:42:02.303738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.305536"], ["updated_at", "2018-10-11 16:42:02.305536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.307250"], ["updated_at", "2018-10-11 16:42:02.307250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.308952"], ["updated_at", "2018-10-11 16:42:02.308952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.310761"], ["updated_at", "2018-10-11 16:42:02.310761"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.312523"], ["updated_at", "2018-10-11 16:42:02.312523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.314311"], ["updated_at", "2018-10-11 16:42:02.314311"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.316047"], ["updated_at", "2018-10-11 16:42:02.316047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.317745"], ["updated_at", "2018-10-11 16:42:02.317745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.319295"], ["updated_at", "2018-10-11 16:42:02.319295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.320917"], ["updated_at", "2018-10-11 16:42:02.320917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.322516"], ["updated_at", "2018-10-11 16:42:02.322516"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.324311"], ["updated_at", "2018-10-11 16:42:02.324311"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.327373"], ["updated_at", "2018-10-11 16:42:02.327373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.329593"], ["updated_at", "2018-10-11 16:42:02.329593"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.331252"], ["updated_at", "2018-10-11 16:42:02.331252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.333040"], ["updated_at", "2018-10-11 16:42:02.333040"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.334796"], ["updated_at", "2018-10-11 16:42:02.334796"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.336380"], ["updated_at", "2018-10-11 16:42:02.336380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.339238"], ["updated_at", "2018-10-11 16:42:02.339238"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.340853"], ["updated_at", "2018-10-11 16:42:02.340853"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.342593"], ["updated_at", "2018-10-11 16:42:02.342593"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.344865"], ["updated_at", "2018-10-11 16:42:02.344865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.346725"], ["updated_at", "2018-10-11 16:42:02.346725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.348336"], ["updated_at", "2018-10-11 16:42:02.348336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.349975"], ["updated_at", "2018-10-11 16:42:02.349975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.351882"], ["updated_at", "2018-10-11 16:42:02.351882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.353615"], ["updated_at", "2018-10-11 16:42:02.353615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.355237"], ["updated_at", "2018-10-11 16:42:02.355237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.356882"], ["updated_at", "2018-10-11 16:42:02.356882"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.358755"], ["updated_at", "2018-10-11 16:42:02.358755"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.360734"], ["updated_at", "2018-10-11 16:42:02.360734"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.362720"], ["updated_at", "2018-10-11 16:42:02.362720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.364656"], ["updated_at", "2018-10-11 16:42:02.364656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.366612"], ["updated_at", "2018-10-11 16:42:02.366612"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.368384"], ["updated_at", "2018-10-11 16:42:02.368384"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.370639"], ["updated_at", "2018-10-11 16:42:02.370639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.372541"], ["updated_at", "2018-10-11 16:42:02.372541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.374179"], ["updated_at", "2018-10-11 16:42:02.374179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.375955"], ["updated_at", "2018-10-11 16:42:02.375955"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.377680"], ["updated_at", "2018-10-11 16:42:02.377680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.379461"], ["updated_at", "2018-10-11 16:42:02.379461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.381074"], ["updated_at", "2018-10-11 16:42:02.381074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.382742"], ["updated_at", "2018-10-11 16:42:02.382742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.384354"], ["updated_at", "2018-10-11 16:42:02.384354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.385983"], ["updated_at", "2018-10-11 16:42:02.385983"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.387726"], ["updated_at", "2018-10-11 16:42:02.387726"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.390390"], ["updated_at", "2018-10-11 16:42:02.390390"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.393396"], ["updated_at", "2018-10-11 16:42:02.393396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.396431"], ["updated_at", "2018-10-11 16:42:02.396431"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.398459"], ["updated_at", "2018-10-11 16:42:02.398459"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.400493"], ["updated_at", "2018-10-11 16:42:02.400493"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.402464"], ["updated_at", "2018-10-11 16:42:02.402464"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.404358"], ["updated_at", "2018-10-11 16:42:02.404358"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.406400"], ["updated_at", "2018-10-11 16:42:02.406400"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.411337"], ["updated_at", "2018-10-11 16:42:02.411337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.413070"], ["updated_at", "2018-10-11 16:42:02.413070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.414773"], ["updated_at", "2018-10-11 16:42:02.414773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.416507"], ["updated_at", "2018-10-11 16:42:02.416507"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.418079"], ["updated_at", "2018-10-11 16:42:02.418079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.420239"], ["updated_at", "2018-10-11 16:42:02.420239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.421956"], ["updated_at", "2018-10-11 16:42:02.421956"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.423747"], ["updated_at", "2018-10-11 16:42:02.423747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.425527"], ["updated_at", "2018-10-11 16:42:02.425527"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.427384"], ["updated_at", "2018-10-11 16:42:02.427384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.429187"], ["updated_at", "2018-10-11 16:42:02.429187"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.430837"], ["updated_at", "2018-10-11 16:42:02.430837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.432510"], ["updated_at", "2018-10-11 16:42:02.432510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.434094"], ["updated_at", "2018-10-11 16:42:02.434094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.435740"], ["updated_at", "2018-10-11 16:42:02.435740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.437302"], ["updated_at", "2018-10-11 16:42:02.437302"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.438940"], ["updated_at", "2018-10-11 16:42:02.438940"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.440659"], ["updated_at", "2018-10-11 16:42:02.440659"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.442387"], ["updated_at", "2018-10-11 16:42:02.442387"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.444289"], ["updated_at", "2018-10-11 16:42:02.444289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.446139"], ["updated_at", "2018-10-11 16:42:02.446139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.447865"], ["updated_at", "2018-10-11 16:42:02.447865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.449531"], ["updated_at", "2018-10-11 16:42:02.449531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.451141"], ["updated_at", "2018-10-11 16:42:02.451141"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.452695"], ["updated_at", "2018-10-11 16:42:02.452695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.454714"], ["updated_at", "2018-10-11 16:42:02.454714"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.456395"], ["updated_at", "2018-10-11 16:42:02.456395"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.458580"], ["updated_at", "2018-10-11 16:42:02.458580"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.461765"], ["updated_at", "2018-10-11 16:42:02.461765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.463750"], ["updated_at", "2018-10-11 16:42:02.463750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.465373"], ["updated_at", "2018-10-11 16:42:02.465373"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.467053"], ["updated_at", "2018-10-11 16:42:02.467053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.468693"], ["updated_at", "2018-10-11 16:42:02.468693"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.470360"], ["updated_at", "2018-10-11 16:42:02.470360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.473246"], ["updated_at", "2018-10-11 16:42:02.473246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.474947"], ["updated_at", "2018-10-11 16:42:02.474947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.476733"], ["updated_at", "2018-10-11 16:42:02.476733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.478537"], ["updated_at", "2018-10-11 16:42:02.478537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.481651"], ["updated_at", "2018-10-11 16:42:02.481651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.483205"], ["updated_at", "2018-10-11 16:42:02.483205"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.484840"], ["updated_at", "2018-10-11 16:42:02.484840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.487104"], ["updated_at", "2018-10-11 16:42:02.487104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.488931"], ["updated_at", "2018-10-11 16:42:02.488931"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.490548"], ["updated_at", "2018-10-11 16:42:02.490548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.492265"], ["updated_at", "2018-10-11 16:42:02.492265"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.493946"], ["updated_at", "2018-10-11 16:42:02.493946"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.495691"], ["updated_at", "2018-10-11 16:42:02.495691"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.497563"], ["updated_at", "2018-10-11 16:42:02.497563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.499143"], ["updated_at", "2018-10-11 16:42:02.499143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.500832"], ["updated_at", "2018-10-11 16:42:02.500832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.502526"], ["updated_at", "2018-10-11 16:42:02.502526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.504207"], ["updated_at", "2018-10-11 16:42:02.504207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.505749"], ["updated_at", "2018-10-11 16:42:02.505749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.507421"], ["updated_at", "2018-10-11 16:42:02.507421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.509238"], ["updated_at", "2018-10-11 16:42:02.509238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.511009"], ["updated_at", "2018-10-11 16:42:02.511009"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.513032"], ["updated_at", "2018-10-11 16:42:02.513032"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.515761"], ["updated_at", "2018-10-11 16:42:02.515761"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.518622"], ["updated_at", "2018-10-11 16:42:02.518622"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.521415"], ["updated_at", "2018-10-11 16:42:02.521415"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.524050"], ["updated_at", "2018-10-11 16:42:02.524050"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.527006"], ["updated_at", "2018-10-11 16:42:02.527006"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.529763"], ["updated_at", "2018-10-11 16:42:02.529763"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.531747"], ["updated_at", "2018-10-11 16:42:02.531747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.533804"], ["updated_at", "2018-10-11 16:42:02.533804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.535489"], ["updated_at", "2018-10-11 16:42:02.535489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.537127"], ["updated_at", "2018-10-11 16:42:02.537127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.538819"], ["updated_at", "2018-10-11 16:42:02.538819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.541886"], ["updated_at", "2018-10-11 16:42:02.541886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.543799"], ["updated_at", "2018-10-11 16:42:02.543799"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.545479"], ["updated_at", "2018-10-11 16:42:02.545479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.547167"], ["updated_at", "2018-10-11 16:42:02.547167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.548775"], ["updated_at", "2018-10-11 16:42:02.548775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.550379"], ["updated_at", "2018-10-11 16:42:02.550379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.551933"], ["updated_at", "2018-10-11 16:42:02.551933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.553568"], ["updated_at", "2018-10-11 16:42:02.553568"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.555184"], ["updated_at", "2018-10-11 16:42:02.555184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.557157"], ["updated_at", "2018-10-11 16:42:02.557157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.558881"], ["updated_at", "2018-10-11 16:42:02.558881"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.560667"], ["updated_at", "2018-10-11 16:42:02.560667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.562666"], ["updated_at", "2018-10-11 16:42:02.562666"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.564627"], ["updated_at", "2018-10-11 16:42:02.564627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.566422"], ["updated_at", "2018-10-11 16:42:02.566422"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.568170"], ["updated_at", "2018-10-11 16:42:02.568170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.569844"], ["updated_at", "2018-10-11 16:42:02.569844"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.571590"], ["updated_at", "2018-10-11 16:42:02.571590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.573651"], ["updated_at", "2018-10-11 16:42:02.573651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.575361"], ["updated_at", "2018-10-11 16:42:02.575361"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.577054"], ["updated_at", "2018-10-11 16:42:02.577054"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.578725"], ["updated_at", "2018-10-11 16:42:02.578725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.580770"], ["updated_at", "2018-10-11 16:42:02.580770"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.582432"], ["updated_at", "2018-10-11 16:42:02.582432"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.584368"], ["updated_at", "2018-10-11 16:42:02.584368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.586082"], ["updated_at", "2018-10-11 16:42:02.586082"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.587626"], ["updated_at", "2018-10-11 16:42:02.587626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.589550"], ["updated_at", "2018-10-11 16:42:02.589550"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.591391"], ["updated_at", "2018-10-11 16:42:02.591391"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.594589"], ["updated_at", "2018-10-11 16:42:02.594589"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.597893"], ["updated_at", "2018-10-11 16:42:02.597893"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.600476"], ["updated_at", "2018-10-11 16:42:02.600476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.602767"], ["updated_at", "2018-10-11 16:42:02.602767"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.604574"], ["updated_at", "2018-10-11 16:42:02.604574"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.606699"], ["updated_at", "2018-10-11 16:42:02.606699"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.610100"], ["updated_at", "2018-10-11 16:42:02.610100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.611841"], ["updated_at", "2018-10-11 16:42:02.611841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.613943"], ["updated_at", "2018-10-11 16:42:02.613943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.615572"], ["updated_at", "2018-10-11 16:42:02.615572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.617155"], ["updated_at", "2018-10-11 16:42:02.617155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.618903"], ["updated_at", "2018-10-11 16:42:02.618903"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.620599"], ["updated_at", "2018-10-11 16:42:02.620599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.622501"], ["updated_at", "2018-10-11 16:42:02.622501"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.624104"], ["updated_at", "2018-10-11 16:42:02.624104"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.625999"], ["updated_at", "2018-10-11 16:42:02.625999"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.627841"], ["updated_at", "2018-10-11 16:42:02.627841"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.630262"], ["updated_at", "2018-10-11 16:42:02.630262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.632214"], ["updated_at", "2018-10-11 16:42:02.632214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.633943"], ["updated_at", "2018-10-11 16:42:02.633943"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.635553"], ["updated_at", "2018-10-11 16:42:02.635553"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.639081"], ["updated_at", "2018-10-11 16:42:02.639081"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.641854"], ["updated_at", "2018-10-11 16:42:02.641854"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.644684"], ["updated_at", "2018-10-11 16:42:02.644684"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.647480"], ["updated_at", "2018-10-11 16:42:02.647480"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.650204"], ["updated_at", "2018-10-11 16:42:02.650204"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.652799"], ["updated_at", "2018-10-11 16:42:02.652799"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.655478"], ["updated_at", "2018-10-11 16:42:02.655478"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.658197"], ["updated_at", "2018-10-11 16:42:02.658197"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.661363"], ["updated_at", "2018-10-11 16:42:02.661363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.663851"], ["updated_at", "2018-10-11 16:42:02.663851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.665791"], ["updated_at", "2018-10-11 16:42:02.665791"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.667538"], ["updated_at", "2018-10-11 16:42:02.667538"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.669130"], ["updated_at", "2018-10-11 16:42:02.669130"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.671908"], ["updated_at", "2018-10-11 16:42:02.671908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.674366"], ["updated_at", "2018-10-11 16:42:02.674366"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.676158"], ["updated_at", "2018-10-11 16:42:02.676158"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.678324"], ["updated_at", "2018-10-11 16:42:02.678324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.680921"], ["updated_at", "2018-10-11 16:42:02.680921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.682898"], ["updated_at", "2018-10-11 16:42:02.682898"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.684966"], ["updated_at", "2018-10-11 16:42:02.684966"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.687066"], ["updated_at", "2018-10-11 16:42:02.687066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.688719"], ["updated_at", "2018-10-11 16:42:02.688719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.690272"], ["updated_at", "2018-10-11 16:42:02.690272"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.691942"], ["updated_at", "2018-10-11 16:42:02.691942"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.694178"], ["updated_at", "2018-10-11 16:42:02.694178"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.697884"], ["updated_at", "2018-10-11 16:42:02.697884"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.701236"], ["updated_at", "2018-10-11 16:42:02.701236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.703582"], ["updated_at", "2018-10-11 16:42:02.703582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.705374"], ["updated_at", "2018-10-11 16:42:02.705374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.707044"], ["updated_at", "2018-10-11 16:42:02.707044"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.708991"], ["updated_at", "2018-10-11 16:42:02.708991"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.712903"], ["updated_at", "2018-10-11 16:42:02.712903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.715398"], ["updated_at", "2018-10-11 16:42:02.715398"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.717570"], ["updated_at", "2018-10-11 16:42:02.717570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.720159"], ["updated_at", "2018-10-11 16:42:02.720159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.721884"], ["updated_at", "2018-10-11 16:42:02.721884"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.723483"], ["updated_at", "2018-10-11 16:42:02.723483"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.725330"], ["updated_at", "2018-10-11 16:42:02.725330"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.730505"], ["updated_at", "2018-10-11 16:42:02.730505"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.733524"], ["updated_at", "2018-10-11 16:42:02.733524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.737560"], ["updated_at", "2018-10-11 16:42:02.737560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.739155"], ["updated_at", "2018-10-11 16:42:02.739155"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.740666"], ["updated_at", "2018-10-11 16:42:02.740666"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.743028"], ["updated_at", "2018-10-11 16:42:02.743028"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.749372"], ["updated_at", "2018-10-11 16:42:02.749372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.752014"], ["updated_at", "2018-10-11 16:42:02.752014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.753550"], ["updated_at", "2018-10-11 16:42:02.753550"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.755030"], ["updated_at", "2018-10-11 16:42:02.755030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.756701"], ["updated_at", "2018-10-11 16:42:02.756701"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.758820"], ["updated_at", "2018-10-11 16:42:02.758820"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.762097"], ["updated_at", "2018-10-11 16:42:02.762097"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.766086"], ["updated_at", "2018-10-11 16:42:02.766086"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.770123"], ["updated_at", "2018-10-11 16:42:02.770123"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.772838"], ["updated_at", "2018-10-11 16:42:02.772838"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.775771"], ["updated_at", "2018-10-11 16:42:02.775771"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.778741"], ["updated_at", "2018-10-11 16:42:02.778741"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.783378"], ["updated_at", "2018-10-11 16:42:02.783378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.785731"], ["updated_at", "2018-10-11 16:42:02.785731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.787340"], ["updated_at", "2018-10-11 16:42:02.787340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.788912"], ["updated_at", "2018-10-11 16:42:02.788912"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.790991"], ["updated_at", "2018-10-11 16:42:02.790991"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.794883"], ["updated_at", "2018-10-11 16:42:02.794883"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.799799"], ["updated_at", "2018-10-11 16:42:02.799799"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.802849"], ["updated_at", "2018-10-11 16:42:02.802849"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.804831"], ["updated_at", "2018-10-11 16:42:02.804831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.807007"], ["updated_at", "2018-10-11 16:42:02.807007"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.808699"], ["updated_at", "2018-10-11 16:42:02.808699"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.812299"], ["updated_at", "2018-10-11 16:42:02.812299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.814311"], ["updated_at", "2018-10-11 16:42:02.814311"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.816497"], ["updated_at", "2018-10-11 16:42:02.816497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.818974"], ["updated_at", "2018-10-11 16:42:02.818974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.820627"], ["updated_at", "2018-10-11 16:42:02.820627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.822351"], ["updated_at", "2018-10-11 16:42:02.822351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.824055"], ["updated_at", "2018-10-11 16:42:02.824055"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.826065"], ["updated_at", "2018-10-11 16:42:02.826065"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.828913"], ["updated_at", "2018-10-11 16:42:02.828913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.831965"], ["updated_at", "2018-10-11 16:42:02.831965"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.834072"], ["updated_at", "2018-10-11 16:42:02.834072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.836571"], ["updated_at", "2018-10-11 16:42:02.836571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.838230"], ["updated_at", "2018-10-11 16:42:02.838230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.839854"], ["updated_at", "2018-10-11 16:42:02.839854"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.841529"], ["updated_at", "2018-10-11 16:42:02.841529"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.843817"], ["updated_at", "2018-10-11 16:42:02.843817"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.847233"], ["updated_at", "2018-10-11 16:42:02.847233"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.849955"], ["updated_at", "2018-10-11 16:42:02.849955"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.852684"], ["updated_at", "2018-10-11 16:42:02.852684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.854376"], ["updated_at", "2018-10-11 16:42:02.854376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.856005"], ["updated_at", "2018-10-11 16:42:02.856005"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.857840"], ["updated_at", "2018-10-11 16:42:02.857840"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.860745"], ["updated_at", "2018-10-11 16:42:02.860745"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.864206"], ["updated_at", "2018-10-11 16:42:02.864206"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.867429"], ["updated_at", "2018-10-11 16:42:02.867429"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.870090"], ["updated_at", "2018-10-11 16:42:02.870090"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.872701"], ["updated_at", "2018-10-11 16:42:02.872701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.874725"], ["updated_at", "2018-10-11 16:42:02.874725"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.883159"], ["updated_at", "2018-10-11 16:42:02.883159"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.885859"], ["updated_at", "2018-10-11 16:42:02.885859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.887842"], ["updated_at", "2018-10-11 16:42:02.887842"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.889712"], ["updated_at", "2018-10-11 16:42:02.889712"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.891989"], ["updated_at", "2018-10-11 16:42:02.891989"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.896636"], ["updated_at", "2018-10-11 16:42:02.896636"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.900321"], ["updated_at", "2018-10-11 16:42:02.900321"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.903967"], ["updated_at", "2018-10-11 16:42:02.903967"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.906657"], ["updated_at", "2018-10-11 16:42:02.906657"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.909308"], ["updated_at", "2018-10-11 16:42:02.909308"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.912890"], ["updated_at", "2018-10-11 16:42:02.912890"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.915495"], ["updated_at", "2018-10-11 16:42:02.915495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.918074"], ["updated_at", "2018-10-11 16:42:02.918074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.919974"], ["updated_at", "2018-10-11 16:42:02.919974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.921635"], ["updated_at", "2018-10-11 16:42:02.921635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.923223"], ["updated_at", "2018-10-11 16:42:02.923223"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.925220"], ["updated_at", "2018-10-11 16:42:02.925220"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.928193"], ["updated_at", "2018-10-11 16:42:02.928193"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.932672"], ["updated_at", "2018-10-11 16:42:02.932672"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.935787"], ["updated_at", "2018-10-11 16:42:02.935787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.937617"], ["updated_at", "2018-10-11 16:42:02.937617"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.939661"], ["updated_at", "2018-10-11 16:42:02.939661"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.941888"], ["updated_at", "2018-10-11 16:42:02.941888"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.944154"], ["updated_at", "2018-10-11 16:42:02.944154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.951928"], ["updated_at", "2018-10-11 16:42:02.951928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.953597"], ["updated_at", "2018-10-11 16:42:02.953597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.955180"], ["updated_at", "2018-10-11 16:42:02.955180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.956858"], ["updated_at", "2018-10-11 16:42:02.956858"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.958570"], ["updated_at", "2018-10-11 16:42:02.958570"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.960634"], ["updated_at", "2018-10-11 16:42:02.960634"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.964377"], ["updated_at", "2018-10-11 16:42:02.964377"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.966960"], ["updated_at", "2018-10-11 16:42:02.966960"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.969442"], ["updated_at", "2018-10-11 16:42:02.969442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.971076"], ["updated_at", "2018-10-11 16:42:02.971076"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.972674"], ["updated_at", "2018-10-11 16:42:02.972674"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.974419"], ["updated_at", "2018-10-11 16:42:02.974419"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.976324"], ["updated_at", "2018-10-11 16:42:02.976324"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.979467"], ["updated_at", "2018-10-11 16:42:02.979467"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.982409"], ["updated_at", "2018-10-11 16:42:02.982409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.985728"], ["updated_at", "2018-10-11 16:42:02.985728"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.987406"], ["updated_at", "2018-10-11 16:42:02.987406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.989069"], ["updated_at", "2018-10-11 16:42:02.989069"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.990759"], ["updated_at", "2018-10-11 16:42:02.990759"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.994401"], ["updated_at", "2018-10-11 16:42:02.994401"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.997511"], ["updated_at", "2018-10-11 16:42:02.997511"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:02.999761"], ["updated_at", "2018-10-11 16:42:02.999761"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.002111"], ["updated_at", "2018-10-11 16:42:03.002111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.004391"], ["updated_at", "2018-10-11 16:42:03.004391"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.006137"], ["updated_at", "2018-10-11 16:42:03.006137"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.009137"], ["updated_at", "2018-10-11 16:42:03.009137"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.011681"], ["updated_at", "2018-10-11 16:42:03.011681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.015225"], ["updated_at", "2018-10-11 16:42:03.015225"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.017450"], ["updated_at", "2018-10-11 16:42:03.017450"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.020724"], ["updated_at", "2018-10-11 16:42:03.020724"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.023367"], ["updated_at", "2018-10-11 16:42:03.023367"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.026153"], ["updated_at", "2018-10-11 16:42:03.026153"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.028420"], ["updated_at", "2018-10-11 16:42:03.028420"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.032866"], ["updated_at", "2018-10-11 16:42:03.032866"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.037098"], ["updated_at", "2018-10-11 16:42:03.037098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.039704"], ["updated_at", "2018-10-11 16:42:03.039704"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.041629"], ["updated_at", "2018-10-11 16:42:03.041629"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.043577"], ["updated_at", "2018-10-11 16:42:03.043577"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.046301"], ["updated_at", "2018-10-11 16:42:03.046301"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.048907"], ["updated_at", "2018-10-11 16:42:03.048907"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.051534"], ["updated_at", "2018-10-11 16:42:03.051534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.053441"], ["updated_at", "2018-10-11 16:42:03.053441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.055041"], ["updated_at", "2018-10-11 16:42:03.055041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.056611"], ["updated_at", "2018-10-11 16:42:03.056611"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.058420"], ["updated_at", "2018-10-11 16:42:03.058420"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.061579"], ["updated_at", "2018-10-11 16:42:03.061579"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.065056"], ["updated_at", "2018-10-11 16:42:03.065056"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.068943"], ["updated_at", "2018-10-11 16:42:03.068943"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.071129"], ["updated_at", "2018-10-11 16:42:03.071129"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.074182"], ["updated_at", "2018-10-11 16:42:03.074182"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.078446"], ["updated_at", "2018-10-11 16:42:03.078446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.084499"], ["updated_at", "2018-10-11 16:42:03.084499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.086704"], ["updated_at", "2018-10-11 16:42:03.086704"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.088211"], ["updated_at", "2018-10-11 16:42:03.088211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.089882"], ["updated_at", "2018-10-11 16:42:03.089882"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.091614"], ["updated_at", "2018-10-11 16:42:03.091614"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.093548"], ["updated_at", "2018-10-11 16:42:03.093548"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.096463"], ["updated_at", "2018-10-11 16:42:03.096463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.098911"], ["updated_at", "2018-10-11 16:42:03.098911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.102422"], ["updated_at", "2018-10-11 16:42:03.102422"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.104024"], ["updated_at", "2018-10-11 16:42:03.104024"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.105629"], ["updated_at", "2018-10-11 16:42:03.105629"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.107237"], ["updated_at", "2018-10-11 16:42:03.107237"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.109154"], ["updated_at", "2018-10-11 16:42:03.109154"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.111732"], ["updated_at", "2018-10-11 16:42:03.111732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.114966"], ["updated_at", "2018-10-11 16:42:03.114966"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.117520"], ["updated_at", "2018-10-11 16:42:03.117520"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.120687"], ["updated_at", "2018-10-11 16:42:03.120687"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.124193"], ["updated_at", "2018-10-11 16:42:03.124193"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.128205"], ["updated_at", "2018-10-11 16:42:03.128205"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.131794"], ["updated_at", "2018-10-11 16:42:03.131794"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.136730"], ["updated_at", "2018-10-11 16:42:03.136730"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.139658"], ["updated_at", "2018-10-11 16:42:03.139658"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.142098"], ["updated_at", "2018-10-11 16:42:03.142098"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.148846"], ["updated_at", "2018-10-11 16:42:03.148846"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.152576"], ["updated_at", "2018-10-11 16:42:03.152576"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.154786"], ["updated_at", "2018-10-11 16:42:03.154786"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.157042"], ["updated_at", "2018-10-11 16:42:03.157042"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.159610"], ["updated_at", "2018-10-11 16:42:03.159610"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.163566"], ["updated_at", "2018-10-11 16:42:03.163566"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.168697"], ["updated_at", "2018-10-11 16:42:03.168697"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.171060"], ["updated_at", "2018-10-11 16:42:03.171060"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.173148"], ["updated_at", "2018-10-11 16:42:03.173148"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.175552"], ["updated_at", "2018-10-11 16:42:03.175552"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.177863"], ["updated_at", "2018-10-11 16:42:03.177863"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.181284"], ["updated_at", "2018-10-11 16:42:03.181284"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.184450"], ["updated_at", "2018-10-11 16:42:03.184450"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.186504"], ["updated_at", "2018-10-11 16:42:03.186504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.188481"], ["updated_at", "2018-10-11 16:42:03.188481"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.190103"], ["updated_at", "2018-10-11 16:42:03.190103"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.192259"], ["updated_at", "2018-10-11 16:42:03.192259"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.196676"], ["updated_at", "2018-10-11 16:42:03.196676"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.199339"], ["updated_at", "2018-10-11 16:42:03.199339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.202055"], ["updated_at", "2018-10-11 16:42:03.202055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.203665"], ["updated_at", "2018-10-11 16:42:03.203665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.205158"], ["updated_at", "2018-10-11 16:42:03.205158"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.207899"], ["updated_at", "2018-10-11 16:42:03.207899"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.209983"], ["updated_at", "2018-10-11 16:42:03.209983"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.212664"], ["updated_at", "2018-10-11 16:42:03.212664"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.215548"], ["updated_at", "2018-10-11 16:42:03.215548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.218104"], ["updated_at", "2018-10-11 16:42:03.218104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.219791"], ["updated_at", "2018-10-11 16:42:03.219791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.221336"], ["updated_at", "2018-10-11 16:42:03.221336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.222995"], ["updated_at", "2018-10-11 16:42:03.222995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.224609"], ["updated_at", "2018-10-11 16:42:03.224609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.226380"], ["updated_at", "2018-10-11 16:42:03.226380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.228190"], ["updated_at", "2018-10-11 16:42:03.228190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.230036"], ["updated_at", "2018-10-11 16:42:03.230036"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.231651"], ["updated_at", "2018-10-11 16:42:03.231651"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.234607"], ["updated_at", "2018-10-11 16:42:03.234607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.236373"], ["updated_at", "2018-10-11 16:42:03.236373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.237976"], ["updated_at", "2018-10-11 16:42:03.237976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.239602"], ["updated_at", "2018-10-11 16:42:03.239602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.241183"], ["updated_at", "2018-10-11 16:42:03.241183"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.243031"], ["updated_at", "2018-10-11 16:42:03.243031"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.246543"], ["updated_at", "2018-10-11 16:42:03.246543"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.249330"], ["updated_at", "2018-10-11 16:42:03.249330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.252431"], ["updated_at", "2018-10-11 16:42:03.252431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.254109"], ["updated_at", "2018-10-11 16:42:03.254109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.255747"], ["updated_at", "2018-10-11 16:42:03.255747"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.257301"], ["updated_at", "2018-10-11 16:42:03.257301"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.259777"], ["updated_at", "2018-10-11 16:42:03.259777"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.263407"], ["updated_at", "2018-10-11 16:42:03.263407"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.265888"], ["updated_at", "2018-10-11 16:42:03.265888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.269209"], ["updated_at", "2018-10-11 16:42:03.269209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.270756"], ["updated_at", "2018-10-11 16:42:03.270756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.272181"], ["updated_at", "2018-10-11 16:42:03.272181"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.275068"], ["updated_at", "2018-10-11 16:42:03.275068"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.277609"], ["updated_at", "2018-10-11 16:42:03.277609"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.282458"], ["updated_at", "2018-10-11 16:42:03.282458"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.286172"], ["updated_at", "2018-10-11 16:42:03.286172"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.289694"], ["updated_at", "2018-10-11 16:42:03.289694"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.293285"], ["updated_at", "2018-10-11 16:42:03.293285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.296978"], ["updated_at", "2018-10-11 16:42:03.296978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.298638"], ["updated_at", "2018-10-11 16:42:03.298638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.300338"], ["updated_at", "2018-10-11 16:42:03.300338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.301949"], ["updated_at", "2018-10-11 16:42:03.301949"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.303776"], ["updated_at", "2018-10-11 16:42:03.303776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.305516"], ["updated_at", "2018-10-11 16:42:03.305516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.307102"], ["updated_at", "2018-10-11 16:42:03.307102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.308793"], ["updated_at", "2018-10-11 16:42:03.308793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.310518"], ["updated_at", "2018-10-11 16:42:03.310518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.312268"], ["updated_at", "2018-10-11 16:42:03.312268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.314034"], ["updated_at", "2018-10-11 16:42:03.314034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.315629"], ["updated_at", "2018-10-11 16:42:03.315629"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.317581"], ["updated_at", "2018-10-11 16:42:03.317581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.319251"], ["updated_at", "2018-10-11 16:42:03.319251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.320933"], ["updated_at", "2018-10-11 16:42:03.320933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.322520"], ["updated_at", "2018-10-11 16:42:03.322520"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.324060"], ["updated_at", "2018-10-11 16:42:03.324060"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.326043"], ["updated_at", "2018-10-11 16:42:03.326043"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.328639"], ["updated_at", "2018-10-11 16:42:03.328639"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.330455"], ["updated_at", "2018-10-11 16:42:03.330455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.332204"], ["updated_at", "2018-10-11 16:42:03.332204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.333941"], ["updated_at", "2018-10-11 16:42:03.333941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.335495"], ["updated_at", "2018-10-11 16:42:03.335495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.337185"], ["updated_at", "2018-10-11 16:42:03.337185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.340262"], ["updated_at", "2018-10-11 16:42:03.340262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.341876"], ["updated_at", "2018-10-11 16:42:03.341876"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.343796"], ["updated_at", "2018-10-11 16:42:03.343796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.345558"], ["updated_at", "2018-10-11 16:42:03.345558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.347287"], ["updated_at", "2018-10-11 16:42:03.347287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.348912"], ["updated_at", "2018-10-11 16:42:03.348912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.350499"], ["updated_at", "2018-10-11 16:42:03.350499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.352270"], ["updated_at", "2018-10-11 16:42:03.352270"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.353867"], ["updated_at", "2018-10-11 16:42:03.353867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.355613"], ["updated_at", "2018-10-11 16:42:03.355613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.357242"], ["updated_at", "2018-10-11 16:42:03.357242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.358885"], ["updated_at", "2018-10-11 16:42:03.358885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.360623"], ["updated_at", "2018-10-11 16:42:03.360623"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.362366"], ["updated_at", "2018-10-11 16:42:03.362366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.364203"], ["updated_at", "2018-10-11 16:42:03.364203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.365851"], ["updated_at", "2018-10-11 16:42:03.365851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.367486"], ["updated_at", "2018-10-11 16:42:03.367486"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.369146"], ["updated_at", "2018-10-11 16:42:03.369146"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.371018"], ["updated_at", "2018-10-11 16:42:03.371018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.372743"], ["updated_at", "2018-10-11 16:42:03.372743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.374419"], ["updated_at", "2018-10-11 16:42:03.374419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.376120"], ["updated_at", "2018-10-11 16:42:03.376120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.377825"], ["updated_at", "2018-10-11 16:42:03.377825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.379546"], ["updated_at", "2018-10-11 16:42:03.379546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.381213"], ["updated_at", "2018-10-11 16:42:03.381213"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.382748"], ["updated_at", "2018-10-11 16:42:03.382748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.384302"], ["updated_at", "2018-10-11 16:42:03.384302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.385995"], ["updated_at", "2018-10-11 16:42:03.385995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.387631"], ["updated_at", "2018-10-11 16:42:03.387631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.389242"], ["updated_at", "2018-10-11 16:42:03.389242"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.390867"], ["updated_at", "2018-10-11 16:42:03.390867"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.393427"], ["updated_at", "2018-10-11 16:42:03.393427"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.395709"], ["updated_at", "2018-10-11 16:42:03.395709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.397542"], ["updated_at", "2018-10-11 16:42:03.397542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.399143"], ["updated_at", "2018-10-11 16:42:03.399143"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.400755"], ["updated_at", "2018-10-11 16:42:03.400755"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.402830"], ["updated_at", "2018-10-11 16:42:03.402830"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.406160"], ["updated_at", "2018-10-11 16:42:03.406160"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.410042"], ["updated_at", "2018-10-11 16:42:03.410042"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.413730"], ["updated_at", "2018-10-11 16:42:03.413730"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.417209"], ["updated_at", "2018-10-11 16:42:03.417209"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.420603"], ["updated_at", "2018-10-11 16:42:03.420603"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.424745"], ["updated_at", "2018-10-11 16:42:03.424745"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.427230"], ["updated_at", "2018-10-11 16:42:03.427230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.429033"], ["updated_at", "2018-10-11 16:42:03.429033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.430839"], ["updated_at", "2018-10-11 16:42:03.430839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.432385"], ["updated_at", "2018-10-11 16:42:03.432385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.434000"], ["updated_at", "2018-10-11 16:42:03.434000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.435608"], ["updated_at", "2018-10-11 16:42:03.435608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.437191"], ["updated_at", "2018-10-11 16:42:03.437191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.438700"], ["updated_at", "2018-10-11 16:42:03.438700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.440219"], ["updated_at", "2018-10-11 16:42:03.440219"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.441885"], ["updated_at", "2018-10-11 16:42:03.441885"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.443735"], ["updated_at", "2018-10-11 16:42:03.443735"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.445516"], ["updated_at", "2018-10-11 16:42:03.445516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.447243"], ["updated_at", "2018-10-11 16:42:03.447243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.448786"], ["updated_at", "2018-10-11 16:42:03.448786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.450509"], ["updated_at", "2018-10-11 16:42:03.450509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.452080"], ["updated_at", "2018-10-11 16:42:03.452080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.453700"], ["updated_at", "2018-10-11 16:42:03.453700"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.455644"], ["updated_at", "2018-10-11 16:42:03.455644"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.457403"], ["updated_at", "2018-10-11 16:42:03.457403"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.460294"], ["updated_at", "2018-10-11 16:42:03.460294"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.462669"], ["updated_at", "2018-10-11 16:42:03.462669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.464762"], ["updated_at", "2018-10-11 16:42:03.464762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.466372"], ["updated_at", "2018-10-11 16:42:03.466372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.467944"], ["updated_at", "2018-10-11 16:42:03.467944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.469513"], ["updated_at", "2018-10-11 16:42:03.469513"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.472450"], ["updated_at", "2018-10-11 16:42:03.472450"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.474250"], ["updated_at", "2018-10-11 16:42:03.474250"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.476083"], ["updated_at", "2018-10-11 16:42:03.476083"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.477825"], ["updated_at", "2018-10-11 16:42:03.477825"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.479605"], ["updated_at", "2018-10-11 16:42:03.479605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.481634"], ["updated_at", "2018-10-11 16:42:03.481634"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.483217"], ["updated_at", "2018-10-11 16:42:03.483217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.484856"], ["updated_at", "2018-10-11 16:42:03.484856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.486443"], ["updated_at", "2018-10-11 16:42:03.486443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.488037"], ["updated_at", "2018-10-11 16:42:03.488037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.490024"], ["updated_at", "2018-10-11 16:42:03.490024"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.491672"], ["updated_at", "2018-10-11 16:42:03.491672"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.493574"], ["updated_at", "2018-10-11 16:42:03.493574"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.495361"], ["updated_at", "2018-10-11 16:42:03.495361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.497489"], ["updated_at", "2018-10-11 16:42:03.497489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.499055"], ["updated_at", "2018-10-11 16:42:03.499055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.500678"], ["updated_at", "2018-10-11 16:42:03.500678"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.502448"], ["updated_at", "2018-10-11 16:42:03.502448"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.505385"], ["updated_at", "2018-10-11 16:42:03.505385"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.507284"], ["updated_at", "2018-10-11 16:42:03.507284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.509101"], ["updated_at", "2018-10-11 16:42:03.509101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.510808"], ["updated_at", "2018-10-11 16:42:03.510808"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.512904"], ["updated_at", "2018-10-11 16:42:03.512904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.514826"], ["updated_at", "2018-10-11 16:42:03.514826"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.516543"], ["updated_at", "2018-10-11 16:42:03.516543"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.518174"], ["updated_at", "2018-10-11 16:42:03.518174"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.519842"], ["updated_at", "2018-10-11 16:42:03.519842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.521785"], ["updated_at", "2018-10-11 16:42:03.521785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.523448"], ["updated_at", "2018-10-11 16:42:03.523448"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.525393"], ["updated_at", "2018-10-11 16:42:03.525393"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.531813"], ["updated_at", "2018-10-11 16:42:03.531813"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.535069"], ["updated_at", "2018-10-11 16:42:03.535069"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.538411"], ["updated_at", "2018-10-11 16:42:03.538411"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.541016"], ["updated_at", "2018-10-11 16:42:03.541016"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.547458"], ["updated_at", "2018-10-11 16:42:03.547458"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.549761"], ["updated_at", "2018-10-11 16:42:03.549761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.552638"], ["updated_at", "2018-10-11 16:42:03.552638"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.555324"], ["updated_at", "2018-10-11 16:42:03.555324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.557479"], ["updated_at", "2018-10-11 16:42:03.557479"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.560125"], ["updated_at", "2018-10-11 16:42:03.560125"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.563411"], ["updated_at", "2018-10-11 16:42:03.563411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.565790"], ["updated_at", "2018-10-11 16:42:03.565790"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.567721"], ["updated_at", "2018-10-11 16:42:03.567721"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.570183"], ["updated_at", "2018-10-11 16:42:03.570183"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.572835"], ["updated_at", "2018-10-11 16:42:03.572835"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.574902"], ["updated_at", "2018-10-11 16:42:03.574902"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.577515"], ["updated_at", "2018-10-11 16:42:03.577515"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.580105"], ["updated_at", "2018-10-11 16:42:03.580105"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.582432"], ["updated_at", "2018-10-11 16:42:03.582432"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.585057"], ["updated_at", "2018-10-11 16:42:03.585057"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.587478"], ["updated_at", "2018-10-11 16:42:03.587478"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.589744"], ["updated_at", "2018-10-11 16:42:03.589744"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.592113"], ["updated_at", "2018-10-11 16:42:03.592113"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.595131"], ["updated_at", "2018-10-11 16:42:03.595131"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.597745"], ["updated_at", "2018-10-11 16:42:03.597745"], ["parent_id", 39895952907]] Kithe::Work Create (5.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.601304"], ["updated_at", "2018-10-11 16:42:03.601304"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.609190"], ["updated_at", "2018-10-11 16:42:03.609190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.614573"], ["updated_at", "2018-10-11 16:42:03.614573"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.617052"], ["updated_at", "2018-10-11 16:42:03.617052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.620203"], ["updated_at", "2018-10-11 16:42:03.620203"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.622707"], ["updated_at", "2018-10-11 16:42:03.622707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.626042"], ["updated_at", "2018-10-11 16:42:03.626042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.628596"], ["updated_at", "2018-10-11 16:42:03.628596"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.630676"], ["updated_at", "2018-10-11 16:42:03.630676"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.633601"], ["updated_at", "2018-10-11 16:42:03.633601"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.636486"], ["updated_at", "2018-10-11 16:42:03.636486"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.638939"], ["updated_at", "2018-10-11 16:42:03.638939"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.641529"], ["updated_at", "2018-10-11 16:42:03.641529"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.644592"], ["updated_at", "2018-10-11 16:42:03.644592"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.647379"], ["updated_at", "2018-10-11 16:42:03.647379"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.650285"], ["updated_at", "2018-10-11 16:42:03.650285"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.652876"], ["updated_at", "2018-10-11 16:42:03.652876"], ["parent_id", 39895952907]] Kithe::Work Create (8.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.656191"], ["updated_at", "2018-10-11 16:42:03.656191"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.666798"], ["updated_at", "2018-10-11 16:42:03.666798"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.669749"], ["updated_at", "2018-10-11 16:42:03.669749"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.672813"], ["updated_at", "2018-10-11 16:42:03.672813"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.676706"], ["updated_at", "2018-10-11 16:42:03.676706"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.680672"], ["updated_at", "2018-10-11 16:42:03.680672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.682622"], ["updated_at", "2018-10-11 16:42:03.682622"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.684509"], ["updated_at", "2018-10-11 16:42:03.684509"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.687241"], ["updated_at", "2018-10-11 16:42:03.687241"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.689779"], ["updated_at", "2018-10-11 16:42:03.689779"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.691983"], ["updated_at", "2018-10-11 16:42:03.691983"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.694040"], ["updated_at", "2018-10-11 16:42:03.694040"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.696042"], ["updated_at", "2018-10-11 16:42:03.696042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.698379"], ["updated_at", "2018-10-11 16:42:03.698379"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.700555"], ["updated_at", "2018-10-11 16:42:03.700555"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.702558"], ["updated_at", "2018-10-11 16:42:03.702558"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.704765"], ["updated_at", "2018-10-11 16:42:03.704765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.707175"], ["updated_at", "2018-10-11 16:42:03.707175"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.709285"], ["updated_at", "2018-10-11 16:42:03.709285"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.711531"], ["updated_at", "2018-10-11 16:42:03.711531"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.714008"], ["updated_at", "2018-10-11 16:42:03.714008"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.716681"], ["updated_at", "2018-10-11 16:42:03.716681"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.718626"], ["updated_at", "2018-10-11 16:42:03.718626"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.720878"], ["updated_at", "2018-10-11 16:42:03.720878"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.723432"], ["updated_at", "2018-10-11 16:42:03.723432"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.725832"], ["updated_at", "2018-10-11 16:42:03.725832"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.728863"], ["updated_at", "2018-10-11 16:42:03.728863"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.732849"], ["updated_at", "2018-10-11 16:42:03.732849"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.735226"], ["updated_at", "2018-10-11 16:42:03.735226"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.737392"], ["updated_at", "2018-10-11 16:42:03.737392"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.739541"], ["updated_at", "2018-10-11 16:42:03.739541"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.744035"], ["updated_at", "2018-10-11 16:42:03.744035"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.746553"], ["updated_at", "2018-10-11 16:42:03.746553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.749758"], ["updated_at", "2018-10-11 16:42:03.749758"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.752193"], ["updated_at", "2018-10-11 16:42:03.752193"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.754356"], ["updated_at", "2018-10-11 16:42:03.754356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.756846"], ["updated_at", "2018-10-11 16:42:03.756846"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.758876"], ["updated_at", "2018-10-11 16:42:03.758876"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.761369"], ["updated_at", "2018-10-11 16:42:03.761369"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.763516"], ["updated_at", "2018-10-11 16:42:03.763516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.765542"], ["updated_at", "2018-10-11 16:42:03.765542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.768111"], ["updated_at", "2018-10-11 16:42:03.768111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.770270"], ["updated_at", "2018-10-11 16:42:03.770270"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.772518"], ["updated_at", "2018-10-11 16:42:03.772518"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.774869"], ["updated_at", "2018-10-11 16:42:03.774869"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.778282"], ["updated_at", "2018-10-11 16:42:03.778282"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.781594"], ["updated_at", "2018-10-11 16:42:03.781594"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.785873"], ["updated_at", "2018-10-11 16:42:03.785873"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.788005"], ["updated_at", "2018-10-11 16:42:03.788005"], ["parent_id", 39895952907]] Kithe::Work Create (6.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.790844"], ["updated_at", "2018-10-11 16:42:03.790844"], ["parent_id", 39895952907]] Kithe::Work Create (3.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.798928"], ["updated_at", "2018-10-11 16:42:03.798928"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.804363"], ["updated_at", "2018-10-11 16:42:03.804363"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.806854"], ["updated_at", "2018-10-11 16:42:03.806854"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.810754"], ["updated_at", "2018-10-11 16:42:03.810754"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.815278"], ["updated_at", "2018-10-11 16:42:03.815278"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.818362"], ["updated_at", "2018-10-11 16:42:03.818362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.820704"], ["updated_at", "2018-10-11 16:42:03.820704"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.822559"], ["updated_at", "2018-10-11 16:42:03.822559"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.824503"], ["updated_at", "2018-10-11 16:42:03.824503"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.826552"], ["updated_at", "2018-10-11 16:42:03.826552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.828470"], ["updated_at", "2018-10-11 16:42:03.828470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.830839"], ["updated_at", "2018-10-11 16:42:03.830839"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.832823"], ["updated_at", "2018-10-11 16:42:03.832823"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.836168"], ["updated_at", "2018-10-11 16:42:03.836168"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.838275"], ["updated_at", "2018-10-11 16:42:03.838275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.840348"], ["updated_at", "2018-10-11 16:42:03.840348"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.842502"], ["updated_at", "2018-10-11 16:42:03.842502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.847950"], ["updated_at", "2018-10-11 16:42:03.847950"], ["parent_id", 39895952907]] Kithe::Work Create (6.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.849718"], ["updated_at", "2018-10-11 16:42:03.849718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.856899"], ["updated_at", "2018-10-11 16:42:03.856899"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.859187"], ["updated_at", "2018-10-11 16:42:03.859187"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.863134"], ["updated_at", "2018-10-11 16:42:03.863134"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.865109"], ["updated_at", "2018-10-11 16:42:03.865109"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.868085"], ["updated_at", "2018-10-11 16:42:03.868085"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.870257"], ["updated_at", "2018-10-11 16:42:03.870257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.872518"], ["updated_at", "2018-10-11 16:42:03.872518"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.874248"], ["updated_at", "2018-10-11 16:42:03.874248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.880720"], ["updated_at", "2018-10-11 16:42:03.880720"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.882509"], ["updated_at", "2018-10-11 16:42:03.882509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.884953"], ["updated_at", "2018-10-11 16:42:03.884953"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.886887"], ["updated_at", "2018-10-11 16:42:03.886887"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.888875"], ["updated_at", "2018-10-11 16:42:03.888875"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.890929"], ["updated_at", "2018-10-11 16:42:03.890929"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.892941"], ["updated_at", "2018-10-11 16:42:03.892941"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.895075"], ["updated_at", "2018-10-11 16:42:03.895075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.897271"], ["updated_at", "2018-10-11 16:42:03.897271"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.899071"], ["updated_at", "2018-10-11 16:42:03.899071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.901523"], ["updated_at", "2018-10-11 16:42:03.901523"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.903656"], ["updated_at", "2018-10-11 16:42:03.903656"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.905966"], ["updated_at", "2018-10-11 16:42:03.905966"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.908280"], ["updated_at", "2018-10-11 16:42:03.908280"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.910351"], ["updated_at", "2018-10-11 16:42:03.910351"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.912604"], ["updated_at", "2018-10-11 16:42:03.912604"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.914733"], ["updated_at", "2018-10-11 16:42:03.914733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.916968"], ["updated_at", "2018-10-11 16:42:03.916968"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.919056"], ["updated_at", "2018-10-11 16:42:03.919056"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.920881"], ["updated_at", "2018-10-11 16:42:03.920881"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.922719"], ["updated_at", "2018-10-11 16:42:03.922719"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.925404"], ["updated_at", "2018-10-11 16:42:03.925404"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.929006"], ["updated_at", "2018-10-11 16:42:03.929006"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.931687"], ["updated_at", "2018-10-11 16:42:03.931687"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.935605"], ["updated_at", "2018-10-11 16:42:03.935605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.937712"], ["updated_at", "2018-10-11 16:42:03.937712"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.939781"], ["updated_at", "2018-10-11 16:42:03.939781"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.942302"], ["updated_at", "2018-10-11 16:42:03.942302"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.945801"], ["updated_at", "2018-10-11 16:42:03.945801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.948119"], ["updated_at", "2018-10-11 16:42:03.948119"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.950087"], ["updated_at", "2018-10-11 16:42:03.950087"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.952189"], ["updated_at", "2018-10-11 16:42:03.952189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.954119"], ["updated_at", "2018-10-11 16:42:03.954119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.956341"], ["updated_at", "2018-10-11 16:42:03.956341"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.958515"], ["updated_at", "2018-10-11 16:42:03.958515"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.960736"], ["updated_at", "2018-10-11 16:42:03.960736"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.962933"], ["updated_at", "2018-10-11 16:42:03.962933"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.965307"], ["updated_at", "2018-10-11 16:42:03.965307"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.967364"], ["updated_at", "2018-10-11 16:42:03.967364"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.969386"], ["updated_at", "2018-10-11 16:42:03.969386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.971490"], ["updated_at", "2018-10-11 16:42:03.971490"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.973523"], ["updated_at", "2018-10-11 16:42:03.973523"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.975739"], ["updated_at", "2018-10-11 16:42:03.975739"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.977975"], ["updated_at", "2018-10-11 16:42:03.977975"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.980232"], ["updated_at", "2018-10-11 16:42:03.980232"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.982402"], ["updated_at", "2018-10-11 16:42:03.982402"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.984769"], ["updated_at", "2018-10-11 16:42:03.984769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.986672"], ["updated_at", "2018-10-11 16:42:03.986672"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.988614"], ["updated_at", "2018-10-11 16:42:03.988614"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.990654"], ["updated_at", "2018-10-11 16:42:03.990654"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.994668"], ["updated_at", "2018-10-11 16:42:03.994668"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:03.998786"], ["updated_at", "2018-10-11 16:42:03.998786"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.001338"], ["updated_at", "2018-10-11 16:42:04.001338"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.004008"], ["updated_at", "2018-10-11 16:42:04.004008"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.006478"], ["updated_at", "2018-10-11 16:42:04.006478"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.010162"], ["updated_at", "2018-10-11 16:42:04.010162"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.012315"], ["updated_at", "2018-10-11 16:42:04.012315"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.014315"], ["updated_at", "2018-10-11 16:42:04.014315"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.016457"], ["updated_at", "2018-10-11 16:42:04.016457"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.018447"], ["updated_at", "2018-10-11 16:42:04.018447"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.020561"], ["updated_at", "2018-10-11 16:42:04.020561"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.022974"], ["updated_at", "2018-10-11 16:42:04.022974"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.025084"], ["updated_at", "2018-10-11 16:42:04.025084"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.028547"], ["updated_at", "2018-10-11 16:42:04.028547"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.031247"], ["updated_at", "2018-10-11 16:42:04.031247"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.033444"], ["updated_at", "2018-10-11 16:42:04.033444"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.035977"], ["updated_at", "2018-10-11 16:42:04.035977"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.038250"], ["updated_at", "2018-10-11 16:42:04.038250"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.040567"], ["updated_at", "2018-10-11 16:42:04.040567"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.043299"], ["updated_at", "2018-10-11 16:42:04.043299"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.046813"], ["updated_at", "2018-10-11 16:42:04.046813"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.049211"], ["updated_at", "2018-10-11 16:42:04.049211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.051204"], ["updated_at", "2018-10-11 16:42:04.051204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.053176"], ["updated_at", "2018-10-11 16:42:04.053176"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.054892"], ["updated_at", "2018-10-11 16:42:04.054892"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.056839"], ["updated_at", "2018-10-11 16:42:04.056839"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.060816"], ["updated_at", "2018-10-11 16:42:04.060816"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.064376"], ["updated_at", "2018-10-11 16:42:04.064376"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.066986"], ["updated_at", "2018-10-11 16:42:04.066986"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.069741"], ["updated_at", "2018-10-11 16:42:04.069741"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.072341"], ["updated_at", "2018-10-11 16:42:04.072341"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.076325"], ["updated_at", "2018-10-11 16:42:04.076325"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.078607"], ["updated_at", "2018-10-11 16:42:04.078607"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.080947"], ["updated_at", "2018-10-11 16:42:04.080947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.082964"], ["updated_at", "2018-10-11 16:42:04.082964"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.085419"], ["updated_at", "2018-10-11 16:42:04.085419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.087551"], ["updated_at", "2018-10-11 16:42:04.087551"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.089552"], ["updated_at", "2018-10-11 16:42:04.089552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.091615"], ["updated_at", "2018-10-11 16:42:04.091615"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.094081"], ["updated_at", "2018-10-11 16:42:04.094081"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.096323"], ["updated_at", "2018-10-11 16:42:04.096323"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.098868"], ["updated_at", "2018-10-11 16:42:04.098868"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.101198"], ["updated_at", "2018-10-11 16:42:04.101198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.103270"], ["updated_at", "2018-10-11 16:42:04.103270"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.105665"], ["updated_at", "2018-10-11 16:42:04.105665"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.107798"], ["updated_at", "2018-10-11 16:42:04.107798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.110220"], ["updated_at", "2018-10-11 16:42:04.110220"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.112505"], ["updated_at", "2018-10-11 16:42:04.112505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.114690"], ["updated_at", "2018-10-11 16:42:04.114690"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.116727"], ["updated_at", "2018-10-11 16:42:04.116727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.118802"], ["updated_at", "2018-10-11 16:42:04.118802"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.120865"], ["updated_at", "2018-10-11 16:42:04.120865"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.122899"], ["updated_at", "2018-10-11 16:42:04.122899"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.125405"], ["updated_at", "2018-10-11 16:42:04.125405"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.129952"], ["updated_at", "2018-10-11 16:42:04.129952"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.132610"], ["updated_at", "2018-10-11 16:42:04.132610"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.135318"], ["updated_at", "2018-10-11 16:42:04.135318"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.137885"], ["updated_at", "2018-10-11 16:42:04.137885"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.140783"], ["updated_at", "2018-10-11 16:42:04.140783"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.144668"], ["updated_at", "2018-10-11 16:42:04.144668"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.146917"], ["updated_at", "2018-10-11 16:42:04.146917"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.149321"], ["updated_at", "2018-10-11 16:42:04.149321"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.152072"], ["updated_at", "2018-10-11 16:42:04.152072"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.154704"], ["updated_at", "2018-10-11 16:42:04.154704"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.157423"], ["updated_at", "2018-10-11 16:42:04.157423"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.160268"], ["updated_at", "2018-10-11 16:42:04.160268"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.163166"], ["updated_at", "2018-10-11 16:42:04.163166"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.166099"], ["updated_at", "2018-10-11 16:42:04.166099"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.168844"], ["updated_at", "2018-10-11 16:42:04.168844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.171330"], ["updated_at", "2018-10-11 16:42:04.171330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.173185"], ["updated_at", "2018-10-11 16:42:04.173185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.174952"], ["updated_at", "2018-10-11 16:42:04.174952"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.176958"], ["updated_at", "2018-10-11 16:42:04.176958"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.178967"], ["updated_at", "2018-10-11 16:42:04.178967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.181120"], ["updated_at", "2018-10-11 16:42:04.181120"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.182942"], ["updated_at", "2018-10-11 16:42:04.182942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.184840"], ["updated_at", "2018-10-11 16:42:04.184840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.186795"], ["updated_at", "2018-10-11 16:42:04.186795"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.188720"], ["updated_at", "2018-10-11 16:42:04.188720"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.190901"], ["updated_at", "2018-10-11 16:42:04.190901"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.195515"], ["updated_at", "2018-10-11 16:42:04.195515"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.198419"], ["updated_at", "2018-10-11 16:42:04.198419"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.200892"], ["updated_at", "2018-10-11 16:42:04.200892"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.203466"], ["updated_at", "2018-10-11 16:42:04.203466"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.206064"], ["updated_at", "2018-10-11 16:42:04.206064"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.211246"], ["updated_at", "2018-10-11 16:42:04.211246"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.214417"], ["updated_at", "2018-10-11 16:42:04.214417"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.217348"], ["updated_at", "2018-10-11 16:42:04.217348"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.219895"], ["updated_at", "2018-10-11 16:42:04.219895"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.221886"], ["updated_at", "2018-10-11 16:42:04.221886"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.223873"], ["updated_at", "2018-10-11 16:42:04.223873"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.226058"], ["updated_at", "2018-10-11 16:42:04.226058"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.228311"], ["updated_at", "2018-10-11 16:42:04.228311"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.230686"], ["updated_at", "2018-10-11 16:42:04.230686"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.232768"], ["updated_at", "2018-10-11 16:42:04.232768"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.234856"], ["updated_at", "2018-10-11 16:42:04.234856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.236868"], ["updated_at", "2018-10-11 16:42:04.236868"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.238639"], ["updated_at", "2018-10-11 16:42:04.238639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.240597"], ["updated_at", "2018-10-11 16:42:04.240597"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.242549"], ["updated_at", "2018-10-11 16:42:04.242549"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.244798"], ["updated_at", "2018-10-11 16:42:04.244798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.246998"], ["updated_at", "2018-10-11 16:42:04.246998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.248955"], ["updated_at", "2018-10-11 16:42:04.248955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.250782"], ["updated_at", "2018-10-11 16:42:04.250782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.252518"], ["updated_at", "2018-10-11 16:42:04.252518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.254138"], ["updated_at", "2018-10-11 16:42:04.254138"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.255696"], ["updated_at", "2018-10-11 16:42:04.255696"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.257571"], ["updated_at", "2018-10-11 16:42:04.257571"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.260255"], ["updated_at", "2018-10-11 16:42:04.260255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.262939"], ["updated_at", "2018-10-11 16:42:04.262939"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.264885"], ["updated_at", "2018-10-11 16:42:04.264885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.266535"], ["updated_at", "2018-10-11 16:42:04.266535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.268151"], ["updated_at", "2018-10-11 16:42:04.268151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.269736"], ["updated_at", "2018-10-11 16:42:04.269736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.272489"], ["updated_at", "2018-10-11 16:42:04.272489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.274139"], ["updated_at", "2018-10-11 16:42:04.274139"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.276080"], ["updated_at", "2018-10-11 16:42:04.276080"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.279060"], ["updated_at", "2018-10-11 16:42:04.279060"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.281852"], ["updated_at", "2018-10-11 16:42:04.281852"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.284528"], ["updated_at", "2018-10-11 16:42:04.284528"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.287398"], ["updated_at", "2018-10-11 16:42:04.287398"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.290089"], ["updated_at", "2018-10-11 16:42:04.290089"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.292742"], ["updated_at", "2018-10-11 16:42:04.292742"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.295531"], ["updated_at", "2018-10-11 16:42:04.295531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.297378"], ["updated_at", "2018-10-11 16:42:04.297378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.299087"], ["updated_at", "2018-10-11 16:42:04.299087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.300758"], ["updated_at", "2018-10-11 16:42:04.300758"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.302365"], ["updated_at", "2018-10-11 16:42:04.302365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.304272"], ["updated_at", "2018-10-11 16:42:04.304272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.305926"], ["updated_at", "2018-10-11 16:42:04.305926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.307707"], ["updated_at", "2018-10-11 16:42:04.307707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.309385"], ["updated_at", "2018-10-11 16:42:04.309385"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.311035"], ["updated_at", "2018-10-11 16:42:04.311035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.312817"], ["updated_at", "2018-10-11 16:42:04.312817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.314587"], ["updated_at", "2018-10-11 16:42:04.314587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.316167"], ["updated_at", "2018-10-11 16:42:04.316167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.317847"], ["updated_at", "2018-10-11 16:42:04.317847"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.319388"], ["updated_at", "2018-10-11 16:42:04.319388"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.321570"], ["updated_at", "2018-10-11 16:42:04.321570"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.324179"], ["updated_at", "2018-10-11 16:42:04.324179"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.327045"], ["updated_at", "2018-10-11 16:42:04.327045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.331187"], ["updated_at", "2018-10-11 16:42:04.331187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.332752"], ["updated_at", "2018-10-11 16:42:04.332752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.334360"], ["updated_at", "2018-10-11 16:42:04.334360"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.335954"], ["updated_at", "2018-10-11 16:42:04.335954"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.337576"], ["updated_at", "2018-10-11 16:42:04.337576"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.339898"], ["updated_at", "2018-10-11 16:42:04.339898"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.342910"], ["updated_at", "2018-10-11 16:42:04.342910"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.345267"], ["updated_at", "2018-10-11 16:42:04.345267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.347269"], ["updated_at", "2018-10-11 16:42:04.347269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.349053"], ["updated_at", "2018-10-11 16:42:04.349053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.350861"], ["updated_at", "2018-10-11 16:42:04.350861"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.352591"], ["updated_at", "2018-10-11 16:42:04.352591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.354970"], ["updated_at", "2018-10-11 16:42:04.354970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.356840"], ["updated_at", "2018-10-11 16:42:04.356840"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.358506"], ["updated_at", "2018-10-11 16:42:04.358506"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.360359"], ["updated_at", "2018-10-11 16:42:04.360359"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.362593"], ["updated_at", "2018-10-11 16:42:04.362593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.364366"], ["updated_at", "2018-10-11 16:42:04.364366"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.365971"], ["updated_at", "2018-10-11 16:42:04.365971"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.368146"], ["updated_at", "2018-10-11 16:42:04.368146"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.369975"], ["updated_at", "2018-10-11 16:42:04.369975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.372620"], ["updated_at", "2018-10-11 16:42:04.372620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.374214"], ["updated_at", "2018-10-11 16:42:04.374214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.375901"], ["updated_at", "2018-10-11 16:42:04.375901"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.377874"], ["updated_at", "2018-10-11 16:42:04.377874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.380104"], ["updated_at", "2018-10-11 16:42:04.380104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.381897"], ["updated_at", "2018-10-11 16:42:04.381897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.383535"], ["updated_at", "2018-10-11 16:42:04.383535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.385203"], ["updated_at", "2018-10-11 16:42:04.385203"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.386777"], ["updated_at", "2018-10-11 16:42:04.386777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.389061"], ["updated_at", "2018-10-11 16:42:04.389061"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.390755"], ["updated_at", "2018-10-11 16:42:04.390755"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.395329"], ["updated_at", "2018-10-11 16:42:04.395329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.397738"], ["updated_at", "2018-10-11 16:42:04.397738"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.399392"], ["updated_at", "2018-10-11 16:42:04.399392"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.401771"], ["updated_at", "2018-10-11 16:42:04.401771"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.403845"], ["updated_at", "2018-10-11 16:42:04.403845"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.406809"], ["updated_at", "2018-10-11 16:42:04.406809"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.410634"], ["updated_at", "2018-10-11 16:42:04.410634"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.413113"], ["updated_at", "2018-10-11 16:42:04.413113"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.415778"], ["updated_at", "2018-10-11 16:42:04.415778"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.418636"], ["updated_at", "2018-10-11 16:42:04.418636"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.421368"], ["updated_at", "2018-10-11 16:42:04.421368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.423429"], ["updated_at", "2018-10-11 16:42:04.423429"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.425108"], ["updated_at", "2018-10-11 16:42:04.425108"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.426879"], ["updated_at", "2018-10-11 16:42:04.426879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.429228"], ["updated_at", "2018-10-11 16:42:04.429228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.431126"], ["updated_at", "2018-10-11 16:42:04.431126"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.432678"], ["updated_at", "2018-10-11 16:42:04.432678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.434453"], ["updated_at", "2018-10-11 16:42:04.434453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.436049"], ["updated_at", "2018-10-11 16:42:04.436049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.437696"], ["updated_at", "2018-10-11 16:42:04.437696"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.439535"], ["updated_at", "2018-10-11 16:42:04.439535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.441711"], ["updated_at", "2018-10-11 16:42:04.441711"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.443742"], ["updated_at", "2018-10-11 16:42:04.443742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.445961"], ["updated_at", "2018-10-11 16:42:04.445961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.447879"], ["updated_at", "2018-10-11 16:42:04.447879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.449477"], ["updated_at", "2018-10-11 16:42:04.449477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.451205"], ["updated_at", "2018-10-11 16:42:04.451205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.452841"], ["updated_at", "2018-10-11 16:42:04.452841"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.454633"], ["updated_at", "2018-10-11 16:42:04.454633"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.456645"], ["updated_at", "2018-10-11 16:42:04.456645"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.458888"], ["updated_at", "2018-10-11 16:42:04.458888"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.462029"], ["updated_at", "2018-10-11 16:42:04.462029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.464094"], ["updated_at", "2018-10-11 16:42:04.464094"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.465848"], ["updated_at", "2018-10-11 16:42:04.465848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.467763"], ["updated_at", "2018-10-11 16:42:04.467763"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.469458"], ["updated_at", "2018-10-11 16:42:04.469458"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.471085"], ["updated_at", "2018-10-11 16:42:04.471085"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.474590"], ["updated_at", "2018-10-11 16:42:04.474590"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.476442"], ["updated_at", "2018-10-11 16:42:04.476442"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.478905"], ["updated_at", "2018-10-11 16:42:04.478905"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.480889"], ["updated_at", "2018-10-11 16:42:04.480889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.482674"], ["updated_at", "2018-10-11 16:42:04.482674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.484494"], ["updated_at", "2018-10-11 16:42:04.484494"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.486180"], ["updated_at", "2018-10-11 16:42:04.486180"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.488415"], ["updated_at", "2018-10-11 16:42:04.488415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.490100"], ["updated_at", "2018-10-11 16:42:04.490100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.491714"], ["updated_at", "2018-10-11 16:42:04.491714"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.493486"], ["updated_at", "2018-10-11 16:42:04.493486"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.495727"], ["updated_at", "2018-10-11 16:42:04.495727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.497546"], ["updated_at", "2018-10-11 16:42:04.497546"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.499151"], ["updated_at", "2018-10-11 16:42:04.499151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.501047"], ["updated_at", "2018-10-11 16:42:04.501047"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.502826"], ["updated_at", "2018-10-11 16:42:04.502826"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.504558"], ["updated_at", "2018-10-11 16:42:04.504558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.506587"], ["updated_at", "2018-10-11 16:42:04.506587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.508597"], ["updated_at", "2018-10-11 16:42:04.508597"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.510375"], ["updated_at", "2018-10-11 16:42:04.510375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.512821"], ["updated_at", "2018-10-11 16:42:04.512821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.514497"], ["updated_at", "2018-10-11 16:42:04.514497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.516102"], ["updated_at", "2018-10-11 16:42:04.516102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.517962"], ["updated_at", "2018-10-11 16:42:04.517962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.519589"], ["updated_at", "2018-10-11 16:42:04.519589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.521542"], ["updated_at", "2018-10-11 16:42:04.521542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.523418"], ["updated_at", "2018-10-11 16:42:04.523418"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.525060"], ["updated_at", "2018-10-11 16:42:04.525060"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.528131"], ["updated_at", "2018-10-11 16:42:04.528131"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.531376"], ["updated_at", "2018-10-11 16:42:04.531376"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.533603"], ["updated_at", "2018-10-11 16:42:04.533603"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.536011"], ["updated_at", "2018-10-11 16:42:04.536011"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.539354"], ["updated_at", "2018-10-11 16:42:04.539354"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.541252"], ["updated_at", "2018-10-11 16:42:04.541252"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.543708"], ["updated_at", "2018-10-11 16:42:04.543708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.548407"], ["updated_at", "2018-10-11 16:42:04.548407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.550418"], ["updated_at", "2018-10-11 16:42:04.550418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.552026"], ["updated_at", "2018-10-11 16:42:04.552026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.553596"], ["updated_at", "2018-10-11 16:42:04.553596"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.555140"], ["updated_at", "2018-10-11 16:42:04.555140"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.557306"], ["updated_at", "2018-10-11 16:42:04.557306"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.559290"], ["updated_at", "2018-10-11 16:42:04.559290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.561446"], ["updated_at", "2018-10-11 16:42:04.561446"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.563269"], ["updated_at", "2018-10-11 16:42:04.563269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.564999"], ["updated_at", "2018-10-11 16:42:04.564999"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.566562"], ["updated_at", "2018-10-11 16:42:04.566562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.568461"], ["updated_at", "2018-10-11 16:42:04.568461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.570155"], ["updated_at", "2018-10-11 16:42:04.570155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.571800"], ["updated_at", "2018-10-11 16:42:04.571800"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.573369"], ["updated_at", "2018-10-11 16:42:04.573369"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.575123"], ["updated_at", "2018-10-11 16:42:04.575123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.576986"], ["updated_at", "2018-10-11 16:42:04.576986"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.578693"], ["updated_at", "2018-10-11 16:42:04.578693"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.580584"], ["updated_at", "2018-10-11 16:42:04.580584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.582271"], ["updated_at", "2018-10-11 16:42:04.582271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.584016"], ["updated_at", "2018-10-11 16:42:04.584016"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.585606"], ["updated_at", "2018-10-11 16:42:04.585606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.587260"], ["updated_at", "2018-10-11 16:42:04.587260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.588826"], ["updated_at", "2018-10-11 16:42:04.588826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.590446"], ["updated_at", "2018-10-11 16:42:04.590446"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.593061"], ["updated_at", "2018-10-11 16:42:04.593061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.595661"], ["updated_at", "2018-10-11 16:42:04.595661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.597500"], ["updated_at", "2018-10-11 16:42:04.597500"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.599232"], ["updated_at", "2018-10-11 16:42:04.599232"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.601013"], ["updated_at", "2018-10-11 16:42:04.601013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.602773"], ["updated_at", "2018-10-11 16:42:04.602773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.605230"], ["updated_at", "2018-10-11 16:42:04.605230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.607071"], ["updated_at", "2018-10-11 16:42:04.607071"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.608977"], ["updated_at", "2018-10-11 16:42:04.608977"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.612192"], ["updated_at", "2018-10-11 16:42:04.612192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.614272"], ["updated_at", "2018-10-11 16:42:04.614272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.615931"], ["updated_at", "2018-10-11 16:42:04.615931"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.617691"], ["updated_at", "2018-10-11 16:42:04.617691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.619437"], ["updated_at", "2018-10-11 16:42:04.619437"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.621006"], ["updated_at", "2018-10-11 16:42:04.621006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.622616"], ["updated_at", "2018-10-11 16:42:04.622616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.624172"], ["updated_at", "2018-10-11 16:42:04.624172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.625870"], ["updated_at", "2018-10-11 16:42:04.625870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.627598"], ["updated_at", "2018-10-11 16:42:04.627598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.629271"], ["updated_at", "2018-10-11 16:42:04.629271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.631146"], ["updated_at", "2018-10-11 16:42:04.631146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.632834"], ["updated_at", "2018-10-11 16:42:04.632834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.634486"], ["updated_at", "2018-10-11 16:42:04.634486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.636056"], ["updated_at", "2018-10-11 16:42:04.636056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.637689"], ["updated_at", "2018-10-11 16:42:04.637689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.639377"], ["updated_at", "2018-10-11 16:42:04.639377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.640954"], ["updated_at", "2018-10-11 16:42:04.640954"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.642510"], ["updated_at", "2018-10-11 16:42:04.642510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.644252"], ["updated_at", "2018-10-11 16:42:04.644252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.646010"], ["updated_at", "2018-10-11 16:42:04.646010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.647713"], ["updated_at", "2018-10-11 16:42:04.647713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.649402"], ["updated_at", "2018-10-11 16:42:04.649402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.650976"], ["updated_at", "2018-10-11 16:42:04.650976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.652614"], ["updated_at", "2018-10-11 16:42:04.652614"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.654302"], ["updated_at", "2018-10-11 16:42:04.654302"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.656955"], ["updated_at", "2018-10-11 16:42:04.656955"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.659396"], ["updated_at", "2018-10-11 16:42:04.659396"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.662258"], ["updated_at", "2018-10-11 16:42:04.662258"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.664573"], ["updated_at", "2018-10-11 16:42:04.664573"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.666631"], ["updated_at", "2018-10-11 16:42:04.666631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.668746"], ["updated_at", "2018-10-11 16:42:04.668746"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.670567"], ["updated_at", "2018-10-11 16:42:04.670567"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.672602"], ["updated_at", "2018-10-11 16:42:04.672602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.677837"], ["updated_at", "2018-10-11 16:42:04.677837"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.679519"], ["updated_at", "2018-10-11 16:42:04.679519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.681582"], ["updated_at", "2018-10-11 16:42:04.681582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.683270"], ["updated_at", "2018-10-11 16:42:04.683270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.685021"], ["updated_at", "2018-10-11 16:42:04.685021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.686673"], ["updated_at", "2018-10-11 16:42:04.686673"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.688222"], ["updated_at", "2018-10-11 16:42:04.688222"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.689903"], ["updated_at", "2018-10-11 16:42:04.689903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.691624"], ["updated_at", "2018-10-11 16:42:04.691624"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.693378"], ["updated_at", "2018-10-11 16:42:04.693378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.695248"], ["updated_at", "2018-10-11 16:42:04.695248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.696978"], ["updated_at", "2018-10-11 16:42:04.696978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.698721"], ["updated_at", "2018-10-11 16:42:04.698721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.700266"], ["updated_at", "2018-10-11 16:42:04.700266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.701923"], ["updated_at", "2018-10-11 16:42:04.701923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.703993"], ["updated_at", "2018-10-11 16:42:04.703993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.705584"], ["updated_at", "2018-10-11 16:42:04.705584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.707154"], ["updated_at", "2018-10-11 16:42:04.707154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.708764"], ["updated_at", "2018-10-11 16:42:04.708764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.710463"], ["updated_at", "2018-10-11 16:42:04.710463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.712209"], ["updated_at", "2018-10-11 16:42:04.712209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.714007"], ["updated_at", "2018-10-11 16:42:04.714007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.715660"], ["updated_at", "2018-10-11 16:42:04.715660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.717282"], ["updated_at", "2018-10-11 16:42:04.717282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.718861"], ["updated_at", "2018-10-11 16:42:04.718861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.720464"], ["updated_at", "2018-10-11 16:42:04.720464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.722001"], ["updated_at", "2018-10-11 16:42:04.722001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.723608"], ["updated_at", "2018-10-11 16:42:04.723608"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.725463"], ["updated_at", "2018-10-11 16:42:04.725463"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.728492"], ["updated_at", "2018-10-11 16:42:04.728492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.730723"], ["updated_at", "2018-10-11 16:42:04.730723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.732541"], ["updated_at", "2018-10-11 16:42:04.732541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.734184"], ["updated_at", "2018-10-11 16:42:04.734184"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.735782"], ["updated_at", "2018-10-11 16:42:04.735782"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.737411"], ["updated_at", "2018-10-11 16:42:04.737411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.740275"], ["updated_at", "2018-10-11 16:42:04.740275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.741924"], ["updated_at", "2018-10-11 16:42:04.741924"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.743727"], ["updated_at", "2018-10-11 16:42:04.743727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.745492"], ["updated_at", "2018-10-11 16:42:04.745492"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.747282"], ["updated_at", "2018-10-11 16:42:04.747282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.749020"], ["updated_at", "2018-10-11 16:42:04.749020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.750673"], ["updated_at", "2018-10-11 16:42:04.750673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.752247"], ["updated_at", "2018-10-11 16:42:04.752247"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.753882"], ["updated_at", "2018-10-11 16:42:04.753882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.755462"], ["updated_at", "2018-10-11 16:42:04.755462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.757107"], ["updated_at", "2018-10-11 16:42:04.757107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.758734"], ["updated_at", "2018-10-11 16:42:04.758734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.760487"], ["updated_at", "2018-10-11 16:42:04.760487"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.762198"], ["updated_at", "2018-10-11 16:42:04.762198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.763970"], ["updated_at", "2018-10-11 16:42:04.763970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.765584"], ["updated_at", "2018-10-11 16:42:04.765584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.767191"], ["updated_at", "2018-10-11 16:42:04.767191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.768776"], ["updated_at", "2018-10-11 16:42:04.768776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.770437"], ["updated_at", "2018-10-11 16:42:04.770437"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.772002"], ["updated_at", "2018-10-11 16:42:04.772002"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.774902"], ["updated_at", "2018-10-11 16:42:04.774902"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.776881"], ["updated_at", "2018-10-11 16:42:04.776881"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.779157"], ["updated_at", "2018-10-11 16:42:04.779157"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.783727"], ["updated_at", "2018-10-11 16:42:04.783727"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.786378"], ["updated_at", "2018-10-11 16:42:04.786378"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.789371"], ["updated_at", "2018-10-11 16:42:04.789371"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.791874"], ["updated_at", "2018-10-11 16:42:04.791874"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.795827"], ["updated_at", "2018-10-11 16:42:04.795827"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.798129"], ["updated_at", "2018-10-11 16:42:04.798129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.800121"], ["updated_at", "2018-10-11 16:42:04.800121"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.801798"], ["updated_at", "2018-10-11 16:42:04.801798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.803974"], ["updated_at", "2018-10-11 16:42:04.803974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.805841"], ["updated_at", "2018-10-11 16:42:04.805841"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.808702"], ["updated_at", "2018-10-11 16:42:04.808702"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.810695"], ["updated_at", "2018-10-11 16:42:04.810695"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.812801"], ["updated_at", "2018-10-11 16:42:04.812801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.814582"], ["updated_at", "2018-10-11 16:42:04.814582"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.816208"], ["updated_at", "2018-10-11 16:42:04.816208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.817916"], ["updated_at", "2018-10-11 16:42:04.817916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.819457"], ["updated_at", "2018-10-11 16:42:04.819457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.821073"], ["updated_at", "2018-10-11 16:42:04.821073"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.822735"], ["updated_at", "2018-10-11 16:42:04.822735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.824603"], ["updated_at", "2018-10-11 16:42:04.824603"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.826652"], ["updated_at", "2018-10-11 16:42:04.826652"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.828483"], ["updated_at", "2018-10-11 16:42:04.828483"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.830437"], ["updated_at", "2018-10-11 16:42:04.830437"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.832246"], ["updated_at", "2018-10-11 16:42:04.832246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.833919"], ["updated_at", "2018-10-11 16:42:04.833919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.835505"], ["updated_at", "2018-10-11 16:42:04.835505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.837263"], ["updated_at", "2018-10-11 16:42:04.837263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.838865"], ["updated_at", "2018-10-11 16:42:04.838865"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.840517"], ["updated_at", "2018-10-11 16:42:04.840517"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.842317"], ["updated_at", "2018-10-11 16:42:04.842317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.844189"], ["updated_at", "2018-10-11 16:42:04.844189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.846030"], ["updated_at", "2018-10-11 16:42:04.846030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.847989"], ["updated_at", "2018-10-11 16:42:04.847989"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.849609"], ["updated_at", "2018-10-11 16:42:04.849609"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.851340"], ["updated_at", "2018-10-11 16:42:04.851340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.853060"], ["updated_at", "2018-10-11 16:42:04.853060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.854727"], ["updated_at", "2018-10-11 16:42:04.854727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.856396"], ["updated_at", "2018-10-11 16:42:04.856396"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.858088"], ["updated_at", "2018-10-11 16:42:04.858088"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.861168"], ["updated_at", "2018-10-11 16:42:04.861168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.863865"], ["updated_at", "2018-10-11 16:42:04.863865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.865627"], ["updated_at", "2018-10-11 16:42:04.865627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.867591"], ["updated_at", "2018-10-11 16:42:04.867591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.869207"], ["updated_at", "2018-10-11 16:42:04.869207"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.870821"], ["updated_at", "2018-10-11 16:42:04.870821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.873818"], ["updated_at", "2018-10-11 16:42:04.873818"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.875564"], ["updated_at", "2018-10-11 16:42:04.875564"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.877305"], ["updated_at", "2018-10-11 16:42:04.877305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.879054"], ["updated_at", "2018-10-11 16:42:04.879054"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.880837"], ["updated_at", "2018-10-11 16:42:04.880837"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.882682"], ["updated_at", "2018-10-11 16:42:04.882682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.885019"], ["updated_at", "2018-10-11 16:42:04.885019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.886867"], ["updated_at", "2018-10-11 16:42:04.886867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.888534"], ["updated_at", "2018-10-11 16:42:04.888534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.890139"], ["updated_at", "2018-10-11 16:42:04.890139"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.891773"], ["updated_at", "2018-10-11 16:42:04.891773"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.893937"], ["updated_at", "2018-10-11 16:42:04.893937"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.896072"], ["updated_at", "2018-10-11 16:42:04.896072"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.898017"], ["updated_at", "2018-10-11 16:42:04.898017"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.900404"], ["updated_at", "2018-10-11 16:42:04.900404"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.902622"], ["updated_at", "2018-10-11 16:42:04.902622"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.904548"], ["updated_at", "2018-10-11 16:42:04.904548"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.907153"], ["updated_at", "2018-10-11 16:42:04.907153"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.909881"], ["updated_at", "2018-10-11 16:42:04.909881"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.912873"], ["updated_at", "2018-10-11 16:42:04.912873"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.915694"], ["updated_at", "2018-10-11 16:42:04.915694"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.918306"], ["updated_at", "2018-10-11 16:42:04.918306"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.920982"], ["updated_at", "2018-10-11 16:42:04.920982"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.923580"], ["updated_at", "2018-10-11 16:42:04.923580"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.926232"], ["updated_at", "2018-10-11 16:42:04.926232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.928839"], ["updated_at", "2018-10-11 16:42:04.928839"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.930655"], ["updated_at", "2018-10-11 16:42:04.930655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.932517"], ["updated_at", "2018-10-11 16:42:04.932517"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.934122"], ["updated_at", "2018-10-11 16:42:04.934122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.935706"], ["updated_at", "2018-10-11 16:42:04.935706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.938455"], ["updated_at", "2018-10-11 16:42:04.938455"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.940050"], ["updated_at", "2018-10-11 16:42:04.940050"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.942048"], ["updated_at", "2018-10-11 16:42:04.942048"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.943986"], ["updated_at", "2018-10-11 16:42:04.943986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.945801"], ["updated_at", "2018-10-11 16:42:04.945801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.947504"], ["updated_at", "2018-10-11 16:42:04.947504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.949202"], ["updated_at", "2018-10-11 16:42:04.949202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.950797"], ["updated_at", "2018-10-11 16:42:04.950797"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.952432"], ["updated_at", "2018-10-11 16:42:04.952432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.954162"], ["updated_at", "2018-10-11 16:42:04.954162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.955801"], ["updated_at", "2018-10-11 16:42:04.955801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.957370"], ["updated_at", "2018-10-11 16:42:04.957370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.959001"], ["updated_at", "2018-10-11 16:42:04.959001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.960828"], ["updated_at", "2018-10-11 16:42:04.960828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.962529"], ["updated_at", "2018-10-11 16:42:04.962529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.964240"], ["updated_at", "2018-10-11 16:42:04.964240"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.966008"], ["updated_at", "2018-10-11 16:42:04.966008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.967645"], ["updated_at", "2018-10-11 16:42:04.967645"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.969229"], ["updated_at", "2018-10-11 16:42:04.969229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.970971"], ["updated_at", "2018-10-11 16:42:04.970971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.972611"], ["updated_at", "2018-10-11 16:42:04.972611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.974172"], ["updated_at", "2018-10-11 16:42:04.974172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.975824"], ["updated_at", "2018-10-11 16:42:04.975824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.977559"], ["updated_at", "2018-10-11 16:42:04.977559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.979312"], ["updated_at", "2018-10-11 16:42:04.979312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.981092"], ["updated_at", "2018-10-11 16:42:04.981092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.982759"], ["updated_at", "2018-10-11 16:42:04.982759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.984382"], ["updated_at", "2018-10-11 16:42:04.984382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.985978"], ["updated_at", "2018-10-11 16:42:04.985978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.987579"], ["updated_at", "2018-10-11 16:42:04.987579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.989216"], ["updated_at", "2018-10-11 16:42:04.989216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.990862"], ["updated_at", "2018-10-11 16:42:04.990862"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.992999"], ["updated_at", "2018-10-11 16:42:04.992999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.995894"], ["updated_at", "2018-10-11 16:42:04.995894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.998182"], ["updated_at", "2018-10-11 16:42:04.998182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:04.999924"], ["updated_at", "2018-10-11 16:42:04.999924"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.001520"], ["updated_at", "2018-10-11 16:42:05.001520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.003072"], ["updated_at", "2018-10-11 16:42:05.003072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.004720"], ["updated_at", "2018-10-11 16:42:05.004720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.007194"], ["updated_at", "2018-10-11 16:42:05.007194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.008873"], ["updated_at", "2018-10-11 16:42:05.008873"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.010697"], ["updated_at", "2018-10-11 16:42:05.010697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.012533"], ["updated_at", "2018-10-11 16:42:05.012533"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.014245"], ["updated_at", "2018-10-11 16:42:05.014245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.017068"], ["updated_at", "2018-10-11 16:42:05.017068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.018785"], ["updated_at", "2018-10-11 16:42:05.018785"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.020651"], ["updated_at", "2018-10-11 16:42:05.020651"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.022512"], ["updated_at", "2018-10-11 16:42:05.022512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.024540"], ["updated_at", "2018-10-11 16:42:05.024540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.026388"], ["updated_at", "2018-10-11 16:42:05.026388"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.028136"], ["updated_at", "2018-10-11 16:42:05.028136"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.030466"], ["updated_at", "2018-10-11 16:42:05.030466"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.033166"], ["updated_at", "2018-10-11 16:42:05.033166"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.035763"], ["updated_at", "2018-10-11 16:42:05.035763"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.038407"], ["updated_at", "2018-10-11 16:42:05.038407"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.040996"], ["updated_at", "2018-10-11 16:42:05.040996"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.043666"], ["updated_at", "2018-10-11 16:42:05.043666"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.046550"], ["updated_at", "2018-10-11 16:42:05.046550"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.049115"], ["updated_at", "2018-10-11 16:42:05.049115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.050854"], ["updated_at", "2018-10-11 16:42:05.050854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.052553"], ["updated_at", "2018-10-11 16:42:05.052553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.054116"], ["updated_at", "2018-10-11 16:42:05.054116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.055723"], ["updated_at", "2018-10-11 16:42:05.055723"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.057323"], ["updated_at", "2018-10-11 16:42:05.057323"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.059550"], ["updated_at", "2018-10-11 16:42:05.059550"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.062659"], ["updated_at", "2018-10-11 16:42:05.062659"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.064805"], ["updated_at", "2018-10-11 16:42:05.064805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.066804"], ["updated_at", "2018-10-11 16:42:05.066804"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.068531"], ["updated_at", "2018-10-11 16:42:05.068531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.070130"], ["updated_at", "2018-10-11 16:42:05.070130"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.071863"], ["updated_at", "2018-10-11 16:42:05.071863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.074774"], ["updated_at", "2018-10-11 16:42:05.074774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.076722"], ["updated_at", "2018-10-11 16:42:05.076722"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.078591"], ["updated_at", "2018-10-11 16:42:05.078591"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.080390"], ["updated_at", "2018-10-11 16:42:05.080390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.082288"], ["updated_at", "2018-10-11 16:42:05.082288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.083992"], ["updated_at", "2018-10-11 16:42:05.083992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.085597"], ["updated_at", "2018-10-11 16:42:05.085597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.087577"], ["updated_at", "2018-10-11 16:42:05.087577"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.089367"], ["updated_at", "2018-10-11 16:42:05.089367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.091085"], ["updated_at", "2018-10-11 16:42:05.091085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.092769"], ["updated_at", "2018-10-11 16:42:05.092769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.094498"], ["updated_at", "2018-10-11 16:42:05.094498"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.096208"], ["updated_at", "2018-10-11 16:42:05.096208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.097999"], ["updated_at", "2018-10-11 16:42:05.097999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.099779"], ["updated_at", "2018-10-11 16:42:05.099779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.101371"], ["updated_at", "2018-10-11 16:42:05.101371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.102929"], ["updated_at", "2018-10-11 16:42:05.102929"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.104603"], ["updated_at", "2018-10-11 16:42:05.104603"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.106323"], ["updated_at", "2018-10-11 16:42:05.106323"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.108530"], ["updated_at", "2018-10-11 16:42:05.108530"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.110413"], ["updated_at", "2018-10-11 16:42:05.110413"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.112702"], ["updated_at", "2018-10-11 16:42:05.112702"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.114626"], ["updated_at", "2018-10-11 16:42:05.114626"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.116383"], ["updated_at", "2018-10-11 16:42:05.116383"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.118399"], ["updated_at", "2018-10-11 16:42:05.118399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.120526"], ["updated_at", "2018-10-11 16:42:05.120526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.122233"], ["updated_at", "2018-10-11 16:42:05.122233"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.123949"], ["updated_at", "2018-10-11 16:42:05.123949"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.126114"], ["updated_at", "2018-10-11 16:42:05.126114"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.129265"], ["updated_at", "2018-10-11 16:42:05.129265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.131048"], ["updated_at", "2018-10-11 16:42:05.131048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.132847"], ["updated_at", "2018-10-11 16:42:05.132847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.134792"], ["updated_at", "2018-10-11 16:42:05.134792"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.136596"], ["updated_at", "2018-10-11 16:42:05.136596"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.140692"], ["updated_at", "2018-10-11 16:42:05.140692"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.143206"], ["updated_at", "2018-10-11 16:42:05.143206"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.145550"], ["updated_at", "2018-10-11 16:42:05.145550"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.148006"], ["updated_at", "2018-10-11 16:42:05.148006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.149964"], ["updated_at", "2018-10-11 16:42:05.149964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.151763"], ["updated_at", "2018-10-11 16:42:05.151763"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.153570"], ["updated_at", "2018-10-11 16:42:05.153570"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.156357"], ["updated_at", "2018-10-11 16:42:05.156357"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.159096"], ["updated_at", "2018-10-11 16:42:05.159096"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.161981"], ["updated_at", "2018-10-11 16:42:05.161981"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.164821"], ["updated_at", "2018-10-11 16:42:05.164821"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.167436"], ["updated_at", "2018-10-11 16:42:05.167436"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.170287"], ["updated_at", "2018-10-11 16:42:05.170287"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.173497"], ["updated_at", "2018-10-11 16:42:05.173497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.175387"], ["updated_at", "2018-10-11 16:42:05.175387"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.177116"], ["updated_at", "2018-10-11 16:42:05.177116"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.179743"], ["updated_at", "2018-10-11 16:42:05.179743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.181879"], ["updated_at", "2018-10-11 16:42:05.181879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.183470"], ["updated_at", "2018-10-11 16:42:05.183470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.186340"], ["updated_at", "2018-10-11 16:42:05.186340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.187987"], ["updated_at", "2018-10-11 16:42:05.187987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.189554"], ["updated_at", "2018-10-11 16:42:05.189554"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.191277"], ["updated_at", "2018-10-11 16:42:05.191277"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.194053"], ["updated_at", "2018-10-11 16:42:05.194053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.196344"], ["updated_at", "2018-10-11 16:42:05.196344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.198246"], ["updated_at", "2018-10-11 16:42:05.198246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.199869"], ["updated_at", "2018-10-11 16:42:05.199869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.201513"], ["updated_at", "2018-10-11 16:42:05.201513"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.203089"], ["updated_at", "2018-10-11 16:42:05.203089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.205970"], ["updated_at", "2018-10-11 16:42:05.205970"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.207604"], ["updated_at", "2018-10-11 16:42:05.207604"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.209592"], ["updated_at", "2018-10-11 16:42:05.209592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.211738"], ["updated_at", "2018-10-11 16:42:05.211738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.213868"], ["updated_at", "2018-10-11 16:42:05.213868"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.215797"], ["updated_at", "2018-10-11 16:42:05.215797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.217617"], ["updated_at", "2018-10-11 16:42:05.217617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.219274"], ["updated_at", "2018-10-11 16:42:05.219274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.221247"], ["updated_at", "2018-10-11 16:42:05.221247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.223138"], ["updated_at", "2018-10-11 16:42:05.223138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.224864"], ["updated_at", "2018-10-11 16:42:05.224864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.226571"], ["updated_at", "2018-10-11 16:42:05.226571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.228189"], ["updated_at", "2018-10-11 16:42:05.228189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.229842"], ["updated_at", "2018-10-11 16:42:05.229842"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.231433"], ["updated_at", "2018-10-11 16:42:05.231433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.233340"], ["updated_at", "2018-10-11 16:42:05.233340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.235028"], ["updated_at", "2018-10-11 16:42:05.235028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.236840"], ["updated_at", "2018-10-11 16:42:05.236840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.238463"], ["updated_at", "2018-10-11 16:42:05.238463"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.240054"], ["updated_at", "2018-10-11 16:42:05.240054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.241685"], ["updated_at", "2018-10-11 16:42:05.241685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.243317"], ["updated_at", "2018-10-11 16:42:05.243317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.244909"], ["updated_at", "2018-10-11 16:42:05.244909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.246526"], ["updated_at", "2018-10-11 16:42:05.246526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.248090"], ["updated_at", "2018-10-11 16:42:05.248090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.249694"], ["updated_at", "2018-10-11 16:42:05.249694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.251309"], ["updated_at", "2018-10-11 16:42:05.251309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.252875"], ["updated_at", "2018-10-11 16:42:05.252875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.254533"], ["updated_at", "2018-10-11 16:42:05.254533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.256084"], ["updated_at", "2018-10-11 16:42:05.256084"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.258037"], ["updated_at", "2018-10-11 16:42:05.258037"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.261260"], ["updated_at", "2018-10-11 16:42:05.261260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.263937"], ["updated_at", "2018-10-11 16:42:05.263937"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.265816"], ["updated_at", "2018-10-11 16:42:05.265816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.267810"], ["updated_at", "2018-10-11 16:42:05.267810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.269719"], ["updated_at", "2018-10-11 16:42:05.269719"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.271828"], ["updated_at", "2018-10-11 16:42:05.271828"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.275432"], ["updated_at", "2018-10-11 16:42:05.275432"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.278062"], ["updated_at", "2018-10-11 16:42:05.278062"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.280698"], ["updated_at", "2018-10-11 16:42:05.280698"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.283245"], ["updated_at", "2018-10-11 16:42:05.283245"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.285846"], ["updated_at", "2018-10-11 16:42:05.285846"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.288920"], ["updated_at", "2018-10-11 16:42:05.288920"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.291579"], ["updated_at", "2018-10-11 16:42:05.291579"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.294193"], ["updated_at", "2018-10-11 16:42:05.294193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.296790"], ["updated_at", "2018-10-11 16:42:05.296790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.298822"], ["updated_at", "2018-10-11 16:42:05.298822"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.300495"], ["updated_at", "2018-10-11 16:42:05.300495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.302243"], ["updated_at", "2018-10-11 16:42:05.302243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.303835"], ["updated_at", "2018-10-11 16:42:05.303835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.305441"], ["updated_at", "2018-10-11 16:42:05.305441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.307042"], ["updated_at", "2018-10-11 16:42:05.307042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.308588"], ["updated_at", "2018-10-11 16:42:05.308588"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.310509"], ["updated_at", "2018-10-11 16:42:05.310509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.312773"], ["updated_at", "2018-10-11 16:42:05.312773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.314343"], ["updated_at", "2018-10-11 16:42:05.314343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.315952"], ["updated_at", "2018-10-11 16:42:05.315952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.317516"], ["updated_at", "2018-10-11 16:42:05.317516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.319126"], ["updated_at", "2018-10-11 16:42:05.319126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.320680"], ["updated_at", "2018-10-11 16:42:05.320680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.322322"], ["updated_at", "2018-10-11 16:42:05.322322"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.323963"], ["updated_at", "2018-10-11 16:42:05.323963"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.326452"], ["updated_at", "2018-10-11 16:42:05.326452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.328814"], ["updated_at", "2018-10-11 16:42:05.328814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.330492"], ["updated_at", "2018-10-11 16:42:05.330492"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.332101"], ["updated_at", "2018-10-11 16:42:05.332101"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.333721"], ["updated_at", "2018-10-11 16:42:05.333721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.335800"], ["updated_at", "2018-10-11 16:42:05.335800"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.338511"], ["updated_at", "2018-10-11 16:42:05.338511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.340169"], ["updated_at", "2018-10-11 16:42:05.340169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.341739"], ["updated_at", "2018-10-11 16:42:05.341739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.343332"], ["updated_at", "2018-10-11 16:42:05.343332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.344997"], ["updated_at", "2018-10-11 16:42:05.344997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.346640"], ["updated_at", "2018-10-11 16:42:05.346640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.348207"], ["updated_at", "2018-10-11 16:42:05.348207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.349799"], ["updated_at", "2018-10-11 16:42:05.349799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.351389"], ["updated_at", "2018-10-11 16:42:05.351389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.353034"], ["updated_at", "2018-10-11 16:42:05.353034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.354658"], ["updated_at", "2018-10-11 16:42:05.354658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.356213"], ["updated_at", "2018-10-11 16:42:05.356213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.357862"], ["updated_at", "2018-10-11 16:42:05.357862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.359438"], ["updated_at", "2018-10-11 16:42:05.359438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.361018"], ["updated_at", "2018-10-11 16:42:05.361018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.362654"], ["updated_at", "2018-10-11 16:42:05.362654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.364461"], ["updated_at", "2018-10-11 16:42:05.364461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.366185"], ["updated_at", "2018-10-11 16:42:05.366185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.367809"], ["updated_at", "2018-10-11 16:42:05.367809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.369407"], ["updated_at", "2018-10-11 16:42:05.369407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.371023"], ["updated_at", "2018-10-11 16:42:05.371023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.372599"], ["updated_at", "2018-10-11 16:42:05.372599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.374285"], ["updated_at", "2018-10-11 16:42:05.374285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.375987"], ["updated_at", "2018-10-11 16:42:05.375987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.377554"], ["updated_at", "2018-10-11 16:42:05.377554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.379165"], ["updated_at", "2018-10-11 16:42:05.379165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.380952"], ["updated_at", "2018-10-11 16:42:05.380952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.382524"], ["updated_at", "2018-10-11 16:42:05.382524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.384142"], ["updated_at", "2018-10-11 16:42:05.384142"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.385719"], ["updated_at", "2018-10-11 16:42:05.385719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.387391"], ["updated_at", "2018-10-11 16:42:05.387391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.389069"], ["updated_at", "2018-10-11 16:42:05.389069"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.390640"], ["updated_at", "2018-10-11 16:42:05.390640"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.393142"], ["updated_at", "2018-10-11 16:42:05.393142"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.395842"], ["updated_at", "2018-10-11 16:42:05.395842"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.398055"], ["updated_at", "2018-10-11 16:42:05.398055"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.400066"], ["updated_at", "2018-10-11 16:42:05.400066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.401964"], ["updated_at", "2018-10-11 16:42:05.401964"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.403828"], ["updated_at", "2018-10-11 16:42:05.403828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.405764"], ["updated_at", "2018-10-11 16:42:05.405764"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.411065"], ["updated_at", "2018-10-11 16:42:05.411065"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.413754"], ["updated_at", "2018-10-11 16:42:05.413754"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.416430"], ["updated_at", "2018-10-11 16:42:05.416430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.418995"], ["updated_at", "2018-10-11 16:42:05.418995"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.420804"], ["updated_at", "2018-10-11 16:42:05.420804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.422510"], ["updated_at", "2018-10-11 16:42:05.422510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.424101"], ["updated_at", "2018-10-11 16:42:05.424101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.425727"], ["updated_at", "2018-10-11 16:42:05.425727"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.427484"], ["updated_at", "2018-10-11 16:42:05.427484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.429178"], ["updated_at", "2018-10-11 16:42:05.429178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.430823"], ["updated_at", "2018-10-11 16:42:05.430823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.432468"], ["updated_at", "2018-10-11 16:42:05.432468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.434045"], ["updated_at", "2018-10-11 16:42:05.434045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.435598"], ["updated_at", "2018-10-11 16:42:05.435598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.437210"], ["updated_at", "2018-10-11 16:42:05.437210"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.438805"], ["updated_at", "2018-10-11 16:42:05.438805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.440457"], ["updated_at", "2018-10-11 16:42:05.440457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.442039"], ["updated_at", "2018-10-11 16:42:05.442039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.443581"], ["updated_at", "2018-10-11 16:42:05.443581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.445218"], ["updated_at", "2018-10-11 16:42:05.445218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.446804"], ["updated_at", "2018-10-11 16:42:05.446804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.448403"], ["updated_at", "2018-10-11 16:42:05.448403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.450000"], ["updated_at", "2018-10-11 16:42:05.450000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.451549"], ["updated_at", "2018-10-11 16:42:05.451549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.453089"], ["updated_at", "2018-10-11 16:42:05.453089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.454679"], ["updated_at", "2018-10-11 16:42:05.454679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.456308"], ["updated_at", "2018-10-11 16:42:05.456308"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.457907"], ["updated_at", "2018-10-11 16:42:05.457907"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.460273"], ["updated_at", "2018-10-11 16:42:05.460273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.462582"], ["updated_at", "2018-10-11 16:42:05.462582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.464289"], ["updated_at", "2018-10-11 16:42:05.464289"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.465903"], ["updated_at", "2018-10-11 16:42:05.465903"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.467554"], ["updated_at", "2018-10-11 16:42:05.467554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.469080"], ["updated_at", "2018-10-11 16:42:05.469080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.471863"], ["updated_at", "2018-10-11 16:42:05.471863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.473576"], ["updated_at", "2018-10-11 16:42:05.473576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.475114"], ["updated_at", "2018-10-11 16:42:05.475114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.476748"], ["updated_at", "2018-10-11 16:42:05.476748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.478470"], ["updated_at", "2018-10-11 16:42:05.478470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.480124"], ["updated_at", "2018-10-11 16:42:05.480124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.481780"], ["updated_at", "2018-10-11 16:42:05.481780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.483348"], ["updated_at", "2018-10-11 16:42:05.483348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.485009"], ["updated_at", "2018-10-11 16:42:05.485009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.486593"], ["updated_at", "2018-10-11 16:42:05.486593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.488173"], ["updated_at", "2018-10-11 16:42:05.488173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.489694"], ["updated_at", "2018-10-11 16:42:05.489694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.491314"], ["updated_at", "2018-10-11 16:42:05.491314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.492892"], ["updated_at", "2018-10-11 16:42:05.492892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.494491"], ["updated_at", "2018-10-11 16:42:05.494491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.496056"], ["updated_at", "2018-10-11 16:42:05.496056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.497651"], ["updated_at", "2018-10-11 16:42:05.497651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.499324"], ["updated_at", "2018-10-11 16:42:05.499324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.500885"], ["updated_at", "2018-10-11 16:42:05.500885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.502536"], ["updated_at", "2018-10-11 16:42:05.502536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.504120"], ["updated_at", "2018-10-11 16:42:05.504120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.505760"], ["updated_at", "2018-10-11 16:42:05.505760"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.507320"], ["updated_at", "2018-10-11 16:42:05.507320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.508997"], ["updated_at", "2018-10-11 16:42:05.508997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.510643"], ["updated_at", "2018-10-11 16:42:05.510643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.512202"], ["updated_at", "2018-10-11 16:42:05.512202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.513869"], ["updated_at", "2018-10-11 16:42:05.513869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.515625"], ["updated_at", "2018-10-11 16:42:05.515625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.517198"], ["updated_at", "2018-10-11 16:42:05.517198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.518820"], ["updated_at", "2018-10-11 16:42:05.518820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.520415"], ["updated_at", "2018-10-11 16:42:05.520415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.521996"], ["updated_at", "2018-10-11 16:42:05.521996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.523639"], ["updated_at", "2018-10-11 16:42:05.523639"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.525605"], ["updated_at", "2018-10-11 16:42:05.525605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.528672"], ["updated_at", "2018-10-11 16:42:05.528672"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.530834"], ["updated_at", "2018-10-11 16:42:05.530834"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.532885"], ["updated_at", "2018-10-11 16:42:05.532885"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.534969"], ["updated_at", "2018-10-11 16:42:05.534969"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.536858"], ["updated_at", "2018-10-11 16:42:05.536858"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.538746"], ["updated_at", "2018-10-11 16:42:05.538746"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.544554"], ["updated_at", "2018-10-11 16:42:05.544554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.546520"], ["updated_at", "2018-10-11 16:42:05.546520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.548094"], ["updated_at", "2018-10-11 16:42:05.548094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.549757"], ["updated_at", "2018-10-11 16:42:05.549757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.551321"], ["updated_at", "2018-10-11 16:42:05.551321"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.553064"], ["updated_at", "2018-10-11 16:42:05.553064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.556052"], ["updated_at", "2018-10-11 16:42:05.556052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.557719"], ["updated_at", "2018-10-11 16:42:05.557719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.559269"], ["updated_at", "2018-10-11 16:42:05.559269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.560997"], ["updated_at", "2018-10-11 16:42:05.560997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.562588"], ["updated_at", "2018-10-11 16:42:05.562588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.564139"], ["updated_at", "2018-10-11 16:42:05.564139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.565788"], ["updated_at", "2018-10-11 16:42:05.565788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.567349"], ["updated_at", "2018-10-11 16:42:05.567349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.569232"], ["updated_at", "2018-10-11 16:42:05.569232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.570926"], ["updated_at", "2018-10-11 16:42:05.570926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.572635"], ["updated_at", "2018-10-11 16:42:05.572635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.574420"], ["updated_at", "2018-10-11 16:42:05.574420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.575975"], ["updated_at", "2018-10-11 16:42:05.575975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.577916"], ["updated_at", "2018-10-11 16:42:05.577916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.579524"], ["updated_at", "2018-10-11 16:42:05.579524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.581132"], ["updated_at", "2018-10-11 16:42:05.581132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.582813"], ["updated_at", "2018-10-11 16:42:05.582813"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.584442"], ["updated_at", "2018-10-11 16:42:05.584442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.586561"], ["updated_at", "2018-10-11 16:42:05.586561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.588176"], ["updated_at", "2018-10-11 16:42:05.588176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.589858"], ["updated_at", "2018-10-11 16:42:05.589858"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.591563"], ["updated_at", "2018-10-11 16:42:05.591563"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.594494"], ["updated_at", "2018-10-11 16:42:05.594494"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.596884"], ["updated_at", "2018-10-11 16:42:05.596884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.598700"], ["updated_at", "2018-10-11 16:42:05.598700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.600343"], ["updated_at", "2018-10-11 16:42:05.600343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.602325"], ["updated_at", "2018-10-11 16:42:05.602325"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.604124"], ["updated_at", "2018-10-11 16:42:05.604124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.607564"], ["updated_at", "2018-10-11 16:42:05.607564"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.609215"], ["updated_at", "2018-10-11 16:42:05.609215"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.611316"], ["updated_at", "2018-10-11 16:42:05.611316"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.613077"], ["updated_at", "2018-10-11 16:42:05.613077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.614787"], ["updated_at", "2018-10-11 16:42:05.614787"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.616601"], ["updated_at", "2018-10-11 16:42:05.616601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.618708"], ["updated_at", "2018-10-11 16:42:05.618708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.620294"], ["updated_at", "2018-10-11 16:42:05.620294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.621955"], ["updated_at", "2018-10-11 16:42:05.621955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.623502"], ["updated_at", "2018-10-11 16:42:05.623502"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.625079"], ["updated_at", "2018-10-11 16:42:05.625079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.627217"], ["updated_at", "2018-10-11 16:42:05.627217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.628807"], ["updated_at", "2018-10-11 16:42:05.628807"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.630591"], ["updated_at", "2018-10-11 16:42:05.630591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.632249"], ["updated_at", "2018-10-11 16:42:05.632249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.634006"], ["updated_at", "2018-10-11 16:42:05.634006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.635734"], ["updated_at", "2018-10-11 16:42:05.635734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.637412"], ["updated_at", "2018-10-11 16:42:05.637412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.639055"], ["updated_at", "2018-10-11 16:42:05.639055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.640584"], ["updated_at", "2018-10-11 16:42:05.640584"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.642363"], ["updated_at", "2018-10-11 16:42:05.642363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.644050"], ["updated_at", "2018-10-11 16:42:05.644050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.645601"], ["updated_at", "2018-10-11 16:42:05.645601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.647218"], ["updated_at", "2018-10-11 16:42:05.647218"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.649143"], ["updated_at", "2018-10-11 16:42:05.649143"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.651938"], ["updated_at", "2018-10-11 16:42:05.651938"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.654622"], ["updated_at", "2018-10-11 16:42:05.654622"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.657736"], ["updated_at", "2018-10-11 16:42:05.657736"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.662783"], ["updated_at", "2018-10-11 16:42:05.662783"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.664804"], ["updated_at", "2018-10-11 16:42:05.664804"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.667363"], ["updated_at", "2018-10-11 16:42:05.667363"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.669317"], ["updated_at", "2018-10-11 16:42:05.669317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.671110"], ["updated_at", "2018-10-11 16:42:05.671110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.672666"], ["updated_at", "2018-10-11 16:42:05.672666"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.675876"], ["updated_at", "2018-10-11 16:42:05.675876"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.677720"], ["updated_at", "2018-10-11 16:42:05.677720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.679395"], ["updated_at", "2018-10-11 16:42:05.679395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.680999"], ["updated_at", "2018-10-11 16:42:05.680999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.682940"], ["updated_at", "2018-10-11 16:42:05.682940"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.684766"], ["updated_at", "2018-10-11 16:42:05.684766"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.686490"], ["updated_at", "2018-10-11 16:42:05.686490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.688161"], ["updated_at", "2018-10-11 16:42:05.688161"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.689735"], ["updated_at", "2018-10-11 16:42:05.689735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.691828"], ["updated_at", "2018-10-11 16:42:05.691828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.693510"], ["updated_at", "2018-10-11 16:42:05.693510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.695133"], ["updated_at", "2018-10-11 16:42:05.695133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.696719"], ["updated_at", "2018-10-11 16:42:05.696719"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.698330"], ["updated_at", "2018-10-11 16:42:05.698330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.700424"], ["updated_at", "2018-10-11 16:42:05.700424"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.702466"], ["updated_at", "2018-10-11 16:42:05.702466"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.704212"], ["updated_at", "2018-10-11 16:42:05.704212"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.705958"], ["updated_at", "2018-10-11 16:42:05.705958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.708077"], ["updated_at", "2018-10-11 16:42:05.708077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.709778"], ["updated_at", "2018-10-11 16:42:05.709778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.711421"], ["updated_at", "2018-10-11 16:42:05.711421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.712994"], ["updated_at", "2018-10-11 16:42:05.712994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.714743"], ["updated_at", "2018-10-11 16:42:05.714743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.716572"], ["updated_at", "2018-10-11 16:42:05.716572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.718176"], ["updated_at", "2018-10-11 16:42:05.718176"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.719738"], ["updated_at", "2018-10-11 16:42:05.719738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.721561"], ["updated_at", "2018-10-11 16:42:05.721561"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.723514"], ["updated_at", "2018-10-11 16:42:05.723514"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.725286"], ["updated_at", "2018-10-11 16:42:05.725286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.727733"], ["updated_at", "2018-10-11 16:42:05.727733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.729751"], ["updated_at", "2018-10-11 16:42:05.729751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.731759"], ["updated_at", "2018-10-11 16:42:05.731759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.733432"], ["updated_at", "2018-10-11 16:42:05.733432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.735039"], ["updated_at", "2018-10-11 16:42:05.735039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.736719"], ["updated_at", "2018-10-11 16:42:05.736719"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.740110"], ["updated_at", "2018-10-11 16:42:05.740110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.741830"], ["updated_at", "2018-10-11 16:42:05.741830"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.743504"], ["updated_at", "2018-10-11 16:42:05.743504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.745181"], ["updated_at", "2018-10-11 16:42:05.745181"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.746965"], ["updated_at", "2018-10-11 16:42:05.746965"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.749521"], ["updated_at", "2018-10-11 16:42:05.749521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.751947"], ["updated_at", "2018-10-11 16:42:05.751947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.753665"], ["updated_at", "2018-10-11 16:42:05.753665"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.755904"], ["updated_at", "2018-10-11 16:42:05.755904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.757928"], ["updated_at", "2018-10-11 16:42:05.757928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.759614"], ["updated_at", "2018-10-11 16:42:05.759614"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.761485"], ["updated_at", "2018-10-11 16:42:05.761485"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.764274"], ["updated_at", "2018-10-11 16:42:05.764274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.766458"], ["updated_at", "2018-10-11 16:42:05.766458"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.768477"], ["updated_at", "2018-10-11 16:42:05.768477"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.770612"], ["updated_at", "2018-10-11 16:42:05.770612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.772610"], ["updated_at", "2018-10-11 16:42:05.772610"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.774480"], ["updated_at", "2018-10-11 16:42:05.774480"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.777187"], ["updated_at", "2018-10-11 16:42:05.777187"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.779855"], ["updated_at", "2018-10-11 16:42:05.779855"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.782513"], ["updated_at", "2018-10-11 16:42:05.782513"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.786137"], ["updated_at", "2018-10-11 16:42:05.786137"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.788795"], ["updated_at", "2018-10-11 16:42:05.788795"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.791300"], ["updated_at", "2018-10-11 16:42:05.791300"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.794079"], ["updated_at", "2018-10-11 16:42:05.794079"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.797906"], ["updated_at", "2018-10-11 16:42:05.797906"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.799824"], ["updated_at", "2018-10-11 16:42:05.799824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.801956"], ["updated_at", "2018-10-11 16:42:05.801956"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.804143"], ["updated_at", "2018-10-11 16:42:05.804143"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.806110"], ["updated_at", "2018-10-11 16:42:05.806110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.830854"], ["updated_at", "2018-10-11 16:42:05.830854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.832582"], ["updated_at", "2018-10-11 16:42:05.832582"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.834456"], ["updated_at", "2018-10-11 16:42:05.834456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.837298"], ["updated_at", "2018-10-11 16:42:05.837298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.838947"], ["updated_at", "2018-10-11 16:42:05.838947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.840541"], ["updated_at", "2018-10-11 16:42:05.840541"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.842254"], ["updated_at", "2018-10-11 16:42:05.842254"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.844566"], ["updated_at", "2018-10-11 16:42:05.844566"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.848609"], ["updated_at", "2018-10-11 16:42:05.848609"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.851397"], ["updated_at", "2018-10-11 16:42:05.851397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.853765"], ["updated_at", "2018-10-11 16:42:05.853765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.855367"], ["updated_at", "2018-10-11 16:42:05.855367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.856937"], ["updated_at", "2018-10-11 16:42:05.856937"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.858822"], ["updated_at", "2018-10-11 16:42:05.858822"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.862132"], ["updated_at", "2018-10-11 16:42:05.862132"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.865800"], ["updated_at", "2018-10-11 16:42:05.865800"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.869022"], ["updated_at", "2018-10-11 16:42:05.869022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.871825"], ["updated_at", "2018-10-11 16:42:05.871825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.873293"], ["updated_at", "2018-10-11 16:42:05.873293"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.874957"], ["updated_at", "2018-10-11 16:42:05.874957"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.878622"], ["updated_at", "2018-10-11 16:42:05.878622"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.882403"], ["updated_at", "2018-10-11 16:42:05.882403"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.884702"], ["updated_at", "2018-10-11 16:42:05.884702"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.886989"], ["updated_at", "2018-10-11 16:42:05.886989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.888935"], ["updated_at", "2018-10-11 16:42:05.888935"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.890566"], ["updated_at", "2018-10-11 16:42:05.890566"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.892221"], ["updated_at", "2018-10-11 16:42:05.892221"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.894836"], ["updated_at", "2018-10-11 16:42:05.894836"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.898095"], ["updated_at", "2018-10-11 16:42:05.898095"], ["parent_id", 39895952907]] Kithe::Work Create (2.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.901968"], ["updated_at", "2018-10-11 16:42:05.901968"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.906323"], ["updated_at", "2018-10-11 16:42:05.906323"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.908825"], ["updated_at", "2018-10-11 16:42:05.908825"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.912758"], ["updated_at", "2018-10-11 16:42:05.912758"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.917235"], ["updated_at", "2018-10-11 16:42:05.917235"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.920557"], ["updated_at", "2018-10-11 16:42:05.920557"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.923096"], ["updated_at", "2018-10-11 16:42:05.923096"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.926270"], ["updated_at", "2018-10-11 16:42:05.926270"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.929189"], ["updated_at", "2018-10-11 16:42:05.929189"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.933390"], ["updated_at", "2018-10-11 16:42:05.933390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.936734"], ["updated_at", "2018-10-11 16:42:05.936734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.938367"], ["updated_at", "2018-10-11 16:42:05.938367"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.939934"], ["updated_at", "2018-10-11 16:42:05.939934"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.943635"], ["updated_at", "2018-10-11 16:42:05.943635"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.945525"], ["updated_at", "2018-10-11 16:42:05.945525"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.949208"], ["updated_at", "2018-10-11 16:42:05.949208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.952154"], ["updated_at", "2018-10-11 16:42:05.952154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.953848"], ["updated_at", "2018-10-11 16:42:05.953848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.955451"], ["updated_at", "2018-10-11 16:42:05.955451"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.957461"], ["updated_at", "2018-10-11 16:42:05.957461"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.959328"], ["updated_at", "2018-10-11 16:42:05.959328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.961284"], ["updated_at", "2018-10-11 16:42:05.961284"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.964044"], ["updated_at", "2018-10-11 16:42:05.964044"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.967686"], ["updated_at", "2018-10-11 16:42:05.967686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.969938"], ["updated_at", "2018-10-11 16:42:05.969938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.971535"], ["updated_at", "2018-10-11 16:42:05.971535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.973448"], ["updated_at", "2018-10-11 16:42:05.973448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.975081"], ["updated_at", "2018-10-11 16:42:05.975081"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.976748"], ["updated_at", "2018-10-11 16:42:05.976748"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.978887"], ["updated_at", "2018-10-11 16:42:05.978887"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.983038"], ["updated_at", "2018-10-11 16:42:05.983038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.986366"], ["updated_at", "2018-10-11 16:42:05.986366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.988077"], ["updated_at", "2018-10-11 16:42:05.988077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.989665"], ["updated_at", "2018-10-11 16:42:05.989665"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.991564"], ["updated_at", "2018-10-11 16:42:05.991564"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.994798"], ["updated_at", "2018-10-11 16:42:05.994798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.997343"], ["updated_at", "2018-10-11 16:42:05.997343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:05.999276"], ["updated_at", "2018-10-11 16:42:05.999276"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.001230"], ["updated_at", "2018-10-11 16:42:06.001230"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.003399"], ["updated_at", "2018-10-11 16:42:06.003399"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.005346"], ["updated_at", "2018-10-11 16:42:06.005346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.008184"], ["updated_at", "2018-10-11 16:42:06.008184"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.011251"], ["updated_at", "2018-10-11 16:42:06.011251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.013364"], ["updated_at", "2018-10-11 16:42:06.013364"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.015161"], ["updated_at", "2018-10-11 16:42:06.015161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.016885"], ["updated_at", "2018-10-11 16:42:06.016885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.018748"], ["updated_at", "2018-10-11 16:42:06.018748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.020459"], ["updated_at", "2018-10-11 16:42:06.020459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.022006"], ["updated_at", "2018-10-11 16:42:06.022006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.023665"], ["updated_at", "2018-10-11 16:42:06.023665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.025218"], ["updated_at", "2018-10-11 16:42:06.025218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.026865"], ["updated_at", "2018-10-11 16:42:06.026865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.028602"], ["updated_at", "2018-10-11 16:42:06.028602"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.030545"], ["updated_at", "2018-10-11 16:42:06.030545"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.033304"], ["updated_at", "2018-10-11 16:42:06.033304"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.036019"], ["updated_at", "2018-10-11 16:42:06.036019"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.038692"], ["updated_at", "2018-10-11 16:42:06.038692"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.041358"], ["updated_at", "2018-10-11 16:42:06.041358"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.044005"], ["updated_at", "2018-10-11 16:42:06.044005"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.046773"], ["updated_at", "2018-10-11 16:42:06.046773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.049489"], ["updated_at", "2018-10-11 16:42:06.049489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.051260"], ["updated_at", "2018-10-11 16:42:06.051260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.052853"], ["updated_at", "2018-10-11 16:42:06.052853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.054419"], ["updated_at", "2018-10-11 16:42:06.054419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.056089"], ["updated_at", "2018-10-11 16:42:06.056089"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.057802"], ["updated_at", "2018-10-11 16:42:06.057802"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.060416"], ["updated_at", "2018-10-11 16:42:06.060416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.062416"], ["updated_at", "2018-10-11 16:42:06.062416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.064051"], ["updated_at", "2018-10-11 16:42:06.064051"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.065698"], ["updated_at", "2018-10-11 16:42:06.065698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.067571"], ["updated_at", "2018-10-11 16:42:06.067571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.069449"], ["updated_at", "2018-10-11 16:42:06.069449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.072323"], ["updated_at", "2018-10-11 16:42:06.072323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.074009"], ["updated_at", "2018-10-11 16:42:06.074009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.075628"], ["updated_at", "2018-10-11 16:42:06.075628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.077339"], ["updated_at", "2018-10-11 16:42:06.077339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.079045"], ["updated_at", "2018-10-11 16:42:06.079045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.080610"], ["updated_at", "2018-10-11 16:42:06.080610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.082220"], ["updated_at", "2018-10-11 16:42:06.082220"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.083839"], ["updated_at", "2018-10-11 16:42:06.083839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.085676"], ["updated_at", "2018-10-11 16:42:06.085676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.087332"], ["updated_at", "2018-10-11 16:42:06.087332"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.088926"], ["updated_at", "2018-10-11 16:42:06.088926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.090581"], ["updated_at", "2018-10-11 16:42:06.090581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.092186"], ["updated_at", "2018-10-11 16:42:06.092186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.093817"], ["updated_at", "2018-10-11 16:42:06.093817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.095346"], ["updated_at", "2018-10-11 16:42:06.095346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.096971"], ["updated_at", "2018-10-11 16:42:06.096971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.098531"], ["updated_at", "2018-10-11 16:42:06.098531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.100116"], ["updated_at", "2018-10-11 16:42:06.100116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.101725"], ["updated_at", "2018-10-11 16:42:06.101725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.103374"], ["updated_at", "2018-10-11 16:42:06.103374"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.104923"], ["updated_at", "2018-10-11 16:42:06.104923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.106822"], ["updated_at", "2018-10-11 16:42:06.106822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.108534"], ["updated_at", "2018-10-11 16:42:06.108534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.110125"], ["updated_at", "2018-10-11 16:42:06.110125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.111786"], ["updated_at", "2018-10-11 16:42:06.111786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.113505"], ["updated_at", "2018-10-11 16:42:06.113505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.115099"], ["updated_at", "2018-10-11 16:42:06.115099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.116701"], ["updated_at", "2018-10-11 16:42:06.116701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.118245"], ["updated_at", "2018-10-11 16:42:06.118245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.119950"], ["updated_at", "2018-10-11 16:42:06.119950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.121534"], ["updated_at", "2018-10-11 16:42:06.121534"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.123064"], ["updated_at", "2018-10-11 16:42:06.123064"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.124741"], ["updated_at", "2018-10-11 16:42:06.124741"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.127840"], ["updated_at", "2018-10-11 16:42:06.127840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.129624"], ["updated_at", "2018-10-11 16:42:06.129624"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.131307"], ["updated_at", "2018-10-11 16:42:06.131307"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.132900"], ["updated_at", "2018-10-11 16:42:06.132900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.134453"], ["updated_at", "2018-10-11 16:42:06.134453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.136048"], ["updated_at", "2018-10-11 16:42:06.136048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.139130"], ["updated_at", "2018-10-11 16:42:06.139130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.140772"], ["updated_at", "2018-10-11 16:42:06.140772"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.142340"], ["updated_at", "2018-10-11 16:42:06.142340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.144010"], ["updated_at", "2018-10-11 16:42:06.144010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.145661"], ["updated_at", "2018-10-11 16:42:06.145661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.147226"], ["updated_at", "2018-10-11 16:42:06.147226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.148878"], ["updated_at", "2018-10-11 16:42:06.148878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.150421"], ["updated_at", "2018-10-11 16:42:06.150421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.152036"], ["updated_at", "2018-10-11 16:42:06.152036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.153639"], ["updated_at", "2018-10-11 16:42:06.153639"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.155616"], ["updated_at", "2018-10-11 16:42:06.155616"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.158266"], ["updated_at", "2018-10-11 16:42:06.158266"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.160982"], ["updated_at", "2018-10-11 16:42:06.160982"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.163631"], ["updated_at", "2018-10-11 16:42:06.163631"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.166319"], ["updated_at", "2018-10-11 16:42:06.166319"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.168973"], ["updated_at", "2018-10-11 16:42:06.168973"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.171625"], ["updated_at", "2018-10-11 16:42:06.171625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.174249"], ["updated_at", "2018-10-11 16:42:06.174249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.176124"], ["updated_at", "2018-10-11 16:42:06.176124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.177755"], ["updated_at", "2018-10-11 16:42:06.177755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.179451"], ["updated_at", "2018-10-11 16:42:06.179451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.181139"], ["updated_at", "2018-10-11 16:42:06.181139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.182755"], ["updated_at", "2018-10-11 16:42:06.182755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.184325"], ["updated_at", "2018-10-11 16:42:06.184325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.185973"], ["updated_at", "2018-10-11 16:42:06.185973"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.187651"], ["updated_at", "2018-10-11 16:42:06.187651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.189298"], ["updated_at", "2018-10-11 16:42:06.189298"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.190905"], ["updated_at", "2018-10-11 16:42:06.190905"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.193350"], ["updated_at", "2018-10-11 16:42:06.193350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.195360"], ["updated_at", "2018-10-11 16:42:06.195360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.196975"], ["updated_at", "2018-10-11 16:42:06.196975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.198760"], ["updated_at", "2018-10-11 16:42:06.198760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.200413"], ["updated_at", "2018-10-11 16:42:06.200413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.201956"], ["updated_at", "2018-10-11 16:42:06.201956"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.204716"], ["updated_at", "2018-10-11 16:42:06.204716"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.206395"], ["updated_at", "2018-10-11 16:42:06.206395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.208035"], ["updated_at", "2018-10-11 16:42:06.208035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.209637"], ["updated_at", "2018-10-11 16:42:06.209637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.211280"], ["updated_at", "2018-10-11 16:42:06.211280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.212984"], ["updated_at", "2018-10-11 16:42:06.212984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.214615"], ["updated_at", "2018-10-11 16:42:06.214615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.216170"], ["updated_at", "2018-10-11 16:42:06.216170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.217844"], ["updated_at", "2018-10-11 16:42:06.217844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.219384"], ["updated_at", "2018-10-11 16:42:06.219384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.221065"], ["updated_at", "2018-10-11 16:42:06.221065"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.222662"], ["updated_at", "2018-10-11 16:42:06.222662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.224305"], ["updated_at", "2018-10-11 16:42:06.224305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.225849"], ["updated_at", "2018-10-11 16:42:06.225849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.227468"], ["updated_at", "2018-10-11 16:42:06.227468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.229125"], ["updated_at", "2018-10-11 16:42:06.229125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.230731"], ["updated_at", "2018-10-11 16:42:06.230731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.232343"], ["updated_at", "2018-10-11 16:42:06.232343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.233932"], ["updated_at", "2018-10-11 16:42:06.233932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.235808"], ["updated_at", "2018-10-11 16:42:06.235808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.237459"], ["updated_at", "2018-10-11 16:42:06.237459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.239152"], ["updated_at", "2018-10-11 16:42:06.239152"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.240709"], ["updated_at", "2018-10-11 16:42:06.240709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.242371"], ["updated_at", "2018-10-11 16:42:06.242371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.243979"], ["updated_at", "2018-10-11 16:42:06.243979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.245534"], ["updated_at", "2018-10-11 16:42:06.245534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.247175"], ["updated_at", "2018-10-11 16:42:06.247175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.248835"], ["updated_at", "2018-10-11 16:42:06.248835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.250443"], ["updated_at", "2018-10-11 16:42:06.250443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.252064"], ["updated_at", "2018-10-11 16:42:06.252064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.253668"], ["updated_at", "2018-10-11 16:42:06.253668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.255289"], ["updated_at", "2018-10-11 16:42:06.255289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.256885"], ["updated_at", "2018-10-11 16:42:06.256885"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.258732"], ["updated_at", "2018-10-11 16:42:06.258732"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.261429"], ["updated_at", "2018-10-11 16:42:06.261429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.263330"], ["updated_at", "2018-10-11 16:42:06.263330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.265004"], ["updated_at", "2018-10-11 16:42:06.265004"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.266681"], ["updated_at", "2018-10-11 16:42:06.266681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.268302"], ["updated_at", "2018-10-11 16:42:06.268302"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.269907"], ["updated_at", "2018-10-11 16:42:06.269907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.272719"], ["updated_at", "2018-10-11 16:42:06.272719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.274339"], ["updated_at", "2018-10-11 16:42:06.274339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.275923"], ["updated_at", "2018-10-11 16:42:06.275923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.277585"], ["updated_at", "2018-10-11 16:42:06.277585"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.279407"], ["updated_at", "2018-10-11 16:42:06.279407"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.282092"], ["updated_at", "2018-10-11 16:42:06.282092"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.284737"], ["updated_at", "2018-10-11 16:42:06.284737"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.287578"], ["updated_at", "2018-10-11 16:42:06.287578"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.290225"], ["updated_at", "2018-10-11 16:42:06.290225"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.292870"], ["updated_at", "2018-10-11 16:42:06.292870"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.295459"], ["updated_at", "2018-10-11 16:42:06.295459"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.298014"], ["updated_at", "2018-10-11 16:42:06.298014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.300060"], ["updated_at", "2018-10-11 16:42:06.300060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.301582"], ["updated_at", "2018-10-11 16:42:06.301582"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.303460"], ["updated_at", "2018-10-11 16:42:06.303460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.305202"], ["updated_at", "2018-10-11 16:42:06.305202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.306873"], ["updated_at", "2018-10-11 16:42:06.306873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.308408"], ["updated_at", "2018-10-11 16:42:06.308408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.310018"], ["updated_at", "2018-10-11 16:42:06.310018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.311560"], ["updated_at", "2018-10-11 16:42:06.311560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.313154"], ["updated_at", "2018-10-11 16:42:06.313154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.314731"], ["updated_at", "2018-10-11 16:42:06.314731"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.316305"], ["updated_at", "2018-10-11 16:42:06.316305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.318032"], ["updated_at", "2018-10-11 16:42:06.318032"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.319609"], ["updated_at", "2018-10-11 16:42:06.319609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.321269"], ["updated_at", "2018-10-11 16:42:06.321269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.323000"], ["updated_at", "2018-10-11 16:42:06.323000"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.324741"], ["updated_at", "2018-10-11 16:42:06.324741"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.327038"], ["updated_at", "2018-10-11 16:42:06.327038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.328984"], ["updated_at", "2018-10-11 16:42:06.328984"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.330619"], ["updated_at", "2018-10-11 16:42:06.330619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.332278"], ["updated_at", "2018-10-11 16:42:06.332278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.333928"], ["updated_at", "2018-10-11 16:42:06.333928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.335615"], ["updated_at", "2018-10-11 16:42:06.335615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.338426"], ["updated_at", "2018-10-11 16:42:06.338426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.340142"], ["updated_at", "2018-10-11 16:42:06.340142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.341716"], ["updated_at", "2018-10-11 16:42:06.341716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.343328"], ["updated_at", "2018-10-11 16:42:06.343328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.345132"], ["updated_at", "2018-10-11 16:42:06.345132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.346739"], ["updated_at", "2018-10-11 16:42:06.346739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.348337"], ["updated_at", "2018-10-11 16:42:06.348337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.349936"], ["updated_at", "2018-10-11 16:42:06.349936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.351535"], ["updated_at", "2018-10-11 16:42:06.351535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.353099"], ["updated_at", "2018-10-11 16:42:06.353099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.354699"], ["updated_at", "2018-10-11 16:42:06.354699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.356462"], ["updated_at", "2018-10-11 16:42:06.356462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.358132"], ["updated_at", "2018-10-11 16:42:06.358132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.359755"], ["updated_at", "2018-10-11 16:42:06.359755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.361336"], ["updated_at", "2018-10-11 16:42:06.361336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.362943"], ["updated_at", "2018-10-11 16:42:06.362943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.364530"], ["updated_at", "2018-10-11 16:42:06.364530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.366137"], ["updated_at", "2018-10-11 16:42:06.366137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.367697"], ["updated_at", "2018-10-11 16:42:06.367697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.369279"], ["updated_at", "2018-10-11 16:42:06.369279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.371035"], ["updated_at", "2018-10-11 16:42:06.371035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.373906"], ["updated_at", "2018-10-11 16:42:06.373906"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.375520"], ["updated_at", "2018-10-11 16:42:06.375520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.377103"], ["updated_at", "2018-10-11 16:42:06.377103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.378788"], ["updated_at", "2018-10-11 16:42:06.378788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.380331"], ["updated_at", "2018-10-11 16:42:06.380331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.381929"], ["updated_at", "2018-10-11 16:42:06.381929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.383477"], ["updated_at", "2018-10-11 16:42:06.383477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.385111"], ["updated_at", "2018-10-11 16:42:06.385111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.386778"], ["updated_at", "2018-10-11 16:42:06.386778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.388300"], ["updated_at", "2018-10-11 16:42:06.388300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.389915"], ["updated_at", "2018-10-11 16:42:06.389915"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.391561"], ["updated_at", "2018-10-11 16:42:06.391561"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.394310"], ["updated_at", "2018-10-11 16:42:06.394310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.396361"], ["updated_at", "2018-10-11 16:42:06.396361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.398045"], ["updated_at", "2018-10-11 16:42:06.398045"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.399707"], ["updated_at", "2018-10-11 16:42:06.399707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.401776"], ["updated_at", "2018-10-11 16:42:06.401776"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.403624"], ["updated_at", "2018-10-11 16:42:06.403624"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.407144"], ["updated_at", "2018-10-11 16:42:06.407144"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.409792"], ["updated_at", "2018-10-11 16:42:06.409792"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.412194"], ["updated_at", "2018-10-11 16:42:06.412194"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.414736"], ["updated_at", "2018-10-11 16:42:06.414736"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.417474"], ["updated_at", "2018-10-11 16:42:06.417474"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.420110"], ["updated_at", "2018-10-11 16:42:06.420110"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.422715"], ["updated_at", "2018-10-11 16:42:06.422715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.424976"], ["updated_at", "2018-10-11 16:42:06.424976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.426668"], ["updated_at", "2018-10-11 16:42:06.426668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.428317"], ["updated_at", "2018-10-11 16:42:06.428317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.429906"], ["updated_at", "2018-10-11 16:42:06.429906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.431553"], ["updated_at", "2018-10-11 16:42:06.431553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.433167"], ["updated_at", "2018-10-11 16:42:06.433167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.434748"], ["updated_at", "2018-10-11 16:42:06.434748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.436378"], ["updated_at", "2018-10-11 16:42:06.436378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.437943"], ["updated_at", "2018-10-11 16:42:06.437943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.439605"], ["updated_at", "2018-10-11 16:42:06.439605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.441157"], ["updated_at", "2018-10-11 16:42:06.441157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.442785"], ["updated_at", "2018-10-11 16:42:06.442785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.444389"], ["updated_at", "2018-10-11 16:42:06.444389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.445992"], ["updated_at", "2018-10-11 16:42:06.445992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.447555"], ["updated_at", "2018-10-11 16:42:06.447555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.449201"], ["updated_at", "2018-10-11 16:42:06.449201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.450759"], ["updated_at", "2018-10-11 16:42:06.450759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.452399"], ["updated_at", "2018-10-11 16:42:06.452399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.453952"], ["updated_at", "2018-10-11 16:42:06.453952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.455570"], ["updated_at", "2018-10-11 16:42:06.455570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.457115"], ["updated_at", "2018-10-11 16:42:06.457115"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.458750"], ["updated_at", "2018-10-11 16:42:06.458750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.461373"], ["updated_at", "2018-10-11 16:42:06.461373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.463360"], ["updated_at", "2018-10-11 16:42:06.463360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.465069"], ["updated_at", "2018-10-11 16:42:06.465069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.466686"], ["updated_at", "2018-10-11 16:42:06.466686"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.468249"], ["updated_at", "2018-10-11 16:42:06.468249"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.469803"], ["updated_at", "2018-10-11 16:42:06.469803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.472553"], ["updated_at", "2018-10-11 16:42:06.472553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.474138"], ["updated_at", "2018-10-11 16:42:06.474138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.475778"], ["updated_at", "2018-10-11 16:42:06.475778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.477418"], ["updated_at", "2018-10-11 16:42:06.477418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.479084"], ["updated_at", "2018-10-11 16:42:06.479084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.480668"], ["updated_at", "2018-10-11 16:42:06.480668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.482220"], ["updated_at", "2018-10-11 16:42:06.482220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.483859"], ["updated_at", "2018-10-11 16:42:06.483859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.485483"], ["updated_at", "2018-10-11 16:42:06.485483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.487115"], ["updated_at", "2018-10-11 16:42:06.487115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.488684"], ["updated_at", "2018-10-11 16:42:06.488684"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.490540"], ["updated_at", "2018-10-11 16:42:06.490540"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.493486"], ["updated_at", "2018-10-11 16:42:06.493486"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.497068"], ["updated_at", "2018-10-11 16:42:06.497068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.498845"], ["updated_at", "2018-10-11 16:42:06.498845"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.500589"], ["updated_at", "2018-10-11 16:42:06.500589"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.502626"], ["updated_at", "2018-10-11 16:42:06.502626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.504420"], ["updated_at", "2018-10-11 16:42:06.504420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.506454"], ["updated_at", "2018-10-11 16:42:06.506454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.508535"], ["updated_at", "2018-10-11 16:42:06.508535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.510236"], ["updated_at", "2018-10-11 16:42:06.510236"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.513145"], ["updated_at", "2018-10-11 16:42:06.513145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.515162"], ["updated_at", "2018-10-11 16:42:06.515162"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.516822"], ["updated_at", "2018-10-11 16:42:06.516822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.518729"], ["updated_at", "2018-10-11 16:42:06.518729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.520394"], ["updated_at", "2018-10-11 16:42:06.520394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.521996"], ["updated_at", "2018-10-11 16:42:06.521996"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.523536"], ["updated_at", "2018-10-11 16:42:06.523536"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.526408"], ["updated_at", "2018-10-11 16:42:06.526408"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.531348"], ["updated_at", "2018-10-11 16:42:06.531348"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.533638"], ["updated_at", "2018-10-11 16:42:06.533638"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.536087"], ["updated_at", "2018-10-11 16:42:06.536087"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.538866"], ["updated_at", "2018-10-11 16:42:06.538866"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.542242"], ["updated_at", "2018-10-11 16:42:06.542242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.546129"], ["updated_at", "2018-10-11 16:42:06.546129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.548133"], ["updated_at", "2018-10-11 16:42:06.548133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.549837"], ["updated_at", "2018-10-11 16:42:06.549837"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.551528"], ["updated_at", "2018-10-11 16:42:06.551528"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.553260"], ["updated_at", "2018-10-11 16:42:06.553260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.555173"], ["updated_at", "2018-10-11 16:42:06.555173"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.557131"], ["updated_at", "2018-10-11 16:42:06.557131"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.559213"], ["updated_at", "2018-10-11 16:42:06.559213"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.560943"], ["updated_at", "2018-10-11 16:42:06.560943"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.563398"], ["updated_at", "2018-10-11 16:42:06.563398"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.565267"], ["updated_at", "2018-10-11 16:42:06.565267"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.566989"], ["updated_at", "2018-10-11 16:42:06.566989"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.568922"], ["updated_at", "2018-10-11 16:42:06.568922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.570997"], ["updated_at", "2018-10-11 16:42:06.570997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.573064"], ["updated_at", "2018-10-11 16:42:06.573064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.574944"], ["updated_at", "2018-10-11 16:42:06.574944"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.576604"], ["updated_at", "2018-10-11 16:42:06.576604"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.578548"], ["updated_at", "2018-10-11 16:42:06.578548"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.580541"], ["updated_at", "2018-10-11 16:42:06.580541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.582832"], ["updated_at", "2018-10-11 16:42:06.582832"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.584868"], ["updated_at", "2018-10-11 16:42:06.584868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.587347"], ["updated_at", "2018-10-11 16:42:06.587347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.589211"], ["updated_at", "2018-10-11 16:42:06.589211"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.591210"], ["updated_at", "2018-10-11 16:42:06.591210"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.594566"], ["updated_at", "2018-10-11 16:42:06.594566"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.596794"], ["updated_at", "2018-10-11 16:42:06.596794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.598666"], ["updated_at", "2018-10-11 16:42:06.598666"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.600503"], ["updated_at", "2018-10-11 16:42:06.600503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.603062"], ["updated_at", "2018-10-11 16:42:06.603062"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.604781"], ["updated_at", "2018-10-11 16:42:06.604781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.608241"], ["updated_at", "2018-10-11 16:42:06.608241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.609980"], ["updated_at", "2018-10-11 16:42:06.609980"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.611796"], ["updated_at", "2018-10-11 16:42:06.611796"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.613724"], ["updated_at", "2018-10-11 16:42:06.613724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.615493"], ["updated_at", "2018-10-11 16:42:06.615493"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.617108"], ["updated_at", "2018-10-11 16:42:06.617108"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.619886"], ["updated_at", "2018-10-11 16:42:06.619886"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.622909"], ["updated_at", "2018-10-11 16:42:06.622909"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.625358"], ["updated_at", "2018-10-11 16:42:06.625358"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.627731"], ["updated_at", "2018-10-11 16:42:06.627731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.630001"], ["updated_at", "2018-10-11 16:42:06.630001"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.632032"], ["updated_at", "2018-10-11 16:42:06.632032"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.634826"], ["updated_at", "2018-10-11 16:42:06.634826"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.637260"], ["updated_at", "2018-10-11 16:42:06.637260"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.639447"], ["updated_at", "2018-10-11 16:42:06.639447"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.642632"], ["updated_at", "2018-10-11 16:42:06.642632"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.644925"], ["updated_at", "2018-10-11 16:42:06.644925"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.647852"], ["updated_at", "2018-10-11 16:42:06.647852"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.650354"], ["updated_at", "2018-10-11 16:42:06.650354"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.653688"], ["updated_at", "2018-10-11 16:42:06.653688"], ["parent_id", 39895952907]] Kithe::Work Create (3.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.656457"], ["updated_at", "2018-10-11 16:42:06.656457"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.661957"], ["updated_at", "2018-10-11 16:42:06.661957"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.664838"], ["updated_at", "2018-10-11 16:42:06.664838"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.666901"], ["updated_at", "2018-10-11 16:42:06.666901"], ["parent_id", 39895952907]] Kithe::Work Create (3.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.669521"], ["updated_at", "2018-10-11 16:42:06.669521"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.674525"], ["updated_at", "2018-10-11 16:42:06.674525"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.677810"], ["updated_at", "2018-10-11 16:42:06.677810"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.680082"], ["updated_at", "2018-10-11 16:42:06.680082"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.682962"], ["updated_at", "2018-10-11 16:42:06.682962"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.684664"], ["updated_at", "2018-10-11 16:42:06.684664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.687583"], ["updated_at", "2018-10-11 16:42:06.687583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.689134"], ["updated_at", "2018-10-11 16:42:06.689134"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.690729"], ["updated_at", "2018-10-11 16:42:06.690729"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.692926"], ["updated_at", "2018-10-11 16:42:06.692926"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.694819"], ["updated_at", "2018-10-11 16:42:06.694819"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.697212"], ["updated_at", "2018-10-11 16:42:06.697212"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.700425"], ["updated_at", "2018-10-11 16:42:06.700425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.703552"], ["updated_at", "2018-10-11 16:42:06.703552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.705022"], ["updated_at", "2018-10-11 16:42:06.705022"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.706740"], ["updated_at", "2018-10-11 16:42:06.706740"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.708871"], ["updated_at", "2018-10-11 16:42:06.708871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.710613"], ["updated_at", "2018-10-11 16:42:06.710613"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.712657"], ["updated_at", "2018-10-11 16:42:06.712657"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.716679"], ["updated_at", "2018-10-11 16:42:06.716679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.719707"], ["updated_at", "2018-10-11 16:42:06.719707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.721297"], ["updated_at", "2018-10-11 16:42:06.721297"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.722956"], ["updated_at", "2018-10-11 16:42:06.722956"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.725799"], ["updated_at", "2018-10-11 16:42:06.725799"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.728270"], ["updated_at", "2018-10-11 16:42:06.728270"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.731552"], ["updated_at", "2018-10-11 16:42:06.731552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.736654"], ["updated_at", "2018-10-11 16:42:06.736654"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.738254"], ["updated_at", "2018-10-11 16:42:06.738254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.740494"], ["updated_at", "2018-10-11 16:42:06.740494"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.743494"], ["updated_at", "2018-10-11 16:42:06.743494"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.745461"], ["updated_at", "2018-10-11 16:42:06.745461"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.749201"], ["updated_at", "2018-10-11 16:42:06.749201"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.752115"], ["updated_at", "2018-10-11 16:42:06.752115"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.754797"], ["updated_at", "2018-10-11 16:42:06.754797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.757100"], ["updated_at", "2018-10-11 16:42:06.757100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.758776"], ["updated_at", "2018-10-11 16:42:06.758776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.760368"], ["updated_at", "2018-10-11 16:42:06.760368"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.762393"], ["updated_at", "2018-10-11 16:42:06.762393"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.765955"], ["updated_at", "2018-10-11 16:42:06.765955"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.768181"], ["updated_at", "2018-10-11 16:42:06.768181"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.770844"], ["updated_at", "2018-10-11 16:42:06.770844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.773271"], ["updated_at", "2018-10-11 16:42:06.773271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.774907"], ["updated_at", "2018-10-11 16:42:06.774907"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.776501"], ["updated_at", "2018-10-11 16:42:06.776501"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.778527"], ["updated_at", "2018-10-11 16:42:06.778527"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.787493"], ["updated_at", "2018-10-11 16:42:06.787493"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.795154"], ["updated_at", "2018-10-11 16:42:06.795154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.805476"], ["updated_at", "2018-10-11 16:42:06.805476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.807187"], ["updated_at", "2018-10-11 16:42:06.807187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.808784"], ["updated_at", "2018-10-11 16:42:06.808784"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.811657"], ["updated_at", "2018-10-11 16:42:06.811657"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.815092"], ["updated_at", "2018-10-11 16:42:06.815092"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.817628"], ["updated_at", "2018-10-11 16:42:06.817628"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.821019"], ["updated_at", "2018-10-11 16:42:06.821019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.822740"], ["updated_at", "2018-10-11 16:42:06.822740"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.824539"], ["updated_at", "2018-10-11 16:42:06.824539"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.826734"], ["updated_at", "2018-10-11 16:42:06.826734"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.831941"], ["updated_at", "2018-10-11 16:42:06.831941"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.834449"], ["updated_at", "2018-10-11 16:42:06.834449"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.837704"], ["updated_at", "2018-10-11 16:42:06.837704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.839417"], ["updated_at", "2018-10-11 16:42:06.839417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.840940"], ["updated_at", "2018-10-11 16:42:06.840940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.842483"], ["updated_at", "2018-10-11 16:42:06.842483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.844580"], ["updated_at", "2018-10-11 16:42:06.844580"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.847364"], ["updated_at", "2018-10-11 16:42:06.847364"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.850578"], ["updated_at", "2018-10-11 16:42:06.850578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.854157"], ["updated_at", "2018-10-11 16:42:06.854157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.855729"], ["updated_at", "2018-10-11 16:42:06.855729"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.857304"], ["updated_at", "2018-10-11 16:42:06.857304"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.859255"], ["updated_at", "2018-10-11 16:42:06.859255"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.862820"], ["updated_at", "2018-10-11 16:42:06.862820"], ["parent_id", 39895952907]] Kithe::Work Create (3.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.867088"], ["updated_at", "2018-10-11 16:42:06.867088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.871895"], ["updated_at", "2018-10-11 16:42:06.871895"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.873804"], ["updated_at", "2018-10-11 16:42:06.873804"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.877914"], ["updated_at", "2018-10-11 16:42:06.877914"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.879914"], ["updated_at", "2018-10-11 16:42:06.879914"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.883372"], ["updated_at", "2018-10-11 16:42:06.883372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.888316"], ["updated_at", "2018-10-11 16:42:06.888316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.889881"], ["updated_at", "2018-10-11 16:42:06.889881"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.891433"], ["updated_at", "2018-10-11 16:42:06.891433"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.893601"], ["updated_at", "2018-10-11 16:42:06.893601"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.895476"], ["updated_at", "2018-10-11 16:42:06.895476"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.898739"], ["updated_at", "2018-10-11 16:42:06.898739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.902911"], ["updated_at", "2018-10-11 16:42:06.902911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.904637"], ["updated_at", "2018-10-11 16:42:06.904637"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.906232"], ["updated_at", "2018-10-11 16:42:06.906232"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.908070"], ["updated_at", "2018-10-11 16:42:06.908070"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.911370"], ["updated_at", "2018-10-11 16:42:06.911370"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.914843"], ["updated_at", "2018-10-11 16:42:06.914843"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.920256"], ["updated_at", "2018-10-11 16:42:06.920256"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.923965"], ["updated_at", "2018-10-11 16:42:06.923965"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.929129"], ["updated_at", "2018-10-11 16:42:06.929129"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.931039"], ["updated_at", "2018-10-11 16:42:06.931039"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.933258"], ["updated_at", "2018-10-11 16:42:06.933258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.936934"], ["updated_at", "2018-10-11 16:42:06.936934"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.938754"], ["updated_at", "2018-10-11 16:42:06.938754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.942033"], ["updated_at", "2018-10-11 16:42:06.942033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.943807"], ["updated_at", "2018-10-11 16:42:06.943807"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.945507"], ["updated_at", "2018-10-11 16:42:06.945507"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.948596"], ["updated_at", "2018-10-11 16:42:06.948596"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.953135"], ["updated_at", "2018-10-11 16:42:06.953135"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.955019"], ["updated_at", "2018-10-11 16:42:06.955019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.956808"], ["updated_at", "2018-10-11 16:42:06.956808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.958448"], ["updated_at", "2018-10-11 16:42:06.958448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.960026"], ["updated_at", "2018-10-11 16:42:06.960026"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.961759"], ["updated_at", "2018-10-11 16:42:06.961759"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.964567"], ["updated_at", "2018-10-11 16:42:06.964567"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.967748"], ["updated_at", "2018-10-11 16:42:06.967748"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.971143"], ["updated_at", "2018-10-11 16:42:06.971143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.972812"], ["updated_at", "2018-10-11 16:42:06.972812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.974424"], ["updated_at", "2018-10-11 16:42:06.974424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.976088"], ["updated_at", "2018-10-11 16:42:06.976088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.977800"], ["updated_at", "2018-10-11 16:42:06.977800"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.979562"], ["updated_at", "2018-10-11 16:42:06.979562"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.982877"], ["updated_at", "2018-10-11 16:42:06.982877"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.985728"], ["updated_at", "2018-10-11 16:42:06.985728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.988244"], ["updated_at", "2018-10-11 16:42:06.988244"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.989904"], ["updated_at", "2018-10-11 16:42:06.989904"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.991767"], ["updated_at", "2018-10-11 16:42:06.991767"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.994239"], ["updated_at", "2018-10-11 16:42:06.994239"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.996418"], ["updated_at", "2018-10-11 16:42:06.996418"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:06.999807"], ["updated_at", "2018-10-11 16:42:06.999807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.004429"], ["updated_at", "2018-10-11 16:42:07.004429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.005948"], ["updated_at", "2018-10-11 16:42:07.005948"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.008441"], ["updated_at", "2018-10-11 16:42:07.008441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.010214"], ["updated_at", "2018-10-11 16:42:07.010214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.011962"], ["updated_at", "2018-10-11 16:42:07.011962"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.014354"], ["updated_at", "2018-10-11 16:42:07.014354"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.018540"], ["updated_at", "2018-10-11 16:42:07.018540"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.021260"], ["updated_at", "2018-10-11 16:42:07.021260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.023024"], ["updated_at", "2018-10-11 16:42:07.023024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.024619"], ["updated_at", "2018-10-11 16:42:07.024619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.026179"], ["updated_at", "2018-10-11 16:42:07.026179"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.027825"], ["updated_at", "2018-10-11 16:42:07.027825"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.030306"], ["updated_at", "2018-10-11 16:42:07.030306"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.033479"], ["updated_at", "2018-10-11 16:42:07.033479"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.038045"], ["updated_at", "2018-10-11 16:42:07.038045"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.041446"], ["updated_at", "2018-10-11 16:42:07.041446"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.044767"], ["updated_at", "2018-10-11 16:42:07.044767"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.048391"], ["updated_at", "2018-10-11 16:42:07.048391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.054734"], ["updated_at", "2018-10-11 16:42:07.054734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.056695"], ["updated_at", "2018-10-11 16:42:07.056695"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.058229"], ["updated_at", "2018-10-11 16:42:07.058229"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.060414"], ["updated_at", "2018-10-11 16:42:07.060414"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.062715"], ["updated_at", "2018-10-11 16:42:07.062715"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.065846"], ["updated_at", "2018-10-11 16:42:07.065846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.070447"], ["updated_at", "2018-10-11 16:42:07.070447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.071999"], ["updated_at", "2018-10-11 16:42:07.071999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.074917"], ["updated_at", "2018-10-11 16:42:07.074917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.076746"], ["updated_at", "2018-10-11 16:42:07.076746"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.078486"], ["updated_at", "2018-10-11 16:42:07.078486"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.081216"], ["updated_at", "2018-10-11 16:42:07.081216"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.084013"], ["updated_at", "2018-10-11 16:42:07.084013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.087006"], ["updated_at", "2018-10-11 16:42:07.087006"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.088959"], ["updated_at", "2018-10-11 16:42:07.088959"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.090736"], ["updated_at", "2018-10-11 16:42:07.090736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.092513"], ["updated_at", "2018-10-11 16:42:07.092513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.094167"], ["updated_at", "2018-10-11 16:42:07.094167"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.095858"], ["updated_at", "2018-10-11 16:42:07.095858"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.098952"], ["updated_at", "2018-10-11 16:42:07.098952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.103559"], ["updated_at", "2018-10-11 16:42:07.103559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.105171"], ["updated_at", "2018-10-11 16:42:07.105171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.106811"], ["updated_at", "2018-10-11 16:42:07.106811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.108396"], ["updated_at", "2018-10-11 16:42:07.108396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.109909"], ["updated_at", "2018-10-11 16:42:07.109909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.111482"], ["updated_at", "2018-10-11 16:42:07.111482"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.113329"], ["updated_at", "2018-10-11 16:42:07.113329"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.116711"], ["updated_at", "2018-10-11 16:42:07.116711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.120268"], ["updated_at", "2018-10-11 16:42:07.120268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.121838"], ["updated_at", "2018-10-11 16:42:07.121838"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.123425"], ["updated_at", "2018-10-11 16:42:07.123425"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.125290"], ["updated_at", "2018-10-11 16:42:07.125290"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.128614"], ["updated_at", "2018-10-11 16:42:07.128614"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.131381"], ["updated_at", "2018-10-11 16:42:07.131381"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.135897"], ["updated_at", "2018-10-11 16:42:07.135897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.138265"], ["updated_at", "2018-10-11 16:42:07.138265"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.140078"], ["updated_at", "2018-10-11 16:42:07.140078"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.143023"], ["updated_at", "2018-10-11 16:42:07.143023"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.144995"], ["updated_at", "2018-10-11 16:42:07.144995"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.147809"], ["updated_at", "2018-10-11 16:42:07.147809"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.150487"], ["updated_at", "2018-10-11 16:42:07.150487"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.153810"], ["updated_at", "2018-10-11 16:42:07.153810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.155491"], ["updated_at", "2018-10-11 16:42:07.155491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.157121"], ["updated_at", "2018-10-11 16:42:07.157121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.158703"], ["updated_at", "2018-10-11 16:42:07.158703"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.160419"], ["updated_at", "2018-10-11 16:42:07.160419"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.162639"], ["updated_at", "2018-10-11 16:42:07.162639"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.170056"], ["updated_at", "2018-10-11 16:42:07.170056"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.173712"], ["updated_at", "2018-10-11 16:42:07.173712"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.177081"], ["updated_at", "2018-10-11 16:42:07.177081"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.179777"], ["updated_at", "2018-10-11 16:42:07.179777"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.184717"], ["updated_at", "2018-10-11 16:42:07.184717"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.187686"], ["updated_at", "2018-10-11 16:42:07.187686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.189249"], ["updated_at", "2018-10-11 16:42:07.189249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.190767"], ["updated_at", "2018-10-11 16:42:07.190767"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.192714"], ["updated_at", "2018-10-11 16:42:07.192714"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.195040"], ["updated_at", "2018-10-11 16:42:07.195040"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.197851"], ["updated_at", "2018-10-11 16:42:07.197851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.204189"], ["updated_at", "2018-10-11 16:42:07.204189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.205775"], ["updated_at", "2018-10-11 16:42:07.205775"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.207828"], ["updated_at", "2018-10-11 16:42:07.207828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.210012"], ["updated_at", "2018-10-11 16:42:07.210012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.211635"], ["updated_at", "2018-10-11 16:42:07.211635"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.213654"], ["updated_at", "2018-10-11 16:42:07.213654"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.217274"], ["updated_at", "2018-10-11 16:42:07.217274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.220323"], ["updated_at", "2018-10-11 16:42:07.220323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.222201"], ["updated_at", "2018-10-11 16:42:07.222201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.223815"], ["updated_at", "2018-10-11 16:42:07.223815"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.225395"], ["updated_at", "2018-10-11 16:42:07.225395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.226944"], ["updated_at", "2018-10-11 16:42:07.226944"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.228658"], ["updated_at", "2018-10-11 16:42:07.228658"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.231416"], ["updated_at", "2018-10-11 16:42:07.231416"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.233975"], ["updated_at", "2018-10-11 16:42:07.233975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.237194"], ["updated_at", "2018-10-11 16:42:07.237194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.238985"], ["updated_at", "2018-10-11 16:42:07.238985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.240623"], ["updated_at", "2018-10-11 16:42:07.240623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.242190"], ["updated_at", "2018-10-11 16:42:07.242190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.243827"], ["updated_at", "2018-10-11 16:42:07.243827"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.245811"], ["updated_at", "2018-10-11 16:42:07.245811"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.249223"], ["updated_at", "2018-10-11 16:42:07.249223"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.251579"], ["updated_at", "2018-10-11 16:42:07.251579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.254625"], ["updated_at", "2018-10-11 16:42:07.254625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.256224"], ["updated_at", "2018-10-11 16:42:07.256224"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.257988"], ["updated_at", "2018-10-11 16:42:07.257988"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.260335"], ["updated_at", "2018-10-11 16:42:07.260335"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.262364"], ["updated_at", "2018-10-11 16:42:07.262364"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.265367"], ["updated_at", "2018-10-11 16:42:07.265367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.269771"], ["updated_at", "2018-10-11 16:42:07.269771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.272450"], ["updated_at", "2018-10-11 16:42:07.272450"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.275122"], ["updated_at", "2018-10-11 16:42:07.275122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.276942"], ["updated_at", "2018-10-11 16:42:07.276942"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.278722"], ["updated_at", "2018-10-11 16:42:07.278722"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.281413"], ["updated_at", "2018-10-11 16:42:07.281413"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.284293"], ["updated_at", "2018-10-11 16:42:07.284293"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.287386"], ["updated_at", "2018-10-11 16:42:07.287386"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.289191"], ["updated_at", "2018-10-11 16:42:07.289191"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.291876"], ["updated_at", "2018-10-11 16:42:07.291876"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.294851"], ["updated_at", "2018-10-11 16:42:07.294851"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.297713"], ["updated_at", "2018-10-11 16:42:07.297713"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.304042"], ["updated_at", "2018-10-11 16:42:07.304042"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.307518"], ["updated_at", "2018-10-11 16:42:07.307518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.310625"], ["updated_at", "2018-10-11 16:42:07.310625"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.312310"], ["updated_at", "2018-10-11 16:42:07.312310"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.315535"], ["updated_at", "2018-10-11 16:42:07.315535"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.318664"], ["updated_at", "2018-10-11 16:42:07.318664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.321251"], ["updated_at", "2018-10-11 16:42:07.321251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.322898"], ["updated_at", "2018-10-11 16:42:07.322898"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.324649"], ["updated_at", "2018-10-11 16:42:07.324649"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.326942"], ["updated_at", "2018-10-11 16:42:07.326942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.328832"], ["updated_at", "2018-10-11 16:42:07.328832"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.330429"], ["updated_at", "2018-10-11 16:42:07.330429"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.332229"], ["updated_at", "2018-10-11 16:42:07.332229"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.334802"], ["updated_at", "2018-10-11 16:42:07.334802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.342259"], ["updated_at", "2018-10-11 16:42:07.342259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.344048"], ["updated_at", "2018-10-11 16:42:07.344048"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.347844"], ["updated_at", "2018-10-11 16:42:07.347844"], ["parent_id", 39895952907]] Kithe::Work Create (3.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.350877"], ["updated_at", "2018-10-11 16:42:07.350877"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.355544"], ["updated_at", "2018-10-11 16:42:07.355544"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.357767"], ["updated_at", "2018-10-11 16:42:07.357767"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.359834"], ["updated_at", "2018-10-11 16:42:07.359834"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.362035"], ["updated_at", "2018-10-11 16:42:07.362035"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.364134"], ["updated_at", "2018-10-11 16:42:07.364134"], ["parent_id", 39895952907]] Kithe::Work Create (5.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.366409"], ["updated_at", "2018-10-11 16:42:07.366409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.373890"], ["updated_at", "2018-10-11 16:42:07.373890"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.376023"], ["updated_at", "2018-10-11 16:42:07.376023"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.378495"], ["updated_at", "2018-10-11 16:42:07.378495"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.380599"], ["updated_at", "2018-10-11 16:42:07.380599"], ["parent_id", 39895952907]] Kithe::Work Create (4.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.383178"], ["updated_at", "2018-10-11 16:42:07.383178"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.390269"], ["updated_at", "2018-10-11 16:42:07.390269"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.392939"], ["updated_at", "2018-10-11 16:42:07.392939"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.395776"], ["updated_at", "2018-10-11 16:42:07.395776"], ["parent_id", 39895952907]] Kithe::Work Create (7.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.398220"], ["updated_at", "2018-10-11 16:42:07.398220"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.407544"], ["updated_at", "2018-10-11 16:42:07.407544"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.409819"], ["updated_at", "2018-10-11 16:42:07.409819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.412981"], ["updated_at", "2018-10-11 16:42:07.412981"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.414844"], ["updated_at", "2018-10-11 16:42:07.414844"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.420386"], ["updated_at", "2018-10-11 16:42:07.420386"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.424841"], ["updated_at", "2018-10-11 16:42:07.424841"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.429423"], ["updated_at", "2018-10-11 16:42:07.429423"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.434118"], ["updated_at", "2018-10-11 16:42:07.434118"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.438071"], ["updated_at", "2018-10-11 16:42:07.438071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.440144"], ["updated_at", "2018-10-11 16:42:07.440144"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.442263"], ["updated_at", "2018-10-11 16:42:07.442263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.444355"], ["updated_at", "2018-10-11 16:42:07.444355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.446241"], ["updated_at", "2018-10-11 16:42:07.446241"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.447966"], ["updated_at", "2018-10-11 16:42:07.447966"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.449980"], ["updated_at", "2018-10-11 16:42:07.449980"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.451872"], ["updated_at", "2018-10-11 16:42:07.451872"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.454100"], ["updated_at", "2018-10-11 16:42:07.454100"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.459224"], ["updated_at", "2018-10-11 16:42:07.459224"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.462146"], ["updated_at", "2018-10-11 16:42:07.462146"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.464592"], ["updated_at", "2018-10-11 16:42:07.464592"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.467339"], ["updated_at", "2018-10-11 16:42:07.467339"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.470191"], ["updated_at", "2018-10-11 16:42:07.470191"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.472628"], ["updated_at", "2018-10-11 16:42:07.472628"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.474858"], ["updated_at", "2018-10-11 16:42:07.474858"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.478720"], ["updated_at", "2018-10-11 16:42:07.478720"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.480740"], ["updated_at", "2018-10-11 16:42:07.480740"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.483183"], ["updated_at", "2018-10-11 16:42:07.483183"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.485271"], ["updated_at", "2018-10-11 16:42:07.485271"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.488022"], ["updated_at", "2018-10-11 16:42:07.488022"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.490258"], ["updated_at", "2018-10-11 16:42:07.490258"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.492408"], ["updated_at", "2018-10-11 16:42:07.492408"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.494638"], ["updated_at", "2018-10-11 16:42:07.494638"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.496812"], ["updated_at", "2018-10-11 16:42:07.496812"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.498915"], ["updated_at", "2018-10-11 16:42:07.498915"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.500978"], ["updated_at", "2018-10-11 16:42:07.500978"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.503048"], ["updated_at", "2018-10-11 16:42:07.503048"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.505081"], ["updated_at", "2018-10-11 16:42:07.505081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.507158"], ["updated_at", "2018-10-11 16:42:07.507158"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.509218"], ["updated_at", "2018-10-11 16:42:07.509218"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.511278"], ["updated_at", "2018-10-11 16:42:07.511278"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.513337"], ["updated_at", "2018-10-11 16:42:07.513337"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.515286"], ["updated_at", "2018-10-11 16:42:07.515286"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.517332"], ["updated_at", "2018-10-11 16:42:07.517332"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.519347"], ["updated_at", "2018-10-11 16:42:07.519347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.521340"], ["updated_at", "2018-10-11 16:42:07.521340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.523460"], ["updated_at", "2018-10-11 16:42:07.523460"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.525730"], ["updated_at", "2018-10-11 16:42:07.525730"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.529303"], ["updated_at", "2018-10-11 16:42:07.529303"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.531643"], ["updated_at", "2018-10-11 16:42:07.531643"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.533995"], ["updated_at", "2018-10-11 16:42:07.533995"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.536291"], ["updated_at", "2018-10-11 16:42:07.536291"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.538510"], ["updated_at", "2018-10-11 16:42:07.538510"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.541977"], ["updated_at", "2018-10-11 16:42:07.541977"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.546705"], ["updated_at", "2018-10-11 16:42:07.546705"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.549734"], ["updated_at", "2018-10-11 16:42:07.549734"], ["parent_id", 39895952907]] Kithe::Work Create (26.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.552937"], ["updated_at", "2018-10-11 16:42:07.552937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.580628"], ["updated_at", "2018-10-11 16:42:07.580628"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.582715"], ["updated_at", "2018-10-11 16:42:07.582715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.584587"], ["updated_at", "2018-10-11 16:42:07.584587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.586405"], ["updated_at", "2018-10-11 16:42:07.586405"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.588206"], ["updated_at", "2018-10-11 16:42:07.588206"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.590325"], ["updated_at", "2018-10-11 16:42:07.590325"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.594561"], ["updated_at", "2018-10-11 16:42:07.594561"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.597031"], ["updated_at", "2018-10-11 16:42:07.597031"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.600310"], ["updated_at", "2018-10-11 16:42:07.600310"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.602845"], ["updated_at", "2018-10-11 16:42:07.602845"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.605175"], ["updated_at", "2018-10-11 16:42:07.605175"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.608105"], ["updated_at", "2018-10-11 16:42:07.608105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.611394"], ["updated_at", "2018-10-11 16:42:07.611394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.613205"], ["updated_at", "2018-10-11 16:42:07.613205"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.616811"], ["updated_at", "2018-10-11 16:42:07.616811"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.620993"], ["updated_at", "2018-10-11 16:42:07.620993"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.623391"], ["updated_at", "2018-10-11 16:42:07.623391"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.625302"], ["updated_at", "2018-10-11 16:42:07.625302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.627369"], ["updated_at", "2018-10-11 16:42:07.627369"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.629681"], ["updated_at", "2018-10-11 16:42:07.629681"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.632062"], ["updated_at", "2018-10-11 16:42:07.632062"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.634302"], ["updated_at", "2018-10-11 16:42:07.634302"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.636406"], ["updated_at", "2018-10-11 16:42:07.636406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.639044"], ["updated_at", "2018-10-11 16:42:07.639044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.640991"], ["updated_at", "2018-10-11 16:42:07.640991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.642664"], ["updated_at", "2018-10-11 16:42:07.642664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.644302"], ["updated_at", "2018-10-11 16:42:07.644302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.645871"], ["updated_at", "2018-10-11 16:42:07.645871"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.647826"], ["updated_at", "2018-10-11 16:42:07.647826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.649538"], ["updated_at", "2018-10-11 16:42:07.649538"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.651121"], ["updated_at", "2018-10-11 16:42:07.651121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.653030"], ["updated_at", "2018-10-11 16:42:07.653030"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.655033"], ["updated_at", "2018-10-11 16:42:07.655033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.656870"], ["updated_at", "2018-10-11 16:42:07.656870"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.658598"], ["updated_at", "2018-10-11 16:42:07.658598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.660916"], ["updated_at", "2018-10-11 16:42:07.660916"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.662757"], ["updated_at", "2018-10-11 16:42:07.662757"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.665136"], ["updated_at", "2018-10-11 16:42:07.665136"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.667251"], ["updated_at", "2018-10-11 16:42:07.667251"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.669534"], ["updated_at", "2018-10-11 16:42:07.669534"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.672185"], ["updated_at", "2018-10-11 16:42:07.672185"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.677707"], ["updated_at", "2018-10-11 16:42:07.677707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.680631"], ["updated_at", "2018-10-11 16:42:07.680631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.682336"], ["updated_at", "2018-10-11 16:42:07.682336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.684045"], ["updated_at", "2018-10-11 16:42:07.684045"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.685604"], ["updated_at", "2018-10-11 16:42:07.685604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.688276"], ["updated_at", "2018-10-11 16:42:07.688276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.689914"], ["updated_at", "2018-10-11 16:42:07.689914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.691561"], ["updated_at", "2018-10-11 16:42:07.691561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.693144"], ["updated_at", "2018-10-11 16:42:07.693144"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.694758"], ["updated_at", "2018-10-11 16:42:07.694758"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.696877"], ["updated_at", "2018-10-11 16:42:07.696877"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.699301"], ["updated_at", "2018-10-11 16:42:07.699301"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.701228"], ["updated_at", "2018-10-11 16:42:07.701228"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.704355"], ["updated_at", "2018-10-11 16:42:07.704355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.707011"], ["updated_at", "2018-10-11 16:42:07.707011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.708766"], ["updated_at", "2018-10-11 16:42:07.708766"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.710435"], ["updated_at", "2018-10-11 16:42:07.710435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.712771"], ["updated_at", "2018-10-11 16:42:07.712771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.714673"], ["updated_at", "2018-10-11 16:42:07.714673"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.716454"], ["updated_at", "2018-10-11 16:42:07.716454"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.722549"], ["updated_at", "2018-10-11 16:42:07.722549"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.725069"], ["updated_at", "2018-10-11 16:42:07.725069"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.727327"], ["updated_at", "2018-10-11 16:42:07.727327"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.729842"], ["updated_at", "2018-10-11 16:42:07.729842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.731448"], ["updated_at", "2018-10-11 16:42:07.731448"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.733198"], ["updated_at", "2018-10-11 16:42:07.733198"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.740331"], ["updated_at", "2018-10-11 16:42:07.740331"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.743166"], ["updated_at", "2018-10-11 16:42:07.743166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.745310"], ["updated_at", "2018-10-11 16:42:07.745310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.746761"], ["updated_at", "2018-10-11 16:42:07.746761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.748208"], ["updated_at", "2018-10-11 16:42:07.748208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.749892"], ["updated_at", "2018-10-11 16:42:07.749892"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.754089"], ["updated_at", "2018-10-11 16:42:07.754089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.757658"], ["updated_at", "2018-10-11 16:42:07.757658"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.759226"], ["updated_at", "2018-10-11 16:42:07.759226"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.761590"], ["updated_at", "2018-10-11 16:42:07.761590"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.763242"], ["updated_at", "2018-10-11 16:42:07.763242"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.764979"], ["updated_at", "2018-10-11 16:42:07.764979"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.766890"], ["updated_at", "2018-10-11 16:42:07.766890"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.772817"], ["updated_at", "2018-10-11 16:42:07.772817"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.774774"], ["updated_at", "2018-10-11 16:42:07.774774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.777145"], ["updated_at", "2018-10-11 16:42:07.777145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.778960"], ["updated_at", "2018-10-11 16:42:07.778960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.780570"], ["updated_at", "2018-10-11 16:42:07.780570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.782118"], ["updated_at", "2018-10-11 16:42:07.782118"], ["parent_id", 39895952907]] Kithe::Work Create (4.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.783811"], ["updated_at", "2018-10-11 16:42:07.783811"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.795444"], ["updated_at", "2018-10-11 16:42:07.795444"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.797771"], ["updated_at", "2018-10-11 16:42:07.797771"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.805433"], ["updated_at", "2018-10-11 16:42:07.805433"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.807930"], ["updated_at", "2018-10-11 16:42:07.807930"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.812473"], ["updated_at", "2018-10-11 16:42:07.812473"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.815258"], ["updated_at", "2018-10-11 16:42:07.815258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.819821"], ["updated_at", "2018-10-11 16:42:07.819821"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.824057"], ["updated_at", "2018-10-11 16:42:07.824057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.826660"], ["updated_at", "2018-10-11 16:42:07.826660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.828212"], ["updated_at", "2018-10-11 16:42:07.828212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.829771"], ["updated_at", "2018-10-11 16:42:07.829771"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.831372"], ["updated_at", "2018-10-11 16:42:07.831372"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.833768"], ["updated_at", "2018-10-11 16:42:07.833768"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.839151"], ["updated_at", "2018-10-11 16:42:07.839151"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.841201"], ["updated_at", "2018-10-11 16:42:07.841201"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.843484"], ["updated_at", "2018-10-11 16:42:07.843484"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.845385"], ["updated_at", "2018-10-11 16:42:07.845385"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.847316"], ["updated_at", "2018-10-11 16:42:07.847316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.849470"], ["updated_at", "2018-10-11 16:42:07.849470"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.852960"], ["updated_at", "2018-10-11 16:42:07.852960"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.856310"], ["updated_at", "2018-10-11 16:42:07.856310"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.858273"], ["updated_at", "2018-10-11 16:42:07.858273"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.860580"], ["updated_at", "2018-10-11 16:42:07.860580"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.863016"], ["updated_at", "2018-10-11 16:42:07.863016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.864920"], ["updated_at", "2018-10-11 16:42:07.864920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.866610"], ["updated_at", "2018-10-11 16:42:07.866610"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.868161"], ["updated_at", "2018-10-11 16:42:07.868161"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.870362"], ["updated_at", "2018-10-11 16:42:07.870362"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.873913"], ["updated_at", "2018-10-11 16:42:07.873913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.875869"], ["updated_at", "2018-10-11 16:42:07.875869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.877435"], ["updated_at", "2018-10-11 16:42:07.877435"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.879166"], ["updated_at", "2018-10-11 16:42:07.879166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.881026"], ["updated_at", "2018-10-11 16:42:07.881026"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.882670"], ["updated_at", "2018-10-11 16:42:07.882670"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.884525"], ["updated_at", "2018-10-11 16:42:07.884525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.886732"], ["updated_at", "2018-10-11 16:42:07.886732"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.888593"], ["updated_at", "2018-10-11 16:42:07.888593"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.890518"], ["updated_at", "2018-10-11 16:42:07.890518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.893689"], ["updated_at", "2018-10-11 16:42:07.893689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.895406"], ["updated_at", "2018-10-11 16:42:07.895406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.897150"], ["updated_at", "2018-10-11 16:42:07.897150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.898705"], ["updated_at", "2018-10-11 16:42:07.898705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.900341"], ["updated_at", "2018-10-11 16:42:07.900341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.902033"], ["updated_at", "2018-10-11 16:42:07.902033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.903991"], ["updated_at", "2018-10-11 16:42:07.903991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.905794"], ["updated_at", "2018-10-11 16:42:07.905794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.907537"], ["updated_at", "2018-10-11 16:42:07.907537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.909168"], ["updated_at", "2018-10-11 16:42:07.909168"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.910755"], ["updated_at", "2018-10-11 16:42:07.910755"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.913470"], ["updated_at", "2018-10-11 16:42:07.913470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.915324"], ["updated_at", "2018-10-11 16:42:07.915324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.917150"], ["updated_at", "2018-10-11 16:42:07.917150"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.918746"], ["updated_at", "2018-10-11 16:42:07.918746"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.922087"], ["updated_at", "2018-10-11 16:42:07.922087"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.925204"], ["updated_at", "2018-10-11 16:42:07.925204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.928251"], ["updated_at", "2018-10-11 16:42:07.928251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.930368"], ["updated_at", "2018-10-11 16:42:07.930368"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.932460"], ["updated_at", "2018-10-11 16:42:07.932460"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.934584"], ["updated_at", "2018-10-11 16:42:07.934584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.936341"], ["updated_at", "2018-10-11 16:42:07.936341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.938370"], ["updated_at", "2018-10-11 16:42:07.938370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.942825"], ["updated_at", "2018-10-11 16:42:07.942825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.944420"], ["updated_at", "2018-10-11 16:42:07.944420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.946026"], ["updated_at", "2018-10-11 16:42:07.946026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.947699"], ["updated_at", "2018-10-11 16:42:07.947699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.949352"], ["updated_at", "2018-10-11 16:42:07.949352"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.951016"], ["updated_at", "2018-10-11 16:42:07.951016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.952813"], ["updated_at", "2018-10-11 16:42:07.952813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.954400"], ["updated_at", "2018-10-11 16:42:07.954400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.956015"], ["updated_at", "2018-10-11 16:42:07.956015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.957581"], ["updated_at", "2018-10-11 16:42:07.957581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.959143"], ["updated_at", "2018-10-11 16:42:07.959143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.960704"], ["updated_at", "2018-10-11 16:42:07.960704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.962296"], ["updated_at", "2018-10-11 16:42:07.962296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.963858"], ["updated_at", "2018-10-11 16:42:07.963858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.965414"], ["updated_at", "2018-10-11 16:42:07.965414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.966965"], ["updated_at", "2018-10-11 16:42:07.966965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.968471"], ["updated_at", "2018-10-11 16:42:07.968471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.970027"], ["updated_at", "2018-10-11 16:42:07.970027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.971595"], ["updated_at", "2018-10-11 16:42:07.971595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.973131"], ["updated_at", "2018-10-11 16:42:07.973131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.974728"], ["updated_at", "2018-10-11 16:42:07.974728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.976260"], ["updated_at", "2018-10-11 16:42:07.976260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.977812"], ["updated_at", "2018-10-11 16:42:07.977812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.979374"], ["updated_at", "2018-10-11 16:42:07.979374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.980911"], ["updated_at", "2018-10-11 16:42:07.980911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.982449"], ["updated_at", "2018-10-11 16:42:07.982449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.984219"], ["updated_at", "2018-10-11 16:42:07.984219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.985862"], ["updated_at", "2018-10-11 16:42:07.985862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.987476"], ["updated_at", "2018-10-11 16:42:07.987476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.989094"], ["updated_at", "2018-10-11 16:42:07.989094"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.990690"], ["updated_at", "2018-10-11 16:42:07.990690"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.993162"], ["updated_at", "2018-10-11 16:42:07.993162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.995596"], ["updated_at", "2018-10-11 16:42:07.995596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.997263"], ["updated_at", "2018-10-11 16:42:07.997263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:07.998820"], ["updated_at", "2018-10-11 16:42:07.998820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.000486"], ["updated_at", "2018-10-11 16:42:08.000486"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.002099"], ["updated_at", "2018-10-11 16:42:08.002099"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.003830"], ["updated_at", "2018-10-11 16:42:08.003830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.006807"], ["updated_at", "2018-10-11 16:42:08.006807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.008450"], ["updated_at", "2018-10-11 16:42:08.008450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.010029"], ["updated_at", "2018-10-11 16:42:08.010029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.011650"], ["updated_at", "2018-10-11 16:42:08.011650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.013264"], ["updated_at", "2018-10-11 16:42:08.013264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.014802"], ["updated_at", "2018-10-11 16:42:08.014802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.016375"], ["updated_at", "2018-10-11 16:42:08.016375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.017990"], ["updated_at", "2018-10-11 16:42:08.017990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.019557"], ["updated_at", "2018-10-11 16:42:08.019557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.021133"], ["updated_at", "2018-10-11 16:42:08.021133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.022675"], ["updated_at", "2018-10-11 16:42:08.022675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.024285"], ["updated_at", "2018-10-11 16:42:08.024285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.025826"], ["updated_at", "2018-10-11 16:42:08.025826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.027437"], ["updated_at", "2018-10-11 16:42:08.027437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.029113"], ["updated_at", "2018-10-11 16:42:08.029113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.030727"], ["updated_at", "2018-10-11 16:42:08.030727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.032304"], ["updated_at", "2018-10-11 16:42:08.032304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.033856"], ["updated_at", "2018-10-11 16:42:08.033856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.035398"], ["updated_at", "2018-10-11 16:42:08.035398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.036925"], ["updated_at", "2018-10-11 16:42:08.036925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.038488"], ["updated_at", "2018-10-11 16:42:08.038488"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.040541"], ["updated_at", "2018-10-11 16:42:08.040541"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.044027"], ["updated_at", "2018-10-11 16:42:08.044027"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.047728"], ["updated_at", "2018-10-11 16:42:08.047728"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.051337"], ["updated_at", "2018-10-11 16:42:08.051337"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.054725"], ["updated_at", "2018-10-11 16:42:08.054725"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.057956"], ["updated_at", "2018-10-11 16:42:08.057956"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.060750"], ["updated_at", "2018-10-11 16:42:08.060750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.062477"], ["updated_at", "2018-10-11 16:42:08.062477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.064074"], ["updated_at", "2018-10-11 16:42:08.064074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.065633"], ["updated_at", "2018-10-11 16:42:08.065633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.067167"], ["updated_at", "2018-10-11 16:42:08.067167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.069148"], ["updated_at", "2018-10-11 16:42:08.069148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.072001"], ["updated_at", "2018-10-11 16:42:08.072001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.073730"], ["updated_at", "2018-10-11 16:42:08.073730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.075422"], ["updated_at", "2018-10-11 16:42:08.075422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.077050"], ["updated_at", "2018-10-11 16:42:08.077050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.078659"], ["updated_at", "2018-10-11 16:42:08.078659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.080241"], ["updated_at", "2018-10-11 16:42:08.080241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.081871"], ["updated_at", "2018-10-11 16:42:08.081871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.083492"], ["updated_at", "2018-10-11 16:42:08.083492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.085020"], ["updated_at", "2018-10-11 16:42:08.085020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.086595"], ["updated_at", "2018-10-11 16:42:08.086595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.088382"], ["updated_at", "2018-10-11 16:42:08.088382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.090239"], ["updated_at", "2018-10-11 16:42:08.090239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.091898"], ["updated_at", "2018-10-11 16:42:08.091898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.093538"], ["updated_at", "2018-10-11 16:42:08.093538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.095074"], ["updated_at", "2018-10-11 16:42:08.095074"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.096680"], ["updated_at", "2018-10-11 16:42:08.096680"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.098734"], ["updated_at", "2018-10-11 16:42:08.098734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.100416"], ["updated_at", "2018-10-11 16:42:08.100416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.102233"], ["updated_at", "2018-10-11 16:42:08.102233"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.103822"], ["updated_at", "2018-10-11 16:42:08.103822"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.105582"], ["updated_at", "2018-10-11 16:42:08.105582"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.107629"], ["updated_at", "2018-10-11 16:42:08.107629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.109391"], ["updated_at", "2018-10-11 16:42:08.109391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.111012"], ["updated_at", "2018-10-11 16:42:08.111012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.112617"], ["updated_at", "2018-10-11 16:42:08.112617"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.114222"], ["updated_at", "2018-10-11 16:42:08.114222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.116246"], ["updated_at", "2018-10-11 16:42:08.116246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.117881"], ["updated_at", "2018-10-11 16:42:08.117881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.119581"], ["updated_at", "2018-10-11 16:42:08.119581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.121274"], ["updated_at", "2018-10-11 16:42:08.121274"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.123322"], ["updated_at", "2018-10-11 16:42:08.123322"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.125117"], ["updated_at", "2018-10-11 16:42:08.125117"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.127319"], ["updated_at", "2018-10-11 16:42:08.127319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.129178"], ["updated_at", "2018-10-11 16:42:08.129178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.131964"], ["updated_at", "2018-10-11 16:42:08.131964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.133606"], ["updated_at", "2018-10-11 16:42:08.133606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.135335"], ["updated_at", "2018-10-11 16:42:08.135335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.136907"], ["updated_at", "2018-10-11 16:42:08.136907"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.140251"], ["updated_at", "2018-10-11 16:42:08.140251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.142014"], ["updated_at", "2018-10-11 16:42:08.142014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.143727"], ["updated_at", "2018-10-11 16:42:08.143727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.145398"], ["updated_at", "2018-10-11 16:42:08.145398"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.147245"], ["updated_at", "2018-10-11 16:42:08.147245"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.149178"], ["updated_at", "2018-10-11 16:42:08.149178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.150960"], ["updated_at", "2018-10-11 16:42:08.150960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.152570"], ["updated_at", "2018-10-11 16:42:08.152570"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.154150"], ["updated_at", "2018-10-11 16:42:08.154150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.155883"], ["updated_at", "2018-10-11 16:42:08.155883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.157643"], ["updated_at", "2018-10-11 16:42:08.157643"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.159238"], ["updated_at", "2018-10-11 16:42:08.159238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.160940"], ["updated_at", "2018-10-11 16:42:08.160940"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.162516"], ["updated_at", "2018-10-11 16:42:08.162516"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.165849"], ["updated_at", "2018-10-11 16:42:08.165849"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.169419"], ["updated_at", "2018-10-11 16:42:08.169419"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.173044"], ["updated_at", "2018-10-11 16:42:08.173044"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.176615"], ["updated_at", "2018-10-11 16:42:08.176615"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.180099"], ["updated_at", "2018-10-11 16:42:08.180099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.182623"], ["updated_at", "2018-10-11 16:42:08.182623"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.184232"], ["updated_at", "2018-10-11 16:42:08.184232"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.186246"], ["updated_at", "2018-10-11 16:42:08.186246"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.188222"], ["updated_at", "2018-10-11 16:42:08.188222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.189889"], ["updated_at", "2018-10-11 16:42:08.189889"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.191503"], ["updated_at", "2018-10-11 16:42:08.191503"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.193677"], ["updated_at", "2018-10-11 16:42:08.193677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.195920"], ["updated_at", "2018-10-11 16:42:08.195920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.197684"], ["updated_at", "2018-10-11 16:42:08.197684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.199283"], ["updated_at", "2018-10-11 16:42:08.199283"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.200859"], ["updated_at", "2018-10-11 16:42:08.200859"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.202497"], ["updated_at", "2018-10-11 16:42:08.202497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.206382"], ["updated_at", "2018-10-11 16:42:08.206382"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.207984"], ["updated_at", "2018-10-11 16:42:08.207984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.209736"], ["updated_at", "2018-10-11 16:42:08.209736"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.211337"], ["updated_at", "2018-10-11 16:42:08.211337"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.213815"], ["updated_at", "2018-10-11 16:42:08.213815"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.215714"], ["updated_at", "2018-10-11 16:42:08.215714"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.217725"], ["updated_at", "2018-10-11 16:42:08.217725"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.220229"], ["updated_at", "2018-10-11 16:42:08.220229"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.222657"], ["updated_at", "2018-10-11 16:42:08.222657"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.224880"], ["updated_at", "2018-10-11 16:42:08.224880"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.227008"], ["updated_at", "2018-10-11 16:42:08.227008"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.229550"], ["updated_at", "2018-10-11 16:42:08.229550"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.231669"], ["updated_at", "2018-10-11 16:42:08.231669"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.233741"], ["updated_at", "2018-10-11 16:42:08.233741"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.236432"], ["updated_at", "2018-10-11 16:42:08.236432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.240814"], ["updated_at", "2018-10-11 16:42:08.240814"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.242630"], ["updated_at", "2018-10-11 16:42:08.242630"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.245441"], ["updated_at", "2018-10-11 16:42:08.245441"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.247503"], ["updated_at", "2018-10-11 16:42:08.247503"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.249888"], ["updated_at", "2018-10-11 16:42:08.249888"], ["parent_id", 39895952907]] Kithe::Work Create (3.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.257945"], ["updated_at", "2018-10-11 16:42:08.257945"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.262895"], ["updated_at", "2018-10-11 16:42:08.262895"], ["parent_id", 39895952907]] Kithe::Work Create (8.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.265238"], ["updated_at", "2018-10-11 16:42:08.265238"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.275172"], ["updated_at", "2018-10-11 16:42:08.275172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.280365"], ["updated_at", "2018-10-11 16:42:08.280365"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.282537"], ["updated_at", "2018-10-11 16:42:08.282537"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.294094"], ["updated_at", "2018-10-11 16:42:08.294094"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.298342"], ["updated_at", "2018-10-11 16:42:08.298342"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.311275"], ["updated_at", "2018-10-11 16:42:08.311275"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.313544"], ["updated_at", "2018-10-11 16:42:08.313544"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.315851"], ["updated_at", "2018-10-11 16:42:08.315851"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.318810"], ["updated_at", "2018-10-11 16:42:08.318810"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.325883"], ["updated_at", "2018-10-11 16:42:08.325883"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.329435"], ["updated_at", "2018-10-11 16:42:08.329435"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.341011"], ["updated_at", "2018-10-11 16:42:08.341011"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.343426"], ["updated_at", "2018-10-11 16:42:08.343426"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.346859"], ["updated_at", "2018-10-11 16:42:08.346859"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.349167"], ["updated_at", "2018-10-11 16:42:08.349167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.351281"], ["updated_at", "2018-10-11 16:42:08.351281"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.353536"], ["updated_at", "2018-10-11 16:42:08.353536"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.355890"], ["updated_at", "2018-10-11 16:42:08.355890"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.358389"], ["updated_at", "2018-10-11 16:42:08.358389"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.360576"], ["updated_at", "2018-10-11 16:42:08.360576"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.362709"], ["updated_at", "2018-10-11 16:42:08.362709"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.364810"], ["updated_at", "2018-10-11 16:42:08.364810"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.366932"], ["updated_at", "2018-10-11 16:42:08.366932"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.369317"], ["updated_at", "2018-10-11 16:42:08.369317"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.372129"], ["updated_at", "2018-10-11 16:42:08.372129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.374250"], ["updated_at", "2018-10-11 16:42:08.374250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.376208"], ["updated_at", "2018-10-11 16:42:08.376208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.377896"], ["updated_at", "2018-10-11 16:42:08.377896"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.379830"], ["updated_at", "2018-10-11 16:42:08.379830"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.381859"], ["updated_at", "2018-10-11 16:42:08.381859"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.384601"], ["updated_at", "2018-10-11 16:42:08.384601"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.386856"], ["updated_at", "2018-10-11 16:42:08.386856"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.388993"], ["updated_at", "2018-10-11 16:42:08.388993"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.391708"], ["updated_at", "2018-10-11 16:42:08.391708"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.395563"], ["updated_at", "2018-10-11 16:42:08.395563"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.398241"], ["updated_at", "2018-10-11 16:42:08.398241"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.400860"], ["updated_at", "2018-10-11 16:42:08.400860"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.403433"], ["updated_at", "2018-10-11 16:42:08.403433"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.406401"], ["updated_at", "2018-10-11 16:42:08.406401"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.409287"], ["updated_at", "2018-10-11 16:42:08.409287"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.413525"], ["updated_at", "2018-10-11 16:42:08.413525"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.416367"], ["updated_at", "2018-10-11 16:42:08.416367"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.419163"], ["updated_at", "2018-10-11 16:42:08.419163"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.422074"], ["updated_at", "2018-10-11 16:42:08.422074"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.424362"], ["updated_at", "2018-10-11 16:42:08.424362"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.426680"], ["updated_at", "2018-10-11 16:42:08.426680"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.429324"], ["updated_at", "2018-10-11 16:42:08.429324"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.431646"], ["updated_at", "2018-10-11 16:42:08.431646"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.434189"], ["updated_at", "2018-10-11 16:42:08.434189"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.436482"], ["updated_at", "2018-10-11 16:42:08.436482"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.438727"], ["updated_at", "2018-10-11 16:42:08.438727"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.441042"], ["updated_at", "2018-10-11 16:42:08.441042"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.443111"], ["updated_at", "2018-10-11 16:42:08.443111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.445255"], ["updated_at", "2018-10-11 16:42:08.445255"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.447257"], ["updated_at", "2018-10-11 16:42:08.447257"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.449184"], ["updated_at", "2018-10-11 16:42:08.449184"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.451386"], ["updated_at", "2018-10-11 16:42:08.451386"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.455560"], ["updated_at", "2018-10-11 16:42:08.455560"], ["parent_id", 39895952907]] Kithe::Work Create (25.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.459170"], ["updated_at", "2018-10-11 16:42:08.459170"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.486044"], ["updated_at", "2018-10-11 16:42:08.486044"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.488007"], ["updated_at", "2018-10-11 16:42:08.488007"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.489962"], ["updated_at", "2018-10-11 16:42:08.489962"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.491917"], ["updated_at", "2018-10-11 16:42:08.491917"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.494381"], ["updated_at", "2018-10-11 16:42:08.494381"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.496593"], ["updated_at", "2018-10-11 16:42:08.496593"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.498957"], ["updated_at", "2018-10-11 16:42:08.498957"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.501598"], ["updated_at", "2018-10-11 16:42:08.501598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.503821"], ["updated_at", "2018-10-11 16:42:08.503821"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.505788"], ["updated_at", "2018-10-11 16:42:08.505788"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.507808"], ["updated_at", "2018-10-11 16:42:08.507808"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.509835"], ["updated_at", "2018-10-11 16:42:08.509835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.511829"], ["updated_at", "2018-10-11 16:42:08.511829"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.513686"], ["updated_at", "2018-10-11 16:42:08.513686"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.515833"], ["updated_at", "2018-10-11 16:42:08.515833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.517867"], ["updated_at", "2018-10-11 16:42:08.517867"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.519770"], ["updated_at", "2018-10-11 16:42:08.519770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.521768"], ["updated_at", "2018-10-11 16:42:08.521768"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.523656"], ["updated_at", "2018-10-11 16:42:08.523656"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.525859"], ["updated_at", "2018-10-11 16:42:08.525859"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.528903"], ["updated_at", "2018-10-11 16:42:08.528903"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.531117"], ["updated_at", "2018-10-11 16:42:08.531117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.532839"], ["updated_at", "2018-10-11 16:42:08.532839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.534380"], ["updated_at", "2018-10-11 16:42:08.534380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.535931"], ["updated_at", "2018-10-11 16:42:08.535931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.537509"], ["updated_at", "2018-10-11 16:42:08.537509"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.541560"], ["updated_at", "2018-10-11 16:42:08.541560"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.545052"], ["updated_at", "2018-10-11 16:42:08.545052"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.548517"], ["updated_at", "2018-10-11 16:42:08.548517"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.551830"], ["updated_at", "2018-10-11 16:42:08.551830"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.555203"], ["updated_at", "2018-10-11 16:42:08.555203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.558468"], ["updated_at", "2018-10-11 16:42:08.558468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.560004"], ["updated_at", "2018-10-11 16:42:08.560004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.561643"], ["updated_at", "2018-10-11 16:42:08.561643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.563270"], ["updated_at", "2018-10-11 16:42:08.563270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.564898"], ["updated_at", "2018-10-11 16:42:08.564898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.566457"], ["updated_at", "2018-10-11 16:42:08.566457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.568032"], ["updated_at", "2018-10-11 16:42:08.568032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.569630"], ["updated_at", "2018-10-11 16:42:08.569630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.571259"], ["updated_at", "2018-10-11 16:42:08.571259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.572873"], ["updated_at", "2018-10-11 16:42:08.572873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.574534"], ["updated_at", "2018-10-11 16:42:08.574534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.576364"], ["updated_at", "2018-10-11 16:42:08.576364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.578035"], ["updated_at", "2018-10-11 16:42:08.578035"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.579670"], ["updated_at", "2018-10-11 16:42:08.579670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.581397"], ["updated_at", "2018-10-11 16:42:08.581397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.583015"], ["updated_at", "2018-10-11 16:42:08.583015"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.584671"], ["updated_at", "2018-10-11 16:42:08.584671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.587025"], ["updated_at", "2018-10-11 16:42:08.587025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.588766"], ["updated_at", "2018-10-11 16:42:08.588766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.590380"], ["updated_at", "2018-10-11 16:42:08.590380"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.592686"], ["updated_at", "2018-10-11 16:42:08.592686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.595756"], ["updated_at", "2018-10-11 16:42:08.595756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.597430"], ["updated_at", "2018-10-11 16:42:08.597430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.598991"], ["updated_at", "2018-10-11 16:42:08.598991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.600526"], ["updated_at", "2018-10-11 16:42:08.600526"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.602059"], ["updated_at", "2018-10-11 16:42:08.602059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.603769"], ["updated_at", "2018-10-11 16:42:08.603769"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.607004"], ["updated_at", "2018-10-11 16:42:08.607004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.608727"], ["updated_at", "2018-10-11 16:42:08.608727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.610321"], ["updated_at", "2018-10-11 16:42:08.610321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.611943"], ["updated_at", "2018-10-11 16:42:08.611943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.613511"], ["updated_at", "2018-10-11 16:42:08.613511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.615067"], ["updated_at", "2018-10-11 16:42:08.615067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.616940"], ["updated_at", "2018-10-11 16:42:08.616940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.618621"], ["updated_at", "2018-10-11 16:42:08.618621"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.620305"], ["updated_at", "2018-10-11 16:42:08.620305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.622119"], ["updated_at", "2018-10-11 16:42:08.622119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.623768"], ["updated_at", "2018-10-11 16:42:08.623768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.625420"], ["updated_at", "2018-10-11 16:42:08.625420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.627106"], ["updated_at", "2018-10-11 16:42:08.627106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.628741"], ["updated_at", "2018-10-11 16:42:08.628741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.630311"], ["updated_at", "2018-10-11 16:42:08.630311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.631880"], ["updated_at", "2018-10-11 16:42:08.631880"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.633460"], ["updated_at", "2018-10-11 16:42:08.633460"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.636037"], ["updated_at", "2018-10-11 16:42:08.636037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.638191"], ["updated_at", "2018-10-11 16:42:08.638191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.639845"], ["updated_at", "2018-10-11 16:42:08.639845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.641410"], ["updated_at", "2018-10-11 16:42:08.641410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.642959"], ["updated_at", "2018-10-11 16:42:08.642959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.644533"], ["updated_at", "2018-10-11 16:42:08.644533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.646172"], ["updated_at", "2018-10-11 16:42:08.646172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.647775"], ["updated_at", "2018-10-11 16:42:08.647775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.649355"], ["updated_at", "2018-10-11 16:42:08.649355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.650914"], ["updated_at", "2018-10-11 16:42:08.650914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.652436"], ["updated_at", "2018-10-11 16:42:08.652436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.654038"], ["updated_at", "2018-10-11 16:42:08.654038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.655644"], ["updated_at", "2018-10-11 16:42:08.655644"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.657257"], ["updated_at", "2018-10-11 16:42:08.657257"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.659723"], ["updated_at", "2018-10-11 16:42:08.659723"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.662882"], ["updated_at", "2018-10-11 16:42:08.662882"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.665299"], ["updated_at", "2018-10-11 16:42:08.665299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.667537"], ["updated_at", "2018-10-11 16:42:08.667537"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.669780"], ["updated_at", "2018-10-11 16:42:08.669780"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.671848"], ["updated_at", "2018-10-11 16:42:08.671848"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.674002"], ["updated_at", "2018-10-11 16:42:08.674002"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.678844"], ["updated_at", "2018-10-11 16:42:08.678844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.681186"], ["updated_at", "2018-10-11 16:42:08.681186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.682961"], ["updated_at", "2018-10-11 16:42:08.682961"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.684638"], ["updated_at", "2018-10-11 16:42:08.684638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.686572"], ["updated_at", "2018-10-11 16:42:08.686572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.688180"], ["updated_at", "2018-10-11 16:42:08.688180"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.689937"], ["updated_at", "2018-10-11 16:42:08.689937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.691589"], ["updated_at", "2018-10-11 16:42:08.691589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.693163"], ["updated_at", "2018-10-11 16:42:08.693163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.694800"], ["updated_at", "2018-10-11 16:42:08.694800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.696490"], ["updated_at", "2018-10-11 16:42:08.696490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.698119"], ["updated_at", "2018-10-11 16:42:08.698119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.699688"], ["updated_at", "2018-10-11 16:42:08.699688"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.701317"], ["updated_at", "2018-10-11 16:42:08.701317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.703467"], ["updated_at", "2018-10-11 16:42:08.703467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.705090"], ["updated_at", "2018-10-11 16:42:08.705090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.706767"], ["updated_at", "2018-10-11 16:42:08.706767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.708408"], ["updated_at", "2018-10-11 16:42:08.708408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.709977"], ["updated_at", "2018-10-11 16:42:08.709977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.711853"], ["updated_at", "2018-10-11 16:42:08.711853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.713521"], ["updated_at", "2018-10-11 16:42:08.713521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.715079"], ["updated_at", "2018-10-11 16:42:08.715079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.716610"], ["updated_at", "2018-10-11 16:42:08.716610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.718245"], ["updated_at", "2018-10-11 16:42:08.718245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.720220"], ["updated_at", "2018-10-11 16:42:08.720220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.721782"], ["updated_at", "2018-10-11 16:42:08.721782"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.723411"], ["updated_at", "2018-10-11 16:42:08.723411"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.725331"], ["updated_at", "2018-10-11 16:42:08.725331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.728073"], ["updated_at", "2018-10-11 16:42:08.728073"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.730164"], ["updated_at", "2018-10-11 16:42:08.730164"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.731794"], ["updated_at", "2018-10-11 16:42:08.731794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.733431"], ["updated_at", "2018-10-11 16:42:08.733431"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.734984"], ["updated_at", "2018-10-11 16:42:08.734984"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.736934"], ["updated_at", "2018-10-11 16:42:08.736934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.740602"], ["updated_at", "2018-10-11 16:42:08.740602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.742294"], ["updated_at", "2018-10-11 16:42:08.742294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.744376"], ["updated_at", "2018-10-11 16:42:08.744376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.746058"], ["updated_at", "2018-10-11 16:42:08.746058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.747682"], ["updated_at", "2018-10-11 16:42:08.747682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.749335"], ["updated_at", "2018-10-11 16:42:08.749335"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.750991"], ["updated_at", "2018-10-11 16:42:08.750991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.752859"], ["updated_at", "2018-10-11 16:42:08.752859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.754534"], ["updated_at", "2018-10-11 16:42:08.754534"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.756131"], ["updated_at", "2018-10-11 16:42:08.756131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.758270"], ["updated_at", "2018-10-11 16:42:08.758270"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.760291"], ["updated_at", "2018-10-11 16:42:08.760291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.762071"], ["updated_at", "2018-10-11 16:42:08.762071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.763632"], ["updated_at", "2018-10-11 16:42:08.763632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.765218"], ["updated_at", "2018-10-11 16:42:08.765218"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.766845"], ["updated_at", "2018-10-11 16:42:08.766845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.768816"], ["updated_at", "2018-10-11 16:42:08.768816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.770485"], ["updated_at", "2018-10-11 16:42:08.770485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.772078"], ["updated_at", "2018-10-11 16:42:08.772078"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.773650"], ["updated_at", "2018-10-11 16:42:08.773650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.776935"], ["updated_at", "2018-10-11 16:42:08.776935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.778549"], ["updated_at", "2018-10-11 16:42:08.778549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.780188"], ["updated_at", "2018-10-11 16:42:08.780188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.781818"], ["updated_at", "2018-10-11 16:42:08.781818"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.783844"], ["updated_at", "2018-10-11 16:42:08.783844"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.787338"], ["updated_at", "2018-10-11 16:42:08.787338"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.790394"], ["updated_at", "2018-10-11 16:42:08.790394"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.794442"], ["updated_at", "2018-10-11 16:42:08.794442"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.797649"], ["updated_at", "2018-10-11 16:42:08.797649"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.799834"], ["updated_at", "2018-10-11 16:42:08.799834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.802587"], ["updated_at", "2018-10-11 16:42:08.802587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.804162"], ["updated_at", "2018-10-11 16:42:08.804162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.805941"], ["updated_at", "2018-10-11 16:42:08.805941"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.809068"], ["updated_at", "2018-10-11 16:42:08.809068"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.810814"], ["updated_at", "2018-10-11 16:42:08.810814"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.812545"], ["updated_at", "2018-10-11 16:42:08.812545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.814590"], ["updated_at", "2018-10-11 16:42:08.814590"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.816480"], ["updated_at", "2018-10-11 16:42:08.816480"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.818427"], ["updated_at", "2018-10-11 16:42:08.818427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.820282"], ["updated_at", "2018-10-11 16:42:08.820282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.821905"], ["updated_at", "2018-10-11 16:42:08.821905"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.823456"], ["updated_at", "2018-10-11 16:42:08.823456"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.825571"], ["updated_at", "2018-10-11 16:42:08.825571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.827642"], ["updated_at", "2018-10-11 16:42:08.827642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.829226"], ["updated_at", "2018-10-11 16:42:08.829226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.830816"], ["updated_at", "2018-10-11 16:42:08.830816"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.832676"], ["updated_at", "2018-10-11 16:42:08.832676"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.835315"], ["updated_at", "2018-10-11 16:42:08.835315"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.837661"], ["updated_at", "2018-10-11 16:42:08.837661"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.839279"], ["updated_at", "2018-10-11 16:42:08.839279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.841377"], ["updated_at", "2018-10-11 16:42:08.841377"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.843085"], ["updated_at", "2018-10-11 16:42:08.843085"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.845017"], ["updated_at", "2018-10-11 16:42:08.845017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.846867"], ["updated_at", "2018-10-11 16:42:08.846867"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.848600"], ["updated_at", "2018-10-11 16:42:08.848600"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.851064"], ["updated_at", "2018-10-11 16:42:08.851064"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.855902"], ["updated_at", "2018-10-11 16:42:08.855902"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.858871"], ["updated_at", "2018-10-11 16:42:08.858871"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.862208"], ["updated_at", "2018-10-11 16:42:08.862208"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.864347"], ["updated_at", "2018-10-11 16:42:08.864347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.866526"], ["updated_at", "2018-10-11 16:42:08.866526"], ["parent_id", 39895952907]] Kithe::Work Create (4.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.868901"], ["updated_at", "2018-10-11 16:42:08.868901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.875469"], ["updated_at", "2018-10-11 16:42:08.875469"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.877072"], ["updated_at", "2018-10-11 16:42:08.877072"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.879880"], ["updated_at", "2018-10-11 16:42:08.879880"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.882376"], ["updated_at", "2018-10-11 16:42:08.882376"], ["parent_id", 39895952907]] Kithe::Work Create (5.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.884526"], ["updated_at", "2018-10-11 16:42:08.884526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.891282"], ["updated_at", "2018-10-11 16:42:08.891282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.892932"], ["updated_at", "2018-10-11 16:42:08.892932"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.894647"], ["updated_at", "2018-10-11 16:42:08.894647"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.896758"], ["updated_at", "2018-10-11 16:42:08.896758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.898928"], ["updated_at", "2018-10-11 16:42:08.898928"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.900596"], ["updated_at", "2018-10-11 16:42:08.900596"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.903998"], ["updated_at", "2018-10-11 16:42:08.903998"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.909162"], ["updated_at", "2018-10-11 16:42:08.909162"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.911743"], ["updated_at", "2018-10-11 16:42:08.911743"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.914879"], ["updated_at", "2018-10-11 16:42:08.914879"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.917328"], ["updated_at", "2018-10-11 16:42:08.917328"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.921491"], ["updated_at", "2018-10-11 16:42:08.921491"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.926290"], ["updated_at", "2018-10-11 16:42:08.926290"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.928920"], ["updated_at", "2018-10-11 16:42:08.928920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.931981"], ["updated_at", "2018-10-11 16:42:08.931981"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.934213"], ["updated_at", "2018-10-11 16:42:08.934213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.939741"], ["updated_at", "2018-10-11 16:42:08.939741"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.941795"], ["updated_at", "2018-10-11 16:42:08.941795"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.944853"], ["updated_at", "2018-10-11 16:42:08.944853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.947079"], ["updated_at", "2018-10-11 16:42:08.947079"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.948650"], ["updated_at", "2018-10-11 16:42:08.948650"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.950523"], ["updated_at", "2018-10-11 16:42:08.950523"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.954054"], ["updated_at", "2018-10-11 16:42:08.954054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.958353"], ["updated_at", "2018-10-11 16:42:08.958353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.959866"], ["updated_at", "2018-10-11 16:42:08.959866"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.961486"], ["updated_at", "2018-10-11 16:42:08.961486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.963798"], ["updated_at", "2018-10-11 16:42:08.963798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.965432"], ["updated_at", "2018-10-11 16:42:08.965432"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.967185"], ["updated_at", "2018-10-11 16:42:08.967185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.973032"], ["updated_at", "2018-10-11 16:42:08.973032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.975409"], ["updated_at", "2018-10-11 16:42:08.975409"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.977011"], ["updated_at", "2018-10-11 16:42:08.977011"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.979065"], ["updated_at", "2018-10-11 16:42:08.979065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.980733"], ["updated_at", "2018-10-11 16:42:08.980733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.982463"], ["updated_at", "2018-10-11 16:42:08.982463"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.984136"], ["updated_at", "2018-10-11 16:42:08.984136"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.989203"], ["updated_at", "2018-10-11 16:42:08.989203"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.991346"], ["updated_at", "2018-10-11 16:42:08.991346"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.993694"], ["updated_at", "2018-10-11 16:42:08.993694"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.995911"], ["updated_at", "2018-10-11 16:42:08.995911"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.997569"], ["updated_at", "2018-10-11 16:42:08.997569"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:08.999710"], ["updated_at", "2018-10-11 16:42:08.999710"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.001816"], ["updated_at", "2018-10-11 16:42:09.001816"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.008701"], ["updated_at", "2018-10-11 16:42:09.008701"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.011708"], ["updated_at", "2018-10-11 16:42:09.011708"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.013847"], ["updated_at", "2018-10-11 16:42:09.013847"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.015542"], ["updated_at", "2018-10-11 16:42:09.015542"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.017507"], ["updated_at", "2018-10-11 16:42:09.017507"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.022903"], ["updated_at", "2018-10-11 16:42:09.022903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.024968"], ["updated_at", "2018-10-11 16:42:09.024968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.026606"], ["updated_at", "2018-10-11 16:42:09.026606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.028250"], ["updated_at", "2018-10-11 16:42:09.028250"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.029855"], ["updated_at", "2018-10-11 16:42:09.029855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.031915"], ["updated_at", "2018-10-11 16:42:09.031915"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.033786"], ["updated_at", "2018-10-11 16:42:09.033786"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.037182"], ["updated_at", "2018-10-11 16:42:09.037182"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.040666"], ["updated_at", "2018-10-11 16:42:09.040666"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.042830"], ["updated_at", "2018-10-11 16:42:09.042830"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.045142"], ["updated_at", "2018-10-11 16:42:09.045142"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.047488"], ["updated_at", "2018-10-11 16:42:09.047488"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.049763"], ["updated_at", "2018-10-11 16:42:09.049763"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.051874"], ["updated_at", "2018-10-11 16:42:09.051874"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.057670"], ["updated_at", "2018-10-11 16:42:09.057670"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.060512"], ["updated_at", "2018-10-11 16:42:09.060512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.063282"], ["updated_at", "2018-10-11 16:42:09.063282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.064812"], ["updated_at", "2018-10-11 16:42:09.064812"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.066588"], ["updated_at", "2018-10-11 16:42:09.066588"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.069415"], ["updated_at", "2018-10-11 16:42:09.069415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.073892"], ["updated_at", "2018-10-11 16:42:09.073892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.076898"], ["updated_at", "2018-10-11 16:42:09.076898"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.078516"], ["updated_at", "2018-10-11 16:42:09.078516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.080331"], ["updated_at", "2018-10-11 16:42:09.080331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.081909"], ["updated_at", "2018-10-11 16:42:09.081909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.083459"], ["updated_at", "2018-10-11 16:42:09.083459"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.086836"], ["updated_at", "2018-10-11 16:42:09.086836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.090710"], ["updated_at", "2018-10-11 16:42:09.090710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.092375"], ["updated_at", "2018-10-11 16:42:09.092375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.093798"], ["updated_at", "2018-10-11 16:42:09.093798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.095338"], ["updated_at", "2018-10-11 16:42:09.095338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.097185"], ["updated_at", "2018-10-11 16:42:09.097185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.099070"], ["updated_at", "2018-10-11 16:42:09.099070"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.100867"], ["updated_at", "2018-10-11 16:42:09.100867"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.106074"], ["updated_at", "2018-10-11 16:42:09.106074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.108376"], ["updated_at", "2018-10-11 16:42:09.108376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.109969"], ["updated_at", "2018-10-11 16:42:09.109969"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.111523"], ["updated_at", "2018-10-11 16:42:09.111523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.113205"], ["updated_at", "2018-10-11 16:42:09.113205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.114982"], ["updated_at", "2018-10-11 16:42:09.114982"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.116981"], ["updated_at", "2018-10-11 16:42:09.116981"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.120195"], ["updated_at", "2018-10-11 16:42:09.120195"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.123689"], ["updated_at", "2018-10-11 16:42:09.123689"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.126727"], ["updated_at", "2018-10-11 16:42:09.126727"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.131418"], ["updated_at", "2018-10-11 16:42:09.131418"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.142525"], ["updated_at", "2018-10-11 16:42:09.142525"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.146821"], ["updated_at", "2018-10-11 16:42:09.146821"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.149086"], ["updated_at", "2018-10-11 16:42:09.149086"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.151839"], ["updated_at", "2018-10-11 16:42:09.151839"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.158669"], ["updated_at", "2018-10-11 16:42:09.158669"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.160835"], ["updated_at", "2018-10-11 16:42:09.160835"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.162949"], ["updated_at", "2018-10-11 16:42:09.162949"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.165288"], ["updated_at", "2018-10-11 16:42:09.165288"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.176632"], ["updated_at", "2018-10-11 16:42:09.176632"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.182885"], ["updated_at", "2018-10-11 16:42:09.182885"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.195059"], ["updated_at", "2018-10-11 16:42:09.195059"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.197454"], ["updated_at", "2018-10-11 16:42:09.197454"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.209046"], ["updated_at", "2018-10-11 16:42:09.209046"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.212660"], ["updated_at", "2018-10-11 16:42:09.212660"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.215131"], ["updated_at", "2018-10-11 16:42:09.215131"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.217359"], ["updated_at", "2018-10-11 16:42:09.217359"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.224762"], ["updated_at", "2018-10-11 16:42:09.224762"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.226974"], ["updated_at", "2018-10-11 16:42:09.226974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.229035"], ["updated_at", "2018-10-11 16:42:09.229035"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.231513"], ["updated_at", "2018-10-11 16:42:09.231513"], ["parent_id", 39895952907]] Kithe::Work Create (4.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.234032"], ["updated_at", "2018-10-11 16:42:09.234032"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.240224"], ["updated_at", "2018-10-11 16:42:09.240224"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.242490"], ["updated_at", "2018-10-11 16:42:09.242490"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.244670"], ["updated_at", "2018-10-11 16:42:09.244670"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.247364"], ["updated_at", "2018-10-11 16:42:09.247364"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.249160"], ["updated_at", "2018-10-11 16:42:09.249160"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.251858"], ["updated_at", "2018-10-11 16:42:09.251858"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.258806"], ["updated_at", "2018-10-11 16:42:09.258806"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.261933"], ["updated_at", "2018-10-11 16:42:09.261933"], ["parent_id", 39895952907]] Kithe::Work Create (7.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.265333"], ["updated_at", "2018-10-11 16:42:09.265333"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.274661"], ["updated_at", "2018-10-11 16:42:09.274661"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.279872"], ["updated_at", "2018-10-11 16:42:09.279872"], ["parent_id", 39895952907]] Kithe::Work Create (2.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.282142"], ["updated_at", "2018-10-11 16:42:09.282142"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.289352"], ["updated_at", "2018-10-11 16:42:09.289352"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.291489"], ["updated_at", "2018-10-11 16:42:09.291489"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.293653"], ["updated_at", "2018-10-11 16:42:09.293653"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.296088"], ["updated_at", "2018-10-11 16:42:09.296088"], ["parent_id", 39895952907]] Kithe::Work Create (7.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.299040"], ["updated_at", "2018-10-11 16:42:09.299040"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.308325"], ["updated_at", "2018-10-11 16:42:09.308325"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.310861"], ["updated_at", "2018-10-11 16:42:09.310861"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.314137"], ["updated_at", "2018-10-11 16:42:09.314137"], ["parent_id", 39895952907]] Kithe::Work Create (6.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.316587"], ["updated_at", "2018-10-11 16:42:09.316587"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.325036"], ["updated_at", "2018-10-11 16:42:09.325036"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.327941"], ["updated_at", "2018-10-11 16:42:09.327941"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.330407"], ["updated_at", "2018-10-11 16:42:09.330407"], ["parent_id", 39895952907]] Kithe::Work Create (7.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.332616"], ["updated_at", "2018-10-11 16:42:09.332616"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.341268"], ["updated_at", "2018-10-11 16:42:09.341268"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.343449"], ["updated_at", "2018-10-11 16:42:09.343449"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.346600"], ["updated_at", "2018-10-11 16:42:09.346600"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.349086"], ["updated_at", "2018-10-11 16:42:09.349086"], ["parent_id", 39895952907]] Kithe::Work Create (4.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.351671"], ["updated_at", "2018-10-11 16:42:09.351671"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.358372"], ["updated_at", "2018-10-11 16:42:09.358372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.360423"], ["updated_at", "2018-10-11 16:42:09.360423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.362241"], ["updated_at", "2018-10-11 16:42:09.362241"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.364018"], ["updated_at", "2018-10-11 16:42:09.364018"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.366388"], ["updated_at", "2018-10-11 16:42:09.366388"], ["parent_id", 39895952907]] Kithe::Work Create (3.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.368511"], ["updated_at", "2018-10-11 16:42:09.368511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.376472"], ["updated_at", "2018-10-11 16:42:09.376472"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.378530"], ["updated_at", "2018-10-11 16:42:09.378530"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.381092"], ["updated_at", "2018-10-11 16:42:09.381092"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.383416"], ["updated_at", "2018-10-11 16:42:09.383416"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.388057"], ["updated_at", "2018-10-11 16:42:09.388057"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.391755"], ["updated_at", "2018-10-11 16:42:09.391755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.394701"], ["updated_at", "2018-10-11 16:42:09.394701"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.396582"], ["updated_at", "2018-10-11 16:42:09.396582"], ["parent_id", 39895952907]] Kithe::Work Create (26.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.399313"], ["updated_at", "2018-10-11 16:42:09.399313"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.429569"], ["updated_at", "2018-10-11 16:42:09.429569"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.433153"], ["updated_at", "2018-10-11 16:42:09.433153"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.439785"], ["updated_at", "2018-10-11 16:42:09.439785"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.442064"], ["updated_at", "2018-10-11 16:42:09.442064"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.444263"], ["updated_at", "2018-10-11 16:42:09.444263"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.446864"], ["updated_at", "2018-10-11 16:42:09.446864"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.448858"], ["updated_at", "2018-10-11 16:42:09.448858"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.451162"], ["updated_at", "2018-10-11 16:42:09.451162"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.457014"], ["updated_at", "2018-10-11 16:42:09.457014"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.458962"], ["updated_at", "2018-10-11 16:42:09.458962"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.461872"], ["updated_at", "2018-10-11 16:42:09.461872"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.464583"], ["updated_at", "2018-10-11 16:42:09.464583"], ["parent_id", 39895952907]] Kithe::Work Create (6.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.467066"], ["updated_at", "2018-10-11 16:42:09.467066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.475386"], ["updated_at", "2018-10-11 16:42:09.475386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.477046"], ["updated_at", "2018-10-11 16:42:09.477046"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.478891"], ["updated_at", "2018-10-11 16:42:09.478891"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.482789"], ["updated_at", "2018-10-11 16:42:09.482789"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.485056"], ["updated_at", "2018-10-11 16:42:09.485056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.490641"], ["updated_at", "2018-10-11 16:42:09.490641"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.492329"], ["updated_at", "2018-10-11 16:42:09.492329"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.494050"], ["updated_at", "2018-10-11 16:42:09.494050"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.495824"], ["updated_at", "2018-10-11 16:42:09.495824"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.498042"], ["updated_at", "2018-10-11 16:42:09.498042"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.500457"], ["updated_at", "2018-10-11 16:42:09.500457"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.505626"], ["updated_at", "2018-10-11 16:42:09.505626"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.509107"], ["updated_at", "2018-10-11 16:42:09.509107"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.511368"], ["updated_at", "2018-10-11 16:42:09.511368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.514006"], ["updated_at", "2018-10-11 16:42:09.514006"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.516104"], ["updated_at", "2018-10-11 16:42:09.516104"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.518707"], ["updated_at", "2018-10-11 16:42:09.518707"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.524696"], ["updated_at", "2018-10-11 16:42:09.524696"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.528294"], ["updated_at", "2018-10-11 16:42:09.528294"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.530359"], ["updated_at", "2018-10-11 16:42:09.530359"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.532331"], ["updated_at", "2018-10-11 16:42:09.532331"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.534487"], ["updated_at", "2018-10-11 16:42:09.534487"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.536861"], ["updated_at", "2018-10-11 16:42:09.536861"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.538742"], ["updated_at", "2018-10-11 16:42:09.538742"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.541642"], ["updated_at", "2018-10-11 16:42:09.541642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.544328"], ["updated_at", "2018-10-11 16:42:09.544328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.546326"], ["updated_at", "2018-10-11 16:42:09.546326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.548150"], ["updated_at", "2018-10-11 16:42:09.548150"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.549956"], ["updated_at", "2018-10-11 16:42:09.549956"], ["parent_id", 39895952907]] Kithe::Work Create (2.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.552053"], ["updated_at", "2018-10-11 16:42:09.552053"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.557983"], ["updated_at", "2018-10-11 16:42:09.557983"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.561162"], ["updated_at", "2018-10-11 16:42:09.561162"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.564527"], ["updated_at", "2018-10-11 16:42:09.564527"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.567991"], ["updated_at", "2018-10-11 16:42:09.567991"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.571788"], ["updated_at", "2018-10-11 16:42:09.571788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.575303"], ["updated_at", "2018-10-11 16:42:09.575303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.577341"], ["updated_at", "2018-10-11 16:42:09.577341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.578950"], ["updated_at", "2018-10-11 16:42:09.578950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.580648"], ["updated_at", "2018-10-11 16:42:09.580648"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.582253"], ["updated_at", "2018-10-11 16:42:09.582253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.584405"], ["updated_at", "2018-10-11 16:42:09.584405"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.586271"], ["updated_at", "2018-10-11 16:42:09.586271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.588008"], ["updated_at", "2018-10-11 16:42:09.588008"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.589688"], ["updated_at", "2018-10-11 16:42:09.589688"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.592213"], ["updated_at", "2018-10-11 16:42:09.592213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.594619"], ["updated_at", "2018-10-11 16:42:09.594619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.596381"], ["updated_at", "2018-10-11 16:42:09.596381"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.597946"], ["updated_at", "2018-10-11 16:42:09.597946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.599938"], ["updated_at", "2018-10-11 16:42:09.599938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.601596"], ["updated_at", "2018-10-11 16:42:09.601596"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.603361"], ["updated_at", "2018-10-11 16:42:09.603361"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.608473"], ["updated_at", "2018-10-11 16:42:09.608473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.610494"], ["updated_at", "2018-10-11 16:42:09.610494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.612123"], ["updated_at", "2018-10-11 16:42:09.612123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.613753"], ["updated_at", "2018-10-11 16:42:09.613753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.615325"], ["updated_at", "2018-10-11 16:42:09.615325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.616863"], ["updated_at", "2018-10-11 16:42:09.616863"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.618978"], ["updated_at", "2018-10-11 16:42:09.618978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.620995"], ["updated_at", "2018-10-11 16:42:09.620995"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.622833"], ["updated_at", "2018-10-11 16:42:09.622833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.625013"], ["updated_at", "2018-10-11 16:42:09.625013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.626628"], ["updated_at", "2018-10-11 16:42:09.626628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.628296"], ["updated_at", "2018-10-11 16:42:09.628296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.629884"], ["updated_at", "2018-10-11 16:42:09.629884"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.631741"], ["updated_at", "2018-10-11 16:42:09.631741"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.633543"], ["updated_at", "2018-10-11 16:42:09.633543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.635230"], ["updated_at", "2018-10-11 16:42:09.635230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.636827"], ["updated_at", "2018-10-11 16:42:09.636827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.638366"], ["updated_at", "2018-10-11 16:42:09.638366"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.640545"], ["updated_at", "2018-10-11 16:42:09.640545"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.643767"], ["updated_at", "2018-10-11 16:42:09.643767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.645479"], ["updated_at", "2018-10-11 16:42:09.645479"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.647118"], ["updated_at", "2018-10-11 16:42:09.647118"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.649396"], ["updated_at", "2018-10-11 16:42:09.649396"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.651194"], ["updated_at", "2018-10-11 16:42:09.651194"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.657081"], ["updated_at", "2018-10-11 16:42:09.657081"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.659288"], ["updated_at", "2018-10-11 16:42:09.659288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.661443"], ["updated_at", "2018-10-11 16:42:09.661443"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.663045"], ["updated_at", "2018-10-11 16:42:09.663045"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.665764"], ["updated_at", "2018-10-11 16:42:09.665764"], ["parent_id", 39895952907]] Kithe::Work Create (6.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.667827"], ["updated_at", "2018-10-11 16:42:09.667827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.677020"], ["updated_at", "2018-10-11 16:42:09.677020"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.678842"], ["updated_at", "2018-10-11 16:42:09.678842"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.681254"], ["updated_at", "2018-10-11 16:42:09.681254"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.684138"], ["updated_at", "2018-10-11 16:42:09.684138"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.691383"], ["updated_at", "2018-10-11 16:42:09.691383"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.694908"], ["updated_at", "2018-10-11 16:42:09.694908"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.698241"], ["updated_at", "2018-10-11 16:42:09.698241"], ["parent_id", 39895952907]] Kithe::Work Create (5.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.700967"], ["updated_at", "2018-10-11 16:42:09.700967"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.707778"], ["updated_at", "2018-10-11 16:42:09.707778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.709557"], ["updated_at", "2018-10-11 16:42:09.709557"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.711070"], ["updated_at", "2018-10-11 16:42:09.711070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.713173"], ["updated_at", "2018-10-11 16:42:09.713173"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.714828"], ["updated_at", "2018-10-11 16:42:09.714828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.716445"], ["updated_at", "2018-10-11 16:42:09.716445"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.718205"], ["updated_at", "2018-10-11 16:42:09.718205"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.724841"], ["updated_at", "2018-10-11 16:42:09.724841"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.727140"], ["updated_at", "2018-10-11 16:42:09.727140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.729812"], ["updated_at", "2018-10-11 16:42:09.729812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.731426"], ["updated_at", "2018-10-11 16:42:09.731426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.733008"], ["updated_at", "2018-10-11 16:42:09.733008"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.734879"], ["updated_at", "2018-10-11 16:42:09.734879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.745460"], ["updated_at", "2018-10-11 16:42:09.745460"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.747101"], ["updated_at", "2018-10-11 16:42:09.747101"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.748957"], ["updated_at", "2018-10-11 16:42:09.748957"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.752293"], ["updated_at", "2018-10-11 16:42:09.752293"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.757476"], ["updated_at", "2018-10-11 16:42:09.757476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.760117"], ["updated_at", "2018-10-11 16:42:09.760117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.761944"], ["updated_at", "2018-10-11 16:42:09.761944"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.765123"], ["updated_at", "2018-10-11 16:42:09.765123"], ["parent_id", 39895952907]] Kithe::Work Create (5.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.768016"], ["updated_at", "2018-10-11 16:42:09.768016"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.775065"], ["updated_at", "2018-10-11 16:42:09.775065"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.777437"], ["updated_at", "2018-10-11 16:42:09.777437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.779796"], ["updated_at", "2018-10-11 16:42:09.779796"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.781545"], ["updated_at", "2018-10-11 16:42:09.781545"], ["parent_id", 39895952907]] Kithe::Work Create (2.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.784005"], ["updated_at", "2018-10-11 16:42:09.784005"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.789720"], ["updated_at", "2018-10-11 16:42:09.789720"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.792701"], ["updated_at", "2018-10-11 16:42:09.792701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.795540"], ["updated_at", "2018-10-11 16:42:09.795540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.797691"], ["updated_at", "2018-10-11 16:42:09.797691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.799274"], ["updated_at", "2018-10-11 16:42:09.799274"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.800876"], ["updated_at", "2018-10-11 16:42:09.800876"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.807066"], ["updated_at", "2018-10-11 16:42:09.807066"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.810481"], ["updated_at", "2018-10-11 16:42:09.810481"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.813319"], ["updated_at", "2018-10-11 16:42:09.813319"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.816695"], ["updated_at", "2018-10-11 16:42:09.816695"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.821341"], ["updated_at", "2018-10-11 16:42:09.821341"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.827185"], ["updated_at", "2018-10-11 16:42:09.827185"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.830578"], ["updated_at", "2018-10-11 16:42:09.830578"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.833126"], ["updated_at", "2018-10-11 16:42:09.833126"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.834934"], ["updated_at", "2018-10-11 16:42:09.834934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.839270"], ["updated_at", "2018-10-11 16:42:09.839270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.841163"], ["updated_at", "2018-10-11 16:42:09.841163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.842772"], ["updated_at", "2018-10-11 16:42:09.842772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.844455"], ["updated_at", "2018-10-11 16:42:09.844455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.846417"], ["updated_at", "2018-10-11 16:42:09.846417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.848142"], ["updated_at", "2018-10-11 16:42:09.848142"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.849773"], ["updated_at", "2018-10-11 16:42:09.849773"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.851734"], ["updated_at", "2018-10-11 16:42:09.851734"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.857496"], ["updated_at", "2018-10-11 16:42:09.857496"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.860090"], ["updated_at", "2018-10-11 16:42:09.860090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.862357"], ["updated_at", "2018-10-11 16:42:09.862357"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.864051"], ["updated_at", "2018-10-11 16:42:09.864051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.866277"], ["updated_at", "2018-10-11 16:42:09.866277"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.868166"], ["updated_at", "2018-10-11 16:42:09.868166"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.872336"], ["updated_at", "2018-10-11 16:42:09.872336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.877223"], ["updated_at", "2018-10-11 16:42:09.877223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.879067"], ["updated_at", "2018-10-11 16:42:09.879067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.880709"], ["updated_at", "2018-10-11 16:42:09.880709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.882226"], ["updated_at", "2018-10-11 16:42:09.882226"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.884007"], ["updated_at", "2018-10-11 16:42:09.884007"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.887623"], ["updated_at", "2018-10-11 16:42:09.887623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.890648"], ["updated_at", "2018-10-11 16:42:09.890648"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.892526"], ["updated_at", "2018-10-11 16:42:09.892526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.894513"], ["updated_at", "2018-10-11 16:42:09.894513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.896408"], ["updated_at", "2018-10-11 16:42:09.896408"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.898201"], ["updated_at", "2018-10-11 16:42:09.898201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.899770"], ["updated_at", "2018-10-11 16:42:09.899770"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.901411"], ["updated_at", "2018-10-11 16:42:09.901411"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.906234"], ["updated_at", "2018-10-11 16:42:09.906234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.910111"], ["updated_at", "2018-10-11 16:42:09.910111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.911892"], ["updated_at", "2018-10-11 16:42:09.911892"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.913777"], ["updated_at", "2018-10-11 16:42:09.913777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.916077"], ["updated_at", "2018-10-11 16:42:09.916077"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.917900"], ["updated_at", "2018-10-11 16:42:09.917900"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.921836"], ["updated_at", "2018-10-11 16:42:09.921836"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.925368"], ["updated_at", "2018-10-11 16:42:09.925368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.928031"], ["updated_at", "2018-10-11 16:42:09.928031"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.929837"], ["updated_at", "2018-10-11 16:42:09.929837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.932118"], ["updated_at", "2018-10-11 16:42:09.932118"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.934006"], ["updated_at", "2018-10-11 16:42:09.934006"], ["parent_id", 39895952907]] Kithe::Work Create (4.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.937008"], ["updated_at", "2018-10-11 16:42:09.937008"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.944062"], ["updated_at", "2018-10-11 16:42:09.944062"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.946554"], ["updated_at", "2018-10-11 16:42:09.946554"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.949060"], ["updated_at", "2018-10-11 16:42:09.949060"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.953950"], ["updated_at", "2018-10-11 16:42:09.953950"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.959824"], ["updated_at", "2018-10-11 16:42:09.959824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.963212"], ["updated_at", "2018-10-11 16:42:09.963212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.964658"], ["updated_at", "2018-10-11 16:42:09.964658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.966196"], ["updated_at", "2018-10-11 16:42:09.966196"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.967879"], ["updated_at", "2018-10-11 16:42:09.967879"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.971234"], ["updated_at", "2018-10-11 16:42:09.971234"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.974631"], ["updated_at", "2018-10-11 16:42:09.974631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.976310"], ["updated_at", "2018-10-11 16:42:09.976310"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.977928"], ["updated_at", "2018-10-11 16:42:09.977928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.980029"], ["updated_at", "2018-10-11 16:42:09.980029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.981654"], ["updated_at", "2018-10-11 16:42:09.981654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.983290"], ["updated_at", "2018-10-11 16:42:09.983290"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.985178"], ["updated_at", "2018-10-11 16:42:09.985178"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.989925"], ["updated_at", "2018-10-11 16:42:09.989925"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.992073"], ["updated_at", "2018-10-11 16:42:09.992073"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.994841"], ["updated_at", "2018-10-11 16:42:09.994841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.997024"], ["updated_at", "2018-10-11 16:42:09.997024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:09.998631"], ["updated_at", "2018-10-11 16:42:09.998631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.000145"], ["updated_at", "2018-10-11 16:42:10.000145"], ["parent_id", 39895952907]] Kithe::Work Create (4.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.001976"], ["updated_at", "2018-10-11 16:42:10.001976"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.009817"], ["updated_at", "2018-10-11 16:42:10.009817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.011617"], ["updated_at", "2018-10-11 16:42:10.011617"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.013205"], ["updated_at", "2018-10-11 16:42:10.013205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.015251"], ["updated_at", "2018-10-11 16:42:10.015251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.016939"], ["updated_at", "2018-10-11 16:42:10.016939"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.018725"], ["updated_at", "2018-10-11 16:42:10.018725"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.024038"], ["updated_at", "2018-10-11 16:42:10.024038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.026037"], ["updated_at", "2018-10-11 16:42:10.026037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.027814"], ["updated_at", "2018-10-11 16:42:10.027814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.029369"], ["updated_at", "2018-10-11 16:42:10.029369"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.030908"], ["updated_at", "2018-10-11 16:42:10.030908"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.032985"], ["updated_at", "2018-10-11 16:42:10.032985"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.035123"], ["updated_at", "2018-10-11 16:42:10.035123"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.040209"], ["updated_at", "2018-10-11 16:42:10.040209"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.042112"], ["updated_at", "2018-10-11 16:42:10.042112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.044386"], ["updated_at", "2018-10-11 16:42:10.044386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.045927"], ["updated_at", "2018-10-11 16:42:10.045927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.047516"], ["updated_at", "2018-10-11 16:42:10.047516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.049050"], ["updated_at", "2018-10-11 16:42:10.049050"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.050685"], ["updated_at", "2018-10-11 16:42:10.050685"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.054522"], ["updated_at", "2018-10-11 16:42:10.054522"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.058163"], ["updated_at", "2018-10-11 16:42:10.058163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.061287"], ["updated_at", "2018-10-11 16:42:10.061287"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.063201"], ["updated_at", "2018-10-11 16:42:10.063201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.064917"], ["updated_at", "2018-10-11 16:42:10.064917"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.066661"], ["updated_at", "2018-10-11 16:42:10.066661"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.069404"], ["updated_at", "2018-10-11 16:42:10.069404"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.072036"], ["updated_at", "2018-10-11 16:42:10.072036"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.076674"], ["updated_at", "2018-10-11 16:42:10.076674"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.080121"], ["updated_at", "2018-10-11 16:42:10.080121"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.083372"], ["updated_at", "2018-10-11 16:42:10.083372"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.087182"], ["updated_at", "2018-10-11 16:42:10.087182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.089096"], ["updated_at", "2018-10-11 16:42:10.089096"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.090783"], ["updated_at", "2018-10-11 16:42:10.090783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.093033"], ["updated_at", "2018-10-11 16:42:10.093033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.094689"], ["updated_at", "2018-10-11 16:42:10.094689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.096277"], ["updated_at", "2018-10-11 16:42:10.096277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.097947"], ["updated_at", "2018-10-11 16:42:10.097947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.099946"], ["updated_at", "2018-10-11 16:42:10.099946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.101641"], ["updated_at", "2018-10-11 16:42:10.101641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.103423"], ["updated_at", "2018-10-11 16:42:10.103423"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.105171"], ["updated_at", "2018-10-11 16:42:10.105171"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.106985"], ["updated_at", "2018-10-11 16:42:10.106985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.109499"], ["updated_at", "2018-10-11 16:42:10.109499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.111158"], ["updated_at", "2018-10-11 16:42:10.111158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.112727"], ["updated_at", "2018-10-11 16:42:10.112727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.114242"], ["updated_at", "2018-10-11 16:42:10.114242"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.116194"], ["updated_at", "2018-10-11 16:42:10.116194"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.118918"], ["updated_at", "2018-10-11 16:42:10.118918"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.121320"], ["updated_at", "2018-10-11 16:42:10.121320"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.123250"], ["updated_at", "2018-10-11 16:42:10.123250"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.126209"], ["updated_at", "2018-10-11 16:42:10.126209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.128337"], ["updated_at", "2018-10-11 16:42:10.128337"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.129907"], ["updated_at", "2018-10-11 16:42:10.129907"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.132009"], ["updated_at", "2018-10-11 16:42:10.132009"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.133817"], ["updated_at", "2018-10-11 16:42:10.133817"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.135763"], ["updated_at", "2018-10-11 16:42:10.135763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.143780"], ["updated_at", "2018-10-11 16:42:10.143780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.145483"], ["updated_at", "2018-10-11 16:42:10.145483"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.147037"], ["updated_at", "2018-10-11 16:42:10.147037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.149370"], ["updated_at", "2018-10-11 16:42:10.149370"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.151120"], ["updated_at", "2018-10-11 16:42:10.151120"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.154218"], ["updated_at", "2018-10-11 16:42:10.154218"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.158276"], ["updated_at", "2018-10-11 16:42:10.158276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.160113"], ["updated_at", "2018-10-11 16:42:10.160113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.161730"], ["updated_at", "2018-10-11 16:42:10.161730"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.163386"], ["updated_at", "2018-10-11 16:42:10.163386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.165680"], ["updated_at", "2018-10-11 16:42:10.165680"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.167390"], ["updated_at", "2018-10-11 16:42:10.167390"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.170479"], ["updated_at", "2018-10-11 16:42:10.170479"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.174657"], ["updated_at", "2018-10-11 16:42:10.174657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.176583"], ["updated_at", "2018-10-11 16:42:10.176583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.178262"], ["updated_at", "2018-10-11 16:42:10.178262"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.179826"], ["updated_at", "2018-10-11 16:42:10.179826"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.182108"], ["updated_at", "2018-10-11 16:42:10.182108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.183870"], ["updated_at", "2018-10-11 16:42:10.183870"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.186774"], ["updated_at", "2018-10-11 16:42:10.186774"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.191513"], ["updated_at", "2018-10-11 16:42:10.191513"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.195344"], ["updated_at", "2018-10-11 16:42:10.195344"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.198554"], ["updated_at", "2018-10-11 16:42:10.198554"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.200548"], ["updated_at", "2018-10-11 16:42:10.200548"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.209166"], ["updated_at", "2018-10-11 16:42:10.209166"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.212716"], ["updated_at", "2018-10-11 16:42:10.212716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.215853"], ["updated_at", "2018-10-11 16:42:10.215853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.217947"], ["updated_at", "2018-10-11 16:42:10.217947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.222887"], ["updated_at", "2018-10-11 16:42:10.222887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.225009"], ["updated_at", "2018-10-11 16:42:10.225009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.226637"], ["updated_at", "2018-10-11 16:42:10.226637"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.228498"], ["updated_at", "2018-10-11 16:42:10.228498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.230512"], ["updated_at", "2018-10-11 16:42:10.230512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.232197"], ["updated_at", "2018-10-11 16:42:10.232197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.233805"], ["updated_at", "2018-10-11 16:42:10.233805"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.235648"], ["updated_at", "2018-10-11 16:42:10.235648"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.241047"], ["updated_at", "2018-10-11 16:42:10.241047"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.242871"], ["updated_at", "2018-10-11 16:42:10.242871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.244689"], ["updated_at", "2018-10-11 16:42:10.244689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.246289"], ["updated_at", "2018-10-11 16:42:10.246289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.247931"], ["updated_at", "2018-10-11 16:42:10.247931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.249479"], ["updated_at", "2018-10-11 16:42:10.249479"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.251089"], ["updated_at", "2018-10-11 16:42:10.251089"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.254278"], ["updated_at", "2018-10-11 16:42:10.254278"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.258383"], ["updated_at", "2018-10-11 16:42:10.258383"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.260955"], ["updated_at", "2018-10-11 16:42:10.260955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.262884"], ["updated_at", "2018-10-11 16:42:10.262884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.264678"], ["updated_at", "2018-10-11 16:42:10.264678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.266254"], ["updated_at", "2018-10-11 16:42:10.266254"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.268092"], ["updated_at", "2018-10-11 16:42:10.268092"], ["parent_id", 39895952907]] Kithe::Work Create (3.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.269678"], ["updated_at", "2018-10-11 16:42:10.269678"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.274554"], ["updated_at", "2018-10-11 16:42:10.274554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.276445"], ["updated_at", "2018-10-11 16:42:10.276445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.278034"], ["updated_at", "2018-10-11 16:42:10.278034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.279612"], ["updated_at", "2018-10-11 16:42:10.279612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.281257"], ["updated_at", "2018-10-11 16:42:10.281257"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.282965"], ["updated_at", "2018-10-11 16:42:10.282965"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.284793"], ["updated_at", "2018-10-11 16:42:10.284793"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.289258"], ["updated_at", "2018-10-11 16:42:10.289258"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.292019"], ["updated_at", "2018-10-11 16:42:10.292019"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.295040"], ["updated_at", "2018-10-11 16:42:10.295040"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.307794"], ["updated_at", "2018-10-11 16:42:10.307794"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.309606"], ["updated_at", "2018-10-11 16:42:10.309606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.311229"], ["updated_at", "2018-10-11 16:42:10.311229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.312811"], ["updated_at", "2018-10-11 16:42:10.312811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.314387"], ["updated_at", "2018-10-11 16:42:10.314387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.315995"], ["updated_at", "2018-10-11 16:42:10.315995"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.317753"], ["updated_at", "2018-10-11 16:42:10.317753"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.320694"], ["updated_at", "2018-10-11 16:42:10.320694"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.325339"], ["updated_at", "2018-10-11 16:42:10.325339"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.328511"], ["updated_at", "2018-10-11 16:42:10.328511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.330520"], ["updated_at", "2018-10-11 16:42:10.330520"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.332514"], ["updated_at", "2018-10-11 16:42:10.332514"], ["parent_id", 39895952907]] Kithe::Work Create (7.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.335182"], ["updated_at", "2018-10-11 16:42:10.335182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.345014"], ["updated_at", "2018-10-11 16:42:10.345014"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.347382"], ["updated_at", "2018-10-11 16:42:10.347382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.349386"], ["updated_at", "2018-10-11 16:42:10.349386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.351186"], ["updated_at", "2018-10-11 16:42:10.351186"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.354219"], ["updated_at", "2018-10-11 16:42:10.354219"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.358594"], ["updated_at", "2018-10-11 16:42:10.358594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.360475"], ["updated_at", "2018-10-11 16:42:10.360475"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.362343"], ["updated_at", "2018-10-11 16:42:10.362343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.365221"], ["updated_at", "2018-10-11 16:42:10.365221"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.367852"], ["updated_at", "2018-10-11 16:42:10.367852"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.373571"], ["updated_at", "2018-10-11 16:42:10.373571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.376144"], ["updated_at", "2018-10-11 16:42:10.376144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.378026"], ["updated_at", "2018-10-11 16:42:10.378026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.379803"], ["updated_at", "2018-10-11 16:42:10.379803"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.381821"], ["updated_at", "2018-10-11 16:42:10.381821"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.384030"], ["updated_at", "2018-10-11 16:42:10.384030"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.388538"], ["updated_at", "2018-10-11 16:42:10.388538"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.392703"], ["updated_at", "2018-10-11 16:42:10.392703"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.396226"], ["updated_at", "2018-10-11 16:42:10.396226"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.398875"], ["updated_at", "2018-10-11 16:42:10.398875"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.403189"], ["updated_at", "2018-10-11 16:42:10.403189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.408895"], ["updated_at", "2018-10-11 16:42:10.408895"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.410594"], ["updated_at", "2018-10-11 16:42:10.410594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.413207"], ["updated_at", "2018-10-11 16:42:10.413207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.414871"], ["updated_at", "2018-10-11 16:42:10.414871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.416504"], ["updated_at", "2018-10-11 16:42:10.416504"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.418308"], ["updated_at", "2018-10-11 16:42:10.418308"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.423688"], ["updated_at", "2018-10-11 16:42:10.423688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.425572"], ["updated_at", "2018-10-11 16:42:10.425572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.427317"], ["updated_at", "2018-10-11 16:42:10.427317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.428919"], ["updated_at", "2018-10-11 16:42:10.428919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.430518"], ["updated_at", "2018-10-11 16:42:10.430518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.432116"], ["updated_at", "2018-10-11 16:42:10.432116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.433680"], ["updated_at", "2018-10-11 16:42:10.433680"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.435527"], ["updated_at", "2018-10-11 16:42:10.435527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.440470"], ["updated_at", "2018-10-11 16:42:10.440470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.442609"], ["updated_at", "2018-10-11 16:42:10.442609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.444271"], ["updated_at", "2018-10-11 16:42:10.444271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.445895"], ["updated_at", "2018-10-11 16:42:10.445895"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.448007"], ["updated_at", "2018-10-11 16:42:10.448007"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.451378"], ["updated_at", "2018-10-11 16:42:10.451378"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.458636"], ["updated_at", "2018-10-11 16:42:10.458636"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.464214"], ["updated_at", "2018-10-11 16:42:10.464214"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.466410"], ["updated_at", "2018-10-11 16:42:10.466410"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.469439"], ["updated_at", "2018-10-11 16:42:10.469439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.475787"], ["updated_at", "2018-10-11 16:42:10.475787"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.478743"], ["updated_at", "2018-10-11 16:42:10.478743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.480456"], ["updated_at", "2018-10-11 16:42:10.480456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.482071"], ["updated_at", "2018-10-11 16:42:10.482071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.483662"], ["updated_at", "2018-10-11 16:42:10.483662"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.485543"], ["updated_at", "2018-10-11 16:42:10.485543"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.490803"], ["updated_at", "2018-10-11 16:42:10.490803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.492496"], ["updated_at", "2018-10-11 16:42:10.492496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.494334"], ["updated_at", "2018-10-11 16:42:10.494334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.495961"], ["updated_at", "2018-10-11 16:42:10.495961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.497578"], ["updated_at", "2018-10-11 16:42:10.497578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.499206"], ["updated_at", "2018-10-11 16:42:10.499206"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.500963"], ["updated_at", "2018-10-11 16:42:10.500963"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.503683"], ["updated_at", "2018-10-11 16:42:10.503683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.507598"], ["updated_at", "2018-10-11 16:42:10.507598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.509323"], ["updated_at", "2018-10-11 16:42:10.509323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.511309"], ["updated_at", "2018-10-11 16:42:10.511309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.512892"], ["updated_at", "2018-10-11 16:42:10.512892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.514478"], ["updated_at", "2018-10-11 16:42:10.514478"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.515999"], ["updated_at", "2018-10-11 16:42:10.515999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.518012"], ["updated_at", "2018-10-11 16:42:10.518012"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.520976"], ["updated_at", "2018-10-11 16:42:10.520976"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.525204"], ["updated_at", "2018-10-11 16:42:10.525204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.527667"], ["updated_at", "2018-10-11 16:42:10.527667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.529507"], ["updated_at", "2018-10-11 16:42:10.529507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.531102"], ["updated_at", "2018-10-11 16:42:10.531102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.532682"], ["updated_at", "2018-10-11 16:42:10.532682"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.534400"], ["updated_at", "2018-10-11 16:42:10.534400"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.537368"], ["updated_at", "2018-10-11 16:42:10.537368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.542992"], ["updated_at", "2018-10-11 16:42:10.542992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.544538"], ["updated_at", "2018-10-11 16:42:10.544538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.546120"], ["updated_at", "2018-10-11 16:42:10.546120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.547798"], ["updated_at", "2018-10-11 16:42:10.547798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.549371"], ["updated_at", "2018-10-11 16:42:10.549371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.550926"], ["updated_at", "2018-10-11 16:42:10.550926"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.553109"], ["updated_at", "2018-10-11 16:42:10.553109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.557912"], ["updated_at", "2018-10-11 16:42:10.557912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.559569"], ["updated_at", "2018-10-11 16:42:10.559569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.561400"], ["updated_at", "2018-10-11 16:42:10.561400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.563026"], ["updated_at", "2018-10-11 16:42:10.563026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.564545"], ["updated_at", "2018-10-11 16:42:10.564545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.566120"], ["updated_at", "2018-10-11 16:42:10.566120"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.567723"], ["updated_at", "2018-10-11 16:42:10.567723"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.572579"], ["updated_at", "2018-10-11 16:42:10.572579"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.576113"], ["updated_at", "2018-10-11 16:42:10.576113"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.579418"], ["updated_at", "2018-10-11 16:42:10.579418"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.581986"], ["updated_at", "2018-10-11 16:42:10.581986"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.584052"], ["updated_at", "2018-10-11 16:42:10.584052"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.590393"], ["updated_at", "2018-10-11 16:42:10.590393"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.594955"], ["updated_at", "2018-10-11 16:42:10.594955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.597645"], ["updated_at", "2018-10-11 16:42:10.597645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.599419"], ["updated_at", "2018-10-11 16:42:10.599419"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.601111"], ["updated_at", "2018-10-11 16:42:10.601111"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.606326"], ["updated_at", "2018-10-11 16:42:10.606326"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.609511"], ["updated_at", "2018-10-11 16:42:10.609511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.612348"], ["updated_at", "2018-10-11 16:42:10.612348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.613824"], ["updated_at", "2018-10-11 16:42:10.613824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.615320"], ["updated_at", "2018-10-11 16:42:10.615320"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.616907"], ["updated_at", "2018-10-11 16:42:10.616907"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.618782"], ["updated_at", "2018-10-11 16:42:10.618782"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.624190"], ["updated_at", "2018-10-11 16:42:10.624190"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.626606"], ["updated_at", "2018-10-11 16:42:10.626606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.628822"], ["updated_at", "2018-10-11 16:42:10.628822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.630812"], ["updated_at", "2018-10-11 16:42:10.630812"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.632713"], ["updated_at", "2018-10-11 16:42:10.632713"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.635087"], ["updated_at", "2018-10-11 16:42:10.635087"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.640387"], ["updated_at", "2018-10-11 16:42:10.640387"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.643069"], ["updated_at", "2018-10-11 16:42:10.643069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.645760"], ["updated_at", "2018-10-11 16:42:10.645760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.647400"], ["updated_at", "2018-10-11 16:42:10.647400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.648956"], ["updated_at", "2018-10-11 16:42:10.648956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.650483"], ["updated_at", "2018-10-11 16:42:10.650483"], ["parent_id", 39895952907]] Kithe::Work Create (4.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.652457"], ["updated_at", "2018-10-11 16:42:10.652457"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.659382"], ["updated_at", "2018-10-11 16:42:10.659382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.662565"], ["updated_at", "2018-10-11 16:42:10.662565"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.664167"], ["updated_at", "2018-10-11 16:42:10.664167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.665999"], ["updated_at", "2018-10-11 16:42:10.665999"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.667622"], ["updated_at", "2018-10-11 16:42:10.667622"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.673131"], ["updated_at", "2018-10-11 16:42:10.673131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.676804"], ["updated_at", "2018-10-11 16:42:10.676804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.678358"], ["updated_at", "2018-10-11 16:42:10.678358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.679936"], ["updated_at", "2018-10-11 16:42:10.679936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.681901"], ["updated_at", "2018-10-11 16:42:10.681901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.683653"], ["updated_at", "2018-10-11 16:42:10.683653"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.685385"], ["updated_at", "2018-10-11 16:42:10.685385"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.690717"], ["updated_at", "2018-10-11 16:42:10.690717"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.692462"], ["updated_at", "2018-10-11 16:42:10.692462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.694320"], ["updated_at", "2018-10-11 16:42:10.694320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.695920"], ["updated_at", "2018-10-11 16:42:10.695920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.697562"], ["updated_at", "2018-10-11 16:42:10.697562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.699231"], ["updated_at", "2018-10-11 16:42:10.699231"], ["parent_id", 39895952907]] Kithe::Work Create (3.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.701021"], ["updated_at", "2018-10-11 16:42:10.701021"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.708018"], ["updated_at", "2018-10-11 16:42:10.708018"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.711657"], ["updated_at", "2018-10-11 16:42:10.711657"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.714855"], ["updated_at", "2018-10-11 16:42:10.714855"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.718040"], ["updated_at", "2018-10-11 16:42:10.718040"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.724157"], ["updated_at", "2018-10-11 16:42:10.724157"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.727352"], ["updated_at", "2018-10-11 16:42:10.727352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.729952"], ["updated_at", "2018-10-11 16:42:10.729952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.731686"], ["updated_at", "2018-10-11 16:42:10.731686"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.733254"], ["updated_at", "2018-10-11 16:42:10.733254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.734952"], ["updated_at", "2018-10-11 16:42:10.734952"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.738042"], ["updated_at", "2018-10-11 16:42:10.738042"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.742278"], ["updated_at", "2018-10-11 16:42:10.742278"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.744157"], ["updated_at", "2018-10-11 16:42:10.744157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.746034"], ["updated_at", "2018-10-11 16:42:10.746034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.747598"], ["updated_at", "2018-10-11 16:42:10.747598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.749206"], ["updated_at", "2018-10-11 16:42:10.749206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.751085"], ["updated_at", "2018-10-11 16:42:10.751085"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.754115"], ["updated_at", "2018-10-11 16:42:10.754115"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.758675"], ["updated_at", "2018-10-11 16:42:10.758675"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.760519"], ["updated_at", "2018-10-11 16:42:10.760519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.762284"], ["updated_at", "2018-10-11 16:42:10.762284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.763885"], ["updated_at", "2018-10-11 16:42:10.763885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.765454"], ["updated_at", "2018-10-11 16:42:10.765454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.767083"], ["updated_at", "2018-10-11 16:42:10.767083"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.770047"], ["updated_at", "2018-10-11 16:42:10.770047"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.774369"], ["updated_at", "2018-10-11 16:42:10.774369"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.776441"], ["updated_at", "2018-10-11 16:42:10.776441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.778355"], ["updated_at", "2018-10-11 16:42:10.778355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.780021"], ["updated_at", "2018-10-11 16:42:10.780021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.781814"], ["updated_at", "2018-10-11 16:42:10.781814"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.783436"], ["updated_at", "2018-10-11 16:42:10.783436"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.785495"], ["updated_at", "2018-10-11 16:42:10.785495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.790312"], ["updated_at", "2018-10-11 16:42:10.790312"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.792026"], ["updated_at", "2018-10-11 16:42:10.792026"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.795495"], ["updated_at", "2018-10-11 16:42:10.795495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.797394"], ["updated_at", "2018-10-11 16:42:10.797394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.799011"], ["updated_at", "2018-10-11 16:42:10.799011"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.800709"], ["updated_at", "2018-10-11 16:42:10.800709"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.802824"], ["updated_at", "2018-10-11 16:42:10.802824"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.804815"], ["updated_at", "2018-10-11 16:42:10.804815"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.808432"], ["updated_at", "2018-10-11 16:42:10.808432"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.811149"], ["updated_at", "2018-10-11 16:42:10.811149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.812932"], ["updated_at", "2018-10-11 16:42:10.812932"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.814775"], ["updated_at", "2018-10-11 16:42:10.814775"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.816584"], ["updated_at", "2018-10-11 16:42:10.816584"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.818598"], ["updated_at", "2018-10-11 16:42:10.818598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.820711"], ["updated_at", "2018-10-11 16:42:10.820711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.822770"], ["updated_at", "2018-10-11 16:42:10.822770"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.824778"], ["updated_at", "2018-10-11 16:42:10.824778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.827575"], ["updated_at", "2018-10-11 16:42:10.827575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.829383"], ["updated_at", "2018-10-11 16:42:10.829383"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.831543"], ["updated_at", "2018-10-11 16:42:10.831543"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.834743"], ["updated_at", "2018-10-11 16:42:10.834743"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.838428"], ["updated_at", "2018-10-11 16:42:10.838428"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.843499"], ["updated_at", "2018-10-11 16:42:10.843499"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.847111"], ["updated_at", "2018-10-11 16:42:10.847111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.850804"], ["updated_at", "2018-10-11 16:42:10.850804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.853026"], ["updated_at", "2018-10-11 16:42:10.853026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.854664"], ["updated_at", "2018-10-11 16:42:10.854664"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.856426"], ["updated_at", "2018-10-11 16:42:10.856426"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.860415"], ["updated_at", "2018-10-11 16:42:10.860415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.862928"], ["updated_at", "2018-10-11 16:42:10.862928"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.864535"], ["updated_at", "2018-10-11 16:42:10.864535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.866669"], ["updated_at", "2018-10-11 16:42:10.866669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.868260"], ["updated_at", "2018-10-11 16:42:10.868260"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.869822"], ["updated_at", "2018-10-11 16:42:10.869822"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.873237"], ["updated_at", "2018-10-11 16:42:10.873237"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.875452"], ["updated_at", "2018-10-11 16:42:10.875452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.877153"], ["updated_at", "2018-10-11 16:42:10.877153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.878814"], ["updated_at", "2018-10-11 16:42:10.878814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.880424"], ["updated_at", "2018-10-11 16:42:10.880424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.882349"], ["updated_at", "2018-10-11 16:42:10.882349"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.884034"], ["updated_at", "2018-10-11 16:42:10.884034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.886049"], ["updated_at", "2018-10-11 16:42:10.886049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.887851"], ["updated_at", "2018-10-11 16:42:10.887851"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.889445"], ["updated_at", "2018-10-11 16:42:10.889445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.891486"], ["updated_at", "2018-10-11 16:42:10.891486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.893150"], ["updated_at", "2018-10-11 16:42:10.893150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.894745"], ["updated_at", "2018-10-11 16:42:10.894745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.896861"], ["updated_at", "2018-10-11 16:42:10.896861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.898520"], ["updated_at", "2018-10-11 16:42:10.898520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.900070"], ["updated_at", "2018-10-11 16:42:10.900070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.901642"], ["updated_at", "2018-10-11 16:42:10.901642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.903215"], ["updated_at", "2018-10-11 16:42:10.903215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.904795"], ["updated_at", "2018-10-11 16:42:10.904795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.906703"], ["updated_at", "2018-10-11 16:42:10.906703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.908543"], ["updated_at", "2018-10-11 16:42:10.908543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.910206"], ["updated_at", "2018-10-11 16:42:10.910206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.911814"], ["updated_at", "2018-10-11 16:42:10.911814"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.913400"], ["updated_at", "2018-10-11 16:42:10.913400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.915421"], ["updated_at", "2018-10-11 16:42:10.915421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.917196"], ["updated_at", "2018-10-11 16:42:10.917196"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.918821"], ["updated_at", "2018-10-11 16:42:10.918821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.920664"], ["updated_at", "2018-10-11 16:42:10.920664"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.922600"], ["updated_at", "2018-10-11 16:42:10.922600"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.924404"], ["updated_at", "2018-10-11 16:42:10.924404"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.926642"], ["updated_at", "2018-10-11 16:42:10.926642"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.929118"], ["updated_at", "2018-10-11 16:42:10.929118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.931232"], ["updated_at", "2018-10-11 16:42:10.931232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.932840"], ["updated_at", "2018-10-11 16:42:10.932840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.934403"], ["updated_at", "2018-10-11 16:42:10.934403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.935995"], ["updated_at", "2018-10-11 16:42:10.935995"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.937645"], ["updated_at", "2018-10-11 16:42:10.937645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.941295"], ["updated_at", "2018-10-11 16:42:10.941295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.943644"], ["updated_at", "2018-10-11 16:42:10.943644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.947107"], ["updated_at", "2018-10-11 16:42:10.947107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.949021"], ["updated_at", "2018-10-11 16:42:10.949021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.950675"], ["updated_at", "2018-10-11 16:42:10.950675"], ["parent_id", 39895952907]] Kithe::Work Create (4.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.952753"], ["updated_at", "2018-10-11 16:42:10.952753"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.959363"], ["updated_at", "2018-10-11 16:42:10.959363"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.962398"], ["updated_at", "2018-10-11 16:42:10.962398"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.965681"], ["updated_at", "2018-10-11 16:42:10.965681"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.968333"], ["updated_at", "2018-10-11 16:42:10.968333"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.975847"], ["updated_at", "2018-10-11 16:42:10.975847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.978888"], ["updated_at", "2018-10-11 16:42:10.978888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.980714"], ["updated_at", "2018-10-11 16:42:10.980714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.982176"], ["updated_at", "2018-10-11 16:42:10.982176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.983608"], ["updated_at", "2018-10-11 16:42:10.983608"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.985316"], ["updated_at", "2018-10-11 16:42:10.985316"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.991185"], ["updated_at", "2018-10-11 16:42:10.991185"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.993312"], ["updated_at", "2018-10-11 16:42:10.993312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.995965"], ["updated_at", "2018-10-11 16:42:10.995965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.997671"], ["updated_at", "2018-10-11 16:42:10.997671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:10.999202"], ["updated_at", "2018-10-11 16:42:10.999202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.000731"], ["updated_at", "2018-10-11 16:42:11.000731"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.006655"], ["updated_at", "2018-10-11 16:42:11.006655"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.010726"], ["updated_at", "2018-10-11 16:42:11.010726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.012798"], ["updated_at", "2018-10-11 16:42:11.012798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.014390"], ["updated_at", "2018-10-11 16:42:11.014390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.015918"], ["updated_at", "2018-10-11 16:42:11.015918"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.017439"], ["updated_at", "2018-10-11 16:42:11.017439"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.019749"], ["updated_at", "2018-10-11 16:42:11.019749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.025386"], ["updated_at", "2018-10-11 16:42:11.025386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.027396"], ["updated_at", "2018-10-11 16:42:11.027396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.029367"], ["updated_at", "2018-10-11 16:42:11.029367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.031048"], ["updated_at", "2018-10-11 16:42:11.031048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.032620"], ["updated_at", "2018-10-11 16:42:11.032620"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.034252"], ["updated_at", "2018-10-11 16:42:11.034252"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.038056"], ["updated_at", "2018-10-11 16:42:11.038056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.041731"], ["updated_at", "2018-10-11 16:42:11.041731"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.043828"], ["updated_at", "2018-10-11 16:42:11.043828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.045769"], ["updated_at", "2018-10-11 16:42:11.045769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.047370"], ["updated_at", "2018-10-11 16:42:11.047370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.048999"], ["updated_at", "2018-10-11 16:42:11.048999"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.050530"], ["updated_at", "2018-10-11 16:42:11.050530"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.053002"], ["updated_at", "2018-10-11 16:42:11.053002"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.058414"], ["updated_at", "2018-10-11 16:42:11.058414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.061366"], ["updated_at", "2018-10-11 16:42:11.061366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.063080"], ["updated_at", "2018-10-11 16:42:11.063080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.064574"], ["updated_at", "2018-10-11 16:42:11.064574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.065990"], ["updated_at", "2018-10-11 16:42:11.065990"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.067946"], ["updated_at", "2018-10-11 16:42:11.067946"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.071177"], ["updated_at", "2018-10-11 16:42:11.071177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.077832"], ["updated_at", "2018-10-11 16:42:11.077832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.079287"], ["updated_at", "2018-10-11 16:42:11.079287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.080820"], ["updated_at", "2018-10-11 16:42:11.080820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.082362"], ["updated_at", "2018-10-11 16:42:11.082362"], ["parent_id", 39895952907]] Kithe::Work Create (3.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.084683"], ["updated_at", "2018-10-11 16:42:11.084683"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.091436"], ["updated_at", "2018-10-11 16:42:11.091436"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.095069"], ["updated_at", "2018-10-11 16:42:11.095069"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.098484"], ["updated_at", "2018-10-11 16:42:11.098484"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.101552"], ["updated_at", "2018-10-11 16:42:11.101552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.108699"], ["updated_at", "2018-10-11 16:42:11.108699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.110330"], ["updated_at", "2018-10-11 16:42:11.110330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.111826"], ["updated_at", "2018-10-11 16:42:11.111826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.113371"], ["updated_at", "2018-10-11 16:42:11.113371"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.115035"], ["updated_at", "2018-10-11 16:42:11.115035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.117236"], ["updated_at", "2018-10-11 16:42:11.117236"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.119099"], ["updated_at", "2018-10-11 16:42:11.119099"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.126488"], ["updated_at", "2018-10-11 16:42:11.126488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.128726"], ["updated_at", "2018-10-11 16:42:11.128726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.130325"], ["updated_at", "2018-10-11 16:42:11.130325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.132687"], ["updated_at", "2018-10-11 16:42:11.132687"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.134569"], ["updated_at", "2018-10-11 16:42:11.134569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.137167"], ["updated_at", "2018-10-11 16:42:11.137167"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.144898"], ["updated_at", "2018-10-11 16:42:11.144898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.146545"], ["updated_at", "2018-10-11 16:42:11.146545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.148664"], ["updated_at", "2018-10-11 16:42:11.148664"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.150481"], ["updated_at", "2018-10-11 16:42:11.150481"], ["parent_id", 39895952907]] Kithe::Work Create (3.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.152501"], ["updated_at", "2018-10-11 16:42:11.152501"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.158405"], ["updated_at", "2018-10-11 16:42:11.158405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.160067"], ["updated_at", "2018-10-11 16:42:11.160067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.161786"], ["updated_at", "2018-10-11 16:42:11.161786"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.163421"], ["updated_at", "2018-10-11 16:42:11.163421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.165614"], ["updated_at", "2018-10-11 16:42:11.165614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.167292"], ["updated_at", "2018-10-11 16:42:11.167292"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.169089"], ["updated_at", "2018-10-11 16:42:11.169089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.175119"], ["updated_at", "2018-10-11 16:42:11.175119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.176755"], ["updated_at", "2018-10-11 16:42:11.176755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.178347"], ["updated_at", "2018-10-11 16:42:11.178347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.179951"], ["updated_at", "2018-10-11 16:42:11.179951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.181985"], ["updated_at", "2018-10-11 16:42:11.181985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.183554"], ["updated_at", "2018-10-11 16:42:11.183554"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.185467"], ["updated_at", "2018-10-11 16:42:11.185467"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.190427"], ["updated_at", "2018-10-11 16:42:11.190427"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.192805"], ["updated_at", "2018-10-11 16:42:11.192805"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.195421"], ["updated_at", "2018-10-11 16:42:11.195421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.197476"], ["updated_at", "2018-10-11 16:42:11.197476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.199097"], ["updated_at", "2018-10-11 16:42:11.199097"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.200628"], ["updated_at", "2018-10-11 16:42:11.200628"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.202508"], ["updated_at", "2018-10-11 16:42:11.202508"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.206033"], ["updated_at", "2018-10-11 16:42:11.206033"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.209889"], ["updated_at", "2018-10-11 16:42:11.209889"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.213217"], ["updated_at", "2018-10-11 16:42:11.213217"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.216616"], ["updated_at", "2018-10-11 16:42:11.216616"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.219453"], ["updated_at", "2018-10-11 16:42:11.219453"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.227071"], ["updated_at", "2018-10-11 16:42:11.227071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.230175"], ["updated_at", "2018-10-11 16:42:11.230175"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.232448"], ["updated_at", "2018-10-11 16:42:11.232448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.234053"], ["updated_at", "2018-10-11 16:42:11.234053"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.235899"], ["updated_at", "2018-10-11 16:42:11.235899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.240843"], ["updated_at", "2018-10-11 16:42:11.240843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.242938"], ["updated_at", "2018-10-11 16:42:11.242938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.244434"], ["updated_at", "2018-10-11 16:42:11.244434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.245971"], ["updated_at", "2018-10-11 16:42:11.245971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.247552"], ["updated_at", "2018-10-11 16:42:11.247552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.249119"], ["updated_at", "2018-10-11 16:42:11.249119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.250720"], ["updated_at", "2018-10-11 16:42:11.250720"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.252421"], ["updated_at", "2018-10-11 16:42:11.252421"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.256993"], ["updated_at", "2018-10-11 16:42:11.256993"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.260177"], ["updated_at", "2018-10-11 16:42:11.260177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.262449"], ["updated_at", "2018-10-11 16:42:11.262449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.264010"], ["updated_at", "2018-10-11 16:42:11.264010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.265709"], ["updated_at", "2018-10-11 16:42:11.265709"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.267254"], ["updated_at", "2018-10-11 16:42:11.267254"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.269354"], ["updated_at", "2018-10-11 16:42:11.269354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.276886"], ["updated_at", "2018-10-11 16:42:11.276886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.278635"], ["updated_at", "2018-10-11 16:42:11.278635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.280254"], ["updated_at", "2018-10-11 16:42:11.280254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.281861"], ["updated_at", "2018-10-11 16:42:11.281861"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.283451"], ["updated_at", "2018-10-11 16:42:11.283451"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.285209"], ["updated_at", "2018-10-11 16:42:11.285209"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.290473"], ["updated_at", "2018-10-11 16:42:11.290473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.292891"], ["updated_at", "2018-10-11 16:42:11.292891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.294840"], ["updated_at", "2018-10-11 16:42:11.294840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.296471"], ["updated_at", "2018-10-11 16:42:11.296471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.298034"], ["updated_at", "2018-10-11 16:42:11.298034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.299618"], ["updated_at", "2018-10-11 16:42:11.299618"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.301305"], ["updated_at", "2018-10-11 16:42:11.301305"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.304511"], ["updated_at", "2018-10-11 16:42:11.304511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.308486"], ["updated_at", "2018-10-11 16:42:11.308486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.310213"], ["updated_at", "2018-10-11 16:42:11.310213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.311851"], ["updated_at", "2018-10-11 16:42:11.311851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.313543"], ["updated_at", "2018-10-11 16:42:11.313543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.315154"], ["updated_at", "2018-10-11 16:42:11.315154"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.316693"], ["updated_at", "2018-10-11 16:42:11.316693"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.318480"], ["updated_at", "2018-10-11 16:42:11.318480"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.324209"], ["updated_at", "2018-10-11 16:42:11.324209"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.326805"], ["updated_at", "2018-10-11 16:42:11.326805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.328800"], ["updated_at", "2018-10-11 16:42:11.328800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.330429"], ["updated_at", "2018-10-11 16:42:11.330429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.331990"], ["updated_at", "2018-10-11 16:42:11.331990"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.333511"], ["updated_at", "2018-10-11 16:42:11.333511"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.336813"], ["updated_at", "2018-10-11 16:42:11.336813"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.345667"], ["updated_at", "2018-10-11 16:42:11.345667"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.348775"], ["updated_at", "2018-10-11 16:42:11.348775"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.351616"], ["updated_at", "2018-10-11 16:42:11.351616"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.356721"], ["updated_at", "2018-10-11 16:42:11.356721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.360540"], ["updated_at", "2018-10-11 16:42:11.360540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.362088"], ["updated_at", "2018-10-11 16:42:11.362088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.363568"], ["updated_at", "2018-10-11 16:42:11.363568"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.365153"], ["updated_at", "2018-10-11 16:42:11.365153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.366805"], ["updated_at", "2018-10-11 16:42:11.366805"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.368451"], ["updated_at", "2018-10-11 16:42:11.368451"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.373262"], ["updated_at", "2018-10-11 16:42:11.373262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.375991"], ["updated_at", "2018-10-11 16:42:11.375991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.377433"], ["updated_at", "2018-10-11 16:42:11.377433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.379079"], ["updated_at", "2018-10-11 16:42:11.379079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.380647"], ["updated_at", "2018-10-11 16:42:11.380647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.382303"], ["updated_at", "2018-10-11 16:42:11.382303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.383922"], ["updated_at", "2018-10-11 16:42:11.383922"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.385693"], ["updated_at", "2018-10-11 16:42:11.385693"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.392051"], ["updated_at", "2018-10-11 16:42:11.392051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.394752"], ["updated_at", "2018-10-11 16:42:11.394752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.396563"], ["updated_at", "2018-10-11 16:42:11.396563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.398204"], ["updated_at", "2018-10-11 16:42:11.398204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.399991"], ["updated_at", "2018-10-11 16:42:11.399991"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.401996"], ["updated_at", "2018-10-11 16:42:11.401996"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.407701"], ["updated_at", "2018-10-11 16:42:11.407701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.410627"], ["updated_at", "2018-10-11 16:42:11.410627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.412281"], ["updated_at", "2018-10-11 16:42:11.412281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.413900"], ["updated_at", "2018-10-11 16:42:11.413900"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.415548"], ["updated_at", "2018-10-11 16:42:11.415548"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.417522"], ["updated_at", "2018-10-11 16:42:11.417522"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.419964"], ["updated_at", "2018-10-11 16:42:11.419964"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.424843"], ["updated_at", "2018-10-11 16:42:11.424843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.426851"], ["updated_at", "2018-10-11 16:42:11.426851"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.428403"], ["updated_at", "2018-10-11 16:42:11.428403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.429934"], ["updated_at", "2018-10-11 16:42:11.429934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.431960"], ["updated_at", "2018-10-11 16:42:11.431960"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.433555"], ["updated_at", "2018-10-11 16:42:11.433555"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.435848"], ["updated_at", "2018-10-11 16:42:11.435848"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.441624"], ["updated_at", "2018-10-11 16:42:11.441624"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.444118"], ["updated_at", "2018-10-11 16:42:11.444118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.445779"], ["updated_at", "2018-10-11 16:42:11.445779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.447397"], ["updated_at", "2018-10-11 16:42:11.447397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.449037"], ["updated_at", "2018-10-11 16:42:11.449037"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.450904"], ["updated_at", "2018-10-11 16:42:11.450904"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.453136"], ["updated_at", "2018-10-11 16:42:11.453136"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.459517"], ["updated_at", "2018-10-11 16:42:11.459517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.461881"], ["updated_at", "2018-10-11 16:42:11.461881"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.463511"], ["updated_at", "2018-10-11 16:42:11.463511"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.467150"], ["updated_at", "2018-10-11 16:42:11.467150"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.476177"], ["updated_at", "2018-10-11 16:42:11.476177"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.480448"], ["updated_at", "2018-10-11 16:42:11.480448"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.483947"], ["updated_at", "2018-10-11 16:42:11.483947"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.487249"], ["updated_at", "2018-10-11 16:42:11.487249"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.490120"], ["updated_at", "2018-10-11 16:42:11.490120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.492061"], ["updated_at", "2018-10-11 16:42:11.492061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.493738"], ["updated_at", "2018-10-11 16:42:11.493738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.495291"], ["updated_at", "2018-10-11 16:42:11.495291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.496888"], ["updated_at", "2018-10-11 16:42:11.496888"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.498498"], ["updated_at", "2018-10-11 16:42:11.498498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.500722"], ["updated_at", "2018-10-11 16:42:11.500722"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.502469"], ["updated_at", "2018-10-11 16:42:11.502469"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.504545"], ["updated_at", "2018-10-11 16:42:11.504545"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.506617"], ["updated_at", "2018-10-11 16:42:11.506617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.508883"], ["updated_at", "2018-10-11 16:42:11.508883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.510643"], ["updated_at", "2018-10-11 16:42:11.510643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.512252"], ["updated_at", "2018-10-11 16:42:11.512252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.513879"], ["updated_at", "2018-10-11 16:42:11.513879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.515852"], ["updated_at", "2018-10-11 16:42:11.515852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.517614"], ["updated_at", "2018-10-11 16:42:11.517614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.519165"], ["updated_at", "2018-10-11 16:42:11.519165"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.520987"], ["updated_at", "2018-10-11 16:42:11.520987"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.523008"], ["updated_at", "2018-10-11 16:42:11.523008"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.527669"], ["updated_at", "2018-10-11 16:42:11.527669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.529930"], ["updated_at", "2018-10-11 16:42:11.529930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.532036"], ["updated_at", "2018-10-11 16:42:11.532036"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.533857"], ["updated_at", "2018-10-11 16:42:11.533857"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.536157"], ["updated_at", "2018-10-11 16:42:11.536157"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.542231"], ["updated_at", "2018-10-11 16:42:11.542231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.544874"], ["updated_at", "2018-10-11 16:42:11.544874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.546288"], ["updated_at", "2018-10-11 16:42:11.546288"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.548264"], ["updated_at", "2018-10-11 16:42:11.548264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.550193"], ["updated_at", "2018-10-11 16:42:11.550193"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.552017"], ["updated_at", "2018-10-11 16:42:11.552017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.558200"], ["updated_at", "2018-10-11 16:42:11.558200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.559961"], ["updated_at", "2018-10-11 16:42:11.559961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.561601"], ["updated_at", "2018-10-11 16:42:11.561601"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.563290"], ["updated_at", "2018-10-11 16:42:11.563290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.565600"], ["updated_at", "2018-10-11 16:42:11.565600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.567300"], ["updated_at", "2018-10-11 16:42:11.567300"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.568989"], ["updated_at", "2018-10-11 16:42:11.568989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.575100"], ["updated_at", "2018-10-11 16:42:11.575100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.577720"], ["updated_at", "2018-10-11 16:42:11.577720"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.579437"], ["updated_at", "2018-10-11 16:42:11.579437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.581851"], ["updated_at", "2018-10-11 16:42:11.581851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.583523"], ["updated_at", "2018-10-11 16:42:11.583523"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.585333"], ["updated_at", "2018-10-11 16:42:11.585333"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.591478"], ["updated_at", "2018-10-11 16:42:11.591478"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.593801"], ["updated_at", "2018-10-11 16:42:11.593801"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.597727"], ["updated_at", "2018-10-11 16:42:11.597727"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.600028"], ["updated_at", "2018-10-11 16:42:11.600028"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.610464"], ["updated_at", "2018-10-11 16:42:11.610464"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.616175"], ["updated_at", "2018-10-11 16:42:11.616175"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.618718"], ["updated_at", "2018-10-11 16:42:11.618718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.625779"], ["updated_at", "2018-10-11 16:42:11.625779"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.627610"], ["updated_at", "2018-10-11 16:42:11.627610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.629779"], ["updated_at", "2018-10-11 16:42:11.629779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.631456"], ["updated_at", "2018-10-11 16:42:11.631456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.633758"], ["updated_at", "2018-10-11 16:42:11.633758"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.635651"], ["updated_at", "2018-10-11 16:42:11.635651"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.642025"], ["updated_at", "2018-10-11 16:42:11.642025"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.643826"], ["updated_at", "2018-10-11 16:42:11.643826"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.646084"], ["updated_at", "2018-10-11 16:42:11.646084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.647767"], ["updated_at", "2018-10-11 16:42:11.647767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.649447"], ["updated_at", "2018-10-11 16:42:11.649447"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.651127"], ["updated_at", "2018-10-11 16:42:11.651127"], ["parent_id", 39895952907]] Kithe::Work Create (2.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.653529"], ["updated_at", "2018-10-11 16:42:11.653529"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.659815"], ["updated_at", "2018-10-11 16:42:11.659815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.662795"], ["updated_at", "2018-10-11 16:42:11.662795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.664381"], ["updated_at", "2018-10-11 16:42:11.664381"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.665892"], ["updated_at", "2018-10-11 16:42:11.665892"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.667525"], ["updated_at", "2018-10-11 16:42:11.667525"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.672652"], ["updated_at", "2018-10-11 16:42:11.672652"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.677990"], ["updated_at", "2018-10-11 16:42:11.677990"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.680110"], ["updated_at", "2018-10-11 16:42:11.680110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.682384"], ["updated_at", "2018-10-11 16:42:11.682384"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.684326"], ["updated_at", "2018-10-11 16:42:11.684326"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.686736"], ["updated_at", "2018-10-11 16:42:11.686736"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.691904"], ["updated_at", "2018-10-11 16:42:11.691904"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.693733"], ["updated_at", "2018-10-11 16:42:11.693733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.695418"], ["updated_at", "2018-10-11 16:42:11.695418"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.697500"], ["updated_at", "2018-10-11 16:42:11.697500"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.699168"], ["updated_at", "2018-10-11 16:42:11.699168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.701061"], ["updated_at", "2018-10-11 16:42:11.701061"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.703809"], ["updated_at", "2018-10-11 16:42:11.703809"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.709141"], ["updated_at", "2018-10-11 16:42:11.709141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.711368"], ["updated_at", "2018-10-11 16:42:11.711368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.713068"], ["updated_at", "2018-10-11 16:42:11.713068"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.714648"], ["updated_at", "2018-10-11 16:42:11.714648"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.716403"], ["updated_at", "2018-10-11 16:42:11.716403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.718024"], ["updated_at", "2018-10-11 16:42:11.718024"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.725067"], ["updated_at", "2018-10-11 16:42:11.725067"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.728639"], ["updated_at", "2018-10-11 16:42:11.728639"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.731882"], ["updated_at", "2018-10-11 16:42:11.731882"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.733847"], ["updated_at", "2018-10-11 16:42:11.733847"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.741516"], ["updated_at", "2018-10-11 16:42:11.741516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.745453"], ["updated_at", "2018-10-11 16:42:11.745453"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.748025"], ["updated_at", "2018-10-11 16:42:11.748025"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.751202"], ["updated_at", "2018-10-11 16:42:11.751202"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.754054"], ["updated_at", "2018-10-11 16:42:11.754054"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.758105"], ["updated_at", "2018-10-11 16:42:11.758105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.759777"], ["updated_at", "2018-10-11 16:42:11.759777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.761510"], ["updated_at", "2018-10-11 16:42:11.761510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.763129"], ["updated_at", "2018-10-11 16:42:11.763129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.764800"], ["updated_at", "2018-10-11 16:42:11.764800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.766369"], ["updated_at", "2018-10-11 16:42:11.766369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.768137"], ["updated_at", "2018-10-11 16:42:11.768137"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.771759"], ["updated_at", "2018-10-11 16:42:11.771759"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.776065"], ["updated_at", "2018-10-11 16:42:11.776065"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.778122"], ["updated_at", "2018-10-11 16:42:11.778122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.779926"], ["updated_at", "2018-10-11 16:42:11.779926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.781543"], ["updated_at", "2018-10-11 16:42:11.781543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.783147"], ["updated_at", "2018-10-11 16:42:11.783147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.785044"], ["updated_at", "2018-10-11 16:42:11.785044"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.790209"], ["updated_at", "2018-10-11 16:42:11.790209"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.794142"], ["updated_at", "2018-10-11 16:42:11.794142"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.796817"], ["updated_at", "2018-10-11 16:42:11.796817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.798609"], ["updated_at", "2018-10-11 16:42:11.798609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.800184"], ["updated_at", "2018-10-11 16:42:11.800184"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.801907"], ["updated_at", "2018-10-11 16:42:11.801907"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.806924"], ["updated_at", "2018-10-11 16:42:11.806924"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.810635"], ["updated_at", "2018-10-11 16:42:11.810635"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.812869"], ["updated_at", "2018-10-11 16:42:11.812869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.814754"], ["updated_at", "2018-10-11 16:42:11.814754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.816425"], ["updated_at", "2018-10-11 16:42:11.816425"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.818137"], ["updated_at", "2018-10-11 16:42:11.818137"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.821120"], ["updated_at", "2018-10-11 16:42:11.821120"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.825863"], ["updated_at", "2018-10-11 16:42:11.825863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.828078"], ["updated_at", "2018-10-11 16:42:11.828078"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.829807"], ["updated_at", "2018-10-11 16:42:11.829807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.831495"], ["updated_at", "2018-10-11 16:42:11.831495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.833031"], ["updated_at", "2018-10-11 16:42:11.833031"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.834665"], ["updated_at", "2018-10-11 16:42:11.834665"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.836600"], ["updated_at", "2018-10-11 16:42:11.836600"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.842164"], ["updated_at", "2018-10-11 16:42:11.842164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.844324"], ["updated_at", "2018-10-11 16:42:11.844324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.846263"], ["updated_at", "2018-10-11 16:42:11.846263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.847993"], ["updated_at", "2018-10-11 16:42:11.847993"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.849629"], ["updated_at", "2018-10-11 16:42:11.849629"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.851364"], ["updated_at", "2018-10-11 16:42:11.851364"], ["parent_id", 39895952907]] Kithe::Work Create (3.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.853755"], ["updated_at", "2018-10-11 16:42:11.853755"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.859633"], ["updated_at", "2018-10-11 16:42:11.859633"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.863387"], ["updated_at", "2018-10-11 16:42:11.863387"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.865513"], ["updated_at", "2018-10-11 16:42:11.865513"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.867635"], ["updated_at", "2018-10-11 16:42:11.867635"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.872308"], ["updated_at", "2018-10-11 16:42:11.872308"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.877271"], ["updated_at", "2018-10-11 16:42:11.877271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.880859"], ["updated_at", "2018-10-11 16:42:11.880859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.882323"], ["updated_at", "2018-10-11 16:42:11.882323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.883883"], ["updated_at", "2018-10-11 16:42:11.883883"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.885465"], ["updated_at", "2018-10-11 16:42:11.885465"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.889121"], ["updated_at", "2018-10-11 16:42:11.889121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.892313"], ["updated_at", "2018-10-11 16:42:11.892313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.893914"], ["updated_at", "2018-10-11 16:42:11.893914"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.895956"], ["updated_at", "2018-10-11 16:42:11.895956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.897772"], ["updated_at", "2018-10-11 16:42:11.897772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.899448"], ["updated_at", "2018-10-11 16:42:11.899448"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.901153"], ["updated_at", "2018-10-11 16:42:11.901153"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.903402"], ["updated_at", "2018-10-11 16:42:11.903402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.907818"], ["updated_at", "2018-10-11 16:42:11.907818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.909394"], ["updated_at", "2018-10-11 16:42:11.909394"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.911080"], ["updated_at", "2018-10-11 16:42:11.911080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.913419"], ["updated_at", "2018-10-11 16:42:11.913419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.915215"], ["updated_at", "2018-10-11 16:42:11.915215"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.916821"], ["updated_at", "2018-10-11 16:42:11.916821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.918524"], ["updated_at", "2018-10-11 16:42:11.918524"], ["parent_id", 39895952907]] Kithe::Work Create (3.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.920914"], ["updated_at", "2018-10-11 16:42:11.920914"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.926712"], ["updated_at", "2018-10-11 16:42:11.926712"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.928764"], ["updated_at", "2018-10-11 16:42:11.928764"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.931344"], ["updated_at", "2018-10-11 16:42:11.931344"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.933562"], ["updated_at", "2018-10-11 16:42:11.933562"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.938729"], ["updated_at", "2018-10-11 16:42:11.938729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.942941"], ["updated_at", "2018-10-11 16:42:11.942941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.944499"], ["updated_at", "2018-10-11 16:42:11.944499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.947674"], ["updated_at", "2018-10-11 16:42:11.947674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.949239"], ["updated_at", "2018-10-11 16:42:11.949239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.950812"], ["updated_at", "2018-10-11 16:42:11.950812"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.952572"], ["updated_at", "2018-10-11 16:42:11.952572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.957194"], ["updated_at", "2018-10-11 16:42:11.957194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.959130"], ["updated_at", "2018-10-11 16:42:11.959130"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.960738"], ["updated_at", "2018-10-11 16:42:11.960738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.962884"], ["updated_at", "2018-10-11 16:42:11.962884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.964666"], ["updated_at", "2018-10-11 16:42:11.964666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.966348"], ["updated_at", "2018-10-11 16:42:11.966348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.968055"], ["updated_at", "2018-10-11 16:42:11.968055"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.970337"], ["updated_at", "2018-10-11 16:42:11.970337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.974787"], ["updated_at", "2018-10-11 16:42:11.974787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.976514"], ["updated_at", "2018-10-11 16:42:11.976514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.978131"], ["updated_at", "2018-10-11 16:42:11.978131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.980084"], ["updated_at", "2018-10-11 16:42:11.980084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.981702"], ["updated_at", "2018-10-11 16:42:11.981702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.983305"], ["updated_at", "2018-10-11 16:42:11.983305"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.985192"], ["updated_at", "2018-10-11 16:42:11.985192"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.989451"], ["updated_at", "2018-10-11 16:42:11.989451"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.993441"], ["updated_at", "2018-10-11 16:42:11.993441"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:11.998204"], ["updated_at", "2018-10-11 16:42:11.998204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.000058"], ["updated_at", "2018-10-11 16:42:12.000058"], ["parent_id", 39895952907]] Kithe::Work Create (5.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.002253"], ["updated_at", "2018-10-11 16:42:12.002253"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.009063"], ["updated_at", "2018-10-11 16:42:12.009063"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.011909"], ["updated_at", "2018-10-11 16:42:12.011909"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.013955"], ["updated_at", "2018-10-11 16:42:12.013955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.015674"], ["updated_at", "2018-10-11 16:42:12.015674"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.017236"], ["updated_at", "2018-10-11 16:42:12.017236"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.019057"], ["updated_at", "2018-10-11 16:42:12.019057"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.024062"], ["updated_at", "2018-10-11 16:42:12.024062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.026146"], ["updated_at", "2018-10-11 16:42:12.026146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.027830"], ["updated_at", "2018-10-11 16:42:12.027830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.029722"], ["updated_at", "2018-10-11 16:42:12.029722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.031310"], ["updated_at", "2018-10-11 16:42:12.031310"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.032921"], ["updated_at", "2018-10-11 16:42:12.032921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.034668"], ["updated_at", "2018-10-11 16:42:12.034668"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.036864"], ["updated_at", "2018-10-11 16:42:12.036864"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.041767"], ["updated_at", "2018-10-11 16:42:12.041767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.043641"], ["updated_at", "2018-10-11 16:42:12.043641"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.045476"], ["updated_at", "2018-10-11 16:42:12.045476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.047206"], ["updated_at", "2018-10-11 16:42:12.047206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.048829"], ["updated_at", "2018-10-11 16:42:12.048829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.050414"], ["updated_at", "2018-10-11 16:42:12.050414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.052035"], ["updated_at", "2018-10-11 16:42:12.052035"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.054926"], ["updated_at", "2018-10-11 16:42:12.054926"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.058632"], ["updated_at", "2018-10-11 16:42:12.058632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.061295"], ["updated_at", "2018-10-11 16:42:12.061295"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.063094"], ["updated_at", "2018-10-11 16:42:12.063094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.065258"], ["updated_at", "2018-10-11 16:42:12.065258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.067063"], ["updated_at", "2018-10-11 16:42:12.067063"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.069058"], ["updated_at", "2018-10-11 16:42:12.069058"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.074538"], ["updated_at", "2018-10-11 16:42:12.074538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.078421"], ["updated_at", "2018-10-11 16:42:12.078421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.080495"], ["updated_at", "2018-10-11 16:42:12.080495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.082294"], ["updated_at", "2018-10-11 16:42:12.082294"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.083964"], ["updated_at", "2018-10-11 16:42:12.083964"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.085890"], ["updated_at", "2018-10-11 16:42:12.085890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.091006"], ["updated_at", "2018-10-11 16:42:12.091006"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.093260"], ["updated_at", "2018-10-11 16:42:12.093260"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.095322"], ["updated_at", "2018-10-11 16:42:12.095322"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.097400"], ["updated_at", "2018-10-11 16:42:12.097400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.099106"], ["updated_at", "2018-10-11 16:42:12.099106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.100670"], ["updated_at", "2018-10-11 16:42:12.100670"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.102615"], ["updated_at", "2018-10-11 16:42:12.102615"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.107399"], ["updated_at", "2018-10-11 16:42:12.107399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.109501"], ["updated_at", "2018-10-11 16:42:12.109501"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.111282"], ["updated_at", "2018-10-11 16:42:12.111282"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.113984"], ["updated_at", "2018-10-11 16:42:12.113984"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.116732"], ["updated_at", "2018-10-11 16:42:12.116732"], ["parent_id", 39895952907]] Kithe::Work Create (3.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.119357"], ["updated_at", "2018-10-11 16:42:12.119357"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.125806"], ["updated_at", "2018-10-11 16:42:12.125806"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.129521"], ["updated_at", "2018-10-11 16:42:12.129521"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.131556"], ["updated_at", "2018-10-11 16:42:12.131556"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.133595"], ["updated_at", "2018-10-11 16:42:12.133595"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.135470"], ["updated_at", "2018-10-11 16:42:12.135470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.138474"], ["updated_at", "2018-10-11 16:42:12.138474"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.140197"], ["updated_at", "2018-10-11 16:42:12.140197"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.143299"], ["updated_at", "2018-10-11 16:42:12.143299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.145261"], ["updated_at", "2018-10-11 16:42:12.145261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.146917"], ["updated_at", "2018-10-11 16:42:12.146917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.148596"], ["updated_at", "2018-10-11 16:42:12.148596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.150309"], ["updated_at", "2018-10-11 16:42:12.150309"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.151919"], ["updated_at", "2018-10-11 16:42:12.151919"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.154274"], ["updated_at", "2018-10-11 16:42:12.154274"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.156314"], ["updated_at", "2018-10-11 16:42:12.156314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.158159"], ["updated_at", "2018-10-11 16:42:12.158159"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.159901"], ["updated_at", "2018-10-11 16:42:12.159901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.161968"], ["updated_at", "2018-10-11 16:42:12.161968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.163628"], ["updated_at", "2018-10-11 16:42:12.163628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.165260"], ["updated_at", "2018-10-11 16:42:12.165260"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.166812"], ["updated_at", "2018-10-11 16:42:12.166812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.168533"], ["updated_at", "2018-10-11 16:42:12.168533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.170456"], ["updated_at", "2018-10-11 16:42:12.170456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.172392"], ["updated_at", "2018-10-11 16:42:12.172392"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.174258"], ["updated_at", "2018-10-11 16:42:12.174258"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.176208"], ["updated_at", "2018-10-11 16:42:12.176208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.178435"], ["updated_at", "2018-10-11 16:42:12.178435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.180189"], ["updated_at", "2018-10-11 16:42:12.180189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.181761"], ["updated_at", "2018-10-11 16:42:12.181761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.183408"], ["updated_at", "2018-10-11 16:42:12.183408"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.185337"], ["updated_at", "2018-10-11 16:42:12.185337"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.187165"], ["updated_at", "2018-10-11 16:42:12.187165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.189114"], ["updated_at", "2018-10-11 16:42:12.189114"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.190856"], ["updated_at", "2018-10-11 16:42:12.190856"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.193990"], ["updated_at", "2018-10-11 16:42:12.193990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.197424"], ["updated_at", "2018-10-11 16:42:12.197424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.199086"], ["updated_at", "2018-10-11 16:42:12.199086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.201195"], ["updated_at", "2018-10-11 16:42:12.201195"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.203104"], ["updated_at", "2018-10-11 16:42:12.203104"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.208142"], ["updated_at", "2018-10-11 16:42:12.208142"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.212060"], ["updated_at", "2018-10-11 16:42:12.212060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.213989"], ["updated_at", "2018-10-11 16:42:12.213989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.215808"], ["updated_at", "2018-10-11 16:42:12.215808"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.217883"], ["updated_at", "2018-10-11 16:42:12.217883"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.219753"], ["updated_at", "2018-10-11 16:42:12.219753"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.222137"], ["updated_at", "2018-10-11 16:42:12.222137"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.224009"], ["updated_at", "2018-10-11 16:42:12.224009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.226064"], ["updated_at", "2018-10-11 16:42:12.226064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.227851"], ["updated_at", "2018-10-11 16:42:12.227851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.229482"], ["updated_at", "2018-10-11 16:42:12.229482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.231050"], ["updated_at", "2018-10-11 16:42:12.231050"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.232690"], ["updated_at", "2018-10-11 16:42:12.232690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.234950"], ["updated_at", "2018-10-11 16:42:12.234950"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.238082"], ["updated_at", "2018-10-11 16:42:12.238082"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.242736"], ["updated_at", "2018-10-11 16:42:12.242736"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.245317"], ["updated_at", "2018-10-11 16:42:12.245317"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.247909"], ["updated_at", "2018-10-11 16:42:12.247909"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.250630"], ["updated_at", "2018-10-11 16:42:12.250630"], ["parent_id", 39895952907]] Kithe::Work Create (3.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.253187"], ["updated_at", "2018-10-11 16:42:12.253187"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.260193"], ["updated_at", "2018-10-11 16:42:12.260193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.262821"], ["updated_at", "2018-10-11 16:42:12.262821"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.264392"], ["updated_at", "2018-10-11 16:42:12.264392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.266529"], ["updated_at", "2018-10-11 16:42:12.266529"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.268216"], ["updated_at", "2018-10-11 16:42:12.268216"], ["parent_id", 39895952907]] Kithe::Work Create (3.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.270683"], ["updated_at", "2018-10-11 16:42:12.270683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.277081"], ["updated_at", "2018-10-11 16:42:12.277081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.278681"], ["updated_at", "2018-10-11 16:42:12.278681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.280268"], ["updated_at", "2018-10-11 16:42:12.280268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.282134"], ["updated_at", "2018-10-11 16:42:12.282134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.283884"], ["updated_at", "2018-10-11 16:42:12.283884"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.285531"], ["updated_at", "2018-10-11 16:42:12.285531"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.288321"], ["updated_at", "2018-10-11 16:42:12.288321"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.292918"], ["updated_at", "2018-10-11 16:42:12.292918"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.294743"], ["updated_at", "2018-10-11 16:42:12.294743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.296476"], ["updated_at", "2018-10-11 16:42:12.296476"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.298609"], ["updated_at", "2018-10-11 16:42:12.298609"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.300442"], ["updated_at", "2018-10-11 16:42:12.300442"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.302202"], ["updated_at", "2018-10-11 16:42:12.302202"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.305075"], ["updated_at", "2018-10-11 16:42:12.305075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.309618"], ["updated_at", "2018-10-11 16:42:12.309618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.311258"], ["updated_at", "2018-10-11 16:42:12.311258"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.312937"], ["updated_at", "2018-10-11 16:42:12.312937"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.315047"], ["updated_at", "2018-10-11 16:42:12.315047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.316755"], ["updated_at", "2018-10-11 16:42:12.316755"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.318313"], ["updated_at", "2018-10-11 16:42:12.318313"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.320308"], ["updated_at", "2018-10-11 16:42:12.320308"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.326834"], ["updated_at", "2018-10-11 16:42:12.326834"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.329217"], ["updated_at", "2018-10-11 16:42:12.329217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.331630"], ["updated_at", "2018-10-11 16:42:12.331630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.333263"], ["updated_at", "2018-10-11 16:42:12.333263"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.334886"], ["updated_at", "2018-10-11 16:42:12.334886"], ["parent_id", 39895952907]] Kithe::Work Create (2.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.336456"], ["updated_at", "2018-10-11 16:42:12.336456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.340574"], ["updated_at", "2018-10-11 16:42:12.340574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.346807"], ["updated_at", "2018-10-11 16:42:12.346807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.348772"], ["updated_at", "2018-10-11 16:42:12.348772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.350373"], ["updated_at", "2018-10-11 16:42:12.350373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.351877"], ["updated_at", "2018-10-11 16:42:12.351877"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.353521"], ["updated_at", "2018-10-11 16:42:12.353521"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.356416"], ["updated_at", "2018-10-11 16:42:12.356416"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.358984"], ["updated_at", "2018-10-11 16:42:12.358984"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.361908"], ["updated_at", "2018-10-11 16:42:12.361908"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.364554"], ["updated_at", "2018-10-11 16:42:12.364554"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.367082"], ["updated_at", "2018-10-11 16:42:12.367082"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.369684"], ["updated_at", "2018-10-11 16:42:12.369684"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.374671"], ["updated_at", "2018-10-11 16:42:12.374671"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.378399"], ["updated_at", "2018-10-11 16:42:12.378399"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.381713"], ["updated_at", "2018-10-11 16:42:12.381713"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.384183"], ["updated_at", "2018-10-11 16:42:12.384183"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.386244"], ["updated_at", "2018-10-11 16:42:12.386244"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.388870"], ["updated_at", "2018-10-11 16:42:12.388870"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.390671"], ["updated_at", "2018-10-11 16:42:12.390671"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.394525"], ["updated_at", "2018-10-11 16:42:12.394525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.397966"], ["updated_at", "2018-10-11 16:42:12.397966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.399698"], ["updated_at", "2018-10-11 16:42:12.399698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.401210"], ["updated_at", "2018-10-11 16:42:12.401210"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.403304"], ["updated_at", "2018-10-11 16:42:12.403304"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.406104"], ["updated_at", "2018-10-11 16:42:12.406104"], ["parent_id", 39895952907]] Kithe::Work Create (4.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.408432"], ["updated_at", "2018-10-11 16:42:12.408432"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.414638"], ["updated_at", "2018-10-11 16:42:12.414638"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.416252"], ["updated_at", "2018-10-11 16:42:12.416252"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.417858"], ["updated_at", "2018-10-11 16:42:12.417858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.419897"], ["updated_at", "2018-10-11 16:42:12.419897"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.421973"], ["updated_at", "2018-10-11 16:42:12.421973"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.424565"], ["updated_at", "2018-10-11 16:42:12.424565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.428664"], ["updated_at", "2018-10-11 16:42:12.428664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.430725"], ["updated_at", "2018-10-11 16:42:12.430725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.432322"], ["updated_at", "2018-10-11 16:42:12.432322"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.433934"], ["updated_at", "2018-10-11 16:42:12.433934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.436208"], ["updated_at", "2018-10-11 16:42:12.436208"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.438131"], ["updated_at", "2018-10-11 16:42:12.438131"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.440659"], ["updated_at", "2018-10-11 16:42:12.440659"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.444220"], ["updated_at", "2018-10-11 16:42:12.444220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.446124"], ["updated_at", "2018-10-11 16:42:12.446124"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.447727"], ["updated_at", "2018-10-11 16:42:12.447727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.449329"], ["updated_at", "2018-10-11 16:42:12.449329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.451188"], ["updated_at", "2018-10-11 16:42:12.451188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.453073"], ["updated_at", "2018-10-11 16:42:12.453073"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.454912"], ["updated_at", "2018-10-11 16:42:12.454912"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.457341"], ["updated_at", "2018-10-11 16:42:12.457341"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.459633"], ["updated_at", "2018-10-11 16:42:12.459633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.462439"], ["updated_at", "2018-10-11 16:42:12.462439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.464299"], ["updated_at", "2018-10-11 16:42:12.464299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.465946"], ["updated_at", "2018-10-11 16:42:12.465946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.467723"], ["updated_at", "2018-10-11 16:42:12.467723"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.469340"], ["updated_at", "2018-10-11 16:42:12.469340"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.471025"], ["updated_at", "2018-10-11 16:42:12.471025"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.475802"], ["updated_at", "2018-10-11 16:42:12.475802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.480661"], ["updated_at", "2018-10-11 16:42:12.480661"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.482274"], ["updated_at", "2018-10-11 16:42:12.482274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.484032"], ["updated_at", "2018-10-11 16:42:12.484032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.485693"], ["updated_at", "2018-10-11 16:42:12.485693"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.487371"], ["updated_at", "2018-10-11 16:42:12.487371"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.489079"], ["updated_at", "2018-10-11 16:42:12.489079"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.491166"], ["updated_at", "2018-10-11 16:42:12.491166"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.494266"], ["updated_at", "2018-10-11 16:42:12.494266"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.497012"], ["updated_at", "2018-10-11 16:42:12.497012"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.499789"], ["updated_at", "2018-10-11 16:42:12.499789"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.502437"], ["updated_at", "2018-10-11 16:42:12.502437"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.505205"], ["updated_at", "2018-10-11 16:42:12.505205"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.508313"], ["updated_at", "2018-10-11 16:42:12.508313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.511120"], ["updated_at", "2018-10-11 16:42:12.511120"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.512808"], ["updated_at", "2018-10-11 16:42:12.512808"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.514606"], ["updated_at", "2018-10-11 16:42:12.514606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.516854"], ["updated_at", "2018-10-11 16:42:12.516854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.518511"], ["updated_at", "2018-10-11 16:42:12.518511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.520123"], ["updated_at", "2018-10-11 16:42:12.520123"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.521776"], ["updated_at", "2018-10-11 16:42:12.521776"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.523748"], ["updated_at", "2018-10-11 16:42:12.523748"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.526834"], ["updated_at", "2018-10-11 16:42:12.526834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.529400"], ["updated_at", "2018-10-11 16:42:12.529400"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.531307"], ["updated_at", "2018-10-11 16:42:12.531307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.533722"], ["updated_at", "2018-10-11 16:42:12.533722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.535419"], ["updated_at", "2018-10-11 16:42:12.535419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.536888"], ["updated_at", "2018-10-11 16:42:12.536888"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.540130"], ["updated_at", "2018-10-11 16:42:12.540130"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.542233"], ["updated_at", "2018-10-11 16:42:12.542233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.544229"], ["updated_at", "2018-10-11 16:42:12.544229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.545862"], ["updated_at", "2018-10-11 16:42:12.545862"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.547710"], ["updated_at", "2018-10-11 16:42:12.547710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.549844"], ["updated_at", "2018-10-11 16:42:12.549844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.551537"], ["updated_at", "2018-10-11 16:42:12.551537"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.553149"], ["updated_at", "2018-10-11 16:42:12.553149"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.554958"], ["updated_at", "2018-10-11 16:42:12.554958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.557600"], ["updated_at", "2018-10-11 16:42:12.557600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.559327"], ["updated_at", "2018-10-11 16:42:12.559327"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.560933"], ["updated_at", "2018-10-11 16:42:12.560933"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.562611"], ["updated_at", "2018-10-11 16:42:12.562611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.564551"], ["updated_at", "2018-10-11 16:42:12.564551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.566388"], ["updated_at", "2018-10-11 16:42:12.566388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.568040"], ["updated_at", "2018-10-11 16:42:12.568040"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.569594"], ["updated_at", "2018-10-11 16:42:12.569594"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.571918"], ["updated_at", "2018-10-11 16:42:12.571918"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.575198"], ["updated_at", "2018-10-11 16:42:12.575198"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.577246"], ["updated_at", "2018-10-11 16:42:12.577246"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.579376"], ["updated_at", "2018-10-11 16:42:12.579376"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.581739"], ["updated_at", "2018-10-11 16:42:12.581739"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.583761"], ["updated_at", "2018-10-11 16:42:12.583761"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.586073"], ["updated_at", "2018-10-11 16:42:12.586073"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.588386"], ["updated_at", "2018-10-11 16:42:12.588386"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.590574"], ["updated_at", "2018-10-11 16:42:12.590574"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.594032"], ["updated_at", "2018-10-11 16:42:12.594032"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.597738"], ["updated_at", "2018-10-11 16:42:12.597738"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.600425"], ["updated_at", "2018-10-11 16:42:12.600425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.602977"], ["updated_at", "2018-10-11 16:42:12.602977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.605445"], ["updated_at", "2018-10-11 16:42:12.605445"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.607193"], ["updated_at", "2018-10-11 16:42:12.607193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.610118"], ["updated_at", "2018-10-11 16:42:12.610118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.611973"], ["updated_at", "2018-10-11 16:42:12.611973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.613623"], ["updated_at", "2018-10-11 16:42:12.613623"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.615797"], ["updated_at", "2018-10-11 16:42:12.615797"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.619058"], ["updated_at", "2018-10-11 16:42:12.619058"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.622995"], ["updated_at", "2018-10-11 16:42:12.622995"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.626204"], ["updated_at", "2018-10-11 16:42:12.626204"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.629308"], ["updated_at", "2018-10-11 16:42:12.629308"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.632649"], ["updated_at", "2018-10-11 16:42:12.632649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.635220"], ["updated_at", "2018-10-11 16:42:12.635220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.636856"], ["updated_at", "2018-10-11 16:42:12.636856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.638455"], ["updated_at", "2018-10-11 16:42:12.638455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.639994"], ["updated_at", "2018-10-11 16:42:12.639994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.641560"], ["updated_at", "2018-10-11 16:42:12.641560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.643114"], ["updated_at", "2018-10-11 16:42:12.643114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.644650"], ["updated_at", "2018-10-11 16:42:12.644650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.646385"], ["updated_at", "2018-10-11 16:42:12.646385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.648208"], ["updated_at", "2018-10-11 16:42:12.648208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.649839"], ["updated_at", "2018-10-11 16:42:12.649839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.651436"], ["updated_at", "2018-10-11 16:42:12.651436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.652991"], ["updated_at", "2018-10-11 16:42:12.652991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.654527"], ["updated_at", "2018-10-11 16:42:12.654527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.656153"], ["updated_at", "2018-10-11 16:42:12.656153"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.657793"], ["updated_at", "2018-10-11 16:42:12.657793"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.659892"], ["updated_at", "2018-10-11 16:42:12.659892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.662206"], ["updated_at", "2018-10-11 16:42:12.662206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.663804"], ["updated_at", "2018-10-11 16:42:12.663804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.665374"], ["updated_at", "2018-10-11 16:42:12.665374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.667531"], ["updated_at", "2018-10-11 16:42:12.667531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.669149"], ["updated_at", "2018-10-11 16:42:12.669149"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.670768"], ["updated_at", "2018-10-11 16:42:12.670768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.673619"], ["updated_at", "2018-10-11 16:42:12.673619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.675231"], ["updated_at", "2018-10-11 16:42:12.675231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.676814"], ["updated_at", "2018-10-11 16:42:12.676814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.678444"], ["updated_at", "2018-10-11 16:42:12.678444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.680030"], ["updated_at", "2018-10-11 16:42:12.680030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.681660"], ["updated_at", "2018-10-11 16:42:12.681660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.683305"], ["updated_at", "2018-10-11 16:42:12.683305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.685027"], ["updated_at", "2018-10-11 16:42:12.685027"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.686612"], ["updated_at", "2018-10-11 16:42:12.686612"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.688245"], ["updated_at", "2018-10-11 16:42:12.688245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.690228"], ["updated_at", "2018-10-11 16:42:12.690228"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.691847"], ["updated_at", "2018-10-11 16:42:12.691847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.693389"], ["updated_at", "2018-10-11 16:42:12.693389"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.694966"], ["updated_at", "2018-10-11 16:42:12.694966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.696710"], ["updated_at", "2018-10-11 16:42:12.696710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.698300"], ["updated_at", "2018-10-11 16:42:12.698300"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.699945"], ["updated_at", "2018-10-11 16:42:12.699945"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.701643"], ["updated_at", "2018-10-11 16:42:12.701643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.703493"], ["updated_at", "2018-10-11 16:42:12.703493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.705160"], ["updated_at", "2018-10-11 16:42:12.705160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.706929"], ["updated_at", "2018-10-11 16:42:12.706929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.708594"], ["updated_at", "2018-10-11 16:42:12.708594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.710212"], ["updated_at", "2018-10-11 16:42:12.710212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.711795"], ["updated_at", "2018-10-11 16:42:12.711795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.713392"], ["updated_at", "2018-10-11 16:42:12.713392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.715002"], ["updated_at", "2018-10-11 16:42:12.715002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.716545"], ["updated_at", "2018-10-11 16:42:12.716545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.718402"], ["updated_at", "2018-10-11 16:42:12.718402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.719958"], ["updated_at", "2018-10-11 16:42:12.719958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.721697"], ["updated_at", "2018-10-11 16:42:12.721697"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.723353"], ["updated_at", "2018-10-11 16:42:12.723353"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.725453"], ["updated_at", "2018-10-11 16:42:12.725453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.727807"], ["updated_at", "2018-10-11 16:42:12.727807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.729628"], ["updated_at", "2018-10-11 16:42:12.729628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.731235"], ["updated_at", "2018-10-11 16:42:12.731235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.732816"], ["updated_at", "2018-10-11 16:42:12.732816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.734657"], ["updated_at", "2018-10-11 16:42:12.734657"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.736350"], ["updated_at", "2018-10-11 16:42:12.736350"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.740309"], ["updated_at", "2018-10-11 16:42:12.740309"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.743165"], ["updated_at", "2018-10-11 16:42:12.743165"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.746395"], ["updated_at", "2018-10-11 16:42:12.746395"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.749660"], ["updated_at", "2018-10-11 16:42:12.749660"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.753049"], ["updated_at", "2018-10-11 16:42:12.753049"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.756391"], ["updated_at", "2018-10-11 16:42:12.756391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.758582"], ["updated_at", "2018-10-11 16:42:12.758582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.760196"], ["updated_at", "2018-10-11 16:42:12.760196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.761756"], ["updated_at", "2018-10-11 16:42:12.761756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.763390"], ["updated_at", "2018-10-11 16:42:12.763390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.765008"], ["updated_at", "2018-10-11 16:42:12.765008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.766579"], ["updated_at", "2018-10-11 16:42:12.766579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.768135"], ["updated_at", "2018-10-11 16:42:12.768135"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.770277"], ["updated_at", "2018-10-11 16:42:12.770277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.772080"], ["updated_at", "2018-10-11 16:42:12.772080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.773889"], ["updated_at", "2018-10-11 16:42:12.773889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.775520"], ["updated_at", "2018-10-11 16:42:12.775520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.777172"], ["updated_at", "2018-10-11 16:42:12.777172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.778711"], ["updated_at", "2018-10-11 16:42:12.778711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.780282"], ["updated_at", "2018-10-11 16:42:12.780282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.781827"], ["updated_at", "2018-10-11 16:42:12.781827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.783459"], ["updated_at", "2018-10-11 16:42:12.783459"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.785234"], ["updated_at", "2018-10-11 16:42:12.785234"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.787319"], ["updated_at", "2018-10-11 16:42:12.787319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.788981"], ["updated_at", "2018-10-11 16:42:12.788981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.790541"], ["updated_at", "2018-10-11 16:42:12.790541"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.792487"], ["updated_at", "2018-10-11 16:42:12.792487"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.795605"], ["updated_at", "2018-10-11 16:42:12.795605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.797447"], ["updated_at", "2018-10-11 16:42:12.797447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.799040"], ["updated_at", "2018-10-11 16:42:12.799040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.800623"], ["updated_at", "2018-10-11 16:42:12.800623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.802183"], ["updated_at", "2018-10-11 16:42:12.802183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.803890"], ["updated_at", "2018-10-11 16:42:12.803890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.806851"], ["updated_at", "2018-10-11 16:42:12.806851"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.808418"], ["updated_at", "2018-10-11 16:42:12.808418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.810171"], ["updated_at", "2018-10-11 16:42:12.810171"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.811906"], ["updated_at", "2018-10-11 16:42:12.811906"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.813741"], ["updated_at", "2018-10-11 16:42:12.813741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.815469"], ["updated_at", "2018-10-11 16:42:12.815469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.817302"], ["updated_at", "2018-10-11 16:42:12.817302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.818965"], ["updated_at", "2018-10-11 16:42:12.818965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.820520"], ["updated_at", "2018-10-11 16:42:12.820520"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.822138"], ["updated_at", "2018-10-11 16:42:12.822138"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.824535"], ["updated_at", "2018-10-11 16:42:12.824535"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.827177"], ["updated_at", "2018-10-11 16:42:12.827177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.828944"], ["updated_at", "2018-10-11 16:42:12.828944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.830568"], ["updated_at", "2018-10-11 16:42:12.830568"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.832203"], ["updated_at", "2018-10-11 16:42:12.832203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.834052"], ["updated_at", "2018-10-11 16:42:12.834052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.835714"], ["updated_at", "2018-10-11 16:42:12.835714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.837347"], ["updated_at", "2018-10-11 16:42:12.837347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.839037"], ["updated_at", "2018-10-11 16:42:12.839037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.840724"], ["updated_at", "2018-10-11 16:42:12.840724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.842306"], ["updated_at", "2018-10-11 16:42:12.842306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.843863"], ["updated_at", "2018-10-11 16:42:12.843863"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.845554"], ["updated_at", "2018-10-11 16:42:12.845554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.847519"], ["updated_at", "2018-10-11 16:42:12.847519"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.849421"], ["updated_at", "2018-10-11 16:42:12.849421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.851402"], ["updated_at", "2018-10-11 16:42:12.851402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.853252"], ["updated_at", "2018-10-11 16:42:12.853252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.854968"], ["updated_at", "2018-10-11 16:42:12.854968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.856554"], ["updated_at", "2018-10-11 16:42:12.856554"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.858118"], ["updated_at", "2018-10-11 16:42:12.858118"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.862933"], ["updated_at", "2018-10-11 16:42:12.862933"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.865351"], ["updated_at", "2018-10-11 16:42:12.865351"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.867644"], ["updated_at", "2018-10-11 16:42:12.867644"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.870059"], ["updated_at", "2018-10-11 16:42:12.870059"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.872152"], ["updated_at", "2018-10-11 16:42:12.872152"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.878087"], ["updated_at", "2018-10-11 16:42:12.878087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.881257"], ["updated_at", "2018-10-11 16:42:12.881257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.882937"], ["updated_at", "2018-10-11 16:42:12.882937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.884655"], ["updated_at", "2018-10-11 16:42:12.884655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.886358"], ["updated_at", "2018-10-11 16:42:12.886358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.888009"], ["updated_at", "2018-10-11 16:42:12.888009"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.889629"], ["updated_at", "2018-10-11 16:42:12.889629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.891897"], ["updated_at", "2018-10-11 16:42:12.891897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.893514"], ["updated_at", "2018-10-11 16:42:12.893514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.895022"], ["updated_at", "2018-10-11 16:42:12.895022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.896672"], ["updated_at", "2018-10-11 16:42:12.896672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.898242"], ["updated_at", "2018-10-11 16:42:12.898242"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.899839"], ["updated_at", "2018-10-11 16:42:12.899839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.901662"], ["updated_at", "2018-10-11 16:42:12.901662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.903288"], ["updated_at", "2018-10-11 16:42:12.903288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.904875"], ["updated_at", "2018-10-11 16:42:12.904875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.906445"], ["updated_at", "2018-10-11 16:42:12.906445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.908020"], ["updated_at", "2018-10-11 16:42:12.908020"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.909643"], ["updated_at", "2018-10-11 16:42:12.909643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.911818"], ["updated_at", "2018-10-11 16:42:12.911818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.913661"], ["updated_at", "2018-10-11 16:42:12.913661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.915213"], ["updated_at", "2018-10-11 16:42:12.915213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.916794"], ["updated_at", "2018-10-11 16:42:12.916794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.918463"], ["updated_at", "2018-10-11 16:42:12.918463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.920139"], ["updated_at", "2018-10-11 16:42:12.920139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.921715"], ["updated_at", "2018-10-11 16:42:12.921715"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.923314"], ["updated_at", "2018-10-11 16:42:12.923314"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.925171"], ["updated_at", "2018-10-11 16:42:12.925171"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.927462"], ["updated_at", "2018-10-11 16:42:12.927462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.929226"], ["updated_at", "2018-10-11 16:42:12.929226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.930773"], ["updated_at", "2018-10-11 16:42:12.930773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.932354"], ["updated_at", "2018-10-11 16:42:12.932354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.933970"], ["updated_at", "2018-10-11 16:42:12.933970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.935541"], ["updated_at", "2018-10-11 16:42:12.935541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.938965"], ["updated_at", "2018-10-11 16:42:12.938965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.940797"], ["updated_at", "2018-10-11 16:42:12.940797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.942483"], ["updated_at", "2018-10-11 16:42:12.942483"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.944264"], ["updated_at", "2018-10-11 16:42:12.944264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.946333"], ["updated_at", "2018-10-11 16:42:12.946333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.948016"], ["updated_at", "2018-10-11 16:42:12.948016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.949641"], ["updated_at", "2018-10-11 16:42:12.949641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.951228"], ["updated_at", "2018-10-11 16:42:12.951228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.952803"], ["updated_at", "2018-10-11 16:42:12.952803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.954392"], ["updated_at", "2018-10-11 16:42:12.954392"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.956255"], ["updated_at", "2018-10-11 16:42:12.956255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.958390"], ["updated_at", "2018-10-11 16:42:12.958390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.960041"], ["updated_at", "2018-10-11 16:42:12.960041"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.961677"], ["updated_at", "2018-10-11 16:42:12.961677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.963406"], ["updated_at", "2018-10-11 16:42:12.963406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.965011"], ["updated_at", "2018-10-11 16:42:12.965011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.966612"], ["updated_at", "2018-10-11 16:42:12.966612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.968156"], ["updated_at", "2018-10-11 16:42:12.968156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.969703"], ["updated_at", "2018-10-11 16:42:12.969703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.971244"], ["updated_at", "2018-10-11 16:42:12.971244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.972816"], ["updated_at", "2018-10-11 16:42:12.972816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.974344"], ["updated_at", "2018-10-11 16:42:12.974344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.975900"], ["updated_at", "2018-10-11 16:42:12.975900"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.977443"], ["updated_at", "2018-10-11 16:42:12.977443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.979979"], ["updated_at", "2018-10-11 16:42:12.979979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.981656"], ["updated_at", "2018-10-11 16:42:12.981656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.983255"], ["updated_at", "2018-10-11 16:42:12.983255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.984856"], ["updated_at", "2018-10-11 16:42:12.984856"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.986817"], ["updated_at", "2018-10-11 16:42:12.986817"], ["parent_id", 39895952907]] Kithe::Work Create (4.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.990425"], ["updated_at", "2018-10-11 16:42:12.990425"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:12.998483"], ["updated_at", "2018-10-11 16:42:12.998483"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.000894"], ["updated_at", "2018-10-11 16:42:13.000894"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.003068"], ["updated_at", "2018-10-11 16:42:13.003068"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.005187"], ["updated_at", "2018-10-11 16:42:13.005187"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.007958"], ["updated_at", "2018-10-11 16:42:13.007958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.013695"], ["updated_at", "2018-10-11 16:42:13.013695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.015202"], ["updated_at", "2018-10-11 16:42:13.015202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.016755"], ["updated_at", "2018-10-11 16:42:13.016755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.018326"], ["updated_at", "2018-10-11 16:42:13.018326"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.019906"], ["updated_at", "2018-10-11 16:42:13.019906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.021848"], ["updated_at", "2018-10-11 16:42:13.021848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.023454"], ["updated_at", "2018-10-11 16:42:13.023454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.026216"], ["updated_at", "2018-10-11 16:42:13.026216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.027778"], ["updated_at", "2018-10-11 16:42:13.027778"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.029394"], ["updated_at", "2018-10-11 16:42:13.029394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.031106"], ["updated_at", "2018-10-11 16:42:13.031106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.032787"], ["updated_at", "2018-10-11 16:42:13.032787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.034469"], ["updated_at", "2018-10-11 16:42:13.034469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.036140"], ["updated_at", "2018-10-11 16:42:13.036140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.037731"], ["updated_at", "2018-10-11 16:42:13.037731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.039598"], ["updated_at", "2018-10-11 16:42:13.039598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.041593"], ["updated_at", "2018-10-11 16:42:13.041593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.043923"], ["updated_at", "2018-10-11 16:42:13.043923"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.045411"], ["updated_at", "2018-10-11 16:42:13.045411"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.047215"], ["updated_at", "2018-10-11 16:42:13.047215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.049168"], ["updated_at", "2018-10-11 16:42:13.049168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.050977"], ["updated_at", "2018-10-11 16:42:13.050977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.052548"], ["updated_at", "2018-10-11 16:42:13.052548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.054080"], ["updated_at", "2018-10-11 16:42:13.054080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.055924"], ["updated_at", "2018-10-11 16:42:13.055924"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.057781"], ["updated_at", "2018-10-11 16:42:13.057781"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.061211"], ["updated_at", "2018-10-11 16:42:13.061211"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.064033"], ["updated_at", "2018-10-11 16:42:13.064033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.065838"], ["updated_at", "2018-10-11 16:42:13.065838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.067511"], ["updated_at", "2018-10-11 16:42:13.067511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.069072"], ["updated_at", "2018-10-11 16:42:13.069072"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.070627"], ["updated_at", "2018-10-11 16:42:13.070627"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.073656"], ["updated_at", "2018-10-11 16:42:13.073656"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.076043"], ["updated_at", "2018-10-11 16:42:13.076043"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.078236"], ["updated_at", "2018-10-11 16:42:13.078236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.080098"], ["updated_at", "2018-10-11 16:42:13.080098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.081828"], ["updated_at", "2018-10-11 16:42:13.081828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.083563"], ["updated_at", "2018-10-11 16:42:13.083563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.085425"], ["updated_at", "2018-10-11 16:42:13.085425"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.087027"], ["updated_at", "2018-10-11 16:42:13.087027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.088841"], ["updated_at", "2018-10-11 16:42:13.088841"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.090687"], ["updated_at", "2018-10-11 16:42:13.090687"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.093441"], ["updated_at", "2018-10-11 16:42:13.093441"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.095264"], ["updated_at", "2018-10-11 16:42:13.095264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.096999"], ["updated_at", "2018-10-11 16:42:13.096999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.098678"], ["updated_at", "2018-10-11 16:42:13.098678"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.100498"], ["updated_at", "2018-10-11 16:42:13.100498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.102278"], ["updated_at", "2018-10-11 16:42:13.102278"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.103853"], ["updated_at", "2018-10-11 16:42:13.103853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.105716"], ["updated_at", "2018-10-11 16:42:13.105716"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.107364"], ["updated_at", "2018-10-11 16:42:13.107364"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.110058"], ["updated_at", "2018-10-11 16:42:13.110058"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.111669"], ["updated_at", "2018-10-11 16:42:13.111669"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.113361"], ["updated_at", "2018-10-11 16:42:13.113361"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.116033"], ["updated_at", "2018-10-11 16:42:13.116033"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.119547"], ["updated_at", "2018-10-11 16:42:13.119547"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.123129"], ["updated_at", "2018-10-11 16:42:13.123129"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.129780"], ["updated_at", "2018-10-11 16:42:13.129780"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.132154"], ["updated_at", "2018-10-11 16:42:13.132154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.134610"], ["updated_at", "2018-10-11 16:42:13.134610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.136187"], ["updated_at", "2018-10-11 16:42:13.136187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.138116"], ["updated_at", "2018-10-11 16:42:13.138116"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.139701"], ["updated_at", "2018-10-11 16:42:13.139701"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.141627"], ["updated_at", "2018-10-11 16:42:13.141627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.145497"], ["updated_at", "2018-10-11 16:42:13.145497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.147249"], ["updated_at", "2018-10-11 16:42:13.147249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.149002"], ["updated_at", "2018-10-11 16:42:13.149002"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.150661"], ["updated_at", "2018-10-11 16:42:13.150661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.152486"], ["updated_at", "2018-10-11 16:42:13.152486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.154457"], ["updated_at", "2018-10-11 16:42:13.154457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.156154"], ["updated_at", "2018-10-11 16:42:13.156154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.158021"], ["updated_at", "2018-10-11 16:42:13.158021"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.160302"], ["updated_at", "2018-10-11 16:42:13.160302"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.162861"], ["updated_at", "2018-10-11 16:42:13.162861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.164621"], ["updated_at", "2018-10-11 16:42:13.164621"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.166252"], ["updated_at", "2018-10-11 16:42:13.166252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.167955"], ["updated_at", "2018-10-11 16:42:13.167955"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.169485"], ["updated_at", "2018-10-11 16:42:13.169485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.171308"], ["updated_at", "2018-10-11 16:42:13.171308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.172988"], ["updated_at", "2018-10-11 16:42:13.172988"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.174779"], ["updated_at", "2018-10-11 16:42:13.174779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.177440"], ["updated_at", "2018-10-11 16:42:13.177440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.179098"], ["updated_at", "2018-10-11 16:42:13.179098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.180817"], ["updated_at", "2018-10-11 16:42:13.180817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.182557"], ["updated_at", "2018-10-11 16:42:13.182557"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.184236"], ["updated_at", "2018-10-11 16:42:13.184236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.186020"], ["updated_at", "2018-10-11 16:42:13.186020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.188036"], ["updated_at", "2018-10-11 16:42:13.188036"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.189644"], ["updated_at", "2018-10-11 16:42:13.189644"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.191847"], ["updated_at", "2018-10-11 16:42:13.191847"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.195456"], ["updated_at", "2018-10-11 16:42:13.195456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.197385"], ["updated_at", "2018-10-11 16:42:13.197385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.199066"], ["updated_at", "2018-10-11 16:42:13.199066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.200764"], ["updated_at", "2018-10-11 16:42:13.200764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.202346"], ["updated_at", "2018-10-11 16:42:13.202346"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.203903"], ["updated_at", "2018-10-11 16:42:13.203903"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.207057"], ["updated_at", "2018-10-11 16:42:13.207057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.209836"], ["updated_at", "2018-10-11 16:42:13.209836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.211426"], ["updated_at", "2018-10-11 16:42:13.211426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.213254"], ["updated_at", "2018-10-11 16:42:13.213254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.215015"], ["updated_at", "2018-10-11 16:42:13.215015"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.216684"], ["updated_at", "2018-10-11 16:42:13.216684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.218411"], ["updated_at", "2018-10-11 16:42:13.218411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.220015"], ["updated_at", "2018-10-11 16:42:13.220015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.221824"], ["updated_at", "2018-10-11 16:42:13.221824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.223510"], ["updated_at", "2018-10-11 16:42:13.223510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.225590"], ["updated_at", "2018-10-11 16:42:13.225590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.227226"], ["updated_at", "2018-10-11 16:42:13.227226"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.228865"], ["updated_at", "2018-10-11 16:42:13.228865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.230726"], ["updated_at", "2018-10-11 16:42:13.230726"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.232478"], ["updated_at", "2018-10-11 16:42:13.232478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.234462"], ["updated_at", "2018-10-11 16:42:13.234462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.236117"], ["updated_at", "2018-10-11 16:42:13.236117"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.237710"], ["updated_at", "2018-10-11 16:42:13.237710"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.239901"], ["updated_at", "2018-10-11 16:42:13.239901"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.242782"], ["updated_at", "2018-10-11 16:42:13.242782"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.245470"], ["updated_at", "2018-10-11 16:42:13.245470"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.248353"], ["updated_at", "2018-10-11 16:42:13.248353"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.251132"], ["updated_at", "2018-10-11 16:42:13.251132"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.253796"], ["updated_at", "2018-10-11 16:42:13.253796"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.256473"], ["updated_at", "2018-10-11 16:42:13.256473"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.258715"], ["updated_at", "2018-10-11 16:42:13.258715"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.261595"], ["updated_at", "2018-10-11 16:42:13.261595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.263615"], ["updated_at", "2018-10-11 16:42:13.263615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.265466"], ["updated_at", "2018-10-11 16:42:13.265466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.267197"], ["updated_at", "2018-10-11 16:42:13.267197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.268769"], ["updated_at", "2018-10-11 16:42:13.268769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.272901"], ["updated_at", "2018-10-11 16:42:13.272901"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.274754"], ["updated_at", "2018-10-11 16:42:13.274754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.276483"], ["updated_at", "2018-10-11 16:42:13.276483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.278108"], ["updated_at", "2018-10-11 16:42:13.278108"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.279746"], ["updated_at", "2018-10-11 16:42:13.279746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.281519"], ["updated_at", "2018-10-11 16:42:13.281519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.283275"], ["updated_at", "2018-10-11 16:42:13.283275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.284971"], ["updated_at", "2018-10-11 16:42:13.284971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.286543"], ["updated_at", "2018-10-11 16:42:13.286543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.288337"], ["updated_at", "2018-10-11 16:42:13.288337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.290059"], ["updated_at", "2018-10-11 16:42:13.290059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.291657"], ["updated_at", "2018-10-11 16:42:13.291657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.293245"], ["updated_at", "2018-10-11 16:42:13.293245"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.294804"], ["updated_at", "2018-10-11 16:42:13.294804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.296511"], ["updated_at", "2018-10-11 16:42:13.296511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.298298"], ["updated_at", "2018-10-11 16:42:13.298298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.300011"], ["updated_at", "2018-10-11 16:42:13.300011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.301721"], ["updated_at", "2018-10-11 16:42:13.301721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.303582"], ["updated_at", "2018-10-11 16:42:13.303582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.305269"], ["updated_at", "2018-10-11 16:42:13.305269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.306862"], ["updated_at", "2018-10-11 16:42:13.306862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.308527"], ["updated_at", "2018-10-11 16:42:13.308527"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.310067"], ["updated_at", "2018-10-11 16:42:13.310067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.311804"], ["updated_at", "2018-10-11 16:42:13.311804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.313386"], ["updated_at", "2018-10-11 16:42:13.313386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.315046"], ["updated_at", "2018-10-11 16:42:13.315046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.316637"], ["updated_at", "2018-10-11 16:42:13.316637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.318208"], ["updated_at", "2018-10-11 16:42:13.318208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.319805"], ["updated_at", "2018-10-11 16:42:13.319805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.321462"], ["updated_at", "2018-10-11 16:42:13.321462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.323056"], ["updated_at", "2018-10-11 16:42:13.323056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.324633"], ["updated_at", "2018-10-11 16:42:13.324633"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.326777"], ["updated_at", "2018-10-11 16:42:13.326777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.329305"], ["updated_at", "2018-10-11 16:42:13.329305"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.331008"], ["updated_at", "2018-10-11 16:42:13.331008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.332649"], ["updated_at", "2018-10-11 16:42:13.332649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.334411"], ["updated_at", "2018-10-11 16:42:13.334411"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.335984"], ["updated_at", "2018-10-11 16:42:13.335984"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.339060"], ["updated_at", "2018-10-11 16:42:13.339060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.340922"], ["updated_at", "2018-10-11 16:42:13.340922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.342514"], ["updated_at", "2018-10-11 16:42:13.342514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.344120"], ["updated_at", "2018-10-11 16:42:13.344120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.345755"], ["updated_at", "2018-10-11 16:42:13.345755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.347402"], ["updated_at", "2018-10-11 16:42:13.347402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.348992"], ["updated_at", "2018-10-11 16:42:13.348992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.350621"], ["updated_at", "2018-10-11 16:42:13.350621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.352271"], ["updated_at", "2018-10-11 16:42:13.352271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.353864"], ["updated_at", "2018-10-11 16:42:13.353864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.355440"], ["updated_at", "2018-10-11 16:42:13.355440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.357021"], ["updated_at", "2018-10-11 16:42:13.357021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.358605"], ["updated_at", "2018-10-11 16:42:13.358605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.360254"], ["updated_at", "2018-10-11 16:42:13.360254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.361816"], ["updated_at", "2018-10-11 16:42:13.361816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.363432"], ["updated_at", "2018-10-11 16:42:13.363432"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.365227"], ["updated_at", "2018-10-11 16:42:13.365227"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.367882"], ["updated_at", "2018-10-11 16:42:13.367882"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.370561"], ["updated_at", "2018-10-11 16:42:13.370561"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.373122"], ["updated_at", "2018-10-11 16:42:13.373122"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.375676"], ["updated_at", "2018-10-11 16:42:13.375676"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.378257"], ["updated_at", "2018-10-11 16:42:13.378257"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.380859"], ["updated_at", "2018-10-11 16:42:13.380859"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.383519"], ["updated_at", "2018-10-11 16:42:13.383519"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.385533"], ["updated_at", "2018-10-11 16:42:13.385533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.387253"], ["updated_at", "2018-10-11 16:42:13.387253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.388894"], ["updated_at", "2018-10-11 16:42:13.388894"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.390476"], ["updated_at", "2018-10-11 16:42:13.390476"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.392112"], ["updated_at", "2018-10-11 16:42:13.392112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.394577"], ["updated_at", "2018-10-11 16:42:13.394577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.396561"], ["updated_at", "2018-10-11 16:42:13.396561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.398230"], ["updated_at", "2018-10-11 16:42:13.398230"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.399812"], ["updated_at", "2018-10-11 16:42:13.399812"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.401341"], ["updated_at", "2018-10-11 16:42:13.401341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.403071"], ["updated_at", "2018-10-11 16:42:13.403071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.406145"], ["updated_at", "2018-10-11 16:42:13.406145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.407848"], ["updated_at", "2018-10-11 16:42:13.407848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.409476"], ["updated_at", "2018-10-11 16:42:13.409476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.411070"], ["updated_at", "2018-10-11 16:42:13.411070"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.412613"], ["updated_at", "2018-10-11 16:42:13.412613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.414344"], ["updated_at", "2018-10-11 16:42:13.414344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.415957"], ["updated_at", "2018-10-11 16:42:13.415957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.417532"], ["updated_at", "2018-10-11 16:42:13.417532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.419226"], ["updated_at", "2018-10-11 16:42:13.419226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.420887"], ["updated_at", "2018-10-11 16:42:13.420887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.422459"], ["updated_at", "2018-10-11 16:42:13.422459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.424054"], ["updated_at", "2018-10-11 16:42:13.424054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.425616"], ["updated_at", "2018-10-11 16:42:13.425616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.427228"], ["updated_at", "2018-10-11 16:42:13.427228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.428798"], ["updated_at", "2018-10-11 16:42:13.428798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.430404"], ["updated_at", "2018-10-11 16:42:13.430404"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.431963"], ["updated_at", "2018-10-11 16:42:13.431963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.433753"], ["updated_at", "2018-10-11 16:42:13.433753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.435318"], ["updated_at", "2018-10-11 16:42:13.435318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.437007"], ["updated_at", "2018-10-11 16:42:13.437007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.438561"], ["updated_at", "2018-10-11 16:42:13.438561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.440174"], ["updated_at", "2018-10-11 16:42:13.440174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.441814"], ["updated_at", "2018-10-11 16:42:13.441814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.443384"], ["updated_at", "2018-10-11 16:42:13.443384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.444991"], ["updated_at", "2018-10-11 16:42:13.444991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.446613"], ["updated_at", "2018-10-11 16:42:13.446613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.448192"], ["updated_at", "2018-10-11 16:42:13.448192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.449737"], ["updated_at", "2018-10-11 16:42:13.449737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.451354"], ["updated_at", "2018-10-11 16:42:13.451354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.452913"], ["updated_at", "2018-10-11 16:42:13.452913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.454513"], ["updated_at", "2018-10-11 16:42:13.454513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.456082"], ["updated_at", "2018-10-11 16:42:13.456082"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.457719"], ["updated_at", "2018-10-11 16:42:13.457719"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.459670"], ["updated_at", "2018-10-11 16:42:13.459670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.462291"], ["updated_at", "2018-10-11 16:42:13.462291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.463995"], ["updated_at", "2018-10-11 16:42:13.463995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.465586"], ["updated_at", "2018-10-11 16:42:13.465586"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.467107"], ["updated_at", "2018-10-11 16:42:13.467107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.469081"], ["updated_at", "2018-10-11 16:42:13.469081"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.470791"], ["updated_at", "2018-10-11 16:42:13.470791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.473609"], ["updated_at", "2018-10-11 16:42:13.473609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.475306"], ["updated_at", "2018-10-11 16:42:13.475306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.476875"], ["updated_at", "2018-10-11 16:42:13.476875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.478416"], ["updated_at", "2018-10-11 16:42:13.478416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.480014"], ["updated_at", "2018-10-11 16:42:13.480014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.481573"], ["updated_at", "2018-10-11 16:42:13.481573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.483117"], ["updated_at", "2018-10-11 16:42:13.483117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.484920"], ["updated_at", "2018-10-11 16:42:13.484920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.486442"], ["updated_at", "2018-10-11 16:42:13.486442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.487960"], ["updated_at", "2018-10-11 16:42:13.487960"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.489576"], ["updated_at", "2018-10-11 16:42:13.489576"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.491937"], ["updated_at", "2018-10-11 16:42:13.491937"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.495176"], ["updated_at", "2018-10-11 16:42:13.495176"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.498402"], ["updated_at", "2018-10-11 16:42:13.498402"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.501648"], ["updated_at", "2018-10-11 16:42:13.501648"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.504802"], ["updated_at", "2018-10-11 16:42:13.504802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.508234"], ["updated_at", "2018-10-11 16:42:13.508234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.510095"], ["updated_at", "2018-10-11 16:42:13.510095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.511691"], ["updated_at", "2018-10-11 16:42:13.511691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.513294"], ["updated_at", "2018-10-11 16:42:13.513294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.514879"], ["updated_at", "2018-10-11 16:42:13.514879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.516431"], ["updated_at", "2018-10-11 16:42:13.516431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.518000"], ["updated_at", "2018-10-11 16:42:13.518000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.519561"], ["updated_at", "2018-10-11 16:42:13.519561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.521117"], ["updated_at", "2018-10-11 16:42:13.521117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.522718"], ["updated_at", "2018-10-11 16:42:13.522718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.524299"], ["updated_at", "2018-10-11 16:42:13.524299"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.525968"], ["updated_at", "2018-10-11 16:42:13.525968"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.528281"], ["updated_at", "2018-10-11 16:42:13.528281"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.530063"], ["updated_at", "2018-10-11 16:42:13.530063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.531855"], ["updated_at", "2018-10-11 16:42:13.531855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.533390"], ["updated_at", "2018-10-11 16:42:13.533390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.534987"], ["updated_at", "2018-10-11 16:42:13.534987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.536724"], ["updated_at", "2018-10-11 16:42:13.536724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.539796"], ["updated_at", "2018-10-11 16:42:13.539796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.541476"], ["updated_at", "2018-10-11 16:42:13.541476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.543081"], ["updated_at", "2018-10-11 16:42:13.543081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.544692"], ["updated_at", "2018-10-11 16:42:13.544692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.546254"], ["updated_at", "2018-10-11 16:42:13.546254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.547847"], ["updated_at", "2018-10-11 16:42:13.547847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.549407"], ["updated_at", "2018-10-11 16:42:13.549407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.550970"], ["updated_at", "2018-10-11 16:42:13.550970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.552562"], ["updated_at", "2018-10-11 16:42:13.552562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.554094"], ["updated_at", "2018-10-11 16:42:13.554094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.555635"], ["updated_at", "2018-10-11 16:42:13.555635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.557226"], ["updated_at", "2018-10-11 16:42:13.557226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.558822"], ["updated_at", "2018-10-11 16:42:13.558822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.560372"], ["updated_at", "2018-10-11 16:42:13.560372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.561953"], ["updated_at", "2018-10-11 16:42:13.561953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.563468"], ["updated_at", "2018-10-11 16:42:13.563468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.564984"], ["updated_at", "2018-10-11 16:42:13.564984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.566556"], ["updated_at", "2018-10-11 16:42:13.566556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.568208"], ["updated_at", "2018-10-11 16:42:13.568208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.569820"], ["updated_at", "2018-10-11 16:42:13.569820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.571541"], ["updated_at", "2018-10-11 16:42:13.571541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.573276"], ["updated_at", "2018-10-11 16:42:13.573276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.574913"], ["updated_at", "2018-10-11 16:42:13.574913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.576514"], ["updated_at", "2018-10-11 16:42:13.576514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.578084"], ["updated_at", "2018-10-11 16:42:13.578084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.579684"], ["updated_at", "2018-10-11 16:42:13.579684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.581312"], ["updated_at", "2018-10-11 16:42:13.581312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.582893"], ["updated_at", "2018-10-11 16:42:13.582893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.584467"], ["updated_at", "2018-10-11 16:42:13.584467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.586056"], ["updated_at", "2018-10-11 16:42:13.586056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.587677"], ["updated_at", "2018-10-11 16:42:13.587677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.589267"], ["updated_at", "2018-10-11 16:42:13.589267"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.590837"], ["updated_at", "2018-10-11 16:42:13.590837"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.594523"], ["updated_at", "2018-10-11 16:42:13.594523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.596858"], ["updated_at", "2018-10-11 16:42:13.596858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.598512"], ["updated_at", "2018-10-11 16:42:13.598512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.600091"], ["updated_at", "2018-10-11 16:42:13.600091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.601688"], ["updated_at", "2018-10-11 16:42:13.601688"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.603255"], ["updated_at", "2018-10-11 16:42:13.603255"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.604858"], ["updated_at", "2018-10-11 16:42:13.604858"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.607698"], ["updated_at", "2018-10-11 16:42:13.607698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.609315"], ["updated_at", "2018-10-11 16:42:13.609315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.610892"], ["updated_at", "2018-10-11 16:42:13.610892"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.612769"], ["updated_at", "2018-10-11 16:42:13.612769"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.616216"], ["updated_at", "2018-10-11 16:42:13.616216"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.619735"], ["updated_at", "2018-10-11 16:42:13.619735"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.623187"], ["updated_at", "2018-10-11 16:42:13.623187"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.626712"], ["updated_at", "2018-10-11 16:42:13.626712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.630252"], ["updated_at", "2018-10-11 16:42:13.630252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.633469"], ["updated_at", "2018-10-11 16:42:13.633469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.635171"], ["updated_at", "2018-10-11 16:42:13.635171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.636777"], ["updated_at", "2018-10-11 16:42:13.636777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.638375"], ["updated_at", "2018-10-11 16:42:13.638375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.640024"], ["updated_at", "2018-10-11 16:42:13.640024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.641614"], ["updated_at", "2018-10-11 16:42:13.641614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.643169"], ["updated_at", "2018-10-11 16:42:13.643169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.644699"], ["updated_at", "2018-10-11 16:42:13.644699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.646309"], ["updated_at", "2018-10-11 16:42:13.646309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.648062"], ["updated_at", "2018-10-11 16:42:13.648062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.649607"], ["updated_at", "2018-10-11 16:42:13.649607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.651139"], ["updated_at", "2018-10-11 16:42:13.651139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.652795"], ["updated_at", "2018-10-11 16:42:13.652795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.654432"], ["updated_at", "2018-10-11 16:42:13.654432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.656019"], ["updated_at", "2018-10-11 16:42:13.656019"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.657568"], ["updated_at", "2018-10-11 16:42:13.657568"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.659440"], ["updated_at", "2018-10-11 16:42:13.659440"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.661700"], ["updated_at", "2018-10-11 16:42:13.661700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.663414"], ["updated_at", "2018-10-11 16:42:13.663414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.665054"], ["updated_at", "2018-10-11 16:42:13.665054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.666750"], ["updated_at", "2018-10-11 16:42:13.666750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.668358"], ["updated_at", "2018-10-11 16:42:13.668358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.669974"], ["updated_at", "2018-10-11 16:42:13.669974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.673359"], ["updated_at", "2018-10-11 16:42:13.673359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.675282"], ["updated_at", "2018-10-11 16:42:13.675282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.676970"], ["updated_at", "2018-10-11 16:42:13.676970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.678576"], ["updated_at", "2018-10-11 16:42:13.678576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.680222"], ["updated_at", "2018-10-11 16:42:13.680222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.681786"], ["updated_at", "2018-10-11 16:42:13.681786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.683346"], ["updated_at", "2018-10-11 16:42:13.683346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.684930"], ["updated_at", "2018-10-11 16:42:13.684930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.686619"], ["updated_at", "2018-10-11 16:42:13.686619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.688273"], ["updated_at", "2018-10-11 16:42:13.688273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.689857"], ["updated_at", "2018-10-11 16:42:13.689857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.691418"], ["updated_at", "2018-10-11 16:42:13.691418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.693100"], ["updated_at", "2018-10-11 16:42:13.693100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.694714"], ["updated_at", "2018-10-11 16:42:13.694714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.696221"], ["updated_at", "2018-10-11 16:42:13.696221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.697794"], ["updated_at", "2018-10-11 16:42:13.697794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.699467"], ["updated_at", "2018-10-11 16:42:13.699467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.701100"], ["updated_at", "2018-10-11 16:42:13.701100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.703668"], ["updated_at", "2018-10-11 16:42:13.703668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.705347"], ["updated_at", "2018-10-11 16:42:13.705347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.706998"], ["updated_at", "2018-10-11 16:42:13.706998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.708619"], ["updated_at", "2018-10-11 16:42:13.708619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.710228"], ["updated_at", "2018-10-11 16:42:13.710228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.711880"], ["updated_at", "2018-10-11 16:42:13.711880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.713542"], ["updated_at", "2018-10-11 16:42:13.713542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.715311"], ["updated_at", "2018-10-11 16:42:13.715311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.716930"], ["updated_at", "2018-10-11 16:42:13.716930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.718714"], ["updated_at", "2018-10-11 16:42:13.718714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.720328"], ["updated_at", "2018-10-11 16:42:13.720328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.721955"], ["updated_at", "2018-10-11 16:42:13.721955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.723531"], ["updated_at", "2018-10-11 16:42:13.723531"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.726816"], ["updated_at", "2018-10-11 16:42:13.726816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.729280"], ["updated_at", "2018-10-11 16:42:13.729280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.731033"], ["updated_at", "2018-10-11 16:42:13.731033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.732628"], ["updated_at", "2018-10-11 16:42:13.732628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.734170"], ["updated_at", "2018-10-11 16:42:13.734170"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.735975"], ["updated_at", "2018-10-11 16:42:13.735975"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.738197"], ["updated_at", "2018-10-11 16:42:13.738197"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.740484"], ["updated_at", "2018-10-11 16:42:13.740484"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.745054"], ["updated_at", "2018-10-11 16:42:13.745054"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.748548"], ["updated_at", "2018-10-11 16:42:13.748548"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.751944"], ["updated_at", "2018-10-11 16:42:13.751944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.754661"], ["updated_at", "2018-10-11 16:42:13.754661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.756270"], ["updated_at", "2018-10-11 16:42:13.756270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.757908"], ["updated_at", "2018-10-11 16:42:13.757908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.759452"], ["updated_at", "2018-10-11 16:42:13.759452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.760985"], ["updated_at", "2018-10-11 16:42:13.760985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.762672"], ["updated_at", "2018-10-11 16:42:13.762672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.764248"], ["updated_at", "2018-10-11 16:42:13.764248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.765777"], ["updated_at", "2018-10-11 16:42:13.765777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.767310"], ["updated_at", "2018-10-11 16:42:13.767310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.768850"], ["updated_at", "2018-10-11 16:42:13.768850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.770409"], ["updated_at", "2018-10-11 16:42:13.770409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.771970"], ["updated_at", "2018-10-11 16:42:13.771970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.773600"], ["updated_at", "2018-10-11 16:42:13.773600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.775295"], ["updated_at", "2018-10-11 16:42:13.775295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.776895"], ["updated_at", "2018-10-11 16:42:13.776895"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.778722"], ["updated_at", "2018-10-11 16:42:13.778722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.780478"], ["updated_at", "2018-10-11 16:42:13.780478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.782132"], ["updated_at", "2018-10-11 16:42:13.782132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.783692"], ["updated_at", "2018-10-11 16:42:13.783692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.785480"], ["updated_at", "2018-10-11 16:42:13.785480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.787145"], ["updated_at", "2018-10-11 16:42:13.787145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.788709"], ["updated_at", "2018-10-11 16:42:13.788709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.790259"], ["updated_at", "2018-10-11 16:42:13.790259"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.792092"], ["updated_at", "2018-10-11 16:42:13.792092"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.795592"], ["updated_at", "2018-10-11 16:42:13.795592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.797597"], ["updated_at", "2018-10-11 16:42:13.797597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.799187"], ["updated_at", "2018-10-11 16:42:13.799187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.800754"], ["updated_at", "2018-10-11 16:42:13.800754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.802363"], ["updated_at", "2018-10-11 16:42:13.802363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.804107"], ["updated_at", "2018-10-11 16:42:13.804107"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.806617"], ["updated_at", "2018-10-11 16:42:13.806617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.808381"], ["updated_at", "2018-10-11 16:42:13.808381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.810115"], ["updated_at", "2018-10-11 16:42:13.810115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.811847"], ["updated_at", "2018-10-11 16:42:13.811847"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.813593"], ["updated_at", "2018-10-11 16:42:13.813593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.815306"], ["updated_at", "2018-10-11 16:42:13.815306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.817048"], ["updated_at", "2018-10-11 16:42:13.817048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.818617"], ["updated_at", "2018-10-11 16:42:13.818617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.820220"], ["updated_at", "2018-10-11 16:42:13.820220"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.821847"], ["updated_at", "2018-10-11 16:42:13.821847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.824313"], ["updated_at", "2018-10-11 16:42:13.824313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.826087"], ["updated_at", "2018-10-11 16:42:13.826087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.827967"], ["updated_at", "2018-10-11 16:42:13.827967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.829666"], ["updated_at", "2018-10-11 16:42:13.829666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.831221"], ["updated_at", "2018-10-11 16:42:13.831221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.832888"], ["updated_at", "2018-10-11 16:42:13.832888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.834567"], ["updated_at", "2018-10-11 16:42:13.834567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.836125"], ["updated_at", "2018-10-11 16:42:13.836125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.837745"], ["updated_at", "2018-10-11 16:42:13.837745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.839406"], ["updated_at", "2018-10-11 16:42:13.839406"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.840971"], ["updated_at", "2018-10-11 16:42:13.840971"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.842755"], ["updated_at", "2018-10-11 16:42:13.842755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.844386"], ["updated_at", "2018-10-11 16:42:13.844386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.846149"], ["updated_at", "2018-10-11 16:42:13.846149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.847917"], ["updated_at", "2018-10-11 16:42:13.847917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.849504"], ["updated_at", "2018-10-11 16:42:13.849504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.851185"], ["updated_at", "2018-10-11 16:42:13.851185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.852832"], ["updated_at", "2018-10-11 16:42:13.852832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.854409"], ["updated_at", "2018-10-11 16:42:13.854409"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.856455"], ["updated_at", "2018-10-11 16:42:13.856455"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.860592"], ["updated_at", "2018-10-11 16:42:13.860592"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.863249"], ["updated_at", "2018-10-11 16:42:13.863249"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.865572"], ["updated_at", "2018-10-11 16:42:13.865572"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.867755"], ["updated_at", "2018-10-11 16:42:13.867755"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.869944"], ["updated_at", "2018-10-11 16:42:13.869944"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.872152"], ["updated_at", "2018-10-11 16:42:13.872152"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.874459"], ["updated_at", "2018-10-11 16:42:13.874459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.877559"], ["updated_at", "2018-10-11 16:42:13.877559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.879316"], ["updated_at", "2018-10-11 16:42:13.879316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.881035"], ["updated_at", "2018-10-11 16:42:13.881035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.882585"], ["updated_at", "2018-10-11 16:42:13.882585"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.884157"], ["updated_at", "2018-10-11 16:42:13.884157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.885842"], ["updated_at", "2018-10-11 16:42:13.885842"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.887523"], ["updated_at", "2018-10-11 16:42:13.887523"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.889416"], ["updated_at", "2018-10-11 16:42:13.889416"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.891080"], ["updated_at", "2018-10-11 16:42:13.891080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.892798"], ["updated_at", "2018-10-11 16:42:13.892798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.894550"], ["updated_at", "2018-10-11 16:42:13.894550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.896250"], ["updated_at", "2018-10-11 16:42:13.896250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.897856"], ["updated_at", "2018-10-11 16:42:13.897856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.899438"], ["updated_at", "2018-10-11 16:42:13.899438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.901045"], ["updated_at", "2018-10-11 16:42:13.901045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.902720"], ["updated_at", "2018-10-11 16:42:13.902720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.904394"], ["updated_at", "2018-10-11 16:42:13.904394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.906097"], ["updated_at", "2018-10-11 16:42:13.906097"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.907637"], ["updated_at", "2018-10-11 16:42:13.907637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.909305"], ["updated_at", "2018-10-11 16:42:13.909305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.910905"], ["updated_at", "2018-10-11 16:42:13.910905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.912505"], ["updated_at", "2018-10-11 16:42:13.912505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.914175"], ["updated_at", "2018-10-11 16:42:13.914175"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.915727"], ["updated_at", "2018-10-11 16:42:13.915727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.917658"], ["updated_at", "2018-10-11 16:42:13.917658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.919380"], ["updated_at", "2018-10-11 16:42:13.919380"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.920978"], ["updated_at", "2018-10-11 16:42:13.920978"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.922500"], ["updated_at", "2018-10-11 16:42:13.922500"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.924169"], ["updated_at", "2018-10-11 16:42:13.924169"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.926696"], ["updated_at", "2018-10-11 16:42:13.926696"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.929646"], ["updated_at", "2018-10-11 16:42:13.929646"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.932906"], ["updated_at", "2018-10-11 16:42:13.932906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.935994"], ["updated_at", "2018-10-11 16:42:13.935994"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.937758"], ["updated_at", "2018-10-11 16:42:13.937758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.939494"], ["updated_at", "2018-10-11 16:42:13.939494"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.942370"], ["updated_at", "2018-10-11 16:42:13.942370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.944053"], ["updated_at", "2018-10-11 16:42:13.944053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.946305"], ["updated_at", "2018-10-11 16:42:13.946305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.948136"], ["updated_at", "2018-10-11 16:42:13.948136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.949762"], ["updated_at", "2018-10-11 16:42:13.949762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.951406"], ["updated_at", "2018-10-11 16:42:13.951406"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.952990"], ["updated_at", "2018-10-11 16:42:13.952990"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.954733"], ["updated_at", "2018-10-11 16:42:13.954733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.956361"], ["updated_at", "2018-10-11 16:42:13.956361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.958087"], ["updated_at", "2018-10-11 16:42:13.958087"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.959718"], ["updated_at", "2018-10-11 16:42:13.959718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.961425"], ["updated_at", "2018-10-11 16:42:13.961425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.963051"], ["updated_at", "2018-10-11 16:42:13.963051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.964641"], ["updated_at", "2018-10-11 16:42:13.964641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.966511"], ["updated_at", "2018-10-11 16:42:13.966511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.968120"], ["updated_at", "2018-10-11 16:42:13.968120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.969718"], ["updated_at", "2018-10-11 16:42:13.969718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.971421"], ["updated_at", "2018-10-11 16:42:13.971421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.973022"], ["updated_at", "2018-10-11 16:42:13.973022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.974609"], ["updated_at", "2018-10-11 16:42:13.974609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.976261"], ["updated_at", "2018-10-11 16:42:13.976261"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.977851"], ["updated_at", "2018-10-11 16:42:13.977851"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.980693"], ["updated_at", "2018-10-11 16:42:13.980693"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.984124"], ["updated_at", "2018-10-11 16:42:13.984124"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.987606"], ["updated_at", "2018-10-11 16:42:13.987606"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.991295"], ["updated_at", "2018-10-11 16:42:13.991295"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.994258"], ["updated_at", "2018-10-11 16:42:13.994258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.996845"], ["updated_at", "2018-10-11 16:42:13.996845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:13.998619"], ["updated_at", "2018-10-11 16:42:13.998619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.001537"], ["updated_at", "2018-10-11 16:42:14.001537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.003243"], ["updated_at", "2018-10-11 16:42:14.003243"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.007175"], ["updated_at", "2018-10-11 16:42:14.007175"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.009493"], ["updated_at", "2018-10-11 16:42:14.009493"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.011542"], ["updated_at", "2018-10-11 16:42:14.011542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.013701"], ["updated_at", "2018-10-11 16:42:14.013701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.015508"], ["updated_at", "2018-10-11 16:42:14.015508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.017485"], ["updated_at", "2018-10-11 16:42:14.017485"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.019290"], ["updated_at", "2018-10-11 16:42:14.019290"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.021369"], ["updated_at", "2018-10-11 16:42:14.021369"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.023211"], ["updated_at", "2018-10-11 16:42:14.023211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.024861"], ["updated_at", "2018-10-11 16:42:14.024861"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.026705"], ["updated_at", "2018-10-11 16:42:14.026705"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.030411"], ["updated_at", "2018-10-11 16:42:14.030411"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.032637"], ["updated_at", "2018-10-11 16:42:14.032637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.034665"], ["updated_at", "2018-10-11 16:42:14.034665"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.036299"], ["updated_at", "2018-10-11 16:42:14.036299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.037955"], ["updated_at", "2018-10-11 16:42:14.037955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.039524"], ["updated_at", "2018-10-11 16:42:14.039524"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.041088"], ["updated_at", "2018-10-11 16:42:14.041088"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.043095"], ["updated_at", "2018-10-11 16:42:14.043095"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.044987"], ["updated_at", "2018-10-11 16:42:14.044987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.046726"], ["updated_at", "2018-10-11 16:42:14.046726"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.048506"], ["updated_at", "2018-10-11 16:42:14.048506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.050219"], ["updated_at", "2018-10-11 16:42:14.050219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.051917"], ["updated_at", "2018-10-11 16:42:14.051917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.053612"], ["updated_at", "2018-10-11 16:42:14.053612"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.055170"], ["updated_at", "2018-10-11 16:42:14.055170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.056739"], ["updated_at", "2018-10-11 16:42:14.056739"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.058464"], ["updated_at", "2018-10-11 16:42:14.058464"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.060803"], ["updated_at", "2018-10-11 16:42:14.060803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.062788"], ["updated_at", "2018-10-11 16:42:14.062788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.064457"], ["updated_at", "2018-10-11 16:42:14.064457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.066145"], ["updated_at", "2018-10-11 16:42:14.066145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.067700"], ["updated_at", "2018-10-11 16:42:14.067700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.069349"], ["updated_at", "2018-10-11 16:42:14.069349"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.072149"], ["updated_at", "2018-10-11 16:42:14.072149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.074005"], ["updated_at", "2018-10-11 16:42:14.074005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.075652"], ["updated_at", "2018-10-11 16:42:14.075652"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.077220"], ["updated_at", "2018-10-11 16:42:14.077220"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.078857"], ["updated_at", "2018-10-11 16:42:14.078857"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.080567"], ["updated_at", "2018-10-11 16:42:14.080567"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.082199"], ["updated_at", "2018-10-11 16:42:14.082199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.083944"], ["updated_at", "2018-10-11 16:42:14.083944"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.085544"], ["updated_at", "2018-10-11 16:42:14.085544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.087290"], ["updated_at", "2018-10-11 16:42:14.087290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.088853"], ["updated_at", "2018-10-11 16:42:14.088853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.090531"], ["updated_at", "2018-10-11 16:42:14.090531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.092113"], ["updated_at", "2018-10-11 16:42:14.092113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.093736"], ["updated_at", "2018-10-11 16:42:14.093736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.095512"], ["updated_at", "2018-10-11 16:42:14.095512"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.097184"], ["updated_at", "2018-10-11 16:42:14.097184"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.099261"], ["updated_at", "2018-10-11 16:42:14.099261"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.101960"], ["updated_at", "2018-10-11 16:42:14.101960"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.104584"], ["updated_at", "2018-10-11 16:42:14.104584"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.107274"], ["updated_at", "2018-10-11 16:42:14.107274"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.109848"], ["updated_at", "2018-10-11 16:42:14.109848"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.112477"], ["updated_at", "2018-10-11 16:42:14.112477"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.115164"], ["updated_at", "2018-10-11 16:42:14.115164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.117946"], ["updated_at", "2018-10-11 16:42:14.117946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.119562"], ["updated_at", "2018-10-11 16:42:14.119562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.121213"], ["updated_at", "2018-10-11 16:42:14.121213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.122776"], ["updated_at", "2018-10-11 16:42:14.122776"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.124544"], ["updated_at", "2018-10-11 16:42:14.124544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.127128"], ["updated_at", "2018-10-11 16:42:14.127128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.129171"], ["updated_at", "2018-10-11 16:42:14.129171"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.130880"], ["updated_at", "2018-10-11 16:42:14.130880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.133113"], ["updated_at", "2018-10-11 16:42:14.133113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.134790"], ["updated_at", "2018-10-11 16:42:14.134790"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.136491"], ["updated_at", "2018-10-11 16:42:14.136491"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.139317"], ["updated_at", "2018-10-11 16:42:14.139317"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.141040"], ["updated_at", "2018-10-11 16:42:14.141040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.142858"], ["updated_at", "2018-10-11 16:42:14.142858"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.144498"], ["updated_at", "2018-10-11 16:42:14.144498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.146202"], ["updated_at", "2018-10-11 16:42:14.146202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.147848"], ["updated_at", "2018-10-11 16:42:14.147848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.149414"], ["updated_at", "2018-10-11 16:42:14.149414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.151030"], ["updated_at", "2018-10-11 16:42:14.151030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.152646"], ["updated_at", "2018-10-11 16:42:14.152646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.154382"], ["updated_at", "2018-10-11 16:42:14.154382"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.155918"], ["updated_at", "2018-10-11 16:42:14.155918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.157552"], ["updated_at", "2018-10-11 16:42:14.157552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.159246"], ["updated_at", "2018-10-11 16:42:14.159246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.160830"], ["updated_at", "2018-10-11 16:42:14.160830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.162433"], ["updated_at", "2018-10-11 16:42:14.162433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.164036"], ["updated_at", "2018-10-11 16:42:14.164036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.165608"], ["updated_at", "2018-10-11 16:42:14.165608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.167202"], ["updated_at", "2018-10-11 16:42:14.167202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.168958"], ["updated_at", "2018-10-11 16:42:14.168958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.170708"], ["updated_at", "2018-10-11 16:42:14.170708"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.172283"], ["updated_at", "2018-10-11 16:42:14.172283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.173967"], ["updated_at", "2018-10-11 16:42:14.173967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.175584"], ["updated_at", "2018-10-11 16:42:14.175584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.177207"], ["updated_at", "2018-10-11 16:42:14.177207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.178839"], ["updated_at", "2018-10-11 16:42:14.178839"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.180384"], ["updated_at", "2018-10-11 16:42:14.180384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.181999"], ["updated_at", "2018-10-11 16:42:14.181999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.183621"], ["updated_at", "2018-10-11 16:42:14.183621"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.185216"], ["updated_at", "2018-10-11 16:42:14.185216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.187044"], ["updated_at", "2018-10-11 16:42:14.187044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.188613"], ["updated_at", "2018-10-11 16:42:14.188613"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.190250"], ["updated_at", "2018-10-11 16:42:14.190250"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.192223"], ["updated_at", "2018-10-11 16:42:14.192223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.194777"], ["updated_at", "2018-10-11 16:42:14.194777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.196508"], ["updated_at", "2018-10-11 16:42:14.196508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.198217"], ["updated_at", "2018-10-11 16:42:14.198217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.199909"], ["updated_at", "2018-10-11 16:42:14.199909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.201515"], ["updated_at", "2018-10-11 16:42:14.201515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.203261"], ["updated_at", "2018-10-11 16:42:14.203261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.206035"], ["updated_at", "2018-10-11 16:42:14.206035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.207759"], ["updated_at", "2018-10-11 16:42:14.207759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.209417"], ["updated_at", "2018-10-11 16:42:14.209417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.210972"], ["updated_at", "2018-10-11 16:42:14.210972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.212596"], ["updated_at", "2018-10-11 16:42:14.212596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.214176"], ["updated_at", "2018-10-11 16:42:14.214176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.215827"], ["updated_at", "2018-10-11 16:42:14.215827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.217383"], ["updated_at", "2018-10-11 16:42:14.217383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.219004"], ["updated_at", "2018-10-11 16:42:14.219004"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.220598"], ["updated_at", "2018-10-11 16:42:14.220598"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.222644"], ["updated_at", "2018-10-11 16:42:14.222644"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.225389"], ["updated_at", "2018-10-11 16:42:14.225389"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.227996"], ["updated_at", "2018-10-11 16:42:14.227996"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.230510"], ["updated_at", "2018-10-11 16:42:14.230510"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.233238"], ["updated_at", "2018-10-11 16:42:14.233238"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.236067"], ["updated_at", "2018-10-11 16:42:14.236067"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.238649"], ["updated_at", "2018-10-11 16:42:14.238649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.241222"], ["updated_at", "2018-10-11 16:42:14.241222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.242962"], ["updated_at", "2018-10-11 16:42:14.242962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.244562"], ["updated_at", "2018-10-11 16:42:14.244562"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.246204"], ["updated_at", "2018-10-11 16:42:14.246204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.248043"], ["updated_at", "2018-10-11 16:42:14.248043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.249802"], ["updated_at", "2018-10-11 16:42:14.249802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.251409"], ["updated_at", "2018-10-11 16:42:14.251409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.253034"], ["updated_at", "2018-10-11 16:42:14.253034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.254620"], ["updated_at", "2018-10-11 16:42:14.254620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.256164"], ["updated_at", "2018-10-11 16:42:14.256164"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.257844"], ["updated_at", "2018-10-11 16:42:14.257844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.260347"], ["updated_at", "2018-10-11 16:42:14.260347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.262467"], ["updated_at", "2018-10-11 16:42:14.262467"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.264140"], ["updated_at", "2018-10-11 16:42:14.264140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.265744"], ["updated_at", "2018-10-11 16:42:14.265744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.267351"], ["updated_at", "2018-10-11 16:42:14.267351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.268988"], ["updated_at", "2018-10-11 16:42:14.268988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.271696"], ["updated_at", "2018-10-11 16:42:14.271696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.273258"], ["updated_at", "2018-10-11 16:42:14.273258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.275126"], ["updated_at", "2018-10-11 16:42:14.275126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.276738"], ["updated_at", "2018-10-11 16:42:14.276738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.278338"], ["updated_at", "2018-10-11 16:42:14.278338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.279897"], ["updated_at", "2018-10-11 16:42:14.279897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.281467"], ["updated_at", "2018-10-11 16:42:14.281467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.283114"], ["updated_at", "2018-10-11 16:42:14.283114"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.284681"], ["updated_at", "2018-10-11 16:42:14.284681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.286424"], ["updated_at", "2018-10-11 16:42:14.286424"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.288056"], ["updated_at", "2018-10-11 16:42:14.288056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.289747"], ["updated_at", "2018-10-11 16:42:14.289747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.291419"], ["updated_at", "2018-10-11 16:42:14.291419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.292978"], ["updated_at", "2018-10-11 16:42:14.292978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.294596"], ["updated_at", "2018-10-11 16:42:14.294596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.296169"], ["updated_at", "2018-10-11 16:42:14.296169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.297735"], ["updated_at", "2018-10-11 16:42:14.297735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.299298"], ["updated_at", "2018-10-11 16:42:14.299298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.300863"], ["updated_at", "2018-10-11 16:42:14.300863"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.302411"], ["updated_at", "2018-10-11 16:42:14.302411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.304105"], ["updated_at", "2018-10-11 16:42:14.304105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.305795"], ["updated_at", "2018-10-11 16:42:14.305795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.307416"], ["updated_at", "2018-10-11 16:42:14.307416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.309082"], ["updated_at", "2018-10-11 16:42:14.309082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.310739"], ["updated_at", "2018-10-11 16:42:14.310739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.312398"], ["updated_at", "2018-10-11 16:42:14.312398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.313999"], ["updated_at", "2018-10-11 16:42:14.313999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.315599"], ["updated_at", "2018-10-11 16:42:14.315599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.317311"], ["updated_at", "2018-10-11 16:42:14.317311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.319039"], ["updated_at", "2018-10-11 16:42:14.319039"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.320700"], ["updated_at", "2018-10-11 16:42:14.320700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.322253"], ["updated_at", "2018-10-11 16:42:14.322253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.323891"], ["updated_at", "2018-10-11 16:42:14.323891"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.325575"], ["updated_at", "2018-10-11 16:42:14.325575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.328072"], ["updated_at", "2018-10-11 16:42:14.328072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.330026"], ["updated_at", "2018-10-11 16:42:14.330026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.331778"], ["updated_at", "2018-10-11 16:42:14.331778"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.333438"], ["updated_at", "2018-10-11 16:42:14.333438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.334999"], ["updated_at", "2018-10-11 16:42:14.334999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.336676"], ["updated_at", "2018-10-11 16:42:14.336676"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.339553"], ["updated_at", "2018-10-11 16:42:14.339553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.341340"], ["updated_at", "2018-10-11 16:42:14.341340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.342988"], ["updated_at", "2018-10-11 16:42:14.342988"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.344789"], ["updated_at", "2018-10-11 16:42:14.344789"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.347567"], ["updated_at", "2018-10-11 16:42:14.347567"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.350232"], ["updated_at", "2018-10-11 16:42:14.350232"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.352855"], ["updated_at", "2018-10-11 16:42:14.352855"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.355437"], ["updated_at", "2018-10-11 16:42:14.355437"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.358181"], ["updated_at", "2018-10-11 16:42:14.358181"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.360805"], ["updated_at", "2018-10-11 16:42:14.360805"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.363380"], ["updated_at", "2018-10-11 16:42:14.363380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.365643"], ["updated_at", "2018-10-11 16:42:14.365643"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.367267"], ["updated_at", "2018-10-11 16:42:14.367267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.370279"], ["updated_at", "2018-10-11 16:42:14.370279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.371926"], ["updated_at", "2018-10-11 16:42:14.371926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.373497"], ["updated_at", "2018-10-11 16:42:14.373497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.375142"], ["updated_at", "2018-10-11 16:42:14.375142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.376720"], ["updated_at", "2018-10-11 16:42:14.376720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.378388"], ["updated_at", "2018-10-11 16:42:14.378388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.379993"], ["updated_at", "2018-10-11 16:42:14.379993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.381573"], ["updated_at", "2018-10-11 16:42:14.381573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.383122"], ["updated_at", "2018-10-11 16:42:14.383122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.384775"], ["updated_at", "2018-10-11 16:42:14.384775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.386314"], ["updated_at", "2018-10-11 16:42:14.386314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.387978"], ["updated_at", "2018-10-11 16:42:14.387978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.389620"], ["updated_at", "2018-10-11 16:42:14.389620"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.391311"], ["updated_at", "2018-10-11 16:42:14.391311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.393830"], ["updated_at", "2018-10-11 16:42:14.393830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.395882"], ["updated_at", "2018-10-11 16:42:14.395882"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.397552"], ["updated_at", "2018-10-11 16:42:14.397552"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.399128"], ["updated_at", "2018-10-11 16:42:14.399128"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.400754"], ["updated_at", "2018-10-11 16:42:14.400754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.402299"], ["updated_at", "2018-10-11 16:42:14.402299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.405195"], ["updated_at", "2018-10-11 16:42:14.405195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.406983"], ["updated_at", "2018-10-11 16:42:14.406983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.408787"], ["updated_at", "2018-10-11 16:42:14.408787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.410374"], ["updated_at", "2018-10-11 16:42:14.410374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.412035"], ["updated_at", "2018-10-11 16:42:14.412035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.413608"], ["updated_at", "2018-10-11 16:42:14.413608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.415272"], ["updated_at", "2018-10-11 16:42:14.415272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.416854"], ["updated_at", "2018-10-11 16:42:14.416854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.418473"], ["updated_at", "2018-10-11 16:42:14.418473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.420271"], ["updated_at", "2018-10-11 16:42:14.420271"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.421959"], ["updated_at", "2018-10-11 16:42:14.421959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.423644"], ["updated_at", "2018-10-11 16:42:14.423644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.425294"], ["updated_at", "2018-10-11 16:42:14.425294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.426841"], ["updated_at", "2018-10-11 16:42:14.426841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.428512"], ["updated_at", "2018-10-11 16:42:14.428512"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.430057"], ["updated_at", "2018-10-11 16:42:14.430057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.431748"], ["updated_at", "2018-10-11 16:42:14.431748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.433395"], ["updated_at", "2018-10-11 16:42:14.433395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.435026"], ["updated_at", "2018-10-11 16:42:14.435026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.436610"], ["updated_at", "2018-10-11 16:42:14.436610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.438225"], ["updated_at", "2018-10-11 16:42:14.438225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.439765"], ["updated_at", "2018-10-11 16:42:14.439765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.441437"], ["updated_at", "2018-10-11 16:42:14.441437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.443021"], ["updated_at", "2018-10-11 16:42:14.443021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.444606"], ["updated_at", "2018-10-11 16:42:14.444606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.446243"], ["updated_at", "2018-10-11 16:42:14.446243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.447878"], ["updated_at", "2018-10-11 16:42:14.447878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.449439"], ["updated_at", "2018-10-11 16:42:14.449439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.451030"], ["updated_at", "2018-10-11 16:42:14.451030"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.452626"], ["updated_at", "2018-10-11 16:42:14.452626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.454254"], ["updated_at", "2018-10-11 16:42:14.454254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.455793"], ["updated_at", "2018-10-11 16:42:14.455793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.457406"], ["updated_at", "2018-10-11 16:42:14.457406"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.459183"], ["updated_at", "2018-10-11 16:42:14.459183"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.461346"], ["updated_at", "2018-10-11 16:42:14.461346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.463408"], ["updated_at", "2018-10-11 16:42:14.463408"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.465176"], ["updated_at", "2018-10-11 16:42:14.465176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.466750"], ["updated_at", "2018-10-11 16:42:14.466750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.468404"], ["updated_at", "2018-10-11 16:42:14.468404"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.470213"], ["updated_at", "2018-10-11 16:42:14.470213"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.474524"], ["updated_at", "2018-10-11 16:42:14.474524"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.477811"], ["updated_at", "2018-10-11 16:42:14.477811"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.481093"], ["updated_at", "2018-10-11 16:42:14.481093"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.484548"], ["updated_at", "2018-10-11 16:42:14.484548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.487823"], ["updated_at", "2018-10-11 16:42:14.487823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.489800"], ["updated_at", "2018-10-11 16:42:14.489800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.491356"], ["updated_at", "2018-10-11 16:42:14.491356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.493028"], ["updated_at", "2018-10-11 16:42:14.493028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.494676"], ["updated_at", "2018-10-11 16:42:14.494676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.496196"], ["updated_at", "2018-10-11 16:42:14.496196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.497743"], ["updated_at", "2018-10-11 16:42:14.497743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.499308"], ["updated_at", "2018-10-11 16:42:14.499308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.500892"], ["updated_at", "2018-10-11 16:42:14.500892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.502474"], ["updated_at", "2018-10-11 16:42:14.502474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.504004"], ["updated_at", "2018-10-11 16:42:14.504004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.505587"], ["updated_at", "2018-10-11 16:42:14.505587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.507127"], ["updated_at", "2018-10-11 16:42:14.507127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.508657"], ["updated_at", "2018-10-11 16:42:14.508657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.510210"], ["updated_at", "2018-10-11 16:42:14.510210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.511800"], ["updated_at", "2018-10-11 16:42:14.511800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.513338"], ["updated_at", "2018-10-11 16:42:14.513338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.514858"], ["updated_at", "2018-10-11 16:42:14.514858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.516456"], ["updated_at", "2018-10-11 16:42:14.516456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.518023"], ["updated_at", "2018-10-11 16:42:14.518023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.519535"], ["updated_at", "2018-10-11 16:42:14.519535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.521068"], ["updated_at", "2018-10-11 16:42:14.521068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.522611"], ["updated_at", "2018-10-11 16:42:14.522611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.524125"], ["updated_at", "2018-10-11 16:42:14.524125"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.525884"], ["updated_at", "2018-10-11 16:42:14.525884"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.528159"], ["updated_at", "2018-10-11 16:42:14.528159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.530026"], ["updated_at", "2018-10-11 16:42:14.530026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.531592"], ["updated_at", "2018-10-11 16:42:14.531592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.533146"], ["updated_at", "2018-10-11 16:42:14.533146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.534748"], ["updated_at", "2018-10-11 16:42:14.534748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.536349"], ["updated_at", "2018-10-11 16:42:14.536349"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.539338"], ["updated_at", "2018-10-11 16:42:14.539338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.541056"], ["updated_at", "2018-10-11 16:42:14.541056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.542709"], ["updated_at", "2018-10-11 16:42:14.542709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.544269"], ["updated_at", "2018-10-11 16:42:14.544269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.545861"], ["updated_at", "2018-10-11 16:42:14.545861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.547573"], ["updated_at", "2018-10-11 16:42:14.547573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.549219"], ["updated_at", "2018-10-11 16:42:14.549219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.550864"], ["updated_at", "2018-10-11 16:42:14.550864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.552430"], ["updated_at", "2018-10-11 16:42:14.552430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.554017"], ["updated_at", "2018-10-11 16:42:14.554017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.555541"], ["updated_at", "2018-10-11 16:42:14.555541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.557134"], ["updated_at", "2018-10-11 16:42:14.557134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.558670"], ["updated_at", "2018-10-11 16:42:14.558670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.560220"], ["updated_at", "2018-10-11 16:42:14.560220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.561786"], ["updated_at", "2018-10-11 16:42:14.561786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.563332"], ["updated_at", "2018-10-11 16:42:14.563332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.564901"], ["updated_at", "2018-10-11 16:42:14.564901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.566446"], ["updated_at", "2018-10-11 16:42:14.566446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.567986"], ["updated_at", "2018-10-11 16:42:14.567986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.569536"], ["updated_at", "2018-10-11 16:42:14.569536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.571246"], ["updated_at", "2018-10-11 16:42:14.571246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.572819"], ["updated_at", "2018-10-11 16:42:14.572819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.574713"], ["updated_at", "2018-10-11 16:42:14.574713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.577035"], ["updated_at", "2018-10-11 16:42:14.577035"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.578776"], ["updated_at", "2018-10-11 16:42:14.578776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.580590"], ["updated_at", "2018-10-11 16:42:14.580590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.582379"], ["updated_at", "2018-10-11 16:42:14.582379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.584061"], ["updated_at", "2018-10-11 16:42:14.584061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.585703"], ["updated_at", "2018-10-11 16:42:14.585703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.587273"], ["updated_at", "2018-10-11 16:42:14.587273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.588923"], ["updated_at", "2018-10-11 16:42:14.588923"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.590460"], ["updated_at", "2018-10-11 16:42:14.590460"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.592957"], ["updated_at", "2018-10-11 16:42:14.592957"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.595979"], ["updated_at", "2018-10-11 16:42:14.595979"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.598214"], ["updated_at", "2018-10-11 16:42:14.598214"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.600426"], ["updated_at", "2018-10-11 16:42:14.600426"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.602806"], ["updated_at", "2018-10-11 16:42:14.602806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.608228"], ["updated_at", "2018-10-11 16:42:14.608228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.611680"], ["updated_at", "2018-10-11 16:42:14.611680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.613258"], ["updated_at", "2018-10-11 16:42:14.613258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.614888"], ["updated_at", "2018-10-11 16:42:14.614888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.616466"], ["updated_at", "2018-10-11 16:42:14.616466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.618027"], ["updated_at", "2018-10-11 16:42:14.618027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.619668"], ["updated_at", "2018-10-11 16:42:14.619668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.621275"], ["updated_at", "2018-10-11 16:42:14.621275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.622859"], ["updated_at", "2018-10-11 16:42:14.622859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.624404"], ["updated_at", "2018-10-11 16:42:14.624404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.626152"], ["updated_at", "2018-10-11 16:42:14.626152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.627734"], ["updated_at", "2018-10-11 16:42:14.627734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.629303"], ["updated_at", "2018-10-11 16:42:14.629303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.630835"], ["updated_at", "2018-10-11 16:42:14.630835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.632397"], ["updated_at", "2018-10-11 16:42:14.632397"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.634218"], ["updated_at", "2018-10-11 16:42:14.634218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.635902"], ["updated_at", "2018-10-11 16:42:14.635902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.637481"], ["updated_at", "2018-10-11 16:42:14.637481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.639213"], ["updated_at", "2018-10-11 16:42:14.639213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.640815"], ["updated_at", "2018-10-11 16:42:14.640815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.642579"], ["updated_at", "2018-10-11 16:42:14.642579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.644270"], ["updated_at", "2018-10-11 16:42:14.644270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.645910"], ["updated_at", "2018-10-11 16:42:14.645910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.647481"], ["updated_at", "2018-10-11 16:42:14.647481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.649037"], ["updated_at", "2018-10-11 16:42:14.649037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.650572"], ["updated_at", "2018-10-11 16:42:14.650572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.652160"], ["updated_at", "2018-10-11 16:42:14.652160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.653691"], ["updated_at", "2018-10-11 16:42:14.653691"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.655345"], ["updated_at", "2018-10-11 16:42:14.655345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.657008"], ["updated_at", "2018-10-11 16:42:14.657008"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.658716"], ["updated_at", "2018-10-11 16:42:14.658716"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.661083"], ["updated_at", "2018-10-11 16:42:14.661083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.662716"], ["updated_at", "2018-10-11 16:42:14.662716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.664340"], ["updated_at", "2018-10-11 16:42:14.664340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.665858"], ["updated_at", "2018-10-11 16:42:14.665858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.667566"], ["updated_at", "2018-10-11 16:42:14.667566"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.669158"], ["updated_at", "2018-10-11 16:42:14.669158"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.672591"], ["updated_at", "2018-10-11 16:42:14.672591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.674442"], ["updated_at", "2018-10-11 16:42:14.674442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.676047"], ["updated_at", "2018-10-11 16:42:14.676047"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.677711"], ["updated_at", "2018-10-11 16:42:14.677711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.679393"], ["updated_at", "2018-10-11 16:42:14.679393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.681076"], ["updated_at", "2018-10-11 16:42:14.681076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.682706"], ["updated_at", "2018-10-11 16:42:14.682706"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.684761"], ["updated_at", "2018-10-11 16:42:14.684761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.686530"], ["updated_at", "2018-10-11 16:42:14.686530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.688223"], ["updated_at", "2018-10-11 16:42:14.688223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.689812"], ["updated_at", "2018-10-11 16:42:14.689812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.691429"], ["updated_at", "2018-10-11 16:42:14.691429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.693204"], ["updated_at", "2018-10-11 16:42:14.693204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.694800"], ["updated_at", "2018-10-11 16:42:14.694800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.696556"], ["updated_at", "2018-10-11 16:42:14.696556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.698191"], ["updated_at", "2018-10-11 16:42:14.698191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.699791"], ["updated_at", "2018-10-11 16:42:14.699791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.701377"], ["updated_at", "2018-10-11 16:42:14.701377"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.703055"], ["updated_at", "2018-10-11 16:42:14.703055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.704922"], ["updated_at", "2018-10-11 16:42:14.704922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.706554"], ["updated_at", "2018-10-11 16:42:14.706554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.708187"], ["updated_at", "2018-10-11 16:42:14.708187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.709809"], ["updated_at", "2018-10-11 16:42:14.709809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.711401"], ["updated_at", "2018-10-11 16:42:14.711401"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.713030"], ["updated_at", "2018-10-11 16:42:14.713030"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.715845"], ["updated_at", "2018-10-11 16:42:14.715845"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.721468"], ["updated_at", "2018-10-11 16:42:14.721468"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.725133"], ["updated_at", "2018-10-11 16:42:14.725133"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.728295"], ["updated_at", "2018-10-11 16:42:14.728295"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.730565"], ["updated_at", "2018-10-11 16:42:14.730565"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.732904"], ["updated_at", "2018-10-11 16:42:14.732904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.734649"], ["updated_at", "2018-10-11 16:42:14.734649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.736196"], ["updated_at", "2018-10-11 16:42:14.736196"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.737863"], ["updated_at", "2018-10-11 16:42:14.737863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.740672"], ["updated_at", "2018-10-11 16:42:14.740672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.742342"], ["updated_at", "2018-10-11 16:42:14.742342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.743953"], ["updated_at", "2018-10-11 16:42:14.743953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.745732"], ["updated_at", "2018-10-11 16:42:14.745732"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.747309"], ["updated_at", "2018-10-11 16:42:14.747309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.748995"], ["updated_at", "2018-10-11 16:42:14.748995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.750558"], ["updated_at", "2018-10-11 16:42:14.750558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.752157"], ["updated_at", "2018-10-11 16:42:14.752157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.753748"], ["updated_at", "2018-10-11 16:42:14.753748"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.755310"], ["updated_at", "2018-10-11 16:42:14.755310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.757201"], ["updated_at", "2018-10-11 16:42:14.757201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.758813"], ["updated_at", "2018-10-11 16:42:14.758813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.760493"], ["updated_at", "2018-10-11 16:42:14.760493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.762115"], ["updated_at", "2018-10-11 16:42:14.762115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.763676"], ["updated_at", "2018-10-11 16:42:14.763676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.765195"], ["updated_at", "2018-10-11 16:42:14.765195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.766779"], ["updated_at", "2018-10-11 16:42:14.766779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.768332"], ["updated_at", "2018-10-11 16:42:14.768332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.769898"], ["updated_at", "2018-10-11 16:42:14.769898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.771443"], ["updated_at", "2018-10-11 16:42:14.771443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.772978"], ["updated_at", "2018-10-11 16:42:14.772978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.774686"], ["updated_at", "2018-10-11 16:42:14.774686"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.776272"], ["updated_at", "2018-10-11 16:42:14.776272"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.778364"], ["updated_at", "2018-10-11 16:42:14.778364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.780259"], ["updated_at", "2018-10-11 16:42:14.780259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.781938"], ["updated_at", "2018-10-11 16:42:14.781938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.783481"], ["updated_at", "2018-10-11 16:42:14.783481"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.785301"], ["updated_at", "2018-10-11 16:42:14.785301"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.787537"], ["updated_at", "2018-10-11 16:42:14.787537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.789190"], ["updated_at", "2018-10-11 16:42:14.789190"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.790769"], ["updated_at", "2018-10-11 16:42:14.790769"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.792722"], ["updated_at", "2018-10-11 16:42:14.792722"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.794999"], ["updated_at", "2018-10-11 16:42:14.794999"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.796626"], ["updated_at", "2018-10-11 16:42:14.796626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.799206"], ["updated_at", "2018-10-11 16:42:14.799206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.800808"], ["updated_at", "2018-10-11 16:42:14.800808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.802425"], ["updated_at", "2018-10-11 16:42:14.802425"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.804320"], ["updated_at", "2018-10-11 16:42:14.804320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.807092"], ["updated_at", "2018-10-11 16:42:14.807092"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.808872"], ["updated_at", "2018-10-11 16:42:14.808872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.810824"], ["updated_at", "2018-10-11 16:42:14.810824"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.812571"], ["updated_at", "2018-10-11 16:42:14.812571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.814352"], ["updated_at", "2018-10-11 16:42:14.814352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.816209"], ["updated_at", "2018-10-11 16:42:14.816209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.817775"], ["updated_at", "2018-10-11 16:42:14.817775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.819317"], ["updated_at", "2018-10-11 16:42:14.819317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.820884"], ["updated_at", "2018-10-11 16:42:14.820884"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.822413"], ["updated_at", "2018-10-11 16:42:14.822413"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.824206"], ["updated_at", "2018-10-11 16:42:14.824206"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.825930"], ["updated_at", "2018-10-11 16:42:14.825930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.828030"], ["updated_at", "2018-10-11 16:42:14.828030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.829628"], ["updated_at", "2018-10-11 16:42:14.829628"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.831279"], ["updated_at", "2018-10-11 16:42:14.831279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.833139"], ["updated_at", "2018-10-11 16:42:14.833139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.834872"], ["updated_at", "2018-10-11 16:42:14.834872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.836509"], ["updated_at", "2018-10-11 16:42:14.836509"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.838761"], ["updated_at", "2018-10-11 16:42:14.838761"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.842175"], ["updated_at", "2018-10-11 16:42:14.842175"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.846017"], ["updated_at", "2018-10-11 16:42:14.846017"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.849589"], ["updated_at", "2018-10-11 16:42:14.849589"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.853304"], ["updated_at", "2018-10-11 16:42:14.853304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.856418"], ["updated_at", "2018-10-11 16:42:14.856418"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.858337"], ["updated_at", "2018-10-11 16:42:14.858337"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.860972"], ["updated_at", "2018-10-11 16:42:14.860972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.862922"], ["updated_at", "2018-10-11 16:42:14.862922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.864535"], ["updated_at", "2018-10-11 16:42:14.864535"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.866419"], ["updated_at", "2018-10-11 16:42:14.866419"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.868983"], ["updated_at", "2018-10-11 16:42:14.868983"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.871093"], ["updated_at", "2018-10-11 16:42:14.871093"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.874213"], ["updated_at", "2018-10-11 16:42:14.874213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.876184"], ["updated_at", "2018-10-11 16:42:14.876184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.878027"], ["updated_at", "2018-10-11 16:42:14.878027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.879912"], ["updated_at", "2018-10-11 16:42:14.879912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.881697"], ["updated_at", "2018-10-11 16:42:14.881697"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.883336"], ["updated_at", "2018-10-11 16:42:14.883336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.885968"], ["updated_at", "2018-10-11 16:42:14.885968"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.887549"], ["updated_at", "2018-10-11 16:42:14.887549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.889526"], ["updated_at", "2018-10-11 16:42:14.889526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.891129"], ["updated_at", "2018-10-11 16:42:14.891129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.892768"], ["updated_at", "2018-10-11 16:42:14.892768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.894321"], ["updated_at", "2018-10-11 16:42:14.894321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.895969"], ["updated_at", "2018-10-11 16:42:14.895969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.897603"], ["updated_at", "2018-10-11 16:42:14.897603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.899252"], ["updated_at", "2018-10-11 16:42:14.899252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.900842"], ["updated_at", "2018-10-11 16:42:14.900842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.902457"], ["updated_at", "2018-10-11 16:42:14.902457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.904037"], ["updated_at", "2018-10-11 16:42:14.904037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.905663"], ["updated_at", "2018-10-11 16:42:14.905663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.907268"], ["updated_at", "2018-10-11 16:42:14.907268"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.908876"], ["updated_at", "2018-10-11 16:42:14.908876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.910504"], ["updated_at", "2018-10-11 16:42:14.910504"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.912082"], ["updated_at", "2018-10-11 16:42:14.912082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.913869"], ["updated_at", "2018-10-11 16:42:14.913869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.915464"], ["updated_at", "2018-10-11 16:42:14.915464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.917033"], ["updated_at", "2018-10-11 16:42:14.917033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.918718"], ["updated_at", "2018-10-11 16:42:14.918718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.920303"], ["updated_at", "2018-10-11 16:42:14.920303"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.921873"], ["updated_at", "2018-10-11 16:42:14.921873"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.923513"], ["updated_at", "2018-10-11 16:42:14.923513"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.925530"], ["updated_at", "2018-10-11 16:42:14.925530"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.927794"], ["updated_at", "2018-10-11 16:42:14.927794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.930143"], ["updated_at", "2018-10-11 16:42:14.930143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.931723"], ["updated_at", "2018-10-11 16:42:14.931723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.933227"], ["updated_at", "2018-10-11 16:42:14.933227"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.934818"], ["updated_at", "2018-10-11 16:42:14.934818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.936434"], ["updated_at", "2018-10-11 16:42:14.936434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.939379"], ["updated_at", "2018-10-11 16:42:14.939379"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.941116"], ["updated_at", "2018-10-11 16:42:14.941116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.942785"], ["updated_at", "2018-10-11 16:42:14.942785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.944387"], ["updated_at", "2018-10-11 16:42:14.944387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.946398"], ["updated_at", "2018-10-11 16:42:14.946398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.948236"], ["updated_at", "2018-10-11 16:42:14.948236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.950034"], ["updated_at", "2018-10-11 16:42:14.950034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.951720"], ["updated_at", "2018-10-11 16:42:14.951720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.953459"], ["updated_at", "2018-10-11 16:42:14.953459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.955039"], ["updated_at", "2018-10-11 16:42:14.955039"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.956632"], ["updated_at", "2018-10-11 16:42:14.956632"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.959311"], ["updated_at", "2018-10-11 16:42:14.959311"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.962593"], ["updated_at", "2018-10-11 16:42:14.962593"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.966120"], ["updated_at", "2018-10-11 16:42:14.966120"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.969790"], ["updated_at", "2018-10-11 16:42:14.969790"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.973230"], ["updated_at", "2018-10-11 16:42:14.973230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.976209"], ["updated_at", "2018-10-11 16:42:14.976209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.977848"], ["updated_at", "2018-10-11 16:42:14.977848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.979407"], ["updated_at", "2018-10-11 16:42:14.979407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.981011"], ["updated_at", "2018-10-11 16:42:14.981011"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.982661"], ["updated_at", "2018-10-11 16:42:14.982661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.984451"], ["updated_at", "2018-10-11 16:42:14.984451"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.986027"], ["updated_at", "2018-10-11 16:42:14.986027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.987676"], ["updated_at", "2018-10-11 16:42:14.987676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.989373"], ["updated_at", "2018-10-11 16:42:14.989373"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.991031"], ["updated_at", "2018-10-11 16:42:14.991031"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.993471"], ["updated_at", "2018-10-11 16:42:14.993471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.995612"], ["updated_at", "2018-10-11 16:42:14.995612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.997221"], ["updated_at", "2018-10-11 16:42:14.997221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:14.998798"], ["updated_at", "2018-10-11 16:42:14.998798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.000309"], ["updated_at", "2018-10-11 16:42:15.000309"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.001974"], ["updated_at", "2018-10-11 16:42:15.001974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.003567"], ["updated_at", "2018-10-11 16:42:15.003567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.006670"], ["updated_at", "2018-10-11 16:42:15.006670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.008360"], ["updated_at", "2018-10-11 16:42:15.008360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.010046"], ["updated_at", "2018-10-11 16:42:15.010046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.011780"], ["updated_at", "2018-10-11 16:42:15.011780"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.013344"], ["updated_at", "2018-10-11 16:42:15.013344"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.015026"], ["updated_at", "2018-10-11 16:42:15.015026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.016629"], ["updated_at", "2018-10-11 16:42:15.016629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.018206"], ["updated_at", "2018-10-11 16:42:15.018206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.019773"], ["updated_at", "2018-10-11 16:42:15.019773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.021411"], ["updated_at", "2018-10-11 16:42:15.021411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.023001"], ["updated_at", "2018-10-11 16:42:15.023001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.024496"], ["updated_at", "2018-10-11 16:42:15.024496"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.026080"], ["updated_at", "2018-10-11 16:42:15.026080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.027707"], ["updated_at", "2018-10-11 16:42:15.027707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.029304"], ["updated_at", "2018-10-11 16:42:15.029304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.030847"], ["updated_at", "2018-10-11 16:42:15.030847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.032441"], ["updated_at", "2018-10-11 16:42:15.032441"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.034022"], ["updated_at", "2018-10-11 16:42:15.034022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.035635"], ["updated_at", "2018-10-11 16:42:15.035635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.037204"], ["updated_at", "2018-10-11 16:42:15.037204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.038817"], ["updated_at", "2018-10-11 16:42:15.038817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.040507"], ["updated_at", "2018-10-11 16:42:15.040507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.042116"], ["updated_at", "2018-10-11 16:42:15.042116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.043820"], ["updated_at", "2018-10-11 16:42:15.043820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.045450"], ["updated_at", "2018-10-11 16:42:15.045450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.047100"], ["updated_at", "2018-10-11 16:42:15.047100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.048686"], ["updated_at", "2018-10-11 16:42:15.048686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.050400"], ["updated_at", "2018-10-11 16:42:15.050400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.052044"], ["updated_at", "2018-10-11 16:42:15.052044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.053601"], ["updated_at", "2018-10-11 16:42:15.053601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.055165"], ["updated_at", "2018-10-11 16:42:15.055165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.056804"], ["updated_at", "2018-10-11 16:42:15.056804"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.058614"], ["updated_at", "2018-10-11 16:42:15.058614"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.061007"], ["updated_at", "2018-10-11 16:42:15.061007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.062774"], ["updated_at", "2018-10-11 16:42:15.062774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.064460"], ["updated_at", "2018-10-11 16:42:15.064460"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.066103"], ["updated_at", "2018-10-11 16:42:15.066103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.067798"], ["updated_at", "2018-10-11 16:42:15.067798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.069495"], ["updated_at", "2018-10-11 16:42:15.069495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.072471"], ["updated_at", "2018-10-11 16:42:15.072471"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.074180"], ["updated_at", "2018-10-11 16:42:15.074180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.075921"], ["updated_at", "2018-10-11 16:42:15.075921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.077578"], ["updated_at", "2018-10-11 16:42:15.077578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.079173"], ["updated_at", "2018-10-11 16:42:15.079173"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.081165"], ["updated_at", "2018-10-11 16:42:15.081165"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.084274"], ["updated_at", "2018-10-11 16:42:15.084274"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.087891"], ["updated_at", "2018-10-11 16:42:15.087891"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.090862"], ["updated_at", "2018-10-11 16:42:15.090862"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.094989"], ["updated_at", "2018-10-11 16:42:15.094989"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.097619"], ["updated_at", "2018-10-11 16:42:15.097619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.100162"], ["updated_at", "2018-10-11 16:42:15.100162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.102006"], ["updated_at", "2018-10-11 16:42:15.102006"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.103573"], ["updated_at", "2018-10-11 16:42:15.103573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.105323"], ["updated_at", "2018-10-11 16:42:15.105323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.106933"], ["updated_at", "2018-10-11 16:42:15.106933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.108604"], ["updated_at", "2018-10-11 16:42:15.108604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.110214"], ["updated_at", "2018-10-11 16:42:15.110214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.111798"], ["updated_at", "2018-10-11 16:42:15.111798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.113396"], ["updated_at", "2018-10-11 16:42:15.113396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.114962"], ["updated_at", "2018-10-11 16:42:15.114962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.116561"], ["updated_at", "2018-10-11 16:42:15.116561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.118171"], ["updated_at", "2018-10-11 16:42:15.118171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.119743"], ["updated_at", "2018-10-11 16:42:15.119743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.121315"], ["updated_at", "2018-10-11 16:42:15.121315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.122924"], ["updated_at", "2018-10-11 16:42:15.122924"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.124455"], ["updated_at", "2018-10-11 16:42:15.124455"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.127057"], ["updated_at", "2018-10-11 16:42:15.127057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.129547"], ["updated_at", "2018-10-11 16:42:15.129547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.131263"], ["updated_at", "2018-10-11 16:42:15.131263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.132987"], ["updated_at", "2018-10-11 16:42:15.132987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.134732"], ["updated_at", "2018-10-11 16:42:15.134732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.136523"], ["updated_at", "2018-10-11 16:42:15.136523"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.139330"], ["updated_at", "2018-10-11 16:42:15.139330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.141066"], ["updated_at", "2018-10-11 16:42:15.141066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.142637"], ["updated_at", "2018-10-11 16:42:15.142637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.144312"], ["updated_at", "2018-10-11 16:42:15.144312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.145944"], ["updated_at", "2018-10-11 16:42:15.145944"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.147487"], ["updated_at", "2018-10-11 16:42:15.147487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.149280"], ["updated_at", "2018-10-11 16:42:15.149280"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.150852"], ["updated_at", "2018-10-11 16:42:15.150852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.152519"], ["updated_at", "2018-10-11 16:42:15.152519"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.154263"], ["updated_at", "2018-10-11 16:42:15.154263"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.156341"], ["updated_at", "2018-10-11 16:42:15.156341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.158187"], ["updated_at", "2018-10-11 16:42:15.158187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.159975"], ["updated_at", "2018-10-11 16:42:15.159975"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.161572"], ["updated_at", "2018-10-11 16:42:15.161572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.163226"], ["updated_at", "2018-10-11 16:42:15.163226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.164786"], ["updated_at", "2018-10-11 16:42:15.164786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.166401"], ["updated_at", "2018-10-11 16:42:15.166401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.168004"], ["updated_at", "2018-10-11 16:42:15.168004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.169604"], ["updated_at", "2018-10-11 16:42:15.169604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.171241"], ["updated_at", "2018-10-11 16:42:15.171241"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.172793"], ["updated_at", "2018-10-11 16:42:15.172793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.174645"], ["updated_at", "2018-10-11 16:42:15.174645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.176319"], ["updated_at", "2018-10-11 16:42:15.176319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.177939"], ["updated_at", "2018-10-11 16:42:15.177939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.179539"], ["updated_at", "2018-10-11 16:42:15.179539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.181142"], ["updated_at", "2018-10-11 16:42:15.181142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.182824"], ["updated_at", "2018-10-11 16:42:15.182824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.184390"], ["updated_at", "2018-10-11 16:42:15.184390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.186305"], ["updated_at", "2018-10-11 16:42:15.186305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.188012"], ["updated_at", "2018-10-11 16:42:15.188012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.189598"], ["updated_at", "2018-10-11 16:42:15.189598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.191205"], ["updated_at", "2018-10-11 16:42:15.191205"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.193476"], ["updated_at", "2018-10-11 16:42:15.193476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.195921"], ["updated_at", "2018-10-11 16:42:15.195921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.197588"], ["updated_at", "2018-10-11 16:42:15.197588"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.199236"], ["updated_at", "2018-10-11 16:42:15.199236"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.200912"], ["updated_at", "2018-10-11 16:42:15.200912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.202765"], ["updated_at", "2018-10-11 16:42:15.202765"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.204830"], ["updated_at", "2018-10-11 16:42:15.204830"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.208596"], ["updated_at", "2018-10-11 16:42:15.208596"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.211287"], ["updated_at", "2018-10-11 16:42:15.211287"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.213882"], ["updated_at", "2018-10-11 16:42:15.213882"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.216567"], ["updated_at", "2018-10-11 16:42:15.216567"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.219134"], ["updated_at", "2018-10-11 16:42:15.219134"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.221756"], ["updated_at", "2018-10-11 16:42:15.221756"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.223772"], ["updated_at", "2018-10-11 16:42:15.223772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.225438"], ["updated_at", "2018-10-11 16:42:15.225438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.227020"], ["updated_at", "2018-10-11 16:42:15.227020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.228610"], ["updated_at", "2018-10-11 16:42:15.228610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.230241"], ["updated_at", "2018-10-11 16:42:15.230241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.231822"], ["updated_at", "2018-10-11 16:42:15.231822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.233452"], ["updated_at", "2018-10-11 16:42:15.233452"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.235005"], ["updated_at", "2018-10-11 16:42:15.235005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.236652"], ["updated_at", "2018-10-11 16:42:15.236652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.238212"], ["updated_at", "2018-10-11 16:42:15.238212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.239792"], ["updated_at", "2018-10-11 16:42:15.239792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.241355"], ["updated_at", "2018-10-11 16:42:15.241355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.243024"], ["updated_at", "2018-10-11 16:42:15.243024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.244713"], ["updated_at", "2018-10-11 16:42:15.244713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.246325"], ["updated_at", "2018-10-11 16:42:15.246325"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.248045"], ["updated_at", "2018-10-11 16:42:15.248045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.249902"], ["updated_at", "2018-10-11 16:42:15.249902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.251514"], ["updated_at", "2018-10-11 16:42:15.251514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.253126"], ["updated_at", "2018-10-11 16:42:15.253126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.254676"], ["updated_at", "2018-10-11 16:42:15.254676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.256292"], ["updated_at", "2018-10-11 16:42:15.256292"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.258145"], ["updated_at", "2018-10-11 16:42:15.258145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.260725"], ["updated_at", "2018-10-11 16:42:15.260725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.262653"], ["updated_at", "2018-10-11 16:42:15.262653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.264317"], ["updated_at", "2018-10-11 16:42:15.264317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.265943"], ["updated_at", "2018-10-11 16:42:15.265943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.267637"], ["updated_at", "2018-10-11 16:42:15.267637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.269190"], ["updated_at", "2018-10-11 16:42:15.269190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.271871"], ["updated_at", "2018-10-11 16:42:15.271871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.273494"], ["updated_at", "2018-10-11 16:42:15.273494"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.275252"], ["updated_at", "2018-10-11 16:42:15.275252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.276985"], ["updated_at", "2018-10-11 16:42:15.276985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.278590"], ["updated_at", "2018-10-11 16:42:15.278590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.280151"], ["updated_at", "2018-10-11 16:42:15.280151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.281735"], ["updated_at", "2018-10-11 16:42:15.281735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.283292"], ["updated_at", "2018-10-11 16:42:15.283292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.284907"], ["updated_at", "2018-10-11 16:42:15.284907"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.286470"], ["updated_at", "2018-10-11 16:42:15.286470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.288110"], ["updated_at", "2018-10-11 16:42:15.288110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.289765"], ["updated_at", "2018-10-11 16:42:15.289765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.291302"], ["updated_at", "2018-10-11 16:42:15.291302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.292892"], ["updated_at", "2018-10-11 16:42:15.292892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.294431"], ["updated_at", "2018-10-11 16:42:15.294431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.296062"], ["updated_at", "2018-10-11 16:42:15.296062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.297606"], ["updated_at", "2018-10-11 16:42:15.297606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.299215"], ["updated_at", "2018-10-11 16:42:15.299215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.300766"], ["updated_at", "2018-10-11 16:42:15.300766"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.302353"], ["updated_at", "2018-10-11 16:42:15.302353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.304251"], ["updated_at", "2018-10-11 16:42:15.304251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.305893"], ["updated_at", "2018-10-11 16:42:15.305893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.307546"], ["updated_at", "2018-10-11 16:42:15.307546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.309167"], ["updated_at", "2018-10-11 16:42:15.309167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.310806"], ["updated_at", "2018-10-11 16:42:15.310806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.312416"], ["updated_at", "2018-10-11 16:42:15.312416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.314010"], ["updated_at", "2018-10-11 16:42:15.314010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.315580"], ["updated_at", "2018-10-11 16:42:15.315580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.317202"], ["updated_at", "2018-10-11 16:42:15.317202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.318788"], ["updated_at", "2018-10-11 16:42:15.318788"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.320468"], ["updated_at", "2018-10-11 16:42:15.320468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.322161"], ["updated_at", "2018-10-11 16:42:15.322161"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.323735"], ["updated_at", "2018-10-11 16:42:15.323735"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.325594"], ["updated_at", "2018-10-11 16:42:15.325594"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.328374"], ["updated_at", "2018-10-11 16:42:15.328374"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.330599"], ["updated_at", "2018-10-11 16:42:15.330599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.332684"], ["updated_at", "2018-10-11 16:42:15.332684"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.334665"], ["updated_at", "2018-10-11 16:42:15.334665"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.336648"], ["updated_at", "2018-10-11 16:42:15.336648"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.338622"], ["updated_at", "2018-10-11 16:42:15.338622"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.344118"], ["updated_at", "2018-10-11 16:42:15.344118"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.346765"], ["updated_at", "2018-10-11 16:42:15.346765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.348874"], ["updated_at", "2018-10-11 16:42:15.348874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.350484"], ["updated_at", "2018-10-11 16:42:15.350484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.352031"], ["updated_at", "2018-10-11 16:42:15.352031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.353626"], ["updated_at", "2018-10-11 16:42:15.353626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.355180"], ["updated_at", "2018-10-11 16:42:15.355180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.356767"], ["updated_at", "2018-10-11 16:42:15.356767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.358432"], ["updated_at", "2018-10-11 16:42:15.358432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.360203"], ["updated_at", "2018-10-11 16:42:15.360203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.361775"], ["updated_at", "2018-10-11 16:42:15.361775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.363385"], ["updated_at", "2018-10-11 16:42:15.363385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.364967"], ["updated_at", "2018-10-11 16:42:15.364967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.366534"], ["updated_at", "2018-10-11 16:42:15.366534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.368157"], ["updated_at", "2018-10-11 16:42:15.368157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.369754"], ["updated_at", "2018-10-11 16:42:15.369754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.371315"], ["updated_at", "2018-10-11 16:42:15.371315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.372937"], ["updated_at", "2018-10-11 16:42:15.372937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.374471"], ["updated_at", "2018-10-11 16:42:15.374471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.376154"], ["updated_at", "2018-10-11 16:42:15.376154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.377703"], ["updated_at", "2018-10-11 16:42:15.377703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.379308"], ["updated_at", "2018-10-11 16:42:15.379308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.380896"], ["updated_at", "2018-10-11 16:42:15.380896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.382445"], ["updated_at", "2018-10-11 16:42:15.382445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.384030"], ["updated_at", "2018-10-11 16:42:15.384030"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.385591"], ["updated_at", "2018-10-11 16:42:15.385591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.387249"], ["updated_at", "2018-10-11 16:42:15.387249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.388892"], ["updated_at", "2018-10-11 16:42:15.388892"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.390444"], ["updated_at", "2018-10-11 16:42:15.390444"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.392329"], ["updated_at", "2018-10-11 16:42:15.392329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.395048"], ["updated_at", "2018-10-11 16:42:15.395048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.396890"], ["updated_at", "2018-10-11 16:42:15.396890"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.398578"], ["updated_at", "2018-10-11 16:42:15.398578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.400172"], ["updated_at", "2018-10-11 16:42:15.400172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.401768"], ["updated_at", "2018-10-11 16:42:15.401768"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.403362"], ["updated_at", "2018-10-11 16:42:15.403362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.406293"], ["updated_at", "2018-10-11 16:42:15.406293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.408074"], ["updated_at", "2018-10-11 16:42:15.408074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.409781"], ["updated_at", "2018-10-11 16:42:15.409781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.411400"], ["updated_at", "2018-10-11 16:42:15.411400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.412991"], ["updated_at", "2018-10-11 16:42:15.412991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.414624"], ["updated_at", "2018-10-11 16:42:15.414624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.416202"], ["updated_at", "2018-10-11 16:42:15.416202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.417777"], ["updated_at", "2018-10-11 16:42:15.417777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.419430"], ["updated_at", "2018-10-11 16:42:15.419430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.420981"], ["updated_at", "2018-10-11 16:42:15.420981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.422620"], ["updated_at", "2018-10-11 16:42:15.422620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.424251"], ["updated_at", "2018-10-11 16:42:15.424251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.425885"], ["updated_at", "2018-10-11 16:42:15.425885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.427548"], ["updated_at", "2018-10-11 16:42:15.427548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.429115"], ["updated_at", "2018-10-11 16:42:15.429115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.430843"], ["updated_at", "2018-10-11 16:42:15.430843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.432417"], ["updated_at", "2018-10-11 16:42:15.432417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.434021"], ["updated_at", "2018-10-11 16:42:15.434021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.435599"], ["updated_at", "2018-10-11 16:42:15.435599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.437263"], ["updated_at", "2018-10-11 16:42:15.437263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.438821"], ["updated_at", "2018-10-11 16:42:15.438821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.440457"], ["updated_at", "2018-10-11 16:42:15.440457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.442013"], ["updated_at", "2018-10-11 16:42:15.442013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.444784"], ["updated_at", "2018-10-11 16:42:15.444784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.446374"], ["updated_at", "2018-10-11 16:42:15.446374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.447943"], ["updated_at", "2018-10-11 16:42:15.447943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.449546"], ["updated_at", "2018-10-11 16:42:15.449546"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.451296"], ["updated_at", "2018-10-11 16:42:15.451296"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.454012"], ["updated_at", "2018-10-11 16:42:15.454012"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.456699"], ["updated_at", "2018-10-11 16:42:15.456699"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.459219"], ["updated_at", "2018-10-11 16:42:15.459219"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.462261"], ["updated_at", "2018-10-11 16:42:15.462261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.464445"], ["updated_at", "2018-10-11 16:42:15.464445"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.466297"], ["updated_at", "2018-10-11 16:42:15.466297"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.468989"], ["updated_at", "2018-10-11 16:42:15.468989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.471018"], ["updated_at", "2018-10-11 16:42:15.471018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.472703"], ["updated_at", "2018-10-11 16:42:15.472703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.476118"], ["updated_at", "2018-10-11 16:42:15.476118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.477825"], ["updated_at", "2018-10-11 16:42:15.477825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.479460"], ["updated_at", "2018-10-11 16:42:15.479460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.481096"], ["updated_at", "2018-10-11 16:42:15.481096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.482797"], ["updated_at", "2018-10-11 16:42:15.482797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.484361"], ["updated_at", "2018-10-11 16:42:15.484361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.485935"], ["updated_at", "2018-10-11 16:42:15.485935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.487595"], ["updated_at", "2018-10-11 16:42:15.487595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.489275"], ["updated_at", "2018-10-11 16:42:15.489275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.490865"], ["updated_at", "2018-10-11 16:42:15.490865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.492568"], ["updated_at", "2018-10-11 16:42:15.492568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.494187"], ["updated_at", "2018-10-11 16:42:15.494187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.495791"], ["updated_at", "2018-10-11 16:42:15.495791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.497373"], ["updated_at", "2018-10-11 16:42:15.497373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.499042"], ["updated_at", "2018-10-11 16:42:15.499042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.500649"], ["updated_at", "2018-10-11 16:42:15.500649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.502177"], ["updated_at", "2018-10-11 16:42:15.502177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.503781"], ["updated_at", "2018-10-11 16:42:15.503781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.505415"], ["updated_at", "2018-10-11 16:42:15.505415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.507006"], ["updated_at", "2018-10-11 16:42:15.507006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.508640"], ["updated_at", "2018-10-11 16:42:15.508640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.510193"], ["updated_at", "2018-10-11 16:42:15.510193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.511862"], ["updated_at", "2018-10-11 16:42:15.511862"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.513474"], ["updated_at", "2018-10-11 16:42:15.513474"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.515102"], ["updated_at", "2018-10-11 16:42:15.515102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.516878"], ["updated_at", "2018-10-11 16:42:15.516878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.518460"], ["updated_at", "2018-10-11 16:42:15.518460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.520114"], ["updated_at", "2018-10-11 16:42:15.520114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.521672"], ["updated_at", "2018-10-11 16:42:15.521672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.523305"], ["updated_at", "2018-10-11 16:42:15.523305"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.524970"], ["updated_at", "2018-10-11 16:42:15.524970"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.527592"], ["updated_at", "2018-10-11 16:42:15.527592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.529589"], ["updated_at", "2018-10-11 16:42:15.529589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.531230"], ["updated_at", "2018-10-11 16:42:15.531230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.533012"], ["updated_at", "2018-10-11 16:42:15.533012"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.534648"], ["updated_at", "2018-10-11 16:42:15.534648"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.536234"], ["updated_at", "2018-10-11 16:42:15.536234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.539100"], ["updated_at", "2018-10-11 16:42:15.539100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.540769"], ["updated_at", "2018-10-11 16:42:15.540769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.542391"], ["updated_at", "2018-10-11 16:42:15.542391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.544015"], ["updated_at", "2018-10-11 16:42:15.544015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.545536"], ["updated_at", "2018-10-11 16:42:15.545536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.547112"], ["updated_at", "2018-10-11 16:42:15.547112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.548647"], ["updated_at", "2018-10-11 16:42:15.548647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.550282"], ["updated_at", "2018-10-11 16:42:15.550282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.551840"], ["updated_at", "2018-10-11 16:42:15.551840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.553464"], ["updated_at", "2018-10-11 16:42:15.553464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.555017"], ["updated_at", "2018-10-11 16:42:15.555017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.556625"], ["updated_at", "2018-10-11 16:42:15.556625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.558276"], ["updated_at", "2018-10-11 16:42:15.558276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.559881"], ["updated_at", "2018-10-11 16:42:15.559881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.561525"], ["updated_at", "2018-10-11 16:42:15.561525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.563140"], ["updated_at", "2018-10-11 16:42:15.563140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.564703"], ["updated_at", "2018-10-11 16:42:15.564703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.566302"], ["updated_at", "2018-10-11 16:42:15.566302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.567953"], ["updated_at", "2018-10-11 16:42:15.567953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.569531"], ["updated_at", "2018-10-11 16:42:15.569531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.571097"], ["updated_at", "2018-10-11 16:42:15.571097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.572727"], ["updated_at", "2018-10-11 16:42:15.572727"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.574408"], ["updated_at", "2018-10-11 16:42:15.574408"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.576555"], ["updated_at", "2018-10-11 16:42:15.576555"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.579177"], ["updated_at", "2018-10-11 16:42:15.579177"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.581753"], ["updated_at", "2018-10-11 16:42:15.581753"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.584438"], ["updated_at", "2018-10-11 16:42:15.584438"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.587149"], ["updated_at", "2018-10-11 16:42:15.587149"], ["parent_id", 39895952907]] Kithe::Work Create (6.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.589761"], ["updated_at", "2018-10-11 16:42:15.589761"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.598434"], ["updated_at", "2018-10-11 16:42:15.598434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.600935"], ["updated_at", "2018-10-11 16:42:15.600935"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.603083"], ["updated_at", "2018-10-11 16:42:15.603083"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.605668"], ["updated_at", "2018-10-11 16:42:15.605668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.609274"], ["updated_at", "2018-10-11 16:42:15.609274"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.611138"], ["updated_at", "2018-10-11 16:42:15.611138"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.613049"], ["updated_at", "2018-10-11 16:42:15.613049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.614983"], ["updated_at", "2018-10-11 16:42:15.614983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.616752"], ["updated_at", "2018-10-11 16:42:15.616752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.618664"], ["updated_at", "2018-10-11 16:42:15.618664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.620463"], ["updated_at", "2018-10-11 16:42:15.620463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.622082"], ["updated_at", "2018-10-11 16:42:15.622082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.623666"], ["updated_at", "2018-10-11 16:42:15.623666"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.625291"], ["updated_at", "2018-10-11 16:42:15.625291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.627054"], ["updated_at", "2018-10-11 16:42:15.627054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.628734"], ["updated_at", "2018-10-11 16:42:15.628734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.630318"], ["updated_at", "2018-10-11 16:42:15.630318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.631927"], ["updated_at", "2018-10-11 16:42:15.631927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.633510"], ["updated_at", "2018-10-11 16:42:15.633510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.635086"], ["updated_at", "2018-10-11 16:42:15.635086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.636671"], ["updated_at", "2018-10-11 16:42:15.636671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.638310"], ["updated_at", "2018-10-11 16:42:15.638310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.639846"], ["updated_at", "2018-10-11 16:42:15.639846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.641513"], ["updated_at", "2018-10-11 16:42:15.641513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.643077"], ["updated_at", "2018-10-11 16:42:15.643077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.644697"], ["updated_at", "2018-10-11 16:42:15.644697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.646231"], ["updated_at", "2018-10-11 16:42:15.646231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.647867"], ["updated_at", "2018-10-11 16:42:15.647867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.649436"], ["updated_at", "2018-10-11 16:42:15.649436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.651042"], ["updated_at", "2018-10-11 16:42:15.651042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.652559"], ["updated_at", "2018-10-11 16:42:15.652559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.654143"], ["updated_at", "2018-10-11 16:42:15.654143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.655775"], ["updated_at", "2018-10-11 16:42:15.655775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.657409"], ["updated_at", "2018-10-11 16:42:15.657409"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.659333"], ["updated_at", "2018-10-11 16:42:15.659333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.661857"], ["updated_at", "2018-10-11 16:42:15.661857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.663719"], ["updated_at", "2018-10-11 16:42:15.663719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.665375"], ["updated_at", "2018-10-11 16:42:15.665375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.666962"], ["updated_at", "2018-10-11 16:42:15.666962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.668597"], ["updated_at", "2018-10-11 16:42:15.668597"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.670168"], ["updated_at", "2018-10-11 16:42:15.670168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.672953"], ["updated_at", "2018-10-11 16:42:15.672953"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.674577"], ["updated_at", "2018-10-11 16:42:15.674577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.676225"], ["updated_at", "2018-10-11 16:42:15.676225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.678017"], ["updated_at", "2018-10-11 16:42:15.678017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.679721"], ["updated_at", "2018-10-11 16:42:15.679721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.681286"], ["updated_at", "2018-10-11 16:42:15.681286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.682928"], ["updated_at", "2018-10-11 16:42:15.682928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.684636"], ["updated_at", "2018-10-11 16:42:15.684636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.686266"], ["updated_at", "2018-10-11 16:42:15.686266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.687861"], ["updated_at", "2018-10-11 16:42:15.687861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.689510"], ["updated_at", "2018-10-11 16:42:15.689510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.691102"], ["updated_at", "2018-10-11 16:42:15.691102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.692725"], ["updated_at", "2018-10-11 16:42:15.692725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.694351"], ["updated_at", "2018-10-11 16:42:15.694351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.696027"], ["updated_at", "2018-10-11 16:42:15.696027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.697605"], ["updated_at", "2018-10-11 16:42:15.697605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.699219"], ["updated_at", "2018-10-11 16:42:15.699219"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.701366"], ["updated_at", "2018-10-11 16:42:15.701366"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.705743"], ["updated_at", "2018-10-11 16:42:15.705743"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.708482"], ["updated_at", "2018-10-11 16:42:15.708482"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.711088"], ["updated_at", "2018-10-11 16:42:15.711088"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.713764"], ["updated_at", "2018-10-11 16:42:15.713764"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.716378"], ["updated_at", "2018-10-11 16:42:15.716378"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.718971"], ["updated_at", "2018-10-11 16:42:15.718971"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.720965"], ["updated_at", "2018-10-11 16:42:15.720965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.722612"], ["updated_at", "2018-10-11 16:42:15.722612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.724271"], ["updated_at", "2018-10-11 16:42:15.724271"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.726178"], ["updated_at", "2018-10-11 16:42:15.726178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.728723"], ["updated_at", "2018-10-11 16:42:15.728723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.730491"], ["updated_at", "2018-10-11 16:42:15.730491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.732121"], ["updated_at", "2018-10-11 16:42:15.732121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.733844"], ["updated_at", "2018-10-11 16:42:15.733844"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.735430"], ["updated_at", "2018-10-11 16:42:15.735430"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.737074"], ["updated_at", "2018-10-11 16:42:15.737074"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.739879"], ["updated_at", "2018-10-11 16:42:15.739879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.741558"], ["updated_at", "2018-10-11 16:42:15.741558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.743165"], ["updated_at", "2018-10-11 16:42:15.743165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.744800"], ["updated_at", "2018-10-11 16:42:15.744800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.746330"], ["updated_at", "2018-10-11 16:42:15.746330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.747975"], ["updated_at", "2018-10-11 16:42:15.747975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.749523"], ["updated_at", "2018-10-11 16:42:15.749523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.751092"], ["updated_at", "2018-10-11 16:42:15.751092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.752736"], ["updated_at", "2018-10-11 16:42:15.752736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.754317"], ["updated_at", "2018-10-11 16:42:15.754317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.755949"], ["updated_at", "2018-10-11 16:42:15.755949"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.757510"], ["updated_at", "2018-10-11 16:42:15.757510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.759179"], ["updated_at", "2018-10-11 16:42:15.759179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.760744"], ["updated_at", "2018-10-11 16:42:15.760744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.762424"], ["updated_at", "2018-10-11 16:42:15.762424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.764061"], ["updated_at", "2018-10-11 16:42:15.764061"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.765649"], ["updated_at", "2018-10-11 16:42:15.765649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.767296"], ["updated_at", "2018-10-11 16:42:15.767296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.768849"], ["updated_at", "2018-10-11 16:42:15.768849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.770512"], ["updated_at", "2018-10-11 16:42:15.770512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.772084"], ["updated_at", "2018-10-11 16:42:15.772084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.773672"], ["updated_at", "2018-10-11 16:42:15.773672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.775339"], ["updated_at", "2018-10-11 16:42:15.775339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.776957"], ["updated_at", "2018-10-11 16:42:15.776957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.778590"], ["updated_at", "2018-10-11 16:42:15.778590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.780143"], ["updated_at", "2018-10-11 16:42:15.780143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.781781"], ["updated_at", "2018-10-11 16:42:15.781781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.783363"], ["updated_at", "2018-10-11 16:42:15.783363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.784992"], ["updated_at", "2018-10-11 16:42:15.784992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.786571"], ["updated_at", "2018-10-11 16:42:15.786571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.788204"], ["updated_at", "2018-10-11 16:42:15.788204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.789780"], ["updated_at", "2018-10-11 16:42:15.789780"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.791822"], ["updated_at", "2018-10-11 16:42:15.791822"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.795209"], ["updated_at", "2018-10-11 16:42:15.795209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.797195"], ["updated_at", "2018-10-11 16:42:15.797195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.798899"], ["updated_at", "2018-10-11 16:42:15.798899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.800562"], ["updated_at", "2018-10-11 16:42:15.800562"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.802217"], ["updated_at", "2018-10-11 16:42:15.802217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.803790"], ["updated_at", "2018-10-11 16:42:15.803790"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.807248"], ["updated_at", "2018-10-11 16:42:15.807248"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.811083"], ["updated_at", "2018-10-11 16:42:15.811083"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.813976"], ["updated_at", "2018-10-11 16:42:15.813976"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.815978"], ["updated_at", "2018-10-11 16:42:15.815978"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.818428"], ["updated_at", "2018-10-11 16:42:15.818428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.820722"], ["updated_at", "2018-10-11 16:42:15.820722"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.822677"], ["updated_at", "2018-10-11 16:42:15.822677"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.824923"], ["updated_at", "2018-10-11 16:42:15.824923"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.827670"], ["updated_at", "2018-10-11 16:42:15.827670"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.830262"], ["updated_at", "2018-10-11 16:42:15.830262"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.832893"], ["updated_at", "2018-10-11 16:42:15.832893"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.835506"], ["updated_at", "2018-10-11 16:42:15.835506"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.837971"], ["updated_at", "2018-10-11 16:42:15.837971"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.840670"], ["updated_at", "2018-10-11 16:42:15.840670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.843337"], ["updated_at", "2018-10-11 16:42:15.843337"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.845214"], ["updated_at", "2018-10-11 16:42:15.845214"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.846917"], ["updated_at", "2018-10-11 16:42:15.846917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.848827"], ["updated_at", "2018-10-11 16:42:15.848827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.850521"], ["updated_at", "2018-10-11 16:42:15.850521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.852266"], ["updated_at", "2018-10-11 16:42:15.852266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.853983"], ["updated_at", "2018-10-11 16:42:15.853983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.855520"], ["updated_at", "2018-10-11 16:42:15.855520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.857184"], ["updated_at", "2018-10-11 16:42:15.857184"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.859092"], ["updated_at", "2018-10-11 16:42:15.859092"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.861640"], ["updated_at", "2018-10-11 16:42:15.861640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.863822"], ["updated_at", "2018-10-11 16:42:15.863822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.865464"], ["updated_at", "2018-10-11 16:42:15.865464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.867380"], ["updated_at", "2018-10-11 16:42:15.867380"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.869067"], ["updated_at", "2018-10-11 16:42:15.869067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.870644"], ["updated_at", "2018-10-11 16:42:15.870644"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.873592"], ["updated_at", "2018-10-11 16:42:15.873592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.875776"], ["updated_at", "2018-10-11 16:42:15.875776"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.877448"], ["updated_at", "2018-10-11 16:42:15.877448"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.879151"], ["updated_at", "2018-10-11 16:42:15.879151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.880857"], ["updated_at", "2018-10-11 16:42:15.880857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.882477"], ["updated_at", "2018-10-11 16:42:15.882477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.884233"], ["updated_at", "2018-10-11 16:42:15.884233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.885881"], ["updated_at", "2018-10-11 16:42:15.885881"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.887411"], ["updated_at", "2018-10-11 16:42:15.887411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.889492"], ["updated_at", "2018-10-11 16:42:15.889492"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.891373"], ["updated_at", "2018-10-11 16:42:15.891373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.892960"], ["updated_at", "2018-10-11 16:42:15.892960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.894636"], ["updated_at", "2018-10-11 16:42:15.894636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.896531"], ["updated_at", "2018-10-11 16:42:15.896531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.898272"], ["updated_at", "2018-10-11 16:42:15.898272"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.900037"], ["updated_at", "2018-10-11 16:42:15.900037"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.902206"], ["updated_at", "2018-10-11 16:42:15.902206"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.904434"], ["updated_at", "2018-10-11 16:42:15.904434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.906376"], ["updated_at", "2018-10-11 16:42:15.906376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.908130"], ["updated_at", "2018-10-11 16:42:15.908130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.909715"], ["updated_at", "2018-10-11 16:42:15.909715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.911268"], ["updated_at", "2018-10-11 16:42:15.911268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.912863"], ["updated_at", "2018-10-11 16:42:15.912863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.914523"], ["updated_at", "2018-10-11 16:42:15.914523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.916099"], ["updated_at", "2018-10-11 16:42:15.916099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.917742"], ["updated_at", "2018-10-11 16:42:15.917742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.919255"], ["updated_at", "2018-10-11 16:42:15.919255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.920883"], ["updated_at", "2018-10-11 16:42:15.920883"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.922443"], ["updated_at", "2018-10-11 16:42:15.922443"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.924184"], ["updated_at", "2018-10-11 16:42:15.924184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.926145"], ["updated_at", "2018-10-11 16:42:15.926145"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.928109"], ["updated_at", "2018-10-11 16:42:15.928109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.930782"], ["updated_at", "2018-10-11 16:42:15.930782"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.932592"], ["updated_at", "2018-10-11 16:42:15.932592"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.939233"], ["updated_at", "2018-10-11 16:42:15.939233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.944501"], ["updated_at", "2018-10-11 16:42:15.944501"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:15.946401"], ["updated_at", "2018-10-11 16:42:15.946401"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.111568"], ["updated_at", "2018-10-11 16:42:16.111568"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.114927"], ["updated_at", "2018-10-11 16:42:16.114927"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.117861"], ["updated_at", "2018-10-11 16:42:16.117861"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.120021"], ["updated_at", "2018-10-11 16:42:16.120021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.122320"], ["updated_at", "2018-10-11 16:42:16.122320"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.123948"], ["updated_at", "2018-10-11 16:42:16.123948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.129221"], ["updated_at", "2018-10-11 16:42:16.129221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.130904"], ["updated_at", "2018-10-11 16:42:16.130904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.132553"], ["updated_at", "2018-10-11 16:42:16.132553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.134118"], ["updated_at", "2018-10-11 16:42:16.134118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.135777"], ["updated_at", "2018-10-11 16:42:16.135777"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.137654"], ["updated_at", "2018-10-11 16:42:16.137654"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.139924"], ["updated_at", "2018-10-11 16:42:16.139924"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.142356"], ["updated_at", "2018-10-11 16:42:16.142356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.144519"], ["updated_at", "2018-10-11 16:42:16.144519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.146385"], ["updated_at", "2018-10-11 16:42:16.146385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.148357"], ["updated_at", "2018-10-11 16:42:16.148357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.150133"], ["updated_at", "2018-10-11 16:42:16.150133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.151837"], ["updated_at", "2018-10-11 16:42:16.151837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.153593"], ["updated_at", "2018-10-11 16:42:16.153593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.155341"], ["updated_at", "2018-10-11 16:42:16.155341"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.157060"], ["updated_at", "2018-10-11 16:42:16.157060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.158894"], ["updated_at", "2018-10-11 16:42:16.158894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.160593"], ["updated_at", "2018-10-11 16:42:16.160593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.162310"], ["updated_at", "2018-10-11 16:42:16.162310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.163942"], ["updated_at", "2018-10-11 16:42:16.163942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.165674"], ["updated_at", "2018-10-11 16:42:16.165674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.167478"], ["updated_at", "2018-10-11 16:42:16.167478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.169165"], ["updated_at", "2018-10-11 16:42:16.169165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.170865"], ["updated_at", "2018-10-11 16:42:16.170865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.172878"], ["updated_at", "2018-10-11 16:42:16.172878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.174724"], ["updated_at", "2018-10-11 16:42:16.174724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.176292"], ["updated_at", "2018-10-11 16:42:16.176292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.178045"], ["updated_at", "2018-10-11 16:42:16.178045"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.180883"], ["updated_at", "2018-10-11 16:42:16.180883"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.183185"], ["updated_at", "2018-10-11 16:42:16.183185"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.185105"], ["updated_at", "2018-10-11 16:42:16.185105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.187078"], ["updated_at", "2018-10-11 16:42:16.187078"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.188905"], ["updated_at", "2018-10-11 16:42:16.188905"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.191726"], ["updated_at", "2018-10-11 16:42:16.191726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.195160"], ["updated_at", "2018-10-11 16:42:16.195160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.196920"], ["updated_at", "2018-10-11 16:42:16.196920"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.198515"], ["updated_at", "2018-10-11 16:42:16.198515"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.200150"], ["updated_at", "2018-10-11 16:42:16.200150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.202172"], ["updated_at", "2018-10-11 16:42:16.202172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.203768"], ["updated_at", "2018-10-11 16:42:16.203768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.205330"], ["updated_at", "2018-10-11 16:42:16.205330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.206962"], ["updated_at", "2018-10-11 16:42:16.206962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.208699"], ["updated_at", "2018-10-11 16:42:16.208699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.210347"], ["updated_at", "2018-10-11 16:42:16.210347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.211893"], ["updated_at", "2018-10-11 16:42:16.211893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.213621"], ["updated_at", "2018-10-11 16:42:16.213621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.215402"], ["updated_at", "2018-10-11 16:42:16.215402"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.216976"], ["updated_at", "2018-10-11 16:42:16.216976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.218647"], ["updated_at", "2018-10-11 16:42:16.218647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.220305"], ["updated_at", "2018-10-11 16:42:16.220305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.221888"], ["updated_at", "2018-10-11 16:42:16.221888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.223513"], ["updated_at", "2018-10-11 16:42:16.223513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.225129"], ["updated_at", "2018-10-11 16:42:16.225129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.226736"], ["updated_at", "2018-10-11 16:42:16.226736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.228313"], ["updated_at", "2018-10-11 16:42:16.228313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.229860"], ["updated_at", "2018-10-11 16:42:16.229860"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.231502"], ["updated_at", "2018-10-11 16:42:16.231502"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.233037"], ["updated_at", "2018-10-11 16:42:16.233037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.234748"], ["updated_at", "2018-10-11 16:42:16.234748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.236365"], ["updated_at", "2018-10-11 16:42:16.236365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.238063"], ["updated_at", "2018-10-11 16:42:16.238063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.239867"], ["updated_at", "2018-10-11 16:42:16.239867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.241616"], ["updated_at", "2018-10-11 16:42:16.241616"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.243211"], ["updated_at", "2018-10-11 16:42:16.243211"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.244894"], ["updated_at", "2018-10-11 16:42:16.244894"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.247463"], ["updated_at", "2018-10-11 16:42:16.247463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.249498"], ["updated_at", "2018-10-11 16:42:16.249498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.251135"], ["updated_at", "2018-10-11 16:42:16.251135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.252836"], ["updated_at", "2018-10-11 16:42:16.252836"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.254431"], ["updated_at", "2018-10-11 16:42:16.254431"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.256100"], ["updated_at", "2018-10-11 16:42:16.256100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.258760"], ["updated_at", "2018-10-11 16:42:16.258760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.260337"], ["updated_at", "2018-10-11 16:42:16.260337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.261952"], ["updated_at", "2018-10-11 16:42:16.261952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.263561"], ["updated_at", "2018-10-11 16:42:16.263561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.265234"], ["updated_at", "2018-10-11 16:42:16.265234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.266784"], ["updated_at", "2018-10-11 16:42:16.266784"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.268599"], ["updated_at", "2018-10-11 16:42:16.268599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.270882"], ["updated_at", "2018-10-11 16:42:16.270882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.272752"], ["updated_at", "2018-10-11 16:42:16.272752"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.274654"], ["updated_at", "2018-10-11 16:42:16.274654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.276518"], ["updated_at", "2018-10-11 16:42:16.276518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.278148"], ["updated_at", "2018-10-11 16:42:16.278148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.279712"], ["updated_at", "2018-10-11 16:42:16.279712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.281360"], ["updated_at", "2018-10-11 16:42:16.281360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.282963"], ["updated_at", "2018-10-11 16:42:16.282963"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.284601"], ["updated_at", "2018-10-11 16:42:16.284601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.286443"], ["updated_at", "2018-10-11 16:42:16.286443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.288144"], ["updated_at", "2018-10-11 16:42:16.288144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.289725"], ["updated_at", "2018-10-11 16:42:16.289725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.291362"], ["updated_at", "2018-10-11 16:42:16.291362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.293121"], ["updated_at", "2018-10-11 16:42:16.293121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.294742"], ["updated_at", "2018-10-11 16:42:16.294742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.296411"], ["updated_at", "2018-10-11 16:42:16.296411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.298034"], ["updated_at", "2018-10-11 16:42:16.298034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.299603"], ["updated_at", "2018-10-11 16:42:16.299603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.301239"], ["updated_at", "2018-10-11 16:42:16.301239"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.302813"], ["updated_at", "2018-10-11 16:42:16.302813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.304945"], ["updated_at", "2018-10-11 16:42:16.304945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.306656"], ["updated_at", "2018-10-11 16:42:16.306656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.308285"], ["updated_at", "2018-10-11 16:42:16.308285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.309838"], ["updated_at", "2018-10-11 16:42:16.309838"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.311530"], ["updated_at", "2018-10-11 16:42:16.311530"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.313860"], ["updated_at", "2018-10-11 16:42:16.313860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.316312"], ["updated_at", "2018-10-11 16:42:16.316312"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.318022"], ["updated_at", "2018-10-11 16:42:16.318022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.319625"], ["updated_at", "2018-10-11 16:42:16.319625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.321249"], ["updated_at", "2018-10-11 16:42:16.321249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.322773"], ["updated_at", "2018-10-11 16:42:16.322773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.325562"], ["updated_at", "2018-10-11 16:42:16.325562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.327575"], ["updated_at", "2018-10-11 16:42:16.327575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.329225"], ["updated_at", "2018-10-11 16:42:16.329225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.330829"], ["updated_at", "2018-10-11 16:42:16.330829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.332433"], ["updated_at", "2018-10-11 16:42:16.332433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.334056"], ["updated_at", "2018-10-11 16:42:16.334056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.335597"], ["updated_at", "2018-10-11 16:42:16.335597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.337196"], ["updated_at", "2018-10-11 16:42:16.337196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.338783"], ["updated_at", "2018-10-11 16:42:16.338783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.340462"], ["updated_at", "2018-10-11 16:42:16.340462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.342242"], ["updated_at", "2018-10-11 16:42:16.342242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.344006"], ["updated_at", "2018-10-11 16:42:16.344006"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.345608"], ["updated_at", "2018-10-11 16:42:16.345608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.347371"], ["updated_at", "2018-10-11 16:42:16.347371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.350345"], ["updated_at", "2018-10-11 16:42:16.350345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.351980"], ["updated_at", "2018-10-11 16:42:16.351980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.353570"], ["updated_at", "2018-10-11 16:42:16.353570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.355167"], ["updated_at", "2018-10-11 16:42:16.355167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.356766"], ["updated_at", "2018-10-11 16:42:16.356766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.358335"], ["updated_at", "2018-10-11 16:42:16.358335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.359948"], ["updated_at", "2018-10-11 16:42:16.359948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.361556"], ["updated_at", "2018-10-11 16:42:16.361556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.363132"], ["updated_at", "2018-10-11 16:42:16.363132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.364710"], ["updated_at", "2018-10-11 16:42:16.364710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.366297"], ["updated_at", "2018-10-11 16:42:16.366297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.367915"], ["updated_at", "2018-10-11 16:42:16.367915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.369541"], ["updated_at", "2018-10-11 16:42:16.369541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.371053"], ["updated_at", "2018-10-11 16:42:16.371053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.372681"], ["updated_at", "2018-10-11 16:42:16.372681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.374234"], ["updated_at", "2018-10-11 16:42:16.374234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.375839"], ["updated_at", "2018-10-11 16:42:16.375839"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.377409"], ["updated_at", "2018-10-11 16:42:16.377409"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.379022"], ["updated_at", "2018-10-11 16:42:16.379022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.381536"], ["updated_at", "2018-10-11 16:42:16.381536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.383448"], ["updated_at", "2018-10-11 16:42:16.383448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.385162"], ["updated_at", "2018-10-11 16:42:16.385162"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.386785"], ["updated_at", "2018-10-11 16:42:16.386785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.388421"], ["updated_at", "2018-10-11 16:42:16.388421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.390256"], ["updated_at", "2018-10-11 16:42:16.390256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.393246"], ["updated_at", "2018-10-11 16:42:16.393246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.394803"], ["updated_at", "2018-10-11 16:42:16.394803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.396442"], ["updated_at", "2018-10-11 16:42:16.396442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.398202"], ["updated_at", "2018-10-11 16:42:16.398202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.399880"], ["updated_at", "2018-10-11 16:42:16.399880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.401417"], ["updated_at", "2018-10-11 16:42:16.401417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.403048"], ["updated_at", "2018-10-11 16:42:16.403048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.404692"], ["updated_at", "2018-10-11 16:42:16.404692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.406383"], ["updated_at", "2018-10-11 16:42:16.406383"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.407961"], ["updated_at", "2018-10-11 16:42:16.407961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.409840"], ["updated_at", "2018-10-11 16:42:16.409840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.411519"], ["updated_at", "2018-10-11 16:42:16.411519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.413124"], ["updated_at", "2018-10-11 16:42:16.413124"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.414686"], ["updated_at", "2018-10-11 16:42:16.414686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.416553"], ["updated_at", "2018-10-11 16:42:16.416553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.418136"], ["updated_at", "2018-10-11 16:42:16.418136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.419791"], ["updated_at", "2018-10-11 16:42:16.419791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.421406"], ["updated_at", "2018-10-11 16:42:16.421406"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.422964"], ["updated_at", "2018-10-11 16:42:16.422964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.424647"], ["updated_at", "2018-10-11 16:42:16.424647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.426226"], ["updated_at", "2018-10-11 16:42:16.426226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.427793"], ["updated_at", "2018-10-11 16:42:16.427793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.429414"], ["updated_at", "2018-10-11 16:42:16.429414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.431029"], ["updated_at", "2018-10-11 16:42:16.431029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.432640"], ["updated_at", "2018-10-11 16:42:16.432640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.434322"], ["updated_at", "2018-10-11 16:42:16.434322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.435948"], ["updated_at", "2018-10-11 16:42:16.435948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.437550"], ["updated_at", "2018-10-11 16:42:16.437550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.439180"], ["updated_at", "2018-10-11 16:42:16.439180"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.440881"], ["updated_at", "2018-10-11 16:42:16.440881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.442404"], ["updated_at", "2018-10-11 16:42:16.442404"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.444004"], ["updated_at", "2018-10-11 16:42:16.444004"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.446647"], ["updated_at", "2018-10-11 16:42:16.446647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.448975"], ["updated_at", "2018-10-11 16:42:16.448975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.450726"], ["updated_at", "2018-10-11 16:42:16.450726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.452413"], ["updated_at", "2018-10-11 16:42:16.452413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.454092"], ["updated_at", "2018-10-11 16:42:16.454092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.455767"], ["updated_at", "2018-10-11 16:42:16.455767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.458322"], ["updated_at", "2018-10-11 16:42:16.458322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.460249"], ["updated_at", "2018-10-11 16:42:16.460249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.461831"], ["updated_at", "2018-10-11 16:42:16.461831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.463413"], ["updated_at", "2018-10-11 16:42:16.463413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.465078"], ["updated_at", "2018-10-11 16:42:16.465078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.466641"], ["updated_at", "2018-10-11 16:42:16.466641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.468251"], ["updated_at", "2018-10-11 16:42:16.468251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.469814"], ["updated_at", "2018-10-11 16:42:16.469814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.471441"], ["updated_at", "2018-10-11 16:42:16.471441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.472987"], ["updated_at", "2018-10-11 16:42:16.472987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.474614"], ["updated_at", "2018-10-11 16:42:16.474614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.476370"], ["updated_at", "2018-10-11 16:42:16.476370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.478092"], ["updated_at", "2018-10-11 16:42:16.478092"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.479778"], ["updated_at", "2018-10-11 16:42:16.479778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.481543"], ["updated_at", "2018-10-11 16:42:16.481543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.483125"], ["updated_at", "2018-10-11 16:42:16.483125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.484739"], ["updated_at", "2018-10-11 16:42:16.484739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.486436"], ["updated_at", "2018-10-11 16:42:16.486436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.488080"], ["updated_at", "2018-10-11 16:42:16.488080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.489680"], ["updated_at", "2018-10-11 16:42:16.489680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.491310"], ["updated_at", "2018-10-11 16:42:16.491310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.492898"], ["updated_at", "2018-10-11 16:42:16.492898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.494457"], ["updated_at", "2018-10-11 16:42:16.494457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.496064"], ["updated_at", "2018-10-11 16:42:16.496064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.497714"], ["updated_at", "2018-10-11 16:42:16.497714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.499282"], ["updated_at", "2018-10-11 16:42:16.499282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.500881"], ["updated_at", "2018-10-11 16:42:16.500881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.502501"], ["updated_at", "2018-10-11 16:42:16.502501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.504067"], ["updated_at", "2018-10-11 16:42:16.504067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.505726"], ["updated_at", "2018-10-11 16:42:16.505726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.507294"], ["updated_at", "2018-10-11 16:42:16.507294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.508914"], ["updated_at", "2018-10-11 16:42:16.508914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.510448"], ["updated_at", "2018-10-11 16:42:16.510448"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.512103"], ["updated_at", "2018-10-11 16:42:16.512103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.514698"], ["updated_at", "2018-10-11 16:42:16.514698"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.516726"], ["updated_at", "2018-10-11 16:42:16.516726"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.518380"], ["updated_at", "2018-10-11 16:42:16.518380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.520022"], ["updated_at", "2018-10-11 16:42:16.520022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.521761"], ["updated_at", "2018-10-11 16:42:16.521761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.523362"], ["updated_at", "2018-10-11 16:42:16.523362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.526120"], ["updated_at", "2018-10-11 16:42:16.526120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.527686"], ["updated_at", "2018-10-11 16:42:16.527686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.529312"], ["updated_at", "2018-10-11 16:42:16.529312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.530868"], ["updated_at", "2018-10-11 16:42:16.530868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.532483"], ["updated_at", "2018-10-11 16:42:16.532483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.534068"], ["updated_at", "2018-10-11 16:42:16.534068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.535697"], ["updated_at", "2018-10-11 16:42:16.535697"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.537250"], ["updated_at", "2018-10-11 16:42:16.537250"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.538940"], ["updated_at", "2018-10-11 16:42:16.538940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.540508"], ["updated_at", "2018-10-11 16:42:16.540508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.542213"], ["updated_at", "2018-10-11 16:42:16.542213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.543879"], ["updated_at", "2018-10-11 16:42:16.543879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.545498"], ["updated_at", "2018-10-11 16:42:16.545498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.547020"], ["updated_at", "2018-10-11 16:42:16.547020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.548654"], ["updated_at", "2018-10-11 16:42:16.548654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.550274"], ["updated_at", "2018-10-11 16:42:16.550274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.551848"], ["updated_at", "2018-10-11 16:42:16.551848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.553499"], ["updated_at", "2018-10-11 16:42:16.553499"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.555023"], ["updated_at", "2018-10-11 16:42:16.555023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.556705"], ["updated_at", "2018-10-11 16:42:16.556705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.558336"], ["updated_at", "2018-10-11 16:42:16.558336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.559977"], ["updated_at", "2018-10-11 16:42:16.559977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.561592"], ["updated_at", "2018-10-11 16:42:16.561592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.563117"], ["updated_at", "2018-10-11 16:42:16.563117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.564707"], ["updated_at", "2018-10-11 16:42:16.564707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.566251"], ["updated_at", "2018-10-11 16:42:16.566251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.567903"], ["updated_at", "2018-10-11 16:42:16.567903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.569429"], ["updated_at", "2018-10-11 16:42:16.569429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.571059"], ["updated_at", "2018-10-11 16:42:16.571059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.572668"], ["updated_at", "2018-10-11 16:42:16.572668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.574272"], ["updated_at", "2018-10-11 16:42:16.574272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.575921"], ["updated_at", "2018-10-11 16:42:16.575921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.577489"], ["updated_at", "2018-10-11 16:42:16.577489"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.579295"], ["updated_at", "2018-10-11 16:42:16.579295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.581897"], ["updated_at", "2018-10-11 16:42:16.581897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.583795"], ["updated_at", "2018-10-11 16:42:16.583795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.585507"], ["updated_at", "2018-10-11 16:42:16.585507"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.587696"], ["updated_at", "2018-10-11 16:42:16.587696"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.590490"], ["updated_at", "2018-10-11 16:42:16.590490"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.593064"], ["updated_at", "2018-10-11 16:42:16.593064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.596255"], ["updated_at", "2018-10-11 16:42:16.596255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.597870"], ["updated_at", "2018-10-11 16:42:16.597870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.599536"], ["updated_at", "2018-10-11 16:42:16.599536"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.601172"], ["updated_at", "2018-10-11 16:42:16.601172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.602852"], ["updated_at", "2018-10-11 16:42:16.602852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.604473"], ["updated_at", "2018-10-11 16:42:16.604473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.606069"], ["updated_at", "2018-10-11 16:42:16.606069"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.607713"], ["updated_at", "2018-10-11 16:42:16.607713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.609689"], ["updated_at", "2018-10-11 16:42:16.609689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.611333"], ["updated_at", "2018-10-11 16:42:16.611333"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.613105"], ["updated_at", "2018-10-11 16:42:16.613105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.615006"], ["updated_at", "2018-10-11 16:42:16.615006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.616779"], ["updated_at", "2018-10-11 16:42:16.616779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.618381"], ["updated_at", "2018-10-11 16:42:16.618381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.619923"], ["updated_at", "2018-10-11 16:42:16.619923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.621500"], ["updated_at", "2018-10-11 16:42:16.621500"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.623223"], ["updated_at", "2018-10-11 16:42:16.623223"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.625027"], ["updated_at", "2018-10-11 16:42:16.625027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.626741"], ["updated_at", "2018-10-11 16:42:16.626741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.628372"], ["updated_at", "2018-10-11 16:42:16.628372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.629973"], ["updated_at", "2018-10-11 16:42:16.629973"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.631593"], ["updated_at", "2018-10-11 16:42:16.631593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.633246"], ["updated_at", "2018-10-11 16:42:16.633246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.635000"], ["updated_at", "2018-10-11 16:42:16.635000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.636764"], ["updated_at", "2018-10-11 16:42:16.636764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.638353"], ["updated_at", "2018-10-11 16:42:16.638353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.639955"], ["updated_at", "2018-10-11 16:42:16.639955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.641495"], ["updated_at", "2018-10-11 16:42:16.641495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.643357"], ["updated_at", "2018-10-11 16:42:16.643357"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.645062"], ["updated_at", "2018-10-11 16:42:16.645062"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.647847"], ["updated_at", "2018-10-11 16:42:16.647847"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.649623"], ["updated_at", "2018-10-11 16:42:16.649623"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.651442"], ["updated_at", "2018-10-11 16:42:16.651442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.653221"], ["updated_at", "2018-10-11 16:42:16.653221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.654853"], ["updated_at", "2018-10-11 16:42:16.654853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.656326"], ["updated_at", "2018-10-11 16:42:16.656326"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.659007"], ["updated_at", "2018-10-11 16:42:16.659007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.661026"], ["updated_at", "2018-10-11 16:42:16.661026"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.662851"], ["updated_at", "2018-10-11 16:42:16.662851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.664537"], ["updated_at", "2018-10-11 16:42:16.664537"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.666295"], ["updated_at", "2018-10-11 16:42:16.666295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.667996"], ["updated_at", "2018-10-11 16:42:16.667996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.669739"], ["updated_at", "2018-10-11 16:42:16.669739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.671450"], ["updated_at", "2018-10-11 16:42:16.671450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.673051"], ["updated_at", "2018-10-11 16:42:16.673051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.674620"], ["updated_at", "2018-10-11 16:42:16.674620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.676487"], ["updated_at", "2018-10-11 16:42:16.676487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.678109"], ["updated_at", "2018-10-11 16:42:16.678109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.679746"], ["updated_at", "2018-10-11 16:42:16.679746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.681368"], ["updated_at", "2018-10-11 16:42:16.681368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.683029"], ["updated_at", "2018-10-11 16:42:16.683029"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.686704"], ["updated_at", "2018-10-11 16:42:16.686704"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.688859"], ["updated_at", "2018-10-11 16:42:16.688859"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.690892"], ["updated_at", "2018-10-11 16:42:16.690892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.692696"], ["updated_at", "2018-10-11 16:42:16.692696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.694368"], ["updated_at", "2018-10-11 16:42:16.694368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.695979"], ["updated_at", "2018-10-11 16:42:16.695979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.697632"], ["updated_at", "2018-10-11 16:42:16.697632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.699203"], ["updated_at", "2018-10-11 16:42:16.699203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.700777"], ["updated_at", "2018-10-11 16:42:16.700777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.702332"], ["updated_at", "2018-10-11 16:42:16.702332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.705130"], ["updated_at", "2018-10-11 16:42:16.705130"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.706837"], ["updated_at", "2018-10-11 16:42:16.706837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.708529"], ["updated_at", "2018-10-11 16:42:16.708529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.710127"], ["updated_at", "2018-10-11 16:42:16.710127"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.711890"], ["updated_at", "2018-10-11 16:42:16.711890"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.714339"], ["updated_at", "2018-10-11 16:42:16.714339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.716551"], ["updated_at", "2018-10-11 16:42:16.716551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.718200"], ["updated_at", "2018-10-11 16:42:16.718200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.719764"], ["updated_at", "2018-10-11 16:42:16.719764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.721298"], ["updated_at", "2018-10-11 16:42:16.721298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.722845"], ["updated_at", "2018-10-11 16:42:16.722845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.725435"], ["updated_at", "2018-10-11 16:42:16.725435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.727333"], ["updated_at", "2018-10-11 16:42:16.727333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.728954"], ["updated_at", "2018-10-11 16:42:16.728954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.730669"], ["updated_at", "2018-10-11 16:42:16.730669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.732270"], ["updated_at", "2018-10-11 16:42:16.732270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.733827"], ["updated_at", "2018-10-11 16:42:16.733827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.735412"], ["updated_at", "2018-10-11 16:42:16.735412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.736947"], ["updated_at", "2018-10-11 16:42:16.736947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.738502"], ["updated_at", "2018-10-11 16:42:16.738502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.740259"], ["updated_at", "2018-10-11 16:42:16.740259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.741911"], ["updated_at", "2018-10-11 16:42:16.741911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.743490"], ["updated_at", "2018-10-11 16:42:16.743490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.745106"], ["updated_at", "2018-10-11 16:42:16.745106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.746778"], ["updated_at", "2018-10-11 16:42:16.746778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.748352"], ["updated_at", "2018-10-11 16:42:16.748352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.749927"], ["updated_at", "2018-10-11 16:42:16.749927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.751491"], ["updated_at", "2018-10-11 16:42:16.751491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.753108"], ["updated_at", "2018-10-11 16:42:16.753108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.754643"], ["updated_at", "2018-10-11 16:42:16.754643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.756251"], ["updated_at", "2018-10-11 16:42:16.756251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.757885"], ["updated_at", "2018-10-11 16:42:16.757885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.759493"], ["updated_at", "2018-10-11 16:42:16.759493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.761077"], ["updated_at", "2018-10-11 16:42:16.761077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.762717"], ["updated_at", "2018-10-11 16:42:16.762717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.764323"], ["updated_at", "2018-10-11 16:42:16.764323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.766022"], ["updated_at", "2018-10-11 16:42:16.766022"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.767637"], ["updated_at", "2018-10-11 16:42:16.767637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.769154"], ["updated_at", "2018-10-11 16:42:16.769154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.770709"], ["updated_at", "2018-10-11 16:42:16.770709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.772257"], ["updated_at", "2018-10-11 16:42:16.772257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.773833"], ["updated_at", "2018-10-11 16:42:16.773833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.775447"], ["updated_at", "2018-10-11 16:42:16.775447"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.777044"], ["updated_at", "2018-10-11 16:42:16.777044"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.778931"], ["updated_at", "2018-10-11 16:42:16.778931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.781241"], ["updated_at", "2018-10-11 16:42:16.781241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.782894"], ["updated_at", "2018-10-11 16:42:16.782894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.784442"], ["updated_at", "2018-10-11 16:42:16.784442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.785965"], ["updated_at", "2018-10-11 16:42:16.785965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.787783"], ["updated_at", "2018-10-11 16:42:16.787783"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.789441"], ["updated_at", "2018-10-11 16:42:16.789441"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.792281"], ["updated_at", "2018-10-11 16:42:16.792281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.794438"], ["updated_at", "2018-10-11 16:42:16.794438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.796125"], ["updated_at", "2018-10-11 16:42:16.796125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.797741"], ["updated_at", "2018-10-11 16:42:16.797741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.799353"], ["updated_at", "2018-10-11 16:42:16.799353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.800983"], ["updated_at", "2018-10-11 16:42:16.800983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.802554"], ["updated_at", "2018-10-11 16:42:16.802554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.804135"], ["updated_at", "2018-10-11 16:42:16.804135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.805772"], ["updated_at", "2018-10-11 16:42:16.805772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.807340"], ["updated_at", "2018-10-11 16:42:16.807340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.809067"], ["updated_at", "2018-10-11 16:42:16.809067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.810716"], ["updated_at", "2018-10-11 16:42:16.810716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.812397"], ["updated_at", "2018-10-11 16:42:16.812397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.813975"], ["updated_at", "2018-10-11 16:42:16.813975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.815524"], ["updated_at", "2018-10-11 16:42:16.815524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.817121"], ["updated_at", "2018-10-11 16:42:16.817121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.818710"], ["updated_at", "2018-10-11 16:42:16.818710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.820484"], ["updated_at", "2018-10-11 16:42:16.820484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.822085"], ["updated_at", "2018-10-11 16:42:16.822085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.823727"], ["updated_at", "2018-10-11 16:42:16.823727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.825534"], ["updated_at", "2018-10-11 16:42:16.825534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.827270"], ["updated_at", "2018-10-11 16:42:16.827270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.828976"], ["updated_at", "2018-10-11 16:42:16.828976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.830574"], ["updated_at", "2018-10-11 16:42:16.830574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.832200"], ["updated_at", "2018-10-11 16:42:16.832200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.833754"], ["updated_at", "2018-10-11 16:42:16.833754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.835351"], ["updated_at", "2018-10-11 16:42:16.835351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.836868"], ["updated_at", "2018-10-11 16:42:16.836868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.838432"], ["updated_at", "2018-10-11 16:42:16.838432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.839966"], ["updated_at", "2018-10-11 16:42:16.839966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.841565"], ["updated_at", "2018-10-11 16:42:16.841565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.843170"], ["updated_at", "2018-10-11 16:42:16.843170"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.846266"], ["updated_at", "2018-10-11 16:42:16.846266"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.848775"], ["updated_at", "2018-10-11 16:42:16.848775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.850737"], ["updated_at", "2018-10-11 16:42:16.850737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.852422"], ["updated_at", "2018-10-11 16:42:16.852422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.854053"], ["updated_at", "2018-10-11 16:42:16.854053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.855755"], ["updated_at", "2018-10-11 16:42:16.855755"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.857441"], ["updated_at", "2018-10-11 16:42:16.857441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.860262"], ["updated_at", "2018-10-11 16:42:16.860262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.861852"], ["updated_at", "2018-10-11 16:42:16.861852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.863573"], ["updated_at", "2018-10-11 16:42:16.863573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.865156"], ["updated_at", "2018-10-11 16:42:16.865156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.866741"], ["updated_at", "2018-10-11 16:42:16.866741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.868379"], ["updated_at", "2018-10-11 16:42:16.868379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.870050"], ["updated_at", "2018-10-11 16:42:16.870050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.871696"], ["updated_at", "2018-10-11 16:42:16.871696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.873395"], ["updated_at", "2018-10-11 16:42:16.873395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.875021"], ["updated_at", "2018-10-11 16:42:16.875021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.876681"], ["updated_at", "2018-10-11 16:42:16.876681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.878314"], ["updated_at", "2018-10-11 16:42:16.878314"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.879922"], ["updated_at", "2018-10-11 16:42:16.879922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.881531"], ["updated_at", "2018-10-11 16:42:16.881531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.883136"], ["updated_at", "2018-10-11 16:42:16.883136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.884901"], ["updated_at", "2018-10-11 16:42:16.884901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.886575"], ["updated_at", "2018-10-11 16:42:16.886575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.888183"], ["updated_at", "2018-10-11 16:42:16.888183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.889901"], ["updated_at", "2018-10-11 16:42:16.889901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.891472"], ["updated_at", "2018-10-11 16:42:16.891472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.893122"], ["updated_at", "2018-10-11 16:42:16.893122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.894679"], ["updated_at", "2018-10-11 16:42:16.894679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.896240"], ["updated_at", "2018-10-11 16:42:16.896240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.897879"], ["updated_at", "2018-10-11 16:42:16.897879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.899443"], ["updated_at", "2018-10-11 16:42:16.899443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.900991"], ["updated_at", "2018-10-11 16:42:16.900991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.902578"], ["updated_at", "2018-10-11 16:42:16.902578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.904220"], ["updated_at", "2018-10-11 16:42:16.904220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.905907"], ["updated_at", "2018-10-11 16:42:16.905907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.907589"], ["updated_at", "2018-10-11 16:42:16.907589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.909215"], ["updated_at", "2018-10-11 16:42:16.909215"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.910810"], ["updated_at", "2018-10-11 16:42:16.910810"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.912433"], ["updated_at", "2018-10-11 16:42:16.912433"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.914687"], ["updated_at", "2018-10-11 16:42:16.914687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.916532"], ["updated_at", "2018-10-11 16:42:16.916532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.918089"], ["updated_at", "2018-10-11 16:42:16.918089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.919623"], ["updated_at", "2018-10-11 16:42:16.919623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.921146"], ["updated_at", "2018-10-11 16:42:16.921146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.922807"], ["updated_at", "2018-10-11 16:42:16.922807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.926510"], ["updated_at", "2018-10-11 16:42:16.926510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.928096"], ["updated_at", "2018-10-11 16:42:16.928096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.929635"], ["updated_at", "2018-10-11 16:42:16.929635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.931289"], ["updated_at", "2018-10-11 16:42:16.931289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.933134"], ["updated_at", "2018-10-11 16:42:16.933134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.934781"], ["updated_at", "2018-10-11 16:42:16.934781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.936391"], ["updated_at", "2018-10-11 16:42:16.936391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.938493"], ["updated_at", "2018-10-11 16:42:16.938493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.940077"], ["updated_at", "2018-10-11 16:42:16.940077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.941682"], ["updated_at", "2018-10-11 16:42:16.941682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.943289"], ["updated_at", "2018-10-11 16:42:16.943289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.944888"], ["updated_at", "2018-10-11 16:42:16.944888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.947569"], ["updated_at", "2018-10-11 16:42:16.947569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.949287"], ["updated_at", "2018-10-11 16:42:16.949287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.950856"], ["updated_at", "2018-10-11 16:42:16.950856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.952404"], ["updated_at", "2018-10-11 16:42:16.952404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.954068"], ["updated_at", "2018-10-11 16:42:16.954068"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.955644"], ["updated_at", "2018-10-11 16:42:16.955644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.957321"], ["updated_at", "2018-10-11 16:42:16.957321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.958889"], ["updated_at", "2018-10-11 16:42:16.958889"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.960522"], ["updated_at", "2018-10-11 16:42:16.960522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.962276"], ["updated_at", "2018-10-11 16:42:16.962276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.963903"], ["updated_at", "2018-10-11 16:42:16.963903"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.965564"], ["updated_at", "2018-10-11 16:42:16.965564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.967323"], ["updated_at", "2018-10-11 16:42:16.967323"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.968946"], ["updated_at", "2018-10-11 16:42:16.968946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.970589"], ["updated_at", "2018-10-11 16:42:16.970589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.972219"], ["updated_at", "2018-10-11 16:42:16.972219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.973861"], ["updated_at", "2018-10-11 16:42:16.973861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.975490"], ["updated_at", "2018-10-11 16:42:16.975490"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.977048"], ["updated_at", "2018-10-11 16:42:16.977048"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.978679"], ["updated_at", "2018-10-11 16:42:16.978679"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.980900"], ["updated_at", "2018-10-11 16:42:16.980900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.982702"], ["updated_at", "2018-10-11 16:42:16.982702"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.984262"], ["updated_at", "2018-10-11 16:42:16.984262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.986524"], ["updated_at", "2018-10-11 16:42:16.986524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.988223"], ["updated_at", "2018-10-11 16:42:16.988223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.989839"], ["updated_at", "2018-10-11 16:42:16.989839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.993492"], ["updated_at", "2018-10-11 16:42:16.993492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.995116"], ["updated_at", "2018-10-11 16:42:16.995116"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.996923"], ["updated_at", "2018-10-11 16:42:16.996923"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:16.999272"], ["updated_at", "2018-10-11 16:42:16.999272"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.001133"], ["updated_at", "2018-10-11 16:42:17.001133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.002826"], ["updated_at", "2018-10-11 16:42:17.002826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.004899"], ["updated_at", "2018-10-11 16:42:17.004899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.006675"], ["updated_at", "2018-10-11 16:42:17.006675"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.008292"], ["updated_at", "2018-10-11 16:42:17.008292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.009966"], ["updated_at", "2018-10-11 16:42:17.009966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.011637"], ["updated_at", "2018-10-11 16:42:17.011637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.013228"], ["updated_at", "2018-10-11 16:42:17.013228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.015139"], ["updated_at", "2018-10-11 16:42:17.015139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.016788"], ["updated_at", "2018-10-11 16:42:17.016788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.018406"], ["updated_at", "2018-10-11 16:42:17.018406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.020034"], ["updated_at", "2018-10-11 16:42:17.020034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.021571"], ["updated_at", "2018-10-11 16:42:17.021571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.023258"], ["updated_at", "2018-10-11 16:42:17.023258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.026264"], ["updated_at", "2018-10-11 16:42:17.026264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.027945"], ["updated_at", "2018-10-11 16:42:17.027945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.029655"], ["updated_at", "2018-10-11 16:42:17.029655"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.031321"], ["updated_at", "2018-10-11 16:42:17.031321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.032956"], ["updated_at", "2018-10-11 16:42:17.032956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.034512"], ["updated_at", "2018-10-11 16:42:17.034512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.036100"], ["updated_at", "2018-10-11 16:42:17.036100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.037750"], ["updated_at", "2018-10-11 16:42:17.037750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.039328"], ["updated_at", "2018-10-11 16:42:17.039328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.041056"], ["updated_at", "2018-10-11 16:42:17.041056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.042618"], ["updated_at", "2018-10-11 16:42:17.042618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.044210"], ["updated_at", "2018-10-11 16:42:17.044210"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.045871"], ["updated_at", "2018-10-11 16:42:17.045871"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.048139"], ["updated_at", "2018-10-11 16:42:17.048139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.049962"], ["updated_at", "2018-10-11 16:42:17.049962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.051574"], ["updated_at", "2018-10-11 16:42:17.051574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.053088"], ["updated_at", "2018-10-11 16:42:17.053088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.054650"], ["updated_at", "2018-10-11 16:42:17.054650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.056256"], ["updated_at", "2018-10-11 16:42:17.056256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.059923"], ["updated_at", "2018-10-11 16:42:17.059923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.061527"], ["updated_at", "2018-10-11 16:42:17.061527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.063045"], ["updated_at", "2018-10-11 16:42:17.063045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.064628"], ["updated_at", "2018-10-11 16:42:17.064628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.066296"], ["updated_at", "2018-10-11 16:42:17.066296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.067859"], ["updated_at", "2018-10-11 16:42:17.067859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.069462"], ["updated_at", "2018-10-11 16:42:17.069462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.071003"], ["updated_at", "2018-10-11 16:42:17.071003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.072609"], ["updated_at", "2018-10-11 16:42:17.072609"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.074330"], ["updated_at", "2018-10-11 16:42:17.074330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.076098"], ["updated_at", "2018-10-11 16:42:17.076098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.077891"], ["updated_at", "2018-10-11 16:42:17.077891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.079475"], ["updated_at", "2018-10-11 16:42:17.079475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.081209"], ["updated_at", "2018-10-11 16:42:17.081209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.082758"], ["updated_at", "2018-10-11 16:42:17.082758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.084471"], ["updated_at", "2018-10-11 16:42:17.084471"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.086026"], ["updated_at", "2018-10-11 16:42:17.086026"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.087996"], ["updated_at", "2018-10-11 16:42:17.087996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.089715"], ["updated_at", "2018-10-11 16:42:17.089715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.091332"], ["updated_at", "2018-10-11 16:42:17.091332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.092982"], ["updated_at", "2018-10-11 16:42:17.092982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.094574"], ["updated_at", "2018-10-11 16:42:17.094574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.096113"], ["updated_at", "2018-10-11 16:42:17.096113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.097733"], ["updated_at", "2018-10-11 16:42:17.097733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.099382"], ["updated_at", "2018-10-11 16:42:17.099382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.101066"], ["updated_at", "2018-10-11 16:42:17.101066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.102622"], ["updated_at", "2018-10-11 16:42:17.102622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.104240"], ["updated_at", "2018-10-11 16:42:17.104240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.105831"], ["updated_at", "2018-10-11 16:42:17.105831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.107424"], ["updated_at", "2018-10-11 16:42:17.107424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.109020"], ["updated_at", "2018-10-11 16:42:17.109020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.110707"], ["updated_at", "2018-10-11 16:42:17.110707"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.113083"], ["updated_at", "2018-10-11 16:42:17.113083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.115362"], ["updated_at", "2018-10-11 16:42:17.115362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.117001"], ["updated_at", "2018-10-11 16:42:17.117001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.118555"], ["updated_at", "2018-10-11 16:42:17.118555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.120144"], ["updated_at", "2018-10-11 16:42:17.120144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.121768"], ["updated_at", "2018-10-11 16:42:17.121768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.123329"], ["updated_at", "2018-10-11 16:42:17.123329"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.126410"], ["updated_at", "2018-10-11 16:42:17.126410"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.128097"], ["updated_at", "2018-10-11 16:42:17.128097"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.129692"], ["updated_at", "2018-10-11 16:42:17.129692"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.131319"], ["updated_at", "2018-10-11 16:42:17.131319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.132881"], ["updated_at", "2018-10-11 16:42:17.132881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.134465"], ["updated_at", "2018-10-11 16:42:17.134465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.136049"], ["updated_at", "2018-10-11 16:42:17.136049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.137621"], ["updated_at", "2018-10-11 16:42:17.137621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.139220"], ["updated_at", "2018-10-11 16:42:17.139220"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.140763"], ["updated_at", "2018-10-11 16:42:17.140763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.142390"], ["updated_at", "2018-10-11 16:42:17.142390"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.144029"], ["updated_at", "2018-10-11 16:42:17.144029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.145863"], ["updated_at", "2018-10-11 16:42:17.145863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.147429"], ["updated_at", "2018-10-11 16:42:17.147429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.148994"], ["updated_at", "2018-10-11 16:42:17.148994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.150652"], ["updated_at", "2018-10-11 16:42:17.150652"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.152222"], ["updated_at", "2018-10-11 16:42:17.152222"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.153874"], ["updated_at", "2018-10-11 16:42:17.153874"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.155549"], ["updated_at", "2018-10-11 16:42:17.155549"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.157445"], ["updated_at", "2018-10-11 16:42:17.157445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.159145"], ["updated_at", "2018-10-11 16:42:17.159145"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.160784"], ["updated_at", "2018-10-11 16:42:17.160784"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.162696"], ["updated_at", "2018-10-11 16:42:17.162696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.164326"], ["updated_at", "2018-10-11 16:42:17.164326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.165887"], ["updated_at", "2018-10-11 16:42:17.165887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.167462"], ["updated_at", "2018-10-11 16:42:17.167462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.169299"], ["updated_at", "2018-10-11 16:42:17.169299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.170970"], ["updated_at", "2018-10-11 16:42:17.170970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.172618"], ["updated_at", "2018-10-11 16:42:17.172618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.174346"], ["updated_at", "2018-10-11 16:42:17.174346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.176059"], ["updated_at", "2018-10-11 16:42:17.176059"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.177763"], ["updated_at", "2018-10-11 16:42:17.177763"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.180107"], ["updated_at", "2018-10-11 16:42:17.180107"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.181963"], ["updated_at", "2018-10-11 16:42:17.181963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.183634"], ["updated_at", "2018-10-11 16:42:17.183634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.185275"], ["updated_at", "2018-10-11 16:42:17.185275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.186929"], ["updated_at", "2018-10-11 16:42:17.186929"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.188565"], ["updated_at", "2018-10-11 16:42:17.188565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.190413"], ["updated_at", "2018-10-11 16:42:17.190413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.193198"], ["updated_at", "2018-10-11 16:42:17.193198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.194808"], ["updated_at", "2018-10-11 16:42:17.194808"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.196390"], ["updated_at", "2018-10-11 16:42:17.196390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.198034"], ["updated_at", "2018-10-11 16:42:17.198034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.199637"], ["updated_at", "2018-10-11 16:42:17.199637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.201284"], ["updated_at", "2018-10-11 16:42:17.201284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.202909"], ["updated_at", "2018-10-11 16:42:17.202909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.204495"], ["updated_at", "2018-10-11 16:42:17.204495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.206134"], ["updated_at", "2018-10-11 16:42:17.206134"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.207702"], ["updated_at", "2018-10-11 16:42:17.207702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.209395"], ["updated_at", "2018-10-11 16:42:17.209395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.211028"], ["updated_at", "2018-10-11 16:42:17.211028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.212654"], ["updated_at", "2018-10-11 16:42:17.212654"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.214275"], ["updated_at", "2018-10-11 16:42:17.214275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.215873"], ["updated_at", "2018-10-11 16:42:17.215873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.217468"], ["updated_at", "2018-10-11 16:42:17.217468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.219110"], ["updated_at", "2018-10-11 16:42:17.219110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.220661"], ["updated_at", "2018-10-11 16:42:17.220661"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.222292"], ["updated_at", "2018-10-11 16:42:17.222292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.223973"], ["updated_at", "2018-10-11 16:42:17.223973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.225534"], ["updated_at", "2018-10-11 16:42:17.225534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.227110"], ["updated_at", "2018-10-11 16:42:17.227110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.228789"], ["updated_at", "2018-10-11 16:42:17.228789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.230341"], ["updated_at", "2018-10-11 16:42:17.230341"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.231938"], ["updated_at", "2018-10-11 16:42:17.231938"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.233633"], ["updated_at", "2018-10-11 16:42:17.233633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.235317"], ["updated_at", "2018-10-11 16:42:17.235317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.236877"], ["updated_at", "2018-10-11 16:42:17.236877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.238492"], ["updated_at", "2018-10-11 16:42:17.238492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.240070"], ["updated_at", "2018-10-11 16:42:17.240070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.241694"], ["updated_at", "2018-10-11 16:42:17.241694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.243245"], ["updated_at", "2018-10-11 16:42:17.243245"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.244872"], ["updated_at", "2018-10-11 16:42:17.244872"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.247105"], ["updated_at", "2018-10-11 16:42:17.247105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.249319"], ["updated_at", "2018-10-11 16:42:17.249319"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.251084"], ["updated_at", "2018-10-11 16:42:17.251084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.252708"], ["updated_at", "2018-10-11 16:42:17.252708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.254406"], ["updated_at", "2018-10-11 16:42:17.254406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.256163"], ["updated_at", "2018-10-11 16:42:17.256163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.257895"], ["updated_at", "2018-10-11 16:42:17.257895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.260679"], ["updated_at", "2018-10-11 16:42:17.260679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.262347"], ["updated_at", "2018-10-11 16:42:17.262347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.263960"], ["updated_at", "2018-10-11 16:42:17.263960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.265516"], ["updated_at", "2018-10-11 16:42:17.265516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.267098"], ["updated_at", "2018-10-11 16:42:17.267098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.268756"], ["updated_at", "2018-10-11 16:42:17.268756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.270376"], ["updated_at", "2018-10-11 16:42:17.270376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.271995"], ["updated_at", "2018-10-11 16:42:17.271995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.273555"], ["updated_at", "2018-10-11 16:42:17.273555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.275167"], ["updated_at", "2018-10-11 16:42:17.275167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.276744"], ["updated_at", "2018-10-11 16:42:17.276744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.278399"], ["updated_at", "2018-10-11 16:42:17.278399"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.279950"], ["updated_at", "2018-10-11 16:42:17.279950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.281619"], ["updated_at", "2018-10-11 16:42:17.281619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.283261"], ["updated_at", "2018-10-11 16:42:17.283261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.284877"], ["updated_at", "2018-10-11 16:42:17.284877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.286707"], ["updated_at", "2018-10-11 16:42:17.286707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.288361"], ["updated_at", "2018-10-11 16:42:17.288361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.289986"], ["updated_at", "2018-10-11 16:42:17.289986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.291539"], ["updated_at", "2018-10-11 16:42:17.291539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.293179"], ["updated_at", "2018-10-11 16:42:17.293179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.294837"], ["updated_at", "2018-10-11 16:42:17.294837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.296414"], ["updated_at", "2018-10-11 16:42:17.296414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.298082"], ["updated_at", "2018-10-11 16:42:17.298082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.299641"], ["updated_at", "2018-10-11 16:42:17.299641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.301279"], ["updated_at", "2018-10-11 16:42:17.301279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.302920"], ["updated_at", "2018-10-11 16:42:17.302920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.304640"], ["updated_at", "2018-10-11 16:42:17.304640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.306329"], ["updated_at", "2018-10-11 16:42:17.306329"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.307944"], ["updated_at", "2018-10-11 16:42:17.307944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.309608"], ["updated_at", "2018-10-11 16:42:17.309608"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.311263"], ["updated_at", "2018-10-11 16:42:17.311263"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.313845"], ["updated_at", "2018-10-11 16:42:17.313845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.316244"], ["updated_at", "2018-10-11 16:42:17.316244"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.317971"], ["updated_at", "2018-10-11 16:42:17.317971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.319586"], ["updated_at", "2018-10-11 16:42:17.319586"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.321234"], ["updated_at", "2018-10-11 16:42:17.321234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.322798"], ["updated_at", "2018-10-11 16:42:17.322798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.325587"], ["updated_at", "2018-10-11 16:42:17.325587"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.327223"], ["updated_at", "2018-10-11 16:42:17.327223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.328938"], ["updated_at", "2018-10-11 16:42:17.328938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.330624"], ["updated_at", "2018-10-11 16:42:17.330624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.332272"], ["updated_at", "2018-10-11 16:42:17.332272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.333937"], ["updated_at", "2018-10-11 16:42:17.333937"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.335576"], ["updated_at", "2018-10-11 16:42:17.335576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.337286"], ["updated_at", "2018-10-11 16:42:17.337286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.338927"], ["updated_at", "2018-10-11 16:42:17.338927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.340541"], ["updated_at", "2018-10-11 16:42:17.340541"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.342138"], ["updated_at", "2018-10-11 16:42:17.342138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.343930"], ["updated_at", "2018-10-11 16:42:17.343930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.345545"], ["updated_at", "2018-10-11 16:42:17.345545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.347116"], ["updated_at", "2018-10-11 16:42:17.347116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.348907"], ["updated_at", "2018-10-11 16:42:17.348907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.350582"], ["updated_at", "2018-10-11 16:42:17.350582"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.352276"], ["updated_at", "2018-10-11 16:42:17.352276"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.353853"], ["updated_at", "2018-10-11 16:42:17.353853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.355377"], ["updated_at", "2018-10-11 16:42:17.355377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.357073"], ["updated_at", "2018-10-11 16:42:17.357073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.360007"], ["updated_at", "2018-10-11 16:42:17.360007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.361570"], ["updated_at", "2018-10-11 16:42:17.361570"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.363242"], ["updated_at", "2018-10-11 16:42:17.363242"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.364950"], ["updated_at", "2018-10-11 16:42:17.364950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.366676"], ["updated_at", "2018-10-11 16:42:17.366676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.368317"], ["updated_at", "2018-10-11 16:42:17.368317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.369915"], ["updated_at", "2018-10-11 16:42:17.369915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.371583"], ["updated_at", "2018-10-11 16:42:17.371583"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.373187"], ["updated_at", "2018-10-11 16:42:17.373187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.374924"], ["updated_at", "2018-10-11 16:42:17.374924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.376597"], ["updated_at", "2018-10-11 16:42:17.376597"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.378388"], ["updated_at", "2018-10-11 16:42:17.378388"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.380861"], ["updated_at", "2018-10-11 16:42:17.380861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.382841"], ["updated_at", "2018-10-11 16:42:17.382841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.384512"], ["updated_at", "2018-10-11 16:42:17.384512"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.386163"], ["updated_at", "2018-10-11 16:42:17.386163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.387757"], ["updated_at", "2018-10-11 16:42:17.387757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.389895"], ["updated_at", "2018-10-11 16:42:17.389895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.392465"], ["updated_at", "2018-10-11 16:42:17.392465"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.394280"], ["updated_at", "2018-10-11 16:42:17.394280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.395942"], ["updated_at", "2018-10-11 16:42:17.395942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.397596"], ["updated_at", "2018-10-11 16:42:17.397596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.399250"], ["updated_at", "2018-10-11 16:42:17.399250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.400807"], ["updated_at", "2018-10-11 16:42:17.400807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.402448"], ["updated_at", "2018-10-11 16:42:17.402448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.403956"], ["updated_at", "2018-10-11 16:42:17.403956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.405584"], ["updated_at", "2018-10-11 16:42:17.405584"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.407134"], ["updated_at", "2018-10-11 16:42:17.407134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.408829"], ["updated_at", "2018-10-11 16:42:17.408829"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.410464"], ["updated_at", "2018-10-11 16:42:17.410464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.412211"], ["updated_at", "2018-10-11 16:42:17.412211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.413905"], ["updated_at", "2018-10-11 16:42:17.413905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.415529"], ["updated_at", "2018-10-11 16:42:17.415529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.417150"], ["updated_at", "2018-10-11 16:42:17.417150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.418704"], ["updated_at", "2018-10-11 16:42:17.418704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.420322"], ["updated_at", "2018-10-11 16:42:17.420322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.421884"], ["updated_at", "2018-10-11 16:42:17.421884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.423472"], ["updated_at", "2018-10-11 16:42:17.423472"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.425039"], ["updated_at", "2018-10-11 16:42:17.425039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.426761"], ["updated_at", "2018-10-11 16:42:17.426761"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.428383"], ["updated_at", "2018-10-11 16:42:17.428383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.430095"], ["updated_at", "2018-10-11 16:42:17.430095"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.431715"], ["updated_at", "2018-10-11 16:42:17.431715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.433367"], ["updated_at", "2018-10-11 16:42:17.433367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.435067"], ["updated_at", "2018-10-11 16:42:17.435067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.436673"], ["updated_at", "2018-10-11 16:42:17.436673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.438280"], ["updated_at", "2018-10-11 16:42:17.438280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.439873"], ["updated_at", "2018-10-11 16:42:17.439873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.441511"], ["updated_at", "2018-10-11 16:42:17.441511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.443130"], ["updated_at", "2018-10-11 16:42:17.443130"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.444874"], ["updated_at", "2018-10-11 16:42:17.444874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.447461"], ["updated_at", "2018-10-11 16:42:17.447461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.449422"], ["updated_at", "2018-10-11 16:42:17.449422"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.451054"], ["updated_at", "2018-10-11 16:42:17.451054"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.452660"], ["updated_at", "2018-10-11 16:42:17.452660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.454272"], ["updated_at", "2018-10-11 16:42:17.454272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.455870"], ["updated_at", "2018-10-11 16:42:17.455870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.458664"], ["updated_at", "2018-10-11 16:42:17.458664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.460420"], ["updated_at", "2018-10-11 16:42:17.460420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.462067"], ["updated_at", "2018-10-11 16:42:17.462067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.463689"], ["updated_at", "2018-10-11 16:42:17.463689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.465326"], ["updated_at", "2018-10-11 16:42:17.465326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.466910"], ["updated_at", "2018-10-11 16:42:17.466910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.468457"], ["updated_at", "2018-10-11 16:42:17.468457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.470062"], ["updated_at", "2018-10-11 16:42:17.470062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.471624"], ["updated_at", "2018-10-11 16:42:17.471624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.473250"], ["updated_at", "2018-10-11 16:42:17.473250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.474915"], ["updated_at", "2018-10-11 16:42:17.474915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.476492"], ["updated_at", "2018-10-11 16:42:17.476492"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.478062"], ["updated_at", "2018-10-11 16:42:17.478062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.479722"], ["updated_at", "2018-10-11 16:42:17.479722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.481307"], ["updated_at", "2018-10-11 16:42:17.481307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.482877"], ["updated_at", "2018-10-11 16:42:17.482877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.484508"], ["updated_at", "2018-10-11 16:42:17.484508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.486051"], ["updated_at", "2018-10-11 16:42:17.486051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.487707"], ["updated_at", "2018-10-11 16:42:17.487707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.489314"], ["updated_at", "2018-10-11 16:42:17.489314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.490993"], ["updated_at", "2018-10-11 16:42:17.490993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.492587"], ["updated_at", "2018-10-11 16:42:17.492587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.494272"], ["updated_at", "2018-10-11 16:42:17.494272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.495856"], ["updated_at", "2018-10-11 16:42:17.495856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.497457"], ["updated_at", "2018-10-11 16:42:17.497457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.499083"], ["updated_at", "2018-10-11 16:42:17.499083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.500642"], ["updated_at", "2018-10-11 16:42:17.500642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.502261"], ["updated_at", "2018-10-11 16:42:17.502261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.503806"], ["updated_at", "2018-10-11 16:42:17.503806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.505441"], ["updated_at", "2018-10-11 16:42:17.505441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.506995"], ["updated_at", "2018-10-11 16:42:17.506995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.508588"], ["updated_at", "2018-10-11 16:42:17.508588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.510119"], ["updated_at", "2018-10-11 16:42:17.510119"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.511715"], ["updated_at", "2018-10-11 16:42:17.511715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.514215"], ["updated_at", "2018-10-11 16:42:17.514215"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.516230"], ["updated_at", "2018-10-11 16:42:17.516230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.518476"], ["updated_at", "2018-10-11 16:42:17.518476"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.520169"], ["updated_at", "2018-10-11 16:42:17.520169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.521706"], ["updated_at", "2018-10-11 16:42:17.521706"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.523305"], ["updated_at", "2018-10-11 16:42:17.523305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.526190"], ["updated_at", "2018-10-11 16:42:17.526190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.527835"], ["updated_at", "2018-10-11 16:42:17.527835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.529441"], ["updated_at", "2018-10-11 16:42:17.529441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.531074"], ["updated_at", "2018-10-11 16:42:17.531074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.532619"], ["updated_at", "2018-10-11 16:42:17.532619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.534224"], ["updated_at", "2018-10-11 16:42:17.534224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.535780"], ["updated_at", "2018-10-11 16:42:17.535780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.537370"], ["updated_at", "2018-10-11 16:42:17.537370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.538951"], ["updated_at", "2018-10-11 16:42:17.538951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.540560"], ["updated_at", "2018-10-11 16:42:17.540560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.542209"], ["updated_at", "2018-10-11 16:42:17.542209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.543777"], ["updated_at", "2018-10-11 16:42:17.543777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.545314"], ["updated_at", "2018-10-11 16:42:17.545314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.546921"], ["updated_at", "2018-10-11 16:42:17.546921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.548540"], ["updated_at", "2018-10-11 16:42:17.548540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.550112"], ["updated_at", "2018-10-11 16:42:17.550112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.551768"], ["updated_at", "2018-10-11 16:42:17.551768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.553386"], ["updated_at", "2018-10-11 16:42:17.553386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.554955"], ["updated_at", "2018-10-11 16:42:17.554955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.556579"], ["updated_at", "2018-10-11 16:42:17.556579"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.558228"], ["updated_at", "2018-10-11 16:42:17.558228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.559919"], ["updated_at", "2018-10-11 16:42:17.559919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.561542"], ["updated_at", "2018-10-11 16:42:17.561542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.563152"], ["updated_at", "2018-10-11 16:42:17.563152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.564698"], ["updated_at", "2018-10-11 16:42:17.564698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.566307"], ["updated_at", "2018-10-11 16:42:17.566307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.567899"], ["updated_at", "2018-10-11 16:42:17.567899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.569537"], ["updated_at", "2018-10-11 16:42:17.569537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.571105"], ["updated_at", "2018-10-11 16:42:17.571105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.572734"], ["updated_at", "2018-10-11 16:42:17.572734"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.574273"], ["updated_at", "2018-10-11 16:42:17.574273"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.575958"], ["updated_at", "2018-10-11 16:42:17.575958"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.577633"], ["updated_at", "2018-10-11 16:42:17.577633"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.579637"], ["updated_at", "2018-10-11 16:42:17.579637"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.582668"], ["updated_at", "2018-10-11 16:42:17.582668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.584560"], ["updated_at", "2018-10-11 16:42:17.584560"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.586181"], ["updated_at", "2018-10-11 16:42:17.586181"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.587806"], ["updated_at", "2018-10-11 16:42:17.587806"], ["parent_id", 39895952907]] Kithe::Work Create (5.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.589780"], ["updated_at", "2018-10-11 16:42:17.589780"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.596427"], ["updated_at", "2018-10-11 16:42:17.596427"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.598449"], ["updated_at", "2018-10-11 16:42:17.598449"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.600672"], ["updated_at", "2018-10-11 16:42:17.600672"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.602996"], ["updated_at", "2018-10-11 16:42:17.602996"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.605043"], ["updated_at", "2018-10-11 16:42:17.605043"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.607108"], ["updated_at", "2018-10-11 16:42:17.607108"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.609161"], ["updated_at", "2018-10-11 16:42:17.609161"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.611412"], ["updated_at", "2018-10-11 16:42:17.611412"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.613428"], ["updated_at", "2018-10-11 16:42:17.613428"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.615669"], ["updated_at", "2018-10-11 16:42:17.615669"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.617769"], ["updated_at", "2018-10-11 16:42:17.617769"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.619759"], ["updated_at", "2018-10-11 16:42:17.619759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.621833"], ["updated_at", "2018-10-11 16:42:17.621833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.623645"], ["updated_at", "2018-10-11 16:42:17.623645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.625328"], ["updated_at", "2018-10-11 16:42:17.625328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.626981"], ["updated_at", "2018-10-11 16:42:17.626981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.628755"], ["updated_at", "2018-10-11 16:42:17.628755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.630440"], ["updated_at", "2018-10-11 16:42:17.630440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.631997"], ["updated_at", "2018-10-11 16:42:17.631997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.633685"], ["updated_at", "2018-10-11 16:42:17.633685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.635348"], ["updated_at", "2018-10-11 16:42:17.635348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.636999"], ["updated_at", "2018-10-11 16:42:17.636999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.638663"], ["updated_at", "2018-10-11 16:42:17.638663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.640232"], ["updated_at", "2018-10-11 16:42:17.640232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.641845"], ["updated_at", "2018-10-11 16:42:17.641845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.643439"], ["updated_at", "2018-10-11 16:42:17.643439"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.645264"], ["updated_at", "2018-10-11 16:42:17.645264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.647983"], ["updated_at", "2018-10-11 16:42:17.647983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.649862"], ["updated_at", "2018-10-11 16:42:17.649862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.651553"], ["updated_at", "2018-10-11 16:42:17.651553"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.653221"], ["updated_at", "2018-10-11 16:42:17.653221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.654833"], ["updated_at", "2018-10-11 16:42:17.654833"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.656532"], ["updated_at", "2018-10-11 16:42:17.656532"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.659273"], ["updated_at", "2018-10-11 16:42:17.659273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.660986"], ["updated_at", "2018-10-11 16:42:17.660986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.662718"], ["updated_at", "2018-10-11 16:42:17.662718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.664328"], ["updated_at", "2018-10-11 16:42:17.664328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.665940"], ["updated_at", "2018-10-11 16:42:17.665940"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.667528"], ["updated_at", "2018-10-11 16:42:17.667528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.669232"], ["updated_at", "2018-10-11 16:42:17.669232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.670871"], ["updated_at", "2018-10-11 16:42:17.670871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.672465"], ["updated_at", "2018-10-11 16:42:17.672465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.674071"], ["updated_at", "2018-10-11 16:42:17.674071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.675737"], ["updated_at", "2018-10-11 16:42:17.675737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.677300"], ["updated_at", "2018-10-11 16:42:17.677300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.679029"], ["updated_at", "2018-10-11 16:42:17.679029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.680720"], ["updated_at", "2018-10-11 16:42:17.680720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.682360"], ["updated_at", "2018-10-11 16:42:17.682360"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.684098"], ["updated_at", "2018-10-11 16:42:17.684098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.685974"], ["updated_at", "2018-10-11 16:42:17.685974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.687574"], ["updated_at", "2018-10-11 16:42:17.687574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.689191"], ["updated_at", "2018-10-11 16:42:17.689191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.690764"], ["updated_at", "2018-10-11 16:42:17.690764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.692389"], ["updated_at", "2018-10-11 16:42:17.692389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.694055"], ["updated_at", "2018-10-11 16:42:17.694055"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.695667"], ["updated_at", "2018-10-11 16:42:17.695667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.697410"], ["updated_at", "2018-10-11 16:42:17.697410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.698999"], ["updated_at", "2018-10-11 16:42:17.698999"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.702167"], ["updated_at", "2018-10-11 16:42:17.702167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.704344"], ["updated_at", "2018-10-11 16:42:17.704344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.705973"], ["updated_at", "2018-10-11 16:42:17.705973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.707571"], ["updated_at", "2018-10-11 16:42:17.707571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.709224"], ["updated_at", "2018-10-11 16:42:17.709224"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.710930"], ["updated_at", "2018-10-11 16:42:17.710930"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.712858"], ["updated_at", "2018-10-11 16:42:17.712858"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.715154"], ["updated_at", "2018-10-11 16:42:17.715154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.716909"], ["updated_at", "2018-10-11 16:42:17.716909"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.718571"], ["updated_at", "2018-10-11 16:42:17.718571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.720312"], ["updated_at", "2018-10-11 16:42:17.720312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.721985"], ["updated_at", "2018-10-11 16:42:17.721985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.723543"], ["updated_at", "2018-10-11 16:42:17.723543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.726511"], ["updated_at", "2018-10-11 16:42:17.726511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.728324"], ["updated_at", "2018-10-11 16:42:17.728324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.730045"], ["updated_at", "2018-10-11 16:42:17.730045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.731668"], ["updated_at", "2018-10-11 16:42:17.731668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.733293"], ["updated_at", "2018-10-11 16:42:17.733293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.734885"], ["updated_at", "2018-10-11 16:42:17.734885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.736530"], ["updated_at", "2018-10-11 16:42:17.736530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.738081"], ["updated_at", "2018-10-11 16:42:17.738081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.739698"], ["updated_at", "2018-10-11 16:42:17.739698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.741359"], ["updated_at", "2018-10-11 16:42:17.741359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.743028"], ["updated_at", "2018-10-11 16:42:17.743028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.744634"], ["updated_at", "2018-10-11 16:42:17.744634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.746209"], ["updated_at", "2018-10-11 16:42:17.746209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.747818"], ["updated_at", "2018-10-11 16:42:17.747818"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.749368"], ["updated_at", "2018-10-11 16:42:17.749368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.751034"], ["updated_at", "2018-10-11 16:42:17.751034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.752562"], ["updated_at", "2018-10-11 16:42:17.752562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.754157"], ["updated_at", "2018-10-11 16:42:17.754157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.755706"], ["updated_at", "2018-10-11 16:42:17.755706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.757315"], ["updated_at", "2018-10-11 16:42:17.757315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.758903"], ["updated_at", "2018-10-11 16:42:17.758903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.760506"], ["updated_at", "2018-10-11 16:42:17.760506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.762093"], ["updated_at", "2018-10-11 16:42:17.762093"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.763620"], ["updated_at", "2018-10-11 16:42:17.763620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.765340"], ["updated_at", "2018-10-11 16:42:17.765340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.766883"], ["updated_at", "2018-10-11 16:42:17.766883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.768486"], ["updated_at", "2018-10-11 16:42:17.768486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.770126"], ["updated_at", "2018-10-11 16:42:17.770126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.771713"], ["updated_at", "2018-10-11 16:42:17.771713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.773294"], ["updated_at", "2018-10-11 16:42:17.773294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.774880"], ["updated_at", "2018-10-11 16:42:17.774880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.776427"], ["updated_at", "2018-10-11 16:42:17.776427"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.778104"], ["updated_at", "2018-10-11 16:42:17.778104"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.780590"], ["updated_at", "2018-10-11 16:42:17.780590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.782828"], ["updated_at", "2018-10-11 16:42:17.782828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.784612"], ["updated_at", "2018-10-11 16:42:17.784612"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.786289"], ["updated_at", "2018-10-11 16:42:17.786289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.787901"], ["updated_at", "2018-10-11 16:42:17.787901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.789646"], ["updated_at", "2018-10-11 16:42:17.789646"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.792490"], ["updated_at", "2018-10-11 16:42:17.792490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.795673"], ["updated_at", "2018-10-11 16:42:17.795673"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.797385"], ["updated_at", "2018-10-11 16:42:17.797385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.799202"], ["updated_at", "2018-10-11 16:42:17.799202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.800802"], ["updated_at", "2018-10-11 16:42:17.800802"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.802518"], ["updated_at", "2018-10-11 16:42:17.802518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.804237"], ["updated_at", "2018-10-11 16:42:17.804237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.805828"], ["updated_at", "2018-10-11 16:42:17.805828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.807377"], ["updated_at", "2018-10-11 16:42:17.807377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.809006"], ["updated_at", "2018-10-11 16:42:17.809006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.810671"], ["updated_at", "2018-10-11 16:42:17.810671"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.812358"], ["updated_at", "2018-10-11 16:42:17.812358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.814081"], ["updated_at", "2018-10-11 16:42:17.814081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.815676"], ["updated_at", "2018-10-11 16:42:17.815676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.817249"], ["updated_at", "2018-10-11 16:42:17.817249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.818844"], ["updated_at", "2018-10-11 16:42:17.818844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.820497"], ["updated_at", "2018-10-11 16:42:17.820497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.822132"], ["updated_at", "2018-10-11 16:42:17.822132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.823831"], ["updated_at", "2018-10-11 16:42:17.823831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.825526"], ["updated_at", "2018-10-11 16:42:17.825526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.827248"], ["updated_at", "2018-10-11 16:42:17.827248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.828828"], ["updated_at", "2018-10-11 16:42:17.828828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.830492"], ["updated_at", "2018-10-11 16:42:17.830492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.832045"], ["updated_at", "2018-10-11 16:42:17.832045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.833651"], ["updated_at", "2018-10-11 16:42:17.833651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.835240"], ["updated_at", "2018-10-11 16:42:17.835240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.836804"], ["updated_at", "2018-10-11 16:42:17.836804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.838315"], ["updated_at", "2018-10-11 16:42:17.838315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.839908"], ["updated_at", "2018-10-11 16:42:17.839908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.841517"], ["updated_at", "2018-10-11 16:42:17.841517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.843082"], ["updated_at", "2018-10-11 16:42:17.843082"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.844732"], ["updated_at", "2018-10-11 16:42:17.844732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.848760"], ["updated_at", "2018-10-11 16:42:17.848760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.850779"], ["updated_at", "2018-10-11 16:42:17.850779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.852523"], ["updated_at", "2018-10-11 16:42:17.852523"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.854294"], ["updated_at", "2018-10-11 16:42:17.854294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.856169"], ["updated_at", "2018-10-11 16:42:17.856169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.857766"], ["updated_at", "2018-10-11 16:42:17.857766"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.859423"], ["updated_at", "2018-10-11 16:42:17.859423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.862296"], ["updated_at", "2018-10-11 16:42:17.862296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.863903"], ["updated_at", "2018-10-11 16:42:17.863903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.865687"], ["updated_at", "2018-10-11 16:42:17.865687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.867330"], ["updated_at", "2018-10-11 16:42:17.867330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.869018"], ["updated_at", "2018-10-11 16:42:17.869018"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.870640"], ["updated_at", "2018-10-11 16:42:17.870640"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.872414"], ["updated_at", "2018-10-11 16:42:17.872414"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.874114"], ["updated_at", "2018-10-11 16:42:17.874114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.875704"], ["updated_at", "2018-10-11 16:42:17.875704"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.877265"], ["updated_at", "2018-10-11 16:42:17.877265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.878932"], ["updated_at", "2018-10-11 16:42:17.878932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.880603"], ["updated_at", "2018-10-11 16:42:17.880603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.882176"], ["updated_at", "2018-10-11 16:42:17.882176"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.884006"], ["updated_at", "2018-10-11 16:42:17.884006"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.887419"], ["updated_at", "2018-10-11 16:42:17.887419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.889259"], ["updated_at", "2018-10-11 16:42:17.889259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.890851"], ["updated_at", "2018-10-11 16:42:17.890851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.892424"], ["updated_at", "2018-10-11 16:42:17.892424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.894204"], ["updated_at", "2018-10-11 16:42:17.894204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.895778"], ["updated_at", "2018-10-11 16:42:17.895778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.897458"], ["updated_at", "2018-10-11 16:42:17.897458"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.899031"], ["updated_at", "2018-10-11 16:42:17.899031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.900685"], ["updated_at", "2018-10-11 16:42:17.900685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.902662"], ["updated_at", "2018-10-11 16:42:17.902662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.904372"], ["updated_at", "2018-10-11 16:42:17.904372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.905938"], ["updated_at", "2018-10-11 16:42:17.905938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.907636"], ["updated_at", "2018-10-11 16:42:17.907636"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.909364"], ["updated_at", "2018-10-11 16:42:17.909364"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.911510"], ["updated_at", "2018-10-11 16:42:17.911510"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.914610"], ["updated_at", "2018-10-11 16:42:17.914610"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.916823"], ["updated_at", "2018-10-11 16:42:17.916823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.919033"], ["updated_at", "2018-10-11 16:42:17.919033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.920732"], ["updated_at", "2018-10-11 16:42:17.920732"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.922341"], ["updated_at", "2018-10-11 16:42:17.922341"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.924234"], ["updated_at", "2018-10-11 16:42:17.924234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.927993"], ["updated_at", "2018-10-11 16:42:17.927993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.929709"], ["updated_at", "2018-10-11 16:42:17.929709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.931344"], ["updated_at", "2018-10-11 16:42:17.931344"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.932915"], ["updated_at", "2018-10-11 16:42:17.932915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.934999"], ["updated_at", "2018-10-11 16:42:17.934999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.936872"], ["updated_at", "2018-10-11 16:42:17.936872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.938596"], ["updated_at", "2018-10-11 16:42:17.938596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.940242"], ["updated_at", "2018-10-11 16:42:17.940242"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.942383"], ["updated_at", "2018-10-11 16:42:17.942383"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.945380"], ["updated_at", "2018-10-11 16:42:17.945380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.947390"], ["updated_at", "2018-10-11 16:42:17.947390"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.949045"], ["updated_at", "2018-10-11 16:42:17.949045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.950925"], ["updated_at", "2018-10-11 16:42:17.950925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.952668"], ["updated_at", "2018-10-11 16:42:17.952668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.954273"], ["updated_at", "2018-10-11 16:42:17.954273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.955928"], ["updated_at", "2018-10-11 16:42:17.955928"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.957533"], ["updated_at", "2018-10-11 16:42:17.957533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.959452"], ["updated_at", "2018-10-11 16:42:17.959452"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.961045"], ["updated_at", "2018-10-11 16:42:17.961045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.962728"], ["updated_at", "2018-10-11 16:42:17.962728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.964381"], ["updated_at", "2018-10-11 16:42:17.964381"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.966075"], ["updated_at", "2018-10-11 16:42:17.966075"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.967896"], ["updated_at", "2018-10-11 16:42:17.967896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.969616"], ["updated_at", "2018-10-11 16:42:17.969616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.971270"], ["updated_at", "2018-10-11 16:42:17.971270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.973002"], ["updated_at", "2018-10-11 16:42:17.973002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.975066"], ["updated_at", "2018-10-11 16:42:17.975066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.976812"], ["updated_at", "2018-10-11 16:42:17.976812"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.978911"], ["updated_at", "2018-10-11 16:42:17.978911"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.981570"], ["updated_at", "2018-10-11 16:42:17.981570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.983981"], ["updated_at", "2018-10-11 16:42:17.983981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.985762"], ["updated_at", "2018-10-11 16:42:17.985762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.987433"], ["updated_at", "2018-10-11 16:42:17.987433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.989236"], ["updated_at", "2018-10-11 16:42:17.989236"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.990957"], ["updated_at", "2018-10-11 16:42:17.990957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.993752"], ["updated_at", "2018-10-11 16:42:17.993752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.995490"], ["updated_at", "2018-10-11 16:42:17.995490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.997090"], ["updated_at", "2018-10-11 16:42:17.997090"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:17.999121"], ["updated_at", "2018-10-11 16:42:17.999121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.000980"], ["updated_at", "2018-10-11 16:42:18.000980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.002640"], ["updated_at", "2018-10-11 16:42:18.002640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.004253"], ["updated_at", "2018-10-11 16:42:18.004253"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.005908"], ["updated_at", "2018-10-11 16:42:18.005908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.007592"], ["updated_at", "2018-10-11 16:42:18.007592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.009150"], ["updated_at", "2018-10-11 16:42:18.009150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.010765"], ["updated_at", "2018-10-11 16:42:18.010765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.012377"], ["updated_at", "2018-10-11 16:42:18.012377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.014039"], ["updated_at", "2018-10-11 16:42:18.014039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.015876"], ["updated_at", "2018-10-11 16:42:18.015876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.017481"], ["updated_at", "2018-10-11 16:42:18.017481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.019118"], ["updated_at", "2018-10-11 16:42:18.019118"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.020718"], ["updated_at", "2018-10-11 16:42:18.020718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.022538"], ["updated_at", "2018-10-11 16:42:18.022538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.024298"], ["updated_at", "2018-10-11 16:42:18.024298"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.025964"], ["updated_at", "2018-10-11 16:42:18.025964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.027676"], ["updated_at", "2018-10-11 16:42:18.027676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.029281"], ["updated_at", "2018-10-11 16:42:18.029281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.030993"], ["updated_at", "2018-10-11 16:42:18.030993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.032870"], ["updated_at", "2018-10-11 16:42:18.032870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.034484"], ["updated_at", "2018-10-11 16:42:18.034484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.036073"], ["updated_at", "2018-10-11 16:42:18.036073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.037691"], ["updated_at", "2018-10-11 16:42:18.037691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.039371"], ["updated_at", "2018-10-11 16:42:18.039371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.041046"], ["updated_at", "2018-10-11 16:42:18.041046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.042622"], ["updated_at", "2018-10-11 16:42:18.042622"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.044271"], ["updated_at", "2018-10-11 16:42:18.044271"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.046128"], ["updated_at", "2018-10-11 16:42:18.046128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.048872"], ["updated_at", "2018-10-11 16:42:18.048872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.052061"], ["updated_at", "2018-10-11 16:42:18.052061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.053789"], ["updated_at", "2018-10-11 16:42:18.053789"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.056062"], ["updated_at", "2018-10-11 16:42:18.056062"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.058209"], ["updated_at", "2018-10-11 16:42:18.058209"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.060998"], ["updated_at", "2018-10-11 16:42:18.060998"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.062810"], ["updated_at", "2018-10-11 16:42:18.062810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.065103"], ["updated_at", "2018-10-11 16:42:18.065103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.066848"], ["updated_at", "2018-10-11 16:42:18.066848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.068452"], ["updated_at", "2018-10-11 16:42:18.068452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.070129"], ["updated_at", "2018-10-11 16:42:18.070129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.072133"], ["updated_at", "2018-10-11 16:42:18.072133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.074169"], ["updated_at", "2018-10-11 16:42:18.074169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.076040"], ["updated_at", "2018-10-11 16:42:18.076040"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.077725"], ["updated_at", "2018-10-11 16:42:18.077725"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.079606"], ["updated_at", "2018-10-11 16:42:18.079606"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.081761"], ["updated_at", "2018-10-11 16:42:18.081761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.083424"], ["updated_at", "2018-10-11 16:42:18.083424"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.085018"], ["updated_at", "2018-10-11 16:42:18.085018"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.086693"], ["updated_at", "2018-10-11 16:42:18.086693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.088817"], ["updated_at", "2018-10-11 16:42:18.088817"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.090827"], ["updated_at", "2018-10-11 16:42:18.090827"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.092642"], ["updated_at", "2018-10-11 16:42:18.092642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.094357"], ["updated_at", "2018-10-11 16:42:18.094357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.096451"], ["updated_at", "2018-10-11 16:42:18.096451"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.098203"], ["updated_at", "2018-10-11 16:42:18.098203"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.099764"], ["updated_at", "2018-10-11 16:42:18.099764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.101302"], ["updated_at", "2018-10-11 16:42:18.101302"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.102825"], ["updated_at", "2018-10-11 16:42:18.102825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.104966"], ["updated_at", "2018-10-11 16:42:18.104966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.106768"], ["updated_at", "2018-10-11 16:42:18.106768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.108610"], ["updated_at", "2018-10-11 16:42:18.108610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.110271"], ["updated_at", "2018-10-11 16:42:18.110271"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.112702"], ["updated_at", "2018-10-11 16:42:18.112702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.115675"], ["updated_at", "2018-10-11 16:42:18.115675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.117566"], ["updated_at", "2018-10-11 16:42:18.117566"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.119238"], ["updated_at", "2018-10-11 16:42:18.119238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.121635"], ["updated_at", "2018-10-11 16:42:18.121635"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.123370"], ["updated_at", "2018-10-11 16:42:18.123370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.125528"], ["updated_at", "2018-10-11 16:42:18.125528"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.129009"], ["updated_at", "2018-10-11 16:42:18.129009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.130992"], ["updated_at", "2018-10-11 16:42:18.130992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.132662"], ["updated_at", "2018-10-11 16:42:18.132662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.134416"], ["updated_at", "2018-10-11 16:42:18.134416"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.136426"], ["updated_at", "2018-10-11 16:42:18.136426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.138306"], ["updated_at", "2018-10-11 16:42:18.138306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.140073"], ["updated_at", "2018-10-11 16:42:18.140073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.141811"], ["updated_at", "2018-10-11 16:42:18.141811"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.143587"], ["updated_at", "2018-10-11 16:42:18.143587"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.145837"], ["updated_at", "2018-10-11 16:42:18.145837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.147740"], ["updated_at", "2018-10-11 16:42:18.147740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.149474"], ["updated_at", "2018-10-11 16:42:18.149474"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.151019"], ["updated_at", "2018-10-11 16:42:18.151019"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.152986"], ["updated_at", "2018-10-11 16:42:18.152986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.154745"], ["updated_at", "2018-10-11 16:42:18.154745"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.156331"], ["updated_at", "2018-10-11 16:42:18.156331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.158476"], ["updated_at", "2018-10-11 16:42:18.158476"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.160552"], ["updated_at", "2018-10-11 16:42:18.160552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.162627"], ["updated_at", "2018-10-11 16:42:18.162627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.164436"], ["updated_at", "2018-10-11 16:42:18.164436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.166160"], ["updated_at", "2018-10-11 16:42:18.166160"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.167693"], ["updated_at", "2018-10-11 16:42:18.167693"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.169894"], ["updated_at", "2018-10-11 16:42:18.169894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.171583"], ["updated_at", "2018-10-11 16:42:18.171583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.173327"], ["updated_at", "2018-10-11 16:42:18.173327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.175172"], ["updated_at", "2018-10-11 16:42:18.175172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.177192"], ["updated_at", "2018-10-11 16:42:18.177192"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.179738"], ["updated_at", "2018-10-11 16:42:18.179738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.182333"], ["updated_at", "2018-10-11 16:42:18.182333"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.184258"], ["updated_at", "2018-10-11 16:42:18.184258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.186658"], ["updated_at", "2018-10-11 16:42:18.186658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.188335"], ["updated_at", "2018-10-11 16:42:18.188335"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.189893"], ["updated_at", "2018-10-11 16:42:18.189893"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.192182"], ["updated_at", "2018-10-11 16:42:18.192182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.196207"], ["updated_at", "2018-10-11 16:42:18.196207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.197912"], ["updated_at", "2018-10-11 16:42:18.197912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.199518"], ["updated_at", "2018-10-11 16:42:18.199518"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.201514"], ["updated_at", "2018-10-11 16:42:18.201514"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.203340"], ["updated_at", "2018-10-11 16:42:18.203340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.205093"], ["updated_at", "2018-10-11 16:42:18.205093"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.207015"], ["updated_at", "2018-10-11 16:42:18.207015"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.209774"], ["updated_at", "2018-10-11 16:42:18.209774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.212323"], ["updated_at", "2018-10-11 16:42:18.212323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.214111"], ["updated_at", "2018-10-11 16:42:18.214111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.215740"], ["updated_at", "2018-10-11 16:42:18.215740"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.217901"], ["updated_at", "2018-10-11 16:42:18.217901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.219704"], ["updated_at", "2018-10-11 16:42:18.219704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.221253"], ["updated_at", "2018-10-11 16:42:18.221253"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.222892"], ["updated_at", "2018-10-11 16:42:18.222892"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.225067"], ["updated_at", "2018-10-11 16:42:18.225067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.227262"], ["updated_at", "2018-10-11 16:42:18.227262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.228954"], ["updated_at", "2018-10-11 16:42:18.228954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.230670"], ["updated_at", "2018-10-11 16:42:18.230670"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.232288"], ["updated_at", "2018-10-11 16:42:18.232288"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.234411"], ["updated_at", "2018-10-11 16:42:18.234411"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.236269"], ["updated_at", "2018-10-11 16:42:18.236269"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.238537"], ["updated_at", "2018-10-11 16:42:18.238537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.241324"], ["updated_at", "2018-10-11 16:42:18.241324"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.243701"], ["updated_at", "2018-10-11 16:42:18.243701"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.246475"], ["updated_at", "2018-10-11 16:42:18.246475"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.250235"], ["updated_at", "2018-10-11 16:42:18.250235"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.252435"], ["updated_at", "2018-10-11 16:42:18.252435"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.254605"], ["updated_at", "2018-10-11 16:42:18.254605"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.256471"], ["updated_at", "2018-10-11 16:42:18.256471"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.259881"], ["updated_at", "2018-10-11 16:42:18.259881"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.262869"], ["updated_at", "2018-10-11 16:42:18.262869"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.264825"], ["updated_at", "2018-10-11 16:42:18.264825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.267339"], ["updated_at", "2018-10-11 16:42:18.267339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.269201"], ["updated_at", "2018-10-11 16:42:18.269201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.270955"], ["updated_at", "2018-10-11 16:42:18.270955"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.272742"], ["updated_at", "2018-10-11 16:42:18.272742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.275486"], ["updated_at", "2018-10-11 16:42:18.275486"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.277381"], ["updated_at", "2018-10-11 16:42:18.277381"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.279233"], ["updated_at", "2018-10-11 16:42:18.279233"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.281487"], ["updated_at", "2018-10-11 16:42:18.281487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.283627"], ["updated_at", "2018-10-11 16:42:18.283627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.285320"], ["updated_at", "2018-10-11 16:42:18.285320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.287031"], ["updated_at", "2018-10-11 16:42:18.287031"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.288668"], ["updated_at", "2018-10-11 16:42:18.288668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.291316"], ["updated_at", "2018-10-11 16:42:18.291316"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.293014"], ["updated_at", "2018-10-11 16:42:18.293014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.294727"], ["updated_at", "2018-10-11 16:42:18.294727"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.296364"], ["updated_at", "2018-10-11 16:42:18.296364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.298597"], ["updated_at", "2018-10-11 16:42:18.298597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.300232"], ["updated_at", "2018-10-11 16:42:18.300232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.301844"], ["updated_at", "2018-10-11 16:42:18.301844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.303463"], ["updated_at", "2018-10-11 16:42:18.303463"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.305211"], ["updated_at", "2018-10-11 16:42:18.305211"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.307585"], ["updated_at", "2018-10-11 16:42:18.307585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.309262"], ["updated_at", "2018-10-11 16:42:18.309262"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.310879"], ["updated_at", "2018-10-11 16:42:18.310879"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.312867"], ["updated_at", "2018-10-11 16:42:18.312867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.316540"], ["updated_at", "2018-10-11 16:42:18.316540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.318336"], ["updated_at", "2018-10-11 16:42:18.318336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.319942"], ["updated_at", "2018-10-11 16:42:18.319942"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.321991"], ["updated_at", "2018-10-11 16:42:18.321991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.324061"], ["updated_at", "2018-10-11 16:42:18.324061"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.326154"], ["updated_at", "2018-10-11 16:42:18.326154"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.329375"], ["updated_at", "2018-10-11 16:42:18.329375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.331748"], ["updated_at", "2018-10-11 16:42:18.331748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.333417"], ["updated_at", "2018-10-11 16:42:18.333417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.334964"], ["updated_at", "2018-10-11 16:42:18.334964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.336599"], ["updated_at", "2018-10-11 16:42:18.336599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.338602"], ["updated_at", "2018-10-11 16:42:18.338602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.340636"], ["updated_at", "2018-10-11 16:42:18.340636"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.342361"], ["updated_at", "2018-10-11 16:42:18.342361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.344099"], ["updated_at", "2018-10-11 16:42:18.344099"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.346107"], ["updated_at", "2018-10-11 16:42:18.346107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.348288"], ["updated_at", "2018-10-11 16:42:18.348288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.350005"], ["updated_at", "2018-10-11 16:42:18.350005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.351615"], ["updated_at", "2018-10-11 16:42:18.351615"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.353242"], ["updated_at", "2018-10-11 16:42:18.353242"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.355400"], ["updated_at", "2018-10-11 16:42:18.355400"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.357486"], ["updated_at", "2018-10-11 16:42:18.357486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.359264"], ["updated_at", "2018-10-11 16:42:18.359264"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.361031"], ["updated_at", "2018-10-11 16:42:18.361031"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.363219"], ["updated_at", "2018-10-11 16:42:18.363219"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.365222"], ["updated_at", "2018-10-11 16:42:18.365222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.366942"], ["updated_at", "2018-10-11 16:42:18.366942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.368511"], ["updated_at", "2018-10-11 16:42:18.368511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.370354"], ["updated_at", "2018-10-11 16:42:18.370354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.372393"], ["updated_at", "2018-10-11 16:42:18.372393"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.374249"], ["updated_at", "2018-10-11 16:42:18.374249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.375992"], ["updated_at", "2018-10-11 16:42:18.375992"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.377805"], ["updated_at", "2018-10-11 16:42:18.377805"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.381464"], ["updated_at", "2018-10-11 16:42:18.381464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.383607"], ["updated_at", "2018-10-11 16:42:18.383607"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.385382"], ["updated_at", "2018-10-11 16:42:18.385382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.387960"], ["updated_at", "2018-10-11 16:42:18.387960"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.389694"], ["updated_at", "2018-10-11 16:42:18.389694"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.392191"], ["updated_at", "2018-10-11 16:42:18.392191"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.396038"], ["updated_at", "2018-10-11 16:42:18.396038"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.397835"], ["updated_at", "2018-10-11 16:42:18.397835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.399505"], ["updated_at", "2018-10-11 16:42:18.399505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.401129"], ["updated_at", "2018-10-11 16:42:18.401129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.403193"], ["updated_at", "2018-10-11 16:42:18.403193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.405117"], ["updated_at", "2018-10-11 16:42:18.405117"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.406743"], ["updated_at", "2018-10-11 16:42:18.406743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.408720"], ["updated_at", "2018-10-11 16:42:18.408720"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.410512"], ["updated_at", "2018-10-11 16:42:18.410512"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.412775"], ["updated_at", "2018-10-11 16:42:18.412775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.414637"], ["updated_at", "2018-10-11 16:42:18.414637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.416353"], ["updated_at", "2018-10-11 16:42:18.416353"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.417938"], ["updated_at", "2018-10-11 16:42:18.417938"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.420246"], ["updated_at", "2018-10-11 16:42:18.420246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.421997"], ["updated_at", "2018-10-11 16:42:18.421997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.423896"], ["updated_at", "2018-10-11 16:42:18.423896"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.425644"], ["updated_at", "2018-10-11 16:42:18.425644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.427763"], ["updated_at", "2018-10-11 16:42:18.427763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.429748"], ["updated_at", "2018-10-11 16:42:18.429748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.431446"], ["updated_at", "2018-10-11 16:42:18.431446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.433067"], ["updated_at", "2018-10-11 16:42:18.433067"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.434943"], ["updated_at", "2018-10-11 16:42:18.434943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.436985"], ["updated_at", "2018-10-11 16:42:18.436985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.438661"], ["updated_at", "2018-10-11 16:42:18.438661"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.441822"], ["updated_at", "2018-10-11 16:42:18.441822"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.443921"], ["updated_at", "2018-10-11 16:42:18.443921"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.446590"], ["updated_at", "2018-10-11 16:42:18.446590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.449266"], ["updated_at", "2018-10-11 16:42:18.449266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.451156"], ["updated_at", "2018-10-11 16:42:18.451156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.452826"], ["updated_at", "2018-10-11 16:42:18.452826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.454425"], ["updated_at", "2018-10-11 16:42:18.454425"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.455982"], ["updated_at", "2018-10-11 16:42:18.455982"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.458013"], ["updated_at", "2018-10-11 16:42:18.458013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.461290"], ["updated_at", "2018-10-11 16:42:18.461290"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.462951"], ["updated_at", "2018-10-11 16:42:18.462951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.464677"], ["updated_at", "2018-10-11 16:42:18.464677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.466415"], ["updated_at", "2018-10-11 16:42:18.466415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.468050"], ["updated_at", "2018-10-11 16:42:18.468050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.469680"], ["updated_at", "2018-10-11 16:42:18.469680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.471381"], ["updated_at", "2018-10-11 16:42:18.471381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.472928"], ["updated_at", "2018-10-11 16:42:18.472928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.474798"], ["updated_at", "2018-10-11 16:42:18.474798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.476420"], ["updated_at", "2018-10-11 16:42:18.476420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.478203"], ["updated_at", "2018-10-11 16:42:18.478203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.479964"], ["updated_at", "2018-10-11 16:42:18.479964"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.481569"], ["updated_at", "2018-10-11 16:42:18.481569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.483254"], ["updated_at", "2018-10-11 16:42:18.483254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.485020"], ["updated_at", "2018-10-11 16:42:18.485020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.486615"], ["updated_at", "2018-10-11 16:42:18.486615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.488182"], ["updated_at", "2018-10-11 16:42:18.488182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.489800"], ["updated_at", "2018-10-11 16:42:18.489800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.491510"], ["updated_at", "2018-10-11 16:42:18.491510"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.493112"], ["updated_at", "2018-10-11 16:42:18.493112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.495008"], ["updated_at", "2018-10-11 16:42:18.495008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.496627"], ["updated_at", "2018-10-11 16:42:18.496627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.498325"], ["updated_at", "2018-10-11 16:42:18.498325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.499898"], ["updated_at", "2018-10-11 16:42:18.499898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.501524"], ["updated_at", "2018-10-11 16:42:18.501524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.503189"], ["updated_at", "2018-10-11 16:42:18.503189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.504794"], ["updated_at", "2018-10-11 16:42:18.504794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.506429"], ["updated_at", "2018-10-11 16:42:18.506429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.507994"], ["updated_at", "2018-10-11 16:42:18.507994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.509628"], ["updated_at", "2018-10-11 16:42:18.509628"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.511288"], ["updated_at", "2018-10-11 16:42:18.511288"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.513761"], ["updated_at", "2018-10-11 16:42:18.513761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.515826"], ["updated_at", "2018-10-11 16:42:18.515826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.517492"], ["updated_at", "2018-10-11 16:42:18.517492"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.519135"], ["updated_at", "2018-10-11 16:42:18.519135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.520695"], ["updated_at", "2018-10-11 16:42:18.520695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.522261"], ["updated_at", "2018-10-11 16:42:18.522261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.525079"], ["updated_at", "2018-10-11 16:42:18.525079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.526827"], ["updated_at", "2018-10-11 16:42:18.526827"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.528619"], ["updated_at", "2018-10-11 16:42:18.528619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.530336"], ["updated_at", "2018-10-11 16:42:18.530336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.531965"], ["updated_at", "2018-10-11 16:42:18.531965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.533576"], ["updated_at", "2018-10-11 16:42:18.533576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.535145"], ["updated_at", "2018-10-11 16:42:18.535145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.536750"], ["updated_at", "2018-10-11 16:42:18.536750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.538330"], ["updated_at", "2018-10-11 16:42:18.538330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.539897"], ["updated_at", "2018-10-11 16:42:18.539897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.541488"], ["updated_at", "2018-10-11 16:42:18.541488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.543183"], ["updated_at", "2018-10-11 16:42:18.543183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.544784"], ["updated_at", "2018-10-11 16:42:18.544784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.546427"], ["updated_at", "2018-10-11 16:42:18.546427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.547967"], ["updated_at", "2018-10-11 16:42:18.547967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.549593"], ["updated_at", "2018-10-11 16:42:18.549593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.551133"], ["updated_at", "2018-10-11 16:42:18.551133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.552781"], ["updated_at", "2018-10-11 16:42:18.552781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.554464"], ["updated_at", "2018-10-11 16:42:18.554464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.556103"], ["updated_at", "2018-10-11 16:42:18.556103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.557658"], ["updated_at", "2018-10-11 16:42:18.557658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.559301"], ["updated_at", "2018-10-11 16:42:18.559301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.560844"], ["updated_at", "2018-10-11 16:42:18.560844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.562476"], ["updated_at", "2018-10-11 16:42:18.562476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.564050"], ["updated_at", "2018-10-11 16:42:18.564050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.565664"], ["updated_at", "2018-10-11 16:42:18.565664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.567221"], ["updated_at", "2018-10-11 16:42:18.567221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.568835"], ["updated_at", "2018-10-11 16:42:18.568835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.570394"], ["updated_at", "2018-10-11 16:42:18.570394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.571989"], ["updated_at", "2018-10-11 16:42:18.571989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.573589"], ["updated_at", "2018-10-11 16:42:18.573589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.575258"], ["updated_at", "2018-10-11 16:42:18.575258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.576805"], ["updated_at", "2018-10-11 16:42:18.576805"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.578408"], ["updated_at", "2018-10-11 16:42:18.578408"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.580707"], ["updated_at", "2018-10-11 16:42:18.580707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.582973"], ["updated_at", "2018-10-11 16:42:18.582973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.584623"], ["updated_at", "2018-10-11 16:42:18.584623"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.586258"], ["updated_at", "2018-10-11 16:42:18.586258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.589631"], ["updated_at", "2018-10-11 16:42:18.589631"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.591530"], ["updated_at", "2018-10-11 16:42:18.591530"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.594461"], ["updated_at", "2018-10-11 16:42:18.594461"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.596271"], ["updated_at", "2018-10-11 16:42:18.596271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.597949"], ["updated_at", "2018-10-11 16:42:18.597949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.599602"], ["updated_at", "2018-10-11 16:42:18.599602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.601223"], ["updated_at", "2018-10-11 16:42:18.601223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.602774"], ["updated_at", "2018-10-11 16:42:18.602774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.604345"], ["updated_at", "2018-10-11 16:42:18.604345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.605942"], ["updated_at", "2018-10-11 16:42:18.605942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.607549"], ["updated_at", "2018-10-11 16:42:18.607549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.609128"], ["updated_at", "2018-10-11 16:42:18.609128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.610714"], ["updated_at", "2018-10-11 16:42:18.610714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.612329"], ["updated_at", "2018-10-11 16:42:18.612329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.613950"], ["updated_at", "2018-10-11 16:42:18.613950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.615631"], ["updated_at", "2018-10-11 16:42:18.615631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.617256"], ["updated_at", "2018-10-11 16:42:18.617256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.618813"], ["updated_at", "2018-10-11 16:42:18.618813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.620435"], ["updated_at", "2018-10-11 16:42:18.620435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.622039"], ["updated_at", "2018-10-11 16:42:18.622039"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.623654"], ["updated_at", "2018-10-11 16:42:18.623654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.625359"], ["updated_at", "2018-10-11 16:42:18.625359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.627088"], ["updated_at", "2018-10-11 16:42:18.627088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.628738"], ["updated_at", "2018-10-11 16:42:18.628738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.630339"], ["updated_at", "2018-10-11 16:42:18.630339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.631929"], ["updated_at", "2018-10-11 16:42:18.631929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.633501"], ["updated_at", "2018-10-11 16:42:18.633501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.635094"], ["updated_at", "2018-10-11 16:42:18.635094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.636625"], ["updated_at", "2018-10-11 16:42:18.636625"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.638262"], ["updated_at", "2018-10-11 16:42:18.638262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.639899"], ["updated_at", "2018-10-11 16:42:18.639899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.641498"], ["updated_at", "2018-10-11 16:42:18.641498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.643077"], ["updated_at", "2018-10-11 16:42:18.643077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.644675"], ["updated_at", "2018-10-11 16:42:18.644675"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.646663"], ["updated_at", "2018-10-11 16:42:18.646663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.649125"], ["updated_at", "2018-10-11 16:42:18.649125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.650879"], ["updated_at", "2018-10-11 16:42:18.650879"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.652473"], ["updated_at", "2018-10-11 16:42:18.652473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.654072"], ["updated_at", "2018-10-11 16:42:18.654072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.655617"], ["updated_at", "2018-10-11 16:42:18.655617"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.657369"], ["updated_at", "2018-10-11 16:42:18.657369"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.660054"], ["updated_at", "2018-10-11 16:42:18.660054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.661745"], ["updated_at", "2018-10-11 16:42:18.661745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.663509"], ["updated_at", "2018-10-11 16:42:18.663509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.665200"], ["updated_at", "2018-10-11 16:42:18.665200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.666797"], ["updated_at", "2018-10-11 16:42:18.666797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.668421"], ["updated_at", "2018-10-11 16:42:18.668421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.669997"], ["updated_at", "2018-10-11 16:42:18.669997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.671641"], ["updated_at", "2018-10-11 16:42:18.671641"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.673189"], ["updated_at", "2018-10-11 16:42:18.673189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.675033"], ["updated_at", "2018-10-11 16:42:18.675033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.676643"], ["updated_at", "2018-10-11 16:42:18.676643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.678232"], ["updated_at", "2018-10-11 16:42:18.678232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.679991"], ["updated_at", "2018-10-11 16:42:18.679991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.681619"], ["updated_at", "2018-10-11 16:42:18.681619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.683226"], ["updated_at", "2018-10-11 16:42:18.683226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.684797"], ["updated_at", "2018-10-11 16:42:18.684797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.686544"], ["updated_at", "2018-10-11 16:42:18.686544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.688115"], ["updated_at", "2018-10-11 16:42:18.688115"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.690053"], ["updated_at", "2018-10-11 16:42:18.690053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.691733"], ["updated_at", "2018-10-11 16:42:18.691733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.693358"], ["updated_at", "2018-10-11 16:42:18.693358"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.694927"], ["updated_at", "2018-10-11 16:42:18.694927"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.696697"], ["updated_at", "2018-10-11 16:42:18.696697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.698373"], ["updated_at", "2018-10-11 16:42:18.698373"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.699967"], ["updated_at", "2018-10-11 16:42:18.699967"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.701608"], ["updated_at", "2018-10-11 16:42:18.701608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.703346"], ["updated_at", "2018-10-11 16:42:18.703346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.704974"], ["updated_at", "2018-10-11 16:42:18.704974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.706615"], ["updated_at", "2018-10-11 16:42:18.706615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.708225"], ["updated_at", "2018-10-11 16:42:18.708225"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.709817"], ["updated_at", "2018-10-11 16:42:18.709817"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.711855"], ["updated_at", "2018-10-11 16:42:18.711855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.714451"], ["updated_at", "2018-10-11 16:42:18.714451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.716308"], ["updated_at", "2018-10-11 16:42:18.716308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.717960"], ["updated_at", "2018-10-11 16:42:18.717960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.719639"], ["updated_at", "2018-10-11 16:42:18.719639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.721301"], ["updated_at", "2018-10-11 16:42:18.721301"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.723051"], ["updated_at", "2018-10-11 16:42:18.723051"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.727312"], ["updated_at", "2018-10-11 16:42:18.727312"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.729196"], ["updated_at", "2018-10-11 16:42:18.729196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.730864"], ["updated_at", "2018-10-11 16:42:18.730864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.732564"], ["updated_at", "2018-10-11 16:42:18.732564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.734198"], ["updated_at", "2018-10-11 16:42:18.734198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.735807"], ["updated_at", "2018-10-11 16:42:18.735807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.737462"], ["updated_at", "2018-10-11 16:42:18.737462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.739037"], ["updated_at", "2018-10-11 16:42:18.739037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.740668"], ["updated_at", "2018-10-11 16:42:18.740668"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.742246"], ["updated_at", "2018-10-11 16:42:18.742246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.743989"], ["updated_at", "2018-10-11 16:42:18.743989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.745579"], ["updated_at", "2018-10-11 16:42:18.745579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.747271"], ["updated_at", "2018-10-11 16:42:18.747271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.749024"], ["updated_at", "2018-10-11 16:42:18.749024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.750731"], ["updated_at", "2018-10-11 16:42:18.750731"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.752335"], ["updated_at", "2018-10-11 16:42:18.752335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.754082"], ["updated_at", "2018-10-11 16:42:18.754082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.755688"], ["updated_at", "2018-10-11 16:42:18.755688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.757327"], ["updated_at", "2018-10-11 16:42:18.757327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.758910"], ["updated_at", "2018-10-11 16:42:18.758910"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.760555"], ["updated_at", "2018-10-11 16:42:18.760555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.762423"], ["updated_at", "2018-10-11 16:42:18.762423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.764040"], ["updated_at", "2018-10-11 16:42:18.764040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.765674"], ["updated_at", "2018-10-11 16:42:18.765674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.767442"], ["updated_at", "2018-10-11 16:42:18.767442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.769066"], ["updated_at", "2018-10-11 16:42:18.769066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.770700"], ["updated_at", "2018-10-11 16:42:18.770700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.772282"], ["updated_at", "2018-10-11 16:42:18.772282"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.773960"], ["updated_at", "2018-10-11 16:42:18.773960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.775725"], ["updated_at", "2018-10-11 16:42:18.775725"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.777386"], ["updated_at", "2018-10-11 16:42:18.777386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.782304"], ["updated_at", "2018-10-11 16:42:18.782304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.784233"], ["updated_at", "2018-10-11 16:42:18.784233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.785849"], ["updated_at", "2018-10-11 16:42:18.785849"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.787423"], ["updated_at", "2018-10-11 16:42:18.787423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.790256"], ["updated_at", "2018-10-11 16:42:18.790256"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.793244"], ["updated_at", "2018-10-11 16:42:18.793244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.795235"], ["updated_at", "2018-10-11 16:42:18.795235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.797123"], ["updated_at", "2018-10-11 16:42:18.797123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.798857"], ["updated_at", "2018-10-11 16:42:18.798857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.800460"], ["updated_at", "2018-10-11 16:42:18.800460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.802093"], ["updated_at", "2018-10-11 16:42:18.802093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.803734"], ["updated_at", "2018-10-11 16:42:18.803734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.805342"], ["updated_at", "2018-10-11 16:42:18.805342"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.806932"], ["updated_at", "2018-10-11 16:42:18.806932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.808891"], ["updated_at", "2018-10-11 16:42:18.808891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.810565"], ["updated_at", "2018-10-11 16:42:18.810565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.812241"], ["updated_at", "2018-10-11 16:42:18.812241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.814051"], ["updated_at", "2018-10-11 16:42:18.814051"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.815747"], ["updated_at", "2018-10-11 16:42:18.815747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.817506"], ["updated_at", "2018-10-11 16:42:18.817506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.819148"], ["updated_at", "2018-10-11 16:42:18.819148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.820687"], ["updated_at", "2018-10-11 16:42:18.820687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.822310"], ["updated_at", "2018-10-11 16:42:18.822310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.824059"], ["updated_at", "2018-10-11 16:42:18.824059"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.825698"], ["updated_at", "2018-10-11 16:42:18.825698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.827384"], ["updated_at", "2018-10-11 16:42:18.827384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.829025"], ["updated_at", "2018-10-11 16:42:18.829025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.830573"], ["updated_at", "2018-10-11 16:42:18.830573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.832217"], ["updated_at", "2018-10-11 16:42:18.832217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.833813"], ["updated_at", "2018-10-11 16:42:18.833813"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.835429"], ["updated_at", "2018-10-11 16:42:18.835429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.837194"], ["updated_at", "2018-10-11 16:42:18.837194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.838803"], ["updated_at", "2018-10-11 16:42:18.838803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.840369"], ["updated_at", "2018-10-11 16:42:18.840369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.842031"], ["updated_at", "2018-10-11 16:42:18.842031"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.843585"], ["updated_at", "2018-10-11 16:42:18.843585"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.845583"], ["updated_at", "2018-10-11 16:42:18.845583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.848101"], ["updated_at", "2018-10-11 16:42:18.848101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.850309"], ["updated_at", "2018-10-11 16:42:18.850309"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.851952"], ["updated_at", "2018-10-11 16:42:18.851952"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.853542"], ["updated_at", "2018-10-11 16:42:18.853542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.855126"], ["updated_at", "2018-10-11 16:42:18.855126"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.857069"], ["updated_at", "2018-10-11 16:42:18.857069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.863560"], ["updated_at", "2018-10-11 16:42:18.863560"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.865327"], ["updated_at", "2018-10-11 16:42:18.865327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.867592"], ["updated_at", "2018-10-11 16:42:18.867592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.869241"], ["updated_at", "2018-10-11 16:42:18.869241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.870800"], ["updated_at", "2018-10-11 16:42:18.870800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.872451"], ["updated_at", "2018-10-11 16:42:18.872451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.874004"], ["updated_at", "2018-10-11 16:42:18.874004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.875676"], ["updated_at", "2018-10-11 16:42:18.875676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.877260"], ["updated_at", "2018-10-11 16:42:18.877260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.878884"], ["updated_at", "2018-10-11 16:42:18.878884"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.880485"], ["updated_at", "2018-10-11 16:42:18.880485"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.882120"], ["updated_at", "2018-10-11 16:42:18.882120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.883873"], ["updated_at", "2018-10-11 16:42:18.883873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.885429"], ["updated_at", "2018-10-11 16:42:18.885429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.887118"], ["updated_at", "2018-10-11 16:42:18.887118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.888729"], ["updated_at", "2018-10-11 16:42:18.888729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.890359"], ["updated_at", "2018-10-11 16:42:18.890359"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.892025"], ["updated_at", "2018-10-11 16:42:18.892025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.893743"], ["updated_at", "2018-10-11 16:42:18.893743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.895310"], ["updated_at", "2018-10-11 16:42:18.895310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.896883"], ["updated_at", "2018-10-11 16:42:18.896883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.898428"], ["updated_at", "2018-10-11 16:42:18.898428"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.900035"], ["updated_at", "2018-10-11 16:42:18.900035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.901877"], ["updated_at", "2018-10-11 16:42:18.901877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.903476"], ["updated_at", "2018-10-11 16:42:18.903476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.905063"], ["updated_at", "2018-10-11 16:42:18.905063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.906757"], ["updated_at", "2018-10-11 16:42:18.906757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.908351"], ["updated_at", "2018-10-11 16:42:18.908351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.910000"], ["updated_at", "2018-10-11 16:42:18.910000"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.912046"], ["updated_at", "2018-10-11 16:42:18.912046"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.914596"], ["updated_at", "2018-10-11 16:42:18.914596"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.916766"], ["updated_at", "2018-10-11 16:42:18.916766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.918599"], ["updated_at", "2018-10-11 16:42:18.918599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.920244"], ["updated_at", "2018-10-11 16:42:18.920244"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.921822"], ["updated_at", "2018-10-11 16:42:18.921822"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.923385"], ["updated_at", "2018-10-11 16:42:18.923385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.926172"], ["updated_at", "2018-10-11 16:42:18.926172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.927742"], ["updated_at", "2018-10-11 16:42:18.927742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.929373"], ["updated_at", "2018-10-11 16:42:18.929373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.930958"], ["updated_at", "2018-10-11 16:42:18.930958"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.932490"], ["updated_at", "2018-10-11 16:42:18.932490"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.934180"], ["updated_at", "2018-10-11 16:42:18.934180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.935840"], ["updated_at", "2018-10-11 16:42:18.935840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.937367"], ["updated_at", "2018-10-11 16:42:18.937367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.938966"], ["updated_at", "2018-10-11 16:42:18.938966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.940630"], ["updated_at", "2018-10-11 16:42:18.940630"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.942213"], ["updated_at", "2018-10-11 16:42:18.942213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.944036"], ["updated_at", "2018-10-11 16:42:18.944036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.945647"], ["updated_at", "2018-10-11 16:42:18.945647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.947398"], ["updated_at", "2018-10-11 16:42:18.947398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.949178"], ["updated_at", "2018-10-11 16:42:18.949178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.950784"], ["updated_at", "2018-10-11 16:42:18.950784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.952431"], ["updated_at", "2018-10-11 16:42:18.952431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.953981"], ["updated_at", "2018-10-11 16:42:18.953981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.955505"], ["updated_at", "2018-10-11 16:42:18.955505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.957108"], ["updated_at", "2018-10-11 16:42:18.957108"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.958708"], ["updated_at", "2018-10-11 16:42:18.958708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.960261"], ["updated_at", "2018-10-11 16:42:18.960261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.961922"], ["updated_at", "2018-10-11 16:42:18.961922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.963533"], ["updated_at", "2018-10-11 16:42:18.963533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.965119"], ["updated_at", "2018-10-11 16:42:18.965119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.966647"], ["updated_at", "2018-10-11 16:42:18.966647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.968321"], ["updated_at", "2018-10-11 16:42:18.968321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.969977"], ["updated_at", "2018-10-11 16:42:18.969977"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.971528"], ["updated_at", "2018-10-11 16:42:18.971528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.973242"], ["updated_at", "2018-10-11 16:42:18.973242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.974839"], ["updated_at", "2018-10-11 16:42:18.974839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.976459"], ["updated_at", "2018-10-11 16:42:18.976459"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.978049"], ["updated_at", "2018-10-11 16:42:18.978049"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.980562"], ["updated_at", "2018-10-11 16:42:18.980562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.982620"], ["updated_at", "2018-10-11 16:42:18.982620"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.984238"], ["updated_at", "2018-10-11 16:42:18.984238"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.985925"], ["updated_at", "2018-10-11 16:42:18.985925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.988345"], ["updated_at", "2018-10-11 16:42:18.988345"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.989999"], ["updated_at", "2018-10-11 16:42:18.989999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.992828"], ["updated_at", "2018-10-11 16:42:18.992828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.994480"], ["updated_at", "2018-10-11 16:42:18.994480"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.996083"], ["updated_at", "2018-10-11 16:42:18.996083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.997819"], ["updated_at", "2018-10-11 16:42:18.997819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:18.999425"], ["updated_at", "2018-10-11 16:42:18.999425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.000948"], ["updated_at", "2018-10-11 16:42:19.000948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.002592"], ["updated_at", "2018-10-11 16:42:19.002592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.004257"], ["updated_at", "2018-10-11 16:42:19.004257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.005874"], ["updated_at", "2018-10-11 16:42:19.005874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.007496"], ["updated_at", "2018-10-11 16:42:19.007496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.009055"], ["updated_at", "2018-10-11 16:42:19.009055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.010692"], ["updated_at", "2018-10-11 16:42:19.010692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.012267"], ["updated_at", "2018-10-11 16:42:19.012267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.013839"], ["updated_at", "2018-10-11 16:42:19.013839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.015456"], ["updated_at", "2018-10-11 16:42:19.015456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.017003"], ["updated_at", "2018-10-11 16:42:19.017003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.018592"], ["updated_at", "2018-10-11 16:42:19.018592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.020265"], ["updated_at", "2018-10-11 16:42:19.020265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.021901"], ["updated_at", "2018-10-11 16:42:19.021901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.023478"], ["updated_at", "2018-10-11 16:42:19.023478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.025075"], ["updated_at", "2018-10-11 16:42:19.025075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.026598"], ["updated_at", "2018-10-11 16:42:19.026598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.028238"], ["updated_at", "2018-10-11 16:42:19.028238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.029818"], ["updated_at", "2018-10-11 16:42:19.029818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.031456"], ["updated_at", "2018-10-11 16:42:19.031456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.033069"], ["updated_at", "2018-10-11 16:42:19.033069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.034683"], ["updated_at", "2018-10-11 16:42:19.034683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.036259"], ["updated_at", "2018-10-11 16:42:19.036259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.037915"], ["updated_at", "2018-10-11 16:42:19.037915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.039535"], ["updated_at", "2018-10-11 16:42:19.039535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.041156"], ["updated_at", "2018-10-11 16:42:19.041156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.042698"], ["updated_at", "2018-10-11 16:42:19.042698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.044293"], ["updated_at", "2018-10-11 16:42:19.044293"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.046027"], ["updated_at", "2018-10-11 16:42:19.046027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.048518"], ["updated_at", "2018-10-11 16:42:19.048518"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.050391"], ["updated_at", "2018-10-11 16:42:19.050391"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.052048"], ["updated_at", "2018-10-11 16:42:19.052048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.053606"], ["updated_at", "2018-10-11 16:42:19.053606"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.055161"], ["updated_at", "2018-10-11 16:42:19.055161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.056673"], ["updated_at", "2018-10-11 16:42:19.056673"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.059831"], ["updated_at", "2018-10-11 16:42:19.059831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.061606"], ["updated_at", "2018-10-11 16:42:19.061606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.063329"], ["updated_at", "2018-10-11 16:42:19.063329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.064860"], ["updated_at", "2018-10-11 16:42:19.064860"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.066581"], ["updated_at", "2018-10-11 16:42:19.066581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.068318"], ["updated_at", "2018-10-11 16:42:19.068318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.069983"], ["updated_at", "2018-10-11 16:42:19.069983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.071604"], ["updated_at", "2018-10-11 16:42:19.071604"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.073181"], ["updated_at", "2018-10-11 16:42:19.073181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.074850"], ["updated_at", "2018-10-11 16:42:19.074850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.076506"], ["updated_at", "2018-10-11 16:42:19.076506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.078092"], ["updated_at", "2018-10-11 16:42:19.078092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.079735"], ["updated_at", "2018-10-11 16:42:19.079735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.081337"], ["updated_at", "2018-10-11 16:42:19.081337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.082975"], ["updated_at", "2018-10-11 16:42:19.082975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.084573"], ["updated_at", "2018-10-11 16:42:19.084573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.086333"], ["updated_at", "2018-10-11 16:42:19.086333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.087963"], ["updated_at", "2018-10-11 16:42:19.087963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.089625"], ["updated_at", "2018-10-11 16:42:19.089625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.091201"], ["updated_at", "2018-10-11 16:42:19.091201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.092824"], ["updated_at", "2018-10-11 16:42:19.092824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.094673"], ["updated_at", "2018-10-11 16:42:19.094673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.096433"], ["updated_at", "2018-10-11 16:42:19.096433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.098077"], ["updated_at", "2018-10-11 16:42:19.098077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.099678"], ["updated_at", "2018-10-11 16:42:19.099678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.101384"], ["updated_at", "2018-10-11 16:42:19.101384"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.102979"], ["updated_at", "2018-10-11 16:42:19.102979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.104631"], ["updated_at", "2018-10-11 16:42:19.104631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.106255"], ["updated_at", "2018-10-11 16:42:19.106255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.107975"], ["updated_at", "2018-10-11 16:42:19.107975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.109559"], ["updated_at", "2018-10-11 16:42:19.109559"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.111470"], ["updated_at", "2018-10-11 16:42:19.111470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.114087"], ["updated_at", "2018-10-11 16:42:19.114087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.116104"], ["updated_at", "2018-10-11 16:42:19.116104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.117775"], ["updated_at", "2018-10-11 16:42:19.117775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.119453"], ["updated_at", "2018-10-11 16:42:19.119453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.122417"], ["updated_at", "2018-10-11 16:42:19.122417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.125238"], ["updated_at", "2018-10-11 16:42:19.125238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.126979"], ["updated_at", "2018-10-11 16:42:19.126979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.128666"], ["updated_at", "2018-10-11 16:42:19.128666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.130315"], ["updated_at", "2018-10-11 16:42:19.130315"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.131857"], ["updated_at", "2018-10-11 16:42:19.131857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.133553"], ["updated_at", "2018-10-11 16:42:19.133553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.135102"], ["updated_at", "2018-10-11 16:42:19.135102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.136734"], ["updated_at", "2018-10-11 16:42:19.136734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.138327"], ["updated_at", "2018-10-11 16:42:19.138327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.139934"], ["updated_at", "2018-10-11 16:42:19.139934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.141542"], ["updated_at", "2018-10-11 16:42:19.141542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.143132"], ["updated_at", "2018-10-11 16:42:19.143132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.144749"], ["updated_at", "2018-10-11 16:42:19.144749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.146321"], ["updated_at", "2018-10-11 16:42:19.146321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.147943"], ["updated_at", "2018-10-11 16:42:19.147943"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.149532"], ["updated_at", "2018-10-11 16:42:19.149532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.151171"], ["updated_at", "2018-10-11 16:42:19.151171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.152756"], ["updated_at", "2018-10-11 16:42:19.152756"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.154374"], ["updated_at", "2018-10-11 16:42:19.154374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.156454"], ["updated_at", "2018-10-11 16:42:19.156454"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.158201"], ["updated_at", "2018-10-11 16:42:19.158201"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.159968"], ["updated_at", "2018-10-11 16:42:19.159968"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.162448"], ["updated_at", "2018-10-11 16:42:19.162448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.164224"], ["updated_at", "2018-10-11 16:42:19.164224"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.165851"], ["updated_at", "2018-10-11 16:42:19.165851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.167599"], ["updated_at", "2018-10-11 16:42:19.167599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.169233"], ["updated_at", "2018-10-11 16:42:19.169233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.170850"], ["updated_at", "2018-10-11 16:42:19.170850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.172761"], ["updated_at", "2018-10-11 16:42:19.172761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.174435"], ["updated_at", "2018-10-11 16:42:19.174435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.176060"], ["updated_at", "2018-10-11 16:42:19.176060"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.177656"], ["updated_at", "2018-10-11 16:42:19.177656"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.179772"], ["updated_at", "2018-10-11 16:42:19.179772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.182360"], ["updated_at", "2018-10-11 16:42:19.182360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.184137"], ["updated_at", "2018-10-11 16:42:19.184137"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.185855"], ["updated_at", "2018-10-11 16:42:19.185855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.187879"], ["updated_at", "2018-10-11 16:42:19.187879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.189569"], ["updated_at", "2018-10-11 16:42:19.189569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.191338"], ["updated_at", "2018-10-11 16:42:19.191338"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.194135"], ["updated_at", "2018-10-11 16:42:19.194135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.195849"], ["updated_at", "2018-10-11 16:42:19.195849"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.197415"], ["updated_at", "2018-10-11 16:42:19.197415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.199343"], ["updated_at", "2018-10-11 16:42:19.199343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.201020"], ["updated_at", "2018-10-11 16:42:19.201020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.202654"], ["updated_at", "2018-10-11 16:42:19.202654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.204207"], ["updated_at", "2018-10-11 16:42:19.204207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.205877"], ["updated_at", "2018-10-11 16:42:19.205877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.207507"], ["updated_at", "2018-10-11 16:42:19.207507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.209082"], ["updated_at", "2018-10-11 16:42:19.209082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.210687"], ["updated_at", "2018-10-11 16:42:19.210687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.212237"], ["updated_at", "2018-10-11 16:42:19.212237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.213895"], ["updated_at", "2018-10-11 16:42:19.213895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.215456"], ["updated_at", "2018-10-11 16:42:19.215456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.217066"], ["updated_at", "2018-10-11 16:42:19.217066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.218712"], ["updated_at", "2018-10-11 16:42:19.218712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.220380"], ["updated_at", "2018-10-11 16:42:19.220380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.221926"], ["updated_at", "2018-10-11 16:42:19.221926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.223564"], ["updated_at", "2018-10-11 16:42:19.223564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.225223"], ["updated_at", "2018-10-11 16:42:19.225223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.226781"], ["updated_at", "2018-10-11 16:42:19.226781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.228375"], ["updated_at", "2018-10-11 16:42:19.228375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.229932"], ["updated_at", "2018-10-11 16:42:19.229932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.231599"], ["updated_at", "2018-10-11 16:42:19.231599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.233177"], ["updated_at", "2018-10-11 16:42:19.233177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.234728"], ["updated_at", "2018-10-11 16:42:19.234728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.236312"], ["updated_at", "2018-10-11 16:42:19.236312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.237917"], ["updated_at", "2018-10-11 16:42:19.237917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.239560"], ["updated_at", "2018-10-11 16:42:19.239560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.241124"], ["updated_at", "2018-10-11 16:42:19.241124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.242762"], ["updated_at", "2018-10-11 16:42:19.242762"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.244321"], ["updated_at", "2018-10-11 16:42:19.244321"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.246205"], ["updated_at", "2018-10-11 16:42:19.246205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.249067"], ["updated_at", "2018-10-11 16:42:19.249067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.250849"], ["updated_at", "2018-10-11 16:42:19.250849"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.252495"], ["updated_at", "2018-10-11 16:42:19.252495"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.254095"], ["updated_at", "2018-10-11 16:42:19.254095"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.255626"], ["updated_at", "2018-10-11 16:42:19.255626"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.257177"], ["updated_at", "2018-10-11 16:42:19.257177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.260080"], ["updated_at", "2018-10-11 16:42:19.260080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.261751"], ["updated_at", "2018-10-11 16:42:19.261751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.263380"], ["updated_at", "2018-10-11 16:42:19.263380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.264944"], ["updated_at", "2018-10-11 16:42:19.264944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.266582"], ["updated_at", "2018-10-11 16:42:19.266582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.268103"], ["updated_at", "2018-10-11 16:42:19.268103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.269708"], ["updated_at", "2018-10-11 16:42:19.269708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.271322"], ["updated_at", "2018-10-11 16:42:19.271322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.272987"], ["updated_at", "2018-10-11 16:42:19.272987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.274538"], ["updated_at", "2018-10-11 16:42:19.274538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.276166"], ["updated_at", "2018-10-11 16:42:19.276166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.277700"], ["updated_at", "2018-10-11 16:42:19.277700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.279267"], ["updated_at", "2018-10-11 16:42:19.279267"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.280975"], ["updated_at", "2018-10-11 16:42:19.280975"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.282920"], ["updated_at", "2018-10-11 16:42:19.282920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.285167"], ["updated_at", "2018-10-11 16:42:19.285167"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.286910"], ["updated_at", "2018-10-11 16:42:19.286910"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.288966"], ["updated_at", "2018-10-11 16:42:19.288966"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.290890"], ["updated_at", "2018-10-11 16:42:19.290890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.292994"], ["updated_at", "2018-10-11 16:42:19.292994"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.295067"], ["updated_at", "2018-10-11 16:42:19.295067"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.297119"], ["updated_at", "2018-10-11 16:42:19.297119"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.299466"], ["updated_at", "2018-10-11 16:42:19.299466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.301508"], ["updated_at", "2018-10-11 16:42:19.301508"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.303477"], ["updated_at", "2018-10-11 16:42:19.303477"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.305604"], ["updated_at", "2018-10-11 16:42:19.305604"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.307745"], ["updated_at", "2018-10-11 16:42:19.307745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.309990"], ["updated_at", "2018-10-11 16:42:19.309990"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.311683"], ["updated_at", "2018-10-11 16:42:19.311683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.314322"], ["updated_at", "2018-10-11 16:42:19.314322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.316179"], ["updated_at", "2018-10-11 16:42:19.316179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.317877"], ["updated_at", "2018-10-11 16:42:19.317877"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.319479"], ["updated_at", "2018-10-11 16:42:19.319479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.321589"], ["updated_at", "2018-10-11 16:42:19.321589"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.323379"], ["updated_at", "2018-10-11 16:42:19.323379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.326145"], ["updated_at", "2018-10-11 16:42:19.326145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.327672"], ["updated_at", "2018-10-11 16:42:19.327672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.329297"], ["updated_at", "2018-10-11 16:42:19.329297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.330977"], ["updated_at", "2018-10-11 16:42:19.330977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.332601"], ["updated_at", "2018-10-11 16:42:19.332601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.334241"], ["updated_at", "2018-10-11 16:42:19.334241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.336013"], ["updated_at", "2018-10-11 16:42:19.336013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.337612"], ["updated_at", "2018-10-11 16:42:19.337612"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.339167"], ["updated_at", "2018-10-11 16:42:19.339167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.340973"], ["updated_at", "2018-10-11 16:42:19.340973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.342611"], ["updated_at", "2018-10-11 16:42:19.342611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.344197"], ["updated_at", "2018-10-11 16:42:19.344197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.345756"], ["updated_at", "2018-10-11 16:42:19.345756"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.347380"], ["updated_at", "2018-10-11 16:42:19.347380"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.349014"], ["updated_at", "2018-10-11 16:42:19.349014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.350777"], ["updated_at", "2018-10-11 16:42:19.350777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.352372"], ["updated_at", "2018-10-11 16:42:19.352372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.354011"], ["updated_at", "2018-10-11 16:42:19.354011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.355525"], ["updated_at", "2018-10-11 16:42:19.355525"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.357185"], ["updated_at", "2018-10-11 16:42:19.357185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.358888"], ["updated_at", "2018-10-11 16:42:19.358888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.360481"], ["updated_at", "2018-10-11 16:42:19.360481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.362006"], ["updated_at", "2018-10-11 16:42:19.362006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.363640"], ["updated_at", "2018-10-11 16:42:19.363640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.365206"], ["updated_at", "2018-10-11 16:42:19.365206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.366843"], ["updated_at", "2018-10-11 16:42:19.366843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.368397"], ["updated_at", "2018-10-11 16:42:19.368397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.370010"], ["updated_at", "2018-10-11 16:42:19.370010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.371581"], ["updated_at", "2018-10-11 16:42:19.371581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.373212"], ["updated_at", "2018-10-11 16:42:19.373212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.374773"], ["updated_at", "2018-10-11 16:42:19.374773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.376419"], ["updated_at", "2018-10-11 16:42:19.376419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.378077"], ["updated_at", "2018-10-11 16:42:19.378077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.380684"], ["updated_at", "2018-10-11 16:42:19.380684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.382607"], ["updated_at", "2018-10-11 16:42:19.382607"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.384200"], ["updated_at", "2018-10-11 16:42:19.384200"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.385799"], ["updated_at", "2018-10-11 16:42:19.385799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.387318"], ["updated_at", "2018-10-11 16:42:19.387318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.389230"], ["updated_at", "2018-10-11 16:42:19.389230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.392317"], ["updated_at", "2018-10-11 16:42:19.392317"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.393925"], ["updated_at", "2018-10-11 16:42:19.393925"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.395672"], ["updated_at", "2018-10-11 16:42:19.395672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.397352"], ["updated_at", "2018-10-11 16:42:19.397352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.398897"], ["updated_at", "2018-10-11 16:42:19.398897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.400521"], ["updated_at", "2018-10-11 16:42:19.400521"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.402040"], ["updated_at", "2018-10-11 16:42:19.402040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.403632"], ["updated_at", "2018-10-11 16:42:19.403632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.405282"], ["updated_at", "2018-10-11 16:42:19.405282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.406859"], ["updated_at", "2018-10-11 16:42:19.406859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.408501"], ["updated_at", "2018-10-11 16:42:19.408501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.410100"], ["updated_at", "2018-10-11 16:42:19.410100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.411873"], ["updated_at", "2018-10-11 16:42:19.411873"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.413560"], ["updated_at", "2018-10-11 16:42:19.413560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.415289"], ["updated_at", "2018-10-11 16:42:19.415289"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.416889"], ["updated_at", "2018-10-11 16:42:19.416889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.418628"], ["updated_at", "2018-10-11 16:42:19.418628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.420220"], ["updated_at", "2018-10-11 16:42:19.420220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.421849"], ["updated_at", "2018-10-11 16:42:19.421849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.423423"], ["updated_at", "2018-10-11 16:42:19.423423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.425020"], ["updated_at", "2018-10-11 16:42:19.425020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.426657"], ["updated_at", "2018-10-11 16:42:19.426657"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.428207"], ["updated_at", "2018-10-11 16:42:19.428207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.429910"], ["updated_at", "2018-10-11 16:42:19.429910"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.431502"], ["updated_at", "2018-10-11 16:42:19.431502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.433156"], ["updated_at", "2018-10-11 16:42:19.433156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.434826"], ["updated_at", "2018-10-11 16:42:19.434826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.436402"], ["updated_at", "2018-10-11 16:42:19.436402"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.438159"], ["updated_at", "2018-10-11 16:42:19.438159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.439893"], ["updated_at", "2018-10-11 16:42:19.439893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.441634"], ["updated_at", "2018-10-11 16:42:19.441634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.443386"], ["updated_at", "2018-10-11 16:42:19.443386"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.445111"], ["updated_at", "2018-10-11 16:42:19.445111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.447354"], ["updated_at", "2018-10-11 16:42:19.447354"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.449268"], ["updated_at", "2018-10-11 16:42:19.449268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.451184"], ["updated_at", "2018-10-11 16:42:19.451184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.452860"], ["updated_at", "2018-10-11 16:42:19.452860"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.454488"], ["updated_at", "2018-10-11 16:42:19.454488"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.456725"], ["updated_at", "2018-10-11 16:42:19.456725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.459584"], ["updated_at", "2018-10-11 16:42:19.459584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.462389"], ["updated_at", "2018-10-11 16:42:19.462389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.464122"], ["updated_at", "2018-10-11 16:42:19.464122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.465680"], ["updated_at", "2018-10-11 16:42:19.465680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.467259"], ["updated_at", "2018-10-11 16:42:19.467259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.468848"], ["updated_at", "2018-10-11 16:42:19.468848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.470428"], ["updated_at", "2018-10-11 16:42:19.470428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.472164"], ["updated_at", "2018-10-11 16:42:19.472164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.473807"], ["updated_at", "2018-10-11 16:42:19.473807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.475422"], ["updated_at", "2018-10-11 16:42:19.475422"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.476995"], ["updated_at", "2018-10-11 16:42:19.476995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.478713"], ["updated_at", "2018-10-11 16:42:19.478713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.480343"], ["updated_at", "2018-10-11 16:42:19.480343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.482007"], ["updated_at", "2018-10-11 16:42:19.482007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.483601"], ["updated_at", "2018-10-11 16:42:19.483601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.485319"], ["updated_at", "2018-10-11 16:42:19.485319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.486908"], ["updated_at", "2018-10-11 16:42:19.486908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.488515"], ["updated_at", "2018-10-11 16:42:19.488515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.490113"], ["updated_at", "2018-10-11 16:42:19.490113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.491674"], ["updated_at", "2018-10-11 16:42:19.491674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.493324"], ["updated_at", "2018-10-11 16:42:19.493324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.494919"], ["updated_at", "2018-10-11 16:42:19.494919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.496558"], ["updated_at", "2018-10-11 16:42:19.496558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.498141"], ["updated_at", "2018-10-11 16:42:19.498141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.499751"], ["updated_at", "2018-10-11 16:42:19.499751"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.501589"], ["updated_at", "2018-10-11 16:42:19.501589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.503703"], ["updated_at", "2018-10-11 16:42:19.503703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.505613"], ["updated_at", "2018-10-11 16:42:19.505613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.507288"], ["updated_at", "2018-10-11 16:42:19.507288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.508901"], ["updated_at", "2018-10-11 16:42:19.508901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.510514"], ["updated_at", "2018-10-11 16:42:19.510514"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.512856"], ["updated_at", "2018-10-11 16:42:19.512856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.515569"], ["updated_at", "2018-10-11 16:42:19.515569"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.517423"], ["updated_at", "2018-10-11 16:42:19.517423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.519044"], ["updated_at", "2018-10-11 16:42:19.519044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.520668"], ["updated_at", "2018-10-11 16:42:19.520668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.522321"], ["updated_at", "2018-10-11 16:42:19.522321"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.523909"], ["updated_at", "2018-10-11 16:42:19.523909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.526637"], ["updated_at", "2018-10-11 16:42:19.526637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.528422"], ["updated_at", "2018-10-11 16:42:19.528422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.530044"], ["updated_at", "2018-10-11 16:42:19.530044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.531651"], ["updated_at", "2018-10-11 16:42:19.531651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.533293"], ["updated_at", "2018-10-11 16:42:19.533293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.534936"], ["updated_at", "2018-10-11 16:42:19.534936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.536540"], ["updated_at", "2018-10-11 16:42:19.536540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.538127"], ["updated_at", "2018-10-11 16:42:19.538127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.539718"], ["updated_at", "2018-10-11 16:42:19.539718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.541259"], ["updated_at", "2018-10-11 16:42:19.541259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.542923"], ["updated_at", "2018-10-11 16:42:19.542923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.544499"], ["updated_at", "2018-10-11 16:42:19.544499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.546102"], ["updated_at", "2018-10-11 16:42:19.546102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.547734"], ["updated_at", "2018-10-11 16:42:19.547734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.549341"], ["updated_at", "2018-10-11 16:42:19.549341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.550978"], ["updated_at", "2018-10-11 16:42:19.550978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.552580"], ["updated_at", "2018-10-11 16:42:19.552580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.554239"], ["updated_at", "2018-10-11 16:42:19.554239"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.555806"], ["updated_at", "2018-10-11 16:42:19.555806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.557465"], ["updated_at", "2018-10-11 16:42:19.557465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.559092"], ["updated_at", "2018-10-11 16:42:19.559092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.560635"], ["updated_at", "2018-10-11 16:42:19.560635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.562211"], ["updated_at", "2018-10-11 16:42:19.562211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.563820"], ["updated_at", "2018-10-11 16:42:19.563820"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.565441"], ["updated_at", "2018-10-11 16:42:19.565441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.567194"], ["updated_at", "2018-10-11 16:42:19.567194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.568759"], ["updated_at", "2018-10-11 16:42:19.568759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.570302"], ["updated_at", "2018-10-11 16:42:19.570302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.572128"], ["updated_at", "2018-10-11 16:42:19.572128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.573811"], ["updated_at", "2018-10-11 16:42:19.573811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.575467"], ["updated_at", "2018-10-11 16:42:19.575467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.577111"], ["updated_at", "2018-10-11 16:42:19.577111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.578748"], ["updated_at", "2018-10-11 16:42:19.578748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.581198"], ["updated_at", "2018-10-11 16:42:19.581198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.583317"], ["updated_at", "2018-10-11 16:42:19.583317"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.585186"], ["updated_at", "2018-10-11 16:42:19.585186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.588071"], ["updated_at", "2018-10-11 16:42:19.588071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.589831"], ["updated_at", "2018-10-11 16:42:19.589831"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.591445"], ["updated_at", "2018-10-11 16:42:19.591445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.594264"], ["updated_at", "2018-10-11 16:42:19.594264"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.596136"], ["updated_at", "2018-10-11 16:42:19.596136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.597934"], ["updated_at", "2018-10-11 16:42:19.597934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.599514"], ["updated_at", "2018-10-11 16:42:19.599514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.601157"], ["updated_at", "2018-10-11 16:42:19.601157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.602727"], ["updated_at", "2018-10-11 16:42:19.602727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.604350"], ["updated_at", "2018-10-11 16:42:19.604350"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.605898"], ["updated_at", "2018-10-11 16:42:19.605898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.607652"], ["updated_at", "2018-10-11 16:42:19.607652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.609270"], ["updated_at", "2018-10-11 16:42:19.609270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.610932"], ["updated_at", "2018-10-11 16:42:19.610932"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.612487"], ["updated_at", "2018-10-11 16:42:19.612487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.614308"], ["updated_at", "2018-10-11 16:42:19.614308"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.615935"], ["updated_at", "2018-10-11 16:42:19.615935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.617791"], ["updated_at", "2018-10-11 16:42:19.617791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.619395"], ["updated_at", "2018-10-11 16:42:19.619395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.621039"], ["updated_at", "2018-10-11 16:42:19.621039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.622589"], ["updated_at", "2018-10-11 16:42:19.622589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.624230"], ["updated_at", "2018-10-11 16:42:19.624230"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.625800"], ["updated_at", "2018-10-11 16:42:19.625800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.627490"], ["updated_at", "2018-10-11 16:42:19.627490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.629162"], ["updated_at", "2018-10-11 16:42:19.629162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.630739"], ["updated_at", "2018-10-11 16:42:19.630739"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.632377"], ["updated_at", "2018-10-11 16:42:19.632377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.633989"], ["updated_at", "2018-10-11 16:42:19.633989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.635561"], ["updated_at", "2018-10-11 16:42:19.635561"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.637118"], ["updated_at", "2018-10-11 16:42:19.637118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.638756"], ["updated_at", "2018-10-11 16:42:19.638756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.640398"], ["updated_at", "2018-10-11 16:42:19.640398"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.641957"], ["updated_at", "2018-10-11 16:42:19.641957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.643590"], ["updated_at", "2018-10-11 16:42:19.643590"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.645411"], ["updated_at", "2018-10-11 16:42:19.645411"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.648239"], ["updated_at", "2018-10-11 16:42:19.648239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.650553"], ["updated_at", "2018-10-11 16:42:19.650553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.652242"], ["updated_at", "2018-10-11 16:42:19.652242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.653893"], ["updated_at", "2018-10-11 16:42:19.653893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.655522"], ["updated_at", "2018-10-11 16:42:19.655522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.657072"], ["updated_at", "2018-10-11 16:42:19.657072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.659913"], ["updated_at", "2018-10-11 16:42:19.659913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.661551"], ["updated_at", "2018-10-11 16:42:19.661551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.663273"], ["updated_at", "2018-10-11 16:42:19.663273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.664895"], ["updated_at", "2018-10-11 16:42:19.664895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.666565"], ["updated_at", "2018-10-11 16:42:19.666565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.668212"], ["updated_at", "2018-10-11 16:42:19.668212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.669817"], ["updated_at", "2018-10-11 16:42:19.669817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.671390"], ["updated_at", "2018-10-11 16:42:19.671390"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.673024"], ["updated_at", "2018-10-11 16:42:19.673024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.674665"], ["updated_at", "2018-10-11 16:42:19.674665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.676338"], ["updated_at", "2018-10-11 16:42:19.676338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.677911"], ["updated_at", "2018-10-11 16:42:19.677911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.679544"], ["updated_at", "2018-10-11 16:42:19.679544"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.681491"], ["updated_at", "2018-10-11 16:42:19.681491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.683210"], ["updated_at", "2018-10-11 16:42:19.683210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.684814"], ["updated_at", "2018-10-11 16:42:19.684814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.686385"], ["updated_at", "2018-10-11 16:42:19.686385"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.688112"], ["updated_at", "2018-10-11 16:42:19.688112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.690225"], ["updated_at", "2018-10-11 16:42:19.690225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.691930"], ["updated_at", "2018-10-11 16:42:19.691930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.693515"], ["updated_at", "2018-10-11 16:42:19.693515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.695078"], ["updated_at", "2018-10-11 16:42:19.695078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.696769"], ["updated_at", "2018-10-11 16:42:19.696769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.698559"], ["updated_at", "2018-10-11 16:42:19.698559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.700166"], ["updated_at", "2018-10-11 16:42:19.700166"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.701947"], ["updated_at", "2018-10-11 16:42:19.701947"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.704188"], ["updated_at", "2018-10-11 16:42:19.704188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.706223"], ["updated_at", "2018-10-11 16:42:19.706223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.707943"], ["updated_at", "2018-10-11 16:42:19.707943"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.709492"], ["updated_at", "2018-10-11 16:42:19.709492"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.711383"], ["updated_at", "2018-10-11 16:42:19.711383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.714148"], ["updated_at", "2018-10-11 16:42:19.714148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.716059"], ["updated_at", "2018-10-11 16:42:19.716059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.717720"], ["updated_at", "2018-10-11 16:42:19.717720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.719339"], ["updated_at", "2018-10-11 16:42:19.719339"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.721376"], ["updated_at", "2018-10-11 16:42:19.721376"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.724326"], ["updated_at", "2018-10-11 16:42:19.724326"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.727274"], ["updated_at", "2018-10-11 16:42:19.727274"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.729049"], ["updated_at", "2018-10-11 16:42:19.729049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.730886"], ["updated_at", "2018-10-11 16:42:19.730886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.732477"], ["updated_at", "2018-10-11 16:42:19.732477"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.734187"], ["updated_at", "2018-10-11 16:42:19.734187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.735791"], ["updated_at", "2018-10-11 16:42:19.735791"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.737774"], ["updated_at", "2018-10-11 16:42:19.737774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.739561"], ["updated_at", "2018-10-11 16:42:19.739561"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.741207"], ["updated_at", "2018-10-11 16:42:19.741207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.742862"], ["updated_at", "2018-10-11 16:42:19.742862"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.744592"], ["updated_at", "2018-10-11 16:42:19.744592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.746736"], ["updated_at", "2018-10-11 16:42:19.746736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.748441"], ["updated_at", "2018-10-11 16:42:19.748441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.750020"], ["updated_at", "2018-10-11 16:42:19.750020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.751732"], ["updated_at", "2018-10-11 16:42:19.751732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.753468"], ["updated_at", "2018-10-11 16:42:19.753468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.755141"], ["updated_at", "2018-10-11 16:42:19.755141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.756776"], ["updated_at", "2018-10-11 16:42:19.756776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.758423"], ["updated_at", "2018-10-11 16:42:19.758423"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.760038"], ["updated_at", "2018-10-11 16:42:19.760038"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.761780"], ["updated_at", "2018-10-11 16:42:19.761780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.763425"], ["updated_at", "2018-10-11 16:42:19.763425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.764988"], ["updated_at", "2018-10-11 16:42:19.764988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.766587"], ["updated_at", "2018-10-11 16:42:19.766587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.768280"], ["updated_at", "2018-10-11 16:42:19.768280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.769961"], ["updated_at", "2018-10-11 16:42:19.769961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.771628"], ["updated_at", "2018-10-11 16:42:19.771628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.773229"], ["updated_at", "2018-10-11 16:42:19.773229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.774820"], ["updated_at", "2018-10-11 16:42:19.774820"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.776418"], ["updated_at", "2018-10-11 16:42:19.776418"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.778554"], ["updated_at", "2018-10-11 16:42:19.778554"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.780941"], ["updated_at", "2018-10-11 16:42:19.780941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.782694"], ["updated_at", "2018-10-11 16:42:19.782694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.784283"], ["updated_at", "2018-10-11 16:42:19.784283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.786268"], ["updated_at", "2018-10-11 16:42:19.786268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.789480"], ["updated_at", "2018-10-11 16:42:19.789480"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.792699"], ["updated_at", "2018-10-11 16:42:19.792699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.794621"], ["updated_at", "2018-10-11 16:42:19.794621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.796677"], ["updated_at", "2018-10-11 16:42:19.796677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.798317"], ["updated_at", "2018-10-11 16:42:19.798317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.799880"], ["updated_at", "2018-10-11 16:42:19.799880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.801497"], ["updated_at", "2018-10-11 16:42:19.801497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.803538"], ["updated_at", "2018-10-11 16:42:19.803538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.806598"], ["updated_at", "2018-10-11 16:42:19.806598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.808212"], ["updated_at", "2018-10-11 16:42:19.808212"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.810170"], ["updated_at", "2018-10-11 16:42:19.810170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.812065"], ["updated_at", "2018-10-11 16:42:19.812065"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.813731"], ["updated_at", "2018-10-11 16:42:19.813731"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.815492"], ["updated_at", "2018-10-11 16:42:19.815492"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.817299"], ["updated_at", "2018-10-11 16:42:19.817299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.819347"], ["updated_at", "2018-10-11 16:42:19.819347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.821067"], ["updated_at", "2018-10-11 16:42:19.821067"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.822755"], ["updated_at", "2018-10-11 16:42:19.822755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.825005"], ["updated_at", "2018-10-11 16:42:19.825005"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.826975"], ["updated_at", "2018-10-11 16:42:19.826975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.828726"], ["updated_at", "2018-10-11 16:42:19.828726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.830396"], ["updated_at", "2018-10-11 16:42:19.830396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.831982"], ["updated_at", "2018-10-11 16:42:19.831982"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.833542"], ["updated_at", "2018-10-11 16:42:19.833542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.835713"], ["updated_at", "2018-10-11 16:42:19.835713"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.837392"], ["updated_at", "2018-10-11 16:42:19.837392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.839145"], ["updated_at", "2018-10-11 16:42:19.839145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.840731"], ["updated_at", "2018-10-11 16:42:19.840731"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.842416"], ["updated_at", "2018-10-11 16:42:19.842416"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.844133"], ["updated_at", "2018-10-11 16:42:19.844133"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.845965"], ["updated_at", "2018-10-11 16:42:19.845965"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.849493"], ["updated_at", "2018-10-11 16:42:19.849493"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.851641"], ["updated_at", "2018-10-11 16:42:19.851641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.853476"], ["updated_at", "2018-10-11 16:42:19.853476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.854961"], ["updated_at", "2018-10-11 16:42:19.854961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.856578"], ["updated_at", "2018-10-11 16:42:19.856578"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.858195"], ["updated_at", "2018-10-11 16:42:19.858195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.862079"], ["updated_at", "2018-10-11 16:42:19.862079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.863951"], ["updated_at", "2018-10-11 16:42:19.863951"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.865558"], ["updated_at", "2018-10-11 16:42:19.865558"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.867942"], ["updated_at", "2018-10-11 16:42:19.867942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.869692"], ["updated_at", "2018-10-11 16:42:19.869692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.871424"], ["updated_at", "2018-10-11 16:42:19.871424"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.873084"], ["updated_at", "2018-10-11 16:42:19.873084"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.875738"], ["updated_at", "2018-10-11 16:42:19.875738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.877433"], ["updated_at", "2018-10-11 16:42:19.877433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.879149"], ["updated_at", "2018-10-11 16:42:19.879149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.880823"], ["updated_at", "2018-10-11 16:42:19.880823"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.882730"], ["updated_at", "2018-10-11 16:42:19.882730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.884998"], ["updated_at", "2018-10-11 16:42:19.884998"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.886724"], ["updated_at", "2018-10-11 16:42:19.886724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.888765"], ["updated_at", "2018-10-11 16:42:19.888765"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.891939"], ["updated_at", "2018-10-11 16:42:19.891939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.894304"], ["updated_at", "2018-10-11 16:42:19.894304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.895898"], ["updated_at", "2018-10-11 16:42:19.895898"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.897439"], ["updated_at", "2018-10-11 16:42:19.897439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.899809"], ["updated_at", "2018-10-11 16:42:19.899809"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.901465"], ["updated_at", "2018-10-11 16:42:19.901465"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.903243"], ["updated_at", "2018-10-11 16:42:19.903243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.905146"], ["updated_at", "2018-10-11 16:42:19.905146"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.908333"], ["updated_at", "2018-10-11 16:42:19.908333"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.910166"], ["updated_at", "2018-10-11 16:42:19.910166"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.912343"], ["updated_at", "2018-10-11 16:42:19.912343"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.917064"], ["updated_at", "2018-10-11 16:42:19.917064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.919162"], ["updated_at", "2018-10-11 16:42:19.919162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.920832"], ["updated_at", "2018-10-11 16:42:19.920832"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.922435"], ["updated_at", "2018-10-11 16:42:19.922435"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.925321"], ["updated_at", "2018-10-11 16:42:19.925321"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.927023"], ["updated_at", "2018-10-11 16:42:19.927023"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.929945"], ["updated_at", "2018-10-11 16:42:19.929945"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.932508"], ["updated_at", "2018-10-11 16:42:19.932508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.934344"], ["updated_at", "2018-10-11 16:42:19.934344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.935972"], ["updated_at", "2018-10-11 16:42:19.935972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.937555"], ["updated_at", "2018-10-11 16:42:19.937555"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.939562"], ["updated_at", "2018-10-11 16:42:19.939562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.941793"], ["updated_at", "2018-10-11 16:42:19.941793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.943442"], ["updated_at", "2018-10-11 16:42:19.943442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.945120"], ["updated_at", "2018-10-11 16:42:19.945120"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.946843"], ["updated_at", "2018-10-11 16:42:19.946843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.950067"], ["updated_at", "2018-10-11 16:42:19.950067"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.951939"], ["updated_at", "2018-10-11 16:42:19.951939"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.954206"], ["updated_at", "2018-10-11 16:42:19.954206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.956317"], ["updated_at", "2018-10-11 16:42:19.956317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.958680"], ["updated_at", "2018-10-11 16:42:19.958680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.960350"], ["updated_at", "2018-10-11 16:42:19.960350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.961949"], ["updated_at", "2018-10-11 16:42:19.961949"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.964037"], ["updated_at", "2018-10-11 16:42:19.964037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.966141"], ["updated_at", "2018-10-11 16:42:19.966141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.967862"], ["updated_at", "2018-10-11 16:42:19.967862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.969616"], ["updated_at", "2018-10-11 16:42:19.969616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.971463"], ["updated_at", "2018-10-11 16:42:19.971463"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.973669"], ["updated_at", "2018-10-11 16:42:19.973669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.975484"], ["updated_at", "2018-10-11 16:42:19.975484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.977029"], ["updated_at", "2018-10-11 16:42:19.977029"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.978689"], ["updated_at", "2018-10-11 16:42:19.978689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.982097"], ["updated_at", "2018-10-11 16:42:19.982097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.984338"], ["updated_at", "2018-10-11 16:42:19.984338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.986169"], ["updated_at", "2018-10-11 16:42:19.986169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.988331"], ["updated_at", "2018-10-11 16:42:19.988331"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.990075"], ["updated_at", "2018-10-11 16:42:19.990075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.992496"], ["updated_at", "2018-10-11 16:42:19.992496"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.994996"], ["updated_at", "2018-10-11 16:42:19.994996"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.997367"], ["updated_at", "2018-10-11 16:42:19.997367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:19.999083"], ["updated_at", "2018-10-11 16:42:19.999083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.000700"], ["updated_at", "2018-10-11 16:42:20.000700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.002374"], ["updated_at", "2018-10-11 16:42:20.002374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.004845"], ["updated_at", "2018-10-11 16:42:20.004845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.006621"], ["updated_at", "2018-10-11 16:42:20.006621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.008811"], ["updated_at", "2018-10-11 16:42:20.008811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.010460"], ["updated_at", "2018-10-11 16:42:20.010460"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.012429"], ["updated_at", "2018-10-11 16:42:20.012429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.014383"], ["updated_at", "2018-10-11 16:42:20.014383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.016090"], ["updated_at", "2018-10-11 16:42:20.016090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.017769"], ["updated_at", "2018-10-11 16:42:20.017769"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.019450"], ["updated_at", "2018-10-11 16:42:20.019450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.021620"], ["updated_at", "2018-10-11 16:42:20.021620"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.023200"], ["updated_at", "2018-10-11 16:42:20.023200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.025425"], ["updated_at", "2018-10-11 16:42:20.025425"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.027065"], ["updated_at", "2018-10-11 16:42:20.027065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.029245"], ["updated_at", "2018-10-11 16:42:20.029245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.031007"], ["updated_at", "2018-10-11 16:42:20.031007"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.032785"], ["updated_at", "2018-10-11 16:42:20.032785"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.034530"], ["updated_at", "2018-10-11 16:42:20.034530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.036723"], ["updated_at", "2018-10-11 16:42:20.036723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.038645"], ["updated_at", "2018-10-11 16:42:20.038645"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.040349"], ["updated_at", "2018-10-11 16:42:20.040349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.042397"], ["updated_at", "2018-10-11 16:42:20.042397"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.044575"], ["updated_at", "2018-10-11 16:42:20.044575"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.046828"], ["updated_at", "2018-10-11 16:42:20.046828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.049093"], ["updated_at", "2018-10-11 16:42:20.049093"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.050720"], ["updated_at", "2018-10-11 16:42:20.050720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.053036"], ["updated_at", "2018-10-11 16:42:20.053036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.054804"], ["updated_at", "2018-10-11 16:42:20.054804"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.056438"], ["updated_at", "2018-10-11 16:42:20.056438"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.059856"], ["updated_at", "2018-10-11 16:42:20.059856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.062208"], ["updated_at", "2018-10-11 16:42:20.062208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.063939"], ["updated_at", "2018-10-11 16:42:20.063939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.065845"], ["updated_at", "2018-10-11 16:42:20.065845"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.067657"], ["updated_at", "2018-10-11 16:42:20.067657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.070065"], ["updated_at", "2018-10-11 16:42:20.070065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.071702"], ["updated_at", "2018-10-11 16:42:20.071702"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.073342"], ["updated_at", "2018-10-11 16:42:20.073342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.075285"], ["updated_at", "2018-10-11 16:42:20.075285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.077443"], ["updated_at", "2018-10-11 16:42:20.077443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.079218"], ["updated_at", "2018-10-11 16:42:20.079218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.080865"], ["updated_at", "2018-10-11 16:42:20.080865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.082484"], ["updated_at", "2018-10-11 16:42:20.082484"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.084293"], ["updated_at", "2018-10-11 16:42:20.084293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.086709"], ["updated_at", "2018-10-11 16:42:20.086709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.088490"], ["updated_at", "2018-10-11 16:42:20.088490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.090128"], ["updated_at", "2018-10-11 16:42:20.090128"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.092067"], ["updated_at", "2018-10-11 16:42:20.092067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.094334"], ["updated_at", "2018-10-11 16:42:20.094334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.096032"], ["updated_at", "2018-10-11 16:42:20.096032"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.097748"], ["updated_at", "2018-10-11 16:42:20.097748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.099531"], ["updated_at", "2018-10-11 16:42:20.099531"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.101991"], ["updated_at", "2018-10-11 16:42:20.101991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.103794"], ["updated_at", "2018-10-11 16:42:20.103794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.105377"], ["updated_at", "2018-10-11 16:42:20.105377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.106946"], ["updated_at", "2018-10-11 16:42:20.106946"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.109446"], ["updated_at", "2018-10-11 16:42:20.109446"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.111348"], ["updated_at", "2018-10-11 16:42:20.111348"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.113251"], ["updated_at", "2018-10-11 16:42:20.113251"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.115787"], ["updated_at", "2018-10-11 16:42:20.115787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.118183"], ["updated_at", "2018-10-11 16:42:20.118183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.119954"], ["updated_at", "2018-10-11 16:42:20.119954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.121478"], ["updated_at", "2018-10-11 16:42:20.121478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.123138"], ["updated_at", "2018-10-11 16:42:20.123138"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.126631"], ["updated_at", "2018-10-11 16:42:20.126631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.129201"], ["updated_at", "2018-10-11 16:42:20.129201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.130883"], ["updated_at", "2018-10-11 16:42:20.130883"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.132700"], ["updated_at", "2018-10-11 16:42:20.132700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.135181"], ["updated_at", "2018-10-11 16:42:20.135181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.136975"], ["updated_at", "2018-10-11 16:42:20.136975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.138613"], ["updated_at", "2018-10-11 16:42:20.138613"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.140223"], ["updated_at", "2018-10-11 16:42:20.140223"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.142832"], ["updated_at", "2018-10-11 16:42:20.142832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.144632"], ["updated_at", "2018-10-11 16:42:20.144632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.146439"], ["updated_at", "2018-10-11 16:42:20.146439"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.148230"], ["updated_at", "2018-10-11 16:42:20.148230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.150470"], ["updated_at", "2018-10-11 16:42:20.150470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.152177"], ["updated_at", "2018-10-11 16:42:20.152177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.153880"], ["updated_at", "2018-10-11 16:42:20.153880"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.155583"], ["updated_at", "2018-10-11 16:42:20.155583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.158257"], ["updated_at", "2018-10-11 16:42:20.158257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.159967"], ["updated_at", "2018-10-11 16:42:20.159967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.161643"], ["updated_at", "2018-10-11 16:42:20.161643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.163312"], ["updated_at", "2018-10-11 16:42:20.163312"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.165386"], ["updated_at", "2018-10-11 16:42:20.165386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.167487"], ["updated_at", "2018-10-11 16:42:20.167487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.169297"], ["updated_at", "2018-10-11 16:42:20.169297"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.170925"], ["updated_at", "2018-10-11 16:42:20.170925"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.172754"], ["updated_at", "2018-10-11 16:42:20.172754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.175339"], ["updated_at", "2018-10-11 16:42:20.175339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.177099"], ["updated_at", "2018-10-11 16:42:20.177099"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.178951"], ["updated_at", "2018-10-11 16:42:20.178951"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.181902"], ["updated_at", "2018-10-11 16:42:20.181902"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.184373"], ["updated_at", "2018-10-11 16:42:20.184373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.186218"], ["updated_at", "2018-10-11 16:42:20.186218"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.187989"], ["updated_at", "2018-10-11 16:42:20.187989"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.190190"], ["updated_at", "2018-10-11 16:42:20.190190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.194812"], ["updated_at", "2018-10-11 16:42:20.194812"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.196756"], ["updated_at", "2018-10-11 16:42:20.196756"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.199169"], ["updated_at", "2018-10-11 16:42:20.199169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.200897"], ["updated_at", "2018-10-11 16:42:20.200897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.202601"], ["updated_at", "2018-10-11 16:42:20.202601"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.204282"], ["updated_at", "2018-10-11 16:42:20.204282"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.206630"], ["updated_at", "2018-10-11 16:42:20.206630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.208634"], ["updated_at", "2018-10-11 16:42:20.208634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.210338"], ["updated_at", "2018-10-11 16:42:20.210338"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.211991"], ["updated_at", "2018-10-11 16:42:20.211991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.214102"], ["updated_at", "2018-10-11 16:42:20.214102"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.216247"], ["updated_at", "2018-10-11 16:42:20.216247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.218018"], ["updated_at", "2018-10-11 16:42:20.218018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.219720"], ["updated_at", "2018-10-11 16:42:20.219720"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.221536"], ["updated_at", "2018-10-11 16:42:20.221536"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.223956"], ["updated_at", "2018-10-11 16:42:20.223956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.225919"], ["updated_at", "2018-10-11 16:42:20.225919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.227566"], ["updated_at", "2018-10-11 16:42:20.227566"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.229223"], ["updated_at", "2018-10-11 16:42:20.229223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.231346"], ["updated_at", "2018-10-11 16:42:20.231346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.233039"], ["updated_at", "2018-10-11 16:42:20.233039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.234673"], ["updated_at", "2018-10-11 16:42:20.234673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.236400"], ["updated_at", "2018-10-11 16:42:20.236400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.238187"], ["updated_at", "2018-10-11 16:42:20.238187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.239782"], ["updated_at", "2018-10-11 16:42:20.239782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.241791"], ["updated_at", "2018-10-11 16:42:20.241791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.243437"], ["updated_at", "2018-10-11 16:42:20.243437"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.245761"], ["updated_at", "2018-10-11 16:42:20.245761"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.248361"], ["updated_at", "2018-10-11 16:42:20.248361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.250147"], ["updated_at", "2018-10-11 16:42:20.250147"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.251927"], ["updated_at", "2018-10-11 16:42:20.251927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.253718"], ["updated_at", "2018-10-11 16:42:20.253718"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.255352"], ["updated_at", "2018-10-11 16:42:20.255352"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.257358"], ["updated_at", "2018-10-11 16:42:20.257358"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.260927"], ["updated_at", "2018-10-11 16:42:20.260927"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.262890"], ["updated_at", "2018-10-11 16:42:20.262890"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.264670"], ["updated_at", "2018-10-11 16:42:20.264670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.266481"], ["updated_at", "2018-10-11 16:42:20.266481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.268193"], ["updated_at", "2018-10-11 16:42:20.268193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.270050"], ["updated_at", "2018-10-11 16:42:20.270050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.271738"], ["updated_at", "2018-10-11 16:42:20.271738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.273370"], ["updated_at", "2018-10-11 16:42:20.273370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.274997"], ["updated_at", "2018-10-11 16:42:20.274997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.276542"], ["updated_at", "2018-10-11 16:42:20.276542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.278075"], ["updated_at", "2018-10-11 16:42:20.278075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.279633"], ["updated_at", "2018-10-11 16:42:20.279633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.281133"], ["updated_at", "2018-10-11 16:42:20.281133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.282661"], ["updated_at", "2018-10-11 16:42:20.282661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.284172"], ["updated_at", "2018-10-11 16:42:20.284172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.285805"], ["updated_at", "2018-10-11 16:42:20.285805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.287425"], ["updated_at", "2018-10-11 16:42:20.287425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.288977"], ["updated_at", "2018-10-11 16:42:20.288977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.290561"], ["updated_at", "2018-10-11 16:42:20.290561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.292168"], ["updated_at", "2018-10-11 16:42:20.292168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.293726"], ["updated_at", "2018-10-11 16:42:20.293726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.295318"], ["updated_at", "2018-10-11 16:42:20.295318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.296857"], ["updated_at", "2018-10-11 16:42:20.296857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.298369"], ["updated_at", "2018-10-11 16:42:20.298369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.299940"], ["updated_at", "2018-10-11 16:42:20.299940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.301463"], ["updated_at", "2018-10-11 16:42:20.301463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.302981"], ["updated_at", "2018-10-11 16:42:20.302981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.305038"], ["updated_at", "2018-10-11 16:42:20.305038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.306674"], ["updated_at", "2018-10-11 16:42:20.306674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.308321"], ["updated_at", "2018-10-11 16:42:20.308321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.309912"], ["updated_at", "2018-10-11 16:42:20.309912"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.311481"], ["updated_at", "2018-10-11 16:42:20.311481"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.313651"], ["updated_at", "2018-10-11 16:42:20.313651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.315486"], ["updated_at", "2018-10-11 16:42:20.315486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.317132"], ["updated_at", "2018-10-11 16:42:20.317132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.318673"], ["updated_at", "2018-10-11 16:42:20.318673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.320218"], ["updated_at", "2018-10-11 16:42:20.320218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.321842"], ["updated_at", "2018-10-11 16:42:20.321842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.325732"], ["updated_at", "2018-10-11 16:42:20.325732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.327367"], ["updated_at", "2018-10-11 16:42:20.327367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.329032"], ["updated_at", "2018-10-11 16:42:20.329032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.330563"], ["updated_at", "2018-10-11 16:42:20.330563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.332202"], ["updated_at", "2018-10-11 16:42:20.332202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.333791"], ["updated_at", "2018-10-11 16:42:20.333791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.335378"], ["updated_at", "2018-10-11 16:42:20.335378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.336930"], ["updated_at", "2018-10-11 16:42:20.336930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.338463"], ["updated_at", "2018-10-11 16:42:20.338463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.340031"], ["updated_at", "2018-10-11 16:42:20.340031"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.341578"], ["updated_at", "2018-10-11 16:42:20.341578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.343310"], ["updated_at", "2018-10-11 16:42:20.343310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.344849"], ["updated_at", "2018-10-11 16:42:20.344849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.346386"], ["updated_at", "2018-10-11 16:42:20.346386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.347950"], ["updated_at", "2018-10-11 16:42:20.347950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.349563"], ["updated_at", "2018-10-11 16:42:20.349563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.351255"], ["updated_at", "2018-10-11 16:42:20.351255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.352820"], ["updated_at", "2018-10-11 16:42:20.352820"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.354402"], ["updated_at", "2018-10-11 16:42:20.354402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.355999"], ["updated_at", "2018-10-11 16:42:20.355999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.357641"], ["updated_at", "2018-10-11 16:42:20.357641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.359215"], ["updated_at", "2018-10-11 16:42:20.359215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.360880"], ["updated_at", "2018-10-11 16:42:20.360880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.362491"], ["updated_at", "2018-10-11 16:42:20.362491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.364080"], ["updated_at", "2018-10-11 16:42:20.364080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.365655"], ["updated_at", "2018-10-11 16:42:20.365655"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.367316"], ["updated_at", "2018-10-11 16:42:20.367316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.369041"], ["updated_at", "2018-10-11 16:42:20.369041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.370713"], ["updated_at", "2018-10-11 16:42:20.370713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.372352"], ["updated_at", "2018-10-11 16:42:20.372352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.373916"], ["updated_at", "2018-10-11 16:42:20.373916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.375492"], ["updated_at", "2018-10-11 16:42:20.375492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.377054"], ["updated_at", "2018-10-11 16:42:20.377054"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.378767"], ["updated_at", "2018-10-11 16:42:20.378767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.381039"], ["updated_at", "2018-10-11 16:42:20.381039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.383007"], ["updated_at", "2018-10-11 16:42:20.383007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.384562"], ["updated_at", "2018-10-11 16:42:20.384562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.386258"], ["updated_at", "2018-10-11 16:42:20.386258"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.387774"], ["updated_at", "2018-10-11 16:42:20.387774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.389471"], ["updated_at", "2018-10-11 16:42:20.389471"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.392493"], ["updated_at", "2018-10-11 16:42:20.392493"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.394271"], ["updated_at", "2018-10-11 16:42:20.394271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.396022"], ["updated_at", "2018-10-11 16:42:20.396022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.398088"], ["updated_at", "2018-10-11 16:42:20.398088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.399715"], ["updated_at", "2018-10-11 16:42:20.399715"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.401320"], ["updated_at", "2018-10-11 16:42:20.401320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.403002"], ["updated_at", "2018-10-11 16:42:20.403002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.404613"], ["updated_at", "2018-10-11 16:42:20.404613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.406171"], ["updated_at", "2018-10-11 16:42:20.406171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.407759"], ["updated_at", "2018-10-11 16:42:20.407759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.409328"], ["updated_at", "2018-10-11 16:42:20.409328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.410889"], ["updated_at", "2018-10-11 16:42:20.410889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.412473"], ["updated_at", "2018-10-11 16:42:20.412473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.414106"], ["updated_at", "2018-10-11 16:42:20.414106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.415676"], ["updated_at", "2018-10-11 16:42:20.415676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.417248"], ["updated_at", "2018-10-11 16:42:20.417248"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.418857"], ["updated_at", "2018-10-11 16:42:20.418857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.420596"], ["updated_at", "2018-10-11 16:42:20.420596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.422186"], ["updated_at", "2018-10-11 16:42:20.422186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.423794"], ["updated_at", "2018-10-11 16:42:20.423794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.425397"], ["updated_at", "2018-10-11 16:42:20.425397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.427000"], ["updated_at", "2018-10-11 16:42:20.427000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.428579"], ["updated_at", "2018-10-11 16:42:20.428579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.430199"], ["updated_at", "2018-10-11 16:42:20.430199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.431777"], ["updated_at", "2018-10-11 16:42:20.431777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.433484"], ["updated_at", "2018-10-11 16:42:20.433484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.435145"], ["updated_at", "2018-10-11 16:42:20.435145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.436815"], ["updated_at", "2018-10-11 16:42:20.436815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.438516"], ["updated_at", "2018-10-11 16:42:20.438516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.440113"], ["updated_at", "2018-10-11 16:42:20.440113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.441672"], ["updated_at", "2018-10-11 16:42:20.441672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.443257"], ["updated_at", "2018-10-11 16:42:20.443257"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.445000"], ["updated_at", "2018-10-11 16:42:20.445000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.447379"], ["updated_at", "2018-10-11 16:42:20.447379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.449162"], ["updated_at", "2018-10-11 16:42:20.449162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.450778"], ["updated_at", "2018-10-11 16:42:20.450778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.452338"], ["updated_at", "2018-10-11 16:42:20.452338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.453868"], ["updated_at", "2018-10-11 16:42:20.453868"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.455415"], ["updated_at", "2018-10-11 16:42:20.455415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.458699"], ["updated_at", "2018-10-11 16:42:20.458699"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.460557"], ["updated_at", "2018-10-11 16:42:20.460557"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.462212"], ["updated_at", "2018-10-11 16:42:20.462212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.463937"], ["updated_at", "2018-10-11 16:42:20.463937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.465585"], ["updated_at", "2018-10-11 16:42:20.465585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.467237"], ["updated_at", "2018-10-11 16:42:20.467237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.468812"], ["updated_at", "2018-10-11 16:42:20.468812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.470436"], ["updated_at", "2018-10-11 16:42:20.470436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.471996"], ["updated_at", "2018-10-11 16:42:20.471996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.473635"], ["updated_at", "2018-10-11 16:42:20.473635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.475175"], ["updated_at", "2018-10-11 16:42:20.475175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.476768"], ["updated_at", "2018-10-11 16:42:20.476768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.478330"], ["updated_at", "2018-10-11 16:42:20.478330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.479952"], ["updated_at", "2018-10-11 16:42:20.479952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.481562"], ["updated_at", "2018-10-11 16:42:20.481562"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.483174"], ["updated_at", "2018-10-11 16:42:20.483174"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.484776"], ["updated_at", "2018-10-11 16:42:20.484776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.486459"], ["updated_at", "2018-10-11 16:42:20.486459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.488306"], ["updated_at", "2018-10-11 16:42:20.488306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.489994"], ["updated_at", "2018-10-11 16:42:20.489994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.491610"], ["updated_at", "2018-10-11 16:42:20.491610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.493192"], ["updated_at", "2018-10-11 16:42:20.493192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.494878"], ["updated_at", "2018-10-11 16:42:20.494878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.496528"], ["updated_at", "2018-10-11 16:42:20.496528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.498149"], ["updated_at", "2018-10-11 16:42:20.498149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.499724"], ["updated_at", "2018-10-11 16:42:20.499724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.501379"], ["updated_at", "2018-10-11 16:42:20.501379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.503015"], ["updated_at", "2018-10-11 16:42:20.503015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.504586"], ["updated_at", "2018-10-11 16:42:20.504586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.506189"], ["updated_at", "2018-10-11 16:42:20.506189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.507903"], ["updated_at", "2018-10-11 16:42:20.507903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.509548"], ["updated_at", "2018-10-11 16:42:20.509548"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.511383"], ["updated_at", "2018-10-11 16:42:20.511383"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.513647"], ["updated_at", "2018-10-11 16:42:20.513647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.515500"], ["updated_at", "2018-10-11 16:42:20.515500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.517190"], ["updated_at", "2018-10-11 16:42:20.517190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.518762"], ["updated_at", "2018-10-11 16:42:20.518762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.520362"], ["updated_at", "2018-10-11 16:42:20.520362"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.521951"], ["updated_at", "2018-10-11 16:42:20.521951"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.524816"], ["updated_at", "2018-10-11 16:42:20.524816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.526641"], ["updated_at", "2018-10-11 16:42:20.526641"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.528193"], ["updated_at", "2018-10-11 16:42:20.528193"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.531033"], ["updated_at", "2018-10-11 16:42:20.531033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.532758"], ["updated_at", "2018-10-11 16:42:20.532758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.534322"], ["updated_at", "2018-10-11 16:42:20.534322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.535877"], ["updated_at", "2018-10-11 16:42:20.535877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.537493"], ["updated_at", "2018-10-11 16:42:20.537493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.539051"], ["updated_at", "2018-10-11 16:42:20.539051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.540697"], ["updated_at", "2018-10-11 16:42:20.540697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.542287"], ["updated_at", "2018-10-11 16:42:20.542287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.543917"], ["updated_at", "2018-10-11 16:42:20.543917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.545439"], ["updated_at", "2018-10-11 16:42:20.545439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.547067"], ["updated_at", "2018-10-11 16:42:20.547067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.548728"], ["updated_at", "2018-10-11 16:42:20.548728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.550318"], ["updated_at", "2018-10-11 16:42:20.550318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.551885"], ["updated_at", "2018-10-11 16:42:20.551885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.553502"], ["updated_at", "2018-10-11 16:42:20.553502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.555084"], ["updated_at", "2018-10-11 16:42:20.555084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.556654"], ["updated_at", "2018-10-11 16:42:20.556654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.558311"], ["updated_at", "2018-10-11 16:42:20.558311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.560063"], ["updated_at", "2018-10-11 16:42:20.560063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.561723"], ["updated_at", "2018-10-11 16:42:20.561723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.563282"], ["updated_at", "2018-10-11 16:42:20.563282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.564846"], ["updated_at", "2018-10-11 16:42:20.564846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.566511"], ["updated_at", "2018-10-11 16:42:20.566511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.568086"], ["updated_at", "2018-10-11 16:42:20.568086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.569743"], ["updated_at", "2018-10-11 16:42:20.569743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.571418"], ["updated_at", "2018-10-11 16:42:20.571418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.573050"], ["updated_at", "2018-10-11 16:42:20.573050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.574720"], ["updated_at", "2018-10-11 16:42:20.574720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.576481"], ["updated_at", "2018-10-11 16:42:20.576481"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.578236"], ["updated_at", "2018-10-11 16:42:20.578236"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.580717"], ["updated_at", "2018-10-11 16:42:20.580717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.582529"], ["updated_at", "2018-10-11 16:42:20.582529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.584071"], ["updated_at", "2018-10-11 16:42:20.584071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.585636"], ["updated_at", "2018-10-11 16:42:20.585636"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.587149"], ["updated_at", "2018-10-11 16:42:20.587149"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.589352"], ["updated_at", "2018-10-11 16:42:20.589352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.593739"], ["updated_at", "2018-10-11 16:42:20.593739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.595483"], ["updated_at", "2018-10-11 16:42:20.595483"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.597342"], ["updated_at", "2018-10-11 16:42:20.597342"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.599084"], ["updated_at", "2018-10-11 16:42:20.599084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.600850"], ["updated_at", "2018-10-11 16:42:20.600850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.602435"], ["updated_at", "2018-10-11 16:42:20.602435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.604020"], ["updated_at", "2018-10-11 16:42:20.604020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.605627"], ["updated_at", "2018-10-11 16:42:20.605627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.607320"], ["updated_at", "2018-10-11 16:42:20.607320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.608889"], ["updated_at", "2018-10-11 16:42:20.608889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.610550"], ["updated_at", "2018-10-11 16:42:20.610550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.612120"], ["updated_at", "2018-10-11 16:42:20.612120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.613732"], ["updated_at", "2018-10-11 16:42:20.613732"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.615279"], ["updated_at", "2018-10-11 16:42:20.615279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.616997"], ["updated_at", "2018-10-11 16:42:20.616997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.618619"], ["updated_at", "2018-10-11 16:42:20.618619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.620233"], ["updated_at", "2018-10-11 16:42:20.620233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.621776"], ["updated_at", "2018-10-11 16:42:20.621776"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.623370"], ["updated_at", "2018-10-11 16:42:20.623370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.625014"], ["updated_at", "2018-10-11 16:42:20.625014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.626556"], ["updated_at", "2018-10-11 16:42:20.626556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.628167"], ["updated_at", "2018-10-11 16:42:20.628167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.630182"], ["updated_at", "2018-10-11 16:42:20.630182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.632021"], ["updated_at", "2018-10-11 16:42:20.632021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.633663"], ["updated_at", "2018-10-11 16:42:20.633663"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.635242"], ["updated_at", "2018-10-11 16:42:20.635242"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.636941"], ["updated_at", "2018-10-11 16:42:20.636941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.638592"], ["updated_at", "2018-10-11 16:42:20.638592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.640246"], ["updated_at", "2018-10-11 16:42:20.640246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.641845"], ["updated_at", "2018-10-11 16:42:20.641845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.643477"], ["updated_at", "2018-10-11 16:42:20.643477"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.645147"], ["updated_at", "2018-10-11 16:42:20.645147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.647738"], ["updated_at", "2018-10-11 16:42:20.647738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.649616"], ["updated_at", "2018-10-11 16:42:20.649616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.651310"], ["updated_at", "2018-10-11 16:42:20.651310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.652967"], ["updated_at", "2018-10-11 16:42:20.652967"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.654551"], ["updated_at", "2018-10-11 16:42:20.654551"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.656072"], ["updated_at", "2018-10-11 16:42:20.656072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.659438"], ["updated_at", "2018-10-11 16:42:20.659438"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.661117"], ["updated_at", "2018-10-11 16:42:20.661117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.662849"], ["updated_at", "2018-10-11 16:42:20.662849"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.664481"], ["updated_at", "2018-10-11 16:42:20.664481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.666251"], ["updated_at", "2018-10-11 16:42:20.666251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.667869"], ["updated_at", "2018-10-11 16:42:20.667869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.669429"], ["updated_at", "2018-10-11 16:42:20.669429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.671002"], ["updated_at", "2018-10-11 16:42:20.671002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.672645"], ["updated_at", "2018-10-11 16:42:20.672645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.674223"], ["updated_at", "2018-10-11 16:42:20.674223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.675832"], ["updated_at", "2018-10-11 16:42:20.675832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.677430"], ["updated_at", "2018-10-11 16:42:20.677430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.679023"], ["updated_at", "2018-10-11 16:42:20.679023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.680554"], ["updated_at", "2018-10-11 16:42:20.680554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.682159"], ["updated_at", "2018-10-11 16:42:20.682159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.683730"], ["updated_at", "2018-10-11 16:42:20.683730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.685376"], ["updated_at", "2018-10-11 16:42:20.685376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.686995"], ["updated_at", "2018-10-11 16:42:20.686995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.688711"], ["updated_at", "2018-10-11 16:42:20.688711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.690315"], ["updated_at", "2018-10-11 16:42:20.690315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.691965"], ["updated_at", "2018-10-11 16:42:20.691965"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.693522"], ["updated_at", "2018-10-11 16:42:20.693522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.695192"], ["updated_at", "2018-10-11 16:42:20.695192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.696794"], ["updated_at", "2018-10-11 16:42:20.696794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.698364"], ["updated_at", "2018-10-11 16:42:20.698364"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.700014"], ["updated_at", "2018-10-11 16:42:20.700014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.701703"], ["updated_at", "2018-10-11 16:42:20.701703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.703706"], ["updated_at", "2018-10-11 16:42:20.703706"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.705882"], ["updated_at", "2018-10-11 16:42:20.705882"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.707837"], ["updated_at", "2018-10-11 16:42:20.707837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.709561"], ["updated_at", "2018-10-11 16:42:20.709561"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.711600"], ["updated_at", "2018-10-11 16:42:20.711600"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.714899"], ["updated_at", "2018-10-11 16:42:20.714899"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.717775"], ["updated_at", "2018-10-11 16:42:20.717775"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.721343"], ["updated_at", "2018-10-11 16:42:20.721343"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.724534"], ["updated_at", "2018-10-11 16:42:20.724534"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.727987"], ["updated_at", "2018-10-11 16:42:20.727987"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.731746"], ["updated_at", "2018-10-11 16:42:20.731746"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.734224"], ["updated_at", "2018-10-11 16:42:20.734224"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.736738"], ["updated_at", "2018-10-11 16:42:20.736738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.739482"], ["updated_at", "2018-10-11 16:42:20.739482"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.741589"], ["updated_at", "2018-10-11 16:42:20.741589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.743481"], ["updated_at", "2018-10-11 16:42:20.743481"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.745213"], ["updated_at", "2018-10-11 16:42:20.745213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.747168"], ["updated_at", "2018-10-11 16:42:20.747168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.748759"], ["updated_at", "2018-10-11 16:42:20.748759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.750427"], ["updated_at", "2018-10-11 16:42:20.750427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.751995"], ["updated_at", "2018-10-11 16:42:20.751995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.753663"], ["updated_at", "2018-10-11 16:42:20.753663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.755328"], ["updated_at", "2018-10-11 16:42:20.755328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.757106"], ["updated_at", "2018-10-11 16:42:20.757106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.758835"], ["updated_at", "2018-10-11 16:42:20.758835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.760433"], ["updated_at", "2018-10-11 16:42:20.760433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.762013"], ["updated_at", "2018-10-11 16:42:20.762013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.763656"], ["updated_at", "2018-10-11 16:42:20.763656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.765223"], ["updated_at", "2018-10-11 16:42:20.765223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.766846"], ["updated_at", "2018-10-11 16:42:20.766846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.768414"], ["updated_at", "2018-10-11 16:42:20.768414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.770219"], ["updated_at", "2018-10-11 16:42:20.770219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.771869"], ["updated_at", "2018-10-11 16:42:20.771869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.773542"], ["updated_at", "2018-10-11 16:42:20.773542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.775173"], ["updated_at", "2018-10-11 16:42:20.775173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.776847"], ["updated_at", "2018-10-11 16:42:20.776847"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.778563"], ["updated_at", "2018-10-11 16:42:20.778563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.781248"], ["updated_at", "2018-10-11 16:42:20.781248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.783507"], ["updated_at", "2018-10-11 16:42:20.783507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.785196"], ["updated_at", "2018-10-11 16:42:20.785196"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.786951"], ["updated_at", "2018-10-11 16:42:20.786951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.789464"], ["updated_at", "2018-10-11 16:42:20.789464"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.791330"], ["updated_at", "2018-10-11 16:42:20.791330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.794891"], ["updated_at", "2018-10-11 16:42:20.794891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.796766"], ["updated_at", "2018-10-11 16:42:20.796766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.798383"], ["updated_at", "2018-10-11 16:42:20.798383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.799986"], ["updated_at", "2018-10-11 16:42:20.799986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.801624"], ["updated_at", "2018-10-11 16:42:20.801624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.803206"], ["updated_at", "2018-10-11 16:42:20.803206"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.804984"], ["updated_at", "2018-10-11 16:42:20.804984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.806728"], ["updated_at", "2018-10-11 16:42:20.806728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.808358"], ["updated_at", "2018-10-11 16:42:20.808358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.810031"], ["updated_at", "2018-10-11 16:42:20.810031"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.811629"], ["updated_at", "2018-10-11 16:42:20.811629"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.813321"], ["updated_at", "2018-10-11 16:42:20.813321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.815052"], ["updated_at", "2018-10-11 16:42:20.815052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.816766"], ["updated_at", "2018-10-11 16:42:20.816766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.818350"], ["updated_at", "2018-10-11 16:42:20.818350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.820260"], ["updated_at", "2018-10-11 16:42:20.820260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.821978"], ["updated_at", "2018-10-11 16:42:20.821978"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.823791"], ["updated_at", "2018-10-11 16:42:20.823791"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.825745"], ["updated_at", "2018-10-11 16:42:20.825745"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.827505"], ["updated_at", "2018-10-11 16:42:20.827505"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.829933"], ["updated_at", "2018-10-11 16:42:20.829933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.831760"], ["updated_at", "2018-10-11 16:42:20.831760"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.833455"], ["updated_at", "2018-10-11 16:42:20.833455"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.835860"], ["updated_at", "2018-10-11 16:42:20.835860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.837546"], ["updated_at", "2018-10-11 16:42:20.837546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.839129"], ["updated_at", "2018-10-11 16:42:20.839129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.840788"], ["updated_at", "2018-10-11 16:42:20.840788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.842361"], ["updated_at", "2018-10-11 16:42:20.842361"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.843971"], ["updated_at", "2018-10-11 16:42:20.843971"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.846538"], ["updated_at", "2018-10-11 16:42:20.846538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.848950"], ["updated_at", "2018-10-11 16:42:20.848950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.851332"], ["updated_at", "2018-10-11 16:42:20.851332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.853001"], ["updated_at", "2018-10-11 16:42:20.853001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.854647"], ["updated_at", "2018-10-11 16:42:20.854647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.856192"], ["updated_at", "2018-10-11 16:42:20.856192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.859021"], ["updated_at", "2018-10-11 16:42:20.859021"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.860922"], ["updated_at", "2018-10-11 16:42:20.860922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.863312"], ["updated_at", "2018-10-11 16:42:20.863312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.865189"], ["updated_at", "2018-10-11 16:42:20.865189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.866790"], ["updated_at", "2018-10-11 16:42:20.866790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.868514"], ["updated_at", "2018-10-11 16:42:20.868514"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.870128"], ["updated_at", "2018-10-11 16:42:20.870128"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.871992"], ["updated_at", "2018-10-11 16:42:20.871992"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.873972"], ["updated_at", "2018-10-11 16:42:20.873972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.875917"], ["updated_at", "2018-10-11 16:42:20.875917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.877819"], ["updated_at", "2018-10-11 16:42:20.877819"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.880010"], ["updated_at", "2018-10-11 16:42:20.880010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.881870"], ["updated_at", "2018-10-11 16:42:20.881870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.883464"], ["updated_at", "2018-10-11 16:42:20.883464"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.885120"], ["updated_at", "2018-10-11 16:42:20.885120"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.888326"], ["updated_at", "2018-10-11 16:42:20.888326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.890011"], ["updated_at", "2018-10-11 16:42:20.890011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.891634"], ["updated_at", "2018-10-11 16:42:20.891634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.893228"], ["updated_at", "2018-10-11 16:42:20.893228"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.894916"], ["updated_at", "2018-10-11 16:42:20.894916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.896705"], ["updated_at", "2018-10-11 16:42:20.896705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.898290"], ["updated_at", "2018-10-11 16:42:20.898290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.899914"], ["updated_at", "2018-10-11 16:42:20.899914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.901459"], ["updated_at", "2018-10-11 16:42:20.901459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.903097"], ["updated_at", "2018-10-11 16:42:20.903097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.904621"], ["updated_at", "2018-10-11 16:42:20.904621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.906323"], ["updated_at", "2018-10-11 16:42:20.906323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.907908"], ["updated_at", "2018-10-11 16:42:20.907908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.909554"], ["updated_at", "2018-10-11 16:42:20.909554"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.911083"], ["updated_at", "2018-10-11 16:42:20.911083"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.913257"], ["updated_at", "2018-10-11 16:42:20.913257"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.915804"], ["updated_at", "2018-10-11 16:42:20.915804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.917906"], ["updated_at", "2018-10-11 16:42:20.917906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.919682"], ["updated_at", "2018-10-11 16:42:20.919682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.921350"], ["updated_at", "2018-10-11 16:42:20.921350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.923022"], ["updated_at", "2018-10-11 16:42:20.923022"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.924749"], ["updated_at", "2018-10-11 16:42:20.924749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.927489"], ["updated_at", "2018-10-11 16:42:20.927489"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.929107"], ["updated_at", "2018-10-11 16:42:20.929107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.930840"], ["updated_at", "2018-10-11 16:42:20.930840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.932492"], ["updated_at", "2018-10-11 16:42:20.932492"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.934093"], ["updated_at", "2018-10-11 16:42:20.934093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.935753"], ["updated_at", "2018-10-11 16:42:20.935753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.937361"], ["updated_at", "2018-10-11 16:42:20.937361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.938985"], ["updated_at", "2018-10-11 16:42:20.938985"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.940546"], ["updated_at", "2018-10-11 16:42:20.940546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.942161"], ["updated_at", "2018-10-11 16:42:20.942161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.943826"], ["updated_at", "2018-10-11 16:42:20.943826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.945567"], ["updated_at", "2018-10-11 16:42:20.945567"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.947236"], ["updated_at", "2018-10-11 16:42:20.947236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.948980"], ["updated_at", "2018-10-11 16:42:20.948980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.950539"], ["updated_at", "2018-10-11 16:42:20.950539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.952192"], ["updated_at", "2018-10-11 16:42:20.952192"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.953842"], ["updated_at", "2018-10-11 16:42:20.953842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.955659"], ["updated_at", "2018-10-11 16:42:20.955659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.957288"], ["updated_at", "2018-10-11 16:42:20.957288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.959139"], ["updated_at", "2018-10-11 16:42:20.959139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.960802"], ["updated_at", "2018-10-11 16:42:20.960802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.962530"], ["updated_at", "2018-10-11 16:42:20.962530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.964063"], ["updated_at", "2018-10-11 16:42:20.964063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.965702"], ["updated_at", "2018-10-11 16:42:20.965702"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.967292"], ["updated_at", "2018-10-11 16:42:20.967292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.968929"], ["updated_at", "2018-10-11 16:42:20.968929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.970525"], ["updated_at", "2018-10-11 16:42:20.970525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.972138"], ["updated_at", "2018-10-11 16:42:20.972138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.973765"], ["updated_at", "2018-10-11 16:42:20.973765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.975373"], ["updated_at", "2018-10-11 16:42:20.975373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.976950"], ["updated_at", "2018-10-11 16:42:20.976950"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.978679"], ["updated_at", "2018-10-11 16:42:20.978679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.981326"], ["updated_at", "2018-10-11 16:42:20.981326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.983460"], ["updated_at", "2018-10-11 16:42:20.983460"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.985147"], ["updated_at", "2018-10-11 16:42:20.985147"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.986910"], ["updated_at", "2018-10-11 16:42:20.986910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.989002"], ["updated_at", "2018-10-11 16:42:20.989002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.990678"], ["updated_at", "2018-10-11 16:42:20.990678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.993540"], ["updated_at", "2018-10-11 16:42:20.993540"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.995236"], ["updated_at", "2018-10-11 16:42:20.995236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.996974"], ["updated_at", "2018-10-11 16:42:20.996974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:20.998566"], ["updated_at", "2018-10-11 16:42:20.998566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.000229"], ["updated_at", "2018-10-11 16:42:21.000229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.001801"], ["updated_at", "2018-10-11 16:42:21.001801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.003387"], ["updated_at", "2018-10-11 16:42:21.003387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.005007"], ["updated_at", "2018-10-11 16:42:21.005007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.006611"], ["updated_at", "2018-10-11 16:42:21.006611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.008161"], ["updated_at", "2018-10-11 16:42:21.008161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.009777"], ["updated_at", "2018-10-11 16:42:21.009777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.011405"], ["updated_at", "2018-10-11 16:42:21.011405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.013038"], ["updated_at", "2018-10-11 16:42:21.013038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.014590"], ["updated_at", "2018-10-11 16:42:21.014590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.016209"], ["updated_at", "2018-10-11 16:42:21.016209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.017755"], ["updated_at", "2018-10-11 16:42:21.017755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.019371"], ["updated_at", "2018-10-11 16:42:21.019371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.020928"], ["updated_at", "2018-10-11 16:42:21.020928"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.022600"], ["updated_at", "2018-10-11 16:42:21.022600"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.024491"], ["updated_at", "2018-10-11 16:42:21.024491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.026368"], ["updated_at", "2018-10-11 16:42:21.026368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.027938"], ["updated_at", "2018-10-11 16:42:21.027938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.029534"], ["updated_at", "2018-10-11 16:42:21.029534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.031093"], ["updated_at", "2018-10-11 16:42:21.031093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.032672"], ["updated_at", "2018-10-11 16:42:21.032672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.034296"], ["updated_at", "2018-10-11 16:42:21.034296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.035845"], ["updated_at", "2018-10-11 16:42:21.035845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.037411"], ["updated_at", "2018-10-11 16:42:21.037411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.038979"], ["updated_at", "2018-10-11 16:42:21.038979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.040556"], ["updated_at", "2018-10-11 16:42:21.040556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.042163"], ["updated_at", "2018-10-11 16:42:21.042163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.043698"], ["updated_at", "2018-10-11 16:42:21.043698"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.045728"], ["updated_at", "2018-10-11 16:42:21.045728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.048201"], ["updated_at", "2018-10-11 16:42:21.048201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.050096"], ["updated_at", "2018-10-11 16:42:21.050096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.051724"], ["updated_at", "2018-10-11 16:42:21.051724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.053362"], ["updated_at", "2018-10-11 16:42:21.053362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.054958"], ["updated_at", "2018-10-11 16:42:21.054958"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.056597"], ["updated_at", "2018-10-11 16:42:21.056597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.059391"], ["updated_at", "2018-10-11 16:42:21.059391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.061035"], ["updated_at", "2018-10-11 16:42:21.061035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.062667"], ["updated_at", "2018-10-11 16:42:21.062667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.064398"], ["updated_at", "2018-10-11 16:42:21.064398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.066028"], ["updated_at", "2018-10-11 16:42:21.066028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.067632"], ["updated_at", "2018-10-11 16:42:21.067632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.069197"], ["updated_at", "2018-10-11 16:42:21.069197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.070843"], ["updated_at", "2018-10-11 16:42:21.070843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.072487"], ["updated_at", "2018-10-11 16:42:21.072487"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.074043"], ["updated_at", "2018-10-11 16:42:21.074043"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.075722"], ["updated_at", "2018-10-11 16:42:21.075722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.077481"], ["updated_at", "2018-10-11 16:42:21.077481"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.079187"], ["updated_at", "2018-10-11 16:42:21.079187"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.081336"], ["updated_at", "2018-10-11 16:42:21.081336"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.083927"], ["updated_at", "2018-10-11 16:42:21.083927"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.086521"], ["updated_at", "2018-10-11 16:42:21.086521"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.089479"], ["updated_at", "2018-10-11 16:42:21.089479"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.092061"], ["updated_at", "2018-10-11 16:42:21.092061"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.094736"], ["updated_at", "2018-10-11 16:42:21.094736"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.097283"], ["updated_at", "2018-10-11 16:42:21.097283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.099915"], ["updated_at", "2018-10-11 16:42:21.099915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.101519"], ["updated_at", "2018-10-11 16:42:21.101519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.103167"], ["updated_at", "2018-10-11 16:42:21.103167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.104763"], ["updated_at", "2018-10-11 16:42:21.104763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.106386"], ["updated_at", "2018-10-11 16:42:21.106386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.108029"], ["updated_at", "2018-10-11 16:42:21.108029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.109670"], ["updated_at", "2018-10-11 16:42:21.109670"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.111351"], ["updated_at", "2018-10-11 16:42:21.111351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.114187"], ["updated_at", "2018-10-11 16:42:21.114187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.115941"], ["updated_at", "2018-10-11 16:42:21.115941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.117550"], ["updated_at", "2018-10-11 16:42:21.117550"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.119192"], ["updated_at", "2018-10-11 16:42:21.119192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.120778"], ["updated_at", "2018-10-11 16:42:21.120778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.122384"], ["updated_at", "2018-10-11 16:42:21.122384"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.125035"], ["updated_at", "2018-10-11 16:42:21.125035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.126624"], ["updated_at", "2018-10-11 16:42:21.126624"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.128255"], ["updated_at", "2018-10-11 16:42:21.128255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.130035"], ["updated_at", "2018-10-11 16:42:21.130035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.131654"], ["updated_at", "2018-10-11 16:42:21.131654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.133268"], ["updated_at", "2018-10-11 16:42:21.133268"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.134833"], ["updated_at", "2018-10-11 16:42:21.134833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.137140"], ["updated_at", "2018-10-11 16:42:21.137140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.138758"], ["updated_at", "2018-10-11 16:42:21.138758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.140375"], ["updated_at", "2018-10-11 16:42:21.140375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.141955"], ["updated_at", "2018-10-11 16:42:21.141955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.143595"], ["updated_at", "2018-10-11 16:42:21.143595"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.145169"], ["updated_at", "2018-10-11 16:42:21.145169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.146808"], ["updated_at", "2018-10-11 16:42:21.146808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.148423"], ["updated_at", "2018-10-11 16:42:21.148423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.150076"], ["updated_at", "2018-10-11 16:42:21.150076"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.151766"], ["updated_at", "2018-10-11 16:42:21.151766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.153408"], ["updated_at", "2018-10-11 16:42:21.153408"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.155016"], ["updated_at", "2018-10-11 16:42:21.155016"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.156766"], ["updated_at", "2018-10-11 16:42:21.156766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.158489"], ["updated_at", "2018-10-11 16:42:21.158489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.160091"], ["updated_at", "2018-10-11 16:42:21.160091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.161680"], ["updated_at", "2018-10-11 16:42:21.161680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.163282"], ["updated_at", "2018-10-11 16:42:21.163282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.164924"], ["updated_at", "2018-10-11 16:42:21.164924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.166495"], ["updated_at", "2018-10-11 16:42:21.166495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.168151"], ["updated_at", "2018-10-11 16:42:21.168151"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.169700"], ["updated_at", "2018-10-11 16:42:21.169700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.171407"], ["updated_at", "2018-10-11 16:42:21.171407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.173088"], ["updated_at", "2018-10-11 16:42:21.173088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.174738"], ["updated_at", "2018-10-11 16:42:21.174738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.176325"], ["updated_at", "2018-10-11 16:42:21.176325"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.177960"], ["updated_at", "2018-10-11 16:42:21.177960"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.180049"], ["updated_at", "2018-10-11 16:42:21.180049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.182621"], ["updated_at", "2018-10-11 16:42:21.182621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.184369"], ["updated_at", "2018-10-11 16:42:21.184369"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.186031"], ["updated_at", "2018-10-11 16:42:21.186031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.188109"], ["updated_at", "2018-10-11 16:42:21.188109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.189783"], ["updated_at", "2018-10-11 16:42:21.189783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.192554"], ["updated_at", "2018-10-11 16:42:21.192554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.194301"], ["updated_at", "2018-10-11 16:42:21.194301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.195919"], ["updated_at", "2018-10-11 16:42:21.195919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.197653"], ["updated_at", "2018-10-11 16:42:21.197653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.199298"], ["updated_at", "2018-10-11 16:42:21.199298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.200899"], ["updated_at", "2018-10-11 16:42:21.200899"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.202828"], ["updated_at", "2018-10-11 16:42:21.202828"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.205470"], ["updated_at", "2018-10-11 16:42:21.205470"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.208056"], ["updated_at", "2018-10-11 16:42:21.208056"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.210619"], ["updated_at", "2018-10-11 16:42:21.210619"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.213468"], ["updated_at", "2018-10-11 16:42:21.213468"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.216049"], ["updated_at", "2018-10-11 16:42:21.216049"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.218698"], ["updated_at", "2018-10-11 16:42:21.218698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.221355"], ["updated_at", "2018-10-11 16:42:21.221355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.223096"], ["updated_at", "2018-10-11 16:42:21.223096"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.224849"], ["updated_at", "2018-10-11 16:42:21.224849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.226669"], ["updated_at", "2018-10-11 16:42:21.226669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.228444"], ["updated_at", "2018-10-11 16:42:21.228444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.230172"], ["updated_at", "2018-10-11 16:42:21.230172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.231806"], ["updated_at", "2018-10-11 16:42:21.231806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.233470"], ["updated_at", "2018-10-11 16:42:21.233470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.236395"], ["updated_at", "2018-10-11 16:42:21.236395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.238025"], ["updated_at", "2018-10-11 16:42:21.238025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.239639"], ["updated_at", "2018-10-11 16:42:21.239639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.241215"], ["updated_at", "2018-10-11 16:42:21.241215"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.242807"], ["updated_at", "2018-10-11 16:42:21.242807"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.244578"], ["updated_at", "2018-10-11 16:42:21.244578"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.246881"], ["updated_at", "2018-10-11 16:42:21.246881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.249226"], ["updated_at", "2018-10-11 16:42:21.249226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.251068"], ["updated_at", "2018-10-11 16:42:21.251068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.252867"], ["updated_at", "2018-10-11 16:42:21.252867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.254466"], ["updated_at", "2018-10-11 16:42:21.254466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.256156"], ["updated_at", "2018-10-11 16:42:21.256156"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.257856"], ["updated_at", "2018-10-11 16:42:21.257856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.260857"], ["updated_at", "2018-10-11 16:42:21.260857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.262599"], ["updated_at", "2018-10-11 16:42:21.262599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.264213"], ["updated_at", "2018-10-11 16:42:21.264213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.265863"], ["updated_at", "2018-10-11 16:42:21.265863"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.267428"], ["updated_at", "2018-10-11 16:42:21.267428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.269064"], ["updated_at", "2018-10-11 16:42:21.269064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.270722"], ["updated_at", "2018-10-11 16:42:21.270722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.272272"], ["updated_at", "2018-10-11 16:42:21.272272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.273894"], ["updated_at", "2018-10-11 16:42:21.273894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.275461"], ["updated_at", "2018-10-11 16:42:21.275461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.277081"], ["updated_at", "2018-10-11 16:42:21.277081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.278669"], ["updated_at", "2018-10-11 16:42:21.278669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.280388"], ["updated_at", "2018-10-11 16:42:21.280388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.281926"], ["updated_at", "2018-10-11 16:42:21.281926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.283513"], ["updated_at", "2018-10-11 16:42:21.283513"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.285145"], ["updated_at", "2018-10-11 16:42:21.285145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.286880"], ["updated_at", "2018-10-11 16:42:21.286880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.288500"], ["updated_at", "2018-10-11 16:42:21.288500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.290142"], ["updated_at", "2018-10-11 16:42:21.290142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.291702"], ["updated_at", "2018-10-11 16:42:21.291702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.293314"], ["updated_at", "2018-10-11 16:42:21.293314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.294973"], ["updated_at", "2018-10-11 16:42:21.294973"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.296543"], ["updated_at", "2018-10-11 16:42:21.296543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.298209"], ["updated_at", "2018-10-11 16:42:21.298209"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.299820"], ["updated_at", "2018-10-11 16:42:21.299820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.301504"], ["updated_at", "2018-10-11 16:42:21.301504"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.303101"], ["updated_at", "2018-10-11 16:42:21.303101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.305066"], ["updated_at", "2018-10-11 16:42:21.305066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.306786"], ["updated_at", "2018-10-11 16:42:21.306786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.308442"], ["updated_at", "2018-10-11 16:42:21.308442"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.310021"], ["updated_at", "2018-10-11 16:42:21.310021"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.311642"], ["updated_at", "2018-10-11 16:42:21.311642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.314188"], ["updated_at", "2018-10-11 16:42:21.314188"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.316171"], ["updated_at", "2018-10-11 16:42:21.316171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.317815"], ["updated_at", "2018-10-11 16:42:21.317815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.319438"], ["updated_at", "2018-10-11 16:42:21.319438"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.321030"], ["updated_at", "2018-10-11 16:42:21.321030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.322616"], ["updated_at", "2018-10-11 16:42:21.322616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.325470"], ["updated_at", "2018-10-11 16:42:21.325470"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.327475"], ["updated_at", "2018-10-11 16:42:21.327475"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.330083"], ["updated_at", "2018-10-11 16:42:21.330083"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.332632"], ["updated_at", "2018-10-11 16:42:21.332632"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.335259"], ["updated_at", "2018-10-11 16:42:21.335259"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.337812"], ["updated_at", "2018-10-11 16:42:21.337812"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.340401"], ["updated_at", "2018-10-11 16:42:21.340401"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.342991"], ["updated_at", "2018-10-11 16:42:21.342991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.345629"], ["updated_at", "2018-10-11 16:42:21.345629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.347397"], ["updated_at", "2018-10-11 16:42:21.347397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.348953"], ["updated_at", "2018-10-11 16:42:21.348953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.350596"], ["updated_at", "2018-10-11 16:42:21.350596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.352174"], ["updated_at", "2018-10-11 16:42:21.352174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.353799"], ["updated_at", "2018-10-11 16:42:21.353799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.355412"], ["updated_at", "2018-10-11 16:42:21.355412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.356967"], ["updated_at", "2018-10-11 16:42:21.356967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.358584"], ["updated_at", "2018-10-11 16:42:21.358584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.360142"], ["updated_at", "2018-10-11 16:42:21.360142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.361736"], ["updated_at", "2018-10-11 16:42:21.361736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.363326"], ["updated_at", "2018-10-11 16:42:21.363326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.364930"], ["updated_at", "2018-10-11 16:42:21.364930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.366478"], ["updated_at", "2018-10-11 16:42:21.366478"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.368039"], ["updated_at", "2018-10-11 16:42:21.368039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.369615"], ["updated_at", "2018-10-11 16:42:21.369615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.371182"], ["updated_at", "2018-10-11 16:42:21.371182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.372780"], ["updated_at", "2018-10-11 16:42:21.372780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.374443"], ["updated_at", "2018-10-11 16:42:21.374443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.375964"], ["updated_at", "2018-10-11 16:42:21.375964"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.377536"], ["updated_at", "2018-10-11 16:42:21.377536"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.379468"], ["updated_at", "2018-10-11 16:42:21.379468"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.382010"], ["updated_at", "2018-10-11 16:42:21.382010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.383820"], ["updated_at", "2018-10-11 16:42:21.383820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.385562"], ["updated_at", "2018-10-11 16:42:21.385562"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.387215"], ["updated_at", "2018-10-11 16:42:21.387215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.389845"], ["updated_at", "2018-10-11 16:42:21.389845"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.392675"], ["updated_at", "2018-10-11 16:42:21.392675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.394430"], ["updated_at", "2018-10-11 16:42:21.394430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.396097"], ["updated_at", "2018-10-11 16:42:21.396097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.397761"], ["updated_at", "2018-10-11 16:42:21.397761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.399352"], ["updated_at", "2018-10-11 16:42:21.399352"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.400911"], ["updated_at", "2018-10-11 16:42:21.400911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.402636"], ["updated_at", "2018-10-11 16:42:21.402636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.404200"], ["updated_at", "2018-10-11 16:42:21.404200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.405781"], ["updated_at", "2018-10-11 16:42:21.405781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.407387"], ["updated_at", "2018-10-11 16:42:21.407387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.408991"], ["updated_at", "2018-10-11 16:42:21.408991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.410512"], ["updated_at", "2018-10-11 16:42:21.410512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.412138"], ["updated_at", "2018-10-11 16:42:21.412138"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.413803"], ["updated_at", "2018-10-11 16:42:21.413803"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.415744"], ["updated_at", "2018-10-11 16:42:21.415744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.417640"], ["updated_at", "2018-10-11 16:42:21.417640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.419252"], ["updated_at", "2018-10-11 16:42:21.419252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.420844"], ["updated_at", "2018-10-11 16:42:21.420844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.422439"], ["updated_at", "2018-10-11 16:42:21.422439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.424083"], ["updated_at", "2018-10-11 16:42:21.424083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.425750"], ["updated_at", "2018-10-11 16:42:21.425750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.427331"], ["updated_at", "2018-10-11 16:42:21.427331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.428936"], ["updated_at", "2018-10-11 16:42:21.428936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.430530"], ["updated_at", "2018-10-11 16:42:21.430530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.432164"], ["updated_at", "2018-10-11 16:42:21.432164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.433705"], ["updated_at", "2018-10-11 16:42:21.433705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.435350"], ["updated_at", "2018-10-11 16:42:21.435350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.436998"], ["updated_at", "2018-10-11 16:42:21.436998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.438565"], ["updated_at", "2018-10-11 16:42:21.438565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.440190"], ["updated_at", "2018-10-11 16:42:21.440190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.441861"], ["updated_at", "2018-10-11 16:42:21.441861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.443493"], ["updated_at", "2018-10-11 16:42:21.443493"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.445164"], ["updated_at", "2018-10-11 16:42:21.445164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.447604"], ["updated_at", "2018-10-11 16:42:21.447604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.449858"], ["updated_at", "2018-10-11 16:42:21.449858"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.451550"], ["updated_at", "2018-10-11 16:42:21.451550"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.453688"], ["updated_at", "2018-10-11 16:42:21.453688"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.455795"], ["updated_at", "2018-10-11 16:42:21.455795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.457786"], ["updated_at", "2018-10-11 16:42:21.457786"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.459701"], ["updated_at", "2018-10-11 16:42:21.459701"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.463985"], ["updated_at", "2018-10-11 16:42:21.463985"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.466730"], ["updated_at", "2018-10-11 16:42:21.466730"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.469346"], ["updated_at", "2018-10-11 16:42:21.469346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.471536"], ["updated_at", "2018-10-11 16:42:21.471536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.473192"], ["updated_at", "2018-10-11 16:42:21.473192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.474865"], ["updated_at", "2018-10-11 16:42:21.474865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.476512"], ["updated_at", "2018-10-11 16:42:21.476512"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.478124"], ["updated_at", "2018-10-11 16:42:21.478124"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.479873"], ["updated_at", "2018-10-11 16:42:21.479873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.481508"], ["updated_at", "2018-10-11 16:42:21.481508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.483147"], ["updated_at", "2018-10-11 16:42:21.483147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.484679"], ["updated_at", "2018-10-11 16:42:21.484679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.486327"], ["updated_at", "2018-10-11 16:42:21.486327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.487919"], ["updated_at", "2018-10-11 16:42:21.487919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.489520"], ["updated_at", "2018-10-11 16:42:21.489520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.491096"], ["updated_at", "2018-10-11 16:42:21.491096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.492787"], ["updated_at", "2018-10-11 16:42:21.492787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.494410"], ["updated_at", "2018-10-11 16:42:21.494410"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.495950"], ["updated_at", "2018-10-11 16:42:21.495950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.497640"], ["updated_at", "2018-10-11 16:42:21.497640"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.499195"], ["updated_at", "2018-10-11 16:42:21.499195"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.500846"], ["updated_at", "2018-10-11 16:42:21.500846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.502450"], ["updated_at", "2018-10-11 16:42:21.502450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.504129"], ["updated_at", "2018-10-11 16:42:21.504129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.505780"], ["updated_at", "2018-10-11 16:42:21.505780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.507352"], ["updated_at", "2018-10-11 16:42:21.507352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.508974"], ["updated_at", "2018-10-11 16:42:21.508974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.510631"], ["updated_at", "2018-10-11 16:42:21.510631"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.512737"], ["updated_at", "2018-10-11 16:42:21.512737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.515260"], ["updated_at", "2018-10-11 16:42:21.515260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.517046"], ["updated_at", "2018-10-11 16:42:21.517046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.518699"], ["updated_at", "2018-10-11 16:42:21.518699"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.520292"], ["updated_at", "2018-10-11 16:42:21.520292"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.521926"], ["updated_at", "2018-10-11 16:42:21.521926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.523538"], ["updated_at", "2018-10-11 16:42:21.523538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.526334"], ["updated_at", "2018-10-11 16:42:21.526334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.527948"], ["updated_at", "2018-10-11 16:42:21.527948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.529672"], ["updated_at", "2018-10-11 16:42:21.529672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.531376"], ["updated_at", "2018-10-11 16:42:21.531376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.533008"], ["updated_at", "2018-10-11 16:42:21.533008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.534600"], ["updated_at", "2018-10-11 16:42:21.534600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.536243"], ["updated_at", "2018-10-11 16:42:21.536243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.537802"], ["updated_at", "2018-10-11 16:42:21.537802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.539392"], ["updated_at", "2018-10-11 16:42:21.539392"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.540978"], ["updated_at", "2018-10-11 16:42:21.540978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.542605"], ["updated_at", "2018-10-11 16:42:21.542605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.544170"], ["updated_at", "2018-10-11 16:42:21.544170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.545812"], ["updated_at", "2018-10-11 16:42:21.545812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.547381"], ["updated_at", "2018-10-11 16:42:21.547381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.549043"], ["updated_at", "2018-10-11 16:42:21.549043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.550611"], ["updated_at", "2018-10-11 16:42:21.550611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.552209"], ["updated_at", "2018-10-11 16:42:21.552209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.553806"], ["updated_at", "2018-10-11 16:42:21.553806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.555397"], ["updated_at", "2018-10-11 16:42:21.555397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.556996"], ["updated_at", "2018-10-11 16:42:21.556996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.558666"], ["updated_at", "2018-10-11 16:42:21.558666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.560277"], ["updated_at", "2018-10-11 16:42:21.560277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.561926"], ["updated_at", "2018-10-11 16:42:21.561926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.563583"], ["updated_at", "2018-10-11 16:42:21.563583"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.565180"], ["updated_at", "2018-10-11 16:42:21.565180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.566842"], ["updated_at", "2018-10-11 16:42:21.566842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.568432"], ["updated_at", "2018-10-11 16:42:21.568432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.570082"], ["updated_at", "2018-10-11 16:42:21.570082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.571972"], ["updated_at", "2018-10-11 16:42:21.571972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.573583"], ["updated_at", "2018-10-11 16:42:21.573583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.575211"], ["updated_at", "2018-10-11 16:42:21.575211"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.579141"], ["updated_at", "2018-10-11 16:42:21.579141"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.581858"], ["updated_at", "2018-10-11 16:42:21.581858"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.584001"], ["updated_at", "2018-10-11 16:42:21.584001"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.586069"], ["updated_at", "2018-10-11 16:42:21.586069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.588352"], ["updated_at", "2018-10-11 16:42:21.588352"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.590372"], ["updated_at", "2018-10-11 16:42:21.590372"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.592330"], ["updated_at", "2018-10-11 16:42:21.592330"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.594487"], ["updated_at", "2018-10-11 16:42:21.594487"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.597870"], ["updated_at", "2018-10-11 16:42:21.597870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.599626"], ["updated_at", "2018-10-11 16:42:21.599626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.601244"], ["updated_at", "2018-10-11 16:42:21.601244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.602835"], ["updated_at", "2018-10-11 16:42:21.602835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.604445"], ["updated_at", "2018-10-11 16:42:21.604445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.606050"], ["updated_at", "2018-10-11 16:42:21.606050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.607636"], ["updated_at", "2018-10-11 16:42:21.607636"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.609217"], ["updated_at", "2018-10-11 16:42:21.609217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.610818"], ["updated_at", "2018-10-11 16:42:21.610818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.612470"], ["updated_at", "2018-10-11 16:42:21.612470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.614137"], ["updated_at", "2018-10-11 16:42:21.614137"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.616115"], ["updated_at", "2018-10-11 16:42:21.616115"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.618330"], ["updated_at", "2018-10-11 16:42:21.618330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.620020"], ["updated_at", "2018-10-11 16:42:21.620020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.621761"], ["updated_at", "2018-10-11 16:42:21.621761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.623397"], ["updated_at", "2018-10-11 16:42:21.623397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.624989"], ["updated_at", "2018-10-11 16:42:21.624989"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.627018"], ["updated_at", "2018-10-11 16:42:21.627018"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.629191"], ["updated_at", "2018-10-11 16:42:21.629191"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.631270"], ["updated_at", "2018-10-11 16:42:21.631270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.633263"], ["updated_at", "2018-10-11 16:42:21.633263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.634937"], ["updated_at", "2018-10-11 16:42:21.634937"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.636539"], ["updated_at", "2018-10-11 16:42:21.636539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.639013"], ["updated_at", "2018-10-11 16:42:21.639013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.640768"], ["updated_at", "2018-10-11 16:42:21.640768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.642333"], ["updated_at", "2018-10-11 16:42:21.642333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.643973"], ["updated_at", "2018-10-11 16:42:21.643973"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.645751"], ["updated_at", "2018-10-11 16:42:21.645751"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.648332"], ["updated_at", "2018-10-11 16:42:21.648332"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.650825"], ["updated_at", "2018-10-11 16:42:21.650825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.652961"], ["updated_at", "2018-10-11 16:42:21.652961"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.654993"], ["updated_at", "2018-10-11 16:42:21.654993"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.657233"], ["updated_at", "2018-10-11 16:42:21.657233"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.659522"], ["updated_at", "2018-10-11 16:42:21.659522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.662413"], ["updated_at", "2018-10-11 16:42:21.662413"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.664543"], ["updated_at", "2018-10-11 16:42:21.664543"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.666491"], ["updated_at", "2018-10-11 16:42:21.666491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.668892"], ["updated_at", "2018-10-11 16:42:21.668892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.670612"], ["updated_at", "2018-10-11 16:42:21.670612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.672174"], ["updated_at", "2018-10-11 16:42:21.672174"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.673786"], ["updated_at", "2018-10-11 16:42:21.673786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.675532"], ["updated_at", "2018-10-11 16:42:21.675532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.677094"], ["updated_at", "2018-10-11 16:42:21.677094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.679121"], ["updated_at", "2018-10-11 16:42:21.679121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.680918"], ["updated_at", "2018-10-11 16:42:21.680918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.682586"], ["updated_at", "2018-10-11 16:42:21.682586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.684153"], ["updated_at", "2018-10-11 16:42:21.684153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.685769"], ["updated_at", "2018-10-11 16:42:21.685769"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.687576"], ["updated_at", "2018-10-11 16:42:21.687576"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.689319"], ["updated_at", "2018-10-11 16:42:21.689319"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.691410"], ["updated_at", "2018-10-11 16:42:21.691410"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.693139"], ["updated_at", "2018-10-11 16:42:21.693139"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.694848"], ["updated_at", "2018-10-11 16:42:21.694848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.696689"], ["updated_at", "2018-10-11 16:42:21.696689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.698294"], ["updated_at", "2018-10-11 16:42:21.698294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.699819"], ["updated_at", "2018-10-11 16:42:21.699819"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.701496"], ["updated_at", "2018-10-11 16:42:21.701496"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.704346"], ["updated_at", "2018-10-11 16:42:21.704346"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.706932"], ["updated_at", "2018-10-11 16:42:21.706932"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.709532"], ["updated_at", "2018-10-11 16:42:21.709532"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.711831"], ["updated_at", "2018-10-11 16:42:21.711831"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.715404"], ["updated_at", "2018-10-11 16:42:21.715404"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.717343"], ["updated_at", "2018-10-11 16:42:21.717343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.719182"], ["updated_at", "2018-10-11 16:42:21.719182"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.721070"], ["updated_at", "2018-10-11 16:42:21.721070"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.723225"], ["updated_at", "2018-10-11 16:42:21.723225"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.725693"], ["updated_at", "2018-10-11 16:42:21.725693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.730742"], ["updated_at", "2018-10-11 16:42:21.730742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.732440"], ["updated_at", "2018-10-11 16:42:21.732440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.734023"], ["updated_at", "2018-10-11 16:42:21.734023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.735604"], ["updated_at", "2018-10-11 16:42:21.735604"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.737190"], ["updated_at", "2018-10-11 16:42:21.737190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.738830"], ["updated_at", "2018-10-11 16:42:21.738830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.740395"], ["updated_at", "2018-10-11 16:42:21.740395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.742045"], ["updated_at", "2018-10-11 16:42:21.742045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.743828"], ["updated_at", "2018-10-11 16:42:21.743828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.745780"], ["updated_at", "2018-10-11 16:42:21.745780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.747436"], ["updated_at", "2018-10-11 16:42:21.747436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.749034"], ["updated_at", "2018-10-11 16:42:21.749034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.750642"], ["updated_at", "2018-10-11 16:42:21.750642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.752260"], ["updated_at", "2018-10-11 16:42:21.752260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.753813"], ["updated_at", "2018-10-11 16:42:21.753813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.755387"], ["updated_at", "2018-10-11 16:42:21.755387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.756968"], ["updated_at", "2018-10-11 16:42:21.756968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.758531"], ["updated_at", "2018-10-11 16:42:21.758531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.760197"], ["updated_at", "2018-10-11 16:42:21.760197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.761915"], ["updated_at", "2018-10-11 16:42:21.761915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.763500"], ["updated_at", "2018-10-11 16:42:21.763500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.765056"], ["updated_at", "2018-10-11 16:42:21.765056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.766680"], ["updated_at", "2018-10-11 16:42:21.766680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.768306"], ["updated_at", "2018-10-11 16:42:21.768306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.769876"], ["updated_at", "2018-10-11 16:42:21.769876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.771445"], ["updated_at", "2018-10-11 16:42:21.771445"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.773030"], ["updated_at", "2018-10-11 16:42:21.773030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.774874"], ["updated_at", "2018-10-11 16:42:21.774874"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.776429"], ["updated_at", "2018-10-11 16:42:21.776429"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.778638"], ["updated_at", "2018-10-11 16:42:21.778638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.781757"], ["updated_at", "2018-10-11 16:42:21.781757"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.783548"], ["updated_at", "2018-10-11 16:42:21.783548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.785532"], ["updated_at", "2018-10-11 16:42:21.785532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.787311"], ["updated_at", "2018-10-11 16:42:21.787311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.788983"], ["updated_at", "2018-10-11 16:42:21.788983"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.790613"], ["updated_at", "2018-10-11 16:42:21.790613"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.794339"], ["updated_at", "2018-10-11 16:42:21.794339"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.796456"], ["updated_at", "2018-10-11 16:42:21.796456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.798386"], ["updated_at", "2018-10-11 16:42:21.798386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.799999"], ["updated_at", "2018-10-11 16:42:21.799999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.801589"], ["updated_at", "2018-10-11 16:42:21.801589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.803247"], ["updated_at", "2018-10-11 16:42:21.803247"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.804888"], ["updated_at", "2018-10-11 16:42:21.804888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.806813"], ["updated_at", "2018-10-11 16:42:21.806813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.808491"], ["updated_at", "2018-10-11 16:42:21.808491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.810043"], ["updated_at", "2018-10-11 16:42:21.810043"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.812030"], ["updated_at", "2018-10-11 16:42:21.812030"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.813857"], ["updated_at", "2018-10-11 16:42:21.813857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.815612"], ["updated_at", "2018-10-11 16:42:21.815612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.817406"], ["updated_at", "2018-10-11 16:42:21.817406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.819012"], ["updated_at", "2018-10-11 16:42:21.819012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.820659"], ["updated_at", "2018-10-11 16:42:21.820659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.822259"], ["updated_at", "2018-10-11 16:42:21.822259"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.823824"], ["updated_at", "2018-10-11 16:42:21.823824"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.826719"], ["updated_at", "2018-10-11 16:42:21.826719"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.830059"], ["updated_at", "2018-10-11 16:42:21.830059"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.833467"], ["updated_at", "2018-10-11 16:42:21.833467"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.836866"], ["updated_at", "2018-10-11 16:42:21.836866"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.840158"], ["updated_at", "2018-10-11 16:42:21.840158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.843354"], ["updated_at", "2018-10-11 16:42:21.843354"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.845254"], ["updated_at", "2018-10-11 16:42:21.845254"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.848663"], ["updated_at", "2018-10-11 16:42:21.848663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.850591"], ["updated_at", "2018-10-11 16:42:21.850591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.852166"], ["updated_at", "2018-10-11 16:42:21.852166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.854014"], ["updated_at", "2018-10-11 16:42:21.854014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.855558"], ["updated_at", "2018-10-11 16:42:21.855558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.857122"], ["updated_at", "2018-10-11 16:42:21.857122"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.860108"], ["updated_at", "2018-10-11 16:42:21.860108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.861929"], ["updated_at", "2018-10-11 16:42:21.861929"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.863699"], ["updated_at", "2018-10-11 16:42:21.863699"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.865407"], ["updated_at", "2018-10-11 16:42:21.865407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.867416"], ["updated_at", "2018-10-11 16:42:21.867416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.869017"], ["updated_at", "2018-10-11 16:42:21.869017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.870650"], ["updated_at", "2018-10-11 16:42:21.870650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.872355"], ["updated_at", "2018-10-11 16:42:21.872355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.873889"], ["updated_at", "2018-10-11 16:42:21.873889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.875594"], ["updated_at", "2018-10-11 16:42:21.875594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.877135"], ["updated_at", "2018-10-11 16:42:21.877135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.878779"], ["updated_at", "2018-10-11 16:42:21.878779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.880552"], ["updated_at", "2018-10-11 16:42:21.880552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.882131"], ["updated_at", "2018-10-11 16:42:21.882131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.883714"], ["updated_at", "2018-10-11 16:42:21.883714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.885293"], ["updated_at", "2018-10-11 16:42:21.885293"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.886822"], ["updated_at", "2018-10-11 16:42:21.886822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.889173"], ["updated_at", "2018-10-11 16:42:21.889173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.891013"], ["updated_at", "2018-10-11 16:42:21.891013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.892624"], ["updated_at", "2018-10-11 16:42:21.892624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.894187"], ["updated_at", "2018-10-11 16:42:21.894187"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.895764"], ["updated_at", "2018-10-11 16:42:21.895764"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.897322"], ["updated_at", "2018-10-11 16:42:21.897322"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.900039"], ["updated_at", "2018-10-11 16:42:21.900039"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.901857"], ["updated_at", "2018-10-11 16:42:21.901857"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.903521"], ["updated_at", "2018-10-11 16:42:21.903521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.905736"], ["updated_at", "2018-10-11 16:42:21.905736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.907411"], ["updated_at", "2018-10-11 16:42:21.907411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.908991"], ["updated_at", "2018-10-11 16:42:21.908991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.910553"], ["updated_at", "2018-10-11 16:42:21.910553"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.912603"], ["updated_at", "2018-10-11 16:42:21.912603"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.914843"], ["updated_at", "2018-10-11 16:42:21.914843"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.916690"], ["updated_at", "2018-10-11 16:42:21.916690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.918341"], ["updated_at", "2018-10-11 16:42:21.918341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.919941"], ["updated_at", "2018-10-11 16:42:21.919941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.921520"], ["updated_at", "2018-10-11 16:42:21.921520"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.923179"], ["updated_at", "2018-10-11 16:42:21.923179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.926106"], ["updated_at", "2018-10-11 16:42:21.926106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.927768"], ["updated_at", "2018-10-11 16:42:21.927768"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.929549"], ["updated_at", "2018-10-11 16:42:21.929549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.931381"], ["updated_at", "2018-10-11 16:42:21.931381"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.933023"], ["updated_at", "2018-10-11 16:42:21.933023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.934885"], ["updated_at", "2018-10-11 16:42:21.934885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.936524"], ["updated_at", "2018-10-11 16:42:21.936524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.938098"], ["updated_at", "2018-10-11 16:42:21.938098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.939884"], ["updated_at", "2018-10-11 16:42:21.939884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.941460"], ["updated_at", "2018-10-11 16:42:21.941460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.943022"], ["updated_at", "2018-10-11 16:42:21.943022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.944599"], ["updated_at", "2018-10-11 16:42:21.944599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.946183"], ["updated_at", "2018-10-11 16:42:21.946183"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.949083"], ["updated_at", "2018-10-11 16:42:21.949083"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.955250"], ["updated_at", "2018-10-11 16:42:21.955250"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.958798"], ["updated_at", "2018-10-11 16:42:21.958798"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.962352"], ["updated_at", "2018-10-11 16:42:21.962352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.965752"], ["updated_at", "2018-10-11 16:42:21.965752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.967796"], ["updated_at", "2018-10-11 16:42:21.967796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.969386"], ["updated_at", "2018-10-11 16:42:21.969386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.971086"], ["updated_at", "2018-10-11 16:42:21.971086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.972688"], ["updated_at", "2018-10-11 16:42:21.972688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.974228"], ["updated_at", "2018-10-11 16:42:21.974228"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.975820"], ["updated_at", "2018-10-11 16:42:21.975820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.977370"], ["updated_at", "2018-10-11 16:42:21.977370"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.979100"], ["updated_at", "2018-10-11 16:42:21.979100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.981254"], ["updated_at", "2018-10-11 16:42:21.981254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.983102"], ["updated_at", "2018-10-11 16:42:21.983102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.984704"], ["updated_at", "2018-10-11 16:42:21.984704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.986457"], ["updated_at", "2018-10-11 16:42:21.986457"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.988058"], ["updated_at", "2018-10-11 16:42:21.988058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.990334"], ["updated_at", "2018-10-11 16:42:21.990334"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.993370"], ["updated_at", "2018-10-11 16:42:21.993370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.995101"], ["updated_at", "2018-10-11 16:42:21.995101"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.996823"], ["updated_at", "2018-10-11 16:42:21.996823"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:21.998512"], ["updated_at", "2018-10-11 16:42:21.998512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.000161"], ["updated_at", "2018-10-11 16:42:22.000161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.001735"], ["updated_at", "2018-10-11 16:42:22.001735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.003435"], ["updated_at", "2018-10-11 16:42:22.003435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.005017"], ["updated_at", "2018-10-11 16:42:22.005017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.006699"], ["updated_at", "2018-10-11 16:42:22.006699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.008316"], ["updated_at", "2018-10-11 16:42:22.008316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.009889"], ["updated_at", "2018-10-11 16:42:22.009889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.011498"], ["updated_at", "2018-10-11 16:42:22.011498"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.013106"], ["updated_at", "2018-10-11 16:42:22.013106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.014785"], ["updated_at", "2018-10-11 16:42:22.014785"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.016339"], ["updated_at", "2018-10-11 16:42:22.016339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.018043"], ["updated_at", "2018-10-11 16:42:22.018043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.019604"], ["updated_at", "2018-10-11 16:42:22.019604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.021240"], ["updated_at", "2018-10-11 16:42:22.021240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.022893"], ["updated_at", "2018-10-11 16:42:22.022893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.024471"], ["updated_at", "2018-10-11 16:42:22.024471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.026025"], ["updated_at", "2018-10-11 16:42:22.026025"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.027633"], ["updated_at", "2018-10-11 16:42:22.027633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.029240"], ["updated_at", "2018-10-11 16:42:22.029240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.030817"], ["updated_at", "2018-10-11 16:42:22.030817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.032545"], ["updated_at", "2018-10-11 16:42:22.032545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.034104"], ["updated_at", "2018-10-11 16:42:22.034104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.035714"], ["updated_at", "2018-10-11 16:42:22.035714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.037393"], ["updated_at", "2018-10-11 16:42:22.037393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.039016"], ["updated_at", "2018-10-11 16:42:22.039016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.040702"], ["updated_at", "2018-10-11 16:42:22.040702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.042350"], ["updated_at", "2018-10-11 16:42:22.042350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.043916"], ["updated_at", "2018-10-11 16:42:22.043916"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.045635"], ["updated_at", "2018-10-11 16:42:22.045635"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.048007"], ["updated_at", "2018-10-11 16:42:22.048007"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.049816"], ["updated_at", "2018-10-11 16:42:22.049816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.051442"], ["updated_at", "2018-10-11 16:42:22.051442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.053006"], ["updated_at", "2018-10-11 16:42:22.053006"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.054527"], ["updated_at", "2018-10-11 16:42:22.054527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.056214"], ["updated_at", "2018-10-11 16:42:22.056214"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.057882"], ["updated_at", "2018-10-11 16:42:22.057882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.060761"], ["updated_at", "2018-10-11 16:42:22.060761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.062366"], ["updated_at", "2018-10-11 16:42:22.062366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.064108"], ["updated_at", "2018-10-11 16:42:22.064108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.065736"], ["updated_at", "2018-10-11 16:42:22.065736"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.067412"], ["updated_at", "2018-10-11 16:42:22.067412"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.070078"], ["updated_at", "2018-10-11 16:42:22.070078"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.073397"], ["updated_at", "2018-10-11 16:42:22.073397"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.076823"], ["updated_at", "2018-10-11 16:42:22.076823"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.080235"], ["updated_at", "2018-10-11 16:42:22.080235"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.083872"], ["updated_at", "2018-10-11 16:42:22.083872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.087002"], ["updated_at", "2018-10-11 16:42:22.087002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.088658"], ["updated_at", "2018-10-11 16:42:22.088658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.090276"], ["updated_at", "2018-10-11 16:42:22.090276"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.091848"], ["updated_at", "2018-10-11 16:42:22.091848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.093516"], ["updated_at", "2018-10-11 16:42:22.093516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.095063"], ["updated_at", "2018-10-11 16:42:22.095063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.096773"], ["updated_at", "2018-10-11 16:42:22.096773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.098364"], ["updated_at", "2018-10-11 16:42:22.098364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.099944"], ["updated_at", "2018-10-11 16:42:22.099944"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.101519"], ["updated_at", "2018-10-11 16:42:22.101519"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.103255"], ["updated_at", "2018-10-11 16:42:22.103255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.104879"], ["updated_at", "2018-10-11 16:42:22.104879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.106428"], ["updated_at", "2018-10-11 16:42:22.106428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.108138"], ["updated_at", "2018-10-11 16:42:22.108138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.109796"], ["updated_at", "2018-10-11 16:42:22.109796"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.112129"], ["updated_at", "2018-10-11 16:42:22.112129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.114869"], ["updated_at", "2018-10-11 16:42:22.114869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.116526"], ["updated_at", "2018-10-11 16:42:22.116526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.118065"], ["updated_at", "2018-10-11 16:42:22.118065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.119635"], ["updated_at", "2018-10-11 16:42:22.119635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.121219"], ["updated_at", "2018-10-11 16:42:22.121219"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.122866"], ["updated_at", "2018-10-11 16:42:22.122866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.125761"], ["updated_at", "2018-10-11 16:42:22.125761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.127475"], ["updated_at", "2018-10-11 16:42:22.127475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.129185"], ["updated_at", "2018-10-11 16:42:22.129185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.130916"], ["updated_at", "2018-10-11 16:42:22.130916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.132506"], ["updated_at", "2018-10-11 16:42:22.132506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.134179"], ["updated_at", "2018-10-11 16:42:22.134179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.135739"], ["updated_at", "2018-10-11 16:42:22.135739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.137297"], ["updated_at", "2018-10-11 16:42:22.137297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.138969"], ["updated_at", "2018-10-11 16:42:22.138969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.140545"], ["updated_at", "2018-10-11 16:42:22.140545"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.142162"], ["updated_at", "2018-10-11 16:42:22.142162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.143755"], ["updated_at", "2018-10-11 16:42:22.143755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.145459"], ["updated_at", "2018-10-11 16:42:22.145459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.147020"], ["updated_at", "2018-10-11 16:42:22.147020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.148634"], ["updated_at", "2018-10-11 16:42:22.148634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.150243"], ["updated_at", "2018-10-11 16:42:22.150243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.151801"], ["updated_at", "2018-10-11 16:42:22.151801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.153347"], ["updated_at", "2018-10-11 16:42:22.153347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.155006"], ["updated_at", "2018-10-11 16:42:22.155006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.156654"], ["updated_at", "2018-10-11 16:42:22.156654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.158214"], ["updated_at", "2018-10-11 16:42:22.158214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.159942"], ["updated_at", "2018-10-11 16:42:22.159942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.161554"], ["updated_at", "2018-10-11 16:42:22.161554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.163155"], ["updated_at", "2018-10-11 16:42:22.163155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.164764"], ["updated_at", "2018-10-11 16:42:22.164764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.166442"], ["updated_at", "2018-10-11 16:42:22.166442"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.167975"], ["updated_at", "2018-10-11 16:42:22.167975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.169636"], ["updated_at", "2018-10-11 16:42:22.169636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.171354"], ["updated_at", "2018-10-11 16:42:22.171354"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.173034"], ["updated_at", "2018-10-11 16:42:22.173034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.174885"], ["updated_at", "2018-10-11 16:42:22.174885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.176579"], ["updated_at", "2018-10-11 16:42:22.176579"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.178304"], ["updated_at", "2018-10-11 16:42:22.178304"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.180406"], ["updated_at", "2018-10-11 16:42:22.180406"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.182372"], ["updated_at", "2018-10-11 16:42:22.182372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.184012"], ["updated_at", "2018-10-11 16:42:22.184012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.185568"], ["updated_at", "2018-10-11 16:42:22.185568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.187453"], ["updated_at", "2018-10-11 16:42:22.187453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.189014"], ["updated_at", "2018-10-11 16:42:22.189014"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.190704"], ["updated_at", "2018-10-11 16:42:22.190704"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.195214"], ["updated_at", "2018-10-11 16:42:22.195214"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.198761"], ["updated_at", "2018-10-11 16:42:22.198761"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.202190"], ["updated_at", "2018-10-11 16:42:22.202190"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.205749"], ["updated_at", "2018-10-11 16:42:22.205749"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.209326"], ["updated_at", "2018-10-11 16:42:22.209326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.211499"], ["updated_at", "2018-10-11 16:42:22.211499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.213137"], ["updated_at", "2018-10-11 16:42:22.213137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.214899"], ["updated_at", "2018-10-11 16:42:22.214899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.216440"], ["updated_at", "2018-10-11 16:42:22.216440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.217970"], ["updated_at", "2018-10-11 16:42:22.217970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.219556"], ["updated_at", "2018-10-11 16:42:22.219556"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.221145"], ["updated_at", "2018-10-11 16:42:22.221145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.222759"], ["updated_at", "2018-10-11 16:42:22.222759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.224430"], ["updated_at", "2018-10-11 16:42:22.224430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.226028"], ["updated_at", "2018-10-11 16:42:22.226028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.227605"], ["updated_at", "2018-10-11 16:42:22.227605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.229130"], ["updated_at", "2018-10-11 16:42:22.229130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.230738"], ["updated_at", "2018-10-11 16:42:22.230738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.232335"], ["updated_at", "2018-10-11 16:42:22.232335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.233902"], ["updated_at", "2018-10-11 16:42:22.233902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.235531"], ["updated_at", "2018-10-11 16:42:22.235531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.237099"], ["updated_at", "2018-10-11 16:42:22.237099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.238735"], ["updated_at", "2018-10-11 16:42:22.238735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.240288"], ["updated_at", "2018-10-11 16:42:22.240288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.241848"], ["updated_at", "2018-10-11 16:42:22.241848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.243512"], ["updated_at", "2018-10-11 16:42:22.243512"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.245187"], ["updated_at", "2018-10-11 16:42:22.245187"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.247599"], ["updated_at", "2018-10-11 16:42:22.247599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.249423"], ["updated_at", "2018-10-11 16:42:22.249423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.251005"], ["updated_at", "2018-10-11 16:42:22.251005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.252546"], ["updated_at", "2018-10-11 16:42:22.252546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.254069"], ["updated_at", "2018-10-11 16:42:22.254069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.255664"], ["updated_at", "2018-10-11 16:42:22.255664"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.258577"], ["updated_at", "2018-10-11 16:42:22.258577"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.260373"], ["updated_at", "2018-10-11 16:42:22.260373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.262218"], ["updated_at", "2018-10-11 16:42:22.262218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.263880"], ["updated_at", "2018-10-11 16:42:22.263880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.265460"], ["updated_at", "2018-10-11 16:42:22.265460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.267141"], ["updated_at", "2018-10-11 16:42:22.267141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.268719"], ["updated_at", "2018-10-11 16:42:22.268719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.270374"], ["updated_at", "2018-10-11 16:42:22.270374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.271967"], ["updated_at", "2018-10-11 16:42:22.271967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.273636"], ["updated_at", "2018-10-11 16:42:22.273636"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.275205"], ["updated_at", "2018-10-11 16:42:22.275205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.276811"], ["updated_at", "2018-10-11 16:42:22.276811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.278399"], ["updated_at", "2018-10-11 16:42:22.278399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.279991"], ["updated_at", "2018-10-11 16:42:22.279991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.281667"], ["updated_at", "2018-10-11 16:42:22.281667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.283241"], ["updated_at", "2018-10-11 16:42:22.283241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.284865"], ["updated_at", "2018-10-11 16:42:22.284865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.286564"], ["updated_at", "2018-10-11 16:42:22.286564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.288197"], ["updated_at", "2018-10-11 16:42:22.288197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.289799"], ["updated_at", "2018-10-11 16:42:22.289799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.291390"], ["updated_at", "2018-10-11 16:42:22.291390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.293032"], ["updated_at", "2018-10-11 16:42:22.293032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.294561"], ["updated_at", "2018-10-11 16:42:22.294561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.296248"], ["updated_at", "2018-10-11 16:42:22.296248"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.297853"], ["updated_at", "2018-10-11 16:42:22.297853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.299621"], ["updated_at", "2018-10-11 16:42:22.299621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.301222"], ["updated_at", "2018-10-11 16:42:22.301222"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.302916"], ["updated_at", "2018-10-11 16:42:22.302916"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.304888"], ["updated_at", "2018-10-11 16:42:22.304888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.306627"], ["updated_at", "2018-10-11 16:42:22.306627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.309522"], ["updated_at", "2018-10-11 16:42:22.309522"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.311099"], ["updated_at", "2018-10-11 16:42:22.311099"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.313626"], ["updated_at", "2018-10-11 16:42:22.313626"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.316512"], ["updated_at", "2018-10-11 16:42:22.316512"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.318609"], ["updated_at", "2018-10-11 16:42:22.318609"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.320765"], ["updated_at", "2018-10-11 16:42:22.320765"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.322793"], ["updated_at", "2018-10-11 16:42:22.322793"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.324750"], ["updated_at", "2018-10-11 16:42:22.324750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.326841"], ["updated_at", "2018-10-11 16:42:22.326841"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.331183"], ["updated_at", "2018-10-11 16:42:22.331183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.332878"], ["updated_at", "2018-10-11 16:42:22.332878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.334702"], ["updated_at", "2018-10-11 16:42:22.334702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.336432"], ["updated_at", "2018-10-11 16:42:22.336432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.338049"], ["updated_at", "2018-10-11 16:42:22.338049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.339648"], ["updated_at", "2018-10-11 16:42:22.339648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.341203"], ["updated_at", "2018-10-11 16:42:22.341203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.342778"], ["updated_at", "2018-10-11 16:42:22.342778"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.344398"], ["updated_at", "2018-10-11 16:42:22.344398"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.345997"], ["updated_at", "2018-10-11 16:42:22.345997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.347674"], ["updated_at", "2018-10-11 16:42:22.347674"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.349498"], ["updated_at", "2018-10-11 16:42:22.349498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.351393"], ["updated_at", "2018-10-11 16:42:22.351393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.352957"], ["updated_at", "2018-10-11 16:42:22.352957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.354630"], ["updated_at", "2018-10-11 16:42:22.354630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.356280"], ["updated_at", "2018-10-11 16:42:22.356280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.357976"], ["updated_at", "2018-10-11 16:42:22.357976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.359549"], ["updated_at", "2018-10-11 16:42:22.359549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.361334"], ["updated_at", "2018-10-11 16:42:22.361334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.363029"], ["updated_at", "2018-10-11 16:42:22.363029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.364653"], ["updated_at", "2018-10-11 16:42:22.364653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.366234"], ["updated_at", "2018-10-11 16:42:22.366234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.367853"], ["updated_at", "2018-10-11 16:42:22.367853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.369438"], ["updated_at", "2018-10-11 16:42:22.369438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.371031"], ["updated_at", "2018-10-11 16:42:22.371031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.372570"], ["updated_at", "2018-10-11 16:42:22.372570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.374200"], ["updated_at", "2018-10-11 16:42:22.374200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.375798"], ["updated_at", "2018-10-11 16:42:22.375798"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.377480"], ["updated_at", "2018-10-11 16:42:22.377480"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.380141"], ["updated_at", "2018-10-11 16:42:22.380141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.382357"], ["updated_at", "2018-10-11 16:42:22.382357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.384110"], ["updated_at", "2018-10-11 16:42:22.384110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.385726"], ["updated_at", "2018-10-11 16:42:22.385726"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.387341"], ["updated_at", "2018-10-11 16:42:22.387341"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.389103"], ["updated_at", "2018-10-11 16:42:22.389103"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.392101"], ["updated_at", "2018-10-11 16:42:22.392101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.393895"], ["updated_at", "2018-10-11 16:42:22.393895"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.395671"], ["updated_at", "2018-10-11 16:42:22.395671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.397489"], ["updated_at", "2018-10-11 16:42:22.397489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.399183"], ["updated_at", "2018-10-11 16:42:22.399183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.400857"], ["updated_at", "2018-10-11 16:42:22.400857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.402481"], ["updated_at", "2018-10-11 16:42:22.402481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.404124"], ["updated_at", "2018-10-11 16:42:22.404124"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.405729"], ["updated_at", "2018-10-11 16:42:22.405729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.407489"], ["updated_at", "2018-10-11 16:42:22.407489"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.409039"], ["updated_at", "2018-10-11 16:42:22.409039"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.410680"], ["updated_at", "2018-10-11 16:42:22.410680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.412356"], ["updated_at", "2018-10-11 16:42:22.412356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.413958"], ["updated_at", "2018-10-11 16:42:22.413958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.415647"], ["updated_at", "2018-10-11 16:42:22.415647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.417372"], ["updated_at", "2018-10-11 16:42:22.417372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.419124"], ["updated_at", "2018-10-11 16:42:22.419124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.420799"], ["updated_at", "2018-10-11 16:42:22.420799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.422449"], ["updated_at", "2018-10-11 16:42:22.422449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.424098"], ["updated_at", "2018-10-11 16:42:22.424098"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.425784"], ["updated_at", "2018-10-11 16:42:22.425784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.427527"], ["updated_at", "2018-10-11 16:42:22.427527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.429211"], ["updated_at", "2018-10-11 16:42:22.429211"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.430852"], ["updated_at", "2018-10-11 16:42:22.430852"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.433120"], ["updated_at", "2018-10-11 16:42:22.433120"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.435816"], ["updated_at", "2018-10-11 16:42:22.435816"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.438455"], ["updated_at", "2018-10-11 16:42:22.438455"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.441311"], ["updated_at", "2018-10-11 16:42:22.441311"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.443995"], ["updated_at", "2018-10-11 16:42:22.443995"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.447277"], ["updated_at", "2018-10-11 16:42:22.447277"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.449594"], ["updated_at", "2018-10-11 16:42:22.449594"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.451831"], ["updated_at", "2018-10-11 16:42:22.451831"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.454145"], ["updated_at", "2018-10-11 16:42:22.454145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.455951"], ["updated_at", "2018-10-11 16:42:22.455951"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.457593"], ["updated_at", "2018-10-11 16:42:22.457593"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.459242"], ["updated_at", "2018-10-11 16:42:22.459242"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.462112"], ["updated_at", "2018-10-11 16:42:22.462112"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.463787"], ["updated_at", "2018-10-11 16:42:22.463787"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.466136"], ["updated_at", "2018-10-11 16:42:22.466136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.468072"], ["updated_at", "2018-10-11 16:42:22.468072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.469826"], ["updated_at", "2018-10-11 16:42:22.469826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.471598"], ["updated_at", "2018-10-11 16:42:22.471598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.473156"], ["updated_at", "2018-10-11 16:42:22.473156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.474778"], ["updated_at", "2018-10-11 16:42:22.474778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.476378"], ["updated_at", "2018-10-11 16:42:22.476378"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.478064"], ["updated_at", "2018-10-11 16:42:22.478064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.479747"], ["updated_at", "2018-10-11 16:42:22.479747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.481357"], ["updated_at", "2018-10-11 16:42:22.481357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.482960"], ["updated_at", "2018-10-11 16:42:22.482960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.484616"], ["updated_at", "2018-10-11 16:42:22.484616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.486333"], ["updated_at", "2018-10-11 16:42:22.486333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.488134"], ["updated_at", "2018-10-11 16:42:22.488134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.489772"], ["updated_at", "2018-10-11 16:42:22.489772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.491361"], ["updated_at", "2018-10-11 16:42:22.491361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.492954"], ["updated_at", "2018-10-11 16:42:22.492954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.494501"], ["updated_at", "2018-10-11 16:42:22.494501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.496117"], ["updated_at", "2018-10-11 16:42:22.496117"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.497674"], ["updated_at", "2018-10-11 16:42:22.497674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.499404"], ["updated_at", "2018-10-11 16:42:22.499404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.501124"], ["updated_at", "2018-10-11 16:42:22.501124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.502919"], ["updated_at", "2018-10-11 16:42:22.502919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.504554"], ["updated_at", "2018-10-11 16:42:22.504554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.506204"], ["updated_at", "2018-10-11 16:42:22.506204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.507738"], ["updated_at", "2018-10-11 16:42:22.507738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.509377"], ["updated_at", "2018-10-11 16:42:22.509377"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.511044"], ["updated_at", "2018-10-11 16:42:22.511044"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.513282"], ["updated_at", "2018-10-11 16:42:22.513282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.516110"], ["updated_at", "2018-10-11 16:42:22.516110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.517847"], ["updated_at", "2018-10-11 16:42:22.517847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.519613"], ["updated_at", "2018-10-11 16:42:22.519613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.521222"], ["updated_at", "2018-10-11 16:42:22.521222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.522856"], ["updated_at", "2018-10-11 16:42:22.522856"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.524581"], ["updated_at", "2018-10-11 16:42:22.524581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.527456"], ["updated_at", "2018-10-11 16:42:22.527456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.529045"], ["updated_at", "2018-10-11 16:42:22.529045"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.530626"], ["updated_at", "2018-10-11 16:42:22.530626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.532346"], ["updated_at", "2018-10-11 16:42:22.532346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.534041"], ["updated_at", "2018-10-11 16:42:22.534041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.535733"], ["updated_at", "2018-10-11 16:42:22.535733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.537387"], ["updated_at", "2018-10-11 16:42:22.537387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.538958"], ["updated_at", "2018-10-11 16:42:22.538958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.540555"], ["updated_at", "2018-10-11 16:42:22.540555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.542243"], ["updated_at", "2018-10-11 16:42:22.542243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.543875"], ["updated_at", "2018-10-11 16:42:22.543875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.545504"], ["updated_at", "2018-10-11 16:42:22.545504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.547056"], ["updated_at", "2018-10-11 16:42:22.547056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.548665"], ["updated_at", "2018-10-11 16:42:22.548665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.550221"], ["updated_at", "2018-10-11 16:42:22.550221"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.551940"], ["updated_at", "2018-10-11 16:42:22.551940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.553461"], ["updated_at", "2018-10-11 16:42:22.553461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.555101"], ["updated_at", "2018-10-11 16:42:22.555101"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.556860"], ["updated_at", "2018-10-11 16:42:22.556860"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.559460"], ["updated_at", "2018-10-11 16:42:22.559460"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.562017"], ["updated_at", "2018-10-11 16:42:22.562017"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.564619"], ["updated_at", "2018-10-11 16:42:22.564619"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.567322"], ["updated_at", "2018-10-11 16:42:22.567322"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.570007"], ["updated_at", "2018-10-11 16:42:22.570007"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.572541"], ["updated_at", "2018-10-11 16:42:22.572541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.575073"], ["updated_at", "2018-10-11 16:42:22.575073"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.576942"], ["updated_at", "2018-10-11 16:42:22.576942"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.578581"], ["updated_at", "2018-10-11 16:42:22.578581"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.580946"], ["updated_at", "2018-10-11 16:42:22.580946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.582792"], ["updated_at", "2018-10-11 16:42:22.582792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.584478"], ["updated_at", "2018-10-11 16:42:22.584478"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.586095"], ["updated_at", "2018-10-11 16:42:22.586095"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.587665"], ["updated_at", "2018-10-11 16:42:22.587665"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.590343"], ["updated_at", "2018-10-11 16:42:22.590343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.594263"], ["updated_at", "2018-10-11 16:42:22.594263"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.595840"], ["updated_at", "2018-10-11 16:42:22.595840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.597467"], ["updated_at", "2018-10-11 16:42:22.597467"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.599096"], ["updated_at", "2018-10-11 16:42:22.599096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.600835"], ["updated_at", "2018-10-11 16:42:22.600835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.602434"], ["updated_at", "2018-10-11 16:42:22.602434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.604045"], ["updated_at", "2018-10-11 16:42:22.604045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.605749"], ["updated_at", "2018-10-11 16:42:22.605749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.607438"], ["updated_at", "2018-10-11 16:42:22.607438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.609064"], ["updated_at", "2018-10-11 16:42:22.609064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.610632"], ["updated_at", "2018-10-11 16:42:22.610632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.612243"], ["updated_at", "2018-10-11 16:42:22.612243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.613825"], ["updated_at", "2018-10-11 16:42:22.613825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.615439"], ["updated_at", "2018-10-11 16:42:22.615439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.617120"], ["updated_at", "2018-10-11 16:42:22.617120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.618961"], ["updated_at", "2018-10-11 16:42:22.618961"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.620547"], ["updated_at", "2018-10-11 16:42:22.620547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.622239"], ["updated_at", "2018-10-11 16:42:22.622239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.623788"], ["updated_at", "2018-10-11 16:42:22.623788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.625450"], ["updated_at", "2018-10-11 16:42:22.625450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.627183"], ["updated_at", "2018-10-11 16:42:22.627183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.628774"], ["updated_at", "2018-10-11 16:42:22.628774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.630392"], ["updated_at", "2018-10-11 16:42:22.630392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.632010"], ["updated_at", "2018-10-11 16:42:22.632010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.633556"], ["updated_at", "2018-10-11 16:42:22.633556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.635143"], ["updated_at", "2018-10-11 16:42:22.635143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.636695"], ["updated_at", "2018-10-11 16:42:22.636695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.638375"], ["updated_at", "2018-10-11 16:42:22.638375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.640116"], ["updated_at", "2018-10-11 16:42:22.640116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.641726"], ["updated_at", "2018-10-11 16:42:22.641726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.643305"], ["updated_at", "2018-10-11 16:42:22.643305"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.645011"], ["updated_at", "2018-10-11 16:42:22.645011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.647710"], ["updated_at", "2018-10-11 16:42:22.647710"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.649635"], ["updated_at", "2018-10-11 16:42:22.649635"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.652384"], ["updated_at", "2018-10-11 16:42:22.652384"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.655558"], ["updated_at", "2018-10-11 16:42:22.655558"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.657878"], ["updated_at", "2018-10-11 16:42:22.657878"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.660451"], ["updated_at", "2018-10-11 16:42:22.660451"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.663609"], ["updated_at", "2018-10-11 16:42:22.663609"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.665731"], ["updated_at", "2018-10-11 16:42:22.665731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.667959"], ["updated_at", "2018-10-11 16:42:22.667959"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.671343"], ["updated_at", "2018-10-11 16:42:22.671343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.673431"], ["updated_at", "2018-10-11 16:42:22.673431"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.675601"], ["updated_at", "2018-10-11 16:42:22.675601"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.678008"], ["updated_at", "2018-10-11 16:42:22.678008"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.681113"], ["updated_at", "2018-10-11 16:42:22.681113"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.683577"], ["updated_at", "2018-10-11 16:42:22.683577"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.686496"], ["updated_at", "2018-10-11 16:42:22.686496"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.689193"], ["updated_at", "2018-10-11 16:42:22.689193"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.692035"], ["updated_at", "2018-10-11 16:42:22.692035"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.694732"], ["updated_at", "2018-10-11 16:42:22.694732"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.697550"], ["updated_at", "2018-10-11 16:42:22.697550"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.699648"], ["updated_at", "2018-10-11 16:42:22.699648"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.701464"], ["updated_at", "2018-10-11 16:42:22.701464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.704040"], ["updated_at", "2018-10-11 16:42:22.704040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.705705"], ["updated_at", "2018-10-11 16:42:22.705705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.707288"], ["updated_at", "2018-10-11 16:42:22.707288"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.708933"], ["updated_at", "2018-10-11 16:42:22.708933"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.710558"], ["updated_at", "2018-10-11 16:42:22.710558"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.712214"], ["updated_at", "2018-10-11 16:42:22.712214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.714806"], ["updated_at", "2018-10-11 16:42:22.714806"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.716687"], ["updated_at", "2018-10-11 16:42:22.716687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.718894"], ["updated_at", "2018-10-11 16:42:22.718894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.720707"], ["updated_at", "2018-10-11 16:42:22.720707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.722264"], ["updated_at", "2018-10-11 16:42:22.722264"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.724148"], ["updated_at", "2018-10-11 16:42:22.724148"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.726982"], ["updated_at", "2018-10-11 16:42:22.726982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.728662"], ["updated_at", "2018-10-11 16:42:22.728662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.730263"], ["updated_at", "2018-10-11 16:42:22.730263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.731893"], ["updated_at", "2018-10-11 16:42:22.731893"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.733541"], ["updated_at", "2018-10-11 16:42:22.733541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.735185"], ["updated_at", "2018-10-11 16:42:22.735185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.736732"], ["updated_at", "2018-10-11 16:42:22.736732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.738372"], ["updated_at", "2018-10-11 16:42:22.738372"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.740107"], ["updated_at", "2018-10-11 16:42:22.740107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.741808"], ["updated_at", "2018-10-11 16:42:22.741808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.743428"], ["updated_at", "2018-10-11 16:42:22.743428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.745015"], ["updated_at", "2018-10-11 16:42:22.745015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.746666"], ["updated_at", "2018-10-11 16:42:22.746666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.748290"], ["updated_at", "2018-10-11 16:42:22.748290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.749862"], ["updated_at", "2018-10-11 16:42:22.749862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.751457"], ["updated_at", "2018-10-11 16:42:22.751457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.753098"], ["updated_at", "2018-10-11 16:42:22.753098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.754661"], ["updated_at", "2018-10-11 16:42:22.754661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.756246"], ["updated_at", "2018-10-11 16:42:22.756246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.757814"], ["updated_at", "2018-10-11 16:42:22.757814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.759414"], ["updated_at", "2018-10-11 16:42:22.759414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.760984"], ["updated_at", "2018-10-11 16:42:22.760984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.762630"], ["updated_at", "2018-10-11 16:42:22.762630"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.764178"], ["updated_at", "2018-10-11 16:42:22.764178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.765808"], ["updated_at", "2018-10-11 16:42:22.765808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.767359"], ["updated_at", "2018-10-11 16:42:22.767359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.768935"], ["updated_at", "2018-10-11 16:42:22.768935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.770517"], ["updated_at", "2018-10-11 16:42:22.770517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.772156"], ["updated_at", "2018-10-11 16:42:22.772156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.773703"], ["updated_at", "2018-10-11 16:42:22.773703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.775311"], ["updated_at", "2018-10-11 16:42:22.775311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.776936"], ["updated_at", "2018-10-11 16:42:22.776936"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.778520"], ["updated_at", "2018-10-11 16:42:22.778520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.781087"], ["updated_at", "2018-10-11 16:42:22.781087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.783055"], ["updated_at", "2018-10-11 16:42:22.783055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.784740"], ["updated_at", "2018-10-11 16:42:22.784740"], ["parent_id", 39895952907]] Kithe::Work Create (3.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.786448"], ["updated_at", "2018-10-11 16:42:22.786448"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.791191"], ["updated_at", "2018-10-11 16:42:22.791191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.794096"], ["updated_at", "2018-10-11 16:42:22.794096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.795871"], ["updated_at", "2018-10-11 16:42:22.795871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.797497"], ["updated_at", "2018-10-11 16:42:22.797497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.799062"], ["updated_at", "2018-10-11 16:42:22.799062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.800780"], ["updated_at", "2018-10-11 16:42:22.800780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.802357"], ["updated_at", "2018-10-11 16:42:22.802357"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.804234"], ["updated_at", "2018-10-11 16:42:22.804234"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.806966"], ["updated_at", "2018-10-11 16:42:22.806966"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.809619"], ["updated_at", "2018-10-11 16:42:22.809619"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.812286"], ["updated_at", "2018-10-11 16:42:22.812286"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.815028"], ["updated_at", "2018-10-11 16:42:22.815028"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.817909"], ["updated_at", "2018-10-11 16:42:22.817909"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.820573"], ["updated_at", "2018-10-11 16:42:22.820573"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.823144"], ["updated_at", "2018-10-11 16:42:22.823144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.825318"], ["updated_at", "2018-10-11 16:42:22.825318"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.826995"], ["updated_at", "2018-10-11 16:42:22.826995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.828667"], ["updated_at", "2018-10-11 16:42:22.828667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.830250"], ["updated_at", "2018-10-11 16:42:22.830250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.831900"], ["updated_at", "2018-10-11 16:42:22.831900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.833594"], ["updated_at", "2018-10-11 16:42:22.833594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.835204"], ["updated_at", "2018-10-11 16:42:22.835204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.836848"], ["updated_at", "2018-10-11 16:42:22.836848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.838415"], ["updated_at", "2018-10-11 16:42:22.838415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.840041"], ["updated_at", "2018-10-11 16:42:22.840041"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.841672"], ["updated_at", "2018-10-11 16:42:22.841672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.843308"], ["updated_at", "2018-10-11 16:42:22.843308"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.845001"], ["updated_at", "2018-10-11 16:42:22.845001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.847624"], ["updated_at", "2018-10-11 16:42:22.847624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.849768"], ["updated_at", "2018-10-11 16:42:22.849768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.851544"], ["updated_at", "2018-10-11 16:42:22.851544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.853255"], ["updated_at", "2018-10-11 16:42:22.853255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.854781"], ["updated_at", "2018-10-11 16:42:22.854781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.856401"], ["updated_at", "2018-10-11 16:42:22.856401"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.859328"], ["updated_at", "2018-10-11 16:42:22.859328"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.861103"], ["updated_at", "2018-10-11 16:42:22.861103"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.862962"], ["updated_at", "2018-10-11 16:42:22.862962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.864822"], ["updated_at", "2018-10-11 16:42:22.864822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.866740"], ["updated_at", "2018-10-11 16:42:22.866740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.868459"], ["updated_at", "2018-10-11 16:42:22.868459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.870153"], ["updated_at", "2018-10-11 16:42:22.870153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.871892"], ["updated_at", "2018-10-11 16:42:22.871892"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.873405"], ["updated_at", "2018-10-11 16:42:22.873405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.875316"], ["updated_at", "2018-10-11 16:42:22.875316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.877005"], ["updated_at", "2018-10-11 16:42:22.877005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.878701"], ["updated_at", "2018-10-11 16:42:22.878701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.880402"], ["updated_at", "2018-10-11 16:42:22.880402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.881967"], ["updated_at", "2018-10-11 16:42:22.881967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.883484"], ["updated_at", "2018-10-11 16:42:22.883484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.885023"], ["updated_at", "2018-10-11 16:42:22.885023"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.886664"], ["updated_at", "2018-10-11 16:42:22.886664"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.889130"], ["updated_at", "2018-10-11 16:42:22.889130"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.891892"], ["updated_at", "2018-10-11 16:42:22.891892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.893642"], ["updated_at", "2018-10-11 16:42:22.893642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.895252"], ["updated_at", "2018-10-11 16:42:22.895252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.896853"], ["updated_at", "2018-10-11 16:42:22.896853"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.898480"], ["updated_at", "2018-10-11 16:42:22.898480"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.900377"], ["updated_at", "2018-10-11 16:42:22.900377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.902077"], ["updated_at", "2018-10-11 16:42:22.902077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.903687"], ["updated_at", "2018-10-11 16:42:22.903687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.905292"], ["updated_at", "2018-10-11 16:42:22.905292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.906963"], ["updated_at", "2018-10-11 16:42:22.906963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.908655"], ["updated_at", "2018-10-11 16:42:22.908655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.910270"], ["updated_at", "2018-10-11 16:42:22.910270"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.911992"], ["updated_at", "2018-10-11 16:42:22.911992"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.914053"], ["updated_at", "2018-10-11 16:42:22.914053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.916110"], ["updated_at", "2018-10-11 16:42:22.916110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.917724"], ["updated_at", "2018-10-11 16:42:22.917724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.919323"], ["updated_at", "2018-10-11 16:42:22.919323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.920866"], ["updated_at", "2018-10-11 16:42:22.920866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.922416"], ["updated_at", "2018-10-11 16:42:22.922416"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.924143"], ["updated_at", "2018-10-11 16:42:22.924143"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.927452"], ["updated_at", "2018-10-11 16:42:22.927452"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.930868"], ["updated_at", "2018-10-11 16:42:22.930868"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.933959"], ["updated_at", "2018-10-11 16:42:22.933959"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.937742"], ["updated_at", "2018-10-11 16:42:22.937742"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.941185"], ["updated_at", "2018-10-11 16:42:22.941185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.944531"], ["updated_at", "2018-10-11 16:42:22.944531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.946644"], ["updated_at", "2018-10-11 16:42:22.946644"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.948176"], ["updated_at", "2018-10-11 16:42:22.948176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.950173"], ["updated_at", "2018-10-11 16:42:22.950173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.951796"], ["updated_at", "2018-10-11 16:42:22.951796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.953389"], ["updated_at", "2018-10-11 16:42:22.953389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.954949"], ["updated_at", "2018-10-11 16:42:22.954949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.956496"], ["updated_at", "2018-10-11 16:42:22.956496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.958097"], ["updated_at", "2018-10-11 16:42:22.958097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.959636"], ["updated_at", "2018-10-11 16:42:22.959636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.961242"], ["updated_at", "2018-10-11 16:42:22.961242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.962795"], ["updated_at", "2018-10-11 16:42:22.962795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.964382"], ["updated_at", "2018-10-11 16:42:22.964382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.965962"], ["updated_at", "2018-10-11 16:42:22.965962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.967515"], ["updated_at", "2018-10-11 16:42:22.967515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.969226"], ["updated_at", "2018-10-11 16:42:22.969226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.970784"], ["updated_at", "2018-10-11 16:42:22.970784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.972346"], ["updated_at", "2018-10-11 16:42:22.972346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.973884"], ["updated_at", "2018-10-11 16:42:22.973884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.975458"], ["updated_at", "2018-10-11 16:42:22.975458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.976989"], ["updated_at", "2018-10-11 16:42:22.976989"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.978653"], ["updated_at", "2018-10-11 16:42:22.978653"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.981286"], ["updated_at", "2018-10-11 16:42:22.981286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.983199"], ["updated_at", "2018-10-11 16:42:22.983199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.984953"], ["updated_at", "2018-10-11 16:42:22.984953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.986562"], ["updated_at", "2018-10-11 16:42:22.986562"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.988108"], ["updated_at", "2018-10-11 16:42:22.988108"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.990413"], ["updated_at", "2018-10-11 16:42:22.990413"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.993176"], ["updated_at", "2018-10-11 16:42:22.993176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.995238"], ["updated_at", "2018-10-11 16:42:22.995238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.996925"], ["updated_at", "2018-10-11 16:42:22.996925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:22.998613"], ["updated_at", "2018-10-11 16:42:22.998613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.000269"], ["updated_at", "2018-10-11 16:42:23.000269"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.002375"], ["updated_at", "2018-10-11 16:42:23.002375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.004048"], ["updated_at", "2018-10-11 16:42:23.004048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.005675"], ["updated_at", "2018-10-11 16:42:23.005675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.007235"], ["updated_at", "2018-10-11 16:42:23.007235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.008847"], ["updated_at", "2018-10-11 16:42:23.008847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.010452"], ["updated_at", "2018-10-11 16:42:23.010452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.012018"], ["updated_at", "2018-10-11 16:42:23.012018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.013649"], ["updated_at", "2018-10-11 16:42:23.013649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.015276"], ["updated_at", "2018-10-11 16:42:23.015276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.016991"], ["updated_at", "2018-10-11 16:42:23.016991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.018544"], ["updated_at", "2018-10-11 16:42:23.018544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.020256"], ["updated_at", "2018-10-11 16:42:23.020256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.021836"], ["updated_at", "2018-10-11 16:42:23.021836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.023415"], ["updated_at", "2018-10-11 16:42:23.023415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.025020"], ["updated_at", "2018-10-11 16:42:23.025020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.026585"], ["updated_at", "2018-10-11 16:42:23.026585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.028181"], ["updated_at", "2018-10-11 16:42:23.028181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.029767"], ["updated_at", "2018-10-11 16:42:23.029767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.031411"], ["updated_at", "2018-10-11 16:42:23.031411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.033037"], ["updated_at", "2018-10-11 16:42:23.033037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.034589"], ["updated_at", "2018-10-11 16:42:23.034589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.037524"], ["updated_at", "2018-10-11 16:42:23.037524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.039145"], ["updated_at", "2018-10-11 16:42:23.039145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.040768"], ["updated_at", "2018-10-11 16:42:23.040768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.042317"], ["updated_at", "2018-10-11 16:42:23.042317"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.043955"], ["updated_at", "2018-10-11 16:42:23.043955"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.045934"], ["updated_at", "2018-10-11 16:42:23.045934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.048181"], ["updated_at", "2018-10-11 16:42:23.048181"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.049880"], ["updated_at", "2018-10-11 16:42:23.049880"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.052230"], ["updated_at", "2018-10-11 16:42:23.052230"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.054444"], ["updated_at", "2018-10-11 16:42:23.054444"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.056547"], ["updated_at", "2018-10-11 16:42:23.056547"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.058529"], ["updated_at", "2018-10-11 16:42:23.058529"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.063765"], ["updated_at", "2018-10-11 16:42:23.063765"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.067054"], ["updated_at", "2018-10-11 16:42:23.067054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.069324"], ["updated_at", "2018-10-11 16:42:23.069324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.070874"], ["updated_at", "2018-10-11 16:42:23.070874"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.072459"], ["updated_at", "2018-10-11 16:42:23.072459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.074202"], ["updated_at", "2018-10-11 16:42:23.074202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.075805"], ["updated_at", "2018-10-11 16:42:23.075805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.077392"], ["updated_at", "2018-10-11 16:42:23.077392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.078933"], ["updated_at", "2018-10-11 16:42:23.078933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.080506"], ["updated_at", "2018-10-11 16:42:23.080506"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.082070"], ["updated_at", "2018-10-11 16:42:23.082070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.083996"], ["updated_at", "2018-10-11 16:42:23.083996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.085671"], ["updated_at", "2018-10-11 16:42:23.085671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.087262"], ["updated_at", "2018-10-11 16:42:23.087262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.088887"], ["updated_at", "2018-10-11 16:42:23.088887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.090578"], ["updated_at", "2018-10-11 16:42:23.090578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.092185"], ["updated_at", "2018-10-11 16:42:23.092185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.093797"], ["updated_at", "2018-10-11 16:42:23.093797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.095355"], ["updated_at", "2018-10-11 16:42:23.095355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.097014"], ["updated_at", "2018-10-11 16:42:23.097014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.098572"], ["updated_at", "2018-10-11 16:42:23.098572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.100186"], ["updated_at", "2018-10-11 16:42:23.100186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.101737"], ["updated_at", "2018-10-11 16:42:23.101737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.103361"], ["updated_at", "2018-10-11 16:42:23.103361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.104937"], ["updated_at", "2018-10-11 16:42:23.104937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.106519"], ["updated_at", "2018-10-11 16:42:23.106519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.108177"], ["updated_at", "2018-10-11 16:42:23.108177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.109946"], ["updated_at", "2018-10-11 16:42:23.109946"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.111497"], ["updated_at", "2018-10-11 16:42:23.111497"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.114043"], ["updated_at", "2018-10-11 16:42:23.114043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.116140"], ["updated_at", "2018-10-11 16:42:23.116140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.117778"], ["updated_at", "2018-10-11 16:42:23.117778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.119322"], ["updated_at", "2018-10-11 16:42:23.119322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.120904"], ["updated_at", "2018-10-11 16:42:23.120904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.122450"], ["updated_at", "2018-10-11 16:42:23.122450"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.123972"], ["updated_at", "2018-10-11 16:42:23.123972"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.126784"], ["updated_at", "2018-10-11 16:42:23.126784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.128533"], ["updated_at", "2018-10-11 16:42:23.128533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.130152"], ["updated_at", "2018-10-11 16:42:23.130152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.131734"], ["updated_at", "2018-10-11 16:42:23.131734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.133346"], ["updated_at", "2018-10-11 16:42:23.133346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.135098"], ["updated_at", "2018-10-11 16:42:23.135098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.136741"], ["updated_at", "2018-10-11 16:42:23.136741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.138389"], ["updated_at", "2018-10-11 16:42:23.138389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.139960"], ["updated_at", "2018-10-11 16:42:23.139960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.141578"], ["updated_at", "2018-10-11 16:42:23.141578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.143169"], ["updated_at", "2018-10-11 16:42:23.143169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.144743"], ["updated_at", "2018-10-11 16:42:23.144743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.146308"], ["updated_at", "2018-10-11 16:42:23.146308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.147875"], ["updated_at", "2018-10-11 16:42:23.147875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.149506"], ["updated_at", "2018-10-11 16:42:23.149506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.151188"], ["updated_at", "2018-10-11 16:42:23.151188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.152776"], ["updated_at", "2018-10-11 16:42:23.152776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.154347"], ["updated_at", "2018-10-11 16:42:23.154347"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.155966"], ["updated_at", "2018-10-11 16:42:23.155966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.158155"], ["updated_at", "2018-10-11 16:42:23.158155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.159741"], ["updated_at", "2018-10-11 16:42:23.159741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.161457"], ["updated_at", "2018-10-11 16:42:23.161457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.163026"], ["updated_at", "2018-10-11 16:42:23.163026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.164587"], ["updated_at", "2018-10-11 16:42:23.164587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.166127"], ["updated_at", "2018-10-11 16:42:23.166127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.167670"], ["updated_at", "2018-10-11 16:42:23.167670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.169242"], ["updated_at", "2018-10-11 16:42:23.169242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.170883"], ["updated_at", "2018-10-11 16:42:23.170883"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.172656"], ["updated_at", "2018-10-11 16:42:23.172656"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.176154"], ["updated_at", "2018-10-11 16:42:23.176154"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.179095"], ["updated_at", "2018-10-11 16:42:23.179095"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.182097"], ["updated_at", "2018-10-11 16:42:23.182097"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.184397"], ["updated_at", "2018-10-11 16:42:23.184397"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.187152"], ["updated_at", "2018-10-11 16:42:23.187152"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.189231"], ["updated_at", "2018-10-11 16:42:23.189231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.191428"], ["updated_at", "2018-10-11 16:42:23.191428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.192983"], ["updated_at", "2018-10-11 16:42:23.192983"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.195933"], ["updated_at", "2018-10-11 16:42:23.195933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.197502"], ["updated_at", "2018-10-11 16:42:23.197502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.199057"], ["updated_at", "2018-10-11 16:42:23.199057"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.200760"], ["updated_at", "2018-10-11 16:42:23.200760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.202549"], ["updated_at", "2018-10-11 16:42:23.202549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.204204"], ["updated_at", "2018-10-11 16:42:23.204204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.205794"], ["updated_at", "2018-10-11 16:42:23.205794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.207355"], ["updated_at", "2018-10-11 16:42:23.207355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.208900"], ["updated_at", "2018-10-11 16:42:23.208900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.210526"], ["updated_at", "2018-10-11 16:42:23.210526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.212130"], ["updated_at", "2018-10-11 16:42:23.212130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.213713"], ["updated_at", "2018-10-11 16:42:23.213713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.215286"], ["updated_at", "2018-10-11 16:42:23.215286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.216856"], ["updated_at", "2018-10-11 16:42:23.216856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.218391"], ["updated_at", "2018-10-11 16:42:23.218391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.219923"], ["updated_at", "2018-10-11 16:42:23.219923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.221498"], ["updated_at", "2018-10-11 16:42:23.221498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.223328"], ["updated_at", "2018-10-11 16:42:23.223328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.224896"], ["updated_at", "2018-10-11 16:42:23.224896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.226447"], ["updated_at", "2018-10-11 16:42:23.226447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.228098"], ["updated_at", "2018-10-11 16:42:23.228098"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.229629"], ["updated_at", "2018-10-11 16:42:23.229629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.231239"], ["updated_at", "2018-10-11 16:42:23.231239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.232828"], ["updated_at", "2018-10-11 16:42:23.232828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.234443"], ["updated_at", "2018-10-11 16:42:23.234443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.236021"], ["updated_at", "2018-10-11 16:42:23.236021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.237611"], ["updated_at", "2018-10-11 16:42:23.237611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.239310"], ["updated_at", "2018-10-11 16:42:23.239310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.240873"], ["updated_at", "2018-10-11 16:42:23.240873"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.242457"], ["updated_at", "2018-10-11 16:42:23.242457"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.244235"], ["updated_at", "2018-10-11 16:42:23.244235"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.245849"], ["updated_at", "2018-10-11 16:42:23.245849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.248478"], ["updated_at", "2018-10-11 16:42:23.248478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.250871"], ["updated_at", "2018-10-11 16:42:23.250871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.252479"], ["updated_at", "2018-10-11 16:42:23.252479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.254042"], ["updated_at", "2018-10-11 16:42:23.254042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.255581"], ["updated_at", "2018-10-11 16:42:23.255581"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.257160"], ["updated_at", "2018-10-11 16:42:23.257160"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.260363"], ["updated_at", "2018-10-11 16:42:23.260363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.262504"], ["updated_at", "2018-10-11 16:42:23.262504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.264113"], ["updated_at", "2018-10-11 16:42:23.264113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.265692"], ["updated_at", "2018-10-11 16:42:23.265692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.267309"], ["updated_at", "2018-10-11 16:42:23.267309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.268964"], ["updated_at", "2018-10-11 16:42:23.268964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.270640"], ["updated_at", "2018-10-11 16:42:23.270640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.272236"], ["updated_at", "2018-10-11 16:42:23.272236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.273825"], ["updated_at", "2018-10-11 16:42:23.273825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.275407"], ["updated_at", "2018-10-11 16:42:23.275407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.277005"], ["updated_at", "2018-10-11 16:42:23.277005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.278621"], ["updated_at", "2018-10-11 16:42:23.278621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.280223"], ["updated_at", "2018-10-11 16:42:23.280223"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.281855"], ["updated_at", "2018-10-11 16:42:23.281855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.283518"], ["updated_at", "2018-10-11 16:42:23.283518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.285068"], ["updated_at", "2018-10-11 16:42:23.285068"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.286897"], ["updated_at", "2018-10-11 16:42:23.286897"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.288650"], ["updated_at", "2018-10-11 16:42:23.288650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.290367"], ["updated_at", "2018-10-11 16:42:23.290367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.291997"], ["updated_at", "2018-10-11 16:42:23.291997"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.293569"], ["updated_at", "2018-10-11 16:42:23.293569"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.296106"], ["updated_at", "2018-10-11 16:42:23.296106"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.299467"], ["updated_at", "2018-10-11 16:42:23.299467"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.303577"], ["updated_at", "2018-10-11 16:42:23.303577"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.307001"], ["updated_at", "2018-10-11 16:42:23.307001"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.310460"], ["updated_at", "2018-10-11 16:42:23.310460"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.313611"], ["updated_at", "2018-10-11 16:42:23.313611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.315768"], ["updated_at", "2018-10-11 16:42:23.315768"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.317406"], ["updated_at", "2018-10-11 16:42:23.317406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.319059"], ["updated_at", "2018-10-11 16:42:23.319059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.320611"], ["updated_at", "2018-10-11 16:42:23.320611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.322188"], ["updated_at", "2018-10-11 16:42:23.322188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.323831"], ["updated_at", "2018-10-11 16:42:23.323831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.326696"], ["updated_at", "2018-10-11 16:42:23.326696"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.328309"], ["updated_at", "2018-10-11 16:42:23.328309"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.329978"], ["updated_at", "2018-10-11 16:42:23.329978"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.331916"], ["updated_at", "2018-10-11 16:42:23.331916"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.333660"], ["updated_at", "2018-10-11 16:42:23.333660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.335405"], ["updated_at", "2018-10-11 16:42:23.335405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.336966"], ["updated_at", "2018-10-11 16:42:23.336966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.338691"], ["updated_at", "2018-10-11 16:42:23.338691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.340507"], ["updated_at", "2018-10-11 16:42:23.340507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.342099"], ["updated_at", "2018-10-11 16:42:23.342099"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.343667"], ["updated_at", "2018-10-11 16:42:23.343667"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.345281"], ["updated_at", "2018-10-11 16:42:23.345281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.346930"], ["updated_at", "2018-10-11 16:42:23.346930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.348516"], ["updated_at", "2018-10-11 16:42:23.348516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.350187"], ["updated_at", "2018-10-11 16:42:23.350187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.351819"], ["updated_at", "2018-10-11 16:42:23.351819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.353429"], ["updated_at", "2018-10-11 16:42:23.353429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.355024"], ["updated_at", "2018-10-11 16:42:23.355024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.356673"], ["updated_at", "2018-10-11 16:42:23.356673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.358334"], ["updated_at", "2018-10-11 16:42:23.358334"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.359921"], ["updated_at", "2018-10-11 16:42:23.359921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.361627"], ["updated_at", "2018-10-11 16:42:23.361627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.363228"], ["updated_at", "2018-10-11 16:42:23.363228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.364808"], ["updated_at", "2018-10-11 16:42:23.364808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.366374"], ["updated_at", "2018-10-11 16:42:23.366374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.368043"], ["updated_at", "2018-10-11 16:42:23.368043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.369680"], ["updated_at", "2018-10-11 16:42:23.369680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.371288"], ["updated_at", "2018-10-11 16:42:23.371288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.372870"], ["updated_at", "2018-10-11 16:42:23.372870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.374490"], ["updated_at", "2018-10-11 16:42:23.374490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.376103"], ["updated_at", "2018-10-11 16:42:23.376103"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.377695"], ["updated_at", "2018-10-11 16:42:23.377695"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.379363"], ["updated_at", "2018-10-11 16:42:23.379363"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.381607"], ["updated_at", "2018-10-11 16:42:23.381607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.383379"], ["updated_at", "2018-10-11 16:42:23.383379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.384939"], ["updated_at", "2018-10-11 16:42:23.384939"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.387747"], ["updated_at", "2018-10-11 16:42:23.387747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.389749"], ["updated_at", "2018-10-11 16:42:23.389749"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.391462"], ["updated_at", "2018-10-11 16:42:23.391462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.394344"], ["updated_at", "2018-10-11 16:42:23.394344"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.395892"], ["updated_at", "2018-10-11 16:42:23.395892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.397534"], ["updated_at", "2018-10-11 16:42:23.397534"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.399209"], ["updated_at", "2018-10-11 16:42:23.399209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.400904"], ["updated_at", "2018-10-11 16:42:23.400904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.402563"], ["updated_at", "2018-10-11 16:42:23.402563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.404190"], ["updated_at", "2018-10-11 16:42:23.404190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.405712"], ["updated_at", "2018-10-11 16:42:23.405712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.407310"], ["updated_at", "2018-10-11 16:42:23.407310"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.408896"], ["updated_at", "2018-10-11 16:42:23.408896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.410540"], ["updated_at", "2018-10-11 16:42:23.410540"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.412146"], ["updated_at", "2018-10-11 16:42:23.412146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.413812"], ["updated_at", "2018-10-11 16:42:23.413812"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.415904"], ["updated_at", "2018-10-11 16:42:23.415904"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.419353"], ["updated_at", "2018-10-11 16:42:23.419353"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.422879"], ["updated_at", "2018-10-11 16:42:23.422879"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.426456"], ["updated_at", "2018-10-11 16:42:23.426456"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.429975"], ["updated_at", "2018-10-11 16:42:23.429975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.433212"], ["updated_at", "2018-10-11 16:42:23.433212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.435012"], ["updated_at", "2018-10-11 16:42:23.435012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.436706"], ["updated_at", "2018-10-11 16:42:23.436706"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.438273"], ["updated_at", "2018-10-11 16:42:23.438273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.439920"], ["updated_at", "2018-10-11 16:42:23.439920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.441603"], ["updated_at", "2018-10-11 16:42:23.441603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.443219"], ["updated_at", "2018-10-11 16:42:23.443219"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.445166"], ["updated_at", "2018-10-11 16:42:23.445166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.447585"], ["updated_at", "2018-10-11 16:42:23.447585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.449308"], ["updated_at", "2018-10-11 16:42:23.449308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.451100"], ["updated_at", "2018-10-11 16:42:23.451100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.452724"], ["updated_at", "2018-10-11 16:42:23.452724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.454256"], ["updated_at", "2018-10-11 16:42:23.454256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.455888"], ["updated_at", "2018-10-11 16:42:23.455888"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.458764"], ["updated_at", "2018-10-11 16:42:23.458764"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.460567"], ["updated_at", "2018-10-11 16:42:23.460567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.462366"], ["updated_at", "2018-10-11 16:42:23.462366"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.463925"], ["updated_at", "2018-10-11 16:42:23.463925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.465667"], ["updated_at", "2018-10-11 16:42:23.465667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.467293"], ["updated_at", "2018-10-11 16:42:23.467293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.468892"], ["updated_at", "2018-10-11 16:42:23.468892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.470485"], ["updated_at", "2018-10-11 16:42:23.470485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.472068"], ["updated_at", "2018-10-11 16:42:23.472068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.473642"], ["updated_at", "2018-10-11 16:42:23.473642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.475228"], ["updated_at", "2018-10-11 16:42:23.475228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.476764"], ["updated_at", "2018-10-11 16:42:23.476764"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.478357"], ["updated_at", "2018-10-11 16:42:23.478357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.479965"], ["updated_at", "2018-10-11 16:42:23.479965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.481535"], ["updated_at", "2018-10-11 16:42:23.481535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.483161"], ["updated_at", "2018-10-11 16:42:23.483161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.484702"], ["updated_at", "2018-10-11 16:42:23.484702"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.486328"], ["updated_at", "2018-10-11 16:42:23.486328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.487961"], ["updated_at", "2018-10-11 16:42:23.487961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.489582"], ["updated_at", "2018-10-11 16:42:23.489582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.491172"], ["updated_at", "2018-10-11 16:42:23.491172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.492808"], ["updated_at", "2018-10-11 16:42:23.492808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.494461"], ["updated_at", "2018-10-11 16:42:23.494461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.496115"], ["updated_at", "2018-10-11 16:42:23.496115"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.497722"], ["updated_at", "2018-10-11 16:42:23.497722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.499431"], ["updated_at", "2018-10-11 16:42:23.499431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.500973"], ["updated_at", "2018-10-11 16:42:23.500973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.502596"], ["updated_at", "2018-10-11 16:42:23.502596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.504168"], ["updated_at", "2018-10-11 16:42:23.504168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.505788"], ["updated_at", "2018-10-11 16:42:23.505788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.507321"], ["updated_at", "2018-10-11 16:42:23.507321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.508943"], ["updated_at", "2018-10-11 16:42:23.508943"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.510533"], ["updated_at", "2018-10-11 16:42:23.510533"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.512275"], ["updated_at", "2018-10-11 16:42:23.512275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.514885"], ["updated_at", "2018-10-11 16:42:23.514885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.516813"], ["updated_at", "2018-10-11 16:42:23.516813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.518471"], ["updated_at", "2018-10-11 16:42:23.518471"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.520177"], ["updated_at", "2018-10-11 16:42:23.520177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.521869"], ["updated_at", "2018-10-11 16:42:23.521869"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.523470"], ["updated_at", "2018-10-11 16:42:23.523470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.526340"], ["updated_at", "2018-10-11 16:42:23.526340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.527904"], ["updated_at", "2018-10-11 16:42:23.527904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.529557"], ["updated_at", "2018-10-11 16:42:23.529557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.531114"], ["updated_at", "2018-10-11 16:42:23.531114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.532740"], ["updated_at", "2018-10-11 16:42:23.532740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.534353"], ["updated_at", "2018-10-11 16:42:23.534353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.536028"], ["updated_at", "2018-10-11 16:42:23.536028"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.537794"], ["updated_at", "2018-10-11 16:42:23.537794"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.540396"], ["updated_at", "2018-10-11 16:42:23.540396"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.543001"], ["updated_at", "2018-10-11 16:42:23.543001"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.545633"], ["updated_at", "2018-10-11 16:42:23.545633"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.548208"], ["updated_at", "2018-10-11 16:42:23.548208"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.550793"], ["updated_at", "2018-10-11 16:42:23.550793"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.553348"], ["updated_at", "2018-10-11 16:42:23.553348"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.556010"], ["updated_at", "2018-10-11 16:42:23.556010"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.558019"], ["updated_at", "2018-10-11 16:42:23.558019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.559708"], ["updated_at", "2018-10-11 16:42:23.559708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.561355"], ["updated_at", "2018-10-11 16:42:23.561355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.562926"], ["updated_at", "2018-10-11 16:42:23.562926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.564564"], ["updated_at", "2018-10-11 16:42:23.564564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.566183"], ["updated_at", "2018-10-11 16:42:23.566183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.567788"], ["updated_at", "2018-10-11 16:42:23.567788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.569408"], ["updated_at", "2018-10-11 16:42:23.569408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.571064"], ["updated_at", "2018-10-11 16:42:23.571064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.572713"], ["updated_at", "2018-10-11 16:42:23.572713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.574297"], ["updated_at", "2018-10-11 16:42:23.574297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.575908"], ["updated_at", "2018-10-11 16:42:23.575908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.577462"], ["updated_at", "2018-10-11 16:42:23.577462"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.579206"], ["updated_at", "2018-10-11 16:42:23.579206"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.581329"], ["updated_at", "2018-10-11 16:42:23.581329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.583330"], ["updated_at", "2018-10-11 16:42:23.583330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.585047"], ["updated_at", "2018-10-11 16:42:23.585047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.586657"], ["updated_at", "2018-10-11 16:42:23.586657"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.588287"], ["updated_at", "2018-10-11 16:42:23.588287"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.590255"], ["updated_at", "2018-10-11 16:42:23.590255"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.593239"], ["updated_at", "2018-10-11 16:42:23.593239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.594943"], ["updated_at", "2018-10-11 16:42:23.594943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.596529"], ["updated_at", "2018-10-11 16:42:23.596529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.598140"], ["updated_at", "2018-10-11 16:42:23.598140"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.599691"], ["updated_at", "2018-10-11 16:42:23.599691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.601406"], ["updated_at", "2018-10-11 16:42:23.601406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.602979"], ["updated_at", "2018-10-11 16:42:23.602979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.604604"], ["updated_at", "2018-10-11 16:42:23.604604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.606220"], ["updated_at", "2018-10-11 16:42:23.606220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.607874"], ["updated_at", "2018-10-11 16:42:23.607874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.609445"], ["updated_at", "2018-10-11 16:42:23.609445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.611560"], ["updated_at", "2018-10-11 16:42:23.611560"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.613798"], ["updated_at", "2018-10-11 16:42:23.613798"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.615933"], ["updated_at", "2018-10-11 16:42:23.615933"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.617972"], ["updated_at", "2018-10-11 16:42:23.617972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.620042"], ["updated_at", "2018-10-11 16:42:23.620042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.621808"], ["updated_at", "2018-10-11 16:42:23.621808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.623478"], ["updated_at", "2018-10-11 16:42:23.623478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.625106"], ["updated_at", "2018-10-11 16:42:23.625106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.626780"], ["updated_at", "2018-10-11 16:42:23.626780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.628350"], ["updated_at", "2018-10-11 16:42:23.628350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.630095"], ["updated_at", "2018-10-11 16:42:23.630095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.631854"], ["updated_at", "2018-10-11 16:42:23.631854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.633416"], ["updated_at", "2018-10-11 16:42:23.633416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.635063"], ["updated_at", "2018-10-11 16:42:23.635063"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.636622"], ["updated_at", "2018-10-11 16:42:23.636622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.638309"], ["updated_at", "2018-10-11 16:42:23.638309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.639895"], ["updated_at", "2018-10-11 16:42:23.639895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.641654"], ["updated_at", "2018-10-11 16:42:23.641654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.643297"], ["updated_at", "2018-10-11 16:42:23.643297"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.645312"], ["updated_at", "2018-10-11 16:42:23.645312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.648241"], ["updated_at", "2018-10-11 16:42:23.648241"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.650094"], ["updated_at", "2018-10-11 16:42:23.650094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.651763"], ["updated_at", "2018-10-11 16:42:23.651763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.653378"], ["updated_at", "2018-10-11 16:42:23.653378"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.655039"], ["updated_at", "2018-10-11 16:42:23.655039"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.656593"], ["updated_at", "2018-10-11 16:42:23.656593"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.659893"], ["updated_at", "2018-10-11 16:42:23.659893"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.662507"], ["updated_at", "2018-10-11 16:42:23.662507"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.665090"], ["updated_at", "2018-10-11 16:42:23.665090"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.667746"], ["updated_at", "2018-10-11 16:42:23.667746"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.671350"], ["updated_at", "2018-10-11 16:42:23.671350"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.673949"], ["updated_at", "2018-10-11 16:42:23.673949"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.676634"], ["updated_at", "2018-10-11 16:42:23.676634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.679087"], ["updated_at", "2018-10-11 16:42:23.679087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.680738"], ["updated_at", "2018-10-11 16:42:23.680738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.682313"], ["updated_at", "2018-10-11 16:42:23.682313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.684047"], ["updated_at", "2018-10-11 16:42:23.684047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.685601"], ["updated_at", "2018-10-11 16:42:23.685601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.687288"], ["updated_at", "2018-10-11 16:42:23.687288"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.689063"], ["updated_at", "2018-10-11 16:42:23.689063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.690734"], ["updated_at", "2018-10-11 16:42:23.690734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.692340"], ["updated_at", "2018-10-11 16:42:23.692340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.693939"], ["updated_at", "2018-10-11 16:42:23.693939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.695585"], ["updated_at", "2018-10-11 16:42:23.695585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.697143"], ["updated_at", "2018-10-11 16:42:23.697143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.698808"], ["updated_at", "2018-10-11 16:42:23.698808"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.700521"], ["updated_at", "2018-10-11 16:42:23.700521"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.702301"], ["updated_at", "2018-10-11 16:42:23.702301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.704438"], ["updated_at", "2018-10-11 16:42:23.704438"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.706091"], ["updated_at", "2018-10-11 16:42:23.706091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.707788"], ["updated_at", "2018-10-11 16:42:23.707788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.709417"], ["updated_at", "2018-10-11 16:42:23.709417"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.711082"], ["updated_at", "2018-10-11 16:42:23.711082"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.713824"], ["updated_at", "2018-10-11 16:42:23.713824"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.716241"], ["updated_at", "2018-10-11 16:42:23.716241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.718104"], ["updated_at", "2018-10-11 16:42:23.718104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.719925"], ["updated_at", "2018-10-11 16:42:23.719925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.721671"], ["updated_at", "2018-10-11 16:42:23.721671"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.723266"], ["updated_at", "2018-10-11 16:42:23.723266"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.726159"], ["updated_at", "2018-10-11 16:42:23.726159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.728038"], ["updated_at", "2018-10-11 16:42:23.728038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.729821"], ["updated_at", "2018-10-11 16:42:23.729821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.731489"], ["updated_at", "2018-10-11 16:42:23.731489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.733174"], ["updated_at", "2018-10-11 16:42:23.733174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.734807"], ["updated_at", "2018-10-11 16:42:23.734807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.736648"], ["updated_at", "2018-10-11 16:42:23.736648"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.738396"], ["updated_at", "2018-10-11 16:42:23.738396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.740187"], ["updated_at", "2018-10-11 16:42:23.740187"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.741927"], ["updated_at", "2018-10-11 16:42:23.741927"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.744316"], ["updated_at", "2018-10-11 16:42:23.744316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.746390"], ["updated_at", "2018-10-11 16:42:23.746390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.749185"], ["updated_at", "2018-10-11 16:42:23.749185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.750757"], ["updated_at", "2018-10-11 16:42:23.750757"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.752364"], ["updated_at", "2018-10-11 16:42:23.752364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.754384"], ["updated_at", "2018-10-11 16:42:23.754384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.755995"], ["updated_at", "2018-10-11 16:42:23.755995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.757555"], ["updated_at", "2018-10-11 16:42:23.757555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.759213"], ["updated_at", "2018-10-11 16:42:23.759213"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.760804"], ["updated_at", "2018-10-11 16:42:23.760804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.762852"], ["updated_at", "2018-10-11 16:42:23.762852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.764614"], ["updated_at", "2018-10-11 16:42:23.764614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.766249"], ["updated_at", "2018-10-11 16:42:23.766249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.767875"], ["updated_at", "2018-10-11 16:42:23.767875"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.769748"], ["updated_at", "2018-10-11 16:42:23.769748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.771629"], ["updated_at", "2018-10-11 16:42:23.771629"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.773211"], ["updated_at", "2018-10-11 16:42:23.773211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.774855"], ["updated_at", "2018-10-11 16:42:23.774855"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.776484"], ["updated_at", "2018-10-11 16:42:23.776484"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.778645"], ["updated_at", "2018-10-11 16:42:23.778645"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.781385"], ["updated_at", "2018-10-11 16:42:23.781385"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.783330"], ["updated_at", "2018-10-11 16:42:23.783330"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.785706"], ["updated_at", "2018-10-11 16:42:23.785706"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.788264"], ["updated_at", "2018-10-11 16:42:23.788264"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.791778"], ["updated_at", "2018-10-11 16:42:23.791778"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.794389"], ["updated_at", "2018-10-11 16:42:23.794389"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.798152"], ["updated_at", "2018-10-11 16:42:23.798152"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.800688"], ["updated_at", "2018-10-11 16:42:23.800688"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.803252"], ["updated_at", "2018-10-11 16:42:23.803252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.805312"], ["updated_at", "2018-10-11 16:42:23.805312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.806855"], ["updated_at", "2018-10-11 16:42:23.806855"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.808397"], ["updated_at", "2018-10-11 16:42:23.808397"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.810481"], ["updated_at", "2018-10-11 16:42:23.810481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.812145"], ["updated_at", "2018-10-11 16:42:23.812145"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.813857"], ["updated_at", "2018-10-11 16:42:23.813857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.815484"], ["updated_at", "2018-10-11 16:42:23.815484"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.817148"], ["updated_at", "2018-10-11 16:42:23.817148"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.819160"], ["updated_at", "2018-10-11 16:42:23.819160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.820818"], ["updated_at", "2018-10-11 16:42:23.820818"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.822445"], ["updated_at", "2018-10-11 16:42:23.822445"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.824385"], ["updated_at", "2018-10-11 16:42:23.824385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.826643"], ["updated_at", "2018-10-11 16:42:23.826643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.828318"], ["updated_at", "2018-10-11 16:42:23.828318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.829910"], ["updated_at", "2018-10-11 16:42:23.829910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.831555"], ["updated_at", "2018-10-11 16:42:23.831555"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.833110"], ["updated_at", "2018-10-11 16:42:23.833110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.835190"], ["updated_at", "2018-10-11 16:42:23.835190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.836796"], ["updated_at", "2018-10-11 16:42:23.836796"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.838423"], ["updated_at", "2018-10-11 16:42:23.838423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.840200"], ["updated_at", "2018-10-11 16:42:23.840200"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.841898"], ["updated_at", "2018-10-11 16:42:23.841898"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.843832"], ["updated_at", "2018-10-11 16:42:23.843832"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.846621"], ["updated_at", "2018-10-11 16:42:23.846621"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.849067"], ["updated_at", "2018-10-11 16:42:23.849067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.851408"], ["updated_at", "2018-10-11 16:42:23.851408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.853209"], ["updated_at", "2018-10-11 16:42:23.853209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.854902"], ["updated_at", "2018-10-11 16:42:23.854902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.856468"], ["updated_at", "2018-10-11 16:42:23.856468"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.859611"], ["updated_at", "2018-10-11 16:42:23.859611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.861544"], ["updated_at", "2018-10-11 16:42:23.861544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.863223"], ["updated_at", "2018-10-11 16:42:23.863223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.864870"], ["updated_at", "2018-10-11 16:42:23.864870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.867070"], ["updated_at", "2018-10-11 16:42:23.867070"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.868773"], ["updated_at", "2018-10-11 16:42:23.868773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.870508"], ["updated_at", "2018-10-11 16:42:23.870508"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.872179"], ["updated_at", "2018-10-11 16:42:23.872179"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.873841"], ["updated_at", "2018-10-11 16:42:23.873841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.875982"], ["updated_at", "2018-10-11 16:42:23.875982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.877596"], ["updated_at", "2018-10-11 16:42:23.877596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.879282"], ["updated_at", "2018-10-11 16:42:23.879282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.880872"], ["updated_at", "2018-10-11 16:42:23.880872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.883049"], ["updated_at", "2018-10-11 16:42:23.883049"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.884997"], ["updated_at", "2018-10-11 16:42:23.884997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.886797"], ["updated_at", "2018-10-11 16:42:23.886797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.888618"], ["updated_at", "2018-10-11 16:42:23.888618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.890707"], ["updated_at", "2018-10-11 16:42:23.890707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.892405"], ["updated_at", "2018-10-11 16:42:23.892405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.894061"], ["updated_at", "2018-10-11 16:42:23.894061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.895630"], ["updated_at", "2018-10-11 16:42:23.895630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.897281"], ["updated_at", "2018-10-11 16:42:23.897281"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.899131"], ["updated_at", "2018-10-11 16:42:23.899131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.900783"], ["updated_at", "2018-10-11 16:42:23.900783"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.902343"], ["updated_at", "2018-10-11 16:42:23.902343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.903981"], ["updated_at", "2018-10-11 16:42:23.903981"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.905616"], ["updated_at", "2018-10-11 16:42:23.905616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.907346"], ["updated_at", "2018-10-11 16:42:23.907346"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.909061"], ["updated_at", "2018-10-11 16:42:23.909061"], ["parent_id", 39895952907]] Kithe::Work Create (3.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.911868"], ["updated_at", "2018-10-11 16:42:23.911868"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.917140"], ["updated_at", "2018-10-11 16:42:23.917140"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.920005"], ["updated_at", "2018-10-11 16:42:23.920005"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.923927"], ["updated_at", "2018-10-11 16:42:23.923927"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.926666"], ["updated_at", "2018-10-11 16:42:23.926666"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.929686"], ["updated_at", "2018-10-11 16:42:23.929686"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.932969"], ["updated_at", "2018-10-11 16:42:23.932969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.935652"], ["updated_at", "2018-10-11 16:42:23.935652"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.937390"], ["updated_at", "2018-10-11 16:42:23.937390"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.939421"], ["updated_at", "2018-10-11 16:42:23.939421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.941180"], ["updated_at", "2018-10-11 16:42:23.941180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.942767"], ["updated_at", "2018-10-11 16:42:23.942767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.944421"], ["updated_at", "2018-10-11 16:42:23.944421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.945975"], ["updated_at", "2018-10-11 16:42:23.945975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.947794"], ["updated_at", "2018-10-11 16:42:23.947794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.949486"], ["updated_at", "2018-10-11 16:42:23.949486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.951221"], ["updated_at", "2018-10-11 16:42:23.951221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.952929"], ["updated_at", "2018-10-11 16:42:23.952929"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.954597"], ["updated_at", "2018-10-11 16:42:23.954597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.956681"], ["updated_at", "2018-10-11 16:42:23.956681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.958316"], ["updated_at", "2018-10-11 16:42:23.958316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.959970"], ["updated_at", "2018-10-11 16:42:23.959970"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.961585"], ["updated_at", "2018-10-11 16:42:23.961585"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.963401"], ["updated_at", "2018-10-11 16:42:23.963401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.965867"], ["updated_at", "2018-10-11 16:42:23.965867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.967806"], ["updated_at", "2018-10-11 16:42:23.967806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.969445"], ["updated_at", "2018-10-11 16:42:23.969445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.971064"], ["updated_at", "2018-10-11 16:42:23.971064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.972662"], ["updated_at", "2018-10-11 16:42:23.972662"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.974400"], ["updated_at", "2018-10-11 16:42:23.974400"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.976675"], ["updated_at", "2018-10-11 16:42:23.976675"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.980445"], ["updated_at", "2018-10-11 16:42:23.980445"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.982778"], ["updated_at", "2018-10-11 16:42:23.982778"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.985322"], ["updated_at", "2018-10-11 16:42:23.985322"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.988868"], ["updated_at", "2018-10-11 16:42:23.988868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.990620"], ["updated_at", "2018-10-11 16:42:23.990620"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.992252"], ["updated_at", "2018-10-11 16:42:23.992252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:23.994965"], ["updated_at", "2018-10-11 16:42:23.994965"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.045043"], ["updated_at", "2018-10-11 16:42:24.045043"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.047536"], ["updated_at", "2018-10-11 16:42:24.047536"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.050134"], ["updated_at", "2018-10-11 16:42:24.050134"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.053664"], ["updated_at", "2018-10-11 16:42:24.053664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.057101"], ["updated_at", "2018-10-11 16:42:24.057101"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.058813"], ["updated_at", "2018-10-11 16:42:24.058813"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.061465"], ["updated_at", "2018-10-11 16:42:24.061465"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.064928"], ["updated_at", "2018-10-11 16:42:24.064928"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.066639"], ["updated_at", "2018-10-11 16:42:24.066639"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.068868"], ["updated_at", "2018-10-11 16:42:24.068868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.071747"], ["updated_at", "2018-10-11 16:42:24.071747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.073438"], ["updated_at", "2018-10-11 16:42:24.073438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.075196"], ["updated_at", "2018-10-11 16:42:24.075196"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.077248"], ["updated_at", "2018-10-11 16:42:24.077248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.080015"], ["updated_at", "2018-10-11 16:42:24.080015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.081786"], ["updated_at", "2018-10-11 16:42:24.081786"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.083432"], ["updated_at", "2018-10-11 16:42:24.083432"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.085820"], ["updated_at", "2018-10-11 16:42:24.085820"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.089122"], ["updated_at", "2018-10-11 16:42:24.089122"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.091093"], ["updated_at", "2018-10-11 16:42:24.091093"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.093377"], ["updated_at", "2018-10-11 16:42:24.093377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.095997"], ["updated_at", "2018-10-11 16:42:24.095997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.097614"], ["updated_at", "2018-10-11 16:42:24.097614"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.099213"], ["updated_at", "2018-10-11 16:42:24.099213"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.101231"], ["updated_at", "2018-10-11 16:42:24.101231"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.104114"], ["updated_at", "2018-10-11 16:42:24.104114"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.106389"], ["updated_at", "2018-10-11 16:42:24.106389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.108205"], ["updated_at", "2018-10-11 16:42:24.108205"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.110162"], ["updated_at", "2018-10-11 16:42:24.110162"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.114054"], ["updated_at", "2018-10-11 16:42:24.114054"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.116844"], ["updated_at", "2018-10-11 16:42:24.116844"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.120537"], ["updated_at", "2018-10-11 16:42:24.120537"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.122870"], ["updated_at", "2018-10-11 16:42:24.122870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.125094"], ["updated_at", "2018-10-11 16:42:24.125094"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.127254"], ["updated_at", "2018-10-11 16:42:24.127254"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.131111"], ["updated_at", "2018-10-11 16:42:24.131111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.133340"], ["updated_at", "2018-10-11 16:42:24.133340"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.135179"], ["updated_at", "2018-10-11 16:42:24.135179"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.137497"], ["updated_at", "2018-10-11 16:42:24.137497"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.139755"], ["updated_at", "2018-10-11 16:42:24.139755"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.141977"], ["updated_at", "2018-10-11 16:42:24.141977"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.144118"], ["updated_at", "2018-10-11 16:42:24.144118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.146389"], ["updated_at", "2018-10-11 16:42:24.146389"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.148108"], ["updated_at", "2018-10-11 16:42:24.148108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.150316"], ["updated_at", "2018-10-11 16:42:24.150316"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.152470"], ["updated_at", "2018-10-11 16:42:24.152470"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.155191"], ["updated_at", "2018-10-11 16:42:24.155191"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.158093"], ["updated_at", "2018-10-11 16:42:24.158093"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.161763"], ["updated_at", "2018-10-11 16:42:24.161763"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.164376"], ["updated_at", "2018-10-11 16:42:24.164376"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.167176"], ["updated_at", "2018-10-11 16:42:24.167176"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.169843"], ["updated_at", "2018-10-11 16:42:24.169843"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.173416"], ["updated_at", "2018-10-11 16:42:24.173416"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.176315"], ["updated_at", "2018-10-11 16:42:24.176315"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.179336"], ["updated_at", "2018-10-11 16:42:24.179336"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.182284"], ["updated_at", "2018-10-11 16:42:24.182284"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.184437"], ["updated_at", "2018-10-11 16:42:24.184437"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.187317"], ["updated_at", "2018-10-11 16:42:24.187317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.190100"], ["updated_at", "2018-10-11 16:42:24.190100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.191841"], ["updated_at", "2018-10-11 16:42:24.191841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.195305"], ["updated_at", "2018-10-11 16:42:24.195305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.197169"], ["updated_at", "2018-10-11 16:42:24.197169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.198783"], ["updated_at", "2018-10-11 16:42:24.198783"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.200381"], ["updated_at", "2018-10-11 16:42:24.200381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.202033"], ["updated_at", "2018-10-11 16:42:24.202033"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.203600"], ["updated_at", "2018-10-11 16:42:24.203600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.205695"], ["updated_at", "2018-10-11 16:42:24.205695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.207386"], ["updated_at", "2018-10-11 16:42:24.207386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.209111"], ["updated_at", "2018-10-11 16:42:24.209111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.212607"], ["updated_at", "2018-10-11 16:42:24.212607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.214208"], ["updated_at", "2018-10-11 16:42:24.214208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.215837"], ["updated_at", "2018-10-11 16:42:24.215837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.217435"], ["updated_at", "2018-10-11 16:42:24.217435"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.219011"], ["updated_at", "2018-10-11 16:42:24.219011"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.220721"], ["updated_at", "2018-10-11 16:42:24.220721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.222401"], ["updated_at", "2018-10-11 16:42:24.222401"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.223952"], ["updated_at", "2018-10-11 16:42:24.223952"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.225686"], ["updated_at", "2018-10-11 16:42:24.225686"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.227617"], ["updated_at", "2018-10-11 16:42:24.227617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.229521"], ["updated_at", "2018-10-11 16:42:24.229521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.231092"], ["updated_at", "2018-10-11 16:42:24.231092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.232690"], ["updated_at", "2018-10-11 16:42:24.232690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.234312"], ["updated_at", "2018-10-11 16:42:24.234312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.235891"], ["updated_at", "2018-10-11 16:42:24.235891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.237476"], ["updated_at", "2018-10-11 16:42:24.237476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.239070"], ["updated_at", "2018-10-11 16:42:24.239070"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.240752"], ["updated_at", "2018-10-11 16:42:24.240752"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.242562"], ["updated_at", "2018-10-11 16:42:24.242562"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.244365"], ["updated_at", "2018-10-11 16:42:24.244365"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.246367"], ["updated_at", "2018-10-11 16:42:24.246367"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.249199"], ["updated_at", "2018-10-11 16:42:24.249199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.251137"], ["updated_at", "2018-10-11 16:42:24.251137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.252796"], ["updated_at", "2018-10-11 16:42:24.252796"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.254416"], ["updated_at", "2018-10-11 16:42:24.254416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.255978"], ["updated_at", "2018-10-11 16:42:24.255978"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.257710"], ["updated_at", "2018-10-11 16:42:24.257710"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.261056"], ["updated_at", "2018-10-11 16:42:24.261056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.262920"], ["updated_at", "2018-10-11 16:42:24.262920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.264692"], ["updated_at", "2018-10-11 16:42:24.264692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.266278"], ["updated_at", "2018-10-11 16:42:24.266278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.267916"], ["updated_at", "2018-10-11 16:42:24.267916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.269533"], ["updated_at", "2018-10-11 16:42:24.269533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.271170"], ["updated_at", "2018-10-11 16:42:24.271170"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.272706"], ["updated_at", "2018-10-11 16:42:24.272706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.274311"], ["updated_at", "2018-10-11 16:42:24.274311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.276047"], ["updated_at", "2018-10-11 16:42:24.276047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.277617"], ["updated_at", "2018-10-11 16:42:24.277617"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.279332"], ["updated_at", "2018-10-11 16:42:24.279332"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.281986"], ["updated_at", "2018-10-11 16:42:24.281986"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.284535"], ["updated_at", "2018-10-11 16:42:24.284535"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.287346"], ["updated_at", "2018-10-11 16:42:24.287346"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.289989"], ["updated_at", "2018-10-11 16:42:24.289989"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.292555"], ["updated_at", "2018-10-11 16:42:24.292555"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.295156"], ["updated_at", "2018-10-11 16:42:24.295156"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.297777"], ["updated_at", "2018-10-11 16:42:24.297777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.300042"], ["updated_at", "2018-10-11 16:42:24.300042"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.301569"], ["updated_at", "2018-10-11 16:42:24.301569"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.303263"], ["updated_at", "2018-10-11 16:42:24.303263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.305265"], ["updated_at", "2018-10-11 16:42:24.305265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.306848"], ["updated_at", "2018-10-11 16:42:24.306848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.308501"], ["updated_at", "2018-10-11 16:42:24.308501"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.310114"], ["updated_at", "2018-10-11 16:42:24.310114"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.311794"], ["updated_at", "2018-10-11 16:42:24.311794"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.314214"], ["updated_at", "2018-10-11 16:42:24.314214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.316461"], ["updated_at", "2018-10-11 16:42:24.316461"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.318150"], ["updated_at", "2018-10-11 16:42:24.318150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.319870"], ["updated_at", "2018-10-11 16:42:24.319870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.321440"], ["updated_at", "2018-10-11 16:42:24.321440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.323012"], ["updated_at", "2018-10-11 16:42:24.323012"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.325772"], ["updated_at", "2018-10-11 16:42:24.325772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.327729"], ["updated_at", "2018-10-11 16:42:24.327729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.329360"], ["updated_at", "2018-10-11 16:42:24.329360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.330944"], ["updated_at", "2018-10-11 16:42:24.330944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.332610"], ["updated_at", "2018-10-11 16:42:24.332610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.334264"], ["updated_at", "2018-10-11 16:42:24.334264"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.335937"], ["updated_at", "2018-10-11 16:42:24.335937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.337870"], ["updated_at", "2018-10-11 16:42:24.337870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.339521"], ["updated_at", "2018-10-11 16:42:24.339521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.341107"], ["updated_at", "2018-10-11 16:42:24.341107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.342696"], ["updated_at", "2018-10-11 16:42:24.342696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.344326"], ["updated_at", "2018-10-11 16:42:24.344326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.345893"], ["updated_at", "2018-10-11 16:42:24.345893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.347505"], ["updated_at", "2018-10-11 16:42:24.347505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.349076"], ["updated_at", "2018-10-11 16:42:24.349076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.350749"], ["updated_at", "2018-10-11 16:42:24.350749"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.352299"], ["updated_at", "2018-10-11 16:42:24.352299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.353938"], ["updated_at", "2018-10-11 16:42:24.353938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.355492"], ["updated_at", "2018-10-11 16:42:24.355492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.357181"], ["updated_at", "2018-10-11 16:42:24.357181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.358756"], ["updated_at", "2018-10-11 16:42:24.358756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.360388"], ["updated_at", "2018-10-11 16:42:24.360388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.361945"], ["updated_at", "2018-10-11 16:42:24.361945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.363619"], ["updated_at", "2018-10-11 16:42:24.363619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.365256"], ["updated_at", "2018-10-11 16:42:24.365256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.366810"], ["updated_at", "2018-10-11 16:42:24.366810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.368462"], ["updated_at", "2018-10-11 16:42:24.368462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.370118"], ["updated_at", "2018-10-11 16:42:24.370118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.371685"], ["updated_at", "2018-10-11 16:42:24.371685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.373241"], ["updated_at", "2018-10-11 16:42:24.373241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.374775"], ["updated_at", "2018-10-11 16:42:24.374775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.376367"], ["updated_at", "2018-10-11 16:42:24.376367"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.378140"], ["updated_at", "2018-10-11 16:42:24.378140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.380675"], ["updated_at", "2018-10-11 16:42:24.380675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.382754"], ["updated_at", "2018-10-11 16:42:24.382754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.384426"], ["updated_at", "2018-10-11 16:42:24.384426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.386125"], ["updated_at", "2018-10-11 16:42:24.386125"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.387733"], ["updated_at", "2018-10-11 16:42:24.387733"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.389734"], ["updated_at", "2018-10-11 16:42:24.389734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.392423"], ["updated_at", "2018-10-11 16:42:24.392423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.394108"], ["updated_at", "2018-10-11 16:42:24.394108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.395757"], ["updated_at", "2018-10-11 16:42:24.395757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.397398"], ["updated_at", "2018-10-11 16:42:24.397398"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.398955"], ["updated_at", "2018-10-11 16:42:24.398955"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.400922"], ["updated_at", "2018-10-11 16:42:24.400922"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.403659"], ["updated_at", "2018-10-11 16:42:24.403659"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.406310"], ["updated_at", "2018-10-11 16:42:24.406310"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.408972"], ["updated_at", "2018-10-11 16:42:24.408972"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.411641"], ["updated_at", "2018-10-11 16:42:24.411641"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.414282"], ["updated_at", "2018-10-11 16:42:24.414282"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.416908"], ["updated_at", "2018-10-11 16:42:24.416908"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.419616"], ["updated_at", "2018-10-11 16:42:24.419616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.421816"], ["updated_at", "2018-10-11 16:42:24.421816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.423442"], ["updated_at", "2018-10-11 16:42:24.423442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.425120"], ["updated_at", "2018-10-11 16:42:24.425120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.426676"], ["updated_at", "2018-10-11 16:42:24.426676"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.428389"], ["updated_at", "2018-10-11 16:42:24.428389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.430130"], ["updated_at", "2018-10-11 16:42:24.430130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.431701"], ["updated_at", "2018-10-11 16:42:24.431701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.433306"], ["updated_at", "2018-10-11 16:42:24.433306"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.434881"], ["updated_at", "2018-10-11 16:42:24.434881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.436605"], ["updated_at", "2018-10-11 16:42:24.436605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.438220"], ["updated_at", "2018-10-11 16:42:24.438220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.439780"], ["updated_at", "2018-10-11 16:42:24.439780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.441414"], ["updated_at", "2018-10-11 16:42:24.441414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.443199"], ["updated_at", "2018-10-11 16:42:24.443199"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.445021"], ["updated_at", "2018-10-11 16:42:24.445021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.447615"], ["updated_at", "2018-10-11 16:42:24.447615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.449514"], ["updated_at", "2018-10-11 16:42:24.449514"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.451118"], ["updated_at", "2018-10-11 16:42:24.451118"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.452759"], ["updated_at", "2018-10-11 16:42:24.452759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.454278"], ["updated_at", "2018-10-11 16:42:24.454278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.455855"], ["updated_at", "2018-10-11 16:42:24.455855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.458873"], ["updated_at", "2018-10-11 16:42:24.458873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.460609"], ["updated_at", "2018-10-11 16:42:24.460609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.462246"], ["updated_at", "2018-10-11 16:42:24.462246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.463878"], ["updated_at", "2018-10-11 16:42:24.463878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.465499"], ["updated_at", "2018-10-11 16:42:24.465499"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.467104"], ["updated_at", "2018-10-11 16:42:24.467104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.468803"], ["updated_at", "2018-10-11 16:42:24.468803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.470482"], ["updated_at", "2018-10-11 16:42:24.470482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.472254"], ["updated_at", "2018-10-11 16:42:24.472254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.474000"], ["updated_at", "2018-10-11 16:42:24.474000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.475563"], ["updated_at", "2018-10-11 16:42:24.475563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.477184"], ["updated_at", "2018-10-11 16:42:24.477184"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.478739"], ["updated_at", "2018-10-11 16:42:24.478739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.480401"], ["updated_at", "2018-10-11 16:42:24.480401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.481961"], ["updated_at", "2018-10-11 16:42:24.481961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.483585"], ["updated_at", "2018-10-11 16:42:24.483585"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.485159"], ["updated_at", "2018-10-11 16:42:24.485159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.486824"], ["updated_at", "2018-10-11 16:42:24.486824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.488442"], ["updated_at", "2018-10-11 16:42:24.488442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.490012"], ["updated_at", "2018-10-11 16:42:24.490012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.491670"], ["updated_at", "2018-10-11 16:42:24.491670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.493227"], ["updated_at", "2018-10-11 16:42:24.493227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.494807"], ["updated_at", "2018-10-11 16:42:24.494807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.496457"], ["updated_at", "2018-10-11 16:42:24.496457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.498094"], ["updated_at", "2018-10-11 16:42:24.498094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.499697"], ["updated_at", "2018-10-11 16:42:24.499697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.501337"], ["updated_at", "2018-10-11 16:42:24.501337"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.502863"], ["updated_at", "2018-10-11 16:42:24.502863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.504467"], ["updated_at", "2018-10-11 16:42:24.504467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.506093"], ["updated_at", "2018-10-11 16:42:24.506093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.507681"], ["updated_at", "2018-10-11 16:42:24.507681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.509280"], ["updated_at", "2018-10-11 16:42:24.509280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.510871"], ["updated_at", "2018-10-11 16:42:24.510871"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.512484"], ["updated_at", "2018-10-11 16:42:24.512484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.514978"], ["updated_at", "2018-10-11 16:42:24.514978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.517021"], ["updated_at", "2018-10-11 16:42:24.517021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.518761"], ["updated_at", "2018-10-11 16:42:24.518761"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.520407"], ["updated_at", "2018-10-11 16:42:24.520407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.521971"], ["updated_at", "2018-10-11 16:42:24.521971"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.523569"], ["updated_at", "2018-10-11 16:42:24.523569"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.526985"], ["updated_at", "2018-10-11 16:42:24.526985"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.529656"], ["updated_at", "2018-10-11 16:42:24.529656"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.532425"], ["updated_at", "2018-10-11 16:42:24.532425"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.535245"], ["updated_at", "2018-10-11 16:42:24.535245"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.537961"], ["updated_at", "2018-10-11 16:42:24.537961"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.540495"], ["updated_at", "2018-10-11 16:42:24.540495"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.543082"], ["updated_at", "2018-10-11 16:42:24.543082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.545504"], ["updated_at", "2018-10-11 16:42:24.545504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.547138"], ["updated_at", "2018-10-11 16:42:24.547138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.548775"], ["updated_at", "2018-10-11 16:42:24.548775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.550349"], ["updated_at", "2018-10-11 16:42:24.550349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.551988"], ["updated_at", "2018-10-11 16:42:24.551988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.553559"], ["updated_at", "2018-10-11 16:42:24.553559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.555194"], ["updated_at", "2018-10-11 16:42:24.555194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.556759"], ["updated_at", "2018-10-11 16:42:24.556759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.558451"], ["updated_at", "2018-10-11 16:42:24.558451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.559977"], ["updated_at", "2018-10-11 16:42:24.559977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.561613"], ["updated_at", "2018-10-11 16:42:24.561613"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.564535"], ["updated_at", "2018-10-11 16:42:24.564535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.566240"], ["updated_at", "2018-10-11 16:42:24.566240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.567851"], ["updated_at", "2018-10-11 16:42:24.567851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.569475"], ["updated_at", "2018-10-11 16:42:24.569475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.571094"], ["updated_at", "2018-10-11 16:42:24.571094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.572711"], ["updated_at", "2018-10-11 16:42:24.572711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.574316"], ["updated_at", "2018-10-11 16:42:24.574316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.576114"], ["updated_at", "2018-10-11 16:42:24.576114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.577686"], ["updated_at", "2018-10-11 16:42:24.577686"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.579312"], ["updated_at", "2018-10-11 16:42:24.579312"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.581356"], ["updated_at", "2018-10-11 16:42:24.581356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.583353"], ["updated_at", "2018-10-11 16:42:24.583353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.585035"], ["updated_at", "2018-10-11 16:42:24.585035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.586657"], ["updated_at", "2018-10-11 16:42:24.586657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.588230"], ["updated_at", "2018-10-11 16:42:24.588230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.589976"], ["updated_at", "2018-10-11 16:42:24.589976"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.593381"], ["updated_at", "2018-10-11 16:42:24.593381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.595106"], ["updated_at", "2018-10-11 16:42:24.595106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.596713"], ["updated_at", "2018-10-11 16:42:24.596713"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.598317"], ["updated_at", "2018-10-11 16:42:24.598317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.599982"], ["updated_at", "2018-10-11 16:42:24.599982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.601630"], ["updated_at", "2018-10-11 16:42:24.601630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.603244"], ["updated_at", "2018-10-11 16:42:24.603244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.604855"], ["updated_at", "2018-10-11 16:42:24.604855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.606477"], ["updated_at", "2018-10-11 16:42:24.606477"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.608132"], ["updated_at", "2018-10-11 16:42:24.608132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.610471"], ["updated_at", "2018-10-11 16:42:24.610471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.612288"], ["updated_at", "2018-10-11 16:42:24.612288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.613910"], ["updated_at", "2018-10-11 16:42:24.613910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.615511"], ["updated_at", "2018-10-11 16:42:24.615511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.617178"], ["updated_at", "2018-10-11 16:42:24.617178"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.618814"], ["updated_at", "2018-10-11 16:42:24.618814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.620426"], ["updated_at", "2018-10-11 16:42:24.620426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.621992"], ["updated_at", "2018-10-11 16:42:24.621992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.623630"], ["updated_at", "2018-10-11 16:42:24.623630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.625168"], ["updated_at", "2018-10-11 16:42:24.625168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.626906"], ["updated_at", "2018-10-11 16:42:24.626906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.628493"], ["updated_at", "2018-10-11 16:42:24.628493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.630113"], ["updated_at", "2018-10-11 16:42:24.630113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.631694"], ["updated_at", "2018-10-11 16:42:24.631694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.633314"], ["updated_at", "2018-10-11 16:42:24.633314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.634983"], ["updated_at", "2018-10-11 16:42:24.634983"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.636596"], ["updated_at", "2018-10-11 16:42:24.636596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.638165"], ["updated_at", "2018-10-11 16:42:24.638165"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.639733"], ["updated_at", "2018-10-11 16:42:24.639733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.641312"], ["updated_at", "2018-10-11 16:42:24.641312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.642900"], ["updated_at", "2018-10-11 16:42:24.642900"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.644450"], ["updated_at", "2018-10-11 16:42:24.644450"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.647262"], ["updated_at", "2018-10-11 16:42:24.647262"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.649719"], ["updated_at", "2018-10-11 16:42:24.649719"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.652012"], ["updated_at", "2018-10-11 16:42:24.652012"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.654032"], ["updated_at", "2018-10-11 16:42:24.654032"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.656125"], ["updated_at", "2018-10-11 16:42:24.656125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.658139"], ["updated_at", "2018-10-11 16:42:24.658139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.660009"], ["updated_at", "2018-10-11 16:42:24.660009"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.664855"], ["updated_at", "2018-10-11 16:42:24.664855"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.667498"], ["updated_at", "2018-10-11 16:42:24.667498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.670103"], ["updated_at", "2018-10-11 16:42:24.670103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.671984"], ["updated_at", "2018-10-11 16:42:24.671984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.673613"], ["updated_at", "2018-10-11 16:42:24.673613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.675194"], ["updated_at", "2018-10-11 16:42:24.675194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.676806"], ["updated_at", "2018-10-11 16:42:24.676806"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.678338"], ["updated_at", "2018-10-11 16:42:24.678338"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.680202"], ["updated_at", "2018-10-11 16:42:24.680202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.682156"], ["updated_at", "2018-10-11 16:42:24.682156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.683797"], ["updated_at", "2018-10-11 16:42:24.683797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.685375"], ["updated_at", "2018-10-11 16:42:24.685375"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.686999"], ["updated_at", "2018-10-11 16:42:24.686999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.689140"], ["updated_at", "2018-10-11 16:42:24.689140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.690898"], ["updated_at", "2018-10-11 16:42:24.690898"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.692487"], ["updated_at", "2018-10-11 16:42:24.692487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.694304"], ["updated_at", "2018-10-11 16:42:24.694304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.695957"], ["updated_at", "2018-10-11 16:42:24.695957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.697530"], ["updated_at", "2018-10-11 16:42:24.697530"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.699350"], ["updated_at", "2018-10-11 16:42:24.699350"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.701626"], ["updated_at", "2018-10-11 16:42:24.701626"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.703416"], ["updated_at", "2018-10-11 16:42:24.703416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.705244"], ["updated_at", "2018-10-11 16:42:24.705244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.706822"], ["updated_at", "2018-10-11 16:42:24.706822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.708412"], ["updated_at", "2018-10-11 16:42:24.708412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.710092"], ["updated_at", "2018-10-11 16:42:24.710092"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.711803"], ["updated_at", "2018-10-11 16:42:24.711803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.714266"], ["updated_at", "2018-10-11 16:42:24.714266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.716569"], ["updated_at", "2018-10-11 16:42:24.716569"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.718483"], ["updated_at", "2018-10-11 16:42:24.718483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.722077"], ["updated_at", "2018-10-11 16:42:24.722077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.723672"], ["updated_at", "2018-10-11 16:42:24.723672"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.725287"], ["updated_at", "2018-10-11 16:42:24.725287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.728238"], ["updated_at", "2018-10-11 16:42:24.728238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.729749"], ["updated_at", "2018-10-11 16:42:24.729749"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.731196"], ["updated_at", "2018-10-11 16:42:24.731196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.733327"], ["updated_at", "2018-10-11 16:42:24.733327"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.734962"], ["updated_at", "2018-10-11 16:42:24.734962"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.737647"], ["updated_at", "2018-10-11 16:42:24.737647"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.739388"], ["updated_at", "2018-10-11 16:42:24.739388"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.741061"], ["updated_at", "2018-10-11 16:42:24.741061"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.742813"], ["updated_at", "2018-10-11 16:42:24.742813"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.744751"], ["updated_at", "2018-10-11 16:42:24.744751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.746418"], ["updated_at", "2018-10-11 16:42:24.746418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.748013"], ["updated_at", "2018-10-11 16:42:24.748013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.749636"], ["updated_at", "2018-10-11 16:42:24.749636"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.751464"], ["updated_at", "2018-10-11 16:42:24.751464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.753674"], ["updated_at", "2018-10-11 16:42:24.753674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.755412"], ["updated_at", "2018-10-11 16:42:24.755412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.757063"], ["updated_at", "2018-10-11 16:42:24.757063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.758771"], ["updated_at", "2018-10-11 16:42:24.758771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.760797"], ["updated_at", "2018-10-11 16:42:24.760797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.762665"], ["updated_at", "2018-10-11 16:42:24.762665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.764334"], ["updated_at", "2018-10-11 16:42:24.764334"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.765942"], ["updated_at", "2018-10-11 16:42:24.765942"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.768346"], ["updated_at", "2018-10-11 16:42:24.768346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.770255"], ["updated_at", "2018-10-11 16:42:24.770255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.771870"], ["updated_at", "2018-10-11 16:42:24.771870"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.773635"], ["updated_at", "2018-10-11 16:42:24.773635"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.776159"], ["updated_at", "2018-10-11 16:42:24.776159"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.779324"], ["updated_at", "2018-10-11 16:42:24.779324"], ["parent_id", 39895952907]] Kithe::Work Create (4.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.782315"], ["updated_at", "2018-10-11 16:42:24.782315"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.788452"], ["updated_at", "2018-10-11 16:42:24.788452"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.790676"], ["updated_at", "2018-10-11 16:42:24.790676"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.792894"], ["updated_at", "2018-10-11 16:42:24.792894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.795195"], ["updated_at", "2018-10-11 16:42:24.795195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.797937"], ["updated_at", "2018-10-11 16:42:24.797937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.799573"], ["updated_at", "2018-10-11 16:42:24.799573"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.801446"], ["updated_at", "2018-10-11 16:42:24.801446"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.803585"], ["updated_at", "2018-10-11 16:42:24.803585"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.805329"], ["updated_at", "2018-10-11 16:42:24.805329"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.807060"], ["updated_at", "2018-10-11 16:42:24.807060"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.808982"], ["updated_at", "2018-10-11 16:42:24.808982"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.811132"], ["updated_at", "2018-10-11 16:42:24.811132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.812837"], ["updated_at", "2018-10-11 16:42:24.812837"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.814635"], ["updated_at", "2018-10-11 16:42:24.814635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.816910"], ["updated_at", "2018-10-11 16:42:24.816910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.818904"], ["updated_at", "2018-10-11 16:42:24.818904"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.820487"], ["updated_at", "2018-10-11 16:42:24.820487"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.822353"], ["updated_at", "2018-10-11 16:42:24.822353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.824129"], ["updated_at", "2018-10-11 16:42:24.824129"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.825895"], ["updated_at", "2018-10-11 16:42:24.825895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.828049"], ["updated_at", "2018-10-11 16:42:24.828049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.829711"], ["updated_at", "2018-10-11 16:42:24.829711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.831306"], ["updated_at", "2018-10-11 16:42:24.831306"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.833464"], ["updated_at", "2018-10-11 16:42:24.833464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.835840"], ["updated_at", "2018-10-11 16:42:24.835840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.837564"], ["updated_at", "2018-10-11 16:42:24.837564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.839227"], ["updated_at", "2018-10-11 16:42:24.839227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.840883"], ["updated_at", "2018-10-11 16:42:24.840883"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.842523"], ["updated_at", "2018-10-11 16:42:24.842523"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.844355"], ["updated_at", "2018-10-11 16:42:24.844355"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.846212"], ["updated_at", "2018-10-11 16:42:24.846212"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.849203"], ["updated_at", "2018-10-11 16:42:24.849203"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.851786"], ["updated_at", "2018-10-11 16:42:24.851786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.853606"], ["updated_at", "2018-10-11 16:42:24.853606"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.855193"], ["updated_at", "2018-10-11 16:42:24.855193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.857156"], ["updated_at", "2018-10-11 16:42:24.857156"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.858941"], ["updated_at", "2018-10-11 16:42:24.858941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.862690"], ["updated_at", "2018-10-11 16:42:24.862690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.864340"], ["updated_at", "2018-10-11 16:42:24.864340"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.866119"], ["updated_at", "2018-10-11 16:42:24.866119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.868422"], ["updated_at", "2018-10-11 16:42:24.868422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.870305"], ["updated_at", "2018-10-11 16:42:24.870305"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.871929"], ["updated_at", "2018-10-11 16:42:24.871929"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.873856"], ["updated_at", "2018-10-11 16:42:24.873856"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.875764"], ["updated_at", "2018-10-11 16:42:24.875764"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.878217"], ["updated_at", "2018-10-11 16:42:24.878217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.880112"], ["updated_at", "2018-10-11 16:42:24.880112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.881906"], ["updated_at", "2018-10-11 16:42:24.881906"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.883739"], ["updated_at", "2018-10-11 16:42:24.883739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.886368"], ["updated_at", "2018-10-11 16:42:24.886368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.888332"], ["updated_at", "2018-10-11 16:42:24.888332"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.890692"], ["updated_at", "2018-10-11 16:42:24.890692"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.893278"], ["updated_at", "2018-10-11 16:42:24.893278"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.895636"], ["updated_at", "2018-10-11 16:42:24.895636"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.898224"], ["updated_at", "2018-10-11 16:42:24.898224"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.900899"], ["updated_at", "2018-10-11 16:42:24.900899"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.903253"], ["updated_at", "2018-10-11 16:42:24.903253"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.905857"], ["updated_at", "2018-10-11 16:42:24.905857"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.908463"], ["updated_at", "2018-10-11 16:42:24.908463"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.911420"], ["updated_at", "2018-10-11 16:42:24.911420"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.913882"], ["updated_at", "2018-10-11 16:42:24.913882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.916004"], ["updated_at", "2018-10-11 16:42:24.916004"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.918055"], ["updated_at", "2018-10-11 16:42:24.918055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.920305"], ["updated_at", "2018-10-11 16:42:24.920305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.921984"], ["updated_at", "2018-10-11 16:42:24.921984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.923669"], ["updated_at", "2018-10-11 16:42:24.923669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.925414"], ["updated_at", "2018-10-11 16:42:24.925414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.928822"], ["updated_at", "2018-10-11 16:42:24.928822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.930502"], ["updated_at", "2018-10-11 16:42:24.930502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.932097"], ["updated_at", "2018-10-11 16:42:24.932097"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.933742"], ["updated_at", "2018-10-11 16:42:24.933742"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.936253"], ["updated_at", "2018-10-11 16:42:24.936253"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.938037"], ["updated_at", "2018-10-11 16:42:24.938037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.940115"], ["updated_at", "2018-10-11 16:42:24.940115"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.941916"], ["updated_at", "2018-10-11 16:42:24.941916"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.945231"], ["updated_at", "2018-10-11 16:42:24.945231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.946887"], ["updated_at", "2018-10-11 16:42:24.946887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.948428"], ["updated_at", "2018-10-11 16:42:24.948428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.950089"], ["updated_at", "2018-10-11 16:42:24.950089"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.951841"], ["updated_at", "2018-10-11 16:42:24.951841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.953824"], ["updated_at", "2018-10-11 16:42:24.953824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.955533"], ["updated_at", "2018-10-11 16:42:24.955533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.957268"], ["updated_at", "2018-10-11 16:42:24.957268"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.958947"], ["updated_at", "2018-10-11 16:42:24.958947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.960896"], ["updated_at", "2018-10-11 16:42:24.960896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.962499"], ["updated_at", "2018-10-11 16:42:24.962499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.964125"], ["updated_at", "2018-10-11 16:42:24.964125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.965729"], ["updated_at", "2018-10-11 16:42:24.965729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.967302"], ["updated_at", "2018-10-11 16:42:24.967302"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.968862"], ["updated_at", "2018-10-11 16:42:24.968862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.970725"], ["updated_at", "2018-10-11 16:42:24.970725"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.972404"], ["updated_at", "2018-10-11 16:42:24.972404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.974085"], ["updated_at", "2018-10-11 16:42:24.974085"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.975752"], ["updated_at", "2018-10-11 16:42:24.975752"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.977700"], ["updated_at", "2018-10-11 16:42:24.977700"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.979796"], ["updated_at", "2018-10-11 16:42:24.979796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.982441"], ["updated_at", "2018-10-11 16:42:24.982441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.984203"], ["updated_at", "2018-10-11 16:42:24.984203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.985843"], ["updated_at", "2018-10-11 16:42:24.985843"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.987448"], ["updated_at", "2018-10-11 16:42:24.987448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.989420"], ["updated_at", "2018-10-11 16:42:24.989420"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.992678"], ["updated_at", "2018-10-11 16:42:24.992678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.994650"], ["updated_at", "2018-10-11 16:42:24.994650"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.996272"], ["updated_at", "2018-10-11 16:42:24.996272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.997869"], ["updated_at", "2018-10-11 16:42:24.997869"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:24.999433"], ["updated_at", "2018-10-11 16:42:24.999433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.001407"], ["updated_at", "2018-10-11 16:42:25.001407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.003050"], ["updated_at", "2018-10-11 16:42:25.003050"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.004682"], ["updated_at", "2018-10-11 16:42:25.004682"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.006472"], ["updated_at", "2018-10-11 16:42:25.006472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.008208"], ["updated_at", "2018-10-11 16:42:25.008208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.009950"], ["updated_at", "2018-10-11 16:42:25.009950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.011682"], ["updated_at", "2018-10-11 16:42:25.011682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.013291"], ["updated_at", "2018-10-11 16:42:25.013291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.014911"], ["updated_at", "2018-10-11 16:42:25.014911"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.016481"], ["updated_at", "2018-10-11 16:42:25.016481"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.018648"], ["updated_at", "2018-10-11 16:42:25.018648"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.021387"], ["updated_at", "2018-10-11 16:42:25.021387"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.024006"], ["updated_at", "2018-10-11 16:42:25.024006"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.026658"], ["updated_at", "2018-10-11 16:42:25.026658"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.029242"], ["updated_at", "2018-10-11 16:42:25.029242"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.031951"], ["updated_at", "2018-10-11 16:42:25.031951"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.034646"], ["updated_at", "2018-10-11 16:42:25.034646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.037264"], ["updated_at", "2018-10-11 16:42:25.037264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.038881"], ["updated_at", "2018-10-11 16:42:25.038881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.040560"], ["updated_at", "2018-10-11 16:42:25.040560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.042135"], ["updated_at", "2018-10-11 16:42:25.042135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.043732"], ["updated_at", "2018-10-11 16:42:25.043732"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.045584"], ["updated_at", "2018-10-11 16:42:25.045584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.048178"], ["updated_at", "2018-10-11 16:42:25.048178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.050021"], ["updated_at", "2018-10-11 16:42:25.050021"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.051696"], ["updated_at", "2018-10-11 16:42:25.051696"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.053314"], ["updated_at", "2018-10-11 16:42:25.053314"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.054865"], ["updated_at", "2018-10-11 16:42:25.054865"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.056485"], ["updated_at", "2018-10-11 16:42:25.056485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.059171"], ["updated_at", "2018-10-11 16:42:25.059171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.060765"], ["updated_at", "2018-10-11 16:42:25.060765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.062314"], ["updated_at", "2018-10-11 16:42:25.062314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.063981"], ["updated_at", "2018-10-11 16:42:25.063981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.065569"], ["updated_at", "2018-10-11 16:42:25.065569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.067198"], ["updated_at", "2018-10-11 16:42:25.067198"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.068839"], ["updated_at", "2018-10-11 16:42:25.068839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.070502"], ["updated_at", "2018-10-11 16:42:25.070502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.072091"], ["updated_at", "2018-10-11 16:42:25.072091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.073712"], ["updated_at", "2018-10-11 16:42:25.073712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.075262"], ["updated_at", "2018-10-11 16:42:25.075262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.076911"], ["updated_at", "2018-10-11 16:42:25.076911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.078458"], ["updated_at", "2018-10-11 16:42:25.078458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.080073"], ["updated_at", "2018-10-11 16:42:25.080073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.081729"], ["updated_at", "2018-10-11 16:42:25.081729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.083350"], ["updated_at", "2018-10-11 16:42:25.083350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.084987"], ["updated_at", "2018-10-11 16:42:25.084987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.086634"], ["updated_at", "2018-10-11 16:42:25.086634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.088274"], ["updated_at", "2018-10-11 16:42:25.088274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.089839"], ["updated_at", "2018-10-11 16:42:25.089839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.091472"], ["updated_at", "2018-10-11 16:42:25.091472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.093039"], ["updated_at", "2018-10-11 16:42:25.093039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.094653"], ["updated_at", "2018-10-11 16:42:25.094653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.096185"], ["updated_at", "2018-10-11 16:42:25.096185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.097825"], ["updated_at", "2018-10-11 16:42:25.097825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.099500"], ["updated_at", "2018-10-11 16:42:25.099500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.101052"], ["updated_at", "2018-10-11 16:42:25.101052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.102672"], ["updated_at", "2018-10-11 16:42:25.102672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.104335"], ["updated_at", "2018-10-11 16:42:25.104335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.105996"], ["updated_at", "2018-10-11 16:42:25.105996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.107593"], ["updated_at", "2018-10-11 16:42:25.107593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.109216"], ["updated_at", "2018-10-11 16:42:25.109216"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.110775"], ["updated_at", "2018-10-11 16:42:25.110775"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.112701"], ["updated_at", "2018-10-11 16:42:25.112701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.115241"], ["updated_at", "2018-10-11 16:42:25.115241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.117123"], ["updated_at", "2018-10-11 16:42:25.117123"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.118816"], ["updated_at", "2018-10-11 16:42:25.118816"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.120414"], ["updated_at", "2018-10-11 16:42:25.120414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.122075"], ["updated_at", "2018-10-11 16:42:25.122075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.123699"], ["updated_at", "2018-10-11 16:42:25.123699"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.126501"], ["updated_at", "2018-10-11 16:42:25.126501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.128153"], ["updated_at", "2018-10-11 16:42:25.128153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.129714"], ["updated_at", "2018-10-11 16:42:25.129714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.131401"], ["updated_at", "2018-10-11 16:42:25.131401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.132950"], ["updated_at", "2018-10-11 16:42:25.132950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.134636"], ["updated_at", "2018-10-11 16:42:25.134636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.136348"], ["updated_at", "2018-10-11 16:42:25.136348"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.137947"], ["updated_at", "2018-10-11 16:42:25.137947"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.139982"], ["updated_at", "2018-10-11 16:42:25.139982"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.142630"], ["updated_at", "2018-10-11 16:42:25.142630"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.145241"], ["updated_at", "2018-10-11 16:42:25.145241"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.147850"], ["updated_at", "2018-10-11 16:42:25.147850"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.150466"], ["updated_at", "2018-10-11 16:42:25.150466"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.153198"], ["updated_at", "2018-10-11 16:42:25.153198"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.155730"], ["updated_at", "2018-10-11 16:42:25.155730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.158293"], ["updated_at", "2018-10-11 16:42:25.158293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.159956"], ["updated_at", "2018-10-11 16:42:25.159956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.161550"], ["updated_at", "2018-10-11 16:42:25.161550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.163105"], ["updated_at", "2018-10-11 16:42:25.163105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.164708"], ["updated_at", "2018-10-11 16:42:25.164708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.166352"], ["updated_at", "2018-10-11 16:42:25.166352"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.167955"], ["updated_at", "2018-10-11 16:42:25.167955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.169596"], ["updated_at", "2018-10-11 16:42:25.169596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.171140"], ["updated_at", "2018-10-11 16:42:25.171140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.172777"], ["updated_at", "2018-10-11 16:42:25.172777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.174399"], ["updated_at", "2018-10-11 16:42:25.174399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.176027"], ["updated_at", "2018-10-11 16:42:25.176027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.177612"], ["updated_at", "2018-10-11 16:42:25.177612"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.179419"], ["updated_at", "2018-10-11 16:42:25.179419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.182015"], ["updated_at", "2018-10-11 16:42:25.182015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.183944"], ["updated_at", "2018-10-11 16:42:25.183944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.185607"], ["updated_at", "2018-10-11 16:42:25.185607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.187278"], ["updated_at", "2018-10-11 16:42:25.187278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.188847"], ["updated_at", "2018-10-11 16:42:25.188847"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.190727"], ["updated_at", "2018-10-11 16:42:25.190727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.193705"], ["updated_at", "2018-10-11 16:42:25.193705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.195350"], ["updated_at", "2018-10-11 16:42:25.195350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.196982"], ["updated_at", "2018-10-11 16:42:25.196982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.198599"], ["updated_at", "2018-10-11 16:42:25.198599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.200153"], ["updated_at", "2018-10-11 16:42:25.200153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.201824"], ["updated_at", "2018-10-11 16:42:25.201824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.203453"], ["updated_at", "2018-10-11 16:42:25.203453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.205034"], ["updated_at", "2018-10-11 16:42:25.205034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.206658"], ["updated_at", "2018-10-11 16:42:25.206658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.208257"], ["updated_at", "2018-10-11 16:42:25.208257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.209890"], ["updated_at", "2018-10-11 16:42:25.209890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.211477"], ["updated_at", "2018-10-11 16:42:25.211477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.213067"], ["updated_at", "2018-10-11 16:42:25.213067"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.214650"], ["updated_at", "2018-10-11 16:42:25.214650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.216397"], ["updated_at", "2018-10-11 16:42:25.216397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.217943"], ["updated_at", "2018-10-11 16:42:25.217943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.219572"], ["updated_at", "2018-10-11 16:42:25.219572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.221176"], ["updated_at", "2018-10-11 16:42:25.221176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.222738"], ["updated_at", "2018-10-11 16:42:25.222738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.224359"], ["updated_at", "2018-10-11 16:42:25.224359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.225959"], ["updated_at", "2018-10-11 16:42:25.225959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.227616"], ["updated_at", "2018-10-11 16:42:25.227616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.229184"], ["updated_at", "2018-10-11 16:42:25.229184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.230828"], ["updated_at", "2018-10-11 16:42:25.230828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.232423"], ["updated_at", "2018-10-11 16:42:25.232423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.234084"], ["updated_at", "2018-10-11 16:42:25.234084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.235651"], ["updated_at", "2018-10-11 16:42:25.235651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.237327"], ["updated_at", "2018-10-11 16:42:25.237327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.238919"], ["updated_at", "2018-10-11 16:42:25.238919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.240592"], ["updated_at", "2018-10-11 16:42:25.240592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.242166"], ["updated_at", "2018-10-11 16:42:25.242166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.243802"], ["updated_at", "2018-10-11 16:42:25.243802"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.245815"], ["updated_at", "2018-10-11 16:42:25.245815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.248441"], ["updated_at", "2018-10-11 16:42:25.248441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.250265"], ["updated_at", "2018-10-11 16:42:25.250265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.252005"], ["updated_at", "2018-10-11 16:42:25.252005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.253638"], ["updated_at", "2018-10-11 16:42:25.253638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.255264"], ["updated_at", "2018-10-11 16:42:25.255264"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.257099"], ["updated_at", "2018-10-11 16:42:25.257099"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.260427"], ["updated_at", "2018-10-11 16:42:25.260427"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.263086"], ["updated_at", "2018-10-11 16:42:25.263086"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.265718"], ["updated_at", "2018-10-11 16:42:25.265718"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.268278"], ["updated_at", "2018-10-11 16:42:25.268278"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.270941"], ["updated_at", "2018-10-11 16:42:25.270941"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.273599"], ["updated_at", "2018-10-11 16:42:25.273599"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.276253"], ["updated_at", "2018-10-11 16:42:25.276253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.278883"], ["updated_at", "2018-10-11 16:42:25.278883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.280614"], ["updated_at", "2018-10-11 16:42:25.280614"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.282206"], ["updated_at", "2018-10-11 16:42:25.282206"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.283878"], ["updated_at", "2018-10-11 16:42:25.283878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.285538"], ["updated_at", "2018-10-11 16:42:25.285538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.287112"], ["updated_at", "2018-10-11 16:42:25.287112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.288756"], ["updated_at", "2018-10-11 16:42:25.288756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.290400"], ["updated_at", "2018-10-11 16:42:25.290400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.291973"], ["updated_at", "2018-10-11 16:42:25.291973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.293602"], ["updated_at", "2018-10-11 16:42:25.293602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.296285"], ["updated_at", "2018-10-11 16:42:25.296285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.297999"], ["updated_at", "2018-10-11 16:42:25.297999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.299619"], ["updated_at", "2018-10-11 16:42:25.299619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.301188"], ["updated_at", "2018-10-11 16:42:25.301188"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.302860"], ["updated_at", "2018-10-11 16:42:25.302860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.304845"], ["updated_at", "2018-10-11 16:42:25.304845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.306453"], ["updated_at", "2018-10-11 16:42:25.306453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.308075"], ["updated_at", "2018-10-11 16:42:25.308075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.309649"], ["updated_at", "2018-10-11 16:42:25.309649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.311290"], ["updated_at", "2018-10-11 16:42:25.311290"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.313104"], ["updated_at", "2018-10-11 16:42:25.313104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.315661"], ["updated_at", "2018-10-11 16:42:25.315661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.317433"], ["updated_at", "2018-10-11 16:42:25.317433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.319071"], ["updated_at", "2018-10-11 16:42:25.319071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.320651"], ["updated_at", "2018-10-11 16:42:25.320651"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.322215"], ["updated_at", "2018-10-11 16:42:25.322215"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.323837"], ["updated_at", "2018-10-11 16:42:25.323837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.326715"], ["updated_at", "2018-10-11 16:42:25.326715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.328319"], ["updated_at", "2018-10-11 16:42:25.328319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.329885"], ["updated_at", "2018-10-11 16:42:25.329885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.331475"], ["updated_at", "2018-10-11 16:42:25.331475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.333096"], ["updated_at", "2018-10-11 16:42:25.333096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.334839"], ["updated_at", "2018-10-11 16:42:25.334839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.336488"], ["updated_at", "2018-10-11 16:42:25.336488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.338069"], ["updated_at", "2018-10-11 16:42:25.338069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.339667"], ["updated_at", "2018-10-11 16:42:25.339667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.341258"], ["updated_at", "2018-10-11 16:42:25.341258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.342828"], ["updated_at", "2018-10-11 16:42:25.342828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.344398"], ["updated_at", "2018-10-11 16:42:25.344398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.346005"], ["updated_at", "2018-10-11 16:42:25.346005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.347585"], ["updated_at", "2018-10-11 16:42:25.347585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.349222"], ["updated_at", "2018-10-11 16:42:25.349222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.350754"], ["updated_at", "2018-10-11 16:42:25.350754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.352410"], ["updated_at", "2018-10-11 16:42:25.352410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.354049"], ["updated_at", "2018-10-11 16:42:25.354049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.355753"], ["updated_at", "2018-10-11 16:42:25.355753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.357345"], ["updated_at", "2018-10-11 16:42:25.357345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.358993"], ["updated_at", "2018-10-11 16:42:25.358993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.360698"], ["updated_at", "2018-10-11 16:42:25.360698"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.362264"], ["updated_at", "2018-10-11 16:42:25.362264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.363916"], ["updated_at", "2018-10-11 16:42:25.363916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.365498"], ["updated_at", "2018-10-11 16:42:25.365498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.367120"], ["updated_at", "2018-10-11 16:42:25.367120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.368675"], ["updated_at", "2018-10-11 16:42:25.368675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.370315"], ["updated_at", "2018-10-11 16:42:25.370315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.371865"], ["updated_at", "2018-10-11 16:42:25.371865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.373447"], ["updated_at", "2018-10-11 16:42:25.373447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.375019"], ["updated_at", "2018-10-11 16:42:25.375019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.376622"], ["updated_at", "2018-10-11 16:42:25.376622"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.378342"], ["updated_at", "2018-10-11 16:42:25.378342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.380864"], ["updated_at", "2018-10-11 16:42:25.380864"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.382913"], ["updated_at", "2018-10-11 16:42:25.382913"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.384859"], ["updated_at", "2018-10-11 16:42:25.384859"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.386886"], ["updated_at", "2018-10-11 16:42:25.386886"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.389870"], ["updated_at", "2018-10-11 16:42:25.389870"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.391885"], ["updated_at", "2018-10-11 16:42:25.391885"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.393867"], ["updated_at", "2018-10-11 16:42:25.393867"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.397141"], ["updated_at", "2018-10-11 16:42:25.397141"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.399827"], ["updated_at", "2018-10-11 16:42:25.399827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.402511"], ["updated_at", "2018-10-11 16:42:25.402511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.404380"], ["updated_at", "2018-10-11 16:42:25.404380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.405969"], ["updated_at", "2018-10-11 16:42:25.405969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.407584"], ["updated_at", "2018-10-11 16:42:25.407584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.409143"], ["updated_at", "2018-10-11 16:42:25.409143"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.410740"], ["updated_at", "2018-10-11 16:42:25.410740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.412534"], ["updated_at", "2018-10-11 16:42:25.412534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.414144"], ["updated_at", "2018-10-11 16:42:25.414144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.415773"], ["updated_at", "2018-10-11 16:42:25.415773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.417338"], ["updated_at", "2018-10-11 16:42:25.417338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.418884"], ["updated_at", "2018-10-11 16:42:25.418884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.420501"], ["updated_at", "2018-10-11 16:42:25.420501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.422026"], ["updated_at", "2018-10-11 16:42:25.422026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.423655"], ["updated_at", "2018-10-11 16:42:25.423655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.425211"], ["updated_at", "2018-10-11 16:42:25.425211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.426801"], ["updated_at", "2018-10-11 16:42:25.426801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.428364"], ["updated_at", "2018-10-11 16:42:25.428364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.429978"], ["updated_at", "2018-10-11 16:42:25.429978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.431659"], ["updated_at", "2018-10-11 16:42:25.431659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.433310"], ["updated_at", "2018-10-11 16:42:25.433310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.434940"], ["updated_at", "2018-10-11 16:42:25.434940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.436678"], ["updated_at", "2018-10-11 16:42:25.436678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.438224"], ["updated_at", "2018-10-11 16:42:25.438224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.439831"], ["updated_at", "2018-10-11 16:42:25.439831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.441587"], ["updated_at", "2018-10-11 16:42:25.441587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.443204"], ["updated_at", "2018-10-11 16:42:25.443204"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.444823"], ["updated_at", "2018-10-11 16:42:25.444823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.447515"], ["updated_at", "2018-10-11 16:42:25.447515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.449521"], ["updated_at", "2018-10-11 16:42:25.449521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.451194"], ["updated_at", "2018-10-11 16:42:25.451194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.452823"], ["updated_at", "2018-10-11 16:42:25.452823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.454470"], ["updated_at", "2018-10-11 16:42:25.454470"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.456189"], ["updated_at", "2018-10-11 16:42:25.456189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.458835"], ["updated_at", "2018-10-11 16:42:25.458835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.460514"], ["updated_at", "2018-10-11 16:42:25.460514"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.462060"], ["updated_at", "2018-10-11 16:42:25.462060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.464086"], ["updated_at", "2018-10-11 16:42:25.464086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.465714"], ["updated_at", "2018-10-11 16:42:25.465714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.467335"], ["updated_at", "2018-10-11 16:42:25.467335"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.469079"], ["updated_at", "2018-10-11 16:42:25.469079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.470742"], ["updated_at", "2018-10-11 16:42:25.470742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.472290"], ["updated_at", "2018-10-11 16:42:25.472290"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.473916"], ["updated_at", "2018-10-11 16:42:25.473916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.475597"], ["updated_at", "2018-10-11 16:42:25.475597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.477216"], ["updated_at", "2018-10-11 16:42:25.477216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.478785"], ["updated_at", "2018-10-11 16:42:25.478785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.480399"], ["updated_at", "2018-10-11 16:42:25.480399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.482009"], ["updated_at", "2018-10-11 16:42:25.482009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.483660"], ["updated_at", "2018-10-11 16:42:25.483660"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.485207"], ["updated_at", "2018-10-11 16:42:25.485207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.486863"], ["updated_at", "2018-10-11 16:42:25.486863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.488603"], ["updated_at", "2018-10-11 16:42:25.488603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.490145"], ["updated_at", "2018-10-11 16:42:25.490145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.491789"], ["updated_at", "2018-10-11 16:42:25.491789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.493381"], ["updated_at", "2018-10-11 16:42:25.493381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.494986"], ["updated_at", "2018-10-11 16:42:25.494986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.496536"], ["updated_at", "2018-10-11 16:42:25.496536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.498145"], ["updated_at", "2018-10-11 16:42:25.498145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.499786"], ["updated_at", "2018-10-11 16:42:25.499786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.501434"], ["updated_at", "2018-10-11 16:42:25.501434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.502984"], ["updated_at", "2018-10-11 16:42:25.502984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.504671"], ["updated_at", "2018-10-11 16:42:25.504671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.506241"], ["updated_at", "2018-10-11 16:42:25.506241"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.507849"], ["updated_at", "2018-10-11 16:42:25.507849"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.510039"], ["updated_at", "2018-10-11 16:42:25.510039"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.512640"], ["updated_at", "2018-10-11 16:42:25.512640"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.515568"], ["updated_at", "2018-10-11 16:42:25.515568"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.517591"], ["updated_at", "2018-10-11 16:42:25.517591"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.519604"], ["updated_at", "2018-10-11 16:42:25.519604"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.521629"], ["updated_at", "2018-10-11 16:42:25.521629"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.523698"], ["updated_at", "2018-10-11 16:42:25.523698"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.525555"], ["updated_at", "2018-10-11 16:42:25.525555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.530313"], ["updated_at", "2018-10-11 16:42:25.530313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.531958"], ["updated_at", "2018-10-11 16:42:25.531958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.533548"], ["updated_at", "2018-10-11 16:42:25.533548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.535191"], ["updated_at", "2018-10-11 16:42:25.535191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.536799"], ["updated_at", "2018-10-11 16:42:25.536799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.538421"], ["updated_at", "2018-10-11 16:42:25.538421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.540053"], ["updated_at", "2018-10-11 16:42:25.540053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.541833"], ["updated_at", "2018-10-11 16:42:25.541833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.543540"], ["updated_at", "2018-10-11 16:42:25.543540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.545162"], ["updated_at", "2018-10-11 16:42:25.545162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.546758"], ["updated_at", "2018-10-11 16:42:25.546758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.548392"], ["updated_at", "2018-10-11 16:42:25.548392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.550013"], ["updated_at", "2018-10-11 16:42:25.550013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.551642"], ["updated_at", "2018-10-11 16:42:25.551642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.553214"], ["updated_at", "2018-10-11 16:42:25.553214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.554856"], ["updated_at", "2018-10-11 16:42:25.554856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.556443"], ["updated_at", "2018-10-11 16:42:25.556443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.558092"], ["updated_at", "2018-10-11 16:42:25.558092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.559695"], ["updated_at", "2018-10-11 16:42:25.559695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.561283"], ["updated_at", "2018-10-11 16:42:25.561283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.562916"], ["updated_at", "2018-10-11 16:42:25.562916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.564472"], ["updated_at", "2018-10-11 16:42:25.564472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.566067"], ["updated_at", "2018-10-11 16:42:25.566067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.567616"], ["updated_at", "2018-10-11 16:42:25.567616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.569281"], ["updated_at", "2018-10-11 16:42:25.569281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.570837"], ["updated_at", "2018-10-11 16:42:25.570837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.572515"], ["updated_at", "2018-10-11 16:42:25.572515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.574184"], ["updated_at", "2018-10-11 16:42:25.574184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.575876"], ["updated_at", "2018-10-11 16:42:25.575876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.577437"], ["updated_at", "2018-10-11 16:42:25.577437"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.579211"], ["updated_at", "2018-10-11 16:42:25.579211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.581912"], ["updated_at", "2018-10-11 16:42:25.581912"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.583813"], ["updated_at", "2018-10-11 16:42:25.583813"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.586022"], ["updated_at", "2018-10-11 16:42:25.586022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.588119"], ["updated_at", "2018-10-11 16:42:25.588119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.589862"], ["updated_at", "2018-10-11 16:42:25.589862"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.591498"], ["updated_at", "2018-10-11 16:42:25.591498"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.594512"], ["updated_at", "2018-10-11 16:42:25.594512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.596274"], ["updated_at", "2018-10-11 16:42:25.596274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.597858"], ["updated_at", "2018-10-11 16:42:25.597858"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.599510"], ["updated_at", "2018-10-11 16:42:25.599510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.601276"], ["updated_at", "2018-10-11 16:42:25.601276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.602903"], ["updated_at", "2018-10-11 16:42:25.602903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.604549"], ["updated_at", "2018-10-11 16:42:25.604549"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.606153"], ["updated_at", "2018-10-11 16:42:25.606153"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.608191"], ["updated_at", "2018-10-11 16:42:25.608191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.610393"], ["updated_at", "2018-10-11 16:42:25.610393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.612180"], ["updated_at", "2018-10-11 16:42:25.612180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.613821"], ["updated_at", "2018-10-11 16:42:25.613821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.615429"], ["updated_at", "2018-10-11 16:42:25.615429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.617062"], ["updated_at", "2018-10-11 16:42:25.617062"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.618613"], ["updated_at", "2018-10-11 16:42:25.618613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.620302"], ["updated_at", "2018-10-11 16:42:25.620302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.621931"], ["updated_at", "2018-10-11 16:42:25.621931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.623509"], ["updated_at", "2018-10-11 16:42:25.623509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.625219"], ["updated_at", "2018-10-11 16:42:25.625219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.627039"], ["updated_at", "2018-10-11 16:42:25.627039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.628687"], ["updated_at", "2018-10-11 16:42:25.628687"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.630300"], ["updated_at", "2018-10-11 16:42:25.630300"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.632674"], ["updated_at", "2018-10-11 16:42:25.632674"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.636934"], ["updated_at", "2018-10-11 16:42:25.636934"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.639634"], ["updated_at", "2018-10-11 16:42:25.639634"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.642237"], ["updated_at", "2018-10-11 16:42:25.642237"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.644834"], ["updated_at", "2018-10-11 16:42:25.644834"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.647122"], ["updated_at", "2018-10-11 16:42:25.647122"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.649466"], ["updated_at", "2018-10-11 16:42:25.649466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.651523"], ["updated_at", "2018-10-11 16:42:25.651523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.653299"], ["updated_at", "2018-10-11 16:42:25.653299"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.655113"], ["updated_at", "2018-10-11 16:42:25.655113"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.657395"], ["updated_at", "2018-10-11 16:42:25.657395"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.659925"], ["updated_at", "2018-10-11 16:42:25.659925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.663216"], ["updated_at", "2018-10-11 16:42:25.663216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.664871"], ["updated_at", "2018-10-11 16:42:25.664871"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.666432"], ["updated_at", "2018-10-11 16:42:25.666432"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.668064"], ["updated_at", "2018-10-11 16:42:25.668064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.669693"], ["updated_at", "2018-10-11 16:42:25.669693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.671238"], ["updated_at", "2018-10-11 16:42:25.671238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.672838"], ["updated_at", "2018-10-11 16:42:25.672838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.674565"], ["updated_at", "2018-10-11 16:42:25.674565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.676152"], ["updated_at", "2018-10-11 16:42:25.676152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.677771"], ["updated_at", "2018-10-11 16:42:25.677771"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.679482"], ["updated_at", "2018-10-11 16:42:25.679482"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.681199"], ["updated_at", "2018-10-11 16:42:25.681199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.682967"], ["updated_at", "2018-10-11 16:42:25.682967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.684581"], ["updated_at", "2018-10-11 16:42:25.684581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.686179"], ["updated_at", "2018-10-11 16:42:25.686179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.687875"], ["updated_at", "2018-10-11 16:42:25.687875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.689618"], ["updated_at", "2018-10-11 16:42:25.689618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.691214"], ["updated_at", "2018-10-11 16:42:25.691214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.692866"], ["updated_at", "2018-10-11 16:42:25.692866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.694579"], ["updated_at", "2018-10-11 16:42:25.694579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.696170"], ["updated_at", "2018-10-11 16:42:25.696170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.697758"], ["updated_at", "2018-10-11 16:42:25.697758"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.699334"], ["updated_at", "2018-10-11 16:42:25.699334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.700987"], ["updated_at", "2018-10-11 16:42:25.700987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.702954"], ["updated_at", "2018-10-11 16:42:25.702954"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.704968"], ["updated_at", "2018-10-11 16:42:25.704968"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.706713"], ["updated_at", "2018-10-11 16:42:25.706713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.708407"], ["updated_at", "2018-10-11 16:42:25.708407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.710000"], ["updated_at", "2018-10-11 16:42:25.710000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.711622"], ["updated_at", "2018-10-11 16:42:25.711622"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.714187"], ["updated_at", "2018-10-11 16:42:25.714187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.716548"], ["updated_at", "2018-10-11 16:42:25.716548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.718270"], ["updated_at", "2018-10-11 16:42:25.718270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.720056"], ["updated_at", "2018-10-11 16:42:25.720056"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.721686"], ["updated_at", "2018-10-11 16:42:25.721686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.723233"], ["updated_at", "2018-10-11 16:42:25.723233"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.725939"], ["updated_at", "2018-10-11 16:42:25.725939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.727849"], ["updated_at", "2018-10-11 16:42:25.727849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.729408"], ["updated_at", "2018-10-11 16:42:25.729408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.731022"], ["updated_at", "2018-10-11 16:42:25.731022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.732572"], ["updated_at", "2018-10-11 16:42:25.732572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.734226"], ["updated_at", "2018-10-11 16:42:25.734226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.735852"], ["updated_at", "2018-10-11 16:42:25.735852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.737469"], ["updated_at", "2018-10-11 16:42:25.737469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.738993"], ["updated_at", "2018-10-11 16:42:25.738993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.740583"], ["updated_at", "2018-10-11 16:42:25.740583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.742138"], ["updated_at", "2018-10-11 16:42:25.742138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.743855"], ["updated_at", "2018-10-11 16:42:25.743855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.745431"], ["updated_at", "2018-10-11 16:42:25.745431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.747011"], ["updated_at", "2018-10-11 16:42:25.747011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.748572"], ["updated_at", "2018-10-11 16:42:25.748572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.750207"], ["updated_at", "2018-10-11 16:42:25.750207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.751772"], ["updated_at", "2018-10-11 16:42:25.751772"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.753372"], ["updated_at", "2018-10-11 16:42:25.753372"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.755050"], ["updated_at", "2018-10-11 16:42:25.755050"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.758209"], ["updated_at", "2018-10-11 16:42:25.758209"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.760876"], ["updated_at", "2018-10-11 16:42:25.760876"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.763483"], ["updated_at", "2018-10-11 16:42:25.763483"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.766124"], ["updated_at", "2018-10-11 16:42:25.766124"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.768705"], ["updated_at", "2018-10-11 16:42:25.768705"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.771439"], ["updated_at", "2018-10-11 16:42:25.771439"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.773925"], ["updated_at", "2018-10-11 16:42:25.773925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.776342"], ["updated_at", "2018-10-11 16:42:25.776342"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.777961"], ["updated_at", "2018-10-11 16:42:25.777961"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.780135"], ["updated_at", "2018-10-11 16:42:25.780135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.782720"], ["updated_at", "2018-10-11 16:42:25.782720"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.784472"], ["updated_at", "2018-10-11 16:42:25.784472"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.786093"], ["updated_at", "2018-10-11 16:42:25.786093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.787659"], ["updated_at", "2018-10-11 16:42:25.787659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.789602"], ["updated_at", "2018-10-11 16:42:25.789602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.791334"], ["updated_at", "2018-10-11 16:42:25.791334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.794246"], ["updated_at", "2018-10-11 16:42:25.794246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.796852"], ["updated_at", "2018-10-11 16:42:25.796852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.798713"], ["updated_at", "2018-10-11 16:42:25.798713"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.800309"], ["updated_at", "2018-10-11 16:42:25.800309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.802240"], ["updated_at", "2018-10-11 16:42:25.802240"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.803842"], ["updated_at", "2018-10-11 16:42:25.803842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.805668"], ["updated_at", "2018-10-11 16:42:25.805668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.807344"], ["updated_at", "2018-10-11 16:42:25.807344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.808958"], ["updated_at", "2018-10-11 16:42:25.808958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.810524"], ["updated_at", "2018-10-11 16:42:25.810524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.812327"], ["updated_at", "2018-10-11 16:42:25.812327"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.814131"], ["updated_at", "2018-10-11 16:42:25.814131"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.815859"], ["updated_at", "2018-10-11 16:42:25.815859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.817697"], ["updated_at", "2018-10-11 16:42:25.817697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.819615"], ["updated_at", "2018-10-11 16:42:25.819615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.821226"], ["updated_at", "2018-10-11 16:42:25.821226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.822965"], ["updated_at", "2018-10-11 16:42:25.822965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.824678"], ["updated_at", "2018-10-11 16:42:25.824678"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.826456"], ["updated_at", "2018-10-11 16:42:25.826456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.828565"], ["updated_at", "2018-10-11 16:42:25.828565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.830148"], ["updated_at", "2018-10-11 16:42:25.830148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.831756"], ["updated_at", "2018-10-11 16:42:25.831756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.833316"], ["updated_at", "2018-10-11 16:42:25.833316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.835106"], ["updated_at", "2018-10-11 16:42:25.835106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.836812"], ["updated_at", "2018-10-11 16:42:25.836812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.838380"], ["updated_at", "2018-10-11 16:42:25.838380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.840015"], ["updated_at", "2018-10-11 16:42:25.840015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.841586"], ["updated_at", "2018-10-11 16:42:25.841586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.843192"], ["updated_at", "2018-10-11 16:42:25.843192"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.844980"], ["updated_at", "2018-10-11 16:42:25.844980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.847968"], ["updated_at", "2018-10-11 16:42:25.847968"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.849854"], ["updated_at", "2018-10-11 16:42:25.849854"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.851730"], ["updated_at", "2018-10-11 16:42:25.851730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.853597"], ["updated_at", "2018-10-11 16:42:25.853597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.855367"], ["updated_at", "2018-10-11 16:42:25.855367"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.857097"], ["updated_at", "2018-10-11 16:42:25.857097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.860066"], ["updated_at", "2018-10-11 16:42:25.860066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.861669"], ["updated_at", "2018-10-11 16:42:25.861669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.863275"], ["updated_at", "2018-10-11 16:42:25.863275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.864921"], ["updated_at", "2018-10-11 16:42:25.864921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.866689"], ["updated_at", "2018-10-11 16:42:25.866689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.868240"], ["updated_at", "2018-10-11 16:42:25.868240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.869991"], ["updated_at", "2018-10-11 16:42:25.869991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.871711"], ["updated_at", "2018-10-11 16:42:25.871711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.873282"], ["updated_at", "2018-10-11 16:42:25.873282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.875015"], ["updated_at", "2018-10-11 16:42:25.875015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.876791"], ["updated_at", "2018-10-11 16:42:25.876791"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.878596"], ["updated_at", "2018-10-11 16:42:25.878596"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.881294"], ["updated_at", "2018-10-11 16:42:25.881294"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.883856"], ["updated_at", "2018-10-11 16:42:25.883856"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.886497"], ["updated_at", "2018-10-11 16:42:25.886497"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.888794"], ["updated_at", "2018-10-11 16:42:25.888794"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.891589"], ["updated_at", "2018-10-11 16:42:25.891589"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.894265"], ["updated_at", "2018-10-11 16:42:25.894265"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.897053"], ["updated_at", "2018-10-11 16:42:25.897053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.899072"], ["updated_at", "2018-10-11 16:42:25.899072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.900671"], ["updated_at", "2018-10-11 16:42:25.900671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.902341"], ["updated_at", "2018-10-11 16:42:25.902341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.903998"], ["updated_at", "2018-10-11 16:42:25.903998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.905582"], ["updated_at", "2018-10-11 16:42:25.905582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.907130"], ["updated_at", "2018-10-11 16:42:25.907130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.908733"], ["updated_at", "2018-10-11 16:42:25.908733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.910379"], ["updated_at", "2018-10-11 16:42:25.910379"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.912038"], ["updated_at", "2018-10-11 16:42:25.912038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.914601"], ["updated_at", "2018-10-11 16:42:25.914601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.916524"], ["updated_at", "2018-10-11 16:42:25.916524"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.918247"], ["updated_at", "2018-10-11 16:42:25.918247"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.919846"], ["updated_at", "2018-10-11 16:42:25.919846"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.921429"], ["updated_at", "2018-10-11 16:42:25.921429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.922957"], ["updated_at", "2018-10-11 16:42:25.922957"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.925828"], ["updated_at", "2018-10-11 16:42:25.925828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.927509"], ["updated_at", "2018-10-11 16:42:25.927509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.929071"], ["updated_at", "2018-10-11 16:42:25.929071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.930700"], ["updated_at", "2018-10-11 16:42:25.930700"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.932395"], ["updated_at", "2018-10-11 16:42:25.932395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.934050"], ["updated_at", "2018-10-11 16:42:25.934050"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.935727"], ["updated_at", "2018-10-11 16:42:25.935727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.937497"], ["updated_at", "2018-10-11 16:42:25.937497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.939144"], ["updated_at", "2018-10-11 16:42:25.939144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.940716"], ["updated_at", "2018-10-11 16:42:25.940716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.942319"], ["updated_at", "2018-10-11 16:42:25.942319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.943974"], ["updated_at", "2018-10-11 16:42:25.943974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.945608"], ["updated_at", "2018-10-11 16:42:25.945608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.947202"], ["updated_at", "2018-10-11 16:42:25.947202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.948834"], ["updated_at", "2018-10-11 16:42:25.948834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.950560"], ["updated_at", "2018-10-11 16:42:25.950560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.952227"], ["updated_at", "2018-10-11 16:42:25.952227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.953833"], ["updated_at", "2018-10-11 16:42:25.953833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.955371"], ["updated_at", "2018-10-11 16:42:25.955371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.957194"], ["updated_at", "2018-10-11 16:42:25.957194"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.958967"], ["updated_at", "2018-10-11 16:42:25.958967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.960764"], ["updated_at", "2018-10-11 16:42:25.960764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.962580"], ["updated_at", "2018-10-11 16:42:25.962580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.964265"], ["updated_at", "2018-10-11 16:42:25.964265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.965879"], ["updated_at", "2018-10-11 16:42:25.965879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.967475"], ["updated_at", "2018-10-11 16:42:25.967475"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.969091"], ["updated_at", "2018-10-11 16:42:25.969091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.970749"], ["updated_at", "2018-10-11 16:42:25.970749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.972383"], ["updated_at", "2018-10-11 16:42:25.972383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.973963"], ["updated_at", "2018-10-11 16:42:25.973963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.975588"], ["updated_at", "2018-10-11 16:42:25.975588"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.977180"], ["updated_at", "2018-10-11 16:42:25.977180"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.978801"], ["updated_at", "2018-10-11 16:42:25.978801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.981474"], ["updated_at", "2018-10-11 16:42:25.981474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.983414"], ["updated_at", "2018-10-11 16:42:25.983414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.985052"], ["updated_at", "2018-10-11 16:42:25.985052"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.986759"], ["updated_at", "2018-10-11 16:42:25.986759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.988998"], ["updated_at", "2018-10-11 16:42:25.988998"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.990701"], ["updated_at", "2018-10-11 16:42:25.990701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.993586"], ["updated_at", "2018-10-11 16:42:25.993586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.996329"], ["updated_at", "2018-10-11 16:42:25.996329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.997975"], ["updated_at", "2018-10-11 16:42:25.997975"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:25.999540"], ["updated_at", "2018-10-11 16:42:25.999540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.001220"], ["updated_at", "2018-10-11 16:42:26.001220"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.003244"], ["updated_at", "2018-10-11 16:42:26.003244"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.006050"], ["updated_at", "2018-10-11 16:42:26.006050"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.008632"], ["updated_at", "2018-10-11 16:42:26.008632"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.011244"], ["updated_at", "2018-10-11 16:42:26.011244"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.013814"], ["updated_at", "2018-10-11 16:42:26.013814"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.016467"], ["updated_at", "2018-10-11 16:42:26.016467"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.019225"], ["updated_at", "2018-10-11 16:42:26.019225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.021864"], ["updated_at", "2018-10-11 16:42:26.021864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.023442"], ["updated_at", "2018-10-11 16:42:26.023442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.025150"], ["updated_at", "2018-10-11 16:42:26.025150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.026737"], ["updated_at", "2018-10-11 16:42:26.026737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.028307"], ["updated_at", "2018-10-11 16:42:26.028307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.029908"], ["updated_at", "2018-10-11 16:42:26.029908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.031533"], ["updated_at", "2018-10-11 16:42:26.031533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.033051"], ["updated_at", "2018-10-11 16:42:26.033051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.034711"], ["updated_at", "2018-10-11 16:42:26.034711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.036284"], ["updated_at", "2018-10-11 16:42:26.036284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.037906"], ["updated_at", "2018-10-11 16:42:26.037906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.039509"], ["updated_at", "2018-10-11 16:42:26.039509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.041090"], ["updated_at", "2018-10-11 16:42:26.041090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.042708"], ["updated_at", "2018-10-11 16:42:26.042708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.044271"], ["updated_at", "2018-10-11 16:42:26.044271"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.046131"], ["updated_at", "2018-10-11 16:42:26.046131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.048714"], ["updated_at", "2018-10-11 16:42:26.048714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.050627"], ["updated_at", "2018-10-11 16:42:26.050627"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.052281"], ["updated_at", "2018-10-11 16:42:26.052281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.053846"], ["updated_at", "2018-10-11 16:42:26.053846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.055429"], ["updated_at", "2018-10-11 16:42:26.055429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.057048"], ["updated_at", "2018-10-11 16:42:26.057048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.059911"], ["updated_at", "2018-10-11 16:42:26.059911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.061501"], ["updated_at", "2018-10-11 16:42:26.061501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.063170"], ["updated_at", "2018-10-11 16:42:26.063170"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.064722"], ["updated_at", "2018-10-11 16:42:26.064722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.066378"], ["updated_at", "2018-10-11 16:42:26.066378"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.067980"], ["updated_at", "2018-10-11 16:42:26.067980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.069717"], ["updated_at", "2018-10-11 16:42:26.069717"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.071400"], ["updated_at", "2018-10-11 16:42:26.071400"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.073234"], ["updated_at", "2018-10-11 16:42:26.073234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.074862"], ["updated_at", "2018-10-11 16:42:26.074862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.076475"], ["updated_at", "2018-10-11 16:42:26.076475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.078164"], ["updated_at", "2018-10-11 16:42:26.078164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.079733"], ["updated_at", "2018-10-11 16:42:26.079733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.081405"], ["updated_at", "2018-10-11 16:42:26.081405"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.083132"], ["updated_at", "2018-10-11 16:42:26.083132"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.084825"], ["updated_at", "2018-10-11 16:42:26.084825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.086595"], ["updated_at", "2018-10-11 16:42:26.086595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.088256"], ["updated_at", "2018-10-11 16:42:26.088256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.089865"], ["updated_at", "2018-10-11 16:42:26.089865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.091496"], ["updated_at", "2018-10-11 16:42:26.091496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.093050"], ["updated_at", "2018-10-11 16:42:26.093050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.094674"], ["updated_at", "2018-10-11 16:42:26.094674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.096173"], ["updated_at", "2018-10-11 16:42:26.096173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.097810"], ["updated_at", "2018-10-11 16:42:26.097810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.099392"], ["updated_at", "2018-10-11 16:42:26.099392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.100992"], ["updated_at", "2018-10-11 16:42:26.100992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.102533"], ["updated_at", "2018-10-11 16:42:26.102533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.104141"], ["updated_at", "2018-10-11 16:42:26.104141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.105699"], ["updated_at", "2018-10-11 16:42:26.105699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.107369"], ["updated_at", "2018-10-11 16:42:26.107369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.108943"], ["updated_at", "2018-10-11 16:42:26.108943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.110496"], ["updated_at", "2018-10-11 16:42:26.110496"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.112264"], ["updated_at", "2018-10-11 16:42:26.112264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.114771"], ["updated_at", "2018-10-11 16:42:26.114771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.117006"], ["updated_at", "2018-10-11 16:42:26.117006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.118686"], ["updated_at", "2018-10-11 16:42:26.118686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.120297"], ["updated_at", "2018-10-11 16:42:26.120297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.121923"], ["updated_at", "2018-10-11 16:42:26.121923"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.123505"], ["updated_at", "2018-10-11 16:42:26.123505"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.126363"], ["updated_at", "2018-10-11 16:42:26.126363"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.129059"], ["updated_at", "2018-10-11 16:42:26.129059"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.131596"], ["updated_at", "2018-10-11 16:42:26.131596"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.134202"], ["updated_at", "2018-10-11 16:42:26.134202"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.136659"], ["updated_at", "2018-10-11 16:42:26.136659"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.139328"], ["updated_at", "2018-10-11 16:42:26.139328"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.141926"], ["updated_at", "2018-10-11 16:42:26.141926"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.144489"], ["updated_at", "2018-10-11 16:42:26.144489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.146745"], ["updated_at", "2018-10-11 16:42:26.146745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.148374"], ["updated_at", "2018-10-11 16:42:26.148374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.150020"], ["updated_at", "2018-10-11 16:42:26.150020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.151585"], ["updated_at", "2018-10-11 16:42:26.151585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.153190"], ["updated_at", "2018-10-11 16:42:26.153190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.154742"], ["updated_at", "2018-10-11 16:42:26.154742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.156433"], ["updated_at", "2018-10-11 16:42:26.156433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.157992"], ["updated_at", "2018-10-11 16:42:26.157992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.159640"], ["updated_at", "2018-10-11 16:42:26.159640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.161218"], ["updated_at", "2018-10-11 16:42:26.161218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.162812"], ["updated_at", "2018-10-11 16:42:26.162812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.164383"], ["updated_at", "2018-10-11 16:42:26.164383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.166106"], ["updated_at", "2018-10-11 16:42:26.166106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.167708"], ["updated_at", "2018-10-11 16:42:26.167708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.169321"], ["updated_at", "2018-10-11 16:42:26.169321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.170959"], ["updated_at", "2018-10-11 16:42:26.170959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.172574"], ["updated_at", "2018-10-11 16:42:26.172574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.174130"], ["updated_at", "2018-10-11 16:42:26.174130"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.175728"], ["updated_at", "2018-10-11 16:42:26.175728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.177436"], ["updated_at", "2018-10-11 16:42:26.177436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.179171"], ["updated_at", "2018-10-11 16:42:26.179171"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.181718"], ["updated_at", "2018-10-11 16:42:26.181718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.183867"], ["updated_at", "2018-10-11 16:42:26.183867"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.185593"], ["updated_at", "2018-10-11 16:42:26.185593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.187706"], ["updated_at", "2018-10-11 16:42:26.187706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.189349"], ["updated_at", "2018-10-11 16:42:26.189349"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.191037"], ["updated_at", "2018-10-11 16:42:26.191037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.193994"], ["updated_at", "2018-10-11 16:42:26.193994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.195685"], ["updated_at", "2018-10-11 16:42:26.195685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.197330"], ["updated_at", "2018-10-11 16:42:26.197330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.198977"], ["updated_at", "2018-10-11 16:42:26.198977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.200637"], ["updated_at", "2018-10-11 16:42:26.200637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.202340"], ["updated_at", "2018-10-11 16:42:26.202340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.204072"], ["updated_at", "2018-10-11 16:42:26.204072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.205744"], ["updated_at", "2018-10-11 16:42:26.205744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.207348"], ["updated_at", "2018-10-11 16:42:26.207348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.208949"], ["updated_at", "2018-10-11 16:42:26.208949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.210548"], ["updated_at", "2018-10-11 16:42:26.210548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.212145"], ["updated_at", "2018-10-11 16:42:26.212145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.213731"], ["updated_at", "2018-10-11 16:42:26.213731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.215329"], ["updated_at", "2018-10-11 16:42:26.215329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.216874"], ["updated_at", "2018-10-11 16:42:26.216874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.218485"], ["updated_at", "2018-10-11 16:42:26.218485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.220078"], ["updated_at", "2018-10-11 16:42:26.220078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.221692"], ["updated_at", "2018-10-11 16:42:26.221692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.223248"], ["updated_at", "2018-10-11 16:42:26.223248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.224874"], ["updated_at", "2018-10-11 16:42:26.224874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.226439"], ["updated_at", "2018-10-11 16:42:26.226439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.228046"], ["updated_at", "2018-10-11 16:42:26.228046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.229833"], ["updated_at", "2018-10-11 16:42:26.229833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.231461"], ["updated_at", "2018-10-11 16:42:26.231461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.233052"], ["updated_at", "2018-10-11 16:42:26.233052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.234663"], ["updated_at", "2018-10-11 16:42:26.234663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.236333"], ["updated_at", "2018-10-11 16:42:26.236333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.237958"], ["updated_at", "2018-10-11 16:42:26.237958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.239502"], ["updated_at", "2018-10-11 16:42:26.239502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.241121"], ["updated_at", "2018-10-11 16:42:26.241121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.242685"], ["updated_at", "2018-10-11 16:42:26.242685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.244269"], ["updated_at", "2018-10-11 16:42:26.244269"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.245918"], ["updated_at", "2018-10-11 16:42:26.245918"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.248460"], ["updated_at", "2018-10-11 16:42:26.248460"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.250894"], ["updated_at", "2018-10-11 16:42:26.250894"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.253256"], ["updated_at", "2018-10-11 16:42:26.253256"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.255347"], ["updated_at", "2018-10-11 16:42:26.255347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.257275"], ["updated_at", "2018-10-11 16:42:26.257275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.259236"], ["updated_at", "2018-10-11 16:42:26.259236"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.263847"], ["updated_at", "2018-10-11 16:42:26.263847"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.266441"], ["updated_at", "2018-10-11 16:42:26.266441"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.268934"], ["updated_at", "2018-10-11 16:42:26.268934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.270750"], ["updated_at", "2018-10-11 16:42:26.270750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.272378"], ["updated_at", "2018-10-11 16:42:26.272378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.273965"], ["updated_at", "2018-10-11 16:42:26.273965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.275552"], ["updated_at", "2018-10-11 16:42:26.275552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.277156"], ["updated_at", "2018-10-11 16:42:26.277156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.278710"], ["updated_at", "2018-10-11 16:42:26.278710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.280324"], ["updated_at", "2018-10-11 16:42:26.280324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.281941"], ["updated_at", "2018-10-11 16:42:26.281941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.283588"], ["updated_at", "2018-10-11 16:42:26.283588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.285134"], ["updated_at", "2018-10-11 16:42:26.285134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.286725"], ["updated_at", "2018-10-11 16:42:26.286725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.288526"], ["updated_at", "2018-10-11 16:42:26.288526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.290135"], ["updated_at", "2018-10-11 16:42:26.290135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.291730"], ["updated_at", "2018-10-11 16:42:26.291730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.293290"], ["updated_at", "2018-10-11 16:42:26.293290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.294913"], ["updated_at", "2018-10-11 16:42:26.294913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.296575"], ["updated_at", "2018-10-11 16:42:26.296575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.298241"], ["updated_at", "2018-10-11 16:42:26.298241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.299826"], ["updated_at", "2018-10-11 16:42:26.299826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.301466"], ["updated_at", "2018-10-11 16:42:26.301466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.303009"], ["updated_at", "2018-10-11 16:42:26.303009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.304760"], ["updated_at", "2018-10-11 16:42:26.304760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.306478"], ["updated_at", "2018-10-11 16:42:26.306478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.308129"], ["updated_at", "2018-10-11 16:42:26.308129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.309783"], ["updated_at", "2018-10-11 16:42:26.309783"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.311493"], ["updated_at", "2018-10-11 16:42:26.311493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.314329"], ["updated_at", "2018-10-11 16:42:26.314329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.316293"], ["updated_at", "2018-10-11 16:42:26.316293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.317961"], ["updated_at", "2018-10-11 16:42:26.317961"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.319579"], ["updated_at", "2018-10-11 16:42:26.319579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.321180"], ["updated_at", "2018-10-11 16:42:26.321180"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.322742"], ["updated_at", "2018-10-11 16:42:26.322742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.325398"], ["updated_at", "2018-10-11 16:42:26.325398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.326954"], ["updated_at", "2018-10-11 16:42:26.326954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.328579"], ["updated_at", "2018-10-11 16:42:26.328579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.330211"], ["updated_at", "2018-10-11 16:42:26.330211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.331791"], ["updated_at", "2018-10-11 16:42:26.331791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.333473"], ["updated_at", "2018-10-11 16:42:26.333473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.335187"], ["updated_at", "2018-10-11 16:42:26.335187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.337024"], ["updated_at", "2018-10-11 16:42:26.337024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.338678"], ["updated_at", "2018-10-11 16:42:26.338678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.341392"], ["updated_at", "2018-10-11 16:42:26.341392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.343054"], ["updated_at", "2018-10-11 16:42:26.343054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.344651"], ["updated_at", "2018-10-11 16:42:26.344651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.346251"], ["updated_at", "2018-10-11 16:42:26.346251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.347893"], ["updated_at", "2018-10-11 16:42:26.347893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.349540"], ["updated_at", "2018-10-11 16:42:26.349540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.351234"], ["updated_at", "2018-10-11 16:42:26.351234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.352788"], ["updated_at", "2018-10-11 16:42:26.352788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.354472"], ["updated_at", "2018-10-11 16:42:26.354472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.356000"], ["updated_at", "2018-10-11 16:42:26.356000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.357680"], ["updated_at", "2018-10-11 16:42:26.357680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.359238"], ["updated_at", "2018-10-11 16:42:26.359238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.360855"], ["updated_at", "2018-10-11 16:42:26.360855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.362410"], ["updated_at", "2018-10-11 16:42:26.362410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.364047"], ["updated_at", "2018-10-11 16:42:26.364047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.365606"], ["updated_at", "2018-10-11 16:42:26.365606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.367239"], ["updated_at", "2018-10-11 16:42:26.367239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.368854"], ["updated_at", "2018-10-11 16:42:26.368854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.370492"], ["updated_at", "2018-10-11 16:42:26.370492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.372036"], ["updated_at", "2018-10-11 16:42:26.372036"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.373924"], ["updated_at", "2018-10-11 16:42:26.373924"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.376598"], ["updated_at", "2018-10-11 16:42:26.376598"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.379155"], ["updated_at", "2018-10-11 16:42:26.379155"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.382057"], ["updated_at", "2018-10-11 16:42:26.382057"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.384141"], ["updated_at", "2018-10-11 16:42:26.384141"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.386122"], ["updated_at", "2018-10-11 16:42:26.386122"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.388371"], ["updated_at", "2018-10-11 16:42:26.388371"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.390329"], ["updated_at", "2018-10-11 16:42:26.390329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.392323"], ["updated_at", "2018-10-11 16:42:26.392323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.396593"], ["updated_at", "2018-10-11 16:42:26.396593"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.398147"], ["updated_at", "2018-10-11 16:42:26.398147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.399795"], ["updated_at", "2018-10-11 16:42:26.399795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.401343"], ["updated_at", "2018-10-11 16:42:26.401343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.403064"], ["updated_at", "2018-10-11 16:42:26.403064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.404655"], ["updated_at", "2018-10-11 16:42:26.404655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.406222"], ["updated_at", "2018-10-11 16:42:26.406222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.407886"], ["updated_at", "2018-10-11 16:42:26.407886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.409449"], ["updated_at", "2018-10-11 16:42:26.409449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.411005"], ["updated_at", "2018-10-11 16:42:26.411005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.412646"], ["updated_at", "2018-10-11 16:42:26.412646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.414197"], ["updated_at", "2018-10-11 16:42:26.414197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.415806"], ["updated_at", "2018-10-11 16:42:26.415806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.417437"], ["updated_at", "2018-10-11 16:42:26.417437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.418986"], ["updated_at", "2018-10-11 16:42:26.418986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.420685"], ["updated_at", "2018-10-11 16:42:26.420685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.422290"], ["updated_at", "2018-10-11 16:42:26.422290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.423829"], ["updated_at", "2018-10-11 16:42:26.423829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.425499"], ["updated_at", "2018-10-11 16:42:26.425499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.427034"], ["updated_at", "2018-10-11 16:42:26.427034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.428648"], ["updated_at", "2018-10-11 16:42:26.428648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.430190"], ["updated_at", "2018-10-11 16:42:26.430190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.431834"], ["updated_at", "2018-10-11 16:42:26.431834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.433464"], ["updated_at", "2018-10-11 16:42:26.433464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.435615"], ["updated_at", "2018-10-11 16:42:26.435615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.437206"], ["updated_at", "2018-10-11 16:42:26.437206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.438848"], ["updated_at", "2018-10-11 16:42:26.438848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.440455"], ["updated_at", "2018-10-11 16:42:26.440455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.442004"], ["updated_at", "2018-10-11 16:42:26.442004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.443586"], ["updated_at", "2018-10-11 16:42:26.443586"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.445249"], ["updated_at", "2018-10-11 16:42:26.445249"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.447924"], ["updated_at", "2018-10-11 16:42:26.447924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.449940"], ["updated_at", "2018-10-11 16:42:26.449940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.451567"], ["updated_at", "2018-10-11 16:42:26.451567"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.453172"], ["updated_at", "2018-10-11 16:42:26.453172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.454764"], ["updated_at", "2018-10-11 16:42:26.454764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.456313"], ["updated_at", "2018-10-11 16:42:26.456313"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.459107"], ["updated_at", "2018-10-11 16:42:26.459107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.460825"], ["updated_at", "2018-10-11 16:42:26.460825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.462409"], ["updated_at", "2018-10-11 16:42:26.462409"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.464046"], ["updated_at", "2018-10-11 16:42:26.464046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.466095"], ["updated_at", "2018-10-11 16:42:26.466095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.467830"], ["updated_at", "2018-10-11 16:42:26.467830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.469595"], ["updated_at", "2018-10-11 16:42:26.469595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.471215"], ["updated_at", "2018-10-11 16:42:26.471215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.472817"], ["updated_at", "2018-10-11 16:42:26.472817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.474379"], ["updated_at", "2018-10-11 16:42:26.474379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.475935"], ["updated_at", "2018-10-11 16:42:26.475935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.477544"], ["updated_at", "2018-10-11 16:42:26.477544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.479101"], ["updated_at", "2018-10-11 16:42:26.479101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.480766"], ["updated_at", "2018-10-11 16:42:26.480766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.482371"], ["updated_at", "2018-10-11 16:42:26.482371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.483948"], ["updated_at", "2018-10-11 16:42:26.483948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.485555"], ["updated_at", "2018-10-11 16:42:26.485555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.487228"], ["updated_at", "2018-10-11 16:42:26.487228"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.488864"], ["updated_at", "2018-10-11 16:42:26.488864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.490474"], ["updated_at", "2018-10-11 16:42:26.490474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.492126"], ["updated_at", "2018-10-11 16:42:26.492126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.493736"], ["updated_at", "2018-10-11 16:42:26.493736"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.495569"], ["updated_at", "2018-10-11 16:42:26.495569"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.498278"], ["updated_at", "2018-10-11 16:42:26.498278"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.500876"], ["updated_at", "2018-10-11 16:42:26.500876"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.503504"], ["updated_at", "2018-10-11 16:42:26.503504"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.506242"], ["updated_at", "2018-10-11 16:42:26.506242"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.508873"], ["updated_at", "2018-10-11 16:42:26.508873"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.511511"], ["updated_at", "2018-10-11 16:42:26.511511"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.513929"], ["updated_at", "2018-10-11 16:42:26.513929"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.516199"], ["updated_at", "2018-10-11 16:42:26.516199"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.518100"], ["updated_at", "2018-10-11 16:42:26.518100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.519866"], ["updated_at", "2018-10-11 16:42:26.519866"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.521580"], ["updated_at", "2018-10-11 16:42:26.521580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.523131"], ["updated_at", "2018-10-11 16:42:26.523131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.525858"], ["updated_at", "2018-10-11 16:42:26.525858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.527641"], ["updated_at", "2018-10-11 16:42:26.527641"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.529221"], ["updated_at", "2018-10-11 16:42:26.529221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.530959"], ["updated_at", "2018-10-11 16:42:26.530959"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.532581"], ["updated_at", "2018-10-11 16:42:26.532581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.534373"], ["updated_at", "2018-10-11 16:42:26.534373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.536126"], ["updated_at", "2018-10-11 16:42:26.536126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.537762"], ["updated_at", "2018-10-11 16:42:26.537762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.539394"], ["updated_at", "2018-10-11 16:42:26.539394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.540977"], ["updated_at", "2018-10-11 16:42:26.540977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.542618"], ["updated_at", "2018-10-11 16:42:26.542618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.544143"], ["updated_at", "2018-10-11 16:42:26.544143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.545823"], ["updated_at", "2018-10-11 16:42:26.545823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.547373"], ["updated_at", "2018-10-11 16:42:26.547373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.548984"], ["updated_at", "2018-10-11 16:42:26.548984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.550539"], ["updated_at", "2018-10-11 16:42:26.550539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.552161"], ["updated_at", "2018-10-11 16:42:26.552161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.553741"], ["updated_at", "2018-10-11 16:42:26.553741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.555346"], ["updated_at", "2018-10-11 16:42:26.555346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.556932"], ["updated_at", "2018-10-11 16:42:26.556932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.558518"], ["updated_at", "2018-10-11 16:42:26.558518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.560126"], ["updated_at", "2018-10-11 16:42:26.560126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.561793"], ["updated_at", "2018-10-11 16:42:26.561793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.563369"], ["updated_at", "2018-10-11 16:42:26.563369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.564971"], ["updated_at", "2018-10-11 16:42:26.564971"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.566519"], ["updated_at", "2018-10-11 16:42:26.566519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.568290"], ["updated_at", "2018-10-11 16:42:26.568290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.569841"], ["updated_at", "2018-10-11 16:42:26.569841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.571495"], ["updated_at", "2018-10-11 16:42:26.571495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.573198"], ["updated_at", "2018-10-11 16:42:26.573198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.574823"], ["updated_at", "2018-10-11 16:42:26.574823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.576430"], ["updated_at", "2018-10-11 16:42:26.576430"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.577981"], ["updated_at", "2018-10-11 16:42:26.577981"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.580020"], ["updated_at", "2018-10-11 16:42:26.580020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.582637"], ["updated_at", "2018-10-11 16:42:26.582637"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.584488"], ["updated_at", "2018-10-11 16:42:26.584488"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.588596"], ["updated_at", "2018-10-11 16:42:26.588596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.590448"], ["updated_at", "2018-10-11 16:42:26.590448"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.592162"], ["updated_at", "2018-10-11 16:42:26.592162"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.595104"], ["updated_at", "2018-10-11 16:42:26.595104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.596939"], ["updated_at", "2018-10-11 16:42:26.596939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.598614"], ["updated_at", "2018-10-11 16:42:26.598614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.600261"], ["updated_at", "2018-10-11 16:42:26.600261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.601895"], ["updated_at", "2018-10-11 16:42:26.601895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.603530"], ["updated_at", "2018-10-11 16:42:26.603530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.605143"], ["updated_at", "2018-10-11 16:42:26.605143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.606689"], ["updated_at", "2018-10-11 16:42:26.606689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.608318"], ["updated_at", "2018-10-11 16:42:26.608318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.609879"], ["updated_at", "2018-10-11 16:42:26.609879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.611489"], ["updated_at", "2018-10-11 16:42:26.611489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.613052"], ["updated_at", "2018-10-11 16:42:26.613052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.614739"], ["updated_at", "2018-10-11 16:42:26.614739"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.616296"], ["updated_at", "2018-10-11 16:42:26.616296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.618008"], ["updated_at", "2018-10-11 16:42:26.618008"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.619637"], ["updated_at", "2018-10-11 16:42:26.619637"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.621815"], ["updated_at", "2018-10-11 16:42:26.621815"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.624362"], ["updated_at", "2018-10-11 16:42:26.624362"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.626931"], ["updated_at", "2018-10-11 16:42:26.626931"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.629564"], ["updated_at", "2018-10-11 16:42:26.629564"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.632063"], ["updated_at", "2018-10-11 16:42:26.632063"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.634750"], ["updated_at", "2018-10-11 16:42:26.634750"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.637334"], ["updated_at", "2018-10-11 16:42:26.637334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.639952"], ["updated_at", "2018-10-11 16:42:26.639952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.641727"], ["updated_at", "2018-10-11 16:42:26.641727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.643298"], ["updated_at", "2018-10-11 16:42:26.643298"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.645147"], ["updated_at", "2018-10-11 16:42:26.645147"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.648112"], ["updated_at", "2018-10-11 16:42:26.648112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.650157"], ["updated_at", "2018-10-11 16:42:26.650157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.651813"], ["updated_at", "2018-10-11 16:42:26.651813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.653469"], ["updated_at", "2018-10-11 16:42:26.653469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.655179"], ["updated_at", "2018-10-11 16:42:26.655179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.656788"], ["updated_at", "2018-10-11 16:42:26.656788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.659356"], ["updated_at", "2018-10-11 16:42:26.659356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.661164"], ["updated_at", "2018-10-11 16:42:26.661164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.662791"], ["updated_at", "2018-10-11 16:42:26.662791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.664416"], ["updated_at", "2018-10-11 16:42:26.664416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.666033"], ["updated_at", "2018-10-11 16:42:26.666033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.667614"], ["updated_at", "2018-10-11 16:42:26.667614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.669260"], ["updated_at", "2018-10-11 16:42:26.669260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.670919"], ["updated_at", "2018-10-11 16:42:26.670919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.672521"], ["updated_at", "2018-10-11 16:42:26.672521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.674134"], ["updated_at", "2018-10-11 16:42:26.674134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.675708"], ["updated_at", "2018-10-11 16:42:26.675708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.677314"], ["updated_at", "2018-10-11 16:42:26.677314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.678918"], ["updated_at", "2018-10-11 16:42:26.678918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.680504"], ["updated_at", "2018-10-11 16:42:26.680504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.682073"], ["updated_at", "2018-10-11 16:42:26.682073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.683729"], ["updated_at", "2018-10-11 16:42:26.683729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.685362"], ["updated_at", "2018-10-11 16:42:26.685362"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.687233"], ["updated_at", "2018-10-11 16:42:26.687233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.690356"], ["updated_at", "2018-10-11 16:42:26.690356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.692081"], ["updated_at", "2018-10-11 16:42:26.692081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.693722"], ["updated_at", "2018-10-11 16:42:26.693722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.695304"], ["updated_at", "2018-10-11 16:42:26.695304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.696912"], ["updated_at", "2018-10-11 16:42:26.696912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.698500"], ["updated_at", "2018-10-11 16:42:26.698500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.700156"], ["updated_at", "2018-10-11 16:42:26.700156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.701804"], ["updated_at", "2018-10-11 16:42:26.701804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.703478"], ["updated_at", "2018-10-11 16:42:26.703478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.705173"], ["updated_at", "2018-10-11 16:42:26.705173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.706700"], ["updated_at", "2018-10-11 16:42:26.706700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.708343"], ["updated_at", "2018-10-11 16:42:26.708343"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.709865"], ["updated_at", "2018-10-11 16:42:26.709865"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.711862"], ["updated_at", "2018-10-11 16:42:26.711862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.714440"], ["updated_at", "2018-10-11 16:42:26.714440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.716413"], ["updated_at", "2018-10-11 16:42:26.716413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.718057"], ["updated_at", "2018-10-11 16:42:26.718057"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.719735"], ["updated_at", "2018-10-11 16:42:26.719735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.721297"], ["updated_at", "2018-10-11 16:42:26.721297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.722857"], ["updated_at", "2018-10-11 16:42:26.722857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.725652"], ["updated_at", "2018-10-11 16:42:26.725652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.727212"], ["updated_at", "2018-10-11 16:42:26.727212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.728809"], ["updated_at", "2018-10-11 16:42:26.728809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.730355"], ["updated_at", "2018-10-11 16:42:26.730355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.731997"], ["updated_at", "2018-10-11 16:42:26.731997"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.733561"], ["updated_at", "2018-10-11 16:42:26.733561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.735163"], ["updated_at", "2018-10-11 16:42:26.735163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.736785"], ["updated_at", "2018-10-11 16:42:26.736785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.738406"], ["updated_at", "2018-10-11 16:42:26.738406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.739965"], ["updated_at", "2018-10-11 16:42:26.739965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.741568"], ["updated_at", "2018-10-11 16:42:26.741568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.743196"], ["updated_at", "2018-10-11 16:42:26.743196"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.744790"], ["updated_at", "2018-10-11 16:42:26.744790"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.746878"], ["updated_at", "2018-10-11 16:42:26.746878"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.749533"], ["updated_at", "2018-10-11 16:42:26.749533"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.752202"], ["updated_at", "2018-10-11 16:42:26.752202"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.754873"], ["updated_at", "2018-10-11 16:42:26.754873"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.757544"], ["updated_at", "2018-10-11 16:42:26.757544"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.760180"], ["updated_at", "2018-10-11 16:42:26.760180"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.762777"], ["updated_at", "2018-10-11 16:42:26.762777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.765404"], ["updated_at", "2018-10-11 16:42:26.765404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.766944"], ["updated_at", "2018-10-11 16:42:26.766944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.768594"], ["updated_at", "2018-10-11 16:42:26.768594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.770282"], ["updated_at", "2018-10-11 16:42:26.770282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.771862"], ["updated_at", "2018-10-11 16:42:26.771862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.773394"], ["updated_at", "2018-10-11 16:42:26.773394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.775045"], ["updated_at", "2018-10-11 16:42:26.775045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.776588"], ["updated_at", "2018-10-11 16:42:26.776588"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.778301"], ["updated_at", "2018-10-11 16:42:26.778301"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.780767"], ["updated_at", "2018-10-11 16:42:26.780767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.782916"], ["updated_at", "2018-10-11 16:42:26.782916"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.784548"], ["updated_at", "2018-10-11 16:42:26.784548"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.786155"], ["updated_at", "2018-10-11 16:42:26.786155"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.787790"], ["updated_at", "2018-10-11 16:42:26.787790"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.791163"], ["updated_at", "2018-10-11 16:42:26.791163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.794330"], ["updated_at", "2018-10-11 16:42:26.794330"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.796172"], ["updated_at", "2018-10-11 16:42:26.796172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.797850"], ["updated_at", "2018-10-11 16:42:26.797850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.799469"], ["updated_at", "2018-10-11 16:42:26.799469"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.801053"], ["updated_at", "2018-10-11 16:42:26.801053"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.802720"], ["updated_at", "2018-10-11 16:42:26.802720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.804560"], ["updated_at", "2018-10-11 16:42:26.804560"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.806208"], ["updated_at", "2018-10-11 16:42:26.806208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.807892"], ["updated_at", "2018-10-11 16:42:26.807892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.809553"], ["updated_at", "2018-10-11 16:42:26.809553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.811152"], ["updated_at", "2018-10-11 16:42:26.811152"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.812895"], ["updated_at", "2018-10-11 16:42:26.812895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.814628"], ["updated_at", "2018-10-11 16:42:26.814628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.816428"], ["updated_at", "2018-10-11 16:42:26.816428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.818046"], ["updated_at", "2018-10-11 16:42:26.818046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.819663"], ["updated_at", "2018-10-11 16:42:26.819663"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.821233"], ["updated_at", "2018-10-11 16:42:26.821233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.822904"], ["updated_at", "2018-10-11 16:42:26.822904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.824538"], ["updated_at", "2018-10-11 16:42:26.824538"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.826299"], ["updated_at", "2018-10-11 16:42:26.826299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.828495"], ["updated_at", "2018-10-11 16:42:26.828495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.830136"], ["updated_at", "2018-10-11 16:42:26.830136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.831769"], ["updated_at", "2018-10-11 16:42:26.831769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.833395"], ["updated_at", "2018-10-11 16:42:26.833395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.835047"], ["updated_at", "2018-10-11 16:42:26.835047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.836664"], ["updated_at", "2018-10-11 16:42:26.836664"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.838239"], ["updated_at", "2018-10-11 16:42:26.838239"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.839920"], ["updated_at", "2018-10-11 16:42:26.839920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.841597"], ["updated_at", "2018-10-11 16:42:26.841597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.843154"], ["updated_at", "2018-10-11 16:42:26.843154"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.845081"], ["updated_at", "2018-10-11 16:42:26.845081"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.849622"], ["updated_at", "2018-10-11 16:42:26.849622"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.852283"], ["updated_at", "2018-10-11 16:42:26.852283"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.854379"], ["updated_at", "2018-10-11 16:42:26.854379"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.856472"], ["updated_at", "2018-10-11 16:42:26.856472"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.858691"], ["updated_at", "2018-10-11 16:42:26.858691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.861072"], ["updated_at", "2018-10-11 16:42:26.861072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.864035"], ["updated_at", "2018-10-11 16:42:26.864035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.866236"], ["updated_at", "2018-10-11 16:42:26.866236"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.868168"], ["updated_at", "2018-10-11 16:42:26.868168"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.870169"], ["updated_at", "2018-10-11 16:42:26.870169"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.873132"], ["updated_at", "2018-10-11 16:42:26.873132"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.875832"], ["updated_at", "2018-10-11 16:42:26.875832"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.878536"], ["updated_at", "2018-10-11 16:42:26.878536"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.881186"], ["updated_at", "2018-10-11 16:42:26.881186"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.883724"], ["updated_at", "2018-10-11 16:42:26.883724"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.886427"], ["updated_at", "2018-10-11 16:42:26.886427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.889080"], ["updated_at", "2018-10-11 16:42:26.889080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.890928"], ["updated_at", "2018-10-11 16:42:26.890928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.892583"], ["updated_at", "2018-10-11 16:42:26.892583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.894285"], ["updated_at", "2018-10-11 16:42:26.894285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.895865"], ["updated_at", "2018-10-11 16:42:26.895865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.897561"], ["updated_at", "2018-10-11 16:42:26.897561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.899177"], ["updated_at", "2018-10-11 16:42:26.899177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.900802"], ["updated_at", "2018-10-11 16:42:26.900802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.902388"], ["updated_at", "2018-10-11 16:42:26.902388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.903986"], ["updated_at", "2018-10-11 16:42:26.903986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.905555"], ["updated_at", "2018-10-11 16:42:26.905555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.907155"], ["updated_at", "2018-10-11 16:42:26.907155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.908705"], ["updated_at", "2018-10-11 16:42:26.908705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.910284"], ["updated_at", "2018-10-11 16:42:26.910284"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.912261"], ["updated_at", "2018-10-11 16:42:26.912261"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.914901"], ["updated_at", "2018-10-11 16:42:26.914901"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.916875"], ["updated_at", "2018-10-11 16:42:26.916875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.918678"], ["updated_at", "2018-10-11 16:42:26.918678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.920305"], ["updated_at", "2018-10-11 16:42:26.920305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.921887"], ["updated_at", "2018-10-11 16:42:26.921887"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.923533"], ["updated_at", "2018-10-11 16:42:26.923533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.926624"], ["updated_at", "2018-10-11 16:42:26.926624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.928315"], ["updated_at", "2018-10-11 16:42:26.928315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.929889"], ["updated_at", "2018-10-11 16:42:26.929889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.931503"], ["updated_at", "2018-10-11 16:42:26.931503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.933086"], ["updated_at", "2018-10-11 16:42:26.933086"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.934752"], ["updated_at", "2018-10-11 16:42:26.934752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.936558"], ["updated_at", "2018-10-11 16:42:26.936558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.938148"], ["updated_at", "2018-10-11 16:42:26.938148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.939780"], ["updated_at", "2018-10-11 16:42:26.939780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.941360"], ["updated_at", "2018-10-11 16:42:26.941360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.942978"], ["updated_at", "2018-10-11 16:42:26.942978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.944533"], ["updated_at", "2018-10-11 16:42:26.944533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.946186"], ["updated_at", "2018-10-11 16:42:26.946186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.947724"], ["updated_at", "2018-10-11 16:42:26.947724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.949332"], ["updated_at", "2018-10-11 16:42:26.949332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.951216"], ["updated_at", "2018-10-11 16:42:26.951216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.952809"], ["updated_at", "2018-10-11 16:42:26.952809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.954422"], ["updated_at", "2018-10-11 16:42:26.954422"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.955947"], ["updated_at", "2018-10-11 16:42:26.955947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.957614"], ["updated_at", "2018-10-11 16:42:26.957614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.959164"], ["updated_at", "2018-10-11 16:42:26.959164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.960821"], ["updated_at", "2018-10-11 16:42:26.960821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.962466"], ["updated_at", "2018-10-11 16:42:26.962466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.963990"], ["updated_at", "2018-10-11 16:42:26.963990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.965592"], ["updated_at", "2018-10-11 16:42:26.965592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.967133"], ["updated_at", "2018-10-11 16:42:26.967133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.968800"], ["updated_at", "2018-10-11 16:42:26.968800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.970335"], ["updated_at", "2018-10-11 16:42:26.970335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.971947"], ["updated_at", "2018-10-11 16:42:26.971947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.973503"], ["updated_at", "2018-10-11 16:42:26.973503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.975121"], ["updated_at", "2018-10-11 16:42:26.975121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.976713"], ["updated_at", "2018-10-11 16:42:26.976713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.978332"], ["updated_at", "2018-10-11 16:42:26.978332"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.980339"], ["updated_at", "2018-10-11 16:42:26.980339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.982985"], ["updated_at", "2018-10-11 16:42:26.982985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.984662"], ["updated_at", "2018-10-11 16:42:26.984662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.986309"], ["updated_at", "2018-10-11 16:42:26.986309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.987964"], ["updated_at", "2018-10-11 16:42:26.987964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.989822"], ["updated_at", "2018-10-11 16:42:26.989822"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.991550"], ["updated_at", "2018-10-11 16:42:26.991550"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.995087"], ["updated_at", "2018-10-11 16:42:26.995087"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.997232"], ["updated_at", "2018-10-11 16:42:26.997232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:26.999521"], ["updated_at", "2018-10-11 16:42:26.999521"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.001542"], ["updated_at", "2018-10-11 16:42:27.001542"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.004089"], ["updated_at", "2018-10-11 16:42:27.004089"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.006993"], ["updated_at", "2018-10-11 16:42:27.006993"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.009258"], ["updated_at", "2018-10-11 16:42:27.009258"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.011506"], ["updated_at", "2018-10-11 16:42:27.011506"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.013547"], ["updated_at", "2018-10-11 16:42:27.013547"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.015752"], ["updated_at", "2018-10-11 16:42:27.015752"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.018436"], ["updated_at", "2018-10-11 16:42:27.018436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.020446"], ["updated_at", "2018-10-11 16:42:27.020446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.022287"], ["updated_at", "2018-10-11 16:42:27.022287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.023912"], ["updated_at", "2018-10-11 16:42:27.023912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.025516"], ["updated_at", "2018-10-11 16:42:27.025516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.027141"], ["updated_at", "2018-10-11 16:42:27.027141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.029264"], ["updated_at", "2018-10-11 16:42:27.029264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.031079"], ["updated_at", "2018-10-11 16:42:27.031079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.032877"], ["updated_at", "2018-10-11 16:42:27.032877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.034624"], ["updated_at", "2018-10-11 16:42:27.034624"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.036305"], ["updated_at", "2018-10-11 16:42:27.036305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.038262"], ["updated_at", "2018-10-11 16:42:27.038262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.040094"], ["updated_at", "2018-10-11 16:42:27.040094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.041774"], ["updated_at", "2018-10-11 16:42:27.041774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.043437"], ["updated_at", "2018-10-11 16:42:27.043437"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.045091"], ["updated_at", "2018-10-11 16:42:27.045091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.047562"], ["updated_at", "2018-10-11 16:42:27.047562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.049609"], ["updated_at", "2018-10-11 16:42:27.049609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.052658"], ["updated_at", "2018-10-11 16:42:27.052658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.054273"], ["updated_at", "2018-10-11 16:42:27.054273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.055899"], ["updated_at", "2018-10-11 16:42:27.055899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.058741"], ["updated_at", "2018-10-11 16:42:27.058741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.060414"], ["updated_at", "2018-10-11 16:42:27.060414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.062016"], ["updated_at", "2018-10-11 16:42:27.062016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.063639"], ["updated_at", "2018-10-11 16:42:27.063639"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.065178"], ["updated_at", "2018-10-11 16:42:27.065178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.066949"], ["updated_at", "2018-10-11 16:42:27.066949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.068573"], ["updated_at", "2018-10-11 16:42:27.068573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.070341"], ["updated_at", "2018-10-11 16:42:27.070341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.071884"], ["updated_at", "2018-10-11 16:42:27.071884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.073542"], ["updated_at", "2018-10-11 16:42:27.073542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.075069"], ["updated_at", "2018-10-11 16:42:27.075069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.076702"], ["updated_at", "2018-10-11 16:42:27.076702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.078274"], ["updated_at", "2018-10-11 16:42:27.078274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.079835"], ["updated_at", "2018-10-11 16:42:27.079835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.081380"], ["updated_at", "2018-10-11 16:42:27.081380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.082975"], ["updated_at", "2018-10-11 16:42:27.082975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.084618"], ["updated_at", "2018-10-11 16:42:27.084618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.086159"], ["updated_at", "2018-10-11 16:42:27.086159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.087936"], ["updated_at", "2018-10-11 16:42:27.087936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.089643"], ["updated_at", "2018-10-11 16:42:27.089643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.091262"], ["updated_at", "2018-10-11 16:42:27.091262"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.092841"], ["updated_at", "2018-10-11 16:42:27.092841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.094483"], ["updated_at", "2018-10-11 16:42:27.094483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.096024"], ["updated_at", "2018-10-11 16:42:27.096024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.097672"], ["updated_at", "2018-10-11 16:42:27.097672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.099293"], ["updated_at", "2018-10-11 16:42:27.099293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.100942"], ["updated_at", "2018-10-11 16:42:27.100942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.102512"], ["updated_at", "2018-10-11 16:42:27.102512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.104120"], ["updated_at", "2018-10-11 16:42:27.104120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.105685"], ["updated_at", "2018-10-11 16:42:27.105685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.107337"], ["updated_at", "2018-10-11 16:42:27.107337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.108887"], ["updated_at", "2018-10-11 16:42:27.108887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.110416"], ["updated_at", "2018-10-11 16:42:27.110416"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.112074"], ["updated_at", "2018-10-11 16:42:27.112074"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.114621"], ["updated_at", "2018-10-11 16:42:27.114621"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.117487"], ["updated_at", "2018-10-11 16:42:27.117487"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.119625"], ["updated_at", "2018-10-11 16:42:27.119625"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.121628"], ["updated_at", "2018-10-11 16:42:27.121628"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.123580"], ["updated_at", "2018-10-11 16:42:27.123580"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.125445"], ["updated_at", "2018-10-11 16:42:27.125445"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.130395"], ["updated_at", "2018-10-11 16:42:27.130395"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.133064"], ["updated_at", "2018-10-11 16:42:27.133064"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.135711"], ["updated_at", "2018-10-11 16:42:27.135711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.137776"], ["updated_at", "2018-10-11 16:42:27.137776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.139395"], ["updated_at", "2018-10-11 16:42:27.139395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.140974"], ["updated_at", "2018-10-11 16:42:27.140974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.142619"], ["updated_at", "2018-10-11 16:42:27.142619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.144156"], ["updated_at", "2018-10-11 16:42:27.144156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.145751"], ["updated_at", "2018-10-11 16:42:27.145751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.147320"], ["updated_at", "2018-10-11 16:42:27.147320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.148946"], ["updated_at", "2018-10-11 16:42:27.148946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.150530"], ["updated_at", "2018-10-11 16:42:27.150530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.152121"], ["updated_at", "2018-10-11 16:42:27.152121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.153765"], ["updated_at", "2018-10-11 16:42:27.153765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.155328"], ["updated_at", "2018-10-11 16:42:27.155328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.156940"], ["updated_at", "2018-10-11 16:42:27.156940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.158722"], ["updated_at", "2018-10-11 16:42:27.158722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.160270"], ["updated_at", "2018-10-11 16:42:27.160270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.161853"], ["updated_at", "2018-10-11 16:42:27.161853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.163511"], ["updated_at", "2018-10-11 16:42:27.163511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.165071"], ["updated_at", "2018-10-11 16:42:27.165071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.166691"], ["updated_at", "2018-10-11 16:42:27.166691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.168260"], ["updated_at", "2018-10-11 16:42:27.168260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.169989"], ["updated_at", "2018-10-11 16:42:27.169989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.171689"], ["updated_at", "2018-10-11 16:42:27.171689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.173269"], ["updated_at", "2018-10-11 16:42:27.173269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.174886"], ["updated_at", "2018-10-11 16:42:27.174886"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.176457"], ["updated_at", "2018-10-11 16:42:27.176457"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.178261"], ["updated_at", "2018-10-11 16:42:27.178261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.180793"], ["updated_at", "2018-10-11 16:42:27.180793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.182929"], ["updated_at", "2018-10-11 16:42:27.182929"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.184627"], ["updated_at", "2018-10-11 16:42:27.184627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.186498"], ["updated_at", "2018-10-11 16:42:27.186498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.188206"], ["updated_at", "2018-10-11 16:42:27.188206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.189834"], ["updated_at", "2018-10-11 16:42:27.189834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.192556"], ["updated_at", "2018-10-11 16:42:27.192556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.194136"], ["updated_at", "2018-10-11 16:42:27.194136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.195763"], ["updated_at", "2018-10-11 16:42:27.195763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.197314"], ["updated_at", "2018-10-11 16:42:27.197314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.198990"], ["updated_at", "2018-10-11 16:42:27.198990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.200544"], ["updated_at", "2018-10-11 16:42:27.200544"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.202217"], ["updated_at", "2018-10-11 16:42:27.202217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.203966"], ["updated_at", "2018-10-11 16:42:27.203966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.205524"], ["updated_at", "2018-10-11 16:42:27.205524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.207208"], ["updated_at", "2018-10-11 16:42:27.207208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.208748"], ["updated_at", "2018-10-11 16:42:27.208748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.210376"], ["updated_at", "2018-10-11 16:42:27.210376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.212035"], ["updated_at", "2018-10-11 16:42:27.212035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.213716"], ["updated_at", "2018-10-11 16:42:27.213716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.215333"], ["updated_at", "2018-10-11 16:42:27.215333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.216885"], ["updated_at", "2018-10-11 16:42:27.216885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.218488"], ["updated_at", "2018-10-11 16:42:27.218488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.220109"], ["updated_at", "2018-10-11 16:42:27.220109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.221660"], ["updated_at", "2018-10-11 16:42:27.221660"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.223327"], ["updated_at", "2018-10-11 16:42:27.223327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.225065"], ["updated_at", "2018-10-11 16:42:27.225065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.226608"], ["updated_at", "2018-10-11 16:42:27.226608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.228297"], ["updated_at", "2018-10-11 16:42:27.228297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.229875"], ["updated_at", "2018-10-11 16:42:27.229875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.231449"], ["updated_at", "2018-10-11 16:42:27.231449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.233013"], ["updated_at", "2018-10-11 16:42:27.233013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.234628"], ["updated_at", "2018-10-11 16:42:27.234628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.236226"], ["updated_at", "2018-10-11 16:42:27.236226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.237787"], ["updated_at", "2018-10-11 16:42:27.237787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.239368"], ["updated_at", "2018-10-11 16:42:27.239368"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.241122"], ["updated_at", "2018-10-11 16:42:27.241122"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.243672"], ["updated_at", "2018-10-11 16:42:27.243672"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.246283"], ["updated_at", "2018-10-11 16:42:27.246283"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.249112"], ["updated_at", "2018-10-11 16:42:27.249112"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.251243"], ["updated_at", "2018-10-11 16:42:27.251243"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.253236"], ["updated_at", "2018-10-11 16:42:27.253236"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.255175"], ["updated_at", "2018-10-11 16:42:27.255175"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.257146"], ["updated_at", "2018-10-11 16:42:27.257146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.259157"], ["updated_at", "2018-10-11 16:42:27.259157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.263711"], ["updated_at", "2018-10-11 16:42:27.263711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.265331"], ["updated_at", "2018-10-11 16:42:27.265331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.266946"], ["updated_at", "2018-10-11 16:42:27.266946"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.268576"], ["updated_at", "2018-10-11 16:42:27.268576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.270263"], ["updated_at", "2018-10-11 16:42:27.270263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.271877"], ["updated_at", "2018-10-11 16:42:27.271877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.273514"], ["updated_at", "2018-10-11 16:42:27.273514"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.275177"], ["updated_at", "2018-10-11 16:42:27.275177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.276838"], ["updated_at", "2018-10-11 16:42:27.276838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.278469"], ["updated_at", "2018-10-11 16:42:27.278469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.280020"], ["updated_at", "2018-10-11 16:42:27.280020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.281625"], ["updated_at", "2018-10-11 16:42:27.281625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.283171"], ["updated_at", "2018-10-11 16:42:27.283171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.284781"], ["updated_at", "2018-10-11 16:42:27.284781"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.286321"], ["updated_at", "2018-10-11 16:42:27.286321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.287958"], ["updated_at", "2018-10-11 16:42:27.287958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.289572"], ["updated_at", "2018-10-11 16:42:27.289572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.291219"], ["updated_at", "2018-10-11 16:42:27.291219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.292750"], ["updated_at", "2018-10-11 16:42:27.292750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.294403"], ["updated_at", "2018-10-11 16:42:27.294403"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.295969"], ["updated_at", "2018-10-11 16:42:27.295969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.297750"], ["updated_at", "2018-10-11 16:42:27.297750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.299365"], ["updated_at", "2018-10-11 16:42:27.299365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.300985"], ["updated_at", "2018-10-11 16:42:27.300985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.302618"], ["updated_at", "2018-10-11 16:42:27.302618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.304495"], ["updated_at", "2018-10-11 16:42:27.304495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.306221"], ["updated_at", "2018-10-11 16:42:27.306221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.307856"], ["updated_at", "2018-10-11 16:42:27.307856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.309389"], ["updated_at", "2018-10-11 16:42:27.309389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.311035"], ["updated_at", "2018-10-11 16:42:27.311035"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.312765"], ["updated_at", "2018-10-11 16:42:27.312765"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.315450"], ["updated_at", "2018-10-11 16:42:27.315450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.317864"], ["updated_at", "2018-10-11 16:42:27.317864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.319592"], ["updated_at", "2018-10-11 16:42:27.319592"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.321198"], ["updated_at", "2018-10-11 16:42:27.321198"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.322751"], ["updated_at", "2018-10-11 16:42:27.322751"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.324342"], ["updated_at", "2018-10-11 16:42:27.324342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.327337"], ["updated_at", "2018-10-11 16:42:27.327337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.329001"], ["updated_at", "2018-10-11 16:42:27.329001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.330595"], ["updated_at", "2018-10-11 16:42:27.330595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.332232"], ["updated_at", "2018-10-11 16:42:27.332232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.333867"], ["updated_at", "2018-10-11 16:42:27.333867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.335559"], ["updated_at", "2018-10-11 16:42:27.335559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.337232"], ["updated_at", "2018-10-11 16:42:27.337232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.338851"], ["updated_at", "2018-10-11 16:42:27.338851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.340486"], ["updated_at", "2018-10-11 16:42:27.340486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.342058"], ["updated_at", "2018-10-11 16:42:27.342058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.343715"], ["updated_at", "2018-10-11 16:42:27.343715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.345286"], ["updated_at", "2018-10-11 16:42:27.345286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.346902"], ["updated_at", "2018-10-11 16:42:27.346902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.348485"], ["updated_at", "2018-10-11 16:42:27.348485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.350063"], ["updated_at", "2018-10-11 16:42:27.350063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.351924"], ["updated_at", "2018-10-11 16:42:27.351924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.353584"], ["updated_at", "2018-10-11 16:42:27.353584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.355164"], ["updated_at", "2018-10-11 16:42:27.355164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.356778"], ["updated_at", "2018-10-11 16:42:27.356778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.358493"], ["updated_at", "2018-10-11 16:42:27.358493"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.360322"], ["updated_at", "2018-10-11 16:42:27.360322"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.362986"], ["updated_at", "2018-10-11 16:42:27.362986"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.365584"], ["updated_at", "2018-10-11 16:42:27.365584"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.368193"], ["updated_at", "2018-10-11 16:42:27.368193"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.370835"], ["updated_at", "2018-10-11 16:42:27.370835"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.373573"], ["updated_at", "2018-10-11 16:42:27.373573"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.376405"], ["updated_at", "2018-10-11 16:42:27.376405"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.378883"], ["updated_at", "2018-10-11 16:42:27.378883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.381626"], ["updated_at", "2018-10-11 16:42:27.381626"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.383480"], ["updated_at", "2018-10-11 16:42:27.383480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.385724"], ["updated_at", "2018-10-11 16:42:27.385724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.387415"], ["updated_at", "2018-10-11 16:42:27.387415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.388983"], ["updated_at", "2018-10-11 16:42:27.388983"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.390647"], ["updated_at", "2018-10-11 16:42:27.390647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.393578"], ["updated_at", "2018-10-11 16:42:27.393578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.395251"], ["updated_at", "2018-10-11 16:42:27.395251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.398042"], ["updated_at", "2018-10-11 16:42:27.398042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.399711"], ["updated_at", "2018-10-11 16:42:27.399711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.401278"], ["updated_at", "2018-10-11 16:42:27.401278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.402937"], ["updated_at", "2018-10-11 16:42:27.402937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.404542"], ["updated_at", "2018-10-11 16:42:27.404542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.406113"], ["updated_at", "2018-10-11 16:42:27.406113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.407750"], ["updated_at", "2018-10-11 16:42:27.407750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.409332"], ["updated_at", "2018-10-11 16:42:27.409332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.410938"], ["updated_at", "2018-10-11 16:42:27.410938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.412496"], ["updated_at", "2018-10-11 16:42:27.412496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.414111"], ["updated_at", "2018-10-11 16:42:27.414111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.415682"], ["updated_at", "2018-10-11 16:42:27.415682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.417255"], ["updated_at", "2018-10-11 16:42:27.417255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.418913"], ["updated_at", "2018-10-11 16:42:27.418913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.420491"], ["updated_at", "2018-10-11 16:42:27.420491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.422111"], ["updated_at", "2018-10-11 16:42:27.422111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.423659"], ["updated_at", "2018-10-11 16:42:27.423659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.425346"], ["updated_at", "2018-10-11 16:42:27.425346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.426977"], ["updated_at", "2018-10-11 16:42:27.426977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.428550"], ["updated_at", "2018-10-11 16:42:27.428550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.430242"], ["updated_at", "2018-10-11 16:42:27.430242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.431816"], ["updated_at", "2018-10-11 16:42:27.431816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.433476"], ["updated_at", "2018-10-11 16:42:27.433476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.435085"], ["updated_at", "2018-10-11 16:42:27.435085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.436736"], ["updated_at", "2018-10-11 16:42:27.436736"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.438332"], ["updated_at", "2018-10-11 16:42:27.438332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.439960"], ["updated_at", "2018-10-11 16:42:27.439960"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.441494"], ["updated_at", "2018-10-11 16:42:27.441494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.443152"], ["updated_at", "2018-10-11 16:42:27.443152"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.444771"], ["updated_at", "2018-10-11 16:42:27.444771"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.446908"], ["updated_at", "2018-10-11 16:42:27.446908"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.449467"], ["updated_at", "2018-10-11 16:42:27.449467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.451477"], ["updated_at", "2018-10-11 16:42:27.451477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.453101"], ["updated_at", "2018-10-11 16:42:27.453101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.454698"], ["updated_at", "2018-10-11 16:42:27.454698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.456360"], ["updated_at", "2018-10-11 16:42:27.456360"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.457963"], ["updated_at", "2018-10-11 16:42:27.457963"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.460800"], ["updated_at", "2018-10-11 16:42:27.460800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.462460"], ["updated_at", "2018-10-11 16:42:27.462460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.464012"], ["updated_at", "2018-10-11 16:42:27.464012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.465671"], ["updated_at", "2018-10-11 16:42:27.465671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.467303"], ["updated_at", "2018-10-11 16:42:27.467303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.468903"], ["updated_at", "2018-10-11 16:42:27.468903"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.470715"], ["updated_at", "2018-10-11 16:42:27.470715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.472522"], ["updated_at", "2018-10-11 16:42:27.472522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.474230"], ["updated_at", "2018-10-11 16:42:27.474230"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.475871"], ["updated_at", "2018-10-11 16:42:27.475871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.477575"], ["updated_at", "2018-10-11 16:42:27.477575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.479179"], ["updated_at", "2018-10-11 16:42:27.479179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.480840"], ["updated_at", "2018-10-11 16:42:27.480840"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.482447"], ["updated_at", "2018-10-11 16:42:27.482447"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.484144"], ["updated_at", "2018-10-11 16:42:27.484144"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.486445"], ["updated_at", "2018-10-11 16:42:27.486445"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.489557"], ["updated_at", "2018-10-11 16:42:27.489557"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.492068"], ["updated_at", "2018-10-11 16:42:27.492068"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.493988"], ["updated_at", "2018-10-11 16:42:27.493988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.496136"], ["updated_at", "2018-10-11 16:42:27.496136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.497956"], ["updated_at", "2018-10-11 16:42:27.497956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.499726"], ["updated_at", "2018-10-11 16:42:27.499726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.501479"], ["updated_at", "2018-10-11 16:42:27.501479"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.503204"], ["updated_at", "2018-10-11 16:42:27.503204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.505027"], ["updated_at", "2018-10-11 16:42:27.505027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.506719"], ["updated_at", "2018-10-11 16:42:27.506719"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.508401"], ["updated_at", "2018-10-11 16:42:27.508401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.510198"], ["updated_at", "2018-10-11 16:42:27.510198"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.512321"], ["updated_at", "2018-10-11 16:42:27.512321"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.515218"], ["updated_at", "2018-10-11 16:42:27.515218"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.518175"], ["updated_at", "2018-10-11 16:42:27.518175"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.520591"], ["updated_at", "2018-10-11 16:42:27.520591"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.523339"], ["updated_at", "2018-10-11 16:42:27.523339"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.526207"], ["updated_at", "2018-10-11 16:42:27.526207"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.528453"], ["updated_at", "2018-10-11 16:42:27.528453"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.532351"], ["updated_at", "2018-10-11 16:42:27.532351"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.534754"], ["updated_at", "2018-10-11 16:42:27.534754"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.536878"], ["updated_at", "2018-10-11 16:42:27.536878"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.539435"], ["updated_at", "2018-10-11 16:42:27.539435"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.541722"], ["updated_at", "2018-10-11 16:42:27.541722"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.544373"], ["updated_at", "2018-10-11 16:42:27.544373"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.546822"], ["updated_at", "2018-10-11 16:42:27.546822"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.549359"], ["updated_at", "2018-10-11 16:42:27.549359"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.551956"], ["updated_at", "2018-10-11 16:42:27.551956"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.554704"], ["updated_at", "2018-10-11 16:42:27.554704"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.562836"], ["updated_at", "2018-10-11 16:42:27.562836"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.565393"], ["updated_at", "2018-10-11 16:42:27.565393"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.567987"], ["updated_at", "2018-10-11 16:42:27.567987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.570298"], ["updated_at", "2018-10-11 16:42:27.570298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.572015"], ["updated_at", "2018-10-11 16:42:27.572015"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.573841"], ["updated_at", "2018-10-11 16:42:27.573841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.576482"], ["updated_at", "2018-10-11 16:42:27.576482"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.578374"], ["updated_at", "2018-10-11 16:42:27.578374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.581279"], ["updated_at", "2018-10-11 16:42:27.581279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.583501"], ["updated_at", "2018-10-11 16:42:27.583501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.585334"], ["updated_at", "2018-10-11 16:42:27.585334"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.586950"], ["updated_at", "2018-10-11 16:42:27.586950"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.589178"], ["updated_at", "2018-10-11 16:42:27.589178"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.591150"], ["updated_at", "2018-10-11 16:42:27.591150"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.594068"], ["updated_at", "2018-10-11 16:42:27.594068"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.596468"], ["updated_at", "2018-10-11 16:42:27.596468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.598212"], ["updated_at", "2018-10-11 16:42:27.598212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.599809"], ["updated_at", "2018-10-11 16:42:27.599809"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.601376"], ["updated_at", "2018-10-11 16:42:27.601376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.602964"], ["updated_at", "2018-10-11 16:42:27.602964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.604604"], ["updated_at", "2018-10-11 16:42:27.604604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.606224"], ["updated_at", "2018-10-11 16:42:27.606224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.607860"], ["updated_at", "2018-10-11 16:42:27.607860"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.609440"], ["updated_at", "2018-10-11 16:42:27.609440"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.611514"], ["updated_at", "2018-10-11 16:42:27.611514"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.614157"], ["updated_at", "2018-10-11 16:42:27.614157"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.616789"], ["updated_at", "2018-10-11 16:42:27.616789"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.619390"], ["updated_at", "2018-10-11 16:42:27.619390"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.622022"], ["updated_at", "2018-10-11 16:42:27.622022"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.624661"], ["updated_at", "2018-10-11 16:42:27.624661"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.627208"], ["updated_at", "2018-10-11 16:42:27.627208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.629873"], ["updated_at", "2018-10-11 16:42:27.629873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.631531"], ["updated_at", "2018-10-11 16:42:27.631531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.633090"], ["updated_at", "2018-10-11 16:42:27.633090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.634669"], ["updated_at", "2018-10-11 16:42:27.634669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.636312"], ["updated_at", "2018-10-11 16:42:27.636312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.637844"], ["updated_at", "2018-10-11 16:42:27.637844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.639510"], ["updated_at", "2018-10-11 16:42:27.639510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.641130"], ["updated_at", "2018-10-11 16:42:27.641130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.642756"], ["updated_at", "2018-10-11 16:42:27.642756"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.644313"], ["updated_at", "2018-10-11 16:42:27.644313"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.646155"], ["updated_at", "2018-10-11 16:42:27.646155"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.648747"], ["updated_at", "2018-10-11 16:42:27.648747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.650482"], ["updated_at", "2018-10-11 16:42:27.650482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.652123"], ["updated_at", "2018-10-11 16:42:27.652123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.653789"], ["updated_at", "2018-10-11 16:42:27.653789"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.655361"], ["updated_at", "2018-10-11 16:42:27.655361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.656906"], ["updated_at", "2018-10-11 16:42:27.656906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.659879"], ["updated_at", "2018-10-11 16:42:27.659879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.661439"], ["updated_at", "2018-10-11 16:42:27.661439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.663098"], ["updated_at", "2018-10-11 16:42:27.663098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.664768"], ["updated_at", "2018-10-11 16:42:27.664768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.666335"], ["updated_at", "2018-10-11 16:42:27.666335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.667964"], ["updated_at", "2018-10-11 16:42:27.667964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.669617"], ["updated_at", "2018-10-11 16:42:27.669617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.671179"], ["updated_at", "2018-10-11 16:42:27.671179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.672977"], ["updated_at", "2018-10-11 16:42:27.672977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.674699"], ["updated_at", "2018-10-11 16:42:27.674699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.676277"], ["updated_at", "2018-10-11 16:42:27.676277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.677875"], ["updated_at", "2018-10-11 16:42:27.677875"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.679441"], ["updated_at", "2018-10-11 16:42:27.679441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.681116"], ["updated_at", "2018-10-11 16:42:27.681116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.682689"], ["updated_at", "2018-10-11 16:42:27.682689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.684358"], ["updated_at", "2018-10-11 16:42:27.684358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.685898"], ["updated_at", "2018-10-11 16:42:27.685898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.687568"], ["updated_at", "2018-10-11 16:42:27.687568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.689240"], ["updated_at", "2018-10-11 16:42:27.689240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.690846"], ["updated_at", "2018-10-11 16:42:27.690846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.692460"], ["updated_at", "2018-10-11 16:42:27.692460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.694002"], ["updated_at", "2018-10-11 16:42:27.694002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.695595"], ["updated_at", "2018-10-11 16:42:27.695595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.697123"], ["updated_at", "2018-10-11 16:42:27.697123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.698759"], ["updated_at", "2018-10-11 16:42:27.698759"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.700452"], ["updated_at", "2018-10-11 16:42:27.700452"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.702143"], ["updated_at", "2018-10-11 16:42:27.702143"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.704350"], ["updated_at", "2018-10-11 16:42:27.704350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.706012"], ["updated_at", "2018-10-11 16:42:27.706012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.707566"], ["updated_at", "2018-10-11 16:42:27.707566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.709238"], ["updated_at", "2018-10-11 16:42:27.709238"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.710825"], ["updated_at", "2018-10-11 16:42:27.710825"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.712430"], ["updated_at", "2018-10-11 16:42:27.712430"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.715058"], ["updated_at", "2018-10-11 16:42:27.715058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.717091"], ["updated_at", "2018-10-11 16:42:27.717091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.718675"], ["updated_at", "2018-10-11 16:42:27.718675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.720308"], ["updated_at", "2018-10-11 16:42:27.720308"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.721874"], ["updated_at", "2018-10-11 16:42:27.721874"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.724855"], ["updated_at", "2018-10-11 16:42:27.724855"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.728255"], ["updated_at", "2018-10-11 16:42:27.728255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.730005"], ["updated_at", "2018-10-11 16:42:27.730005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.731598"], ["updated_at", "2018-10-11 16:42:27.731598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.733262"], ["updated_at", "2018-10-11 16:42:27.733262"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.735047"], ["updated_at", "2018-10-11 16:42:27.735047"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.737817"], ["updated_at", "2018-10-11 16:42:27.737817"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.740279"], ["updated_at", "2018-10-11 16:42:27.740279"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.742880"], ["updated_at", "2018-10-11 16:42:27.742880"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.745554"], ["updated_at", "2018-10-11 16:42:27.745554"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.748165"], ["updated_at", "2018-10-11 16:42:27.748165"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.750804"], ["updated_at", "2018-10-11 16:42:27.750804"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.753458"], ["updated_at", "2018-10-11 16:42:27.753458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.755423"], ["updated_at", "2018-10-11 16:42:27.755423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.757148"], ["updated_at", "2018-10-11 16:42:27.757148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.758816"], ["updated_at", "2018-10-11 16:42:27.758816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.760359"], ["updated_at", "2018-10-11 16:42:27.760359"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.762003"], ["updated_at", "2018-10-11 16:42:27.762003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.763940"], ["updated_at", "2018-10-11 16:42:27.763940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.765562"], ["updated_at", "2018-10-11 16:42:27.765562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.767203"], ["updated_at", "2018-10-11 16:42:27.767203"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.768782"], ["updated_at", "2018-10-11 16:42:27.768782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.770565"], ["updated_at", "2018-10-11 16:42:27.770565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.773402"], ["updated_at", "2018-10-11 16:42:27.773402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.775029"], ["updated_at", "2018-10-11 16:42:27.775029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.776581"], ["updated_at", "2018-10-11 16:42:27.776581"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.778373"], ["updated_at", "2018-10-11 16:42:27.778373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.780865"], ["updated_at", "2018-10-11 16:42:27.780865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.782878"], ["updated_at", "2018-10-11 16:42:27.782878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.784491"], ["updated_at", "2018-10-11 16:42:27.784491"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.786142"], ["updated_at", "2018-10-11 16:42:27.786142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.787728"], ["updated_at", "2018-10-11 16:42:27.787728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.789488"], ["updated_at", "2018-10-11 16:42:27.789488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.792271"], ["updated_at", "2018-10-11 16:42:27.792271"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.794247"], ["updated_at", "2018-10-11 16:42:27.794247"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.796413"], ["updated_at", "2018-10-11 16:42:27.796413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.798288"], ["updated_at", "2018-10-11 16:42:27.798288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.799939"], ["updated_at", "2018-10-11 16:42:27.799939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.801548"], ["updated_at", "2018-10-11 16:42:27.801548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.803246"], ["updated_at", "2018-10-11 16:42:27.803246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.804989"], ["updated_at", "2018-10-11 16:42:27.804989"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.806653"], ["updated_at", "2018-10-11 16:42:27.806653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.808323"], ["updated_at", "2018-10-11 16:42:27.808323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.809981"], ["updated_at", "2018-10-11 16:42:27.809981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.811532"], ["updated_at", "2018-10-11 16:42:27.811532"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.813215"], ["updated_at", "2018-10-11 16:42:27.813215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.815045"], ["updated_at", "2018-10-11 16:42:27.815045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.816796"], ["updated_at", "2018-10-11 16:42:27.816796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.818375"], ["updated_at", "2018-10-11 16:42:27.818375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.820017"], ["updated_at", "2018-10-11 16:42:27.820017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.821677"], ["updated_at", "2018-10-11 16:42:27.821677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.823362"], ["updated_at", "2018-10-11 16:42:27.823362"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.825101"], ["updated_at", "2018-10-11 16:42:27.825101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.826850"], ["updated_at", "2018-10-11 16:42:27.826850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.828438"], ["updated_at", "2018-10-11 16:42:27.828438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.830067"], ["updated_at", "2018-10-11 16:42:27.830067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.831578"], ["updated_at", "2018-10-11 16:42:27.831578"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.833263"], ["updated_at", "2018-10-11 16:42:27.833263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.834983"], ["updated_at", "2018-10-11 16:42:27.834983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.836611"], ["updated_at", "2018-10-11 16:42:27.836611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.838182"], ["updated_at", "2018-10-11 16:42:27.838182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.839839"], ["updated_at", "2018-10-11 16:42:27.839839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.841389"], ["updated_at", "2018-10-11 16:42:27.841389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.843070"], ["updated_at", "2018-10-11 16:42:27.843070"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.844700"], ["updated_at", "2018-10-11 16:42:27.844700"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.847079"], ["updated_at", "2018-10-11 16:42:27.847079"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.849845"], ["updated_at", "2018-10-11 16:42:27.849845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.851788"], ["updated_at", "2018-10-11 16:42:27.851788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.853515"], ["updated_at", "2018-10-11 16:42:27.853515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.855197"], ["updated_at", "2018-10-11 16:42:27.855197"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.857055"], ["updated_at", "2018-10-11 16:42:27.857055"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.859114"], ["updated_at", "2018-10-11 16:42:27.859114"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.862828"], ["updated_at", "2018-10-11 16:42:27.862828"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.865512"], ["updated_at", "2018-10-11 16:42:27.865512"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.868137"], ["updated_at", "2018-10-11 16:42:27.868137"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.870689"], ["updated_at", "2018-10-11 16:42:27.870689"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.874023"], ["updated_at", "2018-10-11 16:42:27.874023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.876591"], ["updated_at", "2018-10-11 16:42:27.876591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.878310"], ["updated_at", "2018-10-11 16:42:27.878310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.880035"], ["updated_at", "2018-10-11 16:42:27.880035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.881629"], ["updated_at", "2018-10-11 16:42:27.881629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.883305"], ["updated_at", "2018-10-11 16:42:27.883305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.884892"], ["updated_at", "2018-10-11 16:42:27.884892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.886492"], ["updated_at", "2018-10-11 16:42:27.886492"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.888107"], ["updated_at", "2018-10-11 16:42:27.888107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.890132"], ["updated_at", "2018-10-11 16:42:27.890132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.891766"], ["updated_at", "2018-10-11 16:42:27.891766"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.893318"], ["updated_at", "2018-10-11 16:42:27.893318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.894946"], ["updated_at", "2018-10-11 16:42:27.894946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.896712"], ["updated_at", "2018-10-11 16:42:27.896712"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.898429"], ["updated_at", "2018-10-11 16:42:27.898429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.900121"], ["updated_at", "2018-10-11 16:42:27.900121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.901752"], ["updated_at", "2018-10-11 16:42:27.901752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.903328"], ["updated_at", "2018-10-11 16:42:27.903328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.904906"], ["updated_at", "2018-10-11 16:42:27.904906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.906521"], ["updated_at", "2018-10-11 16:42:27.906521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.908151"], ["updated_at", "2018-10-11 16:42:27.908151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.909727"], ["updated_at", "2018-10-11 16:42:27.909727"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.911337"], ["updated_at", "2018-10-11 16:42:27.911337"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.914718"], ["updated_at", "2018-10-11 16:42:27.914718"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.917728"], ["updated_at", "2018-10-11 16:42:27.917728"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.919922"], ["updated_at", "2018-10-11 16:42:27.919922"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.922021"], ["updated_at", "2018-10-11 16:42:27.922021"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.924254"], ["updated_at", "2018-10-11 16:42:27.924254"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.926353"], ["updated_at", "2018-10-11 16:42:27.926353"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.929382"], ["updated_at", "2018-10-11 16:42:27.929382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.932009"], ["updated_at", "2018-10-11 16:42:27.932009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.933675"], ["updated_at", "2018-10-11 16:42:27.933675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.935345"], ["updated_at", "2018-10-11 16:42:27.935345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.936891"], ["updated_at", "2018-10-11 16:42:27.936891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.938578"], ["updated_at", "2018-10-11 16:42:27.938578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.940231"], ["updated_at", "2018-10-11 16:42:27.940231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.941843"], ["updated_at", "2018-10-11 16:42:27.941843"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.944069"], ["updated_at", "2018-10-11 16:42:27.944069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.945833"], ["updated_at", "2018-10-11 16:42:27.945833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.947419"], ["updated_at", "2018-10-11 16:42:27.947419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.949047"], ["updated_at", "2018-10-11 16:42:27.949047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.950591"], ["updated_at", "2018-10-11 16:42:27.950591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.952277"], ["updated_at", "2018-10-11 16:42:27.952277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.953976"], ["updated_at", "2018-10-11 16:42:27.953976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.955576"], ["updated_at", "2018-10-11 16:42:27.955576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.957619"], ["updated_at", "2018-10-11 16:42:27.957619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.959347"], ["updated_at", "2018-10-11 16:42:27.959347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.960940"], ["updated_at", "2018-10-11 16:42:27.960940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.962671"], ["updated_at", "2018-10-11 16:42:27.962671"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.964292"], ["updated_at", "2018-10-11 16:42:27.964292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.965914"], ["updated_at", "2018-10-11 16:42:27.965914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.967508"], ["updated_at", "2018-10-11 16:42:27.967508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.969108"], ["updated_at", "2018-10-11 16:42:27.969108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.970664"], ["updated_at", "2018-10-11 16:42:27.970664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.972327"], ["updated_at", "2018-10-11 16:42:27.972327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.973888"], ["updated_at", "2018-10-11 16:42:27.973888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.975476"], ["updated_at", "2018-10-11 16:42:27.975476"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.977012"], ["updated_at", "2018-10-11 16:42:27.977012"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.978651"], ["updated_at", "2018-10-11 16:42:27.978651"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.981255"], ["updated_at", "2018-10-11 16:42:27.981255"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.983531"], ["updated_at", "2018-10-11 16:42:27.983531"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.987735"], ["updated_at", "2018-10-11 16:42:27.987735"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.989837"], ["updated_at", "2018-10-11 16:42:27.989837"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.991848"], ["updated_at", "2018-10-11 16:42:27.991848"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.993855"], ["updated_at", "2018-10-11 16:42:27.993855"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:27.998373"], ["updated_at", "2018-10-11 16:42:27.998373"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.000076"], ["updated_at", "2018-10-11 16:42:28.000076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.001843"], ["updated_at", "2018-10-11 16:42:28.001843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.003435"], ["updated_at", "2018-10-11 16:42:28.003435"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.005150"], ["updated_at", "2018-10-11 16:42:28.005150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.006935"], ["updated_at", "2018-10-11 16:42:28.006935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.008590"], ["updated_at", "2018-10-11 16:42:28.008590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.010134"], ["updated_at", "2018-10-11 16:42:28.010134"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.011714"], ["updated_at", "2018-10-11 16:42:28.011714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.013396"], ["updated_at", "2018-10-11 16:42:28.013396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.015008"], ["updated_at", "2018-10-11 16:42:28.015008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.016645"], ["updated_at", "2018-10-11 16:42:28.016645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.018230"], ["updated_at", "2018-10-11 16:42:28.018230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.019784"], ["updated_at", "2018-10-11 16:42:28.019784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.021358"], ["updated_at", "2018-10-11 16:42:28.021358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.022889"], ["updated_at", "2018-10-11 16:42:28.022889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.024423"], ["updated_at", "2018-10-11 16:42:28.024423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.026005"], ["updated_at", "2018-10-11 16:42:28.026005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.027545"], ["updated_at", "2018-10-11 16:42:28.027545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.029077"], ["updated_at", "2018-10-11 16:42:28.029077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.030654"], ["updated_at", "2018-10-11 16:42:28.030654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.032190"], ["updated_at", "2018-10-11 16:42:28.032190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.033879"], ["updated_at", "2018-10-11 16:42:28.033879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.035466"], ["updated_at", "2018-10-11 16:42:28.035466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.037034"], ["updated_at", "2018-10-11 16:42:28.037034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.038605"], ["updated_at", "2018-10-11 16:42:28.038605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.040204"], ["updated_at", "2018-10-11 16:42:28.040204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.041752"], ["updated_at", "2018-10-11 16:42:28.041752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.043311"], ["updated_at", "2018-10-11 16:42:28.043311"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.044847"], ["updated_at", "2018-10-11 16:42:28.044847"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.047509"], ["updated_at", "2018-10-11 16:42:28.047509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.049643"], ["updated_at", "2018-10-11 16:42:28.049643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.051262"], ["updated_at", "2018-10-11 16:42:28.051262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.052842"], ["updated_at", "2018-10-11 16:42:28.052842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.054386"], ["updated_at", "2018-10-11 16:42:28.054386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.055934"], ["updated_at", "2018-10-11 16:42:28.055934"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.057487"], ["updated_at", "2018-10-11 16:42:28.057487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.060309"], ["updated_at", "2018-10-11 16:42:28.060309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.061922"], ["updated_at", "2018-10-11 16:42:28.061922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.063519"], ["updated_at", "2018-10-11 16:42:28.063519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.065190"], ["updated_at", "2018-10-11 16:42:28.065190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.066760"], ["updated_at", "2018-10-11 16:42:28.066760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.068319"], ["updated_at", "2018-10-11 16:42:28.068319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.069888"], ["updated_at", "2018-10-11 16:42:28.069888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.071445"], ["updated_at", "2018-10-11 16:42:28.071445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.073082"], ["updated_at", "2018-10-11 16:42:28.073082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.074730"], ["updated_at", "2018-10-11 16:42:28.074730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.076312"], ["updated_at", "2018-10-11 16:42:28.076312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.077943"], ["updated_at", "2018-10-11 16:42:28.077943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.079522"], ["updated_at", "2018-10-11 16:42:28.079522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.081090"], ["updated_at", "2018-10-11 16:42:28.081090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.082670"], ["updated_at", "2018-10-11 16:42:28.082670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.084313"], ["updated_at", "2018-10-11 16:42:28.084313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.085872"], ["updated_at", "2018-10-11 16:42:28.085872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.087473"], ["updated_at", "2018-10-11 16:42:28.087473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.089058"], ["updated_at", "2018-10-11 16:42:28.089058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.090597"], ["updated_at", "2018-10-11 16:42:28.090597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.092167"], ["updated_at", "2018-10-11 16:42:28.092167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.093735"], ["updated_at", "2018-10-11 16:42:28.093735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.095284"], ["updated_at", "2018-10-11 16:42:28.095284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.096967"], ["updated_at", "2018-10-11 16:42:28.096967"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.098794"], ["updated_at", "2018-10-11 16:42:28.098794"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.101173"], ["updated_at", "2018-10-11 16:42:28.101173"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.104418"], ["updated_at", "2018-10-11 16:42:28.104418"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.107617"], ["updated_at", "2018-10-11 16:42:28.107617"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.111043"], ["updated_at", "2018-10-11 16:42:28.111043"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.114337"], ["updated_at", "2018-10-11 16:42:28.114337"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.116728"], ["updated_at", "2018-10-11 16:42:28.116728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.118838"], ["updated_at", "2018-10-11 16:42:28.118838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.120860"], ["updated_at", "2018-10-11 16:42:28.120860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.122396"], ["updated_at", "2018-10-11 16:42:28.122396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.124027"], ["updated_at", "2018-10-11 16:42:28.124027"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.128356"], ["updated_at", "2018-10-11 16:42:28.128356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.130098"], ["updated_at", "2018-10-11 16:42:28.130098"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.132078"], ["updated_at", "2018-10-11 16:42:28.132078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.133740"], ["updated_at", "2018-10-11 16:42:28.133740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.135367"], ["updated_at", "2018-10-11 16:42:28.135367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.136930"], ["updated_at", "2018-10-11 16:42:28.136930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.138464"], ["updated_at", "2018-10-11 16:42:28.138464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.140075"], ["updated_at", "2018-10-11 16:42:28.140075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.141691"], ["updated_at", "2018-10-11 16:42:28.141691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.143218"], ["updated_at", "2018-10-11 16:42:28.143218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.144786"], ["updated_at", "2018-10-11 16:42:28.144786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.146331"], ["updated_at", "2018-10-11 16:42:28.146331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.147882"], ["updated_at", "2018-10-11 16:42:28.147882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.149430"], ["updated_at", "2018-10-11 16:42:28.149430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.151046"], ["updated_at", "2018-10-11 16:42:28.151046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.152665"], ["updated_at", "2018-10-11 16:42:28.152665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.154209"], ["updated_at", "2018-10-11 16:42:28.154209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.155788"], ["updated_at", "2018-10-11 16:42:28.155788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.157299"], ["updated_at", "2018-10-11 16:42:28.157299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.158863"], ["updated_at", "2018-10-11 16:42:28.158863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.160409"], ["updated_at", "2018-10-11 16:42:28.160409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.161973"], ["updated_at", "2018-10-11 16:42:28.161973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.163493"], ["updated_at", "2018-10-11 16:42:28.163493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.165143"], ["updated_at", "2018-10-11 16:42:28.165143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.166707"], ["updated_at", "2018-10-11 16:42:28.166707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.168281"], ["updated_at", "2018-10-11 16:42:28.168281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.169900"], ["updated_at", "2018-10-11 16:42:28.169900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.171538"], ["updated_at", "2018-10-11 16:42:28.171538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.173101"], ["updated_at", "2018-10-11 16:42:28.173101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.174668"], ["updated_at", "2018-10-11 16:42:28.174668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.176226"], ["updated_at", "2018-10-11 16:42:28.176226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.177764"], ["updated_at", "2018-10-11 16:42:28.177764"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.179608"], ["updated_at", "2018-10-11 16:42:28.179608"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.181850"], ["updated_at", "2018-10-11 16:42:28.181850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.183590"], ["updated_at", "2018-10-11 16:42:28.183590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.185153"], ["updated_at", "2018-10-11 16:42:28.185153"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.187527"], ["updated_at", "2018-10-11 16:42:28.187527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.190471"], ["updated_at", "2018-10-11 16:42:28.190471"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.192294"], ["updated_at", "2018-10-11 16:42:28.192294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.195297"], ["updated_at", "2018-10-11 16:42:28.195297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.196926"], ["updated_at", "2018-10-11 16:42:28.196926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.198529"], ["updated_at", "2018-10-11 16:42:28.198529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.200109"], ["updated_at", "2018-10-11 16:42:28.200109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.201659"], ["updated_at", "2018-10-11 16:42:28.201659"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.203257"], ["updated_at", "2018-10-11 16:42:28.203257"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.205077"], ["updated_at", "2018-10-11 16:42:28.205077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.206831"], ["updated_at", "2018-10-11 16:42:28.206831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.208484"], ["updated_at", "2018-10-11 16:42:28.208484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.210114"], ["updated_at", "2018-10-11 16:42:28.210114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.211758"], ["updated_at", "2018-10-11 16:42:28.211758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.213367"], ["updated_at", "2018-10-11 16:42:28.213367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.215005"], ["updated_at", "2018-10-11 16:42:28.215005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.216486"], ["updated_at", "2018-10-11 16:42:28.216486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.218073"], ["updated_at", "2018-10-11 16:42:28.218073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.219706"], ["updated_at", "2018-10-11 16:42:28.219706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.221303"], ["updated_at", "2018-10-11 16:42:28.221303"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.223376"], ["updated_at", "2018-10-11 16:42:28.223376"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.226880"], ["updated_at", "2018-10-11 16:42:28.226880"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.230352"], ["updated_at", "2018-10-11 16:42:28.230352"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.233813"], ["updated_at", "2018-10-11 16:42:28.233813"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.237187"], ["updated_at", "2018-10-11 16:42:28.237187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.240664"], ["updated_at", "2018-10-11 16:42:28.240664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.242506"], ["updated_at", "2018-10-11 16:42:28.242506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.244168"], ["updated_at", "2018-10-11 16:42:28.244168"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.245888"], ["updated_at", "2018-10-11 16:42:28.245888"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.248045"], ["updated_at", "2018-10-11 16:42:28.248045"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.250154"], ["updated_at", "2018-10-11 16:42:28.250154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.251773"], ["updated_at", "2018-10-11 16:42:28.251773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.253289"], ["updated_at", "2018-10-11 16:42:28.253289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.254897"], ["updated_at", "2018-10-11 16:42:28.254897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.256624"], ["updated_at", "2018-10-11 16:42:28.256624"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.258359"], ["updated_at", "2018-10-11 16:42:28.258359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.260968"], ["updated_at", "2018-10-11 16:42:28.260968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.262634"], ["updated_at", "2018-10-11 16:42:28.262634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.264287"], ["updated_at", "2018-10-11 16:42:28.264287"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.265857"], ["updated_at", "2018-10-11 16:42:28.265857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.267598"], ["updated_at", "2018-10-11 16:42:28.267598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.269171"], ["updated_at", "2018-10-11 16:42:28.269171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.270691"], ["updated_at", "2018-10-11 16:42:28.270691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.272237"], ["updated_at", "2018-10-11 16:42:28.272237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.273827"], ["updated_at", "2018-10-11 16:42:28.273827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.275428"], ["updated_at", "2018-10-11 16:42:28.275428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.277089"], ["updated_at", "2018-10-11 16:42:28.277089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.278726"], ["updated_at", "2018-10-11 16:42:28.278726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.280328"], ["updated_at", "2018-10-11 16:42:28.280328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.281901"], ["updated_at", "2018-10-11 16:42:28.281901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.283740"], ["updated_at", "2018-10-11 16:42:28.283740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.285442"], ["updated_at", "2018-10-11 16:42:28.285442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.287019"], ["updated_at", "2018-10-11 16:42:28.287019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.288543"], ["updated_at", "2018-10-11 16:42:28.288543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.290109"], ["updated_at", "2018-10-11 16:42:28.290109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.291652"], ["updated_at", "2018-10-11 16:42:28.291652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.293202"], ["updated_at", "2018-10-11 16:42:28.293202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.294784"], ["updated_at", "2018-10-11 16:42:28.294784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.296315"], ["updated_at", "2018-10-11 16:42:28.296315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.297872"], ["updated_at", "2018-10-11 16:42:28.297872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.299444"], ["updated_at", "2018-10-11 16:42:28.299444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.300999"], ["updated_at", "2018-10-11 16:42:28.300999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.302553"], ["updated_at", "2018-10-11 16:42:28.302553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.304173"], ["updated_at", "2018-10-11 16:42:28.304173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.305876"], ["updated_at", "2018-10-11 16:42:28.305876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.307611"], ["updated_at", "2018-10-11 16:42:28.307611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.309222"], ["updated_at", "2018-10-11 16:42:28.309222"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.310773"], ["updated_at", "2018-10-11 16:42:28.310773"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.312875"], ["updated_at", "2018-10-11 16:42:28.312875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.315197"], ["updated_at", "2018-10-11 16:42:28.315197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.316800"], ["updated_at", "2018-10-11 16:42:28.316800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.318437"], ["updated_at", "2018-10-11 16:42:28.318437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.319980"], ["updated_at", "2018-10-11 16:42:28.319980"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.321520"], ["updated_at", "2018-10-11 16:42:28.321520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.323043"], ["updated_at", "2018-10-11 16:42:28.323043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.325893"], ["updated_at", "2018-10-11 16:42:28.325893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.327772"], ["updated_at", "2018-10-11 16:42:28.327772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.329487"], ["updated_at", "2018-10-11 16:42:28.329487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.331193"], ["updated_at", "2018-10-11 16:42:28.331193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.332825"], ["updated_at", "2018-10-11 16:42:28.332825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.334372"], ["updated_at", "2018-10-11 16:42:28.334372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.335910"], ["updated_at", "2018-10-11 16:42:28.335910"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.337536"], ["updated_at", "2018-10-11 16:42:28.337536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.339183"], ["updated_at", "2018-10-11 16:42:28.339183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.340839"], ["updated_at", "2018-10-11 16:42:28.340839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.342490"], ["updated_at", "2018-10-11 16:42:28.342490"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.344258"], ["updated_at", "2018-10-11 16:42:28.344258"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.347756"], ["updated_at", "2018-10-11 16:42:28.347756"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.351207"], ["updated_at", "2018-10-11 16:42:28.351207"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.354947"], ["updated_at", "2018-10-11 16:42:28.354947"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.358248"], ["updated_at", "2018-10-11 16:42:28.358248"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.361595"], ["updated_at", "2018-10-11 16:42:28.361595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.363928"], ["updated_at", "2018-10-11 16:42:28.363928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.365527"], ["updated_at", "2018-10-11 16:42:28.365527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.367110"], ["updated_at", "2018-10-11 16:42:28.367110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.368639"], ["updated_at", "2018-10-11 16:42:28.368639"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.370152"], ["updated_at", "2018-10-11 16:42:28.370152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.372053"], ["updated_at", "2018-10-11 16:42:28.372053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.373697"], ["updated_at", "2018-10-11 16:42:28.373697"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.375232"], ["updated_at", "2018-10-11 16:42:28.375232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.376964"], ["updated_at", "2018-10-11 16:42:28.376964"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.378515"], ["updated_at", "2018-10-11 16:42:28.378515"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.380612"], ["updated_at", "2018-10-11 16:42:28.380612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.382867"], ["updated_at", "2018-10-11 16:42:28.382867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.384465"], ["updated_at", "2018-10-11 16:42:28.384465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.386116"], ["updated_at", "2018-10-11 16:42:28.386116"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.387653"], ["updated_at", "2018-10-11 16:42:28.387653"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.389560"], ["updated_at", "2018-10-11 16:42:28.389560"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.391263"], ["updated_at", "2018-10-11 16:42:28.391263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.394075"], ["updated_at", "2018-10-11 16:42:28.394075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.395730"], ["updated_at", "2018-10-11 16:42:28.395730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.397317"], ["updated_at", "2018-10-11 16:42:28.397317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.398857"], ["updated_at", "2018-10-11 16:42:28.398857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.400422"], ["updated_at", "2018-10-11 16:42:28.400422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.401982"], ["updated_at", "2018-10-11 16:42:28.401982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.403595"], ["updated_at", "2018-10-11 16:42:28.403595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.405127"], ["updated_at", "2018-10-11 16:42:28.405127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.406744"], ["updated_at", "2018-10-11 16:42:28.406744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.408344"], ["updated_at", "2018-10-11 16:42:28.408344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.409898"], ["updated_at", "2018-10-11 16:42:28.409898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.411452"], ["updated_at", "2018-10-11 16:42:28.411452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.413015"], ["updated_at", "2018-10-11 16:42:28.413015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.414550"], ["updated_at", "2018-10-11 16:42:28.414550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.416097"], ["updated_at", "2018-10-11 16:42:28.416097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.417642"], ["updated_at", "2018-10-11 16:42:28.417642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.419184"], ["updated_at", "2018-10-11 16:42:28.419184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.420722"], ["updated_at", "2018-10-11 16:42:28.420722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.422251"], ["updated_at", "2018-10-11 16:42:28.422251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.423816"], ["updated_at", "2018-10-11 16:42:28.423816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.425368"], ["updated_at", "2018-10-11 16:42:28.425368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.426911"], ["updated_at", "2018-10-11 16:42:28.426911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.428459"], ["updated_at", "2018-10-11 16:42:28.428459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.429997"], ["updated_at", "2018-10-11 16:42:28.429997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.431568"], ["updated_at", "2018-10-11 16:42:28.431568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.433091"], ["updated_at", "2018-10-11 16:42:28.433091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.434675"], ["updated_at", "2018-10-11 16:42:28.434675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.436212"], ["updated_at", "2018-10-11 16:42:28.436212"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.437753"], ["updated_at", "2018-10-11 16:42:28.437753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.439472"], ["updated_at", "2018-10-11 16:42:28.439472"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.441172"], ["updated_at", "2018-10-11 16:42:28.441172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.442884"], ["updated_at", "2018-10-11 16:42:28.442884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.444467"], ["updated_at", "2018-10-11 16:42:28.444467"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.446317"], ["updated_at", "2018-10-11 16:42:28.446317"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.448771"], ["updated_at", "2018-10-11 16:42:28.448771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.450458"], ["updated_at", "2018-10-11 16:42:28.450458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.452041"], ["updated_at", "2018-10-11 16:42:28.452041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.453584"], ["updated_at", "2018-10-11 16:42:28.453584"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.455192"], ["updated_at", "2018-10-11 16:42:28.455192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.456741"], ["updated_at", "2018-10-11 16:42:28.456741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.460191"], ["updated_at", "2018-10-11 16:42:28.460191"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.461900"], ["updated_at", "2018-10-11 16:42:28.461900"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.463743"], ["updated_at", "2018-10-11 16:42:28.463743"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.466943"], ["updated_at", "2018-10-11 16:42:28.466943"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.470494"], ["updated_at", "2018-10-11 16:42:28.470494"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.476126"], ["updated_at", "2018-10-11 16:42:28.476126"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.479387"], ["updated_at", "2018-10-11 16:42:28.479387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.482744"], ["updated_at", "2018-10-11 16:42:28.482744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.484379"], ["updated_at", "2018-10-11 16:42:28.484379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.486004"], ["updated_at", "2018-10-11 16:42:28.486004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.487618"], ["updated_at", "2018-10-11 16:42:28.487618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.489214"], ["updated_at", "2018-10-11 16:42:28.489214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.490768"], ["updated_at", "2018-10-11 16:42:28.490768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.492409"], ["updated_at", "2018-10-11 16:42:28.492409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.494038"], ["updated_at", "2018-10-11 16:42:28.494038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.495592"], ["updated_at", "2018-10-11 16:42:28.495592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.497148"], ["updated_at", "2018-10-11 16:42:28.497148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.498788"], ["updated_at", "2018-10-11 16:42:28.498788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.500438"], ["updated_at", "2018-10-11 16:42:28.500438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.502039"], ["updated_at", "2018-10-11 16:42:28.502039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.503608"], ["updated_at", "2018-10-11 16:42:28.503608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.505163"], ["updated_at", "2018-10-11 16:42:28.505163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.506775"], ["updated_at", "2018-10-11 16:42:28.506775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.508329"], ["updated_at", "2018-10-11 16:42:28.508329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.509858"], ["updated_at", "2018-10-11 16:42:28.509858"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.511418"], ["updated_at", "2018-10-11 16:42:28.511418"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.513301"], ["updated_at", "2018-10-11 16:42:28.513301"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.515509"], ["updated_at", "2018-10-11 16:42:28.515509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.517183"], ["updated_at", "2018-10-11 16:42:28.517183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.518973"], ["updated_at", "2018-10-11 16:42:28.518973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.520507"], ["updated_at", "2018-10-11 16:42:28.520507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.522116"], ["updated_at", "2018-10-11 16:42:28.522116"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.523665"], ["updated_at", "2018-10-11 16:42:28.523665"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.526579"], ["updated_at", "2018-10-11 16:42:28.526579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.528280"], ["updated_at", "2018-10-11 16:42:28.528280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.529936"], ["updated_at", "2018-10-11 16:42:28.529936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.531501"], ["updated_at", "2018-10-11 16:42:28.531501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.533173"], ["updated_at", "2018-10-11 16:42:28.533173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.534786"], ["updated_at", "2018-10-11 16:42:28.534786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.536354"], ["updated_at", "2018-10-11 16:42:28.536354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.537903"], ["updated_at", "2018-10-11 16:42:28.537903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.539644"], ["updated_at", "2018-10-11 16:42:28.539644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.541247"], ["updated_at", "2018-10-11 16:42:28.541247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.542888"], ["updated_at", "2018-10-11 16:42:28.542888"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.544448"], ["updated_at", "2018-10-11 16:42:28.544448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.546140"], ["updated_at", "2018-10-11 16:42:28.546140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.547750"], ["updated_at", "2018-10-11 16:42:28.547750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.549319"], ["updated_at", "2018-10-11 16:42:28.549319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.550885"], ["updated_at", "2018-10-11 16:42:28.550885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.552566"], ["updated_at", "2018-10-11 16:42:28.552566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.554141"], ["updated_at", "2018-10-11 16:42:28.554141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.555759"], ["updated_at", "2018-10-11 16:42:28.555759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.557314"], ["updated_at", "2018-10-11 16:42:28.557314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.559013"], ["updated_at", "2018-10-11 16:42:28.559013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.560575"], ["updated_at", "2018-10-11 16:42:28.560575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.562130"], ["updated_at", "2018-10-11 16:42:28.562130"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.563729"], ["updated_at", "2018-10-11 16:42:28.563729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.565323"], ["updated_at", "2018-10-11 16:42:28.565323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.566909"], ["updated_at", "2018-10-11 16:42:28.566909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.568588"], ["updated_at", "2018-10-11 16:42:28.568588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.570241"], ["updated_at", "2018-10-11 16:42:28.570241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.571838"], ["updated_at", "2018-10-11 16:42:28.571838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.573529"], ["updated_at", "2018-10-11 16:42:28.573529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.575167"], ["updated_at", "2018-10-11 16:42:28.575167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.576751"], ["updated_at", "2018-10-11 16:42:28.576751"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.578375"], ["updated_at", "2018-10-11 16:42:28.578375"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.580680"], ["updated_at", "2018-10-11 16:42:28.580680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.582606"], ["updated_at", "2018-10-11 16:42:28.582606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.584192"], ["updated_at", "2018-10-11 16:42:28.584192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.585757"], ["updated_at", "2018-10-11 16:42:28.585757"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.587954"], ["updated_at", "2018-10-11 16:42:28.587954"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.589934"], ["updated_at", "2018-10-11 16:42:28.589934"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.593658"], ["updated_at", "2018-10-11 16:42:28.593658"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.597018"], ["updated_at", "2018-10-11 16:42:28.597018"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.600451"], ["updated_at", "2018-10-11 16:42:28.600451"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.603844"], ["updated_at", "2018-10-11 16:42:28.603844"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.607264"], ["updated_at", "2018-10-11 16:42:28.607264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.609837"], ["updated_at", "2018-10-11 16:42:28.609837"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.611419"], ["updated_at", "2018-10-11 16:42:28.611419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.613108"], ["updated_at", "2018-10-11 16:42:28.613108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.614679"], ["updated_at", "2018-10-11 16:42:28.614679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.616299"], ["updated_at", "2018-10-11 16:42:28.616299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.617868"], ["updated_at", "2018-10-11 16:42:28.617868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.619488"], ["updated_at", "2018-10-11 16:42:28.619488"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.621133"], ["updated_at", "2018-10-11 16:42:28.621133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.623387"], ["updated_at", "2018-10-11 16:42:28.623387"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.625420"], ["updated_at", "2018-10-11 16:42:28.625420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.627480"], ["updated_at", "2018-10-11 16:42:28.627480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.629244"], ["updated_at", "2018-10-11 16:42:28.629244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.631090"], ["updated_at", "2018-10-11 16:42:28.631090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.632759"], ["updated_at", "2018-10-11 16:42:28.632759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.634380"], ["updated_at", "2018-10-11 16:42:28.634380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.635998"], ["updated_at", "2018-10-11 16:42:28.635998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.637542"], ["updated_at", "2018-10-11 16:42:28.637542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.639124"], ["updated_at", "2018-10-11 16:42:28.639124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.640696"], ["updated_at", "2018-10-11 16:42:28.640696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.642302"], ["updated_at", "2018-10-11 16:42:28.642302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.643852"], ["updated_at", "2018-10-11 16:42:28.643852"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.645509"], ["updated_at", "2018-10-11 16:42:28.645509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.648775"], ["updated_at", "2018-10-11 16:42:28.648775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.650644"], ["updated_at", "2018-10-11 16:42:28.650644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.652307"], ["updated_at", "2018-10-11 16:42:28.652307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.653904"], ["updated_at", "2018-10-11 16:42:28.653904"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.655483"], ["updated_at", "2018-10-11 16:42:28.655483"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.657213"], ["updated_at", "2018-10-11 16:42:28.657213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.659966"], ["updated_at", "2018-10-11 16:42:28.659966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.661678"], ["updated_at", "2018-10-11 16:42:28.661678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.663291"], ["updated_at", "2018-10-11 16:42:28.663291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.664921"], ["updated_at", "2018-10-11 16:42:28.664921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.666468"], ["updated_at", "2018-10-11 16:42:28.666468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.668145"], ["updated_at", "2018-10-11 16:42:28.668145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.669746"], ["updated_at", "2018-10-11 16:42:28.669746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.671300"], ["updated_at", "2018-10-11 16:42:28.671300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.673089"], ["updated_at", "2018-10-11 16:42:28.673089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.674788"], ["updated_at", "2018-10-11 16:42:28.674788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.676376"], ["updated_at", "2018-10-11 16:42:28.676376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.677980"], ["updated_at", "2018-10-11 16:42:28.677980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.679678"], ["updated_at", "2018-10-11 16:42:28.679678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.681324"], ["updated_at", "2018-10-11 16:42:28.681324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.682927"], ["updated_at", "2018-10-11 16:42:28.682927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.684537"], ["updated_at", "2018-10-11 16:42:28.684537"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.686237"], ["updated_at", "2018-10-11 16:42:28.686237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.687881"], ["updated_at", "2018-10-11 16:42:28.687881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.689565"], ["updated_at", "2018-10-11 16:42:28.689565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.691141"], ["updated_at", "2018-10-11 16:42:28.691141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.692819"], ["updated_at", "2018-10-11 16:42:28.692819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.694452"], ["updated_at", "2018-10-11 16:42:28.694452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.696054"], ["updated_at", "2018-10-11 16:42:28.696054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.697679"], ["updated_at", "2018-10-11 16:42:28.697679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.699297"], ["updated_at", "2018-10-11 16:42:28.699297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.700911"], ["updated_at", "2018-10-11 16:42:28.700911"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.702818"], ["updated_at", "2018-10-11 16:42:28.702818"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.705438"], ["updated_at", "2018-10-11 16:42:28.705438"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.707640"], ["updated_at", "2018-10-11 16:42:28.707640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.709814"], ["updated_at", "2018-10-11 16:42:28.709814"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.711937"], ["updated_at", "2018-10-11 16:42:28.711937"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.716140"], ["updated_at", "2018-10-11 16:42:28.716140"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.719638"], ["updated_at", "2018-10-11 16:42:28.719638"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.723493"], ["updated_at", "2018-10-11 16:42:28.723493"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.726589"], ["updated_at", "2018-10-11 16:42:28.726589"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.729922"], ["updated_at", "2018-10-11 16:42:28.729922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.734735"], ["updated_at", "2018-10-11 16:42:28.734735"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.736933"], ["updated_at", "2018-10-11 16:42:28.736933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.738966"], ["updated_at", "2018-10-11 16:42:28.738966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.740726"], ["updated_at", "2018-10-11 16:42:28.740726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.742361"], ["updated_at", "2018-10-11 16:42:28.742361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.744003"], ["updated_at", "2018-10-11 16:42:28.744003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.745581"], ["updated_at", "2018-10-11 16:42:28.745581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.747175"], ["updated_at", "2018-10-11 16:42:28.747175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.748741"], ["updated_at", "2018-10-11 16:42:28.748741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.750330"], ["updated_at", "2018-10-11 16:42:28.750330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.751962"], ["updated_at", "2018-10-11 16:42:28.751962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.753531"], ["updated_at", "2018-10-11 16:42:28.753531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.755135"], ["updated_at", "2018-10-11 16:42:28.755135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.756762"], ["updated_at", "2018-10-11 16:42:28.756762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.758369"], ["updated_at", "2018-10-11 16:42:28.758369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.759952"], ["updated_at", "2018-10-11 16:42:28.759952"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.761519"], ["updated_at", "2018-10-11 16:42:28.761519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.763231"], ["updated_at", "2018-10-11 16:42:28.763231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.764768"], ["updated_at", "2018-10-11 16:42:28.764768"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.766322"], ["updated_at", "2018-10-11 16:42:28.766322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.767970"], ["updated_at", "2018-10-11 16:42:28.767970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.769540"], ["updated_at", "2018-10-11 16:42:28.769540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.771159"], ["updated_at", "2018-10-11 16:42:28.771159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.772690"], ["updated_at", "2018-10-11 16:42:28.772690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.774308"], ["updated_at", "2018-10-11 16:42:28.774308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.775869"], ["updated_at", "2018-10-11 16:42:28.775869"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.777486"], ["updated_at", "2018-10-11 16:42:28.777486"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.779629"], ["updated_at", "2018-10-11 16:42:28.779629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.782168"], ["updated_at", "2018-10-11 16:42:28.782168"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.783891"], ["updated_at", "2018-10-11 16:42:28.783891"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.785653"], ["updated_at", "2018-10-11 16:42:28.785653"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.787243"], ["updated_at", "2018-10-11 16:42:28.787243"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.791764"], ["updated_at", "2018-10-11 16:42:28.791764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.794791"], ["updated_at", "2018-10-11 16:42:28.794791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.796552"], ["updated_at", "2018-10-11 16:42:28.796552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.798173"], ["updated_at", "2018-10-11 16:42:28.798173"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.799776"], ["updated_at", "2018-10-11 16:42:28.799776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.801662"], ["updated_at", "2018-10-11 16:42:28.801662"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.803425"], ["updated_at", "2018-10-11 16:42:28.803425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.805172"], ["updated_at", "2018-10-11 16:42:28.805172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.806865"], ["updated_at", "2018-10-11 16:42:28.806865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.808541"], ["updated_at", "2018-10-11 16:42:28.808541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.810230"], ["updated_at", "2018-10-11 16:42:28.810230"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.811892"], ["updated_at", "2018-10-11 16:42:28.811892"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.813999"], ["updated_at", "2018-10-11 16:42:28.813999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.815805"], ["updated_at", "2018-10-11 16:42:28.815805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.817466"], ["updated_at", "2018-10-11 16:42:28.817466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.819104"], ["updated_at", "2018-10-11 16:42:28.819104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.820775"], ["updated_at", "2018-10-11 16:42:28.820775"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.822423"], ["updated_at", "2018-10-11 16:42:28.822423"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.824197"], ["updated_at", "2018-10-11 16:42:28.824197"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.826046"], ["updated_at", "2018-10-11 16:42:28.826046"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.828006"], ["updated_at", "2018-10-11 16:42:28.828006"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.829716"], ["updated_at", "2018-10-11 16:42:28.829716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.832792"], ["updated_at", "2018-10-11 16:42:28.832792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.834490"], ["updated_at", "2018-10-11 16:42:28.834490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.836001"], ["updated_at", "2018-10-11 16:42:28.836001"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.837940"], ["updated_at", "2018-10-11 16:42:28.837940"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.840617"], ["updated_at", "2018-10-11 16:42:28.840617"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.843299"], ["updated_at", "2018-10-11 16:42:28.843299"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.845726"], ["updated_at", "2018-10-11 16:42:28.845726"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.849254"], ["updated_at", "2018-10-11 16:42:28.849254"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.851390"], ["updated_at", "2018-10-11 16:42:28.851390"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.853412"], ["updated_at", "2018-10-11 16:42:28.853412"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.855378"], ["updated_at", "2018-10-11 16:42:28.855378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.857371"], ["updated_at", "2018-10-11 16:42:28.857371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.858999"], ["updated_at", "2018-10-11 16:42:28.858999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.863615"], ["updated_at", "2018-10-11 16:42:28.863615"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.865176"], ["updated_at", "2018-10-11 16:42:28.865176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.866932"], ["updated_at", "2018-10-11 16:42:28.866932"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.868478"], ["updated_at", "2018-10-11 16:42:28.868478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.870138"], ["updated_at", "2018-10-11 16:42:28.870138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.871747"], ["updated_at", "2018-10-11 16:42:28.871747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.873463"], ["updated_at", "2018-10-11 16:42:28.873463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.875377"], ["updated_at", "2018-10-11 16:42:28.875377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.877250"], ["updated_at", "2018-10-11 16:42:28.877250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.878906"], ["updated_at", "2018-10-11 16:42:28.878906"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.880521"], ["updated_at", "2018-10-11 16:42:28.880521"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.882163"], ["updated_at", "2018-10-11 16:42:28.882163"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.884102"], ["updated_at", "2018-10-11 16:42:28.884102"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.886350"], ["updated_at", "2018-10-11 16:42:28.886350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.888294"], ["updated_at", "2018-10-11 16:42:28.888294"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.890022"], ["updated_at", "2018-10-11 16:42:28.890022"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.892925"], ["updated_at", "2018-10-11 16:42:28.892925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.894680"], ["updated_at", "2018-10-11 16:42:28.894680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.896270"], ["updated_at", "2018-10-11 16:42:28.896270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.897889"], ["updated_at", "2018-10-11 16:42:28.897889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.899483"], ["updated_at", "2018-10-11 16:42:28.899483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.901134"], ["updated_at", "2018-10-11 16:42:28.901134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.902728"], ["updated_at", "2018-10-11 16:42:28.902728"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.904277"], ["updated_at", "2018-10-11 16:42:28.904277"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.905881"], ["updated_at", "2018-10-11 16:42:28.905881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.907579"], ["updated_at", "2018-10-11 16:42:28.907579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.909154"], ["updated_at", "2018-10-11 16:42:28.909154"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.910851"], ["updated_at", "2018-10-11 16:42:28.910851"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.913016"], ["updated_at", "2018-10-11 16:42:28.913016"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.915234"], ["updated_at", "2018-10-11 16:42:28.915234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.916859"], ["updated_at", "2018-10-11 16:42:28.916859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.918466"], ["updated_at", "2018-10-11 16:42:28.918466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.919978"], ["updated_at", "2018-10-11 16:42:28.919978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.921530"], ["updated_at", "2018-10-11 16:42:28.921530"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.923234"], ["updated_at", "2018-10-11 16:42:28.923234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.925998"], ["updated_at", "2018-10-11 16:42:28.925998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.927780"], ["updated_at", "2018-10-11 16:42:28.927780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.929447"], ["updated_at", "2018-10-11 16:42:28.929447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.931396"], ["updated_at", "2018-10-11 16:42:28.931396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.933001"], ["updated_at", "2018-10-11 16:42:28.933001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.934656"], ["updated_at", "2018-10-11 16:42:28.934656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.936230"], ["updated_at", "2018-10-11 16:42:28.936230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.937776"], ["updated_at", "2018-10-11 16:42:28.937776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.939298"], ["updated_at", "2018-10-11 16:42:28.939298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.941092"], ["updated_at", "2018-10-11 16:42:28.941092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.942686"], ["updated_at", "2018-10-11 16:42:28.942686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.944205"], ["updated_at", "2018-10-11 16:42:28.944205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.945730"], ["updated_at", "2018-10-11 16:42:28.945730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.947251"], ["updated_at", "2018-10-11 16:42:28.947251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.948816"], ["updated_at", "2018-10-11 16:42:28.948816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.950327"], ["updated_at", "2018-10-11 16:42:28.950327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.951902"], ["updated_at", "2018-10-11 16:42:28.951902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.953781"], ["updated_at", "2018-10-11 16:42:28.953781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.955379"], ["updated_at", "2018-10-11 16:42:28.955379"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.956979"], ["updated_at", "2018-10-11 16:42:28.956979"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.959358"], ["updated_at", "2018-10-11 16:42:28.959358"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.962611"], ["updated_at", "2018-10-11 16:42:28.962611"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.966203"], ["updated_at", "2018-10-11 16:42:28.966203"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.969457"], ["updated_at", "2018-10-11 16:42:28.969457"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.972741"], ["updated_at", "2018-10-11 16:42:28.972741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.975896"], ["updated_at", "2018-10-11 16:42:28.975896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.977627"], ["updated_at", "2018-10-11 16:42:28.977627"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.979341"], ["updated_at", "2018-10-11 16:42:28.979341"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.981623"], ["updated_at", "2018-10-11 16:42:28.981623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.983307"], ["updated_at", "2018-10-11 16:42:28.983307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.984847"], ["updated_at", "2018-10-11 16:42:28.984847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.986469"], ["updated_at", "2018-10-11 16:42:28.986469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.988631"], ["updated_at", "2018-10-11 16:42:28.988631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.990184"], ["updated_at", "2018-10-11 16:42:28.990184"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.993175"], ["updated_at", "2018-10-11 16:42:28.993175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.994898"], ["updated_at", "2018-10-11 16:42:28.994898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.996548"], ["updated_at", "2018-10-11 16:42:28.996548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.998204"], ["updated_at", "2018-10-11 16:42:28.998204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:28.999848"], ["updated_at", "2018-10-11 16:42:28.999848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.001411"], ["updated_at", "2018-10-11 16:42:29.001411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.002960"], ["updated_at", "2018-10-11 16:42:29.002960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.004533"], ["updated_at", "2018-10-11 16:42:29.004533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.006103"], ["updated_at", "2018-10-11 16:42:29.006103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.007691"], ["updated_at", "2018-10-11 16:42:29.007691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.009299"], ["updated_at", "2018-10-11 16:42:29.009299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.010829"], ["updated_at", "2018-10-11 16:42:29.010829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.012399"], ["updated_at", "2018-10-11 16:42:29.012399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.013940"], ["updated_at", "2018-10-11 16:42:29.013940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.015522"], ["updated_at", "2018-10-11 16:42:29.015522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.017158"], ["updated_at", "2018-10-11 16:42:29.017158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.018741"], ["updated_at", "2018-10-11 16:42:29.018741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.020306"], ["updated_at", "2018-10-11 16:42:29.020306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.021860"], ["updated_at", "2018-10-11 16:42:29.021860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.023397"], ["updated_at", "2018-10-11 16:42:29.023397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.024931"], ["updated_at", "2018-10-11 16:42:29.024931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.026447"], ["updated_at", "2018-10-11 16:42:29.026447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.028023"], ["updated_at", "2018-10-11 16:42:29.028023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.029573"], ["updated_at", "2018-10-11 16:42:29.029573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.031086"], ["updated_at", "2018-10-11 16:42:29.031086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.032638"], ["updated_at", "2018-10-11 16:42:29.032638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.034171"], ["updated_at", "2018-10-11 16:42:29.034171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.035714"], ["updated_at", "2018-10-11 16:42:29.035714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.037261"], ["updated_at", "2018-10-11 16:42:29.037261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.038854"], ["updated_at", "2018-10-11 16:42:29.038854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.040431"], ["updated_at", "2018-10-11 16:42:29.040431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.042024"], ["updated_at", "2018-10-11 16:42:29.042024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.043637"], ["updated_at", "2018-10-11 16:42:29.043637"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.045196"], ["updated_at", "2018-10-11 16:42:29.045196"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.047559"], ["updated_at", "2018-10-11 16:42:29.047559"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.049853"], ["updated_at", "2018-10-11 16:42:29.049853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.051508"], ["updated_at", "2018-10-11 16:42:29.051508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.053185"], ["updated_at", "2018-10-11 16:42:29.053185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.054750"], ["updated_at", "2018-10-11 16:42:29.054750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.056355"], ["updated_at", "2018-10-11 16:42:29.056355"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.058065"], ["updated_at", "2018-10-11 16:42:29.058065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.061099"], ["updated_at", "2018-10-11 16:42:29.061099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.062684"], ["updated_at", "2018-10-11 16:42:29.062684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.064260"], ["updated_at", "2018-10-11 16:42:29.064260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.065781"], ["updated_at", "2018-10-11 16:42:29.065781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.067304"], ["updated_at", "2018-10-11 16:42:29.067304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.068840"], ["updated_at", "2018-10-11 16:42:29.068840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.070541"], ["updated_at", "2018-10-11 16:42:29.070541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.072081"], ["updated_at", "2018-10-11 16:42:29.072081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.073705"], ["updated_at", "2018-10-11 16:42:29.073705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.075416"], ["updated_at", "2018-10-11 16:42:29.075416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.077001"], ["updated_at", "2018-10-11 16:42:29.077001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.078588"], ["updated_at", "2018-10-11 16:42:29.078588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.080130"], ["updated_at", "2018-10-11 16:42:29.080130"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.082171"], ["updated_at", "2018-10-11 16:42:29.082171"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.085441"], ["updated_at", "2018-10-11 16:42:29.085441"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.088719"], ["updated_at", "2018-10-11 16:42:29.088719"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.091849"], ["updated_at", "2018-10-11 16:42:29.091849"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.095134"], ["updated_at", "2018-10-11 16:42:29.095134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.098491"], ["updated_at", "2018-10-11 16:42:29.098491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.100601"], ["updated_at", "2018-10-11 16:42:29.100601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.102146"], ["updated_at", "2018-10-11 16:42:29.102146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.103682"], ["updated_at", "2018-10-11 16:42:29.103682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.105255"], ["updated_at", "2018-10-11 16:42:29.105255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.106848"], ["updated_at", "2018-10-11 16:42:29.106848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.108389"], ["updated_at", "2018-10-11 16:42:29.108389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.109930"], ["updated_at", "2018-10-11 16:42:29.109930"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.111638"], ["updated_at", "2018-10-11 16:42:29.111638"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.114094"], ["updated_at", "2018-10-11 16:42:29.114094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.116075"], ["updated_at", "2018-10-11 16:42:29.116075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.117625"], ["updated_at", "2018-10-11 16:42:29.117625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.119180"], ["updated_at", "2018-10-11 16:42:29.119180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.120705"], ["updated_at", "2018-10-11 16:42:29.120705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.122319"], ["updated_at", "2018-10-11 16:42:29.122319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.125805"], ["updated_at", "2018-10-11 16:42:29.125805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.127424"], ["updated_at", "2018-10-11 16:42:29.127424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.128968"], ["updated_at", "2018-10-11 16:42:29.128968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.130530"], ["updated_at", "2018-10-11 16:42:29.130530"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.132098"], ["updated_at", "2018-10-11 16:42:29.132098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.133613"], ["updated_at", "2018-10-11 16:42:29.133613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.135176"], ["updated_at", "2018-10-11 16:42:29.135176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.136723"], ["updated_at", "2018-10-11 16:42:29.136723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.138274"], ["updated_at", "2018-10-11 16:42:29.138274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.139877"], ["updated_at", "2018-10-11 16:42:29.139877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.141481"], ["updated_at", "2018-10-11 16:42:29.141481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.143065"], ["updated_at", "2018-10-11 16:42:29.143065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.144624"], ["updated_at", "2018-10-11 16:42:29.144624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.146164"], ["updated_at", "2018-10-11 16:42:29.146164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.147727"], ["updated_at", "2018-10-11 16:42:29.147727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.149302"], ["updated_at", "2018-10-11 16:42:29.149302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.150853"], ["updated_at", "2018-10-11 16:42:29.150853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.152404"], ["updated_at", "2018-10-11 16:42:29.152404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.153943"], ["updated_at", "2018-10-11 16:42:29.153943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.155518"], ["updated_at", "2018-10-11 16:42:29.155518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.157121"], ["updated_at", "2018-10-11 16:42:29.157121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.158864"], ["updated_at", "2018-10-11 16:42:29.158864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.160478"], ["updated_at", "2018-10-11 16:42:29.160478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.162052"], ["updated_at", "2018-10-11 16:42:29.162052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.163669"], ["updated_at", "2018-10-11 16:42:29.163669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.165270"], ["updated_at", "2018-10-11 16:42:29.165270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.166869"], ["updated_at", "2018-10-11 16:42:29.166869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.168474"], ["updated_at", "2018-10-11 16:42:29.168474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.170115"], ["updated_at", "2018-10-11 16:42:29.170115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.171732"], ["updated_at", "2018-10-11 16:42:29.171732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.173304"], ["updated_at", "2018-10-11 16:42:29.173304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.174876"], ["updated_at", "2018-10-11 16:42:29.174876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.176468"], ["updated_at", "2018-10-11 16:42:29.176468"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.180017"], ["updated_at", "2018-10-11 16:42:29.180017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.182180"], ["updated_at", "2018-10-11 16:42:29.182180"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.183913"], ["updated_at", "2018-10-11 16:42:29.183913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.185550"], ["updated_at", "2018-10-11 16:42:29.185550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.187666"], ["updated_at", "2018-10-11 16:42:29.187666"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.189485"], ["updated_at", "2018-10-11 16:42:29.189485"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.192517"], ["updated_at", "2018-10-11 16:42:29.192517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.194161"], ["updated_at", "2018-10-11 16:42:29.194161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.195868"], ["updated_at", "2018-10-11 16:42:29.195868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.197538"], ["updated_at", "2018-10-11 16:42:29.197538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.199119"], ["updated_at", "2018-10-11 16:42:29.199119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.200757"], ["updated_at", "2018-10-11 16:42:29.200757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.202320"], ["updated_at", "2018-10-11 16:42:29.202320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.203947"], ["updated_at", "2018-10-11 16:42:29.203947"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.206097"], ["updated_at", "2018-10-11 16:42:29.206097"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.209251"], ["updated_at", "2018-10-11 16:42:29.209251"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.212460"], ["updated_at", "2018-10-11 16:42:29.212460"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.215607"], ["updated_at", "2018-10-11 16:42:29.215607"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.218774"], ["updated_at", "2018-10-11 16:42:29.218774"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.222041"], ["updated_at", "2018-10-11 16:42:29.222041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.224535"], ["updated_at", "2018-10-11 16:42:29.224535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.226099"], ["updated_at", "2018-10-11 16:42:29.226099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.227722"], ["updated_at", "2018-10-11 16:42:29.227722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.229361"], ["updated_at", "2018-10-11 16:42:29.229361"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.231026"], ["updated_at", "2018-10-11 16:42:29.231026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.232731"], ["updated_at", "2018-10-11 16:42:29.232731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.234341"], ["updated_at", "2018-10-11 16:42:29.234341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.235949"], ["updated_at", "2018-10-11 16:42:29.235949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.237565"], ["updated_at", "2018-10-11 16:42:29.237565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.239186"], ["updated_at", "2018-10-11 16:42:29.239186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.240787"], ["updated_at", "2018-10-11 16:42:29.240787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.242396"], ["updated_at", "2018-10-11 16:42:29.242396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.244031"], ["updated_at", "2018-10-11 16:42:29.244031"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.245773"], ["updated_at", "2018-10-11 16:42:29.245773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.248645"], ["updated_at", "2018-10-11 16:42:29.248645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.250425"], ["updated_at", "2018-10-11 16:42:29.250425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.251966"], ["updated_at", "2018-10-11 16:42:29.251966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.253500"], ["updated_at", "2018-10-11 16:42:29.253500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.255162"], ["updated_at", "2018-10-11 16:42:29.255162"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.256790"], ["updated_at", "2018-10-11 16:42:29.256790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.259716"], ["updated_at", "2018-10-11 16:42:29.259716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.261363"], ["updated_at", "2018-10-11 16:42:29.261363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.262946"], ["updated_at", "2018-10-11 16:42:29.262946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.264607"], ["updated_at", "2018-10-11 16:42:29.264607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.266179"], ["updated_at", "2018-10-11 16:42:29.266179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.267772"], ["updated_at", "2018-10-11 16:42:29.267772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.269371"], ["updated_at", "2018-10-11 16:42:29.269371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.270961"], ["updated_at", "2018-10-11 16:42:29.270961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.272583"], ["updated_at", "2018-10-11 16:42:29.272583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.274264"], ["updated_at", "2018-10-11 16:42:29.274264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.275904"], ["updated_at", "2018-10-11 16:42:29.275904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.277478"], ["updated_at", "2018-10-11 16:42:29.277478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.279085"], ["updated_at", "2018-10-11 16:42:29.279085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.280679"], ["updated_at", "2018-10-11 16:42:29.280679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.282248"], ["updated_at", "2018-10-11 16:42:29.282248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.283904"], ["updated_at", "2018-10-11 16:42:29.283904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.285510"], ["updated_at", "2018-10-11 16:42:29.285510"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.287056"], ["updated_at", "2018-10-11 16:42:29.287056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.288779"], ["updated_at", "2018-10-11 16:42:29.288779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.290454"], ["updated_at", "2018-10-11 16:42:29.290454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.292041"], ["updated_at", "2018-10-11 16:42:29.292041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.293649"], ["updated_at", "2018-10-11 16:42:29.293649"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.295264"], ["updated_at", "2018-10-11 16:42:29.295264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.297116"], ["updated_at", "2018-10-11 16:42:29.297116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.298701"], ["updated_at", "2018-10-11 16:42:29.298701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.300432"], ["updated_at", "2018-10-11 16:42:29.300432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.302078"], ["updated_at", "2018-10-11 16:42:29.302078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.303802"], ["updated_at", "2018-10-11 16:42:29.303802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.305382"], ["updated_at", "2018-10-11 16:42:29.305382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.306955"], ["updated_at", "2018-10-11 16:42:29.306955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.308575"], ["updated_at", "2018-10-11 16:42:29.308575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.310160"], ["updated_at", "2018-10-11 16:42:29.310160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.311811"], ["updated_at", "2018-10-11 16:42:29.311811"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.314047"], ["updated_at", "2018-10-11 16:42:29.314047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.316391"], ["updated_at", "2018-10-11 16:42:29.316391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.318019"], ["updated_at", "2018-10-11 16:42:29.318019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.319576"], ["updated_at", "2018-10-11 16:42:29.319576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.321092"], ["updated_at", "2018-10-11 16:42:29.321092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.322603"], ["updated_at", "2018-10-11 16:42:29.322603"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.324235"], ["updated_at", "2018-10-11 16:42:29.324235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.326751"], ["updated_at", "2018-10-11 16:42:29.326751"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.328771"], ["updated_at", "2018-10-11 16:42:29.328771"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.332198"], ["updated_at", "2018-10-11 16:42:29.332198"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.336108"], ["updated_at", "2018-10-11 16:42:29.336108"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.339861"], ["updated_at", "2018-10-11 16:42:29.339861"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.343255"], ["updated_at", "2018-10-11 16:42:29.343255"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.346819"], ["updated_at", "2018-10-11 16:42:29.346819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.348676"], ["updated_at", "2018-10-11 16:42:29.348676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.350316"], ["updated_at", "2018-10-11 16:42:29.350316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.351871"], ["updated_at", "2018-10-11 16:42:29.351871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.353425"], ["updated_at", "2018-10-11 16:42:29.353425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.355032"], ["updated_at", "2018-10-11 16:42:29.355032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.356559"], ["updated_at", "2018-10-11 16:42:29.356559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.358183"], ["updated_at", "2018-10-11 16:42:29.358183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.359833"], ["updated_at", "2018-10-11 16:42:29.359833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.361441"], ["updated_at", "2018-10-11 16:42:29.361441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.362999"], ["updated_at", "2018-10-11 16:42:29.362999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.364597"], ["updated_at", "2018-10-11 16:42:29.364597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.366239"], ["updated_at", "2018-10-11 16:42:29.366239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.367811"], ["updated_at", "2018-10-11 16:42:29.367811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.369375"], ["updated_at", "2018-10-11 16:42:29.369375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.370939"], ["updated_at", "2018-10-11 16:42:29.370939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.372472"], ["updated_at", "2018-10-11 16:42:29.372472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.373990"], ["updated_at", "2018-10-11 16:42:29.373990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.375560"], ["updated_at", "2018-10-11 16:42:29.375560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.377184"], ["updated_at", "2018-10-11 16:42:29.377184"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.378678"], ["updated_at", "2018-10-11 16:42:29.378678"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.380836"], ["updated_at", "2018-10-11 16:42:29.380836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.383020"], ["updated_at", "2018-10-11 16:42:29.383020"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.384618"], ["updated_at", "2018-10-11 16:42:29.384618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.386290"], ["updated_at", "2018-10-11 16:42:29.386290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.387817"], ["updated_at", "2018-10-11 16:42:29.387817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.389853"], ["updated_at", "2018-10-11 16:42:29.389853"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.391453"], ["updated_at", "2018-10-11 16:42:29.391453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.393686"], ["updated_at", "2018-10-11 16:42:29.393686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.395330"], ["updated_at", "2018-10-11 16:42:29.395330"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.396917"], ["updated_at", "2018-10-11 16:42:29.396917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.398655"], ["updated_at", "2018-10-11 16:42:29.398655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.400283"], ["updated_at", "2018-10-11 16:42:29.400283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.401889"], ["updated_at", "2018-10-11 16:42:29.401889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.403480"], ["updated_at", "2018-10-11 16:42:29.403480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.405076"], ["updated_at", "2018-10-11 16:42:29.405076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.406820"], ["updated_at", "2018-10-11 16:42:29.406820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.408447"], ["updated_at", "2018-10-11 16:42:29.408447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.409969"], ["updated_at", "2018-10-11 16:42:29.409969"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.411550"], ["updated_at", "2018-10-11 16:42:29.411550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.413218"], ["updated_at", "2018-10-11 16:42:29.413218"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.414806"], ["updated_at", "2018-10-11 16:42:29.414806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.416530"], ["updated_at", "2018-10-11 16:42:29.416530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.418107"], ["updated_at", "2018-10-11 16:42:29.418107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.419644"], ["updated_at", "2018-10-11 16:42:29.419644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.421235"], ["updated_at", "2018-10-11 16:42:29.421235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.422909"], ["updated_at", "2018-10-11 16:42:29.422909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.424512"], ["updated_at", "2018-10-11 16:42:29.424512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.426034"], ["updated_at", "2018-10-11 16:42:29.426034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.427565"], ["updated_at", "2018-10-11 16:42:29.427565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.429056"], ["updated_at", "2018-10-11 16:42:29.429056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.430588"], ["updated_at", "2018-10-11 16:42:29.430588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.432174"], ["updated_at", "2018-10-11 16:42:29.432174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.433730"], ["updated_at", "2018-10-11 16:42:29.433730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.435312"], ["updated_at", "2018-10-11 16:42:29.435312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.436935"], ["updated_at", "2018-10-11 16:42:29.436935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.438476"], ["updated_at", "2018-10-11 16:42:29.438476"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.440094"], ["updated_at", "2018-10-11 16:42:29.440094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.441797"], ["updated_at", "2018-10-11 16:42:29.441797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.443408"], ["updated_at", "2018-10-11 16:42:29.443408"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.445158"], ["updated_at", "2018-10-11 16:42:29.445158"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.447382"], ["updated_at", "2018-10-11 16:42:29.447382"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.449197"], ["updated_at", "2018-10-11 16:42:29.449197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.450792"], ["updated_at", "2018-10-11 16:42:29.450792"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.452634"], ["updated_at", "2018-10-11 16:42:29.452634"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.454916"], ["updated_at", "2018-10-11 16:42:29.454916"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.456881"], ["updated_at", "2018-10-11 16:42:29.456881"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.459047"], ["updated_at", "2018-10-11 16:42:29.459047"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.463346"], ["updated_at", "2018-10-11 16:42:29.463346"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.466634"], ["updated_at", "2018-10-11 16:42:29.466634"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.470050"], ["updated_at", "2018-10-11 16:42:29.470050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.472550"], ["updated_at", "2018-10-11 16:42:29.472550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.474246"], ["updated_at", "2018-10-11 16:42:29.474246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.475804"], ["updated_at", "2018-10-11 16:42:29.475804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.477355"], ["updated_at", "2018-10-11 16:42:29.477355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.479016"], ["updated_at", "2018-10-11 16:42:29.479016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.480544"], ["updated_at", "2018-10-11 16:42:29.480544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.482128"], ["updated_at", "2018-10-11 16:42:29.482128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.483669"], ["updated_at", "2018-10-11 16:42:29.483669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.485310"], ["updated_at", "2018-10-11 16:42:29.485310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.486907"], ["updated_at", "2018-10-11 16:42:29.486907"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.488533"], ["updated_at", "2018-10-11 16:42:29.488533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.490204"], ["updated_at", "2018-10-11 16:42:29.490204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.491818"], ["updated_at", "2018-10-11 16:42:29.491818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.493469"], ["updated_at", "2018-10-11 16:42:29.493469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.495033"], ["updated_at", "2018-10-11 16:42:29.495033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.496677"], ["updated_at", "2018-10-11 16:42:29.496677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.498303"], ["updated_at", "2018-10-11 16:42:29.498303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.499908"], ["updated_at", "2018-10-11 16:42:29.499908"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.501502"], ["updated_at", "2018-10-11 16:42:29.501502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.503186"], ["updated_at", "2018-10-11 16:42:29.503186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.504784"], ["updated_at", "2018-10-11 16:42:29.504784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.506351"], ["updated_at", "2018-10-11 16:42:29.506351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.507900"], ["updated_at", "2018-10-11 16:42:29.507900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.509591"], ["updated_at", "2018-10-11 16:42:29.509591"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.511126"], ["updated_at", "2018-10-11 16:42:29.511126"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.512902"], ["updated_at", "2018-10-11 16:42:29.512902"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.515351"], ["updated_at", "2018-10-11 16:42:29.515351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.517114"], ["updated_at", "2018-10-11 16:42:29.517114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.518710"], ["updated_at", "2018-10-11 16:42:29.518710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.520277"], ["updated_at", "2018-10-11 16:42:29.520277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.521893"], ["updated_at", "2018-10-11 16:42:29.521893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.523530"], ["updated_at", "2018-10-11 16:42:29.523530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.526508"], ["updated_at", "2018-10-11 16:42:29.526508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.529292"], ["updated_at", "2018-10-11 16:42:29.529292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.530869"], ["updated_at", "2018-10-11 16:42:29.530869"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.532492"], ["updated_at", "2018-10-11 16:42:29.532492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.534118"], ["updated_at", "2018-10-11 16:42:29.534118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.535729"], ["updated_at", "2018-10-11 16:42:29.535729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.537374"], ["updated_at", "2018-10-11 16:42:29.537374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.538942"], ["updated_at", "2018-10-11 16:42:29.538942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.540707"], ["updated_at", "2018-10-11 16:42:29.540707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.542282"], ["updated_at", "2018-10-11 16:42:29.542282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.543915"], ["updated_at", "2018-10-11 16:42:29.543915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.545526"], ["updated_at", "2018-10-11 16:42:29.545526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.547074"], ["updated_at", "2018-10-11 16:42:29.547074"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.548612"], ["updated_at", "2018-10-11 16:42:29.548612"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.550255"], ["updated_at", "2018-10-11 16:42:29.550255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.551893"], ["updated_at", "2018-10-11 16:42:29.551893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.553459"], ["updated_at", "2018-10-11 16:42:29.553459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.555153"], ["updated_at", "2018-10-11 16:42:29.555153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.556745"], ["updated_at", "2018-10-11 16:42:29.556745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.558349"], ["updated_at", "2018-10-11 16:42:29.558349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.559929"], ["updated_at", "2018-10-11 16:42:29.559929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.561499"], ["updated_at", "2018-10-11 16:42:29.561499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.563094"], ["updated_at", "2018-10-11 16:42:29.563094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.564699"], ["updated_at", "2018-10-11 16:42:29.564699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.566273"], ["updated_at", "2018-10-11 16:42:29.566273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.567930"], ["updated_at", "2018-10-11 16:42:29.567930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.569539"], ["updated_at", "2018-10-11 16:42:29.569539"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.571218"], ["updated_at", "2018-10-11 16:42:29.571218"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.573437"], ["updated_at", "2018-10-11 16:42:29.573437"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.576984"], ["updated_at", "2018-10-11 16:42:29.576984"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.580209"], ["updated_at", "2018-10-11 16:42:29.580209"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.583270"], ["updated_at", "2018-10-11 16:42:29.583270"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.587441"], ["updated_at", "2018-10-11 16:42:29.587441"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.589850"], ["updated_at", "2018-10-11 16:42:29.589850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.592128"], ["updated_at", "2018-10-11 16:42:29.592128"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.593759"], ["updated_at", "2018-10-11 16:42:29.593759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.596490"], ["updated_at", "2018-10-11 16:42:29.596490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.598110"], ["updated_at", "2018-10-11 16:42:29.598110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.599703"], ["updated_at", "2018-10-11 16:42:29.599703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.601300"], ["updated_at", "2018-10-11 16:42:29.601300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.602898"], ["updated_at", "2018-10-11 16:42:29.602898"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.604482"], ["updated_at", "2018-10-11 16:42:29.604482"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.606205"], ["updated_at", "2018-10-11 16:42:29.606205"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.608011"], ["updated_at", "2018-10-11 16:42:29.608011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.609654"], ["updated_at", "2018-10-11 16:42:29.609654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.611219"], ["updated_at", "2018-10-11 16:42:29.611219"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.612890"], ["updated_at", "2018-10-11 16:42:29.612890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.614406"], ["updated_at", "2018-10-11 16:42:29.614406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.615964"], ["updated_at", "2018-10-11 16:42:29.615964"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.617549"], ["updated_at", "2018-10-11 16:42:29.617549"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.619220"], ["updated_at", "2018-10-11 16:42:29.619220"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.620891"], ["updated_at", "2018-10-11 16:42:29.620891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.622495"], ["updated_at", "2018-10-11 16:42:29.622495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.624160"], ["updated_at", "2018-10-11 16:42:29.624160"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.626177"], ["updated_at", "2018-10-11 16:42:29.626177"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.629578"], ["updated_at", "2018-10-11 16:42:29.629578"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.632011"], ["updated_at", "2018-10-11 16:42:29.632011"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.634472"], ["updated_at", "2018-10-11 16:42:29.634472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.636602"], ["updated_at", "2018-10-11 16:42:29.636602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.638195"], ["updated_at", "2018-10-11 16:42:29.638195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.639792"], ["updated_at", "2018-10-11 16:42:29.639792"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.641354"], ["updated_at", "2018-10-11 16:42:29.641354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.642979"], ["updated_at", "2018-10-11 16:42:29.642979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.644623"], ["updated_at", "2018-10-11 16:42:29.644623"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.646431"], ["updated_at", "2018-10-11 16:42:29.646431"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.648760"], ["updated_at", "2018-10-11 16:42:29.648760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.650556"], ["updated_at", "2018-10-11 16:42:29.650556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.652098"], ["updated_at", "2018-10-11 16:42:29.652098"], ["parent_id", 39895952907]] Kithe::Work Create (3.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.653660"], ["updated_at", "2018-10-11 16:42:29.653660"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.658257"], ["updated_at", "2018-10-11 16:42:29.658257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.663056"], ["updated_at", "2018-10-11 16:42:29.663056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.664728"], ["updated_at", "2018-10-11 16:42:29.664728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.666395"], ["updated_at", "2018-10-11 16:42:29.666395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.668005"], ["updated_at", "2018-10-11 16:42:29.668005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.669577"], ["updated_at", "2018-10-11 16:42:29.669577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.671262"], ["updated_at", "2018-10-11 16:42:29.671262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.672892"], ["updated_at", "2018-10-11 16:42:29.672892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.674578"], ["updated_at", "2018-10-11 16:42:29.674578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.676133"], ["updated_at", "2018-10-11 16:42:29.676133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.677716"], ["updated_at", "2018-10-11 16:42:29.677716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.679388"], ["updated_at", "2018-10-11 16:42:29.679388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.681114"], ["updated_at", "2018-10-11 16:42:29.681114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.682723"], ["updated_at", "2018-10-11 16:42:29.682723"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.684319"], ["updated_at", "2018-10-11 16:42:29.684319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.686282"], ["updated_at", "2018-10-11 16:42:29.686282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.688057"], ["updated_at", "2018-10-11 16:42:29.688057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.689661"], ["updated_at", "2018-10-11 16:42:29.689661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.691314"], ["updated_at", "2018-10-11 16:42:29.691314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.692903"], ["updated_at", "2018-10-11 16:42:29.692903"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.694560"], ["updated_at", "2018-10-11 16:42:29.694560"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.697116"], ["updated_at", "2018-10-11 16:42:29.697116"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.700617"], ["updated_at", "2018-10-11 16:42:29.700617"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.705019"], ["updated_at", "2018-10-11 16:42:29.705019"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.708569"], ["updated_at", "2018-10-11 16:42:29.708569"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.711677"], ["updated_at", "2018-10-11 16:42:29.711677"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.714121"], ["updated_at", "2018-10-11 16:42:29.714121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.716104"], ["updated_at", "2018-10-11 16:42:29.716104"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.717777"], ["updated_at", "2018-10-11 16:42:29.717777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.719419"], ["updated_at", "2018-10-11 16:42:29.719419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.720938"], ["updated_at", "2018-10-11 16:42:29.720938"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.722478"], ["updated_at", "2018-10-11 16:42:29.722478"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.724416"], ["updated_at", "2018-10-11 16:42:29.724416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.727369"], ["updated_at", "2018-10-11 16:42:29.727369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.729083"], ["updated_at", "2018-10-11 16:42:29.729083"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.730661"], ["updated_at", "2018-10-11 16:42:29.730661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.732379"], ["updated_at", "2018-10-11 16:42:29.732379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.733952"], ["updated_at", "2018-10-11 16:42:29.733952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.735618"], ["updated_at", "2018-10-11 16:42:29.735618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.737265"], ["updated_at", "2018-10-11 16:42:29.737265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.738843"], ["updated_at", "2018-10-11 16:42:29.738843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.740531"], ["updated_at", "2018-10-11 16:42:29.740531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.742138"], ["updated_at", "2018-10-11 16:42:29.742138"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.743738"], ["updated_at", "2018-10-11 16:42:29.743738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.746298"], ["updated_at", "2018-10-11 16:42:29.746298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.748067"], ["updated_at", "2018-10-11 16:42:29.748067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.749677"], ["updated_at", "2018-10-11 16:42:29.749677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.751264"], ["updated_at", "2018-10-11 16:42:29.751264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.752883"], ["updated_at", "2018-10-11 16:42:29.752883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.754525"], ["updated_at", "2018-10-11 16:42:29.754525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.756118"], ["updated_at", "2018-10-11 16:42:29.756118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.757696"], ["updated_at", "2018-10-11 16:42:29.757696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.759229"], ["updated_at", "2018-10-11 16:42:29.759229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.760918"], ["updated_at", "2018-10-11 16:42:29.760918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.762454"], ["updated_at", "2018-10-11 16:42:29.762454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.764040"], ["updated_at", "2018-10-11 16:42:29.764040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.765605"], ["updated_at", "2018-10-11 16:42:29.765605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.767174"], ["updated_at", "2018-10-11 16:42:29.767174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.768760"], ["updated_at", "2018-10-11 16:42:29.768760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.770352"], ["updated_at", "2018-10-11 16:42:29.770352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.771890"], ["updated_at", "2018-10-11 16:42:29.771890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.773476"], ["updated_at", "2018-10-11 16:42:29.773476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.775084"], ["updated_at", "2018-10-11 16:42:29.775084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.776680"], ["updated_at", "2018-10-11 16:42:29.776680"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.778426"], ["updated_at", "2018-10-11 16:42:29.778426"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.780964"], ["updated_at", "2018-10-11 16:42:29.780964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.783041"], ["updated_at", "2018-10-11 16:42:29.783041"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.784702"], ["updated_at", "2018-10-11 16:42:29.784702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.788987"], ["updated_at", "2018-10-11 16:42:29.788987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.790754"], ["updated_at", "2018-10-11 16:42:29.790754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.793524"], ["updated_at", "2018-10-11 16:42:29.793524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.795492"], ["updated_at", "2018-10-11 16:42:29.795492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.797274"], ["updated_at", "2018-10-11 16:42:29.797274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.798933"], ["updated_at", "2018-10-11 16:42:29.798933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.800593"], ["updated_at", "2018-10-11 16:42:29.800593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.802188"], ["updated_at", "2018-10-11 16:42:29.802188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.803799"], ["updated_at", "2018-10-11 16:42:29.803799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.805482"], ["updated_at", "2018-10-11 16:42:29.805482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.807112"], ["updated_at", "2018-10-11 16:42:29.807112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.808742"], ["updated_at", "2018-10-11 16:42:29.808742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.810477"], ["updated_at", "2018-10-11 16:42:29.810477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.812150"], ["updated_at", "2018-10-11 16:42:29.812150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.813891"], ["updated_at", "2018-10-11 16:42:29.813891"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.816044"], ["updated_at", "2018-10-11 16:42:29.816044"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.818763"], ["updated_at", "2018-10-11 16:42:29.818763"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.821503"], ["updated_at", "2018-10-11 16:42:29.821503"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.824463"], ["updated_at", "2018-10-11 16:42:29.824463"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.827192"], ["updated_at", "2018-10-11 16:42:29.827192"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.829914"], ["updated_at", "2018-10-11 16:42:29.829914"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.832548"], ["updated_at", "2018-10-11 16:42:29.832548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.835174"], ["updated_at", "2018-10-11 16:42:29.835174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.836862"], ["updated_at", "2018-10-11 16:42:29.836862"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.838403"], ["updated_at", "2018-10-11 16:42:29.838403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.840048"], ["updated_at", "2018-10-11 16:42:29.840048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.841688"], ["updated_at", "2018-10-11 16:42:29.841688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.843283"], ["updated_at", "2018-10-11 16:42:29.843283"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.845094"], ["updated_at", "2018-10-11 16:42:29.845094"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.847760"], ["updated_at", "2018-10-11 16:42:29.847760"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.849933"], ["updated_at", "2018-10-11 16:42:29.849933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.851722"], ["updated_at", "2018-10-11 16:42:29.851722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.853468"], ["updated_at", "2018-10-11 16:42:29.853468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.855081"], ["updated_at", "2018-10-11 16:42:29.855081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.856663"], ["updated_at", "2018-10-11 16:42:29.856663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.859568"], ["updated_at", "2018-10-11 16:42:29.859568"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.861302"], ["updated_at", "2018-10-11 16:42:29.861302"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.863030"], ["updated_at", "2018-10-11 16:42:29.863030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.864746"], ["updated_at", "2018-10-11 16:42:29.864746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.866448"], ["updated_at", "2018-10-11 16:42:29.866448"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.868101"], ["updated_at", "2018-10-11 16:42:29.868101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.869813"], ["updated_at", "2018-10-11 16:42:29.869813"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.871420"], ["updated_at", "2018-10-11 16:42:29.871420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.873098"], ["updated_at", "2018-10-11 16:42:29.873098"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.874806"], ["updated_at", "2018-10-11 16:42:29.874806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.876544"], ["updated_at", "2018-10-11 16:42:29.876544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.878142"], ["updated_at", "2018-10-11 16:42:29.878142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.880067"], ["updated_at", "2018-10-11 16:42:29.880067"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.881740"], ["updated_at", "2018-10-11 16:42:29.881740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.883406"], ["updated_at", "2018-10-11 16:42:29.883406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.884961"], ["updated_at", "2018-10-11 16:42:29.884961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.886585"], ["updated_at", "2018-10-11 16:42:29.886585"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.888378"], ["updated_at", "2018-10-11 16:42:29.888378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.890285"], ["updated_at", "2018-10-11 16:42:29.890285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.893253"], ["updated_at", "2018-10-11 16:42:29.893253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.894960"], ["updated_at", "2018-10-11 16:42:29.894960"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.896610"], ["updated_at", "2018-10-11 16:42:29.896610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.898748"], ["updated_at", "2018-10-11 16:42:29.898748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.900553"], ["updated_at", "2018-10-11 16:42:29.900553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.902247"], ["updated_at", "2018-10-11 16:42:29.902247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.904452"], ["updated_at", "2018-10-11 16:42:29.904452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.906219"], ["updated_at", "2018-10-11 16:42:29.906219"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.907800"], ["updated_at", "2018-10-11 16:42:29.907800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.909465"], ["updated_at", "2018-10-11 16:42:29.909465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.911036"], ["updated_at", "2018-10-11 16:42:29.911036"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.912680"], ["updated_at", "2018-10-11 16:42:29.912680"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.915128"], ["updated_at", "2018-10-11 16:42:29.915128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.917179"], ["updated_at", "2018-10-11 16:42:29.917179"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.918826"], ["updated_at", "2018-10-11 16:42:29.918826"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.920449"], ["updated_at", "2018-10-11 16:42:29.920449"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.921996"], ["updated_at", "2018-10-11 16:42:29.921996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.923693"], ["updated_at", "2018-10-11 16:42:29.923693"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.926981"], ["updated_at", "2018-10-11 16:42:29.926981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.929591"], ["updated_at", "2018-10-11 16:42:29.929591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.931302"], ["updated_at", "2018-10-11 16:42:29.931302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.932905"], ["updated_at", "2018-10-11 16:42:29.932905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.934556"], ["updated_at", "2018-10-11 16:42:29.934556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.936134"], ["updated_at", "2018-10-11 16:42:29.936134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.937751"], ["updated_at", "2018-10-11 16:42:29.937751"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.939389"], ["updated_at", "2018-10-11 16:42:29.939389"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.941915"], ["updated_at", "2018-10-11 16:42:29.941915"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.944498"], ["updated_at", "2018-10-11 16:42:29.944498"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.947261"], ["updated_at", "2018-10-11 16:42:29.947261"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.949844"], ["updated_at", "2018-10-11 16:42:29.949844"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.952384"], ["updated_at", "2018-10-11 16:42:29.952384"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.954864"], ["updated_at", "2018-10-11 16:42:29.954864"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.957490"], ["updated_at", "2018-10-11 16:42:29.957490"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.960124"], ["updated_at", "2018-10-11 16:42:29.960124"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.961903"], ["updated_at", "2018-10-11 16:42:29.961903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.963660"], ["updated_at", "2018-10-11 16:42:29.963660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.965214"], ["updated_at", "2018-10-11 16:42:29.965214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.966822"], ["updated_at", "2018-10-11 16:42:29.966822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.968407"], ["updated_at", "2018-10-11 16:42:29.968407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.970028"], ["updated_at", "2018-10-11 16:42:29.970028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.971605"], ["updated_at", "2018-10-11 16:42:29.971605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.973205"], ["updated_at", "2018-10-11 16:42:29.973205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.974840"], ["updated_at", "2018-10-11 16:42:29.974840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.976434"], ["updated_at", "2018-10-11 16:42:29.976434"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.978184"], ["updated_at", "2018-10-11 16:42:29.978184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.980691"], ["updated_at", "2018-10-11 16:42:29.980691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.982919"], ["updated_at", "2018-10-11 16:42:29.982919"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.984611"], ["updated_at", "2018-10-11 16:42:29.984611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.986674"], ["updated_at", "2018-10-11 16:42:29.986674"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.988331"], ["updated_at", "2018-10-11 16:42:29.988331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.989917"], ["updated_at", "2018-10-11 16:42:29.989917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.992850"], ["updated_at", "2018-10-11 16:42:29.992850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.994458"], ["updated_at", "2018-10-11 16:42:29.994458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.996035"], ["updated_at", "2018-10-11 16:42:29.996035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.997600"], ["updated_at", "2018-10-11 16:42:29.997600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:29.999157"], ["updated_at", "2018-10-11 16:42:29.999157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.000711"], ["updated_at", "2018-10-11 16:42:30.000711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.002378"], ["updated_at", "2018-10-11 16:42:30.002378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.003958"], ["updated_at", "2018-10-11 16:42:30.003958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.005457"], ["updated_at", "2018-10-11 16:42:30.005457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.007225"], ["updated_at", "2018-10-11 16:42:30.007225"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.008905"], ["updated_at", "2018-10-11 16:42:30.008905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.010570"], ["updated_at", "2018-10-11 16:42:30.010570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.012141"], ["updated_at", "2018-10-11 16:42:30.012141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.013895"], ["updated_at", "2018-10-11 16:42:30.013895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.015617"], ["updated_at", "2018-10-11 16:42:30.015617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.017219"], ["updated_at", "2018-10-11 16:42:30.017219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.018832"], ["updated_at", "2018-10-11 16:42:30.018832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.020371"], ["updated_at", "2018-10-11 16:42:30.020371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.021976"], ["updated_at", "2018-10-11 16:42:30.021976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.023566"], ["updated_at", "2018-10-11 16:42:30.023566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.025195"], ["updated_at", "2018-10-11 16:42:30.025195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.026760"], ["updated_at", "2018-10-11 16:42:30.026760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.028335"], ["updated_at", "2018-10-11 16:42:30.028335"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.029882"], ["updated_at", "2018-10-11 16:42:30.029882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.031529"], ["updated_at", "2018-10-11 16:42:30.031529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.033177"], ["updated_at", "2018-10-11 16:42:30.033177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.034840"], ["updated_at", "2018-10-11 16:42:30.034840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.036521"], ["updated_at", "2018-10-11 16:42:30.036521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.038100"], ["updated_at", "2018-10-11 16:42:30.038100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.039754"], ["updated_at", "2018-10-11 16:42:30.039754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.041344"], ["updated_at", "2018-10-11 16:42:30.041344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.042909"], ["updated_at", "2018-10-11 16:42:30.042909"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.044591"], ["updated_at", "2018-10-11 16:42:30.044591"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.046889"], ["updated_at", "2018-10-11 16:42:30.046889"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.049430"], ["updated_at", "2018-10-11 16:42:30.049430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.051382"], ["updated_at", "2018-10-11 16:42:30.051382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.052923"], ["updated_at", "2018-10-11 16:42:30.052923"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.054570"], ["updated_at", "2018-10-11 16:42:30.054570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.056138"], ["updated_at", "2018-10-11 16:42:30.056138"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.057835"], ["updated_at", "2018-10-11 16:42:30.057835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.060827"], ["updated_at", "2018-10-11 16:42:30.060827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.062535"], ["updated_at", "2018-10-11 16:42:30.062535"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.064188"], ["updated_at", "2018-10-11 16:42:30.064188"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.066641"], ["updated_at", "2018-10-11 16:42:30.066641"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.070065"], ["updated_at", "2018-10-11 16:42:30.070065"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.073347"], ["updated_at", "2018-10-11 16:42:30.073347"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.076440"], ["updated_at", "2018-10-11 16:42:30.076440"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.079747"], ["updated_at", "2018-10-11 16:42:30.079747"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.083264"], ["updated_at", "2018-10-11 16:42:30.083264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.085082"], ["updated_at", "2018-10-11 16:42:30.085082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.086650"], ["updated_at", "2018-10-11 16:42:30.086650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.088186"], ["updated_at", "2018-10-11 16:42:30.088186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.089723"], ["updated_at", "2018-10-11 16:42:30.089723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.091303"], ["updated_at", "2018-10-11 16:42:30.091303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.092819"], ["updated_at", "2018-10-11 16:42:30.092819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.094363"], ["updated_at", "2018-10-11 16:42:30.094363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.095898"], ["updated_at", "2018-10-11 16:42:30.095898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.097432"], ["updated_at", "2018-10-11 16:42:30.097432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.098983"], ["updated_at", "2018-10-11 16:42:30.098983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.100524"], ["updated_at", "2018-10-11 16:42:30.100524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.102077"], ["updated_at", "2018-10-11 16:42:30.102077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.103757"], ["updated_at", "2018-10-11 16:42:30.103757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.105294"], ["updated_at", "2018-10-11 16:42:30.105294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.106872"], ["updated_at", "2018-10-11 16:42:30.106872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.108419"], ["updated_at", "2018-10-11 16:42:30.108419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.109981"], ["updated_at", "2018-10-11 16:42:30.109981"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.111780"], ["updated_at", "2018-10-11 16:42:30.111780"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.114221"], ["updated_at", "2018-10-11 16:42:30.114221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.116152"], ["updated_at", "2018-10-11 16:42:30.116152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.117844"], ["updated_at", "2018-10-11 16:42:30.117844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.119389"], ["updated_at", "2018-10-11 16:42:30.119389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.121000"], ["updated_at", "2018-10-11 16:42:30.121000"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.122552"], ["updated_at", "2018-10-11 16:42:30.122552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.125365"], ["updated_at", "2018-10-11 16:42:30.125365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.127060"], ["updated_at", "2018-10-11 16:42:30.127060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.128610"], ["updated_at", "2018-10-11 16:42:30.128610"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.130293"], ["updated_at", "2018-10-11 16:42:30.130293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.132488"], ["updated_at", "2018-10-11 16:42:30.132488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.134113"], ["updated_at", "2018-10-11 16:42:30.134113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.135792"], ["updated_at", "2018-10-11 16:42:30.135792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.137309"], ["updated_at", "2018-10-11 16:42:30.137309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.138900"], ["updated_at", "2018-10-11 16:42:30.138900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.140424"], ["updated_at", "2018-10-11 16:42:30.140424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.142118"], ["updated_at", "2018-10-11 16:42:30.142118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.143760"], ["updated_at", "2018-10-11 16:42:30.143760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.145373"], ["updated_at", "2018-10-11 16:42:30.145373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.146956"], ["updated_at", "2018-10-11 16:42:30.146956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.148567"], ["updated_at", "2018-10-11 16:42:30.148567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.150267"], ["updated_at", "2018-10-11 16:42:30.150267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.151880"], ["updated_at", "2018-10-11 16:42:30.151880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.153469"], ["updated_at", "2018-10-11 16:42:30.153469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.155140"], ["updated_at", "2018-10-11 16:42:30.155140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.156735"], ["updated_at", "2018-10-11 16:42:30.156735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.158283"], ["updated_at", "2018-10-11 16:42:30.158283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.159875"], ["updated_at", "2018-10-11 16:42:30.159875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.161471"], ["updated_at", "2018-10-11 16:42:30.161471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.163016"], ["updated_at", "2018-10-11 16:42:30.163016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.164598"], ["updated_at", "2018-10-11 16:42:30.164598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.166150"], ["updated_at", "2018-10-11 16:42:30.166150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.167694"], ["updated_at", "2018-10-11 16:42:30.167694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.169317"], ["updated_at", "2018-10-11 16:42:30.169317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.171038"], ["updated_at", "2018-10-11 16:42:30.171038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.172700"], ["updated_at", "2018-10-11 16:42:30.172700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.174278"], ["updated_at", "2018-10-11 16:42:30.174278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.175886"], ["updated_at", "2018-10-11 16:42:30.175886"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.177426"], ["updated_at", "2018-10-11 16:42:30.177426"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.179280"], ["updated_at", "2018-10-11 16:42:30.179280"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.181626"], ["updated_at", "2018-10-11 16:42:30.181626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.183267"], ["updated_at", "2018-10-11 16:42:30.183267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.184829"], ["updated_at", "2018-10-11 16:42:30.184829"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.186347"], ["updated_at", "2018-10-11 16:42:30.186347"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.189061"], ["updated_at", "2018-10-11 16:42:30.189061"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.191144"], ["updated_at", "2018-10-11 16:42:30.191144"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.195395"], ["updated_at", "2018-10-11 16:42:30.195395"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.198950"], ["updated_at", "2018-10-11 16:42:30.198950"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.202352"], ["updated_at", "2018-10-11 16:42:30.202352"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.205883"], ["updated_at", "2018-10-11 16:42:30.205883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.209305"], ["updated_at", "2018-10-11 16:42:30.209305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.211059"], ["updated_at", "2018-10-11 16:42:30.211059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.212714"], ["updated_at", "2018-10-11 16:42:30.212714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.214309"], ["updated_at", "2018-10-11 16:42:30.214309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.215843"], ["updated_at", "2018-10-11 16:42:30.215843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.217445"], ["updated_at", "2018-10-11 16:42:30.217445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.219047"], ["updated_at", "2018-10-11 16:42:30.219047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.220580"], ["updated_at", "2018-10-11 16:42:30.220580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.222138"], ["updated_at", "2018-10-11 16:42:30.222138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.223769"], ["updated_at", "2018-10-11 16:42:30.223769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.225361"], ["updated_at", "2018-10-11 16:42:30.225361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.226914"], ["updated_at", "2018-10-11 16:42:30.226914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.228586"], ["updated_at", "2018-10-11 16:42:30.228586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.230177"], ["updated_at", "2018-10-11 16:42:30.230177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.231826"], ["updated_at", "2018-10-11 16:42:30.231826"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.233401"], ["updated_at", "2018-10-11 16:42:30.233401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.235039"], ["updated_at", "2018-10-11 16:42:30.235039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.236657"], ["updated_at", "2018-10-11 16:42:30.236657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.238225"], ["updated_at", "2018-10-11 16:42:30.238225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.239793"], ["updated_at", "2018-10-11 16:42:30.239793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.241693"], ["updated_at", "2018-10-11 16:42:30.241693"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.244543"], ["updated_at", "2018-10-11 16:42:30.244543"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.246467"], ["updated_at", "2018-10-11 16:42:30.246467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.248686"], ["updated_at", "2018-10-11 16:42:30.248686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.250314"], ["updated_at", "2018-10-11 16:42:30.250314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.251892"], ["updated_at", "2018-10-11 16:42:30.251892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.253587"], ["updated_at", "2018-10-11 16:42:30.253587"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.255152"], ["updated_at", "2018-10-11 16:42:30.255152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.256699"], ["updated_at", "2018-10-11 16:42:30.256699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.259765"], ["updated_at", "2018-10-11 16:42:30.259765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.261345"], ["updated_at", "2018-10-11 16:42:30.261345"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.262949"], ["updated_at", "2018-10-11 16:42:30.262949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.264551"], ["updated_at", "2018-10-11 16:42:30.264551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.266222"], ["updated_at", "2018-10-11 16:42:30.266222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.267765"], ["updated_at", "2018-10-11 16:42:30.267765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.269367"], ["updated_at", "2018-10-11 16:42:30.269367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.270914"], ["updated_at", "2018-10-11 16:42:30.270914"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.272518"], ["updated_at", "2018-10-11 16:42:30.272518"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.274257"], ["updated_at", "2018-10-11 16:42:30.274257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.275942"], ["updated_at", "2018-10-11 16:42:30.275942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.277572"], ["updated_at", "2018-10-11 16:42:30.277572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.279159"], ["updated_at", "2018-10-11 16:42:30.279159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.280811"], ["updated_at", "2018-10-11 16:42:30.280811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.282444"], ["updated_at", "2018-10-11 16:42:30.282444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.284003"], ["updated_at", "2018-10-11 16:42:30.284003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.285582"], ["updated_at", "2018-10-11 16:42:30.285582"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.287159"], ["updated_at", "2018-10-11 16:42:30.287159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.288912"], ["updated_at", "2018-10-11 16:42:30.288912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.290549"], ["updated_at", "2018-10-11 16:42:30.290549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.292204"], ["updated_at", "2018-10-11 16:42:30.292204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.293835"], ["updated_at", "2018-10-11 16:42:30.293835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.295368"], ["updated_at", "2018-10-11 16:42:30.295368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.296936"], ["updated_at", "2018-10-11 16:42:30.296936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.298628"], ["updated_at", "2018-10-11 16:42:30.298628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.300269"], ["updated_at", "2018-10-11 16:42:30.300269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.301843"], ["updated_at", "2018-10-11 16:42:30.301843"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.303502"], ["updated_at", "2018-10-11 16:42:30.303502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.305330"], ["updated_at", "2018-10-11 16:42:30.305330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.306960"], ["updated_at", "2018-10-11 16:42:30.306960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.308501"], ["updated_at", "2018-10-11 16:42:30.308501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.310123"], ["updated_at", "2018-10-11 16:42:30.310123"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.312053"], ["updated_at", "2018-10-11 16:42:30.312053"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.314671"], ["updated_at", "2018-10-11 16:42:30.314671"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.317167"], ["updated_at", "2018-10-11 16:42:30.317167"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.319434"], ["updated_at", "2018-10-11 16:42:30.319434"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.322046"], ["updated_at", "2018-10-11 16:42:30.322046"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.324212"], ["updated_at", "2018-10-11 16:42:30.324212"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.326256"], ["updated_at", "2018-10-11 16:42:30.326256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.330832"], ["updated_at", "2018-10-11 16:42:30.330832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.332418"], ["updated_at", "2018-10-11 16:42:30.332418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.334071"], ["updated_at", "2018-10-11 16:42:30.334071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.335652"], ["updated_at", "2018-10-11 16:42:30.335652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.337214"], ["updated_at", "2018-10-11 16:42:30.337214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.338826"], ["updated_at", "2018-10-11 16:42:30.338826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.340596"], ["updated_at", "2018-10-11 16:42:30.340596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.342230"], ["updated_at", "2018-10-11 16:42:30.342230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.343860"], ["updated_at", "2018-10-11 16:42:30.343860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.345389"], ["updated_at", "2018-10-11 16:42:30.345389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.346976"], ["updated_at", "2018-10-11 16:42:30.346976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.348508"], ["updated_at", "2018-10-11 16:42:30.348508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.350165"], ["updated_at", "2018-10-11 16:42:30.350165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.351767"], ["updated_at", "2018-10-11 16:42:30.351767"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.353355"], ["updated_at", "2018-10-11 16:42:30.353355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.355054"], ["updated_at", "2018-10-11 16:42:30.355054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.356640"], ["updated_at", "2018-10-11 16:42:30.356640"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.358340"], ["updated_at", "2018-10-11 16:42:30.358340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.359942"], ["updated_at", "2018-10-11 16:42:30.359942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.361588"], ["updated_at", "2018-10-11 16:42:30.361588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.363171"], ["updated_at", "2018-10-11 16:42:30.363171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.364755"], ["updated_at", "2018-10-11 16:42:30.364755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.366337"], ["updated_at", "2018-10-11 16:42:30.366337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.367901"], ["updated_at", "2018-10-11 16:42:30.367901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.369586"], ["updated_at", "2018-10-11 16:42:30.369586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.371157"], ["updated_at", "2018-10-11 16:42:30.371157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.372728"], ["updated_at", "2018-10-11 16:42:30.372728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.374327"], ["updated_at", "2018-10-11 16:42:30.374327"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.375929"], ["updated_at", "2018-10-11 16:42:30.375929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.377594"], ["updated_at", "2018-10-11 16:42:30.377594"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.379395"], ["updated_at", "2018-10-11 16:42:30.379395"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.382006"], ["updated_at", "2018-10-11 16:42:30.382006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.383807"], ["updated_at", "2018-10-11 16:42:30.383807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.385370"], ["updated_at", "2018-10-11 16:42:30.385370"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.386891"], ["updated_at", "2018-10-11 16:42:30.386891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.388940"], ["updated_at", "2018-10-11 16:42:30.388940"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.390528"], ["updated_at", "2018-10-11 16:42:30.390528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.393411"], ["updated_at", "2018-10-11 16:42:30.393411"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.395129"], ["updated_at", "2018-10-11 16:42:30.395129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.396810"], ["updated_at", "2018-10-11 16:42:30.396810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.398481"], ["updated_at", "2018-10-11 16:42:30.398481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.400053"], ["updated_at", "2018-10-11 16:42:30.400053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.401644"], ["updated_at", "2018-10-11 16:42:30.401644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.403277"], ["updated_at", "2018-10-11 16:42:30.403277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.404887"], ["updated_at", "2018-10-11 16:42:30.404887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.406458"], ["updated_at", "2018-10-11 16:42:30.406458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.408137"], ["updated_at", "2018-10-11 16:42:30.408137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.409775"], ["updated_at", "2018-10-11 16:42:30.409775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.411384"], ["updated_at", "2018-10-11 16:42:30.411384"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.412972"], ["updated_at", "2018-10-11 16:42:30.412972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.414581"], ["updated_at", "2018-10-11 16:42:30.414581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.416247"], ["updated_at", "2018-10-11 16:42:30.416247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.417821"], ["updated_at", "2018-10-11 16:42:30.417821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.419417"], ["updated_at", "2018-10-11 16:42:30.419417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.421031"], ["updated_at", "2018-10-11 16:42:30.421031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.422612"], ["updated_at", "2018-10-11 16:42:30.422612"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.424143"], ["updated_at", "2018-10-11 16:42:30.424143"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.425760"], ["updated_at", "2018-10-11 16:42:30.425760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.427432"], ["updated_at", "2018-10-11 16:42:30.427432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.428988"], ["updated_at", "2018-10-11 16:42:30.428988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.430542"], ["updated_at", "2018-10-11 16:42:30.430542"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.432418"], ["updated_at", "2018-10-11 16:42:30.432418"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.435868"], ["updated_at", "2018-10-11 16:42:30.435868"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.439560"], ["updated_at", "2018-10-11 16:42:30.439560"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.443106"], ["updated_at", "2018-10-11 16:42:30.443106"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.446185"], ["updated_at", "2018-10-11 16:42:30.446185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.449281"], ["updated_at", "2018-10-11 16:42:30.449281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.451042"], ["updated_at", "2018-10-11 16:42:30.451042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.452604"], ["updated_at", "2018-10-11 16:42:30.452604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.454098"], ["updated_at", "2018-10-11 16:42:30.454098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.455704"], ["updated_at", "2018-10-11 16:42:30.455704"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.457337"], ["updated_at", "2018-10-11 16:42:30.457337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.460125"], ["updated_at", "2018-10-11 16:42:30.460125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.461811"], ["updated_at", "2018-10-11 16:42:30.461811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.463378"], ["updated_at", "2018-10-11 16:42:30.463378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.464946"], ["updated_at", "2018-10-11 16:42:30.464946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.466616"], ["updated_at", "2018-10-11 16:42:30.466616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.468226"], ["updated_at", "2018-10-11 16:42:30.468226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.469865"], ["updated_at", "2018-10-11 16:42:30.469865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.471441"], ["updated_at", "2018-10-11 16:42:30.471441"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.473014"], ["updated_at", "2018-10-11 16:42:30.473014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.474669"], ["updated_at", "2018-10-11 16:42:30.474669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.476195"], ["updated_at", "2018-10-11 16:42:30.476195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.477765"], ["updated_at", "2018-10-11 16:42:30.477765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.479410"], ["updated_at", "2018-10-11 16:42:30.479410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.480976"], ["updated_at", "2018-10-11 16:42:30.480976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.482520"], ["updated_at", "2018-10-11 16:42:30.482520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.484134"], ["updated_at", "2018-10-11 16:42:30.484134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.485831"], ["updated_at", "2018-10-11 16:42:30.485831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.487378"], ["updated_at", "2018-10-11 16:42:30.487378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.488972"], ["updated_at", "2018-10-11 16:42:30.488972"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.490553"], ["updated_at", "2018-10-11 16:42:30.490553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.492151"], ["updated_at", "2018-10-11 16:42:30.492151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.493738"], ["updated_at", "2018-10-11 16:42:30.493738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.495315"], ["updated_at", "2018-10-11 16:42:30.495315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.496956"], ["updated_at", "2018-10-11 16:42:30.496956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.498552"], ["updated_at", "2018-10-11 16:42:30.498552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.500199"], ["updated_at", "2018-10-11 16:42:30.500199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.501756"], ["updated_at", "2018-10-11 16:42:30.501756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.503400"], ["updated_at", "2018-10-11 16:42:30.503400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.504966"], ["updated_at", "2018-10-11 16:42:30.504966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.506629"], ["updated_at", "2018-10-11 16:42:30.506629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.508199"], ["updated_at", "2018-10-11 16:42:30.508199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.509752"], ["updated_at", "2018-10-11 16:42:30.509752"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.511317"], ["updated_at", "2018-10-11 16:42:30.511317"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.512910"], ["updated_at", "2018-10-11 16:42:30.512910"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.515226"], ["updated_at", "2018-10-11 16:42:30.515226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.516965"], ["updated_at", "2018-10-11 16:42:30.516965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.518530"], ["updated_at", "2018-10-11 16:42:30.518530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.520092"], ["updated_at", "2018-10-11 16:42:30.520092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.521641"], ["updated_at", "2018-10-11 16:42:30.521641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.523268"], ["updated_at", "2018-10-11 16:42:30.523268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.526800"], ["updated_at", "2018-10-11 16:42:30.526800"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.528487"], ["updated_at", "2018-10-11 16:42:30.528487"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.530098"], ["updated_at", "2018-10-11 16:42:30.530098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.531778"], ["updated_at", "2018-10-11 16:42:30.531778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.533347"], ["updated_at", "2018-10-11 16:42:30.533347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.534921"], ["updated_at", "2018-10-11 16:42:30.534921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.536581"], ["updated_at", "2018-10-11 16:42:30.536581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.538193"], ["updated_at", "2018-10-11 16:42:30.538193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.539848"], ["updated_at", "2018-10-11 16:42:30.539848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.541525"], ["updated_at", "2018-10-11 16:42:30.541525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.543173"], ["updated_at", "2018-10-11 16:42:30.543173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.544807"], ["updated_at", "2018-10-11 16:42:30.544807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.546415"], ["updated_at", "2018-10-11 16:42:30.546415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.548004"], ["updated_at", "2018-10-11 16:42:30.548004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.549625"], ["updated_at", "2018-10-11 16:42:30.549625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.551201"], ["updated_at", "2018-10-11 16:42:30.551201"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.552799"], ["updated_at", "2018-10-11 16:42:30.552799"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.555734"], ["updated_at", "2018-10-11 16:42:30.555734"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.559102"], ["updated_at", "2018-10-11 16:42:30.559102"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.562577"], ["updated_at", "2018-10-11 16:42:30.562577"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.565977"], ["updated_at", "2018-10-11 16:42:30.565977"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.569384"], ["updated_at", "2018-10-11 16:42:30.569384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.572198"], ["updated_at", "2018-10-11 16:42:30.572198"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.573931"], ["updated_at", "2018-10-11 16:42:30.573931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.575747"], ["updated_at", "2018-10-11 16:42:30.575747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.577351"], ["updated_at", "2018-10-11 16:42:30.577351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.579110"], ["updated_at", "2018-10-11 16:42:30.579110"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.581430"], ["updated_at", "2018-10-11 16:42:30.581430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.583288"], ["updated_at", "2018-10-11 16:42:30.583288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.584862"], ["updated_at", "2018-10-11 16:42:30.584862"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.587578"], ["updated_at", "2018-10-11 16:42:30.587578"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.589698"], ["updated_at", "2018-10-11 16:42:30.589698"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.591972"], ["updated_at", "2018-10-11 16:42:30.591972"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.595046"], ["updated_at", "2018-10-11 16:42:30.595046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.596792"], ["updated_at", "2018-10-11 16:42:30.596792"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.598397"], ["updated_at", "2018-10-11 16:42:30.598397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.599995"], ["updated_at", "2018-10-11 16:42:30.599995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.601625"], ["updated_at", "2018-10-11 16:42:30.601625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.603201"], ["updated_at", "2018-10-11 16:42:30.603201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.604915"], ["updated_at", "2018-10-11 16:42:30.604915"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.606471"], ["updated_at", "2018-10-11 16:42:30.606471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.608150"], ["updated_at", "2018-10-11 16:42:30.608150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.609929"], ["updated_at", "2018-10-11 16:42:30.609929"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.611572"], ["updated_at", "2018-10-11 16:42:30.611572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.613243"], ["updated_at", "2018-10-11 16:42:30.613243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.614855"], ["updated_at", "2018-10-11 16:42:30.614855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.616519"], ["updated_at", "2018-10-11 16:42:30.616519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.618050"], ["updated_at", "2018-10-11 16:42:30.618050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.619689"], ["updated_at", "2018-10-11 16:42:30.619689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.621292"], ["updated_at", "2018-10-11 16:42:30.621292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.622923"], ["updated_at", "2018-10-11 16:42:30.622923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.624481"], ["updated_at", "2018-10-11 16:42:30.624481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.626132"], ["updated_at", "2018-10-11 16:42:30.626132"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.627692"], ["updated_at", "2018-10-11 16:42:30.627692"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.629430"], ["updated_at", "2018-10-11 16:42:30.629430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.631144"], ["updated_at", "2018-10-11 16:42:30.631144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.632772"], ["updated_at", "2018-10-11 16:42:30.632772"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.634502"], ["updated_at", "2018-10-11 16:42:30.634502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.636455"], ["updated_at", "2018-10-11 16:42:30.636455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.638142"], ["updated_at", "2018-10-11 16:42:30.638142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.639785"], ["updated_at", "2018-10-11 16:42:30.639785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.641467"], ["updated_at", "2018-10-11 16:42:30.641467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.643045"], ["updated_at", "2018-10-11 16:42:30.643045"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.644638"], ["updated_at", "2018-10-11 16:42:30.644638"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.646451"], ["updated_at", "2018-10-11 16:42:30.646451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.649079"], ["updated_at", "2018-10-11 16:42:30.649079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.650884"], ["updated_at", "2018-10-11 16:42:30.650884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.652559"], ["updated_at", "2018-10-11 16:42:30.652559"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.654162"], ["updated_at", "2018-10-11 16:42:30.654162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.655921"], ["updated_at", "2018-10-11 16:42:30.655921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.657847"], ["updated_at", "2018-10-11 16:42:30.657847"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.660730"], ["updated_at", "2018-10-11 16:42:30.660730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.662751"], ["updated_at", "2018-10-11 16:42:30.662751"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.664433"], ["updated_at", "2018-10-11 16:42:30.664433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.666112"], ["updated_at", "2018-10-11 16:42:30.666112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.667672"], ["updated_at", "2018-10-11 16:42:30.667672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.669389"], ["updated_at", "2018-10-11 16:42:30.669389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.671014"], ["updated_at", "2018-10-11 16:42:30.671014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.672613"], ["updated_at", "2018-10-11 16:42:30.672613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.674415"], ["updated_at", "2018-10-11 16:42:30.674415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.676101"], ["updated_at", "2018-10-11 16:42:30.676101"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.678038"], ["updated_at", "2018-10-11 16:42:30.678038"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.680725"], ["updated_at", "2018-10-11 16:42:30.680725"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.683359"], ["updated_at", "2018-10-11 16:42:30.683359"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.687287"], ["updated_at", "2018-10-11 16:42:30.687287"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.689952"], ["updated_at", "2018-10-11 16:42:30.689952"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.692702"], ["updated_at", "2018-10-11 16:42:30.692702"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.695349"], ["updated_at", "2018-10-11 16:42:30.695349"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.697694"], ["updated_at", "2018-10-11 16:42:30.697694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.699412"], ["updated_at", "2018-10-11 16:42:30.699412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.701032"], ["updated_at", "2018-10-11 16:42:30.701032"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.702747"], ["updated_at", "2018-10-11 16:42:30.702747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.704414"], ["updated_at", "2018-10-11 16:42:30.704414"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.705966"], ["updated_at", "2018-10-11 16:42:30.705966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.707915"], ["updated_at", "2018-10-11 16:42:30.707915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.709596"], ["updated_at", "2018-10-11 16:42:30.709596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.711165"], ["updated_at", "2018-10-11 16:42:30.711165"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.713003"], ["updated_at", "2018-10-11 16:42:30.713003"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.715572"], ["updated_at", "2018-10-11 16:42:30.715572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.717501"], ["updated_at", "2018-10-11 16:42:30.717501"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.719155"], ["updated_at", "2018-10-11 16:42:30.719155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.720793"], ["updated_at", "2018-10-11 16:42:30.720793"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.722350"], ["updated_at", "2018-10-11 16:42:30.722350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.723922"], ["updated_at", "2018-10-11 16:42:30.723922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.726919"], ["updated_at", "2018-10-11 16:42:30.726919"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.728593"], ["updated_at", "2018-10-11 16:42:30.728593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.730239"], ["updated_at", "2018-10-11 16:42:30.730239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.732152"], ["updated_at", "2018-10-11 16:42:30.732152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.734030"], ["updated_at", "2018-10-11 16:42:30.734030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.735722"], ["updated_at", "2018-10-11 16:42:30.735722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.737270"], ["updated_at", "2018-10-11 16:42:30.737270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.738890"], ["updated_at", "2018-10-11 16:42:30.738890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.740545"], ["updated_at", "2018-10-11 16:42:30.740545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.742167"], ["updated_at", "2018-10-11 16:42:30.742167"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.743702"], ["updated_at", "2018-10-11 16:42:30.743702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.745373"], ["updated_at", "2018-10-11 16:42:30.745373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.746986"], ["updated_at", "2018-10-11 16:42:30.746986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.748535"], ["updated_at", "2018-10-11 16:42:30.748535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.750202"], ["updated_at", "2018-10-11 16:42:30.750202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.751815"], ["updated_at", "2018-10-11 16:42:30.751815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.753414"], ["updated_at", "2018-10-11 16:42:30.753414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.755024"], ["updated_at", "2018-10-11 16:42:30.755024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.756548"], ["updated_at", "2018-10-11 16:42:30.756548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.758184"], ["updated_at", "2018-10-11 16:42:30.758184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.759733"], ["updated_at", "2018-10-11 16:42:30.759733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.761305"], ["updated_at", "2018-10-11 16:42:30.761305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.762944"], ["updated_at", "2018-10-11 16:42:30.762944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.764495"], ["updated_at", "2018-10-11 16:42:30.764495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.766111"], ["updated_at", "2018-10-11 16:42:30.766111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.767815"], ["updated_at", "2018-10-11 16:42:30.767815"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.769418"], ["updated_at", "2018-10-11 16:42:30.769418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.771083"], ["updated_at", "2018-10-11 16:42:30.771083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.772681"], ["updated_at", "2018-10-11 16:42:30.772681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.774219"], ["updated_at", "2018-10-11 16:42:30.774219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.775871"], ["updated_at", "2018-10-11 16:42:30.775871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.777417"], ["updated_at", "2018-10-11 16:42:30.777417"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.779219"], ["updated_at", "2018-10-11 16:42:30.779219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.781729"], ["updated_at", "2018-10-11 16:42:30.781729"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.783864"], ["updated_at", "2018-10-11 16:42:30.783864"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.786298"], ["updated_at", "2018-10-11 16:42:30.786298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.788307"], ["updated_at", "2018-10-11 16:42:30.788307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.789969"], ["updated_at", "2018-10-11 16:42:30.789969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.791605"], ["updated_at", "2018-10-11 16:42:30.791605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.794510"], ["updated_at", "2018-10-11 16:42:30.794510"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.796291"], ["updated_at", "2018-10-11 16:42:30.796291"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.798102"], ["updated_at", "2018-10-11 16:42:30.798102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.799871"], ["updated_at", "2018-10-11 16:42:30.799871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.801460"], ["updated_at", "2018-10-11 16:42:30.801460"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.803420"], ["updated_at", "2018-10-11 16:42:30.803420"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.806218"], ["updated_at", "2018-10-11 16:42:30.806218"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.808841"], ["updated_at", "2018-10-11 16:42:30.808841"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.811721"], ["updated_at", "2018-10-11 16:42:30.811721"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.814391"], ["updated_at", "2018-10-11 16:42:30.814391"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.817119"], ["updated_at", "2018-10-11 16:42:30.817119"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.819779"], ["updated_at", "2018-10-11 16:42:30.819779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.822345"], ["updated_at", "2018-10-11 16:42:30.822345"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.823972"], ["updated_at", "2018-10-11 16:42:30.823972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.825730"], ["updated_at", "2018-10-11 16:42:30.825730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.827499"], ["updated_at", "2018-10-11 16:42:30.827499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.829091"], ["updated_at", "2018-10-11 16:42:30.829091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.830669"], ["updated_at", "2018-10-11 16:42:30.830669"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.832224"], ["updated_at", "2018-10-11 16:42:30.832224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.833992"], ["updated_at", "2018-10-11 16:42:30.833992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.835648"], ["updated_at", "2018-10-11 16:42:30.835648"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.837272"], ["updated_at", "2018-10-11 16:42:30.837272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.839008"], ["updated_at", "2018-10-11 16:42:30.839008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.840628"], ["updated_at", "2018-10-11 16:42:30.840628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.842292"], ["updated_at", "2018-10-11 16:42:30.842292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.843851"], ["updated_at", "2018-10-11 16:42:30.843851"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.845829"], ["updated_at", "2018-10-11 16:42:30.845829"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.848753"], ["updated_at", "2018-10-11 16:42:30.848753"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.850516"], ["updated_at", "2018-10-11 16:42:30.850516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.852364"], ["updated_at", "2018-10-11 16:42:30.852364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.854170"], ["updated_at", "2018-10-11 16:42:30.854170"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.855914"], ["updated_at", "2018-10-11 16:42:30.855914"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.857620"], ["updated_at", "2018-10-11 16:42:30.857620"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.860622"], ["updated_at", "2018-10-11 16:42:30.860622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.862369"], ["updated_at", "2018-10-11 16:42:30.862369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.864039"], ["updated_at", "2018-10-11 16:42:30.864039"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.865643"], ["updated_at", "2018-10-11 16:42:30.865643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.867428"], ["updated_at", "2018-10-11 16:42:30.867428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.869029"], ["updated_at", "2018-10-11 16:42:30.869029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.870568"], ["updated_at", "2018-10-11 16:42:30.870568"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.872181"], ["updated_at", "2018-10-11 16:42:30.872181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.873940"], ["updated_at", "2018-10-11 16:42:30.873940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.875677"], ["updated_at", "2018-10-11 16:42:30.875677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.877390"], ["updated_at", "2018-10-11 16:42:30.877390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.879113"], ["updated_at", "2018-10-11 16:42:30.879113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.880884"], ["updated_at", "2018-10-11 16:42:30.880884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.882474"], ["updated_at", "2018-10-11 16:42:30.882474"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.884091"], ["updated_at", "2018-10-11 16:42:30.884091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.886176"], ["updated_at", "2018-10-11 16:42:30.886176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.887999"], ["updated_at", "2018-10-11 16:42:30.887999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.889589"], ["updated_at", "2018-10-11 16:42:30.889589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.891375"], ["updated_at", "2018-10-11 16:42:30.891375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.893038"], ["updated_at", "2018-10-11 16:42:30.893038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.894675"], ["updated_at", "2018-10-11 16:42:30.894675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.896251"], ["updated_at", "2018-10-11 16:42:30.896251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.897905"], ["updated_at", "2018-10-11 16:42:30.897905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.899447"], ["updated_at", "2018-10-11 16:42:30.899447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.901155"], ["updated_at", "2018-10-11 16:42:30.901155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.902856"], ["updated_at", "2018-10-11 16:42:30.902856"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.904601"], ["updated_at", "2018-10-11 16:42:30.904601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.906389"], ["updated_at", "2018-10-11 16:42:30.906389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.908031"], ["updated_at", "2018-10-11 16:42:30.908031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.909703"], ["updated_at", "2018-10-11 16:42:30.909703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.911370"], ["updated_at", "2018-10-11 16:42:30.911370"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.913089"], ["updated_at", "2018-10-11 16:42:30.913089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.915706"], ["updated_at", "2018-10-11 16:42:30.915706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.917676"], ["updated_at", "2018-10-11 16:42:30.917676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.919470"], ["updated_at", "2018-10-11 16:42:30.919470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.921120"], ["updated_at", "2018-10-11 16:42:30.921120"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.922709"], ["updated_at", "2018-10-11 16:42:30.922709"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.924302"], ["updated_at", "2018-10-11 16:42:30.924302"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.927566"], ["updated_at", "2018-10-11 16:42:30.927566"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.930232"], ["updated_at", "2018-10-11 16:42:30.930232"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.932827"], ["updated_at", "2018-10-11 16:42:30.932827"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.935464"], ["updated_at", "2018-10-11 16:42:30.935464"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.938100"], ["updated_at", "2018-10-11 16:42:30.938100"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.940673"], ["updated_at", "2018-10-11 16:42:30.940673"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.945115"], ["updated_at", "2018-10-11 16:42:30.945115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.947097"], ["updated_at", "2018-10-11 16:42:30.947097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.948662"], ["updated_at", "2018-10-11 16:42:30.948662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.950302"], ["updated_at", "2018-10-11 16:42:30.950302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.951871"], ["updated_at", "2018-10-11 16:42:30.951871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.953989"], ["updated_at", "2018-10-11 16:42:30.953989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.955790"], ["updated_at", "2018-10-11 16:42:30.955790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.957754"], ["updated_at", "2018-10-11 16:42:30.957754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.959462"], ["updated_at", "2018-10-11 16:42:30.959462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.961049"], ["updated_at", "2018-10-11 16:42:30.961049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.962604"], ["updated_at", "2018-10-11 16:42:30.962604"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.964199"], ["updated_at", "2018-10-11 16:42:30.964199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.965977"], ["updated_at", "2018-10-11 16:42:30.965977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.967603"], ["updated_at", "2018-10-11 16:42:30.967603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.969322"], ["updated_at", "2018-10-11 16:42:30.969322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.971022"], ["updated_at", "2018-10-11 16:42:30.971022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.972655"], ["updated_at", "2018-10-11 16:42:30.972655"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.974285"], ["updated_at", "2018-10-11 16:42:30.974285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.975955"], ["updated_at", "2018-10-11 16:42:30.975955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.977619"], ["updated_at", "2018-10-11 16:42:30.977619"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.979192"], ["updated_at", "2018-10-11 16:42:30.979192"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.981626"], ["updated_at", "2018-10-11 16:42:30.981626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.983757"], ["updated_at", "2018-10-11 16:42:30.983757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.985447"], ["updated_at", "2018-10-11 16:42:30.985447"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.987064"], ["updated_at", "2018-10-11 16:42:30.987064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.988813"], ["updated_at", "2018-10-11 16:42:30.988813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.990605"], ["updated_at", "2018-10-11 16:42:30.990605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.993170"], ["updated_at", "2018-10-11 16:42:30.993170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.994987"], ["updated_at", "2018-10-11 16:42:30.994987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.996563"], ["updated_at", "2018-10-11 16:42:30.996563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.998209"], ["updated_at", "2018-10-11 16:42:30.998209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:30.999818"], ["updated_at", "2018-10-11 16:42:30.999818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.001395"], ["updated_at", "2018-10-11 16:42:31.001395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.002968"], ["updated_at", "2018-10-11 16:42:31.002968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.004594"], ["updated_at", "2018-10-11 16:42:31.004594"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.006146"], ["updated_at", "2018-10-11 16:42:31.006146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.007781"], ["updated_at", "2018-10-11 16:42:31.007781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.009420"], ["updated_at", "2018-10-11 16:42:31.009420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.011029"], ["updated_at", "2018-10-11 16:42:31.011029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.012710"], ["updated_at", "2018-10-11 16:42:31.012710"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.014400"], ["updated_at", "2018-10-11 16:42:31.014400"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.016009"], ["updated_at", "2018-10-11 16:42:31.016009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.017648"], ["updated_at", "2018-10-11 16:42:31.017648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.019322"], ["updated_at", "2018-10-11 16:42:31.019322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.020878"], ["updated_at", "2018-10-11 16:42:31.020878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.022534"], ["updated_at", "2018-10-11 16:42:31.022534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.024071"], ["updated_at", "2018-10-11 16:42:31.024071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.025689"], ["updated_at", "2018-10-11 16:42:31.025689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.027213"], ["updated_at", "2018-10-11 16:42:31.027213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.028833"], ["updated_at", "2018-10-11 16:42:31.028833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.030423"], ["updated_at", "2018-10-11 16:42:31.030423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.032073"], ["updated_at", "2018-10-11 16:42:31.032073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.033614"], ["updated_at", "2018-10-11 16:42:31.033614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.035234"], ["updated_at", "2018-10-11 16:42:31.035234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.036810"], ["updated_at", "2018-10-11 16:42:31.036810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.038415"], ["updated_at", "2018-10-11 16:42:31.038415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.039941"], ["updated_at", "2018-10-11 16:42:31.039941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.041579"], ["updated_at", "2018-10-11 16:42:31.041579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.043161"], ["updated_at", "2018-10-11 16:42:31.043161"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.044799"], ["updated_at", "2018-10-11 16:42:31.044799"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.046851"], ["updated_at", "2018-10-11 16:42:31.046851"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.049490"], ["updated_at", "2018-10-11 16:42:31.049490"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.051529"], ["updated_at", "2018-10-11 16:42:31.051529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.053578"], ["updated_at", "2018-10-11 16:42:31.053578"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.055574"], ["updated_at", "2018-10-11 16:42:31.055574"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.057569"], ["updated_at", "2018-10-11 16:42:31.057569"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.059528"], ["updated_at", "2018-10-11 16:42:31.059528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.065154"], ["updated_at", "2018-10-11 16:42:31.065154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.066963"], ["updated_at", "2018-10-11 16:42:31.066963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.068587"], ["updated_at", "2018-10-11 16:42:31.068587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.070262"], ["updated_at", "2018-10-11 16:42:31.070262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.071798"], ["updated_at", "2018-10-11 16:42:31.071798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.073457"], ["updated_at", "2018-10-11 16:42:31.073457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.075154"], ["updated_at", "2018-10-11 16:42:31.075154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.076878"], ["updated_at", "2018-10-11 16:42:31.076878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.078515"], ["updated_at", "2018-10-11 16:42:31.078515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.080088"], ["updated_at", "2018-10-11 16:42:31.080088"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.081656"], ["updated_at", "2018-10-11 16:42:31.081656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.083294"], ["updated_at", "2018-10-11 16:42:31.083294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.084910"], ["updated_at", "2018-10-11 16:42:31.084910"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.086430"], ["updated_at", "2018-10-11 16:42:31.086430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.088226"], ["updated_at", "2018-10-11 16:42:31.088226"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.089836"], ["updated_at", "2018-10-11 16:42:31.089836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.091436"], ["updated_at", "2018-10-11 16:42:31.091436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.093047"], ["updated_at", "2018-10-11 16:42:31.093047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.094653"], ["updated_at", "2018-10-11 16:42:31.094653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.096293"], ["updated_at", "2018-10-11 16:42:31.096293"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.097858"], ["updated_at", "2018-10-11 16:42:31.097858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.099489"], ["updated_at", "2018-10-11 16:42:31.099489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.101100"], ["updated_at", "2018-10-11 16:42:31.101100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.102687"], ["updated_at", "2018-10-11 16:42:31.102687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.104281"], ["updated_at", "2018-10-11 16:42:31.104281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.105823"], ["updated_at", "2018-10-11 16:42:31.105823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.107425"], ["updated_at", "2018-10-11 16:42:31.107425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.108966"], ["updated_at", "2018-10-11 16:42:31.108966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.110590"], ["updated_at", "2018-10-11 16:42:31.110590"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.112323"], ["updated_at", "2018-10-11 16:42:31.112323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.115311"], ["updated_at", "2018-10-11 16:42:31.115311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.117207"], ["updated_at", "2018-10-11 16:42:31.117207"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.118850"], ["updated_at", "2018-10-11 16:42:31.118850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.120611"], ["updated_at", "2018-10-11 16:42:31.120611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.122257"], ["updated_at", "2018-10-11 16:42:31.122257"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.123952"], ["updated_at", "2018-10-11 16:42:31.123952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.126858"], ["updated_at", "2018-10-11 16:42:31.126858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.128480"], ["updated_at", "2018-10-11 16:42:31.128480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.130093"], ["updated_at", "2018-10-11 16:42:31.130093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.131710"], ["updated_at", "2018-10-11 16:42:31.131710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.133347"], ["updated_at", "2018-10-11 16:42:31.133347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.134909"], ["updated_at", "2018-10-11 16:42:31.134909"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.136617"], ["updated_at", "2018-10-11 16:42:31.136617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.138494"], ["updated_at", "2018-10-11 16:42:31.138494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.140119"], ["updated_at", "2018-10-11 16:42:31.140119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.141833"], ["updated_at", "2018-10-11 16:42:31.141833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.143433"], ["updated_at", "2018-10-11 16:42:31.143433"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.145057"], ["updated_at", "2018-10-11 16:42:31.145057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.146728"], ["updated_at", "2018-10-11 16:42:31.146728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.148397"], ["updated_at", "2018-10-11 16:42:31.148397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.149944"], ["updated_at", "2018-10-11 16:42:31.149944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.151602"], ["updated_at", "2018-10-11 16:42:31.151602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.153196"], ["updated_at", "2018-10-11 16:42:31.153196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.154768"], ["updated_at", "2018-10-11 16:42:31.154768"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.156328"], ["updated_at", "2018-10-11 16:42:31.156328"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.158043"], ["updated_at", "2018-10-11 16:42:31.158043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.159831"], ["updated_at", "2018-10-11 16:42:31.159831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.161448"], ["updated_at", "2018-10-11 16:42:31.161448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.163107"], ["updated_at", "2018-10-11 16:42:31.163107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.164706"], ["updated_at", "2018-10-11 16:42:31.164706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.166283"], ["updated_at", "2018-10-11 16:42:31.166283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.167895"], ["updated_at", "2018-10-11 16:42:31.167895"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.169587"], ["updated_at", "2018-10-11 16:42:31.169587"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.172230"], ["updated_at", "2018-10-11 16:42:31.172230"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.174838"], ["updated_at", "2018-10-11 16:42:31.174838"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.177463"], ["updated_at", "2018-10-11 16:42:31.177463"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.179837"], ["updated_at", "2018-10-11 16:42:31.179837"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.182643"], ["updated_at", "2018-10-11 16:42:31.182643"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.184674"], ["updated_at", "2018-10-11 16:42:31.184674"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.186920"], ["updated_at", "2018-10-11 16:42:31.186920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.188880"], ["updated_at", "2018-10-11 16:42:31.188880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.190452"], ["updated_at", "2018-10-11 16:42:31.190452"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.192024"], ["updated_at", "2018-10-11 16:42:31.192024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.196063"], ["updated_at", "2018-10-11 16:42:31.196063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.197654"], ["updated_at", "2018-10-11 16:42:31.197654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.199270"], ["updated_at", "2018-10-11 16:42:31.199270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.200840"], ["updated_at", "2018-10-11 16:42:31.200840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.202487"], ["updated_at", "2018-10-11 16:42:31.202487"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.204100"], ["updated_at", "2018-10-11 16:42:31.204100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.205868"], ["updated_at", "2018-10-11 16:42:31.205868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.207505"], ["updated_at", "2018-10-11 16:42:31.207505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.209192"], ["updated_at", "2018-10-11 16:42:31.209192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.210761"], ["updated_at", "2018-10-11 16:42:31.210761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.212348"], ["updated_at", "2018-10-11 16:42:31.212348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.213967"], ["updated_at", "2018-10-11 16:42:31.213967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.215505"], ["updated_at", "2018-10-11 16:42:31.215505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.217168"], ["updated_at", "2018-10-11 16:42:31.217168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.218724"], ["updated_at", "2018-10-11 16:42:31.218724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.220298"], ["updated_at", "2018-10-11 16:42:31.220298"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.221875"], ["updated_at", "2018-10-11 16:42:31.221875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.223530"], ["updated_at", "2018-10-11 16:42:31.223530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.225105"], ["updated_at", "2018-10-11 16:42:31.225105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.226657"], ["updated_at", "2018-10-11 16:42:31.226657"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.228575"], ["updated_at", "2018-10-11 16:42:31.228575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.230454"], ["updated_at", "2018-10-11 16:42:31.230454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.232159"], ["updated_at", "2018-10-11 16:42:31.232159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.233745"], ["updated_at", "2018-10-11 16:42:31.233745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.235396"], ["updated_at", "2018-10-11 16:42:31.235396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.237004"], ["updated_at", "2018-10-11 16:42:31.237004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.238635"], ["updated_at", "2018-10-11 16:42:31.238635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.240298"], ["updated_at", "2018-10-11 16:42:31.240298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.241877"], ["updated_at", "2018-10-11 16:42:31.241877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.243465"], ["updated_at", "2018-10-11 16:42:31.243465"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.245161"], ["updated_at", "2018-10-11 16:42:31.245161"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.247626"], ["updated_at", "2018-10-11 16:42:31.247626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.250091"], ["updated_at", "2018-10-11 16:42:31.250091"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.251893"], ["updated_at", "2018-10-11 16:42:31.251893"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.253466"], ["updated_at", "2018-10-11 16:42:31.253466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.255046"], ["updated_at", "2018-10-11 16:42:31.255046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.256918"], ["updated_at", "2018-10-11 16:42:31.256918"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.258777"], ["updated_at", "2018-10-11 16:42:31.258777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.261728"], ["updated_at", "2018-10-11 16:42:31.261728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.263322"], ["updated_at", "2018-10-11 16:42:31.263322"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.264972"], ["updated_at", "2018-10-11 16:42:31.264972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.266657"], ["updated_at", "2018-10-11 16:42:31.266657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.268297"], ["updated_at", "2018-10-11 16:42:31.268297"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.270155"], ["updated_at", "2018-10-11 16:42:31.270155"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.272001"], ["updated_at", "2018-10-11 16:42:31.272001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.273693"], ["updated_at", "2018-10-11 16:42:31.273693"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.275347"], ["updated_at", "2018-10-11 16:42:31.275347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.277297"], ["updated_at", "2018-10-11 16:42:31.277297"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.279159"], ["updated_at", "2018-10-11 16:42:31.279159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.282167"], ["updated_at", "2018-10-11 16:42:31.282167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.283906"], ["updated_at", "2018-10-11 16:42:31.283906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.285495"], ["updated_at", "2018-10-11 16:42:31.285495"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.287205"], ["updated_at", "2018-10-11 16:42:31.287205"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.288874"], ["updated_at", "2018-10-11 16:42:31.288874"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.291431"], ["updated_at", "2018-10-11 16:42:31.291431"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.293889"], ["updated_at", "2018-10-11 16:42:31.293889"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.296679"], ["updated_at", "2018-10-11 16:42:31.296679"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.299352"], ["updated_at", "2018-10-11 16:42:31.299352"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.301925"], ["updated_at", "2018-10-11 16:42:31.301925"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.304540"], ["updated_at", "2018-10-11 16:42:31.304540"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.307195"], ["updated_at", "2018-10-11 16:42:31.307195"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.309802"], ["updated_at", "2018-10-11 16:42:31.309802"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.312230"], ["updated_at", "2018-10-11 16:42:31.312230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.314812"], ["updated_at", "2018-10-11 16:42:31.314812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.316748"], ["updated_at", "2018-10-11 16:42:31.316748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.318383"], ["updated_at", "2018-10-11 16:42:31.318383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.320003"], ["updated_at", "2018-10-11 16:42:31.320003"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.321574"], ["updated_at", "2018-10-11 16:42:31.321574"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.323129"], ["updated_at", "2018-10-11 16:42:31.323129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.326013"], ["updated_at", "2018-10-11 16:42:31.326013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.327711"], ["updated_at", "2018-10-11 16:42:31.327711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.329301"], ["updated_at", "2018-10-11 16:42:31.329301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.330890"], ["updated_at", "2018-10-11 16:42:31.330890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.332467"], ["updated_at", "2018-10-11 16:42:31.332467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.334069"], ["updated_at", "2018-10-11 16:42:31.334069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.335686"], ["updated_at", "2018-10-11 16:42:31.335686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.337325"], ["updated_at", "2018-10-11 16:42:31.337325"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.338899"], ["updated_at", "2018-10-11 16:42:31.338899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.340515"], ["updated_at", "2018-10-11 16:42:31.340515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.342147"], ["updated_at", "2018-10-11 16:42:31.342147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.343834"], ["updated_at", "2018-10-11 16:42:31.343834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.345454"], ["updated_at", "2018-10-11 16:42:31.345454"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.347093"], ["updated_at", "2018-10-11 16:42:31.347093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.349042"], ["updated_at", "2018-10-11 16:42:31.349042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.350688"], ["updated_at", "2018-10-11 16:42:31.350688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.352352"], ["updated_at", "2018-10-11 16:42:31.352352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.353976"], ["updated_at", "2018-10-11 16:42:31.353976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.355585"], ["updated_at", "2018-10-11 16:42:31.355585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.357241"], ["updated_at", "2018-10-11 16:42:31.357241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.358811"], ["updated_at", "2018-10-11 16:42:31.358811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.360398"], ["updated_at", "2018-10-11 16:42:31.360398"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.361990"], ["updated_at", "2018-10-11 16:42:31.361990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.363674"], ["updated_at", "2018-10-11 16:42:31.363674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.365246"], ["updated_at", "2018-10-11 16:42:31.365246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.366848"], ["updated_at", "2018-10-11 16:42:31.366848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.368465"], ["updated_at", "2018-10-11 16:42:31.368465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.370009"], ["updated_at", "2018-10-11 16:42:31.370009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.371616"], ["updated_at", "2018-10-11 16:42:31.371616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.373158"], ["updated_at", "2018-10-11 16:42:31.373158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.374838"], ["updated_at", "2018-10-11 16:42:31.374838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.376397"], ["updated_at", "2018-10-11 16:42:31.376397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.378030"], ["updated_at", "2018-10-11 16:42:31.378030"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.380238"], ["updated_at", "2018-10-11 16:42:31.380238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.382650"], ["updated_at", "2018-10-11 16:42:31.382650"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.384391"], ["updated_at", "2018-10-11 16:42:31.384391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.386137"], ["updated_at", "2018-10-11 16:42:31.386137"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.387747"], ["updated_at", "2018-10-11 16:42:31.387747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.389526"], ["updated_at", "2018-10-11 16:42:31.389526"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.391364"], ["updated_at", "2018-10-11 16:42:31.391364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.394358"], ["updated_at", "2018-10-11 16:42:31.394358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.395905"], ["updated_at", "2018-10-11 16:42:31.395905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.397550"], ["updated_at", "2018-10-11 16:42:31.397550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.399109"], ["updated_at", "2018-10-11 16:42:31.399109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.400734"], ["updated_at", "2018-10-11 16:42:31.400734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.402272"], ["updated_at", "2018-10-11 16:42:31.402272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.403900"], ["updated_at", "2018-10-11 16:42:31.403900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.405571"], ["updated_at", "2018-10-11 16:42:31.405571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.407198"], ["updated_at", "2018-10-11 16:42:31.407198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.408879"], ["updated_at", "2018-10-11 16:42:31.408879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.410448"], ["updated_at", "2018-10-11 16:42:31.410448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.412058"], ["updated_at", "2018-10-11 16:42:31.412058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.413619"], ["updated_at", "2018-10-11 16:42:31.413619"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.415216"], ["updated_at", "2018-10-11 16:42:31.415216"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.417578"], ["updated_at", "2018-10-11 16:42:31.417578"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.420304"], ["updated_at", "2018-10-11 16:42:31.420304"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.422919"], ["updated_at", "2018-10-11 16:42:31.422919"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.425539"], ["updated_at", "2018-10-11 16:42:31.425539"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.428062"], ["updated_at", "2018-10-11 16:42:31.428062"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.430787"], ["updated_at", "2018-10-11 16:42:31.430787"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.433384"], ["updated_at", "2018-10-11 16:42:31.433384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.435966"], ["updated_at", "2018-10-11 16:42:31.435966"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.437647"], ["updated_at", "2018-10-11 16:42:31.437647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.439341"], ["updated_at", "2018-10-11 16:42:31.439341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.441011"], ["updated_at", "2018-10-11 16:42:31.441011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.442691"], ["updated_at", "2018-10-11 16:42:31.442691"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.444358"], ["updated_at", "2018-10-11 16:42:31.444358"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.446428"], ["updated_at", "2018-10-11 16:42:31.446428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.449019"], ["updated_at", "2018-10-11 16:42:31.449019"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.450796"], ["updated_at", "2018-10-11 16:42:31.450796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.452432"], ["updated_at", "2018-10-11 16:42:31.452432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.454036"], ["updated_at", "2018-10-11 16:42:31.454036"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.455692"], ["updated_at", "2018-10-11 16:42:31.455692"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.457240"], ["updated_at", "2018-10-11 16:42:31.457240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.460050"], ["updated_at", "2018-10-11 16:42:31.460050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.461648"], ["updated_at", "2018-10-11 16:42:31.461648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.463318"], ["updated_at", "2018-10-11 16:42:31.463318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.464919"], ["updated_at", "2018-10-11 16:42:31.464919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.466473"], ["updated_at", "2018-10-11 16:42:31.466473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.468114"], ["updated_at", "2018-10-11 16:42:31.468114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.469670"], ["updated_at", "2018-10-11 16:42:31.469670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.471297"], ["updated_at", "2018-10-11 16:42:31.471297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.472858"], ["updated_at", "2018-10-11 16:42:31.472858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.474572"], ["updated_at", "2018-10-11 16:42:31.474572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.476171"], ["updated_at", "2018-10-11 16:42:31.476171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.477785"], ["updated_at", "2018-10-11 16:42:31.477785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.479388"], ["updated_at", "2018-10-11 16:42:31.479388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.480966"], ["updated_at", "2018-10-11 16:42:31.480966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.482561"], ["updated_at", "2018-10-11 16:42:31.482561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.484304"], ["updated_at", "2018-10-11 16:42:31.484304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.485936"], ["updated_at", "2018-10-11 16:42:31.485936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.487536"], ["updated_at", "2018-10-11 16:42:31.487536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.489123"], ["updated_at", "2018-10-11 16:42:31.489123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.490745"], ["updated_at", "2018-10-11 16:42:31.490745"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.492299"], ["updated_at", "2018-10-11 16:42:31.492299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.493937"], ["updated_at", "2018-10-11 16:42:31.493937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.495587"], ["updated_at", "2018-10-11 16:42:31.495587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.497126"], ["updated_at", "2018-10-11 16:42:31.497126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.498782"], ["updated_at", "2018-10-11 16:42:31.498782"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.500342"], ["updated_at", "2018-10-11 16:42:31.500342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.501967"], ["updated_at", "2018-10-11 16:42:31.501967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.503519"], ["updated_at", "2018-10-11 16:42:31.503519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.505148"], ["updated_at", "2018-10-11 16:42:31.505148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.506719"], ["updated_at", "2018-10-11 16:42:31.506719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.508346"], ["updated_at", "2018-10-11 16:42:31.508346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.509894"], ["updated_at", "2018-10-11 16:42:31.509894"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.511506"], ["updated_at", "2018-10-11 16:42:31.511506"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.513492"], ["updated_at", "2018-10-11 16:42:31.513492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.516128"], ["updated_at", "2018-10-11 16:42:31.516128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.517872"], ["updated_at", "2018-10-11 16:42:31.517872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.519554"], ["updated_at", "2018-10-11 16:42:31.519554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.521330"], ["updated_at", "2018-10-11 16:42:31.521330"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.522972"], ["updated_at", "2018-10-11 16:42:31.522972"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.524587"], ["updated_at", "2018-10-11 16:42:31.524587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.527447"], ["updated_at", "2018-10-11 16:42:31.527447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.529073"], ["updated_at", "2018-10-11 16:42:31.529073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.530770"], ["updated_at", "2018-10-11 16:42:31.530770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.532358"], ["updated_at", "2018-10-11 16:42:31.532358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.533947"], ["updated_at", "2018-10-11 16:42:31.533947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.535525"], ["updated_at", "2018-10-11 16:42:31.535525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.537294"], ["updated_at", "2018-10-11 16:42:31.537294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.538858"], ["updated_at", "2018-10-11 16:42:31.538858"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.540616"], ["updated_at", "2018-10-11 16:42:31.540616"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.543223"], ["updated_at", "2018-10-11 16:42:31.543223"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.545749"], ["updated_at", "2018-10-11 16:42:31.545749"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.548360"], ["updated_at", "2018-10-11 16:42:31.548360"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.550947"], ["updated_at", "2018-10-11 16:42:31.550947"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.553479"], ["updated_at", "2018-10-11 16:42:31.553479"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.555976"], ["updated_at", "2018-10-11 16:42:31.555976"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.558563"], ["updated_at", "2018-10-11 16:42:31.558563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.561017"], ["updated_at", "2018-10-11 16:42:31.561017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.562650"], ["updated_at", "2018-10-11 16:42:31.562650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.564227"], ["updated_at", "2018-10-11 16:42:31.564227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.565910"], ["updated_at", "2018-10-11 16:42:31.565910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.567470"], ["updated_at", "2018-10-11 16:42:31.567470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.569140"], ["updated_at", "2018-10-11 16:42:31.569140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.570694"], ["updated_at", "2018-10-11 16:42:31.570694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.572371"], ["updated_at", "2018-10-11 16:42:31.572371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.573989"], ["updated_at", "2018-10-11 16:42:31.573989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.575617"], ["updated_at", "2018-10-11 16:42:31.575617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.577263"], ["updated_at", "2018-10-11 16:42:31.577263"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.579041"], ["updated_at", "2018-10-11 16:42:31.579041"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.581693"], ["updated_at", "2018-10-11 16:42:31.581693"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.583544"], ["updated_at", "2018-10-11 16:42:31.583544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.585683"], ["updated_at", "2018-10-11 16:42:31.585683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.587305"], ["updated_at", "2018-10-11 16:42:31.587305"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.589060"], ["updated_at", "2018-10-11 16:42:31.589060"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.590749"], ["updated_at", "2018-10-11 16:42:31.590749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.593554"], ["updated_at", "2018-10-11 16:42:31.593554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.595185"], ["updated_at", "2018-10-11 16:42:31.595185"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.596756"], ["updated_at", "2018-10-11 16:42:31.596756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.598518"], ["updated_at", "2018-10-11 16:42:31.598518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.600255"], ["updated_at", "2018-10-11 16:42:31.600255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.601813"], ["updated_at", "2018-10-11 16:42:31.601813"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.603517"], ["updated_at", "2018-10-11 16:42:31.603517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.605908"], ["updated_at", "2018-10-11 16:42:31.605908"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.607821"], ["updated_at", "2018-10-11 16:42:31.607821"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.610192"], ["updated_at", "2018-10-11 16:42:31.610192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.612598"], ["updated_at", "2018-10-11 16:42:31.612598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.614368"], ["updated_at", "2018-10-11 16:42:31.614368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.616045"], ["updated_at", "2018-10-11 16:42:31.616045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.617690"], ["updated_at", "2018-10-11 16:42:31.617690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.619231"], ["updated_at", "2018-10-11 16:42:31.619231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.621082"], ["updated_at", "2018-10-11 16:42:31.621082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.623242"], ["updated_at", "2018-10-11 16:42:31.623242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.625096"], ["updated_at", "2018-10-11 16:42:31.625096"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.627166"], ["updated_at", "2018-10-11 16:42:31.627166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.629299"], ["updated_at", "2018-10-11 16:42:31.629299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.631135"], ["updated_at", "2018-10-11 16:42:31.631135"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.634857"], ["updated_at", "2018-10-11 16:42:31.634857"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.636529"], ["updated_at", "2018-10-11 16:42:31.636529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.638181"], ["updated_at", "2018-10-11 16:42:31.638181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.639710"], ["updated_at", "2018-10-11 16:42:31.639710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.641354"], ["updated_at", "2018-10-11 16:42:31.641354"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.642915"], ["updated_at", "2018-10-11 16:42:31.642915"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.644730"], ["updated_at", "2018-10-11 16:42:31.644730"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.647923"], ["updated_at", "2018-10-11 16:42:31.647923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.650261"], ["updated_at", "2018-10-11 16:42:31.650261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.651884"], ["updated_at", "2018-10-11 16:42:31.651884"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.653572"], ["updated_at", "2018-10-11 16:42:31.653572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.655125"], ["updated_at", "2018-10-11 16:42:31.655125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.656741"], ["updated_at", "2018-10-11 16:42:31.656741"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.658386"], ["updated_at", "2018-10-11 16:42:31.658386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.660994"], ["updated_at", "2018-10-11 16:42:31.660994"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.663219"], ["updated_at", "2018-10-11 16:42:31.663219"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.665871"], ["updated_at", "2018-10-11 16:42:31.665871"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.668482"], ["updated_at", "2018-10-11 16:42:31.668482"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.671168"], ["updated_at", "2018-10-11 16:42:31.671168"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.673859"], ["updated_at", "2018-10-11 16:42:31.673859"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.676427"], ["updated_at", "2018-10-11 16:42:31.676427"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.678996"], ["updated_at", "2018-10-11 16:42:31.678996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.681638"], ["updated_at", "2018-10-11 16:42:31.681638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.683219"], ["updated_at", "2018-10-11 16:42:31.683219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.684889"], ["updated_at", "2018-10-11 16:42:31.684889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.686509"], ["updated_at", "2018-10-11 16:42:31.686509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.688103"], ["updated_at", "2018-10-11 16:42:31.688103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.689771"], ["updated_at", "2018-10-11 16:42:31.689771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.691329"], ["updated_at", "2018-10-11 16:42:31.691329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.692922"], ["updated_at", "2018-10-11 16:42:31.692922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.694666"], ["updated_at", "2018-10-11 16:42:31.694666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.696278"], ["updated_at", "2018-10-11 16:42:31.696278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.697893"], ["updated_at", "2018-10-11 16:42:31.697893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.699428"], ["updated_at", "2018-10-11 16:42:31.699428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.701042"], ["updated_at", "2018-10-11 16:42:31.701042"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.702843"], ["updated_at", "2018-10-11 16:42:31.702843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.704694"], ["updated_at", "2018-10-11 16:42:31.704694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.706352"], ["updated_at", "2018-10-11 16:42:31.706352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.707910"], ["updated_at", "2018-10-11 16:42:31.707910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.709551"], ["updated_at", "2018-10-11 16:42:31.709551"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.711192"], ["updated_at", "2018-10-11 16:42:31.711192"], ["parent_id", 39895952907]] Kithe::Work Create (3.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.714046"], ["updated_at", "2018-10-11 16:42:31.714046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.719627"], ["updated_at", "2018-10-11 16:42:31.719627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.721517"], ["updated_at", "2018-10-11 16:42:31.721517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.723189"], ["updated_at", "2018-10-11 16:42:31.723189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.724820"], ["updated_at", "2018-10-11 16:42:31.724820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.727606"], ["updated_at", "2018-10-11 16:42:31.727606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.729193"], ["updated_at", "2018-10-11 16:42:31.729193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.730793"], ["updated_at", "2018-10-11 16:42:31.730793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.732446"], ["updated_at", "2018-10-11 16:42:31.732446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.734047"], ["updated_at", "2018-10-11 16:42:31.734047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.735603"], ["updated_at", "2018-10-11 16:42:31.735603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.737260"], ["updated_at", "2018-10-11 16:42:31.737260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.738893"], ["updated_at", "2018-10-11 16:42:31.738893"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.740447"], ["updated_at", "2018-10-11 16:42:31.740447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.742115"], ["updated_at", "2018-10-11 16:42:31.742115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.743735"], ["updated_at", "2018-10-11 16:42:31.743735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.745434"], ["updated_at", "2018-10-11 16:42:31.745434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.747004"], ["updated_at", "2018-10-11 16:42:31.747004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.748663"], ["updated_at", "2018-10-11 16:42:31.748663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.750220"], ["updated_at", "2018-10-11 16:42:31.750220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.751869"], ["updated_at", "2018-10-11 16:42:31.751869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.753400"], ["updated_at", "2018-10-11 16:42:31.753400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.755039"], ["updated_at", "2018-10-11 16:42:31.755039"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.756595"], ["updated_at", "2018-10-11 16:42:31.756595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.758201"], ["updated_at", "2018-10-11 16:42:31.758201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.759849"], ["updated_at", "2018-10-11 16:42:31.759849"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.761423"], ["updated_at", "2018-10-11 16:42:31.761423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.763140"], ["updated_at", "2018-10-11 16:42:31.763140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.764689"], ["updated_at", "2018-10-11 16:42:31.764689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.766312"], ["updated_at", "2018-10-11 16:42:31.766312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.767953"], ["updated_at", "2018-10-11 16:42:31.767953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.769539"], ["updated_at", "2018-10-11 16:42:31.769539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.771155"], ["updated_at", "2018-10-11 16:42:31.771155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.772707"], ["updated_at", "2018-10-11 16:42:31.772707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.774352"], ["updated_at", "2018-10-11 16:42:31.774352"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.775906"], ["updated_at", "2018-10-11 16:42:31.775906"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.777598"], ["updated_at", "2018-10-11 16:42:31.777598"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.780009"], ["updated_at", "2018-10-11 16:42:31.780009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.782401"], ["updated_at", "2018-10-11 16:42:31.782401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.784174"], ["updated_at", "2018-10-11 16:42:31.784174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.785848"], ["updated_at", "2018-10-11 16:42:31.785848"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.787624"], ["updated_at", "2018-10-11 16:42:31.787624"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.791339"], ["updated_at", "2018-10-11 16:42:31.791339"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.794614"], ["updated_at", "2018-10-11 16:42:31.794614"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.797274"], ["updated_at", "2018-10-11 16:42:31.797274"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.799801"], ["updated_at", "2018-10-11 16:42:31.799801"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.802348"], ["updated_at", "2018-10-11 16:42:31.802348"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.804992"], ["updated_at", "2018-10-11 16:42:31.804992"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.807572"], ["updated_at", "2018-10-11 16:42:31.807572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.809862"], ["updated_at", "2018-10-11 16:42:31.809862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.811488"], ["updated_at", "2018-10-11 16:42:31.811488"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.813149"], ["updated_at", "2018-10-11 16:42:31.813149"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.814804"], ["updated_at", "2018-10-11 16:42:31.814804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.816659"], ["updated_at", "2018-10-11 16:42:31.816659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.818432"], ["updated_at", "2018-10-11 16:42:31.818432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.820005"], ["updated_at", "2018-10-11 16:42:31.820005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.821651"], ["updated_at", "2018-10-11 16:42:31.821651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.823188"], ["updated_at", "2018-10-11 16:42:31.823188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.825053"], ["updated_at", "2018-10-11 16:42:31.825053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.826822"], ["updated_at", "2018-10-11 16:42:31.826822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.828568"], ["updated_at", "2018-10-11 16:42:31.828568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.830135"], ["updated_at", "2018-10-11 16:42:31.830135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.831760"], ["updated_at", "2018-10-11 16:42:31.831760"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.833386"], ["updated_at", "2018-10-11 16:42:31.833386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.835220"], ["updated_at", "2018-10-11 16:42:31.835220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.836851"], ["updated_at", "2018-10-11 16:42:31.836851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.838460"], ["updated_at", "2018-10-11 16:42:31.838460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.840011"], ["updated_at", "2018-10-11 16:42:31.840011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.841673"], ["updated_at", "2018-10-11 16:42:31.841673"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.843326"], ["updated_at", "2018-10-11 16:42:31.843326"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.845174"], ["updated_at", "2018-10-11 16:42:31.845174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.847992"], ["updated_at", "2018-10-11 16:42:31.847992"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.849782"], ["updated_at", "2018-10-11 16:42:31.849782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.851581"], ["updated_at", "2018-10-11 16:42:31.851581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.853349"], ["updated_at", "2018-10-11 16:42:31.853349"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.855023"], ["updated_at", "2018-10-11 16:42:31.855023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.856594"], ["updated_at", "2018-10-11 16:42:31.856594"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.859456"], ["updated_at", "2018-10-11 16:42:31.859456"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.861175"], ["updated_at", "2018-10-11 16:42:31.861175"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.863195"], ["updated_at", "2018-10-11 16:42:31.863195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.864880"], ["updated_at", "2018-10-11 16:42:31.864880"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.866476"], ["updated_at", "2018-10-11 16:42:31.866476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.868346"], ["updated_at", "2018-10-11 16:42:31.868346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.869964"], ["updated_at", "2018-10-11 16:42:31.869964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.871624"], ["updated_at", "2018-10-11 16:42:31.871624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.873287"], ["updated_at", "2018-10-11 16:42:31.873287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.874952"], ["updated_at", "2018-10-11 16:42:31.874952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.876718"], ["updated_at", "2018-10-11 16:42:31.876718"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.878324"], ["updated_at", "2018-10-11 16:42:31.878324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.880024"], ["updated_at", "2018-10-11 16:42:31.880024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.881644"], ["updated_at", "2018-10-11 16:42:31.881644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.883266"], ["updated_at", "2018-10-11 16:42:31.883266"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.884827"], ["updated_at", "2018-10-11 16:42:31.884827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.886512"], ["updated_at", "2018-10-11 16:42:31.886512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.888236"], ["updated_at", "2018-10-11 16:42:31.888236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.890035"], ["updated_at", "2018-10-11 16:42:31.890035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.891571"], ["updated_at", "2018-10-11 16:42:31.891571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.893097"], ["updated_at", "2018-10-11 16:42:31.893097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.894784"], ["updated_at", "2018-10-11 16:42:31.894784"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.896537"], ["updated_at", "2018-10-11 16:42:31.896537"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.898406"], ["updated_at", "2018-10-11 16:42:31.898406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.900168"], ["updated_at", "2018-10-11 16:42:31.900168"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.901905"], ["updated_at", "2018-10-11 16:42:31.901905"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.904262"], ["updated_at", "2018-10-11 16:42:31.904262"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.906541"], ["updated_at", "2018-10-11 16:42:31.906541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.908340"], ["updated_at", "2018-10-11 16:42:31.908340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.909927"], ["updated_at", "2018-10-11 16:42:31.909927"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.911648"], ["updated_at", "2018-10-11 16:42:31.911648"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.913589"], ["updated_at", "2018-10-11 16:42:31.913589"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.916479"], ["updated_at", "2018-10-11 16:42:31.916479"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.918374"], ["updated_at", "2018-10-11 16:42:31.918374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.920328"], ["updated_at", "2018-10-11 16:42:31.920328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.922316"], ["updated_at", "2018-10-11 16:42:31.922316"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.924258"], ["updated_at", "2018-10-11 16:42:31.924258"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.926314"], ["updated_at", "2018-10-11 16:42:31.926314"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.931747"], ["updated_at", "2018-10-11 16:42:31.931747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.934468"], ["updated_at", "2018-10-11 16:42:31.934468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.936316"], ["updated_at", "2018-10-11 16:42:31.936316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.937908"], ["updated_at", "2018-10-11 16:42:31.937908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.939510"], ["updated_at", "2018-10-11 16:42:31.939510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.941128"], ["updated_at", "2018-10-11 16:42:31.941128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.942844"], ["updated_at", "2018-10-11 16:42:31.942844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.944398"], ["updated_at", "2018-10-11 16:42:31.944398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.946034"], ["updated_at", "2018-10-11 16:42:31.946034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.947665"], ["updated_at", "2018-10-11 16:42:31.947665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.949217"], ["updated_at", "2018-10-11 16:42:31.949217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.950866"], ["updated_at", "2018-10-11 16:42:31.950866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.952412"], ["updated_at", "2018-10-11 16:42:31.952412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.954218"], ["updated_at", "2018-10-11 16:42:31.954218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.955834"], ["updated_at", "2018-10-11 16:42:31.955834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.957411"], ["updated_at", "2018-10-11 16:42:31.957411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.958973"], ["updated_at", "2018-10-11 16:42:31.958973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.960637"], ["updated_at", "2018-10-11 16:42:31.960637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.962246"], ["updated_at", "2018-10-11 16:42:31.962246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.963896"], ["updated_at", "2018-10-11 16:42:31.963896"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.965550"], ["updated_at", "2018-10-11 16:42:31.965550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.967264"], ["updated_at", "2018-10-11 16:42:31.967264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.968861"], ["updated_at", "2018-10-11 16:42:31.968861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.970521"], ["updated_at", "2018-10-11 16:42:31.970521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.972080"], ["updated_at", "2018-10-11 16:42:31.972080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.973663"], ["updated_at", "2018-10-11 16:42:31.973663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.975220"], ["updated_at", "2018-10-11 16:42:31.975220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.976854"], ["updated_at", "2018-10-11 16:42:31.976854"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.978666"], ["updated_at", "2018-10-11 16:42:31.978666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.981580"], ["updated_at", "2018-10-11 16:42:31.981580"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.983607"], ["updated_at", "2018-10-11 16:42:31.983607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.985946"], ["updated_at", "2018-10-11 16:42:31.985946"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.988993"], ["updated_at", "2018-10-11 16:42:31.988993"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.990906"], ["updated_at", "2018-10-11 16:42:31.990906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.993711"], ["updated_at", "2018-10-11 16:42:31.993711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.995375"], ["updated_at", "2018-10-11 16:42:31.995375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.997043"], ["updated_at", "2018-10-11 16:42:31.997043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:31.998602"], ["updated_at", "2018-10-11 16:42:31.998602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.000199"], ["updated_at", "2018-10-11 16:42:32.000199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.001739"], ["updated_at", "2018-10-11 16:42:32.001739"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.003353"], ["updated_at", "2018-10-11 16:42:32.003353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.005080"], ["updated_at", "2018-10-11 16:42:32.005080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.006670"], ["updated_at", "2018-10-11 16:42:32.006670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.008303"], ["updated_at", "2018-10-11 16:42:32.008303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.009988"], ["updated_at", "2018-10-11 16:42:32.009988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.011593"], ["updated_at", "2018-10-11 16:42:32.011593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.013258"], ["updated_at", "2018-10-11 16:42:32.013258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.014830"], ["updated_at", "2018-10-11 16:42:32.014830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.016450"], ["updated_at", "2018-10-11 16:42:32.016450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.018045"], ["updated_at", "2018-10-11 16:42:32.018045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.019649"], ["updated_at", "2018-10-11 16:42:32.019649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.021279"], ["updated_at", "2018-10-11 16:42:32.021279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.022813"], ["updated_at", "2018-10-11 16:42:32.022813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.024449"], ["updated_at", "2018-10-11 16:42:32.024449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.026112"], ["updated_at", "2018-10-11 16:42:32.026112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.027664"], ["updated_at", "2018-10-11 16:42:32.027664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.029372"], ["updated_at", "2018-10-11 16:42:32.029372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.031029"], ["updated_at", "2018-10-11 16:42:32.031029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.032558"], ["updated_at", "2018-10-11 16:42:32.032558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.034252"], ["updated_at", "2018-10-11 16:42:32.034252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.035808"], ["updated_at", "2018-10-11 16:42:32.035808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.037464"], ["updated_at", "2018-10-11 16:42:32.037464"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.039353"], ["updated_at", "2018-10-11 16:42:32.039353"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.041938"], ["updated_at", "2018-10-11 16:42:32.041938"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.044476"], ["updated_at", "2018-10-11 16:42:32.044476"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.047187"], ["updated_at", "2018-10-11 16:42:32.047187"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.049682"], ["updated_at", "2018-10-11 16:42:32.049682"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.051721"], ["updated_at", "2018-10-11 16:42:32.051721"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.053727"], ["updated_at", "2018-10-11 16:42:32.053727"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.055788"], ["updated_at", "2018-10-11 16:42:32.055788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.057692"], ["updated_at", "2018-10-11 16:42:32.057692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.059227"], ["updated_at", "2018-10-11 16:42:32.059227"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.063204"], ["updated_at", "2018-10-11 16:42:32.063204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.065113"], ["updated_at", "2018-10-11 16:42:32.065113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.066736"], ["updated_at", "2018-10-11 16:42:32.066736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.068306"], ["updated_at", "2018-10-11 16:42:32.068306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.069904"], ["updated_at", "2018-10-11 16:42:32.069904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.071515"], ["updated_at", "2018-10-11 16:42:32.071515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.073124"], ["updated_at", "2018-10-11 16:42:32.073124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.074795"], ["updated_at", "2018-10-11 16:42:32.074795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.076440"], ["updated_at", "2018-10-11 16:42:32.076440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.078077"], ["updated_at", "2018-10-11 16:42:32.078077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.079630"], ["updated_at", "2018-10-11 16:42:32.079630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.081232"], ["updated_at", "2018-10-11 16:42:32.081232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.082854"], ["updated_at", "2018-10-11 16:42:32.082854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.084447"], ["updated_at", "2018-10-11 16:42:32.084447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.086088"], ["updated_at", "2018-10-11 16:42:32.086088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.087647"], ["updated_at", "2018-10-11 16:42:32.087647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.089259"], ["updated_at", "2018-10-11 16:42:32.089259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.090802"], ["updated_at", "2018-10-11 16:42:32.090802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.092471"], ["updated_at", "2018-10-11 16:42:32.092471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.094015"], ["updated_at", "2018-10-11 16:42:32.094015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.095585"], ["updated_at", "2018-10-11 16:42:32.095585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.097124"], ["updated_at", "2018-10-11 16:42:32.097124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.098702"], ["updated_at", "2018-10-11 16:42:32.098702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.100267"], ["updated_at", "2018-10-11 16:42:32.100267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.101936"], ["updated_at", "2018-10-11 16:42:32.101936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.103471"], ["updated_at", "2018-10-11 16:42:32.103471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.105055"], ["updated_at", "2018-10-11 16:42:32.105055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.106613"], ["updated_at", "2018-10-11 16:42:32.106613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.108140"], ["updated_at", "2018-10-11 16:42:32.108140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.109788"], ["updated_at", "2018-10-11 16:42:32.109788"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.111353"], ["updated_at", "2018-10-11 16:42:32.111353"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.113753"], ["updated_at", "2018-10-11 16:42:32.113753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.116347"], ["updated_at", "2018-10-11 16:42:32.116347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.118113"], ["updated_at", "2018-10-11 16:42:32.118113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.119850"], ["updated_at", "2018-10-11 16:42:32.119850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.121430"], ["updated_at", "2018-10-11 16:42:32.121430"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.123193"], ["updated_at", "2018-10-11 16:42:32.123193"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.124798"], ["updated_at", "2018-10-11 16:42:32.124798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.127667"], ["updated_at", "2018-10-11 16:42:32.127667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.129416"], ["updated_at", "2018-10-11 16:42:32.129416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.130997"], ["updated_at", "2018-10-11 16:42:32.130997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.132651"], ["updated_at", "2018-10-11 16:42:32.132651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.134220"], ["updated_at", "2018-10-11 16:42:32.134220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.135855"], ["updated_at", "2018-10-11 16:42:32.135855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.137430"], ["updated_at", "2018-10-11 16:42:32.137430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.139024"], ["updated_at", "2018-10-11 16:42:32.139024"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.140569"], ["updated_at", "2018-10-11 16:42:32.140569"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.142246"], ["updated_at", "2018-10-11 16:42:32.142246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.143884"], ["updated_at", "2018-10-11 16:42:32.143884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.145457"], ["updated_at", "2018-10-11 16:42:32.145457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.147093"], ["updated_at", "2018-10-11 16:42:32.147093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.148702"], ["updated_at", "2018-10-11 16:42:32.148702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.150331"], ["updated_at", "2018-10-11 16:42:32.150331"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.151907"], ["updated_at", "2018-10-11 16:42:32.151907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.153760"], ["updated_at", "2018-10-11 16:42:32.153760"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.155334"], ["updated_at", "2018-10-11 16:42:32.155334"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.156953"], ["updated_at", "2018-10-11 16:42:32.156953"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.158820"], ["updated_at", "2018-10-11 16:42:32.158820"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.161506"], ["updated_at", "2018-10-11 16:42:32.161506"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.164073"], ["updated_at", "2018-10-11 16:42:32.164073"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.166692"], ["updated_at", "2018-10-11 16:42:32.166692"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.169454"], ["updated_at", "2018-10-11 16:42:32.169454"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.172079"], ["updated_at", "2018-10-11 16:42:32.172079"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.174664"], ["updated_at", "2018-10-11 16:42:32.174664"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.177246"], ["updated_at", "2018-10-11 16:42:32.177246"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.179719"], ["updated_at", "2018-10-11 16:42:32.179719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.182225"], ["updated_at", "2018-10-11 16:42:32.182225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.183939"], ["updated_at", "2018-10-11 16:42:32.183939"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.185573"], ["updated_at", "2018-10-11 16:42:32.185573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.187733"], ["updated_at", "2018-10-11 16:42:32.187733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.189329"], ["updated_at", "2018-10-11 16:42:32.189329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.192136"], ["updated_at", "2018-10-11 16:42:32.192136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.193773"], ["updated_at", "2018-10-11 16:42:32.193773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.195347"], ["updated_at", "2018-10-11 16:42:32.195347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.197024"], ["updated_at", "2018-10-11 16:42:32.197024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.198694"], ["updated_at", "2018-10-11 16:42:32.198694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.200276"], ["updated_at", "2018-10-11 16:42:32.200276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.201892"], ["updated_at", "2018-10-11 16:42:32.201892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.203535"], ["updated_at", "2018-10-11 16:42:32.203535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.205166"], ["updated_at", "2018-10-11 16:42:32.205166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.206843"], ["updated_at", "2018-10-11 16:42:32.206843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.208443"], ["updated_at", "2018-10-11 16:42:32.208443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.210084"], ["updated_at", "2018-10-11 16:42:32.210084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.211648"], ["updated_at", "2018-10-11 16:42:32.211648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.213269"], ["updated_at", "2018-10-11 16:42:32.213269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.214870"], ["updated_at", "2018-10-11 16:42:32.214870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.216500"], ["updated_at", "2018-10-11 16:42:32.216500"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.218027"], ["updated_at", "2018-10-11 16:42:32.218027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.219675"], ["updated_at", "2018-10-11 16:42:32.219675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.221237"], ["updated_at", "2018-10-11 16:42:32.221237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.222851"], ["updated_at", "2018-10-11 16:42:32.222851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.224454"], ["updated_at", "2018-10-11 16:42:32.224454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.226043"], ["updated_at", "2018-10-11 16:42:32.226043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.227576"], ["updated_at", "2018-10-11 16:42:32.227576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.229172"], ["updated_at", "2018-10-11 16:42:32.229172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.230796"], ["updated_at", "2018-10-11 16:42:32.230796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.232459"], ["updated_at", "2018-10-11 16:42:32.232459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.234020"], ["updated_at", "2018-10-11 16:42:32.234020"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.235643"], ["updated_at", "2018-10-11 16:42:32.235643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.237360"], ["updated_at", "2018-10-11 16:42:32.237360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.239037"], ["updated_at", "2018-10-11 16:42:32.239037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.240611"], ["updated_at", "2018-10-11 16:42:32.240611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.242309"], ["updated_at", "2018-10-11 16:42:32.242309"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.243887"], ["updated_at", "2018-10-11 16:42:32.243887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.245551"], ["updated_at", "2018-10-11 16:42:32.245551"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.247929"], ["updated_at", "2018-10-11 16:42:32.247929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.250145"], ["updated_at", "2018-10-11 16:42:32.250145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.251917"], ["updated_at", "2018-10-11 16:42:32.251917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.253567"], ["updated_at", "2018-10-11 16:42:32.253567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.255200"], ["updated_at", "2018-10-11 16:42:32.255200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.256878"], ["updated_at", "2018-10-11 16:42:32.256878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.259615"], ["updated_at", "2018-10-11 16:42:32.259615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.261336"], ["updated_at", "2018-10-11 16:42:32.261336"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.263044"], ["updated_at", "2018-10-11 16:42:32.263044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.264720"], ["updated_at", "2018-10-11 16:42:32.264720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.266325"], ["updated_at", "2018-10-11 16:42:32.266325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.267900"], ["updated_at", "2018-10-11 16:42:32.267900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.269507"], ["updated_at", "2018-10-11 16:42:32.269507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.271074"], ["updated_at", "2018-10-11 16:42:32.271074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.272747"], ["updated_at", "2018-10-11 16:42:32.272747"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.274301"], ["updated_at", "2018-10-11 16:42:32.274301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.275992"], ["updated_at", "2018-10-11 16:42:32.275992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.277599"], ["updated_at", "2018-10-11 16:42:32.277599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.279274"], ["updated_at", "2018-10-11 16:42:32.279274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.280833"], ["updated_at", "2018-10-11 16:42:32.280833"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.282467"], ["updated_at", "2018-10-11 16:42:32.282467"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.284545"], ["updated_at", "2018-10-11 16:42:32.284545"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.287064"], ["updated_at", "2018-10-11 16:42:32.287064"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.289744"], ["updated_at", "2018-10-11 16:42:32.289744"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.292294"], ["updated_at", "2018-10-11 16:42:32.292294"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.294862"], ["updated_at", "2018-10-11 16:42:32.294862"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.297491"], ["updated_at", "2018-10-11 16:42:32.297491"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.300075"], ["updated_at", "2018-10-11 16:42:32.300075"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.302689"], ["updated_at", "2018-10-11 16:42:32.302689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.304783"], ["updated_at", "2018-10-11 16:42:32.304783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.306474"], ["updated_at", "2018-10-11 16:42:32.306474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.308070"], ["updated_at", "2018-10-11 16:42:32.308070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.309830"], ["updated_at", "2018-10-11 16:42:32.309830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.311497"], ["updated_at", "2018-10-11 16:42:32.311497"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.313415"], ["updated_at", "2018-10-11 16:42:32.313415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.316000"], ["updated_at", "2018-10-11 16:42:32.316000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.317855"], ["updated_at", "2018-10-11 16:42:32.317855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.319520"], ["updated_at", "2018-10-11 16:42:32.319520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.321203"], ["updated_at", "2018-10-11 16:42:32.321203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.322784"], ["updated_at", "2018-10-11 16:42:32.322784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.325523"], ["updated_at", "2018-10-11 16:42:32.325523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.327248"], ["updated_at", "2018-10-11 16:42:32.327248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.328955"], ["updated_at", "2018-10-11 16:42:32.328955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.330545"], ["updated_at", "2018-10-11 16:42:32.330545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.333380"], ["updated_at", "2018-10-11 16:42:32.333380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.335025"], ["updated_at", "2018-10-11 16:42:32.335025"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.336604"], ["updated_at", "2018-10-11 16:42:32.336604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.338306"], ["updated_at", "2018-10-11 16:42:32.338306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.339838"], ["updated_at", "2018-10-11 16:42:32.339838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.341499"], ["updated_at", "2018-10-11 16:42:32.341499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.343121"], ["updated_at", "2018-10-11 16:42:32.343121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.344705"], ["updated_at", "2018-10-11 16:42:32.344705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.346298"], ["updated_at", "2018-10-11 16:42:32.346298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.347882"], ["updated_at", "2018-10-11 16:42:32.347882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.349502"], ["updated_at", "2018-10-11 16:42:32.349502"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.351083"], ["updated_at", "2018-10-11 16:42:32.351083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.353023"], ["updated_at", "2018-10-11 16:42:32.353023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.354606"], ["updated_at", "2018-10-11 16:42:32.354606"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.356249"], ["updated_at", "2018-10-11 16:42:32.356249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.358157"], ["updated_at", "2018-10-11 16:42:32.358157"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.359833"], ["updated_at", "2018-10-11 16:42:32.359833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.361635"], ["updated_at", "2018-10-11 16:42:32.361635"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.363418"], ["updated_at", "2018-10-11 16:42:32.363418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.365093"], ["updated_at", "2018-10-11 16:42:32.365093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.366730"], ["updated_at", "2018-10-11 16:42:32.366730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.368315"], ["updated_at", "2018-10-11 16:42:32.368315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.369921"], ["updated_at", "2018-10-11 16:42:32.369921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.371575"], ["updated_at", "2018-10-11 16:42:32.371575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.373149"], ["updated_at", "2018-10-11 16:42:32.373149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.374666"], ["updated_at", "2018-10-11 16:42:32.374666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.376284"], ["updated_at", "2018-10-11 16:42:32.376284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.377897"], ["updated_at", "2018-10-11 16:42:32.377897"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.379588"], ["updated_at", "2018-10-11 16:42:32.379588"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.382241"], ["updated_at", "2018-10-11 16:42:32.382241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.384154"], ["updated_at", "2018-10-11 16:42:32.384154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.385789"], ["updated_at", "2018-10-11 16:42:32.385789"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.387475"], ["updated_at", "2018-10-11 16:42:32.387475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.389151"], ["updated_at", "2018-10-11 16:42:32.389151"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.390797"], ["updated_at", "2018-10-11 16:42:32.390797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.393614"], ["updated_at", "2018-10-11 16:42:32.393614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.395169"], ["updated_at", "2018-10-11 16:42:32.395169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.396774"], ["updated_at", "2018-10-11 16:42:32.396774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.398343"], ["updated_at", "2018-10-11 16:42:32.398343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.399951"], ["updated_at", "2018-10-11 16:42:32.399951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.401554"], ["updated_at", "2018-10-11 16:42:32.401554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.403127"], ["updated_at", "2018-10-11 16:42:32.403127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.404982"], ["updated_at", "2018-10-11 16:42:32.404982"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.406692"], ["updated_at", "2018-10-11 16:42:32.406692"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.408830"], ["updated_at", "2018-10-11 16:42:32.408830"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.411490"], ["updated_at", "2018-10-11 16:42:32.411490"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.414101"], ["updated_at", "2018-10-11 16:42:32.414101"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.416641"], ["updated_at", "2018-10-11 16:42:32.416641"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.419191"], ["updated_at", "2018-10-11 16:42:32.419191"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.421820"], ["updated_at", "2018-10-11 16:42:32.421820"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.424450"], ["updated_at", "2018-10-11 16:42:32.424450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.426996"], ["updated_at", "2018-10-11 16:42:32.426996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.428727"], ["updated_at", "2018-10-11 16:42:32.428727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.430331"], ["updated_at", "2018-10-11 16:42:32.430331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.431897"], ["updated_at", "2018-10-11 16:42:32.431897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.433482"], ["updated_at", "2018-10-11 16:42:32.433482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.435224"], ["updated_at", "2018-10-11 16:42:32.435224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.436855"], ["updated_at", "2018-10-11 16:42:32.436855"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.438391"], ["updated_at", "2018-10-11 16:42:32.438391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.440113"], ["updated_at", "2018-10-11 16:42:32.440113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.441755"], ["updated_at", "2018-10-11 16:42:32.441755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.443297"], ["updated_at", "2018-10-11 16:42:32.443297"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.445102"], ["updated_at", "2018-10-11 16:42:32.445102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.447550"], ["updated_at", "2018-10-11 16:42:32.447550"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.449679"], ["updated_at", "2018-10-11 16:42:32.449679"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.451298"], ["updated_at", "2018-10-11 16:42:32.451298"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.452924"], ["updated_at", "2018-10-11 16:42:32.452924"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.454520"], ["updated_at", "2018-10-11 16:42:32.454520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.456071"], ["updated_at", "2018-10-11 16:42:32.456071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.458493"], ["updated_at", "2018-10-11 16:42:32.458493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.460801"], ["updated_at", "2018-10-11 16:42:32.460801"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.462676"], ["updated_at", "2018-10-11 16:42:32.462676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.464766"], ["updated_at", "2018-10-11 16:42:32.464766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.466753"], ["updated_at", "2018-10-11 16:42:32.466753"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.468453"], ["updated_at", "2018-10-11 16:42:32.468453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.470470"], ["updated_at", "2018-10-11 16:42:32.470470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.472238"], ["updated_at", "2018-10-11 16:42:32.472238"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.473836"], ["updated_at", "2018-10-11 16:42:32.473836"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.475518"], ["updated_at", "2018-10-11 16:42:32.475518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.477149"], ["updated_at", "2018-10-11 16:42:32.477149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.478737"], ["updated_at", "2018-10-11 16:42:32.478737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.480364"], ["updated_at", "2018-10-11 16:42:32.480364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.482204"], ["updated_at", "2018-10-11 16:42:32.482204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.483817"], ["updated_at", "2018-10-11 16:42:32.483817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.485447"], ["updated_at", "2018-10-11 16:42:32.485447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.487078"], ["updated_at", "2018-10-11 16:42:32.487078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.488627"], ["updated_at", "2018-10-11 16:42:32.488627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.490227"], ["updated_at", "2018-10-11 16:42:32.490227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.491822"], ["updated_at", "2018-10-11 16:42:32.491822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.493375"], ["updated_at", "2018-10-11 16:42:32.493375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.494995"], ["updated_at", "2018-10-11 16:42:32.494995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.496630"], ["updated_at", "2018-10-11 16:42:32.496630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.498193"], ["updated_at", "2018-10-11 16:42:32.498193"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.499788"], ["updated_at", "2018-10-11 16:42:32.499788"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.501849"], ["updated_at", "2018-10-11 16:42:32.501849"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.503809"], ["updated_at", "2018-10-11 16:42:32.503809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.505780"], ["updated_at", "2018-10-11 16:42:32.505780"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.507720"], ["updated_at", "2018-10-11 16:42:32.507720"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.509849"], ["updated_at", "2018-10-11 16:42:32.509849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.512064"], ["updated_at", "2018-10-11 16:42:32.512064"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.515128"], ["updated_at", "2018-10-11 16:42:32.515128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.517717"], ["updated_at", "2018-10-11 16:42:32.517717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.519394"], ["updated_at", "2018-10-11 16:42:32.519394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.521041"], ["updated_at", "2018-10-11 16:42:32.521041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.522792"], ["updated_at", "2018-10-11 16:42:32.522792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.524426"], ["updated_at", "2018-10-11 16:42:32.524426"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.527569"], ["updated_at", "2018-10-11 16:42:32.527569"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.530467"], ["updated_at", "2018-10-11 16:42:32.530467"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.533096"], ["updated_at", "2018-10-11 16:42:32.533096"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.535644"], ["updated_at", "2018-10-11 16:42:32.535644"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.538372"], ["updated_at", "2018-10-11 16:42:32.538372"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.541011"], ["updated_at", "2018-10-11 16:42:32.541011"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.543509"], ["updated_at", "2018-10-11 16:42:32.543509"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.546130"], ["updated_at", "2018-10-11 16:42:32.546130"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.548701"], ["updated_at", "2018-10-11 16:42:32.548701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.550415"], ["updated_at", "2018-10-11 16:42:32.550415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.552095"], ["updated_at", "2018-10-11 16:42:32.552095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.553749"], ["updated_at", "2018-10-11 16:42:32.553749"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.555372"], ["updated_at", "2018-10-11 16:42:32.555372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.557182"], ["updated_at", "2018-10-11 16:42:32.557182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.558835"], ["updated_at", "2018-10-11 16:42:32.558835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.560553"], ["updated_at", "2018-10-11 16:42:32.560553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.562286"], ["updated_at", "2018-10-11 16:42:32.562286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.563974"], ["updated_at", "2018-10-11 16:42:32.563974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.565640"], ["updated_at", "2018-10-11 16:42:32.565640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.567459"], ["updated_at", "2018-10-11 16:42:32.567459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.569109"], ["updated_at", "2018-10-11 16:42:32.569109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.570799"], ["updated_at", "2018-10-11 16:42:32.570799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.572503"], ["updated_at", "2018-10-11 16:42:32.572503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.574174"], ["updated_at", "2018-10-11 16:42:32.574174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.575849"], ["updated_at", "2018-10-11 16:42:32.575849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.577584"], ["updated_at", "2018-10-11 16:42:32.577584"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.579338"], ["updated_at", "2018-10-11 16:42:32.579338"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.582164"], ["updated_at", "2018-10-11 16:42:32.582164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.584096"], ["updated_at", "2018-10-11 16:42:32.584096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.585798"], ["updated_at", "2018-10-11 16:42:32.585798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.587494"], ["updated_at", "2018-10-11 16:42:32.587494"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.589384"], ["updated_at", "2018-10-11 16:42:32.589384"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.593426"], ["updated_at", "2018-10-11 16:42:32.593426"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.596625"], ["updated_at", "2018-10-11 16:42:32.596625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.598362"], ["updated_at", "2018-10-11 16:42:32.598362"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.600011"], ["updated_at", "2018-10-11 16:42:32.600011"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.601654"], ["updated_at", "2018-10-11 16:42:32.601654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.603303"], ["updated_at", "2018-10-11 16:42:32.603303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.604947"], ["updated_at", "2018-10-11 16:42:32.604947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.606495"], ["updated_at", "2018-10-11 16:42:32.606495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.608168"], ["updated_at", "2018-10-11 16:42:32.608168"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.609857"], ["updated_at", "2018-10-11 16:42:32.609857"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.611608"], ["updated_at", "2018-10-11 16:42:32.611608"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.613503"], ["updated_at", "2018-10-11 16:42:32.613503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.615270"], ["updated_at", "2018-10-11 16:42:32.615270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.616899"], ["updated_at", "2018-10-11 16:42:32.616899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.618511"], ["updated_at", "2018-10-11 16:42:32.618511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.620085"], ["updated_at", "2018-10-11 16:42:32.620085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.621807"], ["updated_at", "2018-10-11 16:42:32.621807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.623544"], ["updated_at", "2018-10-11 16:42:32.623544"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.625118"], ["updated_at", "2018-10-11 16:42:32.625118"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.626824"], ["updated_at", "2018-10-11 16:42:32.626824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.628549"], ["updated_at", "2018-10-11 16:42:32.628549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.630227"], ["updated_at", "2018-10-11 16:42:32.630227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.632036"], ["updated_at", "2018-10-11 16:42:32.632036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.633698"], ["updated_at", "2018-10-11 16:42:32.633698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.635266"], ["updated_at", "2018-10-11 16:42:32.635266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.636879"], ["updated_at", "2018-10-11 16:42:32.636879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.638449"], ["updated_at", "2018-10-11 16:42:32.638449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.640058"], ["updated_at", "2018-10-11 16:42:32.640058"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.641629"], ["updated_at", "2018-10-11 16:42:32.641629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.643380"], ["updated_at", "2018-10-11 16:42:32.643380"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.645551"], ["updated_at", "2018-10-11 16:42:32.645551"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.648944"], ["updated_at", "2018-10-11 16:42:32.648944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.650847"], ["updated_at", "2018-10-11 16:42:32.650847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.652491"], ["updated_at", "2018-10-11 16:42:32.652491"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.654213"], ["updated_at", "2018-10-11 16:42:32.654213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.656598"], ["updated_at", "2018-10-11 16:42:32.656598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.658787"], ["updated_at", "2018-10-11 16:42:32.658787"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.661958"], ["updated_at", "2018-10-11 16:42:32.661958"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.664462"], ["updated_at", "2018-10-11 16:42:32.664462"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.667014"], ["updated_at", "2018-10-11 16:42:32.667014"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.669609"], ["updated_at", "2018-10-11 16:42:32.669609"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.672313"], ["updated_at", "2018-10-11 16:42:32.672313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.675057"], ["updated_at", "2018-10-11 16:42:32.675057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.676734"], ["updated_at", "2018-10-11 16:42:32.676734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.678406"], ["updated_at", "2018-10-11 16:42:32.678406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.680132"], ["updated_at", "2018-10-11 16:42:32.680132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.681779"], ["updated_at", "2018-10-11 16:42:32.681779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.683374"], ["updated_at", "2018-10-11 16:42:32.683374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.685045"], ["updated_at", "2018-10-11 16:42:32.685045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.686732"], ["updated_at", "2018-10-11 16:42:32.686732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.689460"], ["updated_at", "2018-10-11 16:42:32.689460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.691278"], ["updated_at", "2018-10-11 16:42:32.691278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.692870"], ["updated_at", "2018-10-11 16:42:32.692870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.694514"], ["updated_at", "2018-10-11 16:42:32.694514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.696086"], ["updated_at", "2018-10-11 16:42:32.696086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.697778"], ["updated_at", "2018-10-11 16:42:32.697778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.699421"], ["updated_at", "2018-10-11 16:42:32.699421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.700987"], ["updated_at", "2018-10-11 16:42:32.700987"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.702614"], ["updated_at", "2018-10-11 16:42:32.702614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.704639"], ["updated_at", "2018-10-11 16:42:32.704639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.706267"], ["updated_at", "2018-10-11 16:42:32.706267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.707914"], ["updated_at", "2018-10-11 16:42:32.707914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.709507"], ["updated_at", "2018-10-11 16:42:32.709507"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.711116"], ["updated_at", "2018-10-11 16:42:32.711116"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.713307"], ["updated_at", "2018-10-11 16:42:32.713307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.715927"], ["updated_at", "2018-10-11 16:42:32.715927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.717752"], ["updated_at", "2018-10-11 16:42:32.717752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.719433"], ["updated_at", "2018-10-11 16:42:32.719433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.721151"], ["updated_at", "2018-10-11 16:42:32.721151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.722692"], ["updated_at", "2018-10-11 16:42:32.722692"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.724340"], ["updated_at", "2018-10-11 16:42:32.724340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.727309"], ["updated_at", "2018-10-11 16:42:32.727309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.728983"], ["updated_at", "2018-10-11 16:42:32.728983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.730577"], ["updated_at", "2018-10-11 16:42:32.730577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.732166"], ["updated_at", "2018-10-11 16:42:32.732166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.733755"], ["updated_at", "2018-10-11 16:42:32.733755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.735346"], ["updated_at", "2018-10-11 16:42:32.735346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.736952"], ["updated_at", "2018-10-11 16:42:32.736952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.738552"], ["updated_at", "2018-10-11 16:42:32.738552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.740185"], ["updated_at", "2018-10-11 16:42:32.740185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.741744"], ["updated_at", "2018-10-11 16:42:32.741744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.743365"], ["updated_at", "2018-10-11 16:42:32.743365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.744921"], ["updated_at", "2018-10-11 16:42:32.744921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.746559"], ["updated_at", "2018-10-11 16:42:32.746559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.748187"], ["updated_at", "2018-10-11 16:42:32.748187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.749820"], ["updated_at", "2018-10-11 16:42:32.749820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.751425"], ["updated_at", "2018-10-11 16:42:32.751425"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.753123"], ["updated_at", "2018-10-11 16:42:32.753123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.754792"], ["updated_at", "2018-10-11 16:42:32.754792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.756399"], ["updated_at", "2018-10-11 16:42:32.756399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.758272"], ["updated_at", "2018-10-11 16:42:32.758272"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.759960"], ["updated_at", "2018-10-11 16:42:32.759960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.761588"], ["updated_at", "2018-10-11 16:42:32.761588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.763113"], ["updated_at", "2018-10-11 16:42:32.763113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.764737"], ["updated_at", "2018-10-11 16:42:32.764737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.766451"], ["updated_at", "2018-10-11 16:42:32.766451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.768071"], ["updated_at", "2018-10-11 16:42:32.768071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.769667"], ["updated_at", "2018-10-11 16:42:32.769667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.771230"], ["updated_at", "2018-10-11 16:42:32.771230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.772858"], ["updated_at", "2018-10-11 16:42:32.772858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.774400"], ["updated_at", "2018-10-11 16:42:32.774400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.775989"], ["updated_at", "2018-10-11 16:42:32.775989"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.777710"], ["updated_at", "2018-10-11 16:42:32.777710"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.781712"], ["updated_at", "2018-10-11 16:42:32.781712"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.783849"], ["updated_at", "2018-10-11 16:42:32.783849"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.786115"], ["updated_at", "2018-10-11 16:42:32.786115"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.788209"], ["updated_at", "2018-10-11 16:42:32.788209"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.790282"], ["updated_at", "2018-10-11 16:42:32.790282"], ["parent_id", 39895952907]] Kithe::Work Create (4.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.792561"], ["updated_at", "2018-10-11 16:42:32.792561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.799381"], ["updated_at", "2018-10-11 16:42:32.799381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.801100"], ["updated_at", "2018-10-11 16:42:32.801100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.802771"], ["updated_at", "2018-10-11 16:42:32.802771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.804415"], ["updated_at", "2018-10-11 16:42:32.804415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.806017"], ["updated_at", "2018-10-11 16:42:32.806017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.807573"], ["updated_at", "2018-10-11 16:42:32.807573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.809181"], ["updated_at", "2018-10-11 16:42:32.809181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.811013"], ["updated_at", "2018-10-11 16:42:32.811013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.812776"], ["updated_at", "2018-10-11 16:42:32.812776"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.814386"], ["updated_at", "2018-10-11 16:42:32.814386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.816014"], ["updated_at", "2018-10-11 16:42:32.816014"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.817715"], ["updated_at", "2018-10-11 16:42:32.817715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.819345"], ["updated_at", "2018-10-11 16:42:32.819345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.820948"], ["updated_at", "2018-10-11 16:42:32.820948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.822547"], ["updated_at", "2018-10-11 16:42:32.822547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.824108"], ["updated_at", "2018-10-11 16:42:32.824108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.825884"], ["updated_at", "2018-10-11 16:42:32.825884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.827638"], ["updated_at", "2018-10-11 16:42:32.827638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.829269"], ["updated_at", "2018-10-11 16:42:32.829269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.830810"], ["updated_at", "2018-10-11 16:42:32.830810"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.832476"], ["updated_at", "2018-10-11 16:42:32.832476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.834481"], ["updated_at", "2018-10-11 16:42:32.834481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.836070"], ["updated_at", "2018-10-11 16:42:32.836070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.837717"], ["updated_at", "2018-10-11 16:42:32.837717"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.839291"], ["updated_at", "2018-10-11 16:42:32.839291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.841041"], ["updated_at", "2018-10-11 16:42:32.841041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.842679"], ["updated_at", "2018-10-11 16:42:32.842679"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.844323"], ["updated_at", "2018-10-11 16:42:32.844323"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.846379"], ["updated_at", "2018-10-11 16:42:32.846379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.849242"], ["updated_at", "2018-10-11 16:42:32.849242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.851279"], ["updated_at", "2018-10-11 16:42:32.851279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.853142"], ["updated_at", "2018-10-11 16:42:32.853142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.854789"], ["updated_at", "2018-10-11 16:42:32.854789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.856340"], ["updated_at", "2018-10-11 16:42:32.856340"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.857926"], ["updated_at", "2018-10-11 16:42:32.857926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.860864"], ["updated_at", "2018-10-11 16:42:32.860864"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.862416"], ["updated_at", "2018-10-11 16:42:32.862416"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.864131"], ["updated_at", "2018-10-11 16:42:32.864131"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.865871"], ["updated_at", "2018-10-11 16:42:32.865871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.867546"], ["updated_at", "2018-10-11 16:42:32.867546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.869163"], ["updated_at", "2018-10-11 16:42:32.869163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.870711"], ["updated_at", "2018-10-11 16:42:32.870711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.872431"], ["updated_at", "2018-10-11 16:42:32.872431"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.874008"], ["updated_at", "2018-10-11 16:42:32.874008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.875803"], ["updated_at", "2018-10-11 16:42:32.875803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.877558"], ["updated_at", "2018-10-11 16:42:32.877558"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.879242"], ["updated_at", "2018-10-11 16:42:32.879242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.880946"], ["updated_at", "2018-10-11 16:42:32.880946"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.882501"], ["updated_at", "2018-10-11 16:42:32.882501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.884192"], ["updated_at", "2018-10-11 16:42:32.884192"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.885844"], ["updated_at", "2018-10-11 16:42:32.885844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.887968"], ["updated_at", "2018-10-11 16:42:32.887968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.889708"], ["updated_at", "2018-10-11 16:42:32.889708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.891368"], ["updated_at", "2018-10-11 16:42:32.891368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.892981"], ["updated_at", "2018-10-11 16:42:32.892981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.894571"], ["updated_at", "2018-10-11 16:42:32.894571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.896434"], ["updated_at", "2018-10-11 16:42:32.896434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.898322"], ["updated_at", "2018-10-11 16:42:32.898322"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.900228"], ["updated_at", "2018-10-11 16:42:32.900228"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.902546"], ["updated_at", "2018-10-11 16:42:32.902546"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.904793"], ["updated_at", "2018-10-11 16:42:32.904793"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.907310"], ["updated_at", "2018-10-11 16:42:32.907310"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.909950"], ["updated_at", "2018-10-11 16:42:32.909950"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.912918"], ["updated_at", "2018-10-11 16:42:32.912918"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.915952"], ["updated_at", "2018-10-11 16:42:32.915952"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.918309"], ["updated_at", "2018-10-11 16:42:32.918309"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.920725"], ["updated_at", "2018-10-11 16:42:32.920725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.922735"], ["updated_at", "2018-10-11 16:42:32.922735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.924235"], ["updated_at", "2018-10-11 16:42:32.924235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.925812"], ["updated_at", "2018-10-11 16:42:32.925812"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.928964"], ["updated_at", "2018-10-11 16:42:32.928964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.930778"], ["updated_at", "2018-10-11 16:42:32.930778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.932415"], ["updated_at", "2018-10-11 16:42:32.932415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.933972"], ["updated_at", "2018-10-11 16:42:32.933972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.935617"], ["updated_at", "2018-10-11 16:42:32.935617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.937162"], ["updated_at", "2018-10-11 16:42:32.937162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.938772"], ["updated_at", "2018-10-11 16:42:32.938772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.940433"], ["updated_at", "2018-10-11 16:42:32.940433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.941980"], ["updated_at", "2018-10-11 16:42:32.941980"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.943596"], ["updated_at", "2018-10-11 16:42:32.943596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.945375"], ["updated_at", "2018-10-11 16:42:32.945375"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.946996"], ["updated_at", "2018-10-11 16:42:32.946996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.948660"], ["updated_at", "2018-10-11 16:42:32.948660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.950356"], ["updated_at", "2018-10-11 16:42:32.950356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.951943"], ["updated_at", "2018-10-11 16:42:32.951943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.953625"], ["updated_at", "2018-10-11 16:42:32.953625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.955825"], ["updated_at", "2018-10-11 16:42:32.955825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.957547"], ["updated_at", "2018-10-11 16:42:32.957547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.959212"], ["updated_at", "2018-10-11 16:42:32.959212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.960756"], ["updated_at", "2018-10-11 16:42:32.960756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.962389"], ["updated_at", "2018-10-11 16:42:32.962389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.963958"], ["updated_at", "2018-10-11 16:42:32.963958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.965583"], ["updated_at", "2018-10-11 16:42:32.965583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.967125"], ["updated_at", "2018-10-11 16:42:32.967125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.968776"], ["updated_at", "2018-10-11 16:42:32.968776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.970424"], ["updated_at", "2018-10-11 16:42:32.970424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.971998"], ["updated_at", "2018-10-11 16:42:32.971998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.973641"], ["updated_at", "2018-10-11 16:42:32.973641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.975188"], ["updated_at", "2018-10-11 16:42:32.975188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.976803"], ["updated_at", "2018-10-11 16:42:32.976803"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.978477"], ["updated_at", "2018-10-11 16:42:32.978477"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.981300"], ["updated_at", "2018-10-11 16:42:32.981300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.983163"], ["updated_at", "2018-10-11 16:42:32.983163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.984830"], ["updated_at", "2018-10-11 16:42:32.984830"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.986470"], ["updated_at", "2018-10-11 16:42:32.986470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.988800"], ["updated_at", "2018-10-11 16:42:32.988800"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.990525"], ["updated_at", "2018-10-11 16:42:32.990525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.993407"], ["updated_at", "2018-10-11 16:42:32.993407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.995183"], ["updated_at", "2018-10-11 16:42:32.995183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.996776"], ["updated_at", "2018-10-11 16:42:32.996776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.998406"], ["updated_at", "2018-10-11 16:42:32.998406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:32.999988"], ["updated_at", "2018-10-11 16:42:32.999988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.001672"], ["updated_at", "2018-10-11 16:42:33.001672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.003251"], ["updated_at", "2018-10-11 16:42:33.003251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.004946"], ["updated_at", "2018-10-11 16:42:33.004946"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.006525"], ["updated_at", "2018-10-11 16:42:33.006525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.008172"], ["updated_at", "2018-10-11 16:42:33.008172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.009767"], ["updated_at", "2018-10-11 16:42:33.009767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.011668"], ["updated_at", "2018-10-11 16:42:33.011668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.013270"], ["updated_at", "2018-10-11 16:42:33.013270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.015008"], ["updated_at", "2018-10-11 16:42:33.015008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.016664"], ["updated_at", "2018-10-11 16:42:33.016664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.018238"], ["updated_at", "2018-10-11 16:42:33.018238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.019864"], ["updated_at", "2018-10-11 16:42:33.019864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.021437"], ["updated_at", "2018-10-11 16:42:33.021437"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.023161"], ["updated_at", "2018-10-11 16:42:33.023161"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.025754"], ["updated_at", "2018-10-11 16:42:33.025754"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.028419"], ["updated_at", "2018-10-11 16:42:33.028419"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.031020"], ["updated_at", "2018-10-11 16:42:33.031020"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.033592"], ["updated_at", "2018-10-11 16:42:33.033592"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.038022"], ["updated_at", "2018-10-11 16:42:33.038022"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.040675"], ["updated_at", "2018-10-11 16:42:33.040675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.043177"], ["updated_at", "2018-10-11 16:42:33.043177"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.044822"], ["updated_at", "2018-10-11 16:42:33.044822"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.046848"], ["updated_at", "2018-10-11 16:42:33.046848"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.049541"], ["updated_at", "2018-10-11 16:42:33.049541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.051587"], ["updated_at", "2018-10-11 16:42:33.051587"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.053203"], ["updated_at", "2018-10-11 16:42:33.053203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.055086"], ["updated_at", "2018-10-11 16:42:33.055086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.056692"], ["updated_at", "2018-10-11 16:42:33.056692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.058397"], ["updated_at", "2018-10-11 16:42:33.058397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.061196"], ["updated_at", "2018-10-11 16:42:33.061196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.062841"], ["updated_at", "2018-10-11 16:42:33.062841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.064388"], ["updated_at", "2018-10-11 16:42:33.064388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.066039"], ["updated_at", "2018-10-11 16:42:33.066039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.067605"], ["updated_at", "2018-10-11 16:42:33.067605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.069273"], ["updated_at", "2018-10-11 16:42:33.069273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.070821"], ["updated_at", "2018-10-11 16:42:33.070821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.072446"], ["updated_at", "2018-10-11 16:42:33.072446"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.074069"], ["updated_at", "2018-10-11 16:42:33.074069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.075733"], ["updated_at", "2018-10-11 16:42:33.075733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.077377"], ["updated_at", "2018-10-11 16:42:33.077377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.078985"], ["updated_at", "2018-10-11 16:42:33.078985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.080618"], ["updated_at", "2018-10-11 16:42:33.080618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.082197"], ["updated_at", "2018-10-11 16:42:33.082197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.083834"], ["updated_at", "2018-10-11 16:42:33.083834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.085636"], ["updated_at", "2018-10-11 16:42:33.085636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.087322"], ["updated_at", "2018-10-11 16:42:33.087322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.088875"], ["updated_at", "2018-10-11 16:42:33.088875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.090511"], ["updated_at", "2018-10-11 16:42:33.090511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.092133"], ["updated_at", "2018-10-11 16:42:33.092133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.093736"], ["updated_at", "2018-10-11 16:42:33.093736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.095294"], ["updated_at", "2018-10-11 16:42:33.095294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.096851"], ["updated_at", "2018-10-11 16:42:33.096851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.098501"], ["updated_at", "2018-10-11 16:42:33.098501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.100086"], ["updated_at", "2018-10-11 16:42:33.100086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.101665"], ["updated_at", "2018-10-11 16:42:33.101665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.103231"], ["updated_at", "2018-10-11 16:42:33.103231"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.104788"], ["updated_at", "2018-10-11 16:42:33.104788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.106438"], ["updated_at", "2018-10-11 16:42:33.106438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.108018"], ["updated_at", "2018-10-11 16:42:33.108018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.109602"], ["updated_at", "2018-10-11 16:42:33.109602"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.111183"], ["updated_at", "2018-10-11 16:42:33.111183"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.113568"], ["updated_at", "2018-10-11 16:42:33.113568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.116173"], ["updated_at", "2018-10-11 16:42:33.116173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.117945"], ["updated_at", "2018-10-11 16:42:33.117945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.119658"], ["updated_at", "2018-10-11 16:42:33.119658"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.121302"], ["updated_at", "2018-10-11 16:42:33.121302"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.122847"], ["updated_at", "2018-10-11 16:42:33.122847"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.124511"], ["updated_at", "2018-10-11 16:42:33.124511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.127138"], ["updated_at", "2018-10-11 16:42:33.127138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.128758"], ["updated_at", "2018-10-11 16:42:33.128758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.130353"], ["updated_at", "2018-10-11 16:42:33.130353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.131912"], ["updated_at", "2018-10-11 16:42:33.131912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.133526"], ["updated_at", "2018-10-11 16:42:33.133526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.135068"], ["updated_at", "2018-10-11 16:42:33.135068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.136667"], ["updated_at", "2018-10-11 16:42:33.136667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.138238"], ["updated_at", "2018-10-11 16:42:33.138238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.139870"], ["updated_at", "2018-10-11 16:42:33.139870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.141466"], ["updated_at", "2018-10-11 16:42:33.141466"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.143050"], ["updated_at", "2018-10-11 16:42:33.143050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.144724"], ["updated_at", "2018-10-11 16:42:33.144724"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.146274"], ["updated_at", "2018-10-11 16:42:33.146274"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.148225"], ["updated_at", "2018-10-11 16:42:33.148225"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.150737"], ["updated_at", "2018-10-11 16:42:33.150737"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.153240"], ["updated_at", "2018-10-11 16:42:33.153240"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.155821"], ["updated_at", "2018-10-11 16:42:33.155821"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.158122"], ["updated_at", "2018-10-11 16:42:33.158122"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.160787"], ["updated_at", "2018-10-11 16:42:33.160787"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.163413"], ["updated_at", "2018-10-11 16:42:33.163413"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.166041"], ["updated_at", "2018-10-11 16:42:33.166041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.168347"], ["updated_at", "2018-10-11 16:42:33.168347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.170008"], ["updated_at", "2018-10-11 16:42:33.170008"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.171577"], ["updated_at", "2018-10-11 16:42:33.171577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.173230"], ["updated_at", "2018-10-11 16:42:33.173230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.174794"], ["updated_at", "2018-10-11 16:42:33.174794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.176415"], ["updated_at", "2018-10-11 16:42:33.176415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.178030"], ["updated_at", "2018-10-11 16:42:33.178030"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.179660"], ["updated_at", "2018-10-11 16:42:33.179660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.182339"], ["updated_at", "2018-10-11 16:42:33.182339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.184177"], ["updated_at", "2018-10-11 16:42:33.184177"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.185834"], ["updated_at", "2018-10-11 16:42:33.185834"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.188007"], ["updated_at", "2018-10-11 16:42:33.188007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.189783"], ["updated_at", "2018-10-11 16:42:33.189783"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.191556"], ["updated_at", "2018-10-11 16:42:33.191556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.194435"], ["updated_at", "2018-10-11 16:42:33.194435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.196073"], ["updated_at", "2018-10-11 16:42:33.196073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.197671"], ["updated_at", "2018-10-11 16:42:33.197671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.199329"], ["updated_at", "2018-10-11 16:42:33.199329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.200970"], ["updated_at", "2018-10-11 16:42:33.200970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.202595"], ["updated_at", "2018-10-11 16:42:33.202595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.204142"], ["updated_at", "2018-10-11 16:42:33.204142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.205765"], ["updated_at", "2018-10-11 16:42:33.205765"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.207330"], ["updated_at", "2018-10-11 16:42:33.207330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.208996"], ["updated_at", "2018-10-11 16:42:33.208996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.210707"], ["updated_at", "2018-10-11 16:42:33.210707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.212320"], ["updated_at", "2018-10-11 16:42:33.212320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.213939"], ["updated_at", "2018-10-11 16:42:33.213939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.215507"], ["updated_at", "2018-10-11 16:42:33.215507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.217139"], ["updated_at", "2018-10-11 16:42:33.217139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.218687"], ["updated_at", "2018-10-11 16:42:33.218687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.220307"], ["updated_at", "2018-10-11 16:42:33.220307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.221902"], ["updated_at", "2018-10-11 16:42:33.221902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.223583"], ["updated_at", "2018-10-11 16:42:33.223583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.225141"], ["updated_at", "2018-10-11 16:42:33.225141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.226758"], ["updated_at", "2018-10-11 16:42:33.226758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.228337"], ["updated_at", "2018-10-11 16:42:33.228337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.229946"], ["updated_at", "2018-10-11 16:42:33.229946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.231516"], ["updated_at", "2018-10-11 16:42:33.231516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.233150"], ["updated_at", "2018-10-11 16:42:33.233150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.234757"], ["updated_at", "2018-10-11 16:42:33.234757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.236337"], ["updated_at", "2018-10-11 16:42:33.236337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.237994"], ["updated_at", "2018-10-11 16:42:33.237994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.239575"], ["updated_at", "2018-10-11 16:42:33.239575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.241176"], ["updated_at", "2018-10-11 16:42:33.241176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.242764"], ["updated_at", "2018-10-11 16:42:33.242764"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.244390"], ["updated_at", "2018-10-11 16:42:33.244390"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.246429"], ["updated_at", "2018-10-11 16:42:33.246429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.249034"], ["updated_at", "2018-10-11 16:42:33.249034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.250802"], ["updated_at", "2018-10-11 16:42:33.250802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.252383"], ["updated_at", "2018-10-11 16:42:33.252383"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.254025"], ["updated_at", "2018-10-11 16:42:33.254025"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.255592"], ["updated_at", "2018-10-11 16:42:33.255592"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.257223"], ["updated_at", "2018-10-11 16:42:33.257223"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.260149"], ["updated_at", "2018-10-11 16:42:33.260149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.261821"], ["updated_at", "2018-10-11 16:42:33.261821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.263468"], ["updated_at", "2018-10-11 16:42:33.263468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.265085"], ["updated_at", "2018-10-11 16:42:33.265085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.266710"], ["updated_at", "2018-10-11 16:42:33.266710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.268248"], ["updated_at", "2018-10-11 16:42:33.268248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.269815"], ["updated_at", "2018-10-11 16:42:33.269815"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.271609"], ["updated_at", "2018-10-11 16:42:33.271609"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.274214"], ["updated_at", "2018-10-11 16:42:33.274214"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.276842"], ["updated_at", "2018-10-11 16:42:33.276842"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.279465"], ["updated_at", "2018-10-11 16:42:33.279465"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.282066"], ["updated_at", "2018-10-11 16:42:33.282066"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.284737"], ["updated_at", "2018-10-11 16:42:33.284737"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.287352"], ["updated_at", "2018-10-11 16:42:33.287352"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.290213"], ["updated_at", "2018-10-11 16:42:33.290213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.292293"], ["updated_at", "2018-10-11 16:42:33.292293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.293901"], ["updated_at", "2018-10-11 16:42:33.293901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.295492"], ["updated_at", "2018-10-11 16:42:33.295492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.297121"], ["updated_at", "2018-10-11 16:42:33.297121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.298692"], ["updated_at", "2018-10-11 16:42:33.298692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.300340"], ["updated_at", "2018-10-11 16:42:33.300340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.301983"], ["updated_at", "2018-10-11 16:42:33.301983"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.303624"], ["updated_at", "2018-10-11 16:42:33.303624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.305706"], ["updated_at", "2018-10-11 16:42:33.305706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.307387"], ["updated_at", "2018-10-11 16:42:33.307387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.308978"], ["updated_at", "2018-10-11 16:42:33.308978"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.310530"], ["updated_at", "2018-10-11 16:42:33.310530"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.312184"], ["updated_at", "2018-10-11 16:42:33.312184"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.314698"], ["updated_at", "2018-10-11 16:42:33.314698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.316710"], ["updated_at", "2018-10-11 16:42:33.316710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.318422"], ["updated_at", "2018-10-11 16:42:33.318422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.320074"], ["updated_at", "2018-10-11 16:42:33.320074"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.321656"], ["updated_at", "2018-10-11 16:42:33.321656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.323208"], ["updated_at", "2018-10-11 16:42:33.323208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.326151"], ["updated_at", "2018-10-11 16:42:33.326151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.327841"], ["updated_at", "2018-10-11 16:42:33.327841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.329414"], ["updated_at", "2018-10-11 16:42:33.329414"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.331001"], ["updated_at", "2018-10-11 16:42:33.331001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.332631"], ["updated_at", "2018-10-11 16:42:33.332631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.334238"], ["updated_at", "2018-10-11 16:42:33.334238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.335852"], ["updated_at", "2018-10-11 16:42:33.335852"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.337437"], ["updated_at", "2018-10-11 16:42:33.337437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.339094"], ["updated_at", "2018-10-11 16:42:33.339094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.340664"], ["updated_at", "2018-10-11 16:42:33.340664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.342309"], ["updated_at", "2018-10-11 16:42:33.342309"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.343889"], ["updated_at", "2018-10-11 16:42:33.343889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.345681"], ["updated_at", "2018-10-11 16:42:33.345681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.347333"], ["updated_at", "2018-10-11 16:42:33.347333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.348989"], ["updated_at", "2018-10-11 16:42:33.348989"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.350588"], ["updated_at", "2018-10-11 16:42:33.350588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.352384"], ["updated_at", "2018-10-11 16:42:33.352384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.354026"], ["updated_at", "2018-10-11 16:42:33.354026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.355645"], ["updated_at", "2018-10-11 16:42:33.355645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.357238"], ["updated_at", "2018-10-11 16:42:33.357238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.358901"], ["updated_at", "2018-10-11 16:42:33.358901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.360475"], ["updated_at", "2018-10-11 16:42:33.360475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.362106"], ["updated_at", "2018-10-11 16:42:33.362106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.363678"], ["updated_at", "2018-10-11 16:42:33.363678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.365347"], ["updated_at", "2018-10-11 16:42:33.365347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.366918"], ["updated_at", "2018-10-11 16:42:33.366918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.368569"], ["updated_at", "2018-10-11 16:42:33.368569"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.370155"], ["updated_at", "2018-10-11 16:42:33.370155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.371817"], ["updated_at", "2018-10-11 16:42:33.371817"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.373466"], ["updated_at", "2018-10-11 16:42:33.373466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.376322"], ["updated_at", "2018-10-11 16:42:33.376322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.377960"], ["updated_at", "2018-10-11 16:42:33.377960"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.379650"], ["updated_at", "2018-10-11 16:42:33.379650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.382369"], ["updated_at", "2018-10-11 16:42:33.382369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.384234"], ["updated_at", "2018-10-11 16:42:33.384234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.385887"], ["updated_at", "2018-10-11 16:42:33.385887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.387506"], ["updated_at", "2018-10-11 16:42:33.387506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.389310"], ["updated_at", "2018-10-11 16:42:33.389310"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.390954"], ["updated_at", "2018-10-11 16:42:33.390954"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.394303"], ["updated_at", "2018-10-11 16:42:33.394303"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.396910"], ["updated_at", "2018-10-11 16:42:33.396910"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.399586"], ["updated_at", "2018-10-11 16:42:33.399586"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.402101"], ["updated_at", "2018-10-11 16:42:33.402101"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.404778"], ["updated_at", "2018-10-11 16:42:33.404778"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.407332"], ["updated_at", "2018-10-11 16:42:33.407332"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.409816"], ["updated_at", "2018-10-11 16:42:33.409816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.412416"], ["updated_at", "2018-10-11 16:42:33.412416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.414139"], ["updated_at", "2018-10-11 16:42:33.414139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.415749"], ["updated_at", "2018-10-11 16:42:33.415749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.417293"], ["updated_at", "2018-10-11 16:42:33.417293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.418927"], ["updated_at", "2018-10-11 16:42:33.418927"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.420493"], ["updated_at", "2018-10-11 16:42:33.420493"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.422112"], ["updated_at", "2018-10-11 16:42:33.422112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.423848"], ["updated_at", "2018-10-11 16:42:33.423848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.425434"], ["updated_at", "2018-10-11 16:42:33.425434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.427060"], ["updated_at", "2018-10-11 16:42:33.427060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.428608"], ["updated_at", "2018-10-11 16:42:33.428608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.430212"], ["updated_at", "2018-10-11 16:42:33.430212"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.431762"], ["updated_at", "2018-10-11 16:42:33.431762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.434135"], ["updated_at", "2018-10-11 16:42:33.434135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.435784"], ["updated_at", "2018-10-11 16:42:33.435784"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.437356"], ["updated_at", "2018-10-11 16:42:33.437356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.439070"], ["updated_at", "2018-10-11 16:42:33.439070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.440669"], ["updated_at", "2018-10-11 16:42:33.440669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.442246"], ["updated_at", "2018-10-11 16:42:33.442246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.443857"], ["updated_at", "2018-10-11 16:42:33.443857"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.445831"], ["updated_at", "2018-10-11 16:42:33.445831"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.448412"], ["updated_at", "2018-10-11 16:42:33.448412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.450249"], ["updated_at", "2018-10-11 16:42:33.450249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.451923"], ["updated_at", "2018-10-11 16:42:33.451923"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.453502"], ["updated_at", "2018-10-11 16:42:33.453502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.455091"], ["updated_at", "2018-10-11 16:42:33.455091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.456633"], ["updated_at", "2018-10-11 16:42:33.456633"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.459380"], ["updated_at", "2018-10-11 16:42:33.459380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.461096"], ["updated_at", "2018-10-11 16:42:33.461096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.462687"], ["updated_at", "2018-10-11 16:42:33.462687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.464300"], ["updated_at", "2018-10-11 16:42:33.464300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.465919"], ["updated_at", "2018-10-11 16:42:33.465919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.467473"], ["updated_at", "2018-10-11 16:42:33.467473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.469152"], ["updated_at", "2018-10-11 16:42:33.469152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.470800"], ["updated_at", "2018-10-11 16:42:33.470800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.472424"], ["updated_at", "2018-10-11 16:42:33.472424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.473999"], ["updated_at", "2018-10-11 16:42:33.473999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.475666"], ["updated_at", "2018-10-11 16:42:33.475666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.477223"], ["updated_at", "2018-10-11 16:42:33.477223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.478903"], ["updated_at", "2018-10-11 16:42:33.478903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.480509"], ["updated_at", "2018-10-11 16:42:33.480509"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.482066"], ["updated_at", "2018-10-11 16:42:33.482066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.483683"], ["updated_at", "2018-10-11 16:42:33.483683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.485243"], ["updated_at", "2018-10-11 16:42:33.485243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.486938"], ["updated_at", "2018-10-11 16:42:33.486938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.488525"], ["updated_at", "2018-10-11 16:42:33.488525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.490075"], ["updated_at", "2018-10-11 16:42:33.490075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.491683"], ["updated_at", "2018-10-11 16:42:33.491683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.493243"], ["updated_at", "2018-10-11 16:42:33.493243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.494895"], ["updated_at", "2018-10-11 16:42:33.494895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.496473"], ["updated_at", "2018-10-11 16:42:33.496473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.498200"], ["updated_at", "2018-10-11 16:42:33.498200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.499810"], ["updated_at", "2018-10-11 16:42:33.499810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.501433"], ["updated_at", "2018-10-11 16:42:33.501433"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.502978"], ["updated_at", "2018-10-11 16:42:33.502978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.504646"], ["updated_at", "2018-10-11 16:42:33.504646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.506187"], ["updated_at", "2018-10-11 16:42:33.506187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.507805"], ["updated_at", "2018-10-11 16:42:33.507805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.509377"], ["updated_at", "2018-10-11 16:42:33.509377"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.510950"], ["updated_at", "2018-10-11 16:42:33.510950"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.513570"], ["updated_at", "2018-10-11 16:42:33.513570"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.516002"], ["updated_at", "2018-10-11 16:42:33.516002"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.518090"], ["updated_at", "2018-10-11 16:42:33.518090"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.520067"], ["updated_at", "2018-10-11 16:42:33.520067"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.522098"], ["updated_at", "2018-10-11 16:42:33.522098"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.524097"], ["updated_at", "2018-10-11 16:42:33.524097"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.525985"], ["updated_at", "2018-10-11 16:42:33.525985"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.531007"], ["updated_at", "2018-10-11 16:42:33.531007"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.533564"], ["updated_at", "2018-10-11 16:42:33.533564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.536132"], ["updated_at", "2018-10-11 16:42:33.536132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.537766"], ["updated_at", "2018-10-11 16:42:33.537766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.539332"], ["updated_at", "2018-10-11 16:42:33.539332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.540912"], ["updated_at", "2018-10-11 16:42:33.540912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.542545"], ["updated_at", "2018-10-11 16:42:33.542545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.544231"], ["updated_at", "2018-10-11 16:42:33.544231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.545842"], ["updated_at", "2018-10-11 16:42:33.545842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.547423"], ["updated_at", "2018-10-11 16:42:33.547423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.549059"], ["updated_at", "2018-10-11 16:42:33.549059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.550622"], ["updated_at", "2018-10-11 16:42:33.550622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.552219"], ["updated_at", "2018-10-11 16:42:33.552219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.553767"], ["updated_at", "2018-10-11 16:42:33.553767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.555423"], ["updated_at", "2018-10-11 16:42:33.555423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.556969"], ["updated_at", "2018-10-11 16:42:33.556969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.558544"], ["updated_at", "2018-10-11 16:42:33.558544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.560105"], ["updated_at", "2018-10-11 16:42:33.560105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.561714"], ["updated_at", "2018-10-11 16:42:33.561714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.563255"], ["updated_at", "2018-10-11 16:42:33.563255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.564860"], ["updated_at", "2018-10-11 16:42:33.564860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.566432"], ["updated_at", "2018-10-11 16:42:33.566432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.568061"], ["updated_at", "2018-10-11 16:42:33.568061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.569640"], ["updated_at", "2018-10-11 16:42:33.569640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.571266"], ["updated_at", "2018-10-11 16:42:33.571266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.572878"], ["updated_at", "2018-10-11 16:42:33.572878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.574538"], ["updated_at", "2018-10-11 16:42:33.574538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.576081"], ["updated_at", "2018-10-11 16:42:33.576081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.577728"], ["updated_at", "2018-10-11 16:42:33.577728"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.579876"], ["updated_at", "2018-10-11 16:42:33.579876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.582547"], ["updated_at", "2018-10-11 16:42:33.582547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.584248"], ["updated_at", "2018-10-11 16:42:33.584248"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.585890"], ["updated_at", "2018-10-11 16:42:33.585890"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.587491"], ["updated_at", "2018-10-11 16:42:33.587491"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.589259"], ["updated_at", "2018-10-11 16:42:33.589259"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.592824"], ["updated_at", "2018-10-11 16:42:33.592824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.595356"], ["updated_at", "2018-10-11 16:42:33.595356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.597147"], ["updated_at", "2018-10-11 16:42:33.597147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.598776"], ["updated_at", "2018-10-11 16:42:33.598776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.600382"], ["updated_at", "2018-10-11 16:42:33.600382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.602012"], ["updated_at", "2018-10-11 16:42:33.602012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.603572"], ["updated_at", "2018-10-11 16:42:33.603572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.605174"], ["updated_at", "2018-10-11 16:42:33.605174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.606732"], ["updated_at", "2018-10-11 16:42:33.606732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.608426"], ["updated_at", "2018-10-11 16:42:33.608426"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.610072"], ["updated_at", "2018-10-11 16:42:33.610072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.611832"], ["updated_at", "2018-10-11 16:42:33.611832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.613384"], ["updated_at", "2018-10-11 16:42:33.613384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.615094"], ["updated_at", "2018-10-11 16:42:33.615094"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.616664"], ["updated_at", "2018-10-11 16:42:33.616664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.618295"], ["updated_at", "2018-10-11 16:42:33.618295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.619846"], ["updated_at", "2018-10-11 16:42:33.619846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.621493"], ["updated_at", "2018-10-11 16:42:33.621493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.623145"], ["updated_at", "2018-10-11 16:42:33.623145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.624789"], ["updated_at", "2018-10-11 16:42:33.624789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.626497"], ["updated_at", "2018-10-11 16:42:33.626497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.628090"], ["updated_at", "2018-10-11 16:42:33.628090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.629789"], ["updated_at", "2018-10-11 16:42:33.629789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.631375"], ["updated_at", "2018-10-11 16:42:33.631375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.633014"], ["updated_at", "2018-10-11 16:42:33.633014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.634560"], ["updated_at", "2018-10-11 16:42:33.634560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.636206"], ["updated_at", "2018-10-11 16:42:33.636206"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.637984"], ["updated_at", "2018-10-11 16:42:33.637984"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.640642"], ["updated_at", "2018-10-11 16:42:33.640642"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.643259"], ["updated_at", "2018-10-11 16:42:33.643259"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.645667"], ["updated_at", "2018-10-11 16:42:33.645667"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.648315"], ["updated_at", "2018-10-11 16:42:33.648315"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.650417"], ["updated_at", "2018-10-11 16:42:33.650417"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.652406"], ["updated_at", "2018-10-11 16:42:33.652406"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.654869"], ["updated_at", "2018-10-11 16:42:33.654869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.657038"], ["updated_at", "2018-10-11 16:42:33.657038"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.658817"], ["updated_at", "2018-10-11 16:42:33.658817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.663346"], ["updated_at", "2018-10-11 16:42:33.663346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.664932"], ["updated_at", "2018-10-11 16:42:33.664932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.666565"], ["updated_at", "2018-10-11 16:42:33.666565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.668116"], ["updated_at", "2018-10-11 16:42:33.668116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.669867"], ["updated_at", "2018-10-11 16:42:33.669867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.671747"], ["updated_at", "2018-10-11 16:42:33.671747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.673448"], ["updated_at", "2018-10-11 16:42:33.673448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.675155"], ["updated_at", "2018-10-11 16:42:33.675155"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.676802"], ["updated_at", "2018-10-11 16:42:33.676802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.678551"], ["updated_at", "2018-10-11 16:42:33.678551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.680150"], ["updated_at", "2018-10-11 16:42:33.680150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.681810"], ["updated_at", "2018-10-11 16:42:33.681810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.683527"], ["updated_at", "2018-10-11 16:42:33.683527"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.685318"], ["updated_at", "2018-10-11 16:42:33.685318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.687649"], ["updated_at", "2018-10-11 16:42:33.687649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.689543"], ["updated_at", "2018-10-11 16:42:33.689543"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.691332"], ["updated_at", "2018-10-11 16:42:33.691332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.693234"], ["updated_at", "2018-10-11 16:42:33.693234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.694906"], ["updated_at", "2018-10-11 16:42:33.694906"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.696930"], ["updated_at", "2018-10-11 16:42:33.696930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.699156"], ["updated_at", "2018-10-11 16:42:33.699156"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.701050"], ["updated_at", "2018-10-11 16:42:33.701050"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.702698"], ["updated_at", "2018-10-11 16:42:33.702698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.705076"], ["updated_at", "2018-10-11 16:42:33.705076"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.706788"], ["updated_at", "2018-10-11 16:42:33.706788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.708711"], ["updated_at", "2018-10-11 16:42:33.708711"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.710359"], ["updated_at", "2018-10-11 16:42:33.710359"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.712162"], ["updated_at", "2018-10-11 16:42:33.712162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.714934"], ["updated_at", "2018-10-11 16:42:33.714934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.716858"], ["updated_at", "2018-10-11 16:42:33.716858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.718490"], ["updated_at", "2018-10-11 16:42:33.718490"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.720131"], ["updated_at", "2018-10-11 16:42:33.720131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.721691"], ["updated_at", "2018-10-11 16:42:33.721691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.725721"], ["updated_at", "2018-10-11 16:42:33.725721"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.727332"], ["updated_at", "2018-10-11 16:42:33.727332"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.729068"], ["updated_at", "2018-10-11 16:42:33.729068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.730793"], ["updated_at", "2018-10-11 16:42:33.730793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.732369"], ["updated_at", "2018-10-11 16:42:33.732369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.734004"], ["updated_at", "2018-10-11 16:42:33.734004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.735667"], ["updated_at", "2018-10-11 16:42:33.735667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.737267"], ["updated_at", "2018-10-11 16:42:33.737267"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.738900"], ["updated_at", "2018-10-11 16:42:33.738900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.740546"], ["updated_at", "2018-10-11 16:42:33.740546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.742182"], ["updated_at", "2018-10-11 16:42:33.742182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.744086"], ["updated_at", "2018-10-11 16:42:33.744086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.745909"], ["updated_at", "2018-10-11 16:42:33.745909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.747557"], ["updated_at", "2018-10-11 16:42:33.747557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.749157"], ["updated_at", "2018-10-11 16:42:33.749157"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.750705"], ["updated_at", "2018-10-11 16:42:33.750705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.752368"], ["updated_at", "2018-10-11 16:42:33.752368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.753940"], ["updated_at", "2018-10-11 16:42:33.753940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.755509"], ["updated_at", "2018-10-11 16:42:33.755509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.757053"], ["updated_at", "2018-10-11 16:42:33.757053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.758650"], ["updated_at", "2018-10-11 16:42:33.758650"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.760434"], ["updated_at", "2018-10-11 16:42:33.760434"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.763026"], ["updated_at", "2018-10-11 16:42:33.763026"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.765725"], ["updated_at", "2018-10-11 16:42:33.765725"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.768349"], ["updated_at", "2018-10-11 16:42:33.768349"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.771170"], ["updated_at", "2018-10-11 16:42:33.771170"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.773801"], ["updated_at", "2018-10-11 16:42:33.773801"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.776445"], ["updated_at", "2018-10-11 16:42:33.776445"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.779178"], ["updated_at", "2018-10-11 16:42:33.779178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.781971"], ["updated_at", "2018-10-11 16:42:33.781971"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.783839"], ["updated_at", "2018-10-11 16:42:33.783839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.785453"], ["updated_at", "2018-10-11 16:42:33.785453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.787566"], ["updated_at", "2018-10-11 16:42:33.787566"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.789358"], ["updated_at", "2018-10-11 16:42:33.789358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.791060"], ["updated_at", "2018-10-11 16:42:33.791060"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.794442"], ["updated_at", "2018-10-11 16:42:33.794442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.796132"], ["updated_at", "2018-10-11 16:42:33.796132"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.798093"], ["updated_at", "2018-10-11 16:42:33.798093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.799773"], ["updated_at", "2018-10-11 16:42:33.799773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.801418"], ["updated_at", "2018-10-11 16:42:33.801418"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.803041"], ["updated_at", "2018-10-11 16:42:33.803041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.804856"], ["updated_at", "2018-10-11 16:42:33.804856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.806483"], ["updated_at", "2018-10-11 16:42:33.806483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.808121"], ["updated_at", "2018-10-11 16:42:33.808121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.809658"], ["updated_at", "2018-10-11 16:42:33.809658"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.811269"], ["updated_at", "2018-10-11 16:42:33.811269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.812955"], ["updated_at", "2018-10-11 16:42:33.812955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.814714"], ["updated_at", "2018-10-11 16:42:33.814714"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.816409"], ["updated_at", "2018-10-11 16:42:33.816409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.818203"], ["updated_at", "2018-10-11 16:42:33.818203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.819839"], ["updated_at", "2018-10-11 16:42:33.819839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.821390"], ["updated_at", "2018-10-11 16:42:33.821390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.823114"], ["updated_at", "2018-10-11 16:42:33.823114"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.824816"], ["updated_at", "2018-10-11 16:42:33.824816"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.826542"], ["updated_at", "2018-10-11 16:42:33.826542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.828524"], ["updated_at", "2018-10-11 16:42:33.828524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.830115"], ["updated_at", "2018-10-11 16:42:33.830115"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.831726"], ["updated_at", "2018-10-11 16:42:33.831726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.833348"], ["updated_at", "2018-10-11 16:42:33.833348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.835028"], ["updated_at", "2018-10-11 16:42:33.835028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.836643"], ["updated_at", "2018-10-11 16:42:33.836643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.838226"], ["updated_at", "2018-10-11 16:42:33.838226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.839894"], ["updated_at", "2018-10-11 16:42:33.839894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.841489"], ["updated_at", "2018-10-11 16:42:33.841489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.843110"], ["updated_at", "2018-10-11 16:42:33.843110"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.844815"], ["updated_at", "2018-10-11 16:42:33.844815"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.846755"], ["updated_at", "2018-10-11 16:42:33.846755"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.850244"], ["updated_at", "2018-10-11 16:42:33.850244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.852110"], ["updated_at", "2018-10-11 16:42:33.852110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.853961"], ["updated_at", "2018-10-11 16:42:33.853961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.855592"], ["updated_at", "2018-10-11 16:42:33.855592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.857302"], ["updated_at", "2018-10-11 16:42:33.857302"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.858904"], ["updated_at", "2018-10-11 16:42:33.858904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.861923"], ["updated_at", "2018-10-11 16:42:33.861923"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.863528"], ["updated_at", "2018-10-11 16:42:33.863528"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.865267"], ["updated_at", "2018-10-11 16:42:33.865267"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.867001"], ["updated_at", "2018-10-11 16:42:33.867001"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.868764"], ["updated_at", "2018-10-11 16:42:33.868764"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.870416"], ["updated_at", "2018-10-11 16:42:33.870416"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.872105"], ["updated_at", "2018-10-11 16:42:33.872105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.873744"], ["updated_at", "2018-10-11 16:42:33.873744"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.875307"], ["updated_at", "2018-10-11 16:42:33.875307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.876974"], ["updated_at", "2018-10-11 16:42:33.876974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.878599"], ["updated_at", "2018-10-11 16:42:33.878599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.880295"], ["updated_at", "2018-10-11 16:42:33.880295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.881931"], ["updated_at", "2018-10-11 16:42:33.881931"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.883514"], ["updated_at", "2018-10-11 16:42:33.883514"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.885232"], ["updated_at", "2018-10-11 16:42:33.885232"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.888343"], ["updated_at", "2018-10-11 16:42:33.888343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.890439"], ["updated_at", "2018-10-11 16:42:33.890439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.892470"], ["updated_at", "2018-10-11 16:42:33.892470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.894346"], ["updated_at", "2018-10-11 16:42:33.894346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.896348"], ["updated_at", "2018-10-11 16:42:33.896348"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.898323"], ["updated_at", "2018-10-11 16:42:33.898323"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.900725"], ["updated_at", "2018-10-11 16:42:33.900725"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.903496"], ["updated_at", "2018-10-11 16:42:33.903496"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.905603"], ["updated_at", "2018-10-11 16:42:33.905603"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.907571"], ["updated_at", "2018-10-11 16:42:33.907571"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.909824"], ["updated_at", "2018-10-11 16:42:33.909824"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.911600"], ["updated_at", "2018-10-11 16:42:33.911600"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.913693"], ["updated_at", "2018-10-11 16:42:33.913693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.916362"], ["updated_at", "2018-10-11 16:42:33.916362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.918074"], ["updated_at", "2018-10-11 16:42:33.918074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.919867"], ["updated_at", "2018-10-11 16:42:33.919867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.921479"], ["updated_at", "2018-10-11 16:42:33.921479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.923147"], ["updated_at", "2018-10-11 16:42:33.923147"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.924874"], ["updated_at", "2018-10-11 16:42:33.924874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.927872"], ["updated_at", "2018-10-11 16:42:33.927872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.929520"], ["updated_at", "2018-10-11 16:42:33.929520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.931147"], ["updated_at", "2018-10-11 16:42:33.931147"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.933017"], ["updated_at", "2018-10-11 16:42:33.933017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.934771"], ["updated_at", "2018-10-11 16:42:33.934771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.936394"], ["updated_at", "2018-10-11 16:42:33.936394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.937952"], ["updated_at", "2018-10-11 16:42:33.937952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.939554"], ["updated_at", "2018-10-11 16:42:33.939554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.941179"], ["updated_at", "2018-10-11 16:42:33.941179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.942829"], ["updated_at", "2018-10-11 16:42:33.942829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.944528"], ["updated_at", "2018-10-11 16:42:33.944528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.946105"], ["updated_at", "2018-10-11 16:42:33.946105"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.947668"], ["updated_at", "2018-10-11 16:42:33.947668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.949304"], ["updated_at", "2018-10-11 16:42:33.949304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.950862"], ["updated_at", "2018-10-11 16:42:33.950862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.952644"], ["updated_at", "2018-10-11 16:42:33.952644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.954252"], ["updated_at", "2018-10-11 16:42:33.954252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.955894"], ["updated_at", "2018-10-11 16:42:33.955894"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.957641"], ["updated_at", "2018-10-11 16:42:33.957641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.959343"], ["updated_at", "2018-10-11 16:42:33.959343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.961015"], ["updated_at", "2018-10-11 16:42:33.961015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.962625"], ["updated_at", "2018-10-11 16:42:33.962625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.964152"], ["updated_at", "2018-10-11 16:42:33.964152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.965912"], ["updated_at", "2018-10-11 16:42:33.965912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.967562"], ["updated_at", "2018-10-11 16:42:33.967562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.969165"], ["updated_at", "2018-10-11 16:42:33.969165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.970705"], ["updated_at", "2018-10-11 16:42:33.970705"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.972352"], ["updated_at", "2018-10-11 16:42:33.972352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.974035"], ["updated_at", "2018-10-11 16:42:33.974035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.975661"], ["updated_at", "2018-10-11 16:42:33.975661"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.977210"], ["updated_at", "2018-10-11 16:42:33.977210"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.979267"], ["updated_at", "2018-10-11 16:42:33.979267"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.981835"], ["updated_at", "2018-10-11 16:42:33.981835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.983684"], ["updated_at", "2018-10-11 16:42:33.983684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.985315"], ["updated_at", "2018-10-11 16:42:33.985315"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.986943"], ["updated_at", "2018-10-11 16:42:33.986943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.988828"], ["updated_at", "2018-10-11 16:42:33.988828"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.990538"], ["updated_at", "2018-10-11 16:42:33.990538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.993413"], ["updated_at", "2018-10-11 16:42:33.993413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.995127"], ["updated_at", "2018-10-11 16:42:33.995127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.996860"], ["updated_at", "2018-10-11 16:42:33.996860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:33.998468"], ["updated_at", "2018-10-11 16:42:33.998468"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.000091"], ["updated_at", "2018-10-11 16:42:34.000091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.002283"], ["updated_at", "2018-10-11 16:42:34.002283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.003891"], ["updated_at", "2018-10-11 16:42:34.003891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.005495"], ["updated_at", "2018-10-11 16:42:34.005495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.007054"], ["updated_at", "2018-10-11 16:42:34.007054"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.008967"], ["updated_at", "2018-10-11 16:42:34.008967"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.011601"], ["updated_at", "2018-10-11 16:42:34.011601"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.014136"], ["updated_at", "2018-10-11 16:42:34.014136"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.016619"], ["updated_at", "2018-10-11 16:42:34.016619"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.019274"], ["updated_at", "2018-10-11 16:42:34.019274"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.021844"], ["updated_at", "2018-10-11 16:42:34.021844"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.024504"], ["updated_at", "2018-10-11 16:42:34.024504"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.027140"], ["updated_at", "2018-10-11 16:42:34.027140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.029103"], ["updated_at", "2018-10-11 16:42:34.029103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.030733"], ["updated_at", "2018-10-11 16:42:34.030733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.032322"], ["updated_at", "2018-10-11 16:42:34.032322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.033958"], ["updated_at", "2018-10-11 16:42:34.033958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.035587"], ["updated_at", "2018-10-11 16:42:34.035587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.037167"], ["updated_at", "2018-10-11 16:42:34.037167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.038801"], ["updated_at", "2018-10-11 16:42:34.038801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.040381"], ["updated_at", "2018-10-11 16:42:34.040381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.042035"], ["updated_at", "2018-10-11 16:42:34.042035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.043620"], ["updated_at", "2018-10-11 16:42:34.043620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.045230"], ["updated_at", "2018-10-11 16:42:34.045230"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.047299"], ["updated_at", "2018-10-11 16:42:34.047299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.049813"], ["updated_at", "2018-10-11 16:42:34.049813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.051745"], ["updated_at", "2018-10-11 16:42:34.051745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.053439"], ["updated_at", "2018-10-11 16:42:34.053439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.055087"], ["updated_at", "2018-10-11 16:42:34.055087"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.056668"], ["updated_at", "2018-10-11 16:42:34.056668"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.058304"], ["updated_at", "2018-10-11 16:42:34.058304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.061226"], ["updated_at", "2018-10-11 16:42:34.061226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.062871"], ["updated_at", "2018-10-11 16:42:34.062871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.064466"], ["updated_at", "2018-10-11 16:42:34.064466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.066091"], ["updated_at", "2018-10-11 16:42:34.066091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.067682"], ["updated_at", "2018-10-11 16:42:34.067682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.069305"], ["updated_at", "2018-10-11 16:42:34.069305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.070857"], ["updated_at", "2018-10-11 16:42:34.070857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.072512"], ["updated_at", "2018-10-11 16:42:34.072512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.075535"], ["updated_at", "2018-10-11 16:42:34.075535"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.077137"], ["updated_at", "2018-10-11 16:42:34.077137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.078898"], ["updated_at", "2018-10-11 16:42:34.078898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.080436"], ["updated_at", "2018-10-11 16:42:34.080436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.082097"], ["updated_at", "2018-10-11 16:42:34.082097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.083667"], ["updated_at", "2018-10-11 16:42:34.083667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.085343"], ["updated_at", "2018-10-11 16:42:34.085343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.086881"], ["updated_at", "2018-10-11 16:42:34.086881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.088710"], ["updated_at", "2018-10-11 16:42:34.088710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.090373"], ["updated_at", "2018-10-11 16:42:34.090373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.091977"], ["updated_at", "2018-10-11 16:42:34.091977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.093587"], ["updated_at", "2018-10-11 16:42:34.093587"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.095164"], ["updated_at", "2018-10-11 16:42:34.095164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.096828"], ["updated_at", "2018-10-11 16:42:34.096828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.098400"], ["updated_at", "2018-10-11 16:42:34.098400"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.100020"], ["updated_at", "2018-10-11 16:42:34.100020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.101862"], ["updated_at", "2018-10-11 16:42:34.101862"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.103449"], ["updated_at", "2018-10-11 16:42:34.103449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.105105"], ["updated_at", "2018-10-11 16:42:34.105105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.106680"], ["updated_at", "2018-10-11 16:42:34.106680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.108325"], ["updated_at", "2018-10-11 16:42:34.108325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.109867"], ["updated_at", "2018-10-11 16:42:34.109867"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.111467"], ["updated_at", "2018-10-11 16:42:34.111467"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.113676"], ["updated_at", "2018-10-11 16:42:34.113676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.116336"], ["updated_at", "2018-10-11 16:42:34.116336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.118153"], ["updated_at", "2018-10-11 16:42:34.118153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.119813"], ["updated_at", "2018-10-11 16:42:34.119813"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.121451"], ["updated_at", "2018-10-11 16:42:34.121451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.123067"], ["updated_at", "2018-10-11 16:42:34.123067"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.124681"], ["updated_at", "2018-10-11 16:42:34.124681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.127691"], ["updated_at", "2018-10-11 16:42:34.127691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.129380"], ["updated_at", "2018-10-11 16:42:34.129380"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.131061"], ["updated_at", "2018-10-11 16:42:34.131061"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.133609"], ["updated_at", "2018-10-11 16:42:34.133609"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.136358"], ["updated_at", "2018-10-11 16:42:34.136358"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.139020"], ["updated_at", "2018-10-11 16:42:34.139020"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.141729"], ["updated_at", "2018-10-11 16:42:34.141729"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.144336"], ["updated_at", "2018-10-11 16:42:34.144336"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.146895"], ["updated_at", "2018-10-11 16:42:34.146895"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.149550"], ["updated_at", "2018-10-11 16:42:34.149550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.151773"], ["updated_at", "2018-10-11 16:42:34.151773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.153293"], ["updated_at", "2018-10-11 16:42:34.153293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.155037"], ["updated_at", "2018-10-11 16:42:34.155037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.156594"], ["updated_at", "2018-10-11 16:42:34.156594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.158204"], ["updated_at", "2018-10-11 16:42:34.158204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.159885"], ["updated_at", "2018-10-11 16:42:34.159885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.161446"], ["updated_at", "2018-10-11 16:42:34.161446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.163092"], ["updated_at", "2018-10-11 16:42:34.163092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.164599"], ["updated_at", "2018-10-11 16:42:34.164599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.166269"], ["updated_at", "2018-10-11 16:42:34.166269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.167830"], ["updated_at", "2018-10-11 16:42:34.167830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.169466"], ["updated_at", "2018-10-11 16:42:34.169466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.171052"], ["updated_at", "2018-10-11 16:42:34.171052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.172669"], ["updated_at", "2018-10-11 16:42:34.172669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.174219"], ["updated_at", "2018-10-11 16:42:34.174219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.175796"], ["updated_at", "2018-10-11 16:42:34.175796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.177366"], ["updated_at", "2018-10-11 16:42:34.177366"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.179021"], ["updated_at", "2018-10-11 16:42:34.179021"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.181304"], ["updated_at", "2018-10-11 16:42:34.181304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.183428"], ["updated_at", "2018-10-11 16:42:34.183428"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.185104"], ["updated_at", "2018-10-11 16:42:34.185104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.186905"], ["updated_at", "2018-10-11 16:42:34.186905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.188770"], ["updated_at", "2018-10-11 16:42:34.188770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.190395"], ["updated_at", "2018-10-11 16:42:34.190395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.193140"], ["updated_at", "2018-10-11 16:42:34.193140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.194987"], ["updated_at", "2018-10-11 16:42:34.194987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.196645"], ["updated_at", "2018-10-11 16:42:34.196645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.198244"], ["updated_at", "2018-10-11 16:42:34.198244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.199859"], ["updated_at", "2018-10-11 16:42:34.199859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.201536"], ["updated_at", "2018-10-11 16:42:34.201536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.203185"], ["updated_at", "2018-10-11 16:42:34.203185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.204852"], ["updated_at", "2018-10-11 16:42:34.204852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.206839"], ["updated_at", "2018-10-11 16:42:34.206839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.208548"], ["updated_at", "2018-10-11 16:42:34.208548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.210140"], ["updated_at", "2018-10-11 16:42:34.210140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.211757"], ["updated_at", "2018-10-11 16:42:34.211757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.213316"], ["updated_at", "2018-10-11 16:42:34.213316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.214900"], ["updated_at", "2018-10-11 16:42:34.214900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.216568"], ["updated_at", "2018-10-11 16:42:34.216568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.218149"], ["updated_at", "2018-10-11 16:42:34.218149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.219710"], ["updated_at", "2018-10-11 16:42:34.219710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.221333"], ["updated_at", "2018-10-11 16:42:34.221333"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.222940"], ["updated_at", "2018-10-11 16:42:34.222940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.224474"], ["updated_at", "2018-10-11 16:42:34.224474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.226125"], ["updated_at", "2018-10-11 16:42:34.226125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.227682"], ["updated_at", "2018-10-11 16:42:34.227682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.229295"], ["updated_at", "2018-10-11 16:42:34.229295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.230852"], ["updated_at", "2018-10-11 16:42:34.230852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.232449"], ["updated_at", "2018-10-11 16:42:34.232449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.234108"], ["updated_at", "2018-10-11 16:42:34.234108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.235730"], ["updated_at", "2018-10-11 16:42:34.235730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.237291"], ["updated_at", "2018-10-11 16:42:34.237291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.238891"], ["updated_at", "2018-10-11 16:42:34.238891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.240511"], ["updated_at", "2018-10-11 16:42:34.240511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.242068"], ["updated_at", "2018-10-11 16:42:34.242068"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.243701"], ["updated_at", "2018-10-11 16:42:34.243701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.245482"], ["updated_at", "2018-10-11 16:42:34.245482"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.247970"], ["updated_at", "2018-10-11 16:42:34.247970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.250053"], ["updated_at", "2018-10-11 16:42:34.250053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.251658"], ["updated_at", "2018-10-11 16:42:34.251658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.253257"], ["updated_at", "2018-10-11 16:42:34.253257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.254781"], ["updated_at", "2018-10-11 16:42:34.254781"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.256562"], ["updated_at", "2018-10-11 16:42:34.256562"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.258619"], ["updated_at", "2018-10-11 16:42:34.258619"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.262866"], ["updated_at", "2018-10-11 16:42:34.262866"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.266156"], ["updated_at", "2018-10-11 16:42:34.266156"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.269486"], ["updated_at", "2018-10-11 16:42:34.269486"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.272724"], ["updated_at", "2018-10-11 16:42:34.272724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.275346"], ["updated_at", "2018-10-11 16:42:34.275346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.276947"], ["updated_at", "2018-10-11 16:42:34.276947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.278530"], ["updated_at", "2018-10-11 16:42:34.278530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.280120"], ["updated_at", "2018-10-11 16:42:34.280120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.281714"], ["updated_at", "2018-10-11 16:42:34.281714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.283258"], ["updated_at", "2018-10-11 16:42:34.283258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.284758"], ["updated_at", "2018-10-11 16:42:34.284758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.286443"], ["updated_at", "2018-10-11 16:42:34.286443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.288406"], ["updated_at", "2018-10-11 16:42:34.288406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.290065"], ["updated_at", "2018-10-11 16:42:34.290065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.291726"], ["updated_at", "2018-10-11 16:42:34.291726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.293411"], ["updated_at", "2018-10-11 16:42:34.293411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.295021"], ["updated_at", "2018-10-11 16:42:34.295021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.296632"], ["updated_at", "2018-10-11 16:42:34.296632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.298226"], ["updated_at", "2018-10-11 16:42:34.298226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.299785"], ["updated_at", "2018-10-11 16:42:34.299785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.301287"], ["updated_at", "2018-10-11 16:42:34.301287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.302829"], ["updated_at", "2018-10-11 16:42:34.302829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.304406"], ["updated_at", "2018-10-11 16:42:34.304406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.306006"], ["updated_at", "2018-10-11 16:42:34.306006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.307536"], ["updated_at", "2018-10-11 16:42:34.307536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.309063"], ["updated_at", "2018-10-11 16:42:34.309063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.310663"], ["updated_at", "2018-10-11 16:42:34.310663"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.312304"], ["updated_at", "2018-10-11 16:42:34.312304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.314575"], ["updated_at", "2018-10-11 16:42:34.314575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.316397"], ["updated_at", "2018-10-11 16:42:34.316397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.317956"], ["updated_at", "2018-10-11 16:42:34.317956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.319460"], ["updated_at", "2018-10-11 16:42:34.319460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.321083"], ["updated_at", "2018-10-11 16:42:34.321083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.322751"], ["updated_at", "2018-10-11 16:42:34.322751"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.326290"], ["updated_at", "2018-10-11 16:42:34.326290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.327946"], ["updated_at", "2018-10-11 16:42:34.327946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.329510"], ["updated_at", "2018-10-11 16:42:34.329510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.331137"], ["updated_at", "2018-10-11 16:42:34.331137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.332700"], ["updated_at", "2018-10-11 16:42:34.332700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.334247"], ["updated_at", "2018-10-11 16:42:34.334247"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.335786"], ["updated_at", "2018-10-11 16:42:34.335786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.337439"], ["updated_at", "2018-10-11 16:42:34.337439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.339035"], ["updated_at", "2018-10-11 16:42:34.339035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.340578"], ["updated_at", "2018-10-11 16:42:34.340578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.342099"], ["updated_at", "2018-10-11 16:42:34.342099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.343681"], ["updated_at", "2018-10-11 16:42:34.343681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.345300"], ["updated_at", "2018-10-11 16:42:34.345300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.346845"], ["updated_at", "2018-10-11 16:42:34.346845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.348347"], ["updated_at", "2018-10-11 16:42:34.348347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.349932"], ["updated_at", "2018-10-11 16:42:34.349932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.351489"], ["updated_at", "2018-10-11 16:42:34.351489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.353028"], ["updated_at", "2018-10-11 16:42:34.353028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.354680"], ["updated_at", "2018-10-11 16:42:34.354680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.356274"], ["updated_at", "2018-10-11 16:42:34.356274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.357879"], ["updated_at", "2018-10-11 16:42:34.357879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.359454"], ["updated_at", "2018-10-11 16:42:34.359454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.361000"], ["updated_at", "2018-10-11 16:42:34.361000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.362577"], ["updated_at", "2018-10-11 16:42:34.362577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.364249"], ["updated_at", "2018-10-11 16:42:34.364249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.365826"], ["updated_at", "2018-10-11 16:42:34.365826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.367417"], ["updated_at", "2018-10-11 16:42:34.367417"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.369004"], ["updated_at", "2018-10-11 16:42:34.369004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.370692"], ["updated_at", "2018-10-11 16:42:34.370692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.372277"], ["updated_at", "2018-10-11 16:42:34.372277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.373842"], ["updated_at", "2018-10-11 16:42:34.373842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.375495"], ["updated_at", "2018-10-11 16:42:34.375495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.377070"], ["updated_at", "2018-10-11 16:42:34.377070"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.378682"], ["updated_at", "2018-10-11 16:42:34.378682"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.381641"], ["updated_at", "2018-10-11 16:42:34.381641"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.384307"], ["updated_at", "2018-10-11 16:42:34.384307"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.386695"], ["updated_at", "2018-10-11 16:42:34.386695"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.388799"], ["updated_at", "2018-10-11 16:42:34.388799"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.391474"], ["updated_at", "2018-10-11 16:42:34.391474"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.393661"], ["updated_at", "2018-10-11 16:42:34.393661"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.395703"], ["updated_at", "2018-10-11 16:42:34.395703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.400210"], ["updated_at", "2018-10-11 16:42:34.400210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.401821"], ["updated_at", "2018-10-11 16:42:34.401821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.403389"], ["updated_at", "2018-10-11 16:42:34.403389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.404909"], ["updated_at", "2018-10-11 16:42:34.404909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.406446"], ["updated_at", "2018-10-11 16:42:34.406446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.408077"], ["updated_at", "2018-10-11 16:42:34.408077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.409687"], ["updated_at", "2018-10-11 16:42:34.409687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.411349"], ["updated_at", "2018-10-11 16:42:34.411349"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.412894"], ["updated_at", "2018-10-11 16:42:34.412894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.416091"], ["updated_at", "2018-10-11 16:42:34.416091"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.417708"], ["updated_at", "2018-10-11 16:42:34.417708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.419679"], ["updated_at", "2018-10-11 16:42:34.419679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.421331"], ["updated_at", "2018-10-11 16:42:34.421331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.422896"], ["updated_at", "2018-10-11 16:42:34.422896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.424468"], ["updated_at", "2018-10-11 16:42:34.424468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.426031"], ["updated_at", "2018-10-11 16:42:34.426031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.427606"], ["updated_at", "2018-10-11 16:42:34.427606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.429158"], ["updated_at", "2018-10-11 16:42:34.429158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.430759"], ["updated_at", "2018-10-11 16:42:34.430759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.432340"], ["updated_at", "2018-10-11 16:42:34.432340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.433942"], ["updated_at", "2018-10-11 16:42:34.433942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.435477"], ["updated_at", "2018-10-11 16:42:34.435477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.437100"], ["updated_at", "2018-10-11 16:42:34.437100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.438729"], ["updated_at", "2018-10-11 16:42:34.438729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.440367"], ["updated_at", "2018-10-11 16:42:34.440367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.441907"], ["updated_at", "2018-10-11 16:42:34.441907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.443516"], ["updated_at", "2018-10-11 16:42:34.443516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.445087"], ["updated_at", "2018-10-11 16:42:34.445087"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.446818"], ["updated_at", "2018-10-11 16:42:34.446818"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.449127"], ["updated_at", "2018-10-11 16:42:34.449127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.450895"], ["updated_at", "2018-10-11 16:42:34.450895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.452410"], ["updated_at", "2018-10-11 16:42:34.452410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.454061"], ["updated_at", "2018-10-11 16:42:34.454061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.455702"], ["updated_at", "2018-10-11 16:42:34.455702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.457331"], ["updated_at", "2018-10-11 16:42:34.457331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.460706"], ["updated_at", "2018-10-11 16:42:34.460706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.462365"], ["updated_at", "2018-10-11 16:42:34.462365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.464019"], ["updated_at", "2018-10-11 16:42:34.464019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.465627"], ["updated_at", "2018-10-11 16:42:34.465627"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.467187"], ["updated_at", "2018-10-11 16:42:34.467187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.468968"], ["updated_at", "2018-10-11 16:42:34.468968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.470599"], ["updated_at", "2018-10-11 16:42:34.470599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.472159"], ["updated_at", "2018-10-11 16:42:34.472159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.473703"], ["updated_at", "2018-10-11 16:42:34.473703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.475248"], ["updated_at", "2018-10-11 16:42:34.475248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.476917"], ["updated_at", "2018-10-11 16:42:34.476917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.478590"], ["updated_at", "2018-10-11 16:42:34.478590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.480162"], ["updated_at", "2018-10-11 16:42:34.480162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.481707"], ["updated_at", "2018-10-11 16:42:34.481707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.483318"], ["updated_at", "2018-10-11 16:42:34.483318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.484855"], ["updated_at", "2018-10-11 16:42:34.484855"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.486630"], ["updated_at", "2018-10-11 16:42:34.486630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.488195"], ["updated_at", "2018-10-11 16:42:34.488195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.489825"], ["updated_at", "2018-10-11 16:42:34.489825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.491394"], ["updated_at", "2018-10-11 16:42:34.491394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.492918"], ["updated_at", "2018-10-11 16:42:34.492918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.494456"], ["updated_at", "2018-10-11 16:42:34.494456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.496029"], ["updated_at", "2018-10-11 16:42:34.496029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.497598"], ["updated_at", "2018-10-11 16:42:34.497598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.499132"], ["updated_at", "2018-10-11 16:42:34.499132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.500787"], ["updated_at", "2018-10-11 16:42:34.500787"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.502866"], ["updated_at", "2018-10-11 16:42:34.502866"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.506109"], ["updated_at", "2018-10-11 16:42:34.506109"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.509420"], ["updated_at", "2018-10-11 16:42:34.509420"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.512474"], ["updated_at", "2018-10-11 16:42:34.512474"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.515512"], ["updated_at", "2018-10-11 16:42:34.515512"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.517688"], ["updated_at", "2018-10-11 16:42:34.517688"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.519837"], ["updated_at", "2018-10-11 16:42:34.519837"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.522070"], ["updated_at", "2018-10-11 16:42:34.522070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.523899"], ["updated_at", "2018-10-11 16:42:34.523899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.525477"], ["updated_at", "2018-10-11 16:42:34.525477"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.528815"], ["updated_at", "2018-10-11 16:42:34.528815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.530547"], ["updated_at", "2018-10-11 16:42:34.530547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.532186"], ["updated_at", "2018-10-11 16:42:34.532186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.533746"], ["updated_at", "2018-10-11 16:42:34.533746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.535321"], ["updated_at", "2018-10-11 16:42:34.535321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.536882"], ["updated_at", "2018-10-11 16:42:34.536882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.538409"], ["updated_at", "2018-10-11 16:42:34.538409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.539959"], ["updated_at", "2018-10-11 16:42:34.539959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.541583"], ["updated_at", "2018-10-11 16:42:34.541583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.543231"], ["updated_at", "2018-10-11 16:42:34.543231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.544989"], ["updated_at", "2018-10-11 16:42:34.544989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.546589"], ["updated_at", "2018-10-11 16:42:34.546589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.548163"], ["updated_at", "2018-10-11 16:42:34.548163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.549797"], ["updated_at", "2018-10-11 16:42:34.549797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.551333"], ["updated_at", "2018-10-11 16:42:34.551333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.552894"], ["updated_at", "2018-10-11 16:42:34.552894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.554505"], ["updated_at", "2018-10-11 16:42:34.554505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.556085"], ["updated_at", "2018-10-11 16:42:34.556085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.557623"], ["updated_at", "2018-10-11 16:42:34.557623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.559194"], ["updated_at", "2018-10-11 16:42:34.559194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.560866"], ["updated_at", "2018-10-11 16:42:34.560866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.562413"], ["updated_at", "2018-10-11 16:42:34.562413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.563939"], ["updated_at", "2018-10-11 16:42:34.563939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.565464"], ["updated_at", "2018-10-11 16:42:34.565464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.567005"], ["updated_at", "2018-10-11 16:42:34.567005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.568566"], ["updated_at", "2018-10-11 16:42:34.568566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.570094"], ["updated_at", "2018-10-11 16:42:34.570094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.571614"], ["updated_at", "2018-10-11 16:42:34.571614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.573127"], ["updated_at", "2018-10-11 16:42:34.573127"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.574645"], ["updated_at", "2018-10-11 16:42:34.574645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.576406"], ["updated_at", "2018-10-11 16:42:34.576406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.578111"], ["updated_at", "2018-10-11 16:42:34.578111"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.580147"], ["updated_at", "2018-10-11 16:42:34.580147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.582248"], ["updated_at", "2018-10-11 16:42:34.582248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.583861"], ["updated_at", "2018-10-11 16:42:34.583861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.585415"], ["updated_at", "2018-10-11 16:42:34.585415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.586940"], ["updated_at", "2018-10-11 16:42:34.586940"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.589133"], ["updated_at", "2018-10-11 16:42:34.589133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.594754"], ["updated_at", "2018-10-11 16:42:34.594754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.596485"], ["updated_at", "2018-10-11 16:42:34.596485"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.598251"], ["updated_at", "2018-10-11 16:42:34.598251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.599970"], ["updated_at", "2018-10-11 16:42:34.599970"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.601885"], ["updated_at", "2018-10-11 16:42:34.601885"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.603972"], ["updated_at", "2018-10-11 16:42:34.603972"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.606068"], ["updated_at", "2018-10-11 16:42:34.606068"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.608098"], ["updated_at", "2018-10-11 16:42:34.608098"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.610235"], ["updated_at", "2018-10-11 16:42:34.610235"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.612463"], ["updated_at", "2018-10-11 16:42:34.612463"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.614577"], ["updated_at", "2018-10-11 16:42:34.614577"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.616644"], ["updated_at", "2018-10-11 16:42:34.616644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.618830"], ["updated_at", "2018-10-11 16:42:34.618830"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.620701"], ["updated_at", "2018-10-11 16:42:34.620701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.622417"], ["updated_at", "2018-10-11 16:42:34.622417"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.624234"], ["updated_at", "2018-10-11 16:42:34.624234"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.627610"], ["updated_at", "2018-10-11 16:42:34.627610"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.631587"], ["updated_at", "2018-10-11 16:42:34.631587"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.635037"], ["updated_at", "2018-10-11 16:42:34.635037"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.638508"], ["updated_at", "2018-10-11 16:42:34.638508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.641932"], ["updated_at", "2018-10-11 16:42:34.641932"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.643588"], ["updated_at", "2018-10-11 16:42:34.643588"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.646401"], ["updated_at", "2018-10-11 16:42:34.646401"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.648827"], ["updated_at", "2018-10-11 16:42:34.648827"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.650676"], ["updated_at", "2018-10-11 16:42:34.650676"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.652415"], ["updated_at", "2018-10-11 16:42:34.652415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.654218"], ["updated_at", "2018-10-11 16:42:34.654218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.655957"], ["updated_at", "2018-10-11 16:42:34.655957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.657495"], ["updated_at", "2018-10-11 16:42:34.657495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.659216"], ["updated_at", "2018-10-11 16:42:34.659216"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.662182"], ["updated_at", "2018-10-11 16:42:34.662182"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.663917"], ["updated_at", "2018-10-11 16:42:34.663917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.665674"], ["updated_at", "2018-10-11 16:42:34.665674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.667217"], ["updated_at", "2018-10-11 16:42:34.667217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.668820"], ["updated_at", "2018-10-11 16:42:34.668820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.670588"], ["updated_at", "2018-10-11 16:42:34.670588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.672162"], ["updated_at", "2018-10-11 16:42:34.672162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.673805"], ["updated_at", "2018-10-11 16:42:34.673805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.675359"], ["updated_at", "2018-10-11 16:42:34.675359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.676986"], ["updated_at", "2018-10-11 16:42:34.676986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.678612"], ["updated_at", "2018-10-11 16:42:34.678612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.680246"], ["updated_at", "2018-10-11 16:42:34.680246"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.681833"], ["updated_at", "2018-10-11 16:42:34.681833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.683503"], ["updated_at", "2018-10-11 16:42:34.683503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.685081"], ["updated_at", "2018-10-11 16:42:34.685081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.686622"], ["updated_at", "2018-10-11 16:42:34.686622"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.688604"], ["updated_at", "2018-10-11 16:42:34.688604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.690276"], ["updated_at", "2018-10-11 16:42:34.690276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.691881"], ["updated_at", "2018-10-11 16:42:34.691881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.693430"], ["updated_at", "2018-10-11 16:42:34.693430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.694959"], ["updated_at", "2018-10-11 16:42:34.694959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.696664"], ["updated_at", "2018-10-11 16:42:34.696664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.698251"], ["updated_at", "2018-10-11 16:42:34.698251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.699882"], ["updated_at", "2018-10-11 16:42:34.699882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.701408"], ["updated_at", "2018-10-11 16:42:34.701408"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.703168"], ["updated_at", "2018-10-11 16:42:34.703168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.704932"], ["updated_at", "2018-10-11 16:42:34.704932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.706488"], ["updated_at", "2018-10-11 16:42:34.706488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.708266"], ["updated_at", "2018-10-11 16:42:34.708266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.709843"], ["updated_at", "2018-10-11 16:42:34.709843"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.711448"], ["updated_at", "2018-10-11 16:42:34.711448"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.713773"], ["updated_at", "2018-10-11 16:42:34.713773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.716483"], ["updated_at", "2018-10-11 16:42:34.716483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.718057"], ["updated_at", "2018-10-11 16:42:34.718057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.719619"], ["updated_at", "2018-10-11 16:42:34.719619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.721181"], ["updated_at", "2018-10-11 16:42:34.721181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.722748"], ["updated_at", "2018-10-11 16:42:34.722748"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.724573"], ["updated_at", "2018-10-11 16:42:34.724573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.727270"], ["updated_at", "2018-10-11 16:42:34.727270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.729011"], ["updated_at", "2018-10-11 16:42:34.729011"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.730601"], ["updated_at", "2018-10-11 16:42:34.730601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.732233"], ["updated_at", "2018-10-11 16:42:34.732233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.733834"], ["updated_at", "2018-10-11 16:42:34.733834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.735481"], ["updated_at", "2018-10-11 16:42:34.735481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.737058"], ["updated_at", "2018-10-11 16:42:34.737058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.738698"], ["updated_at", "2018-10-11 16:42:34.738698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.740297"], ["updated_at", "2018-10-11 16:42:34.740297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.741880"], ["updated_at", "2018-10-11 16:42:34.741880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.743530"], ["updated_at", "2018-10-11 16:42:34.743530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.745129"], ["updated_at", "2018-10-11 16:42:34.745129"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.747737"], ["updated_at", "2018-10-11 16:42:34.747737"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.751202"], ["updated_at", "2018-10-11 16:42:34.751202"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.754816"], ["updated_at", "2018-10-11 16:42:34.754816"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.758310"], ["updated_at", "2018-10-11 16:42:34.758310"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.761625"], ["updated_at", "2018-10-11 16:42:34.761625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.764990"], ["updated_at", "2018-10-11 16:42:34.764990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.766577"], ["updated_at", "2018-10-11 16:42:34.766577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.769325"], ["updated_at", "2018-10-11 16:42:34.769325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.770983"], ["updated_at", "2018-10-11 16:42:34.770983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.772597"], ["updated_at", "2018-10-11 16:42:34.772597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.774162"], ["updated_at", "2018-10-11 16:42:34.774162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.775831"], ["updated_at", "2018-10-11 16:42:34.775831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.777433"], ["updated_at", "2018-10-11 16:42:34.777433"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.779588"], ["updated_at", "2018-10-11 16:42:34.779588"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.781843"], ["updated_at", "2018-10-11 16:42:34.781843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.784024"], ["updated_at", "2018-10-11 16:42:34.784024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.785756"], ["updated_at", "2018-10-11 16:42:34.785756"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.787544"], ["updated_at", "2018-10-11 16:42:34.787544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.789351"], ["updated_at", "2018-10-11 16:42:34.789351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.790868"], ["updated_at", "2018-10-11 16:42:34.790868"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.793845"], ["updated_at", "2018-10-11 16:42:34.793845"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.796188"], ["updated_at", "2018-10-11 16:42:34.796188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.797989"], ["updated_at", "2018-10-11 16:42:34.797989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.799676"], ["updated_at", "2018-10-11 16:42:34.799676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.801302"], ["updated_at", "2018-10-11 16:42:34.801302"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.802840"], ["updated_at", "2018-10-11 16:42:34.802840"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.804603"], ["updated_at", "2018-10-11 16:42:34.804603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.806231"], ["updated_at", "2018-10-11 16:42:34.806231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.807856"], ["updated_at", "2018-10-11 16:42:34.807856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.809522"], ["updated_at", "2018-10-11 16:42:34.809522"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.811442"], ["updated_at", "2018-10-11 16:42:34.811442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.813310"], ["updated_at", "2018-10-11 16:42:34.813310"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.815001"], ["updated_at", "2018-10-11 16:42:34.815001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.816886"], ["updated_at", "2018-10-11 16:42:34.816886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.818581"], ["updated_at", "2018-10-11 16:42:34.818581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.820204"], ["updated_at", "2018-10-11 16:42:34.820204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.821834"], ["updated_at", "2018-10-11 16:42:34.821834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.823415"], ["updated_at", "2018-10-11 16:42:34.823415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.825357"], ["updated_at", "2018-10-11 16:42:34.825357"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.827593"], ["updated_at", "2018-10-11 16:42:34.827593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.829248"], ["updated_at", "2018-10-11 16:42:34.829248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.830932"], ["updated_at", "2018-10-11 16:42:34.830932"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.832549"], ["updated_at", "2018-10-11 16:42:34.832549"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.834383"], ["updated_at", "2018-10-11 16:42:34.834383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.836142"], ["updated_at", "2018-10-11 16:42:34.836142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.837762"], ["updated_at", "2018-10-11 16:42:34.837762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.839455"], ["updated_at", "2018-10-11 16:42:34.839455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.841038"], ["updated_at", "2018-10-11 16:42:34.841038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.842747"], ["updated_at", "2018-10-11 16:42:34.842747"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.844395"], ["updated_at", "2018-10-11 16:42:34.844395"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.846504"], ["updated_at", "2018-10-11 16:42:34.846504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.849500"], ["updated_at", "2018-10-11 16:42:34.849500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.851281"], ["updated_at", "2018-10-11 16:42:34.851281"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.853233"], ["updated_at", "2018-10-11 16:42:34.853233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.854940"], ["updated_at", "2018-10-11 16:42:34.854940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.856607"], ["updated_at", "2018-10-11 16:42:34.856607"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.859396"], ["updated_at", "2018-10-11 16:42:34.859396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.861245"], ["updated_at", "2018-10-11 16:42:34.861245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.863225"], ["updated_at", "2018-10-11 16:42:34.863225"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.864831"], ["updated_at", "2018-10-11 16:42:34.864831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.866694"], ["updated_at", "2018-10-11 16:42:34.866694"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.869008"], ["updated_at", "2018-10-11 16:42:34.869008"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.872862"], ["updated_at", "2018-10-11 16:42:34.872862"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.875687"], ["updated_at", "2018-10-11 16:42:34.875687"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.878443"], ["updated_at", "2018-10-11 16:42:34.878443"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.881052"], ["updated_at", "2018-10-11 16:42:34.881052"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.883690"], ["updated_at", "2018-10-11 16:42:34.883690"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.886258"], ["updated_at", "2018-10-11 16:42:34.886258"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.889084"], ["updated_at", "2018-10-11 16:42:34.889084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.891283"], ["updated_at", "2018-10-11 16:42:34.891283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.893029"], ["updated_at", "2018-10-11 16:42:34.893029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.894603"], ["updated_at", "2018-10-11 16:42:34.894603"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.896200"], ["updated_at", "2018-10-11 16:42:34.896200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.897935"], ["updated_at", "2018-10-11 16:42:34.897935"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.899519"], ["updated_at", "2018-10-11 16:42:34.899519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.901166"], ["updated_at", "2018-10-11 16:42:34.901166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.902814"], ["updated_at", "2018-10-11 16:42:34.902814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.904462"], ["updated_at", "2018-10-11 16:42:34.904462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.906028"], ["updated_at", "2018-10-11 16:42:34.906028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.907614"], ["updated_at", "2018-10-11 16:42:34.907614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.909199"], ["updated_at", "2018-10-11 16:42:34.909199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.910814"], ["updated_at", "2018-10-11 16:42:34.910814"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.912490"], ["updated_at", "2018-10-11 16:42:34.912490"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.915085"], ["updated_at", "2018-10-11 16:42:34.915085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.917549"], ["updated_at", "2018-10-11 16:42:34.917549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.919202"], ["updated_at", "2018-10-11 16:42:34.919202"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.920847"], ["updated_at", "2018-10-11 16:42:34.920847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.922435"], ["updated_at", "2018-10-11 16:42:34.922435"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.924054"], ["updated_at", "2018-10-11 16:42:34.924054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.926876"], ["updated_at", "2018-10-11 16:42:34.926876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.928514"], ["updated_at", "2018-10-11 16:42:34.928514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.930122"], ["updated_at", "2018-10-11 16:42:34.930122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.931753"], ["updated_at", "2018-10-11 16:42:34.931753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.933389"], ["updated_at", "2018-10-11 16:42:34.933389"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.935230"], ["updated_at", "2018-10-11 16:42:34.935230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.936908"], ["updated_at", "2018-10-11 16:42:34.936908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.938516"], ["updated_at", "2018-10-11 16:42:34.938516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.940043"], ["updated_at", "2018-10-11 16:42:34.940043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.941663"], ["updated_at", "2018-10-11 16:42:34.941663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.943234"], ["updated_at", "2018-10-11 16:42:34.943234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.944836"], ["updated_at", "2018-10-11 16:42:34.944836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.946426"], ["updated_at", "2018-10-11 16:42:34.946426"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.947978"], ["updated_at", "2018-10-11 16:42:34.947978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.949642"], ["updated_at", "2018-10-11 16:42:34.949642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.951206"], ["updated_at", "2018-10-11 16:42:34.951206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.952904"], ["updated_at", "2018-10-11 16:42:34.952904"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.954467"], ["updated_at", "2018-10-11 16:42:34.954467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.956484"], ["updated_at", "2018-10-11 16:42:34.956484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.958209"], ["updated_at", "2018-10-11 16:42:34.958209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.959811"], ["updated_at", "2018-10-11 16:42:34.959811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.961403"], ["updated_at", "2018-10-11 16:42:34.961403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.963050"], ["updated_at", "2018-10-11 16:42:34.963050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.964584"], ["updated_at", "2018-10-11 16:42:34.964584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.966206"], ["updated_at", "2018-10-11 16:42:34.966206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.967849"], ["updated_at", "2018-10-11 16:42:34.967849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.969389"], ["updated_at", "2018-10-11 16:42:34.969389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.970984"], ["updated_at", "2018-10-11 16:42:34.970984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.972596"], ["updated_at", "2018-10-11 16:42:34.972596"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.974286"], ["updated_at", "2018-10-11 16:42:34.974286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.975873"], ["updated_at", "2018-10-11 16:42:34.975873"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.977474"], ["updated_at", "2018-10-11 16:42:34.977474"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.979261"], ["updated_at", "2018-10-11 16:42:34.979261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.981810"], ["updated_at", "2018-10-11 16:42:34.981810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.983762"], ["updated_at", "2018-10-11 16:42:34.983762"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.985418"], ["updated_at", "2018-10-11 16:42:34.985418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.987271"], ["updated_at", "2018-10-11 16:42:34.987271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.989024"], ["updated_at", "2018-10-11 16:42:34.989024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.990648"], ["updated_at", "2018-10-11 16:42:34.990648"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.993657"], ["updated_at", "2018-10-11 16:42:34.993657"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.996327"], ["updated_at", "2018-10-11 16:42:34.996327"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:34.998994"], ["updated_at", "2018-10-11 16:42:34.998994"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.001614"], ["updated_at", "2018-10-11 16:42:35.001614"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.004193"], ["updated_at", "2018-10-11 16:42:35.004193"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.006791"], ["updated_at", "2018-10-11 16:42:35.006791"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.009403"], ["updated_at", "2018-10-11 16:42:35.009403"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.011926"], ["updated_at", "2018-10-11 16:42:35.011926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.013961"], ["updated_at", "2018-10-11 16:42:35.013961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.015579"], ["updated_at", "2018-10-11 16:42:35.015579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.017110"], ["updated_at", "2018-10-11 16:42:35.017110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.018772"], ["updated_at", "2018-10-11 16:42:35.018772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.020343"], ["updated_at", "2018-10-11 16:42:35.020343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.021954"], ["updated_at", "2018-10-11 16:42:35.021954"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.023516"], ["updated_at", "2018-10-11 16:42:35.023516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.025234"], ["updated_at", "2018-10-11 16:42:35.025234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.026880"], ["updated_at", "2018-10-11 16:42:35.026880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.028542"], ["updated_at", "2018-10-11 16:42:35.028542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.030134"], ["updated_at", "2018-10-11 16:42:35.030134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.031725"], ["updated_at", "2018-10-11 16:42:35.031725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.033276"], ["updated_at", "2018-10-11 16:42:35.033276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.034927"], ["updated_at", "2018-10-11 16:42:35.034927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.036528"], ["updated_at", "2018-10-11 16:42:35.036528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.038105"], ["updated_at", "2018-10-11 16:42:35.038105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.039676"], ["updated_at", "2018-10-11 16:42:35.039676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.041308"], ["updated_at", "2018-10-11 16:42:35.041308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.042880"], ["updated_at", "2018-10-11 16:42:35.042880"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.044469"], ["updated_at", "2018-10-11 16:42:35.044469"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.046893"], ["updated_at", "2018-10-11 16:42:35.046893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.049252"], ["updated_at", "2018-10-11 16:42:35.049252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.050954"], ["updated_at", "2018-10-11 16:42:35.050954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.052572"], ["updated_at", "2018-10-11 16:42:35.052572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.054243"], ["updated_at", "2018-10-11 16:42:35.054243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.055896"], ["updated_at", "2018-10-11 16:42:35.055896"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.057580"], ["updated_at", "2018-10-11 16:42:35.057580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.060619"], ["updated_at", "2018-10-11 16:42:35.060619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.062269"], ["updated_at", "2018-10-11 16:42:35.062269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.063877"], ["updated_at", "2018-10-11 16:42:35.063877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.065527"], ["updated_at", "2018-10-11 16:42:35.065527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.067111"], ["updated_at", "2018-10-11 16:42:35.067111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.068720"], ["updated_at", "2018-10-11 16:42:35.068720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.070326"], ["updated_at", "2018-10-11 16:42:35.070326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.071931"], ["updated_at", "2018-10-11 16:42:35.071931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.073538"], ["updated_at", "2018-10-11 16:42:35.073538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.075119"], ["updated_at", "2018-10-11 16:42:35.075119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.076751"], ["updated_at", "2018-10-11 16:42:35.076751"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.078328"], ["updated_at", "2018-10-11 16:42:35.078328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.079969"], ["updated_at", "2018-10-11 16:42:35.079969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.081528"], ["updated_at", "2018-10-11 16:42:35.081528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.083184"], ["updated_at", "2018-10-11 16:42:35.083184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.084867"], ["updated_at", "2018-10-11 16:42:35.084867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.086541"], ["updated_at", "2018-10-11 16:42:35.086541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.088144"], ["updated_at", "2018-10-11 16:42:35.088144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.089770"], ["updated_at", "2018-10-11 16:42:35.089770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.091340"], ["updated_at", "2018-10-11 16:42:35.091340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.093012"], ["updated_at", "2018-10-11 16:42:35.093012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.094617"], ["updated_at", "2018-10-11 16:42:35.094617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.096203"], ["updated_at", "2018-10-11 16:42:35.096203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.097859"], ["updated_at", "2018-10-11 16:42:35.097859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.099476"], ["updated_at", "2018-10-11 16:42:35.099476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.101025"], ["updated_at", "2018-10-11 16:42:35.101025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.102675"], ["updated_at", "2018-10-11 16:42:35.102675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.104280"], ["updated_at", "2018-10-11 16:42:35.104280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.105935"], ["updated_at", "2018-10-11 16:42:35.105935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.107509"], ["updated_at", "2018-10-11 16:42:35.107509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.109195"], ["updated_at", "2018-10-11 16:42:35.109195"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.110787"], ["updated_at", "2018-10-11 16:42:35.110787"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.114596"], ["updated_at", "2018-10-11 16:42:35.114596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.116833"], ["updated_at", "2018-10-11 16:42:35.116833"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.118657"], ["updated_at", "2018-10-11 16:42:35.118657"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.120628"], ["updated_at", "2018-10-11 16:42:35.120628"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.122679"], ["updated_at", "2018-10-11 16:42:35.122679"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.124645"], ["updated_at", "2018-10-11 16:42:35.124645"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.126689"], ["updated_at", "2018-10-11 16:42:35.126689"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.131304"], ["updated_at", "2018-10-11 16:42:35.131304"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.133957"], ["updated_at", "2018-10-11 16:42:35.133957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.136527"], ["updated_at", "2018-10-11 16:42:35.136527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.138214"], ["updated_at", "2018-10-11 16:42:35.138214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.139787"], ["updated_at", "2018-10-11 16:42:35.139787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.141384"], ["updated_at", "2018-10-11 16:42:35.141384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.142945"], ["updated_at", "2018-10-11 16:42:35.142945"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.144518"], ["updated_at", "2018-10-11 16:42:35.144518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.146291"], ["updated_at", "2018-10-11 16:42:35.146291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.147883"], ["updated_at", "2018-10-11 16:42:35.147883"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.149438"], ["updated_at", "2018-10-11 16:42:35.149438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.151137"], ["updated_at", "2018-10-11 16:42:35.151137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.152790"], ["updated_at", "2018-10-11 16:42:35.152790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.154422"], ["updated_at", "2018-10-11 16:42:35.154422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.155979"], ["updated_at", "2018-10-11 16:42:35.155979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.157656"], ["updated_at", "2018-10-11 16:42:35.157656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.159313"], ["updated_at", "2018-10-11 16:42:35.159313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.160908"], ["updated_at", "2018-10-11 16:42:35.160908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.162557"], ["updated_at", "2018-10-11 16:42:35.162557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.164205"], ["updated_at", "2018-10-11 16:42:35.164205"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.165791"], ["updated_at", "2018-10-11 16:42:35.165791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.167421"], ["updated_at", "2018-10-11 16:42:35.167421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.168962"], ["updated_at", "2018-10-11 16:42:35.168962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.170623"], ["updated_at", "2018-10-11 16:42:35.170623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.172233"], ["updated_at", "2018-10-11 16:42:35.172233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.173858"], ["updated_at", "2018-10-11 16:42:35.173858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.175501"], ["updated_at", "2018-10-11 16:42:35.175501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.177064"], ["updated_at", "2018-10-11 16:42:35.177064"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.178774"], ["updated_at", "2018-10-11 16:42:35.178774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.181508"], ["updated_at", "2018-10-11 16:42:35.181508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.183416"], ["updated_at", "2018-10-11 16:42:35.183416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.185087"], ["updated_at", "2018-10-11 16:42:35.185087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.186970"], ["updated_at", "2018-10-11 16:42:35.186970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.188716"], ["updated_at", "2018-10-11 16:42:35.188716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.190271"], ["updated_at", "2018-10-11 16:42:35.190271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.193123"], ["updated_at", "2018-10-11 16:42:35.193123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.194701"], ["updated_at", "2018-10-11 16:42:35.194701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.196457"], ["updated_at", "2018-10-11 16:42:35.196457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.198065"], ["updated_at", "2018-10-11 16:42:35.198065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.199678"], ["updated_at", "2018-10-11 16:42:35.199678"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.201230"], ["updated_at", "2018-10-11 16:42:35.201230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.202861"], ["updated_at", "2018-10-11 16:42:35.202861"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.204447"], ["updated_at", "2018-10-11 16:42:35.204447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.206213"], ["updated_at", "2018-10-11 16:42:35.206213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.207814"], ["updated_at", "2018-10-11 16:42:35.207814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.209434"], ["updated_at", "2018-10-11 16:42:35.209434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.211021"], ["updated_at", "2018-10-11 16:42:35.211021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.212633"], ["updated_at", "2018-10-11 16:42:35.212633"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.214185"], ["updated_at", "2018-10-11 16:42:35.214185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.215947"], ["updated_at", "2018-10-11 16:42:35.215947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.217556"], ["updated_at", "2018-10-11 16:42:35.217556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.219220"], ["updated_at", "2018-10-11 16:42:35.219220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.220782"], ["updated_at", "2018-10-11 16:42:35.220782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.222437"], ["updated_at", "2018-10-11 16:42:35.222437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.224044"], ["updated_at", "2018-10-11 16:42:35.224044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.225682"], ["updated_at", "2018-10-11 16:42:35.225682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.227250"], ["updated_at", "2018-10-11 16:42:35.227250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.228903"], ["updated_at", "2018-10-11 16:42:35.228903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.230452"], ["updated_at", "2018-10-11 16:42:35.230452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.232072"], ["updated_at", "2018-10-11 16:42:35.232072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.233646"], ["updated_at", "2018-10-11 16:42:35.233646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.235260"], ["updated_at", "2018-10-11 16:42:35.235260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.236825"], ["updated_at", "2018-10-11 16:42:35.236825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.238459"], ["updated_at", "2018-10-11 16:42:35.238459"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.240195"], ["updated_at", "2018-10-11 16:42:35.240195"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.242322"], ["updated_at", "2018-10-11 16:42:35.242322"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.244650"], ["updated_at", "2018-10-11 16:42:35.244650"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.247832"], ["updated_at", "2018-10-11 16:42:35.247832"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.250988"], ["updated_at", "2018-10-11 16:42:35.250988"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.253271"], ["updated_at", "2018-10-11 16:42:35.253271"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.255436"], ["updated_at", "2018-10-11 16:42:35.255436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.257522"], ["updated_at", "2018-10-11 16:42:35.257522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.259343"], ["updated_at", "2018-10-11 16:42:35.259343"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.260939"], ["updated_at", "2018-10-11 16:42:35.260939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.263759"], ["updated_at", "2018-10-11 16:42:35.263759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.265390"], ["updated_at", "2018-10-11 16:42:35.265390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.266986"], ["updated_at", "2018-10-11 16:42:35.266986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.268726"], ["updated_at", "2018-10-11 16:42:35.268726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.270305"], ["updated_at", "2018-10-11 16:42:35.270305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.271879"], ["updated_at", "2018-10-11 16:42:35.271879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.273436"], ["updated_at", "2018-10-11 16:42:35.273436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.274969"], ["updated_at", "2018-10-11 16:42:35.274969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.276519"], ["updated_at", "2018-10-11 16:42:35.276519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.278102"], ["updated_at", "2018-10-11 16:42:35.278102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.279751"], ["updated_at", "2018-10-11 16:42:35.279751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.281286"], ["updated_at", "2018-10-11 16:42:35.281286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.282810"], ["updated_at", "2018-10-11 16:42:35.282810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.284348"], ["updated_at", "2018-10-11 16:42:35.284348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.286018"], ["updated_at", "2018-10-11 16:42:35.286018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.287598"], ["updated_at", "2018-10-11 16:42:35.287598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.289149"], ["updated_at", "2018-10-11 16:42:35.289149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.290714"], ["updated_at", "2018-10-11 16:42:35.290714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.292262"], ["updated_at", "2018-10-11 16:42:35.292262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.293797"], ["updated_at", "2018-10-11 16:42:35.293797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.295359"], ["updated_at", "2018-10-11 16:42:35.295359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.296908"], ["updated_at", "2018-10-11 16:42:35.296908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.298530"], ["updated_at", "2018-10-11 16:42:35.298530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.300135"], ["updated_at", "2018-10-11 16:42:35.300135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.301744"], ["updated_at", "2018-10-11 16:42:35.301744"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.303299"], ["updated_at", "2018-10-11 16:42:35.303299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.305547"], ["updated_at", "2018-10-11 16:42:35.305547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.307182"], ["updated_at", "2018-10-11 16:42:35.307182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.308776"], ["updated_at", "2018-10-11 16:42:35.308776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.310342"], ["updated_at", "2018-10-11 16:42:35.310342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.311881"], ["updated_at", "2018-10-11 16:42:35.311881"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.313624"], ["updated_at", "2018-10-11 16:42:35.313624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.315933"], ["updated_at", "2018-10-11 16:42:35.315933"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.317560"], ["updated_at", "2018-10-11 16:42:35.317560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.319184"], ["updated_at", "2018-10-11 16:42:35.319184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.320740"], ["updated_at", "2018-10-11 16:42:35.320740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.322290"], ["updated_at", "2018-10-11 16:42:35.322290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.324092"], ["updated_at", "2018-10-11 16:42:35.324092"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.327297"], ["updated_at", "2018-10-11 16:42:35.327297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.329045"], ["updated_at", "2018-10-11 16:42:35.329045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.330688"], ["updated_at", "2018-10-11 16:42:35.330688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.332247"], ["updated_at", "2018-10-11 16:42:35.332247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.333790"], ["updated_at", "2018-10-11 16:42:35.333790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.335322"], ["updated_at", "2018-10-11 16:42:35.335322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.336844"], ["updated_at", "2018-10-11 16:42:35.336844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.338427"], ["updated_at", "2018-10-11 16:42:35.338427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.339953"], ["updated_at", "2018-10-11 16:42:35.339953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.341485"], ["updated_at", "2018-10-11 16:42:35.341485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.343027"], ["updated_at", "2018-10-11 16:42:35.343027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.344574"], ["updated_at", "2018-10-11 16:42:35.344574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.346116"], ["updated_at", "2018-10-11 16:42:35.346116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.347695"], ["updated_at", "2018-10-11 16:42:35.347695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.349289"], ["updated_at", "2018-10-11 16:42:35.349289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.350853"], ["updated_at", "2018-10-11 16:42:35.350853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.352371"], ["updated_at", "2018-10-11 16:42:35.352371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.353957"], ["updated_at", "2018-10-11 16:42:35.353957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.355507"], ["updated_at", "2018-10-11 16:42:35.355507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.357031"], ["updated_at", "2018-10-11 16:42:35.357031"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.358820"], ["updated_at", "2018-10-11 16:42:35.358820"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.362211"], ["updated_at", "2018-10-11 16:42:35.362211"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.365322"], ["updated_at", "2018-10-11 16:42:35.365322"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.368465"], ["updated_at", "2018-10-11 16:42:35.368465"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.371884"], ["updated_at", "2018-10-11 16:42:35.371884"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.375342"], ["updated_at", "2018-10-11 16:42:35.375342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.377701"], ["updated_at", "2018-10-11 16:42:35.377701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.379423"], ["updated_at", "2018-10-11 16:42:35.379423"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.381601"], ["updated_at", "2018-10-11 16:42:35.381601"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.383535"], ["updated_at", "2018-10-11 16:42:35.383535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.385154"], ["updated_at", "2018-10-11 16:42:35.385154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.386678"], ["updated_at", "2018-10-11 16:42:35.386678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.388598"], ["updated_at", "2018-10-11 16:42:35.388598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.390257"], ["updated_at", "2018-10-11 16:42:35.390257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.393059"], ["updated_at", "2018-10-11 16:42:35.393059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.394754"], ["updated_at", "2018-10-11 16:42:35.394754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.396383"], ["updated_at", "2018-10-11 16:42:35.396383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.397908"], ["updated_at", "2018-10-11 16:42:35.397908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.399490"], ["updated_at", "2018-10-11 16:42:35.399490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.401071"], ["updated_at", "2018-10-11 16:42:35.401071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.402747"], ["updated_at", "2018-10-11 16:42:35.402747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.404337"], ["updated_at", "2018-10-11 16:42:35.404337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.405902"], ["updated_at", "2018-10-11 16:42:35.405902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.407455"], ["updated_at", "2018-10-11 16:42:35.407455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.409026"], ["updated_at", "2018-10-11 16:42:35.409026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.410568"], ["updated_at", "2018-10-11 16:42:35.410568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.412145"], ["updated_at", "2018-10-11 16:42:35.412145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.413720"], ["updated_at", "2018-10-11 16:42:35.413720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.415273"], ["updated_at", "2018-10-11 16:42:35.415273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.416814"], ["updated_at", "2018-10-11 16:42:35.416814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.418378"], ["updated_at", "2018-10-11 16:42:35.418378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.419923"], ["updated_at", "2018-10-11 16:42:35.419923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.421452"], ["updated_at", "2018-10-11 16:42:35.421452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.423011"], ["updated_at", "2018-10-11 16:42:35.423011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.424624"], ["updated_at", "2018-10-11 16:42:35.424624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.426191"], ["updated_at", "2018-10-11 16:42:35.426191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.427757"], ["updated_at", "2018-10-11 16:42:35.427757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.429311"], ["updated_at", "2018-10-11 16:42:35.429311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.430862"], ["updated_at", "2018-10-11 16:42:35.430862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.432412"], ["updated_at", "2018-10-11 16:42:35.432412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.433981"], ["updated_at", "2018-10-11 16:42:35.433981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.435505"], ["updated_at", "2018-10-11 16:42:35.435505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.437047"], ["updated_at", "2018-10-11 16:42:35.437047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.438602"], ["updated_at", "2018-10-11 16:42:35.438602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.440134"], ["updated_at", "2018-10-11 16:42:35.440134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.441704"], ["updated_at", "2018-10-11 16:42:35.441704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.443317"], ["updated_at", "2018-10-11 16:42:35.443317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.444871"], ["updated_at", "2018-10-11 16:42:35.444871"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.448317"], ["updated_at", "2018-10-11 16:42:35.448317"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.450323"], ["updated_at", "2018-10-11 16:42:35.450323"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.452226"], ["updated_at", "2018-10-11 16:42:35.452226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.454116"], ["updated_at", "2018-10-11 16:42:35.454116"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.455680"], ["updated_at", "2018-10-11 16:42:35.455680"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.457368"], ["updated_at", "2018-10-11 16:42:35.457368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.460257"], ["updated_at", "2018-10-11 16:42:35.460257"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.462164"], ["updated_at", "2018-10-11 16:42:35.462164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.463846"], ["updated_at", "2018-10-11 16:42:35.463846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.465443"], ["updated_at", "2018-10-11 16:42:35.465443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.467015"], ["updated_at", "2018-10-11 16:42:35.467015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.468583"], ["updated_at", "2018-10-11 16:42:35.468583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.470137"], ["updated_at", "2018-10-11 16:42:35.470137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.471720"], ["updated_at", "2018-10-11 16:42:35.471720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.473278"], ["updated_at", "2018-10-11 16:42:35.473278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.474822"], ["updated_at", "2018-10-11 16:42:35.474822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.476397"], ["updated_at", "2018-10-11 16:42:35.476397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.478070"], ["updated_at", "2018-10-11 16:42:35.478070"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.479665"], ["updated_at", "2018-10-11 16:42:35.479665"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.482295"], ["updated_at", "2018-10-11 16:42:35.482295"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.485923"], ["updated_at", "2018-10-11 16:42:35.485923"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.489416"], ["updated_at", "2018-10-11 16:42:35.489416"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.492717"], ["updated_at", "2018-10-11 16:42:35.492717"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.496127"], ["updated_at", "2018-10-11 16:42:35.496127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.499114"], ["updated_at", "2018-10-11 16:42:35.499114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.500878"], ["updated_at", "2018-10-11 16:42:35.500878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.502473"], ["updated_at", "2018-10-11 16:42:35.502473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.504035"], ["updated_at", "2018-10-11 16:42:35.504035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.505619"], ["updated_at", "2018-10-11 16:42:35.505619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.507165"], ["updated_at", "2018-10-11 16:42:35.507165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.508682"], ["updated_at", "2018-10-11 16:42:35.508682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.510291"], ["updated_at", "2018-10-11 16:42:35.510291"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.512076"], ["updated_at", "2018-10-11 16:42:35.512076"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.514329"], ["updated_at", "2018-10-11 16:42:35.514329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.516349"], ["updated_at", "2018-10-11 16:42:35.516349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.517951"], ["updated_at", "2018-10-11 16:42:35.517951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.519493"], ["updated_at", "2018-10-11 16:42:35.519493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.521011"], ["updated_at", "2018-10-11 16:42:35.521011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.522618"], ["updated_at", "2018-10-11 16:42:35.522618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.524368"], ["updated_at", "2018-10-11 16:42:35.524368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.527343"], ["updated_at", "2018-10-11 16:42:35.527343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.528986"], ["updated_at", "2018-10-11 16:42:35.528986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.530699"], ["updated_at", "2018-10-11 16:42:35.530699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.532337"], ["updated_at", "2018-10-11 16:42:35.532337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.533917"], ["updated_at", "2018-10-11 16:42:35.533917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.535452"], ["updated_at", "2018-10-11 16:42:35.535452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.536996"], ["updated_at", "2018-10-11 16:42:35.536996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.538506"], ["updated_at", "2018-10-11 16:42:35.538506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.540018"], ["updated_at", "2018-10-11 16:42:35.540018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.541571"], ["updated_at", "2018-10-11 16:42:35.541571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.543132"], ["updated_at", "2018-10-11 16:42:35.543132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.544713"], ["updated_at", "2018-10-11 16:42:35.544713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.546245"], ["updated_at", "2018-10-11 16:42:35.546245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.547802"], ["updated_at", "2018-10-11 16:42:35.547802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.549319"], ["updated_at", "2018-10-11 16:42:35.549319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.550870"], ["updated_at", "2018-10-11 16:42:35.550870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.552391"], ["updated_at", "2018-10-11 16:42:35.552391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.553938"], ["updated_at", "2018-10-11 16:42:35.553938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.555482"], ["updated_at", "2018-10-11 16:42:35.555482"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.557029"], ["updated_at", "2018-10-11 16:42:35.557029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.558771"], ["updated_at", "2018-10-11 16:42:35.558771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.560322"], ["updated_at", "2018-10-11 16:42:35.560322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.561882"], ["updated_at", "2018-10-11 16:42:35.561882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.563422"], ["updated_at", "2018-10-11 16:42:35.563422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.564976"], ["updated_at", "2018-10-11 16:42:35.564976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.566529"], ["updated_at", "2018-10-11 16:42:35.566529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.568145"], ["updated_at", "2018-10-11 16:42:35.568145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.569737"], ["updated_at", "2018-10-11 16:42:35.569737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.571287"], ["updated_at", "2018-10-11 16:42:35.571287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.572815"], ["updated_at", "2018-10-11 16:42:35.572815"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.574511"], ["updated_at", "2018-10-11 16:42:35.574511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.576240"], ["updated_at", "2018-10-11 16:42:35.576240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.577857"], ["updated_at", "2018-10-11 16:42:35.577857"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.579574"], ["updated_at", "2018-10-11 16:42:35.579574"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.582111"], ["updated_at", "2018-10-11 16:42:35.582111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.583832"], ["updated_at", "2018-10-11 16:42:35.583832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.585375"], ["updated_at", "2018-10-11 16:42:35.585375"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.586930"], ["updated_at", "2018-10-11 16:42:35.586930"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.589030"], ["updated_at", "2018-10-11 16:42:35.589030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.591595"], ["updated_at", "2018-10-11 16:42:35.591595"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.594559"], ["updated_at", "2018-10-11 16:42:35.594559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.596276"], ["updated_at", "2018-10-11 16:42:35.596276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.597927"], ["updated_at", "2018-10-11 16:42:35.597927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.599542"], ["updated_at", "2018-10-11 16:42:35.599542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.601105"], ["updated_at", "2018-10-11 16:42:35.601105"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.602668"], ["updated_at", "2018-10-11 16:42:35.602668"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.605930"], ["updated_at", "2018-10-11 16:42:35.605930"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.609302"], ["updated_at", "2018-10-11 16:42:35.609302"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.612795"], ["updated_at", "2018-10-11 16:42:35.612795"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.616297"], ["updated_at", "2018-10-11 16:42:35.616297"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.619738"], ["updated_at", "2018-10-11 16:42:35.619738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.622132"], ["updated_at", "2018-10-11 16:42:35.622132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.623745"], ["updated_at", "2018-10-11 16:42:35.623745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.625311"], ["updated_at", "2018-10-11 16:42:35.625311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.626924"], ["updated_at", "2018-10-11 16:42:35.626924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.628493"], ["updated_at", "2018-10-11 16:42:35.628493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.630052"], ["updated_at", "2018-10-11 16:42:35.630052"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.631698"], ["updated_at", "2018-10-11 16:42:35.631698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.633511"], ["updated_at", "2018-10-11 16:42:35.633511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.635137"], ["updated_at", "2018-10-11 16:42:35.635137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.636714"], ["updated_at", "2018-10-11 16:42:35.636714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.638301"], ["updated_at", "2018-10-11 16:42:35.638301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.639871"], ["updated_at", "2018-10-11 16:42:35.639871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.641454"], ["updated_at", "2018-10-11 16:42:35.641454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.643052"], ["updated_at", "2018-10-11 16:42:35.643052"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.644631"], ["updated_at", "2018-10-11 16:42:35.644631"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.646795"], ["updated_at", "2018-10-11 16:42:35.646795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.649116"], ["updated_at", "2018-10-11 16:42:35.649116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.650853"], ["updated_at", "2018-10-11 16:42:35.650853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.652434"], ["updated_at", "2018-10-11 16:42:35.652434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.653978"], ["updated_at", "2018-10-11 16:42:35.653978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.655539"], ["updated_at", "2018-10-11 16:42:35.655539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.657133"], ["updated_at", "2018-10-11 16:42:35.657133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.660163"], ["updated_at", "2018-10-11 16:42:35.660163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.661752"], ["updated_at", "2018-10-11 16:42:35.661752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.663359"], ["updated_at", "2018-10-11 16:42:35.663359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.664956"], ["updated_at", "2018-10-11 16:42:35.664956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.666578"], ["updated_at", "2018-10-11 16:42:35.666578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.668264"], ["updated_at", "2018-10-11 16:42:35.668264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.669954"], ["updated_at", "2018-10-11 16:42:35.669954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.671622"], ["updated_at", "2018-10-11 16:42:35.671622"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.673215"], ["updated_at", "2018-10-11 16:42:35.673215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.676333"], ["updated_at", "2018-10-11 16:42:35.676333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.678462"], ["updated_at", "2018-10-11 16:42:35.678462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.680010"], ["updated_at", "2018-10-11 16:42:35.680010"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.681560"], ["updated_at", "2018-10-11 16:42:35.681560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.683357"], ["updated_at", "2018-10-11 16:42:35.683357"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.685473"], ["updated_at", "2018-10-11 16:42:35.685473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.687600"], ["updated_at", "2018-10-11 16:42:35.687600"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.689150"], ["updated_at", "2018-10-11 16:42:35.689150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.690843"], ["updated_at", "2018-10-11 16:42:35.690843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.692429"], ["updated_at", "2018-10-11 16:42:35.692429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.693998"], ["updated_at", "2018-10-11 16:42:35.693998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.695606"], ["updated_at", "2018-10-11 16:42:35.695606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.697227"], ["updated_at", "2018-10-11 16:42:35.697227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.698765"], ["updated_at", "2018-10-11 16:42:35.698765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.700297"], ["updated_at", "2018-10-11 16:42:35.700297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.701891"], ["updated_at", "2018-10-11 16:42:35.701891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.704342"], ["updated_at", "2018-10-11 16:42:35.704342"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.705896"], ["updated_at", "2018-10-11 16:42:35.705896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.707645"], ["updated_at", "2018-10-11 16:42:35.707645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.709199"], ["updated_at", "2018-10-11 16:42:35.709199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.710775"], ["updated_at", "2018-10-11 16:42:35.710775"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.712485"], ["updated_at", "2018-10-11 16:42:35.712485"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.714962"], ["updated_at", "2018-10-11 16:42:35.714962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.716823"], ["updated_at", "2018-10-11 16:42:35.716823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.718458"], ["updated_at", "2018-10-11 16:42:35.718458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.720013"], ["updated_at", "2018-10-11 16:42:35.720013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.721548"], ["updated_at", "2018-10-11 16:42:35.721548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.723242"], ["updated_at", "2018-10-11 16:42:35.723242"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.726299"], ["updated_at", "2018-10-11 16:42:35.726299"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.729753"], ["updated_at", "2018-10-11 16:42:35.729753"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.733166"], ["updated_at", "2018-10-11 16:42:35.733166"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.736698"], ["updated_at", "2018-10-11 16:42:35.736698"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.740124"], ["updated_at", "2018-10-11 16:42:35.740124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.743502"], ["updated_at", "2018-10-11 16:42:35.743502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.745628"], ["updated_at", "2018-10-11 16:42:35.745628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.747120"], ["updated_at", "2018-10-11 16:42:35.747120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.749313"], ["updated_at", "2018-10-11 16:42:35.749313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.751088"], ["updated_at", "2018-10-11 16:42:35.751088"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.752761"], ["updated_at", "2018-10-11 16:42:35.752761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.754421"], ["updated_at", "2018-10-11 16:42:35.754421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.756041"], ["updated_at", "2018-10-11 16:42:35.756041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.757624"], ["updated_at", "2018-10-11 16:42:35.757624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.759283"], ["updated_at", "2018-10-11 16:42:35.759283"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.760878"], ["updated_at", "2018-10-11 16:42:35.760878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.762465"], ["updated_at", "2018-10-11 16:42:35.762465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.764007"], ["updated_at", "2018-10-11 16:42:35.764007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.765648"], ["updated_at", "2018-10-11 16:42:35.765648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.767455"], ["updated_at", "2018-10-11 16:42:35.767455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.769109"], ["updated_at", "2018-10-11 16:42:35.769109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.770675"], ["updated_at", "2018-10-11 16:42:35.770675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.772296"], ["updated_at", "2018-10-11 16:42:35.772296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.773982"], ["updated_at", "2018-10-11 16:42:35.773982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.775641"], ["updated_at", "2018-10-11 16:42:35.775641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.777280"], ["updated_at", "2018-10-11 16:42:35.777280"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.778989"], ["updated_at", "2018-10-11 16:42:35.778989"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.781542"], ["updated_at", "2018-10-11 16:42:35.781542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.783354"], ["updated_at", "2018-10-11 16:42:35.783354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.784972"], ["updated_at", "2018-10-11 16:42:35.784972"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.786519"], ["updated_at", "2018-10-11 16:42:35.786519"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.788100"], ["updated_at", "2018-10-11 16:42:35.788100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.791986"], ["updated_at", "2018-10-11 16:42:35.791986"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.795107"], ["updated_at", "2018-10-11 16:42:35.795107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.796955"], ["updated_at", "2018-10-11 16:42:35.796955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.798835"], ["updated_at", "2018-10-11 16:42:35.798835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.800434"], ["updated_at", "2018-10-11 16:42:35.800434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.803330"], ["updated_at", "2018-10-11 16:42:35.803330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.804902"], ["updated_at", "2018-10-11 16:42:35.804902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.806665"], ["updated_at", "2018-10-11 16:42:35.806665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.808225"], ["updated_at", "2018-10-11 16:42:35.808225"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.809820"], ["updated_at", "2018-10-11 16:42:35.809820"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.811643"], ["updated_at", "2018-10-11 16:42:35.811643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.813370"], ["updated_at", "2018-10-11 16:42:35.813370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.815339"], ["updated_at", "2018-10-11 16:42:35.815339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.816928"], ["updated_at", "2018-10-11 16:42:35.816928"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.818738"], ["updated_at", "2018-10-11 16:42:35.818738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.820546"], ["updated_at", "2018-10-11 16:42:35.820546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.822144"], ["updated_at", "2018-10-11 16:42:35.822144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.823738"], ["updated_at", "2018-10-11 16:42:35.823738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.825660"], ["updated_at", "2018-10-11 16:42:35.825660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.827473"], ["updated_at", "2018-10-11 16:42:35.827473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.829138"], ["updated_at", "2018-10-11 16:42:35.829138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.830797"], ["updated_at", "2018-10-11 16:42:35.830797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.832701"], ["updated_at", "2018-10-11 16:42:35.832701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.834505"], ["updated_at", "2018-10-11 16:42:35.834505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.836095"], ["updated_at", "2018-10-11 16:42:35.836095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.837690"], ["updated_at", "2018-10-11 16:42:35.837690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.839252"], ["updated_at", "2018-10-11 16:42:35.839252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.840802"], ["updated_at", "2018-10-11 16:42:35.840802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.842384"], ["updated_at", "2018-10-11 16:42:35.842384"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.844013"], ["updated_at", "2018-10-11 16:42:35.844013"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.851028"], ["updated_at", "2018-10-11 16:42:35.851028"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.853655"], ["updated_at", "2018-10-11 16:42:35.853655"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.855793"], ["updated_at", "2018-10-11 16:42:35.855793"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.857901"], ["updated_at", "2018-10-11 16:42:35.857901"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.859963"], ["updated_at", "2018-10-11 16:42:35.859963"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.862175"], ["updated_at", "2018-10-11 16:42:35.862175"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.864396"], ["updated_at", "2018-10-11 16:42:35.864396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.867228"], ["updated_at", "2018-10-11 16:42:35.867228"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.869010"], ["updated_at", "2018-10-11 16:42:35.869010"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.870756"], ["updated_at", "2018-10-11 16:42:35.870756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.872519"], ["updated_at", "2018-10-11 16:42:35.872519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.874070"], ["updated_at", "2018-10-11 16:42:35.874070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.875675"], ["updated_at", "2018-10-11 16:42:35.875675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.877311"], ["updated_at", "2018-10-11 16:42:35.877311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.879057"], ["updated_at", "2018-10-11 16:42:35.879057"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.880730"], ["updated_at", "2018-10-11 16:42:35.880730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.882485"], ["updated_at", "2018-10-11 16:42:35.882485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.884087"], ["updated_at", "2018-10-11 16:42:35.884087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.885659"], ["updated_at", "2018-10-11 16:42:35.885659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.887229"], ["updated_at", "2018-10-11 16:42:35.887229"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.888754"], ["updated_at", "2018-10-11 16:42:35.888754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.891012"], ["updated_at", "2018-10-11 16:42:35.891012"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.892898"], ["updated_at", "2018-10-11 16:42:35.892898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.894853"], ["updated_at", "2018-10-11 16:42:35.894853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.896880"], ["updated_at", "2018-10-11 16:42:35.896880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.898601"], ["updated_at", "2018-10-11 16:42:35.898601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.900225"], ["updated_at", "2018-10-11 16:42:35.900225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.901735"], ["updated_at", "2018-10-11 16:42:35.901735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.903188"], ["updated_at", "2018-10-11 16:42:35.903188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.904867"], ["updated_at", "2018-10-11 16:42:35.904867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.906561"], ["updated_at", "2018-10-11 16:42:35.906561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.908166"], ["updated_at", "2018-10-11 16:42:35.908166"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.910066"], ["updated_at", "2018-10-11 16:42:35.910066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.912563"], ["updated_at", "2018-10-11 16:42:35.912563"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.914639"], ["updated_at", "2018-10-11 16:42:35.914639"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.917187"], ["updated_at", "2018-10-11 16:42:35.917187"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.918924"], ["updated_at", "2018-10-11 16:42:35.918924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.920900"], ["updated_at", "2018-10-11 16:42:35.920900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.922488"], ["updated_at", "2018-10-11 16:42:35.922488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.924051"], ["updated_at", "2018-10-11 16:42:35.924051"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.925737"], ["updated_at", "2018-10-11 16:42:35.925737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.928701"], ["updated_at", "2018-10-11 16:42:35.928701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.930430"], ["updated_at", "2018-10-11 16:42:35.930430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.932056"], ["updated_at", "2018-10-11 16:42:35.932056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.933712"], ["updated_at", "2018-10-11 16:42:35.933712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.935201"], ["updated_at", "2018-10-11 16:42:35.935201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.936808"], ["updated_at", "2018-10-11 16:42:35.936808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.938410"], ["updated_at", "2018-10-11 16:42:35.938410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.939961"], ["updated_at", "2018-10-11 16:42:35.939961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.941560"], ["updated_at", "2018-10-11 16:42:35.941560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.943096"], ["updated_at", "2018-10-11 16:42:35.943096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.944634"], ["updated_at", "2018-10-11 16:42:35.944634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.946173"], ["updated_at", "2018-10-11 16:42:35.946173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.947736"], ["updated_at", "2018-10-11 16:42:35.947736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.949275"], ["updated_at", "2018-10-11 16:42:35.949275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.950810"], ["updated_at", "2018-10-11 16:42:35.950810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.952477"], ["updated_at", "2018-10-11 16:42:35.952477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.954040"], ["updated_at", "2018-10-11 16:42:35.954040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.955568"], ["updated_at", "2018-10-11 16:42:35.955568"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.957288"], ["updated_at", "2018-10-11 16:42:35.957288"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.959007"], ["updated_at", "2018-10-11 16:42:35.959007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.960909"], ["updated_at", "2018-10-11 16:42:35.960909"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.962514"], ["updated_at", "2018-10-11 16:42:35.962514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.964220"], ["updated_at", "2018-10-11 16:42:35.964220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.965846"], ["updated_at", "2018-10-11 16:42:35.965846"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.967414"], ["updated_at", "2018-10-11 16:42:35.967414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.968943"], ["updated_at", "2018-10-11 16:42:35.968943"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.970707"], ["updated_at", "2018-10-11 16:42:35.970707"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.973941"], ["updated_at", "2018-10-11 16:42:35.973941"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.977739"], ["updated_at", "2018-10-11 16:42:35.977739"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.982209"], ["updated_at", "2018-10-11 16:42:35.982209"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.985716"], ["updated_at", "2018-10-11 16:42:35.985716"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.987844"], ["updated_at", "2018-10-11 16:42:35.987844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.990167"], ["updated_at", "2018-10-11 16:42:35.990167"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.991818"], ["updated_at", "2018-10-11 16:42:35.991818"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.993652"], ["updated_at", "2018-10-11 16:42:35.993652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.996528"], ["updated_at", "2018-10-11 16:42:35.996528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.998167"], ["updated_at", "2018-10-11 16:42:35.998167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:35.999839"], ["updated_at", "2018-10-11 16:42:35.999839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.001474"], ["updated_at", "2018-10-11 16:42:36.001474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.003127"], ["updated_at", "2018-10-11 16:42:36.003127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.004692"], ["updated_at", "2018-10-11 16:42:36.004692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.006434"], ["updated_at", "2018-10-11 16:42:36.006434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.007971"], ["updated_at", "2018-10-11 16:42:36.007971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.009682"], ["updated_at", "2018-10-11 16:42:36.009682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.011264"], ["updated_at", "2018-10-11 16:42:36.011264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.012944"], ["updated_at", "2018-10-11 16:42:36.012944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.014585"], ["updated_at", "2018-10-11 16:42:36.014585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.016273"], ["updated_at", "2018-10-11 16:42:36.016273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.017903"], ["updated_at", "2018-10-11 16:42:36.017903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.019439"], ["updated_at", "2018-10-11 16:42:36.019439"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.020983"], ["updated_at", "2018-10-11 16:42:36.020983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.022997"], ["updated_at", "2018-10-11 16:42:36.022997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.024651"], ["updated_at", "2018-10-11 16:42:36.024651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.026195"], ["updated_at", "2018-10-11 16:42:36.026195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.027892"], ["updated_at", "2018-10-11 16:42:36.027892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.029584"], ["updated_at", "2018-10-11 16:42:36.029584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.031228"], ["updated_at", "2018-10-11 16:42:36.031228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.032959"], ["updated_at", "2018-10-11 16:42:36.032959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.034529"], ["updated_at", "2018-10-11 16:42:36.034529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.036050"], ["updated_at", "2018-10-11 16:42:36.036050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.037582"], ["updated_at", "2018-10-11 16:42:36.037582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.039133"], ["updated_at", "2018-10-11 16:42:36.039133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.040673"], ["updated_at", "2018-10-11 16:42:36.040673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.042251"], ["updated_at", "2018-10-11 16:42:36.042251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.043757"], ["updated_at", "2018-10-11 16:42:36.043757"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.045266"], ["updated_at", "2018-10-11 16:42:36.045266"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.047485"], ["updated_at", "2018-10-11 16:42:36.047485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.049934"], ["updated_at", "2018-10-11 16:42:36.049934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.051542"], ["updated_at", "2018-10-11 16:42:36.051542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.053063"], ["updated_at", "2018-10-11 16:42:36.053063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.054576"], ["updated_at", "2018-10-11 16:42:36.054576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.056148"], ["updated_at", "2018-10-11 16:42:36.056148"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.057716"], ["updated_at", "2018-10-11 16:42:36.057716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.060350"], ["updated_at", "2018-10-11 16:42:36.060350"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.062243"], ["updated_at", "2018-10-11 16:42:36.062243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.064009"], ["updated_at", "2018-10-11 16:42:36.064009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.065588"], ["updated_at", "2018-10-11 16:42:36.065588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.067155"], ["updated_at", "2018-10-11 16:42:36.067155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.068710"], ["updated_at", "2018-10-11 16:42:36.068710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.070355"], ["updated_at", "2018-10-11 16:42:36.070355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.071994"], ["updated_at", "2018-10-11 16:42:36.071994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.073695"], ["updated_at", "2018-10-11 16:42:36.073695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.075214"], ["updated_at", "2018-10-11 16:42:36.075214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.076730"], ["updated_at", "2018-10-11 16:42:36.076730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.078338"], ["updated_at", "2018-10-11 16:42:36.078338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.079958"], ["updated_at", "2018-10-11 16:42:36.079958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.081521"], ["updated_at", "2018-10-11 16:42:36.081521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.083048"], ["updated_at", "2018-10-11 16:42:36.083048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.084604"], ["updated_at", "2018-10-11 16:42:36.084604"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.086136"], ["updated_at", "2018-10-11 16:42:36.086136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.088056"], ["updated_at", "2018-10-11 16:42:36.088056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.089716"], ["updated_at", "2018-10-11 16:42:36.089716"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.091357"], ["updated_at", "2018-10-11 16:42:36.091357"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.093913"], ["updated_at", "2018-10-11 16:42:36.093913"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.097133"], ["updated_at", "2018-10-11 16:42:36.097133"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.100464"], ["updated_at", "2018-10-11 16:42:36.100464"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.103852"], ["updated_at", "2018-10-11 16:42:36.103852"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.107755"], ["updated_at", "2018-10-11 16:42:36.107755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.110833"], ["updated_at", "2018-10-11 16:42:36.110833"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.113000"], ["updated_at", "2018-10-11 16:42:36.113000"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.115606"], ["updated_at", "2018-10-11 16:42:36.115606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.117856"], ["updated_at", "2018-10-11 16:42:36.117856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.119645"], ["updated_at", "2018-10-11 16:42:36.119645"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.121372"], ["updated_at", "2018-10-11 16:42:36.121372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.123347"], ["updated_at", "2018-10-11 16:42:36.123347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.125059"], ["updated_at", "2018-10-11 16:42:36.125059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.127164"], ["updated_at", "2018-10-11 16:42:36.127164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.129473"], ["updated_at", "2018-10-11 16:42:36.129473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.131076"], ["updated_at", "2018-10-11 16:42:36.131076"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.132847"], ["updated_at", "2018-10-11 16:42:36.132847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.134597"], ["updated_at", "2018-10-11 16:42:36.134597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.136151"], ["updated_at", "2018-10-11 16:42:36.136151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.137732"], ["updated_at", "2018-10-11 16:42:36.137732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.139311"], ["updated_at", "2018-10-11 16:42:36.139311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.140875"], ["updated_at", "2018-10-11 16:42:36.140875"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.142392"], ["updated_at", "2018-10-11 16:42:36.142392"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.143916"], ["updated_at", "2018-10-11 16:42:36.143916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.145586"], ["updated_at", "2018-10-11 16:42:36.145586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.147295"], ["updated_at", "2018-10-11 16:42:36.147295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.148868"], ["updated_at", "2018-10-11 16:42:36.148868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.150413"], ["updated_at", "2018-10-11 16:42:36.150413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.153177"], ["updated_at", "2018-10-11 16:42:36.153177"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.154782"], ["updated_at", "2018-10-11 16:42:36.154782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.156464"], ["updated_at", "2018-10-11 16:42:36.156464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.157982"], ["updated_at", "2018-10-11 16:42:36.157982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.159544"], ["updated_at", "2018-10-11 16:42:36.159544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.161269"], ["updated_at", "2018-10-11 16:42:36.161269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.162989"], ["updated_at", "2018-10-11 16:42:36.162989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.164526"], ["updated_at", "2018-10-11 16:42:36.164526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.166083"], ["updated_at", "2018-10-11 16:42:36.166083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.167595"], ["updated_at", "2018-10-11 16:42:36.167595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.169304"], ["updated_at", "2018-10-11 16:42:36.169304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.170872"], ["updated_at", "2018-10-11 16:42:36.170872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.172439"], ["updated_at", "2018-10-11 16:42:36.172439"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.174199"], ["updated_at", "2018-10-11 16:42:36.174199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.175722"], ["updated_at", "2018-10-11 16:42:36.175722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.177274"], ["updated_at", "2018-10-11 16:42:36.177274"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.178793"], ["updated_at", "2018-10-11 16:42:36.178793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.180492"], ["updated_at", "2018-10-11 16:42:36.180492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.182011"], ["updated_at", "2018-10-11 16:42:36.182011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.183525"], ["updated_at", "2018-10-11 16:42:36.183525"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.185371"], ["updated_at", "2018-10-11 16:42:36.185371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.187132"], ["updated_at", "2018-10-11 16:42:36.187132"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.188660"], ["updated_at", "2018-10-11 16:42:36.188660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.190145"], ["updated_at", "2018-10-11 16:42:36.190145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.191696"], ["updated_at", "2018-10-11 16:42:36.191696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.193215"], ["updated_at", "2018-10-11 16:42:36.193215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.194917"], ["updated_at", "2018-10-11 16:42:36.194917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.196465"], ["updated_at", "2018-10-11 16:42:36.196465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.198143"], ["updated_at", "2018-10-11 16:42:36.198143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.199717"], ["updated_at", "2018-10-11 16:42:36.199717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.201250"], ["updated_at", "2018-10-11 16:42:36.201250"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.202874"], ["updated_at", "2018-10-11 16:42:36.202874"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.204797"], ["updated_at", "2018-10-11 16:42:36.204797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.206586"], ["updated_at", "2018-10-11 16:42:36.206586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.208192"], ["updated_at", "2018-10-11 16:42:36.208192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.209889"], ["updated_at", "2018-10-11 16:42:36.209889"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.211442"], ["updated_at", "2018-10-11 16:42:36.211442"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.213284"], ["updated_at", "2018-10-11 16:42:36.213284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.215133"], ["updated_at", "2018-10-11 16:42:36.215133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.216841"], ["updated_at", "2018-10-11 16:42:36.216841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.218681"], ["updated_at", "2018-10-11 16:42:36.218681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.220443"], ["updated_at", "2018-10-11 16:42:36.220443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.222283"], ["updated_at", "2018-10-11 16:42:36.222283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.224004"], ["updated_at", "2018-10-11 16:42:36.224004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.225850"], ["updated_at", "2018-10-11 16:42:36.225850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.227555"], ["updated_at", "2018-10-11 16:42:36.227555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.229342"], ["updated_at", "2018-10-11 16:42:36.229342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.231274"], ["updated_at", "2018-10-11 16:42:36.231274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.233060"], ["updated_at", "2018-10-11 16:42:36.233060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.234583"], ["updated_at", "2018-10-11 16:42:36.234583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.236118"], ["updated_at", "2018-10-11 16:42:36.236118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.237643"], ["updated_at", "2018-10-11 16:42:36.237643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.239172"], ["updated_at", "2018-10-11 16:42:36.239172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.240771"], ["updated_at", "2018-10-11 16:42:36.240771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.242282"], ["updated_at", "2018-10-11 16:42:36.242282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.243878"], ["updated_at", "2018-10-11 16:42:36.243878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.245447"], ["updated_at", "2018-10-11 16:42:36.245447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.247035"], ["updated_at", "2018-10-11 16:42:36.247035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.248547"], ["updated_at", "2018-10-11 16:42:36.248547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.250053"], ["updated_at", "2018-10-11 16:42:36.250053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.251527"], ["updated_at", "2018-10-11 16:42:36.251527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.253033"], ["updated_at", "2018-10-11 16:42:36.253033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.254574"], ["updated_at", "2018-10-11 16:42:36.254574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.256096"], ["updated_at", "2018-10-11 16:42:36.256096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.257592"], ["updated_at", "2018-10-11 16:42:36.257592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.259146"], ["updated_at", "2018-10-11 16:42:36.259146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.260696"], ["updated_at", "2018-10-11 16:42:36.260696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.262160"], ["updated_at", "2018-10-11 16:42:36.262160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.263663"], ["updated_at", "2018-10-11 16:42:36.263663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.265186"], ["updated_at", "2018-10-11 16:42:36.265186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.266882"], ["updated_at", "2018-10-11 16:42:36.266882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.268435"], ["updated_at", "2018-10-11 16:42:36.268435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.269991"], ["updated_at", "2018-10-11 16:42:36.269991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.271518"], ["updated_at", "2018-10-11 16:42:36.271518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.273139"], ["updated_at", "2018-10-11 16:42:36.273139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.274677"], ["updated_at", "2018-10-11 16:42:36.274677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.276216"], ["updated_at", "2018-10-11 16:42:36.276216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.277867"], ["updated_at", "2018-10-11 16:42:36.277867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.279420"], ["updated_at", "2018-10-11 16:42:36.279420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.280946"], ["updated_at", "2018-10-11 16:42:36.280946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.282532"], ["updated_at", "2018-10-11 16:42:36.282532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.284086"], ["updated_at", "2018-10-11 16:42:36.284086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.285847"], ["updated_at", "2018-10-11 16:42:36.285847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.287375"], ["updated_at", "2018-10-11 16:42:36.287375"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.288882"], ["updated_at", "2018-10-11 16:42:36.288882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.290700"], ["updated_at", "2018-10-11 16:42:36.290700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.292294"], ["updated_at", "2018-10-11 16:42:36.292294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.293961"], ["updated_at", "2018-10-11 16:42:36.293961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.295548"], ["updated_at", "2018-10-11 16:42:36.295548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.297142"], ["updated_at", "2018-10-11 16:42:36.297142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.298736"], ["updated_at", "2018-10-11 16:42:36.298736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.300319"], ["updated_at", "2018-10-11 16:42:36.300319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.301922"], ["updated_at", "2018-10-11 16:42:36.301922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.303569"], ["updated_at", "2018-10-11 16:42:36.303569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.305105"], ["updated_at", "2018-10-11 16:42:36.305105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.306623"], ["updated_at", "2018-10-11 16:42:36.306623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.308152"], ["updated_at", "2018-10-11 16:42:36.308152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.309669"], ["updated_at", "2018-10-11 16:42:36.309669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.311216"], ["updated_at", "2018-10-11 16:42:36.311216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.312722"], ["updated_at", "2018-10-11 16:42:36.312722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.314301"], ["updated_at", "2018-10-11 16:42:36.314301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.315793"], ["updated_at", "2018-10-11 16:42:36.315793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.317320"], ["updated_at", "2018-10-11 16:42:36.317320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.318844"], ["updated_at", "2018-10-11 16:42:36.318844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.320356"], ["updated_at", "2018-10-11 16:42:36.320356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.321918"], ["updated_at", "2018-10-11 16:42:36.321918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.323424"], ["updated_at", "2018-10-11 16:42:36.323424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.325011"], ["updated_at", "2018-10-11 16:42:36.325011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.326561"], ["updated_at", "2018-10-11 16:42:36.326561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.328069"], ["updated_at", "2018-10-11 16:42:36.328069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.329585"], ["updated_at", "2018-10-11 16:42:36.329585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.331195"], ["updated_at", "2018-10-11 16:42:36.331195"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.332727"], ["updated_at", "2018-10-11 16:42:36.332727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.334399"], ["updated_at", "2018-10-11 16:42:36.334399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.336007"], ["updated_at", "2018-10-11 16:42:36.336007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.337538"], ["updated_at", "2018-10-11 16:42:36.337538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.339053"], ["updated_at", "2018-10-11 16:42:36.339053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.340671"], ["updated_at", "2018-10-11 16:42:36.340671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.342303"], ["updated_at", "2018-10-11 16:42:36.342303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.343853"], ["updated_at", "2018-10-11 16:42:36.343853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.345442"], ["updated_at", "2018-10-11 16:42:36.345442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.346982"], ["updated_at", "2018-10-11 16:42:36.346982"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.348537"], ["updated_at", "2018-10-11 16:42:36.348537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.350211"], ["updated_at", "2018-10-11 16:42:36.350211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.351827"], ["updated_at", "2018-10-11 16:42:36.351827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.353382"], ["updated_at", "2018-10-11 16:42:36.353382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.354900"], ["updated_at", "2018-10-11 16:42:36.354900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.356415"], ["updated_at", "2018-10-11 16:42:36.356415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.358133"], ["updated_at", "2018-10-11 16:42:36.358133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.359846"], ["updated_at", "2018-10-11 16:42:36.359846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.361443"], ["updated_at", "2018-10-11 16:42:36.361443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.362993"], ["updated_at", "2018-10-11 16:42:36.362993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.364537"], ["updated_at", "2018-10-11 16:42:36.364537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.366136"], ["updated_at", "2018-10-11 16:42:36.366136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.367661"], ["updated_at", "2018-10-11 16:42:36.367661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.369202"], ["updated_at", "2018-10-11 16:42:36.369202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.370757"], ["updated_at", "2018-10-11 16:42:36.370757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.372241"], ["updated_at", "2018-10-11 16:42:36.372241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.373731"], ["updated_at", "2018-10-11 16:42:36.373731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.375287"], ["updated_at", "2018-10-11 16:42:36.375287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.376801"], ["updated_at", "2018-10-11 16:42:36.376801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.378312"], ["updated_at", "2018-10-11 16:42:36.378312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.379870"], ["updated_at", "2018-10-11 16:42:36.379870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.381381"], ["updated_at", "2018-10-11 16:42:36.381381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.382912"], ["updated_at", "2018-10-11 16:42:36.382912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.384426"], ["updated_at", "2018-10-11 16:42:36.384426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.386010"], ["updated_at", "2018-10-11 16:42:36.386010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.387529"], ["updated_at", "2018-10-11 16:42:36.387529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.389149"], ["updated_at", "2018-10-11 16:42:36.389149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.390693"], ["updated_at", "2018-10-11 16:42:36.390693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.392273"], ["updated_at", "2018-10-11 16:42:36.392273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.393893"], ["updated_at", "2018-10-11 16:42:36.393893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.395424"], ["updated_at", "2018-10-11 16:42:36.395424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.396945"], ["updated_at", "2018-10-11 16:42:36.396945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.398481"], ["updated_at", "2018-10-11 16:42:36.398481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.399969"], ["updated_at", "2018-10-11 16:42:36.399969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.401478"], ["updated_at", "2018-10-11 16:42:36.401478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.403028"], ["updated_at", "2018-10-11 16:42:36.403028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.404591"], ["updated_at", "2018-10-11 16:42:36.404591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.406129"], ["updated_at", "2018-10-11 16:42:36.406129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.407645"], ["updated_at", "2018-10-11 16:42:36.407645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.409163"], ["updated_at", "2018-10-11 16:42:36.409163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.410705"], ["updated_at", "2018-10-11 16:42:36.410705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.412609"], ["updated_at", "2018-10-11 16:42:36.412609"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.414297"], ["updated_at", "2018-10-11 16:42:36.414297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.415960"], ["updated_at", "2018-10-11 16:42:36.415960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.417538"], ["updated_at", "2018-10-11 16:42:36.417538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.419107"], ["updated_at", "2018-10-11 16:42:36.419107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.420674"], ["updated_at", "2018-10-11 16:42:36.420674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.422202"], ["updated_at", "2018-10-11 16:42:36.422202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.423762"], ["updated_at", "2018-10-11 16:42:36.423762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.425321"], ["updated_at", "2018-10-11 16:42:36.425321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.426846"], ["updated_at", "2018-10-11 16:42:36.426846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.428416"], ["updated_at", "2018-10-11 16:42:36.428416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.430020"], ["updated_at", "2018-10-11 16:42:36.430020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.431586"], ["updated_at", "2018-10-11 16:42:36.431586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.433142"], ["updated_at", "2018-10-11 16:42:36.433142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.434669"], ["updated_at", "2018-10-11 16:42:36.434669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.436235"], ["updated_at", "2018-10-11 16:42:36.436235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.437747"], ["updated_at", "2018-10-11 16:42:36.437747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.439306"], ["updated_at", "2018-10-11 16:42:36.439306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.440868"], ["updated_at", "2018-10-11 16:42:36.440868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.442356"], ["updated_at", "2018-10-11 16:42:36.442356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.443891"], ["updated_at", "2018-10-11 16:42:36.443891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.445562"], ["updated_at", "2018-10-11 16:42:36.445562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.447132"], ["updated_at", "2018-10-11 16:42:36.447132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.448847"], ["updated_at", "2018-10-11 16:42:36.448847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.450492"], ["updated_at", "2018-10-11 16:42:36.450492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.453292"], ["updated_at", "2018-10-11 16:42:36.453292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.454822"], ["updated_at", "2018-10-11 16:42:36.454822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.456385"], ["updated_at", "2018-10-11 16:42:36.456385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.457900"], ["updated_at", "2018-10-11 16:42:36.457900"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.459598"], ["updated_at", "2018-10-11 16:42:36.459598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.461348"], ["updated_at", "2018-10-11 16:42:36.461348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.463044"], ["updated_at", "2018-10-11 16:42:36.463044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.464626"], ["updated_at", "2018-10-11 16:42:36.464626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.466143"], ["updated_at", "2018-10-11 16:42:36.466143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.467668"], ["updated_at", "2018-10-11 16:42:36.467668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.469201"], ["updated_at", "2018-10-11 16:42:36.469201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.470750"], ["updated_at", "2018-10-11 16:42:36.470750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.472461"], ["updated_at", "2018-10-11 16:42:36.472461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.474278"], ["updated_at", "2018-10-11 16:42:36.474278"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.475987"], ["updated_at", "2018-10-11 16:42:36.475987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.477487"], ["updated_at", "2018-10-11 16:42:36.477487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.479062"], ["updated_at", "2018-10-11 16:42:36.479062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.480579"], ["updated_at", "2018-10-11 16:42:36.480579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.482108"], ["updated_at", "2018-10-11 16:42:36.482108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.483649"], ["updated_at", "2018-10-11 16:42:36.483649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.485164"], ["updated_at", "2018-10-11 16:42:36.485164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.486697"], ["updated_at", "2018-10-11 16:42:36.486697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.488367"], ["updated_at", "2018-10-11 16:42:36.488367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.489954"], ["updated_at", "2018-10-11 16:42:36.489954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.491480"], ["updated_at", "2018-10-11 16:42:36.491480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.493026"], ["updated_at", "2018-10-11 16:42:36.493026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.494558"], ["updated_at", "2018-10-11 16:42:36.494558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.496123"], ["updated_at", "2018-10-11 16:42:36.496123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.497674"], ["updated_at", "2018-10-11 16:42:36.497674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.499193"], ["updated_at", "2018-10-11 16:42:36.499193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.500713"], ["updated_at", "2018-10-11 16:42:36.500713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.502207"], ["updated_at", "2018-10-11 16:42:36.502207"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.503809"], ["updated_at", "2018-10-11 16:42:36.503809"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.505482"], ["updated_at", "2018-10-11 16:42:36.505482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.507280"], ["updated_at", "2018-10-11 16:42:36.507280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.508932"], ["updated_at", "2018-10-11 16:42:36.508932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.510496"], ["updated_at", "2018-10-11 16:42:36.510496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.512038"], ["updated_at", "2018-10-11 16:42:36.512038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.513528"], ["updated_at", "2018-10-11 16:42:36.513528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.515094"], ["updated_at", "2018-10-11 16:42:36.515094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.516681"], ["updated_at", "2018-10-11 16:42:36.516681"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.518191"], ["updated_at", "2018-10-11 16:42:36.518191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.519682"], ["updated_at", "2018-10-11 16:42:36.519682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.521234"], ["updated_at", "2018-10-11 16:42:36.521234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.522734"], ["updated_at", "2018-10-11 16:42:36.522734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.524248"], ["updated_at", "2018-10-11 16:42:36.524248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.525779"], ["updated_at", "2018-10-11 16:42:36.525779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.527701"], ["updated_at", "2018-10-11 16:42:36.527701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.529255"], ["updated_at", "2018-10-11 16:42:36.529255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.530748"], ["updated_at", "2018-10-11 16:42:36.530748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.532287"], ["updated_at", "2018-10-11 16:42:36.532287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.533880"], ["updated_at", "2018-10-11 16:42:36.533880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.535413"], ["updated_at", "2018-10-11 16:42:36.535413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.536933"], ["updated_at", "2018-10-11 16:42:36.536933"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.538448"], ["updated_at", "2018-10-11 16:42:36.538448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.540178"], ["updated_at", "2018-10-11 16:42:36.540178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.541769"], ["updated_at", "2018-10-11 16:42:36.541769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.543285"], ["updated_at", "2018-10-11 16:42:36.543285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.544807"], ["updated_at", "2018-10-11 16:42:36.544807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.546314"], ["updated_at", "2018-10-11 16:42:36.546314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.547828"], ["updated_at", "2018-10-11 16:42:36.547828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.549466"], ["updated_at", "2018-10-11 16:42:36.549466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.551046"], ["updated_at", "2018-10-11 16:42:36.551046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.552597"], ["updated_at", "2018-10-11 16:42:36.552597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.554117"], ["updated_at", "2018-10-11 16:42:36.554117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.555585"], ["updated_at", "2018-10-11 16:42:36.555585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.557104"], ["updated_at", "2018-10-11 16:42:36.557104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.558788"], ["updated_at", "2018-10-11 16:42:36.558788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.560385"], ["updated_at", "2018-10-11 16:42:36.560385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.562047"], ["updated_at", "2018-10-11 16:42:36.562047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.563639"], ["updated_at", "2018-10-11 16:42:36.563639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.565192"], ["updated_at", "2018-10-11 16:42:36.565192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.566744"], ["updated_at", "2018-10-11 16:42:36.566744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.568335"], ["updated_at", "2018-10-11 16:42:36.568335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.569890"], ["updated_at", "2018-10-11 16:42:36.569890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.571423"], ["updated_at", "2018-10-11 16:42:36.571423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.572968"], ["updated_at", "2018-10-11 16:42:36.572968"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.574989"], ["updated_at", "2018-10-11 16:42:36.574989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.577253"], ["updated_at", "2018-10-11 16:42:36.577253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.578792"], ["updated_at", "2018-10-11 16:42:36.578792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.580399"], ["updated_at", "2018-10-11 16:42:36.580399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.581962"], ["updated_at", "2018-10-11 16:42:36.581962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.583490"], ["updated_at", "2018-10-11 16:42:36.583490"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.585003"], ["updated_at", "2018-10-11 16:42:36.585003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.587458"], ["updated_at", "2018-10-11 16:42:36.587458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.589032"], ["updated_at", "2018-10-11 16:42:36.589032"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.590634"], ["updated_at", "2018-10-11 16:42:36.590634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.592366"], ["updated_at", "2018-10-11 16:42:36.592366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.593935"], ["updated_at", "2018-10-11 16:42:36.593935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.595481"], ["updated_at", "2018-10-11 16:42:36.595481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.597013"], ["updated_at", "2018-10-11 16:42:36.597013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.598552"], ["updated_at", "2018-10-11 16:42:36.598552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.600101"], ["updated_at", "2018-10-11 16:42:36.600101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.601642"], ["updated_at", "2018-10-11 16:42:36.601642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.603166"], ["updated_at", "2018-10-11 16:42:36.603166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.604672"], ["updated_at", "2018-10-11 16:42:36.604672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.606174"], ["updated_at", "2018-10-11 16:42:36.606174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.607831"], ["updated_at", "2018-10-11 16:42:36.607831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.609391"], ["updated_at", "2018-10-11 16:42:36.609391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.610939"], ["updated_at", "2018-10-11 16:42:36.610939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.612473"], ["updated_at", "2018-10-11 16:42:36.612473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.613973"], ["updated_at", "2018-10-11 16:42:36.613973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.615653"], ["updated_at", "2018-10-11 16:42:36.615653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.617177"], ["updated_at", "2018-10-11 16:42:36.617177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.618729"], ["updated_at", "2018-10-11 16:42:36.618729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.620221"], ["updated_at", "2018-10-11 16:42:36.620221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.621745"], ["updated_at", "2018-10-11 16:42:36.621745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.623310"], ["updated_at", "2018-10-11 16:42:36.623310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.624834"], ["updated_at", "2018-10-11 16:42:36.624834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.626369"], ["updated_at", "2018-10-11 16:42:36.626369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.627898"], ["updated_at", "2018-10-11 16:42:36.627898"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.629419"], ["updated_at", "2018-10-11 16:42:36.629419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.631337"], ["updated_at", "2018-10-11 16:42:36.631337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.633068"], ["updated_at", "2018-10-11 16:42:36.633068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.634595"], ["updated_at", "2018-10-11 16:42:36.634595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.636128"], ["updated_at", "2018-10-11 16:42:36.636128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.637622"], ["updated_at", "2018-10-11 16:42:36.637622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.639175"], ["updated_at", "2018-10-11 16:42:36.639175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.640691"], ["updated_at", "2018-10-11 16:42:36.640691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.642305"], ["updated_at", "2018-10-11 16:42:36.642305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.643854"], ["updated_at", "2018-10-11 16:42:36.643854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.645485"], ["updated_at", "2018-10-11 16:42:36.645485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.647150"], ["updated_at", "2018-10-11 16:42:36.647150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.648743"], ["updated_at", "2018-10-11 16:42:36.648743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.650306"], ["updated_at", "2018-10-11 16:42:36.650306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.651828"], ["updated_at", "2018-10-11 16:42:36.651828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.653361"], ["updated_at", "2018-10-11 16:42:36.653361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.654906"], ["updated_at", "2018-10-11 16:42:36.654906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.656468"], ["updated_at", "2018-10-11 16:42:36.656468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.658022"], ["updated_at", "2018-10-11 16:42:36.658022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.659527"], ["updated_at", "2018-10-11 16:42:36.659527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.661060"], ["updated_at", "2018-10-11 16:42:36.661060"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.662632"], ["updated_at", "2018-10-11 16:42:36.662632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.664595"], ["updated_at", "2018-10-11 16:42:36.664595"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.666211"], ["updated_at", "2018-10-11 16:42:36.666211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.668007"], ["updated_at", "2018-10-11 16:42:36.668007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.669632"], ["updated_at", "2018-10-11 16:42:36.669632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.671205"], ["updated_at", "2018-10-11 16:42:36.671205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.672734"], ["updated_at", "2018-10-11 16:42:36.672734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.674333"], ["updated_at", "2018-10-11 16:42:36.674333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.675859"], ["updated_at", "2018-10-11 16:42:36.675859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.677484"], ["updated_at", "2018-10-11 16:42:36.677484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.679253"], ["updated_at", "2018-10-11 16:42:36.679253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.680967"], ["updated_at", "2018-10-11 16:42:36.680967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.682574"], ["updated_at", "2018-10-11 16:42:36.682574"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.684171"], ["updated_at", "2018-10-11 16:42:36.684171"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.686364"], ["updated_at", "2018-10-11 16:42:36.686364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.688325"], ["updated_at", "2018-10-11 16:42:36.688325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.690049"], ["updated_at", "2018-10-11 16:42:36.690049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.691657"], ["updated_at", "2018-10-11 16:42:36.691657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.693196"], ["updated_at", "2018-10-11 16:42:36.693196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.694785"], ["updated_at", "2018-10-11 16:42:36.694785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.696362"], ["updated_at", "2018-10-11 16:42:36.696362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.697908"], ["updated_at", "2018-10-11 16:42:36.697908"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.699419"], ["updated_at", "2018-10-11 16:42:36.699419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.701319"], ["updated_at", "2018-10-11 16:42:36.701319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.703038"], ["updated_at", "2018-10-11 16:42:36.703038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.704608"], ["updated_at", "2018-10-11 16:42:36.704608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.706188"], ["updated_at", "2018-10-11 16:42:36.706188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.707760"], ["updated_at", "2018-10-11 16:42:36.707760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.709405"], ["updated_at", "2018-10-11 16:42:36.709405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.711054"], ["updated_at", "2018-10-11 16:42:36.711054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.712664"], ["updated_at", "2018-10-11 16:42:36.712664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.714297"], ["updated_at", "2018-10-11 16:42:36.714297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.715929"], ["updated_at", "2018-10-11 16:42:36.715929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.717618"], ["updated_at", "2018-10-11 16:42:36.717618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.719165"], ["updated_at", "2018-10-11 16:42:36.719165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.720698"], ["updated_at", "2018-10-11 16:42:36.720698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.722279"], ["updated_at", "2018-10-11 16:42:36.722279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.723808"], ["updated_at", "2018-10-11 16:42:36.723808"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.726008"], ["updated_at", "2018-10-11 16:42:36.726008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.728879"], ["updated_at", "2018-10-11 16:42:36.728879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.730584"], ["updated_at", "2018-10-11 16:42:36.730584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.732202"], ["updated_at", "2018-10-11 16:42:36.732202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.733745"], ["updated_at", "2018-10-11 16:42:36.733745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.735355"], ["updated_at", "2018-10-11 16:42:36.735355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.736927"], ["updated_at", "2018-10-11 16:42:36.736927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.738454"], ["updated_at", "2018-10-11 16:42:36.738454"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.740155"], ["updated_at", "2018-10-11 16:42:36.740155"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.742158"], ["updated_at", "2018-10-11 16:42:36.742158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.744290"], ["updated_at", "2018-10-11 16:42:36.744290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.746042"], ["updated_at", "2018-10-11 16:42:36.746042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.747675"], ["updated_at", "2018-10-11 16:42:36.747675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.749292"], ["updated_at", "2018-10-11 16:42:36.749292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.750850"], ["updated_at", "2018-10-11 16:42:36.750850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.752423"], ["updated_at", "2018-10-11 16:42:36.752423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.755192"], ["updated_at", "2018-10-11 16:42:36.755192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.756802"], ["updated_at", "2018-10-11 16:42:36.756802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.758351"], ["updated_at", "2018-10-11 16:42:36.758351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.759863"], ["updated_at", "2018-10-11 16:42:36.759863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.761411"], ["updated_at", "2018-10-11 16:42:36.761411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.762968"], ["updated_at", "2018-10-11 16:42:36.762968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.764497"], ["updated_at", "2018-10-11 16:42:36.764497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.766012"], ["updated_at", "2018-10-11 16:42:36.766012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.767550"], ["updated_at", "2018-10-11 16:42:36.767550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.769054"], ["updated_at", "2018-10-11 16:42:36.769054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.770604"], ["updated_at", "2018-10-11 16:42:36.770604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.772138"], ["updated_at", "2018-10-11 16:42:36.772138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.773674"], ["updated_at", "2018-10-11 16:42:36.773674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.775215"], ["updated_at", "2018-10-11 16:42:36.775215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.776731"], ["updated_at", "2018-10-11 16:42:36.776731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.778317"], ["updated_at", "2018-10-11 16:42:36.778317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.779798"], ["updated_at", "2018-10-11 16:42:36.779798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.781365"], ["updated_at", "2018-10-11 16:42:36.781365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.782887"], ["updated_at", "2018-10-11 16:42:36.782887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.784395"], ["updated_at", "2018-10-11 16:42:36.784395"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.786131"], ["updated_at", "2018-10-11 16:42:36.786131"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.787951"], ["updated_at", "2018-10-11 16:42:36.787951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.791570"], ["updated_at", "2018-10-11 16:42:36.791570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.793293"], ["updated_at", "2018-10-11 16:42:36.793293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.794863"], ["updated_at", "2018-10-11 16:42:36.794863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.796477"], ["updated_at", "2018-10-11 16:42:36.796477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.798129"], ["updated_at", "2018-10-11 16:42:36.798129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.799817"], ["updated_at", "2018-10-11 16:42:36.799817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.801438"], ["updated_at", "2018-10-11 16:42:36.801438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.803079"], ["updated_at", "2018-10-11 16:42:36.803079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.804716"], ["updated_at", "2018-10-11 16:42:36.804716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.806330"], ["updated_at", "2018-10-11 16:42:36.806330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.808078"], ["updated_at", "2018-10-11 16:42:36.808078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.809608"], ["updated_at", "2018-10-11 16:42:36.809608"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.811229"], ["updated_at", "2018-10-11 16:42:36.811229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.813117"], ["updated_at", "2018-10-11 16:42:36.813117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.814725"], ["updated_at", "2018-10-11 16:42:36.814725"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.816399"], ["updated_at", "2018-10-11 16:42:36.816399"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.818183"], ["updated_at", "2018-10-11 16:42:36.818183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.819897"], ["updated_at", "2018-10-11 16:42:36.819897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.821532"], ["updated_at", "2018-10-11 16:42:36.821532"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.823069"], ["updated_at", "2018-10-11 16:42:36.823069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.825319"], ["updated_at", "2018-10-11 16:42:36.825319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.827473"], ["updated_at", "2018-10-11 16:42:36.827473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.829136"], ["updated_at", "2018-10-11 16:42:36.829136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.830675"], ["updated_at", "2018-10-11 16:42:36.830675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.832216"], ["updated_at", "2018-10-11 16:42:36.832216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.833864"], ["updated_at", "2018-10-11 16:42:36.833864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.835497"], ["updated_at", "2018-10-11 16:42:36.835497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.837001"], ["updated_at", "2018-10-11 16:42:36.837001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.838485"], ["updated_at", "2018-10-11 16:42:36.838485"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.840036"], ["updated_at", "2018-10-11 16:42:36.840036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.841854"], ["updated_at", "2018-10-11 16:42:36.841854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.843415"], ["updated_at", "2018-10-11 16:42:36.843415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.845060"], ["updated_at", "2018-10-11 16:42:36.845060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.846684"], ["updated_at", "2018-10-11 16:42:36.846684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.848291"], ["updated_at", "2018-10-11 16:42:36.848291"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.849886"], ["updated_at", "2018-10-11 16:42:36.849886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.851557"], ["updated_at", "2018-10-11 16:42:36.851557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.853218"], ["updated_at", "2018-10-11 16:42:36.853218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.854836"], ["updated_at", "2018-10-11 16:42:36.854836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.856393"], ["updated_at", "2018-10-11 16:42:36.856393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.857928"], ["updated_at", "2018-10-11 16:42:36.857928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.859457"], ["updated_at", "2018-10-11 16:42:36.859457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.860951"], ["updated_at", "2018-10-11 16:42:36.860951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.862461"], ["updated_at", "2018-10-11 16:42:36.862461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.864140"], ["updated_at", "2018-10-11 16:42:36.864140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.865729"], ["updated_at", "2018-10-11 16:42:36.865729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.867235"], ["updated_at", "2018-10-11 16:42:36.867235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.868910"], ["updated_at", "2018-10-11 16:42:36.868910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.870465"], ["updated_at", "2018-10-11 16:42:36.870465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.872044"], ["updated_at", "2018-10-11 16:42:36.872044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.873665"], ["updated_at", "2018-10-11 16:42:36.873665"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.875194"], ["updated_at", "2018-10-11 16:42:36.875194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.876922"], ["updated_at", "2018-10-11 16:42:36.876922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.878525"], ["updated_at", "2018-10-11 16:42:36.878525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.880256"], ["updated_at", "2018-10-11 16:42:36.880256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.881843"], ["updated_at", "2018-10-11 16:42:36.881843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.883385"], ["updated_at", "2018-10-11 16:42:36.883385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.884900"], ["updated_at", "2018-10-11 16:42:36.884900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.886445"], ["updated_at", "2018-10-11 16:42:36.886445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.888024"], ["updated_at", "2018-10-11 16:42:36.888024"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.889790"], ["updated_at", "2018-10-11 16:42:36.889790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.891863"], ["updated_at", "2018-10-11 16:42:36.891863"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.893573"], ["updated_at", "2018-10-11 16:42:36.893573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.895130"], ["updated_at", "2018-10-11 16:42:36.895130"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.896694"], ["updated_at", "2018-10-11 16:42:36.896694"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.898217"], ["updated_at", "2018-10-11 16:42:36.898217"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.900117"], ["updated_at", "2018-10-11 16:42:36.900117"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.902717"], ["updated_at", "2018-10-11 16:42:36.902717"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.904435"], ["updated_at", "2018-10-11 16:42:36.904435"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.906582"], ["updated_at", "2018-10-11 16:42:36.906582"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.908418"], ["updated_at", "2018-10-11 16:42:36.908418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.911019"], ["updated_at", "2018-10-11 16:42:36.911019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.912781"], ["updated_at", "2018-10-11 16:42:36.912781"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.914373"], ["updated_at", "2018-10-11 16:42:36.914373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.916305"], ["updated_at", "2018-10-11 16:42:36.916305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.917888"], ["updated_at", "2018-10-11 16:42:36.917888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.919397"], ["updated_at", "2018-10-11 16:42:36.919397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.921071"], ["updated_at", "2018-10-11 16:42:36.921071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.922690"], ["updated_at", "2018-10-11 16:42:36.922690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.924218"], ["updated_at", "2018-10-11 16:42:36.924218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.925778"], ["updated_at", "2018-10-11 16:42:36.925778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.927322"], ["updated_at", "2018-10-11 16:42:36.927322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.928886"], ["updated_at", "2018-10-11 16:42:36.928886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.930377"], ["updated_at", "2018-10-11 16:42:36.930377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.932287"], ["updated_at", "2018-10-11 16:42:36.932287"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.933976"], ["updated_at", "2018-10-11 16:42:36.933976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.935714"], ["updated_at", "2018-10-11 16:42:36.935714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.937288"], ["updated_at", "2018-10-11 16:42:36.937288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.938910"], ["updated_at", "2018-10-11 16:42:36.938910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.940484"], ["updated_at", "2018-10-11 16:42:36.940484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.942039"], ["updated_at", "2018-10-11 16:42:36.942039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.943582"], ["updated_at", "2018-10-11 16:42:36.943582"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.945201"], ["updated_at", "2018-10-11 16:42:36.945201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.946905"], ["updated_at", "2018-10-11 16:42:36.946905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.948526"], ["updated_at", "2018-10-11 16:42:36.948526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.950066"], ["updated_at", "2018-10-11 16:42:36.950066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.951581"], ["updated_at", "2018-10-11 16:42:36.951581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.953091"], ["updated_at", "2018-10-11 16:42:36.953091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.954590"], ["updated_at", "2018-10-11 16:42:36.954590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.956082"], ["updated_at", "2018-10-11 16:42:36.956082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.957733"], ["updated_at", "2018-10-11 16:42:36.957733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.959316"], ["updated_at", "2018-10-11 16:42:36.959316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.960961"], ["updated_at", "2018-10-11 16:42:36.960961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.962597"], ["updated_at", "2018-10-11 16:42:36.962597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.964124"], ["updated_at", "2018-10-11 16:42:36.964124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.965728"], ["updated_at", "2018-10-11 16:42:36.965728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.967273"], ["updated_at", "2018-10-11 16:42:36.967273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.968851"], ["updated_at", "2018-10-11 16:42:36.968851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.970372"], ["updated_at", "2018-10-11 16:42:36.970372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.971884"], ["updated_at", "2018-10-11 16:42:36.971884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.973410"], ["updated_at", "2018-10-11 16:42:36.973410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.975014"], ["updated_at", "2018-10-11 16:42:36.975014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.976549"], ["updated_at", "2018-10-11 16:42:36.976549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.978059"], ["updated_at", "2018-10-11 16:42:36.978059"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.979574"], ["updated_at", "2018-10-11 16:42:36.979574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.981251"], ["updated_at", "2018-10-11 16:42:36.981251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.982799"], ["updated_at", "2018-10-11 16:42:36.982799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.984459"], ["updated_at", "2018-10-11 16:42:36.984459"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.986048"], ["updated_at", "2018-10-11 16:42:36.986048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.988254"], ["updated_at", "2018-10-11 16:42:36.988254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.989880"], ["updated_at", "2018-10-11 16:42:36.989880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.991460"], ["updated_at", "2018-10-11 16:42:36.991460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.992982"], ["updated_at", "2018-10-11 16:42:36.992982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.994516"], ["updated_at", "2018-10-11 16:42:36.994516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.996093"], ["updated_at", "2018-10-11 16:42:36.996093"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.997612"], ["updated_at", "2018-10-11 16:42:36.997612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:36.999332"], ["updated_at", "2018-10-11 16:42:36.999332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.000908"], ["updated_at", "2018-10-11 16:42:37.000908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.002421"], ["updated_at", "2018-10-11 16:42:37.002421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.004039"], ["updated_at", "2018-10-11 16:42:37.004039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.005600"], ["updated_at", "2018-10-11 16:42:37.005600"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.007130"], ["updated_at", "2018-10-11 16:42:37.007130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.009132"], ["updated_at", "2018-10-11 16:42:37.009132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.010781"], ["updated_at", "2018-10-11 16:42:37.010781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.012332"], ["updated_at", "2018-10-11 16:42:37.012332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.013953"], ["updated_at", "2018-10-11 16:42:37.013953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.015509"], ["updated_at", "2018-10-11 16:42:37.015509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.017058"], ["updated_at", "2018-10-11 16:42:37.017058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.018561"], ["updated_at", "2018-10-11 16:42:37.018561"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.020106"], ["updated_at", "2018-10-11 16:42:37.020106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.021693"], ["updated_at", "2018-10-11 16:42:37.021693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.023261"], ["updated_at", "2018-10-11 16:42:37.023261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.024903"], ["updated_at", "2018-10-11 16:42:37.024903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.026444"], ["updated_at", "2018-10-11 16:42:37.026444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.027997"], ["updated_at", "2018-10-11 16:42:37.027997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.029539"], ["updated_at", "2018-10-11 16:42:37.029539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.031069"], ["updated_at", "2018-10-11 16:42:37.031069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.032642"], ["updated_at", "2018-10-11 16:42:37.032642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.034199"], ["updated_at", "2018-10-11 16:42:37.034199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.035693"], ["updated_at", "2018-10-11 16:42:37.035693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.037237"], ["updated_at", "2018-10-11 16:42:37.037237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.038969"], ["updated_at", "2018-10-11 16:42:37.038969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.040517"], ["updated_at", "2018-10-11 16:42:37.040517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.042099"], ["updated_at", "2018-10-11 16:42:37.042099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.043664"], ["updated_at", "2018-10-11 16:42:37.043664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.045239"], ["updated_at", "2018-10-11 16:42:37.045239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.046772"], ["updated_at", "2018-10-11 16:42:37.046772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.048314"], ["updated_at", "2018-10-11 16:42:37.048314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.049865"], ["updated_at", "2018-10-11 16:42:37.049865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.051424"], ["updated_at", "2018-10-11 16:42:37.051424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.052959"], ["updated_at", "2018-10-11 16:42:37.052959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.054479"], ["updated_at", "2018-10-11 16:42:37.054479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.056017"], ["updated_at", "2018-10-11 16:42:37.056017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.057525"], ["updated_at", "2018-10-11 16:42:37.057525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.059057"], ["updated_at", "2018-10-11 16:42:37.059057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.061822"], ["updated_at", "2018-10-11 16:42:37.061822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.063417"], ["updated_at", "2018-10-11 16:42:37.063417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.064918"], ["updated_at", "2018-10-11 16:42:37.064918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.066475"], ["updated_at", "2018-10-11 16:42:37.066475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.068021"], ["updated_at", "2018-10-11 16:42:37.068021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.069554"], ["updated_at", "2018-10-11 16:42:37.069554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.071096"], ["updated_at", "2018-10-11 16:42:37.071096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.072642"], ["updated_at", "2018-10-11 16:42:37.072642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.074148"], ["updated_at", "2018-10-11 16:42:37.074148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.075680"], ["updated_at", "2018-10-11 16:42:37.075680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.077214"], ["updated_at", "2018-10-11 16:42:37.077214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.078781"], ["updated_at", "2018-10-11 16:42:37.078781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.080318"], ["updated_at", "2018-10-11 16:42:37.080318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.081838"], ["updated_at", "2018-10-11 16:42:37.081838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.083381"], ["updated_at", "2018-10-11 16:42:37.083381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.085034"], ["updated_at", "2018-10-11 16:42:37.085034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.086714"], ["updated_at", "2018-10-11 16:42:37.086714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.088297"], ["updated_at", "2018-10-11 16:42:37.088297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.089834"], ["updated_at", "2018-10-11 16:42:37.089834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.091368"], ["updated_at", "2018-10-11 16:42:37.091368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.092910"], ["updated_at", "2018-10-11 16:42:37.092910"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.094442"], ["updated_at", "2018-10-11 16:42:37.094442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.096106"], ["updated_at", "2018-10-11 16:42:37.096106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.097692"], ["updated_at", "2018-10-11 16:42:37.097692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.099221"], ["updated_at", "2018-10-11 16:42:37.099221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.100830"], ["updated_at", "2018-10-11 16:42:37.100830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.102679"], ["updated_at", "2018-10-11 16:42:37.102679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.104278"], ["updated_at", "2018-10-11 16:42:37.104278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.105871"], ["updated_at", "2018-10-11 16:42:37.105871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.107411"], ["updated_at", "2018-10-11 16:42:37.107411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.108954"], ["updated_at", "2018-10-11 16:42:37.108954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.110514"], ["updated_at", "2018-10-11 16:42:37.110514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.112054"], ["updated_at", "2018-10-11 16:42:37.112054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.113572"], ["updated_at", "2018-10-11 16:42:37.113572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.115132"], ["updated_at", "2018-10-11 16:42:37.115132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.116702"], ["updated_at", "2018-10-11 16:42:37.116702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.118228"], ["updated_at", "2018-10-11 16:42:37.118228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.119806"], ["updated_at", "2018-10-11 16:42:37.119806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.121312"], ["updated_at", "2018-10-11 16:42:37.121312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.122859"], ["updated_at", "2018-10-11 16:42:37.122859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.124414"], ["updated_at", "2018-10-11 16:42:37.124414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.125945"], ["updated_at", "2018-10-11 16:42:37.125945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.127450"], ["updated_at", "2018-10-11 16:42:37.127450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.129040"], ["updated_at", "2018-10-11 16:42:37.129040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.130592"], ["updated_at", "2018-10-11 16:42:37.130592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.132163"], ["updated_at", "2018-10-11 16:42:37.132163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.133779"], ["updated_at", "2018-10-11 16:42:37.133779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.135347"], ["updated_at", "2018-10-11 16:42:37.135347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.136850"], ["updated_at", "2018-10-11 16:42:37.136850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.138366"], ["updated_at", "2018-10-11 16:42:37.138366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.139909"], ["updated_at", "2018-10-11 16:42:37.139909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.141456"], ["updated_at", "2018-10-11 16:42:37.141456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.143010"], ["updated_at", "2018-10-11 16:42:37.143010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.144534"], ["updated_at", "2018-10-11 16:42:37.144534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.146055"], ["updated_at", "2018-10-11 16:42:37.146055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.147569"], ["updated_at", "2018-10-11 16:42:37.147569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.149077"], ["updated_at", "2018-10-11 16:42:37.149077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.150562"], ["updated_at", "2018-10-11 16:42:37.150562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.152051"], ["updated_at", "2018-10-11 16:42:37.152051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.153559"], ["updated_at", "2018-10-11 16:42:37.153559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.155103"], ["updated_at", "2018-10-11 16:42:37.155103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.156688"], ["updated_at", "2018-10-11 16:42:37.156688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.158246"], ["updated_at", "2018-10-11 16:42:37.158246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.159750"], ["updated_at", "2018-10-11 16:42:37.159750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.161428"], ["updated_at", "2018-10-11 16:42:37.161428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.162941"], ["updated_at", "2018-10-11 16:42:37.162941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.164472"], ["updated_at", "2018-10-11 16:42:37.164472"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.165976"], ["updated_at", "2018-10-11 16:42:37.165976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.167973"], ["updated_at", "2018-10-11 16:42:37.167973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.169563"], ["updated_at", "2018-10-11 16:42:37.169563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.171137"], ["updated_at", "2018-10-11 16:42:37.171137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.172685"], ["updated_at", "2018-10-11 16:42:37.172685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.174203"], ["updated_at", "2018-10-11 16:42:37.174203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.175739"], ["updated_at", "2018-10-11 16:42:37.175739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.177234"], ["updated_at", "2018-10-11 16:42:37.177234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.178795"], ["updated_at", "2018-10-11 16:42:37.178795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.180318"], ["updated_at", "2018-10-11 16:42:37.180318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.181869"], ["updated_at", "2018-10-11 16:42:37.181869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.183420"], ["updated_at", "2018-10-11 16:42:37.183420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.185276"], ["updated_at", "2018-10-11 16:42:37.185276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.186903"], ["updated_at", "2018-10-11 16:42:37.186903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.188472"], ["updated_at", "2018-10-11 16:42:37.188472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.190021"], ["updated_at", "2018-10-11 16:42:37.190021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.191546"], ["updated_at", "2018-10-11 16:42:37.191546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.193082"], ["updated_at", "2018-10-11 16:42:37.193082"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.194642"], ["updated_at", "2018-10-11 16:42:37.194642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.196383"], ["updated_at", "2018-10-11 16:42:37.196383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.197942"], ["updated_at", "2018-10-11 16:42:37.197942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.199539"], ["updated_at", "2018-10-11 16:42:37.199539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.201100"], ["updated_at", "2018-10-11 16:42:37.201100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.202650"], ["updated_at", "2018-10-11 16:42:37.202650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.204162"], ["updated_at", "2018-10-11 16:42:37.204162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.205673"], ["updated_at", "2018-10-11 16:42:37.205673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.207216"], ["updated_at", "2018-10-11 16:42:37.207216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.208728"], ["updated_at", "2018-10-11 16:42:37.208728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.210274"], ["updated_at", "2018-10-11 16:42:37.210274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.211863"], ["updated_at", "2018-10-11 16:42:37.211863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.213538"], ["updated_at", "2018-10-11 16:42:37.213538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.215064"], ["updated_at", "2018-10-11 16:42:37.215064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.216590"], ["updated_at", "2018-10-11 16:42:37.216590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.218131"], ["updated_at", "2018-10-11 16:42:37.218131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.219635"], ["updated_at", "2018-10-11 16:42:37.219635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.221130"], ["updated_at", "2018-10-11 16:42:37.221130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.222641"], ["updated_at", "2018-10-11 16:42:37.222641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.224163"], ["updated_at", "2018-10-11 16:42:37.224163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.225643"], ["updated_at", "2018-10-11 16:42:37.225643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.227198"], ["updated_at", "2018-10-11 16:42:37.227198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.228698"], ["updated_at", "2018-10-11 16:42:37.228698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.230175"], ["updated_at", "2018-10-11 16:42:37.230175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.231745"], ["updated_at", "2018-10-11 16:42:37.231745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.233253"], ["updated_at", "2018-10-11 16:42:37.233253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.234747"], ["updated_at", "2018-10-11 16:42:37.234747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.236276"], ["updated_at", "2018-10-11 16:42:37.236276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.237777"], ["updated_at", "2018-10-11 16:42:37.237777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.239314"], ["updated_at", "2018-10-11 16:42:37.239314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.240803"], ["updated_at", "2018-10-11 16:42:37.240803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.242325"], ["updated_at", "2018-10-11 16:42:37.242325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.243833"], ["updated_at", "2018-10-11 16:42:37.243833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.245306"], ["updated_at", "2018-10-11 16:42:37.245306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.246872"], ["updated_at", "2018-10-11 16:42:37.246872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.248366"], ["updated_at", "2018-10-11 16:42:37.248366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.249848"], ["updated_at", "2018-10-11 16:42:37.249848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.251399"], ["updated_at", "2018-10-11 16:42:37.251399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.252909"], ["updated_at", "2018-10-11 16:42:37.252909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.254424"], ["updated_at", "2018-10-11 16:42:37.254424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.255909"], ["updated_at", "2018-10-11 16:42:37.255909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.257422"], ["updated_at", "2018-10-11 16:42:37.257422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.259025"], ["updated_at", "2018-10-11 16:42:37.259025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.260647"], ["updated_at", "2018-10-11 16:42:37.260647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.262170"], ["updated_at", "2018-10-11 16:42:37.262170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.263752"], ["updated_at", "2018-10-11 16:42:37.263752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.265334"], ["updated_at", "2018-10-11 16:42:37.265334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.266846"], ["updated_at", "2018-10-11 16:42:37.266846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.268373"], ["updated_at", "2018-10-11 16:42:37.268373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.269914"], ["updated_at", "2018-10-11 16:42:37.269914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.271412"], ["updated_at", "2018-10-11 16:42:37.271412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.272908"], ["updated_at", "2018-10-11 16:42:37.272908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.274397"], ["updated_at", "2018-10-11 16:42:37.274397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.275934"], ["updated_at", "2018-10-11 16:42:37.275934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.277448"], ["updated_at", "2018-10-11 16:42:37.277448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.278938"], ["updated_at", "2018-10-11 16:42:37.278938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.280537"], ["updated_at", "2018-10-11 16:42:37.280537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.282111"], ["updated_at", "2018-10-11 16:42:37.282111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.283640"], ["updated_at", "2018-10-11 16:42:37.283640"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.285501"], ["updated_at", "2018-10-11 16:42:37.285501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.287257"], ["updated_at", "2018-10-11 16:42:37.287257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.288943"], ["updated_at", "2018-10-11 16:42:37.288943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.290575"], ["updated_at", "2018-10-11 16:42:37.290575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.292138"], ["updated_at", "2018-10-11 16:42:37.292138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.293669"], ["updated_at", "2018-10-11 16:42:37.293669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.295314"], ["updated_at", "2018-10-11 16:42:37.295314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.296821"], ["updated_at", "2018-10-11 16:42:37.296821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.298335"], ["updated_at", "2018-10-11 16:42:37.298335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.299849"], ["updated_at", "2018-10-11 16:42:37.299849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.301426"], ["updated_at", "2018-10-11 16:42:37.301426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.302949"], ["updated_at", "2018-10-11 16:42:37.302949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.304474"], ["updated_at", "2018-10-11 16:42:37.304474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.306038"], ["updated_at", "2018-10-11 16:42:37.306038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.307526"], ["updated_at", "2018-10-11 16:42:37.307526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.309054"], ["updated_at", "2018-10-11 16:42:37.309054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.310606"], ["updated_at", "2018-10-11 16:42:37.310606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.312128"], ["updated_at", "2018-10-11 16:42:37.312128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.313674"], ["updated_at", "2018-10-11 16:42:37.313674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.315223"], ["updated_at", "2018-10-11 16:42:37.315223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.316771"], ["updated_at", "2018-10-11 16:42:37.316771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.318370"], ["updated_at", "2018-10-11 16:42:37.318370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.319889"], ["updated_at", "2018-10-11 16:42:37.319889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.321404"], ["updated_at", "2018-10-11 16:42:37.321404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.323020"], ["updated_at", "2018-10-11 16:42:37.323020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.324584"], ["updated_at", "2018-10-11 16:42:37.324584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.326116"], ["updated_at", "2018-10-11 16:42:37.326116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.327648"], ["updated_at", "2018-10-11 16:42:37.327648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.329205"], ["updated_at", "2018-10-11 16:42:37.329205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.330727"], ["updated_at", "2018-10-11 16:42:37.330727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.332278"], ["updated_at", "2018-10-11 16:42:37.332278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.333815"], ["updated_at", "2018-10-11 16:42:37.333815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.335341"], ["updated_at", "2018-10-11 16:42:37.335341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.336855"], ["updated_at", "2018-10-11 16:42:37.336855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.338394"], ["updated_at", "2018-10-11 16:42:37.338394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.339970"], ["updated_at", "2018-10-11 16:42:37.339970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.341485"], ["updated_at", "2018-10-11 16:42:37.341485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.343024"], ["updated_at", "2018-10-11 16:42:37.343024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.344568"], ["updated_at", "2018-10-11 16:42:37.344568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.346105"], ["updated_at", "2018-10-11 16:42:37.346105"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.347655"], ["updated_at", "2018-10-11 16:42:37.347655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.349237"], ["updated_at", "2018-10-11 16:42:37.349237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.351149"], ["updated_at", "2018-10-11 16:42:37.351149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.354108"], ["updated_at", "2018-10-11 16:42:37.354108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.355832"], ["updated_at", "2018-10-11 16:42:37.355832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.357559"], ["updated_at", "2018-10-11 16:42:37.357559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.359247"], ["updated_at", "2018-10-11 16:42:37.359247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.360778"], ["updated_at", "2018-10-11 16:42:37.360778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.362342"], ["updated_at", "2018-10-11 16:42:37.362342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.363902"], ["updated_at", "2018-10-11 16:42:37.363902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.365463"], ["updated_at", "2018-10-11 16:42:37.365463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.366969"], ["updated_at", "2018-10-11 16:42:37.366969"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.368537"], ["updated_at", "2018-10-11 16:42:37.368537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.370248"], ["updated_at", "2018-10-11 16:42:37.370248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.371788"], ["updated_at", "2018-10-11 16:42:37.371788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.373361"], ["updated_at", "2018-10-11 16:42:37.373361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.374948"], ["updated_at", "2018-10-11 16:42:37.374948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.376475"], ["updated_at", "2018-10-11 16:42:37.376475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.378038"], ["updated_at", "2018-10-11 16:42:37.378038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.379586"], ["updated_at", "2018-10-11 16:42:37.379586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.381219"], ["updated_at", "2018-10-11 16:42:37.381219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.382761"], ["updated_at", "2018-10-11 16:42:37.382761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.384275"], ["updated_at", "2018-10-11 16:42:37.384275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.385847"], ["updated_at", "2018-10-11 16:42:37.385847"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.387678"], ["updated_at", "2018-10-11 16:42:37.387678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.389370"], ["updated_at", "2018-10-11 16:42:37.389370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.390933"], ["updated_at", "2018-10-11 16:42:37.390933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.392486"], ["updated_at", "2018-10-11 16:42:37.392486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.394020"], ["updated_at", "2018-10-11 16:42:37.394020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.395568"], ["updated_at", "2018-10-11 16:42:37.395568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.397091"], ["updated_at", "2018-10-11 16:42:37.397091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.398599"], ["updated_at", "2018-10-11 16:42:37.398599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.400214"], ["updated_at", "2018-10-11 16:42:37.400214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.401741"], ["updated_at", "2018-10-11 16:42:37.401741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.403259"], ["updated_at", "2018-10-11 16:42:37.403259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.404777"], ["updated_at", "2018-10-11 16:42:37.404777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.406350"], ["updated_at", "2018-10-11 16:42:37.406350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.407886"], ["updated_at", "2018-10-11 16:42:37.407886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.409407"], ["updated_at", "2018-10-11 16:42:37.409407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.410978"], ["updated_at", "2018-10-11 16:42:37.410978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.412483"], ["updated_at", "2018-10-11 16:42:37.412483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.414177"], ["updated_at", "2018-10-11 16:42:37.414177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.415857"], ["updated_at", "2018-10-11 16:42:37.415857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.417507"], ["updated_at", "2018-10-11 16:42:37.417507"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.419487"], ["updated_at", "2018-10-11 16:42:37.419487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.421171"], ["updated_at", "2018-10-11 16:42:37.421171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.422751"], ["updated_at", "2018-10-11 16:42:37.422751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.424306"], ["updated_at", "2018-10-11 16:42:37.424306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.425915"], ["updated_at", "2018-10-11 16:42:37.425915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.427474"], ["updated_at", "2018-10-11 16:42:37.427474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.428989"], ["updated_at", "2018-10-11 16:42:37.428989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.430489"], ["updated_at", "2018-10-11 16:42:37.430489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.432060"], ["updated_at", "2018-10-11 16:42:37.432060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.433614"], ["updated_at", "2018-10-11 16:42:37.433614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.435146"], ["updated_at", "2018-10-11 16:42:37.435146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.436691"], ["updated_at", "2018-10-11 16:42:37.436691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.438227"], ["updated_at", "2018-10-11 16:42:37.438227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.439747"], ["updated_at", "2018-10-11 16:42:37.439747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.441259"], ["updated_at", "2018-10-11 16:42:37.441259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.442798"], ["updated_at", "2018-10-11 16:42:37.442798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.444339"], ["updated_at", "2018-10-11 16:42:37.444339"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.446046"], ["updated_at", "2018-10-11 16:42:37.446046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.447572"], ["updated_at", "2018-10-11 16:42:37.447572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.449105"], ["updated_at", "2018-10-11 16:42:37.449105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.450660"], ["updated_at", "2018-10-11 16:42:37.450660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.452188"], ["updated_at", "2018-10-11 16:42:37.452188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.453696"], ["updated_at", "2018-10-11 16:42:37.453696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.455265"], ["updated_at", "2018-10-11 16:42:37.455265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.456774"], ["updated_at", "2018-10-11 16:42:37.456774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.458295"], ["updated_at", "2018-10-11 16:42:37.458295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.459831"], ["updated_at", "2018-10-11 16:42:37.459831"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.461623"], ["updated_at", "2018-10-11 16:42:37.461623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.463540"], ["updated_at", "2018-10-11 16:42:37.463540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.465084"], ["updated_at", "2018-10-11 16:42:37.465084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.466650"], ["updated_at", "2018-10-11 16:42:37.466650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.468167"], ["updated_at", "2018-10-11 16:42:37.468167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.469703"], ["updated_at", "2018-10-11 16:42:37.469703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.471210"], ["updated_at", "2018-10-11 16:42:37.471210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.472944"], ["updated_at", "2018-10-11 16:42:37.472944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.474642"], ["updated_at", "2018-10-11 16:42:37.474642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.476281"], ["updated_at", "2018-10-11 16:42:37.476281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.477875"], ["updated_at", "2018-10-11 16:42:37.477875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.479487"], ["updated_at", "2018-10-11 16:42:37.479487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.481051"], ["updated_at", "2018-10-11 16:42:37.481051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.482602"], ["updated_at", "2018-10-11 16:42:37.482602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.484143"], ["updated_at", "2018-10-11 16:42:37.484143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.485767"], ["updated_at", "2018-10-11 16:42:37.485767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.487341"], ["updated_at", "2018-10-11 16:42:37.487341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.489137"], ["updated_at", "2018-10-11 16:42:37.489137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.490955"], ["updated_at", "2018-10-11 16:42:37.490955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.492534"], ["updated_at", "2018-10-11 16:42:37.492534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.494136"], ["updated_at", "2018-10-11 16:42:37.494136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.495668"], ["updated_at", "2018-10-11 16:42:37.495668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.497205"], ["updated_at", "2018-10-11 16:42:37.497205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.498729"], ["updated_at", "2018-10-11 16:42:37.498729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.500244"], ["updated_at", "2018-10-11 16:42:37.500244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.501833"], ["updated_at", "2018-10-11 16:42:37.501833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.503447"], ["updated_at", "2018-10-11 16:42:37.503447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.504963"], ["updated_at", "2018-10-11 16:42:37.504963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.506457"], ["updated_at", "2018-10-11 16:42:37.506457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.507931"], ["updated_at", "2018-10-11 16:42:37.507931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.509430"], ["updated_at", "2018-10-11 16:42:37.509430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.510946"], ["updated_at", "2018-10-11 16:42:37.510946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.512471"], ["updated_at", "2018-10-11 16:42:37.512471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.514009"], ["updated_at", "2018-10-11 16:42:37.514009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.515511"], ["updated_at", "2018-10-11 16:42:37.515511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.516992"], ["updated_at", "2018-10-11 16:42:37.516992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.518635"], ["updated_at", "2018-10-11 16:42:37.518635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.520181"], ["updated_at", "2018-10-11 16:42:37.520181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.521741"], ["updated_at", "2018-10-11 16:42:37.521741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.523281"], ["updated_at", "2018-10-11 16:42:37.523281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.524827"], ["updated_at", "2018-10-11 16:42:37.524827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.526351"], ["updated_at", "2018-10-11 16:42:37.526351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.527935"], ["updated_at", "2018-10-11 16:42:37.527935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.529519"], ["updated_at", "2018-10-11 16:42:37.529519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.531049"], ["updated_at", "2018-10-11 16:42:37.531049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.532581"], ["updated_at", "2018-10-11 16:42:37.532581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.534126"], ["updated_at", "2018-10-11 16:42:37.534126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.535635"], ["updated_at", "2018-10-11 16:42:37.535635"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.537168"], ["updated_at", "2018-10-11 16:42:37.537168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.538682"], ["updated_at", "2018-10-11 16:42:37.538682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.540167"], ["updated_at", "2018-10-11 16:42:37.540167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.541725"], ["updated_at", "2018-10-11 16:42:37.541725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.543345"], ["updated_at", "2018-10-11 16:42:37.543345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.544917"], ["updated_at", "2018-10-11 16:42:37.544917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.546446"], ["updated_at", "2018-10-11 16:42:37.546446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.547983"], ["updated_at", "2018-10-11 16:42:37.547983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.549504"], ["updated_at", "2018-10-11 16:42:37.549504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.551045"], ["updated_at", "2018-10-11 16:42:37.551045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.552585"], ["updated_at", "2018-10-11 16:42:37.552585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.554097"], ["updated_at", "2018-10-11 16:42:37.554097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.555633"], ["updated_at", "2018-10-11 16:42:37.555633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.557150"], ["updated_at", "2018-10-11 16:42:37.557150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.558840"], ["updated_at", "2018-10-11 16:42:37.558840"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.560423"], ["updated_at", "2018-10-11 16:42:37.560423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.562026"], ["updated_at", "2018-10-11 16:42:37.562026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.563584"], ["updated_at", "2018-10-11 16:42:37.563584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.565213"], ["updated_at", "2018-10-11 16:42:37.565213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.566812"], ["updated_at", "2018-10-11 16:42:37.566812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.568315"], ["updated_at", "2018-10-11 16:42:37.568315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.569801"], ["updated_at", "2018-10-11 16:42:37.569801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.571322"], ["updated_at", "2018-10-11 16:42:37.571322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.572833"], ["updated_at", "2018-10-11 16:42:37.572833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.574327"], ["updated_at", "2018-10-11 16:42:37.574327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.576020"], ["updated_at", "2018-10-11 16:42:37.576020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.577583"], ["updated_at", "2018-10-11 16:42:37.577583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.579202"], ["updated_at", "2018-10-11 16:42:37.579202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.580768"], ["updated_at", "2018-10-11 16:42:37.580768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.582316"], ["updated_at", "2018-10-11 16:42:37.582316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.583913"], ["updated_at", "2018-10-11 16:42:37.583913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.585489"], ["updated_at", "2018-10-11 16:42:37.585489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.586983"], ["updated_at", "2018-10-11 16:42:37.586983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.588493"], ["updated_at", "2018-10-11 16:42:37.588493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.590100"], ["updated_at", "2018-10-11 16:42:37.590100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.591685"], ["updated_at", "2018-10-11 16:42:37.591685"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.593235"], ["updated_at", "2018-10-11 16:42:37.593235"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.596257"], ["updated_at", "2018-10-11 16:42:37.596257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.598224"], ["updated_at", "2018-10-11 16:42:37.598224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.599898"], ["updated_at", "2018-10-11 16:42:37.599898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.601491"], ["updated_at", "2018-10-11 16:42:37.601491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.603022"], ["updated_at", "2018-10-11 16:42:37.603022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.604633"], ["updated_at", "2018-10-11 16:42:37.604633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.606210"], ["updated_at", "2018-10-11 16:42:37.606210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.607756"], ["updated_at", "2018-10-11 16:42:37.607756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.609245"], ["updated_at", "2018-10-11 16:42:37.609245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.610895"], ["updated_at", "2018-10-11 16:42:37.610895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.612526"], ["updated_at", "2018-10-11 16:42:37.612526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.614169"], ["updated_at", "2018-10-11 16:42:37.614169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.615814"], ["updated_at", "2018-10-11 16:42:37.615814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.617439"], ["updated_at", "2018-10-11 16:42:37.617439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.619102"], ["updated_at", "2018-10-11 16:42:37.619102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.620697"], ["updated_at", "2018-10-11 16:42:37.620697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.622291"], ["updated_at", "2018-10-11 16:42:37.622291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.623912"], ["updated_at", "2018-10-11 16:42:37.623912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.625516"], ["updated_at", "2018-10-11 16:42:37.625516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.627062"], ["updated_at", "2018-10-11 16:42:37.627062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.628636"], ["updated_at", "2018-10-11 16:42:37.628636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.630311"], ["updated_at", "2018-10-11 16:42:37.630311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.631931"], ["updated_at", "2018-10-11 16:42:37.631931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.633471"], ["updated_at", "2018-10-11 16:42:37.633471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.635177"], ["updated_at", "2018-10-11 16:42:37.635177"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.636742"], ["updated_at", "2018-10-11 16:42:37.636742"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.638253"], ["updated_at", "2018-10-11 16:42:37.638253"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.639800"], ["updated_at", "2018-10-11 16:42:37.639800"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.641348"], ["updated_at", "2018-10-11 16:42:37.641348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.642894"], ["updated_at", "2018-10-11 16:42:37.642894"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.644453"], ["updated_at", "2018-10-11 16:42:37.644453"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.646016"], ["updated_at", "2018-10-11 16:42:37.646016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.647670"], ["updated_at", "2018-10-11 16:42:37.647670"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.650620"], ["updated_at", "2018-10-11 16:42:37.650620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.652339"], ["updated_at", "2018-10-11 16:42:37.652339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.653955"], ["updated_at", "2018-10-11 16:42:37.653955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.655570"], ["updated_at", "2018-10-11 16:42:37.655570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.657183"], ["updated_at", "2018-10-11 16:42:37.657183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.658742"], ["updated_at", "2018-10-11 16:42:37.658742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.660312"], ["updated_at", "2018-10-11 16:42:37.660312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.661926"], ["updated_at", "2018-10-11 16:42:37.661926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.663492"], ["updated_at", "2018-10-11 16:42:37.663492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.665316"], ["updated_at", "2018-10-11 16:42:37.665316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.666965"], ["updated_at", "2018-10-11 16:42:37.666965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.668666"], ["updated_at", "2018-10-11 16:42:37.668666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.670277"], ["updated_at", "2018-10-11 16:42:37.670277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.671885"], ["updated_at", "2018-10-11 16:42:37.671885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.673418"], ["updated_at", "2018-10-11 16:42:37.673418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.674944"], ["updated_at", "2018-10-11 16:42:37.674944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.676488"], ["updated_at", "2018-10-11 16:42:37.676488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.678020"], ["updated_at", "2018-10-11 16:42:37.678020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.679533"], ["updated_at", "2018-10-11 16:42:37.679533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.681153"], ["updated_at", "2018-10-11 16:42:37.681153"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.682831"], ["updated_at", "2018-10-11 16:42:37.682831"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.684905"], ["updated_at", "2018-10-11 16:42:37.684905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.689302"], ["updated_at", "2018-10-11 16:42:37.689302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.690959"], ["updated_at", "2018-10-11 16:42:37.690959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.692488"], ["updated_at", "2018-10-11 16:42:37.692488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.694066"], ["updated_at", "2018-10-11 16:42:37.694066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.695630"], ["updated_at", "2018-10-11 16:42:37.695630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.697193"], ["updated_at", "2018-10-11 16:42:37.697193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.699133"], ["updated_at", "2018-10-11 16:42:37.699133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.700865"], ["updated_at", "2018-10-11 16:42:37.700865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.702601"], ["updated_at", "2018-10-11 16:42:37.702601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.704266"], ["updated_at", "2018-10-11 16:42:37.704266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.705884"], ["updated_at", "2018-10-11 16:42:37.705884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.707403"], ["updated_at", "2018-10-11 16:42:37.707403"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.708933"], ["updated_at", "2018-10-11 16:42:37.708933"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.710656"], ["updated_at", "2018-10-11 16:42:37.710656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.712479"], ["updated_at", "2018-10-11 16:42:37.712479"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.714172"], ["updated_at", "2018-10-11 16:42:37.714172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.716109"], ["updated_at", "2018-10-11 16:42:37.716109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.718105"], ["updated_at", "2018-10-11 16:42:37.718105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.719824"], ["updated_at", "2018-10-11 16:42:37.719824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.721380"], ["updated_at", "2018-10-11 16:42:37.721380"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.722933"], ["updated_at", "2018-10-11 16:42:37.722933"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.724662"], ["updated_at", "2018-10-11 16:42:37.724662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.726420"], ["updated_at", "2018-10-11 16:42:37.726420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.728141"], ["updated_at", "2018-10-11 16:42:37.728141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.729735"], ["updated_at", "2018-10-11 16:42:37.729735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.731279"], ["updated_at", "2018-10-11 16:42:37.731279"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.732820"], ["updated_at", "2018-10-11 16:42:37.732820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.734520"], ["updated_at", "2018-10-11 16:42:37.734520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.736186"], ["updated_at", "2018-10-11 16:42:37.736186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.737729"], ["updated_at", "2018-10-11 16:42:37.737729"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.739333"], ["updated_at", "2018-10-11 16:42:37.739333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.742099"], ["updated_at", "2018-10-11 16:42:37.742099"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.743788"], ["updated_at", "2018-10-11 16:42:37.743788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.745666"], ["updated_at", "2018-10-11 16:42:37.745666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.747330"], ["updated_at", "2018-10-11 16:42:37.747330"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.748966"], ["updated_at", "2018-10-11 16:42:37.748966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.750835"], ["updated_at", "2018-10-11 16:42:37.750835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.752474"], ["updated_at", "2018-10-11 16:42:37.752474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.754150"], ["updated_at", "2018-10-11 16:42:37.754150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.755700"], ["updated_at", "2018-10-11 16:42:37.755700"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.757257"], ["updated_at", "2018-10-11 16:42:37.757257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.759220"], ["updated_at", "2018-10-11 16:42:37.759220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.760987"], ["updated_at", "2018-10-11 16:42:37.760987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.762645"], ["updated_at", "2018-10-11 16:42:37.762645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.764439"], ["updated_at", "2018-10-11 16:42:37.764439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.766297"], ["updated_at", "2018-10-11 16:42:37.766297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.768048"], ["updated_at", "2018-10-11 16:42:37.768048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.769616"], ["updated_at", "2018-10-11 16:42:37.769616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.771292"], ["updated_at", "2018-10-11 16:42:37.771292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.773050"], ["updated_at", "2018-10-11 16:42:37.773050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.774950"], ["updated_at", "2018-10-11 16:42:37.774950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.776635"], ["updated_at", "2018-10-11 16:42:37.776635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.778197"], ["updated_at", "2018-10-11 16:42:37.778197"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.779778"], ["updated_at", "2018-10-11 16:42:37.779778"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.781491"], ["updated_at", "2018-10-11 16:42:37.781491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.783298"], ["updated_at", "2018-10-11 16:42:37.783298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.784920"], ["updated_at", "2018-10-11 16:42:37.784920"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.786554"], ["updated_at", "2018-10-11 16:42:37.786554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.788243"], ["updated_at", "2018-10-11 16:42:37.788243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.789798"], ["updated_at", "2018-10-11 16:42:37.789798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.791811"], ["updated_at", "2018-10-11 16:42:37.791811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.793505"], ["updated_at", "2018-10-11 16:42:37.793505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.795045"], ["updated_at", "2018-10-11 16:42:37.795045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.796634"], ["updated_at", "2018-10-11 16:42:37.796634"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.798431"], ["updated_at", "2018-10-11 16:42:37.798431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.800266"], ["updated_at", "2018-10-11 16:42:37.800266"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.801822"], ["updated_at", "2018-10-11 16:42:37.801822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.804182"], ["updated_at", "2018-10-11 16:42:37.804182"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.805879"], ["updated_at", "2018-10-11 16:42:37.805879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.808241"], ["updated_at", "2018-10-11 16:42:37.808241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.809997"], ["updated_at", "2018-10-11 16:42:37.809997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.811686"], ["updated_at", "2018-10-11 16:42:37.811686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.813255"], ["updated_at", "2018-10-11 16:42:37.813255"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.815155"], ["updated_at", "2018-10-11 16:42:37.815155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.816917"], ["updated_at", "2018-10-11 16:42:37.816917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.818543"], ["updated_at", "2018-10-11 16:42:37.818543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.820111"], ["updated_at", "2018-10-11 16:42:37.820111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.821646"], ["updated_at", "2018-10-11 16:42:37.821646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.823575"], ["updated_at", "2018-10-11 16:42:37.823575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.825135"], ["updated_at", "2018-10-11 16:42:37.825135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.826682"], ["updated_at", "2018-10-11 16:42:37.826682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.828246"], ["updated_at", "2018-10-11 16:42:37.828246"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.830159"], ["updated_at", "2018-10-11 16:42:37.830159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.832198"], ["updated_at", "2018-10-11 16:42:37.832198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.833891"], ["updated_at", "2018-10-11 16:42:37.833891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.835473"], ["updated_at", "2018-10-11 16:42:37.835473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.837015"], ["updated_at", "2018-10-11 16:42:37.837015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.838614"], ["updated_at", "2018-10-11 16:42:37.838614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.840676"], ["updated_at", "2018-10-11 16:42:37.840676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.842264"], ["updated_at", "2018-10-11 16:42:37.842264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.843879"], ["updated_at", "2018-10-11 16:42:37.843879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.845409"], ["updated_at", "2018-10-11 16:42:37.845409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.847449"], ["updated_at", "2018-10-11 16:42:37.847449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.849202"], ["updated_at", "2018-10-11 16:42:37.849202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.850861"], ["updated_at", "2018-10-11 16:42:37.850861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.852511"], ["updated_at", "2018-10-11 16:42:37.852511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.854064"], ["updated_at", "2018-10-11 16:42:37.854064"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.855959"], ["updated_at", "2018-10-11 16:42:37.855959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.857619"], ["updated_at", "2018-10-11 16:42:37.857619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.859233"], ["updated_at", "2018-10-11 16:42:37.859233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.860808"], ["updated_at", "2018-10-11 16:42:37.860808"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.862328"], ["updated_at", "2018-10-11 16:42:37.862328"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.864585"], ["updated_at", "2018-10-11 16:42:37.864585"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.867558"], ["updated_at", "2018-10-11 16:42:37.867558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.869399"], ["updated_at", "2018-10-11 16:42:37.869399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.871044"], ["updated_at", "2018-10-11 16:42:37.871044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.872619"], ["updated_at", "2018-10-11 16:42:37.872619"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.874289"], ["updated_at", "2018-10-11 16:42:37.874289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.876335"], ["updated_at", "2018-10-11 16:42:37.876335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.877979"], ["updated_at", "2018-10-11 16:42:37.877979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.879820"], ["updated_at", "2018-10-11 16:42:37.879820"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.882001"], ["updated_at", "2018-10-11 16:42:37.882001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.884301"], ["updated_at", "2018-10-11 16:42:37.884301"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.886215"], ["updated_at", "2018-10-11 16:42:37.886215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.888352"], ["updated_at", "2018-10-11 16:42:37.888352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.889947"], ["updated_at", "2018-10-11 16:42:37.889947"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.891566"], ["updated_at", "2018-10-11 16:42:37.891566"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.893086"], ["updated_at", "2018-10-11 16:42:37.893086"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.894601"], ["updated_at", "2018-10-11 16:42:37.894601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.896733"], ["updated_at", "2018-10-11 16:42:37.896733"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.898564"], ["updated_at", "2018-10-11 16:42:37.898564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.901033"], ["updated_at", "2018-10-11 16:42:37.901033"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.903303"], ["updated_at", "2018-10-11 16:42:37.903303"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.905701"], ["updated_at", "2018-10-11 16:42:37.905701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.907678"], ["updated_at", "2018-10-11 16:42:37.907678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.909579"], ["updated_at", "2018-10-11 16:42:37.909579"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.911455"], ["updated_at", "2018-10-11 16:42:37.911455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.913909"], ["updated_at", "2018-10-11 16:42:37.913909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.915611"], ["updated_at", "2018-10-11 16:42:37.915611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.917465"], ["updated_at", "2018-10-11 16:42:37.917465"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.919072"], ["updated_at", "2018-10-11 16:42:37.919072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.921112"], ["updated_at", "2018-10-11 16:42:37.921112"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.922810"], ["updated_at", "2018-10-11 16:42:37.922810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.924860"], ["updated_at", "2018-10-11 16:42:37.924860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.926649"], ["updated_at", "2018-10-11 16:42:37.926649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.928505"], ["updated_at", "2018-10-11 16:42:37.928505"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.930136"], ["updated_at", "2018-10-11 16:42:37.930136"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.931735"], ["updated_at", "2018-10-11 16:42:37.931735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.933870"], ["updated_at", "2018-10-11 16:42:37.933870"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.935539"], ["updated_at", "2018-10-11 16:42:37.935539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.937521"], ["updated_at", "2018-10-11 16:42:37.937521"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.940396"], ["updated_at", "2018-10-11 16:42:37.940396"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.944433"], ["updated_at", "2018-10-11 16:42:37.944433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.947070"], ["updated_at", "2018-10-11 16:42:37.947070"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.948897"], ["updated_at", "2018-10-11 16:42:37.948897"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.954212"], ["updated_at", "2018-10-11 16:42:37.954212"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.956317"], ["updated_at", "2018-10-11 16:42:37.956317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.958577"], ["updated_at", "2018-10-11 16:42:37.958577"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.960755"], ["updated_at", "2018-10-11 16:42:37.960755"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.962855"], ["updated_at", "2018-10-11 16:42:37.962855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.964808"], ["updated_at", "2018-10-11 16:42:37.964808"], ["parent_id", 39895952907]] Kithe::Work Create (3.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.966820"], ["updated_at", "2018-10-11 16:42:37.966820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.972208"], ["updated_at", "2018-10-11 16:42:37.972208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.973954"], ["updated_at", "2018-10-11 16:42:37.973954"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.975526"], ["updated_at", "2018-10-11 16:42:37.975526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.977713"], ["updated_at", "2018-10-11 16:42:37.977713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.979176"], ["updated_at", "2018-10-11 16:42:37.979176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.980668"], ["updated_at", "2018-10-11 16:42:37.980668"], ["parent_id", 39895952907]] Kithe::Work Create (3.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.982369"], ["updated_at", "2018-10-11 16:42:37.982369"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.987729"], ["updated_at", "2018-10-11 16:42:37.987729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.989417"], ["updated_at", "2018-10-11 16:42:37.989417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.991004"], ["updated_at", "2018-10-11 16:42:37.991004"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.992994"], ["updated_at", "2018-10-11 16:42:37.992994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.994999"], ["updated_at", "2018-10-11 16:42:37.994999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.996560"], ["updated_at", "2018-10-11 16:42:37.996560"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:37.999771"], ["updated_at", "2018-10-11 16:42:37.999771"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.004408"], ["updated_at", "2018-10-11 16:42:38.004408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.006639"], ["updated_at", "2018-10-11 16:42:38.006639"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.008166"], ["updated_at", "2018-10-11 16:42:38.008166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.010246"], ["updated_at", "2018-10-11 16:42:38.010246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.011813"], ["updated_at", "2018-10-11 16:42:38.011813"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.013445"], ["updated_at", "2018-10-11 16:42:38.013445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.015300"], ["updated_at", "2018-10-11 16:42:38.015300"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.020426"], ["updated_at", "2018-10-11 16:42:38.020426"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.022331"], ["updated_at", "2018-10-11 16:42:38.022331"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.024225"], ["updated_at", "2018-10-11 16:42:38.024225"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.026650"], ["updated_at", "2018-10-11 16:42:38.026650"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.028489"], ["updated_at", "2018-10-11 16:42:38.028489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.030213"], ["updated_at", "2018-10-11 16:42:38.030213"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.031875"], ["updated_at", "2018-10-11 16:42:38.031875"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.036143"], ["updated_at", "2018-10-11 16:42:38.036143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.038238"], ["updated_at", "2018-10-11 16:42:38.038238"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.039850"], ["updated_at", "2018-10-11 16:42:38.039850"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.042042"], ["updated_at", "2018-10-11 16:42:38.042042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.043815"], ["updated_at", "2018-10-11 16:42:38.043815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.045371"], ["updated_at", "2018-10-11 16:42:38.045371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.046941"], ["updated_at", "2018-10-11 16:42:38.046941"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.048677"], ["updated_at", "2018-10-11 16:42:38.048677"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.053463"], ["updated_at", "2018-10-11 16:42:38.053463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.055272"], ["updated_at", "2018-10-11 16:42:38.055272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.057362"], ["updated_at", "2018-10-11 16:42:38.057362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.059108"], ["updated_at", "2018-10-11 16:42:38.059108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.060652"], ["updated_at", "2018-10-11 16:42:38.060652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.062210"], ["updated_at", "2018-10-11 16:42:38.062210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.063767"], ["updated_at", "2018-10-11 16:42:38.063767"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.065743"], ["updated_at", "2018-10-11 16:42:38.065743"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.070076"], ["updated_at", "2018-10-11 16:42:38.070076"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.071918"], ["updated_at", "2018-10-11 16:42:38.071918"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.074216"], ["updated_at", "2018-10-11 16:42:38.074216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.075998"], ["updated_at", "2018-10-11 16:42:38.075998"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.077782"], ["updated_at", "2018-10-11 16:42:38.077782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.079466"], ["updated_at", "2018-10-11 16:42:38.079466"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.081397"], ["updated_at", "2018-10-11 16:42:38.081397"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.084496"], ["updated_at", "2018-10-11 16:42:38.084496"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.087664"], ["updated_at", "2018-10-11 16:42:38.087664"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.090128"], ["updated_at", "2018-10-11 16:42:38.090128"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.092055"], ["updated_at", "2018-10-11 16:42:38.092055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.093829"], ["updated_at", "2018-10-11 16:42:38.093829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.095469"], ["updated_at", "2018-10-11 16:42:38.095469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.097428"], ["updated_at", "2018-10-11 16:42:38.097428"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.099446"], ["updated_at", "2018-10-11 16:42:38.099446"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.104051"], ["updated_at", "2018-10-11 16:42:38.104051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.106360"], ["updated_at", "2018-10-11 16:42:38.106360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.107950"], ["updated_at", "2018-10-11 16:42:38.107950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.109436"], ["updated_at", "2018-10-11 16:42:38.109436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.111040"], ["updated_at", "2018-10-11 16:42:38.111040"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.112614"], ["updated_at", "2018-10-11 16:42:38.112614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.114838"], ["updated_at", "2018-10-11 16:42:38.114838"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.117450"], ["updated_at", "2018-10-11 16:42:38.117450"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.120599"], ["updated_at", "2018-10-11 16:42:38.120599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.122645"], ["updated_at", "2018-10-11 16:42:38.122645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.124410"], ["updated_at", "2018-10-11 16:42:38.124410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.126068"], ["updated_at", "2018-10-11 16:42:38.126068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.127710"], ["updated_at", "2018-10-11 16:42:38.127710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.129512"], ["updated_at", "2018-10-11 16:42:38.129512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.131264"], ["updated_at", "2018-10-11 16:42:38.131264"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.133050"], ["updated_at", "2018-10-11 16:42:38.133050"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.136702"], ["updated_at", "2018-10-11 16:42:38.136702"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.138653"], ["updated_at", "2018-10-11 16:42:38.138653"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.141127"], ["updated_at", "2018-10-11 16:42:38.141127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.143056"], ["updated_at", "2018-10-11 16:42:38.143056"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.144712"], ["updated_at", "2018-10-11 16:42:38.144712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.146532"], ["updated_at", "2018-10-11 16:42:38.146532"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.148116"], ["updated_at", "2018-10-11 16:42:38.148116"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.150696"], ["updated_at", "2018-10-11 16:42:38.150696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.152761"], ["updated_at", "2018-10-11 16:42:38.152761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.154748"], ["updated_at", "2018-10-11 16:42:38.154748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.156557"], ["updated_at", "2018-10-11 16:42:38.156557"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.158660"], ["updated_at", "2018-10-11 16:42:38.158660"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.160557"], ["updated_at", "2018-10-11 16:42:38.160557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.162354"], ["updated_at", "2018-10-11 16:42:38.162354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.163909"], ["updated_at", "2018-10-11 16:42:38.163909"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.165626"], ["updated_at", "2018-10-11 16:42:38.165626"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.170019"], ["updated_at", "2018-10-11 16:42:38.170019"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.172193"], ["updated_at", "2018-10-11 16:42:38.172193"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.174680"], ["updated_at", "2018-10-11 16:42:38.174680"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.176705"], ["updated_at", "2018-10-11 16:42:38.176705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.178423"], ["updated_at", "2018-10-11 16:42:38.178423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.180018"], ["updated_at", "2018-10-11 16:42:38.180018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.181572"], ["updated_at", "2018-10-11 16:42:38.181572"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.183496"], ["updated_at", "2018-10-11 16:42:38.183496"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.187861"], ["updated_at", "2018-10-11 16:42:38.187861"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.189696"], ["updated_at", "2018-10-11 16:42:38.189696"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.192064"], ["updated_at", "2018-10-11 16:42:38.192064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.193993"], ["updated_at", "2018-10-11 16:42:38.193993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.195612"], ["updated_at", "2018-10-11 16:42:38.195612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.197187"], ["updated_at", "2018-10-11 16:42:38.197187"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.198917"], ["updated_at", "2018-10-11 16:42:38.198917"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.202850"], ["updated_at", "2018-10-11 16:42:38.202850"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.204862"], ["updated_at", "2018-10-11 16:42:38.204862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.206973"], ["updated_at", "2018-10-11 16:42:38.206973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.208701"], ["updated_at", "2018-10-11 16:42:38.208701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.210377"], ["updated_at", "2018-10-11 16:42:38.210377"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.212030"], ["updated_at", "2018-10-11 16:42:38.212030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.213844"], ["updated_at", "2018-10-11 16:42:38.213844"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.215570"], ["updated_at", "2018-10-11 16:42:38.215570"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.218919"], ["updated_at", "2018-10-11 16:42:38.218919"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.221167"], ["updated_at", "2018-10-11 16:42:38.221167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.223240"], ["updated_at", "2018-10-11 16:42:38.223240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.224870"], ["updated_at", "2018-10-11 16:42:38.224870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.226541"], ["updated_at", "2018-10-11 16:42:38.226541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.228228"], ["updated_at", "2018-10-11 16:42:38.228228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.229783"], ["updated_at", "2018-10-11 16:42:38.229783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.231293"], ["updated_at", "2018-10-11 16:42:38.231293"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.233065"], ["updated_at", "2018-10-11 16:42:38.233065"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.237338"], ["updated_at", "2018-10-11 16:42:38.237338"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.239138"], ["updated_at", "2018-10-11 16:42:38.239138"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.241384"], ["updated_at", "2018-10-11 16:42:38.241384"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.243178"], ["updated_at", "2018-10-11 16:42:38.243178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.244912"], ["updated_at", "2018-10-11 16:42:38.244912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.246456"], ["updated_at", "2018-10-11 16:42:38.246456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.247973"], ["updated_at", "2018-10-11 16:42:38.247973"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.249593"], ["updated_at", "2018-10-11 16:42:38.249593"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.253190"], ["updated_at", "2018-10-11 16:42:38.253190"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.255165"], ["updated_at", "2018-10-11 16:42:38.255165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.257381"], ["updated_at", "2018-10-11 16:42:38.257381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.259001"], ["updated_at", "2018-10-11 16:42:38.259001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.260588"], ["updated_at", "2018-10-11 16:42:38.260588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.262195"], ["updated_at", "2018-10-11 16:42:38.262195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.263759"], ["updated_at", "2018-10-11 16:42:38.263759"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.265277"], ["updated_at", "2018-10-11 16:42:38.265277"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.268321"], ["updated_at", "2018-10-11 16:42:38.268321"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.271226"], ["updated_at", "2018-10-11 16:42:38.271226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.273307"], ["updated_at", "2018-10-11 16:42:38.273307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.275079"], ["updated_at", "2018-10-11 16:42:38.275079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.276781"], ["updated_at", "2018-10-11 16:42:38.276781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.278403"], ["updated_at", "2018-10-11 16:42:38.278403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.279998"], ["updated_at", "2018-10-11 16:42:38.279998"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.281606"], ["updated_at", "2018-10-11 16:42:38.281606"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.284626"], ["updated_at", "2018-10-11 16:42:38.284626"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.287840"], ["updated_at", "2018-10-11 16:42:38.287840"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.289822"], ["updated_at", "2018-10-11 16:42:38.289822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.291874"], ["updated_at", "2018-10-11 16:42:38.291874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.293614"], ["updated_at", "2018-10-11 16:42:38.293614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.295176"], ["updated_at", "2018-10-11 16:42:38.295176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.296820"], ["updated_at", "2018-10-11 16:42:38.296820"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.298581"], ["updated_at", "2018-10-11 16:42:38.298581"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.302247"], ["updated_at", "2018-10-11 16:42:38.302247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.304260"], ["updated_at", "2018-10-11 16:42:38.304260"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.305929"], ["updated_at", "2018-10-11 16:42:38.305929"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.308344"], ["updated_at", "2018-10-11 16:42:38.308344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.310126"], ["updated_at", "2018-10-11 16:42:38.310126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.311795"], ["updated_at", "2018-10-11 16:42:38.311795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.313335"], ["updated_at", "2018-10-11 16:42:38.313335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.314875"], ["updated_at", "2018-10-11 16:42:38.314875"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.317495"], ["updated_at", "2018-10-11 16:42:38.317495"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.321205"], ["updated_at", "2018-10-11 16:42:38.321205"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.323024"], ["updated_at", "2018-10-11 16:42:38.323024"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.325224"], ["updated_at", "2018-10-11 16:42:38.325224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.326960"], ["updated_at", "2018-10-11 16:42:38.326960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.328587"], ["updated_at", "2018-10-11 16:42:38.328587"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.330148"], ["updated_at", "2018-10-11 16:42:38.330148"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.331778"], ["updated_at", "2018-10-11 16:42:38.331778"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.335629"], ["updated_at", "2018-10-11 16:42:38.335629"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.338238"], ["updated_at", "2018-10-11 16:42:38.338238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.340511"], ["updated_at", "2018-10-11 16:42:38.340511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.342341"], ["updated_at", "2018-10-11 16:42:38.342341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.344057"], ["updated_at", "2018-10-11 16:42:38.344057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.345654"], ["updated_at", "2018-10-11 16:42:38.345654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.347163"], ["updated_at", "2018-10-11 16:42:38.347163"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.348957"], ["updated_at", "2018-10-11 16:42:38.348957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.352953"], ["updated_at", "2018-10-11 16:42:38.352953"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.355048"], ["updated_at", "2018-10-11 16:42:38.355048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.357358"], ["updated_at", "2018-10-11 16:42:38.357358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.359079"], ["updated_at", "2018-10-11 16:42:38.359079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.360785"], ["updated_at", "2018-10-11 16:42:38.360785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.362366"], ["updated_at", "2018-10-11 16:42:38.362366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.363912"], ["updated_at", "2018-10-11 16:42:38.363912"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.365498"], ["updated_at", "2018-10-11 16:42:38.365498"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.368886"], ["updated_at", "2018-10-11 16:42:38.368886"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.371029"], ["updated_at", "2018-10-11 16:42:38.371029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.373208"], ["updated_at", "2018-10-11 16:42:38.373208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.374826"], ["updated_at", "2018-10-11 16:42:38.374826"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.376717"], ["updated_at", "2018-10-11 16:42:38.376717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.378470"], ["updated_at", "2018-10-11 16:42:38.378470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.380133"], ["updated_at", "2018-10-11 16:42:38.380133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.381771"], ["updated_at", "2018-10-11 16:42:38.381771"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.384931"], ["updated_at", "2018-10-11 16:42:38.384931"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.388056"], ["updated_at", "2018-10-11 16:42:38.388056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.389961"], ["updated_at", "2018-10-11 16:42:38.389961"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.392154"], ["updated_at", "2018-10-11 16:42:38.392154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.395373"], ["updated_at", "2018-10-11 16:42:38.395373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.397007"], ["updated_at", "2018-10-11 16:42:38.397007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.398599"], ["updated_at", "2018-10-11 16:42:38.398599"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.402176"], ["updated_at", "2018-10-11 16:42:38.402176"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.404426"], ["updated_at", "2018-10-11 16:42:38.404426"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.406473"], ["updated_at", "2018-10-11 16:42:38.406473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.408280"], ["updated_at", "2018-10-11 16:42:38.408280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.409975"], ["updated_at", "2018-10-11 16:42:38.409975"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.411593"], ["updated_at", "2018-10-11 16:42:38.411593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.413294"], ["updated_at", "2018-10-11 16:42:38.413294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.414953"], ["updated_at", "2018-10-11 16:42:38.414953"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.418530"], ["updated_at", "2018-10-11 16:42:38.418530"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.421261"], ["updated_at", "2018-10-11 16:42:38.421261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.423418"], ["updated_at", "2018-10-11 16:42:38.423418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.425291"], ["updated_at", "2018-10-11 16:42:38.425291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.427183"], ["updated_at", "2018-10-11 16:42:38.427183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.428762"], ["updated_at", "2018-10-11 16:42:38.428762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.430340"], ["updated_at", "2018-10-11 16:42:38.430340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.431913"], ["updated_at", "2018-10-11 16:42:38.431913"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.433868"], ["updated_at", "2018-10-11 16:42:38.433868"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.438272"], ["updated_at", "2018-10-11 16:42:38.438272"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.440561"], ["updated_at", "2018-10-11 16:42:38.440561"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.442754"], ["updated_at", "2018-10-11 16:42:38.442754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.444591"], ["updated_at", "2018-10-11 16:42:38.444591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.446159"], ["updated_at", "2018-10-11 16:42:38.446159"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.447752"], ["updated_at", "2018-10-11 16:42:38.447752"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.449806"], ["updated_at", "2018-10-11 16:42:38.449806"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.453498"], ["updated_at", "2018-10-11 16:42:38.453498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.455791"], ["updated_at", "2018-10-11 16:42:38.455791"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.457447"], ["updated_at", "2018-10-11 16:42:38.457447"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.459145"], ["updated_at", "2018-10-11 16:42:38.459145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.461290"], ["updated_at", "2018-10-11 16:42:38.461290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.462882"], ["updated_at", "2018-10-11 16:42:38.462882"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.464593"], ["updated_at", "2018-10-11 16:42:38.464593"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.468595"], ["updated_at", "2018-10-11 16:42:38.468595"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.471095"], ["updated_at", "2018-10-11 16:42:38.471095"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.473253"], ["updated_at", "2018-10-11 16:42:38.473253"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.474972"], ["updated_at", "2018-10-11 16:42:38.474972"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.477149"], ["updated_at", "2018-10-11 16:42:38.477149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.478941"], ["updated_at", "2018-10-11 16:42:38.478941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.480576"], ["updated_at", "2018-10-11 16:42:38.480576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.482250"], ["updated_at", "2018-10-11 16:42:38.482250"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.486399"], ["updated_at", "2018-10-11 16:42:38.486399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.488972"], ["updated_at", "2018-10-11 16:42:38.488972"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.490962"], ["updated_at", "2018-10-11 16:42:38.490962"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.493314"], ["updated_at", "2018-10-11 16:42:38.493314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.495310"], ["updated_at", "2018-10-11 16:42:38.495310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.496905"], ["updated_at", "2018-10-11 16:42:38.496905"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.498538"], ["updated_at", "2018-10-11 16:42:38.498538"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.503064"], ["updated_at", "2018-10-11 16:42:38.503064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.504872"], ["updated_at", "2018-10-11 16:42:38.504872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.506515"], ["updated_at", "2018-10-11 16:42:38.506515"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.508074"], ["updated_at", "2018-10-11 16:42:38.508074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.510121"], ["updated_at", "2018-10-11 16:42:38.510121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.511785"], ["updated_at", "2018-10-11 16:42:38.511785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.513371"], ["updated_at", "2018-10-11 16:42:38.513371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.514905"], ["updated_at", "2018-10-11 16:42:38.514905"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.517617"], ["updated_at", "2018-10-11 16:42:38.517617"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.521084"], ["updated_at", "2018-10-11 16:42:38.521084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.523041"], ["updated_at", "2018-10-11 16:42:38.523041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.525081"], ["updated_at", "2018-10-11 16:42:38.525081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.526954"], ["updated_at", "2018-10-11 16:42:38.526954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.528671"], ["updated_at", "2018-10-11 16:42:38.528671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.530207"], ["updated_at", "2018-10-11 16:42:38.530207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.531840"], ["updated_at", "2018-10-11 16:42:38.531840"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.533652"], ["updated_at", "2018-10-11 16:42:38.533652"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.535436"], ["updated_at", "2018-10-11 16:42:38.535436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.537448"], ["updated_at", "2018-10-11 16:42:38.537448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.539110"], ["updated_at", "2018-10-11 16:42:38.539110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.540850"], ["updated_at", "2018-10-11 16:42:38.540850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.543156"], ["updated_at", "2018-10-11 16:42:38.543156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.544854"], ["updated_at", "2018-10-11 16:42:38.544854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.546436"], ["updated_at", "2018-10-11 16:42:38.546436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.548000"], ["updated_at", "2018-10-11 16:42:38.548000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.550245"], ["updated_at", "2018-10-11 16:42:38.550245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.552039"], ["updated_at", "2018-10-11 16:42:38.552039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.553679"], ["updated_at", "2018-10-11 16:42:38.553679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.555251"], ["updated_at", "2018-10-11 16:42:38.555251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.557334"], ["updated_at", "2018-10-11 16:42:38.557334"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.559416"], ["updated_at", "2018-10-11 16:42:38.559416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.561218"], ["updated_at", "2018-10-11 16:42:38.561218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.562795"], ["updated_at", "2018-10-11 16:42:38.562795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.564346"], ["updated_at", "2018-10-11 16:42:38.564346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.566143"], ["updated_at", "2018-10-11 16:42:38.566143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.567790"], ["updated_at", "2018-10-11 16:42:38.567790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.569442"], ["updated_at", "2018-10-11 16:42:38.569442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.571008"], ["updated_at", "2018-10-11 16:42:38.571008"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.572688"], ["updated_at", "2018-10-11 16:42:38.572688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.574817"], ["updated_at", "2018-10-11 16:42:38.574817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.576572"], ["updated_at", "2018-10-11 16:42:38.576572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.578239"], ["updated_at", "2018-10-11 16:42:38.578239"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.579767"], ["updated_at", "2018-10-11 16:42:38.579767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.581329"], ["updated_at", "2018-10-11 16:42:38.581329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.582902"], ["updated_at", "2018-10-11 16:42:38.582902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.584810"], ["updated_at", "2018-10-11 16:42:38.584810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.586456"], ["updated_at", "2018-10-11 16:42:38.586456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.588014"], ["updated_at", "2018-10-11 16:42:38.588014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.589835"], ["updated_at", "2018-10-11 16:42:38.589835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.591416"], ["updated_at", "2018-10-11 16:42:38.591416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.593001"], ["updated_at", "2018-10-11 16:42:38.593001"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.594625"], ["updated_at", "2018-10-11 16:42:38.594625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.596326"], ["updated_at", "2018-10-11 16:42:38.596326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.597939"], ["updated_at", "2018-10-11 16:42:38.597939"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.599449"], ["updated_at", "2018-10-11 16:42:38.599449"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.603740"], ["updated_at", "2018-10-11 16:42:38.603740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.606171"], ["updated_at", "2018-10-11 16:42:38.606171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.607826"], ["updated_at", "2018-10-11 16:42:38.607826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.609518"], ["updated_at", "2018-10-11 16:42:38.609518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.611116"], ["updated_at", "2018-10-11 16:42:38.611116"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.612854"], ["updated_at", "2018-10-11 16:42:38.612854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.614824"], ["updated_at", "2018-10-11 16:42:38.614824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.616466"], ["updated_at", "2018-10-11 16:42:38.616466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.618027"], ["updated_at", "2018-10-11 16:42:38.618027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.619578"], ["updated_at", "2018-10-11 16:42:38.619578"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.621228"], ["updated_at", "2018-10-11 16:42:38.621228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.623227"], ["updated_at", "2018-10-11 16:42:38.623227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.624775"], ["updated_at", "2018-10-11 16:42:38.624775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.626317"], ["updated_at", "2018-10-11 16:42:38.626317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.627986"], ["updated_at", "2018-10-11 16:42:38.627986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.629603"], ["updated_at", "2018-10-11 16:42:38.629603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.631157"], ["updated_at", "2018-10-11 16:42:38.631157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.632714"], ["updated_at", "2018-10-11 16:42:38.632714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.634684"], ["updated_at", "2018-10-11 16:42:38.634684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.636255"], ["updated_at", "2018-10-11 16:42:38.636255"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.638019"], ["updated_at", "2018-10-11 16:42:38.638019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.639916"], ["updated_at", "2018-10-11 16:42:38.639916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.641491"], ["updated_at", "2018-10-11 16:42:38.641491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.643093"], ["updated_at", "2018-10-11 16:42:38.643093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.644641"], ["updated_at", "2018-10-11 16:42:38.644641"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.646179"], ["updated_at", "2018-10-11 16:42:38.646179"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.647981"], ["updated_at", "2018-10-11 16:42:38.647981"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.650054"], ["updated_at", "2018-10-11 16:42:38.650054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.652568"], ["updated_at", "2018-10-11 16:42:38.652568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.654481"], ["updated_at", "2018-10-11 16:42:38.654481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.656355"], ["updated_at", "2018-10-11 16:42:38.656355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.658016"], ["updated_at", "2018-10-11 16:42:38.658016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.659545"], ["updated_at", "2018-10-11 16:42:38.659545"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.661088"], ["updated_at", "2018-10-11 16:42:38.661088"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.662986"], ["updated_at", "2018-10-11 16:42:38.662986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.664751"], ["updated_at", "2018-10-11 16:42:38.664751"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.667151"], ["updated_at", "2018-10-11 16:42:38.667151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.672185"], ["updated_at", "2018-10-11 16:42:38.672185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.673789"], ["updated_at", "2018-10-11 16:42:38.673789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.675289"], ["updated_at", "2018-10-11 16:42:38.675289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.676818"], ["updated_at", "2018-10-11 16:42:38.676818"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.678794"], ["updated_at", "2018-10-11 16:42:38.678794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.680538"], ["updated_at", "2018-10-11 16:42:38.680538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.682301"], ["updated_at", "2018-10-11 16:42:38.682301"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.685356"], ["updated_at", "2018-10-11 16:42:38.685356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.689660"], ["updated_at", "2018-10-11 16:42:38.689660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.691296"], ["updated_at", "2018-10-11 16:42:38.691296"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.693232"], ["updated_at", "2018-10-11 16:42:38.693232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.695385"], ["updated_at", "2018-10-11 16:42:38.695385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.697002"], ["updated_at", "2018-10-11 16:42:38.697002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.698570"], ["updated_at", "2018-10-11 16:42:38.698570"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.700633"], ["updated_at", "2018-10-11 16:42:38.700633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.705715"], ["updated_at", "2018-10-11 16:42:38.705715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.707256"], ["updated_at", "2018-10-11 16:42:38.707256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.708798"], ["updated_at", "2018-10-11 16:42:38.708798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.710686"], ["updated_at", "2018-10-11 16:42:38.710686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.712569"], ["updated_at", "2018-10-11 16:42:38.712569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.714176"], ["updated_at", "2018-10-11 16:42:38.714176"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.715963"], ["updated_at", "2018-10-11 16:42:38.715963"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.721434"], ["updated_at", "2018-10-11 16:42:38.721434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.723511"], ["updated_at", "2018-10-11 16:42:38.723511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.725003"], ["updated_at", "2018-10-11 16:42:38.725003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.727053"], ["updated_at", "2018-10-11 16:42:38.727053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.728930"], ["updated_at", "2018-10-11 16:42:38.728930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.730498"], ["updated_at", "2018-10-11 16:42:38.730498"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.732116"], ["updated_at", "2018-10-11 16:42:38.732116"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.735857"], ["updated_at", "2018-10-11 16:42:38.735857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.739697"], ["updated_at", "2018-10-11 16:42:38.739697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.741376"], ["updated_at", "2018-10-11 16:42:38.741376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.743382"], ["updated_at", "2018-10-11 16:42:38.743382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.745112"], ["updated_at", "2018-10-11 16:42:38.745112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.746694"], ["updated_at", "2018-10-11 16:42:38.746694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.748265"], ["updated_at", "2018-10-11 16:42:38.748265"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.750277"], ["updated_at", "2018-10-11 16:42:38.750277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.755615"], ["updated_at", "2018-10-11 16:42:38.755615"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.757263"], ["updated_at", "2018-10-11 16:42:38.757263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.759274"], ["updated_at", "2018-10-11 16:42:38.759274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.760937"], ["updated_at", "2018-10-11 16:42:38.760937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.762512"], ["updated_at", "2018-10-11 16:42:38.762512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.764078"], ["updated_at", "2018-10-11 16:42:38.764078"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.765627"], ["updated_at", "2018-10-11 16:42:38.765627"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.771613"], ["updated_at", "2018-10-11 16:42:38.771613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.775716"], ["updated_at", "2018-10-11 16:42:38.775716"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.777251"], ["updated_at", "2018-10-11 16:42:38.777251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.778902"], ["updated_at", "2018-10-11 16:42:38.778902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.780448"], ["updated_at", "2018-10-11 16:42:38.780448"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.781972"], ["updated_at", "2018-10-11 16:42:38.781972"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.786761"], ["updated_at", "2018-10-11 16:42:38.786761"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.789948"], ["updated_at", "2018-10-11 16:42:38.789948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.791885"], ["updated_at", "2018-10-11 16:42:38.791885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.793354"], ["updated_at", "2018-10-11 16:42:38.793354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.794826"], ["updated_at", "2018-10-11 16:42:38.794826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.796323"], ["updated_at", "2018-10-11 16:42:38.796323"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.797901"], ["updated_at", "2018-10-11 16:42:38.797901"], ["parent_id", 39895952907]] Kithe::Work Create (4.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.799794"], ["updated_at", "2018-10-11 16:42:38.799794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.805950"], ["updated_at", "2018-10-11 16:42:38.805950"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.807969"], ["updated_at", "2018-10-11 16:42:38.807969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.809791"], ["updated_at", "2018-10-11 16:42:38.809791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.811415"], ["updated_at", "2018-10-11 16:42:38.811415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.813003"], ["updated_at", "2018-10-11 16:42:38.813003"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.814596"], ["updated_at", "2018-10-11 16:42:38.814596"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.817322"], ["updated_at", "2018-10-11 16:42:38.817322"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.822500"], ["updated_at", "2018-10-11 16:42:38.822500"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.824893"], ["updated_at", "2018-10-11 16:42:38.824893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.826614"], ["updated_at", "2018-10-11 16:42:38.826614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.828177"], ["updated_at", "2018-10-11 16:42:38.828177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.829732"], ["updated_at", "2018-10-11 16:42:38.829732"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.831591"], ["updated_at", "2018-10-11 16:42:38.831591"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.834554"], ["updated_at", "2018-10-11 16:42:38.834554"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.839145"], ["updated_at", "2018-10-11 16:42:38.839145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.841346"], ["updated_at", "2018-10-11 16:42:38.841346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.842940"], ["updated_at", "2018-10-11 16:42:38.842940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.844658"], ["updated_at", "2018-10-11 16:42:38.844658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.846234"], ["updated_at", "2018-10-11 16:42:38.846234"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.848213"], ["updated_at", "2018-10-11 16:42:38.848213"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.850391"], ["updated_at", "2018-10-11 16:42:38.850391"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.855482"], ["updated_at", "2018-10-11 16:42:38.855482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.857718"], ["updated_at", "2018-10-11 16:42:38.857718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.859305"], ["updated_at", "2018-10-11 16:42:38.859305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.860825"], ["updated_at", "2018-10-11 16:42:38.860825"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.862494"], ["updated_at", "2018-10-11 16:42:38.862494"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.864576"], ["updated_at", "2018-10-11 16:42:38.864576"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.866475"], ["updated_at", "2018-10-11 16:42:38.866475"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.872060"], ["updated_at", "2018-10-11 16:42:38.872060"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.873935"], ["updated_at", "2018-10-11 16:42:38.873935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.875603"], ["updated_at", "2018-10-11 16:42:38.875603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.877325"], ["updated_at", "2018-10-11 16:42:38.877325"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.878893"], ["updated_at", "2018-10-11 16:42:38.878893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.881201"], ["updated_at", "2018-10-11 16:42:38.881201"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.883069"], ["updated_at", "2018-10-11 16:42:38.883069"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.887851"], ["updated_at", "2018-10-11 16:42:38.887851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.890680"], ["updated_at", "2018-10-11 16:42:38.890680"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.892107"], ["updated_at", "2018-10-11 16:42:38.892107"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.893782"], ["updated_at", "2018-10-11 16:42:38.893782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.895990"], ["updated_at", "2018-10-11 16:42:38.895990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.897784"], ["updated_at", "2018-10-11 16:42:38.897784"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.899665"], ["updated_at", "2018-10-11 16:42:38.899665"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.903706"], ["updated_at", "2018-10-11 16:42:38.903706"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.905813"], ["updated_at", "2018-10-11 16:42:38.905813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.907689"], ["updated_at", "2018-10-11 16:42:38.907689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.909187"], ["updated_at", "2018-10-11 16:42:38.909187"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.910706"], ["updated_at", "2018-10-11 16:42:38.910706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.912652"], ["updated_at", "2018-10-11 16:42:38.912652"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.914324"], ["updated_at", "2018-10-11 16:42:38.914324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.915965"], ["updated_at", "2018-10-11 16:42:38.915965"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.917702"], ["updated_at", "2018-10-11 16:42:38.917702"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.919696"], ["updated_at", "2018-10-11 16:42:38.919696"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.922126"], ["updated_at", "2018-10-11 16:42:38.922126"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.923985"], ["updated_at", "2018-10-11 16:42:38.923985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.925801"], ["updated_at", "2018-10-11 16:42:38.925801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.927474"], ["updated_at", "2018-10-11 16:42:38.927474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.929245"], ["updated_at", "2018-10-11 16:42:38.929245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.930813"], ["updated_at", "2018-10-11 16:42:38.930813"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.932345"], ["updated_at", "2018-10-11 16:42:38.932345"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.934749"], ["updated_at", "2018-10-11 16:42:38.934749"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.937043"], ["updated_at", "2018-10-11 16:42:38.937043"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.938849"], ["updated_at", "2018-10-11 16:42:38.938849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.940651"], ["updated_at", "2018-10-11 16:42:38.940651"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.942152"], ["updated_at", "2018-10-11 16:42:38.942152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.944128"], ["updated_at", "2018-10-11 16:42:38.944128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.945707"], ["updated_at", "2018-10-11 16:42:38.945707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.947258"], ["updated_at", "2018-10-11 16:42:38.947258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.948822"], ["updated_at", "2018-10-11 16:42:38.948822"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.950423"], ["updated_at", "2018-10-11 16:42:38.950423"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.952318"], ["updated_at", "2018-10-11 16:42:38.952318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.954157"], ["updated_at", "2018-10-11 16:42:38.954157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.955837"], ["updated_at", "2018-10-11 16:42:38.955837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.957641"], ["updated_at", "2018-10-11 16:42:38.957641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.959643"], ["updated_at", "2018-10-11 16:42:38.959643"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.961444"], ["updated_at", "2018-10-11 16:42:38.961444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.962985"], ["updated_at", "2018-10-11 16:42:38.962985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.964485"], ["updated_at", "2018-10-11 16:42:38.964485"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.966006"], ["updated_at", "2018-10-11 16:42:38.966006"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.967909"], ["updated_at", "2018-10-11 16:42:38.967909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.969797"], ["updated_at", "2018-10-11 16:42:38.969797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.971519"], ["updated_at", "2018-10-11 16:42:38.971519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.973298"], ["updated_at", "2018-10-11 16:42:38.973298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.974910"], ["updated_at", "2018-10-11 16:42:38.974910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.976638"], ["updated_at", "2018-10-11 16:42:38.976638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.978200"], ["updated_at", "2018-10-11 16:42:38.978200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.979721"], ["updated_at", "2018-10-11 16:42:38.979721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.981447"], ["updated_at", "2018-10-11 16:42:38.981447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.983129"], ["updated_at", "2018-10-11 16:42:38.983129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.984918"], ["updated_at", "2018-10-11 16:42:38.984918"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.986477"], ["updated_at", "2018-10-11 16:42:38.986477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.988660"], ["updated_at", "2018-10-11 16:42:38.988660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.990276"], ["updated_at", "2018-10-11 16:42:38.990276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.991837"], ["updated_at", "2018-10-11 16:42:38.991837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.993358"], ["updated_at", "2018-10-11 16:42:38.993358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.994870"], ["updated_at", "2018-10-11 16:42:38.994870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.996447"], ["updated_at", "2018-10-11 16:42:38.996447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.997962"], ["updated_at", "2018-10-11 16:42:38.997962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:38.999494"], ["updated_at", "2018-10-11 16:42:38.999494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.001046"], ["updated_at", "2018-10-11 16:42:39.001046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.002594"], ["updated_at", "2018-10-11 16:42:39.002594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.004118"], ["updated_at", "2018-10-11 16:42:39.004118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.005680"], ["updated_at", "2018-10-11 16:42:39.005680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.007296"], ["updated_at", "2018-10-11 16:42:39.007296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.008861"], ["updated_at", "2018-10-11 16:42:39.008861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.010444"], ["updated_at", "2018-10-11 16:42:39.010444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.012022"], ["updated_at", "2018-10-11 16:42:39.012022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.013559"], ["updated_at", "2018-10-11 16:42:39.013559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.015157"], ["updated_at", "2018-10-11 16:42:39.015157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.016690"], ["updated_at", "2018-10-11 16:42:39.016690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.018246"], ["updated_at", "2018-10-11 16:42:39.018246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.019784"], ["updated_at", "2018-10-11 16:42:39.019784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.021341"], ["updated_at", "2018-10-11 16:42:39.021341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.022904"], ["updated_at", "2018-10-11 16:42:39.022904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.024448"], ["updated_at", "2018-10-11 16:42:39.024448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.025967"], ["updated_at", "2018-10-11 16:42:39.025967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.027506"], ["updated_at", "2018-10-11 16:42:39.027506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.029048"], ["updated_at", "2018-10-11 16:42:39.029048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.030609"], ["updated_at", "2018-10-11 16:42:39.030609"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.032123"], ["updated_at", "2018-10-11 16:42:39.032123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.033814"], ["updated_at", "2018-10-11 16:42:39.033814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.035396"], ["updated_at", "2018-10-11 16:42:39.035396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.036936"], ["updated_at", "2018-10-11 16:42:39.036936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.038508"], ["updated_at", "2018-10-11 16:42:39.038508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.040030"], ["updated_at", "2018-10-11 16:42:39.040030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.041541"], ["updated_at", "2018-10-11 16:42:39.041541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.043128"], ["updated_at", "2018-10-11 16:42:39.043128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.044661"], ["updated_at", "2018-10-11 16:42:39.044661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.046198"], ["updated_at", "2018-10-11 16:42:39.046198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.047777"], ["updated_at", "2018-10-11 16:42:39.047777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.049287"], ["updated_at", "2018-10-11 16:42:39.049287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.050820"], ["updated_at", "2018-10-11 16:42:39.050820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.052332"], ["updated_at", "2018-10-11 16:42:39.052332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.053876"], ["updated_at", "2018-10-11 16:42:39.053876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.055380"], ["updated_at", "2018-10-11 16:42:39.055380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.056965"], ["updated_at", "2018-10-11 16:42:39.056965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.058517"], ["updated_at", "2018-10-11 16:42:39.058517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.060038"], ["updated_at", "2018-10-11 16:42:39.060038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.061576"], ["updated_at", "2018-10-11 16:42:39.061576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.063098"], ["updated_at", "2018-10-11 16:42:39.063098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.064749"], ["updated_at", "2018-10-11 16:42:39.064749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.066260"], ["updated_at", "2018-10-11 16:42:39.066260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.067787"], ["updated_at", "2018-10-11 16:42:39.067787"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.069305"], ["updated_at", "2018-10-11 16:42:39.069305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.071141"], ["updated_at", "2018-10-11 16:42:39.071141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.072740"], ["updated_at", "2018-10-11 16:42:39.072740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.074364"], ["updated_at", "2018-10-11 16:42:39.074364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.075916"], ["updated_at", "2018-10-11 16:42:39.075916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.077446"], ["updated_at", "2018-10-11 16:42:39.077446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.078959"], ["updated_at", "2018-10-11 16:42:39.078959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.080697"], ["updated_at", "2018-10-11 16:42:39.080697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.082418"], ["updated_at", "2018-10-11 16:42:39.082418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.084024"], ["updated_at", "2018-10-11 16:42:39.084024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.085767"], ["updated_at", "2018-10-11 16:42:39.085767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.087394"], ["updated_at", "2018-10-11 16:42:39.087394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.089041"], ["updated_at", "2018-10-11 16:42:39.089041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.090635"], ["updated_at", "2018-10-11 16:42:39.090635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.092203"], ["updated_at", "2018-10-11 16:42:39.092203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.093740"], ["updated_at", "2018-10-11 16:42:39.093740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.095301"], ["updated_at", "2018-10-11 16:42:39.095301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.096833"], ["updated_at", "2018-10-11 16:42:39.096833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.098440"], ["updated_at", "2018-10-11 16:42:39.098440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.100017"], ["updated_at", "2018-10-11 16:42:39.100017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.101590"], ["updated_at", "2018-10-11 16:42:39.101590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.103151"], ["updated_at", "2018-10-11 16:42:39.103151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.104696"], ["updated_at", "2018-10-11 16:42:39.104696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.106266"], ["updated_at", "2018-10-11 16:42:39.106266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.107810"], ["updated_at", "2018-10-11 16:42:39.107810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.109354"], ["updated_at", "2018-10-11 16:42:39.109354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.110926"], ["updated_at", "2018-10-11 16:42:39.110926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.112463"], ["updated_at", "2018-10-11 16:42:39.112463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.113998"], ["updated_at", "2018-10-11 16:42:39.113998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.115551"], ["updated_at", "2018-10-11 16:42:39.115551"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.117300"], ["updated_at", "2018-10-11 16:42:39.117300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.120524"], ["updated_at", "2018-10-11 16:42:39.120524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.122240"], ["updated_at", "2018-10-11 16:42:39.122240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.123830"], ["updated_at", "2018-10-11 16:42:39.123830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.125410"], ["updated_at", "2018-10-11 16:42:39.125410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.127001"], ["updated_at", "2018-10-11 16:42:39.127001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.128539"], ["updated_at", "2018-10-11 16:42:39.128539"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.130283"], ["updated_at", "2018-10-11 16:42:39.130283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.132004"], ["updated_at", "2018-10-11 16:42:39.132004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.133539"], ["updated_at", "2018-10-11 16:42:39.133539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.135115"], ["updated_at", "2018-10-11 16:42:39.135115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.136802"], ["updated_at", "2018-10-11 16:42:39.136802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.138491"], ["updated_at", "2018-10-11 16:42:39.138491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.140083"], ["updated_at", "2018-10-11 16:42:39.140083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.141740"], ["updated_at", "2018-10-11 16:42:39.141740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.143344"], ["updated_at", "2018-10-11 16:42:39.143344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.144888"], ["updated_at", "2018-10-11 16:42:39.144888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.146425"], ["updated_at", "2018-10-11 16:42:39.146425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.147959"], ["updated_at", "2018-10-11 16:42:39.147959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.149480"], ["updated_at", "2018-10-11 16:42:39.149480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.151215"], ["updated_at", "2018-10-11 16:42:39.151215"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.152781"], ["updated_at", "2018-10-11 16:42:39.152781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.154778"], ["updated_at", "2018-10-11 16:42:39.154778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.156377"], ["updated_at", "2018-10-11 16:42:39.156377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.158044"], ["updated_at", "2018-10-11 16:42:39.158044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.159583"], ["updated_at", "2018-10-11 16:42:39.159583"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.161154"], ["updated_at", "2018-10-11 16:42:39.161154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.163227"], ["updated_at", "2018-10-11 16:42:39.163227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.164815"], ["updated_at", "2018-10-11 16:42:39.164815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.166591"], ["updated_at", "2018-10-11 16:42:39.166591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.168536"], ["updated_at", "2018-10-11 16:42:39.168536"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.170668"], ["updated_at", "2018-10-11 16:42:39.170668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.172568"], ["updated_at", "2018-10-11 16:42:39.172568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.174280"], ["updated_at", "2018-10-11 16:42:39.174280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.175835"], ["updated_at", "2018-10-11 16:42:39.175835"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.177374"], ["updated_at", "2018-10-11 16:42:39.177374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.179432"], ["updated_at", "2018-10-11 16:42:39.179432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.180986"], ["updated_at", "2018-10-11 16:42:39.180986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.182508"], ["updated_at", "2018-10-11 16:42:39.182508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.184062"], ["updated_at", "2018-10-11 16:42:39.184062"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.185604"], ["updated_at", "2018-10-11 16:42:39.185604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.187756"], ["updated_at", "2018-10-11 16:42:39.187756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.189523"], ["updated_at", "2018-10-11 16:42:39.189523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.191128"], ["updated_at", "2018-10-11 16:42:39.191128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.192735"], ["updated_at", "2018-10-11 16:42:39.192735"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.194710"], ["updated_at", "2018-10-11 16:42:39.194710"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.197356"], ["updated_at", "2018-10-11 16:42:39.197356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.199364"], ["updated_at", "2018-10-11 16:42:39.199364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.201024"], ["updated_at", "2018-10-11 16:42:39.201024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.202789"], ["updated_at", "2018-10-11 16:42:39.202789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.204431"], ["updated_at", "2018-10-11 16:42:39.204431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.205989"], ["updated_at", "2018-10-11 16:42:39.205989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.207555"], ["updated_at", "2018-10-11 16:42:39.207555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.209135"], ["updated_at", "2018-10-11 16:42:39.209135"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.211010"], ["updated_at", "2018-10-11 16:42:39.211010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.212717"], ["updated_at", "2018-10-11 16:42:39.212717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.214305"], ["updated_at", "2018-10-11 16:42:39.214305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.215868"], ["updated_at", "2018-10-11 16:42:39.215868"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.217391"], ["updated_at", "2018-10-11 16:42:39.217391"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.219475"], ["updated_at", "2018-10-11 16:42:39.219475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.222101"], ["updated_at", "2018-10-11 16:42:39.222101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.223709"], ["updated_at", "2018-10-11 16:42:39.223709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.225327"], ["updated_at", "2018-10-11 16:42:39.225327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.227270"], ["updated_at", "2018-10-11 16:42:39.227270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.229056"], ["updated_at", "2018-10-11 16:42:39.229056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.230641"], ["updated_at", "2018-10-11 16:42:39.230641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.232213"], ["updated_at", "2018-10-11 16:42:39.232213"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.234181"], ["updated_at", "2018-10-11 16:42:39.234181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.239443"], ["updated_at", "2018-10-11 16:42:39.239443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.241107"], ["updated_at", "2018-10-11 16:42:39.241107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.242872"], ["updated_at", "2018-10-11 16:42:39.242872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.244596"], ["updated_at", "2018-10-11 16:42:39.244596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.246065"], ["updated_at", "2018-10-11 16:42:39.246065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.247684"], ["updated_at", "2018-10-11 16:42:39.247684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.249272"], ["updated_at", "2018-10-11 16:42:39.249272"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.252303"], ["updated_at", "2018-10-11 16:42:39.252303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.256885"], ["updated_at", "2018-10-11 16:42:39.256885"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.258572"], ["updated_at", "2018-10-11 16:42:39.258572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.260481"], ["updated_at", "2018-10-11 16:42:39.260481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.261954"], ["updated_at", "2018-10-11 16:42:39.261954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.263481"], ["updated_at", "2018-10-11 16:42:39.263481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.265016"], ["updated_at", "2018-10-11 16:42:39.265016"], ["parent_id", 39895952907]] Kithe::Work Create (2.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.267170"], ["updated_at", "2018-10-11 16:42:39.267170"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.272366"], ["updated_at", "2018-10-11 16:42:39.272366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.274041"], ["updated_at", "2018-10-11 16:42:39.274041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.276167"], ["updated_at", "2018-10-11 16:42:39.276167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.277868"], ["updated_at", "2018-10-11 16:42:39.277868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.279506"], ["updated_at", "2018-10-11 16:42:39.279506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.281022"], ["updated_at", "2018-10-11 16:42:39.281022"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.282863"], ["updated_at", "2018-10-11 16:42:39.282863"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.287649"], ["updated_at", "2018-10-11 16:42:39.287649"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.290252"], ["updated_at", "2018-10-11 16:42:39.290252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.292653"], ["updated_at", "2018-10-11 16:42:39.292653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.294395"], ["updated_at", "2018-10-11 16:42:39.294395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.296072"], ["updated_at", "2018-10-11 16:42:39.296072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.297675"], ["updated_at", "2018-10-11 16:42:39.297675"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.299581"], ["updated_at", "2018-10-11 16:42:39.299581"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.302968"], ["updated_at", "2018-10-11 16:42:39.302968"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.306633"], ["updated_at", "2018-10-11 16:42:39.306633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.309068"], ["updated_at", "2018-10-11 16:42:39.309068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.310739"], ["updated_at", "2018-10-11 16:42:39.310739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.312367"], ["updated_at", "2018-10-11 16:42:39.312367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.313895"], ["updated_at", "2018-10-11 16:42:39.313895"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.315733"], ["updated_at", "2018-10-11 16:42:39.315733"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.318500"], ["updated_at", "2018-10-11 16:42:39.318500"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.322828"], ["updated_at", "2018-10-11 16:42:39.322828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.325192"], ["updated_at", "2018-10-11 16:42:39.325192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.326822"], ["updated_at", "2018-10-11 16:42:39.326822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.328397"], ["updated_at", "2018-10-11 16:42:39.328397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.329986"], ["updated_at", "2018-10-11 16:42:39.329986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.331824"], ["updated_at", "2018-10-11 16:42:39.331824"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.334774"], ["updated_at", "2018-10-11 16:42:39.334774"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.338797"], ["updated_at", "2018-10-11 16:42:39.338797"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.341082"], ["updated_at", "2018-10-11 16:42:39.341082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.342853"], ["updated_at", "2018-10-11 16:42:39.342853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.344418"], ["updated_at", "2018-10-11 16:42:39.344418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.345990"], ["updated_at", "2018-10-11 16:42:39.345990"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.347801"], ["updated_at", "2018-10-11 16:42:39.347801"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.349763"], ["updated_at", "2018-10-11 16:42:39.349763"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.353394"], ["updated_at", "2018-10-11 16:42:39.353394"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.356559"], ["updated_at", "2018-10-11 16:42:39.356559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.358787"], ["updated_at", "2018-10-11 16:42:39.358787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.360501"], ["updated_at", "2018-10-11 16:42:39.360501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.362105"], ["updated_at", "2018-10-11 16:42:39.362105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.364022"], ["updated_at", "2018-10-11 16:42:39.364022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.365625"], ["updated_at", "2018-10-11 16:42:39.365625"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.367571"], ["updated_at", "2018-10-11 16:42:39.367571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.371916"], ["updated_at", "2018-10-11 16:42:39.371916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.373663"], ["updated_at", "2018-10-11 16:42:39.373663"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.375530"], ["updated_at", "2018-10-11 16:42:39.375530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.377319"], ["updated_at", "2018-10-11 16:42:39.377319"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.379201"], ["updated_at", "2018-10-11 16:42:39.379201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.380967"], ["updated_at", "2018-10-11 16:42:39.380967"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.382590"], ["updated_at", "2018-10-11 16:42:39.382590"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.385285"], ["updated_at", "2018-10-11 16:42:39.385285"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.389639"], ["updated_at", "2018-10-11 16:42:39.389639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.391477"], ["updated_at", "2018-10-11 16:42:39.391477"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.393057"], ["updated_at", "2018-10-11 16:42:39.393057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.395256"], ["updated_at", "2018-10-11 16:42:39.395256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.396844"], ["updated_at", "2018-10-11 16:42:39.396844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.398442"], ["updated_at", "2018-10-11 16:42:39.398442"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.400245"], ["updated_at", "2018-10-11 16:42:39.400245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.404812"], ["updated_at", "2018-10-11 16:42:39.404812"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.406659"], ["updated_at", "2018-10-11 16:42:39.406659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.408791"], ["updated_at", "2018-10-11 16:42:39.408791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.410458"], ["updated_at", "2018-10-11 16:42:39.410458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.412083"], ["updated_at", "2018-10-11 16:42:39.412083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.413664"], ["updated_at", "2018-10-11 16:42:39.413664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.415198"], ["updated_at", "2018-10-11 16:42:39.415198"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.416929"], ["updated_at", "2018-10-11 16:42:39.416929"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.421124"], ["updated_at", "2018-10-11 16:42:39.421124"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.423338"], ["updated_at", "2018-10-11 16:42:39.423338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.425482"], ["updated_at", "2018-10-11 16:42:39.425482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.427030"], ["updated_at", "2018-10-11 16:42:39.427030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.428601"], ["updated_at", "2018-10-11 16:42:39.428601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.430175"], ["updated_at", "2018-10-11 16:42:39.430175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.431758"], ["updated_at", "2018-10-11 16:42:39.431758"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.433566"], ["updated_at", "2018-10-11 16:42:39.433566"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.437562"], ["updated_at", "2018-10-11 16:42:39.437562"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.439865"], ["updated_at", "2018-10-11 16:42:39.439865"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.441558"], ["updated_at", "2018-10-11 16:42:39.441558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.443598"], ["updated_at", "2018-10-11 16:42:39.443598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.445245"], ["updated_at", "2018-10-11 16:42:39.445245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.446966"], ["updated_at", "2018-10-11 16:42:39.446966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.448648"], ["updated_at", "2018-10-11 16:42:39.448648"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.450534"], ["updated_at", "2018-10-11 16:42:39.450534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.454876"], ["updated_at", "2018-10-11 16:42:39.454876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.456691"], ["updated_at", "2018-10-11 16:42:39.456691"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.458386"], ["updated_at", "2018-10-11 16:42:39.458386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.460512"], ["updated_at", "2018-10-11 16:42:39.460512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.462155"], ["updated_at", "2018-10-11 16:42:39.462155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.463729"], ["updated_at", "2018-10-11 16:42:39.463729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.465314"], ["updated_at", "2018-10-11 16:42:39.465314"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.467083"], ["updated_at", "2018-10-11 16:42:39.467083"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.471924"], ["updated_at", "2018-10-11 16:42:39.471924"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.473763"], ["updated_at", "2018-10-11 16:42:39.473763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.475885"], ["updated_at", "2018-10-11 16:42:39.475885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.477532"], ["updated_at", "2018-10-11 16:42:39.477532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.479093"], ["updated_at", "2018-10-11 16:42:39.479093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.480664"], ["updated_at", "2018-10-11 16:42:39.480664"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.482239"], ["updated_at", "2018-10-11 16:42:39.482239"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.484382"], ["updated_at", "2018-10-11 16:42:39.484382"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.488859"], ["updated_at", "2018-10-11 16:42:39.488859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.491495"], ["updated_at", "2018-10-11 16:42:39.491495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.493210"], ["updated_at", "2018-10-11 16:42:39.493210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.494812"], ["updated_at", "2018-10-11 16:42:39.494812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.496364"], ["updated_at", "2018-10-11 16:42:39.496364"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.499351"], ["updated_at", "2018-10-11 16:42:39.499351"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.501889"], ["updated_at", "2018-10-11 16:42:39.501889"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.505407"], ["updated_at", "2018-10-11 16:42:39.505407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.507857"], ["updated_at", "2018-10-11 16:42:39.507857"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.509434"], ["updated_at", "2018-10-11 16:42:39.509434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.510835"], ["updated_at", "2018-10-11 16:42:39.510835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.512366"], ["updated_at", "2018-10-11 16:42:39.512366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.513853"], ["updated_at", "2018-10-11 16:42:39.513853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.515399"], ["updated_at", "2018-10-11 16:42:39.515399"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.517324"], ["updated_at", "2018-10-11 16:42:39.517324"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.520723"], ["updated_at", "2018-10-11 16:42:39.520723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.523204"], ["updated_at", "2018-10-11 16:42:39.523204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.524925"], ["updated_at", "2018-10-11 16:42:39.524925"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.526476"], ["updated_at", "2018-10-11 16:42:39.526476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.528533"], ["updated_at", "2018-10-11 16:42:39.528533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.530172"], ["updated_at", "2018-10-11 16:42:39.530172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.531735"], ["updated_at", "2018-10-11 16:42:39.531735"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.533457"], ["updated_at", "2018-10-11 16:42:39.533457"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.538073"], ["updated_at", "2018-10-11 16:42:39.538073"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.540476"], ["updated_at", "2018-10-11 16:42:39.540476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.542370"], ["updated_at", "2018-10-11 16:42:39.542370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.543936"], ["updated_at", "2018-10-11 16:42:39.543936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.545538"], ["updated_at", "2018-10-11 16:42:39.545538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.547077"], ["updated_at", "2018-10-11 16:42:39.547077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.548606"], ["updated_at", "2018-10-11 16:42:39.548606"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.550480"], ["updated_at", "2018-10-11 16:42:39.550480"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.554923"], ["updated_at", "2018-10-11 16:42:39.554923"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.556960"], ["updated_at", "2018-10-11 16:42:39.556960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.558929"], ["updated_at", "2018-10-11 16:42:39.558929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.560369"], ["updated_at", "2018-10-11 16:42:39.560369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.561820"], ["updated_at", "2018-10-11 16:42:39.561820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.563360"], ["updated_at", "2018-10-11 16:42:39.563360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.564853"], ["updated_at", "2018-10-11 16:42:39.564853"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.566614"], ["updated_at", "2018-10-11 16:42:39.566614"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.571482"], ["updated_at", "2018-10-11 16:42:39.571482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.573320"], ["updated_at", "2018-10-11 16:42:39.573320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.575152"], ["updated_at", "2018-10-11 16:42:39.575152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.577045"], ["updated_at", "2018-10-11 16:42:39.577045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.578622"], ["updated_at", "2018-10-11 16:42:39.578622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.580195"], ["updated_at", "2018-10-11 16:42:39.580195"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.581810"], ["updated_at", "2018-10-11 16:42:39.581810"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.583721"], ["updated_at", "2018-10-11 16:42:39.583721"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.587937"], ["updated_at", "2018-10-11 16:42:39.587937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.590138"], ["updated_at", "2018-10-11 16:42:39.590138"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.591860"], ["updated_at", "2018-10-11 16:42:39.591860"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.594221"], ["updated_at", "2018-10-11 16:42:39.594221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.596954"], ["updated_at", "2018-10-11 16:42:39.596954"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.598962"], ["updated_at", "2018-10-11 16:42:39.598962"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.605271"], ["updated_at", "2018-10-11 16:42:39.605271"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.608448"], ["updated_at", "2018-10-11 16:42:39.608448"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.611081"], ["updated_at", "2018-10-11 16:42:39.611081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.612947"], ["updated_at", "2018-10-11 16:42:39.612947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.614663"], ["updated_at", "2018-10-11 16:42:39.614663"], ["parent_id", 39895952907]] Kithe::Work Create (3.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.616833"], ["updated_at", "2018-10-11 16:42:39.616833"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.622895"], ["updated_at", "2018-10-11 16:42:39.622895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.624926"], ["updated_at", "2018-10-11 16:42:39.624926"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.626760"], ["updated_at", "2018-10-11 16:42:39.626760"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.628970"], ["updated_at", "2018-10-11 16:42:39.628970"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.630640"], ["updated_at", "2018-10-11 16:42:39.630640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.632213"], ["updated_at", "2018-10-11 16:42:39.632213"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.634187"], ["updated_at", "2018-10-11 16:42:39.634187"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.638307"], ["updated_at", "2018-10-11 16:42:39.638307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.640744"], ["updated_at", "2018-10-11 16:42:39.640744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.642361"], ["updated_at", "2018-10-11 16:42:39.642361"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.643782"], ["updated_at", "2018-10-11 16:42:39.643782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.645299"], ["updated_at", "2018-10-11 16:42:39.645299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.646833"], ["updated_at", "2018-10-11 16:42:39.646833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.648370"], ["updated_at", "2018-10-11 16:42:39.648370"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.650023"], ["updated_at", "2018-10-11 16:42:39.650023"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.654101"], ["updated_at", "2018-10-11 16:42:39.654101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.656431"], ["updated_at", "2018-10-11 16:42:39.656431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.658080"], ["updated_at", "2018-10-11 16:42:39.658080"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.659609"], ["updated_at", "2018-10-11 16:42:39.659609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.661604"], ["updated_at", "2018-10-11 16:42:39.661604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.663290"], ["updated_at", "2018-10-11 16:42:39.663290"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.664849"], ["updated_at", "2018-10-11 16:42:39.664849"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.666902"], ["updated_at", "2018-10-11 16:42:39.666902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.671639"], ["updated_at", "2018-10-11 16:42:39.671639"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.673443"], ["updated_at", "2018-10-11 16:42:39.673443"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.675591"], ["updated_at", "2018-10-11 16:42:39.675591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.677683"], ["updated_at", "2018-10-11 16:42:39.677683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.679431"], ["updated_at", "2018-10-11 16:42:39.679431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.681055"], ["updated_at", "2018-10-11 16:42:39.681055"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.682911"], ["updated_at", "2018-10-11 16:42:39.682911"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.686410"], ["updated_at", "2018-10-11 16:42:39.686410"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.689392"], ["updated_at", "2018-10-11 16:42:39.689392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.691476"], ["updated_at", "2018-10-11 16:42:39.691476"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.693078"], ["updated_at", "2018-10-11 16:42:39.693078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.694693"], ["updated_at", "2018-10-11 16:42:39.694693"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.696229"], ["updated_at", "2018-10-11 16:42:39.696229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.697917"], ["updated_at", "2018-10-11 16:42:39.697917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.699791"], ["updated_at", "2018-10-11 16:42:39.699791"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.703023"], ["updated_at", "2018-10-11 16:42:39.703023"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.707084"], ["updated_at", "2018-10-11 16:42:39.707084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.709366"], ["updated_at", "2018-10-11 16:42:39.709366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.710994"], ["updated_at", "2018-10-11 16:42:39.710994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.712561"], ["updated_at", "2018-10-11 16:42:39.712561"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.714238"], ["updated_at", "2018-10-11 16:42:39.714238"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.716331"], ["updated_at", "2018-10-11 16:42:39.716331"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.719605"], ["updated_at", "2018-10-11 16:42:39.719605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.722606"], ["updated_at", "2018-10-11 16:42:39.722606"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.724698"], ["updated_at", "2018-10-11 16:42:39.724698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.726406"], ["updated_at", "2018-10-11 16:42:39.726406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.728036"], ["updated_at", "2018-10-11 16:42:39.728036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.729564"], ["updated_at", "2018-10-11 16:42:39.729564"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.731378"], ["updated_at", "2018-10-11 16:42:39.731378"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.733103"], ["updated_at", "2018-10-11 16:42:39.733103"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.737286"], ["updated_at", "2018-10-11 16:42:39.737286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.739945"], ["updated_at", "2018-10-11 16:42:39.739945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.741768"], ["updated_at", "2018-10-11 16:42:39.741768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.743407"], ["updated_at", "2018-10-11 16:42:39.743407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.745044"], ["updated_at", "2018-10-11 16:42:39.745044"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.746637"], ["updated_at", "2018-10-11 16:42:39.746637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.748627"], ["updated_at", "2018-10-11 16:42:39.748627"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.750713"], ["updated_at", "2018-10-11 16:42:39.750713"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.752736"], ["updated_at", "2018-10-11 16:42:39.752736"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.755125"], ["updated_at", "2018-10-11 16:42:39.755125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.757190"], ["updated_at", "2018-10-11 16:42:39.757190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.758961"], ["updated_at", "2018-10-11 16:42:39.758961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.760570"], ["updated_at", "2018-10-11 16:42:39.760570"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.762154"], ["updated_at", "2018-10-11 16:42:39.762154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.764166"], ["updated_at", "2018-10-11 16:42:39.764166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.765873"], ["updated_at", "2018-10-11 16:42:39.765873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.767853"], ["updated_at", "2018-10-11 16:42:39.767853"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.769497"], ["updated_at", "2018-10-11 16:42:39.769497"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.771675"], ["updated_at", "2018-10-11 16:42:39.771675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.773820"], ["updated_at", "2018-10-11 16:42:39.773820"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.775652"], ["updated_at", "2018-10-11 16:42:39.775652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.777440"], ["updated_at", "2018-10-11 16:42:39.777440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.779253"], ["updated_at", "2018-10-11 16:42:39.779253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.781184"], ["updated_at", "2018-10-11 16:42:39.781184"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.782825"], ["updated_at", "2018-10-11 16:42:39.782825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.784504"], ["updated_at", "2018-10-11 16:42:39.784504"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.786074"], ["updated_at", "2018-10-11 16:42:39.786074"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.789773"], ["updated_at", "2018-10-11 16:42:39.789773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.792015"], ["updated_at", "2018-10-11 16:42:39.792015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.793808"], ["updated_at", "2018-10-11 16:42:39.793808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.795857"], ["updated_at", "2018-10-11 16:42:39.795857"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.797729"], ["updated_at", "2018-10-11 16:42:39.797729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.799400"], ["updated_at", "2018-10-11 16:42:39.799400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.800972"], ["updated_at", "2018-10-11 16:42:39.800972"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.802541"], ["updated_at", "2018-10-11 16:42:39.802541"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.804685"], ["updated_at", "2018-10-11 16:42:39.804685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.806541"], ["updated_at", "2018-10-11 16:42:39.806541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.808284"], ["updated_at", "2018-10-11 16:42:39.808284"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.810095"], ["updated_at", "2018-10-11 16:42:39.810095"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.812119"], ["updated_at", "2018-10-11 16:42:39.812119"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.813880"], ["updated_at", "2018-10-11 16:42:39.813880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.815744"], ["updated_at", "2018-10-11 16:42:39.815744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.817374"], ["updated_at", "2018-10-11 16:42:39.817374"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.819088"], ["updated_at", "2018-10-11 16:42:39.819088"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.821605"], ["updated_at", "2018-10-11 16:42:39.821605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.823702"], ["updated_at", "2018-10-11 16:42:39.823702"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.825529"], ["updated_at", "2018-10-11 16:42:39.825529"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.827382"], ["updated_at", "2018-10-11 16:42:39.827382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.829675"], ["updated_at", "2018-10-11 16:42:39.829675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.831303"], ["updated_at", "2018-10-11 16:42:39.831303"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.832901"], ["updated_at", "2018-10-11 16:42:39.832901"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.838414"], ["updated_at", "2018-10-11 16:42:39.838414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.840383"], ["updated_at", "2018-10-11 16:42:39.840383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.841906"], ["updated_at", "2018-10-11 16:42:39.841906"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.843448"], ["updated_at", "2018-10-11 16:42:39.843448"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.845517"], ["updated_at", "2018-10-11 16:42:39.845517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.847452"], ["updated_at", "2018-10-11 16:42:39.847452"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.849160"], ["updated_at", "2018-10-11 16:42:39.849160"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.851206"], ["updated_at", "2018-10-11 16:42:39.851206"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.856486"], ["updated_at", "2018-10-11 16:42:39.856486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.858162"], ["updated_at", "2018-10-11 16:42:39.858162"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.859841"], ["updated_at", "2018-10-11 16:42:39.859841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.861931"], ["updated_at", "2018-10-11 16:42:39.861931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.863579"], ["updated_at", "2018-10-11 16:42:39.863579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.865155"], ["updated_at", "2018-10-11 16:42:39.865155"], ["parent_id", 39895952907]] Kithe::Work Create (3.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.866932"], ["updated_at", "2018-10-11 16:42:39.866932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.873057"], ["updated_at", "2018-10-11 16:42:39.873057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.874821"], ["updated_at", "2018-10-11 16:42:39.874821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.876702"], ["updated_at", "2018-10-11 16:42:39.876702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.878590"], ["updated_at", "2018-10-11 16:42:39.878590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.880221"], ["updated_at", "2018-10-11 16:42:39.880221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.881776"], ["updated_at", "2018-10-11 16:42:39.881776"], ["parent_id", 39895952907]] Kithe::Work Create (3.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.883805"], ["updated_at", "2018-10-11 16:42:39.883805"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.889952"], ["updated_at", "2018-10-11 16:42:39.889952"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.891740"], ["updated_at", "2018-10-11 16:42:39.891740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.893937"], ["updated_at", "2018-10-11 16:42:39.893937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.895655"], ["updated_at", "2018-10-11 16:42:39.895655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.897259"], ["updated_at", "2018-10-11 16:42:39.897259"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.900806"], ["updated_at", "2018-10-11 16:42:39.900806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.906267"], ["updated_at", "2018-10-11 16:42:39.906267"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.908207"], ["updated_at", "2018-10-11 16:42:39.908207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.910140"], ["updated_at", "2018-10-11 16:42:39.910140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.911694"], ["updated_at", "2018-10-11 16:42:39.911694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.913264"], ["updated_at", "2018-10-11 16:42:39.913264"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.914815"], ["updated_at", "2018-10-11 16:42:39.914815"], ["parent_id", 39895952907]] Kithe::Work Create (5.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.917705"], ["updated_at", "2018-10-11 16:42:39.917705"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.925688"], ["updated_at", "2018-10-11 16:42:39.925688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.927367"], ["updated_at", "2018-10-11 16:42:39.927367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.928988"], ["updated_at", "2018-10-11 16:42:39.928988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.930518"], ["updated_at", "2018-10-11 16:42:39.930518"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.932111"], ["updated_at", "2018-10-11 16:42:39.932111"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.934578"], ["updated_at", "2018-10-11 16:42:39.934578"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.939640"], ["updated_at", "2018-10-11 16:42:39.939640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.941748"], ["updated_at", "2018-10-11 16:42:39.941748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.943417"], ["updated_at", "2018-10-11 16:42:39.943417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.944988"], ["updated_at", "2018-10-11 16:42:39.944988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.946653"], ["updated_at", "2018-10-11 16:42:39.946653"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.948679"], ["updated_at", "2018-10-11 16:42:39.948679"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.951140"], ["updated_at", "2018-10-11 16:42:39.951140"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.955735"], ["updated_at", "2018-10-11 16:42:39.955735"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.958300"], ["updated_at", "2018-10-11 16:42:39.958300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.960271"], ["updated_at", "2018-10-11 16:42:39.960271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.961840"], ["updated_at", "2018-10-11 16:42:39.961840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.963408"], ["updated_at", "2018-10-11 16:42:39.963408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.965341"], ["updated_at", "2018-10-11 16:42:39.965341"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.967198"], ["updated_at", "2018-10-11 16:42:39.967198"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.971666"], ["updated_at", "2018-10-11 16:42:39.971666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.974560"], ["updated_at", "2018-10-11 16:42:39.974560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.976140"], ["updated_at", "2018-10-11 16:42:39.976140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.977686"], ["updated_at", "2018-10-11 16:42:39.977686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.979187"], ["updated_at", "2018-10-11 16:42:39.979187"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.980910"], ["updated_at", "2018-10-11 16:42:39.980910"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.983098"], ["updated_at", "2018-10-11 16:42:39.983098"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.987227"], ["updated_at", "2018-10-11 16:42:39.987227"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.990824"], ["updated_at", "2018-10-11 16:42:39.990824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.992496"], ["updated_at", "2018-10-11 16:42:39.992496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.994074"], ["updated_at", "2018-10-11 16:42:39.994074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.995648"], ["updated_at", "2018-10-11 16:42:39.995648"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.997649"], ["updated_at", "2018-10-11 16:42:39.997649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:39.999540"], ["updated_at", "2018-10-11 16:42:39.999540"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.001718"], ["updated_at", "2018-10-11 16:42:40.001718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.006037"], ["updated_at", "2018-10-11 16:42:40.006037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.008144"], ["updated_at", "2018-10-11 16:42:40.008144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.009714"], ["updated_at", "2018-10-11 16:42:40.009714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.011354"], ["updated_at", "2018-10-11 16:42:40.011354"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.013012"], ["updated_at", "2018-10-11 16:42:40.013012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.015113"], ["updated_at", "2018-10-11 16:42:40.015113"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.016964"], ["updated_at", "2018-10-11 16:42:40.016964"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.021645"], ["updated_at", "2018-10-11 16:42:40.021645"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.023975"], ["updated_at", "2018-10-11 16:42:40.023975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.025620"], ["updated_at", "2018-10-11 16:42:40.025620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.027155"], ["updated_at", "2018-10-11 16:42:40.027155"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.028713"], ["updated_at", "2018-10-11 16:42:40.028713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.030926"], ["updated_at", "2018-10-11 16:42:40.030926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.032617"], ["updated_at", "2018-10-11 16:42:40.032617"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.034657"], ["updated_at", "2018-10-11 16:42:40.034657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.039361"], ["updated_at", "2018-10-11 16:42:40.039361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.041556"], ["updated_at", "2018-10-11 16:42:40.041556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.043137"], ["updated_at", "2018-10-11 16:42:40.043137"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.044678"], ["updated_at", "2018-10-11 16:42:40.044678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.046994"], ["updated_at", "2018-10-11 16:42:40.046994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.048695"], ["updated_at", "2018-10-11 16:42:40.048695"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.050476"], ["updated_at", "2018-10-11 16:42:40.050476"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.055445"], ["updated_at", "2018-10-11 16:42:40.055445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.057349"], ["updated_at", "2018-10-11 16:42:40.057349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.058993"], ["updated_at", "2018-10-11 16:42:40.058993"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.060878"], ["updated_at", "2018-10-11 16:42:40.060878"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.063423"], ["updated_at", "2018-10-11 16:42:40.063423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.065169"], ["updated_at", "2018-10-11 16:42:40.065169"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.067175"], ["updated_at", "2018-10-11 16:42:40.067175"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.072389"], ["updated_at", "2018-10-11 16:42:40.072389"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.074254"], ["updated_at", "2018-10-11 16:42:40.074254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.075932"], ["updated_at", "2018-10-11 16:42:40.075932"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.077538"], ["updated_at", "2018-10-11 16:42:40.077538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.079747"], ["updated_at", "2018-10-11 16:42:40.079747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.081360"], ["updated_at", "2018-10-11 16:42:40.081360"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.083007"], ["updated_at", "2018-10-11 16:42:40.083007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.088587"], ["updated_at", "2018-10-11 16:42:40.088587"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.090574"], ["updated_at", "2018-10-11 16:42:40.090574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.092160"], ["updated_at", "2018-10-11 16:42:40.092160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.093882"], ["updated_at", "2018-10-11 16:42:40.093882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.095686"], ["updated_at", "2018-10-11 16:42:40.095686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.097187"], ["updated_at", "2018-10-11 16:42:40.097187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.098788"], ["updated_at", "2018-10-11 16:42:40.098788"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.100570"], ["updated_at", "2018-10-11 16:42:40.100570"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.104902"], ["updated_at", "2018-10-11 16:42:40.104902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.107235"], ["updated_at", "2018-10-11 16:42:40.107235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.108793"], ["updated_at", "2018-10-11 16:42:40.108793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.110685"], ["updated_at", "2018-10-11 16:42:40.110685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.112382"], ["updated_at", "2018-10-11 16:42:40.112382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.113989"], ["updated_at", "2018-10-11 16:42:40.113989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.115542"], ["updated_at", "2018-10-11 16:42:40.115542"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.117370"], ["updated_at", "2018-10-11 16:42:40.117370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.122936"], ["updated_at", "2018-10-11 16:42:40.122936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.124800"], ["updated_at", "2018-10-11 16:42:40.124800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.126540"], ["updated_at", "2018-10-11 16:42:40.126540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.128172"], ["updated_at", "2018-10-11 16:42:40.128172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.129761"], ["updated_at", "2018-10-11 16:42:40.129761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.131345"], ["updated_at", "2018-10-11 16:42:40.131345"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.132890"], ["updated_at", "2018-10-11 16:42:40.132890"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.138450"], ["updated_at", "2018-10-11 16:42:40.138450"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.140798"], ["updated_at", "2018-10-11 16:42:40.140798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.142661"], ["updated_at", "2018-10-11 16:42:40.142661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.144309"], ["updated_at", "2018-10-11 16:42:40.144309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.145842"], ["updated_at", "2018-10-11 16:42:40.145842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.147373"], ["updated_at", "2018-10-11 16:42:40.147373"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.148912"], ["updated_at", "2018-10-11 16:42:40.148912"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.151738"], ["updated_at", "2018-10-11 16:42:40.151738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.156072"], ["updated_at", "2018-10-11 16:42:40.156072"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.157747"], ["updated_at", "2018-10-11 16:42:40.157747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.159890"], ["updated_at", "2018-10-11 16:42:40.159890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.161534"], ["updated_at", "2018-10-11 16:42:40.161534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.163107"], ["updated_at", "2018-10-11 16:42:40.163107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.164723"], ["updated_at", "2018-10-11 16:42:40.164723"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.166744"], ["updated_at", "2018-10-11 16:42:40.166744"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.171107"], ["updated_at", "2018-10-11 16:42:40.171107"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.173309"], ["updated_at", "2018-10-11 16:42:40.173309"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.175353"], ["updated_at", "2018-10-11 16:42:40.175353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.177114"], ["updated_at", "2018-10-11 16:42:40.177114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.178714"], ["updated_at", "2018-10-11 16:42:40.178714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.180271"], ["updated_at", "2018-10-11 16:42:40.180271"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.181782"], ["updated_at", "2018-10-11 16:42:40.181782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.184266"], ["updated_at", "2018-10-11 16:42:40.184266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.186464"], ["updated_at", "2018-10-11 16:42:40.186464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.188243"], ["updated_at", "2018-10-11 16:42:40.188243"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.190153"], ["updated_at", "2018-10-11 16:42:40.190153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.192378"], ["updated_at", "2018-10-11 16:42:40.192378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.193942"], ["updated_at", "2018-10-11 16:42:40.193942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.195466"], ["updated_at", "2018-10-11 16:42:40.195466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.197067"], ["updated_at", "2018-10-11 16:42:40.197067"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.198864"], ["updated_at", "2018-10-11 16:42:40.198864"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.200804"], ["updated_at", "2018-10-11 16:42:40.200804"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.206011"], ["updated_at", "2018-10-11 16:42:40.206011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.208295"], ["updated_at", "2018-10-11 16:42:40.208295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.209918"], ["updated_at", "2018-10-11 16:42:40.209918"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.211543"], ["updated_at", "2018-10-11 16:42:40.211543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.213257"], ["updated_at", "2018-10-11 16:42:40.213257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.215063"], ["updated_at", "2018-10-11 16:42:40.215063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.216764"], ["updated_at", "2018-10-11 16:42:40.216764"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.218516"], ["updated_at", "2018-10-11 16:42:40.218516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.220448"], ["updated_at", "2018-10-11 16:42:40.220448"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.222162"], ["updated_at", "2018-10-11 16:42:40.222162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.224323"], ["updated_at", "2018-10-11 16:42:40.224323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.225973"], ["updated_at", "2018-10-11 16:42:40.225973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.227521"], ["updated_at", "2018-10-11 16:42:40.227521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.229081"], ["updated_at", "2018-10-11 16:42:40.229081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.230672"], ["updated_at", "2018-10-11 16:42:40.230672"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.232632"], ["updated_at", "2018-10-11 16:42:40.232632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.234538"], ["updated_at", "2018-10-11 16:42:40.234538"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.236191"], ["updated_at", "2018-10-11 16:42:40.236191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.237909"], ["updated_at", "2018-10-11 16:42:40.237909"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.239764"], ["updated_at", "2018-10-11 16:42:40.239764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.241506"], ["updated_at", "2018-10-11 16:42:40.241506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.243113"], ["updated_at", "2018-10-11 16:42:40.243113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.244650"], ["updated_at", "2018-10-11 16:42:40.244650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.246185"], ["updated_at", "2018-10-11 16:42:40.246185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.247857"], ["updated_at", "2018-10-11 16:42:40.247857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.249466"], ["updated_at", "2018-10-11 16:42:40.249466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.251067"], ["updated_at", "2018-10-11 16:42:40.251067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.252679"], ["updated_at", "2018-10-11 16:42:40.252679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.254329"], ["updated_at", "2018-10-11 16:42:40.254329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.256051"], ["updated_at", "2018-10-11 16:42:40.256051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.257778"], ["updated_at", "2018-10-11 16:42:40.257778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.259401"], ["updated_at", "2018-10-11 16:42:40.259401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.260993"], ["updated_at", "2018-10-11 16:42:40.260993"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.262524"], ["updated_at", "2018-10-11 16:42:40.262524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.264486"], ["updated_at", "2018-10-11 16:42:40.264486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.266225"], ["updated_at", "2018-10-11 16:42:40.266225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.267855"], ["updated_at", "2018-10-11 16:42:40.267855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.269453"], ["updated_at", "2018-10-11 16:42:40.269453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.271051"], ["updated_at", "2018-10-11 16:42:40.271051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.272653"], ["updated_at", "2018-10-11 16:42:40.272653"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.274366"], ["updated_at", "2018-10-11 16:42:40.274366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.276178"], ["updated_at", "2018-10-11 16:42:40.276178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.277759"], ["updated_at", "2018-10-11 16:42:40.277759"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.279394"], ["updated_at", "2018-10-11 16:42:40.279394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.281440"], ["updated_at", "2018-10-11 16:42:40.281440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.283054"], ["updated_at", "2018-10-11 16:42:40.283054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.284617"], ["updated_at", "2018-10-11 16:42:40.284617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.286196"], ["updated_at", "2018-10-11 16:42:40.286196"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.288118"], ["updated_at", "2018-10-11 16:42:40.288118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.290205"], ["updated_at", "2018-10-11 16:42:40.290205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.291827"], ["updated_at", "2018-10-11 16:42:40.291827"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.293445"], ["updated_at", "2018-10-11 16:42:40.293445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.296527"], ["updated_at", "2018-10-11 16:42:40.296527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.298130"], ["updated_at", "2018-10-11 16:42:40.298130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.300005"], ["updated_at", "2018-10-11 16:42:40.300005"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.301699"], ["updated_at", "2018-10-11 16:42:40.301699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.303777"], ["updated_at", "2018-10-11 16:42:40.303777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.305407"], ["updated_at", "2018-10-11 16:42:40.305407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.307146"], ["updated_at", "2018-10-11 16:42:40.307146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.308784"], ["updated_at", "2018-10-11 16:42:40.308784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.310331"], ["updated_at", "2018-10-11 16:42:40.310331"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.312228"], ["updated_at", "2018-10-11 16:42:40.312228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.313989"], ["updated_at", "2018-10-11 16:42:40.313989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.315595"], ["updated_at", "2018-10-11 16:42:40.315595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.317157"], ["updated_at", "2018-10-11 16:42:40.317157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.318791"], ["updated_at", "2018-10-11 16:42:40.318791"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.320741"], ["updated_at", "2018-10-11 16:42:40.320741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.322494"], ["updated_at", "2018-10-11 16:42:40.322494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.324062"], ["updated_at", "2018-10-11 16:42:40.324062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.325629"], ["updated_at", "2018-10-11 16:42:40.325629"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.327197"], ["updated_at", "2018-10-11 16:42:40.327197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.328903"], ["updated_at", "2018-10-11 16:42:40.328903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.330547"], ["updated_at", "2018-10-11 16:42:40.330547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.332143"], ["updated_at", "2018-10-11 16:42:40.332143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.333724"], ["updated_at", "2018-10-11 16:42:40.333724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.335463"], ["updated_at", "2018-10-11 16:42:40.335463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.337131"], ["updated_at", "2018-10-11 16:42:40.337131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.338741"], ["updated_at", "2018-10-11 16:42:40.338741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.340516"], ["updated_at", "2018-10-11 16:42:40.340516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.342109"], ["updated_at", "2018-10-11 16:42:40.342109"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.343681"], ["updated_at", "2018-10-11 16:42:40.343681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.345703"], ["updated_at", "2018-10-11 16:42:40.345703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.347318"], ["updated_at", "2018-10-11 16:42:40.347318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.348851"], ["updated_at", "2018-10-11 16:42:40.348851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.350435"], ["updated_at", "2018-10-11 16:42:40.350435"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.351961"], ["updated_at", "2018-10-11 16:42:40.351961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.354791"], ["updated_at", "2018-10-11 16:42:40.354791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.356484"], ["updated_at", "2018-10-11 16:42:40.356484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.358080"], ["updated_at", "2018-10-11 16:42:40.358080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.359601"], ["updated_at", "2018-10-11 16:42:40.359601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.361151"], ["updated_at", "2018-10-11 16:42:40.361151"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.362699"], ["updated_at", "2018-10-11 16:42:40.362699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.364765"], ["updated_at", "2018-10-11 16:42:40.364765"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.366427"], ["updated_at", "2018-10-11 16:42:40.366427"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.371114"], ["updated_at", "2018-10-11 16:42:40.371114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.373454"], ["updated_at", "2018-10-11 16:42:40.373454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.374943"], ["updated_at", "2018-10-11 16:42:40.374943"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.376641"], ["updated_at", "2018-10-11 16:42:40.376641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.378544"], ["updated_at", "2018-10-11 16:42:40.378544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.380235"], ["updated_at", "2018-10-11 16:42:40.380235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.381820"], ["updated_at", "2018-10-11 16:42:40.381820"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.383608"], ["updated_at", "2018-10-11 16:42:40.383608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.388858"], ["updated_at", "2018-10-11 16:42:40.388858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.390828"], ["updated_at", "2018-10-11 16:42:40.390828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.392487"], ["updated_at", "2018-10-11 16:42:40.392487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.394054"], ["updated_at", "2018-10-11 16:42:40.394054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.395850"], ["updated_at", "2018-10-11 16:42:40.395850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.397864"], ["updated_at", "2018-10-11 16:42:40.397864"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.399484"], ["updated_at", "2018-10-11 16:42:40.399484"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.404646"], ["updated_at", "2018-10-11 16:42:40.404646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.406873"], ["updated_at", "2018-10-11 16:42:40.406873"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.408585"], ["updated_at", "2018-10-11 16:42:40.408585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.410493"], ["updated_at", "2018-10-11 16:42:40.410493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.412062"], ["updated_at", "2018-10-11 16:42:40.412062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.413566"], ["updated_at", "2018-10-11 16:42:40.413566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.415109"], ["updated_at", "2018-10-11 16:42:40.415109"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.417308"], ["updated_at", "2018-10-11 16:42:40.417308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.421977"], ["updated_at", "2018-10-11 16:42:40.421977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.423527"], ["updated_at", "2018-10-11 16:42:40.423527"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.425053"], ["updated_at", "2018-10-11 16:42:40.425053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.426547"], ["updated_at", "2018-10-11 16:42:40.426547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.428389"], ["updated_at", "2018-10-11 16:42:40.428389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.430210"], ["updated_at", "2018-10-11 16:42:40.430210"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.431856"], ["updated_at", "2018-10-11 16:42:40.431856"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.434165"], ["updated_at", "2018-10-11 16:42:40.434165"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.438551"], ["updated_at", "2018-10-11 16:42:40.438551"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.440799"], ["updated_at", "2018-10-11 16:42:40.440799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.442905"], ["updated_at", "2018-10-11 16:42:40.442905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.444464"], ["updated_at", "2018-10-11 16:42:40.444464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.446041"], ["updated_at", "2018-10-11 16:42:40.446041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.447580"], ["updated_at", "2018-10-11 16:42:40.447580"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.449458"], ["updated_at", "2018-10-11 16:42:40.449458"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.453964"], ["updated_at", "2018-10-11 16:42:40.453964"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.456959"], ["updated_at", "2018-10-11 16:42:40.456959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.459278"], ["updated_at", "2018-10-11 16:42:40.459278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.460828"], ["updated_at", "2018-10-11 16:42:40.460828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.462421"], ["updated_at", "2018-10-11 16:42:40.462421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.463967"], ["updated_at", "2018-10-11 16:42:40.463967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.465563"], ["updated_at", "2018-10-11 16:42:40.465563"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.467367"], ["updated_at", "2018-10-11 16:42:40.467367"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.472666"], ["updated_at", "2018-10-11 16:42:40.472666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.474843"], ["updated_at", "2018-10-11 16:42:40.474843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.476447"], ["updated_at", "2018-10-11 16:42:40.476447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.478017"], ["updated_at", "2018-10-11 16:42:40.478017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.479543"], ["updated_at", "2018-10-11 16:42:40.479543"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.481322"], ["updated_at", "2018-10-11 16:42:40.481322"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.483564"], ["updated_at", "2018-10-11 16:42:40.483564"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.487610"], ["updated_at", "2018-10-11 16:42:40.487610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.489995"], ["updated_at", "2018-10-11 16:42:40.489995"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.491561"], ["updated_at", "2018-10-11 16:42:40.491561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.493697"], ["updated_at", "2018-10-11 16:42:40.493697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.495329"], ["updated_at", "2018-10-11 16:42:40.495329"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.496891"], ["updated_at", "2018-10-11 16:42:40.496891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.499281"], ["updated_at", "2018-10-11 16:42:40.499281"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.501630"], ["updated_at", "2018-10-11 16:42:40.501630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.506105"], ["updated_at", "2018-10-11 16:42:40.506105"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.507946"], ["updated_at", "2018-10-11 16:42:40.507946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.509583"], ["updated_at", "2018-10-11 16:42:40.509583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.511135"], ["updated_at", "2018-10-11 16:42:40.511135"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.512675"], ["updated_at", "2018-10-11 16:42:40.512675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.514773"], ["updated_at", "2018-10-11 16:42:40.514773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.516618"], ["updated_at", "2018-10-11 16:42:40.516618"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.519518"], ["updated_at", "2018-10-11 16:42:40.519518"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.523459"], ["updated_at", "2018-10-11 16:42:40.523459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.525764"], ["updated_at", "2018-10-11 16:42:40.525764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.527605"], ["updated_at", "2018-10-11 16:42:40.527605"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.529145"], ["updated_at", "2018-10-11 16:42:40.529145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.531390"], ["updated_at", "2018-10-11 16:42:40.531390"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.533227"], ["updated_at", "2018-10-11 16:42:40.533227"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.537883"], ["updated_at", "2018-10-11 16:42:40.537883"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.540588"], ["updated_at", "2018-10-11 16:42:40.540588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.542273"], ["updated_at", "2018-10-11 16:42:40.542273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.543815"], ["updated_at", "2018-10-11 16:42:40.543815"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.545414"], ["updated_at", "2018-10-11 16:42:40.545414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.547529"], ["updated_at", "2018-10-11 16:42:40.547529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.549189"], ["updated_at", "2018-10-11 16:42:40.549189"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.551189"], ["updated_at", "2018-10-11 16:42:40.551189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.556307"], ["updated_at", "2018-10-11 16:42:40.556307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.558253"], ["updated_at", "2018-10-11 16:42:40.558253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.559830"], ["updated_at", "2018-10-11 16:42:40.559830"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.561337"], ["updated_at", "2018-10-11 16:42:40.561337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.563602"], ["updated_at", "2018-10-11 16:42:40.563602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.565262"], ["updated_at", "2018-10-11 16:42:40.565262"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.567080"], ["updated_at", "2018-10-11 16:42:40.567080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.572328"], ["updated_at", "2018-10-11 16:42:40.572328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.574117"], ["updated_at", "2018-10-11 16:42:40.574117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.575741"], ["updated_at", "2018-10-11 16:42:40.575741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.577430"], ["updated_at", "2018-10-11 16:42:40.577430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.578990"], ["updated_at", "2018-10-11 16:42:40.578990"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.580674"], ["updated_at", "2018-10-11 16:42:40.580674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.582943"], ["updated_at", "2018-10-11 16:42:40.582943"], ["parent_id", 39895952907]] Kithe::Work Create (4.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.585513"], ["updated_at", "2018-10-11 16:42:40.585513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.591646"], ["updated_at", "2018-10-11 16:42:40.591646"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.593221"], ["updated_at", "2018-10-11 16:42:40.593221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.595292"], ["updated_at", "2018-10-11 16:42:40.595292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.597050"], ["updated_at", "2018-10-11 16:42:40.597050"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.598660"], ["updated_at", "2018-10-11 16:42:40.598660"], ["parent_id", 39895952907]] Kithe::Work Create (3.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.600620"], ["updated_at", "2018-10-11 16:42:40.600620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.605982"], ["updated_at", "2018-10-11 16:42:40.605982"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.607563"], ["updated_at", "2018-10-11 16:42:40.607563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.609342"], ["updated_at", "2018-10-11 16:42:40.609342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.610923"], ["updated_at", "2018-10-11 16:42:40.610923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.612459"], ["updated_at", "2018-10-11 16:42:40.612459"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.614483"], ["updated_at", "2018-10-11 16:42:40.614483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.616277"], ["updated_at", "2018-10-11 16:42:40.616277"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.618608"], ["updated_at", "2018-10-11 16:42:40.618608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.623314"], ["updated_at", "2018-10-11 16:42:40.623314"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.624928"], ["updated_at", "2018-10-11 16:42:40.624928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.627257"], ["updated_at", "2018-10-11 16:42:40.627257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.629121"], ["updated_at", "2018-10-11 16:42:40.629121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.630696"], ["updated_at", "2018-10-11 16:42:40.630696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.632264"], ["updated_at", "2018-10-11 16:42:40.632264"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.634264"], ["updated_at", "2018-10-11 16:42:40.634264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.639545"], ["updated_at", "2018-10-11 16:42:40.639545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.641163"], ["updated_at", "2018-10-11 16:42:40.641163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.642827"], ["updated_at", "2018-10-11 16:42:40.642827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.644419"], ["updated_at", "2018-10-11 16:42:40.644419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.646354"], ["updated_at", "2018-10-11 16:42:40.646354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.648170"], ["updated_at", "2018-10-11 16:42:40.648170"], ["parent_id", 39895952907]] Kithe::Work Create (3.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.649848"], ["updated_at", "2018-10-11 16:42:40.649848"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.655151"], ["updated_at", "2018-10-11 16:42:40.655151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.657094"], ["updated_at", "2018-10-11 16:42:40.657094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.659044"], ["updated_at", "2018-10-11 16:42:40.659044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.660952"], ["updated_at", "2018-10-11 16:42:40.660952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.662542"], ["updated_at", "2018-10-11 16:42:40.662542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.664144"], ["updated_at", "2018-10-11 16:42:40.664144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.665704"], ["updated_at", "2018-10-11 16:42:40.665704"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.667982"], ["updated_at", "2018-10-11 16:42:40.667982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.672833"], ["updated_at", "2018-10-11 16:42:40.672833"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.674383"], ["updated_at", "2018-10-11 16:42:40.674383"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.676468"], ["updated_at", "2018-10-11 16:42:40.676468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.678132"], ["updated_at", "2018-10-11 16:42:40.678132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.679689"], ["updated_at", "2018-10-11 16:42:40.679689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.681268"], ["updated_at", "2018-10-11 16:42:40.681268"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.683015"], ["updated_at", "2018-10-11 16:42:40.683015"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.686418"], ["updated_at", "2018-10-11 16:42:40.686418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.690319"], ["updated_at", "2018-10-11 16:42:40.690319"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.693323"], ["updated_at", "2018-10-11 16:42:40.693323"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.695599"], ["updated_at", "2018-10-11 16:42:40.695599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.697572"], ["updated_at", "2018-10-11 16:42:40.697572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.699562"], ["updated_at", "2018-10-11 16:42:40.699562"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.702625"], ["updated_at", "2018-10-11 16:42:40.702625"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.708039"], ["updated_at", "2018-10-11 16:42:40.708039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.710140"], ["updated_at", "2018-10-11 16:42:40.710140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.711795"], ["updated_at", "2018-10-11 16:42:40.711795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.713369"], ["updated_at", "2018-10-11 16:42:40.713369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.714867"], ["updated_at", "2018-10-11 16:42:40.714867"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.716480"], ["updated_at", "2018-10-11 16:42:40.716480"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.719937"], ["updated_at", "2018-10-11 16:42:40.719937"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.723191"], ["updated_at", "2018-10-11 16:42:40.723191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.725412"], ["updated_at", "2018-10-11 16:42:40.725412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.726861"], ["updated_at", "2018-10-11 16:42:40.726861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.728353"], ["updated_at", "2018-10-11 16:42:40.728353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.729851"], ["updated_at", "2018-10-11 16:42:40.729851"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.731640"], ["updated_at", "2018-10-11 16:42:40.731640"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.733738"], ["updated_at", "2018-10-11 16:42:40.733738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.738256"], ["updated_at", "2018-10-11 16:42:40.738256"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.740762"], ["updated_at", "2018-10-11 16:42:40.740762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.742827"], ["updated_at", "2018-10-11 16:42:40.742827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.744817"], ["updated_at", "2018-10-11 16:42:40.744817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.746539"], ["updated_at", "2018-10-11 16:42:40.746539"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.748524"], ["updated_at", "2018-10-11 16:42:40.748524"], ["parent_id", 39895952907]] Kithe::Work Create (3.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.750458"], ["updated_at", "2018-10-11 16:42:40.750458"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.756253"], ["updated_at", "2018-10-11 16:42:40.756253"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.758246"], ["updated_at", "2018-10-11 16:42:40.758246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.760027"], ["updated_at", "2018-10-11 16:42:40.760027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.761598"], ["updated_at", "2018-10-11 16:42:40.761598"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.763199"], ["updated_at", "2018-10-11 16:42:40.763199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.765422"], ["updated_at", "2018-10-11 16:42:40.765422"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.767208"], ["updated_at", "2018-10-11 16:42:40.767208"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.771501"], ["updated_at", "2018-10-11 16:42:40.771501"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.774256"], ["updated_at", "2018-10-11 16:42:40.774256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.776010"], ["updated_at", "2018-10-11 16:42:40.776010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.777639"], ["updated_at", "2018-10-11 16:42:40.777639"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.779173"], ["updated_at", "2018-10-11 16:42:40.779173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.780866"], ["updated_at", "2018-10-11 16:42:40.780866"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.782477"], ["updated_at", "2018-10-11 16:42:40.782477"], ["parent_id", 39895952907]] Kithe::Work Create (4.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.784678"], ["updated_at", "2018-10-11 16:42:40.784678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.791881"], ["updated_at", "2018-10-11 16:42:40.791881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.793533"], ["updated_at", "2018-10-11 16:42:40.793533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.795245"], ["updated_at", "2018-10-11 16:42:40.795245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.796769"], ["updated_at", "2018-10-11 16:42:40.796769"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.798424"], ["updated_at", "2018-10-11 16:42:40.798424"], ["parent_id", 39895952907]] Kithe::Work Create (3.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.800746"], ["updated_at", "2018-10-11 16:42:40.800746"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.806695"], ["updated_at", "2018-10-11 16:42:40.806695"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.808510"], ["updated_at", "2018-10-11 16:42:40.808510"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.810074"], ["updated_at", "2018-10-11 16:42:40.810074"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.811724"], ["updated_at", "2018-10-11 16:42:40.811724"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.813906"], ["updated_at", "2018-10-11 16:42:40.813906"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.815729"], ["updated_at", "2018-10-11 16:42:40.815729"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.817621"], ["updated_at", "2018-10-11 16:42:40.817621"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.823652"], ["updated_at", "2018-10-11 16:42:40.823652"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.825763"], ["updated_at", "2018-10-11 16:42:40.825763"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.827731"], ["updated_at", "2018-10-11 16:42:40.827731"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.829849"], ["updated_at", "2018-10-11 16:42:40.829849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.831539"], ["updated_at", "2018-10-11 16:42:40.831539"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.833195"], ["updated_at", "2018-10-11 16:42:40.833195"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.837838"], ["updated_at", "2018-10-11 16:42:40.837838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.840696"], ["updated_at", "2018-10-11 16:42:40.840696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.842261"], ["updated_at", "2018-10-11 16:42:40.842261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.844055"], ["updated_at", "2018-10-11 16:42:40.844055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.845702"], ["updated_at", "2018-10-11 16:42:40.845702"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.847323"], ["updated_at", "2018-10-11 16:42:40.847323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.849096"], ["updated_at", "2018-10-11 16:42:40.849096"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.851131"], ["updated_at", "2018-10-11 16:42:40.851131"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.855310"], ["updated_at", "2018-10-11 16:42:40.855310"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.857459"], ["updated_at", "2018-10-11 16:42:40.857459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.859250"], ["updated_at", "2018-10-11 16:42:40.859250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.860866"], ["updated_at", "2018-10-11 16:42:40.860866"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.862589"], ["updated_at", "2018-10-11 16:42:40.862589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.864504"], ["updated_at", "2018-10-11 16:42:40.864504"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.866085"], ["updated_at", "2018-10-11 16:42:40.866085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.867984"], ["updated_at", "2018-10-11 16:42:40.867984"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.869588"], ["updated_at", "2018-10-11 16:42:40.869588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.871388"], ["updated_at", "2018-10-11 16:42:40.871388"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.873404"], ["updated_at", "2018-10-11 16:42:40.873404"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.875607"], ["updated_at", "2018-10-11 16:42:40.875607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.877381"], ["updated_at", "2018-10-11 16:42:40.877381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.879038"], ["updated_at", "2018-10-11 16:42:40.879038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.880791"], ["updated_at", "2018-10-11 16:42:40.880791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.882496"], ["updated_at", "2018-10-11 16:42:40.882496"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.884287"], ["updated_at", "2018-10-11 16:42:40.884287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.886623"], ["updated_at", "2018-10-11 16:42:40.886623"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.888347"], ["updated_at", "2018-10-11 16:42:40.888347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.891037"], ["updated_at", "2018-10-11 16:42:40.891037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.892791"], ["updated_at", "2018-10-11 16:42:40.892791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.894380"], ["updated_at", "2018-10-11 16:42:40.894380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.895907"], ["updated_at", "2018-10-11 16:42:40.895907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.897458"], ["updated_at", "2018-10-11 16:42:40.897458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.899091"], ["updated_at", "2018-10-11 16:42:40.899091"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.900613"], ["updated_at", "2018-10-11 16:42:40.900613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.902297"], ["updated_at", "2018-10-11 16:42:40.902297"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.904436"], ["updated_at", "2018-10-11 16:42:40.904436"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.906292"], ["updated_at", "2018-10-11 16:42:40.906292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.908183"], ["updated_at", "2018-10-11 16:42:40.908183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.909801"], ["updated_at", "2018-10-11 16:42:40.909801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.911347"], ["updated_at", "2018-10-11 16:42:40.911347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.912883"], ["updated_at", "2018-10-11 16:42:40.912883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.914428"], ["updated_at", "2018-10-11 16:42:40.914428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.915982"], ["updated_at", "2018-10-11 16:42:40.915982"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.917572"], ["updated_at", "2018-10-11 16:42:40.917572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.919096"], ["updated_at", "2018-10-11 16:42:40.919096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.920698"], ["updated_at", "2018-10-11 16:42:40.920698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.922316"], ["updated_at", "2018-10-11 16:42:40.922316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.923989"], ["updated_at", "2018-10-11 16:42:40.923989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.925634"], ["updated_at", "2018-10-11 16:42:40.925634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.927164"], ["updated_at", "2018-10-11 16:42:40.927164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.929127"], ["updated_at", "2018-10-11 16:42:40.929127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.930802"], ["updated_at", "2018-10-11 16:42:40.930802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.932374"], ["updated_at", "2018-10-11 16:42:40.932374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.933914"], ["updated_at", "2018-10-11 16:42:40.933914"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.935410"], ["updated_at", "2018-10-11 16:42:40.935410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.937676"], ["updated_at", "2018-10-11 16:42:40.937676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.939348"], ["updated_at", "2018-10-11 16:42:40.939348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.940898"], ["updated_at", "2018-10-11 16:42:40.940898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.942455"], ["updated_at", "2018-10-11 16:42:40.942455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.944002"], ["updated_at", "2018-10-11 16:42:40.944002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.945591"], ["updated_at", "2018-10-11 16:42:40.945591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.947147"], ["updated_at", "2018-10-11 16:42:40.947147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.948677"], ["updated_at", "2018-10-11 16:42:40.948677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.950328"], ["updated_at", "2018-10-11 16:42:40.950328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.951975"], ["updated_at", "2018-10-11 16:42:40.951975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.953568"], ["updated_at", "2018-10-11 16:42:40.953568"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.955369"], ["updated_at", "2018-10-11 16:42:40.955369"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.957053"], ["updated_at", "2018-10-11 16:42:40.957053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.959838"], ["updated_at", "2018-10-11 16:42:40.959838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.961559"], ["updated_at", "2018-10-11 16:42:40.961559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.963162"], ["updated_at", "2018-10-11 16:42:40.963162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.964731"], ["updated_at", "2018-10-11 16:42:40.964731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.966287"], ["updated_at", "2018-10-11 16:42:40.966287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.967860"], ["updated_at", "2018-10-11 16:42:40.967860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.969524"], ["updated_at", "2018-10-11 16:42:40.969524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.971146"], ["updated_at", "2018-10-11 16:42:40.971146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.972859"], ["updated_at", "2018-10-11 16:42:40.972859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.974396"], ["updated_at", "2018-10-11 16:42:40.974396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.975900"], ["updated_at", "2018-10-11 16:42:40.975900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.977414"], ["updated_at", "2018-10-11 16:42:40.977414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.978917"], ["updated_at", "2018-10-11 16:42:40.978917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.980505"], ["updated_at", "2018-10-11 16:42:40.980505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.982037"], ["updated_at", "2018-10-11 16:42:40.982037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.983610"], ["updated_at", "2018-10-11 16:42:40.983610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.985289"], ["updated_at", "2018-10-11 16:42:40.985289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.987347"], ["updated_at", "2018-10-11 16:42:40.987347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.989061"], ["updated_at", "2018-10-11 16:42:40.989061"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.990622"], ["updated_at", "2018-10-11 16:42:40.990622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.992489"], ["updated_at", "2018-10-11 16:42:40.992489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.994055"], ["updated_at", "2018-10-11 16:42:40.994055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.995603"], ["updated_at", "2018-10-11 16:42:40.995603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.997142"], ["updated_at", "2018-10-11 16:42:40.997142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:40.998692"], ["updated_at", "2018-10-11 16:42:40.998692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.000267"], ["updated_at", "2018-10-11 16:42:41.000267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.001817"], ["updated_at", "2018-10-11 16:42:41.001817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.003342"], ["updated_at", "2018-10-11 16:42:41.003342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.004852"], ["updated_at", "2018-10-11 16:42:41.004852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.006367"], ["updated_at", "2018-10-11 16:42:41.006367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.007932"], ["updated_at", "2018-10-11 16:42:41.007932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.009581"], ["updated_at", "2018-10-11 16:42:41.009581"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.011172"], ["updated_at", "2018-10-11 16:42:41.011172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.012855"], ["updated_at", "2018-10-11 16:42:41.012855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.014660"], ["updated_at", "2018-10-11 16:42:41.014660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.016334"], ["updated_at", "2018-10-11 16:42:41.016334"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.017897"], ["updated_at", "2018-10-11 16:42:41.017897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.019623"], ["updated_at", "2018-10-11 16:42:41.019623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.021315"], ["updated_at", "2018-10-11 16:42:41.021315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.022983"], ["updated_at", "2018-10-11 16:42:41.022983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.024619"], ["updated_at", "2018-10-11 16:42:41.024619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.026243"], ["updated_at", "2018-10-11 16:42:41.026243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.027847"], ["updated_at", "2018-10-11 16:42:41.027847"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.029642"], ["updated_at", "2018-10-11 16:42:41.029642"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.031292"], ["updated_at", "2018-10-11 16:42:41.031292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.032988"], ["updated_at", "2018-10-11 16:42:41.032988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.034538"], ["updated_at", "2018-10-11 16:42:41.034538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.036089"], ["updated_at", "2018-10-11 16:42:41.036089"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.038009"], ["updated_at", "2018-10-11 16:42:41.038009"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.039721"], ["updated_at", "2018-10-11 16:42:41.039721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.041697"], ["updated_at", "2018-10-11 16:42:41.041697"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.043312"], ["updated_at", "2018-10-11 16:42:41.043312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.045071"], ["updated_at", "2018-10-11 16:42:41.045071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.047129"], ["updated_at", "2018-10-11 16:42:41.047129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.048746"], ["updated_at", "2018-10-11 16:42:41.048746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.050322"], ["updated_at", "2018-10-11 16:42:41.050322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.051865"], ["updated_at", "2018-10-11 16:42:41.051865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.053711"], ["updated_at", "2018-10-11 16:42:41.053711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.056615"], ["updated_at", "2018-10-11 16:42:41.056615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.058112"], ["updated_at", "2018-10-11 16:42:41.058112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.059681"], ["updated_at", "2018-10-11 16:42:41.059681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.061470"], ["updated_at", "2018-10-11 16:42:41.061470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.063088"], ["updated_at", "2018-10-11 16:42:41.063088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.064639"], ["updated_at", "2018-10-11 16:42:41.064639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.066199"], ["updated_at", "2018-10-11 16:42:41.066199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.067783"], ["updated_at", "2018-10-11 16:42:41.067783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.069501"], ["updated_at", "2018-10-11 16:42:41.069501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.071080"], ["updated_at", "2018-10-11 16:42:41.071080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.072671"], ["updated_at", "2018-10-11 16:42:41.072671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.074200"], ["updated_at", "2018-10-11 16:42:41.074200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.075741"], ["updated_at", "2018-10-11 16:42:41.075741"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.077253"], ["updated_at", "2018-10-11 16:42:41.077253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.079050"], ["updated_at", "2018-10-11 16:42:41.079050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.080611"], ["updated_at", "2018-10-11 16:42:41.080611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.082148"], ["updated_at", "2018-10-11 16:42:41.082148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.083701"], ["updated_at", "2018-10-11 16:42:41.083701"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.085232"], ["updated_at", "2018-10-11 16:42:41.085232"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.087940"], ["updated_at", "2018-10-11 16:42:41.087940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.089924"], ["updated_at", "2018-10-11 16:42:41.089924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.091605"], ["updated_at", "2018-10-11 16:42:41.091605"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.093277"], ["updated_at", "2018-10-11 16:42:41.093277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.095469"], ["updated_at", "2018-10-11 16:42:41.095469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.097200"], ["updated_at", "2018-10-11 16:42:41.097200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.098785"], ["updated_at", "2018-10-11 16:42:41.098785"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.100342"], ["updated_at", "2018-10-11 16:42:41.100342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.102720"], ["updated_at", "2018-10-11 16:42:41.102720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.104609"], ["updated_at", "2018-10-11 16:42:41.104609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.106272"], ["updated_at", "2018-10-11 16:42:41.106272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.107916"], ["updated_at", "2018-10-11 16:42:41.107916"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.109695"], ["updated_at", "2018-10-11 16:42:41.109695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.111998"], ["updated_at", "2018-10-11 16:42:41.111998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.113658"], ["updated_at", "2018-10-11 16:42:41.113658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.115218"], ["updated_at", "2018-10-11 16:42:41.115218"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.116752"], ["updated_at", "2018-10-11 16:42:41.116752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.119236"], ["updated_at", "2018-10-11 16:42:41.119236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.120978"], ["updated_at", "2018-10-11 16:42:41.120978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.122590"], ["updated_at", "2018-10-11 16:42:41.122590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.124252"], ["updated_at", "2018-10-11 16:42:41.124252"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.126304"], ["updated_at", "2018-10-11 16:42:41.126304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.128231"], ["updated_at", "2018-10-11 16:42:41.128231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.129895"], ["updated_at", "2018-10-11 16:42:41.129895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.131482"], ["updated_at", "2018-10-11 16:42:41.131482"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.133129"], ["updated_at", "2018-10-11 16:42:41.133129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.135776"], ["updated_at", "2018-10-11 16:42:41.135776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.137553"], ["updated_at", "2018-10-11 16:42:41.137553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.139197"], ["updated_at", "2018-10-11 16:42:41.139197"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.140923"], ["updated_at", "2018-10-11 16:42:41.140923"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.143005"], ["updated_at", "2018-10-11 16:42:41.143005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.144759"], ["updated_at", "2018-10-11 16:42:41.144759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.146339"], ["updated_at", "2018-10-11 16:42:41.146339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.147877"], ["updated_at", "2018-10-11 16:42:41.147877"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.149553"], ["updated_at", "2018-10-11 16:42:41.149553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.152149"], ["updated_at", "2018-10-11 16:42:41.152149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.153911"], ["updated_at", "2018-10-11 16:42:41.153911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.155591"], ["updated_at", "2018-10-11 16:42:41.155591"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.157210"], ["updated_at", "2018-10-11 16:42:41.157210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.159598"], ["updated_at", "2018-10-11 16:42:41.159598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.161386"], ["updated_at", "2018-10-11 16:42:41.161386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.162939"], ["updated_at", "2018-10-11 16:42:41.162939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.164670"], ["updated_at", "2018-10-11 16:42:41.164670"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.166633"], ["updated_at", "2018-10-11 16:42:41.166633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.169023"], ["updated_at", "2018-10-11 16:42:41.169023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.170611"], ["updated_at", "2018-10-11 16:42:41.170611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.172332"], ["updated_at", "2018-10-11 16:42:41.172332"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.174056"], ["updated_at", "2018-10-11 16:42:41.174056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.176379"], ["updated_at", "2018-10-11 16:42:41.176379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.178062"], ["updated_at", "2018-10-11 16:42:41.178062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.179638"], ["updated_at", "2018-10-11 16:42:41.179638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.181233"], ["updated_at", "2018-10-11 16:42:41.181233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.183189"], ["updated_at", "2018-10-11 16:42:41.183189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.185450"], ["updated_at", "2018-10-11 16:42:41.185450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.187094"], ["updated_at", "2018-10-11 16:42:41.187094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.188780"], ["updated_at", "2018-10-11 16:42:41.188780"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.191065"], ["updated_at", "2018-10-11 16:42:41.191065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.193100"], ["updated_at", "2018-10-11 16:42:41.193100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.194724"], ["updated_at", "2018-10-11 16:42:41.194724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.196299"], ["updated_at", "2018-10-11 16:42:41.196299"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.197886"], ["updated_at", "2018-10-11 16:42:41.197886"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.200017"], ["updated_at", "2018-10-11 16:42:41.200017"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.202297"], ["updated_at", "2018-10-11 16:42:41.202297"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.204066"], ["updated_at", "2018-10-11 16:42:41.204066"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.205952"], ["updated_at", "2018-10-11 16:42:41.205952"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.208521"], ["updated_at", "2018-10-11 16:42:41.208521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.210302"], ["updated_at", "2018-10-11 16:42:41.210302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.211912"], ["updated_at", "2018-10-11 16:42:41.211912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.213468"], ["updated_at", "2018-10-11 16:42:41.213468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.215429"], ["updated_at", "2018-10-11 16:42:41.215429"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.217163"], ["updated_at", "2018-10-11 16:42:41.217163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.219357"], ["updated_at", "2018-10-11 16:42:41.219357"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.221178"], ["updated_at", "2018-10-11 16:42:41.221178"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.223401"], ["updated_at", "2018-10-11 16:42:41.223401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.225365"], ["updated_at", "2018-10-11 16:42:41.225365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.227017"], ["updated_at", "2018-10-11 16:42:41.227017"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.228578"], ["updated_at", "2018-10-11 16:42:41.228578"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.230369"], ["updated_at", "2018-10-11 16:42:41.230369"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.232523"], ["updated_at", "2018-10-11 16:42:41.232523"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.234458"], ["updated_at", "2018-10-11 16:42:41.234458"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.236253"], ["updated_at", "2018-10-11 16:42:41.236253"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.238016"], ["updated_at", "2018-10-11 16:42:41.238016"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.240389"], ["updated_at", "2018-10-11 16:42:41.240389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.242186"], ["updated_at", "2018-10-11 16:42:41.242186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.243817"], ["updated_at", "2018-10-11 16:42:41.243817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.245366"], ["updated_at", "2018-10-11 16:42:41.245366"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.247573"], ["updated_at", "2018-10-11 16:42:41.247573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.249464"], ["updated_at", "2018-10-11 16:42:41.249464"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.251024"], ["updated_at", "2018-10-11 16:42:41.251024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.252937"], ["updated_at", "2018-10-11 16:42:41.252937"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.254710"], ["updated_at", "2018-10-11 16:42:41.254710"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.257004"], ["updated_at", "2018-10-11 16:42:41.257004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.258880"], ["updated_at", "2018-10-11 16:42:41.258880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.260511"], ["updated_at", "2018-10-11 16:42:41.260511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.262070"], ["updated_at", "2018-10-11 16:42:41.262070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.263945"], ["updated_at", "2018-10-11 16:42:41.263945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.265605"], ["updated_at", "2018-10-11 16:42:41.265605"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.267166"], ["updated_at", "2018-10-11 16:42:41.267166"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.269089"], ["updated_at", "2018-10-11 16:42:41.269089"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.270859"], ["updated_at", "2018-10-11 16:42:41.270859"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.273129"], ["updated_at", "2018-10-11 16:42:41.273129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.274874"], ["updated_at", "2018-10-11 16:42:41.274874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.276626"], ["updated_at", "2018-10-11 16:42:41.276626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.278162"], ["updated_at", "2018-10-11 16:42:41.278162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.280049"], ["updated_at", "2018-10-11 16:42:41.280049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.281749"], ["updated_at", "2018-10-11 16:42:41.281749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.283312"], ["updated_at", "2018-10-11 16:42:41.283312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.285113"], ["updated_at", "2018-10-11 16:42:41.285113"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.286781"], ["updated_at", "2018-10-11 16:42:41.286781"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.289312"], ["updated_at", "2018-10-11 16:42:41.289312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.291080"], ["updated_at", "2018-10-11 16:42:41.291080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.292780"], ["updated_at", "2018-10-11 16:42:41.292780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.294350"], ["updated_at", "2018-10-11 16:42:41.294350"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.296235"], ["updated_at", "2018-10-11 16:42:41.296235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.297986"], ["updated_at", "2018-10-11 16:42:41.297986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.299553"], ["updated_at", "2018-10-11 16:42:41.299553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.301102"], ["updated_at", "2018-10-11 16:42:41.301102"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.302986"], ["updated_at", "2018-10-11 16:42:41.302986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.305112"], ["updated_at", "2018-10-11 16:42:41.305112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.306809"], ["updated_at", "2018-10-11 16:42:41.306809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.308452"], ["updated_at", "2018-10-11 16:42:41.308452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.310041"], ["updated_at", "2018-10-11 16:42:41.310041"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.311804"], ["updated_at", "2018-10-11 16:42:41.311804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.313513"], ["updated_at", "2018-10-11 16:42:41.313513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.315078"], ["updated_at", "2018-10-11 16:42:41.315078"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.316727"], ["updated_at", "2018-10-11 16:42:41.316727"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.318653"], ["updated_at", "2018-10-11 16:42:41.318653"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.320656"], ["updated_at", "2018-10-11 16:42:41.320656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.322417"], ["updated_at", "2018-10-11 16:42:41.322417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.324081"], ["updated_at", "2018-10-11 16:42:41.324081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.325691"], ["updated_at", "2018-10-11 16:42:41.325691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.327440"], ["updated_at", "2018-10-11 16:42:41.327440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.329043"], ["updated_at", "2018-10-11 16:42:41.329043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.330545"], ["updated_at", "2018-10-11 16:42:41.330545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.332072"], ["updated_at", "2018-10-11 16:42:41.332072"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.333610"], ["updated_at", "2018-10-11 16:42:41.333610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.335658"], ["updated_at", "2018-10-11 16:42:41.335658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.337350"], ["updated_at", "2018-10-11 16:42:41.337350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.338966"], ["updated_at", "2018-10-11 16:42:41.338966"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.340663"], ["updated_at", "2018-10-11 16:42:41.340663"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.342446"], ["updated_at", "2018-10-11 16:42:41.342446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.344203"], ["updated_at", "2018-10-11 16:42:41.344203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.345838"], ["updated_at", "2018-10-11 16:42:41.345838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.347403"], ["updated_at", "2018-10-11 16:42:41.347403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.348968"], ["updated_at", "2018-10-11 16:42:41.348968"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.350527"], ["updated_at", "2018-10-11 16:42:41.350527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.352312"], ["updated_at", "2018-10-11 16:42:41.352312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.353888"], ["updated_at", "2018-10-11 16:42:41.353888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.355463"], ["updated_at", "2018-10-11 16:42:41.355463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.357022"], ["updated_at", "2018-10-11 16:42:41.357022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.358558"], ["updated_at", "2018-10-11 16:42:41.358558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.360073"], ["updated_at", "2018-10-11 16:42:41.360073"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.361935"], ["updated_at", "2018-10-11 16:42:41.361935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.364166"], ["updated_at", "2018-10-11 16:42:41.364166"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.365831"], ["updated_at", "2018-10-11 16:42:41.365831"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.368252"], ["updated_at", "2018-10-11 16:42:41.368252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.370670"], ["updated_at", "2018-10-11 16:42:41.370670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.372368"], ["updated_at", "2018-10-11 16:42:41.372368"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.374283"], ["updated_at", "2018-10-11 16:42:41.374283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.376699"], ["updated_at", "2018-10-11 16:42:41.376699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.378364"], ["updated_at", "2018-10-11 16:42:41.378364"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.379913"], ["updated_at", "2018-10-11 16:42:41.379913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.381643"], ["updated_at", "2018-10-11 16:42:41.381643"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.383328"], ["updated_at", "2018-10-11 16:42:41.383328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.386574"], ["updated_at", "2018-10-11 16:42:41.386574"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.388447"], ["updated_at", "2018-10-11 16:42:41.388447"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.391843"], ["updated_at", "2018-10-11 16:42:41.391843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.394133"], ["updated_at", "2018-10-11 16:42:41.394133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.395800"], ["updated_at", "2018-10-11 16:42:41.395800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.397389"], ["updated_at", "2018-10-11 16:42:41.397389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.398940"], ["updated_at", "2018-10-11 16:42:41.398940"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.400645"], ["updated_at", "2018-10-11 16:42:41.400645"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.402821"], ["updated_at", "2018-10-11 16:42:41.402821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.404644"], ["updated_at", "2018-10-11 16:42:41.404644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.406345"], ["updated_at", "2018-10-11 16:42:41.406345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.408079"], ["updated_at", "2018-10-11 16:42:41.408079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.410085"], ["updated_at", "2018-10-11 16:42:41.410085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.412054"], ["updated_at", "2018-10-11 16:42:41.412054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.413677"], ["updated_at", "2018-10-11 16:42:41.413677"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.415223"], ["updated_at", "2018-10-11 16:42:41.415223"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.416920"], ["updated_at", "2018-10-11 16:42:41.416920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.419159"], ["updated_at", "2018-10-11 16:42:41.419159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.420999"], ["updated_at", "2018-10-11 16:42:41.420999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.422606"], ["updated_at", "2018-10-11 16:42:41.422606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.424190"], ["updated_at", "2018-10-11 16:42:41.424190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.425809"], ["updated_at", "2018-10-11 16:42:41.425809"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.427642"], ["updated_at", "2018-10-11 16:42:41.427642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.429826"], ["updated_at", "2018-10-11 16:42:41.429826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.431482"], ["updated_at", "2018-10-11 16:42:41.431482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.433066"], ["updated_at", "2018-10-11 16:42:41.433066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.435138"], ["updated_at", "2018-10-11 16:42:41.435138"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.436771"], ["updated_at", "2018-10-11 16:42:41.436771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.438573"], ["updated_at", "2018-10-11 16:42:41.438573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.440337"], ["updated_at", "2018-10-11 16:42:41.440337"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.442081"], ["updated_at", "2018-10-11 16:42:41.442081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.444551"], ["updated_at", "2018-10-11 16:42:41.444551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.446196"], ["updated_at", "2018-10-11 16:42:41.446196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.447760"], ["updated_at", "2018-10-11 16:42:41.447760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.449309"], ["updated_at", "2018-10-11 16:42:41.449309"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.451560"], ["updated_at", "2018-10-11 16:42:41.451560"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.453329"], ["updated_at", "2018-10-11 16:42:41.453329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.455104"], ["updated_at", "2018-10-11 16:42:41.455104"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.456839"], ["updated_at", "2018-10-11 16:42:41.456839"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.459765"], ["updated_at", "2018-10-11 16:42:41.459765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.461651"], ["updated_at", "2018-10-11 16:42:41.461651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.463304"], ["updated_at", "2018-10-11 16:42:41.463304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.464881"], ["updated_at", "2018-10-11 16:42:41.464881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.466430"], ["updated_at", "2018-10-11 16:42:41.466430"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.468348"], ["updated_at", "2018-10-11 16:42:41.468348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.470440"], ["updated_at", "2018-10-11 16:42:41.470440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.472180"], ["updated_at", "2018-10-11 16:42:41.472180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.473917"], ["updated_at", "2018-10-11 16:42:41.473917"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.475592"], ["updated_at", "2018-10-11 16:42:41.475592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.477965"], ["updated_at", "2018-10-11 16:42:41.477965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.479673"], ["updated_at", "2018-10-11 16:42:41.479673"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.481228"], ["updated_at", "2018-10-11 16:42:41.481228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.482955"], ["updated_at", "2018-10-11 16:42:41.482955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.485059"], ["updated_at", "2018-10-11 16:42:41.485059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.486719"], ["updated_at", "2018-10-11 16:42:41.486719"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.488431"], ["updated_at", "2018-10-11 16:42:41.488431"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.490317"], ["updated_at", "2018-10-11 16:42:41.490317"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.493108"], ["updated_at", "2018-10-11 16:42:41.493108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.494975"], ["updated_at", "2018-10-11 16:42:41.494975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.496547"], ["updated_at", "2018-10-11 16:42:41.496547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.498082"], ["updated_at", "2018-10-11 16:42:41.498082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.499625"], ["updated_at", "2018-10-11 16:42:41.499625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.501396"], ["updated_at", "2018-10-11 16:42:41.501396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.503382"], ["updated_at", "2018-10-11 16:42:41.503382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.505014"], ["updated_at", "2018-10-11 16:42:41.505014"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.506680"], ["updated_at", "2018-10-11 16:42:41.506680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.509244"], ["updated_at", "2018-10-11 16:42:41.509244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.510982"], ["updated_at", "2018-10-11 16:42:41.510982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.512547"], ["updated_at", "2018-10-11 16:42:41.512547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.514095"], ["updated_at", "2018-10-11 16:42:41.514095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.515657"], ["updated_at", "2018-10-11 16:42:41.515657"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.517273"], ["updated_at", "2018-10-11 16:42:41.517273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.519366"], ["updated_at", "2018-10-11 16:42:41.519366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.520960"], ["updated_at", "2018-10-11 16:42:41.520960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.522493"], ["updated_at", "2018-10-11 16:42:41.522493"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.524108"], ["updated_at", "2018-10-11 16:42:41.524108"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.526486"], ["updated_at", "2018-10-11 16:42:41.526486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.528165"], ["updated_at", "2018-10-11 16:42:41.528165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.529741"], ["updated_at", "2018-10-11 16:42:41.529741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.531392"], ["updated_at", "2018-10-11 16:42:41.531392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.532931"], ["updated_at", "2018-10-11 16:42:41.532931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.535049"], ["updated_at", "2018-10-11 16:42:41.535049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.537182"], ["updated_at", "2018-10-11 16:42:41.537182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.538891"], ["updated_at", "2018-10-11 16:42:41.538891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.540584"], ["updated_at", "2018-10-11 16:42:41.540584"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.542329"], ["updated_at", "2018-10-11 16:42:41.542329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.544637"], ["updated_at", "2018-10-11 16:42:41.544637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.546399"], ["updated_at", "2018-10-11 16:42:41.546399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.547960"], ["updated_at", "2018-10-11 16:42:41.547960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.549514"], ["updated_at", "2018-10-11 16:42:41.549514"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.551275"], ["updated_at", "2018-10-11 16:42:41.551275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.553507"], ["updated_at", "2018-10-11 16:42:41.553507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.555416"], ["updated_at", "2018-10-11 16:42:41.555416"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.557214"], ["updated_at", "2018-10-11 16:42:41.557214"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.559988"], ["updated_at", "2018-10-11 16:42:41.559988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.561737"], ["updated_at", "2018-10-11 16:42:41.561737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.563279"], ["updated_at", "2018-10-11 16:42:41.563279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.564814"], ["updated_at", "2018-10-11 16:42:41.564814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.566338"], ["updated_at", "2018-10-11 16:42:41.566338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.568334"], ["updated_at", "2018-10-11 16:42:41.568334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.570246"], ["updated_at", "2018-10-11 16:42:41.570246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.572009"], ["updated_at", "2018-10-11 16:42:41.572009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.573663"], ["updated_at", "2018-10-11 16:42:41.573663"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.575275"], ["updated_at", "2018-10-11 16:42:41.575275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.577707"], ["updated_at", "2018-10-11 16:42:41.577707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.579409"], ["updated_at", "2018-10-11 16:42:41.579409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.581001"], ["updated_at", "2018-10-11 16:42:41.581001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.582570"], ["updated_at", "2018-10-11 16:42:41.582570"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.584323"], ["updated_at", "2018-10-11 16:42:41.584323"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.586716"], ["updated_at", "2018-10-11 16:42:41.586716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.588698"], ["updated_at", "2018-10-11 16:42:41.588698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.590299"], ["updated_at", "2018-10-11 16:42:41.590299"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.592001"], ["updated_at", "2018-10-11 16:42:41.592001"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.594410"], ["updated_at", "2018-10-11 16:42:41.594410"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.596616"], ["updated_at", "2018-10-11 16:42:41.596616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.599005"], ["updated_at", "2018-10-11 16:42:41.599005"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.600988"], ["updated_at", "2018-10-11 16:42:41.600988"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.602986"], ["updated_at", "2018-10-11 16:42:41.602986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.604714"], ["updated_at", "2018-10-11 16:42:41.604714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.606416"], ["updated_at", "2018-10-11 16:42:41.606416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.608227"], ["updated_at", "2018-10-11 16:42:41.608227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.609910"], ["updated_at", "2018-10-11 16:42:41.609910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.611438"], ["updated_at", "2018-10-11 16:42:41.611438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.612977"], ["updated_at", "2018-10-11 16:42:41.612977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.614525"], ["updated_at", "2018-10-11 16:42:41.614525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.616051"], ["updated_at", "2018-10-11 16:42:41.616051"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.617606"], ["updated_at", "2018-10-11 16:42:41.617606"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.620249"], ["updated_at", "2018-10-11 16:42:41.620249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.622129"], ["updated_at", "2018-10-11 16:42:41.622129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.623881"], ["updated_at", "2018-10-11 16:42:41.623881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.625572"], ["updated_at", "2018-10-11 16:42:41.625572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.627221"], ["updated_at", "2018-10-11 16:42:41.627221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.628793"], ["updated_at", "2018-10-11 16:42:41.628793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.630396"], ["updated_at", "2018-10-11 16:42:41.630396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.631947"], ["updated_at", "2018-10-11 16:42:41.631947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.633515"], ["updated_at", "2018-10-11 16:42:41.633515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.635112"], ["updated_at", "2018-10-11 16:42:41.635112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.636666"], ["updated_at", "2018-10-11 16:42:41.636666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.638224"], ["updated_at", "2018-10-11 16:42:41.638224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.639942"], ["updated_at", "2018-10-11 16:42:41.639942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.641691"], ["updated_at", "2018-10-11 16:42:41.641691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.643264"], ["updated_at", "2018-10-11 16:42:41.643264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.644786"], ["updated_at", "2018-10-11 16:42:41.644786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.646304"], ["updated_at", "2018-10-11 16:42:41.646304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.647856"], ["updated_at", "2018-10-11 16:42:41.647856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.649358"], ["updated_at", "2018-10-11 16:42:41.649358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.650906"], ["updated_at", "2018-10-11 16:42:41.650906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.652580"], ["updated_at", "2018-10-11 16:42:41.652580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.654311"], ["updated_at", "2018-10-11 16:42:41.654311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.655973"], ["updated_at", "2018-10-11 16:42:41.655973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.657613"], ["updated_at", "2018-10-11 16:42:41.657613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.659198"], ["updated_at", "2018-10-11 16:42:41.659198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.660777"], ["updated_at", "2018-10-11 16:42:41.660777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.662287"], ["updated_at", "2018-10-11 16:42:41.662287"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.663794"], ["updated_at", "2018-10-11 16:42:41.663794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.665616"], ["updated_at", "2018-10-11 16:42:41.665616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.667135"], ["updated_at", "2018-10-11 16:42:41.667135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.668700"], ["updated_at", "2018-10-11 16:42:41.668700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.670274"], ["updated_at", "2018-10-11 16:42:41.670274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.671832"], ["updated_at", "2018-10-11 16:42:41.671832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.673425"], ["updated_at", "2018-10-11 16:42:41.673425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.675063"], ["updated_at", "2018-10-11 16:42:41.675063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.676724"], ["updated_at", "2018-10-11 16:42:41.676724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.678311"], ["updated_at", "2018-10-11 16:42:41.678311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.679903"], ["updated_at", "2018-10-11 16:42:41.679903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.681482"], ["updated_at", "2018-10-11 16:42:41.681482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.683040"], ["updated_at", "2018-10-11 16:42:41.683040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.684603"], ["updated_at", "2018-10-11 16:42:41.684603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.686182"], ["updated_at", "2018-10-11 16:42:41.686182"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.687953"], ["updated_at", "2018-10-11 16:42:41.687953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.689752"], ["updated_at", "2018-10-11 16:42:41.689752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.691374"], ["updated_at", "2018-10-11 16:42:41.691374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.692986"], ["updated_at", "2018-10-11 16:42:41.692986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.694510"], ["updated_at", "2018-10-11 16:42:41.694510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.696039"], ["updated_at", "2018-10-11 16:42:41.696039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.697566"], ["updated_at", "2018-10-11 16:42:41.697566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.699137"], ["updated_at", "2018-10-11 16:42:41.699137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.700742"], ["updated_at", "2018-10-11 16:42:41.700742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.702276"], ["updated_at", "2018-10-11 16:42:41.702276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.703856"], ["updated_at", "2018-10-11 16:42:41.703856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.705378"], ["updated_at", "2018-10-11 16:42:41.705378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.706921"], ["updated_at", "2018-10-11 16:42:41.706921"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.708435"], ["updated_at", "2018-10-11 16:42:41.708435"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.710820"], ["updated_at", "2018-10-11 16:42:41.710820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.712666"], ["updated_at", "2018-10-11 16:42:41.712666"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.714301"], ["updated_at", "2018-10-11 16:42:41.714301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.716054"], ["updated_at", "2018-10-11 16:42:41.716054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.719010"], ["updated_at", "2018-10-11 16:42:41.719010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.720569"], ["updated_at", "2018-10-11 16:42:41.720569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.722104"], ["updated_at", "2018-10-11 16:42:41.722104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.723630"], ["updated_at", "2018-10-11 16:42:41.723630"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.725360"], ["updated_at", "2018-10-11 16:42:41.725360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.727102"], ["updated_at", "2018-10-11 16:42:41.727102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.728762"], ["updated_at", "2018-10-11 16:42:41.728762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.730307"], ["updated_at", "2018-10-11 16:42:41.730307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.731866"], ["updated_at", "2018-10-11 16:42:41.731866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.733368"], ["updated_at", "2018-10-11 16:42:41.733368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.734946"], ["updated_at", "2018-10-11 16:42:41.734946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.736431"], ["updated_at", "2018-10-11 16:42:41.736431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.737996"], ["updated_at", "2018-10-11 16:42:41.737996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.739515"], ["updated_at", "2018-10-11 16:42:41.739515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.741053"], ["updated_at", "2018-10-11 16:42:41.741053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.742583"], ["updated_at", "2018-10-11 16:42:41.742583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.744175"], ["updated_at", "2018-10-11 16:42:41.744175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.745715"], ["updated_at", "2018-10-11 16:42:41.745715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.747273"], ["updated_at", "2018-10-11 16:42:41.747273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.748799"], ["updated_at", "2018-10-11 16:42:41.748799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.750340"], ["updated_at", "2018-10-11 16:42:41.750340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.751881"], ["updated_at", "2018-10-11 16:42:41.751881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.753417"], ["updated_at", "2018-10-11 16:42:41.753417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.754927"], ["updated_at", "2018-10-11 16:42:41.754927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.756485"], ["updated_at", "2018-10-11 16:42:41.756485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.758052"], ["updated_at", "2018-10-11 16:42:41.758052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.759555"], ["updated_at", "2018-10-11 16:42:41.759555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.761164"], ["updated_at", "2018-10-11 16:42:41.761164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.762718"], ["updated_at", "2018-10-11 16:42:41.762718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.764355"], ["updated_at", "2018-10-11 16:42:41.764355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.765971"], ["updated_at", "2018-10-11 16:42:41.765971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.767545"], ["updated_at", "2018-10-11 16:42:41.767545"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.769042"], ["updated_at", "2018-10-11 16:42:41.769042"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.771118"], ["updated_at", "2018-10-11 16:42:41.771118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.773041"], ["updated_at", "2018-10-11 16:42:41.773041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.774971"], ["updated_at", "2018-10-11 16:42:41.774971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.776637"], ["updated_at", "2018-10-11 16:42:41.776637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.778220"], ["updated_at", "2018-10-11 16:42:41.778220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.779785"], ["updated_at", "2018-10-11 16:42:41.779785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.781554"], ["updated_at", "2018-10-11 16:42:41.781554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.783144"], ["updated_at", "2018-10-11 16:42:41.783144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.784699"], ["updated_at", "2018-10-11 16:42:41.784699"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.786251"], ["updated_at", "2018-10-11 16:42:41.786251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.789186"], ["updated_at", "2018-10-11 16:42:41.789186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.790883"], ["updated_at", "2018-10-11 16:42:41.790883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.792491"], ["updated_at", "2018-10-11 16:42:41.792491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.794050"], ["updated_at", "2018-10-11 16:42:41.794050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.795599"], ["updated_at", "2018-10-11 16:42:41.795599"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.797152"], ["updated_at", "2018-10-11 16:42:41.797152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.799136"], ["updated_at", "2018-10-11 16:42:41.799136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.800780"], ["updated_at", "2018-10-11 16:42:41.800780"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.802350"], ["updated_at", "2018-10-11 16:42:41.802350"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.804075"], ["updated_at", "2018-10-11 16:42:41.804075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.805775"], ["updated_at", "2018-10-11 16:42:41.805775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.807352"], ["updated_at", "2018-10-11 16:42:41.807352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.808884"], ["updated_at", "2018-10-11 16:42:41.808884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.810569"], ["updated_at", "2018-10-11 16:42:41.810569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.812148"], ["updated_at", "2018-10-11 16:42:41.812148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.813790"], ["updated_at", "2018-10-11 16:42:41.813790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.815587"], ["updated_at", "2018-10-11 16:42:41.815587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.817255"], ["updated_at", "2018-10-11 16:42:41.817255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.818841"], ["updated_at", "2018-10-11 16:42:41.818841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.820415"], ["updated_at", "2018-10-11 16:42:41.820415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.822004"], ["updated_at", "2018-10-11 16:42:41.822004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.823586"], ["updated_at", "2018-10-11 16:42:41.823586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.825230"], ["updated_at", "2018-10-11 16:42:41.825230"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.826887"], ["updated_at", "2018-10-11 16:42:41.826887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.829257"], ["updated_at", "2018-10-11 16:42:41.829257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.830867"], ["updated_at", "2018-10-11 16:42:41.830867"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.832535"], ["updated_at", "2018-10-11 16:42:41.832535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.834304"], ["updated_at", "2018-10-11 16:42:41.834304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.835983"], ["updated_at", "2018-10-11 16:42:41.835983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.837527"], ["updated_at", "2018-10-11 16:42:41.837527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.839178"], ["updated_at", "2018-10-11 16:42:41.839178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.840757"], ["updated_at", "2018-10-11 16:42:41.840757"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.842312"], ["updated_at", "2018-10-11 16:42:41.842312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.844062"], ["updated_at", "2018-10-11 16:42:41.844062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.845686"], ["updated_at", "2018-10-11 16:42:41.845686"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.847216"], ["updated_at", "2018-10-11 16:42:41.847216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.849134"], ["updated_at", "2018-10-11 16:42:41.849134"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.850718"], ["updated_at", "2018-10-11 16:42:41.850718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.852428"], ["updated_at", "2018-10-11 16:42:41.852428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.854073"], ["updated_at", "2018-10-11 16:42:41.854073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.855650"], ["updated_at", "2018-10-11 16:42:41.855650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.857178"], ["updated_at", "2018-10-11 16:42:41.857178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.858698"], ["updated_at", "2018-10-11 16:42:41.858698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.860233"], ["updated_at", "2018-10-11 16:42:41.860233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.861861"], ["updated_at", "2018-10-11 16:42:41.861861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.863551"], ["updated_at", "2018-10-11 16:42:41.863551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.865179"], ["updated_at", "2018-10-11 16:42:41.865179"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.866825"], ["updated_at", "2018-10-11 16:42:41.866825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.868555"], ["updated_at", "2018-10-11 16:42:41.868555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.870111"], ["updated_at", "2018-10-11 16:42:41.870111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.871641"], ["updated_at", "2018-10-11 16:42:41.871641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.873263"], ["updated_at", "2018-10-11 16:42:41.873263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.874850"], ["updated_at", "2018-10-11 16:42:41.874850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.876369"], ["updated_at", "2018-10-11 16:42:41.876369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.877932"], ["updated_at", "2018-10-11 16:42:41.877932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.879463"], ["updated_at", "2018-10-11 16:42:41.879463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.880980"], ["updated_at", "2018-10-11 16:42:41.880980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.882470"], ["updated_at", "2018-10-11 16:42:41.882470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.884002"], ["updated_at", "2018-10-11 16:42:41.884002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.885528"], ["updated_at", "2018-10-11 16:42:41.885528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.887117"], ["updated_at", "2018-10-11 16:42:41.887117"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.888684"], ["updated_at", "2018-10-11 16:42:41.888684"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.891361"], ["updated_at", "2018-10-11 16:42:41.891361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.893187"], ["updated_at", "2018-10-11 16:42:41.893187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.894683"], ["updated_at", "2018-10-11 16:42:41.894683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.896197"], ["updated_at", "2018-10-11 16:42:41.896197"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.897917"], ["updated_at", "2018-10-11 16:42:41.897917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.899832"], ["updated_at", "2018-10-11 16:42:41.899832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.901729"], ["updated_at", "2018-10-11 16:42:41.901729"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.903547"], ["updated_at", "2018-10-11 16:42:41.903547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.905739"], ["updated_at", "2018-10-11 16:42:41.905739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.907492"], ["updated_at", "2018-10-11 16:42:41.907492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.909083"], ["updated_at", "2018-10-11 16:42:41.909083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.910653"], ["updated_at", "2018-10-11 16:42:41.910653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.912221"], ["updated_at", "2018-10-11 16:42:41.912221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.913817"], ["updated_at", "2018-10-11 16:42:41.913817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.915374"], ["updated_at", "2018-10-11 16:42:41.915374"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.916900"], ["updated_at", "2018-10-11 16:42:41.916900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.918827"], ["updated_at", "2018-10-11 16:42:41.918827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.920442"], ["updated_at", "2018-10-11 16:42:41.920442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.921995"], ["updated_at", "2018-10-11 16:42:41.921995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.923534"], ["updated_at", "2018-10-11 16:42:41.923534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.925049"], ["updated_at", "2018-10-11 16:42:41.925049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.926598"], ["updated_at", "2018-10-11 16:42:41.926598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.928104"], ["updated_at", "2018-10-11 16:42:41.928104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.929682"], ["updated_at", "2018-10-11 16:42:41.929682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.931394"], ["updated_at", "2018-10-11 16:42:41.931394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.933068"], ["updated_at", "2018-10-11 16:42:41.933068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.934643"], ["updated_at", "2018-10-11 16:42:41.934643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.936157"], ["updated_at", "2018-10-11 16:42:41.936157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.937692"], ["updated_at", "2018-10-11 16:42:41.937692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.939306"], ["updated_at", "2018-10-11 16:42:41.939306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.940815"], ["updated_at", "2018-10-11 16:42:41.940815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.942353"], ["updated_at", "2018-10-11 16:42:41.942353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.943912"], ["updated_at", "2018-10-11 16:42:41.943912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.945412"], ["updated_at", "2018-10-11 16:42:41.945412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.946922"], ["updated_at", "2018-10-11 16:42:41.946922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.948453"], ["updated_at", "2018-10-11 16:42:41.948453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.949968"], ["updated_at", "2018-10-11 16:42:41.949968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.951469"], ["updated_at", "2018-10-11 16:42:41.951469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.953027"], ["updated_at", "2018-10-11 16:42:41.953027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.954554"], ["updated_at", "2018-10-11 16:42:41.954554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.956099"], ["updated_at", "2018-10-11 16:42:41.956099"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.957596"], ["updated_at", "2018-10-11 16:42:41.957596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.959430"], ["updated_at", "2018-10-11 16:42:41.959430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.961305"], ["updated_at", "2018-10-11 16:42:41.961305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.962990"], ["updated_at", "2018-10-11 16:42:41.962990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.964601"], ["updated_at", "2018-10-11 16:42:41.964601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.966114"], ["updated_at", "2018-10-11 16:42:41.966114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.967674"], ["updated_at", "2018-10-11 16:42:41.967674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.969213"], ["updated_at", "2018-10-11 16:42:41.969213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.970797"], ["updated_at", "2018-10-11 16:42:41.970797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.972338"], ["updated_at", "2018-10-11 16:42:41.972338"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.973855"], ["updated_at", "2018-10-11 16:42:41.973855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.975572"], ["updated_at", "2018-10-11 16:42:41.975572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.977142"], ["updated_at", "2018-10-11 16:42:41.977142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.978679"], ["updated_at", "2018-10-11 16:42:41.978679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.980175"], ["updated_at", "2018-10-11 16:42:41.980175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.981720"], ["updated_at", "2018-10-11 16:42:41.981720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.983252"], ["updated_at", "2018-10-11 16:42:41.983252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.984763"], ["updated_at", "2018-10-11 16:42:41.984763"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.986291"], ["updated_at", "2018-10-11 16:42:41.986291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.988137"], ["updated_at", "2018-10-11 16:42:41.988137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.989743"], ["updated_at", "2018-10-11 16:42:41.989743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.991329"], ["updated_at", "2018-10-11 16:42:41.991329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.992872"], ["updated_at", "2018-10-11 16:42:41.992872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.994450"], ["updated_at", "2018-10-11 16:42:41.994450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.996344"], ["updated_at", "2018-10-11 16:42:41.996344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.998004"], ["updated_at", "2018-10-11 16:42:41.998004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:41.999596"], ["updated_at", "2018-10-11 16:42:41.999596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.001143"], ["updated_at", "2018-10-11 16:42:42.001143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.002687"], ["updated_at", "2018-10-11 16:42:42.002687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.004222"], ["updated_at", "2018-10-11 16:42:42.004222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.005770"], ["updated_at", "2018-10-11 16:42:42.005770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.007345"], ["updated_at", "2018-10-11 16:42:42.007345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.009034"], ["updated_at", "2018-10-11 16:42:42.009034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.010735"], ["updated_at", "2018-10-11 16:42:42.010735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.012266"], ["updated_at", "2018-10-11 16:42:42.012266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.013814"], ["updated_at", "2018-10-11 16:42:42.013814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.015350"], ["updated_at", "2018-10-11 16:42:42.015350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.016891"], ["updated_at", "2018-10-11 16:42:42.016891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.018416"], ["updated_at", "2018-10-11 16:42:42.018416"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.021272"], ["updated_at", "2018-10-11 16:42:42.021272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.022928"], ["updated_at", "2018-10-11 16:42:42.022928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.024520"], ["updated_at", "2018-10-11 16:42:42.024520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.026065"], ["updated_at", "2018-10-11 16:42:42.026065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.027615"], ["updated_at", "2018-10-11 16:42:42.027615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.029130"], ["updated_at", "2018-10-11 16:42:42.029130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.031077"], ["updated_at", "2018-10-11 16:42:42.031077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.032756"], ["updated_at", "2018-10-11 16:42:42.032756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.034419"], ["updated_at", "2018-10-11 16:42:42.034419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.036015"], ["updated_at", "2018-10-11 16:42:42.036015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.037591"], ["updated_at", "2018-10-11 16:42:42.037591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.039096"], ["updated_at", "2018-10-11 16:42:42.039096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.040653"], ["updated_at", "2018-10-11 16:42:42.040653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.042248"], ["updated_at", "2018-10-11 16:42:42.042248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.043808"], ["updated_at", "2018-10-11 16:42:42.043808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.045383"], ["updated_at", "2018-10-11 16:42:42.045383"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.047086"], ["updated_at", "2018-10-11 16:42:42.047086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.048940"], ["updated_at", "2018-10-11 16:42:42.048940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.050566"], ["updated_at", "2018-10-11 16:42:42.050566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.052161"], ["updated_at", "2018-10-11 16:42:42.052161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.053726"], ["updated_at", "2018-10-11 16:42:42.053726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.055244"], ["updated_at", "2018-10-11 16:42:42.055244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.056912"], ["updated_at", "2018-10-11 16:42:42.056912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.058439"], ["updated_at", "2018-10-11 16:42:42.058439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.059983"], ["updated_at", "2018-10-11 16:42:42.059983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.061470"], ["updated_at", "2018-10-11 16:42:42.061470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.063285"], ["updated_at", "2018-10-11 16:42:42.063285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.065077"], ["updated_at", "2018-10-11 16:42:42.065077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.066667"], ["updated_at", "2018-10-11 16:42:42.066667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.068204"], ["updated_at", "2018-10-11 16:42:42.068204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.069725"], ["updated_at", "2018-10-11 16:42:42.069725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.071283"], ["updated_at", "2018-10-11 16:42:42.071283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.072784"], ["updated_at", "2018-10-11 16:42:42.072784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.074367"], ["updated_at", "2018-10-11 16:42:42.074367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.075879"], ["updated_at", "2018-10-11 16:42:42.075879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.077414"], ["updated_at", "2018-10-11 16:42:42.077414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.078958"], ["updated_at", "2018-10-11 16:42:42.078958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.080485"], ["updated_at", "2018-10-11 16:42:42.080485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.082051"], ["updated_at", "2018-10-11 16:42:42.082051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.083576"], ["updated_at", "2018-10-11 16:42:42.083576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.085077"], ["updated_at", "2018-10-11 16:42:42.085077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.086610"], ["updated_at", "2018-10-11 16:42:42.086610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.088347"], ["updated_at", "2018-10-11 16:42:42.088347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.089935"], ["updated_at", "2018-10-11 16:42:42.089935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.091491"], ["updated_at", "2018-10-11 16:42:42.091491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.093100"], ["updated_at", "2018-10-11 16:42:42.093100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.094697"], ["updated_at", "2018-10-11 16:42:42.094697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.096279"], ["updated_at", "2018-10-11 16:42:42.096279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.097809"], ["updated_at", "2018-10-11 16:42:42.097809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.099400"], ["updated_at", "2018-10-11 16:42:42.099400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.100978"], ["updated_at", "2018-10-11 16:42:42.100978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.102502"], ["updated_at", "2018-10-11 16:42:42.102502"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.104044"], ["updated_at", "2018-10-11 16:42:42.104044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.105788"], ["updated_at", "2018-10-11 16:42:42.105788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.107391"], ["updated_at", "2018-10-11 16:42:42.107391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.108931"], ["updated_at", "2018-10-11 16:42:42.108931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.110462"], ["updated_at", "2018-10-11 16:42:42.110462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.111988"], ["updated_at", "2018-10-11 16:42:42.111988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.113514"], ["updated_at", "2018-10-11 16:42:42.113514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.115164"], ["updated_at", "2018-10-11 16:42:42.115164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.116714"], ["updated_at", "2018-10-11 16:42:42.116714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.118288"], ["updated_at", "2018-10-11 16:42:42.118288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.119823"], ["updated_at", "2018-10-11 16:42:42.119823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.121392"], ["updated_at", "2018-10-11 16:42:42.121392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.123473"], ["updated_at", "2018-10-11 16:42:42.123473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.125046"], ["updated_at", "2018-10-11 16:42:42.125046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.126591"], ["updated_at", "2018-10-11 16:42:42.126591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.128156"], ["updated_at", "2018-10-11 16:42:42.128156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.129708"], ["updated_at", "2018-10-11 16:42:42.129708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.131223"], ["updated_at", "2018-10-11 16:42:42.131223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.132750"], ["updated_at", "2018-10-11 16:42:42.132750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.134301"], ["updated_at", "2018-10-11 16:42:42.134301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.135838"], ["updated_at", "2018-10-11 16:42:42.135838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.137355"], ["updated_at", "2018-10-11 16:42:42.137355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.138893"], ["updated_at", "2018-10-11 16:42:42.138893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.140418"], ["updated_at", "2018-10-11 16:42:42.140418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.141933"], ["updated_at", "2018-10-11 16:42:42.141933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.143446"], ["updated_at", "2018-10-11 16:42:42.143446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.144987"], ["updated_at", "2018-10-11 16:42:42.144987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.146555"], ["updated_at", "2018-10-11 16:42:42.146555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.148081"], ["updated_at", "2018-10-11 16:42:42.148081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.149611"], ["updated_at", "2018-10-11 16:42:42.149611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.151120"], ["updated_at", "2018-10-11 16:42:42.151120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.152637"], ["updated_at", "2018-10-11 16:42:42.152637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.154188"], ["updated_at", "2018-10-11 16:42:42.154188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.155712"], ["updated_at", "2018-10-11 16:42:42.155712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.157216"], ["updated_at", "2018-10-11 16:42:42.157216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.158766"], ["updated_at", "2018-10-11 16:42:42.158766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.160308"], ["updated_at", "2018-10-11 16:42:42.160308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.161966"], ["updated_at", "2018-10-11 16:42:42.161966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.163505"], ["updated_at", "2018-10-11 16:42:42.163505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.165029"], ["updated_at", "2018-10-11 16:42:42.165029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.166528"], ["updated_at", "2018-10-11 16:42:42.166528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.168048"], ["updated_at", "2018-10-11 16:42:42.168048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.169687"], ["updated_at", "2018-10-11 16:42:42.169687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.171253"], ["updated_at", "2018-10-11 16:42:42.171253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.172860"], ["updated_at", "2018-10-11 16:42:42.172860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.174408"], ["updated_at", "2018-10-11 16:42:42.174408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.175935"], ["updated_at", "2018-10-11 16:42:42.175935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.177458"], ["updated_at", "2018-10-11 16:42:42.177458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.178993"], ["updated_at", "2018-10-11 16:42:42.178993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.180512"], ["updated_at", "2018-10-11 16:42:42.180512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.182156"], ["updated_at", "2018-10-11 16:42:42.182156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.183745"], ["updated_at", "2018-10-11 16:42:42.183745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.185272"], ["updated_at", "2018-10-11 16:42:42.185272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.186837"], ["updated_at", "2018-10-11 16:42:42.186837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.188684"], ["updated_at", "2018-10-11 16:42:42.188684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.190350"], ["updated_at", "2018-10-11 16:42:42.190350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.192042"], ["updated_at", "2018-10-11 16:42:42.192042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.193612"], ["updated_at", "2018-10-11 16:42:42.193612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.195155"], ["updated_at", "2018-10-11 16:42:42.195155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.196721"], ["updated_at", "2018-10-11 16:42:42.196721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.198533"], ["updated_at", "2018-10-11 16:42:42.198533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.200265"], ["updated_at", "2018-10-11 16:42:42.200265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.201785"], ["updated_at", "2018-10-11 16:42:42.201785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.203315"], ["updated_at", "2018-10-11 16:42:42.203315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.204870"], ["updated_at", "2018-10-11 16:42:42.204870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.206371"], ["updated_at", "2018-10-11 16:42:42.206371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.207917"], ["updated_at", "2018-10-11 16:42:42.207917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.209449"], ["updated_at", "2018-10-11 16:42:42.209449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.211014"], ["updated_at", "2018-10-11 16:42:42.211014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.212655"], ["updated_at", "2018-10-11 16:42:42.212655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.214350"], ["updated_at", "2018-10-11 16:42:42.214350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.215988"], ["updated_at", "2018-10-11 16:42:42.215988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.217605"], ["updated_at", "2018-10-11 16:42:42.217605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.219166"], ["updated_at", "2018-10-11 16:42:42.219166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.220755"], ["updated_at", "2018-10-11 16:42:42.220755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.222415"], ["updated_at", "2018-10-11 16:42:42.222415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.223993"], ["updated_at", "2018-10-11 16:42:42.223993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.225676"], ["updated_at", "2018-10-11 16:42:42.225676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.227301"], ["updated_at", "2018-10-11 16:42:42.227301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.228889"], ["updated_at", "2018-10-11 16:42:42.228889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.230453"], ["updated_at", "2018-10-11 16:42:42.230453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.231995"], ["updated_at", "2018-10-11 16:42:42.231995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.233521"], ["updated_at", "2018-10-11 16:42:42.233521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.235110"], ["updated_at", "2018-10-11 16:42:42.235110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.236807"], ["updated_at", "2018-10-11 16:42:42.236807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.238424"], ["updated_at", "2018-10-11 16:42:42.238424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.240062"], ["updated_at", "2018-10-11 16:42:42.240062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.241623"], ["updated_at", "2018-10-11 16:42:42.241623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.243203"], ["updated_at", "2018-10-11 16:42:42.243203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.244795"], ["updated_at", "2018-10-11 16:42:42.244795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.246338"], ["updated_at", "2018-10-11 16:42:42.246338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.247867"], ["updated_at", "2018-10-11 16:42:42.247867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.249481"], ["updated_at", "2018-10-11 16:42:42.249481"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.251082"], ["updated_at", "2018-10-11 16:42:42.251082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.252624"], ["updated_at", "2018-10-11 16:42:42.252624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.254126"], ["updated_at", "2018-10-11 16:42:42.254126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.255670"], ["updated_at", "2018-10-11 16:42:42.255670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.257239"], ["updated_at", "2018-10-11 16:42:42.257239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.258767"], ["updated_at", "2018-10-11 16:42:42.258767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.260295"], ["updated_at", "2018-10-11 16:42:42.260295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.261888"], ["updated_at", "2018-10-11 16:42:42.261888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.263466"], ["updated_at", "2018-10-11 16:42:42.263466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.264992"], ["updated_at", "2018-10-11 16:42:42.264992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.266507"], ["updated_at", "2018-10-11 16:42:42.266507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.268020"], ["updated_at", "2018-10-11 16:42:42.268020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.269543"], ["updated_at", "2018-10-11 16:42:42.269543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.271030"], ["updated_at", "2018-10-11 16:42:42.271030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.272597"], ["updated_at", "2018-10-11 16:42:42.272597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.274071"], ["updated_at", "2018-10-11 16:42:42.274071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.275889"], ["updated_at", "2018-10-11 16:42:42.275889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.277440"], ["updated_at", "2018-10-11 16:42:42.277440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.278959"], ["updated_at", "2018-10-11 16:42:42.278959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.280690"], ["updated_at", "2018-10-11 16:42:42.280690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.282350"], ["updated_at", "2018-10-11 16:42:42.282350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.283939"], ["updated_at", "2018-10-11 16:42:42.283939"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.285763"], ["updated_at", "2018-10-11 16:42:42.285763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.287463"], ["updated_at", "2018-10-11 16:42:42.287463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.289015"], ["updated_at", "2018-10-11 16:42:42.289015"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.290593"], ["updated_at", "2018-10-11 16:42:42.290593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.292281"], ["updated_at", "2018-10-11 16:42:42.292281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.293829"], ["updated_at", "2018-10-11 16:42:42.293829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.295363"], ["updated_at", "2018-10-11 16:42:42.295363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.296929"], ["updated_at", "2018-10-11 16:42:42.296929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.298456"], ["updated_at", "2018-10-11 16:42:42.298456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.299974"], ["updated_at", "2018-10-11 16:42:42.299974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.301542"], ["updated_at", "2018-10-11 16:42:42.301542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.303128"], ["updated_at", "2018-10-11 16:42:42.303128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.304642"], ["updated_at", "2018-10-11 16:42:42.304642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.306229"], ["updated_at", "2018-10-11 16:42:42.306229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.307872"], ["updated_at", "2018-10-11 16:42:42.307872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.309524"], ["updated_at", "2018-10-11 16:42:42.309524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.311088"], ["updated_at", "2018-10-11 16:42:42.311088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.313913"], ["updated_at", "2018-10-11 16:42:42.313913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.315563"], ["updated_at", "2018-10-11 16:42:42.315563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.317100"], ["updated_at", "2018-10-11 16:42:42.317100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.318697"], ["updated_at", "2018-10-11 16:42:42.318697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.320300"], ["updated_at", "2018-10-11 16:42:42.320300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.321854"], ["updated_at", "2018-10-11 16:42:42.321854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.323390"], ["updated_at", "2018-10-11 16:42:42.323390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.324908"], ["updated_at", "2018-10-11 16:42:42.324908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.326468"], ["updated_at", "2018-10-11 16:42:42.326468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.327961"], ["updated_at", "2018-10-11 16:42:42.327961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.329630"], ["updated_at", "2018-10-11 16:42:42.329630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.331271"], ["updated_at", "2018-10-11 16:42:42.331271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.332853"], ["updated_at", "2018-10-11 16:42:42.332853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.334347"], ["updated_at", "2018-10-11 16:42:42.334347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.335861"], ["updated_at", "2018-10-11 16:42:42.335861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.337396"], ["updated_at", "2018-10-11 16:42:42.337396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.338902"], ["updated_at", "2018-10-11 16:42:42.338902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.340421"], ["updated_at", "2018-10-11 16:42:42.340421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.342021"], ["updated_at", "2018-10-11 16:42:42.342021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.343538"], ["updated_at", "2018-10-11 16:42:42.343538"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.345040"], ["updated_at", "2018-10-11 16:42:42.345040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.346491"], ["updated_at", "2018-10-11 16:42:42.346491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.348011"], ["updated_at", "2018-10-11 16:42:42.348011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.349495"], ["updated_at", "2018-10-11 16:42:42.349495"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.351226"], ["updated_at", "2018-10-11 16:42:42.351226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.353134"], ["updated_at", "2018-10-11 16:42:42.353134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.354715"], ["updated_at", "2018-10-11 16:42:42.354715"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.356323"], ["updated_at", "2018-10-11 16:42:42.356323"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.358064"], ["updated_at", "2018-10-11 16:42:42.358064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.359857"], ["updated_at", "2018-10-11 16:42:42.359857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.361508"], ["updated_at", "2018-10-11 16:42:42.361508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.363040"], ["updated_at", "2018-10-11 16:42:42.363040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.364619"], ["updated_at", "2018-10-11 16:42:42.364619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.366175"], ["updated_at", "2018-10-11 16:42:42.366175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.367680"], ["updated_at", "2018-10-11 16:42:42.367680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.369179"], ["updated_at", "2018-10-11 16:42:42.369179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.370722"], ["updated_at", "2018-10-11 16:42:42.370722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.372206"], ["updated_at", "2018-10-11 16:42:42.372206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.373705"], ["updated_at", "2018-10-11 16:42:42.373705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.375229"], ["updated_at", "2018-10-11 16:42:42.375229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.376748"], ["updated_at", "2018-10-11 16:42:42.376748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.378251"], ["updated_at", "2018-10-11 16:42:42.378251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.379778"], ["updated_at", "2018-10-11 16:42:42.379778"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.381467"], ["updated_at", "2018-10-11 16:42:42.381467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.383170"], ["updated_at", "2018-10-11 16:42:42.383170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.384856"], ["updated_at", "2018-10-11 16:42:42.384856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.386455"], ["updated_at", "2018-10-11 16:42:42.386455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.388090"], ["updated_at", "2018-10-11 16:42:42.388090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.389631"], ["updated_at", "2018-10-11 16:42:42.389631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.391216"], ["updated_at", "2018-10-11 16:42:42.391216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.392738"], ["updated_at", "2018-10-11 16:42:42.392738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.394277"], ["updated_at", "2018-10-11 16:42:42.394277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.396012"], ["updated_at", "2018-10-11 16:42:42.396012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.397563"], ["updated_at", "2018-10-11 16:42:42.397563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.399100"], ["updated_at", "2018-10-11 16:42:42.399100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.400634"], ["updated_at", "2018-10-11 16:42:42.400634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.402166"], ["updated_at", "2018-10-11 16:42:42.402166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.403691"], ["updated_at", "2018-10-11 16:42:42.403691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.405318"], ["updated_at", "2018-10-11 16:42:42.405318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.406895"], ["updated_at", "2018-10-11 16:42:42.406895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.408420"], ["updated_at", "2018-10-11 16:42:42.408420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.409914"], ["updated_at", "2018-10-11 16:42:42.409914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.411504"], ["updated_at", "2018-10-11 16:42:42.411504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.413051"], ["updated_at", "2018-10-11 16:42:42.413051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.414598"], ["updated_at", "2018-10-11 16:42:42.414598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.416123"], ["updated_at", "2018-10-11 16:42:42.416123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.417654"], ["updated_at", "2018-10-11 16:42:42.417654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.419188"], ["updated_at", "2018-10-11 16:42:42.419188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.420720"], ["updated_at", "2018-10-11 16:42:42.420720"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.422234"], ["updated_at", "2018-10-11 16:42:42.422234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.424364"], ["updated_at", "2018-10-11 16:42:42.424364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.426052"], ["updated_at", "2018-10-11 16:42:42.426052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.427596"], ["updated_at", "2018-10-11 16:42:42.427596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.429223"], ["updated_at", "2018-10-11 16:42:42.429223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.430856"], ["updated_at", "2018-10-11 16:42:42.430856"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.432397"], ["updated_at", "2018-10-11 16:42:42.432397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.434086"], ["updated_at", "2018-10-11 16:42:42.434086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.435695"], ["updated_at", "2018-10-11 16:42:42.435695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.437281"], ["updated_at", "2018-10-11 16:42:42.437281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.438848"], ["updated_at", "2018-10-11 16:42:42.438848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.440388"], ["updated_at", "2018-10-11 16:42:42.440388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.441919"], ["updated_at", "2018-10-11 16:42:42.441919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.443484"], ["updated_at", "2018-10-11 16:42:42.443484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.445016"], ["updated_at", "2018-10-11 16:42:42.445016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.446691"], ["updated_at", "2018-10-11 16:42:42.446691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.448343"], ["updated_at", "2018-10-11 16:42:42.448343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.449862"], ["updated_at", "2018-10-11 16:42:42.449862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.451474"], ["updated_at", "2018-10-11 16:42:42.451474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.453020"], ["updated_at", "2018-10-11 16:42:42.453020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.454672"], ["updated_at", "2018-10-11 16:42:42.454672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.456194"], ["updated_at", "2018-10-11 16:42:42.456194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.457717"], ["updated_at", "2018-10-11 16:42:42.457717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.459208"], ["updated_at", "2018-10-11 16:42:42.459208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.460910"], ["updated_at", "2018-10-11 16:42:42.460910"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.462469"], ["updated_at", "2018-10-11 16:42:42.462469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.464313"], ["updated_at", "2018-10-11 16:42:42.464313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.465898"], ["updated_at", "2018-10-11 16:42:42.465898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.467429"], ["updated_at", "2018-10-11 16:42:42.467429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.469030"], ["updated_at", "2018-10-11 16:42:42.469030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.470590"], ["updated_at", "2018-10-11 16:42:42.470590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.472127"], ["updated_at", "2018-10-11 16:42:42.472127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.473652"], ["updated_at", "2018-10-11 16:42:42.473652"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.475205"], ["updated_at", "2018-10-11 16:42:42.475205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.476947"], ["updated_at", "2018-10-11 16:42:42.476947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.478478"], ["updated_at", "2018-10-11 16:42:42.478478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.480053"], ["updated_at", "2018-10-11 16:42:42.480053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.481584"], ["updated_at", "2018-10-11 16:42:42.481584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.483119"], ["updated_at", "2018-10-11 16:42:42.483119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.484694"], ["updated_at", "2018-10-11 16:42:42.484694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.486232"], ["updated_at", "2018-10-11 16:42:42.486232"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.487742"], ["updated_at", "2018-10-11 16:42:42.487742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.489813"], ["updated_at", "2018-10-11 16:42:42.489813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.491423"], ["updated_at", "2018-10-11 16:42:42.491423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.492981"], ["updated_at", "2018-10-11 16:42:42.492981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.494504"], ["updated_at", "2018-10-11 16:42:42.494504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.496047"], ["updated_at", "2018-10-11 16:42:42.496047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.497561"], ["updated_at", "2018-10-11 16:42:42.497561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.499163"], ["updated_at", "2018-10-11 16:42:42.499163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.500726"], ["updated_at", "2018-10-11 16:42:42.500726"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.502238"], ["updated_at", "2018-10-11 16:42:42.502238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.504120"], ["updated_at", "2018-10-11 16:42:42.504120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.505776"], ["updated_at", "2018-10-11 16:42:42.505776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.507405"], ["updated_at", "2018-10-11 16:42:42.507405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.508935"], ["updated_at", "2018-10-11 16:42:42.508935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.510508"], ["updated_at", "2018-10-11 16:42:42.510508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.512036"], ["updated_at", "2018-10-11 16:42:42.512036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.513624"], ["updated_at", "2018-10-11 16:42:42.513624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.515196"], ["updated_at", "2018-10-11 16:42:42.515196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.516701"], ["updated_at", "2018-10-11 16:42:42.516701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.518225"], ["updated_at", "2018-10-11 16:42:42.518225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.519748"], ["updated_at", "2018-10-11 16:42:42.519748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.521326"], ["updated_at", "2018-10-11 16:42:42.521326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.522823"], ["updated_at", "2018-10-11 16:42:42.522823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.524499"], ["updated_at", "2018-10-11 16:42:42.524499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.526031"], ["updated_at", "2018-10-11 16:42:42.526031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.527560"], ["updated_at", "2018-10-11 16:42:42.527560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.529109"], ["updated_at", "2018-10-11 16:42:42.529109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.530650"], ["updated_at", "2018-10-11 16:42:42.530650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.532154"], ["updated_at", "2018-10-11 16:42:42.532154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.533684"], ["updated_at", "2018-10-11 16:42:42.533684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.535198"], ["updated_at", "2018-10-11 16:42:42.535198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.536720"], ["updated_at", "2018-10-11 16:42:42.536720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.538250"], ["updated_at", "2018-10-11 16:42:42.538250"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.539810"], ["updated_at", "2018-10-11 16:42:42.539810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.541448"], ["updated_at", "2018-10-11 16:42:42.541448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.542961"], ["updated_at", "2018-10-11 16:42:42.542961"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.544507"], ["updated_at", "2018-10-11 16:42:42.544507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.546009"], ["updated_at", "2018-10-11 16:42:42.546009"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.547595"], ["updated_at", "2018-10-11 16:42:42.547595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.549139"], ["updated_at", "2018-10-11 16:42:42.549139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.550655"], ["updated_at", "2018-10-11 16:42:42.550655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.552178"], ["updated_at", "2018-10-11 16:42:42.552178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.553706"], ["updated_at", "2018-10-11 16:42:42.553706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.555251"], ["updated_at", "2018-10-11 16:42:42.555251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.556848"], ["updated_at", "2018-10-11 16:42:42.556848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.558646"], ["updated_at", "2018-10-11 16:42:42.558646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.560400"], ["updated_at", "2018-10-11 16:42:42.560400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.561957"], ["updated_at", "2018-10-11 16:42:42.561957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.563582"], ["updated_at", "2018-10-11 16:42:42.563582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.565221"], ["updated_at", "2018-10-11 16:42:42.565221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.566782"], ["updated_at", "2018-10-11 16:42:42.566782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.568389"], ["updated_at", "2018-10-11 16:42:42.568389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.569993"], ["updated_at", "2018-10-11 16:42:42.569993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.571667"], ["updated_at", "2018-10-11 16:42:42.571667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.573218"], ["updated_at", "2018-10-11 16:42:42.573218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.574858"], ["updated_at", "2018-10-11 16:42:42.574858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.576515"], ["updated_at", "2018-10-11 16:42:42.576515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.578109"], ["updated_at", "2018-10-11 16:42:42.578109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.579637"], ["updated_at", "2018-10-11 16:42:42.579637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.581250"], ["updated_at", "2018-10-11 16:42:42.581250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.582917"], ["updated_at", "2018-10-11 16:42:42.582917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.584510"], ["updated_at", "2018-10-11 16:42:42.584510"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.586048"], ["updated_at", "2018-10-11 16:42:42.586048"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.587986"], ["updated_at", "2018-10-11 16:42:42.587986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.590045"], ["updated_at", "2018-10-11 16:42:42.590045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.591619"], ["updated_at", "2018-10-11 16:42:42.591619"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.593163"], ["updated_at", "2018-10-11 16:42:42.593163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.594871"], ["updated_at", "2018-10-11 16:42:42.594871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.596475"], ["updated_at", "2018-10-11 16:42:42.596475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.598027"], ["updated_at", "2018-10-11 16:42:42.598027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.599566"], ["updated_at", "2018-10-11 16:42:42.599566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.601121"], ["updated_at", "2018-10-11 16:42:42.601121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.602687"], ["updated_at", "2018-10-11 16:42:42.602687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.604214"], ["updated_at", "2018-10-11 16:42:42.604214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.605784"], ["updated_at", "2018-10-11 16:42:42.605784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.608613"], ["updated_at", "2018-10-11 16:42:42.608613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.610193"], ["updated_at", "2018-10-11 16:42:42.610193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.611707"], ["updated_at", "2018-10-11 16:42:42.611707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.613236"], ["updated_at", "2018-10-11 16:42:42.613236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.614971"], ["updated_at", "2018-10-11 16:42:42.614971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.616507"], ["updated_at", "2018-10-11 16:42:42.616507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.618013"], ["updated_at", "2018-10-11 16:42:42.618013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.619531"], ["updated_at", "2018-10-11 16:42:42.619531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.621078"], ["updated_at", "2018-10-11 16:42:42.621078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.622684"], ["updated_at", "2018-10-11 16:42:42.622684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.624215"], ["updated_at", "2018-10-11 16:42:42.624215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.625845"], ["updated_at", "2018-10-11 16:42:42.625845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.627414"], ["updated_at", "2018-10-11 16:42:42.627414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.629030"], ["updated_at", "2018-10-11 16:42:42.629030"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.630619"], ["updated_at", "2018-10-11 16:42:42.630619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.632788"], ["updated_at", "2018-10-11 16:42:42.632788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.634469"], ["updated_at", "2018-10-11 16:42:42.634469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.635999"], ["updated_at", "2018-10-11 16:42:42.635999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.637524"], ["updated_at", "2018-10-11 16:42:42.637524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.639080"], ["updated_at", "2018-10-11 16:42:42.639080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.640896"], ["updated_at", "2018-10-11 16:42:42.640896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.642421"], ["updated_at", "2018-10-11 16:42:42.642421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.644009"], ["updated_at", "2018-10-11 16:42:42.644009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.645582"], ["updated_at", "2018-10-11 16:42:42.645582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.647099"], ["updated_at", "2018-10-11 16:42:42.647099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.648666"], ["updated_at", "2018-10-11 16:42:42.648666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.650185"], ["updated_at", "2018-10-11 16:42:42.650185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.651717"], ["updated_at", "2018-10-11 16:42:42.651717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.653229"], ["updated_at", "2018-10-11 16:42:42.653229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.654749"], ["updated_at", "2018-10-11 16:42:42.654749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.656236"], ["updated_at", "2018-10-11 16:42:42.656236"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.657762"], ["updated_at", "2018-10-11 16:42:42.657762"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.659528"], ["updated_at", "2018-10-11 16:42:42.659528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.661357"], ["updated_at", "2018-10-11 16:42:42.661357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.662952"], ["updated_at", "2018-10-11 16:42:42.662952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.664478"], ["updated_at", "2018-10-11 16:42:42.664478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.666124"], ["updated_at", "2018-10-11 16:42:42.666124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.667703"], ["updated_at", "2018-10-11 16:42:42.667703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.669249"], ["updated_at", "2018-10-11 16:42:42.669249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.670769"], ["updated_at", "2018-10-11 16:42:42.670769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.672319"], ["updated_at", "2018-10-11 16:42:42.672319"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.673845"], ["updated_at", "2018-10-11 16:42:42.673845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.675526"], ["updated_at", "2018-10-11 16:42:42.675526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.677139"], ["updated_at", "2018-10-11 16:42:42.677139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.678672"], ["updated_at", "2018-10-11 16:42:42.678672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.680214"], ["updated_at", "2018-10-11 16:42:42.680214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.681789"], ["updated_at", "2018-10-11 16:42:42.681789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.683307"], ["updated_at", "2018-10-11 16:42:42.683307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.684855"], ["updated_at", "2018-10-11 16:42:42.684855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.686420"], ["updated_at", "2018-10-11 16:42:42.686420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.688021"], ["updated_at", "2018-10-11 16:42:42.688021"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.689724"], ["updated_at", "2018-10-11 16:42:42.689724"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.692200"], ["updated_at", "2018-10-11 16:42:42.692200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.694275"], ["updated_at", "2018-10-11 16:42:42.694275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.696018"], ["updated_at", "2018-10-11 16:42:42.696018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.697669"], ["updated_at", "2018-10-11 16:42:42.697669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.699339"], ["updated_at", "2018-10-11 16:42:42.699339"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.700904"], ["updated_at", "2018-10-11 16:42:42.700904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.702580"], ["updated_at", "2018-10-11 16:42:42.702580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.704157"], ["updated_at", "2018-10-11 16:42:42.704157"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.705721"], ["updated_at", "2018-10-11 16:42:42.705721"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.707366"], ["updated_at", "2018-10-11 16:42:42.707366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.708904"], ["updated_at", "2018-10-11 16:42:42.708904"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.710522"], ["updated_at", "2018-10-11 16:42:42.710522"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.712043"], ["updated_at", "2018-10-11 16:42:42.712043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.713603"], ["updated_at", "2018-10-11 16:42:42.713603"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.715282"], ["updated_at", "2018-10-11 16:42:42.715282"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.716816"], ["updated_at", "2018-10-11 16:42:42.716816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.718287"], ["updated_at", "2018-10-11 16:42:42.718287"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.720074"], ["updated_at", "2018-10-11 16:42:42.720074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.721757"], ["updated_at", "2018-10-11 16:42:42.721757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.723357"], ["updated_at", "2018-10-11 16:42:42.723357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.724885"], ["updated_at", "2018-10-11 16:42:42.724885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.726680"], ["updated_at", "2018-10-11 16:42:42.726680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.728296"], ["updated_at", "2018-10-11 16:42:42.728296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.729863"], ["updated_at", "2018-10-11 16:42:42.729863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.731410"], ["updated_at", "2018-10-11 16:42:42.731410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.733053"], ["updated_at", "2018-10-11 16:42:42.733053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.734643"], ["updated_at", "2018-10-11 16:42:42.734643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.736303"], ["updated_at", "2018-10-11 16:42:42.736303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.737986"], ["updated_at", "2018-10-11 16:42:42.737986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.739637"], ["updated_at", "2018-10-11 16:42:42.739637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.741215"], ["updated_at", "2018-10-11 16:42:42.741215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.742949"], ["updated_at", "2018-10-11 16:42:42.742949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.744585"], ["updated_at", "2018-10-11 16:42:42.744585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.746206"], ["updated_at", "2018-10-11 16:42:42.746206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.747817"], ["updated_at", "2018-10-11 16:42:42.747817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.749447"], ["updated_at", "2018-10-11 16:42:42.749447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.751102"], ["updated_at", "2018-10-11 16:42:42.751102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.752681"], ["updated_at", "2018-10-11 16:42:42.752681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.754301"], ["updated_at", "2018-10-11 16:42:42.754301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.755894"], ["updated_at", "2018-10-11 16:42:42.755894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.757641"], ["updated_at", "2018-10-11 16:42:42.757641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.759160"], ["updated_at", "2018-10-11 16:42:42.759160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.760702"], ["updated_at", "2018-10-11 16:42:42.760702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.762225"], ["updated_at", "2018-10-11 16:42:42.762225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.763713"], ["updated_at", "2018-10-11 16:42:42.763713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.765198"], ["updated_at", "2018-10-11 16:42:42.765198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.766748"], ["updated_at", "2018-10-11 16:42:42.766748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.768266"], ["updated_at", "2018-10-11 16:42:42.768266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.769812"], ["updated_at", "2018-10-11 16:42:42.769812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.771412"], ["updated_at", "2018-10-11 16:42:42.771412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.772994"], ["updated_at", "2018-10-11 16:42:42.772994"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.774575"], ["updated_at", "2018-10-11 16:42:42.774575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.776040"], ["updated_at", "2018-10-11 16:42:42.776040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.777542"], ["updated_at", "2018-10-11 16:42:42.777542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.779166"], ["updated_at", "2018-10-11 16:42:42.779166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.780689"], ["updated_at", "2018-10-11 16:42:42.780689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.782192"], ["updated_at", "2018-10-11 16:42:42.782192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.783728"], ["updated_at", "2018-10-11 16:42:42.783728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.785264"], ["updated_at", "2018-10-11 16:42:42.785264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.786836"], ["updated_at", "2018-10-11 16:42:42.786836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.788651"], ["updated_at", "2018-10-11 16:42:42.788651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.790612"], ["updated_at", "2018-10-11 16:42:42.790612"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.792279"], ["updated_at", "2018-10-11 16:42:42.792279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.794104"], ["updated_at", "2018-10-11 16:42:42.794104"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.795671"], ["updated_at", "2018-10-11 16:42:42.795671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.798172"], ["updated_at", "2018-10-11 16:42:42.798172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.799961"], ["updated_at", "2018-10-11 16:42:42.799961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.801752"], ["updated_at", "2018-10-11 16:42:42.801752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.803347"], ["updated_at", "2018-10-11 16:42:42.803347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.804968"], ["updated_at", "2018-10-11 16:42:42.804968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.806555"], ["updated_at", "2018-10-11 16:42:42.806555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.808110"], ["updated_at", "2018-10-11 16:42:42.808110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.809646"], ["updated_at", "2018-10-11 16:42:42.809646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.811302"], ["updated_at", "2018-10-11 16:42:42.811302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.812958"], ["updated_at", "2018-10-11 16:42:42.812958"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.814639"], ["updated_at", "2018-10-11 16:42:42.814639"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.816567"], ["updated_at", "2018-10-11 16:42:42.816567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.818261"], ["updated_at", "2018-10-11 16:42:42.818261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.819851"], ["updated_at", "2018-10-11 16:42:42.819851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.821416"], ["updated_at", "2018-10-11 16:42:42.821416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.822987"], ["updated_at", "2018-10-11 16:42:42.822987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.824515"], ["updated_at", "2018-10-11 16:42:42.824515"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.826343"], ["updated_at", "2018-10-11 16:42:42.826343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.828997"], ["updated_at", "2018-10-11 16:42:42.828997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.830608"], ["updated_at", "2018-10-11 16:42:42.830608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.832166"], ["updated_at", "2018-10-11 16:42:42.832166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.833702"], ["updated_at", "2018-10-11 16:42:42.833702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.835361"], ["updated_at", "2018-10-11 16:42:42.835361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.837090"], ["updated_at", "2018-10-11 16:42:42.837090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.838781"], ["updated_at", "2018-10-11 16:42:42.838781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.840348"], ["updated_at", "2018-10-11 16:42:42.840348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.841915"], ["updated_at", "2018-10-11 16:42:42.841915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.843518"], ["updated_at", "2018-10-11 16:42:42.843518"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.845243"], ["updated_at", "2018-10-11 16:42:42.845243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.846988"], ["updated_at", "2018-10-11 16:42:42.846988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.848634"], ["updated_at", "2018-10-11 16:42:42.848634"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.850359"], ["updated_at", "2018-10-11 16:42:42.850359"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.852259"], ["updated_at", "2018-10-11 16:42:42.852259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.854116"], ["updated_at", "2018-10-11 16:42:42.854116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.855745"], ["updated_at", "2018-10-11 16:42:42.855745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.857249"], ["updated_at", "2018-10-11 16:42:42.857249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.858772"], ["updated_at", "2018-10-11 16:42:42.858772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.860340"], ["updated_at", "2018-10-11 16:42:42.860340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.861905"], ["updated_at", "2018-10-11 16:42:42.861905"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.863633"], ["updated_at", "2018-10-11 16:42:42.863633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.866061"], ["updated_at", "2018-10-11 16:42:42.866061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.867883"], ["updated_at", "2018-10-11 16:42:42.867883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.869445"], ["updated_at", "2018-10-11 16:42:42.869445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.871041"], ["updated_at", "2018-10-11 16:42:42.871041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.872610"], ["updated_at", "2018-10-11 16:42:42.872610"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.874159"], ["updated_at", "2018-10-11 16:42:42.874159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.876395"], ["updated_at", "2018-10-11 16:42:42.876395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.878135"], ["updated_at", "2018-10-11 16:42:42.878135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.879900"], ["updated_at", "2018-10-11 16:42:42.879900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.881695"], ["updated_at", "2018-10-11 16:42:42.881695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.883496"], ["updated_at", "2018-10-11 16:42:42.883496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.885040"], ["updated_at", "2018-10-11 16:42:42.885040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.886575"], ["updated_at", "2018-10-11 16:42:42.886575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.888088"], ["updated_at", "2018-10-11 16:42:42.888088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.889732"], ["updated_at", "2018-10-11 16:42:42.889732"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.891752"], ["updated_at", "2018-10-11 16:42:42.891752"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.893509"], ["updated_at", "2018-10-11 16:42:42.893509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.895066"], ["updated_at", "2018-10-11 16:42:42.895066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.896906"], ["updated_at", "2018-10-11 16:42:42.896906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.898652"], ["updated_at", "2018-10-11 16:42:42.898652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.900514"], ["updated_at", "2018-10-11 16:42:42.900514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.902270"], ["updated_at", "2018-10-11 16:42:42.902270"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.903918"], ["updated_at", "2018-10-11 16:42:42.903918"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.907088"], ["updated_at", "2018-10-11 16:42:42.907088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.908886"], ["updated_at", "2018-10-11 16:42:42.908886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.910484"], ["updated_at", "2018-10-11 16:42:42.910484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.912068"], ["updated_at", "2018-10-11 16:42:42.912068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.914911"], ["updated_at", "2018-10-11 16:42:42.914911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.916475"], ["updated_at", "2018-10-11 16:42:42.916475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.918038"], ["updated_at", "2018-10-11 16:42:42.918038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.919690"], ["updated_at", "2018-10-11 16:42:42.919690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.921193"], ["updated_at", "2018-10-11 16:42:42.921193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.922713"], ["updated_at", "2018-10-11 16:42:42.922713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.924258"], ["updated_at", "2018-10-11 16:42:42.924258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.925809"], ["updated_at", "2018-10-11 16:42:42.925809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.927387"], ["updated_at", "2018-10-11 16:42:42.927387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.929120"], ["updated_at", "2018-10-11 16:42:42.929120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.930775"], ["updated_at", "2018-10-11 16:42:42.930775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.932307"], ["updated_at", "2018-10-11 16:42:42.932307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.933849"], ["updated_at", "2018-10-11 16:42:42.933849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.935393"], ["updated_at", "2018-10-11 16:42:42.935393"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.937258"], ["updated_at", "2018-10-11 16:42:42.937258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.939082"], ["updated_at", "2018-10-11 16:42:42.939082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.940715"], ["updated_at", "2018-10-11 16:42:42.940715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.942324"], ["updated_at", "2018-10-11 16:42:42.942324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.943861"], ["updated_at", "2018-10-11 16:42:42.943861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.945358"], ["updated_at", "2018-10-11 16:42:42.945358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.946879"], ["updated_at", "2018-10-11 16:42:42.946879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.948417"], ["updated_at", "2018-10-11 16:42:42.948417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.949888"], ["updated_at", "2018-10-11 16:42:42.949888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.951425"], ["updated_at", "2018-10-11 16:42:42.951425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.952974"], ["updated_at", "2018-10-11 16:42:42.952974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.954499"], ["updated_at", "2018-10-11 16:42:42.954499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.956063"], ["updated_at", "2018-10-11 16:42:42.956063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.957574"], ["updated_at", "2018-10-11 16:42:42.957574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.959111"], ["updated_at", "2018-10-11 16:42:42.959111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.960865"], ["updated_at", "2018-10-11 16:42:42.960865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.962502"], ["updated_at", "2018-10-11 16:42:42.962502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.964026"], ["updated_at", "2018-10-11 16:42:42.964026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.965599"], ["updated_at", "2018-10-11 16:42:42.965599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.967108"], ["updated_at", "2018-10-11 16:42:42.967108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.968633"], ["updated_at", "2018-10-11 16:42:42.968633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.970163"], ["updated_at", "2018-10-11 16:42:42.970163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.971848"], ["updated_at", "2018-10-11 16:42:42.971848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.973398"], ["updated_at", "2018-10-11 16:42:42.973398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.974959"], ["updated_at", "2018-10-11 16:42:42.974959"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.976485"], ["updated_at", "2018-10-11 16:42:42.976485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.978200"], ["updated_at", "2018-10-11 16:42:42.978200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.979739"], ["updated_at", "2018-10-11 16:42:42.979739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.981280"], ["updated_at", "2018-10-11 16:42:42.981280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.983072"], ["updated_at", "2018-10-11 16:42:42.983072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.984733"], ["updated_at", "2018-10-11 16:42:42.984733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.986289"], ["updated_at", "2018-10-11 16:42:42.986289"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.988088"], ["updated_at", "2018-10-11 16:42:42.988088"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.990415"], ["updated_at", "2018-10-11 16:42:42.990415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.992181"], ["updated_at", "2018-10-11 16:42:42.992181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.993783"], ["updated_at", "2018-10-11 16:42:42.993783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.995307"], ["updated_at", "2018-10-11 16:42:42.995307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.996837"], ["updated_at", "2018-10-11 16:42:42.996837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.998351"], ["updated_at", "2018-10-11 16:42:42.998351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:42.999877"], ["updated_at", "2018-10-11 16:42:42.999877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.001405"], ["updated_at", "2018-10-11 16:42:43.001405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.002947"], ["updated_at", "2018-10-11 16:42:43.002947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.004453"], ["updated_at", "2018-10-11 16:42:43.004453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.006023"], ["updated_at", "2018-10-11 16:42:43.006023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.007544"], ["updated_at", "2018-10-11 16:42:43.007544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.009070"], ["updated_at", "2018-10-11 16:42:43.009070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.010635"], ["updated_at", "2018-10-11 16:42:43.010635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.012173"], ["updated_at", "2018-10-11 16:42:43.012173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.013674"], ["updated_at", "2018-10-11 16:42:43.013674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.015209"], ["updated_at", "2018-10-11 16:42:43.015209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.016728"], ["updated_at", "2018-10-11 16:42:43.016728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.018243"], ["updated_at", "2018-10-11 16:42:43.018243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.019735"], ["updated_at", "2018-10-11 16:42:43.019735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.021282"], ["updated_at", "2018-10-11 16:42:43.021282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.022799"], ["updated_at", "2018-10-11 16:42:43.022799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.024328"], ["updated_at", "2018-10-11 16:42:43.024328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.025852"], ["updated_at", "2018-10-11 16:42:43.025852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.027360"], ["updated_at", "2018-10-11 16:42:43.027360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.028873"], ["updated_at", "2018-10-11 16:42:43.028873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.030394"], ["updated_at", "2018-10-11 16:42:43.030394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.031899"], ["updated_at", "2018-10-11 16:42:43.031899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.033466"], ["updated_at", "2018-10-11 16:42:43.033466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.035000"], ["updated_at", "2018-10-11 16:42:43.035000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.036505"], ["updated_at", "2018-10-11 16:42:43.036505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.038003"], ["updated_at", "2018-10-11 16:42:43.038003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.039682"], ["updated_at", "2018-10-11 16:42:43.039682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.041211"], ["updated_at", "2018-10-11 16:42:43.041211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.042731"], ["updated_at", "2018-10-11 16:42:43.042731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.044304"], ["updated_at", "2018-10-11 16:42:43.044304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.045854"], ["updated_at", "2018-10-11 16:42:43.045854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.047396"], ["updated_at", "2018-10-11 16:42:43.047396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.048910"], ["updated_at", "2018-10-11 16:42:43.048910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.050494"], ["updated_at", "2018-10-11 16:42:43.050494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.052205"], ["updated_at", "2018-10-11 16:42:43.052205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.053799"], ["updated_at", "2018-10-11 16:42:43.053799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.055331"], ["updated_at", "2018-10-11 16:42:43.055331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.056846"], ["updated_at", "2018-10-11 16:42:43.056846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.058401"], ["updated_at", "2018-10-11 16:42:43.058401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.059892"], ["updated_at", "2018-10-11 16:42:43.059892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.061463"], ["updated_at", "2018-10-11 16:42:43.061463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.063024"], ["updated_at", "2018-10-11 16:42:43.063024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.064549"], ["updated_at", "2018-10-11 16:42:43.064549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.066039"], ["updated_at", "2018-10-11 16:42:43.066039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.067602"], ["updated_at", "2018-10-11 16:42:43.067602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.069120"], ["updated_at", "2018-10-11 16:42:43.069120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.070726"], ["updated_at", "2018-10-11 16:42:43.070726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.072284"], ["updated_at", "2018-10-11 16:42:43.072284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.073851"], ["updated_at", "2018-10-11 16:42:43.073851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.075355"], ["updated_at", "2018-10-11 16:42:43.075355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.076861"], ["updated_at", "2018-10-11 16:42:43.076861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.078358"], ["updated_at", "2018-10-11 16:42:43.078358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.079946"], ["updated_at", "2018-10-11 16:42:43.079946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.081505"], ["updated_at", "2018-10-11 16:42:43.081505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.083014"], ["updated_at", "2018-10-11 16:42:43.083014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.084567"], ["updated_at", "2018-10-11 16:42:43.084567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.086443"], ["updated_at", "2018-10-11 16:42:43.086443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.088063"], ["updated_at", "2018-10-11 16:42:43.088063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.089613"], ["updated_at", "2018-10-11 16:42:43.089613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.091118"], ["updated_at", "2018-10-11 16:42:43.091118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.092622"], ["updated_at", "2018-10-11 16:42:43.092622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.094157"], ["updated_at", "2018-10-11 16:42:43.094157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.095656"], ["updated_at", "2018-10-11 16:42:43.095656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.097257"], ["updated_at", "2018-10-11 16:42:43.097257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.098920"], ["updated_at", "2018-10-11 16:42:43.098920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.100455"], ["updated_at", "2018-10-11 16:42:43.100455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.102025"], ["updated_at", "2018-10-11 16:42:43.102025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.103552"], ["updated_at", "2018-10-11 16:42:43.103552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.105110"], ["updated_at", "2018-10-11 16:42:43.105110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.106742"], ["updated_at", "2018-10-11 16:42:43.106742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.108289"], ["updated_at", "2018-10-11 16:42:43.108289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.109846"], ["updated_at", "2018-10-11 16:42:43.109846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.111387"], ["updated_at", "2018-10-11 16:42:43.111387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.112920"], ["updated_at", "2018-10-11 16:42:43.112920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.114440"], ["updated_at", "2018-10-11 16:42:43.114440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.116014"], ["updated_at", "2018-10-11 16:42:43.116014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.117540"], ["updated_at", "2018-10-11 16:42:43.117540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.119125"], ["updated_at", "2018-10-11 16:42:43.119125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.120650"], ["updated_at", "2018-10-11 16:42:43.120650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.122181"], ["updated_at", "2018-10-11 16:42:43.122181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.123683"], ["updated_at", "2018-10-11 16:42:43.123683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.125220"], ["updated_at", "2018-10-11 16:42:43.125220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.126835"], ["updated_at", "2018-10-11 16:42:43.126835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.128375"], ["updated_at", "2018-10-11 16:42:43.128375"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.130249"], ["updated_at", "2018-10-11 16:42:43.130249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.131898"], ["updated_at", "2018-10-11 16:42:43.131898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.133482"], ["updated_at", "2018-10-11 16:42:43.133482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.135063"], ["updated_at", "2018-10-11 16:42:43.135063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.136664"], ["updated_at", "2018-10-11 16:42:43.136664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.138181"], ["updated_at", "2018-10-11 16:42:43.138181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.139719"], ["updated_at", "2018-10-11 16:42:43.139719"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.141229"], ["updated_at", "2018-10-11 16:42:43.141229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.142932"], ["updated_at", "2018-10-11 16:42:43.142932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.144553"], ["updated_at", "2018-10-11 16:42:43.144553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.146082"], ["updated_at", "2018-10-11 16:42:43.146082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.147598"], ["updated_at", "2018-10-11 16:42:43.147598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.149153"], ["updated_at", "2018-10-11 16:42:43.149153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.150692"], ["updated_at", "2018-10-11 16:42:43.150692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.152243"], ["updated_at", "2018-10-11 16:42:43.152243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.153785"], ["updated_at", "2018-10-11 16:42:43.153785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.155315"], ["updated_at", "2018-10-11 16:42:43.155315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.156828"], ["updated_at", "2018-10-11 16:42:43.156828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.158315"], ["updated_at", "2018-10-11 16:42:43.158315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.159852"], ["updated_at", "2018-10-11 16:42:43.159852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.161379"], ["updated_at", "2018-10-11 16:42:43.161379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.163125"], ["updated_at", "2018-10-11 16:42:43.163125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.164719"], ["updated_at", "2018-10-11 16:42:43.164719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.166297"], ["updated_at", "2018-10-11 16:42:43.166297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.167835"], ["updated_at", "2018-10-11 16:42:43.167835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.169401"], ["updated_at", "2018-10-11 16:42:43.169401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.170985"], ["updated_at", "2018-10-11 16:42:43.170985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.172546"], ["updated_at", "2018-10-11 16:42:43.172546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.174113"], ["updated_at", "2018-10-11 16:42:43.174113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.175646"], ["updated_at", "2018-10-11 16:42:43.175646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.177177"], ["updated_at", "2018-10-11 16:42:43.177177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.178732"], ["updated_at", "2018-10-11 16:42:43.178732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.180368"], ["updated_at", "2018-10-11 16:42:43.180368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.181906"], ["updated_at", "2018-10-11 16:42:43.181906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.183433"], ["updated_at", "2018-10-11 16:42:43.183433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.184966"], ["updated_at", "2018-10-11 16:42:43.184966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.186549"], ["updated_at", "2018-10-11 16:42:43.186549"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.188190"], ["updated_at", "2018-10-11 16:42:43.188190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.190031"], ["updated_at", "2018-10-11 16:42:43.190031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.191725"], ["updated_at", "2018-10-11 16:42:43.191725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.193408"], ["updated_at", "2018-10-11 16:42:43.193408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.195086"], ["updated_at", "2018-10-11 16:42:43.195086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.196666"], ["updated_at", "2018-10-11 16:42:43.196666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.198224"], ["updated_at", "2018-10-11 16:42:43.198224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.199780"], ["updated_at", "2018-10-11 16:42:43.199780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.201343"], ["updated_at", "2018-10-11 16:42:43.201343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.202980"], ["updated_at", "2018-10-11 16:42:43.202980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.205847"], ["updated_at", "2018-10-11 16:42:43.205847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.207488"], ["updated_at", "2018-10-11 16:42:43.207488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.209083"], ["updated_at", "2018-10-11 16:42:43.209083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.210625"], ["updated_at", "2018-10-11 16:42:43.210625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.212279"], ["updated_at", "2018-10-11 16:42:43.212279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.213830"], ["updated_at", "2018-10-11 16:42:43.213830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.215400"], ["updated_at", "2018-10-11 16:42:43.215400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.216901"], ["updated_at", "2018-10-11 16:42:43.216901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.218471"], ["updated_at", "2018-10-11 16:42:43.218471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.219977"], ["updated_at", "2018-10-11 16:42:43.219977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.221511"], ["updated_at", "2018-10-11 16:42:43.221511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.223203"], ["updated_at", "2018-10-11 16:42:43.223203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.224817"], ["updated_at", "2018-10-11 16:42:43.224817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.226315"], ["updated_at", "2018-10-11 16:42:43.226315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.227891"], ["updated_at", "2018-10-11 16:42:43.227891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.229638"], ["updated_at", "2018-10-11 16:42:43.229638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.231196"], ["updated_at", "2018-10-11 16:42:43.231196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.232720"], ["updated_at", "2018-10-11 16:42:43.232720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.234252"], ["updated_at", "2018-10-11 16:42:43.234252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.235766"], ["updated_at", "2018-10-11 16:42:43.235766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.237270"], ["updated_at", "2018-10-11 16:42:43.237270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.238792"], ["updated_at", "2018-10-11 16:42:43.238792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.240413"], ["updated_at", "2018-10-11 16:42:43.240413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.242049"], ["updated_at", "2018-10-11 16:42:43.242049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.243609"], ["updated_at", "2018-10-11 16:42:43.243609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.245116"], ["updated_at", "2018-10-11 16:42:43.245116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.246631"], ["updated_at", "2018-10-11 16:42:43.246631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.248170"], ["updated_at", "2018-10-11 16:42:43.248170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.249693"], ["updated_at", "2018-10-11 16:42:43.249693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.251296"], ["updated_at", "2018-10-11 16:42:43.251296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.252899"], ["updated_at", "2018-10-11 16:42:43.252899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.254416"], ["updated_at", "2018-10-11 16:42:43.254416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.255943"], ["updated_at", "2018-10-11 16:42:43.255943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.257439"], ["updated_at", "2018-10-11 16:42:43.257439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.258995"], ["updated_at", "2018-10-11 16:42:43.258995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.260516"], ["updated_at", "2018-10-11 16:42:43.260516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.262152"], ["updated_at", "2018-10-11 16:42:43.262152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.263708"], ["updated_at", "2018-10-11 16:42:43.263708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.265240"], ["updated_at", "2018-10-11 16:42:43.265240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.266803"], ["updated_at", "2018-10-11 16:42:43.266803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.268405"], ["updated_at", "2018-10-11 16:42:43.268405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.269900"], ["updated_at", "2018-10-11 16:42:43.269900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.271455"], ["updated_at", "2018-10-11 16:42:43.271455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.272998"], ["updated_at", "2018-10-11 16:42:43.272998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.274491"], ["updated_at", "2018-10-11 16:42:43.274491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.276065"], ["updated_at", "2018-10-11 16:42:43.276065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.277640"], ["updated_at", "2018-10-11 16:42:43.277640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.279180"], ["updated_at", "2018-10-11 16:42:43.279180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.280668"], ["updated_at", "2018-10-11 16:42:43.280668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.282235"], ["updated_at", "2018-10-11 16:42:43.282235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.283746"], ["updated_at", "2018-10-11 16:42:43.283746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.285719"], ["updated_at", "2018-10-11 16:42:43.285719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.287603"], ["updated_at", "2018-10-11 16:42:43.287603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.289162"], ["updated_at", "2018-10-11 16:42:43.289162"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.291024"], ["updated_at", "2018-10-11 16:42:43.291024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.293308"], ["updated_at", "2018-10-11 16:42:43.293308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.294864"], ["updated_at", "2018-10-11 16:42:43.294864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.296523"], ["updated_at", "2018-10-11 16:42:43.296523"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.298137"], ["updated_at", "2018-10-11 16:42:43.298137"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.300457"], ["updated_at", "2018-10-11 16:42:43.300457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.302532"], ["updated_at", "2018-10-11 16:42:43.302532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.304101"], ["updated_at", "2018-10-11 16:42:43.304101"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.305930"], ["updated_at", "2018-10-11 16:42:43.305930"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.308085"], ["updated_at", "2018-10-11 16:42:43.308085"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.310224"], ["updated_at", "2018-10-11 16:42:43.310224"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.311890"], ["updated_at", "2018-10-11 16:42:43.311890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.313740"], ["updated_at", "2018-10-11 16:42:43.313740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.315306"], ["updated_at", "2018-10-11 16:42:43.315306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.316811"], ["updated_at", "2018-10-11 16:42:43.316811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.318662"], ["updated_at", "2018-10-11 16:42:43.318662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.320415"], ["updated_at", "2018-10-11 16:42:43.320415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.321997"], ["updated_at", "2018-10-11 16:42:43.321997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.323557"], ["updated_at", "2018-10-11 16:42:43.323557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.325109"], ["updated_at", "2018-10-11 16:42:43.325109"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.327095"], ["updated_at", "2018-10-11 16:42:43.327095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.329200"], ["updated_at", "2018-10-11 16:42:43.329200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.330804"], ["updated_at", "2018-10-11 16:42:43.330804"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.332406"], ["updated_at", "2018-10-11 16:42:43.332406"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.334465"], ["updated_at", "2018-10-11 16:42:43.334465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.336328"], ["updated_at", "2018-10-11 16:42:43.336328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.337898"], ["updated_at", "2018-10-11 16:42:43.337898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.339418"], ["updated_at", "2018-10-11 16:42:43.339418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.340965"], ["updated_at", "2018-10-11 16:42:43.340965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.342498"], ["updated_at", "2018-10-11 16:42:43.342498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.344057"], ["updated_at", "2018-10-11 16:42:43.344057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.345581"], ["updated_at", "2018-10-11 16:42:43.345581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.347087"], ["updated_at", "2018-10-11 16:42:43.347087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.348612"], ["updated_at", "2018-10-11 16:42:43.348612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.350109"], ["updated_at", "2018-10-11 16:42:43.350109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.351662"], ["updated_at", "2018-10-11 16:42:43.351662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.353155"], ["updated_at", "2018-10-11 16:42:43.353155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.354652"], ["updated_at", "2018-10-11 16:42:43.354652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.356139"], ["updated_at", "2018-10-11 16:42:43.356139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.357645"], ["updated_at", "2018-10-11 16:42:43.357645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.359146"], ["updated_at", "2018-10-11 16:42:43.359146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.360682"], ["updated_at", "2018-10-11 16:42:43.360682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.362182"], ["updated_at", "2018-10-11 16:42:43.362182"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.363758"], ["updated_at", "2018-10-11 16:42:43.363758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.365270"], ["updated_at", "2018-10-11 16:42:43.365270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.366783"], ["updated_at", "2018-10-11 16:42:43.366783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.368307"], ["updated_at", "2018-10-11 16:42:43.368307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.369833"], ["updated_at", "2018-10-11 16:42:43.369833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.371385"], ["updated_at", "2018-10-11 16:42:43.371385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.372952"], ["updated_at", "2018-10-11 16:42:43.372952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.374480"], ["updated_at", "2018-10-11 16:42:43.374480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.376025"], ["updated_at", "2018-10-11 16:42:43.376025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.377567"], ["updated_at", "2018-10-11 16:42:43.377567"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.379075"], ["updated_at", "2018-10-11 16:42:43.379075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.380799"], ["updated_at", "2018-10-11 16:42:43.380799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.382417"], ["updated_at", "2018-10-11 16:42:43.382417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.383920"], ["updated_at", "2018-10-11 16:42:43.383920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.385421"], ["updated_at", "2018-10-11 16:42:43.385421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.386952"], ["updated_at", "2018-10-11 16:42:43.386952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.388483"], ["updated_at", "2018-10-11 16:42:43.388483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.390260"], ["updated_at", "2018-10-11 16:42:43.390260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.391945"], ["updated_at", "2018-10-11 16:42:43.391945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.393562"], ["updated_at", "2018-10-11 16:42:43.393562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.395119"], ["updated_at", "2018-10-11 16:42:43.395119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.396663"], ["updated_at", "2018-10-11 16:42:43.396663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.398238"], ["updated_at", "2018-10-11 16:42:43.398238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.399846"], ["updated_at", "2018-10-11 16:42:43.399846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.401551"], ["updated_at", "2018-10-11 16:42:43.401551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.403065"], ["updated_at", "2018-10-11 16:42:43.403065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.404623"], ["updated_at", "2018-10-11 16:42:43.404623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.406158"], ["updated_at", "2018-10-11 16:42:43.406158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.407677"], ["updated_at", "2018-10-11 16:42:43.407677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.409199"], ["updated_at", "2018-10-11 16:42:43.409199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.410716"], ["updated_at", "2018-10-11 16:42:43.410716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.412241"], ["updated_at", "2018-10-11 16:42:43.412241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.413739"], ["updated_at", "2018-10-11 16:42:43.413739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.415255"], ["updated_at", "2018-10-11 16:42:43.415255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.416821"], ["updated_at", "2018-10-11 16:42:43.416821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.418367"], ["updated_at", "2018-10-11 16:42:43.418367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.419870"], ["updated_at", "2018-10-11 16:42:43.419870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.421389"], ["updated_at", "2018-10-11 16:42:43.421389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.422921"], ["updated_at", "2018-10-11 16:42:43.422921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.424441"], ["updated_at", "2018-10-11 16:42:43.424441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.425931"], ["updated_at", "2018-10-11 16:42:43.425931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.427465"], ["updated_at", "2018-10-11 16:42:43.427465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.429030"], ["updated_at", "2018-10-11 16:42:43.429030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.430540"], ["updated_at", "2018-10-11 16:42:43.430540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.432099"], ["updated_at", "2018-10-11 16:42:43.432099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.433613"], ["updated_at", "2018-10-11 16:42:43.433613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.435211"], ["updated_at", "2018-10-11 16:42:43.435211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.436792"], ["updated_at", "2018-10-11 16:42:43.436792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.438310"], ["updated_at", "2018-10-11 16:42:43.438310"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.439810"], ["updated_at", "2018-10-11 16:42:43.439810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.441450"], ["updated_at", "2018-10-11 16:42:43.441450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.443002"], ["updated_at", "2018-10-11 16:42:43.443002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.444537"], ["updated_at", "2018-10-11 16:42:43.444537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.446049"], ["updated_at", "2018-10-11 16:42:43.446049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.447559"], ["updated_at", "2018-10-11 16:42:43.447559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.449043"], ["updated_at", "2018-10-11 16:42:43.449043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.450583"], ["updated_at", "2018-10-11 16:42:43.450583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.452071"], ["updated_at", "2018-10-11 16:42:43.452071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.453582"], ["updated_at", "2018-10-11 16:42:43.453582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.455081"], ["updated_at", "2018-10-11 16:42:43.455081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.456593"], ["updated_at", "2018-10-11 16:42:43.456593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.458145"], ["updated_at", "2018-10-11 16:42:43.458145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.459688"], ["updated_at", "2018-10-11 16:42:43.459688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.461204"], ["updated_at", "2018-10-11 16:42:43.461204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.462740"], ["updated_at", "2018-10-11 16:42:43.462740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.464285"], ["updated_at", "2018-10-11 16:42:43.464285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.465820"], ["updated_at", "2018-10-11 16:42:43.465820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.467387"], ["updated_at", "2018-10-11 16:42:43.467387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.468944"], ["updated_at", "2018-10-11 16:42:43.468944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.470518"], ["updated_at", "2018-10-11 16:42:43.470518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.472075"], ["updated_at", "2018-10-11 16:42:43.472075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.473665"], ["updated_at", "2018-10-11 16:42:43.473665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.475461"], ["updated_at", "2018-10-11 16:42:43.475461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.477060"], ["updated_at", "2018-10-11 16:42:43.477060"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.478593"], ["updated_at", "2018-10-11 16:42:43.478593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.480296"], ["updated_at", "2018-10-11 16:42:43.480296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.481915"], ["updated_at", "2018-10-11 16:42:43.481915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.483482"], ["updated_at", "2018-10-11 16:42:43.483482"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.485057"], ["updated_at", "2018-10-11 16:42:43.485057"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.487122"], ["updated_at", "2018-10-11 16:42:43.487122"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.489142"], ["updated_at", "2018-10-11 16:42:43.489142"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.491302"], ["updated_at", "2018-10-11 16:42:43.491302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.493076"], ["updated_at", "2018-10-11 16:42:43.493076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.494598"], ["updated_at", "2018-10-11 16:42:43.494598"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.496309"], ["updated_at", "2018-10-11 16:42:43.496309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.498510"], ["updated_at", "2018-10-11 16:42:43.498510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.500220"], ["updated_at", "2018-10-11 16:42:43.500220"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.501903"], ["updated_at", "2018-10-11 16:42:43.501903"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.505393"], ["updated_at", "2018-10-11 16:42:43.505393"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.507483"], ["updated_at", "2018-10-11 16:42:43.507483"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.509813"], ["updated_at", "2018-10-11 16:42:43.509813"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.511868"], ["updated_at", "2018-10-11 16:42:43.511868"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.513953"], ["updated_at", "2018-10-11 16:42:43.513953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.516017"], ["updated_at", "2018-10-11 16:42:43.516017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.517660"], ["updated_at", "2018-10-11 16:42:43.517660"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.519716"], ["updated_at", "2018-10-11 16:42:43.519716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.521946"], ["updated_at", "2018-10-11 16:42:43.521946"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.523502"], ["updated_at", "2018-10-11 16:42:43.523502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.524977"], ["updated_at", "2018-10-11 16:42:43.524977"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.526536"], ["updated_at", "2018-10-11 16:42:43.526536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.528207"], ["updated_at", "2018-10-11 16:42:43.528207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.529764"], ["updated_at", "2018-10-11 16:42:43.529764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.531304"], ["updated_at", "2018-10-11 16:42:43.531304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.533161"], ["updated_at", "2018-10-11 16:42:43.533161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.534730"], ["updated_at", "2018-10-11 16:42:43.534730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.536285"], ["updated_at", "2018-10-11 16:42:43.536285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.537794"], ["updated_at", "2018-10-11 16:42:43.537794"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.539342"], ["updated_at", "2018-10-11 16:42:43.539342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.540985"], ["updated_at", "2018-10-11 16:42:43.540985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.542503"], ["updated_at", "2018-10-11 16:42:43.542503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.544047"], ["updated_at", "2018-10-11 16:42:43.544047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.545622"], ["updated_at", "2018-10-11 16:42:43.545622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.547121"], ["updated_at", "2018-10-11 16:42:43.547121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.548642"], ["updated_at", "2018-10-11 16:42:43.548642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.550191"], ["updated_at", "2018-10-11 16:42:43.550191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.551696"], ["updated_at", "2018-10-11 16:42:43.551696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.553212"], ["updated_at", "2018-10-11 16:42:43.553212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.554832"], ["updated_at", "2018-10-11 16:42:43.554832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.556408"], ["updated_at", "2018-10-11 16:42:43.556408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.557910"], ["updated_at", "2018-10-11 16:42:43.557910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.559591"], ["updated_at", "2018-10-11 16:42:43.559591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.561108"], ["updated_at", "2018-10-11 16:42:43.561108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.562621"], ["updated_at", "2018-10-11 16:42:43.562621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.564197"], ["updated_at", "2018-10-11 16:42:43.564197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.565683"], ["updated_at", "2018-10-11 16:42:43.565683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.567225"], ["updated_at", "2018-10-11 16:42:43.567225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.568786"], ["updated_at", "2018-10-11 16:42:43.568786"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.570314"], ["updated_at", "2018-10-11 16:42:43.570314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.571898"], ["updated_at", "2018-10-11 16:42:43.571898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.573442"], ["updated_at", "2018-10-11 16:42:43.573442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.574964"], ["updated_at", "2018-10-11 16:42:43.574964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.576657"], ["updated_at", "2018-10-11 16:42:43.576657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.578271"], ["updated_at", "2018-10-11 16:42:43.578271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.579830"], ["updated_at", "2018-10-11 16:42:43.579830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.581435"], ["updated_at", "2018-10-11 16:42:43.581435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.582998"], ["updated_at", "2018-10-11 16:42:43.582998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.584558"], ["updated_at", "2018-10-11 16:42:43.584558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.586078"], ["updated_at", "2018-10-11 16:42:43.586078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.587594"], ["updated_at", "2018-10-11 16:42:43.587594"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.589121"], ["updated_at", "2018-10-11 16:42:43.589121"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.592761"], ["updated_at", "2018-10-11 16:42:43.592761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.594856"], ["updated_at", "2018-10-11 16:42:43.594856"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.596890"], ["updated_at", "2018-10-11 16:42:43.596890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.599114"], ["updated_at", "2018-10-11 16:42:43.599114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.600827"], ["updated_at", "2018-10-11 16:42:43.600827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.602398"], ["updated_at", "2018-10-11 16:42:43.602398"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.603964"], ["updated_at", "2018-10-11 16:42:43.603964"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.605961"], ["updated_at", "2018-10-11 16:42:43.605961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.607636"], ["updated_at", "2018-10-11 16:42:43.607636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.609325"], ["updated_at", "2018-10-11 16:42:43.609325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.610924"], ["updated_at", "2018-10-11 16:42:43.610924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.612798"], ["updated_at", "2018-10-11 16:42:43.612798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.614466"], ["updated_at", "2018-10-11 16:42:43.614466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.616124"], ["updated_at", "2018-10-11 16:42:43.616124"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.617711"], ["updated_at", "2018-10-11 16:42:43.617711"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.619552"], ["updated_at", "2018-10-11 16:42:43.619552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.621505"], ["updated_at", "2018-10-11 16:42:43.621505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.623306"], ["updated_at", "2018-10-11 16:42:43.623306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.624980"], ["updated_at", "2018-10-11 16:42:43.624980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.626602"], ["updated_at", "2018-10-11 16:42:43.626602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.628178"], ["updated_at", "2018-10-11 16:42:43.628178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.629884"], ["updated_at", "2018-10-11 16:42:43.629884"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.631440"], ["updated_at", "2018-10-11 16:42:43.631440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.633288"], ["updated_at", "2018-10-11 16:42:43.633288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.634978"], ["updated_at", "2018-10-11 16:42:43.634978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.636754"], ["updated_at", "2018-10-11 16:42:43.636754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.638383"], ["updated_at", "2018-10-11 16:42:43.638383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.639935"], ["updated_at", "2018-10-11 16:42:43.639935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.641434"], ["updated_at", "2018-10-11 16:42:43.641434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.642962"], ["updated_at", "2018-10-11 16:42:43.642962"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.644828"], ["updated_at", "2018-10-11 16:42:43.644828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.646601"], ["updated_at", "2018-10-11 16:42:43.646601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.648169"], ["updated_at", "2018-10-11 16:42:43.648169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.649650"], ["updated_at", "2018-10-11 16:42:43.649650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.651164"], ["updated_at", "2018-10-11 16:42:43.651164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.652708"], ["updated_at", "2018-10-11 16:42:43.652708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.654222"], ["updated_at", "2018-10-11 16:42:43.654222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.655744"], ["updated_at", "2018-10-11 16:42:43.655744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.657234"], ["updated_at", "2018-10-11 16:42:43.657234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.658712"], ["updated_at", "2018-10-11 16:42:43.658712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.660228"], ["updated_at", "2018-10-11 16:42:43.660228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.661728"], ["updated_at", "2018-10-11 16:42:43.661728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.663250"], ["updated_at", "2018-10-11 16:42:43.663250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.664730"], ["updated_at", "2018-10-11 16:42:43.664730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.666260"], ["updated_at", "2018-10-11 16:42:43.666260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.667944"], ["updated_at", "2018-10-11 16:42:43.667944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.669640"], ["updated_at", "2018-10-11 16:42:43.669640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.671245"], ["updated_at", "2018-10-11 16:42:43.671245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.672810"], ["updated_at", "2018-10-11 16:42:43.672810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.674519"], ["updated_at", "2018-10-11 16:42:43.674519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.676169"], ["updated_at", "2018-10-11 16:42:43.676169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.677733"], ["updated_at", "2018-10-11 16:42:43.677733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.679339"], ["updated_at", "2018-10-11 16:42:43.679339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.680852"], ["updated_at", "2018-10-11 16:42:43.680852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.682509"], ["updated_at", "2018-10-11 16:42:43.682509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.684192"], ["updated_at", "2018-10-11 16:42:43.684192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.685738"], ["updated_at", "2018-10-11 16:42:43.685738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.687239"], ["updated_at", "2018-10-11 16:42:43.687239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.689005"], ["updated_at", "2018-10-11 16:42:43.689005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.690640"], ["updated_at", "2018-10-11 16:42:43.690640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.692322"], ["updated_at", "2018-10-11 16:42:43.692322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.694054"], ["updated_at", "2018-10-11 16:42:43.694054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.695705"], ["updated_at", "2018-10-11 16:42:43.695705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.697324"], ["updated_at", "2018-10-11 16:42:43.697324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.698840"], ["updated_at", "2018-10-11 16:42:43.698840"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.700417"], ["updated_at", "2018-10-11 16:42:43.700417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.703086"], ["updated_at", "2018-10-11 16:42:43.703086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.704762"], ["updated_at", "2018-10-11 16:42:43.704762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.706305"], ["updated_at", "2018-10-11 16:42:43.706305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.707833"], ["updated_at", "2018-10-11 16:42:43.707833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.709386"], ["updated_at", "2018-10-11 16:42:43.709386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.710926"], ["updated_at", "2018-10-11 16:42:43.710926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.712452"], ["updated_at", "2018-10-11 16:42:43.712452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.714067"], ["updated_at", "2018-10-11 16:42:43.714067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.715588"], ["updated_at", "2018-10-11 16:42:43.715588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.717104"], ["updated_at", "2018-10-11 16:42:43.717104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.718601"], ["updated_at", "2018-10-11 16:42:43.718601"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.720245"], ["updated_at", "2018-10-11 16:42:43.720245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.721795"], ["updated_at", "2018-10-11 16:42:43.721795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.723310"], ["updated_at", "2018-10-11 16:42:43.723310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.724826"], ["updated_at", "2018-10-11 16:42:43.724826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.726459"], ["updated_at", "2018-10-11 16:42:43.726459"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.727966"], ["updated_at", "2018-10-11 16:42:43.727966"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.730095"], ["updated_at", "2018-10-11 16:42:43.730095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.731900"], ["updated_at", "2018-10-11 16:42:43.731900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.733508"], ["updated_at", "2018-10-11 16:42:43.733508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.735097"], ["updated_at", "2018-10-11 16:42:43.735097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.736653"], ["updated_at", "2018-10-11 16:42:43.736653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.738229"], ["updated_at", "2018-10-11 16:42:43.738229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.739777"], ["updated_at", "2018-10-11 16:42:43.739777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.741384"], ["updated_at", "2018-10-11 16:42:43.741384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.743298"], ["updated_at", "2018-10-11 16:42:43.743298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.744960"], ["updated_at", "2018-10-11 16:42:43.744960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.746641"], ["updated_at", "2018-10-11 16:42:43.746641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.748259"], ["updated_at", "2018-10-11 16:42:43.748259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.749817"], ["updated_at", "2018-10-11 16:42:43.749817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.751313"], ["updated_at", "2018-10-11 16:42:43.751313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.752819"], ["updated_at", "2018-10-11 16:42:43.752819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.754320"], ["updated_at", "2018-10-11 16:42:43.754320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.755845"], ["updated_at", "2018-10-11 16:42:43.755845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.757374"], ["updated_at", "2018-10-11 16:42:43.757374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.758899"], ["updated_at", "2018-10-11 16:42:43.758899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.760588"], ["updated_at", "2018-10-11 16:42:43.760588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.762114"], ["updated_at", "2018-10-11 16:42:43.762114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.763649"], ["updated_at", "2018-10-11 16:42:43.763649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.765241"], ["updated_at", "2018-10-11 16:42:43.765241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.766789"], ["updated_at", "2018-10-11 16:42:43.766789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.768314"], ["updated_at", "2018-10-11 16:42:43.768314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.769855"], ["updated_at", "2018-10-11 16:42:43.769855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.771443"], ["updated_at", "2018-10-11 16:42:43.771443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.773216"], ["updated_at", "2018-10-11 16:42:43.773216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.774879"], ["updated_at", "2018-10-11 16:42:43.774879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.776487"], ["updated_at", "2018-10-11 16:42:43.776487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.778049"], ["updated_at", "2018-10-11 16:42:43.778049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.779597"], ["updated_at", "2018-10-11 16:42:43.779597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.781117"], ["updated_at", "2018-10-11 16:42:43.781117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.782662"], ["updated_at", "2018-10-11 16:42:43.782662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.784205"], ["updated_at", "2018-10-11 16:42:43.784205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.785727"], ["updated_at", "2018-10-11 16:42:43.785727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.787256"], ["updated_at", "2018-10-11 16:42:43.787256"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.789237"], ["updated_at", "2018-10-11 16:42:43.789237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.791733"], ["updated_at", "2018-10-11 16:42:43.791733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.793414"], ["updated_at", "2018-10-11 16:42:43.793414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.795028"], ["updated_at", "2018-10-11 16:42:43.795028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.796675"], ["updated_at", "2018-10-11 16:42:43.796675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.798493"], ["updated_at", "2018-10-11 16:42:43.798493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.800056"], ["updated_at", "2018-10-11 16:42:43.800056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.801689"], ["updated_at", "2018-10-11 16:42:43.801689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.803237"], ["updated_at", "2018-10-11 16:42:43.803237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.804809"], ["updated_at", "2018-10-11 16:42:43.804809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.806547"], ["updated_at", "2018-10-11 16:42:43.806547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.809410"], ["updated_at", "2018-10-11 16:42:43.809410"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.811062"], ["updated_at", "2018-10-11 16:42:43.811062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.812864"], ["updated_at", "2018-10-11 16:42:43.812864"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.814474"], ["updated_at", "2018-10-11 16:42:43.814474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.816243"], ["updated_at", "2018-10-11 16:42:43.816243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.817984"], ["updated_at", "2018-10-11 16:42:43.817984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.819595"], ["updated_at", "2018-10-11 16:42:43.819595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.821148"], ["updated_at", "2018-10-11 16:42:43.821148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.822708"], ["updated_at", "2018-10-11 16:42:43.822708"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.824342"], ["updated_at", "2018-10-11 16:42:43.824342"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.826437"], ["updated_at", "2018-10-11 16:42:43.826437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.828255"], ["updated_at", "2018-10-11 16:42:43.828255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.829875"], ["updated_at", "2018-10-11 16:42:43.829875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.831438"], ["updated_at", "2018-10-11 16:42:43.831438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.832948"], ["updated_at", "2018-10-11 16:42:43.832948"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.834530"], ["updated_at", "2018-10-11 16:42:43.834530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.836229"], ["updated_at", "2018-10-11 16:42:43.836229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.837837"], ["updated_at", "2018-10-11 16:42:43.837837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.839412"], ["updated_at", "2018-10-11 16:42:43.839412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.840955"], ["updated_at", "2018-10-11 16:42:43.840955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.842498"], ["updated_at", "2018-10-11 16:42:43.842498"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.844056"], ["updated_at", "2018-10-11 16:42:43.844056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.845751"], ["updated_at", "2018-10-11 16:42:43.845751"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.847308"], ["updated_at", "2018-10-11 16:42:43.847308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.849255"], ["updated_at", "2018-10-11 16:42:43.849255"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.850844"], ["updated_at", "2018-10-11 16:42:43.850844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.852564"], ["updated_at", "2018-10-11 16:42:43.852564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.854336"], ["updated_at", "2018-10-11 16:42:43.854336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.855894"], ["updated_at", "2018-10-11 16:42:43.855894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.857505"], ["updated_at", "2018-10-11 16:42:43.857505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.859042"], ["updated_at", "2018-10-11 16:42:43.859042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.860561"], ["updated_at", "2018-10-11 16:42:43.860561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.862178"], ["updated_at", "2018-10-11 16:42:43.862178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.863857"], ["updated_at", "2018-10-11 16:42:43.863857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.865424"], ["updated_at", "2018-10-11 16:42:43.865424"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.866955"], ["updated_at", "2018-10-11 16:42:43.866955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.868689"], ["updated_at", "2018-10-11 16:42:43.868689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.870238"], ["updated_at", "2018-10-11 16:42:43.870238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.871962"], ["updated_at", "2018-10-11 16:42:43.871962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.873699"], ["updated_at", "2018-10-11 16:42:43.873699"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.875317"], ["updated_at", "2018-10-11 16:42:43.875317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.877217"], ["updated_at", "2018-10-11 16:42:43.877217"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.878782"], ["updated_at", "2018-10-11 16:42:43.878782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.880461"], ["updated_at", "2018-10-11 16:42:43.880461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.882071"], ["updated_at", "2018-10-11 16:42:43.882071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.883585"], ["updated_at", "2018-10-11 16:42:43.883585"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.885143"], ["updated_at", "2018-10-11 16:42:43.885143"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.886843"], ["updated_at", "2018-10-11 16:42:43.886843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.888880"], ["updated_at", "2018-10-11 16:42:43.888880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.890540"], ["updated_at", "2018-10-11 16:42:43.890540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.892276"], ["updated_at", "2018-10-11 16:42:43.892276"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.893866"], ["updated_at", "2018-10-11 16:42:43.893866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.895414"], ["updated_at", "2018-10-11 16:42:43.895414"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.897223"], ["updated_at", "2018-10-11 16:42:43.897223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.899121"], ["updated_at", "2018-10-11 16:42:43.899121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.900786"], ["updated_at", "2018-10-11 16:42:43.900786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.902932"], ["updated_at", "2018-10-11 16:42:43.902932"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.904623"], ["updated_at", "2018-10-11 16:42:43.904623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.906621"], ["updated_at", "2018-10-11 16:42:43.906621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.908244"], ["updated_at", "2018-10-11 16:42:43.908244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.909813"], ["updated_at", "2018-10-11 16:42:43.909813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.911349"], ["updated_at", "2018-10-11 16:42:43.911349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.912881"], ["updated_at", "2018-10-11 16:42:43.912881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.914432"], ["updated_at", "2018-10-11 16:42:43.914432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.915967"], ["updated_at", "2018-10-11 16:42:43.915967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.917526"], ["updated_at", "2018-10-11 16:42:43.917526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.919036"], ["updated_at", "2018-10-11 16:42:43.919036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.920594"], ["updated_at", "2018-10-11 16:42:43.920594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.922147"], ["updated_at", "2018-10-11 16:42:43.922147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.923684"], ["updated_at", "2018-10-11 16:42:43.923684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.925232"], ["updated_at", "2018-10-11 16:42:43.925232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.926780"], ["updated_at", "2018-10-11 16:42:43.926780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.928317"], ["updated_at", "2018-10-11 16:42:43.928317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.929841"], ["updated_at", "2018-10-11 16:42:43.929841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.931389"], ["updated_at", "2018-10-11 16:42:43.931389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.933177"], ["updated_at", "2018-10-11 16:42:43.933177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.934880"], ["updated_at", "2018-10-11 16:42:43.934880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.936434"], ["updated_at", "2018-10-11 16:42:43.936434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.937995"], ["updated_at", "2018-10-11 16:42:43.937995"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.939924"], ["updated_at", "2018-10-11 16:42:43.939924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.941786"], ["updated_at", "2018-10-11 16:42:43.941786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.943343"], ["updated_at", "2018-10-11 16:42:43.943343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.944864"], ["updated_at", "2018-10-11 16:42:43.944864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.946578"], ["updated_at", "2018-10-11 16:42:43.946578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.948406"], ["updated_at", "2018-10-11 16:42:43.948406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.950100"], ["updated_at", "2018-10-11 16:42:43.950100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.951669"], ["updated_at", "2018-10-11 16:42:43.951669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.953226"], ["updated_at", "2018-10-11 16:42:43.953226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.954738"], ["updated_at", "2018-10-11 16:42:43.954738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.956320"], ["updated_at", "2018-10-11 16:42:43.956320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.958296"], ["updated_at", "2018-10-11 16:42:43.958296"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.959868"], ["updated_at", "2018-10-11 16:42:43.959868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.962051"], ["updated_at", "2018-10-11 16:42:43.962051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.963660"], ["updated_at", "2018-10-11 16:42:43.963660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.965525"], ["updated_at", "2018-10-11 16:42:43.965525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.967094"], ["updated_at", "2018-10-11 16:42:43.967094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.968660"], ["updated_at", "2018-10-11 16:42:43.968660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.970212"], ["updated_at", "2018-10-11 16:42:43.970212"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.971740"], ["updated_at", "2018-10-11 16:42:43.971740"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.973687"], ["updated_at", "2018-10-11 16:42:43.973687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.975446"], ["updated_at", "2018-10-11 16:42:43.975446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.977229"], ["updated_at", "2018-10-11 16:42:43.977229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.979065"], ["updated_at", "2018-10-11 16:42:43.979065"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.980869"], ["updated_at", "2018-10-11 16:42:43.980869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.982804"], ["updated_at", "2018-10-11 16:42:43.982804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.984403"], ["updated_at", "2018-10-11 16:42:43.984403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.985998"], ["updated_at", "2018-10-11 16:42:43.985998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.987846"], ["updated_at", "2018-10-11 16:42:43.987846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.989462"], ["updated_at", "2018-10-11 16:42:43.989462"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.991004"], ["updated_at", "2018-10-11 16:42:43.991004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.993141"], ["updated_at", "2018-10-11 16:42:43.993141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.994830"], ["updated_at", "2018-10-11 16:42:43.994830"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.996432"], ["updated_at", "2018-10-11 16:42:43.996432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:43.998529"], ["updated_at", "2018-10-11 16:42:43.998529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.000210"], ["updated_at", "2018-10-11 16:42:44.000210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.001784"], ["updated_at", "2018-10-11 16:42:44.001784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.003331"], ["updated_at", "2018-10-11 16:42:44.003331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.004898"], ["updated_at", "2018-10-11 16:42:44.004898"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.006404"], ["updated_at", "2018-10-11 16:42:44.006404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.008413"], ["updated_at", "2018-10-11 16:42:44.008413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.010188"], ["updated_at", "2018-10-11 16:42:44.010188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.011724"], ["updated_at", "2018-10-11 16:42:44.011724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.013766"], ["updated_at", "2018-10-11 16:42:44.013766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.015480"], ["updated_at", "2018-10-11 16:42:44.015480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.017033"], ["updated_at", "2018-10-11 16:42:44.017033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.018591"], ["updated_at", "2018-10-11 16:42:44.018591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.020140"], ["updated_at", "2018-10-11 16:42:44.020140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.022135"], ["updated_at", "2018-10-11 16:42:44.022135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.023704"], ["updated_at", "2018-10-11 16:42:44.023704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.025246"], ["updated_at", "2018-10-11 16:42:44.025246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.027007"], ["updated_at", "2018-10-11 16:42:44.027007"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.028905"], ["updated_at", "2018-10-11 16:42:44.028905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.030839"], ["updated_at", "2018-10-11 16:42:44.030839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.032398"], ["updated_at", "2018-10-11 16:42:44.032398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.033929"], ["updated_at", "2018-10-11 16:42:44.033929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.035495"], ["updated_at", "2018-10-11 16:42:44.035495"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.037070"], ["updated_at", "2018-10-11 16:42:44.037070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.038977"], ["updated_at", "2018-10-11 16:42:44.038977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.040591"], ["updated_at", "2018-10-11 16:42:44.040591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.042175"], ["updated_at", "2018-10-11 16:42:44.042175"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.043759"], ["updated_at", "2018-10-11 16:42:44.043759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.045525"], ["updated_at", "2018-10-11 16:42:44.045525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.047068"], ["updated_at", "2018-10-11 16:42:44.047068"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.048869"], ["updated_at", "2018-10-11 16:42:44.048869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.050726"], ["updated_at", "2018-10-11 16:42:44.050726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.052259"], ["updated_at", "2018-10-11 16:42:44.052259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.054141"], ["updated_at", "2018-10-11 16:42:44.054141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.055820"], ["updated_at", "2018-10-11 16:42:44.055820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.057356"], ["updated_at", "2018-10-11 16:42:44.057356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.058876"], ["updated_at", "2018-10-11 16:42:44.058876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.060436"], ["updated_at", "2018-10-11 16:42:44.060436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.062338"], ["updated_at", "2018-10-11 16:42:44.062338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.064025"], ["updated_at", "2018-10-11 16:42:44.064025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.065647"], ["updated_at", "2018-10-11 16:42:44.065647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.067206"], ["updated_at", "2018-10-11 16:42:44.067206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.068761"], ["updated_at", "2018-10-11 16:42:44.068761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.070583"], ["updated_at", "2018-10-11 16:42:44.070583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.072148"], ["updated_at", "2018-10-11 16:42:44.072148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.073765"], ["updated_at", "2018-10-11 16:42:44.073765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.075298"], ["updated_at", "2018-10-11 16:42:44.075298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.076850"], ["updated_at", "2018-10-11 16:42:44.076850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.078400"], ["updated_at", "2018-10-11 16:42:44.078400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.080000"], ["updated_at", "2018-10-11 16:42:44.080000"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.081934"], ["updated_at", "2018-10-11 16:42:44.081934"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.084752"], ["updated_at", "2018-10-11 16:42:44.084752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.087283"], ["updated_at", "2018-10-11 16:42:44.087283"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.088966"], ["updated_at", "2018-10-11 16:42:44.088966"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.091160"], ["updated_at", "2018-10-11 16:42:44.091160"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.093174"], ["updated_at", "2018-10-11 16:42:44.093174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.095109"], ["updated_at", "2018-10-11 16:42:44.095109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.096756"], ["updated_at", "2018-10-11 16:42:44.096756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.098321"], ["updated_at", "2018-10-11 16:42:44.098321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.099875"], ["updated_at", "2018-10-11 16:42:44.099875"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.101452"], ["updated_at", "2018-10-11 16:42:44.101452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.104445"], ["updated_at", "2018-10-11 16:42:44.104445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.106167"], ["updated_at", "2018-10-11 16:42:44.106167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.107755"], ["updated_at", "2018-10-11 16:42:44.107755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.109304"], ["updated_at", "2018-10-11 16:42:44.109304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.110930"], ["updated_at", "2018-10-11 16:42:44.110930"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.112510"], ["updated_at", "2018-10-11 16:42:44.112510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.114463"], ["updated_at", "2018-10-11 16:42:44.114463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.116135"], ["updated_at", "2018-10-11 16:42:44.116135"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.117789"], ["updated_at", "2018-10-11 16:42:44.117789"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.120028"], ["updated_at", "2018-10-11 16:42:44.120028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.123086"], ["updated_at", "2018-10-11 16:42:44.123086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.124821"], ["updated_at", "2018-10-11 16:42:44.124821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.126634"], ["updated_at", "2018-10-11 16:42:44.126634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.128223"], ["updated_at", "2018-10-11 16:42:44.128223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.129838"], ["updated_at", "2018-10-11 16:42:44.129838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.131512"], ["updated_at", "2018-10-11 16:42:44.131512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.133056"], ["updated_at", "2018-10-11 16:42:44.133056"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.134919"], ["updated_at", "2018-10-11 16:42:44.134919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.136716"], ["updated_at", "2018-10-11 16:42:44.136716"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.138437"], ["updated_at", "2018-10-11 16:42:44.138437"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.139998"], ["updated_at", "2018-10-11 16:42:44.139998"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.141597"], ["updated_at", "2018-10-11 16:42:44.141597"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.143599"], ["updated_at", "2018-10-11 16:42:44.143599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.146326"], ["updated_at", "2018-10-11 16:42:44.146326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.148225"], ["updated_at", "2018-10-11 16:42:44.148225"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.149884"], ["updated_at", "2018-10-11 16:42:44.149884"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.152250"], ["updated_at", "2018-10-11 16:42:44.152250"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.154702"], ["updated_at", "2018-10-11 16:42:44.154702"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.157513"], ["updated_at", "2018-10-11 16:42:44.157513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.159799"], ["updated_at", "2018-10-11 16:42:44.159799"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.161808"], ["updated_at", "2018-10-11 16:42:44.161808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.164002"], ["updated_at", "2018-10-11 16:42:44.164002"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.165773"], ["updated_at", "2018-10-11 16:42:44.165773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.168216"], ["updated_at", "2018-10-11 16:42:44.168216"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.170299"], ["updated_at", "2018-10-11 16:42:44.170299"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.172464"], ["updated_at", "2018-10-11 16:42:44.172464"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.175444"], ["updated_at", "2018-10-11 16:42:44.175444"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.177631"], ["updated_at", "2018-10-11 16:42:44.177631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.179226"], ["updated_at", "2018-10-11 16:42:44.179226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.180892"], ["updated_at", "2018-10-11 16:42:44.180892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.182581"], ["updated_at", "2018-10-11 16:42:44.182581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.184162"], ["updated_at", "2018-10-11 16:42:44.184162"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.186423"], ["updated_at", "2018-10-11 16:42:44.186423"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.188760"], ["updated_at", "2018-10-11 16:42:44.188760"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.191508"], ["updated_at", "2018-10-11 16:42:44.191508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.193687"], ["updated_at", "2018-10-11 16:42:44.193687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.195263"], ["updated_at", "2018-10-11 16:42:44.195263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.196843"], ["updated_at", "2018-10-11 16:42:44.196843"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.198504"], ["updated_at", "2018-10-11 16:42:44.198504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.200711"], ["updated_at", "2018-10-11 16:42:44.200711"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.202624"], ["updated_at", "2018-10-11 16:42:44.202624"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.205279"], ["updated_at", "2018-10-11 16:42:44.205279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.208350"], ["updated_at", "2018-10-11 16:42:44.208350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.210285"], ["updated_at", "2018-10-11 16:42:44.210285"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.212199"], ["updated_at", "2018-10-11 16:42:44.212199"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.213975"], ["updated_at", "2018-10-11 16:42:44.213975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.216529"], ["updated_at", "2018-10-11 16:42:44.216529"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.218259"], ["updated_at", "2018-10-11 16:42:44.218259"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.220766"], ["updated_at", "2018-10-11 16:42:44.220766"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.223476"], ["updated_at", "2018-10-11 16:42:44.223476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.226077"], ["updated_at", "2018-10-11 16:42:44.226077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.227851"], ["updated_at", "2018-10-11 16:42:44.227851"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.229646"], ["updated_at", "2018-10-11 16:42:44.229646"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.231872"], ["updated_at", "2018-10-11 16:42:44.231872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.233630"], ["updated_at", "2018-10-11 16:42:44.233630"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.235198"], ["updated_at", "2018-10-11 16:42:44.235198"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.237517"], ["updated_at", "2018-10-11 16:42:44.237517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.239675"], ["updated_at", "2018-10-11 16:42:44.239675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.241250"], ["updated_at", "2018-10-11 16:42:44.241250"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.242901"], ["updated_at", "2018-10-11 16:42:44.242901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.244595"], ["updated_at", "2018-10-11 16:42:44.244595"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.246279"], ["updated_at", "2018-10-11 16:42:44.246279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.248150"], ["updated_at", "2018-10-11 16:42:44.248150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.249805"], ["updated_at", "2018-10-11 16:42:44.249805"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.251393"], ["updated_at", "2018-10-11 16:42:44.251393"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.253381"], ["updated_at", "2018-10-11 16:42:44.253381"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.255477"], ["updated_at", "2018-10-11 16:42:44.255477"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.258636"], ["updated_at", "2018-10-11 16:42:44.258636"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.260898"], ["updated_at", "2018-10-11 16:42:44.260898"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.262954"], ["updated_at", "2018-10-11 16:42:44.262954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.264754"], ["updated_at", "2018-10-11 16:42:44.264754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.266488"], ["updated_at", "2018-10-11 16:42:44.266488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.268035"], ["updated_at", "2018-10-11 16:42:44.268035"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.269829"], ["updated_at", "2018-10-11 16:42:44.269829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.272295"], ["updated_at", "2018-10-11 16:42:44.272295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.273967"], ["updated_at", "2018-10-11 16:42:44.273967"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.275574"], ["updated_at", "2018-10-11 16:42:44.275574"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.277695"], ["updated_at", "2018-10-11 16:42:44.277695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.279559"], ["updated_at", "2018-10-11 16:42:44.279559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.281286"], ["updated_at", "2018-10-11 16:42:44.281286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.283015"], ["updated_at", "2018-10-11 16:42:44.283015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.284535"], ["updated_at", "2018-10-11 16:42:44.284535"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.286736"], ["updated_at", "2018-10-11 16:42:44.286736"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.289010"], ["updated_at", "2018-10-11 16:42:44.289010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.291832"], ["updated_at", "2018-10-11 16:42:44.291832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.293729"], ["updated_at", "2018-10-11 16:42:44.293729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.295415"], ["updated_at", "2018-10-11 16:42:44.295415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.297042"], ["updated_at", "2018-10-11 16:42:44.297042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.298673"], ["updated_at", "2018-10-11 16:42:44.298673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.300265"], ["updated_at", "2018-10-11 16:42:44.300265"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.301797"], ["updated_at", "2018-10-11 16:42:44.301797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.303913"], ["updated_at", "2018-10-11 16:42:44.303913"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.306634"], ["updated_at", "2018-10-11 16:42:44.306634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.309483"], ["updated_at", "2018-10-11 16:42:44.309483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.311277"], ["updated_at", "2018-10-11 16:42:44.311277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.312973"], ["updated_at", "2018-10-11 16:42:44.312973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.314710"], ["updated_at", "2018-10-11 16:42:44.314710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.316336"], ["updated_at", "2018-10-11 16:42:44.316336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.317915"], ["updated_at", "2018-10-11 16:42:44.317915"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.319452"], ["updated_at", "2018-10-11 16:42:44.319452"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.321938"], ["updated_at", "2018-10-11 16:42:44.321938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.323646"], ["updated_at", "2018-10-11 16:42:44.323646"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.325232"], ["updated_at", "2018-10-11 16:42:44.325232"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.327372"], ["updated_at", "2018-10-11 16:42:44.327372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.329158"], ["updated_at", "2018-10-11 16:42:44.329158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.330830"], ["updated_at", "2018-10-11 16:42:44.330830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.332473"], ["updated_at", "2018-10-11 16:42:44.332473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.334115"], ["updated_at", "2018-10-11 16:42:44.334115"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.335670"], ["updated_at", "2018-10-11 16:42:44.335670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.337996"], ["updated_at", "2018-10-11 16:42:44.337996"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.340842"], ["updated_at", "2018-10-11 16:42:44.340842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.343113"], ["updated_at", "2018-10-11 16:42:44.343113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.344809"], ["updated_at", "2018-10-11 16:42:44.344809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.346610"], ["updated_at", "2018-10-11 16:42:44.346610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.348321"], ["updated_at", "2018-10-11 16:42:44.348321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.350000"], ["updated_at", "2018-10-11 16:42:44.350000"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.351504"], ["updated_at", "2018-10-11 16:42:44.351504"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.354123"], ["updated_at", "2018-10-11 16:42:44.354123"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.357089"], ["updated_at", "2018-10-11 16:42:44.357089"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.359268"], ["updated_at", "2018-10-11 16:42:44.359268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.360960"], ["updated_at", "2018-10-11 16:42:44.360960"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.362692"], ["updated_at", "2018-10-11 16:42:44.362692"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.364691"], ["updated_at", "2018-10-11 16:42:44.364691"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.366509"], ["updated_at", "2018-10-11 16:42:44.366509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.368179"], ["updated_at", "2018-10-11 16:42:44.368179"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.370412"], ["updated_at", "2018-10-11 16:42:44.370412"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.372988"], ["updated_at", "2018-10-11 16:42:44.372988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.375675"], ["updated_at", "2018-10-11 16:42:44.375675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.377370"], ["updated_at", "2018-10-11 16:42:44.377370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.379061"], ["updated_at", "2018-10-11 16:42:44.379061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.380789"], ["updated_at", "2018-10-11 16:42:44.380789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.382382"], ["updated_at", "2018-10-11 16:42:44.382382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.383949"], ["updated_at", "2018-10-11 16:42:44.383949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.385475"], ["updated_at", "2018-10-11 16:42:44.385475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.387575"], ["updated_at", "2018-10-11 16:42:44.387575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.389474"], ["updated_at", "2018-10-11 16:42:44.389474"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.391204"], ["updated_at", "2018-10-11 16:42:44.391204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.393286"], ["updated_at", "2018-10-11 16:42:44.393286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.395003"], ["updated_at", "2018-10-11 16:42:44.395003"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.396619"], ["updated_at", "2018-10-11 16:42:44.396619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.398367"], ["updated_at", "2018-10-11 16:42:44.398367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.400034"], ["updated_at", "2018-10-11 16:42:44.400034"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.401562"], ["updated_at", "2018-10-11 16:42:44.401562"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.404109"], ["updated_at", "2018-10-11 16:42:44.404109"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.406710"], ["updated_at", "2018-10-11 16:42:44.406710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.409284"], ["updated_at", "2018-10-11 16:42:44.409284"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.411127"], ["updated_at", "2018-10-11 16:42:44.411127"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.412915"], ["updated_at", "2018-10-11 16:42:44.412915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.414935"], ["updated_at", "2018-10-11 16:42:44.414935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.416626"], ["updated_at", "2018-10-11 16:42:44.416626"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.418181"], ["updated_at", "2018-10-11 16:42:44.418181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.421107"], ["updated_at", "2018-10-11 16:42:44.421107"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.423307"], ["updated_at", "2018-10-11 16:42:44.423307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.426005"], ["updated_at", "2018-10-11 16:42:44.426005"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.428017"], ["updated_at", "2018-10-11 16:42:44.428017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.429739"], ["updated_at", "2018-10-11 16:42:44.429739"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.431683"], ["updated_at", "2018-10-11 16:42:44.431683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.433475"], ["updated_at", "2018-10-11 16:42:44.433475"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.435021"], ["updated_at", "2018-10-11 16:42:44.435021"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.437339"], ["updated_at", "2018-10-11 16:42:44.437339"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.439817"], ["updated_at", "2018-10-11 16:42:44.439817"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.442370"], ["updated_at", "2018-10-11 16:42:44.442370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.444603"], ["updated_at", "2018-10-11 16:42:44.444603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.446400"], ["updated_at", "2018-10-11 16:42:44.446400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.448031"], ["updated_at", "2018-10-11 16:42:44.448031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.449718"], ["updated_at", "2018-10-11 16:42:44.449718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.451367"], ["updated_at", "2018-10-11 16:42:44.451367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.453484"], ["updated_at", "2018-10-11 16:42:44.453484"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.455973"], ["updated_at", "2018-10-11 16:42:44.455973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.458689"], ["updated_at", "2018-10-11 16:42:44.458689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.460325"], ["updated_at", "2018-10-11 16:42:44.460325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.461965"], ["updated_at", "2018-10-11 16:42:44.461965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.463585"], ["updated_at", "2018-10-11 16:42:44.463585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.465258"], ["updated_at", "2018-10-11 16:42:44.465258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.466891"], ["updated_at", "2018-10-11 16:42:44.466891"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.468419"], ["updated_at", "2018-10-11 16:42:44.468419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.470634"], ["updated_at", "2018-10-11 16:42:44.470634"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.472799"], ["updated_at", "2018-10-11 16:42:44.472799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.475798"], ["updated_at", "2018-10-11 16:42:44.475798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.477416"], ["updated_at", "2018-10-11 16:42:44.477416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.479138"], ["updated_at", "2018-10-11 16:42:44.479138"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.480695"], ["updated_at", "2018-10-11 16:42:44.480695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.482464"], ["updated_at", "2018-10-11 16:42:44.482464"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.484104"], ["updated_at", "2018-10-11 16:42:44.484104"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.488190"], ["updated_at", "2018-10-11 16:42:44.488190"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.490412"], ["updated_at", "2018-10-11 16:42:44.490412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.493131"], ["updated_at", "2018-10-11 16:42:44.493131"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.494740"], ["updated_at", "2018-10-11 16:42:44.494740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.496460"], ["updated_at", "2018-10-11 16:42:44.496460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.498066"], ["updated_at", "2018-10-11 16:42:44.498066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.499660"], ["updated_at", "2018-10-11 16:42:44.499660"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.501187"], ["updated_at", "2018-10-11 16:42:44.501187"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.503082"], ["updated_at", "2018-10-11 16:42:44.503082"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.505476"], ["updated_at", "2018-10-11 16:42:44.505476"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.508216"], ["updated_at", "2018-10-11 16:42:44.508216"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.510364"], ["updated_at", "2018-10-11 16:42:44.510364"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.512215"], ["updated_at", "2018-10-11 16:42:44.512215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.514451"], ["updated_at", "2018-10-11 16:42:44.514451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.516231"], ["updated_at", "2018-10-11 16:42:44.516231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.517927"], ["updated_at", "2018-10-11 16:42:44.517927"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.520066"], ["updated_at", "2018-10-11 16:42:44.520066"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.523405"], ["updated_at", "2018-10-11 16:42:44.523405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.526233"], ["updated_at", "2018-10-11 16:42:44.526233"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.528021"], ["updated_at", "2018-10-11 16:42:44.528021"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.530008"], ["updated_at", "2018-10-11 16:42:44.530008"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.531744"], ["updated_at", "2018-10-11 16:42:44.531744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.533543"], ["updated_at", "2018-10-11 16:42:44.533543"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.535093"], ["updated_at", "2018-10-11 16:42:44.535093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.537330"], ["updated_at", "2018-10-11 16:42:44.537330"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.540315"], ["updated_at", "2018-10-11 16:42:44.540315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.542689"], ["updated_at", "2018-10-11 16:42:44.542689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.544358"], ["updated_at", "2018-10-11 16:42:44.544358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.546408"], ["updated_at", "2018-10-11 16:42:44.546408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.548104"], ["updated_at", "2018-10-11 16:42:44.548104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.549843"], ["updated_at", "2018-10-11 16:42:44.549843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.551389"], ["updated_at", "2018-10-11 16:42:44.551389"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.552930"], ["updated_at", "2018-10-11 16:42:44.552930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.555573"], ["updated_at", "2018-10-11 16:42:44.555573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.557283"], ["updated_at", "2018-10-11 16:42:44.557283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.558862"], ["updated_at", "2018-10-11 16:42:44.558862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.560450"], ["updated_at", "2018-10-11 16:42:44.560450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.562389"], ["updated_at", "2018-10-11 16:42:44.562389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.564088"], ["updated_at", "2018-10-11 16:42:44.564088"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.565715"], ["updated_at", "2018-10-11 16:42:44.565715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.567318"], ["updated_at", "2018-10-11 16:42:44.567318"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.568886"], ["updated_at", "2018-10-11 16:42:44.568886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.571117"], ["updated_at", "2018-10-11 16:42:44.571117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.572796"], ["updated_at", "2018-10-11 16:42:44.572796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.574576"], ["updated_at", "2018-10-11 16:42:44.574576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.576156"], ["updated_at", "2018-10-11 16:42:44.576156"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.578007"], ["updated_at", "2018-10-11 16:42:44.578007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.579948"], ["updated_at", "2018-10-11 16:42:44.579948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.581638"], ["updated_at", "2018-10-11 16:42:44.581638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.583317"], ["updated_at", "2018-10-11 16:42:44.583317"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.584865"], ["updated_at", "2018-10-11 16:42:44.584865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.587329"], ["updated_at", "2018-10-11 16:42:44.587329"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.589007"], ["updated_at", "2018-10-11 16:42:44.589007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.590702"], ["updated_at", "2018-10-11 16:42:44.590702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.592238"], ["updated_at", "2018-10-11 16:42:44.592238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.593914"], ["updated_at", "2018-10-11 16:42:44.593914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.595853"], ["updated_at", "2018-10-11 16:42:44.595853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.597499"], ["updated_at", "2018-10-11 16:42:44.597499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.599111"], ["updated_at", "2018-10-11 16:42:44.599111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.600673"], ["updated_at", "2018-10-11 16:42:44.600673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.602627"], ["updated_at", "2018-10-11 16:42:44.602627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.604381"], ["updated_at", "2018-10-11 16:42:44.604381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.605987"], ["updated_at", "2018-10-11 16:42:44.605987"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.607546"], ["updated_at", "2018-10-11 16:42:44.607546"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.610364"], ["updated_at", "2018-10-11 16:42:44.610364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.613201"], ["updated_at", "2018-10-11 16:42:44.613201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.615120"], ["updated_at", "2018-10-11 16:42:44.615120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.616710"], ["updated_at", "2018-10-11 16:42:44.616710"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.618589"], ["updated_at", "2018-10-11 16:42:44.618589"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.620702"], ["updated_at", "2018-10-11 16:42:44.620702"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.622551"], ["updated_at", "2018-10-11 16:42:44.622551"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.625874"], ["updated_at", "2018-10-11 16:42:44.625874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.628766"], ["updated_at", "2018-10-11 16:42:44.628766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.630465"], ["updated_at", "2018-10-11 16:42:44.630465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.632045"], ["updated_at", "2018-10-11 16:42:44.632045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.633701"], ["updated_at", "2018-10-11 16:42:44.633701"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.635282"], ["updated_at", "2018-10-11 16:42:44.635282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.638108"], ["updated_at", "2018-10-11 16:42:44.638108"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.640015"], ["updated_at", "2018-10-11 16:42:44.640015"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.642440"], ["updated_at", "2018-10-11 16:42:44.642440"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.644890"], ["updated_at", "2018-10-11 16:42:44.644890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.646797"], ["updated_at", "2018-10-11 16:42:44.646797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.648394"], ["updated_at", "2018-10-11 16:42:44.648394"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.649924"], ["updated_at", "2018-10-11 16:42:44.649924"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.652016"], ["updated_at", "2018-10-11 16:42:44.652016"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.654048"], ["updated_at", "2018-10-11 16:42:44.654048"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.657065"], ["updated_at", "2018-10-11 16:42:44.657065"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.660299"], ["updated_at", "2018-10-11 16:42:44.660299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.662688"], ["updated_at", "2018-10-11 16:42:44.662688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.664536"], ["updated_at", "2018-10-11 16:42:44.664536"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.666094"], ["updated_at", "2018-10-11 16:42:44.666094"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.668192"], ["updated_at", "2018-10-11 16:42:44.668192"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.670500"], ["updated_at", "2018-10-11 16:42:44.670500"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.676704"], ["updated_at", "2018-10-11 16:42:44.676704"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.680866"], ["updated_at", "2018-10-11 16:42:44.680866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.682702"], ["updated_at", "2018-10-11 16:42:44.682702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.684414"], ["updated_at", "2018-10-11 16:42:44.684414"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.686913"], ["updated_at", "2018-10-11 16:42:44.686913"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.690411"], ["updated_at", "2018-10-11 16:42:44.690411"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.692952"], ["updated_at", "2018-10-11 16:42:44.692952"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.694910"], ["updated_at", "2018-10-11 16:42:44.694910"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.696768"], ["updated_at", "2018-10-11 16:42:44.696768"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.698493"], ["updated_at", "2018-10-11 16:42:44.698493"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.700841"], ["updated_at", "2018-10-11 16:42:44.700841"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.702975"], ["updated_at", "2018-10-11 16:42:44.702975"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.706951"], ["updated_at", "2018-10-11 16:42:44.706951"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.712031"], ["updated_at", "2018-10-11 16:42:44.712031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.713726"], ["updated_at", "2018-10-11 16:42:44.713726"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.715481"], ["updated_at", "2018-10-11 16:42:44.715481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.717497"], ["updated_at", "2018-10-11 16:42:44.717497"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.719087"], ["updated_at", "2018-10-11 16:42:44.719087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.721404"], ["updated_at", "2018-10-11 16:42:44.721404"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.723507"], ["updated_at", "2018-10-11 16:42:44.723507"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.726486"], ["updated_at", "2018-10-11 16:42:44.726486"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.728786"], ["updated_at", "2018-10-11 16:42:44.728786"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.730657"], ["updated_at", "2018-10-11 16:42:44.730657"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.733349"], ["updated_at", "2018-10-11 16:42:44.733349"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.735489"], ["updated_at", "2018-10-11 16:42:44.735489"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.738256"], ["updated_at", "2018-10-11 16:42:44.738256"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.740381"], ["updated_at", "2018-10-11 16:42:44.740381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.742311"], ["updated_at", "2018-10-11 16:42:44.742311"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.744100"], ["updated_at", "2018-10-11 16:42:44.744100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.745933"], ["updated_at", "2018-10-11 16:42:44.745933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.747925"], ["updated_at", "2018-10-11 16:42:44.747925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.749625"], ["updated_at", "2018-10-11 16:42:44.749625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.751197"], ["updated_at", "2018-10-11 16:42:44.751197"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.752865"], ["updated_at", "2018-10-11 16:42:44.752865"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.755622"], ["updated_at", "2018-10-11 16:42:44.755622"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.758568"], ["updated_at", "2018-10-11 16:42:44.758568"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.761097"], ["updated_at", "2018-10-11 16:42:44.761097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.763436"], ["updated_at", "2018-10-11 16:42:44.763436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.765062"], ["updated_at", "2018-10-11 16:42:44.765062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.766609"], ["updated_at", "2018-10-11 16:42:44.766609"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.768277"], ["updated_at", "2018-10-11 16:42:44.768277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.770970"], ["updated_at", "2018-10-11 16:42:44.770970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.772836"], ["updated_at", "2018-10-11 16:42:44.772836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.774504"], ["updated_at", "2018-10-11 16:42:44.774504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.776178"], ["updated_at", "2018-10-11 16:42:44.776178"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.777777"], ["updated_at", "2018-10-11 16:42:44.777777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.779554"], ["updated_at", "2018-10-11 16:42:44.779554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.781234"], ["updated_at", "2018-10-11 16:42:44.781234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.782778"], ["updated_at", "2018-10-11 16:42:44.782778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.784416"], ["updated_at", "2018-10-11 16:42:44.784416"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.786000"], ["updated_at", "2018-10-11 16:42:44.786000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.788798"], ["updated_at", "2018-10-11 16:42:44.788798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.790539"], ["updated_at", "2018-10-11 16:42:44.790539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.792246"], ["updated_at", "2018-10-11 16:42:44.792246"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.793876"], ["updated_at", "2018-10-11 16:42:44.793876"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.795683"], ["updated_at", "2018-10-11 16:42:44.795683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.797584"], ["updated_at", "2018-10-11 16:42:44.797584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.799255"], ["updated_at", "2018-10-11 16:42:44.799255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.800768"], ["updated_at", "2018-10-11 16:42:44.800768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.802324"], ["updated_at", "2018-10-11 16:42:44.802324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.804106"], ["updated_at", "2018-10-11 16:42:44.804106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.805844"], ["updated_at", "2018-10-11 16:42:44.805844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.807518"], ["updated_at", "2018-10-11 16:42:44.807518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.809235"], ["updated_at", "2018-10-11 16:42:44.809235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.810943"], ["updated_at", "2018-10-11 16:42:44.810943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.812621"], ["updated_at", "2018-10-11 16:42:44.812621"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.814258"], ["updated_at", "2018-10-11 16:42:44.814258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.816050"], ["updated_at", "2018-10-11 16:42:44.816050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.817732"], ["updated_at", "2018-10-11 16:42:44.817732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.819389"], ["updated_at", "2018-10-11 16:42:44.819389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.821146"], ["updated_at", "2018-10-11 16:42:44.821146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.822756"], ["updated_at", "2018-10-11 16:42:44.822756"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.824295"], ["updated_at", "2018-10-11 16:42:44.824295"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.826732"], ["updated_at", "2018-10-11 16:42:44.826732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.828715"], ["updated_at", "2018-10-11 16:42:44.828715"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.830395"], ["updated_at", "2018-10-11 16:42:44.830395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.832120"], ["updated_at", "2018-10-11 16:42:44.832120"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.833738"], ["updated_at", "2018-10-11 16:42:44.833738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.835453"], ["updated_at", "2018-10-11 16:42:44.835453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.837006"], ["updated_at", "2018-10-11 16:42:44.837006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.838687"], ["updated_at", "2018-10-11 16:42:44.838687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.840287"], ["updated_at", "2018-10-11 16:42:44.840287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.841834"], ["updated_at", "2018-10-11 16:42:44.841834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.843382"], ["updated_at", "2018-10-11 16:42:44.843382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.845019"], ["updated_at", "2018-10-11 16:42:44.845019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.846617"], ["updated_at", "2018-10-11 16:42:44.846617"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.848391"], ["updated_at", "2018-10-11 16:42:44.848391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.850099"], ["updated_at", "2018-10-11 16:42:44.850099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.851673"], ["updated_at", "2018-10-11 16:42:44.851673"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.853425"], ["updated_at", "2018-10-11 16:42:44.853425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.857920"], ["updated_at", "2018-10-11 16:42:44.857920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.859623"], ["updated_at", "2018-10-11 16:42:44.859623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.861209"], ["updated_at", "2018-10-11 16:42:44.861209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.862985"], ["updated_at", "2018-10-11 16:42:44.862985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.864602"], ["updated_at", "2018-10-11 16:42:44.864602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.866134"], ["updated_at", "2018-10-11 16:42:44.866134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.867632"], ["updated_at", "2018-10-11 16:42:44.867632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.869269"], ["updated_at", "2018-10-11 16:42:44.869269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.870795"], ["updated_at", "2018-10-11 16:42:44.870795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.872439"], ["updated_at", "2018-10-11 16:42:44.872439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.873994"], ["updated_at", "2018-10-11 16:42:44.873994"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.875570"], ["updated_at", "2018-10-11 16:42:44.875570"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.877887"], ["updated_at", "2018-10-11 16:42:44.877887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.880447"], ["updated_at", "2018-10-11 16:42:44.880447"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.882099"], ["updated_at", "2018-10-11 16:42:44.882099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.883653"], ["updated_at", "2018-10-11 16:42:44.883653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.885230"], ["updated_at", "2018-10-11 16:42:44.885230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.887046"], ["updated_at", "2018-10-11 16:42:44.887046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.889000"], ["updated_at", "2018-10-11 16:42:44.889000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.890742"], ["updated_at", "2018-10-11 16:42:44.890742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.892919"], ["updated_at", "2018-10-11 16:42:44.892919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.894586"], ["updated_at", "2018-10-11 16:42:44.894586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.896179"], ["updated_at", "2018-10-11 16:42:44.896179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.897756"], ["updated_at", "2018-10-11 16:42:44.897756"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.899302"], ["updated_at", "2018-10-11 16:42:44.899302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.901042"], ["updated_at", "2018-10-11 16:42:44.901042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.902621"], ["updated_at", "2018-10-11 16:42:44.902621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.904204"], ["updated_at", "2018-10-11 16:42:44.904204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.905722"], ["updated_at", "2018-10-11 16:42:44.905722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.907324"], ["updated_at", "2018-10-11 16:42:44.907324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.908942"], ["updated_at", "2018-10-11 16:42:44.908942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.910514"], ["updated_at", "2018-10-11 16:42:44.910514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.912080"], ["updated_at", "2018-10-11 16:42:44.912080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.913608"], ["updated_at", "2018-10-11 16:42:44.913608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.915149"], ["updated_at", "2018-10-11 16:42:44.915149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.916705"], ["updated_at", "2018-10-11 16:42:44.916705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.918203"], ["updated_at", "2018-10-11 16:42:44.918203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.919751"], ["updated_at", "2018-10-11 16:42:44.919751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.921294"], ["updated_at", "2018-10-11 16:42:44.921294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.922906"], ["updated_at", "2018-10-11 16:42:44.922906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.924563"], ["updated_at", "2018-10-11 16:42:44.924563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.926110"], ["updated_at", "2018-10-11 16:42:44.926110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.928072"], ["updated_at", "2018-10-11 16:42:44.928072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.929751"], ["updated_at", "2018-10-11 16:42:44.929751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.931326"], ["updated_at", "2018-10-11 16:42:44.931326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.932865"], ["updated_at", "2018-10-11 16:42:44.932865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.934399"], ["updated_at", "2018-10-11 16:42:44.934399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.935978"], ["updated_at", "2018-10-11 16:42:44.935978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.937497"], ["updated_at", "2018-10-11 16:42:44.937497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.939020"], ["updated_at", "2018-10-11 16:42:44.939020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.940534"], ["updated_at", "2018-10-11 16:42:44.940534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.942054"], ["updated_at", "2018-10-11 16:42:44.942054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.943594"], ["updated_at", "2018-10-11 16:42:44.943594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.945109"], ["updated_at", "2018-10-11 16:42:44.945109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.946610"], ["updated_at", "2018-10-11 16:42:44.946610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.948160"], ["updated_at", "2018-10-11 16:42:44.948160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.949709"], ["updated_at", "2018-10-11 16:42:44.949709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.951232"], ["updated_at", "2018-10-11 16:42:44.951232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.952776"], ["updated_at", "2018-10-11 16:42:44.952776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.954348"], ["updated_at", "2018-10-11 16:42:44.954348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.955924"], ["updated_at", "2018-10-11 16:42:44.955924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.957489"], ["updated_at", "2018-10-11 16:42:44.957489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.958998"], ["updated_at", "2018-10-11 16:42:44.958998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.960529"], ["updated_at", "2018-10-11 16:42:44.960529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.962265"], ["updated_at", "2018-10-11 16:42:44.962265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.963844"], ["updated_at", "2018-10-11 16:42:44.963844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.965412"], ["updated_at", "2018-10-11 16:42:44.965412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.966972"], ["updated_at", "2018-10-11 16:42:44.966972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.968509"], ["updated_at", "2018-10-11 16:42:44.968509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.970025"], ["updated_at", "2018-10-11 16:42:44.970025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.971567"], ["updated_at", "2018-10-11 16:42:44.971567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.973144"], ["updated_at", "2018-10-11 16:42:44.973144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.974654"], ["updated_at", "2018-10-11 16:42:44.974654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.976221"], ["updated_at", "2018-10-11 16:42:44.976221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.977726"], ["updated_at", "2018-10-11 16:42:44.977726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.979348"], ["updated_at", "2018-10-11 16:42:44.979348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.980851"], ["updated_at", "2018-10-11 16:42:44.980851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.982568"], ["updated_at", "2018-10-11 16:42:44.982568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.984176"], ["updated_at", "2018-10-11 16:42:44.984176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.985692"], ["updated_at", "2018-10-11 16:42:44.985692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.987227"], ["updated_at", "2018-10-11 16:42:44.987227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.989026"], ["updated_at", "2018-10-11 16:42:44.989026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.990608"], ["updated_at", "2018-10-11 16:42:44.990608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.992129"], ["updated_at", "2018-10-11 16:42:44.992129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.993734"], ["updated_at", "2018-10-11 16:42:44.993734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.995231"], ["updated_at", "2018-10-11 16:42:44.995231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.996789"], ["updated_at", "2018-10-11 16:42:44.996789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.998298"], ["updated_at", "2018-10-11 16:42:44.998298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:44.999805"], ["updated_at", "2018-10-11 16:42:44.999805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.001315"], ["updated_at", "2018-10-11 16:42:45.001315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.002865"], ["updated_at", "2018-10-11 16:42:45.002865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.004351"], ["updated_at", "2018-10-11 16:42:45.004351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.006113"], ["updated_at", "2018-10-11 16:42:45.006113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.007761"], ["updated_at", "2018-10-11 16:42:45.007761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.009279"], ["updated_at", "2018-10-11 16:42:45.009279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.010774"], ["updated_at", "2018-10-11 16:42:45.010774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.012312"], ["updated_at", "2018-10-11 16:42:45.012312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.013910"], ["updated_at", "2018-10-11 16:42:45.013910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.015576"], ["updated_at", "2018-10-11 16:42:45.015576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.017105"], ["updated_at", "2018-10-11 16:42:45.017105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.018615"], ["updated_at", "2018-10-11 16:42:45.018615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.020290"], ["updated_at", "2018-10-11 16:42:45.020290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.021950"], ["updated_at", "2018-10-11 16:42:45.021950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.023506"], ["updated_at", "2018-10-11 16:42:45.023506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.025105"], ["updated_at", "2018-10-11 16:42:45.025105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.026647"], ["updated_at", "2018-10-11 16:42:45.026647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.028151"], ["updated_at", "2018-10-11 16:42:45.028151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.029730"], ["updated_at", "2018-10-11 16:42:45.029730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.031346"], ["updated_at", "2018-10-11 16:42:45.031346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.032883"], ["updated_at", "2018-10-11 16:42:45.032883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.034438"], ["updated_at", "2018-10-11 16:42:45.034438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.035959"], ["updated_at", "2018-10-11 16:42:45.035959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.037613"], ["updated_at", "2018-10-11 16:42:45.037613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.039216"], ["updated_at", "2018-10-11 16:42:45.039216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.040754"], ["updated_at", "2018-10-11 16:42:45.040754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.042319"], ["updated_at", "2018-10-11 16:42:45.042319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.043940"], ["updated_at", "2018-10-11 16:42:45.043940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.045505"], ["updated_at", "2018-10-11 16:42:45.045505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.047053"], ["updated_at", "2018-10-11 16:42:45.047053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.048627"], ["updated_at", "2018-10-11 16:42:45.048627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.050151"], ["updated_at", "2018-10-11 16:42:45.050151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.051681"], ["updated_at", "2018-10-11 16:42:45.051681"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.053224"], ["updated_at", "2018-10-11 16:42:45.053224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.054974"], ["updated_at", "2018-10-11 16:42:45.054974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.056525"], ["updated_at", "2018-10-11 16:42:45.056525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.058081"], ["updated_at", "2018-10-11 16:42:45.058081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.059632"], ["updated_at", "2018-10-11 16:42:45.059632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.061171"], ["updated_at", "2018-10-11 16:42:45.061171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.062700"], ["updated_at", "2018-10-11 16:42:45.062700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.064282"], ["updated_at", "2018-10-11 16:42:45.064282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.065801"], ["updated_at", "2018-10-11 16:42:45.065801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.067335"], ["updated_at", "2018-10-11 16:42:45.067335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.068900"], ["updated_at", "2018-10-11 16:42:45.068900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.070434"], ["updated_at", "2018-10-11 16:42:45.070434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.072031"], ["updated_at", "2018-10-11 16:42:45.072031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.073544"], ["updated_at", "2018-10-11 16:42:45.073544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.075067"], ["updated_at", "2018-10-11 16:42:45.075067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.076638"], ["updated_at", "2018-10-11 16:42:45.076638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.078214"], ["updated_at", "2018-10-11 16:42:45.078214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.079744"], ["updated_at", "2018-10-11 16:42:45.079744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.081286"], ["updated_at", "2018-10-11 16:42:45.081286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.082792"], ["updated_at", "2018-10-11 16:42:45.082792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.084507"], ["updated_at", "2018-10-11 16:42:45.084507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.086113"], ["updated_at", "2018-10-11 16:42:45.086113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.087667"], ["updated_at", "2018-10-11 16:42:45.087667"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.089624"], ["updated_at", "2018-10-11 16:42:45.089624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.091292"], ["updated_at", "2018-10-11 16:42:45.091292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.092848"], ["updated_at", "2018-10-11 16:42:45.092848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.094396"], ["updated_at", "2018-10-11 16:42:45.094396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.095941"], ["updated_at", "2018-10-11 16:42:45.095941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.097487"], ["updated_at", "2018-10-11 16:42:45.097487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.098993"], ["updated_at", "2018-10-11 16:42:45.098993"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.100575"], ["updated_at", "2018-10-11 16:42:45.100575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.102189"], ["updated_at", "2018-10-11 16:42:45.102189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.103700"], ["updated_at", "2018-10-11 16:42:45.103700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.105390"], ["updated_at", "2018-10-11 16:42:45.105390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.107037"], ["updated_at", "2018-10-11 16:42:45.107037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.108560"], ["updated_at", "2018-10-11 16:42:45.108560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.110072"], ["updated_at", "2018-10-11 16:42:45.110072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.111596"], ["updated_at", "2018-10-11 16:42:45.111596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.113185"], ["updated_at", "2018-10-11 16:42:45.113185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.114713"], ["updated_at", "2018-10-11 16:42:45.114713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.116246"], ["updated_at", "2018-10-11 16:42:45.116246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.117825"], ["updated_at", "2018-10-11 16:42:45.117825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.119333"], ["updated_at", "2018-10-11 16:42:45.119333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.120858"], ["updated_at", "2018-10-11 16:42:45.120858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.122397"], ["updated_at", "2018-10-11 16:42:45.122397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.123962"], ["updated_at", "2018-10-11 16:42:45.123962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.125505"], ["updated_at", "2018-10-11 16:42:45.125505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.127038"], ["updated_at", "2018-10-11 16:42:45.127038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.128594"], ["updated_at", "2018-10-11 16:42:45.128594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.130129"], ["updated_at", "2018-10-11 16:42:45.130129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.131673"], ["updated_at", "2018-10-11 16:42:45.131673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.133261"], ["updated_at", "2018-10-11 16:42:45.133261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.134801"], ["updated_at", "2018-10-11 16:42:45.134801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.136342"], ["updated_at", "2018-10-11 16:42:45.136342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.137863"], ["updated_at", "2018-10-11 16:42:45.137863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.139395"], ["updated_at", "2018-10-11 16:42:45.139395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.140950"], ["updated_at", "2018-10-11 16:42:45.140950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.142476"], ["updated_at", "2018-10-11 16:42:45.142476"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.143976"], ["updated_at", "2018-10-11 16:42:45.143976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.145616"], ["updated_at", "2018-10-11 16:42:45.145616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.147179"], ["updated_at", "2018-10-11 16:42:45.147179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.148726"], ["updated_at", "2018-10-11 16:42:45.148726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.151561"], ["updated_at", "2018-10-11 16:42:45.151561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.153112"], ["updated_at", "2018-10-11 16:42:45.153112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.154594"], ["updated_at", "2018-10-11 16:42:45.154594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.156144"], ["updated_at", "2018-10-11 16:42:45.156144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.157650"], ["updated_at", "2018-10-11 16:42:45.157650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.159188"], ["updated_at", "2018-10-11 16:42:45.159188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.160728"], ["updated_at", "2018-10-11 16:42:45.160728"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.162347"], ["updated_at", "2018-10-11 16:42:45.162347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.164178"], ["updated_at", "2018-10-11 16:42:45.164178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.165777"], ["updated_at", "2018-10-11 16:42:45.165777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.167309"], ["updated_at", "2018-10-11 16:42:45.167309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.168919"], ["updated_at", "2018-10-11 16:42:45.168919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.170497"], ["updated_at", "2018-10-11 16:42:45.170497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.172020"], ["updated_at", "2018-10-11 16:42:45.172020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.173562"], ["updated_at", "2018-10-11 16:42:45.173562"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.175099"], ["updated_at", "2018-10-11 16:42:45.175099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.176793"], ["updated_at", "2018-10-11 16:42:45.176793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.178376"], ["updated_at", "2018-10-11 16:42:45.178376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.179911"], ["updated_at", "2018-10-11 16:42:45.179911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.181467"], ["updated_at", "2018-10-11 16:42:45.181467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.183006"], ["updated_at", "2018-10-11 16:42:45.183006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.184545"], ["updated_at", "2018-10-11 16:42:45.184545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.186064"], ["updated_at", "2018-10-11 16:42:45.186064"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.187621"], ["updated_at", "2018-10-11 16:42:45.187621"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.189694"], ["updated_at", "2018-10-11 16:42:45.189694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.191434"], ["updated_at", "2018-10-11 16:42:45.191434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.192973"], ["updated_at", "2018-10-11 16:42:45.192973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.194500"], ["updated_at", "2018-10-11 16:42:45.194500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.196055"], ["updated_at", "2018-10-11 16:42:45.196055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.197557"], ["updated_at", "2018-10-11 16:42:45.197557"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.199411"], ["updated_at", "2018-10-11 16:42:45.199411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.201072"], ["updated_at", "2018-10-11 16:42:45.201072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.202653"], ["updated_at", "2018-10-11 16:42:45.202653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.204651"], ["updated_at", "2018-10-11 16:42:45.204651"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.206345"], ["updated_at", "2018-10-11 16:42:45.206345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.208450"], ["updated_at", "2018-10-11 16:42:45.208450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.210132"], ["updated_at", "2018-10-11 16:42:45.210132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.211742"], ["updated_at", "2018-10-11 16:42:45.211742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.213276"], ["updated_at", "2018-10-11 16:42:45.213276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.214961"], ["updated_at", "2018-10-11 16:42:45.214961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.216711"], ["updated_at", "2018-10-11 16:42:45.216711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.218254"], ["updated_at", "2018-10-11 16:42:45.218254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.219776"], ["updated_at", "2018-10-11 16:42:45.219776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.221352"], ["updated_at", "2018-10-11 16:42:45.221352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.222999"], ["updated_at", "2018-10-11 16:42:45.222999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.224629"], ["updated_at", "2018-10-11 16:42:45.224629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.226187"], ["updated_at", "2018-10-11 16:42:45.226187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.227733"], ["updated_at", "2018-10-11 16:42:45.227733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.229296"], ["updated_at", "2018-10-11 16:42:45.229296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.230794"], ["updated_at", "2018-10-11 16:42:45.230794"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.232553"], ["updated_at", "2018-10-11 16:42:45.232553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.234431"], ["updated_at", "2018-10-11 16:42:45.234431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.236017"], ["updated_at", "2018-10-11 16:42:45.236017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.237565"], ["updated_at", "2018-10-11 16:42:45.237565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.239318"], ["updated_at", "2018-10-11 16:42:45.239318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.240873"], ["updated_at", "2018-10-11 16:42:45.240873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.242378"], ["updated_at", "2018-10-11 16:42:45.242378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.243930"], ["updated_at", "2018-10-11 16:42:45.243930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.245459"], ["updated_at", "2018-10-11 16:42:45.245459"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.247312"], ["updated_at", "2018-10-11 16:42:45.247312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.248969"], ["updated_at", "2018-10-11 16:42:45.248969"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.250682"], ["updated_at", "2018-10-11 16:42:45.250682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.252755"], ["updated_at", "2018-10-11 16:42:45.252755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.254647"], ["updated_at", "2018-10-11 16:42:45.254647"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.256345"], ["updated_at", "2018-10-11 16:42:45.256345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.258299"], ["updated_at", "2018-10-11 16:42:45.258299"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.259901"], ["updated_at", "2018-10-11 16:42:45.259901"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.262381"], ["updated_at", "2018-10-11 16:42:45.262381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.264158"], ["updated_at", "2018-10-11 16:42:45.264158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.265710"], ["updated_at", "2018-10-11 16:42:45.265710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.267281"], ["updated_at", "2018-10-11 16:42:45.267281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.268791"], ["updated_at", "2018-10-11 16:42:45.268791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.270318"], ["updated_at", "2018-10-11 16:42:45.270318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.272017"], ["updated_at", "2018-10-11 16:42:45.272017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.273770"], ["updated_at", "2018-10-11 16:42:45.273770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.275961"], ["updated_at", "2018-10-11 16:42:45.275961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.277965"], ["updated_at", "2018-10-11 16:42:45.277965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.279567"], ["updated_at", "2018-10-11 16:42:45.279567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.281192"], ["updated_at", "2018-10-11 16:42:45.281192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.282697"], ["updated_at", "2018-10-11 16:42:45.282697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.284234"], ["updated_at", "2018-10-11 16:42:45.284234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.285768"], ["updated_at", "2018-10-11 16:42:45.285768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.287619"], ["updated_at", "2018-10-11 16:42:45.287619"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.289883"], ["updated_at", "2018-10-11 16:42:45.289883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.292152"], ["updated_at", "2018-10-11 16:42:45.292152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.294128"], ["updated_at", "2018-10-11 16:42:45.294128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.296205"], ["updated_at", "2018-10-11 16:42:45.296205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.297863"], ["updated_at", "2018-10-11 16:42:45.297863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.299398"], ["updated_at", "2018-10-11 16:42:45.299398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.300917"], ["updated_at", "2018-10-11 16:42:45.300917"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.302417"], ["updated_at", "2018-10-11 16:42:45.302417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.304271"], ["updated_at", "2018-10-11 16:42:45.304271"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.306252"], ["updated_at", "2018-10-11 16:42:45.306252"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.309059"], ["updated_at", "2018-10-11 16:42:45.309059"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.311898"], ["updated_at", "2018-10-11 16:42:45.311898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.314062"], ["updated_at", "2018-10-11 16:42:45.314062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.315862"], ["updated_at", "2018-10-11 16:42:45.315862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.317456"], ["updated_at", "2018-10-11 16:42:45.317456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.318992"], ["updated_at", "2018-10-11 16:42:45.318992"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.320759"], ["updated_at", "2018-10-11 16:42:45.320759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.322812"], ["updated_at", "2018-10-11 16:42:45.322812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.324468"], ["updated_at", "2018-10-11 16:42:45.324468"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.326182"], ["updated_at", "2018-10-11 16:42:45.326182"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.328444"], ["updated_at", "2018-10-11 16:42:45.328444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.330391"], ["updated_at", "2018-10-11 16:42:45.330391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.332036"], ["updated_at", "2018-10-11 16:42:45.332036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.333602"], ["updated_at", "2018-10-11 16:42:45.333602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.335149"], ["updated_at", "2018-10-11 16:42:45.335149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.336742"], ["updated_at", "2018-10-11 16:42:45.336742"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.338525"], ["updated_at", "2018-10-11 16:42:45.338525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.340490"], ["updated_at", "2018-10-11 16:42:45.340490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.342622"], ["updated_at", "2018-10-11 16:42:45.342622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.344770"], ["updated_at", "2018-10-11 16:42:45.344770"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.346463"], ["updated_at", "2018-10-11 16:42:45.346463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.348228"], ["updated_at", "2018-10-11 16:42:45.348228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.349801"], ["updated_at", "2018-10-11 16:42:45.349801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.351350"], ["updated_at", "2018-10-11 16:42:45.351350"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.353065"], ["updated_at", "2018-10-11 16:42:45.353065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.354909"], ["updated_at", "2018-10-11 16:42:45.354909"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.357013"], ["updated_at", "2018-10-11 16:42:45.357013"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.359607"], ["updated_at", "2018-10-11 16:42:45.359607"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.361459"], ["updated_at", "2018-10-11 16:42:45.361459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.363198"], ["updated_at", "2018-10-11 16:42:45.363198"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.364796"], ["updated_at", "2018-10-11 16:42:45.364796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.366475"], ["updated_at", "2018-10-11 16:42:45.366475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.368075"], ["updated_at", "2018-10-11 16:42:45.368075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.369731"], ["updated_at", "2018-10-11 16:42:45.369731"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.371593"], ["updated_at", "2018-10-11 16:42:45.371593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.373589"], ["updated_at", "2018-10-11 16:42:45.373589"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.375309"], ["updated_at", "2018-10-11 16:42:45.375309"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.377743"], ["updated_at", "2018-10-11 16:42:45.377743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.380063"], ["updated_at", "2018-10-11 16:42:45.380063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.381701"], ["updated_at", "2018-10-11 16:42:45.381701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.383287"], ["updated_at", "2018-10-11 16:42:45.383287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.385204"], ["updated_at", "2018-10-11 16:42:45.385204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.387055"], ["updated_at", "2018-10-11 16:42:45.387055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.389041"], ["updated_at", "2018-10-11 16:42:45.389041"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.391152"], ["updated_at", "2018-10-11 16:42:45.391152"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.393732"], ["updated_at", "2018-10-11 16:42:45.393732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.395561"], ["updated_at", "2018-10-11 16:42:45.395561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.397287"], ["updated_at", "2018-10-11 16:42:45.397287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.398838"], ["updated_at", "2018-10-11 16:42:45.398838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.400438"], ["updated_at", "2018-10-11 16:42:45.400438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.402428"], ["updated_at", "2018-10-11 16:42:45.402428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.404194"], ["updated_at", "2018-10-11 16:42:45.404194"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.406205"], ["updated_at", "2018-10-11 16:42:45.406205"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.408027"], ["updated_at", "2018-10-11 16:42:45.408027"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.411001"], ["updated_at", "2018-10-11 16:42:45.411001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.412853"], ["updated_at", "2018-10-11 16:42:45.412853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.414567"], ["updated_at", "2018-10-11 16:42:45.414567"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.416147"], ["updated_at", "2018-10-11 16:42:45.416147"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.418279"], ["updated_at", "2018-10-11 16:42:45.418279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.420184"], ["updated_at", "2018-10-11 16:42:45.420184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.422017"], ["updated_at", "2018-10-11 16:42:45.422017"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.424099"], ["updated_at", "2018-10-11 16:42:45.424099"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.426399"], ["updated_at", "2018-10-11 16:42:45.426399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.428606"], ["updated_at", "2018-10-11 16:42:45.428606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.430414"], ["updated_at", "2018-10-11 16:42:45.430414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.432005"], ["updated_at", "2018-10-11 16:42:45.432005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.433841"], ["updated_at", "2018-10-11 16:42:45.433841"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.435441"], ["updated_at", "2018-10-11 16:42:45.435441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.437213"], ["updated_at", "2018-10-11 16:42:45.437213"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.439040"], ["updated_at", "2018-10-11 16:42:45.439040"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.441073"], ["updated_at", "2018-10-11 16:42:45.441073"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.442799"], ["updated_at", "2018-10-11 16:42:45.442799"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.445842"], ["updated_at", "2018-10-11 16:42:45.445842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.447925"], ["updated_at", "2018-10-11 16:42:45.447925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.449943"], ["updated_at", "2018-10-11 16:42:45.449943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.451780"], ["updated_at", "2018-10-11 16:42:45.451780"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.454166"], ["updated_at", "2018-10-11 16:42:45.454166"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.456497"], ["updated_at", "2018-10-11 16:42:45.456497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.460591"], ["updated_at", "2018-10-11 16:42:45.460591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.462482"], ["updated_at", "2018-10-11 16:42:45.462482"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.464194"], ["updated_at", "2018-10-11 16:42:45.464194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.466342"], ["updated_at", "2018-10-11 16:42:45.466342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.468021"], ["updated_at", "2018-10-11 16:42:45.468021"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.469632"], ["updated_at", "2018-10-11 16:42:45.469632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.472259"], ["updated_at", "2018-10-11 16:42:45.472259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.474003"], ["updated_at", "2018-10-11 16:42:45.474003"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.475812"], ["updated_at", "2018-10-11 16:42:45.475812"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.478340"], ["updated_at", "2018-10-11 16:42:45.478340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.480219"], ["updated_at", "2018-10-11 16:42:45.480219"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.482199"], ["updated_at", "2018-10-11 16:42:45.482199"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.485453"], ["updated_at", "2018-10-11 16:42:45.485453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.488162"], ["updated_at", "2018-10-11 16:42:45.488162"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.491046"], ["updated_at", "2018-10-11 16:42:45.491046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.493847"], ["updated_at", "2018-10-11 16:42:45.493847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.495507"], ["updated_at", "2018-10-11 16:42:45.495507"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.497069"], ["updated_at", "2018-10-11 16:42:45.497069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.498607"], ["updated_at", "2018-10-11 16:42:45.498607"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.500131"], ["updated_at", "2018-10-11 16:42:45.500131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.502117"], ["updated_at", "2018-10-11 16:42:45.502117"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.504097"], ["updated_at", "2018-10-11 16:42:45.504097"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.506947"], ["updated_at", "2018-10-11 16:42:45.506947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.510329"], ["updated_at", "2018-10-11 16:42:45.510329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.512151"], ["updated_at", "2018-10-11 16:42:45.512151"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.513795"], ["updated_at", "2018-10-11 16:42:45.513795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.515739"], ["updated_at", "2018-10-11 16:42:45.515739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.517423"], ["updated_at", "2018-10-11 16:42:45.517423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.519022"], ["updated_at", "2018-10-11 16:42:45.519022"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.520909"], ["updated_at", "2018-10-11 16:42:45.520909"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.523778"], ["updated_at", "2018-10-11 16:42:45.523778"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.527366"], ["updated_at", "2018-10-11 16:42:45.527366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.529385"], ["updated_at", "2018-10-11 16:42:45.529385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.531060"], ["updated_at", "2018-10-11 16:42:45.531060"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.532611"], ["updated_at", "2018-10-11 16:42:45.532611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.534845"], ["updated_at", "2018-10-11 16:42:45.534845"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.537268"], ["updated_at", "2018-10-11 16:42:45.537268"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.540038"], ["updated_at", "2018-10-11 16:42:45.540038"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.543176"], ["updated_at", "2018-10-11 16:42:45.543176"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.546530"], ["updated_at", "2018-10-11 16:42:45.546530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.548331"], ["updated_at", "2018-10-11 16:42:45.548331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.549862"], ["updated_at", "2018-10-11 16:42:45.549862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.551426"], ["updated_at", "2018-10-11 16:42:45.551426"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.553241"], ["updated_at", "2018-10-11 16:42:45.553241"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.556350"], ["updated_at", "2018-10-11 16:42:45.556350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.559413"], ["updated_at", "2018-10-11 16:42:45.559413"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.561219"], ["updated_at", "2018-10-11 16:42:45.561219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.563425"], ["updated_at", "2018-10-11 16:42:45.563425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.564990"], ["updated_at", "2018-10-11 16:42:45.564990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.566536"], ["updated_at", "2018-10-11 16:42:45.566536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.568160"], ["updated_at", "2018-10-11 16:42:45.568160"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.570046"], ["updated_at", "2018-10-11 16:42:45.570046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.573251"], ["updated_at", "2018-10-11 16:42:45.573251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.575108"], ["updated_at", "2018-10-11 16:42:45.575108"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.577086"], ["updated_at", "2018-10-11 16:42:45.577086"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.579346"], ["updated_at", "2018-10-11 16:42:45.579346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.581275"], ["updated_at", "2018-10-11 16:42:45.581275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.582854"], ["updated_at", "2018-10-11 16:42:45.582854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.584388"], ["updated_at", "2018-10-11 16:42:45.584388"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.586008"], ["updated_at", "2018-10-11 16:42:45.586008"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.588411"], ["updated_at", "2018-10-11 16:42:45.588411"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.590562"], ["updated_at", "2018-10-11 16:42:45.590562"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.593108"], ["updated_at", "2018-10-11 16:42:45.593108"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.595287"], ["updated_at", "2018-10-11 16:42:45.595287"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.596984"], ["updated_at", "2018-10-11 16:42:45.596984"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.599155"], ["updated_at", "2018-10-11 16:42:45.599155"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.600906"], ["updated_at", "2018-10-11 16:42:45.600906"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.602869"], ["updated_at", "2018-10-11 16:42:45.602869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.605427"], ["updated_at", "2018-10-11 16:42:45.605427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.607056"], ["updated_at", "2018-10-11 16:42:45.607056"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.608699"], ["updated_at", "2018-10-11 16:42:45.608699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.610612"], ["updated_at", "2018-10-11 16:42:45.610612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.612309"], ["updated_at", "2018-10-11 16:42:45.612309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.613941"], ["updated_at", "2018-10-11 16:42:45.613941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.615835"], ["updated_at", "2018-10-11 16:42:45.615835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.617622"], ["updated_at", "2018-10-11 16:42:45.617622"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.619153"], ["updated_at", "2018-10-11 16:42:45.619153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.621361"], ["updated_at", "2018-10-11 16:42:45.621361"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.623723"], ["updated_at", "2018-10-11 16:42:45.623723"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.627221"], ["updated_at", "2018-10-11 16:42:45.627221"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.629044"], ["updated_at", "2018-10-11 16:42:45.629044"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.631258"], ["updated_at", "2018-10-11 16:42:45.631258"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.633390"], ["updated_at", "2018-10-11 16:42:45.633390"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.635576"], ["updated_at", "2018-10-11 16:42:45.635576"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.637963"], ["updated_at", "2018-10-11 16:42:45.637963"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.640392"], ["updated_at", "2018-10-11 16:42:45.640392"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.642775"], ["updated_at", "2018-10-11 16:42:45.642775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.644483"], ["updated_at", "2018-10-11 16:42:45.644483"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.646079"], ["updated_at", "2018-10-11 16:42:45.646079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.648250"], ["updated_at", "2018-10-11 16:42:45.648250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.649858"], ["updated_at", "2018-10-11 16:42:45.649858"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.651387"], ["updated_at", "2018-10-11 16:42:45.651387"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.653041"], ["updated_at", "2018-10-11 16:42:45.653041"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.655753"], ["updated_at", "2018-10-11 16:42:45.655753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.657386"], ["updated_at", "2018-10-11 16:42:45.657386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.659094"], ["updated_at", "2018-10-11 16:42:45.659094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.660778"], ["updated_at", "2018-10-11 16:42:45.660778"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.662475"], ["updated_at", "2018-10-11 16:42:45.662475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.664546"], ["updated_at", "2018-10-11 16:42:45.664546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.666208"], ["updated_at", "2018-10-11 16:42:45.666208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.667809"], ["updated_at", "2018-10-11 16:42:45.667809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.669348"], ["updated_at", "2018-10-11 16:42:45.669348"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.671869"], ["updated_at", "2018-10-11 16:42:45.671869"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.674427"], ["updated_at", "2018-10-11 16:42:45.674427"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.677374"], ["updated_at", "2018-10-11 16:42:45.677374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.679480"], ["updated_at", "2018-10-11 16:42:45.679480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.681308"], ["updated_at", "2018-10-11 16:42:45.681308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.682947"], ["updated_at", "2018-10-11 16:42:45.682947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.684499"], ["updated_at", "2018-10-11 16:42:45.684499"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.686042"], ["updated_at", "2018-10-11 16:42:45.686042"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.688332"], ["updated_at", "2018-10-11 16:42:45.688332"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.690614"], ["updated_at", "2018-10-11 16:42:45.690614"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.693655"], ["updated_at", "2018-10-11 16:42:45.693655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.695606"], ["updated_at", "2018-10-11 16:42:45.695606"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.697371"], ["updated_at", "2018-10-11 16:42:45.697371"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.699528"], ["updated_at", "2018-10-11 16:42:45.699528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.701133"], ["updated_at", "2018-10-11 16:42:45.701133"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.702698"], ["updated_at", "2018-10-11 16:42:45.702698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.704955"], ["updated_at", "2018-10-11 16:42:45.704955"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.707364"], ["updated_at", "2018-10-11 16:42:45.707364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.710404"], ["updated_at", "2018-10-11 16:42:45.710404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.712063"], ["updated_at", "2018-10-11 16:42:45.712063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.713706"], ["updated_at", "2018-10-11 16:42:45.713706"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.715557"], ["updated_at", "2018-10-11 16:42:45.715557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.717294"], ["updated_at", "2018-10-11 16:42:45.717294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.718835"], ["updated_at", "2018-10-11 16:42:45.718835"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.720747"], ["updated_at", "2018-10-11 16:42:45.720747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.723040"], ["updated_at", "2018-10-11 16:42:45.723040"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.724628"], ["updated_at", "2018-10-11 16:42:45.724628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.726390"], ["updated_at", "2018-10-11 16:42:45.726390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.728085"], ["updated_at", "2018-10-11 16:42:45.728085"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.729747"], ["updated_at", "2018-10-11 16:42:45.729747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.731936"], ["updated_at", "2018-10-11 16:42:45.731936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.733596"], ["updated_at", "2018-10-11 16:42:45.733596"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.735302"], ["updated_at", "2018-10-11 16:42:45.735302"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.737497"], ["updated_at", "2018-10-11 16:42:45.737497"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.740174"], ["updated_at", "2018-10-11 16:42:45.740174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.743222"], ["updated_at", "2018-10-11 16:42:45.743222"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.745140"], ["updated_at", "2018-10-11 16:42:45.745140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.747381"], ["updated_at", "2018-10-11 16:42:45.747381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.749031"], ["updated_at", "2018-10-11 16:42:45.749031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.750576"], ["updated_at", "2018-10-11 16:42:45.750576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.752140"], ["updated_at", "2018-10-11 16:42:45.752140"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.753785"], ["updated_at", "2018-10-11 16:42:45.753785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.756978"], ["updated_at", "2018-10-11 16:42:45.756978"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.758719"], ["updated_at", "2018-10-11 16:42:45.758719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.760480"], ["updated_at", "2018-10-11 16:42:45.760480"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.762678"], ["updated_at", "2018-10-11 16:42:45.762678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.764606"], ["updated_at", "2018-10-11 16:42:45.764606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.766192"], ["updated_at", "2018-10-11 16:42:45.766192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.767728"], ["updated_at", "2018-10-11 16:42:45.767728"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.769280"], ["updated_at", "2018-10-11 16:42:45.769280"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.771871"], ["updated_at", "2018-10-11 16:42:45.771871"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.774116"], ["updated_at", "2018-10-11 16:42:45.774116"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.776783"], ["updated_at", "2018-10-11 16:42:45.776783"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.778671"], ["updated_at", "2018-10-11 16:42:45.778671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.780891"], ["updated_at", "2018-10-11 16:42:45.780891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.782520"], ["updated_at", "2018-10-11 16:42:45.782520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.784052"], ["updated_at", "2018-10-11 16:42:45.784052"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.785610"], ["updated_at", "2018-10-11 16:42:45.785610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.788544"], ["updated_at", "2018-10-11 16:42:45.788544"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.790906"], ["updated_at", "2018-10-11 16:42:45.790906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.793375"], ["updated_at", "2018-10-11 16:42:45.793375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.795095"], ["updated_at", "2018-10-11 16:42:45.795095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.796646"], ["updated_at", "2018-10-11 16:42:45.796646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.798408"], ["updated_at", "2018-10-11 16:42:45.798408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.800048"], ["updated_at", "2018-10-11 16:42:45.800048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.801580"], ["updated_at", "2018-10-11 16:42:45.801580"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.803196"], ["updated_at", "2018-10-11 16:42:45.803196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.805665"], ["updated_at", "2018-10-11 16:42:45.805665"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.807426"], ["updated_at", "2018-10-11 16:42:45.807426"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.809306"], ["updated_at", "2018-10-11 16:42:45.809306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.810999"], ["updated_at", "2018-10-11 16:42:45.810999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.813367"], ["updated_at", "2018-10-11 16:42:45.813367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.815650"], ["updated_at", "2018-10-11 16:42:45.815650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.817321"], ["updated_at", "2018-10-11 16:42:45.817321"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.819067"], ["updated_at", "2018-10-11 16:42:45.819067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.821529"], ["updated_at", "2018-10-11 16:42:45.821529"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.824343"], ["updated_at", "2018-10-11 16:42:45.824343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.828149"], ["updated_at", "2018-10-11 16:42:45.828149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.829956"], ["updated_at", "2018-10-11 16:42:45.829956"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.831639"], ["updated_at", "2018-10-11 16:42:45.831639"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.833664"], ["updated_at", "2018-10-11 16:42:45.833664"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.835452"], ["updated_at", "2018-10-11 16:42:45.835452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.837653"], ["updated_at", "2018-10-11 16:42:45.837653"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.840064"], ["updated_at", "2018-10-11 16:42:45.840064"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.842786"], ["updated_at", "2018-10-11 16:42:45.842786"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.844770"], ["updated_at", "2018-10-11 16:42:45.844770"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.846525"], ["updated_at", "2018-10-11 16:42:45.846525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.848852"], ["updated_at", "2018-10-11 16:42:45.848852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.850550"], ["updated_at", "2018-10-11 16:42:45.850550"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.852211"], ["updated_at", "2018-10-11 16:42:45.852211"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.855470"], ["updated_at", "2018-10-11 16:42:45.855470"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.857693"], ["updated_at", "2018-10-11 16:42:45.857693"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.860686"], ["updated_at", "2018-10-11 16:42:45.860686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.864262"], ["updated_at", "2018-10-11 16:42:45.864262"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.866008"], ["updated_at", "2018-10-11 16:42:45.866008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.867713"], ["updated_at", "2018-10-11 16:42:45.867713"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.869340"], ["updated_at", "2018-10-11 16:42:45.869340"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.871264"], ["updated_at", "2018-10-11 16:42:45.871264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.873775"], ["updated_at", "2018-10-11 16:42:45.873775"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.875556"], ["updated_at", "2018-10-11 16:42:45.875556"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.877468"], ["updated_at", "2018-10-11 16:42:45.877468"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.879326"], ["updated_at", "2018-10-11 16:42:45.879326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.881620"], ["updated_at", "2018-10-11 16:42:45.881620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.883243"], ["updated_at", "2018-10-11 16:42:45.883243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.884948"], ["updated_at", "2018-10-11 16:42:45.884948"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.886745"], ["updated_at", "2018-10-11 16:42:45.886745"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.889999"], ["updated_at", "2018-10-11 16:42:45.889999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.893845"], ["updated_at", "2018-10-11 16:42:45.893845"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.895878"], ["updated_at", "2018-10-11 16:42:45.895878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.897725"], ["updated_at", "2018-10-11 16:42:45.897725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.899240"], ["updated_at", "2018-10-11 16:42:45.899240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.900789"], ["updated_at", "2018-10-11 16:42:45.900789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.902324"], ["updated_at", "2018-10-11 16:42:45.902324"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.903998"], ["updated_at", "2018-10-11 16:42:45.903998"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.907243"], ["updated_at", "2018-10-11 16:42:45.907243"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.911601"], ["updated_at", "2018-10-11 16:42:45.911601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.914258"], ["updated_at", "2018-10-11 16:42:45.914258"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.916338"], ["updated_at", "2018-10-11 16:42:45.916338"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.919419"], ["updated_at", "2018-10-11 16:42:45.919419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.921869"], ["updated_at", "2018-10-11 16:42:45.921869"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.923996"], ["updated_at", "2018-10-11 16:42:45.923996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.926928"], ["updated_at", "2018-10-11 16:42:45.926928"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.928884"], ["updated_at", "2018-10-11 16:42:45.928884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.930964"], ["updated_at", "2018-10-11 16:42:45.930964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.932531"], ["updated_at", "2018-10-11 16:42:45.932531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.934083"], ["updated_at", "2018-10-11 16:42:45.934083"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.935642"], ["updated_at", "2018-10-11 16:42:45.935642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.938060"], ["updated_at", "2018-10-11 16:42:45.938060"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.940568"], ["updated_at", "2018-10-11 16:42:45.940568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.943076"], ["updated_at", "2018-10-11 16:42:45.943076"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.944904"], ["updated_at", "2018-10-11 16:42:45.944904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.947400"], ["updated_at", "2018-10-11 16:42:45.947400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.949115"], ["updated_at", "2018-10-11 16:42:45.949115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.950696"], ["updated_at", "2018-10-11 16:42:45.950696"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.952311"], ["updated_at", "2018-10-11 16:42:45.952311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.954936"], ["updated_at", "2018-10-11 16:42:45.954936"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.957093"], ["updated_at", "2018-10-11 16:42:45.957093"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.959921"], ["updated_at", "2018-10-11 16:42:45.959921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.961768"], ["updated_at", "2018-10-11 16:42:45.961768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.963909"], ["updated_at", "2018-10-11 16:42:45.963909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.965556"], ["updated_at", "2018-10-11 16:42:45.965556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.967082"], ["updated_at", "2018-10-11 16:42:45.967082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.968671"], ["updated_at", "2018-10-11 16:42:45.968671"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.970314"], ["updated_at", "2018-10-11 16:42:45.970314"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.973127"], ["updated_at", "2018-10-11 16:42:45.973127"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.975896"], ["updated_at", "2018-10-11 16:42:45.975896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.978156"], ["updated_at", "2018-10-11 16:42:45.978156"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.979766"], ["updated_at", "2018-10-11 16:42:45.979766"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.981951"], ["updated_at", "2018-10-11 16:42:45.981951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.983622"], ["updated_at", "2018-10-11 16:42:45.983622"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.985174"], ["updated_at", "2018-10-11 16:42:45.985174"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.987822"], ["updated_at", "2018-10-11 16:42:45.987822"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.990854"], ["updated_at", "2018-10-11 16:42:45.990854"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.993813"], ["updated_at", "2018-10-11 16:42:45.993813"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.995861"], ["updated_at", "2018-10-11 16:42:45.995861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.998094"], ["updated_at", "2018-10-11 16:42:45.998094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:45.999787"], ["updated_at", "2018-10-11 16:42:45.999787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.001387"], ["updated_at", "2018-10-11 16:42:46.001387"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.002912"], ["updated_at", "2018-10-11 16:42:46.002912"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.006021"], ["updated_at", "2018-10-11 16:42:46.006021"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.009072"], ["updated_at", "2018-10-11 16:42:46.009072"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.011907"], ["updated_at", "2018-10-11 16:42:46.011907"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.014254"], ["updated_at", "2018-10-11 16:42:46.014254"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.016345"], ["updated_at", "2018-10-11 16:42:46.016345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.018051"], ["updated_at", "2018-10-11 16:42:46.018051"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.019586"], ["updated_at", "2018-10-11 16:42:46.019586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.022144"], ["updated_at", "2018-10-11 16:42:46.022144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.024010"], ["updated_at", "2018-10-11 16:42:46.024010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.025697"], ["updated_at", "2018-10-11 16:42:46.025697"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.027459"], ["updated_at", "2018-10-11 16:42:46.027459"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.029222"], ["updated_at", "2018-10-11 16:42:46.029222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.031439"], ["updated_at", "2018-10-11 16:42:46.031439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.033133"], ["updated_at", "2018-10-11 16:42:46.033133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.034676"], ["updated_at", "2018-10-11 16:42:46.034676"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.036234"], ["updated_at", "2018-10-11 16:42:46.036234"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.038310"], ["updated_at", "2018-10-11 16:42:46.038310"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.040126"], ["updated_at", "2018-10-11 16:42:46.040126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.041856"], ["updated_at", "2018-10-11 16:42:46.041856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.043534"], ["updated_at", "2018-10-11 16:42:46.043534"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.045163"], ["updated_at", "2018-10-11 16:42:46.045163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.047171"], ["updated_at", "2018-10-11 16:42:46.047171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.048884"], ["updated_at", "2018-10-11 16:42:46.048884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.050484"], ["updated_at", "2018-10-11 16:42:46.050484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.052053"], ["updated_at", "2018-10-11 16:42:46.052053"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.053847"], ["updated_at", "2018-10-11 16:42:46.053847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.055819"], ["updated_at", "2018-10-11 16:42:46.055819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.057407"], ["updated_at", "2018-10-11 16:42:46.057407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.058970"], ["updated_at", "2018-10-11 16:42:46.058970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.060601"], ["updated_at", "2018-10-11 16:42:46.060601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.062458"], ["updated_at", "2018-10-11 16:42:46.062458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.064305"], ["updated_at", "2018-10-11 16:42:46.064305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.065843"], ["updated_at", "2018-10-11 16:42:46.065843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.067338"], ["updated_at", "2018-10-11 16:42:46.067338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.068870"], ["updated_at", "2018-10-11 16:42:46.068870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.070825"], ["updated_at", "2018-10-11 16:42:46.070825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.072698"], ["updated_at", "2018-10-11 16:42:46.072698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.074281"], ["updated_at", "2018-10-11 16:42:46.074281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.075906"], ["updated_at", "2018-10-11 16:42:46.075906"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.077571"], ["updated_at", "2018-10-11 16:42:46.077571"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.079460"], ["updated_at", "2018-10-11 16:42:46.079460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.081168"], ["updated_at", "2018-10-11 16:42:46.081168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.082747"], ["updated_at", "2018-10-11 16:42:46.082747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.084235"], ["updated_at", "2018-10-11 16:42:46.084235"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.085747"], ["updated_at", "2018-10-11 16:42:46.085747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.087877"], ["updated_at", "2018-10-11 16:42:46.087877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.089500"], ["updated_at", "2018-10-11 16:42:46.089500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.091120"], ["updated_at", "2018-10-11 16:42:46.091120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.092709"], ["updated_at", "2018-10-11 16:42:46.092709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.094490"], ["updated_at", "2018-10-11 16:42:46.094490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.096362"], ["updated_at", "2018-10-11 16:42:46.096362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.097972"], ["updated_at", "2018-10-11 16:42:46.097972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.099554"], ["updated_at", "2018-10-11 16:42:46.099554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.101100"], ["updated_at", "2018-10-11 16:42:46.101100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.103043"], ["updated_at", "2018-10-11 16:42:46.103043"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.104957"], ["updated_at", "2018-10-11 16:42:46.104957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.106686"], ["updated_at", "2018-10-11 16:42:46.106686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.108411"], ["updated_at", "2018-10-11 16:42:46.108411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.110231"], ["updated_at", "2018-10-11 16:42:46.110231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.112049"], ["updated_at", "2018-10-11 16:42:46.112049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.113634"], ["updated_at", "2018-10-11 16:42:46.113634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.115246"], ["updated_at", "2018-10-11 16:42:46.115246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.116781"], ["updated_at", "2018-10-11 16:42:46.116781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.118334"], ["updated_at", "2018-10-11 16:42:46.118334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.120050"], ["updated_at", "2018-10-11 16:42:46.120050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.121636"], ["updated_at", "2018-10-11 16:42:46.121636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.123195"], ["updated_at", "2018-10-11 16:42:46.123195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.124717"], ["updated_at", "2018-10-11 16:42:46.124717"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.126239"], ["updated_at", "2018-10-11 16:42:46.126239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.128314"], ["updated_at", "2018-10-11 16:42:46.128314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.130038"], ["updated_at", "2018-10-11 16:42:46.130038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.131632"], ["updated_at", "2018-10-11 16:42:46.131632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.133156"], ["updated_at", "2018-10-11 16:42:46.133156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.134846"], ["updated_at", "2018-10-11 16:42:46.134846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.136482"], ["updated_at", "2018-10-11 16:42:46.136482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.138217"], ["updated_at", "2018-10-11 16:42:46.138217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.139945"], ["updated_at", "2018-10-11 16:42:46.139945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.141598"], ["updated_at", "2018-10-11 16:42:46.141598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.143496"], ["updated_at", "2018-10-11 16:42:46.143496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.145380"], ["updated_at", "2018-10-11 16:42:46.145380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.146930"], ["updated_at", "2018-10-11 16:42:46.146930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.148473"], ["updated_at", "2018-10-11 16:42:46.148473"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.149991"], ["updated_at", "2018-10-11 16:42:46.149991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.152047"], ["updated_at", "2018-10-11 16:42:46.152047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.153719"], ["updated_at", "2018-10-11 16:42:46.153719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.155419"], ["updated_at", "2018-10-11 16:42:46.155419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.157054"], ["updated_at", "2018-10-11 16:42:46.157054"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.158580"], ["updated_at", "2018-10-11 16:42:46.158580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.160625"], ["updated_at", "2018-10-11 16:42:46.160625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.162282"], ["updated_at", "2018-10-11 16:42:46.162282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.163872"], ["updated_at", "2018-10-11 16:42:46.163872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.165405"], ["updated_at", "2018-10-11 16:42:46.165405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.167176"], ["updated_at", "2018-10-11 16:42:46.167176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.168955"], ["updated_at", "2018-10-11 16:42:46.168955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.170480"], ["updated_at", "2018-10-11 16:42:46.170480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.172018"], ["updated_at", "2018-10-11 16:42:46.172018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.173572"], ["updated_at", "2018-10-11 16:42:46.173572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.175222"], ["updated_at", "2018-10-11 16:42:46.175222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.177187"], ["updated_at", "2018-10-11 16:42:46.177187"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.178896"], ["updated_at", "2018-10-11 16:42:46.178896"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.181487"], ["updated_at", "2018-10-11 16:42:46.181487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.184606"], ["updated_at", "2018-10-11 16:42:46.184606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.186404"], ["updated_at", "2018-10-11 16:42:46.186404"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.188141"], ["updated_at", "2018-10-11 16:42:46.188141"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.190014"], ["updated_at", "2018-10-11 16:42:46.190014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.192079"], ["updated_at", "2018-10-11 16:42:46.192079"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.193955"], ["updated_at", "2018-10-11 16:42:46.193955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.196643"], ["updated_at", "2018-10-11 16:42:46.196643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.198340"], ["updated_at", "2018-10-11 16:42:46.198340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.200179"], ["updated_at", "2018-10-11 16:42:46.200179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.201893"], ["updated_at", "2018-10-11 16:42:46.201893"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.203457"], ["updated_at", "2018-10-11 16:42:46.203457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.205244"], ["updated_at", "2018-10-11 16:42:46.205244"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.206923"], ["updated_at", "2018-10-11 16:42:46.206923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.208940"], ["updated_at", "2018-10-11 16:42:46.208940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.210625"], ["updated_at", "2018-10-11 16:42:46.210625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.212206"], ["updated_at", "2018-10-11 16:42:46.212206"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.215088"], ["updated_at", "2018-10-11 16:42:46.215088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.217211"], ["updated_at", "2018-10-11 16:42:46.217211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.218839"], ["updated_at", "2018-10-11 16:42:46.218839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.220404"], ["updated_at", "2018-10-11 16:42:46.220404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.221948"], ["updated_at", "2018-10-11 16:42:46.221948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.223804"], ["updated_at", "2018-10-11 16:42:46.223804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.225543"], ["updated_at", "2018-10-11 16:42:46.225543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.227150"], ["updated_at", "2018-10-11 16:42:46.227150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.228676"], ["updated_at", "2018-10-11 16:42:46.228676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.230248"], ["updated_at", "2018-10-11 16:42:46.230248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.231982"], ["updated_at", "2018-10-11 16:42:46.231982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.233582"], ["updated_at", "2018-10-11 16:42:46.233582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.235150"], ["updated_at", "2018-10-11 16:42:46.235150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.236783"], ["updated_at", "2018-10-11 16:42:46.236783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.238699"], ["updated_at", "2018-10-11 16:42:46.238699"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.240479"], ["updated_at", "2018-10-11 16:42:46.240479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.242177"], ["updated_at", "2018-10-11 16:42:46.242177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.243767"], ["updated_at", "2018-10-11 16:42:46.243767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.245302"], ["updated_at", "2018-10-11 16:42:46.245302"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.246824"], ["updated_at", "2018-10-11 16:42:46.246824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.248595"], ["updated_at", "2018-10-11 16:42:46.248595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.250222"], ["updated_at", "2018-10-11 16:42:46.250222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.251757"], ["updated_at", "2018-10-11 16:42:46.251757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.253344"], ["updated_at", "2018-10-11 16:42:46.253344"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.254916"], ["updated_at", "2018-10-11 16:42:46.254916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.257052"], ["updated_at", "2018-10-11 16:42:46.257052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.258732"], ["updated_at", "2018-10-11 16:42:46.258732"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.260293"], ["updated_at", "2018-10-11 16:42:46.260293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.262011"], ["updated_at", "2018-10-11 16:42:46.262011"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.263720"], ["updated_at", "2018-10-11 16:42:46.263720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.265344"], ["updated_at", "2018-10-11 16:42:46.265344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.266861"], ["updated_at", "2018-10-11 16:42:46.266861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.268520"], ["updated_at", "2018-10-11 16:42:46.268520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.270190"], ["updated_at", "2018-10-11 16:42:46.270190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.271899"], ["updated_at", "2018-10-11 16:42:46.271899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.273604"], ["updated_at", "2018-10-11 16:42:46.273604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.275164"], ["updated_at", "2018-10-11 16:42:46.275164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.276831"], ["updated_at", "2018-10-11 16:42:46.276831"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.278401"], ["updated_at", "2018-10-11 16:42:46.278401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.280191"], ["updated_at", "2018-10-11 16:42:46.280191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.281784"], ["updated_at", "2018-10-11 16:42:46.281784"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.283622"], ["updated_at", "2018-10-11 16:42:46.283622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.285288"], ["updated_at", "2018-10-11 16:42:46.285288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.287048"], ["updated_at", "2018-10-11 16:42:46.287048"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.289034"], ["updated_at", "2018-10-11 16:42:46.289034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.291076"], ["updated_at", "2018-10-11 16:42:46.291076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.292671"], ["updated_at", "2018-10-11 16:42:46.292671"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.294229"], ["updated_at", "2018-10-11 16:42:46.294229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.295965"], ["updated_at", "2018-10-11 16:42:46.295965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.297534"], ["updated_at", "2018-10-11 16:42:46.297534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.299074"], ["updated_at", "2018-10-11 16:42:46.299074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.300657"], ["updated_at", "2018-10-11 16:42:46.300657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.302209"], ["updated_at", "2018-10-11 16:42:46.302209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.303848"], ["updated_at", "2018-10-11 16:42:46.303848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.305415"], ["updated_at", "2018-10-11 16:42:46.305415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.306918"], ["updated_at", "2018-10-11 16:42:46.306918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.308450"], ["updated_at", "2018-10-11 16:42:46.308450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.309998"], ["updated_at", "2018-10-11 16:42:46.309998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.311761"], ["updated_at", "2018-10-11 16:42:46.311761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.313355"], ["updated_at", "2018-10-11 16:42:46.313355"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.314878"], ["updated_at", "2018-10-11 16:42:46.314878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.316514"], ["updated_at", "2018-10-11 16:42:46.316514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.318072"], ["updated_at", "2018-10-11 16:42:46.318072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.319610"], ["updated_at", "2018-10-11 16:42:46.319610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.321233"], ["updated_at", "2018-10-11 16:42:46.321233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.322788"], ["updated_at", "2018-10-11 16:42:46.322788"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.324333"], ["updated_at", "2018-10-11 16:42:46.324333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.325856"], ["updated_at", "2018-10-11 16:42:46.325856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.327384"], ["updated_at", "2018-10-11 16:42:46.327384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.328934"], ["updated_at", "2018-10-11 16:42:46.328934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.330452"], ["updated_at", "2018-10-11 16:42:46.330452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.332049"], ["updated_at", "2018-10-11 16:42:46.332049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.333796"], ["updated_at", "2018-10-11 16:42:46.333796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.335514"], ["updated_at", "2018-10-11 16:42:46.335514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.337239"], ["updated_at", "2018-10-11 16:42:46.337239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.338993"], ["updated_at", "2018-10-11 16:42:46.338993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.340752"], ["updated_at", "2018-10-11 16:42:46.340752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.342422"], ["updated_at", "2018-10-11 16:42:46.342422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.344148"], ["updated_at", "2018-10-11 16:42:46.344148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.345795"], ["updated_at", "2018-10-11 16:42:46.345795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.347494"], ["updated_at", "2018-10-11 16:42:46.347494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.349290"], ["updated_at", "2018-10-11 16:42:46.349290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.351023"], ["updated_at", "2018-10-11 16:42:46.351023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.352729"], ["updated_at", "2018-10-11 16:42:46.352729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.354276"], ["updated_at", "2018-10-11 16:42:46.354276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.355808"], ["updated_at", "2018-10-11 16:42:46.355808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.357321"], ["updated_at", "2018-10-11 16:42:46.357321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.358917"], ["updated_at", "2018-10-11 16:42:46.358917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.360475"], ["updated_at", "2018-10-11 16:42:46.360475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.361982"], ["updated_at", "2018-10-11 16:42:46.361982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.363486"], ["updated_at", "2018-10-11 16:42:46.363486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.365001"], ["updated_at", "2018-10-11 16:42:46.365001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.366529"], ["updated_at", "2018-10-11 16:42:46.366529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.368026"], ["updated_at", "2018-10-11 16:42:46.368026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.369582"], ["updated_at", "2018-10-11 16:42:46.369582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.371088"], ["updated_at", "2018-10-11 16:42:46.371088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.372601"], ["updated_at", "2018-10-11 16:42:46.372601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.374123"], ["updated_at", "2018-10-11 16:42:46.374123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.375628"], ["updated_at", "2018-10-11 16:42:46.375628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.377166"], ["updated_at", "2018-10-11 16:42:46.377166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.378751"], ["updated_at", "2018-10-11 16:42:46.378751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.380299"], ["updated_at", "2018-10-11 16:42:46.380299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.381820"], ["updated_at", "2018-10-11 16:42:46.381820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.383351"], ["updated_at", "2018-10-11 16:42:46.383351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.384906"], ["updated_at", "2018-10-11 16:42:46.384906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.386392"], ["updated_at", "2018-10-11 16:42:46.386392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.387913"], ["updated_at", "2018-10-11 16:42:46.387913"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.389479"], ["updated_at", "2018-10-11 16:42:46.389479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.391387"], ["updated_at", "2018-10-11 16:42:46.391387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.393006"], ["updated_at", "2018-10-11 16:42:46.393006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.394563"], ["updated_at", "2018-10-11 16:42:46.394563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.396139"], ["updated_at", "2018-10-11 16:42:46.396139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.397655"], ["updated_at", "2018-10-11 16:42:46.397655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.399189"], ["updated_at", "2018-10-11 16:42:46.399189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.400735"], ["updated_at", "2018-10-11 16:42:46.400735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.402293"], ["updated_at", "2018-10-11 16:42:46.402293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.403811"], ["updated_at", "2018-10-11 16:42:46.403811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.405374"], ["updated_at", "2018-10-11 16:42:46.405374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.406907"], ["updated_at", "2018-10-11 16:42:46.406907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.408453"], ["updated_at", "2018-10-11 16:42:46.408453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.409967"], ["updated_at", "2018-10-11 16:42:46.409967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.411476"], ["updated_at", "2018-10-11 16:42:46.411476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.412996"], ["updated_at", "2018-10-11 16:42:46.412996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.414510"], ["updated_at", "2018-10-11 16:42:46.414510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.416036"], ["updated_at", "2018-10-11 16:42:46.416036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.417584"], ["updated_at", "2018-10-11 16:42:46.417584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.419110"], ["updated_at", "2018-10-11 16:42:46.419110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.420594"], ["updated_at", "2018-10-11 16:42:46.420594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.422119"], ["updated_at", "2018-10-11 16:42:46.422119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.423658"], ["updated_at", "2018-10-11 16:42:46.423658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.425254"], ["updated_at", "2018-10-11 16:42:46.425254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.426869"], ["updated_at", "2018-10-11 16:42:46.426869"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.428462"], ["updated_at", "2018-10-11 16:42:46.428462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.430010"], ["updated_at", "2018-10-11 16:42:46.430010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.431521"], ["updated_at", "2018-10-11 16:42:46.431521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.433089"], ["updated_at", "2018-10-11 16:42:46.433089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.434604"], ["updated_at", "2018-10-11 16:42:46.434604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.436192"], ["updated_at", "2018-10-11 16:42:46.436192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.437746"], ["updated_at", "2018-10-11 16:42:46.437746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.439317"], ["updated_at", "2018-10-11 16:42:46.439317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.440852"], ["updated_at", "2018-10-11 16:42:46.440852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.442351"], ["updated_at", "2018-10-11 16:42:46.442351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.443905"], ["updated_at", "2018-10-11 16:42:46.443905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.445583"], ["updated_at", "2018-10-11 16:42:46.445583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.447298"], ["updated_at", "2018-10-11 16:42:46.447298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.448917"], ["updated_at", "2018-10-11 16:42:46.448917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.450435"], ["updated_at", "2018-10-11 16:42:46.450435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.451999"], ["updated_at", "2018-10-11 16:42:46.451999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.453522"], ["updated_at", "2018-10-11 16:42:46.453522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.455017"], ["updated_at", "2018-10-11 16:42:46.455017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.456719"], ["updated_at", "2018-10-11 16:42:46.456719"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.458584"], ["updated_at", "2018-10-11 16:42:46.458584"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.460714"], ["updated_at", "2018-10-11 16:42:46.460714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.462674"], ["updated_at", "2018-10-11 16:42:46.462674"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.464321"], ["updated_at", "2018-10-11 16:42:46.464321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.466346"], ["updated_at", "2018-10-11 16:42:46.466346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.468048"], ["updated_at", "2018-10-11 16:42:46.468048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.469763"], ["updated_at", "2018-10-11 16:42:46.469763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.471483"], ["updated_at", "2018-10-11 16:42:46.471483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.473268"], ["updated_at", "2018-10-11 16:42:46.473268"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.475266"], ["updated_at", "2018-10-11 16:42:46.475266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.477001"], ["updated_at", "2018-10-11 16:42:46.477001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.478582"], ["updated_at", "2018-10-11 16:42:46.478582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.480143"], ["updated_at", "2018-10-11 16:42:46.480143"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.481746"], ["updated_at", "2018-10-11 16:42:46.481746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.483501"], ["updated_at", "2018-10-11 16:42:46.483501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.485076"], ["updated_at", "2018-10-11 16:42:46.485076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.486648"], ["updated_at", "2018-10-11 16:42:46.486648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.488246"], ["updated_at", "2018-10-11 16:42:46.488246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.490032"], ["updated_at", "2018-10-11 16:42:46.490032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.491634"], ["updated_at", "2018-10-11 16:42:46.491634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.493204"], ["updated_at", "2018-10-11 16:42:46.493204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.494780"], ["updated_at", "2018-10-11 16:42:46.494780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.496472"], ["updated_at", "2018-10-11 16:42:46.496472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.498143"], ["updated_at", "2018-10-11 16:42:46.498143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.499704"], ["updated_at", "2018-10-11 16:42:46.499704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.501270"], ["updated_at", "2018-10-11 16:42:46.501270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.502817"], ["updated_at", "2018-10-11 16:42:46.502817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.504362"], ["updated_at", "2018-10-11 16:42:46.504362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.505910"], ["updated_at", "2018-10-11 16:42:46.505910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.507446"], ["updated_at", "2018-10-11 16:42:46.507446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.509079"], ["updated_at", "2018-10-11 16:42:46.509079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.511930"], ["updated_at", "2018-10-11 16:42:46.511930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.513543"], ["updated_at", "2018-10-11 16:42:46.513543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.515337"], ["updated_at", "2018-10-11 16:42:46.515337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.517133"], ["updated_at", "2018-10-11 16:42:46.517133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.518687"], ["updated_at", "2018-10-11 16:42:46.518687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.520211"], ["updated_at", "2018-10-11 16:42:46.520211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.521772"], ["updated_at", "2018-10-11 16:42:46.521772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.523340"], ["updated_at", "2018-10-11 16:42:46.523340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.524842"], ["updated_at", "2018-10-11 16:42:46.524842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.526464"], ["updated_at", "2018-10-11 16:42:46.526464"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.527974"], ["updated_at", "2018-10-11 16:42:46.527974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.530364"], ["updated_at", "2018-10-11 16:42:46.530364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.531934"], ["updated_at", "2018-10-11 16:42:46.531934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.533574"], ["updated_at", "2018-10-11 16:42:46.533574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.535125"], ["updated_at", "2018-10-11 16:42:46.535125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.536673"], ["updated_at", "2018-10-11 16:42:46.536673"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.538601"], ["updated_at", "2018-10-11 16:42:46.538601"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.541673"], ["updated_at", "2018-10-11 16:42:46.541673"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.543408"], ["updated_at", "2018-10-11 16:42:46.543408"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.545698"], ["updated_at", "2018-10-11 16:42:46.545698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.547518"], ["updated_at", "2018-10-11 16:42:46.547518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.549143"], ["updated_at", "2018-10-11 16:42:46.549143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.550670"], ["updated_at", "2018-10-11 16:42:46.550670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.552330"], ["updated_at", "2018-10-11 16:42:46.552330"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.554057"], ["updated_at", "2018-10-11 16:42:46.554057"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.555896"], ["updated_at", "2018-10-11 16:42:46.555896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.558982"], ["updated_at", "2018-10-11 16:42:46.558982"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.560940"], ["updated_at", "2018-10-11 16:42:46.560940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.563533"], ["updated_at", "2018-10-11 16:42:46.563533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.565319"], ["updated_at", "2018-10-11 16:42:46.565319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.566875"], ["updated_at", "2018-10-11 16:42:46.566875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.568485"], ["updated_at", "2018-10-11 16:42:46.568485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.570192"], ["updated_at", "2018-10-11 16:42:46.570192"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.571911"], ["updated_at", "2018-10-11 16:42:46.571911"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.573852"], ["updated_at", "2018-10-11 16:42:46.573852"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.575916"], ["updated_at", "2018-10-11 16:42:46.575916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.578289"], ["updated_at", "2018-10-11 16:42:46.578289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.580040"], ["updated_at", "2018-10-11 16:42:46.580040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.581823"], ["updated_at", "2018-10-11 16:42:46.581823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.583382"], ["updated_at", "2018-10-11 16:42:46.583382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.584968"], ["updated_at", "2018-10-11 16:42:46.584968"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.586489"], ["updated_at", "2018-10-11 16:42:46.586489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.588326"], ["updated_at", "2018-10-11 16:42:46.588326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.590441"], ["updated_at", "2018-10-11 16:42:46.590441"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.592324"], ["updated_at", "2018-10-11 16:42:46.592324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.594752"], ["updated_at", "2018-10-11 16:42:46.594752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.596477"], ["updated_at", "2018-10-11 16:42:46.596477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.598108"], ["updated_at", "2018-10-11 16:42:46.598108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.599677"], ["updated_at", "2018-10-11 16:42:46.599677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.601191"], ["updated_at", "2018-10-11 16:42:46.601191"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.602742"], ["updated_at", "2018-10-11 16:42:46.602742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.604532"], ["updated_at", "2018-10-11 16:42:46.604532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.606312"], ["updated_at", "2018-10-11 16:42:46.606312"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.608289"], ["updated_at", "2018-10-11 16:42:46.608289"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.610889"], ["updated_at", "2018-10-11 16:42:46.610889"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.613257"], ["updated_at", "2018-10-11 16:42:46.613257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.615158"], ["updated_at", "2018-10-11 16:42:46.615158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.616740"], ["updated_at", "2018-10-11 16:42:46.616740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.618258"], ["updated_at", "2018-10-11 16:42:46.618258"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.619794"], ["updated_at", "2018-10-11 16:42:46.619794"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.621969"], ["updated_at", "2018-10-11 16:42:46.621969"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.624559"], ["updated_at", "2018-10-11 16:42:46.624559"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.626470"], ["updated_at", "2018-10-11 16:42:46.626470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.628802"], ["updated_at", "2018-10-11 16:42:46.628802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.630804"], ["updated_at", "2018-10-11 16:42:46.630804"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.632439"], ["updated_at", "2018-10-11 16:42:46.632439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.634130"], ["updated_at", "2018-10-11 16:42:46.634130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.635679"], ["updated_at", "2018-10-11 16:42:46.635679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.637474"], ["updated_at", "2018-10-11 16:42:46.637474"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.639151"], ["updated_at", "2018-10-11 16:42:46.639151"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.641197"], ["updated_at", "2018-10-11 16:42:46.641197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.642961"], ["updated_at", "2018-10-11 16:42:46.642961"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.644599"], ["updated_at", "2018-10-11 16:42:46.644599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.647182"], ["updated_at", "2018-10-11 16:42:46.647182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.649022"], ["updated_at", "2018-10-11 16:42:46.649022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.650650"], ["updated_at", "2018-10-11 16:42:46.650650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.652224"], ["updated_at", "2018-10-11 16:42:46.652224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.653885"], ["updated_at", "2018-10-11 16:42:46.653885"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.655575"], ["updated_at", "2018-10-11 16:42:46.655575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.657634"], ["updated_at", "2018-10-11 16:42:46.657634"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.659408"], ["updated_at", "2018-10-11 16:42:46.659408"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.662062"], ["updated_at", "2018-10-11 16:42:46.662062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.663829"], ["updated_at", "2018-10-11 16:42:46.663829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.665462"], ["updated_at", "2018-10-11 16:42:46.665462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.667081"], ["updated_at", "2018-10-11 16:42:46.667081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.668622"], ["updated_at", "2018-10-11 16:42:46.668622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.670258"], ["updated_at", "2018-10-11 16:42:46.670258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.671868"], ["updated_at", "2018-10-11 16:42:46.671868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.673644"], ["updated_at", "2018-10-11 16:42:46.673644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.675620"], ["updated_at", "2018-10-11 16:42:46.675620"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.677422"], ["updated_at", "2018-10-11 16:42:46.677422"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.679962"], ["updated_at", "2018-10-11 16:42:46.679962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.681780"], ["updated_at", "2018-10-11 16:42:46.681780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.683361"], ["updated_at", "2018-10-11 16:42:46.683361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.684876"], ["updated_at", "2018-10-11 16:42:46.684876"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.686404"], ["updated_at", "2018-10-11 16:42:46.686404"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.688399"], ["updated_at", "2018-10-11 16:42:46.688399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.690388"], ["updated_at", "2018-10-11 16:42:46.690388"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.691993"], ["updated_at", "2018-10-11 16:42:46.691993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.694548"], ["updated_at", "2018-10-11 16:42:46.694548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.696241"], ["updated_at", "2018-10-11 16:42:46.696241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.697946"], ["updated_at", "2018-10-11 16:42:46.697946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.699494"], ["updated_at", "2018-10-11 16:42:46.699494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.701033"], ["updated_at", "2018-10-11 16:42:46.701033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.702605"], ["updated_at", "2018-10-11 16:42:46.702605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.704330"], ["updated_at", "2018-10-11 16:42:46.704330"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.706381"], ["updated_at", "2018-10-11 16:42:46.706381"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.708355"], ["updated_at", "2018-10-11 16:42:46.708355"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.710658"], ["updated_at", "2018-10-11 16:42:46.710658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.712906"], ["updated_at", "2018-10-11 16:42:46.712906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.714634"], ["updated_at", "2018-10-11 16:42:46.714634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.716219"], ["updated_at", "2018-10-11 16:42:46.716219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.717744"], ["updated_at", "2018-10-11 16:42:46.717744"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.719280"], ["updated_at", "2018-10-11 16:42:46.719280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.721027"], ["updated_at", "2018-10-11 16:42:46.721027"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.722750"], ["updated_at", "2018-10-11 16:42:46.722750"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.724736"], ["updated_at", "2018-10-11 16:42:46.724736"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.727392"], ["updated_at", "2018-10-11 16:42:46.727392"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.729265"], ["updated_at", "2018-10-11 16:42:46.729265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.731245"], ["updated_at", "2018-10-11 16:42:46.731245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.732844"], ["updated_at", "2018-10-11 16:42:46.732844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.734380"], ["updated_at", "2018-10-11 16:42:46.734380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.735937"], ["updated_at", "2018-10-11 16:42:46.735937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.737633"], ["updated_at", "2018-10-11 16:42:46.737633"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.739415"], ["updated_at", "2018-10-11 16:42:46.739415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.741602"], ["updated_at", "2018-10-11 16:42:46.741602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.743787"], ["updated_at", "2018-10-11 16:42:46.743787"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.745898"], ["updated_at", "2018-10-11 16:42:46.745898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.747656"], ["updated_at", "2018-10-11 16:42:46.747656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.749309"], ["updated_at", "2018-10-11 16:42:46.749309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.750848"], ["updated_at", "2018-10-11 16:42:46.750848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.752382"], ["updated_at", "2018-10-11 16:42:46.752382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.754033"], ["updated_at", "2018-10-11 16:42:46.754033"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.756151"], ["updated_at", "2018-10-11 16:42:46.756151"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.758279"], ["updated_at", "2018-10-11 16:42:46.758279"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.760567"], ["updated_at", "2018-10-11 16:42:46.760567"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.762665"], ["updated_at", "2018-10-11 16:42:46.762665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.764406"], ["updated_at", "2018-10-11 16:42:46.764406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.766028"], ["updated_at", "2018-10-11 16:42:46.766028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.767628"], ["updated_at", "2018-10-11 16:42:46.767628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.769104"], ["updated_at", "2018-10-11 16:42:46.769104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.770762"], ["updated_at", "2018-10-11 16:42:46.770762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.772414"], ["updated_at", "2018-10-11 16:42:46.772414"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.774386"], ["updated_at", "2018-10-11 16:42:46.774386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.776190"], ["updated_at", "2018-10-11 16:42:46.776190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.778083"], ["updated_at", "2018-10-11 16:42:46.778083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.779853"], ["updated_at", "2018-10-11 16:42:46.779853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.781509"], ["updated_at", "2018-10-11 16:42:46.781509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.783062"], ["updated_at", "2018-10-11 16:42:46.783062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.784582"], ["updated_at", "2018-10-11 16:42:46.784582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.786077"], ["updated_at", "2018-10-11 16:42:46.786077"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.787893"], ["updated_at", "2018-10-11 16:42:46.787893"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.791604"], ["updated_at", "2018-10-11 16:42:46.791604"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.793444"], ["updated_at", "2018-10-11 16:42:46.793444"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.795202"], ["updated_at", "2018-10-11 16:42:46.795202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.796984"], ["updated_at", "2018-10-11 16:42:46.796984"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.798832"], ["updated_at", "2018-10-11 16:42:46.798832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.800516"], ["updated_at", "2018-10-11 16:42:46.800516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.802126"], ["updated_at", "2018-10-11 16:42:46.802126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.803766"], ["updated_at", "2018-10-11 16:42:46.803766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.805438"], ["updated_at", "2018-10-11 16:42:46.805438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.807025"], ["updated_at", "2018-10-11 16:42:46.807025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.808586"], ["updated_at", "2018-10-11 16:42:46.808586"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.810184"], ["updated_at", "2018-10-11 16:42:46.810184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.812390"], ["updated_at", "2018-10-11 16:42:46.812390"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.814261"], ["updated_at", "2018-10-11 16:42:46.814261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.816062"], ["updated_at", "2018-10-11 16:42:46.816062"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.817722"], ["updated_at", "2018-10-11 16:42:46.817722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.819531"], ["updated_at", "2018-10-11 16:42:46.819531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.821119"], ["updated_at", "2018-10-11 16:42:46.821119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.822714"], ["updated_at", "2018-10-11 16:42:46.822714"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.824705"], ["updated_at", "2018-10-11 16:42:46.824705"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.827308"], ["updated_at", "2018-10-11 16:42:46.827308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.829484"], ["updated_at", "2018-10-11 16:42:46.829484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.831273"], ["updated_at", "2018-10-11 16:42:46.831273"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.833004"], ["updated_at", "2018-10-11 16:42:46.833004"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.836003"], ["updated_at", "2018-10-11 16:42:46.836003"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.837843"], ["updated_at", "2018-10-11 16:42:46.837843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.839733"], ["updated_at", "2018-10-11 16:42:46.839733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.841395"], ["updated_at", "2018-10-11 16:42:46.841395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.843008"], ["updated_at", "2018-10-11 16:42:46.843008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.844663"], ["updated_at", "2018-10-11 16:42:46.844663"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.846560"], ["updated_at", "2018-10-11 16:42:46.846560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.849821"], ["updated_at", "2018-10-11 16:42:46.849821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.851439"], ["updated_at", "2018-10-11 16:42:46.851439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.853124"], ["updated_at", "2018-10-11 16:42:46.853124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.854799"], ["updated_at", "2018-10-11 16:42:46.854799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.856347"], ["updated_at", "2018-10-11 16:42:46.856347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.857895"], ["updated_at", "2018-10-11 16:42:46.857895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.859470"], ["updated_at", "2018-10-11 16:42:46.859470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.861043"], ["updated_at", "2018-10-11 16:42:46.861043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.862724"], ["updated_at", "2018-10-11 16:42:46.862724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.864406"], ["updated_at", "2018-10-11 16:42:46.864406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.866005"], ["updated_at", "2018-10-11 16:42:46.866005"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.867535"], ["updated_at", "2018-10-11 16:42:46.867535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.869214"], ["updated_at", "2018-10-11 16:42:46.869214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.870787"], ["updated_at", "2018-10-11 16:42:46.870787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.872467"], ["updated_at", "2018-10-11 16:42:46.872467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.874079"], ["updated_at", "2018-10-11 16:42:46.874079"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.875698"], ["updated_at", "2018-10-11 16:42:46.875698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.877513"], ["updated_at", "2018-10-11 16:42:46.877513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.879124"], ["updated_at", "2018-10-11 16:42:46.879124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.880737"], ["updated_at", "2018-10-11 16:42:46.880737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.882425"], ["updated_at", "2018-10-11 16:42:46.882425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.883971"], ["updated_at", "2018-10-11 16:42:46.883971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.885530"], ["updated_at", "2018-10-11 16:42:46.885530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.887121"], ["updated_at", "2018-10-11 16:42:46.887121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.889013"], ["updated_at", "2018-10-11 16:42:46.889013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.890731"], ["updated_at", "2018-10-11 16:42:46.890731"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.892302"], ["updated_at", "2018-10-11 16:42:46.892302"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.893915"], ["updated_at", "2018-10-11 16:42:46.893915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.895455"], ["updated_at", "2018-10-11 16:42:46.895455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.897171"], ["updated_at", "2018-10-11 16:42:46.897171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.898956"], ["updated_at", "2018-10-11 16:42:46.898956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.900726"], ["updated_at", "2018-10-11 16:42:46.900726"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.902727"], ["updated_at", "2018-10-11 16:42:46.902727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.904898"], ["updated_at", "2018-10-11 16:42:46.904898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.906586"], ["updated_at", "2018-10-11 16:42:46.906586"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.908368"], ["updated_at", "2018-10-11 16:42:46.908368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.910078"], ["updated_at", "2018-10-11 16:42:46.910078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.911760"], ["updated_at", "2018-10-11 16:42:46.911760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.913690"], ["updated_at", "2018-10-11 16:42:46.913690"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.915353"], ["updated_at", "2018-10-11 16:42:46.915353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.916923"], ["updated_at", "2018-10-11 16:42:46.916923"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.918565"], ["updated_at", "2018-10-11 16:42:46.918565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.920167"], ["updated_at", "2018-10-11 16:42:46.920167"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.921727"], ["updated_at", "2018-10-11 16:42:46.921727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.923291"], ["updated_at", "2018-10-11 16:42:46.923291"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.924903"], ["updated_at", "2018-10-11 16:42:46.924903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.926468"], ["updated_at", "2018-10-11 16:42:46.926468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.928215"], ["updated_at", "2018-10-11 16:42:46.928215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.930167"], ["updated_at", "2018-10-11 16:42:46.930167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.932054"], ["updated_at", "2018-10-11 16:42:46.932054"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.933794"], ["updated_at", "2018-10-11 16:42:46.933794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.935828"], ["updated_at", "2018-10-11 16:42:46.935828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.937534"], ["updated_at", "2018-10-11 16:42:46.937534"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.939277"], ["updated_at", "2018-10-11 16:42:46.939277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.941650"], ["updated_at", "2018-10-11 16:42:46.941650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.943248"], ["updated_at", "2018-10-11 16:42:46.943248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.944889"], ["updated_at", "2018-10-11 16:42:46.944889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.946491"], ["updated_at", "2018-10-11 16:42:46.946491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.948021"], ["updated_at", "2018-10-11 16:42:46.948021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.949590"], ["updated_at", "2018-10-11 16:42:46.949590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.951362"], ["updated_at", "2018-10-11 16:42:46.951362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.953127"], ["updated_at", "2018-10-11 16:42:46.953127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.954706"], ["updated_at", "2018-10-11 16:42:46.954706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.956283"], ["updated_at", "2018-10-11 16:42:46.956283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.957834"], ["updated_at", "2018-10-11 16:42:46.957834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.959380"], ["updated_at", "2018-10-11 16:42:46.959380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.960891"], ["updated_at", "2018-10-11 16:42:46.960891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.962478"], ["updated_at", "2018-10-11 16:42:46.962478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.964445"], ["updated_at", "2018-10-11 16:42:46.964445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.966044"], ["updated_at", "2018-10-11 16:42:46.966044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.967607"], ["updated_at", "2018-10-11 16:42:46.967607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.969126"], ["updated_at", "2018-10-11 16:42:46.969126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.970647"], ["updated_at", "2018-10-11 16:42:46.970647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.972146"], ["updated_at", "2018-10-11 16:42:46.972146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.973678"], ["updated_at", "2018-10-11 16:42:46.973678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.975170"], ["updated_at", "2018-10-11 16:42:46.975170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.976726"], ["updated_at", "2018-10-11 16:42:46.976726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.978215"], ["updated_at", "2018-10-11 16:42:46.978215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.979779"], ["updated_at", "2018-10-11 16:42:46.979779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.981306"], ["updated_at", "2018-10-11 16:42:46.981306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.982837"], ["updated_at", "2018-10-11 16:42:46.982837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.984333"], ["updated_at", "2018-10-11 16:42:46.984333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.985858"], ["updated_at", "2018-10-11 16:42:46.985858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.987368"], ["updated_at", "2018-10-11 16:42:46.987368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.988892"], ["updated_at", "2018-10-11 16:42:46.988892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.990562"], ["updated_at", "2018-10-11 16:42:46.990562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.992188"], ["updated_at", "2018-10-11 16:42:46.992188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.993765"], ["updated_at", "2018-10-11 16:42:46.993765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.995291"], ["updated_at", "2018-10-11 16:42:46.995291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.996872"], ["updated_at", "2018-10-11 16:42:46.996872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.998426"], ["updated_at", "2018-10-11 16:42:46.998426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:46.999948"], ["updated_at", "2018-10-11 16:42:46.999948"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.001705"], ["updated_at", "2018-10-11 16:42:47.001705"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.003374"], ["updated_at", "2018-10-11 16:42:47.003374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.005097"], ["updated_at", "2018-10-11 16:42:47.005097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.006684"], ["updated_at", "2018-10-11 16:42:47.006684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.008224"], ["updated_at", "2018-10-11 16:42:47.008224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.009744"], ["updated_at", "2018-10-11 16:42:47.009744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.011287"], ["updated_at", "2018-10-11 16:42:47.011287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.012801"], ["updated_at", "2018-10-11 16:42:47.012801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.014337"], ["updated_at", "2018-10-11 16:42:47.014337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.015915"], ["updated_at", "2018-10-11 16:42:47.015915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.017530"], ["updated_at", "2018-10-11 16:42:47.017530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.019044"], ["updated_at", "2018-10-11 16:42:47.019044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.020566"], ["updated_at", "2018-10-11 16:42:47.020566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.022115"], ["updated_at", "2018-10-11 16:42:47.022115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.023613"], ["updated_at", "2018-10-11 16:42:47.023613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.025114"], ["updated_at", "2018-10-11 16:42:47.025114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.026646"], ["updated_at", "2018-10-11 16:42:47.026646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.028143"], ["updated_at", "2018-10-11 16:42:47.028143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.029625"], ["updated_at", "2018-10-11 16:42:47.029625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.031117"], ["updated_at", "2018-10-11 16:42:47.031117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.032615"], ["updated_at", "2018-10-11 16:42:47.032615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.034125"], ["updated_at", "2018-10-11 16:42:47.034125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.035656"], ["updated_at", "2018-10-11 16:42:47.035656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.037213"], ["updated_at", "2018-10-11 16:42:47.037213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.038707"], ["updated_at", "2018-10-11 16:42:47.038707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.040263"], ["updated_at", "2018-10-11 16:42:47.040263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.041831"], ["updated_at", "2018-10-11 16:42:47.041831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.043376"], ["updated_at", "2018-10-11 16:42:47.043376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.044903"], ["updated_at", "2018-10-11 16:42:47.044903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.046436"], ["updated_at", "2018-10-11 16:42:47.046436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.047934"], ["updated_at", "2018-10-11 16:42:47.047934"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.049439"], ["updated_at", "2018-10-11 16:42:47.049439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.051127"], ["updated_at", "2018-10-11 16:42:47.051127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.052654"], ["updated_at", "2018-10-11 16:42:47.052654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.054200"], ["updated_at", "2018-10-11 16:42:47.054200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.055785"], ["updated_at", "2018-10-11 16:42:47.055785"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.057333"], ["updated_at", "2018-10-11 16:42:47.057333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.059203"], ["updated_at", "2018-10-11 16:42:47.059203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.060828"], ["updated_at", "2018-10-11 16:42:47.060828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.062367"], ["updated_at", "2018-10-11 16:42:47.062367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.063916"], ["updated_at", "2018-10-11 16:42:47.063916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.065459"], ["updated_at", "2018-10-11 16:42:47.065459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.066979"], ["updated_at", "2018-10-11 16:42:47.066979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.068537"], ["updated_at", "2018-10-11 16:42:47.068537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.070086"], ["updated_at", "2018-10-11 16:42:47.070086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.071603"], ["updated_at", "2018-10-11 16:42:47.071603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.073093"], ["updated_at", "2018-10-11 16:42:47.073093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.074629"], ["updated_at", "2018-10-11 16:42:47.074629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.076137"], ["updated_at", "2018-10-11 16:42:47.076137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.077734"], ["updated_at", "2018-10-11 16:42:47.077734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.079404"], ["updated_at", "2018-10-11 16:42:47.079404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.080974"], ["updated_at", "2018-10-11 16:42:47.080974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.082526"], ["updated_at", "2018-10-11 16:42:47.082526"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.084142"], ["updated_at", "2018-10-11 16:42:47.084142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.086436"], ["updated_at", "2018-10-11 16:42:47.086436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.088011"], ["updated_at", "2018-10-11 16:42:47.088011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.089645"], ["updated_at", "2018-10-11 16:42:47.089645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.091216"], ["updated_at", "2018-10-11 16:42:47.091216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.092803"], ["updated_at", "2018-10-11 16:42:47.092803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.094335"], ["updated_at", "2018-10-11 16:42:47.094335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.095934"], ["updated_at", "2018-10-11 16:42:47.095934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.097525"], ["updated_at", "2018-10-11 16:42:47.097525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.099029"], ["updated_at", "2018-10-11 16:42:47.099029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.100517"], ["updated_at", "2018-10-11 16:42:47.100517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.102042"], ["updated_at", "2018-10-11 16:42:47.102042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.103545"], ["updated_at", "2018-10-11 16:42:47.103545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.105054"], ["updated_at", "2018-10-11 16:42:47.105054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.106635"], ["updated_at", "2018-10-11 16:42:47.106635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.108122"], ["updated_at", "2018-10-11 16:42:47.108122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.109660"], ["updated_at", "2018-10-11 16:42:47.109660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.111169"], ["updated_at", "2018-10-11 16:42:47.111169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.112783"], ["updated_at", "2018-10-11 16:42:47.112783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.114370"], ["updated_at", "2018-10-11 16:42:47.114370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.115899"], ["updated_at", "2018-10-11 16:42:47.115899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.117399"], ["updated_at", "2018-10-11 16:42:47.117399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.118967"], ["updated_at", "2018-10-11 16:42:47.118967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.120579"], ["updated_at", "2018-10-11 16:42:47.120579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.122120"], ["updated_at", "2018-10-11 16:42:47.122120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.123622"], ["updated_at", "2018-10-11 16:42:47.123622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.125166"], ["updated_at", "2018-10-11 16:42:47.125166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.126700"], ["updated_at", "2018-10-11 16:42:47.126700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.128250"], ["updated_at", "2018-10-11 16:42:47.128250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.129838"], ["updated_at", "2018-10-11 16:42:47.129838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.131369"], ["updated_at", "2018-10-11 16:42:47.131369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.132922"], ["updated_at", "2018-10-11 16:42:47.132922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.134425"], ["updated_at", "2018-10-11 16:42:47.134425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.135986"], ["updated_at", "2018-10-11 16:42:47.135986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.137536"], ["updated_at", "2018-10-11 16:42:47.137536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.139057"], ["updated_at", "2018-10-11 16:42:47.139057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.140607"], ["updated_at", "2018-10-11 16:42:47.140607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.143458"], ["updated_at", "2018-10-11 16:42:47.143458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.145109"], ["updated_at", "2018-10-11 16:42:47.145109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.146623"], ["updated_at", "2018-10-11 16:42:47.146623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.148166"], ["updated_at", "2018-10-11 16:42:47.148166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.149784"], ["updated_at", "2018-10-11 16:42:47.149784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.151304"], ["updated_at", "2018-10-11 16:42:47.151304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.152812"], ["updated_at", "2018-10-11 16:42:47.152812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.154374"], ["updated_at", "2018-10-11 16:42:47.154374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.155897"], ["updated_at", "2018-10-11 16:42:47.155897"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.157447"], ["updated_at", "2018-10-11 16:42:47.157447"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.159269"], ["updated_at", "2018-10-11 16:42:47.159269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.161016"], ["updated_at", "2018-10-11 16:42:47.161016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.162586"], ["updated_at", "2018-10-11 16:42:47.162586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.164143"], ["updated_at", "2018-10-11 16:42:47.164143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.165720"], ["updated_at", "2018-10-11 16:42:47.165720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.167274"], ["updated_at", "2018-10-11 16:42:47.167274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.168845"], ["updated_at", "2018-10-11 16:42:47.168845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.170363"], ["updated_at", "2018-10-11 16:42:47.170363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.171894"], ["updated_at", "2018-10-11 16:42:47.171894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.173425"], ["updated_at", "2018-10-11 16:42:47.173425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.174951"], ["updated_at", "2018-10-11 16:42:47.174951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.176512"], ["updated_at", "2018-10-11 16:42:47.176512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.178060"], ["updated_at", "2018-10-11 16:42:47.178060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.179646"], ["updated_at", "2018-10-11 16:42:47.179646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.181126"], ["updated_at", "2018-10-11 16:42:47.181126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.182667"], ["updated_at", "2018-10-11 16:42:47.182667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.184182"], ["updated_at", "2018-10-11 16:42:47.184182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.185867"], ["updated_at", "2018-10-11 16:42:47.185867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.187471"], ["updated_at", "2018-10-11 16:42:47.187471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.189005"], ["updated_at", "2018-10-11 16:42:47.189005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.190533"], ["updated_at", "2018-10-11 16:42:47.190533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.192047"], ["updated_at", "2018-10-11 16:42:47.192047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.193661"], ["updated_at", "2018-10-11 16:42:47.193661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.195196"], ["updated_at", "2018-10-11 16:42:47.195196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.196740"], ["updated_at", "2018-10-11 16:42:47.196740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.198295"], ["updated_at", "2018-10-11 16:42:47.198295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.199831"], ["updated_at", "2018-10-11 16:42:47.199831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.201411"], ["updated_at", "2018-10-11 16:42:47.201411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.202922"], ["updated_at", "2018-10-11 16:42:47.202922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.204450"], ["updated_at", "2018-10-11 16:42:47.204450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.206016"], ["updated_at", "2018-10-11 16:42:47.206016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.207544"], ["updated_at", "2018-10-11 16:42:47.207544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.209142"], ["updated_at", "2018-10-11 16:42:47.209142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.210844"], ["updated_at", "2018-10-11 16:42:47.210844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.212372"], ["updated_at", "2018-10-11 16:42:47.212372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.213896"], ["updated_at", "2018-10-11 16:42:47.213896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.215400"], ["updated_at", "2018-10-11 16:42:47.215400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.216914"], ["updated_at", "2018-10-11 16:42:47.216914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.218466"], ["updated_at", "2018-10-11 16:42:47.218466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.220085"], ["updated_at", "2018-10-11 16:42:47.220085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.221664"], ["updated_at", "2018-10-11 16:42:47.221664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.223303"], ["updated_at", "2018-10-11 16:42:47.223303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.224851"], ["updated_at", "2018-10-11 16:42:47.224851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.226369"], ["updated_at", "2018-10-11 16:42:47.226369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.227918"], ["updated_at", "2018-10-11 16:42:47.227918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.229436"], ["updated_at", "2018-10-11 16:42:47.229436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.230988"], ["updated_at", "2018-10-11 16:42:47.230988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.232508"], ["updated_at", "2018-10-11 16:42:47.232508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.234023"], ["updated_at", "2018-10-11 16:42:47.234023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.235494"], ["updated_at", "2018-10-11 16:42:47.235494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.237008"], ["updated_at", "2018-10-11 16:42:47.237008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.238554"], ["updated_at", "2018-10-11 16:42:47.238554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.240075"], ["updated_at", "2018-10-11 16:42:47.240075"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.241689"], ["updated_at", "2018-10-11 16:42:47.241689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.243753"], ["updated_at", "2018-10-11 16:42:47.243753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.245295"], ["updated_at", "2018-10-11 16:42:47.245295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.246935"], ["updated_at", "2018-10-11 16:42:47.246935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.248476"], ["updated_at", "2018-10-11 16:42:47.248476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.249976"], ["updated_at", "2018-10-11 16:42:47.249976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.251463"], ["updated_at", "2018-10-11 16:42:47.251463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.253433"], ["updated_at", "2018-10-11 16:42:47.253433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.255338"], ["updated_at", "2018-10-11 16:42:47.255338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.256855"], ["updated_at", "2018-10-11 16:42:47.256855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.258423"], ["updated_at", "2018-10-11 16:42:47.258423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.259962"], ["updated_at", "2018-10-11 16:42:47.259962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.261459"], ["updated_at", "2018-10-11 16:42:47.261459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.263158"], ["updated_at", "2018-10-11 16:42:47.263158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.264730"], ["updated_at", "2018-10-11 16:42:47.264730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.266327"], ["updated_at", "2018-10-11 16:42:47.266327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.267852"], ["updated_at", "2018-10-11 16:42:47.267852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.269437"], ["updated_at", "2018-10-11 16:42:47.269437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.270929"], ["updated_at", "2018-10-11 16:42:47.270929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.272467"], ["updated_at", "2018-10-11 16:42:47.272467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.273981"], ["updated_at", "2018-10-11 16:42:47.273981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.275516"], ["updated_at", "2018-10-11 16:42:47.275516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.277080"], ["updated_at", "2018-10-11 16:42:47.277080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.278681"], ["updated_at", "2018-10-11 16:42:47.278681"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.280211"], ["updated_at", "2018-10-11 16:42:47.280211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.281937"], ["updated_at", "2018-10-11 16:42:47.281937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.283493"], ["updated_at", "2018-10-11 16:42:47.283493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.285012"], ["updated_at", "2018-10-11 16:42:47.285012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.286545"], ["updated_at", "2018-10-11 16:42:47.286545"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.288095"], ["updated_at", "2018-10-11 16:42:47.288095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.290159"], ["updated_at", "2018-10-11 16:42:47.290159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.291726"], ["updated_at", "2018-10-11 16:42:47.291726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.293281"], ["updated_at", "2018-10-11 16:42:47.293281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.294815"], ["updated_at", "2018-10-11 16:42:47.294815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.296363"], ["updated_at", "2018-10-11 16:42:47.296363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.297895"], ["updated_at", "2018-10-11 16:42:47.297895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.299475"], ["updated_at", "2018-10-11 16:42:47.299475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.301019"], ["updated_at", "2018-10-11 16:42:47.301019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.302530"], ["updated_at", "2018-10-11 16:42:47.302530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.304037"], ["updated_at", "2018-10-11 16:42:47.304037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.305563"], ["updated_at", "2018-10-11 16:42:47.305563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.307148"], ["updated_at", "2018-10-11 16:42:47.307148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.308668"], ["updated_at", "2018-10-11 16:42:47.308668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.310207"], ["updated_at", "2018-10-11 16:42:47.310207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.311738"], ["updated_at", "2018-10-11 16:42:47.311738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.313346"], ["updated_at", "2018-10-11 16:42:47.313346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.314985"], ["updated_at", "2018-10-11 16:42:47.314985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.316674"], ["updated_at", "2018-10-11 16:42:47.316674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.318234"], ["updated_at", "2018-10-11 16:42:47.318234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.319790"], ["updated_at", "2018-10-11 16:42:47.319790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.321358"], ["updated_at", "2018-10-11 16:42:47.321358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.322861"], ["updated_at", "2018-10-11 16:42:47.322861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.324407"], ["updated_at", "2018-10-11 16:42:47.324407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.325926"], ["updated_at", "2018-10-11 16:42:47.325926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.327514"], ["updated_at", "2018-10-11 16:42:47.327514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.329070"], ["updated_at", "2018-10-11 16:42:47.329070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.330647"], ["updated_at", "2018-10-11 16:42:47.330647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.332159"], ["updated_at", "2018-10-11 16:42:47.332159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.333690"], ["updated_at", "2018-10-11 16:42:47.333690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.335243"], ["updated_at", "2018-10-11 16:42:47.335243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.336800"], ["updated_at", "2018-10-11 16:42:47.336800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.338310"], ["updated_at", "2018-10-11 16:42:47.338310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.339842"], ["updated_at", "2018-10-11 16:42:47.339842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.341375"], ["updated_at", "2018-10-11 16:42:47.341375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.342867"], ["updated_at", "2018-10-11 16:42:47.342867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.344398"], ["updated_at", "2018-10-11 16:42:47.344398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.345946"], ["updated_at", "2018-10-11 16:42:47.345946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.347466"], ["updated_at", "2018-10-11 16:42:47.347466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.348963"], ["updated_at", "2018-10-11 16:42:47.348963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.350547"], ["updated_at", "2018-10-11 16:42:47.350547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.352116"], ["updated_at", "2018-10-11 16:42:47.352116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.353646"], ["updated_at", "2018-10-11 16:42:47.353646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.355159"], ["updated_at", "2018-10-11 16:42:47.355159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.356683"], ["updated_at", "2018-10-11 16:42:47.356683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.358201"], ["updated_at", "2018-10-11 16:42:47.358201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.359859"], ["updated_at", "2018-10-11 16:42:47.359859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.361425"], ["updated_at", "2018-10-11 16:42:47.361425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.363038"], ["updated_at", "2018-10-11 16:42:47.363038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.364664"], ["updated_at", "2018-10-11 16:42:47.364664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.366187"], ["updated_at", "2018-10-11 16:42:47.366187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.367716"], ["updated_at", "2018-10-11 16:42:47.367716"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.369362"], ["updated_at", "2018-10-11 16:42:47.369362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.371211"], ["updated_at", "2018-10-11 16:42:47.371211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.372804"], ["updated_at", "2018-10-11 16:42:47.372804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.374525"], ["updated_at", "2018-10-11 16:42:47.374525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.376221"], ["updated_at", "2018-10-11 16:42:47.376221"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.377765"], ["updated_at", "2018-10-11 16:42:47.377765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.379316"], ["updated_at", "2018-10-11 16:42:47.379316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.380929"], ["updated_at", "2018-10-11 16:42:47.380929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.382570"], ["updated_at", "2018-10-11 16:42:47.382570"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.384118"], ["updated_at", "2018-10-11 16:42:47.384118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.385829"], ["updated_at", "2018-10-11 16:42:47.385829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.387388"], ["updated_at", "2018-10-11 16:42:47.387388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.388993"], ["updated_at", "2018-10-11 16:42:47.388993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.390497"], ["updated_at", "2018-10-11 16:42:47.390497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.392031"], ["updated_at", "2018-10-11 16:42:47.392031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.393892"], ["updated_at", "2018-10-11 16:42:47.393892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.395611"], ["updated_at", "2018-10-11 16:42:47.395611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.397175"], ["updated_at", "2018-10-11 16:42:47.397175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.398704"], ["updated_at", "2018-10-11 16:42:47.398704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.400258"], ["updated_at", "2018-10-11 16:42:47.400258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.401753"], ["updated_at", "2018-10-11 16:42:47.401753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.403299"], ["updated_at", "2018-10-11 16:42:47.403299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.404831"], ["updated_at", "2018-10-11 16:42:47.404831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.406376"], ["updated_at", "2018-10-11 16:42:47.406376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.407917"], ["updated_at", "2018-10-11 16:42:47.407917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.409446"], ["updated_at", "2018-10-11 16:42:47.409446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.410989"], ["updated_at", "2018-10-11 16:42:47.410989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.412461"], ["updated_at", "2018-10-11 16:42:47.412461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.413957"], ["updated_at", "2018-10-11 16:42:47.413957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.415475"], ["updated_at", "2018-10-11 16:42:47.415475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.417004"], ["updated_at", "2018-10-11 16:42:47.417004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.418608"], ["updated_at", "2018-10-11 16:42:47.418608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.420146"], ["updated_at", "2018-10-11 16:42:47.420146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.421668"], ["updated_at", "2018-10-11 16:42:47.421668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.423218"], ["updated_at", "2018-10-11 16:42:47.423218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.424767"], ["updated_at", "2018-10-11 16:42:47.424767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.426341"], ["updated_at", "2018-10-11 16:42:47.426341"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.427999"], ["updated_at", "2018-10-11 16:42:47.427999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.429756"], ["updated_at", "2018-10-11 16:42:47.429756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.432724"], ["updated_at", "2018-10-11 16:42:47.432724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.434317"], ["updated_at", "2018-10-11 16:42:47.434317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.435871"], ["updated_at", "2018-10-11 16:42:47.435871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.437438"], ["updated_at", "2018-10-11 16:42:47.437438"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.438959"], ["updated_at", "2018-10-11 16:42:47.438959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.440630"], ["updated_at", "2018-10-11 16:42:47.440630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.442193"], ["updated_at", "2018-10-11 16:42:47.442193"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.443760"], ["updated_at", "2018-10-11 16:42:47.443760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.445454"], ["updated_at", "2018-10-11 16:42:47.445454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.446996"], ["updated_at", "2018-10-11 16:42:47.446996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.448524"], ["updated_at", "2018-10-11 16:42:47.448524"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.450052"], ["updated_at", "2018-10-11 16:42:47.450052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.451791"], ["updated_at", "2018-10-11 16:42:47.451791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.453321"], ["updated_at", "2018-10-11 16:42:47.453321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.454843"], ["updated_at", "2018-10-11 16:42:47.454843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.456385"], ["updated_at", "2018-10-11 16:42:47.456385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.457933"], ["updated_at", "2018-10-11 16:42:47.457933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.459450"], ["updated_at", "2018-10-11 16:42:47.459450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.460963"], ["updated_at", "2018-10-11 16:42:47.460963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.462511"], ["updated_at", "2018-10-11 16:42:47.462511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.464081"], ["updated_at", "2018-10-11 16:42:47.464081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.465575"], ["updated_at", "2018-10-11 16:42:47.465575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.467136"], ["updated_at", "2018-10-11 16:42:47.467136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.468642"], ["updated_at", "2018-10-11 16:42:47.468642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.470135"], ["updated_at", "2018-10-11 16:42:47.470135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.471674"], ["updated_at", "2018-10-11 16:42:47.471674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.473204"], ["updated_at", "2018-10-11 16:42:47.473204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.474826"], ["updated_at", "2018-10-11 16:42:47.474826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.476355"], ["updated_at", "2018-10-11 16:42:47.476355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.477851"], ["updated_at", "2018-10-11 16:42:47.477851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.479444"], ["updated_at", "2018-10-11 16:42:47.479444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.481031"], ["updated_at", "2018-10-11 16:42:47.481031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.482539"], ["updated_at", "2018-10-11 16:42:47.482539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.484063"], ["updated_at", "2018-10-11 16:42:47.484063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.485611"], ["updated_at", "2018-10-11 16:42:47.485611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.487216"], ["updated_at", "2018-10-11 16:42:47.487216"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.488848"], ["updated_at", "2018-10-11 16:42:47.488848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.490633"], ["updated_at", "2018-10-11 16:42:47.490633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.492275"], ["updated_at", "2018-10-11 16:42:47.492275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.493967"], ["updated_at", "2018-10-11 16:42:47.493967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.495591"], ["updated_at", "2018-10-11 16:42:47.495591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.497106"], ["updated_at", "2018-10-11 16:42:47.497106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.498634"], ["updated_at", "2018-10-11 16:42:47.498634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.500186"], ["updated_at", "2018-10-11 16:42:47.500186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.501715"], ["updated_at", "2018-10-11 16:42:47.501715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.503257"], ["updated_at", "2018-10-11 16:42:47.503257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.504778"], ["updated_at", "2018-10-11 16:42:47.504778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.506313"], ["updated_at", "2018-10-11 16:42:47.506313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.507845"], ["updated_at", "2018-10-11 16:42:47.507845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.509381"], ["updated_at", "2018-10-11 16:42:47.509381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.510907"], ["updated_at", "2018-10-11 16:42:47.510907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.512411"], ["updated_at", "2018-10-11 16:42:47.512411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.513915"], ["updated_at", "2018-10-11 16:42:47.513915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.515446"], ["updated_at", "2018-10-11 16:42:47.515446"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.516947"], ["updated_at", "2018-10-11 16:42:47.516947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.518452"], ["updated_at", "2018-10-11 16:42:47.518452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.519958"], ["updated_at", "2018-10-11 16:42:47.519958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.521456"], ["updated_at", "2018-10-11 16:42:47.521456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.522968"], ["updated_at", "2018-10-11 16:42:47.522968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.524505"], ["updated_at", "2018-10-11 16:42:47.524505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.525997"], ["updated_at", "2018-10-11 16:42:47.525997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.527534"], ["updated_at", "2018-10-11 16:42:47.527534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.529032"], ["updated_at", "2018-10-11 16:42:47.529032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.530538"], ["updated_at", "2018-10-11 16:42:47.530538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.532317"], ["updated_at", "2018-10-11 16:42:47.532317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.533862"], ["updated_at", "2018-10-11 16:42:47.533862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.535383"], ["updated_at", "2018-10-11 16:42:47.535383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.536902"], ["updated_at", "2018-10-11 16:42:47.536902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.538429"], ["updated_at", "2018-10-11 16:42:47.538429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.539976"], ["updated_at", "2018-10-11 16:42:47.539976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.541654"], ["updated_at", "2018-10-11 16:42:47.541654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.543199"], ["updated_at", "2018-10-11 16:42:47.543199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.544726"], ["updated_at", "2018-10-11 16:42:47.544726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.546283"], ["updated_at", "2018-10-11 16:42:47.546283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.547826"], ["updated_at", "2018-10-11 16:42:47.547826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.549343"], ["updated_at", "2018-10-11 16:42:47.549343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.550883"], ["updated_at", "2018-10-11 16:42:47.550883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.552415"], ["updated_at", "2018-10-11 16:42:47.552415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.553994"], ["updated_at", "2018-10-11 16:42:47.553994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.555545"], ["updated_at", "2018-10-11 16:42:47.555545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.557088"], ["updated_at", "2018-10-11 16:42:47.557088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.558746"], ["updated_at", "2018-10-11 16:42:47.558746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.560300"], ["updated_at", "2018-10-11 16:42:47.560300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.561819"], ["updated_at", "2018-10-11 16:42:47.561819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.563347"], ["updated_at", "2018-10-11 16:42:47.563347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.564997"], ["updated_at", "2018-10-11 16:42:47.564997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.566618"], ["updated_at", "2018-10-11 16:42:47.566618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.568193"], ["updated_at", "2018-10-11 16:42:47.568193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.569714"], ["updated_at", "2018-10-11 16:42:47.569714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.571252"], ["updated_at", "2018-10-11 16:42:47.571252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.573004"], ["updated_at", "2018-10-11 16:42:47.573004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.574694"], ["updated_at", "2018-10-11 16:42:47.574694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.576294"], ["updated_at", "2018-10-11 16:42:47.576294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.577863"], ["updated_at", "2018-10-11 16:42:47.577863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.579403"], ["updated_at", "2018-10-11 16:42:47.579403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.580964"], ["updated_at", "2018-10-11 16:42:47.580964"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.582513"], ["updated_at", "2018-10-11 16:42:47.582513"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.584173"], ["updated_at", "2018-10-11 16:42:47.584173"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.586491"], ["updated_at", "2018-10-11 16:42:47.586491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.588522"], ["updated_at", "2018-10-11 16:42:47.588522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.590103"], ["updated_at", "2018-10-11 16:42:47.590103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.591662"], ["updated_at", "2018-10-11 16:42:47.591662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.593204"], ["updated_at", "2018-10-11 16:42:47.593204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.594820"], ["updated_at", "2018-10-11 16:42:47.594820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.596383"], ["updated_at", "2018-10-11 16:42:47.596383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.597908"], ["updated_at", "2018-10-11 16:42:47.597908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.599459"], ["updated_at", "2018-10-11 16:42:47.599459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.601006"], ["updated_at", "2018-10-11 16:42:47.601006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.602542"], ["updated_at", "2018-10-11 16:42:47.602542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.604042"], ["updated_at", "2018-10-11 16:42:47.604042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.605579"], ["updated_at", "2018-10-11 16:42:47.605579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.607128"], ["updated_at", "2018-10-11 16:42:47.607128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.608665"], ["updated_at", "2018-10-11 16:42:47.608665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.610206"], ["updated_at", "2018-10-11 16:42:47.610206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.611727"], ["updated_at", "2018-10-11 16:42:47.611727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.613283"], ["updated_at", "2018-10-11 16:42:47.613283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.614821"], ["updated_at", "2018-10-11 16:42:47.614821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.616534"], ["updated_at", "2018-10-11 16:42:47.616534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.618108"], ["updated_at", "2018-10-11 16:42:47.618108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.619708"], ["updated_at", "2018-10-11 16:42:47.619708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.621203"], ["updated_at", "2018-10-11 16:42:47.621203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.622854"], ["updated_at", "2018-10-11 16:42:47.622854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.624444"], ["updated_at", "2018-10-11 16:42:47.624444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.626038"], ["updated_at", "2018-10-11 16:42:47.626038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.627564"], ["updated_at", "2018-10-11 16:42:47.627564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.629129"], ["updated_at", "2018-10-11 16:42:47.629129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.630837"], ["updated_at", "2018-10-11 16:42:47.630837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.632642"], ["updated_at", "2018-10-11 16:42:47.632642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.634365"], ["updated_at", "2018-10-11 16:42:47.634365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.636078"], ["updated_at", "2018-10-11 16:42:47.636078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.637676"], ["updated_at", "2018-10-11 16:42:47.637676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.639218"], ["updated_at", "2018-10-11 16:42:47.639218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.640773"], ["updated_at", "2018-10-11 16:42:47.640773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.642299"], ["updated_at", "2018-10-11 16:42:47.642299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.643873"], ["updated_at", "2018-10-11 16:42:47.643873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.645368"], ["updated_at", "2018-10-11 16:42:47.645368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.646962"], ["updated_at", "2018-10-11 16:42:47.646962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.648531"], ["updated_at", "2018-10-11 16:42:47.648531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.650109"], ["updated_at", "2018-10-11 16:42:47.650109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.651595"], ["updated_at", "2018-10-11 16:42:47.651595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.653200"], ["updated_at", "2018-10-11 16:42:47.653200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.654729"], ["updated_at", "2018-10-11 16:42:47.654729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.656249"], ["updated_at", "2018-10-11 16:42:47.656249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.657779"], ["updated_at", "2018-10-11 16:42:47.657779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.659319"], ["updated_at", "2018-10-11 16:42:47.659319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.660860"], ["updated_at", "2018-10-11 16:42:47.660860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.662363"], ["updated_at", "2018-10-11 16:42:47.662363"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.663992"], ["updated_at", "2018-10-11 16:42:47.663992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.665667"], ["updated_at", "2018-10-11 16:42:47.665667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.667236"], ["updated_at", "2018-10-11 16:42:47.667236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.668757"], ["updated_at", "2018-10-11 16:42:47.668757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.670395"], ["updated_at", "2018-10-11 16:42:47.670395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.671935"], ["updated_at", "2018-10-11 16:42:47.671935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.673462"], ["updated_at", "2018-10-11 16:42:47.673462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.674993"], ["updated_at", "2018-10-11 16:42:47.674993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.676511"], ["updated_at", "2018-10-11 16:42:47.676511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.678066"], ["updated_at", "2018-10-11 16:42:47.678066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.679580"], ["updated_at", "2018-10-11 16:42:47.679580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.681102"], ["updated_at", "2018-10-11 16:42:47.681102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.682688"], ["updated_at", "2018-10-11 16:42:47.682688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.684294"], ["updated_at", "2018-10-11 16:42:47.684294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.685847"], ["updated_at", "2018-10-11 16:42:47.685847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.687952"], ["updated_at", "2018-10-11 16:42:47.687952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.689628"], ["updated_at", "2018-10-11 16:42:47.689628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.691255"], ["updated_at", "2018-10-11 16:42:47.691255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.693046"], ["updated_at", "2018-10-11 16:42:47.693046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.694757"], ["updated_at", "2018-10-11 16:42:47.694757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.696310"], ["updated_at", "2018-10-11 16:42:47.696310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.697833"], ["updated_at", "2018-10-11 16:42:47.697833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.699423"], ["updated_at", "2018-10-11 16:42:47.699423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.700939"], ["updated_at", "2018-10-11 16:42:47.700939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.702501"], ["updated_at", "2018-10-11 16:42:47.702501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.704028"], ["updated_at", "2018-10-11 16:42:47.704028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.705565"], ["updated_at", "2018-10-11 16:42:47.705565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.707179"], ["updated_at", "2018-10-11 16:42:47.707179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.708750"], ["updated_at", "2018-10-11 16:42:47.708750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.710264"], ["updated_at", "2018-10-11 16:42:47.710264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.711832"], ["updated_at", "2018-10-11 16:42:47.711832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.713393"], ["updated_at", "2018-10-11 16:42:47.713393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.714921"], ["updated_at", "2018-10-11 16:42:47.714921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.716476"], ["updated_at", "2018-10-11 16:42:47.716476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.717989"], ["updated_at", "2018-10-11 16:42:47.717989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.720983"], ["updated_at", "2018-10-11 16:42:47.720983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.722576"], ["updated_at", "2018-10-11 16:42:47.722576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.724146"], ["updated_at", "2018-10-11 16:42:47.724146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.725694"], ["updated_at", "2018-10-11 16:42:47.725694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.727198"], ["updated_at", "2018-10-11 16:42:47.727198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.728725"], ["updated_at", "2018-10-11 16:42:47.728725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.730417"], ["updated_at", "2018-10-11 16:42:47.730417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.732005"], ["updated_at", "2018-10-11 16:42:47.732005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.733582"], ["updated_at", "2018-10-11 16:42:47.733582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.735077"], ["updated_at", "2018-10-11 16:42:47.735077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.736623"], ["updated_at", "2018-10-11 16:42:47.736623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.738208"], ["updated_at", "2018-10-11 16:42:47.738208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.739818"], ["updated_at", "2018-10-11 16:42:47.739818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.741463"], ["updated_at", "2018-10-11 16:42:47.741463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.743174"], ["updated_at", "2018-10-11 16:42:47.743174"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.744712"], ["updated_at", "2018-10-11 16:42:47.744712"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.746830"], ["updated_at", "2018-10-11 16:42:47.746830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.748603"], ["updated_at", "2018-10-11 16:42:47.748603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.750144"], ["updated_at", "2018-10-11 16:42:47.750144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.751709"], ["updated_at", "2018-10-11 16:42:47.751709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.753310"], ["updated_at", "2018-10-11 16:42:47.753310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.754942"], ["updated_at", "2018-10-11 16:42:47.754942"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.756752"], ["updated_at", "2018-10-11 16:42:47.756752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.758522"], ["updated_at", "2018-10-11 16:42:47.758522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.760103"], ["updated_at", "2018-10-11 16:42:47.760103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.761667"], ["updated_at", "2018-10-11 16:42:47.761667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.763275"], ["updated_at", "2018-10-11 16:42:47.763275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.764837"], ["updated_at", "2018-10-11 16:42:47.764837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.766423"], ["updated_at", "2018-10-11 16:42:47.766423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.768000"], ["updated_at", "2018-10-11 16:42:47.768000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.769520"], ["updated_at", "2018-10-11 16:42:47.769520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.771163"], ["updated_at", "2018-10-11 16:42:47.771163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.772760"], ["updated_at", "2018-10-11 16:42:47.772760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.774346"], ["updated_at", "2018-10-11 16:42:47.774346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.775983"], ["updated_at", "2018-10-11 16:42:47.775983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.777850"], ["updated_at", "2018-10-11 16:42:47.777850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.779438"], ["updated_at", "2018-10-11 16:42:47.779438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.781013"], ["updated_at", "2018-10-11 16:42:47.781013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.782557"], ["updated_at", "2018-10-11 16:42:47.782557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.784113"], ["updated_at", "2018-10-11 16:42:47.784113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.785603"], ["updated_at", "2018-10-11 16:42:47.785603"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.787212"], ["updated_at", "2018-10-11 16:42:47.787212"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.790322"], ["updated_at", "2018-10-11 16:42:47.790322"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.792265"], ["updated_at", "2018-10-11 16:42:47.792265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.793962"], ["updated_at", "2018-10-11 16:42:47.793962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.795503"], ["updated_at", "2018-10-11 16:42:47.795503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.797011"], ["updated_at", "2018-10-11 16:42:47.797011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.798693"], ["updated_at", "2018-10-11 16:42:47.798693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.800354"], ["updated_at", "2018-10-11 16:42:47.800354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.801936"], ["updated_at", "2018-10-11 16:42:47.801936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.803541"], ["updated_at", "2018-10-11 16:42:47.803541"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.805626"], ["updated_at", "2018-10-11 16:42:47.805626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.807555"], ["updated_at", "2018-10-11 16:42:47.807555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.809144"], ["updated_at", "2018-10-11 16:42:47.809144"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.810659"], ["updated_at", "2018-10-11 16:42:47.810659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.812448"], ["updated_at", "2018-10-11 16:42:47.812448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.814101"], ["updated_at", "2018-10-11 16:42:47.814101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.815810"], ["updated_at", "2018-10-11 16:42:47.815810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.817454"], ["updated_at", "2018-10-11 16:42:47.817454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.818991"], ["updated_at", "2018-10-11 16:42:47.818991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.820528"], ["updated_at", "2018-10-11 16:42:47.820528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.822010"], ["updated_at", "2018-10-11 16:42:47.822010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.823534"], ["updated_at", "2018-10-11 16:42:47.823534"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.825026"], ["updated_at", "2018-10-11 16:42:47.825026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.827488"], ["updated_at", "2018-10-11 16:42:47.827488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.829146"], ["updated_at", "2018-10-11 16:42:47.829146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.830682"], ["updated_at", "2018-10-11 16:42:47.830682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.832200"], ["updated_at", "2018-10-11 16:42:47.832200"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.833733"], ["updated_at", "2018-10-11 16:42:47.833733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.835424"], ["updated_at", "2018-10-11 16:42:47.835424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.836966"], ["updated_at", "2018-10-11 16:42:47.836966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.838533"], ["updated_at", "2018-10-11 16:42:47.838533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.840102"], ["updated_at", "2018-10-11 16:42:47.840102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.841686"], ["updated_at", "2018-10-11 16:42:47.841686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.843205"], ["updated_at", "2018-10-11 16:42:47.843205"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.844776"], ["updated_at", "2018-10-11 16:42:47.844776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.846558"], ["updated_at", "2018-10-11 16:42:47.846558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.848290"], ["updated_at", "2018-10-11 16:42:47.848290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.849965"], ["updated_at", "2018-10-11 16:42:47.849965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.851578"], ["updated_at", "2018-10-11 16:42:47.851578"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.853182"], ["updated_at", "2018-10-11 16:42:47.853182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.854984"], ["updated_at", "2018-10-11 16:42:47.854984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.856603"], ["updated_at", "2018-10-11 16:42:47.856603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.858183"], ["updated_at", "2018-10-11 16:42:47.858183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.859726"], ["updated_at", "2018-10-11 16:42:47.859726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.861310"], ["updated_at", "2018-10-11 16:42:47.861310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.862884"], ["updated_at", "2018-10-11 16:42:47.862884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.864638"], ["updated_at", "2018-10-11 16:42:47.864638"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.866190"], ["updated_at", "2018-10-11 16:42:47.866190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.868557"], ["updated_at", "2018-10-11 16:42:47.868557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.870369"], ["updated_at", "2018-10-11 16:42:47.870369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.872032"], ["updated_at", "2018-10-11 16:42:47.872032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.873687"], ["updated_at", "2018-10-11 16:42:47.873687"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.875287"], ["updated_at", "2018-10-11 16:42:47.875287"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.876995"], ["updated_at", "2018-10-11 16:42:47.876995"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.879562"], ["updated_at", "2018-10-11 16:42:47.879562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.881412"], ["updated_at", "2018-10-11 16:42:47.881412"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.883097"], ["updated_at", "2018-10-11 16:42:47.883097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.885422"], ["updated_at", "2018-10-11 16:42:47.885422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.887085"], ["updated_at", "2018-10-11 16:42:47.887085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.888629"], ["updated_at", "2018-10-11 16:42:47.888629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.890368"], ["updated_at", "2018-10-11 16:42:47.890368"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.892037"], ["updated_at", "2018-10-11 16:42:47.892037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.894194"], ["updated_at", "2018-10-11 16:42:47.894194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.895804"], ["updated_at", "2018-10-11 16:42:47.895804"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.897353"], ["updated_at", "2018-10-11 16:42:47.897353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.899086"], ["updated_at", "2018-10-11 16:42:47.899086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.900621"], ["updated_at", "2018-10-11 16:42:47.900621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.902169"], ["updated_at", "2018-10-11 16:42:47.902169"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.903698"], ["updated_at", "2018-10-11 16:42:47.903698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.905663"], ["updated_at", "2018-10-11 16:42:47.905663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.907213"], ["updated_at", "2018-10-11 16:42:47.907213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.908879"], ["updated_at", "2018-10-11 16:42:47.908879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.910483"], ["updated_at", "2018-10-11 16:42:47.910483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.912006"], ["updated_at", "2018-10-11 16:42:47.912006"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.913879"], ["updated_at", "2018-10-11 16:42:47.913879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.915752"], ["updated_at", "2018-10-11 16:42:47.915752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.917524"], ["updated_at", "2018-10-11 16:42:47.917524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.919270"], ["updated_at", "2018-10-11 16:42:47.919270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.920852"], ["updated_at", "2018-10-11 16:42:47.920852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.922382"], ["updated_at", "2018-10-11 16:42:47.922382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.923920"], ["updated_at", "2018-10-11 16:42:47.923920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.925476"], ["updated_at", "2018-10-11 16:42:47.925476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.927049"], ["updated_at", "2018-10-11 16:42:47.927049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.928594"], ["updated_at", "2018-10-11 16:42:47.928594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.930110"], ["updated_at", "2018-10-11 16:42:47.930110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.931668"], ["updated_at", "2018-10-11 16:42:47.931668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.933206"], ["updated_at", "2018-10-11 16:42:47.933206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.934758"], ["updated_at", "2018-10-11 16:42:47.934758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.936269"], ["updated_at", "2018-10-11 16:42:47.936269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.937808"], ["updated_at", "2018-10-11 16:42:47.937808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.939350"], ["updated_at", "2018-10-11 16:42:47.939350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.940865"], ["updated_at", "2018-10-11 16:42:47.940865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.942437"], ["updated_at", "2018-10-11 16:42:47.942437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.943958"], ["updated_at", "2018-10-11 16:42:47.943958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.945488"], ["updated_at", "2018-10-11 16:42:47.945488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.947000"], ["updated_at", "2018-10-11 16:42:47.947000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.948537"], ["updated_at", "2018-10-11 16:42:47.948537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.950139"], ["updated_at", "2018-10-11 16:42:47.950139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.951635"], ["updated_at", "2018-10-11 16:42:47.951635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.953185"], ["updated_at", "2018-10-11 16:42:47.953185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.954812"], ["updated_at", "2018-10-11 16:42:47.954812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.956444"], ["updated_at", "2018-10-11 16:42:47.956444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.958052"], ["updated_at", "2018-10-11 16:42:47.958052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.959674"], ["updated_at", "2018-10-11 16:42:47.959674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.961255"], ["updated_at", "2018-10-11 16:42:47.961255"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.962862"], ["updated_at", "2018-10-11 16:42:47.962862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.964683"], ["updated_at", "2018-10-11 16:42:47.964683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.966300"], ["updated_at", "2018-10-11 16:42:47.966300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.967837"], ["updated_at", "2018-10-11 16:42:47.967837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.969364"], ["updated_at", "2018-10-11 16:42:47.969364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.970987"], ["updated_at", "2018-10-11 16:42:47.970987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.972611"], ["updated_at", "2018-10-11 16:42:47.972611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.974234"], ["updated_at", "2018-10-11 16:42:47.974234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.975797"], ["updated_at", "2018-10-11 16:42:47.975797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.977331"], ["updated_at", "2018-10-11 16:42:47.977331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.978890"], ["updated_at", "2018-10-11 16:42:47.978890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.980416"], ["updated_at", "2018-10-11 16:42:47.980416"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.982105"], ["updated_at", "2018-10-11 16:42:47.982105"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.984216"], ["updated_at", "2018-10-11 16:42:47.984216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.986002"], ["updated_at", "2018-10-11 16:42:47.986002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.987597"], ["updated_at", "2018-10-11 16:42:47.987597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.989140"], ["updated_at", "2018-10-11 16:42:47.989140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.990693"], ["updated_at", "2018-10-11 16:42:47.990693"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.992248"], ["updated_at", "2018-10-11 16:42:47.992248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.994232"], ["updated_at", "2018-10-11 16:42:47.994232"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.995889"], ["updated_at", "2018-10-11 16:42:47.995889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.997792"], ["updated_at", "2018-10-11 16:42:47.997792"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:47.999405"], ["updated_at", "2018-10-11 16:42:47.999405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.001109"], ["updated_at", "2018-10-11 16:42:48.001109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.002679"], ["updated_at", "2018-10-11 16:42:48.002679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.004235"], ["updated_at", "2018-10-11 16:42:48.004235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.005761"], ["updated_at", "2018-10-11 16:42:48.005761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.007302"], ["updated_at", "2018-10-11 16:42:48.007302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.008840"], ["updated_at", "2018-10-11 16:42:48.008840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.010407"], ["updated_at", "2018-10-11 16:42:48.010407"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.011916"], ["updated_at", "2018-10-11 16:42:48.011916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.013952"], ["updated_at", "2018-10-11 16:42:48.013952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.015578"], ["updated_at", "2018-10-11 16:42:48.015578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.017174"], ["updated_at", "2018-10-11 16:42:48.017174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.018764"], ["updated_at", "2018-10-11 16:42:48.018764"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.020347"], ["updated_at", "2018-10-11 16:42:48.020347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.023343"], ["updated_at", "2018-10-11 16:42:48.023343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.024900"], ["updated_at", "2018-10-11 16:42:48.024900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.026449"], ["updated_at", "2018-10-11 16:42:48.026449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.027990"], ["updated_at", "2018-10-11 16:42:48.027990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.029499"], ["updated_at", "2018-10-11 16:42:48.029499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.031019"], ["updated_at", "2018-10-11 16:42:48.031019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.032628"], ["updated_at", "2018-10-11 16:42:48.032628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.034176"], ["updated_at", "2018-10-11 16:42:48.034176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.035776"], ["updated_at", "2018-10-11 16:42:48.035776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.037291"], ["updated_at", "2018-10-11 16:42:48.037291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.038828"], ["updated_at", "2018-10-11 16:42:48.038828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.040318"], ["updated_at", "2018-10-11 16:42:48.040318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.041849"], ["updated_at", "2018-10-11 16:42:48.041849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.043450"], ["updated_at", "2018-10-11 16:42:48.043450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.044958"], ["updated_at", "2018-10-11 16:42:48.044958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.046479"], ["updated_at", "2018-10-11 16:42:48.046479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.048043"], ["updated_at", "2018-10-11 16:42:48.048043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.049573"], ["updated_at", "2018-10-11 16:42:48.049573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.051090"], ["updated_at", "2018-10-11 16:42:48.051090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.052642"], ["updated_at", "2018-10-11 16:42:48.052642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.054159"], ["updated_at", "2018-10-11 16:42:48.054159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.055711"], ["updated_at", "2018-10-11 16:42:48.055711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.057196"], ["updated_at", "2018-10-11 16:42:48.057196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.058834"], ["updated_at", "2018-10-11 16:42:48.058834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.060387"], ["updated_at", "2018-10-11 16:42:48.060387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.061893"], ["updated_at", "2018-10-11 16:42:48.061893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.063425"], ["updated_at", "2018-10-11 16:42:48.063425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.064943"], ["updated_at", "2018-10-11 16:42:48.064943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.066509"], ["updated_at", "2018-10-11 16:42:48.066509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.068026"], ["updated_at", "2018-10-11 16:42:48.068026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.069534"], ["updated_at", "2018-10-11 16:42:48.069534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.071113"], ["updated_at", "2018-10-11 16:42:48.071113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.072631"], ["updated_at", "2018-10-11 16:42:48.072631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.074233"], ["updated_at", "2018-10-11 16:42:48.074233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.075772"], ["updated_at", "2018-10-11 16:42:48.075772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.077285"], ["updated_at", "2018-10-11 16:42:48.077285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.078915"], ["updated_at", "2018-10-11 16:42:48.078915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.080422"], ["updated_at", "2018-10-11 16:42:48.080422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.081981"], ["updated_at", "2018-10-11 16:42:48.081981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.083530"], ["updated_at", "2018-10-11 16:42:48.083530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.085059"], ["updated_at", "2018-10-11 16:42:48.085059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.086555"], ["updated_at", "2018-10-11 16:42:48.086555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.088120"], ["updated_at", "2018-10-11 16:42:48.088120"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.090036"], ["updated_at", "2018-10-11 16:42:48.090036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.091777"], ["updated_at", "2018-10-11 16:42:48.091777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.093330"], ["updated_at", "2018-10-11 16:42:48.093330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.095038"], ["updated_at", "2018-10-11 16:42:48.095038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.096619"], ["updated_at", "2018-10-11 16:42:48.096619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.098183"], ["updated_at", "2018-10-11 16:42:48.098183"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.099781"], ["updated_at", "2018-10-11 16:42:48.099781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.101420"], ["updated_at", "2018-10-11 16:42:48.101420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.103022"], ["updated_at", "2018-10-11 16:42:48.103022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.104575"], ["updated_at", "2018-10-11 16:42:48.104575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.106154"], ["updated_at", "2018-10-11 16:42:48.106154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.107700"], ["updated_at", "2018-10-11 16:42:48.107700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.109232"], ["updated_at", "2018-10-11 16:42:48.109232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.110740"], ["updated_at", "2018-10-11 16:42:48.110740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.112229"], ["updated_at", "2018-10-11 16:42:48.112229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.113783"], ["updated_at", "2018-10-11 16:42:48.113783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.115285"], ["updated_at", "2018-10-11 16:42:48.115285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.116838"], ["updated_at", "2018-10-11 16:42:48.116838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.118374"], ["updated_at", "2018-10-11 16:42:48.118374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.119898"], ["updated_at", "2018-10-11 16:42:48.119898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.121384"], ["updated_at", "2018-10-11 16:42:48.121384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.122923"], ["updated_at", "2018-10-11 16:42:48.122923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.124478"], ["updated_at", "2018-10-11 16:42:48.124478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.125965"], ["updated_at", "2018-10-11 16:42:48.125965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.127456"], ["updated_at", "2018-10-11 16:42:48.127456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.129017"], ["updated_at", "2018-10-11 16:42:48.129017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.130554"], ["updated_at", "2018-10-11 16:42:48.130554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.132078"], ["updated_at", "2018-10-11 16:42:48.132078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.133602"], ["updated_at", "2018-10-11 16:42:48.133602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.135164"], ["updated_at", "2018-10-11 16:42:48.135164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.136690"], ["updated_at", "2018-10-11 16:42:48.136690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.138188"], ["updated_at", "2018-10-11 16:42:48.138188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.139703"], ["updated_at", "2018-10-11 16:42:48.139703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.141302"], ["updated_at", "2018-10-11 16:42:48.141302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.142852"], ["updated_at", "2018-10-11 16:42:48.142852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.144359"], ["updated_at", "2018-10-11 16:42:48.144359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.145908"], ["updated_at", "2018-10-11 16:42:48.145908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.147439"], ["updated_at", "2018-10-11 16:42:48.147439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.148955"], ["updated_at", "2018-10-11 16:42:48.148955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.150439"], ["updated_at", "2018-10-11 16:42:48.150439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.151959"], ["updated_at", "2018-10-11 16:42:48.151959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.153529"], ["updated_at", "2018-10-11 16:42:48.153529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.155053"], ["updated_at", "2018-10-11 16:42:48.155053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.156567"], ["updated_at", "2018-10-11 16:42:48.156567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.158104"], ["updated_at", "2018-10-11 16:42:48.158104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.159656"], ["updated_at", "2018-10-11 16:42:48.159656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.161202"], ["updated_at", "2018-10-11 16:42:48.161202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.162724"], ["updated_at", "2018-10-11 16:42:48.162724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.164274"], ["updated_at", "2018-10-11 16:42:48.164274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.165800"], ["updated_at", "2018-10-11 16:42:48.165800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.167306"], ["updated_at", "2018-10-11 16:42:48.167306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.168811"], ["updated_at", "2018-10-11 16:42:48.168811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.170311"], ["updated_at", "2018-10-11 16:42:48.170311"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.171884"], ["updated_at", "2018-10-11 16:42:48.171884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.173460"], ["updated_at", "2018-10-11 16:42:48.173460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.175028"], ["updated_at", "2018-10-11 16:42:48.175028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.176598"], ["updated_at", "2018-10-11 16:42:48.176598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.178132"], ["updated_at", "2018-10-11 16:42:48.178132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.179627"], ["updated_at", "2018-10-11 16:42:48.179627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.181219"], ["updated_at", "2018-10-11 16:42:48.181219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.182821"], ["updated_at", "2018-10-11 16:42:48.182821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.184353"], ["updated_at", "2018-10-11 16:42:48.184353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.185864"], ["updated_at", "2018-10-11 16:42:48.185864"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.187382"], ["updated_at", "2018-10-11 16:42:48.187382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.189165"], ["updated_at", "2018-10-11 16:42:48.189165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.190716"], ["updated_at", "2018-10-11 16:42:48.190716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.192248"], ["updated_at", "2018-10-11 16:42:48.192248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.193757"], ["updated_at", "2018-10-11 16:42:48.193757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.195319"], ["updated_at", "2018-10-11 16:42:48.195319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.196875"], ["updated_at", "2018-10-11 16:42:48.196875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.198381"], ["updated_at", "2018-10-11 16:42:48.198381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.199920"], ["updated_at", "2018-10-11 16:42:48.199920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.201434"], ["updated_at", "2018-10-11 16:42:48.201434"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.202960"], ["updated_at", "2018-10-11 16:42:48.202960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.204696"], ["updated_at", "2018-10-11 16:42:48.204696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.206299"], ["updated_at", "2018-10-11 16:42:48.206299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.207824"], ["updated_at", "2018-10-11 16:42:48.207824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.209330"], ["updated_at", "2018-10-11 16:42:48.209330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.210851"], ["updated_at", "2018-10-11 16:42:48.210851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.212471"], ["updated_at", "2018-10-11 16:42:48.212471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.213986"], ["updated_at", "2018-10-11 16:42:48.213986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.215522"], ["updated_at", "2018-10-11 16:42:48.215522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.217072"], ["updated_at", "2018-10-11 16:42:48.217072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.218588"], ["updated_at", "2018-10-11 16:42:48.218588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.220118"], ["updated_at", "2018-10-11 16:42:48.220118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.221642"], ["updated_at", "2018-10-11 16:42:48.221642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.223163"], ["updated_at", "2018-10-11 16:42:48.223163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.224678"], ["updated_at", "2018-10-11 16:42:48.224678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.226238"], ["updated_at", "2018-10-11 16:42:48.226238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.227809"], ["updated_at", "2018-10-11 16:42:48.227809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.229335"], ["updated_at", "2018-10-11 16:42:48.229335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.230893"], ["updated_at", "2018-10-11 16:42:48.230893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.232439"], ["updated_at", "2018-10-11 16:42:48.232439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.233967"], ["updated_at", "2018-10-11 16:42:48.233967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.235568"], ["updated_at", "2018-10-11 16:42:48.235568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.237093"], ["updated_at", "2018-10-11 16:42:48.237093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.238645"], ["updated_at", "2018-10-11 16:42:48.238645"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.240171"], ["updated_at", "2018-10-11 16:42:48.240171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.241681"], ["updated_at", "2018-10-11 16:42:48.241681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.243193"], ["updated_at", "2018-10-11 16:42:48.243193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.244833"], ["updated_at", "2018-10-11 16:42:48.244833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.246426"], ["updated_at", "2018-10-11 16:42:48.246426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.248031"], ["updated_at", "2018-10-11 16:42:48.248031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.249576"], ["updated_at", "2018-10-11 16:42:48.249576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.251162"], ["updated_at", "2018-10-11 16:42:48.251162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.252703"], ["updated_at", "2018-10-11 16:42:48.252703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.254367"], ["updated_at", "2018-10-11 16:42:48.254367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.256048"], ["updated_at", "2018-10-11 16:42:48.256048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.257589"], ["updated_at", "2018-10-11 16:42:48.257589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.259120"], ["updated_at", "2018-10-11 16:42:48.259120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.260647"], ["updated_at", "2018-10-11 16:42:48.260647"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.262186"], ["updated_at", "2018-10-11 16:42:48.262186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.263962"], ["updated_at", "2018-10-11 16:42:48.263962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.265531"], ["updated_at", "2018-10-11 16:42:48.265531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.267052"], ["updated_at", "2018-10-11 16:42:48.267052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.268680"], ["updated_at", "2018-10-11 16:42:48.268680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.270263"], ["updated_at", "2018-10-11 16:42:48.270263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.271816"], ["updated_at", "2018-10-11 16:42:48.271816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.273381"], ["updated_at", "2018-10-11 16:42:48.273381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.274923"], ["updated_at", "2018-10-11 16:42:48.274923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.276505"], ["updated_at", "2018-10-11 16:42:48.276505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.278031"], ["updated_at", "2018-10-11 16:42:48.278031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.279608"], ["updated_at", "2018-10-11 16:42:48.279608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.281159"], ["updated_at", "2018-10-11 16:42:48.281159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.282690"], ["updated_at", "2018-10-11 16:42:48.282690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.284203"], ["updated_at", "2018-10-11 16:42:48.284203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.285760"], ["updated_at", "2018-10-11 16:42:48.285760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.287286"], ["updated_at", "2018-10-11 16:42:48.287286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.289022"], ["updated_at", "2018-10-11 16:42:48.289022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.290580"], ["updated_at", "2018-10-11 16:42:48.290580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.292133"], ["updated_at", "2018-10-11 16:42:48.292133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.293672"], ["updated_at", "2018-10-11 16:42:48.293672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.295199"], ["updated_at", "2018-10-11 16:42:48.295199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.296736"], ["updated_at", "2018-10-11 16:42:48.296736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.298347"], ["updated_at", "2018-10-11 16:42:48.298347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.299946"], ["updated_at", "2018-10-11 16:42:48.299946"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.301475"], ["updated_at", "2018-10-11 16:42:48.301475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.303017"], ["updated_at", "2018-10-11 16:42:48.303017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.305808"], ["updated_at", "2018-10-11 16:42:48.305808"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.307701"], ["updated_at", "2018-10-11 16:42:48.307701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.309727"], ["updated_at", "2018-10-11 16:42:48.309727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.311380"], ["updated_at", "2018-10-11 16:42:48.311380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.312973"], ["updated_at", "2018-10-11 16:42:48.312973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.314527"], ["updated_at", "2018-10-11 16:42:48.314527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.316107"], ["updated_at", "2018-10-11 16:42:48.316107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.317617"], ["updated_at", "2018-10-11 16:42:48.317617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.319153"], ["updated_at", "2018-10-11 16:42:48.319153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.320723"], ["updated_at", "2018-10-11 16:42:48.320723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.322281"], ["updated_at", "2018-10-11 16:42:48.322281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.323784"], ["updated_at", "2018-10-11 16:42:48.323784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.325332"], ["updated_at", "2018-10-11 16:42:48.325332"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.326845"], ["updated_at", "2018-10-11 16:42:48.326845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.328709"], ["updated_at", "2018-10-11 16:42:48.328709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.330287"], ["updated_at", "2018-10-11 16:42:48.330287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.331815"], ["updated_at", "2018-10-11 16:42:48.331815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.333320"], ["updated_at", "2018-10-11 16:42:48.333320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.334834"], ["updated_at", "2018-10-11 16:42:48.334834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.336345"], ["updated_at", "2018-10-11 16:42:48.336345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.337908"], ["updated_at", "2018-10-11 16:42:48.337908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.339425"], ["updated_at", "2018-10-11 16:42:48.339425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.340946"], ["updated_at", "2018-10-11 16:42:48.340946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.342472"], ["updated_at", "2018-10-11 16:42:48.342472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.344015"], ["updated_at", "2018-10-11 16:42:48.344015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.345543"], ["updated_at", "2018-10-11 16:42:48.345543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.347071"], ["updated_at", "2018-10-11 16:42:48.347071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.348624"], ["updated_at", "2018-10-11 16:42:48.348624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.350138"], ["updated_at", "2018-10-11 16:42:48.350138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.351650"], ["updated_at", "2018-10-11 16:42:48.351650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.353146"], ["updated_at", "2018-10-11 16:42:48.353146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.354679"], ["updated_at", "2018-10-11 16:42:48.354679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.356193"], ["updated_at", "2018-10-11 16:42:48.356193"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.357914"], ["updated_at", "2018-10-11 16:42:48.357914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.359620"], ["updated_at", "2018-10-11 16:42:48.359620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.361159"], ["updated_at", "2018-10-11 16:42:48.361159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.362701"], ["updated_at", "2018-10-11 16:42:48.362701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.364236"], ["updated_at", "2018-10-11 16:42:48.364236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.365737"], ["updated_at", "2018-10-11 16:42:48.365737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.367269"], ["updated_at", "2018-10-11 16:42:48.367269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.368824"], ["updated_at", "2018-10-11 16:42:48.368824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.370336"], ["updated_at", "2018-10-11 16:42:48.370336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.371860"], ["updated_at", "2018-10-11 16:42:48.371860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.373385"], ["updated_at", "2018-10-11 16:42:48.373385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.374932"], ["updated_at", "2018-10-11 16:42:48.374932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.376499"], ["updated_at", "2018-10-11 16:42:48.376499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.378058"], ["updated_at", "2018-10-11 16:42:48.378058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.379570"], ["updated_at", "2018-10-11 16:42:48.379570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.381160"], ["updated_at", "2018-10-11 16:42:48.381160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.382737"], ["updated_at", "2018-10-11 16:42:48.382737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.384272"], ["updated_at", "2018-10-11 16:42:48.384272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.385818"], ["updated_at", "2018-10-11 16:42:48.385818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.387332"], ["updated_at", "2018-10-11 16:42:48.387332"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.388819"], ["updated_at", "2018-10-11 16:42:48.388819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.390723"], ["updated_at", "2018-10-11 16:42:48.390723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.392331"], ["updated_at", "2018-10-11 16:42:48.392331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.393883"], ["updated_at", "2018-10-11 16:42:48.393883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.395430"], ["updated_at", "2018-10-11 16:42:48.395430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.396955"], ["updated_at", "2018-10-11 16:42:48.396955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.398509"], ["updated_at", "2018-10-11 16:42:48.398509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.400028"], ["updated_at", "2018-10-11 16:42:48.400028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.401555"], ["updated_at", "2018-10-11 16:42:48.401555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.403096"], ["updated_at", "2018-10-11 16:42:48.403096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.404575"], ["updated_at", "2018-10-11 16:42:48.404575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.406060"], ["updated_at", "2018-10-11 16:42:48.406060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.407554"], ["updated_at", "2018-10-11 16:42:48.407554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.409043"], ["updated_at", "2018-10-11 16:42:48.409043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.410548"], ["updated_at", "2018-10-11 16:42:48.410548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.412032"], ["updated_at", "2018-10-11 16:42:48.412032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.413599"], ["updated_at", "2018-10-11 16:42:48.413599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.415189"], ["updated_at", "2018-10-11 16:42:48.415189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.416707"], ["updated_at", "2018-10-11 16:42:48.416707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.418218"], ["updated_at", "2018-10-11 16:42:48.418218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.419704"], ["updated_at", "2018-10-11 16:42:48.419704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.421269"], ["updated_at", "2018-10-11 16:42:48.421269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.422765"], ["updated_at", "2018-10-11 16:42:48.422765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.424298"], ["updated_at", "2018-10-11 16:42:48.424298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.425813"], ["updated_at", "2018-10-11 16:42:48.425813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.427328"], ["updated_at", "2018-10-11 16:42:48.427328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.428847"], ["updated_at", "2018-10-11 16:42:48.428847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.430358"], ["updated_at", "2018-10-11 16:42:48.430358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.431916"], ["updated_at", "2018-10-11 16:42:48.431916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.433462"], ["updated_at", "2018-10-11 16:42:48.433462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.434993"], ["updated_at", "2018-10-11 16:42:48.434993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.436698"], ["updated_at", "2018-10-11 16:42:48.436698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.438259"], ["updated_at", "2018-10-11 16:42:48.438259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.439819"], ["updated_at", "2018-10-11 16:42:48.439819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.441344"], ["updated_at", "2018-10-11 16:42:48.441344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.442856"], ["updated_at", "2018-10-11 16:42:48.442856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.444366"], ["updated_at", "2018-10-11 16:42:48.444366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.445884"], ["updated_at", "2018-10-11 16:42:48.445884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.447397"], ["updated_at", "2018-10-11 16:42:48.447397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.448903"], ["updated_at", "2018-10-11 16:42:48.448903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.450469"], ["updated_at", "2018-10-11 16:42:48.450469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.451967"], ["updated_at", "2018-10-11 16:42:48.451967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.453477"], ["updated_at", "2018-10-11 16:42:48.453477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.455033"], ["updated_at", "2018-10-11 16:42:48.455033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.456613"], ["updated_at", "2018-10-11 16:42:48.456613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.458121"], ["updated_at", "2018-10-11 16:42:48.458121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.459670"], ["updated_at", "2018-10-11 16:42:48.459670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.461380"], ["updated_at", "2018-10-11 16:42:48.461380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.462913"], ["updated_at", "2018-10-11 16:42:48.462913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.464410"], ["updated_at", "2018-10-11 16:42:48.464410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.465980"], ["updated_at", "2018-10-11 16:42:48.465980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.467527"], ["updated_at", "2018-10-11 16:42:48.467527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.469050"], ["updated_at", "2018-10-11 16:42:48.469050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.470607"], ["updated_at", "2018-10-11 16:42:48.470607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.472126"], ["updated_at", "2018-10-11 16:42:48.472126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.473643"], ["updated_at", "2018-10-11 16:42:48.473643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.475264"], ["updated_at", "2018-10-11 16:42:48.475264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.476779"], ["updated_at", "2018-10-11 16:42:48.476779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.478326"], ["updated_at", "2018-10-11 16:42:48.478326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.479806"], ["updated_at", "2018-10-11 16:42:48.479806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.481304"], ["updated_at", "2018-10-11 16:42:48.481304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.482807"], ["updated_at", "2018-10-11 16:42:48.482807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.484365"], ["updated_at", "2018-10-11 16:42:48.484365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.485926"], ["updated_at", "2018-10-11 16:42:48.485926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.487408"], ["updated_at", "2018-10-11 16:42:48.487408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.489102"], ["updated_at", "2018-10-11 16:42:48.489102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.490624"], ["updated_at", "2018-10-11 16:42:48.490624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.492142"], ["updated_at", "2018-10-11 16:42:48.492142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.493701"], ["updated_at", "2018-10-11 16:42:48.493701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.495351"], ["updated_at", "2018-10-11 16:42:48.495351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.496910"], ["updated_at", "2018-10-11 16:42:48.496910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.498426"], ["updated_at", "2018-10-11 16:42:48.498426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.500188"], ["updated_at", "2018-10-11 16:42:48.500188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.501814"], ["updated_at", "2018-10-11 16:42:48.501814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.503380"], ["updated_at", "2018-10-11 16:42:48.503380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.504879"], ["updated_at", "2018-10-11 16:42:48.504879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.506403"], ["updated_at", "2018-10-11 16:42:48.506403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.507996"], ["updated_at", "2018-10-11 16:42:48.507996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.509503"], ["updated_at", "2018-10-11 16:42:48.509503"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.511017"], ["updated_at", "2018-10-11 16:42:48.511017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.512698"], ["updated_at", "2018-10-11 16:42:48.512698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.514251"], ["updated_at", "2018-10-11 16:42:48.514251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.515772"], ["updated_at", "2018-10-11 16:42:48.515772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.517316"], ["updated_at", "2018-10-11 16:42:48.517316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.519006"], ["updated_at", "2018-10-11 16:42:48.519006"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.520682"], ["updated_at", "2018-10-11 16:42:48.520682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.523017"], ["updated_at", "2018-10-11 16:42:48.523017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.524906"], ["updated_at", "2018-10-11 16:42:48.524906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.526569"], ["updated_at", "2018-10-11 16:42:48.526569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.528149"], ["updated_at", "2018-10-11 16:42:48.528149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.529717"], ["updated_at", "2018-10-11 16:42:48.529717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.531434"], ["updated_at", "2018-10-11 16:42:48.531434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.532997"], ["updated_at", "2018-10-11 16:42:48.532997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.534563"], ["updated_at", "2018-10-11 16:42:48.534563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.536074"], ["updated_at", "2018-10-11 16:42:48.536074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.537664"], ["updated_at", "2018-10-11 16:42:48.537664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.539173"], ["updated_at", "2018-10-11 16:42:48.539173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.540747"], ["updated_at", "2018-10-11 16:42:48.540747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.542282"], ["updated_at", "2018-10-11 16:42:48.542282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.543793"], ["updated_at", "2018-10-11 16:42:48.543793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.545336"], ["updated_at", "2018-10-11 16:42:48.545336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.546943"], ["updated_at", "2018-10-11 16:42:48.546943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.548473"], ["updated_at", "2018-10-11 16:42:48.548473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.549988"], ["updated_at", "2018-10-11 16:42:48.549988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.551648"], ["updated_at", "2018-10-11 16:42:48.551648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.553184"], ["updated_at", "2018-10-11 16:42:48.553184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.554882"], ["updated_at", "2018-10-11 16:42:48.554882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.556390"], ["updated_at", "2018-10-11 16:42:48.556390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.557944"], ["updated_at", "2018-10-11 16:42:48.557944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.559480"], ["updated_at", "2018-10-11 16:42:48.559480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.561009"], ["updated_at", "2018-10-11 16:42:48.561009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.562532"], ["updated_at", "2018-10-11 16:42:48.562532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.564131"], ["updated_at", "2018-10-11 16:42:48.564131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.565657"], ["updated_at", "2018-10-11 16:42:48.565657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.567290"], ["updated_at", "2018-10-11 16:42:48.567290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.568859"], ["updated_at", "2018-10-11 16:42:48.568859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.570515"], ["updated_at", "2018-10-11 16:42:48.570515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.572098"], ["updated_at", "2018-10-11 16:42:48.572098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.573634"], ["updated_at", "2018-10-11 16:42:48.573634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.575180"], ["updated_at", "2018-10-11 16:42:48.575180"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.576800"], ["updated_at", "2018-10-11 16:42:48.576800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.578544"], ["updated_at", "2018-10-11 16:42:48.578544"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.580099"], ["updated_at", "2018-10-11 16:42:48.580099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.582191"], ["updated_at", "2018-10-11 16:42:48.582191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.584024"], ["updated_at", "2018-10-11 16:42:48.584024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.585874"], ["updated_at", "2018-10-11 16:42:48.585874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.587615"], ["updated_at", "2018-10-11 16:42:48.587615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.589187"], ["updated_at", "2018-10-11 16:42:48.589187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.590748"], ["updated_at", "2018-10-11 16:42:48.590748"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.595046"], ["updated_at", "2018-10-11 16:42:48.595046"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.597613"], ["updated_at", "2018-10-11 16:42:48.597613"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.600050"], ["updated_at", "2018-10-11 16:42:48.600050"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.602508"], ["updated_at", "2018-10-11 16:42:48.602508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.604470"], ["updated_at", "2018-10-11 16:42:48.604470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.606262"], ["updated_at", "2018-10-11 16:42:48.606262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.607901"], ["updated_at", "2018-10-11 16:42:48.607901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.609804"], ["updated_at", "2018-10-11 16:42:48.609804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.611605"], ["updated_at", "2018-10-11 16:42:48.611605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.613296"], ["updated_at", "2018-10-11 16:42:48.613296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.615055"], ["updated_at", "2018-10-11 16:42:48.615055"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.616760"], ["updated_at", "2018-10-11 16:42:48.616760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.618698"], ["updated_at", "2018-10-11 16:42:48.618698"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.620795"], ["updated_at", "2018-10-11 16:42:48.620795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.622897"], ["updated_at", "2018-10-11 16:42:48.622897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.624769"], ["updated_at", "2018-10-11 16:42:48.624769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.626565"], ["updated_at", "2018-10-11 16:42:48.626565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.628341"], ["updated_at", "2018-10-11 16:42:48.628341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.630088"], ["updated_at", "2018-10-11 16:42:48.630088"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.631848"], ["updated_at", "2018-10-11 16:42:48.631848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.633738"], ["updated_at", "2018-10-11 16:42:48.633738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.635509"], ["updated_at", "2018-10-11 16:42:48.635509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.637310"], ["updated_at", "2018-10-11 16:42:48.637310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.639396"], ["updated_at", "2018-10-11 16:42:48.639396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.641141"], ["updated_at", "2018-10-11 16:42:48.641141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.642961"], ["updated_at", "2018-10-11 16:42:48.642961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.644696"], ["updated_at", "2018-10-11 16:42:48.644696"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.646433"], ["updated_at", "2018-10-11 16:42:48.646433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.648514"], ["updated_at", "2018-10-11 16:42:48.648514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.650221"], ["updated_at", "2018-10-11 16:42:48.650221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.651798"], ["updated_at", "2018-10-11 16:42:48.651798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.653348"], ["updated_at", "2018-10-11 16:42:48.653348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.654887"], ["updated_at", "2018-10-11 16:42:48.654887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.656416"], ["updated_at", "2018-10-11 16:42:48.656416"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.658047"], ["updated_at", "2018-10-11 16:42:48.658047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.659892"], ["updated_at", "2018-10-11 16:42:48.659892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.661432"], ["updated_at", "2018-10-11 16:42:48.661432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.662974"], ["updated_at", "2018-10-11 16:42:48.662974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.664629"], ["updated_at", "2018-10-11 16:42:48.664629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.666168"], ["updated_at", "2018-10-11 16:42:48.666168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.667730"], ["updated_at", "2018-10-11 16:42:48.667730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.669242"], ["updated_at", "2018-10-11 16:42:48.669242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.670761"], ["updated_at", "2018-10-11 16:42:48.670761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.672423"], ["updated_at", "2018-10-11 16:42:48.672423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.673954"], ["updated_at", "2018-10-11 16:42:48.673954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.675484"], ["updated_at", "2018-10-11 16:42:48.675484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.677018"], ["updated_at", "2018-10-11 16:42:48.677018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.678618"], ["updated_at", "2018-10-11 16:42:48.678618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.680278"], ["updated_at", "2018-10-11 16:42:48.680278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.681813"], ["updated_at", "2018-10-11 16:42:48.681813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.683371"], ["updated_at", "2018-10-11 16:42:48.683371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.684874"], ["updated_at", "2018-10-11 16:42:48.684874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.686411"], ["updated_at", "2018-10-11 16:42:48.686411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.688031"], ["updated_at", "2018-10-11 16:42:48.688031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.689588"], ["updated_at", "2018-10-11 16:42:48.689588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.691393"], ["updated_at", "2018-10-11 16:42:48.691393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.693014"], ["updated_at", "2018-10-11 16:42:48.693014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.694547"], ["updated_at", "2018-10-11 16:42:48.694547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.696246"], ["updated_at", "2018-10-11 16:42:48.696246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.698020"], ["updated_at", "2018-10-11 16:42:48.698020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.699587"], ["updated_at", "2018-10-11 16:42:48.699587"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.701108"], ["updated_at", "2018-10-11 16:42:48.701108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.703083"], ["updated_at", "2018-10-11 16:42:48.703083"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.704832"], ["updated_at", "2018-10-11 16:42:48.704832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.706501"], ["updated_at", "2018-10-11 16:42:48.706501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.708060"], ["updated_at", "2018-10-11 16:42:48.708060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.709646"], ["updated_at", "2018-10-11 16:42:48.709646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.711223"], ["updated_at", "2018-10-11 16:42:48.711223"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.712783"], ["updated_at", "2018-10-11 16:42:48.712783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.714756"], ["updated_at", "2018-10-11 16:42:48.714756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.716348"], ["updated_at", "2018-10-11 16:42:48.716348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.717906"], ["updated_at", "2018-10-11 16:42:48.717906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.719421"], ["updated_at", "2018-10-11 16:42:48.719421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.720949"], ["updated_at", "2018-10-11 16:42:48.720949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.722507"], ["updated_at", "2018-10-11 16:42:48.722507"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.724238"], ["updated_at", "2018-10-11 16:42:48.724238"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.726722"], ["updated_at", "2018-10-11 16:42:48.726722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.728487"], ["updated_at", "2018-10-11 16:42:48.728487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.730037"], ["updated_at", "2018-10-11 16:42:48.730037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.731558"], ["updated_at", "2018-10-11 16:42:48.731558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.733091"], ["updated_at", "2018-10-11 16:42:48.733091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.734619"], ["updated_at", "2018-10-11 16:42:48.734619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.736276"], ["updated_at", "2018-10-11 16:42:48.736276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.737836"], ["updated_at", "2018-10-11 16:42:48.737836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.739386"], ["updated_at", "2018-10-11 16:42:48.739386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.740946"], ["updated_at", "2018-10-11 16:42:48.740946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.742481"], ["updated_at", "2018-10-11 16:42:48.742481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.744049"], ["updated_at", "2018-10-11 16:42:48.744049"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.745701"], ["updated_at", "2018-10-11 16:42:48.745701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.747334"], ["updated_at", "2018-10-11 16:42:48.747334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.749000"], ["updated_at", "2018-10-11 16:42:48.749000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.750698"], ["updated_at", "2018-10-11 16:42:48.750698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.752357"], ["updated_at", "2018-10-11 16:42:48.752357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.753923"], ["updated_at", "2018-10-11 16:42:48.753923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.755467"], ["updated_at", "2018-10-11 16:42:48.755467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.756980"], ["updated_at", "2018-10-11 16:42:48.756980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.758532"], ["updated_at", "2018-10-11 16:42:48.758532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.760037"], ["updated_at", "2018-10-11 16:42:48.760037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.761584"], ["updated_at", "2018-10-11 16:42:48.761584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.763106"], ["updated_at", "2018-10-11 16:42:48.763106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.764677"], ["updated_at", "2018-10-11 16:42:48.764677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.766264"], ["updated_at", "2018-10-11 16:42:48.766264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.767840"], ["updated_at", "2018-10-11 16:42:48.767840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.769363"], ["updated_at", "2018-10-11 16:42:48.769363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.770919"], ["updated_at", "2018-10-11 16:42:48.770919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.772431"], ["updated_at", "2018-10-11 16:42:48.772431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.773912"], ["updated_at", "2018-10-11 16:42:48.773912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.775586"], ["updated_at", "2018-10-11 16:42:48.775586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.777105"], ["updated_at", "2018-10-11 16:42:48.777105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.778593"], ["updated_at", "2018-10-11 16:42:48.778593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.780150"], ["updated_at", "2018-10-11 16:42:48.780150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.781676"], ["updated_at", "2018-10-11 16:42:48.781676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.783179"], ["updated_at", "2018-10-11 16:42:48.783179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.784700"], ["updated_at", "2018-10-11 16:42:48.784700"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.786488"], ["updated_at", "2018-10-11 16:42:48.786488"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.789082"], ["updated_at", "2018-10-11 16:42:48.789082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.790912"], ["updated_at", "2018-10-11 16:42:48.790912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.792563"], ["updated_at", "2018-10-11 16:42:48.792563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.794102"], ["updated_at", "2018-10-11 16:42:48.794102"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.795790"], ["updated_at", "2018-10-11 16:42:48.795790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.797616"], ["updated_at", "2018-10-11 16:42:48.797616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.799341"], ["updated_at", "2018-10-11 16:42:48.799341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.800940"], ["updated_at", "2018-10-11 16:42:48.800940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.802511"], ["updated_at", "2018-10-11 16:42:48.802511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.804190"], ["updated_at", "2018-10-11 16:42:48.804190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.805885"], ["updated_at", "2018-10-11 16:42:48.805885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.807469"], ["updated_at", "2018-10-11 16:42:48.807469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.808999"], ["updated_at", "2018-10-11 16:42:48.808999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.810596"], ["updated_at", "2018-10-11 16:42:48.810596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.812171"], ["updated_at", "2018-10-11 16:42:48.812171"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.813800"], ["updated_at", "2018-10-11 16:42:48.813800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.815577"], ["updated_at", "2018-10-11 16:42:48.815577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.817158"], ["updated_at", "2018-10-11 16:42:48.817158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.818921"], ["updated_at", "2018-10-11 16:42:48.818921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.820649"], ["updated_at", "2018-10-11 16:42:48.820649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.822285"], ["updated_at", "2018-10-11 16:42:48.822285"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.823876"], ["updated_at", "2018-10-11 16:42:48.823876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.825662"], ["updated_at", "2018-10-11 16:42:48.825662"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.827726"], ["updated_at", "2018-10-11 16:42:48.827726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.829603"], ["updated_at", "2018-10-11 16:42:48.829603"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.831608"], ["updated_at", "2018-10-11 16:42:48.831608"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.833766"], ["updated_at", "2018-10-11 16:42:48.833766"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.835925"], ["updated_at", "2018-10-11 16:42:48.835925"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.837822"], ["updated_at", "2018-10-11 16:42:48.837822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.839545"], ["updated_at", "2018-10-11 16:42:48.839545"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.841118"], ["updated_at", "2018-10-11 16:42:48.841118"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.843680"], ["updated_at", "2018-10-11 16:42:48.843680"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.845753"], ["updated_at", "2018-10-11 16:42:48.845753"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.847835"], ["updated_at", "2018-10-11 16:42:48.847835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.850065"], ["updated_at", "2018-10-11 16:42:48.850065"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.851920"], ["updated_at", "2018-10-11 16:42:48.851920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.854709"], ["updated_at", "2018-10-11 16:42:48.854709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.856798"], ["updated_at", "2018-10-11 16:42:48.856798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.858572"], ["updated_at", "2018-10-11 16:42:48.858572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.860746"], ["updated_at", "2018-10-11 16:42:48.860746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.862314"], ["updated_at", "2018-10-11 16:42:48.862314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.863819"], ["updated_at", "2018-10-11 16:42:48.863819"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.865553"], ["updated_at", "2018-10-11 16:42:48.865553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.867832"], ["updated_at", "2018-10-11 16:42:48.867832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.869657"], ["updated_at", "2018-10-11 16:42:48.869657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.871250"], ["updated_at", "2018-10-11 16:42:48.871250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.872800"], ["updated_at", "2018-10-11 16:42:48.872800"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.874433"], ["updated_at", "2018-10-11 16:42:48.874433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.876106"], ["updated_at", "2018-10-11 16:42:48.876106"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.877755"], ["updated_at", "2018-10-11 16:42:48.877755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.879986"], ["updated_at", "2018-10-11 16:42:48.879986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.881604"], ["updated_at", "2018-10-11 16:42:48.881604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.883205"], ["updated_at", "2018-10-11 16:42:48.883205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.884775"], ["updated_at", "2018-10-11 16:42:48.884775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.886409"], ["updated_at", "2018-10-11 16:42:48.886409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.888140"], ["updated_at", "2018-10-11 16:42:48.888140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.890406"], ["updated_at", "2018-10-11 16:42:48.890406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.892361"], ["updated_at", "2018-10-11 16:42:48.892361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.894065"], ["updated_at", "2018-10-11 16:42:48.894065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.895723"], ["updated_at", "2018-10-11 16:42:48.895723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.897339"], ["updated_at", "2018-10-11 16:42:48.897339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.899015"], ["updated_at", "2018-10-11 16:42:48.899015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.900905"], ["updated_at", "2018-10-11 16:42:48.900905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.902625"], ["updated_at", "2018-10-11 16:42:48.902625"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.904252"], ["updated_at", "2018-10-11 16:42:48.904252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.906423"], ["updated_at", "2018-10-11 16:42:48.906423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.909313"], ["updated_at", "2018-10-11 16:42:48.909313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.910929"], ["updated_at", "2018-10-11 16:42:48.910929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.912509"], ["updated_at", "2018-10-11 16:42:48.912509"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.914326"], ["updated_at", "2018-10-11 16:42:48.914326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.916089"], ["updated_at", "2018-10-11 16:42:48.916089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.917681"], ["updated_at", "2018-10-11 16:42:48.917681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.919343"], ["updated_at", "2018-10-11 16:42:48.919343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.920917"], ["updated_at", "2018-10-11 16:42:48.920917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.922461"], ["updated_at", "2018-10-11 16:42:48.922461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.923990"], ["updated_at", "2018-10-11 16:42:48.923990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.925579"], ["updated_at", "2018-10-11 16:42:48.925579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.927102"], ["updated_at", "2018-10-11 16:42:48.927102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.928659"], ["updated_at", "2018-10-11 16:42:48.928659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.930235"], ["updated_at", "2018-10-11 16:42:48.930235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.931851"], ["updated_at", "2018-10-11 16:42:48.931851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.933384"], ["updated_at", "2018-10-11 16:42:48.933384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.934892"], ["updated_at", "2018-10-11 16:42:48.934892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.936432"], ["updated_at", "2018-10-11 16:42:48.936432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.937973"], ["updated_at", "2018-10-11 16:42:48.937973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.939501"], ["updated_at", "2018-10-11 16:42:48.939501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.941146"], ["updated_at", "2018-10-11 16:42:48.941146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.942735"], ["updated_at", "2018-10-11 16:42:48.942735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.944292"], ["updated_at", "2018-10-11 16:42:48.944292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.945800"], ["updated_at", "2018-10-11 16:42:48.945800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.947362"], ["updated_at", "2018-10-11 16:42:48.947362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.949102"], ["updated_at", "2018-10-11 16:42:48.949102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.950720"], ["updated_at", "2018-10-11 16:42:48.950720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.952309"], ["updated_at", "2018-10-11 16:42:48.952309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.953840"], ["updated_at", "2018-10-11 16:42:48.953840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.955417"], ["updated_at", "2018-10-11 16:42:48.955417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.956965"], ["updated_at", "2018-10-11 16:42:48.956965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.958532"], ["updated_at", "2018-10-11 16:42:48.958532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.960036"], ["updated_at", "2018-10-11 16:42:48.960036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.961597"], ["updated_at", "2018-10-11 16:42:48.961597"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.963104"], ["updated_at", "2018-10-11 16:42:48.963104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.965049"], ["updated_at", "2018-10-11 16:42:48.965049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.966668"], ["updated_at", "2018-10-11 16:42:48.966668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.968269"], ["updated_at", "2018-10-11 16:42:48.968269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.969823"], ["updated_at", "2018-10-11 16:42:48.969823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.971309"], ["updated_at", "2018-10-11 16:42:48.971309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.972841"], ["updated_at", "2018-10-11 16:42:48.972841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.974352"], ["updated_at", "2018-10-11 16:42:48.974352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.975886"], ["updated_at", "2018-10-11 16:42:48.975886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.977414"], ["updated_at", "2018-10-11 16:42:48.977414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.978922"], ["updated_at", "2018-10-11 16:42:48.978922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.980473"], ["updated_at", "2018-10-11 16:42:48.980473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.982018"], ["updated_at", "2018-10-11 16:42:48.982018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.983560"], ["updated_at", "2018-10-11 16:42:48.983560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.985088"], ["updated_at", "2018-10-11 16:42:48.985088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.986611"], ["updated_at", "2018-10-11 16:42:48.986611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.988121"], ["updated_at", "2018-10-11 16:42:48.988121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.989809"], ["updated_at", "2018-10-11 16:42:48.989809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.991412"], ["updated_at", "2018-10-11 16:42:48.991412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.992971"], ["updated_at", "2018-10-11 16:42:48.992971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.994503"], ["updated_at", "2018-10-11 16:42:48.994503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.996165"], ["updated_at", "2018-10-11 16:42:48.996165"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.997735"], ["updated_at", "2018-10-11 16:42:48.997735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:48.999356"], ["updated_at", "2018-10-11 16:42:48.999356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.000987"], ["updated_at", "2018-10-11 16:42:49.000987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.002841"], ["updated_at", "2018-10-11 16:42:49.002841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.004866"], ["updated_at", "2018-10-11 16:42:49.004866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.006459"], ["updated_at", "2018-10-11 16:42:49.006459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.008026"], ["updated_at", "2018-10-11 16:42:49.008026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.009558"], ["updated_at", "2018-10-11 16:42:49.009558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.011109"], ["updated_at", "2018-10-11 16:42:49.011109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.012641"], ["updated_at", "2018-10-11 16:42:49.012641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.014166"], ["updated_at", "2018-10-11 16:42:49.014166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.015784"], ["updated_at", "2018-10-11 16:42:49.015784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.017298"], ["updated_at", "2018-10-11 16:42:49.017298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.018831"], ["updated_at", "2018-10-11 16:42:49.018831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.020347"], ["updated_at", "2018-10-11 16:42:49.020347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.021877"], ["updated_at", "2018-10-11 16:42:49.021877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.023407"], ["updated_at", "2018-10-11 16:42:49.023407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.024959"], ["updated_at", "2018-10-11 16:42:49.024959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.026539"], ["updated_at", "2018-10-11 16:42:49.026539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.028061"], ["updated_at", "2018-10-11 16:42:49.028061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.029596"], ["updated_at", "2018-10-11 16:42:49.029596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.031106"], ["updated_at", "2018-10-11 16:42:49.031106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.032646"], ["updated_at", "2018-10-11 16:42:49.032646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.034204"], ["updated_at", "2018-10-11 16:42:49.034204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.035721"], ["updated_at", "2018-10-11 16:42:49.035721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.037219"], ["updated_at", "2018-10-11 16:42:49.037219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.038713"], ["updated_at", "2018-10-11 16:42:49.038713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.040252"], ["updated_at", "2018-10-11 16:42:49.040252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.041807"], ["updated_at", "2018-10-11 16:42:49.041807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.043319"], ["updated_at", "2018-10-11 16:42:49.043319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.044842"], ["updated_at", "2018-10-11 16:42:49.044842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.046350"], ["updated_at", "2018-10-11 16:42:49.046350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.047862"], ["updated_at", "2018-10-11 16:42:49.047862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.049402"], ["updated_at", "2018-10-11 16:42:49.049402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.050895"], ["updated_at", "2018-10-11 16:42:49.050895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.052439"], ["updated_at", "2018-10-11 16:42:49.052439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.053945"], ["updated_at", "2018-10-11 16:42:49.053945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.055446"], ["updated_at", "2018-10-11 16:42:49.055446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.056962"], ["updated_at", "2018-10-11 16:42:49.056962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.058488"], ["updated_at", "2018-10-11 16:42:49.058488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.060030"], ["updated_at", "2018-10-11 16:42:49.060030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.061545"], ["updated_at", "2018-10-11 16:42:49.061545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.063096"], ["updated_at", "2018-10-11 16:42:49.063096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.064612"], ["updated_at", "2018-10-11 16:42:49.064612"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.066261"], ["updated_at", "2018-10-11 16:42:49.066261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.067968"], ["updated_at", "2018-10-11 16:42:49.067968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.069700"], ["updated_at", "2018-10-11 16:42:49.069700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.071304"], ["updated_at", "2018-10-11 16:42:49.071304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.072823"], ["updated_at", "2018-10-11 16:42:49.072823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.074413"], ["updated_at", "2018-10-11 16:42:49.074413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.075944"], ["updated_at", "2018-10-11 16:42:49.075944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.077474"], ["updated_at", "2018-10-11 16:42:49.077474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.078971"], ["updated_at", "2018-10-11 16:42:49.078971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.080522"], ["updated_at", "2018-10-11 16:42:49.080522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.082057"], ["updated_at", "2018-10-11 16:42:49.082057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.083563"], ["updated_at", "2018-10-11 16:42:49.083563"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.085070"], ["updated_at", "2018-10-11 16:42:49.085070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.086805"], ["updated_at", "2018-10-11 16:42:49.086805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.088359"], ["updated_at", "2018-10-11 16:42:49.088359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.089894"], ["updated_at", "2018-10-11 16:42:49.089894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.091469"], ["updated_at", "2018-10-11 16:42:49.091469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.093097"], ["updated_at", "2018-10-11 16:42:49.093097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.094696"], ["updated_at", "2018-10-11 16:42:49.094696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.096216"], ["updated_at", "2018-10-11 16:42:49.096216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.097749"], ["updated_at", "2018-10-11 16:42:49.097749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.099339"], ["updated_at", "2018-10-11 16:42:49.099339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.100867"], ["updated_at", "2018-10-11 16:42:49.100867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.102390"], ["updated_at", "2018-10-11 16:42:49.102390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.103982"], ["updated_at", "2018-10-11 16:42:49.103982"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.105864"], ["updated_at", "2018-10-11 16:42:49.105864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.107891"], ["updated_at", "2018-10-11 16:42:49.107891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.109506"], ["updated_at", "2018-10-11 16:42:49.109506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.111181"], ["updated_at", "2018-10-11 16:42:49.111181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.112902"], ["updated_at", "2018-10-11 16:42:49.112902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.114528"], ["updated_at", "2018-10-11 16:42:49.114528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.116071"], ["updated_at", "2018-10-11 16:42:49.116071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.117634"], ["updated_at", "2018-10-11 16:42:49.117634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.119164"], ["updated_at", "2018-10-11 16:42:49.119164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.120683"], ["updated_at", "2018-10-11 16:42:49.120683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.122231"], ["updated_at", "2018-10-11 16:42:49.122231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.123784"], ["updated_at", "2018-10-11 16:42:49.123784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.125345"], ["updated_at", "2018-10-11 16:42:49.125345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.126892"], ["updated_at", "2018-10-11 16:42:49.126892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.128460"], ["updated_at", "2018-10-11 16:42:49.128460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.130008"], ["updated_at", "2018-10-11 16:42:49.130008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.131556"], ["updated_at", "2018-10-11 16:42:49.131556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.133101"], ["updated_at", "2018-10-11 16:42:49.133101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.134648"], ["updated_at", "2018-10-11 16:42:49.134648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.136216"], ["updated_at", "2018-10-11 16:42:49.136216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.137756"], ["updated_at", "2018-10-11 16:42:49.137756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.139278"], ["updated_at", "2018-10-11 16:42:49.139278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.140807"], ["updated_at", "2018-10-11 16:42:49.140807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.142322"], ["updated_at", "2018-10-11 16:42:49.142322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.143840"], ["updated_at", "2018-10-11 16:42:49.143840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.145412"], ["updated_at", "2018-10-11 16:42:49.145412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.146999"], ["updated_at", "2018-10-11 16:42:49.146999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.148526"], ["updated_at", "2018-10-11 16:42:49.148526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.150261"], ["updated_at", "2018-10-11 16:42:49.150261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.151828"], ["updated_at", "2018-10-11 16:42:49.151828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.153336"], ["updated_at", "2018-10-11 16:42:49.153336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.154846"], ["updated_at", "2018-10-11 16:42:49.154846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.156377"], ["updated_at", "2018-10-11 16:42:49.156377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.157913"], ["updated_at", "2018-10-11 16:42:49.157913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.159478"], ["updated_at", "2018-10-11 16:42:49.159478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.160974"], ["updated_at", "2018-10-11 16:42:49.160974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.162553"], ["updated_at", "2018-10-11 16:42:49.162553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.164094"], ["updated_at", "2018-10-11 16:42:49.164094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.165717"], ["updated_at", "2018-10-11 16:42:49.165717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.167290"], ["updated_at", "2018-10-11 16:42:49.167290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.168842"], ["updated_at", "2018-10-11 16:42:49.168842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.170394"], ["updated_at", "2018-10-11 16:42:49.170394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.171928"], ["updated_at", "2018-10-11 16:42:49.171928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.173490"], ["updated_at", "2018-10-11 16:42:49.173490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.175041"], ["updated_at", "2018-10-11 16:42:49.175041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.176539"], ["updated_at", "2018-10-11 16:42:49.176539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.178070"], ["updated_at", "2018-10-11 16:42:49.178070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.179628"], ["updated_at", "2018-10-11 16:42:49.179628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.181209"], ["updated_at", "2018-10-11 16:42:49.181209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.182826"], ["updated_at", "2018-10-11 16:42:49.182826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.184422"], ["updated_at", "2018-10-11 16:42:49.184422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.185995"], ["updated_at", "2018-10-11 16:42:49.185995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.187578"], ["updated_at", "2018-10-11 16:42:49.187578"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.189125"], ["updated_at", "2018-10-11 16:42:49.189125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.191245"], ["updated_at", "2018-10-11 16:42:49.191245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.192854"], ["updated_at", "2018-10-11 16:42:49.192854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.194406"], ["updated_at", "2018-10-11 16:42:49.194406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.197321"], ["updated_at", "2018-10-11 16:42:49.197321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.198882"], ["updated_at", "2018-10-11 16:42:49.198882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.200419"], ["updated_at", "2018-10-11 16:42:49.200419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.201986"], ["updated_at", "2018-10-11 16:42:49.201986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.203556"], ["updated_at", "2018-10-11 16:42:49.203556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.205082"], ["updated_at", "2018-10-11 16:42:49.205082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.206634"], ["updated_at", "2018-10-11 16:42:49.206634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.208161"], ["updated_at", "2018-10-11 16:42:49.208161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.209716"], ["updated_at", "2018-10-11 16:42:49.209716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.211227"], ["updated_at", "2018-10-11 16:42:49.211227"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.212762"], ["updated_at", "2018-10-11 16:42:49.212762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.214428"], ["updated_at", "2018-10-11 16:42:49.214428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.216008"], ["updated_at", "2018-10-11 16:42:49.216008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.217543"], ["updated_at", "2018-10-11 16:42:49.217543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.219087"], ["updated_at", "2018-10-11 16:42:49.219087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.220633"], ["updated_at", "2018-10-11 16:42:49.220633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.222177"], ["updated_at", "2018-10-11 16:42:49.222177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.223698"], ["updated_at", "2018-10-11 16:42:49.223698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.225252"], ["updated_at", "2018-10-11 16:42:49.225252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.226794"], ["updated_at", "2018-10-11 16:42:49.226794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.228321"], ["updated_at", "2018-10-11 16:42:49.228321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.229843"], ["updated_at", "2018-10-11 16:42:49.229843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.231378"], ["updated_at", "2018-10-11 16:42:49.231378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.232914"], ["updated_at", "2018-10-11 16:42:49.232914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.234470"], ["updated_at", "2018-10-11 16:42:49.234470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.236004"], ["updated_at", "2018-10-11 16:42:49.236004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.237570"], ["updated_at", "2018-10-11 16:42:49.237570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.239114"], ["updated_at", "2018-10-11 16:42:49.239114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.240639"], ["updated_at", "2018-10-11 16:42:49.240639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.242193"], ["updated_at", "2018-10-11 16:42:49.242193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.243738"], ["updated_at", "2018-10-11 16:42:49.243738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.245320"], ["updated_at", "2018-10-11 16:42:49.245320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.246857"], ["updated_at", "2018-10-11 16:42:49.246857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.248479"], ["updated_at", "2018-10-11 16:42:49.248479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.250059"], ["updated_at", "2018-10-11 16:42:49.250059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.251633"], ["updated_at", "2018-10-11 16:42:49.251633"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.253149"], ["updated_at", "2018-10-11 16:42:49.253149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.255076"], ["updated_at", "2018-10-11 16:42:49.255076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.256685"], ["updated_at", "2018-10-11 16:42:49.256685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.258247"], ["updated_at", "2018-10-11 16:42:49.258247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.259754"], ["updated_at", "2018-10-11 16:42:49.259754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.261306"], ["updated_at", "2018-10-11 16:42:49.261306"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.262921"], ["updated_at", "2018-10-11 16:42:49.262921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.264624"], ["updated_at", "2018-10-11 16:42:49.264624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.266220"], ["updated_at", "2018-10-11 16:42:49.266220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.267803"], ["updated_at", "2018-10-11 16:42:49.267803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.269400"], ["updated_at", "2018-10-11 16:42:49.269400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.270923"], ["updated_at", "2018-10-11 16:42:49.270923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.272481"], ["updated_at", "2018-10-11 16:42:49.272481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.274047"], ["updated_at", "2018-10-11 16:42:49.274047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.275600"], ["updated_at", "2018-10-11 16:42:49.275600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.277143"], ["updated_at", "2018-10-11 16:42:49.277143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.278669"], ["updated_at", "2018-10-11 16:42:49.278669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.280275"], ["updated_at", "2018-10-11 16:42:49.280275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.281815"], ["updated_at", "2018-10-11 16:42:49.281815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.283375"], ["updated_at", "2018-10-11 16:42:49.283375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.285000"], ["updated_at", "2018-10-11 16:42:49.285000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.286556"], ["updated_at", "2018-10-11 16:42:49.286556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.288078"], ["updated_at", "2018-10-11 16:42:49.288078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.289611"], ["updated_at", "2018-10-11 16:42:49.289611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.291470"], ["updated_at", "2018-10-11 16:42:49.291470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.293013"], ["updated_at", "2018-10-11 16:42:49.293013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.294524"], ["updated_at", "2018-10-11 16:42:49.294524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.296052"], ["updated_at", "2018-10-11 16:42:49.296052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.297591"], ["updated_at", "2018-10-11 16:42:49.297591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.299104"], ["updated_at", "2018-10-11 16:42:49.299104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.300582"], ["updated_at", "2018-10-11 16:42:49.300582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.302078"], ["updated_at", "2018-10-11 16:42:49.302078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.303626"], ["updated_at", "2018-10-11 16:42:49.303626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.305136"], ["updated_at", "2018-10-11 16:42:49.305136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.306652"], ["updated_at", "2018-10-11 16:42:49.306652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.308166"], ["updated_at", "2018-10-11 16:42:49.308166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.309703"], ["updated_at", "2018-10-11 16:42:49.309703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.311191"], ["updated_at", "2018-10-11 16:42:49.311191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.312709"], ["updated_at", "2018-10-11 16:42:49.312709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.314230"], ["updated_at", "2018-10-11 16:42:49.314230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.315790"], ["updated_at", "2018-10-11 16:42:49.315790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.317275"], ["updated_at", "2018-10-11 16:42:49.317275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.318794"], ["updated_at", "2018-10-11 16:42:49.318794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.320362"], ["updated_at", "2018-10-11 16:42:49.320362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.321853"], ["updated_at", "2018-10-11 16:42:49.321853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.323373"], ["updated_at", "2018-10-11 16:42:49.323373"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.324900"], ["updated_at", "2018-10-11 16:42:49.324900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.326547"], ["updated_at", "2018-10-11 16:42:49.326547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.328108"], ["updated_at", "2018-10-11 16:42:49.328108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.329721"], ["updated_at", "2018-10-11 16:42:49.329721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.331276"], ["updated_at", "2018-10-11 16:42:49.331276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.332792"], ["updated_at", "2018-10-11 16:42:49.332792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.334316"], ["updated_at", "2018-10-11 16:42:49.334316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.335863"], ["updated_at", "2018-10-11 16:42:49.335863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.337423"], ["updated_at", "2018-10-11 16:42:49.337423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.338993"], ["updated_at", "2018-10-11 16:42:49.338993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.340523"], ["updated_at", "2018-10-11 16:42:49.340523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.342085"], ["updated_at", "2018-10-11 16:42:49.342085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.343621"], ["updated_at", "2018-10-11 16:42:49.343621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.345148"], ["updated_at", "2018-10-11 16:42:49.345148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.346666"], ["updated_at", "2018-10-11 16:42:49.346666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.348190"], ["updated_at", "2018-10-11 16:42:49.348190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.349750"], ["updated_at", "2018-10-11 16:42:49.349750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.351342"], ["updated_at", "2018-10-11 16:42:49.351342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.352884"], ["updated_at", "2018-10-11 16:42:49.352884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.354387"], ["updated_at", "2018-10-11 16:42:49.354387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.355913"], ["updated_at", "2018-10-11 16:42:49.355913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.357422"], ["updated_at", "2018-10-11 16:42:49.357422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.358990"], ["updated_at", "2018-10-11 16:42:49.358990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.360509"], ["updated_at", "2018-10-11 16:42:49.360509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.362041"], ["updated_at", "2018-10-11 16:42:49.362041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.363535"], ["updated_at", "2018-10-11 16:42:49.363535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.365050"], ["updated_at", "2018-10-11 16:42:49.365050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.366571"], ["updated_at", "2018-10-11 16:42:49.366571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.368086"], ["updated_at", "2018-10-11 16:42:49.368086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.369624"], ["updated_at", "2018-10-11 16:42:49.369624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.371189"], ["updated_at", "2018-10-11 16:42:49.371189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.372711"], ["updated_at", "2018-10-11 16:42:49.372711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.374229"], ["updated_at", "2018-10-11 16:42:49.374229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.375763"], ["updated_at", "2018-10-11 16:42:49.375763"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.377323"], ["updated_at", "2018-10-11 16:42:49.377323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.379107"], ["updated_at", "2018-10-11 16:42:49.379107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.380675"], ["updated_at", "2018-10-11 16:42:49.380675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.382223"], ["updated_at", "2018-10-11 16:42:49.382223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.383747"], ["updated_at", "2018-10-11 16:42:49.383747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.385375"], ["updated_at", "2018-10-11 16:42:49.385375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.386987"], ["updated_at", "2018-10-11 16:42:49.386987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.388544"], ["updated_at", "2018-10-11 16:42:49.388544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.390302"], ["updated_at", "2018-10-11 16:42:49.390302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.391862"], ["updated_at", "2018-10-11 16:42:49.391862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.393392"], ["updated_at", "2018-10-11 16:42:49.393392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.394918"], ["updated_at", "2018-10-11 16:42:49.394918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.396508"], ["updated_at", "2018-10-11 16:42:49.396508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.398003"], ["updated_at", "2018-10-11 16:42:49.398003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.399526"], ["updated_at", "2018-10-11 16:42:49.399526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.401103"], ["updated_at", "2018-10-11 16:42:49.401103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.402627"], ["updated_at", "2018-10-11 16:42:49.402627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.404139"], ["updated_at", "2018-10-11 16:42:49.404139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.405810"], ["updated_at", "2018-10-11 16:42:49.405810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.407396"], ["updated_at", "2018-10-11 16:42:49.407396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.409012"], ["updated_at", "2018-10-11 16:42:49.409012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.410570"], ["updated_at", "2018-10-11 16:42:49.410570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.412147"], ["updated_at", "2018-10-11 16:42:49.412147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.413768"], ["updated_at", "2018-10-11 16:42:49.413768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.415315"], ["updated_at", "2018-10-11 16:42:49.415315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.416839"], ["updated_at", "2018-10-11 16:42:49.416839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.418362"], ["updated_at", "2018-10-11 16:42:49.418362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.419905"], ["updated_at", "2018-10-11 16:42:49.419905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.421433"], ["updated_at", "2018-10-11 16:42:49.421433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.422990"], ["updated_at", "2018-10-11 16:42:49.422990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.424536"], ["updated_at", "2018-10-11 16:42:49.424536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.426081"], ["updated_at", "2018-10-11 16:42:49.426081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.427593"], ["updated_at", "2018-10-11 16:42:49.427593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.429141"], ["updated_at", "2018-10-11 16:42:49.429141"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.430933"], ["updated_at", "2018-10-11 16:42:49.430933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.432801"], ["updated_at", "2018-10-11 16:42:49.432801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.434358"], ["updated_at", "2018-10-11 16:42:49.434358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.435909"], ["updated_at", "2018-10-11 16:42:49.435909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.437416"], ["updated_at", "2018-10-11 16:42:49.437416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.438959"], ["updated_at", "2018-10-11 16:42:49.438959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.440501"], ["updated_at", "2018-10-11 16:42:49.440501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.442040"], ["updated_at", "2018-10-11 16:42:49.442040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.443575"], ["updated_at", "2018-10-11 16:42:49.443575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.445090"], ["updated_at", "2018-10-11 16:42:49.445090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.446677"], ["updated_at", "2018-10-11 16:42:49.446677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.448231"], ["updated_at", "2018-10-11 16:42:49.448231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.449766"], ["updated_at", "2018-10-11 16:42:49.449766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.451278"], ["updated_at", "2018-10-11 16:42:49.451278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.452815"], ["updated_at", "2018-10-11 16:42:49.452815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.454377"], ["updated_at", "2018-10-11 16:42:49.454377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.455911"], ["updated_at", "2018-10-11 16:42:49.455911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.457458"], ["updated_at", "2018-10-11 16:42:49.457458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.458989"], ["updated_at", "2018-10-11 16:42:49.458989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.460546"], ["updated_at", "2018-10-11 16:42:49.460546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.462075"], ["updated_at", "2018-10-11 16:42:49.462075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.463625"], ["updated_at", "2018-10-11 16:42:49.463625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.465201"], ["updated_at", "2018-10-11 16:42:49.465201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.466720"], ["updated_at", "2018-10-11 16:42:49.466720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.468221"], ["updated_at", "2018-10-11 16:42:49.468221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.469764"], ["updated_at", "2018-10-11 16:42:49.469764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.471296"], ["updated_at", "2018-10-11 16:42:49.471296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.472803"], ["updated_at", "2018-10-11 16:42:49.472803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.474347"], ["updated_at", "2018-10-11 16:42:49.474347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.475867"], ["updated_at", "2018-10-11 16:42:49.475867"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.477405"], ["updated_at", "2018-10-11 16:42:49.477405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.480199"], ["updated_at", "2018-10-11 16:42:49.480199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.481776"], ["updated_at", "2018-10-11 16:42:49.481776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.483376"], ["updated_at", "2018-10-11 16:42:49.483376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.484909"], ["updated_at", "2018-10-11 16:42:49.484909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.486816"], ["updated_at", "2018-10-11 16:42:49.486816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.488535"], ["updated_at", "2018-10-11 16:42:49.488535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.490117"], ["updated_at", "2018-10-11 16:42:49.490117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.491645"], ["updated_at", "2018-10-11 16:42:49.491645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.493252"], ["updated_at", "2018-10-11 16:42:49.493252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.494784"], ["updated_at", "2018-10-11 16:42:49.494784"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.496357"], ["updated_at", "2018-10-11 16:42:49.496357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.498067"], ["updated_at", "2018-10-11 16:42:49.498067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.499691"], ["updated_at", "2018-10-11 16:42:49.499691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.501245"], ["updated_at", "2018-10-11 16:42:49.501245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.502787"], ["updated_at", "2018-10-11 16:42:49.502787"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.504319"], ["updated_at", "2018-10-11 16:42:49.504319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.506379"], ["updated_at", "2018-10-11 16:42:49.506379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.507988"], ["updated_at", "2018-10-11 16:42:49.507988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.509522"], ["updated_at", "2018-10-11 16:42:49.509522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.511098"], ["updated_at", "2018-10-11 16:42:49.511098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.512694"], ["updated_at", "2018-10-11 16:42:49.512694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.514203"], ["updated_at", "2018-10-11 16:42:49.514203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.515741"], ["updated_at", "2018-10-11 16:42:49.515741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.517321"], ["updated_at", "2018-10-11 16:42:49.517321"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.518829"], ["updated_at", "2018-10-11 16:42:49.518829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.520509"], ["updated_at", "2018-10-11 16:42:49.520509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.522054"], ["updated_at", "2018-10-11 16:42:49.522054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.523624"], ["updated_at", "2018-10-11 16:42:49.523624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.525139"], ["updated_at", "2018-10-11 16:42:49.525139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.526649"], ["updated_at", "2018-10-11 16:42:49.526649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.528147"], ["updated_at", "2018-10-11 16:42:49.528147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.529712"], ["updated_at", "2018-10-11 16:42:49.529712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.531213"], ["updated_at", "2018-10-11 16:42:49.531213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.532725"], ["updated_at", "2018-10-11 16:42:49.532725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.534231"], ["updated_at", "2018-10-11 16:42:49.534231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.535809"], ["updated_at", "2018-10-11 16:42:49.535809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.537355"], ["updated_at", "2018-10-11 16:42:49.537355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.538918"], ["updated_at", "2018-10-11 16:42:49.538918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.540439"], ["updated_at", "2018-10-11 16:42:49.540439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.541980"], ["updated_at", "2018-10-11 16:42:49.541980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.543477"], ["updated_at", "2018-10-11 16:42:49.543477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.545005"], ["updated_at", "2018-10-11 16:42:49.545005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.546522"], ["updated_at", "2018-10-11 16:42:49.546522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.548141"], ["updated_at", "2018-10-11 16:42:49.548141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.549675"], ["updated_at", "2018-10-11 16:42:49.549675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.551226"], ["updated_at", "2018-10-11 16:42:49.551226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.552787"], ["updated_at", "2018-10-11 16:42:49.552787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.554354"], ["updated_at", "2018-10-11 16:42:49.554354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.555916"], ["updated_at", "2018-10-11 16:42:49.555916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.557434"], ["updated_at", "2018-10-11 16:42:49.557434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.559155"], ["updated_at", "2018-10-11 16:42:49.559155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.560719"], ["updated_at", "2018-10-11 16:42:49.560719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.562277"], ["updated_at", "2018-10-11 16:42:49.562277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.563888"], ["updated_at", "2018-10-11 16:42:49.563888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.565421"], ["updated_at", "2018-10-11 16:42:49.565421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.566913"], ["updated_at", "2018-10-11 16:42:49.566913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.568492"], ["updated_at", "2018-10-11 16:42:49.568492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.569985"], ["updated_at", "2018-10-11 16:42:49.569985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.571526"], ["updated_at", "2018-10-11 16:42:49.571526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.573075"], ["updated_at", "2018-10-11 16:42:49.573075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.574696"], ["updated_at", "2018-10-11 16:42:49.574696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.576241"], ["updated_at", "2018-10-11 16:42:49.576241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.577777"], ["updated_at", "2018-10-11 16:42:49.577777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.579295"], ["updated_at", "2018-10-11 16:42:49.579295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.580808"], ["updated_at", "2018-10-11 16:42:49.580808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.582427"], ["updated_at", "2018-10-11 16:42:49.582427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.583941"], ["updated_at", "2018-10-11 16:42:49.583941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.585476"], ["updated_at", "2018-10-11 16:42:49.585476"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.587251"], ["updated_at", "2018-10-11 16:42:49.587251"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.589884"], ["updated_at", "2018-10-11 16:42:49.589884"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.592094"], ["updated_at", "2018-10-11 16:42:49.592094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.594311"], ["updated_at", "2018-10-11 16:42:49.594311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.595975"], ["updated_at", "2018-10-11 16:42:49.595975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.597567"], ["updated_at", "2018-10-11 16:42:49.597567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.599279"], ["updated_at", "2018-10-11 16:42:49.599279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.600894"], ["updated_at", "2018-10-11 16:42:49.600894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.602923"], ["updated_at", "2018-10-11 16:42:49.602923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.604624"], ["updated_at", "2018-10-11 16:42:49.604624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.606184"], ["updated_at", "2018-10-11 16:42:49.606184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.607707"], ["updated_at", "2018-10-11 16:42:49.607707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.609241"], ["updated_at", "2018-10-11 16:42:49.609241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.610970"], ["updated_at", "2018-10-11 16:42:49.610970"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.612620"], ["updated_at", "2018-10-11 16:42:49.612620"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.614540"], ["updated_at", "2018-10-11 16:42:49.614540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.616426"], ["updated_at", "2018-10-11 16:42:49.616426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.618334"], ["updated_at", "2018-10-11 16:42:49.618334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.620240"], ["updated_at", "2018-10-11 16:42:49.620240"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.622005"], ["updated_at", "2018-10-11 16:42:49.622005"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.624104"], ["updated_at", "2018-10-11 16:42:49.624104"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.626059"], ["updated_at", "2018-10-11 16:42:49.626059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.628192"], ["updated_at", "2018-10-11 16:42:49.628192"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.630046"], ["updated_at", "2018-10-11 16:42:49.630046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.632315"], ["updated_at", "2018-10-11 16:42:49.632315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.633927"], ["updated_at", "2018-10-11 16:42:49.633927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.635481"], ["updated_at", "2018-10-11 16:42:49.635481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.637051"], ["updated_at", "2018-10-11 16:42:49.637051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.638596"], ["updated_at", "2018-10-11 16:42:49.638596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.640238"], ["updated_at", "2018-10-11 16:42:49.640238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.641783"], ["updated_at", "2018-10-11 16:42:49.641783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.643370"], ["updated_at", "2018-10-11 16:42:49.643370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.644905"], ["updated_at", "2018-10-11 16:42:49.644905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.646412"], ["updated_at", "2018-10-11 16:42:49.646412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.647918"], ["updated_at", "2018-10-11 16:42:49.647918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.649477"], ["updated_at", "2018-10-11 16:42:49.649477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.651126"], ["updated_at", "2018-10-11 16:42:49.651126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.652727"], ["updated_at", "2018-10-11 16:42:49.652727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.654292"], ["updated_at", "2018-10-11 16:42:49.654292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.655858"], ["updated_at", "2018-10-11 16:42:49.655858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.657375"], ["updated_at", "2018-10-11 16:42:49.657375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.658880"], ["updated_at", "2018-10-11 16:42:49.658880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.660415"], ["updated_at", "2018-10-11 16:42:49.660415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.661948"], ["updated_at", "2018-10-11 16:42:49.661948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.663514"], ["updated_at", "2018-10-11 16:42:49.663514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.665028"], ["updated_at", "2018-10-11 16:42:49.665028"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.666531"], ["updated_at", "2018-10-11 16:42:49.666531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.668072"], ["updated_at", "2018-10-11 16:42:49.668072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.669623"], ["updated_at", "2018-10-11 16:42:49.669623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.671114"], ["updated_at", "2018-10-11 16:42:49.671114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.672684"], ["updated_at", "2018-10-11 16:42:49.672684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.674225"], ["updated_at", "2018-10-11 16:42:49.674225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.675712"], ["updated_at", "2018-10-11 16:42:49.675712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.677226"], ["updated_at", "2018-10-11 16:42:49.677226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.678765"], ["updated_at", "2018-10-11 16:42:49.678765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.680293"], ["updated_at", "2018-10-11 16:42:49.680293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.681831"], ["updated_at", "2018-10-11 16:42:49.681831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.683346"], ["updated_at", "2018-10-11 16:42:49.683346"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.684834"], ["updated_at", "2018-10-11 16:42:49.684834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.686745"], ["updated_at", "2018-10-11 16:42:49.686745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.688304"], ["updated_at", "2018-10-11 16:42:49.688304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.689883"], ["updated_at", "2018-10-11 16:42:49.689883"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.691393"], ["updated_at", "2018-10-11 16:42:49.691393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.693085"], ["updated_at", "2018-10-11 16:42:49.693085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.694698"], ["updated_at", "2018-10-11 16:42:49.694698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.696268"], ["updated_at", "2018-10-11 16:42:49.696268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.697852"], ["updated_at", "2018-10-11 16:42:49.697852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.699387"], ["updated_at", "2018-10-11 16:42:49.699387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.700910"], ["updated_at", "2018-10-11 16:42:49.700910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.702491"], ["updated_at", "2018-10-11 16:42:49.702491"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.704042"], ["updated_at", "2018-10-11 16:42:49.704042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.705867"], ["updated_at", "2018-10-11 16:42:49.705867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.707710"], ["updated_at", "2018-10-11 16:42:49.707710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.709424"], ["updated_at", "2018-10-11 16:42:49.709424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.710964"], ["updated_at", "2018-10-11 16:42:49.710964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.712535"], ["updated_at", "2018-10-11 16:42:49.712535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.714063"], ["updated_at", "2018-10-11 16:42:49.714063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.715701"], ["updated_at", "2018-10-11 16:42:49.715701"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.717235"], ["updated_at", "2018-10-11 16:42:49.717235"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.719140"], ["updated_at", "2018-10-11 16:42:49.719140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.720907"], ["updated_at", "2018-10-11 16:42:49.720907"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.722524"], ["updated_at", "2018-10-11 16:42:49.722524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.724066"], ["updated_at", "2018-10-11 16:42:49.724066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.725632"], ["updated_at", "2018-10-11 16:42:49.725632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.727356"], ["updated_at", "2018-10-11 16:42:49.727356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.729041"], ["updated_at", "2018-10-11 16:42:49.729041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.730783"], ["updated_at", "2018-10-11 16:42:49.730783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.732335"], ["updated_at", "2018-10-11 16:42:49.732335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.733896"], ["updated_at", "2018-10-11 16:42:49.733896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.735434"], ["updated_at", "2018-10-11 16:42:49.735434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.736924"], ["updated_at", "2018-10-11 16:42:49.736924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.738412"], ["updated_at", "2018-10-11 16:42:49.738412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.739943"], ["updated_at", "2018-10-11 16:42:49.739943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.741460"], ["updated_at", "2018-10-11 16:42:49.741460"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.742979"], ["updated_at", "2018-10-11 16:42:49.742979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.744820"], ["updated_at", "2018-10-11 16:42:49.744820"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.746412"], ["updated_at", "2018-10-11 16:42:49.746412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.748140"], ["updated_at", "2018-10-11 16:42:49.748140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.749757"], ["updated_at", "2018-10-11 16:42:49.749757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.751288"], ["updated_at", "2018-10-11 16:42:49.751288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.752856"], ["updated_at", "2018-10-11 16:42:49.752856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.754395"], ["updated_at", "2018-10-11 16:42:49.754395"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.756114"], ["updated_at", "2018-10-11 16:42:49.756114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.758527"], ["updated_at", "2018-10-11 16:42:49.758527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.760150"], ["updated_at", "2018-10-11 16:42:49.760150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.761696"], ["updated_at", "2018-10-11 16:42:49.761696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.763212"], ["updated_at", "2018-10-11 16:42:49.763212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.764764"], ["updated_at", "2018-10-11 16:42:49.764764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.766299"], ["updated_at", "2018-10-11 16:42:49.766299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.767816"], ["updated_at", "2018-10-11 16:42:49.767816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.769344"], ["updated_at", "2018-10-11 16:42:49.769344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.770886"], ["updated_at", "2018-10-11 16:42:49.770886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.772403"], ["updated_at", "2018-10-11 16:42:49.772403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.775257"], ["updated_at", "2018-10-11 16:42:49.775257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.776867"], ["updated_at", "2018-10-11 16:42:49.776867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.778441"], ["updated_at", "2018-10-11 16:42:49.778441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.779952"], ["updated_at", "2018-10-11 16:42:49.779952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.781489"], ["updated_at", "2018-10-11 16:42:49.781489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.783064"], ["updated_at", "2018-10-11 16:42:49.783064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.784842"], ["updated_at", "2018-10-11 16:42:49.784842"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.786440"], ["updated_at", "2018-10-11 16:42:49.786440"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.788824"], ["updated_at", "2018-10-11 16:42:49.788824"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.791102"], ["updated_at", "2018-10-11 16:42:49.791102"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.793454"], ["updated_at", "2018-10-11 16:42:49.793454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.795206"], ["updated_at", "2018-10-11 16:42:49.795206"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.796990"], ["updated_at", "2018-10-11 16:42:49.796990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.798791"], ["updated_at", "2018-10-11 16:42:49.798791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.800449"], ["updated_at", "2018-10-11 16:42:49.800449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.802014"], ["updated_at", "2018-10-11 16:42:49.802014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.803693"], ["updated_at", "2018-10-11 16:42:49.803693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.805339"], ["updated_at", "2018-10-11 16:42:49.805339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.806915"], ["updated_at", "2018-10-11 16:42:49.806915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.808513"], ["updated_at", "2018-10-11 16:42:49.808513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.810102"], ["updated_at", "2018-10-11 16:42:49.810102"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.811614"], ["updated_at", "2018-10-11 16:42:49.811614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.813486"], ["updated_at", "2018-10-11 16:42:49.813486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.815205"], ["updated_at", "2018-10-11 16:42:49.815205"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.816859"], ["updated_at", "2018-10-11 16:42:49.816859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.818676"], ["updated_at", "2018-10-11 16:42:49.818676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.820250"], ["updated_at", "2018-10-11 16:42:49.820250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.821829"], ["updated_at", "2018-10-11 16:42:49.821829"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.823414"], ["updated_at", "2018-10-11 16:42:49.823414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.825579"], ["updated_at", "2018-10-11 16:42:49.825579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.827276"], ["updated_at", "2018-10-11 16:42:49.827276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.829103"], ["updated_at", "2018-10-11 16:42:49.829103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.830659"], ["updated_at", "2018-10-11 16:42:49.830659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.832215"], ["updated_at", "2018-10-11 16:42:49.832215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.833820"], ["updated_at", "2018-10-11 16:42:49.833820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.835535"], ["updated_at", "2018-10-11 16:42:49.835535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.837125"], ["updated_at", "2018-10-11 16:42:49.837125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.838695"], ["updated_at", "2018-10-11 16:42:49.838695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.840193"], ["updated_at", "2018-10-11 16:42:49.840193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.841775"], ["updated_at", "2018-10-11 16:42:49.841775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.843294"], ["updated_at", "2018-10-11 16:42:49.843294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.844778"], ["updated_at", "2018-10-11 16:42:49.844778"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.846392"], ["updated_at", "2018-10-11 16:42:49.846392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.848817"], ["updated_at", "2018-10-11 16:42:49.848817"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.850742"], ["updated_at", "2018-10-11 16:42:49.850742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.852552"], ["updated_at", "2018-10-11 16:42:49.852552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.854315"], ["updated_at", "2018-10-11 16:42:49.854315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.856005"], ["updated_at", "2018-10-11 16:42:49.856005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.857727"], ["updated_at", "2018-10-11 16:42:49.857727"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.859516"], ["updated_at", "2018-10-11 16:42:49.859516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.862096"], ["updated_at", "2018-10-11 16:42:49.862096"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.863948"], ["updated_at", "2018-10-11 16:42:49.863948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.866114"], ["updated_at", "2018-10-11 16:42:49.866114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.867752"], ["updated_at", "2018-10-11 16:42:49.867752"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.869310"], ["updated_at", "2018-10-11 16:42:49.869310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.871077"], ["updated_at", "2018-10-11 16:42:49.871077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.872868"], ["updated_at", "2018-10-11 16:42:49.872868"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.874697"], ["updated_at", "2018-10-11 16:42:49.874697"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.876502"], ["updated_at", "2018-10-11 16:42:49.876502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.878269"], ["updated_at", "2018-10-11 16:42:49.878269"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.879843"], ["updated_at", "2018-10-11 16:42:49.879843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.881572"], ["updated_at", "2018-10-11 16:42:49.881572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.883159"], ["updated_at", "2018-10-11 16:42:49.883159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.884694"], ["updated_at", "2018-10-11 16:42:49.884694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.886218"], ["updated_at", "2018-10-11 16:42:49.886218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.887764"], ["updated_at", "2018-10-11 16:42:49.887764"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.889361"], ["updated_at", "2018-10-11 16:42:49.889361"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.891451"], ["updated_at", "2018-10-11 16:42:49.891451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.893180"], ["updated_at", "2018-10-11 16:42:49.893180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.894781"], ["updated_at", "2018-10-11 16:42:49.894781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.896332"], ["updated_at", "2018-10-11 16:42:49.896332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.897874"], ["updated_at", "2018-10-11 16:42:49.897874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.899404"], ["updated_at", "2018-10-11 16:42:49.899404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.900974"], ["updated_at", "2018-10-11 16:42:49.900974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.902565"], ["updated_at", "2018-10-11 16:42:49.902565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.904091"], ["updated_at", "2018-10-11 16:42:49.904091"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.905618"], ["updated_at", "2018-10-11 16:42:49.905618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.908117"], ["updated_at", "2018-10-11 16:42:49.908117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.909699"], ["updated_at", "2018-10-11 16:42:49.909699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.911357"], ["updated_at", "2018-10-11 16:42:49.911357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.912947"], ["updated_at", "2018-10-11 16:42:49.912947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.914518"], ["updated_at", "2018-10-11 16:42:49.914518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.916052"], ["updated_at", "2018-10-11 16:42:49.916052"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.917600"], ["updated_at", "2018-10-11 16:42:49.917600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.919253"], ["updated_at", "2018-10-11 16:42:49.919253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.920769"], ["updated_at", "2018-10-11 16:42:49.920769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.922359"], ["updated_at", "2018-10-11 16:42:49.922359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.923907"], ["updated_at", "2018-10-11 16:42:49.923907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.925540"], ["updated_at", "2018-10-11 16:42:49.925540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.927136"], ["updated_at", "2018-10-11 16:42:49.927136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.928688"], ["updated_at", "2018-10-11 16:42:49.928688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.930231"], ["updated_at", "2018-10-11 16:42:49.930231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.931787"], ["updated_at", "2018-10-11 16:42:49.931787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.933275"], ["updated_at", "2018-10-11 16:42:49.933275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.934809"], ["updated_at", "2018-10-11 16:42:49.934809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.936388"], ["updated_at", "2018-10-11 16:42:49.936388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.937908"], ["updated_at", "2018-10-11 16:42:49.937908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.939461"], ["updated_at", "2018-10-11 16:42:49.939461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.940994"], ["updated_at", "2018-10-11 16:42:49.940994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.942512"], ["updated_at", "2018-10-11 16:42:49.942512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.944049"], ["updated_at", "2018-10-11 16:42:49.944049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.945579"], ["updated_at", "2018-10-11 16:42:49.945579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.947077"], ["updated_at", "2018-10-11 16:42:49.947077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.948605"], ["updated_at", "2018-10-11 16:42:49.948605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.950133"], ["updated_at", "2018-10-11 16:42:49.950133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.951688"], ["updated_at", "2018-10-11 16:42:49.951688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.953245"], ["updated_at", "2018-10-11 16:42:49.953245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.954957"], ["updated_at", "2018-10-11 16:42:49.954957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.956548"], ["updated_at", "2018-10-11 16:42:49.956548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.958083"], ["updated_at", "2018-10-11 16:42:49.958083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.959626"], ["updated_at", "2018-10-11 16:42:49.959626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.961145"], ["updated_at", "2018-10-11 16:42:49.961145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.962679"], ["updated_at", "2018-10-11 16:42:49.962679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.964544"], ["updated_at", "2018-10-11 16:42:49.964544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.966224"], ["updated_at", "2018-10-11 16:42:49.966224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.967781"], ["updated_at", "2018-10-11 16:42:49.967781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.969370"], ["updated_at", "2018-10-11 16:42:49.969370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.970904"], ["updated_at", "2018-10-11 16:42:49.970904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.972463"], ["updated_at", "2018-10-11 16:42:49.972463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.973991"], ["updated_at", "2018-10-11 16:42:49.973991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.975520"], ["updated_at", "2018-10-11 16:42:49.975520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.977079"], ["updated_at", "2018-10-11 16:42:49.977079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.978602"], ["updated_at", "2018-10-11 16:42:49.978602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.980134"], ["updated_at", "2018-10-11 16:42:49.980134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.981746"], ["updated_at", "2018-10-11 16:42:49.981746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.983273"], ["updated_at", "2018-10-11 16:42:49.983273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.984760"], ["updated_at", "2018-10-11 16:42:49.984760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.986275"], ["updated_at", "2018-10-11 16:42:49.986275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.987792"], ["updated_at", "2018-10-11 16:42:49.987792"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.989322"], ["updated_at", "2018-10-11 16:42:49.989322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.991098"], ["updated_at", "2018-10-11 16:42:49.991098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.992705"], ["updated_at", "2018-10-11 16:42:49.992705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.994263"], ["updated_at", "2018-10-11 16:42:49.994263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.995869"], ["updated_at", "2018-10-11 16:42:49.995869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.997484"], ["updated_at", "2018-10-11 16:42:49.997484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:49.999079"], ["updated_at", "2018-10-11 16:42:49.999079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.000697"], ["updated_at", "2018-10-11 16:42:50.000697"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.002277"], ["updated_at", "2018-10-11 16:42:50.002277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.004070"], ["updated_at", "2018-10-11 16:42:50.004070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.005690"], ["updated_at", "2018-10-11 16:42:50.005690"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.007314"], ["updated_at", "2018-10-11 16:42:50.007314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.010012"], ["updated_at", "2018-10-11 16:42:50.010012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.011600"], ["updated_at", "2018-10-11 16:42:50.011600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.013115"], ["updated_at", "2018-10-11 16:42:50.013115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.014653"], ["updated_at", "2018-10-11 16:42:50.014653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.016217"], ["updated_at", "2018-10-11 16:42:50.016217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.017755"], ["updated_at", "2018-10-11 16:42:50.017755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.019298"], ["updated_at", "2018-10-11 16:42:50.019298"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.020869"], ["updated_at", "2018-10-11 16:42:50.020869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.022835"], ["updated_at", "2018-10-11 16:42:50.022835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.024582"], ["updated_at", "2018-10-11 16:42:50.024582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.026178"], ["updated_at", "2018-10-11 16:42:50.026178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.027798"], ["updated_at", "2018-10-11 16:42:50.027798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.029350"], ["updated_at", "2018-10-11 16:42:50.029350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.030873"], ["updated_at", "2018-10-11 16:42:50.030873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.032419"], ["updated_at", "2018-10-11 16:42:50.032419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.033968"], ["updated_at", "2018-10-11 16:42:50.033968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.035517"], ["updated_at", "2018-10-11 16:42:50.035517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.037011"], ["updated_at", "2018-10-11 16:42:50.037011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.038569"], ["updated_at", "2018-10-11 16:42:50.038569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.040112"], ["updated_at", "2018-10-11 16:42:50.040112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.041643"], ["updated_at", "2018-10-11 16:42:50.041643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.043165"], ["updated_at", "2018-10-11 16:42:50.043165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.044714"], ["updated_at", "2018-10-11 16:42:50.044714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.046262"], ["updated_at", "2018-10-11 16:42:50.046262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.047898"], ["updated_at", "2018-10-11 16:42:50.047898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.049548"], ["updated_at", "2018-10-11 16:42:50.049548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.051134"], ["updated_at", "2018-10-11 16:42:50.051134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.052688"], ["updated_at", "2018-10-11 16:42:50.052688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.054205"], ["updated_at", "2018-10-11 16:42:50.054205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.055757"], ["updated_at", "2018-10-11 16:42:50.055757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.057321"], ["updated_at", "2018-10-11 16:42:50.057321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.058917"], ["updated_at", "2018-10-11 16:42:50.058917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.060431"], ["updated_at", "2018-10-11 16:42:50.060431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.062005"], ["updated_at", "2018-10-11 16:42:50.062005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.063530"], ["updated_at", "2018-10-11 16:42:50.063530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.065038"], ["updated_at", "2018-10-11 16:42:50.065038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.066524"], ["updated_at", "2018-10-11 16:42:50.066524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.068061"], ["updated_at", "2018-10-11 16:42:50.068061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.069571"], ["updated_at", "2018-10-11 16:42:50.069571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.071089"], ["updated_at", "2018-10-11 16:42:50.071089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.074003"], ["updated_at", "2018-10-11 16:42:50.074003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.075610"], ["updated_at", "2018-10-11 16:42:50.075610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.077197"], ["updated_at", "2018-10-11 16:42:50.077197"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.078771"], ["updated_at", "2018-10-11 16:42:50.078771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.080574"], ["updated_at", "2018-10-11 16:42:50.080574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.082207"], ["updated_at", "2018-10-11 16:42:50.082207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.083798"], ["updated_at", "2018-10-11 16:42:50.083798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.085370"], ["updated_at", "2018-10-11 16:42:50.085370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.087131"], ["updated_at", "2018-10-11 16:42:50.087131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.088648"], ["updated_at", "2018-10-11 16:42:50.088648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.090190"], ["updated_at", "2018-10-11 16:42:50.090190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.091881"], ["updated_at", "2018-10-11 16:42:50.091881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.093477"], ["updated_at", "2018-10-11 16:42:50.093477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.095066"], ["updated_at", "2018-10-11 16:42:50.095066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.096603"], ["updated_at", "2018-10-11 16:42:50.096603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.098163"], ["updated_at", "2018-10-11 16:42:50.098163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.099686"], ["updated_at", "2018-10-11 16:42:50.099686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.101214"], ["updated_at", "2018-10-11 16:42:50.101214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.102746"], ["updated_at", "2018-10-11 16:42:50.102746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.104309"], ["updated_at", "2018-10-11 16:42:50.104309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.105806"], ["updated_at", "2018-10-11 16:42:50.105806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.107404"], ["updated_at", "2018-10-11 16:42:50.107404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.109064"], ["updated_at", "2018-10-11 16:42:50.109064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.110639"], ["updated_at", "2018-10-11 16:42:50.110639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.112203"], ["updated_at", "2018-10-11 16:42:50.112203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.113734"], ["updated_at", "2018-10-11 16:42:50.113734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.115232"], ["updated_at", "2018-10-11 16:42:50.115232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.116794"], ["updated_at", "2018-10-11 16:42:50.116794"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.118278"], ["updated_at", "2018-10-11 16:42:50.118278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.119760"], ["updated_at", "2018-10-11 16:42:50.119760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.121244"], ["updated_at", "2018-10-11 16:42:50.121244"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.122872"], ["updated_at", "2018-10-11 16:42:50.122872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.125289"], ["updated_at", "2018-10-11 16:42:50.125289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.126922"], ["updated_at", "2018-10-11 16:42:50.126922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.128526"], ["updated_at", "2018-10-11 16:42:50.128526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.130038"], ["updated_at", "2018-10-11 16:42:50.130038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.131561"], ["updated_at", "2018-10-11 16:42:50.131561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.133090"], ["updated_at", "2018-10-11 16:42:50.133090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.134594"], ["updated_at", "2018-10-11 16:42:50.134594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.136121"], ["updated_at", "2018-10-11 16:42:50.136121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.137679"], ["updated_at", "2018-10-11 16:42:50.137679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.139193"], ["updated_at", "2018-10-11 16:42:50.139193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.140955"], ["updated_at", "2018-10-11 16:42:50.140955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.142482"], ["updated_at", "2018-10-11 16:42:50.142482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.143994"], ["updated_at", "2018-10-11 16:42:50.143994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.145545"], ["updated_at", "2018-10-11 16:42:50.145545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.147113"], ["updated_at", "2018-10-11 16:42:50.147113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.148621"], ["updated_at", "2018-10-11 16:42:50.148621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.150164"], ["updated_at", "2018-10-11 16:42:50.150164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.151701"], ["updated_at", "2018-10-11 16:42:50.151701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.153197"], ["updated_at", "2018-10-11 16:42:50.153197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.154767"], ["updated_at", "2018-10-11 16:42:50.154767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.156342"], ["updated_at", "2018-10-11 16:42:50.156342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.157872"], ["updated_at", "2018-10-11 16:42:50.157872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.159386"], ["updated_at", "2018-10-11 16:42:50.159386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.160991"], ["updated_at", "2018-10-11 16:42:50.160991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.162773"], ["updated_at", "2018-10-11 16:42:50.162773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.164326"], ["updated_at", "2018-10-11 16:42:50.164326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.166012"], ["updated_at", "2018-10-11 16:42:50.166012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.167587"], ["updated_at", "2018-10-11 16:42:50.167587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.169229"], ["updated_at", "2018-10-11 16:42:50.169229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.170791"], ["updated_at", "2018-10-11 16:42:50.170791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.172309"], ["updated_at", "2018-10-11 16:42:50.172309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.173821"], ["updated_at", "2018-10-11 16:42:50.173821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.175323"], ["updated_at", "2018-10-11 16:42:50.175323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.176866"], ["updated_at", "2018-10-11 16:42:50.176866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.178534"], ["updated_at", "2018-10-11 16:42:50.178534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.180207"], ["updated_at", "2018-10-11 16:42:50.180207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.181719"], ["updated_at", "2018-10-11 16:42:50.181719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.183215"], ["updated_at", "2018-10-11 16:42:50.183215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.184723"], ["updated_at", "2018-10-11 16:42:50.184723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.186247"], ["updated_at", "2018-10-11 16:42:50.186247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.187804"], ["updated_at", "2018-10-11 16:42:50.187804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.189588"], ["updated_at", "2018-10-11 16:42:50.189588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.191367"], ["updated_at", "2018-10-11 16:42:50.191367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.192950"], ["updated_at", "2018-10-11 16:42:50.192950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.194489"], ["updated_at", "2018-10-11 16:42:50.194489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.196075"], ["updated_at", "2018-10-11 16:42:50.196075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.197646"], ["updated_at", "2018-10-11 16:42:50.197646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.199211"], ["updated_at", "2018-10-11 16:42:50.199211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.200744"], ["updated_at", "2018-10-11 16:42:50.200744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.202267"], ["updated_at", "2018-10-11 16:42:50.202267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.203785"], ["updated_at", "2018-10-11 16:42:50.203785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.205289"], ["updated_at", "2018-10-11 16:42:50.205289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.206878"], ["updated_at", "2018-10-11 16:42:50.206878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.208474"], ["updated_at", "2018-10-11 16:42:50.208474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.210053"], ["updated_at", "2018-10-11 16:42:50.210053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.211587"], ["updated_at", "2018-10-11 16:42:50.211587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.213111"], ["updated_at", "2018-10-11 16:42:50.213111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.214636"], ["updated_at", "2018-10-11 16:42:50.214636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.216160"], ["updated_at", "2018-10-11 16:42:50.216160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.217797"], ["updated_at", "2018-10-11 16:42:50.217797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.219369"], ["updated_at", "2018-10-11 16:42:50.219369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.221052"], ["updated_at", "2018-10-11 16:42:50.221052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.222699"], ["updated_at", "2018-10-11 16:42:50.222699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.224339"], ["updated_at", "2018-10-11 16:42:50.224339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.225971"], ["updated_at", "2018-10-11 16:42:50.225971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.227512"], ["updated_at", "2018-10-11 16:42:50.227512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.229183"], ["updated_at", "2018-10-11 16:42:50.229183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.230738"], ["updated_at", "2018-10-11 16:42:50.230738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.232285"], ["updated_at", "2018-10-11 16:42:50.232285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.233776"], ["updated_at", "2018-10-11 16:42:50.233776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.235278"], ["updated_at", "2018-10-11 16:42:50.235278"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.236813"], ["updated_at", "2018-10-11 16:42:50.236813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.238600"], ["updated_at", "2018-10-11 16:42:50.238600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.240141"], ["updated_at", "2018-10-11 16:42:50.240141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.241724"], ["updated_at", "2018-10-11 16:42:50.241724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.243279"], ["updated_at", "2018-10-11 16:42:50.243279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.244820"], ["updated_at", "2018-10-11 16:42:50.244820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.246351"], ["updated_at", "2018-10-11 16:42:50.246351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.247860"], ["updated_at", "2018-10-11 16:42:50.247860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.249568"], ["updated_at", "2018-10-11 16:42:50.249568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.251158"], ["updated_at", "2018-10-11 16:42:50.251158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.252705"], ["updated_at", "2018-10-11 16:42:50.252705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.254244"], ["updated_at", "2018-10-11 16:42:50.254244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.255765"], ["updated_at", "2018-10-11 16:42:50.255765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.257300"], ["updated_at", "2018-10-11 16:42:50.257300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.258891"], ["updated_at", "2018-10-11 16:42:50.258891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.260487"], ["updated_at", "2018-10-11 16:42:50.260487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.262019"], ["updated_at", "2018-10-11 16:42:50.262019"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.263512"], ["updated_at", "2018-10-11 16:42:50.263512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.265186"], ["updated_at", "2018-10-11 16:42:50.265186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.266789"], ["updated_at", "2018-10-11 16:42:50.266789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.268308"], ["updated_at", "2018-10-11 16:42:50.268308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.269813"], ["updated_at", "2018-10-11 16:42:50.269813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.271330"], ["updated_at", "2018-10-11 16:42:50.271330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.272854"], ["updated_at", "2018-10-11 16:42:50.272854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.274348"], ["updated_at", "2018-10-11 16:42:50.274348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.275904"], ["updated_at", "2018-10-11 16:42:50.275904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.277368"], ["updated_at", "2018-10-11 16:42:50.277368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.278983"], ["updated_at", "2018-10-11 16:42:50.278983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.280552"], ["updated_at", "2018-10-11 16:42:50.280552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.282115"], ["updated_at", "2018-10-11 16:42:50.282115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.283683"], ["updated_at", "2018-10-11 16:42:50.283683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.285216"], ["updated_at", "2018-10-11 16:42:50.285216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.286722"], ["updated_at", "2018-10-11 16:42:50.286722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.288267"], ["updated_at", "2018-10-11 16:42:50.288267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.289890"], ["updated_at", "2018-10-11 16:42:50.289890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.291502"], ["updated_at", "2018-10-11 16:42:50.291502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.293003"], ["updated_at", "2018-10-11 16:42:50.293003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.294621"], ["updated_at", "2018-10-11 16:42:50.294621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.296163"], ["updated_at", "2018-10-11 16:42:50.296163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.297682"], ["updated_at", "2018-10-11 16:42:50.297682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.299422"], ["updated_at", "2018-10-11 16:42:50.299422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.300992"], ["updated_at", "2018-10-11 16:42:50.300992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.302538"], ["updated_at", "2018-10-11 16:42:50.302538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.304046"], ["updated_at", "2018-10-11 16:42:50.304046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.305876"], ["updated_at", "2018-10-11 16:42:50.305876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.307408"], ["updated_at", "2018-10-11 16:42:50.307408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.308976"], ["updated_at", "2018-10-11 16:42:50.308976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.310472"], ["updated_at", "2018-10-11 16:42:50.310472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.312006"], ["updated_at", "2018-10-11 16:42:50.312006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.313528"], ["updated_at", "2018-10-11 16:42:50.313528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.315048"], ["updated_at", "2018-10-11 16:42:50.315048"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.316596"], ["updated_at", "2018-10-11 16:42:50.316596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.318295"], ["updated_at", "2018-10-11 16:42:50.318295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.319842"], ["updated_at", "2018-10-11 16:42:50.319842"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.321346"], ["updated_at", "2018-10-11 16:42:50.321346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.322979"], ["updated_at", "2018-10-11 16:42:50.322979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.324519"], ["updated_at", "2018-10-11 16:42:50.324519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.326054"], ["updated_at", "2018-10-11 16:42:50.326054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.327607"], ["updated_at", "2018-10-11 16:42:50.327607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.329179"], ["updated_at", "2018-10-11 16:42:50.329179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.330694"], ["updated_at", "2018-10-11 16:42:50.330694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.332213"], ["updated_at", "2018-10-11 16:42:50.332213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.333773"], ["updated_at", "2018-10-11 16:42:50.333773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.335296"], ["updated_at", "2018-10-11 16:42:50.335296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.336839"], ["updated_at", "2018-10-11 16:42:50.336839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.338367"], ["updated_at", "2018-10-11 16:42:50.338367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.339918"], ["updated_at", "2018-10-11 16:42:50.339918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.341417"], ["updated_at", "2018-10-11 16:42:50.341417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.342906"], ["updated_at", "2018-10-11 16:42:50.342906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.344420"], ["updated_at", "2018-10-11 16:42:50.344420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.345940"], ["updated_at", "2018-10-11 16:42:50.345940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.347572"], ["updated_at", "2018-10-11 16:42:50.347572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.349103"], ["updated_at", "2018-10-11 16:42:50.349103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.350607"], ["updated_at", "2018-10-11 16:42:50.350607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.352138"], ["updated_at", "2018-10-11 16:42:50.352138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.353669"], ["updated_at", "2018-10-11 16:42:50.353669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.355197"], ["updated_at", "2018-10-11 16:42:50.355197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.356728"], ["updated_at", "2018-10-11 16:42:50.356728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.359642"], ["updated_at", "2018-10-11 16:42:50.359642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.361211"], ["updated_at", "2018-10-11 16:42:50.361211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.362700"], ["updated_at", "2018-10-11 16:42:50.362700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.364276"], ["updated_at", "2018-10-11 16:42:50.364276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.365808"], ["updated_at", "2018-10-11 16:42:50.365808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.367351"], ["updated_at", "2018-10-11 16:42:50.367351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.369043"], ["updated_at", "2018-10-11 16:42:50.369043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.370705"], ["updated_at", "2018-10-11 16:42:50.370705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.372252"], ["updated_at", "2018-10-11 16:42:50.372252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.373805"], ["updated_at", "2018-10-11 16:42:50.373805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.375311"], ["updated_at", "2018-10-11 16:42:50.375311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.376855"], ["updated_at", "2018-10-11 16:42:50.376855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.378404"], ["updated_at", "2018-10-11 16:42:50.378404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.379960"], ["updated_at", "2018-10-11 16:42:50.379960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.381503"], ["updated_at", "2018-10-11 16:42:50.381503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.383036"], ["updated_at", "2018-10-11 16:42:50.383036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.384548"], ["updated_at", "2018-10-11 16:42:50.384548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.386190"], ["updated_at", "2018-10-11 16:42:50.386190"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.387742"], ["updated_at", "2018-10-11 16:42:50.387742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.389672"], ["updated_at", "2018-10-11 16:42:50.389672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.391270"], ["updated_at", "2018-10-11 16:42:50.391270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.392845"], ["updated_at", "2018-10-11 16:42:50.392845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.394383"], ["updated_at", "2018-10-11 16:42:50.394383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.395940"], ["updated_at", "2018-10-11 16:42:50.395940"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.397479"], ["updated_at", "2018-10-11 16:42:50.397479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.398981"], ["updated_at", "2018-10-11 16:42:50.398981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.400522"], ["updated_at", "2018-10-11 16:42:50.400522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.402036"], ["updated_at", "2018-10-11 16:42:50.402036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.403563"], ["updated_at", "2018-10-11 16:42:50.403563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.405068"], ["updated_at", "2018-10-11 16:42:50.405068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.406617"], ["updated_at", "2018-10-11 16:42:50.406617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.408146"], ["updated_at", "2018-10-11 16:42:50.408146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.409683"], ["updated_at", "2018-10-11 16:42:50.409683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.411267"], ["updated_at", "2018-10-11 16:42:50.411267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.412746"], ["updated_at", "2018-10-11 16:42:50.412746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.414239"], ["updated_at", "2018-10-11 16:42:50.414239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.415780"], ["updated_at", "2018-10-11 16:42:50.415780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.417266"], ["updated_at", "2018-10-11 16:42:50.417266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.418813"], ["updated_at", "2018-10-11 16:42:50.418813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.420316"], ["updated_at", "2018-10-11 16:42:50.420316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.421792"], ["updated_at", "2018-10-11 16:42:50.421792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.423482"], ["updated_at", "2018-10-11 16:42:50.423482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.425141"], ["updated_at", "2018-10-11 16:42:50.425141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.426761"], ["updated_at", "2018-10-11 16:42:50.426761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.428387"], ["updated_at", "2018-10-11 16:42:50.428387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.430039"], ["updated_at", "2018-10-11 16:42:50.430039"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.431546"], ["updated_at", "2018-10-11 16:42:50.431546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.433058"], ["updated_at", "2018-10-11 16:42:50.433058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.434654"], ["updated_at", "2018-10-11 16:42:50.434654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.436192"], ["updated_at", "2018-10-11 16:42:50.436192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.437733"], ["updated_at", "2018-10-11 16:42:50.437733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.439300"], ["updated_at", "2018-10-11 16:42:50.439300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.440981"], ["updated_at", "2018-10-11 16:42:50.440981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.442597"], ["updated_at", "2018-10-11 16:42:50.442597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.444223"], ["updated_at", "2018-10-11 16:42:50.444223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.445780"], ["updated_at", "2018-10-11 16:42:50.445780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.447335"], ["updated_at", "2018-10-11 16:42:50.447335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.448863"], ["updated_at", "2018-10-11 16:42:50.448863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.450437"], ["updated_at", "2018-10-11 16:42:50.450437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.451949"], ["updated_at", "2018-10-11 16:42:50.451949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.453473"], ["updated_at", "2018-10-11 16:42:50.453473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.454967"], ["updated_at", "2018-10-11 16:42:50.454967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.456648"], ["updated_at", "2018-10-11 16:42:50.456648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.458197"], ["updated_at", "2018-10-11 16:42:50.458197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.459738"], ["updated_at", "2018-10-11 16:42:50.459738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.461279"], ["updated_at", "2018-10-11 16:42:50.461279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.462838"], ["updated_at", "2018-10-11 16:42:50.462838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.464366"], ["updated_at", "2018-10-11 16:42:50.464366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.465885"], ["updated_at", "2018-10-11 16:42:50.465885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.467422"], ["updated_at", "2018-10-11 16:42:50.467422"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.468929"], ["updated_at", "2018-10-11 16:42:50.468929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.470672"], ["updated_at", "2018-10-11 16:42:50.470672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.472223"], ["updated_at", "2018-10-11 16:42:50.472223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.473782"], ["updated_at", "2018-10-11 16:42:50.473782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.475324"], ["updated_at", "2018-10-11 16:42:50.475324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.476860"], ["updated_at", "2018-10-11 16:42:50.476860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.478361"], ["updated_at", "2018-10-11 16:42:50.478361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.479896"], ["updated_at", "2018-10-11 16:42:50.479896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.481534"], ["updated_at", "2018-10-11 16:42:50.481534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.483079"], ["updated_at", "2018-10-11 16:42:50.483079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.484591"], ["updated_at", "2018-10-11 16:42:50.484591"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.486092"], ["updated_at", "2018-10-11 16:42:50.486092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.487786"], ["updated_at", "2018-10-11 16:42:50.487786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.489371"], ["updated_at", "2018-10-11 16:42:50.489371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.490883"], ["updated_at", "2018-10-11 16:42:50.490883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.492466"], ["updated_at", "2018-10-11 16:42:50.492466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.494002"], ["updated_at", "2018-10-11 16:42:50.494002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.495517"], ["updated_at", "2018-10-11 16:42:50.495517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.497047"], ["updated_at", "2018-10-11 16:42:50.497047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.498633"], ["updated_at", "2018-10-11 16:42:50.498633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.500335"], ["updated_at", "2018-10-11 16:42:50.500335"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.501946"], ["updated_at", "2018-10-11 16:42:50.501946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.503438"], ["updated_at", "2018-10-11 16:42:50.503438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.504969"], ["updated_at", "2018-10-11 16:42:50.504969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.506479"], ["updated_at", "2018-10-11 16:42:50.506479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.507983"], ["updated_at", "2018-10-11 16:42:50.507983"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.509527"], ["updated_at", "2018-10-11 16:42:50.509527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.511686"], ["updated_at", "2018-10-11 16:42:50.511686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.513354"], ["updated_at", "2018-10-11 16:42:50.513354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.514918"], ["updated_at", "2018-10-11 16:42:50.514918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.516494"], ["updated_at", "2018-10-11 16:42:50.516494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.518083"], ["updated_at", "2018-10-11 16:42:50.518083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.519619"], ["updated_at", "2018-10-11 16:42:50.519619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.521223"], ["updated_at", "2018-10-11 16:42:50.521223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.522784"], ["updated_at", "2018-10-11 16:42:50.522784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.524311"], ["updated_at", "2018-10-11 16:42:50.524311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.525837"], ["updated_at", "2018-10-11 16:42:50.525837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.527378"], ["updated_at", "2018-10-11 16:42:50.527378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.528948"], ["updated_at", "2018-10-11 16:42:50.528948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.530433"], ["updated_at", "2018-10-11 16:42:50.530433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.532024"], ["updated_at", "2018-10-11 16:42:50.532024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.533572"], ["updated_at", "2018-10-11 16:42:50.533572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.535098"], ["updated_at", "2018-10-11 16:42:50.535098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.536631"], ["updated_at", "2018-10-11 16:42:50.536631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.538153"], ["updated_at", "2018-10-11 16:42:50.538153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.539672"], ["updated_at", "2018-10-11 16:42:50.539672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.541143"], ["updated_at", "2018-10-11 16:42:50.541143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.542663"], ["updated_at", "2018-10-11 16:42:50.542663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.544156"], ["updated_at", "2018-10-11 16:42:50.544156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.545681"], ["updated_at", "2018-10-11 16:42:50.545681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.547194"], ["updated_at", "2018-10-11 16:42:50.547194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.548710"], ["updated_at", "2018-10-11 16:42:50.548710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.550182"], ["updated_at", "2018-10-11 16:42:50.550182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.551727"], ["updated_at", "2018-10-11 16:42:50.551727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.553308"], ["updated_at", "2018-10-11 16:42:50.553308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.554843"], ["updated_at", "2018-10-11 16:42:50.554843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.556389"], ["updated_at", "2018-10-11 16:42:50.556389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.557873"], ["updated_at", "2018-10-11 16:42:50.557873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.559346"], ["updated_at", "2018-10-11 16:42:50.559346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.560884"], ["updated_at", "2018-10-11 16:42:50.560884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.562389"], ["updated_at", "2018-10-11 16:42:50.562389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.563970"], ["updated_at", "2018-10-11 16:42:50.563970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.565494"], ["updated_at", "2018-10-11 16:42:50.565494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.567008"], ["updated_at", "2018-10-11 16:42:50.567008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.568523"], ["updated_at", "2018-10-11 16:42:50.568523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.570043"], ["updated_at", "2018-10-11 16:42:50.570043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.571614"], ["updated_at", "2018-10-11 16:42:50.571614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.573138"], ["updated_at", "2018-10-11 16:42:50.573138"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.574813"], ["updated_at", "2018-10-11 16:42:50.574813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.576565"], ["updated_at", "2018-10-11 16:42:50.576565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.578205"], ["updated_at", "2018-10-11 16:42:50.578205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.579748"], ["updated_at", "2018-10-11 16:42:50.579748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.581362"], ["updated_at", "2018-10-11 16:42:50.581362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.582918"], ["updated_at", "2018-10-11 16:42:50.582918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.584474"], ["updated_at", "2018-10-11 16:42:50.584474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.586011"], ["updated_at", "2018-10-11 16:42:50.586011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.587524"], ["updated_at", "2018-10-11 16:42:50.587524"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.589056"], ["updated_at", "2018-10-11 16:42:50.589056"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.593581"], ["updated_at", "2018-10-11 16:42:50.593581"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.596814"], ["updated_at", "2018-10-11 16:42:50.596814"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.599030"], ["updated_at", "2018-10-11 16:42:50.599030"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.601047"], ["updated_at", "2018-10-11 16:42:50.601047"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.603094"], ["updated_at", "2018-10-11 16:42:50.603094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.605078"], ["updated_at", "2018-10-11 16:42:50.605078"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.607126"], ["updated_at", "2018-10-11 16:42:50.607126"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.609106"], ["updated_at", "2018-10-11 16:42:50.609106"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.611071"], ["updated_at", "2018-10-11 16:42:50.611071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.613063"], ["updated_at", "2018-10-11 16:42:50.613063"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.615128"], ["updated_at", "2018-10-11 16:42:50.615128"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.617132"], ["updated_at", "2018-10-11 16:42:50.617132"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.619481"], ["updated_at", "2018-10-11 16:42:50.619481"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.621483"], ["updated_at", "2018-10-11 16:42:50.621483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.623334"], ["updated_at", "2018-10-11 16:42:50.623334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.624929"], ["updated_at", "2018-10-11 16:42:50.624929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.626518"], ["updated_at", "2018-10-11 16:42:50.626518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.628044"], ["updated_at", "2018-10-11 16:42:50.628044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.629568"], ["updated_at", "2018-10-11 16:42:50.629568"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.631130"], ["updated_at", "2018-10-11 16:42:50.631130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.632911"], ["updated_at", "2018-10-11 16:42:50.632911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.634482"], ["updated_at", "2018-10-11 16:42:50.634482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.636042"], ["updated_at", "2018-10-11 16:42:50.636042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.637600"], ["updated_at", "2018-10-11 16:42:50.637600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.639210"], ["updated_at", "2018-10-11 16:42:50.639210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.640776"], ["updated_at", "2018-10-11 16:42:50.640776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.642314"], ["updated_at", "2018-10-11 16:42:50.642314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.643847"], ["updated_at", "2018-10-11 16:42:50.643847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.645387"], ["updated_at", "2018-10-11 16:42:50.645387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.646915"], ["updated_at", "2018-10-11 16:42:50.646915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.648476"], ["updated_at", "2018-10-11 16:42:50.648476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.649999"], ["updated_at", "2018-10-11 16:42:50.649999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.652815"], ["updated_at", "2018-10-11 16:42:50.652815"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.654427"], ["updated_at", "2018-10-11 16:42:50.654427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.656094"], ["updated_at", "2018-10-11 16:42:50.656094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.657663"], ["updated_at", "2018-10-11 16:42:50.657663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.659221"], ["updated_at", "2018-10-11 16:42:50.659221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.660814"], ["updated_at", "2018-10-11 16:42:50.660814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.662330"], ["updated_at", "2018-10-11 16:42:50.662330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.663889"], ["updated_at", "2018-10-11 16:42:50.663889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.665412"], ["updated_at", "2018-10-11 16:42:50.665412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.666987"], ["updated_at", "2018-10-11 16:42:50.666987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.668485"], ["updated_at", "2018-10-11 16:42:50.668485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.670177"], ["updated_at", "2018-10-11 16:42:50.670177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.671718"], ["updated_at", "2018-10-11 16:42:50.671718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.673303"], ["updated_at", "2018-10-11 16:42:50.673303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.674870"], ["updated_at", "2018-10-11 16:42:50.674870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.676425"], ["updated_at", "2018-10-11 16:42:50.676425"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.677983"], ["updated_at", "2018-10-11 16:42:50.677983"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.679795"], ["updated_at", "2018-10-11 16:42:50.679795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.681479"], ["updated_at", "2018-10-11 16:42:50.681479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.683074"], ["updated_at", "2018-10-11 16:42:50.683074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.684626"], ["updated_at", "2018-10-11 16:42:50.684626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.686350"], ["updated_at", "2018-10-11 16:42:50.686350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.688063"], ["updated_at", "2018-10-11 16:42:50.688063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.689669"], ["updated_at", "2018-10-11 16:42:50.689669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.691202"], ["updated_at", "2018-10-11 16:42:50.691202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.692705"], ["updated_at", "2018-10-11 16:42:50.692705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.694403"], ["updated_at", "2018-10-11 16:42:50.694403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.695992"], ["updated_at", "2018-10-11 16:42:50.695992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.697895"], ["updated_at", "2018-10-11 16:42:50.697895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.699533"], ["updated_at", "2018-10-11 16:42:50.699533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.701063"], ["updated_at", "2018-10-11 16:42:50.701063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.702666"], ["updated_at", "2018-10-11 16:42:50.702666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.704209"], ["updated_at", "2018-10-11 16:42:50.704209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.705719"], ["updated_at", "2018-10-11 16:42:50.705719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.707278"], ["updated_at", "2018-10-11 16:42:50.707278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.708866"], ["updated_at", "2018-10-11 16:42:50.708866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.710360"], ["updated_at", "2018-10-11 16:42:50.710360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.711904"], ["updated_at", "2018-10-11 16:42:50.711904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.713428"], ["updated_at", "2018-10-11 16:42:50.713428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.714922"], ["updated_at", "2018-10-11 16:42:50.714922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.716430"], ["updated_at", "2018-10-11 16:42:50.716430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.717959"], ["updated_at", "2018-10-11 16:42:50.717959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.719471"], ["updated_at", "2018-10-11 16:42:50.719471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.720961"], ["updated_at", "2018-10-11 16:42:50.720961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.722540"], ["updated_at", "2018-10-11 16:42:50.722540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.724061"], ["updated_at", "2018-10-11 16:42:50.724061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.725584"], ["updated_at", "2018-10-11 16:42:50.725584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.727077"], ["updated_at", "2018-10-11 16:42:50.727077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.728646"], ["updated_at", "2018-10-11 16:42:50.728646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.730169"], ["updated_at", "2018-10-11 16:42:50.730169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.731718"], ["updated_at", "2018-10-11 16:42:50.731718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.733316"], ["updated_at", "2018-10-11 16:42:50.733316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.734851"], ["updated_at", "2018-10-11 16:42:50.734851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.736420"], ["updated_at", "2018-10-11 16:42:50.736420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.737945"], ["updated_at", "2018-10-11 16:42:50.737945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.739446"], ["updated_at", "2018-10-11 16:42:50.739446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.740974"], ["updated_at", "2018-10-11 16:42:50.740974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.742574"], ["updated_at", "2018-10-11 16:42:50.742574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.744171"], ["updated_at", "2018-10-11 16:42:50.744171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.745715"], ["updated_at", "2018-10-11 16:42:50.745715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.747226"], ["updated_at", "2018-10-11 16:42:50.747226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.748854"], ["updated_at", "2018-10-11 16:42:50.748854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.750488"], ["updated_at", "2018-10-11 16:42:50.750488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.752061"], ["updated_at", "2018-10-11 16:42:50.752061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.753608"], ["updated_at", "2018-10-11 16:42:50.753608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.755171"], ["updated_at", "2018-10-11 16:42:50.755171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.756713"], ["updated_at", "2018-10-11 16:42:50.756713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.758443"], ["updated_at", "2018-10-11 16:42:50.758443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.760021"], ["updated_at", "2018-10-11 16:42:50.760021"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.761858"], ["updated_at", "2018-10-11 16:42:50.761858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.763742"], ["updated_at", "2018-10-11 16:42:50.763742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.765326"], ["updated_at", "2018-10-11 16:42:50.765326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.766840"], ["updated_at", "2018-10-11 16:42:50.766840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.768466"], ["updated_at", "2018-10-11 16:42:50.768466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.770038"], ["updated_at", "2018-10-11 16:42:50.770038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.771600"], ["updated_at", "2018-10-11 16:42:50.771600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.773181"], ["updated_at", "2018-10-11 16:42:50.773181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.774692"], ["updated_at", "2018-10-11 16:42:50.774692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.776226"], ["updated_at", "2018-10-11 16:42:50.776226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.777760"], ["updated_at", "2018-10-11 16:42:50.777760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.779280"], ["updated_at", "2018-10-11 16:42:50.779280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.780835"], ["updated_at", "2018-10-11 16:42:50.780835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.782366"], ["updated_at", "2018-10-11 16:42:50.782366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.784093"], ["updated_at", "2018-10-11 16:42:50.784093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.785626"], ["updated_at", "2018-10-11 16:42:50.785626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.787166"], ["updated_at", "2018-10-11 16:42:50.787166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.789004"], ["updated_at", "2018-10-11 16:42:50.789004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.791347"], ["updated_at", "2018-10-11 16:42:50.791347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.793071"], ["updated_at", "2018-10-11 16:42:50.793071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.794688"], ["updated_at", "2018-10-11 16:42:50.794688"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.796620"], ["updated_at", "2018-10-11 16:42:50.796620"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.798898"], ["updated_at", "2018-10-11 16:42:50.798898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.800898"], ["updated_at", "2018-10-11 16:42:50.800898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.802493"], ["updated_at", "2018-10-11 16:42:50.802493"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.804190"], ["updated_at", "2018-10-11 16:42:50.804190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.805898"], ["updated_at", "2018-10-11 16:42:50.805898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.807514"], ["updated_at", "2018-10-11 16:42:50.807514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.809073"], ["updated_at", "2018-10-11 16:42:50.809073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.810635"], ["updated_at", "2018-10-11 16:42:50.810635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.812288"], ["updated_at", "2018-10-11 16:42:50.812288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.813964"], ["updated_at", "2018-10-11 16:42:50.813964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.815712"], ["updated_at", "2018-10-11 16:42:50.815712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.817384"], ["updated_at", "2018-10-11 16:42:50.817384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.818945"], ["updated_at", "2018-10-11 16:42:50.818945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.820506"], ["updated_at", "2018-10-11 16:42:50.820506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.822037"], ["updated_at", "2018-10-11 16:42:50.822037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.823705"], ["updated_at", "2018-10-11 16:42:50.823705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.825393"], ["updated_at", "2018-10-11 16:42:50.825393"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.827204"], ["updated_at", "2018-10-11 16:42:50.827204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.829794"], ["updated_at", "2018-10-11 16:42:50.829794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.831435"], ["updated_at", "2018-10-11 16:42:50.831435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.833015"], ["updated_at", "2018-10-11 16:42:50.833015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.834566"], ["updated_at", "2018-10-11 16:42:50.834566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.836266"], ["updated_at", "2018-10-11 16:42:50.836266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.837866"], ["updated_at", "2018-10-11 16:42:50.837866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.839549"], ["updated_at", "2018-10-11 16:42:50.839549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.841085"], ["updated_at", "2018-10-11 16:42:50.841085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.842635"], ["updated_at", "2018-10-11 16:42:50.842635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.844330"], ["updated_at", "2018-10-11 16:42:50.844330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.846161"], ["updated_at", "2018-10-11 16:42:50.846161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.847847"], ["updated_at", "2018-10-11 16:42:50.847847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.849533"], ["updated_at", "2018-10-11 16:42:50.849533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.851180"], ["updated_at", "2018-10-11 16:42:50.851180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.852792"], ["updated_at", "2018-10-11 16:42:50.852792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.854420"], ["updated_at", "2018-10-11 16:42:50.854420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.855988"], ["updated_at", "2018-10-11 16:42:50.855988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.857532"], ["updated_at", "2018-10-11 16:42:50.857532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.859053"], ["updated_at", "2018-10-11 16:42:50.859053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.860564"], ["updated_at", "2018-10-11 16:42:50.860564"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.862152"], ["updated_at", "2018-10-11 16:42:50.862152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.863967"], ["updated_at", "2018-10-11 16:42:50.863967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.865627"], ["updated_at", "2018-10-11 16:42:50.865627"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.867177"], ["updated_at", "2018-10-11 16:42:50.867177"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.868987"], ["updated_at", "2018-10-11 16:42:50.868987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.870789"], ["updated_at", "2018-10-11 16:42:50.870789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.872438"], ["updated_at", "2018-10-11 16:42:50.872438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.874109"], ["updated_at", "2018-10-11 16:42:50.874109"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.875761"], ["updated_at", "2018-10-11 16:42:50.875761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.877494"], ["updated_at", "2018-10-11 16:42:50.877494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.879040"], ["updated_at", "2018-10-11 16:42:50.879040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.880687"], ["updated_at", "2018-10-11 16:42:50.880687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.882257"], ["updated_at", "2018-10-11 16:42:50.882257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.883827"], ["updated_at", "2018-10-11 16:42:50.883827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.885382"], ["updated_at", "2018-10-11 16:42:50.885382"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.886975"], ["updated_at", "2018-10-11 16:42:50.886975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.889480"], ["updated_at", "2018-10-11 16:42:50.889480"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.891263"], ["updated_at", "2018-10-11 16:42:50.891263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.892915"], ["updated_at", "2018-10-11 16:42:50.892915"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.894492"], ["updated_at", "2018-10-11 16:42:50.894492"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.895991"], ["updated_at", "2018-10-11 16:42:50.895991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.897789"], ["updated_at", "2018-10-11 16:42:50.897789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.899574"], ["updated_at", "2018-10-11 16:42:50.899574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.901314"], ["updated_at", "2018-10-11 16:42:50.901314"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.903045"], ["updated_at", "2018-10-11 16:42:50.903045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.905270"], ["updated_at", "2018-10-11 16:42:50.905270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.906887"], ["updated_at", "2018-10-11 16:42:50.906887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.908450"], ["updated_at", "2018-10-11 16:42:50.908450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.910031"], ["updated_at", "2018-10-11 16:42:50.910031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.911635"], ["updated_at", "2018-10-11 16:42:50.911635"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.913153"], ["updated_at", "2018-10-11 16:42:50.913153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.915141"], ["updated_at", "2018-10-11 16:42:50.915141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.916868"], ["updated_at", "2018-10-11 16:42:50.916868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.918520"], ["updated_at", "2018-10-11 16:42:50.918520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.920028"], ["updated_at", "2018-10-11 16:42:50.920028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.921671"], ["updated_at", "2018-10-11 16:42:50.921671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.923243"], ["updated_at", "2018-10-11 16:42:50.923243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.924786"], ["updated_at", "2018-10-11 16:42:50.924786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.926319"], ["updated_at", "2018-10-11 16:42:50.926319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.927872"], ["updated_at", "2018-10-11 16:42:50.927872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.929403"], ["updated_at", "2018-10-11 16:42:50.929403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.930909"], ["updated_at", "2018-10-11 16:42:50.930909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.932453"], ["updated_at", "2018-10-11 16:42:50.932453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.933967"], ["updated_at", "2018-10-11 16:42:50.933967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.935506"], ["updated_at", "2018-10-11 16:42:50.935506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.937025"], ["updated_at", "2018-10-11 16:42:50.937025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.938545"], ["updated_at", "2018-10-11 16:42:50.938545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.940060"], ["updated_at", "2018-10-11 16:42:50.940060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.941594"], ["updated_at", "2018-10-11 16:42:50.941594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.943368"], ["updated_at", "2018-10-11 16:42:50.943368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.945031"], ["updated_at", "2018-10-11 16:42:50.945031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.946649"], ["updated_at", "2018-10-11 16:42:50.946649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.949543"], ["updated_at", "2018-10-11 16:42:50.949543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.951077"], ["updated_at", "2018-10-11 16:42:50.951077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.952644"], ["updated_at", "2018-10-11 16:42:50.952644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.954175"], ["updated_at", "2018-10-11 16:42:50.954175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.955693"], ["updated_at", "2018-10-11 16:42:50.955693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.957188"], ["updated_at", "2018-10-11 16:42:50.957188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.958687"], ["updated_at", "2018-10-11 16:42:50.958687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.960178"], ["updated_at", "2018-10-11 16:42:50.960178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.961720"], ["updated_at", "2018-10-11 16:42:50.961720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.963232"], ["updated_at", "2018-10-11 16:42:50.963232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.964798"], ["updated_at", "2018-10-11 16:42:50.964798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.966591"], ["updated_at", "2018-10-11 16:42:50.966591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.968247"], ["updated_at", "2018-10-11 16:42:50.968247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.969874"], ["updated_at", "2018-10-11 16:42:50.969874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.971429"], ["updated_at", "2018-10-11 16:42:50.971429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.973026"], ["updated_at", "2018-10-11 16:42:50.973026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.974615"], ["updated_at", "2018-10-11 16:42:50.974615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.976169"], ["updated_at", "2018-10-11 16:42:50.976169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.977723"], ["updated_at", "2018-10-11 16:42:50.977723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.979264"], ["updated_at", "2018-10-11 16:42:50.979264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.980793"], ["updated_at", "2018-10-11 16:42:50.980793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.982348"], ["updated_at", "2018-10-11 16:42:50.982348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.983870"], ["updated_at", "2018-10-11 16:42:50.983870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.985392"], ["updated_at", "2018-10-11 16:42:50.985392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.987120"], ["updated_at", "2018-10-11 16:42:50.987120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.988683"], ["updated_at", "2018-10-11 16:42:50.988683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.990261"], ["updated_at", "2018-10-11 16:42:50.990261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.991815"], ["updated_at", "2018-10-11 16:42:50.991815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.993358"], ["updated_at", "2018-10-11 16:42:50.993358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.994880"], ["updated_at", "2018-10-11 16:42:50.994880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.996453"], ["updated_at", "2018-10-11 16:42:50.996453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.997988"], ["updated_at", "2018-10-11 16:42:50.997988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:50.999519"], ["updated_at", "2018-10-11 16:42:50.999519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.001128"], ["updated_at", "2018-10-11 16:42:51.001128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.002671"], ["updated_at", "2018-10-11 16:42:51.002671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.004249"], ["updated_at", "2018-10-11 16:42:51.004249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.005783"], ["updated_at", "2018-10-11 16:42:51.005783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.007307"], ["updated_at", "2018-10-11 16:42:51.007307"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.008848"], ["updated_at", "2018-10-11 16:42:51.008848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.010575"], ["updated_at", "2018-10-11 16:42:51.010575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.012106"], ["updated_at", "2018-10-11 16:42:51.012106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.013720"], ["updated_at", "2018-10-11 16:42:51.013720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.015296"], ["updated_at", "2018-10-11 16:42:51.015296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.016858"], ["updated_at", "2018-10-11 16:42:51.016858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.018377"], ["updated_at", "2018-10-11 16:42:51.018377"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.019926"], ["updated_at", "2018-10-11 16:42:51.019926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.021807"], ["updated_at", "2018-10-11 16:42:51.021807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.023514"], ["updated_at", "2018-10-11 16:42:51.023514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.025174"], ["updated_at", "2018-10-11 16:42:51.025174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.026765"], ["updated_at", "2018-10-11 16:42:51.026765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.028292"], ["updated_at", "2018-10-11 16:42:51.028292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.030401"], ["updated_at", "2018-10-11 16:42:51.030401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.032169"], ["updated_at", "2018-10-11 16:42:51.032169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.033803"], ["updated_at", "2018-10-11 16:42:51.033803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.035321"], ["updated_at", "2018-10-11 16:42:51.035321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.036882"], ["updated_at", "2018-10-11 16:42:51.036882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.038400"], ["updated_at", "2018-10-11 16:42:51.038400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.039911"], ["updated_at", "2018-10-11 16:42:51.039911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.041426"], ["updated_at", "2018-10-11 16:42:51.041426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.042975"], ["updated_at", "2018-10-11 16:42:51.042975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.044550"], ["updated_at", "2018-10-11 16:42:51.044550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.046060"], ["updated_at", "2018-10-11 16:42:51.046060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.047688"], ["updated_at", "2018-10-11 16:42:51.047688"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.049724"], ["updated_at", "2018-10-11 16:42:51.049724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.051717"], ["updated_at", "2018-10-11 16:42:51.051717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.053397"], ["updated_at", "2018-10-11 16:42:51.053397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.054947"], ["updated_at", "2018-10-11 16:42:51.054947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.056552"], ["updated_at", "2018-10-11 16:42:51.056552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.058445"], ["updated_at", "2018-10-11 16:42:51.058445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.059996"], ["updated_at", "2018-10-11 16:42:51.059996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.061566"], ["updated_at", "2018-10-11 16:42:51.061566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.063215"], ["updated_at", "2018-10-11 16:42:51.063215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.064798"], ["updated_at", "2018-10-11 16:42:51.064798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.066360"], ["updated_at", "2018-10-11 16:42:51.066360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.067919"], ["updated_at", "2018-10-11 16:42:51.067919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.069470"], ["updated_at", "2018-10-11 16:42:51.069470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.071007"], ["updated_at", "2018-10-11 16:42:51.071007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.072530"], ["updated_at", "2018-10-11 16:42:51.072530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.074067"], ["updated_at", "2018-10-11 16:42:51.074067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.075662"], ["updated_at", "2018-10-11 16:42:51.075662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.077221"], ["updated_at", "2018-10-11 16:42:51.077221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.078748"], ["updated_at", "2018-10-11 16:42:51.078748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.080267"], ["updated_at", "2018-10-11 16:42:51.080267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.081766"], ["updated_at", "2018-10-11 16:42:51.081766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.083425"], ["updated_at", "2018-10-11 16:42:51.083425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.084962"], ["updated_at", "2018-10-11 16:42:51.084962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.086469"], ["updated_at", "2018-10-11 16:42:51.086469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.088174"], ["updated_at", "2018-10-11 16:42:51.088174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.089769"], ["updated_at", "2018-10-11 16:42:51.089769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.091331"], ["updated_at", "2018-10-11 16:42:51.091331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.092914"], ["updated_at", "2018-10-11 16:42:51.092914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.094444"], ["updated_at", "2018-10-11 16:42:51.094444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.096009"], ["updated_at", "2018-10-11 16:42:51.096009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.097692"], ["updated_at", "2018-10-11 16:42:51.097692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.099267"], ["updated_at", "2018-10-11 16:42:51.099267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.100826"], ["updated_at", "2018-10-11 16:42:51.100826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.102350"], ["updated_at", "2018-10-11 16:42:51.102350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.103931"], ["updated_at", "2018-10-11 16:42:51.103931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.105764"], ["updated_at", "2018-10-11 16:42:51.105764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.107351"], ["updated_at", "2018-10-11 16:42:51.107351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.108896"], ["updated_at", "2018-10-11 16:42:51.108896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.110422"], ["updated_at", "2018-10-11 16:42:51.110422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.111979"], ["updated_at", "2018-10-11 16:42:51.111979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.113508"], ["updated_at", "2018-10-11 16:42:51.113508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.115062"], ["updated_at", "2018-10-11 16:42:51.115062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.116619"], ["updated_at", "2018-10-11 16:42:51.116619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.118151"], ["updated_at", "2018-10-11 16:42:51.118151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.119679"], ["updated_at", "2018-10-11 16:42:51.119679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.121209"], ["updated_at", "2018-10-11 16:42:51.121209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.122739"], ["updated_at", "2018-10-11 16:42:51.122739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.124291"], ["updated_at", "2018-10-11 16:42:51.124291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.125870"], ["updated_at", "2018-10-11 16:42:51.125870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.127411"], ["updated_at", "2018-10-11 16:42:51.127411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.128923"], ["updated_at", "2018-10-11 16:42:51.128923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.130551"], ["updated_at", "2018-10-11 16:42:51.130551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.132128"], ["updated_at", "2018-10-11 16:42:51.132128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.133621"], ["updated_at", "2018-10-11 16:42:51.133621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.135177"], ["updated_at", "2018-10-11 16:42:51.135177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.136681"], ["updated_at", "2018-10-11 16:42:51.136681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.138198"], ["updated_at", "2018-10-11 16:42:51.138198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.139692"], ["updated_at", "2018-10-11 16:42:51.139692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.141263"], ["updated_at", "2018-10-11 16:42:51.141263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.142766"], ["updated_at", "2018-10-11 16:42:51.142766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.144293"], ["updated_at", "2018-10-11 16:42:51.144293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.145834"], ["updated_at", "2018-10-11 16:42:51.145834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.147363"], ["updated_at", "2018-10-11 16:42:51.147363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.148906"], ["updated_at", "2018-10-11 16:42:51.148906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.150458"], ["updated_at", "2018-10-11 16:42:51.150458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.151983"], ["updated_at", "2018-10-11 16:42:51.151983"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.153504"], ["updated_at", "2018-10-11 16:42:51.153504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.155195"], ["updated_at", "2018-10-11 16:42:51.155195"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.156819"], ["updated_at", "2018-10-11 16:42:51.156819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.158538"], ["updated_at", "2018-10-11 16:42:51.158538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.160206"], ["updated_at", "2018-10-11 16:42:51.160206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.161736"], ["updated_at", "2018-10-11 16:42:51.161736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.163294"], ["updated_at", "2018-10-11 16:42:51.163294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.164830"], ["updated_at", "2018-10-11 16:42:51.164830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.166520"], ["updated_at", "2018-10-11 16:42:51.166520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.168047"], ["updated_at", "2018-10-11 16:42:51.168047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.169558"], ["updated_at", "2018-10-11 16:42:51.169558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.171072"], ["updated_at", "2018-10-11 16:42:51.171072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.172580"], ["updated_at", "2018-10-11 16:42:51.172580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.174071"], ["updated_at", "2018-10-11 16:42:51.174071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.175564"], ["updated_at", "2018-10-11 16:42:51.175564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.177117"], ["updated_at", "2018-10-11 16:42:51.177117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.178617"], ["updated_at", "2018-10-11 16:42:51.178617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.180190"], ["updated_at", "2018-10-11 16:42:51.180190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.181713"], ["updated_at", "2018-10-11 16:42:51.181713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.183240"], ["updated_at", "2018-10-11 16:42:51.183240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.184785"], ["updated_at", "2018-10-11 16:42:51.184785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.186332"], ["updated_at", "2018-10-11 16:42:51.186332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.187872"], ["updated_at", "2018-10-11 16:42:51.187872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.189367"], ["updated_at", "2018-10-11 16:42:51.189367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.191335"], ["updated_at", "2018-10-11 16:42:51.191335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.192922"], ["updated_at", "2018-10-11 16:42:51.192922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.194485"], ["updated_at", "2018-10-11 16:42:51.194485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.196025"], ["updated_at", "2018-10-11 16:42:51.196025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.197527"], ["updated_at", "2018-10-11 16:42:51.197527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.199055"], ["updated_at", "2018-10-11 16:42:51.199055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.200623"], ["updated_at", "2018-10-11 16:42:51.200623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.202172"], ["updated_at", "2018-10-11 16:42:51.202172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.203699"], ["updated_at", "2018-10-11 16:42:51.203699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.205288"], ["updated_at", "2018-10-11 16:42:51.205288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.206896"], ["updated_at", "2018-10-11 16:42:51.206896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.208476"], ["updated_at", "2018-10-11 16:42:51.208476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.210048"], ["updated_at", "2018-10-11 16:42:51.210048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.211629"], ["updated_at", "2018-10-11 16:42:51.211629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.213208"], ["updated_at", "2018-10-11 16:42:51.213208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.214897"], ["updated_at", "2018-10-11 16:42:51.214897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.216444"], ["updated_at", "2018-10-11 16:42:51.216444"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.217994"], ["updated_at", "2018-10-11 16:42:51.217994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.219809"], ["updated_at", "2018-10-11 16:42:51.219809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.221337"], ["updated_at", "2018-10-11 16:42:51.221337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.222914"], ["updated_at", "2018-10-11 16:42:51.222914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.224435"], ["updated_at", "2018-10-11 16:42:51.224435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.226063"], ["updated_at", "2018-10-11 16:42:51.226063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.227785"], ["updated_at", "2018-10-11 16:42:51.227785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.229400"], ["updated_at", "2018-10-11 16:42:51.229400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.231015"], ["updated_at", "2018-10-11 16:42:51.231015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.232553"], ["updated_at", "2018-10-11 16:42:51.232553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.235489"], ["updated_at", "2018-10-11 16:42:51.235489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.237120"], ["updated_at", "2018-10-11 16:42:51.237120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.238656"], ["updated_at", "2018-10-11 16:42:51.238656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.240177"], ["updated_at", "2018-10-11 16:42:51.240177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.241683"], ["updated_at", "2018-10-11 16:42:51.241683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.243256"], ["updated_at", "2018-10-11 16:42:51.243256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.244778"], ["updated_at", "2018-10-11 16:42:51.244778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.246274"], ["updated_at", "2018-10-11 16:42:51.246274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.247812"], ["updated_at", "2018-10-11 16:42:51.247812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.249331"], ["updated_at", "2018-10-11 16:42:51.249331"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.250884"], ["updated_at", "2018-10-11 16:42:51.250884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.252606"], ["updated_at", "2018-10-11 16:42:51.252606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.254213"], ["updated_at", "2018-10-11 16:42:51.254213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.255732"], ["updated_at", "2018-10-11 16:42:51.255732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.257334"], ["updated_at", "2018-10-11 16:42:51.257334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.258877"], ["updated_at", "2018-10-11 16:42:51.258877"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.260497"], ["updated_at", "2018-10-11 16:42:51.260497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.262018"], ["updated_at", "2018-10-11 16:42:51.262018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.263722"], ["updated_at", "2018-10-11 16:42:51.263722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.265581"], ["updated_at", "2018-10-11 16:42:51.265581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.267145"], ["updated_at", "2018-10-11 16:42:51.267145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.268679"], ["updated_at", "2018-10-11 16:42:51.268679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.270200"], ["updated_at", "2018-10-11 16:42:51.270200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.271846"], ["updated_at", "2018-10-11 16:42:51.271846"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.273444"], ["updated_at", "2018-10-11 16:42:51.273444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.274986"], ["updated_at", "2018-10-11 16:42:51.274986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.276480"], ["updated_at", "2018-10-11 16:42:51.276480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.277990"], ["updated_at", "2018-10-11 16:42:51.277990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.279593"], ["updated_at", "2018-10-11 16:42:51.279593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.281125"], ["updated_at", "2018-10-11 16:42:51.281125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.282652"], ["updated_at", "2018-10-11 16:42:51.282652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.284146"], ["updated_at", "2018-10-11 16:42:51.284146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.285910"], ["updated_at", "2018-10-11 16:42:51.285910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.287573"], ["updated_at", "2018-10-11 16:42:51.287573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.289150"], ["updated_at", "2018-10-11 16:42:51.289150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.290733"], ["updated_at", "2018-10-11 16:42:51.290733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.292383"], ["updated_at", "2018-10-11 16:42:51.292383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.294062"], ["updated_at", "2018-10-11 16:42:51.294062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.295666"], ["updated_at", "2018-10-11 16:42:51.295666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.297222"], ["updated_at", "2018-10-11 16:42:51.297222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.298832"], ["updated_at", "2018-10-11 16:42:51.298832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.300368"], ["updated_at", "2018-10-11 16:42:51.300368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.301877"], ["updated_at", "2018-10-11 16:42:51.301877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.303457"], ["updated_at", "2018-10-11 16:42:51.303457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.305014"], ["updated_at", "2018-10-11 16:42:51.305014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.306536"], ["updated_at", "2018-10-11 16:42:51.306536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.308048"], ["updated_at", "2018-10-11 16:42:51.308048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.309617"], ["updated_at", "2018-10-11 16:42:51.309617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.311151"], ["updated_at", "2018-10-11 16:42:51.311151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.312690"], ["updated_at", "2018-10-11 16:42:51.312690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.314483"], ["updated_at", "2018-10-11 16:42:51.314483"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.316253"], ["updated_at", "2018-10-11 16:42:51.316253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.318102"], ["updated_at", "2018-10-11 16:42:51.318102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.319673"], ["updated_at", "2018-10-11 16:42:51.319673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.321204"], ["updated_at", "2018-10-11 16:42:51.321204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.322773"], ["updated_at", "2018-10-11 16:42:51.322773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.324405"], ["updated_at", "2018-10-11 16:42:51.324405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.325923"], ["updated_at", "2018-10-11 16:42:51.325923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.327420"], ["updated_at", "2018-10-11 16:42:51.327420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.329322"], ["updated_at", "2018-10-11 16:42:51.329322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.330990"], ["updated_at", "2018-10-11 16:42:51.330990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.332572"], ["updated_at", "2018-10-11 16:42:51.332572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.334150"], ["updated_at", "2018-10-11 16:42:51.334150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.335711"], ["updated_at", "2018-10-11 16:42:51.335711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.337248"], ["updated_at", "2018-10-11 16:42:51.337248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.338885"], ["updated_at", "2018-10-11 16:42:51.338885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.340465"], ["updated_at", "2018-10-11 16:42:51.340465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.341995"], ["updated_at", "2018-10-11 16:42:51.341995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.343513"], ["updated_at", "2018-10-11 16:42:51.343513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.345025"], ["updated_at", "2018-10-11 16:42:51.345025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.346614"], ["updated_at", "2018-10-11 16:42:51.346614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.348143"], ["updated_at", "2018-10-11 16:42:51.348143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.349663"], ["updated_at", "2018-10-11 16:42:51.349663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.351187"], ["updated_at", "2018-10-11 16:42:51.351187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.352756"], ["updated_at", "2018-10-11 16:42:51.352756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.354394"], ["updated_at", "2018-10-11 16:42:51.354394"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.356174"], ["updated_at", "2018-10-11 16:42:51.356174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.357847"], ["updated_at", "2018-10-11 16:42:51.357847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.359363"], ["updated_at", "2018-10-11 16:42:51.359363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.360920"], ["updated_at", "2018-10-11 16:42:51.360920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.362484"], ["updated_at", "2018-10-11 16:42:51.362484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.364021"], ["updated_at", "2018-10-11 16:42:51.364021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.365602"], ["updated_at", "2018-10-11 16:42:51.365602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.367123"], ["updated_at", "2018-10-11 16:42:51.367123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.368667"], ["updated_at", "2018-10-11 16:42:51.368667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.370235"], ["updated_at", "2018-10-11 16:42:51.370235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.371982"], ["updated_at", "2018-10-11 16:42:51.371982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.373594"], ["updated_at", "2018-10-11 16:42:51.373594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.375193"], ["updated_at", "2018-10-11 16:42:51.375193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.376726"], ["updated_at", "2018-10-11 16:42:51.376726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.378359"], ["updated_at", "2018-10-11 16:42:51.378359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.379973"], ["updated_at", "2018-10-11 16:42:51.379973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.381600"], ["updated_at", "2018-10-11 16:42:51.381600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.383142"], ["updated_at", "2018-10-11 16:42:51.383142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.384674"], ["updated_at", "2018-10-11 16:42:51.384674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.386205"], ["updated_at", "2018-10-11 16:42:51.386205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.387751"], ["updated_at", "2018-10-11 16:42:51.387751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.389434"], ["updated_at", "2018-10-11 16:42:51.389434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.391060"], ["updated_at", "2018-10-11 16:42:51.391060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.392649"], ["updated_at", "2018-10-11 16:42:51.392649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.394245"], ["updated_at", "2018-10-11 16:42:51.394245"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.395771"], ["updated_at", "2018-10-11 16:42:51.395771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.397481"], ["updated_at", "2018-10-11 16:42:51.397481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.399120"], ["updated_at", "2018-10-11 16:42:51.399120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.400767"], ["updated_at", "2018-10-11 16:42:51.400767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.402310"], ["updated_at", "2018-10-11 16:42:51.402310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.403872"], ["updated_at", "2018-10-11 16:42:51.403872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.405427"], ["updated_at", "2018-10-11 16:42:51.405427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.406917"], ["updated_at", "2018-10-11 16:42:51.406917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.408438"], ["updated_at", "2018-10-11 16:42:51.408438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.409992"], ["updated_at", "2018-10-11 16:42:51.409992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.411525"], ["updated_at", "2018-10-11 16:42:51.411525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.413039"], ["updated_at", "2018-10-11 16:42:51.413039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.414578"], ["updated_at", "2018-10-11 16:42:51.414578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.416097"], ["updated_at", "2018-10-11 16:42:51.416097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.417650"], ["updated_at", "2018-10-11 16:42:51.417650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.419203"], ["updated_at", "2018-10-11 16:42:51.419203"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.420837"], ["updated_at", "2018-10-11 16:42:51.420837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.422486"], ["updated_at", "2018-10-11 16:42:51.422486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.424110"], ["updated_at", "2018-10-11 16:42:51.424110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.425665"], ["updated_at", "2018-10-11 16:42:51.425665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.427197"], ["updated_at", "2018-10-11 16:42:51.427197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.428745"], ["updated_at", "2018-10-11 16:42:51.428745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.430243"], ["updated_at", "2018-10-11 16:42:51.430243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.431793"], ["updated_at", "2018-10-11 16:42:51.431793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.433307"], ["updated_at", "2018-10-11 16:42:51.433307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.434808"], ["updated_at", "2018-10-11 16:42:51.434808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.436317"], ["updated_at", "2018-10-11 16:42:51.436317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.437809"], ["updated_at", "2018-10-11 16:42:51.437809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.439349"], ["updated_at", "2018-10-11 16:42:51.439349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.440834"], ["updated_at", "2018-10-11 16:42:51.440834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.442349"], ["updated_at", "2018-10-11 16:42:51.442349"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.443878"], ["updated_at", "2018-10-11 16:42:51.443878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.445741"], ["updated_at", "2018-10-11 16:42:51.445741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.447347"], ["updated_at", "2018-10-11 16:42:51.447347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.448915"], ["updated_at", "2018-10-11 16:42:51.448915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.450483"], ["updated_at", "2018-10-11 16:42:51.450483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.452019"], ["updated_at", "2018-10-11 16:42:51.452019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.453531"], ["updated_at", "2018-10-11 16:42:51.453531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.455074"], ["updated_at", "2018-10-11 16:42:51.455074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.456610"], ["updated_at", "2018-10-11 16:42:51.456610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.458124"], ["updated_at", "2018-10-11 16:42:51.458124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.459629"], ["updated_at", "2018-10-11 16:42:51.459629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.461127"], ["updated_at", "2018-10-11 16:42:51.461127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.462691"], ["updated_at", "2018-10-11 16:42:51.462691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.464224"], ["updated_at", "2018-10-11 16:42:51.464224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.465816"], ["updated_at", "2018-10-11 16:42:51.465816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.467348"], ["updated_at", "2018-10-11 16:42:51.467348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.468881"], ["updated_at", "2018-10-11 16:42:51.468881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.470372"], ["updated_at", "2018-10-11 16:42:51.470372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.471902"], ["updated_at", "2018-10-11 16:42:51.471902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.473446"], ["updated_at", "2018-10-11 16:42:51.473446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.474952"], ["updated_at", "2018-10-11 16:42:51.474952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.476470"], ["updated_at", "2018-10-11 16:42:51.476470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.478046"], ["updated_at", "2018-10-11 16:42:51.478046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.479597"], ["updated_at", "2018-10-11 16:42:51.479597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.481125"], ["updated_at", "2018-10-11 16:42:51.481125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.482695"], ["updated_at", "2018-10-11 16:42:51.482695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.484209"], ["updated_at", "2018-10-11 16:42:51.484209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.485740"], ["updated_at", "2018-10-11 16:42:51.485740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.487243"], ["updated_at", "2018-10-11 16:42:51.487243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.488906"], ["updated_at", "2018-10-11 16:42:51.488906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.490570"], ["updated_at", "2018-10-11 16:42:51.490570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.492146"], ["updated_at", "2018-10-11 16:42:51.492146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.493676"], ["updated_at", "2018-10-11 16:42:51.493676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.495236"], ["updated_at", "2018-10-11 16:42:51.495236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.496814"], ["updated_at", "2018-10-11 16:42:51.496814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.498328"], ["updated_at", "2018-10-11 16:42:51.498328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.499864"], ["updated_at", "2018-10-11 16:42:51.499864"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.501495"], ["updated_at", "2018-10-11 16:42:51.501495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.503208"], ["updated_at", "2018-10-11 16:42:51.503208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.504801"], ["updated_at", "2018-10-11 16:42:51.504801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.506448"], ["updated_at", "2018-10-11 16:42:51.506448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.507989"], ["updated_at", "2018-10-11 16:42:51.507989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.509595"], ["updated_at", "2018-10-11 16:42:51.509595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.511110"], ["updated_at", "2018-10-11 16:42:51.511110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.512651"], ["updated_at", "2018-10-11 16:42:51.512651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.514190"], ["updated_at", "2018-10-11 16:42:51.514190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.515866"], ["updated_at", "2018-10-11 16:42:51.515866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.517411"], ["updated_at", "2018-10-11 16:42:51.517411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.520231"], ["updated_at", "2018-10-11 16:42:51.520231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.521764"], ["updated_at", "2018-10-11 16:42:51.521764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.523257"], ["updated_at", "2018-10-11 16:42:51.523257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.524823"], ["updated_at", "2018-10-11 16:42:51.524823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.526337"], ["updated_at", "2018-10-11 16:42:51.526337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.527876"], ["updated_at", "2018-10-11 16:42:51.527876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.529374"], ["updated_at", "2018-10-11 16:42:51.529374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.530878"], ["updated_at", "2018-10-11 16:42:51.530878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.532442"], ["updated_at", "2018-10-11 16:42:51.532442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.533987"], ["updated_at", "2018-10-11 16:42:51.533987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.535492"], ["updated_at", "2018-10-11 16:42:51.535492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.537032"], ["updated_at", "2018-10-11 16:42:51.537032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.538555"], ["updated_at", "2018-10-11 16:42:51.538555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.540078"], ["updated_at", "2018-10-11 16:42:51.540078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.541601"], ["updated_at", "2018-10-11 16:42:51.541601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.543165"], ["updated_at", "2018-10-11 16:42:51.543165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.544685"], ["updated_at", "2018-10-11 16:42:51.544685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.546187"], ["updated_at", "2018-10-11 16:42:51.546187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.547753"], ["updated_at", "2018-10-11 16:42:51.547753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.549305"], ["updated_at", "2018-10-11 16:42:51.549305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.550820"], ["updated_at", "2018-10-11 16:42:51.550820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.552446"], ["updated_at", "2018-10-11 16:42:51.552446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.554025"], ["updated_at", "2018-10-11 16:42:51.554025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.555644"], ["updated_at", "2018-10-11 16:42:51.555644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.557177"], ["updated_at", "2018-10-11 16:42:51.557177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.558693"], ["updated_at", "2018-10-11 16:42:51.558693"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.560295"], ["updated_at", "2018-10-11 16:42:51.560295"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.561833"], ["updated_at", "2018-10-11 16:42:51.561833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.563300"], ["updated_at", "2018-10-11 16:42:51.563300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.564944"], ["updated_at", "2018-10-11 16:42:51.564944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.566449"], ["updated_at", "2018-10-11 16:42:51.566449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.567956"], ["updated_at", "2018-10-11 16:42:51.567956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.569428"], ["updated_at", "2018-10-11 16:42:51.569428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.570986"], ["updated_at", "2018-10-11 16:42:51.570986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.572685"], ["updated_at", "2018-10-11 16:42:51.572685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.574284"], ["updated_at", "2018-10-11 16:42:51.574284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.575819"], ["updated_at", "2018-10-11 16:42:51.575819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.577375"], ["updated_at", "2018-10-11 16:42:51.577375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.578963"], ["updated_at", "2018-10-11 16:42:51.578963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.580513"], ["updated_at", "2018-10-11 16:42:51.580513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.582096"], ["updated_at", "2018-10-11 16:42:51.582096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.583674"], ["updated_at", "2018-10-11 16:42:51.583674"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.585722"], ["updated_at", "2018-10-11 16:42:51.585722"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.588870"], ["updated_at", "2018-10-11 16:42:51.588870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.590663"], ["updated_at", "2018-10-11 16:42:51.590663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.592420"], ["updated_at", "2018-10-11 16:42:51.592420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.594028"], ["updated_at", "2018-10-11 16:42:51.594028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.595598"], ["updated_at", "2018-10-11 16:42:51.595598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.597177"], ["updated_at", "2018-10-11 16:42:51.597177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.598703"], ["updated_at", "2018-10-11 16:42:51.598703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.600259"], ["updated_at", "2018-10-11 16:42:51.600259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.601836"], ["updated_at", "2018-10-11 16:42:51.601836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.603361"], ["updated_at", "2018-10-11 16:42:51.603361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.604914"], ["updated_at", "2018-10-11 16:42:51.604914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.606440"], ["updated_at", "2018-10-11 16:42:51.606440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.607933"], ["updated_at", "2018-10-11 16:42:51.607933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.609426"], ["updated_at", "2018-10-11 16:42:51.609426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.610942"], ["updated_at", "2018-10-11 16:42:51.610942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.612472"], ["updated_at", "2018-10-11 16:42:51.612472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.613997"], ["updated_at", "2018-10-11 16:42:51.613997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.615491"], ["updated_at", "2018-10-11 16:42:51.615491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.617025"], ["updated_at", "2018-10-11 16:42:51.617025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.618548"], ["updated_at", "2018-10-11 16:42:51.618548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.620151"], ["updated_at", "2018-10-11 16:42:51.620151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.621695"], ["updated_at", "2018-10-11 16:42:51.621695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.623234"], ["updated_at", "2018-10-11 16:42:51.623234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.624794"], ["updated_at", "2018-10-11 16:42:51.624794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.626328"], ["updated_at", "2018-10-11 16:42:51.626328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.627954"], ["updated_at", "2018-10-11 16:42:51.627954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.629538"], ["updated_at", "2018-10-11 16:42:51.629538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.631117"], ["updated_at", "2018-10-11 16:42:51.631117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.632673"], ["updated_at", "2018-10-11 16:42:51.632673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.634199"], ["updated_at", "2018-10-11 16:42:51.634199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.635748"], ["updated_at", "2018-10-11 16:42:51.635748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.637333"], ["updated_at", "2018-10-11 16:42:51.637333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.638849"], ["updated_at", "2018-10-11 16:42:51.638849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.640396"], ["updated_at", "2018-10-11 16:42:51.640396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.641968"], ["updated_at", "2018-10-11 16:42:51.641968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.643499"], ["updated_at", "2018-10-11 16:42:51.643499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.645022"], ["updated_at", "2018-10-11 16:42:51.645022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.646539"], ["updated_at", "2018-10-11 16:42:51.646539"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.648068"], ["updated_at", "2018-10-11 16:42:51.648068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.649724"], ["updated_at", "2018-10-11 16:42:51.649724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.651311"], ["updated_at", "2018-10-11 16:42:51.651311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.652933"], ["updated_at", "2018-10-11 16:42:51.652933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.654458"], ["updated_at", "2018-10-11 16:42:51.654458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.655961"], ["updated_at", "2018-10-11 16:42:51.655961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.657574"], ["updated_at", "2018-10-11 16:42:51.657574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.659240"], ["updated_at", "2018-10-11 16:42:51.659240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.660819"], ["updated_at", "2018-10-11 16:42:51.660819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.662337"], ["updated_at", "2018-10-11 16:42:51.662337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.663878"], ["updated_at", "2018-10-11 16:42:51.663878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.665406"], ["updated_at", "2018-10-11 16:42:51.665406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.666934"], ["updated_at", "2018-10-11 16:42:51.666934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.668511"], ["updated_at", "2018-10-11 16:42:51.668511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.670099"], ["updated_at", "2018-10-11 16:42:51.670099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.671667"], ["updated_at", "2018-10-11 16:42:51.671667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.673203"], ["updated_at", "2018-10-11 16:42:51.673203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.674739"], ["updated_at", "2018-10-11 16:42:51.674739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.676282"], ["updated_at", "2018-10-11 16:42:51.676282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.677816"], ["updated_at", "2018-10-11 16:42:51.677816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.679333"], ["updated_at", "2018-10-11 16:42:51.679333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.680891"], ["updated_at", "2018-10-11 16:42:51.680891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.682418"], ["updated_at", "2018-10-11 16:42:51.682418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.683939"], ["updated_at", "2018-10-11 16:42:51.683939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.685701"], ["updated_at", "2018-10-11 16:42:51.685701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.687478"], ["updated_at", "2018-10-11 16:42:51.687478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.689038"], ["updated_at", "2018-10-11 16:42:51.689038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.690556"], ["updated_at", "2018-10-11 16:42:51.690556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.692055"], ["updated_at", "2018-10-11 16:42:51.692055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.693564"], ["updated_at", "2018-10-11 16:42:51.693564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.695087"], ["updated_at", "2018-10-11 16:42:51.695087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.696598"], ["updated_at", "2018-10-11 16:42:51.696598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.698132"], ["updated_at", "2018-10-11 16:42:51.698132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.699641"], ["updated_at", "2018-10-11 16:42:51.699641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.701160"], ["updated_at", "2018-10-11 16:42:51.701160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.702656"], ["updated_at", "2018-10-11 16:42:51.702656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.704174"], ["updated_at", "2018-10-11 16:42:51.704174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.705752"], ["updated_at", "2018-10-11 16:42:51.705752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.707308"], ["updated_at", "2018-10-11 16:42:51.707308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.708840"], ["updated_at", "2018-10-11 16:42:51.708840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.710343"], ["updated_at", "2018-10-11 16:42:51.710343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.711865"], ["updated_at", "2018-10-11 16:42:51.711865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.713402"], ["updated_at", "2018-10-11 16:42:51.713402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.714938"], ["updated_at", "2018-10-11 16:42:51.714938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.716439"], ["updated_at", "2018-10-11 16:42:51.716439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.717983"], ["updated_at", "2018-10-11 16:42:51.717983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.719735"], ["updated_at", "2018-10-11 16:42:51.719735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.721269"], ["updated_at", "2018-10-11 16:42:51.721269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.722842"], ["updated_at", "2018-10-11 16:42:51.722842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.724526"], ["updated_at", "2018-10-11 16:42:51.724526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.726127"], ["updated_at", "2018-10-11 16:42:51.726127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.727921"], ["updated_at", "2018-10-11 16:42:51.727921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.729661"], ["updated_at", "2018-10-11 16:42:51.729661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.731170"], ["updated_at", "2018-10-11 16:42:51.731170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.732679"], ["updated_at", "2018-10-11 16:42:51.732679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.734201"], ["updated_at", "2018-10-11 16:42:51.734201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.735716"], ["updated_at", "2018-10-11 16:42:51.735716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.737207"], ["updated_at", "2018-10-11 16:42:51.737207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.738711"], ["updated_at", "2018-10-11 16:42:51.738711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.740223"], ["updated_at", "2018-10-11 16:42:51.740223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.741761"], ["updated_at", "2018-10-11 16:42:51.741761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.743265"], ["updated_at", "2018-10-11 16:42:51.743265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.744821"], ["updated_at", "2018-10-11 16:42:51.744821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.746324"], ["updated_at", "2018-10-11 16:42:51.746324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.747825"], ["updated_at", "2018-10-11 16:42:51.747825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.749329"], ["updated_at", "2018-10-11 16:42:51.749329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.750893"], ["updated_at", "2018-10-11 16:42:51.750893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.752375"], ["updated_at", "2018-10-11 16:42:51.752375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.753964"], ["updated_at", "2018-10-11 16:42:51.753964"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.755473"], ["updated_at", "2018-10-11 16:42:51.755473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.756955"], ["updated_at", "2018-10-11 16:42:51.756955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.758607"], ["updated_at", "2018-10-11 16:42:51.758607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.760157"], ["updated_at", "2018-10-11 16:42:51.760157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.761709"], ["updated_at", "2018-10-11 16:42:51.761709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.763231"], ["updated_at", "2018-10-11 16:42:51.763231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.764763"], ["updated_at", "2018-10-11 16:42:51.764763"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.766485"], ["updated_at", "2018-10-11 16:42:51.766485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.768215"], ["updated_at", "2018-10-11 16:42:51.768215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.769818"], ["updated_at", "2018-10-11 16:42:51.769818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.771339"], ["updated_at", "2018-10-11 16:42:51.771339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.772880"], ["updated_at", "2018-10-11 16:42:51.772880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.774445"], ["updated_at", "2018-10-11 16:42:51.774445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.776028"], ["updated_at", "2018-10-11 16:42:51.776028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.777597"], ["updated_at", "2018-10-11 16:42:51.777597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.779170"], ["updated_at", "2018-10-11 16:42:51.779170"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.780696"], ["updated_at", "2018-10-11 16:42:51.780696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.782439"], ["updated_at", "2018-10-11 16:42:51.782439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.784003"], ["updated_at", "2018-10-11 16:42:51.784003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.785565"], ["updated_at", "2018-10-11 16:42:51.785565"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.787293"], ["updated_at", "2018-10-11 16:42:51.787293"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.789436"], ["updated_at", "2018-10-11 16:42:51.789436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.791204"], ["updated_at", "2018-10-11 16:42:51.791204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.792837"], ["updated_at", "2018-10-11 16:42:51.792837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.794408"], ["updated_at", "2018-10-11 16:42:51.794408"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.796030"], ["updated_at", "2018-10-11 16:42:51.796030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.797909"], ["updated_at", "2018-10-11 16:42:51.797909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.799554"], ["updated_at", "2018-10-11 16:42:51.799554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.801129"], ["updated_at", "2018-10-11 16:42:51.801129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.802679"], ["updated_at", "2018-10-11 16:42:51.802679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.805495"], ["updated_at", "2018-10-11 16:42:51.805495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.807179"], ["updated_at", "2018-10-11 16:42:51.807179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.808770"], ["updated_at", "2018-10-11 16:42:51.808770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.810397"], ["updated_at", "2018-10-11 16:42:51.810397"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.812001"], ["updated_at", "2018-10-11 16:42:51.812001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.813794"], ["updated_at", "2018-10-11 16:42:51.813794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.815429"], ["updated_at", "2018-10-11 16:42:51.815429"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.817076"], ["updated_at", "2018-10-11 16:42:51.817076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.818758"], ["updated_at", "2018-10-11 16:42:51.818758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.820358"], ["updated_at", "2018-10-11 16:42:51.820358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.821871"], ["updated_at", "2018-10-11 16:42:51.821871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.823434"], ["updated_at", "2018-10-11 16:42:51.823434"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.825047"], ["updated_at", "2018-10-11 16:42:51.825047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.829465"], ["updated_at", "2018-10-11 16:42:51.829465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.831232"], ["updated_at", "2018-10-11 16:42:51.831232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.832787"], ["updated_at", "2018-10-11 16:42:51.832787"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.834599"], ["updated_at", "2018-10-11 16:42:51.834599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.836722"], ["updated_at", "2018-10-11 16:42:51.836722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.838675"], ["updated_at", "2018-10-11 16:42:51.838675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.840470"], ["updated_at", "2018-10-11 16:42:51.840470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.842751"], ["updated_at", "2018-10-11 16:42:51.842751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.845186"], ["updated_at", "2018-10-11 16:42:51.845186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.846941"], ["updated_at", "2018-10-11 16:42:51.846941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.848742"], ["updated_at", "2018-10-11 16:42:51.848742"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.850325"], ["updated_at", "2018-10-11 16:42:51.850325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.852193"], ["updated_at", "2018-10-11 16:42:51.852193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.853930"], ["updated_at", "2018-10-11 16:42:51.853930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.855465"], ["updated_at", "2018-10-11 16:42:51.855465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.857003"], ["updated_at", "2018-10-11 16:42:51.857003"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.858573"], ["updated_at", "2018-10-11 16:42:51.858573"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.860547"], ["updated_at", "2018-10-11 16:42:51.860547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.862262"], ["updated_at", "2018-10-11 16:42:51.862262"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.863863"], ["updated_at", "2018-10-11 16:42:51.863863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.865550"], ["updated_at", "2018-10-11 16:42:51.865550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.867145"], ["updated_at", "2018-10-11 16:42:51.867145"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.868934"], ["updated_at", "2018-10-11 16:42:51.868934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.870740"], ["updated_at", "2018-10-11 16:42:51.870740"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.872338"], ["updated_at", "2018-10-11 16:42:51.872338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.874079"], ["updated_at", "2018-10-11 16:42:51.874079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.875805"], ["updated_at", "2018-10-11 16:42:51.875805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.877477"], ["updated_at", "2018-10-11 16:42:51.877477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.879124"], ["updated_at", "2018-10-11 16:42:51.879124"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.880755"], ["updated_at", "2018-10-11 16:42:51.880755"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.882471"], ["updated_at", "2018-10-11 16:42:51.882471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.884242"], ["updated_at", "2018-10-11 16:42:51.884242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.885881"], ["updated_at", "2018-10-11 16:42:51.885881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.887437"], ["updated_at", "2018-10-11 16:42:51.887437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.889239"], ["updated_at", "2018-10-11 16:42:51.889239"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.890938"], ["updated_at", "2018-10-11 16:42:51.890938"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.892735"], ["updated_at", "2018-10-11 16:42:51.892735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.894456"], ["updated_at", "2018-10-11 16:42:51.894456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.896047"], ["updated_at", "2018-10-11 16:42:51.896047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.897622"], ["updated_at", "2018-10-11 16:42:51.897622"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.899164"], ["updated_at", "2018-10-11 16:42:51.899164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.901151"], ["updated_at", "2018-10-11 16:42:51.901151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.902804"], ["updated_at", "2018-10-11 16:42:51.902804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.904503"], ["updated_at", "2018-10-11 16:42:51.904503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.906084"], ["updated_at", "2018-10-11 16:42:51.906084"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.907760"], ["updated_at", "2018-10-11 16:42:51.907760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.909473"], ["updated_at", "2018-10-11 16:42:51.909473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.911041"], ["updated_at", "2018-10-11 16:42:51.911041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.912624"], ["updated_at", "2018-10-11 16:42:51.912624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.914186"], ["updated_at", "2018-10-11 16:42:51.914186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.915933"], ["updated_at", "2018-10-11 16:42:51.915933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.917572"], ["updated_at", "2018-10-11 16:42:51.917572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.919139"], ["updated_at", "2018-10-11 16:42:51.919139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.920694"], ["updated_at", "2018-10-11 16:42:51.920694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.922348"], ["updated_at", "2018-10-11 16:42:51.922348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.924013"], ["updated_at", "2018-10-11 16:42:51.924013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.925654"], ["updated_at", "2018-10-11 16:42:51.925654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.927252"], ["updated_at", "2018-10-11 16:42:51.927252"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.928805"], ["updated_at", "2018-10-11 16:42:51.928805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.931028"], ["updated_at", "2018-10-11 16:42:51.931028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.932791"], ["updated_at", "2018-10-11 16:42:51.932791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.934389"], ["updated_at", "2018-10-11 16:42:51.934389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.935949"], ["updated_at", "2018-10-11 16:42:51.935949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.937546"], ["updated_at", "2018-10-11 16:42:51.937546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.939098"], ["updated_at", "2018-10-11 16:42:51.939098"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.940762"], ["updated_at", "2018-10-11 16:42:51.940762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.942474"], ["updated_at", "2018-10-11 16:42:51.942474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.944077"], ["updated_at", "2018-10-11 16:42:51.944077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.945599"], ["updated_at", "2018-10-11 16:42:51.945599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.947114"], ["updated_at", "2018-10-11 16:42:51.947114"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.949000"], ["updated_at", "2018-10-11 16:42:51.949000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.950692"], ["updated_at", "2018-10-11 16:42:51.950692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.952250"], ["updated_at", "2018-10-11 16:42:51.952250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.953827"], ["updated_at", "2018-10-11 16:42:51.953827"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.955432"], ["updated_at", "2018-10-11 16:42:51.955432"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.957736"], ["updated_at", "2018-10-11 16:42:51.957736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.959815"], ["updated_at", "2018-10-11 16:42:51.959815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.961443"], ["updated_at", "2018-10-11 16:42:51.961443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.962979"], ["updated_at", "2018-10-11 16:42:51.962979"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.964964"], ["updated_at", "2018-10-11 16:42:51.964964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.967186"], ["updated_at", "2018-10-11 16:42:51.967186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.968911"], ["updated_at", "2018-10-11 16:42:51.968911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.970493"], ["updated_at", "2018-10-11 16:42:51.970493"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.972046"], ["updated_at", "2018-10-11 16:42:51.972046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.974537"], ["updated_at", "2018-10-11 16:42:51.974537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.976167"], ["updated_at", "2018-10-11 16:42:51.976167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.977799"], ["updated_at", "2018-10-11 16:42:51.977799"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.979431"], ["updated_at", "2018-10-11 16:42:51.979431"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.981444"], ["updated_at", "2018-10-11 16:42:51.981444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.983191"], ["updated_at", "2018-10-11 16:42:51.983191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.984767"], ["updated_at", "2018-10-11 16:42:51.984767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.986398"], ["updated_at", "2018-10-11 16:42:51.986398"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.988211"], ["updated_at", "2018-10-11 16:42:51.988211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.990791"], ["updated_at", "2018-10-11 16:42:51.990791"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.992468"], ["updated_at", "2018-10-11 16:42:51.992468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.994176"], ["updated_at", "2018-10-11 16:42:51.994176"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.995766"], ["updated_at", "2018-10-11 16:42:51.995766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.998035"], ["updated_at", "2018-10-11 16:42:51.998035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:51.999743"], ["updated_at", "2018-10-11 16:42:51.999743"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.001288"], ["updated_at", "2018-10-11 16:42:52.001288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.002920"], ["updated_at", "2018-10-11 16:42:52.002920"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.004648"], ["updated_at", "2018-10-11 16:42:52.004648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.007302"], ["updated_at", "2018-10-11 16:42:52.007302"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.009030"], ["updated_at", "2018-10-11 16:42:52.009030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.010636"], ["updated_at", "2018-10-11 16:42:52.010636"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.012177"], ["updated_at", "2018-10-11 16:42:52.012177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.014538"], ["updated_at", "2018-10-11 16:42:52.014538"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.016200"], ["updated_at", "2018-10-11 16:42:52.016200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.018097"], ["updated_at", "2018-10-11 16:42:52.018097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.019729"], ["updated_at", "2018-10-11 16:42:52.019729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.021678"], ["updated_at", "2018-10-11 16:42:52.021678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.023582"], ["updated_at", "2018-10-11 16:42:52.023582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.025487"], ["updated_at", "2018-10-11 16:42:52.025487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.027105"], ["updated_at", "2018-10-11 16:42:52.027105"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.028967"], ["updated_at", "2018-10-11 16:42:52.028967"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.031208"], ["updated_at", "2018-10-11 16:42:52.031208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.032976"], ["updated_at", "2018-10-11 16:42:52.032976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.034611"], ["updated_at", "2018-10-11 16:42:52.034611"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.036153"], ["updated_at", "2018-10-11 16:42:52.036153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.038214"], ["updated_at", "2018-10-11 16:42:52.038214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.040017"], ["updated_at", "2018-10-11 16:42:52.040017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.041739"], ["updated_at", "2018-10-11 16:42:52.041739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.043386"], ["updated_at", "2018-10-11 16:42:52.043386"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.045238"], ["updated_at", "2018-10-11 16:42:52.045238"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.047391"], ["updated_at", "2018-10-11 16:42:52.047391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.049079"], ["updated_at", "2018-10-11 16:42:52.049079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.050633"], ["updated_at", "2018-10-11 16:42:52.050633"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.052182"], ["updated_at", "2018-10-11 16:42:52.052182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.054210"], ["updated_at", "2018-10-11 16:42:52.054210"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.055826"], ["updated_at", "2018-10-11 16:42:52.055826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.058005"], ["updated_at", "2018-10-11 16:42:52.058005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.059581"], ["updated_at", "2018-10-11 16:42:52.059581"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.061573"], ["updated_at", "2018-10-11 16:42:52.061573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.063655"], ["updated_at", "2018-10-11 16:42:52.063655"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.065355"], ["updated_at", "2018-10-11 16:42:52.065355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.067075"], ["updated_at", "2018-10-11 16:42:52.067075"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.068674"], ["updated_at", "2018-10-11 16:42:52.068674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.070928"], ["updated_at", "2018-10-11 16:42:52.070928"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.072590"], ["updated_at", "2018-10-11 16:42:52.072590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.074483"], ["updated_at", "2018-10-11 16:42:52.074483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.076109"], ["updated_at", "2018-10-11 16:42:52.076109"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.078117"], ["updated_at", "2018-10-11 16:42:52.078117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.080043"], ["updated_at", "2018-10-11 16:42:52.080043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.081711"], ["updated_at", "2018-10-11 16:42:52.081711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.083368"], ["updated_at", "2018-10-11 16:42:52.083368"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.084913"], ["updated_at", "2018-10-11 16:42:52.084913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.087094"], ["updated_at", "2018-10-11 16:42:52.087094"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.088760"], ["updated_at", "2018-10-11 16:42:52.088760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.090888"], ["updated_at", "2018-10-11 16:42:52.090888"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.092529"], ["updated_at", "2018-10-11 16:42:52.092529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.095534"], ["updated_at", "2018-10-11 16:42:52.095534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.097282"], ["updated_at", "2018-10-11 16:42:52.097282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.098926"], ["updated_at", "2018-10-11 16:42:52.098926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.100550"], ["updated_at", "2018-10-11 16:42:52.100550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.102610"], ["updated_at", "2018-10-11 16:42:52.102610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.104377"], ["updated_at", "2018-10-11 16:42:52.104377"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.105992"], ["updated_at", "2018-10-11 16:42:52.105992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.107937"], ["updated_at", "2018-10-11 16:42:52.107937"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.109969"], ["updated_at", "2018-10-11 16:42:52.109969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.112017"], ["updated_at", "2018-10-11 16:42:52.112017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.113711"], ["updated_at", "2018-10-11 16:42:52.113711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.115375"], ["updated_at", "2018-10-11 16:42:52.115375"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.116931"], ["updated_at", "2018-10-11 16:42:52.116931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.119191"], ["updated_at", "2018-10-11 16:42:52.119191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.120853"], ["updated_at", "2018-10-11 16:42:52.120853"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.122459"], ["updated_at", "2018-10-11 16:42:52.122459"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.124456"], ["updated_at", "2018-10-11 16:42:52.124456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.128096"], ["updated_at", "2018-10-11 16:42:52.128096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.129935"], ["updated_at", "2018-10-11 16:42:52.129935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.131600"], ["updated_at", "2018-10-11 16:42:52.131600"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.133265"], ["updated_at", "2018-10-11 16:42:52.133265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.135488"], ["updated_at", "2018-10-11 16:42:52.135488"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.137128"], ["updated_at", "2018-10-11 16:42:52.137128"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.138795"], ["updated_at", "2018-10-11 16:42:52.138795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.140612"], ["updated_at", "2018-10-11 16:42:52.140612"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.142626"], ["updated_at", "2018-10-11 16:42:52.142626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.144521"], ["updated_at", "2018-10-11 16:42:52.144521"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.146194"], ["updated_at", "2018-10-11 16:42:52.146194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.147987"], ["updated_at", "2018-10-11 16:42:52.147987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.149659"], ["updated_at", "2018-10-11 16:42:52.149659"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.151842"], ["updated_at", "2018-10-11 16:42:52.151842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.153573"], ["updated_at", "2018-10-11 16:42:52.153573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.155119"], ["updated_at", "2018-10-11 16:42:52.155119"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.156786"], ["updated_at", "2018-10-11 16:42:52.156786"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.159209"], ["updated_at", "2018-10-11 16:42:52.159209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.160981"], ["updated_at", "2018-10-11 16:42:52.160981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.162654"], ["updated_at", "2018-10-11 16:42:52.162654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.164340"], ["updated_at", "2018-10-11 16:42:52.164340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.166248"], ["updated_at", "2018-10-11 16:42:52.166248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.168221"], ["updated_at", "2018-10-11 16:42:52.168221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.169913"], ["updated_at", "2018-10-11 16:42:52.169913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.171485"], ["updated_at", "2018-10-11 16:42:52.171485"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.173373"], ["updated_at", "2018-10-11 16:42:52.173373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.175781"], ["updated_at", "2018-10-11 16:42:52.175781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.177493"], ["updated_at", "2018-10-11 16:42:52.177493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.179195"], ["updated_at", "2018-10-11 16:42:52.179195"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.180800"], ["updated_at", "2018-10-11 16:42:52.180800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.182848"], ["updated_at", "2018-10-11 16:42:52.182848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.184602"], ["updated_at", "2018-10-11 16:42:52.184602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.186215"], ["updated_at", "2018-10-11 16:42:52.186215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.187838"], ["updated_at", "2018-10-11 16:42:52.187838"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.189391"], ["updated_at", "2018-10-11 16:42:52.189391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.192043"], ["updated_at", "2018-10-11 16:42:52.192043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.193781"], ["updated_at", "2018-10-11 16:42:52.193781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.195507"], ["updated_at", "2018-10-11 16:42:52.195507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.197162"], ["updated_at", "2018-10-11 16:42:52.197162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.199214"], ["updated_at", "2018-10-11 16:42:52.199214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.201099"], ["updated_at", "2018-10-11 16:42:52.201099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.202632"], ["updated_at", "2018-10-11 16:42:52.202632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.204172"], ["updated_at", "2018-10-11 16:42:52.204172"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.205732"], ["updated_at", "2018-10-11 16:42:52.205732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.208116"], ["updated_at", "2018-10-11 16:42:52.208116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.209704"], ["updated_at", "2018-10-11 16:42:52.209704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.211377"], ["updated_at", "2018-10-11 16:42:52.211377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.212987"], ["updated_at", "2018-10-11 16:42:52.212987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.215098"], ["updated_at", "2018-10-11 16:42:52.215098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.217062"], ["updated_at", "2018-10-11 16:42:52.217062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.218697"], ["updated_at", "2018-10-11 16:42:52.218697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.220285"], ["updated_at", "2018-10-11 16:42:52.220285"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.221826"], ["updated_at", "2018-10-11 16:42:52.221826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.224387"], ["updated_at", "2018-10-11 16:42:52.224387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.226095"], ["updated_at", "2018-10-11 16:42:52.226095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.227751"], ["updated_at", "2018-10-11 16:42:52.227751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.229447"], ["updated_at", "2018-10-11 16:42:52.229447"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.231531"], ["updated_at", "2018-10-11 16:42:52.231531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.233446"], ["updated_at", "2018-10-11 16:42:52.233446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.235080"], ["updated_at", "2018-10-11 16:42:52.235080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.236608"], ["updated_at", "2018-10-11 16:42:52.236608"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.238179"], ["updated_at", "2018-10-11 16:42:52.238179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.240615"], ["updated_at", "2018-10-11 16:42:52.240615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.242272"], ["updated_at", "2018-10-11 16:42:52.242272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.243846"], ["updated_at", "2018-10-11 16:42:52.243846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.245500"], ["updated_at", "2018-10-11 16:42:52.245500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.247570"], ["updated_at", "2018-10-11 16:42:52.247570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.249353"], ["updated_at", "2018-10-11 16:42:52.249353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.250944"], ["updated_at", "2018-10-11 16:42:52.250944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.252516"], ["updated_at", "2018-10-11 16:42:52.252516"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.254085"], ["updated_at", "2018-10-11 16:42:52.254085"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.256631"], ["updated_at", "2018-10-11 16:42:52.256631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.258333"], ["updated_at", "2018-10-11 16:42:52.258333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.259891"], ["updated_at", "2018-10-11 16:42:52.259891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.261611"], ["updated_at", "2018-10-11 16:42:52.261611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.263791"], ["updated_at", "2018-10-11 16:42:52.263791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.265820"], ["updated_at", "2018-10-11 16:42:52.265820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.267448"], ["updated_at", "2018-10-11 16:42:52.267448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.269210"], ["updated_at", "2018-10-11 16:42:52.269210"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.271090"], ["updated_at", "2018-10-11 16:42:52.271090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.273540"], ["updated_at", "2018-10-11 16:42:52.273540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.275301"], ["updated_at", "2018-10-11 16:42:52.275301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.276912"], ["updated_at", "2018-10-11 16:42:52.276912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.278613"], ["updated_at", "2018-10-11 16:42:52.278613"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.280911"], ["updated_at", "2018-10-11 16:42:52.280911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.282764"], ["updated_at", "2018-10-11 16:42:52.282764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.284383"], ["updated_at", "2018-10-11 16:42:52.284383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.285944"], ["updated_at", "2018-10-11 16:42:52.285944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.287871"], ["updated_at", "2018-10-11 16:42:52.287871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.289987"], ["updated_at", "2018-10-11 16:42:52.289987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.291770"], ["updated_at", "2018-10-11 16:42:52.291770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.293328"], ["updated_at", "2018-10-11 16:42:52.293328"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.295145"], ["updated_at", "2018-10-11 16:42:52.295145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.297573"], ["updated_at", "2018-10-11 16:42:52.297573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.299259"], ["updated_at", "2018-10-11 16:42:52.299259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.300800"], ["updated_at", "2018-10-11 16:42:52.300800"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.302339"], ["updated_at", "2018-10-11 16:42:52.302339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.304397"], ["updated_at", "2018-10-11 16:42:52.304397"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.305989"], ["updated_at", "2018-10-11 16:42:52.305989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.308251"], ["updated_at", "2018-10-11 16:42:52.308251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.309951"], ["updated_at", "2018-10-11 16:42:52.309951"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.312079"], ["updated_at", "2018-10-11 16:42:52.312079"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.314110"], ["updated_at", "2018-10-11 16:42:52.314110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.315859"], ["updated_at", "2018-10-11 16:42:52.315859"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.317619"], ["updated_at", "2018-10-11 16:42:52.317619"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.319750"], ["updated_at", "2018-10-11 16:42:52.319750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.321761"], ["updated_at", "2018-10-11 16:42:52.321761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.323934"], ["updated_at", "2018-10-11 16:42:52.323934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.325666"], ["updated_at", "2018-10-11 16:42:52.325666"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.327746"], ["updated_at", "2018-10-11 16:42:52.327746"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.330215"], ["updated_at", "2018-10-11 16:42:52.330215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.332041"], ["updated_at", "2018-10-11 16:42:52.332041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.333711"], ["updated_at", "2018-10-11 16:42:52.333711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.335633"], ["updated_at", "2018-10-11 16:42:52.335633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.337658"], ["updated_at", "2018-10-11 16:42:52.337658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.339400"], ["updated_at", "2018-10-11 16:42:52.339400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.341292"], ["updated_at", "2018-10-11 16:42:52.341292"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.342862"], ["updated_at", "2018-10-11 16:42:52.342862"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.345258"], ["updated_at", "2018-10-11 16:42:52.345258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.347103"], ["updated_at", "2018-10-11 16:42:52.347103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.348785"], ["updated_at", "2018-10-11 16:42:52.348785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.350402"], ["updated_at", "2018-10-11 16:42:52.350402"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.352397"], ["updated_at", "2018-10-11 16:42:52.352397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.354281"], ["updated_at", "2018-10-11 16:42:52.354281"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.355924"], ["updated_at", "2018-10-11 16:42:52.355924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.357740"], ["updated_at", "2018-10-11 16:42:52.357740"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.359455"], ["updated_at", "2018-10-11 16:42:52.359455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.361687"], ["updated_at", "2018-10-11 16:42:52.361687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.363424"], ["updated_at", "2018-10-11 16:42:52.363424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.365099"], ["updated_at", "2018-10-11 16:42:52.365099"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.366709"], ["updated_at", "2018-10-11 16:42:52.366709"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.368750"], ["updated_at", "2018-10-11 16:42:52.368750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.370583"], ["updated_at", "2018-10-11 16:42:52.370583"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.372224"], ["updated_at", "2018-10-11 16:42:52.372224"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.374476"], ["updated_at", "2018-10-11 16:42:52.374476"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.376569"], ["updated_at", "2018-10-11 16:42:52.376569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.378469"], ["updated_at", "2018-10-11 16:42:52.378469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.380121"], ["updated_at", "2018-10-11 16:42:52.380121"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.381730"], ["updated_at", "2018-10-11 16:42:52.381730"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.383618"], ["updated_at", "2018-10-11 16:42:52.383618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.385804"], ["updated_at", "2018-10-11 16:42:52.385804"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.387477"], ["updated_at", "2018-10-11 16:42:52.387477"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.389324"], ["updated_at", "2018-10-11 16:42:52.389324"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.391228"], ["updated_at", "2018-10-11 16:42:52.391228"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.393599"], ["updated_at", "2018-10-11 16:42:52.393599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.395447"], ["updated_at", "2018-10-11 16:42:52.395447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.397270"], ["updated_at", "2018-10-11 16:42:52.397270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.398925"], ["updated_at", "2018-10-11 16:42:52.398925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.400860"], ["updated_at", "2018-10-11 16:42:52.400860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.402631"], ["updated_at", "2018-10-11 16:42:52.402631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.404213"], ["updated_at", "2018-10-11 16:42:52.404213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.405762"], ["updated_at", "2018-10-11 16:42:52.405762"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.407706"], ["updated_at", "2018-10-11 16:42:52.407706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.410112"], ["updated_at", "2018-10-11 16:42:52.410112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.411886"], ["updated_at", "2018-10-11 16:42:52.411886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.413619"], ["updated_at", "2018-10-11 16:42:52.413619"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.415314"], ["updated_at", "2018-10-11 16:42:52.415314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.417453"], ["updated_at", "2018-10-11 16:42:52.417453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.419082"], ["updated_at", "2018-10-11 16:42:52.419082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.420840"], ["updated_at", "2018-10-11 16:42:52.420840"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.422400"], ["updated_at", "2018-10-11 16:42:52.422400"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.424900"], ["updated_at", "2018-10-11 16:42:52.424900"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.426837"], ["updated_at", "2018-10-11 16:42:52.426837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.428609"], ["updated_at", "2018-10-11 16:42:52.428609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.430309"], ["updated_at", "2018-10-11 16:42:52.430309"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.431995"], ["updated_at", "2018-10-11 16:42:52.431995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.434263"], ["updated_at", "2018-10-11 16:42:52.434263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.435920"], ["updated_at", "2018-10-11 16:42:52.435920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.437489"], ["updated_at", "2018-10-11 16:42:52.437489"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.439050"], ["updated_at", "2018-10-11 16:42:52.439050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.441833"], ["updated_at", "2018-10-11 16:42:52.441833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.443425"], ["updated_at", "2018-10-11 16:42:52.443425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.445033"], ["updated_at", "2018-10-11 16:42:52.445033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.446733"], ["updated_at", "2018-10-11 16:42:52.446733"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.448713"], ["updated_at", "2018-10-11 16:42:52.448713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.450840"], ["updated_at", "2018-10-11 16:42:52.450840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.452452"], ["updated_at", "2018-10-11 16:42:52.452452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.454022"], ["updated_at", "2018-10-11 16:42:52.454022"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.455605"], ["updated_at", "2018-10-11 16:42:52.455605"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.458271"], ["updated_at", "2018-10-11 16:42:52.458271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.461360"], ["updated_at", "2018-10-11 16:42:52.461360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.463023"], ["updated_at", "2018-10-11 16:42:52.463023"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.465126"], ["updated_at", "2018-10-11 16:42:52.465126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.467115"], ["updated_at", "2018-10-11 16:42:52.467115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.468673"], ["updated_at", "2018-10-11 16:42:52.468673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.470176"], ["updated_at", "2018-10-11 16:42:52.470176"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.471773"], ["updated_at", "2018-10-11 16:42:52.471773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.474151"], ["updated_at", "2018-10-11 16:42:52.474151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.475932"], ["updated_at", "2018-10-11 16:42:52.475932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.477496"], ["updated_at", "2018-10-11 16:42:52.477496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.479136"], ["updated_at", "2018-10-11 16:42:52.479136"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.480998"], ["updated_at", "2018-10-11 16:42:52.480998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.483095"], ["updated_at", "2018-10-11 16:42:52.483095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.484744"], ["updated_at", "2018-10-11 16:42:52.484744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.486266"], ["updated_at", "2018-10-11 16:42:52.486266"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.487897"], ["updated_at", "2018-10-11 16:42:52.487897"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.489868"], ["updated_at", "2018-10-11 16:42:52.489868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.491990"], ["updated_at", "2018-10-11 16:42:52.491990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.493640"], ["updated_at", "2018-10-11 16:42:52.493640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.495303"], ["updated_at", "2018-10-11 16:42:52.495303"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.497226"], ["updated_at", "2018-10-11 16:42:52.497226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.499340"], ["updated_at", "2018-10-11 16:42:52.499340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.501057"], ["updated_at", "2018-10-11 16:42:52.501057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.502625"], ["updated_at", "2018-10-11 16:42:52.502625"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.504182"], ["updated_at", "2018-10-11 16:42:52.504182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.506609"], ["updated_at", "2018-10-11 16:42:52.506609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.508623"], ["updated_at", "2018-10-11 16:42:52.508623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.510235"], ["updated_at", "2018-10-11 16:42:52.510235"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.511825"], ["updated_at", "2018-10-11 16:42:52.511825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.514064"], ["updated_at", "2018-10-11 16:42:52.514064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.516049"], ["updated_at", "2018-10-11 16:42:52.516049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.517718"], ["updated_at", "2018-10-11 16:42:52.517718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.519260"], ["updated_at", "2018-10-11 16:42:52.519260"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.521123"], ["updated_at", "2018-10-11 16:42:52.521123"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.523251"], ["updated_at", "2018-10-11 16:42:52.523251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.525170"], ["updated_at", "2018-10-11 16:42:52.525170"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.526766"], ["updated_at", "2018-10-11 16:42:52.526766"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.528513"], ["updated_at", "2018-10-11 16:42:52.528513"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.530949"], ["updated_at", "2018-10-11 16:42:52.530949"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.532781"], ["updated_at", "2018-10-11 16:42:52.532781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.534456"], ["updated_at", "2018-10-11 16:42:52.534456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.536008"], ["updated_at", "2018-10-11 16:42:52.536008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.537982"], ["updated_at", "2018-10-11 16:42:52.537982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.539950"], ["updated_at", "2018-10-11 16:42:52.539950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.541911"], ["updated_at", "2018-10-11 16:42:52.541911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.543446"], ["updated_at", "2018-10-11 16:42:52.543446"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.545168"], ["updated_at", "2018-10-11 16:42:52.545168"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.547456"], ["updated_at", "2018-10-11 16:42:52.547456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.549211"], ["updated_at", "2018-10-11 16:42:52.549211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.550828"], ["updated_at", "2018-10-11 16:42:52.550828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.552388"], ["updated_at", "2018-10-11 16:42:52.552388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.554503"], ["updated_at", "2018-10-11 16:42:52.554503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.556337"], ["updated_at", "2018-10-11 16:42:52.556337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.558148"], ["updated_at", "2018-10-11 16:42:52.558148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.559746"], ["updated_at", "2018-10-11 16:42:52.559746"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.561640"], ["updated_at", "2018-10-11 16:42:52.561640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.563832"], ["updated_at", "2018-10-11 16:42:52.563832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.565542"], ["updated_at", "2018-10-11 16:42:52.565542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.567141"], ["updated_at", "2018-10-11 16:42:52.567141"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.568677"], ["updated_at", "2018-10-11 16:42:52.568677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.570882"], ["updated_at", "2018-10-11 16:42:52.570882"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.572559"], ["updated_at", "2018-10-11 16:42:52.572559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.574593"], ["updated_at", "2018-10-11 16:42:52.574593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.576225"], ["updated_at", "2018-10-11 16:42:52.576225"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.578278"], ["updated_at", "2018-10-11 16:42:52.578278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.580330"], ["updated_at", "2018-10-11 16:42:52.580330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.582094"], ["updated_at", "2018-10-11 16:42:52.582094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.583889"], ["updated_at", "2018-10-11 16:42:52.583889"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.585749"], ["updated_at", "2018-10-11 16:42:52.585749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.587690"], ["updated_at", "2018-10-11 16:42:52.587690"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.589284"], ["updated_at", "2018-10-11 16:42:52.589284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.593699"], ["updated_at", "2018-10-11 16:42:52.593699"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.596346"], ["updated_at", "2018-10-11 16:42:52.596346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.598243"], ["updated_at", "2018-10-11 16:42:52.598243"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.599929"], ["updated_at", "2018-10-11 16:42:52.599929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.601940"], ["updated_at", "2018-10-11 16:42:52.601940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.603583"], ["updated_at", "2018-10-11 16:42:52.603583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.605131"], ["updated_at", "2018-10-11 16:42:52.605131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.606682"], ["updated_at", "2018-10-11 16:42:52.606682"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.608477"], ["updated_at", "2018-10-11 16:42:52.608477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.610262"], ["updated_at", "2018-10-11 16:42:52.610262"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.612106"], ["updated_at", "2018-10-11 16:42:52.612106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.613864"], ["updated_at", "2018-10-11 16:42:52.613864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.615496"], ["updated_at", "2018-10-11 16:42:52.615496"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.617055"], ["updated_at", "2018-10-11 16:42:52.617055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.619137"], ["updated_at", "2018-10-11 16:42:52.619137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.620725"], ["updated_at", "2018-10-11 16:42:52.620725"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.622274"], ["updated_at", "2018-10-11 16:42:52.622274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.624070"], ["updated_at", "2018-10-11 16:42:52.624070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.625781"], ["updated_at", "2018-10-11 16:42:52.625781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.627390"], ["updated_at", "2018-10-11 16:42:52.627390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.629109"], ["updated_at", "2018-10-11 16:42:52.629109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.630730"], ["updated_at", "2018-10-11 16:42:52.630730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.632333"], ["updated_at", "2018-10-11 16:42:52.632333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.634030"], ["updated_at", "2018-10-11 16:42:52.634030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.635594"], ["updated_at", "2018-10-11 16:42:52.635594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.637107"], ["updated_at", "2018-10-11 16:42:52.637107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.638682"], ["updated_at", "2018-10-11 16:42:52.638682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.640399"], ["updated_at", "2018-10-11 16:42:52.640399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.642007"], ["updated_at", "2018-10-11 16:42:52.642007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.643549"], ["updated_at", "2018-10-11 16:42:52.643549"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.645094"], ["updated_at", "2018-10-11 16:42:52.645094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.646750"], ["updated_at", "2018-10-11 16:42:52.646750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.648353"], ["updated_at", "2018-10-11 16:42:52.648353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.649960"], ["updated_at", "2018-10-11 16:42:52.649960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.651498"], ["updated_at", "2018-10-11 16:42:52.651498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.653080"], ["updated_at", "2018-10-11 16:42:52.653080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.654597"], ["updated_at", "2018-10-11 16:42:52.654597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.656132"], ["updated_at", "2018-10-11 16:42:52.656132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.657702"], ["updated_at", "2018-10-11 16:42:52.657702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.659292"], ["updated_at", "2018-10-11 16:42:52.659292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.660846"], ["updated_at", "2018-10-11 16:42:52.660846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.662420"], ["updated_at", "2018-10-11 16:42:52.662420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.663961"], ["updated_at", "2018-10-11 16:42:52.663961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.665498"], ["updated_at", "2018-10-11 16:42:52.665498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.667024"], ["updated_at", "2018-10-11 16:42:52.667024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.668572"], ["updated_at", "2018-10-11 16:42:52.668572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.670135"], ["updated_at", "2018-10-11 16:42:52.670135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.671706"], ["updated_at", "2018-10-11 16:42:52.671706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.673236"], ["updated_at", "2018-10-11 16:42:52.673236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.674784"], ["updated_at", "2018-10-11 16:42:52.674784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.676307"], ["updated_at", "2018-10-11 16:42:52.676307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.677844"], ["updated_at", "2018-10-11 16:42:52.677844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.679407"], ["updated_at", "2018-10-11 16:42:52.679407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.680930"], ["updated_at", "2018-10-11 16:42:52.680930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.682566"], ["updated_at", "2018-10-11 16:42:52.682566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.684104"], ["updated_at", "2018-10-11 16:42:52.684104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.685634"], ["updated_at", "2018-10-11 16:42:52.685634"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.687512"], ["updated_at", "2018-10-11 16:42:52.687512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.689211"], ["updated_at", "2018-10-11 16:42:52.689211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.690818"], ["updated_at", "2018-10-11 16:42:52.690818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.692525"], ["updated_at", "2018-10-11 16:42:52.692525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.694137"], ["updated_at", "2018-10-11 16:42:52.694137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.695685"], ["updated_at", "2018-10-11 16:42:52.695685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.697230"], ["updated_at", "2018-10-11 16:42:52.697230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.698777"], ["updated_at", "2018-10-11 16:42:52.698777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.700279"], ["updated_at", "2018-10-11 16:42:52.700279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.701812"], ["updated_at", "2018-10-11 16:42:52.701812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.703311"], ["updated_at", "2018-10-11 16:42:52.703311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.704853"], ["updated_at", "2018-10-11 16:42:52.704853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.706405"], ["updated_at", "2018-10-11 16:42:52.706405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.707935"], ["updated_at", "2018-10-11 16:42:52.707935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.709466"], ["updated_at", "2018-10-11 16:42:52.709466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.710971"], ["updated_at", "2018-10-11 16:42:52.710971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.712507"], ["updated_at", "2018-10-11 16:42:52.712507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.714042"], ["updated_at", "2018-10-11 16:42:52.714042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.715563"], ["updated_at", "2018-10-11 16:42:52.715563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.717185"], ["updated_at", "2018-10-11 16:42:52.717185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.718690"], ["updated_at", "2018-10-11 16:42:52.718690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.720250"], ["updated_at", "2018-10-11 16:42:52.720250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.721787"], ["updated_at", "2018-10-11 16:42:52.721787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.723306"], ["updated_at", "2018-10-11 16:42:52.723306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.724837"], ["updated_at", "2018-10-11 16:42:52.724837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.726349"], ["updated_at", "2018-10-11 16:42:52.726349"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.727904"], ["updated_at", "2018-10-11 16:42:52.727904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.729548"], ["updated_at", "2018-10-11 16:42:52.729548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.731133"], ["updated_at", "2018-10-11 16:42:52.731133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.732650"], ["updated_at", "2018-10-11 16:42:52.732650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.734288"], ["updated_at", "2018-10-11 16:42:52.734288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.735835"], ["updated_at", "2018-10-11 16:42:52.735835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.737419"], ["updated_at", "2018-10-11 16:42:52.737419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.738993"], ["updated_at", "2018-10-11 16:42:52.738993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.740559"], ["updated_at", "2018-10-11 16:42:52.740559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.742084"], ["updated_at", "2018-10-11 16:42:52.742084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.743628"], ["updated_at", "2018-10-11 16:42:52.743628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.745168"], ["updated_at", "2018-10-11 16:42:52.745168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.746694"], ["updated_at", "2018-10-11 16:42:52.746694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.748229"], ["updated_at", "2018-10-11 16:42:52.748229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.749787"], ["updated_at", "2018-10-11 16:42:52.749787"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.751329"], ["updated_at", "2018-10-11 16:42:52.751329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.752822"], ["updated_at", "2018-10-11 16:42:52.752822"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.754348"], ["updated_at", "2018-10-11 16:42:52.754348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.756053"], ["updated_at", "2018-10-11 16:42:52.756053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.757752"], ["updated_at", "2018-10-11 16:42:52.757752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.759407"], ["updated_at", "2018-10-11 16:42:52.759407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.761047"], ["updated_at", "2018-10-11 16:42:52.761047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.762622"], ["updated_at", "2018-10-11 16:42:52.762622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.764145"], ["updated_at", "2018-10-11 16:42:52.764145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.765646"], ["updated_at", "2018-10-11 16:42:52.765646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.768492"], ["updated_at", "2018-10-11 16:42:52.768492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.770097"], ["updated_at", "2018-10-11 16:42:52.770097"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.771586"], ["updated_at", "2018-10-11 16:42:52.771586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.773590"], ["updated_at", "2018-10-11 16:42:52.773590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.775267"], ["updated_at", "2018-10-11 16:42:52.775267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.776863"], ["updated_at", "2018-10-11 16:42:52.776863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.778531"], ["updated_at", "2018-10-11 16:42:52.778531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.780130"], ["updated_at", "2018-10-11 16:42:52.780130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.781621"], ["updated_at", "2018-10-11 16:42:52.781621"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.783167"], ["updated_at", "2018-10-11 16:42:52.783167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.784663"], ["updated_at", "2018-10-11 16:42:52.784663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.786208"], ["updated_at", "2018-10-11 16:42:52.786208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.787688"], ["updated_at", "2018-10-11 16:42:52.787688"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.789752"], ["updated_at", "2018-10-11 16:42:52.789752"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.792363"], ["updated_at", "2018-10-11 16:42:52.792363"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.794606"], ["updated_at", "2018-10-11 16:42:52.794606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.796460"], ["updated_at", "2018-10-11 16:42:52.796460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.798195"], ["updated_at", "2018-10-11 16:42:52.798195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.799856"], ["updated_at", "2018-10-11 16:42:52.799856"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.801499"], ["updated_at", "2018-10-11 16:42:52.801499"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.803236"], ["updated_at", "2018-10-11 16:42:52.803236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.804991"], ["updated_at", "2018-10-11 16:42:52.804991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.806639"], ["updated_at", "2018-10-11 16:42:52.806639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.808230"], ["updated_at", "2018-10-11 16:42:52.808230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.809866"], ["updated_at", "2018-10-11 16:42:52.809866"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.811843"], ["updated_at", "2018-10-11 16:42:52.811843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.813665"], ["updated_at", "2018-10-11 16:42:52.813665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.815292"], ["updated_at", "2018-10-11 16:42:52.815292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.817031"], ["updated_at", "2018-10-11 16:42:52.817031"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.818865"], ["updated_at", "2018-10-11 16:42:52.818865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.820932"], ["updated_at", "2018-10-11 16:42:52.820932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.822565"], ["updated_at", "2018-10-11 16:42:52.822565"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.824654"], ["updated_at", "2018-10-11 16:42:52.824654"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.826568"], ["updated_at", "2018-10-11 16:42:52.826568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.828579"], ["updated_at", "2018-10-11 16:42:52.828579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.830191"], ["updated_at", "2018-10-11 16:42:52.830191"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.831751"], ["updated_at", "2018-10-11 16:42:52.831751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.833447"], ["updated_at", "2018-10-11 16:42:52.833447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.835194"], ["updated_at", "2018-10-11 16:42:52.835194"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.836922"], ["updated_at", "2018-10-11 16:42:52.836922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.838878"], ["updated_at", "2018-10-11 16:42:52.838878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.840555"], ["updated_at", "2018-10-11 16:42:52.840555"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.842150"], ["updated_at", "2018-10-11 16:42:52.842150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.844413"], ["updated_at", "2018-10-11 16:42:52.844413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.846218"], ["updated_at", "2018-10-11 16:42:52.846218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.847933"], ["updated_at", "2018-10-11 16:42:52.847933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.849623"], ["updated_at", "2018-10-11 16:42:52.849623"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.851206"], ["updated_at", "2018-10-11 16:42:52.851206"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.853021"], ["updated_at", "2018-10-11 16:42:52.853021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.854731"], ["updated_at", "2018-10-11 16:42:52.854731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.856326"], ["updated_at", "2018-10-11 16:42:52.856326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.857863"], ["updated_at", "2018-10-11 16:42:52.857863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.859464"], ["updated_at", "2018-10-11 16:42:52.859464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.861214"], ["updated_at", "2018-10-11 16:42:52.861214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.862788"], ["updated_at", "2018-10-11 16:42:52.862788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.864431"], ["updated_at", "2018-10-11 16:42:52.864431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.865970"], ["updated_at", "2018-10-11 16:42:52.865970"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.867553"], ["updated_at", "2018-10-11 16:42:52.867553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.869546"], ["updated_at", "2018-10-11 16:42:52.869546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.871176"], ["updated_at", "2018-10-11 16:42:52.871176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.872809"], ["updated_at", "2018-10-11 16:42:52.872809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.874388"], ["updated_at", "2018-10-11 16:42:52.874388"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.876125"], ["updated_at", "2018-10-11 16:42:52.876125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.877846"], ["updated_at", "2018-10-11 16:42:52.877846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.879411"], ["updated_at", "2018-10-11 16:42:52.879411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.881013"], ["updated_at", "2018-10-11 16:42:52.881013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.882621"], ["updated_at", "2018-10-11 16:42:52.882621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.884558"], ["updated_at", "2018-10-11 16:42:52.884558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.886309"], ["updated_at", "2018-10-11 16:42:52.886309"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.887929"], ["updated_at", "2018-10-11 16:42:52.887929"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.890858"], ["updated_at", "2018-10-11 16:42:52.890858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.892987"], ["updated_at", "2018-10-11 16:42:52.892987"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.894622"], ["updated_at", "2018-10-11 16:42:52.894622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.896189"], ["updated_at", "2018-10-11 16:42:52.896189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.897794"], ["updated_at", "2018-10-11 16:42:52.897794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.899786"], ["updated_at", "2018-10-11 16:42:52.899786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.901940"], ["updated_at", "2018-10-11 16:42:52.901940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.903768"], ["updated_at", "2018-10-11 16:42:52.903768"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.906141"], ["updated_at", "2018-10-11 16:42:52.906141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.908529"], ["updated_at", "2018-10-11 16:42:52.908529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.910268"], ["updated_at", "2018-10-11 16:42:52.910268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.911839"], ["updated_at", "2018-10-11 16:42:52.911839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.913381"], ["updated_at", "2018-10-11 16:42:52.913381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.914925"], ["updated_at", "2018-10-11 16:42:52.914925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.916787"], ["updated_at", "2018-10-11 16:42:52.916787"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.918568"], ["updated_at", "2018-10-11 16:42:52.918568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.920256"], ["updated_at", "2018-10-11 16:42:52.920256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.921819"], ["updated_at", "2018-10-11 16:42:52.921819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.923417"], ["updated_at", "2018-10-11 16:42:52.923417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.925311"], ["updated_at", "2018-10-11 16:42:52.925311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.926962"], ["updated_at", "2018-10-11 16:42:52.926962"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.928749"], ["updated_at", "2018-10-11 16:42:52.928749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.930509"], ["updated_at", "2018-10-11 16:42:52.930509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.932149"], ["updated_at", "2018-10-11 16:42:52.932149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.934122"], ["updated_at", "2018-10-11 16:42:52.934122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.935731"], ["updated_at", "2018-10-11 16:42:52.935731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.937292"], ["updated_at", "2018-10-11 16:42:52.937292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.938823"], ["updated_at", "2018-10-11 16:42:52.938823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.940516"], ["updated_at", "2018-10-11 16:42:52.940516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.942707"], ["updated_at", "2018-10-11 16:42:52.942707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.944472"], ["updated_at", "2018-10-11 16:42:52.944472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.946050"], ["updated_at", "2018-10-11 16:42:52.946050"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.947678"], ["updated_at", "2018-10-11 16:42:52.947678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.949581"], ["updated_at", "2018-10-11 16:42:52.949581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.951697"], ["updated_at", "2018-10-11 16:42:52.951697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.953460"], ["updated_at", "2018-10-11 16:42:52.953460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.955077"], ["updated_at", "2018-10-11 16:42:52.955077"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.957041"], ["updated_at", "2018-10-11 16:42:52.957041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.959163"], ["updated_at", "2018-10-11 16:42:52.959163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.960785"], ["updated_at", "2018-10-11 16:42:52.960785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.962337"], ["updated_at", "2018-10-11 16:42:52.962337"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.963930"], ["updated_at", "2018-10-11 16:42:52.963930"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.966057"], ["updated_at", "2018-10-11 16:42:52.966057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.967956"], ["updated_at", "2018-10-11 16:42:52.967956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.969707"], ["updated_at", "2018-10-11 16:42:52.969707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.971377"], ["updated_at", "2018-10-11 16:42:52.971377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.973608"], ["updated_at", "2018-10-11 16:42:52.973608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.975357"], ["updated_at", "2018-10-11 16:42:52.975357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.976967"], ["updated_at", "2018-10-11 16:42:52.976967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.978488"], ["updated_at", "2018-10-11 16:42:52.978488"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.980030"], ["updated_at", "2018-10-11 16:42:52.980030"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.982369"], ["updated_at", "2018-10-11 16:42:52.982369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.984141"], ["updated_at", "2018-10-11 16:42:52.984141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.985725"], ["updated_at", "2018-10-11 16:42:52.985725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.987385"], ["updated_at", "2018-10-11 16:42:52.987385"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.989463"], ["updated_at", "2018-10-11 16:42:52.989463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.991695"], ["updated_at", "2018-10-11 16:42:52.991695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.993306"], ["updated_at", "2018-10-11 16:42:52.993306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.994898"], ["updated_at", "2018-10-11 16:42:52.994898"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.996415"], ["updated_at", "2018-10-11 16:42:52.996415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:52.998696"], ["updated_at", "2018-10-11 16:42:52.998696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.000378"], ["updated_at", "2018-10-11 16:42:53.000378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.002101"], ["updated_at", "2018-10-11 16:42:53.002101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.003720"], ["updated_at", "2018-10-11 16:42:53.003720"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.005894"], ["updated_at", "2018-10-11 16:42:53.005894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.007983"], ["updated_at", "2018-10-11 16:42:53.007983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.009697"], ["updated_at", "2018-10-11 16:42:53.009697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.011275"], ["updated_at", "2018-10-11 16:42:53.011275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.012819"], ["updated_at", "2018-10-11 16:42:53.012819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.014969"], ["updated_at", "2018-10-11 16:42:53.014969"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.016623"], ["updated_at", "2018-10-11 16:42:53.016623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.018408"], ["updated_at", "2018-10-11 16:42:53.018408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.020036"], ["updated_at", "2018-10-11 16:42:53.020036"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.022019"], ["updated_at", "2018-10-11 16:42:53.022019"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.024110"], ["updated_at", "2018-10-11 16:42:53.024110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.026352"], ["updated_at", "2018-10-11 16:42:53.026352"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.028020"], ["updated_at", "2018-10-11 16:42:53.028020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.030203"], ["updated_at", "2018-10-11 16:42:53.030203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.032058"], ["updated_at", "2018-10-11 16:42:53.032058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.033689"], ["updated_at", "2018-10-11 16:42:53.033689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.035336"], ["updated_at", "2018-10-11 16:42:53.035336"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.036964"], ["updated_at", "2018-10-11 16:42:53.036964"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.039392"], ["updated_at", "2018-10-11 16:42:53.039392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.041230"], ["updated_at", "2018-10-11 16:42:53.041230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.042817"], ["updated_at", "2018-10-11 16:42:53.042817"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.044330"], ["updated_at", "2018-10-11 16:42:53.044330"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.046370"], ["updated_at", "2018-10-11 16:42:53.046370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.048206"], ["updated_at", "2018-10-11 16:42:53.048206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.049833"], ["updated_at", "2018-10-11 16:42:53.049833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.051478"], ["updated_at", "2018-10-11 16:42:53.051478"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.053121"], ["updated_at", "2018-10-11 16:42:53.053121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.055558"], ["updated_at", "2018-10-11 16:42:53.055558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.057383"], ["updated_at", "2018-10-11 16:42:53.057383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.059255"], ["updated_at", "2018-10-11 16:42:53.059255"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.060854"], ["updated_at", "2018-10-11 16:42:53.060854"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.063106"], ["updated_at", "2018-10-11 16:42:53.063106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.064892"], ["updated_at", "2018-10-11 16:42:53.064892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.066480"], ["updated_at", "2018-10-11 16:42:53.066480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.068128"], ["updated_at", "2018-10-11 16:42:53.068128"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.070038"], ["updated_at", "2018-10-11 16:42:53.070038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.072117"], ["updated_at", "2018-10-11 16:42:53.072117"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.074067"], ["updated_at", "2018-10-11 16:42:53.074067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.075903"], ["updated_at", "2018-10-11 16:42:53.075903"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.077501"], ["updated_at", "2018-10-11 16:42:53.077501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.079735"], ["updated_at", "2018-10-11 16:42:53.079735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.081368"], ["updated_at", "2018-10-11 16:42:53.081368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.082928"], ["updated_at", "2018-10-11 16:42:53.082928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.084496"], ["updated_at", "2018-10-11 16:42:53.084496"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.086627"], ["updated_at", "2018-10-11 16:42:53.086627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.088604"], ["updated_at", "2018-10-11 16:42:53.088604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.092075"], ["updated_at", "2018-10-11 16:42:53.092075"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.093708"], ["updated_at", "2018-10-11 16:42:53.093708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.095957"], ["updated_at", "2018-10-11 16:42:53.095957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.097643"], ["updated_at", "2018-10-11 16:42:53.097643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.099239"], ["updated_at", "2018-10-11 16:42:53.099239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.100827"], ["updated_at", "2018-10-11 16:42:53.100827"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.102930"], ["updated_at", "2018-10-11 16:42:53.102930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.104869"], ["updated_at", "2018-10-11 16:42:53.104869"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.106576"], ["updated_at", "2018-10-11 16:42:53.106576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.108626"], ["updated_at", "2018-10-11 16:42:53.108626"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.110566"], ["updated_at", "2018-10-11 16:42:53.110566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.112370"], ["updated_at", "2018-10-11 16:42:53.112370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.114084"], ["updated_at", "2018-10-11 16:42:53.114084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.115762"], ["updated_at", "2018-10-11 16:42:53.115762"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.117395"], ["updated_at", "2018-10-11 16:42:53.117395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.119609"], ["updated_at", "2018-10-11 16:42:53.119609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.121292"], ["updated_at", "2018-10-11 16:42:53.121292"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.122939"], ["updated_at", "2018-10-11 16:42:53.122939"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.125077"], ["updated_at", "2018-10-11 16:42:53.125077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.127134"], ["updated_at", "2018-10-11 16:42:53.127134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.128936"], ["updated_at", "2018-10-11 16:42:53.128936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.130500"], ["updated_at", "2018-10-11 16:42:53.130500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.132045"], ["updated_at", "2018-10-11 16:42:53.132045"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.133566"], ["updated_at", "2018-10-11 16:42:53.133566"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.136080"], ["updated_at", "2018-10-11 16:42:53.136080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.137876"], ["updated_at", "2018-10-11 16:42:53.137876"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.139600"], ["updated_at", "2018-10-11 16:42:53.139600"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.141574"], ["updated_at", "2018-10-11 16:42:53.141574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.143899"], ["updated_at", "2018-10-11 16:42:53.143899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.145593"], ["updated_at", "2018-10-11 16:42:53.145593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.147146"], ["updated_at", "2018-10-11 16:42:53.147146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.148704"], ["updated_at", "2018-10-11 16:42:53.148704"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.150592"], ["updated_at", "2018-10-11 16:42:53.150592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.152672"], ["updated_at", "2018-10-11 16:42:53.152672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.154372"], ["updated_at", "2018-10-11 16:42:53.154372"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.156014"], ["updated_at", "2018-10-11 16:42:53.156014"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.158115"], ["updated_at", "2018-10-11 16:42:53.158115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.160205"], ["updated_at", "2018-10-11 16:42:53.160205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.161895"], ["updated_at", "2018-10-11 16:42:53.161895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.163520"], ["updated_at", "2018-10-11 16:42:53.163520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.165082"], ["updated_at", "2018-10-11 16:42:53.165082"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.166919"], ["updated_at", "2018-10-11 16:42:53.166919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.168865"], ["updated_at", "2018-10-11 16:42:53.168865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.170504"], ["updated_at", "2018-10-11 16:42:53.170504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.172129"], ["updated_at", "2018-10-11 16:42:53.172129"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.173682"], ["updated_at", "2018-10-11 16:42:53.173682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.176298"], ["updated_at", "2018-10-11 16:42:53.176298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.178023"], ["updated_at", "2018-10-11 16:42:53.178023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.179582"], ["updated_at", "2018-10-11 16:42:53.179582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.181177"], ["updated_at", "2018-10-11 16:42:53.181177"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.183087"], ["updated_at", "2018-10-11 16:42:53.183087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.184932"], ["updated_at", "2018-10-11 16:42:53.184932"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.186786"], ["updated_at", "2018-10-11 16:42:53.186786"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.188523"], ["updated_at", "2018-10-11 16:42:53.188523"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.190328"], ["updated_at", "2018-10-11 16:42:53.190328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.192822"], ["updated_at", "2018-10-11 16:42:53.192822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.194551"], ["updated_at", "2018-10-11 16:42:53.194551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.196135"], ["updated_at", "2018-10-11 16:42:53.196135"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.197649"], ["updated_at", "2018-10-11 16:42:53.197649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.199588"], ["updated_at", "2018-10-11 16:42:53.199588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.201394"], ["updated_at", "2018-10-11 16:42:53.201394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.203048"], ["updated_at", "2018-10-11 16:42:53.203048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.204672"], ["updated_at", "2018-10-11 16:42:53.204672"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.206316"], ["updated_at", "2018-10-11 16:42:53.206316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.208793"], ["updated_at", "2018-10-11 16:42:53.208793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.210493"], ["updated_at", "2018-10-11 16:42:53.210493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.212033"], ["updated_at", "2018-10-11 16:42:53.212033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.213630"], ["updated_at", "2018-10-11 16:42:53.213630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.215569"], ["updated_at", "2018-10-11 16:42:53.215569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.217299"], ["updated_at", "2018-10-11 16:42:53.217299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.219069"], ["updated_at", "2018-10-11 16:42:53.219069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.220769"], ["updated_at", "2018-10-11 16:42:53.220769"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.222499"], ["updated_at", "2018-10-11 16:42:53.222499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.225260"], ["updated_at", "2018-10-11 16:42:53.225260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.226899"], ["updated_at", "2018-10-11 16:42:53.226899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.228469"], ["updated_at", "2018-10-11 16:42:53.228469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.230020"], ["updated_at", "2018-10-11 16:42:53.230020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.231946"], ["updated_at", "2018-10-11 16:42:53.231946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.233699"], ["updated_at", "2018-10-11 16:42:53.233699"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.235352"], ["updated_at", "2018-10-11 16:42:53.235352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.237340"], ["updated_at", "2018-10-11 16:42:53.237340"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.239375"], ["updated_at", "2018-10-11 16:42:53.239375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.241619"], ["updated_at", "2018-10-11 16:42:53.241619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.243212"], ["updated_at", "2018-10-11 16:42:53.243212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.244833"], ["updated_at", "2018-10-11 16:42:53.244833"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.246382"], ["updated_at", "2018-10-11 16:42:53.246382"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.248493"], ["updated_at", "2018-10-11 16:42:53.248493"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.250200"], ["updated_at", "2018-10-11 16:42:53.250200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.251969"], ["updated_at", "2018-10-11 16:42:53.251969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.253673"], ["updated_at", "2018-10-11 16:42:53.253673"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.255605"], ["updated_at", "2018-10-11 16:42:53.255605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.257866"], ["updated_at", "2018-10-11 16:42:53.257866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.259517"], ["updated_at", "2018-10-11 16:42:53.259517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.261066"], ["updated_at", "2018-10-11 16:42:53.261066"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.262631"], ["updated_at", "2018-10-11 16:42:53.262631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.264973"], ["updated_at", "2018-10-11 16:42:53.264973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.266713"], ["updated_at", "2018-10-11 16:42:53.266713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.268450"], ["updated_at", "2018-10-11 16:42:53.268450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.270099"], ["updated_at", "2018-10-11 16:42:53.270099"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.272149"], ["updated_at", "2018-10-11 16:42:53.272149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.274250"], ["updated_at", "2018-10-11 16:42:53.274250"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.276161"], ["updated_at", "2018-10-11 16:42:53.276161"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.277910"], ["updated_at", "2018-10-11 16:42:53.277910"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.279985"], ["updated_at", "2018-10-11 16:42:53.279985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.281871"], ["updated_at", "2018-10-11 16:42:53.281871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.283508"], ["updated_at", "2018-10-11 16:42:53.283508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.285219"], ["updated_at", "2018-10-11 16:42:53.285219"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.286827"], ["updated_at", "2018-10-11 16:42:53.286827"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.289283"], ["updated_at", "2018-10-11 16:42:53.289283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.291542"], ["updated_at", "2018-10-11 16:42:53.291542"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.293175"], ["updated_at", "2018-10-11 16:42:53.293175"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.295262"], ["updated_at", "2018-10-11 16:42:53.295262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.297560"], ["updated_at", "2018-10-11 16:42:53.297560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.299264"], ["updated_at", "2018-10-11 16:42:53.299264"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.301217"], ["updated_at", "2018-10-11 16:42:53.301217"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.303063"], ["updated_at", "2018-10-11 16:42:53.303063"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.305551"], ["updated_at", "2018-10-11 16:42:53.305551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.307685"], ["updated_at", "2018-10-11 16:42:53.307685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.309326"], ["updated_at", "2018-10-11 16:42:53.309326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.310837"], ["updated_at", "2018-10-11 16:42:53.310837"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.312715"], ["updated_at", "2018-10-11 16:42:53.312715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.314569"], ["updated_at", "2018-10-11 16:42:53.314569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.316162"], ["updated_at", "2018-10-11 16:42:53.316162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.317747"], ["updated_at", "2018-10-11 16:42:53.317747"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.319413"], ["updated_at", "2018-10-11 16:42:53.319413"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.321696"], ["updated_at", "2018-10-11 16:42:53.321696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.323860"], ["updated_at", "2018-10-11 16:42:53.323860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.325545"], ["updated_at", "2018-10-11 16:42:53.325545"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.327099"], ["updated_at", "2018-10-11 16:42:53.327099"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.329257"], ["updated_at", "2018-10-11 16:42:53.329257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.330980"], ["updated_at", "2018-10-11 16:42:53.330980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.332637"], ["updated_at", "2018-10-11 16:42:53.332637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.334238"], ["updated_at", "2018-10-11 16:42:53.334238"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.336026"], ["updated_at", "2018-10-11 16:42:53.336026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.338340"], ["updated_at", "2018-10-11 16:42:53.338340"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.339974"], ["updated_at", "2018-10-11 16:42:53.339974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.342035"], ["updated_at", "2018-10-11 16:42:53.342035"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.343749"], ["updated_at", "2018-10-11 16:42:53.343749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.345925"], ["updated_at", "2018-10-11 16:42:53.345925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.347573"], ["updated_at", "2018-10-11 16:42:53.347573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.349148"], ["updated_at", "2018-10-11 16:42:53.349148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.350691"], ["updated_at", "2018-10-11 16:42:53.350691"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.352815"], ["updated_at", "2018-10-11 16:42:53.352815"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.354923"], ["updated_at", "2018-10-11 16:42:53.354923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.356901"], ["updated_at", "2018-10-11 16:42:53.356901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.358669"], ["updated_at", "2018-10-11 16:42:53.358669"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.360611"], ["updated_at", "2018-10-11 16:42:53.360611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.362546"], ["updated_at", "2018-10-11 16:42:53.362546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.364114"], ["updated_at", "2018-10-11 16:42:53.364114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.365698"], ["updated_at", "2018-10-11 16:42:53.365698"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.367242"], ["updated_at", "2018-10-11 16:42:53.367242"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.369320"], ["updated_at", "2018-10-11 16:42:53.369320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.371125"], ["updated_at", "2018-10-11 16:42:53.371125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.372723"], ["updated_at", "2018-10-11 16:42:53.372723"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.374480"], ["updated_at", "2018-10-11 16:42:53.374480"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.376562"], ["updated_at", "2018-10-11 16:42:53.376562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.378580"], ["updated_at", "2018-10-11 16:42:53.378580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.380134"], ["updated_at", "2018-10-11 16:42:53.380134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.381690"], ["updated_at", "2018-10-11 16:42:53.381690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.383303"], ["updated_at", "2018-10-11 16:42:53.383303"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.385371"], ["updated_at", "2018-10-11 16:42:53.385371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.387206"], ["updated_at", "2018-10-11 16:42:53.387206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.388886"], ["updated_at", "2018-10-11 16:42:53.388886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.390546"], ["updated_at", "2018-10-11 16:42:53.390546"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.392612"], ["updated_at", "2018-10-11 16:42:53.392612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.394744"], ["updated_at", "2018-10-11 16:42:53.394744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.396487"], ["updated_at", "2018-10-11 16:42:53.396487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.398111"], ["updated_at", "2018-10-11 16:42:53.398111"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.399732"], ["updated_at", "2018-10-11 16:42:53.399732"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.401953"], ["updated_at", "2018-10-11 16:42:53.401953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.403637"], ["updated_at", "2018-10-11 16:42:53.403637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.405295"], ["updated_at", "2018-10-11 16:42:53.405295"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.406892"], ["updated_at", "2018-10-11 16:42:53.406892"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.409522"], ["updated_at", "2018-10-11 16:42:53.409522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.411459"], ["updated_at", "2018-10-11 16:42:53.411459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.413075"], ["updated_at", "2018-10-11 16:42:53.413075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.414624"], ["updated_at", "2018-10-11 16:42:53.414624"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.416228"], ["updated_at", "2018-10-11 16:42:53.416228"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.418554"], ["updated_at", "2018-10-11 16:42:53.418554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.421674"], ["updated_at", "2018-10-11 16:42:53.421674"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.423367"], ["updated_at", "2018-10-11 16:42:53.423367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.425655"], ["updated_at", "2018-10-11 16:42:53.425655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.427527"], ["updated_at", "2018-10-11 16:42:53.427527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.429072"], ["updated_at", "2018-10-11 16:42:53.429072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.430608"], ["updated_at", "2018-10-11 16:42:53.430608"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.432122"], ["updated_at", "2018-10-11 16:42:53.432122"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.434234"], ["updated_at", "2018-10-11 16:42:53.434234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.436037"], ["updated_at", "2018-10-11 16:42:53.436037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.437676"], ["updated_at", "2018-10-11 16:42:53.437676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.439340"], ["updated_at", "2018-10-11 16:42:53.439340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.441536"], ["updated_at", "2018-10-11 16:42:53.441536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.443552"], ["updated_at", "2018-10-11 16:42:53.443552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.445143"], ["updated_at", "2018-10-11 16:42:53.445143"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.446691"], ["updated_at", "2018-10-11 16:42:53.446691"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.448376"], ["updated_at", "2018-10-11 16:42:53.448376"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.450747"], ["updated_at", "2018-10-11 16:42:53.450747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.452597"], ["updated_at", "2018-10-11 16:42:53.452597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.454212"], ["updated_at", "2018-10-11 16:42:53.454212"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.455819"], ["updated_at", "2018-10-11 16:42:53.455819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.458453"], ["updated_at", "2018-10-11 16:42:53.458453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.460173"], ["updated_at", "2018-10-11 16:42:53.460173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.461743"], ["updated_at", "2018-10-11 16:42:53.461743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.463289"], ["updated_at", "2018-10-11 16:42:53.463289"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.464843"], ["updated_at", "2018-10-11 16:42:53.464843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.467204"], ["updated_at", "2018-10-11 16:42:53.467204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.468914"], ["updated_at", "2018-10-11 16:42:53.468914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.470560"], ["updated_at", "2018-10-11 16:42:53.470560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.472166"], ["updated_at", "2018-10-11 16:42:53.472166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.474439"], ["updated_at", "2018-10-11 16:42:53.474439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.476088"], ["updated_at", "2018-10-11 16:42:53.476088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.477653"], ["updated_at", "2018-10-11 16:42:53.477653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.479174"], ["updated_at", "2018-10-11 16:42:53.479174"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.480739"], ["updated_at", "2018-10-11 16:42:53.480739"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.482946"], ["updated_at", "2018-10-11 16:42:53.482946"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.484820"], ["updated_at", "2018-10-11 16:42:53.484820"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.486640"], ["updated_at", "2018-10-11 16:42:53.486640"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.488449"], ["updated_at", "2018-10-11 16:42:53.488449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.490562"], ["updated_at", "2018-10-11 16:42:53.490562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.492356"], ["updated_at", "2018-10-11 16:42:53.492356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.493917"], ["updated_at", "2018-10-11 16:42:53.493917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.495473"], ["updated_at", "2018-10-11 16:42:53.495473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.497010"], ["updated_at", "2018-10-11 16:42:53.497010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.499255"], ["updated_at", "2018-10-11 16:42:53.499255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.501006"], ["updated_at", "2018-10-11 16:42:53.501006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.502706"], ["updated_at", "2018-10-11 16:42:53.502706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.504357"], ["updated_at", "2018-10-11 16:42:53.504357"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.506515"], ["updated_at", "2018-10-11 16:42:53.506515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.508484"], ["updated_at", "2018-10-11 16:42:53.508484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.510079"], ["updated_at", "2018-10-11 16:42:53.510079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.511645"], ["updated_at", "2018-10-11 16:42:53.511645"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.513211"], ["updated_at", "2018-10-11 16:42:53.513211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.515397"], ["updated_at", "2018-10-11 16:42:53.515397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.517131"], ["updated_at", "2018-10-11 16:42:53.517131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.518806"], ["updated_at", "2018-10-11 16:42:53.518806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.520437"], ["updated_at", "2018-10-11 16:42:53.520437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.522484"], ["updated_at", "2018-10-11 16:42:53.522484"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.524604"], ["updated_at", "2018-10-11 16:42:53.524604"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.526400"], ["updated_at", "2018-10-11 16:42:53.526400"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.528188"], ["updated_at", "2018-10-11 16:42:53.528188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.530067"], ["updated_at", "2018-10-11 16:42:53.530067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.531980"], ["updated_at", "2018-10-11 16:42:53.531980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.533683"], ["updated_at", "2018-10-11 16:42:53.533683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.535321"], ["updated_at", "2018-10-11 16:42:53.535321"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.536928"], ["updated_at", "2018-10-11 16:42:53.536928"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.539356"], ["updated_at", "2018-10-11 16:42:53.539356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.541378"], ["updated_at", "2018-10-11 16:42:53.541378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.543008"], ["updated_at", "2018-10-11 16:42:53.543008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.544591"], ["updated_at", "2018-10-11 16:42:53.544591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.546661"], ["updated_at", "2018-10-11 16:42:53.546661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.548472"], ["updated_at", "2018-10-11 16:42:53.548472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.550088"], ["updated_at", "2018-10-11 16:42:53.550088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.551797"], ["updated_at", "2018-10-11 16:42:53.551797"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.553470"], ["updated_at", "2018-10-11 16:42:53.553470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.555739"], ["updated_at", "2018-10-11 16:42:53.555739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.557671"], ["updated_at", "2018-10-11 16:42:53.557671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.559343"], ["updated_at", "2018-10-11 16:42:53.559343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.560934"], ["updated_at", "2018-10-11 16:42:53.560934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.562764"], ["updated_at", "2018-10-11 16:42:53.562764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.564383"], ["updated_at", "2018-10-11 16:42:53.564383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.565922"], ["updated_at", "2018-10-11 16:42:53.565922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.567576"], ["updated_at", "2018-10-11 16:42:53.567576"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.569202"], ["updated_at", "2018-10-11 16:42:53.569202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.571591"], ["updated_at", "2018-10-11 16:42:53.571591"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.573368"], ["updated_at", "2018-10-11 16:42:53.573368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.575539"], ["updated_at", "2018-10-11 16:42:53.575539"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.577113"], ["updated_at", "2018-10-11 16:42:53.577113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.579344"], ["updated_at", "2018-10-11 16:42:53.579344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.581081"], ["updated_at", "2018-10-11 16:42:53.581081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.582716"], ["updated_at", "2018-10-11 16:42:53.582716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.584298"], ["updated_at", "2018-10-11 16:42:53.584298"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.586052"], ["updated_at", "2018-10-11 16:42:53.586052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.588443"], ["updated_at", "2018-10-11 16:42:53.588443"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.590128"], ["updated_at", "2018-10-11 16:42:53.590128"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.594221"], ["updated_at", "2018-10-11 16:42:53.594221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.596536"], ["updated_at", "2018-10-11 16:42:53.596536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.598162"], ["updated_at", "2018-10-11 16:42:53.598162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.599731"], ["updated_at", "2018-10-11 16:42:53.599731"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.601315"], ["updated_at", "2018-10-11 16:42:53.601315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.603345"], ["updated_at", "2018-10-11 16:42:53.603345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.605125"], ["updated_at", "2018-10-11 16:42:53.605125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.606931"], ["updated_at", "2018-10-11 16:42:53.606931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.608683"], ["updated_at", "2018-10-11 16:42:53.608683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.610670"], ["updated_at", "2018-10-11 16:42:53.610670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.612709"], ["updated_at", "2018-10-11 16:42:53.612709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.614397"], ["updated_at", "2018-10-11 16:42:53.614397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.616037"], ["updated_at", "2018-10-11 16:42:53.616037"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.617634"], ["updated_at", "2018-10-11 16:42:53.617634"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.619803"], ["updated_at", "2018-10-11 16:42:53.619803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.621599"], ["updated_at", "2018-10-11 16:42:53.621599"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.623363"], ["updated_at", "2018-10-11 16:42:53.623363"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.625657"], ["updated_at", "2018-10-11 16:42:53.625657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.628094"], ["updated_at", "2018-10-11 16:42:53.628094"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.629808"], ["updated_at", "2018-10-11 16:42:53.629808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.631518"], ["updated_at", "2018-10-11 16:42:53.631518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.633105"], ["updated_at", "2018-10-11 16:42:53.633105"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.635053"], ["updated_at", "2018-10-11 16:42:53.635053"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.637217"], ["updated_at", "2018-10-11 16:42:53.637217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.638992"], ["updated_at", "2018-10-11 16:42:53.638992"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.640811"], ["updated_at", "2018-10-11 16:42:53.640811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.643267"], ["updated_at", "2018-10-11 16:42:53.643267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.645194"], ["updated_at", "2018-10-11 16:42:53.645194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.646761"], ["updated_at", "2018-10-11 16:42:53.646761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.648328"], ["updated_at", "2018-10-11 16:42:53.648328"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.649849"], ["updated_at", "2018-10-11 16:42:53.649849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.652050"], ["updated_at", "2018-10-11 16:42:53.652050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.653731"], ["updated_at", "2018-10-11 16:42:53.653731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.655394"], ["updated_at", "2018-10-11 16:42:53.655394"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.657246"], ["updated_at", "2018-10-11 16:42:53.657246"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.659374"], ["updated_at", "2018-10-11 16:42:53.659374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.661205"], ["updated_at", "2018-10-11 16:42:53.661205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.662791"], ["updated_at", "2018-10-11 16:42:53.662791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.664309"], ["updated_at", "2018-10-11 16:42:53.664309"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.665825"], ["updated_at", "2018-10-11 16:42:53.665825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.668113"], ["updated_at", "2018-10-11 16:42:53.668113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.669936"], ["updated_at", "2018-10-11 16:42:53.669936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.671638"], ["updated_at", "2018-10-11 16:42:53.671638"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.673266"], ["updated_at", "2018-10-11 16:42:53.673266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.675720"], ["updated_at", "2018-10-11 16:42:53.675720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.677583"], ["updated_at", "2018-10-11 16:42:53.677583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.679201"], ["updated_at", "2018-10-11 16:42:53.679201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.680807"], ["updated_at", "2018-10-11 16:42:53.680807"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.682374"], ["updated_at", "2018-10-11 16:42:53.682374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.684732"], ["updated_at", "2018-10-11 16:42:53.684732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.686615"], ["updated_at", "2018-10-11 16:42:53.686615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.688311"], ["updated_at", "2018-10-11 16:42:53.688311"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.689989"], ["updated_at", "2018-10-11 16:42:53.689989"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.692493"], ["updated_at", "2018-10-11 16:42:53.692493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.694219"], ["updated_at", "2018-10-11 16:42:53.694219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.695844"], ["updated_at", "2018-10-11 16:42:53.695844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.697457"], ["updated_at", "2018-10-11 16:42:53.697457"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.699271"], ["updated_at", "2018-10-11 16:42:53.699271"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.701282"], ["updated_at", "2018-10-11 16:42:53.701282"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.703542"], ["updated_at", "2018-10-11 16:42:53.703542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.705299"], ["updated_at", "2018-10-11 16:42:53.705299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.708216"], ["updated_at", "2018-10-11 16:42:53.708216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.710371"], ["updated_at", "2018-10-11 16:42:53.710371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.711943"], ["updated_at", "2018-10-11 16:42:53.711943"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.713494"], ["updated_at", "2018-10-11 16:42:53.713494"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.715598"], ["updated_at", "2018-10-11 16:42:53.715598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.717566"], ["updated_at", "2018-10-11 16:42:53.717566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.719307"], ["updated_at", "2018-10-11 16:42:53.719307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.721018"], ["updated_at", "2018-10-11 16:42:53.721018"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.722666"], ["updated_at", "2018-10-11 16:42:53.722666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.725175"], ["updated_at", "2018-10-11 16:42:53.725175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.726985"], ["updated_at", "2018-10-11 16:42:53.726985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.728578"], ["updated_at", "2018-10-11 16:42:53.728578"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.730171"], ["updated_at", "2018-10-11 16:42:53.730171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.732403"], ["updated_at", "2018-10-11 16:42:53.732403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.734216"], ["updated_at", "2018-10-11 16:42:53.734216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.735900"], ["updated_at", "2018-10-11 16:42:53.735900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.737517"], ["updated_at", "2018-10-11 16:42:53.737517"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.739190"], ["updated_at", "2018-10-11 16:42:53.739190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.741604"], ["updated_at", "2018-10-11 16:42:53.741604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.743333"], ["updated_at", "2018-10-11 16:42:53.743333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.744936"], ["updated_at", "2018-10-11 16:42:53.744936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.746487"], ["updated_at", "2018-10-11 16:42:53.746487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.748115"], ["updated_at", "2018-10-11 16:42:53.748115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.749691"], ["updated_at", "2018-10-11 16:42:53.749691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.752774"], ["updated_at", "2018-10-11 16:42:53.752774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.754523"], ["updated_at", "2018-10-11 16:42:53.754523"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.756555"], ["updated_at", "2018-10-11 16:42:53.756555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.758540"], ["updated_at", "2018-10-11 16:42:53.758540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.760139"], ["updated_at", "2018-10-11 16:42:53.760139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.761696"], ["updated_at", "2018-10-11 16:42:53.761696"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.763197"], ["updated_at", "2018-10-11 16:42:53.763197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.765394"], ["updated_at", "2018-10-11 16:42:53.765394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.767128"], ["updated_at", "2018-10-11 16:42:53.767128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.768814"], ["updated_at", "2018-10-11 16:42:53.768814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.770438"], ["updated_at", "2018-10-11 16:42:53.770438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.772184"], ["updated_at", "2018-10-11 16:42:53.772184"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.773860"], ["updated_at", "2018-10-11 16:42:53.773860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.775918"], ["updated_at", "2018-10-11 16:42:53.775918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.777541"], ["updated_at", "2018-10-11 16:42:53.777541"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.779326"], ["updated_at", "2018-10-11 16:42:53.779326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.781541"], ["updated_at", "2018-10-11 16:42:53.781541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.783266"], ["updated_at", "2018-10-11 16:42:53.783266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.784897"], ["updated_at", "2018-10-11 16:42:53.784897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.786532"], ["updated_at", "2018-10-11 16:42:53.786532"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.788685"], ["updated_at", "2018-10-11 16:42:53.788685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.790759"], ["updated_at", "2018-10-11 16:42:53.790759"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.792487"], ["updated_at", "2018-10-11 16:42:53.792487"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.794975"], ["updated_at", "2018-10-11 16:42:53.794975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.796930"], ["updated_at", "2018-10-11 16:42:53.796930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.798615"], ["updated_at", "2018-10-11 16:42:53.798615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.800171"], ["updated_at", "2018-10-11 16:42:53.800171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.801809"], ["updated_at", "2018-10-11 16:42:53.801809"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.803462"], ["updated_at", "2018-10-11 16:42:53.803462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.805861"], ["updated_at", "2018-10-11 16:42:53.805861"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.807688"], ["updated_at", "2018-10-11 16:42:53.807688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.809536"], ["updated_at", "2018-10-11 16:42:53.809536"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.811216"], ["updated_at", "2018-10-11 16:42:53.811216"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.813869"], ["updated_at", "2018-10-11 16:42:53.813869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.815678"], ["updated_at", "2018-10-11 16:42:53.815678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.817426"], ["updated_at", "2018-10-11 16:42:53.817426"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.819126"], ["updated_at", "2018-10-11 16:42:53.819126"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.821319"], ["updated_at", "2018-10-11 16:42:53.821319"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.823195"], ["updated_at", "2018-10-11 16:42:53.823195"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.825293"], ["updated_at", "2018-10-11 16:42:53.825293"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.827270"], ["updated_at", "2018-10-11 16:42:53.827270"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.829649"], ["updated_at", "2018-10-11 16:42:53.829649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.831461"], ["updated_at", "2018-10-11 16:42:53.831461"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.833102"], ["updated_at", "2018-10-11 16:42:53.833102"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.834953"], ["updated_at", "2018-10-11 16:42:53.834953"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.837286"], ["updated_at", "2018-10-11 16:42:53.837286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.839219"], ["updated_at", "2018-10-11 16:42:53.839219"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.841300"], ["updated_at", "2018-10-11 16:42:53.841300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.843340"], ["updated_at", "2018-10-11 16:42:53.843340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.845351"], ["updated_at", "2018-10-11 16:42:53.845351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.847329"], ["updated_at", "2018-10-11 16:42:53.847329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.849014"], ["updated_at", "2018-10-11 16:42:53.849014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.850606"], ["updated_at", "2018-10-11 16:42:53.850606"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.852534"], ["updated_at", "2018-10-11 16:42:53.852534"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.854388"], ["updated_at", "2018-10-11 16:42:53.854388"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.856087"], ["updated_at", "2018-10-11 16:42:53.856087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.858321"], ["updated_at", "2018-10-11 16:42:53.858321"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.860035"], ["updated_at", "2018-10-11 16:42:53.860035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.862319"], ["updated_at", "2018-10-11 16:42:53.862319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.864074"], ["updated_at", "2018-10-11 16:42:53.864074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.865733"], ["updated_at", "2018-10-11 16:42:53.865733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.867382"], ["updated_at", "2018-10-11 16:42:53.867382"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.869545"], ["updated_at", "2018-10-11 16:42:53.869545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.871395"], ["updated_at", "2018-10-11 16:42:53.871395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.873073"], ["updated_at", "2018-10-11 16:42:53.873073"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.874967"], ["updated_at", "2018-10-11 16:42:53.874967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.878569"], ["updated_at", "2018-10-11 16:42:53.878569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.880302"], ["updated_at", "2018-10-11 16:42:53.880302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.881998"], ["updated_at", "2018-10-11 16:42:53.881998"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.883616"], ["updated_at", "2018-10-11 16:42:53.883616"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.886294"], ["updated_at", "2018-10-11 16:42:53.886294"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.889241"], ["updated_at", "2018-10-11 16:42:53.889241"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.891560"], ["updated_at", "2018-10-11 16:42:53.891560"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.893896"], ["updated_at", "2018-10-11 16:42:53.893896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.896461"], ["updated_at", "2018-10-11 16:42:53.896461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.898242"], ["updated_at", "2018-10-11 16:42:53.898242"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.899788"], ["updated_at", "2018-10-11 16:42:53.899788"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.901756"], ["updated_at", "2018-10-11 16:42:53.901756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.903623"], ["updated_at", "2018-10-11 16:42:53.903623"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.905311"], ["updated_at", "2018-10-11 16:42:53.905311"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.906995"], ["updated_at", "2018-10-11 16:42:53.906995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.909655"], ["updated_at", "2018-10-11 16:42:53.909655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.911671"], ["updated_at", "2018-10-11 16:42:53.911671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.913401"], ["updated_at", "2018-10-11 16:42:53.913401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.915037"], ["updated_at", "2018-10-11 16:42:53.915037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.916693"], ["updated_at", "2018-10-11 16:42:53.916693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.918673"], ["updated_at", "2018-10-11 16:42:53.918673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.920365"], ["updated_at", "2018-10-11 16:42:53.920365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.921990"], ["updated_at", "2018-10-11 16:42:53.921990"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.923957"], ["updated_at", "2018-10-11 16:42:53.923957"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.926094"], ["updated_at", "2018-10-11 16:42:53.926094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.927861"], ["updated_at", "2018-10-11 16:42:53.927861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.929516"], ["updated_at", "2018-10-11 16:42:53.929516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.931062"], ["updated_at", "2018-10-11 16:42:53.931062"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.932674"], ["updated_at", "2018-10-11 16:42:53.932674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.934917"], ["updated_at", "2018-10-11 16:42:53.934917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.936647"], ["updated_at", "2018-10-11 16:42:53.936647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.938293"], ["updated_at", "2018-10-11 16:42:53.938293"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.939902"], ["updated_at", "2018-10-11 16:42:53.939902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.942317"], ["updated_at", "2018-10-11 16:42:53.942317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.944150"], ["updated_at", "2018-10-11 16:42:53.944150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.945812"], ["updated_at", "2018-10-11 16:42:53.945812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.947438"], ["updated_at", "2018-10-11 16:42:53.947438"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.949230"], ["updated_at", "2018-10-11 16:42:53.949230"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.951497"], ["updated_at", "2018-10-11 16:42:53.951497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.953274"], ["updated_at", "2018-10-11 16:42:53.953274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.954892"], ["updated_at", "2018-10-11 16:42:53.954892"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.956534"], ["updated_at", "2018-10-11 16:42:53.956534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.959113"], ["updated_at", "2018-10-11 16:42:53.959113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.960747"], ["updated_at", "2018-10-11 16:42:53.960747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.962337"], ["updated_at", "2018-10-11 16:42:53.962337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.963889"], ["updated_at", "2018-10-11 16:42:53.963889"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.965817"], ["updated_at", "2018-10-11 16:42:53.965817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.967796"], ["updated_at", "2018-10-11 16:42:53.967796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.969559"], ["updated_at", "2018-10-11 16:42:53.969559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.971257"], ["updated_at", "2018-10-11 16:42:53.971257"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.972898"], ["updated_at", "2018-10-11 16:42:53.972898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.975516"], ["updated_at", "2018-10-11 16:42:53.975516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.977189"], ["updated_at", "2018-10-11 16:42:53.977189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.978770"], ["updated_at", "2018-10-11 16:42:53.978770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.980311"], ["updated_at", "2018-10-11 16:42:53.980311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.982311"], ["updated_at", "2018-10-11 16:42:53.982311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.984012"], ["updated_at", "2018-10-11 16:42:53.984012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.985668"], ["updated_at", "2018-10-11 16:42:53.985668"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.987320"], ["updated_at", "2018-10-11 16:42:53.987320"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.989243"], ["updated_at", "2018-10-11 16:42:53.989243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.991988"], ["updated_at", "2018-10-11 16:42:53.991988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.993610"], ["updated_at", "2018-10-11 16:42:53.993610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.995162"], ["updated_at", "2018-10-11 16:42:53.995162"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.996730"], ["updated_at", "2018-10-11 16:42:53.996730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:53.998450"], ["updated_at", "2018-10-11 16:42:53.998450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.000006"], ["updated_at", "2018-10-11 16:42:54.000006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.001587"], ["updated_at", "2018-10-11 16:42:54.001587"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.003217"], ["updated_at", "2018-10-11 16:42:54.003217"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.005013"], ["updated_at", "2018-10-11 16:42:54.005013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.007193"], ["updated_at", "2018-10-11 16:42:54.007193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.009048"], ["updated_at", "2018-10-11 16:42:54.009048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.010655"], ["updated_at", "2018-10-11 16:42:54.010655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.012216"], ["updated_at", "2018-10-11 16:42:54.012216"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.014237"], ["updated_at", "2018-10-11 16:42:54.014237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.016233"], ["updated_at", "2018-10-11 16:42:54.016233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.017897"], ["updated_at", "2018-10-11 16:42:54.017897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.019657"], ["updated_at", "2018-10-11 16:42:54.019657"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.021318"], ["updated_at", "2018-10-11 16:42:54.021318"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.023612"], ["updated_at", "2018-10-11 16:42:54.023612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.025497"], ["updated_at", "2018-10-11 16:42:54.025497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.027108"], ["updated_at", "2018-10-11 16:42:54.027108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.028664"], ["updated_at", "2018-10-11 16:42:54.028664"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.031041"], ["updated_at", "2018-10-11 16:42:54.031041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.032887"], ["updated_at", "2018-10-11 16:42:54.032887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.034591"], ["updated_at", "2018-10-11 16:42:54.034591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.036258"], ["updated_at", "2018-10-11 16:42:54.036258"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.038077"], ["updated_at", "2018-10-11 16:42:54.038077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.040258"], ["updated_at", "2018-10-11 16:42:54.040258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.042190"], ["updated_at", "2018-10-11 16:42:54.042190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.043856"], ["updated_at", "2018-10-11 16:42:54.043856"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.045465"], ["updated_at", "2018-10-11 16:42:54.045465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.047687"], ["updated_at", "2018-10-11 16:42:54.047687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.049375"], ["updated_at", "2018-10-11 16:42:54.049375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.051028"], ["updated_at", "2018-10-11 16:42:54.051028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.052663"], ["updated_at", "2018-10-11 16:42:54.052663"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.054780"], ["updated_at", "2018-10-11 16:42:54.054780"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.056721"], ["updated_at", "2018-10-11 16:42:54.056721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.058636"], ["updated_at", "2018-10-11 16:42:54.058636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.060174"], ["updated_at", "2018-10-11 16:42:54.060174"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.061804"], ["updated_at", "2018-10-11 16:42:54.061804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.063947"], ["updated_at", "2018-10-11 16:42:54.063947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.065557"], ["updated_at", "2018-10-11 16:42:54.065557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.067171"], ["updated_at", "2018-10-11 16:42:54.067171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.068858"], ["updated_at", "2018-10-11 16:42:54.068858"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.070894"], ["updated_at", "2018-10-11 16:42:54.070894"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.072838"], ["updated_at", "2018-10-11 16:42:54.072838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.074848"], ["updated_at", "2018-10-11 16:42:54.074848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.076509"], ["updated_at", "2018-10-11 16:42:54.076509"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.078254"], ["updated_at", "2018-10-11 16:42:54.078254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.080526"], ["updated_at", "2018-10-11 16:42:54.080526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.082158"], ["updated_at", "2018-10-11 16:42:54.082158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.083733"], ["updated_at", "2018-10-11 16:42:54.083733"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.085346"], ["updated_at", "2018-10-11 16:42:54.085346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.088972"], ["updated_at", "2018-10-11 16:42:54.088972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.090993"], ["updated_at", "2018-10-11 16:42:54.090993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.092657"], ["updated_at", "2018-10-11 16:42:54.092657"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.094511"], ["updated_at", "2018-10-11 16:42:54.094511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.096608"], ["updated_at", "2018-10-11 16:42:54.096608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.098225"], ["updated_at", "2018-10-11 16:42:54.098225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.099761"], ["updated_at", "2018-10-11 16:42:54.099761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.101320"], ["updated_at", "2018-10-11 16:42:54.101320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.103477"], ["updated_at", "2018-10-11 16:42:54.103477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.105201"], ["updated_at", "2018-10-11 16:42:54.105201"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.106820"], ["updated_at", "2018-10-11 16:42:54.106820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.109053"], ["updated_at", "2018-10-11 16:42:54.109053"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.111078"], ["updated_at", "2018-10-11 16:42:54.111078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.112859"], ["updated_at", "2018-10-11 16:42:54.112859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.114484"], ["updated_at", "2018-10-11 16:42:54.114484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.116082"], ["updated_at", "2018-10-11 16:42:54.116082"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.117691"], ["updated_at", "2018-10-11 16:42:54.117691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.119538"], ["updated_at", "2018-10-11 16:42:54.119538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.121256"], ["updated_at", "2018-10-11 16:42:54.121256"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.122894"], ["updated_at", "2018-10-11 16:42:54.122894"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.124845"], ["updated_at", "2018-10-11 16:42:54.124845"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.126851"], ["updated_at", "2018-10-11 16:42:54.126851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.128935"], ["updated_at", "2018-10-11 16:42:54.128935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.130530"], ["updated_at", "2018-10-11 16:42:54.130530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.132091"], ["updated_at", "2018-10-11 16:42:54.132091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.133652"], ["updated_at", "2018-10-11 16:42:54.133652"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.135731"], ["updated_at", "2018-10-11 16:42:54.135731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.137563"], ["updated_at", "2018-10-11 16:42:54.137563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.139226"], ["updated_at", "2018-10-11 16:42:54.139226"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.141229"], ["updated_at", "2018-10-11 16:42:54.141229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.143067"], ["updated_at", "2018-10-11 16:42:54.143067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.144759"], ["updated_at", "2018-10-11 16:42:54.144759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.146272"], ["updated_at", "2018-10-11 16:42:54.146272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.147802"], ["updated_at", "2018-10-11 16:42:54.147802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.149401"], ["updated_at", "2018-10-11 16:42:54.149401"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.151376"], ["updated_at", "2018-10-11 16:42:54.151376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.153415"], ["updated_at", "2018-10-11 16:42:54.153415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.155099"], ["updated_at", "2018-10-11 16:42:54.155099"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.156713"], ["updated_at", "2018-10-11 16:42:54.156713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.158818"], ["updated_at", "2018-10-11 16:42:54.158818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.160567"], ["updated_at", "2018-10-11 16:42:54.160567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.162133"], ["updated_at", "2018-10-11 16:42:54.162133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.163704"], ["updated_at", "2018-10-11 16:42:54.163704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.165254"], ["updated_at", "2018-10-11 16:42:54.165254"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.166975"], ["updated_at", "2018-10-11 16:42:54.166975"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.169263"], ["updated_at", "2018-10-11 16:42:54.169263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.171165"], ["updated_at", "2018-10-11 16:42:54.171165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.172816"], ["updated_at", "2018-10-11 16:42:54.172816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.174756"], ["updated_at", "2018-10-11 16:42:54.174756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.176472"], ["updated_at", "2018-10-11 16:42:54.176472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.178062"], ["updated_at", "2018-10-11 16:42:54.178062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.179617"], ["updated_at", "2018-10-11 16:42:54.179617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.181276"], ["updated_at", "2018-10-11 16:42:54.181276"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.182897"], ["updated_at", "2018-10-11 16:42:54.182897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.185217"], ["updated_at", "2018-10-11 16:42:54.185217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.187011"], ["updated_at", "2018-10-11 16:42:54.187011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.188728"], ["updated_at", "2018-10-11 16:42:54.188728"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.190521"], ["updated_at", "2018-10-11 16:42:54.190521"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.192402"], ["updated_at", "2018-10-11 16:42:54.192402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.194109"], ["updated_at", "2018-10-11 16:42:54.194109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.195738"], ["updated_at", "2018-10-11 16:42:54.195738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.197284"], ["updated_at", "2018-10-11 16:42:54.197284"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.198811"], ["updated_at", "2018-10-11 16:42:54.198811"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.201169"], ["updated_at", "2018-10-11 16:42:54.201169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.202931"], ["updated_at", "2018-10-11 16:42:54.202931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.204554"], ["updated_at", "2018-10-11 16:42:54.204554"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.206251"], ["updated_at", "2018-10-11 16:42:54.206251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.208426"], ["updated_at", "2018-10-11 16:42:54.208426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.210021"], ["updated_at", "2018-10-11 16:42:54.210021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.211581"], ["updated_at", "2018-10-11 16:42:54.211581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.213130"], ["updated_at", "2018-10-11 16:42:54.213130"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.214679"], ["updated_at", "2018-10-11 16:42:54.214679"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.216996"], ["updated_at", "2018-10-11 16:42:54.216996"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.218789"], ["updated_at", "2018-10-11 16:42:54.218789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.220609"], ["updated_at", "2018-10-11 16:42:54.220609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.222330"], ["updated_at", "2018-10-11 16:42:54.222330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.224416"], ["updated_at", "2018-10-11 16:42:54.224416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.226093"], ["updated_at", "2018-10-11 16:42:54.226093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.227639"], ["updated_at", "2018-10-11 16:42:54.227639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.229237"], ["updated_at", "2018-10-11 16:42:54.229237"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.230801"], ["updated_at", "2018-10-11 16:42:54.230801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.233051"], ["updated_at", "2018-10-11 16:42:54.233051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.234710"], ["updated_at", "2018-10-11 16:42:54.234710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.236316"], ["updated_at", "2018-10-11 16:42:54.236316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.237922"], ["updated_at", "2018-10-11 16:42:54.237922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.239764"], ["updated_at", "2018-10-11 16:42:54.239764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.241727"], ["updated_at", "2018-10-11 16:42:54.241727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.243400"], ["updated_at", "2018-10-11 16:42:54.243400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.244929"], ["updated_at", "2018-10-11 16:42:54.244929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.246450"], ["updated_at", "2018-10-11 16:42:54.246450"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.248539"], ["updated_at", "2018-10-11 16:42:54.248539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.250322"], ["updated_at", "2018-10-11 16:42:54.250322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.251994"], ["updated_at", "2018-10-11 16:42:54.251994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.253619"], ["updated_at", "2018-10-11 16:42:54.253619"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.255300"], ["updated_at", "2018-10-11 16:42:54.255300"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.257125"], ["updated_at", "2018-10-11 16:42:54.257125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.258942"], ["updated_at", "2018-10-11 16:42:54.258942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.260544"], ["updated_at", "2018-10-11 16:42:54.260544"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.262153"], ["updated_at", "2018-10-11 16:42:54.262153"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.264011"], ["updated_at", "2018-10-11 16:42:54.264011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.266088"], ["updated_at", "2018-10-11 16:42:54.266088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.267757"], ["updated_at", "2018-10-11 16:42:54.267757"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.269453"], ["updated_at", "2018-10-11 16:42:54.269453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.271232"], ["updated_at", "2018-10-11 16:42:54.271232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.273076"], ["updated_at", "2018-10-11 16:42:54.273076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.274781"], ["updated_at", "2018-10-11 16:42:54.274781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.276407"], ["updated_at", "2018-10-11 16:42:54.276407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.278144"], ["updated_at", "2018-10-11 16:42:54.278144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.279730"], ["updated_at", "2018-10-11 16:42:54.279730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.281556"], ["updated_at", "2018-10-11 16:42:54.281556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.283259"], ["updated_at", "2018-10-11 16:42:54.283259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.284856"], ["updated_at", "2018-10-11 16:42:54.284856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.286472"], ["updated_at", "2018-10-11 16:42:54.286472"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.288223"], ["updated_at", "2018-10-11 16:42:54.288223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.290044"], ["updated_at", "2018-10-11 16:42:54.290044"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.291857"], ["updated_at", "2018-10-11 16:42:54.291857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.293587"], ["updated_at", "2018-10-11 16:42:54.293587"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.295163"], ["updated_at", "2018-10-11 16:42:54.295163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.296924"], ["updated_at", "2018-10-11 16:42:54.296924"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.298786"], ["updated_at", "2018-10-11 16:42:54.298786"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.300682"], ["updated_at", "2018-10-11 16:42:54.300682"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.302858"], ["updated_at", "2018-10-11 16:42:54.302858"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.305542"], ["updated_at", "2018-10-11 16:42:54.305542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.307263"], ["updated_at", "2018-10-11 16:42:54.307263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.309430"], ["updated_at", "2018-10-11 16:42:54.309430"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.311404"], ["updated_at", "2018-10-11 16:42:54.311404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.313498"], ["updated_at", "2018-10-11 16:42:54.313498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.315175"], ["updated_at", "2018-10-11 16:42:54.315175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.317046"], ["updated_at", "2018-10-11 16:42:54.317046"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.318872"], ["updated_at", "2018-10-11 16:42:54.318872"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.321074"], ["updated_at", "2018-10-11 16:42:54.321074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.322934"], ["updated_at", "2018-10-11 16:42:54.322934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.324575"], ["updated_at", "2018-10-11 16:42:54.324575"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.326494"], ["updated_at", "2018-10-11 16:42:54.326494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.328548"], ["updated_at", "2018-10-11 16:42:54.328548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.330261"], ["updated_at", "2018-10-11 16:42:54.330261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.332056"], ["updated_at", "2018-10-11 16:42:54.332056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.333753"], ["updated_at", "2018-10-11 16:42:54.333753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.335562"], ["updated_at", "2018-10-11 16:42:54.335562"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.337456"], ["updated_at", "2018-10-11 16:42:54.337456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.339561"], ["updated_at", "2018-10-11 16:42:54.339561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.341264"], ["updated_at", "2018-10-11 16:42:54.341264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.342945"], ["updated_at", "2018-10-11 16:42:54.342945"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.344736"], ["updated_at", "2018-10-11 16:42:54.344736"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.347864"], ["updated_at", "2018-10-11 16:42:54.347864"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.350203"], ["updated_at", "2018-10-11 16:42:54.350203"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.352542"], ["updated_at", "2018-10-11 16:42:54.352542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.354623"], ["updated_at", "2018-10-11 16:42:54.354623"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.356576"], ["updated_at", "2018-10-11 16:42:54.356576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.358890"], ["updated_at", "2018-10-11 16:42:54.358890"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.361044"], ["updated_at", "2018-10-11 16:42:54.361044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.363186"], ["updated_at", "2018-10-11 16:42:54.363186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.364943"], ["updated_at", "2018-10-11 16:42:54.364943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.366599"], ["updated_at", "2018-10-11 16:42:54.366599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.368277"], ["updated_at", "2018-10-11 16:42:54.368277"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.370654"], ["updated_at", "2018-10-11 16:42:54.370654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.372762"], ["updated_at", "2018-10-11 16:42:54.372762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.374564"], ["updated_at", "2018-10-11 16:42:54.374564"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.376218"], ["updated_at", "2018-10-11 16:42:54.376218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.377986"], ["updated_at", "2018-10-11 16:42:54.377986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.379611"], ["updated_at", "2018-10-11 16:42:54.379611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.381281"], ["updated_at", "2018-10-11 16:42:54.381281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.383179"], ["updated_at", "2018-10-11 16:42:54.383179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.385087"], ["updated_at", "2018-10-11 16:42:54.385087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.386684"], ["updated_at", "2018-10-11 16:42:54.386684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.388335"], ["updated_at", "2018-10-11 16:42:54.388335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.389907"], ["updated_at", "2018-10-11 16:42:54.389907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.391700"], ["updated_at", "2018-10-11 16:42:54.391700"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.393788"], ["updated_at", "2018-10-11 16:42:54.393788"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.395784"], ["updated_at", "2018-10-11 16:42:54.395784"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.397581"], ["updated_at", "2018-10-11 16:42:54.397581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.399647"], ["updated_at", "2018-10-11 16:42:54.399647"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.401569"], ["updated_at", "2018-10-11 16:42:54.401569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.403411"], ["updated_at", "2018-10-11 16:42:54.403411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.405031"], ["updated_at", "2018-10-11 16:42:54.405031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.406576"], ["updated_at", "2018-10-11 16:42:54.406576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.408454"], ["updated_at", "2018-10-11 16:42:54.408454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.410178"], ["updated_at", "2018-10-11 16:42:54.410178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.411791"], ["updated_at", "2018-10-11 16:42:54.411791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.414814"], ["updated_at", "2018-10-11 16:42:54.414814"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.416605"], ["updated_at", "2018-10-11 16:42:54.416605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.419129"], ["updated_at", "2018-10-11 16:42:54.419129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.420838"], ["updated_at", "2018-10-11 16:42:54.420838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.422485"], ["updated_at", "2018-10-11 16:42:54.422485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.424138"], ["updated_at", "2018-10-11 16:42:54.424138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.425871"], ["updated_at", "2018-10-11 16:42:54.425871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.427491"], ["updated_at", "2018-10-11 16:42:54.427491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.429056"], ["updated_at", "2018-10-11 16:42:54.429056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.430678"], ["updated_at", "2018-10-11 16:42:54.430678"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.432285"], ["updated_at", "2018-10-11 16:42:54.432285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.434139"], ["updated_at", "2018-10-11 16:42:54.434139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.435831"], ["updated_at", "2018-10-11 16:42:54.435831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.437545"], ["updated_at", "2018-10-11 16:42:54.437545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.439081"], ["updated_at", "2018-10-11 16:42:54.439081"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.440936"], ["updated_at", "2018-10-11 16:42:54.440936"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.443343"], ["updated_at", "2018-10-11 16:42:54.443343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.445125"], ["updated_at", "2018-10-11 16:42:54.445125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.446811"], ["updated_at", "2018-10-11 16:42:54.446811"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.448476"], ["updated_at", "2018-10-11 16:42:54.448476"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.450612"], ["updated_at", "2018-10-11 16:42:54.450612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.452399"], ["updated_at", "2018-10-11 16:42:54.452399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.453963"], ["updated_at", "2018-10-11 16:42:54.453963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.455549"], ["updated_at", "2018-10-11 16:42:54.455549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.457270"], ["updated_at", "2018-10-11 16:42:54.457270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.459188"], ["updated_at", "2018-10-11 16:42:54.459188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.460784"], ["updated_at", "2018-10-11 16:42:54.460784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.462322"], ["updated_at", "2018-10-11 16:42:54.462322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.463935"], ["updated_at", "2018-10-11 16:42:54.463935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.465791"], ["updated_at", "2018-10-11 16:42:54.465791"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.467594"], ["updated_at", "2018-10-11 16:42:54.467594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.469246"], ["updated_at", "2018-10-11 16:42:54.469246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.470796"], ["updated_at", "2018-10-11 16:42:54.470796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.472351"], ["updated_at", "2018-10-11 16:42:54.472351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.474303"], ["updated_at", "2018-10-11 16:42:54.474303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.476157"], ["updated_at", "2018-10-11 16:42:54.476157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.477721"], ["updated_at", "2018-10-11 16:42:54.477721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.479330"], ["updated_at", "2018-10-11 16:42:54.479330"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.480933"], ["updated_at", "2018-10-11 16:42:54.480933"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.483285"], ["updated_at", "2018-10-11 16:42:54.483285"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.485239"], ["updated_at", "2018-10-11 16:42:54.485239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.487042"], ["updated_at", "2018-10-11 16:42:54.487042"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.488584"], ["updated_at", "2018-10-11 16:42:54.488584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.490555"], ["updated_at", "2018-10-11 16:42:54.490555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.492334"], ["updated_at", "2018-10-11 16:42:54.492334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.493902"], ["updated_at", "2018-10-11 16:42:54.493902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.495427"], ["updated_at", "2018-10-11 16:42:54.495427"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.497009"], ["updated_at", "2018-10-11 16:42:54.497009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.499195"], ["updated_at", "2018-10-11 16:42:54.499195"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.500949"], ["updated_at", "2018-10-11 16:42:54.500949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.502727"], ["updated_at", "2018-10-11 16:42:54.502727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.504295"], ["updated_at", "2018-10-11 16:42:54.504295"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.506087"], ["updated_at", "2018-10-11 16:42:54.506087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.508068"], ["updated_at", "2018-10-11 16:42:54.508068"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.509915"], ["updated_at", "2018-10-11 16:42:54.509915"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.511644"], ["updated_at", "2018-10-11 16:42:54.511644"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.513276"], ["updated_at", "2018-10-11 16:42:54.513276"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.515444"], ["updated_at", "2018-10-11 16:42:54.515444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.517354"], ["updated_at", "2018-10-11 16:42:54.517354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.519012"], ["updated_at", "2018-10-11 16:42:54.519012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.520585"], ["updated_at", "2018-10-11 16:42:54.520585"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.522631"], ["updated_at", "2018-10-11 16:42:54.522631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.524807"], ["updated_at", "2018-10-11 16:42:54.524807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.526409"], ["updated_at", "2018-10-11 16:42:54.526409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.527962"], ["updated_at", "2018-10-11 16:42:54.527962"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.529484"], ["updated_at", "2018-10-11 16:42:54.529484"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.531548"], ["updated_at", "2018-10-11 16:42:54.531548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.533554"], ["updated_at", "2018-10-11 16:42:54.533554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.535211"], ["updated_at", "2018-10-11 16:42:54.535211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.536849"], ["updated_at", "2018-10-11 16:42:54.536849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.538580"], ["updated_at", "2018-10-11 16:42:54.538580"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.540169"], ["updated_at", "2018-10-11 16:42:54.540169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.542169"], ["updated_at", "2018-10-11 16:42:54.542169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.543839"], ["updated_at", "2018-10-11 16:42:54.543839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.545465"], ["updated_at", "2018-10-11 16:42:54.545465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.547431"], ["updated_at", "2018-10-11 16:42:54.547431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.549099"], ["updated_at", "2018-10-11 16:42:54.549099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.550759"], ["updated_at", "2018-10-11 16:42:54.550759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.552348"], ["updated_at", "2018-10-11 16:42:54.552348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.554072"], ["updated_at", "2018-10-11 16:42:54.554072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.555693"], ["updated_at", "2018-10-11 16:42:54.555693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.557338"], ["updated_at", "2018-10-11 16:42:54.557338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.558955"], ["updated_at", "2018-10-11 16:42:54.558955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.560571"], ["updated_at", "2018-10-11 16:42:54.560571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.562287"], ["updated_at", "2018-10-11 16:42:54.562287"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.563898"], ["updated_at", "2018-10-11 16:42:54.563898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.565514"], ["updated_at", "2018-10-11 16:42:54.565514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.567035"], ["updated_at", "2018-10-11 16:42:54.567035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.568605"], ["updated_at", "2018-10-11 16:42:54.568605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.570318"], ["updated_at", "2018-10-11 16:42:54.570318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.571955"], ["updated_at", "2018-10-11 16:42:54.571955"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.573514"], ["updated_at", "2018-10-11 16:42:54.573514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.575562"], ["updated_at", "2018-10-11 16:42:54.575562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.577279"], ["updated_at", "2018-10-11 16:42:54.577279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.579004"], ["updated_at", "2018-10-11 16:42:54.579004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.580707"], ["updated_at", "2018-10-11 16:42:54.580707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.582314"], ["updated_at", "2018-10-11 16:42:54.582314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.583904"], ["updated_at", "2018-10-11 16:42:54.583904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.585490"], ["updated_at", "2018-10-11 16:42:54.585490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.587020"], ["updated_at", "2018-10-11 16:42:54.587020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.588556"], ["updated_at", "2018-10-11 16:42:54.588556"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.590226"], ["updated_at", "2018-10-11 16:42:54.590226"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.592411"], ["updated_at", "2018-10-11 16:42:54.592411"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.594288"], ["updated_at", "2018-10-11 16:42:54.594288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.596116"], ["updated_at", "2018-10-11 16:42:54.596116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.597742"], ["updated_at", "2018-10-11 16:42:54.597742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.599280"], ["updated_at", "2018-10-11 16:42:54.599280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.600899"], ["updated_at", "2018-10-11 16:42:54.600899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.602435"], ["updated_at", "2018-10-11 16:42:54.602435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.603952"], ["updated_at", "2018-10-11 16:42:54.603952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.605498"], ["updated_at", "2018-10-11 16:42:54.605498"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.607009"], ["updated_at", "2018-10-11 16:42:54.607009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.608501"], ["updated_at", "2018-10-11 16:42:54.608501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.609987"], ["updated_at", "2018-10-11 16:42:54.609987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.611549"], ["updated_at", "2018-10-11 16:42:54.611549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.613138"], ["updated_at", "2018-10-11 16:42:54.613138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.614649"], ["updated_at", "2018-10-11 16:42:54.614649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.616181"], ["updated_at", "2018-10-11 16:42:54.616181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.617751"], ["updated_at", "2018-10-11 16:42:54.617751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.619993"], ["updated_at", "2018-10-11 16:42:54.619993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.621626"], ["updated_at", "2018-10-11 16:42:54.621626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.623192"], ["updated_at", "2018-10-11 16:42:54.623192"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.624716"], ["updated_at", "2018-10-11 16:42:54.624716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.626557"], ["updated_at", "2018-10-11 16:42:54.626557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.628522"], ["updated_at", "2018-10-11 16:42:54.628522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.630282"], ["updated_at", "2018-10-11 16:42:54.630282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.631912"], ["updated_at", "2018-10-11 16:42:54.631912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.633443"], ["updated_at", "2018-10-11 16:42:54.633443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.635345"], ["updated_at", "2018-10-11 16:42:54.635345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.637192"], ["updated_at", "2018-10-11 16:42:54.637192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.638782"], ["updated_at", "2018-10-11 16:42:54.638782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.640309"], ["updated_at", "2018-10-11 16:42:54.640309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.641846"], ["updated_at", "2018-10-11 16:42:54.641846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.643606"], ["updated_at", "2018-10-11 16:42:54.643606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.645205"], ["updated_at", "2018-10-11 16:42:54.645205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.646748"], ["updated_at", "2018-10-11 16:42:54.646748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.648337"], ["updated_at", "2018-10-11 16:42:54.648337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.650068"], ["updated_at", "2018-10-11 16:42:54.650068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.651777"], ["updated_at", "2018-10-11 16:42:54.651777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.653354"], ["updated_at", "2018-10-11 16:42:54.653354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.654921"], ["updated_at", "2018-10-11 16:42:54.654921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.656465"], ["updated_at", "2018-10-11 16:42:54.656465"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.658090"], ["updated_at", "2018-10-11 16:42:54.658090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.659869"], ["updated_at", "2018-10-11 16:42:54.659869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.661504"], ["updated_at", "2018-10-11 16:42:54.661504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.663046"], ["updated_at", "2018-10-11 16:42:54.663046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.664604"], ["updated_at", "2018-10-11 16:42:54.664604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.666319"], ["updated_at", "2018-10-11 16:42:54.666319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.668276"], ["updated_at", "2018-10-11 16:42:54.668276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.669907"], ["updated_at", "2018-10-11 16:42:54.669907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.671457"], ["updated_at", "2018-10-11 16:42:54.671457"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.672992"], ["updated_at", "2018-10-11 16:42:54.672992"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.674833"], ["updated_at", "2018-10-11 16:42:54.674833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.676903"], ["updated_at", "2018-10-11 16:42:54.676903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.678518"], ["updated_at", "2018-10-11 16:42:54.678518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.680162"], ["updated_at", "2018-10-11 16:42:54.680162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.681794"], ["updated_at", "2018-10-11 16:42:54.681794"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.683466"], ["updated_at", "2018-10-11 16:42:54.683466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.685529"], ["updated_at", "2018-10-11 16:42:54.685529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.687155"], ["updated_at", "2018-10-11 16:42:54.687155"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.688745"], ["updated_at", "2018-10-11 16:42:54.688745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.690620"], ["updated_at", "2018-10-11 16:42:54.690620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.692569"], ["updated_at", "2018-10-11 16:42:54.692569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.694246"], ["updated_at", "2018-10-11 16:42:54.694246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.695806"], ["updated_at", "2018-10-11 16:42:54.695806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.697359"], ["updated_at", "2018-10-11 16:42:54.697359"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.698904"], ["updated_at", "2018-10-11 16:42:54.698904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.700693"], ["updated_at", "2018-10-11 16:42:54.700693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.702320"], ["updated_at", "2018-10-11 16:42:54.702320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.703862"], ["updated_at", "2018-10-11 16:42:54.703862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.705422"], ["updated_at", "2018-10-11 16:42:54.705422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.707012"], ["updated_at", "2018-10-11 16:42:54.707012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.708695"], ["updated_at", "2018-10-11 16:42:54.708695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.710528"], ["updated_at", "2018-10-11 16:42:54.710528"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.712164"], ["updated_at", "2018-10-11 16:42:54.712164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.713894"], ["updated_at", "2018-10-11 16:42:54.713894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.715547"], ["updated_at", "2018-10-11 16:42:54.715547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.717291"], ["updated_at", "2018-10-11 16:42:54.717291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.720137"], ["updated_at", "2018-10-11 16:42:54.720137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.721820"], ["updated_at", "2018-10-11 16:42:54.721820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.723433"], ["updated_at", "2018-10-11 16:42:54.723433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.725119"], ["updated_at", "2018-10-11 16:42:54.725119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.726659"], ["updated_at", "2018-10-11 16:42:54.726659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.728217"], ["updated_at", "2018-10-11 16:42:54.728217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.729777"], ["updated_at", "2018-10-11 16:42:54.729777"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.731493"], ["updated_at", "2018-10-11 16:42:54.731493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.733649"], ["updated_at", "2018-10-11 16:42:54.733649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.735417"], ["updated_at", "2018-10-11 16:42:54.735417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.737015"], ["updated_at", "2018-10-11 16:42:54.737015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.738562"], ["updated_at", "2018-10-11 16:42:54.738562"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.740247"], ["updated_at", "2018-10-11 16:42:54.740247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.741882"], ["updated_at", "2018-10-11 16:42:54.741882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.743507"], ["updated_at", "2018-10-11 16:42:54.743507"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.745111"], ["updated_at", "2018-10-11 16:42:54.745111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.746824"], ["updated_at", "2018-10-11 16:42:54.746824"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.748660"], ["updated_at", "2018-10-11 16:42:54.748660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.750357"], ["updated_at", "2018-10-11 16:42:54.750357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.752021"], ["updated_at", "2018-10-11 16:42:54.752021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.753622"], ["updated_at", "2018-10-11 16:42:54.753622"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.755131"], ["updated_at", "2018-10-11 16:42:54.755131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.756924"], ["updated_at", "2018-10-11 16:42:54.756924"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.758486"], ["updated_at", "2018-10-11 16:42:54.758486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.760326"], ["updated_at", "2018-10-11 16:42:54.760326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.762160"], ["updated_at", "2018-10-11 16:42:54.762160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.763738"], ["updated_at", "2018-10-11 16:42:54.763738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.765486"], ["updated_at", "2018-10-11 16:42:54.765486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.767031"], ["updated_at", "2018-10-11 16:42:54.767031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.768587"], ["updated_at", "2018-10-11 16:42:54.768587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.770149"], ["updated_at", "2018-10-11 16:42:54.770149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.771696"], ["updated_at", "2018-10-11 16:42:54.771696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.773347"], ["updated_at", "2018-10-11 16:42:54.773347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.774900"], ["updated_at", "2018-10-11 16:42:54.774900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.776431"], ["updated_at", "2018-10-11 16:42:54.776431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.777983"], ["updated_at", "2018-10-11 16:42:54.777983"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.779562"], ["updated_at", "2018-10-11 16:42:54.779562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.781684"], ["updated_at", "2018-10-11 16:42:54.781684"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.783280"], ["updated_at", "2018-10-11 16:42:54.783280"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.785555"], ["updated_at", "2018-10-11 16:42:54.785555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.787519"], ["updated_at", "2018-10-11 16:42:54.787519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.789317"], ["updated_at", "2018-10-11 16:42:54.789317"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.790897"], ["updated_at", "2018-10-11 16:42:54.790897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.792752"], ["updated_at", "2018-10-11 16:42:54.792752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.794344"], ["updated_at", "2018-10-11 16:42:54.794344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.796000"], ["updated_at", "2018-10-11 16:42:54.796000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.797599"], ["updated_at", "2018-10-11 16:42:54.797599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.799396"], ["updated_at", "2018-10-11 16:42:54.799396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.801299"], ["updated_at", "2018-10-11 16:42:54.801299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.802875"], ["updated_at", "2018-10-11 16:42:54.802875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.804690"], ["updated_at", "2018-10-11 16:42:54.804690"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.806347"], ["updated_at", "2018-10-11 16:42:54.806347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.807877"], ["updated_at", "2018-10-11 16:42:54.807877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.809470"], ["updated_at", "2018-10-11 16:42:54.809470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.811128"], ["updated_at", "2018-10-11 16:42:54.811128"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.812725"], ["updated_at", "2018-10-11 16:42:54.812725"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.814434"], ["updated_at", "2018-10-11 16:42:54.814434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.816164"], ["updated_at", "2018-10-11 16:42:54.816164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.817892"], ["updated_at", "2018-10-11 16:42:54.817892"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.819586"], ["updated_at", "2018-10-11 16:42:54.819586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.821586"], ["updated_at", "2018-10-11 16:42:54.821586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.823288"], ["updated_at", "2018-10-11 16:42:54.823288"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.824851"], ["updated_at", "2018-10-11 16:42:54.824851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.826679"], ["updated_at", "2018-10-11 16:42:54.826679"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.828926"], ["updated_at", "2018-10-11 16:42:54.828926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.830881"], ["updated_at", "2018-10-11 16:42:54.830881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.832515"], ["updated_at", "2018-10-11 16:42:54.832515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.834047"], ["updated_at", "2018-10-11 16:42:54.834047"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.835782"], ["updated_at", "2018-10-11 16:42:54.835782"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.837768"], ["updated_at", "2018-10-11 16:42:54.837768"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.839595"], ["updated_at", "2018-10-11 16:42:54.839595"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.841331"], ["updated_at", "2018-10-11 16:42:54.841331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.843020"], ["updated_at", "2018-10-11 16:42:54.843020"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.845008"], ["updated_at", "2018-10-11 16:42:54.845008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.846823"], ["updated_at", "2018-10-11 16:42:54.846823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.848423"], ["updated_at", "2018-10-11 16:42:54.848423"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.850056"], ["updated_at", "2018-10-11 16:42:54.850056"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.851848"], ["updated_at", "2018-10-11 16:42:54.851848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.853646"], ["updated_at", "2018-10-11 16:42:54.853646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.855385"], ["updated_at", "2018-10-11 16:42:54.855385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.857034"], ["updated_at", "2018-10-11 16:42:54.857034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.858578"], ["updated_at", "2018-10-11 16:42:54.858578"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.860091"], ["updated_at", "2018-10-11 16:42:54.860091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.862217"], ["updated_at", "2018-10-11 16:42:54.862217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.863855"], ["updated_at", "2018-10-11 16:42:54.863855"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.865540"], ["updated_at", "2018-10-11 16:42:54.865540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.867346"], ["updated_at", "2018-10-11 16:42:54.867346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.869086"], ["updated_at", "2018-10-11 16:42:54.869086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.870746"], ["updated_at", "2018-10-11 16:42:54.870746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.872291"], ["updated_at", "2018-10-11 16:42:54.872291"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.873843"], ["updated_at", "2018-10-11 16:42:54.873843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.875581"], ["updated_at", "2018-10-11 16:42:54.875581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.877463"], ["updated_at", "2018-10-11 16:42:54.877463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.879083"], ["updated_at", "2018-10-11 16:42:54.879083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.880647"], ["updated_at", "2018-10-11 16:42:54.880647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.882282"], ["updated_at", "2018-10-11 16:42:54.882282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.883813"], ["updated_at", "2018-10-11 16:42:54.883813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.885770"], ["updated_at", "2018-10-11 16:42:54.885770"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.887389"], ["updated_at", "2018-10-11 16:42:54.887389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.889732"], ["updated_at", "2018-10-11 16:42:54.889732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.891411"], ["updated_at", "2018-10-11 16:42:54.891411"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.893128"], ["updated_at", "2018-10-11 16:42:54.893128"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.895547"], ["updated_at", "2018-10-11 16:42:54.895547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.897355"], ["updated_at", "2018-10-11 16:42:54.897355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.899029"], ["updated_at", "2018-10-11 16:42:54.899029"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.900657"], ["updated_at", "2018-10-11 16:42:54.900657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.902872"], ["updated_at", "2018-10-11 16:42:54.902872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.904597"], ["updated_at", "2018-10-11 16:42:54.904597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.906163"], ["updated_at", "2018-10-11 16:42:54.906163"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.907744"], ["updated_at", "2018-10-11 16:42:54.907744"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.910104"], ["updated_at", "2018-10-11 16:42:54.910104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.912012"], ["updated_at", "2018-10-11 16:42:54.912012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.913701"], ["updated_at", "2018-10-11 16:42:54.913701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.915331"], ["updated_at", "2018-10-11 16:42:54.915331"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.917023"], ["updated_at", "2018-10-11 16:42:54.917023"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.919122"], ["updated_at", "2018-10-11 16:42:54.919122"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.920858"], ["updated_at", "2018-10-11 16:42:54.920858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.922568"], ["updated_at", "2018-10-11 16:42:54.922568"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.924664"], ["updated_at", "2018-10-11 16:42:54.924664"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.926873"], ["updated_at", "2018-10-11 16:42:54.926873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.928562"], ["updated_at", "2018-10-11 16:42:54.928562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.930199"], ["updated_at", "2018-10-11 16:42:54.930199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.931818"], ["updated_at", "2018-10-11 16:42:54.931818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.933939"], ["updated_at", "2018-10-11 16:42:54.933939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.935809"], ["updated_at", "2018-10-11 16:42:54.935809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.937503"], ["updated_at", "2018-10-11 16:42:54.937503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.939048"], ["updated_at", "2018-10-11 16:42:54.939048"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.940588"], ["updated_at", "2018-10-11 16:42:54.940588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.943449"], ["updated_at", "2018-10-11 16:42:54.943449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.945214"], ["updated_at", "2018-10-11 16:42:54.945214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.946856"], ["updated_at", "2018-10-11 16:42:54.946856"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.948499"], ["updated_at", "2018-10-11 16:42:54.948499"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.950656"], ["updated_at", "2018-10-11 16:42:54.950656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.952478"], ["updated_at", "2018-10-11 16:42:54.952478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.954070"], ["updated_at", "2018-10-11 16:42:54.954070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.955650"], ["updated_at", "2018-10-11 16:42:54.955650"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.957232"], ["updated_at", "2018-10-11 16:42:54.957232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.959721"], ["updated_at", "2018-10-11 16:42:54.959721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.961465"], ["updated_at", "2018-10-11 16:42:54.961465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.963221"], ["updated_at", "2018-10-11 16:42:54.963221"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.964877"], ["updated_at", "2018-10-11 16:42:54.964877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.967079"], ["updated_at", "2018-10-11 16:42:54.967079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.968872"], ["updated_at", "2018-10-11 16:42:54.968872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.970440"], ["updated_at", "2018-10-11 16:42:54.970440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.972019"], ["updated_at", "2018-10-11 16:42:54.972019"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.973675"], ["updated_at", "2018-10-11 16:42:54.973675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.976004"], ["updated_at", "2018-10-11 16:42:54.976004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.977708"], ["updated_at", "2018-10-11 16:42:54.977708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.979422"], ["updated_at", "2018-10-11 16:42:54.979422"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.981090"], ["updated_at", "2018-10-11 16:42:54.981090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.983565"], ["updated_at", "2018-10-11 16:42:54.983565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.985269"], ["updated_at", "2018-10-11 16:42:54.985269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.986866"], ["updated_at", "2018-10-11 16:42:54.986866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.988406"], ["updated_at", "2018-10-11 16:42:54.988406"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.990426"], ["updated_at", "2018-10-11 16:42:54.990426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.992618"], ["updated_at", "2018-10-11 16:42:54.992618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.994332"], ["updated_at", "2018-10-11 16:42:54.994332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.996049"], ["updated_at", "2018-10-11 16:42:54.996049"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:54.997905"], ["updated_at", "2018-10-11 16:42:54.997905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.000210"], ["updated_at", "2018-10-11 16:42:55.000210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.001847"], ["updated_at", "2018-10-11 16:42:55.001847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.003488"], ["updated_at", "2018-10-11 16:42:55.003488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.005087"], ["updated_at", "2018-10-11 16:42:55.005087"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.007090"], ["updated_at", "2018-10-11 16:42:55.007090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.009195"], ["updated_at", "2018-10-11 16:42:55.009195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.010868"], ["updated_at", "2018-10-11 16:42:55.010868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.012564"], ["updated_at", "2018-10-11 16:42:55.012564"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.014702"], ["updated_at", "2018-10-11 16:42:55.014702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.016624"], ["updated_at", "2018-10-11 16:42:55.016624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.018284"], ["updated_at", "2018-10-11 16:42:55.018284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.019836"], ["updated_at", "2018-10-11 16:42:55.019836"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.021379"], ["updated_at", "2018-10-11 16:42:55.021379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.023471"], ["updated_at", "2018-10-11 16:42:55.023471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.025235"], ["updated_at", "2018-10-11 16:42:55.025235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.026896"], ["updated_at", "2018-10-11 16:42:55.026896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.028482"], ["updated_at", "2018-10-11 16:42:55.028482"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.030540"], ["updated_at", "2018-10-11 16:42:55.030540"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.032716"], ["updated_at", "2018-10-11 16:42:55.032716"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.034523"], ["updated_at", "2018-10-11 16:42:55.034523"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.037604"], ["updated_at", "2018-10-11 16:42:55.037604"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.039745"], ["updated_at", "2018-10-11 16:42:55.039745"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.042178"], ["updated_at", "2018-10-11 16:42:55.042178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.043844"], ["updated_at", "2018-10-11 16:42:55.043844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.045438"], ["updated_at", "2018-10-11 16:42:55.045438"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.047569"], ["updated_at", "2018-10-11 16:42:55.047569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.049581"], ["updated_at", "2018-10-11 16:42:55.049581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.051184"], ["updated_at", "2018-10-11 16:42:55.051184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.052744"], ["updated_at", "2018-10-11 16:42:55.052744"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.054671"], ["updated_at", "2018-10-11 16:42:55.054671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.056681"], ["updated_at", "2018-10-11 16:42:55.056681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.058578"], ["updated_at", "2018-10-11 16:42:55.058578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.060277"], ["updated_at", "2018-10-11 16:42:55.060277"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.061874"], ["updated_at", "2018-10-11 16:42:55.061874"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.064310"], ["updated_at", "2018-10-11 16:42:55.064310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.066089"], ["updated_at", "2018-10-11 16:42:55.066089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.067725"], ["updated_at", "2018-10-11 16:42:55.067725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.069274"], ["updated_at", "2018-10-11 16:42:55.069274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.071319"], ["updated_at", "2018-10-11 16:42:55.071319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.073148"], ["updated_at", "2018-10-11 16:42:55.073148"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.074805"], ["updated_at", "2018-10-11 16:42:55.074805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.076707"], ["updated_at", "2018-10-11 16:42:55.076707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.078421"], ["updated_at", "2018-10-11 16:42:55.078421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.080649"], ["updated_at", "2018-10-11 16:42:55.080649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.082401"], ["updated_at", "2018-10-11 16:42:55.082401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.084063"], ["updated_at", "2018-10-11 16:42:55.084063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.085595"], ["updated_at", "2018-10-11 16:42:55.085595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.087549"], ["updated_at", "2018-10-11 16:42:55.087549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.089260"], ["updated_at", "2018-10-11 16:42:55.089260"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.090801"], ["updated_at", "2018-10-11 16:42:55.090801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.092954"], ["updated_at", "2018-10-11 16:42:55.092954"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.094983"], ["updated_at", "2018-10-11 16:42:55.094983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.097175"], ["updated_at", "2018-10-11 16:42:55.097175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.098910"], ["updated_at", "2018-10-11 16:42:55.098910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.100558"], ["updated_at", "2018-10-11 16:42:55.100558"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.102105"], ["updated_at", "2018-10-11 16:42:55.102105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.104337"], ["updated_at", "2018-10-11 16:42:55.104337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.106029"], ["updated_at", "2018-10-11 16:42:55.106029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.107927"], ["updated_at", "2018-10-11 16:42:55.107927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.109595"], ["updated_at", "2018-10-11 16:42:55.109595"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.111642"], ["updated_at", "2018-10-11 16:42:55.111642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.113634"], ["updated_at", "2018-10-11 16:42:55.113634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.115320"], ["updated_at", "2018-10-11 16:42:55.115320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.117005"], ["updated_at", "2018-10-11 16:42:55.117005"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.118562"], ["updated_at", "2018-10-11 16:42:55.118562"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.120688"], ["updated_at", "2018-10-11 16:42:55.120688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.122374"], ["updated_at", "2018-10-11 16:42:55.122374"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.123976"], ["updated_at", "2018-10-11 16:42:55.123976"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.126553"], ["updated_at", "2018-10-11 16:42:55.126553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.128911"], ["updated_at", "2018-10-11 16:42:55.128911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.130721"], ["updated_at", "2018-10-11 16:42:55.130721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.132397"], ["updated_at", "2018-10-11 16:42:55.132397"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.134021"], ["updated_at", "2018-10-11 16:42:55.134021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.135999"], ["updated_at", "2018-10-11 16:42:55.135999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.137669"], ["updated_at", "2018-10-11 16:42:55.137669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.139228"], ["updated_at", "2018-10-11 16:42:55.139228"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.141205"], ["updated_at", "2018-10-11 16:42:55.141205"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.143373"], ["updated_at", "2018-10-11 16:42:55.143373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.145540"], ["updated_at", "2018-10-11 16:42:55.145540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.147179"], ["updated_at", "2018-10-11 16:42:55.147179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.148816"], ["updated_at", "2018-10-11 16:42:55.148816"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.150481"], ["updated_at", "2018-10-11 16:42:55.150481"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.152676"], ["updated_at", "2018-10-11 16:42:55.152676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.154430"], ["updated_at", "2018-10-11 16:42:55.154430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.155961"], ["updated_at", "2018-10-11 16:42:55.155961"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.157526"], ["updated_at", "2018-10-11 16:42:55.157526"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.159756"], ["updated_at", "2018-10-11 16:42:55.159756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.161618"], ["updated_at", "2018-10-11 16:42:55.161618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.163309"], ["updated_at", "2018-10-11 16:42:55.163309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.164945"], ["updated_at", "2018-10-11 16:42:55.164945"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.166570"], ["updated_at", "2018-10-11 16:42:55.166570"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.168685"], ["updated_at", "2018-10-11 16:42:55.168685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.170324"], ["updated_at", "2018-10-11 16:42:55.170324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.171910"], ["updated_at", "2018-10-11 16:42:55.171910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.173433"], ["updated_at", "2018-10-11 16:42:55.173433"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.175264"], ["updated_at", "2018-10-11 16:42:55.175264"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.177650"], ["updated_at", "2018-10-11 16:42:55.177650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.179416"], ["updated_at", "2018-10-11 16:42:55.179416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.181072"], ["updated_at", "2018-10-11 16:42:55.181072"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.182680"], ["updated_at", "2018-10-11 16:42:55.182680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.184869"], ["updated_at", "2018-10-11 16:42:55.184869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.186520"], ["updated_at", "2018-10-11 16:42:55.186520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.188131"], ["updated_at", "2018-10-11 16:42:55.188131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.189670"], ["updated_at", "2018-10-11 16:42:55.189670"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.191383"], ["updated_at", "2018-10-11 16:42:55.191383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.193867"], ["updated_at", "2018-10-11 16:42:55.193867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.195607"], ["updated_at", "2018-10-11 16:42:55.195607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.197296"], ["updated_at", "2018-10-11 16:42:55.197296"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.198969"], ["updated_at", "2018-10-11 16:42:55.198969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.201366"], ["updated_at", "2018-10-11 16:42:55.201366"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.203137"], ["updated_at", "2018-10-11 16:42:55.203137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.204828"], ["updated_at", "2018-10-11 16:42:55.204828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.206474"], ["updated_at", "2018-10-11 16:42:55.206474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.208720"], ["updated_at", "2018-10-11 16:42:55.208720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.210569"], ["updated_at", "2018-10-11 16:42:55.210569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.212256"], ["updated_at", "2018-10-11 16:42:55.212256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.213944"], ["updated_at", "2018-10-11 16:42:55.213944"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.215863"], ["updated_at", "2018-10-11 16:42:55.215863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.218040"], ["updated_at", "2018-10-11 16:42:55.218040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.219662"], ["updated_at", "2018-10-11 16:42:55.219662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.221260"], ["updated_at", "2018-10-11 16:42:55.221260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.222889"], ["updated_at", "2018-10-11 16:42:55.222889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.225164"], ["updated_at", "2018-10-11 16:42:55.225164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.226916"], ["updated_at", "2018-10-11 16:42:55.226916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.228664"], ["updated_at", "2018-10-11 16:42:55.228664"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.230398"], ["updated_at", "2018-10-11 16:42:55.230398"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.232547"], ["updated_at", "2018-10-11 16:42:55.232547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.234546"], ["updated_at", "2018-10-11 16:42:55.234546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.236216"], ["updated_at", "2018-10-11 16:42:55.236216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.237790"], ["updated_at", "2018-10-11 16:42:55.237790"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.239409"], ["updated_at", "2018-10-11 16:42:55.239409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.241741"], ["updated_at", "2018-10-11 16:42:55.241741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.243387"], ["updated_at", "2018-10-11 16:42:55.243387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.244999"], ["updated_at", "2018-10-11 16:42:55.244999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.246615"], ["updated_at", "2018-10-11 16:42:55.246615"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.248529"], ["updated_at", "2018-10-11 16:42:55.248529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.250472"], ["updated_at", "2018-10-11 16:42:55.250472"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.252054"], ["updated_at", "2018-10-11 16:42:55.252054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.253787"], ["updated_at", "2018-10-11 16:42:55.253787"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.255380"], ["updated_at", "2018-10-11 16:42:55.255380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.257836"], ["updated_at", "2018-10-11 16:42:55.257836"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.259466"], ["updated_at", "2018-10-11 16:42:55.259466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.261178"], ["updated_at", "2018-10-11 16:42:55.261178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.262856"], ["updated_at", "2018-10-11 16:42:55.262856"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.264941"], ["updated_at", "2018-10-11 16:42:55.264941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.266888"], ["updated_at", "2018-10-11 16:42:55.266888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.268505"], ["updated_at", "2018-10-11 16:42:55.268505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.270183"], ["updated_at", "2018-10-11 16:42:55.270183"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.271766"], ["updated_at", "2018-10-11 16:42:55.271766"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.274009"], ["updated_at", "2018-10-11 16:42:55.274009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.276019"], ["updated_at", "2018-10-11 16:42:55.276019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.277702"], ["updated_at", "2018-10-11 16:42:55.277702"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.279344"], ["updated_at", "2018-10-11 16:42:55.279344"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.281613"], ["updated_at", "2018-10-11 16:42:55.281613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.283531"], ["updated_at", "2018-10-11 16:42:55.283531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.285202"], ["updated_at", "2018-10-11 16:42:55.285202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.286754"], ["updated_at", "2018-10-11 16:42:55.286754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.288680"], ["updated_at", "2018-10-11 16:42:55.288680"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.290616"], ["updated_at", "2018-10-11 16:42:55.290616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.293149"], ["updated_at", "2018-10-11 16:42:55.293149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.294779"], ["updated_at", "2018-10-11 16:42:55.294779"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.296708"], ["updated_at", "2018-10-11 16:42:55.296708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.298902"], ["updated_at", "2018-10-11 16:42:55.298902"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.300584"], ["updated_at", "2018-10-11 16:42:55.300584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.302321"], ["updated_at", "2018-10-11 16:42:55.302321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.303945"], ["updated_at", "2018-10-11 16:42:55.303945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.305834"], ["updated_at", "2018-10-11 16:42:55.305834"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.307417"], ["updated_at", "2018-10-11 16:42:55.307417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.309793"], ["updated_at", "2018-10-11 16:42:55.309793"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.311435"], ["updated_at", "2018-10-11 16:42:55.311435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.313205"], ["updated_at", "2018-10-11 16:42:55.313205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.314897"], ["updated_at", "2018-10-11 16:42:55.314897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.316486"], ["updated_at", "2018-10-11 16:42:55.316486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.318066"], ["updated_at", "2018-10-11 16:42:55.318066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.319551"], ["updated_at", "2018-10-11 16:42:55.319551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.321375"], ["updated_at", "2018-10-11 16:42:55.321375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.322945"], ["updated_at", "2018-10-11 16:42:55.322945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.324443"], ["updated_at", "2018-10-11 16:42:55.324443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.326193"], ["updated_at", "2018-10-11 16:42:55.326193"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.327803"], ["updated_at", "2018-10-11 16:42:55.327803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.329655"], ["updated_at", "2018-10-11 16:42:55.329655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.331361"], ["updated_at", "2018-10-11 16:42:55.331361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.333069"], ["updated_at", "2018-10-11 16:42:55.333069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.334674"], ["updated_at", "2018-10-11 16:42:55.334674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.336255"], ["updated_at", "2018-10-11 16:42:55.336255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.338033"], ["updated_at", "2018-10-11 16:42:55.338033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.339611"], ["updated_at", "2018-10-11 16:42:55.339611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.341349"], ["updated_at", "2018-10-11 16:42:55.341349"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.343024"], ["updated_at", "2018-10-11 16:42:55.343024"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.344583"], ["updated_at", "2018-10-11 16:42:55.344583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.346499"], ["updated_at", "2018-10-11 16:42:55.346499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.348210"], ["updated_at", "2018-10-11 16:42:55.348210"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.349845"], ["updated_at", "2018-10-11 16:42:55.349845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.351597"], ["updated_at", "2018-10-11 16:42:55.351597"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.353448"], ["updated_at", "2018-10-11 16:42:55.353448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.355165"], ["updated_at", "2018-10-11 16:42:55.355165"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.356726"], ["updated_at", "2018-10-11 16:42:55.356726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.358424"], ["updated_at", "2018-10-11 16:42:55.358424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.361582"], ["updated_at", "2018-10-11 16:42:55.361582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.363264"], ["updated_at", "2018-10-11 16:42:55.363264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.364796"], ["updated_at", "2018-10-11 16:42:55.364796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.366354"], ["updated_at", "2018-10-11 16:42:55.366354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.367860"], ["updated_at", "2018-10-11 16:42:55.367860"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.369823"], ["updated_at", "2018-10-11 16:42:55.369823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.371471"], ["updated_at", "2018-10-11 16:42:55.371471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.373046"], ["updated_at", "2018-10-11 16:42:55.373046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.374575"], ["updated_at", "2018-10-11 16:42:55.374575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.376116"], ["updated_at", "2018-10-11 16:42:55.376116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.377770"], ["updated_at", "2018-10-11 16:42:55.377770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.379326"], ["updated_at", "2018-10-11 16:42:55.379326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.380863"], ["updated_at", "2018-10-11 16:42:55.380863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.382405"], ["updated_at", "2018-10-11 16:42:55.382405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.383958"], ["updated_at", "2018-10-11 16:42:55.383958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.385876"], ["updated_at", "2018-10-11 16:42:55.385876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.387457"], ["updated_at", "2018-10-11 16:42:55.387457"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.388987"], ["updated_at", "2018-10-11 16:42:55.388987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.391489"], ["updated_at", "2018-10-11 16:42:55.391489"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.393227"], ["updated_at", "2018-10-11 16:42:55.393227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.394852"], ["updated_at", "2018-10-11 16:42:55.394852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.396405"], ["updated_at", "2018-10-11 16:42:55.396405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.397992"], ["updated_at", "2018-10-11 16:42:55.397992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.399541"], ["updated_at", "2018-10-11 16:42:55.399541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.401063"], ["updated_at", "2018-10-11 16:42:55.401063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.402832"], ["updated_at", "2018-10-11 16:42:55.402832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.404393"], ["updated_at", "2018-10-11 16:42:55.404393"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.405920"], ["updated_at", "2018-10-11 16:42:55.405920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.407785"], ["updated_at", "2018-10-11 16:42:55.407785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.409497"], ["updated_at", "2018-10-11 16:42:55.409497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.411132"], ["updated_at", "2018-10-11 16:42:55.411132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.412740"], ["updated_at", "2018-10-11 16:42:55.412740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.414289"], ["updated_at", "2018-10-11 16:42:55.414289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.415822"], ["updated_at", "2018-10-11 16:42:55.415822"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.417592"], ["updated_at", "2018-10-11 16:42:55.417592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.419457"], ["updated_at", "2018-10-11 16:42:55.419457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.421011"], ["updated_at", "2018-10-11 16:42:55.421011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.422554"], ["updated_at", "2018-10-11 16:42:55.422554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.424056"], ["updated_at", "2018-10-11 16:42:55.424056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.425761"], ["updated_at", "2018-10-11 16:42:55.425761"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.427587"], ["updated_at", "2018-10-11 16:42:55.427587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.429225"], ["updated_at", "2018-10-11 16:42:55.429225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.430765"], ["updated_at", "2018-10-11 16:42:55.430765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.432279"], ["updated_at", "2018-10-11 16:42:55.432279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.433987"], ["updated_at", "2018-10-11 16:42:55.433987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.435545"], ["updated_at", "2018-10-11 16:42:55.435545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.437085"], ["updated_at", "2018-10-11 16:42:55.437085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.438610"], ["updated_at", "2018-10-11 16:42:55.438610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.440165"], ["updated_at", "2018-10-11 16:42:55.440165"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.442066"], ["updated_at", "2018-10-11 16:42:55.442066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.443778"], ["updated_at", "2018-10-11 16:42:55.443778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.445331"], ["updated_at", "2018-10-11 16:42:55.445331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.446893"], ["updated_at", "2018-10-11 16:42:55.446893"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.448432"], ["updated_at", "2018-10-11 16:42:55.448432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.450061"], ["updated_at", "2018-10-11 16:42:55.450061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.451645"], ["updated_at", "2018-10-11 16:42:55.451645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.453177"], ["updated_at", "2018-10-11 16:42:55.453177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.454711"], ["updated_at", "2018-10-11 16:42:55.454711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.456274"], ["updated_at", "2018-10-11 16:42:55.456274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.457981"], ["updated_at", "2018-10-11 16:42:55.457981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.459610"], ["updated_at", "2018-10-11 16:42:55.459610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.461163"], ["updated_at", "2018-10-11 16:42:55.461163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.462698"], ["updated_at", "2018-10-11 16:42:55.462698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.464214"], ["updated_at", "2018-10-11 16:42:55.464214"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.465908"], ["updated_at", "2018-10-11 16:42:55.465908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.467581"], ["updated_at", "2018-10-11 16:42:55.467581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.469140"], ["updated_at", "2018-10-11 16:42:55.469140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.470663"], ["updated_at", "2018-10-11 16:42:55.470663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.472185"], ["updated_at", "2018-10-11 16:42:55.472185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.473843"], ["updated_at", "2018-10-11 16:42:55.473843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.475508"], ["updated_at", "2018-10-11 16:42:55.475508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.477043"], ["updated_at", "2018-10-11 16:42:55.477043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.478561"], ["updated_at", "2018-10-11 16:42:55.478561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.480101"], ["updated_at", "2018-10-11 16:42:55.480101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.481670"], ["updated_at", "2018-10-11 16:42:55.481670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.483358"], ["updated_at", "2018-10-11 16:42:55.483358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.484895"], ["updated_at", "2018-10-11 16:42:55.484895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.486448"], ["updated_at", "2018-10-11 16:42:55.486448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.488052"], ["updated_at", "2018-10-11 16:42:55.488052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.489696"], ["updated_at", "2018-10-11 16:42:55.489696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.491439"], ["updated_at", "2018-10-11 16:42:55.491439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.492998"], ["updated_at", "2018-10-11 16:42:55.492998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.494532"], ["updated_at", "2018-10-11 16:42:55.494532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.496063"], ["updated_at", "2018-10-11 16:42:55.496063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.497835"], ["updated_at", "2018-10-11 16:42:55.497835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.499642"], ["updated_at", "2018-10-11 16:42:55.499642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.501244"], ["updated_at", "2018-10-11 16:42:55.501244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.502795"], ["updated_at", "2018-10-11 16:42:55.502795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.504359"], ["updated_at", "2018-10-11 16:42:55.504359"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.505909"], ["updated_at", "2018-10-11 16:42:55.505909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.508020"], ["updated_at", "2018-10-11 16:42:55.508020"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.509683"], ["updated_at", "2018-10-11 16:42:55.509683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.511402"], ["updated_at", "2018-10-11 16:42:55.511402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.512973"], ["updated_at", "2018-10-11 16:42:55.512973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.514671"], ["updated_at", "2018-10-11 16:42:55.514671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.516349"], ["updated_at", "2018-10-11 16:42:55.516349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.517937"], ["updated_at", "2018-10-11 16:42:55.517937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.519538"], ["updated_at", "2018-10-11 16:42:55.519538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.521191"], ["updated_at", "2018-10-11 16:42:55.521191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.522942"], ["updated_at", "2018-10-11 16:42:55.522942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.524490"], ["updated_at", "2018-10-11 16:42:55.524490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.526040"], ["updated_at", "2018-10-11 16:42:55.526040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.527564"], ["updated_at", "2018-10-11 16:42:55.527564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.529131"], ["updated_at", "2018-10-11 16:42:55.529131"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.531056"], ["updated_at", "2018-10-11 16:42:55.531056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.532907"], ["updated_at", "2018-10-11 16:42:55.532907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.534472"], ["updated_at", "2018-10-11 16:42:55.534472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.536073"], ["updated_at", "2018-10-11 16:42:55.536073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.537574"], ["updated_at", "2018-10-11 16:42:55.537574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.539329"], ["updated_at", "2018-10-11 16:42:55.539329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.540976"], ["updated_at", "2018-10-11 16:42:55.540976"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.542585"], ["updated_at", "2018-10-11 16:42:55.542585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.544533"], ["updated_at", "2018-10-11 16:42:55.544533"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.546145"], ["updated_at", "2018-10-11 16:42:55.546145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.548015"], ["updated_at", "2018-10-11 16:42:55.548015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.549583"], ["updated_at", "2018-10-11 16:42:55.549583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.551081"], ["updated_at", "2018-10-11 16:42:55.551081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.552642"], ["updated_at", "2018-10-11 16:42:55.552642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.554208"], ["updated_at", "2018-10-11 16:42:55.554208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.555926"], ["updated_at", "2018-10-11 16:42:55.555926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.557502"], ["updated_at", "2018-10-11 16:42:55.557502"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.559263"], ["updated_at", "2018-10-11 16:42:55.559263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.560966"], ["updated_at", "2018-10-11 16:42:55.560966"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.562736"], ["updated_at", "2018-10-11 16:42:55.562736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.564403"], ["updated_at", "2018-10-11 16:42:55.564403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.565984"], ["updated_at", "2018-10-11 16:42:55.565984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.567537"], ["updated_at", "2018-10-11 16:42:55.567537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.569040"], ["updated_at", "2018-10-11 16:42:55.569040"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.570854"], ["updated_at", "2018-10-11 16:42:55.570854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.572799"], ["updated_at", "2018-10-11 16:42:55.572799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.574419"], ["updated_at", "2018-10-11 16:42:55.574419"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.576467"], ["updated_at", "2018-10-11 16:42:55.576467"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.579523"], ["updated_at", "2018-10-11 16:42:55.579523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.581606"], ["updated_at", "2018-10-11 16:42:55.581606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.583271"], ["updated_at", "2018-10-11 16:42:55.583271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.584810"], ["updated_at", "2018-10-11 16:42:55.584810"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.586391"], ["updated_at", "2018-10-11 16:42:55.586391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.588467"], ["updated_at", "2018-10-11 16:42:55.588467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.590061"], ["updated_at", "2018-10-11 16:42:55.590061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.591581"], ["updated_at", "2018-10-11 16:42:55.591581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.593422"], ["updated_at", "2018-10-11 16:42:55.593422"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.595335"], ["updated_at", "2018-10-11 16:42:55.595335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.597089"], ["updated_at", "2018-10-11 16:42:55.597089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.598701"], ["updated_at", "2018-10-11 16:42:55.598701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.600274"], ["updated_at", "2018-10-11 16:42:55.600274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.601814"], ["updated_at", "2018-10-11 16:42:55.601814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.603665"], ["updated_at", "2018-10-11 16:42:55.603665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.605234"], ["updated_at", "2018-10-11 16:42:55.605234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.606800"], ["updated_at", "2018-10-11 16:42:55.606800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.608402"], ["updated_at", "2018-10-11 16:42:55.608402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.609995"], ["updated_at", "2018-10-11 16:42:55.609995"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.611895"], ["updated_at", "2018-10-11 16:42:55.611895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.613614"], ["updated_at", "2018-10-11 16:42:55.613614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.615140"], ["updated_at", "2018-10-11 16:42:55.615140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.616665"], ["updated_at", "2018-10-11 16:42:55.616665"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.618332"], ["updated_at", "2018-10-11 16:42:55.618332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.620214"], ["updated_at", "2018-10-11 16:42:55.620214"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.621922"], ["updated_at", "2018-10-11 16:42:55.621922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.623658"], ["updated_at", "2018-10-11 16:42:55.623658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.625211"], ["updated_at", "2018-10-11 16:42:55.625211"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.627189"], ["updated_at", "2018-10-11 16:42:55.627189"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.630000"], ["updated_at", "2018-10-11 16:42:55.630000"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.632505"], ["updated_at", "2018-10-11 16:42:55.632505"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.634755"], ["updated_at", "2018-10-11 16:42:55.634755"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.637415"], ["updated_at", "2018-10-11 16:42:55.637415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.639505"], ["updated_at", "2018-10-11 16:42:55.639505"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.641574"], ["updated_at", "2018-10-11 16:42:55.641574"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.643776"], ["updated_at", "2018-10-11 16:42:55.643776"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.645892"], ["updated_at", "2018-10-11 16:42:55.645892"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.648028"], ["updated_at", "2018-10-11 16:42:55.648028"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.649972"], ["updated_at", "2018-10-11 16:42:55.649972"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.652334"], ["updated_at", "2018-10-11 16:42:55.652334"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.654395"], ["updated_at", "2018-10-11 16:42:55.654395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.656389"], ["updated_at", "2018-10-11 16:42:55.656389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.658093"], ["updated_at", "2018-10-11 16:42:55.658093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.659905"], ["updated_at", "2018-10-11 16:42:55.659905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.661585"], ["updated_at", "2018-10-11 16:42:55.661585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.663212"], ["updated_at", "2018-10-11 16:42:55.663212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.666048"], ["updated_at", "2018-10-11 16:42:55.666048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.667757"], ["updated_at", "2018-10-11 16:42:55.667757"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.669290"], ["updated_at", "2018-10-11 16:42:55.669290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.670972"], ["updated_at", "2018-10-11 16:42:55.670972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.672524"], ["updated_at", "2018-10-11 16:42:55.672524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.674138"], ["updated_at", "2018-10-11 16:42:55.674138"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.676007"], ["updated_at", "2018-10-11 16:42:55.676007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.677824"], ["updated_at", "2018-10-11 16:42:55.677824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.679404"], ["updated_at", "2018-10-11 16:42:55.679404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.680985"], ["updated_at", "2018-10-11 16:42:55.680985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.682518"], ["updated_at", "2018-10-11 16:42:55.682518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.684421"], ["updated_at", "2018-10-11 16:42:55.684421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.686005"], ["updated_at", "2018-10-11 16:42:55.686005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.687587"], ["updated_at", "2018-10-11 16:42:55.687587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.689136"], ["updated_at", "2018-10-11 16:42:55.689136"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.690876"], ["updated_at", "2018-10-11 16:42:55.690876"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.692832"], ["updated_at", "2018-10-11 16:42:55.692832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.694525"], ["updated_at", "2018-10-11 16:42:55.694525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.696065"], ["updated_at", "2018-10-11 16:42:55.696065"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.697618"], ["updated_at", "2018-10-11 16:42:55.697618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.700413"], ["updated_at", "2018-10-11 16:42:55.700413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.702122"], ["updated_at", "2018-10-11 16:42:55.702122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.703664"], ["updated_at", "2018-10-11 16:42:55.703664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.705244"], ["updated_at", "2018-10-11 16:42:55.705244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.706771"], ["updated_at", "2018-10-11 16:42:55.706771"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.708647"], ["updated_at", "2018-10-11 16:42:55.708647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.710312"], ["updated_at", "2018-10-11 16:42:55.710312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.711861"], ["updated_at", "2018-10-11 16:42:55.711861"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.713392"], ["updated_at", "2018-10-11 16:42:55.713392"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.715081"], ["updated_at", "2018-10-11 16:42:55.715081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.717609"], ["updated_at", "2018-10-11 16:42:55.717609"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.719591"], ["updated_at", "2018-10-11 16:42:55.719591"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.721374"], ["updated_at", "2018-10-11 16:42:55.721374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.723071"], ["updated_at", "2018-10-11 16:42:55.723071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.725084"], ["updated_at", "2018-10-11 16:42:55.725084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.726736"], ["updated_at", "2018-10-11 16:42:55.726736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.728373"], ["updated_at", "2018-10-11 16:42:55.728373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.730227"], ["updated_at", "2018-10-11 16:42:55.730227"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.731859"], ["updated_at", "2018-10-11 16:42:55.731859"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.734168"], ["updated_at", "2018-10-11 16:42:55.734168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.735970"], ["updated_at", "2018-10-11 16:42:55.735970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.737691"], ["updated_at", "2018-10-11 16:42:55.737691"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.739302"], ["updated_at", "2018-10-11 16:42:55.739302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.741992"], ["updated_at", "2018-10-11 16:42:55.741992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.743891"], ["updated_at", "2018-10-11 16:42:55.743891"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.745485"], ["updated_at", "2018-10-11 16:42:55.745485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.747328"], ["updated_at", "2018-10-11 16:42:55.747328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.749229"], ["updated_at", "2018-10-11 16:42:55.749229"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.751048"], ["updated_at", "2018-10-11 16:42:55.751048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.752836"], ["updated_at", "2018-10-11 16:42:55.752836"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.754545"], ["updated_at", "2018-10-11 16:42:55.754545"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.756525"], ["updated_at", "2018-10-11 16:42:55.756525"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.758911"], ["updated_at", "2018-10-11 16:42:55.758911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.760602"], ["updated_at", "2018-10-11 16:42:55.760602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.762298"], ["updated_at", "2018-10-11 16:42:55.762298"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.763921"], ["updated_at", "2018-10-11 16:42:55.763921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.765879"], ["updated_at", "2018-10-11 16:42:55.765879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.767494"], ["updated_at", "2018-10-11 16:42:55.767494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.769332"], ["updated_at", "2018-10-11 16:42:55.769332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.770960"], ["updated_at", "2018-10-11 16:42:55.770960"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.772854"], ["updated_at", "2018-10-11 16:42:55.772854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.775155"], ["updated_at", "2018-10-11 16:42:55.775155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.776845"], ["updated_at", "2018-10-11 16:42:55.776845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.778463"], ["updated_at", "2018-10-11 16:42:55.778463"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.780095"], ["updated_at", "2018-10-11 16:42:55.780095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.782219"], ["updated_at", "2018-10-11 16:42:55.782219"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.783795"], ["updated_at", "2018-10-11 16:42:55.783795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.785662"], ["updated_at", "2018-10-11 16:42:55.785662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.787402"], ["updated_at", "2018-10-11 16:42:55.787402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.789360"], ["updated_at", "2018-10-11 16:42:55.789360"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.791009"], ["updated_at", "2018-10-11 16:42:55.791009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.793609"], ["updated_at", "2018-10-11 16:42:55.793609"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.795496"], ["updated_at", "2018-10-11 16:42:55.795496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.798096"], ["updated_at", "2018-10-11 16:42:55.798096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.799962"], ["updated_at", "2018-10-11 16:42:55.799962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.801606"], ["updated_at", "2018-10-11 16:42:55.801606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.803316"], ["updated_at", "2018-10-11 16:42:55.803316"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.805453"], ["updated_at", "2018-10-11 16:42:55.805453"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.807173"], ["updated_at", "2018-10-11 16:42:55.807173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.809153"], ["updated_at", "2018-10-11 16:42:55.809153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.810780"], ["updated_at", "2018-10-11 16:42:55.810780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.812299"], ["updated_at", "2018-10-11 16:42:55.812299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.814057"], ["updated_at", "2018-10-11 16:42:55.814057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.815839"], ["updated_at", "2018-10-11 16:42:55.815839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.817478"], ["updated_at", "2018-10-11 16:42:55.817478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.819254"], ["updated_at", "2018-10-11 16:42:55.819254"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.821019"], ["updated_at", "2018-10-11 16:42:55.821019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.822797"], ["updated_at", "2018-10-11 16:42:55.822797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.824597"], ["updated_at", "2018-10-11 16:42:55.824597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.826313"], ["updated_at", "2018-10-11 16:42:55.826313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.827980"], ["updated_at", "2018-10-11 16:42:55.827980"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.829925"], ["updated_at", "2018-10-11 16:42:55.829925"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.831786"], ["updated_at", "2018-10-11 16:42:55.831786"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.834047"], ["updated_at", "2018-10-11 16:42:55.834047"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.836100"], ["updated_at", "2018-10-11 16:42:55.836100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.838082"], ["updated_at", "2018-10-11 16:42:55.838082"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.839797"], ["updated_at", "2018-10-11 16:42:55.839797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.841504"], ["updated_at", "2018-10-11 16:42:55.841504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.843160"], ["updated_at", "2018-10-11 16:42:55.843160"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.844707"], ["updated_at", "2018-10-11 16:42:55.844707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.846790"], ["updated_at", "2018-10-11 16:42:55.846790"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.848605"], ["updated_at", "2018-10-11 16:42:55.848605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.850446"], ["updated_at", "2018-10-11 16:42:55.850446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.852101"], ["updated_at", "2018-10-11 16:42:55.852101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.854210"], ["updated_at", "2018-10-11 16:42:55.854210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.855886"], ["updated_at", "2018-10-11 16:42:55.855886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.857437"], ["updated_at", "2018-10-11 16:42:55.857437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.858976"], ["updated_at", "2018-10-11 16:42:55.858976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.860531"], ["updated_at", "2018-10-11 16:42:55.860531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.862365"], ["updated_at", "2018-10-11 16:42:55.862365"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.864061"], ["updated_at", "2018-10-11 16:42:55.864061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.865748"], ["updated_at", "2018-10-11 16:42:55.865748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.867270"], ["updated_at", "2018-10-11 16:42:55.867270"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.868998"], ["updated_at", "2018-10-11 16:42:55.868998"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.871515"], ["updated_at", "2018-10-11 16:42:55.871515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.873416"], ["updated_at", "2018-10-11 16:42:55.873416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.875262"], ["updated_at", "2018-10-11 16:42:55.875262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.877285"], ["updated_at", "2018-10-11 16:42:55.877285"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.879209"], ["updated_at", "2018-10-11 16:42:55.879209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.880930"], ["updated_at", "2018-10-11 16:42:55.880930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.882553"], ["updated_at", "2018-10-11 16:42:55.882553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.884094"], ["updated_at", "2018-10-11 16:42:55.884094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.885962"], ["updated_at", "2018-10-11 16:42:55.885962"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.887576"], ["updated_at", "2018-10-11 16:42:55.887576"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.889511"], ["updated_at", "2018-10-11 16:42:55.889511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.891549"], ["updated_at", "2018-10-11 16:42:55.891549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.893314"], ["updated_at", "2018-10-11 16:42:55.893314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.895273"], ["updated_at", "2018-10-11 16:42:55.895273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.896902"], ["updated_at", "2018-10-11 16:42:55.896902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.898568"], ["updated_at", "2018-10-11 16:42:55.898568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.900192"], ["updated_at", "2018-10-11 16:42:55.900192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.901893"], ["updated_at", "2018-10-11 16:42:55.901893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.903514"], ["updated_at", "2018-10-11 16:42:55.903514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.905093"], ["updated_at", "2018-10-11 16:42:55.905093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.906689"], ["updated_at", "2018-10-11 16:42:55.906689"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.908641"], ["updated_at", "2018-10-11 16:42:55.908641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.911051"], ["updated_at", "2018-10-11 16:42:55.911051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.912882"], ["updated_at", "2018-10-11 16:42:55.912882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.914341"], ["updated_at", "2018-10-11 16:42:55.914341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.915796"], ["updated_at", "2018-10-11 16:42:55.915796"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.917581"], ["updated_at", "2018-10-11 16:42:55.917581"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.919328"], ["updated_at", "2018-10-11 16:42:55.919328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.921052"], ["updated_at", "2018-10-11 16:42:55.921052"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.922615"], ["updated_at", "2018-10-11 16:42:55.922615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.926619"], ["updated_at", "2018-10-11 16:42:55.926619"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.928392"], ["updated_at", "2018-10-11 16:42:55.928392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.930052"], ["updated_at", "2018-10-11 16:42:55.930052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.931640"], ["updated_at", "2018-10-11 16:42:55.931640"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.933233"], ["updated_at", "2018-10-11 16:42:55.933233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.935073"], ["updated_at", "2018-10-11 16:42:55.935073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.936581"], ["updated_at", "2018-10-11 16:42:55.936581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.938128"], ["updated_at", "2018-10-11 16:42:55.938128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.939739"], ["updated_at", "2018-10-11 16:42:55.939739"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.941555"], ["updated_at", "2018-10-11 16:42:55.941555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.943530"], ["updated_at", "2018-10-11 16:42:55.943530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.945184"], ["updated_at", "2018-10-11 16:42:55.945184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.946733"], ["updated_at", "2018-10-11 16:42:55.946733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.948242"], ["updated_at", "2018-10-11 16:42:55.948242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.949988"], ["updated_at", "2018-10-11 16:42:55.949988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.951498"], ["updated_at", "2018-10-11 16:42:55.951498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.953107"], ["updated_at", "2018-10-11 16:42:55.953107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.954674"], ["updated_at", "2018-10-11 16:42:55.954674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.956221"], ["updated_at", "2018-10-11 16:42:55.956221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.958159"], ["updated_at", "2018-10-11 16:42:55.958159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.960009"], ["updated_at", "2018-10-11 16:42:55.960009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.961654"], ["updated_at", "2018-10-11 16:42:55.961654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.963231"], ["updated_at", "2018-10-11 16:42:55.963231"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.964817"], ["updated_at", "2018-10-11 16:42:55.964817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.967006"], ["updated_at", "2018-10-11 16:42:55.967006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.968997"], ["updated_at", "2018-10-11 16:42:55.968997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.970649"], ["updated_at", "2018-10-11 16:42:55.970649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.972210"], ["updated_at", "2018-10-11 16:42:55.972210"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.973842"], ["updated_at", "2018-10-11 16:42:55.973842"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.976445"], ["updated_at", "2018-10-11 16:42:55.976445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.978263"], ["updated_at", "2018-10-11 16:42:55.978263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.979987"], ["updated_at", "2018-10-11 16:42:55.979987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.981679"], ["updated_at", "2018-10-11 16:42:55.981679"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.983467"], ["updated_at", "2018-10-11 16:42:55.983467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.986598"], ["updated_at", "2018-10-11 16:42:55.986598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.988183"], ["updated_at", "2018-10-11 16:42:55.988183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.989853"], ["updated_at", "2018-10-11 16:42:55.989853"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.991579"], ["updated_at", "2018-10-11 16:42:55.991579"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.994130"], ["updated_at", "2018-10-11 16:42:55.994130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.995956"], ["updated_at", "2018-10-11 16:42:55.995956"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.997628"], ["updated_at", "2018-10-11 16:42:55.997628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:55.999460"], ["updated_at", "2018-10-11 16:42:55.999460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.001019"], ["updated_at", "2018-10-11 16:42:56.001019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.002613"], ["updated_at", "2018-10-11 16:42:56.002613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.004138"], ["updated_at", "2018-10-11 16:42:56.004138"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.005709"], ["updated_at", "2018-10-11 16:42:56.005709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.007467"], ["updated_at", "2018-10-11 16:42:56.007467"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.009285"], ["updated_at", "2018-10-11 16:42:56.009285"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.011151"], ["updated_at", "2018-10-11 16:42:56.011151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.012978"], ["updated_at", "2018-10-11 16:42:56.012978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.014781"], ["updated_at", "2018-10-11 16:42:56.014781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.016490"], ["updated_at", "2018-10-11 16:42:56.016490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.018104"], ["updated_at", "2018-10-11 16:42:56.018104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.019880"], ["updated_at", "2018-10-11 16:42:56.019880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.021448"], ["updated_at", "2018-10-11 16:42:56.021448"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.023400"], ["updated_at", "2018-10-11 16:42:56.023400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.025321"], ["updated_at", "2018-10-11 16:42:56.025321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.026987"], ["updated_at", "2018-10-11 16:42:56.026987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.028557"], ["updated_at", "2018-10-11 16:42:56.028557"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.030208"], ["updated_at", "2018-10-11 16:42:56.030208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.032224"], ["updated_at", "2018-10-11 16:42:56.032224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.033929"], ["updated_at", "2018-10-11 16:42:56.033929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.035479"], ["updated_at", "2018-10-11 16:42:56.035479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.037217"], ["updated_at", "2018-10-11 16:42:56.037217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.039147"], ["updated_at", "2018-10-11 16:42:56.039147"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.040758"], ["updated_at", "2018-10-11 16:42:56.040758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.042710"], ["updated_at", "2018-10-11 16:42:56.042710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.044259"], ["updated_at", "2018-10-11 16:42:56.044259"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.045847"], ["updated_at", "2018-10-11 16:42:56.045847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.047990"], ["updated_at", "2018-10-11 16:42:56.047990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.049570"], ["updated_at", "2018-10-11 16:42:56.049570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.051196"], ["updated_at", "2018-10-11 16:42:56.051196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.052815"], ["updated_at", "2018-10-11 16:42:56.052815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.054397"], ["updated_at", "2018-10-11 16:42:56.054397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.056347"], ["updated_at", "2018-10-11 16:42:56.056347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.058029"], ["updated_at", "2018-10-11 16:42:56.058029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.059586"], ["updated_at", "2018-10-11 16:42:56.059586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.061172"], ["updated_at", "2018-10-11 16:42:56.061172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.062693"], ["updated_at", "2018-10-11 16:42:56.062693"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.064536"], ["updated_at", "2018-10-11 16:42:56.064536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.066186"], ["updated_at", "2018-10-11 16:42:56.066186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.067760"], ["updated_at", "2018-10-11 16:42:56.067760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.069307"], ["updated_at", "2018-10-11 16:42:56.069307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.070916"], ["updated_at", "2018-10-11 16:42:56.070916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.072446"], ["updated_at", "2018-10-11 16:42:56.072446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.073956"], ["updated_at", "2018-10-11 16:42:56.073956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.075920"], ["updated_at", "2018-10-11 16:42:56.075920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.077636"], ["updated_at", "2018-10-11 16:42:56.077636"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.079170"], ["updated_at", "2018-10-11 16:42:56.079170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.081210"], ["updated_at", "2018-10-11 16:42:56.081210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.082827"], ["updated_at", "2018-10-11 16:42:56.082827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.084395"], ["updated_at", "2018-10-11 16:42:56.084395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.085946"], ["updated_at", "2018-10-11 16:42:56.085946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.087825"], ["updated_at", "2018-10-11 16:42:56.087825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.089395"], ["updated_at", "2018-10-11 16:42:56.089395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.090935"], ["updated_at", "2018-10-11 16:42:56.090935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.092467"], ["updated_at", "2018-10-11 16:42:56.092467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.094007"], ["updated_at", "2018-10-11 16:42:56.094007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.095550"], ["updated_at", "2018-10-11 16:42:56.095550"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.097078"], ["updated_at", "2018-10-11 16:42:56.097078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.099007"], ["updated_at", "2018-10-11 16:42:56.099007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.100634"], ["updated_at", "2018-10-11 16:42:56.100634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.102174"], ["updated_at", "2018-10-11 16:42:56.102174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.103984"], ["updated_at", "2018-10-11 16:42:56.103984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.105578"], ["updated_at", "2018-10-11 16:42:56.105578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.107109"], ["updated_at", "2018-10-11 16:42:56.107109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.109035"], ["updated_at", "2018-10-11 16:42:56.109035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.110781"], ["updated_at", "2018-10-11 16:42:56.110781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.112366"], ["updated_at", "2018-10-11 16:42:56.112366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.113897"], ["updated_at", "2018-10-11 16:42:56.113897"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.115483"], ["updated_at", "2018-10-11 16:42:56.115483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.117426"], ["updated_at", "2018-10-11 16:42:56.117426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.119056"], ["updated_at", "2018-10-11 16:42:56.119056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.120609"], ["updated_at", "2018-10-11 16:42:56.120609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.122160"], ["updated_at", "2018-10-11 16:42:56.122160"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.123756"], ["updated_at", "2018-10-11 16:42:56.123756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.126066"], ["updated_at", "2018-10-11 16:42:56.126066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.127713"], ["updated_at", "2018-10-11 16:42:56.127713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.129371"], ["updated_at", "2018-10-11 16:42:56.129371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.131014"], ["updated_at", "2018-10-11 16:42:56.131014"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.133003"], ["updated_at", "2018-10-11 16:42:56.133003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.134730"], ["updated_at", "2018-10-11 16:42:56.134730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.136333"], ["updated_at", "2018-10-11 16:42:56.136333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.137849"], ["updated_at", "2018-10-11 16:42:56.137849"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.139397"], ["updated_at", "2018-10-11 16:42:56.139397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.141272"], ["updated_at", "2018-10-11 16:42:56.141272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.142891"], ["updated_at", "2018-10-11 16:42:56.142891"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.144650"], ["updated_at", "2018-10-11 16:42:56.144650"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.146877"], ["updated_at", "2018-10-11 16:42:56.146877"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.148813"], ["updated_at", "2018-10-11 16:42:56.148813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.150708"], ["updated_at", "2018-10-11 16:42:56.150708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.152371"], ["updated_at", "2018-10-11 16:42:56.152371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.153907"], ["updated_at", "2018-10-11 16:42:56.153907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.155411"], ["updated_at", "2018-10-11 16:42:56.155411"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.157767"], ["updated_at", "2018-10-11 16:42:56.157767"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.160160"], ["updated_at", "2018-10-11 16:42:56.160160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.162318"], ["updated_at", "2018-10-11 16:42:56.162318"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.163947"], ["updated_at", "2018-10-11 16:42:56.163947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.166058"], ["updated_at", "2018-10-11 16:42:56.166058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.167760"], ["updated_at", "2018-10-11 16:42:56.167760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.169338"], ["updated_at", "2018-10-11 16:42:56.169338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.170990"], ["updated_at", "2018-10-11 16:42:56.170990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.172543"], ["updated_at", "2018-10-11 16:42:56.172543"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.174562"], ["updated_at", "2018-10-11 16:42:56.174562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.176563"], ["updated_at", "2018-10-11 16:42:56.176563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.178309"], ["updated_at", "2018-10-11 16:42:56.178309"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.180000"], ["updated_at", "2018-10-11 16:42:56.180000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.181824"], ["updated_at", "2018-10-11 16:42:56.181824"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.183635"], ["updated_at", "2018-10-11 16:42:56.183635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.185349"], ["updated_at", "2018-10-11 16:42:56.185349"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.188055"], ["updated_at", "2018-10-11 16:42:56.188055"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.194144"], ["updated_at", "2018-10-11 16:42:56.194144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.199276"], ["updated_at", "2018-10-11 16:42:56.199276"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.200998"], ["updated_at", "2018-10-11 16:42:56.200998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.202898"], ["updated_at", "2018-10-11 16:42:56.202898"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.204659"], ["updated_at", "2018-10-11 16:42:56.204659"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.206594"], ["updated_at", "2018-10-11 16:42:56.206594"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.208275"], ["updated_at", "2018-10-11 16:42:56.208275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.213619"], ["updated_at", "2018-10-11 16:42:56.213619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.215867"], ["updated_at", "2018-10-11 16:42:56.215867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.217461"], ["updated_at", "2018-10-11 16:42:56.217461"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.219352"], ["updated_at", "2018-10-11 16:42:56.219352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.221053"], ["updated_at", "2018-10-11 16:42:56.221053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.223022"], ["updated_at", "2018-10-11 16:42:56.223022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.224601"], ["updated_at", "2018-10-11 16:42:56.224601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.226380"], ["updated_at", "2018-10-11 16:42:56.226380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.228073"], ["updated_at", "2018-10-11 16:42:56.228073"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.229789"], ["updated_at", "2018-10-11 16:42:56.229789"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.232020"], ["updated_at", "2018-10-11 16:42:56.232020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.233737"], ["updated_at", "2018-10-11 16:42:56.233737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.235275"], ["updated_at", "2018-10-11 16:42:56.235275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.236878"], ["updated_at", "2018-10-11 16:42:56.236878"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.238775"], ["updated_at", "2018-10-11 16:42:56.238775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.240587"], ["updated_at", "2018-10-11 16:42:56.240587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.242187"], ["updated_at", "2018-10-11 16:42:56.242187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.243842"], ["updated_at", "2018-10-11 16:42:56.243842"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.245510"], ["updated_at", "2018-10-11 16:42:56.245510"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.247747"], ["updated_at", "2018-10-11 16:42:56.247747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.249420"], ["updated_at", "2018-10-11 16:42:56.249420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.250995"], ["updated_at", "2018-10-11 16:42:56.250995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.252525"], ["updated_at", "2018-10-11 16:42:56.252525"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.254115"], ["updated_at", "2018-10-11 16:42:56.254115"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.256203"], ["updated_at", "2018-10-11 16:42:56.256203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.257953"], ["updated_at", "2018-10-11 16:42:56.257953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.259528"], ["updated_at", "2018-10-11 16:42:56.259528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.261248"], ["updated_at", "2018-10-11 16:42:56.261248"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.263467"], ["updated_at", "2018-10-11 16:42:56.263467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.265285"], ["updated_at", "2018-10-11 16:42:56.265285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.266879"], ["updated_at", "2018-10-11 16:42:56.266879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.268490"], ["updated_at", "2018-10-11 16:42:56.268490"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.270065"], ["updated_at", "2018-10-11 16:42:56.270065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.272268"], ["updated_at", "2018-10-11 16:42:56.272268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.273897"], ["updated_at", "2018-10-11 16:42:56.273897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.275406"], ["updated_at", "2018-10-11 16:42:56.275406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.276934"], ["updated_at", "2018-10-11 16:42:56.276934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.278518"], ["updated_at", "2018-10-11 16:42:56.278518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.280615"], ["updated_at", "2018-10-11 16:42:56.280615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.282304"], ["updated_at", "2018-10-11 16:42:56.282304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.283939"], ["updated_at", "2018-10-11 16:42:56.283939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.285550"], ["updated_at", "2018-10-11 16:42:56.285550"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.287527"], ["updated_at", "2018-10-11 16:42:56.287527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.289758"], ["updated_at", "2018-10-11 16:42:56.289758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.291437"], ["updated_at", "2018-10-11 16:42:56.291437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.293014"], ["updated_at", "2018-10-11 16:42:56.293014"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.294543"], ["updated_at", "2018-10-11 16:42:56.294543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.296083"], ["updated_at", "2018-10-11 16:42:56.296083"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.297914"], ["updated_at", "2018-10-11 16:42:56.297914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.299812"], ["updated_at", "2018-10-11 16:42:56.299812"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.301490"], ["updated_at", "2018-10-11 16:42:56.301490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.303623"], ["updated_at", "2018-10-11 16:42:56.303623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.305275"], ["updated_at", "2018-10-11 16:42:56.305275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.306877"], ["updated_at", "2018-10-11 16:42:56.306877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.309853"], ["updated_at", "2018-10-11 16:42:56.309853"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.311913"], ["updated_at", "2018-10-11 16:42:56.311913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.314068"], ["updated_at", "2018-10-11 16:42:56.314068"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.315759"], ["updated_at", "2018-10-11 16:42:56.315759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.317589"], ["updated_at", "2018-10-11 16:42:56.317589"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.319779"], ["updated_at", "2018-10-11 16:42:56.319779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.321651"], ["updated_at", "2018-10-11 16:42:56.321651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.323182"], ["updated_at", "2018-10-11 16:42:56.323182"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.325190"], ["updated_at", "2018-10-11 16:42:56.325190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.327288"], ["updated_at", "2018-10-11 16:42:56.327288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.329428"], ["updated_at", "2018-10-11 16:42:56.329428"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.331146"], ["updated_at", "2018-10-11 16:42:56.331146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.333010"], ["updated_at", "2018-10-11 16:42:56.333010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.334737"], ["updated_at", "2018-10-11 16:42:56.334737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.336381"], ["updated_at", "2018-10-11 16:42:56.336381"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.338280"], ["updated_at", "2018-10-11 16:42:56.338280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.340280"], ["updated_at", "2018-10-11 16:42:56.340280"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.342184"], ["updated_at", "2018-10-11 16:42:56.342184"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.345116"], ["updated_at", "2018-10-11 16:42:56.345116"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.348216"], ["updated_at", "2018-10-11 16:42:56.348216"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.352807"], ["updated_at", "2018-10-11 16:42:56.352807"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.356783"], ["updated_at", "2018-10-11 16:42:56.356783"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.360612"], ["updated_at", "2018-10-11 16:42:56.360612"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.363030"], ["updated_at", "2018-10-11 16:42:56.363030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.365153"], ["updated_at", "2018-10-11 16:42:56.365153"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.367065"], ["updated_at", "2018-10-11 16:42:56.367065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.369412"], ["updated_at", "2018-10-11 16:42:56.369412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.371079"], ["updated_at", "2018-10-11 16:42:56.371079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.372637"], ["updated_at", "2018-10-11 16:42:56.372637"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.374151"], ["updated_at", "2018-10-11 16:42:56.374151"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.376607"], ["updated_at", "2018-10-11 16:42:56.376607"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.379773"], ["updated_at", "2018-10-11 16:42:56.379773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.381583"], ["updated_at", "2018-10-11 16:42:56.381583"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.383336"], ["updated_at", "2018-10-11 16:42:56.383336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.385978"], ["updated_at", "2018-10-11 16:42:56.385978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.387622"], ["updated_at", "2018-10-11 16:42:56.387622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.389304"], ["updated_at", "2018-10-11 16:42:56.389304"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.390871"], ["updated_at", "2018-10-11 16:42:56.390871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.393567"], ["updated_at", "2018-10-11 16:42:56.393567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.395213"], ["updated_at", "2018-10-11 16:42:56.395213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.396887"], ["updated_at", "2018-10-11 16:42:56.396887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.398534"], ["updated_at", "2018-10-11 16:42:56.398534"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.400570"], ["updated_at", "2018-10-11 16:42:56.400570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.402482"], ["updated_at", "2018-10-11 16:42:56.402482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.404071"], ["updated_at", "2018-10-11 16:42:56.404071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.405625"], ["updated_at", "2018-10-11 16:42:56.405625"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.407211"], ["updated_at", "2018-10-11 16:42:56.407211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.409784"], ["updated_at", "2018-10-11 16:42:56.409784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.411440"], ["updated_at", "2018-10-11 16:42:56.411440"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.413182"], ["updated_at", "2018-10-11 16:42:56.413182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.414895"], ["updated_at", "2018-10-11 16:42:56.414895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.417124"], ["updated_at", "2018-10-11 16:42:56.417124"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.418930"], ["updated_at", "2018-10-11 16:42:56.418930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.420639"], ["updated_at", "2018-10-11 16:42:56.420639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.422202"], ["updated_at", "2018-10-11 16:42:56.422202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.424199"], ["updated_at", "2018-10-11 16:42:56.424199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.426745"], ["updated_at", "2018-10-11 16:42:56.426745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.428406"], ["updated_at", "2018-10-11 16:42:56.428406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.430103"], ["updated_at", "2018-10-11 16:42:56.430103"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.431815"], ["updated_at", "2018-10-11 16:42:56.431815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.434424"], ["updated_at", "2018-10-11 16:42:56.434424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.436102"], ["updated_at", "2018-10-11 16:42:56.436102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.437882"], ["updated_at", "2018-10-11 16:42:56.437882"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.439458"], ["updated_at", "2018-10-11 16:42:56.439458"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.441963"], ["updated_at", "2018-10-11 16:42:56.441963"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.444464"], ["updated_at", "2018-10-11 16:42:56.444464"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.447314"], ["updated_at", "2018-10-11 16:42:56.447314"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.451592"], ["updated_at", "2018-10-11 16:42:56.451592"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.454070"], ["updated_at", "2018-10-11 16:42:56.454070"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.456063"], ["updated_at", "2018-10-11 16:42:56.456063"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.458630"], ["updated_at", "2018-10-11 16:42:56.458630"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.461253"], ["updated_at", "2018-10-11 16:42:56.461253"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.463958"], ["updated_at", "2018-10-11 16:42:56.463958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.466634"], ["updated_at", "2018-10-11 16:42:56.466634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.468480"], ["updated_at", "2018-10-11 16:42:56.468480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.470264"], ["updated_at", "2018-10-11 16:42:56.470264"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.472127"], ["updated_at", "2018-10-11 16:42:56.472127"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.474404"], ["updated_at", "2018-10-11 16:42:56.474404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.476684"], ["updated_at", "2018-10-11 16:42:56.476684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.478339"], ["updated_at", "2018-10-11 16:42:56.478339"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.480014"], ["updated_at", "2018-10-11 16:42:56.480014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.482511"], ["updated_at", "2018-10-11 16:42:56.482511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.484264"], ["updated_at", "2018-10-11 16:42:56.484264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.485834"], ["updated_at", "2018-10-11 16:42:56.485834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.487363"], ["updated_at", "2018-10-11 16:42:56.487363"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.489097"], ["updated_at", "2018-10-11 16:42:56.489097"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.491337"], ["updated_at", "2018-10-11 16:42:56.491337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.494157"], ["updated_at", "2018-10-11 16:42:56.494157"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.495745"], ["updated_at", "2018-10-11 16:42:56.495745"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.498294"], ["updated_at", "2018-10-11 16:42:56.498294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.500116"], ["updated_at", "2018-10-11 16:42:56.500116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.501782"], ["updated_at", "2018-10-11 16:42:56.501782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.503374"], ["updated_at", "2018-10-11 16:42:56.503374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.505392"], ["updated_at", "2018-10-11 16:42:56.505392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.507333"], ["updated_at", "2018-10-11 16:42:56.507333"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.509168"], ["updated_at", "2018-10-11 16:42:56.509168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.511042"], ["updated_at", "2018-10-11 16:42:56.511042"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.512657"], ["updated_at", "2018-10-11 16:42:56.512657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.515199"], ["updated_at", "2018-10-11 16:42:56.515199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.516909"], ["updated_at", "2018-10-11 16:42:56.516909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.518763"], ["updated_at", "2018-10-11 16:42:56.518763"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.520314"], ["updated_at", "2018-10-11 16:42:56.520314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.522688"], ["updated_at", "2018-10-11 16:42:56.522688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.524372"], ["updated_at", "2018-10-11 16:42:56.524372"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.526526"], ["updated_at", "2018-10-11 16:42:56.526526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.528243"], ["updated_at", "2018-10-11 16:42:56.528243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.529906"], ["updated_at", "2018-10-11 16:42:56.529906"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.531500"], ["updated_at", "2018-10-11 16:42:56.531500"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.533960"], ["updated_at", "2018-10-11 16:42:56.533960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.535787"], ["updated_at", "2018-10-11 16:42:56.535787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.537788"], ["updated_at", "2018-10-11 16:42:56.537788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.539553"], ["updated_at", "2018-10-11 16:42:56.539553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.541148"], ["updated_at", "2018-10-11 16:42:56.541148"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.543222"], ["updated_at", "2018-10-11 16:42:56.543222"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.545557"], ["updated_at", "2018-10-11 16:42:56.545557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.547523"], ["updated_at", "2018-10-11 16:42:56.547523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.549189"], ["updated_at", "2018-10-11 16:42:56.549189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.550806"], ["updated_at", "2018-10-11 16:42:56.550806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.552463"], ["updated_at", "2018-10-11 16:42:56.552463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.553956"], ["updated_at", "2018-10-11 16:42:56.553956"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.555519"], ["updated_at", "2018-10-11 16:42:56.555519"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.557699"], ["updated_at", "2018-10-11 16:42:56.557699"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.559773"], ["updated_at", "2018-10-11 16:42:56.559773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.562000"], ["updated_at", "2018-10-11 16:42:56.562000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.563935"], ["updated_at", "2018-10-11 16:42:56.563935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.565608"], ["updated_at", "2018-10-11 16:42:56.565608"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.567200"], ["updated_at", "2018-10-11 16:42:56.567200"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.569078"], ["updated_at", "2018-10-11 16:42:56.569078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.571260"], ["updated_at", "2018-10-11 16:42:56.571260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.572857"], ["updated_at", "2018-10-11 16:42:56.572857"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.574413"], ["updated_at", "2018-10-11 16:42:56.574413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.576570"], ["updated_at", "2018-10-11 16:42:56.576570"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.578212"], ["updated_at", "2018-10-11 16:42:56.578212"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.580075"], ["updated_at", "2018-10-11 16:42:56.580075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.582967"], ["updated_at", "2018-10-11 16:42:56.582967"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.584820"], ["updated_at", "2018-10-11 16:42:56.584820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.587127"], ["updated_at", "2018-10-11 16:42:56.587127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.588842"], ["updated_at", "2018-10-11 16:42:56.588842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.590413"], ["updated_at", "2018-10-11 16:42:56.590413"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.591997"], ["updated_at", "2018-10-11 16:42:56.591997"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.595195"], ["updated_at", "2018-10-11 16:42:56.595195"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.597238"], ["updated_at", "2018-10-11 16:42:56.597238"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.599030"], ["updated_at", "2018-10-11 16:42:56.599030"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.600764"], ["updated_at", "2018-10-11 16:42:56.600764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.603065"], ["updated_at", "2018-10-11 16:42:56.603065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.604721"], ["updated_at", "2018-10-11 16:42:56.604721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.606303"], ["updated_at", "2018-10-11 16:42:56.606303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.607836"], ["updated_at", "2018-10-11 16:42:56.607836"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.609974"], ["updated_at", "2018-10-11 16:42:56.609974"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.612706"], ["updated_at", "2018-10-11 16:42:56.612706"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.615825"], ["updated_at", "2018-10-11 16:42:56.615825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.618065"], ["updated_at", "2018-10-11 16:42:56.618065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.619874"], ["updated_at", "2018-10-11 16:42:56.619874"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.621479"], ["updated_at", "2018-10-11 16:42:56.621479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.623125"], ["updated_at", "2018-10-11 16:42:56.623125"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.624672"], ["updated_at", "2018-10-11 16:42:56.624672"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.628257"], ["updated_at", "2018-10-11 16:42:56.628257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.630617"], ["updated_at", "2018-10-11 16:42:56.630617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.632355"], ["updated_at", "2018-10-11 16:42:56.632355"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.634363"], ["updated_at", "2018-10-11 16:42:56.634363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.636281"], ["updated_at", "2018-10-11 16:42:56.636281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.637847"], ["updated_at", "2018-10-11 16:42:56.637847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.639398"], ["updated_at", "2018-10-11 16:42:56.639398"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.640943"], ["updated_at", "2018-10-11 16:42:56.640943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.644503"], ["updated_at", "2018-10-11 16:42:56.644503"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.646228"], ["updated_at", "2018-10-11 16:42:56.646228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.648261"], ["updated_at", "2018-10-11 16:42:56.648261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.650041"], ["updated_at", "2018-10-11 16:42:56.650041"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.651812"], ["updated_at", "2018-10-11 16:42:56.651812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.654014"], ["updated_at", "2018-10-11 16:42:56.654014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.655712"], ["updated_at", "2018-10-11 16:42:56.655712"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.657317"], ["updated_at", "2018-10-11 16:42:56.657317"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.659880"], ["updated_at", "2018-10-11 16:42:56.659880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.661614"], ["updated_at", "2018-10-11 16:42:56.661614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.663292"], ["updated_at", "2018-10-11 16:42:56.663292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.665021"], ["updated_at", "2018-10-11 16:42:56.665021"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.667317"], ["updated_at", "2018-10-11 16:42:56.667317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.670593"], ["updated_at", "2018-10-11 16:42:56.670593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.672313"], ["updated_at", "2018-10-11 16:42:56.672313"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.673943"], ["updated_at", "2018-10-11 16:42:56.673943"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.676685"], ["updated_at", "2018-10-11 16:42:56.676685"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.678735"], ["updated_at", "2018-10-11 16:42:56.678735"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.680728"], ["updated_at", "2018-10-11 16:42:56.680728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.682917"], ["updated_at", "2018-10-11 16:42:56.682917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.684647"], ["updated_at", "2018-10-11 16:42:56.684647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.686313"], ["updated_at", "2018-10-11 16:42:56.686313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.687847"], ["updated_at", "2018-10-11 16:42:56.687847"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.689620"], ["updated_at", "2018-10-11 16:42:56.689620"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.691320"], ["updated_at", "2018-10-11 16:42:56.691320"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.694153"], ["updated_at", "2018-10-11 16:42:56.694153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.696139"], ["updated_at", "2018-10-11 16:42:56.696139"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.697992"], ["updated_at", "2018-10-11 16:42:56.697992"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.700274"], ["updated_at", "2018-10-11 16:42:56.700274"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.702906"], ["updated_at", "2018-10-11 16:42:56.702906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.704873"], ["updated_at", "2018-10-11 16:42:56.704873"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.706667"], ["updated_at", "2018-10-11 16:42:56.706667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.708988"], ["updated_at", "2018-10-11 16:42:56.708988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.710884"], ["updated_at", "2018-10-11 16:42:56.710884"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.712445"], ["updated_at", "2018-10-11 16:42:56.712445"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.714478"], ["updated_at", "2018-10-11 16:42:56.714478"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.716515"], ["updated_at", "2018-10-11 16:42:56.716515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.718358"], ["updated_at", "2018-10-11 16:42:56.718358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.719931"], ["updated_at", "2018-10-11 16:42:56.719931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.721458"], ["updated_at", "2018-10-11 16:42:56.721458"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.723360"], ["updated_at", "2018-10-11 16:42:56.723360"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.725018"], ["updated_at", "2018-10-11 16:42:56.725018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.727915"], ["updated_at", "2018-10-11 16:42:56.727915"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.729627"], ["updated_at", "2018-10-11 16:42:56.729627"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.732161"], ["updated_at", "2018-10-11 16:42:56.732161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.734004"], ["updated_at", "2018-10-11 16:42:56.734004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.735714"], ["updated_at", "2018-10-11 16:42:56.735714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.737310"], ["updated_at", "2018-10-11 16:42:56.737310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.739305"], ["updated_at", "2018-10-11 16:42:56.739305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.741233"], ["updated_at", "2018-10-11 16:42:56.741233"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.743166"], ["updated_at", "2018-10-11 16:42:56.743166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.745044"], ["updated_at", "2018-10-11 16:42:56.745044"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.747100"], ["updated_at", "2018-10-11 16:42:56.747100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.749036"], ["updated_at", "2018-10-11 16:42:56.749036"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.750764"], ["updated_at", "2018-10-11 16:42:56.750764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.752568"], ["updated_at", "2018-10-11 16:42:56.752568"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.754225"], ["updated_at", "2018-10-11 16:42:56.754225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.756400"], ["updated_at", "2018-10-11 16:42:56.756400"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.758427"], ["updated_at", "2018-10-11 16:42:56.758427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.760611"], ["updated_at", "2018-10-11 16:42:56.760611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.762246"], ["updated_at", "2018-10-11 16:42:56.762246"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.763958"], ["updated_at", "2018-10-11 16:42:56.763958"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.766003"], ["updated_at", "2018-10-11 16:42:56.766003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.768066"], ["updated_at", "2018-10-11 16:42:56.768066"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.769714"], ["updated_at", "2018-10-11 16:42:56.769714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.772076"], ["updated_at", "2018-10-11 16:42:56.772076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.773807"], ["updated_at", "2018-10-11 16:42:56.773807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.775644"], ["updated_at", "2018-10-11 16:42:56.775644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.777583"], ["updated_at", "2018-10-11 16:42:56.777583"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.779723"], ["updated_at", "2018-10-11 16:42:56.779723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.781701"], ["updated_at", "2018-10-11 16:42:56.781701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.783503"], ["updated_at", "2018-10-11 16:42:56.783503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.785247"], ["updated_at", "2018-10-11 16:42:56.785247"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.787419"], ["updated_at", "2018-10-11 16:42:56.787419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.789812"], ["updated_at", "2018-10-11 16:42:56.789812"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.791530"], ["updated_at", "2018-10-11 16:42:56.791530"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.793953"], ["updated_at", "2018-10-11 16:42:56.793953"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.796700"], ["updated_at", "2018-10-11 16:42:56.796700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.798658"], ["updated_at", "2018-10-11 16:42:56.798658"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.800514"], ["updated_at", "2018-10-11 16:42:56.800514"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.802850"], ["updated_at", "2018-10-11 16:42:56.802850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.805037"], ["updated_at", "2018-10-11 16:42:56.805037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.806770"], ["updated_at", "2018-10-11 16:42:56.806770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.808528"], ["updated_at", "2018-10-11 16:42:56.808528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.810462"], ["updated_at", "2018-10-11 16:42:56.810462"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.812130"], ["updated_at", "2018-10-11 16:42:56.812130"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.814995"], ["updated_at", "2018-10-11 16:42:56.814995"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.817194"], ["updated_at", "2018-10-11 16:42:56.817194"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.819049"], ["updated_at", "2018-10-11 16:42:56.819049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.821111"], ["updated_at", "2018-10-11 16:42:56.821111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.822727"], ["updated_at", "2018-10-11 16:42:56.822727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.824276"], ["updated_at", "2018-10-11 16:42:56.824276"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.826533"], ["updated_at", "2018-10-11 16:42:56.826533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.830295"], ["updated_at", "2018-10-11 16:42:56.830295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.832180"], ["updated_at", "2018-10-11 16:42:56.832180"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.833882"], ["updated_at", "2018-10-11 16:42:56.833882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.836103"], ["updated_at", "2018-10-11 16:42:56.836103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.837953"], ["updated_at", "2018-10-11 16:42:56.837953"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.839808"], ["updated_at", "2018-10-11 16:42:56.839808"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.841889"], ["updated_at", "2018-10-11 16:42:56.841889"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.845016"], ["updated_at", "2018-10-11 16:42:56.845016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.847022"], ["updated_at", "2018-10-11 16:42:56.847022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.848871"], ["updated_at", "2018-10-11 16:42:56.848871"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.850609"], ["updated_at", "2018-10-11 16:42:56.850609"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.852815"], ["updated_at", "2018-10-11 16:42:56.852815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.854731"], ["updated_at", "2018-10-11 16:42:56.854731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.856295"], ["updated_at", "2018-10-11 16:42:56.856295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.857888"], ["updated_at", "2018-10-11 16:42:56.857888"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.859838"], ["updated_at", "2018-10-11 16:42:56.859838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.861890"], ["updated_at", "2018-10-11 16:42:56.861890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.863719"], ["updated_at", "2018-10-11 16:42:56.863719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.865639"], ["updated_at", "2018-10-11 16:42:56.865639"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.867461"], ["updated_at", "2018-10-11 16:42:56.867461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.869896"], ["updated_at", "2018-10-11 16:42:56.869896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.871514"], ["updated_at", "2018-10-11 16:42:56.871514"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.873059"], ["updated_at", "2018-10-11 16:42:56.873059"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.874872"], ["updated_at", "2018-10-11 16:42:56.874872"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.877553"], ["updated_at", "2018-10-11 16:42:56.877553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.879293"], ["updated_at", "2018-10-11 16:42:56.879293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.881288"], ["updated_at", "2018-10-11 16:42:56.881288"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.883043"], ["updated_at", "2018-10-11 16:42:56.883043"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.885363"], ["updated_at", "2018-10-11 16:42:56.885363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.887160"], ["updated_at", "2018-10-11 16:42:56.887160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.888723"], ["updated_at", "2018-10-11 16:42:56.888723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.890346"], ["updated_at", "2018-10-11 16:42:56.890346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.892882"], ["updated_at", "2018-10-11 16:42:56.892882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.894893"], ["updated_at", "2018-10-11 16:42:56.894893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.896556"], ["updated_at", "2018-10-11 16:42:56.896556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.898207"], ["updated_at", "2018-10-11 16:42:56.898207"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.900358"], ["updated_at", "2018-10-11 16:42:56.900358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.902263"], ["updated_at", "2018-10-11 16:42:56.902263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.903912"], ["updated_at", "2018-10-11 16:42:56.903912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.905471"], ["updated_at", "2018-10-11 16:42:56.905471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.907110"], ["updated_at", "2018-10-11 16:42:56.907110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.908985"], ["updated_at", "2018-10-11 16:42:56.908985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.910913"], ["updated_at", "2018-10-11 16:42:56.910913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.913005"], ["updated_at", "2018-10-11 16:42:56.913005"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.914778"], ["updated_at", "2018-10-11 16:42:56.914778"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.916945"], ["updated_at", "2018-10-11 16:42:56.916945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.918772"], ["updated_at", "2018-10-11 16:42:56.918772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.920343"], ["updated_at", "2018-10-11 16:42:56.920343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.921936"], ["updated_at", "2018-10-11 16:42:56.921936"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.923449"], ["updated_at", "2018-10-11 16:42:56.923449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.925691"], ["updated_at", "2018-10-11 16:42:56.925691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.927665"], ["updated_at", "2018-10-11 16:42:56.927665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.929306"], ["updated_at", "2018-10-11 16:42:56.929306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.930847"], ["updated_at", "2018-10-11 16:42:56.930847"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.932869"], ["updated_at", "2018-10-11 16:42:56.932869"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.934840"], ["updated_at", "2018-10-11 16:42:56.934840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.936638"], ["updated_at", "2018-10-11 16:42:56.936638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.938321"], ["updated_at", "2018-10-11 16:42:56.938321"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.940022"], ["updated_at", "2018-10-11 16:42:56.940022"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.942316"], ["updated_at", "2018-10-11 16:42:56.942316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.944244"], ["updated_at", "2018-10-11 16:42:56.944244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.945887"], ["updated_at", "2018-10-11 16:42:56.945887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.947499"], ["updated_at", "2018-10-11 16:42:56.947499"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.949524"], ["updated_at", "2018-10-11 16:42:56.949524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.951353"], ["updated_at", "2018-10-11 16:42:56.951353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.953112"], ["updated_at", "2018-10-11 16:42:56.953112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.954854"], ["updated_at", "2018-10-11 16:42:56.954854"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.956868"], ["updated_at", "2018-10-11 16:42:56.956868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.958944"], ["updated_at", "2018-10-11 16:42:56.958944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.960666"], ["updated_at", "2018-10-11 16:42:56.960666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.962228"], ["updated_at", "2018-10-11 16:42:56.962228"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.963742"], ["updated_at", "2018-10-11 16:42:56.963742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.965637"], ["updated_at", "2018-10-11 16:42:56.965637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.967207"], ["updated_at", "2018-10-11 16:42:56.967207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.969043"], ["updated_at", "2018-10-11 16:42:56.969043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.970796"], ["updated_at", "2018-10-11 16:42:56.970796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.972505"], ["updated_at", "2018-10-11 16:42:56.972505"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.974534"], ["updated_at", "2018-10-11 16:42:56.974534"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.976489"], ["updated_at", "2018-10-11 16:42:56.976489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.978215"], ["updated_at", "2018-10-11 16:42:56.978215"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.979822"], ["updated_at", "2018-10-11 16:42:56.979822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.982150"], ["updated_at", "2018-10-11 16:42:56.982150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.983898"], ["updated_at", "2018-10-11 16:42:56.983898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.985664"], ["updated_at", "2018-10-11 16:42:56.985664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.987454"], ["updated_at", "2018-10-11 16:42:56.987454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.989216"], ["updated_at", "2018-10-11 16:42:56.989216"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.990793"], ["updated_at", "2018-10-11 16:42:56.990793"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.993943"], ["updated_at", "2018-10-11 16:42:56.993943"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.997041"], ["updated_at", "2018-10-11 16:42:56.997041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:56.999435"], ["updated_at", "2018-10-11 16:42:56.999435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.001190"], ["updated_at", "2018-10-11 16:42:57.001190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.002916"], ["updated_at", "2018-10-11 16:42:57.002916"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.004615"], ["updated_at", "2018-10-11 16:42:57.004615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.006809"], ["updated_at", "2018-10-11 16:42:57.006809"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.008410"], ["updated_at", "2018-10-11 16:42:57.008410"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.011714"], ["updated_at", "2018-10-11 16:42:57.011714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.013953"], ["updated_at", "2018-10-11 16:42:57.013953"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.015712"], ["updated_at", "2018-10-11 16:42:57.015712"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.019007"], ["updated_at", "2018-10-11 16:42:57.019007"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.020790"], ["updated_at", "2018-10-11 16:42:57.020790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.022645"], ["updated_at", "2018-10-11 16:42:57.022645"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.024613"], ["updated_at", "2018-10-11 16:42:57.024613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.026599"], ["updated_at", "2018-10-11 16:42:57.026599"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.028290"], ["updated_at", "2018-10-11 16:42:57.028290"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.030289"], ["updated_at", "2018-10-11 16:42:57.030289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.031895"], ["updated_at", "2018-10-11 16:42:57.031895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.033488"], ["updated_at", "2018-10-11 16:42:57.033488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.035226"], ["updated_at", "2018-10-11 16:42:57.035226"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.037238"], ["updated_at", "2018-10-11 16:42:57.037238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.039228"], ["updated_at", "2018-10-11 16:42:57.039228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.040880"], ["updated_at", "2018-10-11 16:42:57.040880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.042566"], ["updated_at", "2018-10-11 16:42:57.042566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.044439"], ["updated_at", "2018-10-11 16:42:57.044439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.046161"], ["updated_at", "2018-10-11 16:42:57.046161"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.047766"], ["updated_at", "2018-10-11 16:42:57.047766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.049838"], ["updated_at", "2018-10-11 16:42:57.049838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.051582"], ["updated_at", "2018-10-11 16:42:57.051582"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.053691"], ["updated_at", "2018-10-11 16:42:57.053691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.055634"], ["updated_at", "2018-10-11 16:42:57.055634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.057385"], ["updated_at", "2018-10-11 16:42:57.057385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.059418"], ["updated_at", "2018-10-11 16:42:57.059418"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.061322"], ["updated_at", "2018-10-11 16:42:57.061322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.063256"], ["updated_at", "2018-10-11 16:42:57.063256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.064864"], ["updated_at", "2018-10-11 16:42:57.064864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.066419"], ["updated_at", "2018-10-11 16:42:57.066419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.068050"], ["updated_at", "2018-10-11 16:42:57.068050"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.070113"], ["updated_at", "2018-10-11 16:42:57.070113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.071814"], ["updated_at", "2018-10-11 16:42:57.071814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.073489"], ["updated_at", "2018-10-11 16:42:57.073489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.075405"], ["updated_at", "2018-10-11 16:42:57.075405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.077228"], ["updated_at", "2018-10-11 16:42:57.077228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.078826"], ["updated_at", "2018-10-11 16:42:57.078826"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.080805"], ["updated_at", "2018-10-11 16:42:57.080805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.082576"], ["updated_at", "2018-10-11 16:42:57.082576"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.084271"], ["updated_at", "2018-10-11 16:42:57.084271"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.086280"], ["updated_at", "2018-10-11 16:42:57.086280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.087934"], ["updated_at", "2018-10-11 16:42:57.087934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.089453"], ["updated_at", "2018-10-11 16:42:57.089453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.091136"], ["updated_at", "2018-10-11 16:42:57.091136"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.092936"], ["updated_at", "2018-10-11 16:42:57.092936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.095123"], ["updated_at", "2018-10-11 16:42:57.095123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.096866"], ["updated_at", "2018-10-11 16:42:57.096866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.098446"], ["updated_at", "2018-10-11 16:42:57.098446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.099966"], ["updated_at", "2018-10-11 16:42:57.099966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.101790"], ["updated_at", "2018-10-11 16:42:57.101790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.103638"], ["updated_at", "2018-10-11 16:42:57.103638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.105185"], ["updated_at", "2018-10-11 16:42:57.105185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.106704"], ["updated_at", "2018-10-11 16:42:57.106704"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.108232"], ["updated_at", "2018-10-11 16:42:57.108232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.110423"], ["updated_at", "2018-10-11 16:42:57.110423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.112191"], ["updated_at", "2018-10-11 16:42:57.112191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.113846"], ["updated_at", "2018-10-11 16:42:57.113846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.115389"], ["updated_at", "2018-10-11 16:42:57.115389"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.116957"], ["updated_at", "2018-10-11 16:42:57.116957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.118894"], ["updated_at", "2018-10-11 16:42:57.118894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.120459"], ["updated_at", "2018-10-11 16:42:57.120459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.122010"], ["updated_at", "2018-10-11 16:42:57.122010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.123530"], ["updated_at", "2018-10-11 16:42:57.123530"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.125499"], ["updated_at", "2018-10-11 16:42:57.125499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.127593"], ["updated_at", "2018-10-11 16:42:57.127593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.129199"], ["updated_at", "2018-10-11 16:42:57.129199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.130763"], ["updated_at", "2018-10-11 16:42:57.130763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.132476"], ["updated_at", "2018-10-11 16:42:57.132476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.134426"], ["updated_at", "2018-10-11 16:42:57.134426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.136147"], ["updated_at", "2018-10-11 16:42:57.136147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.137781"], ["updated_at", "2018-10-11 16:42:57.137781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.139373"], ["updated_at", "2018-10-11 16:42:57.139373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.140911"], ["updated_at", "2018-10-11 16:42:57.140911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.142600"], ["updated_at", "2018-10-11 16:42:57.142600"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.144502"], ["updated_at", "2018-10-11 16:42:57.144502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.146479"], ["updated_at", "2018-10-11 16:42:57.146479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.148109"], ["updated_at", "2018-10-11 16:42:57.148109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.149731"], ["updated_at", "2018-10-11 16:42:57.149731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.151760"], ["updated_at", "2018-10-11 16:42:57.151760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.153383"], ["updated_at", "2018-10-11 16:42:57.153383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.154930"], ["updated_at", "2018-10-11 16:42:57.154930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.156466"], ["updated_at", "2018-10-11 16:42:57.156466"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.157997"], ["updated_at", "2018-10-11 16:42:57.157997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.160147"], ["updated_at", "2018-10-11 16:42:57.160147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.161746"], ["updated_at", "2018-10-11 16:42:57.161746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.163325"], ["updated_at", "2018-10-11 16:42:57.163325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.164882"], ["updated_at", "2018-10-11 16:42:57.164882"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.166800"], ["updated_at", "2018-10-11 16:42:57.166800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.168626"], ["updated_at", "2018-10-11 16:42:57.168626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.170202"], ["updated_at", "2018-10-11 16:42:57.170202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.171835"], ["updated_at", "2018-10-11 16:42:57.171835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.173357"], ["updated_at", "2018-10-11 16:42:57.173357"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.175458"], ["updated_at", "2018-10-11 16:42:57.175458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.177303"], ["updated_at", "2018-10-11 16:42:57.177303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.179113"], ["updated_at", "2018-10-11 16:42:57.179113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.180758"], ["updated_at", "2018-10-11 16:42:57.180758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.182686"], ["updated_at", "2018-10-11 16:42:57.182686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.184308"], ["updated_at", "2018-10-11 16:42:57.184308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.185863"], ["updated_at", "2018-10-11 16:42:57.185863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.187470"], ["updated_at", "2018-10-11 16:42:57.187470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.189008"], ["updated_at", "2018-10-11 16:42:57.189008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.190725"], ["updated_at", "2018-10-11 16:42:57.190725"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.192323"], ["updated_at", "2018-10-11 16:42:57.192323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.194751"], ["updated_at", "2018-10-11 16:42:57.194751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.196546"], ["updated_at", "2018-10-11 16:42:57.196546"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.198140"], ["updated_at", "2018-10-11 16:42:57.198140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.200236"], ["updated_at", "2018-10-11 16:42:57.200236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.201834"], ["updated_at", "2018-10-11 16:42:57.201834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.203438"], ["updated_at", "2018-10-11 16:42:57.203438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.204975"], ["updated_at", "2018-10-11 16:42:57.204975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.206828"], ["updated_at", "2018-10-11 16:42:57.206828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.208667"], ["updated_at", "2018-10-11 16:42:57.208667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.210581"], ["updated_at", "2018-10-11 16:42:57.210581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.212202"], ["updated_at", "2018-10-11 16:42:57.212202"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.213757"], ["updated_at", "2018-10-11 16:42:57.213757"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.216118"], ["updated_at", "2018-10-11 16:42:57.216118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.218019"], ["updated_at", "2018-10-11 16:42:57.218019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.219794"], ["updated_at", "2018-10-11 16:42:57.219794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.221510"], ["updated_at", "2018-10-11 16:42:57.221510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.223610"], ["updated_at", "2018-10-11 16:42:57.223610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.225501"], ["updated_at", "2018-10-11 16:42:57.225501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.227477"], ["updated_at", "2018-10-11 16:42:57.227477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.229118"], ["updated_at", "2018-10-11 16:42:57.229118"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.231046"], ["updated_at", "2018-10-11 16:42:57.231046"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.233140"], ["updated_at", "2018-10-11 16:42:57.233140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.234898"], ["updated_at", "2018-10-11 16:42:57.234898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.236618"], ["updated_at", "2018-10-11 16:42:57.236618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.238351"], ["updated_at", "2018-10-11 16:42:57.238351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.240553"], ["updated_at", "2018-10-11 16:42:57.240553"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.242270"], ["updated_at", "2018-10-11 16:42:57.242270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.244417"], ["updated_at", "2018-10-11 16:42:57.244417"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.246069"], ["updated_at", "2018-10-11 16:42:57.246069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.248118"], ["updated_at", "2018-10-11 16:42:57.248118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.249841"], ["updated_at", "2018-10-11 16:42:57.249841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.251511"], ["updated_at", "2018-10-11 16:42:57.251511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.253186"], ["updated_at", "2018-10-11 16:42:57.253186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.255221"], ["updated_at", "2018-10-11 16:42:57.255221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.257161"], ["updated_at", "2018-10-11 16:42:57.257161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.258931"], ["updated_at", "2018-10-11 16:42:57.258931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.260802"], ["updated_at", "2018-10-11 16:42:57.260802"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.262354"], ["updated_at", "2018-10-11 16:42:57.262354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.264650"], ["updated_at", "2018-10-11 16:42:57.264650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.266348"], ["updated_at", "2018-10-11 16:42:57.266348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.268110"], ["updated_at", "2018-10-11 16:42:57.268110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.269769"], ["updated_at", "2018-10-11 16:42:57.269769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.271945"], ["updated_at", "2018-10-11 16:42:57.271945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.273706"], ["updated_at", "2018-10-11 16:42:57.273706"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.275394"], ["updated_at", "2018-10-11 16:42:57.275394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.277434"], ["updated_at", "2018-10-11 16:42:57.277434"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.279443"], ["updated_at", "2018-10-11 16:42:57.279443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.281328"], ["updated_at", "2018-10-11 16:42:57.281328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.282974"], ["updated_at", "2018-10-11 16:42:57.282974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.284676"], ["updated_at", "2018-10-11 16:42:57.284676"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.286369"], ["updated_at", "2018-10-11 16:42:57.286369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.288926"], ["updated_at", "2018-10-11 16:42:57.288926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.290650"], ["updated_at", "2018-10-11 16:42:57.290650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.292655"], ["updated_at", "2018-10-11 16:42:57.292655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.294288"], ["updated_at", "2018-10-11 16:42:57.294288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.295834"], ["updated_at", "2018-10-11 16:42:57.295834"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.297359"], ["updated_at", "2018-10-11 16:42:57.297359"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.299825"], ["updated_at", "2018-10-11 16:42:57.299825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.301683"], ["updated_at", "2018-10-11 16:42:57.301683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.303747"], ["updated_at", "2018-10-11 16:42:57.303747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.305713"], ["updated_at", "2018-10-11 16:42:57.305713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.307328"], ["updated_at", "2018-10-11 16:42:57.307328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.309057"], ["updated_at", "2018-10-11 16:42:57.309057"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.311075"], ["updated_at", "2018-10-11 16:42:57.311075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.313504"], ["updated_at", "2018-10-11 16:42:57.313504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.315198"], ["updated_at", "2018-10-11 16:42:57.315198"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.316975"], ["updated_at", "2018-10-11 16:42:57.316975"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.318798"], ["updated_at", "2018-10-11 16:42:57.318798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.321207"], ["updated_at", "2018-10-11 16:42:57.321207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.322971"], ["updated_at", "2018-10-11 16:42:57.322971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.324598"], ["updated_at", "2018-10-11 16:42:57.324598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.326366"], ["updated_at", "2018-10-11 16:42:57.326366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.328256"], ["updated_at", "2018-10-11 16:42:57.328256"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.329936"], ["updated_at", "2018-10-11 16:42:57.329936"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.332157"], ["updated_at", "2018-10-11 16:42:57.332157"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.334024"], ["updated_at", "2018-10-11 16:42:57.334024"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.336196"], ["updated_at", "2018-10-11 16:42:57.336196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.339567"], ["updated_at", "2018-10-11 16:42:57.339567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.341214"], ["updated_at", "2018-10-11 16:42:57.341214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.343124"], ["updated_at", "2018-10-11 16:42:57.343124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.344918"], ["updated_at", "2018-10-11 16:42:57.344918"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.346731"], ["updated_at", "2018-10-11 16:42:57.346731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.348675"], ["updated_at", "2018-10-11 16:42:57.348675"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.350397"], ["updated_at", "2018-10-11 16:42:57.350397"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.352865"], ["updated_at", "2018-10-11 16:42:57.352865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.354825"], ["updated_at", "2018-10-11 16:42:57.354825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.356429"], ["updated_at", "2018-10-11 16:42:57.356429"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.357986"], ["updated_at", "2018-10-11 16:42:57.357986"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.360438"], ["updated_at", "2018-10-11 16:42:57.360438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.362572"], ["updated_at", "2018-10-11 16:42:57.362572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.364339"], ["updated_at", "2018-10-11 16:42:57.364339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.365960"], ["updated_at", "2018-10-11 16:42:57.365960"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.368179"], ["updated_at", "2018-10-11 16:42:57.368179"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.370106"], ["updated_at", "2018-10-11 16:42:57.370106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.371811"], ["updated_at", "2018-10-11 16:42:57.371811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.373339"], ["updated_at", "2018-10-11 16:42:57.373339"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.374888"], ["updated_at", "2018-10-11 16:42:57.374888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.377086"], ["updated_at", "2018-10-11 16:42:57.377086"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.379254"], ["updated_at", "2018-10-11 16:42:57.379254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.381042"], ["updated_at", "2018-10-11 16:42:57.381042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.382683"], ["updated_at", "2018-10-11 16:42:57.382683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.384763"], ["updated_at", "2018-10-11 16:42:57.384763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.386658"], ["updated_at", "2018-10-11 16:42:57.386658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.388480"], ["updated_at", "2018-10-11 16:42:57.388480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.390077"], ["updated_at", "2018-10-11 16:42:57.390077"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.391738"], ["updated_at", "2018-10-11 16:42:57.391738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.394353"], ["updated_at", "2018-10-11 16:42:57.394353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.396078"], ["updated_at", "2018-10-11 16:42:57.396078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.397715"], ["updated_at", "2018-10-11 16:42:57.397715"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.399324"], ["updated_at", "2018-10-11 16:42:57.399324"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.401827"], ["updated_at", "2018-10-11 16:42:57.401827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.403794"], ["updated_at", "2018-10-11 16:42:57.403794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.405626"], ["updated_at", "2018-10-11 16:42:57.405626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.407277"], ["updated_at", "2018-10-11 16:42:57.407277"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.410082"], ["updated_at", "2018-10-11 16:42:57.410082"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.412709"], ["updated_at", "2018-10-11 16:42:57.412709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.414979"], ["updated_at", "2018-10-11 16:42:57.414979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.417193"], ["updated_at", "2018-10-11 16:42:57.417193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.419103"], ["updated_at", "2018-10-11 16:42:57.419103"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.420895"], ["updated_at", "2018-10-11 16:42:57.420895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.422487"], ["updated_at", "2018-10-11 16:42:57.422487"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.424089"], ["updated_at", "2018-10-11 16:42:57.424089"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.426642"], ["updated_at", "2018-10-11 16:42:57.426642"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.429253"], ["updated_at", "2018-10-11 16:42:57.429253"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.431249"], ["updated_at", "2018-10-11 16:42:57.431249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.433797"], ["updated_at", "2018-10-11 16:42:57.433797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.435545"], ["updated_at", "2018-10-11 16:42:57.435545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.437205"], ["updated_at", "2018-10-11 16:42:57.437205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.438822"], ["updated_at", "2018-10-11 16:42:57.438822"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.440345"], ["updated_at", "2018-10-11 16:42:57.440345"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.442121"], ["updated_at", "2018-10-11 16:42:57.442121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.444484"], ["updated_at", "2018-10-11 16:42:57.444484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.446184"], ["updated_at", "2018-10-11 16:42:57.446184"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.447789"], ["updated_at", "2018-10-11 16:42:57.447789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.450044"], ["updated_at", "2018-10-11 16:42:57.450044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.451779"], ["updated_at", "2018-10-11 16:42:57.451779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.453390"], ["updated_at", "2018-10-11 16:42:57.453390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.454986"], ["updated_at", "2018-10-11 16:42:57.454986"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.456957"], ["updated_at", "2018-10-11 16:42:57.456957"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.459109"], ["updated_at", "2018-10-11 16:42:57.459109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.461037"], ["updated_at", "2018-10-11 16:42:57.461037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.462625"], ["updated_at", "2018-10-11 16:42:57.462625"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.464253"], ["updated_at", "2018-10-11 16:42:57.464253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.466660"], ["updated_at", "2018-10-11 16:42:57.466660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.468407"], ["updated_at", "2018-10-11 16:42:57.468407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.470146"], ["updated_at", "2018-10-11 16:42:57.470146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.471840"], ["updated_at", "2018-10-11 16:42:57.471840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.473431"], ["updated_at", "2018-10-11 16:42:57.473431"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.474963"], ["updated_at", "2018-10-11 16:42:57.474963"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.477684"], ["updated_at", "2018-10-11 16:42:57.477684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.479388"], ["updated_at", "2018-10-11 16:42:57.479388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.481627"], ["updated_at", "2018-10-11 16:42:57.481627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.483378"], ["updated_at", "2018-10-11 16:42:57.483378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.485026"], ["updated_at", "2018-10-11 16:42:57.485026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.486664"], ["updated_at", "2018-10-11 16:42:57.486664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.488277"], ["updated_at", "2018-10-11 16:42:57.488277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.489793"], ["updated_at", "2018-10-11 16:42:57.489793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.491446"], ["updated_at", "2018-10-11 16:42:57.491446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.494160"], ["updated_at", "2018-10-11 16:42:57.494160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.495754"], ["updated_at", "2018-10-11 16:42:57.495754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.497785"], ["updated_at", "2018-10-11 16:42:57.497785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.499680"], ["updated_at", "2018-10-11 16:42:57.499680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.501430"], ["updated_at", "2018-10-11 16:42:57.501430"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.503049"], ["updated_at", "2018-10-11 16:42:57.503049"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.504830"], ["updated_at", "2018-10-11 16:42:57.504830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.507144"], ["updated_at", "2018-10-11 16:42:57.507144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.509007"], ["updated_at", "2018-10-11 16:42:57.509007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.510846"], ["updated_at", "2018-10-11 16:42:57.510846"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.512437"], ["updated_at", "2018-10-11 16:42:57.512437"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.514690"], ["updated_at", "2018-10-11 16:42:57.514690"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.516523"], ["updated_at", "2018-10-11 16:42:57.516523"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.518395"], ["updated_at", "2018-10-11 16:42:57.518395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.520144"], ["updated_at", "2018-10-11 16:42:57.520144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.521845"], ["updated_at", "2018-10-11 16:42:57.521845"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.523381"], ["updated_at", "2018-10-11 16:42:57.523381"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.526162"], ["updated_at", "2018-10-11 16:42:57.526162"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.528364"], ["updated_at", "2018-10-11 16:42:57.528364"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.531316"], ["updated_at", "2018-10-11 16:42:57.531316"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.533744"], ["updated_at", "2018-10-11 16:42:57.533744"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.535987"], ["updated_at", "2018-10-11 16:42:57.535987"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.538206"], ["updated_at", "2018-10-11 16:42:57.538206"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.541030"], ["updated_at", "2018-10-11 16:42:57.541030"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.544446"], ["updated_at", "2018-10-11 16:42:57.544446"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.549184"], ["updated_at", "2018-10-11 16:42:57.549184"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.551910"], ["updated_at", "2018-10-11 16:42:57.551910"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.555260"], ["updated_at", "2018-10-11 16:42:57.555260"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.557716"], ["updated_at", "2018-10-11 16:42:57.557716"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.560216"], ["updated_at", "2018-10-11 16:42:57.560216"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.571014"], ["updated_at", "2018-10-11 16:42:57.571014"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.573523"], ["updated_at", "2018-10-11 16:42:57.573523"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.576341"], ["updated_at", "2018-10-11 16:42:57.576341"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.578700"], ["updated_at", "2018-10-11 16:42:57.578700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.580689"], ["updated_at", "2018-10-11 16:42:57.580689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.582470"], ["updated_at", "2018-10-11 16:42:57.582470"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.584327"], ["updated_at", "2018-10-11 16:42:57.584327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.586295"], ["updated_at", "2018-10-11 16:42:57.586295"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.588197"], ["updated_at", "2018-10-11 16:42:57.588197"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.592335"], ["updated_at", "2018-10-11 16:42:57.592335"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.595224"], ["updated_at", "2018-10-11 16:42:57.595224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.596967"], ["updated_at", "2018-10-11 16:42:57.596967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.598551"], ["updated_at", "2018-10-11 16:42:57.598551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.600221"], ["updated_at", "2018-10-11 16:42:57.600221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.602087"], ["updated_at", "2018-10-11 16:42:57.602087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.603944"], ["updated_at", "2018-10-11 16:42:57.603944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.605621"], ["updated_at", "2018-10-11 16:42:57.605621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.607184"], ["updated_at", "2018-10-11 16:42:57.607184"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.608742"], ["updated_at", "2018-10-11 16:42:57.608742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.611373"], ["updated_at", "2018-10-11 16:42:57.611373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.613089"], ["updated_at", "2018-10-11 16:42:57.613089"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.614835"], ["updated_at", "2018-10-11 16:42:57.614835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.616594"], ["updated_at", "2018-10-11 16:42:57.616594"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.618334"], ["updated_at", "2018-10-11 16:42:57.618334"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.620252"], ["updated_at", "2018-10-11 16:42:57.620252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.622494"], ["updated_at", "2018-10-11 16:42:57.622494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.624113"], ["updated_at", "2018-10-11 16:42:57.624113"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.625696"], ["updated_at", "2018-10-11 16:42:57.625696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.628319"], ["updated_at", "2018-10-11 16:42:57.628319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.630016"], ["updated_at", "2018-10-11 16:42:57.630016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.631613"], ["updated_at", "2018-10-11 16:42:57.631613"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.633724"], ["updated_at", "2018-10-11 16:42:57.633724"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.635973"], ["updated_at", "2018-10-11 16:42:57.635973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.637785"], ["updated_at", "2018-10-11 16:42:57.637785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.639379"], ["updated_at", "2018-10-11 16:42:57.639379"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.641001"], ["updated_at", "2018-10-11 16:42:57.641001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.643571"], ["updated_at", "2018-10-11 16:42:57.643571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.645163"], ["updated_at", "2018-10-11 16:42:57.645163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.646743"], ["updated_at", "2018-10-11 16:42:57.646743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.648281"], ["updated_at", "2018-10-11 16:42:57.648281"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.650393"], ["updated_at", "2018-10-11 16:42:57.650393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.652559"], ["updated_at", "2018-10-11 16:42:57.652559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.654316"], ["updated_at", "2018-10-11 16:42:57.654316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.655935"], ["updated_at", "2018-10-11 16:42:57.655935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.657462"], ["updated_at", "2018-10-11 16:42:57.657462"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.659008"], ["updated_at", "2018-10-11 16:42:57.659008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.661692"], ["updated_at", "2018-10-11 16:42:57.661692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.663513"], ["updated_at", "2018-10-11 16:42:57.663513"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.665091"], ["updated_at", "2018-10-11 16:42:57.665091"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.667258"], ["updated_at", "2018-10-11 16:42:57.667258"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.669035"], ["updated_at", "2018-10-11 16:42:57.669035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.670846"], ["updated_at", "2018-10-11 16:42:57.670846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.672571"], ["updated_at", "2018-10-11 16:42:57.672571"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.674192"], ["updated_at", "2018-10-11 16:42:57.674192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.676830"], ["updated_at", "2018-10-11 16:42:57.676830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.678566"], ["updated_at", "2018-10-11 16:42:57.678566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.680166"], ["updated_at", "2018-10-11 16:42:57.680166"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.681773"], ["updated_at", "2018-10-11 16:42:57.681773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.684380"], ["updated_at", "2018-10-11 16:42:57.684380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.686139"], ["updated_at", "2018-10-11 16:42:57.686139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.687860"], ["updated_at", "2018-10-11 16:42:57.687860"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.689885"], ["updated_at", "2018-10-11 16:42:57.689885"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.691774"], ["updated_at", "2018-10-11 16:42:57.691774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.694593"], ["updated_at", "2018-10-11 16:42:57.694593"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.696523"], ["updated_at", "2018-10-11 16:42:57.696523"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.698632"], ["updated_at", "2018-10-11 16:42:57.698632"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.702127"], ["updated_at", "2018-10-11 16:42:57.702127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.703972"], ["updated_at", "2018-10-11 16:42:57.703972"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.705742"], ["updated_at", "2018-10-11 16:42:57.705742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.707438"], ["updated_at", "2018-10-11 16:42:57.707438"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.709007"], ["updated_at", "2018-10-11 16:42:57.709007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.711713"], ["updated_at", "2018-10-11 16:42:57.711713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.713363"], ["updated_at", "2018-10-11 16:42:57.713363"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.715346"], ["updated_at", "2018-10-11 16:42:57.715346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.717171"], ["updated_at", "2018-10-11 16:42:57.717171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.718941"], ["updated_at", "2018-10-11 16:42:57.718941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.720837"], ["updated_at", "2018-10-11 16:42:57.720837"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.722616"], ["updated_at", "2018-10-11 16:42:57.722616"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.724950"], ["updated_at", "2018-10-11 16:42:57.724950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.727501"], ["updated_at", "2018-10-11 16:42:57.727501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.729181"], ["updated_at", "2018-10-11 16:42:57.729181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.731287"], ["updated_at", "2018-10-11 16:42:57.731287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.733084"], ["updated_at", "2018-10-11 16:42:57.733084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.734726"], ["updated_at", "2018-10-11 16:42:57.734726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.736381"], ["updated_at", "2018-10-11 16:42:57.736381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.738076"], ["updated_at", "2018-10-11 16:42:57.738076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.739728"], ["updated_at", "2018-10-11 16:42:57.739728"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.741294"], ["updated_at", "2018-10-11 16:42:57.741294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.743986"], ["updated_at", "2018-10-11 16:42:57.743986"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.745605"], ["updated_at", "2018-10-11 16:42:57.745605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.747904"], ["updated_at", "2018-10-11 16:42:57.747904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.749653"], ["updated_at", "2018-10-11 16:42:57.749653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.751302"], ["updated_at", "2018-10-11 16:42:57.751302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.752978"], ["updated_at", "2018-10-11 16:42:57.752978"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.754650"], ["updated_at", "2018-10-11 16:42:57.754650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.756983"], ["updated_at", "2018-10-11 16:42:57.756983"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.758576"], ["updated_at", "2018-10-11 16:42:57.758576"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.761485"], ["updated_at", "2018-10-11 16:42:57.761485"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.763668"], ["updated_at", "2018-10-11 16:42:57.763668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.765530"], ["updated_at", "2018-10-11 16:42:57.765530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.767284"], ["updated_at", "2018-10-11 16:42:57.767284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.769014"], ["updated_at", "2018-10-11 16:42:57.769014"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.770912"], ["updated_at", "2018-10-11 16:42:57.770912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.773381"], ["updated_at", "2018-10-11 16:42:57.773381"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.774989"], ["updated_at", "2018-10-11 16:42:57.774989"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.777608"], ["updated_at", "2018-10-11 16:42:57.777608"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.780425"], ["updated_at", "2018-10-11 16:42:57.780425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.783035"], ["updated_at", "2018-10-11 16:42:57.783035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.784789"], ["updated_at", "2018-10-11 16:42:57.784789"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.786552"], ["updated_at", "2018-10-11 16:42:57.786552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.789017"], ["updated_at", "2018-10-11 16:42:57.789017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.790689"], ["updated_at", "2018-10-11 16:42:57.790689"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.793877"], ["updated_at", "2018-10-11 16:42:57.793877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.796524"], ["updated_at", "2018-10-11 16:42:57.796524"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.798797"], ["updated_at", "2018-10-11 16:42:57.798797"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.800915"], ["updated_at", "2018-10-11 16:42:57.800915"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.802711"], ["updated_at", "2018-10-11 16:42:57.802711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.805194"], ["updated_at", "2018-10-11 16:42:57.805194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.806977"], ["updated_at", "2018-10-11 16:42:57.806977"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.808532"], ["updated_at", "2018-10-11 16:42:57.808532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.810635"], ["updated_at", "2018-10-11 16:42:57.810635"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.812508"], ["updated_at", "2018-10-11 16:42:57.812508"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.814871"], ["updated_at", "2018-10-11 16:42:57.814871"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.817006"], ["updated_at", "2018-10-11 16:42:57.817006"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.819012"], ["updated_at", "2018-10-11 16:42:57.819012"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.821492"], ["updated_at", "2018-10-11 16:42:57.821492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.823348"], ["updated_at", "2018-10-11 16:42:57.823348"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.824923"], ["updated_at", "2018-10-11 16:42:57.824923"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.827217"], ["updated_at", "2018-10-11 16:42:57.827217"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.829090"], ["updated_at", "2018-10-11 16:42:57.829090"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.831301"], ["updated_at", "2018-10-11 16:42:57.831301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.833002"], ["updated_at", "2018-10-11 16:42:57.833002"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.834635"], ["updated_at", "2018-10-11 16:42:57.834635"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.837106"], ["updated_at", "2018-10-11 16:42:57.837106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.838834"], ["updated_at", "2018-10-11 16:42:57.838834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.840535"], ["updated_at", "2018-10-11 16:42:57.840535"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.842474"], ["updated_at", "2018-10-11 16:42:57.842474"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.845035"], ["updated_at", "2018-10-11 16:42:57.845035"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.846816"], ["updated_at", "2018-10-11 16:42:57.846816"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.848569"], ["updated_at", "2018-10-11 16:42:57.848569"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.850285"], ["updated_at", "2018-10-11 16:42:57.850285"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.852532"], ["updated_at", "2018-10-11 16:42:57.852532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.854552"], ["updated_at", "2018-10-11 16:42:57.854552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.856257"], ["updated_at", "2018-10-11 16:42:57.856257"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.857876"], ["updated_at", "2018-10-11 16:42:57.857876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.860171"], ["updated_at", "2018-10-11 16:42:57.860171"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.861879"], ["updated_at", "2018-10-11 16:42:57.861879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.864252"], ["updated_at", "2018-10-11 16:42:57.864252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.865942"], ["updated_at", "2018-10-11 16:42:57.865942"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.867557"], ["updated_at", "2018-10-11 16:42:57.867557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.870121"], ["updated_at", "2018-10-11 16:42:57.870121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.871834"], ["updated_at", "2018-10-11 16:42:57.871834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.873593"], ["updated_at", "2018-10-11 16:42:57.873593"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.875262"], ["updated_at", "2018-10-11 16:42:57.875262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.878605"], ["updated_at", "2018-10-11 16:42:57.878605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.880468"], ["updated_at", "2018-10-11 16:42:57.880468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.882125"], ["updated_at", "2018-10-11 16:42:57.882125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.884367"], ["updated_at", "2018-10-11 16:42:57.884367"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.886428"], ["updated_at", "2018-10-11 16:42:57.886428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.888247"], ["updated_at", "2018-10-11 16:42:57.888247"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.889965"], ["updated_at", "2018-10-11 16:42:57.889965"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.891800"], ["updated_at", "2018-10-11 16:42:57.891800"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.893798"], ["updated_at", "2018-10-11 16:42:57.893798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.896423"], ["updated_at", "2018-10-11 16:42:57.896423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.898185"], ["updated_at", "2018-10-11 16:42:57.898185"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.899951"], ["updated_at", "2018-10-11 16:42:57.899951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.902363"], ["updated_at", "2018-10-11 16:42:57.902363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.904151"], ["updated_at", "2018-10-11 16:42:57.904151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.905883"], ["updated_at", "2018-10-11 16:42:57.905883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.907446"], ["updated_at", "2018-10-11 16:42:57.907446"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.909001"], ["updated_at", "2018-10-11 16:42:57.909001"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.911664"], ["updated_at", "2018-10-11 16:42:57.911664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.914171"], ["updated_at", "2018-10-11 16:42:57.914171"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.916086"], ["updated_at", "2018-10-11 16:42:57.916086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.918640"], ["updated_at", "2018-10-11 16:42:57.918640"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.920389"], ["updated_at", "2018-10-11 16:42:57.920389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.923049"], ["updated_at", "2018-10-11 16:42:57.923049"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.925089"], ["updated_at", "2018-10-11 16:42:57.925089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.928036"], ["updated_at", "2018-10-11 16:42:57.928036"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.930278"], ["updated_at", "2018-10-11 16:42:57.930278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.932512"], ["updated_at", "2018-10-11 16:42:57.932512"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.934881"], ["updated_at", "2018-10-11 16:42:57.934881"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.936782"], ["updated_at", "2018-10-11 16:42:57.936782"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.938704"], ["updated_at", "2018-10-11 16:42:57.938704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.940980"], ["updated_at", "2018-10-11 16:42:57.940980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.943055"], ["updated_at", "2018-10-11 16:42:57.943055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.944663"], ["updated_at", "2018-10-11 16:42:57.944663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.946284"], ["updated_at", "2018-10-11 16:42:57.946284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.948193"], ["updated_at", "2018-10-11 16:42:57.948193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.949828"], ["updated_at", "2018-10-11 16:42:57.949828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.951546"], ["updated_at", "2018-10-11 16:42:57.951546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.953203"], ["updated_at", "2018-10-11 16:42:57.953203"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.954870"], ["updated_at", "2018-10-11 16:42:57.954870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.956951"], ["updated_at", "2018-10-11 16:42:57.956951"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.958567"], ["updated_at", "2018-10-11 16:42:57.958567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.960792"], ["updated_at", "2018-10-11 16:42:57.960792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.962415"], ["updated_at", "2018-10-11 16:42:57.962415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.964316"], ["updated_at", "2018-10-11 16:42:57.964316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.966123"], ["updated_at", "2018-10-11 16:42:57.966123"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.967713"], ["updated_at", "2018-10-11 16:42:57.967713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.969448"], ["updated_at", "2018-10-11 16:42:57.969448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.971009"], ["updated_at", "2018-10-11 16:42:57.971009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.972887"], ["updated_at", "2018-10-11 16:42:57.972887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.974514"], ["updated_at", "2018-10-11 16:42:57.974514"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.976389"], ["updated_at", "2018-10-11 16:42:57.976389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.978148"], ["updated_at", "2018-10-11 16:42:57.978148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.979728"], ["updated_at", "2018-10-11 16:42:57.979728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.981798"], ["updated_at", "2018-10-11 16:42:57.981798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.983387"], ["updated_at", "2018-10-11 16:42:57.983387"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.984949"], ["updated_at", "2018-10-11 16:42:57.984949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.986669"], ["updated_at", "2018-10-11 16:42:57.986669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.988620"], ["updated_at", "2018-10-11 16:42:57.988620"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.990431"], ["updated_at", "2018-10-11 16:42:57.990431"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.992098"], ["updated_at", "2018-10-11 16:42:57.992098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.994194"], ["updated_at", "2018-10-11 16:42:57.994194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.995843"], ["updated_at", "2018-10-11 16:42:57.995843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.997946"], ["updated_at", "2018-10-11 16:42:57.997946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:57.999545"], ["updated_at", "2018-10-11 16:42:57.999545"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.001085"], ["updated_at", "2018-10-11 16:42:58.001085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.002782"], ["updated_at", "2018-10-11 16:42:58.002782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.004792"], ["updated_at", "2018-10-11 16:42:58.004792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.006553"], ["updated_at", "2018-10-11 16:42:58.006553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.008114"], ["updated_at", "2018-10-11 16:42:58.008114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.010159"], ["updated_at", "2018-10-11 16:42:58.010159"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.011698"], ["updated_at", "2018-10-11 16:42:58.011698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.013678"], ["updated_at", "2018-10-11 16:42:58.013678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.015421"], ["updated_at", "2018-10-11 16:42:58.015421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.017015"], ["updated_at", "2018-10-11 16:42:58.017015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.018735"], ["updated_at", "2018-10-11 16:42:58.018735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.020799"], ["updated_at", "2018-10-11 16:42:58.020799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.022689"], ["updated_at", "2018-10-11 16:42:58.022689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.024396"], ["updated_at", "2018-10-11 16:42:58.024396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.026191"], ["updated_at", "2018-10-11 16:42:58.026191"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.027892"], ["updated_at", "2018-10-11 16:42:58.027892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.030004"], ["updated_at", "2018-10-11 16:42:58.030004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.031665"], ["updated_at", "2018-10-11 16:42:58.031665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.033289"], ["updated_at", "2018-10-11 16:42:58.033289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.034891"], ["updated_at", "2018-10-11 16:42:58.034891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.036784"], ["updated_at", "2018-10-11 16:42:58.036784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.038548"], ["updated_at", "2018-10-11 16:42:58.038548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.040125"], ["updated_at", "2018-10-11 16:42:58.040125"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.041682"], ["updated_at", "2018-10-11 16:42:58.041682"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.043877"], ["updated_at", "2018-10-11 16:42:58.043877"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.047418"], ["updated_at", "2018-10-11 16:42:58.047418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.049138"], ["updated_at", "2018-10-11 16:42:58.049138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.050862"], ["updated_at", "2018-10-11 16:42:58.050862"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.052484"], ["updated_at", "2018-10-11 16:42:58.052484"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.054513"], ["updated_at", "2018-10-11 16:42:58.054513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.056186"], ["updated_at", "2018-10-11 16:42:58.056186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.057847"], ["updated_at", "2018-10-11 16:42:58.057847"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.059517"], ["updated_at", "2018-10-11 16:42:58.059517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.061705"], ["updated_at", "2018-10-11 16:42:58.061705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.063336"], ["updated_at", "2018-10-11 16:42:58.063336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.064883"], ["updated_at", "2018-10-11 16:42:58.064883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.066459"], ["updated_at", "2018-10-11 16:42:58.066459"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.068019"], ["updated_at", "2018-10-11 16:42:58.068019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.070000"], ["updated_at", "2018-10-11 16:42:58.070000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.071719"], ["updated_at", "2018-10-11 16:42:58.071719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.073384"], ["updated_at", "2018-10-11 16:42:58.073384"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.074905"], ["updated_at", "2018-10-11 16:42:58.074905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.077185"], ["updated_at", "2018-10-11 16:42:58.077185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.079054"], ["updated_at", "2018-10-11 16:42:58.079054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.080643"], ["updated_at", "2018-10-11 16:42:58.080643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.082172"], ["updated_at", "2018-10-11 16:42:58.082172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.083780"], ["updated_at", "2018-10-11 16:42:58.083780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.085487"], ["updated_at", "2018-10-11 16:42:58.085487"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.087131"], ["updated_at", "2018-10-11 16:42:58.087131"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.089636"], ["updated_at", "2018-10-11 16:42:58.089636"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.091427"], ["updated_at", "2018-10-11 16:42:58.091427"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.093778"], ["updated_at", "2018-10-11 16:42:58.093778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.095488"], ["updated_at", "2018-10-11 16:42:58.095488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.097073"], ["updated_at", "2018-10-11 16:42:58.097073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.098611"], ["updated_at", "2018-10-11 16:42:58.098611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.100161"], ["updated_at", "2018-10-11 16:42:58.100161"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.102077"], ["updated_at", "2018-10-11 16:42:58.102077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.103827"], ["updated_at", "2018-10-11 16:42:58.103827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.105444"], ["updated_at", "2018-10-11 16:42:58.105444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.106967"], ["updated_at", "2018-10-11 16:42:58.106967"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.108558"], ["updated_at", "2018-10-11 16:42:58.108558"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.110764"], ["updated_at", "2018-10-11 16:42:58.110764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.112475"], ["updated_at", "2018-10-11 16:42:58.112475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.114135"], ["updated_at", "2018-10-11 16:42:58.114135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.115693"], ["updated_at", "2018-10-11 16:42:58.115693"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.117227"], ["updated_at", "2018-10-11 16:42:58.117227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.119321"], ["updated_at", "2018-10-11 16:42:58.119321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.120994"], ["updated_at", "2018-10-11 16:42:58.120994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.122520"], ["updated_at", "2018-10-11 16:42:58.122520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.124152"], ["updated_at", "2018-10-11 16:42:58.124152"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.126018"], ["updated_at", "2018-10-11 16:42:58.126018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.128145"], ["updated_at", "2018-10-11 16:42:58.128145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.129795"], ["updated_at", "2018-10-11 16:42:58.129795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.131419"], ["updated_at", "2018-10-11 16:42:58.131419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.132954"], ["updated_at", "2018-10-11 16:42:58.132954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.134827"], ["updated_at", "2018-10-11 16:42:58.134827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.136469"], ["updated_at", "2018-10-11 16:42:58.136469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.138015"], ["updated_at", "2018-10-11 16:42:58.138015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.139555"], ["updated_at", "2018-10-11 16:42:58.139555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.141082"], ["updated_at", "2018-10-11 16:42:58.141082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.143351"], ["updated_at", "2018-10-11 16:42:58.143351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.145084"], ["updated_at", "2018-10-11 16:42:58.145084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.146676"], ["updated_at", "2018-10-11 16:42:58.146676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.148248"], ["updated_at", "2018-10-11 16:42:58.148248"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.149840"], ["updated_at", "2018-10-11 16:42:58.149840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.151886"], ["updated_at", "2018-10-11 16:42:58.151886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.153535"], ["updated_at", "2018-10-11 16:42:58.153535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.155113"], ["updated_at", "2018-10-11 16:42:58.155113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.156648"], ["updated_at", "2018-10-11 16:42:58.156648"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.158378"], ["updated_at", "2018-10-11 16:42:58.158378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.160596"], ["updated_at", "2018-10-11 16:42:58.160596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.162204"], ["updated_at", "2018-10-11 16:42:58.162204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.163824"], ["updated_at", "2018-10-11 16:42:58.163824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.165351"], ["updated_at", "2018-10-11 16:42:58.165351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.167228"], ["updated_at", "2018-10-11 16:42:58.167228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.168897"], ["updated_at", "2018-10-11 16:42:58.168897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.170485"], ["updated_at", "2018-10-11 16:42:58.170485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.172051"], ["updated_at", "2018-10-11 16:42:58.172051"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.173586"], ["updated_at", "2018-10-11 16:42:58.173586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.175765"], ["updated_at", "2018-10-11 16:42:58.175765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.177598"], ["updated_at", "2018-10-11 16:42:58.177598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.179239"], ["updated_at", "2018-10-11 16:42:58.179239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.180784"], ["updated_at", "2018-10-11 16:42:58.180784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.182377"], ["updated_at", "2018-10-11 16:42:58.182377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.183901"], ["updated_at", "2018-10-11 16:42:58.183901"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.185999"], ["updated_at", "2018-10-11 16:42:58.185999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.187757"], ["updated_at", "2018-10-11 16:42:58.187757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.189371"], ["updated_at", "2018-10-11 16:42:58.189371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.191321"], ["updated_at", "2018-10-11 16:42:58.191321"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.193343"], ["updated_at", "2018-10-11 16:42:58.193343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.195340"], ["updated_at", "2018-10-11 16:42:58.195340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.196936"], ["updated_at", "2018-10-11 16:42:58.196936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.198516"], ["updated_at", "2018-10-11 16:42:58.198516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.200563"], ["updated_at", "2018-10-11 16:42:58.200563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.202172"], ["updated_at", "2018-10-11 16:42:58.202172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.203735"], ["updated_at", "2018-10-11 16:42:58.203735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.205268"], ["updated_at", "2018-10-11 16:42:58.205268"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.207241"], ["updated_at", "2018-10-11 16:42:58.207241"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.209451"], ["updated_at", "2018-10-11 16:42:58.209451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.211546"], ["updated_at", "2018-10-11 16:42:58.211546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.213330"], ["updated_at", "2018-10-11 16:42:58.213330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.215061"], ["updated_at", "2018-10-11 16:42:58.215061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.216601"], ["updated_at", "2018-10-11 16:42:58.216601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.218617"], ["updated_at", "2018-10-11 16:42:58.218617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.220438"], ["updated_at", "2018-10-11 16:42:58.220438"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.222009"], ["updated_at", "2018-10-11 16:42:58.222009"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.224065"], ["updated_at", "2018-10-11 16:42:58.224065"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.225998"], ["updated_at", "2018-10-11 16:42:58.225998"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.228500"], ["updated_at", "2018-10-11 16:42:58.228500"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.231645"], ["updated_at", "2018-10-11 16:42:58.231645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.234026"], ["updated_at", "2018-10-11 16:42:58.234026"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.235818"], ["updated_at", "2018-10-11 16:42:58.235818"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.238391"], ["updated_at", "2018-10-11 16:42:58.238391"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.240707"], ["updated_at", "2018-10-11 16:42:58.240707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.242885"], ["updated_at", "2018-10-11 16:42:58.242885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.244957"], ["updated_at", "2018-10-11 16:42:58.244957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.246663"], ["updated_at", "2018-10-11 16:42:58.246663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.248291"], ["updated_at", "2018-10-11 16:42:58.248291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.250317"], ["updated_at", "2018-10-11 16:42:58.250317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.252310"], ["updated_at", "2018-10-11 16:42:58.252310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.254000"], ["updated_at", "2018-10-11 16:42:58.254000"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.255939"], ["updated_at", "2018-10-11 16:42:58.255939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.257752"], ["updated_at", "2018-10-11 16:42:58.257752"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.259395"], ["updated_at", "2018-10-11 16:42:58.259395"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.262144"], ["updated_at", "2018-10-11 16:42:58.262144"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.265336"], ["updated_at", "2018-10-11 16:42:58.265336"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.267571"], ["updated_at", "2018-10-11 16:42:58.267571"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.269324"], ["updated_at", "2018-10-11 16:42:58.269324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.272295"], ["updated_at", "2018-10-11 16:42:58.272295"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.274161"], ["updated_at", "2018-10-11 16:42:58.274161"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.276103"], ["updated_at", "2018-10-11 16:42:58.276103"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.278754"], ["updated_at", "2018-10-11 16:42:58.278754"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.281670"], ["updated_at", "2018-10-11 16:42:58.281670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.284072"], ["updated_at", "2018-10-11 16:42:58.284072"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.285997"], ["updated_at", "2018-10-11 16:42:58.285997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.289047"], ["updated_at", "2018-10-11 16:42:58.289047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.290475"], ["updated_at", "2018-10-11 16:42:58.290475"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.292109"], ["updated_at", "2018-10-11 16:42:58.292109"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.294443"], ["updated_at", "2018-10-11 16:42:58.294443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.296290"], ["updated_at", "2018-10-11 16:42:58.296290"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.298042"], ["updated_at", "2018-10-11 16:42:58.298042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.300241"], ["updated_at", "2018-10-11 16:42:58.300241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.301912"], ["updated_at", "2018-10-11 16:42:58.301912"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.303528"], ["updated_at", "2018-10-11 16:42:58.303528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.305837"], ["updated_at", "2018-10-11 16:42:58.305837"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.307481"], ["updated_at", "2018-10-11 16:42:58.307481"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.309753"], ["updated_at", "2018-10-11 16:42:58.309753"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.312681"], ["updated_at", "2018-10-11 16:42:58.312681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.315681"], ["updated_at", "2018-10-11 16:42:58.315681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.317398"], ["updated_at", "2018-10-11 16:42:58.317398"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.318991"], ["updated_at", "2018-10-11 16:42:58.318991"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.321773"], ["updated_at", "2018-10-11 16:42:58.321773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.324165"], ["updated_at", "2018-10-11 16:42:58.324165"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.325996"], ["updated_at", "2018-10-11 16:42:58.325996"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.328953"], ["updated_at", "2018-10-11 16:42:58.328953"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.331782"], ["updated_at", "2018-10-11 16:42:58.331782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.334005"], ["updated_at", "2018-10-11 16:42:58.334005"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.336032"], ["updated_at", "2018-10-11 16:42:58.336032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.339003"], ["updated_at", "2018-10-11 16:42:58.339003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.340765"], ["updated_at", "2018-10-11 16:42:58.340765"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.342706"], ["updated_at", "2018-10-11 16:42:58.342706"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.344773"], ["updated_at", "2018-10-11 16:42:58.344773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.346581"], ["updated_at", "2018-10-11 16:42:58.346581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.348872"], ["updated_at", "2018-10-11 16:42:58.348872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.350475"], ["updated_at", "2018-10-11 16:42:58.350475"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.352490"], ["updated_at", "2018-10-11 16:42:58.352490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.354310"], ["updated_at", "2018-10-11 16:42:58.354310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.355902"], ["updated_at", "2018-10-11 16:42:58.355902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.357655"], ["updated_at", "2018-10-11 16:42:58.357655"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.359452"], ["updated_at", "2018-10-11 16:42:58.359452"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.362631"], ["updated_at", "2018-10-11 16:42:58.362631"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.365188"], ["updated_at", "2018-10-11 16:42:58.365188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.367244"], ["updated_at", "2018-10-11 16:42:58.367244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.368925"], ["updated_at", "2018-10-11 16:42:58.368925"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.370966"], ["updated_at", "2018-10-11 16:42:58.370966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.373794"], ["updated_at", "2018-10-11 16:42:58.373794"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.375617"], ["updated_at", "2018-10-11 16:42:58.375617"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.378836"], ["updated_at", "2018-10-11 16:42:58.378836"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.381468"], ["updated_at", "2018-10-11 16:42:58.381468"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.383721"], ["updated_at", "2018-10-11 16:42:58.383721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.385965"], ["updated_at", "2018-10-11 16:42:58.385965"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.388514"], ["updated_at", "2018-10-11 16:42:58.388514"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.391849"], ["updated_at", "2018-10-11 16:42:58.391849"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.394230"], ["updated_at", "2018-10-11 16:42:58.394230"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.396588"], ["updated_at", "2018-10-11 16:42:58.396588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.398383"], ["updated_at", "2018-10-11 16:42:58.398383"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.400005"], ["updated_at", "2018-10-11 16:42:58.400005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.402233"], ["updated_at", "2018-10-11 16:42:58.402233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.403981"], ["updated_at", "2018-10-11 16:42:58.403981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.405536"], ["updated_at", "2018-10-11 16:42:58.405536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.407113"], ["updated_at", "2018-10-11 16:42:58.407113"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.409242"], ["updated_at", "2018-10-11 16:42:58.409242"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.411796"], ["updated_at", "2018-10-11 16:42:58.411796"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.414349"], ["updated_at", "2018-10-11 16:42:58.414349"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.416770"], ["updated_at", "2018-10-11 16:42:58.416770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.418748"], ["updated_at", "2018-10-11 16:42:58.418748"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.420824"], ["updated_at", "2018-10-11 16:42:58.420824"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.423424"], ["updated_at", "2018-10-11 16:42:58.423424"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.425551"], ["updated_at", "2018-10-11 16:42:58.425551"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.427905"], ["updated_at", "2018-10-11 16:42:58.427905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.429795"], ["updated_at", "2018-10-11 16:42:58.429795"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.431448"], ["updated_at", "2018-10-11 16:42:58.431448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.433769"], ["updated_at", "2018-10-11 16:42:58.433769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.435500"], ["updated_at", "2018-10-11 16:42:58.435500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.437279"], ["updated_at", "2018-10-11 16:42:58.437279"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.438864"], ["updated_at", "2018-10-11 16:42:58.438864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.440662"], ["updated_at", "2018-10-11 16:42:58.440662"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.442772"], ["updated_at", "2018-10-11 16:42:58.442772"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.446266"], ["updated_at", "2018-10-11 16:42:58.446266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.449535"], ["updated_at", "2018-10-11 16:42:58.449535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.451455"], ["updated_at", "2018-10-11 16:42:58.451455"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.453717"], ["updated_at", "2018-10-11 16:42:58.453717"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.455882"], ["updated_at", "2018-10-11 16:42:58.455882"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.458029"], ["updated_at", "2018-10-11 16:42:58.458029"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.460307"], ["updated_at", "2018-10-11 16:42:58.460307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.462204"], ["updated_at", "2018-10-11 16:42:58.462204"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.463947"], ["updated_at", "2018-10-11 16:42:58.463947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.466256"], ["updated_at", "2018-10-11 16:42:58.466256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.467980"], ["updated_at", "2018-10-11 16:42:58.467980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.469595"], ["updated_at", "2018-10-11 16:42:58.469595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.471162"], ["updated_at", "2018-10-11 16:42:58.471162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.472706"], ["updated_at", "2018-10-11 16:42:58.472706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.474325"], ["updated_at", "2018-10-11 16:42:58.474325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.476649"], ["updated_at", "2018-10-11 16:42:58.476649"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.478758"], ["updated_at", "2018-10-11 16:42:58.478758"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.480708"], ["updated_at", "2018-10-11 16:42:58.480708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.482932"], ["updated_at", "2018-10-11 16:42:58.482932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.484599"], ["updated_at", "2018-10-11 16:42:58.484599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.486214"], ["updated_at", "2018-10-11 16:42:58.486214"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.487798"], ["updated_at", "2018-10-11 16:42:58.487798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.489853"], ["updated_at", "2018-10-11 16:42:58.489853"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.491684"], ["updated_at", "2018-10-11 16:42:58.491684"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.494184"], ["updated_at", "2018-10-11 16:42:58.494184"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.496880"], ["updated_at", "2018-10-11 16:42:58.496880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.499600"], ["updated_at", "2018-10-11 16:42:58.499600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.501285"], ["updated_at", "2018-10-11 16:42:58.501285"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.503092"], ["updated_at", "2018-10-11 16:42:58.503092"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.506062"], ["updated_at", "2018-10-11 16:42:58.506062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.507961"], ["updated_at", "2018-10-11 16:42:58.507961"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.509984"], ["updated_at", "2018-10-11 16:42:58.509984"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.512077"], ["updated_at", "2018-10-11 16:42:58.512077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.514134"], ["updated_at", "2018-10-11 16:42:58.514134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.515861"], ["updated_at", "2018-10-11 16:42:58.515861"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.517489"], ["updated_at", "2018-10-11 16:42:58.517489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.519299"], ["updated_at", "2018-10-11 16:42:58.519299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.520872"], ["updated_at", "2018-10-11 16:42:58.520872"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.522396"], ["updated_at", "2018-10-11 16:42:58.522396"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.524113"], ["updated_at", "2018-10-11 16:42:58.524113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.526740"], ["updated_at", "2018-10-11 16:42:58.526740"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.528552"], ["updated_at", "2018-10-11 16:42:58.528552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.530814"], ["updated_at", "2018-10-11 16:42:58.530814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.532552"], ["updated_at", "2018-10-11 16:42:58.532552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.534123"], ["updated_at", "2018-10-11 16:42:58.534123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.535671"], ["updated_at", "2018-10-11 16:42:58.535671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.537198"], ["updated_at", "2018-10-11 16:42:58.537198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.538729"], ["updated_at", "2018-10-11 16:42:58.538729"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.540557"], ["updated_at", "2018-10-11 16:42:58.540557"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.542804"], ["updated_at", "2018-10-11 16:42:58.542804"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.544814"], ["updated_at", "2018-10-11 16:42:58.544814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.547394"], ["updated_at", "2018-10-11 16:42:58.547394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.549078"], ["updated_at", "2018-10-11 16:42:58.549078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.550655"], ["updated_at", "2018-10-11 16:42:58.550655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.552200"], ["updated_at", "2018-10-11 16:42:58.552200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.553784"], ["updated_at", "2018-10-11 16:42:58.553784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.555383"], ["updated_at", "2018-10-11 16:42:58.555383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.557232"], ["updated_at", "2018-10-11 16:42:58.557232"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.559008"], ["updated_at", "2018-10-11 16:42:58.559008"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.561347"], ["updated_at", "2018-10-11 16:42:58.561347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.563580"], ["updated_at", "2018-10-11 16:42:58.563580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.565253"], ["updated_at", "2018-10-11 16:42:58.565253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.566816"], ["updated_at", "2018-10-11 16:42:58.566816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.568300"], ["updated_at", "2018-10-11 16:42:58.568300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.569828"], ["updated_at", "2018-10-11 16:42:58.569828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.571350"], ["updated_at", "2018-10-11 16:42:58.571350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.573292"], ["updated_at", "2018-10-11 16:42:58.573292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.575091"], ["updated_at", "2018-10-11 16:42:58.575091"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.577043"], ["updated_at", "2018-10-11 16:42:58.577043"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.579560"], ["updated_at", "2018-10-11 16:42:58.579560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.581319"], ["updated_at", "2018-10-11 16:42:58.581319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.582930"], ["updated_at", "2018-10-11 16:42:58.582930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.584491"], ["updated_at", "2018-10-11 16:42:58.584491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.586004"], ["updated_at", "2018-10-11 16:42:58.586004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.587586"], ["updated_at", "2018-10-11 16:42:58.587586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.589667"], ["updated_at", "2018-10-11 16:42:58.589667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.591395"], ["updated_at", "2018-10-11 16:42:58.591395"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.593120"], ["updated_at", "2018-10-11 16:42:58.593120"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.595691"], ["updated_at", "2018-10-11 16:42:58.595691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.597432"], ["updated_at", "2018-10-11 16:42:58.597432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.599039"], ["updated_at", "2018-10-11 16:42:58.599039"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.600607"], ["updated_at", "2018-10-11 16:42:58.600607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.602479"], ["updated_at", "2018-10-11 16:42:58.602479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.604044"], ["updated_at", "2018-10-11 16:42:58.604044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.605775"], ["updated_at", "2018-10-11 16:42:58.605775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.607352"], ["updated_at", "2018-10-11 16:42:58.607352"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.608977"], ["updated_at", "2018-10-11 16:42:58.608977"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.611726"], ["updated_at", "2018-10-11 16:42:58.611726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.614012"], ["updated_at", "2018-10-11 16:42:58.614012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.615963"], ["updated_at", "2018-10-11 16:42:58.615963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.618035"], ["updated_at", "2018-10-11 16:42:58.618035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.619683"], ["updated_at", "2018-10-11 16:42:58.619683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.621280"], ["updated_at", "2018-10-11 16:42:58.621280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.622852"], ["updated_at", "2018-10-11 16:42:58.622852"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.624390"], ["updated_at", "2018-10-11 16:42:58.624390"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.626758"], ["updated_at", "2018-10-11 16:42:58.626758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.628608"], ["updated_at", "2018-10-11 16:42:58.628608"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.630415"], ["updated_at", "2018-10-11 16:42:58.630415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.632254"], ["updated_at", "2018-10-11 16:42:58.632254"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.634143"], ["updated_at", "2018-10-11 16:42:58.634143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.635806"], ["updated_at", "2018-10-11 16:42:58.635806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.637383"], ["updated_at", "2018-10-11 16:42:58.637383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.638912"], ["updated_at", "2018-10-11 16:42:58.638912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.640518"], ["updated_at", "2018-10-11 16:42:58.640518"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.642677"], ["updated_at", "2018-10-11 16:42:58.642677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.644538"], ["updated_at", "2018-10-11 16:42:58.644538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.646207"], ["updated_at", "2018-10-11 16:42:58.646207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.647727"], ["updated_at", "2018-10-11 16:42:58.647727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.649449"], ["updated_at", "2018-10-11 16:42:58.649449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.651509"], ["updated_at", "2018-10-11 16:42:58.651509"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.653177"], ["updated_at", "2018-10-11 16:42:58.653177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.654809"], ["updated_at", "2018-10-11 16:42:58.654809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.656350"], ["updated_at", "2018-10-11 16:42:58.656350"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.658314"], ["updated_at", "2018-10-11 16:42:58.658314"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.660279"], ["updated_at", "2018-10-11 16:42:58.660279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.662167"], ["updated_at", "2018-10-11 16:42:58.662167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.663824"], ["updated_at", "2018-10-11 16:42:58.663824"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.665383"], ["updated_at", "2018-10-11 16:42:58.665383"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.667408"], ["updated_at", "2018-10-11 16:42:58.667408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.669124"], ["updated_at", "2018-10-11 16:42:58.669124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.670708"], ["updated_at", "2018-10-11 16:42:58.670708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.672255"], ["updated_at", "2018-10-11 16:42:58.672255"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.674137"], ["updated_at", "2018-10-11 16:42:58.674137"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.675979"], ["updated_at", "2018-10-11 16:42:58.675979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.677909"], ["updated_at", "2018-10-11 16:42:58.677909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.679611"], ["updated_at", "2018-10-11 16:42:58.679611"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.681185"], ["updated_at", "2018-10-11 16:42:58.681185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.683322"], ["updated_at", "2018-10-11 16:42:58.683322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.684907"], ["updated_at", "2018-10-11 16:42:58.684907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.686458"], ["updated_at", "2018-10-11 16:42:58.686458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.688017"], ["updated_at", "2018-10-11 16:42:58.688017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.689818"], ["updated_at", "2018-10-11 16:42:58.689818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.691757"], ["updated_at", "2018-10-11 16:42:58.691757"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.693461"], ["updated_at", "2018-10-11 16:42:58.693461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.695610"], ["updated_at", "2018-10-11 16:42:58.695610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.697308"], ["updated_at", "2018-10-11 16:42:58.697308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.699446"], ["updated_at", "2018-10-11 16:42:58.699446"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.701029"], ["updated_at", "2018-10-11 16:42:58.701029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.702790"], ["updated_at", "2018-10-11 16:42:58.702790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.704361"], ["updated_at", "2018-10-11 16:42:58.704361"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.705935"], ["updated_at", "2018-10-11 16:42:58.705935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.708048"], ["updated_at", "2018-10-11 16:42:58.708048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.709912"], ["updated_at", "2018-10-11 16:42:58.709912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.711534"], ["updated_at", "2018-10-11 16:42:58.711534"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.713343"], ["updated_at", "2018-10-11 16:42:58.713343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.715452"], ["updated_at", "2018-10-11 16:42:58.715452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.717183"], ["updated_at", "2018-10-11 16:42:58.717183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.718765"], ["updated_at", "2018-10-11 16:42:58.718765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.720390"], ["updated_at", "2018-10-11 16:42:58.720390"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.722054"], ["updated_at", "2018-10-11 16:42:58.722054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.725403"], ["updated_at", "2018-10-11 16:42:58.725403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.727307"], ["updated_at", "2018-10-11 16:42:58.727307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.728981"], ["updated_at", "2018-10-11 16:42:58.728981"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.730926"], ["updated_at", "2018-10-11 16:42:58.730926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.732657"], ["updated_at", "2018-10-11 16:42:58.732657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.734279"], ["updated_at", "2018-10-11 16:42:58.734279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.735847"], ["updated_at", "2018-10-11 16:42:58.735847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.737354"], ["updated_at", "2018-10-11 16:42:58.737354"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.739224"], ["updated_at", "2018-10-11 16:42:58.739224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.740907"], ["updated_at", "2018-10-11 16:42:58.740907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.742724"], ["updated_at", "2018-10-11 16:42:58.742724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.744473"], ["updated_at", "2018-10-11 16:42:58.744473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.746097"], ["updated_at", "2018-10-11 16:42:58.746097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.748141"], ["updated_at", "2018-10-11 16:42:58.748141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.749744"], ["updated_at", "2018-10-11 16:42:58.749744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.751319"], ["updated_at", "2018-10-11 16:42:58.751319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.752885"], ["updated_at", "2018-10-11 16:42:58.752885"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.754457"], ["updated_at", "2018-10-11 16:42:58.754457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.756375"], ["updated_at", "2018-10-11 16:42:58.756375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.757988"], ["updated_at", "2018-10-11 16:42:58.757988"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.759995"], ["updated_at", "2018-10-11 16:42:58.759995"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.762642"], ["updated_at", "2018-10-11 16:42:58.762642"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.764810"], ["updated_at", "2018-10-11 16:42:58.764810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.766537"], ["updated_at", "2018-10-11 16:42:58.766537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.768215"], ["updated_at", "2018-10-11 16:42:58.768215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.769928"], ["updated_at", "2018-10-11 16:42:58.769928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.771521"], ["updated_at", "2018-10-11 16:42:58.771521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.773537"], ["updated_at", "2018-10-11 16:42:58.773537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.775152"], ["updated_at", "2018-10-11 16:42:58.775152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.777071"], ["updated_at", "2018-10-11 16:42:58.777071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.778843"], ["updated_at", "2018-10-11 16:42:58.778843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.780763"], ["updated_at", "2018-10-11 16:42:58.780763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.782357"], ["updated_at", "2018-10-11 16:42:58.782357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.783941"], ["updated_at", "2018-10-11 16:42:58.783941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.785491"], ["updated_at", "2018-10-11 16:42:58.785491"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.787016"], ["updated_at", "2018-10-11 16:42:58.787016"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.788871"], ["updated_at", "2018-10-11 16:42:58.788871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.790621"], ["updated_at", "2018-10-11 16:42:58.790621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.792275"], ["updated_at", "2018-10-11 16:42:58.792275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.794205"], ["updated_at", "2018-10-11 16:42:58.794205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.796695"], ["updated_at", "2018-10-11 16:42:58.796695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.798449"], ["updated_at", "2018-10-11 16:42:58.798449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.800129"], ["updated_at", "2018-10-11 16:42:58.800129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.801690"], ["updated_at", "2018-10-11 16:42:58.801690"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.803259"], ["updated_at", "2018-10-11 16:42:58.803259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.805508"], ["updated_at", "2018-10-11 16:42:58.805508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.807139"], ["updated_at", "2018-10-11 16:42:58.807139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.808698"], ["updated_at", "2018-10-11 16:42:58.808698"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.810633"], ["updated_at", "2018-10-11 16:42:58.810633"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.812888"], ["updated_at", "2018-10-11 16:42:58.812888"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.814707"], ["updated_at", "2018-10-11 16:42:58.814707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.816523"], ["updated_at", "2018-10-11 16:42:58.816523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.818235"], ["updated_at", "2018-10-11 16:42:58.818235"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.819876"], ["updated_at", "2018-10-11 16:42:58.819876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.821860"], ["updated_at", "2018-10-11 16:42:58.821860"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.823520"], ["updated_at", "2018-10-11 16:42:58.823520"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.825324"], ["updated_at", "2018-10-11 16:42:58.825324"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.827610"], ["updated_at", "2018-10-11 16:42:58.827610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.829721"], ["updated_at", "2018-10-11 16:42:58.829721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.831345"], ["updated_at", "2018-10-11 16:42:58.831345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.832973"], ["updated_at", "2018-10-11 16:42:58.832973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.834523"], ["updated_at", "2018-10-11 16:42:58.834523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.836087"], ["updated_at", "2018-10-11 16:42:58.836087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.838130"], ["updated_at", "2018-10-11 16:42:58.838130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.839774"], ["updated_at", "2018-10-11 16:42:58.839774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.841305"], ["updated_at", "2018-10-11 16:42:58.841305"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.843123"], ["updated_at", "2018-10-11 16:42:58.843123"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.846098"], ["updated_at", "2018-10-11 16:42:58.846098"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.847982"], ["updated_at", "2018-10-11 16:42:58.847982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.849880"], ["updated_at", "2018-10-11 16:42:58.849880"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.851655"], ["updated_at", "2018-10-11 16:42:58.851655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.853843"], ["updated_at", "2018-10-11 16:42:58.853843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.855497"], ["updated_at", "2018-10-11 16:42:58.855497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.857071"], ["updated_at", "2018-10-11 16:42:58.857071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.858616"], ["updated_at", "2018-10-11 16:42:58.858616"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.860455"], ["updated_at", "2018-10-11 16:42:58.860455"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.862404"], ["updated_at", "2018-10-11 16:42:58.862404"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.864550"], ["updated_at", "2018-10-11 16:42:58.864550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.866266"], ["updated_at", "2018-10-11 16:42:58.866266"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.868085"], ["updated_at", "2018-10-11 16:42:58.868085"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.870257"], ["updated_at", "2018-10-11 16:42:58.870257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.871976"], ["updated_at", "2018-10-11 16:42:58.871976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.873553"], ["updated_at", "2018-10-11 16:42:58.873553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.875109"], ["updated_at", "2018-10-11 16:42:58.875109"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.877300"], ["updated_at", "2018-10-11 16:42:58.877300"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.879745"], ["updated_at", "2018-10-11 16:42:58.879745"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.882270"], ["updated_at", "2018-10-11 16:42:58.882270"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.885019"], ["updated_at", "2018-10-11 16:42:58.885019"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.887095"], ["updated_at", "2018-10-11 16:42:58.887095"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.889679"], ["updated_at", "2018-10-11 16:42:58.889679"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.891383"], ["updated_at", "2018-10-11 16:42:58.891383"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.894094"], ["updated_at", "2018-10-11 16:42:58.894094"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.896585"], ["updated_at", "2018-10-11 16:42:58.896585"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.899726"], ["updated_at", "2018-10-11 16:42:58.899726"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.902221"], ["updated_at", "2018-10-11 16:42:58.902221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.904809"], ["updated_at", "2018-10-11 16:42:58.904809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.906863"], ["updated_at", "2018-10-11 16:42:58.906863"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.908657"], ["updated_at", "2018-10-11 16:42:58.908657"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.911250"], ["updated_at", "2018-10-11 16:42:58.911250"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.913868"], ["updated_at", "2018-10-11 16:42:58.913868"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.916115"], ["updated_at", "2018-10-11 16:42:58.916115"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.918490"], ["updated_at", "2018-10-11 16:42:58.918490"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.921533"], ["updated_at", "2018-10-11 16:42:58.921533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.923364"], ["updated_at", "2018-10-11 16:42:58.923364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.925304"], ["updated_at", "2018-10-11 16:42:58.925304"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.927690"], ["updated_at", "2018-10-11 16:42:58.927690"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.930405"], ["updated_at", "2018-10-11 16:42:58.930405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.932752"], ["updated_at", "2018-10-11 16:42:58.932752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.934480"], ["updated_at", "2018-10-11 16:42:58.934480"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.936361"], ["updated_at", "2018-10-11 16:42:58.936361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.939242"], ["updated_at", "2018-10-11 16:42:58.939242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.941415"], ["updated_at", "2018-10-11 16:42:58.941415"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.943462"], ["updated_at", "2018-10-11 16:42:58.943462"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.945856"], ["updated_at", "2018-10-11 16:42:58.945856"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.949523"], ["updated_at", "2018-10-11 16:42:58.949523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.951769"], ["updated_at", "2018-10-11 16:42:58.951769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.954240"], ["updated_at", "2018-10-11 16:42:58.954240"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.956366"], ["updated_at", "2018-10-11 16:42:58.956366"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.958598"], ["updated_at", "2018-10-11 16:42:58.958598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.960843"], ["updated_at", "2018-10-11 16:42:58.960843"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.963482"], ["updated_at", "2018-10-11 16:42:58.963482"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.966129"], ["updated_at", "2018-10-11 16:42:58.966129"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.968200"], ["updated_at", "2018-10-11 16:42:58.968200"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.970813"], ["updated_at", "2018-10-11 16:42:58.970813"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.973816"], ["updated_at", "2018-10-11 16:42:58.973816"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.975530"], ["updated_at", "2018-10-11 16:42:58.975530"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.977621"], ["updated_at", "2018-10-11 16:42:58.977621"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.980336"], ["updated_at", "2018-10-11 16:42:58.980336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.982919"], ["updated_at", "2018-10-11 16:42:58.982919"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.984949"], ["updated_at", "2018-10-11 16:42:58.984949"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.987114"], ["updated_at", "2018-10-11 16:42:58.987114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.990017"], ["updated_at", "2018-10-11 16:42:58.990017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.991744"], ["updated_at", "2018-10-11 16:42:58.991744"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.993492"], ["updated_at", "2018-10-11 16:42:58.993492"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.995540"], ["updated_at", "2018-10-11 16:42:58.995540"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:58.998304"], ["updated_at", "2018-10-11 16:42:58.998304"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.001035"], ["updated_at", "2018-10-11 16:42:59.001035"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.003170"], ["updated_at", "2018-10-11 16:42:59.003170"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.005889"], ["updated_at", "2018-10-11 16:42:59.005889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.008107"], ["updated_at", "2018-10-11 16:42:59.008107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.009748"], ["updated_at", "2018-10-11 16:42:59.009748"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.012068"], ["updated_at", "2018-10-11 16:42:59.012068"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.015581"], ["updated_at", "2018-10-11 16:42:59.015581"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.017868"], ["updated_at", "2018-10-11 16:42:59.017868"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.020059"], ["updated_at", "2018-10-11 16:42:59.020059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.022656"], ["updated_at", "2018-10-11 16:42:59.022656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.024546"], ["updated_at", "2018-10-11 16:42:59.024546"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.026627"], ["updated_at", "2018-10-11 16:42:59.026627"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.028603"], ["updated_at", "2018-10-11 16:42:59.028603"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.031050"], ["updated_at", "2018-10-11 16:42:59.031050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.032836"], ["updated_at", "2018-10-11 16:42:59.032836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.034473"], ["updated_at", "2018-10-11 16:42:59.034473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.036263"], ["updated_at", "2018-10-11 16:42:59.036263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.037853"], ["updated_at", "2018-10-11 16:42:59.037853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.039363"], ["updated_at", "2018-10-11 16:42:59.039363"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.041338"], ["updated_at", "2018-10-11 16:42:59.041338"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.043298"], ["updated_at", "2018-10-11 16:42:59.043298"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.045752"], ["updated_at", "2018-10-11 16:42:59.045752"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.049332"], ["updated_at", "2018-10-11 16:42:59.049332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.051234"], ["updated_at", "2018-10-11 16:42:59.051234"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.052894"], ["updated_at", "2018-10-11 16:42:59.052894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.056011"], ["updated_at", "2018-10-11 16:42:59.056011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.057883"], ["updated_at", "2018-10-11 16:42:59.057883"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.059634"], ["updated_at", "2018-10-11 16:42:59.059634"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.061656"], ["updated_at", "2018-10-11 16:42:59.061656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.064009"], ["updated_at", "2018-10-11 16:42:59.064009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.065841"], ["updated_at", "2018-10-11 16:42:59.065841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.067728"], ["updated_at", "2018-10-11 16:42:59.067728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.069383"], ["updated_at", "2018-10-11 16:42:59.069383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.071011"], ["updated_at", "2018-10-11 16:42:59.071011"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.072881"], ["updated_at", "2018-10-11 16:42:59.072881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.074898"], ["updated_at", "2018-10-11 16:42:59.074898"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.076787"], ["updated_at", "2018-10-11 16:42:59.076787"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.079181"], ["updated_at", "2018-10-11 16:42:59.079181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.081139"], ["updated_at", "2018-10-11 16:42:59.081139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.082952"], ["updated_at", "2018-10-11 16:42:59.082952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.084724"], ["updated_at", "2018-10-11 16:42:59.084724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.088142"], ["updated_at", "2018-10-11 16:42:59.088142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.089756"], ["updated_at", "2018-10-11 16:42:59.089756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.091273"], ["updated_at", "2018-10-11 16:42:59.091273"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.093037"], ["updated_at", "2018-10-11 16:42:59.093037"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.095356"], ["updated_at", "2018-10-11 16:42:59.095356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.097201"], ["updated_at", "2018-10-11 16:42:59.097201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.098885"], ["updated_at", "2018-10-11 16:42:59.098885"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.100722"], ["updated_at", "2018-10-11 16:42:59.100722"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.102782"], ["updated_at", "2018-10-11 16:42:59.102782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.104500"], ["updated_at", "2018-10-11 16:42:59.104500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.106124"], ["updated_at", "2018-10-11 16:42:59.106124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.107770"], ["updated_at", "2018-10-11 16:42:59.107770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.109473"], ["updated_at", "2018-10-11 16:42:59.109473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.111571"], ["updated_at", "2018-10-11 16:42:59.111571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.113274"], ["updated_at", "2018-10-11 16:42:59.113274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.115012"], ["updated_at", "2018-10-11 16:42:59.115012"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.116736"], ["updated_at", "2018-10-11 16:42:59.116736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.118813"], ["updated_at", "2018-10-11 16:42:59.118813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.120417"], ["updated_at", "2018-10-11 16:42:59.120417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.122128"], ["updated_at", "2018-10-11 16:42:59.122128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.123710"], ["updated_at", "2018-10-11 16:42:59.123710"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.125275"], ["updated_at", "2018-10-11 16:42:59.125275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.127737"], ["updated_at", "2018-10-11 16:42:59.127737"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.129512"], ["updated_at", "2018-10-11 16:42:59.129512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.131199"], ["updated_at", "2018-10-11 16:42:59.131199"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.132745"], ["updated_at", "2018-10-11 16:42:59.132745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.134613"], ["updated_at", "2018-10-11 16:42:59.134613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.136179"], ["updated_at", "2018-10-11 16:42:59.136179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.137714"], ["updated_at", "2018-10-11 16:42:59.137714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.139240"], ["updated_at", "2018-10-11 16:42:59.139240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.140792"], ["updated_at", "2018-10-11 16:42:59.140792"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.142741"], ["updated_at", "2018-10-11 16:42:59.142741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.144834"], ["updated_at", "2018-10-11 16:42:59.144834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.146452"], ["updated_at", "2018-10-11 16:42:59.146452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.148062"], ["updated_at", "2018-10-11 16:42:59.148062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.149631"], ["updated_at", "2018-10-11 16:42:59.149631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.151634"], ["updated_at", "2018-10-11 16:42:59.151634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.153363"], ["updated_at", "2018-10-11 16:42:59.153363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.154978"], ["updated_at", "2018-10-11 16:42:59.154978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.156618"], ["updated_at", "2018-10-11 16:42:59.156618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.158495"], ["updated_at", "2018-10-11 16:42:59.158495"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.160354"], ["updated_at", "2018-10-11 16:42:59.160354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.162095"], ["updated_at", "2018-10-11 16:42:59.162095"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.163691"], ["updated_at", "2018-10-11 16:42:59.163691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.166035"], ["updated_at", "2018-10-11 16:42:59.166035"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.168229"], ["updated_at", "2018-10-11 16:42:59.168229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.170062"], ["updated_at", "2018-10-11 16:42:59.170062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.171691"], ["updated_at", "2018-10-11 16:42:59.171691"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.173409"], ["updated_at", "2018-10-11 16:42:59.173409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.175550"], ["updated_at", "2018-10-11 16:42:59.175550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.177741"], ["updated_at", "2018-10-11 16:42:59.177741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.179384"], ["updated_at", "2018-10-11 16:42:59.179384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.180937"], ["updated_at", "2018-10-11 16:42:59.180937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.182835"], ["updated_at", "2018-10-11 16:42:59.182835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.184520"], ["updated_at", "2018-10-11 16:42:59.184520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.186100"], ["updated_at", "2018-10-11 16:42:59.186100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.187729"], ["updated_at", "2018-10-11 16:42:59.187729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.189288"], ["updated_at", "2018-10-11 16:42:59.189288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.191169"], ["updated_at", "2018-10-11 16:42:59.191169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.192918"], ["updated_at", "2018-10-11 16:42:59.192918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.194982"], ["updated_at", "2018-10-11 16:42:59.194982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.196646"], ["updated_at", "2018-10-11 16:42:59.196646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.198471"], ["updated_at", "2018-10-11 16:42:59.198471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.200320"], ["updated_at", "2018-10-11 16:42:59.200320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.201872"], ["updated_at", "2018-10-11 16:42:59.201872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.203425"], ["updated_at", "2018-10-11 16:42:59.203425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.204994"], ["updated_at", "2018-10-11 16:42:59.204994"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.206853"], ["updated_at", "2018-10-11 16:42:59.206853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.208577"], ["updated_at", "2018-10-11 16:42:59.208577"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.210303"], ["updated_at", "2018-10-11 16:42:59.210303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.212115"], ["updated_at", "2018-10-11 16:42:59.212115"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.213695"], ["updated_at", "2018-10-11 16:42:59.213695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.215764"], ["updated_at", "2018-10-11 16:42:59.215764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.217396"], ["updated_at", "2018-10-11 16:42:59.217396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.219103"], ["updated_at", "2018-10-11 16:42:59.219103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.220676"], ["updated_at", "2018-10-11 16:42:59.220676"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.222297"], ["updated_at", "2018-10-11 16:42:59.222297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.224018"], ["updated_at", "2018-10-11 16:42:59.224018"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.225540"], ["updated_at", "2018-10-11 16:42:59.225540"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.227514"], ["updated_at", "2018-10-11 16:42:59.227514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.229221"], ["updated_at", "2018-10-11 16:42:59.229221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.231133"], ["updated_at", "2018-10-11 16:42:59.231133"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.232887"], ["updated_at", "2018-10-11 16:42:59.232887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.234671"], ["updated_at", "2018-10-11 16:42:59.234671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.236265"], ["updated_at", "2018-10-11 16:42:59.236265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.237800"], ["updated_at", "2018-10-11 16:42:59.237800"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.239676"], ["updated_at", "2018-10-11 16:42:59.239676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.241329"], ["updated_at", "2018-10-11 16:42:59.241329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.242953"], ["updated_at", "2018-10-11 16:42:59.242953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.244724"], ["updated_at", "2018-10-11 16:42:59.244724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.246405"], ["updated_at", "2018-10-11 16:42:59.246405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.248526"], ["updated_at", "2018-10-11 16:42:59.248526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.250229"], ["updated_at", "2018-10-11 16:42:59.250229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.251831"], ["updated_at", "2018-10-11 16:42:59.251831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.253378"], ["updated_at", "2018-10-11 16:42:59.253378"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.254917"], ["updated_at", "2018-10-11 16:42:59.254917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.256927"], ["updated_at", "2018-10-11 16:42:59.256927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.258602"], ["updated_at", "2018-10-11 16:42:59.258602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.260291"], ["updated_at", "2018-10-11 16:42:59.260291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.262128"], ["updated_at", "2018-10-11 16:42:59.262128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.264068"], ["updated_at", "2018-10-11 16:42:59.264068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.265684"], ["updated_at", "2018-10-11 16:42:59.265684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.267259"], ["updated_at", "2018-10-11 16:42:59.267259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.268855"], ["updated_at", "2018-10-11 16:42:59.268855"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.270429"], ["updated_at", "2018-10-11 16:42:59.270429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.272458"], ["updated_at", "2018-10-11 16:42:59.272458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.274125"], ["updated_at", "2018-10-11 16:42:59.274125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.275720"], ["updated_at", "2018-10-11 16:42:59.275720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.277627"], ["updated_at", "2018-10-11 16:42:59.277627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.279363"], ["updated_at", "2018-10-11 16:42:59.279363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.281366"], ["updated_at", "2018-10-11 16:42:59.281366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.282985"], ["updated_at", "2018-10-11 16:42:59.282985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.284592"], ["updated_at", "2018-10-11 16:42:59.284592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.286176"], ["updated_at", "2018-10-11 16:42:59.286176"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.287719"], ["updated_at", "2018-10-11 16:42:59.287719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.289784"], ["updated_at", "2018-10-11 16:42:59.289784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.291374"], ["updated_at", "2018-10-11 16:42:59.291374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.293271"], ["updated_at", "2018-10-11 16:42:59.293271"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.295078"], ["updated_at", "2018-10-11 16:42:59.295078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.297112"], ["updated_at", "2018-10-11 16:42:59.297112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.298739"], ["updated_at", "2018-10-11 16:42:59.298739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.300282"], ["updated_at", "2018-10-11 16:42:59.300282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.301887"], ["updated_at", "2018-10-11 16:42:59.301887"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.303425"], ["updated_at", "2018-10-11 16:42:59.303425"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.305791"], ["updated_at", "2018-10-11 16:42:59.305791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.307689"], ["updated_at", "2018-10-11 16:42:59.307689"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.309431"], ["updated_at", "2018-10-11 16:42:59.309431"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.312107"], ["updated_at", "2018-10-11 16:42:59.312107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.314036"], ["updated_at", "2018-10-11 16:42:59.314036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.315672"], ["updated_at", "2018-10-11 16:42:59.315672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.317214"], ["updated_at", "2018-10-11 16:42:59.317214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.318817"], ["updated_at", "2018-10-11 16:42:59.318817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.320345"], ["updated_at", "2018-10-11 16:42:59.320345"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.321885"], ["updated_at", "2018-10-11 16:42:59.321885"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.324236"], ["updated_at", "2018-10-11 16:42:59.324236"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.326118"], ["updated_at", "2018-10-11 16:42:59.326118"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.329062"], ["updated_at", "2018-10-11 16:42:59.329062"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.331913"], ["updated_at", "2018-10-11 16:42:59.331913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.334132"], ["updated_at", "2018-10-11 16:42:59.334132"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.335832"], ["updated_at", "2018-10-11 16:42:59.335832"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.339344"], ["updated_at", "2018-10-11 16:42:59.339344"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.341515"], ["updated_at", "2018-10-11 16:42:59.341515"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.343652"], ["updated_at", "2018-10-11 16:42:59.343652"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.346586"], ["updated_at", "2018-10-11 16:42:59.346586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.349283"], ["updated_at", "2018-10-11 16:42:59.349283"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.350883"], ["updated_at", "2018-10-11 16:42:59.350883"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.352944"], ["updated_at", "2018-10-11 16:42:59.352944"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.355996"], ["updated_at", "2018-10-11 16:42:59.355996"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.357877"], ["updated_at", "2018-10-11 16:42:59.357877"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.359859"], ["updated_at", "2018-10-11 16:42:59.359859"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.362394"], ["updated_at", "2018-10-11 16:42:59.362394"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.365428"], ["updated_at", "2018-10-11 16:42:59.365428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.367506"], ["updated_at", "2018-10-11 16:42:59.367506"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.369510"], ["updated_at", "2018-10-11 16:42:59.369510"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.372581"], ["updated_at", "2018-10-11 16:42:59.372581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.374318"], ["updated_at", "2018-10-11 16:42:59.374318"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.375929"], ["updated_at", "2018-10-11 16:42:59.375929"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.378958"], ["updated_at", "2018-10-11 16:42:59.378958"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.381473"], ["updated_at", "2018-10-11 16:42:59.381473"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.383861"], ["updated_at", "2018-10-11 16:42:59.383861"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.386169"], ["updated_at", "2018-10-11 16:42:59.386169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.389019"], ["updated_at", "2018-10-11 16:42:59.389019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.391018"], ["updated_at", "2018-10-11 16:42:59.391018"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.392784"], ["updated_at", "2018-10-11 16:42:59.392784"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.395665"], ["updated_at", "2018-10-11 16:42:59.395665"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.398299"], ["updated_at", "2018-10-11 16:42:59.398299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.400831"], ["updated_at", "2018-10-11 16:42:59.400831"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.402917"], ["updated_at", "2018-10-11 16:42:59.402917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.405509"], ["updated_at", "2018-10-11 16:42:59.405509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.407304"], ["updated_at", "2018-10-11 16:42:59.407304"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.409637"], ["updated_at", "2018-10-11 16:42:59.409637"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.411875"], ["updated_at", "2018-10-11 16:42:59.411875"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.414523"], ["updated_at", "2018-10-11 16:42:59.414523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.416999"], ["updated_at", "2018-10-11 16:42:59.416999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.418844"], ["updated_at", "2018-10-11 16:42:59.418844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.421150"], ["updated_at", "2018-10-11 16:42:59.421150"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.425253"], ["updated_at", "2018-10-11 16:42:59.425253"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.427851"], ["updated_at", "2018-10-11 16:42:59.427851"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.430251"], ["updated_at", "2018-10-11 16:42:59.430251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.432617"], ["updated_at", "2018-10-11 16:42:59.432617"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.434887"], ["updated_at", "2018-10-11 16:42:59.434887"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.436840"], ["updated_at", "2018-10-11 16:42:59.436840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.439429"], ["updated_at", "2018-10-11 16:42:59.439429"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.441278"], ["updated_at", "2018-10-11 16:42:59.441278"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.443908"], ["updated_at", "2018-10-11 16:42:59.443908"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.446220"], ["updated_at", "2018-10-11 16:42:59.446220"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.448711"], ["updated_at", "2018-10-11 16:42:59.448711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.451239"], ["updated_at", "2018-10-11 16:42:59.451239"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.453129"], ["updated_at", "2018-10-11 16:42:59.453129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.455820"], ["updated_at", "2018-10-11 16:42:59.455820"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.458121"], ["updated_at", "2018-10-11 16:42:59.458121"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.460296"], ["updated_at", "2018-10-11 16:42:59.460296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.462523"], ["updated_at", "2018-10-11 16:42:59.462523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.464074"], ["updated_at", "2018-10-11 16:42:59.464074"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.466104"], ["updated_at", "2018-10-11 16:42:59.466104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.467971"], ["updated_at", "2018-10-11 16:42:59.467971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.469619"], ["updated_at", "2018-10-11 16:42:59.469619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.471186"], ["updated_at", "2018-10-11 16:42:59.471186"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.472884"], ["updated_at", "2018-10-11 16:42:59.472884"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.475089"], ["updated_at", "2018-10-11 16:42:59.475089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.477302"], ["updated_at", "2018-10-11 16:42:59.477302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.479078"], ["updated_at", "2018-10-11 16:42:59.479078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.480682"], ["updated_at", "2018-10-11 16:42:59.480682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.482260"], ["updated_at", "2018-10-11 16:42:59.482260"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.483832"], ["updated_at", "2018-10-11 16:42:59.483832"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.485930"], ["updated_at", "2018-10-11 16:42:59.485930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.487670"], ["updated_at", "2018-10-11 16:42:59.487670"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.489545"], ["updated_at", "2018-10-11 16:42:59.489545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.491710"], ["updated_at", "2018-10-11 16:42:59.491710"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.493563"], ["updated_at", "2018-10-11 16:42:59.493563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.495580"], ["updated_at", "2018-10-11 16:42:59.495580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.497159"], ["updated_at", "2018-10-11 16:42:59.497159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.498742"], ["updated_at", "2018-10-11 16:42:59.498742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.500610"], ["updated_at", "2018-10-11 16:42:59.500610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.502510"], ["updated_at", "2018-10-11 16:42:59.502510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.504081"], ["updated_at", "2018-10-11 16:42:59.504081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.506193"], ["updated_at", "2018-10-11 16:42:59.506193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.508155"], ["updated_at", "2018-10-11 16:42:59.508155"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.510090"], ["updated_at", "2018-10-11 16:42:59.510090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.512069"], ["updated_at", "2018-10-11 16:42:59.512069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.513709"], ["updated_at", "2018-10-11 16:42:59.513709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.515268"], ["updated_at", "2018-10-11 16:42:59.515268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.517285"], ["updated_at", "2018-10-11 16:42:59.517285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.519077"], ["updated_at", "2018-10-11 16:42:59.519077"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.520630"], ["updated_at", "2018-10-11 16:42:59.520630"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.523059"], ["updated_at", "2018-10-11 16:42:59.523059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.524873"], ["updated_at", "2018-10-11 16:42:59.524873"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.526653"], ["updated_at", "2018-10-11 16:42:59.526653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.528651"], ["updated_at", "2018-10-11 16:42:59.528651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.530353"], ["updated_at", "2018-10-11 16:42:59.530353"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.531909"], ["updated_at", "2018-10-11 16:42:59.531909"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.534233"], ["updated_at", "2018-10-11 16:42:59.534233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.535967"], ["updated_at", "2018-10-11 16:42:59.535967"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.537584"], ["updated_at", "2018-10-11 16:42:59.537584"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.539853"], ["updated_at", "2018-10-11 16:42:59.539853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.541603"], ["updated_at", "2018-10-11 16:42:59.541603"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.543239"], ["updated_at", "2018-10-11 16:42:59.543239"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.545413"], ["updated_at", "2018-10-11 16:42:59.545413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.547649"], ["updated_at", "2018-10-11 16:42:59.547649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.549275"], ["updated_at", "2018-10-11 16:42:59.549275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.550850"], ["updated_at", "2018-10-11 16:42:59.550850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.552378"], ["updated_at", "2018-10-11 16:42:59.552378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.554401"], ["updated_at", "2018-10-11 16:42:59.554401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.556424"], ["updated_at", "2018-10-11 16:42:59.556424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.558176"], ["updated_at", "2018-10-11 16:42:59.558176"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.559823"], ["updated_at", "2018-10-11 16:42:59.559823"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.561946"], ["updated_at", "2018-10-11 16:42:59.561946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.564229"], ["updated_at", "2018-10-11 16:42:59.564229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.565916"], ["updated_at", "2018-10-11 16:42:59.565916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.567455"], ["updated_at", "2018-10-11 16:42:59.567455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.568996"], ["updated_at", "2018-10-11 16:42:59.568996"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.570812"], ["updated_at", "2018-10-11 16:42:59.570812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.572438"], ["updated_at", "2018-10-11 16:42:59.572438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.574161"], ["updated_at", "2018-10-11 16:42:59.574161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.575787"], ["updated_at", "2018-10-11 16:42:59.575787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.577880"], ["updated_at", "2018-10-11 16:42:59.577880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.579683"], ["updated_at", "2018-10-11 16:42:59.579683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.581724"], ["updated_at", "2018-10-11 16:42:59.581724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.583600"], ["updated_at", "2018-10-11 16:42:59.583600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.585182"], ["updated_at", "2018-10-11 16:42:59.585182"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.586898"], ["updated_at", "2018-10-11 16:42:59.586898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.588640"], ["updated_at", "2018-10-11 16:42:59.588640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.590341"], ["updated_at", "2018-10-11 16:42:59.590341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.592071"], ["updated_at", "2018-10-11 16:42:59.592071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.593919"], ["updated_at", "2018-10-11 16:42:59.593919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.595913"], ["updated_at", "2018-10-11 16:42:59.595913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.597721"], ["updated_at", "2018-10-11 16:42:59.597721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.599403"], ["updated_at", "2018-10-11 16:42:59.599403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.600963"], ["updated_at", "2018-10-11 16:42:59.600963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.602936"], ["updated_at", "2018-10-11 16:42:59.602936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.604732"], ["updated_at", "2018-10-11 16:42:59.604732"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.606366"], ["updated_at", "2018-10-11 16:42:59.606366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.608159"], ["updated_at", "2018-10-11 16:42:59.608159"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.609816"], ["updated_at", "2018-10-11 16:42:59.609816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.612346"], ["updated_at", "2018-10-11 16:42:59.612346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.613957"], ["updated_at", "2018-10-11 16:42:59.613957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.615626"], ["updated_at", "2018-10-11 16:42:59.615626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.617172"], ["updated_at", "2018-10-11 16:42:59.617172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.619119"], ["updated_at", "2018-10-11 16:42:59.619119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.620850"], ["updated_at", "2018-10-11 16:42:59.620850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.622441"], ["updated_at", "2018-10-11 16:42:59.622441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.624091"], ["updated_at", "2018-10-11 16:42:59.624091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.625665"], ["updated_at", "2018-10-11 16:42:59.625665"], ["parent_id", 39895952907]] Kithe::Work Create (3.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.627583"], ["updated_at", "2018-10-11 16:42:59.627583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.632364"], ["updated_at", "2018-10-11 16:42:59.632364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.634059"], ["updated_at", "2018-10-11 16:42:59.634059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.635947"], ["updated_at", "2018-10-11 16:42:59.635947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.637476"], ["updated_at", "2018-10-11 16:42:59.637476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.639153"], ["updated_at", "2018-10-11 16:42:59.639153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.640803"], ["updated_at", "2018-10-11 16:42:59.640803"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.642488"], ["updated_at", "2018-10-11 16:42:59.642488"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.644714"], ["updated_at", "2018-10-11 16:42:59.644714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.646407"], ["updated_at", "2018-10-11 16:42:59.646407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.648001"], ["updated_at", "2018-10-11 16:42:59.648001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.649504"], ["updated_at", "2018-10-11 16:42:59.649504"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.651510"], ["updated_at", "2018-10-11 16:42:59.651510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.653300"], ["updated_at", "2018-10-11 16:42:59.653300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.654889"], ["updated_at", "2018-10-11 16:42:59.654889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.656551"], ["updated_at", "2018-10-11 16:42:59.656551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.658178"], ["updated_at", "2018-10-11 16:42:59.658178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.660070"], ["updated_at", "2018-10-11 16:42:59.660070"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.662410"], ["updated_at", "2018-10-11 16:42:59.662410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.664307"], ["updated_at", "2018-10-11 16:42:59.664307"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.665909"], ["updated_at", "2018-10-11 16:42:59.665909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.667647"], ["updated_at", "2018-10-11 16:42:59.667647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.669251"], ["updated_at", "2018-10-11 16:42:59.669251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.670806"], ["updated_at", "2018-10-11 16:42:59.670806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.672378"], ["updated_at", "2018-10-11 16:42:59.672378"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.673994"], ["updated_at", "2018-10-11 16:42:59.673994"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.676124"], ["updated_at", "2018-10-11 16:42:59.676124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.678389"], ["updated_at", "2018-10-11 16:42:59.678389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.680049"], ["updated_at", "2018-10-11 16:42:59.680049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.681624"], ["updated_at", "2018-10-11 16:42:59.681624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.683375"], ["updated_at", "2018-10-11 16:42:59.683375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.685005"], ["updated_at", "2018-10-11 16:42:59.685005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.686712"], ["updated_at", "2018-10-11 16:42:59.686712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.688355"], ["updated_at", "2018-10-11 16:42:59.688355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.689952"], ["updated_at", "2018-10-11 16:42:59.689952"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.691765"], ["updated_at", "2018-10-11 16:42:59.691765"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.693561"], ["updated_at", "2018-10-11 16:42:59.693561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.695976"], ["updated_at", "2018-10-11 16:42:59.695976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.697667"], ["updated_at", "2018-10-11 16:42:59.697667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.699380"], ["updated_at", "2018-10-11 16:42:59.699380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.700958"], ["updated_at", "2018-10-11 16:42:59.700958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.702648"], ["updated_at", "2018-10-11 16:42:59.702648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.704330"], ["updated_at", "2018-10-11 16:42:59.704330"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.705977"], ["updated_at", "2018-10-11 16:42:59.705977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.707701"], ["updated_at", "2018-10-11 16:42:59.707701"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.709498"], ["updated_at", "2018-10-11 16:42:59.709498"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.711943"], ["updated_at", "2018-10-11 16:42:59.711943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.713696"], ["updated_at", "2018-10-11 16:42:59.713696"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.715445"], ["updated_at", "2018-10-11 16:42:59.715445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.717305"], ["updated_at", "2018-10-11 16:42:59.717305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.718949"], ["updated_at", "2018-10-11 16:42:59.718949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.720555"], ["updated_at", "2018-10-11 16:42:59.720555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.722121"], ["updated_at", "2018-10-11 16:42:59.722121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.723940"], ["updated_at", "2018-10-11 16:42:59.723940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.725655"], ["updated_at", "2018-10-11 16:42:59.725655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.727850"], ["updated_at", "2018-10-11 16:42:59.727850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.729810"], ["updated_at", "2018-10-11 16:42:59.729810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.731599"], ["updated_at", "2018-10-11 16:42:59.731599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.733247"], ["updated_at", "2018-10-11 16:42:59.733247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.734794"], ["updated_at", "2018-10-11 16:42:59.734794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.736337"], ["updated_at", "2018-10-11 16:42:59.736337"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.737890"], ["updated_at", "2018-10-11 16:42:59.737890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.739724"], ["updated_at", "2018-10-11 16:42:59.739724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.741350"], ["updated_at", "2018-10-11 16:42:59.741350"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.742984"], ["updated_at", "2018-10-11 16:42:59.742984"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.745766"], ["updated_at", "2018-10-11 16:42:59.745766"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.748312"], ["updated_at", "2018-10-11 16:42:59.748312"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.750245"], ["updated_at", "2018-10-11 16:42:59.750245"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.752235"], ["updated_at", "2018-10-11 16:42:59.752235"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.755640"], ["updated_at", "2018-10-11 16:42:59.755640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.757685"], ["updated_at", "2018-10-11 16:42:59.757685"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.759241"], ["updated_at", "2018-10-11 16:42:59.759241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.761388"], ["updated_at", "2018-10-11 16:42:59.761388"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.763353"], ["updated_at", "2018-10-11 16:42:59.763353"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.765923"], ["updated_at", "2018-10-11 16:42:59.765923"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.768141"], ["updated_at", "2018-10-11 16:42:59.768141"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.770254"], ["updated_at", "2018-10-11 16:42:59.770254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.772736"], ["updated_at", "2018-10-11 16:42:59.772736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.774566"], ["updated_at", "2018-10-11 16:42:59.774566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.776511"], ["updated_at", "2018-10-11 16:42:59.776511"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.778451"], ["updated_at", "2018-10-11 16:42:59.778451"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.781384"], ["updated_at", "2018-10-11 16:42:59.781384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.783539"], ["updated_at", "2018-10-11 16:42:59.783539"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.785193"], ["updated_at", "2018-10-11 16:42:59.785193"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.786999"], ["updated_at", "2018-10-11 16:42:59.786999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.788933"], ["updated_at", "2018-10-11 16:42:59.788933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.790435"], ["updated_at", "2018-10-11 16:42:59.790435"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.792002"], ["updated_at", "2018-10-11 16:42:59.792002"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.795294"], ["updated_at", "2018-10-11 16:42:59.795294"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.797483"], ["updated_at", "2018-10-11 16:42:59.797483"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.799737"], ["updated_at", "2018-10-11 16:42:59.799737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.801423"], ["updated_at", "2018-10-11 16:42:59.801423"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.803040"], ["updated_at", "2018-10-11 16:42:59.803040"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.805117"], ["updated_at", "2018-10-11 16:42:59.805117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.806800"], ["updated_at", "2018-10-11 16:42:59.806800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.808416"], ["updated_at", "2018-10-11 16:42:59.808416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.810079"], ["updated_at", "2018-10-11 16:42:59.810079"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.811927"], ["updated_at", "2018-10-11 16:42:59.811927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.813979"], ["updated_at", "2018-10-11 16:42:59.813979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.815793"], ["updated_at", "2018-10-11 16:42:59.815793"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.817435"], ["updated_at", "2018-10-11 16:42:59.817435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.819192"], ["updated_at", "2018-10-11 16:42:59.819192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.820944"], ["updated_at", "2018-10-11 16:42:59.820944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.822587"], ["updated_at", "2018-10-11 16:42:59.822587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.824151"], ["updated_at", "2018-10-11 16:42:59.824151"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.825894"], ["updated_at", "2018-10-11 16:42:59.825894"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.827997"], ["updated_at", "2018-10-11 16:42:59.827997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.829974"], ["updated_at", "2018-10-11 16:42:59.829974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.831560"], ["updated_at", "2018-10-11 16:42:59.831560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.833096"], ["updated_at", "2018-10-11 16:42:59.833096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.834688"], ["updated_at", "2018-10-11 16:42:59.834688"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.836535"], ["updated_at", "2018-10-11 16:42:59.836535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.838389"], ["updated_at", "2018-10-11 16:42:59.838389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.839998"], ["updated_at", "2018-10-11 16:42:59.839998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.841575"], ["updated_at", "2018-10-11 16:42:59.841575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.843573"], ["updated_at", "2018-10-11 16:42:59.843573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.845423"], ["updated_at", "2018-10-11 16:42:59.845423"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.847142"], ["updated_at", "2018-10-11 16:42:59.847142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.848962"], ["updated_at", "2018-10-11 16:42:59.848962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.850586"], ["updated_at", "2018-10-11 16:42:59.850586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.852119"], ["updated_at", "2018-10-11 16:42:59.852119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.853810"], ["updated_at", "2018-10-11 16:42:59.853810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.855661"], ["updated_at", "2018-10-11 16:42:59.855661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.857384"], ["updated_at", "2018-10-11 16:42:59.857384"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.858963"], ["updated_at", "2018-10-11 16:42:59.858963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.861325"], ["updated_at", "2018-10-11 16:42:59.861325"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.862950"], ["updated_at", "2018-10-11 16:42:59.862950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.864744"], ["updated_at", "2018-10-11 16:42:59.864744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.866342"], ["updated_at", "2018-10-11 16:42:59.866342"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.867893"], ["updated_at", "2018-10-11 16:42:59.867893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.869809"], ["updated_at", "2018-10-11 16:42:59.869809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.871423"], ["updated_at", "2018-10-11 16:42:59.871423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.873116"], ["updated_at", "2018-10-11 16:42:59.873116"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.874711"], ["updated_at", "2018-10-11 16:42:59.874711"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.876451"], ["updated_at", "2018-10-11 16:42:59.876451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.878675"], ["updated_at", "2018-10-11 16:42:59.878675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.880479"], ["updated_at", "2018-10-11 16:42:59.880479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.882103"], ["updated_at", "2018-10-11 16:42:59.882103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.883651"], ["updated_at", "2018-10-11 16:42:59.883651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.885305"], ["updated_at", "2018-10-11 16:42:59.885305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.886944"], ["updated_at", "2018-10-11 16:42:59.886944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.888563"], ["updated_at", "2018-10-11 16:42:59.888563"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.890102"], ["updated_at", "2018-10-11 16:42:59.890102"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.891782"], ["updated_at", "2018-10-11 16:42:59.891782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.893770"], ["updated_at", "2018-10-11 16:42:59.893770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.895452"], ["updated_at", "2018-10-11 16:42:59.895452"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.897008"], ["updated_at", "2018-10-11 16:42:59.897008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.898851"], ["updated_at", "2018-10-11 16:42:59.898851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.900433"], ["updated_at", "2018-10-11 16:42:59.900433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.902051"], ["updated_at", "2018-10-11 16:42:59.902051"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.903799"], ["updated_at", "2018-10-11 16:42:59.903799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.905492"], ["updated_at", "2018-10-11 16:42:59.905492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.907017"], ["updated_at", "2018-10-11 16:42:59.907017"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.908598"], ["updated_at", "2018-10-11 16:42:59.908598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.910676"], ["updated_at", "2018-10-11 16:42:59.910676"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.912627"], ["updated_at", "2018-10-11 16:42:59.912627"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.914537"], ["updated_at", "2018-10-11 16:42:59.914537"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.916075"], ["updated_at", "2018-10-11 16:42:59.916075"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.918126"], ["updated_at", "2018-10-11 16:42:59.918126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.920157"], ["updated_at", "2018-10-11 16:42:59.920157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.921983"], ["updated_at", "2018-10-11 16:42:59.921983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.923644"], ["updated_at", "2018-10-11 16:42:59.923644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.926986"], ["updated_at", "2018-10-11 16:42:59.926986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.928937"], ["updated_at", "2018-10-11 16:42:59.928937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.930614"], ["updated_at", "2018-10-11 16:42:59.930614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.932191"], ["updated_at", "2018-10-11 16:42:59.932191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.933707"], ["updated_at", "2018-10-11 16:42:59.933707"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.935319"], ["updated_at", "2018-10-11 16:42:59.935319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.937376"], ["updated_at", "2018-10-11 16:42:59.937376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.938987"], ["updated_at", "2018-10-11 16:42:59.938987"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.940568"], ["updated_at", "2018-10-11 16:42:59.940568"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.942576"], ["updated_at", "2018-10-11 16:42:59.942576"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.944443"], ["updated_at", "2018-10-11 16:42:59.944443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.946414"], ["updated_at", "2018-10-11 16:42:59.946414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.948148"], ["updated_at", "2018-10-11 16:42:59.948148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.949721"], ["updated_at", "2018-10-11 16:42:59.949721"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.951293"], ["updated_at", "2018-10-11 16:42:59.951293"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.953439"], ["updated_at", "2018-10-11 16:42:59.953439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.955286"], ["updated_at", "2018-10-11 16:42:59.955286"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.957123"], ["updated_at", "2018-10-11 16:42:59.957123"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.959774"], ["updated_at", "2018-10-11 16:42:59.959774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.961790"], ["updated_at", "2018-10-11 16:42:59.961790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.963382"], ["updated_at", "2018-10-11 16:42:59.963382"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.964958"], ["updated_at", "2018-10-11 16:42:59.964958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.967313"], ["updated_at", "2018-10-11 16:42:59.967313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.968920"], ["updated_at", "2018-10-11 16:42:59.968920"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.970587"], ["updated_at", "2018-10-11 16:42:59.970587"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.972422"], ["updated_at", "2018-10-11 16:42:59.972422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.974749"], ["updated_at", "2018-10-11 16:42:59.974749"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.976455"], ["updated_at", "2018-10-11 16:42:59.976455"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.978692"], ["updated_at", "2018-10-11 16:42:59.978692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.980439"], ["updated_at", "2018-10-11 16:42:59.980439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.982667"], ["updated_at", "2018-10-11 16:42:59.982667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.984449"], ["updated_at", "2018-10-11 16:42:59.984449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.986014"], ["updated_at", "2018-10-11 16:42:59.986014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.987687"], ["updated_at", "2018-10-11 16:42:59.987687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.989333"], ["updated_at", "2018-10-11 16:42:59.989333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.990975"], ["updated_at", "2018-10-11 16:42:59.990975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.993415"], ["updated_at", "2018-10-11 16:42:59.993415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.995479"], ["updated_at", "2018-10-11 16:42:59.995479"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.997060"], ["updated_at", "2018-10-11 16:42:59.997060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:42:59.999345"], ["updated_at", "2018-10-11 16:42:59.999345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.000999"], ["updated_at", "2018-10-11 16:43:00.000999"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.002537"], ["updated_at", "2018-10-11 16:43:00.002537"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.004803"], ["updated_at", "2018-10-11 16:43:00.004803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.007589"], ["updated_at", "2018-10-11 16:43:00.007589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.009391"], ["updated_at", "2018-10-11 16:43:00.009391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.011483"], ["updated_at", "2018-10-11 16:43:00.011483"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.013231"], ["updated_at", "2018-10-11 16:43:00.013231"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.015517"], ["updated_at", "2018-10-11 16:43:00.015517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.017218"], ["updated_at", "2018-10-11 16:43:00.017218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.018787"], ["updated_at", "2018-10-11 16:43:00.018787"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.020815"], ["updated_at", "2018-10-11 16:43:00.020815"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.023332"], ["updated_at", "2018-10-11 16:43:00.023332"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.025619"], ["updated_at", "2018-10-11 16:43:00.025619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.027894"], ["updated_at", "2018-10-11 16:43:00.027894"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.029519"], ["updated_at", "2018-10-11 16:43:00.029519"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.031750"], ["updated_at", "2018-10-11 16:43:00.031750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.033510"], ["updated_at", "2018-10-11 16:43:00.033510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.035122"], ["updated_at", "2018-10-11 16:43:00.035122"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.036734"], ["updated_at", "2018-10-11 16:43:00.036734"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.039098"], ["updated_at", "2018-10-11 16:43:00.039098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.041013"], ["updated_at", "2018-10-11 16:43:00.041013"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.042779"], ["updated_at", "2018-10-11 16:43:00.042779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.044796"], ["updated_at", "2018-10-11 16:43:00.044796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.046937"], ["updated_at", "2018-10-11 16:43:00.046937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.048557"], ["updated_at", "2018-10-11 16:43:00.048557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.050239"], ["updated_at", "2018-10-11 16:43:00.050239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.051897"], ["updated_at", "2018-10-11 16:43:00.051897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.053534"], ["updated_at", "2018-10-11 16:43:00.053534"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.055328"], ["updated_at", "2018-10-11 16:43:00.055328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.057575"], ["updated_at", "2018-10-11 16:43:00.057575"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.059606"], ["updated_at", "2018-10-11 16:43:00.059606"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.063046"], ["updated_at", "2018-10-11 16:43:00.063046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.065925"], ["updated_at", "2018-10-11 16:43:00.065925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.068131"], ["updated_at", "2018-10-11 16:43:00.068131"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.069819"], ["updated_at", "2018-10-11 16:43:00.069819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.073386"], ["updated_at", "2018-10-11 16:43:00.073386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.075806"], ["updated_at", "2018-10-11 16:43:00.075806"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.077738"], ["updated_at", "2018-10-11 16:43:00.077738"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.081201"], ["updated_at", "2018-10-11 16:43:00.081201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.083660"], ["updated_at", "2018-10-11 16:43:00.083660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.085380"], ["updated_at", "2018-10-11 16:43:00.085380"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.087851"], ["updated_at", "2018-10-11 16:43:00.087851"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.091460"], ["updated_at", "2018-10-11 16:43:00.091460"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.096219"], ["updated_at", "2018-10-11 16:43:00.096219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.099235"], ["updated_at", "2018-10-11 16:43:00.099235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.100965"], ["updated_at", "2018-10-11 16:43:00.100965"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.103035"], ["updated_at", "2018-10-11 16:43:00.103035"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.106575"], ["updated_at", "2018-10-11 16:43:00.106575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.108457"], ["updated_at", "2018-10-11 16:43:00.108457"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.110336"], ["updated_at", "2018-10-11 16:43:00.110336"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.113344"], ["updated_at", "2018-10-11 16:43:00.113344"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.116021"], ["updated_at", "2018-10-11 16:43:00.116021"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.118155"], ["updated_at", "2018-10-11 16:43:00.118155"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.120462"], ["updated_at", "2018-10-11 16:43:00.120462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.123911"], ["updated_at", "2018-10-11 16:43:00.123911"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.125665"], ["updated_at", "2018-10-11 16:43:00.125665"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.128383"], ["updated_at", "2018-10-11 16:43:00.128383"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.130759"], ["updated_at", "2018-10-11 16:43:00.130759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.133548"], ["updated_at", "2018-10-11 16:43:00.133548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.135598"], ["updated_at", "2018-10-11 16:43:00.135598"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.137571"], ["updated_at", "2018-10-11 16:43:00.137571"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.140850"], ["updated_at", "2018-10-11 16:43:00.140850"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.142677"], ["updated_at", "2018-10-11 16:43:00.142677"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.145727"], ["updated_at", "2018-10-11 16:43:00.145727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.148364"], ["updated_at", "2018-10-11 16:43:00.148364"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.150512"], ["updated_at", "2018-10-11 16:43:00.150512"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.152771"], ["updated_at", "2018-10-11 16:43:00.152771"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.155120"], ["updated_at", "2018-10-11 16:43:00.155120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.157636"], ["updated_at", "2018-10-11 16:43:00.157636"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.160137"], ["updated_at", "2018-10-11 16:43:00.160137"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.162661"], ["updated_at", "2018-10-11 16:43:00.162661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.165852"], ["updated_at", "2018-10-11 16:43:00.165852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.167909"], ["updated_at", "2018-10-11 16:43:00.167909"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.169727"], ["updated_at", "2018-10-11 16:43:00.169727"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.172235"], ["updated_at", "2018-10-11 16:43:00.172235"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.175001"], ["updated_at", "2018-10-11 16:43:00.175001"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.177456"], ["updated_at", "2018-10-11 16:43:00.177456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.180146"], ["updated_at", "2018-10-11 16:43:00.180146"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.182609"], ["updated_at", "2018-10-11 16:43:00.182609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.184966"], ["updated_at", "2018-10-11 16:43:00.184966"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.186893"], ["updated_at", "2018-10-11 16:43:00.186893"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.190151"], ["updated_at", "2018-10-11 16:43:00.190151"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.192435"], ["updated_at", "2018-10-11 16:43:00.192435"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.194602"], ["updated_at", "2018-10-11 16:43:00.194602"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.197251"], ["updated_at", "2018-10-11 16:43:00.197251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.200949"], ["updated_at", "2018-10-11 16:43:00.200949"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.202636"], ["updated_at", "2018-10-11 16:43:00.202636"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.205491"], ["updated_at", "2018-10-11 16:43:00.205491"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.207741"], ["updated_at", "2018-10-11 16:43:00.207741"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.210372"], ["updated_at", "2018-10-11 16:43:00.210372"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.212845"], ["updated_at", "2018-10-11 16:43:00.212845"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.216055"], ["updated_at", "2018-10-11 16:43:00.216055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.217972"], ["updated_at", "2018-10-11 16:43:00.217972"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.219684"], ["updated_at", "2018-10-11 16:43:00.219684"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.222548"], ["updated_at", "2018-10-11 16:43:00.222548"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.225486"], ["updated_at", "2018-10-11 16:43:00.225486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.227654"], ["updated_at", "2018-10-11 16:43:00.227654"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.230381"], ["updated_at", "2018-10-11 16:43:00.230381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.233424"], ["updated_at", "2018-10-11 16:43:00.233424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.234965"], ["updated_at", "2018-10-11 16:43:00.234965"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.236626"], ["updated_at", "2018-10-11 16:43:00.236626"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.238864"], ["updated_at", "2018-10-11 16:43:00.238864"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.242132"], ["updated_at", "2018-10-11 16:43:00.242132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.244154"], ["updated_at", "2018-10-11 16:43:00.244154"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.246665"], ["updated_at", "2018-10-11 16:43:00.246665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.249950"], ["updated_at", "2018-10-11 16:43:00.249950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.251550"], ["updated_at", "2018-10-11 16:43:00.251550"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.253195"], ["updated_at", "2018-10-11 16:43:00.253195"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.255832"], ["updated_at", "2018-10-11 16:43:00.255832"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.258864"], ["updated_at", "2018-10-11 16:43:00.258864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.260965"], ["updated_at", "2018-10-11 16:43:00.260965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.262740"], ["updated_at", "2018-10-11 16:43:00.262740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.264891"], ["updated_at", "2018-10-11 16:43:00.264891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.266714"], ["updated_at", "2018-10-11 16:43:00.266714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.268324"], ["updated_at", "2018-10-11 16:43:00.268324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.269842"], ["updated_at", "2018-10-11 16:43:00.269842"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.271615"], ["updated_at", "2018-10-11 16:43:00.271615"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.273994"], ["updated_at", "2018-10-11 16:43:00.273994"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.275789"], ["updated_at", "2018-10-11 16:43:00.275789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.278014"], ["updated_at", "2018-10-11 16:43:00.278014"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.279610"], ["updated_at", "2018-10-11 16:43:00.279610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.281850"], ["updated_at", "2018-10-11 16:43:00.281850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.283556"], ["updated_at", "2018-10-11 16:43:00.283556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.285122"], ["updated_at", "2018-10-11 16:43:00.285122"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.286682"], ["updated_at", "2018-10-11 16:43:00.286682"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.288598"], ["updated_at", "2018-10-11 16:43:00.288598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.290805"], ["updated_at", "2018-10-11 16:43:00.290805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.292540"], ["updated_at", "2018-10-11 16:43:00.292540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.294366"], ["updated_at", "2018-10-11 16:43:00.294366"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.296285"], ["updated_at", "2018-10-11 16:43:00.296285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.298308"], ["updated_at", "2018-10-11 16:43:00.298308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.299932"], ["updated_at", "2018-10-11 16:43:00.299932"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.301604"], ["updated_at", "2018-10-11 16:43:00.301604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.303281"], ["updated_at", "2018-10-11 16:43:00.303281"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.305244"], ["updated_at", "2018-10-11 16:43:00.305244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.306999"], ["updated_at", "2018-10-11 16:43:00.306999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.308722"], ["updated_at", "2018-10-11 16:43:00.308722"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.310724"], ["updated_at", "2018-10-11 16:43:00.310724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.312813"], ["updated_at", "2018-10-11 16:43:00.312813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.314561"], ["updated_at", "2018-10-11 16:43:00.314561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.316105"], ["updated_at", "2018-10-11 16:43:00.316105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.317659"], ["updated_at", "2018-10-11 16:43:00.317659"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.319179"], ["updated_at", "2018-10-11 16:43:00.319179"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.321260"], ["updated_at", "2018-10-11 16:43:00.321260"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.323080"], ["updated_at", "2018-10-11 16:43:00.323080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.324837"], ["updated_at", "2018-10-11 16:43:00.324837"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.326478"], ["updated_at", "2018-10-11 16:43:00.326478"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.328654"], ["updated_at", "2018-10-11 16:43:00.328654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.330298"], ["updated_at", "2018-10-11 16:43:00.330298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.331897"], ["updated_at", "2018-10-11 16:43:00.331897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.333612"], ["updated_at", "2018-10-11 16:43:00.333612"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.335187"], ["updated_at", "2018-10-11 16:43:00.335187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.337209"], ["updated_at", "2018-10-11 16:43:00.337209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.338856"], ["updated_at", "2018-10-11 16:43:00.338856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.340386"], ["updated_at", "2018-10-11 16:43:00.340386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.341916"], ["updated_at", "2018-10-11 16:43:00.341916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.343795"], ["updated_at", "2018-10-11 16:43:00.343795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.345777"], ["updated_at", "2018-10-11 16:43:00.345777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.347332"], ["updated_at", "2018-10-11 16:43:00.347332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.348903"], ["updated_at", "2018-10-11 16:43:00.348903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.350500"], ["updated_at", "2018-10-11 16:43:00.350500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.352336"], ["updated_at", "2018-10-11 16:43:00.352336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.353963"], ["updated_at", "2018-10-11 16:43:00.353963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.355577"], ["updated_at", "2018-10-11 16:43:00.355577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.357214"], ["updated_at", "2018-10-11 16:43:00.357214"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.358860"], ["updated_at", "2018-10-11 16:43:00.358860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.361311"], ["updated_at", "2018-10-11 16:43:00.361311"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.362948"], ["updated_at", "2018-10-11 16:43:00.362948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.364655"], ["updated_at", "2018-10-11 16:43:00.364655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.366291"], ["updated_at", "2018-10-11 16:43:00.366291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.367874"], ["updated_at", "2018-10-11 16:43:00.367874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.369896"], ["updated_at", "2018-10-11 16:43:00.369896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.371496"], ["updated_at", "2018-10-11 16:43:00.371496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.373101"], ["updated_at", "2018-10-11 16:43:00.373101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.374629"], ["updated_at", "2018-10-11 16:43:00.374629"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.376914"], ["updated_at", "2018-10-11 16:43:00.376914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.378875"], ["updated_at", "2018-10-11 16:43:00.378875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.380475"], ["updated_at", "2018-10-11 16:43:00.380475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.382035"], ["updated_at", "2018-10-11 16:43:00.382035"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.383654"], ["updated_at", "2018-10-11 16:43:00.383654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.385631"], ["updated_at", "2018-10-11 16:43:00.385631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.387293"], ["updated_at", "2018-10-11 16:43:00.387293"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.388862"], ["updated_at", "2018-10-11 16:43:00.388862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.390665"], ["updated_at", "2018-10-11 16:43:00.390665"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.392585"], ["updated_at", "2018-10-11 16:43:00.392585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.394581"], ["updated_at", "2018-10-11 16:43:00.394581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.396455"], ["updated_at", "2018-10-11 16:43:00.396455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.398036"], ["updated_at", "2018-10-11 16:43:00.398036"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.399563"], ["updated_at", "2018-10-11 16:43:00.399563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.401561"], ["updated_at", "2018-10-11 16:43:00.401561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.403162"], ["updated_at", "2018-10-11 16:43:00.403162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.404762"], ["updated_at", "2018-10-11 16:43:00.404762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.406303"], ["updated_at", "2018-10-11 16:43:00.406303"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.407887"], ["updated_at", "2018-10-11 16:43:00.407887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.410105"], ["updated_at", "2018-10-11 16:43:00.410105"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.411935"], ["updated_at", "2018-10-11 16:43:00.411935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.413722"], ["updated_at", "2018-10-11 16:43:00.413722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.415354"], ["updated_at", "2018-10-11 16:43:00.415354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.417225"], ["updated_at", "2018-10-11 16:43:00.417225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.418829"], ["updated_at", "2018-10-11 16:43:00.418829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.420364"], ["updated_at", "2018-10-11 16:43:00.420364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.421909"], ["updated_at", "2018-10-11 16:43:00.421909"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.423492"], ["updated_at", "2018-10-11 16:43:00.423492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.425628"], ["updated_at", "2018-10-11 16:43:00.425628"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.427802"], ["updated_at", "2018-10-11 16:43:00.427802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.429544"], ["updated_at", "2018-10-11 16:43:00.429544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.431123"], ["updated_at", "2018-10-11 16:43:00.431123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.433045"], ["updated_at", "2018-10-11 16:43:00.433045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.434683"], ["updated_at", "2018-10-11 16:43:00.434683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.436262"], ["updated_at", "2018-10-11 16:43:00.436262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.437786"], ["updated_at", "2018-10-11 16:43:00.437786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.439328"], ["updated_at", "2018-10-11 16:43:00.439328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.441289"], ["updated_at", "2018-10-11 16:43:00.441289"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.442878"], ["updated_at", "2018-10-11 16:43:00.442878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.445032"], ["updated_at", "2018-10-11 16:43:00.445032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.446689"], ["updated_at", "2018-10-11 16:43:00.446689"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.448243"], ["updated_at", "2018-10-11 16:43:00.448243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.450386"], ["updated_at", "2018-10-11 16:43:00.450386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.453267"], ["updated_at", "2018-10-11 16:43:00.453267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.454935"], ["updated_at", "2018-10-11 16:43:00.454935"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.456557"], ["updated_at", "2018-10-11 16:43:00.456557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.458554"], ["updated_at", "2018-10-11 16:43:00.458554"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.460125"], ["updated_at", "2018-10-11 16:43:00.460125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.462100"], ["updated_at", "2018-10-11 16:43:00.462100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.463679"], ["updated_at", "2018-10-11 16:43:00.463679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.465640"], ["updated_at", "2018-10-11 16:43:00.465640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.467244"], ["updated_at", "2018-10-11 16:43:00.467244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.468811"], ["updated_at", "2018-10-11 16:43:00.468811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.470344"], ["updated_at", "2018-10-11 16:43:00.470344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.471869"], ["updated_at", "2018-10-11 16:43:00.471869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.473513"], ["updated_at", "2018-10-11 16:43:00.473513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.475198"], ["updated_at", "2018-10-11 16:43:00.475198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.476942"], ["updated_at", "2018-10-11 16:43:00.476942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.478657"], ["updated_at", "2018-10-11 16:43:00.478657"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.480214"], ["updated_at", "2018-10-11 16:43:00.480214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.482373"], ["updated_at", "2018-10-11 16:43:00.482373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.483991"], ["updated_at", "2018-10-11 16:43:00.483991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.485653"], ["updated_at", "2018-10-11 16:43:00.485653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.487222"], ["updated_at", "2018-10-11 16:43:00.487222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.488880"], ["updated_at", "2018-10-11 16:43:00.488880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.490851"], ["updated_at", "2018-10-11 16:43:00.490851"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.492451"], ["updated_at", "2018-10-11 16:43:00.492451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.494376"], ["updated_at", "2018-10-11 16:43:00.494376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.495944"], ["updated_at", "2018-10-11 16:43:00.495944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.497601"], ["updated_at", "2018-10-11 16:43:00.497601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.499591"], ["updated_at", "2018-10-11 16:43:00.499591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.501207"], ["updated_at", "2018-10-11 16:43:00.501207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.502762"], ["updated_at", "2018-10-11 16:43:00.502762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.504327"], ["updated_at", "2018-10-11 16:43:00.504327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.505935"], ["updated_at", "2018-10-11 16:43:00.505935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.507927"], ["updated_at", "2018-10-11 16:43:00.507927"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.509567"], ["updated_at", "2018-10-11 16:43:00.509567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.511576"], ["updated_at", "2018-10-11 16:43:00.511576"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.513158"], ["updated_at", "2018-10-11 16:43:00.513158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.515217"], ["updated_at", "2018-10-11 16:43:00.515217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.516898"], ["updated_at", "2018-10-11 16:43:00.516898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.518499"], ["updated_at", "2018-10-11 16:43:00.518499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.520017"], ["updated_at", "2018-10-11 16:43:00.520017"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.521547"], ["updated_at", "2018-10-11 16:43:00.521547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.523593"], ["updated_at", "2018-10-11 16:43:00.523593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.525279"], ["updated_at", "2018-10-11 16:43:00.525279"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.527082"], ["updated_at", "2018-10-11 16:43:00.527082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.528874"], ["updated_at", "2018-10-11 16:43:00.528874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.530770"], ["updated_at", "2018-10-11 16:43:00.530770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.532419"], ["updated_at", "2018-10-11 16:43:00.532419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.533953"], ["updated_at", "2018-10-11 16:43:00.533953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.535531"], ["updated_at", "2018-10-11 16:43:00.535531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.537053"], ["updated_at", "2018-10-11 16:43:00.537053"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.539000"], ["updated_at", "2018-10-11 16:43:00.539000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.540975"], ["updated_at", "2018-10-11 16:43:00.540975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.542700"], ["updated_at", "2018-10-11 16:43:00.542700"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.544622"], ["updated_at", "2018-10-11 16:43:00.544622"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.547101"], ["updated_at", "2018-10-11 16:43:00.547101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.548894"], ["updated_at", "2018-10-11 16:43:00.548894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.550496"], ["updated_at", "2018-10-11 16:43:00.550496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.552232"], ["updated_at", "2018-10-11 16:43:00.552232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.553961"], ["updated_at", "2018-10-11 16:43:00.553961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.555555"], ["updated_at", "2018-10-11 16:43:00.555555"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.557250"], ["updated_at", "2018-10-11 16:43:00.557250"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.559588"], ["updated_at", "2018-10-11 16:43:00.559588"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.561723"], ["updated_at", "2018-10-11 16:43:00.561723"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.564522"], ["updated_at", "2018-10-11 16:43:00.564522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.567201"], ["updated_at", "2018-10-11 16:43:00.567201"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.568817"], ["updated_at", "2018-10-11 16:43:00.568817"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.571477"], ["updated_at", "2018-10-11 16:43:00.571477"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.574235"], ["updated_at", "2018-10-11 16:43:00.574235"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.576186"], ["updated_at", "2018-10-11 16:43:00.576186"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.579230"], ["updated_at", "2018-10-11 16:43:00.579230"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.581978"], ["updated_at", "2018-10-11 16:43:00.581978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.584196"], ["updated_at", "2018-10-11 16:43:00.584196"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.585845"], ["updated_at", "2018-10-11 16:43:00.585845"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.588352"], ["updated_at", "2018-10-11 16:43:00.588352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.591120"], ["updated_at", "2018-10-11 16:43:00.591120"], ["parent_id", 39895952907]] Kithe::Work Create (6.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.592809"], ["updated_at", "2018-10-11 16:43:00.592809"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.600561"], ["updated_at", "2018-10-11 16:43:00.600561"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.603450"], ["updated_at", "2018-10-11 16:43:00.603450"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.606880"], ["updated_at", "2018-10-11 16:43:00.606880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.608662"], ["updated_at", "2018-10-11 16:43:00.608662"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.610705"], ["updated_at", "2018-10-11 16:43:00.610705"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.613521"], ["updated_at", "2018-10-11 16:43:00.613521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.616324"], ["updated_at", "2018-10-11 16:43:00.616324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.618125"], ["updated_at", "2018-10-11 16:43:00.618125"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.620178"], ["updated_at", "2018-10-11 16:43:00.620178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.623029"], ["updated_at", "2018-10-11 16:43:00.623029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.624856"], ["updated_at", "2018-10-11 16:43:00.624856"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.626735"], ["updated_at", "2018-10-11 16:43:00.626735"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.629802"], ["updated_at", "2018-10-11 16:43:00.629802"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.632550"], ["updated_at", "2018-10-11 16:43:00.632550"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.635002"], ["updated_at", "2018-10-11 16:43:00.635002"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.637312"], ["updated_at", "2018-10-11 16:43:00.637312"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.640021"], ["updated_at", "2018-10-11 16:43:00.640021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.641779"], ["updated_at", "2018-10-11 16:43:00.641779"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.643832"], ["updated_at", "2018-10-11 16:43:00.643832"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.646445"], ["updated_at", "2018-10-11 16:43:00.646445"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.648776"], ["updated_at", "2018-10-11 16:43:00.648776"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.650886"], ["updated_at", "2018-10-11 16:43:00.650886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.653115"], ["updated_at", "2018-10-11 16:43:00.653115"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.655829"], ["updated_at", "2018-10-11 16:43:00.655829"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.657821"], ["updated_at", "2018-10-11 16:43:00.657821"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.660037"], ["updated_at", "2018-10-11 16:43:00.660037"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.662630"], ["updated_at", "2018-10-11 16:43:00.662630"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.665045"], ["updated_at", "2018-10-11 16:43:00.665045"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.667282"], ["updated_at", "2018-10-11 16:43:00.667282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.669186"], ["updated_at", "2018-10-11 16:43:00.669186"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.670998"], ["updated_at", "2018-10-11 16:43:00.670998"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.673945"], ["updated_at", "2018-10-11 16:43:00.673945"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.676109"], ["updated_at", "2018-10-11 16:43:00.676109"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.678688"], ["updated_at", "2018-10-11 16:43:00.678688"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.681140"], ["updated_at", "2018-10-11 16:43:00.681140"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.683445"], ["updated_at", "2018-10-11 16:43:00.683445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.685572"], ["updated_at", "2018-10-11 16:43:00.685572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.687184"], ["updated_at", "2018-10-11 16:43:00.687184"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.689697"], ["updated_at", "2018-10-11 16:43:00.689697"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.692400"], ["updated_at", "2018-10-11 16:43:00.692400"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.695576"], ["updated_at", "2018-10-11 16:43:00.695576"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.697903"], ["updated_at", "2018-10-11 16:43:00.697903"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.700722"], ["updated_at", "2018-10-11 16:43:00.700722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.702595"], ["updated_at", "2018-10-11 16:43:00.702595"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.705174"], ["updated_at", "2018-10-11 16:43:00.705174"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.707300"], ["updated_at", "2018-10-11 16:43:00.707300"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.709688"], ["updated_at", "2018-10-11 16:43:00.709688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.711862"], ["updated_at", "2018-10-11 16:43:00.711862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.713621"], ["updated_at", "2018-10-11 16:43:00.713621"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.715217"], ["updated_at", "2018-10-11 16:43:00.715217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.717479"], ["updated_at", "2018-10-11 16:43:00.717479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.719127"], ["updated_at", "2018-10-11 16:43:00.719127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.720684"], ["updated_at", "2018-10-11 16:43:00.720684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.722251"], ["updated_at", "2018-10-11 16:43:00.722251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.724248"], ["updated_at", "2018-10-11 16:43:00.724248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.726243"], ["updated_at", "2018-10-11 16:43:00.726243"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.728394"], ["updated_at", "2018-10-11 16:43:00.728394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.730316"], ["updated_at", "2018-10-11 16:43:00.730316"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.732134"], ["updated_at", "2018-10-11 16:43:00.732134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.734093"], ["updated_at", "2018-10-11 16:43:00.734093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.735867"], ["updated_at", "2018-10-11 16:43:00.735867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.737418"], ["updated_at", "2018-10-11 16:43:00.737418"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.739040"], ["updated_at", "2018-10-11 16:43:00.739040"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.741146"], ["updated_at", "2018-10-11 16:43:00.741146"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.742950"], ["updated_at", "2018-10-11 16:43:00.742950"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.745206"], ["updated_at", "2018-10-11 16:43:00.745206"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.747111"], ["updated_at", "2018-10-11 16:43:00.747111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.749260"], ["updated_at", "2018-10-11 16:43:00.749260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.750836"], ["updated_at", "2018-10-11 16:43:00.750836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.752369"], ["updated_at", "2018-10-11 16:43:00.752369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.753919"], ["updated_at", "2018-10-11 16:43:00.753919"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.755716"], ["updated_at", "2018-10-11 16:43:00.755716"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.758136"], ["updated_at", "2018-10-11 16:43:00.758136"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.759960"], ["updated_at", "2018-10-11 16:43:00.759960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.762204"], ["updated_at", "2018-10-11 16:43:00.762204"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.763890"], ["updated_at", "2018-10-11 16:43:00.763890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.766239"], ["updated_at", "2018-10-11 16:43:00.766239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.767923"], ["updated_at", "2018-10-11 16:43:00.767923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.769510"], ["updated_at", "2018-10-11 16:43:00.769510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.771068"], ["updated_at", "2018-10-11 16:43:00.771068"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.772987"], ["updated_at", "2018-10-11 16:43:00.772987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.774802"], ["updated_at", "2018-10-11 16:43:00.774802"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.776945"], ["updated_at", "2018-10-11 16:43:00.776945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.779169"], ["updated_at", "2018-10-11 16:43:00.779169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.781188"], ["updated_at", "2018-10-11 16:43:00.781188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.782954"], ["updated_at", "2018-10-11 16:43:00.782954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.784568"], ["updated_at", "2018-10-11 16:43:00.784568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.786138"], ["updated_at", "2018-10-11 16:43:00.786138"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.787967"], ["updated_at", "2018-10-11 16:43:00.787967"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.790407"], ["updated_at", "2018-10-11 16:43:00.790407"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.792385"], ["updated_at", "2018-10-11 16:43:00.792385"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.794682"], ["updated_at", "2018-10-11 16:43:00.794682"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.797118"], ["updated_at", "2018-10-11 16:43:00.797118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.799115"], ["updated_at", "2018-10-11 16:43:00.799115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.800809"], ["updated_at", "2018-10-11 16:43:00.800809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.802437"], ["updated_at", "2018-10-11 16:43:00.802437"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.803999"], ["updated_at", "2018-10-11 16:43:00.803999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.806183"], ["updated_at", "2018-10-11 16:43:00.806183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.807984"], ["updated_at", "2018-10-11 16:43:00.807984"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.809733"], ["updated_at", "2018-10-11 16:43:00.809733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.813885"], ["updated_at", "2018-10-11 16:43:00.813885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.815574"], ["updated_at", "2018-10-11 16:43:00.815574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.817222"], ["updated_at", "2018-10-11 16:43:00.817222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.818886"], ["updated_at", "2018-10-11 16:43:00.818886"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.820574"], ["updated_at", "2018-10-11 16:43:00.820574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.822512"], ["updated_at", "2018-10-11 16:43:00.822512"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.824255"], ["updated_at", "2018-10-11 16:43:00.824255"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.826179"], ["updated_at", "2018-10-11 16:43:00.826179"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.828765"], ["updated_at", "2018-10-11 16:43:00.828765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.830624"], ["updated_at", "2018-10-11 16:43:00.830624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.832279"], ["updated_at", "2018-10-11 16:43:00.832279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.833868"], ["updated_at", "2018-10-11 16:43:00.833868"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.835608"], ["updated_at", "2018-10-11 16:43:00.835608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.837593"], ["updated_at", "2018-10-11 16:43:00.837593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.839251"], ["updated_at", "2018-10-11 16:43:00.839251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.840872"], ["updated_at", "2018-10-11 16:43:00.840872"], ["parent_id", 39895952907]] Kithe::Work Create (3.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.842537"], ["updated_at", "2018-10-11 16:43:00.842537"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.847498"], ["updated_at", "2018-10-11 16:43:00.847498"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.849333"], ["updated_at", "2018-10-11 16:43:00.849333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.850945"], ["updated_at", "2018-10-11 16:43:00.850945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.852606"], ["updated_at", "2018-10-11 16:43:00.852606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.854379"], ["updated_at", "2018-10-11 16:43:00.854379"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.856210"], ["updated_at", "2018-10-11 16:43:00.856210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.858994"], ["updated_at", "2018-10-11 16:43:00.858994"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.860872"], ["updated_at", "2018-10-11 16:43:00.860872"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.863658"], ["updated_at", "2018-10-11 16:43:00.863658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.865449"], ["updated_at", "2018-10-11 16:43:00.865449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.867162"], ["updated_at", "2018-10-11 16:43:00.867162"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.868811"], ["updated_at", "2018-10-11 16:43:00.868811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.870609"], ["updated_at", "2018-10-11 16:43:00.870609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.872246"], ["updated_at", "2018-10-11 16:43:00.872246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.873883"], ["updated_at", "2018-10-11 16:43:00.873883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.875416"], ["updated_at", "2018-10-11 16:43:00.875416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.877373"], ["updated_at", "2018-10-11 16:43:00.877373"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.879243"], ["updated_at", "2018-10-11 16:43:00.879243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.881061"], ["updated_at", "2018-10-11 16:43:00.881061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.882701"], ["updated_at", "2018-10-11 16:43:00.882701"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.884221"], ["updated_at", "2018-10-11 16:43:00.884221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.886689"], ["updated_at", "2018-10-11 16:43:00.886689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.888491"], ["updated_at", "2018-10-11 16:43:00.888491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.890052"], ["updated_at", "2018-10-11 16:43:00.890052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.891633"], ["updated_at", "2018-10-11 16:43:00.891633"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.893734"], ["updated_at", "2018-10-11 16:43:00.893734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.895637"], ["updated_at", "2018-10-11 16:43:00.895637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.897226"], ["updated_at", "2018-10-11 16:43:00.897226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.898773"], ["updated_at", "2018-10-11 16:43:00.898773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.900329"], ["updated_at", "2018-10-11 16:43:00.900329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.902202"], ["updated_at", "2018-10-11 16:43:00.902202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.903744"], ["updated_at", "2018-10-11 16:43:00.903744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.905279"], ["updated_at", "2018-10-11 16:43:00.905279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.906798"], ["updated_at", "2018-10-11 16:43:00.906798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.908310"], ["updated_at", "2018-10-11 16:43:00.908310"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.910441"], ["updated_at", "2018-10-11 16:43:00.910441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.912392"], ["updated_at", "2018-10-11 16:43:00.912392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.914048"], ["updated_at", "2018-10-11 16:43:00.914048"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.915672"], ["updated_at", "2018-10-11 16:43:00.915672"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.917870"], ["updated_at", "2018-10-11 16:43:00.917870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.919727"], ["updated_at", "2018-10-11 16:43:00.919727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.921363"], ["updated_at", "2018-10-11 16:43:00.921363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.922921"], ["updated_at", "2018-10-11 16:43:00.922921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.924472"], ["updated_at", "2018-10-11 16:43:00.924472"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.926415"], ["updated_at", "2018-10-11 16:43:00.926415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.928832"], ["updated_at", "2018-10-11 16:43:00.928832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.930431"], ["updated_at", "2018-10-11 16:43:00.930431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.932096"], ["updated_at", "2018-10-11 16:43:00.932096"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.934096"], ["updated_at", "2018-10-11 16:43:00.934096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.935908"], ["updated_at", "2018-10-11 16:43:00.935908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.937463"], ["updated_at", "2018-10-11 16:43:00.937463"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.939004"], ["updated_at", "2018-10-11 16:43:00.939004"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.940674"], ["updated_at", "2018-10-11 16:43:00.940674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.942624"], ["updated_at", "2018-10-11 16:43:00.942624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.944455"], ["updated_at", "2018-10-11 16:43:00.944455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.946106"], ["updated_at", "2018-10-11 16:43:00.946106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.947690"], ["updated_at", "2018-10-11 16:43:00.947690"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.949340"], ["updated_at", "2018-10-11 16:43:00.949340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.951836"], ["updated_at", "2018-10-11 16:43:00.951836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.953533"], ["updated_at", "2018-10-11 16:43:00.953533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.955099"], ["updated_at", "2018-10-11 16:43:00.955099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.956638"], ["updated_at", "2018-10-11 16:43:00.956638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.958545"], ["updated_at", "2018-10-11 16:43:00.958545"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.960448"], ["updated_at", "2018-10-11 16:43:00.960448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.962291"], ["updated_at", "2018-10-11 16:43:00.962291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.963875"], ["updated_at", "2018-10-11 16:43:00.963875"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.965412"], ["updated_at", "2018-10-11 16:43:00.965412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.967439"], ["updated_at", "2018-10-11 16:43:00.967439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.969114"], ["updated_at", "2018-10-11 16:43:00.969114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.970705"], ["updated_at", "2018-10-11 16:43:00.970705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.972525"], ["updated_at", "2018-10-11 16:43:00.972525"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.974549"], ["updated_at", "2018-10-11 16:43:00.974549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.976300"], ["updated_at", "2018-10-11 16:43:00.976300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.978669"], ["updated_at", "2018-10-11 16:43:00.978669"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.980482"], ["updated_at", "2018-10-11 16:43:00.980482"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.982621"], ["updated_at", "2018-10-11 16:43:00.982621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.984374"], ["updated_at", "2018-10-11 16:43:00.984374"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.986043"], ["updated_at", "2018-10-11 16:43:00.986043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.988122"], ["updated_at", "2018-10-11 16:43:00.988122"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.989739"], ["updated_at", "2018-10-11 16:43:00.989739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.992164"], ["updated_at", "2018-10-11 16:43:00.992164"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.994306"], ["updated_at", "2018-10-11 16:43:00.994306"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.997038"], ["updated_at", "2018-10-11 16:43:00.997038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:00.999827"], ["updated_at", "2018-10-11 16:43:00.999827"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.001551"], ["updated_at", "2018-10-11 16:43:01.001551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.003185"], ["updated_at", "2018-10-11 16:43:01.003185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.004795"], ["updated_at", "2018-10-11 16:43:01.004795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.006900"], ["updated_at", "2018-10-11 16:43:01.006900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.008699"], ["updated_at", "2018-10-11 16:43:01.008699"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.010862"], ["updated_at", "2018-10-11 16:43:01.010862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.012914"], ["updated_at", "2018-10-11 16:43:01.012914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.014986"], ["updated_at", "2018-10-11 16:43:01.014986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.017081"], ["updated_at", "2018-10-11 16:43:01.017081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.018924"], ["updated_at", "2018-10-11 16:43:01.018924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.020669"], ["updated_at", "2018-10-11 16:43:01.020669"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.022268"], ["updated_at", "2018-10-11 16:43:01.022268"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.024343"], ["updated_at", "2018-10-11 16:43:01.024343"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.026149"], ["updated_at", "2018-10-11 16:43:01.026149"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.029493"], ["updated_at", "2018-10-11 16:43:01.029493"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.032735"], ["updated_at", "2018-10-11 16:43:01.032735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.034681"], ["updated_at", "2018-10-11 16:43:01.034681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.036319"], ["updated_at", "2018-10-11 16:43:01.036319"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.037909"], ["updated_at", "2018-10-11 16:43:01.037909"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.039996"], ["updated_at", "2018-10-11 16:43:01.039996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.041633"], ["updated_at", "2018-10-11 16:43:01.041633"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.043317"], ["updated_at", "2018-10-11 16:43:01.043317"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.045635"], ["updated_at", "2018-10-11 16:43:01.045635"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.048104"], ["updated_at", "2018-10-11 16:43:01.048104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.049832"], ["updated_at", "2018-10-11 16:43:01.049832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.051441"], ["updated_at", "2018-10-11 16:43:01.051441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.053028"], ["updated_at", "2018-10-11 16:43:01.053028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.055094"], ["updated_at", "2018-10-11 16:43:01.055094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.057000"], ["updated_at", "2018-10-11 16:43:01.057000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.058744"], ["updated_at", "2018-10-11 16:43:01.058744"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.060447"], ["updated_at", "2018-10-11 16:43:01.060447"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.063302"], ["updated_at", "2018-10-11 16:43:01.063302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.065366"], ["updated_at", "2018-10-11 16:43:01.065366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.066958"], ["updated_at", "2018-10-11 16:43:01.066958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.068562"], ["updated_at", "2018-10-11 16:43:01.068562"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.070145"], ["updated_at", "2018-10-11 16:43:01.070145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.072434"], ["updated_at", "2018-10-11 16:43:01.072434"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.074351"], ["updated_at", "2018-10-11 16:43:01.074351"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.076254"], ["updated_at", "2018-10-11 16:43:01.076254"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.079216"], ["updated_at", "2018-10-11 16:43:01.079216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.081523"], ["updated_at", "2018-10-11 16:43:01.081523"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.083158"], ["updated_at", "2018-10-11 16:43:01.083158"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.085338"], ["updated_at", "2018-10-11 16:43:01.085338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.087627"], ["updated_at", "2018-10-11 16:43:01.087627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.089463"], ["updated_at", "2018-10-11 16:43:01.089463"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.091202"], ["updated_at", "2018-10-11 16:43:01.091202"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.093008"], ["updated_at", "2018-10-11 16:43:01.093008"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.095854"], ["updated_at", "2018-10-11 16:43:01.095854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.097801"], ["updated_at", "2018-10-11 16:43:01.097801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.099390"], ["updated_at", "2018-10-11 16:43:01.099390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.100991"], ["updated_at", "2018-10-11 16:43:01.100991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.102788"], ["updated_at", "2018-10-11 16:43:01.102788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.105042"], ["updated_at", "2018-10-11 16:43:01.105042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.106720"], ["updated_at", "2018-10-11 16:43:01.106720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.108395"], ["updated_at", "2018-10-11 16:43:01.108395"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.110161"], ["updated_at", "2018-10-11 16:43:01.110161"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.113240"], ["updated_at", "2018-10-11 16:43:01.113240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.114974"], ["updated_at", "2018-10-11 16:43:01.114974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.116528"], ["updated_at", "2018-10-11 16:43:01.116528"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.118137"], ["updated_at", "2018-10-11 16:43:01.118137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.120786"], ["updated_at", "2018-10-11 16:43:01.120786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.122494"], ["updated_at", "2018-10-11 16:43:01.122494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.124100"], ["updated_at", "2018-10-11 16:43:01.124100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.125740"], ["updated_at", "2018-10-11 16:43:01.125740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.129185"], ["updated_at", "2018-10-11 16:43:01.129185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.130920"], ["updated_at", "2018-10-11 16:43:01.130920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.132605"], ["updated_at", "2018-10-11 16:43:01.132605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.134261"], ["updated_at", "2018-10-11 16:43:01.134261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.136397"], ["updated_at", "2018-10-11 16:43:01.136397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.138080"], ["updated_at", "2018-10-11 16:43:01.138080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.139988"], ["updated_at", "2018-10-11 16:43:01.139988"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.141764"], ["updated_at", "2018-10-11 16:43:01.141764"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.144576"], ["updated_at", "2018-10-11 16:43:01.144576"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.146516"], ["updated_at", "2018-10-11 16:43:01.146516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.148187"], ["updated_at", "2018-10-11 16:43:01.148187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.151483"], ["updated_at", "2018-10-11 16:43:01.151483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.153453"], ["updated_at", "2018-10-11 16:43:01.153453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.155145"], ["updated_at", "2018-10-11 16:43:01.155145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.156682"], ["updated_at", "2018-10-11 16:43:01.156682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.158212"], ["updated_at", "2018-10-11 16:43:01.158212"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.159881"], ["updated_at", "2018-10-11 16:43:01.159881"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.162130"], ["updated_at", "2018-10-11 16:43:01.162130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.164791"], ["updated_at", "2018-10-11 16:43:01.164791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.166370"], ["updated_at", "2018-10-11 16:43:01.166370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.168445"], ["updated_at", "2018-10-11 16:43:01.168445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.170351"], ["updated_at", "2018-10-11 16:43:01.170351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.172162"], ["updated_at", "2018-10-11 16:43:01.172162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.173752"], ["updated_at", "2018-10-11 16:43:01.173752"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.175914"], ["updated_at", "2018-10-11 16:43:01.175914"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.178373"], ["updated_at", "2018-10-11 16:43:01.178373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.180359"], ["updated_at", "2018-10-11 16:43:01.180359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.181971"], ["updated_at", "2018-10-11 16:43:01.181971"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.183695"], ["updated_at", "2018-10-11 16:43:01.183695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.186004"], ["updated_at", "2018-10-11 16:43:01.186004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.187605"], ["updated_at", "2018-10-11 16:43:01.187605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.189287"], ["updated_at", "2018-10-11 16:43:01.189287"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.190887"], ["updated_at", "2018-10-11 16:43:01.190887"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.193404"], ["updated_at", "2018-10-11 16:43:01.193404"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.195816"], ["updated_at", "2018-10-11 16:43:01.195816"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.197942"], ["updated_at", "2018-10-11 16:43:01.197942"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.201055"], ["updated_at", "2018-10-11 16:43:01.201055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.203133"], ["updated_at", "2018-10-11 16:43:01.203133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.204759"], ["updated_at", "2018-10-11 16:43:01.204759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.206462"], ["updated_at", "2018-10-11 16:43:01.206462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.208653"], ["updated_at", "2018-10-11 16:43:01.208653"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.211593"], ["updated_at", "2018-10-11 16:43:01.211593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.213783"], ["updated_at", "2018-10-11 16:43:01.213783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.215469"], ["updated_at", "2018-10-11 16:43:01.215469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.217040"], ["updated_at", "2018-10-11 16:43:01.217040"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.218999"], ["updated_at", "2018-10-11 16:43:01.218999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.221053"], ["updated_at", "2018-10-11 16:43:01.221053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.222631"], ["updated_at", "2018-10-11 16:43:01.222631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.224795"], ["updated_at", "2018-10-11 16:43:01.224795"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.227167"], ["updated_at", "2018-10-11 16:43:01.227167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.229472"], ["updated_at", "2018-10-11 16:43:01.229472"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.231196"], ["updated_at", "2018-10-11 16:43:01.231196"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.233550"], ["updated_at", "2018-10-11 16:43:01.233550"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.235249"], ["updated_at", "2018-10-11 16:43:01.235249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.236973"], ["updated_at", "2018-10-11 16:43:01.236973"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.238920"], ["updated_at", "2018-10-11 16:43:01.238920"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.241121"], ["updated_at", "2018-10-11 16:43:01.241121"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.243041"], ["updated_at", "2018-10-11 16:43:01.243041"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.245348"], ["updated_at", "2018-10-11 16:43:01.245348"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.247237"], ["updated_at", "2018-10-11 16:43:01.247237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.249355"], ["updated_at", "2018-10-11 16:43:01.249355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.251049"], ["updated_at", "2018-10-11 16:43:01.251049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.252630"], ["updated_at", "2018-10-11 16:43:01.252630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.254175"], ["updated_at", "2018-10-11 16:43:01.254175"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.255716"], ["updated_at", "2018-10-11 16:43:01.255716"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.258072"], ["updated_at", "2018-10-11 16:43:01.258072"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.260090"], ["updated_at", "2018-10-11 16:43:01.260090"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.262280"], ["updated_at", "2018-10-11 16:43:01.262280"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.264116"], ["updated_at", "2018-10-11 16:43:01.264116"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.266293"], ["updated_at", "2018-10-11 16:43:01.266293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.268078"], ["updated_at", "2018-10-11 16:43:01.268078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.269665"], ["updated_at", "2018-10-11 16:43:01.269665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.271190"], ["updated_at", "2018-10-11 16:43:01.271190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.273093"], ["updated_at", "2018-10-11 16:43:01.273093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.274774"], ["updated_at", "2018-10-11 16:43:01.274774"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.276436"], ["updated_at", "2018-10-11 16:43:01.276436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.278677"], ["updated_at", "2018-10-11 16:43:01.278677"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.280775"], ["updated_at", "2018-10-11 16:43:01.280775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.282804"], ["updated_at", "2018-10-11 16:43:01.282804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.284409"], ["updated_at", "2018-10-11 16:43:01.284409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.286199"], ["updated_at", "2018-10-11 16:43:01.286199"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.288082"], ["updated_at", "2018-10-11 16:43:01.288082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.290179"], ["updated_at", "2018-10-11 16:43:01.290179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.291803"], ["updated_at", "2018-10-11 16:43:01.291803"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.293689"], ["updated_at", "2018-10-11 16:43:01.293689"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.295909"], ["updated_at", "2018-10-11 16:43:01.295909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.298225"], ["updated_at", "2018-10-11 16:43:01.298225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.299840"], ["updated_at", "2018-10-11 16:43:01.299840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.301441"], ["updated_at", "2018-10-11 16:43:01.301441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.302986"], ["updated_at", "2018-10-11 16:43:01.302986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.304655"], ["updated_at", "2018-10-11 16:43:01.304655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.306642"], ["updated_at", "2018-10-11 16:43:01.306642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.308232"], ["updated_at", "2018-10-11 16:43:01.308232"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.309765"], ["updated_at", "2018-10-11 16:43:01.309765"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.311865"], ["updated_at", "2018-10-11 16:43:01.311865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.313813"], ["updated_at", "2018-10-11 16:43:01.313813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.315423"], ["updated_at", "2018-10-11 16:43:01.315423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.316971"], ["updated_at", "2018-10-11 16:43:01.316971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.318519"], ["updated_at", "2018-10-11 16:43:01.318519"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.320114"], ["updated_at", "2018-10-11 16:43:01.320114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.322193"], ["updated_at", "2018-10-11 16:43:01.322193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.323891"], ["updated_at", "2018-10-11 16:43:01.323891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.325511"], ["updated_at", "2018-10-11 16:43:01.325511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.327174"], ["updated_at", "2018-10-11 16:43:01.327174"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.329440"], ["updated_at", "2018-10-11 16:43:01.329440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.331159"], ["updated_at", "2018-10-11 16:43:01.331159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.332751"], ["updated_at", "2018-10-11 16:43:01.332751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.334290"], ["updated_at", "2018-10-11 16:43:01.334290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.335823"], ["updated_at", "2018-10-11 16:43:01.335823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.337940"], ["updated_at", "2018-10-11 16:43:01.337940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.339601"], ["updated_at", "2018-10-11 16:43:01.339601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.341187"], ["updated_at", "2018-10-11 16:43:01.341187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.342758"], ["updated_at", "2018-10-11 16:43:01.342758"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.344321"], ["updated_at", "2018-10-11 16:43:01.344321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.346704"], ["updated_at", "2018-10-11 16:43:01.346704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.348516"], ["updated_at", "2018-10-11 16:43:01.348516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.350245"], ["updated_at", "2018-10-11 16:43:01.350245"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.351873"], ["updated_at", "2018-10-11 16:43:01.351873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.353833"], ["updated_at", "2018-10-11 16:43:01.353833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.355414"], ["updated_at", "2018-10-11 16:43:01.355414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.357013"], ["updated_at", "2018-10-11 16:43:01.357013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.358607"], ["updated_at", "2018-10-11 16:43:01.358607"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.360205"], ["updated_at", "2018-10-11 16:43:01.360205"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.362545"], ["updated_at", "2018-10-11 16:43:01.362545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.364289"], ["updated_at", "2018-10-11 16:43:01.364289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.365909"], ["updated_at", "2018-10-11 16:43:01.365909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.367478"], ["updated_at", "2018-10-11 16:43:01.367478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.369048"], ["updated_at", "2018-10-11 16:43:01.369048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.371071"], ["updated_at", "2018-10-11 16:43:01.371071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.372783"], ["updated_at", "2018-10-11 16:43:01.372783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.374362"], ["updated_at", "2018-10-11 16:43:01.374362"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.376005"], ["updated_at", "2018-10-11 16:43:01.376005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.378635"], ["updated_at", "2018-10-11 16:43:01.378635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.380309"], ["updated_at", "2018-10-11 16:43:01.380309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.381916"], ["updated_at", "2018-10-11 16:43:01.381916"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.383474"], ["updated_at", "2018-10-11 16:43:01.383474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.385238"], ["updated_at", "2018-10-11 16:43:01.385238"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.387147"], ["updated_at", "2018-10-11 16:43:01.387147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.388879"], ["updated_at", "2018-10-11 16:43:01.388879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.390630"], ["updated_at", "2018-10-11 16:43:01.390630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.392301"], ["updated_at", "2018-10-11 16:43:01.392301"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.394502"], ["updated_at", "2018-10-11 16:43:01.394502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.396178"], ["updated_at", "2018-10-11 16:43:01.396178"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.397709"], ["updated_at", "2018-10-11 16:43:01.397709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.399536"], ["updated_at", "2018-10-11 16:43:01.399536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.401157"], ["updated_at", "2018-10-11 16:43:01.401157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.403224"], ["updated_at", "2018-10-11 16:43:01.403224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.404887"], ["updated_at", "2018-10-11 16:43:01.404887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.406463"], ["updated_at", "2018-10-11 16:43:01.406463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.408151"], ["updated_at", "2018-10-11 16:43:01.408151"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.410317"], ["updated_at", "2018-10-11 16:43:01.410317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.412328"], ["updated_at", "2018-10-11 16:43:01.412328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.413954"], ["updated_at", "2018-10-11 16:43:01.413954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.415502"], ["updated_at", "2018-10-11 16:43:01.415502"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.417125"], ["updated_at", "2018-10-11 16:43:01.417125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.419262"], ["updated_at", "2018-10-11 16:43:01.419262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.420927"], ["updated_at", "2018-10-11 16:43:01.420927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.422597"], ["updated_at", "2018-10-11 16:43:01.422597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.424166"], ["updated_at", "2018-10-11 16:43:01.424166"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.426128"], ["updated_at", "2018-10-11 16:43:01.426128"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.428431"], ["updated_at", "2018-10-11 16:43:01.428431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.430222"], ["updated_at", "2018-10-11 16:43:01.430222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.431933"], ["updated_at", "2018-10-11 16:43:01.431933"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.433899"], ["updated_at", "2018-10-11 16:43:01.433899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.435654"], ["updated_at", "2018-10-11 16:43:01.435654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.437214"], ["updated_at", "2018-10-11 16:43:01.437214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.438735"], ["updated_at", "2018-10-11 16:43:01.438735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.440296"], ["updated_at", "2018-10-11 16:43:01.440296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.442170"], ["updated_at", "2018-10-11 16:43:01.442170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.444169"], ["updated_at", "2018-10-11 16:43:01.444169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.445890"], ["updated_at", "2018-10-11 16:43:01.445890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.447481"], ["updated_at", "2018-10-11 16:43:01.447481"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.449041"], ["updated_at", "2018-10-11 16:43:01.449041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.451074"], ["updated_at", "2018-10-11 16:43:01.451074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.452777"], ["updated_at", "2018-10-11 16:43:01.452777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.454424"], ["updated_at", "2018-10-11 16:43:01.454424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.456176"], ["updated_at", "2018-10-11 16:43:01.456176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.458251"], ["updated_at", "2018-10-11 16:43:01.458251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.459948"], ["updated_at", "2018-10-11 16:43:01.459948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.462016"], ["updated_at", "2018-10-11 16:43:01.462016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.463696"], ["updated_at", "2018-10-11 16:43:01.463696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.465288"], ["updated_at", "2018-10-11 16:43:01.465288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.466880"], ["updated_at", "2018-10-11 16:43:01.466880"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.468481"], ["updated_at", "2018-10-11 16:43:01.468481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.470620"], ["updated_at", "2018-10-11 16:43:01.470620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.472227"], ["updated_at", "2018-10-11 16:43:01.472227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.475566"], ["updated_at", "2018-10-11 16:43:01.475566"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.477240"], ["updated_at", "2018-10-11 16:43:01.477240"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.479179"], ["updated_at", "2018-10-11 16:43:01.479179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.480830"], ["updated_at", "2018-10-11 16:43:01.480830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.482736"], ["updated_at", "2018-10-11 16:43:01.482736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.484340"], ["updated_at", "2018-10-11 16:43:01.484340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.485882"], ["updated_at", "2018-10-11 16:43:01.485882"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.487618"], ["updated_at", "2018-10-11 16:43:01.487618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.489336"], ["updated_at", "2018-10-11 16:43:01.489336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.490907"], ["updated_at", "2018-10-11 16:43:01.490907"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.492463"], ["updated_at", "2018-10-11 16:43:01.492463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.495021"], ["updated_at", "2018-10-11 16:43:01.495021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.496613"], ["updated_at", "2018-10-11 16:43:01.496613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.498612"], ["updated_at", "2018-10-11 16:43:01.498612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.500388"], ["updated_at", "2018-10-11 16:43:01.500388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.501980"], ["updated_at", "2018-10-11 16:43:01.501980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.503527"], ["updated_at", "2018-10-11 16:43:01.503527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.505034"], ["updated_at", "2018-10-11 16:43:01.505034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.507110"], ["updated_at", "2018-10-11 16:43:01.507110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.508846"], ["updated_at", "2018-10-11 16:43:01.508846"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.510774"], ["updated_at", "2018-10-11 16:43:01.510774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.512661"], ["updated_at", "2018-10-11 16:43:01.512661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.514342"], ["updated_at", "2018-10-11 16:43:01.514342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.516400"], ["updated_at", "2018-10-11 16:43:01.516400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.517995"], ["updated_at", "2018-10-11 16:43:01.517995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.519539"], ["updated_at", "2018-10-11 16:43:01.519539"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.521472"], ["updated_at", "2018-10-11 16:43:01.521472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.523642"], ["updated_at", "2018-10-11 16:43:01.523642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.525304"], ["updated_at", "2018-10-11 16:43:01.525304"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.526908"], ["updated_at", "2018-10-11 16:43:01.526908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.528819"], ["updated_at", "2018-10-11 16:43:01.528819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.530931"], ["updated_at", "2018-10-11 16:43:01.530931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.532716"], ["updated_at", "2018-10-11 16:43:01.532716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.534282"], ["updated_at", "2018-10-11 16:43:01.534282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.535861"], ["updated_at", "2018-10-11 16:43:01.535861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.537401"], ["updated_at", "2018-10-11 16:43:01.537401"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.539370"], ["updated_at", "2018-10-11 16:43:01.539370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.541109"], ["updated_at", "2018-10-11 16:43:01.541109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.542704"], ["updated_at", "2018-10-11 16:43:01.542704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.544246"], ["updated_at", "2018-10-11 16:43:01.544246"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.546162"], ["updated_at", "2018-10-11 16:43:01.546162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.548197"], ["updated_at", "2018-10-11 16:43:01.548197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.549833"], ["updated_at", "2018-10-11 16:43:01.549833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.551385"], ["updated_at", "2018-10-11 16:43:01.551385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.552894"], ["updated_at", "2018-10-11 16:43:01.552894"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.554784"], ["updated_at", "2018-10-11 16:43:01.554784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.556862"], ["updated_at", "2018-10-11 16:43:01.556862"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.558553"], ["updated_at", "2018-10-11 16:43:01.558553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.560698"], ["updated_at", "2018-10-11 16:43:01.560698"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.562972"], ["updated_at", "2018-10-11 16:43:01.562972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.565011"], ["updated_at", "2018-10-11 16:43:01.565011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.566625"], ["updated_at", "2018-10-11 16:43:01.566625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.568186"], ["updated_at", "2018-10-11 16:43:01.568186"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.569697"], ["updated_at", "2018-10-11 16:43:01.569697"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.571712"], ["updated_at", "2018-10-11 16:43:01.571712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.573494"], ["updated_at", "2018-10-11 16:43:01.573494"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.575154"], ["updated_at", "2018-10-11 16:43:01.575154"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.577093"], ["updated_at", "2018-10-11 16:43:01.577093"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.579727"], ["updated_at", "2018-10-11 16:43:01.579727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.581579"], ["updated_at", "2018-10-11 16:43:01.581579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.583231"], ["updated_at", "2018-10-11 16:43:01.583231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.584780"], ["updated_at", "2018-10-11 16:43:01.584780"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.586327"], ["updated_at", "2018-10-11 16:43:01.586327"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.589096"], ["updated_at", "2018-10-11 16:43:01.589096"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.591258"], ["updated_at", "2018-10-11 16:43:01.591258"], ["parent_id", 39895952907]] Kithe::Work Create (4.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.593090"], ["updated_at", "2018-10-11 16:43:01.593090"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.599341"], ["updated_at", "2018-10-11 16:43:01.599341"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.601616"], ["updated_at", "2018-10-11 16:43:01.601616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.603805"], ["updated_at", "2018-10-11 16:43:01.603805"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.606179"], ["updated_at", "2018-10-11 16:43:01.606179"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.608263"], ["updated_at", "2018-10-11 16:43:01.608263"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.610403"], ["updated_at", "2018-10-11 16:43:01.610403"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.614128"], ["updated_at", "2018-10-11 16:43:01.614128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.616578"], ["updated_at", "2018-10-11 16:43:01.616578"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.618341"], ["updated_at", "2018-10-11 16:43:01.618341"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.621284"], ["updated_at", "2018-10-11 16:43:01.621284"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.623683"], ["updated_at", "2018-10-11 16:43:01.623683"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.626073"], ["updated_at", "2018-10-11 16:43:01.626073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.629567"], ["updated_at", "2018-10-11 16:43:01.629567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.631271"], ["updated_at", "2018-10-11 16:43:01.631271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.632882"], ["updated_at", "2018-10-11 16:43:01.632882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.634425"], ["updated_at", "2018-10-11 16:43:01.634425"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.636350"], ["updated_at", "2018-10-11 16:43:01.636350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.638075"], ["updated_at", "2018-10-11 16:43:01.638075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.639704"], ["updated_at", "2018-10-11 16:43:01.639704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.641374"], ["updated_at", "2018-10-11 16:43:01.641374"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.643114"], ["updated_at", "2018-10-11 16:43:01.643114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.645921"], ["updated_at", "2018-10-11 16:43:01.645921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.647516"], ["updated_at", "2018-10-11 16:43:01.647516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.649248"], ["updated_at", "2018-10-11 16:43:01.649248"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.650853"], ["updated_at", "2018-10-11 16:43:01.650853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.653115"], ["updated_at", "2018-10-11 16:43:01.653115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.654819"], ["updated_at", "2018-10-11 16:43:01.654819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.656457"], ["updated_at", "2018-10-11 16:43:01.656457"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.658166"], ["updated_at", "2018-10-11 16:43:01.658166"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.660445"], ["updated_at", "2018-10-11 16:43:01.660445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.662730"], ["updated_at", "2018-10-11 16:43:01.662730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.664392"], ["updated_at", "2018-10-11 16:43:01.664392"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.666189"], ["updated_at", "2018-10-11 16:43:01.666189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.668295"], ["updated_at", "2018-10-11 16:43:01.668295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.670119"], ["updated_at", "2018-10-11 16:43:01.670119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.671744"], ["updated_at", "2018-10-11 16:43:01.671744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.673385"], ["updated_at", "2018-10-11 16:43:01.673385"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.675044"], ["updated_at", "2018-10-11 16:43:01.675044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.677825"], ["updated_at", "2018-10-11 16:43:01.677825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.679846"], ["updated_at", "2018-10-11 16:43:01.679846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.681694"], ["updated_at", "2018-10-11 16:43:01.681694"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.683476"], ["updated_at", "2018-10-11 16:43:01.683476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.685671"], ["updated_at", "2018-10-11 16:43:01.685671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.687297"], ["updated_at", "2018-10-11 16:43:01.687297"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.688860"], ["updated_at", "2018-10-11 16:43:01.688860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.690659"], ["updated_at", "2018-10-11 16:43:01.690659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.692434"], ["updated_at", "2018-10-11 16:43:01.692434"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.694194"], ["updated_at", "2018-10-11 16:43:01.694194"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.697118"], ["updated_at", "2018-10-11 16:43:01.697118"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.700173"], ["updated_at", "2018-10-11 16:43:01.700173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.702620"], ["updated_at", "2018-10-11 16:43:01.702620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.704417"], ["updated_at", "2018-10-11 16:43:01.704417"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.707118"], ["updated_at", "2018-10-11 16:43:01.707118"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.709730"], ["updated_at", "2018-10-11 16:43:01.709730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.712264"], ["updated_at", "2018-10-11 16:43:01.712264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.713939"], ["updated_at", "2018-10-11 16:43:01.713939"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.715557"], ["updated_at", "2018-10-11 16:43:01.715557"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.717906"], ["updated_at", "2018-10-11 16:43:01.717906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.719922"], ["updated_at", "2018-10-11 16:43:01.719922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.721582"], ["updated_at", "2018-10-11 16:43:01.721582"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.723300"], ["updated_at", "2018-10-11 16:43:01.723300"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.725857"], ["updated_at", "2018-10-11 16:43:01.725857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.728153"], ["updated_at", "2018-10-11 16:43:01.728153"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.730049"], ["updated_at", "2018-10-11 16:43:01.730049"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.732197"], ["updated_at", "2018-10-11 16:43:01.732197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.734308"], ["updated_at", "2018-10-11 16:43:01.734308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.736040"], ["updated_at", "2018-10-11 16:43:01.736040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.737897"], ["updated_at", "2018-10-11 16:43:01.737897"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.739604"], ["updated_at", "2018-10-11 16:43:01.739604"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.741933"], ["updated_at", "2018-10-11 16:43:01.741933"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.744281"], ["updated_at", "2018-10-11 16:43:01.744281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.746383"], ["updated_at", "2018-10-11 16:43:01.746383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.748750"], ["updated_at", "2018-10-11 16:43:01.748750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.750997"], ["updated_at", "2018-10-11 16:43:01.750997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.752857"], ["updated_at", "2018-10-11 16:43:01.752857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.754449"], ["updated_at", "2018-10-11 16:43:01.754449"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.756501"], ["updated_at", "2018-10-11 16:43:01.756501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.758762"], ["updated_at", "2018-10-11 16:43:01.758762"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.760536"], ["updated_at", "2018-10-11 16:43:01.760536"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.763348"], ["updated_at", "2018-10-11 16:43:01.763348"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.765787"], ["updated_at", "2018-10-11 16:43:01.765787"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.768371"], ["updated_at", "2018-10-11 16:43:01.768371"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.770291"], ["updated_at", "2018-10-11 16:43:01.770291"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.773495"], ["updated_at", "2018-10-11 16:43:01.773495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.775592"], ["updated_at", "2018-10-11 16:43:01.775592"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.777311"], ["updated_at", "2018-10-11 16:43:01.777311"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.779606"], ["updated_at", "2018-10-11 16:43:01.779606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.781915"], ["updated_at", "2018-10-11 16:43:01.781915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.783678"], ["updated_at", "2018-10-11 16:43:01.783678"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.785411"], ["updated_at", "2018-10-11 16:43:01.785411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.787359"], ["updated_at", "2018-10-11 16:43:01.787359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.789024"], ["updated_at", "2018-10-11 16:43:01.789024"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.790697"], ["updated_at", "2018-10-11 16:43:01.790697"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.792966"], ["updated_at", "2018-10-11 16:43:01.792966"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.796014"], ["updated_at", "2018-10-11 16:43:01.796014"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.798741"], ["updated_at", "2018-10-11 16:43:01.798741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.800470"], ["updated_at", "2018-10-11 16:43:01.800470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.802070"], ["updated_at", "2018-10-11 16:43:01.802070"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.803693"], ["updated_at", "2018-10-11 16:43:01.803693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.805784"], ["updated_at", "2018-10-11 16:43:01.805784"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.807568"], ["updated_at", "2018-10-11 16:43:01.807568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.809362"], ["updated_at", "2018-10-11 16:43:01.809362"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.810994"], ["updated_at", "2018-10-11 16:43:01.810994"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.813605"], ["updated_at", "2018-10-11 16:43:01.813605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.815705"], ["updated_at", "2018-10-11 16:43:01.815705"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.817485"], ["updated_at", "2018-10-11 16:43:01.817485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.819259"], ["updated_at", "2018-10-11 16:43:01.819259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.820849"], ["updated_at", "2018-10-11 16:43:01.820849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.822412"], ["updated_at", "2018-10-11 16:43:01.822412"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.825917"], ["updated_at", "2018-10-11 16:43:01.825917"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.827922"], ["updated_at", "2018-10-11 16:43:01.827922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.830667"], ["updated_at", "2018-10-11 16:43:01.830667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.832357"], ["updated_at", "2018-10-11 16:43:01.832357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.834031"], ["updated_at", "2018-10-11 16:43:01.834031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.835654"], ["updated_at", "2018-10-11 16:43:01.835654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.837620"], ["updated_at", "2018-10-11 16:43:01.837620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.839573"], ["updated_at", "2018-10-11 16:43:01.839573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.841257"], ["updated_at", "2018-10-11 16:43:01.841257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.842883"], ["updated_at", "2018-10-11 16:43:01.842883"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.844894"], ["updated_at", "2018-10-11 16:43:01.844894"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.847755"], ["updated_at", "2018-10-11 16:43:01.847755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.849708"], ["updated_at", "2018-10-11 16:43:01.849708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.851294"], ["updated_at", "2018-10-11 16:43:01.851294"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.852968"], ["updated_at", "2018-10-11 16:43:01.852968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.855216"], ["updated_at", "2018-10-11 16:43:01.855216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.856993"], ["updated_at", "2018-10-11 16:43:01.856993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.858725"], ["updated_at", "2018-10-11 16:43:01.858725"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.860369"], ["updated_at", "2018-10-11 16:43:01.860369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.863200"], ["updated_at", "2018-10-11 16:43:01.863200"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.865000"], ["updated_at", "2018-10-11 16:43:01.865000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.866690"], ["updated_at", "2018-10-11 16:43:01.866690"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.868364"], ["updated_at", "2018-10-11 16:43:01.868364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.870478"], ["updated_at", "2018-10-11 16:43:01.870478"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.872254"], ["updated_at", "2018-10-11 16:43:01.872254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.874435"], ["updated_at", "2018-10-11 16:43:01.874435"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.876264"], ["updated_at", "2018-10-11 16:43:01.876264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.878701"], ["updated_at", "2018-10-11 16:43:01.878701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.880595"], ["updated_at", "2018-10-11 16:43:01.880595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.882183"], ["updated_at", "2018-10-11 16:43:01.882183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.883739"], ["updated_at", "2018-10-11 16:43:01.883739"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.885519"], ["updated_at", "2018-10-11 16:43:01.885519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.887864"], ["updated_at", "2018-10-11 16:43:01.887864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.889482"], ["updated_at", "2018-10-11 16:43:01.889482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.891160"], ["updated_at", "2018-10-11 16:43:01.891160"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.892834"], ["updated_at", "2018-10-11 16:43:01.892834"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.895372"], ["updated_at", "2018-10-11 16:43:01.895372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.897247"], ["updated_at", "2018-10-11 16:43:01.897247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.898876"], ["updated_at", "2018-10-11 16:43:01.898876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.900572"], ["updated_at", "2018-10-11 16:43:01.900572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.902526"], ["updated_at", "2018-10-11 16:43:01.902526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.904279"], ["updated_at", "2018-10-11 16:43:01.904279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.905913"], ["updated_at", "2018-10-11 16:43:01.905913"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.907615"], ["updated_at", "2018-10-11 16:43:01.907615"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.909384"], ["updated_at", "2018-10-11 16:43:01.909384"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.911923"], ["updated_at", "2018-10-11 16:43:01.911923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.913860"], ["updated_at", "2018-10-11 16:43:01.913860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.915492"], ["updated_at", "2018-10-11 16:43:01.915492"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.917121"], ["updated_at", "2018-10-11 16:43:01.917121"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.919119"], ["updated_at", "2018-10-11 16:43:01.919119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.920797"], ["updated_at", "2018-10-11 16:43:01.920797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.922724"], ["updated_at", "2018-10-11 16:43:01.922724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.924551"], ["updated_at", "2018-10-11 16:43:01.924551"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.926319"], ["updated_at", "2018-10-11 16:43:01.926319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.928729"], ["updated_at", "2018-10-11 16:43:01.928729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.931180"], ["updated_at", "2018-10-11 16:43:01.931180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.932750"], ["updated_at", "2018-10-11 16:43:01.932750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.934669"], ["updated_at", "2018-10-11 16:43:01.934669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.936421"], ["updated_at", "2018-10-11 16:43:01.936421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.937987"], ["updated_at", "2018-10-11 16:43:01.937987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.939684"], ["updated_at", "2018-10-11 16:43:01.939684"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.941310"], ["updated_at", "2018-10-11 16:43:01.941310"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.943464"], ["updated_at", "2018-10-11 16:43:01.943464"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.945832"], ["updated_at", "2018-10-11 16:43:01.945832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.947555"], ["updated_at", "2018-10-11 16:43:01.947555"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.949143"], ["updated_at", "2018-10-11 16:43:01.949143"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.951121"], ["updated_at", "2018-10-11 16:43:01.951121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.952772"], ["updated_at", "2018-10-11 16:43:01.952772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.954362"], ["updated_at", "2018-10-11 16:43:01.954362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.955879"], ["updated_at", "2018-10-11 16:43:01.955879"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.957446"], ["updated_at", "2018-10-11 16:43:01.957446"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.959974"], ["updated_at", "2018-10-11 16:43:01.959974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.962391"], ["updated_at", "2018-10-11 16:43:01.962391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.964166"], ["updated_at", "2018-10-11 16:43:01.964166"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.965816"], ["updated_at", "2018-10-11 16:43:01.965816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.967816"], ["updated_at", "2018-10-11 16:43:01.967816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.969391"], ["updated_at", "2018-10-11 16:43:01.969391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.970932"], ["updated_at", "2018-10-11 16:43:01.970932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.972607"], ["updated_at", "2018-10-11 16:43:01.972607"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.974662"], ["updated_at", "2018-10-11 16:43:01.974662"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.976419"], ["updated_at", "2018-10-11 16:43:01.976419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.978438"], ["updated_at", "2018-10-11 16:43:01.978438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.980110"], ["updated_at", "2018-10-11 16:43:01.980110"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.981752"], ["updated_at", "2018-10-11 16:43:01.981752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.983812"], ["updated_at", "2018-10-11 16:43:01.983812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.985500"], ["updated_at", "2018-10-11 16:43:01.985500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.987104"], ["updated_at", "2018-10-11 16:43:01.987104"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.988626"], ["updated_at", "2018-10-11 16:43:01.988626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.991031"], ["updated_at", "2018-10-11 16:43:01.991031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.992743"], ["updated_at", "2018-10-11 16:43:01.992743"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.994316"], ["updated_at", "2018-10-11 16:43:01.994316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.996527"], ["updated_at", "2018-10-11 16:43:01.996527"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:01.998382"], ["updated_at", "2018-10-11 16:43:01.998382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.000490"], ["updated_at", "2018-10-11 16:43:02.000490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.002170"], ["updated_at", "2018-10-11 16:43:02.002170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.003802"], ["updated_at", "2018-10-11 16:43:02.003802"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.005437"], ["updated_at", "2018-10-11 16:43:02.005437"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.007493"], ["updated_at", "2018-10-11 16:43:02.007493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.009187"], ["updated_at", "2018-10-11 16:43:02.009187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.010950"], ["updated_at", "2018-10-11 16:43:02.010950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.012709"], ["updated_at", "2018-10-11 16:43:02.012709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.014311"], ["updated_at", "2018-10-11 16:43:02.014311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.015864"], ["updated_at", "2018-10-11 16:43:02.015864"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.017645"], ["updated_at", "2018-10-11 16:43:02.017645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.019540"], ["updated_at", "2018-10-11 16:43:02.019540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.021151"], ["updated_at", "2018-10-11 16:43:02.021151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.023118"], ["updated_at", "2018-10-11 16:43:02.023118"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.024961"], ["updated_at", "2018-10-11 16:43:02.024961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.026740"], ["updated_at", "2018-10-11 16:43:02.026740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.028508"], ["updated_at", "2018-10-11 16:43:02.028508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.030339"], ["updated_at", "2018-10-11 16:43:02.030339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.032420"], ["updated_at", "2018-10-11 16:43:02.032420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.034087"], ["updated_at", "2018-10-11 16:43:02.034087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.035692"], ["updated_at", "2018-10-11 16:43:02.035692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.037256"], ["updated_at", "2018-10-11 16:43:02.037256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.038951"], ["updated_at", "2018-10-11 16:43:02.038951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.040825"], ["updated_at", "2018-10-11 16:43:02.040825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.042387"], ["updated_at", "2018-10-11 16:43:02.042387"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.043953"], ["updated_at", "2018-10-11 16:43:02.043953"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.045886"], ["updated_at", "2018-10-11 16:43:02.045886"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.048002"], ["updated_at", "2018-10-11 16:43:02.048002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.049687"], ["updated_at", "2018-10-11 16:43:02.049687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.051238"], ["updated_at", "2018-10-11 16:43:02.051238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.052850"], ["updated_at", "2018-10-11 16:43:02.052850"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.054372"], ["updated_at", "2018-10-11 16:43:02.054372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.056443"], ["updated_at", "2018-10-11 16:43:02.056443"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.058070"], ["updated_at", "2018-10-11 16:43:02.058070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.059894"], ["updated_at", "2018-10-11 16:43:02.059894"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.061669"], ["updated_at", "2018-10-11 16:43:02.061669"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.063744"], ["updated_at", "2018-10-11 16:43:02.063744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.065474"], ["updated_at", "2018-10-11 16:43:02.065474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.067115"], ["updated_at", "2018-10-11 16:43:02.067115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.068658"], ["updated_at", "2018-10-11 16:43:02.068658"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.070246"], ["updated_at", "2018-10-11 16:43:02.070246"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.072170"], ["updated_at", "2018-10-11 16:43:02.072170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.073877"], ["updated_at", "2018-10-11 16:43:02.073877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.075490"], ["updated_at", "2018-10-11 16:43:02.075490"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.077041"], ["updated_at", "2018-10-11 16:43:02.077041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.079457"], ["updated_at", "2018-10-11 16:43:02.079457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.081264"], ["updated_at", "2018-10-11 16:43:02.081264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.082856"], ["updated_at", "2018-10-11 16:43:02.082856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.084413"], ["updated_at", "2018-10-11 16:43:02.084413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.086071"], ["updated_at", "2018-10-11 16:43:02.086071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.087682"], ["updated_at", "2018-10-11 16:43:02.087682"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.089249"], ["updated_at", "2018-10-11 16:43:02.089249"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.091326"], ["updated_at", "2018-10-11 16:43:02.091326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.093136"], ["updated_at", "2018-10-11 16:43:02.093136"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.094799"], ["updated_at", "2018-10-11 16:43:02.094799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.096960"], ["updated_at", "2018-10-11 16:43:02.096960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.098550"], ["updated_at", "2018-10-11 16:43:02.098550"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.100240"], ["updated_at", "2018-10-11 16:43:02.100240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.101799"], ["updated_at", "2018-10-11 16:43:02.101799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.103617"], ["updated_at", "2018-10-11 16:43:02.103617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.105514"], ["updated_at", "2018-10-11 16:43:02.105514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.107105"], ["updated_at", "2018-10-11 16:43:02.107105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.108649"], ["updated_at", "2018-10-11 16:43:02.108649"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.110215"], ["updated_at", "2018-10-11 16:43:02.110215"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.112261"], ["updated_at", "2018-10-11 16:43:02.112261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.113943"], ["updated_at", "2018-10-11 16:43:02.113943"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.115489"], ["updated_at", "2018-10-11 16:43:02.115489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.117288"], ["updated_at", "2018-10-11 16:43:02.117288"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.118990"], ["updated_at", "2018-10-11 16:43:02.118990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.121042"], ["updated_at", "2018-10-11 16:43:02.121042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.122690"], ["updated_at", "2018-10-11 16:43:02.122690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.124286"], ["updated_at", "2018-10-11 16:43:02.124286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.125848"], ["updated_at", "2018-10-11 16:43:02.125848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.127701"], ["updated_at", "2018-10-11 16:43:02.127701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.129707"], ["updated_at", "2018-10-11 16:43:02.129707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.131329"], ["updated_at", "2018-10-11 16:43:02.131329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.132891"], ["updated_at", "2018-10-11 16:43:02.132891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.134462"], ["updated_at", "2018-10-11 16:43:02.134462"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.136378"], ["updated_at", "2018-10-11 16:43:02.136378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.138073"], ["updated_at", "2018-10-11 16:43:02.138073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.139693"], ["updated_at", "2018-10-11 16:43:02.139693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.141327"], ["updated_at", "2018-10-11 16:43:02.141327"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.144916"], ["updated_at", "2018-10-11 16:43:02.144916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.146633"], ["updated_at", "2018-10-11 16:43:02.146633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.148328"], ["updated_at", "2018-10-11 16:43:02.148328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.149945"], ["updated_at", "2018-10-11 16:43:02.149945"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.151512"], ["updated_at", "2018-10-11 16:43:02.151512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.153487"], ["updated_at", "2018-10-11 16:43:02.153487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.155089"], ["updated_at", "2018-10-11 16:43:02.155089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.156600"], ["updated_at", "2018-10-11 16:43:02.156600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.158735"], ["updated_at", "2018-10-11 16:43:02.158735"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.160950"], ["updated_at", "2018-10-11 16:43:02.160950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.162975"], ["updated_at", "2018-10-11 16:43:02.162975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.164630"], ["updated_at", "2018-10-11 16:43:02.164630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.166225"], ["updated_at", "2018-10-11 16:43:02.166225"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.167944"], ["updated_at", "2018-10-11 16:43:02.167944"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.169887"], ["updated_at", "2018-10-11 16:43:02.169887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.171583"], ["updated_at", "2018-10-11 16:43:02.171583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.173146"], ["updated_at", "2018-10-11 16:43:02.173146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.174729"], ["updated_at", "2018-10-11 16:43:02.174729"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.176647"], ["updated_at", "2018-10-11 16:43:02.176647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.178621"], ["updated_at", "2018-10-11 16:43:02.178621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.180322"], ["updated_at", "2018-10-11 16:43:02.180322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.181924"], ["updated_at", "2018-10-11 16:43:02.181924"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.183508"], ["updated_at", "2018-10-11 16:43:02.183508"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.185600"], ["updated_at", "2018-10-11 16:43:02.185600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.187463"], ["updated_at", "2018-10-11 16:43:02.187463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.189154"], ["updated_at", "2018-10-11 16:43:02.189154"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.190689"], ["updated_at", "2018-10-11 16:43:02.190689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.192763"], ["updated_at", "2018-10-11 16:43:02.192763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.194700"], ["updated_at", "2018-10-11 16:43:02.194700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.196325"], ["updated_at", "2018-10-11 16:43:02.196325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.197868"], ["updated_at", "2018-10-11 16:43:02.197868"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.199447"], ["updated_at", "2018-10-11 16:43:02.199447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.201515"], ["updated_at", "2018-10-11 16:43:02.201515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.203198"], ["updated_at", "2018-10-11 16:43:02.203198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.204842"], ["updated_at", "2018-10-11 16:43:02.204842"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.206405"], ["updated_at", "2018-10-11 16:43:02.206405"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.208341"], ["updated_at", "2018-10-11 16:43:02.208341"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.210327"], ["updated_at", "2018-10-11 16:43:02.210327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.212398"], ["updated_at", "2018-10-11 16:43:02.212398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.214067"], ["updated_at", "2018-10-11 16:43:02.214067"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.215677"], ["updated_at", "2018-10-11 16:43:02.215677"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.217937"], ["updated_at", "2018-10-11 16:43:02.217937"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.219852"], ["updated_at", "2018-10-11 16:43:02.219852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.221587"], ["updated_at", "2018-10-11 16:43:02.221587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.223152"], ["updated_at", "2018-10-11 16:43:02.223152"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.225066"], ["updated_at", "2018-10-11 16:43:02.225066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.226727"], ["updated_at", "2018-10-11 16:43:02.226727"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.228425"], ["updated_at", "2018-10-11 16:43:02.228425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.230215"], ["updated_at", "2018-10-11 16:43:02.230215"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.232186"], ["updated_at", "2018-10-11 16:43:02.232186"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.233874"], ["updated_at", "2018-10-11 16:43:02.233874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.235634"], ["updated_at", "2018-10-11 16:43:02.235634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.237207"], ["updated_at", "2018-10-11 16:43:02.237207"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.238754"], ["updated_at", "2018-10-11 16:43:02.238754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.240467"], ["updated_at", "2018-10-11 16:43:02.240467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.242200"], ["updated_at", "2018-10-11 16:43:02.242200"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.243744"], ["updated_at", "2018-10-11 16:43:02.243744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.245547"], ["updated_at", "2018-10-11 16:43:02.245547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.247230"], ["updated_at", "2018-10-11 16:43:02.247230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.249183"], ["updated_at", "2018-10-11 16:43:02.249183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.250776"], ["updated_at", "2018-10-11 16:43:02.250776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.252315"], ["updated_at", "2018-10-11 16:43:02.252315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.253847"], ["updated_at", "2018-10-11 16:43:02.253847"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.255720"], ["updated_at", "2018-10-11 16:43:02.255720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.257449"], ["updated_at", "2018-10-11 16:43:02.257449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.259081"], ["updated_at", "2018-10-11 16:43:02.259081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.260672"], ["updated_at", "2018-10-11 16:43:02.260672"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.262458"], ["updated_at", "2018-10-11 16:43:02.262458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.264438"], ["updated_at", "2018-10-11 16:43:02.264438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.266079"], ["updated_at", "2018-10-11 16:43:02.266079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.267657"], ["updated_at", "2018-10-11 16:43:02.267657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.269212"], ["updated_at", "2018-10-11 16:43:02.269212"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.271087"], ["updated_at", "2018-10-11 16:43:02.271087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.272978"], ["updated_at", "2018-10-11 16:43:02.272978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.274583"], ["updated_at", "2018-10-11 16:43:02.274583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.276249"], ["updated_at", "2018-10-11 16:43:02.276249"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.277882"], ["updated_at", "2018-10-11 16:43:02.277882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.279952"], ["updated_at", "2018-10-11 16:43:02.279952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.281621"], ["updated_at", "2018-10-11 16:43:02.281621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.283197"], ["updated_at", "2018-10-11 16:43:02.283197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.284739"], ["updated_at", "2018-10-11 16:43:02.284739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.286264"], ["updated_at", "2018-10-11 16:43:02.286264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.288212"], ["updated_at", "2018-10-11 16:43:02.288212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.289758"], ["updated_at", "2018-10-11 16:43:02.289758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.291461"], ["updated_at", "2018-10-11 16:43:02.291461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.293100"], ["updated_at", "2018-10-11 16:43:02.293100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.294778"], ["updated_at", "2018-10-11 16:43:02.294778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.296484"], ["updated_at", "2018-10-11 16:43:02.296484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.298059"], ["updated_at", "2018-10-11 16:43:02.298059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.299656"], ["updated_at", "2018-10-11 16:43:02.299656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.301228"], ["updated_at", "2018-10-11 16:43:02.301228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.303057"], ["updated_at", "2018-10-11 16:43:02.303057"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.304683"], ["updated_at", "2018-10-11 16:43:02.304683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.306302"], ["updated_at", "2018-10-11 16:43:02.306302"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.307867"], ["updated_at", "2018-10-11 16:43:02.307867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.310170"], ["updated_at", "2018-10-11 16:43:02.310170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.311937"], ["updated_at", "2018-10-11 16:43:02.311937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.313534"], ["updated_at", "2018-10-11 16:43:02.313534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.315088"], ["updated_at", "2018-10-11 16:43:02.315088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.316672"], ["updated_at", "2018-10-11 16:43:02.316672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.318242"], ["updated_at", "2018-10-11 16:43:02.318242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.319768"], ["updated_at", "2018-10-11 16:43:02.319768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.321309"], ["updated_at", "2018-10-11 16:43:02.321309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.322991"], ["updated_at", "2018-10-11 16:43:02.322991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.324528"], ["updated_at", "2018-10-11 16:43:02.324528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.326096"], ["updated_at", "2018-10-11 16:43:02.326096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.327679"], ["updated_at", "2018-10-11 16:43:02.327679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.329332"], ["updated_at", "2018-10-11 16:43:02.329332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.330957"], ["updated_at", "2018-10-11 16:43:02.330957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.332533"], ["updated_at", "2018-10-11 16:43:02.332533"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.334213"], ["updated_at", "2018-10-11 16:43:02.334213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.336135"], ["updated_at", "2018-10-11 16:43:02.336135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.337773"], ["updated_at", "2018-10-11 16:43:02.337773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.339358"], ["updated_at", "2018-10-11 16:43:02.339358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.340908"], ["updated_at", "2018-10-11 16:43:02.340908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.342436"], ["updated_at", "2018-10-11 16:43:02.342436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.343973"], ["updated_at", "2018-10-11 16:43:02.343973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.345507"], ["updated_at", "2018-10-11 16:43:02.345507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.347383"], ["updated_at", "2018-10-11 16:43:02.347383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.349163"], ["updated_at", "2018-10-11 16:43:02.349163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.350724"], ["updated_at", "2018-10-11 16:43:02.350724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.352379"], ["updated_at", "2018-10-11 16:43:02.352379"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.354196"], ["updated_at", "2018-10-11 16:43:02.354196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.356212"], ["updated_at", "2018-10-11 16:43:02.356212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.357970"], ["updated_at", "2018-10-11 16:43:02.357970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.359547"], ["updated_at", "2018-10-11 16:43:02.359547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.361070"], ["updated_at", "2018-10-11 16:43:02.361070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.362588"], ["updated_at", "2018-10-11 16:43:02.362588"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.364152"], ["updated_at", "2018-10-11 16:43:02.364152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.366159"], ["updated_at", "2018-10-11 16:43:02.366159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.367776"], ["updated_at", "2018-10-11 16:43:02.367776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.369352"], ["updated_at", "2018-10-11 16:43:02.369352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.370890"], ["updated_at", "2018-10-11 16:43:02.370890"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.372756"], ["updated_at", "2018-10-11 16:43:02.372756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.374577"], ["updated_at", "2018-10-11 16:43:02.374577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.376135"], ["updated_at", "2018-10-11 16:43:02.376135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.377675"], ["updated_at", "2018-10-11 16:43:02.377675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.379227"], ["updated_at", "2018-10-11 16:43:02.379227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.381091"], ["updated_at", "2018-10-11 16:43:02.381091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.382691"], ["updated_at", "2018-10-11 16:43:02.382691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.384289"], ["updated_at", "2018-10-11 16:43:02.384289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.385908"], ["updated_at", "2018-10-11 16:43:02.385908"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.387435"], ["updated_at", "2018-10-11 16:43:02.387435"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.389360"], ["updated_at", "2018-10-11 16:43:02.389360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.391028"], ["updated_at", "2018-10-11 16:43:02.391028"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.392600"], ["updated_at", "2018-10-11 16:43:02.392600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.394682"], ["updated_at", "2018-10-11 16:43:02.394682"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.396380"], ["updated_at", "2018-10-11 16:43:02.396380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.398376"], ["updated_at", "2018-10-11 16:43:02.398376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.399995"], ["updated_at", "2018-10-11 16:43:02.399995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.401558"], ["updated_at", "2018-10-11 16:43:02.401558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.403180"], ["updated_at", "2018-10-11 16:43:02.403180"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.405069"], ["updated_at", "2018-10-11 16:43:02.405069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.407478"], ["updated_at", "2018-10-11 16:43:02.407478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.409187"], ["updated_at", "2018-10-11 16:43:02.409187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.410794"], ["updated_at", "2018-10-11 16:43:02.410794"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.412417"], ["updated_at", "2018-10-11 16:43:02.412417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.414550"], ["updated_at", "2018-10-11 16:43:02.414550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.416156"], ["updated_at", "2018-10-11 16:43:02.416156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.417687"], ["updated_at", "2018-10-11 16:43:02.417687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.419278"], ["updated_at", "2018-10-11 16:43:02.419278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.420890"], ["updated_at", "2018-10-11 16:43:02.420890"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.422910"], ["updated_at", "2018-10-11 16:43:02.422910"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.425089"], ["updated_at", "2018-10-11 16:43:02.425089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.426801"], ["updated_at", "2018-10-11 16:43:02.426801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.428424"], ["updated_at", "2018-10-11 16:43:02.428424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.430486"], ["updated_at", "2018-10-11 16:43:02.430486"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.432162"], ["updated_at", "2018-10-11 16:43:02.432162"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.435283"], ["updated_at", "2018-10-11 16:43:02.435283"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.439235"], ["updated_at", "2018-10-11 16:43:02.439235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.441047"], ["updated_at", "2018-10-11 16:43:02.441047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.442707"], ["updated_at", "2018-10-11 16:43:02.442707"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.444301"], ["updated_at", "2018-10-11 16:43:02.444301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.446384"], ["updated_at", "2018-10-11 16:43:02.446384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.448075"], ["updated_at", "2018-10-11 16:43:02.448075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.450964"], ["updated_at", "2018-10-11 16:43:02.450964"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.452683"], ["updated_at", "2018-10-11 16:43:02.452683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.454928"], ["updated_at", "2018-10-11 16:43:02.454928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.456693"], ["updated_at", "2018-10-11 16:43:02.456693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.458407"], ["updated_at", "2018-10-11 16:43:02.458407"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.460184"], ["updated_at", "2018-10-11 16:43:02.460184"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.462535"], ["updated_at", "2018-10-11 16:43:02.462535"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.464309"], ["updated_at", "2018-10-11 16:43:02.464309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.466104"], ["updated_at", "2018-10-11 16:43:02.466104"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.467831"], ["updated_at", "2018-10-11 16:43:02.467831"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.469999"], ["updated_at", "2018-10-11 16:43:02.469999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.471742"], ["updated_at", "2018-10-11 16:43:02.471742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.473486"], ["updated_at", "2018-10-11 16:43:02.473486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.475125"], ["updated_at", "2018-10-11 16:43:02.475125"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.476913"], ["updated_at", "2018-10-11 16:43:02.476913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.478970"], ["updated_at", "2018-10-11 16:43:02.478970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.480604"], ["updated_at", "2018-10-11 16:43:02.480604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.482186"], ["updated_at", "2018-10-11 16:43:02.482186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.483777"], ["updated_at", "2018-10-11 16:43:02.483777"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.485587"], ["updated_at", "2018-10-11 16:43:02.485587"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.487647"], ["updated_at", "2018-10-11 16:43:02.487647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.489436"], ["updated_at", "2018-10-11 16:43:02.489436"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.491188"], ["updated_at", "2018-10-11 16:43:02.491188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.493069"], ["updated_at", "2018-10-11 16:43:02.493069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.495384"], ["updated_at", "2018-10-11 16:43:02.495384"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.497953"], ["updated_at", "2018-10-11 16:43:02.497953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.500303"], ["updated_at", "2018-10-11 16:43:02.500303"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.502226"], ["updated_at", "2018-10-11 16:43:02.502226"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.504068"], ["updated_at", "2018-10-11 16:43:02.504068"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.506209"], ["updated_at", "2018-10-11 16:43:02.506209"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.509344"], ["updated_at", "2018-10-11 16:43:02.509344"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.511031"], ["updated_at", "2018-10-11 16:43:02.511031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.512831"], ["updated_at", "2018-10-11 16:43:02.512831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.514475"], ["updated_at", "2018-10-11 16:43:02.514475"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.516050"], ["updated_at", "2018-10-11 16:43:02.516050"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.518047"], ["updated_at", "2018-10-11 16:43:02.518047"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.519805"], ["updated_at", "2018-10-11 16:43:02.519805"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.521469"], ["updated_at", "2018-10-11 16:43:02.521469"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.523327"], ["updated_at", "2018-10-11 16:43:02.523327"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.525526"], ["updated_at", "2018-10-11 16:43:02.525526"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.527398"], ["updated_at", "2018-10-11 16:43:02.527398"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.529389"], ["updated_at", "2018-10-11 16:43:02.529389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.531138"], ["updated_at", "2018-10-11 16:43:02.531138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.532839"], ["updated_at", "2018-10-11 16:43:02.532839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.534503"], ["updated_at", "2018-10-11 16:43:02.534503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.536193"], ["updated_at", "2018-10-11 16:43:02.536193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.537769"], ["updated_at", "2018-10-11 16:43:02.537769"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.539483"], ["updated_at", "2018-10-11 16:43:02.539483"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.541371"], ["updated_at", "2018-10-11 16:43:02.541371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.543090"], ["updated_at", "2018-10-11 16:43:02.543090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.544682"], ["updated_at", "2018-10-11 16:43:02.544682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.546504"], ["updated_at", "2018-10-11 16:43:02.546504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.548104"], ["updated_at", "2018-10-11 16:43:02.548104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.549832"], ["updated_at", "2018-10-11 16:43:02.549832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.551372"], ["updated_at", "2018-10-11 16:43:02.551372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.552918"], ["updated_at", "2018-10-11 16:43:02.552918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.554504"], ["updated_at", "2018-10-11 16:43:02.554504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.556133"], ["updated_at", "2018-10-11 16:43:02.556133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.557804"], ["updated_at", "2018-10-11 16:43:02.557804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.559427"], ["updated_at", "2018-10-11 16:43:02.559427"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.561135"], ["updated_at", "2018-10-11 16:43:02.561135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.562629"], ["updated_at", "2018-10-11 16:43:02.562629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.564129"], ["updated_at", "2018-10-11 16:43:02.564129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.565677"], ["updated_at", "2018-10-11 16:43:02.565677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.567190"], ["updated_at", "2018-10-11 16:43:02.567190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.568752"], ["updated_at", "2018-10-11 16:43:02.568752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.570356"], ["updated_at", "2018-10-11 16:43:02.570356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.571930"], ["updated_at", "2018-10-11 16:43:02.571930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.573459"], ["updated_at", "2018-10-11 16:43:02.573459"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.574956"], ["updated_at", "2018-10-11 16:43:02.574956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.577691"], ["updated_at", "2018-10-11 16:43:02.577691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.579321"], ["updated_at", "2018-10-11 16:43:02.579321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.580871"], ["updated_at", "2018-10-11 16:43:02.580871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.582494"], ["updated_at", "2018-10-11 16:43:02.582494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.584151"], ["updated_at", "2018-10-11 16:43:02.584151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.585786"], ["updated_at", "2018-10-11 16:43:02.585786"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.587635"], ["updated_at", "2018-10-11 16:43:02.587635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.589769"], ["updated_at", "2018-10-11 16:43:02.589769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.591374"], ["updated_at", "2018-10-11 16:43:02.591374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.592955"], ["updated_at", "2018-10-11 16:43:02.592955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.594481"], ["updated_at", "2018-10-11 16:43:02.594481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.596021"], ["updated_at", "2018-10-11 16:43:02.596021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.597579"], ["updated_at", "2018-10-11 16:43:02.597579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.599097"], ["updated_at", "2018-10-11 16:43:02.599097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.600763"], ["updated_at", "2018-10-11 16:43:02.600763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.602341"], ["updated_at", "2018-10-11 16:43:02.602341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.603950"], ["updated_at", "2018-10-11 16:43:02.603950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.605499"], ["updated_at", "2018-10-11 16:43:02.605499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.607220"], ["updated_at", "2018-10-11 16:43:02.607220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.608827"], ["updated_at", "2018-10-11 16:43:02.608827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.610398"], ["updated_at", "2018-10-11 16:43:02.610398"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.612080"], ["updated_at", "2018-10-11 16:43:02.612080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.614251"], ["updated_at", "2018-10-11 16:43:02.614251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.616026"], ["updated_at", "2018-10-11 16:43:02.616026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.617612"], ["updated_at", "2018-10-11 16:43:02.617612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.619175"], ["updated_at", "2018-10-11 16:43:02.619175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.620763"], ["updated_at", "2018-10-11 16:43:02.620763"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.622299"], ["updated_at", "2018-10-11 16:43:02.622299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.624655"], ["updated_at", "2018-10-11 16:43:02.624655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.626344"], ["updated_at", "2018-10-11 16:43:02.626344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.627988"], ["updated_at", "2018-10-11 16:43:02.627988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.629548"], ["updated_at", "2018-10-11 16:43:02.629548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.631226"], ["updated_at", "2018-10-11 16:43:02.631226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.632868"], ["updated_at", "2018-10-11 16:43:02.632868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.634618"], ["updated_at", "2018-10-11 16:43:02.634618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.636301"], ["updated_at", "2018-10-11 16:43:02.636301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.638010"], ["updated_at", "2018-10-11 16:43:02.638010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.639646"], ["updated_at", "2018-10-11 16:43:02.639646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.641245"], ["updated_at", "2018-10-11 16:43:02.641245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.642872"], ["updated_at", "2018-10-11 16:43:02.642872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.644441"], ["updated_at", "2018-10-11 16:43:02.644441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.645975"], ["updated_at", "2018-10-11 16:43:02.645975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.647517"], ["updated_at", "2018-10-11 16:43:02.647517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.649049"], ["updated_at", "2018-10-11 16:43:02.649049"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.650780"], ["updated_at", "2018-10-11 16:43:02.650780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.652982"], ["updated_at", "2018-10-11 16:43:02.652982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.654618"], ["updated_at", "2018-10-11 16:43:02.654618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.656169"], ["updated_at", "2018-10-11 16:43:02.656169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.657839"], ["updated_at", "2018-10-11 16:43:02.657839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.659384"], ["updated_at", "2018-10-11 16:43:02.659384"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.660902"], ["updated_at", "2018-10-11 16:43:02.660902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.662630"], ["updated_at", "2018-10-11 16:43:02.662630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.664274"], ["updated_at", "2018-10-11 16:43:02.664274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.665851"], ["updated_at", "2018-10-11 16:43:02.665851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.667427"], ["updated_at", "2018-10-11 16:43:02.667427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.668969"], ["updated_at", "2018-10-11 16:43:02.668969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.670547"], ["updated_at", "2018-10-11 16:43:02.670547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.672084"], ["updated_at", "2018-10-11 16:43:02.672084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.673620"], ["updated_at", "2018-10-11 16:43:02.673620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.675180"], ["updated_at", "2018-10-11 16:43:02.675180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.676708"], ["updated_at", "2018-10-11 16:43:02.676708"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.678422"], ["updated_at", "2018-10-11 16:43:02.678422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.680186"], ["updated_at", "2018-10-11 16:43:02.680186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.681831"], ["updated_at", "2018-10-11 16:43:02.681831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.683367"], ["updated_at", "2018-10-11 16:43:02.683367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.684902"], ["updated_at", "2018-10-11 16:43:02.684902"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.686422"], ["updated_at", "2018-10-11 16:43:02.686422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.688271"], ["updated_at", "2018-10-11 16:43:02.688271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.689870"], ["updated_at", "2018-10-11 16:43:02.689870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.691468"], ["updated_at", "2018-10-11 16:43:02.691468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.693007"], ["updated_at", "2018-10-11 16:43:02.693007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.694549"], ["updated_at", "2018-10-11 16:43:02.694549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.696227"], ["updated_at", "2018-10-11 16:43:02.696227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.697829"], ["updated_at", "2018-10-11 16:43:02.697829"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.699560"], ["updated_at", "2018-10-11 16:43:02.699560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.701439"], ["updated_at", "2018-10-11 16:43:02.701439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.703076"], ["updated_at", "2018-10-11 16:43:02.703076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.704624"], ["updated_at", "2018-10-11 16:43:02.704624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.706140"], ["updated_at", "2018-10-11 16:43:02.706140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.707672"], ["updated_at", "2018-10-11 16:43:02.707672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.709210"], ["updated_at", "2018-10-11 16:43:02.709210"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.710798"], ["updated_at", "2018-10-11 16:43:02.710798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.712590"], ["updated_at", "2018-10-11 16:43:02.712590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.714202"], ["updated_at", "2018-10-11 16:43:02.714202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.715758"], ["updated_at", "2018-10-11 16:43:02.715758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.717320"], ["updated_at", "2018-10-11 16:43:02.717320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.718876"], ["updated_at", "2018-10-11 16:43:02.718876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.720430"], ["updated_at", "2018-10-11 16:43:02.720430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.722002"], ["updated_at", "2018-10-11 16:43:02.722002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.723562"], ["updated_at", "2018-10-11 16:43:02.723562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.725094"], ["updated_at", "2018-10-11 16:43:02.725094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.726661"], ["updated_at", "2018-10-11 16:43:02.726661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.728184"], ["updated_at", "2018-10-11 16:43:02.728184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.729726"], ["updated_at", "2018-10-11 16:43:02.729726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.731233"], ["updated_at", "2018-10-11 16:43:02.731233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.732766"], ["updated_at", "2018-10-11 16:43:02.732766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.734296"], ["updated_at", "2018-10-11 16:43:02.734296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.735846"], ["updated_at", "2018-10-11 16:43:02.735846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.737372"], ["updated_at", "2018-10-11 16:43:02.737372"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.739061"], ["updated_at", "2018-10-11 16:43:02.739061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.740757"], ["updated_at", "2018-10-11 16:43:02.740757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.742437"], ["updated_at", "2018-10-11 16:43:02.742437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.743996"], ["updated_at", "2018-10-11 16:43:02.743996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.745681"], ["updated_at", "2018-10-11 16:43:02.745681"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.747275"], ["updated_at", "2018-10-11 16:43:02.747275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.750333"], ["updated_at", "2018-10-11 16:43:02.750333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.751907"], ["updated_at", "2018-10-11 16:43:02.751907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.753462"], ["updated_at", "2018-10-11 16:43:02.753462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.755002"], ["updated_at", "2018-10-11 16:43:02.755002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.756565"], ["updated_at", "2018-10-11 16:43:02.756565"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.758107"], ["updated_at", "2018-10-11 16:43:02.758107"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.759942"], ["updated_at", "2018-10-11 16:43:02.759942"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.761589"], ["updated_at", "2018-10-11 16:43:02.761589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.763315"], ["updated_at", "2018-10-11 16:43:02.763315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.764876"], ["updated_at", "2018-10-11 16:43:02.764876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.766545"], ["updated_at", "2018-10-11 16:43:02.766545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.768126"], ["updated_at", "2018-10-11 16:43:02.768126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.769736"], ["updated_at", "2018-10-11 16:43:02.769736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.771377"], ["updated_at", "2018-10-11 16:43:02.771377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.772931"], ["updated_at", "2018-10-11 16:43:02.772931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.774462"], ["updated_at", "2018-10-11 16:43:02.774462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.776024"], ["updated_at", "2018-10-11 16:43:02.776024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.777514"], ["updated_at", "2018-10-11 16:43:02.777514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.779039"], ["updated_at", "2018-10-11 16:43:02.779039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.780681"], ["updated_at", "2018-10-11 16:43:02.780681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.782259"], ["updated_at", "2018-10-11 16:43:02.782259"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.783794"], ["updated_at", "2018-10-11 16:43:02.783794"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.786172"], ["updated_at", "2018-10-11 16:43:02.786172"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.788006"], ["updated_at", "2018-10-11 16:43:02.788006"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.791150"], ["updated_at", "2018-10-11 16:43:02.791150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.792932"], ["updated_at", "2018-10-11 16:43:02.792932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.794551"], ["updated_at", "2018-10-11 16:43:02.794551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.796086"], ["updated_at", "2018-10-11 16:43:02.796086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.797818"], ["updated_at", "2018-10-11 16:43:02.797818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.799551"], ["updated_at", "2018-10-11 16:43:02.799551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.801133"], ["updated_at", "2018-10-11 16:43:02.801133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.802751"], ["updated_at", "2018-10-11 16:43:02.802751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.804481"], ["updated_at", "2018-10-11 16:43:02.804481"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.806160"], ["updated_at", "2018-10-11 16:43:02.806160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.808220"], ["updated_at", "2018-10-11 16:43:02.808220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.809897"], ["updated_at", "2018-10-11 16:43:02.809897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.811494"], ["updated_at", "2018-10-11 16:43:02.811494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.813245"], ["updated_at", "2018-10-11 16:43:02.813245"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.814938"], ["updated_at", "2018-10-11 16:43:02.814938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.816642"], ["updated_at", "2018-10-11 16:43:02.816642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.818293"], ["updated_at", "2018-10-11 16:43:02.818293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.819974"], ["updated_at", "2018-10-11 16:43:02.819974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.821711"], ["updated_at", "2018-10-11 16:43:02.821711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.823366"], ["updated_at", "2018-10-11 16:43:02.823366"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.825168"], ["updated_at", "2018-10-11 16:43:02.825168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.828295"], ["updated_at", "2018-10-11 16:43:02.828295"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.830219"], ["updated_at", "2018-10-11 16:43:02.830219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.832368"], ["updated_at", "2018-10-11 16:43:02.832368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.833964"], ["updated_at", "2018-10-11 16:43:02.833964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.835626"], ["updated_at", "2018-10-11 16:43:02.835626"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.837331"], ["updated_at", "2018-10-11 16:43:02.837331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.839545"], ["updated_at", "2018-10-11 16:43:02.839545"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.841492"], ["updated_at", "2018-10-11 16:43:02.841492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.844056"], ["updated_at", "2018-10-11 16:43:02.844056"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.845864"], ["updated_at", "2018-10-11 16:43:02.845864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.847725"], ["updated_at", "2018-10-11 16:43:02.847725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.849284"], ["updated_at", "2018-10-11 16:43:02.849284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.850995"], ["updated_at", "2018-10-11 16:43:02.850995"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.852703"], ["updated_at", "2018-10-11 16:43:02.852703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.854513"], ["updated_at", "2018-10-11 16:43:02.854513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.856219"], ["updated_at", "2018-10-11 16:43:02.856219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.857922"], ["updated_at", "2018-10-11 16:43:02.857922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.859510"], ["updated_at", "2018-10-11 16:43:02.859510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.861136"], ["updated_at", "2018-10-11 16:43:02.861136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.862936"], ["updated_at", "2018-10-11 16:43:02.862936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.864617"], ["updated_at", "2018-10-11 16:43:02.864617"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.866280"], ["updated_at", "2018-10-11 16:43:02.866280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.868079"], ["updated_at", "2018-10-11 16:43:02.868079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.869722"], ["updated_at", "2018-10-11 16:43:02.869722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.871476"], ["updated_at", "2018-10-11 16:43:02.871476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.873204"], ["updated_at", "2018-10-11 16:43:02.873204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.874816"], ["updated_at", "2018-10-11 16:43:02.874816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.876338"], ["updated_at", "2018-10-11 16:43:02.876338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.878126"], ["updated_at", "2018-10-11 16:43:02.878126"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.879699"], ["updated_at", "2018-10-11 16:43:02.879699"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.881382"], ["updated_at", "2018-10-11 16:43:02.881382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.883088"], ["updated_at", "2018-10-11 16:43:02.883088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.884636"], ["updated_at", "2018-10-11 16:43:02.884636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.886149"], ["updated_at", "2018-10-11 16:43:02.886149"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.887647"], ["updated_at", "2018-10-11 16:43:02.887647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.889971"], ["updated_at", "2018-10-11 16:43:02.889971"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.891591"], ["updated_at", "2018-10-11 16:43:02.891591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.893250"], ["updated_at", "2018-10-11 16:43:02.893250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.894787"], ["updated_at", "2018-10-11 16:43:02.894787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.896451"], ["updated_at", "2018-10-11 16:43:02.896451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.898045"], ["updated_at", "2018-10-11 16:43:02.898045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.899584"], ["updated_at", "2018-10-11 16:43:02.899584"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.901104"], ["updated_at", "2018-10-11 16:43:02.901104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.902809"], ["updated_at", "2018-10-11 16:43:02.902809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.904372"], ["updated_at", "2018-10-11 16:43:02.904372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.905919"], ["updated_at", "2018-10-11 16:43:02.905919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.907533"], ["updated_at", "2018-10-11 16:43:02.907533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.909073"], ["updated_at", "2018-10-11 16:43:02.909073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.910584"], ["updated_at", "2018-10-11 16:43:02.910584"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.912670"], ["updated_at", "2018-10-11 16:43:02.912670"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.914845"], ["updated_at", "2018-10-11 16:43:02.914845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.916719"], ["updated_at", "2018-10-11 16:43:02.916719"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.918395"], ["updated_at", "2018-10-11 16:43:02.918395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.920642"], ["updated_at", "2018-10-11 16:43:02.920642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.922341"], ["updated_at", "2018-10-11 16:43:02.922341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.924124"], ["updated_at", "2018-10-11 16:43:02.924124"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.925815"], ["updated_at", "2018-10-11 16:43:02.925815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.927787"], ["updated_at", "2018-10-11 16:43:02.927787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.929748"], ["updated_at", "2018-10-11 16:43:02.929748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.931380"], ["updated_at", "2018-10-11 16:43:02.931380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.932946"], ["updated_at", "2018-10-11 16:43:02.932946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.934498"], ["updated_at", "2018-10-11 16:43:02.934498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.936162"], ["updated_at", "2018-10-11 16:43:02.936162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.937694"], ["updated_at", "2018-10-11 16:43:02.937694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.939248"], ["updated_at", "2018-10-11 16:43:02.939248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.940857"], ["updated_at", "2018-10-11 16:43:02.940857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.942391"], ["updated_at", "2018-10-11 16:43:02.942391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.943925"], ["updated_at", "2018-10-11 16:43:02.943925"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.945389"], ["updated_at", "2018-10-11 16:43:02.945389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.947193"], ["updated_at", "2018-10-11 16:43:02.947193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.948953"], ["updated_at", "2018-10-11 16:43:02.948953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.950555"], ["updated_at", "2018-10-11 16:43:02.950555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.952193"], ["updated_at", "2018-10-11 16:43:02.952193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.953755"], ["updated_at", "2018-10-11 16:43:02.953755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.955279"], ["updated_at", "2018-10-11 16:43:02.955279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.956798"], ["updated_at", "2018-10-11 16:43:02.956798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.958376"], ["updated_at", "2018-10-11 16:43:02.958376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.959907"], ["updated_at", "2018-10-11 16:43:02.959907"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.961473"], ["updated_at", "2018-10-11 16:43:02.961473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.963823"], ["updated_at", "2018-10-11 16:43:02.963823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.965464"], ["updated_at", "2018-10-11 16:43:02.965464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.967023"], ["updated_at", "2018-10-11 16:43:02.967023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.968531"], ["updated_at", "2018-10-11 16:43:02.968531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.970166"], ["updated_at", "2018-10-11 16:43:02.970166"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.971670"], ["updated_at", "2018-10-11 16:43:02.971670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.973736"], ["updated_at", "2018-10-11 16:43:02.973736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.975366"], ["updated_at", "2018-10-11 16:43:02.975366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.976916"], ["updated_at", "2018-10-11 16:43:02.976916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.978528"], ["updated_at", "2018-10-11 16:43:02.978528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.980059"], ["updated_at", "2018-10-11 16:43:02.980059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.981590"], ["updated_at", "2018-10-11 16:43:02.981590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.983175"], ["updated_at", "2018-10-11 16:43:02.983175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.984732"], ["updated_at", "2018-10-11 16:43:02.984732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.986281"], ["updated_at", "2018-10-11 16:43:02.986281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.987859"], ["updated_at", "2018-10-11 16:43:02.987859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.989602"], ["updated_at", "2018-10-11 16:43:02.989602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.991375"], ["updated_at", "2018-10-11 16:43:02.991375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.992909"], ["updated_at", "2018-10-11 16:43:02.992909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.994457"], ["updated_at", "2018-10-11 16:43:02.994457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.995994"], ["updated_at", "2018-10-11 16:43:02.995994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.997506"], ["updated_at", "2018-10-11 16:43:02.997506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:02.999035"], ["updated_at", "2018-10-11 16:43:02.999035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.000655"], ["updated_at", "2018-10-11 16:43:03.000655"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.002161"], ["updated_at", "2018-10-11 16:43:03.002161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.004056"], ["updated_at", "2018-10-11 16:43:03.004056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.005692"], ["updated_at", "2018-10-11 16:43:03.005692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.007253"], ["updated_at", "2018-10-11 16:43:03.007253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.008777"], ["updated_at", "2018-10-11 16:43:03.008777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.010308"], ["updated_at", "2018-10-11 16:43:03.010308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.011825"], ["updated_at", "2018-10-11 16:43:03.011825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.013356"], ["updated_at", "2018-10-11 16:43:03.013356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.014925"], ["updated_at", "2018-10-11 16:43:03.014925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.016545"], ["updated_at", "2018-10-11 16:43:03.016545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.018101"], ["updated_at", "2018-10-11 16:43:03.018101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.019612"], ["updated_at", "2018-10-11 16:43:03.019612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.021138"], ["updated_at", "2018-10-11 16:43:03.021138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.022793"], ["updated_at", "2018-10-11 16:43:03.022793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.024550"], ["updated_at", "2018-10-11 16:43:03.024550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.026211"], ["updated_at", "2018-10-11 16:43:03.026211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.027810"], ["updated_at", "2018-10-11 16:43:03.027810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.029470"], ["updated_at", "2018-10-11 16:43:03.029470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.031255"], ["updated_at", "2018-10-11 16:43:03.031255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.032867"], ["updated_at", "2018-10-11 16:43:03.032867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.034435"], ["updated_at", "2018-10-11 16:43:03.034435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.035973"], ["updated_at", "2018-10-11 16:43:03.035973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.037541"], ["updated_at", "2018-10-11 16:43:03.037541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.039164"], ["updated_at", "2018-10-11 16:43:03.039164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.040851"], ["updated_at", "2018-10-11 16:43:03.040851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.042490"], ["updated_at", "2018-10-11 16:43:03.042490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.044195"], ["updated_at", "2018-10-11 16:43:03.044195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.047202"], ["updated_at", "2018-10-11 16:43:03.047202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.048778"], ["updated_at", "2018-10-11 16:43:03.048778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.050327"], ["updated_at", "2018-10-11 16:43:03.050327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.051871"], ["updated_at", "2018-10-11 16:43:03.051871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.053411"], ["updated_at", "2018-10-11 16:43:03.053411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.054940"], ["updated_at", "2018-10-11 16:43:03.054940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.056477"], ["updated_at", "2018-10-11 16:43:03.056477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.058027"], ["updated_at", "2018-10-11 16:43:03.058027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.059624"], ["updated_at", "2018-10-11 16:43:03.059624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.061238"], ["updated_at", "2018-10-11 16:43:03.061238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.062842"], ["updated_at", "2018-10-11 16:43:03.062842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.064417"], ["updated_at", "2018-10-11 16:43:03.064417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.066026"], ["updated_at", "2018-10-11 16:43:03.066026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.067539"], ["updated_at", "2018-10-11 16:43:03.067539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.069109"], ["updated_at", "2018-10-11 16:43:03.069109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.070685"], ["updated_at", "2018-10-11 16:43:03.070685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.072257"], ["updated_at", "2018-10-11 16:43:03.072257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.073863"], ["updated_at", "2018-10-11 16:43:03.073863"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.075416"], ["updated_at", "2018-10-11 16:43:03.075416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.077123"], ["updated_at", "2018-10-11 16:43:03.077123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.078699"], ["updated_at", "2018-10-11 16:43:03.078699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.080228"], ["updated_at", "2018-10-11 16:43:03.080228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.081766"], ["updated_at", "2018-10-11 16:43:03.081766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.083340"], ["updated_at", "2018-10-11 16:43:03.083340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.084828"], ["updated_at", "2018-10-11 16:43:03.084828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.086401"], ["updated_at", "2018-10-11 16:43:03.086401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.088321"], ["updated_at", "2018-10-11 16:43:03.088321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.089996"], ["updated_at", "2018-10-11 16:43:03.089996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.091636"], ["updated_at", "2018-10-11 16:43:03.091636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.093349"], ["updated_at", "2018-10-11 16:43:03.093349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.094909"], ["updated_at", "2018-10-11 16:43:03.094909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.096423"], ["updated_at", "2018-10-11 16:43:03.096423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.098002"], ["updated_at", "2018-10-11 16:43:03.098002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.099555"], ["updated_at", "2018-10-11 16:43:03.099555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.101097"], ["updated_at", "2018-10-11 16:43:03.101097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.102632"], ["updated_at", "2018-10-11 16:43:03.102632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.104140"], ["updated_at", "2018-10-11 16:43:03.104140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.105705"], ["updated_at", "2018-10-11 16:43:03.105705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.107250"], ["updated_at", "2018-10-11 16:43:03.107250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.108860"], ["updated_at", "2018-10-11 16:43:03.108860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.110396"], ["updated_at", "2018-10-11 16:43:03.110396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.111980"], ["updated_at", "2018-10-11 16:43:03.111980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.113486"], ["updated_at", "2018-10-11 16:43:03.113486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.115004"], ["updated_at", "2018-10-11 16:43:03.115004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.116645"], ["updated_at", "2018-10-11 16:43:03.116645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.118308"], ["updated_at", "2018-10-11 16:43:03.118308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.119921"], ["updated_at", "2018-10-11 16:43:03.119921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.121438"], ["updated_at", "2018-10-11 16:43:03.121438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.123015"], ["updated_at", "2018-10-11 16:43:03.123015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.124534"], ["updated_at", "2018-10-11 16:43:03.124534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.126066"], ["updated_at", "2018-10-11 16:43:03.126066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.127569"], ["updated_at", "2018-10-11 16:43:03.127569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.129199"], ["updated_at", "2018-10-11 16:43:03.129199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.130773"], ["updated_at", "2018-10-11 16:43:03.130773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.132320"], ["updated_at", "2018-10-11 16:43:03.132320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.133866"], ["updated_at", "2018-10-11 16:43:03.133866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.135383"], ["updated_at", "2018-10-11 16:43:03.135383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.136911"], ["updated_at", "2018-10-11 16:43:03.136911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.138437"], ["updated_at", "2018-10-11 16:43:03.138437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.140012"], ["updated_at", "2018-10-11 16:43:03.140012"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.141587"], ["updated_at", "2018-10-11 16:43:03.141587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.143821"], ["updated_at", "2018-10-11 16:43:03.143821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.145543"], ["updated_at", "2018-10-11 16:43:03.145543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.147163"], ["updated_at", "2018-10-11 16:43:03.147163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.148698"], ["updated_at", "2018-10-11 16:43:03.148698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.150231"], ["updated_at", "2018-10-11 16:43:03.150231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.151776"], ["updated_at", "2018-10-11 16:43:03.151776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.153287"], ["updated_at", "2018-10-11 16:43:03.153287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.154814"], ["updated_at", "2018-10-11 16:43:03.154814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.156360"], ["updated_at", "2018-10-11 16:43:03.156360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.158009"], ["updated_at", "2018-10-11 16:43:03.158009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.159564"], ["updated_at", "2018-10-11 16:43:03.159564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.161147"], ["updated_at", "2018-10-11 16:43:03.161147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.162675"], ["updated_at", "2018-10-11 16:43:03.162675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.164235"], ["updated_at", "2018-10-11 16:43:03.164235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.165758"], ["updated_at", "2018-10-11 16:43:03.165758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.167282"], ["updated_at", "2018-10-11 16:43:03.167282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.168879"], ["updated_at", "2018-10-11 16:43:03.168879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.170480"], ["updated_at", "2018-10-11 16:43:03.170480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.172118"], ["updated_at", "2018-10-11 16:43:03.172118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.173708"], ["updated_at", "2018-10-11 16:43:03.173708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.175306"], ["updated_at", "2018-10-11 16:43:03.175306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.176883"], ["updated_at", "2018-10-11 16:43:03.176883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.178439"], ["updated_at", "2018-10-11 16:43:03.178439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.180052"], ["updated_at", "2018-10-11 16:43:03.180052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.181580"], ["updated_at", "2018-10-11 16:43:03.181580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.183093"], ["updated_at", "2018-10-11 16:43:03.183093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.184619"], ["updated_at", "2018-10-11 16:43:03.184619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.186380"], ["updated_at", "2018-10-11 16:43:03.186380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.188060"], ["updated_at", "2018-10-11 16:43:03.188060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.189597"], ["updated_at", "2018-10-11 16:43:03.189597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.191146"], ["updated_at", "2018-10-11 16:43:03.191146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.192712"], ["updated_at", "2018-10-11 16:43:03.192712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.194234"], ["updated_at", "2018-10-11 16:43:03.194234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.195742"], ["updated_at", "2018-10-11 16:43:03.195742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.197289"], ["updated_at", "2018-10-11 16:43:03.197289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.198882"], ["updated_at", "2018-10-11 16:43:03.198882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.200404"], ["updated_at", "2018-10-11 16:43:03.200404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.201941"], ["updated_at", "2018-10-11 16:43:03.201941"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.203460"], ["updated_at", "2018-10-11 16:43:03.203460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.205288"], ["updated_at", "2018-10-11 16:43:03.205288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.206822"], ["updated_at", "2018-10-11 16:43:03.206822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.208347"], ["updated_at", "2018-10-11 16:43:03.208347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.209857"], ["updated_at", "2018-10-11 16:43:03.209857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.211402"], ["updated_at", "2018-10-11 16:43:03.211402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.212913"], ["updated_at", "2018-10-11 16:43:03.212913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.214581"], ["updated_at", "2018-10-11 16:43:03.214581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.216189"], ["updated_at", "2018-10-11 16:43:03.216189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.217728"], ["updated_at", "2018-10-11 16:43:03.217728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.219275"], ["updated_at", "2018-10-11 16:43:03.219275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.220964"], ["updated_at", "2018-10-11 16:43:03.220964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.222593"], ["updated_at", "2018-10-11 16:43:03.222593"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.224129"], ["updated_at", "2018-10-11 16:43:03.224129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.225666"], ["updated_at", "2018-10-11 16:43:03.225666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.227251"], ["updated_at", "2018-10-11 16:43:03.227251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.228817"], ["updated_at", "2018-10-11 16:43:03.228817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.230400"], ["updated_at", "2018-10-11 16:43:03.230400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.231931"], ["updated_at", "2018-10-11 16:43:03.231931"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.233546"], ["updated_at", "2018-10-11 16:43:03.233546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.235534"], ["updated_at", "2018-10-11 16:43:03.235534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.237219"], ["updated_at", "2018-10-11 16:43:03.237219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.238843"], ["updated_at", "2018-10-11 16:43:03.238843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.240405"], ["updated_at", "2018-10-11 16:43:03.240405"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.241978"], ["updated_at", "2018-10-11 16:43:03.241978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.243958"], ["updated_at", "2018-10-11 16:43:03.243958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.245529"], ["updated_at", "2018-10-11 16:43:03.245529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.247094"], ["updated_at", "2018-10-11 16:43:03.247094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.248644"], ["updated_at", "2018-10-11 16:43:03.248644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.250410"], ["updated_at", "2018-10-11 16:43:03.250410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.252485"], ["updated_at", "2018-10-11 16:43:03.252485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.254174"], ["updated_at", "2018-10-11 16:43:03.254174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.255735"], ["updated_at", "2018-10-11 16:43:03.255735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.257274"], ["updated_at", "2018-10-11 16:43:03.257274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.258996"], ["updated_at", "2018-10-11 16:43:03.258996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.260595"], ["updated_at", "2018-10-11 16:43:03.260595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.262133"], ["updated_at", "2018-10-11 16:43:03.262133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.263678"], ["updated_at", "2018-10-11 16:43:03.263678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.265185"], ["updated_at", "2018-10-11 16:43:03.265185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.266802"], ["updated_at", "2018-10-11 16:43:03.266802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.268756"], ["updated_at", "2018-10-11 16:43:03.268756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.270280"], ["updated_at", "2018-10-11 16:43:03.270280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.271802"], ["updated_at", "2018-10-11 16:43:03.271802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.273312"], ["updated_at", "2018-10-11 16:43:03.273312"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.275117"], ["updated_at", "2018-10-11 16:43:03.275117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.276912"], ["updated_at", "2018-10-11 16:43:03.276912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.278469"], ["updated_at", "2018-10-11 16:43:03.278469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.280022"], ["updated_at", "2018-10-11 16:43:03.280022"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.281599"], ["updated_at", "2018-10-11 16:43:03.281599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.283603"], ["updated_at", "2018-10-11 16:43:03.283603"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.285273"], ["updated_at", "2018-10-11 16:43:03.285273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.286953"], ["updated_at", "2018-10-11 16:43:03.286953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.289000"], ["updated_at", "2018-10-11 16:43:03.289000"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.290608"], ["updated_at", "2018-10-11 16:43:03.290608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.292487"], ["updated_at", "2018-10-11 16:43:03.292487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.294085"], ["updated_at", "2018-10-11 16:43:03.294085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.295641"], ["updated_at", "2018-10-11 16:43:03.295641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.297279"], ["updated_at", "2018-10-11 16:43:03.297279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.298847"], ["updated_at", "2018-10-11 16:43:03.298847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.300852"], ["updated_at", "2018-10-11 16:43:03.300852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.302456"], ["updated_at", "2018-10-11 16:43:03.302456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.304001"], ["updated_at", "2018-10-11 16:43:03.304001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.305562"], ["updated_at", "2018-10-11 16:43:03.305562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.307485"], ["updated_at", "2018-10-11 16:43:03.307485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.309281"], ["updated_at", "2018-10-11 16:43:03.309281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.310834"], ["updated_at", "2018-10-11 16:43:03.310834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.312376"], ["updated_at", "2018-10-11 16:43:03.312376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.313924"], ["updated_at", "2018-10-11 16:43:03.313924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.315831"], ["updated_at", "2018-10-11 16:43:03.315831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.317437"], ["updated_at", "2018-10-11 16:43:03.317437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.319001"], ["updated_at", "2018-10-11 16:43:03.319001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.320632"], ["updated_at", "2018-10-11 16:43:03.320632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.322260"], ["updated_at", "2018-10-11 16:43:03.322260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.324006"], ["updated_at", "2018-10-11 16:43:03.324006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.325611"], ["updated_at", "2018-10-11 16:43:03.325611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.328446"], ["updated_at", "2018-10-11 16:43:03.328446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.330148"], ["updated_at", "2018-10-11 16:43:03.330148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.332116"], ["updated_at", "2018-10-11 16:43:03.332116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.333731"], ["updated_at", "2018-10-11 16:43:03.333731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.335362"], ["updated_at", "2018-10-11 16:43:03.335362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.336971"], ["updated_at", "2018-10-11 16:43:03.336971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.338554"], ["updated_at", "2018-10-11 16:43:03.338554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.340224"], ["updated_at", "2018-10-11 16:43:03.340224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.341998"], ["updated_at", "2018-10-11 16:43:03.341998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.343550"], ["updated_at", "2018-10-11 16:43:03.343550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.345122"], ["updated_at", "2018-10-11 16:43:03.345122"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.346657"], ["updated_at", "2018-10-11 16:43:03.346657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.348681"], ["updated_at", "2018-10-11 16:43:03.348681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.350320"], ["updated_at", "2018-10-11 16:43:03.350320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.351920"], ["updated_at", "2018-10-11 16:43:03.351920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.353463"], ["updated_at", "2018-10-11 16:43:03.353463"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.355495"], ["updated_at", "2018-10-11 16:43:03.355495"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.358016"], ["updated_at", "2018-10-11 16:43:03.358016"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.359738"], ["updated_at", "2018-10-11 16:43:03.359738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.361596"], ["updated_at", "2018-10-11 16:43:03.361596"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.363375"], ["updated_at", "2018-10-11 16:43:03.363375"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.365750"], ["updated_at", "2018-10-11 16:43:03.365750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.367492"], ["updated_at", "2018-10-11 16:43:03.367492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.369064"], ["updated_at", "2018-10-11 16:43:03.369064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.370598"], ["updated_at", "2018-10-11 16:43:03.370598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.372816"], ["updated_at", "2018-10-11 16:43:03.372816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.374723"], ["updated_at", "2018-10-11 16:43:03.374723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.376445"], ["updated_at", "2018-10-11 16:43:03.376445"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.378181"], ["updated_at", "2018-10-11 16:43:03.378181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.380808"], ["updated_at", "2018-10-11 16:43:03.380808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.382585"], ["updated_at", "2018-10-11 16:43:03.382585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.384199"], ["updated_at", "2018-10-11 16:43:03.384199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.385732"], ["updated_at", "2018-10-11 16:43:03.385732"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.387232"], ["updated_at", "2018-10-11 16:43:03.387232"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.389577"], ["updated_at", "2018-10-11 16:43:03.389577"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.391609"], ["updated_at", "2018-10-11 16:43:03.391609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.393395"], ["updated_at", "2018-10-11 16:43:03.393395"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.395909"], ["updated_at", "2018-10-11 16:43:03.395909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.398143"], ["updated_at", "2018-10-11 16:43:03.398143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.399764"], ["updated_at", "2018-10-11 16:43:03.399764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.401426"], ["updated_at", "2018-10-11 16:43:03.401426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.402993"], ["updated_at", "2018-10-11 16:43:03.402993"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.405036"], ["updated_at", "2018-10-11 16:43:03.405036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.406970"], ["updated_at", "2018-10-11 16:43:03.406970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.408698"], ["updated_at", "2018-10-11 16:43:03.408698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.410343"], ["updated_at", "2018-10-11 16:43:03.410343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.412953"], ["updated_at", "2018-10-11 16:43:03.412953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.414975"], ["updated_at", "2018-10-11 16:43:03.414975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.416589"], ["updated_at", "2018-10-11 16:43:03.416589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.418126"], ["updated_at", "2018-10-11 16:43:03.418126"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.419662"], ["updated_at", "2018-10-11 16:43:03.419662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.421890"], ["updated_at", "2018-10-11 16:43:03.421890"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.423556"], ["updated_at", "2018-10-11 16:43:03.423556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.425350"], ["updated_at", "2018-10-11 16:43:03.425350"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.427019"], ["updated_at", "2018-10-11 16:43:03.427019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.429495"], ["updated_at", "2018-10-11 16:43:03.429495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.431425"], ["updated_at", "2018-10-11 16:43:03.431425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.433071"], ["updated_at", "2018-10-11 16:43:03.433071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.434642"], ["updated_at", "2018-10-11 16:43:03.434642"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.436430"], ["updated_at", "2018-10-11 16:43:03.436430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.438271"], ["updated_at", "2018-10-11 16:43:03.438271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.439870"], ["updated_at", "2018-10-11 16:43:03.439870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.441530"], ["updated_at", "2018-10-11 16:43:03.441530"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.443277"], ["updated_at", "2018-10-11 16:43:03.443277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.445750"], ["updated_at", "2018-10-11 16:43:03.445750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.447436"], ["updated_at", "2018-10-11 16:43:03.447436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.449037"], ["updated_at", "2018-10-11 16:43:03.449037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.450577"], ["updated_at", "2018-10-11 16:43:03.450577"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.452132"], ["updated_at", "2018-10-11 16:43:03.452132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.454202"], ["updated_at", "2018-10-11 16:43:03.454202"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.455977"], ["updated_at", "2018-10-11 16:43:03.455977"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.458385"], ["updated_at", "2018-10-11 16:43:03.458385"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.460498"], ["updated_at", "2018-10-11 16:43:03.460498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.463094"], ["updated_at", "2018-10-11 16:43:03.463094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.464937"], ["updated_at", "2018-10-11 16:43:03.464937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.466674"], ["updated_at", "2018-10-11 16:43:03.466674"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.468237"], ["updated_at", "2018-10-11 16:43:03.468237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.470428"], ["updated_at", "2018-10-11 16:43:03.470428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.472097"], ["updated_at", "2018-10-11 16:43:03.472097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.473666"], ["updated_at", "2018-10-11 16:43:03.473666"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.475368"], ["updated_at", "2018-10-11 16:43:03.475368"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.477554"], ["updated_at", "2018-10-11 16:43:03.477554"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.480002"], ["updated_at", "2018-10-11 16:43:03.480002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.481667"], ["updated_at", "2018-10-11 16:43:03.481667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.483234"], ["updated_at", "2018-10-11 16:43:03.483234"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.484934"], ["updated_at", "2018-10-11 16:43:03.484934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.487214"], ["updated_at", "2018-10-11 16:43:03.487214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.488818"], ["updated_at", "2018-10-11 16:43:03.488818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.490387"], ["updated_at", "2018-10-11 16:43:03.490387"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.492040"], ["updated_at", "2018-10-11 16:43:03.492040"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.494603"], ["updated_at", "2018-10-11 16:43:03.494603"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.496811"], ["updated_at", "2018-10-11 16:43:03.496811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.498660"], ["updated_at", "2018-10-11 16:43:03.498660"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.500303"], ["updated_at", "2018-10-11 16:43:03.500303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.502606"], ["updated_at", "2018-10-11 16:43:03.502606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.504318"], ["updated_at", "2018-10-11 16:43:03.504318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.505988"], ["updated_at", "2018-10-11 16:43:03.505988"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.507671"], ["updated_at", "2018-10-11 16:43:03.507671"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.509783"], ["updated_at", "2018-10-11 16:43:03.509783"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.512058"], ["updated_at", "2018-10-11 16:43:03.512058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.513942"], ["updated_at", "2018-10-11 16:43:03.513942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.515556"], ["updated_at", "2018-10-11 16:43:03.515556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.517568"], ["updated_at", "2018-10-11 16:43:03.517568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.519482"], ["updated_at", "2018-10-11 16:43:03.519482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.521108"], ["updated_at", "2018-10-11 16:43:03.521108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.522704"], ["updated_at", "2018-10-11 16:43:03.522704"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.524429"], ["updated_at", "2018-10-11 16:43:03.524429"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.526975"], ["updated_at", "2018-10-11 16:43:03.526975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.529128"], ["updated_at", "2018-10-11 16:43:03.529128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.530836"], ["updated_at", "2018-10-11 16:43:03.530836"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.532566"], ["updated_at", "2018-10-11 16:43:03.532566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.534875"], ["updated_at", "2018-10-11 16:43:03.534875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.536536"], ["updated_at", "2018-10-11 16:43:03.536536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.538224"], ["updated_at", "2018-10-11 16:43:03.538224"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.539838"], ["updated_at", "2018-10-11 16:43:03.539838"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.541880"], ["updated_at", "2018-10-11 16:43:03.541880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.543868"], ["updated_at", "2018-10-11 16:43:03.543868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.545956"], ["updated_at", "2018-10-11 16:43:03.545956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.547733"], ["updated_at", "2018-10-11 16:43:03.547733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.549713"], ["updated_at", "2018-10-11 16:43:03.549713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.551599"], ["updated_at", "2018-10-11 16:43:03.551599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.553263"], ["updated_at", "2018-10-11 16:43:03.553263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.554819"], ["updated_at", "2018-10-11 16:43:03.554819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.556369"], ["updated_at", "2018-10-11 16:43:03.556369"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.558513"], ["updated_at", "2018-10-11 16:43:03.558513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.560317"], ["updated_at", "2018-10-11 16:43:03.560317"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.562103"], ["updated_at", "2018-10-11 16:43:03.562103"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.564566"], ["updated_at", "2018-10-11 16:43:03.564566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.566580"], ["updated_at", "2018-10-11 16:43:03.566580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.568424"], ["updated_at", "2018-10-11 16:43:03.568424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.570056"], ["updated_at", "2018-10-11 16:43:03.570056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.571632"], ["updated_at", "2018-10-11 16:43:03.571632"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.573251"], ["updated_at", "2018-10-11 16:43:03.573251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.575767"], ["updated_at", "2018-10-11 16:43:03.575767"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.577622"], ["updated_at", "2018-10-11 16:43:03.577622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.579782"], ["updated_at", "2018-10-11 16:43:03.579782"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.581803"], ["updated_at", "2018-10-11 16:43:03.581803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.583822"], ["updated_at", "2018-10-11 16:43:03.583822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.585432"], ["updated_at", "2018-10-11 16:43:03.585432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.587084"], ["updated_at", "2018-10-11 16:43:03.587084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.588663"], ["updated_at", "2018-10-11 16:43:03.588663"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.590640"], ["updated_at", "2018-10-11 16:43:03.590640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.592409"], ["updated_at", "2018-10-11 16:43:03.592409"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.594111"], ["updated_at", "2018-10-11 16:43:03.594111"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.598189"], ["updated_at", "2018-10-11 16:43:03.598189"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.600927"], ["updated_at", "2018-10-11 16:43:03.600927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.603010"], ["updated_at", "2018-10-11 16:43:03.603010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.604621"], ["updated_at", "2018-10-11 16:43:03.604621"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.606644"], ["updated_at", "2018-10-11 16:43:03.606644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.608653"], ["updated_at", "2018-10-11 16:43:03.608653"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.610454"], ["updated_at", "2018-10-11 16:43:03.610454"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.612705"], ["updated_at", "2018-10-11 16:43:03.612705"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.615144"], ["updated_at", "2018-10-11 16:43:03.615144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.616930"], ["updated_at", "2018-10-11 16:43:03.616930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.618608"], ["updated_at", "2018-10-11 16:43:03.618608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.620149"], ["updated_at", "2018-10-11 16:43:03.620149"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.621797"], ["updated_at", "2018-10-11 16:43:03.621797"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.624033"], ["updated_at", "2018-10-11 16:43:03.624033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.625816"], ["updated_at", "2018-10-11 16:43:03.625816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.627547"], ["updated_at", "2018-10-11 16:43:03.627547"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.629645"], ["updated_at", "2018-10-11 16:43:03.629645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.632599"], ["updated_at", "2018-10-11 16:43:03.632599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.634224"], ["updated_at", "2018-10-11 16:43:03.634224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.635797"], ["updated_at", "2018-10-11 16:43:03.635797"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.637411"], ["updated_at", "2018-10-11 16:43:03.637411"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.639649"], ["updated_at", "2018-10-11 16:43:03.639649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.641488"], ["updated_at", "2018-10-11 16:43:03.641488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.643312"], ["updated_at", "2018-10-11 16:43:03.643312"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.645197"], ["updated_at", "2018-10-11 16:43:03.645197"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.647691"], ["updated_at", "2018-10-11 16:43:03.647691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.649435"], ["updated_at", "2018-10-11 16:43:03.649435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.651034"], ["updated_at", "2018-10-11 16:43:03.651034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.652599"], ["updated_at", "2018-10-11 16:43:03.652599"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.654739"], ["updated_at", "2018-10-11 16:43:03.654739"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.656683"], ["updated_at", "2018-10-11 16:43:03.656683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.659961"], ["updated_at", "2018-10-11 16:43:03.659961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.661927"], ["updated_at", "2018-10-11 16:43:03.661927"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.664476"], ["updated_at", "2018-10-11 16:43:03.664476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.666335"], ["updated_at", "2018-10-11 16:43:03.666335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.667941"], ["updated_at", "2018-10-11 16:43:03.667941"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.669522"], ["updated_at", "2018-10-11 16:43:03.669522"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.671582"], ["updated_at", "2018-10-11 16:43:03.671582"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.673273"], ["updated_at", "2018-10-11 16:43:03.673273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.674916"], ["updated_at", "2018-10-11 16:43:03.674916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.676585"], ["updated_at", "2018-10-11 16:43:03.676585"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.678774"], ["updated_at", "2018-10-11 16:43:03.678774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.681125"], ["updated_at", "2018-10-11 16:43:03.681125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.682785"], ["updated_at", "2018-10-11 16:43:03.682785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.684498"], ["updated_at", "2018-10-11 16:43:03.684498"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.686174"], ["updated_at", "2018-10-11 16:43:03.686174"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.688291"], ["updated_at", "2018-10-11 16:43:03.688291"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.690052"], ["updated_at", "2018-10-11 16:43:03.690052"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.691788"], ["updated_at", "2018-10-11 16:43:03.691788"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.693635"], ["updated_at", "2018-10-11 16:43:03.693635"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.696522"], ["updated_at", "2018-10-11 16:43:03.696522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.698387"], ["updated_at", "2018-10-11 16:43:03.698387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.699966"], ["updated_at", "2018-10-11 16:43:03.699966"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.701495"], ["updated_at", "2018-10-11 16:43:03.701495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.704364"], ["updated_at", "2018-10-11 16:43:03.704364"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.706205"], ["updated_at", "2018-10-11 16:43:03.706205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.708024"], ["updated_at", "2018-10-11 16:43:03.708024"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.709746"], ["updated_at", "2018-10-11 16:43:03.709746"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.712309"], ["updated_at", "2018-10-11 16:43:03.712309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.714547"], ["updated_at", "2018-10-11 16:43:03.714547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.716192"], ["updated_at", "2018-10-11 16:43:03.716192"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.717980"], ["updated_at", "2018-10-11 16:43:03.717980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.720277"], ["updated_at", "2018-10-11 16:43:03.720277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.722100"], ["updated_at", "2018-10-11 16:43:03.722100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.723670"], ["updated_at", "2018-10-11 16:43:03.723670"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.725421"], ["updated_at", "2018-10-11 16:43:03.725421"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.727431"], ["updated_at", "2018-10-11 16:43:03.727431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.730664"], ["updated_at", "2018-10-11 16:43:03.730664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.732398"], ["updated_at", "2018-10-11 16:43:03.732398"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.733976"], ["updated_at", "2018-10-11 16:43:03.733976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.735905"], ["updated_at", "2018-10-11 16:43:03.735905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.737760"], ["updated_at", "2018-10-11 16:43:03.737760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.739390"], ["updated_at", "2018-10-11 16:43:03.739390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.740978"], ["updated_at", "2018-10-11 16:43:03.740978"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.742702"], ["updated_at", "2018-10-11 16:43:03.742702"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.745288"], ["updated_at", "2018-10-11 16:43:03.745288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.747226"], ["updated_at", "2018-10-11 16:43:03.747226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.748891"], ["updated_at", "2018-10-11 16:43:03.748891"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.750551"], ["updated_at", "2018-10-11 16:43:03.750551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.752589"], ["updated_at", "2018-10-11 16:43:03.752589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.754207"], ["updated_at", "2018-10-11 16:43:03.754207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.755786"], ["updated_at", "2018-10-11 16:43:03.755786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.757413"], ["updated_at", "2018-10-11 16:43:03.757413"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.759354"], ["updated_at", "2018-10-11 16:43:03.759354"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.761375"], ["updated_at", "2018-10-11 16:43:03.761375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.763817"], ["updated_at", "2018-10-11 16:43:03.763817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.765415"], ["updated_at", "2018-10-11 16:43:03.765415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.767298"], ["updated_at", "2018-10-11 16:43:03.767298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.769120"], ["updated_at", "2018-10-11 16:43:03.769120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.770803"], ["updated_at", "2018-10-11 16:43:03.770803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.772437"], ["updated_at", "2018-10-11 16:43:03.772437"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.774010"], ["updated_at", "2018-10-11 16:43:03.774010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.775929"], ["updated_at", "2018-10-11 16:43:03.775929"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.777606"], ["updated_at", "2018-10-11 16:43:03.777606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.779774"], ["updated_at", "2018-10-11 16:43:03.779774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.781365"], ["updated_at", "2018-10-11 16:43:03.781365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.783145"], ["updated_at", "2018-10-11 16:43:03.783145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.784762"], ["updated_at", "2018-10-11 16:43:03.784762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.786313"], ["updated_at", "2018-10-11 16:43:03.786313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.787831"], ["updated_at", "2018-10-11 16:43:03.787831"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.789341"], ["updated_at", "2018-10-11 16:43:03.789341"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.791289"], ["updated_at", "2018-10-11 16:43:03.791289"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.793061"], ["updated_at", "2018-10-11 16:43:03.793061"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.794822"], ["updated_at", "2018-10-11 16:43:03.794822"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.796975"], ["updated_at", "2018-10-11 16:43:03.796975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.798923"], ["updated_at", "2018-10-11 16:43:03.798923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.800541"], ["updated_at", "2018-10-11 16:43:03.800541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.802080"], ["updated_at", "2018-10-11 16:43:03.802080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.803698"], ["updated_at", "2018-10-11 16:43:03.803698"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.805662"], ["updated_at", "2018-10-11 16:43:03.805662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.807500"], ["updated_at", "2018-10-11 16:43:03.807500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.809140"], ["updated_at", "2018-10-11 16:43:03.809140"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.810699"], ["updated_at", "2018-10-11 16:43:03.810699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.812528"], ["updated_at", "2018-10-11 16:43:03.812528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.814261"], ["updated_at", "2018-10-11 16:43:03.814261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.815982"], ["updated_at", "2018-10-11 16:43:03.815982"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.817626"], ["updated_at", "2018-10-11 16:43:03.817626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.819366"], ["updated_at", "2018-10-11 16:43:03.819366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.820911"], ["updated_at", "2018-10-11 16:43:03.820911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.822497"], ["updated_at", "2018-10-11 16:43:03.822497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.824022"], ["updated_at", "2018-10-11 16:43:03.824022"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.825702"], ["updated_at", "2018-10-11 16:43:03.825702"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.827547"], ["updated_at", "2018-10-11 16:43:03.827547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.829261"], ["updated_at", "2018-10-11 16:43:03.829261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.830833"], ["updated_at", "2018-10-11 16:43:03.830833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.832478"], ["updated_at", "2018-10-11 16:43:03.832478"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.834082"], ["updated_at", "2018-10-11 16:43:03.834082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.835906"], ["updated_at", "2018-10-11 16:43:03.835906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.837534"], ["updated_at", "2018-10-11 16:43:03.837534"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.839087"], ["updated_at", "2018-10-11 16:43:03.839087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.840626"], ["updated_at", "2018-10-11 16:43:03.840626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.842227"], ["updated_at", "2018-10-11 16:43:03.842227"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.844049"], ["updated_at", "2018-10-11 16:43:03.844049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.846065"], ["updated_at", "2018-10-11 16:43:03.846065"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.847669"], ["updated_at", "2018-10-11 16:43:03.847669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.849693"], ["updated_at", "2018-10-11 16:43:03.849693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.851296"], ["updated_at", "2018-10-11 16:43:03.851296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.853069"], ["updated_at", "2018-10-11 16:43:03.853069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.854715"], ["updated_at", "2018-10-11 16:43:03.854715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.856319"], ["updated_at", "2018-10-11 16:43:03.856319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.857953"], ["updated_at", "2018-10-11 16:43:03.857953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.859479"], ["updated_at", "2018-10-11 16:43:03.859479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.861096"], ["updated_at", "2018-10-11 16:43:03.861096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.862642"], ["updated_at", "2018-10-11 16:43:03.862642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.864320"], ["updated_at", "2018-10-11 16:43:03.864320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.865955"], ["updated_at", "2018-10-11 16:43:03.865955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.867678"], ["updated_at", "2018-10-11 16:43:03.867678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.869367"], ["updated_at", "2018-10-11 16:43:03.869367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.870934"], ["updated_at", "2018-10-11 16:43:03.870934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.872517"], ["updated_at", "2018-10-11 16:43:03.872517"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.874221"], ["updated_at", "2018-10-11 16:43:03.874221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.875969"], ["updated_at", "2018-10-11 16:43:03.875969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.877692"], ["updated_at", "2018-10-11 16:43:03.877692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.879297"], ["updated_at", "2018-10-11 16:43:03.879297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.880963"], ["updated_at", "2018-10-11 16:43:03.880963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.882576"], ["updated_at", "2018-10-11 16:43:03.882576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.884235"], ["updated_at", "2018-10-11 16:43:03.884235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.885805"], ["updated_at", "2018-10-11 16:43:03.885805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.887353"], ["updated_at", "2018-10-11 16:43:03.887353"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.888941"], ["updated_at", "2018-10-11 16:43:03.888941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.890840"], ["updated_at", "2018-10-11 16:43:03.890840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.892510"], ["updated_at", "2018-10-11 16:43:03.892510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.894061"], ["updated_at", "2018-10-11 16:43:03.894061"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.895591"], ["updated_at", "2018-10-11 16:43:03.895591"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.897682"], ["updated_at", "2018-10-11 16:43:03.897682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.899447"], ["updated_at", "2018-10-11 16:43:03.899447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.901139"], ["updated_at", "2018-10-11 16:43:03.901139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.902682"], ["updated_at", "2018-10-11 16:43:03.902682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.904216"], ["updated_at", "2018-10-11 16:43:03.904216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.905762"], ["updated_at", "2018-10-11 16:43:03.905762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.907297"], ["updated_at", "2018-10-11 16:43:03.907297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.908830"], ["updated_at", "2018-10-11 16:43:03.908830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.910385"], ["updated_at", "2018-10-11 16:43:03.910385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.911885"], ["updated_at", "2018-10-11 16:43:03.911885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.913462"], ["updated_at", "2018-10-11 16:43:03.913462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.915002"], ["updated_at", "2018-10-11 16:43:03.915002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.916555"], ["updated_at", "2018-10-11 16:43:03.916555"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.918289"], ["updated_at", "2018-10-11 16:43:03.918289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.920280"], ["updated_at", "2018-10-11 16:43:03.920280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.922045"], ["updated_at", "2018-10-11 16:43:03.922045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.923625"], ["updated_at", "2018-10-11 16:43:03.923625"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.925224"], ["updated_at", "2018-10-11 16:43:03.925224"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.926784"], ["updated_at", "2018-10-11 16:43:03.926784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.928707"], ["updated_at", "2018-10-11 16:43:03.928707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.930450"], ["updated_at", "2018-10-11 16:43:03.930450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.932106"], ["updated_at", "2018-10-11 16:43:03.932106"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.934307"], ["updated_at", "2018-10-11 16:43:03.934307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.936143"], ["updated_at", "2018-10-11 16:43:03.936143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.937681"], ["updated_at", "2018-10-11 16:43:03.937681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.939221"], ["updated_at", "2018-10-11 16:43:03.939221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.940782"], ["updated_at", "2018-10-11 16:43:03.940782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.942345"], ["updated_at", "2018-10-11 16:43:03.942345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.943972"], ["updated_at", "2018-10-11 16:43:03.943972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.945602"], ["updated_at", "2018-10-11 16:43:03.945602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.947147"], ["updated_at", "2018-10-11 16:43:03.947147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.948713"], ["updated_at", "2018-10-11 16:43:03.948713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.950278"], ["updated_at", "2018-10-11 16:43:03.950278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.951830"], ["updated_at", "2018-10-11 16:43:03.951830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.953356"], ["updated_at", "2018-10-11 16:43:03.953356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.954916"], ["updated_at", "2018-10-11 16:43:03.954916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.956435"], ["updated_at", "2018-10-11 16:43:03.956435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.957977"], ["updated_at", "2018-10-11 16:43:03.957977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.959621"], ["updated_at", "2018-10-11 16:43:03.959621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.961226"], ["updated_at", "2018-10-11 16:43:03.961226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.962804"], ["updated_at", "2018-10-11 16:43:03.962804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.965649"], ["updated_at", "2018-10-11 16:43:03.965649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.967236"], ["updated_at", "2018-10-11 16:43:03.967236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.968800"], ["updated_at", "2018-10-11 16:43:03.968800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.970692"], ["updated_at", "2018-10-11 16:43:03.970692"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.972332"], ["updated_at", "2018-10-11 16:43:03.972332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.974127"], ["updated_at", "2018-10-11 16:43:03.974127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.975712"], ["updated_at", "2018-10-11 16:43:03.975712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.977365"], ["updated_at", "2018-10-11 16:43:03.977365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.978865"], ["updated_at", "2018-10-11 16:43:03.978865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.980450"], ["updated_at", "2018-10-11 16:43:03.980450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.981995"], ["updated_at", "2018-10-11 16:43:03.981995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.983536"], ["updated_at", "2018-10-11 16:43:03.983536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.985052"], ["updated_at", "2018-10-11 16:43:03.985052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.986608"], ["updated_at", "2018-10-11 16:43:03.986608"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.988523"], ["updated_at", "2018-10-11 16:43:03.988523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.990920"], ["updated_at", "2018-10-11 16:43:03.990920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.992554"], ["updated_at", "2018-10-11 16:43:03.992554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.994108"], ["updated_at", "2018-10-11 16:43:03.994108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.995655"], ["updated_at", "2018-10-11 16:43:03.995655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.997392"], ["updated_at", "2018-10-11 16:43:03.997392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:03.999027"], ["updated_at", "2018-10-11 16:43:03.999027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.000632"], ["updated_at", "2018-10-11 16:43:04.000632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.002167"], ["updated_at", "2018-10-11 16:43:04.002167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.003707"], ["updated_at", "2018-10-11 16:43:04.003707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.005297"], ["updated_at", "2018-10-11 16:43:04.005297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.006854"], ["updated_at", "2018-10-11 16:43:04.006854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.008406"], ["updated_at", "2018-10-11 16:43:04.008406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.009961"], ["updated_at", "2018-10-11 16:43:04.009961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.011510"], ["updated_at", "2018-10-11 16:43:04.011510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.013009"], ["updated_at", "2018-10-11 16:43:04.013009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.014551"], ["updated_at", "2018-10-11 16:43:04.014551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.016065"], ["updated_at", "2018-10-11 16:43:04.016065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.017603"], ["updated_at", "2018-10-11 16:43:04.017603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.019127"], ["updated_at", "2018-10-11 16:43:04.019127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.020650"], ["updated_at", "2018-10-11 16:43:04.020650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.022251"], ["updated_at", "2018-10-11 16:43:04.022251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.023854"], ["updated_at", "2018-10-11 16:43:04.023854"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.025382"], ["updated_at", "2018-10-11 16:43:04.025382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.027055"], ["updated_at", "2018-10-11 16:43:04.027055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.028568"], ["updated_at", "2018-10-11 16:43:04.028568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.030094"], ["updated_at", "2018-10-11 16:43:04.030094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.031633"], ["updated_at", "2018-10-11 16:43:04.031633"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.033544"], ["updated_at", "2018-10-11 16:43:04.033544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.035428"], ["updated_at", "2018-10-11 16:43:04.035428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.036970"], ["updated_at", "2018-10-11 16:43:04.036970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.038541"], ["updated_at", "2018-10-11 16:43:04.038541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.040125"], ["updated_at", "2018-10-11 16:43:04.040125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.041824"], ["updated_at", "2018-10-11 16:43:04.041824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.043382"], ["updated_at", "2018-10-11 16:43:04.043382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.044913"], ["updated_at", "2018-10-11 16:43:04.044913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.046492"], ["updated_at", "2018-10-11 16:43:04.046492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.048006"], ["updated_at", "2018-10-11 16:43:04.048006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.049671"], ["updated_at", "2018-10-11 16:43:04.049671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.051303"], ["updated_at", "2018-10-11 16:43:04.051303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.052991"], ["updated_at", "2018-10-11 16:43:04.052991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.054555"], ["updated_at", "2018-10-11 16:43:04.054555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.056129"], ["updated_at", "2018-10-11 16:43:04.056129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.057741"], ["updated_at", "2018-10-11 16:43:04.057741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.059363"], ["updated_at", "2018-10-11 16:43:04.059363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.060947"], ["updated_at", "2018-10-11 16:43:04.060947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.062484"], ["updated_at", "2018-10-11 16:43:04.062484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.064077"], ["updated_at", "2018-10-11 16:43:04.064077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.065552"], ["updated_at", "2018-10-11 16:43:04.065552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.067085"], ["updated_at", "2018-10-11 16:43:04.067085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.068612"], ["updated_at", "2018-10-11 16:43:04.068612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.070143"], ["updated_at", "2018-10-11 16:43:04.070143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.071655"], ["updated_at", "2018-10-11 16:43:04.071655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.073197"], ["updated_at", "2018-10-11 16:43:04.073197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.074754"], ["updated_at", "2018-10-11 16:43:04.074754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.076295"], ["updated_at", "2018-10-11 16:43:04.076295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.077845"], ["updated_at", "2018-10-11 16:43:04.077845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.079409"], ["updated_at", "2018-10-11 16:43:04.079409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.081134"], ["updated_at", "2018-10-11 16:43:04.081134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.082803"], ["updated_at", "2018-10-11 16:43:04.082803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.084371"], ["updated_at", "2018-10-11 16:43:04.084371"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.085895"], ["updated_at", "2018-10-11 16:43:04.085895"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.087807"], ["updated_at", "2018-10-11 16:43:04.087807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.089387"], ["updated_at", "2018-10-11 16:43:04.089387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.090950"], ["updated_at", "2018-10-11 16:43:04.090950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.092542"], ["updated_at", "2018-10-11 16:43:04.092542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.094043"], ["updated_at", "2018-10-11 16:43:04.094043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.095551"], ["updated_at", "2018-10-11 16:43:04.095551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.097055"], ["updated_at", "2018-10-11 16:43:04.097055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.098592"], ["updated_at", "2018-10-11 16:43:04.098592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.100159"], ["updated_at", "2018-10-11 16:43:04.100159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.101691"], ["updated_at", "2018-10-11 16:43:04.101691"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.103226"], ["updated_at", "2018-10-11 16:43:04.103226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.104863"], ["updated_at", "2018-10-11 16:43:04.104863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.106369"], ["updated_at", "2018-10-11 16:43:04.106369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.108034"], ["updated_at", "2018-10-11 16:43:04.108034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.109894"], ["updated_at", "2018-10-11 16:43:04.109894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.111627"], ["updated_at", "2018-10-11 16:43:04.111627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.113255"], ["updated_at", "2018-10-11 16:43:04.113255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.114803"], ["updated_at", "2018-10-11 16:43:04.114803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.116430"], ["updated_at", "2018-10-11 16:43:04.116430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.118014"], ["updated_at", "2018-10-11 16:43:04.118014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.119613"], ["updated_at", "2018-10-11 16:43:04.119613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.121214"], ["updated_at", "2018-10-11 16:43:04.121214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.122734"], ["updated_at", "2018-10-11 16:43:04.122734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.124248"], ["updated_at", "2018-10-11 16:43:04.124248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.125756"], ["updated_at", "2018-10-11 16:43:04.125756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.127268"], ["updated_at", "2018-10-11 16:43:04.127268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.128838"], ["updated_at", "2018-10-11 16:43:04.128838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.130342"], ["updated_at", "2018-10-11 16:43:04.130342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.131866"], ["updated_at", "2018-10-11 16:43:04.131866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.133447"], ["updated_at", "2018-10-11 16:43:04.133447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.135076"], ["updated_at", "2018-10-11 16:43:04.135076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.136657"], ["updated_at", "2018-10-11 16:43:04.136657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.138191"], ["updated_at", "2018-10-11 16:43:04.138191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.139705"], ["updated_at", "2018-10-11 16:43:04.139705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.141199"], ["updated_at", "2018-10-11 16:43:04.141199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.142759"], ["updated_at", "2018-10-11 16:43:04.142759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.144263"], ["updated_at", "2018-10-11 16:43:04.144263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.146055"], ["updated_at", "2018-10-11 16:43:04.146055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.147588"], ["updated_at", "2018-10-11 16:43:04.147588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.149195"], ["updated_at", "2018-10-11 16:43:04.149195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.150716"], ["updated_at", "2018-10-11 16:43:04.150716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.152255"], ["updated_at", "2018-10-11 16:43:04.152255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.153772"], ["updated_at", "2018-10-11 16:43:04.153772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.155304"], ["updated_at", "2018-10-11 16:43:04.155304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.156866"], ["updated_at", "2018-10-11 16:43:04.156866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.158416"], ["updated_at", "2018-10-11 16:43:04.158416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.159941"], ["updated_at", "2018-10-11 16:43:04.159941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.161464"], ["updated_at", "2018-10-11 16:43:04.161464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.162997"], ["updated_at", "2018-10-11 16:43:04.162997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.164504"], ["updated_at", "2018-10-11 16:43:04.164504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.166035"], ["updated_at", "2018-10-11 16:43:04.166035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.167560"], ["updated_at", "2018-10-11 16:43:04.167560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.169067"], ["updated_at", "2018-10-11 16:43:04.169067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.170548"], ["updated_at", "2018-10-11 16:43:04.170548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.172071"], ["updated_at", "2018-10-11 16:43:04.172071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.173751"], ["updated_at", "2018-10-11 16:43:04.173751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.175592"], ["updated_at", "2018-10-11 16:43:04.175592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.177164"], ["updated_at", "2018-10-11 16:43:04.177164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.178663"], ["updated_at", "2018-10-11 16:43:04.178663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.180174"], ["updated_at", "2018-10-11 16:43:04.180174"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.181668"], ["updated_at", "2018-10-11 16:43:04.181668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.183410"], ["updated_at", "2018-10-11 16:43:04.183410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.184969"], ["updated_at", "2018-10-11 16:43:04.184969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.186575"], ["updated_at", "2018-10-11 16:43:04.186575"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.188090"], ["updated_at", "2018-10-11 16:43:04.188090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.190110"], ["updated_at", "2018-10-11 16:43:04.190110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.191733"], ["updated_at", "2018-10-11 16:43:04.191733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.193296"], ["updated_at", "2018-10-11 16:43:04.193296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.194815"], ["updated_at", "2018-10-11 16:43:04.194815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.196381"], ["updated_at", "2018-10-11 16:43:04.196381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.197955"], ["updated_at", "2018-10-11 16:43:04.197955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.199464"], ["updated_at", "2018-10-11 16:43:04.199464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.200992"], ["updated_at", "2018-10-11 16:43:04.200992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.202551"], ["updated_at", "2018-10-11 16:43:04.202551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.204098"], ["updated_at", "2018-10-11 16:43:04.204098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.205643"], ["updated_at", "2018-10-11 16:43:04.205643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.207186"], ["updated_at", "2018-10-11 16:43:04.207186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.208732"], ["updated_at", "2018-10-11 16:43:04.208732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.210281"], ["updated_at", "2018-10-11 16:43:04.210281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.211830"], ["updated_at", "2018-10-11 16:43:04.211830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.213326"], ["updated_at", "2018-10-11 16:43:04.213326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.214844"], ["updated_at", "2018-10-11 16:43:04.214844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.216348"], ["updated_at", "2018-10-11 16:43:04.216348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.218073"], ["updated_at", "2018-10-11 16:43:04.218073"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.219606"], ["updated_at", "2018-10-11 16:43:04.219606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.221464"], ["updated_at", "2018-10-11 16:43:04.221464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.223047"], ["updated_at", "2018-10-11 16:43:04.223047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.224602"], ["updated_at", "2018-10-11 16:43:04.224602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.226167"], ["updated_at", "2018-10-11 16:43:04.226167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.227823"], ["updated_at", "2018-10-11 16:43:04.227823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.229412"], ["updated_at", "2018-10-11 16:43:04.229412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.231012"], ["updated_at", "2018-10-11 16:43:04.231012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.232577"], ["updated_at", "2018-10-11 16:43:04.232577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.234116"], ["updated_at", "2018-10-11 16:43:04.234116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.235681"], ["updated_at", "2018-10-11 16:43:04.235681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.237262"], ["updated_at", "2018-10-11 16:43:04.237262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.238823"], ["updated_at", "2018-10-11 16:43:04.238823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.240481"], ["updated_at", "2018-10-11 16:43:04.240481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.243401"], ["updated_at", "2018-10-11 16:43:04.243401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.244977"], ["updated_at", "2018-10-11 16:43:04.244977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.246481"], ["updated_at", "2018-10-11 16:43:04.246481"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.248063"], ["updated_at", "2018-10-11 16:43:04.248063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.249897"], ["updated_at", "2018-10-11 16:43:04.249897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.251612"], ["updated_at", "2018-10-11 16:43:04.251612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.253194"], ["updated_at", "2018-10-11 16:43:04.253194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.254770"], ["updated_at", "2018-10-11 16:43:04.254770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.256285"], ["updated_at", "2018-10-11 16:43:04.256285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.257788"], ["updated_at", "2018-10-11 16:43:04.257788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.259409"], ["updated_at", "2018-10-11 16:43:04.259409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.260976"], ["updated_at", "2018-10-11 16:43:04.260976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.262460"], ["updated_at", "2018-10-11 16:43:04.262460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.264016"], ["updated_at", "2018-10-11 16:43:04.264016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.265537"], ["updated_at", "2018-10-11 16:43:04.265537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.267137"], ["updated_at", "2018-10-11 16:43:04.267137"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.268644"], ["updated_at", "2018-10-11 16:43:04.268644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.270137"], ["updated_at", "2018-10-11 16:43:04.270137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.271708"], ["updated_at", "2018-10-11 16:43:04.271708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.273252"], ["updated_at", "2018-10-11 16:43:04.273252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.274735"], ["updated_at", "2018-10-11 16:43:04.274735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.276308"], ["updated_at", "2018-10-11 16:43:04.276308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.277843"], ["updated_at", "2018-10-11 16:43:04.277843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.279315"], ["updated_at", "2018-10-11 16:43:04.279315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.280847"], ["updated_at", "2018-10-11 16:43:04.280847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.282374"], ["updated_at", "2018-10-11 16:43:04.282374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.283956"], ["updated_at", "2018-10-11 16:43:04.283956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.285518"], ["updated_at", "2018-10-11 16:43:04.285518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.287083"], ["updated_at", "2018-10-11 16:43:04.287083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.288605"], ["updated_at", "2018-10-11 16:43:04.288605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.290346"], ["updated_at", "2018-10-11 16:43:04.290346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.291945"], ["updated_at", "2018-10-11 16:43:04.291945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.293489"], ["updated_at", "2018-10-11 16:43:04.293489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.295006"], ["updated_at", "2018-10-11 16:43:04.295006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.296542"], ["updated_at", "2018-10-11 16:43:04.296542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.298046"], ["updated_at", "2018-10-11 16:43:04.298046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.299587"], ["updated_at", "2018-10-11 16:43:04.299587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.301091"], ["updated_at", "2018-10-11 16:43:04.301091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.302662"], ["updated_at", "2018-10-11 16:43:04.302662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.304140"], ["updated_at", "2018-10-11 16:43:04.304140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.305651"], ["updated_at", "2018-10-11 16:43:04.305651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.307154"], ["updated_at", "2018-10-11 16:43:04.307154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.308675"], ["updated_at", "2018-10-11 16:43:04.308675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.310164"], ["updated_at", "2018-10-11 16:43:04.310164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.311669"], ["updated_at", "2018-10-11 16:43:04.311669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.313191"], ["updated_at", "2018-10-11 16:43:04.313191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.314732"], ["updated_at", "2018-10-11 16:43:04.314732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.316280"], ["updated_at", "2018-10-11 16:43:04.316280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.317790"], ["updated_at", "2018-10-11 16:43:04.317790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.319392"], ["updated_at", "2018-10-11 16:43:04.319392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.320972"], ["updated_at", "2018-10-11 16:43:04.320972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.322591"], ["updated_at", "2018-10-11 16:43:04.322591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.324161"], ["updated_at", "2018-10-11 16:43:04.324161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.325719"], ["updated_at", "2018-10-11 16:43:04.325719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.327398"], ["updated_at", "2018-10-11 16:43:04.327398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.328965"], ["updated_at", "2018-10-11 16:43:04.328965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.330516"], ["updated_at", "2018-10-11 16:43:04.330516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.332067"], ["updated_at", "2018-10-11 16:43:04.332067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.333605"], ["updated_at", "2018-10-11 16:43:04.333605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.335143"], ["updated_at", "2018-10-11 16:43:04.335143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.336701"], ["updated_at", "2018-10-11 16:43:04.336701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.338246"], ["updated_at", "2018-10-11 16:43:04.338246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.339812"], ["updated_at", "2018-10-11 16:43:04.339812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.341380"], ["updated_at", "2018-10-11 16:43:04.341380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.342922"], ["updated_at", "2018-10-11 16:43:04.342922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.344498"], ["updated_at", "2018-10-11 16:43:04.344498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.346110"], ["updated_at", "2018-10-11 16:43:04.346110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.347626"], ["updated_at", "2018-10-11 16:43:04.347626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.349169"], ["updated_at", "2018-10-11 16:43:04.349169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.350673"], ["updated_at", "2018-10-11 16:43:04.350673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.352167"], ["updated_at", "2018-10-11 16:43:04.352167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.353726"], ["updated_at", "2018-10-11 16:43:04.353726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.355268"], ["updated_at", "2018-10-11 16:43:04.355268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.356803"], ["updated_at", "2018-10-11 16:43:04.356803"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.358326"], ["updated_at", "2018-10-11 16:43:04.358326"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.360638"], ["updated_at", "2018-10-11 16:43:04.360638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.362365"], ["updated_at", "2018-10-11 16:43:04.362365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.363935"], ["updated_at", "2018-10-11 16:43:04.363935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.365515"], ["updated_at", "2018-10-11 16:43:04.365515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.367050"], ["updated_at", "2018-10-11 16:43:04.367050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.368609"], ["updated_at", "2018-10-11 16:43:04.368609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.370202"], ["updated_at", "2018-10-11 16:43:04.370202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.371765"], ["updated_at", "2018-10-11 16:43:04.371765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.373282"], ["updated_at", "2018-10-11 16:43:04.373282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.374829"], ["updated_at", "2018-10-11 16:43:04.374829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.376417"], ["updated_at", "2018-10-11 16:43:04.376417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.377945"], ["updated_at", "2018-10-11 16:43:04.377945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.379446"], ["updated_at", "2018-10-11 16:43:04.379446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.380985"], ["updated_at", "2018-10-11 16:43:04.380985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.382541"], ["updated_at", "2018-10-11 16:43:04.382541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.384059"], ["updated_at", "2018-10-11 16:43:04.384059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.385679"], ["updated_at", "2018-10-11 16:43:04.385679"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.387246"], ["updated_at", "2018-10-11 16:43:04.387246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.389424"], ["updated_at", "2018-10-11 16:43:04.389424"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.391014"], ["updated_at", "2018-10-11 16:43:04.391014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.392749"], ["updated_at", "2018-10-11 16:43:04.392749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.394426"], ["updated_at", "2018-10-11 16:43:04.394426"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.396119"], ["updated_at", "2018-10-11 16:43:04.396119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.398126"], ["updated_at", "2018-10-11 16:43:04.398126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.399687"], ["updated_at", "2018-10-11 16:43:04.399687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.401254"], ["updated_at", "2018-10-11 16:43:04.401254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.402765"], ["updated_at", "2018-10-11 16:43:04.402765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.404482"], ["updated_at", "2018-10-11 16:43:04.404482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.406050"], ["updated_at", "2018-10-11 16:43:04.406050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.407588"], ["updated_at", "2018-10-11 16:43:04.407588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.409175"], ["updated_at", "2018-10-11 16:43:04.409175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.410696"], ["updated_at", "2018-10-11 16:43:04.410696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.412227"], ["updated_at", "2018-10-11 16:43:04.412227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.413724"], ["updated_at", "2018-10-11 16:43:04.413724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.415306"], ["updated_at", "2018-10-11 16:43:04.415306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.416871"], ["updated_at", "2018-10-11 16:43:04.416871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.418375"], ["updated_at", "2018-10-11 16:43:04.418375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.419900"], ["updated_at", "2018-10-11 16:43:04.419900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.421432"], ["updated_at", "2018-10-11 16:43:04.421432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.422980"], ["updated_at", "2018-10-11 16:43:04.422980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.424497"], ["updated_at", "2018-10-11 16:43:04.424497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.426022"], ["updated_at", "2018-10-11 16:43:04.426022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.427559"], ["updated_at", "2018-10-11 16:43:04.427559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.429176"], ["updated_at", "2018-10-11 16:43:04.429176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.430703"], ["updated_at", "2018-10-11 16:43:04.430703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.432227"], ["updated_at", "2018-10-11 16:43:04.432227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.433765"], ["updated_at", "2018-10-11 16:43:04.433765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.435343"], ["updated_at", "2018-10-11 16:43:04.435343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.436867"], ["updated_at", "2018-10-11 16:43:04.436867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.438369"], ["updated_at", "2018-10-11 16:43:04.438369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.439897"], ["updated_at", "2018-10-11 16:43:04.439897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.441647"], ["updated_at", "2018-10-11 16:43:04.441647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.443182"], ["updated_at", "2018-10-11 16:43:04.443182"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.444716"], ["updated_at", "2018-10-11 16:43:04.444716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.446370"], ["updated_at", "2018-10-11 16:43:04.446370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.447921"], ["updated_at", "2018-10-11 16:43:04.447921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.449438"], ["updated_at", "2018-10-11 16:43:04.449438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.451017"], ["updated_at", "2018-10-11 16:43:04.451017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.452575"], ["updated_at", "2018-10-11 16:43:04.452575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.454088"], ["updated_at", "2018-10-11 16:43:04.454088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.455602"], ["updated_at", "2018-10-11 16:43:04.455602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.457112"], ["updated_at", "2018-10-11 16:43:04.457112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.458686"], ["updated_at", "2018-10-11 16:43:04.458686"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.460167"], ["updated_at", "2018-10-11 16:43:04.460167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.462093"], ["updated_at", "2018-10-11 16:43:04.462093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.463650"], ["updated_at", "2018-10-11 16:43:04.463650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.465159"], ["updated_at", "2018-10-11 16:43:04.465159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.466666"], ["updated_at", "2018-10-11 16:43:04.466666"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.468188"], ["updated_at", "2018-10-11 16:43:04.468188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.469920"], ["updated_at", "2018-10-11 16:43:04.469920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.471592"], ["updated_at", "2018-10-11 16:43:04.471592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.473274"], ["updated_at", "2018-10-11 16:43:04.473274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.474830"], ["updated_at", "2018-10-11 16:43:04.474830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.476395"], ["updated_at", "2018-10-11 16:43:04.476395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.477906"], ["updated_at", "2018-10-11 16:43:04.477906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.479464"], ["updated_at", "2018-10-11 16:43:04.479464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.481001"], ["updated_at", "2018-10-11 16:43:04.481001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.482537"], ["updated_at", "2018-10-11 16:43:04.482537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.484057"], ["updated_at", "2018-10-11 16:43:04.484057"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.485558"], ["updated_at", "2018-10-11 16:43:04.485558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.487283"], ["updated_at", "2018-10-11 16:43:04.487283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.488809"], ["updated_at", "2018-10-11 16:43:04.488809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.490324"], ["updated_at", "2018-10-11 16:43:04.490324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.491842"], ["updated_at", "2018-10-11 16:43:04.491842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.493376"], ["updated_at", "2018-10-11 16:43:04.493376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.494903"], ["updated_at", "2018-10-11 16:43:04.494903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.496554"], ["updated_at", "2018-10-11 16:43:04.496554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.498187"], ["updated_at", "2018-10-11 16:43:04.498187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.499783"], ["updated_at", "2018-10-11 16:43:04.499783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.501308"], ["updated_at", "2018-10-11 16:43:04.501308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.502865"], ["updated_at", "2018-10-11 16:43:04.502865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.504437"], ["updated_at", "2018-10-11 16:43:04.504437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.506068"], ["updated_at", "2018-10-11 16:43:04.506068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.507607"], ["updated_at", "2018-10-11 16:43:04.507607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.509149"], ["updated_at", "2018-10-11 16:43:04.509149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.510766"], ["updated_at", "2018-10-11 16:43:04.510766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.512296"], ["updated_at", "2018-10-11 16:43:04.512296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.513844"], ["updated_at", "2018-10-11 16:43:04.513844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.515363"], ["updated_at", "2018-10-11 16:43:04.515363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.518169"], ["updated_at", "2018-10-11 16:43:04.518169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.519761"], ["updated_at", "2018-10-11 16:43:04.519761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.521324"], ["updated_at", "2018-10-11 16:43:04.521324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.522849"], ["updated_at", "2018-10-11 16:43:04.522849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.524389"], ["updated_at", "2018-10-11 16:43:04.524389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.526109"], ["updated_at", "2018-10-11 16:43:04.526109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.527769"], ["updated_at", "2018-10-11 16:43:04.527769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.529356"], ["updated_at", "2018-10-11 16:43:04.529356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.530885"], ["updated_at", "2018-10-11 16:43:04.530885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.532407"], ["updated_at", "2018-10-11 16:43:04.532407"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.533985"], ["updated_at", "2018-10-11 16:43:04.533985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.535687"], ["updated_at", "2018-10-11 16:43:04.535687"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.537260"], ["updated_at", "2018-10-11 16:43:04.537260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.538973"], ["updated_at", "2018-10-11 16:43:04.538973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.540551"], ["updated_at", "2018-10-11 16:43:04.540551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.542146"], ["updated_at", "2018-10-11 16:43:04.542146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.543807"], ["updated_at", "2018-10-11 16:43:04.543807"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.545378"], ["updated_at", "2018-10-11 16:43:04.545378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.547038"], ["updated_at", "2018-10-11 16:43:04.547038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.548620"], ["updated_at", "2018-10-11 16:43:04.548620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.550162"], ["updated_at", "2018-10-11 16:43:04.550162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.551702"], ["updated_at", "2018-10-11 16:43:04.551702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.553260"], ["updated_at", "2018-10-11 16:43:04.553260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.554821"], ["updated_at", "2018-10-11 16:43:04.554821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.556406"], ["updated_at", "2018-10-11 16:43:04.556406"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.557913"], ["updated_at", "2018-10-11 16:43:04.557913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.559448"], ["updated_at", "2018-10-11 16:43:04.559448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.560970"], ["updated_at", "2018-10-11 16:43:04.560970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.562521"], ["updated_at", "2018-10-11 16:43:04.562521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.564014"], ["updated_at", "2018-10-11 16:43:04.564014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.565566"], ["updated_at", "2018-10-11 16:43:04.565566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.567136"], ["updated_at", "2018-10-11 16:43:04.567136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.568658"], ["updated_at", "2018-10-11 16:43:04.568658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.570171"], ["updated_at", "2018-10-11 16:43:04.570171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.571711"], ["updated_at", "2018-10-11 16:43:04.571711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.573310"], ["updated_at", "2018-10-11 16:43:04.573310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.574888"], ["updated_at", "2018-10-11 16:43:04.574888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.576382"], ["updated_at", "2018-10-11 16:43:04.576382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.577947"], ["updated_at", "2018-10-11 16:43:04.577947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.579456"], ["updated_at", "2018-10-11 16:43:04.579456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.581016"], ["updated_at", "2018-10-11 16:43:04.581016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.582556"], ["updated_at", "2018-10-11 16:43:04.582556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.584083"], ["updated_at", "2018-10-11 16:43:04.584083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.585577"], ["updated_at", "2018-10-11 16:43:04.585577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.587069"], ["updated_at", "2018-10-11 16:43:04.587069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.588738"], ["updated_at", "2018-10-11 16:43:04.588738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.590812"], ["updated_at", "2018-10-11 16:43:04.590812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.592519"], ["updated_at", "2018-10-11 16:43:04.592519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.594075"], ["updated_at", "2018-10-11 16:43:04.594075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.595637"], ["updated_at", "2018-10-11 16:43:04.595637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.597205"], ["updated_at", "2018-10-11 16:43:04.597205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.598755"], ["updated_at", "2018-10-11 16:43:04.598755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.600610"], ["updated_at", "2018-10-11 16:43:04.600610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.602311"], ["updated_at", "2018-10-11 16:43:04.602311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.604012"], ["updated_at", "2018-10-11 16:43:04.604012"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.605635"], ["updated_at", "2018-10-11 16:43:04.605635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.607336"], ["updated_at", "2018-10-11 16:43:04.607336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.608928"], ["updated_at", "2018-10-11 16:43:04.608928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.610471"], ["updated_at", "2018-10-11 16:43:04.610471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.611999"], ["updated_at", "2018-10-11 16:43:04.611999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.613643"], ["updated_at", "2018-10-11 16:43:04.613643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.615221"], ["updated_at", "2018-10-11 16:43:04.615221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.616748"], ["updated_at", "2018-10-11 16:43:04.616748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.618303"], ["updated_at", "2018-10-11 16:43:04.618303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.619864"], ["updated_at", "2018-10-11 16:43:04.619864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.621381"], ["updated_at", "2018-10-11 16:43:04.621381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.622904"], ["updated_at", "2018-10-11 16:43:04.622904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.624433"], ["updated_at", "2018-10-11 16:43:04.624433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.625956"], ["updated_at", "2018-10-11 16:43:04.625956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.627461"], ["updated_at", "2018-10-11 16:43:04.627461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.629406"], ["updated_at", "2018-10-11 16:43:04.629406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.631120"], ["updated_at", "2018-10-11 16:43:04.631120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.632759"], ["updated_at", "2018-10-11 16:43:04.632759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.634292"], ["updated_at", "2018-10-11 16:43:04.634292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.635862"], ["updated_at", "2018-10-11 16:43:04.635862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.637414"], ["updated_at", "2018-10-11 16:43:04.637414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.638963"], ["updated_at", "2018-10-11 16:43:04.638963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.640483"], ["updated_at", "2018-10-11 16:43:04.640483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.642033"], ["updated_at", "2018-10-11 16:43:04.642033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.643560"], ["updated_at", "2018-10-11 16:43:04.643560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.645207"], ["updated_at", "2018-10-11 16:43:04.645207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.646753"], ["updated_at", "2018-10-11 16:43:04.646753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.648254"], ["updated_at", "2018-10-11 16:43:04.648254"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.649861"], ["updated_at", "2018-10-11 16:43:04.649861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.651594"], ["updated_at", "2018-10-11 16:43:04.651594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.653237"], ["updated_at", "2018-10-11 16:43:04.653237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.654779"], ["updated_at", "2018-10-11 16:43:04.654779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.656367"], ["updated_at", "2018-10-11 16:43:04.656367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.657885"], ["updated_at", "2018-10-11 16:43:04.657885"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.659517"], ["updated_at", "2018-10-11 16:43:04.659517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.661404"], ["updated_at", "2018-10-11 16:43:04.661404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.663025"], ["updated_at", "2018-10-11 16:43:04.663025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.664559"], ["updated_at", "2018-10-11 16:43:04.664559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.666102"], ["updated_at", "2018-10-11 16:43:04.666102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.667665"], ["updated_at", "2018-10-11 16:43:04.667665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.669220"], ["updated_at", "2018-10-11 16:43:04.669220"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.670826"], ["updated_at", "2018-10-11 16:43:04.670826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.672559"], ["updated_at", "2018-10-11 16:43:04.672559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.674121"], ["updated_at", "2018-10-11 16:43:04.674121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.675639"], ["updated_at", "2018-10-11 16:43:04.675639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.677159"], ["updated_at", "2018-10-11 16:43:04.677159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.678680"], ["updated_at", "2018-10-11 16:43:04.678680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.680228"], ["updated_at", "2018-10-11 16:43:04.680228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.681751"], ["updated_at", "2018-10-11 16:43:04.681751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.683264"], ["updated_at", "2018-10-11 16:43:04.683264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.684833"], ["updated_at", "2018-10-11 16:43:04.684833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.686332"], ["updated_at", "2018-10-11 16:43:04.686332"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.688248"], ["updated_at", "2018-10-11 16:43:04.688248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.690337"], ["updated_at", "2018-10-11 16:43:04.690337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.692096"], ["updated_at", "2018-10-11 16:43:04.692096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.693849"], ["updated_at", "2018-10-11 16:43:04.693849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.695436"], ["updated_at", "2018-10-11 16:43:04.695436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.697027"], ["updated_at", "2018-10-11 16:43:04.697027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.698552"], ["updated_at", "2018-10-11 16:43:04.698552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.700096"], ["updated_at", "2018-10-11 16:43:04.700096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.701649"], ["updated_at", "2018-10-11 16:43:04.701649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.703213"], ["updated_at", "2018-10-11 16:43:04.703213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.704776"], ["updated_at", "2018-10-11 16:43:04.704776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.706295"], ["updated_at", "2018-10-11 16:43:04.706295"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.708028"], ["updated_at", "2018-10-11 16:43:04.708028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.709655"], ["updated_at", "2018-10-11 16:43:04.709655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.711214"], ["updated_at", "2018-10-11 16:43:04.711214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.712795"], ["updated_at", "2018-10-11 16:43:04.712795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.714323"], ["updated_at", "2018-10-11 16:43:04.714323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.715836"], ["updated_at", "2018-10-11 16:43:04.715836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.717423"], ["updated_at", "2018-10-11 16:43:04.717423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.719014"], ["updated_at", "2018-10-11 16:43:04.719014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.720547"], ["updated_at", "2018-10-11 16:43:04.720547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.722077"], ["updated_at", "2018-10-11 16:43:04.722077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.723589"], ["updated_at", "2018-10-11 16:43:04.723589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.725223"], ["updated_at", "2018-10-11 16:43:04.725223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.726753"], ["updated_at", "2018-10-11 16:43:04.726753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.728253"], ["updated_at", "2018-10-11 16:43:04.728253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.729804"], ["updated_at", "2018-10-11 16:43:04.729804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.731333"], ["updated_at", "2018-10-11 16:43:04.731333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.733012"], ["updated_at", "2018-10-11 16:43:04.733012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.734583"], ["updated_at", "2018-10-11 16:43:04.734583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.736157"], ["updated_at", "2018-10-11 16:43:04.736157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.737756"], ["updated_at", "2018-10-11 16:43:04.737756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.739300"], ["updated_at", "2018-10-11 16:43:04.739300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.740830"], ["updated_at", "2018-10-11 16:43:04.740830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.742371"], ["updated_at", "2018-10-11 16:43:04.742371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.743870"], ["updated_at", "2018-10-11 16:43:04.743870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.745342"], ["updated_at", "2018-10-11 16:43:04.745342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.747013"], ["updated_at", "2018-10-11 16:43:04.747013"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.749264"], ["updated_at", "2018-10-11 16:43:04.749264"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.752427"], ["updated_at", "2018-10-11 16:43:04.752427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.754212"], ["updated_at", "2018-10-11 16:43:04.754212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.755865"], ["updated_at", "2018-10-11 16:43:04.755865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.757407"], ["updated_at", "2018-10-11 16:43:04.757407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.758948"], ["updated_at", "2018-10-11 16:43:04.758948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.760483"], ["updated_at", "2018-10-11 16:43:04.760483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.762053"], ["updated_at", "2018-10-11 16:43:04.762053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.763750"], ["updated_at", "2018-10-11 16:43:04.763750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.765374"], ["updated_at", "2018-10-11 16:43:04.765374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.766952"], ["updated_at", "2018-10-11 16:43:04.766952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.768494"], ["updated_at", "2018-10-11 16:43:04.768494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.770223"], ["updated_at", "2018-10-11 16:43:04.770223"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.771801"], ["updated_at", "2018-10-11 16:43:04.771801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.773602"], ["updated_at", "2018-10-11 16:43:04.773602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.775184"], ["updated_at", "2018-10-11 16:43:04.775184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.776999"], ["updated_at", "2018-10-11 16:43:04.776999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.778627"], ["updated_at", "2018-10-11 16:43:04.778627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.780185"], ["updated_at", "2018-10-11 16:43:04.780185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.781883"], ["updated_at", "2018-10-11 16:43:04.781883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.783508"], ["updated_at", "2018-10-11 16:43:04.783508"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.785110"], ["updated_at", "2018-10-11 16:43:04.785110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.786843"], ["updated_at", "2018-10-11 16:43:04.786843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.788447"], ["updated_at", "2018-10-11 16:43:04.788447"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.789992"], ["updated_at", "2018-10-11 16:43:04.789992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.792011"], ["updated_at", "2018-10-11 16:43:04.792011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.793648"], ["updated_at", "2018-10-11 16:43:04.793648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.795252"], ["updated_at", "2018-10-11 16:43:04.795252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.796771"], ["updated_at", "2018-10-11 16:43:04.796771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.799858"], ["updated_at", "2018-10-11 16:43:04.799858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.801495"], ["updated_at", "2018-10-11 16:43:04.801495"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.803016"], ["updated_at", "2018-10-11 16:43:04.803016"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.804761"], ["updated_at", "2018-10-11 16:43:04.804761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.806645"], ["updated_at", "2018-10-11 16:43:04.806645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.808211"], ["updated_at", "2018-10-11 16:43:04.808211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.809757"], ["updated_at", "2018-10-11 16:43:04.809757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.811341"], ["updated_at", "2018-10-11 16:43:04.811341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.813206"], ["updated_at", "2018-10-11 16:43:04.813206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.814935"], ["updated_at", "2018-10-11 16:43:04.814935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.816766"], ["updated_at", "2018-10-11 16:43:04.816766"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.818487"], ["updated_at", "2018-10-11 16:43:04.818487"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.820198"], ["updated_at", "2018-10-11 16:43:04.820198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.821917"], ["updated_at", "2018-10-11 16:43:04.821917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.823503"], ["updated_at", "2018-10-11 16:43:04.823503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.825071"], ["updated_at", "2018-10-11 16:43:04.825071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.826791"], ["updated_at", "2018-10-11 16:43:04.826791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.828497"], ["updated_at", "2018-10-11 16:43:04.828497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.830741"], ["updated_at", "2018-10-11 16:43:04.830741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.832472"], ["updated_at", "2018-10-11 16:43:04.832472"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.834304"], ["updated_at", "2018-10-11 16:43:04.834304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.836087"], ["updated_at", "2018-10-11 16:43:04.836087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.837647"], ["updated_at", "2018-10-11 16:43:04.837647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.839184"], ["updated_at", "2018-10-11 16:43:04.839184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.840830"], ["updated_at", "2018-10-11 16:43:04.840830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.842423"], ["updated_at", "2018-10-11 16:43:04.842423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.844004"], ["updated_at", "2018-10-11 16:43:04.844004"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.845522"], ["updated_at", "2018-10-11 16:43:04.845522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.847519"], ["updated_at", "2018-10-11 16:43:04.847519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.849274"], ["updated_at", "2018-10-11 16:43:04.849274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.851030"], ["updated_at", "2018-10-11 16:43:04.851030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.852694"], ["updated_at", "2018-10-11 16:43:04.852694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.854270"], ["updated_at", "2018-10-11 16:43:04.854270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.855817"], ["updated_at", "2018-10-11 16:43:04.855817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.857347"], ["updated_at", "2018-10-11 16:43:04.857347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.858859"], ["updated_at", "2018-10-11 16:43:04.858859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.860378"], ["updated_at", "2018-10-11 16:43:04.860378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.861865"], ["updated_at", "2018-10-11 16:43:04.861865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.863384"], ["updated_at", "2018-10-11 16:43:04.863384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.865011"], ["updated_at", "2018-10-11 16:43:04.865011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.866551"], ["updated_at", "2018-10-11 16:43:04.866551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.868109"], ["updated_at", "2018-10-11 16:43:04.868109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.869712"], ["updated_at", "2018-10-11 16:43:04.869712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.871216"], ["updated_at", "2018-10-11 16:43:04.871216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.872699"], ["updated_at", "2018-10-11 16:43:04.872699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.874244"], ["updated_at", "2018-10-11 16:43:04.874244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.875794"], ["updated_at", "2018-10-11 16:43:04.875794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.877298"], ["updated_at", "2018-10-11 16:43:04.877298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.878832"], ["updated_at", "2018-10-11 16:43:04.878832"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.880362"], ["updated_at", "2018-10-11 16:43:04.880362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.882057"], ["updated_at", "2018-10-11 16:43:04.882057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.883606"], ["updated_at", "2018-10-11 16:43:04.883606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.885130"], ["updated_at", "2018-10-11 16:43:04.885130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.886712"], ["updated_at", "2018-10-11 16:43:04.886712"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.888527"], ["updated_at", "2018-10-11 16:43:04.888527"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.890166"], ["updated_at", "2018-10-11 16:43:04.890166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.891787"], ["updated_at", "2018-10-11 16:43:04.891787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.893286"], ["updated_at", "2018-10-11 16:43:04.893286"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.894837"], ["updated_at", "2018-10-11 16:43:04.894837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.896308"], ["updated_at", "2018-10-11 16:43:04.896308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.897833"], ["updated_at", "2018-10-11 16:43:04.897833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.899360"], ["updated_at", "2018-10-11 16:43:04.899360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.900870"], ["updated_at", "2018-10-11 16:43:04.900870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.902385"], ["updated_at", "2018-10-11 16:43:04.902385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.903903"], ["updated_at", "2018-10-11 16:43:04.903903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.905454"], ["updated_at", "2018-10-11 16:43:04.905454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.906967"], ["updated_at", "2018-10-11 16:43:04.906967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.908480"], ["updated_at", "2018-10-11 16:43:04.908480"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.910019"], ["updated_at", "2018-10-11 16:43:04.910019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.912157"], ["updated_at", "2018-10-11 16:43:04.912157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.913803"], ["updated_at", "2018-10-11 16:43:04.913803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.915461"], ["updated_at", "2018-10-11 16:43:04.915461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.917234"], ["updated_at", "2018-10-11 16:43:04.917234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.918806"], ["updated_at", "2018-10-11 16:43:04.918806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.920391"], ["updated_at", "2018-10-11 16:43:04.920391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.921954"], ["updated_at", "2018-10-11 16:43:04.921954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.923530"], ["updated_at", "2018-10-11 16:43:04.923530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.925097"], ["updated_at", "2018-10-11 16:43:04.925097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.926659"], ["updated_at", "2018-10-11 16:43:04.926659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.928255"], ["updated_at", "2018-10-11 16:43:04.928255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.929824"], ["updated_at", "2018-10-11 16:43:04.929824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.931369"], ["updated_at", "2018-10-11 16:43:04.931369"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.932888"], ["updated_at", "2018-10-11 16:43:04.932888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.935334"], ["updated_at", "2018-10-11 16:43:04.935334"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.937079"], ["updated_at", "2018-10-11 16:43:04.937079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.939474"], ["updated_at", "2018-10-11 16:43:04.939474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.941364"], ["updated_at", "2018-10-11 16:43:04.941364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.942934"], ["updated_at", "2018-10-11 16:43:04.942934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.944522"], ["updated_at", "2018-10-11 16:43:04.944522"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.946476"], ["updated_at", "2018-10-11 16:43:04.946476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.948232"], ["updated_at", "2018-10-11 16:43:04.948232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.949848"], ["updated_at", "2018-10-11 16:43:04.949848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.951377"], ["updated_at", "2018-10-11 16:43:04.951377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.952905"], ["updated_at", "2018-10-11 16:43:04.952905"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.954896"], ["updated_at", "2018-10-11 16:43:04.954896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.956654"], ["updated_at", "2018-10-11 16:43:04.956654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.958252"], ["updated_at", "2018-10-11 16:43:04.958252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.959800"], ["updated_at", "2018-10-11 16:43:04.959800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.961387"], ["updated_at", "2018-10-11 16:43:04.961387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.963141"], ["updated_at", "2018-10-11 16:43:04.963141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.964725"], ["updated_at", "2018-10-11 16:43:04.964725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.966242"], ["updated_at", "2018-10-11 16:43:04.966242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.967846"], ["updated_at", "2018-10-11 16:43:04.967846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.969439"], ["updated_at", "2018-10-11 16:43:04.969439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.971104"], ["updated_at", "2018-10-11 16:43:04.971104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.972722"], ["updated_at", "2018-10-11 16:43:04.972722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.974296"], ["updated_at", "2018-10-11 16:43:04.974296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.975861"], ["updated_at", "2018-10-11 16:43:04.975861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.977451"], ["updated_at", "2018-10-11 16:43:04.977451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.979277"], ["updated_at", "2018-10-11 16:43:04.979277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.980894"], ["updated_at", "2018-10-11 16:43:04.980894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.982417"], ["updated_at", "2018-10-11 16:43:04.982417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.984031"], ["updated_at", "2018-10-11 16:43:04.984031"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.985595"], ["updated_at", "2018-10-11 16:43:04.985595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.987523"], ["updated_at", "2018-10-11 16:43:04.987523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.989165"], ["updated_at", "2018-10-11 16:43:04.989165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.990710"], ["updated_at", "2018-10-11 16:43:04.990710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.992293"], ["updated_at", "2018-10-11 16:43:04.992293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.994025"], ["updated_at", "2018-10-11 16:43:04.994025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.995601"], ["updated_at", "2018-10-11 16:43:04.995601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.997137"], ["updated_at", "2018-10-11 16:43:04.997137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:04.998697"], ["updated_at", "2018-10-11 16:43:04.998697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.000246"], ["updated_at", "2018-10-11 16:43:05.000246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.001799"], ["updated_at", "2018-10-11 16:43:05.001799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.003340"], ["updated_at", "2018-10-11 16:43:05.003340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.004850"], ["updated_at", "2018-10-11 16:43:05.004850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.006704"], ["updated_at", "2018-10-11 16:43:05.006704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.008295"], ["updated_at", "2018-10-11 16:43:05.008295"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.009854"], ["updated_at", "2018-10-11 16:43:05.009854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.011845"], ["updated_at", "2018-10-11 16:43:05.011845"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.013509"], ["updated_at", "2018-10-11 16:43:05.013509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.015262"], ["updated_at", "2018-10-11 16:43:05.015262"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.016810"], ["updated_at", "2018-10-11 16:43:05.016810"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.019169"], ["updated_at", "2018-10-11 16:43:05.019169"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.021750"], ["updated_at", "2018-10-11 16:43:05.021750"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.024403"], ["updated_at", "2018-10-11 16:43:05.024403"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.026805"], ["updated_at", "2018-10-11 16:43:05.026805"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.029761"], ["updated_at", "2018-10-11 16:43:05.029761"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.034418"], ["updated_at", "2018-10-11 16:43:05.034418"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.037599"], ["updated_at", "2018-10-11 16:43:05.037599"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.040137"], ["updated_at", "2018-10-11 16:43:05.040137"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.043218"], ["updated_at", "2018-10-11 16:43:05.043218"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.056762"], ["updated_at", "2018-10-11 16:43:05.056762"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.059964"], ["updated_at", "2018-10-11 16:43:05.059964"], ["parent_id", 39895952907]] Kithe::Work Create (3.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.064048"], ["updated_at", "2018-10-11 16:43:05.064048"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.081466"], ["updated_at", "2018-10-11 16:43:05.081466"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.086342"], ["updated_at", "2018-10-11 16:43:05.086342"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.089757"], ["updated_at", "2018-10-11 16:43:05.089757"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.092185"], ["updated_at", "2018-10-11 16:43:05.092185"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.095300"], ["updated_at", "2018-10-11 16:43:05.095300"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.098076"], ["updated_at", "2018-10-11 16:43:05.098076"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.148103"], ["updated_at", "2018-10-11 16:43:05.148103"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.152704"], ["updated_at", "2018-10-11 16:43:05.152704"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.160288"], ["updated_at", "2018-10-11 16:43:05.160288"], ["parent_id", 39895952907]] Kithe::Work Create (4.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.168079"], ["updated_at", "2018-10-11 16:43:05.168079"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.178315"], ["updated_at", "2018-10-11 16:43:05.178315"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.186932"], ["updated_at", "2018-10-11 16:43:05.186932"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.191297"], ["updated_at", "2018-10-11 16:43:05.191297"], ["parent_id", 39895952907]] Kithe::Work Create (3.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.197284"], ["updated_at", "2018-10-11 16:43:05.197284"], ["parent_id", 39895952907]] Kithe::Work Create (3.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.205540"], ["updated_at", "2018-10-11 16:43:05.205540"], ["parent_id", 39895952907]] Kithe::Work Create (19.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.214828"], ["updated_at", "2018-10-11 16:43:05.214828"], ["parent_id", 39895952907]] Kithe::Work Create (2.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.239506"], ["updated_at", "2018-10-11 16:43:05.239506"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.251519"], ["updated_at", "2018-10-11 16:43:05.251519"], ["parent_id", 39895952907]] Kithe::Work Create (9.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.254591"], ["updated_at", "2018-10-11 16:43:05.254591"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.265623"], ["updated_at", "2018-10-11 16:43:05.265623"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.267988"], ["updated_at", "2018-10-11 16:43:05.267988"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.270377"], ["updated_at", "2018-10-11 16:43:05.270377"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.272716"], ["updated_at", "2018-10-11 16:43:05.272716"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.275230"], ["updated_at", "2018-10-11 16:43:05.275230"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.277899"], ["updated_at", "2018-10-11 16:43:05.277899"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.280406"], ["updated_at", "2018-10-11 16:43:05.280406"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.282807"], ["updated_at", "2018-10-11 16:43:05.282807"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.285440"], ["updated_at", "2018-10-11 16:43:05.285440"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.287568"], ["updated_at", "2018-10-11 16:43:05.287568"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.292257"], ["updated_at", "2018-10-11 16:43:05.292257"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.295206"], ["updated_at", "2018-10-11 16:43:05.295206"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.297830"], ["updated_at", "2018-10-11 16:43:05.297830"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.300149"], ["updated_at", "2018-10-11 16:43:05.300149"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.303563"], ["updated_at", "2018-10-11 16:43:05.303563"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.306566"], ["updated_at", "2018-10-11 16:43:05.306566"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.309981"], ["updated_at", "2018-10-11 16:43:05.309981"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.312611"], ["updated_at", "2018-10-11 16:43:05.312611"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.317229"], ["updated_at", "2018-10-11 16:43:05.317229"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.322671"], ["updated_at", "2018-10-11 16:43:05.322671"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.329430"], ["updated_at", "2018-10-11 16:43:05.329430"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.332201"], ["updated_at", "2018-10-11 16:43:05.332201"], ["parent_id", 39895952907]] Kithe::Work Create (11.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.336677"], ["updated_at", "2018-10-11 16:43:05.336677"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.420392"], ["updated_at", "2018-10-11 16:43:05.420392"], ["parent_id", 39895952907]] Kithe::Work Create (9.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.422973"], ["updated_at", "2018-10-11 16:43:05.422973"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.434477"], ["updated_at", "2018-10-11 16:43:05.434477"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.455163"], ["updated_at", "2018-10-11 16:43:05.455163"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.459451"], ["updated_at", "2018-10-11 16:43:05.459451"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.464330"], ["updated_at", "2018-10-11 16:43:05.464330"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.468146"], ["updated_at", "2018-10-11 16:43:05.468146"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.471886"], ["updated_at", "2018-10-11 16:43:05.471886"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.476477"], ["updated_at", "2018-10-11 16:43:05.476477"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.487994"], ["updated_at", "2018-10-11 16:43:05.487994"], ["parent_id", 39895952907]] Kithe::Work Create (3.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.493042"], ["updated_at", "2018-10-11 16:43:05.493042"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.498440"], ["updated_at", "2018-10-11 16:43:05.498440"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.501092"], ["updated_at", "2018-10-11 16:43:05.501092"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.503836"], ["updated_at", "2018-10-11 16:43:05.503836"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.507312"], ["updated_at", "2018-10-11 16:43:05.507312"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.511299"], ["updated_at", "2018-10-11 16:43:05.511299"], ["parent_id", 39895952907]] Kithe::Work Create (3.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.513980"], ["updated_at", "2018-10-11 16:43:05.513980"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.519121"], ["updated_at", "2018-10-11 16:43:05.519121"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.522705"], ["updated_at", "2018-10-11 16:43:05.522705"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.525489"], ["updated_at", "2018-10-11 16:43:05.525489"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.528095"], ["updated_at", "2018-10-11 16:43:05.528095"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.530168"], ["updated_at", "2018-10-11 16:43:05.530168"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.532241"], ["updated_at", "2018-10-11 16:43:05.532241"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.535210"], ["updated_at", "2018-10-11 16:43:05.535210"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.538536"], ["updated_at", "2018-10-11 16:43:05.538536"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.542112"], ["updated_at", "2018-10-11 16:43:05.542112"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.546812"], ["updated_at", "2018-10-11 16:43:05.546812"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.550846"], ["updated_at", "2018-10-11 16:43:05.550846"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.555644"], ["updated_at", "2018-10-11 16:43:05.555644"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.560504"], ["updated_at", "2018-10-11 16:43:05.560504"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.564936"], ["updated_at", "2018-10-11 16:43:05.564936"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.567045"], ["updated_at", "2018-10-11 16:43:05.567045"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.569597"], ["updated_at", "2018-10-11 16:43:05.569597"], ["parent_id", 39895952907]] Kithe::Work Create (5.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.573770"], ["updated_at", "2018-10-11 16:43:05.573770"], ["parent_id", 39895952907]] Kithe::Work Create (3.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.582202"], ["updated_at", "2018-10-11 16:43:05.582202"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.588708"], ["updated_at", "2018-10-11 16:43:05.588708"], ["parent_id", 39895952907]] Kithe::Work Create (7.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.593116"], ["updated_at", "2018-10-11 16:43:05.593116"], ["parent_id", 39895952907]] Kithe::Work Create (8.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.602644"], ["updated_at", "2018-10-11 16:43:05.602644"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.616477"], ["updated_at", "2018-10-11 16:43:05.616477"], ["parent_id", 39895952907]] Kithe::Work Create (6.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.619651"], ["updated_at", "2018-10-11 16:43:05.619651"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.628066"], ["updated_at", "2018-10-11 16:43:05.628066"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.633095"], ["updated_at", "2018-10-11 16:43:05.633095"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.637588"], ["updated_at", "2018-10-11 16:43:05.637588"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.640641"], ["updated_at", "2018-10-11 16:43:05.640641"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.643146"], ["updated_at", "2018-10-11 16:43:05.643146"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.648962"], ["updated_at", "2018-10-11 16:43:05.648962"], ["parent_id", 39895952907]] Kithe::Work Create (3.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.653302"], ["updated_at", "2018-10-11 16:43:05.653302"], ["parent_id", 39895952907]] Kithe::Work Create (4.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.658082"], ["updated_at", "2018-10-11 16:43:05.658082"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.664673"], ["updated_at", "2018-10-11 16:43:05.664673"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.667163"], ["updated_at", "2018-10-11 16:43:05.667163"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.669584"], ["updated_at", "2018-10-11 16:43:05.669584"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.672540"], ["updated_at", "2018-10-11 16:43:05.672540"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.675304"], ["updated_at", "2018-10-11 16:43:05.675304"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.678575"], ["updated_at", "2018-10-11 16:43:05.678575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.685485"], ["updated_at", "2018-10-11 16:43:05.685485"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.689869"], ["updated_at", "2018-10-11 16:43:05.689869"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.695182"], ["updated_at", "2018-10-11 16:43:05.695182"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.699230"], ["updated_at", "2018-10-11 16:43:05.699230"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.703702"], ["updated_at", "2018-10-11 16:43:05.703702"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.710788"], ["updated_at", "2018-10-11 16:43:05.710788"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.714294"], ["updated_at", "2018-10-11 16:43:05.714294"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.718774"], ["updated_at", "2018-10-11 16:43:05.718774"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.724048"], ["updated_at", "2018-10-11 16:43:05.724048"], ["parent_id", 39895952907]] Kithe::Work Create (3.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.727744"], ["updated_at", "2018-10-11 16:43:05.727744"], ["parent_id", 39895952907]] Kithe::Work Create (36.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.733939"], ["updated_at", "2018-10-11 16:43:05.733939"], ["parent_id", 39895952907]] Kithe::Work Create (3.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.772453"], ["updated_at", "2018-10-11 16:43:05.772453"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.802972"], ["updated_at", "2018-10-11 16:43:05.802972"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.806232"], ["updated_at", "2018-10-11 16:43:05.806232"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.810735"], ["updated_at", "2018-10-11 16:43:05.810735"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.815559"], ["updated_at", "2018-10-11 16:43:05.815559"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.819110"], ["updated_at", "2018-10-11 16:43:05.819110"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.821932"], ["updated_at", "2018-10-11 16:43:05.821932"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.849156"], ["updated_at", "2018-10-11 16:43:05.849156"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.853306"], ["updated_at", "2018-10-11 16:43:05.853306"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.856077"], ["updated_at", "2018-10-11 16:43:05.856077"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.858638"], ["updated_at", "2018-10-11 16:43:05.858638"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.861744"], ["updated_at", "2018-10-11 16:43:05.861744"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.863828"], ["updated_at", "2018-10-11 16:43:05.863828"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.866149"], ["updated_at", "2018-10-11 16:43:05.866149"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.868546"], ["updated_at", "2018-10-11 16:43:05.868546"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.871618"], ["updated_at", "2018-10-11 16:43:05.871618"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.874648"], ["updated_at", "2018-10-11 16:43:05.874648"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.880390"], ["updated_at", "2018-10-11 16:43:05.880390"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.884638"], ["updated_at", "2018-10-11 16:43:05.884638"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.887630"], ["updated_at", "2018-10-11 16:43:05.887630"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.890773"], ["updated_at", "2018-10-11 16:43:05.890773"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.894559"], ["updated_at", "2018-10-11 16:43:05.894559"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.897627"], ["updated_at", "2018-10-11 16:43:05.897627"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.900532"], ["updated_at", "2018-10-11 16:43:05.900532"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.903493"], ["updated_at", "2018-10-11 16:43:05.903493"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.905991"], ["updated_at", "2018-10-11 16:43:05.905991"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.908457"], ["updated_at", "2018-10-11 16:43:05.908457"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.911378"], ["updated_at", "2018-10-11 16:43:05.911378"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.914892"], ["updated_at", "2018-10-11 16:43:05.914892"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.916898"], ["updated_at", "2018-10-11 16:43:05.916898"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.919045"], ["updated_at", "2018-10-11 16:43:05.919045"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.920958"], ["updated_at", "2018-10-11 16:43:05.920958"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.923603"], ["updated_at", "2018-10-11 16:43:05.923603"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.926503"], ["updated_at", "2018-10-11 16:43:05.926503"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.931063"], ["updated_at", "2018-10-11 16:43:05.931063"], ["parent_id", 39895952907]] Kithe::Work Create (14.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.934541"], ["updated_at", "2018-10-11 16:43:05.934541"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.951288"], ["updated_at", "2018-10-11 16:43:05.951288"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.954098"], ["updated_at", "2018-10-11 16:43:05.954098"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.958880"], ["updated_at", "2018-10-11 16:43:05.958880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.963991"], ["updated_at", "2018-10-11 16:43:05.963991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.965806"], ["updated_at", "2018-10-11 16:43:05.965806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.967394"], ["updated_at", "2018-10-11 16:43:05.967394"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.968946"], ["updated_at", "2018-10-11 16:43:05.968946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.970662"], ["updated_at", "2018-10-11 16:43:05.970662"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.972394"], ["updated_at", "2018-10-11 16:43:05.972394"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.974962"], ["updated_at", "2018-10-11 16:43:05.974962"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.978129"], ["updated_at", "2018-10-11 16:43:05.978129"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.981742"], ["updated_at", "2018-10-11 16:43:05.981742"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.983924"], ["updated_at", "2018-10-11 16:43:05.983924"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.985620"], ["updated_at", "2018-10-11 16:43:05.985620"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.988861"], ["updated_at", "2018-10-11 16:43:05.988861"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.991602"], ["updated_at", "2018-10-11 16:43:05.991602"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.993582"], ["updated_at", "2018-10-11 16:43:05.993582"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.996473"], ["updated_at", "2018-10-11 16:43:05.996473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:05.999341"], ["updated_at", "2018-10-11 16:43:05.999341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.001005"], ["updated_at", "2018-10-11 16:43:06.001005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.003023"], ["updated_at", "2018-10-11 16:43:06.003023"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.005118"], ["updated_at", "2018-10-11 16:43:06.005118"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.008715"], ["updated_at", "2018-10-11 16:43:06.008715"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.012121"], ["updated_at", "2018-10-11 16:43:06.012121"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.015471"], ["updated_at", "2018-10-11 16:43:06.015471"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.018676"], ["updated_at", "2018-10-11 16:43:06.018676"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.026744"], ["updated_at", "2018-10-11 16:43:06.026744"], ["parent_id", 39895952907]] Kithe::Work Create (11.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.032617"], ["updated_at", "2018-10-11 16:43:06.032617"], ["parent_id", 39895952907]] Kithe::Work Create (3.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.047834"], ["updated_at", "2018-10-11 16:43:06.047834"], ["parent_id", 39895952907]] Kithe::Work Create (4.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.053463"], ["updated_at", "2018-10-11 16:43:06.053463"], ["parent_id", 39895952907]] Kithe::Work Create (25.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.061355"], ["updated_at", "2018-10-11 16:43:06.061355"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.093029"], ["updated_at", "2018-10-11 16:43:06.093029"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.096091"], ["updated_at", "2018-10-11 16:43:06.096091"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.102125"], ["updated_at", "2018-10-11 16:43:06.102125"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.110654"], ["updated_at", "2018-10-11 16:43:06.110654"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.114070"], ["updated_at", "2018-10-11 16:43:06.114070"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.117270"], ["updated_at", "2018-10-11 16:43:06.117270"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.119680"], ["updated_at", "2018-10-11 16:43:06.119680"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.121887"], ["updated_at", "2018-10-11 16:43:06.121887"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.124297"], ["updated_at", "2018-10-11 16:43:06.124297"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.126783"], ["updated_at", "2018-10-11 16:43:06.126783"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.130214"], ["updated_at", "2018-10-11 16:43:06.130214"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.134038"], ["updated_at", "2018-10-11 16:43:06.134038"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.137070"], ["updated_at", "2018-10-11 16:43:06.137070"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.141576"], ["updated_at", "2018-10-11 16:43:06.141576"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.145046"], ["updated_at", "2018-10-11 16:43:06.145046"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.147471"], ["updated_at", "2018-10-11 16:43:06.147471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.149227"], ["updated_at", "2018-10-11 16:43:06.149227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.150809"], ["updated_at", "2018-10-11 16:43:06.150809"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.153228"], ["updated_at", "2018-10-11 16:43:06.153228"], ["parent_id", 39895952907]] Kithe::Work Create (3.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.156654"], ["updated_at", "2018-10-11 16:43:06.156654"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.162122"], ["updated_at", "2018-10-11 16:43:06.162122"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.165593"], ["updated_at", "2018-10-11 16:43:06.165593"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.171071"], ["updated_at", "2018-10-11 16:43:06.171071"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.173975"], ["updated_at", "2018-10-11 16:43:06.173975"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.176597"], ["updated_at", "2018-10-11 16:43:06.176597"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.181227"], ["updated_at", "2018-10-11 16:43:06.181227"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.183858"], ["updated_at", "2018-10-11 16:43:06.183858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.186613"], ["updated_at", "2018-10-11 16:43:06.186613"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.193114"], ["updated_at", "2018-10-11 16:43:06.193114"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.195869"], ["updated_at", "2018-10-11 16:43:06.195869"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.198773"], ["updated_at", "2018-10-11 16:43:06.198773"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.201039"], ["updated_at", "2018-10-11 16:43:06.201039"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.203328"], ["updated_at", "2018-10-11 16:43:06.203328"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.206761"], ["updated_at", "2018-10-11 16:43:06.206761"], ["parent_id", 39895952907]] Kithe::Work Create (3.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.210608"], ["updated_at", "2018-10-11 16:43:06.210608"], ["parent_id", 39895952907]] Kithe::Work Create (13.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.217843"], ["updated_at", "2018-10-11 16:43:06.217843"], ["parent_id", 39895952907]] Kithe::Work Create (8.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.234116"], ["updated_at", "2018-10-11 16:43:06.234116"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.248925"], ["updated_at", "2018-10-11 16:43:06.248925"], ["parent_id", 39895952907]] Kithe::Work Create (6.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.253061"], ["updated_at", "2018-10-11 16:43:06.253061"], ["parent_id", 39895952907]] Kithe::Work Create (11.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.261763"], ["updated_at", "2018-10-11 16:43:06.261763"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.304335"], ["updated_at", "2018-10-11 16:43:06.304335"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.313393"], ["updated_at", "2018-10-11 16:43:06.313393"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.317998"], ["updated_at", "2018-10-11 16:43:06.317998"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.320783"], ["updated_at", "2018-10-11 16:43:06.320783"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.330680"], ["updated_at", "2018-10-11 16:43:06.330680"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.336721"], ["updated_at", "2018-10-11 16:43:06.336721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.339547"], ["updated_at", "2018-10-11 16:43:06.339547"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.341349"], ["updated_at", "2018-10-11 16:43:06.341349"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.343896"], ["updated_at", "2018-10-11 16:43:06.343896"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.346187"], ["updated_at", "2018-10-11 16:43:06.346187"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.348949"], ["updated_at", "2018-10-11 16:43:06.348949"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.351616"], ["updated_at", "2018-10-11 16:43:06.351616"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.355204"], ["updated_at", "2018-10-11 16:43:06.355204"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.358648"], ["updated_at", "2018-10-11 16:43:06.358648"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.362533"], ["updated_at", "2018-10-11 16:43:06.362533"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.367394"], ["updated_at", "2018-10-11 16:43:06.367394"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.370651"], ["updated_at", "2018-10-11 16:43:06.370651"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.374320"], ["updated_at", "2018-10-11 16:43:06.374320"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.378793"], ["updated_at", "2018-10-11 16:43:06.378793"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.383152"], ["updated_at", "2018-10-11 16:43:06.383152"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.387264"], ["updated_at", "2018-10-11 16:43:06.387264"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.391203"], ["updated_at", "2018-10-11 16:43:06.391203"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.396818"], ["updated_at", "2018-10-11 16:43:06.396818"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.401343"], ["updated_at", "2018-10-11 16:43:06.401343"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.404740"], ["updated_at", "2018-10-11 16:43:06.404740"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.407927"], ["updated_at", "2018-10-11 16:43:06.407927"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.410305"], ["updated_at", "2018-10-11 16:43:06.410305"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.412595"], ["updated_at", "2018-10-11 16:43:06.412595"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.415319"], ["updated_at", "2018-10-11 16:43:06.415319"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.418362"], ["updated_at", "2018-10-11 16:43:06.418362"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.420354"], ["updated_at", "2018-10-11 16:43:06.420354"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.422456"], ["updated_at", "2018-10-11 16:43:06.422456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.425158"], ["updated_at", "2018-10-11 16:43:06.425158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.426922"], ["updated_at", "2018-10-11 16:43:06.426922"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.428731"], ["updated_at", "2018-10-11 16:43:06.428731"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.431600"], ["updated_at", "2018-10-11 16:43:06.431600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.434383"], ["updated_at", "2018-10-11 16:43:06.434383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.436388"], ["updated_at", "2018-10-11 16:43:06.436388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.438033"], ["updated_at", "2018-10-11 16:43:06.438033"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.440675"], ["updated_at", "2018-10-11 16:43:06.440675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.442787"], ["updated_at", "2018-10-11 16:43:06.442787"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.444536"], ["updated_at", "2018-10-11 16:43:06.444536"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.447121"], ["updated_at", "2018-10-11 16:43:06.447121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.450405"], ["updated_at", "2018-10-11 16:43:06.450405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.452067"], ["updated_at", "2018-10-11 16:43:06.452067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.453688"], ["updated_at", "2018-10-11 16:43:06.453688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.455304"], ["updated_at", "2018-10-11 16:43:06.455304"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.457515"], ["updated_at", "2018-10-11 16:43:06.457515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.459485"], ["updated_at", "2018-10-11 16:43:06.459485"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.461701"], ["updated_at", "2018-10-11 16:43:06.461701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.466634"], ["updated_at", "2018-10-11 16:43:06.466634"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.469039"], ["updated_at", "2018-10-11 16:43:06.469039"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.470962"], ["updated_at", "2018-10-11 16:43:06.470962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.473873"], ["updated_at", "2018-10-11 16:43:06.473873"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.476238"], ["updated_at", "2018-10-11 16:43:06.476238"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.478779"], ["updated_at", "2018-10-11 16:43:06.478779"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.482888"], ["updated_at", "2018-10-11 16:43:06.482888"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.485372"], ["updated_at", "2018-10-11 16:43:06.485372"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.487579"], ["updated_at", "2018-10-11 16:43:06.487579"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.489766"], ["updated_at", "2018-10-11 16:43:06.489766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.491896"], ["updated_at", "2018-10-11 16:43:06.491896"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.493584"], ["updated_at", "2018-10-11 16:43:06.493584"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.496099"], ["updated_at", "2018-10-11 16:43:06.496099"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.498534"], ["updated_at", "2018-10-11 16:43:06.498534"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.501424"], ["updated_at", "2018-10-11 16:43:06.501424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.503539"], ["updated_at", "2018-10-11 16:43:06.503539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.505095"], ["updated_at", "2018-10-11 16:43:06.505095"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.506866"], ["updated_at", "2018-10-11 16:43:06.506866"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.509182"], ["updated_at", "2018-10-11 16:43:06.509182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.511128"], ["updated_at", "2018-10-11 16:43:06.511128"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.512935"], ["updated_at", "2018-10-11 16:43:06.512935"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.515356"], ["updated_at", "2018-10-11 16:43:06.515356"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.518242"], ["updated_at", "2018-10-11 16:43:06.518242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.519987"], ["updated_at", "2018-10-11 16:43:06.519987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.521813"], ["updated_at", "2018-10-11 16:43:06.521813"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.524329"], ["updated_at", "2018-10-11 16:43:06.524329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.526275"], ["updated_at", "2018-10-11 16:43:06.526275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.528347"], ["updated_at", "2018-10-11 16:43:06.528347"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.530642"], ["updated_at", "2018-10-11 16:43:06.530642"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.534044"], ["updated_at", "2018-10-11 16:43:06.534044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.535796"], ["updated_at", "2018-10-11 16:43:06.535796"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.537417"], ["updated_at", "2018-10-11 16:43:06.537417"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.539505"], ["updated_at", "2018-10-11 16:43:06.539505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.541625"], ["updated_at", "2018-10-11 16:43:06.541625"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.543228"], ["updated_at", "2018-10-11 16:43:06.543228"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.545106"], ["updated_at", "2018-10-11 16:43:06.545106"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.547397"], ["updated_at", "2018-10-11 16:43:06.547397"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.550619"], ["updated_at", "2018-10-11 16:43:06.550619"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.552630"], ["updated_at", "2018-10-11 16:43:06.552630"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.554428"], ["updated_at", "2018-10-11 16:43:06.554428"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.556498"], ["updated_at", "2018-10-11 16:43:06.556498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.558567"], ["updated_at", "2018-10-11 16:43:06.558567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.560336"], ["updated_at", "2018-10-11 16:43:06.560336"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.562046"], ["updated_at", "2018-10-11 16:43:06.562046"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.564517"], ["updated_at", "2018-10-11 16:43:06.564517"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.567779"], ["updated_at", "2018-10-11 16:43:06.567779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.569744"], ["updated_at", "2018-10-11 16:43:06.569744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.571328"], ["updated_at", "2018-10-11 16:43:06.571328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.573248"], ["updated_at", "2018-10-11 16:43:06.573248"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.575605"], ["updated_at", "2018-10-11 16:43:06.575605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.577297"], ["updated_at", "2018-10-11 16:43:06.577297"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.579317"], ["updated_at", "2018-10-11 16:43:06.579317"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.581636"], ["updated_at", "2018-10-11 16:43:06.581636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.583959"], ["updated_at", "2018-10-11 16:43:06.583959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.586162"], ["updated_at", "2018-10-11 16:43:06.586162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.587898"], ["updated_at", "2018-10-11 16:43:06.587898"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.590036"], ["updated_at", "2018-10-11 16:43:06.590036"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.594646"], ["updated_at", "2018-10-11 16:43:06.594646"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.598104"], ["updated_at", "2018-10-11 16:43:06.598104"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.600618"], ["updated_at", "2018-10-11 16:43:06.600618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.602745"], ["updated_at", "2018-10-11 16:43:06.602745"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.605036"], ["updated_at", "2018-10-11 16:43:06.605036"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.608513"], ["updated_at", "2018-10-11 16:43:06.608513"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.611544"], ["updated_at", "2018-10-11 16:43:06.611544"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.614788"], ["updated_at", "2018-10-11 16:43:06.614788"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.617704"], ["updated_at", "2018-10-11 16:43:06.617704"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.619737"], ["updated_at", "2018-10-11 16:43:06.619737"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.621816"], ["updated_at", "2018-10-11 16:43:06.621816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.624422"], ["updated_at", "2018-10-11 16:43:06.624422"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.626119"], ["updated_at", "2018-10-11 16:43:06.626119"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.628435"], ["updated_at", "2018-10-11 16:43:06.628435"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.632286"], ["updated_at", "2018-10-11 16:43:06.632286"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.637997"], ["updated_at", "2018-10-11 16:43:06.637997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.641546"], ["updated_at", "2018-10-11 16:43:06.641546"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.643265"], ["updated_at", "2018-10-11 16:43:06.643265"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.654553"], ["updated_at", "2018-10-11 16:43:06.654553"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.659311"], ["updated_at", "2018-10-11 16:43:06.659311"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.661869"], ["updated_at", "2018-10-11 16:43:06.661869"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.665074"], ["updated_at", "2018-10-11 16:43:06.665074"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.668581"], ["updated_at", "2018-10-11 16:43:06.668581"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.681724"], ["updated_at", "2018-10-11 16:43:06.681724"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.684623"], ["updated_at", "2018-10-11 16:43:06.684623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.686547"], ["updated_at", "2018-10-11 16:43:06.686547"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.688566"], ["updated_at", "2018-10-11 16:43:06.688566"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.691249"], ["updated_at", "2018-10-11 16:43:06.691249"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.693834"], ["updated_at", "2018-10-11 16:43:06.693834"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.695855"], ["updated_at", "2018-10-11 16:43:06.695855"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.698721"], ["updated_at", "2018-10-11 16:43:06.698721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.700650"], ["updated_at", "2018-10-11 16:43:06.700650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.702372"], ["updated_at", "2018-10-11 16:43:06.702372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.704019"], ["updated_at", "2018-10-11 16:43:06.704019"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.705638"], ["updated_at", "2018-10-11 16:43:06.705638"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.708127"], ["updated_at", "2018-10-11 16:43:06.708127"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.709995"], ["updated_at", "2018-10-11 16:43:06.709995"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.712069"], ["updated_at", "2018-10-11 16:43:06.712069"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.714567"], ["updated_at", "2018-10-11 16:43:06.714567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.717519"], ["updated_at", "2018-10-11 16:43:06.717519"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.719113"], ["updated_at", "2018-10-11 16:43:06.719113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.721140"], ["updated_at", "2018-10-11 16:43:06.721140"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.722918"], ["updated_at", "2018-10-11 16:43:06.722918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.725236"], ["updated_at", "2018-10-11 16:43:06.725236"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.726845"], ["updated_at", "2018-10-11 16:43:06.726845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.728625"], ["updated_at", "2018-10-11 16:43:06.728625"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.730593"], ["updated_at", "2018-10-11 16:43:06.730593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.733111"], ["updated_at", "2018-10-11 16:43:06.733111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.734856"], ["updated_at", "2018-10-11 16:43:06.734856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.736540"], ["updated_at", "2018-10-11 16:43:06.736540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.738155"], ["updated_at", "2018-10-11 16:43:06.738155"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.740360"], ["updated_at", "2018-10-11 16:43:06.740360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.742272"], ["updated_at", "2018-10-11 16:43:06.742272"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.743884"], ["updated_at", "2018-10-11 16:43:06.743884"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.746185"], ["updated_at", "2018-10-11 16:43:06.746185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.751399"], ["updated_at", "2018-10-11 16:43:06.751399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.753290"], ["updated_at", "2018-10-11 16:43:06.753290"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.755076"], ["updated_at", "2018-10-11 16:43:06.755076"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.757328"], ["updated_at", "2018-10-11 16:43:06.757328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.759307"], ["updated_at", "2018-10-11 16:43:06.759307"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.760994"], ["updated_at", "2018-10-11 16:43:06.760994"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.762851"], ["updated_at", "2018-10-11 16:43:06.762851"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.765794"], ["updated_at", "2018-10-11 16:43:06.765794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.767639"], ["updated_at", "2018-10-11 16:43:06.767639"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.769240"], ["updated_at", "2018-10-11 16:43:06.769240"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.771536"], ["updated_at", "2018-10-11 16:43:06.771536"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.774700"], ["updated_at", "2018-10-11 16:43:06.774700"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.778859"], ["updated_at", "2018-10-11 16:43:06.778859"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.820101"], ["updated_at", "2018-10-11 16:43:06.820101"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.827627"], ["updated_at", "2018-10-11 16:43:06.827627"], ["parent_id", 39895952907]] Kithe::Work Create (2.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.833308"], ["updated_at", "2018-10-11 16:43:06.833308"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.839754"], ["updated_at", "2018-10-11 16:43:06.839754"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.849896"], ["updated_at", "2018-10-11 16:43:06.849896"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.859312"], ["updated_at", "2018-10-11 16:43:06.859312"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.866039"], ["updated_at", "2018-10-11 16:43:06.866039"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.869902"], ["updated_at", "2018-10-11 16:43:06.869902"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.875631"], ["updated_at", "2018-10-11 16:43:06.875631"], ["parent_id", 39895952907]] Kithe::Work Create (6.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.884787"], ["updated_at", "2018-10-11 16:43:06.884787"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.938509"], ["updated_at", "2018-10-11 16:43:06.938509"], ["parent_id", 39895952907]] Kithe::Work Create (3.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.965226"], ["updated_at", "2018-10-11 16:43:06.965226"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.973782"], ["updated_at", "2018-10-11 16:43:06.973782"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.979779"], ["updated_at", "2018-10-11 16:43:06.979779"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:06.986453"], ["updated_at", "2018-10-11 16:43:06.986453"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.011407"], ["updated_at", "2018-10-11 16:43:07.011407"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.016178"], ["updated_at", "2018-10-11 16:43:07.016178"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.022389"], ["updated_at", "2018-10-11 16:43:07.022389"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.030554"], ["updated_at", "2018-10-11 16:43:07.030554"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.035494"], ["updated_at", "2018-10-11 16:43:07.035494"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.043455"], ["updated_at", "2018-10-11 16:43:07.043455"], ["parent_id", 39895952907]] Kithe::Work Create (6.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.049921"], ["updated_at", "2018-10-11 16:43:07.049921"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.060422"], ["updated_at", "2018-10-11 16:43:07.060422"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.065687"], ["updated_at", "2018-10-11 16:43:07.065687"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.070346"], ["updated_at", "2018-10-11 16:43:07.070346"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.080790"], ["updated_at", "2018-10-11 16:43:07.080790"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.084098"], ["updated_at", "2018-10-11 16:43:07.084098"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.086787"], ["updated_at", "2018-10-11 16:43:07.086787"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.089613"], ["updated_at", "2018-10-11 16:43:07.089613"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.093530"], ["updated_at", "2018-10-11 16:43:07.093530"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.135478"], ["updated_at", "2018-10-11 16:43:07.135478"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.139881"], ["updated_at", "2018-10-11 16:43:07.139881"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.144165"], ["updated_at", "2018-10-11 16:43:07.144165"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.146863"], ["updated_at", "2018-10-11 16:43:07.146863"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.153836"], ["updated_at", "2018-10-11 16:43:07.153836"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.157423"], ["updated_at", "2018-10-11 16:43:07.157423"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.162811"], ["updated_at", "2018-10-11 16:43:07.162811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.165562"], ["updated_at", "2018-10-11 16:43:07.165562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.167685"], ["updated_at", "2018-10-11 16:43:07.167685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.169657"], ["updated_at", "2018-10-11 16:43:07.169657"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.171264"], ["updated_at", "2018-10-11 16:43:07.171264"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.173515"], ["updated_at", "2018-10-11 16:43:07.173515"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.177365"], ["updated_at", "2018-10-11 16:43:07.177365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.180999"], ["updated_at", "2018-10-11 16:43:07.180999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.182822"], ["updated_at", "2018-10-11 16:43:07.182822"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.184881"], ["updated_at", "2018-10-11 16:43:07.184881"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.189267"], ["updated_at", "2018-10-11 16:43:07.189267"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.192117"], ["updated_at", "2018-10-11 16:43:07.192117"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.193917"], ["updated_at", "2018-10-11 16:43:07.193917"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.196169"], ["updated_at", "2018-10-11 16:43:07.196169"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.198160"], ["updated_at", "2018-10-11 16:43:07.198160"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.200345"], ["updated_at", "2018-10-11 16:43:07.200345"], ["parent_id", 39895952907]] Kithe::Work Create (3.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.202209"], ["updated_at", "2018-10-11 16:43:07.202209"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.209313"], ["updated_at", "2018-10-11 16:43:07.209313"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.219368"], ["updated_at", "2018-10-11 16:43:07.219368"], ["parent_id", 39895952907]] Kithe::Work Create (3.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.223962"], ["updated_at", "2018-10-11 16:43:07.223962"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.233218"], ["updated_at", "2018-10-11 16:43:07.233218"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.236063"], ["updated_at", "2018-10-11 16:43:07.236063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.237994"], ["updated_at", "2018-10-11 16:43:07.237994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.239835"], ["updated_at", "2018-10-11 16:43:07.239835"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.241724"], ["updated_at", "2018-10-11 16:43:07.241724"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.244009"], ["updated_at", "2018-10-11 16:43:07.244009"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.246307"], ["updated_at", "2018-10-11 16:43:07.246307"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.248934"], ["updated_at", "2018-10-11 16:43:07.248934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.251471"], ["updated_at", "2018-10-11 16:43:07.251471"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.253387"], ["updated_at", "2018-10-11 16:43:07.253387"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.257381"], ["updated_at", "2018-10-11 16:43:07.257381"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.261654"], ["updated_at", "2018-10-11 16:43:07.261654"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.263934"], ["updated_at", "2018-10-11 16:43:07.263934"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.266399"], ["updated_at", "2018-10-11 16:43:07.266399"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.268888"], ["updated_at", "2018-10-11 16:43:07.268888"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.270948"], ["updated_at", "2018-10-11 16:43:07.270948"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.277221"], ["updated_at", "2018-10-11 16:43:07.277221"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.279107"], ["updated_at", "2018-10-11 16:43:07.279107"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.281129"], ["updated_at", "2018-10-11 16:43:07.281129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.283046"], ["updated_at", "2018-10-11 16:43:07.283046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.285055"], ["updated_at", "2018-10-11 16:43:07.285055"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.287022"], ["updated_at", "2018-10-11 16:43:07.287022"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.288835"], ["updated_at", "2018-10-11 16:43:07.288835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.293213"], ["updated_at", "2018-10-11 16:43:07.293213"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.296198"], ["updated_at", "2018-10-11 16:43:07.296198"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.298572"], ["updated_at", "2018-10-11 16:43:07.298572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.300624"], ["updated_at", "2018-10-11 16:43:07.300624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.303000"], ["updated_at", "2018-10-11 16:43:07.303000"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.305173"], ["updated_at", "2018-10-11 16:43:07.305173"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.307815"], ["updated_at", "2018-10-11 16:43:07.307815"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.310286"], ["updated_at", "2018-10-11 16:43:07.310286"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.312124"], ["updated_at", "2018-10-11 16:43:07.312124"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.314235"], ["updated_at", "2018-10-11 16:43:07.314235"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.316451"], ["updated_at", "2018-10-11 16:43:07.316451"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.319283"], ["updated_at", "2018-10-11 16:43:07.319283"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.322943"], ["updated_at", "2018-10-11 16:43:07.322943"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.325878"], ["updated_at", "2018-10-11 16:43:07.325878"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.328056"], ["updated_at", "2018-10-11 16:43:07.328056"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.329935"], ["updated_at", "2018-10-11 16:43:07.329935"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.332245"], ["updated_at", "2018-10-11 16:43:07.332245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.334659"], ["updated_at", "2018-10-11 16:43:07.334659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.336375"], ["updated_at", "2018-10-11 16:43:07.336375"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.338331"], ["updated_at", "2018-10-11 16:43:07.338331"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.341129"], ["updated_at", "2018-10-11 16:43:07.341129"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.343799"], ["updated_at", "2018-10-11 16:43:07.343799"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.346414"], ["updated_at", "2018-10-11 16:43:07.346414"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.349138"], ["updated_at", "2018-10-11 16:43:07.349138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.351875"], ["updated_at", "2018-10-11 16:43:07.351875"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.353846"], ["updated_at", "2018-10-11 16:43:07.353846"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.356331"], ["updated_at", "2018-10-11 16:43:07.356331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.359928"], ["updated_at", "2018-10-11 16:43:07.359928"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.361838"], ["updated_at", "2018-10-11 16:43:07.361838"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.363990"], ["updated_at", "2018-10-11 16:43:07.363990"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.367437"], ["updated_at", "2018-10-11 16:43:07.367437"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.369804"], ["updated_at", "2018-10-11 16:43:07.369804"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.372885"], ["updated_at", "2018-10-11 16:43:07.372885"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.376859"], ["updated_at", "2018-10-11 16:43:07.376859"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.379570"], ["updated_at", "2018-10-11 16:43:07.379570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.383693"], ["updated_at", "2018-10-11 16:43:07.383693"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.385526"], ["updated_at", "2018-10-11 16:43:07.385526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.387335"], ["updated_at", "2018-10-11 16:43:07.387335"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.389247"], ["updated_at", "2018-10-11 16:43:07.389247"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.391715"], ["updated_at", "2018-10-11 16:43:07.391715"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.393981"], ["updated_at", "2018-10-11 16:43:07.393981"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.395869"], ["updated_at", "2018-10-11 16:43:07.395869"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.398831"], ["updated_at", "2018-10-11 16:43:07.398831"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.401572"], ["updated_at", "2018-10-11 16:43:07.401572"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.403680"], ["updated_at", "2018-10-11 16:43:07.403680"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.406140"], ["updated_at", "2018-10-11 16:43:07.406140"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.408810"], ["updated_at", "2018-10-11 16:43:07.408810"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.414081"], ["updated_at", "2018-10-11 16:43:07.414081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.417023"], ["updated_at", "2018-10-11 16:43:07.417023"], ["parent_id", 39895952907]] Kithe::Work Create (5.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.419182"], ["updated_at", "2018-10-11 16:43:07.419182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.426426"], ["updated_at", "2018-10-11 16:43:07.426426"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.428899"], ["updated_at", "2018-10-11 16:43:07.428899"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.433913"], ["updated_at", "2018-10-11 16:43:07.433913"], ["parent_id", 39895952907]] Kithe::Work Create (3.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.437322"], ["updated_at", "2018-10-11 16:43:07.437322"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.445479"], ["updated_at", "2018-10-11 16:43:07.445479"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.449262"], ["updated_at", "2018-10-11 16:43:07.449262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.453925"], ["updated_at", "2018-10-11 16:43:07.453925"], ["parent_id", 39895952907]] Kithe::Work Create (5.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.457799"], ["updated_at", "2018-10-11 16:43:07.457799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.467180"], ["updated_at", "2018-10-11 16:43:07.467180"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.469305"], ["updated_at", "2018-10-11 16:43:07.469305"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.471679"], ["updated_at", "2018-10-11 16:43:07.471679"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.477131"], ["updated_at", "2018-10-11 16:43:07.477131"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.482911"], ["updated_at", "2018-10-11 16:43:07.482911"], ["parent_id", 39895952907]] Kithe::Work Create (4.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.504844"], ["updated_at", "2018-10-11 16:43:07.504844"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.514946"], ["updated_at", "2018-10-11 16:43:07.514946"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.532984"], ["updated_at", "2018-10-11 16:43:07.532984"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.539488"], ["updated_at", "2018-10-11 16:43:07.539488"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.544592"], ["updated_at", "2018-10-11 16:43:07.544592"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.548870"], ["updated_at", "2018-10-11 16:43:07.548870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.551468"], ["updated_at", "2018-10-11 16:43:07.551468"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.553379"], ["updated_at", "2018-10-11 16:43:07.553379"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.559287"], ["updated_at", "2018-10-11 16:43:07.559287"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.562643"], ["updated_at", "2018-10-11 16:43:07.562643"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.568783"], ["updated_at", "2018-10-11 16:43:07.568783"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.571872"], ["updated_at", "2018-10-11 16:43:07.571872"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.576999"], ["updated_at", "2018-10-11 16:43:07.576999"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.581389"], ["updated_at", "2018-10-11 16:43:07.581389"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.584520"], ["updated_at", "2018-10-11 16:43:07.584520"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.587051"], ["updated_at", "2018-10-11 16:43:07.587051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.590270"], ["updated_at", "2018-10-11 16:43:07.590270"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.593217"], ["updated_at", "2018-10-11 16:43:07.593217"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.597004"], ["updated_at", "2018-10-11 16:43:07.597004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.601666"], ["updated_at", "2018-10-11 16:43:07.601666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.603429"], ["updated_at", "2018-10-11 16:43:07.603429"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.605162"], ["updated_at", "2018-10-11 16:43:07.605162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.607228"], ["updated_at", "2018-10-11 16:43:07.607228"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.609118"], ["updated_at", "2018-10-11 16:43:07.609118"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.611216"], ["updated_at", "2018-10-11 16:43:07.611216"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.613378"], ["updated_at", "2018-10-11 16:43:07.613378"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.618979"], ["updated_at", "2018-10-11 16:43:07.618979"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.621435"], ["updated_at", "2018-10-11 16:43:07.621435"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.625457"], ["updated_at", "2018-10-11 16:43:07.625457"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.627803"], ["updated_at", "2018-10-11 16:43:07.627803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.633250"], ["updated_at", "2018-10-11 16:43:07.633250"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.635078"], ["updated_at", "2018-10-11 16:43:07.635078"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.637549"], ["updated_at", "2018-10-11 16:43:07.637549"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.640143"], ["updated_at", "2018-10-11 16:43:07.640143"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.642844"], ["updated_at", "2018-10-11 16:43:07.642844"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.645957"], ["updated_at", "2018-10-11 16:43:07.645957"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.649916"], ["updated_at", "2018-10-11 16:43:07.649916"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.653517"], ["updated_at", "2018-10-11 16:43:07.653517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.657408"], ["updated_at", "2018-10-11 16:43:07.657408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.659170"], ["updated_at", "2018-10-11 16:43:07.659170"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.661305"], ["updated_at", "2018-10-11 16:43:07.661305"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.665476"], ["updated_at", "2018-10-11 16:43:07.665476"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.668070"], ["updated_at", "2018-10-11 16:43:07.668070"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.670554"], ["updated_at", "2018-10-11 16:43:07.670554"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.673644"], ["updated_at", "2018-10-11 16:43:07.673644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.676477"], ["updated_at", "2018-10-11 16:43:07.676477"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.680205"], ["updated_at", "2018-10-11 16:43:07.680205"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.682709"], ["updated_at", "2018-10-11 16:43:07.682709"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.686248"], ["updated_at", "2018-10-11 16:43:07.686248"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.690269"], ["updated_at", "2018-10-11 16:43:07.690269"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.693393"], ["updated_at", "2018-10-11 16:43:07.693393"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.697413"], ["updated_at", "2018-10-11 16:43:07.697413"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.699710"], ["updated_at", "2018-10-11 16:43:07.699710"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.702078"], ["updated_at", "2018-10-11 16:43:07.702078"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.704651"], ["updated_at", "2018-10-11 16:43:07.704651"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.707483"], ["updated_at", "2018-10-11 16:43:07.707483"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.710754"], ["updated_at", "2018-10-11 16:43:07.710754"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.713350"], ["updated_at", "2018-10-11 16:43:07.713350"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.715780"], ["updated_at", "2018-10-11 16:43:07.715780"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.717802"], ["updated_at", "2018-10-11 16:43:07.717802"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.720392"], ["updated_at", "2018-10-11 16:43:07.720392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.722736"], ["updated_at", "2018-10-11 16:43:07.722736"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.724550"], ["updated_at", "2018-10-11 16:43:07.724550"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.726458"], ["updated_at", "2018-10-11 16:43:07.726458"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.728731"], ["updated_at", "2018-10-11 16:43:07.728731"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.731217"], ["updated_at", "2018-10-11 16:43:07.731217"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.734796"], ["updated_at", "2018-10-11 16:43:07.734796"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.737659"], ["updated_at", "2018-10-11 16:43:07.737659"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.739706"], ["updated_at", "2018-10-11 16:43:07.739706"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.741672"], ["updated_at", "2018-10-11 16:43:07.741672"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.743840"], ["updated_at", "2018-10-11 16:43:07.743840"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.746344"], ["updated_at", "2018-10-11 16:43:07.746344"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.748949"], ["updated_at", "2018-10-11 16:43:07.748949"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.751481"], ["updated_at", "2018-10-11 16:43:07.751481"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.756691"], ["updated_at", "2018-10-11 16:43:07.756691"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.760800"], ["updated_at", "2018-10-11 16:43:07.760800"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.763008"], ["updated_at", "2018-10-11 16:43:07.763008"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.765145"], ["updated_at", "2018-10-11 16:43:07.765145"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.767355"], ["updated_at", "2018-10-11 16:43:07.767355"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.771751"], ["updated_at", "2018-10-11 16:43:07.771751"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.777153"], ["updated_at", "2018-10-11 16:43:07.777153"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.780389"], ["updated_at", "2018-10-11 16:43:07.780389"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.782819"], ["updated_at", "2018-10-11 16:43:07.782819"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.787224"], ["updated_at", "2018-10-11 16:43:07.787224"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.789388"], ["updated_at", "2018-10-11 16:43:07.789388"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.791703"], ["updated_at", "2018-10-11 16:43:07.791703"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.795307"], ["updated_at", "2018-10-11 16:43:07.795307"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.797563"], ["updated_at", "2018-10-11 16:43:07.797563"], ["parent_id", 39895952907]] Kithe::Work Create (3.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.800959"], ["updated_at", "2018-10-11 16:43:07.800959"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.806804"], ["updated_at", "2018-10-11 16:43:07.806804"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.810750"], ["updated_at", "2018-10-11 16:43:07.810750"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.812683"], ["updated_at", "2018-10-11 16:43:07.812683"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.815245"], ["updated_at", "2018-10-11 16:43:07.815245"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.818453"], ["updated_at", "2018-10-11 16:43:07.818453"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.820781"], ["updated_at", "2018-10-11 16:43:07.820781"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.823051"], ["updated_at", "2018-10-11 16:43:07.823051"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.826162"], ["updated_at", "2018-10-11 16:43:07.826162"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.828293"], ["updated_at", "2018-10-11 16:43:07.828293"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.830875"], ["updated_at", "2018-10-11 16:43:07.830875"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.833208"], ["updated_at", "2018-10-11 16:43:07.833208"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.835632"], ["updated_at", "2018-10-11 16:43:07.835632"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.837914"], ["updated_at", "2018-10-11 16:43:07.837914"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.840105"], ["updated_at", "2018-10-11 16:43:07.840105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.841934"], ["updated_at", "2018-10-11 16:43:07.841934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.843628"], ["updated_at", "2018-10-11 16:43:07.843628"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.845536"], ["updated_at", "2018-10-11 16:43:07.845536"], ["parent_id", 39895952907]] Kithe::Work Create (4.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.848219"], ["updated_at", "2018-10-11 16:43:07.848219"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.854018"], ["updated_at", "2018-10-11 16:43:07.854018"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.856353"], ["updated_at", "2018-10-11 16:43:07.856353"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.858639"], ["updated_at", "2018-10-11 16:43:07.858639"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.860812"], ["updated_at", "2018-10-11 16:43:07.860812"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.862886"], ["updated_at", "2018-10-11 16:43:07.862886"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.865058"], ["updated_at", "2018-10-11 16:43:07.865058"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.867638"], ["updated_at", "2018-10-11 16:43:07.867638"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.869938"], ["updated_at", "2018-10-11 16:43:07.869938"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.872148"], ["updated_at", "2018-10-11 16:43:07.872148"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.874195"], ["updated_at", "2018-10-11 16:43:07.874195"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.876068"], ["updated_at", "2018-10-11 16:43:07.876068"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.878203"], ["updated_at", "2018-10-11 16:43:07.878203"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.880414"], ["updated_at", "2018-10-11 16:43:07.880414"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.882838"], ["updated_at", "2018-10-11 16:43:07.882838"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.885305"], ["updated_at", "2018-10-11 16:43:07.885305"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.887330"], ["updated_at", "2018-10-11 16:43:07.887330"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.889310"], ["updated_at", "2018-10-11 16:43:07.889310"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.891405"], ["updated_at", "2018-10-11 16:43:07.891405"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.893540"], ["updated_at", "2018-10-11 16:43:07.893540"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.895931"], ["updated_at", "2018-10-11 16:43:07.895931"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.899013"], ["updated_at", "2018-10-11 16:43:07.899013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.901464"], ["updated_at", "2018-10-11 16:43:07.901464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.903485"], ["updated_at", "2018-10-11 16:43:07.903485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.905343"], ["updated_at", "2018-10-11 16:43:07.905343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.907257"], ["updated_at", "2018-10-11 16:43:07.907257"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.909144"], ["updated_at", "2018-10-11 16:43:07.909144"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.911292"], ["updated_at", "2018-10-11 16:43:07.911292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.913310"], ["updated_at", "2018-10-11 16:43:07.913310"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.915271"], ["updated_at", "2018-10-11 16:43:07.915271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.917295"], ["updated_at", "2018-10-11 16:43:07.917295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.919076"], ["updated_at", "2018-10-11 16:43:07.919076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.920774"], ["updated_at", "2018-10-11 16:43:07.920774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.922383"], ["updated_at", "2018-10-11 16:43:07.922383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.924012"], ["updated_at", "2018-10-11 16:43:07.924012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.925591"], ["updated_at", "2018-10-11 16:43:07.925591"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.927407"], ["updated_at", "2018-10-11 16:43:07.927407"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.929473"], ["updated_at", "2018-10-11 16:43:07.929473"], ["parent_id", 39895952907]] Kithe::Work Create (4.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.931647"], ["updated_at", "2018-10-11 16:43:07.931647"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.937638"], ["updated_at", "2018-10-11 16:43:07.937638"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.940596"], ["updated_at", "2018-10-11 16:43:07.940596"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.943071"], ["updated_at", "2018-10-11 16:43:07.943071"], ["parent_id", 39895952907]] Kithe::Work Create (8.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.946236"], ["updated_at", "2018-10-11 16:43:07.946236"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.955902"], ["updated_at", "2018-10-11 16:43:07.955902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.957603"], ["updated_at", "2018-10-11 16:43:07.957603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.959270"], ["updated_at", "2018-10-11 16:43:07.959270"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.961465"], ["updated_at", "2018-10-11 16:43:07.961465"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.965052"], ["updated_at", "2018-10-11 16:43:07.965052"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.967248"], ["updated_at", "2018-10-11 16:43:07.967248"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.969212"], ["updated_at", "2018-10-11 16:43:07.969212"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.971322"], ["updated_at", "2018-10-11 16:43:07.971322"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.973354"], ["updated_at", "2018-10-11 16:43:07.973354"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.975388"], ["updated_at", "2018-10-11 16:43:07.975388"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.977867"], ["updated_at", "2018-10-11 16:43:07.977867"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.980103"], ["updated_at", "2018-10-11 16:43:07.980103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.982047"], ["updated_at", "2018-10-11 16:43:07.982047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.983655"], ["updated_at", "2018-10-11 16:43:07.983655"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.985247"], ["updated_at", "2018-10-11 16:43:07.985247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.987463"], ["updated_at", "2018-10-11 16:43:07.987463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.989165"], ["updated_at", "2018-10-11 16:43:07.989165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.990747"], ["updated_at", "2018-10-11 16:43:07.990747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.992298"], ["updated_at", "2018-10-11 16:43:07.992298"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.993897"], ["updated_at", "2018-10-11 16:43:07.993897"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.996440"], ["updated_at", "2018-10-11 16:43:07.996440"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:07.999139"], ["updated_at", "2018-10-11 16:43:07.999139"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.001505"], ["updated_at", "2018-10-11 16:43:08.001505"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.004340"], ["updated_at", "2018-10-11 16:43:08.004340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.006668"], ["updated_at", "2018-10-11 16:43:08.006668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.008408"], ["updated_at", "2018-10-11 16:43:08.008408"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.010118"], ["updated_at", "2018-10-11 16:43:08.010118"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.012504"], ["updated_at", "2018-10-11 16:43:08.012504"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.015577"], ["updated_at", "2018-10-11 16:43:08.015577"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.020097"], ["updated_at", "2018-10-11 16:43:08.020097"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.023004"], ["updated_at", "2018-10-11 16:43:08.023004"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.025589"], ["updated_at", "2018-10-11 16:43:08.025589"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.028672"], ["updated_at", "2018-10-11 16:43:08.028672"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.032010"], ["updated_at", "2018-10-11 16:43:08.032010"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.035855"], ["updated_at", "2018-10-11 16:43:08.035855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.037921"], ["updated_at", "2018-10-11 16:43:08.037921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.039565"], ["updated_at", "2018-10-11 16:43:08.039565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.041156"], ["updated_at", "2018-10-11 16:43:08.041156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.043122"], ["updated_at", "2018-10-11 16:43:08.043122"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.045478"], ["updated_at", "2018-10-11 16:43:08.045478"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.048670"], ["updated_at", "2018-10-11 16:43:08.048670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.052346"], ["updated_at", "2018-10-11 16:43:08.052346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.054060"], ["updated_at", "2018-10-11 16:43:08.054060"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.057421"], ["updated_at", "2018-10-11 16:43:08.057421"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.061606"], ["updated_at", "2018-10-11 16:43:08.061606"], ["parent_id", 39895952907]] Kithe::Work Create (3.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.064164"], ["updated_at", "2018-10-11 16:43:08.064164"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.069850"], ["updated_at", "2018-10-11 16:43:08.069850"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.072655"], ["updated_at", "2018-10-11 16:43:08.072655"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.080067"], ["updated_at", "2018-10-11 16:43:08.080067"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.083589"], ["updated_at", "2018-10-11 16:43:08.083589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.086001"], ["updated_at", "2018-10-11 16:43:08.086001"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.087564"], ["updated_at", "2018-10-11 16:43:08.087564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.089530"], ["updated_at", "2018-10-11 16:43:08.089530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.091668"], ["updated_at", "2018-10-11 16:43:08.091668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.093508"], ["updated_at", "2018-10-11 16:43:08.093508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.095379"], ["updated_at", "2018-10-11 16:43:08.095379"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.097819"], ["updated_at", "2018-10-11 16:43:08.097819"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.100720"], ["updated_at", "2018-10-11 16:43:08.100720"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.103255"], ["updated_at", "2018-10-11 16:43:08.103255"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.105353"], ["updated_at", "2018-10-11 16:43:08.105353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.107824"], ["updated_at", "2018-10-11 16:43:08.107824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.109669"], ["updated_at", "2018-10-11 16:43:08.109669"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.111406"], ["updated_at", "2018-10-11 16:43:08.111406"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.113418"], ["updated_at", "2018-10-11 16:43:08.113418"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.116502"], ["updated_at", "2018-10-11 16:43:08.116502"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.118798"], ["updated_at", "2018-10-11 16:43:08.118798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.120875"], ["updated_at", "2018-10-11 16:43:08.120875"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.122754"], ["updated_at", "2018-10-11 16:43:08.122754"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.125815"], ["updated_at", "2018-10-11 16:43:08.125815"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.128013"], ["updated_at", "2018-10-11 16:43:08.128013"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.130073"], ["updated_at", "2018-10-11 16:43:08.130073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.133867"], ["updated_at", "2018-10-11 16:43:08.133867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.135853"], ["updated_at", "2018-10-11 16:43:08.135853"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.137577"], ["updated_at", "2018-10-11 16:43:08.137577"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.139928"], ["updated_at", "2018-10-11 16:43:08.139928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.142033"], ["updated_at", "2018-10-11 16:43:08.142033"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.144025"], ["updated_at", "2018-10-11 16:43:08.144025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.146004"], ["updated_at", "2018-10-11 16:43:08.146004"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.149349"], ["updated_at", "2018-10-11 16:43:08.149349"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.154855"], ["updated_at", "2018-10-11 16:43:08.154855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.158411"], ["updated_at", "2018-10-11 16:43:08.158411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.160309"], ["updated_at", "2018-10-11 16:43:08.160309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.162137"], ["updated_at", "2018-10-11 16:43:08.162137"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.165716"], ["updated_at", "2018-10-11 16:43:08.165716"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.168306"], ["updated_at", "2018-10-11 16:43:08.168306"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.171421"], ["updated_at", "2018-10-11 16:43:08.171421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.173952"], ["updated_at", "2018-10-11 16:43:08.173952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.175800"], ["updated_at", "2018-10-11 16:43:08.175800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.177649"], ["updated_at", "2018-10-11 16:43:08.177649"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.180035"], ["updated_at", "2018-10-11 16:43:08.180035"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.182840"], ["updated_at", "2018-10-11 16:43:08.182840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.184714"], ["updated_at", "2018-10-11 16:43:08.184714"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.186552"], ["updated_at", "2018-10-11 16:43:08.186552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.189071"], ["updated_at", "2018-10-11 16:43:08.189071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.191079"], ["updated_at", "2018-10-11 16:43:08.191079"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.192748"], ["updated_at", "2018-10-11 16:43:08.192748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.194371"], ["updated_at", "2018-10-11 16:43:08.194371"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.196527"], ["updated_at", "2018-10-11 16:43:08.196527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.198842"], ["updated_at", "2018-10-11 16:43:08.198842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.200706"], ["updated_at", "2018-10-11 16:43:08.200706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.202494"], ["updated_at", "2018-10-11 16:43:08.202494"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.204649"], ["updated_at", "2018-10-11 16:43:08.204649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.206688"], ["updated_at", "2018-10-11 16:43:08.206688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.208580"], ["updated_at", "2018-10-11 16:43:08.208580"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.210368"], ["updated_at", "2018-10-11 16:43:08.210368"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.212993"], ["updated_at", "2018-10-11 16:43:08.212993"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.216363"], ["updated_at", "2018-10-11 16:43:08.216363"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.218708"], ["updated_at", "2018-10-11 16:43:08.218708"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.221806"], ["updated_at", "2018-10-11 16:43:08.221806"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.224780"], ["updated_at", "2018-10-11 16:43:08.224780"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.230955"], ["updated_at", "2018-10-11 16:43:08.230955"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.233838"], ["updated_at", "2018-10-11 16:43:08.233838"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.235879"], ["updated_at", "2018-10-11 16:43:08.235879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.238168"], ["updated_at", "2018-10-11 16:43:08.238168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.240448"], ["updated_at", "2018-10-11 16:43:08.240448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.242212"], ["updated_at", "2018-10-11 16:43:08.242212"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.243998"], ["updated_at", "2018-10-11 16:43:08.243998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.246321"], ["updated_at", "2018-10-11 16:43:08.246321"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.248611"], ["updated_at", "2018-10-11 16:43:08.248611"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.250446"], ["updated_at", "2018-10-11 16:43:08.250446"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.252921"], ["updated_at", "2018-10-11 16:43:08.252921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.254839"], ["updated_at", "2018-10-11 16:43:08.254839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.256481"], ["updated_at", "2018-10-11 16:43:08.256481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.258023"], ["updated_at", "2018-10-11 16:43:08.258023"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.259583"], ["updated_at", "2018-10-11 16:43:08.259583"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.261888"], ["updated_at", "2018-10-11 16:43:08.261888"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.263656"], ["updated_at", "2018-10-11 16:43:08.263656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.265856"], ["updated_at", "2018-10-11 16:43:08.265856"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.267576"], ["updated_at", "2018-10-11 16:43:08.267576"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.269884"], ["updated_at", "2018-10-11 16:43:08.269884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.271652"], ["updated_at", "2018-10-11 16:43:08.271652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.273203"], ["updated_at", "2018-10-11 16:43:08.273203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.274752"], ["updated_at", "2018-10-11 16:43:08.274752"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.276412"], ["updated_at", "2018-10-11 16:43:08.276412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.278672"], ["updated_at", "2018-10-11 16:43:08.278672"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.280419"], ["updated_at", "2018-10-11 16:43:08.280419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.282581"], ["updated_at", "2018-10-11 16:43:08.282581"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.284320"], ["updated_at", "2018-10-11 16:43:08.284320"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.286638"], ["updated_at", "2018-10-11 16:43:08.286638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.288322"], ["updated_at", "2018-10-11 16:43:08.288322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.289911"], ["updated_at", "2018-10-11 16:43:08.289911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.291449"], ["updated_at", "2018-10-11 16:43:08.291449"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.293415"], ["updated_at", "2018-10-11 16:43:08.293415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.295309"], ["updated_at", "2018-10-11 16:43:08.295309"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.296970"], ["updated_at", "2018-10-11 16:43:08.296970"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.299114"], ["updated_at", "2018-10-11 16:43:08.299114"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.301367"], ["updated_at", "2018-10-11 16:43:08.301367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.303159"], ["updated_at", "2018-10-11 16:43:08.303159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.304756"], ["updated_at", "2018-10-11 16:43:08.304756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.306368"], ["updated_at", "2018-10-11 16:43:08.306368"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.307894"], ["updated_at", "2018-10-11 16:43:08.307894"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.310522"], ["updated_at", "2018-10-11 16:43:08.310522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.312315"], ["updated_at", "2018-10-11 16:43:08.312315"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.314192"], ["updated_at", "2018-10-11 16:43:08.314192"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.316275"], ["updated_at", "2018-10-11 16:43:08.316275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.318751"], ["updated_at", "2018-10-11 16:43:08.318751"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.320437"], ["updated_at", "2018-10-11 16:43:08.320437"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.322142"], ["updated_at", "2018-10-11 16:43:08.322142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.323853"], ["updated_at", "2018-10-11 16:43:08.323853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.325738"], ["updated_at", "2018-10-11 16:43:08.325738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.327438"], ["updated_at", "2018-10-11 16:43:08.327438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.329059"], ["updated_at", "2018-10-11 16:43:08.329059"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.330936"], ["updated_at", "2018-10-11 16:43:08.330936"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.332822"], ["updated_at", "2018-10-11 16:43:08.332822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.335033"], ["updated_at", "2018-10-11 16:43:08.335033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.336760"], ["updated_at", "2018-10-11 16:43:08.336760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.338338"], ["updated_at", "2018-10-11 16:43:08.338338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.339925"], ["updated_at", "2018-10-11 16:43:08.339925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.342011"], ["updated_at", "2018-10-11 16:43:08.342011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.343840"], ["updated_at", "2018-10-11 16:43:08.343840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.345448"], ["updated_at", "2018-10-11 16:43:08.345448"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.347176"], ["updated_at", "2018-10-11 16:43:08.347176"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.349560"], ["updated_at", "2018-10-11 16:43:08.349560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.351680"], ["updated_at", "2018-10-11 16:43:08.351680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.353380"], ["updated_at", "2018-10-11 16:43:08.353380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.354972"], ["updated_at", "2018-10-11 16:43:08.354972"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.356543"], ["updated_at", "2018-10-11 16:43:08.356543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.358896"], ["updated_at", "2018-10-11 16:43:08.358896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.360585"], ["updated_at", "2018-10-11 16:43:08.360585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.362178"], ["updated_at", "2018-10-11 16:43:08.362178"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.364207"], ["updated_at", "2018-10-11 16:43:08.364207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.366599"], ["updated_at", "2018-10-11 16:43:08.366599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.368377"], ["updated_at", "2018-10-11 16:43:08.368377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.369965"], ["updated_at", "2018-10-11 16:43:08.369965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.371683"], ["updated_at", "2018-10-11 16:43:08.371683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.373488"], ["updated_at", "2018-10-11 16:43:08.373488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.375467"], ["updated_at", "2018-10-11 16:43:08.375467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.377058"], ["updated_at", "2018-10-11 16:43:08.377058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.378620"], ["updated_at", "2018-10-11 16:43:08.378620"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.380254"], ["updated_at", "2018-10-11 16:43:08.380254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.383192"], ["updated_at", "2018-10-11 16:43:08.383192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.384961"], ["updated_at", "2018-10-11 16:43:08.384961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.386555"], ["updated_at", "2018-10-11 16:43:08.386555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.388324"], ["updated_at", "2018-10-11 16:43:08.388324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.390291"], ["updated_at", "2018-10-11 16:43:08.390291"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.392080"], ["updated_at", "2018-10-11 16:43:08.392080"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.394025"], ["updated_at", "2018-10-11 16:43:08.394025"], ["parent_id", 39895952907]] Kithe::Work Create (2.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.396454"], ["updated_at", "2018-10-11 16:43:08.396454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.401089"], ["updated_at", "2018-10-11 16:43:08.401089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.402795"], ["updated_at", "2018-10-11 16:43:08.402795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.404408"], ["updated_at", "2018-10-11 16:43:08.404408"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.406402"], ["updated_at", "2018-10-11 16:43:08.406402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.408284"], ["updated_at", "2018-10-11 16:43:08.408284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.409871"], ["updated_at", "2018-10-11 16:43:08.409871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.411455"], ["updated_at", "2018-10-11 16:43:08.411455"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.413039"], ["updated_at", "2018-10-11 16:43:08.413039"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.415903"], ["updated_at", "2018-10-11 16:43:08.415903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.417691"], ["updated_at", "2018-10-11 16:43:08.417691"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.419282"], ["updated_at", "2018-10-11 16:43:08.419282"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.420942"], ["updated_at", "2018-10-11 16:43:08.420942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.423053"], ["updated_at", "2018-10-11 16:43:08.423053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.424709"], ["updated_at", "2018-10-11 16:43:08.424709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.426298"], ["updated_at", "2018-10-11 16:43:08.426298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.427848"], ["updated_at", "2018-10-11 16:43:08.427848"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.429546"], ["updated_at", "2018-10-11 16:43:08.429546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.432128"], ["updated_at", "2018-10-11 16:43:08.432128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.435184"], ["updated_at", "2018-10-11 16:43:08.435184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.436753"], ["updated_at", "2018-10-11 16:43:08.436753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.438679"], ["updated_at", "2018-10-11 16:43:08.438679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.440456"], ["updated_at", "2018-10-11 16:43:08.440456"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.442018"], ["updated_at", "2018-10-11 16:43:08.442018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.444329"], ["updated_at", "2018-10-11 16:43:08.444329"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.446453"], ["updated_at", "2018-10-11 16:43:08.446453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.448655"], ["updated_at", "2018-10-11 16:43:08.448655"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.450574"], ["updated_at", "2018-10-11 16:43:08.450574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.452280"], ["updated_at", "2018-10-11 16:43:08.452280"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.453933"], ["updated_at", "2018-10-11 16:43:08.453933"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.456184"], ["updated_at", "2018-10-11 16:43:08.456184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.457891"], ["updated_at", "2018-10-11 16:43:08.457891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.459492"], ["updated_at", "2018-10-11 16:43:08.459492"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.461042"], ["updated_at", "2018-10-11 16:43:08.461042"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.463348"], ["updated_at", "2018-10-11 16:43:08.463348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.465552"], ["updated_at", "2018-10-11 16:43:08.465552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.467451"], ["updated_at", "2018-10-11 16:43:08.467451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.469239"], ["updated_at", "2018-10-11 16:43:08.469239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.471394"], ["updated_at", "2018-10-11 16:43:08.471394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.473138"], ["updated_at", "2018-10-11 16:43:08.473138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.474699"], ["updated_at", "2018-10-11 16:43:08.474699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.476260"], ["updated_at", "2018-10-11 16:43:08.476260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.477836"], ["updated_at", "2018-10-11 16:43:08.477836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.479653"], ["updated_at", "2018-10-11 16:43:08.479653"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.481523"], ["updated_at", "2018-10-11 16:43:08.481523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.483478"], ["updated_at", "2018-10-11 16:43:08.483478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.485188"], ["updated_at", "2018-10-11 16:43:08.485188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.486936"], ["updated_at", "2018-10-11 16:43:08.486936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.488556"], ["updated_at", "2018-10-11 16:43:08.488556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.490174"], ["updated_at", "2018-10-11 16:43:08.490174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.491902"], ["updated_at", "2018-10-11 16:43:08.491902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.493461"], ["updated_at", "2018-10-11 16:43:08.493461"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.495372"], ["updated_at", "2018-10-11 16:43:08.495372"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.497508"], ["updated_at", "2018-10-11 16:43:08.497508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.499417"], ["updated_at", "2018-10-11 16:43:08.499417"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.501319"], ["updated_at", "2018-10-11 16:43:08.501319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.503156"], ["updated_at", "2018-10-11 16:43:08.503156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.504789"], ["updated_at", "2018-10-11 16:43:08.504789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.506367"], ["updated_at", "2018-10-11 16:43:08.506367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.507894"], ["updated_at", "2018-10-11 16:43:08.507894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.509426"], ["updated_at", "2018-10-11 16:43:08.509426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.511215"], ["updated_at", "2018-10-11 16:43:08.511215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.512869"], ["updated_at", "2018-10-11 16:43:08.512869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.514707"], ["updated_at", "2018-10-11 16:43:08.514707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.516357"], ["updated_at", "2018-10-11 16:43:08.516357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.518046"], ["updated_at", "2018-10-11 16:43:08.518046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.519819"], ["updated_at", "2018-10-11 16:43:08.519819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.521427"], ["updated_at", "2018-10-11 16:43:08.521427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.522977"], ["updated_at", "2018-10-11 16:43:08.522977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.524504"], ["updated_at", "2018-10-11 16:43:08.524504"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.526054"], ["updated_at", "2018-10-11 16:43:08.526054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.528038"], ["updated_at", "2018-10-11 16:43:08.528038"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.529676"], ["updated_at", "2018-10-11 16:43:08.529676"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.531829"], ["updated_at", "2018-10-11 16:43:08.531829"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.533623"], ["updated_at", "2018-10-11 16:43:08.533623"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.535578"], ["updated_at", "2018-10-11 16:43:08.535578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.537272"], ["updated_at", "2018-10-11 16:43:08.537272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.538850"], ["updated_at", "2018-10-11 16:43:08.538850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.540386"], ["updated_at", "2018-10-11 16:43:08.540386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.541931"], ["updated_at", "2018-10-11 16:43:08.541931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.543913"], ["updated_at", "2018-10-11 16:43:08.543913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.545590"], ["updated_at", "2018-10-11 16:43:08.545590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.547151"], ["updated_at", "2018-10-11 16:43:08.547151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.548779"], ["updated_at", "2018-10-11 16:43:08.548779"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.550422"], ["updated_at", "2018-10-11 16:43:08.550422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.552470"], ["updated_at", "2018-10-11 16:43:08.552470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.554085"], ["updated_at", "2018-10-11 16:43:08.554085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.555647"], ["updated_at", "2018-10-11 16:43:08.555647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.557195"], ["updated_at", "2018-10-11 16:43:08.557195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.558834"], ["updated_at", "2018-10-11 16:43:08.558834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.560715"], ["updated_at", "2018-10-11 16:43:08.560715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.562307"], ["updated_at", "2018-10-11 16:43:08.562307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.563843"], ["updated_at", "2018-10-11 16:43:08.563843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.565402"], ["updated_at", "2018-10-11 16:43:08.565402"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.567455"], ["updated_at", "2018-10-11 16:43:08.567455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.569145"], ["updated_at", "2018-10-11 16:43:08.569145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.570751"], ["updated_at", "2018-10-11 16:43:08.570751"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.572676"], ["updated_at", "2018-10-11 16:43:08.572676"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.574556"], ["updated_at", "2018-10-11 16:43:08.574556"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.576607"], ["updated_at", "2018-10-11 16:43:08.576607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.578416"], ["updated_at", "2018-10-11 16:43:08.578416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.579989"], ["updated_at", "2018-10-11 16:43:08.579989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.581554"], ["updated_at", "2018-10-11 16:43:08.581554"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.583476"], ["updated_at", "2018-10-11 16:43:08.583476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.585182"], ["updated_at", "2018-10-11 16:43:08.585182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.586780"], ["updated_at", "2018-10-11 16:43:08.586780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.588306"], ["updated_at", "2018-10-11 16:43:08.588306"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.590205"], ["updated_at", "2018-10-11 16:43:08.590205"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.592666"], ["updated_at", "2018-10-11 16:43:08.592666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.594437"], ["updated_at", "2018-10-11 16:43:08.594437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.596108"], ["updated_at", "2018-10-11 16:43:08.596108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.597763"], ["updated_at", "2018-10-11 16:43:08.597763"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.599790"], ["updated_at", "2018-10-11 16:43:08.599790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.601624"], ["updated_at", "2018-10-11 16:43:08.601624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.603251"], ["updated_at", "2018-10-11 16:43:08.603251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.604803"], ["updated_at", "2018-10-11 16:43:08.604803"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.606356"], ["updated_at", "2018-10-11 16:43:08.606356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.608407"], ["updated_at", "2018-10-11 16:43:08.608407"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.610021"], ["updated_at", "2018-10-11 16:43:08.610021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.611736"], ["updated_at", "2018-10-11 16:43:08.611736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.613318"], ["updated_at", "2018-10-11 16:43:08.613318"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.615002"], ["updated_at", "2018-10-11 16:43:08.615002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.616721"], ["updated_at", "2018-10-11 16:43:08.616721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.618263"], ["updated_at", "2018-10-11 16:43:08.618263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.619895"], ["updated_at", "2018-10-11 16:43:08.619895"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.621444"], ["updated_at", "2018-10-11 16:43:08.621444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.623392"], ["updated_at", "2018-10-11 16:43:08.623392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.625026"], ["updated_at", "2018-10-11 16:43:08.625026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.626648"], ["updated_at", "2018-10-11 16:43:08.626648"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.628166"], ["updated_at", "2018-10-11 16:43:08.628166"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.630132"], ["updated_at", "2018-10-11 16:43:08.630132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.631964"], ["updated_at", "2018-10-11 16:43:08.631964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.633555"], ["updated_at", "2018-10-11 16:43:08.633555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.635110"], ["updated_at", "2018-10-11 16:43:08.635110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.636700"], ["updated_at", "2018-10-11 16:43:08.636700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.638214"], ["updated_at", "2018-10-11 16:43:08.638214"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.639746"], ["updated_at", "2018-10-11 16:43:08.639746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.641843"], ["updated_at", "2018-10-11 16:43:08.641843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.643537"], ["updated_at", "2018-10-11 16:43:08.643537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.645079"], ["updated_at", "2018-10-11 16:43:08.645079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.646719"], ["updated_at", "2018-10-11 16:43:08.646719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.648275"], ["updated_at", "2018-10-11 16:43:08.648275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.649818"], ["updated_at", "2018-10-11 16:43:08.649818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.651400"], ["updated_at", "2018-10-11 16:43:08.651400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.652922"], ["updated_at", "2018-10-11 16:43:08.652922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.654519"], ["updated_at", "2018-10-11 16:43:08.654519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.656035"], ["updated_at", "2018-10-11 16:43:08.656035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.657602"], ["updated_at", "2018-10-11 16:43:08.657602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.659113"], ["updated_at", "2018-10-11 16:43:08.659113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.660721"], ["updated_at", "2018-10-11 16:43:08.660721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.662299"], ["updated_at", "2018-10-11 16:43:08.662299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.663832"], ["updated_at", "2018-10-11 16:43:08.663832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.665523"], ["updated_at", "2018-10-11 16:43:08.665523"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.667147"], ["updated_at", "2018-10-11 16:43:08.667147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.669089"], ["updated_at", "2018-10-11 16:43:08.669089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.670733"], ["updated_at", "2018-10-11 16:43:08.670733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.672345"], ["updated_at", "2018-10-11 16:43:08.672345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.673918"], ["updated_at", "2018-10-11 16:43:08.673918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.675522"], ["updated_at", "2018-10-11 16:43:08.675522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.677097"], ["updated_at", "2018-10-11 16:43:08.677097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.678691"], ["updated_at", "2018-10-11 16:43:08.678691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.680175"], ["updated_at", "2018-10-11 16:43:08.680175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.681698"], ["updated_at", "2018-10-11 16:43:08.681698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.683217"], ["updated_at", "2018-10-11 16:43:08.683217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.684708"], ["updated_at", "2018-10-11 16:43:08.684708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.686210"], ["updated_at", "2018-10-11 16:43:08.686210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.687800"], ["updated_at", "2018-10-11 16:43:08.687800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.689432"], ["updated_at", "2018-10-11 16:43:08.689432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.690998"], ["updated_at", "2018-10-11 16:43:08.690998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.692544"], ["updated_at", "2018-10-11 16:43:08.692544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.694052"], ["updated_at", "2018-10-11 16:43:08.694052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.695591"], ["updated_at", "2018-10-11 16:43:08.695591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.697120"], ["updated_at", "2018-10-11 16:43:08.697120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.698649"], ["updated_at", "2018-10-11 16:43:08.698649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.700192"], ["updated_at", "2018-10-11 16:43:08.700192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.701799"], ["updated_at", "2018-10-11 16:43:08.701799"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.703662"], ["updated_at", "2018-10-11 16:43:08.703662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.705744"], ["updated_at", "2018-10-11 16:43:08.705744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.707374"], ["updated_at", "2018-10-11 16:43:08.707374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.708907"], ["updated_at", "2018-10-11 16:43:08.708907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.710462"], ["updated_at", "2018-10-11 16:43:08.710462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.711988"], ["updated_at", "2018-10-11 16:43:08.711988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.713772"], ["updated_at", "2018-10-11 16:43:08.713772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.715354"], ["updated_at", "2018-10-11 16:43:08.715354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.716924"], ["updated_at", "2018-10-11 16:43:08.716924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.718511"], ["updated_at", "2018-10-11 16:43:08.718511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.720143"], ["updated_at", "2018-10-11 16:43:08.720143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.721877"], ["updated_at", "2018-10-11 16:43:08.721877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.723512"], ["updated_at", "2018-10-11 16:43:08.723512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.725103"], ["updated_at", "2018-10-11 16:43:08.725103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.726669"], ["updated_at", "2018-10-11 16:43:08.726669"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.728261"], ["updated_at", "2018-10-11 16:43:08.728261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.731368"], ["updated_at", "2018-10-11 16:43:08.731368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.732957"], ["updated_at", "2018-10-11 16:43:08.732957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.734542"], ["updated_at", "2018-10-11 16:43:08.734542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.736107"], ["updated_at", "2018-10-11 16:43:08.736107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.737741"], ["updated_at", "2018-10-11 16:43:08.737741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.739319"], ["updated_at", "2018-10-11 16:43:08.739319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.740825"], ["updated_at", "2018-10-11 16:43:08.740825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.742415"], ["updated_at", "2018-10-11 16:43:08.742415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.743898"], ["updated_at", "2018-10-11 16:43:08.743898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.745454"], ["updated_at", "2018-10-11 16:43:08.745454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.747079"], ["updated_at", "2018-10-11 16:43:08.747079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.748662"], ["updated_at", "2018-10-11 16:43:08.748662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.750165"], ["updated_at", "2018-10-11 16:43:08.750165"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.751748"], ["updated_at", "2018-10-11 16:43:08.751748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.753415"], ["updated_at", "2018-10-11 16:43:08.753415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.755022"], ["updated_at", "2018-10-11 16:43:08.755022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.756653"], ["updated_at", "2018-10-11 16:43:08.756653"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.758337"], ["updated_at", "2018-10-11 16:43:08.758337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.760183"], ["updated_at", "2018-10-11 16:43:08.760183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.761792"], ["updated_at", "2018-10-11 16:43:08.761792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.763349"], ["updated_at", "2018-10-11 16:43:08.763349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.764954"], ["updated_at", "2018-10-11 16:43:08.764954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.766473"], ["updated_at", "2018-10-11 16:43:08.766473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.768024"], ["updated_at", "2018-10-11 16:43:08.768024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.769561"], ["updated_at", "2018-10-11 16:43:08.769561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.771084"], ["updated_at", "2018-10-11 16:43:08.771084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.772619"], ["updated_at", "2018-10-11 16:43:08.772619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.774157"], ["updated_at", "2018-10-11 16:43:08.774157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.775679"], ["updated_at", "2018-10-11 16:43:08.775679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.777182"], ["updated_at", "2018-10-11 16:43:08.777182"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.778714"], ["updated_at", "2018-10-11 16:43:08.778714"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.780412"], ["updated_at", "2018-10-11 16:43:08.780412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.781960"], ["updated_at", "2018-10-11 16:43:08.781960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.783535"], ["updated_at", "2018-10-11 16:43:08.783535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.785143"], ["updated_at", "2018-10-11 16:43:08.785143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.786699"], ["updated_at", "2018-10-11 16:43:08.786699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.788320"], ["updated_at", "2018-10-11 16:43:08.788320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.789838"], ["updated_at", "2018-10-11 16:43:08.789838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.791471"], ["updated_at", "2018-10-11 16:43:08.791471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.793011"], ["updated_at", "2018-10-11 16:43:08.793011"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.794552"], ["updated_at", "2018-10-11 16:43:08.794552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.796596"], ["updated_at", "2018-10-11 16:43:08.796596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.798224"], ["updated_at", "2018-10-11 16:43:08.798224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.799776"], ["updated_at", "2018-10-11 16:43:08.799776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.801303"], ["updated_at", "2018-10-11 16:43:08.801303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.802921"], ["updated_at", "2018-10-11 16:43:08.802921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.804589"], ["updated_at", "2018-10-11 16:43:08.804589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.806208"], ["updated_at", "2018-10-11 16:43:08.806208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.807761"], ["updated_at", "2018-10-11 16:43:08.807761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.809445"], ["updated_at", "2018-10-11 16:43:08.809445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.810986"], ["updated_at", "2018-10-11 16:43:08.810986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.812546"], ["updated_at", "2018-10-11 16:43:08.812546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.814073"], ["updated_at", "2018-10-11 16:43:08.814073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.815583"], ["updated_at", "2018-10-11 16:43:08.815583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.817112"], ["updated_at", "2018-10-11 16:43:08.817112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.818881"], ["updated_at", "2018-10-11 16:43:08.818881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.820455"], ["updated_at", "2018-10-11 16:43:08.820455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.822019"], ["updated_at", "2018-10-11 16:43:08.822019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.823552"], ["updated_at", "2018-10-11 16:43:08.823552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.825054"], ["updated_at", "2018-10-11 16:43:08.825054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.826794"], ["updated_at", "2018-10-11 16:43:08.826794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.828405"], ["updated_at", "2018-10-11 16:43:08.828405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.829947"], ["updated_at", "2018-10-11 16:43:08.829947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.831466"], ["updated_at", "2018-10-11 16:43:08.831466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.832988"], ["updated_at", "2018-10-11 16:43:08.832988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.834534"], ["updated_at", "2018-10-11 16:43:08.834534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.836039"], ["updated_at", "2018-10-11 16:43:08.836039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.837556"], ["updated_at", "2018-10-11 16:43:08.837556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.839076"], ["updated_at", "2018-10-11 16:43:08.839076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.840604"], ["updated_at", "2018-10-11 16:43:08.840604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.842114"], ["updated_at", "2018-10-11 16:43:08.842114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.843629"], ["updated_at", "2018-10-11 16:43:08.843629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.845167"], ["updated_at", "2018-10-11 16:43:08.845167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.846723"], ["updated_at", "2018-10-11 16:43:08.846723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.848220"], ["updated_at", "2018-10-11 16:43:08.848220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.849740"], ["updated_at", "2018-10-11 16:43:08.849740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.851263"], ["updated_at", "2018-10-11 16:43:08.851263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.852758"], ["updated_at", "2018-10-11 16:43:08.852758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.854257"], ["updated_at", "2018-10-11 16:43:08.854257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.855797"], ["updated_at", "2018-10-11 16:43:08.855797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.857602"], ["updated_at", "2018-10-11 16:43:08.857602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.859163"], ["updated_at", "2018-10-11 16:43:08.859163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.860734"], ["updated_at", "2018-10-11 16:43:08.860734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.862221"], ["updated_at", "2018-10-11 16:43:08.862221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.863858"], ["updated_at", "2018-10-11 16:43:08.863858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.865466"], ["updated_at", "2018-10-11 16:43:08.865466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.867010"], ["updated_at", "2018-10-11 16:43:08.867010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.868552"], ["updated_at", "2018-10-11 16:43:08.868552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.870078"], ["updated_at", "2018-10-11 16:43:08.870078"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.871583"], ["updated_at", "2018-10-11 16:43:08.871583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.873439"], ["updated_at", "2018-10-11 16:43:08.873439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.875160"], ["updated_at", "2018-10-11 16:43:08.875160"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.876688"], ["updated_at", "2018-10-11 16:43:08.876688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.878261"], ["updated_at", "2018-10-11 16:43:08.878261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.879800"], ["updated_at", "2018-10-11 16:43:08.879800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.881337"], ["updated_at", "2018-10-11 16:43:08.881337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.882849"], ["updated_at", "2018-10-11 16:43:08.882849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.884370"], ["updated_at", "2018-10-11 16:43:08.884370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.886068"], ["updated_at", "2018-10-11 16:43:08.886068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.887957"], ["updated_at", "2018-10-11 16:43:08.887957"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.889556"], ["updated_at", "2018-10-11 16:43:08.889556"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.891868"], ["updated_at", "2018-10-11 16:43:08.891868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.893754"], ["updated_at", "2018-10-11 16:43:08.893754"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.895315"], ["updated_at", "2018-10-11 16:43:08.895315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.898262"], ["updated_at", "2018-10-11 16:43:08.898262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.899967"], ["updated_at", "2018-10-11 16:43:08.899967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.901602"], ["updated_at", "2018-10-11 16:43:08.901602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.903169"], ["updated_at", "2018-10-11 16:43:08.903169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.904828"], ["updated_at", "2018-10-11 16:43:08.904828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.906655"], ["updated_at", "2018-10-11 16:43:08.906655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.908230"], ["updated_at", "2018-10-11 16:43:08.908230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.909854"], ["updated_at", "2018-10-11 16:43:08.909854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.911416"], ["updated_at", "2018-10-11 16:43:08.911416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.913134"], ["updated_at", "2018-10-11 16:43:08.913134"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.914882"], ["updated_at", "2018-10-11 16:43:08.914882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.916788"], ["updated_at", "2018-10-11 16:43:08.916788"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.918482"], ["updated_at", "2018-10-11 16:43:08.918482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.920263"], ["updated_at", "2018-10-11 16:43:08.920263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.921881"], ["updated_at", "2018-10-11 16:43:08.921881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.923427"], ["updated_at", "2018-10-11 16:43:08.923427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.924955"], ["updated_at", "2018-10-11 16:43:08.924955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.926656"], ["updated_at", "2018-10-11 16:43:08.926656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.928300"], ["updated_at", "2018-10-11 16:43:08.928300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.929904"], ["updated_at", "2018-10-11 16:43:08.929904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.931433"], ["updated_at", "2018-10-11 16:43:08.931433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.932970"], ["updated_at", "2018-10-11 16:43:08.932970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.934475"], ["updated_at", "2018-10-11 16:43:08.934475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.936115"], ["updated_at", "2018-10-11 16:43:08.936115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.937765"], ["updated_at", "2018-10-11 16:43:08.937765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.939294"], ["updated_at", "2018-10-11 16:43:08.939294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.940810"], ["updated_at", "2018-10-11 16:43:08.940810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.942350"], ["updated_at", "2018-10-11 16:43:08.942350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.943927"], ["updated_at", "2018-10-11 16:43:08.943927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.945778"], ["updated_at", "2018-10-11 16:43:08.945778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.947393"], ["updated_at", "2018-10-11 16:43:08.947393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.949050"], ["updated_at", "2018-10-11 16:43:08.949050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.950665"], ["updated_at", "2018-10-11 16:43:08.950665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.952309"], ["updated_at", "2018-10-11 16:43:08.952309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.953956"], ["updated_at", "2018-10-11 16:43:08.953956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.955646"], ["updated_at", "2018-10-11 16:43:08.955646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.957233"], ["updated_at", "2018-10-11 16:43:08.957233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.958841"], ["updated_at", "2018-10-11 16:43:08.958841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.960365"], ["updated_at", "2018-10-11 16:43:08.960365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.961926"], ["updated_at", "2018-10-11 16:43:08.961926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.963460"], ["updated_at", "2018-10-11 16:43:08.963460"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.965596"], ["updated_at", "2018-10-11 16:43:08.965596"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.967708"], ["updated_at", "2018-10-11 16:43:08.967708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.969473"], ["updated_at", "2018-10-11 16:43:08.969473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.971207"], ["updated_at", "2018-10-11 16:43:08.971207"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.972864"], ["updated_at", "2018-10-11 16:43:08.972864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.974616"], ["updated_at", "2018-10-11 16:43:08.974616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.976245"], ["updated_at", "2018-10-11 16:43:08.976245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.978158"], ["updated_at", "2018-10-11 16:43:08.978158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.979829"], ["updated_at", "2018-10-11 16:43:08.979829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.981486"], ["updated_at", "2018-10-11 16:43:08.981486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.983135"], ["updated_at", "2018-10-11 16:43:08.983135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.984710"], ["updated_at", "2018-10-11 16:43:08.984710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.986263"], ["updated_at", "2018-10-11 16:43:08.986263"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.987780"], ["updated_at", "2018-10-11 16:43:08.987780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.990532"], ["updated_at", "2018-10-11 16:43:08.990532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.992160"], ["updated_at", "2018-10-11 16:43:08.992160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.993711"], ["updated_at", "2018-10-11 16:43:08.993711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.995295"], ["updated_at", "2018-10-11 16:43:08.995295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.996890"], ["updated_at", "2018-10-11 16:43:08.996890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.998425"], ["updated_at", "2018-10-11 16:43:08.998425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:08.999977"], ["updated_at", "2018-10-11 16:43:08.999977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.001509"], ["updated_at", "2018-10-11 16:43:09.001509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.003065"], ["updated_at", "2018-10-11 16:43:09.003065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.004594"], ["updated_at", "2018-10-11 16:43:09.004594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.006143"], ["updated_at", "2018-10-11 16:43:09.006143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.007719"], ["updated_at", "2018-10-11 16:43:09.007719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.009234"], ["updated_at", "2018-10-11 16:43:09.009234"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.012033"], ["updated_at", "2018-10-11 16:43:09.012033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.013827"], ["updated_at", "2018-10-11 16:43:09.013827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.015358"], ["updated_at", "2018-10-11 16:43:09.015358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.016959"], ["updated_at", "2018-10-11 16:43:09.016959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.018505"], ["updated_at", "2018-10-11 16:43:09.018505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.020154"], ["updated_at", "2018-10-11 16:43:09.020154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.021751"], ["updated_at", "2018-10-11 16:43:09.021751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.023289"], ["updated_at", "2018-10-11 16:43:09.023289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.024827"], ["updated_at", "2018-10-11 16:43:09.024827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.026379"], ["updated_at", "2018-10-11 16:43:09.026379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.027903"], ["updated_at", "2018-10-11 16:43:09.027903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.029500"], ["updated_at", "2018-10-11 16:43:09.029500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.031045"], ["updated_at", "2018-10-11 16:43:09.031045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.032643"], ["updated_at", "2018-10-11 16:43:09.032643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.034161"], ["updated_at", "2018-10-11 16:43:09.034161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.035758"], ["updated_at", "2018-10-11 16:43:09.035758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.037292"], ["updated_at", "2018-10-11 16:43:09.037292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.038786"], ["updated_at", "2018-10-11 16:43:09.038786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.040329"], ["updated_at", "2018-10-11 16:43:09.040329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.041904"], ["updated_at", "2018-10-11 16:43:09.041904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.043498"], ["updated_at", "2018-10-11 16:43:09.043498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.045049"], ["updated_at", "2018-10-11 16:43:09.045049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.046562"], ["updated_at", "2018-10-11 16:43:09.046562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.048063"], ["updated_at", "2018-10-11 16:43:09.048063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.049759"], ["updated_at", "2018-10-11 16:43:09.049759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.051303"], ["updated_at", "2018-10-11 16:43:09.051303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.052893"], ["updated_at", "2018-10-11 16:43:09.052893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.054437"], ["updated_at", "2018-10-11 16:43:09.054437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.056056"], ["updated_at", "2018-10-11 16:43:09.056056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.057588"], ["updated_at", "2018-10-11 16:43:09.057588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.059172"], ["updated_at", "2018-10-11 16:43:09.059172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.060699"], ["updated_at", "2018-10-11 16:43:09.060699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.062231"], ["updated_at", "2018-10-11 16:43:09.062231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.063835"], ["updated_at", "2018-10-11 16:43:09.063835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.065371"], ["updated_at", "2018-10-11 16:43:09.065371"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.066897"], ["updated_at", "2018-10-11 16:43:09.066897"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.069075"], ["updated_at", "2018-10-11 16:43:09.069075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.070777"], ["updated_at", "2018-10-11 16:43:09.070777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.072510"], ["updated_at", "2018-10-11 16:43:09.072510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.074066"], ["updated_at", "2018-10-11 16:43:09.074066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.075591"], ["updated_at", "2018-10-11 16:43:09.075591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.077159"], ["updated_at", "2018-10-11 16:43:09.077159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.078774"], ["updated_at", "2018-10-11 16:43:09.078774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.080395"], ["updated_at", "2018-10-11 16:43:09.080395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.081906"], ["updated_at", "2018-10-11 16:43:09.081906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.083403"], ["updated_at", "2018-10-11 16:43:09.083403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.084938"], ["updated_at", "2018-10-11 16:43:09.084938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.086452"], ["updated_at", "2018-10-11 16:43:09.086452"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.088006"], ["updated_at", "2018-10-11 16:43:09.088006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.089883"], ["updated_at", "2018-10-11 16:43:09.089883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.091463"], ["updated_at", "2018-10-11 16:43:09.091463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.092999"], ["updated_at", "2018-10-11 16:43:09.092999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.094620"], ["updated_at", "2018-10-11 16:43:09.094620"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.096441"], ["updated_at", "2018-10-11 16:43:09.096441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.098422"], ["updated_at", "2018-10-11 16:43:09.098422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.100119"], ["updated_at", "2018-10-11 16:43:09.100119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.101693"], ["updated_at", "2018-10-11 16:43:09.101693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.103266"], ["updated_at", "2018-10-11 16:43:09.103266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.104824"], ["updated_at", "2018-10-11 16:43:09.104824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.106397"], ["updated_at", "2018-10-11 16:43:09.106397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.107961"], ["updated_at", "2018-10-11 16:43:09.107961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.109481"], ["updated_at", "2018-10-11 16:43:09.109481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.110989"], ["updated_at", "2018-10-11 16:43:09.110989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.112514"], ["updated_at", "2018-10-11 16:43:09.112514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.114019"], ["updated_at", "2018-10-11 16:43:09.114019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.115518"], ["updated_at", "2018-10-11 16:43:09.115518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.117113"], ["updated_at", "2018-10-11 16:43:09.117113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.118640"], ["updated_at", "2018-10-11 16:43:09.118640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.120153"], ["updated_at", "2018-10-11 16:43:09.120153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.121696"], ["updated_at", "2018-10-11 16:43:09.121696"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.123224"], ["updated_at", "2018-10-11 16:43:09.123224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.125184"], ["updated_at", "2018-10-11 16:43:09.125184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.126783"], ["updated_at", "2018-10-11 16:43:09.126783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.128333"], ["updated_at", "2018-10-11 16:43:09.128333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.130067"], ["updated_at", "2018-10-11 16:43:09.130067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.131677"], ["updated_at", "2018-10-11 16:43:09.131677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.133295"], ["updated_at", "2018-10-11 16:43:09.133295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.134834"], ["updated_at", "2018-10-11 16:43:09.134834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.136371"], ["updated_at", "2018-10-11 16:43:09.136371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.137927"], ["updated_at", "2018-10-11 16:43:09.137927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.139452"], ["updated_at", "2018-10-11 16:43:09.139452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.140958"], ["updated_at", "2018-10-11 16:43:09.140958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.142466"], ["updated_at", "2018-10-11 16:43:09.142466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.143988"], ["updated_at", "2018-10-11 16:43:09.143988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.145553"], ["updated_at", "2018-10-11 16:43:09.145553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.147074"], ["updated_at", "2018-10-11 16:43:09.147074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.148579"], ["updated_at", "2018-10-11 16:43:09.148579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.150076"], ["updated_at", "2018-10-11 16:43:09.150076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.151598"], ["updated_at", "2018-10-11 16:43:09.151598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.153097"], ["updated_at", "2018-10-11 16:43:09.153097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.154819"], ["updated_at", "2018-10-11 16:43:09.154819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.156384"], ["updated_at", "2018-10-11 16:43:09.156384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.157901"], ["updated_at", "2018-10-11 16:43:09.157901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.159402"], ["updated_at", "2018-10-11 16:43:09.159402"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.160958"], ["updated_at", "2018-10-11 16:43:09.160958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.162702"], ["updated_at", "2018-10-11 16:43:09.162702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.164274"], ["updated_at", "2018-10-11 16:43:09.164274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.165872"], ["updated_at", "2018-10-11 16:43:09.165872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.167391"], ["updated_at", "2018-10-11 16:43:09.167391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.168891"], ["updated_at", "2018-10-11 16:43:09.168891"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.170393"], ["updated_at", "2018-10-11 16:43:09.170393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.172407"], ["updated_at", "2018-10-11 16:43:09.172407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.174061"], ["updated_at", "2018-10-11 16:43:09.174061"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.175651"], ["updated_at", "2018-10-11 16:43:09.175651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.177445"], ["updated_at", "2018-10-11 16:43:09.177445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.179116"], ["updated_at", "2018-10-11 16:43:09.179116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.180789"], ["updated_at", "2018-10-11 16:43:09.180789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.182453"], ["updated_at", "2018-10-11 16:43:09.182453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.184050"], ["updated_at", "2018-10-11 16:43:09.184050"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.185612"], ["updated_at", "2018-10-11 16:43:09.185612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.187444"], ["updated_at", "2018-10-11 16:43:09.187444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.189068"], ["updated_at", "2018-10-11 16:43:09.189068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.190594"], ["updated_at", "2018-10-11 16:43:09.190594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.192152"], ["updated_at", "2018-10-11 16:43:09.192152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.193817"], ["updated_at", "2018-10-11 16:43:09.193817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.195403"], ["updated_at", "2018-10-11 16:43:09.195403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.196934"], ["updated_at", "2018-10-11 16:43:09.196934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.198502"], ["updated_at", "2018-10-11 16:43:09.198502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.200112"], ["updated_at", "2018-10-11 16:43:09.200112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.201652"], ["updated_at", "2018-10-11 16:43:09.201652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.203198"], ["updated_at", "2018-10-11 16:43:09.203198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.204759"], ["updated_at", "2018-10-11 16:43:09.204759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.206269"], ["updated_at", "2018-10-11 16:43:09.206269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.207762"], ["updated_at", "2018-10-11 16:43:09.207762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.209247"], ["updated_at", "2018-10-11 16:43:09.209247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.210744"], ["updated_at", "2018-10-11 16:43:09.210744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.212229"], ["updated_at", "2018-10-11 16:43:09.212229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.213754"], ["updated_at", "2018-10-11 16:43:09.213754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.215264"], ["updated_at", "2018-10-11 16:43:09.215264"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.216748"], ["updated_at", "2018-10-11 16:43:09.216748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.218585"], ["updated_at", "2018-10-11 16:43:09.218585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.220207"], ["updated_at", "2018-10-11 16:43:09.220207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.221780"], ["updated_at", "2018-10-11 16:43:09.221780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.223333"], ["updated_at", "2018-10-11 16:43:09.223333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.224862"], ["updated_at", "2018-10-11 16:43:09.224862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.226368"], ["updated_at", "2018-10-11 16:43:09.226368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.227896"], ["updated_at", "2018-10-11 16:43:09.227896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.229547"], ["updated_at", "2018-10-11 16:43:09.229547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.231039"], ["updated_at", "2018-10-11 16:43:09.231039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.232644"], ["updated_at", "2018-10-11 16:43:09.232644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.234159"], ["updated_at", "2018-10-11 16:43:09.234159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.235693"], ["updated_at", "2018-10-11 16:43:09.235693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.237203"], ["updated_at", "2018-10-11 16:43:09.237203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.238828"], ["updated_at", "2018-10-11 16:43:09.238828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.240410"], ["updated_at", "2018-10-11 16:43:09.240410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.242081"], ["updated_at", "2018-10-11 16:43:09.242081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.243628"], ["updated_at", "2018-10-11 16:43:09.243628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.245160"], ["updated_at", "2018-10-11 16:43:09.245160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.246690"], ["updated_at", "2018-10-11 16:43:09.246690"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.248217"], ["updated_at", "2018-10-11 16:43:09.248217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.250099"], ["updated_at", "2018-10-11 16:43:09.250099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.251832"], ["updated_at", "2018-10-11 16:43:09.251832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.253517"], ["updated_at", "2018-10-11 16:43:09.253517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.255133"], ["updated_at", "2018-10-11 16:43:09.255133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.256729"], ["updated_at", "2018-10-11 16:43:09.256729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.258284"], ["updated_at", "2018-10-11 16:43:09.258284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.259822"], ["updated_at", "2018-10-11 16:43:09.259822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.261489"], ["updated_at", "2018-10-11 16:43:09.261489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.263100"], ["updated_at", "2018-10-11 16:43:09.263100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.264654"], ["updated_at", "2018-10-11 16:43:09.264654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.266165"], ["updated_at", "2018-10-11 16:43:09.266165"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.267731"], ["updated_at", "2018-10-11 16:43:09.267731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.269227"], ["updated_at", "2018-10-11 16:43:09.269227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.270760"], ["updated_at", "2018-10-11 16:43:09.270760"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.272271"], ["updated_at", "2018-10-11 16:43:09.272271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.274021"], ["updated_at", "2018-10-11 16:43:09.274021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.275577"], ["updated_at", "2018-10-11 16:43:09.275577"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.277143"], ["updated_at", "2018-10-11 16:43:09.277143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.278970"], ["updated_at", "2018-10-11 16:43:09.278970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.280549"], ["updated_at", "2018-10-11 16:43:09.280549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.282171"], ["updated_at", "2018-10-11 16:43:09.282171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.283711"], ["updated_at", "2018-10-11 16:43:09.283711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.285259"], ["updated_at", "2018-10-11 16:43:09.285259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.288207"], ["updated_at", "2018-10-11 16:43:09.288207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.289808"], ["updated_at", "2018-10-11 16:43:09.289808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.291429"], ["updated_at", "2018-10-11 16:43:09.291429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.292987"], ["updated_at", "2018-10-11 16:43:09.292987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.294547"], ["updated_at", "2018-10-11 16:43:09.294547"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.296062"], ["updated_at", "2018-10-11 16:43:09.296062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.297944"], ["updated_at", "2018-10-11 16:43:09.297944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.299538"], ["updated_at", "2018-10-11 16:43:09.299538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.301086"], ["updated_at", "2018-10-11 16:43:09.301086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.302606"], ["updated_at", "2018-10-11 16:43:09.302606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.304306"], ["updated_at", "2018-10-11 16:43:09.304306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.305883"], ["updated_at", "2018-10-11 16:43:09.305883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.307430"], ["updated_at", "2018-10-11 16:43:09.307430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.308956"], ["updated_at", "2018-10-11 16:43:09.308956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.310529"], ["updated_at", "2018-10-11 16:43:09.310529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.312021"], ["updated_at", "2018-10-11 16:43:09.312021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.313584"], ["updated_at", "2018-10-11 16:43:09.313584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.315125"], ["updated_at", "2018-10-11 16:43:09.315125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.316672"], ["updated_at", "2018-10-11 16:43:09.316672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.318166"], ["updated_at", "2018-10-11 16:43:09.318166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.319706"], ["updated_at", "2018-10-11 16:43:09.319706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.321367"], ["updated_at", "2018-10-11 16:43:09.321367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.322936"], ["updated_at", "2018-10-11 16:43:09.322936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.324448"], ["updated_at", "2018-10-11 16:43:09.324448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.326018"], ["updated_at", "2018-10-11 16:43:09.326018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.327583"], ["updated_at", "2018-10-11 16:43:09.327583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.329138"], ["updated_at", "2018-10-11 16:43:09.329138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.330665"], ["updated_at", "2018-10-11 16:43:09.330665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.332226"], ["updated_at", "2018-10-11 16:43:09.332226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.333786"], ["updated_at", "2018-10-11 16:43:09.333786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.335353"], ["updated_at", "2018-10-11 16:43:09.335353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.336960"], ["updated_at", "2018-10-11 16:43:09.336960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.338813"], ["updated_at", "2018-10-11 16:43:09.338813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.340638"], ["updated_at", "2018-10-11 16:43:09.340638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.342273"], ["updated_at", "2018-10-11 16:43:09.342273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.343841"], ["updated_at", "2018-10-11 16:43:09.343841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.345416"], ["updated_at", "2018-10-11 16:43:09.345416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.347018"], ["updated_at", "2018-10-11 16:43:09.347018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.348618"], ["updated_at", "2018-10-11 16:43:09.348618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.350153"], ["updated_at", "2018-10-11 16:43:09.350153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.351725"], ["updated_at", "2018-10-11 16:43:09.351725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.353224"], ["updated_at", "2018-10-11 16:43:09.353224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.354747"], ["updated_at", "2018-10-11 16:43:09.354747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.356307"], ["updated_at", "2018-10-11 16:43:09.356307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.357912"], ["updated_at", "2018-10-11 16:43:09.357912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.359410"], ["updated_at", "2018-10-11 16:43:09.359410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.360967"], ["updated_at", "2018-10-11 16:43:09.360967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.362533"], ["updated_at", "2018-10-11 16:43:09.362533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.364101"], ["updated_at", "2018-10-11 16:43:09.364101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.365598"], ["updated_at", "2018-10-11 16:43:09.365598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.367119"], ["updated_at", "2018-10-11 16:43:09.367119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.368690"], ["updated_at", "2018-10-11 16:43:09.368690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.370421"], ["updated_at", "2018-10-11 16:43:09.370421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.372102"], ["updated_at", "2018-10-11 16:43:09.372102"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.373648"], ["updated_at", "2018-10-11 16:43:09.373648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.375468"], ["updated_at", "2018-10-11 16:43:09.375468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.377043"], ["updated_at", "2018-10-11 16:43:09.377043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.378720"], ["updated_at", "2018-10-11 16:43:09.378720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.380281"], ["updated_at", "2018-10-11 16:43:09.380281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.381813"], ["updated_at", "2018-10-11 16:43:09.381813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.383394"], ["updated_at", "2018-10-11 16:43:09.383394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.384963"], ["updated_at", "2018-10-11 16:43:09.384963"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.386524"], ["updated_at", "2018-10-11 16:43:09.386524"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.388231"], ["updated_at", "2018-10-11 16:43:09.388231"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.390593"], ["updated_at", "2018-10-11 16:43:09.390593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.392599"], ["updated_at", "2018-10-11 16:43:09.392599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.394303"], ["updated_at", "2018-10-11 16:43:09.394303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.395907"], ["updated_at", "2018-10-11 16:43:09.395907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.397458"], ["updated_at", "2018-10-11 16:43:09.397458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.399008"], ["updated_at", "2018-10-11 16:43:09.399008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.400552"], ["updated_at", "2018-10-11 16:43:09.400552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.402066"], ["updated_at", "2018-10-11 16:43:09.402066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.403585"], ["updated_at", "2018-10-11 16:43:09.403585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.405113"], ["updated_at", "2018-10-11 16:43:09.405113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.406669"], ["updated_at", "2018-10-11 16:43:09.406669"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.408227"], ["updated_at", "2018-10-11 16:43:09.408227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.410170"], ["updated_at", "2018-10-11 16:43:09.410170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.411745"], ["updated_at", "2018-10-11 16:43:09.411745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.413308"], ["updated_at", "2018-10-11 16:43:09.413308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.414853"], ["updated_at", "2018-10-11 16:43:09.414853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.416356"], ["updated_at", "2018-10-11 16:43:09.416356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.417885"], ["updated_at", "2018-10-11 16:43:09.417885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.419429"], ["updated_at", "2018-10-11 16:43:09.419429"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.420965"], ["updated_at", "2018-10-11 16:43:09.420965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.422791"], ["updated_at", "2018-10-11 16:43:09.422791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.424349"], ["updated_at", "2018-10-11 16:43:09.424349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.425921"], ["updated_at", "2018-10-11 16:43:09.425921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.427492"], ["updated_at", "2018-10-11 16:43:09.427492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.429004"], ["updated_at", "2018-10-11 16:43:09.429004"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.430809"], ["updated_at", "2018-10-11 16:43:09.430809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.432464"], ["updated_at", "2018-10-11 16:43:09.432464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.433991"], ["updated_at", "2018-10-11 16:43:09.433991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.435514"], ["updated_at", "2018-10-11 16:43:09.435514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.437018"], ["updated_at", "2018-10-11 16:43:09.437018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.438674"], ["updated_at", "2018-10-11 16:43:09.438674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.440284"], ["updated_at", "2018-10-11 16:43:09.440284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.441836"], ["updated_at", "2018-10-11 16:43:09.441836"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.443537"], ["updated_at", "2018-10-11 16:43:09.443537"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.445190"], ["updated_at", "2018-10-11 16:43:09.445190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.447056"], ["updated_at", "2018-10-11 16:43:09.447056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.448620"], ["updated_at", "2018-10-11 16:43:09.448620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.450156"], ["updated_at", "2018-10-11 16:43:09.450156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.451640"], ["updated_at", "2018-10-11 16:43:09.451640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.453199"], ["updated_at", "2018-10-11 16:43:09.453199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.454931"], ["updated_at", "2018-10-11 16:43:09.454931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.456510"], ["updated_at", "2018-10-11 16:43:09.456510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.458076"], ["updated_at", "2018-10-11 16:43:09.458076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.459619"], ["updated_at", "2018-10-11 16:43:09.459619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.461180"], ["updated_at", "2018-10-11 16:43:09.461180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.462919"], ["updated_at", "2018-10-11 16:43:09.462919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.464598"], ["updated_at", "2018-10-11 16:43:09.464598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.466205"], ["updated_at", "2018-10-11 16:43:09.466205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.467771"], ["updated_at", "2018-10-11 16:43:09.467771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.469309"], ["updated_at", "2018-10-11 16:43:09.469309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.471101"], ["updated_at", "2018-10-11 16:43:09.471101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.472722"], ["updated_at", "2018-10-11 16:43:09.472722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.474327"], ["updated_at", "2018-10-11 16:43:09.474327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.475951"], ["updated_at", "2018-10-11 16:43:09.475951"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.477482"], ["updated_at", "2018-10-11 16:43:09.477482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.479383"], ["updated_at", "2018-10-11 16:43:09.479383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.480989"], ["updated_at", "2018-10-11 16:43:09.480989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.482560"], ["updated_at", "2018-10-11 16:43:09.482560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.484117"], ["updated_at", "2018-10-11 16:43:09.484117"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.485644"], ["updated_at", "2018-10-11 16:43:09.485644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.487780"], ["updated_at", "2018-10-11 16:43:09.487780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.489470"], ["updated_at", "2018-10-11 16:43:09.489470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.491136"], ["updated_at", "2018-10-11 16:43:09.491136"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.492726"], ["updated_at", "2018-10-11 16:43:09.492726"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.494592"], ["updated_at", "2018-10-11 16:43:09.494592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.496566"], ["updated_at", "2018-10-11 16:43:09.496566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.498193"], ["updated_at", "2018-10-11 16:43:09.498193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.499842"], ["updated_at", "2018-10-11 16:43:09.499842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.501460"], ["updated_at", "2018-10-11 16:43:09.501460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.503366"], ["updated_at", "2018-10-11 16:43:09.503366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.505011"], ["updated_at", "2018-10-11 16:43:09.505011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.506675"], ["updated_at", "2018-10-11 16:43:09.506675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.508218"], ["updated_at", "2018-10-11 16:43:09.508218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.509722"], ["updated_at", "2018-10-11 16:43:09.509722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.511633"], ["updated_at", "2018-10-11 16:43:09.511633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.513331"], ["updated_at", "2018-10-11 16:43:09.513331"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.515389"], ["updated_at", "2018-10-11 16:43:09.515389"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.517705"], ["updated_at", "2018-10-11 16:43:09.517705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.519799"], ["updated_at", "2018-10-11 16:43:09.519799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.521410"], ["updated_at", "2018-10-11 16:43:09.521410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.522996"], ["updated_at", "2018-10-11 16:43:09.522996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.524537"], ["updated_at", "2018-10-11 16:43:09.524537"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.526063"], ["updated_at", "2018-10-11 16:43:09.526063"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.528340"], ["updated_at", "2018-10-11 16:43:09.528340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.530315"], ["updated_at", "2018-10-11 16:43:09.530315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.532110"], ["updated_at", "2018-10-11 16:43:09.532110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.533672"], ["updated_at", "2018-10-11 16:43:09.533672"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.535717"], ["updated_at", "2018-10-11 16:43:09.535717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.537744"], ["updated_at", "2018-10-11 16:43:09.537744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.539315"], ["updated_at", "2018-10-11 16:43:09.539315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.540872"], ["updated_at", "2018-10-11 16:43:09.540872"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.542409"], ["updated_at", "2018-10-11 16:43:09.542409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.544707"], ["updated_at", "2018-10-11 16:43:09.544707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.546572"], ["updated_at", "2018-10-11 16:43:09.546572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.548405"], ["updated_at", "2018-10-11 16:43:09.548405"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.550026"], ["updated_at", "2018-10-11 16:43:09.550026"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.551997"], ["updated_at", "2018-10-11 16:43:09.551997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.553887"], ["updated_at", "2018-10-11 16:43:09.553887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.555603"], ["updated_at", "2018-10-11 16:43:09.555603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.557215"], ["updated_at", "2018-10-11 16:43:09.557215"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.558796"], ["updated_at", "2018-10-11 16:43:09.558796"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.561015"], ["updated_at", "2018-10-11 16:43:09.561015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.562727"], ["updated_at", "2018-10-11 16:43:09.562727"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.564608"], ["updated_at", "2018-10-11 16:43:09.564608"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.568058"], ["updated_at", "2018-10-11 16:43:09.568058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.570360"], ["updated_at", "2018-10-11 16:43:09.570360"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.572006"], ["updated_at", "2018-10-11 16:43:09.572006"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.574459"], ["updated_at", "2018-10-11 16:43:09.574459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.577904"], ["updated_at", "2018-10-11 16:43:09.577904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.579624"], ["updated_at", "2018-10-11 16:43:09.579624"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.581267"], ["updated_at", "2018-10-11 16:43:09.581267"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.584135"], ["updated_at", "2018-10-11 16:43:09.584135"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.586678"], ["updated_at", "2018-10-11 16:43:09.586678"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.588680"], ["updated_at", "2018-10-11 16:43:09.588680"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.590976"], ["updated_at", "2018-10-11 16:43:09.590976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.593290"], ["updated_at", "2018-10-11 16:43:09.593290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.594969"], ["updated_at", "2018-10-11 16:43:09.594969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.596556"], ["updated_at", "2018-10-11 16:43:09.596556"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.598576"], ["updated_at", "2018-10-11 16:43:09.598576"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.601043"], ["updated_at", "2018-10-11 16:43:09.601043"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.602905"], ["updated_at", "2018-10-11 16:43:09.602905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.604639"], ["updated_at", "2018-10-11 16:43:09.604639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.606218"], ["updated_at", "2018-10-11 16:43:09.606218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.608182"], ["updated_at", "2018-10-11 16:43:09.608182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.610035"], ["updated_at", "2018-10-11 16:43:09.610035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.611601"], ["updated_at", "2018-10-11 16:43:09.611601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.613143"], ["updated_at", "2018-10-11 16:43:09.613143"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.615164"], ["updated_at", "2018-10-11 16:43:09.615164"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.618086"], ["updated_at", "2018-10-11 16:43:09.618086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.619992"], ["updated_at", "2018-10-11 16:43:09.619992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.621587"], ["updated_at", "2018-10-11 16:43:09.621587"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.623103"], ["updated_at", "2018-10-11 16:43:09.623103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.625219"], ["updated_at", "2018-10-11 16:43:09.625219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.626794"], ["updated_at", "2018-10-11 16:43:09.626794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.628409"], ["updated_at", "2018-10-11 16:43:09.628409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.629958"], ["updated_at", "2018-10-11 16:43:09.629958"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.632592"], ["updated_at", "2018-10-11 16:43:09.632592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.634662"], ["updated_at", "2018-10-11 16:43:09.634662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.636472"], ["updated_at", "2018-10-11 16:43:09.636472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.638088"], ["updated_at", "2018-10-11 16:43:09.638088"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.639723"], ["updated_at", "2018-10-11 16:43:09.639723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.642037"], ["updated_at", "2018-10-11 16:43:09.642037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.643648"], ["updated_at", "2018-10-11 16:43:09.643648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.645361"], ["updated_at", "2018-10-11 16:43:09.645361"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.647000"], ["updated_at", "2018-10-11 16:43:09.647000"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.649708"], ["updated_at", "2018-10-11 16:43:09.649708"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.651648"], ["updated_at", "2018-10-11 16:43:09.651648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.653452"], ["updated_at", "2018-10-11 16:43:09.653452"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.654999"], ["updated_at", "2018-10-11 16:43:09.654999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.657164"], ["updated_at", "2018-10-11 16:43:09.657164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.658893"], ["updated_at", "2018-10-11 16:43:09.658893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.660456"], ["updated_at", "2018-10-11 16:43:09.660456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.662015"], ["updated_at", "2018-10-11 16:43:09.662015"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.663559"], ["updated_at", "2018-10-11 16:43:09.663559"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.666370"], ["updated_at", "2018-10-11 16:43:09.666370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.668252"], ["updated_at", "2018-10-11 16:43:09.668252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.669966"], ["updated_at", "2018-10-11 16:43:09.669966"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.671565"], ["updated_at", "2018-10-11 16:43:09.671565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.673812"], ["updated_at", "2018-10-11 16:43:09.673812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.675475"], ["updated_at", "2018-10-11 16:43:09.675475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.677134"], ["updated_at", "2018-10-11 16:43:09.677134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.678682"], ["updated_at", "2018-10-11 16:43:09.678682"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.681118"], ["updated_at", "2018-10-11 16:43:09.681118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.683334"], ["updated_at", "2018-10-11 16:43:09.683334"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.685103"], ["updated_at", "2018-10-11 16:43:09.685103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.686937"], ["updated_at", "2018-10-11 16:43:09.686937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.688754"], ["updated_at", "2018-10-11 16:43:09.688754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.690502"], ["updated_at", "2018-10-11 16:43:09.690502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.692155"], ["updated_at", "2018-10-11 16:43:09.692155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.693730"], ["updated_at", "2018-10-11 16:43:09.693730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.695257"], ["updated_at", "2018-10-11 16:43:09.695257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.697058"], ["updated_at", "2018-10-11 16:43:09.697058"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.698977"], ["updated_at", "2018-10-11 16:43:09.698977"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.701984"], ["updated_at", "2018-10-11 16:43:09.701984"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.703841"], ["updated_at", "2018-10-11 16:43:09.703841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.706155"], ["updated_at", "2018-10-11 16:43:09.706155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.707826"], ["updated_at", "2018-10-11 16:43:09.707826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.709388"], ["updated_at", "2018-10-11 16:43:09.709388"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.711060"], ["updated_at", "2018-10-11 16:43:09.711060"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.713377"], ["updated_at", "2018-10-11 16:43:09.713377"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.715739"], ["updated_at", "2018-10-11 16:43:09.715739"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.717735"], ["updated_at", "2018-10-11 16:43:09.717735"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.719742"], ["updated_at", "2018-10-11 16:43:09.719742"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.722049"], ["updated_at", "2018-10-11 16:43:09.722049"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.723794"], ["updated_at", "2018-10-11 16:43:09.723794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.725548"], ["updated_at", "2018-10-11 16:43:09.725548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.727377"], ["updated_at", "2018-10-11 16:43:09.727377"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.729572"], ["updated_at", "2018-10-11 16:43:09.729572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.731758"], ["updated_at", "2018-10-11 16:43:09.731758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.734101"], ["updated_at", "2018-10-11 16:43:09.734101"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.735795"], ["updated_at", "2018-10-11 16:43:09.735795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.738412"], ["updated_at", "2018-10-11 16:43:09.738412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.740133"], ["updated_at", "2018-10-11 16:43:09.740133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.741678"], ["updated_at", "2018-10-11 16:43:09.741678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.743221"], ["updated_at", "2018-10-11 16:43:09.743221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.745271"], ["updated_at", "2018-10-11 16:43:09.745271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.747149"], ["updated_at", "2018-10-11 16:43:09.747149"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.749194"], ["updated_at", "2018-10-11 16:43:09.749194"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.752219"], ["updated_at", "2018-10-11 16:43:09.752219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.755494"], ["updated_at", "2018-10-11 16:43:09.755494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.757189"], ["updated_at", "2018-10-11 16:43:09.757189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.758745"], ["updated_at", "2018-10-11 16:43:09.758745"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.760252"], ["updated_at", "2018-10-11 16:43:09.760252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.762627"], ["updated_at", "2018-10-11 16:43:09.762627"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.764299"], ["updated_at", "2018-10-11 16:43:09.764299"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.767441"], ["updated_at", "2018-10-11 16:43:09.767441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.772068"], ["updated_at", "2018-10-11 16:43:09.772068"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.773787"], ["updated_at", "2018-10-11 16:43:09.773787"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.775816"], ["updated_at", "2018-10-11 16:43:09.775816"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.777957"], ["updated_at", "2018-10-11 16:43:09.777957"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.779735"], ["updated_at", "2018-10-11 16:43:09.779735"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.781898"], ["updated_at", "2018-10-11 16:43:09.781898"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.786477"], ["updated_at", "2018-10-11 16:43:09.786477"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.789792"], ["updated_at", "2018-10-11 16:43:09.789792"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.792420"], ["updated_at", "2018-10-11 16:43:09.792420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.794632"], ["updated_at", "2018-10-11 16:43:09.794632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.796188"], ["updated_at", "2018-10-11 16:43:09.796188"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.798030"], ["updated_at", "2018-10-11 16:43:09.798030"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.800724"], ["updated_at", "2018-10-11 16:43:09.800724"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.805430"], ["updated_at", "2018-10-11 16:43:09.805430"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.811738"], ["updated_at", "2018-10-11 16:43:09.811738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.813807"], ["updated_at", "2018-10-11 16:43:09.813807"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.815826"], ["updated_at", "2018-10-11 16:43:09.815826"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.825709"], ["updated_at", "2018-10-11 16:43:09.825709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.827809"], ["updated_at", "2018-10-11 16:43:09.827809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.829579"], ["updated_at", "2018-10-11 16:43:09.829579"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.831379"], ["updated_at", "2018-10-11 16:43:09.831379"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.836961"], ["updated_at", "2018-10-11 16:43:09.836961"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.840566"], ["updated_at", "2018-10-11 16:43:09.840566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.843159"], ["updated_at", "2018-10-11 16:43:09.843159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.844932"], ["updated_at", "2018-10-11 16:43:09.844932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.846502"], ["updated_at", "2018-10-11 16:43:09.846502"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.848778"], ["updated_at", "2018-10-11 16:43:09.848778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.852975"], ["updated_at", "2018-10-11 16:43:09.852975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.854842"], ["updated_at", "2018-10-11 16:43:09.854842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.856543"], ["updated_at", "2018-10-11 16:43:09.856543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.858647"], ["updated_at", "2018-10-11 16:43:09.858647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.860435"], ["updated_at", "2018-10-11 16:43:09.860435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.862073"], ["updated_at", "2018-10-11 16:43:09.862073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.863618"], ["updated_at", "2018-10-11 16:43:09.863618"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.865396"], ["updated_at", "2018-10-11 16:43:09.865396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.869834"], ["updated_at", "2018-10-11 16:43:09.869834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.871600"], ["updated_at", "2018-10-11 16:43:09.871600"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.873210"], ["updated_at", "2018-10-11 16:43:09.873210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.875283"], ["updated_at", "2018-10-11 16:43:09.875283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.877067"], ["updated_at", "2018-10-11 16:43:09.877067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.878630"], ["updated_at", "2018-10-11 16:43:09.878630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.880195"], ["updated_at", "2018-10-11 16:43:09.880195"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.882650"], ["updated_at", "2018-10-11 16:43:09.882650"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.884625"], ["updated_at", "2018-10-11 16:43:09.884625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.886409"], ["updated_at", "2018-10-11 16:43:09.886409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.888026"], ["updated_at", "2018-10-11 16:43:09.888026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.889785"], ["updated_at", "2018-10-11 16:43:09.889785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.891399"], ["updated_at", "2018-10-11 16:43:09.891399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.892961"], ["updated_at", "2018-10-11 16:43:09.892961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.894778"], ["updated_at", "2018-10-11 16:43:09.894778"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.896475"], ["updated_at", "2018-10-11 16:43:09.896475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.898356"], ["updated_at", "2018-10-11 16:43:09.898356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.900100"], ["updated_at", "2018-10-11 16:43:09.900100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.901874"], ["updated_at", "2018-10-11 16:43:09.901874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.903620"], ["updated_at", "2018-10-11 16:43:09.903620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.905332"], ["updated_at", "2018-10-11 16:43:09.905332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.907108"], ["updated_at", "2018-10-11 16:43:09.907108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.908647"], ["updated_at", "2018-10-11 16:43:09.908647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.910164"], ["updated_at", "2018-10-11 16:43:09.910164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.911695"], ["updated_at", "2018-10-11 16:43:09.911695"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.913229"], ["updated_at", "2018-10-11 16:43:09.913229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.914888"], ["updated_at", "2018-10-11 16:43:09.914888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.917197"], ["updated_at", "2018-10-11 16:43:09.917197"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.918998"], ["updated_at", "2018-10-11 16:43:09.918998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.920834"], ["updated_at", "2018-10-11 16:43:09.920834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.922419"], ["updated_at", "2018-10-11 16:43:09.922419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.924184"], ["updated_at", "2018-10-11 16:43:09.924184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.925783"], ["updated_at", "2018-10-11 16:43:09.925783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.927334"], ["updated_at", "2018-10-11 16:43:09.927334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.928887"], ["updated_at", "2018-10-11 16:43:09.928887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.930461"], ["updated_at", "2018-10-11 16:43:09.930461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.932317"], ["updated_at", "2018-10-11 16:43:09.932317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.934017"], ["updated_at", "2018-10-11 16:43:09.934017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.935726"], ["updated_at", "2018-10-11 16:43:09.935726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.937407"], ["updated_at", "2018-10-11 16:43:09.937407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.940759"], ["updated_at", "2018-10-11 16:43:09.940759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.942365"], ["updated_at", "2018-10-11 16:43:09.942365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.943929"], ["updated_at", "2018-10-11 16:43:09.943929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.945467"], ["updated_at", "2018-10-11 16:43:09.945467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.946988"], ["updated_at", "2018-10-11 16:43:09.946988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.948563"], ["updated_at", "2018-10-11 16:43:09.948563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.950086"], ["updated_at", "2018-10-11 16:43:09.950086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.951596"], ["updated_at", "2018-10-11 16:43:09.951596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.953110"], ["updated_at", "2018-10-11 16:43:09.953110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.954618"], ["updated_at", "2018-10-11 16:43:09.954618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.956132"], ["updated_at", "2018-10-11 16:43:09.956132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.957667"], ["updated_at", "2018-10-11 16:43:09.957667"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.959370"], ["updated_at", "2018-10-11 16:43:09.959370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.961149"], ["updated_at", "2018-10-11 16:43:09.961149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.962690"], ["updated_at", "2018-10-11 16:43:09.962690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.964345"], ["updated_at", "2018-10-11 16:43:09.964345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.966003"], ["updated_at", "2018-10-11 16:43:09.966003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.967607"], ["updated_at", "2018-10-11 16:43:09.967607"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.969240"], ["updated_at", "2018-10-11 16:43:09.969240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.970980"], ["updated_at", "2018-10-11 16:43:09.970980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.972526"], ["updated_at", "2018-10-11 16:43:09.972526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.974034"], ["updated_at", "2018-10-11 16:43:09.974034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.975525"], ["updated_at", "2018-10-11 16:43:09.975525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.977447"], ["updated_at", "2018-10-11 16:43:09.977447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.979178"], ["updated_at", "2018-10-11 16:43:09.979178"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.980749"], ["updated_at", "2018-10-11 16:43:09.980749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.982635"], ["updated_at", "2018-10-11 16:43:09.982635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.984181"], ["updated_at", "2018-10-11 16:43:09.984181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.985723"], ["updated_at", "2018-10-11 16:43:09.985723"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.987759"], ["updated_at", "2018-10-11 16:43:09.987759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.989429"], ["updated_at", "2018-10-11 16:43:09.989429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.990991"], ["updated_at", "2018-10-11 16:43:09.990991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.992541"], ["updated_at", "2018-10-11 16:43:09.992541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.994116"], ["updated_at", "2018-10-11 16:43:09.994116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.995664"], ["updated_at", "2018-10-11 16:43:09.995664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.997201"], ["updated_at", "2018-10-11 16:43:09.997201"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:09.998910"], ["updated_at", "2018-10-11 16:43:09.998910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.000609"], ["updated_at", "2018-10-11 16:43:10.000609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.002209"], ["updated_at", "2018-10-11 16:43:10.002209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.003776"], ["updated_at", "2018-10-11 16:43:10.003776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.005311"], ["updated_at", "2018-10-11 16:43:10.005311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.006827"], ["updated_at", "2018-10-11 16:43:10.006827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.008360"], ["updated_at", "2018-10-11 16:43:10.008360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.010104"], ["updated_at", "2018-10-11 16:43:10.010104"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.011671"], ["updated_at", "2018-10-11 16:43:10.011671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.013365"], ["updated_at", "2018-10-11 16:43:10.013365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.014956"], ["updated_at", "2018-10-11 16:43:10.014956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.016494"], ["updated_at", "2018-10-11 16:43:10.016494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.018025"], ["updated_at", "2018-10-11 16:43:10.018025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.019542"], ["updated_at", "2018-10-11 16:43:10.019542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.021069"], ["updated_at", "2018-10-11 16:43:10.021069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.022586"], ["updated_at", "2018-10-11 16:43:10.022586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.024107"], ["updated_at", "2018-10-11 16:43:10.024107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.025614"], ["updated_at", "2018-10-11 16:43:10.025614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.027209"], ["updated_at", "2018-10-11 16:43:10.027209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.028818"], ["updated_at", "2018-10-11 16:43:10.028818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.030393"], ["updated_at", "2018-10-11 16:43:10.030393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.031931"], ["updated_at", "2018-10-11 16:43:10.031931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.033471"], ["updated_at", "2018-10-11 16:43:10.033471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.035020"], ["updated_at", "2018-10-11 16:43:10.035020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.036667"], ["updated_at", "2018-10-11 16:43:10.036667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.038312"], ["updated_at", "2018-10-11 16:43:10.038312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.039927"], ["updated_at", "2018-10-11 16:43:10.039927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.041470"], ["updated_at", "2018-10-11 16:43:10.041470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.043467"], ["updated_at", "2018-10-11 16:43:10.043467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.045344"], ["updated_at", "2018-10-11 16:43:10.045344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.047038"], ["updated_at", "2018-10-11 16:43:10.047038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.048637"], ["updated_at", "2018-10-11 16:43:10.048637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.050198"], ["updated_at", "2018-10-11 16:43:10.050198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.052139"], ["updated_at", "2018-10-11 16:43:10.052139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.053830"], ["updated_at", "2018-10-11 16:43:10.053830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.055391"], ["updated_at", "2018-10-11 16:43:10.055391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.056967"], ["updated_at", "2018-10-11 16:43:10.056967"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.058551"], ["updated_at", "2018-10-11 16:43:10.058551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.060903"], ["updated_at", "2018-10-11 16:43:10.060903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.062594"], ["updated_at", "2018-10-11 16:43:10.062594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.064204"], ["updated_at", "2018-10-11 16:43:10.064204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.065976"], ["updated_at", "2018-10-11 16:43:10.065976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.067949"], ["updated_at", "2018-10-11 16:43:10.067949"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.069636"], ["updated_at", "2018-10-11 16:43:10.069636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.071966"], ["updated_at", "2018-10-11 16:43:10.071966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.073673"], ["updated_at", "2018-10-11 16:43:10.073673"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.075360"], ["updated_at", "2018-10-11 16:43:10.075360"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.077803"], ["updated_at", "2018-10-11 16:43:10.077803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.079492"], ["updated_at", "2018-10-11 16:43:10.079492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.081098"], ["updated_at", "2018-10-11 16:43:10.081098"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.082755"], ["updated_at", "2018-10-11 16:43:10.082755"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.084746"], ["updated_at", "2018-10-11 16:43:10.084746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.086439"], ["updated_at", "2018-10-11 16:43:10.086439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.088359"], ["updated_at", "2018-10-11 16:43:10.088359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.089915"], ["updated_at", "2018-10-11 16:43:10.089915"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.091854"], ["updated_at", "2018-10-11 16:43:10.091854"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.093725"], ["updated_at", "2018-10-11 16:43:10.093725"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.095392"], ["updated_at", "2018-10-11 16:43:10.095392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.097108"], ["updated_at", "2018-10-11 16:43:10.097108"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.099040"], ["updated_at", "2018-10-11 16:43:10.099040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.101463"], ["updated_at", "2018-10-11 16:43:10.101463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.103422"], ["updated_at", "2018-10-11 16:43:10.103422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.104992"], ["updated_at", "2018-10-11 16:43:10.104992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.106701"], ["updated_at", "2018-10-11 16:43:10.106701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.108334"], ["updated_at", "2018-10-11 16:43:10.108334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.109886"], ["updated_at", "2018-10-11 16:43:10.109886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.111472"], ["updated_at", "2018-10-11 16:43:10.111472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.112976"], ["updated_at", "2018-10-11 16:43:10.112976"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.114622"], ["updated_at", "2018-10-11 16:43:10.114622"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.116450"], ["updated_at", "2018-10-11 16:43:10.116450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.118172"], ["updated_at", "2018-10-11 16:43:10.118172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.119696"], ["updated_at", "2018-10-11 16:43:10.119696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.121250"], ["updated_at", "2018-10-11 16:43:10.121250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.122790"], ["updated_at", "2018-10-11 16:43:10.122790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.124669"], ["updated_at", "2018-10-11 16:43:10.124669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.126213"], ["updated_at", "2018-10-11 16:43:10.126213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.128041"], ["updated_at", "2018-10-11 16:43:10.128041"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.130037"], ["updated_at", "2018-10-11 16:43:10.130037"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.133166"], ["updated_at", "2018-10-11 16:43:10.133166"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.136716"], ["updated_at", "2018-10-11 16:43:10.136716"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.139476"], ["updated_at", "2018-10-11 16:43:10.139476"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.142936"], ["updated_at", "2018-10-11 16:43:10.142936"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.145417"], ["updated_at", "2018-10-11 16:43:10.145417"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.147708"], ["updated_at", "2018-10-11 16:43:10.147708"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.150441"], ["updated_at", "2018-10-11 16:43:10.150441"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.152838"], ["updated_at", "2018-10-11 16:43:10.152838"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.155442"], ["updated_at", "2018-10-11 16:43:10.155442"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.158334"], ["updated_at", "2018-10-11 16:43:10.158334"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.161736"], ["updated_at", "2018-10-11 16:43:10.161736"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.165075"], ["updated_at", "2018-10-11 16:43:10.165075"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.168044"], ["updated_at", "2018-10-11 16:43:10.168044"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.170535"], ["updated_at", "2018-10-11 16:43:10.170535"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.172702"], ["updated_at", "2018-10-11 16:43:10.172702"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.174698"], ["updated_at", "2018-10-11 16:43:10.174698"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.176793"], ["updated_at", "2018-10-11 16:43:10.176793"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.178865"], ["updated_at", "2018-10-11 16:43:10.178865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.181402"], ["updated_at", "2018-10-11 16:43:10.181402"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.183458"], ["updated_at", "2018-10-11 16:43:10.183458"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.185731"], ["updated_at", "2018-10-11 16:43:10.185731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.188107"], ["updated_at", "2018-10-11 16:43:10.188107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.189890"], ["updated_at", "2018-10-11 16:43:10.189890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.191676"], ["updated_at", "2018-10-11 16:43:10.191676"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.193698"], ["updated_at", "2018-10-11 16:43:10.193698"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.195914"], ["updated_at", "2018-10-11 16:43:10.195914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.197914"], ["updated_at", "2018-10-11 16:43:10.197914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.199481"], ["updated_at", "2018-10-11 16:43:10.199481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.200998"], ["updated_at", "2018-10-11 16:43:10.200998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.202565"], ["updated_at", "2018-10-11 16:43:10.202565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.204239"], ["updated_at", "2018-10-11 16:43:10.204239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.206039"], ["updated_at", "2018-10-11 16:43:10.206039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.207590"], ["updated_at", "2018-10-11 16:43:10.207590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.209213"], ["updated_at", "2018-10-11 16:43:10.209213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.210808"], ["updated_at", "2018-10-11 16:43:10.210808"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.212433"], ["updated_at", "2018-10-11 16:43:10.212433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.214315"], ["updated_at", "2018-10-11 16:43:10.214315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.215918"], ["updated_at", "2018-10-11 16:43:10.215918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.217442"], ["updated_at", "2018-10-11 16:43:10.217442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.219143"], ["updated_at", "2018-10-11 16:43:10.219143"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.221520"], ["updated_at", "2018-10-11 16:43:10.221520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.223304"], ["updated_at", "2018-10-11 16:43:10.223304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.224932"], ["updated_at", "2018-10-11 16:43:10.224932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.226510"], ["updated_at", "2018-10-11 16:43:10.226510"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.228086"], ["updated_at", "2018-10-11 16:43:10.228086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.230039"], ["updated_at", "2018-10-11 16:43:10.230039"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.231666"], ["updated_at", "2018-10-11 16:43:10.231666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.233365"], ["updated_at", "2018-10-11 16:43:10.233365"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.235341"], ["updated_at", "2018-10-11 16:43:10.235341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.237602"], ["updated_at", "2018-10-11 16:43:10.237602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.239536"], ["updated_at", "2018-10-11 16:43:10.239536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.241134"], ["updated_at", "2018-10-11 16:43:10.241134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.242880"], ["updated_at", "2018-10-11 16:43:10.242880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.244714"], ["updated_at", "2018-10-11 16:43:10.244714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.247014"], ["updated_at", "2018-10-11 16:43:10.247014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.248762"], ["updated_at", "2018-10-11 16:43:10.248762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.250364"], ["updated_at", "2018-10-11 16:43:10.250364"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.251906"], ["updated_at", "2018-10-11 16:43:10.251906"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.256150"], ["updated_at", "2018-10-11 16:43:10.256150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.257862"], ["updated_at", "2018-10-11 16:43:10.257862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.259575"], ["updated_at", "2018-10-11 16:43:10.259575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.261970"], ["updated_at", "2018-10-11 16:43:10.261970"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.264162"], ["updated_at", "2018-10-11 16:43:10.264162"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.266559"], ["updated_at", "2018-10-11 16:43:10.266559"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.268688"], ["updated_at", "2018-10-11 16:43:10.268688"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.271612"], ["updated_at", "2018-10-11 16:43:10.271612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.273308"], ["updated_at", "2018-10-11 16:43:10.273308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.274872"], ["updated_at", "2018-10-11 16:43:10.274872"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.276640"], ["updated_at", "2018-10-11 16:43:10.276640"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.279348"], ["updated_at", "2018-10-11 16:43:10.279348"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.281133"], ["updated_at", "2018-10-11 16:43:10.281133"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.283582"], ["updated_at", "2018-10-11 16:43:10.283582"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.287579"], ["updated_at", "2018-10-11 16:43:10.287579"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.290177"], ["updated_at", "2018-10-11 16:43:10.290177"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.291918"], ["updated_at", "2018-10-11 16:43:10.291918"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.294180"], ["updated_at", "2018-10-11 16:43:10.294180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.296186"], ["updated_at", "2018-10-11 16:43:10.296186"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.297964"], ["updated_at", "2018-10-11 16:43:10.297964"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.299959"], ["updated_at", "2018-10-11 16:43:10.299959"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.302308"], ["updated_at", "2018-10-11 16:43:10.302308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.305464"], ["updated_at", "2018-10-11 16:43:10.305464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.307298"], ["updated_at", "2018-10-11 16:43:10.307298"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.308981"], ["updated_at", "2018-10-11 16:43:10.308981"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.311307"], ["updated_at", "2018-10-11 16:43:10.311307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.313011"], ["updated_at", "2018-10-11 16:43:10.313011"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.314881"], ["updated_at", "2018-10-11 16:43:10.314881"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.317865"], ["updated_at", "2018-10-11 16:43:10.317865"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.321206"], ["updated_at", "2018-10-11 16:43:10.321206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.323435"], ["updated_at", "2018-10-11 16:43:10.323435"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.325087"], ["updated_at", "2018-10-11 16:43:10.325087"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.327821"], ["updated_at", "2018-10-11 16:43:10.327821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.329581"], ["updated_at", "2018-10-11 16:43:10.329581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.331508"], ["updated_at", "2018-10-11 16:43:10.331508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.333263"], ["updated_at", "2018-10-11 16:43:10.333263"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.335435"], ["updated_at", "2018-10-11 16:43:10.335435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.338652"], ["updated_at", "2018-10-11 16:43:10.338652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.340319"], ["updated_at", "2018-10-11 16:43:10.340319"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.342522"], ["updated_at", "2018-10-11 16:43:10.342522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.344537"], ["updated_at", "2018-10-11 16:43:10.344537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.346266"], ["updated_at", "2018-10-11 16:43:10.346266"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.348338"], ["updated_at", "2018-10-11 16:43:10.348338"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.350560"], ["updated_at", "2018-10-11 16:43:10.350560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.352544"], ["updated_at", "2018-10-11 16:43:10.352544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.354166"], ["updated_at", "2018-10-11 16:43:10.354166"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.355823"], ["updated_at", "2018-10-11 16:43:10.355823"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.358625"], ["updated_at", "2018-10-11 16:43:10.358625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.360693"], ["updated_at", "2018-10-11 16:43:10.360693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.362478"], ["updated_at", "2018-10-11 16:43:10.362478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.364203"], ["updated_at", "2018-10-11 16:43:10.364203"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.366517"], ["updated_at", "2018-10-11 16:43:10.366517"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.368553"], ["updated_at", "2018-10-11 16:43:10.368553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.371370"], ["updated_at", "2018-10-11 16:43:10.371370"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.373263"], ["updated_at", "2018-10-11 16:43:10.373263"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.375737"], ["updated_at", "2018-10-11 16:43:10.375737"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.377642"], ["updated_at", "2018-10-11 16:43:10.377642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.379432"], ["updated_at", "2018-10-11 16:43:10.379432"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.381137"], ["updated_at", "2018-10-11 16:43:10.381137"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.385502"], ["updated_at", "2018-10-11 16:43:10.385502"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.388648"], ["updated_at", "2018-10-11 16:43:10.388648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.390936"], ["updated_at", "2018-10-11 16:43:10.390936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.392781"], ["updated_at", "2018-10-11 16:43:10.392781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.394567"], ["updated_at", "2018-10-11 16:43:10.394567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.396332"], ["updated_at", "2018-10-11 16:43:10.396332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.399030"], ["updated_at", "2018-10-11 16:43:10.399030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.400852"], ["updated_at", "2018-10-11 16:43:10.400852"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.403059"], ["updated_at", "2018-10-11 16:43:10.403059"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.406030"], ["updated_at", "2018-10-11 16:43:10.406030"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.408278"], ["updated_at", "2018-10-11 16:43:10.408278"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.410088"], ["updated_at", "2018-10-11 16:43:10.410088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.411866"], ["updated_at", "2018-10-11 16:43:10.411866"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.413555"], ["updated_at", "2018-10-11 16:43:10.413555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.416019"], ["updated_at", "2018-10-11 16:43:10.416019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.417633"], ["updated_at", "2018-10-11 16:43:10.417633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.419258"], ["updated_at", "2018-10-11 16:43:10.419258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.420826"], ["updated_at", "2018-10-11 16:43:10.420826"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.422807"], ["updated_at", "2018-10-11 16:43:10.422807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.424803"], ["updated_at", "2018-10-11 16:43:10.424803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.426514"], ["updated_at", "2018-10-11 16:43:10.426514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.428192"], ["updated_at", "2018-10-11 16:43:10.428192"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.429854"], ["updated_at", "2018-10-11 16:43:10.429854"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.432548"], ["updated_at", "2018-10-11 16:43:10.432548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.434308"], ["updated_at", "2018-10-11 16:43:10.434308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.435885"], ["updated_at", "2018-10-11 16:43:10.435885"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.437613"], ["updated_at", "2018-10-11 16:43:10.437613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.439526"], ["updated_at", "2018-10-11 16:43:10.439526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.441283"], ["updated_at", "2018-10-11 16:43:10.441283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.442907"], ["updated_at", "2018-10-11 16:43:10.442907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.444520"], ["updated_at", "2018-10-11 16:43:10.444520"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.446153"], ["updated_at", "2018-10-11 16:43:10.446153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.448697"], ["updated_at", "2018-10-11 16:43:10.448697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.450457"], ["updated_at", "2018-10-11 16:43:10.450457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.452089"], ["updated_at", "2018-10-11 16:43:10.452089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.453691"], ["updated_at", "2018-10-11 16:43:10.453691"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.455649"], ["updated_at", "2018-10-11 16:43:10.455649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.457484"], ["updated_at", "2018-10-11 16:43:10.457484"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.459145"], ["updated_at", "2018-10-11 16:43:10.459145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.460875"], ["updated_at", "2018-10-11 16:43:10.460875"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.462526"], ["updated_at", "2018-10-11 16:43:10.462526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.465040"], ["updated_at", "2018-10-11 16:43:10.465040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.466771"], ["updated_at", "2018-10-11 16:43:10.466771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.468348"], ["updated_at", "2018-10-11 16:43:10.468348"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.469943"], ["updated_at", "2018-10-11 16:43:10.469943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.472009"], ["updated_at", "2018-10-11 16:43:10.472009"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.473728"], ["updated_at", "2018-10-11 16:43:10.473728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.475599"], ["updated_at", "2018-10-11 16:43:10.475599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.477260"], ["updated_at", "2018-10-11 16:43:10.477260"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.479124"], ["updated_at", "2018-10-11 16:43:10.479124"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.481419"], ["updated_at", "2018-10-11 16:43:10.481419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.483465"], ["updated_at", "2018-10-11 16:43:10.483465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.485076"], ["updated_at", "2018-10-11 16:43:10.485076"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.486646"], ["updated_at", "2018-10-11 16:43:10.486646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.488702"], ["updated_at", "2018-10-11 16:43:10.488702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.490336"], ["updated_at", "2018-10-11 16:43:10.490336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.491954"], ["updated_at", "2018-10-11 16:43:10.491954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.493543"], ["updated_at", "2018-10-11 16:43:10.493543"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.495268"], ["updated_at", "2018-10-11 16:43:10.495268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.497032"], ["updated_at", "2018-10-11 16:43:10.497032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.498920"], ["updated_at", "2018-10-11 16:43:10.498920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.500598"], ["updated_at", "2018-10-11 16:43:10.500598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.502164"], ["updated_at", "2018-10-11 16:43:10.502164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.503929"], ["updated_at", "2018-10-11 16:43:10.503929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.505504"], ["updated_at", "2018-10-11 16:43:10.505504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.507100"], ["updated_at", "2018-10-11 16:43:10.507100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.508652"], ["updated_at", "2018-10-11 16:43:10.508652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.510240"], ["updated_at", "2018-10-11 16:43:10.510240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.511973"], ["updated_at", "2018-10-11 16:43:10.511973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.513662"], ["updated_at", "2018-10-11 16:43:10.513662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.515402"], ["updated_at", "2018-10-11 16:43:10.515402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.517129"], ["updated_at", "2018-10-11 16:43:10.517129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.518733"], ["updated_at", "2018-10-11 16:43:10.518733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.520459"], ["updated_at", "2018-10-11 16:43:10.520459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.522026"], ["updated_at", "2018-10-11 16:43:10.522026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.523601"], ["updated_at", "2018-10-11 16:43:10.523601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.525245"], ["updated_at", "2018-10-11 16:43:10.525245"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.526873"], ["updated_at", "2018-10-11 16:43:10.526873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.528710"], ["updated_at", "2018-10-11 16:43:10.528710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.530369"], ["updated_at", "2018-10-11 16:43:10.530369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.532000"], ["updated_at", "2018-10-11 16:43:10.532000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.533598"], ["updated_at", "2018-10-11 16:43:10.533598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.535312"], ["updated_at", "2018-10-11 16:43:10.535312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.536974"], ["updated_at", "2018-10-11 16:43:10.536974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.538553"], ["updated_at", "2018-10-11 16:43:10.538553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.540098"], ["updated_at", "2018-10-11 16:43:10.540098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.541655"], ["updated_at", "2018-10-11 16:43:10.541655"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.543162"], ["updated_at", "2018-10-11 16:43:10.543162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.544922"], ["updated_at", "2018-10-11 16:43:10.544922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.546485"], ["updated_at", "2018-10-11 16:43:10.546485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.547999"], ["updated_at", "2018-10-11 16:43:10.547999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.549560"], ["updated_at", "2018-10-11 16:43:10.549560"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.551100"], ["updated_at", "2018-10-11 16:43:10.551100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.553096"], ["updated_at", "2018-10-11 16:43:10.553096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.554675"], ["updated_at", "2018-10-11 16:43:10.554675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.556257"], ["updated_at", "2018-10-11 16:43:10.556257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.557865"], ["updated_at", "2018-10-11 16:43:10.557865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.559669"], ["updated_at", "2018-10-11 16:43:10.559669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.561630"], ["updated_at", "2018-10-11 16:43:10.561630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.563161"], ["updated_at", "2018-10-11 16:43:10.563161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.564736"], ["updated_at", "2018-10-11 16:43:10.564736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.566251"], ["updated_at", "2018-10-11 16:43:10.566251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.568175"], ["updated_at", "2018-10-11 16:43:10.568175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.569902"], ["updated_at", "2018-10-11 16:43:10.569902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.571490"], ["updated_at", "2018-10-11 16:43:10.571490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.573401"], ["updated_at", "2018-10-11 16:43:10.573401"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.575226"], ["updated_at", "2018-10-11 16:43:10.575226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.577258"], ["updated_at", "2018-10-11 16:43:10.577258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.578974"], ["updated_at", "2018-10-11 16:43:10.578974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.580576"], ["updated_at", "2018-10-11 16:43:10.580576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.582331"], ["updated_at", "2018-10-11 16:43:10.582331"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.584271"], ["updated_at", "2018-10-11 16:43:10.584271"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.585978"], ["updated_at", "2018-10-11 16:43:10.585978"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.588961"], ["updated_at", "2018-10-11 16:43:10.588961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.590691"], ["updated_at", "2018-10-11 16:43:10.590691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.592543"], ["updated_at", "2018-10-11 16:43:10.592543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.594196"], ["updated_at", "2018-10-11 16:43:10.594196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.595763"], ["updated_at", "2018-10-11 16:43:10.595763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.597347"], ["updated_at", "2018-10-11 16:43:10.597347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.598917"], ["updated_at", "2018-10-11 16:43:10.598917"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.601007"], ["updated_at", "2018-10-11 16:43:10.601007"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.603281"], ["updated_at", "2018-10-11 16:43:10.603281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.605092"], ["updated_at", "2018-10-11 16:43:10.605092"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.606726"], ["updated_at", "2018-10-11 16:43:10.606726"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.608949"], ["updated_at", "2018-10-11 16:43:10.608949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.611121"], ["updated_at", "2018-10-11 16:43:10.611121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.612965"], ["updated_at", "2018-10-11 16:43:10.612965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.614723"], ["updated_at", "2018-10-11 16:43:10.614723"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.616872"], ["updated_at", "2018-10-11 16:43:10.616872"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.619344"], ["updated_at", "2018-10-11 16:43:10.619344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.621623"], ["updated_at", "2018-10-11 16:43:10.621623"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.623371"], ["updated_at", "2018-10-11 16:43:10.623371"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.625694"], ["updated_at", "2018-10-11 16:43:10.625694"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.627703"], ["updated_at", "2018-10-11 16:43:10.627703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.629389"], ["updated_at", "2018-10-11 16:43:10.629389"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.631146"], ["updated_at", "2018-10-11 16:43:10.631146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.633891"], ["updated_at", "2018-10-11 16:43:10.633891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.635580"], ["updated_at", "2018-10-11 16:43:10.635580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.637168"], ["updated_at", "2018-10-11 16:43:10.637168"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.638755"], ["updated_at", "2018-10-11 16:43:10.638755"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.641481"], ["updated_at", "2018-10-11 16:43:10.641481"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.643747"], ["updated_at", "2018-10-11 16:43:10.643747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.645557"], ["updated_at", "2018-10-11 16:43:10.645557"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.647235"], ["updated_at", "2018-10-11 16:43:10.647235"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.650350"], ["updated_at", "2018-10-11 16:43:10.650350"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.653543"], ["updated_at", "2018-10-11 16:43:10.653543"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.656122"], ["updated_at", "2018-10-11 16:43:10.656122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.658326"], ["updated_at", "2018-10-11 16:43:10.658326"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.660201"], ["updated_at", "2018-10-11 16:43:10.660201"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.662369"], ["updated_at", "2018-10-11 16:43:10.662369"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.664240"], ["updated_at", "2018-10-11 16:43:10.664240"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.667957"], ["updated_at", "2018-10-11 16:43:10.667957"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.673208"], ["updated_at", "2018-10-11 16:43:10.673208"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.675471"], ["updated_at", "2018-10-11 16:43:10.675471"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.677790"], ["updated_at", "2018-10-11 16:43:10.677790"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.679603"], ["updated_at", "2018-10-11 16:43:10.679603"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.682243"], ["updated_at", "2018-10-11 16:43:10.682243"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.684487"], ["updated_at", "2018-10-11 16:43:10.684487"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.687968"], ["updated_at", "2018-10-11 16:43:10.687968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.691290"], ["updated_at", "2018-10-11 16:43:10.691290"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.692905"], ["updated_at", "2018-10-11 16:43:10.692905"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.694730"], ["updated_at", "2018-10-11 16:43:10.694730"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.697189"], ["updated_at", "2018-10-11 16:43:10.697189"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.700083"], ["updated_at", "2018-10-11 16:43:10.700083"], ["parent_id", 39895952907]] Kithe::Work Create (6.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.702677"], ["updated_at", "2018-10-11 16:43:10.702677"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.711501"], ["updated_at", "2018-10-11 16:43:10.711501"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.714591"], ["updated_at", "2018-10-11 16:43:10.714591"], ["parent_id", 39895952907]] Kithe::Work Create (3.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.718280"], ["updated_at", "2018-10-11 16:43:10.718280"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.725127"], ["updated_at", "2018-10-11 16:43:10.725127"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.728594"], ["updated_at", "2018-10-11 16:43:10.728594"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.731024"], ["updated_at", "2018-10-11 16:43:10.731024"], ["parent_id", 39895952907]] Kithe::Work Create (6.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.733579"], ["updated_at", "2018-10-11 16:43:10.733579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.741664"], ["updated_at", "2018-10-11 16:43:10.741664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.743401"], ["updated_at", "2018-10-11 16:43:10.743401"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.745145"], ["updated_at", "2018-10-11 16:43:10.745145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.747373"], ["updated_at", "2018-10-11 16:43:10.747373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.749258"], ["updated_at", "2018-10-11 16:43:10.749258"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.751361"], ["updated_at", "2018-10-11 16:43:10.751361"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.754719"], ["updated_at", "2018-10-11 16:43:10.754719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.756837"], ["updated_at", "2018-10-11 16:43:10.756837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.758407"], ["updated_at", "2018-10-11 16:43:10.758407"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.760218"], ["updated_at", "2018-10-11 16:43:10.760218"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.762447"], ["updated_at", "2018-10-11 16:43:10.762447"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.764392"], ["updated_at", "2018-10-11 16:43:10.764392"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.767233"], ["updated_at", "2018-10-11 16:43:10.767233"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.770568"], ["updated_at", "2018-10-11 16:43:10.770568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.773587"], ["updated_at", "2018-10-11 16:43:10.773587"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.775429"], ["updated_at", "2018-10-11 16:43:10.775429"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.777462"], ["updated_at", "2018-10-11 16:43:10.777462"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.780121"], ["updated_at", "2018-10-11 16:43:10.780121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.782140"], ["updated_at", "2018-10-11 16:43:10.782140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.783910"], ["updated_at", "2018-10-11 16:43:10.783910"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.786289"], ["updated_at", "2018-10-11 16:43:10.786289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.788536"], ["updated_at", "2018-10-11 16:43:10.788536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.790131"], ["updated_at", "2018-10-11 16:43:10.790131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.791855"], ["updated_at", "2018-10-11 16:43:10.791855"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.793899"], ["updated_at", "2018-10-11 16:43:10.793899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.796073"], ["updated_at", "2018-10-11 16:43:10.796073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.797806"], ["updated_at", "2018-10-11 16:43:10.797806"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.799900"], ["updated_at", "2018-10-11 16:43:10.799900"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.802538"], ["updated_at", "2018-10-11 16:43:10.802538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.804497"], ["updated_at", "2018-10-11 16:43:10.804497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.806109"], ["updated_at", "2018-10-11 16:43:10.806109"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.807626"], ["updated_at", "2018-10-11 16:43:10.807626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.810262"], ["updated_at", "2018-10-11 16:43:10.810262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.812293"], ["updated_at", "2018-10-11 16:43:10.812293"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.814017"], ["updated_at", "2018-10-11 16:43:10.814017"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.816118"], ["updated_at", "2018-10-11 16:43:10.816118"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.818251"], ["updated_at", "2018-10-11 16:43:10.818251"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.821096"], ["updated_at", "2018-10-11 16:43:10.821096"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.823443"], ["updated_at", "2018-10-11 16:43:10.823443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.825544"], ["updated_at", "2018-10-11 16:43:10.825544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.827339"], ["updated_at", "2018-10-11 16:43:10.827339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.829069"], ["updated_at", "2018-10-11 16:43:10.829069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.830765"], ["updated_at", "2018-10-11 16:43:10.830765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.832589"], ["updated_at", "2018-10-11 16:43:10.832589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.834237"], ["updated_at", "2018-10-11 16:43:10.834237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.836149"], ["updated_at", "2018-10-11 16:43:10.836149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.837756"], ["updated_at", "2018-10-11 16:43:10.837756"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.839489"], ["updated_at", "2018-10-11 16:43:10.839489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.841602"], ["updated_at", "2018-10-11 16:43:10.841602"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.843392"], ["updated_at", "2018-10-11 16:43:10.843392"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.846081"], ["updated_at", "2018-10-11 16:43:10.846081"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.847861"], ["updated_at", "2018-10-11 16:43:10.847861"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.850543"], ["updated_at", "2018-10-11 16:43:10.850543"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.852839"], ["updated_at", "2018-10-11 16:43:10.852839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.855633"], ["updated_at", "2018-10-11 16:43:10.855633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.857224"], ["updated_at", "2018-10-11 16:43:10.857224"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.858859"], ["updated_at", "2018-10-11 16:43:10.858859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.860601"], ["updated_at", "2018-10-11 16:43:10.860601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.862254"], ["updated_at", "2018-10-11 16:43:10.862254"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.864100"], ["updated_at", "2018-10-11 16:43:10.864100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.865944"], ["updated_at", "2018-10-11 16:43:10.865944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.867750"], ["updated_at", "2018-10-11 16:43:10.867750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.869365"], ["updated_at", "2018-10-11 16:43:10.869365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.870905"], ["updated_at", "2018-10-11 16:43:10.870905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.872482"], ["updated_at", "2018-10-11 16:43:10.872482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.874075"], ["updated_at", "2018-10-11 16:43:10.874075"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.875880"], ["updated_at", "2018-10-11 16:43:10.875880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.877823"], ["updated_at", "2018-10-11 16:43:10.877823"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.879675"], ["updated_at", "2018-10-11 16:43:10.879675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.881562"], ["updated_at", "2018-10-11 16:43:10.881562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.883168"], ["updated_at", "2018-10-11 16:43:10.883168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.884671"], ["updated_at", "2018-10-11 16:43:10.884671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.886213"], ["updated_at", "2018-10-11 16:43:10.886213"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.888150"], ["updated_at", "2018-10-11 16:43:10.888150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.890383"], ["updated_at", "2018-10-11 16:43:10.890383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.892069"], ["updated_at", "2018-10-11 16:43:10.892069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.893723"], ["updated_at", "2018-10-11 16:43:10.893723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.895550"], ["updated_at", "2018-10-11 16:43:10.895550"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.897227"], ["updated_at", "2018-10-11 16:43:10.897227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.899698"], ["updated_at", "2018-10-11 16:43:10.899698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.901567"], ["updated_at", "2018-10-11 16:43:10.901567"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.903761"], ["updated_at", "2018-10-11 16:43:10.903761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.905847"], ["updated_at", "2018-10-11 16:43:10.905847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.907557"], ["updated_at", "2018-10-11 16:43:10.907557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.909131"], ["updated_at", "2018-10-11 16:43:10.909131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.910795"], ["updated_at", "2018-10-11 16:43:10.910795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.912618"], ["updated_at", "2018-10-11 16:43:10.912618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.914476"], ["updated_at", "2018-10-11 16:43:10.914476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.916212"], ["updated_at", "2018-10-11 16:43:10.916212"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.917939"], ["updated_at", "2018-10-11 16:43:10.917939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.919870"], ["updated_at", "2018-10-11 16:43:10.919870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.921666"], ["updated_at", "2018-10-11 16:43:10.921666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.923372"], ["updated_at", "2018-10-11 16:43:10.923372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.925058"], ["updated_at", "2018-10-11 16:43:10.925058"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.926768"], ["updated_at", "2018-10-11 16:43:10.926768"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.928554"], ["updated_at", "2018-10-11 16:43:10.928554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.930570"], ["updated_at", "2018-10-11 16:43:10.930570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.932343"], ["updated_at", "2018-10-11 16:43:10.932343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.933934"], ["updated_at", "2018-10-11 16:43:10.933934"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.935744"], ["updated_at", "2018-10-11 16:43:10.935744"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.937975"], ["updated_at", "2018-10-11 16:43:10.937975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.940029"], ["updated_at", "2018-10-11 16:43:10.940029"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.941658"], ["updated_at", "2018-10-11 16:43:10.941658"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.943696"], ["updated_at", "2018-10-11 16:43:10.943696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.945434"], ["updated_at", "2018-10-11 16:43:10.945434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.947187"], ["updated_at", "2018-10-11 16:43:10.947187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.948869"], ["updated_at", "2018-10-11 16:43:10.948869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.950975"], ["updated_at", "2018-10-11 16:43:10.950975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.952765"], ["updated_at", "2018-10-11 16:43:10.952765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.954360"], ["updated_at", "2018-10-11 16:43:10.954360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.955917"], ["updated_at", "2018-10-11 16:43:10.955917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.957548"], ["updated_at", "2018-10-11 16:43:10.957548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.959437"], ["updated_at", "2018-10-11 16:43:10.959437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.962529"], ["updated_at", "2018-10-11 16:43:10.962529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.964258"], ["updated_at", "2018-10-11 16:43:10.964258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.965910"], ["updated_at", "2018-10-11 16:43:10.965910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.967608"], ["updated_at", "2018-10-11 16:43:10.967608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.969265"], ["updated_at", "2018-10-11 16:43:10.969265"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.971231"], ["updated_at", "2018-10-11 16:43:10.971231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.972934"], ["updated_at", "2018-10-11 16:43:10.972934"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.974557"], ["updated_at", "2018-10-11 16:43:10.974557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.976771"], ["updated_at", "2018-10-11 16:43:10.976771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.978757"], ["updated_at", "2018-10-11 16:43:10.978757"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.980632"], ["updated_at", "2018-10-11 16:43:10.980632"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.982427"], ["updated_at", "2018-10-11 16:43:10.982427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.984500"], ["updated_at", "2018-10-11 16:43:10.984500"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.986678"], ["updated_at", "2018-10-11 16:43:10.986678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.988725"], ["updated_at", "2018-10-11 16:43:10.988725"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.990263"], ["updated_at", "2018-10-11 16:43:10.990263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.992050"], ["updated_at", "2018-10-11 16:43:10.992050"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.993902"], ["updated_at", "2018-10-11 16:43:10.993902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.995693"], ["updated_at", "2018-10-11 16:43:10.995693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.997488"], ["updated_at", "2018-10-11 16:43:10.997488"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:10.999455"], ["updated_at", "2018-10-11 16:43:10.999455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.001728"], ["updated_at", "2018-10-11 16:43:11.001728"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.003409"], ["updated_at", "2018-10-11 16:43:11.003409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.005079"], ["updated_at", "2018-10-11 16:43:11.005079"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.006654"], ["updated_at", "2018-10-11 16:43:11.006654"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.008818"], ["updated_at", "2018-10-11 16:43:11.008818"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.010603"], ["updated_at", "2018-10-11 16:43:11.010603"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.013259"], ["updated_at", "2018-10-11 16:43:11.013259"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.015260"], ["updated_at", "2018-10-11 16:43:11.015260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.017579"], ["updated_at", "2018-10-11 16:43:11.017579"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.019267"], ["updated_at", "2018-10-11 16:43:11.019267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.020977"], ["updated_at", "2018-10-11 16:43:11.020977"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.022515"], ["updated_at", "2018-10-11 16:43:11.022515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.024695"], ["updated_at", "2018-10-11 16:43:11.024695"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.026452"], ["updated_at", "2018-10-11 16:43:11.026452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.028137"], ["updated_at", "2018-10-11 16:43:11.028137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.029885"], ["updated_at", "2018-10-11 16:43:11.029885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.032288"], ["updated_at", "2018-10-11 16:43:11.032288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.034270"], ["updated_at", "2018-10-11 16:43:11.034270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.035953"], ["updated_at", "2018-10-11 16:43:11.035953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.037541"], ["updated_at", "2018-10-11 16:43:11.037541"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.039132"], ["updated_at", "2018-10-11 16:43:11.039132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.041348"], ["updated_at", "2018-10-11 16:43:11.041348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.043048"], ["updated_at", "2018-10-11 16:43:11.043048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.044822"], ["updated_at", "2018-10-11 16:43:11.044822"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.046542"], ["updated_at", "2018-10-11 16:43:11.046542"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.049104"], ["updated_at", "2018-10-11 16:43:11.049104"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.052923"], ["updated_at", "2018-10-11 16:43:11.052923"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.056520"], ["updated_at", "2018-10-11 16:43:11.056520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.058419"], ["updated_at", "2018-10-11 16:43:11.058419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.060140"], ["updated_at", "2018-10-11 16:43:11.060140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.061908"], ["updated_at", "2018-10-11 16:43:11.061908"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.063835"], ["updated_at", "2018-10-11 16:43:11.063835"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.066853"], ["updated_at", "2018-10-11 16:43:11.066853"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.071074"], ["updated_at", "2018-10-11 16:43:11.071074"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.074523"], ["updated_at", "2018-10-11 16:43:11.074523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.076423"], ["updated_at", "2018-10-11 16:43:11.076423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.078147"], ["updated_at", "2018-10-11 16:43:11.078147"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.080238"], ["updated_at", "2018-10-11 16:43:11.080238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.082538"], ["updated_at", "2018-10-11 16:43:11.082538"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.084319"], ["updated_at", "2018-10-11 16:43:11.084319"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.086975"], ["updated_at", "2018-10-11 16:43:11.086975"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.088894"], ["updated_at", "2018-10-11 16:43:11.088894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.090827"], ["updated_at", "2018-10-11 16:43:11.090827"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.092513"], ["updated_at", "2018-10-11 16:43:11.092513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.094271"], ["updated_at", "2018-10-11 16:43:11.094271"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.096090"], ["updated_at", "2018-10-11 16:43:11.096090"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.098325"], ["updated_at", "2018-10-11 16:43:11.098325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.100482"], ["updated_at", "2018-10-11 16:43:11.100482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.102154"], ["updated_at", "2018-10-11 16:43:11.102154"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.103825"], ["updated_at", "2018-10-11 16:43:11.103825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.105949"], ["updated_at", "2018-10-11 16:43:11.105949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.107646"], ["updated_at", "2018-10-11 16:43:11.107646"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.109308"], ["updated_at", "2018-10-11 16:43:11.109308"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.111490"], ["updated_at", "2018-10-11 16:43:11.111490"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.113977"], ["updated_at", "2018-10-11 16:43:11.113977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.116270"], ["updated_at", "2018-10-11 16:43:11.116270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.118129"], ["updated_at", "2018-10-11 16:43:11.118129"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.119881"], ["updated_at", "2018-10-11 16:43:11.119881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.122041"], ["updated_at", "2018-10-11 16:43:11.122041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.123750"], ["updated_at", "2018-10-11 16:43:11.123750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.125359"], ["updated_at", "2018-10-11 16:43:11.125359"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.127083"], ["updated_at", "2018-10-11 16:43:11.127083"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.129344"], ["updated_at", "2018-10-11 16:43:11.129344"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.131389"], ["updated_at", "2018-10-11 16:43:11.131389"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.133621"], ["updated_at", "2018-10-11 16:43:11.133621"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.136357"], ["updated_at", "2018-10-11 16:43:11.136357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.139016"], ["updated_at", "2018-10-11 16:43:11.139016"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.140681"], ["updated_at", "2018-10-11 16:43:11.140681"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.142613"], ["updated_at", "2018-10-11 16:43:11.142613"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.144650"], ["updated_at", "2018-10-11 16:43:11.144650"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.146891"], ["updated_at", "2018-10-11 16:43:11.146891"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.149106"], ["updated_at", "2018-10-11 16:43:11.149106"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.150943"], ["updated_at", "2018-10-11 16:43:11.150943"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.153937"], ["updated_at", "2018-10-11 16:43:11.153937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.155747"], ["updated_at", "2018-10-11 16:43:11.155747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.157344"], ["updated_at", "2018-10-11 16:43:11.157344"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.159043"], ["updated_at", "2018-10-11 16:43:11.159043"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.161284"], ["updated_at", "2018-10-11 16:43:11.161284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.163308"], ["updated_at", "2018-10-11 16:43:11.163308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.165204"], ["updated_at", "2018-10-11 16:43:11.165204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.167327"], ["updated_at", "2018-10-11 16:43:11.167327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.169367"], ["updated_at", "2018-10-11 16:43:11.169367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.171267"], ["updated_at", "2018-10-11 16:43:11.171267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.172852"], ["updated_at", "2018-10-11 16:43:11.172852"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.174493"], ["updated_at", "2018-10-11 16:43:11.174493"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.176051"], ["updated_at", "2018-10-11 16:43:11.176051"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.178253"], ["updated_at", "2018-10-11 16:43:11.178253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.180104"], ["updated_at", "2018-10-11 16:43:11.180104"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.182020"], ["updated_at", "2018-10-11 16:43:11.182020"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.184075"], ["updated_at", "2018-10-11 16:43:11.184075"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.186576"], ["updated_at", "2018-10-11 16:43:11.186576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.188444"], ["updated_at", "2018-10-11 16:43:11.188444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.190055"], ["updated_at", "2018-10-11 16:43:11.190055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.191608"], ["updated_at", "2018-10-11 16:43:11.191608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.193559"], ["updated_at", "2018-10-11 16:43:11.193559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.195539"], ["updated_at", "2018-10-11 16:43:11.195539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.197284"], ["updated_at", "2018-10-11 16:43:11.197284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.199354"], ["updated_at", "2018-10-11 16:43:11.199354"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.201503"], ["updated_at", "2018-10-11 16:43:11.201503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.203372"], ["updated_at", "2018-10-11 16:43:11.203372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.204985"], ["updated_at", "2018-10-11 16:43:11.204985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.206546"], ["updated_at", "2018-10-11 16:43:11.206546"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.208121"], ["updated_at", "2018-10-11 16:43:11.208121"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.210265"], ["updated_at", "2018-10-11 16:43:11.210265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.212323"], ["updated_at", "2018-10-11 16:43:11.212323"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.214174"], ["updated_at", "2018-10-11 16:43:11.214174"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.216343"], ["updated_at", "2018-10-11 16:43:11.216343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.218772"], ["updated_at", "2018-10-11 16:43:11.218772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.220482"], ["updated_at", "2018-10-11 16:43:11.220482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.222127"], ["updated_at", "2018-10-11 16:43:11.222127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.223767"], ["updated_at", "2018-10-11 16:43:11.223767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.225659"], ["updated_at", "2018-10-11 16:43:11.225659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.227638"], ["updated_at", "2018-10-11 16:43:11.227638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.229345"], ["updated_at", "2018-10-11 16:43:11.229345"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.231002"], ["updated_at", "2018-10-11 16:43:11.231002"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.233155"], ["updated_at", "2018-10-11 16:43:11.233155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.235373"], ["updated_at", "2018-10-11 16:43:11.235373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.237040"], ["updated_at", "2018-10-11 16:43:11.237040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.238635"], ["updated_at", "2018-10-11 16:43:11.238635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.240300"], ["updated_at", "2018-10-11 16:43:11.240300"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.242264"], ["updated_at", "2018-10-11 16:43:11.242264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.244059"], ["updated_at", "2018-10-11 16:43:11.244059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.245720"], ["updated_at", "2018-10-11 16:43:11.245720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.247380"], ["updated_at", "2018-10-11 16:43:11.247380"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.249317"], ["updated_at", "2018-10-11 16:43:11.249317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.251687"], ["updated_at", "2018-10-11 16:43:11.251687"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.253306"], ["updated_at", "2018-10-11 16:43:11.253306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.254992"], ["updated_at", "2018-10-11 16:43:11.254992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.256557"], ["updated_at", "2018-10-11 16:43:11.256557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.258400"], ["updated_at", "2018-10-11 16:43:11.258400"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.260210"], ["updated_at", "2018-10-11 16:43:11.260210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.262107"], ["updated_at", "2018-10-11 16:43:11.262107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.263827"], ["updated_at", "2018-10-11 16:43:11.263827"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.265961"], ["updated_at", "2018-10-11 16:43:11.265961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.268287"], ["updated_at", "2018-10-11 16:43:11.268287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.269931"], ["updated_at", "2018-10-11 16:43:11.269931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.271510"], ["updated_at", "2018-10-11 16:43:11.271510"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.273088"], ["updated_at", "2018-10-11 16:43:11.273088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.275326"], ["updated_at", "2018-10-11 16:43:11.275326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.277101"], ["updated_at", "2018-10-11 16:43:11.277101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.278879"], ["updated_at", "2018-10-11 16:43:11.278879"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.280584"], ["updated_at", "2018-10-11 16:43:11.280584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.283349"], ["updated_at", "2018-10-11 16:43:11.283349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.285061"], ["updated_at", "2018-10-11 16:43:11.285061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.286627"], ["updated_at", "2018-10-11 16:43:11.286627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.288251"], ["updated_at", "2018-10-11 16:43:11.288251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.290336"], ["updated_at", "2018-10-11 16:43:11.290336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.292145"], ["updated_at", "2018-10-11 16:43:11.292145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.293847"], ["updated_at", "2018-10-11 16:43:11.293847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.295555"], ["updated_at", "2018-10-11 16:43:11.295555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.297249"], ["updated_at", "2018-10-11 16:43:11.297249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.301235"], ["updated_at", "2018-10-11 16:43:11.301235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.302848"], ["updated_at", "2018-10-11 16:43:11.302848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.304387"], ["updated_at", "2018-10-11 16:43:11.304387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.306330"], ["updated_at", "2018-10-11 16:43:11.306330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.308088"], ["updated_at", "2018-10-11 16:43:11.308088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.309705"], ["updated_at", "2018-10-11 16:43:11.309705"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.311481"], ["updated_at", "2018-10-11 16:43:11.311481"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.313313"], ["updated_at", "2018-10-11 16:43:11.313313"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.316024"], ["updated_at", "2018-10-11 16:43:11.316024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.317779"], ["updated_at", "2018-10-11 16:43:11.317779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.319385"], ["updated_at", "2018-10-11 16:43:11.319385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.320904"], ["updated_at", "2018-10-11 16:43:11.320904"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.322936"], ["updated_at", "2018-10-11 16:43:11.322936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.324817"], ["updated_at", "2018-10-11 16:43:11.324817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.326524"], ["updated_at", "2018-10-11 16:43:11.326524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.328280"], ["updated_at", "2018-10-11 16:43:11.328280"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.330129"], ["updated_at", "2018-10-11 16:43:11.330129"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.331898"], ["updated_at", "2018-10-11 16:43:11.331898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.333981"], ["updated_at", "2018-10-11 16:43:11.333981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.335687"], ["updated_at", "2018-10-11 16:43:11.335687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.337294"], ["updated_at", "2018-10-11 16:43:11.337294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.339458"], ["updated_at", "2018-10-11 16:43:11.339458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.341204"], ["updated_at", "2018-10-11 16:43:11.341204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.342839"], ["updated_at", "2018-10-11 16:43:11.342839"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.344471"], ["updated_at", "2018-10-11 16:43:11.344471"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.346657"], ["updated_at", "2018-10-11 16:43:11.346657"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.348975"], ["updated_at", "2018-10-11 16:43:11.348975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.350820"], ["updated_at", "2018-10-11 16:43:11.350820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.352381"], ["updated_at", "2018-10-11 16:43:11.352381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.354021"], ["updated_at", "2018-10-11 16:43:11.354021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.355758"], ["updated_at", "2018-10-11 16:43:11.355758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.357295"], ["updated_at", "2018-10-11 16:43:11.357295"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.358812"], ["updated_at", "2018-10-11 16:43:11.358812"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.360897"], ["updated_at", "2018-10-11 16:43:11.360897"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.362936"], ["updated_at", "2018-10-11 16:43:11.362936"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.364806"], ["updated_at", "2018-10-11 16:43:11.364806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.366661"], ["updated_at", "2018-10-11 16:43:11.366661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.368259"], ["updated_at", "2018-10-11 16:43:11.368259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.369865"], ["updated_at", "2018-10-11 16:43:11.369865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.371671"], ["updated_at", "2018-10-11 16:43:11.371671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.373188"], ["updated_at", "2018-10-11 16:43:11.373188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.374756"], ["updated_at", "2018-10-11 16:43:11.374756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.376300"], ["updated_at", "2018-10-11 16:43:11.376300"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.378031"], ["updated_at", "2018-10-11 16:43:11.378031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.380023"], ["updated_at", "2018-10-11 16:43:11.380023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.381956"], ["updated_at", "2018-10-11 16:43:11.381956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.383584"], ["updated_at", "2018-10-11 16:43:11.383584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.385196"], ["updated_at", "2018-10-11 16:43:11.385196"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.386936"], ["updated_at", "2018-10-11 16:43:11.386936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.388684"], ["updated_at", "2018-10-11 16:43:11.388684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.390336"], ["updated_at", "2018-10-11 16:43:11.390336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.391971"], ["updated_at", "2018-10-11 16:43:11.391971"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.393639"], ["updated_at", "2018-10-11 16:43:11.393639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.395606"], ["updated_at", "2018-10-11 16:43:11.395606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.397308"], ["updated_at", "2018-10-11 16:43:11.397308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.398907"], ["updated_at", "2018-10-11 16:43:11.398907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.400686"], ["updated_at", "2018-10-11 16:43:11.400686"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.402241"], ["updated_at", "2018-10-11 16:43:11.402241"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.404715"], ["updated_at", "2018-10-11 16:43:11.404715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.406671"], ["updated_at", "2018-10-11 16:43:11.406671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.408412"], ["updated_at", "2018-10-11 16:43:11.408412"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.410107"], ["updated_at", "2018-10-11 16:43:11.410107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.412261"], ["updated_at", "2018-10-11 16:43:11.412261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.413912"], ["updated_at", "2018-10-11 16:43:11.413912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.415856"], ["updated_at", "2018-10-11 16:43:11.415856"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.417634"], ["updated_at", "2018-10-11 16:43:11.417634"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.419869"], ["updated_at", "2018-10-11 16:43:11.419869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.421890"], ["updated_at", "2018-10-11 16:43:11.421890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.423642"], ["updated_at", "2018-10-11 16:43:11.423642"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.425357"], ["updated_at", "2018-10-11 16:43:11.425357"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.427407"], ["updated_at", "2018-10-11 16:43:11.427407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.429386"], ["updated_at", "2018-10-11 16:43:11.429386"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.430999"], ["updated_at", "2018-10-11 16:43:11.430999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.432979"], ["updated_at", "2018-10-11 16:43:11.432979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.434664"], ["updated_at", "2018-10-11 16:43:11.434664"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.436758"], ["updated_at", "2018-10-11 16:43:11.436758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.438569"], ["updated_at", "2018-10-11 16:43:11.438569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.440332"], ["updated_at", "2018-10-11 16:43:11.440332"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.442039"], ["updated_at", "2018-10-11 16:43:11.442039"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.444024"], ["updated_at", "2018-10-11 16:43:11.444024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.445755"], ["updated_at", "2018-10-11 16:43:11.445755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.447316"], ["updated_at", "2018-10-11 16:43:11.447316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.448864"], ["updated_at", "2018-10-11 16:43:11.448864"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.450820"], ["updated_at", "2018-10-11 16:43:11.450820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.452967"], ["updated_at", "2018-10-11 16:43:11.452967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.454620"], ["updated_at", "2018-10-11 16:43:11.454620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.456341"], ["updated_at", "2018-10-11 16:43:11.456341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.458048"], ["updated_at", "2018-10-11 16:43:11.458048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.460098"], ["updated_at", "2018-10-11 16:43:11.460098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.461997"], ["updated_at", "2018-10-11 16:43:11.461997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.463720"], ["updated_at", "2018-10-11 16:43:11.463720"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.465274"], ["updated_at", "2018-10-11 16:43:11.465274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.467752"], ["updated_at", "2018-10-11 16:43:11.467752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.469684"], ["updated_at", "2018-10-11 16:43:11.469684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.471356"], ["updated_at", "2018-10-11 16:43:11.471356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.473039"], ["updated_at", "2018-10-11 16:43:11.473039"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.474800"], ["updated_at", "2018-10-11 16:43:11.474800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.477243"], ["updated_at", "2018-10-11 16:43:11.477243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.478982"], ["updated_at", "2018-10-11 16:43:11.478982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.480516"], ["updated_at", "2018-10-11 16:43:11.480516"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.482081"], ["updated_at", "2018-10-11 16:43:11.482081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.484654"], ["updated_at", "2018-10-11 16:43:11.484654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.486369"], ["updated_at", "2018-10-11 16:43:11.486369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.488029"], ["updated_at", "2018-10-11 16:43:11.488029"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.489753"], ["updated_at", "2018-10-11 16:43:11.489753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.492232"], ["updated_at", "2018-10-11 16:43:11.492232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.494018"], ["updated_at", "2018-10-11 16:43:11.494018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.495608"], ["updated_at", "2018-10-11 16:43:11.495608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.497235"], ["updated_at", "2018-10-11 16:43:11.497235"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.498784"], ["updated_at", "2018-10-11 16:43:11.498784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.501377"], ["updated_at", "2018-10-11 16:43:11.501377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.503143"], ["updated_at", "2018-10-11 16:43:11.503143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.504770"], ["updated_at", "2018-10-11 16:43:11.504770"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.506447"], ["updated_at", "2018-10-11 16:43:11.506447"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.508632"], ["updated_at", "2018-10-11 16:43:11.508632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.510489"], ["updated_at", "2018-10-11 16:43:11.510489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.512123"], ["updated_at", "2018-10-11 16:43:11.512123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.513678"], ["updated_at", "2018-10-11 16:43:11.513678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.515456"], ["updated_at", "2018-10-11 16:43:11.515456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.517657"], ["updated_at", "2018-10-11 16:43:11.517657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.519239"], ["updated_at", "2018-10-11 16:43:11.519239"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.520882"], ["updated_at", "2018-10-11 16:43:11.520882"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.522671"], ["updated_at", "2018-10-11 16:43:11.522671"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.524869"], ["updated_at", "2018-10-11 16:43:11.524869"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.526793"], ["updated_at", "2018-10-11 16:43:11.526793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.528461"], ["updated_at", "2018-10-11 16:43:11.528461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.530010"], ["updated_at", "2018-10-11 16:43:11.530010"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.531809"], ["updated_at", "2018-10-11 16:43:11.531809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.533789"], ["updated_at", "2018-10-11 16:43:11.533789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.535399"], ["updated_at", "2018-10-11 16:43:11.535399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.536997"], ["updated_at", "2018-10-11 16:43:11.536997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.538683"], ["updated_at", "2018-10-11 16:43:11.538683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.540540"], ["updated_at", "2018-10-11 16:43:11.540540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.542248"], ["updated_at", "2018-10-11 16:43:11.542248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.543888"], ["updated_at", "2018-10-11 16:43:11.543888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.545450"], ["updated_at", "2018-10-11 16:43:11.545450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.547026"], ["updated_at", "2018-10-11 16:43:11.547026"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.548677"], ["updated_at", "2018-10-11 16:43:11.548677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.550665"], ["updated_at", "2018-10-11 16:43:11.550665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.552285"], ["updated_at", "2018-10-11 16:43:11.552285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.553867"], ["updated_at", "2018-10-11 16:43:11.553867"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.555590"], ["updated_at", "2018-10-11 16:43:11.555590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.557428"], ["updated_at", "2018-10-11 16:43:11.557428"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.559155"], ["updated_at", "2018-10-11 16:43:11.559155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.560856"], ["updated_at", "2018-10-11 16:43:11.560856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.562446"], ["updated_at", "2018-10-11 16:43:11.562446"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.564091"], ["updated_at", "2018-10-11 16:43:11.564091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.565925"], ["updated_at", "2018-10-11 16:43:11.565925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.567473"], ["updated_at", "2018-10-11 16:43:11.567473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.569063"], ["updated_at", "2018-10-11 16:43:11.569063"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.570604"], ["updated_at", "2018-10-11 16:43:11.570604"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.572523"], ["updated_at", "2018-10-11 16:43:11.572523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.574321"], ["updated_at", "2018-10-11 16:43:11.574321"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.576055"], ["updated_at", "2018-10-11 16:43:11.576055"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.578609"], ["updated_at", "2018-10-11 16:43:11.578609"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.580817"], ["updated_at", "2018-10-11 16:43:11.580817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.583072"], ["updated_at", "2018-10-11 16:43:11.583072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.584677"], ["updated_at", "2018-10-11 16:43:11.584677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.586252"], ["updated_at", "2018-10-11 16:43:11.586252"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.587963"], ["updated_at", "2018-10-11 16:43:11.587963"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.589837"], ["updated_at", "2018-10-11 16:43:11.589837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.591628"], ["updated_at", "2018-10-11 16:43:11.591628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.593294"], ["updated_at", "2018-10-11 16:43:11.593294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.594945"], ["updated_at", "2018-10-11 16:43:11.594945"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.596979"], ["updated_at", "2018-10-11 16:43:11.596979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.599043"], ["updated_at", "2018-10-11 16:43:11.599043"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.601561"], ["updated_at", "2018-10-11 16:43:11.601561"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.603561"], ["updated_at", "2018-10-11 16:43:11.603561"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.605481"], ["updated_at", "2018-10-11 16:43:11.605481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.607330"], ["updated_at", "2018-10-11 16:43:11.607330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.609073"], ["updated_at", "2018-10-11 16:43:11.609073"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.612533"], ["updated_at", "2018-10-11 16:43:11.612533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.614656"], ["updated_at", "2018-10-11 16:43:11.614656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.616624"], ["updated_at", "2018-10-11 16:43:11.616624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.618424"], ["updated_at", "2018-10-11 16:43:11.618424"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.620070"], ["updated_at", "2018-10-11 16:43:11.620070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.622325"], ["updated_at", "2018-10-11 16:43:11.622325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.624090"], ["updated_at", "2018-10-11 16:43:11.624090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.625837"], ["updated_at", "2018-10-11 16:43:11.625837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.627492"], ["updated_at", "2018-10-11 16:43:11.627492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.629476"], ["updated_at", "2018-10-11 16:43:11.629476"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.631140"], ["updated_at", "2018-10-11 16:43:11.631140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.633631"], ["updated_at", "2018-10-11 16:43:11.633631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.635261"], ["updated_at", "2018-10-11 16:43:11.635261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.637479"], ["updated_at", "2018-10-11 16:43:11.637479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.639475"], ["updated_at", "2018-10-11 16:43:11.639475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.641218"], ["updated_at", "2018-10-11 16:43:11.641218"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.642960"], ["updated_at", "2018-10-11 16:43:11.642960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.644849"], ["updated_at", "2018-10-11 16:43:11.644849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.646503"], ["updated_at", "2018-10-11 16:43:11.646503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.648073"], ["updated_at", "2018-10-11 16:43:11.648073"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.649847"], ["updated_at", "2018-10-11 16:43:11.649847"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.651675"], ["updated_at", "2018-10-11 16:43:11.651675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.653416"], ["updated_at", "2018-10-11 16:43:11.653416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.655082"], ["updated_at", "2018-10-11 16:43:11.655082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.656730"], ["updated_at", "2018-10-11 16:43:11.656730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.658418"], ["updated_at", "2018-10-11 16:43:11.658418"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.660080"], ["updated_at", "2018-10-11 16:43:11.660080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.662306"], ["updated_at", "2018-10-11 16:43:11.662306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.663956"], ["updated_at", "2018-10-11 16:43:11.663956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.665971"], ["updated_at", "2018-10-11 16:43:11.665971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.667744"], ["updated_at", "2018-10-11 16:43:11.667744"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.669495"], ["updated_at", "2018-10-11 16:43:11.669495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.671209"], ["updated_at", "2018-10-11 16:43:11.671209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.672854"], ["updated_at", "2018-10-11 16:43:11.672854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.674523"], ["updated_at", "2018-10-11 16:43:11.674523"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.676248"], ["updated_at", "2018-10-11 16:43:11.676248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.678193"], ["updated_at", "2018-10-11 16:43:11.678193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.679880"], ["updated_at", "2018-10-11 16:43:11.679880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.681436"], ["updated_at", "2018-10-11 16:43:11.681436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.683177"], ["updated_at", "2018-10-11 16:43:11.683177"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.685029"], ["updated_at", "2018-10-11 16:43:11.685029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.687016"], ["updated_at", "2018-10-11 16:43:11.687016"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.688611"], ["updated_at", "2018-10-11 16:43:11.688611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.690521"], ["updated_at", "2018-10-11 16:43:11.690521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.692299"], ["updated_at", "2018-10-11 16:43:11.692299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.694016"], ["updated_at", "2018-10-11 16:43:11.694016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.696011"], ["updated_at", "2018-10-11 16:43:11.696011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.697573"], ["updated_at", "2018-10-11 16:43:11.697573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.699399"], ["updated_at", "2018-10-11 16:43:11.699399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.700991"], ["updated_at", "2018-10-11 16:43:11.700991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.702620"], ["updated_at", "2018-10-11 16:43:11.702620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.704720"], ["updated_at", "2018-10-11 16:43:11.704720"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.706529"], ["updated_at", "2018-10-11 16:43:11.706529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.708371"], ["updated_at", "2018-10-11 16:43:11.708371"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.710078"], ["updated_at", "2018-10-11 16:43:11.710078"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.712057"], ["updated_at", "2018-10-11 16:43:11.712057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.713883"], ["updated_at", "2018-10-11 16:43:11.713883"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.715834"], ["updated_at", "2018-10-11 16:43:11.715834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.717870"], ["updated_at", "2018-10-11 16:43:11.717870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.719807"], ["updated_at", "2018-10-11 16:43:11.719807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.721501"], ["updated_at", "2018-10-11 16:43:11.721501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.723144"], ["updated_at", "2018-10-11 16:43:11.723144"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.724743"], ["updated_at", "2018-10-11 16:43:11.724743"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.726515"], ["updated_at", "2018-10-11 16:43:11.726515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.728598"], ["updated_at", "2018-10-11 16:43:11.728598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.730309"], ["updated_at", "2018-10-11 16:43:11.730309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.731883"], ["updated_at", "2018-10-11 16:43:11.731883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.733414"], ["updated_at", "2018-10-11 16:43:11.733414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.734962"], ["updated_at", "2018-10-11 16:43:11.734962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.736515"], ["updated_at", "2018-10-11 16:43:11.736515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.738295"], ["updated_at", "2018-10-11 16:43:11.738295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.739946"], ["updated_at", "2018-10-11 16:43:11.739946"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.741482"], ["updated_at", "2018-10-11 16:43:11.741482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.743491"], ["updated_at", "2018-10-11 16:43:11.743491"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.745151"], ["updated_at", "2018-10-11 16:43:11.745151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.746766"], ["updated_at", "2018-10-11 16:43:11.746766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.748374"], ["updated_at", "2018-10-11 16:43:11.748374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.750003"], ["updated_at", "2018-10-11 16:43:11.750003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.752018"], ["updated_at", "2018-10-11 16:43:11.752018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.753632"], ["updated_at", "2018-10-11 16:43:11.753632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.755186"], ["updated_at", "2018-10-11 16:43:11.755186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.756704"], ["updated_at", "2018-10-11 16:43:11.756704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.758229"], ["updated_at", "2018-10-11 16:43:11.758229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.759814"], ["updated_at", "2018-10-11 16:43:11.759814"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.761624"], ["updated_at", "2018-10-11 16:43:11.761624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.764178"], ["updated_at", "2018-10-11 16:43:11.764178"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.766021"], ["updated_at", "2018-10-11 16:43:11.766021"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.768066"], ["updated_at", "2018-10-11 16:43:11.768066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.769881"], ["updated_at", "2018-10-11 16:43:11.769881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.771505"], ["updated_at", "2018-10-11 16:43:11.771505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.773137"], ["updated_at", "2018-10-11 16:43:11.773137"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.775486"], ["updated_at", "2018-10-11 16:43:11.775486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.778002"], ["updated_at", "2018-10-11 16:43:11.778002"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.779789"], ["updated_at", "2018-10-11 16:43:11.779789"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.782392"], ["updated_at", "2018-10-11 16:43:11.782392"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.785558"], ["updated_at", "2018-10-11 16:43:11.785558"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.788055"], ["updated_at", "2018-10-11 16:43:11.788055"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.790520"], ["updated_at", "2018-10-11 16:43:11.790520"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.792444"], ["updated_at", "2018-10-11 16:43:11.792444"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.795078"], ["updated_at", "2018-10-11 16:43:11.795078"], ["parent_id", 39895952907]] Kithe::Work Create (2.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.798533"], ["updated_at", "2018-10-11 16:43:11.798533"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.804509"], ["updated_at", "2018-10-11 16:43:11.804509"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.807676"], ["updated_at", "2018-10-11 16:43:11.807676"], ["parent_id", 39895952907]] Kithe::Work Create (9.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.811291"], ["updated_at", "2018-10-11 16:43:11.811291"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.822995"], ["updated_at", "2018-10-11 16:43:11.822995"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.825828"], ["updated_at", "2018-10-11 16:43:11.825828"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.828875"], ["updated_at", "2018-10-11 16:43:11.828875"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.832158"], ["updated_at", "2018-10-11 16:43:11.832158"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.835247"], ["updated_at", "2018-10-11 16:43:11.835247"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.838450"], ["updated_at", "2018-10-11 16:43:11.838450"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.841194"], ["updated_at", "2018-10-11 16:43:11.841194"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.853002"], ["updated_at", "2018-10-11 16:43:11.853002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.854744"], ["updated_at", "2018-10-11 16:43:11.854744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.856404"], ["updated_at", "2018-10-11 16:43:11.856404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.858332"], ["updated_at", "2018-10-11 16:43:11.858332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.860005"], ["updated_at", "2018-10-11 16:43:11.860005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.861638"], ["updated_at", "2018-10-11 16:43:11.861638"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.863180"], ["updated_at", "2018-10-11 16:43:11.863180"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.865422"], ["updated_at", "2018-10-11 16:43:11.865422"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.867273"], ["updated_at", "2018-10-11 16:43:11.867273"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.869228"], ["updated_at", "2018-10-11 16:43:11.869228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.871025"], ["updated_at", "2018-10-11 16:43:11.871025"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.873143"], ["updated_at", "2018-10-11 16:43:11.873143"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.875511"], ["updated_at", "2018-10-11 16:43:11.875511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.878250"], ["updated_at", "2018-10-11 16:43:11.878250"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.880225"], ["updated_at", "2018-10-11 16:43:11.880225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.882727"], ["updated_at", "2018-10-11 16:43:11.882727"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.884470"], ["updated_at", "2018-10-11 16:43:11.884470"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.887681"], ["updated_at", "2018-10-11 16:43:11.887681"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.890008"], ["updated_at", "2018-10-11 16:43:11.890008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.891713"], ["updated_at", "2018-10-11 16:43:11.891713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.893352"], ["updated_at", "2018-10-11 16:43:11.893352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.895028"], ["updated_at", "2018-10-11 16:43:11.895028"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.896675"], ["updated_at", "2018-10-11 16:43:11.896675"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.898974"], ["updated_at", "2018-10-11 16:43:11.898974"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.901613"], ["updated_at", "2018-10-11 16:43:11.901613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.905576"], ["updated_at", "2018-10-11 16:43:11.905576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.907424"], ["updated_at", "2018-10-11 16:43:11.907424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.909057"], ["updated_at", "2018-10-11 16:43:11.909057"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.910638"], ["updated_at", "2018-10-11 16:43:11.910638"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.912357"], ["updated_at", "2018-10-11 16:43:11.912357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.914544"], ["updated_at", "2018-10-11 16:43:11.914544"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.916598"], ["updated_at", "2018-10-11 16:43:11.916598"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.920439"], ["updated_at", "2018-10-11 16:43:11.920439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.923961"], ["updated_at", "2018-10-11 16:43:11.923961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.925980"], ["updated_at", "2018-10-11 16:43:11.925980"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.927660"], ["updated_at", "2018-10-11 16:43:11.927660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.929917"], ["updated_at", "2018-10-11 16:43:11.929917"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.931647"], ["updated_at", "2018-10-11 16:43:11.931647"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.933831"], ["updated_at", "2018-10-11 16:43:11.933831"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.936617"], ["updated_at", "2018-10-11 16:43:11.936617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.939932"], ["updated_at", "2018-10-11 16:43:11.939932"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.941651"], ["updated_at", "2018-10-11 16:43:11.941651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.943255"], ["updated_at", "2018-10-11 16:43:11.943255"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.944842"], ["updated_at", "2018-10-11 16:43:11.944842"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.947001"], ["updated_at", "2018-10-11 16:43:11.947001"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.948712"], ["updated_at", "2018-10-11 16:43:11.948712"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.951184"], ["updated_at", "2018-10-11 16:43:11.951184"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.955290"], ["updated_at", "2018-10-11 16:43:11.955290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.957640"], ["updated_at", "2018-10-11 16:43:11.957640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.959343"], ["updated_at", "2018-10-11 16:43:11.959343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.961173"], ["updated_at", "2018-10-11 16:43:11.961173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.963241"], ["updated_at", "2018-10-11 16:43:11.963241"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.964890"], ["updated_at", "2018-10-11 16:43:11.964890"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.967591"], ["updated_at", "2018-10-11 16:43:11.967591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.970546"], ["updated_at", "2018-10-11 16:43:11.970546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.972849"], ["updated_at", "2018-10-11 16:43:11.972849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.974632"], ["updated_at", "2018-10-11 16:43:11.974632"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.976295"], ["updated_at", "2018-10-11 16:43:11.976295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.978373"], ["updated_at", "2018-10-11 16:43:11.978373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.980090"], ["updated_at", "2018-10-11 16:43:11.980090"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.981699"], ["updated_at", "2018-10-11 16:43:11.981699"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.986117"], ["updated_at", "2018-10-11 16:43:11.986117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.989602"], ["updated_at", "2018-10-11 16:43:11.989602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.991445"], ["updated_at", "2018-10-11 16:43:11.991445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.993112"], ["updated_at", "2018-10-11 16:43:11.993112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.995142"], ["updated_at", "2018-10-11 16:43:11.995142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.996863"], ["updated_at", "2018-10-11 16:43:11.996863"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:11.998457"], ["updated_at", "2018-10-11 16:43:11.998457"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.000628"], ["updated_at", "2018-10-11 16:43:12.000628"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.003245"], ["updated_at", "2018-10-11 16:43:12.003245"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.006011"], ["updated_at", "2018-10-11 16:43:12.006011"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.008002"], ["updated_at", "2018-10-11 16:43:12.008002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.010124"], ["updated_at", "2018-10-11 16:43:12.010124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.011698"], ["updated_at", "2018-10-11 16:43:12.011698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.013316"], ["updated_at", "2018-10-11 16:43:12.013316"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.014888"], ["updated_at", "2018-10-11 16:43:12.014888"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.017339"], ["updated_at", "2018-10-11 16:43:12.017339"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.019278"], ["updated_at", "2018-10-11 16:43:12.019278"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.021085"], ["updated_at", "2018-10-11 16:43:12.021085"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.022788"], ["updated_at", "2018-10-11 16:43:12.022788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.024873"], ["updated_at", "2018-10-11 16:43:12.024873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.026499"], ["updated_at", "2018-10-11 16:43:12.026499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.028117"], ["updated_at", "2018-10-11 16:43:12.028117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.029622"], ["updated_at", "2018-10-11 16:43:12.029622"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.031374"], ["updated_at", "2018-10-11 16:43:12.031374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.033533"], ["updated_at", "2018-10-11 16:43:12.033533"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.035431"], ["updated_at", "2018-10-11 16:43:12.035431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.037221"], ["updated_at", "2018-10-11 16:43:12.037221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.038901"], ["updated_at", "2018-10-11 16:43:12.038901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.040622"], ["updated_at", "2018-10-11 16:43:12.040622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.042178"], ["updated_at", "2018-10-11 16:43:12.042178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.043758"], ["updated_at", "2018-10-11 16:43:12.043758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.045268"], ["updated_at", "2018-10-11 16:43:12.045268"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.046980"], ["updated_at", "2018-10-11 16:43:12.046980"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.048764"], ["updated_at", "2018-10-11 16:43:12.048764"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.050839"], ["updated_at", "2018-10-11 16:43:12.050839"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.052681"], ["updated_at", "2018-10-11 16:43:12.052681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.054438"], ["updated_at", "2018-10-11 16:43:12.054438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.056021"], ["updated_at", "2018-10-11 16:43:12.056021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.057553"], ["updated_at", "2018-10-11 16:43:12.057553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.059177"], ["updated_at", "2018-10-11 16:43:12.059177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.060680"], ["updated_at", "2018-10-11 16:43:12.060680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.062212"], ["updated_at", "2018-10-11 16:43:12.062212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.063737"], ["updated_at", "2018-10-11 16:43:12.063737"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.065297"], ["updated_at", "2018-10-11 16:43:12.065297"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.067361"], ["updated_at", "2018-10-11 16:43:12.067361"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.069536"], ["updated_at", "2018-10-11 16:43:12.069536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.071620"], ["updated_at", "2018-10-11 16:43:12.071620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.073311"], ["updated_at", "2018-10-11 16:43:12.073311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.074870"], ["updated_at", "2018-10-11 16:43:12.074870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.076437"], ["updated_at", "2018-10-11 16:43:12.076437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.078145"], ["updated_at", "2018-10-11 16:43:12.078145"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.079893"], ["updated_at", "2018-10-11 16:43:12.079893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.081622"], ["updated_at", "2018-10-11 16:43:12.081622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.083160"], ["updated_at", "2018-10-11 16:43:12.083160"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.084723"], ["updated_at", "2018-10-11 16:43:12.084723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.086516"], ["updated_at", "2018-10-11 16:43:12.086516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.088283"], ["updated_at", "2018-10-11 16:43:12.088283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.089918"], ["updated_at", "2018-10-11 16:43:12.089918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.091689"], ["updated_at", "2018-10-11 16:43:12.091689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.093236"], ["updated_at", "2018-10-11 16:43:12.093236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.094897"], ["updated_at", "2018-10-11 16:43:12.094897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.096488"], ["updated_at", "2018-10-11 16:43:12.096488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.098036"], ["updated_at", "2018-10-11 16:43:12.098036"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.099572"], ["updated_at", "2018-10-11 16:43:12.099572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.101310"], ["updated_at", "2018-10-11 16:43:12.101310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.102851"], ["updated_at", "2018-10-11 16:43:12.102851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.104347"], ["updated_at", "2018-10-11 16:43:12.104347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.105894"], ["updated_at", "2018-10-11 16:43:12.105894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.107441"], ["updated_at", "2018-10-11 16:43:12.107441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.108982"], ["updated_at", "2018-10-11 16:43:12.108982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.110528"], ["updated_at", "2018-10-11 16:43:12.110528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.112089"], ["updated_at", "2018-10-11 16:43:12.112089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.113576"], ["updated_at", "2018-10-11 16:43:12.113576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.115124"], ["updated_at", "2018-10-11 16:43:12.115124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.116669"], ["updated_at", "2018-10-11 16:43:12.116669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.118233"], ["updated_at", "2018-10-11 16:43:12.118233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.119824"], ["updated_at", "2018-10-11 16:43:12.119824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.121367"], ["updated_at", "2018-10-11 16:43:12.121367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.122897"], ["updated_at", "2018-10-11 16:43:12.122897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.124490"], ["updated_at", "2018-10-11 16:43:12.124490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.126191"], ["updated_at", "2018-10-11 16:43:12.126191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.127865"], ["updated_at", "2018-10-11 16:43:12.127865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.129531"], ["updated_at", "2018-10-11 16:43:12.129531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.131086"], ["updated_at", "2018-10-11 16:43:12.131086"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.132723"], ["updated_at", "2018-10-11 16:43:12.132723"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.134477"], ["updated_at", "2018-10-11 16:43:12.134477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.136032"], ["updated_at", "2018-10-11 16:43:12.136032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.137539"], ["updated_at", "2018-10-11 16:43:12.137539"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.139196"], ["updated_at", "2018-10-11 16:43:12.139196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.140869"], ["updated_at", "2018-10-11 16:43:12.140869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.142418"], ["updated_at", "2018-10-11 16:43:12.142418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.143968"], ["updated_at", "2018-10-11 16:43:12.143968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.145527"], ["updated_at", "2018-10-11 16:43:12.145527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.147086"], ["updated_at", "2018-10-11 16:43:12.147086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.148599"], ["updated_at", "2018-10-11 16:43:12.148599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.150085"], ["updated_at", "2018-10-11 16:43:12.150085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.151575"], ["updated_at", "2018-10-11 16:43:12.151575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.153109"], ["updated_at", "2018-10-11 16:43:12.153109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.154804"], ["updated_at", "2018-10-11 16:43:12.154804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.156481"], ["updated_at", "2018-10-11 16:43:12.156481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.158031"], ["updated_at", "2018-10-11 16:43:12.158031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.159729"], ["updated_at", "2018-10-11 16:43:12.159729"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.161503"], ["updated_at", "2018-10-11 16:43:12.161503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.163251"], ["updated_at", "2018-10-11 16:43:12.163251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.164886"], ["updated_at", "2018-10-11 16:43:12.164886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.166598"], ["updated_at", "2018-10-11 16:43:12.166598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.168213"], ["updated_at", "2018-10-11 16:43:12.168213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.169742"], ["updated_at", "2018-10-11 16:43:12.169742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.171245"], ["updated_at", "2018-10-11 16:43:12.171245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.172803"], ["updated_at", "2018-10-11 16:43:12.172803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.174290"], ["updated_at", "2018-10-11 16:43:12.174290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.175821"], ["updated_at", "2018-10-11 16:43:12.175821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.177374"], ["updated_at", "2018-10-11 16:43:12.177374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.178947"], ["updated_at", "2018-10-11 16:43:12.178947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.180460"], ["updated_at", "2018-10-11 16:43:12.180460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.182035"], ["updated_at", "2018-10-11 16:43:12.182035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.183639"], ["updated_at", "2018-10-11 16:43:12.183639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.185345"], ["updated_at", "2018-10-11 16:43:12.185345"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.187012"], ["updated_at", "2018-10-11 16:43:12.187012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.188758"], ["updated_at", "2018-10-11 16:43:12.188758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.190338"], ["updated_at", "2018-10-11 16:43:12.190338"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.191879"], ["updated_at", "2018-10-11 16:43:12.191879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.193585"], ["updated_at", "2018-10-11 16:43:12.193585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.195207"], ["updated_at", "2018-10-11 16:43:12.195207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.196742"], ["updated_at", "2018-10-11 16:43:12.196742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.198325"], ["updated_at", "2018-10-11 16:43:12.198325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.199886"], ["updated_at", "2018-10-11 16:43:12.199886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.201430"], ["updated_at", "2018-10-11 16:43:12.201430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.202982"], ["updated_at", "2018-10-11 16:43:12.202982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.204529"], ["updated_at", "2018-10-11 16:43:12.204529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.206079"], ["updated_at", "2018-10-11 16:43:12.206079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.207600"], ["updated_at", "2018-10-11 16:43:12.207600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.209179"], ["updated_at", "2018-10-11 16:43:12.209179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.210767"], ["updated_at", "2018-10-11 16:43:12.210767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.212289"], ["updated_at", "2018-10-11 16:43:12.212289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.213785"], ["updated_at", "2018-10-11 16:43:12.213785"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.215338"], ["updated_at", "2018-10-11 16:43:12.215338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.217014"], ["updated_at", "2018-10-11 16:43:12.217014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.218711"], ["updated_at", "2018-10-11 16:43:12.218711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.220286"], ["updated_at", "2018-10-11 16:43:12.220286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.221892"], ["updated_at", "2018-10-11 16:43:12.221892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.223429"], ["updated_at", "2018-10-11 16:43:12.223429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.224927"], ["updated_at", "2018-10-11 16:43:12.224927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.226437"], ["updated_at", "2018-10-11 16:43:12.226437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.228041"], ["updated_at", "2018-10-11 16:43:12.228041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.229633"], ["updated_at", "2018-10-11 16:43:12.229633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.231161"], ["updated_at", "2018-10-11 16:43:12.231161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.232675"], ["updated_at", "2018-10-11 16:43:12.232675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.234207"], ["updated_at", "2018-10-11 16:43:12.234207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.235746"], ["updated_at", "2018-10-11 16:43:12.235746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.237319"], ["updated_at", "2018-10-11 16:43:12.237319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.238832"], ["updated_at", "2018-10-11 16:43:12.238832"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.240367"], ["updated_at", "2018-10-11 16:43:12.240367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.242024"], ["updated_at", "2018-10-11 16:43:12.242024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.243563"], ["updated_at", "2018-10-11 16:43:12.243563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.245132"], ["updated_at", "2018-10-11 16:43:12.245132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.246670"], ["updated_at", "2018-10-11 16:43:12.246670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.248180"], ["updated_at", "2018-10-11 16:43:12.248180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.249670"], ["updated_at", "2018-10-11 16:43:12.249670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.251229"], ["updated_at", "2018-10-11 16:43:12.251229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.252812"], ["updated_at", "2018-10-11 16:43:12.252812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.254357"], ["updated_at", "2018-10-11 16:43:12.254357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.255894"], ["updated_at", "2018-10-11 16:43:12.255894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.257431"], ["updated_at", "2018-10-11 16:43:12.257431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.258962"], ["updated_at", "2018-10-11 16:43:12.258962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.260464"], ["updated_at", "2018-10-11 16:43:12.260464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.262010"], ["updated_at", "2018-10-11 16:43:12.262010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.263506"], ["updated_at", "2018-10-11 16:43:12.263506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.265048"], ["updated_at", "2018-10-11 16:43:12.265048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.266556"], ["updated_at", "2018-10-11 16:43:12.266556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.268087"], ["updated_at", "2018-10-11 16:43:12.268087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.271010"], ["updated_at", "2018-10-11 16:43:12.271010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.272653"], ["updated_at", "2018-10-11 16:43:12.272653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.274286"], ["updated_at", "2018-10-11 16:43:12.274286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.275810"], ["updated_at", "2018-10-11 16:43:12.275810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.277360"], ["updated_at", "2018-10-11 16:43:12.277360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.278905"], ["updated_at", "2018-10-11 16:43:12.278905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.280413"], ["updated_at", "2018-10-11 16:43:12.280413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.281968"], ["updated_at", "2018-10-11 16:43:12.281968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.283523"], ["updated_at", "2018-10-11 16:43:12.283523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.285040"], ["updated_at", "2018-10-11 16:43:12.285040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.286601"], ["updated_at", "2018-10-11 16:43:12.286601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.288215"], ["updated_at", "2018-10-11 16:43:12.288215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.289793"], ["updated_at", "2018-10-11 16:43:12.289793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.291343"], ["updated_at", "2018-10-11 16:43:12.291343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.292921"], ["updated_at", "2018-10-11 16:43:12.292921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.294585"], ["updated_at", "2018-10-11 16:43:12.294585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.296115"], ["updated_at", "2018-10-11 16:43:12.296115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.297665"], ["updated_at", "2018-10-11 16:43:12.297665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.299235"], ["updated_at", "2018-10-11 16:43:12.299235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.300724"], ["updated_at", "2018-10-11 16:43:12.300724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.302296"], ["updated_at", "2018-10-11 16:43:12.302296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.303804"], ["updated_at", "2018-10-11 16:43:12.303804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.305333"], ["updated_at", "2018-10-11 16:43:12.305333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.306856"], ["updated_at", "2018-10-11 16:43:12.306856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.308365"], ["updated_at", "2018-10-11 16:43:12.308365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.309980"], ["updated_at", "2018-10-11 16:43:12.309980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.311537"], ["updated_at", "2018-10-11 16:43:12.311537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.313038"], ["updated_at", "2018-10-11 16:43:12.313038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.314557"], ["updated_at", "2018-10-11 16:43:12.314557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.316121"], ["updated_at", "2018-10-11 16:43:12.316121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.317628"], ["updated_at", "2018-10-11 16:43:12.317628"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.319112"], ["updated_at", "2018-10-11 16:43:12.319112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.320963"], ["updated_at", "2018-10-11 16:43:12.320963"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.322552"], ["updated_at", "2018-10-11 16:43:12.322552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.324421"], ["updated_at", "2018-10-11 16:43:12.324421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.326092"], ["updated_at", "2018-10-11 16:43:12.326092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.327633"], ["updated_at", "2018-10-11 16:43:12.327633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.329226"], ["updated_at", "2018-10-11 16:43:12.329226"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.330742"], ["updated_at", "2018-10-11 16:43:12.330742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.332484"], ["updated_at", "2018-10-11 16:43:12.332484"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.334107"], ["updated_at", "2018-10-11 16:43:12.334107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.335750"], ["updated_at", "2018-10-11 16:43:12.335750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.337585"], ["updated_at", "2018-10-11 16:43:12.337585"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.340086"], ["updated_at", "2018-10-11 16:43:12.340086"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.342322"], ["updated_at", "2018-10-11 16:43:12.342322"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.344881"], ["updated_at", "2018-10-11 16:43:12.344881"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.347673"], ["updated_at", "2018-10-11 16:43:12.347673"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.349979"], ["updated_at", "2018-10-11 16:43:12.349979"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.352183"], ["updated_at", "2018-10-11 16:43:12.352183"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.354694"], ["updated_at", "2018-10-11 16:43:12.354694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.356722"], ["updated_at", "2018-10-11 16:43:12.356722"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.358483"], ["updated_at", "2018-10-11 16:43:12.358483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.360250"], ["updated_at", "2018-10-11 16:43:12.360250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.361865"], ["updated_at", "2018-10-11 16:43:12.361865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.363396"], ["updated_at", "2018-10-11 16:43:12.363396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.365236"], ["updated_at", "2018-10-11 16:43:12.365236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.366967"], ["updated_at", "2018-10-11 16:43:12.366967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.368631"], ["updated_at", "2018-10-11 16:43:12.368631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.370219"], ["updated_at", "2018-10-11 16:43:12.370219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.371996"], ["updated_at", "2018-10-11 16:43:12.371996"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.373761"], ["updated_at", "2018-10-11 16:43:12.373761"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.375570"], ["updated_at", "2018-10-11 16:43:12.375570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.377401"], ["updated_at", "2018-10-11 16:43:12.377401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.378974"], ["updated_at", "2018-10-11 16:43:12.378974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.380503"], ["updated_at", "2018-10-11 16:43:12.380503"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.382125"], ["updated_at", "2018-10-11 16:43:12.382125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.383805"], ["updated_at", "2018-10-11 16:43:12.383805"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.385502"], ["updated_at", "2018-10-11 16:43:12.385502"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.387148"], ["updated_at", "2018-10-11 16:43:12.387148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.388973"], ["updated_at", "2018-10-11 16:43:12.388973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.390655"], ["updated_at", "2018-10-11 16:43:12.390655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.392327"], ["updated_at", "2018-10-11 16:43:12.392327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.393900"], ["updated_at", "2018-10-11 16:43:12.393900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.395578"], ["updated_at", "2018-10-11 16:43:12.395578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.397303"], ["updated_at", "2018-10-11 16:43:12.397303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.398869"], ["updated_at", "2018-10-11 16:43:12.398869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.400386"], ["updated_at", "2018-10-11 16:43:12.400386"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.402331"], ["updated_at", "2018-10-11 16:43:12.402331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.404483"], ["updated_at", "2018-10-11 16:43:12.404483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.406238"], ["updated_at", "2018-10-11 16:43:12.406238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.407940"], ["updated_at", "2018-10-11 16:43:12.407940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.409593"], ["updated_at", "2018-10-11 16:43:12.409593"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.411181"], ["updated_at", "2018-10-11 16:43:12.411181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.412918"], ["updated_at", "2018-10-11 16:43:12.412918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.414616"], ["updated_at", "2018-10-11 16:43:12.414616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.416272"], ["updated_at", "2018-10-11 16:43:12.416272"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.418513"], ["updated_at", "2018-10-11 16:43:12.418513"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.421085"], ["updated_at", "2018-10-11 16:43:12.421085"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.423099"], ["updated_at", "2018-10-11 16:43:12.423099"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.425028"], ["updated_at", "2018-10-11 16:43:12.425028"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.426878"], ["updated_at", "2018-10-11 16:43:12.426878"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.428981"], ["updated_at", "2018-10-11 16:43:12.428981"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.431916"], ["updated_at", "2018-10-11 16:43:12.431916"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.434563"], ["updated_at", "2018-10-11 16:43:12.434563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.436296"], ["updated_at", "2018-10-11 16:43:12.436296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.438076"], ["updated_at", "2018-10-11 16:43:12.438076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.439642"], ["updated_at", "2018-10-11 16:43:12.439642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.441166"], ["updated_at", "2018-10-11 16:43:12.441166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.442890"], ["updated_at", "2018-10-11 16:43:12.442890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.444503"], ["updated_at", "2018-10-11 16:43:12.444503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.446082"], ["updated_at", "2018-10-11 16:43:12.446082"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.448027"], ["updated_at", "2018-10-11 16:43:12.448027"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.451398"], ["updated_at", "2018-10-11 16:43:12.451398"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.454099"], ["updated_at", "2018-10-11 16:43:12.454099"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.456488"], ["updated_at", "2018-10-11 16:43:12.456488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.458235"], ["updated_at", "2018-10-11 16:43:12.458235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.460000"], ["updated_at", "2018-10-11 16:43:12.460000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.461700"], ["updated_at", "2018-10-11 16:43:12.461700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.463240"], ["updated_at", "2018-10-11 16:43:12.463240"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.465016"], ["updated_at", "2018-10-11 16:43:12.465016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.466967"], ["updated_at", "2018-10-11 16:43:12.466967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.468613"], ["updated_at", "2018-10-11 16:43:12.468613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.470283"], ["updated_at", "2018-10-11 16:43:12.470283"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.471916"], ["updated_at", "2018-10-11 16:43:12.471916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.473630"], ["updated_at", "2018-10-11 16:43:12.473630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.475234"], ["updated_at", "2018-10-11 16:43:12.475234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.476933"], ["updated_at", "2018-10-11 16:43:12.476933"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.478496"], ["updated_at", "2018-10-11 16:43:12.478496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.480218"], ["updated_at", "2018-10-11 16:43:12.480218"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.481814"], ["updated_at", "2018-10-11 16:43:12.481814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.483610"], ["updated_at", "2018-10-11 16:43:12.483610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.485268"], ["updated_at", "2018-10-11 16:43:12.485268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.486792"], ["updated_at", "2018-10-11 16:43:12.486792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.488327"], ["updated_at", "2018-10-11 16:43:12.488327"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.490133"], ["updated_at", "2018-10-11 16:43:12.490133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.492216"], ["updated_at", "2018-10-11 16:43:12.492216"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.493894"], ["updated_at", "2018-10-11 16:43:12.493894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.495461"], ["updated_at", "2018-10-11 16:43:12.495461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.497021"], ["updated_at", "2018-10-11 16:43:12.497021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.498539"], ["updated_at", "2018-10-11 16:43:12.498539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.500159"], ["updated_at", "2018-10-11 16:43:12.500159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.501911"], ["updated_at", "2018-10-11 16:43:12.501911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.503717"], ["updated_at", "2018-10-11 16:43:12.503717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.505393"], ["updated_at", "2018-10-11 16:43:12.505393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.507069"], ["updated_at", "2018-10-11 16:43:12.507069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.508716"], ["updated_at", "2018-10-11 16:43:12.508716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.510332"], ["updated_at", "2018-10-11 16:43:12.510332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.511887"], ["updated_at", "2018-10-11 16:43:12.511887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.513442"], ["updated_at", "2018-10-11 16:43:12.513442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.515109"], ["updated_at", "2018-10-11 16:43:12.515109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.516756"], ["updated_at", "2018-10-11 16:43:12.516756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.518322"], ["updated_at", "2018-10-11 16:43:12.518322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.519912"], ["updated_at", "2018-10-11 16:43:12.519912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.521488"], ["updated_at", "2018-10-11 16:43:12.521488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.523097"], ["updated_at", "2018-10-11 16:43:12.523097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.524705"], ["updated_at", "2018-10-11 16:43:12.524705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.526323"], ["updated_at", "2018-10-11 16:43:12.526323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.528088"], ["updated_at", "2018-10-11 16:43:12.528088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.529848"], ["updated_at", "2018-10-11 16:43:12.529848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.531424"], ["updated_at", "2018-10-11 16:43:12.531424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.532962"], ["updated_at", "2018-10-11 16:43:12.532962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.534502"], ["updated_at", "2018-10-11 16:43:12.534502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.536047"], ["updated_at", "2018-10-11 16:43:12.536047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.537602"], ["updated_at", "2018-10-11 16:43:12.537602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.539142"], ["updated_at", "2018-10-11 16:43:12.539142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.540653"], ["updated_at", "2018-10-11 16:43:12.540653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.542226"], ["updated_at", "2018-10-11 16:43:12.542226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.543780"], ["updated_at", "2018-10-11 16:43:12.543780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.545295"], ["updated_at", "2018-10-11 16:43:12.545295"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.547056"], ["updated_at", "2018-10-11 16:43:12.547056"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.549465"], ["updated_at", "2018-10-11 16:43:12.549465"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.552092"], ["updated_at", "2018-10-11 16:43:12.552092"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.554154"], ["updated_at", "2018-10-11 16:43:12.554154"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.556151"], ["updated_at", "2018-10-11 16:43:12.556151"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.559994"], ["updated_at", "2018-10-11 16:43:12.559994"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.564246"], ["updated_at", "2018-10-11 16:43:12.564246"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.567243"], ["updated_at", "2018-10-11 16:43:12.567243"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.569775"], ["updated_at", "2018-10-11 16:43:12.569775"], ["parent_id", 39895952907]] Kithe::Work Create (7.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.573522"], ["updated_at", "2018-10-11 16:43:12.573522"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.584178"], ["updated_at", "2018-10-11 16:43:12.584178"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.588264"], ["updated_at", "2018-10-11 16:43:12.588264"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.590984"], ["updated_at", "2018-10-11 16:43:12.590984"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.598366"], ["updated_at", "2018-10-11 16:43:12.598366"], ["parent_id", 39895952907]] Kithe::Work Create (4.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.601928"], ["updated_at", "2018-10-11 16:43:12.601928"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.608538"], ["updated_at", "2018-10-11 16:43:12.608538"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.610872"], ["updated_at", "2018-10-11 16:43:12.610872"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.614440"], ["updated_at", "2018-10-11 16:43:12.614440"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.618838"], ["updated_at", "2018-10-11 16:43:12.618838"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.623291"], ["updated_at", "2018-10-11 16:43:12.623291"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.627476"], ["updated_at", "2018-10-11 16:43:12.627476"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.632045"], ["updated_at", "2018-10-11 16:43:12.632045"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.634160"], ["updated_at", "2018-10-11 16:43:12.634160"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.637285"], ["updated_at", "2018-10-11 16:43:12.637285"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.640124"], ["updated_at", "2018-10-11 16:43:12.640124"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.642419"], ["updated_at", "2018-10-11 16:43:12.642419"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.645284"], ["updated_at", "2018-10-11 16:43:12.645284"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.647543"], ["updated_at", "2018-10-11 16:43:12.647543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.649500"], ["updated_at", "2018-10-11 16:43:12.649500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.651216"], ["updated_at", "2018-10-11 16:43:12.651216"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.653232"], ["updated_at", "2018-10-11 16:43:12.653232"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.656216"], ["updated_at", "2018-10-11 16:43:12.656216"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.659082"], ["updated_at", "2018-10-11 16:43:12.659082"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.661163"], ["updated_at", "2018-10-11 16:43:12.661163"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.663584"], ["updated_at", "2018-10-11 16:43:12.663584"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.666229"], ["updated_at", "2018-10-11 16:43:12.666229"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.670409"], ["updated_at", "2018-10-11 16:43:12.670409"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.673316"], ["updated_at", "2018-10-11 16:43:12.673316"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.675637"], ["updated_at", "2018-10-11 16:43:12.675637"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.677993"], ["updated_at", "2018-10-11 16:43:12.677993"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.680029"], ["updated_at", "2018-10-11 16:43:12.680029"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.683129"], ["updated_at", "2018-10-11 16:43:12.683129"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.685710"], ["updated_at", "2018-10-11 16:43:12.685710"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.688353"], ["updated_at", "2018-10-11 16:43:12.688353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.691265"], ["updated_at", "2018-10-11 16:43:12.691265"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.693456"], ["updated_at", "2018-10-11 16:43:12.693456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.695927"], ["updated_at", "2018-10-11 16:43:12.695927"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.698161"], ["updated_at", "2018-10-11 16:43:12.698161"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.701494"], ["updated_at", "2018-10-11 16:43:12.701494"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.705333"], ["updated_at", "2018-10-11 16:43:12.705333"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.707545"], ["updated_at", "2018-10-11 16:43:12.707545"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.710960"], ["updated_at", "2018-10-11 16:43:12.710960"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.713511"], ["updated_at", "2018-10-11 16:43:12.713511"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.715945"], ["updated_at", "2018-10-11 16:43:12.715945"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.719366"], ["updated_at", "2018-10-11 16:43:12.719366"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.723021"], ["updated_at", "2018-10-11 16:43:12.723021"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.725626"], ["updated_at", "2018-10-11 16:43:12.725626"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.729588"], ["updated_at", "2018-10-11 16:43:12.729588"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.732577"], ["updated_at", "2018-10-11 16:43:12.732577"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.735504"], ["updated_at", "2018-10-11 16:43:12.735504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.737368"], ["updated_at", "2018-10-11 16:43:12.737368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.739117"], ["updated_at", "2018-10-11 16:43:12.739117"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.741021"], ["updated_at", "2018-10-11 16:43:12.741021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.743609"], ["updated_at", "2018-10-11 16:43:12.743609"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.746161"], ["updated_at", "2018-10-11 16:43:12.746161"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.750133"], ["updated_at", "2018-10-11 16:43:12.750133"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.753214"], ["updated_at", "2018-10-11 16:43:12.753214"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.756874"], ["updated_at", "2018-10-11 16:43:12.756874"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.759196"], ["updated_at", "2018-10-11 16:43:12.759196"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.761595"], ["updated_at", "2018-10-11 16:43:12.761595"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.764073"], ["updated_at", "2018-10-11 16:43:12.764073"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.769097"], ["updated_at", "2018-10-11 16:43:12.769097"], ["parent_id", 39895952907]] Kithe::Work Create (22.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.773958"], ["updated_at", "2018-10-11 16:43:12.773958"], ["parent_id", 39895952907]] Kithe::Work Create (10.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.799520"], ["updated_at", "2018-10-11 16:43:12.799520"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.823240"], ["updated_at", "2018-10-11 16:43:12.823240"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.847683"], ["updated_at", "2018-10-11 16:43:12.847683"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.856819"], ["updated_at", "2018-10-11 16:43:12.856819"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.860215"], ["updated_at", "2018-10-11 16:43:12.860215"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.864180"], ["updated_at", "2018-10-11 16:43:12.864180"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.874802"], ["updated_at", "2018-10-11 16:43:12.874802"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.878021"], ["updated_at", "2018-10-11 16:43:12.878021"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.881466"], ["updated_at", "2018-10-11 16:43:12.881466"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.888047"], ["updated_at", "2018-10-11 16:43:12.888047"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.890768"], ["updated_at", "2018-10-11 16:43:12.890768"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.910867"], ["updated_at", "2018-10-11 16:43:12.910867"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.914664"], ["updated_at", "2018-10-11 16:43:12.914664"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.918017"], ["updated_at", "2018-10-11 16:43:12.918017"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.920694"], ["updated_at", "2018-10-11 16:43:12.920694"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.923880"], ["updated_at", "2018-10-11 16:43:12.923880"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.926062"], ["updated_at", "2018-10-11 16:43:12.926062"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.928194"], ["updated_at", "2018-10-11 16:43:12.928194"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.930654"], ["updated_at", "2018-10-11 16:43:12.930654"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.934892"], ["updated_at", "2018-10-11 16:43:12.934892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.936992"], ["updated_at", "2018-10-11 16:43:12.936992"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.938560"], ["updated_at", "2018-10-11 16:43:12.938560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.940892"], ["updated_at", "2018-10-11 16:43:12.940892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.942455"], ["updated_at", "2018-10-11 16:43:12.942455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.944121"], ["updated_at", "2018-10-11 16:43:12.944121"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.945821"], ["updated_at", "2018-10-11 16:43:12.945821"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.949145"], ["updated_at", "2018-10-11 16:43:12.949145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.951713"], ["updated_at", "2018-10-11 16:43:12.951713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.953440"], ["updated_at", "2018-10-11 16:43:12.953440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.955063"], ["updated_at", "2018-10-11 16:43:12.955063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.956615"], ["updated_at", "2018-10-11 16:43:12.956615"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.958183"], ["updated_at", "2018-10-11 16:43:12.958183"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.959911"], ["updated_at", "2018-10-11 16:43:12.959911"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.962910"], ["updated_at", "2018-10-11 16:43:12.962910"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.966431"], ["updated_at", "2018-10-11 16:43:12.966431"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.968734"], ["updated_at", "2018-10-11 16:43:12.968734"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.971324"], ["updated_at", "2018-10-11 16:43:12.971324"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.973267"], ["updated_at", "2018-10-11 16:43:12.973267"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.976867"], ["updated_at", "2018-10-11 16:43:12.976867"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.980560"], ["updated_at", "2018-10-11 16:43:12.980560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.984241"], ["updated_at", "2018-10-11 16:43:12.984241"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.986031"], ["updated_at", "2018-10-11 16:43:12.986031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.988268"], ["updated_at", "2018-10-11 16:43:12.988268"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.990150"], ["updated_at", "2018-10-11 16:43:12.990150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.992492"], ["updated_at", "2018-10-11 16:43:12.992492"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.994922"], ["updated_at", "2018-10-11 16:43:12.994922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:12.998987"], ["updated_at", "2018-10-11 16:43:12.998987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.000950"], ["updated_at", "2018-10-11 16:43:13.000950"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.003516"], ["updated_at", "2018-10-11 16:43:13.003516"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.005902"], ["updated_at", "2018-10-11 16:43:13.005902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.008324"], ["updated_at", "2018-10-11 16:43:13.008324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.010120"], ["updated_at", "2018-10-11 16:43:13.010120"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.011854"], ["updated_at", "2018-10-11 16:43:13.011854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.014154"], ["updated_at", "2018-10-11 16:43:13.014154"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.016328"], ["updated_at", "2018-10-11 16:43:13.016328"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.018431"], ["updated_at", "2018-10-11 16:43:13.018431"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.021850"], ["updated_at", "2018-10-11 16:43:13.021850"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.028694"], ["updated_at", "2018-10-11 16:43:13.028694"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.032056"], ["updated_at", "2018-10-11 16:43:13.032056"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.036425"], ["updated_at", "2018-10-11 16:43:13.036425"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.039995"], ["updated_at", "2018-10-11 16:43:13.039995"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.042959"], ["updated_at", "2018-10-11 16:43:13.042959"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.054116"], ["updated_at", "2018-10-11 16:43:13.054116"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.057048"], ["updated_at", "2018-10-11 16:43:13.057048"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.059864"], ["updated_at", "2018-10-11 16:43:13.059864"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.063047"], ["updated_at", "2018-10-11 16:43:13.063047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.067670"], ["updated_at", "2018-10-11 16:43:13.067670"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.069338"], ["updated_at", "2018-10-11 16:43:13.069338"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.071253"], ["updated_at", "2018-10-11 16:43:13.071253"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.074687"], ["updated_at", "2018-10-11 16:43:13.074687"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.076998"], ["updated_at", "2018-10-11 16:43:13.076998"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.079437"], ["updated_at", "2018-10-11 16:43:13.079437"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.083757"], ["updated_at", "2018-10-11 16:43:13.083757"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.086814"], ["updated_at", "2018-10-11 16:43:13.086814"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.091023"], ["updated_at", "2018-10-11 16:43:13.091023"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.094706"], ["updated_at", "2018-10-11 16:43:13.094706"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.098144"], ["updated_at", "2018-10-11 16:43:13.098144"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.102429"], ["updated_at", "2018-10-11 16:43:13.102429"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.104791"], ["updated_at", "2018-10-11 16:43:13.104791"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.107067"], ["updated_at", "2018-10-11 16:43:13.107067"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.109424"], ["updated_at", "2018-10-11 16:43:13.109424"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.111707"], ["updated_at", "2018-10-11 16:43:13.111707"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.128642"], ["updated_at", "2018-10-11 16:43:13.128642"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.131266"], ["updated_at", "2018-10-11 16:43:13.131266"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.133846"], ["updated_at", "2018-10-11 16:43:13.133846"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.136127"], ["updated_at", "2018-10-11 16:43:13.136127"], ["parent_id", 39895952907]] Kithe::Work Create (7.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.138781"], ["updated_at", "2018-10-11 16:43:13.138781"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.149899"], ["updated_at", "2018-10-11 16:43:13.149899"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.153244"], ["updated_at", "2018-10-11 16:43:13.153244"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.155714"], ["updated_at", "2018-10-11 16:43:13.155714"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.158121"], ["updated_at", "2018-10-11 16:43:13.158121"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.160435"], ["updated_at", "2018-10-11 16:43:13.160435"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.162872"], ["updated_at", "2018-10-11 16:43:13.162872"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.165503"], ["updated_at", "2018-10-11 16:43:13.165503"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.168141"], ["updated_at", "2018-10-11 16:43:13.168141"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.170633"], ["updated_at", "2018-10-11 16:43:13.170633"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.173027"], ["updated_at", "2018-10-11 16:43:13.173027"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.175624"], ["updated_at", "2018-10-11 16:43:13.175624"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.178031"], ["updated_at", "2018-10-11 16:43:13.178031"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.180579"], ["updated_at", "2018-10-11 16:43:13.180579"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.185614"], ["updated_at", "2018-10-11 16:43:13.185614"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.188115"], ["updated_at", "2018-10-11 16:43:13.188115"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.190503"], ["updated_at", "2018-10-11 16:43:13.190503"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.192784"], ["updated_at", "2018-10-11 16:43:13.192784"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.196248"], ["updated_at", "2018-10-11 16:43:13.196248"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.199377"], ["updated_at", "2018-10-11 16:43:13.199377"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.202710"], ["updated_at", "2018-10-11 16:43:13.202710"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.205183"], ["updated_at", "2018-10-11 16:43:13.205183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.207619"], ["updated_at", "2018-10-11 16:43:13.207619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.209474"], ["updated_at", "2018-10-11 16:43:13.209474"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.211502"], ["updated_at", "2018-10-11 16:43:13.211502"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.217541"], ["updated_at", "2018-10-11 16:43:13.217541"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.220518"], ["updated_at", "2018-10-11 16:43:13.220518"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.222894"], ["updated_at", "2018-10-11 16:43:13.222894"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.226131"], ["updated_at", "2018-10-11 16:43:13.226131"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.228528"], ["updated_at", "2018-10-11 16:43:13.228528"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.231150"], ["updated_at", "2018-10-11 16:43:13.231150"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.233753"], ["updated_at", "2018-10-11 16:43:13.233753"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.236934"], ["updated_at", "2018-10-11 16:43:13.236934"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.239373"], ["updated_at", "2018-10-11 16:43:13.239373"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.241799"], ["updated_at", "2018-10-11 16:43:13.241799"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.245037"], ["updated_at", "2018-10-11 16:43:13.245037"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.248109"], ["updated_at", "2018-10-11 16:43:13.248109"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.250860"], ["updated_at", "2018-10-11 16:43:13.250860"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.254886"], ["updated_at", "2018-10-11 16:43:13.254886"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.257384"], ["updated_at", "2018-10-11 16:43:13.257384"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.260245"], ["updated_at", "2018-10-11 16:43:13.260245"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.263289"], ["updated_at", "2018-10-11 16:43:13.263289"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.266441"], ["updated_at", "2018-10-11 16:43:13.266441"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.269354"], ["updated_at", "2018-10-11 16:43:13.269354"], ["parent_id", 39895952907]] Kithe::Work Create (3.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.272030"], ["updated_at", "2018-10-11 16:43:13.272030"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.280713"], ["updated_at", "2018-10-11 16:43:13.280713"], ["parent_id", 39895952907]] Kithe::Work Create (6.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.285272"], ["updated_at", "2018-10-11 16:43:13.285272"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.294385"], ["updated_at", "2018-10-11 16:43:13.294385"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.298883"], ["updated_at", "2018-10-11 16:43:13.298883"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.305069"], ["updated_at", "2018-10-11 16:43:13.305069"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.308591"], ["updated_at", "2018-10-11 16:43:13.308591"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.311404"], ["updated_at", "2018-10-11 16:43:13.311404"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.313809"], ["updated_at", "2018-10-11 16:43:13.313809"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.316140"], ["updated_at", "2018-10-11 16:43:13.316140"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.319142"], ["updated_at", "2018-10-11 16:43:13.319142"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.322071"], ["updated_at", "2018-10-11 16:43:13.322071"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.324886"], ["updated_at", "2018-10-11 16:43:13.324886"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.327992"], ["updated_at", "2018-10-11 16:43:13.327992"], ["parent_id", 39895952907]] Kithe::Work Create (3.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.330722"], ["updated_at", "2018-10-11 16:43:13.330722"], ["parent_id", 39895952907]] Kithe::Work Create (5.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.337968"], ["updated_at", "2018-10-11 16:43:13.337968"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.357146"], ["updated_at", "2018-10-11 16:43:13.357146"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.360087"], ["updated_at", "2018-10-11 16:43:13.360087"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.363659"], ["updated_at", "2018-10-11 16:43:13.363659"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.370355"], ["updated_at", "2018-10-11 16:43:13.370355"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.375259"], ["updated_at", "2018-10-11 16:43:13.375259"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.380461"], ["updated_at", "2018-10-11 16:43:13.380461"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.388598"], ["updated_at", "2018-10-11 16:43:13.388598"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.392384"], ["updated_at", "2018-10-11 16:43:13.392384"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.395691"], ["updated_at", "2018-10-11 16:43:13.395691"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.398941"], ["updated_at", "2018-10-11 16:43:13.398941"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.403957"], ["updated_at", "2018-10-11 16:43:13.403957"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.406266"], ["updated_at", "2018-10-11 16:43:13.406266"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.408691"], ["updated_at", "2018-10-11 16:43:13.408691"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.410674"], ["updated_at", "2018-10-11 16:43:13.410674"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.412943"], ["updated_at", "2018-10-11 16:43:13.412943"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.418569"], ["updated_at", "2018-10-11 16:43:13.418569"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.421306"], ["updated_at", "2018-10-11 16:43:13.421306"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.423460"], ["updated_at", "2018-10-11 16:43:13.423460"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.425570"], ["updated_at", "2018-10-11 16:43:13.425570"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.427998"], ["updated_at", "2018-10-11 16:43:13.427998"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.432317"], ["updated_at", "2018-10-11 16:43:13.432317"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.436030"], ["updated_at", "2018-10-11 16:43:13.436030"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.438666"], ["updated_at", "2018-10-11 16:43:13.438666"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.441523"], ["updated_at", "2018-10-11 16:43:13.441523"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.444416"], ["updated_at", "2018-10-11 16:43:13.444416"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.447437"], ["updated_at", "2018-10-11 16:43:13.447437"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.450906"], ["updated_at", "2018-10-11 16:43:13.450906"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.453301"], ["updated_at", "2018-10-11 16:43:13.453301"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.455396"], ["updated_at", "2018-10-11 16:43:13.455396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.457479"], ["updated_at", "2018-10-11 16:43:13.457479"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.459510"], ["updated_at", "2018-10-11 16:43:13.459510"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.461697"], ["updated_at", "2018-10-11 16:43:13.461697"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.463913"], ["updated_at", "2018-10-11 16:43:13.463913"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.467862"], ["updated_at", "2018-10-11 16:43:13.467862"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.470168"], ["updated_at", "2018-10-11 16:43:13.470168"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.472220"], ["updated_at", "2018-10-11 16:43:13.472220"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.474295"], ["updated_at", "2018-10-11 16:43:13.474295"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.476401"], ["updated_at", "2018-10-11 16:43:13.476401"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.478405"], ["updated_at", "2018-10-11 16:43:13.478405"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.480204"], ["updated_at", "2018-10-11 16:43:13.480204"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.482440"], ["updated_at", "2018-10-11 16:43:13.482440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.484978"], ["updated_at", "2018-10-11 16:43:13.484978"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.486837"], ["updated_at", "2018-10-11 16:43:13.486837"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.488574"], ["updated_at", "2018-10-11 16:43:13.488574"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.490688"], ["updated_at", "2018-10-11 16:43:13.490688"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.492863"], ["updated_at", "2018-10-11 16:43:13.492863"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.494865"], ["updated_at", "2018-10-11 16:43:13.494865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.496816"], ["updated_at", "2018-10-11 16:43:13.496816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.498555"], ["updated_at", "2018-10-11 16:43:13.498555"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.500586"], ["updated_at", "2018-10-11 16:43:13.500586"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.502740"], ["updated_at", "2018-10-11 16:43:13.502740"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.504650"], ["updated_at", "2018-10-11 16:43:13.504650"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.506612"], ["updated_at", "2018-10-11 16:43:13.506612"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.508547"], ["updated_at", "2018-10-11 16:43:13.508547"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.510506"], ["updated_at", "2018-10-11 16:43:13.510506"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.512550"], ["updated_at", "2018-10-11 16:43:13.512550"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.514773"], ["updated_at", "2018-10-11 16:43:13.514773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.517096"], ["updated_at", "2018-10-11 16:43:13.517096"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.519118"], ["updated_at", "2018-10-11 16:43:13.519118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.521118"], ["updated_at", "2018-10-11 16:43:13.521118"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.523090"], ["updated_at", "2018-10-11 16:43:13.523090"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.526247"], ["updated_at", "2018-10-11 16:43:13.526247"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.528880"], ["updated_at", "2018-10-11 16:43:13.528880"], ["parent_id", 39895952907]] Kithe::Work Create (6.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.532388"], ["updated_at", "2018-10-11 16:43:13.532388"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.539960"], ["updated_at", "2018-10-11 16:43:13.539960"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.552006"], ["updated_at", "2018-10-11 16:43:13.552006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.553987"], ["updated_at", "2018-10-11 16:43:13.553987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.556176"], ["updated_at", "2018-10-11 16:43:13.556176"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.558565"], ["updated_at", "2018-10-11 16:43:13.558565"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.560666"], ["updated_at", "2018-10-11 16:43:13.560666"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.563035"], ["updated_at", "2018-10-11 16:43:13.563035"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.565608"], ["updated_at", "2018-10-11 16:43:13.565608"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.568726"], ["updated_at", "2018-10-11 16:43:13.568726"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.570835"], ["updated_at", "2018-10-11 16:43:13.570835"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.575326"], ["updated_at", "2018-10-11 16:43:13.575326"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.578002"], ["updated_at", "2018-10-11 16:43:13.578002"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.580159"], ["updated_at", "2018-10-11 16:43:13.580159"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.582512"], ["updated_at", "2018-10-11 16:43:13.582512"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.586348"], ["updated_at", "2018-10-11 16:43:13.586348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.589964"], ["updated_at", "2018-10-11 16:43:13.589964"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.591699"], ["updated_at", "2018-10-11 16:43:13.591699"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.594565"], ["updated_at", "2018-10-11 16:43:13.594565"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.596908"], ["updated_at", "2018-10-11 16:43:13.596908"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.599040"], ["updated_at", "2018-10-11 16:43:13.599040"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.601076"], ["updated_at", "2018-10-11 16:43:13.601076"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.603116"], ["updated_at", "2018-10-11 16:43:13.603116"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.605177"], ["updated_at", "2018-10-11 16:43:13.605177"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.607230"], ["updated_at", "2018-10-11 16:43:13.607230"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.609230"], ["updated_at", "2018-10-11 16:43:13.609230"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.611417"], ["updated_at", "2018-10-11 16:43:13.611417"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.613370"], ["updated_at", "2018-10-11 16:43:13.613370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.615430"], ["updated_at", "2018-10-11 16:43:13.615430"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.617611"], ["updated_at", "2018-10-11 16:43:13.617611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.619634"], ["updated_at", "2018-10-11 16:43:13.619634"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.621709"], ["updated_at", "2018-10-11 16:43:13.621709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.623522"], ["updated_at", "2018-10-11 16:43:13.623522"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.625140"], ["updated_at", "2018-10-11 16:43:13.625140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.626966"], ["updated_at", "2018-10-11 16:43:13.626966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.628660"], ["updated_at", "2018-10-11 16:43:13.628660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.630270"], ["updated_at", "2018-10-11 16:43:13.630270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.631814"], ["updated_at", "2018-10-11 16:43:13.631814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.633427"], ["updated_at", "2018-10-11 16:43:13.633427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.635132"], ["updated_at", "2018-10-11 16:43:13.635132"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.636711"], ["updated_at", "2018-10-11 16:43:13.636711"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.638979"], ["updated_at", "2018-10-11 16:43:13.638979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.641274"], ["updated_at", "2018-10-11 16:43:13.641274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.642997"], ["updated_at", "2018-10-11 16:43:13.642997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.644555"], ["updated_at", "2018-10-11 16:43:13.644555"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.646150"], ["updated_at", "2018-10-11 16:43:13.646150"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.648564"], ["updated_at", "2018-10-11 16:43:13.648564"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.651013"], ["updated_at", "2018-10-11 16:43:13.651013"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.653029"], ["updated_at", "2018-10-11 16:43:13.653029"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.655134"], ["updated_at", "2018-10-11 16:43:13.655134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.657304"], ["updated_at", "2018-10-11 16:43:13.657304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.658926"], ["updated_at", "2018-10-11 16:43:13.658926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.660482"], ["updated_at", "2018-10-11 16:43:13.660482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.662013"], ["updated_at", "2018-10-11 16:43:13.662013"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.663561"], ["updated_at", "2018-10-11 16:43:13.663561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.665360"], ["updated_at", "2018-10-11 16:43:13.665360"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.666900"], ["updated_at", "2018-10-11 16:43:13.666900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.668627"], ["updated_at", "2018-10-11 16:43:13.668627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.670233"], ["updated_at", "2018-10-11 16:43:13.670233"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.671769"], ["updated_at", "2018-10-11 16:43:13.671769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.673485"], ["updated_at", "2018-10-11 16:43:13.673485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.675053"], ["updated_at", "2018-10-11 16:43:13.675053"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.676689"], ["updated_at", "2018-10-11 16:43:13.676689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.678360"], ["updated_at", "2018-10-11 16:43:13.678360"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.679920"], ["updated_at", "2018-10-11 16:43:13.679920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.681614"], ["updated_at", "2018-10-11 16:43:13.681614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.683174"], ["updated_at", "2018-10-11 16:43:13.683174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.684749"], ["updated_at", "2018-10-11 16:43:13.684749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.686326"], ["updated_at", "2018-10-11 16:43:13.686326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.687865"], ["updated_at", "2018-10-11 16:43:13.687865"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.689363"], ["updated_at", "2018-10-11 16:43:13.689363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.691345"], ["updated_at", "2018-10-11 16:43:13.691345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.692940"], ["updated_at", "2018-10-11 16:43:13.692940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.695812"], ["updated_at", "2018-10-11 16:43:13.695812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.697447"], ["updated_at", "2018-10-11 16:43:13.697447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.699077"], ["updated_at", "2018-10-11 16:43:13.699077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.700673"], ["updated_at", "2018-10-11 16:43:13.700673"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.702220"], ["updated_at", "2018-10-11 16:43:13.702220"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.704602"], ["updated_at", "2018-10-11 16:43:13.704602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.707179"], ["updated_at", "2018-10-11 16:43:13.707179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.709136"], ["updated_at", "2018-10-11 16:43:13.709136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.710777"], ["updated_at", "2018-10-11 16:43:13.710777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.712365"], ["updated_at", "2018-10-11 16:43:13.712365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.713952"], ["updated_at", "2018-10-11 16:43:13.713952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.715470"], ["updated_at", "2018-10-11 16:43:13.715470"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.717012"], ["updated_at", "2018-10-11 16:43:13.717012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.718845"], ["updated_at", "2018-10-11 16:43:13.718845"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.720676"], ["updated_at", "2018-10-11 16:43:13.720676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.722442"], ["updated_at", "2018-10-11 16:43:13.722442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.723973"], ["updated_at", "2018-10-11 16:43:13.723973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.725604"], ["updated_at", "2018-10-11 16:43:13.725604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.727382"], ["updated_at", "2018-10-11 16:43:13.727382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.729028"], ["updated_at", "2018-10-11 16:43:13.729028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.730888"], ["updated_at", "2018-10-11 16:43:13.730888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.732451"], ["updated_at", "2018-10-11 16:43:13.732451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.734394"], ["updated_at", "2018-10-11 16:43:13.734394"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.736232"], ["updated_at", "2018-10-11 16:43:13.736232"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.738914"], ["updated_at", "2018-10-11 16:43:13.738914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.740759"], ["updated_at", "2018-10-11 16:43:13.740759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.742330"], ["updated_at", "2018-10-11 16:43:13.742330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.743891"], ["updated_at", "2018-10-11 16:43:13.743891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.745432"], ["updated_at", "2018-10-11 16:43:13.745432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.746974"], ["updated_at", "2018-10-11 16:43:13.746974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.748496"], ["updated_at", "2018-10-11 16:43:13.748496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.750015"], ["updated_at", "2018-10-11 16:43:13.750015"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.751529"], ["updated_at", "2018-10-11 16:43:13.751529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.753186"], ["updated_at", "2018-10-11 16:43:13.753186"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.754776"], ["updated_at", "2018-10-11 16:43:13.754776"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.757651"], ["updated_at", "2018-10-11 16:43:13.757651"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.759430"], ["updated_at", "2018-10-11 16:43:13.759430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.761146"], ["updated_at", "2018-10-11 16:43:13.761146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.762712"], ["updated_at", "2018-10-11 16:43:13.762712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.764223"], ["updated_at", "2018-10-11 16:43:13.764223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.765727"], ["updated_at", "2018-10-11 16:43:13.765727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.767273"], ["updated_at", "2018-10-11 16:43:13.767273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.768799"], ["updated_at", "2018-10-11 16:43:13.768799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.770327"], ["updated_at", "2018-10-11 16:43:13.770327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.771859"], ["updated_at", "2018-10-11 16:43:13.771859"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.773570"], ["updated_at", "2018-10-11 16:43:13.773570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.775227"], ["updated_at", "2018-10-11 16:43:13.775227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.776943"], ["updated_at", "2018-10-11 16:43:13.776943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.778608"], ["updated_at", "2018-10-11 16:43:13.778608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.780192"], ["updated_at", "2018-10-11 16:43:13.780192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.781738"], ["updated_at", "2018-10-11 16:43:13.781738"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.783287"], ["updated_at", "2018-10-11 16:43:13.783287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.785242"], ["updated_at", "2018-10-11 16:43:13.785242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.786872"], ["updated_at", "2018-10-11 16:43:13.786872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.788404"], ["updated_at", "2018-10-11 16:43:13.788404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.790040"], ["updated_at", "2018-10-11 16:43:13.790040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.791602"], ["updated_at", "2018-10-11 16:43:13.791602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.793131"], ["updated_at", "2018-10-11 16:43:13.793131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.794670"], ["updated_at", "2018-10-11 16:43:13.794670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.796241"], ["updated_at", "2018-10-11 16:43:13.796241"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.797773"], ["updated_at", "2018-10-11 16:43:13.797773"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.800092"], ["updated_at", "2018-10-11 16:43:13.800092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.802275"], ["updated_at", "2018-10-11 16:43:13.802275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.803982"], ["updated_at", "2018-10-11 16:43:13.803982"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.805536"], ["updated_at", "2018-10-11 16:43:13.805536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.807364"], ["updated_at", "2018-10-11 16:43:13.807364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.808975"], ["updated_at", "2018-10-11 16:43:13.808975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.810513"], ["updated_at", "2018-10-11 16:43:13.810513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.812041"], ["updated_at", "2018-10-11 16:43:13.812041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.813591"], ["updated_at", "2018-10-11 16:43:13.813591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.815113"], ["updated_at", "2018-10-11 16:43:13.815113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.816833"], ["updated_at", "2018-10-11 16:43:13.816833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.818413"], ["updated_at", "2018-10-11 16:43:13.818413"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.820386"], ["updated_at", "2018-10-11 16:43:13.820386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.822221"], ["updated_at", "2018-10-11 16:43:13.822221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.823773"], ["updated_at", "2018-10-11 16:43:13.823773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.825321"], ["updated_at", "2018-10-11 16:43:13.825321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.827031"], ["updated_at", "2018-10-11 16:43:13.827031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.828595"], ["updated_at", "2018-10-11 16:43:13.828595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.830220"], ["updated_at", "2018-10-11 16:43:13.830220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.831780"], ["updated_at", "2018-10-11 16:43:13.831780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.833287"], ["updated_at", "2018-10-11 16:43:13.833287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.834768"], ["updated_at", "2018-10-11 16:43:13.834768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.836545"], ["updated_at", "2018-10-11 16:43:13.836545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.838117"], ["updated_at", "2018-10-11 16:43:13.838117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.839813"], ["updated_at", "2018-10-11 16:43:13.839813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.841444"], ["updated_at", "2018-10-11 16:43:13.841444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.843067"], ["updated_at", "2018-10-11 16:43:13.843067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.844621"], ["updated_at", "2018-10-11 16:43:13.844621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.846245"], ["updated_at", "2018-10-11 16:43:13.846245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.847827"], ["updated_at", "2018-10-11 16:43:13.847827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.849372"], ["updated_at", "2018-10-11 16:43:13.849372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.850872"], ["updated_at", "2018-10-11 16:43:13.850872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.852406"], ["updated_at", "2018-10-11 16:43:13.852406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.853915"], ["updated_at", "2018-10-11 16:43:13.853915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.855434"], ["updated_at", "2018-10-11 16:43:13.855434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.856961"], ["updated_at", "2018-10-11 16:43:13.856961"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.858913"], ["updated_at", "2018-10-11 16:43:13.858913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.860593"], ["updated_at", "2018-10-11 16:43:13.860593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.862254"], ["updated_at", "2018-10-11 16:43:13.862254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.863859"], ["updated_at", "2018-10-11 16:43:13.863859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.865446"], ["updated_at", "2018-10-11 16:43:13.865446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.866989"], ["updated_at", "2018-10-11 16:43:13.866989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.868492"], ["updated_at", "2018-10-11 16:43:13.868492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.870174"], ["updated_at", "2018-10-11 16:43:13.870174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.871718"], ["updated_at", "2018-10-11 16:43:13.871718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.873258"], ["updated_at", "2018-10-11 16:43:13.873258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.874772"], ["updated_at", "2018-10-11 16:43:13.874772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.876368"], ["updated_at", "2018-10-11 16:43:13.876368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.877909"], ["updated_at", "2018-10-11 16:43:13.877909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.879433"], ["updated_at", "2018-10-11 16:43:13.879433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.880983"], ["updated_at", "2018-10-11 16:43:13.880983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.882490"], ["updated_at", "2018-10-11 16:43:13.882490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.884042"], ["updated_at", "2018-10-11 16:43:13.884042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.885603"], ["updated_at", "2018-10-11 16:43:13.885603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.887118"], ["updated_at", "2018-10-11 16:43:13.887118"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.888679"], ["updated_at", "2018-10-11 16:43:13.888679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.890643"], ["updated_at", "2018-10-11 16:43:13.890643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.892258"], ["updated_at", "2018-10-11 16:43:13.892258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.893828"], ["updated_at", "2018-10-11 16:43:13.893828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.895397"], ["updated_at", "2018-10-11 16:43:13.895397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.896991"], ["updated_at", "2018-10-11 16:43:13.896991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.898518"], ["updated_at", "2018-10-11 16:43:13.898518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.900480"], ["updated_at", "2018-10-11 16:43:13.900480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.902057"], ["updated_at", "2018-10-11 16:43:13.902057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.903577"], ["updated_at", "2018-10-11 16:43:13.903577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.905151"], ["updated_at", "2018-10-11 16:43:13.905151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.906729"], ["updated_at", "2018-10-11 16:43:13.906729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.908258"], ["updated_at", "2018-10-11 16:43:13.908258"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.909757"], ["updated_at", "2018-10-11 16:43:13.909757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.911450"], ["updated_at", "2018-10-11 16:43:13.911450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.913050"], ["updated_at", "2018-10-11 16:43:13.913050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.914632"], ["updated_at", "2018-10-11 16:43:13.914632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.916180"], ["updated_at", "2018-10-11 16:43:13.916180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.917699"], ["updated_at", "2018-10-11 16:43:13.917699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.919244"], ["updated_at", "2018-10-11 16:43:13.919244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.920810"], ["updated_at", "2018-10-11 16:43:13.920810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.922340"], ["updated_at", "2018-10-11 16:43:13.922340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.923976"], ["updated_at", "2018-10-11 16:43:13.923976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.925563"], ["updated_at", "2018-10-11 16:43:13.925563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.927077"], ["updated_at", "2018-10-11 16:43:13.927077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.928603"], ["updated_at", "2018-10-11 16:43:13.928603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.930159"], ["updated_at", "2018-10-11 16:43:13.930159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.931700"], ["updated_at", "2018-10-11 16:43:13.931700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.933221"], ["updated_at", "2018-10-11 16:43:13.933221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.934761"], ["updated_at", "2018-10-11 16:43:13.934761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.936495"], ["updated_at", "2018-10-11 16:43:13.936495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.938051"], ["updated_at", "2018-10-11 16:43:13.938051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.939605"], ["updated_at", "2018-10-11 16:43:13.939605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.941181"], ["updated_at", "2018-10-11 16:43:13.941181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.942710"], ["updated_at", "2018-10-11 16:43:13.942710"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.944327"], ["updated_at", "2018-10-11 16:43:13.944327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.946033"], ["updated_at", "2018-10-11 16:43:13.946033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.947634"], ["updated_at", "2018-10-11 16:43:13.947634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.949213"], ["updated_at", "2018-10-11 16:43:13.949213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.950804"], ["updated_at", "2018-10-11 16:43:13.950804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.952339"], ["updated_at", "2018-10-11 16:43:13.952339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.953915"], ["updated_at", "2018-10-11 16:43:13.953915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.955447"], ["updated_at", "2018-10-11 16:43:13.955447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.956981"], ["updated_at", "2018-10-11 16:43:13.956981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.958484"], ["updated_at", "2018-10-11 16:43:13.958484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.960028"], ["updated_at", "2018-10-11 16:43:13.960028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.961578"], ["updated_at", "2018-10-11 16:43:13.961578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.963128"], ["updated_at", "2018-10-11 16:43:13.963128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.964718"], ["updated_at", "2018-10-11 16:43:13.964718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.966241"], ["updated_at", "2018-10-11 16:43:13.966241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.967789"], ["updated_at", "2018-10-11 16:43:13.967789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.969334"], ["updated_at", "2018-10-11 16:43:13.969334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.970854"], ["updated_at", "2018-10-11 16:43:13.970854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.972384"], ["updated_at", "2018-10-11 16:43:13.972384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.973927"], ["updated_at", "2018-10-11 16:43:13.973927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.976788"], ["updated_at", "2018-10-11 16:43:13.976788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.978397"], ["updated_at", "2018-10-11 16:43:13.978397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.980221"], ["updated_at", "2018-10-11 16:43:13.980221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.981810"], ["updated_at", "2018-10-11 16:43:13.981810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.983424"], ["updated_at", "2018-10-11 16:43:13.983424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.984965"], ["updated_at", "2018-10-11 16:43:13.984965"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.986538"], ["updated_at", "2018-10-11 16:43:13.986538"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.988089"], ["updated_at", "2018-10-11 16:43:13.988089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.989826"], ["updated_at", "2018-10-11 16:43:13.989826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.991358"], ["updated_at", "2018-10-11 16:43:13.991358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.992922"], ["updated_at", "2018-10-11 16:43:13.992922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.994441"], ["updated_at", "2018-10-11 16:43:13.994441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.995986"], ["updated_at", "2018-10-11 16:43:13.995986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.997485"], ["updated_at", "2018-10-11 16:43:13.997485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:13.999073"], ["updated_at", "2018-10-11 16:43:13.999073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.000618"], ["updated_at", "2018-10-11 16:43:14.000618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.002144"], ["updated_at", "2018-10-11 16:43:14.002144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.003841"], ["updated_at", "2018-10-11 16:43:14.003841"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.005965"], ["updated_at", "2018-10-11 16:43:14.005965"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.008317"], ["updated_at", "2018-10-11 16:43:14.008317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.010462"], ["updated_at", "2018-10-11 16:43:14.010462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.012326"], ["updated_at", "2018-10-11 16:43:14.012326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.014035"], ["updated_at", "2018-10-11 16:43:14.014035"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.015736"], ["updated_at", "2018-10-11 16:43:14.015736"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.017596"], ["updated_at", "2018-10-11 16:43:14.017596"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.019601"], ["updated_at", "2018-10-11 16:43:14.019601"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.022949"], ["updated_at", "2018-10-11 16:43:14.022949"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.025236"], ["updated_at", "2018-10-11 16:43:14.025236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.027582"], ["updated_at", "2018-10-11 16:43:14.027582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.029394"], ["updated_at", "2018-10-11 16:43:14.029394"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.031257"], ["updated_at", "2018-10-11 16:43:14.031257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.033296"], ["updated_at", "2018-10-11 16:43:14.033296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.035024"], ["updated_at", "2018-10-11 16:43:14.035024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.036662"], ["updated_at", "2018-10-11 16:43:14.036662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.038386"], ["updated_at", "2018-10-11 16:43:14.038386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.040054"], ["updated_at", "2018-10-11 16:43:14.040054"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.041731"], ["updated_at", "2018-10-11 16:43:14.041731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.043659"], ["updated_at", "2018-10-11 16:43:14.043659"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.045464"], ["updated_at", "2018-10-11 16:43:14.045464"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.047503"], ["updated_at", "2018-10-11 16:43:14.047503"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.050356"], ["updated_at", "2018-10-11 16:43:14.050356"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.052992"], ["updated_at", "2018-10-11 16:43:14.052992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.055087"], ["updated_at", "2018-10-11 16:43:14.055087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.056700"], ["updated_at", "2018-10-11 16:43:14.056700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.058294"], ["updated_at", "2018-10-11 16:43:14.058294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.059806"], ["updated_at", "2018-10-11 16:43:14.059806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.061357"], ["updated_at", "2018-10-11 16:43:14.061357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.062903"], ["updated_at", "2018-10-11 16:43:14.062903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.064450"], ["updated_at", "2018-10-11 16:43:14.064450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.066060"], ["updated_at", "2018-10-11 16:43:14.066060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.067764"], ["updated_at", "2018-10-11 16:43:14.067764"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.069561"], ["updated_at", "2018-10-11 16:43:14.069561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.071340"], ["updated_at", "2018-10-11 16:43:14.071340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.072943"], ["updated_at", "2018-10-11 16:43:14.072943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.074488"], ["updated_at", "2018-10-11 16:43:14.074488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.076003"], ["updated_at", "2018-10-11 16:43:14.076003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.077498"], ["updated_at", "2018-10-11 16:43:14.077498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.079026"], ["updated_at", "2018-10-11 16:43:14.079026"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.080597"], ["updated_at", "2018-10-11 16:43:14.080597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.082391"], ["updated_at", "2018-10-11 16:43:14.082391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.084074"], ["updated_at", "2018-10-11 16:43:14.084074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.085768"], ["updated_at", "2018-10-11 16:43:14.085768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.087598"], ["updated_at", "2018-10-11 16:43:14.087598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.089224"], ["updated_at", "2018-10-11 16:43:14.089224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.090899"], ["updated_at", "2018-10-11 16:43:14.090899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.092425"], ["updated_at", "2018-10-11 16:43:14.092425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.093981"], ["updated_at", "2018-10-11 16:43:14.093981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.095499"], ["updated_at", "2018-10-11 16:43:14.095499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.097002"], ["updated_at", "2018-10-11 16:43:14.097002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.098599"], ["updated_at", "2018-10-11 16:43:14.098599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.100282"], ["updated_at", "2018-10-11 16:43:14.100282"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.102116"], ["updated_at", "2018-10-11 16:43:14.102116"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.104402"], ["updated_at", "2018-10-11 16:43:14.104402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.106143"], ["updated_at", "2018-10-11 16:43:14.106143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.107724"], ["updated_at", "2018-10-11 16:43:14.107724"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.109330"], ["updated_at", "2018-10-11 16:43:14.109330"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.111670"], ["updated_at", "2018-10-11 16:43:14.111670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.114011"], ["updated_at", "2018-10-11 16:43:14.114011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.115876"], ["updated_at", "2018-10-11 16:43:14.115876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.117490"], ["updated_at", "2018-10-11 16:43:14.117490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.119018"], ["updated_at", "2018-10-11 16:43:14.119018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.120538"], ["updated_at", "2018-10-11 16:43:14.120538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.122027"], ["updated_at", "2018-10-11 16:43:14.122027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.123762"], ["updated_at", "2018-10-11 16:43:14.123762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.125268"], ["updated_at", "2018-10-11 16:43:14.125268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.126803"], ["updated_at", "2018-10-11 16:43:14.126803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.128362"], ["updated_at", "2018-10-11 16:43:14.128362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.129868"], ["updated_at", "2018-10-11 16:43:14.129868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.131385"], ["updated_at", "2018-10-11 16:43:14.131385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.132931"], ["updated_at", "2018-10-11 16:43:14.132931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.134503"], ["updated_at", "2018-10-11 16:43:14.134503"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.136000"], ["updated_at", "2018-10-11 16:43:14.136000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.137811"], ["updated_at", "2018-10-11 16:43:14.137811"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.139775"], ["updated_at", "2018-10-11 16:43:14.139775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.141489"], ["updated_at", "2018-10-11 16:43:14.141489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.143120"], ["updated_at", "2018-10-11 16:43:14.143120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.144678"], ["updated_at", "2018-10-11 16:43:14.144678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.146223"], ["updated_at", "2018-10-11 16:43:14.146223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.147739"], ["updated_at", "2018-10-11 16:43:14.147739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.149279"], ["updated_at", "2018-10-11 16:43:14.149279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.150919"], ["updated_at", "2018-10-11 16:43:14.150919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.152526"], ["updated_at", "2018-10-11 16:43:14.152526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.154026"], ["updated_at", "2018-10-11 16:43:14.154026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.155691"], ["updated_at", "2018-10-11 16:43:14.155691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.157364"], ["updated_at", "2018-10-11 16:43:14.157364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.158885"], ["updated_at", "2018-10-11 16:43:14.158885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.160430"], ["updated_at", "2018-10-11 16:43:14.160430"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.161998"], ["updated_at", "2018-10-11 16:43:14.161998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.163656"], ["updated_at", "2018-10-11 16:43:14.163656"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.165179"], ["updated_at", "2018-10-11 16:43:14.165179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.167094"], ["updated_at", "2018-10-11 16:43:14.167094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.168697"], ["updated_at", "2018-10-11 16:43:14.168697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.170256"], ["updated_at", "2018-10-11 16:43:14.170256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.171849"], ["updated_at", "2018-10-11 16:43:14.171849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.173410"], ["updated_at", "2018-10-11 16:43:14.173410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.174970"], ["updated_at", "2018-10-11 16:43:14.174970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.176519"], ["updated_at", "2018-10-11 16:43:14.176519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.178030"], ["updated_at", "2018-10-11 16:43:14.178030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.179819"], ["updated_at", "2018-10-11 16:43:14.179819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.181434"], ["updated_at", "2018-10-11 16:43:14.181434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.183086"], ["updated_at", "2018-10-11 16:43:14.183086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.184708"], ["updated_at", "2018-10-11 16:43:14.184708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.186384"], ["updated_at", "2018-10-11 16:43:14.186384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.187998"], ["updated_at", "2018-10-11 16:43:14.187998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.189576"], ["updated_at", "2018-10-11 16:43:14.189576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.191151"], ["updated_at", "2018-10-11 16:43:14.191151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.192722"], ["updated_at", "2018-10-11 16:43:14.192722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.194206"], ["updated_at", "2018-10-11 16:43:14.194206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.195757"], ["updated_at", "2018-10-11 16:43:14.195757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.197435"], ["updated_at", "2018-10-11 16:43:14.197435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.199019"], ["updated_at", "2018-10-11 16:43:14.199019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.200561"], ["updated_at", "2018-10-11 16:43:14.200561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.202174"], ["updated_at", "2018-10-11 16:43:14.202174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.203780"], ["updated_at", "2018-10-11 16:43:14.203780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.205312"], ["updated_at", "2018-10-11 16:43:14.205312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.206890"], ["updated_at", "2018-10-11 16:43:14.206890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.208522"], ["updated_at", "2018-10-11 16:43:14.208522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.210059"], ["updated_at", "2018-10-11 16:43:14.210059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.211591"], ["updated_at", "2018-10-11 16:43:14.211591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.213250"], ["updated_at", "2018-10-11 16:43:14.213250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.214806"], ["updated_at", "2018-10-11 16:43:14.214806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.216335"], ["updated_at", "2018-10-11 16:43:14.216335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.217857"], ["updated_at", "2018-10-11 16:43:14.217857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.219378"], ["updated_at", "2018-10-11 16:43:14.219378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.220898"], ["updated_at", "2018-10-11 16:43:14.220898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.222416"], ["updated_at", "2018-10-11 16:43:14.222416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.223929"], ["updated_at", "2018-10-11 16:43:14.223929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.225508"], ["updated_at", "2018-10-11 16:43:14.225508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.227201"], ["updated_at", "2018-10-11 16:43:14.227201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.228714"], ["updated_at", "2018-10-11 16:43:14.228714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.230243"], ["updated_at", "2018-10-11 16:43:14.230243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.231792"], ["updated_at", "2018-10-11 16:43:14.231792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.233302"], ["updated_at", "2018-10-11 16:43:14.233302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.234835"], ["updated_at", "2018-10-11 16:43:14.234835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.236335"], ["updated_at", "2018-10-11 16:43:14.236335"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.237929"], ["updated_at", "2018-10-11 16:43:14.237929"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.240124"], ["updated_at", "2018-10-11 16:43:14.240124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.241847"], ["updated_at", "2018-10-11 16:43:14.241847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.243433"], ["updated_at", "2018-10-11 16:43:14.243433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.245061"], ["updated_at", "2018-10-11 16:43:14.245061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.246611"], ["updated_at", "2018-10-11 16:43:14.246611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.248149"], ["updated_at", "2018-10-11 16:43:14.248149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.249739"], ["updated_at", "2018-10-11 16:43:14.249739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.251288"], ["updated_at", "2018-10-11 16:43:14.251288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.252808"], ["updated_at", "2018-10-11 16:43:14.252808"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.254343"], ["updated_at", "2018-10-11 16:43:14.254343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.256110"], ["updated_at", "2018-10-11 16:43:14.256110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.257808"], ["updated_at", "2018-10-11 16:43:14.257808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.259453"], ["updated_at", "2018-10-11 16:43:14.259453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.261086"], ["updated_at", "2018-10-11 16:43:14.261086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.263937"], ["updated_at", "2018-10-11 16:43:14.263937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.265584"], ["updated_at", "2018-10-11 16:43:14.265584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.267211"], ["updated_at", "2018-10-11 16:43:14.267211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.268708"], ["updated_at", "2018-10-11 16:43:14.268708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.270212"], ["updated_at", "2018-10-11 16:43:14.270212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.271980"], ["updated_at", "2018-10-11 16:43:14.271980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.273568"], ["updated_at", "2018-10-11 16:43:14.273568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.275122"], ["updated_at", "2018-10-11 16:43:14.275122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.276694"], ["updated_at", "2018-10-11 16:43:14.276694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.278458"], ["updated_at", "2018-10-11 16:43:14.278458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.280252"], ["updated_at", "2018-10-11 16:43:14.280252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.281731"], ["updated_at", "2018-10-11 16:43:14.281731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.283292"], ["updated_at", "2018-10-11 16:43:14.283292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.284831"], ["updated_at", "2018-10-11 16:43:14.284831"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.286396"], ["updated_at", "2018-10-11 16:43:14.286396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.288797"], ["updated_at", "2018-10-11 16:43:14.288797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.290533"], ["updated_at", "2018-10-11 16:43:14.290533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.292325"], ["updated_at", "2018-10-11 16:43:14.292325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.293948"], ["updated_at", "2018-10-11 16:43:14.293948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.295503"], ["updated_at", "2018-10-11 16:43:14.295503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.297062"], ["updated_at", "2018-10-11 16:43:14.297062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.298579"], ["updated_at", "2018-10-11 16:43:14.298579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.300114"], ["updated_at", "2018-10-11 16:43:14.300114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.301686"], ["updated_at", "2018-10-11 16:43:14.301686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.303224"], ["updated_at", "2018-10-11 16:43:14.303224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.304823"], ["updated_at", "2018-10-11 16:43:14.304823"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.306325"], ["updated_at", "2018-10-11 16:43:14.306325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.308016"], ["updated_at", "2018-10-11 16:43:14.308016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.309567"], ["updated_at", "2018-10-11 16:43:14.309567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.311148"], ["updated_at", "2018-10-11 16:43:14.311148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.312710"], ["updated_at", "2018-10-11 16:43:14.312710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.314282"], ["updated_at", "2018-10-11 16:43:14.314282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.315998"], ["updated_at", "2018-10-11 16:43:14.315998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.317556"], ["updated_at", "2018-10-11 16:43:14.317556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.319112"], ["updated_at", "2018-10-11 16:43:14.319112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.320653"], ["updated_at", "2018-10-11 16:43:14.320653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.322179"], ["updated_at", "2018-10-11 16:43:14.322179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.323742"], ["updated_at", "2018-10-11 16:43:14.323742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.325278"], ["updated_at", "2018-10-11 16:43:14.325278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.326776"], ["updated_at", "2018-10-11 16:43:14.326776"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.328544"], ["updated_at", "2018-10-11 16:43:14.328544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.330221"], ["updated_at", "2018-10-11 16:43:14.330221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.331809"], ["updated_at", "2018-10-11 16:43:14.331809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.333397"], ["updated_at", "2018-10-11 16:43:14.333397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.334927"], ["updated_at", "2018-10-11 16:43:14.334927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.336452"], ["updated_at", "2018-10-11 16:43:14.336452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.337966"], ["updated_at", "2018-10-11 16:43:14.337966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.339610"], ["updated_at", "2018-10-11 16:43:14.339610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.341179"], ["updated_at", "2018-10-11 16:43:14.341179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.342894"], ["updated_at", "2018-10-11 16:43:14.342894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.344538"], ["updated_at", "2018-10-11 16:43:14.344538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.346171"], ["updated_at", "2018-10-11 16:43:14.346171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.347863"], ["updated_at", "2018-10-11 16:43:14.347863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.349471"], ["updated_at", "2018-10-11 16:43:14.349471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.351010"], ["updated_at", "2018-10-11 16:43:14.351010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.352551"], ["updated_at", "2018-10-11 16:43:14.352551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.354101"], ["updated_at", "2018-10-11 16:43:14.354101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.355652"], ["updated_at", "2018-10-11 16:43:14.355652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.357159"], ["updated_at", "2018-10-11 16:43:14.357159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.358706"], ["updated_at", "2018-10-11 16:43:14.358706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.360307"], ["updated_at", "2018-10-11 16:43:14.360307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.361829"], ["updated_at", "2018-10-11 16:43:14.361829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.363374"], ["updated_at", "2018-10-11 16:43:14.363374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.365072"], ["updated_at", "2018-10-11 16:43:14.365072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.366742"], ["updated_at", "2018-10-11 16:43:14.366742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.368402"], ["updated_at", "2018-10-11 16:43:14.368402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.369962"], ["updated_at", "2018-10-11 16:43:14.369962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.371523"], ["updated_at", "2018-10-11 16:43:14.371523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.373065"], ["updated_at", "2018-10-11 16:43:14.373065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.374652"], ["updated_at", "2018-10-11 16:43:14.374652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.376265"], ["updated_at", "2018-10-11 16:43:14.376265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.377968"], ["updated_at", "2018-10-11 16:43:14.377968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.379586"], ["updated_at", "2018-10-11 16:43:14.379586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.381166"], ["updated_at", "2018-10-11 16:43:14.381166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.382727"], ["updated_at", "2018-10-11 16:43:14.382727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.384255"], ["updated_at", "2018-10-11 16:43:14.384255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.385753"], ["updated_at", "2018-10-11 16:43:14.385753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.387326"], ["updated_at", "2018-10-11 16:43:14.387326"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.389180"], ["updated_at", "2018-10-11 16:43:14.389180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.390907"], ["updated_at", "2018-10-11 16:43:14.390907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.392507"], ["updated_at", "2018-10-11 16:43:14.392507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.394059"], ["updated_at", "2018-10-11 16:43:14.394059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.395641"], ["updated_at", "2018-10-11 16:43:14.395641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.397181"], ["updated_at", "2018-10-11 16:43:14.397181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.398764"], ["updated_at", "2018-10-11 16:43:14.398764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.400353"], ["updated_at", "2018-10-11 16:43:14.400353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.401862"], ["updated_at", "2018-10-11 16:43:14.401862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.403367"], ["updated_at", "2018-10-11 16:43:14.403367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.405021"], ["updated_at", "2018-10-11 16:43:14.405021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.406624"], ["updated_at", "2018-10-11 16:43:14.406624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.408128"], ["updated_at", "2018-10-11 16:43:14.408128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.409621"], ["updated_at", "2018-10-11 16:43:14.409621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.411173"], ["updated_at", "2018-10-11 16:43:14.411173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.412747"], ["updated_at", "2018-10-11 16:43:14.412747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.414281"], ["updated_at", "2018-10-11 16:43:14.414281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.415890"], ["updated_at", "2018-10-11 16:43:14.415890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.417415"], ["updated_at", "2018-10-11 16:43:14.417415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.418940"], ["updated_at", "2018-10-11 16:43:14.418940"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.420449"], ["updated_at", "2018-10-11 16:43:14.420449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.422149"], ["updated_at", "2018-10-11 16:43:14.422149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.423709"], ["updated_at", "2018-10-11 16:43:14.423709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.425277"], ["updated_at", "2018-10-11 16:43:14.425277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.426788"], ["updated_at", "2018-10-11 16:43:14.426788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.428284"], ["updated_at", "2018-10-11 16:43:14.428284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.429842"], ["updated_at", "2018-10-11 16:43:14.429842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.431365"], ["updated_at", "2018-10-11 16:43:14.431365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.432919"], ["updated_at", "2018-10-11 16:43:14.432919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.434495"], ["updated_at", "2018-10-11 16:43:14.434495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.436015"], ["updated_at", "2018-10-11 16:43:14.436015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.437573"], ["updated_at", "2018-10-11 16:43:14.437573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.439096"], ["updated_at", "2018-10-11 16:43:14.439096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.440664"], ["updated_at", "2018-10-11 16:43:14.440664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.442187"], ["updated_at", "2018-10-11 16:43:14.442187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.443721"], ["updated_at", "2018-10-11 16:43:14.443721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.445299"], ["updated_at", "2018-10-11 16:43:14.445299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.447006"], ["updated_at", "2018-10-11 16:43:14.447006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.448618"], ["updated_at", "2018-10-11 16:43:14.448618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.450159"], ["updated_at", "2018-10-11 16:43:14.450159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.451708"], ["updated_at", "2018-10-11 16:43:14.451708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.453327"], ["updated_at", "2018-10-11 16:43:14.453327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.454851"], ["updated_at", "2018-10-11 16:43:14.454851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.456369"], ["updated_at", "2018-10-11 16:43:14.456369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.457915"], ["updated_at", "2018-10-11 16:43:14.457915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.459522"], ["updated_at", "2018-10-11 16:43:14.459522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.461112"], ["updated_at", "2018-10-11 16:43:14.461112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.462843"], ["updated_at", "2018-10-11 16:43:14.462843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.464454"], ["updated_at", "2018-10-11 16:43:14.464454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.466008"], ["updated_at", "2018-10-11 16:43:14.466008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.467564"], ["updated_at", "2018-10-11 16:43:14.467564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.469127"], ["updated_at", "2018-10-11 16:43:14.469127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.470744"], ["updated_at", "2018-10-11 16:43:14.470744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.472366"], ["updated_at", "2018-10-11 16:43:14.472366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.473893"], ["updated_at", "2018-10-11 16:43:14.473893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.475425"], ["updated_at", "2018-10-11 16:43:14.475425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.476952"], ["updated_at", "2018-10-11 16:43:14.476952"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.478920"], ["updated_at", "2018-10-11 16:43:14.478920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.480596"], ["updated_at", "2018-10-11 16:43:14.480596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.482143"], ["updated_at", "2018-10-11 16:43:14.482143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.483687"], ["updated_at", "2018-10-11 16:43:14.483687"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.485445"], ["updated_at", "2018-10-11 16:43:14.485445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.487327"], ["updated_at", "2018-10-11 16:43:14.487327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.489044"], ["updated_at", "2018-10-11 16:43:14.489044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.490688"], ["updated_at", "2018-10-11 16:43:14.490688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.492267"], ["updated_at", "2018-10-11 16:43:14.492267"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.494144"], ["updated_at", "2018-10-11 16:43:14.494144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.495830"], ["updated_at", "2018-10-11 16:43:14.495830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.497533"], ["updated_at", "2018-10-11 16:43:14.497533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.499175"], ["updated_at", "2018-10-11 16:43:14.499175"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.500829"], ["updated_at", "2018-10-11 16:43:14.500829"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.502861"], ["updated_at", "2018-10-11 16:43:14.502861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.504541"], ["updated_at", "2018-10-11 16:43:14.504541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.506110"], ["updated_at", "2018-10-11 16:43:14.506110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.507690"], ["updated_at", "2018-10-11 16:43:14.507690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.509284"], ["updated_at", "2018-10-11 16:43:14.509284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.511308"], ["updated_at", "2018-10-11 16:43:14.511308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.512875"], ["updated_at", "2018-10-11 16:43:14.512875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.514439"], ["updated_at", "2018-10-11 16:43:14.514439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.516017"], ["updated_at", "2018-10-11 16:43:14.516017"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.517776"], ["updated_at", "2018-10-11 16:43:14.517776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.519684"], ["updated_at", "2018-10-11 16:43:14.519684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.521257"], ["updated_at", "2018-10-11 16:43:14.521257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.522770"], ["updated_at", "2018-10-11 16:43:14.522770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.524324"], ["updated_at", "2018-10-11 16:43:14.524324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.526247"], ["updated_at", "2018-10-11 16:43:14.526247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.527853"], ["updated_at", "2018-10-11 16:43:14.527853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.529406"], ["updated_at", "2018-10-11 16:43:14.529406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.530935"], ["updated_at", "2018-10-11 16:43:14.530935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.532572"], ["updated_at", "2018-10-11 16:43:14.532572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.534484"], ["updated_at", "2018-10-11 16:43:14.534484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.536239"], ["updated_at", "2018-10-11 16:43:14.536239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.537818"], ["updated_at", "2018-10-11 16:43:14.537818"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.540715"], ["updated_at", "2018-10-11 16:43:14.540715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.542609"], ["updated_at", "2018-10-11 16:43:14.542609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.544180"], ["updated_at", "2018-10-11 16:43:14.544180"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.545756"], ["updated_at", "2018-10-11 16:43:14.545756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.547467"], ["updated_at", "2018-10-11 16:43:14.547467"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.549150"], ["updated_at", "2018-10-11 16:43:14.549150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.551022"], ["updated_at", "2018-10-11 16:43:14.551022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.552658"], ["updated_at", "2018-10-11 16:43:14.552658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.554186"], ["updated_at", "2018-10-11 16:43:14.554186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.555779"], ["updated_at", "2018-10-11 16:43:14.555779"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.557306"], ["updated_at", "2018-10-11 16:43:14.557306"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.559472"], ["updated_at", "2018-10-11 16:43:14.559472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.561697"], ["updated_at", "2018-10-11 16:43:14.561697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.563416"], ["updated_at", "2018-10-11 16:43:14.563416"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.565078"], ["updated_at", "2018-10-11 16:43:14.565078"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.567274"], ["updated_at", "2018-10-11 16:43:14.567274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.569209"], ["updated_at", "2018-10-11 16:43:14.569209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.570811"], ["updated_at", "2018-10-11 16:43:14.570811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.572364"], ["updated_at", "2018-10-11 16:43:14.572364"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.574642"], ["updated_at", "2018-10-11 16:43:14.574642"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.577481"], ["updated_at", "2018-10-11 16:43:14.577481"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.579591"], ["updated_at", "2018-10-11 16:43:14.579591"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.581415"], ["updated_at", "2018-10-11 16:43:14.581415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.583691"], ["updated_at", "2018-10-11 16:43:14.583691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.585491"], ["updated_at", "2018-10-11 16:43:14.585491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.587133"], ["updated_at", "2018-10-11 16:43:14.587133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.588701"], ["updated_at", "2018-10-11 16:43:14.588701"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.590340"], ["updated_at", "2018-10-11 16:43:14.590340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.592733"], ["updated_at", "2018-10-11 16:43:14.592733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.595124"], ["updated_at", "2018-10-11 16:43:14.595124"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.597107"], ["updated_at", "2018-10-11 16:43:14.597107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.599276"], ["updated_at", "2018-10-11 16:43:14.599276"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.601402"], ["updated_at", "2018-10-11 16:43:14.601402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.603629"], ["updated_at", "2018-10-11 16:43:14.603629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.605313"], ["updated_at", "2018-10-11 16:43:14.605313"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.607281"], ["updated_at", "2018-10-11 16:43:14.607281"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.609168"], ["updated_at", "2018-10-11 16:43:14.609168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.610889"], ["updated_at", "2018-10-11 16:43:14.610889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.612718"], ["updated_at", "2018-10-11 16:43:14.612718"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.614841"], ["updated_at", "2018-10-11 16:43:14.614841"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.616810"], ["updated_at", "2018-10-11 16:43:14.616810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.618754"], ["updated_at", "2018-10-11 16:43:14.618754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.620342"], ["updated_at", "2018-10-11 16:43:14.620342"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.621962"], ["updated_at", "2018-10-11 16:43:14.621962"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.624145"], ["updated_at", "2018-10-11 16:43:14.624145"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.625869"], ["updated_at", "2018-10-11 16:43:14.625869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.627654"], ["updated_at", "2018-10-11 16:43:14.627654"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.629320"], ["updated_at", "2018-10-11 16:43:14.629320"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.631584"], ["updated_at", "2018-10-11 16:43:14.631584"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.633918"], ["updated_at", "2018-10-11 16:43:14.633918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.635800"], ["updated_at", "2018-10-11 16:43:14.635800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.637375"], ["updated_at", "2018-10-11 16:43:14.637375"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.639269"], ["updated_at", "2018-10-11 16:43:14.639269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.641146"], ["updated_at", "2018-10-11 16:43:14.641146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.642787"], ["updated_at", "2018-10-11 16:43:14.642787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.644509"], ["updated_at", "2018-10-11 16:43:14.644509"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.646188"], ["updated_at", "2018-10-11 16:43:14.646188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.648617"], ["updated_at", "2018-10-11 16:43:14.648617"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.650289"], ["updated_at", "2018-10-11 16:43:14.650289"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.653878"], ["updated_at", "2018-10-11 16:43:14.653878"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.658580"], ["updated_at", "2018-10-11 16:43:14.658580"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.661314"], ["updated_at", "2018-10-11 16:43:14.661314"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.663718"], ["updated_at", "2018-10-11 16:43:14.663718"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.665837"], ["updated_at", "2018-10-11 16:43:14.665837"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.670384"], ["updated_at", "2018-10-11 16:43:14.670384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.673424"], ["updated_at", "2018-10-11 16:43:14.673424"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.674967"], ["updated_at", "2018-10-11 16:43:14.674967"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.676666"], ["updated_at", "2018-10-11 16:43:14.676666"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.678488"], ["updated_at", "2018-10-11 16:43:14.678488"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.680942"], ["updated_at", "2018-10-11 16:43:14.680942"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.682750"], ["updated_at", "2018-10-11 16:43:14.682750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.684976"], ["updated_at", "2018-10-11 16:43:14.684976"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.686915"], ["updated_at", "2018-10-11 16:43:14.686915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.689181"], ["updated_at", "2018-10-11 16:43:14.689181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.690794"], ["updated_at", "2018-10-11 16:43:14.690794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.692353"], ["updated_at", "2018-10-11 16:43:14.692353"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.693988"], ["updated_at", "2018-10-11 16:43:14.693988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.696186"], ["updated_at", "2018-10-11 16:43:14.696186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.698046"], ["updated_at", "2018-10-11 16:43:14.698046"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.699641"], ["updated_at", "2018-10-11 16:43:14.699641"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.701592"], ["updated_at", "2018-10-11 16:43:14.701592"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.703582"], ["updated_at", "2018-10-11 16:43:14.703582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.705524"], ["updated_at", "2018-10-11 16:43:14.705524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.707136"], ["updated_at", "2018-10-11 16:43:14.707136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.708927"], ["updated_at", "2018-10-11 16:43:14.708927"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.710597"], ["updated_at", "2018-10-11 16:43:14.710597"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.713087"], ["updated_at", "2018-10-11 16:43:14.713087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.714980"], ["updated_at", "2018-10-11 16:43:14.714980"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.716574"], ["updated_at", "2018-10-11 16:43:14.716574"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.718530"], ["updated_at", "2018-10-11 16:43:14.718530"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.720938"], ["updated_at", "2018-10-11 16:43:14.720938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.722677"], ["updated_at", "2018-10-11 16:43:14.722677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.724351"], ["updated_at", "2018-10-11 16:43:14.724351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.725956"], ["updated_at", "2018-10-11 16:43:14.725956"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.727954"], ["updated_at", "2018-10-11 16:43:14.727954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.730154"], ["updated_at", "2018-10-11 16:43:14.730154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.731931"], ["updated_at", "2018-10-11 16:43:14.731931"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.733534"], ["updated_at", "2018-10-11 16:43:14.733534"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.736429"], ["updated_at", "2018-10-11 16:43:14.736429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.738290"], ["updated_at", "2018-10-11 16:43:14.738290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.739834"], ["updated_at", "2018-10-11 16:43:14.739834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.741380"], ["updated_at", "2018-10-11 16:43:14.741380"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.743004"], ["updated_at", "2018-10-11 16:43:14.743004"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.745430"], ["updated_at", "2018-10-11 16:43:14.745430"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.747415"], ["updated_at", "2018-10-11 16:43:14.747415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.749176"], ["updated_at", "2018-10-11 16:43:14.749176"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.751026"], ["updated_at", "2018-10-11 16:43:14.751026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.753326"], ["updated_at", "2018-10-11 16:43:14.753326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.755020"], ["updated_at", "2018-10-11 16:43:14.755020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.756610"], ["updated_at", "2018-10-11 16:43:14.756610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.758170"], ["updated_at", "2018-10-11 16:43:14.758170"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.760264"], ["updated_at", "2018-10-11 16:43:14.760264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.762269"], ["updated_at", "2018-10-11 16:43:14.762269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.764037"], ["updated_at", "2018-10-11 16:43:14.764037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.765706"], ["updated_at", "2018-10-11 16:43:14.765706"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.767698"], ["updated_at", "2018-10-11 16:43:14.767698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.770253"], ["updated_at", "2018-10-11 16:43:14.770253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.771931"], ["updated_at", "2018-10-11 16:43:14.771931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.773481"], ["updated_at", "2018-10-11 16:43:14.773481"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.774999"], ["updated_at", "2018-10-11 16:43:14.774999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.777458"], ["updated_at", "2018-10-11 16:43:14.777458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.779378"], ["updated_at", "2018-10-11 16:43:14.779378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.781341"], ["updated_at", "2018-10-11 16:43:14.781341"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.783060"], ["updated_at", "2018-10-11 16:43:14.783060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.786078"], ["updated_at", "2018-10-11 16:43:14.786078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.787739"], ["updated_at", "2018-10-11 16:43:14.787739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.789399"], ["updated_at", "2018-10-11 16:43:14.789399"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.791069"], ["updated_at", "2018-10-11 16:43:14.791069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.793273"], ["updated_at", "2018-10-11 16:43:14.793273"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.795196"], ["updated_at", "2018-10-11 16:43:14.795196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.797100"], ["updated_at", "2018-10-11 16:43:14.797100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.798829"], ["updated_at", "2018-10-11 16:43:14.798829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.801215"], ["updated_at", "2018-10-11 16:43:14.801215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.803080"], ["updated_at", "2018-10-11 16:43:14.803080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.804701"], ["updated_at", "2018-10-11 16:43:14.804701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.806383"], ["updated_at", "2018-10-11 16:43:14.806383"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.808061"], ["updated_at", "2018-10-11 16:43:14.808061"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.810608"], ["updated_at", "2018-10-11 16:43:14.810608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.812454"], ["updated_at", "2018-10-11 16:43:14.812454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.814158"], ["updated_at", "2018-10-11 16:43:14.814158"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.815802"], ["updated_at", "2018-10-11 16:43:14.815802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.818246"], ["updated_at", "2018-10-11 16:43:14.818246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.819877"], ["updated_at", "2018-10-11 16:43:14.819877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.821465"], ["updated_at", "2018-10-11 16:43:14.821465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.823053"], ["updated_at", "2018-10-11 16:43:14.823053"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.825112"], ["updated_at", "2018-10-11 16:43:14.825112"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.827092"], ["updated_at", "2018-10-11 16:43:14.827092"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.828939"], ["updated_at", "2018-10-11 16:43:14.828939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.830754"], ["updated_at", "2018-10-11 16:43:14.830754"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.832858"], ["updated_at", "2018-10-11 16:43:14.832858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.835123"], ["updated_at", "2018-10-11 16:43:14.835123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.836756"], ["updated_at", "2018-10-11 16:43:14.836756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.838355"], ["updated_at", "2018-10-11 16:43:14.838355"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.839879"], ["updated_at", "2018-10-11 16:43:14.839879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.842181"], ["updated_at", "2018-10-11 16:43:14.842181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.844054"], ["updated_at", "2018-10-11 16:43:14.844054"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.845812"], ["updated_at", "2018-10-11 16:43:14.845812"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.847676"], ["updated_at", "2018-10-11 16:43:14.847676"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.849885"], ["updated_at", "2018-10-11 16:43:14.849885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.852155"], ["updated_at", "2018-10-11 16:43:14.852155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.853853"], ["updated_at", "2018-10-11 16:43:14.853853"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.855436"], ["updated_at", "2018-10-11 16:43:14.855436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.857697"], ["updated_at", "2018-10-11 16:43:14.857697"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.859646"], ["updated_at", "2018-10-11 16:43:14.859646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.861411"], ["updated_at", "2018-10-11 16:43:14.861411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.863110"], ["updated_at", "2018-10-11 16:43:14.863110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.865318"], ["updated_at", "2018-10-11 16:43:14.865318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.867483"], ["updated_at", "2018-10-11 16:43:14.867483"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.869174"], ["updated_at", "2018-10-11 16:43:14.869174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.870990"], ["updated_at", "2018-10-11 16:43:14.870990"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.874468"], ["updated_at", "2018-10-11 16:43:14.874468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.876226"], ["updated_at", "2018-10-11 16:43:14.876226"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.878029"], ["updated_at", "2018-10-11 16:43:14.878029"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.879795"], ["updated_at", "2018-10-11 16:43:14.879795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.882142"], ["updated_at", "2018-10-11 16:43:14.882142"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.884283"], ["updated_at", "2018-10-11 16:43:14.884283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.886183"], ["updated_at", "2018-10-11 16:43:14.886183"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.887991"], ["updated_at", "2018-10-11 16:43:14.887991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.890909"], ["updated_at", "2018-10-11 16:43:14.890909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.892648"], ["updated_at", "2018-10-11 16:43:14.892648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.894432"], ["updated_at", "2018-10-11 16:43:14.894432"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.896211"], ["updated_at", "2018-10-11 16:43:14.896211"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.899133"], ["updated_at", "2018-10-11 16:43:14.899133"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.904262"], ["updated_at", "2018-10-11 16:43:14.904262"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.909272"], ["updated_at", "2018-10-11 16:43:14.909272"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.911779"], ["updated_at", "2018-10-11 16:43:14.911779"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.914460"], ["updated_at", "2018-10-11 16:43:14.914460"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.918286"], ["updated_at", "2018-10-11 16:43:14.918286"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.921080"], ["updated_at", "2018-10-11 16:43:14.921080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.923651"], ["updated_at", "2018-10-11 16:43:14.923651"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.925323"], ["updated_at", "2018-10-11 16:43:14.925323"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.927143"], ["updated_at", "2018-10-11 16:43:14.927143"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.929032"], ["updated_at", "2018-10-11 16:43:14.929032"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.931181"], ["updated_at", "2018-10-11 16:43:14.931181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.932875"], ["updated_at", "2018-10-11 16:43:14.932875"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.935350"], ["updated_at", "2018-10-11 16:43:14.935350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.937745"], ["updated_at", "2018-10-11 16:43:14.937745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.939659"], ["updated_at", "2018-10-11 16:43:14.939659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.941254"], ["updated_at", "2018-10-11 16:43:14.941254"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.942788"], ["updated_at", "2018-10-11 16:43:14.942788"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.944565"], ["updated_at", "2018-10-11 16:43:14.944565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.946966"], ["updated_at", "2018-10-11 16:43:14.946966"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.948604"], ["updated_at", "2018-10-11 16:43:14.948604"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.950813"], ["updated_at", "2018-10-11 16:43:14.950813"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.952600"], ["updated_at", "2018-10-11 16:43:14.952600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.954896"], ["updated_at", "2018-10-11 16:43:14.954896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.956549"], ["updated_at", "2018-10-11 16:43:14.956549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.958100"], ["updated_at", "2018-10-11 16:43:14.958100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.959644"], ["updated_at", "2018-10-11 16:43:14.959644"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.961723"], ["updated_at", "2018-10-11 16:43:14.961723"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.963882"], ["updated_at", "2018-10-11 16:43:14.963882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.965709"], ["updated_at", "2018-10-11 16:43:14.965709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.967773"], ["updated_at", "2018-10-11 16:43:14.967773"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.969802"], ["updated_at", "2018-10-11 16:43:14.969802"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.971854"], ["updated_at", "2018-10-11 16:43:14.971854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.973592"], ["updated_at", "2018-10-11 16:43:14.973592"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.975332"], ["updated_at", "2018-10-11 16:43:14.975332"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.977174"], ["updated_at", "2018-10-11 16:43:14.977174"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.979612"], ["updated_at", "2018-10-11 16:43:14.979612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.981710"], ["updated_at", "2018-10-11 16:43:14.981710"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.983322"], ["updated_at", "2018-10-11 16:43:14.983322"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.986470"], ["updated_at", "2018-10-11 16:43:14.986470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.988350"], ["updated_at", "2018-10-11 16:43:14.988350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.989947"], ["updated_at", "2018-10-11 16:43:14.989947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.991464"], ["updated_at", "2018-10-11 16:43:14.991464"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.993218"], ["updated_at", "2018-10-11 16:43:14.993218"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.995513"], ["updated_at", "2018-10-11 16:43:14.995513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.997282"], ["updated_at", "2018-10-11 16:43:14.997282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:14.998932"], ["updated_at", "2018-10-11 16:43:14.998932"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.000491"], ["updated_at", "2018-10-11 16:43:15.000491"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.003329"], ["updated_at", "2018-10-11 16:43:15.003329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.005030"], ["updated_at", "2018-10-11 16:43:15.005030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.006637"], ["updated_at", "2018-10-11 16:43:15.006637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.008197"], ["updated_at", "2018-10-11 16:43:15.008197"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.009890"], ["updated_at", "2018-10-11 16:43:15.009890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.012277"], ["updated_at", "2018-10-11 16:43:15.012277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.013984"], ["updated_at", "2018-10-11 16:43:15.013984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.015663"], ["updated_at", "2018-10-11 16:43:15.015663"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.017248"], ["updated_at", "2018-10-11 16:43:15.017248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.020461"], ["updated_at", "2018-10-11 16:43:15.020461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.022352"], ["updated_at", "2018-10-11 16:43:15.022352"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.024061"], ["updated_at", "2018-10-11 16:43:15.024061"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.026159"], ["updated_at", "2018-10-11 16:43:15.026159"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.028505"], ["updated_at", "2018-10-11 16:43:15.028505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.030384"], ["updated_at", "2018-10-11 16:43:15.030384"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.032108"], ["updated_at", "2018-10-11 16:43:15.032108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.035916"], ["updated_at", "2018-10-11 16:43:15.035916"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.037700"], ["updated_at", "2018-10-11 16:43:15.037700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.039410"], ["updated_at", "2018-10-11 16:43:15.039410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.040944"], ["updated_at", "2018-10-11 16:43:15.040944"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.042974"], ["updated_at", "2018-10-11 16:43:15.042974"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.045311"], ["updated_at", "2018-10-11 16:43:15.045311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.047331"], ["updated_at", "2018-10-11 16:43:15.047331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.049065"], ["updated_at", "2018-10-11 16:43:15.049065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.051508"], ["updated_at", "2018-10-11 16:43:15.051508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.053103"], ["updated_at", "2018-10-11 16:43:15.053103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.054678"], ["updated_at", "2018-10-11 16:43:15.054678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.056221"], ["updated_at", "2018-10-11 16:43:15.056221"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.057788"], ["updated_at", "2018-10-11 16:43:15.057788"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.059815"], ["updated_at", "2018-10-11 16:43:15.059815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.061788"], ["updated_at", "2018-10-11 16:43:15.061788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.063473"], ["updated_at", "2018-10-11 16:43:15.063473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.065143"], ["updated_at", "2018-10-11 16:43:15.065143"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.066720"], ["updated_at", "2018-10-11 16:43:15.066720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.068927"], ["updated_at", "2018-10-11 16:43:15.068927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.070554"], ["updated_at", "2018-10-11 16:43:15.070554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.072228"], ["updated_at", "2018-10-11 16:43:15.072228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.073807"], ["updated_at", "2018-10-11 16:43:15.073807"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.075350"], ["updated_at", "2018-10-11 16:43:15.075350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.077521"], ["updated_at", "2018-10-11 16:43:15.077521"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.079408"], ["updated_at", "2018-10-11 16:43:15.079408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.081300"], ["updated_at", "2018-10-11 16:43:15.081300"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.082865"], ["updated_at", "2018-10-11 16:43:15.082865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.084813"], ["updated_at", "2018-10-11 16:43:15.084813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.086543"], ["updated_at", "2018-10-11 16:43:15.086543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.088067"], ["updated_at", "2018-10-11 16:43:15.088067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.089642"], ["updated_at", "2018-10-11 16:43:15.089642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.091159"], ["updated_at", "2018-10-11 16:43:15.091159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.092722"], ["updated_at", "2018-10-11 16:43:15.092722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.094425"], ["updated_at", "2018-10-11 16:43:15.094425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.096052"], ["updated_at", "2018-10-11 16:43:15.096052"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.097814"], ["updated_at", "2018-10-11 16:43:15.097814"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.099830"], ["updated_at", "2018-10-11 16:43:15.099830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.101778"], ["updated_at", "2018-10-11 16:43:15.101778"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.103511"], ["updated_at", "2018-10-11 16:43:15.103511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.105167"], ["updated_at", "2018-10-11 16:43:15.105167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.106732"], ["updated_at", "2018-10-11 16:43:15.106732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.108245"], ["updated_at", "2018-10-11 16:43:15.108245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.109820"], ["updated_at", "2018-10-11 16:43:15.109820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.111336"], ["updated_at", "2018-10-11 16:43:15.111336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.112952"], ["updated_at", "2018-10-11 16:43:15.112952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.114575"], ["updated_at", "2018-10-11 16:43:15.114575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.116116"], ["updated_at", "2018-10-11 16:43:15.116116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.118066"], ["updated_at", "2018-10-11 16:43:15.118066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.119699"], ["updated_at", "2018-10-11 16:43:15.119699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.121325"], ["updated_at", "2018-10-11 16:43:15.121325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.122888"], ["updated_at", "2018-10-11 16:43:15.122888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.124465"], ["updated_at", "2018-10-11 16:43:15.124465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.126103"], ["updated_at", "2018-10-11 16:43:15.126103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.127646"], ["updated_at", "2018-10-11 16:43:15.127646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.129196"], ["updated_at", "2018-10-11 16:43:15.129196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.130727"], ["updated_at", "2018-10-11 16:43:15.130727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.132252"], ["updated_at", "2018-10-11 16:43:15.132252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.133767"], ["updated_at", "2018-10-11 16:43:15.133767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.135339"], ["updated_at", "2018-10-11 16:43:15.135339"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.136858"], ["updated_at", "2018-10-11 16:43:15.136858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.138359"], ["updated_at", "2018-10-11 16:43:15.138359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.139860"], ["updated_at", "2018-10-11 16:43:15.139860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.141566"], ["updated_at", "2018-10-11 16:43:15.141566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.143163"], ["updated_at", "2018-10-11 16:43:15.143163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.144719"], ["updated_at", "2018-10-11 16:43:15.144719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.146281"], ["updated_at", "2018-10-11 16:43:15.146281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.147821"], ["updated_at", "2018-10-11 16:43:15.147821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.149739"], ["updated_at", "2018-10-11 16:43:15.149739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.151315"], ["updated_at", "2018-10-11 16:43:15.151315"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.152940"], ["updated_at", "2018-10-11 16:43:15.152940"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.154643"], ["updated_at", "2018-10-11 16:43:15.154643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.156427"], ["updated_at", "2018-10-11 16:43:15.156427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.157999"], ["updated_at", "2018-10-11 16:43:15.157999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.159554"], ["updated_at", "2018-10-11 16:43:15.159554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.161143"], ["updated_at", "2018-10-11 16:43:15.161143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.162692"], ["updated_at", "2018-10-11 16:43:15.162692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.164222"], ["updated_at", "2018-10-11 16:43:15.164222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.165732"], ["updated_at", "2018-10-11 16:43:15.165732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.167310"], ["updated_at", "2018-10-11 16:43:15.167310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.168826"], ["updated_at", "2018-10-11 16:43:15.168826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.170506"], ["updated_at", "2018-10-11 16:43:15.170506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.172055"], ["updated_at", "2018-10-11 16:43:15.172055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.173618"], ["updated_at", "2018-10-11 16:43:15.173618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.175139"], ["updated_at", "2018-10-11 16:43:15.175139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.176664"], ["updated_at", "2018-10-11 16:43:15.176664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.178200"], ["updated_at", "2018-10-11 16:43:15.178200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.179717"], ["updated_at", "2018-10-11 16:43:15.179717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.181553"], ["updated_at", "2018-10-11 16:43:15.181553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.183520"], ["updated_at", "2018-10-11 16:43:15.183520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.185143"], ["updated_at", "2018-10-11 16:43:15.185143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.186704"], ["updated_at", "2018-10-11 16:43:15.186704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.188236"], ["updated_at", "2018-10-11 16:43:15.188236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.189792"], ["updated_at", "2018-10-11 16:43:15.189792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.192055"], ["updated_at", "2018-10-11 16:43:15.192055"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.195554"], ["updated_at", "2018-10-11 16:43:15.195554"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.198994"], ["updated_at", "2018-10-11 16:43:15.198994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.201653"], ["updated_at", "2018-10-11 16:43:15.201653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.203252"], ["updated_at", "2018-10-11 16:43:15.203252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.204784"], ["updated_at", "2018-10-11 16:43:15.204784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.206441"], ["updated_at", "2018-10-11 16:43:15.206441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.208120"], ["updated_at", "2018-10-11 16:43:15.208120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.209680"], ["updated_at", "2018-10-11 16:43:15.209680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.211294"], ["updated_at", "2018-10-11 16:43:15.211294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.212961"], ["updated_at", "2018-10-11 16:43:15.212961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.214621"], ["updated_at", "2018-10-11 16:43:15.214621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.216166"], ["updated_at", "2018-10-11 16:43:15.216166"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.217735"], ["updated_at", "2018-10-11 16:43:15.217735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.219347"], ["updated_at", "2018-10-11 16:43:15.219347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.220894"], ["updated_at", "2018-10-11 16:43:15.220894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.222408"], ["updated_at", "2018-10-11 16:43:15.222408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.223925"], ["updated_at", "2018-10-11 16:43:15.223925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.225481"], ["updated_at", "2018-10-11 16:43:15.225481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.227005"], ["updated_at", "2018-10-11 16:43:15.227005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.228521"], ["updated_at", "2018-10-11 16:43:15.228521"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.230120"], ["updated_at", "2018-10-11 16:43:15.230120"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.232271"], ["updated_at", "2018-10-11 16:43:15.232271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.234138"], ["updated_at", "2018-10-11 16:43:15.234138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.235797"], ["updated_at", "2018-10-11 16:43:15.235797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.237363"], ["updated_at", "2018-10-11 16:43:15.237363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.238918"], ["updated_at", "2018-10-11 16:43:15.238918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.240469"], ["updated_at", "2018-10-11 16:43:15.240469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.242049"], ["updated_at", "2018-10-11 16:43:15.242049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.243604"], ["updated_at", "2018-10-11 16:43:15.243604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.245187"], ["updated_at", "2018-10-11 16:43:15.245187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.246716"], ["updated_at", "2018-10-11 16:43:15.246716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.248246"], ["updated_at", "2018-10-11 16:43:15.248246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.249805"], ["updated_at", "2018-10-11 16:43:15.249805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.251440"], ["updated_at", "2018-10-11 16:43:15.251440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.253007"], ["updated_at", "2018-10-11 16:43:15.253007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.254584"], ["updated_at", "2018-10-11 16:43:15.254584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.256077"], ["updated_at", "2018-10-11 16:43:15.256077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.257628"], ["updated_at", "2018-10-11 16:43:15.257628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.259254"], ["updated_at", "2018-10-11 16:43:15.259254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.260948"], ["updated_at", "2018-10-11 16:43:15.260948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.262472"], ["updated_at", "2018-10-11 16:43:15.262472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.264205"], ["updated_at", "2018-10-11 16:43:15.264205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.265849"], ["updated_at", "2018-10-11 16:43:15.265849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.267432"], ["updated_at", "2018-10-11 16:43:15.267432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.268980"], ["updated_at", "2018-10-11 16:43:15.268980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.270512"], ["updated_at", "2018-10-11 16:43:15.270512"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.272381"], ["updated_at", "2018-10-11 16:43:15.272381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.274111"], ["updated_at", "2018-10-11 16:43:15.274111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.275657"], ["updated_at", "2018-10-11 16:43:15.275657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.277191"], ["updated_at", "2018-10-11 16:43:15.277191"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.278724"], ["updated_at", "2018-10-11 16:43:15.278724"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.280754"], ["updated_at", "2018-10-11 16:43:15.280754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.282504"], ["updated_at", "2018-10-11 16:43:15.282504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.284082"], ["updated_at", "2018-10-11 16:43:15.284082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.285606"], ["updated_at", "2018-10-11 16:43:15.285606"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.287138"], ["updated_at", "2018-10-11 16:43:15.287138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.289526"], ["updated_at", "2018-10-11 16:43:15.289526"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.291243"], ["updated_at", "2018-10-11 16:43:15.291243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.293767"], ["updated_at", "2018-10-11 16:43:15.293767"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.295481"], ["updated_at", "2018-10-11 16:43:15.295481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.297665"], ["updated_at", "2018-10-11 16:43:15.297665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.299286"], ["updated_at", "2018-10-11 16:43:15.299286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.300830"], ["updated_at", "2018-10-11 16:43:15.300830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.302386"], ["updated_at", "2018-10-11 16:43:15.302386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.304052"], ["updated_at", "2018-10-11 16:43:15.304052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.305772"], ["updated_at", "2018-10-11 16:43:15.305772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.307318"], ["updated_at", "2018-10-11 16:43:15.307318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.308883"], ["updated_at", "2018-10-11 16:43:15.308883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.310452"], ["updated_at", "2018-10-11 16:43:15.310452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.312210"], ["updated_at", "2018-10-11 16:43:15.312210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.313858"], ["updated_at", "2018-10-11 16:43:15.313858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.315384"], ["updated_at", "2018-10-11 16:43:15.315384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.316912"], ["updated_at", "2018-10-11 16:43:15.316912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.318457"], ["updated_at", "2018-10-11 16:43:15.318457"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.320012"], ["updated_at", "2018-10-11 16:43:15.320012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.322075"], ["updated_at", "2018-10-11 16:43:15.322075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.323693"], ["updated_at", "2018-10-11 16:43:15.323693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.325272"], ["updated_at", "2018-10-11 16:43:15.325272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.326830"], ["updated_at", "2018-10-11 16:43:15.326830"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.328763"], ["updated_at", "2018-10-11 16:43:15.328763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.330920"], ["updated_at", "2018-10-11 16:43:15.330920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.332560"], ["updated_at", "2018-10-11 16:43:15.332560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.334325"], ["updated_at", "2018-10-11 16:43:15.334325"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.335896"], ["updated_at", "2018-10-11 16:43:15.335896"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.338215"], ["updated_at", "2018-10-11 16:43:15.338215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.339982"], ["updated_at", "2018-10-11 16:43:15.339982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.341634"], ["updated_at", "2018-10-11 16:43:15.341634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.343206"], ["updated_at", "2018-10-11 16:43:15.343206"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.345393"], ["updated_at", "2018-10-11 16:43:15.345393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.347396"], ["updated_at", "2018-10-11 16:43:15.347396"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.349091"], ["updated_at", "2018-10-11 16:43:15.349091"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.351268"], ["updated_at", "2018-10-11 16:43:15.351268"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.353490"], ["updated_at", "2018-10-11 16:43:15.353490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.355484"], ["updated_at", "2018-10-11 16:43:15.355484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.357082"], ["updated_at", "2018-10-11 16:43:15.357082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.358662"], ["updated_at", "2018-10-11 16:43:15.358662"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.360273"], ["updated_at", "2018-10-11 16:43:15.360273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.362639"], ["updated_at", "2018-10-11 16:43:15.362639"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.364357"], ["updated_at", "2018-10-11 16:43:15.364357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.366294"], ["updated_at", "2018-10-11 16:43:15.366294"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.368332"], ["updated_at", "2018-10-11 16:43:15.368332"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.370695"], ["updated_at", "2018-10-11 16:43:15.370695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.372374"], ["updated_at", "2018-10-11 16:43:15.372374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.373940"], ["updated_at", "2018-10-11 16:43:15.373940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.375473"], ["updated_at", "2018-10-11 16:43:15.375473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.377484"], ["updated_at", "2018-10-11 16:43:15.377484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.379574"], ["updated_at", "2018-10-11 16:43:15.379574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.381273"], ["updated_at", "2018-10-11 16:43:15.381273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.382960"], ["updated_at", "2018-10-11 16:43:15.382960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.385598"], ["updated_at", "2018-10-11 16:43:15.385598"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.387701"], ["updated_at", "2018-10-11 16:43:15.387701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.389247"], ["updated_at", "2018-10-11 16:43:15.389247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.390972"], ["updated_at", "2018-10-11 16:43:15.390972"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.393092"], ["updated_at", "2018-10-11 16:43:15.393092"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.395909"], ["updated_at", "2018-10-11 16:43:15.395909"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.397724"], ["updated_at", "2018-10-11 16:43:15.397724"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.399562"], ["updated_at", "2018-10-11 16:43:15.399562"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.402514"], ["updated_at", "2018-10-11 16:43:15.402514"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.404568"], ["updated_at", "2018-10-11 16:43:15.404568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.406331"], ["updated_at", "2018-10-11 16:43:15.406331"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.407891"], ["updated_at", "2018-10-11 16:43:15.407891"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.410152"], ["updated_at", "2018-10-11 16:43:15.410152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.412127"], ["updated_at", "2018-10-11 16:43:15.412127"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.413906"], ["updated_at", "2018-10-11 16:43:15.413906"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.415860"], ["updated_at", "2018-10-11 16:43:15.415860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.419002"], ["updated_at", "2018-10-11 16:43:15.419002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.420724"], ["updated_at", "2018-10-11 16:43:15.420724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.422299"], ["updated_at", "2018-10-11 16:43:15.422299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.423877"], ["updated_at", "2018-10-11 16:43:15.423877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.425934"], ["updated_at", "2018-10-11 16:43:15.425934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.427818"], ["updated_at", "2018-10-11 16:43:15.427818"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.429407"], ["updated_at", "2018-10-11 16:43:15.429407"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.431147"], ["updated_at", "2018-10-11 16:43:15.431147"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.433263"], ["updated_at", "2018-10-11 16:43:15.433263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.436479"], ["updated_at", "2018-10-11 16:43:15.436479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.438143"], ["updated_at", "2018-10-11 16:43:15.438143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.439709"], ["updated_at", "2018-10-11 16:43:15.439709"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.441291"], ["updated_at", "2018-10-11 16:43:15.441291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.443610"], ["updated_at", "2018-10-11 16:43:15.443610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.445267"], ["updated_at", "2018-10-11 16:43:15.445267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.446916"], ["updated_at", "2018-10-11 16:43:15.446916"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.448627"], ["updated_at", "2018-10-11 16:43:15.448627"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.451227"], ["updated_at", "2018-10-11 16:43:15.451227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.453096"], ["updated_at", "2018-10-11 16:43:15.453096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.454704"], ["updated_at", "2018-10-11 16:43:15.454704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.456343"], ["updated_at", "2018-10-11 16:43:15.456343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.458333"], ["updated_at", "2018-10-11 16:43:15.458333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.460198"], ["updated_at", "2018-10-11 16:43:15.460198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.461856"], ["updated_at", "2018-10-11 16:43:15.461856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.463441"], ["updated_at", "2018-10-11 16:43:15.463441"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.465084"], ["updated_at", "2018-10-11 16:43:15.465084"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.467581"], ["updated_at", "2018-10-11 16:43:15.467581"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.469589"], ["updated_at", "2018-10-11 16:43:15.469589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.471172"], ["updated_at", "2018-10-11 16:43:15.471172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.472745"], ["updated_at", "2018-10-11 16:43:15.472745"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.474723"], ["updated_at", "2018-10-11 16:43:15.474723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.476591"], ["updated_at", "2018-10-11 16:43:15.476591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.478311"], ["updated_at", "2018-10-11 16:43:15.478311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.480014"], ["updated_at", "2018-10-11 16:43:15.480014"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.482040"], ["updated_at", "2018-10-11 16:43:15.482040"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.484571"], ["updated_at", "2018-10-11 16:43:15.484571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.486353"], ["updated_at", "2018-10-11 16:43:15.486353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.487949"], ["updated_at", "2018-10-11 16:43:15.487949"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.489494"], ["updated_at", "2018-10-11 16:43:15.489494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.491780"], ["updated_at", "2018-10-11 16:43:15.491780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.493387"], ["updated_at", "2018-10-11 16:43:15.493387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.494938"], ["updated_at", "2018-10-11 16:43:15.494938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.496589"], ["updated_at", "2018-10-11 16:43:15.496589"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.498747"], ["updated_at", "2018-10-11 16:43:15.498747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.501460"], ["updated_at", "2018-10-11 16:43:15.501460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.504627"], ["updated_at", "2018-10-11 16:43:15.504627"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.506710"], ["updated_at", "2018-10-11 16:43:15.506710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.508644"], ["updated_at", "2018-10-11 16:43:15.508644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.510280"], ["updated_at", "2018-10-11 16:43:15.510280"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.511876"], ["updated_at", "2018-10-11 16:43:15.511876"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.513604"], ["updated_at", "2018-10-11 16:43:15.513604"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.516176"], ["updated_at", "2018-10-11 16:43:15.516176"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.518414"], ["updated_at", "2018-10-11 16:43:15.518414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.520338"], ["updated_at", "2018-10-11 16:43:15.520338"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.522028"], ["updated_at", "2018-10-11 16:43:15.522028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.524334"], ["updated_at", "2018-10-11 16:43:15.524334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.525929"], ["updated_at", "2018-10-11 16:43:15.525929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.527515"], ["updated_at", "2018-10-11 16:43:15.527515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.529039"], ["updated_at", "2018-10-11 16:43:15.529039"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.531254"], ["updated_at", "2018-10-11 16:43:15.531254"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.533182"], ["updated_at", "2018-10-11 16:43:15.533182"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.535650"], ["updated_at", "2018-10-11 16:43:15.535650"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.537340"], ["updated_at", "2018-10-11 16:43:15.537340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.539762"], ["updated_at", "2018-10-11 16:43:15.539762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.541477"], ["updated_at", "2018-10-11 16:43:15.541477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.543085"], ["updated_at", "2018-10-11 16:43:15.543085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.544631"], ["updated_at", "2018-10-11 16:43:15.544631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.546652"], ["updated_at", "2018-10-11 16:43:15.546652"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.548681"], ["updated_at", "2018-10-11 16:43:15.548681"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.550351"], ["updated_at", "2018-10-11 16:43:15.550351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.552428"], ["updated_at", "2018-10-11 16:43:15.552428"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.554145"], ["updated_at", "2018-10-11 16:43:15.554145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.556490"], ["updated_at", "2018-10-11 16:43:15.556490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.558059"], ["updated_at", "2018-10-11 16:43:15.558059"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.559694"], ["updated_at", "2018-10-11 16:43:15.559694"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.561470"], ["updated_at", "2018-10-11 16:43:15.561470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.563696"], ["updated_at", "2018-10-11 16:43:15.563696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.565569"], ["updated_at", "2018-10-11 16:43:15.565569"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.567213"], ["updated_at", "2018-10-11 16:43:15.567213"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.569218"], ["updated_at", "2018-10-11 16:43:15.569218"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.571334"], ["updated_at", "2018-10-11 16:43:15.571334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.573648"], ["updated_at", "2018-10-11 16:43:15.573648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.575510"], ["updated_at", "2018-10-11 16:43:15.575510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.577101"], ["updated_at", "2018-10-11 16:43:15.577101"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.578905"], ["updated_at", "2018-10-11 16:43:15.578905"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.581055"], ["updated_at", "2018-10-11 16:43:15.581055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.582853"], ["updated_at", "2018-10-11 16:43:15.582853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.584609"], ["updated_at", "2018-10-11 16:43:15.584609"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.587020"], ["updated_at", "2018-10-11 16:43:15.587020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.589398"], ["updated_at", "2018-10-11 16:43:15.589398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.591196"], ["updated_at", "2018-10-11 16:43:15.591196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.592757"], ["updated_at", "2018-10-11 16:43:15.592757"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.594400"], ["updated_at", "2018-10-11 16:43:15.594400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.596563"], ["updated_at", "2018-10-11 16:43:15.596563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.598276"], ["updated_at", "2018-10-11 16:43:15.598276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.599928"], ["updated_at", "2018-10-11 16:43:15.599928"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.601915"], ["updated_at", "2018-10-11 16:43:15.601915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.604074"], ["updated_at", "2018-10-11 16:43:15.604074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.605806"], ["updated_at", "2018-10-11 16:43:15.605806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.607439"], ["updated_at", "2018-10-11 16:43:15.607439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.608986"], ["updated_at", "2018-10-11 16:43:15.608986"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.610570"], ["updated_at", "2018-10-11 16:43:15.610570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.612753"], ["updated_at", "2018-10-11 16:43:15.612753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.614463"], ["updated_at", "2018-10-11 16:43:15.614463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.616160"], ["updated_at", "2018-10-11 16:43:15.616160"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.618001"], ["updated_at", "2018-10-11 16:43:15.618001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.620860"], ["updated_at", "2018-10-11 16:43:15.620860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.622533"], ["updated_at", "2018-10-11 16:43:15.622533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.624126"], ["updated_at", "2018-10-11 16:43:15.624126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.625696"], ["updated_at", "2018-10-11 16:43:15.625696"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.627658"], ["updated_at", "2018-10-11 16:43:15.627658"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.629571"], ["updated_at", "2018-10-11 16:43:15.629571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.631408"], ["updated_at", "2018-10-11 16:43:15.631408"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.633045"], ["updated_at", "2018-10-11 16:43:15.633045"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.635471"], ["updated_at", "2018-10-11 16:43:15.635471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.637427"], ["updated_at", "2018-10-11 16:43:15.637427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.639004"], ["updated_at", "2018-10-11 16:43:15.639004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.640550"], ["updated_at", "2018-10-11 16:43:15.640550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.642109"], ["updated_at", "2018-10-11 16:43:15.642109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.644058"], ["updated_at", "2018-10-11 16:43:15.644058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.645866"], ["updated_at", "2018-10-11 16:43:15.645866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.647485"], ["updated_at", "2018-10-11 16:43:15.647485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.649159"], ["updated_at", "2018-10-11 16:43:15.649159"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.651143"], ["updated_at", "2018-10-11 16:43:15.651143"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.654477"], ["updated_at", "2018-10-11 16:43:15.654477"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.657795"], ["updated_at", "2018-10-11 16:43:15.657795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.660050"], ["updated_at", "2018-10-11 16:43:15.660050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.661959"], ["updated_at", "2018-10-11 16:43:15.661959"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.663630"], ["updated_at", "2018-10-11 16:43:15.663630"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.665671"], ["updated_at", "2018-10-11 16:43:15.665671"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.669340"], ["updated_at", "2018-10-11 16:43:15.669340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.671185"], ["updated_at", "2018-10-11 16:43:15.671185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.672777"], ["updated_at", "2018-10-11 16:43:15.672777"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.674377"], ["updated_at", "2018-10-11 16:43:15.674377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.676349"], ["updated_at", "2018-10-11 16:43:15.676349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.678157"], ["updated_at", "2018-10-11 16:43:15.678157"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.679731"], ["updated_at", "2018-10-11 16:43:15.679731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.681603"], ["updated_at", "2018-10-11 16:43:15.681603"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.683890"], ["updated_at", "2018-10-11 16:43:15.683890"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.686437"], ["updated_at", "2018-10-11 16:43:15.686437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.688930"], ["updated_at", "2018-10-11 16:43:15.688930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.690566"], ["updated_at", "2018-10-11 16:43:15.690566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.692680"], ["updated_at", "2018-10-11 16:43:15.692680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.694436"], ["updated_at", "2018-10-11 16:43:15.694436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.696059"], ["updated_at", "2018-10-11 16:43:15.696059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.697681"], ["updated_at", "2018-10-11 16:43:15.697681"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.699397"], ["updated_at", "2018-10-11 16:43:15.699397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.701866"], ["updated_at", "2018-10-11 16:43:15.701866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.703512"], ["updated_at", "2018-10-11 16:43:15.703512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.705126"], ["updated_at", "2018-10-11 16:43:15.705126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.706688"], ["updated_at", "2018-10-11 16:43:15.706688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.708656"], ["updated_at", "2018-10-11 16:43:15.708656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.710447"], ["updated_at", "2018-10-11 16:43:15.710447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.712099"], ["updated_at", "2018-10-11 16:43:15.712099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.713862"], ["updated_at", "2018-10-11 16:43:15.713862"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.715651"], ["updated_at", "2018-10-11 16:43:15.715651"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.718461"], ["updated_at", "2018-10-11 16:43:15.718461"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.720231"], ["updated_at", "2018-10-11 16:43:15.720231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.721956"], ["updated_at", "2018-10-11 16:43:15.721956"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.723573"], ["updated_at", "2018-10-11 16:43:15.723573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.725731"], ["updated_at", "2018-10-11 16:43:15.725731"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.727347"], ["updated_at", "2018-10-11 16:43:15.727347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.729089"], ["updated_at", "2018-10-11 16:43:15.729089"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.730783"], ["updated_at", "2018-10-11 16:43:15.730783"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.732980"], ["updated_at", "2018-10-11 16:43:15.732980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.735855"], ["updated_at", "2018-10-11 16:43:15.735855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.737596"], ["updated_at", "2018-10-11 16:43:15.737596"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.739194"], ["updated_at", "2018-10-11 16:43:15.739194"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.741333"], ["updated_at", "2018-10-11 16:43:15.741333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.743036"], ["updated_at", "2018-10-11 16:43:15.743036"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.744797"], ["updated_at", "2018-10-11 16:43:15.744797"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.746553"], ["updated_at", "2018-10-11 16:43:15.746553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.748699"], ["updated_at", "2018-10-11 16:43:15.748699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.750750"], ["updated_at", "2018-10-11 16:43:15.750750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.752663"], ["updated_at", "2018-10-11 16:43:15.752663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.754398"], ["updated_at", "2018-10-11 16:43:15.754398"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.756332"], ["updated_at", "2018-10-11 16:43:15.756332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.758070"], ["updated_at", "2018-10-11 16:43:15.758070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.759624"], ["updated_at", "2018-10-11 16:43:15.759624"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.761138"], ["updated_at", "2018-10-11 16:43:15.761138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.762909"], ["updated_at", "2018-10-11 16:43:15.762909"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.764974"], ["updated_at", "2018-10-11 16:43:15.764974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.766859"], ["updated_at", "2018-10-11 16:43:15.766859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.768938"], ["updated_at", "2018-10-11 16:43:15.768938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.770576"], ["updated_at", "2018-10-11 16:43:15.770576"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.772460"], ["updated_at", "2018-10-11 16:43:15.772460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.774575"], ["updated_at", "2018-10-11 16:43:15.774575"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.776380"], ["updated_at", "2018-10-11 16:43:15.776380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.778515"], ["updated_at", "2018-10-11 16:43:15.778515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.780660"], ["updated_at", "2018-10-11 16:43:15.780660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.782689"], ["updated_at", "2018-10-11 16:43:15.782689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.784437"], ["updated_at", "2018-10-11 16:43:15.784437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.786430"], ["updated_at", "2018-10-11 16:43:15.786430"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.788441"], ["updated_at", "2018-10-11 16:43:15.788441"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.790100"], ["updated_at", "2018-10-11 16:43:15.790100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.792571"], ["updated_at", "2018-10-11 16:43:15.792571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.794332"], ["updated_at", "2018-10-11 16:43:15.794332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.796210"], ["updated_at", "2018-10-11 16:43:15.796210"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.798012"], ["updated_at", "2018-10-11 16:43:15.798012"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.799893"], ["updated_at", "2018-10-11 16:43:15.799893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.801844"], ["updated_at", "2018-10-11 16:43:15.801844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.803492"], ["updated_at", "2018-10-11 16:43:15.803492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.805221"], ["updated_at", "2018-10-11 16:43:15.805221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.807043"], ["updated_at", "2018-10-11 16:43:15.807043"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.808784"], ["updated_at", "2018-10-11 16:43:15.808784"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.810465"], ["updated_at", "2018-10-11 16:43:15.810465"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.812747"], ["updated_at", "2018-10-11 16:43:15.812747"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.814933"], ["updated_at", "2018-10-11 16:43:15.814933"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.817793"], ["updated_at", "2018-10-11 16:43:15.817793"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.821608"], ["updated_at", "2018-10-11 16:43:15.821608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.823847"], ["updated_at", "2018-10-11 16:43:15.823847"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.825452"], ["updated_at", "2018-10-11 16:43:15.825452"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.827457"], ["updated_at", "2018-10-11 16:43:15.827457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.829679"], ["updated_at", "2018-10-11 16:43:15.829679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.831261"], ["updated_at", "2018-10-11 16:43:15.831261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.834175"], ["updated_at", "2018-10-11 16:43:15.834175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.835881"], ["updated_at", "2018-10-11 16:43:15.835881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.837929"], ["updated_at", "2018-10-11 16:43:15.837929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.839544"], ["updated_at", "2018-10-11 16:43:15.839544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.841135"], ["updated_at", "2018-10-11 16:43:15.841135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.842641"], ["updated_at", "2018-10-11 16:43:15.842641"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.844277"], ["updated_at", "2018-10-11 16:43:15.844277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.846822"], ["updated_at", "2018-10-11 16:43:15.846822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.848527"], ["updated_at", "2018-10-11 16:43:15.848527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.850056"], ["updated_at", "2018-10-11 16:43:15.850056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.851662"], ["updated_at", "2018-10-11 16:43:15.851662"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.853304"], ["updated_at", "2018-10-11 16:43:15.853304"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.855341"], ["updated_at", "2018-10-11 16:43:15.855341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.857075"], ["updated_at", "2018-10-11 16:43:15.857075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.858616"], ["updated_at", "2018-10-11 16:43:15.858616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.860269"], ["updated_at", "2018-10-11 16:43:15.860269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.862058"], ["updated_at", "2018-10-11 16:43:15.862058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.863939"], ["updated_at", "2018-10-11 16:43:15.863939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.865493"], ["updated_at", "2018-10-11 16:43:15.865493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.867033"], ["updated_at", "2018-10-11 16:43:15.867033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.868586"], ["updated_at", "2018-10-11 16:43:15.868586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.870468"], ["updated_at", "2018-10-11 16:43:15.870468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.872114"], ["updated_at", "2018-10-11 16:43:15.872114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.873633"], ["updated_at", "2018-10-11 16:43:15.873633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.875175"], ["updated_at", "2018-10-11 16:43:15.875175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.876733"], ["updated_at", "2018-10-11 16:43:15.876733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.878339"], ["updated_at", "2018-10-11 16:43:15.878339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.880203"], ["updated_at", "2018-10-11 16:43:15.880203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.881829"], ["updated_at", "2018-10-11 16:43:15.881829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.883444"], ["updated_at", "2018-10-11 16:43:15.883444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.884979"], ["updated_at", "2018-10-11 16:43:15.884979"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.887263"], ["updated_at", "2018-10-11 16:43:15.887263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.889473"], ["updated_at", "2018-10-11 16:43:15.889473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.891075"], ["updated_at", "2018-10-11 16:43:15.891075"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.892866"], ["updated_at", "2018-10-11 16:43:15.892866"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.895499"], ["updated_at", "2018-10-11 16:43:15.895499"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.898369"], ["updated_at", "2018-10-11 16:43:15.898369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.900747"], ["updated_at", "2018-10-11 16:43:15.900747"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.903226"], ["updated_at", "2018-10-11 16:43:15.903226"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.908342"], ["updated_at", "2018-10-11 16:43:15.908342"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.911594"], ["updated_at", "2018-10-11 16:43:15.911594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.914075"], ["updated_at", "2018-10-11 16:43:15.914075"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.916268"], ["updated_at", "2018-10-11 16:43:15.916268"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.919041"], ["updated_at", "2018-10-11 16:43:15.919041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.920960"], ["updated_at", "2018-10-11 16:43:15.920960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.922602"], ["updated_at", "2018-10-11 16:43:15.922602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.924458"], ["updated_at", "2018-10-11 16:43:15.924458"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.926260"], ["updated_at", "2018-10-11 16:43:15.926260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.928457"], ["updated_at", "2018-10-11 16:43:15.928457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.930046"], ["updated_at", "2018-10-11 16:43:15.930046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.931605"], ["updated_at", "2018-10-11 16:43:15.931605"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.933217"], ["updated_at", "2018-10-11 16:43:15.933217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.935596"], ["updated_at", "2018-10-11 16:43:15.935596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.937269"], ["updated_at", "2018-10-11 16:43:15.937269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.938903"], ["updated_at", "2018-10-11 16:43:15.938903"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.940821"], ["updated_at", "2018-10-11 16:43:15.940821"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.942748"], ["updated_at", "2018-10-11 16:43:15.942748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.944953"], ["updated_at", "2018-10-11 16:43:15.944953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.946538"], ["updated_at", "2018-10-11 16:43:15.946538"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.948158"], ["updated_at", "2018-10-11 16:43:15.948158"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.950652"], ["updated_at", "2018-10-11 16:43:15.950652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.953107"], ["updated_at", "2018-10-11 16:43:15.953107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.955078"], ["updated_at", "2018-10-11 16:43:15.955078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.956837"], ["updated_at", "2018-10-11 16:43:15.956837"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.958602"], ["updated_at", "2018-10-11 16:43:15.958602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.960877"], ["updated_at", "2018-10-11 16:43:15.960877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.962521"], ["updated_at", "2018-10-11 16:43:15.962521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.964062"], ["updated_at", "2018-10-11 16:43:15.964062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.965579"], ["updated_at", "2018-10-11 16:43:15.965579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.967499"], ["updated_at", "2018-10-11 16:43:15.967499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.969178"], ["updated_at", "2018-10-11 16:43:15.969178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.970714"], ["updated_at", "2018-10-11 16:43:15.970714"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.972292"], ["updated_at", "2018-10-11 16:43:15.972292"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.974068"], ["updated_at", "2018-10-11 16:43:15.974068"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.977276"], ["updated_at", "2018-10-11 16:43:15.977276"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.979661"], ["updated_at", "2018-10-11 16:43:15.979661"], ["parent_id", 39895952907]] Kithe::Work Create (4.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.982725"], ["updated_at", "2018-10-11 16:43:15.982725"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.988841"], ["updated_at", "2018-10-11 16:43:15.988841"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.992517"], ["updated_at", "2018-10-11 16:43:15.992517"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.995632"], ["updated_at", "2018-10-11 16:43:15.995632"], ["parent_id", 39895952907]] Kithe::Work Create (10.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:15.999233"], ["updated_at", "2018-10-11 16:43:15.999233"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.012845"], ["updated_at", "2018-10-11 16:43:16.012845"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.016551"], ["updated_at", "2018-10-11 16:43:16.016551"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.021159"], ["updated_at", "2018-10-11 16:43:16.021159"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.023721"], ["updated_at", "2018-10-11 16:43:16.023721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.026047"], ["updated_at", "2018-10-11 16:43:16.026047"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.027770"], ["updated_at", "2018-10-11 16:43:16.027770"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.029825"], ["updated_at", "2018-10-11 16:43:16.029825"], ["parent_id", 39895952907]] Kithe::Work Create (4.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.032252"], ["updated_at", "2018-10-11 16:43:16.032252"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.038724"], ["updated_at", "2018-10-11 16:43:16.038724"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.042750"], ["updated_at", "2018-10-11 16:43:16.042750"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.045624"], ["updated_at", "2018-10-11 16:43:16.045624"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.048414"], ["updated_at", "2018-10-11 16:43:16.048414"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.052435"], ["updated_at", "2018-10-11 16:43:16.052435"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.057383"], ["updated_at", "2018-10-11 16:43:16.057383"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.060290"], ["updated_at", "2018-10-11 16:43:16.060290"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.063147"], ["updated_at", "2018-10-11 16:43:16.063147"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.065670"], ["updated_at", "2018-10-11 16:43:16.065670"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.069262"], ["updated_at", "2018-10-11 16:43:16.069262"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.072563"], ["updated_at", "2018-10-11 16:43:16.072563"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.075978"], ["updated_at", "2018-10-11 16:43:16.075978"], ["parent_id", 39895952907]] Kithe::Work Create (4.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.079767"], ["updated_at", "2018-10-11 16:43:16.079767"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.087365"], ["updated_at", "2018-10-11 16:43:16.087365"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.090644"], ["updated_at", "2018-10-11 16:43:16.090644"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.094790"], ["updated_at", "2018-10-11 16:43:16.094790"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.102198"], ["updated_at", "2018-10-11 16:43:16.102198"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.104315"], ["updated_at", "2018-10-11 16:43:16.104315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.106179"], ["updated_at", "2018-10-11 16:43:16.106179"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.108142"], ["updated_at", "2018-10-11 16:43:16.108142"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.110207"], ["updated_at", "2018-10-11 16:43:16.110207"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.113183"], ["updated_at", "2018-10-11 16:43:16.113183"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.119043"], ["updated_at", "2018-10-11 16:43:16.119043"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.127550"], ["updated_at", "2018-10-11 16:43:16.127550"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.131840"], ["updated_at", "2018-10-11 16:43:16.131840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.134883"], ["updated_at", "2018-10-11 16:43:16.134883"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.136682"], ["updated_at", "2018-10-11 16:43:16.136682"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.138399"], ["updated_at", "2018-10-11 16:43:16.138399"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.140433"], ["updated_at", "2018-10-11 16:43:16.140433"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.142889"], ["updated_at", "2018-10-11 16:43:16.142889"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.145494"], ["updated_at", "2018-10-11 16:43:16.145494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.147773"], ["updated_at", "2018-10-11 16:43:16.147773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.149690"], ["updated_at", "2018-10-11 16:43:16.149690"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.151406"], ["updated_at", "2018-10-11 16:43:16.151406"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.153032"], ["updated_at", "2018-10-11 16:43:16.153032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.155078"], ["updated_at", "2018-10-11 16:43:16.155078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.156798"], ["updated_at", "2018-10-11 16:43:16.156798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.158648"], ["updated_at", "2018-10-11 16:43:16.158648"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.160789"], ["updated_at", "2018-10-11 16:43:16.160789"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.162785"], ["updated_at", "2018-10-11 16:43:16.162785"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.164953"], ["updated_at", "2018-10-11 16:43:16.164953"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.166998"], ["updated_at", "2018-10-11 16:43:16.166998"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.169003"], ["updated_at", "2018-10-11 16:43:16.169003"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.171119"], ["updated_at", "2018-10-11 16:43:16.171119"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.173544"], ["updated_at", "2018-10-11 16:43:16.173544"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.176206"], ["updated_at", "2018-10-11 16:43:16.176206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.178298"], ["updated_at", "2018-10-11 16:43:16.178298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.179864"], ["updated_at", "2018-10-11 16:43:16.179864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.181424"], ["updated_at", "2018-10-11 16:43:16.181424"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.183433"], ["updated_at", "2018-10-11 16:43:16.183433"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.186526"], ["updated_at", "2018-10-11 16:43:16.186526"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.189692"], ["updated_at", "2018-10-11 16:43:16.189692"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.192624"], ["updated_at", "2018-10-11 16:43:16.192624"], ["parent_id", 39895952907]] Kithe::Work Create (7.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.197438"], ["updated_at", "2018-10-11 16:43:16.197438"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.206665"], ["updated_at", "2018-10-11 16:43:16.206665"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.208761"], ["updated_at", "2018-10-11 16:43:16.208761"], ["parent_id", 39895952907]] Kithe::Work Create (10.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.211213"], ["updated_at", "2018-10-11 16:43:16.211213"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.238790"], ["updated_at", "2018-10-11 16:43:16.238790"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.243834"], ["updated_at", "2018-10-11 16:43:16.243834"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.247532"], ["updated_at", "2018-10-11 16:43:16.247532"], ["parent_id", 39895952907]] Kithe::Work Create (5.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.250946"], ["updated_at", "2018-10-11 16:43:16.250946"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.280296"], ["updated_at", "2018-10-11 16:43:16.280296"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.289741"], ["updated_at", "2018-10-11 16:43:16.289741"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.293291"], ["updated_at", "2018-10-11 16:43:16.293291"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.298763"], ["updated_at", "2018-10-11 16:43:16.298763"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.304532"], ["updated_at", "2018-10-11 16:43:16.304532"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.307780"], ["updated_at", "2018-10-11 16:43:16.307780"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.310848"], ["updated_at", "2018-10-11 16:43:16.310848"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.313421"], ["updated_at", "2018-10-11 16:43:16.313421"], ["parent_id", 39895952907]] Kithe::Work Create (9.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.584818"], ["updated_at", "2018-10-11 16:43:16.584818"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.596360"], ["updated_at", "2018-10-11 16:43:16.596360"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.601148"], ["updated_at", "2018-10-11 16:43:16.601148"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.604743"], ["updated_at", "2018-10-11 16:43:16.604743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.620902"], ["updated_at", "2018-10-11 16:43:16.620902"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.622558"], ["updated_at", "2018-10-11 16:43:16.622558"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.624587"], ["updated_at", "2018-10-11 16:43:16.624587"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.627211"], ["updated_at", "2018-10-11 16:43:16.627211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.629332"], ["updated_at", "2018-10-11 16:43:16.629332"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.631060"], ["updated_at", "2018-10-11 16:43:16.631060"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.634172"], ["updated_at", "2018-10-11 16:43:16.634172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.636335"], ["updated_at", "2018-10-11 16:43:16.636335"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.640346"], ["updated_at", "2018-10-11 16:43:16.640346"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.644725"], ["updated_at", "2018-10-11 16:43:16.644725"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.647171"], ["updated_at", "2018-10-11 16:43:16.647171"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.649553"], ["updated_at", "2018-10-11 16:43:16.649553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.651839"], ["updated_at", "2018-10-11 16:43:16.651839"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.653930"], ["updated_at", "2018-10-11 16:43:16.653930"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.656089"], ["updated_at", "2018-10-11 16:43:16.656089"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.660040"], ["updated_at", "2018-10-11 16:43:16.660040"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.662824"], ["updated_at", "2018-10-11 16:43:16.662824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.665932"], ["updated_at", "2018-10-11 16:43:16.665932"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.667707"], ["updated_at", "2018-10-11 16:43:16.667707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.669528"], ["updated_at", "2018-10-11 16:43:16.669528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.671418"], ["updated_at", "2018-10-11 16:43:16.671418"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.673131"], ["updated_at", "2018-10-11 16:43:16.673131"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.675767"], ["updated_at", "2018-10-11 16:43:16.675767"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.679241"], ["updated_at", "2018-10-11 16:43:16.679241"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.681799"], ["updated_at", "2018-10-11 16:43:16.681799"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.683990"], ["updated_at", "2018-10-11 16:43:16.683990"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.686013"], ["updated_at", "2018-10-11 16:43:16.686013"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.688120"], ["updated_at", "2018-10-11 16:43:16.688120"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.690538"], ["updated_at", "2018-10-11 16:43:16.690538"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.694410"], ["updated_at", "2018-10-11 16:43:16.694410"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.697688"], ["updated_at", "2018-10-11 16:43:16.697688"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.700094"], ["updated_at", "2018-10-11 16:43:16.700094"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.702118"], ["updated_at", "2018-10-11 16:43:16.702118"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.704275"], ["updated_at", "2018-10-11 16:43:16.704275"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.706516"], ["updated_at", "2018-10-11 16:43:16.706516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.708784"], ["updated_at", "2018-10-11 16:43:16.708784"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.710985"], ["updated_at", "2018-10-11 16:43:16.710985"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.713508"], ["updated_at", "2018-10-11 16:43:16.713508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.715659"], ["updated_at", "2018-10-11 16:43:16.715659"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.717583"], ["updated_at", "2018-10-11 16:43:16.717583"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.719775"], ["updated_at", "2018-10-11 16:43:16.719775"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.722167"], ["updated_at", "2018-10-11 16:43:16.722167"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.725722"], ["updated_at", "2018-10-11 16:43:16.725722"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.728947"], ["updated_at", "2018-10-11 16:43:16.728947"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.731706"], ["updated_at", "2018-10-11 16:43:16.731706"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.734415"], ["updated_at", "2018-10-11 16:43:16.734415"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.738436"], ["updated_at", "2018-10-11 16:43:16.738436"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.741657"], ["updated_at", "2018-10-11 16:43:16.741657"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.746140"], ["updated_at", "2018-10-11 16:43:16.746140"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.748917"], ["updated_at", "2018-10-11 16:43:16.748917"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.751535"], ["updated_at", "2018-10-11 16:43:16.751535"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.754158"], ["updated_at", "2018-10-11 16:43:16.754158"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.757500"], ["updated_at", "2018-10-11 16:43:16.757500"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.760995"], ["updated_at", "2018-10-11 16:43:16.760995"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.764237"], ["updated_at", "2018-10-11 16:43:16.764237"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.767929"], ["updated_at", "2018-10-11 16:43:16.767929"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.771263"], ["updated_at", "2018-10-11 16:43:16.771263"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.775258"], ["updated_at", "2018-10-11 16:43:16.775258"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.778016"], ["updated_at", "2018-10-11 16:43:16.778016"], ["parent_id", 39895952907]] Kithe::Work Create (3.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.781063"], ["updated_at", "2018-10-11 16:43:16.781063"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.786815"], ["updated_at", "2018-10-11 16:43:16.786815"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.789866"], ["updated_at", "2018-10-11 16:43:16.789866"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.793303"], ["updated_at", "2018-10-11 16:43:16.793303"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.796423"], ["updated_at", "2018-10-11 16:43:16.796423"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.798927"], ["updated_at", "2018-10-11 16:43:16.798927"], ["parent_id", 39895952907]] Kithe::Work Create (2.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.802526"], ["updated_at", "2018-10-11 16:43:16.802526"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.807401"], ["updated_at", "2018-10-11 16:43:16.807401"], ["parent_id", 39895952907]] Kithe::Work Create (9.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.812600"], ["updated_at", "2018-10-11 16:43:16.812600"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.842453"], ["updated_at", "2018-10-11 16:43:16.842453"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.846066"], ["updated_at", "2018-10-11 16:43:16.846066"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.848769"], ["updated_at", "2018-10-11 16:43:16.848769"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.852708"], ["updated_at", "2018-10-11 16:43:16.852708"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.856307"], ["updated_at", "2018-10-11 16:43:16.856307"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.860438"], ["updated_at", "2018-10-11 16:43:16.860438"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.866587"], ["updated_at", "2018-10-11 16:43:16.866587"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.871872"], ["updated_at", "2018-10-11 16:43:16.871872"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.875505"], ["updated_at", "2018-10-11 16:43:16.875505"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.881468"], ["updated_at", "2018-10-11 16:43:16.881468"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.895806"], ["updated_at", "2018-10-11 16:43:16.895806"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.900089"], ["updated_at", "2018-10-11 16:43:16.900089"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.903064"], ["updated_at", "2018-10-11 16:43:16.903064"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.909163"], ["updated_at", "2018-10-11 16:43:16.909163"], ["parent_id", 39895952907]] Kithe::Work Create (3.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.912285"], ["updated_at", "2018-10-11 16:43:16.912285"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.917449"], ["updated_at", "2018-10-11 16:43:16.917449"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.921010"], ["updated_at", "2018-10-11 16:43:16.921010"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.924123"], ["updated_at", "2018-10-11 16:43:16.924123"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.927552"], ["updated_at", "2018-10-11 16:43:16.927552"], ["parent_id", 39895952907]] Kithe::Work Create (10.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.930847"], ["updated_at", "2018-10-11 16:43:16.930847"], ["parent_id", 39895952907]] Kithe::Work Create (4.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.945161"], ["updated_at", "2018-10-11 16:43:16.945161"], ["parent_id", 39895952907]] Kithe::Work Create (7.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.952262"], ["updated_at", "2018-10-11 16:43:16.952262"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.961386"], ["updated_at", "2018-10-11 16:43:16.961386"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.964084"], ["updated_at", "2018-10-11 16:43:16.964084"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.966900"], ["updated_at", "2018-10-11 16:43:16.966900"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.969423"], ["updated_at", "2018-10-11 16:43:16.969423"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.972036"], ["updated_at", "2018-10-11 16:43:16.972036"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.974911"], ["updated_at", "2018-10-11 16:43:16.974911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.977492"], ["updated_at", "2018-10-11 16:43:16.977492"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.979410"], ["updated_at", "2018-10-11 16:43:16.979410"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.982072"], ["updated_at", "2018-10-11 16:43:16.982072"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.984530"], ["updated_at", "2018-10-11 16:43:16.984530"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.988102"], ["updated_at", "2018-10-11 16:43:16.988102"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.992561"], ["updated_at", "2018-10-11 16:43:16.992561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.994241"], ["updated_at", "2018-10-11 16:43:16.994241"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.996015"], ["updated_at", "2018-10-11 16:43:16.996015"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:16.998165"], ["updated_at", "2018-10-11 16:43:16.998165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.000890"], ["updated_at", "2018-10-11 16:43:17.000890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.002680"], ["updated_at", "2018-10-11 16:43:17.002680"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.004202"], ["updated_at", "2018-10-11 16:43:17.004202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.005896"], ["updated_at", "2018-10-11 16:43:17.005896"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.007507"], ["updated_at", "2018-10-11 16:43:17.007507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.009236"], ["updated_at", "2018-10-11 16:43:17.009236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.010897"], ["updated_at", "2018-10-11 16:43:17.010897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.012448"], ["updated_at", "2018-10-11 16:43:17.012448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.014196"], ["updated_at", "2018-10-11 16:43:17.014196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.015827"], ["updated_at", "2018-10-11 16:43:17.015827"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.017396"], ["updated_at", "2018-10-11 16:43:17.017396"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.019651"], ["updated_at", "2018-10-11 16:43:17.019651"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.022369"], ["updated_at", "2018-10-11 16:43:17.022369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.024177"], ["updated_at", "2018-10-11 16:43:17.024177"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.025998"], ["updated_at", "2018-10-11 16:43:17.025998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.028564"], ["updated_at", "2018-10-11 16:43:17.028564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.030429"], ["updated_at", "2018-10-11 16:43:17.030429"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.032363"], ["updated_at", "2018-10-11 16:43:17.032363"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.035892"], ["updated_at", "2018-10-11 16:43:17.035892"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.037587"], ["updated_at", "2018-10-11 16:43:17.037587"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.039412"], ["updated_at", "2018-10-11 16:43:17.039412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.041286"], ["updated_at", "2018-10-11 16:43:17.041286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.043089"], ["updated_at", "2018-10-11 16:43:17.043089"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.045324"], ["updated_at", "2018-10-11 16:43:17.045324"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.047705"], ["updated_at", "2018-10-11 16:43:17.047705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.049768"], ["updated_at", "2018-10-11 16:43:17.049768"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.051627"], ["updated_at", "2018-10-11 16:43:17.051627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.053859"], ["updated_at", "2018-10-11 16:43:17.053859"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.055746"], ["updated_at", "2018-10-11 16:43:17.055746"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.058028"], ["updated_at", "2018-10-11 16:43:17.058028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.060668"], ["updated_at", "2018-10-11 16:43:17.060668"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.062638"], ["updated_at", "2018-10-11 16:43:17.062638"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.064880"], ["updated_at", "2018-10-11 16:43:17.064880"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.067226"], ["updated_at", "2018-10-11 16:43:17.067226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.069112"], ["updated_at", "2018-10-11 16:43:17.069112"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.070786"], ["updated_at", "2018-10-11 16:43:17.070786"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.072800"], ["updated_at", "2018-10-11 16:43:17.072800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.074597"], ["updated_at", "2018-10-11 16:43:17.074597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.076291"], ["updated_at", "2018-10-11 16:43:17.076291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.077990"], ["updated_at", "2018-10-11 16:43:17.077990"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.079618"], ["updated_at", "2018-10-11 16:43:17.079618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.081380"], ["updated_at", "2018-10-11 16:43:17.081380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.082963"], ["updated_at", "2018-10-11 16:43:17.082963"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.084457"], ["updated_at", "2018-10-11 16:43:17.084457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.086187"], ["updated_at", "2018-10-11 16:43:17.086187"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.088461"], ["updated_at", "2018-10-11 16:43:17.088461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.090797"], ["updated_at", "2018-10-11 16:43:17.090797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.092627"], ["updated_at", "2018-10-11 16:43:17.092627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.094369"], ["updated_at", "2018-10-11 16:43:17.094369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.095989"], ["updated_at", "2018-10-11 16:43:17.095989"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.098131"], ["updated_at", "2018-10-11 16:43:17.098131"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.100658"], ["updated_at", "2018-10-11 16:43:17.100658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.102996"], ["updated_at", "2018-10-11 16:43:17.102996"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.104744"], ["updated_at", "2018-10-11 16:43:17.104744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.107481"], ["updated_at", "2018-10-11 16:43:17.107481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.109232"], ["updated_at", "2018-10-11 16:43:17.109232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.111031"], ["updated_at", "2018-10-11 16:43:17.111031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.112679"], ["updated_at", "2018-10-11 16:43:17.112679"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.114290"], ["updated_at", "2018-10-11 16:43:17.114290"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.116158"], ["updated_at", "2018-10-11 16:43:17.116158"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.118636"], ["updated_at", "2018-10-11 16:43:17.118636"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.121213"], ["updated_at", "2018-10-11 16:43:17.121213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.123018"], ["updated_at", "2018-10-11 16:43:17.123018"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.124642"], ["updated_at", "2018-10-11 16:43:17.124642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.126545"], ["updated_at", "2018-10-11 16:43:17.126545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.128280"], ["updated_at", "2018-10-11 16:43:17.128280"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.129863"], ["updated_at", "2018-10-11 16:43:17.129863"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.131668"], ["updated_at", "2018-10-11 16:43:17.131668"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.133873"], ["updated_at", "2018-10-11 16:43:17.133873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.135934"], ["updated_at", "2018-10-11 16:43:17.135934"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.137649"], ["updated_at", "2018-10-11 16:43:17.137649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.139409"], ["updated_at", "2018-10-11 16:43:17.139409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.141052"], ["updated_at", "2018-10-11 16:43:17.141052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.144152"], ["updated_at", "2018-10-11 16:43:17.144152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.145724"], ["updated_at", "2018-10-11 16:43:17.145724"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.147842"], ["updated_at", "2018-10-11 16:43:17.147842"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.150826"], ["updated_at", "2018-10-11 16:43:17.150826"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.153122"], ["updated_at", "2018-10-11 16:43:17.153122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.154795"], ["updated_at", "2018-10-11 16:43:17.154795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.156453"], ["updated_at", "2018-10-11 16:43:17.156453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.158157"], ["updated_at", "2018-10-11 16:43:17.158157"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.159974"], ["updated_at", "2018-10-11 16:43:17.159974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.161884"], ["updated_at", "2018-10-11 16:43:17.161884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.163544"], ["updated_at", "2018-10-11 16:43:17.163544"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.165170"], ["updated_at", "2018-10-11 16:43:17.165170"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.167144"], ["updated_at", "2018-10-11 16:43:17.167144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.169756"], ["updated_at", "2018-10-11 16:43:17.169756"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.171538"], ["updated_at", "2018-10-11 16:43:17.171538"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.173846"], ["updated_at", "2018-10-11 16:43:17.173846"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.176391"], ["updated_at", "2018-10-11 16:43:17.176391"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.178247"], ["updated_at", "2018-10-11 16:43:17.178247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.180624"], ["updated_at", "2018-10-11 16:43:17.180624"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.182601"], ["updated_at", "2018-10-11 16:43:17.182601"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.184692"], ["updated_at", "2018-10-11 16:43:17.184692"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.186663"], ["updated_at", "2018-10-11 16:43:17.186663"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.188607"], ["updated_at", "2018-10-11 16:43:17.188607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.190340"], ["updated_at", "2018-10-11 16:43:17.190340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.192010"], ["updated_at", "2018-10-11 16:43:17.192010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.193756"], ["updated_at", "2018-10-11 16:43:17.193756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.195399"], ["updated_at", "2018-10-11 16:43:17.195399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.196984"], ["updated_at", "2018-10-11 16:43:17.196984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.198608"], ["updated_at", "2018-10-11 16:43:17.198608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.200176"], ["updated_at", "2018-10-11 16:43:17.200176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.201875"], ["updated_at", "2018-10-11 16:43:17.201875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.203560"], ["updated_at", "2018-10-11 16:43:17.203560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.205333"], ["updated_at", "2018-10-11 16:43:17.205333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.207035"], ["updated_at", "2018-10-11 16:43:17.207035"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.208782"], ["updated_at", "2018-10-11 16:43:17.208782"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.211220"], ["updated_at", "2018-10-11 16:43:17.211220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.213257"], ["updated_at", "2018-10-11 16:43:17.213257"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.214855"], ["updated_at", "2018-10-11 16:43:17.214855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.217006"], ["updated_at", "2018-10-11 16:43:17.217006"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.218785"], ["updated_at", "2018-10-11 16:43:17.218785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.220546"], ["updated_at", "2018-10-11 16:43:17.220546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.222514"], ["updated_at", "2018-10-11 16:43:17.222514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.224278"], ["updated_at", "2018-10-11 16:43:17.224278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.226008"], ["updated_at", "2018-10-11 16:43:17.226008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.227625"], ["updated_at", "2018-10-11 16:43:17.227625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.229144"], ["updated_at", "2018-10-11 16:43:17.229144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.230653"], ["updated_at", "2018-10-11 16:43:17.230653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.232212"], ["updated_at", "2018-10-11 16:43:17.232212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.233747"], ["updated_at", "2018-10-11 16:43:17.233747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.235302"], ["updated_at", "2018-10-11 16:43:17.235302"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.237055"], ["updated_at", "2018-10-11 16:43:17.237055"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.239679"], ["updated_at", "2018-10-11 16:43:17.239679"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.243086"], ["updated_at", "2018-10-11 16:43:17.243086"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.246580"], ["updated_at", "2018-10-11 16:43:17.246580"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.249097"], ["updated_at", "2018-10-11 16:43:17.249097"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.251178"], ["updated_at", "2018-10-11 16:43:17.251178"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.255825"], ["updated_at", "2018-10-11 16:43:17.255825"], ["parent_id", 39895952907]] Kithe::Work Create (3.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.261835"], ["updated_at", "2018-10-11 16:43:17.261835"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.266801"], ["updated_at", "2018-10-11 16:43:17.266801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.269531"], ["updated_at", "2018-10-11 16:43:17.269531"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.271456"], ["updated_at", "2018-10-11 16:43:17.271456"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.273734"], ["updated_at", "2018-10-11 16:43:17.273734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.276184"], ["updated_at", "2018-10-11 16:43:17.276184"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.278070"], ["updated_at", "2018-10-11 16:43:17.278070"], ["parent_id", 39895952907]] Kithe::Work Create (6.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.280011"], ["updated_at", "2018-10-11 16:43:17.280011"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.289996"], ["updated_at", "2018-10-11 16:43:17.289996"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.297550"], ["updated_at", "2018-10-11 16:43:17.297550"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.304886"], ["updated_at", "2018-10-11 16:43:17.304886"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.309719"], ["updated_at", "2018-10-11 16:43:17.309719"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.313487"], ["updated_at", "2018-10-11 16:43:17.313487"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.316064"], ["updated_at", "2018-10-11 16:43:17.316064"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.318832"], ["updated_at", "2018-10-11 16:43:17.318832"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.324842"], ["updated_at", "2018-10-11 16:43:17.324842"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.328236"], ["updated_at", "2018-10-11 16:43:17.328236"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.331029"], ["updated_at", "2018-10-11 16:43:17.331029"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.333628"], ["updated_at", "2018-10-11 16:43:17.333628"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.336774"], ["updated_at", "2018-10-11 16:43:17.336774"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.340072"], ["updated_at", "2018-10-11 16:43:17.340072"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.342799"], ["updated_at", "2018-10-11 16:43:17.342799"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.345589"], ["updated_at", "2018-10-11 16:43:17.345589"], ["parent_id", 39895952907]] Kithe::Work Create (2.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.348523"], ["updated_at", "2018-10-11 16:43:17.348523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.353175"], ["updated_at", "2018-10-11 16:43:17.353175"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.354759"], ["updated_at", "2018-10-11 16:43:17.354759"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.356710"], ["updated_at", "2018-10-11 16:43:17.356710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.358695"], ["updated_at", "2018-10-11 16:43:17.358695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.360434"], ["updated_at", "2018-10-11 16:43:17.360434"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.362032"], ["updated_at", "2018-10-11 16:43:17.362032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.364211"], ["updated_at", "2018-10-11 16:43:17.364211"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.366327"], ["updated_at", "2018-10-11 16:43:17.366327"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.368669"], ["updated_at", "2018-10-11 16:43:17.368669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.370727"], ["updated_at", "2018-10-11 16:43:17.370727"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.372525"], ["updated_at", "2018-10-11 16:43:17.372525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.374236"], ["updated_at", "2018-10-11 16:43:17.374236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.375937"], ["updated_at", "2018-10-11 16:43:17.375937"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.377731"], ["updated_at", "2018-10-11 16:43:17.377731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.379544"], ["updated_at", "2018-10-11 16:43:17.379544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.381312"], ["updated_at", "2018-10-11 16:43:17.381312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.382949"], ["updated_at", "2018-10-11 16:43:17.382949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.384524"], ["updated_at", "2018-10-11 16:43:17.384524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.386024"], ["updated_at", "2018-10-11 16:43:17.386024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.387578"], ["updated_at", "2018-10-11 16:43:17.387578"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.389179"], ["updated_at", "2018-10-11 16:43:17.389179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.390982"], ["updated_at", "2018-10-11 16:43:17.390982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.392670"], ["updated_at", "2018-10-11 16:43:17.392670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.394419"], ["updated_at", "2018-10-11 16:43:17.394419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.395971"], ["updated_at", "2018-10-11 16:43:17.395971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.397509"], ["updated_at", "2018-10-11 16:43:17.397509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.399234"], ["updated_at", "2018-10-11 16:43:17.399234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.400770"], ["updated_at", "2018-10-11 16:43:17.400770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.402377"], ["updated_at", "2018-10-11 16:43:17.402377"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.404004"], ["updated_at", "2018-10-11 16:43:17.404004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.405774"], ["updated_at", "2018-10-11 16:43:17.405774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.407601"], ["updated_at", "2018-10-11 16:43:17.407601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.409356"], ["updated_at", "2018-10-11 16:43:17.409356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.410975"], ["updated_at", "2018-10-11 16:43:17.410975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.412842"], ["updated_at", "2018-10-11 16:43:17.412842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.414621"], ["updated_at", "2018-10-11 16:43:17.414621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.416180"], ["updated_at", "2018-10-11 16:43:17.416180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.417697"], ["updated_at", "2018-10-11 16:43:17.417697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.419362"], ["updated_at", "2018-10-11 16:43:17.419362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.420956"], ["updated_at", "2018-10-11 16:43:17.420956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.422596"], ["updated_at", "2018-10-11 16:43:17.422596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.424214"], ["updated_at", "2018-10-11 16:43:17.424214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.425844"], ["updated_at", "2018-10-11 16:43:17.425844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.427555"], ["updated_at", "2018-10-11 16:43:17.427555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.429128"], ["updated_at", "2018-10-11 16:43:17.429128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.430682"], ["updated_at", "2018-10-11 16:43:17.430682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.432280"], ["updated_at", "2018-10-11 16:43:17.432280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.433808"], ["updated_at", "2018-10-11 16:43:17.433808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.435415"], ["updated_at", "2018-10-11 16:43:17.435415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.436970"], ["updated_at", "2018-10-11 16:43:17.436970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.438508"], ["updated_at", "2018-10-11 16:43:17.438508"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.440220"], ["updated_at", "2018-10-11 16:43:17.440220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.441954"], ["updated_at", "2018-10-11 16:43:17.441954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.443740"], ["updated_at", "2018-10-11 16:43:17.443740"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.445622"], ["updated_at", "2018-10-11 16:43:17.445622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.447478"], ["updated_at", "2018-10-11 16:43:17.447478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.449061"], ["updated_at", "2018-10-11 16:43:17.449061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.450712"], ["updated_at", "2018-10-11 16:43:17.450712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.452284"], ["updated_at", "2018-10-11 16:43:17.452284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.453888"], ["updated_at", "2018-10-11 16:43:17.453888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.455421"], ["updated_at", "2018-10-11 16:43:17.455421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.457000"], ["updated_at", "2018-10-11 16:43:17.457000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.458523"], ["updated_at", "2018-10-11 16:43:17.458523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.460170"], ["updated_at", "2018-10-11 16:43:17.460170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.461675"], ["updated_at", "2018-10-11 16:43:17.461675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.463194"], ["updated_at", "2018-10-11 16:43:17.463194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.464909"], ["updated_at", "2018-10-11 16:43:17.464909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.466468"], ["updated_at", "2018-10-11 16:43:17.466468"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.468270"], ["updated_at", "2018-10-11 16:43:17.468270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.470109"], ["updated_at", "2018-10-11 16:43:17.470109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.471663"], ["updated_at", "2018-10-11 16:43:17.471663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.473180"], ["updated_at", "2018-10-11 16:43:17.473180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.474761"], ["updated_at", "2018-10-11 16:43:17.474761"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.476290"], ["updated_at", "2018-10-11 16:43:17.476290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.478127"], ["updated_at", "2018-10-11 16:43:17.478127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.479724"], ["updated_at", "2018-10-11 16:43:17.479724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.481270"], ["updated_at", "2018-10-11 16:43:17.481270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.482847"], ["updated_at", "2018-10-11 16:43:17.482847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.484374"], ["updated_at", "2018-10-11 16:43:17.484374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.485923"], ["updated_at", "2018-10-11 16:43:17.485923"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.487457"], ["updated_at", "2018-10-11 16:43:17.487457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.489225"], ["updated_at", "2018-10-11 16:43:17.489225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.490756"], ["updated_at", "2018-10-11 16:43:17.490756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.492307"], ["updated_at", "2018-10-11 16:43:17.492307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.493846"], ["updated_at", "2018-10-11 16:43:17.493846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.495394"], ["updated_at", "2018-10-11 16:43:17.495394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.496904"], ["updated_at", "2018-10-11 16:43:17.496904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.498594"], ["updated_at", "2018-10-11 16:43:17.498594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.501505"], ["updated_at", "2018-10-11 16:43:17.501505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.503154"], ["updated_at", "2018-10-11 16:43:17.503154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.504700"], ["updated_at", "2018-10-11 16:43:17.504700"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.506261"], ["updated_at", "2018-10-11 16:43:17.506261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.508370"], ["updated_at", "2018-10-11 16:43:17.508370"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.511519"], ["updated_at", "2018-10-11 16:43:17.511519"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.513720"], ["updated_at", "2018-10-11 16:43:17.513720"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.515853"], ["updated_at", "2018-10-11 16:43:17.515853"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.520453"], ["updated_at", "2018-10-11 16:43:17.520453"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.524032"], ["updated_at", "2018-10-11 16:43:17.524032"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.527257"], ["updated_at", "2018-10-11 16:43:17.527257"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.530597"], ["updated_at", "2018-10-11 16:43:17.530597"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.533746"], ["updated_at", "2018-10-11 16:43:17.533746"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.536754"], ["updated_at", "2018-10-11 16:43:17.536754"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.539864"], ["updated_at", "2018-10-11 16:43:17.539864"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.549976"], ["updated_at", "2018-10-11 16:43:17.549976"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.554171"], ["updated_at", "2018-10-11 16:43:17.554171"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.558002"], ["updated_at", "2018-10-11 16:43:17.558002"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.560599"], ["updated_at", "2018-10-11 16:43:17.560599"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.562898"], ["updated_at", "2018-10-11 16:43:17.562898"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.565447"], ["updated_at", "2018-10-11 16:43:17.565447"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.569717"], ["updated_at", "2018-10-11 16:43:17.569717"], ["parent_id", 39895952907]] Kithe::Work Create (5.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.573095"], ["updated_at", "2018-10-11 16:43:17.573095"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.580640"], ["updated_at", "2018-10-11 16:43:17.580640"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.583104"], ["updated_at", "2018-10-11 16:43:17.583104"], ["parent_id", 39895952907]] Kithe::Work Create (5.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.585751"], ["updated_at", "2018-10-11 16:43:17.585751"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.593299"], ["updated_at", "2018-10-11 16:43:17.593299"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.595573"], ["updated_at", "2018-10-11 16:43:17.595573"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.598963"], ["updated_at", "2018-10-11 16:43:17.598963"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.625705"], ["updated_at", "2018-10-11 16:43:17.625705"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.627803"], ["updated_at", "2018-10-11 16:43:17.627803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.629754"], ["updated_at", "2018-10-11 16:43:17.629754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.631378"], ["updated_at", "2018-10-11 16:43:17.631378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.633387"], ["updated_at", "2018-10-11 16:43:17.633387"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.635838"], ["updated_at", "2018-10-11 16:43:17.635838"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.640448"], ["updated_at", "2018-10-11 16:43:17.640448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.642080"], ["updated_at", "2018-10-11 16:43:17.642080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.643594"], ["updated_at", "2018-10-11 16:43:17.643594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.645435"], ["updated_at", "2018-10-11 16:43:17.645435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.647068"], ["updated_at", "2018-10-11 16:43:17.647068"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.648800"], ["updated_at", "2018-10-11 16:43:17.648800"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.651143"], ["updated_at", "2018-10-11 16:43:17.651143"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.653687"], ["updated_at", "2018-10-11 16:43:17.653687"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.656071"], ["updated_at", "2018-10-11 16:43:17.656071"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.658026"], ["updated_at", "2018-10-11 16:43:17.658026"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.660139"], ["updated_at", "2018-10-11 16:43:17.660139"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.661818"], ["updated_at", "2018-10-11 16:43:17.661818"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.663520"], ["updated_at", "2018-10-11 16:43:17.663520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.665243"], ["updated_at", "2018-10-11 16:43:17.665243"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.667117"], ["updated_at", "2018-10-11 16:43:17.667117"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.670256"], ["updated_at", "2018-10-11 16:43:17.670256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.672571"], ["updated_at", "2018-10-11 16:43:17.672571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.674379"], ["updated_at", "2018-10-11 16:43:17.674379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.676065"], ["updated_at", "2018-10-11 16:43:17.676065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.678161"], ["updated_at", "2018-10-11 16:43:17.678161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.679762"], ["updated_at", "2018-10-11 16:43:17.679762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.681297"], ["updated_at", "2018-10-11 16:43:17.681297"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.683590"], ["updated_at", "2018-10-11 16:43:17.683590"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.685585"], ["updated_at", "2018-10-11 16:43:17.685585"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.688026"], ["updated_at", "2018-10-11 16:43:17.688026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.689972"], ["updated_at", "2018-10-11 16:43:17.689972"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.691732"], ["updated_at", "2018-10-11 16:43:17.691732"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.693864"], ["updated_at", "2018-10-11 16:43:17.693864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.695584"], ["updated_at", "2018-10-11 16:43:17.695584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.697182"], ["updated_at", "2018-10-11 16:43:17.697182"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.698768"], ["updated_at", "2018-10-11 16:43:17.698768"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.701427"], ["updated_at", "2018-10-11 16:43:17.701427"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.703806"], ["updated_at", "2018-10-11 16:43:17.703806"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.705746"], ["updated_at", "2018-10-11 16:43:17.705746"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.707563"], ["updated_at", "2018-10-11 16:43:17.707563"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.709577"], ["updated_at", "2018-10-11 16:43:17.709577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.711253"], ["updated_at", "2018-10-11 16:43:17.711253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.713085"], ["updated_at", "2018-10-11 16:43:17.713085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.714630"], ["updated_at", "2018-10-11 16:43:17.714630"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.716411"], ["updated_at", "2018-10-11 16:43:17.716411"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.719160"], ["updated_at", "2018-10-11 16:43:17.719160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.721585"], ["updated_at", "2018-10-11 16:43:17.721585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.723390"], ["updated_at", "2018-10-11 16:43:17.723390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.725316"], ["updated_at", "2018-10-11 16:43:17.725316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.727074"], ["updated_at", "2018-10-11 16:43:17.727074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.728702"], ["updated_at", "2018-10-11 16:43:17.728702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.730278"], ["updated_at", "2018-10-11 16:43:17.730278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.731820"], ["updated_at", "2018-10-11 16:43:17.731820"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.733714"], ["updated_at", "2018-10-11 16:43:17.733714"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.736724"], ["updated_at", "2018-10-11 16:43:17.736724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.738899"], ["updated_at", "2018-10-11 16:43:17.738899"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.740636"], ["updated_at", "2018-10-11 16:43:17.740636"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.742591"], ["updated_at", "2018-10-11 16:43:17.742591"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.745697"], ["updated_at", "2018-10-11 16:43:17.745697"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.749157"], ["updated_at", "2018-10-11 16:43:17.749157"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.752715"], ["updated_at", "2018-10-11 16:43:17.752715"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.755904"], ["updated_at", "2018-10-11 16:43:17.755904"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.758073"], ["updated_at", "2018-10-11 16:43:17.758073"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.760331"], ["updated_at", "2018-10-11 16:43:17.760331"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.762211"], ["updated_at", "2018-10-11 16:43:17.762211"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.764722"], ["updated_at", "2018-10-11 16:43:17.764722"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.767556"], ["updated_at", "2018-10-11 16:43:17.767556"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.770642"], ["updated_at", "2018-10-11 16:43:17.770642"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.773793"], ["updated_at", "2018-10-11 16:43:17.773793"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.778859"], ["updated_at", "2018-10-11 16:43:17.778859"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.782498"], ["updated_at", "2018-10-11 16:43:17.782498"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.786553"], ["updated_at", "2018-10-11 16:43:17.786553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.788595"], ["updated_at", "2018-10-11 16:43:17.788595"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.790269"], ["updated_at", "2018-10-11 16:43:17.790269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.792179"], ["updated_at", "2018-10-11 16:43:17.792179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.793868"], ["updated_at", "2018-10-11 16:43:17.793868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.795408"], ["updated_at", "2018-10-11 16:43:17.795408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.796940"], ["updated_at", "2018-10-11 16:43:17.796940"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.798453"], ["updated_at", "2018-10-11 16:43:17.798453"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.800747"], ["updated_at", "2018-10-11 16:43:17.800747"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.804263"], ["updated_at", "2018-10-11 16:43:17.804263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.807728"], ["updated_at", "2018-10-11 16:43:17.807728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.809422"], ["updated_at", "2018-10-11 16:43:17.809422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.811339"], ["updated_at", "2018-10-11 16:43:17.811339"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.813056"], ["updated_at", "2018-10-11 16:43:17.813056"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.815445"], ["updated_at", "2018-10-11 16:43:17.815445"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.817450"], ["updated_at", "2018-10-11 16:43:17.817450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.819302"], ["updated_at", "2018-10-11 16:43:17.819302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.821103"], ["updated_at", "2018-10-11 16:43:17.821103"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.822896"], ["updated_at", "2018-10-11 16:43:17.822896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.824975"], ["updated_at", "2018-10-11 16:43:17.824975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.826586"], ["updated_at", "2018-10-11 16:43:17.826586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.828151"], ["updated_at", "2018-10-11 16:43:17.828151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.829823"], ["updated_at", "2018-10-11 16:43:17.829823"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.831821"], ["updated_at", "2018-10-11 16:43:17.831821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.833525"], ["updated_at", "2018-10-11 16:43:17.833525"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.835158"], ["updated_at", "2018-10-11 16:43:17.835158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.836946"], ["updated_at", "2018-10-11 16:43:17.836946"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.838613"], ["updated_at", "2018-10-11 16:43:17.838613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.840456"], ["updated_at", "2018-10-11 16:43:17.840456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.842091"], ["updated_at", "2018-10-11 16:43:17.842091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.843646"], ["updated_at", "2018-10-11 16:43:17.843646"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.845205"], ["updated_at", "2018-10-11 16:43:17.845205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.847099"], ["updated_at", "2018-10-11 16:43:17.847099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.848785"], ["updated_at", "2018-10-11 16:43:17.848785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.850338"], ["updated_at", "2018-10-11 16:43:17.850338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.851887"], ["updated_at", "2018-10-11 16:43:17.851887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.853510"], ["updated_at", "2018-10-11 16:43:17.853510"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.855146"], ["updated_at", "2018-10-11 16:43:17.855146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.857210"], ["updated_at", "2018-10-11 16:43:17.857210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.858950"], ["updated_at", "2018-10-11 16:43:17.858950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.860555"], ["updated_at", "2018-10-11 16:43:17.860555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.862096"], ["updated_at", "2018-10-11 16:43:17.862096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.863788"], ["updated_at", "2018-10-11 16:43:17.863788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.865397"], ["updated_at", "2018-10-11 16:43:17.865397"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.867041"], ["updated_at", "2018-10-11 16:43:17.867041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.869063"], ["updated_at", "2018-10-11 16:43:17.869063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.870759"], ["updated_at", "2018-10-11 16:43:17.870759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.872734"], ["updated_at", "2018-10-11 16:43:17.872734"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.874439"], ["updated_at", "2018-10-11 16:43:17.874439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.876220"], ["updated_at", "2018-10-11 16:43:17.876220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.877840"], ["updated_at", "2018-10-11 16:43:17.877840"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.879838"], ["updated_at", "2018-10-11 16:43:17.879838"], ["parent_id", 39895952907]] Kithe::Work Create (2.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.882046"], ["updated_at", "2018-10-11 16:43:17.882046"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.886569"], ["updated_at", "2018-10-11 16:43:17.886569"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.892102"], ["updated_at", "2018-10-11 16:43:17.892102"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.895418"], ["updated_at", "2018-10-11 16:43:17.895418"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.897986"], ["updated_at", "2018-10-11 16:43:17.897986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.900088"], ["updated_at", "2018-10-11 16:43:17.900088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.901841"], ["updated_at", "2018-10-11 16:43:17.901841"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.903667"], ["updated_at", "2018-10-11 16:43:17.903667"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.905938"], ["updated_at", "2018-10-11 16:43:17.905938"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.909279"], ["updated_at", "2018-10-11 16:43:17.909279"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.912151"], ["updated_at", "2018-10-11 16:43:17.912151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.913857"], ["updated_at", "2018-10-11 16:43:17.913857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.915457"], ["updated_at", "2018-10-11 16:43:17.915457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.917013"], ["updated_at", "2018-10-11 16:43:17.917013"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.918824"], ["updated_at", "2018-10-11 16:43:17.918824"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.921157"], ["updated_at", "2018-10-11 16:43:17.921157"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.923006"], ["updated_at", "2018-10-11 16:43:17.923006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.926195"], ["updated_at", "2018-10-11 16:43:17.926195"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.928132"], ["updated_at", "2018-10-11 16:43:17.928132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.929903"], ["updated_at", "2018-10-11 16:43:17.929903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.931526"], ["updated_at", "2018-10-11 16:43:17.931526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.933109"], ["updated_at", "2018-10-11 16:43:17.933109"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.934733"], ["updated_at", "2018-10-11 16:43:17.934733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.936686"], ["updated_at", "2018-10-11 16:43:17.936686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.938506"], ["updated_at", "2018-10-11 16:43:17.938506"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.940223"], ["updated_at", "2018-10-11 16:43:17.940223"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.941995"], ["updated_at", "2018-10-11 16:43:17.941995"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.943664"], ["updated_at", "2018-10-11 16:43:17.943664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.945674"], ["updated_at", "2018-10-11 16:43:17.945674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.947307"], ["updated_at", "2018-10-11 16:43:17.947307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.948850"], ["updated_at", "2018-10-11 16:43:17.948850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.950372"], ["updated_at", "2018-10-11 16:43:17.950372"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.952262"], ["updated_at", "2018-10-11 16:43:17.952262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.954024"], ["updated_at", "2018-10-11 16:43:17.954024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.955774"], ["updated_at", "2018-10-11 16:43:17.955774"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.957470"], ["updated_at", "2018-10-11 16:43:17.957470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.959682"], ["updated_at", "2018-10-11 16:43:17.959682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.961655"], ["updated_at", "2018-10-11 16:43:17.961655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.963357"], ["updated_at", "2018-10-11 16:43:17.963357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.965018"], ["updated_at", "2018-10-11 16:43:17.965018"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.966737"], ["updated_at", "2018-10-11 16:43:17.966737"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.968596"], ["updated_at", "2018-10-11 16:43:17.968596"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.970323"], ["updated_at", "2018-10-11 16:43:17.970323"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.972103"], ["updated_at", "2018-10-11 16:43:17.972103"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.974241"], ["updated_at", "2018-10-11 16:43:17.974241"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.976347"], ["updated_at", "2018-10-11 16:43:17.976347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.978101"], ["updated_at", "2018-10-11 16:43:17.978101"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.980301"], ["updated_at", "2018-10-11 16:43:17.980301"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.982475"], ["updated_at", "2018-10-11 16:43:17.982475"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.984438"], ["updated_at", "2018-10-11 16:43:17.984438"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.986162"], ["updated_at", "2018-10-11 16:43:17.986162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.988139"], ["updated_at", "2018-10-11 16:43:17.988139"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.990573"], ["updated_at", "2018-10-11 16:43:17.990573"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.995102"], ["updated_at", "2018-10-11 16:43:17.995102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:17.998150"], ["updated_at", "2018-10-11 16:43:17.998150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.000055"], ["updated_at", "2018-10-11 16:43:18.000055"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.001959"], ["updated_at", "2018-10-11 16:43:18.001959"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.004528"], ["updated_at", "2018-10-11 16:43:18.004528"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.008051"], ["updated_at", "2018-10-11 16:43:18.008051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.009920"], ["updated_at", "2018-10-11 16:43:18.009920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.011639"], ["updated_at", "2018-10-11 16:43:18.011639"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.013341"], ["updated_at", "2018-10-11 16:43:18.013341"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.014972"], ["updated_at", "2018-10-11 16:43:18.014972"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.017120"], ["updated_at", "2018-10-11 16:43:18.017120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.019009"], ["updated_at", "2018-10-11 16:43:18.019009"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.020765"], ["updated_at", "2018-10-11 16:43:18.020765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.023784"], ["updated_at", "2018-10-11 16:43:18.023784"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.025418"], ["updated_at", "2018-10-11 16:43:18.025418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.027122"], ["updated_at", "2018-10-11 16:43:18.027122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.028791"], ["updated_at", "2018-10-11 16:43:18.028791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.030392"], ["updated_at", "2018-10-11 16:43:18.030392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.032034"], ["updated_at", "2018-10-11 16:43:18.032034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.033636"], ["updated_at", "2018-10-11 16:43:18.033636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.035349"], ["updated_at", "2018-10-11 16:43:18.035349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.037166"], ["updated_at", "2018-10-11 16:43:18.037166"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.038772"], ["updated_at", "2018-10-11 16:43:18.038772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.040529"], ["updated_at", "2018-10-11 16:43:18.040529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.042208"], ["updated_at", "2018-10-11 16:43:18.042208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.043914"], ["updated_at", "2018-10-11 16:43:18.043914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.045595"], ["updated_at", "2018-10-11 16:43:18.045595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.047307"], ["updated_at", "2018-10-11 16:43:18.047307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.048866"], ["updated_at", "2018-10-11 16:43:18.048866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.050390"], ["updated_at", "2018-10-11 16:43:18.050390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.051924"], ["updated_at", "2018-10-11 16:43:18.051924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.053428"], ["updated_at", "2018-10-11 16:43:18.053428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.054951"], ["updated_at", "2018-10-11 16:43:18.054951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.056464"], ["updated_at", "2018-10-11 16:43:18.056464"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.058011"], ["updated_at", "2018-10-11 16:43:18.058011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.059834"], ["updated_at", "2018-10-11 16:43:18.059834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.061528"], ["updated_at", "2018-10-11 16:43:18.061528"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.063203"], ["updated_at", "2018-10-11 16:43:18.063203"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.065595"], ["updated_at", "2018-10-11 16:43:18.065595"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.067274"], ["updated_at", "2018-10-11 16:43:18.067274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.068845"], ["updated_at", "2018-10-11 16:43:18.068845"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.070466"], ["updated_at", "2018-10-11 16:43:18.070466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.072374"], ["updated_at", "2018-10-11 16:43:18.072374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.074121"], ["updated_at", "2018-10-11 16:43:18.074121"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.075836"], ["updated_at", "2018-10-11 16:43:18.075836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.077648"], ["updated_at", "2018-10-11 16:43:18.077648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.079352"], ["updated_at", "2018-10-11 16:43:18.079352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.081096"], ["updated_at", "2018-10-11 16:43:18.081096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.082653"], ["updated_at", "2018-10-11 16:43:18.082653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.084207"], ["updated_at", "2018-10-11 16:43:18.084207"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.085853"], ["updated_at", "2018-10-11 16:43:18.085853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.087705"], ["updated_at", "2018-10-11 16:43:18.087705"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.089510"], ["updated_at", "2018-10-11 16:43:18.089510"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.091902"], ["updated_at", "2018-10-11 16:43:18.091902"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.095492"], ["updated_at", "2018-10-11 16:43:18.095492"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.098736"], ["updated_at", "2018-10-11 16:43:18.098736"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.100976"], ["updated_at", "2018-10-11 16:43:18.100976"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.102937"], ["updated_at", "2018-10-11 16:43:18.102937"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.105458"], ["updated_at", "2018-10-11 16:43:18.105458"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.107901"], ["updated_at", "2018-10-11 16:43:18.107901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.109566"], ["updated_at", "2018-10-11 16:43:18.109566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.111295"], ["updated_at", "2018-10-11 16:43:18.111295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.112998"], ["updated_at", "2018-10-11 16:43:18.112998"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.114724"], ["updated_at", "2018-10-11 16:43:18.114724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.116541"], ["updated_at", "2018-10-11 16:43:18.116541"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.118638"], ["updated_at", "2018-10-11 16:43:18.118638"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.120660"], ["updated_at", "2018-10-11 16:43:18.120660"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.123008"], ["updated_at", "2018-10-11 16:43:18.123008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.124607"], ["updated_at", "2018-10-11 16:43:18.124607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.126212"], ["updated_at", "2018-10-11 16:43:18.126212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.127913"], ["updated_at", "2018-10-11 16:43:18.127913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.129520"], ["updated_at", "2018-10-11 16:43:18.129520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.131125"], ["updated_at", "2018-10-11 16:43:18.131125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.132720"], ["updated_at", "2018-10-11 16:43:18.132720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.134408"], ["updated_at", "2018-10-11 16:43:18.134408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.136259"], ["updated_at", "2018-10-11 16:43:18.136259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.137897"], ["updated_at", "2018-10-11 16:43:18.137897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.139433"], ["updated_at", "2018-10-11 16:43:18.139433"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.140979"], ["updated_at", "2018-10-11 16:43:18.140979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.142760"], ["updated_at", "2018-10-11 16:43:18.142760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.144409"], ["updated_at", "2018-10-11 16:43:18.144409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.146061"], ["updated_at", "2018-10-11 16:43:18.146061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.147729"], ["updated_at", "2018-10-11 16:43:18.147729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.149365"], ["updated_at", "2018-10-11 16:43:18.149365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.150979"], ["updated_at", "2018-10-11 16:43:18.150979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.152573"], ["updated_at", "2018-10-11 16:43:18.152573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.154110"], ["updated_at", "2018-10-11 16:43:18.154110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.155639"], ["updated_at", "2018-10-11 16:43:18.155639"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.157229"], ["updated_at", "2018-10-11 16:43:18.157229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.158987"], ["updated_at", "2018-10-11 16:43:18.158987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.160640"], ["updated_at", "2018-10-11 16:43:18.160640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.162420"], ["updated_at", "2018-10-11 16:43:18.162420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.164043"], ["updated_at", "2018-10-11 16:43:18.164043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.165645"], ["updated_at", "2018-10-11 16:43:18.165645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.167179"], ["updated_at", "2018-10-11 16:43:18.167179"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.168680"], ["updated_at", "2018-10-11 16:43:18.168680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.170573"], ["updated_at", "2018-10-11 16:43:18.170573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.172257"], ["updated_at", "2018-10-11 16:43:18.172257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.173861"], ["updated_at", "2018-10-11 16:43:18.173861"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.175374"], ["updated_at", "2018-10-11 16:43:18.175374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.177065"], ["updated_at", "2018-10-11 16:43:18.177065"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.178697"], ["updated_at", "2018-10-11 16:43:18.178697"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.180463"], ["updated_at", "2018-10-11 16:43:18.180463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.182221"], ["updated_at", "2018-10-11 16:43:18.182221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.183806"], ["updated_at", "2018-10-11 16:43:18.183806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.185503"], ["updated_at", "2018-10-11 16:43:18.185503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.187078"], ["updated_at", "2018-10-11 16:43:18.187078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.188632"], ["updated_at", "2018-10-11 16:43:18.188632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.190277"], ["updated_at", "2018-10-11 16:43:18.190277"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.192040"], ["updated_at", "2018-10-11 16:43:18.192040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.193751"], ["updated_at", "2018-10-11 16:43:18.193751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.195348"], ["updated_at", "2018-10-11 16:43:18.195348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.196905"], ["updated_at", "2018-10-11 16:43:18.196905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.198510"], ["updated_at", "2018-10-11 16:43:18.198510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.200128"], ["updated_at", "2018-10-11 16:43:18.200128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.201676"], ["updated_at", "2018-10-11 16:43:18.201676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.203234"], ["updated_at", "2018-10-11 16:43:18.203234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.204861"], ["updated_at", "2018-10-11 16:43:18.204861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.206407"], ["updated_at", "2018-10-11 16:43:18.206407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.207951"], ["updated_at", "2018-10-11 16:43:18.207951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.209556"], ["updated_at", "2018-10-11 16:43:18.209556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.211069"], ["updated_at", "2018-10-11 16:43:18.211069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.212622"], ["updated_at", "2018-10-11 16:43:18.212622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.214152"], ["updated_at", "2018-10-11 16:43:18.214152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.215658"], ["updated_at", "2018-10-11 16:43:18.215658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.217194"], ["updated_at", "2018-10-11 16:43:18.217194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.218712"], ["updated_at", "2018-10-11 16:43:18.218712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.220240"], ["updated_at", "2018-10-11 16:43:18.220240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.221746"], ["updated_at", "2018-10-11 16:43:18.221746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.223346"], ["updated_at", "2018-10-11 16:43:18.223346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.224906"], ["updated_at", "2018-10-11 16:43:18.224906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.226421"], ["updated_at", "2018-10-11 16:43:18.226421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.227948"], ["updated_at", "2018-10-11 16:43:18.227948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.230891"], ["updated_at", "2018-10-11 16:43:18.230891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.232483"], ["updated_at", "2018-10-11 16:43:18.232483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.233989"], ["updated_at", "2018-10-11 16:43:18.233989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.235543"], ["updated_at", "2018-10-11 16:43:18.235543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.237169"], ["updated_at", "2018-10-11 16:43:18.237169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.238847"], ["updated_at", "2018-10-11 16:43:18.238847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.240513"], ["updated_at", "2018-10-11 16:43:18.240513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.242065"], ["updated_at", "2018-10-11 16:43:18.242065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.243891"], ["updated_at", "2018-10-11 16:43:18.243891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.245418"], ["updated_at", "2018-10-11 16:43:18.245418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.247065"], ["updated_at", "2018-10-11 16:43:18.247065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.248654"], ["updated_at", "2018-10-11 16:43:18.248654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.250216"], ["updated_at", "2018-10-11 16:43:18.250216"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.251802"], ["updated_at", "2018-10-11 16:43:18.251802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.253479"], ["updated_at", "2018-10-11 16:43:18.253479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.255222"], ["updated_at", "2018-10-11 16:43:18.255222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.256825"], ["updated_at", "2018-10-11 16:43:18.256825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.258399"], ["updated_at", "2018-10-11 16:43:18.258399"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.259961"], ["updated_at", "2018-10-11 16:43:18.259961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.261901"], ["updated_at", "2018-10-11 16:43:18.261901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.263415"], ["updated_at", "2018-10-11 16:43:18.263415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.264938"], ["updated_at", "2018-10-11 16:43:18.264938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.266502"], ["updated_at", "2018-10-11 16:43:18.266502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.268006"], ["updated_at", "2018-10-11 16:43:18.268006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.269554"], ["updated_at", "2018-10-11 16:43:18.269554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.271179"], ["updated_at", "2018-10-11 16:43:18.271179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.272807"], ["updated_at", "2018-10-11 16:43:18.272807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.274350"], ["updated_at", "2018-10-11 16:43:18.274350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.275941"], ["updated_at", "2018-10-11 16:43:18.275941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.277440"], ["updated_at", "2018-10-11 16:43:18.277440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.278989"], ["updated_at", "2018-10-11 16:43:18.278989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.280579"], ["updated_at", "2018-10-11 16:43:18.280579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.282093"], ["updated_at", "2018-10-11 16:43:18.282093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.283615"], ["updated_at", "2018-10-11 16:43:18.283615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.285185"], ["updated_at", "2018-10-11 16:43:18.285185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.286736"], ["updated_at", "2018-10-11 16:43:18.286736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.288283"], ["updated_at", "2018-10-11 16:43:18.288283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.290023"], ["updated_at", "2018-10-11 16:43:18.290023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.291573"], ["updated_at", "2018-10-11 16:43:18.291573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.293130"], ["updated_at", "2018-10-11 16:43:18.293130"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.294676"], ["updated_at", "2018-10-11 16:43:18.294676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.296321"], ["updated_at", "2018-10-11 16:43:18.296321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.297926"], ["updated_at", "2018-10-11 16:43:18.297926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.299525"], ["updated_at", "2018-10-11 16:43:18.299525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.301042"], ["updated_at", "2018-10-11 16:43:18.301042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.302579"], ["updated_at", "2018-10-11 16:43:18.302579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.304158"], ["updated_at", "2018-10-11 16:43:18.304158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.305731"], ["updated_at", "2018-10-11 16:43:18.305731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.307322"], ["updated_at", "2018-10-11 16:43:18.307322"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.308877"], ["updated_at", "2018-10-11 16:43:18.308877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.310602"], ["updated_at", "2018-10-11 16:43:18.310602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.312189"], ["updated_at", "2018-10-11 16:43:18.312189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.313733"], ["updated_at", "2018-10-11 16:43:18.313733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.315253"], ["updated_at", "2018-10-11 16:43:18.315253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.316792"], ["updated_at", "2018-10-11 16:43:18.316792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.318314"], ["updated_at", "2018-10-11 16:43:18.318314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.319873"], ["updated_at", "2018-10-11 16:43:18.319873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.321392"], ["updated_at", "2018-10-11 16:43:18.321392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.322954"], ["updated_at", "2018-10-11 16:43:18.322954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.324498"], ["updated_at", "2018-10-11 16:43:18.324498"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.326011"], ["updated_at", "2018-10-11 16:43:18.326011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.327746"], ["updated_at", "2018-10-11 16:43:18.327746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.329335"], ["updated_at", "2018-10-11 16:43:18.329335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.330897"], ["updated_at", "2018-10-11 16:43:18.330897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.332417"], ["updated_at", "2018-10-11 16:43:18.332417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.333945"], ["updated_at", "2018-10-11 16:43:18.333945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.335434"], ["updated_at", "2018-10-11 16:43:18.335434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.336957"], ["updated_at", "2018-10-11 16:43:18.336957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.338468"], ["updated_at", "2018-10-11 16:43:18.338468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.339974"], ["updated_at", "2018-10-11 16:43:18.339974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.341477"], ["updated_at", "2018-10-11 16:43:18.341477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.343014"], ["updated_at", "2018-10-11 16:43:18.343014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.344511"], ["updated_at", "2018-10-11 16:43:18.344511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.346144"], ["updated_at", "2018-10-11 16:43:18.346144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.347807"], ["updated_at", "2018-10-11 16:43:18.347807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.349431"], ["updated_at", "2018-10-11 16:43:18.349431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.351088"], ["updated_at", "2018-10-11 16:43:18.351088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.352638"], ["updated_at", "2018-10-11 16:43:18.352638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.354241"], ["updated_at", "2018-10-11 16:43:18.354241"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.355766"], ["updated_at", "2018-10-11 16:43:18.355766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.357525"], ["updated_at", "2018-10-11 16:43:18.357525"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.359266"], ["updated_at", "2018-10-11 16:43:18.359266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.361044"], ["updated_at", "2018-10-11 16:43:18.361044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.362608"], ["updated_at", "2018-10-11 16:43:18.362608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.364146"], ["updated_at", "2018-10-11 16:43:18.364146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.365700"], ["updated_at", "2018-10-11 16:43:18.365700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.367214"], ["updated_at", "2018-10-11 16:43:18.367214"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.368830"], ["updated_at", "2018-10-11 16:43:18.368830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.370622"], ["updated_at", "2018-10-11 16:43:18.370622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.372186"], ["updated_at", "2018-10-11 16:43:18.372186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.373712"], ["updated_at", "2018-10-11 16:43:18.373712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.375266"], ["updated_at", "2018-10-11 16:43:18.375266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.376813"], ["updated_at", "2018-10-11 16:43:18.376813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.378367"], ["updated_at", "2018-10-11 16:43:18.378367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.379945"], ["updated_at", "2018-10-11 16:43:18.379945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.381470"], ["updated_at", "2018-10-11 16:43:18.381470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.383096"], ["updated_at", "2018-10-11 16:43:18.383096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.384616"], ["updated_at", "2018-10-11 16:43:18.384616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.386163"], ["updated_at", "2018-10-11 16:43:18.386163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.387699"], ["updated_at", "2018-10-11 16:43:18.387699"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.389252"], ["updated_at", "2018-10-11 16:43:18.389252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.391155"], ["updated_at", "2018-10-11 16:43:18.391155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.392765"], ["updated_at", "2018-10-11 16:43:18.392765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.394330"], ["updated_at", "2018-10-11 16:43:18.394330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.395867"], ["updated_at", "2018-10-11 16:43:18.395867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.397391"], ["updated_at", "2018-10-11 16:43:18.397391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.398919"], ["updated_at", "2018-10-11 16:43:18.398919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.400567"], ["updated_at", "2018-10-11 16:43:18.400567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.402171"], ["updated_at", "2018-10-11 16:43:18.402171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.403702"], ["updated_at", "2018-10-11 16:43:18.403702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.405230"], ["updated_at", "2018-10-11 16:43:18.405230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.406753"], ["updated_at", "2018-10-11 16:43:18.406753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.408338"], ["updated_at", "2018-10-11 16:43:18.408338"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.409896"], ["updated_at", "2018-10-11 16:43:18.409896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.411701"], ["updated_at", "2018-10-11 16:43:18.411701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.413387"], ["updated_at", "2018-10-11 16:43:18.413387"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.414983"], ["updated_at", "2018-10-11 16:43:18.414983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.416594"], ["updated_at", "2018-10-11 16:43:18.416594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.418193"], ["updated_at", "2018-10-11 16:43:18.418193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.419729"], ["updated_at", "2018-10-11 16:43:18.419729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.421363"], ["updated_at", "2018-10-11 16:43:18.421363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.422993"], ["updated_at", "2018-10-11 16:43:18.422993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.424542"], ["updated_at", "2018-10-11 16:43:18.424542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.426093"], ["updated_at", "2018-10-11 16:43:18.426093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.427648"], ["updated_at", "2018-10-11 16:43:18.427648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.429154"], ["updated_at", "2018-10-11 16:43:18.429154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.430662"], ["updated_at", "2018-10-11 16:43:18.430662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.432180"], ["updated_at", "2018-10-11 16:43:18.432180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.433764"], ["updated_at", "2018-10-11 16:43:18.433764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.435348"], ["updated_at", "2018-10-11 16:43:18.435348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.436887"], ["updated_at", "2018-10-11 16:43:18.436887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.438427"], ["updated_at", "2018-10-11 16:43:18.438427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.439986"], ["updated_at", "2018-10-11 16:43:18.439986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.441502"], ["updated_at", "2018-10-11 16:43:18.441502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.443033"], ["updated_at", "2018-10-11 16:43:18.443033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.444539"], ["updated_at", "2018-10-11 16:43:18.444539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.446138"], ["updated_at", "2018-10-11 16:43:18.446138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.447638"], ["updated_at", "2018-10-11 16:43:18.447638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.449170"], ["updated_at", "2018-10-11 16:43:18.449170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.450719"], ["updated_at", "2018-10-11 16:43:18.450719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.452252"], ["updated_at", "2018-10-11 16:43:18.452252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.453768"], ["updated_at", "2018-10-11 16:43:18.453768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.455393"], ["updated_at", "2018-10-11 16:43:18.455393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.456943"], ["updated_at", "2018-10-11 16:43:18.456943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.458462"], ["updated_at", "2018-10-11 16:43:18.458462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.459977"], ["updated_at", "2018-10-11 16:43:18.459977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.461646"], ["updated_at", "2018-10-11 16:43:18.461646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.463245"], ["updated_at", "2018-10-11 16:43:18.463245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.464789"], ["updated_at", "2018-10-11 16:43:18.464789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.466295"], ["updated_at", "2018-10-11 16:43:18.466295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.467833"], ["updated_at", "2018-10-11 16:43:18.467833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.469518"], ["updated_at", "2018-10-11 16:43:18.469518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.471104"], ["updated_at", "2018-10-11 16:43:18.471104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.472618"], ["updated_at", "2018-10-11 16:43:18.472618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.474164"], ["updated_at", "2018-10-11 16:43:18.474164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.475698"], ["updated_at", "2018-10-11 16:43:18.475698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.477196"], ["updated_at", "2018-10-11 16:43:18.477196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.478709"], ["updated_at", "2018-10-11 16:43:18.478709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.480256"], ["updated_at", "2018-10-11 16:43:18.480256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.481765"], ["updated_at", "2018-10-11 16:43:18.481765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.483464"], ["updated_at", "2018-10-11 16:43:18.483464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.485075"], ["updated_at", "2018-10-11 16:43:18.485075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.486645"], ["updated_at", "2018-10-11 16:43:18.486645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.488222"], ["updated_at", "2018-10-11 16:43:18.488222"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.489882"], ["updated_at", "2018-10-11 16:43:18.489882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.491571"], ["updated_at", "2018-10-11 16:43:18.491571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.493173"], ["updated_at", "2018-10-11 16:43:18.493173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.494822"], ["updated_at", "2018-10-11 16:43:18.494822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.496465"], ["updated_at", "2018-10-11 16:43:18.496465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.499397"], ["updated_at", "2018-10-11 16:43:18.499397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.500962"], ["updated_at", "2018-10-11 16:43:18.500962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.502520"], ["updated_at", "2018-10-11 16:43:18.502520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.504057"], ["updated_at", "2018-10-11 16:43:18.504057"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.505599"], ["updated_at", "2018-10-11 16:43:18.505599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.507139"], ["updated_at", "2018-10-11 16:43:18.507139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.508681"], ["updated_at", "2018-10-11 16:43:18.508681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.510199"], ["updated_at", "2018-10-11 16:43:18.510199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.511730"], ["updated_at", "2018-10-11 16:43:18.511730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.513257"], ["updated_at", "2018-10-11 16:43:18.513257"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.514781"], ["updated_at", "2018-10-11 16:43:18.514781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.516628"], ["updated_at", "2018-10-11 16:43:18.516628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.518193"], ["updated_at", "2018-10-11 16:43:18.518193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.519788"], ["updated_at", "2018-10-11 16:43:18.519788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.521310"], ["updated_at", "2018-10-11 16:43:18.521310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.522818"], ["updated_at", "2018-10-11 16:43:18.522818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.524345"], ["updated_at", "2018-10-11 16:43:18.524345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.525935"], ["updated_at", "2018-10-11 16:43:18.525935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.527566"], ["updated_at", "2018-10-11 16:43:18.527566"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.529321"], ["updated_at", "2018-10-11 16:43:18.529321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.530994"], ["updated_at", "2018-10-11 16:43:18.530994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.532520"], ["updated_at", "2018-10-11 16:43:18.532520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.534103"], ["updated_at", "2018-10-11 16:43:18.534103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.535637"], ["updated_at", "2018-10-11 16:43:18.535637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.537222"], ["updated_at", "2018-10-11 16:43:18.537222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.538751"], ["updated_at", "2018-10-11 16:43:18.538751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.540281"], ["updated_at", "2018-10-11 16:43:18.540281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.541819"], ["updated_at", "2018-10-11 16:43:18.541819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.543380"], ["updated_at", "2018-10-11 16:43:18.543380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.544937"], ["updated_at", "2018-10-11 16:43:18.544937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.546452"], ["updated_at", "2018-10-11 16:43:18.546452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.547997"], ["updated_at", "2018-10-11 16:43:18.547997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.549495"], ["updated_at", "2018-10-11 16:43:18.549495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.551075"], ["updated_at", "2018-10-11 16:43:18.551075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.552609"], ["updated_at", "2018-10-11 16:43:18.552609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.554129"], ["updated_at", "2018-10-11 16:43:18.554129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.555703"], ["updated_at", "2018-10-11 16:43:18.555703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.557228"], ["updated_at", "2018-10-11 16:43:18.557228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.558738"], ["updated_at", "2018-10-11 16:43:18.558738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.560324"], ["updated_at", "2018-10-11 16:43:18.560324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.561851"], ["updated_at", "2018-10-11 16:43:18.561851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.563391"], ["updated_at", "2018-10-11 16:43:18.563391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.564981"], ["updated_at", "2018-10-11 16:43:18.564981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.566521"], ["updated_at", "2018-10-11 16:43:18.566521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.568087"], ["updated_at", "2018-10-11 16:43:18.568087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.569596"], ["updated_at", "2018-10-11 16:43:18.569596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.571148"], ["updated_at", "2018-10-11 16:43:18.571148"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.572658"], ["updated_at", "2018-10-11 16:43:18.572658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.574889"], ["updated_at", "2018-10-11 16:43:18.574889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.576754"], ["updated_at", "2018-10-11 16:43:18.576754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.578408"], ["updated_at", "2018-10-11 16:43:18.578408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.580034"], ["updated_at", "2018-10-11 16:43:18.580034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.581570"], ["updated_at", "2018-10-11 16:43:18.581570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.583155"], ["updated_at", "2018-10-11 16:43:18.583155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.584688"], ["updated_at", "2018-10-11 16:43:18.584688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.586326"], ["updated_at", "2018-10-11 16:43:18.586326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.587907"], ["updated_at", "2018-10-11 16:43:18.587907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.589502"], ["updated_at", "2018-10-11 16:43:18.589502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.591099"], ["updated_at", "2018-10-11 16:43:18.591099"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.593086"], ["updated_at", "2018-10-11 16:43:18.593086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.595401"], ["updated_at", "2018-10-11 16:43:18.595401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.597050"], ["updated_at", "2018-10-11 16:43:18.597050"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.598591"], ["updated_at", "2018-10-11 16:43:18.598591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.600094"], ["updated_at", "2018-10-11 16:43:18.600094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.601664"], ["updated_at", "2018-10-11 16:43:18.601664"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.603328"], ["updated_at", "2018-10-11 16:43:18.603328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.605719"], ["updated_at", "2018-10-11 16:43:18.605719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.607485"], ["updated_at", "2018-10-11 16:43:18.607485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.609214"], ["updated_at", "2018-10-11 16:43:18.609214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.610813"], ["updated_at", "2018-10-11 16:43:18.610813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.612436"], ["updated_at", "2018-10-11 16:43:18.612436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.613949"], ["updated_at", "2018-10-11 16:43:18.613949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.615488"], ["updated_at", "2018-10-11 16:43:18.615488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.617019"], ["updated_at", "2018-10-11 16:43:18.617019"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.618709"], ["updated_at", "2018-10-11 16:43:18.618709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.620542"], ["updated_at", "2018-10-11 16:43:18.620542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.622182"], ["updated_at", "2018-10-11 16:43:18.622182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.623786"], ["updated_at", "2018-10-11 16:43:18.623786"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.625430"], ["updated_at", "2018-10-11 16:43:18.625430"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.627684"], ["updated_at", "2018-10-11 16:43:18.627684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.629576"], ["updated_at", "2018-10-11 16:43:18.629576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.631142"], ["updated_at", "2018-10-11 16:43:18.631142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.632756"], ["updated_at", "2018-10-11 16:43:18.632756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.634280"], ["updated_at", "2018-10-11 16:43:18.634280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.635826"], ["updated_at", "2018-10-11 16:43:18.635826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.637388"], ["updated_at", "2018-10-11 16:43:18.637388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.638932"], ["updated_at", "2018-10-11 16:43:18.638932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.640657"], ["updated_at", "2018-10-11 16:43:18.640657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.642350"], ["updated_at", "2018-10-11 16:43:18.642350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.644044"], ["updated_at", "2018-10-11 16:43:18.644044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.645674"], ["updated_at", "2018-10-11 16:43:18.645674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.647196"], ["updated_at", "2018-10-11 16:43:18.647196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.648740"], ["updated_at", "2018-10-11 16:43:18.648740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.650256"], ["updated_at", "2018-10-11 16:43:18.650256"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.651885"], ["updated_at", "2018-10-11 16:43:18.651885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.653523"], ["updated_at", "2018-10-11 16:43:18.653523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.655039"], ["updated_at", "2018-10-11 16:43:18.655039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.656704"], ["updated_at", "2018-10-11 16:43:18.656704"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.658365"], ["updated_at", "2018-10-11 16:43:18.658365"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.660162"], ["updated_at", "2018-10-11 16:43:18.660162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.661976"], ["updated_at", "2018-10-11 16:43:18.661976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.663536"], ["updated_at", "2018-10-11 16:43:18.663536"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.665105"], ["updated_at", "2018-10-11 16:43:18.665105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.666814"], ["updated_at", "2018-10-11 16:43:18.666814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.668328"], ["updated_at", "2018-10-11 16:43:18.668328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.669968"], ["updated_at", "2018-10-11 16:43:18.669968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.671578"], ["updated_at", "2018-10-11 16:43:18.671578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.673144"], ["updated_at", "2018-10-11 16:43:18.673144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.674808"], ["updated_at", "2018-10-11 16:43:18.674808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.676481"], ["updated_at", "2018-10-11 16:43:18.676481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.678174"], ["updated_at", "2018-10-11 16:43:18.678174"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.679823"], ["updated_at", "2018-10-11 16:43:18.679823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.681926"], ["updated_at", "2018-10-11 16:43:18.681926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.683618"], ["updated_at", "2018-10-11 16:43:18.683618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.685218"], ["updated_at", "2018-10-11 16:43:18.685218"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.686795"], ["updated_at", "2018-10-11 16:43:18.686795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.688797"], ["updated_at", "2018-10-11 16:43:18.688797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.690563"], ["updated_at", "2018-10-11 16:43:18.690563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.692183"], ["updated_at", "2018-10-11 16:43:18.692183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.693744"], ["updated_at", "2018-10-11 16:43:18.693744"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.695636"], ["updated_at", "2018-10-11 16:43:18.695636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.697476"], ["updated_at", "2018-10-11 16:43:18.697476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.699061"], ["updated_at", "2018-10-11 16:43:18.699061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.700611"], ["updated_at", "2018-10-11 16:43:18.700611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.702192"], ["updated_at", "2018-10-11 16:43:18.702192"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.704176"], ["updated_at", "2018-10-11 16:43:18.704176"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.706399"], ["updated_at", "2018-10-11 16:43:18.706399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.708331"], ["updated_at", "2018-10-11 16:43:18.708331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.710129"], ["updated_at", "2018-10-11 16:43:18.710129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.712269"], ["updated_at", "2018-10-11 16:43:18.712269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.714188"], ["updated_at", "2018-10-11 16:43:18.714188"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.715795"], ["updated_at", "2018-10-11 16:43:18.715795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.717611"], ["updated_at", "2018-10-11 16:43:18.717611"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.719622"], ["updated_at", "2018-10-11 16:43:18.719622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.722008"], ["updated_at", "2018-10-11 16:43:18.722008"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.723767"], ["updated_at", "2018-10-11 16:43:18.723767"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.725667"], ["updated_at", "2018-10-11 16:43:18.725667"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.727567"], ["updated_at", "2018-10-11 16:43:18.727567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.729844"], ["updated_at", "2018-10-11 16:43:18.729844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.731519"], ["updated_at", "2018-10-11 16:43:18.731519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.733050"], ["updated_at", "2018-10-11 16:43:18.733050"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.734579"], ["updated_at", "2018-10-11 16:43:18.734579"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.737672"], ["updated_at", "2018-10-11 16:43:18.737672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.739466"], ["updated_at", "2018-10-11 16:43:18.739466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.741193"], ["updated_at", "2018-10-11 16:43:18.741193"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.742915"], ["updated_at", "2018-10-11 16:43:18.742915"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.745170"], ["updated_at", "2018-10-11 16:43:18.745170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.747061"], ["updated_at", "2018-10-11 16:43:18.747061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.748604"], ["updated_at", "2018-10-11 16:43:18.748604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.750120"], ["updated_at", "2018-10-11 16:43:18.750120"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.751656"], ["updated_at", "2018-10-11 16:43:18.751656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.754273"], ["updated_at", "2018-10-11 16:43:18.754273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.756016"], ["updated_at", "2018-10-11 16:43:18.756016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.757720"], ["updated_at", "2018-10-11 16:43:18.757720"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.759370"], ["updated_at", "2018-10-11 16:43:18.759370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.761795"], ["updated_at", "2018-10-11 16:43:18.761795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.763468"], ["updated_at", "2018-10-11 16:43:18.763468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.765010"], ["updated_at", "2018-10-11 16:43:18.765010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.766641"], ["updated_at", "2018-10-11 16:43:18.766641"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.768571"], ["updated_at", "2018-10-11 16:43:18.768571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.770813"], ["updated_at", "2018-10-11 16:43:18.770813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.772582"], ["updated_at", "2018-10-11 16:43:18.772582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.774308"], ["updated_at", "2018-10-11 16:43:18.774308"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.776088"], ["updated_at", "2018-10-11 16:43:18.776088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.778461"], ["updated_at", "2018-10-11 16:43:18.778461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.780112"], ["updated_at", "2018-10-11 16:43:18.780112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.781685"], ["updated_at", "2018-10-11 16:43:18.781685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.783251"], ["updated_at", "2018-10-11 16:43:18.783251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.785158"], ["updated_at", "2018-10-11 16:43:18.785158"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.788774"], ["updated_at", "2018-10-11 16:43:18.788774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.790616"], ["updated_at", "2018-10-11 16:43:18.790616"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.792520"], ["updated_at", "2018-10-11 16:43:18.792520"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.795606"], ["updated_at", "2018-10-11 16:43:18.795606"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.797857"], ["updated_at", "2018-10-11 16:43:18.797857"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.800199"], ["updated_at", "2018-10-11 16:43:18.800199"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.802858"], ["updated_at", "2018-10-11 16:43:18.802858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.804874"], ["updated_at", "2018-10-11 16:43:18.804874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.806618"], ["updated_at", "2018-10-11 16:43:18.806618"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.808650"], ["updated_at", "2018-10-11 16:43:18.808650"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.811674"], ["updated_at", "2018-10-11 16:43:18.811674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.813782"], ["updated_at", "2018-10-11 16:43:18.813782"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.815466"], ["updated_at", "2018-10-11 16:43:18.815466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.817800"], ["updated_at", "2018-10-11 16:43:18.817800"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.820015"], ["updated_at", "2018-10-11 16:43:18.820015"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.822213"], ["updated_at", "2018-10-11 16:43:18.822213"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.825158"], ["updated_at", "2018-10-11 16:43:18.825158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.828002"], ["updated_at", "2018-10-11 16:43:18.828002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.829972"], ["updated_at", "2018-10-11 16:43:18.829972"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.831680"], ["updated_at", "2018-10-11 16:43:18.831680"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.833903"], ["updated_at", "2018-10-11 16:43:18.833903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.836015"], ["updated_at", "2018-10-11 16:43:18.836015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.837613"], ["updated_at", "2018-10-11 16:43:18.837613"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.839261"], ["updated_at", "2018-10-11 16:43:18.839261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.841514"], ["updated_at", "2018-10-11 16:43:18.841514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.843715"], ["updated_at", "2018-10-11 16:43:18.843715"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.845406"], ["updated_at", "2018-10-11 16:43:18.845406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.847374"], ["updated_at", "2018-10-11 16:43:18.847374"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.849560"], ["updated_at", "2018-10-11 16:43:18.849560"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.851504"], ["updated_at", "2018-10-11 16:43:18.851504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.854061"], ["updated_at", "2018-10-11 16:43:18.854061"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.855792"], ["updated_at", "2018-10-11 16:43:18.855792"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.857905"], ["updated_at", "2018-10-11 16:43:18.857905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.859767"], ["updated_at", "2018-10-11 16:43:18.859767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.861486"], ["updated_at", "2018-10-11 16:43:18.861486"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.863488"], ["updated_at", "2018-10-11 16:43:18.863488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.865701"], ["updated_at", "2018-10-11 16:43:18.865701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.867408"], ["updated_at", "2018-10-11 16:43:18.867408"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.869125"], ["updated_at", "2018-10-11 16:43:18.869125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.870805"], ["updated_at", "2018-10-11 16:43:18.870805"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.872880"], ["updated_at", "2018-10-11 16:43:18.872880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.875574"], ["updated_at", "2018-10-11 16:43:18.875574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.877462"], ["updated_at", "2018-10-11 16:43:18.877462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.879036"], ["updated_at", "2018-10-11 16:43:18.879036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.880813"], ["updated_at", "2018-10-11 16:43:18.880813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.882414"], ["updated_at", "2018-10-11 16:43:18.882414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.884051"], ["updated_at", "2018-10-11 16:43:18.884051"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.885684"], ["updated_at", "2018-10-11 16:43:18.885684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.887504"], ["updated_at", "2018-10-11 16:43:18.887504"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.889475"], ["updated_at", "2018-10-11 16:43:18.889475"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.891332"], ["updated_at", "2018-10-11 16:43:18.891332"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.893930"], ["updated_at", "2018-10-11 16:43:18.893930"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.895748"], ["updated_at", "2018-10-11 16:43:18.895748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.897487"], ["updated_at", "2018-10-11 16:43:18.897487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.899179"], ["updated_at", "2018-10-11 16:43:18.899179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.900680"], ["updated_at", "2018-10-11 16:43:18.900680"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.902433"], ["updated_at", "2018-10-11 16:43:18.902433"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.904546"], ["updated_at", "2018-10-11 16:43:18.904546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.906719"], ["updated_at", "2018-10-11 16:43:18.906719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.908354"], ["updated_at", "2018-10-11 16:43:18.908354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.909930"], ["updated_at", "2018-10-11 16:43:18.909930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.911461"], ["updated_at", "2018-10-11 16:43:18.911461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.913031"], ["updated_at", "2018-10-11 16:43:18.913031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.914708"], ["updated_at", "2018-10-11 16:43:18.914708"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.916331"], ["updated_at", "2018-10-11 16:43:18.916331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.918101"], ["updated_at", "2018-10-11 16:43:18.918101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.919863"], ["updated_at", "2018-10-11 16:43:18.919863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.921431"], ["updated_at", "2018-10-11 16:43:18.921431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.922992"], ["updated_at", "2018-10-11 16:43:18.922992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.924523"], ["updated_at", "2018-10-11 16:43:18.924523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.926157"], ["updated_at", "2018-10-11 16:43:18.926157"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.927873"], ["updated_at", "2018-10-11 16:43:18.927873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.929573"], ["updated_at", "2018-10-11 16:43:18.929573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.931123"], ["updated_at", "2018-10-11 16:43:18.931123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.932667"], ["updated_at", "2018-10-11 16:43:18.932667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.934336"], ["updated_at", "2018-10-11 16:43:18.934336"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.935872"], ["updated_at", "2018-10-11 16:43:18.935872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.937584"], ["updated_at", "2018-10-11 16:43:18.937584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.939141"], ["updated_at", "2018-10-11 16:43:18.939141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.940684"], ["updated_at", "2018-10-11 16:43:18.940684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.942220"], ["updated_at", "2018-10-11 16:43:18.942220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.943793"], ["updated_at", "2018-10-11 16:43:18.943793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.945617"], ["updated_at", "2018-10-11 16:43:18.945617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.947356"], ["updated_at", "2018-10-11 16:43:18.947356"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.949045"], ["updated_at", "2018-10-11 16:43:18.949045"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.951224"], ["updated_at", "2018-10-11 16:43:18.951224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.952946"], ["updated_at", "2018-10-11 16:43:18.952946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.954761"], ["updated_at", "2018-10-11 16:43:18.954761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.956399"], ["updated_at", "2018-10-11 16:43:18.956399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.958119"], ["updated_at", "2018-10-11 16:43:18.958119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.959662"], ["updated_at", "2018-10-11 16:43:18.959662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.961182"], ["updated_at", "2018-10-11 16:43:18.961182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.962913"], ["updated_at", "2018-10-11 16:43:18.962913"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.964516"], ["updated_at", "2018-10-11 16:43:18.964516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.966232"], ["updated_at", "2018-10-11 16:43:18.966232"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.967805"], ["updated_at", "2018-10-11 16:43:18.967805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.969484"], ["updated_at", "2018-10-11 16:43:18.969484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.971014"], ["updated_at", "2018-10-11 16:43:18.971014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.972563"], ["updated_at", "2018-10-11 16:43:18.972563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.974355"], ["updated_at", "2018-10-11 16:43:18.974355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.975994"], ["updated_at", "2018-10-11 16:43:18.975994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.978032"], ["updated_at", "2018-10-11 16:43:18.978032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.979701"], ["updated_at", "2018-10-11 16:43:18.979701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.981235"], ["updated_at", "2018-10-11 16:43:18.981235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.982898"], ["updated_at", "2018-10-11 16:43:18.982898"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.984592"], ["updated_at", "2018-10-11 16:43:18.984592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.986590"], ["updated_at", "2018-10-11 16:43:18.986590"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.988181"], ["updated_at", "2018-10-11 16:43:18.988181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.990133"], ["updated_at", "2018-10-11 16:43:18.990133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.992058"], ["updated_at", "2018-10-11 16:43:18.992058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.993716"], ["updated_at", "2018-10-11 16:43:18.993716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.995453"], ["updated_at", "2018-10-11 16:43:18.995453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.997618"], ["updated_at", "2018-10-11 16:43:18.997618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:18.999520"], ["updated_at", "2018-10-11 16:43:18.999520"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.001150"], ["updated_at", "2018-10-11 16:43:19.001150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.003211"], ["updated_at", "2018-10-11 16:43:19.003211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.004713"], ["updated_at", "2018-10-11 16:43:19.004713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.006270"], ["updated_at", "2018-10-11 16:43:19.006270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.007876"], ["updated_at", "2018-10-11 16:43:19.007876"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.009413"], ["updated_at", "2018-10-11 16:43:19.009413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.011181"], ["updated_at", "2018-10-11 16:43:19.011181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.013072"], ["updated_at", "2018-10-11 16:43:19.013072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.015381"], ["updated_at", "2018-10-11 16:43:19.015381"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.017199"], ["updated_at", "2018-10-11 16:43:19.017199"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.019265"], ["updated_at", "2018-10-11 16:43:19.019265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.021088"], ["updated_at", "2018-10-11 16:43:19.021088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.022676"], ["updated_at", "2018-10-11 16:43:19.022676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.024253"], ["updated_at", "2018-10-11 16:43:19.024253"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.025884"], ["updated_at", "2018-10-11 16:43:19.025884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.028470"], ["updated_at", "2018-10-11 16:43:19.028470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.030222"], ["updated_at", "2018-10-11 16:43:19.030222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.031938"], ["updated_at", "2018-10-11 16:43:19.031938"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.033693"], ["updated_at", "2018-10-11 16:43:19.033693"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.036925"], ["updated_at", "2018-10-11 16:43:19.036925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.038663"], ["updated_at", "2018-10-11 16:43:19.038663"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.040284"], ["updated_at", "2018-10-11 16:43:19.040284"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.041927"], ["updated_at", "2018-10-11 16:43:19.041927"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.044284"], ["updated_at", "2018-10-11 16:43:19.044284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.046291"], ["updated_at", "2018-10-11 16:43:19.046291"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.048637"], ["updated_at", "2018-10-11 16:43:19.048637"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.051222"], ["updated_at", "2018-10-11 16:43:19.051222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.054348"], ["updated_at", "2018-10-11 16:43:19.054348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.055971"], ["updated_at", "2018-10-11 16:43:19.055971"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.057561"], ["updated_at", "2018-10-11 16:43:19.057561"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.059828"], ["updated_at", "2018-10-11 16:43:19.059828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.061709"], ["updated_at", "2018-10-11 16:43:19.061709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.063495"], ["updated_at", "2018-10-11 16:43:19.063495"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.065206"], ["updated_at", "2018-10-11 16:43:19.065206"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.067434"], ["updated_at", "2018-10-11 16:43:19.067434"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.069728"], ["updated_at", "2018-10-11 16:43:19.069728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.071505"], ["updated_at", "2018-10-11 16:43:19.071505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.073158"], ["updated_at", "2018-10-11 16:43:19.073158"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.075085"], ["updated_at", "2018-10-11 16:43:19.075085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.077145"], ["updated_at", "2018-10-11 16:43:19.077145"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.078886"], ["updated_at", "2018-10-11 16:43:19.078886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.080730"], ["updated_at", "2018-10-11 16:43:19.080730"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.082500"], ["updated_at", "2018-10-11 16:43:19.082500"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.084739"], ["updated_at", "2018-10-11 16:43:19.084739"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.087000"], ["updated_at", "2018-10-11 16:43:19.087000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.088814"], ["updated_at", "2018-10-11 16:43:19.088814"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.090443"], ["updated_at", "2018-10-11 16:43:19.090443"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.093315"], ["updated_at", "2018-10-11 16:43:19.093315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.095380"], ["updated_at", "2018-10-11 16:43:19.095380"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.097202"], ["updated_at", "2018-10-11 16:43:19.097202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.099547"], ["updated_at", "2018-10-11 16:43:19.099547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.101505"], ["updated_at", "2018-10-11 16:43:19.101505"], ["parent_id", 39895952907]] Kithe::Work Create (3.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.103894"], ["updated_at", "2018-10-11 16:43:19.103894"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.109388"], ["updated_at", "2018-10-11 16:43:19.109388"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.117178"], ["updated_at", "2018-10-11 16:43:19.117178"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.119598"], ["updated_at", "2018-10-11 16:43:19.119598"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.123964"], ["updated_at", "2018-10-11 16:43:19.123964"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.127293"], ["updated_at", "2018-10-11 16:43:19.127293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.129563"], ["updated_at", "2018-10-11 16:43:19.129563"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.131813"], ["updated_at", "2018-10-11 16:43:19.131813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.133722"], ["updated_at", "2018-10-11 16:43:19.133722"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.135395"], ["updated_at", "2018-10-11 16:43:19.135395"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.137662"], ["updated_at", "2018-10-11 16:43:19.137662"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.139848"], ["updated_at", "2018-10-11 16:43:19.139848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.142809"], ["updated_at", "2018-10-11 16:43:19.142809"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.144422"], ["updated_at", "2018-10-11 16:43:19.144422"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.146286"], ["updated_at", "2018-10-11 16:43:19.146286"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.148501"], ["updated_at", "2018-10-11 16:43:19.148501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.150354"], ["updated_at", "2018-10-11 16:43:19.150354"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.151943"], ["updated_at", "2018-10-11 16:43:19.151943"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.154453"], ["updated_at", "2018-10-11 16:43:19.154453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.157847"], ["updated_at", "2018-10-11 16:43:19.157847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.159543"], ["updated_at", "2018-10-11 16:43:19.159543"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.161264"], ["updated_at", "2018-10-11 16:43:19.161264"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.163103"], ["updated_at", "2018-10-11 16:43:19.163103"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.165590"], ["updated_at", "2018-10-11 16:43:19.165590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.167328"], ["updated_at", "2018-10-11 16:43:19.167328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.168911"], ["updated_at", "2018-10-11 16:43:19.168911"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.171186"], ["updated_at", "2018-10-11 16:43:19.171186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.174583"], ["updated_at", "2018-10-11 16:43:19.174583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.176327"], ["updated_at", "2018-10-11 16:43:19.176327"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.178248"], ["updated_at", "2018-10-11 16:43:19.178248"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.180502"], ["updated_at", "2018-10-11 16:43:19.180502"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.182375"], ["updated_at", "2018-10-11 16:43:19.182375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.184138"], ["updated_at", "2018-10-11 16:43:19.184138"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.185677"], ["updated_at", "2018-10-11 16:43:19.185677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.187937"], ["updated_at", "2018-10-11 16:43:19.187937"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.189580"], ["updated_at", "2018-10-11 16:43:19.189580"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.191105"], ["updated_at", "2018-10-11 16:43:19.191105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.192796"], ["updated_at", "2018-10-11 16:43:19.192796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.194413"], ["updated_at", "2018-10-11 16:43:19.194413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.196059"], ["updated_at", "2018-10-11 16:43:19.196059"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.198165"], ["updated_at", "2018-10-11 16:43:19.198165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.200020"], ["updated_at", "2018-10-11 16:43:19.200020"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.201616"], ["updated_at", "2018-10-11 16:43:19.201616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.203632"], ["updated_at", "2018-10-11 16:43:19.203632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.205313"], ["updated_at", "2018-10-11 16:43:19.205313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.206948"], ["updated_at", "2018-10-11 16:43:19.206948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.208605"], ["updated_at", "2018-10-11 16:43:19.208605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.210141"], ["updated_at", "2018-10-11 16:43:19.210141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.211793"], ["updated_at", "2018-10-11 16:43:19.211793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.213428"], ["updated_at", "2018-10-11 16:43:19.213428"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.215116"], ["updated_at", "2018-10-11 16:43:19.215116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.217031"], ["updated_at", "2018-10-11 16:43:19.217031"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.218593"], ["updated_at", "2018-10-11 16:43:19.218593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.220399"], ["updated_at", "2018-10-11 16:43:19.220399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.222014"], ["updated_at", "2018-10-11 16:43:19.222014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.223530"], ["updated_at", "2018-10-11 16:43:19.223530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.225069"], ["updated_at", "2018-10-11 16:43:19.225069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.226810"], ["updated_at", "2018-10-11 16:43:19.226810"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.228505"], ["updated_at", "2018-10-11 16:43:19.228505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.230359"], ["updated_at", "2018-10-11 16:43:19.230359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.232019"], ["updated_at", "2018-10-11 16:43:19.232019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.233672"], ["updated_at", "2018-10-11 16:43:19.233672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.235218"], ["updated_at", "2018-10-11 16:43:19.235218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.236818"], ["updated_at", "2018-10-11 16:43:19.236818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.238344"], ["updated_at", "2018-10-11 16:43:19.238344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.239877"], ["updated_at", "2018-10-11 16:43:19.239877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.241373"], ["updated_at", "2018-10-11 16:43:19.241373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.243036"], ["updated_at", "2018-10-11 16:43:19.243036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.244699"], ["updated_at", "2018-10-11 16:43:19.244699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.246255"], ["updated_at", "2018-10-11 16:43:19.246255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.247803"], ["updated_at", "2018-10-11 16:43:19.247803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.249372"], ["updated_at", "2018-10-11 16:43:19.249372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.251001"], ["updated_at", "2018-10-11 16:43:19.251001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.252531"], ["updated_at", "2018-10-11 16:43:19.252531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.254058"], ["updated_at", "2018-10-11 16:43:19.254058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.256052"], ["updated_at", "2018-10-11 16:43:19.256052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.257772"], ["updated_at", "2018-10-11 16:43:19.257772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.259342"], ["updated_at", "2018-10-11 16:43:19.259342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.260873"], ["updated_at", "2018-10-11 16:43:19.260873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.262392"], ["updated_at", "2018-10-11 16:43:19.262392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.263975"], ["updated_at", "2018-10-11 16:43:19.263975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.265514"], ["updated_at", "2018-10-11 16:43:19.265514"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.267040"], ["updated_at", "2018-10-11 16:43:19.267040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.268762"], ["updated_at", "2018-10-11 16:43:19.268762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.270332"], ["updated_at", "2018-10-11 16:43:19.270332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.271837"], ["updated_at", "2018-10-11 16:43:19.271837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.273376"], ["updated_at", "2018-10-11 16:43:19.273376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.274954"], ["updated_at", "2018-10-11 16:43:19.274954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.276498"], ["updated_at", "2018-10-11 16:43:19.276498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.278017"], ["updated_at", "2018-10-11 16:43:19.278017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.279553"], ["updated_at", "2018-10-11 16:43:19.279553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.281055"], ["updated_at", "2018-10-11 16:43:19.281055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.282631"], ["updated_at", "2018-10-11 16:43:19.282631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.284147"], ["updated_at", "2018-10-11 16:43:19.284147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.285705"], ["updated_at", "2018-10-11 16:43:19.285705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.287236"], ["updated_at", "2018-10-11 16:43:19.287236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.288756"], ["updated_at", "2018-10-11 16:43:19.288756"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.290262"], ["updated_at", "2018-10-11 16:43:19.290262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.292097"], ["updated_at", "2018-10-11 16:43:19.292097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.293656"], ["updated_at", "2018-10-11 16:43:19.293656"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.295174"], ["updated_at", "2018-10-11 16:43:19.295174"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.297583"], ["updated_at", "2018-10-11 16:43:19.297583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.299467"], ["updated_at", "2018-10-11 16:43:19.299467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.301070"], ["updated_at", "2018-10-11 16:43:19.301070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.302693"], ["updated_at", "2018-10-11 16:43:19.302693"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.304221"], ["updated_at", "2018-10-11 16:43:19.304221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.306776"], ["updated_at", "2018-10-11 16:43:19.306776"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.308826"], ["updated_at", "2018-10-11 16:43:19.308826"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.311169"], ["updated_at", "2018-10-11 16:43:19.311169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.313475"], ["updated_at", "2018-10-11 16:43:19.313475"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.315361"], ["updated_at", "2018-10-11 16:43:19.315361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.317146"], ["updated_at", "2018-10-11 16:43:19.317146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.318701"], ["updated_at", "2018-10-11 16:43:19.318701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.320479"], ["updated_at", "2018-10-11 16:43:19.320479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.322551"], ["updated_at", "2018-10-11 16:43:19.322551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.324233"], ["updated_at", "2018-10-11 16:43:19.324233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.325819"], ["updated_at", "2018-10-11 16:43:19.325819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.327415"], ["updated_at", "2018-10-11 16:43:19.327415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.329213"], ["updated_at", "2018-10-11 16:43:19.329213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.331069"], ["updated_at", "2018-10-11 16:43:19.331069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.332819"], ["updated_at", "2018-10-11 16:43:19.332819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.334483"], ["updated_at", "2018-10-11 16:43:19.334483"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.336077"], ["updated_at", "2018-10-11 16:43:19.336077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.338056"], ["updated_at", "2018-10-11 16:43:19.338056"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.339808"], ["updated_at", "2018-10-11 16:43:19.339808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.341592"], ["updated_at", "2018-10-11 16:43:19.341592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.343150"], ["updated_at", "2018-10-11 16:43:19.343150"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.345411"], ["updated_at", "2018-10-11 16:43:19.345411"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.347731"], ["updated_at", "2018-10-11 16:43:19.347731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.349563"], ["updated_at", "2018-10-11 16:43:19.349563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.351231"], ["updated_at", "2018-10-11 16:43:19.351231"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.353461"], ["updated_at", "2018-10-11 16:43:19.353461"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.356172"], ["updated_at", "2018-10-11 16:43:19.356172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.358430"], ["updated_at", "2018-10-11 16:43:19.358430"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.360155"], ["updated_at", "2018-10-11 16:43:19.360155"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.362648"], ["updated_at", "2018-10-11 16:43:19.362648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.364420"], ["updated_at", "2018-10-11 16:43:19.364420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.366158"], ["updated_at", "2018-10-11 16:43:19.366158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.367775"], ["updated_at", "2018-10-11 16:43:19.367775"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.370102"], ["updated_at", "2018-10-11 16:43:19.370102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.371993"], ["updated_at", "2018-10-11 16:43:19.371993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.373592"], ["updated_at", "2018-10-11 16:43:19.373592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.375202"], ["updated_at", "2018-10-11 16:43:19.375202"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.377029"], ["updated_at", "2018-10-11 16:43:19.377029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.379691"], ["updated_at", "2018-10-11 16:43:19.379691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.381502"], ["updated_at", "2018-10-11 16:43:19.381502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.383191"], ["updated_at", "2018-10-11 16:43:19.383191"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.384857"], ["updated_at", "2018-10-11 16:43:19.384857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.387320"], ["updated_at", "2018-10-11 16:43:19.387320"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.389147"], ["updated_at", "2018-10-11 16:43:19.389147"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.391868"], ["updated_at", "2018-10-11 16:43:19.391868"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.394141"], ["updated_at", "2018-10-11 16:43:19.394141"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.396315"], ["updated_at", "2018-10-11 16:43:19.396315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.398124"], ["updated_at", "2018-10-11 16:43:19.398124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.399808"], ["updated_at", "2018-10-11 16:43:19.399808"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.401653"], ["updated_at", "2018-10-11 16:43:19.401653"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.405749"], ["updated_at", "2018-10-11 16:43:19.405749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.408057"], ["updated_at", "2018-10-11 16:43:19.408057"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.410167"], ["updated_at", "2018-10-11 16:43:19.410167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.412077"], ["updated_at", "2018-10-11 16:43:19.412077"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.413788"], ["updated_at", "2018-10-11 16:43:19.413788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.415624"], ["updated_at", "2018-10-11 16:43:19.415624"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.417363"], ["updated_at", "2018-10-11 16:43:19.417363"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.420325"], ["updated_at", "2018-10-11 16:43:19.420325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.424544"], ["updated_at", "2018-10-11 16:43:19.424544"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.426690"], ["updated_at", "2018-10-11 16:43:19.426690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.428687"], ["updated_at", "2018-10-11 16:43:19.428687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.430376"], ["updated_at", "2018-10-11 16:43:19.430376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.432001"], ["updated_at", "2018-10-11 16:43:19.432001"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.434072"], ["updated_at", "2018-10-11 16:43:19.434072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.436306"], ["updated_at", "2018-10-11 16:43:19.436306"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.439548"], ["updated_at", "2018-10-11 16:43:19.439548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.442212"], ["updated_at", "2018-10-11 16:43:19.442212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.444090"], ["updated_at", "2018-10-11 16:43:19.444090"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.445974"], ["updated_at", "2018-10-11 16:43:19.445974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.447847"], ["updated_at", "2018-10-11 16:43:19.447847"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.449743"], ["updated_at", "2018-10-11 16:43:19.449743"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.451897"], ["updated_at", "2018-10-11 16:43:19.451897"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.454983"], ["updated_at", "2018-10-11 16:43:19.454983"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.457484"], ["updated_at", "2018-10-11 16:43:19.457484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.459771"], ["updated_at", "2018-10-11 16:43:19.459771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.461635"], ["updated_at", "2018-10-11 16:43:19.461635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.463354"], ["updated_at", "2018-10-11 16:43:19.463354"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.465024"], ["updated_at", "2018-10-11 16:43:19.465024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.467331"], ["updated_at", "2018-10-11 16:43:19.467331"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.469065"], ["updated_at", "2018-10-11 16:43:19.469065"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.471256"], ["updated_at", "2018-10-11 16:43:19.471256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.475455"], ["updated_at", "2018-10-11 16:43:19.475455"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.477318"], ["updated_at", "2018-10-11 16:43:19.477318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.479134"], ["updated_at", "2018-10-11 16:43:19.479134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.480915"], ["updated_at", "2018-10-11 16:43:19.480915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.483055"], ["updated_at", "2018-10-11 16:43:19.483055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.484908"], ["updated_at", "2018-10-11 16:43:19.484908"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.486702"], ["updated_at", "2018-10-11 16:43:19.486702"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.488704"], ["updated_at", "2018-10-11 16:43:19.488704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.491656"], ["updated_at", "2018-10-11 16:43:19.491656"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.493439"], ["updated_at", "2018-10-11 16:43:19.493439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.495150"], ["updated_at", "2018-10-11 16:43:19.495150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.496837"], ["updated_at", "2018-10-11 16:43:19.496837"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.498686"], ["updated_at", "2018-10-11 16:43:19.498686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.500760"], ["updated_at", "2018-10-11 16:43:19.500760"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.502373"], ["updated_at", "2018-10-11 16:43:19.502373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.504410"], ["updated_at", "2018-10-11 16:43:19.504410"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.506081"], ["updated_at", "2018-10-11 16:43:19.506081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.508353"], ["updated_at", "2018-10-11 16:43:19.508353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.509979"], ["updated_at", "2018-10-11 16:43:19.509979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.511585"], ["updated_at", "2018-10-11 16:43:19.511585"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.513193"], ["updated_at", "2018-10-11 16:43:19.513193"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.515474"], ["updated_at", "2018-10-11 16:43:19.515474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.517376"], ["updated_at", "2018-10-11 16:43:19.517376"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.518950"], ["updated_at", "2018-10-11 16:43:19.518950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.521029"], ["updated_at", "2018-10-11 16:43:19.521029"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.522915"], ["updated_at", "2018-10-11 16:43:19.522915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.524788"], ["updated_at", "2018-10-11 16:43:19.524788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.526524"], ["updated_at", "2018-10-11 16:43:19.526524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.528116"], ["updated_at", "2018-10-11 16:43:19.528116"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.529730"], ["updated_at", "2018-10-11 16:43:19.529730"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.532129"], ["updated_at", "2018-10-11 16:43:19.532129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.533932"], ["updated_at", "2018-10-11 16:43:19.533932"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.535612"], ["updated_at", "2018-10-11 16:43:19.535612"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.537696"], ["updated_at", "2018-10-11 16:43:19.537696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.539974"], ["updated_at", "2018-10-11 16:43:19.539974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.541709"], ["updated_at", "2018-10-11 16:43:19.541709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.543276"], ["updated_at", "2018-10-11 16:43:19.543276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.544877"], ["updated_at", "2018-10-11 16:43:19.544877"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.546654"], ["updated_at", "2018-10-11 16:43:19.546654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.549014"], ["updated_at", "2018-10-11 16:43:19.549014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.550667"], ["updated_at", "2018-10-11 16:43:19.550667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.552213"], ["updated_at", "2018-10-11 16:43:19.552213"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.554077"], ["updated_at", "2018-10-11 16:43:19.554077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.556469"], ["updated_at", "2018-10-11 16:43:19.556469"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.558197"], ["updated_at", "2018-10-11 16:43:19.558197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.559954"], ["updated_at", "2018-10-11 16:43:19.559954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.561578"], ["updated_at", "2018-10-11 16:43:19.561578"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.563633"], ["updated_at", "2018-10-11 16:43:19.563633"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.565613"], ["updated_at", "2018-10-11 16:43:19.565613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.567393"], ["updated_at", "2018-10-11 16:43:19.567393"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.568906"], ["updated_at", "2018-10-11 16:43:19.568906"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.571087"], ["updated_at", "2018-10-11 16:43:19.571087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.572879"], ["updated_at", "2018-10-11 16:43:19.572879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.574465"], ["updated_at", "2018-10-11 16:43:19.574465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.576190"], ["updated_at", "2018-10-11 16:43:19.576190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.577801"], ["updated_at", "2018-10-11 16:43:19.577801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.579522"], ["updated_at", "2018-10-11 16:43:19.579522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.581266"], ["updated_at", "2018-10-11 16:43:19.581266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.583004"], ["updated_at", "2018-10-11 16:43:19.583004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.584589"], ["updated_at", "2018-10-11 16:43:19.584589"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.586314"], ["updated_at", "2018-10-11 16:43:19.586314"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.588818"], ["updated_at", "2018-10-11 16:43:19.588818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.590508"], ["updated_at", "2018-10-11 16:43:19.590508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.592056"], ["updated_at", "2018-10-11 16:43:19.592056"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.594140"], ["updated_at", "2018-10-11 16:43:19.594140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.596037"], ["updated_at", "2018-10-11 16:43:19.596037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.597753"], ["updated_at", "2018-10-11 16:43:19.597753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.599403"], ["updated_at", "2018-10-11 16:43:19.599403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.600995"], ["updated_at", "2018-10-11 16:43:19.600995"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.602759"], ["updated_at", "2018-10-11 16:43:19.602759"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.604992"], ["updated_at", "2018-10-11 16:43:19.604992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.607421"], ["updated_at", "2018-10-11 16:43:19.607421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.609167"], ["updated_at", "2018-10-11 16:43:19.609167"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.610817"], ["updated_at", "2018-10-11 16:43:19.610817"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.613488"], ["updated_at", "2018-10-11 16:43:19.613488"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.615348"], ["updated_at", "2018-10-11 16:43:19.615348"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.617127"], ["updated_at", "2018-10-11 16:43:19.617127"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.619129"], ["updated_at", "2018-10-11 16:43:19.619129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.621800"], ["updated_at", "2018-10-11 16:43:19.621800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.623732"], ["updated_at", "2018-10-11 16:43:19.623732"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.625377"], ["updated_at", "2018-10-11 16:43:19.625377"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.627108"], ["updated_at", "2018-10-11 16:43:19.627108"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.629539"], ["updated_at", "2018-10-11 16:43:19.629539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.631477"], ["updated_at", "2018-10-11 16:43:19.631477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.633199"], ["updated_at", "2018-10-11 16:43:19.633199"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.634761"], ["updated_at", "2018-10-11 16:43:19.634761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.638058"], ["updated_at", "2018-10-11 16:43:19.638058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.639778"], ["updated_at", "2018-10-11 16:43:19.639778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.641332"], ["updated_at", "2018-10-11 16:43:19.641332"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.642909"], ["updated_at", "2018-10-11 16:43:19.642909"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.645396"], ["updated_at", "2018-10-11 16:43:19.645396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.647284"], ["updated_at", "2018-10-11 16:43:19.647284"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.649136"], ["updated_at", "2018-10-11 16:43:19.649136"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.650889"], ["updated_at", "2018-10-11 16:43:19.650889"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.653418"], ["updated_at", "2018-10-11 16:43:19.653418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.655184"], ["updated_at", "2018-10-11 16:43:19.655184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.656812"], ["updated_at", "2018-10-11 16:43:19.656812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.658352"], ["updated_at", "2018-10-11 16:43:19.658352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.660409"], ["updated_at", "2018-10-11 16:43:19.660409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.662345"], ["updated_at", "2018-10-11 16:43:19.662345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.664099"], ["updated_at", "2018-10-11 16:43:19.664099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.665789"], ["updated_at", "2018-10-11 16:43:19.665789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.667384"], ["updated_at", "2018-10-11 16:43:19.667384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.669828"], ["updated_at", "2018-10-11 16:43:19.669828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.671602"], ["updated_at", "2018-10-11 16:43:19.671602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.673190"], ["updated_at", "2018-10-11 16:43:19.673190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.674752"], ["updated_at", "2018-10-11 16:43:19.674752"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.676686"], ["updated_at", "2018-10-11 16:43:19.676686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.678623"], ["updated_at", "2018-10-11 16:43:19.678623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.680394"], ["updated_at", "2018-10-11 16:43:19.680394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.682061"], ["updated_at", "2018-10-11 16:43:19.682061"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.684026"], ["updated_at", "2018-10-11 16:43:19.684026"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.686150"], ["updated_at", "2018-10-11 16:43:19.686150"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.690459"], ["updated_at", "2018-10-11 16:43:19.690459"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.694342"], ["updated_at", "2018-10-11 16:43:19.694342"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.696700"], ["updated_at", "2018-10-11 16:43:19.696700"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.698841"], ["updated_at", "2018-10-11 16:43:19.698841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.700999"], ["updated_at", "2018-10-11 16:43:19.700999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.702872"], ["updated_at", "2018-10-11 16:43:19.702872"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.704900"], ["updated_at", "2018-10-11 16:43:19.704900"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.707474"], ["updated_at", "2018-10-11 16:43:19.707474"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.709891"], ["updated_at", "2018-10-11 16:43:19.709891"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.711665"], ["updated_at", "2018-10-11 16:43:19.711665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.713525"], ["updated_at", "2018-10-11 16:43:19.713525"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.715327"], ["updated_at", "2018-10-11 16:43:19.715327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.717768"], ["updated_at", "2018-10-11 16:43:19.717768"], ["parent_id", 39895952907]] Kithe::Work Create (3.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.719378"], ["updated_at", "2018-10-11 16:43:19.719378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.725079"], ["updated_at", "2018-10-11 16:43:19.725079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.726990"], ["updated_at", "2018-10-11 16:43:19.726990"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.728674"], ["updated_at", "2018-10-11 16:43:19.728674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.730555"], ["updated_at", "2018-10-11 16:43:19.730555"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.732711"], ["updated_at", "2018-10-11 16:43:19.732711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.734783"], ["updated_at", "2018-10-11 16:43:19.734783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.736692"], ["updated_at", "2018-10-11 16:43:19.736692"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.739121"], ["updated_at", "2018-10-11 16:43:19.739121"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.742132"], ["updated_at", "2018-10-11 16:43:19.742132"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.743908"], ["updated_at", "2018-10-11 16:43:19.743908"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.745920"], ["updated_at", "2018-10-11 16:43:19.745920"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.747629"], ["updated_at", "2018-10-11 16:43:19.747629"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.750290"], ["updated_at", "2018-10-11 16:43:19.750290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.752000"], ["updated_at", "2018-10-11 16:43:19.752000"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.754388"], ["updated_at", "2018-10-11 16:43:19.754388"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.756553"], ["updated_at", "2018-10-11 16:43:19.756553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.758666"], ["updated_at", "2018-10-11 16:43:19.758666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.760301"], ["updated_at", "2018-10-11 16:43:19.760301"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.761931"], ["updated_at", "2018-10-11 16:43:19.761931"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.763707"], ["updated_at", "2018-10-11 16:43:19.763707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.766243"], ["updated_at", "2018-10-11 16:43:19.766243"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.768058"], ["updated_at", "2018-10-11 16:43:19.768058"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.770173"], ["updated_at", "2018-10-11 16:43:19.770173"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.771924"], ["updated_at", "2018-10-11 16:43:19.771924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.774289"], ["updated_at", "2018-10-11 16:43:19.774289"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.777858"], ["updated_at", "2018-10-11 16:43:19.777858"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.779825"], ["updated_at", "2018-10-11 16:43:19.779825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.782374"], ["updated_at", "2018-10-11 16:43:19.782374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.784009"], ["updated_at", "2018-10-11 16:43:19.784009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.785546"], ["updated_at", "2018-10-11 16:43:19.785546"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.787538"], ["updated_at", "2018-10-11 16:43:19.787538"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.790013"], ["updated_at", "2018-10-11 16:43:19.790013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.791804"], ["updated_at", "2018-10-11 16:43:19.791804"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.793359"], ["updated_at", "2018-10-11 16:43:19.793359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.795195"], ["updated_at", "2018-10-11 16:43:19.795195"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.797564"], ["updated_at", "2018-10-11 16:43:19.797564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.799635"], ["updated_at", "2018-10-11 16:43:19.799635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.801297"], ["updated_at", "2018-10-11 16:43:19.801297"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.802926"], ["updated_at", "2018-10-11 16:43:19.802926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.805512"], ["updated_at", "2018-10-11 16:43:19.805512"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.808311"], ["updated_at", "2018-10-11 16:43:19.808311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.810176"], ["updated_at", "2018-10-11 16:43:19.810176"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.812106"], ["updated_at", "2018-10-11 16:43:19.812106"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.815249"], ["updated_at", "2018-10-11 16:43:19.815249"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.817358"], ["updated_at", "2018-10-11 16:43:19.817358"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.819272"], ["updated_at", "2018-10-11 16:43:19.819272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.821999"], ["updated_at", "2018-10-11 16:43:19.821999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.823884"], ["updated_at", "2018-10-11 16:43:19.823884"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.825822"], ["updated_at", "2018-10-11 16:43:19.825822"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.827729"], ["updated_at", "2018-10-11 16:43:19.827729"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.830366"], ["updated_at", "2018-10-11 16:43:19.830366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.832945"], ["updated_at", "2018-10-11 16:43:19.832945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.834526"], ["updated_at", "2018-10-11 16:43:19.834526"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.836052"], ["updated_at", "2018-10-11 16:43:19.836052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.839160"], ["updated_at", "2018-10-11 16:43:19.839160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.840804"], ["updated_at", "2018-10-11 16:43:19.840804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.842356"], ["updated_at", "2018-10-11 16:43:19.842356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.843889"], ["updated_at", "2018-10-11 16:43:19.843889"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.846010"], ["updated_at", "2018-10-11 16:43:19.846010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.848017"], ["updated_at", "2018-10-11 16:43:19.848017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.849758"], ["updated_at", "2018-10-11 16:43:19.849758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.851365"], ["updated_at", "2018-10-11 16:43:19.851365"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.853603"], ["updated_at", "2018-10-11 16:43:19.853603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.855419"], ["updated_at", "2018-10-11 16:43:19.855419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.856997"], ["updated_at", "2018-10-11 16:43:19.856997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.858518"], ["updated_at", "2018-10-11 16:43:19.858518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.860069"], ["updated_at", "2018-10-11 16:43:19.860069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.862050"], ["updated_at", "2018-10-11 16:43:19.862050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.863741"], ["updated_at", "2018-10-11 16:43:19.863741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.865486"], ["updated_at", "2018-10-11 16:43:19.865486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.867138"], ["updated_at", "2018-10-11 16:43:19.867138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.869144"], ["updated_at", "2018-10-11 16:43:19.869144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.870960"], ["updated_at", "2018-10-11 16:43:19.870960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.872568"], ["updated_at", "2018-10-11 16:43:19.872568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.874210"], ["updated_at", "2018-10-11 16:43:19.874210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.875827"], ["updated_at", "2018-10-11 16:43:19.875827"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.877549"], ["updated_at", "2018-10-11 16:43:19.877549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.879311"], ["updated_at", "2018-10-11 16:43:19.879311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.880997"], ["updated_at", "2018-10-11 16:43:19.880997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.882624"], ["updated_at", "2018-10-11 16:43:19.882624"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.884248"], ["updated_at", "2018-10-11 16:43:19.884248"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.886020"], ["updated_at", "2018-10-11 16:43:19.886020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.888003"], ["updated_at", "2018-10-11 16:43:19.888003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.889629"], ["updated_at", "2018-10-11 16:43:19.889629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.891192"], ["updated_at", "2018-10-11 16:43:19.891192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.892740"], ["updated_at", "2018-10-11 16:43:19.892740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.894485"], ["updated_at", "2018-10-11 16:43:19.894485"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.896127"], ["updated_at", "2018-10-11 16:43:19.896127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.897847"], ["updated_at", "2018-10-11 16:43:19.897847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.899459"], ["updated_at", "2018-10-11 16:43:19.899459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.901011"], ["updated_at", "2018-10-11 16:43:19.901011"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.902544"], ["updated_at", "2018-10-11 16:43:19.902544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.904472"], ["updated_at", "2018-10-11 16:43:19.904472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.906071"], ["updated_at", "2018-10-11 16:43:19.906071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.907629"], ["updated_at", "2018-10-11 16:43:19.907629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.909165"], ["updated_at", "2018-10-11 16:43:19.909165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.910685"], ["updated_at", "2018-10-11 16:43:19.910685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.912212"], ["updated_at", "2018-10-11 16:43:19.912212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.913781"], ["updated_at", "2018-10-11 16:43:19.913781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.915360"], ["updated_at", "2018-10-11 16:43:19.915360"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.916908"], ["updated_at", "2018-10-11 16:43:19.916908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.918897"], ["updated_at", "2018-10-11 16:43:19.918897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.920554"], ["updated_at", "2018-10-11 16:43:19.920554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.922147"], ["updated_at", "2018-10-11 16:43:19.922147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.923690"], ["updated_at", "2018-10-11 16:43:19.923690"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.925328"], ["updated_at", "2018-10-11 16:43:19.925328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.927410"], ["updated_at", "2018-10-11 16:43:19.927410"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.929026"], ["updated_at", "2018-10-11 16:43:19.929026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.931078"], ["updated_at", "2018-10-11 16:43:19.931078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.932783"], ["updated_at", "2018-10-11 16:43:19.932783"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.934409"], ["updated_at", "2018-10-11 16:43:19.934409"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.936400"], ["updated_at", "2018-10-11 16:43:19.936400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.938223"], ["updated_at", "2018-10-11 16:43:19.938223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.939790"], ["updated_at", "2018-10-11 16:43:19.939790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.941311"], ["updated_at", "2018-10-11 16:43:19.941311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.943196"], ["updated_at", "2018-10-11 16:43:19.943196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.945027"], ["updated_at", "2018-10-11 16:43:19.945027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.946680"], ["updated_at", "2018-10-11 16:43:19.946680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.948226"], ["updated_at", "2018-10-11 16:43:19.948226"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.949996"], ["updated_at", "2018-10-11 16:43:19.949996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.952004"], ["updated_at", "2018-10-11 16:43:19.952004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.953644"], ["updated_at", "2018-10-11 16:43:19.953644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.955187"], ["updated_at", "2018-10-11 16:43:19.955187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.956804"], ["updated_at", "2018-10-11 16:43:19.956804"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.958395"], ["updated_at", "2018-10-11 16:43:19.958395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.960412"], ["updated_at", "2018-10-11 16:43:19.960412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.962090"], ["updated_at", "2018-10-11 16:43:19.962090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.963684"], ["updated_at", "2018-10-11 16:43:19.963684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.965284"], ["updated_at", "2018-10-11 16:43:19.965284"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.967027"], ["updated_at", "2018-10-11 16:43:19.967027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.968971"], ["updated_at", "2018-10-11 16:43:19.968971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.970594"], ["updated_at", "2018-10-11 16:43:19.970594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.972240"], ["updated_at", "2018-10-11 16:43:19.972240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.973808"], ["updated_at", "2018-10-11 16:43:19.973808"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.975696"], ["updated_at", "2018-10-11 16:43:19.975696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.977353"], ["updated_at", "2018-10-11 16:43:19.977353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.978957"], ["updated_at", "2018-10-11 16:43:19.978957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.980513"], ["updated_at", "2018-10-11 16:43:19.980513"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.982064"], ["updated_at", "2018-10-11 16:43:19.982064"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.984199"], ["updated_at", "2018-10-11 16:43:19.984199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.985947"], ["updated_at", "2018-10-11 16:43:19.985947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.987571"], ["updated_at", "2018-10-11 16:43:19.987571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.989168"], ["updated_at", "2018-10-11 16:43:19.989168"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.991060"], ["updated_at", "2018-10-11 16:43:19.991060"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:19.995822"], ["updated_at", "2018-10-11 16:43:19.995822"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.000378"], ["updated_at", "2018-10-11 16:43:20.000378"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.003916"], ["updated_at", "2018-10-11 16:43:20.003916"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.008082"], ["updated_at", "2018-10-11 16:43:20.008082"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.011619"], ["updated_at", "2018-10-11 16:43:20.011619"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.014158"], ["updated_at", "2018-10-11 16:43:20.014158"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.018892"], ["updated_at", "2018-10-11 16:43:20.018892"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.022024"], ["updated_at", "2018-10-11 16:43:20.022024"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.032622"], ["updated_at", "2018-10-11 16:43:20.032622"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.034632"], ["updated_at", "2018-10-11 16:43:20.034632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.036419"], ["updated_at", "2018-10-11 16:43:20.036419"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.038074"], ["updated_at", "2018-10-11 16:43:20.038074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.040243"], ["updated_at", "2018-10-11 16:43:20.040243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.042005"], ["updated_at", "2018-10-11 16:43:20.042005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.043634"], ["updated_at", "2018-10-11 16:43:20.043634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.045173"], ["updated_at", "2018-10-11 16:43:20.045173"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.046901"], ["updated_at", "2018-10-11 16:43:20.046901"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.049040"], ["updated_at", "2018-10-11 16:43:20.049040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.050864"], ["updated_at", "2018-10-11 16:43:20.050864"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.052692"], ["updated_at", "2018-10-11 16:43:20.052692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.054539"], ["updated_at", "2018-10-11 16:43:20.054539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.056538"], ["updated_at", "2018-10-11 16:43:20.056538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.058178"], ["updated_at", "2018-10-11 16:43:20.058178"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.059975"], ["updated_at", "2018-10-11 16:43:20.059975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.061823"], ["updated_at", "2018-10-11 16:43:20.061823"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.063457"], ["updated_at", "2018-10-11 16:43:20.063457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.065566"], ["updated_at", "2018-10-11 16:43:20.065566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.067341"], ["updated_at", "2018-10-11 16:43:20.067341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.069051"], ["updated_at", "2018-10-11 16:43:20.069051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.070810"], ["updated_at", "2018-10-11 16:43:20.070810"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.073018"], ["updated_at", "2018-10-11 16:43:20.073018"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.075291"], ["updated_at", "2018-10-11 16:43:20.075291"], ["parent_id", 39895952907]] Kithe::Work Create (3.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.078316"], ["updated_at", "2018-10-11 16:43:20.078316"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.084670"], ["updated_at", "2018-10-11 16:43:20.084670"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.092894"], ["updated_at", "2018-10-11 16:43:20.092894"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.099814"], ["updated_at", "2018-10-11 16:43:20.099814"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.105477"], ["updated_at", "2018-10-11 16:43:20.105477"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.110153"], ["updated_at", "2018-10-11 16:43:20.110153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.112764"], ["updated_at", "2018-10-11 16:43:20.112764"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.114830"], ["updated_at", "2018-10-11 16:43:20.114830"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.117017"], ["updated_at", "2018-10-11 16:43:20.117017"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.119104"], ["updated_at", "2018-10-11 16:43:20.119104"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.121900"], ["updated_at", "2018-10-11 16:43:20.121900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.123811"], ["updated_at", "2018-10-11 16:43:20.123811"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.126075"], ["updated_at", "2018-10-11 16:43:20.126075"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.128798"], ["updated_at", "2018-10-11 16:43:20.128798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.130586"], ["updated_at", "2018-10-11 16:43:20.130586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.132041"], ["updated_at", "2018-10-11 16:43:20.132041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.133798"], ["updated_at", "2018-10-11 16:43:20.133798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.135450"], ["updated_at", "2018-10-11 16:43:20.135450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.138966"], ["updated_at", "2018-10-11 16:43:20.138966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.140601"], ["updated_at", "2018-10-11 16:43:20.140601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.142207"], ["updated_at", "2018-10-11 16:43:20.142207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.143795"], ["updated_at", "2018-10-11 16:43:20.143795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.145378"], ["updated_at", "2018-10-11 16:43:20.145378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.147073"], ["updated_at", "2018-10-11 16:43:20.147073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.148685"], ["updated_at", "2018-10-11 16:43:20.148685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.150416"], ["updated_at", "2018-10-11 16:43:20.150416"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.152085"], ["updated_at", "2018-10-11 16:43:20.152085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.154215"], ["updated_at", "2018-10-11 16:43:20.154215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.155841"], ["updated_at", "2018-10-11 16:43:20.155841"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.157456"], ["updated_at", "2018-10-11 16:43:20.157456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.159237"], ["updated_at", "2018-10-11 16:43:20.159237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.160810"], ["updated_at", "2018-10-11 16:43:20.160810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.162386"], ["updated_at", "2018-10-11 16:43:20.162386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.163930"], ["updated_at", "2018-10-11 16:43:20.163930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.165497"], ["updated_at", "2018-10-11 16:43:20.165497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.167453"], ["updated_at", "2018-10-11 16:43:20.167453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.169133"], ["updated_at", "2018-10-11 16:43:20.169133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.171114"], ["updated_at", "2018-10-11 16:43:20.171114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.172687"], ["updated_at", "2018-10-11 16:43:20.172687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.174322"], ["updated_at", "2018-10-11 16:43:20.174322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.175885"], ["updated_at", "2018-10-11 16:43:20.175885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.177400"], ["updated_at", "2018-10-11 16:43:20.177400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.178964"], ["updated_at", "2018-10-11 16:43:20.178964"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.180476"], ["updated_at", "2018-10-11 16:43:20.180476"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.183357"], ["updated_at", "2018-10-11 16:43:20.183357"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.187376"], ["updated_at", "2018-10-11 16:43:20.187376"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.189573"], ["updated_at", "2018-10-11 16:43:20.189573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.192639"], ["updated_at", "2018-10-11 16:43:20.192639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.194535"], ["updated_at", "2018-10-11 16:43:20.194535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.196158"], ["updated_at", "2018-10-11 16:43:20.196158"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.197734"], ["updated_at", "2018-10-11 16:43:20.197734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.199495"], ["updated_at", "2018-10-11 16:43:20.199495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.201078"], ["updated_at", "2018-10-11 16:43:20.201078"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.202924"], ["updated_at", "2018-10-11 16:43:20.202924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.204890"], ["updated_at", "2018-10-11 16:43:20.204890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.206483"], ["updated_at", "2018-10-11 16:43:20.206483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.208077"], ["updated_at", "2018-10-11 16:43:20.208077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.209592"], ["updated_at", "2018-10-11 16:43:20.209592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.211156"], ["updated_at", "2018-10-11 16:43:20.211156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.212705"], ["updated_at", "2018-10-11 16:43:20.212705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.214224"], ["updated_at", "2018-10-11 16:43:20.214224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.215757"], ["updated_at", "2018-10-11 16:43:20.215757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.217296"], ["updated_at", "2018-10-11 16:43:20.217296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.218860"], ["updated_at", "2018-10-11 16:43:20.218860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.220548"], ["updated_at", "2018-10-11 16:43:20.220548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.222158"], ["updated_at", "2018-10-11 16:43:20.222158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.223794"], ["updated_at", "2018-10-11 16:43:20.223794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.225477"], ["updated_at", "2018-10-11 16:43:20.225477"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.227020"], ["updated_at", "2018-10-11 16:43:20.227020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.228532"], ["updated_at", "2018-10-11 16:43:20.228532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.230046"], ["updated_at", "2018-10-11 16:43:20.230046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.231541"], ["updated_at", "2018-10-11 16:43:20.231541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.233243"], ["updated_at", "2018-10-11 16:43:20.233243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.234974"], ["updated_at", "2018-10-11 16:43:20.234974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.236605"], ["updated_at", "2018-10-11 16:43:20.236605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.238211"], ["updated_at", "2018-10-11 16:43:20.238211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.239871"], ["updated_at", "2018-10-11 16:43:20.239871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.241435"], ["updated_at", "2018-10-11 16:43:20.241435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.243087"], ["updated_at", "2018-10-11 16:43:20.243087"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.244679"], ["updated_at", "2018-10-11 16:43:20.244679"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.246902"], ["updated_at", "2018-10-11 16:43:20.246902"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.249931"], ["updated_at", "2018-10-11 16:43:20.249931"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.252894"], ["updated_at", "2018-10-11 16:43:20.252894"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.255029"], ["updated_at", "2018-10-11 16:43:20.255029"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.257130"], ["updated_at", "2018-10-11 16:43:20.257130"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.259445"], ["updated_at", "2018-10-11 16:43:20.259445"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.261762"], ["updated_at", "2018-10-11 16:43:20.261762"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.264027"], ["updated_at", "2018-10-11 16:43:20.264027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.267907"], ["updated_at", "2018-10-11 16:43:20.267907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.269600"], ["updated_at", "2018-10-11 16:43:20.269600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.271241"], ["updated_at", "2018-10-11 16:43:20.271241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.272892"], ["updated_at", "2018-10-11 16:43:20.272892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.274495"], ["updated_at", "2018-10-11 16:43:20.274495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.276034"], ["updated_at", "2018-10-11 16:43:20.276034"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.277822"], ["updated_at", "2018-10-11 16:43:20.277822"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.279990"], ["updated_at", "2018-10-11 16:43:20.279990"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.283623"], ["updated_at", "2018-10-11 16:43:20.283623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.286796"], ["updated_at", "2018-10-11 16:43:20.286796"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.288497"], ["updated_at", "2018-10-11 16:43:20.288497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.290451"], ["updated_at", "2018-10-11 16:43:20.290451"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.292645"], ["updated_at", "2018-10-11 16:43:20.292645"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.294996"], ["updated_at", "2018-10-11 16:43:20.294996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.297668"], ["updated_at", "2018-10-11 16:43:20.297668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.299202"], ["updated_at", "2018-10-11 16:43:20.299202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.300680"], ["updated_at", "2018-10-11 16:43:20.300680"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.302188"], ["updated_at", "2018-10-11 16:43:20.302188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.304057"], ["updated_at", "2018-10-11 16:43:20.304057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.305614"], ["updated_at", "2018-10-11 16:43:20.305614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.307186"], ["updated_at", "2018-10-11 16:43:20.307186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.308727"], ["updated_at", "2018-10-11 16:43:20.308727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.310537"], ["updated_at", "2018-10-11 16:43:20.310537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.312261"], ["updated_at", "2018-10-11 16:43:20.312261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.313928"], ["updated_at", "2018-10-11 16:43:20.313928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.315561"], ["updated_at", "2018-10-11 16:43:20.315561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.317177"], ["updated_at", "2018-10-11 16:43:20.317177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.318775"], ["updated_at", "2018-10-11 16:43:20.318775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.320330"], ["updated_at", "2018-10-11 16:43:20.320330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.321941"], ["updated_at", "2018-10-11 16:43:20.321941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.323455"], ["updated_at", "2018-10-11 16:43:20.323455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.325022"], ["updated_at", "2018-10-11 16:43:20.325022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.326686"], ["updated_at", "2018-10-11 16:43:20.326686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.328293"], ["updated_at", "2018-10-11 16:43:20.328293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.329970"], ["updated_at", "2018-10-11 16:43:20.329970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.331695"], ["updated_at", "2018-10-11 16:43:20.331695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.333310"], ["updated_at", "2018-10-11 16:43:20.333310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.334856"], ["updated_at", "2018-10-11 16:43:20.334856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.336411"], ["updated_at", "2018-10-11 16:43:20.336411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.337942"], ["updated_at", "2018-10-11 16:43:20.337942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.339487"], ["updated_at", "2018-10-11 16:43:20.339487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.341001"], ["updated_at", "2018-10-11 16:43:20.341001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.342667"], ["updated_at", "2018-10-11 16:43:20.342667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.344385"], ["updated_at", "2018-10-11 16:43:20.344385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.346169"], ["updated_at", "2018-10-11 16:43:20.346169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.347894"], ["updated_at", "2018-10-11 16:43:20.347894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.349560"], ["updated_at", "2018-10-11 16:43:20.349560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.351224"], ["updated_at", "2018-10-11 16:43:20.351224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.352758"], ["updated_at", "2018-10-11 16:43:20.352758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.354309"], ["updated_at", "2018-10-11 16:43:20.354309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.355844"], ["updated_at", "2018-10-11 16:43:20.355844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.357329"], ["updated_at", "2018-10-11 16:43:20.357329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.358983"], ["updated_at", "2018-10-11 16:43:20.358983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.360639"], ["updated_at", "2018-10-11 16:43:20.360639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.362255"], ["updated_at", "2018-10-11 16:43:20.362255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.363863"], ["updated_at", "2018-10-11 16:43:20.363863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.365556"], ["updated_at", "2018-10-11 16:43:20.365556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.367075"], ["updated_at", "2018-10-11 16:43:20.367075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.368640"], ["updated_at", "2018-10-11 16:43:20.368640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.370158"], ["updated_at", "2018-10-11 16:43:20.370158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.371684"], ["updated_at", "2018-10-11 16:43:20.371684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.373206"], ["updated_at", "2018-10-11 16:43:20.373206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.374752"], ["updated_at", "2018-10-11 16:43:20.374752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.376346"], ["updated_at", "2018-10-11 16:43:20.376346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.377918"], ["updated_at", "2018-10-11 16:43:20.377918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.379458"], ["updated_at", "2018-10-11 16:43:20.379458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.381013"], ["updated_at", "2018-10-11 16:43:20.381013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.382585"], ["updated_at", "2018-10-11 16:43:20.382585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.384124"], ["updated_at", "2018-10-11 16:43:20.384124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.385677"], ["updated_at", "2018-10-11 16:43:20.385677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.387268"], ["updated_at", "2018-10-11 16:43:20.387268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.388836"], ["updated_at", "2018-10-11 16:43:20.388836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.390400"], ["updated_at", "2018-10-11 16:43:20.390400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.392221"], ["updated_at", "2018-10-11 16:43:20.392221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.393885"], ["updated_at", "2018-10-11 16:43:20.393885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.395481"], ["updated_at", "2018-10-11 16:43:20.395481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.397082"], ["updated_at", "2018-10-11 16:43:20.397082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.398751"], ["updated_at", "2018-10-11 16:43:20.398751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.400355"], ["updated_at", "2018-10-11 16:43:20.400355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.401970"], ["updated_at", "2018-10-11 16:43:20.401970"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.403509"], ["updated_at", "2018-10-11 16:43:20.403509"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.405289"], ["updated_at", "2018-10-11 16:43:20.405289"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.408527"], ["updated_at", "2018-10-11 16:43:20.408527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.410758"], ["updated_at", "2018-10-11 16:43:20.410758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.412509"], ["updated_at", "2018-10-11 16:43:20.412509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.414239"], ["updated_at", "2018-10-11 16:43:20.414239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.415973"], ["updated_at", "2018-10-11 16:43:20.415973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.417542"], ["updated_at", "2018-10-11 16:43:20.417542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.419152"], ["updated_at", "2018-10-11 16:43:20.419152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.420715"], ["updated_at", "2018-10-11 16:43:20.420715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.422240"], ["updated_at", "2018-10-11 16:43:20.422240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.423779"], ["updated_at", "2018-10-11 16:43:20.423779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.425292"], ["updated_at", "2018-10-11 16:43:20.425292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.427041"], ["updated_at", "2018-10-11 16:43:20.427041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.428862"], ["updated_at", "2018-10-11 16:43:20.428862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.430609"], ["updated_at", "2018-10-11 16:43:20.430609"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.432233"], ["updated_at", "2018-10-11 16:43:20.432233"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.434546"], ["updated_at", "2018-10-11 16:43:20.434546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.437600"], ["updated_at", "2018-10-11 16:43:20.437600"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.440188"], ["updated_at", "2018-10-11 16:43:20.440188"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.443146"], ["updated_at", "2018-10-11 16:43:20.443146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.445004"], ["updated_at", "2018-10-11 16:43:20.445004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.446772"], ["updated_at", "2018-10-11 16:43:20.446772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.448503"], ["updated_at", "2018-10-11 16:43:20.448503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.450085"], ["updated_at", "2018-10-11 16:43:20.450085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.451666"], ["updated_at", "2018-10-11 16:43:20.451666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.453211"], ["updated_at", "2018-10-11 16:43:20.453211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.454913"], ["updated_at", "2018-10-11 16:43:20.454913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.456541"], ["updated_at", "2018-10-11 16:43:20.456541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.458131"], ["updated_at", "2018-10-11 16:43:20.458131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.459709"], ["updated_at", "2018-10-11 16:43:20.459709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.461389"], ["updated_at", "2018-10-11 16:43:20.461389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.462982"], ["updated_at", "2018-10-11 16:43:20.462982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.464604"], ["updated_at", "2018-10-11 16:43:20.464604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.466190"], ["updated_at", "2018-10-11 16:43:20.466190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.467717"], ["updated_at", "2018-10-11 16:43:20.467717"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.469254"], ["updated_at", "2018-10-11 16:43:20.469254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.471059"], ["updated_at", "2018-10-11 16:43:20.471059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.472618"], ["updated_at", "2018-10-11 16:43:20.472618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.474432"], ["updated_at", "2018-10-11 16:43:20.474432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.476082"], ["updated_at", "2018-10-11 16:43:20.476082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.477661"], ["updated_at", "2018-10-11 16:43:20.477661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.479325"], ["updated_at", "2018-10-11 16:43:20.479325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.480903"], ["updated_at", "2018-10-11 16:43:20.480903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.482501"], ["updated_at", "2018-10-11 16:43:20.482501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.484030"], ["updated_at", "2018-10-11 16:43:20.484030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.485570"], ["updated_at", "2018-10-11 16:43:20.485570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.487098"], ["updated_at", "2018-10-11 16:43:20.487098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.488788"], ["updated_at", "2018-10-11 16:43:20.488788"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.490763"], ["updated_at", "2018-10-11 16:43:20.490763"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.492609"], ["updated_at", "2018-10-11 16:43:20.492609"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.494536"], ["updated_at", "2018-10-11 16:43:20.494536"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.496356"], ["updated_at", "2018-10-11 16:43:20.496356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.498208"], ["updated_at", "2018-10-11 16:43:20.498208"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.499867"], ["updated_at", "2018-10-11 16:43:20.499867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.501429"], ["updated_at", "2018-10-11 16:43:20.501429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.502966"], ["updated_at", "2018-10-11 16:43:20.502966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.504533"], ["updated_at", "2018-10-11 16:43:20.504533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.506047"], ["updated_at", "2018-10-11 16:43:20.506047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.507616"], ["updated_at", "2018-10-11 16:43:20.507616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.509186"], ["updated_at", "2018-10-11 16:43:20.509186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.510799"], ["updated_at", "2018-10-11 16:43:20.510799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.512490"], ["updated_at", "2018-10-11 16:43:20.512490"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.514201"], ["updated_at", "2018-10-11 16:43:20.514201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.516157"], ["updated_at", "2018-10-11 16:43:20.516157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.517809"], ["updated_at", "2018-10-11 16:43:20.517809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.519414"], ["updated_at", "2018-10-11 16:43:20.519414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.521016"], ["updated_at", "2018-10-11 16:43:20.521016"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.522813"], ["updated_at", "2018-10-11 16:43:20.522813"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.524965"], ["updated_at", "2018-10-11 16:43:20.524965"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.527111"], ["updated_at", "2018-10-11 16:43:20.527111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.529346"], ["updated_at", "2018-10-11 16:43:20.529346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.531213"], ["updated_at", "2018-10-11 16:43:20.531213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.532833"], ["updated_at", "2018-10-11 16:43:20.532833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.534446"], ["updated_at", "2018-10-11 16:43:20.534446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.536010"], ["updated_at", "2018-10-11 16:43:20.536010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.537544"], ["updated_at", "2018-10-11 16:43:20.537544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.539095"], ["updated_at", "2018-10-11 16:43:20.539095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.540613"], ["updated_at", "2018-10-11 16:43:20.540613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.542145"], ["updated_at", "2018-10-11 16:43:20.542145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.543738"], ["updated_at", "2018-10-11 16:43:20.543738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.545391"], ["updated_at", "2018-10-11 16:43:20.545391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.547037"], ["updated_at", "2018-10-11 16:43:20.547037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.548677"], ["updated_at", "2018-10-11 16:43:20.548677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.550179"], ["updated_at", "2018-10-11 16:43:20.550179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.551693"], ["updated_at", "2018-10-11 16:43:20.551693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.553225"], ["updated_at", "2018-10-11 16:43:20.553225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.554735"], ["updated_at", "2018-10-11 16:43:20.554735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.556514"], ["updated_at", "2018-10-11 16:43:20.556514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.558397"], ["updated_at", "2018-10-11 16:43:20.558397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.560009"], ["updated_at", "2018-10-11 16:43:20.560009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.561654"], ["updated_at", "2018-10-11 16:43:20.561654"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.563328"], ["updated_at", "2018-10-11 16:43:20.563328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.565204"], ["updated_at", "2018-10-11 16:43:20.565204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.566764"], ["updated_at", "2018-10-11 16:43:20.566764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.568322"], ["updated_at", "2018-10-11 16:43:20.568322"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.569861"], ["updated_at", "2018-10-11 16:43:20.569861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.571557"], ["updated_at", "2018-10-11 16:43:20.571557"], ["parent_id", 39895952907]] Kithe::Work Create (3.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.573692"], ["updated_at", "2018-10-11 16:43:20.573692"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.578689"], ["updated_at", "2018-10-11 16:43:20.578689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.580594"], ["updated_at", "2018-10-11 16:43:20.580594"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.582437"], ["updated_at", "2018-10-11 16:43:20.582437"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.584093"], ["updated_at", "2018-10-11 16:43:20.584093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.585910"], ["updated_at", "2018-10-11 16:43:20.585910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.587572"], ["updated_at", "2018-10-11 16:43:20.587572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.589409"], ["updated_at", "2018-10-11 16:43:20.589409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.591238"], ["updated_at", "2018-10-11 16:43:20.591238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.592872"], ["updated_at", "2018-10-11 16:43:20.592872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.594540"], ["updated_at", "2018-10-11 16:43:20.594540"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.596141"], ["updated_at", "2018-10-11 16:43:20.596141"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.598075"], ["updated_at", "2018-10-11 16:43:20.598075"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.600546"], ["updated_at", "2018-10-11 16:43:20.600546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.602664"], ["updated_at", "2018-10-11 16:43:20.602664"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.604381"], ["updated_at", "2018-10-11 16:43:20.604381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.606489"], ["updated_at", "2018-10-11 16:43:20.606489"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.608980"], ["updated_at", "2018-10-11 16:43:20.608980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.610819"], ["updated_at", "2018-10-11 16:43:20.610819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.612662"], ["updated_at", "2018-10-11 16:43:20.612662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.614514"], ["updated_at", "2018-10-11 16:43:20.614514"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.616488"], ["updated_at", "2018-10-11 16:43:20.616488"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.618930"], ["updated_at", "2018-10-11 16:43:20.618930"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.622074"], ["updated_at", "2018-10-11 16:43:20.622074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.624559"], ["updated_at", "2018-10-11 16:43:20.624559"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.626400"], ["updated_at", "2018-10-11 16:43:20.626400"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.628190"], ["updated_at", "2018-10-11 16:43:20.628190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.630030"], ["updated_at", "2018-10-11 16:43:20.630030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.631862"], ["updated_at", "2018-10-11 16:43:20.631862"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.633546"], ["updated_at", "2018-10-11 16:43:20.633546"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.636069"], ["updated_at", "2018-10-11 16:43:20.636069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.637851"], ["updated_at", "2018-10-11 16:43:20.637851"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.639831"], ["updated_at", "2018-10-11 16:43:20.639831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.641752"], ["updated_at", "2018-10-11 16:43:20.641752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.643263"], ["updated_at", "2018-10-11 16:43:20.643263"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.644946"], ["updated_at", "2018-10-11 16:43:20.644946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.646822"], ["updated_at", "2018-10-11 16:43:20.646822"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.648625"], ["updated_at", "2018-10-11 16:43:20.648625"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.650963"], ["updated_at", "2018-10-11 16:43:20.650963"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.653501"], ["updated_at", "2018-10-11 16:43:20.653501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.655394"], ["updated_at", "2018-10-11 16:43:20.655394"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.657254"], ["updated_at", "2018-10-11 16:43:20.657254"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.659424"], ["updated_at", "2018-10-11 16:43:20.659424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.661318"], ["updated_at", "2018-10-11 16:43:20.661318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.663040"], ["updated_at", "2018-10-11 16:43:20.663040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.664797"], ["updated_at", "2018-10-11 16:43:20.664797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.666388"], ["updated_at", "2018-10-11 16:43:20.666388"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.668340"], ["updated_at", "2018-10-11 16:43:20.668340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.670943"], ["updated_at", "2018-10-11 16:43:20.670943"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.672729"], ["updated_at", "2018-10-11 16:43:20.672729"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.675092"], ["updated_at", "2018-10-11 16:43:20.675092"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.676877"], ["updated_at", "2018-10-11 16:43:20.676877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.678782"], ["updated_at", "2018-10-11 16:43:20.678782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.680488"], ["updated_at", "2018-10-11 16:43:20.680488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.682292"], ["updated_at", "2018-10-11 16:43:20.682292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.683855"], ["updated_at", "2018-10-11 16:43:20.683855"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.685434"], ["updated_at", "2018-10-11 16:43:20.685434"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.687755"], ["updated_at", "2018-10-11 16:43:20.687755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.689882"], ["updated_at", "2018-10-11 16:43:20.689882"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.691826"], ["updated_at", "2018-10-11 16:43:20.691826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.693493"], ["updated_at", "2018-10-11 16:43:20.693493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.695180"], ["updated_at", "2018-10-11 16:43:20.695180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.696860"], ["updated_at", "2018-10-11 16:43:20.696860"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.698555"], ["updated_at", "2018-10-11 16:43:20.698555"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.700991"], ["updated_at", "2018-10-11 16:43:20.700991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.703076"], ["updated_at", "2018-10-11 16:43:20.703076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.704814"], ["updated_at", "2018-10-11 16:43:20.704814"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.706508"], ["updated_at", "2018-10-11 16:43:20.706508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.708570"], ["updated_at", "2018-10-11 16:43:20.708570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.710142"], ["updated_at", "2018-10-11 16:43:20.710142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.711823"], ["updated_at", "2018-10-11 16:43:20.711823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.713478"], ["updated_at", "2018-10-11 16:43:20.713478"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.715103"], ["updated_at", "2018-10-11 16:43:20.715103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.717521"], ["updated_at", "2018-10-11 16:43:20.717521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.719349"], ["updated_at", "2018-10-11 16:43:20.719349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.721059"], ["updated_at", "2018-10-11 16:43:20.721059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.722754"], ["updated_at", "2018-10-11 16:43:20.722754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.724611"], ["updated_at", "2018-10-11 16:43:20.724611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.726781"], ["updated_at", "2018-10-11 16:43:20.726781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.728576"], ["updated_at", "2018-10-11 16:43:20.728576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.730224"], ["updated_at", "2018-10-11 16:43:20.730224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.731911"], ["updated_at", "2018-10-11 16:43:20.731911"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.733558"], ["updated_at", "2018-10-11 16:43:20.733558"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.735858"], ["updated_at", "2018-10-11 16:43:20.735858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.737708"], ["updated_at", "2018-10-11 16:43:20.737708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.739408"], ["updated_at", "2018-10-11 16:43:20.739408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.741568"], ["updated_at", "2018-10-11 16:43:20.741568"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.743261"], ["updated_at", "2018-10-11 16:43:20.743261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.746675"], ["updated_at", "2018-10-11 16:43:20.746675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.748420"], ["updated_at", "2018-10-11 16:43:20.748420"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.750135"], ["updated_at", "2018-10-11 16:43:20.750135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.752580"], ["updated_at", "2018-10-11 16:43:20.752580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.754348"], ["updated_at", "2018-10-11 16:43:20.754348"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.756132"], ["updated_at", "2018-10-11 16:43:20.756132"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.758287"], ["updated_at", "2018-10-11 16:43:20.758287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.760160"], ["updated_at", "2018-10-11 16:43:20.760160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.761961"], ["updated_at", "2018-10-11 16:43:20.761961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.763700"], ["updated_at", "2018-10-11 16:43:20.763700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.765407"], ["updated_at", "2018-10-11 16:43:20.765407"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.766976"], ["updated_at", "2018-10-11 16:43:20.766976"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.769654"], ["updated_at", "2018-10-11 16:43:20.769654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.771470"], ["updated_at", "2018-10-11 16:43:20.771470"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.773299"], ["updated_at", "2018-10-11 16:43:20.773299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.775116"], ["updated_at", "2018-10-11 16:43:20.775116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.776757"], ["updated_at", "2018-10-11 16:43:20.776757"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.778495"], ["updated_at", "2018-10-11 16:43:20.778495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.780270"], ["updated_at", "2018-10-11 16:43:20.780270"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.781940"], ["updated_at", "2018-10-11 16:43:20.781940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.784648"], ["updated_at", "2018-10-11 16:43:20.784648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.786756"], ["updated_at", "2018-10-11 16:43:20.786756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.788365"], ["updated_at", "2018-10-11 16:43:20.788365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.790394"], ["updated_at", "2018-10-11 16:43:20.790394"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.792499"], ["updated_at", "2018-10-11 16:43:20.792499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.794260"], ["updated_at", "2018-10-11 16:43:20.794260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.795904"], ["updated_at", "2018-10-11 16:43:20.795904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.797571"], ["updated_at", "2018-10-11 16:43:20.797571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.799179"], ["updated_at", "2018-10-11 16:43:20.799179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.800734"], ["updated_at", "2018-10-11 16:43:20.800734"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.802310"], ["updated_at", "2018-10-11 16:43:20.802310"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.804971"], ["updated_at", "2018-10-11 16:43:20.804971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.806759"], ["updated_at", "2018-10-11 16:43:20.806759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.808379"], ["updated_at", "2018-10-11 16:43:20.808379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.809954"], ["updated_at", "2018-10-11 16:43:20.809954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.811633"], ["updated_at", "2018-10-11 16:43:20.811633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.813243"], ["updated_at", "2018-10-11 16:43:20.813243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.814874"], ["updated_at", "2018-10-11 16:43:20.814874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.816461"], ["updated_at", "2018-10-11 16:43:20.816461"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.817993"], ["updated_at", "2018-10-11 16:43:20.817993"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.819575"], ["updated_at", "2018-10-11 16:43:20.819575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.821827"], ["updated_at", "2018-10-11 16:43:20.821827"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.824264"], ["updated_at", "2018-10-11 16:43:20.824264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.826421"], ["updated_at", "2018-10-11 16:43:20.826421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.828262"], ["updated_at", "2018-10-11 16:43:20.828262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.830007"], ["updated_at", "2018-10-11 16:43:20.830007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.831727"], ["updated_at", "2018-10-11 16:43:20.831727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.833317"], ["updated_at", "2018-10-11 16:43:20.833317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.834965"], ["updated_at", "2018-10-11 16:43:20.834965"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.836983"], ["updated_at", "2018-10-11 16:43:20.836983"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.839514"], ["updated_at", "2018-10-11 16:43:20.839514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.841615"], ["updated_at", "2018-10-11 16:43:20.841615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.843289"], ["updated_at", "2018-10-11 16:43:20.843289"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.845720"], ["updated_at", "2018-10-11 16:43:20.845720"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.847653"], ["updated_at", "2018-10-11 16:43:20.847653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.849520"], ["updated_at", "2018-10-11 16:43:20.849520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.851190"], ["updated_at", "2018-10-11 16:43:20.851190"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.852750"], ["updated_at", "2018-10-11 16:43:20.852750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.854625"], ["updated_at", "2018-10-11 16:43:20.854625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.856289"], ["updated_at", "2018-10-11 16:43:20.856289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.857956"], ["updated_at", "2018-10-11 16:43:20.857956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.859528"], ["updated_at", "2018-10-11 16:43:20.859528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.861174"], ["updated_at", "2018-10-11 16:43:20.861174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.862801"], ["updated_at", "2018-10-11 16:43:20.862801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.864463"], ["updated_at", "2018-10-11 16:43:20.864463"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.866066"], ["updated_at", "2018-10-11 16:43:20.866066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.867574"], ["updated_at", "2018-10-11 16:43:20.867574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.869087"], ["updated_at", "2018-10-11 16:43:20.869087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.870911"], ["updated_at", "2018-10-11 16:43:20.870911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.872547"], ["updated_at", "2018-10-11 16:43:20.872547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.874099"], ["updated_at", "2018-10-11 16:43:20.874099"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.875670"], ["updated_at", "2018-10-11 16:43:20.875670"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.877280"], ["updated_at", "2018-10-11 16:43:20.877280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.879103"], ["updated_at", "2018-10-11 16:43:20.879103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.880798"], ["updated_at", "2018-10-11 16:43:20.880798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.882572"], ["updated_at", "2018-10-11 16:43:20.882572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.884133"], ["updated_at", "2018-10-11 16:43:20.884133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.885693"], ["updated_at", "2018-10-11 16:43:20.885693"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.887705"], ["updated_at", "2018-10-11 16:43:20.887705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.889637"], ["updated_at", "2018-10-11 16:43:20.889637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.891202"], ["updated_at", "2018-10-11 16:43:20.891202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.892803"], ["updated_at", "2018-10-11 16:43:20.892803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.894434"], ["updated_at", "2018-10-11 16:43:20.894434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.896120"], ["updated_at", "2018-10-11 16:43:20.896120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.897812"], ["updated_at", "2018-10-11 16:43:20.897812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.899496"], ["updated_at", "2018-10-11 16:43:20.899496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.901132"], ["updated_at", "2018-10-11 16:43:20.901132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.902658"], ["updated_at", "2018-10-11 16:43:20.902658"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.904161"], ["updated_at", "2018-10-11 16:43:20.904161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.905851"], ["updated_at", "2018-10-11 16:43:20.905851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.907451"], ["updated_at", "2018-10-11 16:43:20.907451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.908973"], ["updated_at", "2018-10-11 16:43:20.908973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.910541"], ["updated_at", "2018-10-11 16:43:20.910541"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.912059"], ["updated_at", "2018-10-11 16:43:20.912059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.914117"], ["updated_at", "2018-10-11 16:43:20.914117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.915751"], ["updated_at", "2018-10-11 16:43:20.915751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.917274"], ["updated_at", "2018-10-11 16:43:20.917274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.918793"], ["updated_at", "2018-10-11 16:43:20.918793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.920348"], ["updated_at", "2018-10-11 16:43:20.920348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.921917"], ["updated_at", "2018-10-11 16:43:20.921917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.923441"], ["updated_at", "2018-10-11 16:43:20.923441"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.924974"], ["updated_at", "2018-10-11 16:43:20.924974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.926665"], ["updated_at", "2018-10-11 16:43:20.926665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.928198"], ["updated_at", "2018-10-11 16:43:20.928198"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.929785"], ["updated_at", "2018-10-11 16:43:20.929785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.931380"], ["updated_at", "2018-10-11 16:43:20.931380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.932891"], ["updated_at", "2018-10-11 16:43:20.932891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.934437"], ["updated_at", "2018-10-11 16:43:20.934437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.935993"], ["updated_at", "2018-10-11 16:43:20.935993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.937492"], ["updated_at", "2018-10-11 16:43:20.937492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.938999"], ["updated_at", "2018-10-11 16:43:20.938999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.940535"], ["updated_at", "2018-10-11 16:43:20.940535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.942095"], ["updated_at", "2018-10-11 16:43:20.942095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.943597"], ["updated_at", "2018-10-11 16:43:20.943597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.945191"], ["updated_at", "2018-10-11 16:43:20.945191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.946701"], ["updated_at", "2018-10-11 16:43:20.946701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.948245"], ["updated_at", "2018-10-11 16:43:20.948245"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.949814"], ["updated_at", "2018-10-11 16:43:20.949814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.951930"], ["updated_at", "2018-10-11 16:43:20.951930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.953549"], ["updated_at", "2018-10-11 16:43:20.953549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.955073"], ["updated_at", "2018-10-11 16:43:20.955073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.956593"], ["updated_at", "2018-10-11 16:43:20.956593"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.958155"], ["updated_at", "2018-10-11 16:43:20.958155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.960210"], ["updated_at", "2018-10-11 16:43:20.960210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.961813"], ["updated_at", "2018-10-11 16:43:20.961813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.963483"], ["updated_at", "2018-10-11 16:43:20.963483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.965019"], ["updated_at", "2018-10-11 16:43:20.965019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.966753"], ["updated_at", "2018-10-11 16:43:20.966753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.968347"], ["updated_at", "2018-10-11 16:43:20.968347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.969914"], ["updated_at", "2018-10-11 16:43:20.969914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.971458"], ["updated_at", "2018-10-11 16:43:20.971458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.972968"], ["updated_at", "2018-10-11 16:43:20.972968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.974609"], ["updated_at", "2018-10-11 16:43:20.974609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.976506"], ["updated_at", "2018-10-11 16:43:20.976506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.978044"], ["updated_at", "2018-10-11 16:43:20.978044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.979584"], ["updated_at", "2018-10-11 16:43:20.979584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.981104"], ["updated_at", "2018-10-11 16:43:20.981104"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.983685"], ["updated_at", "2018-10-11 16:43:20.983685"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.986023"], ["updated_at", "2018-10-11 16:43:20.986023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.988156"], ["updated_at", "2018-10-11 16:43:20.988156"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.989908"], ["updated_at", "2018-10-11 16:43:20.989908"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.992273"], ["updated_at", "2018-10-11 16:43:20.992273"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.994213"], ["updated_at", "2018-10-11 16:43:20.994213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.996054"], ["updated_at", "2018-10-11 16:43:20.996054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.997677"], ["updated_at", "2018-10-11 16:43:20.997677"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:20.999541"], ["updated_at", "2018-10-11 16:43:20.999541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.001566"], ["updated_at", "2018-10-11 16:43:21.001566"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.003718"], ["updated_at", "2018-10-11 16:43:21.003718"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.005623"], ["updated_at", "2018-10-11 16:43:21.005623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.007800"], ["updated_at", "2018-10-11 16:43:21.007800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.009653"], ["updated_at", "2018-10-11 16:43:21.009653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.011283"], ["updated_at", "2018-10-11 16:43:21.011283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.012821"], ["updated_at", "2018-10-11 16:43:21.012821"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.014370"], ["updated_at", "2018-10-11 16:43:21.014370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.016575"], ["updated_at", "2018-10-11 16:43:21.016575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.018373"], ["updated_at", "2018-10-11 16:43:21.018373"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.020129"], ["updated_at", "2018-10-11 16:43:21.020129"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.022270"], ["updated_at", "2018-10-11 16:43:21.022270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.024683"], ["updated_at", "2018-10-11 16:43:21.024683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.026414"], ["updated_at", "2018-10-11 16:43:21.026414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.028016"], ["updated_at", "2018-10-11 16:43:21.028016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.029625"], ["updated_at", "2018-10-11 16:43:21.029625"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.031477"], ["updated_at", "2018-10-11 16:43:21.031477"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.033431"], ["updated_at", "2018-10-11 16:43:21.033431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.035274"], ["updated_at", "2018-10-11 16:43:21.035274"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.037411"], ["updated_at", "2018-10-11 16:43:21.037411"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.039767"], ["updated_at", "2018-10-11 16:43:21.039767"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.041742"], ["updated_at", "2018-10-11 16:43:21.041742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.044757"], ["updated_at", "2018-10-11 16:43:21.044757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.046345"], ["updated_at", "2018-10-11 16:43:21.046345"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.048263"], ["updated_at", "2018-10-11 16:43:21.048263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.050086"], ["updated_at", "2018-10-11 16:43:21.050086"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.051862"], ["updated_at", "2018-10-11 16:43:21.051862"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.053958"], ["updated_at", "2018-10-11 16:43:21.053958"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.056233"], ["updated_at", "2018-10-11 16:43:21.056233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.058338"], ["updated_at", "2018-10-11 16:43:21.058338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.060052"], ["updated_at", "2018-10-11 16:43:21.060052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.061634"], ["updated_at", "2018-10-11 16:43:21.061634"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.063420"], ["updated_at", "2018-10-11 16:43:21.063420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.065495"], ["updated_at", "2018-10-11 16:43:21.065495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.067123"], ["updated_at", "2018-10-11 16:43:21.067123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.068786"], ["updated_at", "2018-10-11 16:43:21.068786"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.070844"], ["updated_at", "2018-10-11 16:43:21.070844"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.074431"], ["updated_at", "2018-10-11 16:43:21.074431"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.078160"], ["updated_at", "2018-10-11 16:43:21.078160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.080622"], ["updated_at", "2018-10-11 16:43:21.080622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.082413"], ["updated_at", "2018-10-11 16:43:21.082413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.083978"], ["updated_at", "2018-10-11 16:43:21.083978"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.085717"], ["updated_at", "2018-10-11 16:43:21.085717"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.088252"], ["updated_at", "2018-10-11 16:43:21.088252"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.090826"], ["updated_at", "2018-10-11 16:43:21.090826"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.093201"], ["updated_at", "2018-10-11 16:43:21.093201"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.095407"], ["updated_at", "2018-10-11 16:43:21.095407"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.097590"], ["updated_at", "2018-10-11 16:43:21.097590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.099458"], ["updated_at", "2018-10-11 16:43:21.099458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.101030"], ["updated_at", "2018-10-11 16:43:21.101030"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.102814"], ["updated_at", "2018-10-11 16:43:21.102814"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.105829"], ["updated_at", "2018-10-11 16:43:21.105829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.107573"], ["updated_at", "2018-10-11 16:43:21.107573"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.109277"], ["updated_at", "2018-10-11 16:43:21.109277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.111085"], ["updated_at", "2018-10-11 16:43:21.111085"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.113042"], ["updated_at", "2018-10-11 16:43:21.113042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.115038"], ["updated_at", "2018-10-11 16:43:21.115038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.116655"], ["updated_at", "2018-10-11 16:43:21.116655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.118197"], ["updated_at", "2018-10-11 16:43:21.118197"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.120576"], ["updated_at", "2018-10-11 16:43:21.120576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.122679"], ["updated_at", "2018-10-11 16:43:21.122679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.124308"], ["updated_at", "2018-10-11 16:43:21.124308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.125912"], ["updated_at", "2018-10-11 16:43:21.125912"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.127473"], ["updated_at", "2018-10-11 16:43:21.127473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.129663"], ["updated_at", "2018-10-11 16:43:21.129663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.131346"], ["updated_at", "2018-10-11 16:43:21.131346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.132921"], ["updated_at", "2018-10-11 16:43:21.132921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.134615"], ["updated_at", "2018-10-11 16:43:21.134615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.136780"], ["updated_at", "2018-10-11 16:43:21.136780"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.138910"], ["updated_at", "2018-10-11 16:43:21.138910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.140800"], ["updated_at", "2018-10-11 16:43:21.140800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.142409"], ["updated_at", "2018-10-11 16:43:21.142409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.143994"], ["updated_at", "2018-10-11 16:43:21.143994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.146117"], ["updated_at", "2018-10-11 16:43:21.146117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.147764"], ["updated_at", "2018-10-11 16:43:21.147764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.149359"], ["updated_at", "2018-10-11 16:43:21.149359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.151019"], ["updated_at", "2018-10-11 16:43:21.151019"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.153032"], ["updated_at", "2018-10-11 16:43:21.153032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.155044"], ["updated_at", "2018-10-11 16:43:21.155044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.156833"], ["updated_at", "2018-10-11 16:43:21.156833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.158377"], ["updated_at", "2018-10-11 16:43:21.158377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.159994"], ["updated_at", "2018-10-11 16:43:21.159994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.161775"], ["updated_at", "2018-10-11 16:43:21.161775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.163400"], ["updated_at", "2018-10-11 16:43:21.163400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.164943"], ["updated_at", "2018-10-11 16:43:21.164943"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.166531"], ["updated_at", "2018-10-11 16:43:21.166531"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.168565"], ["updated_at", "2018-10-11 16:43:21.168565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.170251"], ["updated_at", "2018-10-11 16:43:21.170251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.172115"], ["updated_at", "2018-10-11 16:43:21.172115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.173792"], ["updated_at", "2018-10-11 16:43:21.173792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.175438"], ["updated_at", "2018-10-11 16:43:21.175438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.177229"], ["updated_at", "2018-10-11 16:43:21.177229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.178793"], ["updated_at", "2018-10-11 16:43:21.178793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.180353"], ["updated_at", "2018-10-11 16:43:21.180353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.181915"], ["updated_at", "2018-10-11 16:43:21.181915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.183500"], ["updated_at", "2018-10-11 16:43:21.183500"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.185389"], ["updated_at", "2018-10-11 16:43:21.185389"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.187438"], ["updated_at", "2018-10-11 16:43:21.187438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.189317"], ["updated_at", "2018-10-11 16:43:21.189317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.190950"], ["updated_at", "2018-10-11 16:43:21.190950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.192702"], ["updated_at", "2018-10-11 16:43:21.192702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.194412"], ["updated_at", "2018-10-11 16:43:21.194412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.195977"], ["updated_at", "2018-10-11 16:43:21.195977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.197519"], ["updated_at", "2018-10-11 16:43:21.197519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.199033"], ["updated_at", "2018-10-11 16:43:21.199033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.200566"], ["updated_at", "2018-10-11 16:43:21.200566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.202200"], ["updated_at", "2018-10-11 16:43:21.202200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.203820"], ["updated_at", "2018-10-11 16:43:21.203820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.205469"], ["updated_at", "2018-10-11 16:43:21.205469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.207025"], ["updated_at", "2018-10-11 16:43:21.207025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.208573"], ["updated_at", "2018-10-11 16:43:21.208573"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.210083"], ["updated_at", "2018-10-11 16:43:21.210083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.211654"], ["updated_at", "2018-10-11 16:43:21.211654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.213190"], ["updated_at", "2018-10-11 16:43:21.213190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.214707"], ["updated_at", "2018-10-11 16:43:21.214707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.216217"], ["updated_at", "2018-10-11 16:43:21.216217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.217724"], ["updated_at", "2018-10-11 16:43:21.217724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.219413"], ["updated_at", "2018-10-11 16:43:21.219413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.221141"], ["updated_at", "2018-10-11 16:43:21.221141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.222751"], ["updated_at", "2018-10-11 16:43:21.222751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.224398"], ["updated_at", "2018-10-11 16:43:21.224398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.225949"], ["updated_at", "2018-10-11 16:43:21.225949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.227471"], ["updated_at", "2018-10-11 16:43:21.227471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.228994"], ["updated_at", "2018-10-11 16:43:21.228994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.230520"], ["updated_at", "2018-10-11 16:43:21.230520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.232014"], ["updated_at", "2018-10-11 16:43:21.232014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.233603"], ["updated_at", "2018-10-11 16:43:21.233603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.235092"], ["updated_at", "2018-10-11 16:43:21.235092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.236612"], ["updated_at", "2018-10-11 16:43:21.236612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.238136"], ["updated_at", "2018-10-11 16:43:21.238136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.239665"], ["updated_at", "2018-10-11 16:43:21.239665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.241171"], ["updated_at", "2018-10-11 16:43:21.241171"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.242878"], ["updated_at", "2018-10-11 16:43:21.242878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.244690"], ["updated_at", "2018-10-11 16:43:21.244690"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.246283"], ["updated_at", "2018-10-11 16:43:21.246283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.247962"], ["updated_at", "2018-10-11 16:43:21.247962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.249523"], ["updated_at", "2018-10-11 16:43:21.249523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.251031"], ["updated_at", "2018-10-11 16:43:21.251031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.252611"], ["updated_at", "2018-10-11 16:43:21.252611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.254104"], ["updated_at", "2018-10-11 16:43:21.254104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.256002"], ["updated_at", "2018-10-11 16:43:21.256002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.257585"], ["updated_at", "2018-10-11 16:43:21.257585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.259194"], ["updated_at", "2018-10-11 16:43:21.259194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.260775"], ["updated_at", "2018-10-11 16:43:21.260775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.262383"], ["updated_at", "2018-10-11 16:43:21.262383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.263912"], ["updated_at", "2018-10-11 16:43:21.263912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.265529"], ["updated_at", "2018-10-11 16:43:21.265529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.267082"], ["updated_at", "2018-10-11 16:43:21.267082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.268646"], ["updated_at", "2018-10-11 16:43:21.268646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.270176"], ["updated_at", "2018-10-11 16:43:21.270176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.271685"], ["updated_at", "2018-10-11 16:43:21.271685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.273236"], ["updated_at", "2018-10-11 16:43:21.273236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.274747"], ["updated_at", "2018-10-11 16:43:21.274747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.276329"], ["updated_at", "2018-10-11 16:43:21.276329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.277865"], ["updated_at", "2018-10-11 16:43:21.277865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.279416"], ["updated_at", "2018-10-11 16:43:21.279416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.281097"], ["updated_at", "2018-10-11 16:43:21.281097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.282859"], ["updated_at", "2018-10-11 16:43:21.282859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.284535"], ["updated_at", "2018-10-11 16:43:21.284535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.286132"], ["updated_at", "2018-10-11 16:43:21.286132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.287694"], ["updated_at", "2018-10-11 16:43:21.287694"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.289502"], ["updated_at", "2018-10-11 16:43:21.289502"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.291372"], ["updated_at", "2018-10-11 16:43:21.291372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.292935"], ["updated_at", "2018-10-11 16:43:21.292935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.294486"], ["updated_at", "2018-10-11 16:43:21.294486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.296093"], ["updated_at", "2018-10-11 16:43:21.296093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.298046"], ["updated_at", "2018-10-11 16:43:21.298046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.299767"], ["updated_at", "2018-10-11 16:43:21.299767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.301358"], ["updated_at", "2018-10-11 16:43:21.301358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.302943"], ["updated_at", "2018-10-11 16:43:21.302943"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.304512"], ["updated_at", "2018-10-11 16:43:21.304512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.306468"], ["updated_at", "2018-10-11 16:43:21.306468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.308127"], ["updated_at", "2018-10-11 16:43:21.308127"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.309658"], ["updated_at", "2018-10-11 16:43:21.309658"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.311325"], ["updated_at", "2018-10-11 16:43:21.311325"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.312883"], ["updated_at", "2018-10-11 16:43:21.312883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.314975"], ["updated_at", "2018-10-11 16:43:21.314975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.316637"], ["updated_at", "2018-10-11 16:43:21.316637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.318230"], ["updated_at", "2018-10-11 16:43:21.318230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.319760"], ["updated_at", "2018-10-11 16:43:21.319760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.321337"], ["updated_at", "2018-10-11 16:43:21.321337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.323286"], ["updated_at", "2018-10-11 16:43:21.323286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.324864"], ["updated_at", "2018-10-11 16:43:21.324864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.326416"], ["updated_at", "2018-10-11 16:43:21.326416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.327958"], ["updated_at", "2018-10-11 16:43:21.327958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.329709"], ["updated_at", "2018-10-11 16:43:21.329709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.331437"], ["updated_at", "2018-10-11 16:43:21.331437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.333001"], ["updated_at", "2018-10-11 16:43:21.333001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.334642"], ["updated_at", "2018-10-11 16:43:21.334642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.337665"], ["updated_at", "2018-10-11 16:43:21.337665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.339422"], ["updated_at", "2018-10-11 16:43:21.339422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.340992"], ["updated_at", "2018-10-11 16:43:21.340992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.342530"], ["updated_at", "2018-10-11 16:43:21.342530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.344177"], ["updated_at", "2018-10-11 16:43:21.344177"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.346052"], ["updated_at", "2018-10-11 16:43:21.346052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.348440"], ["updated_at", "2018-10-11 16:43:21.348440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.350222"], ["updated_at", "2018-10-11 16:43:21.350222"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.351969"], ["updated_at", "2018-10-11 16:43:21.351969"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.353855"], ["updated_at", "2018-10-11 16:43:21.353855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.356338"], ["updated_at", "2018-10-11 16:43:21.356338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.358034"], ["updated_at", "2018-10-11 16:43:21.358034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.359608"], ["updated_at", "2018-10-11 16:43:21.359608"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.361179"], ["updated_at", "2018-10-11 16:43:21.361179"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.363407"], ["updated_at", "2018-10-11 16:43:21.363407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.365195"], ["updated_at", "2018-10-11 16:43:21.365195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.366885"], ["updated_at", "2018-10-11 16:43:21.366885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.368533"], ["updated_at", "2018-10-11 16:43:21.368533"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.370752"], ["updated_at", "2018-10-11 16:43:21.370752"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.372546"], ["updated_at", "2018-10-11 16:43:21.372546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.374177"], ["updated_at", "2018-10-11 16:43:21.374177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.375741"], ["updated_at", "2018-10-11 16:43:21.375741"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.377349"], ["updated_at", "2018-10-11 16:43:21.377349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.379616"], ["updated_at", "2018-10-11 16:43:21.379616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.381373"], ["updated_at", "2018-10-11 16:43:21.381373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.383151"], ["updated_at", "2018-10-11 16:43:21.383151"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.384979"], ["updated_at", "2018-10-11 16:43:21.384979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.387625"], ["updated_at", "2018-10-11 16:43:21.387625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.389397"], ["updated_at", "2018-10-11 16:43:21.389397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.391018"], ["updated_at", "2018-10-11 16:43:21.391018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.392564"], ["updated_at", "2018-10-11 16:43:21.392564"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.394295"], ["updated_at", "2018-10-11 16:43:21.394295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.396454"], ["updated_at", "2018-10-11 16:43:21.396454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.398094"], ["updated_at", "2018-10-11 16:43:21.398094"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.399779"], ["updated_at", "2018-10-11 16:43:21.399779"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.401516"], ["updated_at", "2018-10-11 16:43:21.401516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.404046"], ["updated_at", "2018-10-11 16:43:21.404046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.405990"], ["updated_at", "2018-10-11 16:43:21.405990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.407656"], ["updated_at", "2018-10-11 16:43:21.407656"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.409231"], ["updated_at", "2018-10-11 16:43:21.409231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.411177"], ["updated_at", "2018-10-11 16:43:21.411177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.412989"], ["updated_at", "2018-10-11 16:43:21.412989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.414580"], ["updated_at", "2018-10-11 16:43:21.414580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.416206"], ["updated_at", "2018-10-11 16:43:21.416206"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.417902"], ["updated_at", "2018-10-11 16:43:21.417902"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.420466"], ["updated_at", "2018-10-11 16:43:21.420466"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.423023"], ["updated_at", "2018-10-11 16:43:21.423023"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.425433"], ["updated_at", "2018-10-11 16:43:21.425433"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.427817"], ["updated_at", "2018-10-11 16:43:21.427817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.429684"], ["updated_at", "2018-10-11 16:43:21.429684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.431367"], ["updated_at", "2018-10-11 16:43:21.431367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.433042"], ["updated_at", "2018-10-11 16:43:21.433042"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.434951"], ["updated_at", "2018-10-11 16:43:21.434951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.437073"], ["updated_at", "2018-10-11 16:43:21.437073"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.439131"], ["updated_at", "2018-10-11 16:43:21.439131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.440865"], ["updated_at", "2018-10-11 16:43:21.440865"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.442740"], ["updated_at", "2018-10-11 16:43:21.442740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.444960"], ["updated_at", "2018-10-11 16:43:21.444960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.446635"], ["updated_at", "2018-10-11 16:43:21.446635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.448268"], ["updated_at", "2018-10-11 16:43:21.448268"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.449921"], ["updated_at", "2018-10-11 16:43:21.449921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.452206"], ["updated_at", "2018-10-11 16:43:21.452206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.454278"], ["updated_at", "2018-10-11 16:43:21.454278"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.455938"], ["updated_at", "2018-10-11 16:43:21.455938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.457614"], ["updated_at", "2018-10-11 16:43:21.457614"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.459530"], ["updated_at", "2018-10-11 16:43:21.459530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.461351"], ["updated_at", "2018-10-11 16:43:21.461351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.462948"], ["updated_at", "2018-10-11 16:43:21.462948"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.464697"], ["updated_at", "2018-10-11 16:43:21.464697"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.466534"], ["updated_at", "2018-10-11 16:43:21.466534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.468958"], ["updated_at", "2018-10-11 16:43:21.468958"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.470898"], ["updated_at", "2018-10-11 16:43:21.470898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.472704"], ["updated_at", "2018-10-11 16:43:21.472704"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.474354"], ["updated_at", "2018-10-11 16:43:21.474354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.476645"], ["updated_at", "2018-10-11 16:43:21.476645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.478316"], ["updated_at", "2018-10-11 16:43:21.478316"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.479998"], ["updated_at", "2018-10-11 16:43:21.479998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.481738"], ["updated_at", "2018-10-11 16:43:21.481738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.483828"], ["updated_at", "2018-10-11 16:43:21.483828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.485818"], ["updated_at", "2018-10-11 16:43:21.485818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.487645"], ["updated_at", "2018-10-11 16:43:21.487645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.489392"], ["updated_at", "2018-10-11 16:43:21.489392"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.491267"], ["updated_at", "2018-10-11 16:43:21.491267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.493373"], ["updated_at", "2018-10-11 16:43:21.493373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.495018"], ["updated_at", "2018-10-11 16:43:21.495018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.496632"], ["updated_at", "2018-10-11 16:43:21.496632"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.498213"], ["updated_at", "2018-10-11 16:43:21.498213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.500460"], ["updated_at", "2018-10-11 16:43:21.500460"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.502282"], ["updated_at", "2018-10-11 16:43:21.502282"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.504282"], ["updated_at", "2018-10-11 16:43:21.504282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.505964"], ["updated_at", "2018-10-11 16:43:21.505964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.507908"], ["updated_at", "2018-10-11 16:43:21.507908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.509748"], ["updated_at", "2018-10-11 16:43:21.509748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.511333"], ["updated_at", "2018-10-11 16:43:21.511333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.512888"], ["updated_at", "2018-10-11 16:43:21.512888"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.514584"], ["updated_at", "2018-10-11 16:43:21.514584"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.517176"], ["updated_at", "2018-10-11 16:43:21.517176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.518973"], ["updated_at", "2018-10-11 16:43:21.518973"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.520715"], ["updated_at", "2018-10-11 16:43:21.520715"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.522469"], ["updated_at", "2018-10-11 16:43:21.522469"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.524634"], ["updated_at", "2018-10-11 16:43:21.524634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.526578"], ["updated_at", "2018-10-11 16:43:21.526578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.528185"], ["updated_at", "2018-10-11 16:43:21.528185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.529769"], ["updated_at", "2018-10-11 16:43:21.529769"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.531757"], ["updated_at", "2018-10-11 16:43:21.531757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.533800"], ["updated_at", "2018-10-11 16:43:21.533800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.535507"], ["updated_at", "2018-10-11 16:43:21.535507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.537348"], ["updated_at", "2018-10-11 16:43:21.537348"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.539045"], ["updated_at", "2018-10-11 16:43:21.539045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.541209"], ["updated_at", "2018-10-11 16:43:21.541209"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.542918"], ["updated_at", "2018-10-11 16:43:21.542918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.544588"], ["updated_at", "2018-10-11 16:43:21.544588"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.546160"], ["updated_at", "2018-10-11 16:43:21.546160"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.548213"], ["updated_at", "2018-10-11 16:43:21.548213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.550122"], ["updated_at", "2018-10-11 16:43:21.550122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.551806"], ["updated_at", "2018-10-11 16:43:21.551806"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.553426"], ["updated_at", "2018-10-11 16:43:21.553426"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.555486"], ["updated_at", "2018-10-11 16:43:21.555486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.557587"], ["updated_at", "2018-10-11 16:43:21.557587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.559226"], ["updated_at", "2018-10-11 16:43:21.559226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.560916"], ["updated_at", "2018-10-11 16:43:21.560916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.562483"], ["updated_at", "2018-10-11 16:43:21.562483"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.564444"], ["updated_at", "2018-10-11 16:43:21.564444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.566317"], ["updated_at", "2018-10-11 16:43:21.566317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.567993"], ["updated_at", "2018-10-11 16:43:21.567993"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.569797"], ["updated_at", "2018-10-11 16:43:21.569797"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.572195"], ["updated_at", "2018-10-11 16:43:21.572195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.574373"], ["updated_at", "2018-10-11 16:43:21.574373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.575960"], ["updated_at", "2018-10-11 16:43:21.575960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.577658"], ["updated_at", "2018-10-11 16:43:21.577658"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.579292"], ["updated_at", "2018-10-11 16:43:21.579292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.581558"], ["updated_at", "2018-10-11 16:43:21.581558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.583363"], ["updated_at", "2018-10-11 16:43:21.583363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.585069"], ["updated_at", "2018-10-11 16:43:21.585069"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.587235"], ["updated_at", "2018-10-11 16:43:21.587235"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.590816"], ["updated_at", "2018-10-11 16:43:21.590816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.592617"], ["updated_at", "2018-10-11 16:43:21.592617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.594169"], ["updated_at", "2018-10-11 16:43:21.594169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.595922"], ["updated_at", "2018-10-11 16:43:21.595922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.597494"], ["updated_at", "2018-10-11 16:43:21.597494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.599133"], ["updated_at", "2018-10-11 16:43:21.599133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.600736"], ["updated_at", "2018-10-11 16:43:21.600736"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.602438"], ["updated_at", "2018-10-11 16:43:21.602438"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.604570"], ["updated_at", "2018-10-11 16:43:21.604570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.606290"], ["updated_at", "2018-10-11 16:43:21.606290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.607914"], ["updated_at", "2018-10-11 16:43:21.607914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.609525"], ["updated_at", "2018-10-11 16:43:21.609525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.611299"], ["updated_at", "2018-10-11 16:43:21.611299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.613058"], ["updated_at", "2018-10-11 16:43:21.613058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.614670"], ["updated_at", "2018-10-11 16:43:21.614670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.616293"], ["updated_at", "2018-10-11 16:43:21.616293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.617867"], ["updated_at", "2018-10-11 16:43:21.617867"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.619726"], ["updated_at", "2018-10-11 16:43:21.619726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.621791"], ["updated_at", "2018-10-11 16:43:21.621791"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.623369"], ["updated_at", "2018-10-11 16:43:21.623369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.625169"], ["updated_at", "2018-10-11 16:43:21.625169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.626946"], ["updated_at", "2018-10-11 16:43:21.626946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.628724"], ["updated_at", "2018-10-11 16:43:21.628724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.630460"], ["updated_at", "2018-10-11 16:43:21.630460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.632052"], ["updated_at", "2018-10-11 16:43:21.632052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.633630"], ["updated_at", "2018-10-11 16:43:21.633630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.635136"], ["updated_at", "2018-10-11 16:43:21.635136"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.636866"], ["updated_at", "2018-10-11 16:43:21.636866"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.639144"], ["updated_at", "2018-10-11 16:43:21.639144"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.641686"], ["updated_at", "2018-10-11 16:43:21.641686"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.644206"], ["updated_at", "2018-10-11 16:43:21.644206"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.646659"], ["updated_at", "2018-10-11 16:43:21.646659"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.648771"], ["updated_at", "2018-10-11 16:43:21.648771"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.652705"], ["updated_at", "2018-10-11 16:43:21.652705"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.654759"], ["updated_at", "2018-10-11 16:43:21.654759"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.656799"], ["updated_at", "2018-10-11 16:43:21.656799"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.659149"], ["updated_at", "2018-10-11 16:43:21.659149"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.661705"], ["updated_at", "2018-10-11 16:43:21.661705"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.664069"], ["updated_at", "2018-10-11 16:43:21.664069"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.666563"], ["updated_at", "2018-10-11 16:43:21.666563"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.669029"], ["updated_at", "2018-10-11 16:43:21.669029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.671126"], ["updated_at", "2018-10-11 16:43:21.671126"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.672900"], ["updated_at", "2018-10-11 16:43:21.672900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.675054"], ["updated_at", "2018-10-11 16:43:21.675054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.676974"], ["updated_at", "2018-10-11 16:43:21.676974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.678671"], ["updated_at", "2018-10-11 16:43:21.678671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.680363"], ["updated_at", "2018-10-11 16:43:21.680363"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.682168"], ["updated_at", "2018-10-11 16:43:21.682168"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.684315"], ["updated_at", "2018-10-11 16:43:21.684315"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.686780"], ["updated_at", "2018-10-11 16:43:21.686780"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.689303"], ["updated_at", "2018-10-11 16:43:21.689303"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.691583"], ["updated_at", "2018-10-11 16:43:21.691583"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.693628"], ["updated_at", "2018-10-11 16:43:21.693628"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.696130"], ["updated_at", "2018-10-11 16:43:21.696130"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.698287"], ["updated_at", "2018-10-11 16:43:21.698287"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.700487"], ["updated_at", "2018-10-11 16:43:21.700487"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.703308"], ["updated_at", "2018-10-11 16:43:21.703308"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.705419"], ["updated_at", "2018-10-11 16:43:21.705419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.707535"], ["updated_at", "2018-10-11 16:43:21.707535"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.709633"], ["updated_at", "2018-10-11 16:43:21.709633"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.711823"], ["updated_at", "2018-10-11 16:43:21.711823"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.713965"], ["updated_at", "2018-10-11 16:43:21.713965"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.716491"], ["updated_at", "2018-10-11 16:43:21.716491"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.718753"], ["updated_at", "2018-10-11 16:43:21.718753"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.720840"], ["updated_at", "2018-10-11 16:43:21.720840"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.723023"], ["updated_at", "2018-10-11 16:43:21.723023"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.725148"], ["updated_at", "2018-10-11 16:43:21.725148"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.727254"], ["updated_at", "2018-10-11 16:43:21.727254"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.729443"], ["updated_at", "2018-10-11 16:43:21.729443"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.731589"], ["updated_at", "2018-10-11 16:43:21.731589"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.733703"], ["updated_at", "2018-10-11 16:43:21.733703"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.736565"], ["updated_at", "2018-10-11 16:43:21.736565"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.738858"], ["updated_at", "2018-10-11 16:43:21.738858"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.741099"], ["updated_at", "2018-10-11 16:43:21.741099"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.743707"], ["updated_at", "2018-10-11 16:43:21.743707"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.745918"], ["updated_at", "2018-10-11 16:43:21.745918"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.748348"], ["updated_at", "2018-10-11 16:43:21.748348"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.750865"], ["updated_at", "2018-10-11 16:43:21.750865"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.753799"], ["updated_at", "2018-10-11 16:43:21.753799"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.756034"], ["updated_at", "2018-10-11 16:43:21.756034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.758677"], ["updated_at", "2018-10-11 16:43:21.758677"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.760936"], ["updated_at", "2018-10-11 16:43:21.760936"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.763022"], ["updated_at", "2018-10-11 16:43:21.763022"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.765340"], ["updated_at", "2018-10-11 16:43:21.765340"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.767426"], ["updated_at", "2018-10-11 16:43:21.767426"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.770098"], ["updated_at", "2018-10-11 16:43:21.770098"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.772251"], ["updated_at", "2018-10-11 16:43:21.772251"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.774346"], ["updated_at", "2018-10-11 16:43:21.774346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.776558"], ["updated_at", "2018-10-11 16:43:21.776558"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.778674"], ["updated_at", "2018-10-11 16:43:21.778674"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.780467"], ["updated_at", "2018-10-11 16:43:21.780467"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.782220"], ["updated_at", "2018-10-11 16:43:21.782220"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.784352"], ["updated_at", "2018-10-11 16:43:21.784352"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.786181"], ["updated_at", "2018-10-11 16:43:21.786181"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.788604"], ["updated_at", "2018-10-11 16:43:21.788604"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.790771"], ["updated_at", "2018-10-11 16:43:21.790771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.792721"], ["updated_at", "2018-10-11 16:43:21.792721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.794636"], ["updated_at", "2018-10-11 16:43:21.794636"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.796474"], ["updated_at", "2018-10-11 16:43:21.796474"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.798830"], ["updated_at", "2018-10-11 16:43:21.798830"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.801150"], ["updated_at", "2018-10-11 16:43:21.801150"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.803477"], ["updated_at", "2018-10-11 16:43:21.803477"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.805657"], ["updated_at", "2018-10-11 16:43:21.805657"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.807406"], ["updated_at", "2018-10-11 16:43:21.807406"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.809256"], ["updated_at", "2018-10-11 16:43:21.809256"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.811301"], ["updated_at", "2018-10-11 16:43:21.811301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.813089"], ["updated_at", "2018-10-11 16:43:21.813089"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.814799"], ["updated_at", "2018-10-11 16:43:21.814799"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.816577"], ["updated_at", "2018-10-11 16:43:21.816577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.818524"], ["updated_at", "2018-10-11 16:43:21.818524"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.820329"], ["updated_at", "2018-10-11 16:43:21.820329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.822273"], ["updated_at", "2018-10-11 16:43:21.822273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.823959"], ["updated_at", "2018-10-11 16:43:21.823959"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.825563"], ["updated_at", "2018-10-11 16:43:21.825563"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.827785"], ["updated_at", "2018-10-11 16:43:21.827785"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.830665"], ["updated_at", "2018-10-11 16:43:21.830665"], ["parent_id", 39895952907]] Kithe::Work Create (10.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.833313"], ["updated_at", "2018-10-11 16:43:21.833313"], ["parent_id", 39895952907]] Kithe::Work Create (8.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.845018"], ["updated_at", "2018-10-11 16:43:21.845018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.855010"], ["updated_at", "2018-10-11 16:43:21.855010"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.856704"], ["updated_at", "2018-10-11 16:43:21.856704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.858600"], ["updated_at", "2018-10-11 16:43:21.858600"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.860497"], ["updated_at", "2018-10-11 16:43:21.860497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.862601"], ["updated_at", "2018-10-11 16:43:21.862601"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.864468"], ["updated_at", "2018-10-11 16:43:21.864468"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.866396"], ["updated_at", "2018-10-11 16:43:21.866396"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.868498"], ["updated_at", "2018-10-11 16:43:21.868498"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.871185"], ["updated_at", "2018-10-11 16:43:21.871185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.873256"], ["updated_at", "2018-10-11 16:43:21.873256"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.875285"], ["updated_at", "2018-10-11 16:43:21.875285"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.877798"], ["updated_at", "2018-10-11 16:43:21.877798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.880551"], ["updated_at", "2018-10-11 16:43:21.880551"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.882606"], ["updated_at", "2018-10-11 16:43:21.882606"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.884618"], ["updated_at", "2018-10-11 16:43:21.884618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.886614"], ["updated_at", "2018-10-11 16:43:21.886614"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.888340"], ["updated_at", "2018-10-11 16:43:21.888340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.892187"], ["updated_at", "2018-10-11 16:43:21.892187"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.894334"], ["updated_at", "2018-10-11 16:43:21.894334"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.896324"], ["updated_at", "2018-10-11 16:43:21.896324"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.898443"], ["updated_at", "2018-10-11 16:43:21.898443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.900569"], ["updated_at", "2018-10-11 16:43:21.900569"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.902659"], ["updated_at", "2018-10-11 16:43:21.902659"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.904555"], ["updated_at", "2018-10-11 16:43:21.904555"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.906456"], ["updated_at", "2018-10-11 16:43:21.906456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.909216"], ["updated_at", "2018-10-11 16:43:21.909216"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.911260"], ["updated_at", "2018-10-11 16:43:21.911260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.913057"], ["updated_at", "2018-10-11 16:43:21.913057"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.914690"], ["updated_at", "2018-10-11 16:43:21.914690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.916565"], ["updated_at", "2018-10-11 16:43:21.916565"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.918243"], ["updated_at", "2018-10-11 16:43:21.918243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.920786"], ["updated_at", "2018-10-11 16:43:21.920786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.922488"], ["updated_at", "2018-10-11 16:43:21.922488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.924092"], ["updated_at", "2018-10-11 16:43:21.924092"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.925951"], ["updated_at", "2018-10-11 16:43:21.925951"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.928391"], ["updated_at", "2018-10-11 16:43:21.928391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.930188"], ["updated_at", "2018-10-11 16:43:21.930188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.931784"], ["updated_at", "2018-10-11 16:43:21.931784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.933374"], ["updated_at", "2018-10-11 16:43:21.933374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.935455"], ["updated_at", "2018-10-11 16:43:21.935455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.937699"], ["updated_at", "2018-10-11 16:43:21.937699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.939517"], ["updated_at", "2018-10-11 16:43:21.939517"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.941227"], ["updated_at", "2018-10-11 16:43:21.941227"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.943672"], ["updated_at", "2018-10-11 16:43:21.943672"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.945689"], ["updated_at", "2018-10-11 16:43:21.945689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.947381"], ["updated_at", "2018-10-11 16:43:21.947381"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.948964"], ["updated_at", "2018-10-11 16:43:21.948964"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.950775"], ["updated_at", "2018-10-11 16:43:21.950775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.953158"], ["updated_at", "2018-10-11 16:43:21.953158"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.955997"], ["updated_at", "2018-10-11 16:43:21.955997"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.957867"], ["updated_at", "2018-10-11 16:43:21.957867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.960247"], ["updated_at", "2018-10-11 16:43:21.960247"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.962058"], ["updated_at", "2018-10-11 16:43:21.962058"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.963924"], ["updated_at", "2018-10-11 16:43:21.963924"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.965703"], ["updated_at", "2018-10-11 16:43:21.965703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.967828"], ["updated_at", "2018-10-11 16:43:21.967828"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.969822"], ["updated_at", "2018-10-11 16:43:21.969822"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.971865"], ["updated_at", "2018-10-11 16:43:21.971865"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.973748"], ["updated_at", "2018-10-11 16:43:21.973748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.976020"], ["updated_at", "2018-10-11 16:43:21.976020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.977963"], ["updated_at", "2018-10-11 16:43:21.977963"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.979616"], ["updated_at", "2018-10-11 16:43:21.979616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.981323"], ["updated_at", "2018-10-11 16:43:21.981323"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.983351"], ["updated_at", "2018-10-11 16:43:21.983351"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.985660"], ["updated_at", "2018-10-11 16:43:21.985660"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.987965"], ["updated_at", "2018-10-11 16:43:21.987965"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.990368"], ["updated_at", "2018-10-11 16:43:21.990368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.992761"], ["updated_at", "2018-10-11 16:43:21.992761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.994479"], ["updated_at", "2018-10-11 16:43:21.994479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.996040"], ["updated_at", "2018-10-11 16:43:21.996040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:21.997974"], ["updated_at", "2018-10-11 16:43:21.997974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.000072"], ["updated_at", "2018-10-11 16:43:22.000072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.002055"], ["updated_at", "2018-10-11 16:43:22.002055"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.003682"], ["updated_at", "2018-10-11 16:43:22.003682"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.006966"], ["updated_at", "2018-10-11 16:43:22.006966"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.009406"], ["updated_at", "2018-10-11 16:43:22.009406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.011050"], ["updated_at", "2018-10-11 16:43:22.011050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.012615"], ["updated_at", "2018-10-11 16:43:22.012615"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.014206"], ["updated_at", "2018-10-11 16:43:22.014206"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.016596"], ["updated_at", "2018-10-11 16:43:22.016596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.018433"], ["updated_at", "2018-10-11 16:43:22.018433"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.020161"], ["updated_at", "2018-10-11 16:43:22.020161"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.024053"], ["updated_at", "2018-10-11 16:43:22.024053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.026225"], ["updated_at", "2018-10-11 16:43:22.026225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.027833"], ["updated_at", "2018-10-11 16:43:22.027833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.029453"], ["updated_at", "2018-10-11 16:43:22.029453"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.031110"], ["updated_at", "2018-10-11 16:43:22.031110"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.033355"], ["updated_at", "2018-10-11 16:43:22.033355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.035087"], ["updated_at", "2018-10-11 16:43:22.035087"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.036699"], ["updated_at", "2018-10-11 16:43:22.036699"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.039003"], ["updated_at", "2018-10-11 16:43:22.039003"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.041443"], ["updated_at", "2018-10-11 16:43:22.041443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.043116"], ["updated_at", "2018-10-11 16:43:22.043116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.044693"], ["updated_at", "2018-10-11 16:43:22.044693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.046365"], ["updated_at", "2018-10-11 16:43:22.046365"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.048464"], ["updated_at", "2018-10-11 16:43:22.048464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.050325"], ["updated_at", "2018-10-11 16:43:22.050325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.051955"], ["updated_at", "2018-10-11 16:43:22.051955"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.053516"], ["updated_at", "2018-10-11 16:43:22.053516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.056459"], ["updated_at", "2018-10-11 16:43:22.056459"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.058529"], ["updated_at", "2018-10-11 16:43:22.058529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.060328"], ["updated_at", "2018-10-11 16:43:22.060328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.061873"], ["updated_at", "2018-10-11 16:43:22.061873"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.064128"], ["updated_at", "2018-10-11 16:43:22.064128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.066447"], ["updated_at", "2018-10-11 16:43:22.066447"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.068059"], ["updated_at", "2018-10-11 16:43:22.068059"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.069594"], ["updated_at", "2018-10-11 16:43:22.069594"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.072572"], ["updated_at", "2018-10-11 16:43:22.072572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.074832"], ["updated_at", "2018-10-11 16:43:22.074832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.076654"], ["updated_at", "2018-10-11 16:43:22.076654"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.078871"], ["updated_at", "2018-10-11 16:43:22.078871"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.081845"], ["updated_at", "2018-10-11 16:43:22.081845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.083778"], ["updated_at", "2018-10-11 16:43:22.083778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.085533"], ["updated_at", "2018-10-11 16:43:22.085533"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.087293"], ["updated_at", "2018-10-11 16:43:22.087293"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.089952"], ["updated_at", "2018-10-11 16:43:22.089952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.091704"], ["updated_at", "2018-10-11 16:43:22.091704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.093561"], ["updated_at", "2018-10-11 16:43:22.093561"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.095298"], ["updated_at", "2018-10-11 16:43:22.095298"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.097428"], ["updated_at", "2018-10-11 16:43:22.097428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.099125"], ["updated_at", "2018-10-11 16:43:22.099125"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.100703"], ["updated_at", "2018-10-11 16:43:22.100703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.102281"], ["updated_at", "2018-10-11 16:43:22.102281"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.104892"], ["updated_at", "2018-10-11 16:43:22.104892"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.107007"], ["updated_at", "2018-10-11 16:43:22.107007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.108876"], ["updated_at", "2018-10-11 16:43:22.108876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.110440"], ["updated_at", "2018-10-11 16:43:22.110440"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.112309"], ["updated_at", "2018-10-11 16:43:22.112309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.114267"], ["updated_at", "2018-10-11 16:43:22.114267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.115873"], ["updated_at", "2018-10-11 16:43:22.115873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.117404"], ["updated_at", "2018-10-11 16:43:22.117404"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.119365"], ["updated_at", "2018-10-11 16:43:22.119365"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.122081"], ["updated_at", "2018-10-11 16:43:22.122081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.123799"], ["updated_at", "2018-10-11 16:43:22.123799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.125560"], ["updated_at", "2018-10-11 16:43:22.125560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.127179"], ["updated_at", "2018-10-11 16:43:22.127179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.129601"], ["updated_at", "2018-10-11 16:43:22.129601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.131405"], ["updated_at", "2018-10-11 16:43:22.131405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.133069"], ["updated_at", "2018-10-11 16:43:22.133069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.134632"], ["updated_at", "2018-10-11 16:43:22.134632"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.136725"], ["updated_at", "2018-10-11 16:43:22.136725"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.139013"], ["updated_at", "2018-10-11 16:43:22.139013"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.141281"], ["updated_at", "2018-10-11 16:43:22.141281"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.143433"], ["updated_at", "2018-10-11 16:43:22.143433"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.145762"], ["updated_at", "2018-10-11 16:43:22.145762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.147469"], ["updated_at", "2018-10-11 16:43:22.147469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.149119"], ["updated_at", "2018-10-11 16:43:22.149119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.150673"], ["updated_at", "2018-10-11 16:43:22.150673"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.152265"], ["updated_at", "2018-10-11 16:43:22.152265"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.154940"], ["updated_at", "2018-10-11 16:43:22.154940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.156725"], ["updated_at", "2018-10-11 16:43:22.156725"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.158610"], ["updated_at", "2018-10-11 16:43:22.158610"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.160388"], ["updated_at", "2018-10-11 16:43:22.160388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.162764"], ["updated_at", "2018-10-11 16:43:22.162764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.164454"], ["updated_at", "2018-10-11 16:43:22.164454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.166033"], ["updated_at", "2018-10-11 16:43:22.166033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.167556"], ["updated_at", "2018-10-11 16:43:22.167556"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.169587"], ["updated_at", "2018-10-11 16:43:22.169587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.172104"], ["updated_at", "2018-10-11 16:43:22.172104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.173863"], ["updated_at", "2018-10-11 16:43:22.173863"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.175544"], ["updated_at", "2018-10-11 16:43:22.175544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.177238"], ["updated_at", "2018-10-11 16:43:22.177238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.178903"], ["updated_at", "2018-10-11 16:43:22.178903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.180468"], ["updated_at", "2018-10-11 16:43:22.180468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.182041"], ["updated_at", "2018-10-11 16:43:22.182041"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.183578"], ["updated_at", "2018-10-11 16:43:22.183578"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.185733"], ["updated_at", "2018-10-11 16:43:22.185733"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.188483"], ["updated_at", "2018-10-11 16:43:22.188483"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.190415"], ["updated_at", "2018-10-11 16:43:22.190415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.192183"], ["updated_at", "2018-10-11 16:43:22.192183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.193988"], ["updated_at", "2018-10-11 16:43:22.193988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.195619"], ["updated_at", "2018-10-11 16:43:22.195619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.197169"], ["updated_at", "2018-10-11 16:43:22.197169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.198719"], ["updated_at", "2018-10-11 16:43:22.198719"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.200251"], ["updated_at", "2018-10-11 16:43:22.200251"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.202531"], ["updated_at", "2018-10-11 16:43:22.202531"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.205083"], ["updated_at", "2018-10-11 16:43:22.205083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.206886"], ["updated_at", "2018-10-11 16:43:22.206886"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.208532"], ["updated_at", "2018-10-11 16:43:22.208532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.210632"], ["updated_at", "2018-10-11 16:43:22.210632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.212246"], ["updated_at", "2018-10-11 16:43:22.212246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.213846"], ["updated_at", "2018-10-11 16:43:22.213846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.215407"], ["updated_at", "2018-10-11 16:43:22.215407"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.217230"], ["updated_at", "2018-10-11 16:43:22.217230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.219346"], ["updated_at", "2018-10-11 16:43:22.219346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.221332"], ["updated_at", "2018-10-11 16:43:22.221332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.222971"], ["updated_at", "2018-10-11 16:43:22.222971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.224613"], ["updated_at", "2018-10-11 16:43:22.224613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.226386"], ["updated_at", "2018-10-11 16:43:22.226386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.227958"], ["updated_at", "2018-10-11 16:43:22.227958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.229545"], ["updated_at", "2018-10-11 16:43:22.229545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.231139"], ["updated_at", "2018-10-11 16:43:22.231139"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.232706"], ["updated_at", "2018-10-11 16:43:22.232706"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.234917"], ["updated_at", "2018-10-11 16:43:22.234917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.236785"], ["updated_at", "2018-10-11 16:43:22.236785"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.238841"], ["updated_at", "2018-10-11 16:43:22.238841"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.240597"], ["updated_at", "2018-10-11 16:43:22.240597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.242974"], ["updated_at", "2018-10-11 16:43:22.242974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.244546"], ["updated_at", "2018-10-11 16:43:22.244546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.246097"], ["updated_at", "2018-10-11 16:43:22.246097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.247687"], ["updated_at", "2018-10-11 16:43:22.247687"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.249804"], ["updated_at", "2018-10-11 16:43:22.249804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.251803"], ["updated_at", "2018-10-11 16:43:22.251803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.253508"], ["updated_at", "2018-10-11 16:43:22.253508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.255818"], ["updated_at", "2018-10-11 16:43:22.255818"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.258026"], ["updated_at", "2018-10-11 16:43:22.258026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.260074"], ["updated_at", "2018-10-11 16:43:22.260074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.261728"], ["updated_at", "2018-10-11 16:43:22.261728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.263302"], ["updated_at", "2018-10-11 16:43:22.263302"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.264854"], ["updated_at", "2018-10-11 16:43:22.264854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.267001"], ["updated_at", "2018-10-11 16:43:22.267001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.268764"], ["updated_at", "2018-10-11 16:43:22.268764"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.270384"], ["updated_at", "2018-10-11 16:43:22.270384"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.272551"], ["updated_at", "2018-10-11 16:43:22.272551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.274508"], ["updated_at", "2018-10-11 16:43:22.274508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.276184"], ["updated_at", "2018-10-11 16:43:22.276184"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.277778"], ["updated_at", "2018-10-11 16:43:22.277778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.279518"], ["updated_at", "2018-10-11 16:43:22.279518"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.281157"], ["updated_at", "2018-10-11 16:43:22.281157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.283327"], ["updated_at", "2018-10-11 16:43:22.283327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.284969"], ["updated_at", "2018-10-11 16:43:22.284969"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.286556"], ["updated_at", "2018-10-11 16:43:22.286556"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.288870"], ["updated_at", "2018-10-11 16:43:22.288870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.290770"], ["updated_at", "2018-10-11 16:43:22.290770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.292629"], ["updated_at", "2018-10-11 16:43:22.292629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.294308"], ["updated_at", "2018-10-11 16:43:22.294308"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.295846"], ["updated_at", "2018-10-11 16:43:22.295846"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.298080"], ["updated_at", "2018-10-11 16:43:22.298080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.300180"], ["updated_at", "2018-10-11 16:43:22.300180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.301796"], ["updated_at", "2018-10-11 16:43:22.301796"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.303327"], ["updated_at", "2018-10-11 16:43:22.303327"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.305796"], ["updated_at", "2018-10-11 16:43:22.305796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.307619"], ["updated_at", "2018-10-11 16:43:22.307619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.309277"], ["updated_at", "2018-10-11 16:43:22.309277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.310826"], ["updated_at", "2018-10-11 16:43:22.310826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.312421"], ["updated_at", "2018-10-11 16:43:22.312421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.314134"], ["updated_at", "2018-10-11 16:43:22.314134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.315802"], ["updated_at", "2018-10-11 16:43:22.315802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.317363"], ["updated_at", "2018-10-11 16:43:22.317363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.318870"], ["updated_at", "2018-10-11 16:43:22.318870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.320490"], ["updated_at", "2018-10-11 16:43:22.320490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.322724"], ["updated_at", "2018-10-11 16:43:22.322724"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.324398"], ["updated_at", "2018-10-11 16:43:22.324398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.326011"], ["updated_at", "2018-10-11 16:43:22.326011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.327588"], ["updated_at", "2018-10-11 16:43:22.327588"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.329109"], ["updated_at", "2018-10-11 16:43:22.329109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.330896"], ["updated_at", "2018-10-11 16:43:22.330896"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.332512"], ["updated_at", "2018-10-11 16:43:22.332512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.334070"], ["updated_at", "2018-10-11 16:43:22.334070"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.335616"], ["updated_at", "2018-10-11 16:43:22.335616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.339071"], ["updated_at", "2018-10-11 16:43:22.339071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.340849"], ["updated_at", "2018-10-11 16:43:22.340849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.342485"], ["updated_at", "2018-10-11 16:43:22.342485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.344047"], ["updated_at", "2018-10-11 16:43:22.344047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.345659"], ["updated_at", "2018-10-11 16:43:22.345659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.347384"], ["updated_at", "2018-10-11 16:43:22.347384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.348945"], ["updated_at", "2018-10-11 16:43:22.348945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.350498"], ["updated_at", "2018-10-11 16:43:22.350498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.352315"], ["updated_at", "2018-10-11 16:43:22.352315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.353953"], ["updated_at", "2018-10-11 16:43:22.353953"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.355793"], ["updated_at", "2018-10-11 16:43:22.355793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.357643"], ["updated_at", "2018-10-11 16:43:22.357643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.359200"], ["updated_at", "2018-10-11 16:43:22.359200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.360768"], ["updated_at", "2018-10-11 16:43:22.360768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.362559"], ["updated_at", "2018-10-11 16:43:22.362559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.364273"], ["updated_at", "2018-10-11 16:43:22.364273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.365921"], ["updated_at", "2018-10-11 16:43:22.365921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.367524"], ["updated_at", "2018-10-11 16:43:22.367524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.369029"], ["updated_at", "2018-10-11 16:43:22.369029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.370691"], ["updated_at", "2018-10-11 16:43:22.370691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.372266"], ["updated_at", "2018-10-11 16:43:22.372266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.374183"], ["updated_at", "2018-10-11 16:43:22.374183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.375935"], ["updated_at", "2018-10-11 16:43:22.375935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.377479"], ["updated_at", "2018-10-11 16:43:22.377479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.379180"], ["updated_at", "2018-10-11 16:43:22.379180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.380797"], ["updated_at", "2018-10-11 16:43:22.380797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.382338"], ["updated_at", "2018-10-11 16:43:22.382338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.383838"], ["updated_at", "2018-10-11 16:43:22.383838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.385405"], ["updated_at", "2018-10-11 16:43:22.385405"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.387239"], ["updated_at", "2018-10-11 16:43:22.387239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.388886"], ["updated_at", "2018-10-11 16:43:22.388886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.390522"], ["updated_at", "2018-10-11 16:43:22.390522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.392080"], ["updated_at", "2018-10-11 16:43:22.392080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.393684"], ["updated_at", "2018-10-11 16:43:22.393684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.395386"], ["updated_at", "2018-10-11 16:43:22.395386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.397016"], ["updated_at", "2018-10-11 16:43:22.397016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.398910"], ["updated_at", "2018-10-11 16:43:22.398910"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.400516"], ["updated_at", "2018-10-11 16:43:22.400516"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.402218"], ["updated_at", "2018-10-11 16:43:22.402218"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.404671"], ["updated_at", "2018-10-11 16:43:22.404671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.406515"], ["updated_at", "2018-10-11 16:43:22.406515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.408193"], ["updated_at", "2018-10-11 16:43:22.408193"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.410047"], ["updated_at", "2018-10-11 16:43:22.410047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.412275"], ["updated_at", "2018-10-11 16:43:22.412275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.413971"], ["updated_at", "2018-10-11 16:43:22.413971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.415519"], ["updated_at", "2018-10-11 16:43:22.415519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.417113"], ["updated_at", "2018-10-11 16:43:22.417113"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.418974"], ["updated_at", "2018-10-11 16:43:22.418974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.421256"], ["updated_at", "2018-10-11 16:43:22.421256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.423578"], ["updated_at", "2018-10-11 16:43:22.423578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.425319"], ["updated_at", "2018-10-11 16:43:22.425319"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.427324"], ["updated_at", "2018-10-11 16:43:22.427324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.429302"], ["updated_at", "2018-10-11 16:43:22.429302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.430909"], ["updated_at", "2018-10-11 16:43:22.430909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.432453"], ["updated_at", "2018-10-11 16:43:22.432453"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.434112"], ["updated_at", "2018-10-11 16:43:22.434112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.436185"], ["updated_at", "2018-10-11 16:43:22.436185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.438179"], ["updated_at", "2018-10-11 16:43:22.438179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.440007"], ["updated_at", "2018-10-11 16:43:22.440007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.441652"], ["updated_at", "2018-10-11 16:43:22.441652"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.443826"], ["updated_at", "2018-10-11 16:43:22.443826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.445751"], ["updated_at", "2018-10-11 16:43:22.445751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.447352"], ["updated_at", "2018-10-11 16:43:22.447352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.448931"], ["updated_at", "2018-10-11 16:43:22.448931"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.450512"], ["updated_at", "2018-10-11 16:43:22.450512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.452730"], ["updated_at", "2018-10-11 16:43:22.452730"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.454538"], ["updated_at", "2018-10-11 16:43:22.454538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.456583"], ["updated_at", "2018-10-11 16:43:22.456583"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.458269"], ["updated_at", "2018-10-11 16:43:22.458269"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.460477"], ["updated_at", "2018-10-11 16:43:22.460477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.462262"], ["updated_at", "2018-10-11 16:43:22.462262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.463915"], ["updated_at", "2018-10-11 16:43:22.463915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.465524"], ["updated_at", "2018-10-11 16:43:22.465524"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.467443"], ["updated_at", "2018-10-11 16:43:22.467443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.469360"], ["updated_at", "2018-10-11 16:43:22.469360"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.471214"], ["updated_at", "2018-10-11 16:43:22.471214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.473188"], ["updated_at", "2018-10-11 16:43:22.473188"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.474966"], ["updated_at", "2018-10-11 16:43:22.474966"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.477390"], ["updated_at", "2018-10-11 16:43:22.477390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.479081"], ["updated_at", "2018-10-11 16:43:22.479081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.480687"], ["updated_at", "2018-10-11 16:43:22.480687"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.482279"], ["updated_at", "2018-10-11 16:43:22.482279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.484339"], ["updated_at", "2018-10-11 16:43:22.484339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.486025"], ["updated_at", "2018-10-11 16:43:22.486025"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.487862"], ["updated_at", "2018-10-11 16:43:22.487862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.489583"], ["updated_at", "2018-10-11 16:43:22.489583"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.491456"], ["updated_at", "2018-10-11 16:43:22.491456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.493681"], ["updated_at", "2018-10-11 16:43:22.493681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.495312"], ["updated_at", "2018-10-11 16:43:22.495312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.496903"], ["updated_at", "2018-10-11 16:43:22.496903"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.498456"], ["updated_at", "2018-10-11 16:43:22.498456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.500352"], ["updated_at", "2018-10-11 16:43:22.500352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.502053"], ["updated_at", "2018-10-11 16:43:22.502053"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.503618"], ["updated_at", "2018-10-11 16:43:22.503618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.505661"], ["updated_at", "2018-10-11 16:43:22.505661"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.507690"], ["updated_at", "2018-10-11 16:43:22.507690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.509923"], ["updated_at", "2018-10-11 16:43:22.509923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.511552"], ["updated_at", "2018-10-11 16:43:22.511552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.513137"], ["updated_at", "2018-10-11 16:43:22.513137"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.514696"], ["updated_at", "2018-10-11 16:43:22.514696"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.516779"], ["updated_at", "2018-10-11 16:43:22.516779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.518475"], ["updated_at", "2018-10-11 16:43:22.518475"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.520056"], ["updated_at", "2018-10-11 16:43:22.520056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.522133"], ["updated_at", "2018-10-11 16:43:22.522133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.524175"], ["updated_at", "2018-10-11 16:43:22.524175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.526226"], ["updated_at", "2018-10-11 16:43:22.526226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.527862"], ["updated_at", "2018-10-11 16:43:22.527862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.529476"], ["updated_at", "2018-10-11 16:43:22.529476"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.531044"], ["updated_at", "2018-10-11 16:43:22.531044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.533379"], ["updated_at", "2018-10-11 16:43:22.533379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.535116"], ["updated_at", "2018-10-11 16:43:22.535116"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.536695"], ["updated_at", "2018-10-11 16:43:22.536695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.538663"], ["updated_at", "2018-10-11 16:43:22.538663"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.540779"], ["updated_at", "2018-10-11 16:43:22.540779"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.542737"], ["updated_at", "2018-10-11 16:43:22.542737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.544407"], ["updated_at", "2018-10-11 16:43:22.544407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.545941"], ["updated_at", "2018-10-11 16:43:22.545941"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.547555"], ["updated_at", "2018-10-11 16:43:22.547555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.549742"], ["updated_at", "2018-10-11 16:43:22.549742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.551415"], ["updated_at", "2018-10-11 16:43:22.551415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.553123"], ["updated_at", "2018-10-11 16:43:22.553123"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.555260"], ["updated_at", "2018-10-11 16:43:22.555260"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.558288"], ["updated_at", "2018-10-11 16:43:22.558288"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.561043"], ["updated_at", "2018-10-11 16:43:22.561043"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.564008"], ["updated_at", "2018-10-11 16:43:22.564008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.566509"], ["updated_at", "2018-10-11 16:43:22.566509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.568274"], ["updated_at", "2018-10-11 16:43:22.568274"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.569956"], ["updated_at", "2018-10-11 16:43:22.569956"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.572950"], ["updated_at", "2018-10-11 16:43:22.572950"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.575317"], ["updated_at", "2018-10-11 16:43:22.575317"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.577075"], ["updated_at", "2018-10-11 16:43:22.577075"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.579307"], ["updated_at", "2018-10-11 16:43:22.579307"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.582213"], ["updated_at", "2018-10-11 16:43:22.582213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.584042"], ["updated_at", "2018-10-11 16:43:22.584042"], ["parent_id", 39895952907]] Kithe::Work Create (3.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.586040"], ["updated_at", "2018-10-11 16:43:22.586040"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.591645"], ["updated_at", "2018-10-11 16:43:22.591645"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.593920"], ["updated_at", "2018-10-11 16:43:22.593920"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.596046"], ["updated_at", "2018-10-11 16:43:22.596046"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.598774"], ["updated_at", "2018-10-11 16:43:22.598774"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.600885"], ["updated_at", "2018-10-11 16:43:22.600885"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.602941"], ["updated_at", "2018-10-11 16:43:22.602941"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.606320"], ["updated_at", "2018-10-11 16:43:22.606320"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.608778"], ["updated_at", "2018-10-11 16:43:22.608778"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.611032"], ["updated_at", "2018-10-11 16:43:22.611032"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.613892"], ["updated_at", "2018-10-11 16:43:22.613892"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.615976"], ["updated_at", "2018-10-11 16:43:22.615976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.618213"], ["updated_at", "2018-10-11 16:43:22.618213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.620506"], ["updated_at", "2018-10-11 16:43:22.620506"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.623106"], ["updated_at", "2018-10-11 16:43:22.623106"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.625106"], ["updated_at", "2018-10-11 16:43:22.625106"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.627160"], ["updated_at", "2018-10-11 16:43:22.627160"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.629853"], ["updated_at", "2018-10-11 16:43:22.629853"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.631931"], ["updated_at", "2018-10-11 16:43:22.631931"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.633969"], ["updated_at", "2018-10-11 16:43:22.633969"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.635982"], ["updated_at", "2018-10-11 16:43:22.635982"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.639713"], ["updated_at", "2018-10-11 16:43:22.639713"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.642089"], ["updated_at", "2018-10-11 16:43:22.642089"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.644213"], ["updated_at", "2018-10-11 16:43:22.644213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.646522"], ["updated_at", "2018-10-11 16:43:22.646522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.648511"], ["updated_at", "2018-10-11 16:43:22.648511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.650619"], ["updated_at", "2018-10-11 16:43:22.650619"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.653273"], ["updated_at", "2018-10-11 16:43:22.653273"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.656519"], ["updated_at", "2018-10-11 16:43:22.656519"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.658914"], ["updated_at", "2018-10-11 16:43:22.658914"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.661240"], ["updated_at", "2018-10-11 16:43:22.661240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.663529"], ["updated_at", "2018-10-11 16:43:22.663529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.665262"], ["updated_at", "2018-10-11 16:43:22.665262"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.668876"], ["updated_at", "2018-10-11 16:43:22.668876"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.672111"], ["updated_at", "2018-10-11 16:43:22.672111"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.674769"], ["updated_at", "2018-10-11 16:43:22.674769"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.677285"], ["updated_at", "2018-10-11 16:43:22.677285"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.679514"], ["updated_at", "2018-10-11 16:43:22.679514"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.681724"], ["updated_at", "2018-10-11 16:43:22.681724"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.683910"], ["updated_at", "2018-10-11 16:43:22.683910"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.686271"], ["updated_at", "2018-10-11 16:43:22.686271"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.689011"], ["updated_at", "2018-10-11 16:43:22.689011"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.691314"], ["updated_at", "2018-10-11 16:43:22.691314"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.693677"], ["updated_at", "2018-10-11 16:43:22.693677"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.695635"], ["updated_at", "2018-10-11 16:43:22.695635"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.697641"], ["updated_at", "2018-10-11 16:43:22.697641"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.699785"], ["updated_at", "2018-10-11 16:43:22.699785"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.701849"], ["updated_at", "2018-10-11 16:43:22.701849"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.703743"], ["updated_at", "2018-10-11 16:43:22.703743"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.706116"], ["updated_at", "2018-10-11 16:43:22.706116"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.707994"], ["updated_at", "2018-10-11 16:43:22.707994"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.711128"], ["updated_at", "2018-10-11 16:43:22.711128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.713323"], ["updated_at", "2018-10-11 16:43:22.713323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.714990"], ["updated_at", "2018-10-11 16:43:22.714990"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.717145"], ["updated_at", "2018-10-11 16:43:22.717145"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.719241"], ["updated_at", "2018-10-11 16:43:22.719241"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.722781"], ["updated_at", "2018-10-11 16:43:22.722781"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.725181"], ["updated_at", "2018-10-11 16:43:22.725181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.727284"], ["updated_at", "2018-10-11 16:43:22.727284"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.729354"], ["updated_at", "2018-10-11 16:43:22.729354"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.731516"], ["updated_at", "2018-10-11 16:43:22.731516"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.733866"], ["updated_at", "2018-10-11 16:43:22.733866"], ["parent_id", 39895952907]] Kithe::Work Create (3.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.736394"], ["updated_at", "2018-10-11 16:43:22.736394"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.741100"], ["updated_at", "2018-10-11 16:43:22.741100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.743658"], ["updated_at", "2018-10-11 16:43:22.743658"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.745788"], ["updated_at", "2018-10-11 16:43:22.745788"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.748148"], ["updated_at", "2018-10-11 16:43:22.748148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.750574"], ["updated_at", "2018-10-11 16:43:22.750574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.752151"], ["updated_at", "2018-10-11 16:43:22.752151"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.753897"], ["updated_at", "2018-10-11 16:43:22.753897"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.756174"], ["updated_at", "2018-10-11 16:43:22.756174"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.758649"], ["updated_at", "2018-10-11 16:43:22.758649"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.761136"], ["updated_at", "2018-10-11 16:43:22.761136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.763081"], ["updated_at", "2018-10-11 16:43:22.763081"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.764820"], ["updated_at", "2018-10-11 16:43:22.764820"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.766908"], ["updated_at", "2018-10-11 16:43:22.766908"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.769117"], ["updated_at", "2018-10-11 16:43:22.769117"], ["parent_id", 39895952907]] Kithe::Work Create (12.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.772541"], ["updated_at", "2018-10-11 16:43:22.772541"], ["parent_id", 39895952907]] Kithe::Work Create (7.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.788115"], ["updated_at", "2018-10-11 16:43:22.788115"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.796834"], ["updated_at", "2018-10-11 16:43:22.796834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.799121"], ["updated_at", "2018-10-11 16:43:22.799121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.800737"], ["updated_at", "2018-10-11 16:43:22.800737"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.802374"], ["updated_at", "2018-10-11 16:43:22.802374"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.804534"], ["updated_at", "2018-10-11 16:43:22.804534"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.807594"], ["updated_at", "2018-10-11 16:43:22.807594"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.810050"], ["updated_at", "2018-10-11 16:43:22.810050"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.812712"], ["updated_at", "2018-10-11 16:43:22.812712"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.815752"], ["updated_at", "2018-10-11 16:43:22.815752"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.818470"], ["updated_at", "2018-10-11 16:43:22.818470"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.821122"], ["updated_at", "2018-10-11 16:43:22.821122"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.827395"], ["updated_at", "2018-10-11 16:43:22.827395"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.829438"], ["updated_at", "2018-10-11 16:43:22.829438"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.831585"], ["updated_at", "2018-10-11 16:43:22.831585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.833521"], ["updated_at", "2018-10-11 16:43:22.833521"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.835402"], ["updated_at", "2018-10-11 16:43:22.835402"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.837549"], ["updated_at", "2018-10-11 16:43:22.837549"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.840564"], ["updated_at", "2018-10-11 16:43:22.840564"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.842671"], ["updated_at", "2018-10-11 16:43:22.842671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.844738"], ["updated_at", "2018-10-11 16:43:22.844738"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.846775"], ["updated_at", "2018-10-11 16:43:22.846775"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.848729"], ["updated_at", "2018-10-11 16:43:22.848729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.850753"], ["updated_at", "2018-10-11 16:43:22.850753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.852441"], ["updated_at", "2018-10-11 16:43:22.852441"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.854060"], ["updated_at", "2018-10-11 16:43:22.854060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.856682"], ["updated_at", "2018-10-11 16:43:22.856682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.858402"], ["updated_at", "2018-10-11 16:43:22.858402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.860015"], ["updated_at", "2018-10-11 16:43:22.860015"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.861709"], ["updated_at", "2018-10-11 16:43:22.861709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.863476"], ["updated_at", "2018-10-11 16:43:22.863476"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.865039"], ["updated_at", "2018-10-11 16:43:22.865039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.866823"], ["updated_at", "2018-10-11 16:43:22.866823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.868422"], ["updated_at", "2018-10-11 16:43:22.868422"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.869950"], ["updated_at", "2018-10-11 16:43:22.869950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.871844"], ["updated_at", "2018-10-11 16:43:22.871844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.873487"], ["updated_at", "2018-10-11 16:43:22.873487"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.875108"], ["updated_at", "2018-10-11 16:43:22.875108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.876821"], ["updated_at", "2018-10-11 16:43:22.876821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.878535"], ["updated_at", "2018-10-11 16:43:22.878535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.880146"], ["updated_at", "2018-10-11 16:43:22.880146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.881671"], ["updated_at", "2018-10-11 16:43:22.881671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.883207"], ["updated_at", "2018-10-11 16:43:22.883207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.884745"], ["updated_at", "2018-10-11 16:43:22.884745"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.886315"], ["updated_at", "2018-10-11 16:43:22.886315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.888392"], ["updated_at", "2018-10-11 16:43:22.888392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.890163"], ["updated_at", "2018-10-11 16:43:22.890163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.891841"], ["updated_at", "2018-10-11 16:43:22.891841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.893446"], ["updated_at", "2018-10-11 16:43:22.893446"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.895728"], ["updated_at", "2018-10-11 16:43:22.895728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.897528"], ["updated_at", "2018-10-11 16:43:22.897528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.899163"], ["updated_at", "2018-10-11 16:43:22.899163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.900733"], ["updated_at", "2018-10-11 16:43:22.900733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.902309"], ["updated_at", "2018-10-11 16:43:22.902309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.904039"], ["updated_at", "2018-10-11 16:43:22.904039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.905592"], ["updated_at", "2018-10-11 16:43:22.905592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.907153"], ["updated_at", "2018-10-11 16:43:22.907153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.908715"], ["updated_at", "2018-10-11 16:43:22.908715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.910486"], ["updated_at", "2018-10-11 16:43:22.910486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.912264"], ["updated_at", "2018-10-11 16:43:22.912264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.913818"], ["updated_at", "2018-10-11 16:43:22.913818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.915347"], ["updated_at", "2018-10-11 16:43:22.915347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.916877"], ["updated_at", "2018-10-11 16:43:22.916877"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.918450"], ["updated_at", "2018-10-11 16:43:22.918450"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.920346"], ["updated_at", "2018-10-11 16:43:22.920346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.922225"], ["updated_at", "2018-10-11 16:43:22.922225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.923788"], ["updated_at", "2018-10-11 16:43:22.923788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.925357"], ["updated_at", "2018-10-11 16:43:22.925357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.927084"], ["updated_at", "2018-10-11 16:43:22.927084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.928691"], ["updated_at", "2018-10-11 16:43:22.928691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.930261"], ["updated_at", "2018-10-11 16:43:22.930261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.931809"], ["updated_at", "2018-10-11 16:43:22.931809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.933449"], ["updated_at", "2018-10-11 16:43:22.933449"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.935189"], ["updated_at", "2018-10-11 16:43:22.935189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.936821"], ["updated_at", "2018-10-11 16:43:22.936821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.938376"], ["updated_at", "2018-10-11 16:43:22.938376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.939907"], ["updated_at", "2018-10-11 16:43:22.939907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.941445"], ["updated_at", "2018-10-11 16:43:22.941445"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.943081"], ["updated_at", "2018-10-11 16:43:22.943081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.944776"], ["updated_at", "2018-10-11 16:43:22.944776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.946294"], ["updated_at", "2018-10-11 16:43:22.946294"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.947988"], ["updated_at", "2018-10-11 16:43:22.947988"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.949781"], ["updated_at", "2018-10-11 16:43:22.949781"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.951491"], ["updated_at", "2018-10-11 16:43:22.951491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.953122"], ["updated_at", "2018-10-11 16:43:22.953122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.954649"], ["updated_at", "2018-10-11 16:43:22.954649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.956163"], ["updated_at", "2018-10-11 16:43:22.956163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.957700"], ["updated_at", "2018-10-11 16:43:22.957700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.959349"], ["updated_at", "2018-10-11 16:43:22.959349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.961207"], ["updated_at", "2018-10-11 16:43:22.961207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.962898"], ["updated_at", "2018-10-11 16:43:22.962898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.964490"], ["updated_at", "2018-10-11 16:43:22.964490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.966040"], ["updated_at", "2018-10-11 16:43:22.966040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.967731"], ["updated_at", "2018-10-11 16:43:22.967731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.969447"], ["updated_at", "2018-10-11 16:43:22.969447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.971008"], ["updated_at", "2018-10-11 16:43:22.971008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.972613"], ["updated_at", "2018-10-11 16:43:22.972613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.974164"], ["updated_at", "2018-10-11 16:43:22.974164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.975802"], ["updated_at", "2018-10-11 16:43:22.975802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.977464"], ["updated_at", "2018-10-11 16:43:22.977464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.979021"], ["updated_at", "2018-10-11 16:43:22.979021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.980545"], ["updated_at", "2018-10-11 16:43:22.980545"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.982088"], ["updated_at", "2018-10-11 16:43:22.982088"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.984281"], ["updated_at", "2018-10-11 16:43:22.984281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.986573"], ["updated_at", "2018-10-11 16:43:22.986573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.988539"], ["updated_at", "2018-10-11 16:43:22.988539"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.990186"], ["updated_at", "2018-10-11 16:43:22.990186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.992003"], ["updated_at", "2018-10-11 16:43:22.992003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.993593"], ["updated_at", "2018-10-11 16:43:22.993593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.995180"], ["updated_at", "2018-10-11 16:43:22.995180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.996774"], ["updated_at", "2018-10-11 16:43:22.996774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.998336"], ["updated_at", "2018-10-11 16:43:22.998336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:22.999998"], ["updated_at", "2018-10-11 16:43:22.999998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.001637"], ["updated_at", "2018-10-11 16:43:23.001637"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.003206"], ["updated_at", "2018-10-11 16:43:23.003206"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.005617"], ["updated_at", "2018-10-11 16:43:23.005617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.007400"], ["updated_at", "2018-10-11 16:43:23.007400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.009318"], ["updated_at", "2018-10-11 16:43:23.009318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.010908"], ["updated_at", "2018-10-11 16:43:23.010908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.012612"], ["updated_at", "2018-10-11 16:43:23.012612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.014158"], ["updated_at", "2018-10-11 16:43:23.014158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.015904"], ["updated_at", "2018-10-11 16:43:23.015904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.018866"], ["updated_at", "2018-10-11 16:43:23.018866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.020489"], ["updated_at", "2018-10-11 16:43:23.020489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.022145"], ["updated_at", "2018-10-11 16:43:23.022145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.023876"], ["updated_at", "2018-10-11 16:43:23.023876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.025639"], ["updated_at", "2018-10-11 16:43:23.025639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.027259"], ["updated_at", "2018-10-11 16:43:23.027259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.028852"], ["updated_at", "2018-10-11 16:43:23.028852"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.030382"], ["updated_at", "2018-10-11 16:43:23.030382"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.032098"], ["updated_at", "2018-10-11 16:43:23.032098"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.033953"], ["updated_at", "2018-10-11 16:43:23.033953"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.035672"], ["updated_at", "2018-10-11 16:43:23.035672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.037317"], ["updated_at", "2018-10-11 16:43:23.037317"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.038939"], ["updated_at", "2018-10-11 16:43:23.038939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.040709"], ["updated_at", "2018-10-11 16:43:23.040709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.042344"], ["updated_at", "2018-10-11 16:43:23.042344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.043948"], ["updated_at", "2018-10-11 16:43:23.043948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.045496"], ["updated_at", "2018-10-11 16:43:23.045496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.047030"], ["updated_at", "2018-10-11 16:43:23.047030"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.048720"], ["updated_at", "2018-10-11 16:43:23.048720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.050327"], ["updated_at", "2018-10-11 16:43:23.050327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.051877"], ["updated_at", "2018-10-11 16:43:23.051877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.053420"], ["updated_at", "2018-10-11 16:43:23.053420"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.054957"], ["updated_at", "2018-10-11 16:43:23.054957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.056678"], ["updated_at", "2018-10-11 16:43:23.056678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.058256"], ["updated_at", "2018-10-11 16:43:23.058256"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.059883"], ["updated_at", "2018-10-11 16:43:23.059883"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.061782"], ["updated_at", "2018-10-11 16:43:23.061782"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.063668"], ["updated_at", "2018-10-11 16:43:23.063668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.065673"], ["updated_at", "2018-10-11 16:43:23.065673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.067369"], ["updated_at", "2018-10-11 16:43:23.067369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.068948"], ["updated_at", "2018-10-11 16:43:23.068948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.070537"], ["updated_at", "2018-10-11 16:43:23.070537"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.072542"], ["updated_at", "2018-10-11 16:43:23.072542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.074735"], ["updated_at", "2018-10-11 16:43:23.074735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.076572"], ["updated_at", "2018-10-11 16:43:23.076572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.078298"], ["updated_at", "2018-10-11 16:43:23.078298"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.079915"], ["updated_at", "2018-10-11 16:43:23.079915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.082181"], ["updated_at", "2018-10-11 16:43:23.082181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.083802"], ["updated_at", "2018-10-11 16:43:23.083802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.085340"], ["updated_at", "2018-10-11 16:43:23.085340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.086860"], ["updated_at", "2018-10-11 16:43:23.086860"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.089524"], ["updated_at", "2018-10-11 16:43:23.089524"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.091407"], ["updated_at", "2018-10-11 16:43:23.091407"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.093268"], ["updated_at", "2018-10-11 16:43:23.093268"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.095225"], ["updated_at", "2018-10-11 16:43:23.095225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.097152"], ["updated_at", "2018-10-11 16:43:23.097152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.098773"], ["updated_at", "2018-10-11 16:43:23.098773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.100336"], ["updated_at", "2018-10-11 16:43:23.100336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.101876"], ["updated_at", "2018-10-11 16:43:23.101876"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.103402"], ["updated_at", "2018-10-11 16:43:23.103402"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.105929"], ["updated_at", "2018-10-11 16:43:23.105929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.107793"], ["updated_at", "2018-10-11 16:43:23.107793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.109463"], ["updated_at", "2018-10-11 16:43:23.109463"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.111166"], ["updated_at", "2018-10-11 16:43:23.111166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.113053"], ["updated_at", "2018-10-11 16:43:23.113053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.114683"], ["updated_at", "2018-10-11 16:43:23.114683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.116272"], ["updated_at", "2018-10-11 16:43:23.116272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.117808"], ["updated_at", "2018-10-11 16:43:23.117808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.119340"], ["updated_at", "2018-10-11 16:43:23.119340"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.121026"], ["updated_at", "2018-10-11 16:43:23.121026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.123084"], ["updated_at", "2018-10-11 16:43:23.123084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.124796"], ["updated_at", "2018-10-11 16:43:23.124796"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.126434"], ["updated_at", "2018-10-11 16:43:23.126434"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.128200"], ["updated_at", "2018-10-11 16:43:23.128200"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.130593"], ["updated_at", "2018-10-11 16:43:23.130593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.132301"], ["updated_at", "2018-10-11 16:43:23.132301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.133844"], ["updated_at", "2018-10-11 16:43:23.133844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.135396"], ["updated_at", "2018-10-11 16:43:23.135396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.137501"], ["updated_at", "2018-10-11 16:43:23.137501"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.139389"], ["updated_at", "2018-10-11 16:43:23.139389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.141042"], ["updated_at", "2018-10-11 16:43:23.141042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.142734"], ["updated_at", "2018-10-11 16:43:23.142734"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.144452"], ["updated_at", "2018-10-11 16:43:23.144452"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.146470"], ["updated_at", "2018-10-11 16:43:23.146470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.148253"], ["updated_at", "2018-10-11 16:43:23.148253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.149871"], ["updated_at", "2018-10-11 16:43:23.149871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.151521"], ["updated_at", "2018-10-11 16:43:23.151521"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.153614"], ["updated_at", "2018-10-11 16:43:23.153614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.155756"], ["updated_at", "2018-10-11 16:43:23.155756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.157451"], ["updated_at", "2018-10-11 16:43:23.157451"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.159300"], ["updated_at", "2018-10-11 16:43:23.159300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.161228"], ["updated_at", "2018-10-11 16:43:23.161228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.162948"], ["updated_at", "2018-10-11 16:43:23.162948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.164535"], ["updated_at", "2018-10-11 16:43:23.164535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.166111"], ["updated_at", "2018-10-11 16:43:23.166111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.167597"], ["updated_at", "2018-10-11 16:43:23.167597"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.169624"], ["updated_at", "2018-10-11 16:43:23.169624"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.171746"], ["updated_at", "2018-10-11 16:43:23.171746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.173554"], ["updated_at", "2018-10-11 16:43:23.173554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.175373"], ["updated_at", "2018-10-11 16:43:23.175373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.177260"], ["updated_at", "2018-10-11 16:43:23.177260"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.178970"], ["updated_at", "2018-10-11 16:43:23.178970"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.180621"], ["updated_at", "2018-10-11 16:43:23.180621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.182144"], ["updated_at", "2018-10-11 16:43:23.182144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.183656"], ["updated_at", "2018-10-11 16:43:23.183656"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.185362"], ["updated_at", "2018-10-11 16:43:23.185362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.186984"], ["updated_at", "2018-10-11 16:43:23.186984"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.189012"], ["updated_at", "2018-10-11 16:43:23.189012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.190799"], ["updated_at", "2018-10-11 16:43:23.190799"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.192445"], ["updated_at", "2018-10-11 16:43:23.192445"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.195080"], ["updated_at", "2018-10-11 16:43:23.195080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.196757"], ["updated_at", "2018-10-11 16:43:23.196757"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.198311"], ["updated_at", "2018-10-11 16:43:23.198311"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.199910"], ["updated_at", "2018-10-11 16:43:23.199910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.201655"], ["updated_at", "2018-10-11 16:43:23.201655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.203298"], ["updated_at", "2018-10-11 16:43:23.203298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.205068"], ["updated_at", "2018-10-11 16:43:23.205068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.206769"], ["updated_at", "2018-10-11 16:43:23.206769"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.208515"], ["updated_at", "2018-10-11 16:43:23.208515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.210409"], ["updated_at", "2018-10-11 16:43:23.210409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.212158"], ["updated_at", "2018-10-11 16:43:23.212158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.213769"], ["updated_at", "2018-10-11 16:43:23.213769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.215387"], ["updated_at", "2018-10-11 16:43:23.215387"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.217064"], ["updated_at", "2018-10-11 16:43:23.217064"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.219490"], ["updated_at", "2018-10-11 16:43:23.219490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.221410"], ["updated_at", "2018-10-11 16:43:23.221410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.223110"], ["updated_at", "2018-10-11 16:43:23.223110"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.224745"], ["updated_at", "2018-10-11 16:43:23.224745"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.227371"], ["updated_at", "2018-10-11 16:43:23.227371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.229220"], ["updated_at", "2018-10-11 16:43:23.229220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.230806"], ["updated_at", "2018-10-11 16:43:23.230806"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.232498"], ["updated_at", "2018-10-11 16:43:23.232498"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.234214"], ["updated_at", "2018-10-11 16:43:23.234214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.235935"], ["updated_at", "2018-10-11 16:43:23.235935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.237742"], ["updated_at", "2018-10-11 16:43:23.237742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.239345"], ["updated_at", "2018-10-11 16:43:23.239345"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.240999"], ["updated_at", "2018-10-11 16:43:23.240999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.243510"], ["updated_at", "2018-10-11 16:43:23.243510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.245185"], ["updated_at", "2018-10-11 16:43:23.245185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.246777"], ["updated_at", "2018-10-11 16:43:23.246777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.248380"], ["updated_at", "2018-10-11 16:43:23.248380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.250071"], ["updated_at", "2018-10-11 16:43:23.250071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.251717"], ["updated_at", "2018-10-11 16:43:23.251717"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.253371"], ["updated_at", "2018-10-11 16:43:23.253371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.255299"], ["updated_at", "2018-10-11 16:43:23.255299"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.256924"], ["updated_at", "2018-10-11 16:43:23.256924"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.259447"], ["updated_at", "2018-10-11 16:43:23.259447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.261348"], ["updated_at", "2018-10-11 16:43:23.261348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.263044"], ["updated_at", "2018-10-11 16:43:23.263044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.264608"], ["updated_at", "2018-10-11 16:43:23.264608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.266239"], ["updated_at", "2018-10-11 16:43:23.266239"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.267831"], ["updated_at", "2018-10-11 16:43:23.267831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.269410"], ["updated_at", "2018-10-11 16:43:23.269410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.271130"], ["updated_at", "2018-10-11 16:43:23.271130"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.272805"], ["updated_at", "2018-10-11 16:43:23.272805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.274759"], ["updated_at", "2018-10-11 16:43:23.274759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.276437"], ["updated_at", "2018-10-11 16:43:23.276437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.278089"], ["updated_at", "2018-10-11 16:43:23.278089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.279738"], ["updated_at", "2018-10-11 16:43:23.279738"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.281456"], ["updated_at", "2018-10-11 16:43:23.281456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.283807"], ["updated_at", "2018-10-11 16:43:23.283807"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.285499"], ["updated_at", "2018-10-11 16:43:23.285499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.287162"], ["updated_at", "2018-10-11 16:43:23.287162"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.289504"], ["updated_at", "2018-10-11 16:43:23.289504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.292003"], ["updated_at", "2018-10-11 16:43:23.292003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.293645"], ["updated_at", "2018-10-11 16:43:23.293645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.295241"], ["updated_at", "2018-10-11 16:43:23.295241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.296910"], ["updated_at", "2018-10-11 16:43:23.296910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.298685"], ["updated_at", "2018-10-11 16:43:23.298685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.300363"], ["updated_at", "2018-10-11 16:43:23.300363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.301955"], ["updated_at", "2018-10-11 16:43:23.301955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.303519"], ["updated_at", "2018-10-11 16:43:23.303519"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.305294"], ["updated_at", "2018-10-11 16:43:23.305294"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.307140"], ["updated_at", "2018-10-11 16:43:23.307140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.308865"], ["updated_at", "2018-10-11 16:43:23.308865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.310510"], ["updated_at", "2018-10-11 16:43:23.310510"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.312113"], ["updated_at", "2018-10-11 16:43:23.312113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.315306"], ["updated_at", "2018-10-11 16:43:23.315306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.316865"], ["updated_at", "2018-10-11 16:43:23.316865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.318430"], ["updated_at", "2018-10-11 16:43:23.318430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.319953"], ["updated_at", "2018-10-11 16:43:23.319953"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.321854"], ["updated_at", "2018-10-11 16:43:23.321854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.324321"], ["updated_at", "2018-10-11 16:43:23.324321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.325928"], ["updated_at", "2018-10-11 16:43:23.325928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.327542"], ["updated_at", "2018-10-11 16:43:23.327542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.329185"], ["updated_at", "2018-10-11 16:43:23.329185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.331265"], ["updated_at", "2018-10-11 16:43:23.331265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.333230"], ["updated_at", "2018-10-11 16:43:23.333230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.334839"], ["updated_at", "2018-10-11 16:43:23.334839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.336443"], ["updated_at", "2018-10-11 16:43:23.336443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.338505"], ["updated_at", "2018-10-11 16:43:23.338505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.340346"], ["updated_at", "2018-10-11 16:43:23.340346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.341982"], ["updated_at", "2018-10-11 16:43:23.341982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.343711"], ["updated_at", "2018-10-11 16:43:23.343711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.345494"], ["updated_at", "2018-10-11 16:43:23.345494"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.347465"], ["updated_at", "2018-10-11 16:43:23.347465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.349482"], ["updated_at", "2018-10-11 16:43:23.349482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.351124"], ["updated_at", "2018-10-11 16:43:23.351124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.352651"], ["updated_at", "2018-10-11 16:43:23.352651"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.354725"], ["updated_at", "2018-10-11 16:43:23.354725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.356473"], ["updated_at", "2018-10-11 16:43:23.356473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.358138"], ["updated_at", "2018-10-11 16:43:23.358138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.359797"], ["updated_at", "2018-10-11 16:43:23.359797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.361472"], ["updated_at", "2018-10-11 16:43:23.361472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.363594"], ["updated_at", "2018-10-11 16:43:23.363594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.365513"], ["updated_at", "2018-10-11 16:43:23.365513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.367127"], ["updated_at", "2018-10-11 16:43:23.367127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.368716"], ["updated_at", "2018-10-11 16:43:23.368716"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.370282"], ["updated_at", "2018-10-11 16:43:23.370282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.372286"], ["updated_at", "2018-10-11 16:43:23.372286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.373986"], ["updated_at", "2018-10-11 16:43:23.373986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.375670"], ["updated_at", "2018-10-11 16:43:23.375670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.377314"], ["updated_at", "2018-10-11 16:43:23.377314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.379147"], ["updated_at", "2018-10-11 16:43:23.379147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.380830"], ["updated_at", "2018-10-11 16:43:23.380830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.382355"], ["updated_at", "2018-10-11 16:43:23.382355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.383939"], ["updated_at", "2018-10-11 16:43:23.383939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.385509"], ["updated_at", "2018-10-11 16:43:23.385509"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.387126"], ["updated_at", "2018-10-11 16:43:23.387126"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.389008"], ["updated_at", "2018-10-11 16:43:23.389008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.390769"], ["updated_at", "2018-10-11 16:43:23.390769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.392456"], ["updated_at", "2018-10-11 16:43:23.392456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.394061"], ["updated_at", "2018-10-11 16:43:23.394061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.395915"], ["updated_at", "2018-10-11 16:43:23.395915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.397518"], ["updated_at", "2018-10-11 16:43:23.397518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.399147"], ["updated_at", "2018-10-11 16:43:23.399147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.400689"], ["updated_at", "2018-10-11 16:43:23.400689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.402268"], ["updated_at", "2018-10-11 16:43:23.402268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.404291"], ["updated_at", "2018-10-11 16:43:23.404291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.405968"], ["updated_at", "2018-10-11 16:43:23.405968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.407652"], ["updated_at", "2018-10-11 16:43:23.407652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.409315"], ["updated_at", "2018-10-11 16:43:23.409315"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.411218"], ["updated_at", "2018-10-11 16:43:23.411218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.412999"], ["updated_at", "2018-10-11 16:43:23.412999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.414549"], ["updated_at", "2018-10-11 16:43:23.414549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.416085"], ["updated_at", "2018-10-11 16:43:23.416085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.417621"], ["updated_at", "2018-10-11 16:43:23.417621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.419561"], ["updated_at", "2018-10-11 16:43:23.419561"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.421222"], ["updated_at", "2018-10-11 16:43:23.421222"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.423404"], ["updated_at", "2018-10-11 16:43:23.423404"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.425964"], ["updated_at", "2018-10-11 16:43:23.425964"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.428783"], ["updated_at", "2018-10-11 16:43:23.428783"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.431311"], ["updated_at", "2018-10-11 16:43:23.431311"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.433801"], ["updated_at", "2018-10-11 16:43:23.433801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.436453"], ["updated_at", "2018-10-11 16:43:23.436453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.438825"], ["updated_at", "2018-10-11 16:43:23.438825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.440803"], ["updated_at", "2018-10-11 16:43:23.440803"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.442525"], ["updated_at", "2018-10-11 16:43:23.442525"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.445111"], ["updated_at", "2018-10-11 16:43:23.445111"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.447147"], ["updated_at", "2018-10-11 16:43:23.447147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.449518"], ["updated_at", "2018-10-11 16:43:23.449518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.451670"], ["updated_at", "2018-10-11 16:43:23.451670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.453719"], ["updated_at", "2018-10-11 16:43:23.453719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.455743"], ["updated_at", "2018-10-11 16:43:23.455743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.457638"], ["updated_at", "2018-10-11 16:43:23.457638"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.459877"], ["updated_at", "2018-10-11 16:43:23.459877"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.462504"], ["updated_at", "2018-10-11 16:43:23.462504"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.465023"], ["updated_at", "2018-10-11 16:43:23.465023"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.467395"], ["updated_at", "2018-10-11 16:43:23.467395"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.469479"], ["updated_at", "2018-10-11 16:43:23.469479"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.471490"], ["updated_at", "2018-10-11 16:43:23.471490"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.473481"], ["updated_at", "2018-10-11 16:43:23.473481"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.475501"], ["updated_at", "2018-10-11 16:43:23.475501"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.477508"], ["updated_at", "2018-10-11 16:43:23.477508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.479561"], ["updated_at", "2018-10-11 16:43:23.479561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.481455"], ["updated_at", "2018-10-11 16:43:23.481455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.483312"], ["updated_at", "2018-10-11 16:43:23.483312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.485122"], ["updated_at", "2018-10-11 16:43:23.485122"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.486780"], ["updated_at", "2018-10-11 16:43:23.486780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.488545"], ["updated_at", "2018-10-11 16:43:23.488545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.490205"], ["updated_at", "2018-10-11 16:43:23.490205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.492097"], ["updated_at", "2018-10-11 16:43:23.492097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.494031"], ["updated_at", "2018-10-11 16:43:23.494031"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.495724"], ["updated_at", "2018-10-11 16:43:23.495724"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.497913"], ["updated_at", "2018-10-11 16:43:23.497913"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.500043"], ["updated_at", "2018-10-11 16:43:23.500043"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.502462"], ["updated_at", "2018-10-11 16:43:23.502462"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.504623"], ["updated_at", "2018-10-11 16:43:23.504623"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.506717"], ["updated_at", "2018-10-11 16:43:23.506717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.508875"], ["updated_at", "2018-10-11 16:43:23.508875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.510710"], ["updated_at", "2018-10-11 16:43:23.510710"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.512554"], ["updated_at", "2018-10-11 16:43:23.512554"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.514650"], ["updated_at", "2018-10-11 16:43:23.514650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.516667"], ["updated_at", "2018-10-11 16:43:23.516667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.518407"], ["updated_at", "2018-10-11 16:43:23.518407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.520088"], ["updated_at", "2018-10-11 16:43:23.520088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.521827"], ["updated_at", "2018-10-11 16:43:23.521827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.523677"], ["updated_at", "2018-10-11 16:43:23.523677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.525473"], ["updated_at", "2018-10-11 16:43:23.525473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.527181"], ["updated_at", "2018-10-11 16:43:23.527181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.528925"], ["updated_at", "2018-10-11 16:43:23.528925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.530600"], ["updated_at", "2018-10-11 16:43:23.530600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.532453"], ["updated_at", "2018-10-11 16:43:23.532453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.534101"], ["updated_at", "2018-10-11 16:43:23.534101"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.535733"], ["updated_at", "2018-10-11 16:43:23.535733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.537426"], ["updated_at", "2018-10-11 16:43:23.537426"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.539037"], ["updated_at", "2018-10-11 16:43:23.539037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.541387"], ["updated_at", "2018-10-11 16:43:23.541387"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.543566"], ["updated_at", "2018-10-11 16:43:23.543566"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.545518"], ["updated_at", "2018-10-11 16:43:23.545518"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.547607"], ["updated_at", "2018-10-11 16:43:23.547607"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.550069"], ["updated_at", "2018-10-11 16:43:23.550069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.552966"], ["updated_at", "2018-10-11 16:43:23.552966"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.555442"], ["updated_at", "2018-10-11 16:43:23.555442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.558140"], ["updated_at", "2018-10-11 16:43:23.558140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.560122"], ["updated_at", "2018-10-11 16:43:23.560122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.562063"], ["updated_at", "2018-10-11 16:43:23.562063"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.563836"], ["updated_at", "2018-10-11 16:43:23.563836"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.566333"], ["updated_at", "2018-10-11 16:43:23.566333"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.568721"], ["updated_at", "2018-10-11 16:43:23.568721"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.571097"], ["updated_at", "2018-10-11 16:43:23.571097"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.573494"], ["updated_at", "2018-10-11 16:43:23.573494"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.577068"], ["updated_at", "2018-10-11 16:43:23.577068"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.582102"], ["updated_at", "2018-10-11 16:43:23.582102"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.585025"], ["updated_at", "2018-10-11 16:43:23.585025"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.587837"], ["updated_at", "2018-10-11 16:43:23.587837"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.591223"], ["updated_at", "2018-10-11 16:43:23.591223"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.593825"], ["updated_at", "2018-10-11 16:43:23.593825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.596888"], ["updated_at", "2018-10-11 16:43:23.596888"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.599471"], ["updated_at", "2018-10-11 16:43:23.599471"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.601589"], ["updated_at", "2018-10-11 16:43:23.601589"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.603557"], ["updated_at", "2018-10-11 16:43:23.603557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.605589"], ["updated_at", "2018-10-11 16:43:23.605589"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.607433"], ["updated_at", "2018-10-11 16:43:23.607433"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.609567"], ["updated_at", "2018-10-11 16:43:23.609567"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.611780"], ["updated_at", "2018-10-11 16:43:23.611780"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.614049"], ["updated_at", "2018-10-11 16:43:23.614049"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.616486"], ["updated_at", "2018-10-11 16:43:23.616486"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.618899"], ["updated_at", "2018-10-11 16:43:23.618899"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.621433"], ["updated_at", "2018-10-11 16:43:23.621433"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.623591"], ["updated_at", "2018-10-11 16:43:23.623591"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.625833"], ["updated_at", "2018-10-11 16:43:23.625833"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.628124"], ["updated_at", "2018-10-11 16:43:23.628124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.630455"], ["updated_at", "2018-10-11 16:43:23.630455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.632364"], ["updated_at", "2018-10-11 16:43:23.632364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.634199"], ["updated_at", "2018-10-11 16:43:23.634199"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.636025"], ["updated_at", "2018-10-11 16:43:23.636025"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.638224"], ["updated_at", "2018-10-11 16:43:23.638224"], ["parent_id", 39895952907]] Kithe::Work Create (14.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.640717"], ["updated_at", "2018-10-11 16:43:23.640717"], ["parent_id", 39895952907]] Kithe::Work Create (4.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.656580"], ["updated_at", "2018-10-11 16:43:23.656580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.662368"], ["updated_at", "2018-10-11 16:43:23.662368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.664296"], ["updated_at", "2018-10-11 16:43:23.664296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.666299"], ["updated_at", "2018-10-11 16:43:23.666299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.670087"], ["updated_at", "2018-10-11 16:43:23.670087"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.672119"], ["updated_at", "2018-10-11 16:43:23.672119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.674064"], ["updated_at", "2018-10-11 16:43:23.674064"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.675949"], ["updated_at", "2018-10-11 16:43:23.675949"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.678359"], ["updated_at", "2018-10-11 16:43:23.678359"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.680706"], ["updated_at", "2018-10-11 16:43:23.680706"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.683127"], ["updated_at", "2018-10-11 16:43:23.683127"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.685504"], ["updated_at", "2018-10-11 16:43:23.685504"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.687837"], ["updated_at", "2018-10-11 16:43:23.687837"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.689814"], ["updated_at", "2018-10-11 16:43:23.689814"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.691849"], ["updated_at", "2018-10-11 16:43:23.691849"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.694458"], ["updated_at", "2018-10-11 16:43:23.694458"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.696409"], ["updated_at", "2018-10-11 16:43:23.696409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.698447"], ["updated_at", "2018-10-11 16:43:23.698447"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.700439"], ["updated_at", "2018-10-11 16:43:23.700439"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.702639"], ["updated_at", "2018-10-11 16:43:23.702639"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.705462"], ["updated_at", "2018-10-11 16:43:23.705462"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.707455"], ["updated_at", "2018-10-11 16:43:23.707455"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.709510"], ["updated_at", "2018-10-11 16:43:23.709510"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.711611"], ["updated_at", "2018-10-11 16:43:23.711611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.713770"], ["updated_at", "2018-10-11 16:43:23.713770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.715542"], ["updated_at", "2018-10-11 16:43:23.715542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.717190"], ["updated_at", "2018-10-11 16:43:23.717190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.719695"], ["updated_at", "2018-10-11 16:43:23.719695"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.721761"], ["updated_at", "2018-10-11 16:43:23.721761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.723616"], ["updated_at", "2018-10-11 16:43:23.723616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.725286"], ["updated_at", "2018-10-11 16:43:23.725286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.727031"], ["updated_at", "2018-10-11 16:43:23.727031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.728605"], ["updated_at", "2018-10-11 16:43:23.728605"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.730425"], ["updated_at", "2018-10-11 16:43:23.730425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.732158"], ["updated_at", "2018-10-11 16:43:23.732158"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.734221"], ["updated_at", "2018-10-11 16:43:23.734221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.736293"], ["updated_at", "2018-10-11 16:43:23.736293"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.738363"], ["updated_at", "2018-10-11 16:43:23.738363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.740143"], ["updated_at", "2018-10-11 16:43:23.740143"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.741886"], ["updated_at", "2018-10-11 16:43:23.741886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.743839"], ["updated_at", "2018-10-11 16:43:23.743839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.745689"], ["updated_at", "2018-10-11 16:43:23.745689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.747195"], ["updated_at", "2018-10-11 16:43:23.747195"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.748848"], ["updated_at", "2018-10-11 16:43:23.748848"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.751170"], ["updated_at", "2018-10-11 16:43:23.751170"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.753109"], ["updated_at", "2018-10-11 16:43:23.753109"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.755136"], ["updated_at", "2018-10-11 16:43:23.755136"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.757033"], ["updated_at", "2018-10-11 16:43:23.757033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.758774"], ["updated_at", "2018-10-11 16:43:23.758774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.760359"], ["updated_at", "2018-10-11 16:43:23.760359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.761888"], ["updated_at", "2018-10-11 16:43:23.761888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.763488"], ["updated_at", "2018-10-11 16:43:23.763488"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.765023"], ["updated_at", "2018-10-11 16:43:23.765023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.766725"], ["updated_at", "2018-10-11 16:43:23.766725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.768358"], ["updated_at", "2018-10-11 16:43:23.768358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.769977"], ["updated_at", "2018-10-11 16:43:23.769977"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.771872"], ["updated_at", "2018-10-11 16:43:23.771872"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.773999"], ["updated_at", "2018-10-11 16:43:23.773999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.776455"], ["updated_at", "2018-10-11 16:43:23.776455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.778430"], ["updated_at", "2018-10-11 16:43:23.778430"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.780193"], ["updated_at", "2018-10-11 16:43:23.780193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.782089"], ["updated_at", "2018-10-11 16:43:23.782089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.783774"], ["updated_at", "2018-10-11 16:43:23.783774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.785333"], ["updated_at", "2018-10-11 16:43:23.785333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.787000"], ["updated_at", "2018-10-11 16:43:23.787000"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.789964"], ["updated_at", "2018-10-11 16:43:23.789964"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.792661"], ["updated_at", "2018-10-11 16:43:23.792661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.794373"], ["updated_at", "2018-10-11 16:43:23.794373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.795955"], ["updated_at", "2018-10-11 16:43:23.795955"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.797589"], ["updated_at", "2018-10-11 16:43:23.797589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.799493"], ["updated_at", "2018-10-11 16:43:23.799493"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.801080"], ["updated_at", "2018-10-11 16:43:23.801080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.802714"], ["updated_at", "2018-10-11 16:43:23.802714"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.804325"], ["updated_at", "2018-10-11 16:43:23.804325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.806565"], ["updated_at", "2018-10-11 16:43:23.806565"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.808268"], ["updated_at", "2018-10-11 16:43:23.808268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.809969"], ["updated_at", "2018-10-11 16:43:23.809969"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.811592"], ["updated_at", "2018-10-11 16:43:23.811592"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.813301"], ["updated_at", "2018-10-11 16:43:23.813301"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.815843"], ["updated_at", "2018-10-11 16:43:23.815843"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.817826"], ["updated_at", "2018-10-11 16:43:23.817826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.819699"], ["updated_at", "2018-10-11 16:43:23.819699"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.821664"], ["updated_at", "2018-10-11 16:43:23.821664"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.824189"], ["updated_at", "2018-10-11 16:43:23.824189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.826288"], ["updated_at", "2018-10-11 16:43:23.826288"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.828154"], ["updated_at", "2018-10-11 16:43:23.828154"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.829981"], ["updated_at", "2018-10-11 16:43:23.829981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.832349"], ["updated_at", "2018-10-11 16:43:23.832349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.834026"], ["updated_at", "2018-10-11 16:43:23.834026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.835587"], ["updated_at", "2018-10-11 16:43:23.835587"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.837434"], ["updated_at", "2018-10-11 16:43:23.837434"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.839767"], ["updated_at", "2018-10-11 16:43:23.839767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.841457"], ["updated_at", "2018-10-11 16:43:23.841457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.843050"], ["updated_at", "2018-10-11 16:43:23.843050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.844599"], ["updated_at", "2018-10-11 16:43:23.844599"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.846112"], ["updated_at", "2018-10-11 16:43:23.846112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.848583"], ["updated_at", "2018-10-11 16:43:23.848583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.850257"], ["updated_at", "2018-10-11 16:43:23.850257"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.851795"], ["updated_at", "2018-10-11 16:43:23.851795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.853669"], ["updated_at", "2018-10-11 16:43:23.853669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.856723"], ["updated_at", "2018-10-11 16:43:23.856723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.858532"], ["updated_at", "2018-10-11 16:43:23.858532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.860131"], ["updated_at", "2018-10-11 16:43:23.860131"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.861871"], ["updated_at", "2018-10-11 16:43:23.861871"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.863800"], ["updated_at", "2018-10-11 16:43:23.863800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.865539"], ["updated_at", "2018-10-11 16:43:23.865539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.867107"], ["updated_at", "2018-10-11 16:43:23.867107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.868790"], ["updated_at", "2018-10-11 16:43:23.868790"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.870460"], ["updated_at", "2018-10-11 16:43:23.870460"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.872901"], ["updated_at", "2018-10-11 16:43:23.872901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.874761"], ["updated_at", "2018-10-11 16:43:23.874761"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.876429"], ["updated_at", "2018-10-11 16:43:23.876429"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.878184"], ["updated_at", "2018-10-11 16:43:23.878184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.880256"], ["updated_at", "2018-10-11 16:43:23.880256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.882044"], ["updated_at", "2018-10-11 16:43:23.882044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.883678"], ["updated_at", "2018-10-11 16:43:23.883678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.885254"], ["updated_at", "2018-10-11 16:43:23.885254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.887142"], ["updated_at", "2018-10-11 16:43:23.887142"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.889249"], ["updated_at", "2018-10-11 16:43:23.889249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.891103"], ["updated_at", "2018-10-11 16:43:23.891103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.893026"], ["updated_at", "2018-10-11 16:43:23.893026"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.894655"], ["updated_at", "2018-10-11 16:43:23.894655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.896694"], ["updated_at", "2018-10-11 16:43:23.896694"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.898326"], ["updated_at", "2018-10-11 16:43:23.898326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.900018"], ["updated_at", "2018-10-11 16:43:23.900018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.901652"], ["updated_at", "2018-10-11 16:43:23.901652"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.903592"], ["updated_at", "2018-10-11 16:43:23.903592"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.906806"], ["updated_at", "2018-10-11 16:43:23.906806"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.908674"], ["updated_at", "2018-10-11 16:43:23.908674"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.910380"], ["updated_at", "2018-10-11 16:43:23.910380"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.912618"], ["updated_at", "2018-10-11 16:43:23.912618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.914415"], ["updated_at", "2018-10-11 16:43:23.914415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.916324"], ["updated_at", "2018-10-11 16:43:23.916324"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.918295"], ["updated_at", "2018-10-11 16:43:23.918295"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.920831"], ["updated_at", "2018-10-11 16:43:23.920831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.923377"], ["updated_at", "2018-10-11 16:43:23.923377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.925050"], ["updated_at", "2018-10-11 16:43:23.925050"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.926638"], ["updated_at", "2018-10-11 16:43:23.926638"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.928695"], ["updated_at", "2018-10-11 16:43:23.928695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.930458"], ["updated_at", "2018-10-11 16:43:23.930458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.932044"], ["updated_at", "2018-10-11 16:43:23.932044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.933596"], ["updated_at", "2018-10-11 16:43:23.933596"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.935220"], ["updated_at", "2018-10-11 16:43:23.935220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.937274"], ["updated_at", "2018-10-11 16:43:23.937274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.938868"], ["updated_at", "2018-10-11 16:43:23.938868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.940465"], ["updated_at", "2018-10-11 16:43:23.940465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.942102"], ["updated_at", "2018-10-11 16:43:23.942102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.943663"], ["updated_at", "2018-10-11 16:43:23.943663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.945187"], ["updated_at", "2018-10-11 16:43:23.945187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.946887"], ["updated_at", "2018-10-11 16:43:23.946887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.948754"], ["updated_at", "2018-10-11 16:43:23.948754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.950398"], ["updated_at", "2018-10-11 16:43:23.950398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.952007"], ["updated_at", "2018-10-11 16:43:23.952007"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.953939"], ["updated_at", "2018-10-11 16:43:23.953939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.955610"], ["updated_at", "2018-10-11 16:43:23.955610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.957158"], ["updated_at", "2018-10-11 16:43:23.957158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.958875"], ["updated_at", "2018-10-11 16:43:23.958875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.960478"], ["updated_at", "2018-10-11 16:43:23.960478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.962010"], ["updated_at", "2018-10-11 16:43:23.962010"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.963751"], ["updated_at", "2018-10-11 16:43:23.963751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.965418"], ["updated_at", "2018-10-11 16:43:23.965418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.967027"], ["updated_at", "2018-10-11 16:43:23.967027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.968562"], ["updated_at", "2018-10-11 16:43:23.968562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.970195"], ["updated_at", "2018-10-11 16:43:23.970195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.971875"], ["updated_at", "2018-10-11 16:43:23.971875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.973439"], ["updated_at", "2018-10-11 16:43:23.973439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.974999"], ["updated_at", "2018-10-11 16:43:23.974999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.976544"], ["updated_at", "2018-10-11 16:43:23.976544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.978075"], ["updated_at", "2018-10-11 16:43:23.978075"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.979628"], ["updated_at", "2018-10-11 16:43:23.979628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.981209"], ["updated_at", "2018-10-11 16:43:23.981209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.984044"], ["updated_at", "2018-10-11 16:43:23.984044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.985683"], ["updated_at", "2018-10-11 16:43:23.985683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.987271"], ["updated_at", "2018-10-11 16:43:23.987271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.988821"], ["updated_at", "2018-10-11 16:43:23.988821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.991007"], ["updated_at", "2018-10-11 16:43:23.991007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.992611"], ["updated_at", "2018-10-11 16:43:23.992611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.994234"], ["updated_at", "2018-10-11 16:43:23.994234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.995844"], ["updated_at", "2018-10-11 16:43:23.995844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.997481"], ["updated_at", "2018-10-11 16:43:23.997481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:23.999101"], ["updated_at", "2018-10-11 16:43:23.999101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.000713"], ["updated_at", "2018-10-11 16:43:24.000713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.002299"], ["updated_at", "2018-10-11 16:43:24.002299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.003873"], ["updated_at", "2018-10-11 16:43:24.003873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.005402"], ["updated_at", "2018-10-11 16:43:24.005402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.006927"], ["updated_at", "2018-10-11 16:43:24.006927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.008446"], ["updated_at", "2018-10-11 16:43:24.008446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.010004"], ["updated_at", "2018-10-11 16:43:24.010004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.011734"], ["updated_at", "2018-10-11 16:43:24.011734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.013299"], ["updated_at", "2018-10-11 16:43:24.013299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.014819"], ["updated_at", "2018-10-11 16:43:24.014819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.016373"], ["updated_at", "2018-10-11 16:43:24.016373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.017914"], ["updated_at", "2018-10-11 16:43:24.017914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.019438"], ["updated_at", "2018-10-11 16:43:24.019438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.020979"], ["updated_at", "2018-10-11 16:43:24.020979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.022539"], ["updated_at", "2018-10-11 16:43:24.022539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.024109"], ["updated_at", "2018-10-11 16:43:24.024109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.025605"], ["updated_at", "2018-10-11 16:43:24.025605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.027147"], ["updated_at", "2018-10-11 16:43:24.027147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.028649"], ["updated_at", "2018-10-11 16:43:24.028649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.030159"], ["updated_at", "2018-10-11 16:43:24.030159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.031696"], ["updated_at", "2018-10-11 16:43:24.031696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.033195"], ["updated_at", "2018-10-11 16:43:24.033195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.034729"], ["updated_at", "2018-10-11 16:43:24.034729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.036359"], ["updated_at", "2018-10-11 16:43:24.036359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.037911"], ["updated_at", "2018-10-11 16:43:24.037911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.039491"], ["updated_at", "2018-10-11 16:43:24.039491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.041094"], ["updated_at", "2018-10-11 16:43:24.041094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.042649"], ["updated_at", "2018-10-11 16:43:24.042649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.044145"], ["updated_at", "2018-10-11 16:43:24.044145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.045776"], ["updated_at", "2018-10-11 16:43:24.045776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.047362"], ["updated_at", "2018-10-11 16:43:24.047362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.048955"], ["updated_at", "2018-10-11 16:43:24.048955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.050532"], ["updated_at", "2018-10-11 16:43:24.050532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.052076"], ["updated_at", "2018-10-11 16:43:24.052076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.053576"], ["updated_at", "2018-10-11 16:43:24.053576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.055093"], ["updated_at", "2018-10-11 16:43:24.055093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.056694"], ["updated_at", "2018-10-11 16:43:24.056694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.058208"], ["updated_at", "2018-10-11 16:43:24.058208"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.059725"], ["updated_at", "2018-10-11 16:43:24.059725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.061708"], ["updated_at", "2018-10-11 16:43:24.061708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.063333"], ["updated_at", "2018-10-11 16:43:24.063333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.064887"], ["updated_at", "2018-10-11 16:43:24.064887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.066402"], ["updated_at", "2018-10-11 16:43:24.066402"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.067991"], ["updated_at", "2018-10-11 16:43:24.067991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.069997"], ["updated_at", "2018-10-11 16:43:24.069997"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.071725"], ["updated_at", "2018-10-11 16:43:24.071725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.073482"], ["updated_at", "2018-10-11 16:43:24.073482"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.075210"], ["updated_at", "2018-10-11 16:43:24.075210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.077244"], ["updated_at", "2018-10-11 16:43:24.077244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.078991"], ["updated_at", "2018-10-11 16:43:24.078991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.080690"], ["updated_at", "2018-10-11 16:43:24.080690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.082280"], ["updated_at", "2018-10-11 16:43:24.082280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.083848"], ["updated_at", "2018-10-11 16:43:24.083848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.085823"], ["updated_at", "2018-10-11 16:43:24.085823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.087552"], ["updated_at", "2018-10-11 16:43:24.087552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.089120"], ["updated_at", "2018-10-11 16:43:24.089120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.090661"], ["updated_at", "2018-10-11 16:43:24.090661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.092379"], ["updated_at", "2018-10-11 16:43:24.092379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.094350"], ["updated_at", "2018-10-11 16:43:24.094350"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.095960"], ["updated_at", "2018-10-11 16:43:24.095960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.097541"], ["updated_at", "2018-10-11 16:43:24.097541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.099054"], ["updated_at", "2018-10-11 16:43:24.099054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.100611"], ["updated_at", "2018-10-11 16:43:24.100611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.102362"], ["updated_at", "2018-10-11 16:43:24.102362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.104193"], ["updated_at", "2018-10-11 16:43:24.104193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.105822"], ["updated_at", "2018-10-11 16:43:24.105822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.107340"], ["updated_at", "2018-10-11 16:43:24.107340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.108872"], ["updated_at", "2018-10-11 16:43:24.108872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.110795"], ["updated_at", "2018-10-11 16:43:24.110795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.112498"], ["updated_at", "2018-10-11 16:43:24.112498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.114117"], ["updated_at", "2018-10-11 16:43:24.114117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.115780"], ["updated_at", "2018-10-11 16:43:24.115780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.117323"], ["updated_at", "2018-10-11 16:43:24.117323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.119225"], ["updated_at", "2018-10-11 16:43:24.119225"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.120923"], ["updated_at", "2018-10-11 16:43:24.120923"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.123246"], ["updated_at", "2018-10-11 16:43:24.123246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.125020"], ["updated_at", "2018-10-11 16:43:24.125020"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.127170"], ["updated_at", "2018-10-11 16:43:24.127170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.128906"], ["updated_at", "2018-10-11 16:43:24.128906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.130485"], ["updated_at", "2018-10-11 16:43:24.130485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.132013"], ["updated_at", "2018-10-11 16:43:24.132013"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.133599"], ["updated_at", "2018-10-11 16:43:24.133599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.135715"], ["updated_at", "2018-10-11 16:43:24.135715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.137407"], ["updated_at", "2018-10-11 16:43:24.137407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.138997"], ["updated_at", "2018-10-11 16:43:24.138997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.140571"], ["updated_at", "2018-10-11 16:43:24.140571"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.142115"], ["updated_at", "2018-10-11 16:43:24.142115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.144078"], ["updated_at", "2018-10-11 16:43:24.144078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.145728"], ["updated_at", "2018-10-11 16:43:24.145728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.147329"], ["updated_at", "2018-10-11 16:43:24.147329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.148859"], ["updated_at", "2018-10-11 16:43:24.148859"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.151089"], ["updated_at", "2018-10-11 16:43:24.151089"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.153780"], ["updated_at", "2018-10-11 16:43:24.153780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.155605"], ["updated_at", "2018-10-11 16:43:24.155605"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.157459"], ["updated_at", "2018-10-11 16:43:24.157459"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.159975"], ["updated_at", "2018-10-11 16:43:24.159975"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.163029"], ["updated_at", "2018-10-11 16:43:24.163029"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.166745"], ["updated_at", "2018-10-11 16:43:24.166745"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.169258"], ["updated_at", "2018-10-11 16:43:24.169258"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.171727"], ["updated_at", "2018-10-11 16:43:24.171727"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.173370"], ["updated_at", "2018-10-11 16:43:24.173370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.175301"], ["updated_at", "2018-10-11 16:43:24.175301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.176872"], ["updated_at", "2018-10-11 16:43:24.176872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.178399"], ["updated_at", "2018-10-11 16:43:24.178399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.179941"], ["updated_at", "2018-10-11 16:43:24.179941"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.181671"], ["updated_at", "2018-10-11 16:43:24.181671"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.183778"], ["updated_at", "2018-10-11 16:43:24.183778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.185560"], ["updated_at", "2018-10-11 16:43:24.185560"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.187228"], ["updated_at", "2018-10-11 16:43:24.187228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.189121"], ["updated_at", "2018-10-11 16:43:24.189121"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.191079"], ["updated_at", "2018-10-11 16:43:24.191079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.192789"], ["updated_at", "2018-10-11 16:43:24.192789"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.194346"], ["updated_at", "2018-10-11 16:43:24.194346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.195887"], ["updated_at", "2018-10-11 16:43:24.195887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.197543"], ["updated_at", "2018-10-11 16:43:24.197543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.199441"], ["updated_at", "2018-10-11 16:43:24.199441"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.201335"], ["updated_at", "2018-10-11 16:43:24.201335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.203201"], ["updated_at", "2018-10-11 16:43:24.203201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.204857"], ["updated_at", "2018-10-11 16:43:24.204857"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.206372"], ["updated_at", "2018-10-11 16:43:24.206372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.208380"], ["updated_at", "2018-10-11 16:43:24.208380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.210033"], ["updated_at", "2018-10-11 16:43:24.210033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.211582"], ["updated_at", "2018-10-11 16:43:24.211582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.213167"], ["updated_at", "2018-10-11 16:43:24.213167"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.214703"], ["updated_at", "2018-10-11 16:43:24.214703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.216834"], ["updated_at", "2018-10-11 16:43:24.216834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.218639"], ["updated_at", "2018-10-11 16:43:24.218639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.220378"], ["updated_at", "2018-10-11 16:43:24.220378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.221993"], ["updated_at", "2018-10-11 16:43:24.221993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.223552"], ["updated_at", "2018-10-11 16:43:24.223552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.225098"], ["updated_at", "2018-10-11 16:43:24.225098"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.227082"], ["updated_at", "2018-10-11 16:43:24.227082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.228801"], ["updated_at", "2018-10-11 16:43:24.228801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.230345"], ["updated_at", "2018-10-11 16:43:24.230345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.232281"], ["updated_at", "2018-10-11 16:43:24.232281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.234171"], ["updated_at", "2018-10-11 16:43:24.234171"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.235871"], ["updated_at", "2018-10-11 16:43:24.235871"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.237577"], ["updated_at", "2018-10-11 16:43:24.237577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.239159"], ["updated_at", "2018-10-11 16:43:24.239159"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.241072"], ["updated_at", "2018-10-11 16:43:24.241072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.242857"], ["updated_at", "2018-10-11 16:43:24.242857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.244495"], ["updated_at", "2018-10-11 16:43:24.244495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.246047"], ["updated_at", "2018-10-11 16:43:24.246047"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.247657"], ["updated_at", "2018-10-11 16:43:24.247657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.249757"], ["updated_at", "2018-10-11 16:43:24.249757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.251422"], ["updated_at", "2018-10-11 16:43:24.251422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.253194"], ["updated_at", "2018-10-11 16:43:24.253194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.254765"], ["updated_at", "2018-10-11 16:43:24.254765"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.256835"], ["updated_at", "2018-10-11 16:43:24.256835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.258650"], ["updated_at", "2018-10-11 16:43:24.258650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.260269"], ["updated_at", "2018-10-11 16:43:24.260269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.261871"], ["updated_at", "2018-10-11 16:43:24.261871"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.263447"], ["updated_at", "2018-10-11 16:43:24.263447"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.265375"], ["updated_at", "2018-10-11 16:43:24.265375"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.267180"], ["updated_at", "2018-10-11 16:43:24.267180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.268895"], ["updated_at", "2018-10-11 16:43:24.268895"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.270519"], ["updated_at", "2018-10-11 16:43:24.270519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.273808"], ["updated_at", "2018-10-11 16:43:24.273808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.275451"], ["updated_at", "2018-10-11 16:43:24.275451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.277020"], ["updated_at", "2018-10-11 16:43:24.277020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.278562"], ["updated_at", "2018-10-11 16:43:24.278562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.280122"], ["updated_at", "2018-10-11 16:43:24.280122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.281664"], ["updated_at", "2018-10-11 16:43:24.281664"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.283518"], ["updated_at", "2018-10-11 16:43:24.283518"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.285966"], ["updated_at", "2018-10-11 16:43:24.285966"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.287842"], ["updated_at", "2018-10-11 16:43:24.287842"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.291000"], ["updated_at", "2018-10-11 16:43:24.291000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.292731"], ["updated_at", "2018-10-11 16:43:24.292731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.294379"], ["updated_at", "2018-10-11 16:43:24.294379"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.295920"], ["updated_at", "2018-10-11 16:43:24.295920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.298124"], ["updated_at", "2018-10-11 16:43:24.298124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.299783"], ["updated_at", "2018-10-11 16:43:24.299783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.301370"], ["updated_at", "2018-10-11 16:43:24.301370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.303047"], ["updated_at", "2018-10-11 16:43:24.303047"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.305537"], ["updated_at", "2018-10-11 16:43:24.305537"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.307694"], ["updated_at", "2018-10-11 16:43:24.307694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.309334"], ["updated_at", "2018-10-11 16:43:24.309334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.310869"], ["updated_at", "2018-10-11 16:43:24.310869"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.312424"], ["updated_at", "2018-10-11 16:43:24.312424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.314624"], ["updated_at", "2018-10-11 16:43:24.314624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.316211"], ["updated_at", "2018-10-11 16:43:24.316211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.317807"], ["updated_at", "2018-10-11 16:43:24.317807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.319514"], ["updated_at", "2018-10-11 16:43:24.319514"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.321835"], ["updated_at", "2018-10-11 16:43:24.321835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.324064"], ["updated_at", "2018-10-11 16:43:24.324064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.325663"], ["updated_at", "2018-10-11 16:43:24.325663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.327286"], ["updated_at", "2018-10-11 16:43:24.327286"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.329165"], ["updated_at", "2018-10-11 16:43:24.329165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.331172"], ["updated_at", "2018-10-11 16:43:24.331172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.332770"], ["updated_at", "2018-10-11 16:43:24.332770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.334298"], ["updated_at", "2018-10-11 16:43:24.334298"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.335991"], ["updated_at", "2018-10-11 16:43:24.335991"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.338369"], ["updated_at", "2018-10-11 16:43:24.338369"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.340865"], ["updated_at", "2018-10-11 16:43:24.340865"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.343519"], ["updated_at", "2018-10-11 16:43:24.343519"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.348069"], ["updated_at", "2018-10-11 16:43:24.348069"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.350783"], ["updated_at", "2018-10-11 16:43:24.350783"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.353579"], ["updated_at", "2018-10-11 16:43:24.353579"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.356242"], ["updated_at", "2018-10-11 16:43:24.356242"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.360552"], ["updated_at", "2018-10-11 16:43:24.360552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.364257"], ["updated_at", "2018-10-11 16:43:24.364257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.365794"], ["updated_at", "2018-10-11 16:43:24.365794"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.367254"], ["updated_at", "2018-10-11 16:43:24.367254"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.368939"], ["updated_at", "2018-10-11 16:43:24.368939"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.371338"], ["updated_at", "2018-10-11 16:43:24.371338"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.374202"], ["updated_at", "2018-10-11 16:43:24.374202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.378906"], ["updated_at", "2018-10-11 16:43:24.378906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.380932"], ["updated_at", "2018-10-11 16:43:24.380932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.382537"], ["updated_at", "2018-10-11 16:43:24.382537"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.384141"], ["updated_at", "2018-10-11 16:43:24.384141"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.386619"], ["updated_at", "2018-10-11 16:43:24.386619"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.388708"], ["updated_at", "2018-10-11 16:43:24.388708"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.391742"], ["updated_at", "2018-10-11 16:43:24.391742"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.396115"], ["updated_at", "2018-10-11 16:43:24.396115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.397945"], ["updated_at", "2018-10-11 16:43:24.397945"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.399673"], ["updated_at", "2018-10-11 16:43:24.399673"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.401348"], ["updated_at", "2018-10-11 16:43:24.401348"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.403699"], ["updated_at", "2018-10-11 16:43:24.403699"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.405925"], ["updated_at", "2018-10-11 16:43:24.405925"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.409337"], ["updated_at", "2018-10-11 16:43:24.409337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.412075"], ["updated_at", "2018-10-11 16:43:24.412075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.413665"], ["updated_at", "2018-10-11 16:43:24.413665"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.415291"], ["updated_at", "2018-10-11 16:43:24.415291"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.417012"], ["updated_at", "2018-10-11 16:43:24.417012"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.419394"], ["updated_at", "2018-10-11 16:43:24.419394"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.421347"], ["updated_at", "2018-10-11 16:43:24.421347"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.424001"], ["updated_at", "2018-10-11 16:43:24.424001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.428733"], ["updated_at", "2018-10-11 16:43:24.428733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.430389"], ["updated_at", "2018-10-11 16:43:24.430389"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.431787"], ["updated_at", "2018-10-11 16:43:24.431787"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.433222"], ["updated_at", "2018-10-11 16:43:24.433222"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.435526"], ["updated_at", "2018-10-11 16:43:24.435526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.437353"], ["updated_at", "2018-10-11 16:43:24.437353"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.439446"], ["updated_at", "2018-10-11 16:43:24.439446"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.443415"], ["updated_at", "2018-10-11 16:43:24.443415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.445933"], ["updated_at", "2018-10-11 16:43:24.445933"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.447558"], ["updated_at", "2018-10-11 16:43:24.447558"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.449325"], ["updated_at", "2018-10-11 16:43:24.449325"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.451694"], ["updated_at", "2018-10-11 16:43:24.451694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.453627"], ["updated_at", "2018-10-11 16:43:24.453627"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.455435"], ["updated_at", "2018-10-11 16:43:24.455435"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.458279"], ["updated_at", "2018-10-11 16:43:24.458279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.461097"], ["updated_at", "2018-10-11 16:43:24.461097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.462709"], ["updated_at", "2018-10-11 16:43:24.462709"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.464238"], ["updated_at", "2018-10-11 16:43:24.464238"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.465825"], ["updated_at", "2018-10-11 16:43:24.465825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.468235"], ["updated_at", "2018-10-11 16:43:24.468235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.470032"], ["updated_at", "2018-10-11 16:43:24.470032"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.471951"], ["updated_at", "2018-10-11 16:43:24.471951"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.474932"], ["updated_at", "2018-10-11 16:43:24.474932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.477509"], ["updated_at", "2018-10-11 16:43:24.477509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.479223"], ["updated_at", "2018-10-11 16:43:24.479223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.480800"], ["updated_at", "2018-10-11 16:43:24.480800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.482389"], ["updated_at", "2018-10-11 16:43:24.482389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.483917"], ["updated_at", "2018-10-11 16:43:24.483917"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.485930"], ["updated_at", "2018-10-11 16:43:24.485930"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.487971"], ["updated_at", "2018-10-11 16:43:24.487971"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.490787"], ["updated_at", "2018-10-11 16:43:24.490787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.493781"], ["updated_at", "2018-10-11 16:43:24.493781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.495484"], ["updated_at", "2018-10-11 16:43:24.495484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.497109"], ["updated_at", "2018-10-11 16:43:24.497109"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.499074"], ["updated_at", "2018-10-11 16:43:24.499074"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.501023"], ["updated_at", "2018-10-11 16:43:24.501023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.502784"], ["updated_at", "2018-10-11 16:43:24.502784"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.504449"], ["updated_at", "2018-10-11 16:43:24.504449"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.506935"], ["updated_at", "2018-10-11 16:43:24.506935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.508960"], ["updated_at", "2018-10-11 16:43:24.508960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.510596"], ["updated_at", "2018-10-11 16:43:24.510596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.512133"], ["updated_at", "2018-10-11 16:43:24.512133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.513716"], ["updated_at", "2018-10-11 16:43:24.513716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.515764"], ["updated_at", "2018-10-11 16:43:24.515764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.517460"], ["updated_at", "2018-10-11 16:43:24.517460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.519118"], ["updated_at", "2018-10-11 16:43:24.519118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.520747"], ["updated_at", "2018-10-11 16:43:24.520747"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.522580"], ["updated_at", "2018-10-11 16:43:24.522580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.525637"], ["updated_at", "2018-10-11 16:43:24.525637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.527992"], ["updated_at", "2018-10-11 16:43:24.527992"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.529748"], ["updated_at", "2018-10-11 16:43:24.529748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.532066"], ["updated_at", "2018-10-11 16:43:24.532066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.533763"], ["updated_at", "2018-10-11 16:43:24.533763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.535436"], ["updated_at", "2018-10-11 16:43:24.535436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.537116"], ["updated_at", "2018-10-11 16:43:24.537116"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.539390"], ["updated_at", "2018-10-11 16:43:24.539390"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.542512"], ["updated_at", "2018-10-11 16:43:24.542512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.544536"], ["updated_at", "2018-10-11 16:43:24.544536"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.546124"], ["updated_at", "2018-10-11 16:43:24.546124"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.548428"], ["updated_at", "2018-10-11 16:43:24.548428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.550197"], ["updated_at", "2018-10-11 16:43:24.550197"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.552013"], ["updated_at", "2018-10-11 16:43:24.552013"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.553759"], ["updated_at", "2018-10-11 16:43:24.553759"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.556363"], ["updated_at", "2018-10-11 16:43:24.556363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.558201"], ["updated_at", "2018-10-11 16:43:24.558201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.559856"], ["updated_at", "2018-10-11 16:43:24.559856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.561444"], ["updated_at", "2018-10-11 16:43:24.561444"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.563421"], ["updated_at", "2018-10-11 16:43:24.563421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.565263"], ["updated_at", "2018-10-11 16:43:24.565263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.566833"], ["updated_at", "2018-10-11 16:43:24.566833"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.568436"], ["updated_at", "2018-10-11 16:43:24.568436"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.570200"], ["updated_at", "2018-10-11 16:43:24.570200"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.572808"], ["updated_at", "2018-10-11 16:43:24.572808"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.574632"], ["updated_at", "2018-10-11 16:43:24.574632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.576359"], ["updated_at", "2018-10-11 16:43:24.576359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.577942"], ["updated_at", "2018-10-11 16:43:24.577942"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.579913"], ["updated_at", "2018-10-11 16:43:24.579913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.581700"], ["updated_at", "2018-10-11 16:43:24.581700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.583382"], ["updated_at", "2018-10-11 16:43:24.583382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.585035"], ["updated_at", "2018-10-11 16:43:24.585035"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.586808"], ["updated_at", "2018-10-11 16:43:24.586808"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.589374"], ["updated_at", "2018-10-11 16:43:24.589374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.591121"], ["updated_at", "2018-10-11 16:43:24.591121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.592771"], ["updated_at", "2018-10-11 16:43:24.592771"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.594334"], ["updated_at", "2018-10-11 16:43:24.594334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.596670"], ["updated_at", "2018-10-11 16:43:24.596670"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.598466"], ["updated_at", "2018-10-11 16:43:24.598466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.600220"], ["updated_at", "2018-10-11 16:43:24.600220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.601912"], ["updated_at", "2018-10-11 16:43:24.601912"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.604064"], ["updated_at", "2018-10-11 16:43:24.604064"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.606406"], ["updated_at", "2018-10-11 16:43:24.606406"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.608218"], ["updated_at", "2018-10-11 16:43:24.608218"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.610260"], ["updated_at", "2018-10-11 16:43:24.610260"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.613002"], ["updated_at", "2018-10-11 16:43:24.613002"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.615091"], ["updated_at", "2018-10-11 16:43:24.615091"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.617396"], ["updated_at", "2018-10-11 16:43:24.617396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.622322"], ["updated_at", "2018-10-11 16:43:24.622322"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.624092"], ["updated_at", "2018-10-11 16:43:24.624092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.625652"], ["updated_at", "2018-10-11 16:43:24.625652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.627341"], ["updated_at", "2018-10-11 16:43:24.627341"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.629330"], ["updated_at", "2018-10-11 16:43:24.629330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.631383"], ["updated_at", "2018-10-11 16:43:24.631383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.632993"], ["updated_at", "2018-10-11 16:43:24.632993"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.634688"], ["updated_at", "2018-10-11 16:43:24.634688"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.637176"], ["updated_at", "2018-10-11 16:43:24.637176"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.639215"], ["updated_at", "2018-10-11 16:43:24.639215"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.641039"], ["updated_at", "2018-10-11 16:43:24.641039"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.643274"], ["updated_at", "2018-10-11 16:43:24.643274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.645413"], ["updated_at", "2018-10-11 16:43:24.645413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.647054"], ["updated_at", "2018-10-11 16:43:24.647054"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.648640"], ["updated_at", "2018-10-11 16:43:24.648640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.650410"], ["updated_at", "2018-10-11 16:43:24.650410"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.652480"], ["updated_at", "2018-10-11 16:43:24.652480"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.654291"], ["updated_at", "2018-10-11 16:43:24.654291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.656604"], ["updated_at", "2018-10-11 16:43:24.656604"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.658362"], ["updated_at", "2018-10-11 16:43:24.658362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.660614"], ["updated_at", "2018-10-11 16:43:24.660614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.662505"], ["updated_at", "2018-10-11 16:43:24.662505"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.664603"], ["updated_at", "2018-10-11 16:43:24.664603"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.666608"], ["updated_at", "2018-10-11 16:43:24.666608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.668713"], ["updated_at", "2018-10-11 16:43:24.668713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.670314"], ["updated_at", "2018-10-11 16:43:24.670314"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.672059"], ["updated_at", "2018-10-11 16:43:24.672059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.673875"], ["updated_at", "2018-10-11 16:43:24.673875"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.675891"], ["updated_at", "2018-10-11 16:43:24.675891"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.677650"], ["updated_at", "2018-10-11 16:43:24.677650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.679218"], ["updated_at", "2018-10-11 16:43:24.679218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.680753"], ["updated_at", "2018-10-11 16:43:24.680753"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.682279"], ["updated_at", "2018-10-11 16:43:24.682279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.684195"], ["updated_at", "2018-10-11 16:43:24.684195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.685898"], ["updated_at", "2018-10-11 16:43:24.685898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.687469"], ["updated_at", "2018-10-11 16:43:24.687469"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.689245"], ["updated_at", "2018-10-11 16:43:24.689245"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.691953"], ["updated_at", "2018-10-11 16:43:24.691953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.694001"], ["updated_at", "2018-10-11 16:43:24.694001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.695753"], ["updated_at", "2018-10-11 16:43:24.695753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.697401"], ["updated_at", "2018-10-11 16:43:24.697401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.699297"], ["updated_at", "2018-10-11 16:43:24.699297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.701150"], ["updated_at", "2018-10-11 16:43:24.701150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.702706"], ["updated_at", "2018-10-11 16:43:24.702706"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.704259"], ["updated_at", "2018-10-11 16:43:24.704259"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.706342"], ["updated_at", "2018-10-11 16:43:24.706342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.708460"], ["updated_at", "2018-10-11 16:43:24.708460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.710175"], ["updated_at", "2018-10-11 16:43:24.710175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.711744"], ["updated_at", "2018-10-11 16:43:24.711744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.713299"], ["updated_at", "2018-10-11 16:43:24.713299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.715242"], ["updated_at", "2018-10-11 16:43:24.715242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.717110"], ["updated_at", "2018-10-11 16:43:24.717110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.718701"], ["updated_at", "2018-10-11 16:43:24.718701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.720319"], ["updated_at", "2018-10-11 16:43:24.720319"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.722154"], ["updated_at", "2018-10-11 16:43:24.722154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.724454"], ["updated_at", "2018-10-11 16:43:24.724454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.726177"], ["updated_at", "2018-10-11 16:43:24.726177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.727744"], ["updated_at", "2018-10-11 16:43:24.727744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.729316"], ["updated_at", "2018-10-11 16:43:24.729316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.730987"], ["updated_at", "2018-10-11 16:43:24.730987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.732955"], ["updated_at", "2018-10-11 16:43:24.732955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.734543"], ["updated_at", "2018-10-11 16:43:24.734543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.736112"], ["updated_at", "2018-10-11 16:43:24.736112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.737698"], ["updated_at", "2018-10-11 16:43:24.737698"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.739761"], ["updated_at", "2018-10-11 16:43:24.739761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.741462"], ["updated_at", "2018-10-11 16:43:24.741462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.743040"], ["updated_at", "2018-10-11 16:43:24.743040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.744580"], ["updated_at", "2018-10-11 16:43:24.744580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.746124"], ["updated_at", "2018-10-11 16:43:24.746124"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.747987"], ["updated_at", "2018-10-11 16:43:24.747987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.749659"], ["updated_at", "2018-10-11 16:43:24.749659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.751202"], ["updated_at", "2018-10-11 16:43:24.751202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.752746"], ["updated_at", "2018-10-11 16:43:24.752746"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.754269"], ["updated_at", "2018-10-11 16:43:24.754269"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.757146"], ["updated_at", "2018-10-11 16:43:24.757146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.759049"], ["updated_at", "2018-10-11 16:43:24.759049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.760666"], ["updated_at", "2018-10-11 16:43:24.760666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.762233"], ["updated_at", "2018-10-11 16:43:24.762233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.764109"], ["updated_at", "2018-10-11 16:43:24.764109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.765776"], ["updated_at", "2018-10-11 16:43:24.765776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.767403"], ["updated_at", "2018-10-11 16:43:24.767403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.768921"], ["updated_at", "2018-10-11 16:43:24.768921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.770447"], ["updated_at", "2018-10-11 16:43:24.770447"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.772518"], ["updated_at", "2018-10-11 16:43:24.772518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.774665"], ["updated_at", "2018-10-11 16:43:24.774665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.776419"], ["updated_at", "2018-10-11 16:43:24.776419"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.778241"], ["updated_at", "2018-10-11 16:43:24.778241"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.780423"], ["updated_at", "2018-10-11 16:43:24.780423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.782286"], ["updated_at", "2018-10-11 16:43:24.782286"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.783859"], ["updated_at", "2018-10-11 16:43:24.783859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.785407"], ["updated_at", "2018-10-11 16:43:24.785407"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.786954"], ["updated_at", "2018-10-11 16:43:24.786954"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.789102"], ["updated_at", "2018-10-11 16:43:24.789102"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.791114"], ["updated_at", "2018-10-11 16:43:24.791114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.793197"], ["updated_at", "2018-10-11 16:43:24.793197"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.794889"], ["updated_at", "2018-10-11 16:43:24.794889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.796889"], ["updated_at", "2018-10-11 16:43:24.796889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.798623"], ["updated_at", "2018-10-11 16:43:24.798623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.800396"], ["updated_at", "2018-10-11 16:43:24.800396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.802379"], ["updated_at", "2018-10-11 16:43:24.802379"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.804369"], ["updated_at", "2018-10-11 16:43:24.804369"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.806998"], ["updated_at", "2018-10-11 16:43:24.806998"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.809312"], ["updated_at", "2018-10-11 16:43:24.809312"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.811185"], ["updated_at", "2018-10-11 16:43:24.811185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.813542"], ["updated_at", "2018-10-11 16:43:24.813542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.815339"], ["updated_at", "2018-10-11 16:43:24.815339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.817048"], ["updated_at", "2018-10-11 16:43:24.817048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.818713"], ["updated_at", "2018-10-11 16:43:24.818713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.820366"], ["updated_at", "2018-10-11 16:43:24.820366"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.822703"], ["updated_at", "2018-10-11 16:43:24.822703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.824438"], ["updated_at", "2018-10-11 16:43:24.824438"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.826107"], ["updated_at", "2018-10-11 16:43:24.826107"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.827983"], ["updated_at", "2018-10-11 16:43:24.827983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.829772"], ["updated_at", "2018-10-11 16:43:24.829772"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.831415"], ["updated_at", "2018-10-11 16:43:24.831415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.833494"], ["updated_at", "2018-10-11 16:43:24.833494"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.835208"], ["updated_at", "2018-10-11 16:43:24.835208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.837009"], ["updated_at", "2018-10-11 16:43:24.837009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.839275"], ["updated_at", "2018-10-11 16:43:24.839275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.840980"], ["updated_at", "2018-10-11 16:43:24.840980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.842563"], ["updated_at", "2018-10-11 16:43:24.842563"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.844112"], ["updated_at", "2018-10-11 16:43:24.844112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.846710"], ["updated_at", "2018-10-11 16:43:24.846710"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.848457"], ["updated_at", "2018-10-11 16:43:24.848457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.850185"], ["updated_at", "2018-10-11 16:43:24.850185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.851790"], ["updated_at", "2018-10-11 16:43:24.851790"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.853668"], ["updated_at", "2018-10-11 16:43:24.853668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.856094"], ["updated_at", "2018-10-11 16:43:24.856094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.857802"], ["updated_at", "2018-10-11 16:43:24.857802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.859463"], ["updated_at", "2018-10-11 16:43:24.859463"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.861065"], ["updated_at", "2018-10-11 16:43:24.861065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.863209"], ["updated_at", "2018-10-11 16:43:24.863209"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.864872"], ["updated_at", "2018-10-11 16:43:24.864872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.866586"], ["updated_at", "2018-10-11 16:43:24.866586"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.868114"], ["updated_at", "2018-10-11 16:43:24.868114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.870064"], ["updated_at", "2018-10-11 16:43:24.870064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.872097"], ["updated_at", "2018-10-11 16:43:24.872097"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.873799"], ["updated_at", "2018-10-11 16:43:24.873799"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.875935"], ["updated_at", "2018-10-11 16:43:24.875935"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.878119"], ["updated_at", "2018-10-11 16:43:24.878119"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.880093"], ["updated_at", "2018-10-11 16:43:24.880093"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.881843"], ["updated_at", "2018-10-11 16:43:24.881843"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.883595"], ["updated_at", "2018-10-11 16:43:24.883595"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.885280"], ["updated_at", "2018-10-11 16:43:24.885280"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.887446"], ["updated_at", "2018-10-11 16:43:24.887446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.889568"], ["updated_at", "2018-10-11 16:43:24.889568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.891112"], ["updated_at", "2018-10-11 16:43:24.891112"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.892671"], ["updated_at", "2018-10-11 16:43:24.892671"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.894733"], ["updated_at", "2018-10-11 16:43:24.894733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.896614"], ["updated_at", "2018-10-11 16:43:24.896614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.898376"], ["updated_at", "2018-10-11 16:43:24.898376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.900123"], ["updated_at", "2018-10-11 16:43:24.900123"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.902024"], ["updated_at", "2018-10-11 16:43:24.902024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.904089"], ["updated_at", "2018-10-11 16:43:24.904089"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.905806"], ["updated_at", "2018-10-11 16:43:24.905806"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.908193"], ["updated_at", "2018-10-11 16:43:24.908193"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.911354"], ["updated_at", "2018-10-11 16:43:24.911354"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.913227"], ["updated_at", "2018-10-11 16:43:24.913227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.915069"], ["updated_at", "2018-10-11 16:43:24.915069"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.916856"], ["updated_at", "2018-10-11 16:43:24.916856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.919044"], ["updated_at", "2018-10-11 16:43:24.919044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.920647"], ["updated_at", "2018-10-11 16:43:24.920647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.922445"], ["updated_at", "2018-10-11 16:43:24.922445"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.924510"], ["updated_at", "2018-10-11 16:43:24.924510"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.927629"], ["updated_at", "2018-10-11 16:43:24.927629"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.929490"], ["updated_at", "2018-10-11 16:43:24.929490"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.933267"], ["updated_at", "2018-10-11 16:43:24.933267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.935734"], ["updated_at", "2018-10-11 16:43:24.935734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.937427"], ["updated_at", "2018-10-11 16:43:24.937427"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.939269"], ["updated_at", "2018-10-11 16:43:24.939269"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.942354"], ["updated_at", "2018-10-11 16:43:24.942354"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.945123"], ["updated_at", "2018-10-11 16:43:24.945123"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.947056"], ["updated_at", "2018-10-11 16:43:24.947056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.948857"], ["updated_at", "2018-10-11 16:43:24.948857"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.951017"], ["updated_at", "2018-10-11 16:43:24.951017"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.952947"], ["updated_at", "2018-10-11 16:43:24.952947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.954534"], ["updated_at", "2018-10-11 16:43:24.954534"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.956434"], ["updated_at", "2018-10-11 16:43:24.956434"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.959175"], ["updated_at", "2018-10-11 16:43:24.959175"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.963143"], ["updated_at", "2018-10-11 16:43:24.963143"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.965032"], ["updated_at", "2018-10-11 16:43:24.965032"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.967228"], ["updated_at", "2018-10-11 16:43:24.967228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.969098"], ["updated_at", "2018-10-11 16:43:24.969098"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.970762"], ["updated_at", "2018-10-11 16:43:24.970762"], ["parent_id", 39895952907]] Kithe::Work Create (3.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.972716"], ["updated_at", "2018-10-11 16:43:24.972716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.978167"], ["updated_at", "2018-10-11 16:43:24.978167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.980216"], ["updated_at", "2018-10-11 16:43:24.980216"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.981969"], ["updated_at", "2018-10-11 16:43:24.981969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.984560"], ["updated_at", "2018-10-11 16:43:24.984560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.986204"], ["updated_at", "2018-10-11 16:43:24.986204"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.987802"], ["updated_at", "2018-10-11 16:43:24.987802"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.989960"], ["updated_at", "2018-10-11 16:43:24.989960"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.992409"], ["updated_at", "2018-10-11 16:43:24.992409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.995106"], ["updated_at", "2018-10-11 16:43:24.995106"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.997069"], ["updated_at", "2018-10-11 16:43:24.997069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:24.999189"], ["updated_at", "2018-10-11 16:43:24.999189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.001169"], ["updated_at", "2018-10-11 16:43:25.001169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.002814"], ["updated_at", "2018-10-11 16:43:25.002814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.004383"], ["updated_at", "2018-10-11 16:43:25.004383"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.006275"], ["updated_at", "2018-10-11 16:43:25.006275"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.009335"], ["updated_at", "2018-10-11 16:43:25.009335"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.011970"], ["updated_at", "2018-10-11 16:43:25.011970"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.013929"], ["updated_at", "2018-10-11 16:43:25.013929"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.016061"], ["updated_at", "2018-10-11 16:43:25.016061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.017818"], ["updated_at", "2018-10-11 16:43:25.017818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.019434"], ["updated_at", "2018-10-11 16:43:25.019434"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.020964"], ["updated_at", "2018-10-11 16:43:25.020964"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.023309"], ["updated_at", "2018-10-11 16:43:25.023309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.026299"], ["updated_at", "2018-10-11 16:43:25.026299"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.028027"], ["updated_at", "2018-10-11 16:43:25.028027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.029801"], ["updated_at", "2018-10-11 16:43:25.029801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.031968"], ["updated_at", "2018-10-11 16:43:25.031968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.033870"], ["updated_at", "2018-10-11 16:43:25.033870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.035544"], ["updated_at", "2018-10-11 16:43:25.035544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.037118"], ["updated_at", "2018-10-11 16:43:25.037118"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.039246"], ["updated_at", "2018-10-11 16:43:25.039246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.041319"], ["updated_at", "2018-10-11 16:43:25.041319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.043050"], ["updated_at", "2018-10-11 16:43:25.043050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.044730"], ["updated_at", "2018-10-11 16:43:25.044730"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.046335"], ["updated_at", "2018-10-11 16:43:25.046335"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.048696"], ["updated_at", "2018-10-11 16:43:25.048696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.050450"], ["updated_at", "2018-10-11 16:43:25.050450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.052113"], ["updated_at", "2018-10-11 16:43:25.052113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.053636"], ["updated_at", "2018-10-11 16:43:25.053636"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.055597"], ["updated_at", "2018-10-11 16:43:25.055597"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.058474"], ["updated_at", "2018-10-11 16:43:25.058474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.060927"], ["updated_at", "2018-10-11 16:43:25.060927"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.062607"], ["updated_at", "2018-10-11 16:43:25.062607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.064885"], ["updated_at", "2018-10-11 16:43:25.064885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.066618"], ["updated_at", "2018-10-11 16:43:25.066618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.068240"], ["updated_at", "2018-10-11 16:43:25.068240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.069785"], ["updated_at", "2018-10-11 16:43:25.069785"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.072017"], ["updated_at", "2018-10-11 16:43:25.072017"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.074150"], ["updated_at", "2018-10-11 16:43:25.074150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.077053"], ["updated_at", "2018-10-11 16:43:25.077053"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.079249"], ["updated_at", "2018-10-11 16:43:25.079249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.081564"], ["updated_at", "2018-10-11 16:43:25.081564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.083332"], ["updated_at", "2018-10-11 16:43:25.083332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.085014"], ["updated_at", "2018-10-11 16:43:25.085014"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.086768"], ["updated_at", "2018-10-11 16:43:25.086768"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.089390"], ["updated_at", "2018-10-11 16:43:25.089390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.091086"], ["updated_at", "2018-10-11 16:43:25.091086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.092733"], ["updated_at", "2018-10-11 16:43:25.092733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.094260"], ["updated_at", "2018-10-11 16:43:25.094260"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.096453"], ["updated_at", "2018-10-11 16:43:25.096453"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.098323"], ["updated_at", "2018-10-11 16:43:25.098323"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.100005"], ["updated_at", "2018-10-11 16:43:25.100005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.101689"], ["updated_at", "2018-10-11 16:43:25.101689"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.103767"], ["updated_at", "2018-10-11 16:43:25.103767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.105973"], ["updated_at", "2018-10-11 16:43:25.105973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.108007"], ["updated_at", "2018-10-11 16:43:25.108007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.109608"], ["updated_at", "2018-10-11 16:43:25.109608"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.111151"], ["updated_at", "2018-10-11 16:43:25.111151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.113650"], ["updated_at", "2018-10-11 16:43:25.113650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.115457"], ["updated_at", "2018-10-11 16:43:25.115457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.117121"], ["updated_at", "2018-10-11 16:43:25.117121"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.118705"], ["updated_at", "2018-10-11 16:43:25.118705"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.120916"], ["updated_at", "2018-10-11 16:43:25.120916"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.122961"], ["updated_at", "2018-10-11 16:43:25.122961"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.124665"], ["updated_at", "2018-10-11 16:43:25.124665"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.126385"], ["updated_at", "2018-10-11 16:43:25.126385"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.128632"], ["updated_at", "2018-10-11 16:43:25.128632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.130543"], ["updated_at", "2018-10-11 16:43:25.130543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.132190"], ["updated_at", "2018-10-11 16:43:25.132190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.133873"], ["updated_at", "2018-10-11 16:43:25.133873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.135458"], ["updated_at", "2018-10-11 16:43:25.135458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.137004"], ["updated_at", "2018-10-11 16:43:25.137004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.139533"], ["updated_at", "2018-10-11 16:43:25.139533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.141215"], ["updated_at", "2018-10-11 16:43:25.141215"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.142827"], ["updated_at", "2018-10-11 16:43:25.142827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.145076"], ["updated_at", "2018-10-11 16:43:25.145076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.146729"], ["updated_at", "2018-10-11 16:43:25.146729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.148484"], ["updated_at", "2018-10-11 16:43:25.148484"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.150189"], ["updated_at", "2018-10-11 16:43:25.150189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.152425"], ["updated_at", "2018-10-11 16:43:25.152425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.154193"], ["updated_at", "2018-10-11 16:43:25.154193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.155995"], ["updated_at", "2018-10-11 16:43:25.155995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.157765"], ["updated_at", "2018-10-11 16:43:25.157765"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.159402"], ["updated_at", "2018-10-11 16:43:25.159402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.161726"], ["updated_at", "2018-10-11 16:43:25.161726"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.163451"], ["updated_at", "2018-10-11 16:43:25.163451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.165340"], ["updated_at", "2018-10-11 16:43:25.165340"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.167158"], ["updated_at", "2018-10-11 16:43:25.167158"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.169426"], ["updated_at", "2018-10-11 16:43:25.169426"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.171112"], ["updated_at", "2018-10-11 16:43:25.171112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.173202"], ["updated_at", "2018-10-11 16:43:25.173202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.174908"], ["updated_at", "2018-10-11 16:43:25.174908"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.177466"], ["updated_at", "2018-10-11 16:43:25.177466"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.179350"], ["updated_at", "2018-10-11 16:43:25.179350"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.181377"], ["updated_at", "2018-10-11 16:43:25.181377"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.183305"], ["updated_at", "2018-10-11 16:43:25.183305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.185509"], ["updated_at", "2018-10-11 16:43:25.185509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.187085"], ["updated_at", "2018-10-11 16:43:25.187085"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.189318"], ["updated_at", "2018-10-11 16:43:25.189318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.191131"], ["updated_at", "2018-10-11 16:43:25.191131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.192864"], ["updated_at", "2018-10-11 16:43:25.192864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.194563"], ["updated_at", "2018-10-11 16:43:25.194563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.196276"], ["updated_at", "2018-10-11 16:43:25.196276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.197954"], ["updated_at", "2018-10-11 16:43:25.197954"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.199600"], ["updated_at", "2018-10-11 16:43:25.199600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.201877"], ["updated_at", "2018-10-11 16:43:25.201877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.203507"], ["updated_at", "2018-10-11 16:43:25.203507"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.205323"], ["updated_at", "2018-10-11 16:43:25.205323"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.207122"], ["updated_at", "2018-10-11 16:43:25.207122"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.209325"], ["updated_at", "2018-10-11 16:43:25.209325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.211221"], ["updated_at", "2018-10-11 16:43:25.211221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.212866"], ["updated_at", "2018-10-11 16:43:25.212866"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.214571"], ["updated_at", "2018-10-11 16:43:25.214571"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.216247"], ["updated_at", "2018-10-11 16:43:25.216247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.218431"], ["updated_at", "2018-10-11 16:43:25.218431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.220032"], ["updated_at", "2018-10-11 16:43:25.220032"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.221576"], ["updated_at", "2018-10-11 16:43:25.221576"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.223523"], ["updated_at", "2018-10-11 16:43:25.223523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.225611"], ["updated_at", "2018-10-11 16:43:25.225611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.227191"], ["updated_at", "2018-10-11 16:43:25.227191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.228762"], ["updated_at", "2018-10-11 16:43:25.228762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.230515"], ["updated_at", "2018-10-11 16:43:25.230515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.232295"], ["updated_at", "2018-10-11 16:43:25.232295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.234577"], ["updated_at", "2018-10-11 16:43:25.234577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.236251"], ["updated_at", "2018-10-11 16:43:25.236251"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.237839"], ["updated_at", "2018-10-11 16:43:25.237839"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.239753"], ["updated_at", "2018-10-11 16:43:25.239753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.242085"], ["updated_at", "2018-10-11 16:43:25.242085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.243682"], ["updated_at", "2018-10-11 16:43:25.243682"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.245279"], ["updated_at", "2018-10-11 16:43:25.245279"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.246994"], ["updated_at", "2018-10-11 16:43:25.246994"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.249132"], ["updated_at", "2018-10-11 16:43:25.249132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.250975"], ["updated_at", "2018-10-11 16:43:25.250975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.252605"], ["updated_at", "2018-10-11 16:43:25.252605"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.254186"], ["updated_at", "2018-10-11 16:43:25.254186"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.256224"], ["updated_at", "2018-10-11 16:43:25.256224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.258518"], ["updated_at", "2018-10-11 16:43:25.258518"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.261540"], ["updated_at", "2018-10-11 16:43:25.261540"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.263350"], ["updated_at", "2018-10-11 16:43:25.263350"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.265590"], ["updated_at", "2018-10-11 16:43:25.265590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.267382"], ["updated_at", "2018-10-11 16:43:25.267382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.269126"], ["updated_at", "2018-10-11 16:43:25.269126"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.270691"], ["updated_at", "2018-10-11 16:43:25.270691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.272827"], ["updated_at", "2018-10-11 16:43:25.272827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.274716"], ["updated_at", "2018-10-11 16:43:25.274716"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.276370"], ["updated_at", "2018-10-11 16:43:25.276370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.278054"], ["updated_at", "2018-10-11 16:43:25.278054"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.279950"], ["updated_at", "2018-10-11 16:43:25.279950"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.282468"], ["updated_at", "2018-10-11 16:43:25.282468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.284367"], ["updated_at", "2018-10-11 16:43:25.284367"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.286077"], ["updated_at", "2018-10-11 16:43:25.286077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.287591"], ["updated_at", "2018-10-11 16:43:25.287591"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.290181"], ["updated_at", "2018-10-11 16:43:25.290181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.291954"], ["updated_at", "2018-10-11 16:43:25.291954"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.294366"], ["updated_at", "2018-10-11 16:43:25.294366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.296039"], ["updated_at", "2018-10-11 16:43:25.296039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.297793"], ["updated_at", "2018-10-11 16:43:25.297793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.299514"], ["updated_at", "2018-10-11 16:43:25.299514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.301233"], ["updated_at", "2018-10-11 16:43:25.301233"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.302969"], ["updated_at", "2018-10-11 16:43:25.302969"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.304615"], ["updated_at", "2018-10-11 16:43:25.304615"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.307569"], ["updated_at", "2018-10-11 16:43:25.307569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.310184"], ["updated_at", "2018-10-11 16:43:25.310184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.312292"], ["updated_at", "2018-10-11 16:43:25.312292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.314414"], ["updated_at", "2018-10-11 16:43:25.314414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.316398"], ["updated_at", "2018-10-11 16:43:25.316398"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.318109"], ["updated_at", "2018-10-11 16:43:25.318109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.319806"], ["updated_at", "2018-10-11 16:43:25.319806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.322220"], ["updated_at", "2018-10-11 16:43:25.322220"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.324374"], ["updated_at", "2018-10-11 16:43:25.324374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.326770"], ["updated_at", "2018-10-11 16:43:25.326770"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.328332"], ["updated_at", "2018-10-11 16:43:25.328332"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.330459"], ["updated_at", "2018-10-11 16:43:25.330459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.332317"], ["updated_at", "2018-10-11 16:43:25.332317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.334058"], ["updated_at", "2018-10-11 16:43:25.334058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.335765"], ["updated_at", "2018-10-11 16:43:25.335765"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.337867"], ["updated_at", "2018-10-11 16:43:25.337867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.339957"], ["updated_at", "2018-10-11 16:43:25.339957"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.341621"], ["updated_at", "2018-10-11 16:43:25.341621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.343537"], ["updated_at", "2018-10-11 16:43:25.343537"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.345251"], ["updated_at", "2018-10-11 16:43:25.345251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.346977"], ["updated_at", "2018-10-11 16:43:25.346977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.348580"], ["updated_at", "2018-10-11 16:43:25.348580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.350257"], ["updated_at", "2018-10-11 16:43:25.350257"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.351960"], ["updated_at", "2018-10-11 16:43:25.351960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.354097"], ["updated_at", "2018-10-11 16:43:25.354097"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.356295"], ["updated_at", "2018-10-11 16:43:25.356295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.358170"], ["updated_at", "2018-10-11 16:43:25.358170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.359844"], ["updated_at", "2018-10-11 16:43:25.359844"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.361408"], ["updated_at", "2018-10-11 16:43:25.361408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.363728"], ["updated_at", "2018-10-11 16:43:25.363728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.365488"], ["updated_at", "2018-10-11 16:43:25.365488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.367172"], ["updated_at", "2018-10-11 16:43:25.367172"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.368914"], ["updated_at", "2018-10-11 16:43:25.368914"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.371287"], ["updated_at", "2018-10-11 16:43:25.371287"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.373193"], ["updated_at", "2018-10-11 16:43:25.373193"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.374987"], ["updated_at", "2018-10-11 16:43:25.374987"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.376665"], ["updated_at", "2018-10-11 16:43:25.376665"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.378655"], ["updated_at", "2018-10-11 16:43:25.378655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.380612"], ["updated_at", "2018-10-11 16:43:25.380612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.382332"], ["updated_at", "2018-10-11 16:43:25.382332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.384031"], ["updated_at", "2018-10-11 16:43:25.384031"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.386173"], ["updated_at", "2018-10-11 16:43:25.386173"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.388192"], ["updated_at", "2018-10-11 16:43:25.388192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.390694"], ["updated_at", "2018-10-11 16:43:25.390694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.392376"], ["updated_at", "2018-10-11 16:43:25.392376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.394536"], ["updated_at", "2018-10-11 16:43:25.394536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.396483"], ["updated_at", "2018-10-11 16:43:25.396483"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.398066"], ["updated_at", "2018-10-11 16:43:25.398066"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.399778"], ["updated_at", "2018-10-11 16:43:25.399778"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.401708"], ["updated_at", "2018-10-11 16:43:25.401708"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.404259"], ["updated_at", "2018-10-11 16:43:25.404259"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.406245"], ["updated_at", "2018-10-11 16:43:25.406245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.407996"], ["updated_at", "2018-10-11 16:43:25.407996"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.409587"], ["updated_at", "2018-10-11 16:43:25.409587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.411922"], ["updated_at", "2018-10-11 16:43:25.411922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.413511"], ["updated_at", "2018-10-11 16:43:25.413511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.415102"], ["updated_at", "2018-10-11 16:43:25.415102"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.416912"], ["updated_at", "2018-10-11 16:43:25.416912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.419130"], ["updated_at", "2018-10-11 16:43:25.419130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.420954"], ["updated_at", "2018-10-11 16:43:25.420954"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.422912"], ["updated_at", "2018-10-11 16:43:25.422912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.424765"], ["updated_at", "2018-10-11 16:43:25.424765"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.426935"], ["updated_at", "2018-10-11 16:43:25.426935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.429309"], ["updated_at", "2018-10-11 16:43:25.429309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.431121"], ["updated_at", "2018-10-11 16:43:25.431121"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.432826"], ["updated_at", "2018-10-11 16:43:25.432826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.435196"], ["updated_at", "2018-10-11 16:43:25.435196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.436973"], ["updated_at", "2018-10-11 16:43:25.436973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.438786"], ["updated_at", "2018-10-11 16:43:25.438786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.440582"], ["updated_at", "2018-10-11 16:43:25.440582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.442325"], ["updated_at", "2018-10-11 16:43:25.442325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.443949"], ["updated_at", "2018-10-11 16:43:25.443949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.445576"], ["updated_at", "2018-10-11 16:43:25.445576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.447094"], ["updated_at", "2018-10-11 16:43:25.447094"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.448664"], ["updated_at", "2018-10-11 16:43:25.448664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.451128"], ["updated_at", "2018-10-11 16:43:25.451128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.453069"], ["updated_at", "2018-10-11 16:43:25.453069"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.454697"], ["updated_at", "2018-10-11 16:43:25.454697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.456741"], ["updated_at", "2018-10-11 16:43:25.456741"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.458500"], ["updated_at", "2018-10-11 16:43:25.458500"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.460154"], ["updated_at", "2018-10-11 16:43:25.460154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.461747"], ["updated_at", "2018-10-11 16:43:25.461747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.463366"], ["updated_at", "2018-10-11 16:43:25.463366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.464939"], ["updated_at", "2018-10-11 16:43:25.464939"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.467231"], ["updated_at", "2018-10-11 16:43:25.467231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.469200"], ["updated_at", "2018-10-11 16:43:25.469200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.470897"], ["updated_at", "2018-10-11 16:43:25.470897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.472841"], ["updated_at", "2018-10-11 16:43:25.472841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.474624"], ["updated_at", "2018-10-11 16:43:25.474624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.476388"], ["updated_at", "2018-10-11 16:43:25.476388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.477994"], ["updated_at", "2018-10-11 16:43:25.477994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.479588"], ["updated_at", "2018-10-11 16:43:25.479588"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.481181"], ["updated_at", "2018-10-11 16:43:25.481181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.483372"], ["updated_at", "2018-10-11 16:43:25.483372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.485268"], ["updated_at", "2018-10-11 16:43:25.485268"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.487015"], ["updated_at", "2018-10-11 16:43:25.487015"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.488935"], ["updated_at", "2018-10-11 16:43:25.488935"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.490729"], ["updated_at", "2018-10-11 16:43:25.490729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.493118"], ["updated_at", "2018-10-11 16:43:25.493118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.494799"], ["updated_at", "2018-10-11 16:43:25.494799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.496441"], ["updated_at", "2018-10-11 16:43:25.496441"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.497979"], ["updated_at", "2018-10-11 16:43:25.497979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.500167"], ["updated_at", "2018-10-11 16:43:25.500167"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.502019"], ["updated_at", "2018-10-11 16:43:25.502019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.503852"], ["updated_at", "2018-10-11 16:43:25.503852"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.505820"], ["updated_at", "2018-10-11 16:43:25.505820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.507777"], ["updated_at", "2018-10-11 16:43:25.507777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.509474"], ["updated_at", "2018-10-11 16:43:25.509474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.511020"], ["updated_at", "2018-10-11 16:43:25.511020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.512548"], ["updated_at", "2018-10-11 16:43:25.512548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.514105"], ["updated_at", "2018-10-11 16:43:25.514105"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.516168"], ["updated_at", "2018-10-11 16:43:25.516168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.517993"], ["updated_at", "2018-10-11 16:43:25.517993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.519754"], ["updated_at", "2018-10-11 16:43:25.519754"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.521418"], ["updated_at", "2018-10-11 16:43:25.521418"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.523636"], ["updated_at", "2018-10-11 16:43:25.523636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.525262"], ["updated_at", "2018-10-11 16:43:25.525262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.526856"], ["updated_at", "2018-10-11 16:43:25.526856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.528517"], ["updated_at", "2018-10-11 16:43:25.528517"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.530067"], ["updated_at", "2018-10-11 16:43:25.530067"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.531960"], ["updated_at", "2018-10-11 16:43:25.531960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.533740"], ["updated_at", "2018-10-11 16:43:25.533740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.535441"], ["updated_at", "2018-10-11 16:43:25.535441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.537202"], ["updated_at", "2018-10-11 16:43:25.537202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.539166"], ["updated_at", "2018-10-11 16:43:25.539166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.540780"], ["updated_at", "2018-10-11 16:43:25.540780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.542352"], ["updated_at", "2018-10-11 16:43:25.542352"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.543929"], ["updated_at", "2018-10-11 16:43:25.543929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.545811"], ["updated_at", "2018-10-11 16:43:25.545811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.547964"], ["updated_at", "2018-10-11 16:43:25.547964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.549736"], ["updated_at", "2018-10-11 16:43:25.549736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.551482"], ["updated_at", "2018-10-11 16:43:25.551482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.553144"], ["updated_at", "2018-10-11 16:43:25.553144"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.555001"], ["updated_at", "2018-10-11 16:43:25.555001"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.557312"], ["updated_at", "2018-10-11 16:43:25.557312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.559075"], ["updated_at", "2018-10-11 16:43:25.559075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.560753"], ["updated_at", "2018-10-11 16:43:25.560753"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.562344"], ["updated_at", "2018-10-11 16:43:25.562344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.564372"], ["updated_at", "2018-10-11 16:43:25.564372"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.566031"], ["updated_at", "2018-10-11 16:43:25.566031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.567864"], ["updated_at", "2018-10-11 16:43:25.567864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.569593"], ["updated_at", "2018-10-11 16:43:25.569593"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.573487"], ["updated_at", "2018-10-11 16:43:25.573487"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.575815"], ["updated_at", "2018-10-11 16:43:25.575815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.577515"], ["updated_at", "2018-10-11 16:43:25.577515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.579340"], ["updated_at", "2018-10-11 16:43:25.579340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.581062"], ["updated_at", "2018-10-11 16:43:25.581062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.582776"], ["updated_at", "2018-10-11 16:43:25.582776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.584365"], ["updated_at", "2018-10-11 16:43:25.584365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.585928"], ["updated_at", "2018-10-11 16:43:25.585928"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.587589"], ["updated_at", "2018-10-11 16:43:25.587589"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.589571"], ["updated_at", "2018-10-11 16:43:25.589571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.591386"], ["updated_at", "2018-10-11 16:43:25.591386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.592992"], ["updated_at", "2018-10-11 16:43:25.592992"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.594533"], ["updated_at", "2018-10-11 16:43:25.594533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.596354"], ["updated_at", "2018-10-11 16:43:25.596354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.597956"], ["updated_at", "2018-10-11 16:43:25.597956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.599485"], ["updated_at", "2018-10-11 16:43:25.599485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.601041"], ["updated_at", "2018-10-11 16:43:25.601041"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.602594"], ["updated_at", "2018-10-11 16:43:25.602594"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.604355"], ["updated_at", "2018-10-11 16:43:25.604355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.606204"], ["updated_at", "2018-10-11 16:43:25.606204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.607739"], ["updated_at", "2018-10-11 16:43:25.607739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.609288"], ["updated_at", "2018-10-11 16:43:25.609288"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.610853"], ["updated_at", "2018-10-11 16:43:25.610853"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.612572"], ["updated_at", "2018-10-11 16:43:25.612572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.614396"], ["updated_at", "2018-10-11 16:43:25.614396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.615943"], ["updated_at", "2018-10-11 16:43:25.615943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.617537"], ["updated_at", "2018-10-11 16:43:25.617537"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.619196"], ["updated_at", "2018-10-11 16:43:25.619196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.620999"], ["updated_at", "2018-10-11 16:43:25.620999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.622760"], ["updated_at", "2018-10-11 16:43:25.622760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.624695"], ["updated_at", "2018-10-11 16:43:25.624695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.626363"], ["updated_at", "2018-10-11 16:43:25.626363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.628039"], ["updated_at", "2018-10-11 16:43:25.628039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.629813"], ["updated_at", "2018-10-11 16:43:25.629813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.631448"], ["updated_at", "2018-10-11 16:43:25.631448"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.633000"], ["updated_at", "2018-10-11 16:43:25.633000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.634564"], ["updated_at", "2018-10-11 16:43:25.634564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.636358"], ["updated_at", "2018-10-11 16:43:25.636358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.638028"], ["updated_at", "2018-10-11 16:43:25.638028"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.640010"], ["updated_at", "2018-10-11 16:43:25.640010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.641683"], ["updated_at", "2018-10-11 16:43:25.641683"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.643230"], ["updated_at", "2018-10-11 16:43:25.643230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.645128"], ["updated_at", "2018-10-11 16:43:25.645128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.646805"], ["updated_at", "2018-10-11 16:43:25.646805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.648340"], ["updated_at", "2018-10-11 16:43:25.648340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.649920"], ["updated_at", "2018-10-11 16:43:25.649920"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.651466"], ["updated_at", "2018-10-11 16:43:25.651466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.653520"], ["updated_at", "2018-10-11 16:43:25.653520"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.655205"], ["updated_at", "2018-10-11 16:43:25.655205"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.657552"], ["updated_at", "2018-10-11 16:43:25.657552"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.659526"], ["updated_at", "2018-10-11 16:43:25.659526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.661611"], ["updated_at", "2018-10-11 16:43:25.661611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.663212"], ["updated_at", "2018-10-11 16:43:25.663212"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.664735"], ["updated_at", "2018-10-11 16:43:25.664735"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.666437"], ["updated_at", "2018-10-11 16:43:25.666437"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.668330"], ["updated_at", "2018-10-11 16:43:25.668330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.670429"], ["updated_at", "2018-10-11 16:43:25.670429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.672308"], ["updated_at", "2018-10-11 16:43:25.672308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.673918"], ["updated_at", "2018-10-11 16:43:25.673918"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.675563"], ["updated_at", "2018-10-11 16:43:25.675563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.677743"], ["updated_at", "2018-10-11 16:43:25.677743"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.679411"], ["updated_at", "2018-10-11 16:43:25.679411"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.681481"], ["updated_at", "2018-10-11 16:43:25.681481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.683244"], ["updated_at", "2018-10-11 16:43:25.683244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.685181"], ["updated_at", "2018-10-11 16:43:25.685181"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.686769"], ["updated_at", "2018-10-11 16:43:25.686769"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.688331"], ["updated_at", "2018-10-11 16:43:25.688331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.690419"], ["updated_at", "2018-10-11 16:43:25.690419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.692065"], ["updated_at", "2018-10-11 16:43:25.692065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.694158"], ["updated_at", "2018-10-11 16:43:25.694158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.695854"], ["updated_at", "2018-10-11 16:43:25.695854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.697521"], ["updated_at", "2018-10-11 16:43:25.697521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.699073"], ["updated_at", "2018-10-11 16:43:25.699073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.700926"], ["updated_at", "2018-10-11 16:43:25.700926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.702543"], ["updated_at", "2018-10-11 16:43:25.702543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.704094"], ["updated_at", "2018-10-11 16:43:25.704094"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.705903"], ["updated_at", "2018-10-11 16:43:25.705903"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.707863"], ["updated_at", "2018-10-11 16:43:25.707863"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.709887"], ["updated_at", "2018-10-11 16:43:25.709887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.711616"], ["updated_at", "2018-10-11 16:43:25.711616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.713221"], ["updated_at", "2018-10-11 16:43:25.713221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.714742"], ["updated_at", "2018-10-11 16:43:25.714742"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.716499"], ["updated_at", "2018-10-11 16:43:25.716499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.718378"], ["updated_at", "2018-10-11 16:43:25.718378"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.720078"], ["updated_at", "2018-10-11 16:43:25.720078"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.721746"], ["updated_at", "2018-10-11 16:43:25.721746"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.723657"], ["updated_at", "2018-10-11 16:43:25.723657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.725862"], ["updated_at", "2018-10-11 16:43:25.725862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.727497"], ["updated_at", "2018-10-11 16:43:25.727497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.729061"], ["updated_at", "2018-10-11 16:43:25.729061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.730610"], ["updated_at", "2018-10-11 16:43:25.730610"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.732133"], ["updated_at", "2018-10-11 16:43:25.732133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.734166"], ["updated_at", "2018-10-11 16:43:25.734166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.735747"], ["updated_at", "2018-10-11 16:43:25.735747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.737355"], ["updated_at", "2018-10-11 16:43:25.737355"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.738870"], ["updated_at", "2018-10-11 16:43:25.738870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.741016"], ["updated_at", "2018-10-11 16:43:25.741016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.742913"], ["updated_at", "2018-10-11 16:43:25.742913"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.744488"], ["updated_at", "2018-10-11 16:43:25.744488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.746152"], ["updated_at", "2018-10-11 16:43:25.746152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.747759"], ["updated_at", "2018-10-11 16:43:25.747759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.749825"], ["updated_at", "2018-10-11 16:43:25.749825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.751614"], ["updated_at", "2018-10-11 16:43:25.751614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.753256"], ["updated_at", "2018-10-11 16:43:25.753256"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.754821"], ["updated_at", "2018-10-11 16:43:25.754821"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.756709"], ["updated_at", "2018-10-11 16:43:25.756709"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.758727"], ["updated_at", "2018-10-11 16:43:25.758727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.761132"], ["updated_at", "2018-10-11 16:43:25.761132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.762860"], ["updated_at", "2018-10-11 16:43:25.762860"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.764578"], ["updated_at", "2018-10-11 16:43:25.764578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.766615"], ["updated_at", "2018-10-11 16:43:25.766615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.768202"], ["updated_at", "2018-10-11 16:43:25.768202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.769794"], ["updated_at", "2018-10-11 16:43:25.769794"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.771365"], ["updated_at", "2018-10-11 16:43:25.771365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.773934"], ["updated_at", "2018-10-11 16:43:25.773934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.775669"], ["updated_at", "2018-10-11 16:43:25.775669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.777256"], ["updated_at", "2018-10-11 16:43:25.777256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.778774"], ["updated_at", "2018-10-11 16:43:25.778774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.780346"], ["updated_at", "2018-10-11 16:43:25.780346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.781891"], ["updated_at", "2018-10-11 16:43:25.781891"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.783807"], ["updated_at", "2018-10-11 16:43:25.783807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.785595"], ["updated_at", "2018-10-11 16:43:25.785595"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.787180"], ["updated_at", "2018-10-11 16:43:25.787180"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.789518"], ["updated_at", "2018-10-11 16:43:25.789518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.791909"], ["updated_at", "2018-10-11 16:43:25.791909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.793607"], ["updated_at", "2018-10-11 16:43:25.793607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.795162"], ["updated_at", "2018-10-11 16:43:25.795162"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.796732"], ["updated_at", "2018-10-11 16:43:25.796732"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.799486"], ["updated_at", "2018-10-11 16:43:25.799486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.801252"], ["updated_at", "2018-10-11 16:43:25.801252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.802840"], ["updated_at", "2018-10-11 16:43:25.802840"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.804449"], ["updated_at", "2018-10-11 16:43:25.804449"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.806778"], ["updated_at", "2018-10-11 16:43:25.806778"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.808869"], ["updated_at", "2018-10-11 16:43:25.808869"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.810744"], ["updated_at", "2018-10-11 16:43:25.810744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.812564"], ["updated_at", "2018-10-11 16:43:25.812564"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.814291"], ["updated_at", "2018-10-11 16:43:25.814291"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.816059"], ["updated_at", "2018-10-11 16:43:25.816059"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.817867"], ["updated_at", "2018-10-11 16:43:25.817867"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.819694"], ["updated_at", "2018-10-11 16:43:25.819694"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.821692"], ["updated_at", "2018-10-11 16:43:25.821692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.823589"], ["updated_at", "2018-10-11 16:43:25.823589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.825188"], ["updated_at", "2018-10-11 16:43:25.825188"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.826750"], ["updated_at", "2018-10-11 16:43:25.826750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.828985"], ["updated_at", "2018-10-11 16:43:25.828985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.831064"], ["updated_at", "2018-10-11 16:43:25.831064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.832664"], ["updated_at", "2018-10-11 16:43:25.832664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.834258"], ["updated_at", "2018-10-11 16:43:25.834258"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.835767"], ["updated_at", "2018-10-11 16:43:25.835767"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.837696"], ["updated_at", "2018-10-11 16:43:25.837696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.839340"], ["updated_at", "2018-10-11 16:43:25.839340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.841243"], ["updated_at", "2018-10-11 16:43:25.841243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.842798"], ["updated_at", "2018-10-11 16:43:25.842798"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.844596"], ["updated_at", "2018-10-11 16:43:25.844596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.846308"], ["updated_at", "2018-10-11 16:43:25.846308"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.848046"], ["updated_at", "2018-10-11 16:43:25.848046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.849780"], ["updated_at", "2018-10-11 16:43:25.849780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.851388"], ["updated_at", "2018-10-11 16:43:25.851388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.853157"], ["updated_at", "2018-10-11 16:43:25.853157"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.854786"], ["updated_at", "2018-10-11 16:43:25.854786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.856936"], ["updated_at", "2018-10-11 16:43:25.856936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.858550"], ["updated_at", "2018-10-11 16:43:25.858550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.860156"], ["updated_at", "2018-10-11 16:43:25.860156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.861678"], ["updated_at", "2018-10-11 16:43:25.861678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.863228"], ["updated_at", "2018-10-11 16:43:25.863228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.864875"], ["updated_at", "2018-10-11 16:43:25.864875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.867784"], ["updated_at", "2018-10-11 16:43:25.867784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.869529"], ["updated_at", "2018-10-11 16:43:25.869529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.871152"], ["updated_at", "2018-10-11 16:43:25.871152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.872777"], ["updated_at", "2018-10-11 16:43:25.872777"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.874302"], ["updated_at", "2018-10-11 16:43:25.874302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.875986"], ["updated_at", "2018-10-11 16:43:25.875986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.877641"], ["updated_at", "2018-10-11 16:43:25.877641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.879400"], ["updated_at", "2018-10-11 16:43:25.879400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.881018"], ["updated_at", "2018-10-11 16:43:25.881018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.882607"], ["updated_at", "2018-10-11 16:43:25.882607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.884130"], ["updated_at", "2018-10-11 16:43:25.884130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.885691"], ["updated_at", "2018-10-11 16:43:25.885691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.887221"], ["updated_at", "2018-10-11 16:43:25.887221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.889179"], ["updated_at", "2018-10-11 16:43:25.889179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.890923"], ["updated_at", "2018-10-11 16:43:25.890923"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.892498"], ["updated_at", "2018-10-11 16:43:25.892498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.894033"], ["updated_at", "2018-10-11 16:43:25.894033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.895584"], ["updated_at", "2018-10-11 16:43:25.895584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.897082"], ["updated_at", "2018-10-11 16:43:25.897082"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.898662"], ["updated_at", "2018-10-11 16:43:25.898662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.900177"], ["updated_at", "2018-10-11 16:43:25.900177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.901731"], ["updated_at", "2018-10-11 16:43:25.901731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.903206"], ["updated_at", "2018-10-11 16:43:25.903206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.904713"], ["updated_at", "2018-10-11 16:43:25.904713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.906333"], ["updated_at", "2018-10-11 16:43:25.906333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.907837"], ["updated_at", "2018-10-11 16:43:25.907837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.909365"], ["updated_at", "2018-10-11 16:43:25.909365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.910972"], ["updated_at", "2018-10-11 16:43:25.910972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.912518"], ["updated_at", "2018-10-11 16:43:25.912518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.914045"], ["updated_at", "2018-10-11 16:43:25.914045"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.915585"], ["updated_at", "2018-10-11 16:43:25.915585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.917692"], ["updated_at", "2018-10-11 16:43:25.917692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.919289"], ["updated_at", "2018-10-11 16:43:25.919289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.920980"], ["updated_at", "2018-10-11 16:43:25.920980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.922550"], ["updated_at", "2018-10-11 16:43:25.922550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.924176"], ["updated_at", "2018-10-11 16:43:25.924176"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.925706"], ["updated_at", "2018-10-11 16:43:25.925706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.927395"], ["updated_at", "2018-10-11 16:43:25.927395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.929007"], ["updated_at", "2018-10-11 16:43:25.929007"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.930605"], ["updated_at", "2018-10-11 16:43:25.930605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.932900"], ["updated_at", "2018-10-11 16:43:25.932900"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.934719"], ["updated_at", "2018-10-11 16:43:25.934719"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.936336"], ["updated_at", "2018-10-11 16:43:25.936336"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.937889"], ["updated_at", "2018-10-11 16:43:25.937889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.939485"], ["updated_at", "2018-10-11 16:43:25.939485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.941168"], ["updated_at", "2018-10-11 16:43:25.941168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.943002"], ["updated_at", "2018-10-11 16:43:25.943002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.944801"], ["updated_at", "2018-10-11 16:43:25.944801"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.946435"], ["updated_at", "2018-10-11 16:43:25.946435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.948421"], ["updated_at", "2018-10-11 16:43:25.948421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.950184"], ["updated_at", "2018-10-11 16:43:25.950184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.951880"], ["updated_at", "2018-10-11 16:43:25.951880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.953422"], ["updated_at", "2018-10-11 16:43:25.953422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.955024"], ["updated_at", "2018-10-11 16:43:25.955024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.956631"], ["updated_at", "2018-10-11 16:43:25.956631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.958270"], ["updated_at", "2018-10-11 16:43:25.958270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.959839"], ["updated_at", "2018-10-11 16:43:25.959839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.961371"], ["updated_at", "2018-10-11 16:43:25.961371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.962905"], ["updated_at", "2018-10-11 16:43:25.962905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.964442"], ["updated_at", "2018-10-11 16:43:25.964442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.965957"], ["updated_at", "2018-10-11 16:43:25.965957"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.967490"], ["updated_at", "2018-10-11 16:43:25.967490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.969386"], ["updated_at", "2018-10-11 16:43:25.969386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.971013"], ["updated_at", "2018-10-11 16:43:25.971013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.972821"], ["updated_at", "2018-10-11 16:43:25.972821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.974494"], ["updated_at", "2018-10-11 16:43:25.974494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.976069"], ["updated_at", "2018-10-11 16:43:25.976069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.977616"], ["updated_at", "2018-10-11 16:43:25.977616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.979137"], ["updated_at", "2018-10-11 16:43:25.979137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.980683"], ["updated_at", "2018-10-11 16:43:25.980683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.982206"], ["updated_at", "2018-10-11 16:43:25.982206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.983739"], ["updated_at", "2018-10-11 16:43:25.983739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.985426"], ["updated_at", "2018-10-11 16:43:25.985426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.987124"], ["updated_at", "2018-10-11 16:43:25.987124"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.988691"], ["updated_at", "2018-10-11 16:43:25.988691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.990450"], ["updated_at", "2018-10-11 16:43:25.990450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.992014"], ["updated_at", "2018-10-11 16:43:25.992014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.993534"], ["updated_at", "2018-10-11 16:43:25.993534"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.995285"], ["updated_at", "2018-10-11 16:43:25.995285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.997263"], ["updated_at", "2018-10-11 16:43:25.997263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:25.999086"], ["updated_at", "2018-10-11 16:43:25.999086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.000815"], ["updated_at", "2018-10-11 16:43:26.000815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.002677"], ["updated_at", "2018-10-11 16:43:26.002677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.004362"], ["updated_at", "2018-10-11 16:43:26.004362"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.005917"], ["updated_at", "2018-10-11 16:43:26.005917"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.008314"], ["updated_at", "2018-10-11 16:43:26.008314"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.010950"], ["updated_at", "2018-10-11 16:43:26.010950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.013734"], ["updated_at", "2018-10-11 16:43:26.013734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.015445"], ["updated_at", "2018-10-11 16:43:26.015445"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.017009"], ["updated_at", "2018-10-11 16:43:26.017009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.018794"], ["updated_at", "2018-10-11 16:43:26.018794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.020427"], ["updated_at", "2018-10-11 16:43:26.020427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.021991"], ["updated_at", "2018-10-11 16:43:26.021991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.023576"], ["updated_at", "2018-10-11 16:43:26.023576"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.026115"], ["updated_at", "2018-10-11 16:43:26.026115"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.028136"], ["updated_at", "2018-10-11 16:43:26.028136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.029942"], ["updated_at", "2018-10-11 16:43:26.029942"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.031679"], ["updated_at", "2018-10-11 16:43:26.031679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.033430"], ["updated_at", "2018-10-11 16:43:26.033430"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.035231"], ["updated_at", "2018-10-11 16:43:26.035231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.036823"], ["updated_at", "2018-10-11 16:43:26.036823"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.038468"], ["updated_at", "2018-10-11 16:43:26.038468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.040057"], ["updated_at", "2018-10-11 16:43:26.040057"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.041649"], ["updated_at", "2018-10-11 16:43:26.041649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.043161"], ["updated_at", "2018-10-11 16:43:26.043161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.044833"], ["updated_at", "2018-10-11 16:43:26.044833"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.046786"], ["updated_at", "2018-10-11 16:43:26.046786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.048952"], ["updated_at", "2018-10-11 16:43:26.048952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.050886"], ["updated_at", "2018-10-11 16:43:26.050886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.052630"], ["updated_at", "2018-10-11 16:43:26.052630"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.054538"], ["updated_at", "2018-10-11 16:43:26.054538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.056260"], ["updated_at", "2018-10-11 16:43:26.056260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.058093"], ["updated_at", "2018-10-11 16:43:26.058093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.060053"], ["updated_at", "2018-10-11 16:43:26.060053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.061671"], ["updated_at", "2018-10-11 16:43:26.061671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.063330"], ["updated_at", "2018-10-11 16:43:26.063330"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.064958"], ["updated_at", "2018-10-11 16:43:26.064958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.066819"], ["updated_at", "2018-10-11 16:43:26.066819"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.068414"], ["updated_at", "2018-10-11 16:43:26.068414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.070375"], ["updated_at", "2018-10-11 16:43:26.070375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.071998"], ["updated_at", "2018-10-11 16:43:26.071998"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.073577"], ["updated_at", "2018-10-11 16:43:26.073577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.075277"], ["updated_at", "2018-10-11 16:43:26.075277"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.076936"], ["updated_at", "2018-10-11 16:43:26.076936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.078632"], ["updated_at", "2018-10-11 16:43:26.078632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.080327"], ["updated_at", "2018-10-11 16:43:26.080327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.081944"], ["updated_at", "2018-10-11 16:43:26.081944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.083592"], ["updated_at", "2018-10-11 16:43:26.083592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.085266"], ["updated_at", "2018-10-11 16:43:26.085266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.086826"], ["updated_at", "2018-10-11 16:43:26.086826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.088373"], ["updated_at", "2018-10-11 16:43:26.088373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.089977"], ["updated_at", "2018-10-11 16:43:26.089977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.091728"], ["updated_at", "2018-10-11 16:43:26.091728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.093409"], ["updated_at", "2018-10-11 16:43:26.093409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.095075"], ["updated_at", "2018-10-11 16:43:26.095075"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.096707"], ["updated_at", "2018-10-11 16:43:26.096707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.098329"], ["updated_at", "2018-10-11 16:43:26.098329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.099961"], ["updated_at", "2018-10-11 16:43:26.099961"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.101550"], ["updated_at", "2018-10-11 16:43:26.101550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.103136"], ["updated_at", "2018-10-11 16:43:26.103136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.104661"], ["updated_at", "2018-10-11 16:43:26.104661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.106195"], ["updated_at", "2018-10-11 16:43:26.106195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.107719"], ["updated_at", "2018-10-11 16:43:26.107719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.109228"], ["updated_at", "2018-10-11 16:43:26.109228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.110731"], ["updated_at", "2018-10-11 16:43:26.110731"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.112616"], ["updated_at", "2018-10-11 16:43:26.112616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.114654"], ["updated_at", "2018-10-11 16:43:26.114654"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.116452"], ["updated_at", "2018-10-11 16:43:26.116452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.118296"], ["updated_at", "2018-10-11 16:43:26.118296"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.119938"], ["updated_at", "2018-10-11 16:43:26.119938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.121518"], ["updated_at", "2018-10-11 16:43:26.121518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.123055"], ["updated_at", "2018-10-11 16:43:26.123055"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.124702"], ["updated_at", "2018-10-11 16:43:26.124702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.127292"], ["updated_at", "2018-10-11 16:43:26.127292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.128975"], ["updated_at", "2018-10-11 16:43:26.128975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.130663"], ["updated_at", "2018-10-11 16:43:26.130663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.132404"], ["updated_at", "2018-10-11 16:43:26.132404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.133952"], ["updated_at", "2018-10-11 16:43:26.133952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.135521"], ["updated_at", "2018-10-11 16:43:26.135521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.137077"], ["updated_at", "2018-10-11 16:43:26.137077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.138610"], ["updated_at", "2018-10-11 16:43:26.138610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.140160"], ["updated_at", "2018-10-11 16:43:26.140160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.141693"], ["updated_at", "2018-10-11 16:43:26.141693"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.143216"], ["updated_at", "2018-10-11 16:43:26.143216"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.144944"], ["updated_at", "2018-10-11 16:43:26.144944"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.146792"], ["updated_at", "2018-10-11 16:43:26.146792"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.150122"], ["updated_at", "2018-10-11 16:43:26.150122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.151797"], ["updated_at", "2018-10-11 16:43:26.151797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.153395"], ["updated_at", "2018-10-11 16:43:26.153395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.154932"], ["updated_at", "2018-10-11 16:43:26.154932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.156484"], ["updated_at", "2018-10-11 16:43:26.156484"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.158026"], ["updated_at", "2018-10-11 16:43:26.158026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.159589"], ["updated_at", "2018-10-11 16:43:26.159589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.161225"], ["updated_at", "2018-10-11 16:43:26.161225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.162860"], ["updated_at", "2018-10-11 16:43:26.162860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.164498"], ["updated_at", "2018-10-11 16:43:26.164498"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.166205"], ["updated_at", "2018-10-11 16:43:26.166205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.167908"], ["updated_at", "2018-10-11 16:43:26.167908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.169477"], ["updated_at", "2018-10-11 16:43:26.169477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.171031"], ["updated_at", "2018-10-11 16:43:26.171031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.172609"], ["updated_at", "2018-10-11 16:43:26.172609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.174091"], ["updated_at", "2018-10-11 16:43:26.174091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.175746"], ["updated_at", "2018-10-11 16:43:26.175746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.177398"], ["updated_at", "2018-10-11 16:43:26.177398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.179074"], ["updated_at", "2018-10-11 16:43:26.179074"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.180765"], ["updated_at", "2018-10-11 16:43:26.180765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.182705"], ["updated_at", "2018-10-11 16:43:26.182705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.184375"], ["updated_at", "2018-10-11 16:43:26.184375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.185953"], ["updated_at", "2018-10-11 16:43:26.185953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.187504"], ["updated_at", "2018-10-11 16:43:26.187504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.189023"], ["updated_at", "2018-10-11 16:43:26.189023"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.191032"], ["updated_at", "2018-10-11 16:43:26.191032"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.192954"], ["updated_at", "2018-10-11 16:43:26.192954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.195236"], ["updated_at", "2018-10-11 16:43:26.195236"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.196971"], ["updated_at", "2018-10-11 16:43:26.196971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.199000"], ["updated_at", "2018-10-11 16:43:26.199000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.200672"], ["updated_at", "2018-10-11 16:43:26.200672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.202230"], ["updated_at", "2018-10-11 16:43:26.202230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.203811"], ["updated_at", "2018-10-11 16:43:26.203811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.205316"], ["updated_at", "2018-10-11 16:43:26.205316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.206890"], ["updated_at", "2018-10-11 16:43:26.206890"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.208405"], ["updated_at", "2018-10-11 16:43:26.208405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.209910"], ["updated_at", "2018-10-11 16:43:26.209910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.211524"], ["updated_at", "2018-10-11 16:43:26.211524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.213030"], ["updated_at", "2018-10-11 16:43:26.213030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.214549"], ["updated_at", "2018-10-11 16:43:26.214549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.216127"], ["updated_at", "2018-10-11 16:43:26.216127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.217743"], ["updated_at", "2018-10-11 16:43:26.217743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.219365"], ["updated_at", "2018-10-11 16:43:26.219365"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.220898"], ["updated_at", "2018-10-11 16:43:26.220898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.222769"], ["updated_at", "2018-10-11 16:43:26.222769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.224390"], ["updated_at", "2018-10-11 16:43:26.224390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.225941"], ["updated_at", "2018-10-11 16:43:26.225941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.227511"], ["updated_at", "2018-10-11 16:43:26.227511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.229085"], ["updated_at", "2018-10-11 16:43:26.229085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.230631"], ["updated_at", "2018-10-11 16:43:26.230631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.232150"], ["updated_at", "2018-10-11 16:43:26.232150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.233682"], ["updated_at", "2018-10-11 16:43:26.233682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.235242"], ["updated_at", "2018-10-11 16:43:26.235242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.236825"], ["updated_at", "2018-10-11 16:43:26.236825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.238507"], ["updated_at", "2018-10-11 16:43:26.238507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.240051"], ["updated_at", "2018-10-11 16:43:26.240051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.241696"], ["updated_at", "2018-10-11 16:43:26.241696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.243237"], ["updated_at", "2018-10-11 16:43:26.243237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.244757"], ["updated_at", "2018-10-11 16:43:26.244757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.246292"], ["updated_at", "2018-10-11 16:43:26.246292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.247783"], ["updated_at", "2018-10-11 16:43:26.247783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.249287"], ["updated_at", "2018-10-11 16:43:26.249287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.250812"], ["updated_at", "2018-10-11 16:43:26.250812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.252347"], ["updated_at", "2018-10-11 16:43:26.252347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.253933"], ["updated_at", "2018-10-11 16:43:26.253933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.255471"], ["updated_at", "2018-10-11 16:43:26.255471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.256986"], ["updated_at", "2018-10-11 16:43:26.256986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.258489"], ["updated_at", "2018-10-11 16:43:26.258489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.260012"], ["updated_at", "2018-10-11 16:43:26.260012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.261528"], ["updated_at", "2018-10-11 16:43:26.261528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.263045"], ["updated_at", "2018-10-11 16:43:26.263045"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.264594"], ["updated_at", "2018-10-11 16:43:26.264594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.266226"], ["updated_at", "2018-10-11 16:43:26.266226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.267787"], ["updated_at", "2018-10-11 16:43:26.267787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.269314"], ["updated_at", "2018-10-11 16:43:26.269314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.270833"], ["updated_at", "2018-10-11 16:43:26.270833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.272371"], ["updated_at", "2018-10-11 16:43:26.272371"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.273912"], ["updated_at", "2018-10-11 16:43:26.273912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.275444"], ["updated_at", "2018-10-11 16:43:26.275444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.277013"], ["updated_at", "2018-10-11 16:43:26.277013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.278520"], ["updated_at", "2018-10-11 16:43:26.278520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.280044"], ["updated_at", "2018-10-11 16:43:26.280044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.281582"], ["updated_at", "2018-10-11 16:43:26.281582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.283146"], ["updated_at", "2018-10-11 16:43:26.283146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.284688"], ["updated_at", "2018-10-11 16:43:26.284688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.286209"], ["updated_at", "2018-10-11 16:43:26.286209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.287873"], ["updated_at", "2018-10-11 16:43:26.287873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.289485"], ["updated_at", "2018-10-11 16:43:26.289485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.291035"], ["updated_at", "2018-10-11 16:43:26.291035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.292563"], ["updated_at", "2018-10-11 16:43:26.292563"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.294150"], ["updated_at", "2018-10-11 16:43:26.294150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.295655"], ["updated_at", "2018-10-11 16:43:26.295655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.297183"], ["updated_at", "2018-10-11 16:43:26.297183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.298727"], ["updated_at", "2018-10-11 16:43:26.298727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.300254"], ["updated_at", "2018-10-11 16:43:26.300254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.301753"], ["updated_at", "2018-10-11 16:43:26.301753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.303323"], ["updated_at", "2018-10-11 16:43:26.303323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.304930"], ["updated_at", "2018-10-11 16:43:26.304930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.306459"], ["updated_at", "2018-10-11 16:43:26.306459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.308004"], ["updated_at", "2018-10-11 16:43:26.308004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.309534"], ["updated_at", "2018-10-11 16:43:26.309534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.311110"], ["updated_at", "2018-10-11 16:43:26.311110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.312618"], ["updated_at", "2018-10-11 16:43:26.312618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.314435"], ["updated_at", "2018-10-11 16:43:26.314435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.316008"], ["updated_at", "2018-10-11 16:43:26.316008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.317637"], ["updated_at", "2018-10-11 16:43:26.317637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.319185"], ["updated_at", "2018-10-11 16:43:26.319185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.320750"], ["updated_at", "2018-10-11 16:43:26.320750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.322292"], ["updated_at", "2018-10-11 16:43:26.322292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.323841"], ["updated_at", "2018-10-11 16:43:26.323841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.325406"], ["updated_at", "2018-10-11 16:43:26.325406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.326968"], ["updated_at", "2018-10-11 16:43:26.326968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.328573"], ["updated_at", "2018-10-11 16:43:26.328573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.330178"], ["updated_at", "2018-10-11 16:43:26.330178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.331996"], ["updated_at", "2018-10-11 16:43:26.331996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.333664"], ["updated_at", "2018-10-11 16:43:26.333664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.335282"], ["updated_at", "2018-10-11 16:43:26.335282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.336795"], ["updated_at", "2018-10-11 16:43:26.336795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.338394"], ["updated_at", "2018-10-11 16:43:26.338394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.339950"], ["updated_at", "2018-10-11 16:43:26.339950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.341462"], ["updated_at", "2018-10-11 16:43:26.341462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.343079"], ["updated_at", "2018-10-11 16:43:26.343079"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.344603"], ["updated_at", "2018-10-11 16:43:26.344603"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.347672"], ["updated_at", "2018-10-11 16:43:26.347672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.349496"], ["updated_at", "2018-10-11 16:43:26.349496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.351104"], ["updated_at", "2018-10-11 16:43:26.351104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.352708"], ["updated_at", "2018-10-11 16:43:26.352708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.354212"], ["updated_at", "2018-10-11 16:43:26.354212"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.355760"], ["updated_at", "2018-10-11 16:43:26.355760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.357351"], ["updated_at", "2018-10-11 16:43:26.357351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.358872"], ["updated_at", "2018-10-11 16:43:26.358872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.360425"], ["updated_at", "2018-10-11 16:43:26.360425"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.361956"], ["updated_at", "2018-10-11 16:43:26.361956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.363499"], ["updated_at", "2018-10-11 16:43:26.363499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.365048"], ["updated_at", "2018-10-11 16:43:26.365048"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.366780"], ["updated_at", "2018-10-11 16:43:26.366780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.368602"], ["updated_at", "2018-10-11 16:43:26.368602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.370170"], ["updated_at", "2018-10-11 16:43:26.370170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.371690"], ["updated_at", "2018-10-11 16:43:26.371690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.373204"], ["updated_at", "2018-10-11 16:43:26.373204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.374712"], ["updated_at", "2018-10-11 16:43:26.374712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.376197"], ["updated_at", "2018-10-11 16:43:26.376197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.377701"], ["updated_at", "2018-10-11 16:43:26.377701"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.379262"], ["updated_at", "2018-10-11 16:43:26.379262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.380957"], ["updated_at", "2018-10-11 16:43:26.380957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.382571"], ["updated_at", "2018-10-11 16:43:26.382571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.384242"], ["updated_at", "2018-10-11 16:43:26.384242"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.385865"], ["updated_at", "2018-10-11 16:43:26.385865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.387481"], ["updated_at", "2018-10-11 16:43:26.387481"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.389030"], ["updated_at", "2018-10-11 16:43:26.389030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.391213"], ["updated_at", "2018-10-11 16:43:26.391213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.392842"], ["updated_at", "2018-10-11 16:43:26.392842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.394375"], ["updated_at", "2018-10-11 16:43:26.394375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.395957"], ["updated_at", "2018-10-11 16:43:26.395957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.397521"], ["updated_at", "2018-10-11 16:43:26.397521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.399056"], ["updated_at", "2018-10-11 16:43:26.399056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.400585"], ["updated_at", "2018-10-11 16:43:26.400585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.402108"], ["updated_at", "2018-10-11 16:43:26.402108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.403707"], ["updated_at", "2018-10-11 16:43:26.403707"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.405245"], ["updated_at", "2018-10-11 16:43:26.405245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.406798"], ["updated_at", "2018-10-11 16:43:26.406798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.408325"], ["updated_at", "2018-10-11 16:43:26.408325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.409870"], ["updated_at", "2018-10-11 16:43:26.409870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.411392"], ["updated_at", "2018-10-11 16:43:26.411392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.412926"], ["updated_at", "2018-10-11 16:43:26.412926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.415720"], ["updated_at", "2018-10-11 16:43:26.415720"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.417384"], ["updated_at", "2018-10-11 16:43:26.417384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.419067"], ["updated_at", "2018-10-11 16:43:26.419067"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.420662"], ["updated_at", "2018-10-11 16:43:26.420662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.422246"], ["updated_at", "2018-10-11 16:43:26.422246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.423796"], ["updated_at", "2018-10-11 16:43:26.423796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.425314"], ["updated_at", "2018-10-11 16:43:26.425314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.426906"], ["updated_at", "2018-10-11 16:43:26.426906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.428412"], ["updated_at", "2018-10-11 16:43:26.428412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.429933"], ["updated_at", "2018-10-11 16:43:26.429933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.431438"], ["updated_at", "2018-10-11 16:43:26.431438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.433414"], ["updated_at", "2018-10-11 16:43:26.433414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.435247"], ["updated_at", "2018-10-11 16:43:26.435247"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.436862"], ["updated_at", "2018-10-11 16:43:26.436862"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.438487"], ["updated_at", "2018-10-11 16:43:26.438487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.440004"], ["updated_at", "2018-10-11 16:43:26.440004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.441566"], ["updated_at", "2018-10-11 16:43:26.441566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.443124"], ["updated_at", "2018-10-11 16:43:26.443124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.444693"], ["updated_at", "2018-10-11 16:43:26.444693"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.446227"], ["updated_at", "2018-10-11 16:43:26.446227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.447740"], ["updated_at", "2018-10-11 16:43:26.447740"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.449300"], ["updated_at", "2018-10-11 16:43:26.449300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.450983"], ["updated_at", "2018-10-11 16:43:26.450983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.452548"], ["updated_at", "2018-10-11 16:43:26.452548"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.454092"], ["updated_at", "2018-10-11 16:43:26.454092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.455602"], ["updated_at", "2018-10-11 16:43:26.455602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.457145"], ["updated_at", "2018-10-11 16:43:26.457145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.458676"], ["updated_at", "2018-10-11 16:43:26.458676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.460295"], ["updated_at", "2018-10-11 16:43:26.460295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.461834"], ["updated_at", "2018-10-11 16:43:26.461834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.463387"], ["updated_at", "2018-10-11 16:43:26.463387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.464924"], ["updated_at", "2018-10-11 16:43:26.464924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.466438"], ["updated_at", "2018-10-11 16:43:26.466438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.468003"], ["updated_at", "2018-10-11 16:43:26.468003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.469574"], ["updated_at", "2018-10-11 16:43:26.469574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.471119"], ["updated_at", "2018-10-11 16:43:26.471119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.472720"], ["updated_at", "2018-10-11 16:43:26.472720"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.474679"], ["updated_at", "2018-10-11 16:43:26.474679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.476501"], ["updated_at", "2018-10-11 16:43:26.476501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.478124"], ["updated_at", "2018-10-11 16:43:26.478124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.479673"], ["updated_at", "2018-10-11 16:43:26.479673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.481160"], ["updated_at", "2018-10-11 16:43:26.481160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.482718"], ["updated_at", "2018-10-11 16:43:26.482718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.484221"], ["updated_at", "2018-10-11 16:43:26.484221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.485749"], ["updated_at", "2018-10-11 16:43:26.485749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.487224"], ["updated_at", "2018-10-11 16:43:26.487224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.488776"], ["updated_at", "2018-10-11 16:43:26.488776"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.490283"], ["updated_at", "2018-10-11 16:43:26.490283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.492240"], ["updated_at", "2018-10-11 16:43:26.492240"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.493811"], ["updated_at", "2018-10-11 16:43:26.493811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.495368"], ["updated_at", "2018-10-11 16:43:26.495368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.496954"], ["updated_at", "2018-10-11 16:43:26.496954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.498466"], ["updated_at", "2018-10-11 16:43:26.498466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.499981"], ["updated_at", "2018-10-11 16:43:26.499981"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.501481"], ["updated_at", "2018-10-11 16:43:26.501481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.503009"], ["updated_at", "2018-10-11 16:43:26.503009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.504570"], ["updated_at", "2018-10-11 16:43:26.504570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.506129"], ["updated_at", "2018-10-11 16:43:26.506129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.507861"], ["updated_at", "2018-10-11 16:43:26.507861"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.509822"], ["updated_at", "2018-10-11 16:43:26.509822"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.511755"], ["updated_at", "2018-10-11 16:43:26.511755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.513701"], ["updated_at", "2018-10-11 16:43:26.513701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.515450"], ["updated_at", "2018-10-11 16:43:26.515450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.517259"], ["updated_at", "2018-10-11 16:43:26.517259"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.519038"], ["updated_at", "2018-10-11 16:43:26.519038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.520943"], ["updated_at", "2018-10-11 16:43:26.520943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.522922"], ["updated_at", "2018-10-11 16:43:26.522922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.524562"], ["updated_at", "2018-10-11 16:43:26.524562"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.526157"], ["updated_at", "2018-10-11 16:43:26.526157"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.527721"], ["updated_at", "2018-10-11 16:43:26.527721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.529553"], ["updated_at", "2018-10-11 16:43:26.529553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.531370"], ["updated_at", "2018-10-11 16:43:26.531370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.533210"], ["updated_at", "2018-10-11 16:43:26.533210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.535086"], ["updated_at", "2018-10-11 16:43:26.535086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.536967"], ["updated_at", "2018-10-11 16:43:26.536967"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.538846"], ["updated_at", "2018-10-11 16:43:26.538846"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.540654"], ["updated_at", "2018-10-11 16:43:26.540654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.542579"], ["updated_at", "2018-10-11 16:43:26.542579"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.544453"], ["updated_at", "2018-10-11 16:43:26.544453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.546485"], ["updated_at", "2018-10-11 16:43:26.546485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.548148"], ["updated_at", "2018-10-11 16:43:26.548148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.549749"], ["updated_at", "2018-10-11 16:43:26.549749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.551260"], ["updated_at", "2018-10-11 16:43:26.551260"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.552920"], ["updated_at", "2018-10-11 16:43:26.552920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.554516"], ["updated_at", "2018-10-11 16:43:26.554516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.556064"], ["updated_at", "2018-10-11 16:43:26.556064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.557938"], ["updated_at", "2018-10-11 16:43:26.557938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.559544"], ["updated_at", "2018-10-11 16:43:26.559544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.561097"], ["updated_at", "2018-10-11 16:43:26.561097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.562616"], ["updated_at", "2018-10-11 16:43:26.562616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.564155"], ["updated_at", "2018-10-11 16:43:26.564155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.565710"], ["updated_at", "2018-10-11 16:43:26.565710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.567215"], ["updated_at", "2018-10-11 16:43:26.567215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.568755"], ["updated_at", "2018-10-11 16:43:26.568755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.570319"], ["updated_at", "2018-10-11 16:43:26.570319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.571865"], ["updated_at", "2018-10-11 16:43:26.571865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.573414"], ["updated_at", "2018-10-11 16:43:26.573414"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.575089"], ["updated_at", "2018-10-11 16:43:26.575089"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.577301"], ["updated_at", "2018-10-11 16:43:26.577301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.579100"], ["updated_at", "2018-10-11 16:43:26.579100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.580753"], ["updated_at", "2018-10-11 16:43:26.580753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.582366"], ["updated_at", "2018-10-11 16:43:26.582366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.583992"], ["updated_at", "2018-10-11 16:43:26.583992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.585523"], ["updated_at", "2018-10-11 16:43:26.585523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.587046"], ["updated_at", "2018-10-11 16:43:26.587046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.588612"], ["updated_at", "2018-10-11 16:43:26.588612"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.590297"], ["updated_at", "2018-10-11 16:43:26.590297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.591849"], ["updated_at", "2018-10-11 16:43:26.591849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.593396"], ["updated_at", "2018-10-11 16:43:26.593396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.594929"], ["updated_at", "2018-10-11 16:43:26.594929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.596460"], ["updated_at", "2018-10-11 16:43:26.596460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.597962"], ["updated_at", "2018-10-11 16:43:26.597962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.599554"], ["updated_at", "2018-10-11 16:43:26.599554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.601146"], ["updated_at", "2018-10-11 16:43:26.601146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.602677"], ["updated_at", "2018-10-11 16:43:26.602677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.604265"], ["updated_at", "2018-10-11 16:43:26.604265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.605807"], ["updated_at", "2018-10-11 16:43:26.605807"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.607776"], ["updated_at", "2018-10-11 16:43:26.607776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.610094"], ["updated_at", "2018-10-11 16:43:26.610094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.611854"], ["updated_at", "2018-10-11 16:43:26.611854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.613549"], ["updated_at", "2018-10-11 16:43:26.613549"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.615209"], ["updated_at", "2018-10-11 16:43:26.615209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.616748"], ["updated_at", "2018-10-11 16:43:26.616748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.618298"], ["updated_at", "2018-10-11 16:43:26.618298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.619847"], ["updated_at", "2018-10-11 16:43:26.619847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.621358"], ["updated_at", "2018-10-11 16:43:26.621358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.622906"], ["updated_at", "2018-10-11 16:43:26.622906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.624465"], ["updated_at", "2018-10-11 16:43:26.624465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.625977"], ["updated_at", "2018-10-11 16:43:26.625977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.627483"], ["updated_at", "2018-10-11 16:43:26.627483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.628995"], ["updated_at", "2018-10-11 16:43:26.628995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.630528"], ["updated_at", "2018-10-11 16:43:26.630528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.632033"], ["updated_at", "2018-10-11 16:43:26.632033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.633593"], ["updated_at", "2018-10-11 16:43:26.633593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.635313"], ["updated_at", "2018-10-11 16:43:26.635313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.636857"], ["updated_at", "2018-10-11 16:43:26.636857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.638354"], ["updated_at", "2018-10-11 16:43:26.638354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.639912"], ["updated_at", "2018-10-11 16:43:26.639912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.641445"], ["updated_at", "2018-10-11 16:43:26.641445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.642978"], ["updated_at", "2018-10-11 16:43:26.642978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.644524"], ["updated_at", "2018-10-11 16:43:26.644524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.646055"], ["updated_at", "2018-10-11 16:43:26.646055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.647569"], ["updated_at", "2018-10-11 16:43:26.647569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.649080"], ["updated_at", "2018-10-11 16:43:26.649080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.650605"], ["updated_at", "2018-10-11 16:43:26.650605"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.652159"], ["updated_at", "2018-10-11 16:43:26.652159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.654012"], ["updated_at", "2018-10-11 16:43:26.654012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.655588"], ["updated_at", "2018-10-11 16:43:26.655588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.657149"], ["updated_at", "2018-10-11 16:43:26.657149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.658804"], ["updated_at", "2018-10-11 16:43:26.658804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.660446"], ["updated_at", "2018-10-11 16:43:26.660446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.661974"], ["updated_at", "2018-10-11 16:43:26.661974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.663516"], ["updated_at", "2018-10-11 16:43:26.663516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.665105"], ["updated_at", "2018-10-11 16:43:26.665105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.666628"], ["updated_at", "2018-10-11 16:43:26.666628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.668174"], ["updated_at", "2018-10-11 16:43:26.668174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.669877"], ["updated_at", "2018-10-11 16:43:26.669877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.671436"], ["updated_at", "2018-10-11 16:43:26.671436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.672991"], ["updated_at", "2018-10-11 16:43:26.672991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.674616"], ["updated_at", "2018-10-11 16:43:26.674616"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.676131"], ["updated_at", "2018-10-11 16:43:26.676131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.677700"], ["updated_at", "2018-10-11 16:43:26.677700"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.679201"], ["updated_at", "2018-10-11 16:43:26.679201"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.681241"], ["updated_at", "2018-10-11 16:43:26.681241"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.683516"], ["updated_at", "2018-10-11 16:43:26.683516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.685877"], ["updated_at", "2018-10-11 16:43:26.685877"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.688986"], ["updated_at", "2018-10-11 16:43:26.688986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.690552"], ["updated_at", "2018-10-11 16:43:26.690552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.692179"], ["updated_at", "2018-10-11 16:43:26.692179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.693782"], ["updated_at", "2018-10-11 16:43:26.693782"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.695723"], ["updated_at", "2018-10-11 16:43:26.695723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.697738"], ["updated_at", "2018-10-11 16:43:26.697738"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.699323"], ["updated_at", "2018-10-11 16:43:26.699323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.700884"], ["updated_at", "2018-10-11 16:43:26.700884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.702407"], ["updated_at", "2018-10-11 16:43:26.702407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.703959"], ["updated_at", "2018-10-11 16:43:26.703959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.705481"], ["updated_at", "2018-10-11 16:43:26.705481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.707027"], ["updated_at", "2018-10-11 16:43:26.707027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.708546"], ["updated_at", "2018-10-11 16:43:26.708546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.710115"], ["updated_at", "2018-10-11 16:43:26.710115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.711701"], ["updated_at", "2018-10-11 16:43:26.711701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.713234"], ["updated_at", "2018-10-11 16:43:26.713234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.714839"], ["updated_at", "2018-10-11 16:43:26.714839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.716377"], ["updated_at", "2018-10-11 16:43:26.716377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.718139"], ["updated_at", "2018-10-11 16:43:26.718139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.719953"], ["updated_at", "2018-10-11 16:43:26.719953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.721576"], ["updated_at", "2018-10-11 16:43:26.721576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.723172"], ["updated_at", "2018-10-11 16:43:26.723172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.724677"], ["updated_at", "2018-10-11 16:43:26.724677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.726199"], ["updated_at", "2018-10-11 16:43:26.726199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.727711"], ["updated_at", "2018-10-11 16:43:26.727711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.729243"], ["updated_at", "2018-10-11 16:43:26.729243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.730766"], ["updated_at", "2018-10-11 16:43:26.730766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.732280"], ["updated_at", "2018-10-11 16:43:26.732280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.733880"], ["updated_at", "2018-10-11 16:43:26.733880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.735394"], ["updated_at", "2018-10-11 16:43:26.735394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.736902"], ["updated_at", "2018-10-11 16:43:26.736902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.738481"], ["updated_at", "2018-10-11 16:43:26.738481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.740022"], ["updated_at", "2018-10-11 16:43:26.740022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.741571"], ["updated_at", "2018-10-11 16:43:26.741571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.743097"], ["updated_at", "2018-10-11 16:43:26.743097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.744608"], ["updated_at", "2018-10-11 16:43:26.744608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.746261"], ["updated_at", "2018-10-11 16:43:26.746261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.747820"], ["updated_at", "2018-10-11 16:43:26.747820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.749333"], ["updated_at", "2018-10-11 16:43:26.749333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.750868"], ["updated_at", "2018-10-11 16:43:26.750868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.752383"], ["updated_at", "2018-10-11 16:43:26.752383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.753886"], ["updated_at", "2018-10-11 16:43:26.753886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.755411"], ["updated_at", "2018-10-11 16:43:26.755411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.756973"], ["updated_at", "2018-10-11 16:43:26.756973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.758458"], ["updated_at", "2018-10-11 16:43:26.758458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.760058"], ["updated_at", "2018-10-11 16:43:26.760058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.761795"], ["updated_at", "2018-10-11 16:43:26.761795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.763629"], ["updated_at", "2018-10-11 16:43:26.763629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.765316"], ["updated_at", "2018-10-11 16:43:26.765316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.766912"], ["updated_at", "2018-10-11 16:43:26.766912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.768482"], ["updated_at", "2018-10-11 16:43:26.768482"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.770008"], ["updated_at", "2018-10-11 16:43:26.770008"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.771791"], ["updated_at", "2018-10-11 16:43:26.771791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.773574"], ["updated_at", "2018-10-11 16:43:26.773574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.775182"], ["updated_at", "2018-10-11 16:43:26.775182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.776714"], ["updated_at", "2018-10-11 16:43:26.776714"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.778226"], ["updated_at", "2018-10-11 16:43:26.778226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.780597"], ["updated_at", "2018-10-11 16:43:26.780597"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.782265"], ["updated_at", "2018-10-11 16:43:26.782265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.783828"], ["updated_at", "2018-10-11 16:43:26.783828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.785360"], ["updated_at", "2018-10-11 16:43:26.785360"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.786973"], ["updated_at", "2018-10-11 16:43:26.786973"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.789626"], ["updated_at", "2018-10-11 16:43:26.789626"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.792108"], ["updated_at", "2018-10-11 16:43:26.792108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.794004"], ["updated_at", "2018-10-11 16:43:26.794004"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.796007"], ["updated_at", "2018-10-11 16:43:26.796007"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.797826"], ["updated_at", "2018-10-11 16:43:26.797826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.799618"], ["updated_at", "2018-10-11 16:43:26.799618"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.801213"], ["updated_at", "2018-10-11 16:43:26.801213"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.802791"], ["updated_at", "2018-10-11 16:43:26.802791"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.805079"], ["updated_at", "2018-10-11 16:43:26.805079"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.807447"], ["updated_at", "2018-10-11 16:43:26.807447"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.809263"], ["updated_at", "2018-10-11 16:43:26.809263"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.811074"], ["updated_at", "2018-10-11 16:43:26.811074"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.813188"], ["updated_at", "2018-10-11 16:43:26.813188"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.814960"], ["updated_at", "2018-10-11 16:43:26.814960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.817021"], ["updated_at", "2018-10-11 16:43:26.817021"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.818710"], ["updated_at", "2018-10-11 16:43:26.818710"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.820896"], ["updated_at", "2018-10-11 16:43:26.820896"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.822658"], ["updated_at", "2018-10-11 16:43:26.822658"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.825763"], ["updated_at", "2018-10-11 16:43:26.825763"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.830223"], ["updated_at", "2018-10-11 16:43:26.830223"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.833663"], ["updated_at", "2018-10-11 16:43:26.833663"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.836347"], ["updated_at", "2018-10-11 16:43:26.836347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.838285"], ["updated_at", "2018-10-11 16:43:26.838285"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.840374"], ["updated_at", "2018-10-11 16:43:26.840374"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.842800"], ["updated_at", "2018-10-11 16:43:26.842800"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.846617"], ["updated_at", "2018-10-11 16:43:26.846617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.848639"], ["updated_at", "2018-10-11 16:43:26.848639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.850345"], ["updated_at", "2018-10-11 16:43:26.850345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.852351"], ["updated_at", "2018-10-11 16:43:26.852351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.854233"], ["updated_at", "2018-10-11 16:43:26.854233"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.856079"], ["updated_at", "2018-10-11 16:43:26.856079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.858550"], ["updated_at", "2018-10-11 16:43:26.858550"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.860832"], ["updated_at", "2018-10-11 16:43:26.860832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.862693"], ["updated_at", "2018-10-11 16:43:26.862693"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.864315"], ["updated_at", "2018-10-11 16:43:26.864315"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.866229"], ["updated_at", "2018-10-11 16:43:26.866229"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.868335"], ["updated_at", "2018-10-11 16:43:26.868335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.870258"], ["updated_at", "2018-10-11 16:43:26.870258"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.871983"], ["updated_at", "2018-10-11 16:43:26.871983"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.874491"], ["updated_at", "2018-10-11 16:43:26.874491"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.878497"], ["updated_at", "2018-10-11 16:43:26.878497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.880427"], ["updated_at", "2018-10-11 16:43:26.880427"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.882160"], ["updated_at", "2018-10-11 16:43:26.882160"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.884818"], ["updated_at", "2018-10-11 16:43:26.884818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.886636"], ["updated_at", "2018-10-11 16:43:26.886636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.888216"], ["updated_at", "2018-10-11 16:43:26.888216"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.890232"], ["updated_at", "2018-10-11 16:43:26.890232"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.892297"], ["updated_at", "2018-10-11 16:43:26.892297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.894455"], ["updated_at", "2018-10-11 16:43:26.894455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.896136"], ["updated_at", "2018-10-11 16:43:26.896136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.897704"], ["updated_at", "2018-10-11 16:43:26.897704"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.899273"], ["updated_at", "2018-10-11 16:43:26.899273"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.901536"], ["updated_at", "2018-10-11 16:43:26.901536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.903417"], ["updated_at", "2018-10-11 16:43:26.903417"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.905047"], ["updated_at", "2018-10-11 16:43:26.905047"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.907247"], ["updated_at", "2018-10-11 16:43:26.907247"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.909645"], ["updated_at", "2018-10-11 16:43:26.909645"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.911729"], ["updated_at", "2018-10-11 16:43:26.911729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.913343"], ["updated_at", "2018-10-11 16:43:26.913343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.914910"], ["updated_at", "2018-10-11 16:43:26.914910"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.916880"], ["updated_at", "2018-10-11 16:43:26.916880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.919318"], ["updated_at", "2018-10-11 16:43:26.919318"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.921568"], ["updated_at", "2018-10-11 16:43:26.921568"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.923564"], ["updated_at", "2018-10-11 16:43:26.923564"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.926308"], ["updated_at", "2018-10-11 16:43:26.926308"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.929697"], ["updated_at", "2018-10-11 16:43:26.929697"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.931622"], ["updated_at", "2018-10-11 16:43:26.931622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.933677"], ["updated_at", "2018-10-11 16:43:26.933677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.935195"], ["updated_at", "2018-10-11 16:43:26.935195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.936932"], ["updated_at", "2018-10-11 16:43:26.936932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.938476"], ["updated_at", "2018-10-11 16:43:26.938476"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.940506"], ["updated_at", "2018-10-11 16:43:26.940506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.942755"], ["updated_at", "2018-10-11 16:43:26.942755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.944412"], ["updated_at", "2018-10-11 16:43:26.944412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.945988"], ["updated_at", "2018-10-11 16:43:26.945988"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.947529"], ["updated_at", "2018-10-11 16:43:26.947529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.949662"], ["updated_at", "2018-10-11 16:43:26.949662"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.951453"], ["updated_at", "2018-10-11 16:43:26.951453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.953033"], ["updated_at", "2018-10-11 16:43:26.953033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.954608"], ["updated_at", "2018-10-11 16:43:26.954608"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.956912"], ["updated_at", "2018-10-11 16:43:26.956912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.960564"], ["updated_at", "2018-10-11 16:43:26.960564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.963088"], ["updated_at", "2018-10-11 16:43:26.963088"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.964908"], ["updated_at", "2018-10-11 16:43:26.964908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.966817"], ["updated_at", "2018-10-11 16:43:26.966817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.968283"], ["updated_at", "2018-10-11 16:43:26.968283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.969806"], ["updated_at", "2018-10-11 16:43:26.969806"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.971338"], ["updated_at", "2018-10-11 16:43:26.971338"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.973561"], ["updated_at", "2018-10-11 16:43:26.973561"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.975422"], ["updated_at", "2018-10-11 16:43:26.975422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.977255"], ["updated_at", "2018-10-11 16:43:26.977255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.978894"], ["updated_at", "2018-10-11 16:43:26.978894"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.980859"], ["updated_at", "2018-10-11 16:43:26.980859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.982648"], ["updated_at", "2018-10-11 16:43:26.982648"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.984226"], ["updated_at", "2018-10-11 16:43:26.984226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.985834"], ["updated_at", "2018-10-11 16:43:26.985834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.987403"], ["updated_at", "2018-10-11 16:43:26.987403"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.989181"], ["updated_at", "2018-10-11 16:43:26.989181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.991158"], ["updated_at", "2018-10-11 16:43:26.991158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.992944"], ["updated_at", "2018-10-11 16:43:26.992944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.994678"], ["updated_at", "2018-10-11 16:43:26.994678"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.996408"], ["updated_at", "2018-10-11 16:43:26.996408"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:26.998334"], ["updated_at", "2018-10-11 16:43:26.998334"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.001378"], ["updated_at", "2018-10-11 16:43:27.001378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.003169"], ["updated_at", "2018-10-11 16:43:27.003169"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.004922"], ["updated_at", "2018-10-11 16:43:27.004922"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.006708"], ["updated_at", "2018-10-11 16:43:27.006708"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.008744"], ["updated_at", "2018-10-11 16:43:27.008744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.010566"], ["updated_at", "2018-10-11 16:43:27.010566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.012144"], ["updated_at", "2018-10-11 16:43:27.012144"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.013700"], ["updated_at", "2018-10-11 16:43:27.013700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.015462"], ["updated_at", "2018-10-11 16:43:27.015462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.017265"], ["updated_at", "2018-10-11 16:43:27.017265"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.018946"], ["updated_at", "2018-10-11 16:43:27.018946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.020800"], ["updated_at", "2018-10-11 16:43:27.020800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.022432"], ["updated_at", "2018-10-11 16:43:27.022432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.024214"], ["updated_at", "2018-10-11 16:43:27.024214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.025882"], ["updated_at", "2018-10-11 16:43:27.025882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.027555"], ["updated_at", "2018-10-11 16:43:27.027555"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.029135"], ["updated_at", "2018-10-11 16:43:27.029135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.030856"], ["updated_at", "2018-10-11 16:43:27.030856"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.032413"], ["updated_at", "2018-10-11 16:43:27.032413"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.034266"], ["updated_at", "2018-10-11 16:43:27.034266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.035857"], ["updated_at", "2018-10-11 16:43:27.035857"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.037401"], ["updated_at", "2018-10-11 16:43:27.037401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.038947"], ["updated_at", "2018-10-11 16:43:27.038947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.040514"], ["updated_at", "2018-10-11 16:43:27.040514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.042151"], ["updated_at", "2018-10-11 16:43:27.042151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.043684"], ["updated_at", "2018-10-11 16:43:27.043684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.045223"], ["updated_at", "2018-10-11 16:43:27.045223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.046754"], ["updated_at", "2018-10-11 16:43:27.046754"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.048331"], ["updated_at", "2018-10-11 16:43:27.048331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.049839"], ["updated_at", "2018-10-11 16:43:27.049839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.051363"], ["updated_at", "2018-10-11 16:43:27.051363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.052864"], ["updated_at", "2018-10-11 16:43:27.052864"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.054381"], ["updated_at", "2018-10-11 16:43:27.054381"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.055868"], ["updated_at", "2018-10-11 16:43:27.055868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.057408"], ["updated_at", "2018-10-11 16:43:27.057408"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.058928"], ["updated_at", "2018-10-11 16:43:27.058928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.060479"], ["updated_at", "2018-10-11 16:43:27.060479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.061975"], ["updated_at", "2018-10-11 16:43:27.061975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.063491"], ["updated_at", "2018-10-11 16:43:27.063491"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.065119"], ["updated_at", "2018-10-11 16:43:27.065119"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.067135"], ["updated_at", "2018-10-11 16:43:27.067135"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.068962"], ["updated_at", "2018-10-11 16:43:27.068962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.071117"], ["updated_at", "2018-10-11 16:43:27.071117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.073093"], ["updated_at", "2018-10-11 16:43:27.073093"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.074833"], ["updated_at", "2018-10-11 16:43:27.074833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.077049"], ["updated_at", "2018-10-11 16:43:27.077049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.078601"], ["updated_at", "2018-10-11 16:43:27.078601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.080176"], ["updated_at", "2018-10-11 16:43:27.080176"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.081748"], ["updated_at", "2018-10-11 16:43:27.081748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.083557"], ["updated_at", "2018-10-11 16:43:27.083557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.085172"], ["updated_at", "2018-10-11 16:43:27.085172"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.086807"], ["updated_at", "2018-10-11 16:43:27.086807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.088841"], ["updated_at", "2018-10-11 16:43:27.088841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.090438"], ["updated_at", "2018-10-11 16:43:27.090438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.091992"], ["updated_at", "2018-10-11 16:43:27.091992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.093514"], ["updated_at", "2018-10-11 16:43:27.093514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.095074"], ["updated_at", "2018-10-11 16:43:27.095074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.096614"], ["updated_at", "2018-10-11 16:43:27.096614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.098164"], ["updated_at", "2018-10-11 16:43:27.098164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.099686"], ["updated_at", "2018-10-11 16:43:27.099686"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.101296"], ["updated_at", "2018-10-11 16:43:27.101296"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.103423"], ["updated_at", "2018-10-11 16:43:27.103423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.105458"], ["updated_at", "2018-10-11 16:43:27.105458"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.107092"], ["updated_at", "2018-10-11 16:43:27.107092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.108774"], ["updated_at", "2018-10-11 16:43:27.108774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.110675"], ["updated_at", "2018-10-11 16:43:27.110675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.112344"], ["updated_at", "2018-10-11 16:43:27.112344"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.113887"], ["updated_at", "2018-10-11 16:43:27.113887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.115702"], ["updated_at", "2018-10-11 16:43:27.115702"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.117849"], ["updated_at", "2018-10-11 16:43:27.117849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.120081"], ["updated_at", "2018-10-11 16:43:27.120081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.122160"], ["updated_at", "2018-10-11 16:43:27.122160"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.124153"], ["updated_at", "2018-10-11 16:43:27.124153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.126478"], ["updated_at", "2018-10-11 16:43:27.126478"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.128372"], ["updated_at", "2018-10-11 16:43:27.128372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.130821"], ["updated_at", "2018-10-11 16:43:27.130821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.132378"], ["updated_at", "2018-10-11 16:43:27.132378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.134094"], ["updated_at", "2018-10-11 16:43:27.134094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.135802"], ["updated_at", "2018-10-11 16:43:27.135802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.137405"], ["updated_at", "2018-10-11 16:43:27.137405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.138990"], ["updated_at", "2018-10-11 16:43:27.138990"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.140655"], ["updated_at", "2018-10-11 16:43:27.140655"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.142832"], ["updated_at", "2018-10-11 16:43:27.142832"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.144687"], ["updated_at", "2018-10-11 16:43:27.144687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.146306"], ["updated_at", "2018-10-11 16:43:27.146306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.147853"], ["updated_at", "2018-10-11 16:43:27.147853"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.149379"], ["updated_at", "2018-10-11 16:43:27.149379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.151179"], ["updated_at", "2018-10-11 16:43:27.151179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.152765"], ["updated_at", "2018-10-11 16:43:27.152765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.154307"], ["updated_at", "2018-10-11 16:43:27.154307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.155859"], ["updated_at", "2018-10-11 16:43:27.155859"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.157383"], ["updated_at", "2018-10-11 16:43:27.157383"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.159162"], ["updated_at", "2018-10-11 16:43:27.159162"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.160881"], ["updated_at", "2018-10-11 16:43:27.160881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.162712"], ["updated_at", "2018-10-11 16:43:27.162712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.164354"], ["updated_at", "2018-10-11 16:43:27.164354"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.165957"], ["updated_at", "2018-10-11 16:43:27.165957"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.168326"], ["updated_at", "2018-10-11 16:43:27.168326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.170206"], ["updated_at", "2018-10-11 16:43:27.170206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.172008"], ["updated_at", "2018-10-11 16:43:27.172008"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.173901"], ["updated_at", "2018-10-11 16:43:27.173901"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.176263"], ["updated_at", "2018-10-11 16:43:27.176263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.177844"], ["updated_at", "2018-10-11 16:43:27.177844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.179431"], ["updated_at", "2018-10-11 16:43:27.179431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.180962"], ["updated_at", "2018-10-11 16:43:27.180962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.182773"], ["updated_at", "2018-10-11 16:43:27.182773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.184697"], ["updated_at", "2018-10-11 16:43:27.184697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.186561"], ["updated_at", "2018-10-11 16:43:27.186561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.188411"], ["updated_at", "2018-10-11 16:43:27.188411"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.190134"], ["updated_at", "2018-10-11 16:43:27.190134"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.192509"], ["updated_at", "2018-10-11 16:43:27.192509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.194197"], ["updated_at", "2018-10-11 16:43:27.194197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.195786"], ["updated_at", "2018-10-11 16:43:27.195786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.197411"], ["updated_at", "2018-10-11 16:43:27.197411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.199295"], ["updated_at", "2018-10-11 16:43:27.199295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.201282"], ["updated_at", "2018-10-11 16:43:27.201282"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.203015"], ["updated_at", "2018-10-11 16:43:27.203015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.204774"], ["updated_at", "2018-10-11 16:43:27.204774"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.206539"], ["updated_at", "2018-10-11 16:43:27.206539"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.208801"], ["updated_at", "2018-10-11 16:43:27.208801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.210578"], ["updated_at", "2018-10-11 16:43:27.210578"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.212147"], ["updated_at", "2018-10-11 16:43:27.212147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.213702"], ["updated_at", "2018-10-11 16:43:27.213702"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.215567"], ["updated_at", "2018-10-11 16:43:27.215567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.217409"], ["updated_at", "2018-10-11 16:43:27.217409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.219180"], ["updated_at", "2018-10-11 16:43:27.219180"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.220887"], ["updated_at", "2018-10-11 16:43:27.220887"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.222676"], ["updated_at", "2018-10-11 16:43:27.222676"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.224892"], ["updated_at", "2018-10-11 16:43:27.224892"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.226603"], ["updated_at", "2018-10-11 16:43:27.226603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.228256"], ["updated_at", "2018-10-11 16:43:27.228256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.229791"], ["updated_at", "2018-10-11 16:43:27.229791"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.231533"], ["updated_at", "2018-10-11 16:43:27.231533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.233519"], ["updated_at", "2018-10-11 16:43:27.233519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.235215"], ["updated_at", "2018-10-11 16:43:27.235215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.236922"], ["updated_at", "2018-10-11 16:43:27.236922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.238580"], ["updated_at", "2018-10-11 16:43:27.238580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.240829"], ["updated_at", "2018-10-11 16:43:27.240829"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.242406"], ["updated_at", "2018-10-11 16:43:27.242406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.243934"], ["updated_at", "2018-10-11 16:43:27.243934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.245490"], ["updated_at", "2018-10-11 16:43:27.245490"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.247193"], ["updated_at", "2018-10-11 16:43:27.247193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.249323"], ["updated_at", "2018-10-11 16:43:27.249323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.250958"], ["updated_at", "2018-10-11 16:43:27.250958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.252629"], ["updated_at", "2018-10-11 16:43:27.252629"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.254265"], ["updated_at", "2018-10-11 16:43:27.254265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.256623"], ["updated_at", "2018-10-11 16:43:27.256623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.258214"], ["updated_at", "2018-10-11 16:43:27.258214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.259762"], ["updated_at", "2018-10-11 16:43:27.259762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.261305"], ["updated_at", "2018-10-11 16:43:27.261305"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.262986"], ["updated_at", "2018-10-11 16:43:27.262986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.265146"], ["updated_at", "2018-10-11 16:43:27.265146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.266780"], ["updated_at", "2018-10-11 16:43:27.266780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.268526"], ["updated_at", "2018-10-11 16:43:27.268526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.270223"], ["updated_at", "2018-10-11 16:43:27.270223"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.272382"], ["updated_at", "2018-10-11 16:43:27.272382"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.274449"], ["updated_at", "2018-10-11 16:43:27.274449"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.276793"], ["updated_at", "2018-10-11 16:43:27.276793"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.278553"], ["updated_at", "2018-10-11 16:43:27.278553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.280844"], ["updated_at", "2018-10-11 16:43:27.280844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.282567"], ["updated_at", "2018-10-11 16:43:27.282567"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.284204"], ["updated_at", "2018-10-11 16:43:27.284204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.285959"], ["updated_at", "2018-10-11 16:43:27.285959"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.288265"], ["updated_at", "2018-10-11 16:43:27.288265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.290442"], ["updated_at", "2018-10-11 16:43:27.290442"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.293391"], ["updated_at", "2018-10-11 16:43:27.293391"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.295070"], ["updated_at", "2018-10-11 16:43:27.295070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.297263"], ["updated_at", "2018-10-11 16:43:27.297263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.298840"], ["updated_at", "2018-10-11 16:43:27.298840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.300364"], ["updated_at", "2018-10-11 16:43:27.300364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.302046"], ["updated_at", "2018-10-11 16:43:27.302046"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.304214"], ["updated_at", "2018-10-11 16:43:27.304214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.306281"], ["updated_at", "2018-10-11 16:43:27.306281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.308012"], ["updated_at", "2018-10-11 16:43:27.308012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.309690"], ["updated_at", "2018-10-11 16:43:27.309690"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.311268"], ["updated_at", "2018-10-11 16:43:27.311268"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.313545"], ["updated_at", "2018-10-11 16:43:27.313545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.315264"], ["updated_at", "2018-10-11 16:43:27.315264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.316866"], ["updated_at", "2018-10-11 16:43:27.316866"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.318517"], ["updated_at", "2018-10-11 16:43:27.318517"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.320626"], ["updated_at", "2018-10-11 16:43:27.320626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.322625"], ["updated_at", "2018-10-11 16:43:27.322625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.324361"], ["updated_at", "2018-10-11 16:43:27.324361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.325897"], ["updated_at", "2018-10-11 16:43:27.325897"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.327467"], ["updated_at", "2018-10-11 16:43:27.327467"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.329602"], ["updated_at", "2018-10-11 16:43:27.329602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.331265"], ["updated_at", "2018-10-11 16:43:27.331265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.332964"], ["updated_at", "2018-10-11 16:43:27.332964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.334516"], ["updated_at", "2018-10-11 16:43:27.334516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.336514"], ["updated_at", "2018-10-11 16:43:27.336514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.338607"], ["updated_at", "2018-10-11 16:43:27.338607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.340257"], ["updated_at", "2018-10-11 16:43:27.340257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.341802"], ["updated_at", "2018-10-11 16:43:27.341802"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.343407"], ["updated_at", "2018-10-11 16:43:27.343407"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.345646"], ["updated_at", "2018-10-11 16:43:27.345646"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.347385"], ["updated_at", "2018-10-11 16:43:27.347385"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.348979"], ["updated_at", "2018-10-11 16:43:27.348979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.350681"], ["updated_at", "2018-10-11 16:43:27.350681"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.352686"], ["updated_at", "2018-10-11 16:43:27.352686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.354750"], ["updated_at", "2018-10-11 16:43:27.354750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.356579"], ["updated_at", "2018-10-11 16:43:27.356579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.358268"], ["updated_at", "2018-10-11 16:43:27.358268"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.359887"], ["updated_at", "2018-10-11 16:43:27.359887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.361938"], ["updated_at", "2018-10-11 16:43:27.361938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.363514"], ["updated_at", "2018-10-11 16:43:27.363514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.365117"], ["updated_at", "2018-10-11 16:43:27.365117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.366627"], ["updated_at", "2018-10-11 16:43:27.366627"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.368473"], ["updated_at", "2018-10-11 16:43:27.368473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.370478"], ["updated_at", "2018-10-11 16:43:27.370478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.372279"], ["updated_at", "2018-10-11 16:43:27.372279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.374068"], ["updated_at", "2018-10-11 16:43:27.374068"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.375641"], ["updated_at", "2018-10-11 16:43:27.375641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.377725"], ["updated_at", "2018-10-11 16:43:27.377725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.379409"], ["updated_at", "2018-10-11 16:43:27.379409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.380973"], ["updated_at", "2018-10-11 16:43:27.380973"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.382532"], ["updated_at", "2018-10-11 16:43:27.382532"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.384372"], ["updated_at", "2018-10-11 16:43:27.384372"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.386565"], ["updated_at", "2018-10-11 16:43:27.386565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.388473"], ["updated_at", "2018-10-11 16:43:27.388473"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.390514"], ["updated_at", "2018-10-11 16:43:27.390514"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.392473"], ["updated_at", "2018-10-11 16:43:27.392473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.394337"], ["updated_at", "2018-10-11 16:43:27.394337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.395995"], ["updated_at", "2018-10-11 16:43:27.395995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.397561"], ["updated_at", "2018-10-11 16:43:27.397561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.399110"], ["updated_at", "2018-10-11 16:43:27.399110"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.401072"], ["updated_at", "2018-10-11 16:43:27.401072"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.403209"], ["updated_at", "2018-10-11 16:43:27.403209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.404986"], ["updated_at", "2018-10-11 16:43:27.404986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.406731"], ["updated_at", "2018-10-11 16:43:27.406731"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.408459"], ["updated_at", "2018-10-11 16:43:27.408459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.410201"], ["updated_at", "2018-10-11 16:43:27.410201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.411802"], ["updated_at", "2018-10-11 16:43:27.411802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.413319"], ["updated_at", "2018-10-11 16:43:27.413319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.414978"], ["updated_at", "2018-10-11 16:43:27.414978"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.416848"], ["updated_at", "2018-10-11 16:43:27.416848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.419005"], ["updated_at", "2018-10-11 16:43:27.419005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.420770"], ["updated_at", "2018-10-11 16:43:27.420770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.422439"], ["updated_at", "2018-10-11 16:43:27.422439"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.424211"], ["updated_at", "2018-10-11 16:43:27.424211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.426205"], ["updated_at", "2018-10-11 16:43:27.426205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.427868"], ["updated_at", "2018-10-11 16:43:27.427868"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.429466"], ["updated_at", "2018-10-11 16:43:27.429466"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.431606"], ["updated_at", "2018-10-11 16:43:27.431606"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.434287"], ["updated_at", "2018-10-11 16:43:27.434287"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.437195"], ["updated_at", "2018-10-11 16:43:27.437195"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.441577"], ["updated_at", "2018-10-11 16:43:27.441577"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.444511"], ["updated_at", "2018-10-11 16:43:27.444511"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.446970"], ["updated_at", "2018-10-11 16:43:27.446970"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.449345"], ["updated_at", "2018-10-11 16:43:27.449345"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.451897"], ["updated_at", "2018-10-11 16:43:27.451897"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.454525"], ["updated_at", "2018-10-11 16:43:27.454525"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.457028"], ["updated_at", "2018-10-11 16:43:27.457028"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.459957"], ["updated_at", "2018-10-11 16:43:27.459957"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.462300"], ["updated_at", "2018-10-11 16:43:27.462300"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.464901"], ["updated_at", "2018-10-11 16:43:27.464901"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.467350"], ["updated_at", "2018-10-11 16:43:27.467350"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.469794"], ["updated_at", "2018-10-11 16:43:27.469794"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.475350"], ["updated_at", "2018-10-11 16:43:27.475350"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.478351"], ["updated_at", "2018-10-11 16:43:27.478351"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.480714"], ["updated_at", "2018-10-11 16:43:27.480714"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.483610"], ["updated_at", "2018-10-11 16:43:27.483610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.486369"], ["updated_at", "2018-10-11 16:43:27.486369"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.487946"], ["updated_at", "2018-10-11 16:43:27.487946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.489722"], ["updated_at", "2018-10-11 16:43:27.489722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.491297"], ["updated_at", "2018-10-11 16:43:27.491297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.492950"], ["updated_at", "2018-10-11 16:43:27.492950"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.494744"], ["updated_at", "2018-10-11 16:43:27.494744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.496319"], ["updated_at", "2018-10-11 16:43:27.496319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.498054"], ["updated_at", "2018-10-11 16:43:27.498054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.499769"], ["updated_at", "2018-10-11 16:43:27.499769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.501438"], ["updated_at", "2018-10-11 16:43:27.501438"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.502997"], ["updated_at", "2018-10-11 16:43:27.502997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.505479"], ["updated_at", "2018-10-11 16:43:27.505479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.508118"], ["updated_at", "2018-10-11 16:43:27.508118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.509704"], ["updated_at", "2018-10-11 16:43:27.509704"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.511288"], ["updated_at", "2018-10-11 16:43:27.511288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.512820"], ["updated_at", "2018-10-11 16:43:27.512820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.514540"], ["updated_at", "2018-10-11 16:43:27.514540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.516150"], ["updated_at", "2018-10-11 16:43:27.516150"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.517682"], ["updated_at", "2018-10-11 16:43:27.517682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.519267"], ["updated_at", "2018-10-11 16:43:27.519267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.520878"], ["updated_at", "2018-10-11 16:43:27.520878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.523421"], ["updated_at", "2018-10-11 16:43:27.523421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.525049"], ["updated_at", "2018-10-11 16:43:27.525049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.526590"], ["updated_at", "2018-10-11 16:43:27.526590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.528154"], ["updated_at", "2018-10-11 16:43:27.528154"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.529926"], ["updated_at", "2018-10-11 16:43:27.529926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.531685"], ["updated_at", "2018-10-11 16:43:27.531685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.533390"], ["updated_at", "2018-10-11 16:43:27.533390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.534990"], ["updated_at", "2018-10-11 16:43:27.534990"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.536592"], ["updated_at", "2018-10-11 16:43:27.536592"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.538564"], ["updated_at", "2018-10-11 16:43:27.538564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.540249"], ["updated_at", "2018-10-11 16:43:27.540249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.541900"], ["updated_at", "2018-10-11 16:43:27.541900"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.543457"], ["updated_at", "2018-10-11 16:43:27.543457"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.544999"], ["updated_at", "2018-10-11 16:43:27.544999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.546910"], ["updated_at", "2018-10-11 16:43:27.546910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.548495"], ["updated_at", "2018-10-11 16:43:27.548495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.549996"], ["updated_at", "2018-10-11 16:43:27.549996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.551548"], ["updated_at", "2018-10-11 16:43:27.551548"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.553144"], ["updated_at", "2018-10-11 16:43:27.553144"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.555070"], ["updated_at", "2018-10-11 16:43:27.555070"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.556768"], ["updated_at", "2018-10-11 16:43:27.556768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.558310"], ["updated_at", "2018-10-11 16:43:27.558310"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.559850"], ["updated_at", "2018-10-11 16:43:27.559850"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.561378"], ["updated_at", "2018-10-11 16:43:27.561378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.563394"], ["updated_at", "2018-10-11 16:43:27.563394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.565012"], ["updated_at", "2018-10-11 16:43:27.565012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.566542"], ["updated_at", "2018-10-11 16:43:27.566542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.568078"], ["updated_at", "2018-10-11 16:43:27.568078"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.569686"], ["updated_at", "2018-10-11 16:43:27.569686"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.571819"], ["updated_at", "2018-10-11 16:43:27.571819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.573542"], ["updated_at", "2018-10-11 16:43:27.573542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.575162"], ["updated_at", "2018-10-11 16:43:27.575162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.576705"], ["updated_at", "2018-10-11 16:43:27.576705"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.578306"], ["updated_at", "2018-10-11 16:43:27.578306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.580292"], ["updated_at", "2018-10-11 16:43:27.580292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.581960"], ["updated_at", "2018-10-11 16:43:27.581960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.583602"], ["updated_at", "2018-10-11 16:43:27.583602"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.585145"], ["updated_at", "2018-10-11 16:43:27.585145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.586663"], ["updated_at", "2018-10-11 16:43:27.586663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.588191"], ["updated_at", "2018-10-11 16:43:27.588191"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.589772"], ["updated_at", "2018-10-11 16:43:27.589772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.591620"], ["updated_at", "2018-10-11 16:43:27.591620"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.593222"], ["updated_at", "2018-10-11 16:43:27.593222"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.595265"], ["updated_at", "2018-10-11 16:43:27.595265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.597008"], ["updated_at", "2018-10-11 16:43:27.597008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.598671"], ["updated_at", "2018-10-11 16:43:27.598671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.600342"], ["updated_at", "2018-10-11 16:43:27.600342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.602008"], ["updated_at", "2018-10-11 16:43:27.602008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.605051"], ["updated_at", "2018-10-11 16:43:27.605051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.606736"], ["updated_at", "2018-10-11 16:43:27.606736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.608253"], ["updated_at", "2018-10-11 16:43:27.608253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.609841"], ["updated_at", "2018-10-11 16:43:27.609841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.611473"], ["updated_at", "2018-10-11 16:43:27.611473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.613081"], ["updated_at", "2018-10-11 16:43:27.613081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.614594"], ["updated_at", "2018-10-11 16:43:27.614594"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.616166"], ["updated_at", "2018-10-11 16:43:27.616166"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.618440"], ["updated_at", "2018-10-11 16:43:27.618440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.621069"], ["updated_at", "2018-10-11 16:43:27.621069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.622812"], ["updated_at", "2018-10-11 16:43:27.622812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.624439"], ["updated_at", "2018-10-11 16:43:27.624439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.626010"], ["updated_at", "2018-10-11 16:43:27.626010"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.627797"], ["updated_at", "2018-10-11 16:43:27.627797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.629638"], ["updated_at", "2018-10-11 16:43:27.629638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.631229"], ["updated_at", "2018-10-11 16:43:27.631229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.632886"], ["updated_at", "2018-10-11 16:43:27.632886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.634621"], ["updated_at", "2018-10-11 16:43:27.634621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.636245"], ["updated_at", "2018-10-11 16:43:27.636245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.637815"], ["updated_at", "2018-10-11 16:43:27.637815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.639305"], ["updated_at", "2018-10-11 16:43:27.639305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.640858"], ["updated_at", "2018-10-11 16:43:27.640858"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.642590"], ["updated_at", "2018-10-11 16:43:27.642590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.644266"], ["updated_at", "2018-10-11 16:43:27.644266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.645905"], ["updated_at", "2018-10-11 16:43:27.645905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.647465"], ["updated_at", "2018-10-11 16:43:27.647465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.648958"], ["updated_at", "2018-10-11 16:43:27.648958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.650666"], ["updated_at", "2018-10-11 16:43:27.650666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.652259"], ["updated_at", "2018-10-11 16:43:27.652259"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.653757"], ["updated_at", "2018-10-11 16:43:27.653757"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.655263"], ["updated_at", "2018-10-11 16:43:27.655263"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.656952"], ["updated_at", "2018-10-11 16:43:27.656952"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.658527"], ["updated_at", "2018-10-11 16:43:27.658527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.660245"], ["updated_at", "2018-10-11 16:43:27.660245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.661824"], ["updated_at", "2018-10-11 16:43:27.661824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.663486"], ["updated_at", "2018-10-11 16:43:27.663486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.665182"], ["updated_at", "2018-10-11 16:43:27.665182"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.666948"], ["updated_at", "2018-10-11 16:43:27.666948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.668575"], ["updated_at", "2018-10-11 16:43:27.668575"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.670221"], ["updated_at", "2018-10-11 16:43:27.670221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.671744"], ["updated_at", "2018-10-11 16:43:27.671744"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.673317"], ["updated_at", "2018-10-11 16:43:27.673317"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.675081"], ["updated_at", "2018-10-11 16:43:27.675081"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.676666"], ["updated_at", "2018-10-11 16:43:27.676666"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.678316"], ["updated_at", "2018-10-11 16:43:27.678316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.679855"], ["updated_at", "2018-10-11 16:43:27.679855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.681437"], ["updated_at", "2018-10-11 16:43:27.681437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.683107"], ["updated_at", "2018-10-11 16:43:27.683107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.684771"], ["updated_at", "2018-10-11 16:43:27.684771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.686360"], ["updated_at", "2018-10-11 16:43:27.686360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.687951"], ["updated_at", "2018-10-11 16:43:27.687951"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.689675"], ["updated_at", "2018-10-11 16:43:27.689675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.691521"], ["updated_at", "2018-10-11 16:43:27.691521"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.693182"], ["updated_at", "2018-10-11 16:43:27.693182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.694728"], ["updated_at", "2018-10-11 16:43:27.694728"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.696398"], ["updated_at", "2018-10-11 16:43:27.696398"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.698113"], ["updated_at", "2018-10-11 16:43:27.698113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.699931"], ["updated_at", "2018-10-11 16:43:27.699931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.701528"], ["updated_at", "2018-10-11 16:43:27.701528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.703080"], ["updated_at", "2018-10-11 16:43:27.703080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.704588"], ["updated_at", "2018-10-11 16:43:27.704588"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.706132"], ["updated_at", "2018-10-11 16:43:27.706132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.707781"], ["updated_at", "2018-10-11 16:43:27.707781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.709416"], ["updated_at", "2018-10-11 16:43:27.709416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.710959"], ["updated_at", "2018-10-11 16:43:27.710959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.712486"], ["updated_at", "2018-10-11 16:43:27.712486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.714023"], ["updated_at", "2018-10-11 16:43:27.714023"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.715842"], ["updated_at", "2018-10-11 16:43:27.715842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.717554"], ["updated_at", "2018-10-11 16:43:27.717554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.719204"], ["updated_at", "2018-10-11 16:43:27.719204"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.720779"], ["updated_at", "2018-10-11 16:43:27.720779"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.722313"], ["updated_at", "2018-10-11 16:43:27.722313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.724647"], ["updated_at", "2018-10-11 16:43:27.724647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.726275"], ["updated_at", "2018-10-11 16:43:27.726275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.727835"], ["updated_at", "2018-10-11 16:43:27.727835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.729355"], ["updated_at", "2018-10-11 16:43:27.729355"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.730925"], ["updated_at", "2018-10-11 16:43:27.730925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.733024"], ["updated_at", "2018-10-11 16:43:27.733024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.734620"], ["updated_at", "2018-10-11 16:43:27.734620"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.736187"], ["updated_at", "2018-10-11 16:43:27.736187"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.737896"], ["updated_at", "2018-10-11 16:43:27.737896"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.739691"], ["updated_at", "2018-10-11 16:43:27.739691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.741661"], ["updated_at", "2018-10-11 16:43:27.741661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.743244"], ["updated_at", "2018-10-11 16:43:27.743244"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.744801"], ["updated_at", "2018-10-11 16:43:27.744801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.746313"], ["updated_at", "2018-10-11 16:43:27.746313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.748356"], ["updated_at", "2018-10-11 16:43:27.748356"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.750141"], ["updated_at", "2018-10-11 16:43:27.750141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.751764"], ["updated_at", "2018-10-11 16:43:27.751764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.753340"], ["updated_at", "2018-10-11 16:43:27.753340"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.755093"], ["updated_at", "2018-10-11 16:43:27.755093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.757230"], ["updated_at", "2018-10-11 16:43:27.757230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.758839"], ["updated_at", "2018-10-11 16:43:27.758839"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.760403"], ["updated_at", "2018-10-11 16:43:27.760403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.762149"], ["updated_at", "2018-10-11 16:43:27.762149"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.764034"], ["updated_at", "2018-10-11 16:43:27.764034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.765904"], ["updated_at", "2018-10-11 16:43:27.765904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.767490"], ["updated_at", "2018-10-11 16:43:27.767490"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.769041"], ["updated_at", "2018-10-11 16:43:27.769041"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.771057"], ["updated_at", "2018-10-11 16:43:27.771057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.773149"], ["updated_at", "2018-10-11 16:43:27.773149"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.774796"], ["updated_at", "2018-10-11 16:43:27.774796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.776591"], ["updated_at", "2018-10-11 16:43:27.776591"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.778278"], ["updated_at", "2018-10-11 16:43:27.778278"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.780298"], ["updated_at", "2018-10-11 16:43:27.780298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.782117"], ["updated_at", "2018-10-11 16:43:27.782117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.783723"], ["updated_at", "2018-10-11 16:43:27.783723"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.785305"], ["updated_at", "2018-10-11 16:43:27.785305"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.786819"], ["updated_at", "2018-10-11 16:43:27.786819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.788511"], ["updated_at", "2018-10-11 16:43:27.788511"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.790803"], ["updated_at", "2018-10-11 16:43:27.790803"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.793087"], ["updated_at", "2018-10-11 16:43:27.793087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.794835"], ["updated_at", "2018-10-11 16:43:27.794835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.796734"], ["updated_at", "2018-10-11 16:43:27.796734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.798626"], ["updated_at", "2018-10-11 16:43:27.798626"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.800406"], ["updated_at", "2018-10-11 16:43:27.800406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.802015"], ["updated_at", "2018-10-11 16:43:27.802015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.803558"], ["updated_at", "2018-10-11 16:43:27.803558"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.805460"], ["updated_at", "2018-10-11 16:43:27.805460"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.807234"], ["updated_at", "2018-10-11 16:43:27.807234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.808827"], ["updated_at", "2018-10-11 16:43:27.808827"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.810358"], ["updated_at", "2018-10-11 16:43:27.810358"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.811950"], ["updated_at", "2018-10-11 16:43:27.811950"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.813723"], ["updated_at", "2018-10-11 16:43:27.813723"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.815450"], ["updated_at", "2018-10-11 16:43:27.815450"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.817399"], ["updated_at", "2018-10-11 16:43:27.817399"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.819118"], ["updated_at", "2018-10-11 16:43:27.819118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.820944"], ["updated_at", "2018-10-11 16:43:27.820944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.822530"], ["updated_at", "2018-10-11 16:43:27.822530"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.824448"], ["updated_at", "2018-10-11 16:43:27.824448"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.826322"], ["updated_at", "2018-10-11 16:43:27.826322"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.828292"], ["updated_at", "2018-10-11 16:43:27.828292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.830756"], ["updated_at", "2018-10-11 16:43:27.830756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.832531"], ["updated_at", "2018-10-11 16:43:27.832531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.834098"], ["updated_at", "2018-10-11 16:43:27.834098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.835698"], ["updated_at", "2018-10-11 16:43:27.835698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.837477"], ["updated_at", "2018-10-11 16:43:27.837477"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.839412"], ["updated_at", "2018-10-11 16:43:27.839412"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.841259"], ["updated_at", "2018-10-11 16:43:27.841259"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.843576"], ["updated_at", "2018-10-11 16:43:27.843576"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.845756"], ["updated_at", "2018-10-11 16:43:27.845756"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.847981"], ["updated_at", "2018-10-11 16:43:27.847981"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.849746"], ["updated_at", "2018-10-11 16:43:27.849746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.851451"], ["updated_at", "2018-10-11 16:43:27.851451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.853327"], ["updated_at", "2018-10-11 16:43:27.853327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.855148"], ["updated_at", "2018-10-11 16:43:27.855148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.856884"], ["updated_at", "2018-10-11 16:43:27.856884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.858573"], ["updated_at", "2018-10-11 16:43:27.858573"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.860155"], ["updated_at", "2018-10-11 16:43:27.860155"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.862261"], ["updated_at", "2018-10-11 16:43:27.862261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.863956"], ["updated_at", "2018-10-11 16:43:27.863956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.865698"], ["updated_at", "2018-10-11 16:43:27.865698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.867346"], ["updated_at", "2018-10-11 16:43:27.867346"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.869095"], ["updated_at", "2018-10-11 16:43:27.869095"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.871046"], ["updated_at", "2018-10-11 16:43:27.871046"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.872791"], ["updated_at", "2018-10-11 16:43:27.872791"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.874494"], ["updated_at", "2018-10-11 16:43:27.874494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.876316"], ["updated_at", "2018-10-11 16:43:27.876316"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.878368"], ["updated_at", "2018-10-11 16:43:27.878368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.880136"], ["updated_at", "2018-10-11 16:43:27.880136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.881889"], ["updated_at", "2018-10-11 16:43:27.881889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.883466"], ["updated_at", "2018-10-11 16:43:27.883466"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.885089"], ["updated_at", "2018-10-11 16:43:27.885089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.887182"], ["updated_at", "2018-10-11 16:43:27.887182"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.888777"], ["updated_at", "2018-10-11 16:43:27.888777"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.892564"], ["updated_at", "2018-10-11 16:43:27.892564"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.894671"], ["updated_at", "2018-10-11 16:43:27.894671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.896346"], ["updated_at", "2018-10-11 16:43:27.896346"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.897919"], ["updated_at", "2018-10-11 16:43:27.897919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.899457"], ["updated_at", "2018-10-11 16:43:27.899457"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.901045"], ["updated_at", "2018-10-11 16:43:27.901045"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.903103"], ["updated_at", "2018-10-11 16:43:27.903103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.904755"], ["updated_at", "2018-10-11 16:43:27.904755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.906357"], ["updated_at", "2018-10-11 16:43:27.906357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.908020"], ["updated_at", "2018-10-11 16:43:27.908020"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.909919"], ["updated_at", "2018-10-11 16:43:27.909919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.911792"], ["updated_at", "2018-10-11 16:43:27.911792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.913485"], ["updated_at", "2018-10-11 16:43:27.913485"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.915038"], ["updated_at", "2018-10-11 16:43:27.915038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.916726"], ["updated_at", "2018-10-11 16:43:27.916726"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.918610"], ["updated_at", "2018-10-11 16:43:27.918610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.920331"], ["updated_at", "2018-10-11 16:43:27.920331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.921880"], ["updated_at", "2018-10-11 16:43:27.921880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.923453"], ["updated_at", "2018-10-11 16:43:27.923453"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.925154"], ["updated_at", "2018-10-11 16:43:27.925154"], ["parent_id", 39895952907]] Kithe::Work Create (40.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.927719"], ["updated_at", "2018-10-11 16:43:27.927719"], ["parent_id", 39895952907]] Kithe::Work Create (2.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.970636"], ["updated_at", "2018-10-11 16:43:27.970636"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.976244"], ["updated_at", "2018-10-11 16:43:27.976244"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.981196"], ["updated_at", "2018-10-11 16:43:27.981196"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.983597"], ["updated_at", "2018-10-11 16:43:27.983597"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.985611"], ["updated_at", "2018-10-11 16:43:27.985611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.988181"], ["updated_at", "2018-10-11 16:43:27.988181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:27.991038"], ["updated_at", "2018-10-11 16:43:27.991038"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.005597"], ["updated_at", "2018-10-11 16:43:28.005597"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.007573"], ["updated_at", "2018-10-11 16:43:28.007573"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.011296"], ["updated_at", "2018-10-11 16:43:28.011296"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.014698"], ["updated_at", "2018-10-11 16:43:28.014698"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.017393"], ["updated_at", "2018-10-11 16:43:28.017393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.022637"], ["updated_at", "2018-10-11 16:43:28.022637"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.024654"], ["updated_at", "2018-10-11 16:43:28.024654"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.027280"], ["updated_at", "2018-10-11 16:43:28.027280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.029223"], ["updated_at", "2018-10-11 16:43:28.029223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.030844"], ["updated_at", "2018-10-11 16:43:28.030844"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.032465"], ["updated_at", "2018-10-11 16:43:28.032465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.034118"], ["updated_at", "2018-10-11 16:43:28.034118"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.035700"], ["updated_at", "2018-10-11 16:43:28.035700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.037301"], ["updated_at", "2018-10-11 16:43:28.037301"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.038970"], ["updated_at", "2018-10-11 16:43:28.038970"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.040627"], ["updated_at", "2018-10-11 16:43:28.040627"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.043683"], ["updated_at", "2018-10-11 16:43:28.043683"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.047428"], ["updated_at", "2018-10-11 16:43:28.047428"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.050473"], ["updated_at", "2018-10-11 16:43:28.050473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.052151"], ["updated_at", "2018-10-11 16:43:28.052151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.053720"], ["updated_at", "2018-10-11 16:43:28.053720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.055265"], ["updated_at", "2018-10-11 16:43:28.055265"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.057088"], ["updated_at", "2018-10-11 16:43:28.057088"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.059121"], ["updated_at", "2018-10-11 16:43:28.059121"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.060801"], ["updated_at", "2018-10-11 16:43:28.060801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.062574"], ["updated_at", "2018-10-11 16:43:28.062574"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.064584"], ["updated_at", "2018-10-11 16:43:28.064584"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.066747"], ["updated_at", "2018-10-11 16:43:28.066747"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.070102"], ["updated_at", "2018-10-11 16:43:28.070102"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.072810"], ["updated_at", "2018-10-11 16:43:28.072810"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.076473"], ["updated_at", "2018-10-11 16:43:28.076473"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.079031"], ["updated_at", "2018-10-11 16:43:28.079031"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.081612"], ["updated_at", "2018-10-11 16:43:28.081612"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.085724"], ["updated_at", "2018-10-11 16:43:28.085724"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.088678"], ["updated_at", "2018-10-11 16:43:28.088678"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.091781"], ["updated_at", "2018-10-11 16:43:28.091781"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.096262"], ["updated_at", "2018-10-11 16:43:28.096262"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.100575"], ["updated_at", "2018-10-11 16:43:28.100575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.103739"], ["updated_at", "2018-10-11 16:43:28.103739"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.105868"], ["updated_at", "2018-10-11 16:43:28.105868"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.108082"], ["updated_at", "2018-10-11 16:43:28.108082"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.111150"], ["updated_at", "2018-10-11 16:43:28.111150"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.113134"], ["updated_at", "2018-10-11 16:43:28.113134"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.114986"], ["updated_at", "2018-10-11 16:43:28.114986"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.117842"], ["updated_at", "2018-10-11 16:43:28.117842"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.119884"], ["updated_at", "2018-10-11 16:43:28.119884"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.121869"], ["updated_at", "2018-10-11 16:43:28.121869"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.124326"], ["updated_at", "2018-10-11 16:43:28.124326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.126234"], ["updated_at", "2018-10-11 16:43:28.126234"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.128043"], ["updated_at", "2018-10-11 16:43:28.128043"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.129645"], ["updated_at", "2018-10-11 16:43:28.129645"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.131366"], ["updated_at", "2018-10-11 16:43:28.131366"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.133615"], ["updated_at", "2018-10-11 16:43:28.133615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.135737"], ["updated_at", "2018-10-11 16:43:28.135737"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.137425"], ["updated_at", "2018-10-11 16:43:28.137425"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.139627"], ["updated_at", "2018-10-11 16:43:28.139627"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.141421"], ["updated_at", "2018-10-11 16:43:28.141421"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.143479"], ["updated_at", "2018-10-11 16:43:28.143479"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.147011"], ["updated_at", "2018-10-11 16:43:28.147011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.148774"], ["updated_at", "2018-10-11 16:43:28.148774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.150408"], ["updated_at", "2018-10-11 16:43:28.150408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.152118"], ["updated_at", "2018-10-11 16:43:28.152118"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.153770"], ["updated_at", "2018-10-11 16:43:28.153770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.155638"], ["updated_at", "2018-10-11 16:43:28.155638"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.157345"], ["updated_at", "2018-10-11 16:43:28.157345"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.159620"], ["updated_at", "2018-10-11 16:43:28.159620"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.163639"], ["updated_at", "2018-10-11 16:43:28.163639"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.166814"], ["updated_at", "2018-10-11 16:43:28.166814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.168674"], ["updated_at", "2018-10-11 16:43:28.168674"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.170253"], ["updated_at", "2018-10-11 16:43:28.170253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.172193"], ["updated_at", "2018-10-11 16:43:28.172193"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.173919"], ["updated_at", "2018-10-11 16:43:28.173919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.175635"], ["updated_at", "2018-10-11 16:43:28.175635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.177220"], ["updated_at", "2018-10-11 16:43:28.177220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.179150"], ["updated_at", "2018-10-11 16:43:28.179150"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.181072"], ["updated_at", "2018-10-11 16:43:28.181072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.183113"], ["updated_at", "2018-10-11 16:43:28.183113"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.184816"], ["updated_at", "2018-10-11 16:43:28.184816"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.186475"], ["updated_at", "2018-10-11 16:43:28.186475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.188417"], ["updated_at", "2018-10-11 16:43:28.188417"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.190527"], ["updated_at", "2018-10-11 16:43:28.190527"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.192323"], ["updated_at", "2018-10-11 16:43:28.192323"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.194331"], ["updated_at", "2018-10-11 16:43:28.194331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.196243"], ["updated_at", "2018-10-11 16:43:28.196243"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.198115"], ["updated_at", "2018-10-11 16:43:28.198115"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.200242"], ["updated_at", "2018-10-11 16:43:28.200242"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.202701"], ["updated_at", "2018-10-11 16:43:28.202701"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.205265"], ["updated_at", "2018-10-11 16:43:28.205265"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.207808"], ["updated_at", "2018-10-11 16:43:28.207808"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.210505"], ["updated_at", "2018-10-11 16:43:28.210505"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.213068"], ["updated_at", "2018-10-11 16:43:28.213068"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.217180"], ["updated_at", "2018-10-11 16:43:28.217180"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.220836"], ["updated_at", "2018-10-11 16:43:28.220836"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.224388"], ["updated_at", "2018-10-11 16:43:28.224388"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.229932"], ["updated_at", "2018-10-11 16:43:28.229932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.233186"], ["updated_at", "2018-10-11 16:43:28.233186"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.234825"], ["updated_at", "2018-10-11 16:43:28.234825"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.237266"], ["updated_at", "2018-10-11 16:43:28.237266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.239215"], ["updated_at", "2018-10-11 16:43:28.239215"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.240961"], ["updated_at", "2018-10-11 16:43:28.240961"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.242713"], ["updated_at", "2018-10-11 16:43:28.242713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.245312"], ["updated_at", "2018-10-11 16:43:28.245312"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.246907"], ["updated_at", "2018-10-11 16:43:28.246907"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.248594"], ["updated_at", "2018-10-11 16:43:28.248594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.250161"], ["updated_at", "2018-10-11 16:43:28.250161"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.252255"], ["updated_at", "2018-10-11 16:43:28.252255"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.254230"], ["updated_at", "2018-10-11 16:43:28.254230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.256071"], ["updated_at", "2018-10-11 16:43:28.256071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.257696"], ["updated_at", "2018-10-11 16:43:28.257696"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.259538"], ["updated_at", "2018-10-11 16:43:28.259538"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.261870"], ["updated_at", "2018-10-11 16:43:28.261870"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.263491"], ["updated_at", "2018-10-11 16:43:28.263491"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.265247"], ["updated_at", "2018-10-11 16:43:28.265247"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.267854"], ["updated_at", "2018-10-11 16:43:28.267854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.270772"], ["updated_at", "2018-10-11 16:43:28.270772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.272559"], ["updated_at", "2018-10-11 16:43:28.272559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.274144"], ["updated_at", "2018-10-11 16:43:28.274144"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.276470"], ["updated_at", "2018-10-11 16:43:28.276470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.279606"], ["updated_at", "2018-10-11 16:43:28.279606"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.283511"], ["updated_at", "2018-10-11 16:43:28.283511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.286066"], ["updated_at", "2018-10-11 16:43:28.286066"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.287769"], ["updated_at", "2018-10-11 16:43:28.287769"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.289402"], ["updated_at", "2018-10-11 16:43:28.289402"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.291651"], ["updated_at", "2018-10-11 16:43:28.291651"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.296877"], ["updated_at", "2018-10-11 16:43:28.296877"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.300758"], ["updated_at", "2018-10-11 16:43:28.300758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.302763"], ["updated_at", "2018-10-11 16:43:28.302763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.304345"], ["updated_at", "2018-10-11 16:43:28.304345"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.305999"], ["updated_at", "2018-10-11 16:43:28.305999"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.308378"], ["updated_at", "2018-10-11 16:43:28.308378"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.311116"], ["updated_at", "2018-10-11 16:43:28.311116"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.313600"], ["updated_at", "2018-10-11 16:43:28.313600"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.315240"], ["updated_at", "2018-10-11 16:43:28.315240"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.317475"], ["updated_at", "2018-10-11 16:43:28.317475"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.319374"], ["updated_at", "2018-10-11 16:43:28.319374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.321215"], ["updated_at", "2018-10-11 16:43:28.321215"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.324591"], ["updated_at", "2018-10-11 16:43:28.324591"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.327960"], ["updated_at", "2018-10-11 16:43:28.327960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.329951"], ["updated_at", "2018-10-11 16:43:28.329951"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.333544"], ["updated_at", "2018-10-11 16:43:28.333544"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.337136"], ["updated_at", "2018-10-11 16:43:28.337136"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.339388"], ["updated_at", "2018-10-11 16:43:28.339388"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.344078"], ["updated_at", "2018-10-11 16:43:28.344078"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.350393"], ["updated_at", "2018-10-11 16:43:28.350393"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.353565"], ["updated_at", "2018-10-11 16:43:28.353565"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.355609"], ["updated_at", "2018-10-11 16:43:28.355609"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.358221"], ["updated_at", "2018-10-11 16:43:28.358221"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.360314"], ["updated_at", "2018-10-11 16:43:28.360314"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.363405"], ["updated_at", "2018-10-11 16:43:28.363405"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.368533"], ["updated_at", "2018-10-11 16:43:28.368533"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.371077"], ["updated_at", "2018-10-11 16:43:28.371077"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.373671"], ["updated_at", "2018-10-11 16:43:28.373671"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.376664"], ["updated_at", "2018-10-11 16:43:28.376664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.378875"], ["updated_at", "2018-10-11 16:43:28.378875"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.380969"], ["updated_at", "2018-10-11 16:43:28.380969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.382901"], ["updated_at", "2018-10-11 16:43:28.382901"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.384776"], ["updated_at", "2018-10-11 16:43:28.384776"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.386949"], ["updated_at", "2018-10-11 16:43:28.386949"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.389142"], ["updated_at", "2018-10-11 16:43:28.389142"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.391235"], ["updated_at", "2018-10-11 16:43:28.391235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.394784"], ["updated_at", "2018-10-11 16:43:28.394784"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.396926"], ["updated_at", "2018-10-11 16:43:28.396926"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.400208"], ["updated_at", "2018-10-11 16:43:28.400208"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.403437"], ["updated_at", "2018-10-11 16:43:28.403437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.405915"], ["updated_at", "2018-10-11 16:43:28.405915"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.407809"], ["updated_at", "2018-10-11 16:43:28.407809"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.410435"], ["updated_at", "2018-10-11 16:43:28.410435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.413957"], ["updated_at", "2018-10-11 16:43:28.413957"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.415846"], ["updated_at", "2018-10-11 16:43:28.415846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.417418"], ["updated_at", "2018-10-11 16:43:28.417418"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.419064"], ["updated_at", "2018-10-11 16:43:28.419064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.421011"], ["updated_at", "2018-10-11 16:43:28.421011"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.422670"], ["updated_at", "2018-10-11 16:43:28.422670"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.424244"], ["updated_at", "2018-10-11 16:43:28.424244"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.426259"], ["updated_at", "2018-10-11 16:43:28.426259"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.429666"], ["updated_at", "2018-10-11 16:43:28.429666"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.433122"], ["updated_at", "2018-10-11 16:43:28.433122"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.435507"], ["updated_at", "2018-10-11 16:43:28.435507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.437352"], ["updated_at", "2018-10-11 16:43:28.437352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.439049"], ["updated_at", "2018-10-11 16:43:28.439049"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.440642"], ["updated_at", "2018-10-11 16:43:28.440642"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.443791"], ["updated_at", "2018-10-11 16:43:28.443791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.445930"], ["updated_at", "2018-10-11 16:43:28.445930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.447689"], ["updated_at", "2018-10-11 16:43:28.447689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.449325"], ["updated_at", "2018-10-11 16:43:28.449325"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.450968"], ["updated_at", "2018-10-11 16:43:28.450968"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.452768"], ["updated_at", "2018-10-11 16:43:28.452768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.454454"], ["updated_at", "2018-10-11 16:43:28.454454"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.456331"], ["updated_at", "2018-10-11 16:43:28.456331"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.459039"], ["updated_at", "2018-10-11 16:43:28.459039"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.462289"], ["updated_at", "2018-10-11 16:43:28.462289"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.465218"], ["updated_at", "2018-10-11 16:43:28.465218"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.467744"], ["updated_at", "2018-10-11 16:43:28.467744"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.469957"], ["updated_at", "2018-10-11 16:43:28.469957"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.471923"], ["updated_at", "2018-10-11 16:43:28.471923"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.473827"], ["updated_at", "2018-10-11 16:43:28.473827"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.476399"], ["updated_at", "2018-10-11 16:43:28.476399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.479090"], ["updated_at", "2018-10-11 16:43:28.479090"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.482937"], ["updated_at", "2018-10-11 16:43:28.482937"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.484694"], ["updated_at", "2018-10-11 16:43:28.484694"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.486589"], ["updated_at", "2018-10-11 16:43:28.486589"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.488302"], ["updated_at", "2018-10-11 16:43:28.488302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.490088"], ["updated_at", "2018-10-11 16:43:28.490088"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.492015"], ["updated_at", "2018-10-11 16:43:28.492015"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.495054"], ["updated_at", "2018-10-11 16:43:28.495054"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.497254"], ["updated_at", "2018-10-11 16:43:28.497254"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.500694"], ["updated_at", "2018-10-11 16:43:28.500694"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.502642"], ["updated_at", "2018-10-11 16:43:28.502642"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.504456"], ["updated_at", "2018-10-11 16:43:28.504456"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.506086"], ["updated_at", "2018-10-11 16:43:28.506086"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.507814"], ["updated_at", "2018-10-11 16:43:28.507814"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.510792"], ["updated_at", "2018-10-11 16:43:28.510792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.512806"], ["updated_at", "2018-10-11 16:43:28.512806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.514515"], ["updated_at", "2018-10-11 16:43:28.514515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.516081"], ["updated_at", "2018-10-11 16:43:28.516081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.517756"], ["updated_at", "2018-10-11 16:43:28.517756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.519552"], ["updated_at", "2018-10-11 16:43:28.519552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.521151"], ["updated_at", "2018-10-11 16:43:28.521151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.522815"], ["updated_at", "2018-10-11 16:43:28.522815"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.524447"], ["updated_at", "2018-10-11 16:43:28.524447"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.526853"], ["updated_at", "2018-10-11 16:43:28.526853"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.529469"], ["updated_at", "2018-10-11 16:43:28.529469"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.531237"], ["updated_at", "2018-10-11 16:43:28.531237"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.533782"], ["updated_at", "2018-10-11 16:43:28.533782"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.536270"], ["updated_at", "2018-10-11 16:43:28.536270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.538031"], ["updated_at", "2018-10-11 16:43:28.538031"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.539654"], ["updated_at", "2018-10-11 16:43:28.539654"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.541602"], ["updated_at", "2018-10-11 16:43:28.541602"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.544707"], ["updated_at", "2018-10-11 16:43:28.544707"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.547499"], ["updated_at", "2018-10-11 16:43:28.547499"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.549221"], ["updated_at", "2018-10-11 16:43:28.549221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.551203"], ["updated_at", "2018-10-11 16:43:28.551203"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.553090"], ["updated_at", "2018-10-11 16:43:28.553090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.554858"], ["updated_at", "2018-10-11 16:43:28.554858"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.556432"], ["updated_at", "2018-10-11 16:43:28.556432"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.558404"], ["updated_at", "2018-10-11 16:43:28.558404"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.561522"], ["updated_at", "2018-10-11 16:43:28.561522"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.564685"], ["updated_at", "2018-10-11 16:43:28.564685"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.567841"], ["updated_at", "2018-10-11 16:43:28.567841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.569920"], ["updated_at", "2018-10-11 16:43:28.569920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.571530"], ["updated_at", "2018-10-11 16:43:28.571530"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.573393"], ["updated_at", "2018-10-11 16:43:28.573393"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.575637"], ["updated_at", "2018-10-11 16:43:28.575637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.578394"], ["updated_at", "2018-10-11 16:43:28.578394"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.580158"], ["updated_at", "2018-10-11 16:43:28.580158"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.581723"], ["updated_at", "2018-10-11 16:43:28.581723"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.584030"], ["updated_at", "2018-10-11 16:43:28.584030"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.586586"], ["updated_at", "2018-10-11 16:43:28.586586"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.589688"], ["updated_at", "2018-10-11 16:43:28.589688"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.592674"], ["updated_at", "2018-10-11 16:43:28.592674"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.597434"], ["updated_at", "2018-10-11 16:43:28.597434"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.601293"], ["updated_at", "2018-10-11 16:43:28.601293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.603567"], ["updated_at", "2018-10-11 16:43:28.603567"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.605274"], ["updated_at", "2018-10-11 16:43:28.605274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.607366"], ["updated_at", "2018-10-11 16:43:28.607366"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.608984"], ["updated_at", "2018-10-11 16:43:28.608984"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.610596"], ["updated_at", "2018-10-11 16:43:28.610596"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.613480"], ["updated_at", "2018-10-11 16:43:28.613480"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.615906"], ["updated_at", "2018-10-11 16:43:28.615906"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.618827"], ["updated_at", "2018-10-11 16:43:28.618827"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.621480"], ["updated_at", "2018-10-11 16:43:28.621480"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.623968"], ["updated_at", "2018-10-11 16:43:28.623968"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.626697"], ["updated_at", "2018-10-11 16:43:28.626697"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.632296"], ["updated_at", "2018-10-11 16:43:28.632296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.635844"], ["updated_at", "2018-10-11 16:43:28.635844"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.638330"], ["updated_at", "2018-10-11 16:43:28.638330"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.640805"], ["updated_at", "2018-10-11 16:43:28.640805"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.643057"], ["updated_at", "2018-10-11 16:43:28.643057"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.645369"], ["updated_at", "2018-10-11 16:43:28.645369"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.648015"], ["updated_at", "2018-10-11 16:43:28.648015"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.650125"], ["updated_at", "2018-10-11 16:43:28.650125"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.652334"], ["updated_at", "2018-10-11 16:43:28.652334"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.654785"], ["updated_at", "2018-10-11 16:43:28.654785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.656999"], ["updated_at", "2018-10-11 16:43:28.656999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.658730"], ["updated_at", "2018-10-11 16:43:28.658730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.660566"], ["updated_at", "2018-10-11 16:43:28.660566"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.662386"], ["updated_at", "2018-10-11 16:43:28.662386"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.664508"], ["updated_at", "2018-10-11 16:43:28.664508"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.667254"], ["updated_at", "2018-10-11 16:43:28.667254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.669498"], ["updated_at", "2018-10-11 16:43:28.669498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.671741"], ["updated_at", "2018-10-11 16:43:28.671741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.673469"], ["updated_at", "2018-10-11 16:43:28.673469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.675189"], ["updated_at", "2018-10-11 16:43:28.675189"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.677082"], ["updated_at", "2018-10-11 16:43:28.677082"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.680511"], ["updated_at", "2018-10-11 16:43:28.680511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.682410"], ["updated_at", "2018-10-11 16:43:28.682410"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.684093"], ["updated_at", "2018-10-11 16:43:28.684093"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.685913"], ["updated_at", "2018-10-11 16:43:28.685913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.688002"], ["updated_at", "2018-10-11 16:43:28.688002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.689657"], ["updated_at", "2018-10-11 16:43:28.689657"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.691438"], ["updated_at", "2018-10-11 16:43:28.691438"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.695250"], ["updated_at", "2018-10-11 16:43:28.695250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.699814"], ["updated_at", "2018-10-11 16:43:28.699814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.701689"], ["updated_at", "2018-10-11 16:43:28.701689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.703931"], ["updated_at", "2018-10-11 16:43:28.703931"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.706168"], ["updated_at", "2018-10-11 16:43:28.706168"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.709221"], ["updated_at", "2018-10-11 16:43:28.709221"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.712233"], ["updated_at", "2018-10-11 16:43:28.712233"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.715619"], ["updated_at", "2018-10-11 16:43:28.715619"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.718308"], ["updated_at", "2018-10-11 16:43:28.718308"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.721236"], ["updated_at", "2018-10-11 16:43:28.721236"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.725785"], ["updated_at", "2018-10-11 16:43:28.725785"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.727921"], ["updated_at", "2018-10-11 16:43:28.727921"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.729541"], ["updated_at", "2018-10-11 16:43:28.729541"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.731673"], ["updated_at", "2018-10-11 16:43:28.731673"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.734220"], ["updated_at", "2018-10-11 16:43:28.734220"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.736596"], ["updated_at", "2018-10-11 16:43:28.736596"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.738432"], ["updated_at", "2018-10-11 16:43:28.738432"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.740112"], ["updated_at", "2018-10-11 16:43:28.740112"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.741725"], ["updated_at", "2018-10-11 16:43:28.741725"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.743919"], ["updated_at", "2018-10-11 16:43:28.743919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.747093"], ["updated_at", "2018-10-11 16:43:28.747093"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.748754"], ["updated_at", "2018-10-11 16:43:28.748754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.750375"], ["updated_at", "2018-10-11 16:43:28.750375"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.752493"], ["updated_at", "2018-10-11 16:43:28.752493"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.754353"], ["updated_at", "2018-10-11 16:43:28.754353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.756092"], ["updated_at", "2018-10-11 16:43:28.756092"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.757742"], ["updated_at", "2018-10-11 16:43:28.757742"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.761096"], ["updated_at", "2018-10-11 16:43:28.761096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.765715"], ["updated_at", "2018-10-11 16:43:28.765715"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.768107"], ["updated_at", "2018-10-11 16:43:28.768107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.770016"], ["updated_at", "2018-10-11 16:43:28.770016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.771817"], ["updated_at", "2018-10-11 16:43:28.771817"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.773507"], ["updated_at", "2018-10-11 16:43:28.773507"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.775497"], ["updated_at", "2018-10-11 16:43:28.775497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.777718"], ["updated_at", "2018-10-11 16:43:28.777718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.779435"], ["updated_at", "2018-10-11 16:43:28.779435"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.781166"], ["updated_at", "2018-10-11 16:43:28.781166"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.782910"], ["updated_at", "2018-10-11 16:43:28.782910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.784831"], ["updated_at", "2018-10-11 16:43:28.784831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.786694"], ["updated_at", "2018-10-11 16:43:28.786694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.788473"], ["updated_at", "2018-10-11 16:43:28.788473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.790089"], ["updated_at", "2018-10-11 16:43:28.790089"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.791830"], ["updated_at", "2018-10-11 16:43:28.791830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.793971"], ["updated_at", "2018-10-11 16:43:28.793971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.795628"], ["updated_at", "2018-10-11 16:43:28.795628"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.797264"], ["updated_at", "2018-10-11 16:43:28.797264"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.799358"], ["updated_at", "2018-10-11 16:43:28.799358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.802151"], ["updated_at", "2018-10-11 16:43:28.802151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.803989"], ["updated_at", "2018-10-11 16:43:28.803989"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.805656"], ["updated_at", "2018-10-11 16:43:28.805656"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.807269"], ["updated_at", "2018-10-11 16:43:28.807269"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.809368"], ["updated_at", "2018-10-11 16:43:28.809368"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.813287"], ["updated_at", "2018-10-11 16:43:28.813287"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.815239"], ["updated_at", "2018-10-11 16:43:28.815239"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.817223"], ["updated_at", "2018-10-11 16:43:28.817223"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.818995"], ["updated_at", "2018-10-11 16:43:28.818995"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.820711"], ["updated_at", "2018-10-11 16:43:28.820711"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.822274"], ["updated_at", "2018-10-11 16:43:28.822274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.823986"], ["updated_at", "2018-10-11 16:43:28.823986"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.825762"], ["updated_at", "2018-10-11 16:43:28.825762"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.829343"], ["updated_at", "2018-10-11 16:43:28.829343"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.834006"], ["updated_at", "2018-10-11 16:43:28.834006"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.836777"], ["updated_at", "2018-10-11 16:43:28.836777"], ["parent_id", 39895952907]] Kithe::Work Create (2.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.839482"], ["updated_at", "2018-10-11 16:43:28.839482"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.843711"], ["updated_at", "2018-10-11 16:43:28.843711"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.846402"], ["updated_at", "2018-10-11 16:43:28.846402"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.849341"], ["updated_at", "2018-10-11 16:43:28.849341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.851978"], ["updated_at", "2018-10-11 16:43:28.851978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.853749"], ["updated_at", "2018-10-11 16:43:28.853749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.855354"], ["updated_at", "2018-10-11 16:43:28.855354"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.857277"], ["updated_at", "2018-10-11 16:43:28.857277"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.859121"], ["updated_at", "2018-10-11 16:43:28.859121"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.860917"], ["updated_at", "2018-10-11 16:43:28.860917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.862639"], ["updated_at", "2018-10-11 16:43:28.862639"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.864604"], ["updated_at", "2018-10-11 16:43:28.864604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.867488"], ["updated_at", "2018-10-11 16:43:28.867488"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.869587"], ["updated_at", "2018-10-11 16:43:28.869587"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.871343"], ["updated_at", "2018-10-11 16:43:28.871343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.873360"], ["updated_at", "2018-10-11 16:43:28.873360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.875086"], ["updated_at", "2018-10-11 16:43:28.875086"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.876880"], ["updated_at", "2018-10-11 16:43:28.876880"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.880128"], ["updated_at", "2018-10-11 16:43:28.880128"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.882340"], ["updated_at", "2018-10-11 16:43:28.882340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.884039"], ["updated_at", "2018-10-11 16:43:28.884039"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.885706"], ["updated_at", "2018-10-11 16:43:28.885706"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.887502"], ["updated_at", "2018-10-11 16:43:28.887502"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.889493"], ["updated_at", "2018-10-11 16:43:28.889493"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.891311"], ["updated_at", "2018-10-11 16:43:28.891311"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.894983"], ["updated_at", "2018-10-11 16:43:28.894983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.898920"], ["updated_at", "2018-10-11 16:43:28.898920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.900974"], ["updated_at", "2018-10-11 16:43:28.900974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.902699"], ["updated_at", "2018-10-11 16:43:28.902699"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.904496"], ["updated_at", "2018-10-11 16:43:28.904496"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.906351"], ["updated_at", "2018-10-11 16:43:28.906351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.908307"], ["updated_at", "2018-10-11 16:43:28.908307"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.910142"], ["updated_at", "2018-10-11 16:43:28.910142"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.911864"], ["updated_at", "2018-10-11 16:43:28.911864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.913743"], ["updated_at", "2018-10-11 16:43:28.913743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.915439"], ["updated_at", "2018-10-11 16:43:28.915439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.917040"], ["updated_at", "2018-10-11 16:43:28.917040"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.918605"], ["updated_at", "2018-10-11 16:43:28.918605"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.920340"], ["updated_at", "2018-10-11 16:43:28.920340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.922297"], ["updated_at", "2018-10-11 16:43:28.922297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.923951"], ["updated_at", "2018-10-11 16:43:28.923951"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.925695"], ["updated_at", "2018-10-11 16:43:28.925695"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.927666"], ["updated_at", "2018-10-11 16:43:28.927666"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.929703"], ["updated_at", "2018-10-11 16:43:28.929703"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.931579"], ["updated_at", "2018-10-11 16:43:28.931579"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.934316"], ["updated_at", "2018-10-11 16:43:28.934316"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.936343"], ["updated_at", "2018-10-11 16:43:28.936343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.938801"], ["updated_at", "2018-10-11 16:43:28.938801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.940508"], ["updated_at", "2018-10-11 16:43:28.940508"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.942254"], ["updated_at", "2018-10-11 16:43:28.942254"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.944184"], ["updated_at", "2018-10-11 16:43:28.944184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.948108"], ["updated_at", "2018-10-11 16:43:28.948108"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.949825"], ["updated_at", "2018-10-11 16:43:28.949825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.951510"], ["updated_at", "2018-10-11 16:43:28.951510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.953631"], ["updated_at", "2018-10-11 16:43:28.953631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.955374"], ["updated_at", "2018-10-11 16:43:28.955374"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.957109"], ["updated_at", "2018-10-11 16:43:28.957109"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.959785"], ["updated_at", "2018-10-11 16:43:28.959785"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.965552"], ["updated_at", "2018-10-11 16:43:28.965552"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.968976"], ["updated_at", "2018-10-11 16:43:28.968976"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.971778"], ["updated_at", "2018-10-11 16:43:28.971778"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.974450"], ["updated_at", "2018-10-11 16:43:28.974450"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.977091"], ["updated_at", "2018-10-11 16:43:28.977091"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.979763"], ["updated_at", "2018-10-11 16:43:28.979763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.981589"], ["updated_at", "2018-10-11 16:43:28.981589"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.983175"], ["updated_at", "2018-10-11 16:43:28.983175"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.984834"], ["updated_at", "2018-10-11 16:43:28.984834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.987110"], ["updated_at", "2018-10-11 16:43:28.987110"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.988688"], ["updated_at", "2018-10-11 16:43:28.988688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.990576"], ["updated_at", "2018-10-11 16:43:28.990576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.992206"], ["updated_at", "2018-10-11 16:43:28.992206"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.994199"], ["updated_at", "2018-10-11 16:43:28.994199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.995932"], ["updated_at", "2018-10-11 16:43:28.995932"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:28.997616"], ["updated_at", "2018-10-11 16:43:28.997616"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.000046"], ["updated_at", "2018-10-11 16:43:29.000046"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.002590"], ["updated_at", "2018-10-11 16:43:29.002590"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.004487"], ["updated_at", "2018-10-11 16:43:29.004487"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.006115"], ["updated_at", "2018-10-11 16:43:29.006115"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.007753"], ["updated_at", "2018-10-11 16:43:29.007753"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.009928"], ["updated_at", "2018-10-11 16:43:29.009928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.013151"], ["updated_at", "2018-10-11 16:43:29.013151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.014770"], ["updated_at", "2018-10-11 16:43:29.014770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.016363"], ["updated_at", "2018-10-11 16:43:29.016363"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.018302"], ["updated_at", "2018-10-11 16:43:29.018302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.020090"], ["updated_at", "2018-10-11 16:43:29.020090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.021729"], ["updated_at", "2018-10-11 16:43:29.021729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.023360"], ["updated_at", "2018-10-11 16:43:29.023360"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.024936"], ["updated_at", "2018-10-11 16:43:29.024936"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.028554"], ["updated_at", "2018-10-11 16:43:29.028554"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.032560"], ["updated_at", "2018-10-11 16:43:29.032560"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.035142"], ["updated_at", "2018-10-11 16:43:29.035142"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.036956"], ["updated_at", "2018-10-11 16:43:29.036956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.038653"], ["updated_at", "2018-10-11 16:43:29.038653"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.040416"], ["updated_at", "2018-10-11 16:43:29.040416"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.043089"], ["updated_at", "2018-10-11 16:43:29.043089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.044979"], ["updated_at", "2018-10-11 16:43:29.044979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.046601"], ["updated_at", "2018-10-11 16:43:29.046601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.048337"], ["updated_at", "2018-10-11 16:43:29.048337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.050026"], ["updated_at", "2018-10-11 16:43:29.050026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.052042"], ["updated_at", "2018-10-11 16:43:29.052042"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.053788"], ["updated_at", "2018-10-11 16:43:29.053788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.055483"], ["updated_at", "2018-10-11 16:43:29.055483"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.057069"], ["updated_at", "2018-10-11 16:43:29.057069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.059066"], ["updated_at", "2018-10-11 16:43:29.059066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.060918"], ["updated_at", "2018-10-11 16:43:29.060918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.062620"], ["updated_at", "2018-10-11 16:43:29.062620"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.064237"], ["updated_at", "2018-10-11 16:43:29.064237"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.067068"], ["updated_at", "2018-10-11 16:43:29.067068"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.069111"], ["updated_at", "2018-10-11 16:43:29.069111"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.070917"], ["updated_at", "2018-10-11 16:43:29.070917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.072611"], ["updated_at", "2018-10-11 16:43:29.072611"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.076248"], ["updated_at", "2018-10-11 16:43:29.076248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.079519"], ["updated_at", "2018-10-11 16:43:29.079519"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.081226"], ["updated_at", "2018-10-11 16:43:29.081226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.083353"], ["updated_at", "2018-10-11 16:43:29.083353"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.084919"], ["updated_at", "2018-10-11 16:43:29.084919"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.087634"], ["updated_at", "2018-10-11 16:43:29.087634"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.090247"], ["updated_at", "2018-10-11 16:43:29.090247"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.093092"], ["updated_at", "2018-10-11 16:43:29.093092"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.096831"], ["updated_at", "2018-10-11 16:43:29.096831"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.102392"], ["updated_at", "2018-10-11 16:43:29.102392"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.106406"], ["updated_at", "2018-10-11 16:43:29.106406"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.109781"], ["updated_at", "2018-10-11 16:43:29.109781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.111653"], ["updated_at", "2018-10-11 16:43:29.111653"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.113325"], ["updated_at", "2018-10-11 16:43:29.113325"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.115471"], ["updated_at", "2018-10-11 16:43:29.115471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.117291"], ["updated_at", "2018-10-11 16:43:29.117291"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.118956"], ["updated_at", "2018-10-11 16:43:29.118956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.120717"], ["updated_at", "2018-10-11 16:43:29.120717"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.122285"], ["updated_at", "2018-10-11 16:43:29.122285"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.124744"], ["updated_at", "2018-10-11 16:43:29.124744"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.128464"], ["updated_at", "2018-10-11 16:43:29.128464"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.131311"], ["updated_at", "2018-10-11 16:43:29.131311"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.134134"], ["updated_at", "2018-10-11 16:43:29.134134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.136298"], ["updated_at", "2018-10-11 16:43:29.136298"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.138122"], ["updated_at", "2018-10-11 16:43:29.138122"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.140376"], ["updated_at", "2018-10-11 16:43:29.140376"], ["parent_id", 39895952907]] Kithe::Work Create (2.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.142735"], ["updated_at", "2018-10-11 16:43:29.142735"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.151204"], ["updated_at", "2018-10-11 16:43:29.151204"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.153561"], ["updated_at", "2018-10-11 16:43:29.153561"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.155573"], ["updated_at", "2018-10-11 16:43:29.155573"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.157413"], ["updated_at", "2018-10-11 16:43:29.157413"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.159437"], ["updated_at", "2018-10-11 16:43:29.159437"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.163447"], ["updated_at", "2018-10-11 16:43:29.163447"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.167604"], ["updated_at", "2018-10-11 16:43:29.167604"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.170111"], ["updated_at", "2018-10-11 16:43:29.170111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.172145"], ["updated_at", "2018-10-11 16:43:29.172145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.174050"], ["updated_at", "2018-10-11 16:43:29.174050"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.175795"], ["updated_at", "2018-10-11 16:43:29.175795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.177608"], ["updated_at", "2018-10-11 16:43:29.177608"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.179710"], ["updated_at", "2018-10-11 16:43:29.179710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.181727"], ["updated_at", "2018-10-11 16:43:29.181727"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.183491"], ["updated_at", "2018-10-11 16:43:29.183491"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.185085"], ["updated_at", "2018-10-11 16:43:29.185085"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.186941"], ["updated_at", "2018-10-11 16:43:29.186941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.189285"], ["updated_at", "2018-10-11 16:43:29.189285"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.191122"], ["updated_at", "2018-10-11 16:43:29.191122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.192946"], ["updated_at", "2018-10-11 16:43:29.192946"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.194703"], ["updated_at", "2018-10-11 16:43:29.194703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.196686"], ["updated_at", "2018-10-11 16:43:29.196686"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.198406"], ["updated_at", "2018-10-11 16:43:29.198406"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.200905"], ["updated_at", "2018-10-11 16:43:29.200905"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.203584"], ["updated_at", "2018-10-11 16:43:29.203584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.205430"], ["updated_at", "2018-10-11 16:43:29.205430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.207122"], ["updated_at", "2018-10-11 16:43:29.207122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.208822"], ["updated_at", "2018-10-11 16:43:29.208822"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.210631"], ["updated_at", "2018-10-11 16:43:29.210631"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.214282"], ["updated_at", "2018-10-11 16:43:29.214282"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.216995"], ["updated_at", "2018-10-11 16:43:29.216995"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.219755"], ["updated_at", "2018-10-11 16:43:29.219755"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.222449"], ["updated_at", "2018-10-11 16:43:29.222449"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.225034"], ["updated_at", "2018-10-11 16:43:29.225034"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.230058"], ["updated_at", "2018-10-11 16:43:29.230058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.234207"], ["updated_at", "2018-10-11 16:43:29.234207"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.236252"], ["updated_at", "2018-10-11 16:43:29.236252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.238029"], ["updated_at", "2018-10-11 16:43:29.238029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.239676"], ["updated_at", "2018-10-11 16:43:29.239676"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.241314"], ["updated_at", "2018-10-11 16:43:29.241314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.243090"], ["updated_at", "2018-10-11 16:43:29.243090"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.244813"], ["updated_at", "2018-10-11 16:43:29.244813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.246492"], ["updated_at", "2018-10-11 16:43:29.246492"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.248037"], ["updated_at", "2018-10-11 16:43:29.248037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.249669"], ["updated_at", "2018-10-11 16:43:29.249669"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.251263"], ["updated_at", "2018-10-11 16:43:29.251263"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.253034"], ["updated_at", "2018-10-11 16:43:29.253034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.254774"], ["updated_at", "2018-10-11 16:43:29.254774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.256325"], ["updated_at", "2018-10-11 16:43:29.256325"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.258030"], ["updated_at", "2018-10-11 16:43:29.258030"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.259691"], ["updated_at", "2018-10-11 16:43:29.259691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.261463"], ["updated_at", "2018-10-11 16:43:29.261463"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.263098"], ["updated_at", "2018-10-11 16:43:29.263098"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.264798"], ["updated_at", "2018-10-11 16:43:29.264798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.267306"], ["updated_at", "2018-10-11 16:43:29.267306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.269379"], ["updated_at", "2018-10-11 16:43:29.269379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.271176"], ["updated_at", "2018-10-11 16:43:29.271176"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.272791"], ["updated_at", "2018-10-11 16:43:29.272791"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.274361"], ["updated_at", "2018-10-11 16:43:29.274361"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.276120"], ["updated_at", "2018-10-11 16:43:29.276120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.279307"], ["updated_at", "2018-10-11 16:43:29.279307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.281083"], ["updated_at", "2018-10-11 16:43:29.281083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.282771"], ["updated_at", "2018-10-11 16:43:29.282771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.284351"], ["updated_at", "2018-10-11 16:43:29.284351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.285998"], ["updated_at", "2018-10-11 16:43:29.285998"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.287837"], ["updated_at", "2018-10-11 16:43:29.287837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.289449"], ["updated_at", "2018-10-11 16:43:29.289449"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.291012"], ["updated_at", "2018-10-11 16:43:29.291012"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.294067"], ["updated_at", "2018-10-11 16:43:29.294067"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.297941"], ["updated_at", "2018-10-11 16:43:29.297941"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.300918"], ["updated_at", "2018-10-11 16:43:29.300918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.302591"], ["updated_at", "2018-10-11 16:43:29.302591"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.304224"], ["updated_at", "2018-10-11 16:43:29.304224"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.306057"], ["updated_at", "2018-10-11 16:43:29.306057"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.307859"], ["updated_at", "2018-10-11 16:43:29.307859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.309577"], ["updated_at", "2018-10-11 16:43:29.309577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.311352"], ["updated_at", "2018-10-11 16:43:29.311352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.312979"], ["updated_at", "2018-10-11 16:43:29.312979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.314638"], ["updated_at", "2018-10-11 16:43:29.314638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.316201"], ["updated_at", "2018-10-11 16:43:29.316201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.317846"], ["updated_at", "2018-10-11 16:43:29.317846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.319494"], ["updated_at", "2018-10-11 16:43:29.319494"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.321149"], ["updated_at", "2018-10-11 16:43:29.321149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.322838"], ["updated_at", "2018-10-11 16:43:29.322838"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.324604"], ["updated_at", "2018-10-11 16:43:29.324604"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.326267"], ["updated_at", "2018-10-11 16:43:29.326267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.328029"], ["updated_at", "2018-10-11 16:43:29.328029"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.329676"], ["updated_at", "2018-10-11 16:43:29.329676"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.331336"], ["updated_at", "2018-10-11 16:43:29.331336"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.333924"], ["updated_at", "2018-10-11 16:43:29.333924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.336062"], ["updated_at", "2018-10-11 16:43:29.336062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.337728"], ["updated_at", "2018-10-11 16:43:29.337728"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.339626"], ["updated_at", "2018-10-11 16:43:29.339626"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.341950"], ["updated_at", "2018-10-11 16:43:29.341950"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.343970"], ["updated_at", "2018-10-11 16:43:29.343970"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.348295"], ["updated_at", "2018-10-11 16:43:29.348295"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.350996"], ["updated_at", "2018-10-11 16:43:29.350996"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.353661"], ["updated_at", "2018-10-11 16:43:29.353661"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.356318"], ["updated_at", "2018-10-11 16:43:29.356318"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.359002"], ["updated_at", "2018-10-11 16:43:29.359002"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.362938"], ["updated_at", "2018-10-11 16:43:29.362938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.366920"], ["updated_at", "2018-10-11 16:43:29.366920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.368664"], ["updated_at", "2018-10-11 16:43:29.368664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.370337"], ["updated_at", "2018-10-11 16:43:29.370337"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.371976"], ["updated_at", "2018-10-11 16:43:29.371976"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.373663"], ["updated_at", "2018-10-11 16:43:29.373663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.375414"], ["updated_at", "2018-10-11 16:43:29.375414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.377042"], ["updated_at", "2018-10-11 16:43:29.377042"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.378736"], ["updated_at", "2018-10-11 16:43:29.378736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.380469"], ["updated_at", "2018-10-11 16:43:29.380469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.382220"], ["updated_at", "2018-10-11 16:43:29.382220"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.383786"], ["updated_at", "2018-10-11 16:43:29.383786"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.385519"], ["updated_at", "2018-10-11 16:43:29.385519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.387327"], ["updated_at", "2018-10-11 16:43:29.387327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.389387"], ["updated_at", "2018-10-11 16:43:29.389387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.391153"], ["updated_at", "2018-10-11 16:43:29.391153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.392850"], ["updated_at", "2018-10-11 16:43:29.392850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.394523"], ["updated_at", "2018-10-11 16:43:29.394523"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.396283"], ["updated_at", "2018-10-11 16:43:29.396283"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.398908"], ["updated_at", "2018-10-11 16:43:29.398908"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.401509"], ["updated_at", "2018-10-11 16:43:29.401509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.403481"], ["updated_at", "2018-10-11 16:43:29.403481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.405535"], ["updated_at", "2018-10-11 16:43:29.405535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.407293"], ["updated_at", "2018-10-11 16:43:29.407293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.408911"], ["updated_at", "2018-10-11 16:43:29.408911"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.410486"], ["updated_at", "2018-10-11 16:43:29.410486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.413934"], ["updated_at", "2018-10-11 16:43:29.413934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.415760"], ["updated_at", "2018-10-11 16:43:29.415760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.417356"], ["updated_at", "2018-10-11 16:43:29.417356"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.419064"], ["updated_at", "2018-10-11 16:43:29.419064"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.420889"], ["updated_at", "2018-10-11 16:43:29.420889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.423135"], ["updated_at", "2018-10-11 16:43:29.423135"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.424789"], ["updated_at", "2018-10-11 16:43:29.424789"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.427340"], ["updated_at", "2018-10-11 16:43:29.427340"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.432207"], ["updated_at", "2018-10-11 16:43:29.432207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.434511"], ["updated_at", "2018-10-11 16:43:29.434511"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.436317"], ["updated_at", "2018-10-11 16:43:29.436317"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.439937"], ["updated_at", "2018-10-11 16:43:29.439937"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.441946"], ["updated_at", "2018-10-11 16:43:29.441946"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.443720"], ["updated_at", "2018-10-11 16:43:29.443720"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.445622"], ["updated_at", "2018-10-11 16:43:29.445622"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.447790"], ["updated_at", "2018-10-11 16:43:29.447790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.449429"], ["updated_at", "2018-10-11 16:43:29.449429"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.451277"], ["updated_at", "2018-10-11 16:43:29.451277"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.454451"], ["updated_at", "2018-10-11 16:43:29.454451"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.457058"], ["updated_at", "2018-10-11 16:43:29.457058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.458797"], ["updated_at", "2018-10-11 16:43:29.458797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.460444"], ["updated_at", "2018-10-11 16:43:29.460444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.462724"], ["updated_at", "2018-10-11 16:43:29.462724"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.464513"], ["updated_at", "2018-10-11 16:43:29.464513"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.467218"], ["updated_at", "2018-10-11 16:43:29.467218"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.469650"], ["updated_at", "2018-10-11 16:43:29.469650"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.472594"], ["updated_at", "2018-10-11 16:43:29.472594"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.474697"], ["updated_at", "2018-10-11 16:43:29.474697"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.476540"], ["updated_at", "2018-10-11 16:43:29.476540"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.479575"], ["updated_at", "2018-10-11 16:43:29.479575"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.482728"], ["updated_at", "2018-10-11 16:43:29.482728"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.485503"], ["updated_at", "2018-10-11 16:43:29.485503"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.488635"], ["updated_at", "2018-10-11 16:43:29.488635"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.491072"], ["updated_at", "2018-10-11 16:43:29.491072"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.493985"], ["updated_at", "2018-10-11 16:43:29.493985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.498773"], ["updated_at", "2018-10-11 16:43:29.498773"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.500902"], ["updated_at", "2018-10-11 16:43:29.500902"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.503230"], ["updated_at", "2018-10-11 16:43:29.503230"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.505065"], ["updated_at", "2018-10-11 16:43:29.505065"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.506831"], ["updated_at", "2018-10-11 16:43:29.506831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.508659"], ["updated_at", "2018-10-11 16:43:29.508659"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.510453"], ["updated_at", "2018-10-11 16:43:29.510453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.512168"], ["updated_at", "2018-10-11 16:43:29.512168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.513868"], ["updated_at", "2018-10-11 16:43:29.513868"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.515473"], ["updated_at", "2018-10-11 16:43:29.515473"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.517112"], ["updated_at", "2018-10-11 16:43:29.517112"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.519148"], ["updated_at", "2018-10-11 16:43:29.519148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.521001"], ["updated_at", "2018-10-11 16:43:29.521001"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.522606"], ["updated_at", "2018-10-11 16:43:29.522606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.524261"], ["updated_at", "2018-10-11 16:43:29.524261"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.525922"], ["updated_at", "2018-10-11 16:43:29.525922"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.527792"], ["updated_at", "2018-10-11 16:43:29.527792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.529526"], ["updated_at", "2018-10-11 16:43:29.529526"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.531211"], ["updated_at", "2018-10-11 16:43:29.531211"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.533781"], ["updated_at", "2018-10-11 16:43:29.533781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.536393"], ["updated_at", "2018-10-11 16:43:29.536393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.538193"], ["updated_at", "2018-10-11 16:43:29.538193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.539824"], ["updated_at", "2018-10-11 16:43:29.539824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.541655"], ["updated_at", "2018-10-11 16:43:29.541655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.543356"], ["updated_at", "2018-10-11 16:43:29.543356"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.546221"], ["updated_at", "2018-10-11 16:43:29.546221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.548261"], ["updated_at", "2018-10-11 16:43:29.548261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.549979"], ["updated_at", "2018-10-11 16:43:29.549979"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.551551"], ["updated_at", "2018-10-11 16:43:29.551551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.553282"], ["updated_at", "2018-10-11 16:43:29.553282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.555009"], ["updated_at", "2018-10-11 16:43:29.555009"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.556566"], ["updated_at", "2018-10-11 16:43:29.556566"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.558284"], ["updated_at", "2018-10-11 16:43:29.558284"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.560443"], ["updated_at", "2018-10-11 16:43:29.560443"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.563991"], ["updated_at", "2018-10-11 16:43:29.563991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.567241"], ["updated_at", "2018-10-11 16:43:29.567241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.568962"], ["updated_at", "2018-10-11 16:43:29.568962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.570596"], ["updated_at", "2018-10-11 16:43:29.570596"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.572263"], ["updated_at", "2018-10-11 16:43:29.572263"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.574165"], ["updated_at", "2018-10-11 16:43:29.574165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.575898"], ["updated_at", "2018-10-11 16:43:29.575898"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.577499"], ["updated_at", "2018-10-11 16:43:29.577499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.579323"], ["updated_at", "2018-10-11 16:43:29.579323"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.580980"], ["updated_at", "2018-10-11 16:43:29.580980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.583071"], ["updated_at", "2018-10-11 16:43:29.583071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.584881"], ["updated_at", "2018-10-11 16:43:29.584881"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.586646"], ["updated_at", "2018-10-11 16:43:29.586646"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.589029"], ["updated_at", "2018-10-11 16:43:29.589029"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.591313"], ["updated_at", "2018-10-11 16:43:29.591313"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.593809"], ["updated_at", "2018-10-11 16:43:29.593809"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.596848"], ["updated_at", "2018-10-11 16:43:29.596848"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.599952"], ["updated_at", "2018-10-11 16:43:29.599952"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.602678"], ["updated_at", "2018-10-11 16:43:29.602678"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.604848"], ["updated_at", "2018-10-11 16:43:29.604848"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.607003"], ["updated_at", "2018-10-11 16:43:29.607003"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.609328"], ["updated_at", "2018-10-11 16:43:29.609328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.611172"], ["updated_at", "2018-10-11 16:43:29.611172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.612893"], ["updated_at", "2018-10-11 16:43:29.612893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.616774"], ["updated_at", "2018-10-11 16:43:29.616774"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.618407"], ["updated_at", "2018-10-11 16:43:29.618407"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.620445"], ["updated_at", "2018-10-11 16:43:29.620445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.622193"], ["updated_at", "2018-10-11 16:43:29.622193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.624039"], ["updated_at", "2018-10-11 16:43:29.624039"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.625849"], ["updated_at", "2018-10-11 16:43:29.625849"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.630136"], ["updated_at", "2018-10-11 16:43:29.630136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.633510"], ["updated_at", "2018-10-11 16:43:29.633510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.635194"], ["updated_at", "2018-10-11 16:43:29.635194"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.636932"], ["updated_at", "2018-10-11 16:43:29.636932"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.638638"], ["updated_at", "2018-10-11 16:43:29.638638"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.640770"], ["updated_at", "2018-10-11 16:43:29.640770"], ["parent_id", 39895952907]] Kithe::Work Create (53.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.644674"], ["updated_at", "2018-10-11 16:43:29.644674"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.702508"], ["updated_at", "2018-10-11 16:43:29.702508"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.705192"], ["updated_at", "2018-10-11 16:43:29.705192"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.708744"], ["updated_at", "2018-10-11 16:43:29.708744"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.711338"], ["updated_at", "2018-10-11 16:43:29.711338"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.713940"], ["updated_at", "2018-10-11 16:43:29.713940"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.718873"], ["updated_at", "2018-10-11 16:43:29.718873"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.721754"], ["updated_at", "2018-10-11 16:43:29.721754"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.724528"], ["updated_at", "2018-10-11 16:43:29.724528"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.727301"], ["updated_at", "2018-10-11 16:43:29.727301"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.730916"], ["updated_at", "2018-10-11 16:43:29.730916"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.734457"], ["updated_at", "2018-10-11 16:43:29.734457"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.738086"], ["updated_at", "2018-10-11 16:43:29.738086"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.739691"], ["updated_at", "2018-10-11 16:43:29.739691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.741199"], ["updated_at", "2018-10-11 16:43:29.741199"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.742769"], ["updated_at", "2018-10-11 16:43:29.742769"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.744820"], ["updated_at", "2018-10-11 16:43:29.744820"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.748319"], ["updated_at", "2018-10-11 16:43:29.748319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.750262"], ["updated_at", "2018-10-11 16:43:29.750262"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.752201"], ["updated_at", "2018-10-11 16:43:29.752201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.754143"], ["updated_at", "2018-10-11 16:43:29.754143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.755936"], ["updated_at", "2018-10-11 16:43:29.755936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.757531"], ["updated_at", "2018-10-11 16:43:29.757531"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.759290"], ["updated_at", "2018-10-11 16:43:29.759290"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.761400"], ["updated_at", "2018-10-11 16:43:29.761400"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.763883"], ["updated_at", "2018-10-11 16:43:29.763883"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.766041"], ["updated_at", "2018-10-11 16:43:29.766041"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.767945"], ["updated_at", "2018-10-11 16:43:29.767945"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.769709"], ["updated_at", "2018-10-11 16:43:29.769709"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.774466"], ["updated_at", "2018-10-11 16:43:29.774466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.780304"], ["updated_at", "2018-10-11 16:43:29.780304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.783594"], ["updated_at", "2018-10-11 16:43:29.783594"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.930888"], ["updated_at", "2018-10-11 16:43:29.930888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.932629"], ["updated_at", "2018-10-11 16:43:29.932629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.934193"], ["updated_at", "2018-10-11 16:43:29.934193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.935809"], ["updated_at", "2018-10-11 16:43:29.935809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.937533"], ["updated_at", "2018-10-11 16:43:29.937533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.939362"], ["updated_at", "2018-10-11 16:43:29.939362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.941088"], ["updated_at", "2018-10-11 16:43:29.941088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.942837"], ["updated_at", "2018-10-11 16:43:29.942837"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.944855"], ["updated_at", "2018-10-11 16:43:29.944855"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.947283"], ["updated_at", "2018-10-11 16:43:29.947283"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.951963"], ["updated_at", "2018-10-11 16:43:29.951963"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.954647"], ["updated_at", "2018-10-11 16:43:29.954647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.956875"], ["updated_at", "2018-10-11 16:43:29.956875"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.958955"], ["updated_at", "2018-10-11 16:43:29.958955"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.961044"], ["updated_at", "2018-10-11 16:43:29.961044"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.963010"], ["updated_at", "2018-10-11 16:43:29.963010"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.966841"], ["updated_at", "2018-10-11 16:43:29.966841"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.968961"], ["updated_at", "2018-10-11 16:43:29.968961"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.970972"], ["updated_at", "2018-10-11 16:43:29.970972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.972909"], ["updated_at", "2018-10-11 16:43:29.972909"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.974821"], ["updated_at", "2018-10-11 16:43:29.974821"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.976903"], ["updated_at", "2018-10-11 16:43:29.976903"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.978957"], ["updated_at", "2018-10-11 16:43:29.978957"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.981036"], ["updated_at", "2018-10-11 16:43:29.981036"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.983354"], ["updated_at", "2018-10-11 16:43:29.983354"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.985372"], ["updated_at", "2018-10-11 16:43:29.985372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.987215"], ["updated_at", "2018-10-11 16:43:29.987215"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.988938"], ["updated_at", "2018-10-11 16:43:29.988938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.990797"], ["updated_at", "2018-10-11 16:43:29.990797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.992508"], ["updated_at", "2018-10-11 16:43:29.992508"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.994362"], ["updated_at", "2018-10-11 16:43:29.994362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.996141"], ["updated_at", "2018-10-11 16:43:29.996141"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.997692"], ["updated_at", "2018-10-11 16:43:29.997692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:29.999328"], ["updated_at", "2018-10-11 16:43:29.999328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.001025"], ["updated_at", "2018-10-11 16:43:30.001025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.002619"], ["updated_at", "2018-10-11 16:43:30.002619"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.004226"], ["updated_at", "2018-10-11 16:43:30.004226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.006423"], ["updated_at", "2018-10-11 16:43:30.006423"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.009391"], ["updated_at", "2018-10-11 16:43:30.009391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.011075"], ["updated_at", "2018-10-11 16:43:30.011075"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.012669"], ["updated_at", "2018-10-11 16:43:30.012669"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.014357"], ["updated_at", "2018-10-11 16:43:30.014357"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.016881"], ["updated_at", "2018-10-11 16:43:30.016881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.019285"], ["updated_at", "2018-10-11 16:43:30.019285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.020953"], ["updated_at", "2018-10-11 16:43:30.020953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.022657"], ["updated_at", "2018-10-11 16:43:30.022657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.024345"], ["updated_at", "2018-10-11 16:43:30.024345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.025948"], ["updated_at", "2018-10-11 16:43:30.025948"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.028637"], ["updated_at", "2018-10-11 16:43:30.028637"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.030313"], ["updated_at", "2018-10-11 16:43:30.030313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.031875"], ["updated_at", "2018-10-11 16:43:30.031875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.033444"], ["updated_at", "2018-10-11 16:43:30.033444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.035035"], ["updated_at", "2018-10-11 16:43:30.035035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.036665"], ["updated_at", "2018-10-11 16:43:30.036665"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.038227"], ["updated_at", "2018-10-11 16:43:30.038227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.039914"], ["updated_at", "2018-10-11 16:43:30.039914"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.041465"], ["updated_at", "2018-10-11 16:43:30.041465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.043186"], ["updated_at", "2018-10-11 16:43:30.043186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.044768"], ["updated_at", "2018-10-11 16:43:30.044768"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.046372"], ["updated_at", "2018-10-11 16:43:30.046372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.048140"], ["updated_at", "2018-10-11 16:43:30.048140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.049750"], ["updated_at", "2018-10-11 16:43:30.049750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.051343"], ["updated_at", "2018-10-11 16:43:30.051343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.053009"], ["updated_at", "2018-10-11 16:43:30.053009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.054585"], ["updated_at", "2018-10-11 16:43:30.054585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.056182"], ["updated_at", "2018-10-11 16:43:30.056182"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.057768"], ["updated_at", "2018-10-11 16:43:30.057768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.059376"], ["updated_at", "2018-10-11 16:43:30.059376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.060911"], ["updated_at", "2018-10-11 16:43:30.060911"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.062678"], ["updated_at", "2018-10-11 16:43:30.062678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.064352"], ["updated_at", "2018-10-11 16:43:30.064352"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.065904"], ["updated_at", "2018-10-11 16:43:30.065904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.067544"], ["updated_at", "2018-10-11 16:43:30.067544"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.069174"], ["updated_at", "2018-10-11 16:43:30.069174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.070766"], ["updated_at", "2018-10-11 16:43:30.070766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.072390"], ["updated_at", "2018-10-11 16:43:30.072390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.073934"], ["updated_at", "2018-10-11 16:43:30.073934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.075539"], ["updated_at", "2018-10-11 16:43:30.075539"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.077349"], ["updated_at", "2018-10-11 16:43:30.077349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.079197"], ["updated_at", "2018-10-11 16:43:30.079197"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.080823"], ["updated_at", "2018-10-11 16:43:30.080823"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.082820"], ["updated_at", "2018-10-11 16:43:30.082820"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.085393"], ["updated_at", "2018-10-11 16:43:30.085393"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.087121"], ["updated_at", "2018-10-11 16:43:30.087121"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.089175"], ["updated_at", "2018-10-11 16:43:30.089175"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.091211"], ["updated_at", "2018-10-11 16:43:30.091211"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.093377"], ["updated_at", "2018-10-11 16:43:30.093377"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.095451"], ["updated_at", "2018-10-11 16:43:30.095451"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.098654"], ["updated_at", "2018-10-11 16:43:30.098654"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.100606"], ["updated_at", "2018-10-11 16:43:30.100606"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.102495"], ["updated_at", "2018-10-11 16:43:30.102495"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.104519"], ["updated_at", "2018-10-11 16:43:30.104519"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.106701"], ["updated_at", "2018-10-11 16:43:30.106701"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.109168"], ["updated_at", "2018-10-11 16:43:30.109168"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.111373"], ["updated_at", "2018-10-11 16:43:30.111373"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.113333"], ["updated_at", "2018-10-11 16:43:30.113333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.114929"], ["updated_at", "2018-10-11 16:43:30.114929"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.116613"], ["updated_at", "2018-10-11 16:43:30.116613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.118217"], ["updated_at", "2018-10-11 16:43:30.118217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.119860"], ["updated_at", "2018-10-11 16:43:30.119860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.121421"], ["updated_at", "2018-10-11 16:43:30.121421"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.123062"], ["updated_at", "2018-10-11 16:43:30.123062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.124607"], ["updated_at", "2018-10-11 16:43:30.124607"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.126217"], ["updated_at", "2018-10-11 16:43:30.126217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.127769"], ["updated_at", "2018-10-11 16:43:30.127769"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.129387"], ["updated_at", "2018-10-11 16:43:30.129387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.131130"], ["updated_at", "2018-10-11 16:43:30.131130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.132742"], ["updated_at", "2018-10-11 16:43:30.132742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.134292"], ["updated_at", "2018-10-11 16:43:30.134292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.135964"], ["updated_at", "2018-10-11 16:43:30.135964"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.137513"], ["updated_at", "2018-10-11 16:43:30.137513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.139120"], ["updated_at", "2018-10-11 16:43:30.139120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.140751"], ["updated_at", "2018-10-11 16:43:30.140751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.142318"], ["updated_at", "2018-10-11 16:43:30.142318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.143925"], ["updated_at", "2018-10-11 16:43:30.143925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.145498"], ["updated_at", "2018-10-11 16:43:30.145498"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.147221"], ["updated_at", "2018-10-11 16:43:30.147221"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.149206"], ["updated_at", "2018-10-11 16:43:30.149206"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.152179"], ["updated_at", "2018-10-11 16:43:30.152179"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.154186"], ["updated_at", "2018-10-11 16:43:30.154186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.155888"], ["updated_at", "2018-10-11 16:43:30.155888"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.157475"], ["updated_at", "2018-10-11 16:43:30.157475"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.159053"], ["updated_at", "2018-10-11 16:43:30.159053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.160602"], ["updated_at", "2018-10-11 16:43:30.160602"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.163584"], ["updated_at", "2018-10-11 16:43:30.163584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.165341"], ["updated_at", "2018-10-11 16:43:30.165341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.166931"], ["updated_at", "2018-10-11 16:43:30.166931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.168617"], ["updated_at", "2018-10-11 16:43:30.168617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.170206"], ["updated_at", "2018-10-11 16:43:30.170206"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.171798"], ["updated_at", "2018-10-11 16:43:30.171798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.173326"], ["updated_at", "2018-10-11 16:43:30.173326"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.174967"], ["updated_at", "2018-10-11 16:43:30.174967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.176705"], ["updated_at", "2018-10-11 16:43:30.176705"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.178335"], ["updated_at", "2018-10-11 16:43:30.178335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.179999"], ["updated_at", "2018-10-11 16:43:30.179999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.181663"], ["updated_at", "2018-10-11 16:43:30.181663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.183217"], ["updated_at", "2018-10-11 16:43:30.183217"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.184807"], ["updated_at", "2018-10-11 16:43:30.184807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.186415"], ["updated_at", "2018-10-11 16:43:30.186415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.188221"], ["updated_at", "2018-10-11 16:43:30.188221"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.189949"], ["updated_at", "2018-10-11 16:43:30.189949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.191643"], ["updated_at", "2018-10-11 16:43:30.191643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.193188"], ["updated_at", "2018-10-11 16:43:30.193188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.194855"], ["updated_at", "2018-10-11 16:43:30.194855"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.196384"], ["updated_at", "2018-10-11 16:43:30.196384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.197964"], ["updated_at", "2018-10-11 16:43:30.197964"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.199613"], ["updated_at", "2018-10-11 16:43:30.199613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.201385"], ["updated_at", "2018-10-11 16:43:30.201385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.202997"], ["updated_at", "2018-10-11 16:43:30.202997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.204572"], ["updated_at", "2018-10-11 16:43:30.204572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.206154"], ["updated_at", "2018-10-11 16:43:30.206154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.207963"], ["updated_at", "2018-10-11 16:43:30.207963"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.209625"], ["updated_at", "2018-10-11 16:43:30.209625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.211323"], ["updated_at", "2018-10-11 16:43:30.211323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.212884"], ["updated_at", "2018-10-11 16:43:30.212884"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.214683"], ["updated_at", "2018-10-11 16:43:30.214683"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.217225"], ["updated_at", "2018-10-11 16:43:30.217225"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.219443"], ["updated_at", "2018-10-11 16:43:30.219443"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.221715"], ["updated_at", "2018-10-11 16:43:30.221715"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.223638"], ["updated_at", "2018-10-11 16:43:30.223638"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.225629"], ["updated_at", "2018-10-11 16:43:30.225629"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.227687"], ["updated_at", "2018-10-11 16:43:30.227687"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.229889"], ["updated_at", "2018-10-11 16:43:30.229889"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.233834"], ["updated_at", "2018-10-11 16:43:30.233834"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.235821"], ["updated_at", "2018-10-11 16:43:30.235821"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.237911"], ["updated_at", "2018-10-11 16:43:30.237911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.239859"], ["updated_at", "2018-10-11 16:43:30.239859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.241552"], ["updated_at", "2018-10-11 16:43:30.241552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.243165"], ["updated_at", "2018-10-11 16:43:30.243165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.244840"], ["updated_at", "2018-10-11 16:43:30.244840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.246429"], ["updated_at", "2018-10-11 16:43:30.246429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.247956"], ["updated_at", "2018-10-11 16:43:30.247956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.249548"], ["updated_at", "2018-10-11 16:43:30.249548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.251110"], ["updated_at", "2018-10-11 16:43:30.251110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.252774"], ["updated_at", "2018-10-11 16:43:30.252774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.254446"], ["updated_at", "2018-10-11 16:43:30.254446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.256016"], ["updated_at", "2018-10-11 16:43:30.256016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.257644"], ["updated_at", "2018-10-11 16:43:30.257644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.259193"], ["updated_at", "2018-10-11 16:43:30.259193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.260968"], ["updated_at", "2018-10-11 16:43:30.260968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.262625"], ["updated_at", "2018-10-11 16:43:30.262625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.264235"], ["updated_at", "2018-10-11 16:43:30.264235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.265766"], ["updated_at", "2018-10-11 16:43:30.265766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.267388"], ["updated_at", "2018-10-11 16:43:30.267388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.269020"], ["updated_at", "2018-10-11 16:43:30.269020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.270545"], ["updated_at", "2018-10-11 16:43:30.270545"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.272196"], ["updated_at", "2018-10-11 16:43:30.272196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.273764"], ["updated_at", "2018-10-11 16:43:30.273764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.275391"], ["updated_at", "2018-10-11 16:43:30.275391"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.276967"], ["updated_at", "2018-10-11 16:43:30.276967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.278594"], ["updated_at", "2018-10-11 16:43:30.278594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.280190"], ["updated_at", "2018-10-11 16:43:30.280190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.281939"], ["updated_at", "2018-10-11 16:43:30.281939"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.284471"], ["updated_at", "2018-10-11 16:43:30.284471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.286550"], ["updated_at", "2018-10-11 16:43:30.286550"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.288214"], ["updated_at", "2018-10-11 16:43:30.288214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.289837"], ["updated_at", "2018-10-11 16:43:30.289837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.291592"], ["updated_at", "2018-10-11 16:43:30.291592"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.293145"], ["updated_at", "2018-10-11 16:43:30.293145"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.295928"], ["updated_at", "2018-10-11 16:43:30.295928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.297633"], ["updated_at", "2018-10-11 16:43:30.297633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.299342"], ["updated_at", "2018-10-11 16:43:30.299342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.302184"], ["updated_at", "2018-10-11 16:43:30.302184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.303876"], ["updated_at", "2018-10-11 16:43:30.303876"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.305419"], ["updated_at", "2018-10-11 16:43:30.305419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.307200"], ["updated_at", "2018-10-11 16:43:30.307200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.308904"], ["updated_at", "2018-10-11 16:43:30.308904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.310650"], ["updated_at", "2018-10-11 16:43:30.310650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.312199"], ["updated_at", "2018-10-11 16:43:30.312199"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.313867"], ["updated_at", "2018-10-11 16:43:30.313867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.315569"], ["updated_at", "2018-10-11 16:43:30.315569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.317207"], ["updated_at", "2018-10-11 16:43:30.317207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.318814"], ["updated_at", "2018-10-11 16:43:30.318814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.320397"], ["updated_at", "2018-10-11 16:43:30.320397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.322002"], ["updated_at", "2018-10-11 16:43:30.322002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.323600"], ["updated_at", "2018-10-11 16:43:30.323600"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.325252"], ["updated_at", "2018-10-11 16:43:30.325252"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.326801"], ["updated_at", "2018-10-11 16:43:30.326801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.328419"], ["updated_at", "2018-10-11 16:43:30.328419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.330079"], ["updated_at", "2018-10-11 16:43:30.330079"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.331668"], ["updated_at", "2018-10-11 16:43:30.331668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.333264"], ["updated_at", "2018-10-11 16:43:30.333264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.334858"], ["updated_at", "2018-10-11 16:43:30.334858"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.336411"], ["updated_at", "2018-10-11 16:43:30.336411"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.338117"], ["updated_at", "2018-10-11 16:43:30.338117"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.339720"], ["updated_at", "2018-10-11 16:43:30.339720"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.341813"], ["updated_at", "2018-10-11 16:43:30.341813"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.344473"], ["updated_at", "2018-10-11 16:43:30.344473"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.346394"], ["updated_at", "2018-10-11 16:43:30.346394"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.349008"], ["updated_at", "2018-10-11 16:43:30.349008"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.351789"], ["updated_at", "2018-10-11 16:43:30.351789"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.353664"], ["updated_at", "2018-10-11 16:43:30.353664"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.355633"], ["updated_at", "2018-10-11 16:43:30.355633"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.358393"], ["updated_at", "2018-10-11 16:43:30.358393"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.360952"], ["updated_at", "2018-10-11 16:43:30.360952"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.362847"], ["updated_at", "2018-10-11 16:43:30.362847"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.366384"], ["updated_at", "2018-10-11 16:43:30.366384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.368115"], ["updated_at", "2018-10-11 16:43:30.368115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.369736"], ["updated_at", "2018-10-11 16:43:30.369736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.371343"], ["updated_at", "2018-10-11 16:43:30.371343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.373039"], ["updated_at", "2018-10-11 16:43:30.373039"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.374700"], ["updated_at", "2018-10-11 16:43:30.374700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.376422"], ["updated_at", "2018-10-11 16:43:30.376422"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.377999"], ["updated_at", "2018-10-11 16:43:30.377999"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.379617"], ["updated_at", "2018-10-11 16:43:30.379617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.381437"], ["updated_at", "2018-10-11 16:43:30.381437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.383162"], ["updated_at", "2018-10-11 16:43:30.383162"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.384762"], ["updated_at", "2018-10-11 16:43:30.384762"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.386302"], ["updated_at", "2018-10-11 16:43:30.386302"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.387989"], ["updated_at", "2018-10-11 16:43:30.387989"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.389816"], ["updated_at", "2018-10-11 16:43:30.389816"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.391580"], ["updated_at", "2018-10-11 16:43:30.391580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.393254"], ["updated_at", "2018-10-11 16:43:30.393254"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.394851"], ["updated_at", "2018-10-11 16:43:30.394851"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.396494"], ["updated_at", "2018-10-11 16:43:30.396494"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.398495"], ["updated_at", "2018-10-11 16:43:30.398495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.400121"], ["updated_at", "2018-10-11 16:43:30.400121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.401774"], ["updated_at", "2018-10-11 16:43:30.401774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.403392"], ["updated_at", "2018-10-11 16:43:30.403392"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.404985"], ["updated_at", "2018-10-11 16:43:30.404985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.406924"], ["updated_at", "2018-10-11 16:43:30.406924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.408570"], ["updated_at", "2018-10-11 16:43:30.408570"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.410135"], ["updated_at", "2018-10-11 16:43:30.410135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.411786"], ["updated_at", "2018-10-11 16:43:30.411786"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.413624"], ["updated_at", "2018-10-11 16:43:30.413624"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.415474"], ["updated_at", "2018-10-11 16:43:30.415474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.418072"], ["updated_at", "2018-10-11 16:43:30.418072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.420005"], ["updated_at", "2018-10-11 16:43:30.420005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.421851"], ["updated_at", "2018-10-11 16:43:30.421851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.423524"], ["updated_at", "2018-10-11 16:43:30.423524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.425131"], ["updated_at", "2018-10-11 16:43:30.425131"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.426783"], ["updated_at", "2018-10-11 16:43:30.426783"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.429582"], ["updated_at", "2018-10-11 16:43:30.429582"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.431285"], ["updated_at", "2018-10-11 16:43:30.431285"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.432934"], ["updated_at", "2018-10-11 16:43:30.432934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.434677"], ["updated_at", "2018-10-11 16:43:30.434677"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.436262"], ["updated_at", "2018-10-11 16:43:30.436262"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.438163"], ["updated_at", "2018-10-11 16:43:30.438163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.439859"], ["updated_at", "2018-10-11 16:43:30.439859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.441507"], ["updated_at", "2018-10-11 16:43:30.441507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.443194"], ["updated_at", "2018-10-11 16:43:30.443194"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.444896"], ["updated_at", "2018-10-11 16:43:30.444896"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.447195"], ["updated_at", "2018-10-11 16:43:30.447195"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.450069"], ["updated_at", "2018-10-11 16:43:30.450069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.453376"], ["updated_at", "2018-10-11 16:43:30.453376"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.455662"], ["updated_at", "2018-10-11 16:43:30.455662"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.457357"], ["updated_at", "2018-10-11 16:43:30.457357"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.459119"], ["updated_at", "2018-10-11 16:43:30.459119"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.461406"], ["updated_at", "2018-10-11 16:43:30.461406"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.465426"], ["updated_at", "2018-10-11 16:43:30.465426"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.467742"], ["updated_at", "2018-10-11 16:43:30.467742"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.470816"], ["updated_at", "2018-10-11 16:43:30.470816"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.473501"], ["updated_at", "2018-10-11 16:43:30.473501"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.476477"], ["updated_at", "2018-10-11 16:43:30.476477"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.479035"], ["updated_at", "2018-10-11 16:43:30.479035"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.481625"], ["updated_at", "2018-10-11 16:43:30.481625"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.484807"], ["updated_at", "2018-10-11 16:43:30.484807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.487942"], ["updated_at", "2018-10-11 16:43:30.487942"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.489703"], ["updated_at", "2018-10-11 16:43:30.489703"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.491455"], ["updated_at", "2018-10-11 16:43:30.491455"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.493578"], ["updated_at", "2018-10-11 16:43:30.493578"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.496036"], ["updated_at", "2018-10-11 16:43:30.496036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.499079"], ["updated_at", "2018-10-11 16:43:30.499079"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.500794"], ["updated_at", "2018-10-11 16:43:30.500794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.502884"], ["updated_at", "2018-10-11 16:43:30.502884"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.504696"], ["updated_at", "2018-10-11 16:43:30.504696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.506470"], ["updated_at", "2018-10-11 16:43:30.506470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.508296"], ["updated_at", "2018-10-11 16:43:30.508296"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.510092"], ["updated_at", "2018-10-11 16:43:30.510092"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.512228"], ["updated_at", "2018-10-11 16:43:30.512228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.513933"], ["updated_at", "2018-10-11 16:43:30.513933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.515654"], ["updated_at", "2018-10-11 16:43:30.515654"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.517593"], ["updated_at", "2018-10-11 16:43:30.517593"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.520030"], ["updated_at", "2018-10-11 16:43:30.520030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.521741"], ["updated_at", "2018-10-11 16:43:30.521741"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.523393"], ["updated_at", "2018-10-11 16:43:30.523393"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.525254"], ["updated_at", "2018-10-11 16:43:30.525254"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.527348"], ["updated_at", "2018-10-11 16:43:30.527348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.529164"], ["updated_at", "2018-10-11 16:43:30.529164"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.530801"], ["updated_at", "2018-10-11 16:43:30.530801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.532535"], ["updated_at", "2018-10-11 16:43:30.532535"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.534421"], ["updated_at", "2018-10-11 16:43:30.534421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.536640"], ["updated_at", "2018-10-11 16:43:30.536640"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.538275"], ["updated_at", "2018-10-11 16:43:30.538275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.539843"], ["updated_at", "2018-10-11 16:43:30.539843"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.541644"], ["updated_at", "2018-10-11 16:43:30.541644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.543958"], ["updated_at", "2018-10-11 16:43:30.543958"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.545731"], ["updated_at", "2018-10-11 16:43:30.545731"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.547322"], ["updated_at", "2018-10-11 16:43:30.547322"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.549906"], ["updated_at", "2018-10-11 16:43:30.549906"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.553105"], ["updated_at", "2018-10-11 16:43:30.553105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.555024"], ["updated_at", "2018-10-11 16:43:30.555024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.556655"], ["updated_at", "2018-10-11 16:43:30.556655"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.558521"], ["updated_at", "2018-10-11 16:43:30.558521"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.561191"], ["updated_at", "2018-10-11 16:43:30.561191"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.564043"], ["updated_at", "2018-10-11 16:43:30.564043"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.565795"], ["updated_at", "2018-10-11 16:43:30.565795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.568096"], ["updated_at", "2018-10-11 16:43:30.568096"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.569874"], ["updated_at", "2018-10-11 16:43:30.569874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.571572"], ["updated_at", "2018-10-11 16:43:30.571572"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.573485"], ["updated_at", "2018-10-11 16:43:30.573485"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.576739"], ["updated_at", "2018-10-11 16:43:30.576739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.578478"], ["updated_at", "2018-10-11 16:43:30.578478"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.580101"], ["updated_at", "2018-10-11 16:43:30.580101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.581796"], ["updated_at", "2018-10-11 16:43:30.581796"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.583524"], ["updated_at", "2018-10-11 16:43:30.583524"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.585614"], ["updated_at", "2018-10-11 16:43:30.585614"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.587511"], ["updated_at", "2018-10-11 16:43:30.587511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.589129"], ["updated_at", "2018-10-11 16:43:30.589129"], ["parent_id", 39895952907]] Kithe::Work Create (2.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.590798"], ["updated_at", "2018-10-11 16:43:30.590798"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.594811"], ["updated_at", "2018-10-11 16:43:30.594811"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.598530"], ["updated_at", "2018-10-11 16:43:30.598530"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.601723"], ["updated_at", "2018-10-11 16:43:30.601723"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.604575"], ["updated_at", "2018-10-11 16:43:30.604575"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.607110"], ["updated_at", "2018-10-11 16:43:30.607110"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.610145"], ["updated_at", "2018-10-11 16:43:30.610145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.612827"], ["updated_at", "2018-10-11 16:43:30.612827"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.614600"], ["updated_at", "2018-10-11 16:43:30.614600"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.618047"], ["updated_at", "2018-10-11 16:43:30.618047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.620270"], ["updated_at", "2018-10-11 16:43:30.620270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.621975"], ["updated_at", "2018-10-11 16:43:30.621975"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.623672"], ["updated_at", "2018-10-11 16:43:30.623672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.626754"], ["updated_at", "2018-10-11 16:43:30.626754"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.628573"], ["updated_at", "2018-10-11 16:43:30.628573"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.631770"], ["updated_at", "2018-10-11 16:43:30.631770"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.634354"], ["updated_at", "2018-10-11 16:43:30.634354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.637530"], ["updated_at", "2018-10-11 16:43:30.637530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.639229"], ["updated_at", "2018-10-11 16:43:30.639229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.641561"], ["updated_at", "2018-10-11 16:43:30.641561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.643765"], ["updated_at", "2018-10-11 16:43:30.643765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.645368"], ["updated_at", "2018-10-11 16:43:30.645368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.647048"], ["updated_at", "2018-10-11 16:43:30.647048"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.648961"], ["updated_at", "2018-10-11 16:43:30.648961"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.651065"], ["updated_at", "2018-10-11 16:43:30.651065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.652740"], ["updated_at", "2018-10-11 16:43:30.652740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.654311"], ["updated_at", "2018-10-11 16:43:30.654311"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.655936"], ["updated_at", "2018-10-11 16:43:30.655936"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.658420"], ["updated_at", "2018-10-11 16:43:30.658420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.660359"], ["updated_at", "2018-10-11 16:43:30.660359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.662101"], ["updated_at", "2018-10-11 16:43:30.662101"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.663666"], ["updated_at", "2018-10-11 16:43:30.663666"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.665869"], ["updated_at", "2018-10-11 16:43:30.665869"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.667894"], ["updated_at", "2018-10-11 16:43:30.667894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.669956"], ["updated_at", "2018-10-11 16:43:30.669956"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.671589"], ["updated_at", "2018-10-11 16:43:30.671589"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.673685"], ["updated_at", "2018-10-11 16:43:30.673685"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.676342"], ["updated_at", "2018-10-11 16:43:30.676342"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.678669"], ["updated_at", "2018-10-11 16:43:30.678669"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.681027"], ["updated_at", "2018-10-11 16:43:30.681027"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.684840"], ["updated_at", "2018-10-11 16:43:30.684840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.688239"], ["updated_at", "2018-10-11 16:43:30.688239"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.690289"], ["updated_at", "2018-10-11 16:43:30.690289"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.692368"], ["updated_at", "2018-10-11 16:43:30.692368"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.694112"], ["updated_at", "2018-10-11 16:43:30.694112"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.695678"], ["updated_at", "2018-10-11 16:43:30.695678"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.699412"], ["updated_at", "2018-10-11 16:43:30.699412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.701324"], ["updated_at", "2018-10-11 16:43:30.701324"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.703004"], ["updated_at", "2018-10-11 16:43:30.703004"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.704756"], ["updated_at", "2018-10-11 16:43:30.704756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.706403"], ["updated_at", "2018-10-11 16:43:30.706403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.708158"], ["updated_at", "2018-10-11 16:43:30.708158"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.709855"], ["updated_at", "2018-10-11 16:43:30.709855"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.711644"], ["updated_at", "2018-10-11 16:43:30.711644"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.713333"], ["updated_at", "2018-10-11 16:43:30.713333"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.715295"], ["updated_at", "2018-10-11 16:43:30.715295"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.718111"], ["updated_at", "2018-10-11 16:43:30.718111"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.720914"], ["updated_at", "2018-10-11 16:43:30.720914"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.723518"], ["updated_at", "2018-10-11 16:43:30.723518"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.726240"], ["updated_at", "2018-10-11 16:43:30.726240"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.728910"], ["updated_at", "2018-10-11 16:43:30.728910"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.731510"], ["updated_at", "2018-10-11 16:43:30.731510"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.734071"], ["updated_at", "2018-10-11 16:43:30.734071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.735881"], ["updated_at", "2018-10-11 16:43:30.735881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.737473"], ["updated_at", "2018-10-11 16:43:30.737473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.739097"], ["updated_at", "2018-10-11 16:43:30.739097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.740786"], ["updated_at", "2018-10-11 16:43:30.740786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.742343"], ["updated_at", "2018-10-11 16:43:30.742343"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.743949"], ["updated_at", "2018-10-11 16:43:30.743949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.745569"], ["updated_at", "2018-10-11 16:43:30.745569"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.747151"], ["updated_at", "2018-10-11 16:43:30.747151"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.748983"], ["updated_at", "2018-10-11 16:43:30.748983"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.751614"], ["updated_at", "2018-10-11 16:43:30.751614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.753472"], ["updated_at", "2018-10-11 16:43:30.753472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.755227"], ["updated_at", "2018-10-11 16:43:30.755227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.757236"], ["updated_at", "2018-10-11 16:43:30.757236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.758830"], ["updated_at", "2018-10-11 16:43:30.758830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.760446"], ["updated_at", "2018-10-11 16:43:30.760446"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.763297"], ["updated_at", "2018-10-11 16:43:30.763297"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.765634"], ["updated_at", "2018-10-11 16:43:30.765634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.767481"], ["updated_at", "2018-10-11 16:43:30.767481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.769095"], ["updated_at", "2018-10-11 16:43:30.769095"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.770697"], ["updated_at", "2018-10-11 16:43:30.770697"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.772277"], ["updated_at", "2018-10-11 16:43:30.772277"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.773915"], ["updated_at", "2018-10-11 16:43:30.773915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.775790"], ["updated_at", "2018-10-11 16:43:30.775790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.777476"], ["updated_at", "2018-10-11 16:43:30.777476"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.779076"], ["updated_at", "2018-10-11 16:43:30.779076"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.780782"], ["updated_at", "2018-10-11 16:43:30.780782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.782498"], ["updated_at", "2018-10-11 16:43:30.782498"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.784132"], ["updated_at", "2018-10-11 16:43:30.784132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.785691"], ["updated_at", "2018-10-11 16:43:30.785691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.787331"], ["updated_at", "2018-10-11 16:43:30.787331"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.788878"], ["updated_at", "2018-10-11 16:43:30.788878"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.790699"], ["updated_at", "2018-10-11 16:43:30.790699"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.792386"], ["updated_at", "2018-10-11 16:43:30.792386"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.793955"], ["updated_at", "2018-10-11 16:43:30.793955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.795556"], ["updated_at", "2018-10-11 16:43:30.795556"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.797146"], ["updated_at", "2018-10-11 16:43:30.797146"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.799314"], ["updated_at", "2018-10-11 16:43:30.799314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.801030"], ["updated_at", "2018-10-11 16:43:30.801030"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.802603"], ["updated_at", "2018-10-11 16:43:30.802603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.804214"], ["updated_at", "2018-10-11 16:43:30.804214"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.805786"], ["updated_at", "2018-10-11 16:43:30.805786"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.807415"], ["updated_at", "2018-10-11 16:43:30.807415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.809034"], ["updated_at", "2018-10-11 16:43:30.809034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.810781"], ["updated_at", "2018-10-11 16:43:30.810781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.812423"], ["updated_at", "2018-10-11 16:43:30.812423"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.813998"], ["updated_at", "2018-10-11 16:43:30.813998"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.815916"], ["updated_at", "2018-10-11 16:43:30.815916"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.818494"], ["updated_at", "2018-10-11 16:43:30.818494"], ["parent_id", 39895952907]] Kithe::Work Create (26.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.820923"], ["updated_at", "2018-10-11 16:43:30.820923"], ["parent_id", 39895952907]] Kithe::Work Create (3.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.851994"], ["updated_at", "2018-10-11 16:43:30.851994"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.862777"], ["updated_at", "2018-10-11 16:43:30.862777"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.868019"], ["updated_at", "2018-10-11 16:43:30.868019"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.871126"], ["updated_at", "2018-10-11 16:43:30.871126"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.888504"], ["updated_at", "2018-10-11 16:43:30.888504"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.890674"], ["updated_at", "2018-10-11 16:43:30.890674"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.893292"], ["updated_at", "2018-10-11 16:43:30.893292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.897312"], ["updated_at", "2018-10-11 16:43:30.897312"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.899034"], ["updated_at", "2018-10-11 16:43:30.899034"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.902444"], ["updated_at", "2018-10-11 16:43:30.902444"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.905154"], ["updated_at", "2018-10-11 16:43:30.905154"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.910207"], ["updated_at", "2018-10-11 16:43:30.910207"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.912855"], ["updated_at", "2018-10-11 16:43:30.912855"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.916021"], ["updated_at", "2018-10-11 16:43:30.916021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.917935"], ["updated_at", "2018-10-11 16:43:30.917935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.919668"], ["updated_at", "2018-10-11 16:43:30.919668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.921377"], ["updated_at", "2018-10-11 16:43:30.921377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.923016"], ["updated_at", "2018-10-11 16:43:30.923016"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.924702"], ["updated_at", "2018-10-11 16:43:30.924702"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.928066"], ["updated_at", "2018-10-11 16:43:30.928066"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.932469"], ["updated_at", "2018-10-11 16:43:30.932469"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.935566"], ["updated_at", "2018-10-11 16:43:30.935566"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.937140"], ["updated_at", "2018-10-11 16:43:30.937140"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.938864"], ["updated_at", "2018-10-11 16:43:30.938864"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.940609"], ["updated_at", "2018-10-11 16:43:30.940609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.942515"], ["updated_at", "2018-10-11 16:43:30.942515"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.944255"], ["updated_at", "2018-10-11 16:43:30.944255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.945964"], ["updated_at", "2018-10-11 16:43:30.945964"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.947676"], ["updated_at", "2018-10-11 16:43:30.947676"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.950004"], ["updated_at", "2018-10-11 16:43:30.950004"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.952715"], ["updated_at", "2018-10-11 16:43:30.952715"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.954755"], ["updated_at", "2018-10-11 16:43:30.954755"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.956607"], ["updated_at", "2018-10-11 16:43:30.956607"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.958428"], ["updated_at", "2018-10-11 16:43:30.958428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.960290"], ["updated_at", "2018-10-11 16:43:30.960290"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.961867"], ["updated_at", "2018-10-11 16:43:30.961867"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.964879"], ["updated_at", "2018-10-11 16:43:30.964879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.966690"], ["updated_at", "2018-10-11 16:43:30.966690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.968380"], ["updated_at", "2018-10-11 16:43:30.968380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.969951"], ["updated_at", "2018-10-11 16:43:30.969951"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.971672"], ["updated_at", "2018-10-11 16:43:30.971672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.973327"], ["updated_at", "2018-10-11 16:43:30.973327"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.975089"], ["updated_at", "2018-10-11 16:43:30.975089"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.978671"], ["updated_at", "2018-10-11 16:43:30.978671"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.982802"], ["updated_at", "2018-10-11 16:43:30.982802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.985271"], ["updated_at", "2018-10-11 16:43:30.985271"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.987447"], ["updated_at", "2018-10-11 16:43:30.987447"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.990291"], ["updated_at", "2018-10-11 16:43:30.990291"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.994047"], ["updated_at", "2018-10-11 16:43:30.994047"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:30.997527"], ["updated_at", "2018-10-11 16:43:30.997527"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.001307"], ["updated_at", "2018-10-11 16:43:31.001307"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.004759"], ["updated_at", "2018-10-11 16:43:31.004759"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.007253"], ["updated_at", "2018-10-11 16:43:31.007253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.009167"], ["updated_at", "2018-10-11 16:43:31.009167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.010851"], ["updated_at", "2018-10-11 16:43:31.010851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.012430"], ["updated_at", "2018-10-11 16:43:31.012430"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.014071"], ["updated_at", "2018-10-11 16:43:31.014071"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.015874"], ["updated_at", "2018-10-11 16:43:31.015874"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.018403"], ["updated_at", "2018-10-11 16:43:31.018403"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.020194"], ["updated_at", "2018-10-11 16:43:31.020194"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.021768"], ["updated_at", "2018-10-11 16:43:31.021768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.023543"], ["updated_at", "2018-10-11 16:43:31.023543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.025234"], ["updated_at", "2018-10-11 16:43:31.025234"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.026887"], ["updated_at", "2018-10-11 16:43:31.026887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.030480"], ["updated_at", "2018-10-11 16:43:31.030480"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.032379"], ["updated_at", "2018-10-11 16:43:31.032379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.034108"], ["updated_at", "2018-10-11 16:43:31.034108"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.036026"], ["updated_at", "2018-10-11 16:43:31.036026"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.038909"], ["updated_at", "2018-10-11 16:43:31.038909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.040732"], ["updated_at", "2018-10-11 16:43:31.040732"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.042524"], ["updated_at", "2018-10-11 16:43:31.042524"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.045431"], ["updated_at", "2018-10-11 16:43:31.045431"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.049836"], ["updated_at", "2018-10-11 16:43:31.049836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.052210"], ["updated_at", "2018-10-11 16:43:31.052210"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.053772"], ["updated_at", "2018-10-11 16:43:31.053772"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.055270"], ["updated_at", "2018-10-11 16:43:31.055270"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.056869"], ["updated_at", "2018-10-11 16:43:31.056869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.058496"], ["updated_at", "2018-10-11 16:43:31.058496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.060163"], ["updated_at", "2018-10-11 16:43:31.060163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.061726"], ["updated_at", "2018-10-11 16:43:31.061726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.063328"], ["updated_at", "2018-10-11 16:43:31.063328"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.064897"], ["updated_at", "2018-10-11 16:43:31.064897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.066597"], ["updated_at", "2018-10-11 16:43:31.066597"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.068345"], ["updated_at", "2018-10-11 16:43:31.068345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.070155"], ["updated_at", "2018-10-11 16:43:31.070155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.071729"], ["updated_at", "2018-10-11 16:43:31.071729"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.073409"], ["updated_at", "2018-10-11 16:43:31.073409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.075292"], ["updated_at", "2018-10-11 16:43:31.075292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.077088"], ["updated_at", "2018-10-11 16:43:31.077088"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.078651"], ["updated_at", "2018-10-11 16:43:31.078651"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.080236"], ["updated_at", "2018-10-11 16:43:31.080236"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.082201"], ["updated_at", "2018-10-11 16:43:31.082201"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.084728"], ["updated_at", "2018-10-11 16:43:31.084728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.086636"], ["updated_at", "2018-10-11 16:43:31.086636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.088266"], ["updated_at", "2018-10-11 16:43:31.088266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.089794"], ["updated_at", "2018-10-11 16:43:31.089794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.091396"], ["updated_at", "2018-10-11 16:43:31.091396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.093060"], ["updated_at", "2018-10-11 16:43:31.093060"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.096392"], ["updated_at", "2018-10-11 16:43:31.096392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.098014"], ["updated_at", "2018-10-11 16:43:31.098014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.099685"], ["updated_at", "2018-10-11 16:43:31.099685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.101333"], ["updated_at", "2018-10-11 16:43:31.101333"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.103169"], ["updated_at", "2018-10-11 16:43:31.103169"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.104864"], ["updated_at", "2018-10-11 16:43:31.104864"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.106395"], ["updated_at", "2018-10-11 16:43:31.106395"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.108060"], ["updated_at", "2018-10-11 16:43:31.108060"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.109842"], ["updated_at", "2018-10-11 16:43:31.109842"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.116252"], ["updated_at", "2018-10-11 16:43:31.116252"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.120065"], ["updated_at", "2018-10-11 16:43:31.120065"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.123653"], ["updated_at", "2018-10-11 16:43:31.123653"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.127138"], ["updated_at", "2018-10-11 16:43:31.127138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.130815"], ["updated_at", "2018-10-11 16:43:31.130815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.133090"], ["updated_at", "2018-10-11 16:43:31.133090"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.134743"], ["updated_at", "2018-10-11 16:43:31.134743"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.136416"], ["updated_at", "2018-10-11 16:43:31.136416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.138190"], ["updated_at", "2018-10-11 16:43:31.138190"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.140120"], ["updated_at", "2018-10-11 16:43:31.140120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.141764"], ["updated_at", "2018-10-11 16:43:31.141764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.143404"], ["updated_at", "2018-10-11 16:43:31.143404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.145128"], ["updated_at", "2018-10-11 16:43:31.145128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.146825"], ["updated_at", "2018-10-11 16:43:31.146825"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.148535"], ["updated_at", "2018-10-11 16:43:31.148535"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.150812"], ["updated_at", "2018-10-11 16:43:31.150812"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.152889"], ["updated_at", "2018-10-11 16:43:31.152889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.154601"], ["updated_at", "2018-10-11 16:43:31.154601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.156127"], ["updated_at", "2018-10-11 16:43:31.156127"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.157741"], ["updated_at", "2018-10-11 16:43:31.157741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.159428"], ["updated_at", "2018-10-11 16:43:31.159428"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.163309"], ["updated_at", "2018-10-11 16:43:31.163309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.165031"], ["updated_at", "2018-10-11 16:43:31.165031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.166728"], ["updated_at", "2018-10-11 16:43:31.166728"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.168361"], ["updated_at", "2018-10-11 16:43:31.168361"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.170056"], ["updated_at", "2018-10-11 16:43:31.170056"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.171743"], ["updated_at", "2018-10-11 16:43:31.171743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.173310"], ["updated_at", "2018-10-11 16:43:31.173310"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.174908"], ["updated_at", "2018-10-11 16:43:31.174908"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.176786"], ["updated_at", "2018-10-11 16:43:31.176786"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.181205"], ["updated_at", "2018-10-11 16:43:31.181205"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.184312"], ["updated_at", "2018-10-11 16:43:31.184312"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.186008"], ["updated_at", "2018-10-11 16:43:31.186008"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.187910"], ["updated_at", "2018-10-11 16:43:31.187910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.189705"], ["updated_at", "2018-10-11 16:43:31.189705"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.191489"], ["updated_at", "2018-10-11 16:43:31.191489"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.193119"], ["updated_at", "2018-10-11 16:43:31.193119"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.194886"], ["updated_at", "2018-10-11 16:43:31.194886"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.196758"], ["updated_at", "2018-10-11 16:43:31.196758"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.198436"], ["updated_at", "2018-10-11 16:43:31.198436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.200154"], ["updated_at", "2018-10-11 16:43:31.200154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.202054"], ["updated_at", "2018-10-11 16:43:31.202054"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.203881"], ["updated_at", "2018-10-11 16:43:31.203881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.205547"], ["updated_at", "2018-10-11 16:43:31.205547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.207246"], ["updated_at", "2018-10-11 16:43:31.207246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.208920"], ["updated_at", "2018-10-11 16:43:31.208920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.210522"], ["updated_at", "2018-10-11 16:43:31.210522"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.212135"], ["updated_at", "2018-10-11 16:43:31.212135"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.214059"], ["updated_at", "2018-10-11 16:43:31.214059"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.216008"], ["updated_at", "2018-10-11 16:43:31.216008"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.218362"], ["updated_at", "2018-10-11 16:43:31.218362"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.220285"], ["updated_at", "2018-10-11 16:43:31.220285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.222065"], ["updated_at", "2018-10-11 16:43:31.222065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.223583"], ["updated_at", "2018-10-11 16:43:31.223583"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.225184"], ["updated_at", "2018-10-11 16:43:31.225184"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.226730"], ["updated_at", "2018-10-11 16:43:31.226730"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.229652"], ["updated_at", "2018-10-11 16:43:31.229652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.231256"], ["updated_at", "2018-10-11 16:43:31.231256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.232955"], ["updated_at", "2018-10-11 16:43:31.232955"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.234575"], ["updated_at", "2018-10-11 16:43:31.234575"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.236639"], ["updated_at", "2018-10-11 16:43:31.236639"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.240208"], ["updated_at", "2018-10-11 16:43:31.240208"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.243349"], ["updated_at", "2018-10-11 16:43:31.243349"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.249340"], ["updated_at", "2018-10-11 16:43:31.249340"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.253431"], ["updated_at", "2018-10-11 16:43:31.253431"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.257172"], ["updated_at", "2018-10-11 16:43:31.257172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.259591"], ["updated_at", "2018-10-11 16:43:31.259591"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.261152"], ["updated_at", "2018-10-11 16:43:31.261152"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.262887"], ["updated_at", "2018-10-11 16:43:31.262887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.264542"], ["updated_at", "2018-10-11 16:43:31.264542"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.266151"], ["updated_at", "2018-10-11 16:43:31.266151"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.268178"], ["updated_at", "2018-10-11 16:43:31.268178"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.269909"], ["updated_at", "2018-10-11 16:43:31.269909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.271604"], ["updated_at", "2018-10-11 16:43:31.271604"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.273195"], ["updated_at", "2018-10-11 16:43:31.273195"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.274793"], ["updated_at", "2018-10-11 16:43:31.274793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.276337"], ["updated_at", "2018-10-11 16:43:31.276337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.277980"], ["updated_at", "2018-10-11 16:43:31.277980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.279607"], ["updated_at", "2018-10-11 16:43:31.279607"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.281250"], ["updated_at", "2018-10-11 16:43:31.281250"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.283350"], ["updated_at", "2018-10-11 16:43:31.283350"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.285845"], ["updated_at", "2018-10-11 16:43:31.285845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.287680"], ["updated_at", "2018-10-11 16:43:31.287680"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.289298"], ["updated_at", "2018-10-11 16:43:31.289298"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.290916"], ["updated_at", "2018-10-11 16:43:31.290916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.292887"], ["updated_at", "2018-10-11 16:43:31.292887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.295405"], ["updated_at", "2018-10-11 16:43:31.295405"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.297146"], ["updated_at", "2018-10-11 16:43:31.297146"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.298739"], ["updated_at", "2018-10-11 16:43:31.298739"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.300340"], ["updated_at", "2018-10-11 16:43:31.300340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.302081"], ["updated_at", "2018-10-11 16:43:31.302081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.303753"], ["updated_at", "2018-10-11 16:43:31.303753"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.305409"], ["updated_at", "2018-10-11 16:43:31.305409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.307309"], ["updated_at", "2018-10-11 16:43:31.307309"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.308946"], ["updated_at", "2018-10-11 16:43:31.308946"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.311859"], ["updated_at", "2018-10-11 16:43:31.311859"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.315921"], ["updated_at", "2018-10-11 16:43:31.315921"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.318186"], ["updated_at", "2018-10-11 16:43:31.318186"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.319923"], ["updated_at", "2018-10-11 16:43:31.319923"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.321562"], ["updated_at", "2018-10-11 16:43:31.321562"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.323334"], ["updated_at", "2018-10-11 16:43:31.323334"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.324916"], ["updated_at", "2018-10-11 16:43:31.324916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.326566"], ["updated_at", "2018-10-11 16:43:31.326566"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.328112"], ["updated_at", "2018-10-11 16:43:31.328112"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.329874"], ["updated_at", "2018-10-11 16:43:31.329874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.331490"], ["updated_at", "2018-10-11 16:43:31.331490"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.333559"], ["updated_at", "2018-10-11 16:43:31.333559"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.335397"], ["updated_at", "2018-10-11 16:43:31.335397"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.337184"], ["updated_at", "2018-10-11 16:43:31.337184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.338911"], ["updated_at", "2018-10-11 16:43:31.338911"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.340527"], ["updated_at", "2018-10-11 16:43:31.340527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.342146"], ["updated_at", "2018-10-11 16:43:31.342146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.343699"], ["updated_at", "2018-10-11 16:43:31.343699"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.345977"], ["updated_at", "2018-10-11 16:43:31.345977"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.347859"], ["updated_at", "2018-10-11 16:43:31.347859"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.349898"], ["updated_at", "2018-10-11 16:43:31.349898"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.352685"], ["updated_at", "2018-10-11 16:43:31.352685"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.354619"], ["updated_at", "2018-10-11 16:43:31.354619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.356357"], ["updated_at", "2018-10-11 16:43:31.356357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.357993"], ["updated_at", "2018-10-11 16:43:31.357993"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.359573"], ["updated_at", "2018-10-11 16:43:31.359573"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.361540"], ["updated_at", "2018-10-11 16:43:31.361540"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.365898"], ["updated_at", "2018-10-11 16:43:31.365898"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.368654"], ["updated_at", "2018-10-11 16:43:31.368654"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.371523"], ["updated_at", "2018-10-11 16:43:31.371523"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.375894"], ["updated_at", "2018-10-11 16:43:31.375894"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.380123"], ["updated_at", "2018-10-11 16:43:31.380123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.384397"], ["updated_at", "2018-10-11 16:43:31.384397"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.386134"], ["updated_at", "2018-10-11 16:43:31.386134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.387915"], ["updated_at", "2018-10-11 16:43:31.387915"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.389528"], ["updated_at", "2018-10-11 16:43:31.389528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.391472"], ["updated_at", "2018-10-11 16:43:31.391472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.393103"], ["updated_at", "2018-10-11 16:43:31.393103"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.394741"], ["updated_at", "2018-10-11 16:43:31.394741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.396527"], ["updated_at", "2018-10-11 16:43:31.396527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.398174"], ["updated_at", "2018-10-11 16:43:31.398174"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.399814"], ["updated_at", "2018-10-11 16:43:31.399814"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.401489"], ["updated_at", "2018-10-11 16:43:31.401489"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.403200"], ["updated_at", "2018-10-11 16:43:31.403200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.404984"], ["updated_at", "2018-10-11 16:43:31.404984"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.406564"], ["updated_at", "2018-10-11 16:43:31.406564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.408172"], ["updated_at", "2018-10-11 16:43:31.408172"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.409706"], ["updated_at", "2018-10-11 16:43:31.409706"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.411354"], ["updated_at", "2018-10-11 16:43:31.411354"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.413034"], ["updated_at", "2018-10-11 16:43:31.413034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.414657"], ["updated_at", "2018-10-11 16:43:31.414657"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.416989"], ["updated_at", "2018-10-11 16:43:31.416989"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.419339"], ["updated_at", "2018-10-11 16:43:31.419339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.421285"], ["updated_at", "2018-10-11 16:43:31.421285"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.422992"], ["updated_at", "2018-10-11 16:43:31.422992"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.424873"], ["updated_at", "2018-10-11 16:43:31.424873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.426469"], ["updated_at", "2018-10-11 16:43:31.426469"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.429351"], ["updated_at", "2018-10-11 16:43:31.429351"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.431155"], ["updated_at", "2018-10-11 16:43:31.431155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.432909"], ["updated_at", "2018-10-11 16:43:31.432909"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.434526"], ["updated_at", "2018-10-11 16:43:31.434526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.436267"], ["updated_at", "2018-10-11 16:43:31.436267"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.437980"], ["updated_at", "2018-10-11 16:43:31.437980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.439628"], ["updated_at", "2018-10-11 16:43:31.439628"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.441226"], ["updated_at", "2018-10-11 16:43:31.441226"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.442815"], ["updated_at", "2018-10-11 16:43:31.442815"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.445341"], ["updated_at", "2018-10-11 16:43:31.445341"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.448771"], ["updated_at", "2018-10-11 16:43:31.448771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.451534"], ["updated_at", "2018-10-11 16:43:31.451534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.453300"], ["updated_at", "2018-10-11 16:43:31.453300"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.454997"], ["updated_at", "2018-10-11 16:43:31.454997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.456592"], ["updated_at", "2018-10-11 16:43:31.456592"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.458188"], ["updated_at", "2018-10-11 16:43:31.458188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.459830"], ["updated_at", "2018-10-11 16:43:31.459830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.461593"], ["updated_at", "2018-10-11 16:43:31.461593"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.463437"], ["updated_at", "2018-10-11 16:43:31.463437"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.465161"], ["updated_at", "2018-10-11 16:43:31.465161"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.466805"], ["updated_at", "2018-10-11 16:43:31.466805"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.468607"], ["updated_at", "2018-10-11 16:43:31.468607"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.470265"], ["updated_at", "2018-10-11 16:43:31.470265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.472015"], ["updated_at", "2018-10-11 16:43:31.472015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.473617"], ["updated_at", "2018-10-11 16:43:31.473617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.475250"], ["updated_at", "2018-10-11 16:43:31.475250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.476822"], ["updated_at", "2018-10-11 16:43:31.476822"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.478440"], ["updated_at", "2018-10-11 16:43:31.478440"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.480366"], ["updated_at", "2018-10-11 16:43:31.480366"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.482233"], ["updated_at", "2018-10-11 16:43:31.482233"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.484732"], ["updated_at", "2018-10-11 16:43:31.484732"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.487413"], ["updated_at", "2018-10-11 16:43:31.487413"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.489494"], ["updated_at", "2018-10-11 16:43:31.489494"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.491478"], ["updated_at", "2018-10-11 16:43:31.491478"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.493402"], ["updated_at", "2018-10-11 16:43:31.493402"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.495233"], ["updated_at", "2018-10-11 16:43:31.495233"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.497286"], ["updated_at", "2018-10-11 16:43:31.497286"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.501990"], ["updated_at", "2018-10-11 16:43:31.501990"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.504731"], ["updated_at", "2018-10-11 16:43:31.504731"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.506679"], ["updated_at", "2018-10-11 16:43:31.506679"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.508241"], ["updated_at", "2018-10-11 16:43:31.508241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.509872"], ["updated_at", "2018-10-11 16:43:31.509872"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.512898"], ["updated_at", "2018-10-11 16:43:31.512898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.516824"], ["updated_at", "2018-10-11 16:43:31.516824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.519139"], ["updated_at", "2018-10-11 16:43:31.519139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.520880"], ["updated_at", "2018-10-11 16:43:31.520880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.522552"], ["updated_at", "2018-10-11 16:43:31.522552"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.524145"], ["updated_at", "2018-10-11 16:43:31.524145"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.525786"], ["updated_at", "2018-10-11 16:43:31.525786"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.527439"], ["updated_at", "2018-10-11 16:43:31.527439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.529256"], ["updated_at", "2018-10-11 16:43:31.529256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.530963"], ["updated_at", "2018-10-11 16:43:31.530963"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.532524"], ["updated_at", "2018-10-11 16:43:31.532524"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.534200"], ["updated_at", "2018-10-11 16:43:31.534200"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.535971"], ["updated_at", "2018-10-11 16:43:31.535971"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.537836"], ["updated_at", "2018-10-11 16:43:31.537836"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.539630"], ["updated_at", "2018-10-11 16:43:31.539630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.541237"], ["updated_at", "2018-10-11 16:43:31.541237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.542824"], ["updated_at", "2018-10-11 16:43:31.542824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.544376"], ["updated_at", "2018-10-11 16:43:31.544376"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.546113"], ["updated_at", "2018-10-11 16:43:31.546113"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.547859"], ["updated_at", "2018-10-11 16:43:31.547859"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.550250"], ["updated_at", "2018-10-11 16:43:31.550250"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.552629"], ["updated_at", "2018-10-11 16:43:31.552629"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.554443"], ["updated_at", "2018-10-11 16:43:31.554443"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.556170"], ["updated_at", "2018-10-11 16:43:31.556170"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.557806"], ["updated_at", "2018-10-11 16:43:31.557806"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.559415"], ["updated_at", "2018-10-11 16:43:31.559415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.562299"], ["updated_at", "2018-10-11 16:43:31.562299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.564055"], ["updated_at", "2018-10-11 16:43:31.564055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.565667"], ["updated_at", "2018-10-11 16:43:31.565667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.567246"], ["updated_at", "2018-10-11 16:43:31.567246"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.568940"], ["updated_at", "2018-10-11 16:43:31.568940"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.570659"], ["updated_at", "2018-10-11 16:43:31.570659"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.572338"], ["updated_at", "2018-10-11 16:43:31.572338"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.574413"], ["updated_at", "2018-10-11 16:43:31.574413"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.575996"], ["updated_at", "2018-10-11 16:43:31.575996"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.577851"], ["updated_at", "2018-10-11 16:43:31.577851"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.581776"], ["updated_at", "2018-10-11 16:43:31.581776"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.584864"], ["updated_at", "2018-10-11 16:43:31.584864"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.586675"], ["updated_at", "2018-10-11 16:43:31.586675"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.588768"], ["updated_at", "2018-10-11 16:43:31.588768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.590447"], ["updated_at", "2018-10-11 16:43:31.590447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.592038"], ["updated_at", "2018-10-11 16:43:31.592038"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.593619"], ["updated_at", "2018-10-11 16:43:31.593619"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.595351"], ["updated_at", "2018-10-11 16:43:31.595351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.597167"], ["updated_at", "2018-10-11 16:43:31.597167"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.598776"], ["updated_at", "2018-10-11 16:43:31.598776"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.600474"], ["updated_at", "2018-10-11 16:43:31.600474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.602271"], ["updated_at", "2018-10-11 16:43:31.602271"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.604073"], ["updated_at", "2018-10-11 16:43:31.604073"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.605743"], ["updated_at", "2018-10-11 16:43:31.605743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.607489"], ["updated_at", "2018-10-11 16:43:31.607489"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.609101"], ["updated_at", "2018-10-11 16:43:31.609101"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.611154"], ["updated_at", "2018-10-11 16:43:31.611154"], ["parent_id", 39895952907]] Kithe::Work Create (2.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.613870"], ["updated_at", "2018-10-11 16:43:31.613870"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.617909"], ["updated_at", "2018-10-11 16:43:31.617909"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.620970"], ["updated_at", "2018-10-11 16:43:31.620970"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.622868"], ["updated_at", "2018-10-11 16:43:31.622868"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.624839"], ["updated_at", "2018-10-11 16:43:31.624839"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.626913"], ["updated_at", "2018-10-11 16:43:31.626913"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.628753"], ["updated_at", "2018-10-11 16:43:31.628753"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.630968"], ["updated_at", "2018-10-11 16:43:31.630968"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.635414"], ["updated_at", "2018-10-11 16:43:31.635414"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.637136"], ["updated_at", "2018-10-11 16:43:31.637136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.638811"], ["updated_at", "2018-10-11 16:43:31.638811"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.640384"], ["updated_at", "2018-10-11 16:43:31.640384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.642068"], ["updated_at", "2018-10-11 16:43:31.642068"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.643741"], ["updated_at", "2018-10-11 16:43:31.643741"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.646943"], ["updated_at", "2018-10-11 16:43:31.646943"], ["parent_id", 39895952907]] Kithe::Work Create (9.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.651125"], ["updated_at", "2018-10-11 16:43:31.651125"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.662136"], ["updated_at", "2018-10-11 16:43:31.662136"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.663928"], ["updated_at", "2018-10-11 16:43:31.663928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.665634"], ["updated_at", "2018-10-11 16:43:31.665634"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.667417"], ["updated_at", "2018-10-11 16:43:31.667417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.669247"], ["updated_at", "2018-10-11 16:43:31.669247"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.670869"], ["updated_at", "2018-10-11 16:43:31.670869"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.672554"], ["updated_at", "2018-10-11 16:43:31.672554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.674290"], ["updated_at", "2018-10-11 16:43:31.674290"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.675915"], ["updated_at", "2018-10-11 16:43:31.675915"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.677824"], ["updated_at", "2018-10-11 16:43:31.677824"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.679591"], ["updated_at", "2018-10-11 16:43:31.679591"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.681334"], ["updated_at", "2018-10-11 16:43:31.681334"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.683586"], ["updated_at", "2018-10-11 16:43:31.683586"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.685840"], ["updated_at", "2018-10-11 16:43:31.685840"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.687698"], ["updated_at", "2018-10-11 16:43:31.687698"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.689508"], ["updated_at", "2018-10-11 16:43:31.689508"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.691245"], ["updated_at", "2018-10-11 16:43:31.691245"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.692800"], ["updated_at", "2018-10-11 16:43:31.692800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.696299"], ["updated_at", "2018-10-11 16:43:31.696299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.698011"], ["updated_at", "2018-10-11 16:43:31.698011"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.699864"], ["updated_at", "2018-10-11 16:43:31.699864"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.702220"], ["updated_at", "2018-10-11 16:43:31.702220"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.704634"], ["updated_at", "2018-10-11 16:43:31.704634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.706554"], ["updated_at", "2018-10-11 16:43:31.706554"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.708210"], ["updated_at", "2018-10-11 16:43:31.708210"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.712722"], ["updated_at", "2018-10-11 16:43:31.712722"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.717358"], ["updated_at", "2018-10-11 16:43:31.717358"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.719712"], ["updated_at", "2018-10-11 16:43:31.719712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.721572"], ["updated_at", "2018-10-11 16:43:31.721572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.723231"], ["updated_at", "2018-10-11 16:43:31.723231"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.724816"], ["updated_at", "2018-10-11 16:43:31.724816"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.726552"], ["updated_at", "2018-10-11 16:43:31.726552"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.728252"], ["updated_at", "2018-10-11 16:43:31.728252"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.730202"], ["updated_at", "2018-10-11 16:43:31.730202"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.731935"], ["updated_at", "2018-10-11 16:43:31.731935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.733738"], ["updated_at", "2018-10-11 16:43:31.733738"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.735862"], ["updated_at", "2018-10-11 16:43:31.735862"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.738852"], ["updated_at", "2018-10-11 16:43:31.738852"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.741540"], ["updated_at", "2018-10-11 16:43:31.741540"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.744204"], ["updated_at", "2018-10-11 16:43:31.744204"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.746923"], ["updated_at", "2018-10-11 16:43:31.746923"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.750008"], ["updated_at", "2018-10-11 16:43:31.750008"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.752750"], ["updated_at", "2018-10-11 16:43:31.752750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.754996"], ["updated_at", "2018-10-11 16:43:31.754996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.756920"], ["updated_at", "2018-10-11 16:43:31.756920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.758617"], ["updated_at", "2018-10-11 16:43:31.758617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.760254"], ["updated_at", "2018-10-11 16:43:31.760254"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.762010"], ["updated_at", "2018-10-11 16:43:31.762010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.765211"], ["updated_at", "2018-10-11 16:43:31.765211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.766804"], ["updated_at", "2018-10-11 16:43:31.766804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.768463"], ["updated_at", "2018-10-11 16:43:31.768463"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.770211"], ["updated_at", "2018-10-11 16:43:31.770211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.772035"], ["updated_at", "2018-10-11 16:43:31.772035"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.773593"], ["updated_at", "2018-10-11 16:43:31.773593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.775226"], ["updated_at", "2018-10-11 16:43:31.775226"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.776903"], ["updated_at", "2018-10-11 16:43:31.776903"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.780363"], ["updated_at", "2018-10-11 16:43:31.780363"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.784185"], ["updated_at", "2018-10-11 16:43:31.784185"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.786215"], ["updated_at", "2018-10-11 16:43:31.786215"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.788019"], ["updated_at", "2018-10-11 16:43:31.788019"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.789749"], ["updated_at", "2018-10-11 16:43:31.789749"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.791364"], ["updated_at", "2018-10-11 16:43:31.791364"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.793087"], ["updated_at", "2018-10-11 16:43:31.793087"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.794713"], ["updated_at", "2018-10-11 16:43:31.794713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.796419"], ["updated_at", "2018-10-11 16:43:31.796419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.798100"], ["updated_at", "2018-10-11 16:43:31.798100"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.799809"], ["updated_at", "2018-10-11 16:43:31.799809"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.801452"], ["updated_at", "2018-10-11 16:43:31.801452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.803339"], ["updated_at", "2018-10-11 16:43:31.803339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.805134"], ["updated_at", "2018-10-11 16:43:31.805134"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.806700"], ["updated_at", "2018-10-11 16:43:31.806700"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.808313"], ["updated_at", "2018-10-11 16:43:31.808313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.809869"], ["updated_at", "2018-10-11 16:43:31.809869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.811491"], ["updated_at", "2018-10-11 16:43:31.811491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.813313"], ["updated_at", "2018-10-11 16:43:31.813313"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.815084"], ["updated_at", "2018-10-11 16:43:31.815084"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.817854"], ["updated_at", "2018-10-11 16:43:31.817854"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.820532"], ["updated_at", "2018-10-11 16:43:31.820532"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.822436"], ["updated_at", "2018-10-11 16:43:31.822436"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.824155"], ["updated_at", "2018-10-11 16:43:31.824155"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.825873"], ["updated_at", "2018-10-11 16:43:31.825873"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.827447"], ["updated_at", "2018-10-11 16:43:31.827447"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.830451"], ["updated_at", "2018-10-11 16:43:31.830451"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.832044"], ["updated_at", "2018-10-11 16:43:31.832044"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.833630"], ["updated_at", "2018-10-11 16:43:31.833630"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.835375"], ["updated_at", "2018-10-11 16:43:31.835375"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.837076"], ["updated_at", "2018-10-11 16:43:31.837076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.838741"], ["updated_at", "2018-10-11 16:43:31.838741"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.840299"], ["updated_at", "2018-10-11 16:43:31.840299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.841906"], ["updated_at", "2018-10-11 16:43:31.841906"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.844160"], ["updated_at", "2018-10-11 16:43:31.844160"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.848427"], ["updated_at", "2018-10-11 16:43:31.848427"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.851092"], ["updated_at", "2018-10-11 16:43:31.851092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.852769"], ["updated_at", "2018-10-11 16:43:31.852769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.854589"], ["updated_at", "2018-10-11 16:43:31.854589"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.856241"], ["updated_at", "2018-10-11 16:43:31.856241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.857927"], ["updated_at", "2018-10-11 16:43:31.857927"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.859757"], ["updated_at", "2018-10-11 16:43:31.859757"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.862480"], ["updated_at", "2018-10-11 16:43:31.862480"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.865248"], ["updated_at", "2018-10-11 16:43:31.865248"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.868226"], ["updated_at", "2018-10-11 16:43:31.868226"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.870963"], ["updated_at", "2018-10-11 16:43:31.870963"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.873590"], ["updated_at", "2018-10-11 16:43:31.873590"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.876238"], ["updated_at", "2018-10-11 16:43:31.876238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.879036"], ["updated_at", "2018-10-11 16:43:31.879036"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.880703"], ["updated_at", "2018-10-11 16:43:31.880703"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.882340"], ["updated_at", "2018-10-11 16:43:31.882340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.884797"], ["updated_at", "2018-10-11 16:43:31.884797"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.887032"], ["updated_at", "2018-10-11 16:43:31.887032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.889204"], ["updated_at", "2018-10-11 16:43:31.889204"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.890824"], ["updated_at", "2018-10-11 16:43:31.890824"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.892361"], ["updated_at", "2018-10-11 16:43:31.892361"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.893967"], ["updated_at", "2018-10-11 16:43:31.893967"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.897201"], ["updated_at", "2018-10-11 16:43:31.897201"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.898969"], ["updated_at", "2018-10-11 16:43:31.898969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.900543"], ["updated_at", "2018-10-11 16:43:31.900543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.902211"], ["updated_at", "2018-10-11 16:43:31.902211"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.903838"], ["updated_at", "2018-10-11 16:43:31.903838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.905512"], ["updated_at", "2018-10-11 16:43:31.905512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.907141"], ["updated_at", "2018-10-11 16:43:31.907141"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.908693"], ["updated_at", "2018-10-11 16:43:31.908693"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.911291"], ["updated_at", "2018-10-11 16:43:31.911291"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.915052"], ["updated_at", "2018-10-11 16:43:31.915052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.917927"], ["updated_at", "2018-10-11 16:43:31.917927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.919625"], ["updated_at", "2018-10-11 16:43:31.919625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.921256"], ["updated_at", "2018-10-11 16:43:31.921256"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.922921"], ["updated_at", "2018-10-11 16:43:31.922921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.924473"], ["updated_at", "2018-10-11 16:43:31.924473"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.926107"], ["updated_at", "2018-10-11 16:43:31.926107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.927691"], ["updated_at", "2018-10-11 16:43:31.927691"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.929360"], ["updated_at", "2018-10-11 16:43:31.929360"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.931060"], ["updated_at", "2018-10-11 16:43:31.931060"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.932615"], ["updated_at", "2018-10-11 16:43:31.932615"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.934495"], ["updated_at", "2018-10-11 16:43:31.934495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.936272"], ["updated_at", "2018-10-11 16:43:31.936272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.938012"], ["updated_at", "2018-10-11 16:43:31.938012"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.939627"], ["updated_at", "2018-10-11 16:43:31.939627"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.941292"], ["updated_at", "2018-10-11 16:43:31.941292"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.943002"], ["updated_at", "2018-10-11 16:43:31.943002"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.944733"], ["updated_at", "2018-10-11 16:43:31.944733"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.946853"], ["updated_at", "2018-10-11 16:43:31.946853"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.948762"], ["updated_at", "2018-10-11 16:43:31.948762"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.951365"], ["updated_at", "2018-10-11 16:43:31.951365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.953713"], ["updated_at", "2018-10-11 16:43:31.953713"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.955480"], ["updated_at", "2018-10-11 16:43:31.955480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.957106"], ["updated_at", "2018-10-11 16:43:31.957106"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.958771"], ["updated_at", "2018-10-11 16:43:31.958771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.960302"], ["updated_at", "2018-10-11 16:43:31.960302"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.963215"], ["updated_at", "2018-10-11 16:43:31.963215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.964985"], ["updated_at", "2018-10-11 16:43:31.964985"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.966700"], ["updated_at", "2018-10-11 16:43:31.966700"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.968457"], ["updated_at", "2018-10-11 16:43:31.968457"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.970370"], ["updated_at", "2018-10-11 16:43:31.970370"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.972065"], ["updated_at", "2018-10-11 16:43:31.972065"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.973632"], ["updated_at", "2018-10-11 16:43:31.973632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.975217"], ["updated_at", "2018-10-11 16:43:31.975217"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.977004"], ["updated_at", "2018-10-11 16:43:31.977004"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.980963"], ["updated_at", "2018-10-11 16:43:31.980963"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.985990"], ["updated_at", "2018-10-11 16:43:31.985990"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.990313"], ["updated_at", "2018-10-11 16:43:31.990313"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.993022"], ["updated_at", "2018-10-11 16:43:31.993022"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.995632"], ["updated_at", "2018-10-11 16:43:31.995632"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:31.998351"], ["updated_at", "2018-10-11 16:43:31.998351"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.001429"], ["updated_at", "2018-10-11 16:43:32.001429"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.004213"], ["updated_at", "2018-10-11 16:43:32.004213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.006071"], ["updated_at", "2018-10-11 16:43:32.006071"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.007710"], ["updated_at", "2018-10-11 16:43:32.007710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.009372"], ["updated_at", "2018-10-11 16:43:32.009372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.011006"], ["updated_at", "2018-10-11 16:43:32.011006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.012592"], ["updated_at", "2018-10-11 16:43:32.012592"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.014224"], ["updated_at", "2018-10-11 16:43:32.014224"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.016080"], ["updated_at", "2018-10-11 16:43:32.016080"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.018601"], ["updated_at", "2018-10-11 16:43:32.018601"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.020652"], ["updated_at", "2018-10-11 16:43:32.020652"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.022467"], ["updated_at", "2018-10-11 16:43:32.022467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.024115"], ["updated_at", "2018-10-11 16:43:32.024115"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.025704"], ["updated_at", "2018-10-11 16:43:32.025704"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.027281"], ["updated_at", "2018-10-11 16:43:32.027281"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.030076"], ["updated_at", "2018-10-11 16:43:32.030076"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.031887"], ["updated_at", "2018-10-11 16:43:32.031887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.033547"], ["updated_at", "2018-10-11 16:43:32.033547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.035127"], ["updated_at", "2018-10-11 16:43:32.035127"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.036826"], ["updated_at", "2018-10-11 16:43:32.036826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.038681"], ["updated_at", "2018-10-11 16:43:32.038681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.040320"], ["updated_at", "2018-10-11 16:43:32.040320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.041939"], ["updated_at", "2018-10-11 16:43:32.041939"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.043537"], ["updated_at", "2018-10-11 16:43:32.043537"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.046913"], ["updated_at", "2018-10-11 16:43:32.046913"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.050705"], ["updated_at", "2018-10-11 16:43:32.050705"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.053917"], ["updated_at", "2018-10-11 16:43:32.053917"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.055740"], ["updated_at", "2018-10-11 16:43:32.055740"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.057455"], ["updated_at", "2018-10-11 16:43:32.057455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.059109"], ["updated_at", "2018-10-11 16:43:32.059109"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.060657"], ["updated_at", "2018-10-11 16:43:32.060657"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.062233"], ["updated_at", "2018-10-11 16:43:32.062233"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.063822"], ["updated_at", "2018-10-11 16:43:32.063822"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.065585"], ["updated_at", "2018-10-11 16:43:32.065585"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.067408"], ["updated_at", "2018-10-11 16:43:32.067408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.069170"], ["updated_at", "2018-10-11 16:43:32.069170"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.070716"], ["updated_at", "2018-10-11 16:43:32.070716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.072435"], ["updated_at", "2018-10-11 16:43:32.072435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.074064"], ["updated_at", "2018-10-11 16:43:32.074064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.075663"], ["updated_at", "2018-10-11 16:43:32.075663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.077293"], ["updated_at", "2018-10-11 16:43:32.077293"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.078859"], ["updated_at", "2018-10-11 16:43:32.078859"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.080507"], ["updated_at", "2018-10-11 16:43:32.080507"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.082371"], ["updated_at", "2018-10-11 16:43:32.082371"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.085025"], ["updated_at", "2018-10-11 16:43:32.085025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.087100"], ["updated_at", "2018-10-11 16:43:32.087100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.088987"], ["updated_at", "2018-10-11 16:43:32.088987"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.090936"], ["updated_at", "2018-10-11 16:43:32.090936"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.092784"], ["updated_at", "2018-10-11 16:43:32.092784"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.094377"], ["updated_at", "2018-10-11 16:43:32.094377"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.097235"], ["updated_at", "2018-10-11 16:43:32.097235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.098924"], ["updated_at", "2018-10-11 16:43:32.098924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.100573"], ["updated_at", "2018-10-11 16:43:32.100573"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.102123"], ["updated_at", "2018-10-11 16:43:32.102123"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.103762"], ["updated_at", "2018-10-11 16:43:32.103762"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.105408"], ["updated_at", "2018-10-11 16:43:32.105408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.107140"], ["updated_at", "2018-10-11 16:43:32.107140"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.108857"], ["updated_at", "2018-10-11 16:43:32.108857"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.111571"], ["updated_at", "2018-10-11 16:43:32.111571"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.116352"], ["updated_at", "2018-10-11 16:43:32.116352"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.119013"], ["updated_at", "2018-10-11 16:43:32.119013"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.121735"], ["updated_at", "2018-10-11 16:43:32.121735"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.124466"], ["updated_at", "2018-10-11 16:43:32.124466"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.127129"], ["updated_at", "2018-10-11 16:43:32.127129"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.129782"], ["updated_at", "2018-10-11 16:43:32.129782"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.132341"], ["updated_at", "2018-10-11 16:43:32.132341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.134202"], ["updated_at", "2018-10-11 16:43:32.134202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.135853"], ["updated_at", "2018-10-11 16:43:32.135853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.137404"], ["updated_at", "2018-10-11 16:43:32.137404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.139130"], ["updated_at", "2018-10-11 16:43:32.139130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.140848"], ["updated_at", "2018-10-11 16:43:32.140848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.142524"], ["updated_at", "2018-10-11 16:43:32.142524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.144085"], ["updated_at", "2018-10-11 16:43:32.144085"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.145701"], ["updated_at", "2018-10-11 16:43:32.145701"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.147241"], ["updated_at", "2018-10-11 16:43:32.147241"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.149160"], ["updated_at", "2018-10-11 16:43:32.149160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.151744"], ["updated_at", "2018-10-11 16:43:32.151744"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.153615"], ["updated_at", "2018-10-11 16:43:32.153615"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.155379"], ["updated_at", "2018-10-11 16:43:32.155379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.157597"], ["updated_at", "2018-10-11 16:43:32.157597"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.159296"], ["updated_at", "2018-10-11 16:43:32.159296"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.160946"], ["updated_at", "2018-10-11 16:43:32.160946"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.163827"], ["updated_at", "2018-10-11 16:43:32.163827"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.165565"], ["updated_at", "2018-10-11 16:43:32.165565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.167221"], ["updated_at", "2018-10-11 16:43:32.167221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.168837"], ["updated_at", "2018-10-11 16:43:32.168837"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.170530"], ["updated_at", "2018-10-11 16:43:32.170530"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.172253"], ["updated_at", "2018-10-11 16:43:32.172253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.174013"], ["updated_at", "2018-10-11 16:43:32.174013"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.175624"], ["updated_at", "2018-10-11 16:43:32.175624"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.178191"], ["updated_at", "2018-10-11 16:43:32.178191"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.182189"], ["updated_at", "2018-10-11 16:43:32.182189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.184575"], ["updated_at", "2018-10-11 16:43:32.184575"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.186196"], ["updated_at", "2018-10-11 16:43:32.186196"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.187885"], ["updated_at", "2018-10-11 16:43:32.187885"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.189905"], ["updated_at", "2018-10-11 16:43:32.189905"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.191697"], ["updated_at", "2018-10-11 16:43:32.191697"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.193769"], ["updated_at", "2018-10-11 16:43:32.193769"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.195420"], ["updated_at", "2018-10-11 16:43:32.195420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.197113"], ["updated_at", "2018-10-11 16:43:32.197113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.198743"], ["updated_at", "2018-10-11 16:43:32.198743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.200518"], ["updated_at", "2018-10-11 16:43:32.200518"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.202178"], ["updated_at", "2018-10-11 16:43:32.202178"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.203748"], ["updated_at", "2018-10-11 16:43:32.203748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.205484"], ["updated_at", "2018-10-11 16:43:32.205484"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.207275"], ["updated_at", "2018-10-11 16:43:32.207275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.208955"], ["updated_at", "2018-10-11 16:43:32.208955"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.210497"], ["updated_at", "2018-10-11 16:43:32.210497"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.212154"], ["updated_at", "2018-10-11 16:43:32.212154"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.213724"], ["updated_at", "2018-10-11 16:43:32.213724"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.215478"], ["updated_at", "2018-10-11 16:43:32.215478"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.218084"], ["updated_at", "2018-10-11 16:43:32.218084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.220269"], ["updated_at", "2018-10-11 16:43:32.220269"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.222018"], ["updated_at", "2018-10-11 16:43:32.222018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.223800"], ["updated_at", "2018-10-11 16:43:32.223800"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.225414"], ["updated_at", "2018-10-11 16:43:32.225414"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.227064"], ["updated_at", "2018-10-11 16:43:32.227064"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.229875"], ["updated_at", "2018-10-11 16:43:32.229875"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.231505"], ["updated_at", "2018-10-11 16:43:32.231505"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.233212"], ["updated_at", "2018-10-11 16:43:32.233212"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.234781"], ["updated_at", "2018-10-11 16:43:32.234781"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.236375"], ["updated_at", "2018-10-11 16:43:32.236375"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.238596"], ["updated_at", "2018-10-11 16:43:32.238596"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.241401"], ["updated_at", "2018-10-11 16:43:32.241401"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.244230"], ["updated_at", "2018-10-11 16:43:32.244230"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.249514"], ["updated_at", "2018-10-11 16:43:32.249514"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.252649"], ["updated_at", "2018-10-11 16:43:32.252649"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.255390"], ["updated_at", "2018-10-11 16:43:32.255390"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.258148"], ["updated_at", "2018-10-11 16:43:32.258148"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.260464"], ["updated_at", "2018-10-11 16:43:32.260464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.262128"], ["updated_at", "2018-10-11 16:43:32.262128"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.263703"], ["updated_at", "2018-10-11 16:43:32.263703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.265353"], ["updated_at", "2018-10-11 16:43:32.265353"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.267112"], ["updated_at", "2018-10-11 16:43:32.267112"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.268690"], ["updated_at", "2018-10-11 16:43:32.268690"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.270328"], ["updated_at", "2018-10-11 16:43:32.270328"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.271994"], ["updated_at", "2018-10-11 16:43:32.271994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.273671"], ["updated_at", "2018-10-11 16:43:32.273671"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.275290"], ["updated_at", "2018-10-11 16:43:32.275290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.277034"], ["updated_at", "2018-10-11 16:43:32.277034"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.278620"], ["updated_at", "2018-10-11 16:43:32.278620"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.280244"], ["updated_at", "2018-10-11 16:43:32.280244"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.282076"], ["updated_at", "2018-10-11 16:43:32.282076"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.284608"], ["updated_at", "2018-10-11 16:43:32.284608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.286695"], ["updated_at", "2018-10-11 16:43:32.286695"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.288398"], ["updated_at", "2018-10-11 16:43:32.288398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.290143"], ["updated_at", "2018-10-11 16:43:32.290143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.291838"], ["updated_at", "2018-10-11 16:43:32.291838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.293455"], ["updated_at", "2018-10-11 16:43:32.293455"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.296283"], ["updated_at", "2018-10-11 16:43:32.296283"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.297991"], ["updated_at", "2018-10-11 16:43:32.297991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.299673"], ["updated_at", "2018-10-11 16:43:32.299673"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.301378"], ["updated_at", "2018-10-11 16:43:32.301378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.302934"], ["updated_at", "2018-10-11 16:43:32.302934"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.304557"], ["updated_at", "2018-10-11 16:43:32.304557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.306266"], ["updated_at", "2018-10-11 16:43:32.306266"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.307938"], ["updated_at", "2018-10-11 16:43:32.307938"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.309614"], ["updated_at", "2018-10-11 16:43:32.309614"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.311710"], ["updated_at", "2018-10-11 16:43:32.311710"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.314885"], ["updated_at", "2018-10-11 16:43:32.314885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.318063"], ["updated_at", "2018-10-11 16:43:32.318063"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.319718"], ["updated_at", "2018-10-11 16:43:32.319718"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.321307"], ["updated_at", "2018-10-11 16:43:32.321307"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.323015"], ["updated_at", "2018-10-11 16:43:32.323015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.324678"], ["updated_at", "2018-10-11 16:43:32.324678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.326306"], ["updated_at", "2018-10-11 16:43:32.326306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.327849"], ["updated_at", "2018-10-11 16:43:32.327849"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.329468"], ["updated_at", "2018-10-11 16:43:32.329468"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.331030"], ["updated_at", "2018-10-11 16:43:32.331030"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.332834"], ["updated_at", "2018-10-11 16:43:32.332834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.335024"], ["updated_at", "2018-10-11 16:43:32.335024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.336621"], ["updated_at", "2018-10-11 16:43:32.336621"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.338333"], ["updated_at", "2018-10-11 16:43:32.338333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.340077"], ["updated_at", "2018-10-11 16:43:32.340077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.341771"], ["updated_at", "2018-10-11 16:43:32.341771"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.343404"], ["updated_at", "2018-10-11 16:43:32.343404"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.344976"], ["updated_at", "2018-10-11 16:43:32.344976"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.346601"], ["updated_at", "2018-10-11 16:43:32.346601"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.348319"], ["updated_at", "2018-10-11 16:43:32.348319"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.351160"], ["updated_at", "2018-10-11 16:43:32.351160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.353226"], ["updated_at", "2018-10-11 16:43:32.353226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.354960"], ["updated_at", "2018-10-11 16:43:32.354960"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.356748"], ["updated_at", "2018-10-11 16:43:32.356748"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.358502"], ["updated_at", "2018-10-11 16:43:32.358502"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.360156"], ["updated_at", "2018-10-11 16:43:32.360156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.362997"], ["updated_at", "2018-10-11 16:43:32.362997"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.365098"], ["updated_at", "2018-10-11 16:43:32.365098"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.367882"], ["updated_at", "2018-10-11 16:43:32.367882"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.370240"], ["updated_at", "2018-10-11 16:43:32.370240"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.374724"], ["updated_at", "2018-10-11 16:43:32.374724"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.376869"], ["updated_at", "2018-10-11 16:43:32.376869"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.381770"], ["updated_at", "2018-10-11 16:43:32.381770"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.385518"], ["updated_at", "2018-10-11 16:43:32.385518"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.387893"], ["updated_at", "2018-10-11 16:43:32.387893"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.389943"], ["updated_at", "2018-10-11 16:43:32.389943"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.391845"], ["updated_at", "2018-10-11 16:43:32.391845"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.393507"], ["updated_at", "2018-10-11 16:43:32.393507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.395111"], ["updated_at", "2018-10-11 16:43:32.395111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.396784"], ["updated_at", "2018-10-11 16:43:32.396784"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.398396"], ["updated_at", "2018-10-11 16:43:32.398396"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.400355"], ["updated_at", "2018-10-11 16:43:32.400355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.401887"], ["updated_at", "2018-10-11 16:43:32.401887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.403518"], ["updated_at", "2018-10-11 16:43:32.403518"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.405205"], ["updated_at", "2018-10-11 16:43:32.405205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.407032"], ["updated_at", "2018-10-11 16:43:32.407032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.408736"], ["updated_at", "2018-10-11 16:43:32.408736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.410309"], ["updated_at", "2018-10-11 16:43:32.410309"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.411965"], ["updated_at", "2018-10-11 16:43:32.411965"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.413519"], ["updated_at", "2018-10-11 16:43:32.413519"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.415337"], ["updated_at", "2018-10-11 16:43:32.415337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.418130"], ["updated_at", "2018-10-11 16:43:32.418130"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.420014"], ["updated_at", "2018-10-11 16:43:32.420014"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.421784"], ["updated_at", "2018-10-11 16:43:32.421784"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.423681"], ["updated_at", "2018-10-11 16:43:32.423681"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.425394"], ["updated_at", "2018-10-11 16:43:32.425394"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.427009"], ["updated_at", "2018-10-11 16:43:32.427009"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.429828"], ["updated_at", "2018-10-11 16:43:32.429828"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.431539"], ["updated_at", "2018-10-11 16:43:32.431539"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.433279"], ["updated_at", "2018-10-11 16:43:32.433279"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.434947"], ["updated_at", "2018-10-11 16:43:32.434947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.436703"], ["updated_at", "2018-10-11 16:43:32.436703"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.438374"], ["updated_at", "2018-10-11 16:43:32.438374"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.440121"], ["updated_at", "2018-10-11 16:43:32.440121"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.441809"], ["updated_at", "2018-10-11 16:43:32.441809"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.443408"], ["updated_at", "2018-10-11 16:43:32.443408"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.446947"], ["updated_at", "2018-10-11 16:43:32.446947"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.450649"], ["updated_at", "2018-10-11 16:43:32.450649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.452314"], ["updated_at", "2018-10-11 16:43:32.452314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.453860"], ["updated_at", "2018-10-11 16:43:32.453860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.455556"], ["updated_at", "2018-10-11 16:43:32.455556"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.457297"], ["updated_at", "2018-10-11 16:43:32.457297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.459047"], ["updated_at", "2018-10-11 16:43:32.459047"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.460593"], ["updated_at", "2018-10-11 16:43:32.460593"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.462273"], ["updated_at", "2018-10-11 16:43:32.462273"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.464017"], ["updated_at", "2018-10-11 16:43:32.464017"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.465725"], ["updated_at", "2018-10-11 16:43:32.465725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.467411"], ["updated_at", "2018-10-11 16:43:32.467411"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.468972"], ["updated_at", "2018-10-11 16:43:32.468972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.470760"], ["updated_at", "2018-10-11 16:43:32.470760"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.472415"], ["updated_at", "2018-10-11 16:43:32.472415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.474110"], ["updated_at", "2018-10-11 16:43:32.474110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.475719"], ["updated_at", "2018-10-11 16:43:32.475719"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.477313"], ["updated_at", "2018-10-11 16:43:32.477313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.478936"], ["updated_at", "2018-10-11 16:43:32.478936"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.480536"], ["updated_at", "2018-10-11 16:43:32.480536"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.482347"], ["updated_at", "2018-10-11 16:43:32.482347"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.485005"], ["updated_at", "2018-10-11 16:43:32.485005"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.486844"], ["updated_at", "2018-10-11 16:43:32.486844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.488519"], ["updated_at", "2018-10-11 16:43:32.488519"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.490427"], ["updated_at", "2018-10-11 16:43:32.490427"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.492186"], ["updated_at", "2018-10-11 16:43:32.492186"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.494375"], ["updated_at", "2018-10-11 16:43:32.494375"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.497861"], ["updated_at", "2018-10-11 16:43:32.497861"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.500131"], ["updated_at", "2018-10-11 16:43:32.500131"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.502268"], ["updated_at", "2018-10-11 16:43:32.502268"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.504374"], ["updated_at", "2018-10-11 16:43:32.504374"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.506613"], ["updated_at", "2018-10-11 16:43:32.506613"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.508870"], ["updated_at", "2018-10-11 16:43:32.508870"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.511778"], ["updated_at", "2018-10-11 16:43:32.511778"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.515426"], ["updated_at", "2018-10-11 16:43:32.515426"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.518002"], ["updated_at", "2018-10-11 16:43:32.518002"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.519668"], ["updated_at", "2018-10-11 16:43:32.519668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.521361"], ["updated_at", "2018-10-11 16:43:32.521361"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.523008"], ["updated_at", "2018-10-11 16:43:32.523008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.524671"], ["updated_at", "2018-10-11 16:43:32.524671"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.526242"], ["updated_at", "2018-10-11 16:43:32.526242"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.527867"], ["updated_at", "2018-10-11 16:43:32.527867"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.529548"], ["updated_at", "2018-10-11 16:43:32.529548"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.531314"], ["updated_at", "2018-10-11 16:43:32.531314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.533587"], ["updated_at", "2018-10-11 16:43:32.533587"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.535436"], ["updated_at", "2018-10-11 16:43:32.535436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.537537"], ["updated_at", "2018-10-11 16:43:32.537537"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.539747"], ["updated_at", "2018-10-11 16:43:32.539747"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.541765"], ["updated_at", "2018-10-11 16:43:32.541765"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.543750"], ["updated_at", "2018-10-11 16:43:32.543750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.545750"], ["updated_at", "2018-10-11 16:43:32.545750"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.547391"], ["updated_at", "2018-10-11 16:43:32.547391"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.549506"], ["updated_at", "2018-10-11 16:43:32.549506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.552228"], ["updated_at", "2018-10-11 16:43:32.552228"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.554041"], ["updated_at", "2018-10-11 16:43:32.554041"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.556063"], ["updated_at", "2018-10-11 16:43:32.556063"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.557878"], ["updated_at", "2018-10-11 16:43:32.557878"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.559482"], ["updated_at", "2018-10-11 16:43:32.559482"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.561094"], ["updated_at", "2018-10-11 16:43:32.561094"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.563875"], ["updated_at", "2018-10-11 16:43:32.563875"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.565599"], ["updated_at", "2018-10-11 16:43:32.565599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.567349"], ["updated_at", "2018-10-11 16:43:32.567349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.569113"], ["updated_at", "2018-10-11 16:43:32.569113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.570683"], ["updated_at", "2018-10-11 16:43:32.570683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.572364"], ["updated_at", "2018-10-11 16:43:32.572364"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.574177"], ["updated_at", "2018-10-11 16:43:32.574177"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.575890"], ["updated_at", "2018-10-11 16:43:32.575890"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.578215"], ["updated_at", "2018-10-11 16:43:32.578215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.582902"], ["updated_at", "2018-10-11 16:43:32.582902"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.585215"], ["updated_at", "2018-10-11 16:43:32.585215"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.587664"], ["updated_at", "2018-10-11 16:43:32.587664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.590526"], ["updated_at", "2018-10-11 16:43:32.590526"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.592232"], ["updated_at", "2018-10-11 16:43:32.592232"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.594024"], ["updated_at", "2018-10-11 16:43:32.594024"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.595764"], ["updated_at", "2018-10-11 16:43:32.595764"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.597916"], ["updated_at", "2018-10-11 16:43:32.597916"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.599638"], ["updated_at", "2018-10-11 16:43:32.599638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.601419"], ["updated_at", "2018-10-11 16:43:32.601419"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.602993"], ["updated_at", "2018-10-11 16:43:32.602993"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.604630"], ["updated_at", "2018-10-11 16:43:32.604630"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.606428"], ["updated_at", "2018-10-11 16:43:32.606428"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.608743"], ["updated_at", "2018-10-11 16:43:32.608743"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.610329"], ["updated_at", "2018-10-11 16:43:32.610329"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.611937"], ["updated_at", "2018-10-11 16:43:32.611937"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.613570"], ["updated_at", "2018-10-11 16:43:32.613570"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.615537"], ["updated_at", "2018-10-11 16:43:32.615537"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.618357"], ["updated_at", "2018-10-11 16:43:32.618357"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.622111"], ["updated_at", "2018-10-11 16:43:32.622111"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.624266"], ["updated_at", "2018-10-11 16:43:32.624266"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.626404"], ["updated_at", "2018-10-11 16:43:32.626404"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.628723"], ["updated_at", "2018-10-11 16:43:32.628723"], ["parent_id", 39895952907]] Kithe::Work Create (2.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.631020"], ["updated_at", "2018-10-11 16:43:32.631020"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.634666"], ["updated_at", "2018-10-11 16:43:32.634666"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.636802"], ["updated_at", "2018-10-11 16:43:32.636802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.639084"], ["updated_at", "2018-10-11 16:43:32.639084"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.641051"], ["updated_at", "2018-10-11 16:43:32.641051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.642810"], ["updated_at", "2018-10-11 16:43:32.642810"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.645031"], ["updated_at", "2018-10-11 16:43:32.645031"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.648701"], ["updated_at", "2018-10-11 16:43:32.648701"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.651580"], ["updated_at", "2018-10-11 16:43:32.651580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.653398"], ["updated_at", "2018-10-11 16:43:32.653398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.655057"], ["updated_at", "2018-10-11 16:43:32.655057"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.656751"], ["updated_at", "2018-10-11 16:43:32.656751"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.658568"], ["updated_at", "2018-10-11 16:43:32.658568"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.660189"], ["updated_at", "2018-10-11 16:43:32.660189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.661802"], ["updated_at", "2018-10-11 16:43:32.661802"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.663445"], ["updated_at", "2018-10-11 16:43:32.663445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.665040"], ["updated_at", "2018-10-11 16:43:32.665040"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.666912"], ["updated_at", "2018-10-11 16:43:32.666912"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.668650"], ["updated_at", "2018-10-11 16:43:32.668650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.670202"], ["updated_at", "2018-10-11 16:43:32.670202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.671798"], ["updated_at", "2018-10-11 16:43:32.671798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.673536"], ["updated_at", "2018-10-11 16:43:32.673536"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.675236"], ["updated_at", "2018-10-11 16:43:32.675236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.676872"], ["updated_at", "2018-10-11 16:43:32.676872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.678522"], ["updated_at", "2018-10-11 16:43:32.678522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.680158"], ["updated_at", "2018-10-11 16:43:32.680158"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.682141"], ["updated_at", "2018-10-11 16:43:32.682141"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.685077"], ["updated_at", "2018-10-11 16:43:32.685077"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.687137"], ["updated_at", "2018-10-11 16:43:32.687137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.689976"], ["updated_at", "2018-10-11 16:43:32.689976"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.691768"], ["updated_at", "2018-10-11 16:43:32.691768"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.693419"], ["updated_at", "2018-10-11 16:43:32.693419"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.696398"], ["updated_at", "2018-10-11 16:43:32.696398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.698288"], ["updated_at", "2018-10-11 16:43:32.698288"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.699980"], ["updated_at", "2018-10-11 16:43:32.699980"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.701593"], ["updated_at", "2018-10-11 16:43:32.701593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.704509"], ["updated_at", "2018-10-11 16:43:32.704509"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.706246"], ["updated_at", "2018-10-11 16:43:32.706246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.708071"], ["updated_at", "2018-10-11 16:43:32.708071"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.709839"], ["updated_at", "2018-10-11 16:43:32.709839"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.712348"], ["updated_at", "2018-10-11 16:43:32.712348"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.716717"], ["updated_at", "2018-10-11 16:43:32.716717"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.718722"], ["updated_at", "2018-10-11 16:43:32.718722"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.720359"], ["updated_at", "2018-10-11 16:43:32.720359"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.722190"], ["updated_at", "2018-10-11 16:43:32.722190"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.723910"], ["updated_at", "2018-10-11 16:43:32.723910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.725666"], ["updated_at", "2018-10-11 16:43:32.725666"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.727261"], ["updated_at", "2018-10-11 16:43:32.727261"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.728885"], ["updated_at", "2018-10-11 16:43:32.728885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.730486"], ["updated_at", "2018-10-11 16:43:32.730486"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.732221"], ["updated_at", "2018-10-11 16:43:32.732221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.734385"], ["updated_at", "2018-10-11 16:43:32.734385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.736070"], ["updated_at", "2018-10-11 16:43:32.736070"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.737668"], ["updated_at", "2018-10-11 16:43:32.737668"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.739410"], ["updated_at", "2018-10-11 16:43:32.739410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.741192"], ["updated_at", "2018-10-11 16:43:32.741192"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.742742"], ["updated_at", "2018-10-11 16:43:32.742742"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.744326"], ["updated_at", "2018-10-11 16:43:32.744326"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.746199"], ["updated_at", "2018-10-11 16:43:32.746199"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.748874"], ["updated_at", "2018-10-11 16:43:32.748874"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.751980"], ["updated_at", "2018-10-11 16:43:32.751980"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.754094"], ["updated_at", "2018-10-11 16:43:32.754094"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.756397"], ["updated_at", "2018-10-11 16:43:32.756397"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.758732"], ["updated_at", "2018-10-11 16:43:32.758732"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.761054"], ["updated_at", "2018-10-11 16:43:32.761054"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.762903"], ["updated_at", "2018-10-11 16:43:32.762903"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.767298"], ["updated_at", "2018-10-11 16:43:32.767298"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.769168"], ["updated_at", "2018-10-11 16:43:32.769168"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.770716"], ["updated_at", "2018-10-11 16:43:32.770716"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.772415"], ["updated_at", "2018-10-11 16:43:32.772415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.774166"], ["updated_at", "2018-10-11 16:43:32.774166"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.775813"], ["updated_at", "2018-10-11 16:43:32.775813"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.777702"], ["updated_at", "2018-10-11 16:43:32.777702"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.781591"], ["updated_at", "2018-10-11 16:43:32.781591"], ["parent_id", 39895952907]] Kithe::Work Create (7.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.785122"], ["updated_at", "2018-10-11 16:43:32.785122"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.794429"], ["updated_at", "2018-10-11 16:43:32.794429"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.796557"], ["updated_at", "2018-10-11 16:43:32.796557"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.799345"], ["updated_at", "2018-10-11 16:43:32.799345"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.801686"], ["updated_at", "2018-10-11 16:43:32.801686"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.803431"], ["updated_at", "2018-10-11 16:43:32.803431"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.805577"], ["updated_at", "2018-10-11 16:43:32.805577"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.817508"], ["updated_at", "2018-10-11 16:43:32.817508"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.819618"], ["updated_at", "2018-10-11 16:43:32.819618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.821711"], ["updated_at", "2018-10-11 16:43:32.821711"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.823688"], ["updated_at", "2018-10-11 16:43:32.823688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.825625"], ["updated_at", "2018-10-11 16:43:32.825625"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.841414"], ["updated_at", "2018-10-11 16:43:32.841414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.842916"], ["updated_at", "2018-10-11 16:43:32.842916"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.844592"], ["updated_at", "2018-10-11 16:43:32.844592"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.846918"], ["updated_at", "2018-10-11 16:43:32.846918"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.849543"], ["updated_at", "2018-10-11 16:43:32.849543"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.852038"], ["updated_at", "2018-10-11 16:43:32.852038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.853805"], ["updated_at", "2018-10-11 16:43:32.853805"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.855670"], ["updated_at", "2018-10-11 16:43:32.855670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.858216"], ["updated_at", "2018-10-11 16:43:32.858216"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.860165"], ["updated_at", "2018-10-11 16:43:32.860165"], ["parent_id", 39895952907]] Kithe::Work Create (1.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.863747"], ["updated_at", "2018-10-11 16:43:32.863747"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.867149"], ["updated_at", "2018-10-11 16:43:32.867149"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.869156"], ["updated_at", "2018-10-11 16:43:32.869156"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.871443"], ["updated_at", "2018-10-11 16:43:32.871443"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.873669"], ["updated_at", "2018-10-11 16:43:32.873669"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.875813"], ["updated_at", "2018-10-11 16:43:32.875813"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.878154"], ["updated_at", "2018-10-11 16:43:32.878154"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.880179"], ["updated_at", "2018-10-11 16:43:32.880179"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.882527"], ["updated_at", "2018-10-11 16:43:32.882527"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.886783"], ["updated_at", "2018-10-11 16:43:32.886783"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.891421"], ["updated_at", "2018-10-11 16:43:32.891421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.893716"], ["updated_at", "2018-10-11 16:43:32.893716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.895401"], ["updated_at", "2018-10-11 16:43:32.895401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.897309"], ["updated_at", "2018-10-11 16:43:32.897309"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.899051"], ["updated_at", "2018-10-11 16:43:32.899051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.900815"], ["updated_at", "2018-10-11 16:43:32.900815"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.902490"], ["updated_at", "2018-10-11 16:43:32.902490"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.904535"], ["updated_at", "2018-10-11 16:43:32.904535"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.906439"], ["updated_at", "2018-10-11 16:43:32.906439"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.908173"], ["updated_at", "2018-10-11 16:43:32.908173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.909819"], ["updated_at", "2018-10-11 16:43:32.909819"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.911396"], ["updated_at", "2018-10-11 16:43:32.911396"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.913205"], ["updated_at", "2018-10-11 16:43:32.913205"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.915237"], ["updated_at", "2018-10-11 16:43:32.915237"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.917076"], ["updated_at", "2018-10-11 16:43:32.917076"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.918746"], ["updated_at", "2018-10-11 16:43:32.918746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.920542"], ["updated_at", "2018-10-11 16:43:32.920542"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.922285"], ["updated_at", "2018-10-11 16:43:32.922285"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.924105"], ["updated_at", "2018-10-11 16:43:32.924105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.925746"], ["updated_at", "2018-10-11 16:43:32.925746"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.927321"], ["updated_at", "2018-10-11 16:43:32.927321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.928975"], ["updated_at", "2018-10-11 16:43:32.928975"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.930750"], ["updated_at", "2018-10-11 16:43:32.930750"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.932572"], ["updated_at", "2018-10-11 16:43:32.932572"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.935738"], ["updated_at", "2018-10-11 16:43:32.935738"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.937487"], ["updated_at", "2018-10-11 16:43:32.937487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.939613"], ["updated_at", "2018-10-11 16:43:32.939613"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.941430"], ["updated_at", "2018-10-11 16:43:32.941430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.943104"], ["updated_at", "2018-10-11 16:43:32.943104"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.944687"], ["updated_at", "2018-10-11 16:43:32.944687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.946354"], ["updated_at", "2018-10-11 16:43:32.946354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.947994"], ["updated_at", "2018-10-11 16:43:32.947994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.949712"], ["updated_at", "2018-10-11 16:43:32.949712"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.951465"], ["updated_at", "2018-10-11 16:43:32.951465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.953184"], ["updated_at", "2018-10-11 16:43:32.953184"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.954766"], ["updated_at", "2018-10-11 16:43:32.954766"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.956358"], ["updated_at", "2018-10-11 16:43:32.956358"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.957948"], ["updated_at", "2018-10-11 16:43:32.957948"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.959516"], ["updated_at", "2018-10-11 16:43:32.959516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.961080"], ["updated_at", "2018-10-11 16:43:32.961080"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.962760"], ["updated_at", "2018-10-11 16:43:32.962760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.964369"], ["updated_at", "2018-10-11 16:43:32.964369"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.966051"], ["updated_at", "2018-10-11 16:43:32.966051"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.968199"], ["updated_at", "2018-10-11 16:43:32.968199"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.970032"], ["updated_at", "2018-10-11 16:43:32.970032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.972043"], ["updated_at", "2018-10-11 16:43:32.972043"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.973726"], ["updated_at", "2018-10-11 16:43:32.973726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.975320"], ["updated_at", "2018-10-11 16:43:32.975320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.976856"], ["updated_at", "2018-10-11 16:43:32.976856"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.978477"], ["updated_at", "2018-10-11 16:43:32.978477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.980025"], ["updated_at", "2018-10-11 16:43:32.980025"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.981760"], ["updated_at", "2018-10-11 16:43:32.981760"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.983503"], ["updated_at", "2018-10-11 16:43:32.983503"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.986415"], ["updated_at", "2018-10-11 16:43:32.986415"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.988210"], ["updated_at", "2018-10-11 16:43:32.988210"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.989902"], ["updated_at", "2018-10-11 16:43:32.989902"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.991635"], ["updated_at", "2018-10-11 16:43:32.991635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.993269"], ["updated_at", "2018-10-11 16:43:32.993269"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.994925"], ["updated_at", "2018-10-11 16:43:32.994925"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.997024"], ["updated_at", "2018-10-11 16:43:32.997024"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:32.999202"], ["updated_at", "2018-10-11 16:43:32.999202"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.001601"], ["updated_at", "2018-10-11 16:43:33.001601"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.003879"], ["updated_at", "2018-10-11 16:43:33.003879"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.006461"], ["updated_at", "2018-10-11 16:43:33.006461"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.008680"], ["updated_at", "2018-10-11 16:43:33.008680"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.010921"], ["updated_at", "2018-10-11 16:43:33.010921"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.013136"], ["updated_at", "2018-10-11 16:43:33.013136"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.014854"], ["updated_at", "2018-10-11 16:43:33.014854"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.016651"], ["updated_at", "2018-10-11 16:43:33.016651"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.018865"], ["updated_at", "2018-10-11 16:43:33.018865"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.020833"], ["updated_at", "2018-10-11 16:43:33.020833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.023276"], ["updated_at", "2018-10-11 16:43:33.023276"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.025020"], ["updated_at", "2018-10-11 16:43:33.025020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.026742"], ["updated_at", "2018-10-11 16:43:33.026742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.028295"], ["updated_at", "2018-10-11 16:43:33.028295"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.029928"], ["updated_at", "2018-10-11 16:43:33.029928"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.031593"], ["updated_at", "2018-10-11 16:43:33.031593"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.033355"], ["updated_at", "2018-10-11 16:43:33.033355"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.035281"], ["updated_at", "2018-10-11 16:43:33.035281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.037156"], ["updated_at", "2018-10-11 16:43:33.037156"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.038726"], ["updated_at", "2018-10-11 16:43:33.038726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.040351"], ["updated_at", "2018-10-11 16:43:33.040351"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.041922"], ["updated_at", "2018-10-11 16:43:33.041922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.043576"], ["updated_at", "2018-10-11 16:43:33.043576"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.045202"], ["updated_at", "2018-10-11 16:43:33.045202"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.046818"], ["updated_at", "2018-10-11 16:43:33.046818"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.048401"], ["updated_at", "2018-10-11 16:43:33.048401"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.050272"], ["updated_at", "2018-10-11 16:43:33.050272"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.052105"], ["updated_at", "2018-10-11 16:43:33.052105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.053935"], ["updated_at", "2018-10-11 16:43:33.053935"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.055678"], ["updated_at", "2018-10-11 16:43:33.055678"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.057327"], ["updated_at", "2018-10-11 16:43:33.057327"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.059111"], ["updated_at", "2018-10-11 16:43:33.059111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.062070"], ["updated_at", "2018-10-11 16:43:33.062070"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.063666"], ["updated_at", "2018-10-11 16:43:33.063666"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.065387"], ["updated_at", "2018-10-11 16:43:33.065387"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.067715"], ["updated_at", "2018-10-11 16:43:33.067715"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.069625"], ["updated_at", "2018-10-11 16:43:33.069625"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.071365"], ["updated_at", "2018-10-11 16:43:33.071365"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.073258"], ["updated_at", "2018-10-11 16:43:33.073258"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.074865"], ["updated_at", "2018-10-11 16:43:33.074865"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.076793"], ["updated_at", "2018-10-11 16:43:33.076793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.078414"], ["updated_at", "2018-10-11 16:43:33.078414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.080038"], ["updated_at", "2018-10-11 16:43:33.080038"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.081610"], ["updated_at", "2018-10-11 16:43:33.081610"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.083402"], ["updated_at", "2018-10-11 16:43:33.083402"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.085105"], ["updated_at", "2018-10-11 16:43:33.085105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.086740"], ["updated_at", "2018-10-11 16:43:33.086740"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.088421"], ["updated_at", "2018-10-11 16:43:33.088421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.090117"], ["updated_at", "2018-10-11 16:43:33.090117"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.091763"], ["updated_at", "2018-10-11 16:43:33.091763"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.093572"], ["updated_at", "2018-10-11 16:43:33.093572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.095218"], ["updated_at", "2018-10-11 16:43:33.095218"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.096821"], ["updated_at", "2018-10-11 16:43:33.096821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.098492"], ["updated_at", "2018-10-11 16:43:33.098492"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.100139"], ["updated_at", "2018-10-11 16:43:33.100139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.102514"], ["updated_at", "2018-10-11 16:43:33.102514"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.104151"], ["updated_at", "2018-10-11 16:43:33.104151"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.105761"], ["updated_at", "2018-10-11 16:43:33.105761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.107390"], ["updated_at", "2018-10-11 16:43:33.107390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.109060"], ["updated_at", "2018-10-11 16:43:33.109060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.110585"], ["updated_at", "2018-10-11 16:43:33.110585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.112226"], ["updated_at", "2018-10-11 16:43:33.112226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.113801"], ["updated_at", "2018-10-11 16:43:33.113801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.115609"], ["updated_at", "2018-10-11 16:43:33.115609"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.117633"], ["updated_at", "2018-10-11 16:43:33.117633"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.119980"], ["updated_at", "2018-10-11 16:43:33.119980"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.122269"], ["updated_at", "2018-10-11 16:43:33.122269"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.124722"], ["updated_at", "2018-10-11 16:43:33.124722"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.126840"], ["updated_at", "2018-10-11 16:43:33.126840"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.129137"], ["updated_at", "2018-10-11 16:43:33.129137"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.131427"], ["updated_at", "2018-10-11 16:43:33.131427"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.133973"], ["updated_at", "2018-10-11 16:43:33.133973"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.135867"], ["updated_at", "2018-10-11 16:43:33.135867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.137606"], ["updated_at", "2018-10-11 16:43:33.137606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.139155"], ["updated_at", "2018-10-11 16:43:33.139155"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.141078"], ["updated_at", "2018-10-11 16:43:33.141078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.142800"], ["updated_at", "2018-10-11 16:43:33.142800"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.144363"], ["updated_at", "2018-10-11 16:43:33.144363"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.146026"], ["updated_at", "2018-10-11 16:43:33.146026"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.147585"], ["updated_at", "2018-10-11 16:43:33.147585"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.149337"], ["updated_at", "2018-10-11 16:43:33.149337"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.151605"], ["updated_at", "2018-10-11 16:43:33.151605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.153454"], ["updated_at", "2018-10-11 16:43:33.153454"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.155120"], ["updated_at", "2018-10-11 16:43:33.155120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.156750"], ["updated_at", "2018-10-11 16:43:33.156750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.158323"], ["updated_at", "2018-10-11 16:43:33.158323"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.159940"], ["updated_at", "2018-10-11 16:43:33.159940"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.161506"], ["updated_at", "2018-10-11 16:43:33.161506"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.163083"], ["updated_at", "2018-10-11 16:43:33.163083"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.164720"], ["updated_at", "2018-10-11 16:43:33.164720"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.166689"], ["updated_at", "2018-10-11 16:43:33.166689"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.168533"], ["updated_at", "2018-10-11 16:43:33.168533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.170251"], ["updated_at", "2018-10-11 16:43:33.170251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.171926"], ["updated_at", "2018-10-11 16:43:33.171926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.173522"], ["updated_at", "2018-10-11 16:43:33.173522"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.175201"], ["updated_at", "2018-10-11 16:43:33.175201"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.176795"], ["updated_at", "2018-10-11 16:43:33.176795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.178462"], ["updated_at", "2018-10-11 16:43:33.178462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.180081"], ["updated_at", "2018-10-11 16:43:33.180081"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.181665"], ["updated_at", "2018-10-11 16:43:33.181665"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.183880"], ["updated_at", "2018-10-11 16:43:33.183880"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.186003"], ["updated_at", "2018-10-11 16:43:33.186003"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.187927"], ["updated_at", "2018-10-11 16:43:33.187927"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.189854"], ["updated_at", "2018-10-11 16:43:33.189854"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.191452"], ["updated_at", "2018-10-11 16:43:33.191452"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.193078"], ["updated_at", "2018-10-11 16:43:33.193078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.194788"], ["updated_at", "2018-10-11 16:43:33.194788"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.196386"], ["updated_at", "2018-10-11 16:43:33.196386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.198021"], ["updated_at", "2018-10-11 16:43:33.198021"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.199775"], ["updated_at", "2018-10-11 16:43:33.199775"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.201633"], ["updated_at", "2018-10-11 16:43:33.201633"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.203352"], ["updated_at", "2018-10-11 16:43:33.203352"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.205031"], ["updated_at", "2018-10-11 16:43:33.205031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.206894"], ["updated_at", "2018-10-11 16:43:33.206894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.208480"], ["updated_at", "2018-10-11 16:43:33.208480"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.210114"], ["updated_at", "2018-10-11 16:43:33.210114"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.211671"], ["updated_at", "2018-10-11 16:43:33.211671"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.213193"], ["updated_at", "2018-10-11 16:43:33.213193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.214801"], ["updated_at", "2018-10-11 16:43:33.214801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.216453"], ["updated_at", "2018-10-11 16:43:33.216453"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.218228"], ["updated_at", "2018-10-11 16:43:33.218228"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.219882"], ["updated_at", "2018-10-11 16:43:33.219882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.221564"], ["updated_at", "2018-10-11 16:43:33.221564"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.223274"], ["updated_at", "2018-10-11 16:43:33.223274"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.224872"], ["updated_at", "2018-10-11 16:43:33.224872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.226504"], ["updated_at", "2018-10-11 16:43:33.226504"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.228070"], ["updated_at", "2018-10-11 16:43:33.228070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.229696"], ["updated_at", "2018-10-11 16:43:33.229696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.231326"], ["updated_at", "2018-10-11 16:43:33.231326"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.232954"], ["updated_at", "2018-10-11 16:43:33.232954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.234977"], ["updated_at", "2018-10-11 16:43:33.234977"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.236762"], ["updated_at", "2018-10-11 16:43:33.236762"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.238421"], ["updated_at", "2018-10-11 16:43:33.238421"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.240358"], ["updated_at", "2018-10-11 16:43:33.240358"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.242757"], ["updated_at", "2018-10-11 16:43:33.242757"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.244880"], ["updated_at", "2018-10-11 16:43:33.244880"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.247000"], ["updated_at", "2018-10-11 16:43:33.247000"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.249268"], ["updated_at", "2018-10-11 16:43:33.249268"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.251766"], ["updated_at", "2018-10-11 16:43:33.251766"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.254099"], ["updated_at", "2018-10-11 16:43:33.254099"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.256229"], ["updated_at", "2018-10-11 16:43:33.256229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.258257"], ["updated_at", "2018-10-11 16:43:33.258257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.259761"], ["updated_at", "2018-10-11 16:43:33.259761"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.261355"], ["updated_at", "2018-10-11 16:43:33.261355"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.262949"], ["updated_at", "2018-10-11 16:43:33.262949"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.264628"], ["updated_at", "2018-10-11 16:43:33.264628"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.266532"], ["updated_at", "2018-10-11 16:43:33.266532"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.268556"], ["updated_at", "2018-10-11 16:43:33.268556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.270301"], ["updated_at", "2018-10-11 16:43:33.270301"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.271885"], ["updated_at", "2018-10-11 16:43:33.271885"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.273532"], ["updated_at", "2018-10-11 16:43:33.273532"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.275231"], ["updated_at", "2018-10-11 16:43:33.275231"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.276753"], ["updated_at", "2018-10-11 16:43:33.276753"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.278362"], ["updated_at", "2018-10-11 16:43:33.278362"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.279906"], ["updated_at", "2018-10-11 16:43:33.279906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.281559"], ["updated_at", "2018-10-11 16:43:33.281559"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.283376"], ["updated_at", "2018-10-11 16:43:33.283376"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.285235"], ["updated_at", "2018-10-11 16:43:33.285235"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.286978"], ["updated_at", "2018-10-11 16:43:33.286978"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.289002"], ["updated_at", "2018-10-11 16:43:33.289002"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.290584"], ["updated_at", "2018-10-11 16:43:33.290584"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.292318"], ["updated_at", "2018-10-11 16:43:33.292318"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.294014"], ["updated_at", "2018-10-11 16:43:33.294014"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.295822"], ["updated_at", "2018-10-11 16:43:33.295822"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.297479"], ["updated_at", "2018-10-11 16:43:33.297479"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.299317"], ["updated_at", "2018-10-11 16:43:33.299317"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.301161"], ["updated_at", "2018-10-11 16:43:33.301161"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.303040"], ["updated_at", "2018-10-11 16:43:33.303040"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.304924"], ["updated_at", "2018-10-11 16:43:33.304924"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.306486"], ["updated_at", "2018-10-11 16:43:33.306486"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.308096"], ["updated_at", "2018-10-11 16:43:33.308096"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.309650"], ["updated_at", "2018-10-11 16:43:33.309650"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.311384"], ["updated_at", "2018-10-11 16:43:33.311384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.312991"], ["updated_at", "2018-10-11 16:43:33.312991"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.314560"], ["updated_at", "2018-10-11 16:43:33.314560"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.316292"], ["updated_at", "2018-10-11 16:43:33.316292"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.318420"], ["updated_at", "2018-10-11 16:43:33.318420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.320471"], ["updated_at", "2018-10-11 16:43:33.320471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.322194"], ["updated_at", "2018-10-11 16:43:33.322194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.323885"], ["updated_at", "2018-10-11 16:43:33.323885"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.325541"], ["updated_at", "2018-10-11 16:43:33.325541"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.327445"], ["updated_at", "2018-10-11 16:43:33.327445"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.329139"], ["updated_at", "2018-10-11 16:43:33.329139"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.330782"], ["updated_at", "2018-10-11 16:43:33.330782"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.332531"], ["updated_at", "2018-10-11 16:43:33.332531"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.334398"], ["updated_at", "2018-10-11 16:43:33.334398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.336287"], ["updated_at", "2018-10-11 16:43:33.336287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.338010"], ["updated_at", "2018-10-11 16:43:33.338010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.339611"], ["updated_at", "2018-10-11 16:43:33.339611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.341209"], ["updated_at", "2018-10-11 16:43:33.341209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.342953"], ["updated_at", "2018-10-11 16:43:33.342953"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.344653"], ["updated_at", "2018-10-11 16:43:33.344653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.346249"], ["updated_at", "2018-10-11 16:43:33.346249"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.347826"], ["updated_at", "2018-10-11 16:43:33.347826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.351388"], ["updated_at", "2018-10-11 16:43:33.351388"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.353124"], ["updated_at", "2018-10-11 16:43:33.353124"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.354882"], ["updated_at", "2018-10-11 16:43:33.354882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.356499"], ["updated_at", "2018-10-11 16:43:33.356499"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.358137"], ["updated_at", "2018-10-11 16:43:33.358137"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.359910"], ["updated_at", "2018-10-11 16:43:33.359910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.361480"], ["updated_at", "2018-10-11 16:43:33.361480"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.363262"], ["updated_at", "2018-10-11 16:43:33.363262"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.365599"], ["updated_at", "2018-10-11 16:43:33.365599"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.368150"], ["updated_at", "2018-10-11 16:43:33.368150"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.370592"], ["updated_at", "2018-10-11 16:43:33.370592"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.372758"], ["updated_at", "2018-10-11 16:43:33.372758"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.375015"], ["updated_at", "2018-10-11 16:43:33.375015"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.377573"], ["updated_at", "2018-10-11 16:43:33.377573"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.379779"], ["updated_at", "2018-10-11 16:43:33.379779"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.382070"], ["updated_at", "2018-10-11 16:43:33.382070"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.384219"], ["updated_at", "2018-10-11 16:43:33.384219"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.386100"], ["updated_at", "2018-10-11 16:43:33.386100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.387833"], ["updated_at", "2018-10-11 16:43:33.387833"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.389672"], ["updated_at", "2018-10-11 16:43:33.389672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.391390"], ["updated_at", "2018-10-11 16:43:33.391390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.393010"], ["updated_at", "2018-10-11 16:43:33.393010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.394528"], ["updated_at", "2018-10-11 16:43:33.394528"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.396138"], ["updated_at", "2018-10-11 16:43:33.396138"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.397696"], ["updated_at", "2018-10-11 16:43:33.397696"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.399421"], ["updated_at", "2018-10-11 16:43:33.399421"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.401869"], ["updated_at", "2018-10-11 16:43:33.401869"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.403807"], ["updated_at", "2018-10-11 16:43:33.403807"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.405414"], ["updated_at", "2018-10-11 16:43:33.405414"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.407026"], ["updated_at", "2018-10-11 16:43:33.407026"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.408647"], ["updated_at", "2018-10-11 16:43:33.408647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.410379"], ["updated_at", "2018-10-11 16:43:33.410379"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.412157"], ["updated_at", "2018-10-11 16:43:33.412157"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.413887"], ["updated_at", "2018-10-11 16:43:33.413887"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.415794"], ["updated_at", "2018-10-11 16:43:33.415794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.417681"], ["updated_at", "2018-10-11 16:43:33.417681"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.419421"], ["updated_at", "2018-10-11 16:43:33.419421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.421101"], ["updated_at", "2018-10-11 16:43:33.421101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.422618"], ["updated_at", "2018-10-11 16:43:33.422618"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.424321"], ["updated_at", "2018-10-11 16:43:33.424321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.425986"], ["updated_at", "2018-10-11 16:43:33.425986"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.427624"], ["updated_at", "2018-10-11 16:43:33.427624"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.429287"], ["updated_at", "2018-10-11 16:43:33.429287"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.430879"], ["updated_at", "2018-10-11 16:43:33.430879"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.432818"], ["updated_at", "2018-10-11 16:43:33.432818"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.434847"], ["updated_at", "2018-10-11 16:43:33.434847"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.437054"], ["updated_at", "2018-10-11 16:43:33.437054"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.438811"], ["updated_at", "2018-10-11 16:43:33.438811"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.440540"], ["updated_at", "2018-10-11 16:43:33.440540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.442410"], ["updated_at", "2018-10-11 16:43:33.442410"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.444039"], ["updated_at", "2018-10-11 16:43:33.444039"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.445694"], ["updated_at", "2018-10-11 16:43:33.445694"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.447276"], ["updated_at", "2018-10-11 16:43:33.447276"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.448919"], ["updated_at", "2018-10-11 16:43:33.448919"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.450922"], ["updated_at", "2018-10-11 16:43:33.450922"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.452656"], ["updated_at", "2018-10-11 16:43:33.452656"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.454324"], ["updated_at", "2018-10-11 16:43:33.454324"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.456022"], ["updated_at", "2018-10-11 16:43:33.456022"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.457918"], ["updated_at", "2018-10-11 16:43:33.457918"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.459557"], ["updated_at", "2018-10-11 16:43:33.459557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.461163"], ["updated_at", "2018-10-11 16:43:33.461163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.462737"], ["updated_at", "2018-10-11 16:43:33.462737"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.464361"], ["updated_at", "2018-10-11 16:43:33.464361"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.466102"], ["updated_at", "2018-10-11 16:43:33.466102"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.467909"], ["updated_at", "2018-10-11 16:43:33.467909"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.469664"], ["updated_at", "2018-10-11 16:43:33.469664"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.471616"], ["updated_at", "2018-10-11 16:43:33.471616"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.473303"], ["updated_at", "2018-10-11 16:43:33.473303"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.475681"], ["updated_at", "2018-10-11 16:43:33.475681"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.478165"], ["updated_at", "2018-10-11 16:43:33.478165"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.480489"], ["updated_at", "2018-10-11 16:43:33.480489"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.482347"], ["updated_at", "2018-10-11 16:43:33.482347"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.486075"], ["updated_at", "2018-10-11 16:43:33.486075"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.488373"], ["updated_at", "2018-10-11 16:43:33.488373"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.490779"], ["updated_at", "2018-10-11 16:43:33.490779"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.493171"], ["updated_at", "2018-10-11 16:43:33.493171"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.495683"], ["updated_at", "2018-10-11 16:43:33.495683"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.497975"], ["updated_at", "2018-10-11 16:43:33.497975"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.500949"], ["updated_at", "2018-10-11 16:43:33.500949"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.506347"], ["updated_at", "2018-10-11 16:43:33.506347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.508830"], ["updated_at", "2018-10-11 16:43:33.508830"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.510358"], ["updated_at", "2018-10-11 16:43:33.510358"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.512059"], ["updated_at", "2018-10-11 16:43:33.512059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.513817"], ["updated_at", "2018-10-11 16:43:33.513817"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.515527"], ["updated_at", "2018-10-11 16:43:33.515527"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.518475"], ["updated_at", "2018-10-11 16:43:33.518475"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.521154"], ["updated_at", "2018-10-11 16:43:33.521154"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.522756"], ["updated_at", "2018-10-11 16:43:33.522756"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.524582"], ["updated_at", "2018-10-11 16:43:33.524582"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.526269"], ["updated_at", "2018-10-11 16:43:33.526269"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.527867"], ["updated_at", "2018-10-11 16:43:33.527867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.529574"], ["updated_at", "2018-10-11 16:43:33.529574"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.531164"], ["updated_at", "2018-10-11 16:43:33.531164"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.532944"], ["updated_at", "2018-10-11 16:43:33.532944"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.535617"], ["updated_at", "2018-10-11 16:43:33.535617"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.537565"], ["updated_at", "2018-10-11 16:43:33.537565"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.539172"], ["updated_at", "2018-10-11 16:43:33.539172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.540708"], ["updated_at", "2018-10-11 16:43:33.540708"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.542334"], ["updated_at", "2018-10-11 16:43:33.542334"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.544310"], ["updated_at", "2018-10-11 16:43:33.544310"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.546667"], ["updated_at", "2018-10-11 16:43:33.546667"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.548758"], ["updated_at", "2018-10-11 16:43:33.548758"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.551069"], ["updated_at", "2018-10-11 16:43:33.551069"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.554485"], ["updated_at", "2018-10-11 16:43:33.554485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.556020"], ["updated_at", "2018-10-11 16:43:33.556020"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.557643"], ["updated_at", "2018-10-11 16:43:33.557643"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.559523"], ["updated_at", "2018-10-11 16:43:33.559523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.561318"], ["updated_at", "2018-10-11 16:43:33.561318"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.562925"], ["updated_at", "2018-10-11 16:43:33.562925"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.564556"], ["updated_at", "2018-10-11 16:43:33.564556"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.566304"], ["updated_at", "2018-10-11 16:43:33.566304"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.568085"], ["updated_at", "2018-10-11 16:43:33.568085"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.569803"], ["updated_at", "2018-10-11 16:43:33.569803"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.571480"], ["updated_at", "2018-10-11 16:43:33.571480"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.573174"], ["updated_at", "2018-10-11 16:43:33.573174"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.575468"], ["updated_at", "2018-10-11 16:43:33.575468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.577470"], ["updated_at", "2018-10-11 16:43:33.577470"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.579168"], ["updated_at", "2018-10-11 16:43:33.579168"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.580852"], ["updated_at", "2018-10-11 16:43:33.580852"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.582540"], ["updated_at", "2018-10-11 16:43:33.582540"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.584401"], ["updated_at", "2018-10-11 16:43:33.584401"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.586185"], ["updated_at", "2018-10-11 16:43:33.586185"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.587999"], ["updated_at", "2018-10-11 16:43:33.587999"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.589712"], ["updated_at", "2018-10-11 16:43:33.589712"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.591525"], ["updated_at", "2018-10-11 16:43:33.591525"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.593335"], ["updated_at", "2018-10-11 16:43:33.593335"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.595037"], ["updated_at", "2018-10-11 16:43:33.595037"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.596660"], ["updated_at", "2018-10-11 16:43:33.596660"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.598263"], ["updated_at", "2018-10-11 16:43:33.598263"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.600647"], ["updated_at", "2018-10-11 16:43:33.600647"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.603175"], ["updated_at", "2018-10-11 16:43:33.603175"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.605060"], ["updated_at", "2018-10-11 16:43:33.605060"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.606680"], ["updated_at", "2018-10-11 16:43:33.606680"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.608316"], ["updated_at", "2018-10-11 16:43:33.608316"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.610150"], ["updated_at", "2018-10-11 16:43:33.610150"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.612476"], ["updated_at", "2018-10-11 16:43:33.612476"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.614667"], ["updated_at", "2018-10-11 16:43:33.614667"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.616937"], ["updated_at", "2018-10-11 16:43:33.616937"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.619350"], ["updated_at", "2018-10-11 16:43:33.619350"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.622069"], ["updated_at", "2018-10-11 16:43:33.622069"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.624675"], ["updated_at", "2018-10-11 16:43:33.624675"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.626984"], ["updated_at", "2018-10-11 16:43:33.626984"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.629438"], ["updated_at", "2018-10-11 16:43:33.629438"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.631240"], ["updated_at", "2018-10-11 16:43:33.631240"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.632974"], ["updated_at", "2018-10-11 16:43:33.632974"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.635264"], ["updated_at", "2018-10-11 16:43:33.635264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.637115"], ["updated_at", "2018-10-11 16:43:33.637115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.638946"], ["updated_at", "2018-10-11 16:43:33.638946"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.640631"], ["updated_at", "2018-10-11 16:43:33.640631"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.642283"], ["updated_at", "2018-10-11 16:43:33.642283"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.644160"], ["updated_at", "2018-10-11 16:43:33.644160"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.645928"], ["updated_at", "2018-10-11 16:43:33.645928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.647576"], ["updated_at", "2018-10-11 16:43:33.647576"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.649227"], ["updated_at", "2018-10-11 16:43:33.649227"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.650838"], ["updated_at", "2018-10-11 16:43:33.650838"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.652512"], ["updated_at", "2018-10-11 16:43:33.652512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.654217"], ["updated_at", "2018-10-11 16:43:33.654217"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.655794"], ["updated_at", "2018-10-11 16:43:33.655794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.657499"], ["updated_at", "2018-10-11 16:43:33.657499"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.659113"], ["updated_at", "2018-10-11 16:43:33.659113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.660798"], ["updated_at", "2018-10-11 16:43:33.660798"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.662541"], ["updated_at", "2018-10-11 16:43:33.662541"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.664197"], ["updated_at", "2018-10-11 16:43:33.664197"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.667215"], ["updated_at", "2018-10-11 16:43:33.667215"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.668910"], ["updated_at", "2018-10-11 16:43:33.668910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.670636"], ["updated_at", "2018-10-11 16:43:33.670636"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.672314"], ["updated_at", "2018-10-11 16:43:33.672314"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.673861"], ["updated_at", "2018-10-11 16:43:33.673861"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.675546"], ["updated_at", "2018-10-11 16:43:33.675546"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.677236"], ["updated_at", "2018-10-11 16:43:33.677236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.678976"], ["updated_at", "2018-10-11 16:43:33.678976"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.680526"], ["updated_at", "2018-10-11 16:43:33.680526"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.682235"], ["updated_at", "2018-10-11 16:43:33.682235"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.684306"], ["updated_at", "2018-10-11 16:43:33.684306"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.686280"], ["updated_at", "2018-10-11 16:43:33.686280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.687931"], ["updated_at", "2018-10-11 16:43:33.687931"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.689725"], ["updated_at", "2018-10-11 16:43:33.689725"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.691473"], ["updated_at", "2018-10-11 16:43:33.691473"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.693078"], ["updated_at", "2018-10-11 16:43:33.693078"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.694897"], ["updated_at", "2018-10-11 16:43:33.694897"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.696566"], ["updated_at", "2018-10-11 16:43:33.696566"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.698132"], ["updated_at", "2018-10-11 16:43:33.698132"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.699960"], ["updated_at", "2018-10-11 16:43:33.699960"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.701695"], ["updated_at", "2018-10-11 16:43:33.701695"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.703572"], ["updated_at", "2018-10-11 16:43:33.703572"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.705349"], ["updated_at", "2018-10-11 16:43:33.705349"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.706893"], ["updated_at", "2018-10-11 16:43:33.706893"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.708497"], ["updated_at", "2018-10-11 16:43:33.708497"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.710111"], ["updated_at", "2018-10-11 16:43:33.710111"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.711962"], ["updated_at", "2018-10-11 16:43:33.711962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.713553"], ["updated_at", "2018-10-11 16:43:33.713553"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.715168"], ["updated_at", "2018-10-11 16:43:33.715168"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.716926"], ["updated_at", "2018-10-11 16:43:33.716926"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.718609"], ["updated_at", "2018-10-11 16:43:33.718609"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.720613"], ["updated_at", "2018-10-11 16:43:33.720613"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.722475"], ["updated_at", "2018-10-11 16:43:33.722475"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.724393"], ["updated_at", "2018-10-11 16:43:33.724393"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.726577"], ["updated_at", "2018-10-11 16:43:33.726577"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.728213"], ["updated_at", "2018-10-11 16:43:33.728213"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.729849"], ["updated_at", "2018-10-11 16:43:33.729849"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.731758"], ["updated_at", "2018-10-11 16:43:33.731758"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.733736"], ["updated_at", "2018-10-11 16:43:33.733736"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.736309"], ["updated_at", "2018-10-11 16:43:33.736309"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.738632"], ["updated_at", "2018-10-11 16:43:33.738632"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.740723"], ["updated_at", "2018-10-11 16:43:33.740723"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.742829"], ["updated_at", "2018-10-11 16:43:33.742829"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.745115"], ["updated_at", "2018-10-11 16:43:33.745115"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.747770"], ["updated_at", "2018-10-11 16:43:33.747770"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.750760"], ["updated_at", "2018-10-11 16:43:33.750760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.754061"], ["updated_at", "2018-10-11 16:43:33.754061"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.755782"], ["updated_at", "2018-10-11 16:43:33.755782"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.757472"], ["updated_at", "2018-10-11 16:43:33.757472"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.759164"], ["updated_at", "2018-10-11 16:43:33.759164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.762115"], ["updated_at", "2018-10-11 16:43:33.762115"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.763825"], ["updated_at", "2018-10-11 16:43:33.763825"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.765569"], ["updated_at", "2018-10-11 16:43:33.765569"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.767848"], ["updated_at", "2018-10-11 16:43:33.767848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.769739"], ["updated_at", "2018-10-11 16:43:33.769739"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.771400"], ["updated_at", "2018-10-11 16:43:33.771400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.773017"], ["updated_at", "2018-10-11 16:43:33.773017"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.774565"], ["updated_at", "2018-10-11 16:43:33.774565"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.776246"], ["updated_at", "2018-10-11 16:43:33.776246"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.778008"], ["updated_at", "2018-10-11 16:43:33.778008"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.779623"], ["updated_at", "2018-10-11 16:43:33.779623"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.781404"], ["updated_at", "2018-10-11 16:43:33.781404"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.783158"], ["updated_at", "2018-10-11 16:43:33.783158"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.784994"], ["updated_at", "2018-10-11 16:43:33.784994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.786750"], ["updated_at", "2018-10-11 16:43:33.786750"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.788462"], ["updated_at", "2018-10-11 16:43:33.788462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.790087"], ["updated_at", "2018-10-11 16:43:33.790087"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.791714"], ["updated_at", "2018-10-11 16:43:33.791714"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.793540"], ["updated_at", "2018-10-11 16:43:33.793540"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.795433"], ["updated_at", "2018-10-11 16:43:33.795433"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.797190"], ["updated_at", "2018-10-11 16:43:33.797190"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.798997"], ["updated_at", "2018-10-11 16:43:33.798997"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.801280"], ["updated_at", "2018-10-11 16:43:33.801280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.803147"], ["updated_at", "2018-10-11 16:43:33.803147"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.804913"], ["updated_at", "2018-10-11 16:43:33.804913"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.806459"], ["updated_at", "2018-10-11 16:43:33.806459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.808361"], ["updated_at", "2018-10-11 16:43:33.808361"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.810472"], ["updated_at", "2018-10-11 16:43:33.810472"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.812213"], ["updated_at", "2018-10-11 16:43:33.812213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.813999"], ["updated_at", "2018-10-11 16:43:33.813999"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.815785"], ["updated_at", "2018-10-11 16:43:33.815785"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.818250"], ["updated_at", "2018-10-11 16:43:33.818250"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.820096"], ["updated_at", "2018-10-11 16:43:33.820096"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.821835"], ["updated_at", "2018-10-11 16:43:33.821835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.823399"], ["updated_at", "2018-10-11 16:43:33.823399"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.825030"], ["updated_at", "2018-10-11 16:43:33.825030"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.826860"], ["updated_at", "2018-10-11 16:43:33.826860"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.829630"], ["updated_at", "2018-10-11 16:43:33.829630"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.831591"], ["updated_at", "2018-10-11 16:43:33.831591"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.833724"], ["updated_at", "2018-10-11 16:43:33.833724"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.835797"], ["updated_at", "2018-10-11 16:43:33.835797"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.837790"], ["updated_at", "2018-10-11 16:43:33.837790"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.839605"], ["updated_at", "2018-10-11 16:43:33.839605"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.841824"], ["updated_at", "2018-10-11 16:43:33.841824"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.843616"], ["updated_at", "2018-10-11 16:43:33.843616"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.845548"], ["updated_at", "2018-10-11 16:43:33.845548"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.848835"], ["updated_at", "2018-10-11 16:43:33.848835"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.851317"], ["updated_at", "2018-10-11 16:43:33.851317"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.853892"], ["updated_at", "2018-10-11 16:43:33.853892"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.857777"], ["updated_at", "2018-10-11 16:43:33.857777"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.860251"], ["updated_at", "2018-10-11 16:43:33.860251"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.862605"], ["updated_at", "2018-10-11 16:43:33.862605"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.864955"], ["updated_at", "2018-10-11 16:43:33.864955"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.867557"], ["updated_at", "2018-10-11 16:43:33.867557"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.871007"], ["updated_at", "2018-10-11 16:43:33.871007"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.873672"], ["updated_at", "2018-10-11 16:43:33.873672"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.877442"], ["updated_at", "2018-10-11 16:43:33.877442"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.880628"], ["updated_at", "2018-10-11 16:43:33.880628"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.882669"], ["updated_at", "2018-10-11 16:43:33.882669"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.885884"], ["updated_at", "2018-10-11 16:43:33.885884"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.887861"], ["updated_at", "2018-10-11 16:43:33.887861"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.889789"], ["updated_at", "2018-10-11 16:43:33.889789"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.891956"], ["updated_at", "2018-10-11 16:43:33.891956"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.894815"], ["updated_at", "2018-10-11 16:43:33.894815"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.896942"], ["updated_at", "2018-10-11 16:43:33.896942"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.898982"], ["updated_at", "2018-10-11 16:43:33.898982"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.900988"], ["updated_at", "2018-10-11 16:43:33.900988"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.902951"], ["updated_at", "2018-10-11 16:43:33.902951"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.904928"], ["updated_at", "2018-10-11 16:43:33.904928"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.906806"], ["updated_at", "2018-10-11 16:43:33.906806"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.908543"], ["updated_at", "2018-10-11 16:43:33.908543"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.910518"], ["updated_at", "2018-10-11 16:43:33.910518"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.912578"], ["updated_at", "2018-10-11 16:43:33.912578"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.914513"], ["updated_at", "2018-10-11 16:43:33.914513"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.916833"], ["updated_at", "2018-10-11 16:43:33.916833"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.919354"], ["updated_at", "2018-10-11 16:43:33.919354"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.921520"], ["updated_at", "2018-10-11 16:43:33.921520"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.923320"], ["updated_at", "2018-10-11 16:43:33.923320"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.925189"], ["updated_at", "2018-10-11 16:43:33.925189"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.927279"], ["updated_at", "2018-10-11 16:43:33.927279"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.929343"], ["updated_at", "2018-10-11 16:43:33.929343"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.931170"], ["updated_at", "2018-10-11 16:43:33.931170"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.933275"], ["updated_at", "2018-10-11 16:43:33.933275"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.936546"], ["updated_at", "2018-10-11 16:43:33.936546"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.938780"], ["updated_at", "2018-10-11 16:43:33.938780"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.940655"], ["updated_at", "2018-10-11 16:43:33.940655"], ["parent_id", 39895952907]] Kithe::Work Create (1.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.942547"], ["updated_at", "2018-10-11 16:43:33.942547"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.945181"], ["updated_at", "2018-10-11 16:43:33.945181"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.947621"], ["updated_at", "2018-10-11 16:43:33.947621"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.949856"], ["updated_at", "2018-10-11 16:43:33.949856"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.952032"], ["updated_at", "2018-10-11 16:43:33.952032"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.954226"], ["updated_at", "2018-10-11 16:43:33.954226"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.956498"], ["updated_at", "2018-10-11 16:43:33.956498"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.958793"], ["updated_at", "2018-10-11 16:43:33.958793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.962377"], ["updated_at", "2018-10-11 16:43:33.962377"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.965034"], ["updated_at", "2018-10-11 16:43:33.965034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.967289"], ["updated_at", "2018-10-11 16:43:33.967289"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.969466"], ["updated_at", "2018-10-11 16:43:33.969466"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.971462"], ["updated_at", "2018-10-11 16:43:33.971462"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.973352"], ["updated_at", "2018-10-11 16:43:33.973352"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.975529"], ["updated_at", "2018-10-11 16:43:33.975529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.977520"], ["updated_at", "2018-10-11 16:43:33.977520"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.979456"], ["updated_at", "2018-10-11 16:43:33.979456"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.981184"], ["updated_at", "2018-10-11 16:43:33.981184"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.983071"], ["updated_at", "2018-10-11 16:43:33.983071"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.985309"], ["updated_at", "2018-10-11 16:43:33.985309"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.988009"], ["updated_at", "2018-10-11 16:43:33.988009"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.990942"], ["updated_at", "2018-10-11 16:43:33.990942"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.993622"], ["updated_at", "2018-10-11 16:43:33.993622"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.995691"], ["updated_at", "2018-10-11 16:43:33.995691"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:33.998024"], ["updated_at", "2018-10-11 16:43:33.998024"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.001273"], ["updated_at", "2018-10-11 16:43:34.001273"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.005462"], ["updated_at", "2018-10-11 16:43:34.005462"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.007435"], ["updated_at", "2018-10-11 16:43:34.007435"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.009115"], ["updated_at", "2018-10-11 16:43:34.009115"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.011145"], ["updated_at", "2018-10-11 16:43:34.011145"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.013113"], ["updated_at", "2018-10-11 16:43:34.013113"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.014889"], ["updated_at", "2018-10-11 16:43:34.014889"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.016699"], ["updated_at", "2018-10-11 16:43:34.016699"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.018875"], ["updated_at", "2018-10-11 16:43:34.018875"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.021126"], ["updated_at", "2018-10-11 16:43:34.021126"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.023194"], ["updated_at", "2018-10-11 16:43:34.023194"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.025376"], ["updated_at", "2018-10-11 16:43:34.025376"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.027834"], ["updated_at", "2018-10-11 16:43:34.027834"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.029961"], ["updated_at", "2018-10-11 16:43:34.029961"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.032054"], ["updated_at", "2018-10-11 16:43:34.032054"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.034296"], ["updated_at", "2018-10-11 16:43:34.034296"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.036542"], ["updated_at", "2018-10-11 16:43:34.036542"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.038777"], ["updated_at", "2018-10-11 16:43:34.038777"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.041192"], ["updated_at", "2018-10-11 16:43:34.041192"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.043386"], ["updated_at", "2018-10-11 16:43:34.043386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.045480"], ["updated_at", "2018-10-11 16:43:34.045480"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.047598"], ["updated_at", "2018-10-11 16:43:34.047598"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.049816"], ["updated_at", "2018-10-11 16:43:34.049816"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.052329"], ["updated_at", "2018-10-11 16:43:34.052329"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.054735"], ["updated_at", "2018-10-11 16:43:34.054735"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.056735"], ["updated_at", "2018-10-11 16:43:34.056735"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.058833"], ["updated_at", "2018-10-11 16:43:34.058833"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.060972"], ["updated_at", "2018-10-11 16:43:34.060972"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.063106"], ["updated_at", "2018-10-11 16:43:34.063106"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.065146"], ["updated_at", "2018-10-11 16:43:34.065146"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.067513"], ["updated_at", "2018-10-11 16:43:34.067513"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.069795"], ["updated_at", "2018-10-11 16:43:34.069795"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.071967"], ["updated_at", "2018-10-11 16:43:34.071967"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.074034"], ["updated_at", "2018-10-11 16:43:34.074034"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.076133"], ["updated_at", "2018-10-11 16:43:34.076133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.078221"], ["updated_at", "2018-10-11 16:43:34.078221"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.080402"], ["updated_at", "2018-10-11 16:43:34.080402"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.082380"], ["updated_at", "2018-10-11 16:43:34.082380"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.084569"], ["updated_at", "2018-10-11 16:43:34.084569"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.086840"], ["updated_at", "2018-10-11 16:43:34.086840"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.088844"], ["updated_at", "2018-10-11 16:43:34.088844"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.090948"], ["updated_at", "2018-10-11 16:43:34.090948"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.093161"], ["updated_at", "2018-10-11 16:43:34.093161"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.095218"], ["updated_at", "2018-10-11 16:43:34.095218"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.097247"], ["updated_at", "2018-10-11 16:43:34.097247"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.099343"], ["updated_at", "2018-10-11 16:43:34.099343"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.101993"], ["updated_at", "2018-10-11 16:43:34.101993"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.104353"], ["updated_at", "2018-10-11 16:43:34.104353"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.106826"], ["updated_at", "2018-10-11 16:43:34.106826"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.109477"], ["updated_at", "2018-10-11 16:43:34.109477"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.112206"], ["updated_at", "2018-10-11 16:43:34.112206"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.114871"], ["updated_at", "2018-10-11 16:43:34.114871"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.117450"], ["updated_at", "2018-10-11 16:43:34.117450"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.120556"], ["updated_at", "2018-10-11 16:43:34.120556"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.123331"], ["updated_at", "2018-10-11 16:43:34.123331"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.125995"], ["updated_at", "2018-10-11 16:43:34.125995"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.128448"], ["updated_at", "2018-10-11 16:43:34.128448"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.130323"], ["updated_at", "2018-10-11 16:43:34.130323"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.132326"], ["updated_at", "2018-10-11 16:43:34.132326"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.134791"], ["updated_at", "2018-10-11 16:43:34.134791"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.137145"], ["updated_at", "2018-10-11 16:43:34.137145"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.139409"], ["updated_at", "2018-10-11 16:43:34.139409"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.141580"], ["updated_at", "2018-10-11 16:43:34.141580"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.143673"], ["updated_at", "2018-10-11 16:43:34.143673"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.146127"], ["updated_at", "2018-10-11 16:43:34.146127"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.148284"], ["updated_at", "2018-10-11 16:43:34.148284"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.150990"], ["updated_at", "2018-10-11 16:43:34.150990"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.153340"], ["updated_at", "2018-10-11 16:43:34.153340"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.155447"], ["updated_at", "2018-10-11 16:43:34.155447"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.157456"], ["updated_at", "2018-10-11 16:43:34.157456"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.159615"], ["updated_at", "2018-10-11 16:43:34.159615"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.162169"], ["updated_at", "2018-10-11 16:43:34.162169"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.164301"], ["updated_at", "2018-10-11 16:43:34.164301"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.166596"], ["updated_at", "2018-10-11 16:43:34.166596"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.169172"], ["updated_at", "2018-10-11 16:43:34.169172"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.171543"], ["updated_at", "2018-10-11 16:43:34.171543"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.173687"], ["updated_at", "2018-10-11 16:43:34.173687"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.175821"], ["updated_at", "2018-10-11 16:43:34.175821"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.177501"], ["updated_at", "2018-10-11 16:43:34.177501"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.179253"], ["updated_at", "2018-10-11 16:43:34.179253"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.180974"], ["updated_at", "2018-10-11 16:43:34.180974"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.182714"], ["updated_at", "2018-10-11 16:43:34.182714"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.185099"], ["updated_at", "2018-10-11 16:43:34.185099"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.186917"], ["updated_at", "2018-10-11 16:43:34.186917"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.188753"], ["updated_at", "2018-10-11 16:43:34.188753"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.190720"], ["updated_at", "2018-10-11 16:43:34.190720"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.192382"], ["updated_at", "2018-10-11 16:43:34.192382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.194005"], ["updated_at", "2018-10-11 16:43:34.194005"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.195635"], ["updated_at", "2018-10-11 16:43:34.195635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.197400"], ["updated_at", "2018-10-11 16:43:34.197400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.199251"], ["updated_at", "2018-10-11 16:43:34.199251"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.201205"], ["updated_at", "2018-10-11 16:43:34.201205"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.203101"], ["updated_at", "2018-10-11 16:43:34.203101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.204943"], ["updated_at", "2018-10-11 16:43:34.204943"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.206599"], ["updated_at", "2018-10-11 16:43:34.206599"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.208372"], ["updated_at", "2018-10-11 16:43:34.208372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.209975"], ["updated_at", "2018-10-11 16:43:34.209975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.211635"], ["updated_at", "2018-10-11 16:43:34.211635"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.213234"], ["updated_at", "2018-10-11 16:43:34.213234"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.215018"], ["updated_at", "2018-10-11 16:43:34.215018"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.217211"], ["updated_at", "2018-10-11 16:43:34.217211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.219188"], ["updated_at", "2018-10-11 16:43:34.219188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.220834"], ["updated_at", "2018-10-11 16:43:34.220834"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.222479"], ["updated_at", "2018-10-11 16:43:34.222479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.224062"], ["updated_at", "2018-10-11 16:43:34.224062"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.225872"], ["updated_at", "2018-10-11 16:43:34.225872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.227529"], ["updated_at", "2018-10-11 16:43:34.227529"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.229133"], ["updated_at", "2018-10-11 16:43:34.229133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.230733"], ["updated_at", "2018-10-11 16:43:34.230733"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.232884"], ["updated_at", "2018-10-11 16:43:34.232884"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.235315"], ["updated_at", "2018-10-11 16:43:34.235315"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.237675"], ["updated_at", "2018-10-11 16:43:34.237675"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.239881"], ["updated_at", "2018-10-11 16:43:34.239881"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.242090"], ["updated_at", "2018-10-11 16:43:34.242090"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.244263"], ["updated_at", "2018-10-11 16:43:34.244263"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.246564"], ["updated_at", "2018-10-11 16:43:34.246564"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.248666"], ["updated_at", "2018-10-11 16:43:34.248666"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.251033"], ["updated_at", "2018-10-11 16:43:34.251033"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.252881"], ["updated_at", "2018-10-11 16:43:34.252881"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.254727"], ["updated_at", "2018-10-11 16:43:34.254727"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.256382"], ["updated_at", "2018-10-11 16:43:34.256382"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.258418"], ["updated_at", "2018-10-11 16:43:34.258418"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.260053"], ["updated_at", "2018-10-11 16:43:34.260053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.261795"], ["updated_at", "2018-10-11 16:43:34.261795"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.263585"], ["updated_at", "2018-10-11 16:43:34.263585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.265278"], ["updated_at", "2018-10-11 16:43:34.265278"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.267692"], ["updated_at", "2018-10-11 16:43:34.267692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.269523"], ["updated_at", "2018-10-11 16:43:34.269523"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.271390"], ["updated_at", "2018-10-11 16:43:34.271390"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.273074"], ["updated_at", "2018-10-11 16:43:34.273074"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.274823"], ["updated_at", "2018-10-11 16:43:34.274823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.276410"], ["updated_at", "2018-10-11 16:43:34.276410"], ["parent_id", 39895952907]] Kithe::Work Create (0.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.277996"], ["updated_at", "2018-10-11 16:43:34.277996"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.279585"], ["updated_at", "2018-10-11 16:43:34.279585"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.281435"], ["updated_at", "2018-10-11 16:43:34.281435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.283220"], ["updated_at", "2018-10-11 16:43:34.283220"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.285027"], ["updated_at", "2018-10-11 16:43:34.285027"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.286959"], ["updated_at", "2018-10-11 16:43:34.286959"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.288726"], ["updated_at", "2018-10-11 16:43:34.288726"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.290420"], ["updated_at", "2018-10-11 16:43:34.290420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.292021"], ["updated_at", "2018-10-11 16:43:34.292021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.293644"], ["updated_at", "2018-10-11 16:43:34.293644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.295507"], ["updated_at", "2018-10-11 16:43:34.295507"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.297152"], ["updated_at", "2018-10-11 16:43:34.297152"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.298830"], ["updated_at", "2018-10-11 16:43:34.298830"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.300631"], ["updated_at", "2018-10-11 16:43:34.300631"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.302435"], ["updated_at", "2018-10-11 16:43:34.302435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.304176"], ["updated_at", "2018-10-11 16:43:34.304176"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.305850"], ["updated_at", "2018-10-11 16:43:34.305850"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.307515"], ["updated_at", "2018-10-11 16:43:34.307515"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.309241"], ["updated_at", "2018-10-11 16:43:34.309241"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.310930"], ["updated_at", "2018-10-11 16:43:34.310930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.312684"], ["updated_at", "2018-10-11 16:43:34.312684"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.314259"], ["updated_at", "2018-10-11 16:43:34.314259"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.315947"], ["updated_at", "2018-10-11 16:43:34.315947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.318096"], ["updated_at", "2018-10-11 16:43:34.318096"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.319934"], ["updated_at", "2018-10-11 16:43:34.319934"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.321877"], ["updated_at", "2018-10-11 16:43:34.321877"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.323776"], ["updated_at", "2018-10-11 16:43:34.323776"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.325487"], ["updated_at", "2018-10-11 16:43:34.325487"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.327122"], ["updated_at", "2018-10-11 16:43:34.327122"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.328962"], ["updated_at", "2018-10-11 16:43:34.328962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.330632"], ["updated_at", "2018-10-11 16:43:34.330632"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.332272"], ["updated_at", "2018-10-11 16:43:34.332272"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.335264"], ["updated_at", "2018-10-11 16:43:34.335264"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.337036"], ["updated_at", "2018-10-11 16:43:34.337036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.338801"], ["updated_at", "2018-10-11 16:43:34.338801"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.340414"], ["updated_at", "2018-10-11 16:43:34.340414"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.342321"], ["updated_at", "2018-10-11 16:43:34.342321"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.344417"], ["updated_at", "2018-10-11 16:43:34.344417"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.346104"], ["updated_at", "2018-10-11 16:43:34.346104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.347726"], ["updated_at", "2018-10-11 16:43:34.347726"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.349386"], ["updated_at", "2018-10-11 16:43:34.349386"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.352226"], ["updated_at", "2018-10-11 16:43:34.352226"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.354522"], ["updated_at", "2018-10-11 16:43:34.354522"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.356480"], ["updated_at", "2018-10-11 16:43:34.356480"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.358618"], ["updated_at", "2018-10-11 16:43:34.358618"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.361178"], ["updated_at", "2018-10-11 16:43:34.361178"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.363616"], ["updated_at", "2018-10-11 16:43:34.363616"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.365822"], ["updated_at", "2018-10-11 16:43:34.365822"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.368219"], ["updated_at", "2018-10-11 16:43:34.368219"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.370837"], ["updated_at", "2018-10-11 16:43:34.370837"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.373106"], ["updated_at", "2018-10-11 16:43:34.373106"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.374867"], ["updated_at", "2018-10-11 16:43:34.374867"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.376533"], ["updated_at", "2018-10-11 16:43:34.376533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.378149"], ["updated_at", "2018-10-11 16:43:34.378149"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.379794"], ["updated_at", "2018-10-11 16:43:34.379794"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.381440"], ["updated_at", "2018-10-11 16:43:34.381440"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.383191"], ["updated_at", "2018-10-11 16:43:34.383191"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.385420"], ["updated_at", "2018-10-11 16:43:34.385420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.387459"], ["updated_at", "2018-10-11 16:43:34.387459"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.389100"], ["updated_at", "2018-10-11 16:43:34.389100"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.390904"], ["updated_at", "2018-10-11 16:43:34.390904"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.392835"], ["updated_at", "2018-10-11 16:43:34.392835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.394477"], ["updated_at", "2018-10-11 16:43:34.394477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.396110"], ["updated_at", "2018-10-11 16:43:34.396110"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.397653"], ["updated_at", "2018-10-11 16:43:34.397653"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.399385"], ["updated_at", "2018-10-11 16:43:34.399385"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.401716"], ["updated_at", "2018-10-11 16:43:34.401716"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.403644"], ["updated_at", "2018-10-11 16:43:34.403644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.405332"], ["updated_at", "2018-10-11 16:43:34.405332"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.406905"], ["updated_at", "2018-10-11 16:43:34.406905"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.408692"], ["updated_at", "2018-10-11 16:43:34.408692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.410380"], ["updated_at", "2018-10-11 16:43:34.410380"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.411969"], ["updated_at", "2018-10-11 16:43:34.411969"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.413585"], ["updated_at", "2018-10-11 16:43:34.413585"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.415154"], ["updated_at", "2018-10-11 16:43:34.415154"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.416912"], ["updated_at", "2018-10-11 16:43:34.416912"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.419006"], ["updated_at", "2018-10-11 16:43:34.419006"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.420815"], ["updated_at", "2018-10-11 16:43:34.420815"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.422458"], ["updated_at", "2018-10-11 16:43:34.422458"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.424038"], ["updated_at", "2018-10-11 16:43:34.424038"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.425898"], ["updated_at", "2018-10-11 16:43:34.425898"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.427516"], ["updated_at", "2018-10-11 16:43:34.427516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.429183"], ["updated_at", "2018-10-11 16:43:34.429183"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.430807"], ["updated_at", "2018-10-11 16:43:34.430807"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.432420"], ["updated_at", "2018-10-11 16:43:34.432420"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.434477"], ["updated_at", "2018-10-11 16:43:34.434477"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.436655"], ["updated_at", "2018-10-11 16:43:34.436655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.438357"], ["updated_at", "2018-10-11 16:43:34.438357"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.440036"], ["updated_at", "2018-10-11 16:43:34.440036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.441755"], ["updated_at", "2018-10-11 16:43:34.441755"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.443337"], ["updated_at", "2018-10-11 16:43:34.443337"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.444906"], ["updated_at", "2018-10-11 16:43:34.444906"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.446533"], ["updated_at", "2018-10-11 16:43:34.446533"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.448100"], ["updated_at", "2018-10-11 16:43:34.448100"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.449878"], ["updated_at", "2018-10-11 16:43:34.449878"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.451947"], ["updated_at", "2018-10-11 16:43:34.451947"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.454097"], ["updated_at", "2018-10-11 16:43:34.454097"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.455930"], ["updated_at", "2018-10-11 16:43:34.455930"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.457634"], ["updated_at", "2018-10-11 16:43:34.457634"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.459297"], ["updated_at", "2018-10-11 16:43:34.459297"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.460853"], ["updated_at", "2018-10-11 16:43:34.460853"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.462491"], ["updated_at", "2018-10-11 16:43:34.462491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.464127"], ["updated_at", "2018-10-11 16:43:34.464127"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.465827"], ["updated_at", "2018-10-11 16:43:34.465827"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.467735"], ["updated_at", "2018-10-11 16:43:34.467735"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.470000"], ["updated_at", "2018-10-11 16:43:34.470000"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.471671"], ["updated_at", "2018-10-11 16:43:34.471671"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.473281"], ["updated_at", "2018-10-11 16:43:34.473281"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.475447"], ["updated_at", "2018-10-11 16:43:34.475447"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.478157"], ["updated_at", "2018-10-11 16:43:34.478157"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.480539"], ["updated_at", "2018-10-11 16:43:34.480539"], ["parent_id", 39895952907]] Kithe::Work Create (1.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.482774"], ["updated_at", "2018-10-11 16:43:34.482774"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.486437"], ["updated_at", "2018-10-11 16:43:34.486437"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.488858"], ["updated_at", "2018-10-11 16:43:34.488858"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.490879"], ["updated_at", "2018-10-11 16:43:34.490879"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.493170"], ["updated_at", "2018-10-11 16:43:34.493170"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.495409"], ["updated_at", "2018-10-11 16:43:34.495409"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.497692"], ["updated_at", "2018-10-11 16:43:34.497692"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.499394"], ["updated_at", "2018-10-11 16:43:34.499394"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.501347"], ["updated_at", "2018-10-11 16:43:34.501347"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.505211"], ["updated_at", "2018-10-11 16:43:34.505211"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.506846"], ["updated_at", "2018-10-11 16:43:34.506846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.508457"], ["updated_at", "2018-10-11 16:43:34.508457"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.510036"], ["updated_at", "2018-10-11 16:43:34.510036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.511721"], ["updated_at", "2018-10-11 16:43:34.511721"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.513354"], ["updated_at", "2018-10-11 16:43:34.513354"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.514930"], ["updated_at", "2018-10-11 16:43:34.514930"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.516731"], ["updated_at", "2018-10-11 16:43:34.516731"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.518815"], ["updated_at", "2018-10-11 16:43:34.518815"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.520799"], ["updated_at", "2018-10-11 16:43:34.520799"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.522654"], ["updated_at", "2018-10-11 16:43:34.522654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.524270"], ["updated_at", "2018-10-11 16:43:34.524270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.525848"], ["updated_at", "2018-10-11 16:43:34.525848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.527460"], ["updated_at", "2018-10-11 16:43:34.527460"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.529053"], ["updated_at", "2018-10-11 16:43:34.529053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.530836"], ["updated_at", "2018-10-11 16:43:34.530836"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.532394"], ["updated_at", "2018-10-11 16:43:34.532394"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.534615"], ["updated_at", "2018-10-11 16:43:34.534615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.536749"], ["updated_at", "2018-10-11 16:43:34.536749"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.538424"], ["updated_at", "2018-10-11 16:43:34.538424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.540092"], ["updated_at", "2018-10-11 16:43:34.540092"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.541641"], ["updated_at", "2018-10-11 16:43:34.541641"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.543257"], ["updated_at", "2018-10-11 16:43:34.543257"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.544825"], ["updated_at", "2018-10-11 16:43:34.544825"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.546444"], ["updated_at", "2018-10-11 16:43:34.546444"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.548029"], ["updated_at", "2018-10-11 16:43:34.548029"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.549676"], ["updated_at", "2018-10-11 16:43:34.549676"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.551954"], ["updated_at", "2018-10-11 16:43:34.551954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.554020"], ["updated_at", "2018-10-11 16:43:34.554020"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.555754"], ["updated_at", "2018-10-11 16:43:34.555754"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.557389"], ["updated_at", "2018-10-11 16:43:34.557389"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.559160"], ["updated_at", "2018-10-11 16:43:34.559160"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.560756"], ["updated_at", "2018-10-11 16:43:34.560756"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.562392"], ["updated_at", "2018-10-11 16:43:34.562392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.563952"], ["updated_at", "2018-10-11 16:43:34.563952"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.565561"], ["updated_at", "2018-10-11 16:43:34.565561"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.567482"], ["updated_at", "2018-10-11 16:43:34.567482"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.569894"], ["updated_at", "2018-10-11 16:43:34.569894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.571663"], ["updated_at", "2018-10-11 16:43:34.571663"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.573283"], ["updated_at", "2018-10-11 16:43:34.573283"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.575095"], ["updated_at", "2018-10-11 16:43:34.575095"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.577120"], ["updated_at", "2018-10-11 16:43:34.577120"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.579139"], ["updated_at", "2018-10-11 16:43:34.579139"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.581415"], ["updated_at", "2018-10-11 16:43:34.581415"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.583670"], ["updated_at", "2018-10-11 16:43:34.583670"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.586083"], ["updated_at", "2018-10-11 16:43:34.586083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.587909"], ["updated_at", "2018-10-11 16:43:34.587909"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.589481"], ["updated_at", "2018-10-11 16:43:34.589481"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.591333"], ["updated_at", "2018-10-11 16:43:34.591333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.592972"], ["updated_at", "2018-10-11 16:43:34.592972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.594580"], ["updated_at", "2018-10-11 16:43:34.594580"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.596213"], ["updated_at", "2018-10-11 16:43:34.596213"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.597810"], ["updated_at", "2018-10-11 16:43:34.597810"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.599627"], ["updated_at", "2018-10-11 16:43:34.599627"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.602486"], ["updated_at", "2018-10-11 16:43:34.602486"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.605808"], ["updated_at", "2018-10-11 16:43:34.605808"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.607926"], ["updated_at", "2018-10-11 16:43:34.607926"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.610198"], ["updated_at", "2018-10-11 16:43:34.610198"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.612414"], ["updated_at", "2018-10-11 16:43:34.612414"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.614647"], ["updated_at", "2018-10-11 16:43:34.614647"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.616960"], ["updated_at", "2018-10-11 16:43:34.616960"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.619339"], ["updated_at", "2018-10-11 16:43:34.619339"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.621889"], ["updated_at", "2018-10-11 16:43:34.621889"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.623535"], ["updated_at", "2018-10-11 16:43:34.623535"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.625975"], ["updated_at", "2018-10-11 16:43:34.625975"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.628304"], ["updated_at", "2018-10-11 16:43:34.628304"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.630016"], ["updated_at", "2018-10-11 16:43:34.630016"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.631691"], ["updated_at", "2018-10-11 16:43:34.631691"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.633471"], ["updated_at", "2018-10-11 16:43:34.633471"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.636036"], ["updated_at", "2018-10-11 16:43:34.636036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.637835"], ["updated_at", "2018-10-11 16:43:34.637835"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.639496"], ["updated_at", "2018-10-11 16:43:34.639496"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.641104"], ["updated_at", "2018-10-11 16:43:34.641104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.642742"], ["updated_at", "2018-10-11 16:43:34.642742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.645678"], ["updated_at", "2018-10-11 16:43:34.645678"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.647289"], ["updated_at", "2018-10-11 16:43:34.647289"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.648885"], ["updated_at", "2018-10-11 16:43:34.648885"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.651546"], ["updated_at", "2018-10-11 16:43:34.651546"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.654071"], ["updated_at", "2018-10-11 16:43:34.654071"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.656119"], ["updated_at", "2018-10-11 16:43:34.656119"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.658820"], ["updated_at", "2018-10-11 16:43:34.658820"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.661656"], ["updated_at", "2018-10-11 16:43:34.661656"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.664432"], ["updated_at", "2018-10-11 16:43:34.664432"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.667118"], ["updated_at", "2018-10-11 16:43:34.667118"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.669680"], ["updated_at", "2018-10-11 16:43:34.669680"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.672348"], ["updated_at", "2018-10-11 16:43:34.672348"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.675174"], ["updated_at", "2018-10-11 16:43:34.675174"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.677907"], ["updated_at", "2018-10-11 16:43:34.677907"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.679957"], ["updated_at", "2018-10-11 16:43:34.679957"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.682114"], ["updated_at", "2018-10-11 16:43:34.682114"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.684746"], ["updated_at", "2018-10-11 16:43:34.684746"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.687468"], ["updated_at", "2018-10-11 16:43:34.687468"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.689520"], ["updated_at", "2018-10-11 16:43:34.689520"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.691273"], ["updated_at", "2018-10-11 16:43:34.691273"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.693270"], ["updated_at", "2018-10-11 16:43:34.693270"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.694980"], ["updated_at", "2018-10-11 16:43:34.694980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.696558"], ["updated_at", "2018-10-11 16:43:34.696558"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.698165"], ["updated_at", "2018-10-11 16:43:34.698165"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.700015"], ["updated_at", "2018-10-11 16:43:34.700015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.701838"], ["updated_at", "2018-10-11 16:43:34.701838"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.703524"], ["updated_at", "2018-10-11 16:43:34.703524"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.705188"], ["updated_at", "2018-10-11 16:43:34.705188"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.706745"], ["updated_at", "2018-10-11 16:43:34.706745"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.708392"], ["updated_at", "2018-10-11 16:43:34.708392"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.709975"], ["updated_at", "2018-10-11 16:43:34.709975"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.711621"], ["updated_at", "2018-10-11 16:43:34.711621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.713162"], ["updated_at", "2018-10-11 16:43:34.713162"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.714788"], ["updated_at", "2018-10-11 16:43:34.714788"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.716497"], ["updated_at", "2018-10-11 16:43:34.716497"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.718629"], ["updated_at", "2018-10-11 16:43:34.718629"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.720466"], ["updated_at", "2018-10-11 16:43:34.720466"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.722164"], ["updated_at", "2018-10-11 16:43:34.722164"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.723826"], ["updated_at", "2018-10-11 16:43:34.723826"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.725558"], ["updated_at", "2018-10-11 16:43:34.725558"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.727301"], ["updated_at", "2018-10-11 16:43:34.727301"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.729549"], ["updated_at", "2018-10-11 16:43:34.729549"], ["parent_id", 39895952907]] Kithe::Work Create (1.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.731974"], ["updated_at", "2018-10-11 16:43:34.731974"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.735238"], ["updated_at", "2018-10-11 16:43:34.735238"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.737625"], ["updated_at", "2018-10-11 16:43:34.737625"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.739813"], ["updated_at", "2018-10-11 16:43:34.739813"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.741942"], ["updated_at", "2018-10-11 16:43:34.741942"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.744077"], ["updated_at", "2018-10-11 16:43:34.744077"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.746299"], ["updated_at", "2018-10-11 16:43:34.746299"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.747942"], ["updated_at", "2018-10-11 16:43:34.747942"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.749683"], ["updated_at", "2018-10-11 16:43:34.749683"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.751551"], ["updated_at", "2018-10-11 16:43:34.751551"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.753421"], ["updated_at", "2018-10-11 16:43:34.753421"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.755178"], ["updated_at", "2018-10-11 16:43:34.755178"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.756862"], ["updated_at", "2018-10-11 16:43:34.756862"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.758516"], ["updated_at", "2018-10-11 16:43:34.758516"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.760209"], ["updated_at", "2018-10-11 16:43:34.760209"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.761909"], ["updated_at", "2018-10-11 16:43:34.761909"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.763653"], ["updated_at", "2018-10-11 16:43:34.763653"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.765470"], ["updated_at", "2018-10-11 16:43:34.765470"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.767144"], ["updated_at", "2018-10-11 16:43:34.767144"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.769133"], ["updated_at", "2018-10-11 16:43:34.769133"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.770814"], ["updated_at", "2018-10-11 16:43:34.770814"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.772400"], ["updated_at", "2018-10-11 16:43:34.772400"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.774191"], ["updated_at", "2018-10-11 16:43:34.774191"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.775836"], ["updated_at", "2018-10-11 16:43:34.775836"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.777487"], ["updated_at", "2018-10-11 16:43:34.777487"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.779237"], ["updated_at", "2018-10-11 16:43:34.779237"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.780817"], ["updated_at", "2018-10-11 16:43:34.780817"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.782665"], ["updated_at", "2018-10-11 16:43:34.782665"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.784442"], ["updated_at", "2018-10-11 16:43:34.784442"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.786248"], ["updated_at", "2018-10-11 16:43:34.786248"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.788008"], ["updated_at", "2018-10-11 16:43:34.788008"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.789709"], ["updated_at", "2018-10-11 16:43:34.789709"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.791553"], ["updated_at", "2018-10-11 16:43:34.791553"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.793478"], ["updated_at", "2018-10-11 16:43:34.793478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.795119"], ["updated_at", "2018-10-11 16:43:34.795119"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.796918"], ["updated_at", "2018-10-11 16:43:34.796918"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.798765"], ["updated_at", "2018-10-11 16:43:34.798765"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.801163"], ["updated_at", "2018-10-11 16:43:34.801163"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.803059"], ["updated_at", "2018-10-11 16:43:34.803059"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.804810"], ["updated_at", "2018-10-11 16:43:34.804810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.806485"], ["updated_at", "2018-10-11 16:43:34.806485"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.808193"], ["updated_at", "2018-10-11 16:43:34.808193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.809762"], ["updated_at", "2018-10-11 16:43:34.809762"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.811378"], ["updated_at", "2018-10-11 16:43:34.811378"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.813118"], ["updated_at", "2018-10-11 16:43:34.813118"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.814849"], ["updated_at", "2018-10-11 16:43:34.814849"], ["parent_id", 39895952907]] Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.816685"], ["updated_at", "2018-10-11 16:43:34.816685"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.819424"], ["updated_at", "2018-10-11 16:43:34.819424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.821341"], ["updated_at", "2018-10-11 16:43:34.821341"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.823013"], ["updated_at", "2018-10-11 16:43:34.823013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.824588"], ["updated_at", "2018-10-11 16:43:34.824588"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.826371"], ["updated_at", "2018-10-11 16:43:34.826371"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.828123"], ["updated_at", "2018-10-11 16:43:34.828123"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.829957"], ["updated_at", "2018-10-11 16:43:34.829957"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.832017"], ["updated_at", "2018-10-11 16:43:34.832017"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.834815"], ["updated_at", "2018-10-11 16:43:34.834815"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.837280"], ["updated_at", "2018-10-11 16:43:34.837280"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.839107"], ["updated_at", "2018-10-11 16:43:34.839107"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.840753"], ["updated_at", "2018-10-11 16:43:34.840753"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.842326"], ["updated_at", "2018-10-11 16:43:34.842326"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.844189"], ["updated_at", "2018-10-11 16:43:34.844189"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.845872"], ["updated_at", "2018-10-11 16:43:34.845872"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.847480"], ["updated_at", "2018-10-11 16:43:34.847480"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.849047"], ["updated_at", "2018-10-11 16:43:34.849047"], ["parent_id", 39895952907]] Kithe::Work Create (1.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.851235"], ["updated_at", "2018-10-11 16:43:34.851235"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.855213"], ["updated_at", "2018-10-11 16:43:34.855213"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.857603"], ["updated_at", "2018-10-11 16:43:34.857603"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.859770"], ["updated_at", "2018-10-11 16:43:34.859770"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.862133"], ["updated_at", "2018-10-11 16:43:34.862133"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.864497"], ["updated_at", "2018-10-11 16:43:34.864497"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.866879"], ["updated_at", "2018-10-11 16:43:34.866879"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.870513"], ["updated_at", "2018-10-11 16:43:34.870513"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.872490"], ["updated_at", "2018-10-11 16:43:34.872490"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.874129"], ["updated_at", "2018-10-11 16:43:34.874129"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.875870"], ["updated_at", "2018-10-11 16:43:34.875870"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.877540"], ["updated_at", "2018-10-11 16:43:34.877540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.879101"], ["updated_at", "2018-10-11 16:43:34.879101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.880682"], ["updated_at", "2018-10-11 16:43:34.880682"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.882440"], ["updated_at", "2018-10-11 16:43:34.882440"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.884327"], ["updated_at", "2018-10-11 16:43:34.884327"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.886623"], ["updated_at", "2018-10-11 16:43:34.886623"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.888360"], ["updated_at", "2018-10-11 16:43:34.888360"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.890089"], ["updated_at", "2018-10-11 16:43:34.890089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.892010"], ["updated_at", "2018-10-11 16:43:34.892010"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.893676"], ["updated_at", "2018-10-11 16:43:34.893676"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.895281"], ["updated_at", "2018-10-11 16:43:34.895281"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.896962"], ["updated_at", "2018-10-11 16:43:34.896962"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.898608"], ["updated_at", "2018-10-11 16:43:34.898608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.900481"], ["updated_at", "2018-10-11 16:43:34.900481"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.902377"], ["updated_at", "2018-10-11 16:43:34.902377"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.904104"], ["updated_at", "2018-10-11 16:43:34.904104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.905810"], ["updated_at", "2018-10-11 16:43:34.905810"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.907387"], ["updated_at", "2018-10-11 16:43:34.907387"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.909029"], ["updated_at", "2018-10-11 16:43:34.909029"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.910647"], ["updated_at", "2018-10-11 16:43:34.910647"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.912275"], ["updated_at", "2018-10-11 16:43:34.912275"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.913813"], ["updated_at", "2018-10-11 16:43:34.913813"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.915424"], ["updated_at", "2018-10-11 16:43:34.915424"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.917137"], ["updated_at", "2018-10-11 16:43:34.917137"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.919015"], ["updated_at", "2018-10-11 16:43:34.919015"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.920826"], ["updated_at", "2018-10-11 16:43:34.920826"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.922527"], ["updated_at", "2018-10-11 16:43:34.922527"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.924412"], ["updated_at", "2018-10-11 16:43:34.924412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.925954"], ["updated_at", "2018-10-11 16:43:34.925954"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.927547"], ["updated_at", "2018-10-11 16:43:34.927547"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.929238"], ["updated_at", "2018-10-11 16:43:34.929238"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.930801"], ["updated_at", "2018-10-11 16:43:34.930801"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.932437"], ["updated_at", "2018-10-11 16:43:34.932437"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.934464"], ["updated_at", "2018-10-11 16:43:34.934464"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.937279"], ["updated_at", "2018-10-11 16:43:34.937279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.939089"], ["updated_at", "2018-10-11 16:43:34.939089"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.940787"], ["updated_at", "2018-10-11 16:43:34.940787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.942435"], ["updated_at", "2018-10-11 16:43:34.942435"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.944024"], ["updated_at", "2018-10-11 16:43:34.944024"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.945632"], ["updated_at", "2018-10-11 16:43:34.945632"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.947229"], ["updated_at", "2018-10-11 16:43:34.947229"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.948869"], ["updated_at", "2018-10-11 16:43:34.948869"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.950529"], ["updated_at", "2018-10-11 16:43:34.950529"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.952979"], ["updated_at", "2018-10-11 16:43:34.952979"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.954836"], ["updated_at", "2018-10-11 16:43:34.954836"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.957688"], ["updated_at", "2018-10-11 16:43:34.957688"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.959420"], ["updated_at", "2018-10-11 16:43:34.959420"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.960956"], ["updated_at", "2018-10-11 16:43:34.960956"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.962603"], ["updated_at", "2018-10-11 16:43:34.962603"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.964197"], ["updated_at", "2018-10-11 16:43:34.964197"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.965812"], ["updated_at", "2018-10-11 16:43:34.965812"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.967715"], ["updated_at", "2018-10-11 16:43:34.967715"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.970101"], ["updated_at", "2018-10-11 16:43:34.970101"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.971818"], ["updated_at", "2018-10-11 16:43:34.971818"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.973443"], ["updated_at", "2018-10-11 16:43:34.973443"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.975171"], ["updated_at", "2018-10-11 16:43:34.975171"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.977319"], ["updated_at", "2018-10-11 16:43:34.977319"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.979126"], ["updated_at", "2018-10-11 16:43:34.979126"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.981353"], ["updated_at", "2018-10-11 16:43:34.981353"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.983711"], ["updated_at", "2018-10-11 16:43:34.983711"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.986043"], ["updated_at", "2018-10-11 16:43:34.986043"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.988589"], ["updated_at", "2018-10-11 16:43:34.988589"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.991243"], ["updated_at", "2018-10-11 16:43:34.991243"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.993465"], ["updated_at", "2018-10-11 16:43:34.993465"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.995153"], ["updated_at", "2018-10-11 16:43:34.995153"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.996791"], ["updated_at", "2018-10-11 16:43:34.996791"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:34.998396"], ["updated_at", "2018-10-11 16:43:34.998396"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.000331"], ["updated_at", "2018-10-11 16:43:35.000331"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.002842"], ["updated_at", "2018-10-11 16:43:35.002842"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.004727"], ["updated_at", "2018-10-11 16:43:35.004727"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.006330"], ["updated_at", "2018-10-11 16:43:35.006330"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.007974"], ["updated_at", "2018-10-11 16:43:35.007974"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.009594"], ["updated_at", "2018-10-11 16:43:35.009594"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.011194"], ["updated_at", "2018-10-11 16:43:35.011194"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.012823"], ["updated_at", "2018-10-11 16:43:35.012823"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.014398"], ["updated_at", "2018-10-11 16:43:35.014398"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.016047"], ["updated_at", "2018-10-11 16:43:35.016047"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.017773"], ["updated_at", "2018-10-11 16:43:35.017773"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.020282"], ["updated_at", "2018-10-11 16:43:35.020282"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.022021"], ["updated_at", "2018-10-11 16:43:35.022021"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.023621"], ["updated_at", "2018-10-11 16:43:35.023621"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.025279"], ["updated_at", "2018-10-11 16:43:35.025279"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.026819"], ["updated_at", "2018-10-11 16:43:35.026819"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.028742"], ["updated_at", "2018-10-11 16:43:35.028742"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.030516"], ["updated_at", "2018-10-11 16:43:35.030516"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.032210"], ["updated_at", "2018-10-11 16:43:35.032210"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.033994"], ["updated_at", "2018-10-11 16:43:35.033994"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.035768"], ["updated_at", "2018-10-11 16:43:35.035768"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.037474"], ["updated_at", "2018-10-11 16:43:35.037474"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.039163"], ["updated_at", "2018-10-11 16:43:35.039163"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.040809"], ["updated_at", "2018-10-11 16:43:35.040809"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.042416"], ["updated_at", "2018-10-11 16:43:35.042416"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.043997"], ["updated_at", "2018-10-11 16:43:35.043997"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.045627"], ["updated_at", "2018-10-11 16:43:35.045627"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.047196"], ["updated_at", "2018-10-11 16:43:35.047196"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.048926"], ["updated_at", "2018-10-11 16:43:35.048926"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.050912"], ["updated_at", "2018-10-11 16:43:35.050912"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.052920"], ["updated_at", "2018-10-11 16:43:35.052920"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.055083"], ["updated_at", "2018-10-11 16:43:35.055083"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.056783"], ["updated_at", "2018-10-11 16:43:35.056783"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.058372"], ["updated_at", "2018-10-11 16:43:35.058372"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.059962"], ["updated_at", "2018-10-11 16:43:35.059962"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.061571"], ["updated_at", "2018-10-11 16:43:35.061571"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.063225"], ["updated_at", "2018-10-11 16:43:35.063225"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.064796"], ["updated_at", "2018-10-11 16:43:35.064796"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.066702"], ["updated_at", "2018-10-11 16:43:35.066702"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.069235"], ["updated_at", "2018-10-11 16:43:35.069235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.071387"], ["updated_at", "2018-10-11 16:43:35.071387"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.073104"], ["updated_at", "2018-10-11 16:43:35.073104"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.074822"], ["updated_at", "2018-10-11 16:43:35.074822"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.076385"], ["updated_at", "2018-10-11 16:43:35.076385"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.078272"], ["updated_at", "2018-10-11 16:43:35.078272"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.080072"], ["updated_at", "2018-10-11 16:43:35.080072"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.081710"], ["updated_at", "2018-10-11 16:43:35.081710"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.083359"], ["updated_at", "2018-10-11 16:43:35.083359"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.085086"], ["updated_at", "2018-10-11 16:43:35.085086"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.086844"], ["updated_at", "2018-10-11 16:43:35.086844"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.088895"], ["updated_at", "2018-10-11 16:43:35.088895"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.091560"], ["updated_at", "2018-10-11 16:43:35.091560"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.093408"], ["updated_at", "2018-10-11 16:43:35.093408"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.094956"], ["updated_at", "2018-10-11 16:43:35.094956"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.096613"], ["updated_at", "2018-10-11 16:43:35.096613"], ["parent_id", 39895952907]] Kithe::Work Create (2.3ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.098648"], ["updated_at", "2018-10-11 16:43:35.098648"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.103416"], ["updated_at", "2018-10-11 16:43:35.103416"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.106905"], ["updated_at", "2018-10-11 16:43:35.106905"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.110422"], ["updated_at", "2018-10-11 16:43:35.110422"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.113813"], ["updated_at", "2018-10-11 16:43:35.113813"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.116905"], ["updated_at", "2018-10-11 16:43:35.116905"], ["parent_id", 39895952907]] Kithe::Work Create (1.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.119936"], ["updated_at", "2018-10-11 16:43:35.119936"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.123619"], ["updated_at", "2018-10-11 16:43:35.123619"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.126013"], ["updated_at", "2018-10-11 16:43:35.126013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.127555"], ["updated_at", "2018-10-11 16:43:35.127555"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.129085"], ["updated_at", "2018-10-11 16:43:35.129085"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.130671"], ["updated_at", "2018-10-11 16:43:35.130671"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.132517"], ["updated_at", "2018-10-11 16:43:35.132517"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.135248"], ["updated_at", "2018-10-11 16:43:35.135248"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.137538"], ["updated_at", "2018-10-11 16:43:35.137538"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.139319"], ["updated_at", "2018-10-11 16:43:35.139319"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.140891"], ["updated_at", "2018-10-11 16:43:35.140891"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.142597"], ["updated_at", "2018-10-11 16:43:35.142597"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.144824"], ["updated_at", "2018-10-11 16:43:35.144824"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.146633"], ["updated_at", "2018-10-11 16:43:35.146633"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.148276"], ["updated_at", "2018-10-11 16:43:35.148276"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.149831"], ["updated_at", "2018-10-11 16:43:35.149831"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.151476"], ["updated_at", "2018-10-11 16:43:35.151476"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.153143"], ["updated_at", "2018-10-11 16:43:35.153143"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.154980"], ["updated_at", "2018-10-11 16:43:35.154980"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.156743"], ["updated_at", "2018-10-11 16:43:35.156743"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.158379"], ["updated_at", "2018-10-11 16:43:35.158379"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.160049"], ["updated_at", "2018-10-11 16:43:35.160049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.161728"], ["updated_at", "2018-10-11 16:43:35.161728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.163320"], ["updated_at", "2018-10-11 16:43:35.163320"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.164916"], ["updated_at", "2018-10-11 16:43:35.164916"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.166509"], ["updated_at", "2018-10-11 16:43:35.166509"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.168133"], ["updated_at", "2018-10-11 16:43:35.168133"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.169733"], ["updated_at", "2018-10-11 16:43:35.169733"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.171682"], ["updated_at", "2018-10-11 16:43:35.171682"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.173406"], ["updated_at", "2018-10-11 16:43:35.173406"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.174982"], ["updated_at", "2018-10-11 16:43:35.174982"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.176557"], ["updated_at", "2018-10-11 16:43:35.176557"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.178342"], ["updated_at", "2018-10-11 16:43:35.178342"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.179955"], ["updated_at", "2018-10-11 16:43:35.179955"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.181474"], ["updated_at", "2018-10-11 16:43:35.181474"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.183109"], ["updated_at", "2018-10-11 16:43:35.183109"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.185832"], ["updated_at", "2018-10-11 16:43:35.185832"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.187792"], ["updated_at", "2018-10-11 16:43:35.187792"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.189511"], ["updated_at", "2018-10-11 16:43:35.189511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.191121"], ["updated_at", "2018-10-11 16:43:35.191121"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.192812"], ["updated_at", "2018-10-11 16:43:35.192812"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.194415"], ["updated_at", "2018-10-11 16:43:35.194415"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.196036"], ["updated_at", "2018-10-11 16:43:35.196036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.197656"], ["updated_at", "2018-10-11 16:43:35.197656"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.199211"], ["updated_at", "2018-10-11 16:43:35.199211"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.200996"], ["updated_at", "2018-10-11 16:43:35.200996"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.202901"], ["updated_at", "2018-10-11 16:43:35.202901"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.204781"], ["updated_at", "2018-10-11 16:43:35.204781"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.206511"], ["updated_at", "2018-10-11 16:43:35.206511"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.208135"], ["updated_at", "2018-10-11 16:43:35.208135"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.209696"], ["updated_at", "2018-10-11 16:43:35.209696"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.211255"], ["updated_at", "2018-10-11 16:43:35.211255"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.212860"], ["updated_at", "2018-10-11 16:43:35.212860"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.214542"], ["updated_at", "2018-10-11 16:43:35.214542"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.216164"], ["updated_at", "2018-10-11 16:43:35.216164"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.217910"], ["updated_at", "2018-10-11 16:43:35.217910"], ["parent_id", 39895952907]] Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.220137"], ["updated_at", "2018-10-11 16:43:35.220137"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.223075"], ["updated_at", "2018-10-11 16:43:35.223075"], ["parent_id", 39895952907]] Kithe::Work Create (1.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.226864"], ["updated_at", "2018-10-11 16:43:35.226864"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.230480"], ["updated_at", "2018-10-11 16:43:35.230480"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.234032"], ["updated_at", "2018-10-11 16:43:35.234032"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.238098"], ["updated_at", "2018-10-11 16:43:35.238098"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.240052"], ["updated_at", "2018-10-11 16:43:35.240052"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.241615"], ["updated_at", "2018-10-11 16:43:35.241615"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.243235"], ["updated_at", "2018-10-11 16:43:35.243235"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.244801"], ["updated_at", "2018-10-11 16:43:35.244801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.246451"], ["updated_at", "2018-10-11 16:43:35.246451"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.248003"], ["updated_at", "2018-10-11 16:43:35.248003"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.249736"], ["updated_at", "2018-10-11 16:43:35.249736"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.251388"], ["updated_at", "2018-10-11 16:43:35.251388"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.253208"], ["updated_at", "2018-10-11 16:43:35.253208"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.255050"], ["updated_at", "2018-10-11 16:43:35.255050"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.256789"], ["updated_at", "2018-10-11 16:43:35.256789"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.258446"], ["updated_at", "2018-10-11 16:43:35.258446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.260290"], ["updated_at", "2018-10-11 16:43:35.260290"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.261894"], ["updated_at", "2018-10-11 16:43:35.261894"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.263470"], ["updated_at", "2018-10-11 16:43:35.263470"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.265154"], ["updated_at", "2018-10-11 16:43:35.265154"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.267036"], ["updated_at", "2018-10-11 16:43:35.267036"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.270774"], ["updated_at", "2018-10-11 16:43:35.270774"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.272495"], ["updated_at", "2018-10-11 16:43:35.272495"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.274152"], ["updated_at", "2018-10-11 16:43:35.274152"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.275672"], ["updated_at", "2018-10-11 16:43:35.275672"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.277283"], ["updated_at", "2018-10-11 16:43:35.277283"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.278880"], ["updated_at", "2018-10-11 16:43:35.278880"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.280458"], ["updated_at", "2018-10-11 16:43:35.280458"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.282174"], ["updated_at", "2018-10-11 16:43:35.282174"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.283793"], ["updated_at", "2018-10-11 16:43:35.283793"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.285491"], ["updated_at", "2018-10-11 16:43:35.285491"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.287265"], ["updated_at", "2018-10-11 16:43:35.287265"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.288882"], ["updated_at", "2018-10-11 16:43:35.288882"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.290540"], ["updated_at", "2018-10-11 16:43:35.290540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.292118"], ["updated_at", "2018-10-11 16:43:35.292118"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.293668"], ["updated_at", "2018-10-11 16:43:35.293668"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.295375"], ["updated_at", "2018-10-11 16:43:35.295375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.296970"], ["updated_at", "2018-10-11 16:43:35.296970"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.298612"], ["updated_at", "2018-10-11 16:43:35.298612"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.300478"], ["updated_at", "2018-10-11 16:43:35.300478"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.302531"], ["updated_at", "2018-10-11 16:43:35.302531"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.304149"], ["updated_at", "2018-10-11 16:43:35.304149"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.305841"], ["updated_at", "2018-10-11 16:43:35.305841"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.307540"], ["updated_at", "2018-10-11 16:43:35.307540"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.309226"], ["updated_at", "2018-10-11 16:43:35.309226"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.310915"], ["updated_at", "2018-10-11 16:43:35.310915"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.312654"], ["updated_at", "2018-10-11 16:43:35.312654"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.314173"], ["updated_at", "2018-10-11 16:43:35.314173"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.315783"], ["updated_at", "2018-10-11 16:43:35.315783"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.317375"], ["updated_at", "2018-10-11 16:43:35.317375"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.319181"], ["updated_at", "2018-10-11 16:43:35.319181"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.320851"], ["updated_at", "2018-10-11 16:43:35.320851"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.322804"], ["updated_at", "2018-10-11 16:43:35.322804"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.324445"], ["updated_at", "2018-10-11 16:43:35.324445"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.326061"], ["updated_at", "2018-10-11 16:43:35.326061"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.327649"], ["updated_at", "2018-10-11 16:43:35.327649"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.329313"], ["updated_at", "2018-10-11 16:43:35.329313"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.330904"], ["updated_at", "2018-10-11 16:43:35.330904"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.332466"], ["updated_at", "2018-10-11 16:43:35.332466"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.334318"], ["updated_at", "2018-10-11 16:43:35.334318"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.336153"], ["updated_at", "2018-10-11 16:43:35.336153"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.337910"], ["updated_at", "2018-10-11 16:43:35.337910"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.339634"], ["updated_at", "2018-10-11 16:43:35.339634"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.341270"], ["updated_at", "2018-10-11 16:43:35.341270"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.343667"], ["updated_at", "2018-10-11 16:43:35.343667"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.347215"], ["updated_at", "2018-10-11 16:43:35.347215"], ["parent_id", 39895952907]] Kithe::Work Create (1.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.350749"], ["updated_at", "2018-10-11 16:43:35.350749"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.355036"], ["updated_at", "2018-10-11 16:43:35.355036"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.358639"], ["updated_at", "2018-10-11 16:43:35.358639"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.361512"], ["updated_at", "2018-10-11 16:43:35.361512"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.363110"], ["updated_at", "2018-10-11 16:43:35.363110"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.364691"], ["updated_at", "2018-10-11 16:43:35.364691"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.366436"], ["updated_at", "2018-10-11 16:43:35.366436"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.368107"], ["updated_at", "2018-10-11 16:43:35.368107"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.369796"], ["updated_at", "2018-10-11 16:43:35.369796"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.371561"], ["updated_at", "2018-10-11 16:43:35.371561"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.373251"], ["updated_at", "2018-10-11 16:43:35.373251"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.374801"], ["updated_at", "2018-10-11 16:43:35.374801"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.376430"], ["updated_at", "2018-10-11 16:43:35.376430"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.378028"], ["updated_at", "2018-10-11 16:43:35.378028"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.379638"], ["updated_at", "2018-10-11 16:43:35.379638"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.381197"], ["updated_at", "2018-10-11 16:43:35.381197"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.382853"], ["updated_at", "2018-10-11 16:43:35.382853"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.384887"], ["updated_at", "2018-10-11 16:43:35.384887"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.386659"], ["updated_at", "2018-10-11 16:43:35.386659"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.388533"], ["updated_at", "2018-10-11 16:43:35.388533"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.390303"], ["updated_at", "2018-10-11 16:43:35.390303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.391933"], ["updated_at", "2018-10-11 16:43:35.391933"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.393479"], ["updated_at", "2018-10-11 16:43:35.393479"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.395070"], ["updated_at", "2018-10-11 16:43:35.395070"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.396734"], ["updated_at", "2018-10-11 16:43:35.396734"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.398340"], ["updated_at", "2018-10-11 16:43:35.398340"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.399986"], ["updated_at", "2018-10-11 16:43:35.399986"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.401655"], ["updated_at", "2018-10-11 16:43:35.401655"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.403325"], ["updated_at", "2018-10-11 16:43:35.403325"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.404944"], ["updated_at", "2018-10-11 16:43:35.404944"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.406611"], ["updated_at", "2018-10-11 16:43:35.406611"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.408159"], ["updated_at", "2018-10-11 16:43:35.408159"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.409787"], ["updated_at", "2018-10-11 16:43:35.409787"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.411446"], ["updated_at", "2018-10-11 16:43:35.411446"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.412991"], ["updated_at", "2018-10-11 16:43:35.412991"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.414712"], ["updated_at", "2018-10-11 16:43:35.414712"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.416336"], ["updated_at", "2018-10-11 16:43:35.416336"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.418058"], ["updated_at", "2018-10-11 16:43:35.418058"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.419728"], ["updated_at", "2018-10-11 16:43:35.419728"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.421429"], ["updated_at", "2018-10-11 16:43:35.421429"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.423049"], ["updated_at", "2018-10-11 16:43:35.423049"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.424644"], ["updated_at", "2018-10-11 16:43:35.424644"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.426224"], ["updated_at", "2018-10-11 16:43:35.426224"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.427874"], ["updated_at", "2018-10-11 16:43:35.427874"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.429534"], ["updated_at", "2018-10-11 16:43:35.429534"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.431105"], ["updated_at", "2018-10-11 16:43:35.431105"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.432691"], ["updated_at", "2018-10-11 16:43:35.432691"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.434609"], ["updated_at", "2018-10-11 16:43:35.434609"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.436464"], ["updated_at", "2018-10-11 16:43:35.436464"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.438146"], ["updated_at", "2018-10-11 16:43:35.438146"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.439848"], ["updated_at", "2018-10-11 16:43:35.439848"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.441397"], ["updated_at", "2018-10-11 16:43:35.441397"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.443031"], ["updated_at", "2018-10-11 16:43:35.443031"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.444608"], ["updated_at", "2018-10-11 16:43:35.444608"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.446236"], ["updated_at", "2018-10-11 16:43:35.446236"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.447790"], ["updated_at", "2018-10-11 16:43:35.447790"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.449404"], ["updated_at", "2018-10-11 16:43:35.449404"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.451060"], ["updated_at", "2018-10-11 16:43:35.451060"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.452950"], ["updated_at", "2018-10-11 16:43:35.452950"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.455370"], ["updated_at", "2018-10-11 16:43:35.455370"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.457232"], ["updated_at", "2018-10-11 16:43:35.457232"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.458972"], ["updated_at", "2018-10-11 16:43:35.458972"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.460614"], ["updated_at", "2018-10-11 16:43:35.460614"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.462193"], ["updated_at", "2018-10-11 16:43:35.462193"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.463900"], ["updated_at", "2018-10-11 16:43:35.463900"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.465862"], ["updated_at", "2018-10-11 16:43:35.465862"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.469523"], ["updated_at", "2018-10-11 16:43:35.469523"], ["parent_id", 39895952907]] Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.473348"], ["updated_at", "2018-10-11 16:43:35.473348"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.476895"], ["updated_at", "2018-10-11 16:43:35.476895"], ["parent_id", 39895952907]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.480619"], ["updated_at", "2018-10-11 16:43:35.480619"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.483606"], ["updated_at", "2018-10-11 16:43:35.483606"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.485441"], ["updated_at", "2018-10-11 16:43:35.485441"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.487333"], ["updated_at", "2018-10-11 16:43:35.487333"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.489013"], ["updated_at", "2018-10-11 16:43:35.489013"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.490760"], ["updated_at", "2018-10-11 16:43:35.490760"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.492316"], ["updated_at", "2018-10-11 16:43:35.492316"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.493923"], ["updated_at", "2018-10-11 16:43:35.493923"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.495467"], ["updated_at", "2018-10-11 16:43:35.495467"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.497053"], ["updated_at", "2018-10-11 16:43:35.497053"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.498638"], ["updated_at", "2018-10-11 16:43:35.498638"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.500266"], ["updated_at", "2018-10-11 16:43:35.500266"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.501940"], ["updated_at", "2018-10-11 16:43:35.501940"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.503632"], ["updated_at", "2018-10-11 16:43:35.503632"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.505384"], ["updated_at", "2018-10-11 16:43:35.505384"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.507073"], ["updated_at", "2018-10-11 16:43:35.507073"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.508661"], ["updated_at", "2018-10-11 16:43:35.508661"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.510303"], ["updated_at", "2018-10-11 16:43:35.510303"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.511846"], ["updated_at", "2018-10-11 16:43:35.511846"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.513414"], ["updated_at", "2018-10-11 16:43:35.513414"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.515039"], ["updated_at", "2018-10-11 16:43:35.515039"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.516744"], ["updated_at", "2018-10-11 16:43:35.516744"], ["parent_id", 39895952907]] Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.518903"], ["updated_at", "2018-10-11 16:43:35.518903"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.520809"], ["updated_at", "2018-10-11 16:43:35.520809"], ["parent_id", 39895952907]] Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.522722"], ["updated_at", "2018-10-11 16:43:35.522722"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.524412"], ["updated_at", "2018-10-11 16:43:35.524412"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.526055"], ["updated_at", "2018-10-11 16:43:35.526055"], ["parent_id", 39895952907]] Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-11 16:43:35.527643"], ["updated_at", "2018-10-11 16:43:35.527643"], ["parent_id", 39895952907]]  (3.7ms) COMMIT Kithe::Model Destroy (7155.7ms) DELETE FROM "kithe_models"  (17.0ms) SELECT COUNT(*) FROM "kithe_models"  (1.4ms) SELECT COUNT(*) FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') Kithe::Work Load (68.2ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Model Destroy (1.3ms) DELETE FROM "kithe_models"  (1.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (211.1ms) DROP DATABASE IF EXISTS "kithe_development" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (194.2ms) DROP DATABASE IF EXISTS "kithe_test" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1214.9ms) CREATE DATABASE "kithe_development" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1028.6ms) CREATE DATABASE "kithe_test" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Create (1.0ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2018-10-15 14:28:25.825690"], ["updated_at", "2018-10-15 14:28:25.825690"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.1ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Create (0.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "test"], ["created_at", "2018-10-15 14:28:25.974320"], ["updated_at", "2018-10-15 14:28:25.974320"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (4.0ms) CREATE SEQUENCE IF NOT EXISTS kithe_models_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 OWNED BY kithe_models.id; ALTER TABLE ONLY kithe_models ALTER COLUMN id SET DEFAULT nextval('kithe_models_id_seq'::regclass), DROP CONSTRAINT IF EXISTS kithe_models_pk_gen, DROP CONSTRAINT IF EXISTS non_zero_id; SELECT setval('kithe_models_id_seq', (SELECT MAX(id) + 1 FROM kithe_models)); DROP FUNCTION IF EXISTS kithe_models_pk_gen();  ↳ /Users/jrochkind/code/kithe/db/migrate/20181008145349_kithe_models_custom_pk.rb:37 ActiveRecord::SchemaMigration Destroy (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181008145349"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (6.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (14.6ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to CreateKitheModels (20181003195235)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.6ms) ALTER TABLE "kithe_models" DROP CONSTRAINT "fk_rails_90130a9780" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) ALTER TABLE "kithe_models" DROP COLUMN "parent_id" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.4ms) DROP TABLE "kithe_models" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::SchemaMigration Destroy (0.7ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181003195235"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (7.8ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to CreateKitheModels (20181003195235)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (23.3ms) CREATE TABLE "kithe_models" ("id" bigserial primary key, "title" character varying NOT NULL, "type" character varying NOT NULL, "position" integer, "json_attributes" jsonb, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:3  (0.4ms) ALTER TABLE "kithe_models" ADD "parent_id" uuid ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:18  (3.8ms) CREATE INDEX "index_kithe_models_on_parent_id" ON "kithe_models" ("parent_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:18  (5.8ms) ALTER TABLE "kithe_models" ADD CONSTRAINT "fk_rails_90130a9780" FOREIGN KEY ("parent_id") REFERENCES "kithe_models" ("id")  ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:18  (0.5ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to CreateKitheModels (20181003195235)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (3.3ms) CREATE TABLE "kithe_models" ("id" uuid DEFAULT gen_random_uuid() NOT NULL PRIMARY KEY, "title" character varying NOT NULL, "type" character varying NOT NULL, "position" integer, "json_attributes" jsonb, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ↳ /Users/jrochkind/code/kithe/db/migrate/20181003195235_create_kithe_models.rb:3  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsCustomPk (20181008145349)  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to EnablePgcryptoExtension (20181015143259)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 SQL (36.1ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto" ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143259_enable_pgcrypto_extension.rb:4 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143259"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.7ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to CreateKitheModels (20181015143413)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (21.8ms) CREATE TABLE "kithe_models" ("id" uuid DEFAULT gen_random_uuid() NOT NULL PRIMARY KEY, "title" character varying NOT NULL, "type" character varying NOT NULL, "position" integer, "json_attributes" jsonb, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143413_create_kithe_models.rb:3  (0.4ms) ALTER TABLE "kithe_models" ADD "parent_id" uuid ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143413_create_kithe_models.rb:18  (3.9ms) CREATE INDEX "index_kithe_models_on_parent_id" ON "kithe_models" ("parent_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143413_create_kithe_models.rb:18  (1.8ms) ALTER TABLE "kithe_models" ADD CONSTRAINT "fk_rails_90130a9780" FOREIGN KEY ("parent_id") REFERENCES "kithe_models" ("id")  ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143413_create_kithe_models.rb:18 ActiveRecord::SchemaMigration Create (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143413"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (6.3ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::SchemaMigration Destroy (0.7ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (5.9ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) CREATE UNIQUE INDEX "index_table_name_on_column_name" ON "table_name" ("column_name") ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:3  (0.2ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.7ms) CREATE UNIQUE INDEX "index_kithe_models_on_friendlier_id" ON "kithe_models" ("friendlier_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:3  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) ALTER TABLE "kithe_models" ADD "friendlier_id" character varying ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:3 ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (6.4ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.7ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.3ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.1ms) ALTER TABLE "kithe_models" DROP COLUMN "friendlier_id" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::SchemaMigration Destroy (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) ALTER TABLE "kithe_models" ADD "friendlier_id" character varying ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:3 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (6.3ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.9ms) ALTER TABLE "kithe_models" DROP COLUMN "friendlier_id" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::SchemaMigration Destroy (0.7ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) ALTER TABLE "kithe_models" ADD "friendlier_id" character varying NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:3 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (6.9ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.7ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.1ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.2ms) ALTER TABLE "kithe_models" DROP COLUMN "friendlier_id" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::SchemaMigration Destroy (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (6.4ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) ALTER TABLE "kithe_models" ADD "friendlier_id" character varying NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:3 ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (6.3ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.2ms) ALTER TABLE "kithe_models" DROP COLUMN "friendlier_id" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::SchemaMigration Destroy (0.7ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.5ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) ALTER TABLE "kithe_models" ADD "friendlier_id" character varying NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:3  (9.8ms) CREATE UNIQUE INDEX "index_kithe_models_on_friendlier_id" ON "kithe_models" ("friendlier_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:4 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (11.0ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) DROP INDEX "index_kithe_models_on_friendlier_id" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) ALTER TABLE "kithe_models" DROP COLUMN "friendlier_id" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::SchemaMigration Destroy (0.8ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (2.0ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.2ms) ALTER TABLE "kithe_models" ADD "friendlier_id" character varying NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:3  (9.7ms) CREATE UNIQUE INDEX "index_kithe_models_on_friendlier_id" ON "kithe_models" ("friendlier_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:4  (14.4ms) CREATE OR REPLACE FUNCTION kithe_models_friendly_id_gen(min_value bigint, max_value bigint) RETURNS bigint AS $$ DECLARE new_id bigint; done bool; tries integer; BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 3) THEN RAISE 'Could not find non-conflicting id in 3 tries'; END IF; new_id = trunc(random() * (max_value - min_value) + min_value); done := NOT exists(SELECT 1 FROM kithe_models WHERE id=new_id); END LOOP; RETURN new_id; END; $$ LANGUAGE plpgsql;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:13 ActiveRecord::SchemaMigration Create (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.3ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.7ms) DROP FUNCTION IF EXISTS kithe_models_friendly_id_gen; ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:38  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) DROP FUNCTION IF EXISTS kithe_models_friendlier_id_gen; ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:41  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) DROP FUNCTION IF EXISTS 'kithe_models_friendlier_id_gen'; ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:41  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) DROP FUNCTION IF EXISTS 'kithe_models_friendly_id_gen'; ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:41  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) DROP FUNCTION IF EXISTS 'kithe_models_friendlier_id_gen(bigint, bigint)'; ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:41  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) DROP FUNCTION IF EXISTS kithe_models_friendlier_id_gen(bigint, bigint); ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:41  (1.2ms) DROP INDEX "index_kithe_models_on_friendlier_id" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) ALTER TABLE "kithe_models" DROP COLUMN "friendlier_id" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::SchemaMigration Destroy (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (7.6ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.0ms) ALTER TABLE "kithe_models" ADD "friendlier_id" character varying NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:3  (6.0ms) CREATE UNIQUE INDEX "index_kithe_models_on_friendlier_id" ON "kithe_models" ("friendlier_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:4  (2.4ms) CREATE OR REPLACE FUNCTION kithe_models_friendlier_id_gen(min_value bigint, max_value bigint) RETURNS bigint AS $$ DECLARE new_id_int bigint; new_id_str character varying; done bool; tries integer; BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 3) THEN RAISE 'Could not find non-conflicting id in 3 tries'; END IF; new_id_int := trunc(random() * (max_value - min_value) + min_value); new_id_str := new_id_int::string; done := NOT exists(SELECT 1 FROM kithe_models WHERE friendlier_id=new_id_str); END LOOP; RETURN new_id_str; END; $$ LANGUAGE plpgsql;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:13 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) DROP FUNCTION IF EXISTS kithe_models_friendlier_id_gen(bigint, bigint); ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:41  (0.4ms) DROP INDEX "index_kithe_models_on_friendlier_id" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) ALTER TABLE "kithe_models" DROP COLUMN "friendlier_id" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::SchemaMigration Destroy (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (7.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.1ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) ALTER TABLE "kithe_models" ADD "friendlier_id" character varying NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:3  (11.1ms) CREATE UNIQUE INDEX "index_kithe_models_on_friendlier_id" ON "kithe_models" ("friendlier_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:4  (2.5ms) CREATE OR REPLACE FUNCTION kithe_models_friendlier_id_gen(min_value bigint, max_value bigint) RETURNS bigint AS $$ DECLARE new_id_int bigint; new_id_str character varying; done bool; tries integer; BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 3) THEN RAISE 'Could not find non-conflicting id in 3 tries'; END IF; new_id_int := trunc(random() * (max_value - min_value) + min_value); new_id_str := new_id_int::text; done := NOT exists(SELECT 1 FROM kithe_models WHERE friendlier_id=new_id_str); END LOOP; RETURN new_id_str; END; $$ LANGUAGE plpgsql;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:13 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) DROP FUNCTION IF EXISTS kithe_models_friendlier_id_gen(bigint, bigint); ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:53  (0.7ms) DROP INDEX "index_kithe_models_on_friendlier_id" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) ALTER TABLE "kithe_models" DROP COLUMN "friendlier_id" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::SchemaMigration Destroy (0.7ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (7.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.1ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) ALTER TABLE "kithe_models" ADD "friendlier_id" character varying NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:3  (10.3ms) CREATE UNIQUE INDEX "index_kithe_models_on_friendlier_id" ON "kithe_models" ("friendlier_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:4  (4.3ms) CREATE OR REPLACE FUNCTION kithe_models_friendlier_id_gen(min_value bigint, max_value bigint) RETURNS bigint AS $$ DECLARE new_id_int bigint; new_id_str character varying := ''; done bool; tries integer; alphabet constant char[] := ARRAY['0','1','2','3','4','5','6','7','8','9', "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"]; alphabet_length integer := array_length(alphabet); BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 3) THEN RAISE 'Could not find non-conflicting friendlier_id in 3 tries'; END IF; new_id_int := trunc(random() * (max_value - min_value) + min_value); -- convert bigint to a Base-36 alphanumeric string -- see http://www.jamiebegin.com/base36-conversion-in-postgresql/ -- https://gist.github.com/btbytes/7159902 WHILE new_id_int != 0 LOOP new_id_str := alphabet[(new_id_int % alphabet_length)+1] || new_id_str; new_id_int := new_id_int / alphabet_length; END LOOP; done := NOT exists(SELECT 1 FROM kithe_models WHERE friendlier_id=new_id_str); END LOOP; RETURN new_id_str; END; $$ LANGUAGE plpgsql;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:13 ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) DROP FUNCTION IF EXISTS kithe_models_friendlier_id_gen(bigint, bigint); ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:53  (0.5ms) DROP INDEX "index_kithe_models_on_friendlier_id" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) ALTER TABLE "kithe_models" DROP COLUMN "friendlier_id" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::SchemaMigration Destroy (0.7ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (9.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.7ms) ALTER TABLE "kithe_models" ADD "friendlier_id" character varying NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:3  (9.6ms) CREATE UNIQUE INDEX "index_kithe_models_on_friendlier_id" ON "kithe_models" ("friendlier_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:4  (2.4ms) CREATE OR REPLACE FUNCTION kithe_models_friendlier_id_gen(min_value bigint, max_value bigint) RETURNS bigint AS $$ DECLARE new_id_int bigint; new_id_str character varying := ''; done bool; tries integer; alphabet constant char[] := ARRAY['0','1','2','3','4','5','6','7','8','9', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']; alphabet_length integer := array_length(alphabet); BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 3) THEN RAISE 'Could not find non-conflicting friendlier_id in 3 tries'; END IF; new_id_int := trunc(random() * (max_value - min_value) + min_value); -- convert bigint to a Base-36 alphanumeric string -- see http://www.jamiebegin.com/base36-conversion-in-postgresql/ -- https://gist.github.com/btbytes/7159902 WHILE new_id_int != 0 LOOP new_id_str := alphabet[(new_id_int % alphabet_length)+1] || new_id_str; new_id_int := new_id_int / alphabet_length; END LOOP; done := NOT exists(SELECT 1 FROM kithe_models WHERE friendlier_id=new_id_str); END LOOP; RETURN new_id_str; END; $$ LANGUAGE plpgsql;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:13 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) DROP FUNCTION IF EXISTS kithe_models_friendlier_id_gen(bigint, bigint); ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:53  (0.4ms) DROP INDEX "index_kithe_models_on_friendlier_id" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) ALTER TABLE "kithe_models" DROP COLUMN "friendlier_id" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::SchemaMigration Destroy (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (7.2ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.1ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) ALTER TABLE "kithe_models" ADD "friendlier_id" character varying NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:3  (9.8ms) CREATE UNIQUE INDEX "index_kithe_models_on_friendlier_id" ON "kithe_models" ("friendlier_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:4  (2.8ms) CREATE OR REPLACE FUNCTION kithe_models_friendlier_id_gen(min_value bigint, max_value bigint) RETURNS bigint AS $$ DECLARE new_id_int bigint; new_id_str character varying := ''; done bool; tries integer; alphabet char[] := ARRAY['0','1','2','3','4','5','6','7','8','9', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']; alphabet_length integer := array_length(alphabet, 1); BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 3) THEN RAISE 'Could not find non-conflicting friendlier_id in 3 tries'; END IF; new_id_int := trunc(random() * (max_value - min_value) + min_value); -- convert bigint to a Base-36 alphanumeric string -- see http://www.jamiebegin.com/base36-conversion-in-postgresql/ -- https://gist.github.com/btbytes/7159902 WHILE new_id_int != 0 LOOP new_id_str := alphabet[(new_id_int % alphabet_length)+1] || new_id_str; new_id_int := new_id_int / alphabet_length; END LOOP; done := NOT exists(SELECT 1 FROM kithe_models WHERE friendlier_id=new_id_str); END LOOP; RETURN new_id_str; END; $$ LANGUAGE plpgsql;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:13 ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.0ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.3ms) DROP FUNCTION IF EXISTS kithe_models_friendlier_id_gen(bigint, bigint); ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:53  (0.4ms) DROP INDEX "index_kithe_models_on_friendlier_id" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) ALTER TABLE "kithe_models" DROP COLUMN "friendlier_id" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::SchemaMigration Destroy (0.8ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (6.7ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.1ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.7ms) ALTER TABLE "kithe_models" ADD "friendlier_id" character varying NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:3  (9.9ms) CREATE UNIQUE INDEX "index_kithe_models_on_friendlier_id" ON "kithe_models" ("friendlier_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:4  (2.7ms) CREATE OR REPLACE FUNCTION kithe_models_friendlier_id_gen(min_value bigint, max_value bigint) RETURNS text AS $$ DECLARE new_id_int bigint; new_id_str character varying := ''; done bool; tries integer; alphabet char[] := ARRAY['0','1','2','3','4','5','6','7','8','9', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']; alphabet_length integer := array_length(alphabet, 1); BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 3) THEN RAISE 'Could not find non-conflicting friendlier_id in 3 tries'; END IF; new_id_int := trunc(random() * (max_value - min_value) + min_value); -- convert bigint to a Base-36 alphanumeric string -- see http://www.jamiebegin.com/base36-conversion-in-postgresql/ -- https://gist.github.com/btbytes/7159902 WHILE new_id_int != 0 LOOP new_id_str := alphabet[(new_id_int % alphabet_length)+1] || new_id_str; new_id_int := new_id_int / alphabet_length; END LOOP; done := NOT exists(SELECT 1 FROM kithe_models WHERE friendlier_id=new_id_str); END LOOP; RETURN new_id_str; END; $$ LANGUAGE plpgsql;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:13 ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.0ms) DROP FUNCTION IF EXISTS kithe_models_friendlier_id_gen(bigint, bigint); ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:56  (0.6ms) DROP INDEX "index_kithe_models_on_friendlier_id" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) ALTER TABLE "kithe_models" DROP COLUMN "friendlier_id" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::SchemaMigration Destroy (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (7.7ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.1ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) ALTER TABLE "kithe_models" ADD "friendlier_id" character varying NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:3  (9.6ms) CREATE UNIQUE INDEX "index_kithe_models_on_friendlier_id" ON "kithe_models" ("friendlier_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:4  (2.7ms) CREATE OR REPLACE FUNCTION kithe_models_friendlier_id_gen(min_value bigint, max_value bigint) RETURNS text AS $$ DECLARE new_id_int bigint; new_id_str character varying := ''; done bool; tries integer; alphabet char[] := ARRAY['0','1','2','3','4','5','6','7','8','9', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']; alphabet_length integer := array_length(alphabet, 1); BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 3) THEN RAISE 'Could not find non-conflicting friendlier_id in 3 tries'; END IF; new_id_int := trunc(random() * (max_value - min_value) + min_value); -- convert bigint to a Base-36 alphanumeric string -- see http://www.jamiebegin.com/base36-conversion-in-postgresql/ -- https://gist.github.com/btbytes/7159902 WHILE new_id_int != 0 LOOP new_id_str := alphabet[(new_id_int % alphabet_length)+1] || new_id_str; new_id_int := new_id_int / alphabet_length; END LOOP; done := NOT exists(SELECT 1 FROM kithe_models WHERE friendlier_id=new_id_str); END LOOP; RETURN new_id_str; END; $$ LANGUAGE plpgsql; -- min 2176782336 ('1000000') to max 78364164095 ('zzzzzzz'). 76 billion possible values -- should be enough to not run into collisions, if it is not, increase -- number of chars and/or alphabet to increase keyspace. ALTER TABLE ONLY kithe_models ALTER COLUMN friendlier_id SET DEFAULT kithe_models_friendlier_id_gen(2176782336, 78364164095)  ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:11 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) DROP FUNCTION IF EXISTS kithe_models_friendlier_id_gen(bigint, bigint); ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:56  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) DROP FUNCTION IF EXISTS kithe_models_friendlier_id_gen(bigint, bigint); ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:55  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) DROP FUNCTION IF EXISTS kithe_models_friendlier_id_gen(bigint, bigint); ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:53  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) DROP INDEX "index_kithe_models_on_friendlier_id" ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:56  (0.8ms) ALTER TABLE "kithe_models" DROP COLUMN "friendlier_id" ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:57  (0.4ms) DROP FUNCTION IF EXISTS kithe_models_friendlier_id_gen(bigint, bigint); ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:58 ActiveRecord::SchemaMigration Destroy (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (7.5ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (3.1ms) CREATE OR REPLACE FUNCTION kithe_models_friendlier_id_gen(min_value bigint, max_value bigint) RETURNS text AS $$ DECLARE new_id_int bigint; new_id_str character varying := ''; done bool; tries integer; alphabet char[] := ARRAY['0','1','2','3','4','5','6','7','8','9', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']; alphabet_length integer := array_length(alphabet, 1); BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 3) THEN RAISE 'Could not find non-conflicting friendlier_id in 3 tries'; END IF; new_id_int := trunc(random() * (max_value - min_value) + min_value); -- convert bigint to a Base-36 alphanumeric string -- see http://www.jamiebegin.com/base36-conversion-in-postgresql/ -- https://gist.github.com/btbytes/7159902 WHILE new_id_int != 0 LOOP new_id_str := alphabet[(new_id_int % alphabet_length)+1] || new_id_str; new_id_int := new_id_int / alphabet_length; END LOOP; done := NOT exists(SELECT 1 FROM kithe_models WHERE friendlier_id=new_id_str); END LOOP; RETURN new_id_str; END; $$ LANGUAGE plpgsql; -- min 2176782336 ('1000000') to max 78364164095 ('zzzzzzz'). 76 billion possible values -- should be enough to not run into collisions, if it is not, increase -- number of chars and/or alphabet to increase keyspace. -- ALTER TABLE ONLY kithe_models ALTER COLUMN friendlier_id SET DEFAULT kithe_models_friendlier_id_gen(2176782336, 78364164095)  ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:8  (31.0ms) ALTER TABLE "kithe_models" ADD "friendlier_id" character varying DEFAULT 'kithe_models_friendlier_id_gen(2176782336, 78364164095)' NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:51  (3.7ms) CREATE UNIQUE INDEX "index_kithe_models_on_friendlier_id" ON "kithe_models" ("friendlier_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:52 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (4.0ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.7ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) DROP INDEX "index_kithe_models_on_friendlier_id" ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:56  (0.7ms) ALTER TABLE "kithe_models" DROP COLUMN "friendlier_id" ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:57  (0.4ms) DROP FUNCTION IF EXISTS kithe_models_friendlier_id_gen(bigint, bigint); ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:58 ActiveRecord::SchemaMigration Destroy (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (7.5ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.1ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (2.5ms) CREATE OR REPLACE FUNCTION kithe_models_friendlier_id_gen(min_value bigint, max_value bigint) RETURNS text AS $$ DECLARE new_id_int bigint; new_id_str character varying := ''; done bool; tries integer; alphabet char[] := ARRAY['0','1','2','3','4','5','6','7','8','9', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']; alphabet_length integer := array_length(alphabet, 1); BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 3) THEN RAISE 'Could not find non-conflicting friendlier_id in 3 tries'; END IF; new_id_int := trunc(random() * (max_value - min_value) + min_value); -- convert bigint to a Base-36 alphanumeric string -- see http://www.jamiebegin.com/base36-conversion-in-postgresql/ -- https://gist.github.com/btbytes/7159902 WHILE new_id_int != 0 LOOP new_id_str := alphabet[(new_id_int % alphabet_length)+1] || new_id_str; new_id_int := new_id_int / alphabet_length; END LOOP; done := NOT exists(SELECT 1 FROM kithe_models WHERE friendlier_id=new_id_str); END LOOP; RETURN new_id_str; END; $$ LANGUAGE plpgsql; -- min 2176782336 ('1000000') to max 78364164095 ('zzzzzzz'). 76 billion possible values -- should be enough to not run into collisions, if it is not, increase -- number of chars and/or alphabet to increase keyspace. -- ALTER TABLE ONLY kithe_models ALTER COLUMN friendlier_id SET DEFAULT kithe_models_friendlier_id_gen(2176782336, 78364164095)  ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:8  (26.6ms) ALTER TABLE "kithe_models" ADD "friendlier_id" character varying DEFAULT kithe_models_friendlier_id_gen(2176782336, 78364164095) NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:51  (3.6ms) CREATE UNIQUE INDEX "index_kithe_models_on_friendlier_id" ON "kithe_models" ("friendlier_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:52 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.2ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.8ms) DROP INDEX "index_kithe_models_on_friendlier_id" ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:54  (1.6ms) ALTER TABLE "kithe_models" DROP COLUMN "friendlier_id" ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:55  (0.5ms) DROP FUNCTION IF EXISTS kithe_models_friendlier_id_gen(bigint, bigint); ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:56 ActiveRecord::SchemaMigration Destroy (0.7ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (8.8ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.1ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (2.5ms) CREATE OR REPLACE FUNCTION kithe_models_friendlier_id_gen(min_value bigint, max_value bigint) RETURNS text AS $$ DECLARE new_id_int bigint; new_id_str character varying := ''; done bool; tries integer; alphabet char[] := ARRAY['0','1','2','3','4','5','6','7','8','9', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']; alphabet_length integer := array_length(alphabet, 1); BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 3) THEN RAISE 'Could not find non-conflicting friendlier_id in 3 tries'; END IF; new_id_int := trunc(random() * (max_value - min_value) + min_value); -- convert bigint to a Base-36 alphanumeric string -- see https://web.archive.org/web/20130420084605/http://www.jamiebegin.com/base36-conversion-in-postgresql/ -- https://gist.github.com/btbytes/7159902 WHILE new_id_int != 0 LOOP new_id_str := alphabet[(new_id_int % alphabet_length)+1] || new_id_str; new_id_int := new_id_int / alphabet_length; END LOOP; done := NOT exists(SELECT 1 FROM kithe_models WHERE friendlier_id=new_id_str); END LOOP; RETURN new_id_str; END; $$ LANGUAGE plpgsql;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:8  (28.1ms) ALTER TABLE "kithe_models" ADD "friendlier_id" character varying DEFAULT kithe_models_friendlier_id_gen(2176782336, 78364164095) NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:49  (6.1ms) CREATE UNIQUE INDEX "index_kithe_models_on_friendlier_id" ON "kithe_models" ("friendlier_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:50 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Kithe::Model Load (1.8ms) SELECT "kithe_models".* FROM "kithe_models" LIMIT $1 [["LIMIT", 11]]  (0.2ms) BEGIN Kithe::Work Create (18.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-16 15:35:24.622141"], ["updated_at", "2018-10-16 15:35:24.622141"]]  (4.9ms) COMMIT Kithe::Work Load (1.3ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.2ms) BEGIN Kithe::Model Load (0.3ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."id" = $1 LIMIT $2 [["id", "f89cfc3b-0766-410c-b83f-b4457338bb35"], ["LIMIT", 1]] Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at", "parent_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-16 15:35:39.737328"], ["updated_at", "2018-10-16 15:35:39.737328"], ["parent_id", "f89cfc3b-0766-410c-b83f-b4457338bb35"]]  (6.1ms) COMMIT Kithe::Model Load (0.4ms) SELECT "kithe_models".* FROM "kithe_models" LIMIT $1 [["LIMIT", 11]] Kithe::Model Load (0.5ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."parent_id" IS NULL LIMIT $1 [["LIMIT", 11]] Kithe::Work Load (0.8ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') AND "kithe_models"."parent_id" IS NULL LIMIT $1 [["LIMIT", 11]] Kithe::Work Load (0.5ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') AND "kithe_models"."parent_id" IS NULL LIMIT $1 [["LIMIT", 11]]  (7.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (8538.9ms) DROP DATABASE IF EXISTS "kithe_development" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (8287.1ms) DROP DATABASE IF EXISTS "kithe_development" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (213.3ms) DROP DATABASE IF EXISTS "kithe_development" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (205.5ms) DROP DATABASE IF EXISTS "kithe_test" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1109.9ms) CREATE DATABASE "kithe_development" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1072.3ms) CREATE DATABASE "kithe_test" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (13.3ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (9.1ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to EnablePgcryptoExtension (20181015143259)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 SQL (38.1ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto" ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143259_enable_pgcrypto_extension.rb:4 ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143259"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to CreateKitheModels (20181015143413)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (21.1ms) CREATE TABLE "kithe_models" ("id" uuid DEFAULT gen_random_uuid() NOT NULL PRIMARY KEY, "title" character varying NOT NULL, "type" character varying NOT NULL, "position" integer, "json_attributes" jsonb, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143413_create_kithe_models.rb:3  (0.5ms) ALTER TABLE "kithe_models" ADD "parent_id" uuid ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143413_create_kithe_models.rb:18  (3.6ms) CREATE INDEX "index_kithe_models_on_parent_id" ON "kithe_models" ("parent_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143413_create_kithe_models.rb:18  (2.2ms) ALTER TABLE "kithe_models" ADD CONSTRAINT "fk_rails_90130a9780" FOREIGN KEY ("parent_id") REFERENCES "kithe_models" ("id")  ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143413_create_kithe_models.rb:18 ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143413"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (7.9ms) CREATE OR REPLACE FUNCTION kithe_models_friendlier_id_gen(min_value bigint, max_value bigint) RETURNS text AS $$ DECLARE new_id_int bigint; new_id_str character varying := ''; done bool; tries integer; alphabet char[] := ARRAY['0','1','2','3','4','5','6','7','8','9', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']; alphabet_length integer := array_length(alphabet, 1); BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 3) THEN RAISE 'Could not find non-conflicting friendlier_id in 3 tries'; END IF; new_id_int := trunc(random() * (max_value - min_value) + min_value); -- convert bigint to a Base-36 alphanumeric string -- see https://web.archive.org/web/20130420084605/http://www.jamiebegin.com/base36-conversion-in-postgresql/ -- https://gist.github.com/btbytes/7159902 WHILE new_id_int != 0 LOOP new_id_str := alphabet[(new_id_int % alphabet_length)+1] || new_id_str; new_id_int := new_id_int / alphabet_length; END LOOP; done := NOT exists(SELECT 1 FROM kithe_models WHERE friendlier_id=new_id_str); END LOOP; RETURN new_id_str; END; $$ LANGUAGE plpgsql;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:8  (26.8ms) ALTER TABLE "kithe_models" ADD "friendlier_id" character varying DEFAULT kithe_models_friendlier_id_gen(2821109907456, 101559956668415) NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:49  (4.9ms) CREATE UNIQUE INDEX "index_kithe_models_on_friendlier_id" ON "kithe_models" ("friendlier_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:50 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.0ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.1ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Create (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2018-10-19 19:01:32.921449"], ["updated_at", "2018-10-19 19:01:32.921449"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Kithe::Work Create (5.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-19 19:02:05.302463"], ["updated_at", "2018-10-19 19:02:05.302463"]]  (1.5ms) COMMIT  (0.7ms) SELECT "kithe_models"."friendlier_id" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "24041af0-2e82-411e-8e32-a9c5dfe11905"], ["LIMIT", 1]]  (0.2ms) BEGIN Kithe::Work Create (1.0ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-19 19:02:22.703993"], ["updated_at", "2018-10-19 19:02:22.703993"]]  (1.4ms) COMMIT  (0.8ms) SELECT "kithe_models"."friendlier_id" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "85c7aa51-f0a2-4c44-93b8-595428ac52da"], ["LIMIT", 1]]  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-19 19:02:23.888538"], ["updated_at", "2018-10-19 19:02:23.888538"]]  (1.5ms) COMMIT  (0.6ms) SELECT "kithe_models"."friendlier_id" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "eac0d65a-6d83-417c-a77e-bb5b5e2f4e17"], ["LIMIT", 1]]  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-19 19:02:24.865857"], ["updated_at", "2018-10-19 19:02:24.865857"]]  (1.3ms) COMMIT  (0.4ms) SELECT "kithe_models"."friendlier_id" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "7a832ce9-5c53-40a1-aff3-a15b3e28e16d"], ["LIMIT", 1]]  (0.2ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-19 19:02:25.760893"], ["updated_at", "2018-10-19 19:02:25.760893"]]  (1.4ms) COMMIT  (0.4ms) SELECT "kithe_models"."friendlier_id" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "db02ffd4-8502-4b42-a5c0-fd34132071c2"], ["LIMIT", 1]]  (0.2ms) BEGIN Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-19 19:02:26.585132"], ["updated_at", "2018-10-19 19:02:26.585132"]]  (1.4ms) COMMIT  (0.4ms) SELECT "kithe_models"."friendlier_id" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "b09db345-6da8-4631-bd50-cb0d70e5ad11"], ["LIMIT", 1]]  (0.5ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-19 19:02:27.537978"], ["updated_at", "2018-10-19 19:02:27.537978"]]  (0.5ms) COMMIT  (0.7ms) SELECT "kithe_models"."friendlier_id" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "ad86ed97-b47b-4ebd-9b00-f12793207243"], ["LIMIT", 1]]  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-19 19:02:28.279396"], ["updated_at", "2018-10-19 19:02:28.279396"]]  (1.4ms) COMMIT  (0.4ms) SELECT "kithe_models"."friendlier_id" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "6055f719-2f6f-4159-9a87-19d469b9269c"], ["LIMIT", 1]]  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-19 19:02:29.128346"], ["updated_at", "2018-10-19 19:02:29.128346"]]  (1.4ms) COMMIT  (0.4ms) SELECT "kithe_models"."friendlier_id" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "3e81ec7b-9d81-4dd2-bb18-ab7fbc1a9118"], ["LIMIT", 1]]  (0.3ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-19 19:02:29.954344"], ["updated_at", "2018-10-19 19:02:29.954344"]]  (1.3ms) COMMIT  (0.5ms) SELECT "kithe_models"."friendlier_id" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "bc839f36-c3c6-4320-8eb3-8c7388030b5a"], ["LIMIT", 1]]  (0.3ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-19 19:02:30.802171"], ["updated_at", "2018-10-19 19:02:30.802171"]]  (1.4ms) COMMIT  (0.5ms) SELECT "kithe_models"."friendlier_id" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "0654b636-2e41-4f54-919b-8b7a1d56e500"], ["LIMIT", 1]]  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-19 19:02:31.625598"], ["updated_at", "2018-10-19 19:02:31.625598"]]  (1.4ms) COMMIT  (0.5ms) SELECT "kithe_models"."friendlier_id" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "3077e318-25d1-4320-a1a9-ac793823ed86"], ["LIMIT", 1]]  (0.9ms) BEGIN Kithe::Work Create (0.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-19 19:02:32.418921"], ["updated_at", "2018-10-19 19:02:32.418921"]]  (1.4ms) COMMIT  (0.4ms) SELECT "kithe_models"."friendlier_id" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "3bcc44d0-615b-4459-8b73-670860d1a6d2"], ["LIMIT", 1]]  (0.2ms) BEGIN Kithe::Work Create (0.5ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-19 19:02:33.208904"], ["updated_at", "2018-10-19 19:02:33.208904"]]  (1.4ms) COMMIT  (0.4ms) SELECT "kithe_models"."friendlier_id" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "a76ec532-79ff-4a62-a468-c73b0eece2a9"], ["LIMIT", 1]]  (0.2ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-19 19:02:34.033600"], ["updated_at", "2018-10-19 19:02:34.033600"]]  (1.4ms) COMMIT  (0.5ms) SELECT "kithe_models"."friendlier_id" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "9a41e5f7-cc90-4e80-8dd6-f1dc86ef4957"], ["LIMIT", 1]]  (0.3ms) BEGIN Kithe::Work Create (1.2ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-19 19:02:35.058825"], ["updated_at", "2018-10-19 19:02:35.058825"]]  (1.3ms) COMMIT  (0.8ms) SELECT "kithe_models"."friendlier_id" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "9027d132-a22d-4e03-bce1-0c68e98dac44"], ["LIMIT", 1]]  (0.2ms) BEGIN Kithe::Work Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-19 19:02:35.970483"], ["updated_at", "2018-10-19 19:02:35.970483"]]  (1.4ms) COMMIT  (0.5ms) SELECT "kithe_models"."friendlier_id" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "a45f2230-faae-4c8b-98df-f8bf36bea6dd"], ["LIMIT", 1]]  (0.3ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-19 19:02:40.667918"], ["updated_at", "2018-10-19 19:02:40.667918"]]  (1.4ms) COMMIT  (0.6ms) SELECT "kithe_models"."friendlier_id" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "bcadcd22-72c5-4367-9ed9-27b5399ad48c"], ["LIMIT", 1]]  (0.3ms) BEGIN Kithe::Work Create (0.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-10-19 19:02:41.914984"], ["updated_at", "2018-10-19 19:02:41.914984"]]  (1.4ms) COMMIT  (0.4ms) SELECT "kithe_models"."friendlier_id" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "25e0c089-f5bc-41ab-9714-499fec37fc6e"], ["LIMIT", 1]]  (2.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (16.8ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (351.1ms) DROP DATABASE IF EXISTS "kithe_development" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (222.2ms) DROP DATABASE IF EXISTS "kithe_test" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1040.4ms) CREATE DATABASE "kithe_development" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1020.9ms) CREATE DATABASE "kithe_test" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (12.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (9.9ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to EnablePgcryptoExtension (20181015143259)  (0.3ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 SQL (23.7ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto" ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143259_enable_pgcrypto_extension.rb:4 ActiveRecord::SchemaMigration Create (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143259"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.9ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to CreateKitheModels (20181015143413)  (0.6ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (25.5ms) CREATE TABLE "kithe_models" ("id" uuid DEFAULT gen_random_uuid() NOT NULL PRIMARY KEY, "title" character varying NOT NULL, "type" character varying NOT NULL, "position" integer, "json_attributes" jsonb, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143413_create_kithe_models.rb:3  (1.6ms) ALTER TABLE "kithe_models" ADD "parent_id" uuid ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143413_create_kithe_models.rb:18  (4.4ms) CREATE INDEX "index_kithe_models_on_parent_id" ON "kithe_models" ("parent_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143413_create_kithe_models.rb:18  (2.4ms) ALTER TABLE "kithe_models" ADD CONSTRAINT "fk_rails_90130a9780" FOREIGN KEY ("parent_id") REFERENCES "kithe_models" ("id")  ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143413_create_kithe_models.rb:18 ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143413"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (4.0ms) CREATE OR REPLACE FUNCTION kithe_models_friendlier_id_gen(min_value bigint, max_value bigint) RETURNS text AS $$ DECLARE new_id_int bigint; new_id_str character varying := ''; done bool; tries integer; alphabet char[] := ARRAY['0','1','2','3','4','5','6','7','8','9', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']; alphabet_length integer := array_length(alphabet, 1); BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 3) THEN RAISE 'Could not find non-conflicting friendlier_id in 3 tries'; END IF; new_id_int := trunc(random() * (max_value - min_value) + min_value); -- convert bigint to a Base-36 alphanumeric string -- see https://web.archive.org/web/20130420084605/http://www.jamiebegin.com/base36-conversion-in-postgresql/ -- https://gist.github.com/btbytes/7159902 WHILE new_id_int != 0 LOOP new_id_str := alphabet[(new_id_int % alphabet_length)+1] || new_id_str; new_id_int := new_id_int / alphabet_length; END LOOP; done := NOT exists(SELECT 1 FROM kithe_models WHERE friendlier_id=new_id_str); END LOOP; RETURN new_id_str; END; $$ LANGUAGE plpgsql;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:8  (33.5ms) ALTER TABLE "kithe_models" ADD "friendlier_id" character varying DEFAULT kithe_models_friendlier_id_gen(2176782336, 78364164095) NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:49  (5.6ms) CREATE UNIQUE INDEX "index_kithe_models_on_friendlier_id" ON "kithe_models" ("friendlier_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:50 ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.3ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.7ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.0ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Create (0.8ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2018-10-23 17:50:36.976475"], ["updated_at", "2018-10-23 17:50:36.976475"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.1ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (8.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (223.2ms) DROP DATABASE IF EXISTS "kithe_development" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (200.4ms) DROP DATABASE IF EXISTS "kithe_test" ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1106.6ms) CREATE DATABASE "kithe_development" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1042.7ms) CREATE DATABASE "kithe_test" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (12.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (9.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to EnablePgcryptoExtension (20181015143259)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 SQL (36.4ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto" ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143259_enable_pgcrypto_extension.rb:4 ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143259"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.6ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to CreateKitheModels (20181015143413)  (0.3ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (24.9ms) CREATE TABLE "kithe_models" ("id" uuid DEFAULT gen_random_uuid() NOT NULL PRIMARY KEY, "title" character varying NOT NULL, "type" character varying NOT NULL, "position" integer, "json_attributes" jsonb, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143413_create_kithe_models.rb:3  (0.6ms) ALTER TABLE "kithe_models" ADD "parent_id" uuid ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143413_create_kithe_models.rb:18  (6.3ms) CREATE INDEX "index_kithe_models_on_parent_id" ON "kithe_models" ("parent_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143413_create_kithe_models.rb:18  (2.2ms) ALTER TABLE "kithe_models" ADD CONSTRAINT "fk_rails_90130a9780" FOREIGN KEY ("parent_id") REFERENCES "kithe_models" ("id")  ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143413_create_kithe_models.rb:18 ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143413"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (65.1ms) CREATE OR REPLACE FUNCTION kithe_models_friendlier_id_gen(min_value bigint, max_value bigint) RETURNS text AS $$ DECLARE new_id_int bigint; new_id_str character varying := ''; done bool; tries integer; alphabet char[] := ARRAY['0','1','2','3','4','5','6','7','8','9', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']; alphabet_length integer := array_length(alphabet, 1); BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 3) THEN RAISE 'Could not find non-conflicting friendlier_id in 3 tries'; END IF; new_id_int := trunc(random() * (max_value - min_value) + min_value); -- convert bigint to a Base-36 alphanumeric string -- see https://web.archive.org/web/20130420084605/http://www.jamiebegin.com/base36-conversion-in-postgresql/ -- https://gist.github.com/btbytes/7159902 WHILE new_id_int != 0 LOOP new_id_str := alphabet[(new_id_int % alphabet_length)+1] || new_id_str; new_id_int := new_id_int / alphabet_length; END LOOP; done := NOT exists(SELECT 1 FROM kithe_models WHERE friendlier_id=new_id_str); END LOOP; RETURN new_id_str; END; $$ LANGUAGE plpgsql;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:8  (16.1ms) ALTER TABLE "kithe_models" ADD "friendlier_id" character varying DEFAULT kithe_models_friendlier_id_gen(2821109907456, 101559956668415) NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:49  (5.3ms) CREATE UNIQUE INDEX "index_kithe_models_on_friendlier_id" ON "kithe_models" ("friendlier_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:50 ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (1.2ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Load (0.7ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23 ActiveRecord::InternalMetadata Create (0.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2018-10-29 16:55:23.491964"], ["updated_at", "2018-10-29 16:55:23.491964"]] ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.1/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ ./bin/rails:14  (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ ./bin/rails:14 Migrating to AddFileDataToModel (20181031190647)  (0.2ms) BEGIN ↳ ./bin/rails:14  (1.0ms) ALTER TABLE "kithe_models" ADD "file_data" jsonb ↳ /Users/jrochkind/code/kithe/db/migrate/20181031190647_add_file_data_to_model.rb:3 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181031190647"]] ↳ ./bin/rails:14  (6.4ms) COMMIT ↳ ./bin/rails:14 ActiveRecord::InternalMetadata Load (0.9ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ ./bin/rails:14  (0.2ms) BEGIN ↳ ./bin/rails:14  (0.1ms) COMMIT ↳ ./bin/rails:14  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ ./bin/rails:14  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ ./bin/rails:14 Kithe::Asset Load (2.5ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Asset Load (1.4ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) BEGIN Kithe::Asset Create (11.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "title"], ["type", "Kithe::Asset"], ["created_at", "2018-10-31 19:11:52.085274"], ["updated_at", "2018-10-31 19:11:52.085274"]]  (0.6ms) COMMIT  (0.8ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (2.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to CreateKitheDerivatives (20181128185658)  (0.2ms) BEGIN ↳ bin/rails:14  (37.4ms) CREATE TABLE "kithe_derivatives" ("id" bigserial primary key, "key" character varying, "file_data" jsonb, "asset_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, CONSTRAINT "fk_rails_3dac8b4201" FOREIGN KEY ("asset_id") REFERENCES "assets" ("id") ) ↳ /Users/jrochkind/code/kithe/db/migrate/20181128185658_create_kithe_derivatives.rb:3  (0.1ms) ROLLBACK ↳ bin/rails:14  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to CreateKitheDerivatives (20181128185658)  (0.2ms) BEGIN ↳ bin/rails:14  (16.6ms) CREATE TABLE "kithe_derivatives" ("id" bigserial primary key, "key" character varying, "file_data" jsonb, "kithe_asset_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, CONSTRAINT "fk_rails_24f43586d8" FOREIGN KEY ("kithe_asset_id") REFERENCES "kithe_assets" ("id") ) ↳ /Users/jrochkind/code/kithe/db/migrate/20181128185658_create_kithe_derivatives.rb:3  (0.1ms) ROLLBACK ↳ bin/rails:14  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to CreateKitheDerivatives (20181128185658)  (0.2ms) BEGIN ↳ bin/rails:14  (18.1ms) CREATE TABLE "kithe_derivatives" ("id" bigserial primary key, "key" character varying, "file_data" jsonb, "kithe_model_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, CONSTRAINT "fk_rails_552dc79519" FOREIGN KEY ("kithe_model_id") REFERENCES "kithe_models" ("id") ) ↳ /Users/jrochkind/code/kithe/db/migrate/20181128185658_create_kithe_derivatives.rb:3  (0.1ms) ROLLBACK ↳ bin/rails:14  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to CreateKitheDerivatives (20181128185658)  (0.3ms) BEGIN ↳ bin/rails:14  (15.5ms) CREATE TABLE "kithe_derivatives" ("id" bigserial primary key, "key" character varying, "file_data" jsonb, "kithe_model_id" uuid, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, CONSTRAINT "fk_rails_552dc79519" FOREIGN KEY ("kithe_model_id") REFERENCES "kithe_models" ("id") ) ↳ /Users/jrochkind/code/kithe/db/migrate/20181128185658_create_kithe_derivatives.rb:3  (5.2ms) CREATE INDEX "index_kithe_derivatives_on_kithe_model_id" ON "kithe_derivatives" ("kithe_model_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181128185658_create_kithe_derivatives.rb:3 ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181128185658"]] ↳ bin/rails:14  (0.5ms) COMMIT ↳ bin/rails:14 ActiveRecord::InternalMetadata Load (1.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.2ms) BEGIN ↳ bin/rails:14  (0.1ms) COMMIT ↳ bin/rails:14  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Kithe::Derivative Load (2.3ms) SELECT "kithe_derivatives".* FROM "kithe_derivatives" ORDER BY "kithe_derivatives"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Asset Load (2.3ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to CreateKitheDerivatives (20181128185658)  (0.2ms) BEGIN ↳ bin/rails:14  (4.8ms) DROP TABLE "kithe_derivatives" ↳ bin/rails:14 ActiveRecord::SchemaMigration Destroy (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181128185658"]] ↳ bin/rails:14  (1.9ms) COMMIT ↳ bin/rails:14  (0.5ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to CreateKitheDerivatives (20181128185658)  (0.2ms) BEGIN ↳ bin/rails:14  (12.6ms) CREATE TABLE "kithe_derivatives" ("id" bigserial primary key, "key" character varying, "file_data" jsonb, "asset_id" uuid NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, CONSTRAINT "fk_rails_3dac8b4201" FOREIGN KEY ("asset_id") REFERENCES "kithe_models" ("id") ) ↳ /Users/jrochkind/code/kithe/db/migrate/20181128185658_create_kithe_derivatives.rb:3  (3.8ms) CREATE INDEX "index_kithe_derivatives_on_asset_id" ON "kithe_derivatives" ("asset_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181128185658_create_kithe_derivatives.rb:3 ActiveRecord::SchemaMigration Create (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181128185658"]] ↳ bin/rails:14  (0.6ms) COMMIT ↳ bin/rails:14 ActiveRecord::InternalMetadata Load (0.8ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.3ms) BEGIN ↳ bin/rails:14  (0.1ms) COMMIT ↳ bin/rails:14  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.8ms) SELECT COUNT(*) FROM "kithe_derivatives" Kithe::Asset Load (1.5ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) BEGIN Kithe::Derivative Create (2.9ms) INSERT INTO "kithe_derivatives" ("asset_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["asset_id", "c6b1e1b0-3437-4f90-8d3a-21d5fe511c36"], ["created_at", "2018-11-28 19:12:10.610027"], ["updated_at", "2018-11-28 19:12:10.610027"]]  (0.4ms) COMMIT Kithe::Derivative Load (0.7ms) SELECT "kithe_derivatives".* FROM "kithe_derivatives" WHERE "kithe_derivatives"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Kithe::Model Load (0.3ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."id" = $1 LIMIT $2 [["id", "c6b1e1b0-3437-4f90-8d3a-21d5fe511c36"], ["LIMIT", 1]] Kithe::Derivative Load (0.3ms) SELECT "kithe_derivatives".* FROM "kithe_derivatives" WHERE "kithe_derivatives"."asset_id" = $1 LIMIT $2 [["asset_id", "c6b1e1b0-3437-4f90-8d3a-21d5fe511c36"], ["LIMIT", 11]]  (0.8ms) SELECT COUNT(*) FROM "kithe_derivatives" WHERE "kithe_derivatives"."asset_id" = $1 [["asset_id", "c6b1e1b0-3437-4f90-8d3a-21d5fe511c36"]] Kithe::Derivative Load (0.4ms) SELECT "kithe_derivatives".* FROM "kithe_derivatives" WHERE "kithe_derivatives"."asset_id" = $1 ORDER BY "kithe_derivatives"."id" ASC LIMIT $2 [["asset_id", "c6b1e1b0-3437-4f90-8d3a-21d5fe511c36"], ["LIMIT", 1]]  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to CreateKitheDerivatives (20181128185658)  (0.2ms) BEGIN ↳ bin/rails:14  (2.8ms) DROP TABLE "kithe_derivatives" ↳ bin/rails:14 ActiveRecord::SchemaMigration Destroy (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181128185658"]] ↳ bin/rails:14  (2.5ms) COMMIT ↳ bin/rails:14  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to CreateKitheDerivatives (20181128185658)  (0.2ms) BEGIN ↳ bin/rails:14  (13.3ms) CREATE TABLE "kithe_derivatives" ("id" bigserial primary key, "key" character varying NOT NULL, "file_data" jsonb, "asset_id" uuid NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, CONSTRAINT "fk_rails_3dac8b4201" FOREIGN KEY ("asset_id") REFERENCES "kithe_models" ("id") ) ↳ /Users/jrochkind/code/kithe/db/migrate/20181128185658_create_kithe_derivatives.rb:3  (4.0ms) CREATE INDEX "index_kithe_derivatives_on_asset_id" ON "kithe_derivatives" ("asset_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181128185658_create_kithe_derivatives.rb:3 ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181128185658"]] ↳ bin/rails:14  (0.5ms) COMMIT ↳ bin/rails:14 ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.2ms) BEGIN ↳ bin/rails:14  (0.2ms) COMMIT ↳ bin/rails:14  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) BEGIN  (0.2ms) ROLLBACK Kithe::Asset Load (0.5ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.2ms) BEGIN Kithe::Derivative Create (0.8ms) INSERT INTO "kithe_derivatives" ("asset_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["asset_id", "c6b1e1b0-3437-4f90-8d3a-21d5fe511c36"], ["created_at", "2018-11-28 19:13:39.854202"], ["updated_at", "2018-11-28 19:13:39.854202"]]  (0.3ms) ROLLBACK  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to CreateKitheDerivatives (20181128185658)  (0.2ms) BEGIN ↳ bin/rails:14  (2.7ms) DROP TABLE "kithe_derivatives" ↳ bin/rails:14 ActiveRecord::SchemaMigration Destroy (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181128185658"]] ↳ bin/rails:14  (2.5ms) COMMIT ↳ bin/rails:14  (0.4ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to CreateKitheDerivatives (20181128185658)  (0.2ms) BEGIN ↳ bin/rails:14  (14.8ms) CREATE TABLE "kithe_derivatives" ("id" bigserial primary key, "key" character varying NOT NULL, "file_data" jsonb, "asset_id" uuid NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, CONSTRAINT "fk_rails_3dac8b4201" FOREIGN KEY ("asset_id") REFERENCES "kithe_models" ("id") ) ↳ /Users/jrochkind/code/kithe/db/migrate/20181128185658_create_kithe_derivatives.rb:3  (10.5ms) CREATE INDEX "index_kithe_derivatives_on_asset_id" ON "kithe_derivatives" ("asset_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181128185658_create_kithe_derivatives.rb:3  (4.2ms) CREATE UNIQUE INDEX "index_kithe_derivatives_on_key_and_asset_id" ON "kithe_derivatives" ("key", "asset_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181128185658_create_kithe_derivatives.rb:11 ActiveRecord::SchemaMigration Create (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181128185658"]] ↳ bin/rails:14  (1.4ms) COMMIT ↳ bin/rails:14 ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.3ms) BEGIN ↳ bin/rails:14  (0.2ms) COMMIT ↳ bin/rails:14  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to CreateKitheDerivatives (20181128185658)  (0.2ms) BEGIN ↳ bin/rails:14  (0.7ms) DROP INDEX "index_kithe_derivatives_on_key_and_asset_id" ↳ bin/rails:14  (2.4ms) DROP TABLE "kithe_derivatives" ↳ bin/rails:14 ActiveRecord::SchemaMigration Destroy (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181128185658"]] ↳ bin/rails:14  (1.5ms) COMMIT ↳ bin/rails:14  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to CreateKitheDerivatives (20181128185658)  (0.2ms) BEGIN ↳ bin/rails:14  (0.8ms) DROP INDEX "index_kithe_derivatives_on_key_and_asset_id" ↳ bin/rails:14  (1.9ms) DROP TABLE "kithe_derivatives" ↳ bin/rails:14 ActiveRecord::SchemaMigration Destroy (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181128185658"]] ↳ bin/rails:14  (2.7ms) COMMIT ↳ bin/rails:14  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to CreateKitheDerivatives (20181128185658)  (0.2ms) BEGIN ↳ bin/rails:14  (13.0ms) CREATE TABLE "kithe_derivatives" ("id" bigserial primary key, "key" character varying NOT NULL, "file_data" jsonb, "asset_id" uuid NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, CONSTRAINT "fk_rails_3dac8b4201" FOREIGN KEY ("asset_id") REFERENCES "kithe_models" ("id") ) ↳ /Users/jrochkind/code/kithe/db/migrate/20181128185658_create_kithe_derivatives.rb:3  (4.4ms) CREATE INDEX "index_kithe_derivatives_on_asset_id" ON "kithe_derivatives" ("asset_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181128185658_create_kithe_derivatives.rb:3  (3.6ms) CREATE UNIQUE INDEX "index_kithe_derivatives_on_asset_id_and_key" ON "kithe_derivatives" ("asset_id", "key") ↳ /Users/jrochkind/code/kithe/db/migrate/20181128185658_create_kithe_derivatives.rb:11 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181128185658"]] ↳ bin/rails:14  (0.7ms) COMMIT ↳ bin/rails:14 ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.2ms) BEGIN ↳ bin/rails:14  (0.1ms) COMMIT ↳ bin/rails:14  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to CreateKitheDerivatives (20181128185658)  (0.2ms) BEGIN ↳ bin/rails:14  (0.8ms) DROP INDEX "index_kithe_derivatives_on_asset_id_and_key" ↳ bin/rails:14  (2.0ms) DROP TABLE "kithe_derivatives" ↳ bin/rails:14 ActiveRecord::SchemaMigration Destroy (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20181128185658"]] ↳ bin/rails:14  (2.6ms) COMMIT ↳ bin/rails:14  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to CreateKitheDerivatives (20181128185658)  (0.2ms) BEGIN ↳ bin/rails:14  (12.5ms) CREATE TABLE "kithe_derivatives" ("id" bigserial primary key, "key" character varying NOT NULL, "file_data" jsonb, "asset_id" uuid NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, CONSTRAINT "fk_rails_3dac8b4201" FOREIGN KEY ("asset_id") REFERENCES "kithe_models" ("id") ) ↳ /Users/jrochkind/code/kithe/db/migrate/20181128185658_create_kithe_derivatives.rb:3  (3.6ms) CREATE INDEX "index_kithe_derivatives_on_asset_id" ON "kithe_derivatives" ("asset_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181128185658_create_kithe_derivatives.rb:3  (5.5ms) CREATE UNIQUE INDEX "index_kithe_derivatives_on_asset_id_and_key" ON "kithe_derivatives" ("asset_id", "key") ↳ /Users/jrochkind/code/kithe/db/migrate/20181128185658_create_kithe_derivatives.rb:11 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181128185658"]] ↳ bin/rails:14  (0.5ms) COMMIT ↳ bin/rails:14 ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.3ms) BEGIN ↳ bin/rails:14  (0.1ms) COMMIT ↳ bin/rails:14  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Kithe::Derivative Load (0.9ms) SELECT "kithe_derivatives".* FROM "kithe_derivatives" WHERE "kithe_derivatives"."id" = $1 LIMIT $2 FOR UPDATE [["id", 12121], ["LIMIT", 1]] Kithe::Asset Load (2.0ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" DESC LIMIT $1 [["LIMIT", 1]] Kithe::Asset Load (0.6ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND (file_data is not null) LIMIT $1 [["LIMIT", 11]]  (0.7ms) SELECT COUNT(*) FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND (file_data is not null) Kithe::Asset Load (0.5ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" DESC LIMIT $1 [["LIMIT", 1]] Kithe::Asset Load (2.0ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND (file_data is null) LIMIT $1 [["LIMIT", 11]] Kithe::Asset Load (0.6ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND (file_data @> metadata is null) LIMIT $1 [["LIMIT", 11]] Kithe::Asset Load (1.0ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN Kithe::Asset Update (0.9ms) UPDATE "kithe_models" SET "updated_at" = $1, "file_data" = $2 WHERE "kithe_models"."id" = $3 [["updated_at", "2018-11-28 23:11:30.417466"], ["file_data", "{\"metadata\":{\"foo\":\"bar\"}}"], ["id", "c6b1e1b0-3437-4f90-8d3a-21d5fe511c36"]]  (1.5ms) COMMIT Kithe::Asset Load (0.8ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "c6b1e1b0-3437-4f90-8d3a-21d5fe511c36"], ["LIMIT", 1]] Kithe::Asset Load (0.6ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND (file_data @> metadata is null) LIMIT $1 [["LIMIT", 11]] Kithe::Asset Load (0.7ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND (file_data @> 'metadata' is null) LIMIT $1 [["LIMIT", 11]] Kithe::Asset Load (0.7ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND (file_data @> "metadata" is null) LIMIT $1 [["LIMIT", 11]] Kithe::Asset Load (0.6ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND (file_data @> 'metadata is null) LIMIT $1 [["LIMIT", 11]] Kithe::Asset Load (0.7ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND (file_data ->> 'metadata' is null) LIMIT $1 [["LIMIT", 11]] Kithe::Asset Load (0.7ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND (file_data -> 'metadata' ->> 'foo' is null) LIMIT $1 [["LIMIT", 11]] Kithe::Asset Load (0.6ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND (file_data -> 'metadata' ->> 'foo' = 'bar') LIMIT $1 [["LIMIT", 11]]  (0.9ms) SELECT COUNT(*) FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND (file_data -> 'metadata' ->> 'foo' = 'bar')  (0.6ms) SELECT COUNT(*) FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND (file_data @> 'metadata' ->> 'foo' = 'bar')  (0.7ms) SELECT COUNT(*) FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND (file_data -> 'metadata' ->> 'foo' = 'bar')  (0.6ms) SELECT COUNT(*) FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND (file_data -> 'metadataadf' ->> 'foo' = 'bar')  (0.7ms) SELECT COUNT(*) FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND (file_data -> 'metadata' -> 'foo' = 'bar')  (0.2ms) BEGIN ↳ /Users/jrochkind/code/kithe/test.rb:15  (0.2ms) ROLLBACK ↳ /Users/jrochkind/code/kithe/test.rb:15  (0.2ms) BEGIN ↳ /Users/jrochkind/code/kithe/test.rb:20 Kithe::Asset Create (8.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "a thing"], ["type", "Kithe::Asset"], ["created_at", "2018-11-29 15:39:02.365478"], ["updated_at", "2018-11-29 15:39:02.365478"]] ↳ /Users/jrochkind/code/kithe/test.rb:20  (0.4ms) COMMIT ↳ /Users/jrochkind/code/kithe/test.rb:20 Kithe::Asset Load (2.4ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" DESC LIMIT $1 [["LIMIT", 1]] Kithe::Asset Load (2.5ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" DESC LIMIT $1 [["LIMIT", 1]] Kithe::Asset Load (0.9ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "c6b1e1b0-3437-4f90-8d3a-21d5fe511c36"], ["LIMIT", 1]] Kithe::Asset Load (0.6ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Asset Load (0.6ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" ASC LIMIT $1 OFFSET $2 [["LIMIT", 1], ["OFFSET", 1]] Kithe::Asset Load (0.5ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" ASC LIMIT $1 OFFSET $2 [["LIMIT", 1], ["OFFSET", 2]] Kithe::Work Load (3.3ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') LIMIT $1 [["LIMIT", 11]] Kithe::Work Load (0.9ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') LIMIT $1 [["LIMIT", 11]] Kithe::Work Load (0.5ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') LIMIT $1 [["LIMIT", 11]] Kithe::Work Load (0.6ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') LIMIT $1 [["LIMIT", 11]] Kithe::Model Load (0.3ms) SELECT "kithe_models".* FROM "kithe_models" LIMIT $1 [["LIMIT", 11]] Kithe::Model Load (0.6ms) SELECT "kithe_models".* FROM "kithe_models" LIMIT $1 [["LIMIT", 11]] Kithe::Derivative Load (3.6ms) SELECT "kithe_derivatives".* FROM "kithe_derivatives" WHERE "kithe_derivatives"."asset_id" IN ($1, $2) [["asset_id", "c6b1e1b0-3437-4f90-8d3a-21d5fe511c36"], ["asset_id", "008cd059-f05d-4ace-b32e-1d042333af2a"]]  (0.2ms) BEGIN Kithe::Work Create (32.7ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2018-12-20 00:04:51.750129"], ["updated_at", "2018-12-20 00:04:51.750129"]]  (0.6ms) COMMIT Kithe::Work Load (0.5ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') LIMIT $1 [["LIMIT", 11]] Kithe::Work Load (0.6ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') LIMIT $1 [["LIMIT", 11]] Kithe::Work Load (0.7ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') LIMIT $1 [["LIMIT", 11]] Kithe::Asset Load (0.6ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') LIMIT $1 [["LIMIT", 11]] Kithe::Derivative Load (0.4ms) SELECT "kithe_derivatives".* FROM "kithe_derivatives" WHERE "kithe_derivatives"."asset_id" IN ($1, $2) [["asset_id", "c6b1e1b0-3437-4f90-8d3a-21d5fe511c36"], ["asset_id", "008cd059-f05d-4ace-b32e-1d042333af2a"]] Kithe::Work Load (0.4ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') LIMIT $1 [["LIMIT", 11]] Kithe::Work Load (0.4ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') LIMIT $1 [["LIMIT", 11]] Kithe::Asset Load (0.6ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') LIMIT $1 [["LIMIT", 11]] Kithe::Derivative Load (0.4ms) SELECT "kithe_derivatives".* FROM "kithe_derivatives" WHERE "kithe_derivatives"."asset_id" IN ($1, $2) [["asset_id", "c6b1e1b0-3437-4f90-8d3a-21d5fe511c36"], ["asset_id", "008cd059-f05d-4ace-b32e-1d042333af2a"]] Kithe::Work Load (0.4ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') LIMIT $1 [["LIMIT", 11]] Kithe::Work Load (2.2ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Work Load (0.4ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Work Load (0.4ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Work Load (0.4ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Work Load (0.4ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Work Load (0.8ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Work Load (0.4ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Asset Load (0.6ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Derivative Load (0.3ms) SELECT "kithe_derivatives".* FROM "kithe_derivatives" WHERE "kithe_derivatives"."asset_id" = $1 LIMIT $2 [["asset_id", "008cd059-f05d-4ace-b32e-1d042333af2a"], ["LIMIT", 11]] Kithe::Asset Load (0.6ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" DESC LIMIT $1 [["LIMIT", 1]] Kithe::Derivative Load (0.6ms) SELECT "kithe_derivatives".* FROM "kithe_derivatives" WHERE "kithe_derivatives"."asset_id" = $1 LIMIT $2 [["asset_id", "c6b1e1b0-3437-4f90-8d3a-21d5fe511c36"], ["LIMIT", 11]]  (0.3ms) SELECT "kithe_derivatives"."id" FROM "kithe_derivatives" WHERE "kithe_derivatives"."asset_id" = $1 [["asset_id", "c6b1e1b0-3437-4f90-8d3a-21d5fe511c36"]] Kithe::Derivative Load (0.5ms) SELECT "kithe_derivatives".* FROM "kithe_derivatives" WHERE "kithe_derivatives"."id" = $1 [["id", 12]] Kithe::Derivative Load (0.3ms) SELECT "kithe_derivatives".* FROM "kithe_derivatives" LIMIT $1 [["LIMIT", 11]]  (3.2ms) SELECT COUNT(*) FROM "kithe_derivatives"  (0.3ms) BEGIN  (0.2ms) COMMIT Kithe::Asset Load (0.8ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "c6b1e1b0-3437-4f90-8d3a-21d5fe511c36"], ["LIMIT", 1]]  (0.4ms) SELECT "kithe_derivatives"."id" FROM "kithe_derivatives" WHERE "kithe_derivatives"."asset_id" = $1 [["asset_id", "c6b1e1b0-3437-4f90-8d3a-21d5fe511c36"]] Kithe::Asset Load (1.5ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.1ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (2.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to AddRepresentativeRelations (20190103144947)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (1.5ms) ALTER TABLE "models" ADD "representative_id" uuid ↳ /Users/jrochkind/code/kithe/db/migrate/20190103144947_add_representative_relations.rb:3  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to AddRepresentativeRelations (20190103144947)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (4.2ms) ALTER TABLE "kithe_models" ADD "representative_id" uuid ↳ /Users/jrochkind/code/kithe/db/migrate/20190103144947_add_representative_relations.rb:3  (9.6ms) CREATE INDEX "index_kithe_models_on_representative_id" ON "kithe_models" ("representative_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20190103144947_add_representative_relations.rb:3  (6.6ms) ALTER TABLE "kithe_models" ADD CONSTRAINT "fk_rails_afa93b7b5d" FOREIGN KEY ("representative_id") REFERENCES "kithe_models" ("id")  ↳ /Users/jrochkind/code/kithe/db/migrate/20190103144947_add_representative_relations.rb:3 ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20190103144947"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.8ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 ActiveRecord::InternalMetadata Load (1.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.5ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to AddRepresentativeRelations (20190103144947)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (3.1ms) ALTER TABLE "kithe_models" DROP CONSTRAINT "fk_rails_afa93b7b5d" ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.7ms) ALTER TABLE "kithe_models" DROP COLUMN "representative_id" ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 ActiveRecord::SchemaMigration Destroy (0.7ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20190103144947"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (1.2ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to AddRepresentativeRelations (20190103144947)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (4.0ms) ALTER TABLE "kithe_models" ADD "representative_id" uuid ↳ /Users/jrochkind/code/kithe/db/migrate/20190103144947_add_representative_relations.rb:3  (4.7ms) CREATE INDEX "index_kithe_models_on_representative_id" ON "kithe_models" ("representative_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20190103144947_add_representative_relations.rb:3  (2.5ms) ALTER TABLE "kithe_models" ADD CONSTRAINT "fk_rails_afa93b7b5d" FOREIGN KEY ("representative_id") REFERENCES "kithe_models" ("id")  ↳ /Users/jrochkind/code/kithe/db/migrate/20190103144947_add_representative_relations.rb:3  (0.5ms) ALTER TABLE "kithe_models" ADD "leaf_representative_id" uuid ↳ /Users/jrochkind/code/kithe/db/migrate/20190103144947_add_representative_relations.rb:4  (4.6ms) CREATE INDEX "index_kithe_models_on_leaf_representative_id" ON "kithe_models" ("leaf_representative_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20190103144947_add_representative_relations.rb:4  (1.8ms) ALTER TABLE "kithe_models" ADD CONSTRAINT "fk_rails_403cce5c0d" FOREIGN KEY ("leaf_representative_id") REFERENCES "kithe_models" ("id")  ↳ /Users/jrochkind/code/kithe/db/migrate/20190103144947_add_representative_relations.rb:4 ActiveRecord::SchemaMigration Create (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20190103144947"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.7ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.4ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to AddRepresentativeRelations (20190103144947)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (1.3ms) ALTER TABLE "kithe_models" DROP CONSTRAINT "fk_rails_403cce5c0d" ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.7ms) ALTER TABLE "kithe_models" DROP COLUMN "leaf_representative_id" ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.7ms) ALTER TABLE "kithe_models" DROP CONSTRAINT "fk_rails_afa93b7b5d" ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.4ms) ALTER TABLE "kithe_models" DROP COLUMN "representative_id" ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 ActiveRecord::SchemaMigration Destroy (0.7ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20190103144947"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (2.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.8ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to AddRepresentativeRelations (20190103144947)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.9ms) ALTER TABLE "kithe_models" ADD "representative_id" uuid ↳ /Users/jrochkind/code/kithe/db/migrate/20190103144947_add_representative_relations.rb:3  (5.7ms) CREATE INDEX "index_kithe_models_on_representative_id" ON "kithe_models" ("representative_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20190103144947_add_representative_relations.rb:3  (2.7ms) ALTER TABLE "kithe_models" ADD CONSTRAINT "fk_rails_afa93b7b5d" FOREIGN KEY ("representative_id") REFERENCES "kithe_models" ("id")  ↳ /Users/jrochkind/code/kithe/db/migrate/20190103144947_add_representative_relations.rb:3  (0.4ms) ALTER TABLE "kithe_models" ADD "leaf_representative_id" uuid ↳ /Users/jrochkind/code/kithe/db/migrate/20190103144947_add_representative_relations.rb:4  (4.5ms) CREATE INDEX "index_kithe_models_on_leaf_representative_id" ON "kithe_models" ("leaf_representative_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20190103144947_add_representative_relations.rb:4  (1.6ms) ALTER TABLE "kithe_models" ADD CONSTRAINT "fk_rails_403cce5c0d" FOREIGN KEY ("leaf_representative_id") REFERENCES "kithe_models" ("id")  ↳ /Users/jrochkind/code/kithe/db/migrate/20190103144947_add_representative_relations.rb:4 ActiveRecord::SchemaMigration Create (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20190103144947"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.5ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.7ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Kithe::Work Load (2.6ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Work Load (1.0ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Work Load (1.6ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Work Load (0.9ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Work Load (0.6ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Asset Load (0.9ms) SELECT "kithe_models"."id", "kithe_models"."title", "kithe_models"."type", "kithe_models"."position", "kithe_models"."json_attributes", "kithe_models"."created_at", "kithe_models"."updated_at", "kithe_models"."parent_id", "kithe_models"."friendlier_id", "kithe_models"."file_data" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Model Load (0.3ms) SELECT "kithe_models".* FROM "kithe_models" ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.2ms) BEGIN Kithe::Work Create (8.4ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "foo"], ["type", "Kithe::Work"], ["created_at", "2019-01-03 15:17:34.410010"], ["updated_at", "2019-01-03 15:17:34.410010"]]  (1.0ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (6.6ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "top"], ["type", "Kithe::Work"], ["created_at", "2019-01-03 15:21:46.823177"], ["updated_at", "2019-01-03 15:21:46.823177"]]  (0.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Create (0.9ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "inter"], ["type", "Kithe::Work"], ["created_at", "2019-01-03 15:21:57.050984"], ["updated_at", "2019-01-03 15:21:57.050984"]]  (1.4ms) COMMIT  (0.2ms) BEGIN Kithe::Asset Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "asset"], ["type", "Kithe::Asset"], ["created_at", "2019-01-03 15:22:06.011448"], ["updated_at", "2019-01-03 15:22:06.011448"]]  (1.4ms) COMMIT  (0.2ms) BEGIN Kithe::Work Update (1.0ms) UPDATE "kithe_models" SET "updated_at" = $1, "representative_id" = $2 WHERE "kithe_models"."id" = $3 [["updated_at", "2019-01-03 15:22:16.253170"], ["representative_id", "1cfc898f-c5b7-4574-ba9e-8c1f24d8e5bd"], ["id", "2f512705-9f11-49ec-be7d-9b1756ee2641"]]  (1.5ms) COMMIT  (0.2ms) BEGIN Kithe::Work Update (0.6ms) UPDATE "kithe_models" SET "updated_at" = $1, "representative_id" = $2 WHERE "kithe_models"."id" = $3 [["updated_at", "2019-01-03 15:22:22.605262"], ["representative_id", "2f512705-9f11-49ec-be7d-9b1756ee2641"], ["id", "ed8f07a1-1916-4fb5-9812-42f82ea9133c"]]  (1.4ms) COMMIT  (2.0ms) WITH RECURSIVE tree AS ( SELECT id, ARRAY[]::INTEGER[] AS ancestors FROM test WHERE parent_id IS NULL UNION ALL SELECT test.id, tree.ancestors || test.parent_id FROM test, tree WHERE test.parent_id = tree.id ) SELECT * FROM tree WHERE '2f512705-9f11-49ec-be7d-9b1756ee2641' = ANY(tree.ancestors);  (1.1ms) SELECT "kithe_models"."title" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') Kithe::Work Load (1.1ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') AND "kithe_models"."title" = $1 LIMIT $2 [["title", "top"], ["LIMIT", 1]] Kithe::Model Load (0.4ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."id" = $1 LIMIT $2 [["id", "2f512705-9f11-49ec-be7d-9b1756ee2641"], ["LIMIT", 1]] Kithe::Model Load (0.9ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."id" = $1 LIMIT $2 [["id", "1cfc898f-c5b7-4574-ba9e-8c1f24d8e5bd"], ["LIMIT", 1]]  (2.0ms) foo Kithe::Model Load (0.7ms) select * from kithe_models Kithe::Model Load (0.4ms) select * from kithe_models WHERE id = ? Kithe::Model Load (0.7ms) select * from kithe_models WHERE id = 'adf' Kithe::Model Load (0.8ms) select * from kithe_models WHERE id = '1cfc898f-c5b7-4574-ba9e-8c1f24d8e5bd' Kithe::Model Load (0.6ms) select * from kithe_models WHERE id = '1cfc898f-c5b7-4574-ba9e-8c1f24d8e5bd' Kithe::Model Load (0.8ms) select * from kithe_models WHERE id = '1cfc898f-c5b7-4574-ba9e-8c1f24d8e5bd' AND id = '1cfc898f-c5b7-4574-ba9e-8c1f24d8e5bd' Kithe::Model Load (0.7ms) select * from kithe_models WHERE id = 'NULL' AND id = 'NULL' Kithe::Model Load (0.4ms) select * from kithe_models WHERE id = NULL AND id = NULL Kithe::Model Load (1.0ms) WITH RECURSIVE find_terminal(id, link, path, cycle) AS ( SELECT m.id, m.representative_id, ARRAY[m.id], false FROM kithe_models m WHERE m.id = '1' UNION ALL SELECT m.id, m.representative_id, path || m.id, m.id = ANY(path) FROM kithe_models m, find_terminal ft WHERE m.id = ft.link AND NOT cycle ) SELECT id FROM find_terminal WHERE link IS NULL LIMIT 1;  Kithe::Model Load (0.5ms) SELECT "kithe_models".* FROM "kithe_models" ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Model Load (0.5ms) SELECT "kithe_models".* FROM "kithe_models" ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Model Load (1.7ms) WITH RECURSIVE find_terminal(id, link, path, cycle) AS ( SELECT m.id, m.representative_id, ARRAY[m.id], false FROM kithe_models m WHERE m.id = '008cd059-f05d-4ace-b32e-1d042333af2a' UNION ALL SELECT m.id, m.representative_id, path || m.id, m.id = ANY(path) FROM kithe_models m, find_terminal ft WHERE m.id = ft.link AND NOT cycle ) SELECT id FROM find_terminal WHERE link IS NULL LIMIT 1;  Kithe::Model Load (1.0ms) WITH RECURSIVE find_terminal(id, link, path, cycle) AS ( SELECT m.id, m.representative_id, ARRAY[m.id], false FROM kithe_models m WHERE m.id = '008cd059-f05d-4ace-b32e-1d042333af2a' UNION ALL SELECT m.id, m.representative_id, path || m.id, m.id = ANY(path) FROM kithe_models m, find_terminal ft WHERE m.id = ft.link AND NOT cycle ) SELECT id FROM find_terminal WHERE link IS NULL LIMIT 1;  Kithe::Model Load (1.2ms) WITH RECURSIVE find_terminal(id, link, path, cycle) AS ( SELECT m.id, m.representative_id, ARRAY[m.id], false FROM kithe_models m WHERE m.id = '008cd059-f05d-4ace-b32e-1d042333af2a' UNION ALL SELECT m.id, m.representative_id, path || m.id, m.id = ANY(path) FROM kithe_models m, find_terminal ft WHERE m.id = ft.link AND NOT cycle ) SELECT id FROM find_terminal WHERE link IS NULL LIMIT 1;  Kithe::Model Load (0.9ms) WITH RECURSIVE find_terminal(id, link, path, cycle) AS ( SELECT m.id, m.representative_id, ARRAY[m.id], false FROM kithe_models m WHERE m.id = '008cd059-f05d-4ace-b32e-1d042333af2a' UNION ALL SELECT m.id, m.representative_id, path || m.id, m.id = ANY(path) FROM kithe_models m, find_terminal ft WHERE m.id = ft.link AND NOT cycle ) SELECT id FROM find_terminal WHERE link IS NULL LIMIT 1;  Kithe::Model Load (2.5ms) WITH RECURSIVE find_terminal(id, link, path, cycle) AS ( SELECT m.id, m.representative_id, ARRAY[m.id], false FROM kithe_models m WHERE m.id = '008cd059-f05d-4ace-b32e-1d042333af2a' UNION ALL SELECT m.id, m.representative_id, path || m.id, m.id = ANY(path) FROM kithe_models m, find_terminal ft WHERE m.id = ft.link AND NOT cycle ) SELECT id FROM find_terminal WHERE link IS NULL LIMIT 1;  Kithe::Model Load (0.9ms) WITH RECURSIVE find_terminal(id, link, path, cycle) AS ( SELECT m.id, m.representative_id, ARRAY[m.id], false FROM kithe_models m WHERE m.id = '008cd059-f05d-4ace-b32e-1d042333af2a' UNION ALL SELECT m.id, m.representative_id, path || m.id, m.id = ANY(path) FROM kithe_models m, find_terminal ft WHERE m.id = ft.link AND NOT cycle ) SELECT id FROM find_terminal WHERE link IS NULL LIMIT 1;  Kithe::Model Load (0.8ms) WITH RECURSIVE find_terminal(id, link, path, cycle) AS ( SELECT m.id, m.representative_id, ARRAY[m.id], false FROM kithe_models m WHERE m.id = NULL UNION ALL SELECT m.id, m.representative_id, path || m.id, m.id = ANY(path) FROM kithe_models m, find_terminal ft WHERE m.id = ft.link AND NOT cycle ) SELECT id FROM find_terminal WHERE link IS NULL LIMIT 1;  Kithe::Model Load (0.4ms) WITH RECURSIVE find_terminal(id, link, path, cycle) AS ( SELECT m.id, m.representative_id, ARRAY[m.id], false FROM kithe_models m WHERE m.id = :id UNION ALL SELECT m.id, m.representative_id, path || m.id, m.id = ANY(path) FROM kithe_models m, find_terminal ft WHERE m.id = ft.link AND NOT cycle ) SELECT id FROM find_terminal WHERE link IS NULL LIMIT 1;  Kithe::Model Load (0.8ms) WITH RECURSIVE find_terminal(id, link, path, cycle) AS ( SELECT m.id, m.representative_id, ARRAY[m.id], false FROM kithe_models m WHERE m.id = '008cd059-f05d-4ace-b32e-1d042333af2a' UNION ALL SELECT m.id, m.representative_id, path || m.id, m.id = ANY(path) FROM kithe_models m, find_terminal ft WHERE m.id = ft.link AND NOT cycle ) SELECT id FROM find_terminal WHERE link IS NULL LIMIT 1;  Kithe::Model Load (0.8ms) WITH RECURSIVE find_terminal(id, link, path, cycle) AS ( SELECT m.id, m.representative_id, ARRAY[m.id], false FROM kithe_models m WHERE m.id = '008cd059-f05d-4ace-b32e-1d042333af2a' UNION ALL SELECT m.id, m.representative_id, path || m.id, m.id = ANY(path) FROM kithe_models m, find_terminal ft WHERE m.id = ft.link AND NOT cycle ) SELECT id FROM find_terminal WHERE link IS NULL LIMIT 1;  Kithe::Model Load (1.3ms) WITH RECURSIVE find_terminal(id, link, path, cycle) AS ( SELECT m.id, m.representative_id, ARRAY[m.id], false FROM kithe_models m WHERE m.id = '008cd059-f05d-4ace-b32e-1d042333af2a' UNION ALL SELECT m.id, m.representative_id, path || m.id, m.id = ANY(path) FROM kithe_models m, find_terminal ft WHERE m.id = ft.link AND NOT cycle ) SELECT id FROM find_terminal WHERE link IS NULL LIMIT 1;  Kithe::Model Load (1.1ms) WITH RECURSIVE find_terminal(id, link, path, cycle) AS ( SELECT m.id, m.representative_id, ARRAY[m.id], false FROM kithe_models m WHERE m.id = '008cd059-f05d-4ace-b32e-1d042333af2a' UNION ALL SELECT m.id, m.representative_id, path || m.id, m.id = ANY(path) FROM kithe_models m, find_terminal ft WHERE m.id = ft.link AND NOT cycle ) SELECT id FROM find_terminal WHERE link IS NULL LIMIT 1;  Kithe::Model Load (1.8ms) WITH RECURSIVE find_terminal(id, link, path, cycle) AS ( SELECT m.id, m.representative_id, ARRAY[m.id], false FROM kithe_models m WHERE m.id = '008cd059-f05d-4ace-b32e-1d042333af2a' UNION ALL SELECT m.id, m.representative_id, path || m.id, m.id = ANY(path) FROM kithe_models m, find_terminal ft WHERE m.id = ft.link AND NOT cycle ) SELECT id FROM find_terminal WHERE link IS NULL LIMIT 1;   (1.0ms) SELECT "kithe_models"."title" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') Kithe::Asset Load (1.2ms) SELECT "kithe_models"."id", "kithe_models"."title", "kithe_models"."type", "kithe_models"."position", "kithe_models"."json_attributes", "kithe_models"."created_at", "kithe_models"."updated_at", "kithe_models"."parent_id", "kithe_models"."friendlier_id", "kithe_models"."file_data" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.5ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (5038.6ms) DROP DATABASE IF EXISTS "kithe_development" ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (140.6ms) DROP DATABASE IF EXISTS "kithe_development" ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (147.7ms) DROP DATABASE IF EXISTS "kithe_test" ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (1106.2ms) CREATE DATABASE "kithe_development" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (888.7ms) CREATE DATABASE "kithe_test" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (15.2ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (10.7ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to EnablePgcryptoExtension (20181015143259)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 SQL (19.0ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto" ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143259_enable_pgcrypto_extension.rb:4 ActiveRecord::SchemaMigration Create (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143259"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.8ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to CreateKitheModels (20181015143413)  (0.3ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (15.9ms) CREATE TABLE "kithe_models" ("id" uuid DEFAULT gen_random_uuid() NOT NULL PRIMARY KEY, "title" character varying NOT NULL, "type" character varying NOT NULL, "position" integer, "json_attributes" jsonb, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143413_create_kithe_models.rb:3  (0.7ms) ALTER TABLE "kithe_models" ADD "parent_id" uuid ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143413_create_kithe_models.rb:18  (6.6ms) CREATE INDEX "index_kithe_models_on_parent_id" ON "kithe_models" ("parent_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143413_create_kithe_models.rb:18  (2.9ms) ALTER TABLE "kithe_models" ADD CONSTRAINT "fk_rails_90130a9780" FOREIGN KEY ("parent_id") REFERENCES "kithe_models" ("id")  ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143413_create_kithe_models.rb:18 ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143413"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.8ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to KitheModelsFriendlierId (20181015143737)  (0.4ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (6.9ms) CREATE OR REPLACE FUNCTION kithe_models_friendlier_id_gen(min_value bigint, max_value bigint) RETURNS text AS $$ DECLARE new_id_int bigint; new_id_str character varying := ''; done bool; tries integer; alphabet char[] := ARRAY['0','1','2','3','4','5','6','7','8','9', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']; alphabet_length integer := array_length(alphabet, 1); BEGIN done := false; tries := 0; WHILE (NOT done) LOOP tries := tries + 1; IF (tries > 3) THEN RAISE 'Could not find non-conflicting friendlier_id in 3 tries'; END IF; new_id_int := trunc(random() * (max_value - min_value) + min_value); -- convert bigint to a Base-36 alphanumeric string -- see https://web.archive.org/web/20130420084605/http://www.jamiebegin.com/base36-conversion-in-postgresql/ -- https://gist.github.com/btbytes/7159902 WHILE new_id_int != 0 LOOP new_id_str := alphabet[(new_id_int % alphabet_length)+1] || new_id_str; new_id_int := new_id_int / alphabet_length; END LOOP; done := NOT exists(SELECT 1 FROM kithe_models WHERE friendlier_id=new_id_str); END LOOP; RETURN new_id_str; END; $$ LANGUAGE plpgsql;  ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:8  (23.2ms) ALTER TABLE "kithe_models" ADD "friendlier_id" character varying DEFAULT kithe_models_friendlier_id_gen(2821109907456, 101559956668415) NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:49  (5.8ms) CREATE UNIQUE INDEX "index_kithe_models_on_friendlier_id" ON "kithe_models" ("friendlier_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181015143737_kithe_models_friendlier_id.rb:50 ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181015143737"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (1.6ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to AddFileDataToModel (20181031190647)  (0.4ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.8ms) ALTER TABLE "kithe_models" ADD "file_data" jsonb ↳ /Users/jrochkind/code/kithe/db/migrate/20181031190647_add_file_data_to_model.rb:3 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181031190647"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.5ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to CreateKitheDerivatives (20181128185658)  (0.3ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (17.6ms) CREATE TABLE "kithe_derivatives" ("id" bigserial primary key, "key" character varying NOT NULL, "file_data" jsonb, "asset_id" uuid NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, CONSTRAINT "fk_rails_3dac8b4201" FOREIGN KEY ("asset_id") REFERENCES "kithe_models" ("id") ) ↳ /Users/jrochkind/code/kithe/db/migrate/20181128185658_create_kithe_derivatives.rb:3  (6.0ms) CREATE INDEX "index_kithe_derivatives_on_asset_id" ON "kithe_derivatives" ("asset_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20181128185658_create_kithe_derivatives.rb:3  (8.4ms) CREATE UNIQUE INDEX "index_kithe_derivatives_on_asset_id_and_key" ON "kithe_derivatives" ("asset_id", "key") ↳ /Users/jrochkind/code/kithe/db/migrate/20181128185658_create_kithe_derivatives.rb:11 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181128185658"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.5ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to AddRepresentativeRelations (20190103144947)  (4.8ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.7ms) ALTER TABLE "kithe_models" ADD "representative_id" uuid ↳ /Users/jrochkind/code/kithe/db/migrate/20190103144947_add_representative_relations.rb:3  (6.1ms) CREATE INDEX "index_kithe_models_on_representative_id" ON "kithe_models" ("representative_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20190103144947_add_representative_relations.rb:3  (2.2ms) ALTER TABLE "kithe_models" ADD CONSTRAINT "fk_rails_afa93b7b5d" FOREIGN KEY ("representative_id") REFERENCES "kithe_models" ("id")  ↳ /Users/jrochkind/code/kithe/db/migrate/20190103144947_add_representative_relations.rb:3  (0.6ms) ALTER TABLE "kithe_models" ADD "leaf_representative_id" uuid ↳ /Users/jrochkind/code/kithe/db/migrate/20190103144947_add_representative_relations.rb:4  (2.2ms) ALTER TABLE "kithe_models" ADD CONSTRAINT "fk_rails_403cce5c0d" FOREIGN KEY ("leaf_representative_id") REFERENCES "kithe_models" ("id")  ↳ /Users/jrochkind/code/kithe/db/migrate/20190103144947_add_representative_relations.rb:4 ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20190103144947"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.5ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 ActiveRecord::InternalMetadata Load (0.7ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 ActiveRecord::InternalMetadata Create (0.8ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2019-01-07 17:33:19.116569"], ["updated_at", "2019-01-07 17:33:19.116569"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.7ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.4ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) BEGIN Kithe::Work Create (8.1ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "work"], ["type", "Kithe::Work"], ["created_at", "2019-01-07 17:38:35.138483"], ["updated_at", "2019-01-07 17:38:35.138483"]]  (1.5ms) COMMIT  (0.2ms) BEGIN Kithe::Asset Create (0.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Asset"], ["type", "Kithe::Asset"], ["created_at", "2019-01-07 17:38:52.578084"], ["updated_at", "2019-01-07 17:38:52.578084"]]  (1.5ms) COMMIT Kithe::Asset Load (1.5ms) SELECT "kithe_models"."id", "kithe_models"."title", "kithe_models"."type", "kithe_models"."position", "kithe_models"."json_attributes", "kithe_models"."created_at", "kithe_models"."updated_at", "kithe_models"."parent_id", "kithe_models"."friendlier_id", "kithe_models"."file_data" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.9ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (2.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to CreateJoinTableModelModel (20190109192129)  (0.2ms) BEGIN ↳ bin/rails:14  (6.8ms) CREATE TABLE "model_contains" ("containee_id" bigint, "container_id" bigint, CONSTRAINT "fk_rails_65c5775d93" FOREIGN KEY ("containee_id") REFERENCES "kithe_models" ("id") , CONSTRAINT "fk_rails_3e0659ad5d" FOREIGN KEY ("container_id") REFERENCES "kithe_models" ("id") ) ↳ /Users/jrochkind/code/kithe/db/migrate/20190109192129_create_join_table_model_model.rb:3  (0.2ms) ROLLBACK ↳ bin/rails:14  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to CreateJoinTableModelModel (20190109192129)  (0.2ms) BEGIN ↳ bin/rails:14  (6.7ms) CREATE TABLE "model_contains" ("containee_id" uuid, "container_id" uuid, CONSTRAINT "fk_rails_65c5775d93" FOREIGN KEY ("containee_id") REFERENCES "kithe_models" ("id") , CONSTRAINT "fk_rails_3e0659ad5d" FOREIGN KEY ("container_id") REFERENCES "kithe_models" ("id") ) ↳ /Users/jrochkind/code/kithe/db/migrate/20190109192129_create_join_table_model_model.rb:3  (5.2ms) CREATE INDEX "index_model_contains_on_containee_id" ON "model_contains" ("containee_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20190109192129_create_join_table_model_model.rb:3  (6.4ms) CREATE INDEX "index_model_contains_on_container_id" ON "model_contains" ("container_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20190109192129_create_join_table_model_model.rb:3 ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20190109192129"]] ↳ bin/rails:14  (0.5ms) COMMIT ↳ bin/rails:14 Migrating to ContainsAssociation (20190109192252)  (0.2ms) BEGIN ↳ bin/rails:14 ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20190109192252"]] ↳ bin/rails:14  (0.3ms) COMMIT ↳ bin/rails:14 ActiveRecord::InternalMetadata Load (1.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.2ms) BEGIN ↳ bin/rails:14  (0.1ms) COMMIT ↳ bin/rails:14  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Kithe::Collection Load (4.3ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Collection') ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.2ms) BEGIN Kithe::Collection Create (6.8ms) INSERT INTO "kithe_models" ("title", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "collection"], ["type", "Kithe::Collection"], ["created_at", "2019-01-09 19:57:53.633893"], ["updated_at", "2019-01-09 19:57:53.633893"]]  (0.6ms) COMMIT Kithe::Work Load (0.6ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') ORDER BY "kithe_models"."id" DESC LIMIT $1 [["LIMIT", 1]] Kithe::Work Load (0.4ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') ORDER BY "kithe_models"."id" DESC LIMIT $1 [["LIMIT", 1]] Kithe::Collection Load (0.6ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Collection') ORDER BY "kithe_models"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to ContainsAssociation (20190109192252)  (0.2ms) BEGIN ↳ bin/rails:14 ActiveRecord::SchemaMigration Destroy (0.7ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20190109192252"]] ↳ bin/rails:14  (0.4ms) COMMIT ↳ bin/rails:14  (0.4ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.4ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to CreateJoinTableModelModel (20190109192129)  (0.2ms) BEGIN ↳ bin/rails:14  (3.8ms) DROP TABLE "model_contains" ↳ bin/rails:14 ActiveRecord::SchemaMigration Destroy (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20190109192129"]] ↳ bin/rails:14  (1.5ms) COMMIT ↳ bin/rails:14  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to ContainsAssociation (20190109192252)  (0.2ms) BEGIN ↳ bin/rails:14  (4.6ms) CREATE TABLE "kithe_model_contains" ("containee_id" uuid, "container_id" uuid, CONSTRAINT "fk_rails_490c1158f7" FOREIGN KEY ("containee_id") REFERENCES "kithe_models" ("id") , CONSTRAINT "fk_rails_091010187b" FOREIGN KEY ("container_id") REFERENCES "kithe_models" ("id") ) ↳ /Users/jrochkind/code/kithe/db/migrate/20190109192252_contains_association.rb:3  (5.2ms) CREATE INDEX "index_kithe_model_contains_on_containee_id" ON "kithe_model_contains" ("containee_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20190109192252_contains_association.rb:3  (3.8ms) CREATE INDEX "index_kithe_model_contains_on_container_id" ON "kithe_model_contains" ("container_id") ↳ /Users/jrochkind/code/kithe/db/migrate/20190109192252_contains_association.rb:3 ActiveRecord::SchemaMigration Create (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20190109192252"]] ↳ bin/rails:14  (33.4ms) COMMIT ↳ bin/rails:14 ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.2ms) BEGIN ↳ bin/rails:14  (0.1ms) COMMIT ↳ bin/rails:14  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Kithe::Collection Load (1.7ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Collection') ORDER BY "kithe_models"."id" DESC LIMIT $1 [["LIMIT", 1]] Kithe::Work Load (0.7ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') ORDER BY "kithe_models"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.2ms) BEGIN  (0.3ms) ROLLBACK Kithe::Collection Load (0.4ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Collection') ORDER BY "kithe_models"."id" DESC LIMIT $1 [["LIMIT", 1]] Kithe::Model Load (0.9ms) SELECT "kithe_models".* FROM "kithe_models" INNER JOIN "kithe_model_contains" ON "kithe_models"."id" = "kithe_model_contains"."containee_id" WHERE "kithe_model_contains"."containee_id" = $1 LIMIT $2 [["containee_id", "8618b5a5-20ca-4bc9-9dce-bfa94fccc667"], ["LIMIT", 11]] Kithe::Collection Load (0.4ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Collection') ORDER BY "kithe_models"."id" DESC LIMIT $1 [["LIMIT", 1]] Kithe::Collection Load (0.5ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Collection') ORDER BY "kithe_models"."id" DESC LIMIT $1 [["LIMIT", 1]] Kithe::Model Load (0.5ms) SELECT "kithe_models".* FROM "kithe_models" INNER JOIN "kithe_model_contains" ON "kithe_models"."id" = "kithe_model_contains"."container_id" WHERE "kithe_model_contains"."containee_id" = $1 LIMIT $2 [["containee_id", "8618b5a5-20ca-4bc9-9dce-bfa94fccc667"], ["LIMIT", 11]] Kithe::Model Load (0.5ms) SELECT "kithe_models".* FROM "kithe_models" INNER JOIN "kithe_model_contains" ON "kithe_models"."id" = "kithe_model_contains"."containee_id" WHERE "kithe_model_contains"."container_id" = $1 LIMIT $2 [["container_id", "8618b5a5-20ca-4bc9-9dce-bfa94fccc667"], ["LIMIT", 11]] Kithe::Work Load (0.5ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') ORDER BY "kithe_models"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.2ms) BEGIN Kithe::Model Load (0.4ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."id" = $1 LIMIT $2 [["id", "8618b5a5-20ca-4bc9-9dce-bfa94fccc667"], ["LIMIT", 1]] Kithe::ModelContains Create (1.2ms) INSERT INTO "kithe_model_contains" ("containee_id", "container_id") VALUES ($1, $2) [["containee_id", "fa7ed86f-7eef-49d9-bcc6-c6297e7b36d0"], ["container_id", "8618b5a5-20ca-4bc9-9dce-bfa94fccc667"]]  (1.5ms) COMMIT Kithe::Model Load (0.5ms) SELECT "kithe_models".* FROM "kithe_models" INNER JOIN "kithe_model_contains" ON "kithe_models"."id" = "kithe_model_contains"."containee_id" WHERE "kithe_model_contains"."container_id" = $1 LIMIT $2 [["container_id", "8618b5a5-20ca-4bc9-9dce-bfa94fccc667"], ["LIMIT", 11]] Kithe::Work Load (0.6ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Work') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "fa7ed86f-7eef-49d9-bcc6-c6297e7b36d0"], ["LIMIT", 1]] Kithe::Model Load (0.6ms) SELECT "kithe_models".* FROM "kithe_models" INNER JOIN "kithe_model_contains" ON "kithe_models"."id" = "kithe_model_contains"."container_id" WHERE "kithe_model_contains"."containee_id" = $1 LIMIT $2 [["containee_id", "fa7ed86f-7eef-49d9-bcc6-c6297e7b36d0"], ["LIMIT", 11]] Kithe::Model Load (0.5ms) SELECT "kithe_models".* FROM "kithe_models" INNER JOIN "kithe_model_contains" ON "kithe_models"."id" = "kithe_model_contains"."container_id" WHERE "kithe_model_contains"."containee_id" = $1 ORDER BY "kithe_models"."id" ASC LIMIT $2 [["containee_id", "fa7ed86f-7eef-49d9-bcc6-c6297e7b36d0"], ["LIMIT", 1]] Kithe::Model Load (0.7ms) SELECT "kithe_models".* FROM "kithe_models" INNER JOIN "kithe_model_contains" ON "kithe_models"."id" = "kithe_model_contains"."containee_id" WHERE "kithe_model_contains"."container_id" = $1 LIMIT $2 [["container_id", "8618b5a5-20ca-4bc9-9dce-bfa94fccc667"], ["LIMIT", 11]] Kithe::Collection Load (0.5ms) SELECT "kithe_models".* FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Collection') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "8618b5a5-20ca-4bc9-9dce-bfa94fccc667"], ["LIMIT", 1]] Kithe::Model Load (0.6ms) SELECT "kithe_models".* FROM "kithe_models" INNER JOIN "kithe_model_contains" ON "kithe_models"."id" = "kithe_model_contains"."containee_id" WHERE "kithe_model_contains"."container_id" = $1 LIMIT $2 [["container_id", "8618b5a5-20ca-4bc9-9dce-bfa94fccc667"], ["LIMIT", 11]] Kithe::Model Load (0.7ms) SELECT "kithe_models".* FROM "kithe_models" INNER JOIN "kithe_model_contains" ON "kithe_models"."id" = "kithe_model_contains"."container_id" WHERE "kithe_model_contains"."containee_id" = $1 LIMIT $2 [["containee_id", "fa7ed86f-7eef-49d9-bcc6-c6297e7b36d0"], ["LIMIT", 11]]  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ bin/rails:14  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.2ms) BEGIN ↳ bin/rails:14  (0.2ms) COMMIT ↳ bin/rails:14  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Kithe::Asset Load (39.2ms) SELECT "kithe_models"."id", "kithe_models"."title", "kithe_models"."type", "kithe_models"."position", "kithe_models"."json_attributes", "kithe_models"."created_at", "kithe_models"."updated_at", "kithe_models"."parent_id", "kithe_models"."friendlier_id", "kithe_models"."file_data" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" DESC LIMIT $1 [["LIMIT", 1]]  (1.1ms) BEGIN Kithe::Asset Update (8.7ms) UPDATE "kithe_models" SET "updated_at" = $1, "friendlier_id" = $2 WHERE "kithe_models"."id" = $3 [["updated_at", "2019-01-16 13:59:35.888710"], ["friendlier_id", nil], ["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"]]  (1.2ms) ROLLBACK  (7.8ms) SELECT COUNT(*) FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND "kithe_models"."id" = $1 [["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"]] Kithe::Asset Update All (36.8ms) UPDATE "kithe_models" SET "friendlier_id" = 'kithe_models_friendlier_id_gen(1,10000)' WHERE "kithe_models"."type" IN ('Kithe::Asset') AND "kithe_models"."id" = $1 [["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"]]  (0.6ms) SELECT "kithe_models"."friendlier_id" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"], ["LIMIT", 1]] Kithe::Asset Update All (0.7ms) UPDATE "kithe_models" SET "friendlier_id" = NULL WHERE "kithe_models"."type" IN ('Kithe::Asset') AND "kithe_models"."id" = $1 [["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"]] Kithe::Asset Update All (3.1ms) UPDATE "kithe_models" SET friendier_id = kithe_models_friendlier_id_gen(1,10000) WHERE "kithe_models"."type" IN ('Kithe::Asset') AND "kithe_models"."id" = $1 [["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"]] Kithe::Asset Update All (27.0ms) UPDATE "kithe_models" SET friendlier_id = kithe_models_friendlier_id_gen(1,10000) WHERE "kithe_models"."type" IN ('Kithe::Asset') AND "kithe_models"."id" = $1 [["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"]] Kithe::Asset Load (0.6ms) SELECT "kithe_models"."id", "kithe_models"."title", "kithe_models"."type", "kithe_models"."position", "kithe_models"."json_attributes", "kithe_models"."created_at", "kithe_models"."updated_at", "kithe_models"."parent_id", "kithe_models"."friendlier_id", "kithe_models"."file_data" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"], ["LIMIT", 1]] Kithe::Asset Update All (1.4ms) UPDATE "kithe_models" SET friendlier_id = kithe_models_friendlier_id_gen(1,10000000000) WHERE "kithe_models"."type" IN ('Kithe::Asset') AND "kithe_models"."id" = $1 [["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"]] Kithe::Asset Load (0.6ms) SELECT "kithe_models"."id", "kithe_models"."title", "kithe_models"."type", "kithe_models"."position", "kithe_models"."json_attributes", "kithe_models"."created_at", "kithe_models"."updated_at", "kithe_models"."parent_id", "kithe_models"."friendlier_id", "kithe_models"."file_data" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"], ["LIMIT", 1]]  (0.3ms) BEGIN Kithe::Asset Update (0.6ms) UPDATE "kithe_models" SET "updated_at" = $1, "friendlier_id" = $2 WHERE "kithe_models"."id" = $3 [["updated_at", "2019-01-16 14:16:55.204853"], ["friendlier_id", "kithe_models_friendlier_id_gen(1,10000000000)"], ["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"]]  (0.5ms) COMMIT Kithe::Asset Load (0.6ms) SELECT "kithe_models"."id", "kithe_models"."title", "kithe_models"."type", "kithe_models"."position", "kithe_models"."json_attributes", "kithe_models"."created_at", "kithe_models"."updated_at", "kithe_models"."parent_id", "kithe_models"."friendlier_id", "kithe_models"."file_data" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"], ["LIMIT", 1]] Kithe::Asset Load (7.1ms) SELECT "kithe_models"."id", "kithe_models"."title", "kithe_models"."type", "kithe_models"."position", "kithe_models"."json_attributes", "kithe_models"."created_at", "kithe_models"."updated_at", "kithe_models"."parent_id", "kithe_models"."friendlier_id", "kithe_models"."file_data" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') ORDER BY "kithe_models"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.3ms) BEGIN Kithe::Asset Update (25.2ms) UPDATE "kithe_models" SET "updated_at" = $1, "file_data" = $2 WHERE "kithe_models"."id" = $3 [["updated_at", "2019-02-12 17:20:59.774046"], ["file_data", "{\"storage\":\"remote_url\",\"id\":\"https://kithe-files-dev.s3.amazonaws.com/jrochkind.jrochkind-chf/derivatives/99fd2b20-bc9d-4264-9e9d-bf56a6a41263/thumb_mini/b8e3eeebc1738c45479ec136ab90c87f.jpg\",\"metadata\":{}}"], ["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"]]  (1.0ms) COMMIT [ActiveJob] Enqueued Kithe::AssetPromoteJob (Job ID: 8d0514ca-c776-483d-95a3-71a7b1bffa3c) to Async(default) with arguments: {"attachment"=>"{\"storage\":\"remote_url\",\"id\":\"https://kithe-files-dev.s3.amazonaws.com/jrochkind.jrochkind-chf/derivatives/99fd2b20-bc9d-4264-9e9d-bf56a6a41263/thumb_mini/b8e3eeebc1738c45479ec136ab90c87f.jpg\",\"metadata\":{}}", "record"=>["Kithe::Asset", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"], "name"=>"file", "shrine_class"=>"Kithe::AssetUploader", "action"=>"store", "phase"=>"store"} [ActiveJob] [Kithe::AssetPromoteJob] [8d0514ca-c776-483d-95a3-71a7b1bffa3c] Performing Kithe::AssetPromoteJob (Job ID: 8d0514ca-c776-483d-95a3-71a7b1bffa3c) from Async(default) with arguments: {"attachment"=>"{\"storage\":\"remote_url\",\"id\":\"https://kithe-files-dev.s3.amazonaws.com/jrochkind.jrochkind-chf/derivatives/99fd2b20-bc9d-4264-9e9d-bf56a6a41263/thumb_mini/b8e3eeebc1738c45479ec136ab90c87f.jpg\",\"metadata\":{}}", "record"=>["Kithe::Asset", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"], "name"=>"file", "shrine_class"=>"Kithe::AssetUploader", "action"=>"store", "phase"=>"store"} [ActiveJob] [Kithe::AssetPromoteJob] [8d0514ca-c776-483d-95a3-71a7b1bffa3c] Kithe::Asset Load (1.9ms) SELECT "kithe_models"."id", "kithe_models"."title", "kithe_models"."type", "kithe_models"."position", "kithe_models"."json_attributes", "kithe_models"."created_at", "kithe_models"."updated_at", "kithe_models"."parent_id", "kithe_models"."friendlier_id", "kithe_models"."file_data" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND "kithe_models"."id" = $1 ORDER BY "kithe_models"."id" ASC LIMIT $2 [["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"], ["LIMIT", 1]] [ActiveJob] [Kithe::AssetPromoteJob] [8d0514ca-c776-483d-95a3-71a7b1bffa3c] Error performing Kithe::AssetPromoteJob (Job ID: 8d0514ca-c776-483d-95a3-71a7b1bffa3c) from Async(default) in 206.69ms: Down::ClientError (403 Forbidden): /Users/jrochkind/.gem/ruby/2.5.3/gems/down-4.8.0/lib/down/http.rb:117:in `response_error!' /Users/jrochkind/.gem/ruby/2.5.3/gems/down-4.8.0/lib/down/http.rb:87:in `request' /Users/jrochkind/.gem/ruby/2.5.3/gems/down-4.8.0/lib/down/http.rb:72:in `open' /Users/jrochkind/.gem/ruby/2.5.3/gems/down-4.8.0/lib/down/backend.rb:17:in `open' /Users/jrochkind/.gem/ruby/2.5.3/gems/shrine-url-2.2.1/lib/shrine/storage/url.rb:23:in `open' /Users/jrochkind/.gem/ruby/2.5.3/gems/shrine-2.14.0/lib/shrine/uploaded_file.rb:96:in `open' /Users/jrochkind/.gem/ruby/2.5.3/gems/shrine-2.14.0/lib/shrine/plugins/refresh_metadata.rb:36:in `refresh_metadata!' /Users/jrochkind/code/kithe/lib/shrine/plugins/kithe_promotion_hooks.rb:94:in `promote' /Users/jrochkind/.gem/ruby/2.5.3/gems/shrine-2.14.0/lib/shrine/plugins/backgrounding.rb:152:in `promote' /Users/jrochkind/code/kithe/app/jobs/kithe/asset_promote_job.rb:4:in `perform' /Users/jrochkind/.gem/ruby/2.5.3/gems/activejob-5.2.2/lib/active_job/execution.rb:39:in `block in perform_now' /Users/jrochkind/.gem/ruby/2.5.3/gems/activesupport-5.2.2/lib/active_support/callbacks.rb:109:in `block in run_callbacks' /Users/jrochkind/.gem/ruby/2.5.3/gems/i18n-1.5.3/lib/i18n.rb:284:in `with_locale' /Users/jrochkind/.gem/ruby/2.5.3/gems/activejob-5.2.2/lib/active_job/translation.rb:9:in `block (2 levels) in ' /Users/jrochkind/.gem/ruby/2.5.3/gems/activesupport-5.2.2/lib/active_support/callbacks.rb:118:in `instance_exec' /Users/jrochkind/.gem/ruby/2.5.3/gems/activesupport-5.2.2/lib/active_support/callbacks.rb:118:in `block in run_callbacks' /Users/jrochkind/.gem/ruby/2.5.3/gems/activejob-5.2.2/lib/active_job/logging.rb:26:in `block (4 levels) in ' /Users/jrochkind/.gem/ruby/2.5.3/gems/activesupport-5.2.2/lib/active_support/notifications.rb:168:in `block in instrument' /Users/jrochkind/.gem/ruby/2.5.3/gems/activesupport-5.2.2/lib/active_support/notifications/instrumenter.rb:23:in `instrument' /Users/jrochkind/.gem/ruby/2.5.3/gems/activesupport-5.2.2/lib/active_support/notifications.rb:168:in `instrument' /Users/jrochkind/.gem/ruby/2.5.3/gems/activejob-5.2.2/lib/active_job/logging.rb:25:in `block (3 levels) in ' /Users/jrochkind/.gem/ruby/2.5.3/gems/activejob-5.2.2/lib/active_job/logging.rb:46:in `block in tag_logger' /Users/jrochkind/.gem/ruby/2.5.3/gems/activesupport-5.2.2/lib/active_support/tagged_logging.rb:71:in `block in tagged' /Users/jrochkind/.gem/ruby/2.5.3/gems/activesupport-5.2.2/lib/active_support/tagged_logging.rb:28:in `tagged' /Users/jrochkind/.gem/ruby/2.5.3/gems/activesupport-5.2.2/lib/active_support/tagged_logging.rb:71:in `tagged' /Users/jrochkind/.gem/ruby/2.5.3/gems/activejob-5.2.2/lib/active_job/logging.rb:46:in `tag_logger' /Users/jrochkind/.gem/ruby/2.5.3/gems/activejob-5.2.2/lib/active_job/logging.rb:22:in `block (2 levels) in ' /Users/jrochkind/.gem/ruby/2.5.3/gems/activesupport-5.2.2/lib/active_support/callbacks.rb:118:in `instance_exec' /Users/jrochkind/.gem/ruby/2.5.3/gems/activesupport-5.2.2/lib/active_support/callbacks.rb:118:in `block in run_callbacks' /Users/jrochkind/.gem/ruby/2.5.3/gems/activesupport-5.2.2/lib/active_support/callbacks.rb:136:in `run_callbacks' /Users/jrochkind/.gem/ruby/2.5.3/gems/activejob-5.2.2/lib/active_job/execution.rb:38:in `perform_now' /Users/jrochkind/.gem/ruby/2.5.3/gems/activejob-5.2.2/lib/active_job/execution.rb:24:in `block in execute' /Users/jrochkind/.gem/ruby/2.5.3/gems/activesupport-5.2.2/lib/active_support/callbacks.rb:109:in `block in run_callbacks' /Users/jrochkind/.gem/ruby/2.5.3/gems/activejob-5.2.2/lib/active_job/railtie.rb:28:in `block (4 levels) in ' /Users/jrochkind/.gem/ruby/2.5.3/gems/activesupport-5.2.2/lib/active_support/execution_wrapper.rb:87:in `wrap' /Users/jrochkind/.gem/ruby/2.5.3/gems/activesupport-5.2.2/lib/active_support/reloader.rb:73:in `block in wrap' /Users/jrochkind/.gem/ruby/2.5.3/gems/activesupport-5.2.2/lib/active_support/execution_wrapper.rb:87:in `wrap' /Users/jrochkind/.gem/ruby/2.5.3/gems/activesupport-5.2.2/lib/active_support/reloader.rb:72:in `wrap' /Users/jrochkind/.gem/ruby/2.5.3/gems/activejob-5.2.2/lib/active_job/railtie.rb:27:in `block (3 levels) in ' /Users/jrochkind/.gem/ruby/2.5.3/gems/activesupport-5.2.2/lib/active_support/callbacks.rb:118:in `instance_exec' /Users/jrochkind/.gem/ruby/2.5.3/gems/activesupport-5.2.2/lib/active_support/callbacks.rb:118:in `block in run_callbacks' /Users/jrochkind/.gem/ruby/2.5.3/gems/activesupport-5.2.2/lib/active_support/callbacks.rb:136:in `run_callbacks' /Users/jrochkind/.gem/ruby/2.5.3/gems/activejob-5.2.2/lib/active_job/execution.rb:22:in `execute' /Users/jrochkind/.gem/ruby/2.5.3/gems/activejob-5.2.2/lib/active_job/queue_adapters/async_adapter.rb:70:in `perform' /Users/jrochkind/.gem/ruby/2.5.3/gems/concurrent-ruby-1.1.4/lib/concurrent/executor/ruby_thread_pool_executor.rb:348:in `run_task' /Users/jrochkind/.gem/ruby/2.5.3/gems/concurrent-ruby-1.1.4/lib/concurrent/executor/ruby_thread_pool_executor.rb:337:in `block (3 levels) in create_worker' /Users/jrochkind/.gem/ruby/2.5.3/gems/concurrent-ruby-1.1.4/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:in `loop' /Users/jrochkind/.gem/ruby/2.5.3/gems/concurrent-ruby-1.1.4/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:in `block (2 levels) in create_worker' /Users/jrochkind/.gem/ruby/2.5.3/gems/concurrent-ruby-1.1.4/lib/concurrent/executor/ruby_thread_pool_executor.rb:319:in `catch' /Users/jrochkind/.gem/ruby/2.5.3/gems/concurrent-ruby-1.1.4/lib/concurrent/executor/ruby_thread_pool_executor.rb:319:in `block in create_worker'  (0.2ms) BEGIN Kithe::Asset Update (0.5ms) UPDATE "kithe_models" SET "updated_at" = $1, "file_data" = $2 WHERE "kithe_models"."id" = $3 [["updated_at", "2019-02-12 17:21:49.024965"], ["file_data", "{\"storage\":\"remote_url\",\"id\":\"https://imaging.nikon.com/lineup/lens/zoom/normalzoom/af-s_dx_18-140mmf_35-56g_ed_vr/img/sample/sample1_l.jpg\",\"metadata\":{}}"], ["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"]]  (1.5ms) COMMIT [ActiveJob] Enqueued Kithe::AssetPromoteJob (Job ID: d69cf6b2-4a1d-4714-ae6a-73d34a350da8) to Async(default) with arguments: {"attachment"=>"{\"storage\":\"remote_url\",\"id\":\"https://imaging.nikon.com/lineup/lens/zoom/normalzoom/af-s_dx_18-140mmf_35-56g_ed_vr/img/sample/sample1_l.jpg\",\"metadata\":{}}", "record"=>["Kithe::Asset", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"], "name"=>"file", "shrine_class"=>"Kithe::AssetUploader", "action"=>"store", "phase"=>"store"} [ActiveJob] [Kithe::AssetPromoteJob] [d69cf6b2-4a1d-4714-ae6a-73d34a350da8] Performing Kithe::AssetPromoteJob (Job ID: d69cf6b2-4a1d-4714-ae6a-73d34a350da8) from Async(default) with arguments: {"attachment"=>"{\"storage\":\"remote_url\",\"id\":\"https://imaging.nikon.com/lineup/lens/zoom/normalzoom/af-s_dx_18-140mmf_35-56g_ed_vr/img/sample/sample1_l.jpg\",\"metadata\":{}}", "record"=>["Kithe::Asset", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"], "name"=>"file", "shrine_class"=>"Kithe::AssetUploader", "action"=>"store", "phase"=>"store"} [ActiveJob] [Kithe::AssetPromoteJob] [d69cf6b2-4a1d-4714-ae6a-73d34a350da8] Kithe::Asset Load (0.5ms) SELECT "kithe_models"."id", "kithe_models"."title", "kithe_models"."type", "kithe_models"."position", "kithe_models"."json_attributes", "kithe_models"."created_at", "kithe_models"."updated_at", "kithe_models"."parent_id", "kithe_models"."friendlier_id", "kithe_models"."file_data" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND "kithe_models"."id" = $1 ORDER BY "kithe_models"."id" ASC LIMIT $2 [["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"], ["LIMIT", 1]] [ActiveJob] [Kithe::AssetPromoteJob] [d69cf6b2-4a1d-4714-ae6a-73d34a350da8] CACHE Kithe::Asset Load (0.0ms) SELECT "kithe_models"."id", "kithe_models"."title", "kithe_models"."type", "kithe_models"."position", "kithe_models"."json_attributes", "kithe_models"."created_at", "kithe_models"."updated_at", "kithe_models"."parent_id", "kithe_models"."friendlier_id", "kithe_models"."file_data" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND "kithe_models"."id" = $1 ORDER BY "kithe_models"."id" ASC LIMIT $2 [["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"], ["LIMIT", 1]] [ActiveJob] [Kithe::AssetPromoteJob] [d69cf6b2-4a1d-4714-ae6a-73d34a350da8]  (0.2ms) BEGIN [ActiveJob] [Kithe::AssetPromoteJob] [d69cf6b2-4a1d-4714-ae6a-73d34a350da8] Kithe::Asset Update (0.8ms) UPDATE "kithe_models" SET "file_data" = $1, "updated_at" = $2 WHERE "kithe_models"."id" = $3 [["file_data", "{\"id\":\"asset/e7e4d65b-b65f-43f4-a31a-9e6721a2116e/db52cb74ee881897ced47baa2bcd65c7.jpg\",\"storage\":\"store\",\"metadata\":{\"filename\":null,\"size\":209630,\"mime_type\":\"image/jpeg\",\"width\":717,\"height\":478,\"md5\":\"13a91cf5b51e9c7f0c1e4c1971d68348\",\"sha1\":\"8de724f54e231a7c41c618cf1918a1bb4070e6c9\",\"sha512\":\"3a7df0d5dfeb8219f379c873d33518f3f01f85e8706546a633029226a81294a0aff0858b29dffecd7f0a5816be766dd8182c58f18ae364c0798308cd17e810f6\"}}"], ["updated_at", "2019-02-12 17:21:54.957144"], ["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"]] [ActiveJob] [Kithe::AssetPromoteJob] [d69cf6b2-4a1d-4714-ae6a-73d34a350da8] Kithe::Derivative Load (12.9ms) SELECT "kithe_derivatives".* FROM "kithe_derivatives" WHERE "kithe_derivatives"."asset_id" = $1 [["asset_id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"]] [ActiveJob] [Kithe::AssetPromoteJob] [d69cf6b2-4a1d-4714-ae6a-73d34a350da8]  (6.2ms) COMMIT [ActiveJob] [Kithe::AssetPromoteJob] [d69cf6b2-4a1d-4714-ae6a-73d34a350da8] Enqueued Kithe::CreateDerivativesJob (Job ID: 65f899c7-13ac-42e2-9796-178ea5afcc56) to Async(default) with arguments: #>, {:mark_created=>true} [ActiveJob] [Kithe::AssetPromoteJob] [d69cf6b2-4a1d-4714-ae6a-73d34a350da8] Performed Kithe::AssetPromoteJob (Job ID: d69cf6b2-4a1d-4714-ae6a-73d34a350da8) from Async(default) in 5970.41ms Kithe::Asset Load (0.6ms) SELECT "kithe_models"."id", "kithe_models"."title", "kithe_models"."type", "kithe_models"."position", "kithe_models"."json_attributes", "kithe_models"."created_at", "kithe_models"."updated_at", "kithe_models"."parent_id", "kithe_models"."friendlier_id", "kithe_models"."file_data" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"], ["LIMIT", 1]] [ActiveJob] [Kithe::CreateDerivativesJob] [65f899c7-13ac-42e2-9796-178ea5afcc56] Performing Kithe::CreateDerivativesJob (Job ID: 65f899c7-13ac-42e2-9796-178ea5afcc56) from Async(default) with arguments: #>, {:mark_created=>true} [ActiveJob] [Kithe::CreateDerivativesJob] [65f899c7-13ac-42e2-9796-178ea5afcc56]  (0.2ms) BEGIN [ActiveJob] [Kithe::CreateDerivativesJob] [65f899c7-13ac-42e2-9796-178ea5afcc56] Kithe::Asset Load (12.3ms) SELECT "kithe_models"."id", "kithe_models"."title", "kithe_models"."type", "kithe_models"."position", "kithe_models"."json_attributes", "kithe_models"."created_at", "kithe_models"."updated_at", "kithe_models"."parent_id", "kithe_models"."friendlier_id", "kithe_models"."file_data" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND "kithe_models"."id" = $1 AND (file_data -> 'metadata' ->> 'sha512' = '3a7df0d5dfeb8219f379c873d33518f3f01f85e8706546a633029226a81294a0aff0858b29dffecd7f0a5816be766dd8182c58f18ae364c0798308cd17e810f6') ORDER BY "kithe_models"."id" ASC LIMIT $2 FOR UPDATE [["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"], ["LIMIT", 1]] [ActiveJob] [Kithe::CreateDerivativesJob] [65f899c7-13ac-42e2-9796-178ea5afcc56]  (6.9ms) UPDATE "kithe_models" SET file_data = jsonb_set(file_data, '{metadata, derivatives_created}', 'true') WHERE id = 'e7e4d65b-b65f-43f4-a31a-9e6721a2116e'  [ActiveJob] [Kithe::CreateDerivativesJob] [65f899c7-13ac-42e2-9796-178ea5afcc56]  (4.9ms) COMMIT [ActiveJob] [Kithe::CreateDerivativesJob] [65f899c7-13ac-42e2-9796-178ea5afcc56] Performed Kithe::CreateDerivativesJob (Job ID: 65f899c7-13ac-42e2-9796-178ea5afcc56) from Async(default) in 35.66ms Kithe::Asset Load (0.7ms) SELECT "kithe_models"."id", "kithe_models"."title", "kithe_models"."type", "kithe_models"."position", "kithe_models"."json_attributes", "kithe_models"."created_at", "kithe_models"."updated_at", "kithe_models"."parent_id", "kithe_models"."friendlier_id", "kithe_models"."file_data" FROM "kithe_models" WHERE "kithe_models"."type" IN ('Kithe::Asset') AND "kithe_models"."id" = $1 LIMIT $2 [["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"], ["LIMIT", 1]]  (0.9ms) CREATE DATABASE "kithe_development" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.4ms) CREATE DATABASE "kithe_test" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (2.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (21.9ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.5ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.4ms) CREATE DATABASE "kithe_development" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.4ms) CREATE DATABASE "kithe_test" ENCODING = 'unicode' ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (18.9ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (6.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to KitheModelType (20190404144551)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (28.2ms) ALTER TABLE "kithe_models" ADD "kithe_model_type" integer ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:5  (0.6ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.4ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to KitheModelType (20190404144551)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.9ms) ALTER TABLE "kithe_models" ADD "kithe_model_type" integer ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:5 Kithe::Model Load (3.9ms) SELECT "kithe_models".* FROM "kithe_models" ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1000]] ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:8 Kithe::Collection Update (25.9ms) UPDATE "kithe_models" SET "kithe_model_type" = $1, "updated_at" = $2 WHERE "kithe_models"."id" = $3 [["kithe_model_type", 0], ["updated_at", "2019-04-04 14:51:11.039101"], ["id", "8618b5a5-20ca-4bc9-9dce-bfa94fccc667"]] ↳ /Users/jrochkind/code/kithe/app/models/kithe/collection.rb:8 Kithe::Asset Update (2.3ms) UPDATE "kithe_models" SET "kithe_model_type" = $1, "updated_at" = $2 WHERE "kithe_models"."id" = $3 [["kithe_model_type", 2], ["updated_at", "2019-04-04 14:51:11.116647"], ["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"]] ↳ /Users/jrochkind/code/kithe/app/models/kithe/asset.rb:12 Kithe::Work Update (0.7ms) UPDATE "kithe_models" SET "kithe_model_type" = $1, "updated_at" = $2 WHERE "kithe_models"."id" = $3 [["kithe_model_type", 1], ["updated_at", "2019-04-04 14:51:11.138107"], ["id", "fa7ed86f-7eef-49d9-bcc6-c6297e7b36d0"]] ↳ /Users/jrochkind/code/kithe/app/models/kithe/work.rb:8  (7.5ms) ALTER TABLE "kithe_models" ALTER COLUMN "kithe_model_type" TYPE integer, ALTER "kithe_model_type" SET NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:13 ActiveRecord::SchemaMigration Create (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20190404144551"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.5ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 ActiveRecord::InternalMetadata Load (2.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.4ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to KitheModelType (20190404144551)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (20.6ms) ALTER TABLE "kithe_models" DROP COLUMN "kithe_model_type" ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:16 ActiveRecord::SchemaMigration Destroy (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20190404144551"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.4ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Kithe::Model Load (0.7ms) SELECT "kithe_models".* FROM "kithe_models" ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Model Load (0.3ms) SELECT "kithe_models".* FROM "kithe_models" ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to KitheModelType (20190404144551)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (1.1ms) ALTER TABLE "kithe_models" ADD "kithe_model_type" integer ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:5 ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20190404144551"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (1.5ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 ActiveRecord::InternalMetadata Load (0.8ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.5ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Kithe::Model Load (0.9ms) SELECT "kithe_models".* FROM "kithe_models" ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Model Load (0.7ms) SELECT "kithe_models".* FROM "kithe_models" ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.2ms) BEGIN Kithe::Collection Update (1.0ms) UPDATE "kithe_models" SET "updated_at" = $1, "kithe_model_type" = $2 WHERE "kithe_models"."id" = $3 [["updated_at", "2019-04-04 14:54:30.961196"], ["kithe_model_type", 0], ["id", "8618b5a5-20ca-4bc9-9dce-bfa94fccc667"]]  (6.5ms) COMMIT  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to KitheModelType (20190404144551)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (1.3ms) ALTER TABLE "kithe_models" DROP COLUMN "kithe_model_type" ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:16 ActiveRecord::SchemaMigration Destroy (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20190404144551"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (5.9ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.4ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to KitheModelType (20190404144551)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (1.0ms) ALTER TABLE "kithe_models" ADD "kithe_model_type" integer ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:5 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20190404144551"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (6.4ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.4ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Kithe::Model Load (0.7ms) SELECT "kithe_models".* FROM "kithe_models" ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]] Kithe::Model Load (0.7ms) SELECT "kithe_models".* FROM "kithe_models" ORDER BY "kithe_models"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to KitheModelType (20190404144551)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (1.1ms) ALTER TABLE "kithe_models" DROP COLUMN "kithe_model_type" ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:16 ActiveRecord::SchemaMigration Destroy (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20190404144551"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (6.5ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.6ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to KitheModelType (20190404144551)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.9ms) ALTER TABLE "kithe_models" ADD "kithe_model_type" integer ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:5  (0.2ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to KitheModelType (20190404144551)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (1.1ms) ALTER TABLE "kithe_models" ADD "kithe_model_type" integer ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:5 Kithe::Model Load (0.9ms) SELECT "kithe_models".* FROM "kithe_models" ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1000]] ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:8 Kithe::Collection Update (0.8ms) UPDATE "kithe_models" SET "kithe_model_type" = $1, "updated_at" = $2 WHERE "kithe_models"."id" = $3 [["kithe_model_type", 0], ["updated_at", "2019-04-04 14:57:22.497919"], ["id", "8618b5a5-20ca-4bc9-9dce-bfa94fccc667"]] ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:9 Kithe::Asset Update (0.5ms) UPDATE "kithe_models" SET "kithe_model_type" = $1, "updated_at" = $2 WHERE "kithe_models"."id" = $3 [["kithe_model_type", 2], ["updated_at", "2019-04-04 14:57:22.502231"], ["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"]] ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:9 Kithe::Work Update (0.5ms) UPDATE "kithe_models" SET "kithe_model_type" = $1, "updated_at" = $2 WHERE "kithe_models"."id" = $3 [["kithe_model_type", 1], ["updated_at", "2019-04-04 14:57:22.504755"], ["id", "fa7ed86f-7eef-49d9-bcc6-c6297e7b36d0"]] ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:9  (0.9ms) ALTER TABLE "kithe_models" ALTER COLUMN "kithe_model_type" TYPE integer, ALTER "kithe_model_type" SET NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:13 ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20190404144551"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (5.9ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Kithe::Model Load (1.6ms) SELECT "kithe_models".* FROM "kithe_models" ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.2ms) BEGIN Kithe::Collection Update (6.8ms) UPDATE "kithe_models" SET "kithe_model_type" = $1, "updated_at" = $2 WHERE "kithe_models"."id" = $3 [["kithe_model_type", nil], ["updated_at", "2019-04-04 14:57:45.203534"], ["id", "8618b5a5-20ca-4bc9-9dce-bfa94fccc667"]]  (0.4ms) ROLLBACK  (2.0ms) SELECT COUNT(*) FROM "kithe_models" WHERE "kithe_models"."kithe_model_type" IS NULL  (7.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to KitheModelType (20190404144551)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (1.5ms) ALTER TABLE "kithe_models" DROP COLUMN "kithe_model_type" ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:31 ActiveRecord::SchemaMigration Destroy (0.8ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1 [["version", "20190404144551"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (18.3ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.4ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to KitheModelType (20190404144551)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (1.1ms) ALTER TABLE "kithe_models" ADD "kithe_model_type" integer ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:5  (0.7ms) SELECT "kithe_models"."id" FROM "kithe_models" ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1000]] ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:10  (0.6ms) SELECT "kithe_models"."id", "kithe_models"."type" FROM "kithe_models" WHERE "kithe_models"."id" IN ($1, $2, $3) [["id", "8618b5a5-20ca-4bc9-9dce-bfa94fccc667"], ["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"], ["id", "fa7ed86f-7eef-49d9-bcc6-c6297e7b36d0"]] ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:12 Kithe::Model Update All (0.8ms) UPDATE "kithe_models" SET "kithe_model_type" = NULL WHERE "kithe_models"."id" = $1 [["id", "8618b5a5-20ca-4bc9-9dce-bfa94fccc667"]] ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:21 Kithe::Model Update All (0.4ms) UPDATE "kithe_models" SET "kithe_model_type" = NULL WHERE "kithe_models"."id" = $1 [["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"]] ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:21 Kithe::Model Update All (0.5ms) UPDATE "kithe_models" SET "kithe_model_type" = NULL WHERE "kithe_models"."id" = $1 [["id", "fa7ed86f-7eef-49d9-bcc6-c6297e7b36d0"]] ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:21  (7.6ms) ALTER TABLE "kithe_models" ALTER COLUMN "kithe_model_type" TYPE integer, ALTER "kithe_model_type" SET NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:28  (0.1ms) ROLLBACK ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to KitheModelType (20190404144551)  (0.3ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (1.0ms) ALTER TABLE "kithe_models" ADD "kithe_model_type" integer ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:5  (0.7ms) SELECT "kithe_models"."id" FROM "kithe_models" ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1000]] ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:10  (0.6ms) SELECT "kithe_models"."id", "kithe_models"."type" FROM "kithe_models" WHERE "kithe_models"."id" IN ($1, $2, $3) [["id", "8618b5a5-20ca-4bc9-9dce-bfa94fccc667"], ["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"], ["id", "fa7ed86f-7eef-49d9-bcc6-c6297e7b36d0"]] ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:12  (0.3ms) SELECT pg_try_advisory_lock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 Migrating to KitheModelType (20190404144551)  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (1.0ms) ALTER TABLE "kithe_models" ADD "kithe_model_type" integer ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:5  (1.1ms) SELECT "kithe_models"."id" FROM "kithe_models" ORDER BY "kithe_models"."id" ASC LIMIT $1 [["LIMIT", 1000]] ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:10  (0.8ms) SELECT "kithe_models"."id", "kithe_models"."type" FROM "kithe_models" WHERE "kithe_models"."id" IN ($1, $2, $3) [["id", "8618b5a5-20ca-4bc9-9dce-bfa94fccc667"], ["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"], ["id", "fa7ed86f-7eef-49d9-bcc6-c6297e7b36d0"]] ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:12 Kithe::Model Update All (0.7ms) UPDATE "kithe_models" SET "kithe_model_type" = 0 WHERE "kithe_models"."id" = $1 [["id", "8618b5a5-20ca-4bc9-9dce-bfa94fccc667"]] ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:21 Kithe::Model Update All (0.4ms) UPDATE "kithe_models" SET "kithe_model_type" = 2 WHERE "kithe_models"."id" = $1 [["id", "e7e4d65b-b65f-43f4-a31a-9e6721a2116e"]] ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:21 Kithe::Model Update All (0.4ms) UPDATE "kithe_models" SET "kithe_model_type" = 1 WHERE "kithe_models"."id" = $1 [["id", "fa7ed86f-7eef-49d9-bcc6-c6297e7b36d0"]] ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:21  (0.6ms) ALTER TABLE "kithe_models" ALTER COLUMN "kithe_model_type" TYPE integer, ALTER "kithe_model_type" SET NOT NULL ↳ /Users/jrochkind/code/kithe/db/migrate/20190404144551_kithe_model_type.rb:28 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20190404144551"]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (6.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23 ActiveRecord::InternalMetadata Load (0.8ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.2ms) BEGIN ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.1ms) COMMIT ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT pg_advisory_unlock(1601470156486188030) ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /Users/jrochkind/.gem/ruby/2.5.3/bin/rake:23